You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stemmers/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
Orama can analyze the input and perform a `stemming` operation, which allows the engine to perform more optimized queries, as well as save indexing space.
4
4
5
-
Right now, Orama supports 30 languages and stemmers out of the box:
5
+
<!-- LANGUAGES:START -->
6
+
Right now, Orama supports 31 languages and stemmers out of the box:
6
7
7
8
- Arabic
8
9
- Armenian
9
10
- Bulgarian
10
-
-Chinese (Mandarin - stemmer not supported)
11
+
-Czech
11
12
- Danish
12
13
- Dutch
13
14
- English
@@ -20,7 +21,7 @@ Right now, Orama supports 30 languages and stemmers out of the box:
20
21
- Indonesian
21
22
- Irish
22
23
- Italian
23
-
-Japanese
24
+
-Lithuanian
24
25
- Nepali
25
26
- Norwegian
26
27
- Portuguese
@@ -34,6 +35,10 @@ Right now, Orama supports 30 languages and stemmers out of the box:
34
35
- Tamil
35
36
- Turkish
36
37
- Ukrainian
38
+
- Vietnamese
39
+
<!-- LANGUAGES:END -->
40
+
41
+
Chinese (Mandarin) and Japanese are supported through dedicated tokenizers (`@orama/tokenizers`) and stop-word removal (`@orama/stopwords`), not through stemming.
0 commit comments