@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.
Files changed (109) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +470 -0
  3. package/binding.js +1 -0
  4. package/index.d.ts +82 -0
  5. package/index.js +188 -0
  6. package/lib/error.js +65 -0
  7. package/marian.js +186 -0
  8. package/package.json +69 -0
  9. package/prebuilds/android-arm/qvac__translation-nmtcpp.bare +0 -0
  10. package/prebuilds/android-arm64/qvac__translation-nmtcpp.bare +0 -0
  11. package/prebuilds/android-ia32/qvac__translation-nmtcpp.bare +0 -0
  12. package/prebuilds/android-x64/qvac__translation-nmtcpp.bare +0 -0
  13. package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare +0 -0
  14. package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare.exports +3622 -0
  15. package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare +0 -0
  16. package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare.exports +3731 -0
  17. package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare +0 -0
  18. package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare.exports +3603 -0
  19. package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare +0 -0
  20. package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare.exports +3603 -0
  21. package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare +0 -0
  22. package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare.exports +3720 -0
  23. package/prebuilds/linux-x64/qvac__translation-nmtcpp.bare +0 -0
  24. package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare +0 -0
  25. package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare.exports +0 -0
  26. package/third-party/indic-processor-deps/indicnlp/INDIC_NLP_LICENCE +9 -0
  27. package/third-party/indic-processor-deps/indicnlp/index.js +11 -0
  28. package/third-party/indic-processor-deps/indicnlp/indic_detokenize.js +141 -0
  29. package/third-party/indic-processor-deps/indicnlp/indic_normalize.js +1213 -0
  30. package/third-party/indic-processor-deps/indicnlp/indic_tokenize.js +123 -0
  31. package/third-party/indic-processor-deps/indicnlp/langinfo.js +609 -0
  32. package/third-party/indic-processor-deps/indicnlp/sinhala_transliterator.js +197 -0
  33. package/third-party/indic-processor-deps/indicnlp/unicode_transliterator.js +120 -0
  34. package/third-party/indic-processor-deps/sacremoses/SACREMOSES_LICENCE +21 -0
  35. package/third-party/indic-processor-deps/sacremoses/cjk.js +202 -0
  36. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/README.txt +8 -0
  37. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.as +65 -0
  38. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.bn +65 -0
  39. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ca +75 -0
  40. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.cs +390 -0
  41. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.de +325 -0
  42. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.el +1568 -0
  43. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.en +123 -0
  44. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.es +118 -0
  45. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.et +138 -0
  46. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.fi +138 -0
  47. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.fr +153 -0
  48. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ga +48 -0
  49. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.gu +105 -0
  50. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.hi +113 -0
  51. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.hu +103 -0
  52. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.is +251 -0
  53. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.it +180 -0
  54. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.kn +70 -0
  55. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.lt +698 -0
  56. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.lv +100 -0
  57. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ml +67 -0
  58. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.mni +65 -0
  59. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.mr +113 -0
  60. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.nl +115 -0
  61. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.or +101 -0
  62. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pa +102 -0
  63. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pl +283 -0
  64. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pt +210 -0
  65. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ro +38 -0
  66. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ru +293 -0
  67. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sk +474 -0
  68. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sl +78 -0
  69. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sv +97 -0
  70. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ta +71 -0
  71. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.tdt +210 -0
  72. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.te +70 -0
  73. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.yue +53 -0
  74. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.zh +53 -0
  75. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/CJK.txt +23246 -0
  76. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/CJKSymbols.txt +1 -0
  77. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Close_Punctuation.txt +1 -0
  78. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Currency_Symbol.txt +1 -0
  79. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Han.txt +1 -0
  80. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hangul.txt +1 -0
  81. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hangul_Syllables.txt +1 -0
  82. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hiragana.txt +1 -0
  83. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlnum-unichars-au.txt +1 -0
  84. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlnum.txt +1 -0
  85. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlpha-unichars-au.txt +1 -0
  86. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlpha.txt +1 -0
  87. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsLower.txt +1 -0
  88. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsN.txt +1 -0
  89. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsPf.txt +1 -0
  90. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsPi.txt +1 -0
  91. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsSc.txt +1 -0
  92. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsSo.txt +1 -0
  93. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsUpper.txt +1 -0
  94. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Katakana.txt +1 -0
  95. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Line_Separator.txt +1 -0
  96. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Lowercase_Letter.txt +1 -0
  97. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Number.txt +1 -0
  98. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Open_Punctuation.txt +1 -0
  99. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Punctuation.txt +1 -0
  100. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Separator.txt +1 -0
  101. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Symbol.txt +1 -0
  102. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Titlecase_Letter.txt +1 -0
  103. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Uppercase_Letter.txt +1 -0
  104. package/third-party/indic-processor-deps/sacremoses/index.js +8 -0
  105. package/third-party/indic-processor-deps/sacremoses/indic.js +76 -0
  106. package/third-party/indic-processor-deps/sacremoses/normalizer.js +264 -0
  107. package/third-party/indic-processor-deps/sacremoses/pernuliprops.js +287 -0
  108. package/third-party/indic-processor-deps/sacremoses/tokenizer.js +1217 -0
  109. package/third-party/indic-processor.js +565 -0
@@ -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
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+ Xвв
83
+ Vвв
84
+ Iвв
85
+ Lвв
86
+ Mвв
87
+ Cвв
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
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
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
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
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
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
+ э
@@ -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
+
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