Created
September 21, 2016 18:04
-
-
Save kindleton/8898d46eb5f9f1067843ef0be76d8ecf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you please Explain the template file.
Thank you,