sreejith2904

Untitled

Apr 17th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.55 KB | None | 0 0
  1. [['the', ','], ['.'], ['of'], ['and'], ['to'], ['a'], ['in'], ['that'], ['is'], ['was'], ['he'], ['for'], ['``'], ["''"], ['it'], ['with'], ['as'], ['his'], ['on'], ['be'], [';'], ['at'], ['by'], ['i'], ['this'], ['had'], ['?'], ['not'], ['are'], ['but'], ['from'], ['or'], ['have'], ['an'], ['they'], ['which'], ['--'], ['one'], ['you'], ['were']]
  2.  
  3.  
  4.  
  5. ## when you calculate the quality of clusters the only bigram combinations you have to consider are  [('the', '.'), (',' , '.') ,('.', ## 'of'), ('of','and'), ('and','to')...]
  6. ## Not all the combinations
Advertisement
Add Comment
Please, Sign In to add comment