emanuelbust/nlpProject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Layout ------- The code for my Markov model is in the folder markovModel. The code for my my recurrent neural network is in the folder neuralNet. The report is in the report folder. There is a pages version and a pdf version for your reading pleasure. groupChat.txt is the dataset. Installation Instructions: -------------------------- You will need the following non standard Python packages: Numpy TweetTokenizer from NLTK utils Dynet To install them, run the following: pip install numpy pip install nltk pip install utils pip install git+https://github.com/clab/dynet#egg=dynet **More READMEs are in the folders with further insructions**