Skip to content

Instantly share code, notes, and snippets.

@kindleton
Created September 21, 2016 18:04
Show Gist options
  • Select an option

  • Save kindleton/8898d46eb5f9f1067843ef0be76d8ecf to your computer and use it in GitHub Desktop.

Select an option

Save kindleton/8898d46eb5f9f1067843ef0be76d8ecf to your computer and use it in GitHub Desktop.
#Unigrams
#previous word
U00:%x[-1,0]
#current word
U01:%x[0,0]
#next word
U02:%x[1,0]
#feature: column 1
U03:%x[0,1]
#Bigram
B
@jageshmaharjan
Copy link
Copy Markdown

Can you please Explain the template file.
Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment