-
Everything is up to date and freshly indexed. I have two pages containing the word "geokoordinaten" which is German and stands for Geocoordinates.
When searching for "geokoordinaten" i get 2 result…
stell updated
3 years ago
-
I would like to implement Armenian support, and I see that there is a Java stemmer in the jssnowball project: https://github.com/mazko/jssnowball/blob/master/snowball_cache/snowball_all/algorithms/ar…
-
-
Disclaimer: I didn't read the documentation :-)
I searched for:
```
find
{name: ~= "geo*"}
return
.
```
and got results:
```
{
"_id": "14153",
"cast": [],
"episodes"…
-
I first want to thank everyone on the Snowball project for creating this software. It's great that we can use the software to build more sophisticated search capabilities for our users. However, when …
gboer updated
4 years ago
-
The folliwing words should (ideally, if possible) produce the same „stemmed word“:
schließen -> schliess
schließt -> schliesst
schließend -> schliessend
holen -> hol
holt -> holt
vorbere…
rfool updated
4 weeks ago
-
HunspellStemFilter for hungarian language returns different results than hunspell command for the same dictionary.
- input text is "kakaó"
- HunspellStemFilter results are "kakaó" and "kaka"
- "kaka"…
-
Clean a full text in executing the following steps:
- Leverage beautiful soup for html parsing
- Remove punctuations
- Convert lower cases
- Remove "stop words"
- Stem the words that are left
…
-
![截图](https://user-images.githubusercontent.com/8335358/102191438-5db4bb80-3ef4-11eb-9626-e9bcf32ee6a3.png)
`> FT.SEARCH myIdx "@body:bbb @title:aaa" LANGUAGE chinese
1
doc:1
body
aaa
title
bbb…
-
The current JS build script outputs files with the following shape (example for English):
```js
StemmerEnglish = function() {
// ...
}
```
In non-strict-mode (e.g. root-level non-modular…