Morphological Analysis Task

From GM-RKB
(Redirected from morphological analysis)
Jump to navigation Jump to search

A Morphological Analysis Task is a Natural Language Processing Task that converts Surface Form to a Grammatical Form.



References

2018

2018b

2018 NeuralFactorGraphModelsforCross Figure1.jpg
Figure 1: Morphological tags for a UD sentence in Portuguese and a translation in Spanish

2017

2008a

2008b

This process will usually assign syntactic categories to all the words in the sentence. Consider the word “prints”. This word is either a plural noun or a third person singular verb (he prints )(...)

 Morphological analyzer and morphological generator are two essential and basic tools for building any language processing application. Morphological Analysis is the process of providing grammatical information of a word given its suffix. Morphological analyzer is a computer program which takes a word as input and produces its grammatical structure as output. A morphological analyzer will return its root/stem word along with its grammatical information depending upon its word category. For nouns it will provide gender, number, and case information and for verbs, it will be tense, aspects, and modularity(...)

Various NLP research groups have developed different methods and algorithm for morphological analysis. Some of the algorithms are language dependent and some of them are language independent. A brief survey of various methods involved in Morphological Analysis includes the following:

2004

2001

  • Sylvain Neuvel has recently produced an interesting computational implementation of a theory of morphology that does not have a place for morphemes, as described at http://www.neuvel.net. It is well established that nonconcatenative morphology is found in some scattered language families, notably Semitic and Penutian. African tone languages require simultaneous morphological analyses of the tonal and the segmental material.
  • 1998

    1994