@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,75 @@
1
+ Dr
2
+ Dra
3
+ pàg
4
+ p
5
+ c
6
+ av
7
+ Sr
8
+ Sra
9
+ adm
10
+ esq
11
+ Prof
12
+ S.A
13
+ S.L
14
+ p.e
15
+ ptes
16
+ Sta
17
+ St
18
+ pl
19
+ màx
20
+ cast
21
+ dir
22
+ nre
23
+ fra
24
+ admdora
25
+ Emm
26
+ Excma
27
+ espf
28
+ dc
29
+ admdor
30
+ tel
31
+ angl
32
+ aprox
33
+ ca
34
+ dept
35
+ dj
36
+ dl
37
+ dt
38
+ ds
39
+ dg
40
+ dv
41
+ ed
42
+ entl
43
+ al
44
+ i.e
45
+ maj
46
+ smin
47
+ n
48
+ núm
49
+ pta
50
+ A
51
+ B
52
+ C
53
+ D
54
+ E
55
+ F
56
+ G
57
+ H
58
+ I
59
+ J
60
+ K
61
+ L
62
+ M
63
+ N
64
+ O
65
+ P
66
+ Q
67
+ R
68
+ S
69
+ T
70
+ U
71
+ V
72
+ W
73
+ X
74
+ Y
75
+ Z
@@ -0,0 +1,390 @@
1
+ Bc
2
+ BcA
3
+ Ing
4
+ Ing.arch
5
+ MUDr
6
+ MVDr
7
+ MgA
8
+ Mgr
9
+ JUDr
10
+ PhDr
11
+ RNDr
12
+ PharmDr
13
+ ThLic
14
+ ThDr
15
+ Ph.D
16
+ Th.D
17
+ prof
18
+ doc
19
+ CSc
20
+ DrSc
21
+ dr. h. c
22
+ PaedDr
23
+ Dr
24
+ PhMr
25
+ DiS
26
+ abt
27
+ ad
28
+ a.i
29
+ aj
30
+ angl
31
+ anon
32
+ apod
33
+ atd
34
+ atp
35
+ aut
36
+ bd
37
+ biogr
38
+ b.m
39
+ b.p
40
+ b.r
41
+ cca
42
+ cit
43
+ cizojaz
44
+ c.k
45
+ col
46
+ čes
47
+ čín
48
+ čj
49
+ ed
50
+ facs
51
+ fasc
52
+ fol
53
+ fot
54
+ franc
55
+ h.c
56
+ hist
57
+ hl
58
+ hrsg
59
+ ibid
60
+ il
61
+ ind
62
+ inv.č
63
+ jap
64
+ jhdt
65
+ jv
66
+ koed
67
+ kol
68
+ korej
69
+ kl
70
+ krit
71
+ lat
72
+ lit
73
+ m.a
74
+ maď
75
+ mj
76
+ mp
77
+ násl
78
+ např
79
+ nepubl
80
+ něm
81
+ no
82
+ nr
83
+ n.s
84
+ okr
85
+ odd
86
+ odp
87
+ obr
88
+ opr
89
+ orig
90
+ phil
91
+ pl
92
+ pokrač
93
+ pol
94
+ port
95
+ pozn
96
+ př.kr
97
+ př.n.l
98
+ přel
99
+ přeprac
100
+ příl
101
+ pseud
102
+ pt
103
+ red
104
+ repr
105
+ resp
106
+ revid
107
+ rkp
108
+ roč
109
+ roz
110
+ rozš
111
+ samost
112
+ sect
113
+ sest
114
+ seš
115
+ sign
116
+ sl
117
+ srv
118
+ stol
119
+ sv
120
+ šk
121
+ šk.ro
122
+ špan
123
+ tab
124
+ t.č
125
+ tis
126
+ tj
127
+
128
+ tzv
129
+ univ
130
+ uspoř
131
+ vol
132
+ vl.jm
133
+ vs
134
+ vyd
135
+ vyobr
136
+ zal
137
+ zejm
138
+ zkr
139
+ zprac
140
+ zvl
141
+ n.p
142
+ např
143
+ než
144
+ MUDr
145
+ abl
146
+ absol
147
+ adj
148
+ adv
149
+ ak
150
+ ak. sl
151
+ akt
152
+ alch
153
+ amer
154
+ anat
155
+ angl
156
+ anglosas
157
+ arab
158
+ arch
159
+ archit
160
+ arg
161
+ astr
162
+ astrol
163
+ att
164
+ bás
165
+ belg
166
+ bibl
167
+ biol
168
+ boh
169
+ bot
170
+ bulh
171
+ círk
172
+ csl
173
+ č
174
+ čas
175
+ čes
176
+ dat
177
+ děj
178
+ dep
179
+ dět
180
+ dial
181
+ dór
182
+ dopr
183
+ dosl
184
+ ekon
185
+ epic
186
+ etnonym
187
+ eufem
188
+ f
189
+ fam
190
+ fem
191
+ fil
192
+ film
193
+ form
194
+ fot
195
+ fr
196
+ fut
197
+ fyz
198
+ gen
199
+ geogr
200
+ geol
201
+ geom
202
+ germ
203
+ gram
204
+ hebr
205
+ herald
206
+ hist
207
+ hl
208
+ hovor
209
+ hud
210
+ hut
211
+ chcsl
212
+ chem
213
+ ie
214
+ imp
215
+ impf
216
+ ind
217
+ indoevr
218
+ inf
219
+ instr
220
+ interj
221
+ ión
222
+ iron
223
+ it
224
+ kanad
225
+ katalán
226
+ klas
227
+ kniž
228
+ komp
229
+ konj
230
+
231
+ konkr
232
+
233
+ kuch
234
+ lat
235
+ lék
236
+ les
237
+ lid
238
+ lit
239
+ liturg
240
+ lok
241
+ log
242
+ m
243
+ mat
244
+ meteor
245
+ metr
246
+ mod
247
+ ms
248
+ mysl
249
+ n
250
+ náb
251
+ námoř
252
+ neklas
253
+ něm
254
+ nesklon
255
+ nom
256
+ ob
257
+ obch
258
+ obyč
259
+ ojed
260
+ opt
261
+ part
262
+ pas
263
+ pejor
264
+ pers
265
+ pf
266
+ pl
267
+ plpf
268
+
269
+ práv
270
+ prep
271
+ předl
272
+ přivl
273
+ r
274
+ rcsl
275
+ refl
276
+ reg
277
+ rkp
278
+ ř
279
+ řec
280
+ s
281
+ samohl
282
+ sg
283
+ sl
284
+ souhl
285
+ spec
286
+ srov
287
+ stfr
288
+ střv
289
+ stsl
290
+ subj
291
+ subst
292
+ superl
293
+ sv
294
+ sz
295
+ táz
296
+ tech
297
+ telev
298
+ teol
299
+ trans
300
+ typogr
301
+ var
302
+ vedl
303
+ verb
304
+ vl. jm
305
+ voj
306
+ vok
307
+ vůb
308
+ vulg
309
+ výtv
310
+ vztaž
311
+ zahr
312
+ zájm
313
+ zast
314
+ zejm
315
+
316
+ zeměd
317
+ zkr
318
+
319
+ mj
320
+ dl
321
+ atp
322
+ sport
323
+ Mgr
324
+ horn
325
+ MVDr
326
+ JUDr
327
+ RSDr
328
+ Bc
329
+ PhDr
330
+ ThDr
331
+ Ing
332
+ aj
333
+ apod
334
+ PharmDr
335
+ pomn
336
+ ev
337
+ slang
338
+ nprap
339
+ odp
340
+ dop
341
+ pol
342
+ st
343
+ stol
344
+ p. n. l
345
+ před n. l
346
+ n. l
347
+ př. Kr
348
+ po Kr
349
+ př. n. l
350
+ odd
351
+ RNDr
352
+ tzv
353
+ atd
354
+ tzn
355
+ resp
356
+ tj
357
+ p
358
+ br
359
+ č. j
360
+ čj
361
+ č. p
362
+ čp
363
+ a. s
364
+ s. r. o
365
+ spol. s r. o
366
+ p. o
367
+ s. p
368
+ v. o. s
369
+ k. s
370
+ o. p. s
371
+ o. s
372
+ v. r
373
+ v z
374
+ ml
375
+
376
+ kr
377
+ mld
378
+ hod
379
+ popř
380
+ ap
381
+ event
382
+ rus
383
+ slov
384
+ rum
385
+ švýc
386
+ P. T
387
+ zvl
388
+ hor
389
+ dol
390
+ S.O.S