jrosenfeld13 / capstone-deep-lyrics

1 stars 3 forks source link

Baseline generative model for lyrics #4

Closed steveyang90 closed 6 years ago

steveyang90 commented 6 years ago
jrosenfeld13 commented 6 years ago

Simple tri-gram model is now in nlp/trigram.py. Currently uses the nltk brown corpus by default.

jrosenfeld13 commented 6 years ago

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)