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
[java] Reading model from file=SpellCheck.model
[java] Exception in thread "main" java.lang.StackOverflowError
[java] at java.util.DualPivotQuicksort.sort(DualPivotQuicksort.java:1506)
[java] at java.util.Arrays.sort(Arrays.java:264)
[java] at com.aliasi.spell.CompiledSpellChecker.completeTrieNode(CompiledSpellChecker.java:1314)
[java] at com.aliasi.spell.CompiledSpellChecker.completeTrieNode(CompiledSpellChecker.java:1319)
[java] at com.aliasi.spell.CompiledSpellChecker.completeTrieNode(CompiledSpellChecker.java:1319)
Help me fix it?
Maybe I need something to do with train data before training?
The text was updated successfully, but these errors were encountered:
I'm trying to train model with model file size about 25MB
here I have error, but I don't know how to fix it
https://github.com/hvtuananh/lingpipe/blob/master/src/com/aliasi/spell/CompiledSpellChecker.java#L1319
Help me fix it?
Maybe I need something to do with train data before training?
The text was updated successfully, but these errors were encountered: