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
Hi,
I've tried to make my own POS model under LINUX. I first tried with a corpus of
1 600 000 words (and tags) and I got a Stack Overflow error, so I tried with a
much smaller corpus (100 000 words and tags), the program tells me it's reading
the training corpus, then compiling probabilities, then it sends me a Fatal
error: exception Failure("empty context_trie).
What do I do wrong, my corpus is just a file with 1 word and one tag / line
with LF end of line.
TIA for the answer
Original issue reported on code.google.com by dwight...@gmail.com on 25 Nov 2010 at 4:09
The text was updated successfully, but these errors were encountered:
Hello, I tried to train a model in w11 with the executable provided in https://code.google.com/archive/p/hunpos/downloads but when I use the next command line type sentence_eng_output.txt | hunpos-train.exe custom_test3 I get the error of the title, I add to my corpus some digits but that not resolve the error.
Original issue reported on code.google.com by
dwight...@gmail.com
on 25 Nov 2010 at 4:09The text was updated successfully, but these errors were encountered: