Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.48 KB

index.rst

File metadata and controls

42 lines (30 loc) · 1.48 KB

Welcome to NLTK-Trainer's documentation!

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:

  1. train NLTK based models
  2. evaluate pickled models against a corpus
  3. analyze a corpus

Download

The scripts can be downloaded from nltk-trainer on github.

Documentation

.. toctree::
   :maxdepth: 2

   train_classifier.rst
   train_tagger.rst
   train_chunker.rst
   analyze_tagged_corpus.rst
   analyze_tagger_coverage.rst

Articles

Indices and tables