Natural language processing Guide, Meaning , Facts, Information and Description
Natural Language Processing (NLP) is a subfield of artificial intelligence and linguistics. It studies the problems inherent in the processing and manipulation of natural language, and, natural language understanding devoted to making computers "understand" statements written in human languages.
| Table of contents |
|
2 The major tasks in NLP 3 Some problems which make NLP difficult 4 Statistical NLP 5 See also 6 External links 7 External links |
Early systems such as SHRDLU, working in restricted "blocks worlds" with restricted vocabularies, worked extremely well, leading researchers to excessive optimism which was soon lost when the systems were extended to more realistic situations with real-world ambiguity and complexity.
Natural language understanding is sometimes referred to as an AI-complete problem, because natural language recognition seems to require extensive knowledge about the outside world and the ability to manipulate it. The definition of "understanding" is one of the major problems in natural language processing.
Some examples of the problems faced by natural language understanding systems:
Natural language processing
The word "time" alone can be interpreted as three different parts of speech, (noun in the first example, verb in 2, 3, 4, and adjective in 5).
To help this problem, some linguists and artificial intelligence researchers have proposed using an artificial language, that is capable of expressing all the nuance and subtlety of the natural languages we are familiar with, but would have mathematically inviolate grammar and spelling rules, to remove all possible confusion about what a sentence is trying to say, even if it were nonsense words. An example of such a constructed language that could be used for higher order human/computer communication is lojban.
; Word boundary detection : In spoken language, there are usually no gaps between words; where to place the word boundary often depends on what choice makes the most sense grammatically and given the context. In written form, languages like Chinese do not signal word boundaries either.
; Word sense disambiguation : Any given word can have several different meanings; we have to select the meaning which makes the most sense in context.
; Syntactic ambiguity : The grammar for natural languages is not unambiguous, i.e. there are often multiple possible parse trees for a given sentence. Choosing the most appropriate one usually requires semantic and contextual information.
; Imperfect or irregular input : Foreign or regional accents and vocal impediments in speech; typing or grammatical errors, OCR errors in texts.
; Speech acts and plans : Sentences often don't mean what they literally say; for instance a good answer to "Can you pass the salt" is to pass the salt; in most contexts "Yes" is not a good answer, although "No" is better and "I'm afraid that I can't see it" is better yet. Or again, if a class was not offered last year, "The class was not offered last year" is a better answer to the question "How many students failed the class last year?" than "None" is.
This is an Article on Natural language processing. Page Contains Information, Facts Details or Explanation Guide About Natural language processing The major tasks in NLP
Some problems which make NLP difficult
Statistical NLP
Statistical natural language processing uses stochastic methods to solve some of the problems discussed above, notably the ambiguity problems. These methods often involve the use of corpora and Markov models.See also
External links
External links
Implementations
