@polyglot-bundles/vi-word-lists 0.1.1

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 (57) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +471 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/levels/a1.d.ts +10 -0
  6. package/dist/levels/a1.d.ts.map +1 -0
  7. package/dist/levels/a1.js +7 -0
  8. package/dist/levels/a1.js.map +1 -0
  9. package/package.json +51 -0
  10. package/src/index.ts +499 -0
  11. package/src/json/a1/a1-vocabulary-01.json +412 -0
  12. package/src/json/a1/a1-vocabulary-02.json +412 -0
  13. package/src/json/a1/a1-vocabulary-03.json +412 -0
  14. package/src/json/a1/a1-vocabulary-04.json +412 -0
  15. package/src/json/a1/a1-vocabulary-05.json +20 -0
  16. package/src/json/a1/basic-greetings.json +60 -0
  17. package/src/json/a1/colors.json +60 -0
  18. package/src/json/a1/family-members.json +50 -0
  19. package/src/json/a1/food-basics.json +60 -0
  20. package/src/json/a1/numbers-1-10.json +60 -0
  21. package/src/json/a2/a2-vocabulary-01.json +412 -0
  22. package/src/json/a2/a2-vocabulary-02.json +412 -0
  23. package/src/json/a2/a2-vocabulary-03.json +412 -0
  24. package/src/json/a2/a2-vocabulary-04.json +412 -0
  25. package/src/json/a2/a2-vocabulary-05.json +412 -0
  26. package/src/json/a2/a2-vocabulary-06.json +412 -0
  27. package/src/json/a2/a2-vocabulary-07.json +412 -0
  28. package/src/json/a2/a2-vocabulary-08.json +412 -0
  29. package/src/json/a2/a2-vocabulary-09.json +412 -0
  30. package/src/json/a2/a2-vocabulary-10.json +412 -0
  31. package/src/json/a2/a2-vocabulary-11.json +412 -0
  32. package/src/json/a2/a2-vocabulary-12.json +412 -0
  33. package/src/json/b1/b1-vocabulary-01.json +412 -0
  34. package/src/json/b1/b1-vocabulary-02.json +412 -0
  35. package/src/json/b1/b1-vocabulary-03.json +412 -0
  36. package/src/json/b1/b1-vocabulary-04.json +412 -0
  37. package/src/json/b1/b1-vocabulary-05.json +412 -0
  38. package/src/json/b1/b1-vocabulary-06.json +412 -0
  39. package/src/json/b1/b1-vocabulary-07.json +412 -0
  40. package/src/json/b1/b1-vocabulary-08.json +412 -0
  41. package/src/json/b1/b1-vocabulary-09.json +412 -0
  42. package/src/json/b1/b1-vocabulary-10.json +412 -0
  43. package/src/json/b1/b1-vocabulary-11.json +412 -0
  44. package/src/json/b1/b1-vocabulary-12.json +412 -0
  45. package/src/json/b1/b1-vocabulary-13.json +412 -0
  46. package/src/json/b1/b1-vocabulary-14.json +412 -0
  47. package/src/json/b1/b1-vocabulary-15.json +412 -0
  48. package/src/json/b1/b1-vocabulary-16.json +412 -0
  49. package/src/json/b1/b1-vocabulary-17.json +412 -0
  50. package/src/json/b1/b1-vocabulary-18.json +412 -0
  51. package/src/json/b1/b1-vocabulary-19.json +412 -0
  52. package/src/json/b1/b1-vocabulary-20.json +412 -0
  53. package/src/json/b1/b1-vocabulary-21.json +412 -0
  54. package/src/json/b1/b1-vocabulary-22.json +412 -0
  55. package/src/json/b1/b1-vocabulary-23.json +412 -0
  56. package/src/json/b1/b1-vocabulary-24.json +404 -0
  57. package/src/levels/a1.ts +23 -0
