Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chfuchte/textclassifier

a sklearn model, that gets a msg and classifies it into greeting, search, question and undefiend
https://github.com/chfuchte/textclassifier

python3 sklearn

Last synced: about 6 hours ago
JSON representation

a sklearn model, that gets a msg and classifies it into greeting, search, question and undefiend

Awesome Lists containing this project

README

        

# textClassifier

## trainings data

The modell is basicly trained to classify a string/ a message into one of the following categories:

- greeting
- undefiend (*if the models proba is to low, the message gets the category "undefiend" or if there is a undefiend context*)

Therefor the modell is gets about 20 german sentences/ words/ messages and about 10 english sentences/ words/ messages for each category as trainings data. So 30 sentences/ messages per category, which comes to 120 messages as the basic data-

It is planned that you can improve the model by time