Skip to content

emanuelbust/nlpProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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**

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors