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

Natural language processing for replacement candidate #5

Open
Ron89 opened this issue Mar 6, 2016 · 0 comments
Open

Natural language processing for replacement candidate #5

Ron89 opened this issue Mar 6, 2016 · 0 comments

Comments

@Ron89
Copy link
Owner

Ron89 commented Mar 6, 2016

When query thesaurus.com for word under cursor, the synonym candidates in query result would all be in their original form. This is not ideal since more often than not the words under cursor are not in such form. And users may have to manually change the form of the synonyms they just chose from the list. It sort of defeats the purpose of having a choosing function in the first place.

I am thinking of using Python's NLTK library to change the candidates' form automatically, but that could add more dependencies which could be intrusive or confusing to some users.

Thoughts?

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

2 participants
@Ron89 and others