hash_lemmas_opencorpora: Lemmatization Table based on OpenCorpora Morphological...

Description Usage Format Details License Source References

Description

A lemmatization table generated from filtered OpenCorpora morphological dictionary. This table can be useful for simple and fast "word form-to-lemma" replacement, for example using lemmatize_strings from textstem package. Table contains \Sexpr{nrow(rulexicon::hash_lemmas_opencorpora)} words forms of \Sexpr{length(unique(rulexicon::hash_lemmas_opencorpora$lemma))} lemmas.

Usage

1

Format

A data table with \Sexpr{nrow(rulexicon::hash_lemmas_opencorpora)} rows and \Sexpr{ncol(rulexicon::hash_lemmas_opencorpora)} variables:

token

a textual token (word) inflected by affixes

lemma

a base form or lemma

Details

The lemmatization table was generated from original OpenCorpora morphological dictionary after filtering unique pairs of token-lemma and unique tokens (first occurrence for both).

License

The base morphological dictionary of OpenCorpora is published under Creative Commons "Attribution-ShareAlike" 3.0 Unported License (CC BY-SA 3.0).

Source

http://opencorpora.org/files/export/dict/dict.opcorpora.txt.zip

References

OpenCorpora project web-page: http://opencorpora.org


dmafanasyev/rulexicon documentation built on Jan. 25, 2022, 4:18 p.m.