Skip to content
New issue

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

Pre-process dictionaries to eliminate redundancies #10

Open
waldoj opened this issue Oct 9, 2015 · 0 comments
Open

Pre-process dictionaries to eliminate redundancies #10

waldoj opened this issue Oct 9, 2015 · 0 comments
Assignees

Comments

@waldoj
Copy link
Member

waldoj commented Oct 9, 2015

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.

@waldoj waldoj self-assigned this Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant