#
synonyms
Here are 98 public repositories matching this topic...
Data augmentation for NLP, presented at EMNLP 2019
nlp
text-classification
position
cnn
embeddings
synonyms
swap
classification
rnn
sentence
data-augmentation
-
Updated
Nov 8, 2019 - Python
[Not Maintained anymore] Python Module to get Meanings, Synonyms and what not for a given word
-
Updated
Nov 4, 2019 - Python
Open-source Enterprise Grade Search Engine Software
search
java
search-engine
enterprise
crawler
ocr
indexing
synonyms
lucene
webcrawler
custom-search
webcrawling
opensearchserver
-
Updated
Jul 21, 2020 - JavaScript
Train a Word2Vec model or LSA model, and Implement Conceptual Search\Semantic Search in Solr\Lucene - Simon Hughes Dice.com, Dice Tech Jobs
python
search-engine
information-retrieval
solr
synonyms
word2vec-model
semantic-search
conceptual-search
synonym-files
-
Updated
Apr 26, 2019 - Jupyter Notebook
it's all about search and its awesomeness
search
search-engine
natural-language-processing
algorithms
knowledge-graph
synonyms
learning-to-rank
suggestions
spelling-correction
semantic-search
bert
relevant-search
query-understanding
autocomplete-suggestions
ecommerce-search
-
Updated
Aug 13, 2020
A text analyzer which is based on machine learning,statistics and dictionaries that can analyze text. So far, it supports hot word extracting, text classification, part of speech tagging, named entity recognition, chinese word segment, extracting address, synonym, text clustering, word2vec model, edit distance, chinese word segment, sentence similarity,word sentiment tendency, name recognition, idiom recognition, placename recognition, organization recognition, traditional chinese recognition, pinyin transform.
segment
text-classification
synonyms
word2vec-model
sentence-similarity
speech-tagging
text-analyzer
-
Updated
Aug 20, 2018 - Java
Query preprocessor for Java-based search engines (Querqy Core and Solr implementation)
java
search-engine
solr
search-synonyms
synonyms
lucene
lucene-query
query-parser
search-relevance
rewrite-rules
querqy-solr
querqy-query
filter-query
-
Updated
Aug 19, 2020 - Java
Find synonyms in 15 different languages directly from your terminal.
-
Updated
Jul 22, 2020 - Shell
Dice Solr Plugins from Simon Hughes Dice.com
-
Updated
Feb 12, 2020 - Java
Open Source Thesaurus of Job Titles in US English
-
Updated
Oct 21, 2017 - PHP
Anonimatron. Providing GDPR compliance since 2010.
-
Updated
Aug 3, 2020 - Java
Curated synonym files and Helpers for Elasticsearch Synonym Token Filter
elasticsearch
solr
filter
pypi
dataset
synonyms
travis-href
elasticsearch-synonym
synonym-files
pypi-href
pypi-vshield-url
-
Updated
Oct 25, 2019 - Shell
syn - the thesaurus
-
Updated
Jan 2, 2020 - R
Extract synonyms, keywords from sentences using modified implementation of Aho Corasick algorithm
-
Updated
Aug 17, 2017 - Python
Elasticsearch Plugin for Dynaic Synonym Token Filter.
-
Updated
Apr 6, 2017 - Java
-
Updated
Dec 19, 2019 - Shell
NGramSynonymTokenizer for Elasticsearch
-
Updated
Oct 24, 2019 - Java
Search a single field with different query time analyzers in Solr
-
Updated
Feb 12, 2020 - Java
List of English synonyms and antonyms parsed from the public domain book of James C. Fernald, 1896
-
Updated
Nov 23, 2018 - Python
Querqy for Elasticsearch
search
search-engine
elasticsearch
synonyms
query-builder
lucene
query-parser
querybuilder
boosting-queries
rewriters
lucene-similarity-scoring
query-clauses
querqy-elasticsearch
querqy
-
Updated
Jul 9, 2020 - Java
Quick access to gene synonyms
-
Updated
Aug 16, 2020 - R
Watset: Automatic Induction of Synsets from a Graph of Synonyms
-
Updated
Jul 7, 2019 - Shell
Android app to get synonyms with use of Oxford Dictionary APIs
-
Updated
Jan 12, 2018 - Java
CLI for looking up synonyms for given words.
-
Updated
Nov 22, 2017 - JavaScript
Synonyms! An RStudio addin interface for ropenscilabs/syn
-
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."
Is your feature request related to a problem? Please describe.
I want to show the number of total results (for pagination and for feedback to my users). The result field nbHits is updated by the search string but is not updated by the filters that are given. Because of that it is impossible to give a total count to the users and make a good pagination.
Describe the solution you'd like