-
**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
**Describ…
-
We should settle on what kind of fields we'd like in the database. CvGC had a bunch: synonyms and antonyms, examples, remarks… Shall we go with a similar set, or should we think about other fields to …
uakci updated
4 years ago
-
The WordNet command line browser does not show all relations. It now only has hypernyms, hyponyms, meronyms, holonyms and antonyms.
Add others as well, perhaps first the ones that stay inside a cat…
-
The Jisho plugin currently just spits out the first result. It would be helpful if the plugin response also included some information about other responses, even to indicate that they are present.
…
-
As a feature request, I should say that having a "default" word which represents the list of synonyms or antonyms of each word may be good for the sake of reproducibility and NLP sentiment analysis. T…
-
Similar to #226, except that you store antonyms rather than synonyms.
-
Hello thanks for your framework, I think your code write very well, but I encountered a problem in use:
BaseActivity.java:
protected void openActivity(Class aClass, Task task) {
In…
-
Introduce Concept class as wrapper around a semantic node. A Concept has:
- a set of terms that elicit it (e.g. a single term, or set of words in a WordNet synset)
- a reference to the knowledge base…
-
It'd be great, when normalizing text to include synonyms (and even antonyms!). So that all synonyms are normalized to the same word (and `not ${antonym}` too).
It shouldn't be incredibly complex, i…
-
Create a tibble with rows as words from the English dictionary and columns
- `word`: the word
- `type`: noun, adjective, adverb, etc. -- or maybe we need binary columns, since a given word can be …