Search code examples
nlptext-analysis

Well documented NLP libraries in any language supporting Slovan languages?


Do you have any tips of well documented, developer friendly NLP libraries for text analysis (morphology, text concept) for Slovan languages like Czech, Polish etc?

The API could be in any language - java, python, c, node, whatever.

Nice lib for stemming as an example could be this one: https://github.com/dundalek/czech-stemmer

I am studying the best options for text analysis. I want to be able to get most out of a sentence in specific topic. Let's say that i will have medical sentence and thanks to my dictionary words in the databases I will be able to do analysis based on NLP algorithm.

Thanks!


Solution

  • Try polyglot. it supports both Polish and Czech.