Commit
·
5ef28ae
1
Parent(s):
7990a58
Add detailed recipe listings to README, including default and specialized format recipes for various languages.
Browse files- README.md +46 -0
- recipes/default_am.json +53 -0
- recipes/default_bn.json +53 -0
- recipes/default_de.json +53 -0
- recipes/default_es.json +55 -0
- recipes/default_fa.json +53 -0
- recipes/default_fr.json +53 -0
- recipes/default_he.json +53 -0
- recipes/default_id.json +53 -0
- recipes/default_it.json +53 -0
- recipes/default_ms.json +53 -0
- recipes/default_nl.json +53 -0
- recipes/default_no.json +53 -0
- recipes/default_pl.json +53 -0
- recipes/default_pt.json +53 -0
- recipes/default_ru.json +53 -0
- recipes/default_sv.json +53 -0
- recipes/default_sw.json +53 -0
- recipes/default_ta.json +53 -0
- recipes/default_te.json +53 -0
- recipes/default_th.json +54 -0
- recipes/default_tl.json +53 -0
- recipes/default_tr.json +53 -0
- recipes/default_ur.json +53 -0
- recipes/default_vi.json +53 -0
README.md
CHANGED
@@ -80,6 +80,52 @@ The recipes are stored in the `recipes` folder. Each recipe is a JSON file that
|
|
80 |
}
|
81 |
```
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
The full JSON schema for the recipes is available [here](./.schema.json). You can use this schema to validate the recipes before using them.
|
84 |
|
85 |
## Contributing
|
|
|
80 |
}
|
81 |
```
|
82 |
|
83 |
+
<details>
|
84 |
+
<summary><strong>📚 Available Recipes</strong></summary>
|
85 |
+
|
86 |
+
### Default Language Recipes
|
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 |
|
113 |
+
| `default_te` | `te` | Telugu | Default recipe for plaintext documents in Telugu |
|
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 |
+
|
123 |
+
| Recipe Name | Language Code | Language Name | Description |
|
124 |
+
|-------------|---------------|---------------|-------------|
|
125 |
+
| `markdown_en` | `en` | English | Recipe for markdown documents in English |
|
126 |
+
|
127 |
+
</details>
|
128 |
+
|
129 |
The full JSON schema for the recipes is available [here](./.schema.json). You can use this schema to validate the recipes before using them.
|
130 |
|
131 |
## Contributing
|
recipes/default_am.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Amharic",
|
5 |
+
"language": "am",
|
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_bn.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Bengali",
|
5 |
+
"language": "bn",
|
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_de.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in German",
|
5 |
+
"language": "de",
|
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_es.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Spanish",
|
5 |
+
"language": "es",
|
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 |
+
"¿"
|
38 |
+
],
|
39 |
+
"whitespace": false,
|
40 |
+
"include_delim": "prev"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"delimiters": null,
|
44 |
+
"whitespace": true,
|
45 |
+
"include_delim": "prev"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"delimiters": null,
|
49 |
+
"whitespace": false,
|
50 |
+
"include_delim": "prev"
|
51 |
+
}
|
52 |
+
]
|
53 |
+
}
|
54 |
+
}
|
55 |
+
}
|
recipes/default_fa.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Persian/Farsi",
|
5 |
+
"language": "fa",
|
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_fr.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in French",
|
5 |
+
"language": "fr",
|
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_he.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Hebrew",
|
5 |
+
"language": "he",
|
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_id.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Indonesian",
|
5 |
+
"language": "id",
|
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_it.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Italian",
|
5 |
+
"language": "it",
|
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_ms.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Malay",
|
5 |
+
"language": "ms",
|
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_nl.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Dutch",
|
5 |
+
"language": "nl",
|
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_no.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Norwegian",
|
5 |
+
"language": "no",
|
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_pl.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Polish",
|
5 |
+
"language": "pl",
|
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.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Portuguese",
|
5 |
+
"language": "pt",
|
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_ru.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Russian",
|
5 |
+
"language": "ru",
|
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_sv.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Swedish",
|
5 |
+
"language": "sv",
|
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_sw.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Swahili",
|
5 |
+
"language": "sw",
|
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_ta.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Tamil",
|
5 |
+
"language": "ta",
|
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_te.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Telugu",
|
5 |
+
"language": "te",
|
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_th.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Thai",
|
5 |
+
"language": "th",
|
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 |
+
],
|
38 |
+
"whitespace": false,
|
39 |
+
"include_delim": "prev"
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"delimiters": null,
|
43 |
+
"whitespace": true,
|
44 |
+
"include_delim": "prev"
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"delimiters": null,
|
48 |
+
"whitespace": false,
|
49 |
+
"include_delim": "prev"
|
50 |
+
}
|
51 |
+
]
|
52 |
+
}
|
53 |
+
}
|
54 |
+
}
|
recipes/default_tl.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Filipino/Tagalog",
|
5 |
+
"language": "tl",
|
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_tr.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Turkish",
|
5 |
+
"language": "tr",
|
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_ur.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Urdu",
|
5 |
+
"language": "ur",
|
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_vi.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "default",
|
3 |
+
"schema": "v1",
|
4 |
+
"description": "Default recipe for plaintext documents in Vietnamese",
|
5 |
+
"language": "vi",
|
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 |
+
}
|