Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upreadme.txt
This package implements maximum entropy for text classification. Imput Data format: (last chacracter is label) line 1: 'sentence,label' line 2: 'sentence,label' label is integer 0,1,2... *) python max_ent.py train_file test_file