synonyms
Here are 95 public repositories matching this topic...
-
Updated
Nov 8, 2019 - Python
While this isn't really a huge problem, you may wish to reformat your docstrings according to the established formats.
PEP 287 recommends that reST (reStructuredText) format be used, but Epytext is popular as well - They're used because Python IDEs are often able to parse them to get more information about
Dear OpenSearchServer!
I have found an issue, server cannot deserialize json.
Can not deserialize instance of java.lang.String out of START_OBJECT token
at [Source: org.apache.cxf.transport.http.AbstractHTTPDestination$1@147bba9; line: 2, column: 5](through reference chain: com.jaeksoft.searchlib.webservice.query.search.SearchPatternQuery["query"])
I used the provided sample, found in the
-
Updated
Apr 26, 2019 - Jupyter Notebook
-
Updated
Aug 20, 2018 - Java
-
Updated
Jun 1, 2020 - Java
-
Updated
May 12, 2020 - Shell
-
Updated
Feb 12, 2020 - Java
-
Updated
Oct 21, 2017 - PHP
sandbox
spacy
- A tour of awesome features of spaCy (part 1/2) - https://medium.com/eliiza-ai/a-tour-of-awesome-features-of-spacy-part-1-2-58b32425954f
- A tour of awesome features of spaCy (part 2/2) - https://medium.com/eliiza-ai/a-tour-of-awesome-features-of-spacy-part-2-2-d7bd628a81ce
- How to Train NER with Custom training data using spaCy. https://medium.com/@manivannan_data/how-to-train-
When configuring Anonimatron, it is not always obvious what options there are for generating synonyms. It would help if Anonimatron could print out all available anonymizers with example input/output values.
Interesting consideration: Show the reduction in address space (replacing a 100 character free text field with a roman name would reduce the possibilities of unique target values by orders
I imagine that there would be some application of deriving synonyms of words to assist in parts of text analysis, but I do not work in this area. Perhaps @juliasilge @dgrtwo or @kbenoit might have an idea?
-
Updated
Oct 25, 2019 - Shell
-
Updated
Aug 17, 2017 - Python
-
Updated
Dec 19, 2019 - Shell
-
Updated
Apr 6, 2017 - Java
-
Updated
Oct 24, 2019 - Java
-
Updated
Feb 12, 2020 - Java
-
Updated
Nov 23, 2018 - Python
-
Updated
May 31, 2020 - R
-
Updated
Jul 7, 2019 - Shell
-
Updated
May 25, 2020 - Java
-
Updated
Jan 12, 2018 - Java
-
Updated
Nov 22, 2017 - JavaScript
-
Updated
Jan 10, 2019 - R
Improve this page
Add a description, image, and links to the synonyms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synonyms topic, visit your repo's landing page and select "manage topics."
Right now, the integration test use the movie dataset. This is an issue because this dataset is unnessecarily big for testing purpose and thus drastically slows down running the test suite. I suggest we use a smaller dataset (< 100 entries) to improve our CI time.