Commit 95b0b036 authored by Joseph Friedman's avatar Joseph Friedman
Browse files

Fixed one typo in my previous fix, added specific nltk data to install ,...

Fixed one typo in my previous fix, added specific nltk data to install , mention unzip as a requirement
parent 34ec75ec
......@@ -119,8 +119,8 @@ First ensure that you have installed the following required packages:
* **NumPy** ([instructions](http://www.scipy.org/install.html))
* **Natural Language Toolkit (NLTK)**:
* First install NLTK ([instructions](http://www.nltk.org/install.html))
* Then install the NLTK data ([instructions](http://www.nltk.org/data.html))
* Then install the NLTK data package "punkt" ([instructions](http://www.nltk.org/data.html))
* **Unzip**
### Prepare the Training Data
To train the model you will need to provide training data in native TFRecord
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment