fortvivlan commited on
Commit
49371b3
·
verified ·
1 Parent(s): 6741bb5

Model save

Browse files
README.md CHANGED
@@ -21,28 +21,28 @@ model-index:
21
  split: validation
22
  metrics:
23
  - type: f1
24
- value: 0.9298024851216725
25
  name: Null F1
26
  - type: f1
27
- value: 0.778732385703571
28
  name: Lemma F1
29
  - type: f1
30
- value: 0.7488617555477297
31
  name: Morphology F1
32
  - type: accuracy
33
- value: 0.8514419171405362
34
  name: Ud Jaccard
35
  - type: accuracy
36
- value: 0.797644586489208
37
  name: Eud Jaccard
38
  - type: f1
39
- value: 0.997381693436275
40
  name: Miscs F1
41
  - type: f1
42
- value: 0.6012377279807262
43
  name: Deepslot F1
44
  - type: f1
45
- value: 0.6035147606245417
46
  name: Semclass F1
47
  ---
48
 
 
21
  split: validation
22
  metrics:
23
  - type: f1
24
+ value: 0.930839740235248
25
  name: Null F1
26
  - type: f1
27
+ value: 0.7798108894590752
28
  name: Lemma F1
29
  - type: f1
30
+ value: 0.7652764254914604
31
  name: Morphology F1
32
  - type: accuracy
33
+ value: 0.8540776896481594
34
  name: Ud Jaccard
35
  - type: accuracy
36
+ value: 0.7997815162770373
37
  name: Eud Jaccard
38
  - type: f1
39
+ value: 0.9982690765489632
40
  name: Miscs F1
41
  - type: f1
42
+ value: 0.5874155930676842
43
  name: Deepslot F1
44
  - type: f1
45
+ value: 0.597100192051943
46
  name: Semclass F1
47
  ---
48
 
config.json CHANGED
@@ -8,16 +8,6 @@
8
  "AutoModel": "modeling_parser.CobaldParser"
9
  },
10
  "consecutive_null_limit": 3,
11
- "custom_pipelines": {
12
- "conllu-parsing": {
13
- "impl": "pipeline.ConlluTokenClassificationPipeline",
14
- "pt": [
15
- "AutoModel"
16
- ],
17
- "tf": [],
18
- "type": "text"
19
- }
20
- },
21
  "deepslot_classifier_hidden_size": 256,
22
  "dependency_classifier_hidden_size": 128,
23
  "dropout": 0.1,
@@ -169,586 +159,1154 @@
169
  },
170
  "eud_deprel": {
171
  "0": "acl",
172
- "1": "acl:after",
173
- "2": "acl:as",
174
- "3": "acl:as_to",
175
- "4": "acl:before",
176
- "5": "acl:cleft",
177
- "6": "acl:relcl",
178
- "7": "acl:that",
179
- "8": "acl:to",
180
- "9": "acl:when",
181
- "10": "advcl",
182
- "11": "advcl:after",
183
- "12": "advcl:although",
184
- "13": "advcl:as",
185
- "14": "advcl:as_long_as",
186
- "15": "advcl:as_soon_as",
187
- "16": "advcl:because",
188
- "17": "advcl:before",
189
- "18": "advcl:for",
190
- "19": "advcl:if",
191
- "20": "advcl:in_that",
192
- "21": "advcl:like",
193
- "22": "advcl:once",
194
- "23": "advcl:relcl",
195
- "24": "advcl:so",
196
- "25": "advcl:so_that",
197
- "26": "advcl:than",
198
- "27": "advcl:that",
199
- "28": "advcl:though",
200
- "29": "advcl:to",
201
- "30": "advcl:unless",
202
- "31": "advcl:when",
203
- "32": "advcl:whereas",
204
- "33": "advcl:whether",
205
- "34": "advcl:while",
206
- "35": "advcl:whilst",
207
- "36": "advmod",
208
- "37": "amod",
209
- "38": "appos",
210
- "39": "aux",
211
- "40": "aux:pass",
212
- "41": "case",
213
- "42": "cc",
214
- "43": "ccomp",
215
- "44": "ccomp:whether",
216
- "45": "compound",
217
- "46": "compound:prt",
218
- "47": "conj",
219
- "48": "conj:and",
220
- "49": "conj:but",
221
- "50": "conj:or",
222
- "51": "cop",
223
- "52": "csubj",
224
- "53": "dep",
225
- "54": "det",
226
- "55": "det:predet",
227
- "56": "discourse",
228
- "57": "fixed",
229
- "58": "flat",
230
- "59": "flat:foreign",
231
- "60": "flat:name",
232
- "61": "flatname",
233
- "62": "goeswith",
234
- "63": "iobj",
235
- "64": "list",
236
- "65": "mark",
237
- "66": "nmod",
238
- "67": "nmod:about",
239
- "68": "nmod:across",
240
- "69": "nmod:after",
241
- "70": "nmod:against",
242
- "71": "nmod:among",
243
- "72": "nmod:around",
244
- "73": "nmod:as",
245
- "74": "nmod:at",
246
- "75": "nmod:because_of",
247
- "76": "nmod:before",
248
- "77": "nmod:behind",
249
- "78": "nmod:between",
250
- "79": "nmod:by",
251
- "80": "nmod:during",
252
- "81": "nmod:for",
253
- "82": "nmod:from",
254
- "83": "nmod:in",
255
- "84": "nmod:in_front_of",
256
- "85": "nmod:include",
257
- "86": "nmod:including",
258
- "87": "nmod:instead_of",
259
- "88": "nmod:into",
260
- "89": "nmod:like",
261
- "90": "nmod:near",
262
- "91": "nmod:npmod",
263
- "92": "nmod:of",
264
- "93": "nmod:off",
265
- "94": "nmod:on",
266
- "95": "nmod:onto",
267
- "96": "nmod:other_than",
268
- "97": "nmod:out_of",
269
- "98": "nmod:over",
270
- "99": "nmod:per",
271
- "100": "nmod:plus",
272
- "101": "nmod:poss",
273
- "102": "nmod:rather_than",
274
- "103": "nmod:since",
275
- "104": "nmod:such_as",
276
- "105": "nmod:than",
277
- "106": "nmod:through",
278
- "107": "nmod:throughout",
279
- "108": "nmod:tmod",
280
- "109": "nmod:to",
281
- "110": "nmod:towards",
282
- "111": "nmod:under",
283
- "112": "nmod:until",
284
- "113": "nmod:up_to",
285
- "114": "nmod:up_until",
286
- "115": "nmod:via",
287
- "116": "nmod:whether",
288
- "117": "nmod:with",
289
- "118": "nmod:without",
290
- "119": "nsubj",
291
- "120": "nsubj:outer",
292
- "121": "nsubj:pass",
293
- "122": "nsubj:xsubj",
294
- "123": "nummod",
295
- "124": "nummod:gov",
296
- "125": "obj",
297
- "126": "obl",
298
- "127": "obl:about",
299
- "128": "obl:across",
300
- "129": "obl:after",
301
- "130": "obl:against",
302
- "131": "obl:along",
303
- "132": "obl:amid",
304
- "133": "obl:amidst",
305
- "134": "obl:among",
306
- "135": "obl:amongst",
307
- "136": "obl:apart_from",
308
- "137": "obl:around",
309
- "138": "obl:as",
310
- "139": "obl:as_for",
311
- "140": "obl:aside_from",
312
- "141": "obl:at",
313
- "142": "obl:because_of",
314
- "143": "obl:before",
315
- "144": "obl:behind",
316
- "145": "obl:between",
317
- "146": "obl:beyond",
318
- "147": "obl:by",
319
- "148": "obl:during",
320
- "149": "obl:except",
321
- "150": "obl:excluding",
322
- "151": "obl:for",
323
- "152": "obl:from",
324
- "153": "obl:in",
325
- "154": "obl:in_front_of",
326
- "155": "obl:in_lieu_of",
327
- "156": "obl:in_to",
328
- "157": "obl:including",
329
- "158": "obl:instead_of",
330
- "159": "obl:into",
331
- "160": "obl:like",
332
- "161": "obl:near",
333
- "162": "obl:npmod",
334
- "163": "obl:of",
335
- "164": "obl:off",
336
- "165": "obl:on",
337
- "166": "obl:on_to",
338
- "167": "obl:onto",
339
- "168": "obl:other_than",
340
- "169": "obl:out",
341
- "170": "obl:out_of",
342
- "171": "obl:over",
343
- "172": "obl:past",
344
- "173": "obl:per",
345
- "174": "obl:plus",
346
- "175": "obl:rather_than",
347
- "176": "obl:round",
348
- "177": "obl:since",
349
- "178": "obl:such_as",
350
- "179": "obl:than",
351
- "180": "obl:through",
352
- "181": "obl:throughout",
353
- "182": "obl:tmod",
354
- "183": "obl:to",
355
- "184": "obl:toward",
356
- "185": "obl:towards",
357
- "186": "obl:under",
358
- "187": "obl:until",
359
- "188": "obl:up_on",
360
- "189": "obl:up_to",
361
- "190": "obl:up_until",
362
- "191": "obl:upon",
363
- "192": "obl:via",
364
- "193": "obl:with",
365
- "194": "obl:without",
366
- "195": "parataxis",
367
- "196": "punct",
368
- "197": "ref",
369
- "198": "root",
370
- "199": "vocative",
371
- "200": "xcomp"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  },
373
  "joint_feats": {
374
- "0": "ADJ#Adjective#Abbr=Yes|Degree=Pos",
375
- "1": "ADJ#Adjective#Degree=Cmp",
376
- "2": "ADJ#Adjective#Degree=Pos",
377
- "3": "ADJ#Adjective#Degree=Sup",
378
- "4": "ADJ#Numeral#Degree=Pos|NumForm=Digit|NumType=Ord",
379
- "5": "ADJ#Numeral#Degree=Pos|NumForm=Word|NumType=Ord",
380
- "6": "ADJ#Prefixoid#_",
381
- "7": "ADJ#_#Degree=Cmp",
382
- "8": "ADJ#_#Degree=Pos",
383
- "9": "ADJ#_#Degree=Pos|NumType=Ord",
384
- "10": "ADJ#_#Degree=Sup",
385
- "11": "ADJ#_#_",
386
- "12": "ADP#Adverb#_",
387
- "13": "ADP#Preposition#_",
388
- "14": "ADP#_#_",
389
- "15": "ADV#Adjective#Degree=Pos",
390
- "16": "ADV#Adverb#Degree=Cmp",
391
- "17": "ADV#Adverb#Degree=Pos",
392
- "18": "ADV#Adverb#Degree=Pos|NumType=Mult",
393
- "19": "ADV#Adverb#Degree=Sup",
394
- "20": "ADV#Adverb#NumType=Mult",
395
- "21": "ADV#Adverb#Polarity=Neg",
396
- "22": "ADV#Adverb#PronType=Dem",
397
- "23": "ADV#Adverb#_",
398
- "24": "ADV#Invariable#Degree=Cmp",
399
- "25": "ADV#Invariable#_",
400
- "26": "ADV#Prefixoid#_",
401
- "27": "ADV#_#Degree=Cmp",
402
- "28": "ADV#_#Degree=Pos",
403
- "29": "ADV#_#Degree=Sup",
404
- "30": "ADV#_#NumType=Mult",
405
- "31": "ADV#_#PronType=Dem",
406
- "32": "ADV#_#PronType=Int",
407
- "33": "ADV#_#_",
408
- "34": "AUX#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
409
- "35": "AUX#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
410
- "36": "AUX#Verb#Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
411
- "37": "AUX#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
412
- "38": "AUX#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
413
- "39": "AUX#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
414
- "40": "AUX#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
415
- "41": "AUX#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin",
416
- "42": "AUX#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
417
- "43": "AUX#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
418
- "44": "AUX#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
419
- "45": "AUX#Verb#Mood=Sub|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
420
- "46": "AUX#Verb#Mood=Sub|Number=Plur|Tense=Past|VerbForm=Part",
421
- "47": "AUX#Verb#Number=Plur|Tense=Past|VerbForm=Part",
422
- "48": "AUX#Verb#Number=Plur|Tense=Pres|VerbForm=Part",
423
- "49": "AUX#Verb#VerbForm=Fin",
424
- "50": "AUX#Verb#VerbForm=Ger",
425
- "51": "AUX#Verb#VerbForm=Inf",
426
- "52": "AUX#_#Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
427
- "53": "CCONJ#Conjunction#_",
428
- "54": "CCONJ#_#_",
429
- "55": "DET#Adjective#PronType=Tot",
430
- "56": "DET#Article#Definite=Def|PronType=Art",
431
- "57": "DET#Article#Definite=Ind|PronType=Art",
432
- "58": "DET#Conjunction#Definite=Def|PronType=Art",
433
- "59": "DET#Prefixoid#_",
434
- "60": "DET#Pronoun#Number=Plur|PronType=Dem",
435
- "61": "DET#Pronoun#Number=Sing|PronType=Dem",
436
- "62": "DET#Pronoun#Polarity=Neg",
437
- "63": "DET#Pronoun#PronType=Ind",
438
- "64": "DET#Pronoun#PronType=Int",
439
- "65": "DET#Pronoun#PronType=Rel",
440
- "66": "DET#Pronoun#PronType=Tot",
441
- "67": "DET#Pronoun#_",
442
- "68": "DET#_#Definite=Def|PronType=Art",
443
- "69": "DET#_#Definite=EMPTY",
444
- "70": "DET#_#Definite=Ind|PronType=Art",
445
- "71": "DET#_#Number=Sing|PronType=Dem",
446
- "72": "DET#_#PronType=Int",
447
- "73": "DET#_#PronType=Neg",
448
- "74": "DET#_#PronType=Rcp",
449
- "75": "DET#_#PronType=Tot",
450
- "76": "DET#_#_",
451
- "77": "INTJ#Interjection#_",
452
- "78": "NOUN#Adverb#Number=Sing",
453
- "79": "NOUN#Noun#Abbr=Yes|Number=Plur",
454
- "80": "NOUN#Noun#Abbr=Yes|Number=Sing",
455
- "81": "NOUN#Noun#NumType=Frac|Number=Sing",
456
- "82": "NOUN#Noun#Number=Plur",
457
- "83": "NOUN#Noun#Number=Sing",
458
- "84": "NOUN#Noun#Number=Sing|Polarity=Neg",
459
- "85": "NOUN#Noun#VerbForm=Fin",
460
- "86": "NOUN#Prefixoid#Number=Sing",
461
- "87": "NOUN#Prefixoid#_",
462
- "88": "NOUN#_#Number=Plur",
463
- "89": "NOUN#_#Number=Sing",
464
- "90": "NUM#Noun#NumForm=Word|NumType=Card",
465
- "91": "NUM#Numeral#NumForm=Digit|NumType=Card",
466
- "92": "NUM#Numeral#NumForm=Digit|NumType=Frac",
467
- "93": "NUM#Numeral#NumForm=Roman|NumType=Card",
468
- "94": "NUM#Numeral#NumForm=Word|NumType=Card",
469
- "95": "NUM#Numeral#NumType=Card",
470
- "96": "NUM#Numeral#_",
471
- "97": "NUM#_#Degree=Pos|NumType=Ord",
472
- "98": "NUM#_#NumType=Card",
473
- "99": "PART#Particle#Polarity=Neg",
474
- "100": "PART#Particle#_",
475
- "101": "PART#_#Polarity=Neg",
476
- "102": "PART#_#_",
477
- "103": "PPROPN#_#Number=Plur",
478
- "104": "PRON#Pronoun#Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
479
- "105": "PRON#Pronoun#Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
480
- "106": "PRON#Pronoun#Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
481
- "107": "PRON#Pronoun#Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
482
- "108": "PRON#Pronoun#Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
483
- "109": "PRON#Pronoun#Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
484
- "110": "PRON#Pronoun#Case=Acc|Number=Plur|Person=1|PronType=Prs",
485
- "111": "PRON#Pronoun#Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes",
486
- "112": "PRON#Pronoun#Case=Acc|Number=Plur|Person=2|PronType=Prs",
487
- "113": "PRON#Pronoun#Case=Acc|Number=Plur|Person=3|PronType=Prs",
488
- "114": "PRON#Pronoun#Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes",
489
- "115": "PRON#Pronoun#Case=Acc|Number=Sing|Person=1|PronType=Prs",
490
- "116": "PRON#Pronoun#Case=Acc|Number=Sing|Person=2|PronType=Prs",
491
- "117": "PRON#Pronoun#Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes",
492
- "118": "PRON#Pronoun#Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
493
- "119": "PRON#Pronoun#Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
494
- "120": "PRON#Pronoun#Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
495
- "121": "PRON#Pronoun#Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs",
496
- "122": "PRON#Pronoun#Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
497
- "123": "PRON#Pronoun#Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
498
- "124": "PRON#Pronoun#Case=Gen|Number=Sing|Person=2|Poss=Yes|PronType=Prs",
499
- "125": "PRON#Pronoun#Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
500
- "126": "PRON#Pronoun#Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
501
- "127": "PRON#Pronoun#Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
502
- "128": "PRON#Pronoun#Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
503
- "129": "PRON#Pronoun#Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
504
- "130": "PRON#Pronoun#Case=Nom|Number=Plur|Person=1|PronType=Prs",
505
- "131": "PRON#Pronoun#Case=Nom|Number=Plur|Person=2|PronType=Prs",
506
- "132": "PRON#Pronoun#Case=Nom|Number=Plur|Person=3|PronType=Prs",
507
- "133": "PRON#Pronoun#Case=Nom|Number=Plur|Person=3|PronType=Prs|Reflex=Yes",
508
- "134": "PRON#Pronoun#Case=Nom|Number=Sing|Person=1|PronType=Prs",
509
- "135": "PRON#Pronoun#Case=Nom|Number=Sing|Person=2|PronType=Prs",
510
- "136": "PRON#Pronoun#Number=Plur",
511
- "137": "PRON#Pronoun#Number=Plur|PronType=Dem",
512
- "138": "PRON#Pronoun#Number=Plur|PronType=Tot",
513
- "139": "PRON#Pronoun#Number=Sing",
514
- "140": "PRON#Pronoun#Number=Sing|Polarity=Neg|PronType=Neg",
515
- "141": "PRON#Pronoun#Number=Sing|PronType=Dem",
516
- "142": "PRON#Pronoun#Number=Sing|PronType=Ind",
517
- "143": "PRON#Pronoun#Number=Sing|PronType=Neg",
518
- "144": "PRON#Pronoun#Number=Sing|Reflex=Yes",
519
- "145": "PRON#Pronoun#PronType=Ind",
520
- "146": "PRON#Pronoun#PronType=Int",
521
- "147": "PRON#Pronoun#PronType=Rel",
522
- "148": "PRON#Pronoun#_",
523
- "149": "PRON#_#Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
524
- "150": "PRON#_#Number=Sing",
525
- "151": "PRON#_#Number=Sing|PronType=Dem",
526
- "152": "PRON#_#Number=Sing|PronType=Ind",
527
- "153": "PRON#_#PronType=Int",
528
- "154": "PRON#_#PronType=Rel",
529
- "155": "PROPN#Noun#Abbr=Yes|Number=Plur",
530
- "156": "PROPN#Noun#Abbr=Yes|Number=Sing",
531
- "157": "PROPN#Noun#Number=Plur",
532
- "158": "PROPN#Noun#Number=Sing",
533
- "159": "PROPN#Noun#Number=Sing|Polarity=Neg",
534
- "160": "PROPN#Noun#PronType=Dem",
535
- "161": "PROPN#Noun#VerbForm=Fin",
536
- "162": "PROPN#Prefixoid#Number=Sing",
537
- "163": "PROPN#_#Abbr=Yes",
538
- "164": "PROPN#_#Number=Plur",
539
- "165": "PROPN#_#Number=Sing",
540
- "166": "PUNCT#PUNCT#_",
541
- "167": "PUNCT#_#_",
542
- "168": "Prefixoid#Prefixoid#_",
543
- "169": "SCONJ#Conjunction#_",
544
- "170": "SCONJ#_#_",
545
- "171": "SYM#Conjunction#_",
546
- "172": "SYM#Noun#Number=Sing",
547
- "173": "SYM#Noun#_",
548
- "174": "VERB#Verb#Mood=Imp|VerbForm=Inf",
549
- "175": "VERB#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
550
- "176": "VERB#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
551
- "177": "VERB#Verb#Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
552
- "178": "VERB#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
553
- "179": "VERB#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
554
- "180": "VERB#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
555
- "181": "VERB#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
556
- "182": "VERB#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin",
557
- "183": "VERB#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
558
- "184": "VERB#Verb#Mood=Ind|Number=Sing|Person=3|Polarity=Neg|Tense=Pres|VerbForm=Fin",
559
- "185": "VERB#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
560
- "186": "VERB#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
561
- "187": "VERB#Verb#Mood=Sub|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
562
- "188": "VERB#Verb#Mood=Sub|Tense=Past|VerbForm=Part",
563
- "189": "VERB#Verb#Mood=Sub|Tense=Past|VerbForm=Part|Voice=Pass",
564
- "190": "VERB#Verb#Mood=Sub|VerbForm=Inf",
565
- "191": "VERB#Verb#Person=1|Tense=Past|VerbForm=Part",
566
- "192": "VERB#Verb#Person=1|Tense=Past|VerbForm=Part|Voice=Pass",
567
- "193": "VERB#Verb#Person=1|Tense=Pres|VerbForm=Ger",
568
- "194": "VERB#Verb#Person=1|Tense=Pres|VerbForm=Inf",
569
- "195": "VERB#Verb#Person=1|Tense=Pres|VerbForm=Part",
570
- "196": "VERB#Verb#Person=2|Tense=Pres|VerbForm=Inf",
571
- "197": "VERB#Verb#Tense=Past|VerbForm=Part",
572
- "198": "VERB#Verb#Tense=Past|VerbForm=Part|Voice=Pass",
573
- "199": "VERB#Verb#Tense=Pres|VerbForm=Part",
574
- "200": "VERB#Verb#VerbForm=Fin",
575
- "201": "VERB#Verb#VerbForm=Ger",
576
- "202": "VERB#Verb#VerbForm=Inf",
577
- "203": "VERB#_#Mood=Ind|Tense=Past|VerbForm=Fin",
578
- "204": "VERB#_#Tense=Past|VerbForm=Part",
579
- "205": "VERB#_#VerbForm=Ger",
580
- "206": "VERB#_#VerbForm=Inf",
581
- "207": "X#_#Foreign=Yes",
582
- "208": "X#_#Typo=Yes",
583
- "209": "X#_#_",
584
- "210": "X#_#foreign=Yes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  },
586
  "lemma_rule": {
587
  "0": "cut_prefix=0|cut_suffix=0|append_suffix=",
588
  "1": "cut_prefix=0|cut_suffix=0|append_suffix='",
589
  "2": "cut_prefix=0|cut_suffix=0|append_suffix=.",
590
- "3": "cut_prefix=0|cut_suffix=0|append_suffix=d",
591
- "4": "cut_prefix=0|cut_suffix=0|append_suffix=e",
592
- "5": "cut_prefix=0|cut_suffix=0|append_suffix=n",
593
- "6": "cut_prefix=0|cut_suffix=0|append_suffix=o",
594
- "7": "cut_prefix=0|cut_suffix=0|append_suffix=s",
595
- "8": "cut_prefix=0|cut_suffix=0|append_suffix=t",
596
- "9": "cut_prefix=0|cut_suffix=0|append_suffix=y",
597
- "10": "cut_prefix=0|cut_suffix=11|append_suffix=#url",
598
- "11": "cut_prefix=0|cut_suffix=12|append_suffix=#url",
599
- "12": "cut_prefix=0|cut_suffix=14|append_suffix=#url",
600
- "13": "cut_prefix=0|cut_suffix=1|append_suffix=",
601
- "14": "cut_prefix=0|cut_suffix=1|append_suffix=ad",
602
- "15": "cut_prefix=0|cut_suffix=1|append_suffix=be",
603
- "16": "cut_prefix=0|cut_suffix=1|append_suffix=d",
604
- "17": "cut_prefix=0|cut_suffix=1|append_suffix=e",
605
- "18": "cut_prefix=0|cut_suffix=1|append_suffix=ed",
606
- "19": "cut_prefix=0|cut_suffix=1|append_suffix=et",
607
- "20": "cut_prefix=0|cut_suffix=1|append_suffix=ght",
608
- "21": "cut_prefix=0|cut_suffix=1|append_suffix=have",
609
- "22": "cut_prefix=0|cut_suffix=1|append_suffix=ill",
610
- "23": "cut_prefix=0|cut_suffix=1|append_suffix=o",
611
- "24": "cut_prefix=0|cut_suffix=1|append_suffix=on",
612
- "25": "cut_prefix=0|cut_suffix=1|append_suffix=ot",
613
- "26": "cut_prefix=0|cut_suffix=1|append_suffix=um",
614
- "27": "cut_prefix=0|cut_suffix=1|append_suffix=ve",
615
- "28": "cut_prefix=0|cut_suffix=1|append_suffix=y",
616
- "29": "cut_prefix=0|cut_suffix=1|append_suffix=\u00e9",
617
- "30": "cut_prefix=0|cut_suffix=1|append_suffix=\u014d",
618
- "31": "cut_prefix=0|cut_suffix=20|append_suffix=",
619
- "32": "cut_prefix=0|cut_suffix=2|append_suffix=",
620
- "33": "cut_prefix=0|cut_suffix=2|append_suffix=$",
621
- "34": "cut_prefix=0|cut_suffix=2|append_suffix=a",
622
- "35": "cut_prefix=0|cut_suffix=2|append_suffix=an",
623
- "36": "cut_prefix=0|cut_suffix=2|append_suffix=ave",
624
- "37": "cut_prefix=0|cut_suffix=2|append_suffix=aw",
625
- "38": "cut_prefix=0|cut_suffix=2|append_suffix=be",
626
- "39": "cut_prefix=0|cut_suffix=2|append_suffix=e",
627
- "40": "cut_prefix=0|cut_suffix=2|append_suffix=ee",
628
- "41": "cut_prefix=0|cut_suffix=2|append_suffix=el",
629
- "42": "cut_prefix=0|cut_suffix=2|append_suffix=ep",
630
- "43": "cut_prefix=0|cut_suffix=2|append_suffix=er",
631
- "44": "cut_prefix=0|cut_suffix=2|append_suffix=et",
632
- "45": "cut_prefix=0|cut_suffix=2|append_suffix=have",
633
- "46": "cut_prefix=0|cut_suffix=2|append_suffix=i",
634
- "47": "cut_prefix=0|cut_suffix=2|append_suffix=ig",
635
- "48": "cut_prefix=0|cut_suffix=2|append_suffix=in",
636
- "49": "cut_prefix=0|cut_suffix=2|append_suffix=is",
637
- "50": "cut_prefix=0|cut_suffix=2|append_suffix=it",
638
- "51": "cut_prefix=0|cut_suffix=2|append_suffix=ke",
639
- "52": "cut_prefix=0|cut_suffix=2|append_suffix=l",
640
- "53": "cut_prefix=0|cut_suffix=2|append_suffix=ny",
641
- "54": "cut_prefix=0|cut_suffix=2|append_suffix=o",
642
- "55": "cut_prefix=0|cut_suffix=2|append_suffix=ose",
643
- "56": "cut_prefix=0|cut_suffix=2|append_suffix=ot",
644
- "57": "cut_prefix=0|cut_suffix=2|append_suffix=ow",
645
- "58": "cut_prefix=0|cut_suffix=2|append_suffix=un",
646
- "59": "cut_prefix=0|cut_suffix=2|append_suffix=we",
647
- "60": "cut_prefix=0|cut_suffix=2|append_suffix=y",
648
- "61": "cut_prefix=0|cut_suffix=2|append_suffix=\u00e8s",
649
- "62": "cut_prefix=0|cut_suffix=2|append_suffix=\u00e9o",
650
- "63": "cut_prefix=0|cut_suffix=3|append_suffix=",
651
- "64": "cut_prefix=0|cut_suffix=3|append_suffix=-up",
652
- "65": "cut_prefix=0|cut_suffix=3|append_suffix=ake",
653
- "66": "cut_prefix=0|cut_suffix=3|append_suffix=and",
654
- "67": "cut_prefix=0|cut_suffix=3|append_suffix=any",
655
- "68": "cut_prefix=0|cut_suffix=3|append_suffix=at",
656
- "69": "cut_prefix=0|cut_suffix=3|append_suffix=be",
657
- "70": "cut_prefix=0|cut_suffix=3|append_suffix=e",
658
- "71": "cut_prefix=0|cut_suffix=3|append_suffix=eak",
659
- "72": "cut_prefix=0|cut_suffix=3|append_suffix=eal",
660
- "73": "cut_prefix=0|cut_suffix=3|append_suffix=ear",
661
- "74": "cut_prefix=0|cut_suffix=3|append_suffix=ell",
662
- "75": "cut_prefix=0|cut_suffix=3|append_suffix=f",
663
- "76": "cut_prefix=0|cut_suffix=3|append_suffix=fe",
664
- "77": "cut_prefix=0|cut_suffix=3|append_suffix=ick",
665
- "78": "cut_prefix=0|cut_suffix=3|append_suffix=ike",
666
- "79": "cut_prefix=0|cut_suffix=3|append_suffix=ine",
667
- "80": "cut_prefix=0|cut_suffix=3|append_suffix=ink",
668
- "81": "cut_prefix=0|cut_suffix=3|append_suffix=is",
669
- "82": "cut_prefix=0|cut_suffix=3|append_suffix=ite",
670
- "83": "cut_prefix=0|cut_suffix=3|append_suffix=ive",
671
- "84": "cut_prefix=0|cut_suffix=3|append_suffix=m",
672
- "85": "cut_prefix=0|cut_suffix=3|append_suffix=ome",
673
- "86": "cut_prefix=0|cut_suffix=3|append_suffix=oot",
674
- "87": "cut_prefix=0|cut_suffix=3|append_suffix=ose",
675
- "88": "cut_prefix=0|cut_suffix=3|append_suffix=sia",
676
- "89": "cut_prefix=0|cut_suffix=3|append_suffix=uch",
677
- "90": "cut_prefix=0|cut_suffix=3|append_suffix=y",
678
- "91": "cut_prefix=0|cut_suffix=3|append_suffix=ze",
679
- "92": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e8ne",
680
- "93": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e8re",
681
- "94": "cut_prefix=0|cut_suffix=4|append_suffix=",
682
- "95": "cut_prefix=0|cut_suffix=4|append_suffix=#url",
683
- "96": "cut_prefix=0|cut_suffix=4|append_suffix=-up",
684
- "97": "cut_prefix=0|cut_suffix=4|append_suffix=all",
685
- "98": "cut_prefix=0|cut_suffix=4|append_suffix=an",
686
- "99": "cut_prefix=0|cut_suffix=4|append_suffix=ay",
687
- "100": "cut_prefix=0|cut_suffix=4|append_suffix=eak",
688
- "101": "cut_prefix=0|cut_suffix=4|append_suffix=eal",
689
- "102": "cut_prefix=0|cut_suffix=4|append_suffix=eeze",
690
- "103": "cut_prefix=0|cut_suffix=4|append_suffix=go",
691
- "104": "cut_prefix=0|cut_suffix=4|append_suffix=good",
692
- "105": "cut_prefix=0|cut_suffix=4|append_suffix=ie",
693
- "106": "cut_prefix=0|cut_suffix=4|append_suffix=ill",
694
- "107": "cut_prefix=0|cut_suffix=4|append_suffix=ind",
695
- "108": "cut_prefix=0|cut_suffix=4|append_suffix=ingly",
696
- "109": "cut_prefix=0|cut_suffix=4|append_suffix=ke",
697
- "110": "cut_prefix=0|cut_suffix=4|append_suffix=nment",
698
- "111": "cut_prefix=0|cut_suffix=4|append_suffix=t",
699
- "112": "cut_prefix=0|cut_suffix=4|append_suffix=tch",
700
- "113": "cut_prefix=0|cut_suffix=4|append_suffix=y",
701
- "114": "cut_prefix=0|cut_suffix=4|append_suffix=\u00edtez",
702
- "115": "cut_prefix=0|cut_suffix=5|append_suffix=-chat",
703
- "116": "cut_prefix=0|cut_suffix=5|append_suffix=bad",
704
- "117": "cut_prefix=0|cut_suffix=5|append_suffix=badly",
705
- "118": "cut_prefix=0|cut_suffix=5|append_suffix=be",
706
- "119": "cut_prefix=0|cut_suffix=5|append_suffix=each",
707
- "120": "cut_prefix=0|cut_suffix=5|append_suffix=ead",
708
- "121": "cut_prefix=0|cut_suffix=5|append_suffix=eek",
709
- "122": "cut_prefix=0|cut_suffix=5|append_suffix=esto",
710
- "123": "cut_prefix=0|cut_suffix=5|append_suffix=et",
711
- "124": "cut_prefix=0|cut_suffix=5|append_suffix=etts",
712
- "125": "cut_prefix=0|cut_suffix=5|append_suffix=he",
713
- "126": "cut_prefix=0|cut_suffix=5|append_suffix=ician",
714
- "127": "cut_prefix=0|cut_suffix=5|append_suffix=ill",
715
- "128": "cut_prefix=0|cut_suffix=5|append_suffix=ing",
716
- "129": "cut_prefix=0|cut_suffix=5|append_suffix=ink",
717
- "130": "cut_prefix=0|cut_suffix=5|append_suffix=kick",
718
- "131": "cut_prefix=0|cut_suffix=5|append_suffix=lation",
719
- "132": "cut_prefix=0|cut_suffix=5|append_suffix=ry",
720
- "133": "cut_prefix=0|cut_suffix=5|append_suffix=seek",
721
- "134": "cut_prefix=0|cut_suffix=5|append_suffix=uy",
722
- "135": "cut_prefix=0|cut_suffix=5|append_suffix=\u00e9r\u00e8se",
723
- "136": "cut_prefix=0|cut_suffix=6|append_suffix=ar",
724
- "137": "cut_prefix=0|cut_suffix=6|append_suffix=good",
725
- "138": "cut_prefix=0|cut_suffix=6|append_suffix=pany",
726
- "139": "cut_prefix=0|cut_suffix=6|append_suffix=rule",
727
- "140": "cut_prefix=0|cut_suffix=6|append_suffix=zation",
728
- "141": "cut_prefix=0|cut_suffix=7|append_suffix=efine",
729
- "142": "cut_prefix=1|cut_suffix=0|append_suffix=",
730
- "143": "cut_prefix=1|cut_suffix=2|append_suffix=",
731
- "144": "cut_prefix=1|cut_suffix=2|append_suffix=ll",
732
- "145": "cut_prefix=1|cut_suffix=4|append_suffix=ll",
733
- "146": "cut_prefix=1|cut_suffix=6|append_suffix=url",
734
- "147": "cut_prefix=2|cut_suffix=0|append_suffix=",
735
- "148": "cut_prefix=2|cut_suffix=1|append_suffix=",
736
- "149": "cut_prefix=3|cut_suffix=0|append_suffix=",
737
- "150": "cut_prefix=3|cut_suffix=1|append_suffix=",
738
- "151": "cut_prefix=3|cut_suffix=1|append_suffix=e",
739
- "152": "cut_prefix=3|cut_suffix=2|append_suffix=",
740
- "153": "cut_prefix=4|cut_suffix=0|append_suffix=",
741
- "154": "cut_prefix=4|cut_suffix=1|append_suffix=g",
742
- "155": "cut_prefix=4|cut_suffix=20|append_suffix=rl",
743
- "156": "cut_prefix=5|cut_suffix=0|append_suffix=",
744
- "157": "cut_prefix=5|cut_suffix=4|append_suffix=",
745
- "158": "cut_prefix=6|cut_suffix=0|append_suffix=",
746
- "159": "cut_prefix=7|cut_suffix=0|append_suffix="
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  },
748
  "misc": {
749
- "0": "SpaceAfter=No",
750
- "1": "_",
751
- "2": "ellipsis"
 
 
 
 
 
 
752
  },
753
  "semclass": {
754
  "0": "ABILITY_OF_BEING",
@@ -1296,44 +1854,54 @@
1296
  "9": "aux:pass",
1297
  "10": "case",
1298
  "11": "cc",
1299
- "12": "ccomp",
1300
- "13": "compound",
1301
- "14": "compound:prt",
1302
- "15": "conj",
1303
- "16": "cop",
1304
- "17": "csubj",
1305
- "18": "dep",
1306
- "19": "det",
1307
- "20": "det:predet",
1308
- "21": "discourse",
1309
- "22": "fixed",
1310
- "23": "flat",
1311
- "24": "flat:foreign",
1312
- "25": "flat:name",
1313
- "26": "flatname",
1314
- "27": "goeswith",
1315
- "28": "iobj",
1316
- "29": "list",
1317
- "30": "mark",
1318
- "31": "nmod",
1319
- "32": "nmod:npmod",
1320
- "33": "nmod:poss",
1321
- "34": "nmod:tmod",
1322
- "35": "nsubj",
1323
- "36": "nsubj:outer",
1324
- "37": "nsubj:pass",
1325
- "38": "nummod",
1326
- "39": "nummod:gov",
1327
- "40": "obj",
1328
- "41": "obl",
1329
- "42": "obl:npmod",
1330
- "43": "obl:tmod",
1331
- "44": "orphan",
1332
- "45": "parataxis",
1333
- "46": "punct",
1334
- "47": "root",
1335
- "48": "vocative",
1336
- "49": "xcomp"
 
 
 
 
 
 
 
 
 
 
1337
  }
1338
  }
1339
  }
 
8
  "AutoModel": "modeling_parser.CobaldParser"
9
  },
10
  "consecutive_null_limit": 3,
 
 
 
 
 
 
 
 
 
 
11
  "deepslot_classifier_hidden_size": 256,
12
  "dependency_classifier_hidden_size": 128,
13
  "dropout": 0.1,
 
159
  },
160
  "eud_deprel": {
161
  "0": "acl",
162
+ "1": "acl:about",
163
+ "2": "acl:about_whether",
164
+ "3": "acl:after",
165
+ "4": "acl:against",
166
+ "5": "acl:as",
167
+ "6": "acl:as_if",
168
+ "7": "acl:as_to",
169
+ "8": "acl:at",
170
+ "9": "acl:att",
171
+ "10": "acl:before",
172
+ "11": "acl:behind",
173
+ "12": "acl:between",
174
+ "13": "acl:beyond",
175
+ "14": "acl:but",
176
+ "15": "acl:but_to",
177
+ "16": "acl:cleft",
178
+ "17": "acl:concerning",
179
+ "18": "acl:except_that",
180
+ "19": "acl:for",
181
+ "20": "acl:for_to",
182
+ "21": "acl:from",
183
+ "22": "acl:if",
184
+ "23": "acl:in",
185
+ "24": "acl:including",
186
+ "25": "acl:including_whether",
187
+ "26": "acl:inside",
188
+ "27": "acl:instead_of",
189
+ "28": "acl:into",
190
+ "29": "acl:like",
191
+ "30": "acl:med",
192
+ "31": "acl:mot",
193
+ "32": "acl:of",
194
+ "33": "acl:of_if",
195
+ "34": "acl:of_why",
196
+ "35": "acl:om",
197
+ "36": "acl:on",
198
+ "37": "acl:once",
199
+ "38": "acl:over",
200
+ "39": "acl:prior_to",
201
+ "40": "acl:p\u00e5",
202
+ "41": "acl:regarding",
203
+ "42": "acl:relcl",
204
+ "43": "acl:relcl:to",
205
+ "44": "acl:since",
206
+ "45": "acl:som",
207
+ "46": "acl:such_as",
208
+ "47": "acl:than",
209
+ "48": "acl:that",
210
+ "49": "acl:though",
211
+ "50": "acl:to",
212
+ "51": "acl:toward",
213
+ "52": "acl:towards",
214
+ "53": "acl:under",
215
+ "54": "acl:until",
216
+ "55": "acl:upon",
217
+ "56": "acl:when",
218
+ "57": "acl:where",
219
+ "58": "acl:whether",
220
+ "59": "acl:why",
221
+ "60": "acl:with",
222
+ "61": "advcl",
223
+ "62": "advcl:about",
224
+ "63": "advcl:about_whether",
225
+ "64": "advcl:after",
226
+ "65": "advcl:against",
227
+ "66": "advcl:albeit",
228
+ "67": "advcl:along_with",
229
+ "68": "advcl:although",
230
+ "69": "advcl:as",
231
+ "70": "advcl:as_if",
232
+ "71": "advcl:as_in",
233
+ "72": "advcl:as_long_as",
234
+ "73": "advcl:as_soon_as",
235
+ "74": "advcl:as_though",
236
+ "75": "advcl:as_to",
237
+ "76": "advcl:as_well_as",
238
+ "77": "advcl:as_with",
239
+ "78": "advcl:at",
240
+ "79": "advcl:att",
241
+ "80": "advcl:because",
242
+ "81": "advcl:before",
243
+ "82": "advcl:behind",
244
+ "83": "advcl:besides",
245
+ "84": "advcl:between",
246
+ "85": "advcl:beyond",
247
+ "86": "advcl:but",
248
+ "87": "advcl:by",
249
+ "88": "advcl:cause",
250
+ "89": "advcl:despite",
251
+ "90": "advcl:due_to",
252
+ "91": "advcl:d\u00e4rf\u00f6r_att",
253
+ "92": "advcl:d\u00e5",
254
+ "93": "advcl:eftersom",
255
+ "94": "advcl:except",
256
+ "95": "advcl:except_for",
257
+ "96": "advcl:except_that",
258
+ "97": "advcl:for",
259
+ "98": "advcl:for_if",
260
+ "99": "advcl:for_to",
261
+ "100": "advcl:from",
262
+ "101": "advcl:f\u00f6r_att",
263
+ "102": "advcl:f\u00f6rutsatt_att",
264
+ "103": "advcl:given",
265
+ "104": "advcl:if",
266
+ "105": "advcl:if_to",
267
+ "106": "advcl:in",
268
+ "107": "advcl:in_between",
269
+ "108": "advcl:in_case",
270
+ "109": "advcl:in_order",
271
+ "110": "advcl:in_order_for",
272
+ "111": "advcl:in_order_to",
273
+ "112": "advcl:in_that",
274
+ "113": "advcl:including_by",
275
+ "114": "advcl:innan",
276
+ "115": "advcl:inside",
277
+ "116": "advcl:insofar_as",
278
+ "117": "advcl:instead_of",
279
+ "118": "advcl:into",
280
+ "119": "advcl:lest",
281
+ "120": "advcl:like",
282
+ "121": "advcl:liksom",
283
+ "122": "advcl:med_att",
284
+ "123": "advcl:n\u00e4r",
285
+ "124": "advcl:of",
286
+ "125": "advcl:of_whether",
287
+ "126": "advcl:om",
288
+ "127": "advcl:on",
289
+ "128": "advcl:on_whether",
290
+ "129": "advcl:once",
291
+ "130": "advcl:out",
292
+ "131": "advcl:over",
293
+ "132": "advcl:past",
294
+ "133": "advcl:prior_to",
295
+ "134": "advcl:provided",
296
+ "135": "advcl:p\u00e5",
297
+ "136": "advcl:rather_than",
298
+ "137": "advcl:relcl",
299
+ "138": "advcl:relcl:because",
300
+ "139": "advcl:samtidigt_som",
301
+ "140": "advcl:sedan",
302
+ "141": "advcl:since",
303
+ "142": "advcl:so",
304
+ "143": "advcl:so_as_to",
305
+ "144": "advcl:so_that",
306
+ "145": "advcl:som",
307
+ "146": "advcl:such_as",
308
+ "147": "advcl:than",
309
+ "148": "advcl:than_if",
310
+ "149": "advcl:that",
311
+ "150": "advcl:the",
312
+ "151": "advcl:though",
313
+ "152": "advcl:through",
314
+ "153": "advcl:till",
315
+ "154": "advcl:to",
316
+ "155": "advcl:toward",
317
+ "156": "advcl:towards",
318
+ "157": "advcl:under",
319
+ "158": "advcl:unless",
320
+ "159": "advcl:until",
321
+ "160": "advcl:upon",
322
+ "161": "advcl:when",
323
+ "162": "advcl:where",
324
+ "163": "advcl:whereas",
325
+ "164": "advcl:whether",
326
+ "165": "advcl:while",
327
+ "166": "advcl:whilst",
328
+ "167": "advcl:whither",
329
+ "168": "advcl:with",
330
+ "169": "advcl:without",
331
+ "170": "advcl:\u00e4n",
332
+ "171": "advmod",
333
+ "172": "amod",
334
+ "173": "appos",
335
+ "174": "aux",
336
+ "175": "aux:pass",
337
+ "176": "case",
338
+ "177": "case:of",
339
+ "178": "cc",
340
+ "179": "cc:preconj",
341
+ "180": "ccomp",
342
+ "181": "ccomp:whether",
343
+ "182": "compound",
344
+ "183": "compound:prt",
345
+ "184": "conj",
346
+ "185": "conj:and",
347
+ "186": "conj:and_or",
348
+ "187": "conj:and_yet",
349
+ "188": "conj:as_well_as",
350
+ "189": "conj:but",
351
+ "190": "conj:eller",
352
+ "191": "conj:et",
353
+ "192": "conj:for",
354
+ "193": "conj:let_alone",
355
+ "194": "conj:men",
356
+ "195": "conj:minus",
357
+ "196": "conj:nor",
358
+ "197": "conj:not",
359
+ "198": "conj:not_to_mention",
360
+ "199": "conj:och",
361
+ "200": "conj:or",
362
+ "201": "conj:plus",
363
+ "202": "conj:plus_minus",
364
+ "203": "conj:rather_than",
365
+ "204": "conj:respektive",
366
+ "205": "conj:samt",
367
+ "206": "conj:slash",
368
+ "207": "conj:som",
369
+ "208": "conj:though",
370
+ "209": "conj:ty",
371
+ "210": "conj:utan",
372
+ "211": "conj:yet",
373
+ "212": "cop",
374
+ "213": "csubj",
375
+ "214": "csubj:outer",
376
+ "215": "csubj:pass",
377
+ "216": "csubj:xsubj",
378
+ "217": "dep",
379
+ "218": "det",
380
+ "219": "det:predet",
381
+ "220": "discourse",
382
+ "221": "dislocated",
383
+ "222": "expl",
384
+ "223": "fixed",
385
+ "224": "flat",
386
+ "225": "flat:foreign",
387
+ "226": "flat:name",
388
+ "227": "flatname",
389
+ "228": "goeswith",
390
+ "229": "iobj",
391
+ "230": "list",
392
+ "231": "mark",
393
+ "232": "nmod",
394
+ "233": "nmod:a_la",
395
+ "234": "nmod:aboard",
396
+ "235": "nmod:about",
397
+ "236": "nmod:above",
398
+ "237": "nmod:according_to",
399
+ "238": "nmod:across",
400
+ "239": "nmod:after",
401
+ "240": "nmod:against",
402
+ "241": "nmod:along",
403
+ "242": "nmod:alongside",
404
+ "243": "nmod:amidst",
405
+ "244": "nmod:among",
406
+ "245": "nmod:amongst",
407
+ "246": "nmod:around",
408
+ "247": "nmod:as",
409
+ "248": "nmod:as_for",
410
+ "249": "nmod:as_in",
411
+ "250": "nmod:as_opposed_to",
412
+ "251": "nmod:as_to",
413
+ "252": "nmod:astride",
414
+ "253": "nmod:at",
415
+ "254": "nmod:atop",
416
+ "255": "nmod:av",
417
+ "256": "nmod:barring",
418
+ "257": "nmod:because_of",
419
+ "258": "nmod:before",
420
+ "259": "nmod:behind",
421
+ "260": "nmod:below",
422
+ "261": "nmod:besides",
423
+ "262": "nmod:between",
424
+ "263": "nmod:beyond",
425
+ "264": "nmod:but",
426
+ "265": "nmod:by",
427
+ "266": "nmod:circa",
428
+ "267": "nmod:colon",
429
+ "268": "nmod:concerning",
430
+ "269": "nmod:desc",
431
+ "270": "nmod:despite",
432
+ "271": "nmod:down",
433
+ "272": "nmod:due_to",
434
+ "273": "nmod:during",
435
+ "274": "nmod:except",
436
+ "275": "nmod:except_for",
437
+ "276": "nmod:excluding",
438
+ "277": "nmod:following",
439
+ "278": "nmod:for",
440
+ "279": "nmod:from",
441
+ "280": "nmod:from_across",
442
+ "281": "nmod:from_below",
443
+ "282": "nmod:from_outside",
444
+ "283": "nmod:from_over",
445
+ "284": "nmod:fr\u00e5n",
446
+ "285": "nmod:f\u00f6r",
447
+ "286": "nmod:hos",
448
+ "287": "nmod:i",
449
+ "288": "nmod:in",
450
+ "289": "nmod:in_front_of",
451
+ "290": "nmod:include",
452
+ "291": "nmod:including",
453
+ "292": "nmod:inom",
454
+ "293": "nmod:inside",
455
+ "294": "nmod:instead_of",
456
+ "295": "nmod:into",
457
+ "296": "nmod:like",
458
+ "297": "nmod:med",
459
+ "298": "nmod:mellan",
460
+ "299": "nmod:minus",
461
+ "300": "nmod:mot",
462
+ "301": "nmod:near",
463
+ "302": "nmod:next_to",
464
+ "303": "nmod:npmod",
465
+ "304": "nmod:oavsett",
466
+ "305": "nmod:of",
467
+ "306": "nmod:off",
468
+ "307": "nmod:om",
469
+ "308": "nmod:on",
470
+ "309": "nmod:onto",
471
+ "310": "nmod:opposite",
472
+ "311": "nmod:other_than",
473
+ "312": "nmod:out",
474
+ "313": "nmod:out_of",
475
+ "314": "nmod:outside",
476
+ "315": "nmod:over",
477
+ "316": "nmod:past",
478
+ "317": "nmod:per",
479
+ "318": "nmod:plus",
480
+ "319": "nmod:poss",
481
+ "320": "nmod:post",
482
+ "321": "nmod:prior_to",
483
+ "322": "nmod:pro",
484
+ "323": "nmod:p\u00e5",
485
+ "324": "nmod:rather_than",
486
+ "325": "nmod:re",
487
+ "326": "nmod:regarding",
488
+ "327": "nmod:round",
489
+ "328": "nmod:save",
490
+ "329": "nmod:since",
491
+ "330": "nmod:slash",
492
+ "331": "nmod:such_as",
493
+ "332": "nmod:than",
494
+ "333": "nmod:through",
495
+ "334": "nmod:throughout",
496
+ "335": "nmod:thru",
497
+ "336": "nmod:till",
498
+ "337": "nmod:times",
499
+ "338": "nmod:tmod",
500
+ "339": "nmod:to",
501
+ "340": "nmod:toward",
502
+ "341": "nmod:towards",
503
+ "342": "nmod:under",
504
+ "343": "nmod:unlike",
505
+ "344": "nmod:unmarked",
506
+ "345": "nmod:until",
507
+ "346": "nmod:up",
508
+ "347": "nmod:up_to",
509
+ "348": "nmod:up_until",
510
+ "349": "nmod:upon",
511
+ "350": "nmod:utanf\u00f6r",
512
+ "351": "nmod:versus",
513
+ "352": "nmod:via",
514
+ "353": "nmod:vid",
515
+ "354": "nmod:whether",
516
+ "355": "nmod:with",
517
+ "356": "nmod:within",
518
+ "357": "nmod:without",
519
+ "358": "nmod:x",
520
+ "359": "nsubj",
521
+ "360": "nsubj:outer",
522
+ "361": "nsubj:pass",
523
+ "362": "nsubj:pass:xsubj",
524
+ "363": "nsubj:xsubj",
525
+ "364": "nummod",
526
+ "365": "nummod:gov",
527
+ "366": "obj",
528
+ "367": "obl",
529
+ "368": "obl:aboard",
530
+ "369": "obl:about",
531
+ "370": "obl:above",
532
+ "371": "obl:according_to",
533
+ "372": "obl:across",
534
+ "373": "obl:after",
535
+ "374": "obl:against",
536
+ "375": "obl:agent",
537
+ "376": "obl:along",
538
+ "377": "obl:along_with",
539
+ "378": "obl:alongside",
540
+ "379": "obl:amid",
541
+ "380": "obl:amidst",
542
+ "381": "obl:among",
543
+ "382": "obl:amongst",
544
+ "383": "obl:apart_from",
545
+ "384": "obl:around",
546
+ "385": "obl:as",
547
+ "386": "obl:as_for",
548
+ "387": "obl:as_in",
549
+ "388": "obl:as_of",
550
+ "389": "obl:as_opposed_to",
551
+ "390": "obl:as_to",
552
+ "391": "obl:aside",
553
+ "392": "obl:aside_from",
554
+ "393": "obl:at",
555
+ "394": "obl:atop",
556
+ "395": "obl:av",
557
+ "396": "obl:because_of",
558
+ "397": "obl:before",
559
+ "398": "obl:behind",
560
+ "399": "obl:below",
561
+ "400": "obl:beneath",
562
+ "401": "obl:beside",
563
+ "402": "obl:besides",
564
+ "403": "obl:between",
565
+ "404": "obl:beyond",
566
+ "405": "obl:bland",
567
+ "406": "obl:but",
568
+ "407": "obl:by",
569
+ "408": "obl:circa",
570
+ "409": "obl:concerning",
571
+ "410": "obl:depending",
572
+ "411": "obl:depending_on",
573
+ "412": "obl:depending_upon",
574
+ "413": "obl:despite",
575
+ "414": "obl:down",
576
+ "415": "obl:due_to",
577
+ "416": "obl:during",
578
+ "417": "obl:except",
579
+ "418": "obl:except_for",
580
+ "419": "obl:excluding",
581
+ "420": "obl:following",
582
+ "421": "obl:for",
583
+ "422": "obl:for_post",
584
+ "423": "obl:from",
585
+ "424": "obl:from_across",
586
+ "425": "obl:from_among",
587
+ "426": "obl:from_behind",
588
+ "427": "obl:from_over",
589
+ "428": "obl:fr\u00e5n",
590
+ "429": "obl:f\u00f6r",
591
+ "430": "obl:genom",
592
+ "431": "obl:given",
593
+ "432": "obl:hos",
594
+ "433": "obl:i",
595
+ "434": "obl:in",
596
+ "435": "obl:in_between",
597
+ "436": "obl:in_case_of",
598
+ "437": "obl:in_front_of",
599
+ "438": "obl:in_lieu_of",
600
+ "439": "obl:in_to",
601
+ "440": "obl:including",
602
+ "441": "obl:including_before",
603
+ "442": "obl:including_for",
604
+ "443": "obl:including_in",
605
+ "444": "obl:inom",
606
+ "445": "obl:inside",
607
+ "446": "obl:instead_of",
608
+ "447": "obl:into",
609
+ "448": "obl:like",
610
+ "449": "obl:med",
611
+ "450": "obl:med_avseende_p\u00e5",
612
+ "451": "obl:mellan",
613
+ "452": "obl:minus",
614
+ "453": "obl:mot",
615
+ "454": "obl:near",
616
+ "455": "obl:nearby",
617
+ "456": "obl:nigh",
618
+ "457": "obl:notwithstanding",
619
+ "458": "obl:npmod",
620
+ "459": "obl:of",
621
+ "460": "obl:off",
622
+ "461": "obl:off_of",
623
+ "462": "obl:om",
624
+ "463": "obl:omkring",
625
+ "464": "obl:on",
626
+ "465": "obl:on_board",
627
+ "466": "obl:on_to",
628
+ "467": "obl:onto",
629
+ "468": "obl:opposite",
630
+ "469": "obl:other_than",
631
+ "470": "obl:out",
632
+ "471": "obl:out_of",
633
+ "472": "obl:outside",
634
+ "473": "obl:over",
635
+ "474": "obl:past",
636
+ "475": "obl:per",
637
+ "476": "obl:plus",
638
+ "477": "obl:post",
639
+ "478": "obl:prior_to",
640
+ "479": "obl:p\u00e5",
641
+ "480": "obl:rather_than",
642
+ "481": "obl:re",
643
+ "482": "obl:regarding",
644
+ "483": "obl:round",
645
+ "484": "obl:runtomkring",
646
+ "485": "obl:since",
647
+ "486": "obl:som",
648
+ "487": "obl:such_as",
649
+ "488": "obl:than",
650
+ "489": "obl:through",
651
+ "490": "obl:throughout",
652
+ "491": "obl:thru",
653
+ "492": "obl:till",
654
+ "493": "obl:tmod",
655
+ "494": "obl:to",
656
+ "495": "obl:to_before",
657
+ "496": "obl:toward",
658
+ "497": "obl:towards",
659
+ "498": "obl:trots",
660
+ "499": "obl:under",
661
+ "500": "obl:underneath",
662
+ "501": "obl:unlike",
663
+ "502": "obl:unmarked",
664
+ "503": "obl:until",
665
+ "504": "obl:unto",
666
+ "505": "obl:up",
667
+ "506": "obl:up_on",
668
+ "507": "obl:up_to",
669
+ "508": "obl:up_until",
670
+ "509": "obl:upon",
671
+ "510": "obl:ur",
672
+ "511": "obl:utan",
673
+ "512": "obl:utanf\u00f6r",
674
+ "513": "obl:versus",
675
+ "514": "obl:via",
676
+ "515": "obl:vid",
677
+ "516": "obl:with",
678
+ "517": "obl:within",
679
+ "518": "obl:without",
680
+ "519": "obl:\u00e4n",
681
+ "520": "obl:\u00e5",
682
+ "521": "obl:\u00e5t",
683
+ "522": "parataxis",
684
+ "523": "punct",
685
+ "524": "ref",
686
+ "525": "reparandum",
687
+ "526": "root",
688
+ "527": "vocative",
689
+ "528": "xcomp"
690
  },
691
  "joint_feats": {
692
+ "0": "ADJ#Adjective#Abbr=Yes",
693
+ "1": "ADJ#Adjective#Abbr=Yes|Degree=Pos",
694
+ "2": "ADJ#Adjective#Case=Nom|Definite=Def|Degree=Pos",
695
+ "3": "ADJ#Adjective#Case=Nom|Definite=Def|Degree=Pos|Gender=Com|Number=Sing",
696
+ "4": "ADJ#Adjective#Case=Nom|Definite=Def|Degree=Pos|Tense=Past|VerbForm=Part",
697
+ "5": "ADJ#Adjective#Case=Nom|Definite=Def|Degree=Sup",
698
+ "6": "ADJ#Adjective#Case=Nom|Definite=Ind|Degree=Pos",
699
+ "7": "ADJ#Adjective#Case=Nom|Definite=Ind|Degree=Pos|Gender=Com|Number=Sing",
700
+ "8": "ADJ#Adjective#Case=Nom|Definite=Ind|Degree=Pos|Gender=Com|Number=Sing|Tense=Past|VerbForm=Part",
701
+ "9": "ADJ#Adjective#Case=Nom|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing",
702
+ "10": "ADJ#Adjective#Case=Nom|Definite=Ind|Degree=Pos|Number=Plur",
703
+ "11": "ADJ#Adjective#Case=Nom|Definite=Ind|Degree=Pos|Number=Sing",
704
+ "12": "ADJ#Adjective#Case=Nom|Degree=Cmp",
705
+ "13": "ADJ#Adjective#Case=Nom|Degree=Pos",
706
+ "14": "ADJ#Adjective#Case=Nom|Degree=Pos|Number=Plur",
707
+ "15": "ADJ#Adjective#Case=Nom|Degree=Pos|Tense=Pres|VerbForm=Part",
708
+ "16": "ADJ#Adjective#Case=Nom|Number=Plur|Tense=Past|VerbForm=Part",
709
+ "17": "ADJ#Adjective#Degree=Cmp",
710
+ "18": "ADJ#Adjective#Degree=Pos",
711
+ "19": "ADJ#Adjective#Degree=Pos|Foreign=Yes",
712
+ "20": "ADJ#Adjective#Degree=Sup",
713
+ "21": "ADJ#Adverb#Case=Nom|Definite=Ind|Degree=Pos|Gender=Com|Number=Sing",
714
+ "22": "ADJ#Adverb#Case=Nom|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing",
715
+ "23": "ADJ#Adverb#Case=Nom|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing|Tense=Past|VerbForm=Part",
716
+ "24": "ADJ#Adverb#Case=Nom|Definite=Ind|Degree=Pos|Number=Plur",
717
+ "25": "ADJ#Noun#Case=Nom|Definite=Def|Degree=Pos",
718
+ "26": "ADJ#Noun#Case=Nom|Degree=Pos",
719
+ "27": "ADJ#Numeral#Case=Nom|Definite=Def|Degree=Pos",
720
+ "28": "ADJ#Numeral#Case=Nom|NumType=Ord",
721
+ "29": "ADJ#Numeral#Degree=Pos|NumForm=Digit|NumType=Ord",
722
+ "30": "ADJ#Numeral#Degree=Pos|NumForm=Word|NumType=Ord",
723
+ "31": "ADJ#Prefixoid#_",
724
+ "32": "ADJ#Verb#Case=Nom|Definite=Def|Degree=Pos|Tense=Past|VerbForm=Part",
725
+ "33": "ADJ#Verb#Case=Nom|Definite=Ind|Degree=Pos|Gender=Com|Number=Sing|Tense=Past|VerbForm=Part",
726
+ "34": "ADJ#Verb#Case=Nom|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing|Tense=Past|VerbForm=Part",
727
+ "35": "ADJ#Verb#Case=Nom|Definite=Ind|Degree=Pos|Number=Plur",
728
+ "36": "ADJ#Verb#Case=Nom|Definite=Ind|Degree=Pos|Number=Plur|Tense=Past|VerbForm=Part",
729
+ "37": "ADJ#Verb#Case=Nom|Degree=Pos|Tense=Pres|VerbForm=Part",
730
+ "38": "ADJ#_#Case=Nom|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing",
731
+ "39": "ADJ#_#Case=Nom|Definite=Ind|Degree=Pos|Number=Sing|Tense=Past|VerbForm=Part",
732
+ "40": "ADJ#_#Case=Nom|Degree=Pos",
733
+ "41": "ADJ#_#Degree=Cmp",
734
+ "42": "ADJ#_#Degree=Pos",
735
+ "43": "ADJ#_#Degree=Pos|NumType=Ord",
736
+ "44": "ADJ#_#Degree=Sup",
737
+ "45": "ADJ#_#_",
738
+ "46": "ADP#Adverb#_",
739
+ "47": "ADP#Conjunction#_",
740
+ "48": "ADP#Noun#_",
741
+ "49": "ADP#Preposition#_",
742
+ "50": "ADP#_#_",
743
+ "51": "ADV#Adjective#Degree=Pos",
744
+ "52": "ADV#Adjective#_",
745
+ "53": "ADV#Adverb#Abbr=Yes",
746
+ "54": "ADV#Adverb#Degree=Cmp",
747
+ "55": "ADV#Adverb#Degree=Pos",
748
+ "56": "ADV#Adverb#Degree=Pos|NumType=Mult",
749
+ "57": "ADV#Adverb#Degree=Sup",
750
+ "58": "ADV#Adverb#Degree=Sup|Polarity=Neg",
751
+ "59": "ADV#Adverb#NumType=Mult",
752
+ "60": "ADV#Adverb#Polarity=Neg",
753
+ "61": "ADV#Adverb#PronType=Dem",
754
+ "62": "ADV#Adverb#_",
755
+ "63": "ADV#Conjunction#_",
756
+ "64": "ADV#Invariable#Degree=Cmp",
757
+ "65": "ADV#Invariable#Degree=Sup",
758
+ "66": "ADV#Invariable#_",
759
+ "67": "ADV#Noun#_",
760
+ "68": "ADV#Prefixoid#_",
761
+ "69": "ADV#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Prs",
762
+ "70": "ADV#Pronoun#_",
763
+ "71": "ADV#_#Degree=Cmp",
764
+ "72": "ADV#_#Degree=Pos",
765
+ "73": "ADV#_#Degree=Sup",
766
+ "74": "ADV#_#NumType=Mult",
767
+ "75": "ADV#_#PronType=Dem",
768
+ "76": "ADV#_#PronType=Int",
769
+ "77": "ADV#_#_",
770
+ "78": "AUX#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
771
+ "79": "AUX#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
772
+ "80": "AUX#Verb#Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
773
+ "81": "AUX#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
774
+ "82": "AUX#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
775
+ "83": "AUX#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
776
+ "84": "AUX#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
777
+ "85": "AUX#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin",
778
+ "86": "AUX#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
779
+ "87": "AUX#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
780
+ "88": "AUX#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
781
+ "89": "AUX#Verb#Mood=Ind|Tense=Past|VerbForm=Fin|Voice=Act",
782
+ "90": "AUX#Verb#Mood=Ind|Tense=Pres|VerbForm=Fin|Voice=Act",
783
+ "91": "AUX#Verb#Mood=Sub|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
784
+ "92": "AUX#Verb#Mood=Sub|Number=Plur|Tense=Past|VerbForm=Part",
785
+ "93": "AUX#Verb#Number=Plur|Tense=Past|VerbForm=Part",
786
+ "94": "AUX#Verb#Number=Plur|Tense=Pres|VerbForm=Part",
787
+ "95": "AUX#Verb#VerbForm=Fin",
788
+ "96": "AUX#Verb#VerbForm=Ger",
789
+ "97": "AUX#Verb#VerbForm=Inf",
790
+ "98": "AUX#Verb#VerbForm=Inf|Voice=Act",
791
+ "99": "AUX#Verb#VerbForm=Sup|Voice=Act",
792
+ "100": "AUX#_#Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
793
+ "101": "CCONJ#Conjunction#_",
794
+ "102": "CCONJ#_#_",
795
+ "103": "DET#Adjective#Gender=Com|Number=Sing|PronType=Tot",
796
+ "104": "DET#Adjective#Gender=Neut|Number=Sing|PronType=Tot",
797
+ "105": "DET#Adjective#Number=Plur|PronType=Tot",
798
+ "106": "DET#Adjective#PronType=Tot",
799
+ "107": "DET#Article#Definite=Def|Gender=Com|Number=Sing|PronType=Art",
800
+ "108": "DET#Article#Definite=Def|Gender=Neut|Number=Sing|PronType=Art",
801
+ "109": "DET#Article#Definite=Def|Number=Plur|PronType=Art",
802
+ "110": "DET#Article#Definite=Def|PronType=Art",
803
+ "111": "DET#Article#Definite=Ind|Gender=Com|Number=Sing",
804
+ "112": "DET#Article#Definite=Ind|Gender=Com|Number=Sing|PronType=Art",
805
+ "113": "DET#Article#Definite=Ind|Gender=Neut|Number=Sing|PronType=Art",
806
+ "114": "DET#Article#Definite=Ind|Gender=Neut|Number=Sing|PronType=Artt",
807
+ "115": "DET#Article#Definite=Ind|PronType=Art",
808
+ "116": "DET#Article#PronType=Art",
809
+ "117": "DET#Conjunction#Definite=Def|PronType=Art",
810
+ "118": "DET#Prefixoid#_",
811
+ "119": "DET#Pronoun#Definite=Def|Gender=Com|Number=Sing|PronType=Art",
812
+ "120": "DET#Pronoun#Definite=Def|Gender=Com|Number=Sing|PronType=Dem",
813
+ "121": "DET#Pronoun#Definite=Def|Gender=Neut|Number=Sing|PronType=Art",
814
+ "122": "DET#Pronoun#Definite=Def|Gender=Neut|Number=Sing|PronType=Dem",
815
+ "123": "DET#Pronoun#Definite=Def|Number=Plur|PronType=Art",
816
+ "124": "DET#Pronoun#Definite=Def|Number=Plur|PronType=Dem",
817
+ "125": "DET#Pronoun#Definite=Ind|Gender=Com|Number=Sing|PronType=Ind",
818
+ "126": "DET#Pronoun#Definite=Ind|Gender=Com|Number=Sing|PronType=Int",
819
+ "127": "DET#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Ind",
820
+ "128": "DET#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Int",
821
+ "129": "DET#Pronoun#Definite=Ind|Number=Plur|PronType=Ind",
822
+ "130": "DET#Pronoun#Definite=Ind|Number=Sing|PronType=Tot",
823
+ "131": "DET#Pronoun#Number=Plur|PronType=Dem",
824
+ "132": "DET#Pronoun#Number=Sing|PronType=Dem",
825
+ "133": "DET#Pronoun#Polarity=Neg",
826
+ "134": "DET#Pronoun#PronType=Ind",
827
+ "135": "DET#Pronoun#PronType=Int",
828
+ "136": "DET#Pronoun#PronType=Rel",
829
+ "137": "DET#Pronoun#PronType=Tot",
830
+ "138": "DET#Pronoun#_",
831
+ "139": "DET#_#Definite=Def|PronType=Art",
832
+ "140": "DET#_#Definite=EMPTY",
833
+ "141": "DET#_#Definite=Ind|PronType=Art",
834
+ "142": "DET#_#Gender=Neut|Number=Sing|PronType=Tot",
835
+ "143": "DET#_#Number=Sing|PronType=Dem",
836
+ "144": "DET#_#PronType=Int",
837
+ "145": "DET#_#PronType=Neg",
838
+ "146": "DET#_#PronType=Rcp",
839
+ "147": "DET#_#PronType=Tot",
840
+ "148": "DET#_#_",
841
+ "149": "INTJ#Interjection#_",
842
+ "150": "NOUN#Adverb#Number=Sing",
843
+ "151": "NOUN#Noun#Abbr=Yes",
844
+ "152": "NOUN#Noun#Abbr=Yes|Number=Plur",
845
+ "153": "NOUN#Noun#Abbr=Yes|Number=Sing",
846
+ "154": "NOUN#Noun#Case=Gen|Definite=Def|Gender=Com|Number=Plur",
847
+ "155": "NOUN#Noun#Case=Gen|Definite=Def|Gender=Com|Number=Sing",
848
+ "156": "NOUN#Noun#Case=Gen|Definite=Def|Gender=Neut|Number=Plur",
849
+ "157": "NOUN#Noun#Case=Gen|Definite=Def|Gender=Neut|Number=Sing",
850
+ "158": "NOUN#Noun#Case=Gen|Definite=Ind|Gender=Com|Number=Plur",
851
+ "159": "NOUN#Noun#Case=Gen|Definite=Ind|Gender=Neut|Number=Plur",
852
+ "160": "NOUN#Noun#Case=Gen|Definite=Ind|Gender=Neut|Number=Sing",
853
+ "161": "NOUN#Noun#Case=Nom|Definite=Def|Gender=Com|Number=Plur",
854
+ "162": "NOUN#Noun#Case=Nom|Definite=Def|Gender=Com|Number=Sing",
855
+ "163": "NOUN#Noun#Case=Nom|Definite=Def|Gender=Neut|Number=Plur",
856
+ "164": "NOUN#Noun#Case=Nom|Definite=Def|Gender=Neut|Number=Sing",
857
+ "165": "NOUN#Noun#Case=Nom|Definite=Ind|Gender=Com|Number=Plur",
858
+ "166": "NOUN#Noun#Case=Nom|Definite=Ind|Gender=Com|Number=Sing",
859
+ "167": "NOUN#Noun#Case=Nom|Definite=Ind|Gender=Neut|Number=Plur",
860
+ "168": "NOUN#Noun#Case=Nom|Definite=Ind|Gender=Neut|Number=Sing",
861
+ "169": "NOUN#Noun#Case=Nom|Definite=Ind|Gender=Neut|Number=Singg",
862
+ "170": "NOUN#Noun#Gender=Com",
863
+ "171": "NOUN#Noun#NumType=Frac|Number=Sing",
864
+ "172": "NOUN#Noun#Number=Plur",
865
+ "173": "NOUN#Noun#Number=Sing",
866
+ "174": "NOUN#Noun#Number=Sing|Polarity=Neg",
867
+ "175": "NOUN#Noun#VerbForm=Fin",
868
+ "176": "NOUN#Noun#_",
869
+ "177": "NOUN#Prefixoid#Number=Sing",
870
+ "178": "NOUN#Prefixoid#_",
871
+ "179": "NOUN#_#Case=Nom|Definite=Def|Gender=Com|Number=Sing",
872
+ "180": "NOUN#_#Case=Nom|Definite=Def|Gender=Neut|Number=Sing",
873
+ "181": "NOUN#_#Case=Nom|Definite=Ind|Gender=Com|Number=Sing",
874
+ "182": "NOUN#_#Case=Nom|Definite=Ind|Gender=Neut|Number=Sing",
875
+ "183": "NOUN#_#Number=Plur",
876
+ "184": "NOUN#_#Number=Sing",
877
+ "185": "NOUN#_#_",
878
+ "186": "NUM#Noun#Case=Nom|NumType=Card",
879
+ "187": "NUM#Noun#NumForm=Word|NumType=Card",
880
+ "188": "NUM#Numeral#Case=Nom|Definite=Ind|Gender=Com|Number=Sing|NumType=Card",
881
+ "189": "NUM#Numeral#Case=Nom|NumType=Card",
882
+ "190": "NUM#Numeral#NumForm=Digit|NumType=Card",
883
+ "191": "NUM#Numeral#NumForm=Digit|NumType=Frac",
884
+ "192": "NUM#Numeral#NumForm=Roman|NumType=Card",
885
+ "193": "NUM#Numeral#NumForm=Word|NumType=Card",
886
+ "194": "NUM#Numeral#NumType=Card",
887
+ "195": "NUM#Numeral#_",
888
+ "196": "NUM#PUNCT#Case=Nom|NumType=Card",
889
+ "197": "NUM#_#Degree=Pos|NumType=Ord",
890
+ "198": "NUM#_#NumType=Card",
891
+ "199": "PART#Particle#Polarity=Neg",
892
+ "200": "PART#Particle#_",
893
+ "201": "PART#Preposition#_",
894
+ "202": "PART#_#Polarity=Neg",
895
+ "203": "PART#_#_",
896
+ "204": "PPROPN#_#Number=Plur",
897
+ "205": "PRON#Adjective#Definite=Ind|Number=Plur|PronType=Tot",
898
+ "206": "PRON#Adverb#Definite=Ind|Gender=Neut|Number=Sing|PronType=Ind",
899
+ "207": "PRON#Adverb#_",
900
+ "208": "PRON#Article#Case=Nom|Definite=Def|Number=Plur|PronType=Prs",
901
+ "209": "PRON#Conjunction#Definite=Ind|Gender=Neut|Number=Sing|PronType=Int",
902
+ "210": "PRON#Conjunction#PronType=Rel",
903
+ "211": "PRON#Noun#Case=Nom|Definite=Ind|Gender=Com|Number=Sing|PronType=Ind",
904
+ "212": "PRON#Noun#Definite=Def|Gender=Com|Number=Sing|PronType=Prs",
905
+ "213": "PRON#Noun#Definite=Ind|Number=Plur|PronType=Ind",
906
+ "214": "PRON#Numeral#Definite=Ind|Gender=Com|Number=Sing|PronType=Prs",
907
+ "215": "PRON#Numeral#Definite=Ind|Gender=Neut|Number=Sing|PronType=Prs",
908
+ "216": "PRON#Pronoun#Case=Acc|Definite=Def|Gender=Com|Number=Plur|PronType=Prs",
909
+ "217": "PRON#Pronoun#Case=Acc|Definite=Def|Gender=Com|Number=Sing|PronType=Prs",
910
+ "218": "PRON#Pronoun#Case=Acc|Definite=Def|Number=Plur|PronType=Prs",
911
+ "219": "PRON#Pronoun#Case=Acc|Definite=Def|PronType=Prs",
912
+ "220": "PRON#Pronoun#Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
913
+ "221": "PRON#Pronoun#Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
914
+ "222": "PRON#Pronoun#Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
915
+ "223": "PRON#Pronoun#Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
916
+ "224": "PRON#Pronoun#Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
917
+ "225": "PRON#Pronoun#Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
918
+ "226": "PRON#Pronoun#Case=Acc|Number=Plur|Person=1|PronType=Prs",
919
+ "227": "PRON#Pronoun#Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes",
920
+ "228": "PRON#Pronoun#Case=Acc|Number=Plur|Person=2|PronType=Prs",
921
+ "229": "PRON#Pronoun#Case=Acc|Number=Plur|Person=3|PronType=Prs",
922
+ "230": "PRON#Pronoun#Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes",
923
+ "231": "PRON#Pronoun#Case=Acc|Number=Sing|Person=1|PronType=Prs",
924
+ "232": "PRON#Pronoun#Case=Acc|Number=Sing|Person=2|PronType=Prs",
925
+ "233": "PRON#Pronoun#Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes",
926
+ "234": "PRON#Pronoun#Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
927
+ "235": "PRON#Pronoun#Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
928
+ "236": "PRON#Pronoun#Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
929
+ "237": "PRON#Pronoun#Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs",
930
+ "238": "PRON#Pronoun#Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
931
+ "239": "PRON#Pronoun#Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
932
+ "240": "PRON#Pronoun#Case=Gen|Number=Sing|Person=2|Poss=Yes|PronType=Prs",
933
+ "241": "PRON#Pronoun#Case=Nom|Definite=Def|Gender=Com|Number=Plur|PronType=Prs",
934
+ "242": "PRON#Pronoun#Case=Nom|Definite=Def|Gender=Com|Number=Sing|PronType=Prs",
935
+ "243": "PRON#Pronoun#Case=Nom|Definite=Def|Number=Plur|PronType=Prs",
936
+ "244": "PRON#Pronoun#Case=Nom|Definite=Ind|Gender=Com|Number=Sing|PronType=Ind",
937
+ "245": "PRON#Pronoun#Case=Nom|Definite=Ind|Gender=Com|Number=Sing|PronType=Rel",
938
+ "246": "PRON#Pronoun#Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
939
+ "247": "PRON#Pronoun#Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
940
+ "248": "PRON#Pronoun#Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
941
+ "249": "PRON#Pronoun#Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
942
+ "250": "PRON#Pronoun#Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
943
+ "251": "PRON#Pronoun#Case=Nom|Number=Plur|Person=1|PronType=Prs",
944
+ "252": "PRON#Pronoun#Case=Nom|Number=Plur|Person=2|PronType=Prs",
945
+ "253": "PRON#Pronoun#Case=Nom|Number=Plur|Person=3|PronType=Prs",
946
+ "254": "PRON#Pronoun#Case=Nom|Number=Plur|Person=3|PronType=Prs|Reflex=Yes",
947
+ "255": "PRON#Pronoun#Case=Nom|Number=Sing|Person=1|PronType=Prs",
948
+ "256": "PRON#Pronoun#Case=Nom|Number=Sing|Person=2|PronType=Prs",
949
+ "257": "PRON#Pronoun#Definite=Def|Gender=Com|Number=Sing|Poss=Yes|PronType=Prs",
950
+ "258": "PRON#Pronoun#Definite=Def|Gender=Com|Number=Sing|PronType=Prs",
951
+ "259": "PRON#Pronoun#Definite=Def|Gender=Neut|Number=Sing|Poss=Yes|PronType=Prs",
952
+ "260": "PRON#Pronoun#Definite=Def|Gender=Neut|Number=Sing|PronType=Dem",
953
+ "261": "PRON#Pronoun#Definite=Def|Gender=Neut|Number=Sing|PronType=Prs",
954
+ "262": "PRON#Pronoun#Definite=Def|Number=Plur|Poss=Yes|PronType=Prs",
955
+ "263": "PRON#Pronoun#Definite=Def|Number=Plur|PronType=Dem",
956
+ "264": "PRON#Pronoun#Definite=Def|Poss=Yes|PronType=Prs",
957
+ "265": "PRON#Pronoun#Definite=Ind|Gender=Com|Number=Sing|PronType=Ind",
958
+ "266": "PRON#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Ind",
959
+ "267": "PRON#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Int",
960
+ "268": "PRON#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Prs",
961
+ "269": "PRON#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Rel",
962
+ "270": "PRON#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Tot",
963
+ "271": "PRON#Pronoun#Definite=Ind|Number=Plur|PronType=Rel",
964
+ "272": "PRON#Pronoun#Number=Plur",
965
+ "273": "PRON#Pronoun#Number=Plur|PronType=Dem",
966
+ "274": "PRON#Pronoun#Number=Plur|PronType=Tot",
967
+ "275": "PRON#Pronoun#Number=Sing",
968
+ "276": "PRON#Pronoun#Number=Sing|Polarity=Neg|PronType=Neg",
969
+ "277": "PRON#Pronoun#Number=Sing|PronType=Dem",
970
+ "278": "PRON#Pronoun#Number=Sing|PronType=Ind",
971
+ "279": "PRON#Pronoun#Number=Sing|PronType=Neg",
972
+ "280": "PRON#Pronoun#Number=Sing|Reflex=Yes",
973
+ "281": "PRON#Pronoun#PronType=Ind",
974
+ "282": "PRON#Pronoun#PronType=Int",
975
+ "283": "PRON#Pronoun#PronType=Rel",
976
+ "284": "PRON#Pronoun#_",
977
+ "285": "PRON#Verb#Definite=Def|Gender=Neut|Number=Sing|Poss=Yes|PronType=Prs",
978
+ "286": "PRON#_#Case=Acc|Definite=Def|PronType=Prs",
979
+ "287": "PRON#_#Definite=Ind|Gender=Neut|Number=Sing|PronType=Prs",
980
+ "288": "PRON#_#Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
981
+ "289": "PRON#_#Number=Sing",
982
+ "290": "PRON#_#Number=Sing|PronType=Dem",
983
+ "291": "PRON#_#Number=Sing|PronType=Ind",
984
+ "292": "PRON#_#PronType=Int",
985
+ "293": "PRON#_#PronType=Rel",
986
+ "294": "PROPN#Noun#Abbr=Yes|Number=Plur",
987
+ "295": "PROPN#Noun#Abbr=Yes|Number=Sing",
988
+ "296": "PROPN#Noun#Case=Gen",
989
+ "297": "PROPN#Noun#Case=Nom",
990
+ "298": "PROPN#Noun#Case=Nom|Definite=Ind|Gender=Com|Number=Sing",
991
+ "299": "PROPN#Noun#Number=Plur",
992
+ "300": "PROPN#Noun#Number=Sing",
993
+ "301": "PROPN#Noun#Number=Sing|Polarity=Neg",
994
+ "302": "PROPN#Noun#PronType=Dem",
995
+ "303": "PROPN#Noun#VerbForm=Fin",
996
+ "304": "PROPN#Prefixoid#Number=Sing",
997
+ "305": "PROPN#_#Abbr=Yes",
998
+ "306": "PROPN#_#Number=Plur",
999
+ "307": "PROPN#_#Number=Sing",
1000
+ "308": "PUNCT#PUNCT#_",
1001
+ "309": "PUNCT#_#_",
1002
+ "310": "Prefixoid#Prefixoid#_",
1003
+ "311": "SCONJ#Conjunction#_",
1004
+ "312": "SCONJ#Preposition#_",
1005
+ "313": "SCONJ#Pronoun#Definite=Ind|Gender=Neut|Number=Sing|PronType=Int",
1006
+ "314": "SCONJ#_#_",
1007
+ "315": "SYM#Conjunction#_",
1008
+ "316": "SYM#Noun#Number=Sing",
1009
+ "317": "SYM#Noun#_",
1010
+ "318": "VERB#Adjective#Case=Nom|Number=Plur|Tense=Past|VerbForm=Part|Voice=Pass",
1011
+ "319": "VERB#Verb#Case=Nom|Number=Plur|Tense=Past|VerbForm=Part|Voice=Pass",
1012
+ "320": "VERB#Verb#Mood=Imp|VerbForm=Fin|Voice=Act",
1013
+ "321": "VERB#Verb#Mood=Imp|VerbForm=Inf",
1014
+ "322": "VERB#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
1015
+ "323": "VERB#Verb#Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
1016
+ "324": "VERB#Verb#Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
1017
+ "325": "VERB#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
1018
+ "326": "VERB#Verb#Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
1019
+ "327": "VERB#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
1020
+ "328": "VERB#Verb#Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
1021
+ "329": "VERB#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin",
1022
+ "330": "VERB#Verb#Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
1023
+ "331": "VERB#Verb#Mood=Ind|Number=Sing|Person=3|Polarity=Neg|Tense=Pres|VerbForm=Fin",
1024
+ "332": "VERB#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
1025
+ "333": "VERB#Verb#Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
1026
+ "334": "VERB#Verb#Mood=Ind|Tense=Past|VerbForm=Fin",
1027
+ "335": "VERB#Verb#Mood=Ind|Tense=Past|VerbForm=Fin|Voice=Act",
1028
+ "336": "VERB#Verb#Mood=Ind|Tense=Past|VerbForm=Fin|Voice=Pass",
1029
+ "337": "VERB#Verb#Mood=Ind|Tense=Pres|VerbForm=Fin",
1030
+ "338": "VERB#Verb#Mood=Ind|Tense=Pres|VerbForm=Fin|Voice=Act",
1031
+ "339": "VERB#Verb#Mood=Ind|Tense=Pres|VerbForm=Fin|Voice=Pass",
1032
+ "340": "VERB#Verb#Mood=Sub|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
1033
+ "341": "VERB#Verb#Mood=Sub|Tense=Past|VerbForm=Part",
1034
+ "342": "VERB#Verb#Mood=Sub|Tense=Past|VerbForm=Part|Voice=Pass",
1035
+ "343": "VERB#Verb#Mood=Sub|VerbForm=Inf",
1036
+ "344": "VERB#Verb#Person=1|Tense=Past|VerbForm=Part",
1037
+ "345": "VERB#Verb#Person=1|Tense=Past|VerbForm=Part|Voice=Pass",
1038
+ "346": "VERB#Verb#Person=1|Tense=Pres|VerbForm=Ger",
1039
+ "347": "VERB#Verb#Person=1|Tense=Pres|VerbForm=Inf",
1040
+ "348": "VERB#Verb#Person=1|Tense=Pres|VerbForm=Part",
1041
+ "349": "VERB#Verb#Person=2|Tense=Pres|VerbForm=Inf",
1042
+ "350": "VERB#Verb#Tense=Past|VerbForm=Part",
1043
+ "351": "VERB#Verb#Tense=Past|VerbForm=Part|Voice=Pass",
1044
+ "352": "VERB#Verb#Tense=Pres|VerbForm=Part",
1045
+ "353": "VERB#Verb#VerbForm=Fin",
1046
+ "354": "VERB#Verb#VerbForm=Ger",
1047
+ "355": "VERB#Verb#VerbForm=Inf",
1048
+ "356": "VERB#Verb#VerbForm=Inf|Voice=Act",
1049
+ "357": "VERB#Verb#VerbForm=Inf|Voice=Pass",
1050
+ "358": "VERB#Verb#VerbForm=Sup",
1051
+ "359": "VERB#Verb#VerbForm=Sup|Voice=Act",
1052
+ "360": "VERB#Verb#VerbForm=Sup|Voice=Pass",
1053
+ "361": "VERB#_#Mood=Ind|Tense=Past|VerbForm=Fin",
1054
+ "362": "VERB#_#Tense=Past|VerbForm=Part",
1055
+ "363": "VERB#_#VerbForm=Ger",
1056
+ "364": "VERB#_#VerbForm=Inf",
1057
+ "365": "X#_#Foreign=Yes",
1058
+ "366": "X#_#Typo=Yes",
1059
+ "367": "X#_#_",
1060
+ "368": "X#_#foreign=Yes"
1061
  },
1062
  "lemma_rule": {
1063
  "0": "cut_prefix=0|cut_suffix=0|append_suffix=",
1064
  "1": "cut_prefix=0|cut_suffix=0|append_suffix='",
1065
  "2": "cut_prefix=0|cut_suffix=0|append_suffix=.",
1066
+ "3": "cut_prefix=0|cut_suffix=0|append_suffix=a",
1067
+ "4": "cut_prefix=0|cut_suffix=0|append_suffix=d",
1068
+ "5": "cut_prefix=0|cut_suffix=0|append_suffix=e",
1069
+ "6": "cut_prefix=0|cut_suffix=0|append_suffix=ma",
1070
+ "7": "cut_prefix=0|cut_suffix=0|append_suffix=n",
1071
+ "8": "cut_prefix=0|cut_suffix=0|append_suffix=o",
1072
+ "9": "cut_prefix=0|cut_suffix=0|append_suffix=s",
1073
+ "10": "cut_prefix=0|cut_suffix=0|append_suffix=t",
1074
+ "11": "cut_prefix=0|cut_suffix=0|append_suffix=y",
1075
+ "12": "cut_prefix=0|cut_suffix=11|append_suffix=#url",
1076
+ "13": "cut_prefix=0|cut_suffix=12|append_suffix=#url",
1077
+ "14": "cut_prefix=0|cut_suffix=14|append_suffix=#url",
1078
+ "15": "cut_prefix=0|cut_suffix=1|append_suffix=",
1079
+ "16": "cut_prefix=0|cut_suffix=1|append_suffix=a",
1080
+ "17": "cut_prefix=0|cut_suffix=1|append_suffix=ad",
1081
+ "18": "cut_prefix=0|cut_suffix=1|append_suffix=as",
1082
+ "19": "cut_prefix=0|cut_suffix=1|append_suffix=be",
1083
+ "20": "cut_prefix=0|cut_suffix=1|append_suffix=d",
1084
+ "21": "cut_prefix=0|cut_suffix=1|append_suffix=e",
1085
+ "22": "cut_prefix=0|cut_suffix=1|append_suffix=ed",
1086
+ "23": "cut_prefix=0|cut_suffix=1|append_suffix=en",
1087
+ "24": "cut_prefix=0|cut_suffix=1|append_suffix=et",
1088
+ "25": "cut_prefix=0|cut_suffix=1|append_suffix=g",
1089
+ "26": "cut_prefix=0|cut_suffix=1|append_suffix=ght",
1090
+ "27": "cut_prefix=0|cut_suffix=1|append_suffix=have",
1091
+ "28": "cut_prefix=0|cut_suffix=1|append_suffix=ill",
1092
+ "29": "cut_prefix=0|cut_suffix=1|append_suffix=ja",
1093
+ "30": "cut_prefix=0|cut_suffix=1|append_suffix=n",
1094
+ "31": "cut_prefix=0|cut_suffix=1|append_suffix=na",
1095
+ "32": "cut_prefix=0|cut_suffix=1|append_suffix=o",
1096
+ "33": "cut_prefix=0|cut_suffix=1|append_suffix=ola",
1097
+ "34": "cut_prefix=0|cut_suffix=1|append_suffix=on",
1098
+ "35": "cut_prefix=0|cut_suffix=1|append_suffix=ot",
1099
+ "36": "cut_prefix=0|cut_suffix=1|append_suffix=um",
1100
+ "37": "cut_prefix=0|cut_suffix=1|append_suffix=ve",
1101
+ "38": "cut_prefix=0|cut_suffix=1|append_suffix=y",
1102
+ "39": "cut_prefix=0|cut_suffix=1|append_suffix=ym",
1103
+ "40": "cut_prefix=0|cut_suffix=1|append_suffix=\u00e9",
1104
+ "41": "cut_prefix=0|cut_suffix=1|append_suffix=\u014d",
1105
+ "42": "cut_prefix=0|cut_suffix=20|append_suffix=",
1106
+ "43": "cut_prefix=0|cut_suffix=2|append_suffix=",
1107
+ "44": "cut_prefix=0|cut_suffix=2|append_suffix=$",
1108
+ "45": "cut_prefix=0|cut_suffix=2|append_suffix=a",
1109
+ "46": "cut_prefix=0|cut_suffix=2|append_suffix=an",
1110
+ "47": "cut_prefix=0|cut_suffix=2|append_suffix=ara",
1111
+ "48": "cut_prefix=0|cut_suffix=2|append_suffix=ave",
1112
+ "49": "cut_prefix=0|cut_suffix=2|append_suffix=aw",
1113
+ "50": "cut_prefix=0|cut_suffix=2|append_suffix=be",
1114
+ "51": "cut_prefix=0|cut_suffix=2|append_suffix=dd",
1115
+ "52": "cut_prefix=0|cut_suffix=2|append_suffix=e",
1116
+ "53": "cut_prefix=0|cut_suffix=2|append_suffix=ee",
1117
+ "54": "cut_prefix=0|cut_suffix=2|append_suffix=el",
1118
+ "55": "cut_prefix=0|cut_suffix=2|append_suffix=en",
1119
+ "56": "cut_prefix=0|cut_suffix=2|append_suffix=ep",
1120
+ "57": "cut_prefix=0|cut_suffix=2|append_suffix=er",
1121
+ "58": "cut_prefix=0|cut_suffix=2|append_suffix=et",
1122
+ "59": "cut_prefix=0|cut_suffix=2|append_suffix=g",
1123
+ "60": "cut_prefix=0|cut_suffix=2|append_suffix=have",
1124
+ "61": "cut_prefix=0|cut_suffix=2|append_suffix=i",
1125
+ "62": "cut_prefix=0|cut_suffix=2|append_suffix=ig",
1126
+ "63": "cut_prefix=0|cut_suffix=2|append_suffix=igga",
1127
+ "64": "cut_prefix=0|cut_suffix=2|append_suffix=in",
1128
+ "65": "cut_prefix=0|cut_suffix=2|append_suffix=is",
1129
+ "66": "cut_prefix=0|cut_suffix=2|append_suffix=it",
1130
+ "67": "cut_prefix=0|cut_suffix=2|append_suffix=ja",
1131
+ "68": "cut_prefix=0|cut_suffix=2|append_suffix=ke",
1132
+ "69": "cut_prefix=0|cut_suffix=2|append_suffix=l",
1133
+ "70": "cut_prefix=0|cut_suffix=2|append_suffix=mal",
1134
+ "71": "cut_prefix=0|cut_suffix=2|append_suffix=n",
1135
+ "72": "cut_prefix=0|cut_suffix=2|append_suffix=na",
1136
+ "73": "cut_prefix=0|cut_suffix=2|append_suffix=ny",
1137
+ "74": "cut_prefix=0|cut_suffix=2|append_suffix=o",
1138
+ "75": "cut_prefix=0|cut_suffix=2|append_suffix=on",
1139
+ "76": "cut_prefix=0|cut_suffix=2|append_suffix=ose",
1140
+ "77": "cut_prefix=0|cut_suffix=2|append_suffix=ot",
1141
+ "78": "cut_prefix=0|cut_suffix=2|append_suffix=ow",
1142
+ "79": "cut_prefix=0|cut_suffix=2|append_suffix=u",
1143
+ "80": "cut_prefix=0|cut_suffix=2|append_suffix=um",
1144
+ "81": "cut_prefix=0|cut_suffix=2|append_suffix=un",
1145
+ "82": "cut_prefix=0|cut_suffix=2|append_suffix=unna",
1146
+ "83": "cut_prefix=0|cut_suffix=2|append_suffix=we",
1147
+ "84": "cut_prefix=0|cut_suffix=2|append_suffix=y",
1148
+ "85": "cut_prefix=0|cut_suffix=2|append_suffix=ycket",
1149
+ "86": "cut_prefix=0|cut_suffix=2|append_suffix=yda",
1150
+ "87": "cut_prefix=0|cut_suffix=2|append_suffix=yta",
1151
+ "88": "cut_prefix=0|cut_suffix=2|append_suffix=\u00e5",
1152
+ "89": "cut_prefix=0|cut_suffix=2|append_suffix=\u00e5ta",
1153
+ "90": "cut_prefix=0|cut_suffix=2|append_suffix=\u00e8s",
1154
+ "91": "cut_prefix=0|cut_suffix=2|append_suffix=\u00e9o",
1155
+ "92": "cut_prefix=0|cut_suffix=3|append_suffix=",
1156
+ "93": "cut_prefix=0|cut_suffix=3|append_suffix=-up",
1157
+ "94": "cut_prefix=0|cut_suffix=3|append_suffix=a",
1158
+ "95": "cut_prefix=0|cut_suffix=3|append_suffix=ake",
1159
+ "96": "cut_prefix=0|cut_suffix=3|append_suffix=an",
1160
+ "97": "cut_prefix=0|cut_suffix=3|append_suffix=and",
1161
+ "98": "cut_prefix=0|cut_suffix=3|append_suffix=any",
1162
+ "99": "cut_prefix=0|cut_suffix=3|append_suffix=as",
1163
+ "100": "cut_prefix=0|cut_suffix=3|append_suffix=at",
1164
+ "101": "cut_prefix=0|cut_suffix=3|append_suffix=be",
1165
+ "102": "cut_prefix=0|cut_suffix=3|append_suffix=e",
1166
+ "103": "cut_prefix=0|cut_suffix=3|append_suffix=eak",
1167
+ "104": "cut_prefix=0|cut_suffix=3|append_suffix=eal",
1168
+ "105": "cut_prefix=0|cut_suffix=3|append_suffix=ear",
1169
+ "106": "cut_prefix=0|cut_suffix=3|append_suffix=ell",
1170
+ "107": "cut_prefix=0|cut_suffix=3|append_suffix=er",
1171
+ "108": "cut_prefix=0|cut_suffix=3|append_suffix=f",
1172
+ "109": "cut_prefix=0|cut_suffix=3|append_suffix=fe",
1173
+ "110": "cut_prefix=0|cut_suffix=3|append_suffix=i",
1174
+ "111": "cut_prefix=0|cut_suffix=3|append_suffix=ick",
1175
+ "112": "cut_prefix=0|cut_suffix=3|append_suffix=ike",
1176
+ "113": "cut_prefix=0|cut_suffix=3|append_suffix=ine",
1177
+ "114": "cut_prefix=0|cut_suffix=3|append_suffix=ink",
1178
+ "115": "cut_prefix=0|cut_suffix=3|append_suffix=is",
1179
+ "116": "cut_prefix=0|cut_suffix=3|append_suffix=ite",
1180
+ "117": "cut_prefix=0|cut_suffix=3|append_suffix=ive",
1181
+ "118": "cut_prefix=0|cut_suffix=3|append_suffix=liten",
1182
+ "119": "cut_prefix=0|cut_suffix=3|append_suffix=m",
1183
+ "120": "cut_prefix=0|cut_suffix=3|append_suffix=nan",
1184
+ "121": "cut_prefix=0|cut_suffix=3|append_suffix=nna",
1185
+ "122": "cut_prefix=0|cut_suffix=3|append_suffix=ola",
1186
+ "123": "cut_prefix=0|cut_suffix=3|append_suffix=ome",
1187
+ "124": "cut_prefix=0|cut_suffix=3|append_suffix=oot",
1188
+ "125": "cut_prefix=0|cut_suffix=3|append_suffix=ose",
1189
+ "126": "cut_prefix=0|cut_suffix=3|append_suffix=r",
1190
+ "127": "cut_prefix=0|cut_suffix=3|append_suffix=ra",
1191
+ "128": "cut_prefix=0|cut_suffix=3|append_suffix=sia",
1192
+ "129": "cut_prefix=0|cut_suffix=3|append_suffix=uch",
1193
+ "130": "cut_prefix=0|cut_suffix=3|append_suffix=vi",
1194
+ "131": "cut_prefix=0|cut_suffix=3|append_suffix=y",
1195
+ "132": "cut_prefix=0|cut_suffix=3|append_suffix=ycket",
1196
+ "133": "cut_prefix=0|cut_suffix=3|append_suffix=ze",
1197
+ "134": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e4ga",
1198
+ "135": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e4gga",
1199
+ "136": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e5",
1200
+ "137": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e5_kallad",
1201
+ "138": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e8ne",
1202
+ "139": "cut_prefix=0|cut_suffix=3|append_suffix=\u00e8re",
1203
+ "140": "cut_prefix=0|cut_suffix=4|append_suffix=",
1204
+ "141": "cut_prefix=0|cut_suffix=4|append_suffix=#url",
1205
+ "142": "cut_prefix=0|cut_suffix=4|append_suffix=-up",
1206
+ "143": "cut_prefix=0|cut_suffix=4|append_suffix=a",
1207
+ "144": "cut_prefix=0|cut_suffix=4|append_suffix=all",
1208
+ "145": "cut_prefix=0|cut_suffix=4|append_suffix=an",
1209
+ "146": "cut_prefix=0|cut_suffix=4|append_suffix=ay",
1210
+ "147": "cut_prefix=0|cut_suffix=4|append_suffix=e",
1211
+ "148": "cut_prefix=0|cut_suffix=4|append_suffix=eak",
1212
+ "149": "cut_prefix=0|cut_suffix=4|append_suffix=eal",
1213
+ "150": "cut_prefix=0|cut_suffix=4|append_suffix=eeze",
1214
+ "151": "cut_prefix=0|cut_suffix=4|append_suffix=go",
1215
+ "152": "cut_prefix=0|cut_suffix=4|append_suffix=good",
1216
+ "153": "cut_prefix=0|cut_suffix=4|append_suffix=ie",
1217
+ "154": "cut_prefix=0|cut_suffix=4|append_suffix=ill",
1218
+ "155": "cut_prefix=0|cut_suffix=4|append_suffix=ind",
1219
+ "156": "cut_prefix=0|cut_suffix=4|append_suffix=ingly",
1220
+ "157": "cut_prefix=0|cut_suffix=4|append_suffix=ke",
1221
+ "158": "cut_prefix=0|cut_suffix=4|append_suffix=nment",
1222
+ "159": "cut_prefix=0|cut_suffix=4|append_suffix=ola",
1223
+ "160": "cut_prefix=0|cut_suffix=4|append_suffix=on",
1224
+ "161": "cut_prefix=0|cut_suffix=4|append_suffix=or",
1225
+ "162": "cut_prefix=0|cut_suffix=4|append_suffix=ot",
1226
+ "163": "cut_prefix=0|cut_suffix=4|append_suffix=r",
1227
+ "164": "cut_prefix=0|cut_suffix=4|append_suffix=ra",
1228
+ "165": "cut_prefix=0|cut_suffix=4|append_suffix=t",
1229
+ "166": "cut_prefix=0|cut_suffix=4|append_suffix=tch",
1230
+ "167": "cut_prefix=0|cut_suffix=4|append_suffix=y",
1231
+ "168": "cut_prefix=0|cut_suffix=4|append_suffix=\u00e5g",
1232
+ "169": "cut_prefix=0|cut_suffix=4|append_suffix=\u00edtez",
1233
+ "170": "cut_prefix=0|cut_suffix=4|append_suffix=\u00f6ra",
1234
+ "171": "cut_prefix=0|cut_suffix=5|append_suffix=",
1235
+ "172": "cut_prefix=0|cut_suffix=5|append_suffix=-chat",
1236
+ "173": "cut_prefix=0|cut_suffix=5|append_suffix=a",
1237
+ "174": "cut_prefix=0|cut_suffix=5|append_suffix=an",
1238
+ "175": "cut_prefix=0|cut_suffix=5|append_suffix=bad",
1239
+ "176": "cut_prefix=0|cut_suffix=5|append_suffix=badly",
1240
+ "177": "cut_prefix=0|cut_suffix=5|append_suffix=be",
1241
+ "178": "cut_prefix=0|cut_suffix=5|append_suffix=d\u00e5lig",
1242
+ "179": "cut_prefix=0|cut_suffix=5|append_suffix=each",
1243
+ "180": "cut_prefix=0|cut_suffix=5|append_suffix=ead",
1244
+ "181": "cut_prefix=0|cut_suffix=5|append_suffix=eek",
1245
+ "182": "cut_prefix=0|cut_suffix=5|append_suffix=er",
1246
+ "183": "cut_prefix=0|cut_suffix=5|append_suffix=esto",
1247
+ "184": "cut_prefix=0|cut_suffix=5|append_suffix=et",
1248
+ "185": "cut_prefix=0|cut_suffix=5|append_suffix=etts",
1249
+ "186": "cut_prefix=0|cut_suffix=5|append_suffix=g\u00e4rna",
1250
+ "187": "cut_prefix=0|cut_suffix=5|append_suffix=he",
1251
+ "188": "cut_prefix=0|cut_suffix=5|append_suffix=ician",
1252
+ "189": "cut_prefix=0|cut_suffix=5|append_suffix=ill",
1253
+ "190": "cut_prefix=0|cut_suffix=5|append_suffix=ing",
1254
+ "191": "cut_prefix=0|cut_suffix=5|append_suffix=ink",
1255
+ "192": "cut_prefix=0|cut_suffix=5|append_suffix=kick",
1256
+ "193": "cut_prefix=0|cut_suffix=5|append_suffix=lation",
1257
+ "194": "cut_prefix=0|cut_suffix=5|append_suffix=on",
1258
+ "195": "cut_prefix=0|cut_suffix=5|append_suffix=r",
1259
+ "196": "cut_prefix=0|cut_suffix=5|append_suffix=ra",
1260
+ "197": "cut_prefix=0|cut_suffix=5|append_suffix=ry",
1261
+ "198": "cut_prefix=0|cut_suffix=5|append_suffix=seek",
1262
+ "199": "cut_prefix=0|cut_suffix=5|append_suffix=uy",
1263
+ "200": "cut_prefix=0|cut_suffix=5|append_suffix=\u00e9r\u00e8se",
1264
+ "201": "cut_prefix=0|cut_suffix=6|append_suffix=ar",
1265
+ "202": "cut_prefix=0|cut_suffix=6|append_suffix=er",
1266
+ "203": "cut_prefix=0|cut_suffix=6|append_suffix=good",
1267
+ "204": "cut_prefix=0|cut_suffix=6|append_suffix=pany",
1268
+ "205": "cut_prefix=0|cut_suffix=6|append_suffix=rule",
1269
+ "206": "cut_prefix=0|cut_suffix=6|append_suffix=zation",
1270
+ "207": "cut_prefix=0|cut_suffix=7|append_suffix=efine",
1271
+ "208": "cut_prefix=0|cut_suffix=8|append_suffix=or",
1272
+ "209": "cut_prefix=1|cut_suffix=0|append_suffix=",
1273
+ "210": "cut_prefix=1|cut_suffix=0|append_suffix=a",
1274
+ "211": "cut_prefix=1|cut_suffix=2|append_suffix=",
1275
+ "212": "cut_prefix=1|cut_suffix=2|append_suffix=ll",
1276
+ "213": "cut_prefix=1|cut_suffix=3|append_suffix=",
1277
+ "214": "cut_prefix=1|cut_suffix=3|append_suffix=te",
1278
+ "215": "cut_prefix=1|cut_suffix=4|append_suffix=ll",
1279
+ "216": "cut_prefix=1|cut_suffix=6|append_suffix=url",
1280
+ "217": "cut_prefix=2|cut_suffix=0|append_suffix=",
1281
+ "218": "cut_prefix=2|cut_suffix=0|append_suffix=a",
1282
+ "219": "cut_prefix=2|cut_suffix=1|append_suffix=",
1283
+ "220": "cut_prefix=2|cut_suffix=1|append_suffix=empel",
1284
+ "221": "cut_prefix=2|cut_suffix=2|append_suffix=",
1285
+ "222": "cut_prefix=2|cut_suffix=2|append_suffix=a",
1286
+ "223": "cut_prefix=2|cut_suffix=3|append_suffix=",
1287
+ "224": "cut_prefix=2|cut_suffix=3|append_suffix=as",
1288
+ "225": "cut_prefix=3|cut_suffix=0|append_suffix=",
1289
+ "226": "cut_prefix=3|cut_suffix=1|append_suffix=",
1290
+ "227": "cut_prefix=3|cut_suffix=1|append_suffix=e",
1291
+ "228": "cut_prefix=3|cut_suffix=2|append_suffix=",
1292
+ "229": "cut_prefix=4|cut_suffix=0|append_suffix=",
1293
+ "230": "cut_prefix=4|cut_suffix=1|append_suffix=g",
1294
+ "231": "cut_prefix=4|cut_suffix=20|append_suffix=rl",
1295
+ "232": "cut_prefix=5|cut_suffix=0|append_suffix=",
1296
+ "233": "cut_prefix=5|cut_suffix=4|append_suffix=",
1297
+ "234": "cut_prefix=6|cut_suffix=0|append_suffix=",
1298
+ "235": "cut_prefix=7|cut_suffix=0|append_suffix="
1299
  },
1300
  "misc": {
1301
+ "0": "Cxn=rc-that-nsubj",
1302
+ "1": "Cxn=rc-that-obj",
1303
+ "2": "Cxn=rc-wh-nsubj",
1304
+ "3": "Cxn=rc-wh-obl",
1305
+ "4": "Cxn=rc-wh-obl-pfront",
1306
+ "5": "Promoted=Yes|SpaceAfter=No",
1307
+ "6": "SpaceAfter=No",
1308
+ "7": "_",
1309
+ "8": "ellipsis"
1310
  },
1311
  "semclass": {
1312
  "0": "ABILITY_OF_BEING",
 
1854
  "9": "aux:pass",
1855
  "10": "case",
1856
  "11": "cc",
1857
+ "12": "cc:preconj",
1858
+ "13": "ccomp",
1859
+ "14": "compound",
1860
+ "15": "compound:prt",
1861
+ "16": "conj",
1862
+ "17": "cop",
1863
+ "18": "csubj",
1864
+ "19": "csubj:outer",
1865
+ "20": "csubj:pass",
1866
+ "21": "dep",
1867
+ "22": "det",
1868
+ "23": "det:predet",
1869
+ "24": "discourse",
1870
+ "25": "dislocated",
1871
+ "26": "expl",
1872
+ "27": "fixed",
1873
+ "28": "flat",
1874
+ "29": "flat:foreign",
1875
+ "30": "flat:name",
1876
+ "31": "flatname",
1877
+ "32": "goeswith",
1878
+ "33": "iobj",
1879
+ "34": "list",
1880
+ "35": "mark",
1881
+ "36": "nmod",
1882
+ "37": "nmod:desc",
1883
+ "38": "nmod:npmod",
1884
+ "39": "nmod:poss",
1885
+ "40": "nmod:tmod",
1886
+ "41": "nmod:unmarked",
1887
+ "42": "nsubj",
1888
+ "43": "nsubj:outer",
1889
+ "44": "nsubj:pass",
1890
+ "45": "nummod",
1891
+ "46": "nummod:gov",
1892
+ "47": "obj",
1893
+ "48": "obl",
1894
+ "49": "obl:agent",
1895
+ "50": "obl:npmod",
1896
+ "51": "obl:tmod",
1897
+ "52": "obl:unmarked",
1898
+ "53": "orphan",
1899
+ "54": "parataxis",
1900
+ "55": "punct",
1901
+ "56": "reparandum",
1902
+ "57": "root",
1903
+ "58": "vocative",
1904
+ "59": "xcomp"
1905
  }
1906
  }
1907
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa504901c936b219f6e78646f1d2cbc8b7ed0fe2641344eec77188b4423b8f5e
3
- size 1141285048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2278e82b30a3670fb80e7b70d3dddd9e630d3520423a10e1646f9e6dafce5d35
3
+ size 1164276184
runs/Jun01_23-00-28_dragon/events.out.tfevents.1748808151.dragon.5576.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d5e42f4ecbd139f83282cb2c043d6b1fccdd2af6080f3cef596fd680f60f27
3
+ size 101715
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10a0512938ba881142ff2f48265edcfcbb2586452683a80fb35e9034a5aebd69
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56cac5140b518a095f6c33b500ccd04fc2d3e1790cc13e4b4b5f11d2196e2116
3
  size 5905