Skip to content

Instantly share code, notes, and snippets.

@gauravbansal98
Created May 24, 2018 05:40
Show Gist options
  • Save gauravbansal98/20a7280f2024e2fe7a351e8e5722d6e2 to your computer and use it in GitHub Desktop.
Save gauravbansal98/20a7280f2024e2fe7a351e8e5722d6e2 to your computer and use it in GitHub Desktop.
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