Closed steveyang90 closed 6 years ago
Simple tri-gram model is now in nlp/trigram.py. Currently uses the nltk brown corpus by default.
I don't think a non-sequential model on BOW will add a lot here. Going to mark this as done for now as we do have an end to end trigram model training and text generation process (as long as a path to data can be specified)