NLTK-Trainer is a set of Python command line scripts for natural language processing. With these scripts, you can do the following things without writing a single line of code:
- train NLTK based models
- evaluate pickled models against a corpus
- analyze a corpus
The scripts can be downloaded from nltk-trainer on github.
.. toctree:: :maxdepth: 2 train_classifier.rst train_tagger.rst train_chunker.rst analyze_tagged_corpus.rst analyze_tagger_coverage.rst
- Training Binary Classifiers with NLTK Trainer
- Training Part of Speech Taggers with NLTK Trainer
- Analyzing Tagger Corpora and NLTK Part of Speech Taggers
- NLTK Default Tagger Coverage of treebank corpus
- NLTK Default Tagger Coverage of conll2000 corpus