tpmkms_4wp 8.9.1-beta.9 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/animals.instance.json +6516 -754
- package/common/articles.js +6 -9
- package/common/articles.test.json +304 -4
- package/common/asking.js +1 -1
- package/common/asking.test.json +1599 -140
- package/common/avatar.js +8 -0
- package/common/avatar.test.json +6008 -2749
- package/common/characters.test.json +1371 -95
- package/common/colors.instance.json +22685 -1441
- package/common/colors.test.json +704 -136
- package/common/comparable.instance.json +1302 -169
- package/common/comparable.js +12 -12
- package/common/comparable.test.json +3239 -558
- package/common/concept.js +10 -2
- package/common/concept.test.json +2853 -694
- package/common/conjunction.js +12 -0
- package/common/conjunction.test.json +229 -1
- package/common/countable.js +1 -1
- package/common/countable.test.json +1306 -48
- package/common/crew.instance.json +18984 -1943
- package/common/crew.js +19 -0
- package/common/crew.test.json +10218 -2145
- package/common/currency.js +0 -1
- package/common/currency.test.json +948 -64
- package/common/dialogues.js +100 -32
- package/common/dialogues.test.json +6611 -1905
- package/common/dimension.instance.json +751 -82
- package/common/dimension.js +16 -2
- package/common/dimension.test.json +23680 -11550
- package/common/edible.instance.json +21654 -2721
- package/common/edible.js +13 -0
- package/common/edible.test.json +1580 -304
- package/common/emotions.instance.json +2275 -259
- package/common/emotions.js +10 -2
- package/common/emotions.test.json +1134 -107
- package/common/errors.js +0 -2
- package/common/errors.test.json +88 -0
- package/common/evaluate.test.json +100 -1
- package/common/events.test.json +2197 -242
- package/common/fastfood.instance.json +82297 -10535
- package/common/fastfood.js +96 -9
- package/common/fastfood.test.json +65486 -21430
- package/common/formulas.instance.json +316 -59
- package/common/formulas.test.json +13202 -6757
- package/common/gdefaults.js +9 -2
- package/common/help.test.json +288 -0
- package/common/helpers/concept.js +3 -2
- package/common/helpers/properties.js +2 -32
- package/common/hierarchy.js +9 -0
- package/common/hierarchy.test.json +53813 -17340
- package/common/javascript.test.json +214 -11
- package/common/kirk.instance.json +309 -9
- package/common/kirk.test.json +1123 -254
- package/common/length.instance.json +9722 -774
- package/common/length.test.json +12055 -8184
- package/common/listener.test.json +39 -1
- package/common/math.instance.json +285 -58
- package/common/math.test.json +38557 -17754
- package/common/meta.instance.json +1 -0
- package/common/meta.js +8 -8
- package/common/meta.test.json +2770 -275
- package/common/nameable.js +1 -1
- package/common/nameable.test.json +5150 -1475
- package/common/negation.test.json +146 -8
- package/common/numbers.test.json +234 -0
- package/common/ordering.instance.json +3870 -493
- package/common/ordering.test.json +2680 -1283
- package/common/ordinals.js +11 -1
- package/common/ordinals.test.json +627 -3
- package/common/people.instance.json +3844 -575
- package/common/people.js +0 -14
- package/common/people.test.json +27157 -13664
- package/common/percentages.js +0 -1
- package/common/percentages.test.json +313 -0
- package/common/pipboy.instance.json +13577 -1511
- package/common/pipboy.js +30 -48
- package/common/pipboy.test.json +19335 -6019
- package/common/pokemon.instance.json +6014 -731
- package/common/pokemon.test.json +1826 -389
- package/common/pos.js +15 -5
- package/common/pressure.instance.json +2615 -308
- package/common/pressure.test.json +2997 -1629
- package/common/properties.instance.json +894 -86
- package/common/properties.js +17 -26
- package/common/properties.test.json +46801 -14612
- package/common/punctuation.test.json +327 -0
- package/common/reports.instance.json +979 -120
- package/common/reports.js +9 -2
- package/common/reports.test.json +16653 -2453
- package/common/scorekeeper.instance.json +1 -0
- package/common/scorekeeper.js +17 -7
- package/common/scorekeeper.test.json +42546 -15408
- package/common/sizeable.js +1 -1
- package/common/sizeable.test.json +1170 -215
- package/common/spock.instance.json +309 -9
- package/common/spock.test.json +1123 -254
- package/common/stgame.js +0 -1
- package/common/stgame.test.json +1371 -91
- package/common/stm.test.json +842 -9
- package/common/tell.test.json +224 -1
- package/common/temperature.instance.json +5967 -308
- package/common/temperature.test.json +2610 -1272
- package/common/testing.test.json +84 -1
- package/common/time.test.json +5345 -272
- package/common/tokenize.js +3 -2
- package/common/tokenize.test.json +39 -0
- package/common/ui.instance.json +130 -27
- package/common/ui.js +0 -16
- package/common/ui.test.json +4620 -140
- package/common/weight.instance.json +9915 -777
- package/common/weight.js +10 -0
- package/common/weight.test.json +18658 -12176
- package/common/wp.instance.json +14141 -1542
- package/common/wp.js +105 -38
- package/common/wp.test.json +61801 -1662
- package/common/yesno.test.json +168 -4
- package/package.json +2 -2
@@ -16,6 +16,7 @@
|
|
16
16
|
},
|
17
17
|
"contexts": [
|
18
18
|
{
|
19
|
+
"context_index": 1,
|
19
20
|
"dead": true,
|
20
21
|
"default": true,
|
21
22
|
"level": 1,
|
@@ -53,7 +54,6 @@
|
|
53
54
|
"word": "orderable"
|
54
55
|
}
|
55
56
|
],
|
56
|
-
"developerTest": false,
|
57
57
|
"generatedParenthesized": [
|
58
58
|
""
|
59
59
|
],
|
@@ -114,6 +114,7 @@
|
|
114
114
|
},
|
115
115
|
"objects": {
|
116
116
|
"nameToUUID": {
|
117
|
+
"articles": "articles2",
|
117
118
|
"gdefaults": "gdefaults2",
|
118
119
|
"numbers": "numbers2",
|
119
120
|
"ordinals": "ordinals1",
|
@@ -123,6 +124,8 @@
|
|
123
124
|
"tokenize": "tokenize2"
|
124
125
|
},
|
125
126
|
"namespaced": {
|
127
|
+
"articles2": {
|
128
|
+
},
|
126
129
|
"gdefaults2": {
|
127
130
|
},
|
128
131
|
"numbers2": {
|
@@ -141,6 +144,7 @@
|
|
141
144
|
"processed": [
|
142
145
|
{
|
143
146
|
"context": {
|
147
|
+
"context_index": 1,
|
144
148
|
"dead": true,
|
145
149
|
"default": true,
|
146
150
|
"level": 1,
|
@@ -195,6 +199,103 @@
|
|
195
199
|
"query": "1st orderable",
|
196
200
|
"responses": [
|
197
201
|
""
|
202
|
+
],
|
203
|
+
"summaries": [
|
204
|
+
{
|
205
|
+
"length": 1,
|
206
|
+
"summaries": [
|
207
|
+
{
|
208
|
+
"counter": 1,
|
209
|
+
"operators": [
|
210
|
+
{
|
211
|
+
"marker": [
|
212
|
+
"ordinal",
|
213
|
+
0
|
214
|
+
],
|
215
|
+
"range": {
|
216
|
+
"end": 2,
|
217
|
+
"start": 0
|
218
|
+
}
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"marker": [
|
222
|
+
"orderable",
|
223
|
+
0
|
224
|
+
],
|
225
|
+
"range": {
|
226
|
+
"end": 12,
|
227
|
+
"start": 4
|
228
|
+
}
|
229
|
+
}
|
230
|
+
]
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"counter": 2,
|
234
|
+
"operators": [
|
235
|
+
{
|
236
|
+
"marker": [
|
237
|
+
"ordinal",
|
238
|
+
1
|
239
|
+
],
|
240
|
+
"range": {
|
241
|
+
"end": 2,
|
242
|
+
"start": 0
|
243
|
+
}
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"marker": [
|
247
|
+
"orderable",
|
248
|
+
0
|
249
|
+
],
|
250
|
+
"range": {
|
251
|
+
"end": 12,
|
252
|
+
"start": 4
|
253
|
+
}
|
254
|
+
}
|
255
|
+
]
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"counter": 3,
|
259
|
+
"operators": [
|
260
|
+
{
|
261
|
+
"marker": [
|
262
|
+
"ordinal",
|
263
|
+
1
|
264
|
+
],
|
265
|
+
"range": {
|
266
|
+
"end": 2,
|
267
|
+
"start": 0
|
268
|
+
}
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"marker": [
|
272
|
+
"orderable",
|
273
|
+
1
|
274
|
+
],
|
275
|
+
"range": {
|
276
|
+
"end": 12,
|
277
|
+
"start": 4
|
278
|
+
}
|
279
|
+
}
|
280
|
+
]
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"counter": 4,
|
284
|
+
"operators": [
|
285
|
+
{
|
286
|
+
"marker": [
|
287
|
+
"orderable",
|
288
|
+
1
|
289
|
+
],
|
290
|
+
"range": {
|
291
|
+
"end": 12,
|
292
|
+
"start": 0
|
293
|
+
}
|
294
|
+
}
|
295
|
+
]
|
296
|
+
}
|
297
|
+
]
|
298
|
+
}
|
198
299
|
]
|
199
300
|
},
|
200
301
|
{
|
@@ -204,6 +305,7 @@
|
|
204
305
|
},
|
205
306
|
"contexts": [
|
206
307
|
{
|
308
|
+
"context_index": 1,
|
207
309
|
"dead": true,
|
208
310
|
"instance": true,
|
209
311
|
"level": 1,
|
@@ -219,7 +321,6 @@
|
|
219
321
|
"word": "4th"
|
220
322
|
}
|
221
323
|
],
|
222
|
-
"developerTest": false,
|
223
324
|
"generatedParenthesized": [
|
224
325
|
""
|
225
326
|
],
|
@@ -242,6 +343,7 @@
|
|
242
343
|
},
|
243
344
|
"objects": {
|
244
345
|
"nameToUUID": {
|
346
|
+
"articles": "articles2",
|
245
347
|
"gdefaults": "gdefaults2",
|
246
348
|
"numbers": "numbers2",
|
247
349
|
"ordinals": "ordinals1",
|
@@ -251,6 +353,8 @@
|
|
251
353
|
"tokenize": "tokenize2"
|
252
354
|
},
|
253
355
|
"namespaced": {
|
356
|
+
"articles2": {
|
357
|
+
},
|
254
358
|
"gdefaults2": {
|
255
359
|
},
|
256
360
|
"numbers2": {
|
@@ -269,6 +373,7 @@
|
|
269
373
|
"processed": [
|
270
374
|
{
|
271
375
|
"context": {
|
376
|
+
"context_index": 1,
|
272
377
|
"dead": true,
|
273
378
|
"instance": true,
|
274
379
|
"level": 1,
|
@@ -301,6 +406,43 @@
|
|
301
406
|
"query": "4th",
|
302
407
|
"responses": [
|
303
408
|
""
|
409
|
+
],
|
410
|
+
"summaries": [
|
411
|
+
{
|
412
|
+
"length": 1,
|
413
|
+
"summaries": [
|
414
|
+
{
|
415
|
+
"counter": 1,
|
416
|
+
"operators": [
|
417
|
+
{
|
418
|
+
"marker": [
|
419
|
+
"ordinal",
|
420
|
+
0
|
421
|
+
],
|
422
|
+
"range": {
|
423
|
+
"end": 2,
|
424
|
+
"start": 0
|
425
|
+
}
|
426
|
+
}
|
427
|
+
]
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"counter": 2,
|
431
|
+
"operators": [
|
432
|
+
{
|
433
|
+
"marker": [
|
434
|
+
"ordinal",
|
435
|
+
1
|
436
|
+
],
|
437
|
+
"range": {
|
438
|
+
"end": 2,
|
439
|
+
"start": 0
|
440
|
+
}
|
441
|
+
}
|
442
|
+
]
|
443
|
+
}
|
444
|
+
]
|
445
|
+
}
|
304
446
|
]
|
305
447
|
},
|
306
448
|
{
|
@@ -310,6 +452,7 @@
|
|
310
452
|
},
|
311
453
|
"contexts": [
|
312
454
|
{
|
455
|
+
"context_index": 1,
|
313
456
|
"dead": true,
|
314
457
|
"instance": true,
|
315
458
|
"level": 1,
|
@@ -325,7 +468,6 @@
|
|
325
468
|
"word": "last"
|
326
469
|
}
|
327
470
|
],
|
328
|
-
"developerTest": false,
|
329
471
|
"generatedParenthesized": [
|
330
472
|
""
|
331
473
|
],
|
@@ -348,6 +490,7 @@
|
|
348
490
|
},
|
349
491
|
"objects": {
|
350
492
|
"nameToUUID": {
|
493
|
+
"articles": "articles2",
|
351
494
|
"gdefaults": "gdefaults2",
|
352
495
|
"numbers": "numbers2",
|
353
496
|
"ordinals": "ordinals1",
|
@@ -357,6 +500,8 @@
|
|
357
500
|
"tokenize": "tokenize2"
|
358
501
|
},
|
359
502
|
"namespaced": {
|
503
|
+
"articles2": {
|
504
|
+
},
|
360
505
|
"gdefaults2": {
|
361
506
|
},
|
362
507
|
"numbers2": {
|
@@ -375,6 +520,7 @@
|
|
375
520
|
"processed": [
|
376
521
|
{
|
377
522
|
"context": {
|
523
|
+
"context_index": 1,
|
378
524
|
"dead": true,
|
379
525
|
"instance": true,
|
380
526
|
"level": 1,
|
@@ -407,6 +553,484 @@
|
|
407
553
|
"query": "last",
|
408
554
|
"responses": [
|
409
555
|
""
|
556
|
+
],
|
557
|
+
"summaries": [
|
558
|
+
{
|
559
|
+
"length": 1,
|
560
|
+
"summaries": [
|
561
|
+
{
|
562
|
+
"counter": 1,
|
563
|
+
"operators": [
|
564
|
+
{
|
565
|
+
"marker": [
|
566
|
+
"ordinal",
|
567
|
+
0
|
568
|
+
],
|
569
|
+
"range": {
|
570
|
+
"end": 3,
|
571
|
+
"start": 0
|
572
|
+
}
|
573
|
+
}
|
574
|
+
]
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"counter": 2,
|
578
|
+
"operators": [
|
579
|
+
{
|
580
|
+
"marker": [
|
581
|
+
"ordinal",
|
582
|
+
1
|
583
|
+
],
|
584
|
+
"range": {
|
585
|
+
"end": 3,
|
586
|
+
"start": 0
|
587
|
+
}
|
588
|
+
}
|
589
|
+
]
|
590
|
+
}
|
591
|
+
]
|
592
|
+
}
|
593
|
+
]
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"associations": [
|
597
|
+
],
|
598
|
+
"config": {
|
599
|
+
},
|
600
|
+
"contexts": [
|
601
|
+
{
|
602
|
+
"context_index": 1,
|
603
|
+
"dead": true,
|
604
|
+
"instance": true,
|
605
|
+
"level": 1,
|
606
|
+
"marker": "ordinal",
|
607
|
+
"ordinal": true,
|
608
|
+
"range": {
|
609
|
+
"end": 3,
|
610
|
+
"start": 0
|
611
|
+
},
|
612
|
+
"text": "23rd",
|
613
|
+
"topLevel": true,
|
614
|
+
"value": 23,
|
615
|
+
"word": "23rd"
|
616
|
+
}
|
617
|
+
],
|
618
|
+
"generatedParenthesized": [
|
619
|
+
""
|
620
|
+
],
|
621
|
+
"metadata": {
|
622
|
+
"opChoices": [
|
623
|
+
{
|
624
|
+
"counter": 1,
|
625
|
+
"op": [
|
626
|
+
"ordinal",
|
627
|
+
0
|
628
|
+
],
|
629
|
+
"ops": [
|
630
|
+
[
|
631
|
+
"ordinal",
|
632
|
+
0
|
633
|
+
]
|
634
|
+
]
|
635
|
+
}
|
636
|
+
]
|
637
|
+
},
|
638
|
+
"objects": {
|
639
|
+
"nameToUUID": {
|
640
|
+
"articles": "articles2",
|
641
|
+
"gdefaults": "gdefaults2",
|
642
|
+
"numbers": "numbers2",
|
643
|
+
"ordinals": "ordinals1",
|
644
|
+
"pos": "pos2",
|
645
|
+
"punctuation": "punctuation2",
|
646
|
+
"sdefaults": "sdefaults2",
|
647
|
+
"tokenize": "tokenize2"
|
648
|
+
},
|
649
|
+
"namespaced": {
|
650
|
+
"articles2": {
|
651
|
+
},
|
652
|
+
"gdefaults2": {
|
653
|
+
},
|
654
|
+
"numbers2": {
|
655
|
+
},
|
656
|
+
"ordinals1": {
|
657
|
+
},
|
658
|
+
"pos2": {
|
659
|
+
},
|
660
|
+
"punctuation2": {
|
661
|
+
},
|
662
|
+
"sdefaults2": {
|
663
|
+
},
|
664
|
+
"tokenize2": {
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"processed": [
|
668
|
+
{
|
669
|
+
"context": {
|
670
|
+
"context_index": 1,
|
671
|
+
"dead": true,
|
672
|
+
"instance": true,
|
673
|
+
"level": 1,
|
674
|
+
"marker": "ordinal",
|
675
|
+
"ordinal": true,
|
676
|
+
"range": {
|
677
|
+
"end": 3,
|
678
|
+
"start": 0
|
679
|
+
},
|
680
|
+
"text": "23rd",
|
681
|
+
"topLevel": true,
|
682
|
+
"value": 23,
|
683
|
+
"word": "23rd"
|
684
|
+
},
|
685
|
+
"generatedParenthesized": "",
|
686
|
+
"paraphrases": "23rd",
|
687
|
+
"paraphrasesParenthesized": "(23rd)",
|
688
|
+
"responses": [
|
689
|
+
""
|
690
|
+
]
|
691
|
+
}
|
692
|
+
]
|
693
|
+
},
|
694
|
+
"paraphrases": [
|
695
|
+
"23rd"
|
696
|
+
],
|
697
|
+
"paraphrasesParenthesized": [
|
698
|
+
"(23rd)"
|
699
|
+
],
|
700
|
+
"query": "23rd",
|
701
|
+
"responses": [
|
702
|
+
""
|
703
|
+
],
|
704
|
+
"summaries": [
|
705
|
+
{
|
706
|
+
"length": 1,
|
707
|
+
"summaries": [
|
708
|
+
{
|
709
|
+
"counter": 1,
|
710
|
+
"operators": [
|
711
|
+
{
|
712
|
+
"marker": [
|
713
|
+
"ordinal",
|
714
|
+
0
|
715
|
+
],
|
716
|
+
"range": {
|
717
|
+
"end": 3,
|
718
|
+
"start": 0
|
719
|
+
}
|
720
|
+
}
|
721
|
+
]
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"counter": 2,
|
725
|
+
"operators": [
|
726
|
+
{
|
727
|
+
"marker": [
|
728
|
+
"ordinal",
|
729
|
+
1
|
730
|
+
],
|
731
|
+
"range": {
|
732
|
+
"end": 3,
|
733
|
+
"start": 0
|
734
|
+
}
|
735
|
+
}
|
736
|
+
]
|
737
|
+
}
|
738
|
+
]
|
739
|
+
}
|
740
|
+
]
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"associations": [
|
744
|
+
],
|
745
|
+
"config": {
|
746
|
+
},
|
747
|
+
"contexts": [
|
748
|
+
{
|
749
|
+
"context_index": 1,
|
750
|
+
"dead": true,
|
751
|
+
"instance": true,
|
752
|
+
"level": 1,
|
753
|
+
"marker": "ordinal",
|
754
|
+
"ordinal": true,
|
755
|
+
"range": {
|
756
|
+
"end": 3,
|
757
|
+
"start": 0
|
758
|
+
},
|
759
|
+
"text": "22nd",
|
760
|
+
"topLevel": true,
|
761
|
+
"value": 22,
|
762
|
+
"word": "22nd"
|
763
|
+
}
|
764
|
+
],
|
765
|
+
"generatedParenthesized": [
|
766
|
+
""
|
767
|
+
],
|
768
|
+
"metadata": {
|
769
|
+
"opChoices": [
|
770
|
+
{
|
771
|
+
"counter": 1,
|
772
|
+
"op": [
|
773
|
+
"ordinal",
|
774
|
+
0
|
775
|
+
],
|
776
|
+
"ops": [
|
777
|
+
[
|
778
|
+
"ordinal",
|
779
|
+
0
|
780
|
+
]
|
781
|
+
]
|
782
|
+
}
|
783
|
+
]
|
784
|
+
},
|
785
|
+
"objects": {
|
786
|
+
"nameToUUID": {
|
787
|
+
"articles": "articles2",
|
788
|
+
"gdefaults": "gdefaults2",
|
789
|
+
"numbers": "numbers2",
|
790
|
+
"ordinals": "ordinals1",
|
791
|
+
"pos": "pos2",
|
792
|
+
"punctuation": "punctuation2",
|
793
|
+
"sdefaults": "sdefaults2",
|
794
|
+
"tokenize": "tokenize2"
|
795
|
+
},
|
796
|
+
"namespaced": {
|
797
|
+
"articles2": {
|
798
|
+
},
|
799
|
+
"gdefaults2": {
|
800
|
+
},
|
801
|
+
"numbers2": {
|
802
|
+
},
|
803
|
+
"ordinals1": {
|
804
|
+
},
|
805
|
+
"pos2": {
|
806
|
+
},
|
807
|
+
"punctuation2": {
|
808
|
+
},
|
809
|
+
"sdefaults2": {
|
810
|
+
},
|
811
|
+
"tokenize2": {
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"processed": [
|
815
|
+
{
|
816
|
+
"context": {
|
817
|
+
"context_index": 1,
|
818
|
+
"dead": true,
|
819
|
+
"instance": true,
|
820
|
+
"level": 1,
|
821
|
+
"marker": "ordinal",
|
822
|
+
"ordinal": true,
|
823
|
+
"range": {
|
824
|
+
"end": 3,
|
825
|
+
"start": 0
|
826
|
+
},
|
827
|
+
"text": "22nd",
|
828
|
+
"topLevel": true,
|
829
|
+
"value": 22,
|
830
|
+
"word": "22nd"
|
831
|
+
},
|
832
|
+
"generatedParenthesized": "",
|
833
|
+
"paraphrases": "22nd",
|
834
|
+
"paraphrasesParenthesized": "(22nd)",
|
835
|
+
"responses": [
|
836
|
+
""
|
837
|
+
]
|
838
|
+
}
|
839
|
+
]
|
840
|
+
},
|
841
|
+
"paraphrases": [
|
842
|
+
"22nd"
|
843
|
+
],
|
844
|
+
"paraphrasesParenthesized": [
|
845
|
+
"(22nd)"
|
846
|
+
],
|
847
|
+
"query": "22nd",
|
848
|
+
"responses": [
|
849
|
+
""
|
850
|
+
],
|
851
|
+
"summaries": [
|
852
|
+
{
|
853
|
+
"length": 1,
|
854
|
+
"summaries": [
|
855
|
+
{
|
856
|
+
"counter": 1,
|
857
|
+
"operators": [
|
858
|
+
{
|
859
|
+
"marker": [
|
860
|
+
"ordinal",
|
861
|
+
0
|
862
|
+
],
|
863
|
+
"range": {
|
864
|
+
"end": 3,
|
865
|
+
"start": 0
|
866
|
+
}
|
867
|
+
}
|
868
|
+
]
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"counter": 2,
|
872
|
+
"operators": [
|
873
|
+
{
|
874
|
+
"marker": [
|
875
|
+
"ordinal",
|
876
|
+
1
|
877
|
+
],
|
878
|
+
"range": {
|
879
|
+
"end": 3,
|
880
|
+
"start": 0
|
881
|
+
}
|
882
|
+
}
|
883
|
+
]
|
884
|
+
}
|
885
|
+
]
|
886
|
+
}
|
887
|
+
]
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"associations": [
|
891
|
+
],
|
892
|
+
"config": {
|
893
|
+
},
|
894
|
+
"contexts": [
|
895
|
+
{
|
896
|
+
"context_index": 1,
|
897
|
+
"dead": true,
|
898
|
+
"instance": true,
|
899
|
+
"level": 1,
|
900
|
+
"marker": "ordinal",
|
901
|
+
"ordinal": true,
|
902
|
+
"range": {
|
903
|
+
"end": 3,
|
904
|
+
"start": 0
|
905
|
+
},
|
906
|
+
"text": "21st",
|
907
|
+
"topLevel": true,
|
908
|
+
"value": 21,
|
909
|
+
"word": "21st"
|
910
|
+
}
|
911
|
+
],
|
912
|
+
"generatedParenthesized": [
|
913
|
+
""
|
914
|
+
],
|
915
|
+
"metadata": {
|
916
|
+
"opChoices": [
|
917
|
+
{
|
918
|
+
"counter": 1,
|
919
|
+
"op": [
|
920
|
+
"ordinal",
|
921
|
+
0
|
922
|
+
],
|
923
|
+
"ops": [
|
924
|
+
[
|
925
|
+
"ordinal",
|
926
|
+
0
|
927
|
+
]
|
928
|
+
]
|
929
|
+
}
|
930
|
+
]
|
931
|
+
},
|
932
|
+
"objects": {
|
933
|
+
"nameToUUID": {
|
934
|
+
"articles": "articles2",
|
935
|
+
"gdefaults": "gdefaults2",
|
936
|
+
"numbers": "numbers2",
|
937
|
+
"ordinals": "ordinals1",
|
938
|
+
"pos": "pos2",
|
939
|
+
"punctuation": "punctuation2",
|
940
|
+
"sdefaults": "sdefaults2",
|
941
|
+
"tokenize": "tokenize2"
|
942
|
+
},
|
943
|
+
"namespaced": {
|
944
|
+
"articles2": {
|
945
|
+
},
|
946
|
+
"gdefaults2": {
|
947
|
+
},
|
948
|
+
"numbers2": {
|
949
|
+
},
|
950
|
+
"ordinals1": {
|
951
|
+
},
|
952
|
+
"pos2": {
|
953
|
+
},
|
954
|
+
"punctuation2": {
|
955
|
+
},
|
956
|
+
"sdefaults2": {
|
957
|
+
},
|
958
|
+
"tokenize2": {
|
959
|
+
}
|
960
|
+
},
|
961
|
+
"processed": [
|
962
|
+
{
|
963
|
+
"context": {
|
964
|
+
"context_index": 1,
|
965
|
+
"dead": true,
|
966
|
+
"instance": true,
|
967
|
+
"level": 1,
|
968
|
+
"marker": "ordinal",
|
969
|
+
"ordinal": true,
|
970
|
+
"range": {
|
971
|
+
"end": 3,
|
972
|
+
"start": 0
|
973
|
+
},
|
974
|
+
"text": "21st",
|
975
|
+
"topLevel": true,
|
976
|
+
"value": 21,
|
977
|
+
"word": "21st"
|
978
|
+
},
|
979
|
+
"generatedParenthesized": "",
|
980
|
+
"paraphrases": "21st",
|
981
|
+
"paraphrasesParenthesized": "(21st)",
|
982
|
+
"responses": [
|
983
|
+
""
|
984
|
+
]
|
985
|
+
}
|
986
|
+
]
|
987
|
+
},
|
988
|
+
"paraphrases": [
|
989
|
+
"21st"
|
990
|
+
],
|
991
|
+
"paraphrasesParenthesized": [
|
992
|
+
"(21st)"
|
993
|
+
],
|
994
|
+
"query": "21st",
|
995
|
+
"responses": [
|
996
|
+
""
|
997
|
+
],
|
998
|
+
"summaries": [
|
999
|
+
{
|
1000
|
+
"length": 1,
|
1001
|
+
"summaries": [
|
1002
|
+
{
|
1003
|
+
"counter": 1,
|
1004
|
+
"operators": [
|
1005
|
+
{
|
1006
|
+
"marker": [
|
1007
|
+
"ordinal",
|
1008
|
+
0
|
1009
|
+
],
|
1010
|
+
"range": {
|
1011
|
+
"end": 3,
|
1012
|
+
"start": 0
|
1013
|
+
}
|
1014
|
+
}
|
1015
|
+
]
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
"counter": 2,
|
1019
|
+
"operators": [
|
1020
|
+
{
|
1021
|
+
"marker": [
|
1022
|
+
"ordinal",
|
1023
|
+
1
|
1024
|
+
],
|
1025
|
+
"range": {
|
1026
|
+
"end": 3,
|
1027
|
+
"start": 0
|
1028
|
+
}
|
1029
|
+
}
|
1030
|
+
]
|
1031
|
+
}
|
1032
|
+
]
|
1033
|
+
}
|
410
1034
|
]
|
411
1035
|
}
|
412
1036
|
]
|