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
Dictionaries are full of redundancies that are great for humans, but terrible for software:
person: "Person" means any human...
We can eliminate the first use of the defined terms, when present within quotes, and the word "means," leaving us with:
person: any human...
That will yield more useful NLP results.
The text was updated successfully, but these errors were encountered:
waldoj
No branches or pull requests
Dictionaries are full of redundancies that are great for humans, but terrible for software:
We can eliminate the first use of the defined terms, when present within quotes, and the word "means," leaving us with:
That will yield more useful NLP results.
The text was updated successfully, but these errors were encountered: