Skip to content

POS tagger

thaije edited this page Jun 15, 2015 · 3 revisions

POS tagger/chuncker, met behulp van nltk-trainer op basis van de cnll2002 Corpus.

python train_chunker.py conll2002 --fileids ned.train --classifier NaiveBayes loading conll2002 using chunked sentences from ned.train 15806 chunks, training on 15806 training ClassifierChunker with ['NaiveBayes'] classifier Constructing training corpus for classifier. Training classifier (202644 instances) training NaiveBayes classifier evaluating ClassifierChunker ChunkParse score: IOB Accuracy: 95.4% Precision: 66.9% Recall: 71.9% F-Measure: 69.3%