mikahama / uralicNLP

An NLP library for Uralic languages such as Finnish, Skolt Sami, Moksha and so on. Also supporting some non-Uralic languages such as Spanish, French, Arabic, Swedish, Norwegian, Russian and English

Home Page:http://uralicnlp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method name typo: "descrpitive"

ogencoglu opened this issue · comments

A tiny detail.

uralicApi.lemmatize, uralicApi.analyze etc. seem to have the descrpitive field instead of descriptive. I guess it is a typo.

By the way is there any documentation of lemmatization behavior when descrpitive is True vs False? How about speed benchmarks?

Thanks for this, I will change this in the future releases... And no, there is no documentation, basically the difference is that the transducers are compiled with different flags and what the transducers end up producing depends very much on the decisions of the authors of each language. You can try asking the maintainers of the languages you are interested in by opening an issue in one of the repositories: https://github.com/giellalt/ lang-ISOCODE.

Thanks for the swift reply!