Language-Independent Approach for Morphological Disambiguation
This paper presents a language-independent approach for morphological disambiguation which has been regarded as an extension of POS tagging, jointly predicting complex morphological tags. In the proposed approach, all words, roots, POS and morpheme tags are embedded into vectors, and contexts representations from surface word and morphological contexts are calculated. Then the inner products between analyses and the context’s representations are computed to perform the disambiguation. The underlying hypothesis is that the correct morphological analysis should be closer to the context in a vector space. Experimental results show that the proposed approach outperforms the existing models on seven different language datasets. Concretely, compared with the baselines of MarMot and a sophisticated neural model (Seq2Seq), the proposed approach achieves around 6% improvement in average accuracy for all languages while running about 6 and 33 times faster than MarMot and Seq2Seq, respectively.
Code (0)
등록된 구현이 없습니다.
Tasks
Morphological AnalysisMorphological DisambiguationPOSPOS TaggingSimilar Papers 제목 키워드 기반
Character-Aware Neural Morphological Disambiguation
We develop a language-independent, deep learning-based approach to the task of morphological disambiguation. Guided by the intuition that the correct analysis should be {``}most similar{''} to the context, we propose den…
Morphological DisambiguationWord EmbeddingsMorphological Disambiguation from Stemming Data
Morphological analysis and disambiguation is an important task and a crucial preprocessing step in natural language processing of morphologically rich languages. Kinyarwanda, a morphologically rich language, currently la…
Feature EngineeringMorphological AnalysisMorphological DisambiguationA Morphology-aware Network for Morphological Disambiguation
Agglutinative languages such as Turkish, Finnish and Hungarian require morphological disambiguation before further processing due to the complex morphology of words. A morphological disambiguator is used to select the co…
Deep LearningFeature EngineeringMorphological AnalysisMorphological Disambiguation+2Neural disambiguation of lemma and part of speech in morphologically rich languages
We consider the problem of disambiguating the lemma and part of speech of ambiguous words in morphologically rich languages. We propose a method for disambiguating ambiguous words in context, using a large un-annotated c…
LEMMAPOSVoted-Perceptron Approach for Kazakh Morphological Disambiguation
This paper presents an approach of voted perceptron for morphological disambiguation for the case of Kazakh language. Guided by the intuition that the feature value from the correct path of analyses must be higher than t…
Morphological Disambiguation