paper-with-me

Papers

Morphological Analyzer and Generator for Russian and Ukrainian Languages

2015-03-25 · Mikhail Korobov

pymorphy2 is a morphological analyzer and generator for Russian and Ukrainian languages. It uses large efficiently encoded lexi- cons built from OpenCorpora and LanguageTool data. A set of linguistically motivated rules is developed to enable morphological analysis and generation of out-of-vocabulary words observed in real-world documents. For Russian pymorphy2 provides state-of-the-arts morphological analysis quality. The analyzer is implemented in Python programming language with optional C++ extensions. Emphasis is put on ease of use, documentation and extensibility. The package is distributed under a permissive open-source license, encouraging its use in both academic and commercial setting.

📄 PDF Abstract BibTeX arXiv:1503.07283

Code (1)

kmike/pymorphy2 공식 구현

Tasks

Morphological Analysis

Similar Papers 제목 키워드 기반

Joint Morphological and Syntactic Analysis for Richly Inflected Languages

2013-01-01 · TACL 2013 1 · Bernd Bohnet, Joakim Nivre, Igor Boguslavsky, Rich{\'a}rd Farkas 외

Joint morphological and syntactic analysis has been proposed as a way of improving parsing accuracy for richly inflected languages. Starting from a transition-based model for joint part-of-speech tagging and dependency p…

Dependency ParsingPart-Of-Speech Tagging

The Role of Context in Neural Morphological Disambiguation

2016-12-01 · COLING 2016 12 · Qinlan Shen, Daniel Clothiaux, Emily Tagtow, Patrick Littell 외

Languages with rich morphology often introduce sparsity in language processing tasks. While morphological analyzers can reduce this sparsity by providing morpheme-level analyses for words, they will often introduce ambig…

Morphological Disambiguation

Multi-source morphosyntactic tagging for spoken Rusyn

2017-04-01 · WS 2017 4 · Yves Scherrer, Achim Rabus

This paper deals with the development of morphosyntactic taggers for spoken varieties of the Slavic minority language Rusyn. As neither annotated corpora nor parallel corpora are electronically available for Rusyn, we pr…

Morphological TaggingPart-Of-Speech Tagging

Using Morphological Knowledge in Open-Vocabulary Neural Language Models

2018-06-01 · NAACL 2018 6 · Austin Matthews, Graham Neubig, Chris Dyer

Languages with productive morphology pose problems for language models that generate words from a fixed vocabulary. Although character-based models allow any possible word type to be generated, they are linguistically na…

Language ModelingLanguage ModellingMorphological Disambiguation

An Arabic Morphological Analyzer and Generator with Copious Features

2018-10-01 · WS 2018 10 · Dima Taji, Salam Khalifa, Ossama Obeid, Fadhl Eryani 외

We introduce CALIMA-Star, a very rich Arabic morphological analyzer and generator that provides functional and form-based morphological features as well as built-in tokenization, phonological representation, lexical rati…