P
P
Philipp2016-11-02 19:22:25
Machine learning
Philipp, 2016-11-02 19:22:25

How to create a text classifier?

In general, the essence is quite simple. There is a set of texts in different languages.
There are two stages, the first is the definition of the quality of the text, the second is the division into categories.
First stage. The task is to divide texts into groups within the language according to the principle whether I like it or not.
The second stage is the division of the text into groups based on commonality or similarity. The simplest example is to separate poetry from prose.
Therefore, a number of questions:
1. Where to start?
2. How are these things generally done in practice? What free solutions exist for such tasks?
If someone offers solutions in PHP, I will be grateful. Python solutions are some kind of dependency hell trying to fix a piece of the OS.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2016-11-02
@zoonman

From the Bayesian classifier:
https://github.com/loguntsov/bayes

N
nazandr, 2016-11-03
@nazandr

https://habrahabr.ru/company/dca/blog/274027/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question