Commit
·
b0fffeb
1
Parent(s):
5ef28ae
Add additional default recipe entries for various languages in README, enhancing the documentation for supported languages.
Browse files- README.md +25 -0
- recipes/default_af.json +53 -0
- recipes/default_bg.json +53 -0
- recipes/default_ca.json +53 -0
- recipes/default_cs.json +53 -0
- recipes/default_cy.json +53 -0
- recipes/default_da.json +53 -0
- recipes/default_et.json +53 -0
- recipes/default_fi.json +53 -0
- recipes/default_ga.json +53 -0
- recipes/default_gl.json +53 -0
- recipes/default_hr.json +53 -0
- recipes/default_hu.json +53 -0
- recipes/default_is.json +53 -0
- recipes/default_lt.json +53 -0
- recipes/default_lv.json +53 -0
- recipes/default_mk.json +53 -0
- recipes/default_mt.json +53 -0
- recipes/default_ne.json +53 -0
- recipes/default_pt-BR.json +53 -0
- recipes/default_ro.json +53 -0
- recipes/default_sk.json +53 -0
- recipes/default_sl.json +53 -0
- recipes/default_sr.json +53 -0
- recipes/default_uk.json +53 -0
- recipes/default_zu.json +53 -0
README.md
CHANGED
@@ -87,26 +87,49 @@ The recipes are stored in the `recipes` folder. Each recipe is a JSON file that
|
|
87 |
|
88 |
| Recipe Name | Language Code | Language Name | Description |
|
89 |
|-------------|---------------|---------------|-------------|
|
|
|
90 |
| `default_am` | `am` | Amharic | Default recipe for plaintext documents in Amharic |
|
91 |
| `default_ar` | `ar` | Arabic | Default recipe for plaintext documents in Arabic |
|
|
|
92 |
| `default_bn` | `bn` | Bengali | Default recipe for plaintext documents in Bengali |
|
|
|
|
|
|
|
|
|
93 |
| `default_de` | `de` | German | Default recipe for plaintext documents in German |
|
94 |
| `default_en` | `en` | English | Default recipe for plaintext documents |
|
95 |
| `default_es` | `es` | Spanish | Default recipe for plaintext documents in Spanish |
|
|
|
96 |
| `default_fa` | `fa` | Persian/Farsi | Default recipe for plaintext documents in Persian/Farsi |
|
|
|
97 |
| `default_fr` | `fr` | French | Default recipe for plaintext documents in French |
|
|
|
|
|
98 |
| `default_he` | `he` | Hebrew | Default recipe for plaintext documents in Hebrew |
|
99 |
| `default_hi` | `hi` | Hindi | Default recipe for plaintext documents in Hindi |
|
|
|
|
|
100 |
| `default_id` | `id` | Indonesian | Default recipe for plaintext documents in Indonesian |
|
|
|
101 |
| `default_it` | `it` | Italian | Default recipe for plaintext documents in Italian |
|
102 |
| `default_jp` | `jp` | Japanese | Default recipe for plaintext documents in Japanese |
|
103 |
| `default_kr` | `kr` | Korean | Default recipe for plaintext documents in Korean |
|
|
|
|
|
|
|
104 |
| `default_ms` | `ms` | Malay | Default recipe for plaintext documents in Malay |
|
|
|
|
|
105 |
| `default_nl` | `nl` | Dutch | Default recipe for plaintext documents in Dutch |
|
106 |
| `default_no` | `no` | Norwegian | Default recipe for plaintext documents in Norwegian |
|
107 |
| `default_pl` | `pl` | Polish | Default recipe for plaintext documents in Polish |
|
108 |
| `default_pt` | `pt` | Portuguese | Default recipe for plaintext documents in Portuguese |
|
|
|
|
|
109 |
| `default_ru` | `ru` | Russian | Default recipe for plaintext documents in Russian |
|
|
|
|
|
|
|
110 |
| `default_sv` | `sv` | Swedish | Default recipe for plaintext documents in Swedish |
|
111 |
| `default_sw` | `sw` | Swahili | Default recipe for plaintext documents in Swahili |
|
112 |
| `default_ta` | `ta` | Tamil | Default recipe for plaintext documents in Tamil |
|
@@ -114,9 +137,11 @@ The recipes are stored in the `recipes` folder. Each recipe is a JSON file that
|
|
114 |
| `default_th` | `th` | Thai | Default recipe for plaintext documents in Thai |
|
115 |
| `default_tl` | `tl` | Filipino/Tagalog | Default recipe for plaintext documents in Filipino/Tagalog |
|
116 |
| `default_tr` | `tr` | Turkish | Default recipe for plaintext documents in Turkish |
|
|
|
117 |
| `default_ur` | `ur` | Urdu | Default recipe for plaintext documents in Urdu |
|
118 |
| `default_vi` | `vi` | Vietnamese | Default recipe for plaintext documents in Vietnamese |
|
119 |
| `default_zh` | `zh` | Chinese | Default recipe for plaintext documents in Chinese |
|
|
|
120 |
|
121 |
### Specialized Format Recipes
|
122 |
|
|
|
87 |
|
88 |
| Recipe Name | Language Code | Language Name | Description |
|
89 |
|-------------|---------------|---------------|-------------|
|
90 |
+
| `default_af` | `af` | Afrikaans | Default recipe for plaintext documents in Afrikaans |
|
91 |
| `default_am` | `am` | Amharic | Default recipe for plaintext documents in Amharic |
|
92 |
| `default_ar` | `ar` | Arabic | Default recipe for plaintext documents in Arabic |
|
93 |
+
| `default_bg` | `bg` | Bulgarian | Default recipe for plaintext documents in Bulgarian |
|
94 |
| `default_bn` | `bn` | Bengali | Default recipe for plaintext documents in Bengali |
|
95 |
+
| `default_ca` | `ca` | Catalan | Default recipe for plaintext documents in Catalan |
|
96 |
+
| `default_cs` | `cs` | Czech | Default recipe for plaintext documents in Czech |
|
97 |
+
| `default_cy` | `cy` | Welsh | Default recipe for plaintext documents in Welsh |
|
98 |
+
| `default_da` | `da` | Danish | Default recipe for plaintext documents in Danish |
|
99 |
| `default_de` | `de` | German | Default recipe for plaintext documents in German |
|
100 |
| `default_en` | `en` | English | Default recipe for plaintext documents |
|
101 |
| `default_es` | `es` | Spanish | Default recipe for plaintext documents in Spanish |
|
102 |
+
| `default_et` | `et` | Estonian | Default recipe for plaintext documents in Estonian |
|
103 |
| `default_fa` | `fa` | Persian/Farsi | Default recipe for plaintext documents in Persian/Farsi |
|
104 |
+
| `default_fi` | `fi` | Finnish | Default recipe for plaintext documents in Finnish |
|
105 |
| `default_fr` | `fr` | French | Default recipe for plaintext documents in French |
|
106 |
+
| `default_ga` | `ga` | Irish | Default recipe for plaintext documents in Irish |
|
107 |
+
| `default_gl` | `gl` | Galician | Default recipe for plaintext documents in Galician |
|
108 |
| `default_he` | `he` | Hebrew | Default recipe for plaintext documents in Hebrew |
|
109 |
| `default_hi` | `hi` | Hindi | Default recipe for plaintext documents in Hindi |
|
110 |
+
| `default_hr` | `hr` | Croatian | Default recipe for plaintext documents in Croatian |
|
111 |
+
| `default_hu` | `hu` | Hungarian | Default recipe for plaintext documents in Hungarian |
|
112 |
| `default_id` | `id` | Indonesian | Default recipe for plaintext documents in Indonesian |
|
113 |
+
| `default_is` | `is` | Icelandic | Default recipe for plaintext documents in Icelandic |
|
114 |
| `default_it` | `it` | Italian | Default recipe for plaintext documents in Italian |
|
115 |
| `default_jp` | `jp` | Japanese | Default recipe for plaintext documents in Japanese |
|
116 |
| `default_kr` | `kr` | Korean | Default recipe for plaintext documents in Korean |
|
117 |
+
| `default_lt` | `lt` | Lithuanian | Default recipe for plaintext documents in Lithuanian |
|
118 |
+
| `default_lv` | `lv` | Latvian | Default recipe for plaintext documents in Latvian |
|
119 |
+
| `default_mk` | `mk` | Macedonian | Default recipe for plaintext documents in Macedonian |
|
120 |
| `default_ms` | `ms` | Malay | Default recipe for plaintext documents in Malay |
|
121 |
+
| `default_mt` | `mt` | Maltese | Default recipe for plaintext documents in Maltese |
|
122 |
+
| `default_ne` | `ne` | Nepali | Default recipe for plaintext documents in Nepali |
|
123 |
| `default_nl` | `nl` | Dutch | Default recipe for plaintext documents in Dutch |
|
124 |
| `default_no` | `no` | Norwegian | Default recipe for plaintext documents in Norwegian |
|
125 |
| `default_pl` | `pl` | Polish | Default recipe for plaintext documents in Polish |
|
126 |
| `default_pt` | `pt` | Portuguese | Default recipe for plaintext documents in Portuguese |
|
127 |
+
| `default_pt-BR` | `pt-BR` | Brazilian Portuguese | Default recipe for plaintext documents in Brazilian Portuguese |
|
128 |
+
| `default_ro` | `ro` | Romanian | Default recipe for plaintext documents in Romanian |
|
129 |
| `default_ru` | `ru` | Russian | Default recipe for plaintext documents in Russian |
|
130 |
+
| `default_sk` | `sk` | Slovak | Default recipe for plaintext documents in Slovak |
|
131 |
+
| `default_sl` | `sl` | Slovenian | Default recipe for plaintext documents in Slovenian |
|
132 |
+
| `default_sr` | `sr` | Serbian | Default recipe for plaintext documents in Serbian |
|
133 |
| `default_sv` | `sv` | Swedish | Default recipe for plaintext documents in Swedish |
|
134 |
| `default_sw` | `sw` | Swahili | Default recipe for plaintext documents in Swahili |
|
135 |
| `default_ta` | `ta` | Tamil | Default recipe for plaintext documents in Tamil |
|
|
|
137 |
| `default_th` | `th` | Thai | Default recipe for plaintext documents in Thai |
|
138 |
| `default_tl` | `tl` | Filipino/Tagalog | Default recipe for plaintext documents in Filipino/Tagalog |
|
139 |
| `default_tr` | `tr` | Turkish | Default recipe for plaintext documents in Turkish |
|
140 |
+
| `default_uk` | `uk` | Ukrainian | Default recipe for plaintext documents in Ukrainian |
|
141 |
| `default_ur` | `ur` | Urdu | Default recipe for plaintext documents in Urdu |
|
142 |
| `default_vi` | `vi` | Vietnamese | Default recipe for plaintext documents in Vietnamese |
|
143 |
| `default_zh` | `zh` | Chinese | Default recipe for plaintext documents in Chinese |
|
144 |
+
| `default_zu` | `zu` | Zulu | Default recipe for plaintext documents in Zulu |
|
145 |
|
146 |
### Specialized Format Recipes
|
147 |
|
recipes/default_af.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Afrikaans",
|
5 |
+
"language": "af",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_bg.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Bulgarian",
|
5 |
+
"language": "bg",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_ca.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Catalan",
|
5 |
+
"language": "ca",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_cs.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Czech",
|
5 |
+
"language": "cs",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_cy.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Welsh",
|
5 |
+
"language": "cy",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_da.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Danish",
|
5 |
+
"language": "da",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_et.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Estonian",
|
5 |
+
"language": "et",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_fi.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Finnish",
|
5 |
+
"language": "fi",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_ga.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Irish",
|
5 |
+
"language": "ga",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_gl.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Galician",
|
5 |
+
"language": "gl",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_hr.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Croatian",
|
5 |
+
"language": "hr",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_hu.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Hungarian",
|
5 |
+
"language": "hu",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_is.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Icelandic",
|
5 |
+
"language": "is",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_lt.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Lithuanian",
|
5 |
+
"language": "lt",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_lv.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Latvian",
|
5 |
+
"language": "lv",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_mk.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Macedonian",
|
5 |
+
"language": "mk",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_mt.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Maltese",
|
5 |
+
"language": "mt",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_ne.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Nepali",
|
5 |
+
"language": "ne",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": ["। ", "॥ ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
"। ",
|
34 |
+
"॥ ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_pt-BR.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Brazilian Portuguese",
|
5 |
+
"language": "pt-BR",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_ro.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Romanian",
|
5 |
+
"language": "ro",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_sk.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Slovak",
|
5 |
+
"language": "sk",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_sl.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Slovenian",
|
5 |
+
"language": "sl",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_sr.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Serbian",
|
5 |
+
"language": "sr",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_uk.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Ukrainian",
|
5 |
+
"language": "uk",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
recipes/default_zu.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Zulu",
|
5 |
+
"language": "zu",
|
6 |
+
"metadata": {
|
7 |
+
"version": "0.1.0",
|
8 |
+
"author": "Chonkie Team"
|
9 |
+
},
|
10 |
+
"recipe": {
|
11 |
+
"delimiters": [". ", "! ", "? ", "\n"],
|
12 |
+
"include_delim": "prev",
|
13 |
+
"recursive_rules": {
|
14 |
+
"levels": [
|
15 |
+
{
|
16 |
+
"delimiters": [
|
17 |
+
"\n\n",
|
18 |
+
"\n\r"
|
19 |
+
],
|
20 |
+
"whitespace": false,
|
21 |
+
"include_delim": "next"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"delimiters": [
|
25 |
+
"\n",
|
26 |
+
"\r"
|
27 |
+
],
|
28 |
+
"whitespace": false,
|
29 |
+
"include_delim": "prev"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"delimiters": [
|
33 |
+
". ",
|
34 |
+
"! ",
|
35 |
+
"? "
|
36 |
+
],
|
37 |
+
"whitespace": false,
|
38 |
+
"include_delim": "prev"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"delimiters": null,
|
42 |
+
"whitespace": true,
|
43 |
+
"include_delim": "prev"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"delimiters": null,
|
47 |
+
"whitespace": false,
|
48 |
+
"include_delim": "prev"
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|