NLP text chunker using Support Vector Machines for phrase extraction
NLP text chunker using Support Vector Machines
yamcha
$ yamcha < tagged_input.txt
$ yamcha -e 2 -c 0.001 < training_data.txt > model.txt
$ yamcha -m model.txt < test_data.txt