Skip to content

Instantly share code, notes, and snippets.

@ugik
Created January 24, 2017 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugik/2ba483340bfa67d37944c64d30104fd3 to your computer and use it in GitHub Desktop.
Save ugik/2ba483340bfa67d37944c64d30104fd3 to your computer and use it in GitHub Desktop.
text classification ANN
# use natural language toolkit
import nltk
from nltk.stem.lancaster import LancasterStemmer
import os
import json
import datetime
stemmer = LancasterStemmer()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment