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
Given the max n-gram param, we should be able to disable sentence splitting (which is in place to avoid extracting infinitely long n-grams), which could be useful for parsing Chinese Wikipedia's and whatnot.
The text was updated successfully, but these errors were encountered:
Actually the sentence splitter is there to not generate cross-sentence n-grams. But I don't know how much of a problem those are. N-gram length is bounded anyway.
Given the max n-gram param, we should be able to disable sentence splitting (which is in place to avoid extracting infinitely long n-grams), which could be useful for parsing Chinese Wikipedia's and whatnot.
The text was updated successfully, but these errors were encountered: