japerk / nltk-trainer

Train NLTK objects with zero code
http://nltk-trainer.readthedocs.org/en/latest/
Apache License 2.0
747 stars 225 forks source link

Use with my own corpus #28

Closed JesseAldridge closed 10 years ago

JesseAldridge commented 10 years ago

I have my own corpus that I want to use to classify strings as keep/reject. It's not immediately obvious how to use a corpus that's not in the nltk data directory. I'm guessing I'll need to modify the code?

JesseAldridge commented 10 years ago

Oops, nevermind. Didn't realize you could just pass an arbitrary path to a corpus directory.