-
Access to hugging face is restriced on our remote servers. Is there a workaround?
-
Hi,
I'm trying to use the hyphenation decompounder as described here to split the Norwegian word "chaplinpris" into its two word-parts "chaplin" and "pris", but having no luck: Following instructions …
-
* [ ] Ask the OCP team about other keywords to cover
* [ ] Check whether these keywords return relevant results
* [x] Add Elasticsearch synonyms where possible
* gender -> women
* green -> sus…
-
Hi,
First of all, thanks for your plugin, which could avoid to use the obscure compound word token filter with hyphenation_decompounder (https://www.elastic.co/guide/en/elasticsearch/reference/2.0/an…
-
Unit of analysis?
What theory do we want to pull in / build out in thematic coding? What terms will nest within each code?
What analytical tools do we want to use? Word counts, collocation/co…
-
The ranking is a bit difficult for:
* Terms that happen often
* Difference in order between quick search and real page search
* Aggressive removal of stop words is confusing for some queries.
…
-
# ElasticSearch - 분석
ElasticSearch의 분석(Analysis)이란? 검색어를 추출하기 위한 프로세스 분석은 어떻게 동작할까? Analyzer Pipeline 하나의 Analyzer는 Char Filter, Tokenizer, Token Filter를 저장하고 있는 하나의 배치 프로그램. Custom Analyzer를 생성 추가 삭…
-
### 설정 레퍼런스
- https://docs.spring.io/spring-data/elasticsearch/reference/
- https://www.devkuma.com/docs/spring-data-elasticsearch/quick-guide/
-
### Describe the bug
I am migrating from Solr to OpenSearch and need to maintain the same analyzer behavior that I had in Solr, where the word_delimiter_graph filter is applied before the synonym e…
-
## Feature description
Elasticsearch allow us to index content with language based analyze. This help us to have better match for similar word, for example "analyze" will be tokenized as "analy" al…