@@ -0,0 +1,412 @@
1
+ {
2
+ "id": "a1-vocabulary-01",
3
+ "name": "A1 Vocabulary 01",
4
+ "description": "A1 level Vietnamese frequency vocabulary (50 words)",
5
+ "examGrade": "A1",
6
+ "difficulty": "beginner",
7
+ "source": "Vietnamese subtitle frequency list (HermitDave/FrequencyWords)",
8
+ "sourceUrl": "https://github.com/hermitdave/FrequencyWords",
9
+ "category": "general",
10
+ "words": [
11
+ {
12
+ "id": "vi:vocab:1:t-i",
13
+ "word": "tôi",
14
+ "translation": "",
15
+ "partOfSpeech": "",
16
+ "examGrade": "A1",
17
+ "frequency": 711535
18
+ },
19
+ {
20
+ "id": "vi:vocab:2:kh-ng",
21
+ "word": "không",
22
+ "translation": "",
23
+ "partOfSpeech": "",
24
+ "examGrade": "A1",
25
+ "frequency": 668048
26
+ },
27
+ {
28
+ "id": "vi:vocab:3:l",
29
+ "word": "là",
30
+ "translation": "",
31
+ "partOfSpeech": "",
32
+ "examGrade": "A1",
33
+ "frequency": 477066
34
+ },
35
+ {
36
+ "id": "vi:vocab:4:anh",
37
+ "word": "anh",
38
+ "translation": "",
39
+ "partOfSpeech": "",
40
+ "examGrade": "A1",
41
+ "frequency": 469245
42
+ },
43
+ {
44
+ "id": "vi:vocab:5:c",
45
+ "word": "có",
46
+ "translation": "",
47
+ "partOfSpeech": "",
48
+ "examGrade": "A1",
49
+ "frequency": 468127
50
+ },
51
+ {
52
+ "id": "vi:vocab:6:ta",
53
+ "word": "ta",
54
+ "translation": "",
55
+ "partOfSpeech": "",
56
+ "examGrade": "A1",
57
+ "frequency": 342219
58
+ },
59
+ {
60
+ "id": "vi:vocab:7:c-a",
61
+ "word": "của",
62
+ "translation": "",
63
+ "partOfSpeech": "",
64
+ "examGrade": "A1",
65
+ "frequency": 261208
66
+ },
67
+ {
68
+ "id": "vi:vocab:8:i",
69
+ "word": "đi",
70
+ "translation": "",
71
+ "partOfSpeech": "",
72
+ "examGrade": "A1",
73
+ "frequency": 254203
74
+ },
75
+ {
76
+ "id": "vi:vocab:9:",
77
+ "word": "đã",
78
+ "translation": "",
79
+ "partOfSpeech": "",
80
+ "examGrade": "A1",
81
+ "frequency": 247638
82
+ },
83
+ {
84
+ "id": "vi:vocab:10:",
85
+ "word": "đó",
86
+ "translation": "",
87
+ "partOfSpeech": "",
88
+ "examGrade": "A1",
89
+ "frequency": 242931
90
+ },
91
+ {
92
+ "id": "vi:vocab:11:s",
93
+ "word": "sẽ",
94
+ "translation": "",
95
+ "partOfSpeech": "",
96
+ "examGrade": "A1",
97
+ "frequency": 241323
98
+ },
99
+ {
100
+ "id": "vi:vocab:12:ch-ng",
101
+ "word": "chúng",
102
+ "translation": "",
103
+ "partOfSpeech": "",
104
+ "examGrade": "A1",
105
+ "frequency": 236973
106
+ },
107
+ {
108
+ "id": "vi:vocab:13:g",
109
+ "word": "gì",
110
+ "translation": "",
111
+ "partOfSpeech": "",
112
+ "examGrade": "A1",
113
+ "frequency": 236762
114
+ },
115
+ {
116
+ "id": "vi:vocab:14:m-t",
117
+ "word": "một",
118
+ "translation": "",
119
+ "partOfSpeech": "",
120
+ "examGrade": "A1",
121
+ "frequency": 234520
122
+ },
123
+ {
124
+ "id": "vi:vocab:15:c",
125
+ "word": "được",
126
+ "translation": "",
127
+ "partOfSpeech": "",
128
+ "examGrade": "A1",
129
+ "frequency": 230371
130
+ },
131
+ {
132
+ "id": "vi:vocab:16:v",
133
+ "word": "và",
134
+ "translation": "",
135
+ "partOfSpeech": "",
136
+ "examGrade": "A1",
137
+ "frequency": 222351
138
+ },
139
+ {
140
+ "id": "vi:vocab:17:c",
141
+ "word": "cô",
142
+ "translation": "",
143
+ "partOfSpeech": "",
144
+ "examGrade": "A1",
145
+ "frequency": 214453
146
+ },
147
+ {
148
+ "id": "vi:vocab:18:l-m",
149
+ "word": "làm",
150
+ "translation": "",
151
+ "partOfSpeech": "",
152
+ "examGrade": "A1",
153
+ "frequency": 206886
154
+ },
155
+ {
156
+ "id": "vi:vocab:19:ph-i",
157
+ "word": "phải",
158
+ "translation": "",
159
+ "partOfSpeech": "",
160
+ "examGrade": "A1",
161
+ "frequency": 205989
162
+ },
163
+ {
164
+ "id": "vi:vocab:20:r-i",
165
+ "word": "rồi",
166
+ "translation": "",
167
+ "partOfSpeech": "",
168
+ "examGrade": "A1",
169
+ "frequency": 198863
170
+ },
171
+ {
172
+ "id": "vi:vocab:21:ng-i",
173
+ "word": "người",
174
+ "translation": "",
175
+ "partOfSpeech": "",
176
+ "examGrade": "A1",
177
+ "frequency": 196684
178
+ },
179
+ {
180
+ "id": "vi:vocab:22:n-y",
181
+ "word": "này",
182
+ "translation": "",
183
+ "partOfSpeech": "",
184
+ "examGrade": "A1",
185
+ "frequency": 191625
186
+ },
187
+ {
188
+ "id": "vi:vocab:23:cho",
189
+ "word": "cho",
190
+ "translation": "",
191
+ "partOfSpeech": "",
192
+ "examGrade": "A1",
193
+ "frequency": 185833
194
+ },
195
+ {
196
+ "id": "vi:vocab:24:em",
197
+ "word": "em",
198
+ "translation": "",
199
+ "partOfSpeech": "",
200
+ "examGrade": "A1",
201
+ "frequency": 177577
202
+ },
203
+ {
204
+ "id": "vi:vocab:25:y",
205
+ "word": "đây",
206
+ "translation": "",
207
+ "partOfSpeech": "",
208
+ "examGrade": "A1",
209
+ "frequency": 174127
210
+ },
211
+ {
212
+ "id": "vi:vocab:26:con",
213
+ "word": "con",
214
+ "translation": "",
215
+ "partOfSpeech": "",
216
+ "examGrade": "A1",
217
+ "frequency": 168380
218
+ },
219
+ {
220
+ "id": "vi:vocab:27:sao",
221
+ "word": "sao",
222
+ "translation": "",
223
+ "partOfSpeech": "",
224
+ "examGrade": "A1",
225
+ "frequency": 162224
226
+ },
227
+ {
228
+ "id": "vi:vocab:28:bi-t",
229
+ "word": "biết",
230
+ "translation": "",
231
+ "partOfSpeech": "",
232
+ "examGrade": "A1",
233
+ "frequency": 156116
234
+ },
235
+ {
236
+ "id": "vi:vocab:29:ng",
237
+ "word": "ông",
238
+ "translation": "",
239
+ "partOfSpeech": "",
240
+ "examGrade": "A1",
241
+ "frequency": 155744
242
+ },
243
+ {
244
+ "id": "vi:vocab:30:n-i",
245
+ "word": "nói",
246
+ "translation": "",
247
+ "partOfSpeech": "",
248
+ "examGrade": "A1",
249
+ "frequency": 155663
250
+ },
251
+ {
252
+ "id": "vi:vocab:31:n",
253
+ "word": "nó",
254
+ "translation": "",
255
+ "partOfSpeech": "",
256
+ "examGrade": "A1",
257
+ "frequency": 154403
258
+ },
259
+ {
260
+ "id": "vi:vocab:32:th",
261
+ "word": "thể",
262
+ "translation": "",
263
+ "partOfSpeech": "",
264
+ "examGrade": "A1",
265
+ "frequency": 152739
266
+ },
267
+ {
268
+ "id": "vi:vocab:33:v-i",
269
+ "word": "với",
270
+ "translation": "",
271
+ "partOfSpeech": "",
272
+ "examGrade": "A1",
273
+ "frequency": 144172
274
+ },
275
+ {
276
+ "id": "vi:vocab:34:c-u",
277
+ "word": "cậu",
278
+ "translation": "",
279
+ "partOfSpeech": "",
280
+ "examGrade": "A1",
281
+ "frequency": 142665
282
+ },
283
+ {
284
+ "id": "vi:vocab:35:th",
285
+ "word": "thế",
286
+ "translation": "",
287
+ "partOfSpeech": "",
288
+ "examGrade": "A1",
289
+ "frequency": 137439
290
+ },
291
+ {
292
+ "id": "vi:vocab:36:l-i",
293
+ "word": "lại",
294
+ "translation": "",
295
+ "partOfSpeech": "",
296
+ "examGrade": "A1",
297
+ "frequency": 133969
298
+ },
299
+ {
300
+ "id": "vi:vocab:37:ra",
301
+ "word": "ra",
302
+ "translation": "",
303
+ "partOfSpeech": "",
304
+ "examGrade": "A1",
305
+ "frequency": 133754
306
+ },
307
+ {
308
+ "id": "vi:vocab:38:v-y",
309
+ "word": "vậy",
310
+ "translation": "",
311
+ "partOfSpeech": "",
312
+ "examGrade": "A1",
313
+ "frequency": 132086
314
+ },
315
+ {
316
+ "id": "vi:vocab:39:",
317
+ "word": "để",
318
+ "translation": "",
319
+ "partOfSpeech": "",
320
+ "examGrade": "A1",
321
+ "frequency": 121695
322
+ },
323
+ {
324
+ "id": "vi:vocab:40:n-o",
325
+ "word": "nào",
326
+ "translation": "",
327
+ "partOfSpeech": "",
328
+ "examGrade": "A1",
329
+ "frequency": 121332
330
+ },
331
+ {
332
+ "id": "vi:vocab:41:y",
333
+ "word": "ấy",
334
+ "translation": "",
335
+ "partOfSpeech": "",
336
+ "examGrade": "A1",
337
+ "frequency": 118465
338
+ },
339
+ {
340
+ "id": "vi:vocab:42:c-i",
341
+ "word": "cái",
342
+ "translation": "",
343
+ "partOfSpeech": "",
344
+ "examGrade": "A1",
345
+ "frequency": 117809
346
+ },
347
+ {
348
+ "id": "vi:vocab:43:ang",
349
+ "word": "đang",
350
+ "translation": "",
351
+ "partOfSpeech": "",
352
+ "examGrade": "A1",
353
+ "frequency": 112941
354
+ },
355
+ {
356
+ "id": "vi:vocab:44:mu-n",
357
+ "word": "muốn",
358
+ "translation": "",
359
+ "partOfSpeech": "",
360
+ "examGrade": "A1",
361
+ "frequency": 108510
362
+ },
363
+ {
364
+ "id": "vi:vocab:45:trong",
365
+ "word": "trong",
366
+ "translation": "",
367
+ "partOfSpeech": "",
368
+ "examGrade": "A1",
369
+ "frequency": 108108
370
+ },
371
+ {
372
+ "id": "vi:vocab:46:m",
373
+ "word": "mà",
374
+ "translation": "",
375
+ "partOfSpeech": "",
376
+ "examGrade": "A1",
377
+ "frequency": 106079
378
+ },
379
+ {
380
+ "id": "vi:vocab:47:nh",
381
+ "word": "như",
382
+ "translation": "",
383
+ "partOfSpeech": "",
384
+ "examGrade": "A1",
385
+ "frequency": 105810
386
+ },
387
+ {
388
+ "id": "vi:vocab:48:nh-ng",
389
+ "word": "nhưng",
390
+ "translation": "",
391
+ "partOfSpeech": "",
392
+ "examGrade": "A1",
393
+ "frequency": 104672
394
+ },
395
+ {
396
+ "id": "vi:vocab:49:khi",
397
+ "word": "khi",
398
+ "translation": "",
399
+ "partOfSpeech": "",
400
+ "examGrade": "A1",
401
+ "frequency": 96056
402
+ },
403
+ {
404
+ "id": "vi:vocab:50:nh-ng",
405
+ "word": "những",
406
+ "translation": "",
407
+ "partOfSpeech": "",
408
+ "examGrade": "A1",
409
+ "frequency": 95951
410
+ }
411
+ ]
412
+ }