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

Synonymization #16

Open
dyokomizo opened this issue Oct 6, 2020 · 0 comments
Open

Synonymization #16

dyokomizo opened this issue Oct 6, 2020 · 0 comments

Comments

@dyokomizo
Copy link
Owner

Synonyms are powerful tools to better grasp ideas and concepts. We can use them to better understand what sorts of meanings are implied or implicit:

  1. A browser plugin to replace all occurrences of a word by its synonyms or to highlight synonyms (or related words in a page). e.g. you click on "compassion" and it highlights all related word (e.g. "empathy," "sympathy," "love") and allows all to be replaced by a single one. Each selected word can be assigned a color and we can easily see the patterns in the text.

  2. Thesaurus grep: you search for a word but it also looks for synonyms.

  3. Levenshtein distance, but for concepts not letters. e.g. robots and AI are at edit distance "1". Thesaurus can be used for initial distance calculation.

  4. Similar to (3) but using word embeddings or BERT.

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