A
A
Alexander Alekseev2014-04-25 12:05:01
C++ / C#
Alexander Alekseev, 2014-04-25 12:05:01

Linguistic analyzer of the Russian language?

Are there linguistic analyzers (preferably for C/C++) that allow analyzing the input text and outputting the part of speech, the original form, additional information (case, gender, number, etc.) for each word. It is desirable that the analyzer be free and not pull anything from the network, but take it from local dictionaries. Also, I would like to have additional features in the form of finding synonyms / antonyms, decoding abbreviations and abbreviations, as well as morphological parsing of words.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
becks, 2014-04-25
@becks

AOT can do all this. Set as Com-objects. There are examples in C++.
www.aot.ru

T
tsarevfs, 2014-04-27
@tsarevfs

http://nlpub.ru/ - catalog of linguistic libraries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question