Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import tweetClassifier as tc
  2.  
  3. #example to check a sentence
  4. tc.isWant("my car is broken")
  5. #example to check a file having tweets
  6. tc.wantFromFile('tweets_train.txt')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement