Skip to content

Instantly share code, notes, and snippets.

@arjunmenon
Created April 14, 2017 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjunmenon/dda9a9cbeb07f09531864dd382e223f6 to your computer and use it in GitHub Desktop.
Save arjunmenon/dda9a9cbeb07f09531864dd382e223f6 to your computer and use it in GitHub Desktop.
# Unigram
U00:%x[-3,0]
U01:%x[-2,0]
U02:%x[-1,0]
U03:%x[0,0]
U04:%x[1,0]
U05:%x[2,0]
U06:%x[3,0]
U07:%x[-1,0]/%x[0,0]
U08:%x[-2,0]/%x[0,0]
U09:%x[-3,0]/%x[0,0]
U10:%x[0,0]/%x[1,0]
U11:%x[0,0]/%x[2,0]
U12:%x[0,0]/%x[3,0]
# Bigram
B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment