We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5568a62 commit b785640Copy full SHA for b785640
1 file changed
fastembed/sparse/bm25.py
@@ -21,35 +21,25 @@
21
from fastembed.sparse.utils.tokenizer import SimpleTokenizer
22
from fastembed.common.model_description import SparseModelDescription, ModelSource
23
24
+
25
supported_languages = [
26
"arabic",
- "azerbaijani",
27
- "basque",
28
- "bengali",
29
- "catalan",
30
- "chinese",
31
"danish",
32
"dutch",
33
"english",
34
"finnish",
35
"french",
36
"german",
37
"greek",
38
- "hebrew",
39
- "hinglish",
40
"hungarian",
41
- "indonesian",
42
"italian",
43
- "kazakh",
44
- "nepali",
45
"norwegian",
46
"portuguese",
47
"romanian",
48
"russian",
49
- "slovene",
50
"spanish",
51
"swedish",
52
- "tajik",
+ "tamil",
53
"turkish",
54
]
55
0 commit comments