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

Add support for synonyms #40

Open
flesler opened this issue Sep 14, 2018 · 1 comment
Open

Add support for synonyms #40

flesler opened this issue Sep 14, 2018 · 1 comment
Labels
debate enhancement New feature or request

Comments

@flesler
Copy link

flesler commented Sep 14, 2018

Describe the solution you'd like

  • The library can recognize similar sentences even if they use synonyms (or even negated antonyms)
  • Maybe the library can paraphrase a sentence too

Describe alternatives you've considered
Load lists of synonyms that are available in GH (like word-net)

@jesus-seijas-sp
Copy link
Contributor

In fact I think that is a good idea, but with some premises:

  • Should be an option for the developer to choose if he wants to use synonyms or not
  • This option should be able to be activated/deactivated per language, so the developer can choose languages with synonyms and languages without synonyms
  • Synonym lists must be stemmed, so if a verb is synonym of another one, all the possible forms (past, past tense, future...) are also synonyms.

In fact in chinese we are already using a synonym list because it was the only way we found to work with characters in traditional and simplified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debate enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants