Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. doc1 = {'Science':0.7, 'History':0.05, ...... 'Politics':0.15, 'Sports':0.1}
  2. doc2 = {'Science':0.3, 'History':0.5, ...... 'Politics':0.1, 'Sports':0.1}
  3. ...
  4. ...
  5. doc(n-1) = {'Science':0.8, 'History':0.1, ...... 'Politics':0.05, 'Sports':0.1}
  6. doc(n) = {'Science':0.2, 'History':0.2, ...... 'Politics':0.6, 'Sports':0.1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement