Gleb Vinarskis
commited on
Commit
·
0cbc4f1
1
Parent(s):
cbdf730
added config files for 3 languages
Browse files- tm-de-all-v2.0.config.json +8 -0
- tm-fr-all-v2.0.config.json +8 -0
- tm-lb-all-v2.1.config.json +8 -0
tm-de-all-v2.0.config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"uposFilter": ["NOUN", "PROPN"],
|
3 |
+
"topic_count": 100,
|
4 |
+
"language": "de",
|
5 |
+
"model_id": "tm-de-all-v2.0",
|
6 |
+
"lowercase_token": false,
|
7 |
+
"min_lemmas": 8
|
8 |
+
}
|
tm-fr-all-v2.0.config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"uposFilter": ["NOUN", "PROPN"],
|
3 |
+
"topic_count": 100,
|
4 |
+
"language": "fr",
|
5 |
+
"model_id": "tm-fr-all-v2.0",
|
6 |
+
"lowercase_token": false,
|
7 |
+
"min_lemmas": 8
|
8 |
+
}
|
tm-lb-all-v2.1.config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"uposFilter": ["NOUN"],
|
3 |
+
"topic_count": 100,
|
4 |
+
"language": "lb",
|
5 |
+
"model_id": "tm-lb-all-v2.1",
|
6 |
+
"lowercase_token": true,
|
7 |
+
"min_lemmas": 8
|
8 |
+
}
|