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
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Number of tokens returned will be likely less than the limit when a stopList is used.
The tool uses int maxPos = documentStart+limit to determine when to stop searching, however this needs to be updated when one of the tokens in the stopList is encountered.
Number of tokens returned will be likely less than the limit when a stopList is used.
The tool uses
int maxPos = documentStart+limitto determine when to stop searching, however this needs to be updated when one of the tokens in the stopList is encountered.