Created
February 13, 2019 01:37
-
-
Save AnasAlmasri/afbcf4b1c229166fd4a3264ef719a288 to your computer and use it in GitHub Desktop.
building feature vector
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
word_features = buildVocabulary(preprocessedTrainingData) | |
trainingFeatures = nltk.classify.apply_features(extract_features, preprocessedTrainingData) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment