-
Hi,
I have the rules for bulgarian stemmer.
Don't really have the resources to put into coding this in C.
I can give the rules if someone is willing to write it in C. They are the work of P.Nakov.
R…
-
``` javascript
> var idx = lunr(function () { this.field('title') })
> var doc = {"title": "Excavator", id:1}
{ title: 'Excavator', id: 1 }
> idx.add(doc)
undefined
> idx.search('exc')
[ { ref: '1', s…
-
-
I have been using `mongoose-elasticsearch-xp` to be able to index all my collections easily and efficiently. I am interested to this package for my project and was wondering if it's possible to bind y…
-
中文摘录的时候,混杂 阿拉伯数字+字母大写 的一些情况,会导致摘录返回为空。
详见 https://zhuanlan.zhihu.com/p/703598986
---
Some cases of mixing Arabic numerals + capitalized letters in Chinese excerpts can cause the excerpt to ret…
-
**Describe the bug**
We use synonym contraction to convert synonyms into a unique ID via a synonym graph filter in one of our analysers.
We then use the analyze API to pass a body of text and extr…
-
2.2.4 :002 > Treat::Core::Installer.install
Treat Installer, v. 2.1.0
1. Installing core dependencies.
Installing nokogiri...
Building native extensions. This could take a while...
Insta…
-
Hi, I think "multiLanguage" method doesn't work with Japanese.
```html
Lunr multi-language demo
Open developer tools and observe the re…
-
First of all full-search is awesome. Really cool. But let me criticize a bit.
1. Why do we need search-stopwords.json?
lurn already contains built-in stopwords for English. But you remove default s…
-
Consider the forms of Russian word "синий" and the result returned by RussianLightStemmer:
синий -> син
синяя -> син
синее -> сине
синие -> син
I think the correct result should be:
синий -> син
си…