E
E
Ernest Faizullin2019-06-24 15:07:45
Python
Ernest Faizullin, 2019-06-24 15:07:45

Text classifier for given keywords?

Hello, are there any ready-made models for classifying text in Russian for given keywords?
For example, I have keywords for each emotional state, [approval, sadness, worry, disbelief, happiness, laughter, ...]. For each emotion there is a list of keywords. And you need to check how much the content of the text satisfies each emotional state.
PS: if someone needs keywords, I can share, write.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2019-06-24
@dmtrrr

There are several NLP libraries for python, as an example https://textblob.readthedocs.io/en/dev/classifiers.html

D
Danil, 2019-06-26
@DanilBaibak

  1. Take a vector representation for the Russian language (for example here )
    If you take the text of a small size, it should work well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question