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

Improve README #37

Open Daanielvb opened 4 years ago

Daanielvb commented 4 years ago

I think it would be good to give a better explanation on how to use the trainer. I am trying to load a pre-trained model that made us of this library and couldn't understand how to add this dependency to my project.

Is it compatible with python 3.7? Cuz the documentation and the README mismatch on the content.

After cloning the repo, what should be done?

japerk commented 4 years ago

@Daanielvb I've updated the readme and docs a bit. Scripts should be compatible with Python3.7 now, so you can run the training script that's appropriate, then load the model in your code.