We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compound words (e.g. pick-me-up, hand-me-down, know-it-all, etc.) should be tokenized as single tokens.
hyphens are treated as separators, and the components are tokenized separately.
The text was updated successfully, but these errors were encountered:
These should be tokenized because they can occur without the hyphens (e.g., pick me up) and it should be tokenized consistently.
Sorry, something went wrong.
cathxiao
No branches or pull requests
Expected Behavior
Compound words (e.g. pick-me-up, hand-me-down, know-it-all, etc.) should be tokenized as single tokens.
Actual Behavior
hyphens are treated as separators, and the components are tokenized separately.
The text was updated successfully, but these errors were encountered: