You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the morpheme n-gram feature for ODIN data. Use the morpheme-delimiter and word-n-gram-size parameters in the config file and the word_ngrams() function in analyzers.py to compute the n-grams. Use the model stored at the odin-language-model path (defined in the config file).
The text was updated successfully, but these errors were encountered:
Implement the morpheme n-gram feature for ODIN data. Use the
morpheme-delimiter
andword-n-gram-size
parameters in the config file and the word_ngrams() function in analyzers.py to compute the n-grams. Use the model stored at theodin-language-model
path (defined in the config file).The text was updated successfully, but these errors were encountered: