@qvac/translation-nmtcpp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +470 -0
- package/binding.js +1 -0
- package/index.d.ts +82 -0
- package/index.js +188 -0
- package/lib/error.js +65 -0
- package/marian.js +186 -0
- package/package.json +69 -0
- package/prebuilds/android-arm/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/android-arm64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/android-ia32/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/android-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare.exports +3622 -0
- package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare.exports +3731 -0
- package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare.exports +3603 -0
- package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare.exports +3603 -0
- package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare.exports +3720 -0
- package/prebuilds/linux-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare +0 -0
- package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare.exports +0 -0
- package/third-party/indic-processor-deps/indicnlp/INDIC_NLP_LICENCE +9 -0
- package/third-party/indic-processor-deps/indicnlp/index.js +11 -0
- package/third-party/indic-processor-deps/indicnlp/indic_detokenize.js +141 -0
- package/third-party/indic-processor-deps/indicnlp/indic_normalize.js +1213 -0
- package/third-party/indic-processor-deps/indicnlp/indic_tokenize.js +123 -0
- package/third-party/indic-processor-deps/indicnlp/langinfo.js +609 -0
- package/third-party/indic-processor-deps/indicnlp/sinhala_transliterator.js +197 -0
- package/third-party/indic-processor-deps/indicnlp/unicode_transliterator.js +120 -0
- package/third-party/indic-processor-deps/sacremoses/SACREMOSES_LICENCE +21 -0
- package/third-party/indic-processor-deps/sacremoses/cjk.js +202 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/README.txt +8 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.as +65 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.bn +65 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ca +75 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.cs +390 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.de +325 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.el +1568 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.en +123 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.es +118 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.et +138 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.fi +138 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.fr +153 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ga +48 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.gu +105 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.hi +113 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.hu +103 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.is +251 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.it +180 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.kn +70 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.lt +698 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.lv +100 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ml +67 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.mni +65 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.mr +113 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.nl +115 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.or +101 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pa +102 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pl +283 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pt +210 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ro +38 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ru +293 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sk +474 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sl +78 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sv +97 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ta +71 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.tdt +210 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.te +70 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.yue +53 -0
- package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.zh +53 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/CJK.txt +23246 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/CJKSymbols.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Close_Punctuation.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Currency_Symbol.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Han.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hangul.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hangul_Syllables.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hiragana.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlnum-unichars-au.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlnum.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlpha-unichars-au.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlpha.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsLower.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsN.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsPf.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsPi.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsSc.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsSo.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsUpper.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Katakana.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Line_Separator.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Lowercase_Letter.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Number.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Open_Punctuation.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Punctuation.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Separator.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Symbol.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Titlecase_Letter.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Uppercase_Letter.txt +1 -0
- package/third-party/indic-processor-deps/sacremoses/index.js +8 -0
- package/third-party/indic-processor-deps/sacremoses/indic.js +76 -0
- package/third-party/indic-processor-deps/sacremoses/normalizer.js +264 -0
- package/third-party/indic-processor-deps/sacremoses/pernuliprops.js +287 -0
- package/third-party/indic-processor-deps/sacremoses/tokenizer.js +1217 -0
- package/third-party/indic-processor.js +565 -0
package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ru
ADDED
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
# added Cyrillic uppercase letters [А-Я]
|
|
2
|
+
# removed 000D carriage return (this is not removed by chomp in tokenizer.perl, and prevents recognition of the prefixes)
|
|
3
|
+
# edited by Kate Young (nspaceanalysis@earthlink.net) 21 May 2013
|
|
4
|
+
А
|
|
5
|
+
Б
|
|
6
|
+
В
|
|
7
|
+
Г
|
|
8
|
+
Д
|
|
9
|
+
Е
|
|
10
|
+
Ж
|
|
11
|
+
З
|
|
12
|
+
И
|
|
13
|
+
Й
|
|
14
|
+
К
|
|
15
|
+
Л
|
|
16
|
+
М
|
|
17
|
+
Н
|
|
18
|
+
О
|
|
19
|
+
П
|
|
20
|
+
Р
|
|
21
|
+
С
|
|
22
|
+
Т
|
|
23
|
+
У
|
|
24
|
+
Ф
|
|
25
|
+
Х
|
|
26
|
+
Ц
|
|
27
|
+
Ч
|
|
28
|
+
Ш
|
|
29
|
+
Щ
|
|
30
|
+
Ъ
|
|
31
|
+
Ы
|
|
32
|
+
Ь
|
|
33
|
+
Э
|
|
34
|
+
Ю
|
|
35
|
+
Я
|
|
36
|
+
A
|
|
37
|
+
B
|
|
38
|
+
C
|
|
39
|
+
D
|
|
40
|
+
E
|
|
41
|
+
F
|
|
42
|
+
G
|
|
43
|
+
H
|
|
44
|
+
I
|
|
45
|
+
J
|
|
46
|
+
K
|
|
47
|
+
L
|
|
48
|
+
M
|
|
49
|
+
N
|
|
50
|
+
O
|
|
51
|
+
P
|
|
52
|
+
Q
|
|
53
|
+
R
|
|
54
|
+
S
|
|
55
|
+
T
|
|
56
|
+
U
|
|
57
|
+
V
|
|
58
|
+
W
|
|
59
|
+
X
|
|
60
|
+
Y
|
|
61
|
+
Z
|
|
62
|
+
0гг
|
|
63
|
+
1гг
|
|
64
|
+
2гг
|
|
65
|
+
3гг
|
|
66
|
+
4гг
|
|
67
|
+
5гг
|
|
68
|
+
6гг
|
|
69
|
+
7гг
|
|
70
|
+
8гг
|
|
71
|
+
9гг
|
|
72
|
+
0г
|
|
73
|
+
1г
|
|
74
|
+
2г
|
|
75
|
+
3г
|
|
76
|
+
4г
|
|
77
|
+
5г
|
|
78
|
+
6г
|
|
79
|
+
7г
|
|
80
|
+
8г
|
|
81
|
+
9г
|
|
82
|
+
Xвв
|
|
83
|
+
Vвв
|
|
84
|
+
Iвв
|
|
85
|
+
Lвв
|
|
86
|
+
Mвв
|
|
87
|
+
Cвв
|
|
88
|
+
Xв
|
|
89
|
+
Vв
|
|
90
|
+
Iв
|
|
91
|
+
Lв
|
|
92
|
+
Mв
|
|
93
|
+
Cв
|
|
94
|
+
0м
|
|
95
|
+
1м
|
|
96
|
+
2м
|
|
97
|
+
3м
|
|
98
|
+
4м
|
|
99
|
+
5м
|
|
100
|
+
6м
|
|
101
|
+
7м
|
|
102
|
+
8м
|
|
103
|
+
9м
|
|
104
|
+
0мм
|
|
105
|
+
1мм
|
|
106
|
+
2мм
|
|
107
|
+
3мм
|
|
108
|
+
4мм
|
|
109
|
+
5мм
|
|
110
|
+
6мм
|
|
111
|
+
7мм
|
|
112
|
+
8мм
|
|
113
|
+
9мм
|
|
114
|
+
0см
|
|
115
|
+
1см
|
|
116
|
+
2см
|
|
117
|
+
3см
|
|
118
|
+
4см
|
|
119
|
+
5см
|
|
120
|
+
6см
|
|
121
|
+
7см
|
|
122
|
+
8см
|
|
123
|
+
9см
|
|
124
|
+
0дм
|
|
125
|
+
1дм
|
|
126
|
+
2дм
|
|
127
|
+
3дм
|
|
128
|
+
4дм
|
|
129
|
+
5дм
|
|
130
|
+
6дм
|
|
131
|
+
7дм
|
|
132
|
+
8дм
|
|
133
|
+
9дм
|
|
134
|
+
0л
|
|
135
|
+
1л
|
|
136
|
+
2л
|
|
137
|
+
3л
|
|
138
|
+
4л
|
|
139
|
+
5л
|
|
140
|
+
6л
|
|
141
|
+
7л
|
|
142
|
+
8л
|
|
143
|
+
9л
|
|
144
|
+
0км
|
|
145
|
+
1км
|
|
146
|
+
2км
|
|
147
|
+
3км
|
|
148
|
+
4км
|
|
149
|
+
5км
|
|
150
|
+
6км
|
|
151
|
+
7км
|
|
152
|
+
8км
|
|
153
|
+
9км
|
|
154
|
+
0га
|
|
155
|
+
1га
|
|
156
|
+
2га
|
|
157
|
+
3га
|
|
158
|
+
4га
|
|
159
|
+
5га
|
|
160
|
+
6га
|
|
161
|
+
7га
|
|
162
|
+
8га
|
|
163
|
+
9га
|
|
164
|
+
0кг
|
|
165
|
+
1кг
|
|
166
|
+
2кг
|
|
167
|
+
3кг
|
|
168
|
+
4кг
|
|
169
|
+
5кг
|
|
170
|
+
6кг
|
|
171
|
+
7кг
|
|
172
|
+
8кг
|
|
173
|
+
9кг
|
|
174
|
+
0т
|
|
175
|
+
1т
|
|
176
|
+
2т
|
|
177
|
+
3т
|
|
178
|
+
4т
|
|
179
|
+
5т
|
|
180
|
+
6т
|
|
181
|
+
7т
|
|
182
|
+
8т
|
|
183
|
+
9т
|
|
184
|
+
0г
|
|
185
|
+
1г
|
|
186
|
+
2г
|
|
187
|
+
3г
|
|
188
|
+
4г
|
|
189
|
+
5г
|
|
190
|
+
6г
|
|
191
|
+
7г
|
|
192
|
+
8г
|
|
193
|
+
9г
|
|
194
|
+
0мг
|
|
195
|
+
1мг
|
|
196
|
+
2мг
|
|
197
|
+
3мг
|
|
198
|
+
4мг
|
|
199
|
+
5мг
|
|
200
|
+
6мг
|
|
201
|
+
7мг
|
|
202
|
+
8мг
|
|
203
|
+
9мг
|
|
204
|
+
бульв
|
|
205
|
+
в
|
|
206
|
+
вв
|
|
207
|
+
г
|
|
208
|
+
га
|
|
209
|
+
гг
|
|
210
|
+
гл
|
|
211
|
+
гос
|
|
212
|
+
д
|
|
213
|
+
дм
|
|
214
|
+
доп
|
|
215
|
+
др
|
|
216
|
+
е
|
|
217
|
+
ед
|
|
218
|
+
ед
|
|
219
|
+
зам
|
|
220
|
+
и
|
|
221
|
+
инд
|
|
222
|
+
исп
|
|
223
|
+
Исп
|
|
224
|
+
к
|
|
225
|
+
кап
|
|
226
|
+
кг
|
|
227
|
+
кв
|
|
228
|
+
кл
|
|
229
|
+
км
|
|
230
|
+
кол
|
|
231
|
+
комн
|
|
232
|
+
коп
|
|
233
|
+
куб
|
|
234
|
+
л
|
|
235
|
+
лиц
|
|
236
|
+
лл
|
|
237
|
+
м
|
|
238
|
+
макс
|
|
239
|
+
мг
|
|
240
|
+
мин
|
|
241
|
+
мл
|
|
242
|
+
млн
|
|
243
|
+
млрд
|
|
244
|
+
мм
|
|
245
|
+
н
|
|
246
|
+
наб
|
|
247
|
+
нач
|
|
248
|
+
неуд
|
|
249
|
+
ном
|
|
250
|
+
о
|
|
251
|
+
обл
|
|
252
|
+
обр
|
|
253
|
+
общ
|
|
254
|
+
ок
|
|
255
|
+
ост
|
|
256
|
+
отл
|
|
257
|
+
п
|
|
258
|
+
пер
|
|
259
|
+
перераб
|
|
260
|
+
пл
|
|
261
|
+
пос
|
|
262
|
+
пр
|
|
263
|
+
просп
|
|
264
|
+
проф
|
|
265
|
+
р
|
|
266
|
+
ред
|
|
267
|
+
руб
|
|
268
|
+
с
|
|
269
|
+
сб
|
|
270
|
+
св
|
|
271
|
+
см
|
|
272
|
+
соч
|
|
273
|
+
ср
|
|
274
|
+
ст
|
|
275
|
+
стр
|
|
276
|
+
т
|
|
277
|
+
тел
|
|
278
|
+
Тел
|
|
279
|
+
тех
|
|
280
|
+
тт
|
|
281
|
+
туп
|
|
282
|
+
тыс
|
|
283
|
+
уд
|
|
284
|
+
ул
|
|
285
|
+
уч
|
|
286
|
+
физ
|
|
287
|
+
х
|
|
288
|
+
хор
|
|
289
|
+
ч
|
|
290
|
+
чел
|
|
291
|
+
шт
|
|
292
|
+
экз
|
|
293
|
+
э
|
package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sk
ADDED
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
Bc
|
|
2
|
+
Mgr
|
|
3
|
+
RNDr
|
|
4
|
+
PharmDr
|
|
5
|
+
PhDr
|
|
6
|
+
JUDr
|
|
7
|
+
PaedDr
|
|
8
|
+
ThDr
|
|
9
|
+
Ing
|
|
10
|
+
MUDr
|
|
11
|
+
MDDr
|
|
12
|
+
MVDr
|
|
13
|
+
Dr
|
|
14
|
+
ThLic
|
|
15
|
+
PhD
|
|
16
|
+
ArtD
|
|
17
|
+
ThDr
|
|
18
|
+
Dr
|
|
19
|
+
DrSc
|
|
20
|
+
CSs
|
|
21
|
+
prof
|
|
22
|
+
obr
|
|
23
|
+
Obr
|
|
24
|
+
Č
|
|
25
|
+
č
|
|
26
|
+
absol
|
|
27
|
+
adj
|
|
28
|
+
admin
|
|
29
|
+
adr
|
|
30
|
+
Adr
|
|
31
|
+
adv
|
|
32
|
+
advok
|
|
33
|
+
afr
|
|
34
|
+
ak
|
|
35
|
+
akad
|
|
36
|
+
akc
|
|
37
|
+
akuz
|
|
38
|
+
et
|
|
39
|
+
al
|
|
40
|
+
alch
|
|
41
|
+
amer
|
|
42
|
+
anat
|
|
43
|
+
angl
|
|
44
|
+
Angl
|
|
45
|
+
anglosas
|
|
46
|
+
anorg
|
|
47
|
+
ap
|
|
48
|
+
apod
|
|
49
|
+
arch
|
|
50
|
+
archeol
|
|
51
|
+
archit
|
|
52
|
+
arg
|
|
53
|
+
art
|
|
54
|
+
astr
|
|
55
|
+
astrol
|
|
56
|
+
astron
|
|
57
|
+
atp
|
|
58
|
+
atď
|
|
59
|
+
austr
|
|
60
|
+
Austr
|
|
61
|
+
aut
|
|
62
|
+
belg
|
|
63
|
+
Belg
|
|
64
|
+
bibl
|
|
65
|
+
Bibl
|
|
66
|
+
biol
|
|
67
|
+
bot
|
|
68
|
+
bud
|
|
69
|
+
bás
|
|
70
|
+
býv
|
|
71
|
+
cest
|
|
72
|
+
chem
|
|
73
|
+
cirk
|
|
74
|
+
csl
|
|
75
|
+
čs
|
|
76
|
+
Čs
|
|
77
|
+
dat
|
|
78
|
+
dep
|
|
79
|
+
det
|
|
80
|
+
dial
|
|
81
|
+
diaľ
|
|
82
|
+
dipl
|
|
83
|
+
distrib
|
|
84
|
+
dokl
|
|
85
|
+
dosl
|
|
86
|
+
dopr
|
|
87
|
+
dram
|
|
88
|
+
duš
|
|
89
|
+
dv
|
|
90
|
+
dvojčl
|
|
91
|
+
dór
|
|
92
|
+
ekol
|
|
93
|
+
ekon
|
|
94
|
+
el
|
|
95
|
+
elektr
|
|
96
|
+
elektrotech
|
|
97
|
+
energet
|
|
98
|
+
epic
|
|
99
|
+
est
|
|
100
|
+
etc
|
|
101
|
+
etonym
|
|
102
|
+
eufem
|
|
103
|
+
európ
|
|
104
|
+
Európ
|
|
105
|
+
ev
|
|
106
|
+
evid
|
|
107
|
+
expr
|
|
108
|
+
fa
|
|
109
|
+
fam
|
|
110
|
+
farm
|
|
111
|
+
fem
|
|
112
|
+
feud
|
|
113
|
+
fil
|
|
114
|
+
filat
|
|
115
|
+
filoz
|
|
116
|
+
fi
|
|
117
|
+
fon
|
|
118
|
+
form
|
|
119
|
+
fot
|
|
120
|
+
fr
|
|
121
|
+
Fr
|
|
122
|
+
franc
|
|
123
|
+
Franc
|
|
124
|
+
fraz
|
|
125
|
+
fut
|
|
126
|
+
fyz
|
|
127
|
+
fyziol
|
|
128
|
+
garb
|
|
129
|
+
gen
|
|
130
|
+
genet
|
|
131
|
+
genpor
|
|
132
|
+
geod
|
|
133
|
+
geogr
|
|
134
|
+
geol
|
|
135
|
+
geom
|
|
136
|
+
germ
|
|
137
|
+
gr
|
|
138
|
+
Gr
|
|
139
|
+
gréc
|
|
140
|
+
Gréc
|
|
141
|
+
gréckokat
|
|
142
|
+
hebr
|
|
143
|
+
herald
|
|
144
|
+
hist
|
|
145
|
+
hlav
|
|
146
|
+
hosp
|
|
147
|
+
hromad
|
|
148
|
+
hud
|
|
149
|
+
hypok
|
|
150
|
+
ident
|
|
151
|
+
i.e
|
|
152
|
+
ident
|
|
153
|
+
imp
|
|
154
|
+
impf
|
|
155
|
+
indoeur
|
|
156
|
+
inf
|
|
157
|
+
inform
|
|
158
|
+
instr
|
|
159
|
+
int
|
|
160
|
+
interj
|
|
161
|
+
inšt
|
|
162
|
+
inštr
|
|
163
|
+
iron
|
|
164
|
+
jap
|
|
165
|
+
Jap
|
|
166
|
+
jaz
|
|
167
|
+
jedn
|
|
168
|
+
juhoamer
|
|
169
|
+
juhových
|
|
170
|
+
juhozáp
|
|
171
|
+
juž
|
|
172
|
+
kanad
|
|
173
|
+
Kanad
|
|
174
|
+
kanc
|
|
175
|
+
kapit
|
|
176
|
+
kpt
|
|
177
|
+
kart
|
|
178
|
+
katastr
|
|
179
|
+
knih
|
|
180
|
+
kniž
|
|
181
|
+
komp
|
|
182
|
+
konj
|
|
183
|
+
konkr
|
|
184
|
+
kozmet
|
|
185
|
+
krajč
|
|
186
|
+
kresť
|
|
187
|
+
kt
|
|
188
|
+
kuch
|
|
189
|
+
lat
|
|
190
|
+
latinskoamer
|
|
191
|
+
lek
|
|
192
|
+
lex
|
|
193
|
+
lingv
|
|
194
|
+
lit
|
|
195
|
+
litur
|
|
196
|
+
log
|
|
197
|
+
lok
|
|
198
|
+
max
|
|
199
|
+
Max
|
|
200
|
+
maď
|
|
201
|
+
Maď
|
|
202
|
+
medzinár
|
|
203
|
+
mest
|
|
204
|
+
metr
|
|
205
|
+
mil
|
|
206
|
+
Mil
|
|
207
|
+
min
|
|
208
|
+
Min
|
|
209
|
+
miner
|
|
210
|
+
ml
|
|
211
|
+
mld
|
|
212
|
+
mn
|
|
213
|
+
mod
|
|
214
|
+
mytol
|
|
215
|
+
napr
|
|
216
|
+
nar
|
|
217
|
+
Nar
|
|
218
|
+
nasl
|
|
219
|
+
nedok
|
|
220
|
+
neg
|
|
221
|
+
negat
|
|
222
|
+
neklas
|
|
223
|
+
nem
|
|
224
|
+
Nem
|
|
225
|
+
neodb
|
|
226
|
+
neos
|
|
227
|
+
neskl
|
|
228
|
+
nesklon
|
|
229
|
+
nespis
|
|
230
|
+
nespráv
|
|
231
|
+
neved
|
|
232
|
+
než
|
|
233
|
+
niekt
|
|
234
|
+
niž
|
|
235
|
+
nom
|
|
236
|
+
náb
|
|
237
|
+
nákl
|
|
238
|
+
námor
|
|
239
|
+
nár
|
|
240
|
+
obch
|
|
241
|
+
obj
|
|
242
|
+
obv
|
|
243
|
+
obyč
|
|
244
|
+
obč
|
|
245
|
+
občian
|
|
246
|
+
odb
|
|
247
|
+
odd
|
|
248
|
+
ods
|
|
249
|
+
ojed
|
|
250
|
+
okr
|
|
251
|
+
Okr
|
|
252
|
+
opt
|
|
253
|
+
opyt
|
|
254
|
+
org
|
|
255
|
+
os
|
|
256
|
+
osob
|
|
257
|
+
ot
|
|
258
|
+
ovoc
|
|
259
|
+
par
|
|
260
|
+
part
|
|
261
|
+
pejor
|
|
262
|
+
pers
|
|
263
|
+
pf
|
|
264
|
+
Pf
|
|
265
|
+
P.f
|
|
266
|
+
p.f
|
|
267
|
+
pl
|
|
268
|
+
Plk
|
|
269
|
+
pod
|
|
270
|
+
podst
|
|
271
|
+
pokl
|
|
272
|
+
polit
|
|
273
|
+
politol
|
|
274
|
+
polygr
|
|
275
|
+
pomn
|
|
276
|
+
popl
|
|
277
|
+
por
|
|
278
|
+
porad
|
|
279
|
+
porov
|
|
280
|
+
posch
|
|
281
|
+
potrav
|
|
282
|
+
použ
|
|
283
|
+
poz
|
|
284
|
+
pozit
|
|
285
|
+
poľ
|
|
286
|
+
poľno
|
|
287
|
+
poľnohosp
|
|
288
|
+
poľov
|
|
289
|
+
pošt
|
|
290
|
+
pož
|
|
291
|
+
prac
|
|
292
|
+
predl
|
|
293
|
+
pren
|
|
294
|
+
prep
|
|
295
|
+
preuk
|
|
296
|
+
priezv
|
|
297
|
+
Priezv
|
|
298
|
+
privl
|
|
299
|
+
prof
|
|
300
|
+
práv
|
|
301
|
+
príd
|
|
302
|
+
príj
|
|
303
|
+
prík
|
|
304
|
+
príp
|
|
305
|
+
prír
|
|
306
|
+
prísl
|
|
307
|
+
príslov
|
|
308
|
+
príč
|
|
309
|
+
psych
|
|
310
|
+
publ
|
|
311
|
+
pís
|
|
312
|
+
písm
|
|
313
|
+
pôv
|
|
314
|
+
refl
|
|
315
|
+
reg
|
|
316
|
+
rep
|
|
317
|
+
resp
|
|
318
|
+
rozk
|
|
319
|
+
rozlič
|
|
320
|
+
rozpráv
|
|
321
|
+
roč
|
|
322
|
+
Roč
|
|
323
|
+
ryb
|
|
324
|
+
rádiotech
|
|
325
|
+
rím
|
|
326
|
+
samohl
|
|
327
|
+
semest
|
|
328
|
+
sev
|
|
329
|
+
severoamer
|
|
330
|
+
severových
|
|
331
|
+
severozáp
|
|
332
|
+
sg
|
|
333
|
+
skr
|
|
334
|
+
skup
|
|
335
|
+
sl
|
|
336
|
+
Sloven
|
|
337
|
+
soc
|
|
338
|
+
soch
|
|
339
|
+
sociol
|
|
340
|
+
sp
|
|
341
|
+
spol
|
|
342
|
+
Spol
|
|
343
|
+
spoloč
|
|
344
|
+
spoluhl
|
|
345
|
+
správ
|
|
346
|
+
spôs
|
|
347
|
+
st
|
|
348
|
+
star
|
|
349
|
+
starogréc
|
|
350
|
+
starorím
|
|
351
|
+
s.r.o
|
|
352
|
+
stol
|
|
353
|
+
stor
|
|
354
|
+
str
|
|
355
|
+
stredoamer
|
|
356
|
+
stredoškol
|
|
357
|
+
subj
|
|
358
|
+
subst
|
|
359
|
+
superl
|
|
360
|
+
sv
|
|
361
|
+
sz
|
|
362
|
+
súkr
|
|
363
|
+
súp
|
|
364
|
+
súvzť
|
|
365
|
+
tal
|
|
366
|
+
Tal
|
|
367
|
+
tech
|
|
368
|
+
tel
|
|
369
|
+
Tel
|
|
370
|
+
telef
|
|
371
|
+
teles
|
|
372
|
+
telev
|
|
373
|
+
teol
|
|
374
|
+
trans
|
|
375
|
+
turist
|
|
376
|
+
tuzem
|
|
377
|
+
typogr
|
|
378
|
+
tzn
|
|
379
|
+
tzv
|
|
380
|
+
ukaz
|
|
381
|
+
ul
|
|
382
|
+
Ul
|
|
383
|
+
umel
|
|
384
|
+
univ
|
|
385
|
+
ust
|
|
386
|
+
ved
|
|
387
|
+
vedľ
|
|
388
|
+
verb
|
|
389
|
+
veter
|
|
390
|
+
vin
|
|
391
|
+
viď
|
|
392
|
+
vl
|
|
393
|
+
vod
|
|
394
|
+
vodohosp
|
|
395
|
+
pnl
|
|
396
|
+
vulg
|
|
397
|
+
vyj
|
|
398
|
+
vys
|
|
399
|
+
vysokoškol
|
|
400
|
+
vzťaž
|
|
401
|
+
vôb
|
|
402
|
+
vých
|
|
403
|
+
výd
|
|
404
|
+
výrob
|
|
405
|
+
výsk
|
|
406
|
+
výsl
|
|
407
|
+
výtv
|
|
408
|
+
výtvar
|
|
409
|
+
význ
|
|
410
|
+
včel
|
|
411
|
+
vš
|
|
412
|
+
všeob
|
|
413
|
+
zahr
|
|
414
|
+
zar
|
|
415
|
+
zariad
|
|
416
|
+
zast
|
|
417
|
+
zastar
|
|
418
|
+
zastaráv
|
|
419
|
+
zb
|
|
420
|
+
zdravot
|
|
421
|
+
združ
|
|
422
|
+
zjemn
|
|
423
|
+
zlat
|
|
424
|
+
zn
|
|
425
|
+
Zn
|
|
426
|
+
zool
|
|
427
|
+
zr
|
|
428
|
+
zried
|
|
429
|
+
zv
|
|
430
|
+
záhr
|
|
431
|
+
zák
|
|
432
|
+
zákl
|
|
433
|
+
zám
|
|
434
|
+
záp
|
|
435
|
+
západoeur
|
|
436
|
+
zázn
|
|
437
|
+
územ
|
|
438
|
+
účt
|
|
439
|
+
čast
|
|
440
|
+
čes
|
|
441
|
+
Čes
|
|
442
|
+
čl
|
|
443
|
+
čísl
|
|
444
|
+
živ
|
|
445
|
+
pr
|
|
446
|
+
fak
|
|
447
|
+
Kr
|
|
448
|
+
p.n.l
|
|
449
|
+
A
|
|
450
|
+
B
|
|
451
|
+
C
|
|
452
|
+
D
|
|
453
|
+
E
|
|
454
|
+
F
|
|
455
|
+
G
|
|
456
|
+
H
|
|
457
|
+
I
|
|
458
|
+
J
|
|
459
|
+
K
|
|
460
|
+
L
|
|
461
|
+
M
|
|
462
|
+
N
|
|
463
|
+
O
|
|
464
|
+
P
|
|
465
|
+
Q
|
|
466
|
+
R
|
|
467
|
+
S
|
|
468
|
+
T
|
|
469
|
+
U
|
|
470
|
+
V
|
|
471
|
+
W
|
|
472
|
+
X
|
|
473
|
+
Y
|
|
474
|
+
Z
|