Guest User

NER Template File Sample

a guest
May 8th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # Unigram
  2. U00:%x[-3,0]
  3. U01:%x[-2,0]
  4. U02:%x[-1,0]
  5. U03:%x[0,0]
  6. U04:%x[1,0]
  7. U05:%x[2,0]
  8. U06:%x[3,0]
  9. U07:%x[-1,0]/%x[0,0]
  10. U08:%x[-2,0]/%x[0,0]
  11. U09:%x[-3,0]/%x[0,0]
  12. U10:%x[0,0]/%x[1,0]
  13. U11:%x[0,0]/%x[2,0]
  14. U12:%x[0,0]/%x[3,0]
  15.  
  16. #Other Features
  17. U13:%x[0,1]
  18. U14:%x[0,2]
  19. U15:%x[0,3]
  20.  
  21.  
  22. # Bigram
  23. B
Add Comment
Please, Sign In to add comment