parser

0
0
0
Python
public

parser

Exploration of text to handler mapping using classification

So far, naive-bayes has about 85% training data accuracy, svm has 100%.

To run:

python learn.py [training_file] [optional testing_file]

e.g.
python learn.py training.csv testing.csv

datafile csv format:
label,text

v0.3.3[beta]