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
This particular problem will be solved by #233, as LatticeNodeImpl.makeOov sets begin/end directly instead of using oov length
stored in WordInfo as short value.
Index form length inside OOV wordInfo is still wrong, but it won't be used.
When OOV is very long (>2^15 bytes), e.g.
'�' * 10923
Sudachi analysis fails with exception caused by MeCabOovPlugin.Solution: make max length of OOVs ~1024 chars.
The text was updated successfully, but these errors were encountered: