Created
May 24, 2018 05:40
-
-
Save gauravbansal98/20a7280f2024e2fe7a351e8e5722d6e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tensorflow as tf | |
import numpy as np | |
import nltk | |
nltk.download() | |
from nltk.stem import WordNetLemmatizer | |
from nltk.tokenize import word_tokenize | |
import random | |
import pickle | |
from collections import Counter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment