# nltk-trainer
**Repository Path**: skyarn/nltk-trainer
## Basic Information
- **Project Name**: nltk-trainer
- **Description**: Train NLTK objects with zero code
- **Primary Language**: Python
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-28
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
NLTK Trainer
------------
NLTK Trainer exists to make training and evaluating NLTK objects as easy as possible.
Requirements
------------
You must have Python >=2.6 (but not 3.x) with `argparse `_ and `NLTK `_ 2.0 installed. `NumPy `_, `SciPy `_, and `megam `_ are recommended for training Maxent classifiers. To use the sklearn classifiers, you must also install `scikit-learn `_.
If you want to use any of the corpora that come with NLTK, you should `install the NLTK data `_.
Documentation
-------------
Documentation can be found at `nltk-trainer.readthedocs.org `_ (you can also find these documents in the `docs directory `_. Many of the scripts are covered in `Python 3 Text Processing with NLTK 3 Cookbook `_, and every script provides a ``--help`` option that describes all available parameters.