# nltk-trainer **Repository Path**: mirrors_svenanders/nltk-trainer ## Basic Information - **Project Name**: nltk-trainer - **Description**: Train NLTK objects with zero code - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-29 ## 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 `_. Every script also provides a ``--help`` option that describes all available parameters.