tpmkms_4wp 7.4.2 → 7.4.3
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.
Potentially problematic release.
This version of tpmkms_4wp might be problematic. Click here for more details.
- package/common/helpers/properties.js +2 -2
- package/common/ordering.test.json +76 -76
- package/common/people.js +4 -4
- package/common/people.test.json +298 -298
- package/common/properties.js +1 -1
- package/common/properties.test.json +238 -238
- package/common/scorekeeper.js +3 -3
- package/common/scorekeeper.test.json +29 -29
- package/package.json +2 -2
@@ -9500,13 +9500,13 @@
|
|
9500
9500
|
"number": "one",
|
9501
9501
|
"object": {
|
9502
9502
|
"marker": "unknown",
|
9503
|
-
"text": "
|
9503
|
+
"text": "alice",
|
9504
9504
|
"types": [
|
9505
9505
|
"unknown"
|
9506
9506
|
],
|
9507
9507
|
"unknown": true,
|
9508
|
-
"value": "
|
9509
|
-
"word": "
|
9508
|
+
"value": "alice",
|
9509
|
+
"word": "alice"
|
9510
9510
|
},
|
9511
9511
|
"objects": [
|
9512
9512
|
{
|
@@ -9522,17 +9522,17 @@
|
|
9522
9522
|
},
|
9523
9523
|
{
|
9524
9524
|
"marker": "unknown",
|
9525
|
-
"text": "
|
9525
|
+
"text": "alice",
|
9526
9526
|
"types": [
|
9527
9527
|
"unknown"
|
9528
9528
|
],
|
9529
9529
|
"unknown": true,
|
9530
|
-
"value": "
|
9531
|
-
"word": "
|
9530
|
+
"value": "alice",
|
9531
|
+
"word": "alice"
|
9532
9532
|
}
|
9533
9533
|
],
|
9534
9534
|
"response": true,
|
9535
|
-
"text": "
|
9535
|
+
"text": "alice 's sister is wendy",
|
9536
9536
|
"types": [
|
9537
9537
|
"property"
|
9538
9538
|
],
|
@@ -9540,7 +9540,7 @@
|
|
9540
9540
|
"value": "sister",
|
9541
9541
|
"word": "sister"
|
9542
9542
|
},
|
9543
|
-
"text": "
|
9543
|
+
"text": "alice 's sister is wendy",
|
9544
9544
|
"topLevel": true,
|
9545
9545
|
"touchedBy": [
|
9546
9546
|
"call2"
|
@@ -9548,13 +9548,13 @@
|
|
9548
9548
|
"two": {
|
9549
9549
|
"marker": "unknown",
|
9550
9550
|
"response": true,
|
9551
|
-
"text": "
|
9551
|
+
"text": "wendy",
|
9552
9552
|
"types": [
|
9553
9553
|
"unknown"
|
9554
9554
|
],
|
9555
9555
|
"unknown": true,
|
9556
|
-
"value": "
|
9557
|
-
"word": "
|
9556
|
+
"value": "wendy",
|
9557
|
+
"word": "wendy"
|
9558
9558
|
},
|
9559
9559
|
"word": "is"
|
9560
9560
|
}
|
@@ -9727,19 +9727,19 @@
|
|
9727
9727
|
"whose"
|
9728
9728
|
],
|
9729
9729
|
"sister": [
|
9730
|
-
"
|
9730
|
+
"wendy"
|
9731
9731
|
]
|
9732
9732
|
},
|
9733
9733
|
"concepts": [
|
9734
9734
|
"properties",
|
9735
9735
|
"whose",
|
9736
9736
|
"object",
|
9737
|
-
"
|
9737
|
+
"wendy",
|
9738
9738
|
"sister",
|
9739
|
-
"
|
9739
|
+
"alice"
|
9740
9740
|
],
|
9741
9741
|
"parents": {
|
9742
|
-
"
|
9742
|
+
"wendy": [
|
9743
9743
|
"sister"
|
9744
9744
|
],
|
9745
9745
|
"whose": [
|
@@ -9752,23 +9752,23 @@
|
|
9752
9752
|
"initHandlers": [
|
9753
9753
|
],
|
9754
9754
|
"root": {
|
9755
|
-
"
|
9755
|
+
"alice": {
|
9756
9756
|
"sister": {
|
9757
9757
|
"has": true,
|
9758
9758
|
"value": {
|
9759
9759
|
"marker": "unknown",
|
9760
9760
|
"response": true,
|
9761
|
-
"text": "
|
9761
|
+
"text": "wendy",
|
9762
9762
|
"types": [
|
9763
9763
|
"unknown"
|
9764
9764
|
],
|
9765
9765
|
"unknown": true,
|
9766
|
-
"value": "
|
9767
|
-
"word": "
|
9766
|
+
"value": "wendy",
|
9767
|
+
"word": "wendy"
|
9768
9768
|
}
|
9769
9769
|
}
|
9770
9770
|
},
|
9771
|
-
"
|
9771
|
+
"wendy": {
|
9772
9772
|
},
|
9773
9773
|
"object": {
|
9774
9774
|
},
|
@@ -9783,13 +9783,13 @@
|
|
9783
9783
|
{
|
9784
9784
|
"marker": "unknown",
|
9785
9785
|
"response": true,
|
9786
|
-
"text": "
|
9786
|
+
"text": "wendy",
|
9787
9787
|
"types": [
|
9788
9788
|
"unknown"
|
9789
9789
|
],
|
9790
9790
|
"unknown": true,
|
9791
|
-
"value": "
|
9792
|
-
"word": "
|
9791
|
+
"value": "wendy",
|
9792
|
+
"word": "wendy"
|
9793
9793
|
}
|
9794
9794
|
]
|
9795
9795
|
},
|
@@ -9817,13 +9817,13 @@
|
|
9817
9817
|
"number": "one",
|
9818
9818
|
"object": {
|
9819
9819
|
"marker": "unknown",
|
9820
|
-
"text": "
|
9820
|
+
"text": "alice",
|
9821
9821
|
"types": [
|
9822
9822
|
"unknown"
|
9823
9823
|
],
|
9824
9824
|
"unknown": true,
|
9825
|
-
"value": "
|
9826
|
-
"word": "
|
9825
|
+
"value": "alice",
|
9826
|
+
"word": "alice"
|
9827
9827
|
},
|
9828
9828
|
"objects": [
|
9829
9829
|
{
|
@@ -9839,17 +9839,17 @@
|
|
9839
9839
|
},
|
9840
9840
|
{
|
9841
9841
|
"marker": "unknown",
|
9842
|
-
"text": "
|
9842
|
+
"text": "alice",
|
9843
9843
|
"types": [
|
9844
9844
|
"unknown"
|
9845
9845
|
],
|
9846
9846
|
"unknown": true,
|
9847
|
-
"value": "
|
9848
|
-
"word": "
|
9847
|
+
"value": "alice",
|
9848
|
+
"word": "alice"
|
9849
9849
|
}
|
9850
9850
|
],
|
9851
9851
|
"response": true,
|
9852
|
-
"text": "
|
9852
|
+
"text": "alice 's sister is wendy",
|
9853
9853
|
"types": [
|
9854
9854
|
"property"
|
9855
9855
|
],
|
@@ -9857,7 +9857,7 @@
|
|
9857
9857
|
"value": "sister",
|
9858
9858
|
"word": "sister"
|
9859
9859
|
},
|
9860
|
-
"text": "
|
9860
|
+
"text": "alice 's sister is wendy",
|
9861
9861
|
"topLevel": true,
|
9862
9862
|
"touchedBy": [
|
9863
9863
|
"call2"
|
@@ -9865,17 +9865,17 @@
|
|
9865
9865
|
"two": {
|
9866
9866
|
"marker": "unknown",
|
9867
9867
|
"response": true,
|
9868
|
-
"text": "
|
9868
|
+
"text": "wendy",
|
9869
9869
|
"types": [
|
9870
9870
|
"unknown"
|
9871
9871
|
],
|
9872
9872
|
"unknown": true,
|
9873
|
-
"value": "
|
9874
|
-
"word": "
|
9873
|
+
"value": "wendy",
|
9874
|
+
"word": "wendy"
|
9875
9875
|
},
|
9876
9876
|
"word": "is"
|
9877
9877
|
},
|
9878
|
-
"paraphrases": "
|
9878
|
+
"paraphrases": "alice's sister is wendy",
|
9879
9879
|
"responses": [
|
9880
9880
|
""
|
9881
9881
|
]
|
@@ -9883,9 +9883,9 @@
|
|
9883
9883
|
]
|
9884
9884
|
},
|
9885
9885
|
"paraphrases": [
|
9886
|
-
"
|
9886
|
+
"alice's sister is wendy"
|
9887
9887
|
],
|
9888
|
-
"query": "
|
9888
|
+
"query": "alice's sister is wendy",
|
9889
9889
|
"responses": [
|
9890
9890
|
""
|
9891
9891
|
]
|
@@ -10633,13 +10633,13 @@
|
|
10633
10633
|
"number": "one",
|
10634
10634
|
"object": {
|
10635
10635
|
"marker": "unknown",
|
10636
|
-
"text": "
|
10636
|
+
"text": "alice",
|
10637
10637
|
"types": [
|
10638
10638
|
"unknown"
|
10639
10639
|
],
|
10640
10640
|
"unknown": true,
|
10641
|
-
"value": "
|
10642
|
-
"word": "
|
10641
|
+
"value": "alice",
|
10642
|
+
"word": "alice"
|
10643
10643
|
},
|
10644
10644
|
"objects": [
|
10645
10645
|
{
|
@@ -10655,17 +10655,17 @@
|
|
10655
10655
|
},
|
10656
10656
|
{
|
10657
10657
|
"marker": "unknown",
|
10658
|
-
"text": "
|
10658
|
+
"text": "alice",
|
10659
10659
|
"types": [
|
10660
10660
|
"unknown"
|
10661
10661
|
],
|
10662
10662
|
"unknown": true,
|
10663
|
-
"value": "
|
10664
|
-
"word": "
|
10663
|
+
"value": "alice",
|
10664
|
+
"word": "alice"
|
10665
10665
|
}
|
10666
10666
|
],
|
10667
10667
|
"response": true,
|
10668
|
-
"text": "
|
10668
|
+
"text": "alice 's sister is wendy",
|
10669
10669
|
"types": [
|
10670
10670
|
"property"
|
10671
10671
|
],
|
@@ -10673,7 +10673,7 @@
|
|
10673
10673
|
"value": "sister",
|
10674
10674
|
"word": "sister"
|
10675
10675
|
},
|
10676
|
-
"text": "
|
10676
|
+
"text": "alice 's sister is wendy",
|
10677
10677
|
"topLevel": true,
|
10678
10678
|
"touchedBy": [
|
10679
10679
|
"call2"
|
@@ -10681,13 +10681,13 @@
|
|
10681
10681
|
"two": {
|
10682
10682
|
"marker": "unknown",
|
10683
10683
|
"response": true,
|
10684
|
-
"text": "
|
10684
|
+
"text": "wendy",
|
10685
10685
|
"types": [
|
10686
10686
|
"unknown"
|
10687
10687
|
],
|
10688
10688
|
"unknown": true,
|
10689
|
-
"value": "
|
10690
|
-
"word": "
|
10689
|
+
"value": "wendy",
|
10690
|
+
"word": "wendy"
|
10691
10691
|
},
|
10692
10692
|
"word": "is"
|
10693
10693
|
},
|
@@ -10699,13 +10699,13 @@
|
|
10699
10699
|
"number": "one",
|
10700
10700
|
"object": {
|
10701
10701
|
"marker": "unknown",
|
10702
|
-
"text": "
|
10702
|
+
"text": "wendy",
|
10703
10703
|
"types": [
|
10704
10704
|
"unknown"
|
10705
10705
|
],
|
10706
10706
|
"unknown": true,
|
10707
|
-
"value": "
|
10708
|
-
"word": "
|
10707
|
+
"value": "wendy",
|
10708
|
+
"word": "wendy"
|
10709
10709
|
},
|
10710
10710
|
"objects": [
|
10711
10711
|
{
|
@@ -10721,17 +10721,17 @@
|
|
10721
10721
|
},
|
10722
10722
|
{
|
10723
10723
|
"marker": "unknown",
|
10724
|
-
"text": "
|
10724
|
+
"text": "wendy",
|
10725
10725
|
"types": [
|
10726
10726
|
"unknown"
|
10727
10727
|
],
|
10728
10728
|
"unknown": true,
|
10729
|
-
"value": "
|
10730
|
-
"word": "
|
10729
|
+
"value": "wendy",
|
10730
|
+
"word": "wendy"
|
10731
10731
|
}
|
10732
10732
|
],
|
10733
10733
|
"response": true,
|
10734
|
-
"text": "
|
10734
|
+
"text": "wendy 's cat is cleo",
|
10735
10735
|
"types": [
|
10736
10736
|
"property"
|
10737
10737
|
],
|
@@ -10739,7 +10739,7 @@
|
|
10739
10739
|
"value": "cat",
|
10740
10740
|
"word": "cat"
|
10741
10741
|
},
|
10742
|
-
"text": "
|
10742
|
+
"text": "wendy 's cat is cleo",
|
10743
10743
|
"topLevel": true,
|
10744
10744
|
"touchedBy": [
|
10745
10745
|
"call18"
|
@@ -10770,7 +10770,7 @@
|
|
10770
10770
|
"what"
|
10771
10771
|
],
|
10772
10772
|
"response": true,
|
10773
|
-
"text": "who is
|
10773
|
+
"text": "who is alice 's sister 's cat",
|
10774
10774
|
"types": [
|
10775
10775
|
"what"
|
10776
10776
|
],
|
@@ -10790,13 +10790,13 @@
|
|
10790
10790
|
"marker": "property",
|
10791
10791
|
"object": {
|
10792
10792
|
"marker": "unknown",
|
10793
|
-
"text": "
|
10793
|
+
"text": "alice",
|
10794
10794
|
"types": [
|
10795
10795
|
"unknown"
|
10796
10796
|
],
|
10797
10797
|
"unknown": true,
|
10798
|
-
"value": "
|
10799
|
-
"word": "
|
10798
|
+
"value": "alice",
|
10799
|
+
"word": "alice"
|
10800
10800
|
},
|
10801
10801
|
"objects": [
|
10802
10802
|
{
|
@@ -10822,16 +10822,16 @@
|
|
10822
10822
|
},
|
10823
10823
|
{
|
10824
10824
|
"marker": "unknown",
|
10825
|
-
"text": "
|
10825
|
+
"text": "alice",
|
10826
10826
|
"types": [
|
10827
10827
|
"unknown"
|
10828
10828
|
],
|
10829
10829
|
"unknown": true,
|
10830
|
-
"value": "
|
10831
|
-
"word": "
|
10830
|
+
"value": "alice",
|
10831
|
+
"word": "alice"
|
10832
10832
|
}
|
10833
10833
|
],
|
10834
|
-
"text": "
|
10834
|
+
"text": "alice 's sister 's cat",
|
10835
10835
|
"types": [
|
10836
10836
|
"property"
|
10837
10837
|
],
|
@@ -10872,16 +10872,16 @@
|
|
10872
10872
|
},
|
10873
10873
|
{
|
10874
10874
|
"marker": "unknown",
|
10875
|
-
"text": "
|
10875
|
+
"text": "alice",
|
10876
10876
|
"types": [
|
10877
10877
|
"unknown"
|
10878
10878
|
],
|
10879
10879
|
"unknown": true,
|
10880
|
-
"value": "
|
10881
|
-
"word": "
|
10880
|
+
"value": "alice",
|
10881
|
+
"word": "alice"
|
10882
10882
|
}
|
10883
10883
|
],
|
10884
|
-
"text": "
|
10884
|
+
"text": "alice 's sister 's cat",
|
10885
10885
|
"touchedBy": [
|
10886
10886
|
"call3"
|
10887
10887
|
],
|
@@ -10904,7 +10904,7 @@
|
|
10904
10904
|
},
|
10905
10905
|
"word": "is"
|
10906
10906
|
},
|
10907
|
-
"text": "who is
|
10907
|
+
"text": "who is alice 's sister 's cat",
|
10908
10908
|
"topLevel": true,
|
10909
10909
|
"touchedBy": [
|
10910
10910
|
"call2"
|
@@ -10913,13 +10913,13 @@
|
|
10913
10913
|
"marker": "property",
|
10914
10914
|
"object": {
|
10915
10915
|
"marker": "unknown",
|
10916
|
-
"text": "
|
10916
|
+
"text": "alice",
|
10917
10917
|
"types": [
|
10918
10918
|
"unknown"
|
10919
10919
|
],
|
10920
10920
|
"unknown": true,
|
10921
|
-
"value": "
|
10922
|
-
"word": "
|
10921
|
+
"value": "alice",
|
10922
|
+
"word": "alice"
|
10923
10923
|
},
|
10924
10924
|
"objects": [
|
10925
10925
|
{
|
@@ -10945,17 +10945,17 @@
|
|
10945
10945
|
},
|
10946
10946
|
{
|
10947
10947
|
"marker": "unknown",
|
10948
|
-
"text": "
|
10948
|
+
"text": "alice",
|
10949
10949
|
"types": [
|
10950
10950
|
"unknown"
|
10951
10951
|
],
|
10952
10952
|
"unknown": true,
|
10953
|
-
"value": "
|
10954
|
-
"word": "
|
10953
|
+
"value": "alice",
|
10954
|
+
"word": "alice"
|
10955
10955
|
}
|
10956
10956
|
],
|
10957
10957
|
"response": true,
|
10958
|
-
"text": "
|
10958
|
+
"text": "alice 's sister 's cat",
|
10959
10959
|
"types": [
|
10960
10960
|
"property"
|
10961
10961
|
],
|
@@ -11553,16 +11553,16 @@
|
|
11553
11553
|
"whose"
|
11554
11554
|
],
|
11555
11555
|
"sister": [
|
11556
|
-
"
|
11556
|
+
"wendy"
|
11557
11557
|
]
|
11558
11558
|
},
|
11559
11559
|
"concepts": [
|
11560
11560
|
"properties",
|
11561
11561
|
"whose",
|
11562
11562
|
"object",
|
11563
|
-
"
|
11563
|
+
"wendy",
|
11564
11564
|
"sister",
|
11565
|
-
"
|
11565
|
+
"alice",
|
11566
11566
|
"cleo",
|
11567
11567
|
"cat"
|
11568
11568
|
],
|
@@ -11570,7 +11570,7 @@
|
|
11570
11570
|
"cleo": [
|
11571
11571
|
"cat"
|
11572
11572
|
],
|
11573
|
-
"
|
11573
|
+
"wendy": [
|
11574
11574
|
"sister"
|
11575
11575
|
],
|
11576
11576
|
"whose": [
|
@@ -11587,23 +11587,23 @@
|
|
11587
11587
|
},
|
11588
11588
|
"cleo": {
|
11589
11589
|
},
|
11590
|
-
"
|
11590
|
+
"alice": {
|
11591
11591
|
"sister": {
|
11592
11592
|
"has": true,
|
11593
11593
|
"value": {
|
11594
11594
|
"marker": "unknown",
|
11595
11595
|
"response": true,
|
11596
|
-
"text": "
|
11596
|
+
"text": "wendy",
|
11597
11597
|
"types": [
|
11598
11598
|
"unknown"
|
11599
11599
|
],
|
11600
11600
|
"unknown": true,
|
11601
|
-
"value": "
|
11602
|
-
"word": "
|
11601
|
+
"value": "wendy",
|
11602
|
+
"word": "wendy"
|
11603
11603
|
}
|
11604
11604
|
}
|
11605
11605
|
},
|
11606
|
-
"
|
11606
|
+
"wendy": {
|
11607
11607
|
"cat": {
|
11608
11608
|
"has": true,
|
11609
11609
|
"value": {
|
@@ -11645,13 +11645,13 @@
|
|
11645
11645
|
{
|
11646
11646
|
"marker": "unknown",
|
11647
11647
|
"response": true,
|
11648
|
-
"text": "
|
11648
|
+
"text": "wendy",
|
11649
11649
|
"types": [
|
11650
11650
|
"unknown"
|
11651
11651
|
],
|
11652
11652
|
"unknown": true,
|
11653
|
-
"value": "
|
11654
|
-
"word": "
|
11653
|
+
"value": "wendy",
|
11654
|
+
"word": "wendy"
|
11655
11655
|
}
|
11656
11656
|
]
|
11657
11657
|
},
|
@@ -11672,7 +11672,7 @@
|
|
11672
11672
|
"what"
|
11673
11673
|
],
|
11674
11674
|
"response": true,
|
11675
|
-
"text": "who is
|
11675
|
+
"text": "who is alice 's sister 's cat",
|
11676
11676
|
"types": [
|
11677
11677
|
"what"
|
11678
11678
|
],
|
@@ -11700,7 +11700,7 @@
|
|
11700
11700
|
"what"
|
11701
11701
|
],
|
11702
11702
|
"response": true,
|
11703
|
-
"text": "who is
|
11703
|
+
"text": "who is alice 's sister 's cat",
|
11704
11704
|
"types": [
|
11705
11705
|
"what"
|
11706
11706
|
],
|
@@ -11720,13 +11720,13 @@
|
|
11720
11720
|
"marker": "property",
|
11721
11721
|
"object": {
|
11722
11722
|
"marker": "unknown",
|
11723
|
-
"text": "
|
11723
|
+
"text": "alice",
|
11724
11724
|
"types": [
|
11725
11725
|
"unknown"
|
11726
11726
|
],
|
11727
11727
|
"unknown": true,
|
11728
|
-
"value": "
|
11729
|
-
"word": "
|
11728
|
+
"value": "alice",
|
11729
|
+
"word": "alice"
|
11730
11730
|
},
|
11731
11731
|
"objects": [
|
11732
11732
|
{
|
@@ -11752,16 +11752,16 @@
|
|
11752
11752
|
},
|
11753
11753
|
{
|
11754
11754
|
"marker": "unknown",
|
11755
|
-
"text": "
|
11755
|
+
"text": "alice",
|
11756
11756
|
"types": [
|
11757
11757
|
"unknown"
|
11758
11758
|
],
|
11759
11759
|
"unknown": true,
|
11760
|
-
"value": "
|
11761
|
-
"word": "
|
11760
|
+
"value": "alice",
|
11761
|
+
"word": "alice"
|
11762
11762
|
}
|
11763
11763
|
],
|
11764
|
-
"text": "
|
11764
|
+
"text": "alice 's sister 's cat",
|
11765
11765
|
"types": [
|
11766
11766
|
"property"
|
11767
11767
|
],
|
@@ -11802,16 +11802,16 @@
|
|
11802
11802
|
},
|
11803
11803
|
{
|
11804
11804
|
"marker": "unknown",
|
11805
|
-
"text": "
|
11805
|
+
"text": "alice",
|
11806
11806
|
"types": [
|
11807
11807
|
"unknown"
|
11808
11808
|
],
|
11809
11809
|
"unknown": true,
|
11810
|
-
"value": "
|
11811
|
-
"word": "
|
11810
|
+
"value": "alice",
|
11811
|
+
"word": "alice"
|
11812
11812
|
}
|
11813
11813
|
],
|
11814
|
-
"text": "
|
11814
|
+
"text": "alice 's sister 's cat",
|
11815
11815
|
"touchedBy": [
|
11816
11816
|
"call3"
|
11817
11817
|
],
|
@@ -11834,7 +11834,7 @@
|
|
11834
11834
|
},
|
11835
11835
|
"word": "is"
|
11836
11836
|
},
|
11837
|
-
"text": "who is
|
11837
|
+
"text": "who is alice 's sister 's cat",
|
11838
11838
|
"topLevel": true,
|
11839
11839
|
"touchedBy": [
|
11840
11840
|
"call2"
|
@@ -11843,13 +11843,13 @@
|
|
11843
11843
|
"marker": "property",
|
11844
11844
|
"object": {
|
11845
11845
|
"marker": "unknown",
|
11846
|
-
"text": "
|
11846
|
+
"text": "alice",
|
11847
11847
|
"types": [
|
11848
11848
|
"unknown"
|
11849
11849
|
],
|
11850
11850
|
"unknown": true,
|
11851
|
-
"value": "
|
11852
|
-
"word": "
|
11851
|
+
"value": "alice",
|
11852
|
+
"word": "alice"
|
11853
11853
|
},
|
11854
11854
|
"objects": [
|
11855
11855
|
{
|
@@ -11875,17 +11875,17 @@
|
|
11875
11875
|
},
|
11876
11876
|
{
|
11877
11877
|
"marker": "unknown",
|
11878
|
-
"text": "
|
11878
|
+
"text": "alice",
|
11879
11879
|
"types": [
|
11880
11880
|
"unknown"
|
11881
11881
|
],
|
11882
11882
|
"unknown": true,
|
11883
|
-
"value": "
|
11884
|
-
"word": "
|
11883
|
+
"value": "alice",
|
11884
|
+
"word": "alice"
|
11885
11885
|
}
|
11886
11886
|
],
|
11887
11887
|
"response": true,
|
11888
|
-
"text": "
|
11888
|
+
"text": "alice 's sister 's cat",
|
11889
11889
|
"types": [
|
11890
11890
|
"property"
|
11891
11891
|
],
|
@@ -11895,9 +11895,9 @@
|
|
11895
11895
|
},
|
11896
11896
|
"word": "is"
|
11897
11897
|
},
|
11898
|
-
"paraphrases": "who is
|
11898
|
+
"paraphrases": "who is alice's sister's cat?",
|
11899
11899
|
"responses": [
|
11900
|
-
"
|
11900
|
+
"alice's sister's cat is cleo"
|
11901
11901
|
]
|
11902
11902
|
},
|
11903
11903
|
{
|
@@ -11909,13 +11909,13 @@
|
|
11909
11909
|
"number": "one",
|
11910
11910
|
"object": {
|
11911
11911
|
"marker": "unknown",
|
11912
|
-
"text": "
|
11912
|
+
"text": "wendy",
|
11913
11913
|
"types": [
|
11914
11914
|
"unknown"
|
11915
11915
|
],
|
11916
11916
|
"unknown": true,
|
11917
|
-
"value": "
|
11918
|
-
"word": "
|
11917
|
+
"value": "wendy",
|
11918
|
+
"word": "wendy"
|
11919
11919
|
},
|
11920
11920
|
"objects": [
|
11921
11921
|
{
|
@@ -11931,17 +11931,17 @@
|
|
11931
11931
|
},
|
11932
11932
|
{
|
11933
11933
|
"marker": "unknown",
|
11934
|
-
"text": "
|
11934
|
+
"text": "wendy",
|
11935
11935
|
"types": [
|
11936
11936
|
"unknown"
|
11937
11937
|
],
|
11938
11938
|
"unknown": true,
|
11939
|
-
"value": "
|
11940
|
-
"word": "
|
11939
|
+
"value": "wendy",
|
11940
|
+
"word": "wendy"
|
11941
11941
|
}
|
11942
11942
|
],
|
11943
11943
|
"response": true,
|
11944
|
-
"text": "
|
11944
|
+
"text": "wendy 's cat is cleo",
|
11945
11945
|
"types": [
|
11946
11946
|
"property"
|
11947
11947
|
],
|
@@ -11949,7 +11949,7 @@
|
|
11949
11949
|
"value": "cat",
|
11950
11950
|
"word": "cat"
|
11951
11951
|
},
|
11952
|
-
"text": "
|
11952
|
+
"text": "wendy 's cat is cleo",
|
11953
11953
|
"topLevel": true,
|
11954
11954
|
"touchedBy": [
|
11955
11955
|
"call18"
|
@@ -11967,7 +11967,7 @@
|
|
11967
11967
|
},
|
11968
11968
|
"word": "is"
|
11969
11969
|
},
|
11970
|
-
"paraphrases": "
|
11970
|
+
"paraphrases": "wendy's cat is cleo",
|
11971
11971
|
"responses": [
|
11972
11972
|
"",
|
11973
11973
|
""
|
@@ -11982,13 +11982,13 @@
|
|
11982
11982
|
"number": "one",
|
11983
11983
|
"object": {
|
11984
11984
|
"marker": "unknown",
|
11985
|
-
"text": "
|
11985
|
+
"text": "alice",
|
11986
11986
|
"types": [
|
11987
11987
|
"unknown"
|
11988
11988
|
],
|
11989
11989
|
"unknown": true,
|
11990
|
-
"value": "
|
11991
|
-
"word": "
|
11990
|
+
"value": "alice",
|
11991
|
+
"word": "alice"
|
11992
11992
|
},
|
11993
11993
|
"objects": [
|
11994
11994
|
{
|
@@ -12004,17 +12004,17 @@
|
|
12004
12004
|
},
|
12005
12005
|
{
|
12006
12006
|
"marker": "unknown",
|
12007
|
-
"text": "
|
12007
|
+
"text": "alice",
|
12008
12008
|
"types": [
|
12009
12009
|
"unknown"
|
12010
12010
|
],
|
12011
12011
|
"unknown": true,
|
12012
|
-
"value": "
|
12013
|
-
"word": "
|
12012
|
+
"value": "alice",
|
12013
|
+
"word": "alice"
|
12014
12014
|
}
|
12015
12015
|
],
|
12016
12016
|
"response": true,
|
12017
|
-
"text": "
|
12017
|
+
"text": "alice 's sister is wendy",
|
12018
12018
|
"types": [
|
12019
12019
|
"property"
|
12020
12020
|
],
|
@@ -12022,7 +12022,7 @@
|
|
12022
12022
|
"value": "sister",
|
12023
12023
|
"word": "sister"
|
12024
12024
|
},
|
12025
|
-
"text": "
|
12025
|
+
"text": "alice 's sister is wendy",
|
12026
12026
|
"topLevel": true,
|
12027
12027
|
"touchedBy": [
|
12028
12028
|
"call2"
|
@@ -12030,17 +12030,17 @@
|
|
12030
12030
|
"two": {
|
12031
12031
|
"marker": "unknown",
|
12032
12032
|
"response": true,
|
12033
|
-
"text": "
|
12033
|
+
"text": "wendy",
|
12034
12034
|
"types": [
|
12035
12035
|
"unknown"
|
12036
12036
|
],
|
12037
12037
|
"unknown": true,
|
12038
|
-
"value": "
|
12039
|
-
"word": "
|
12038
|
+
"value": "wendy",
|
12039
|
+
"word": "wendy"
|
12040
12040
|
},
|
12041
12041
|
"word": "is"
|
12042
12042
|
},
|
12043
|
-
"paraphrases": "
|
12043
|
+
"paraphrases": "alice's sister is wendy",
|
12044
12044
|
"responses": [
|
12045
12045
|
"",
|
12046
12046
|
""
|
@@ -12049,15 +12049,15 @@
|
|
12049
12049
|
]
|
12050
12050
|
},
|
12051
12051
|
"paraphrases": [
|
12052
|
-
"
|
12053
|
-
"
|
12054
|
-
"who is
|
12052
|
+
"alice's sister is wendy",
|
12053
|
+
"wendy's cat is cleo",
|
12054
|
+
"who is alice's sister's cat?"
|
12055
12055
|
],
|
12056
|
-
"query": "
|
12056
|
+
"query": "alice's sister is wendy wendy's cat is cleo\\nwho is alice's sister's cat",
|
12057
12057
|
"responses": [
|
12058
12058
|
"",
|
12059
12059
|
"",
|
12060
|
-
"
|
12060
|
+
"alice's sister's cat is cleo"
|
12061
12061
|
]
|
12062
12062
|
},
|
12063
12063
|
{
|
@@ -12813,13 +12813,13 @@
|
|
12813
12813
|
"number": "one",
|
12814
12814
|
"object": {
|
12815
12815
|
"marker": "unknown",
|
12816
|
-
"text": "
|
12816
|
+
"text": "alice",
|
12817
12817
|
"types": [
|
12818
12818
|
"unknown"
|
12819
12819
|
],
|
12820
12820
|
"unknown": true,
|
12821
|
-
"value": "
|
12822
|
-
"word": "
|
12821
|
+
"value": "alice",
|
12822
|
+
"word": "alice"
|
12823
12823
|
},
|
12824
12824
|
"objects": [
|
12825
12825
|
{
|
@@ -12835,17 +12835,17 @@
|
|
12835
12835
|
},
|
12836
12836
|
{
|
12837
12837
|
"marker": "unknown",
|
12838
|
-
"text": "
|
12838
|
+
"text": "alice",
|
12839
12839
|
"types": [
|
12840
12840
|
"unknown"
|
12841
12841
|
],
|
12842
12842
|
"unknown": true,
|
12843
|
-
"value": "
|
12844
|
-
"word": "
|
12843
|
+
"value": "alice",
|
12844
|
+
"word": "alice"
|
12845
12845
|
}
|
12846
12846
|
],
|
12847
12847
|
"response": true,
|
12848
|
-
"text": "
|
12848
|
+
"text": "alice 's sister is wendy",
|
12849
12849
|
"types": [
|
12850
12850
|
"property"
|
12851
12851
|
],
|
@@ -12853,7 +12853,7 @@
|
|
12853
12853
|
"value": "sister",
|
12854
12854
|
"word": "sister"
|
12855
12855
|
},
|
12856
|
-
"text": "
|
12856
|
+
"text": "alice 's sister is wendy",
|
12857
12857
|
"topLevel": true,
|
12858
12858
|
"touchedBy": [
|
12859
12859
|
"call2"
|
@@ -12861,13 +12861,13 @@
|
|
12861
12861
|
"two": {
|
12862
12862
|
"marker": "unknown",
|
12863
12863
|
"response": true,
|
12864
|
-
"text": "
|
12864
|
+
"text": "wendy",
|
12865
12865
|
"types": [
|
12866
12866
|
"unknown"
|
12867
12867
|
],
|
12868
12868
|
"unknown": true,
|
12869
|
-
"value": "
|
12870
|
-
"word": "
|
12869
|
+
"value": "wendy",
|
12870
|
+
"word": "wendy"
|
12871
12871
|
},
|
12872
12872
|
"word": "is"
|
12873
12873
|
},
|
@@ -12879,13 +12879,13 @@
|
|
12879
12879
|
"number": "one",
|
12880
12880
|
"object": {
|
12881
12881
|
"marker": "unknown",
|
12882
|
-
"text": "
|
12882
|
+
"text": "wendy",
|
12883
12883
|
"types": [
|
12884
12884
|
"unknown"
|
12885
12885
|
],
|
12886
12886
|
"unknown": true,
|
12887
|
-
"value": "
|
12888
|
-
"word": "
|
12887
|
+
"value": "wendy",
|
12888
|
+
"word": "wendy"
|
12889
12889
|
},
|
12890
12890
|
"objects": [
|
12891
12891
|
{
|
@@ -12901,17 +12901,17 @@
|
|
12901
12901
|
},
|
12902
12902
|
{
|
12903
12903
|
"marker": "unknown",
|
12904
|
-
"text": "
|
12904
|
+
"text": "wendy",
|
12905
12905
|
"types": [
|
12906
12906
|
"unknown"
|
12907
12907
|
],
|
12908
12908
|
"unknown": true,
|
12909
|
-
"value": "
|
12910
|
-
"word": "
|
12909
|
+
"value": "wendy",
|
12910
|
+
"word": "wendy"
|
12911
12911
|
}
|
12912
12912
|
],
|
12913
12913
|
"response": true,
|
12914
|
-
"text": "
|
12914
|
+
"text": "wendy 's cat is cleo",
|
12915
12915
|
"types": [
|
12916
12916
|
"property"
|
12917
12917
|
],
|
@@ -12919,7 +12919,7 @@
|
|
12919
12919
|
"value": "cat",
|
12920
12920
|
"word": "cat"
|
12921
12921
|
},
|
12922
|
-
"text": "
|
12922
|
+
"text": "wendy 's cat is cleo",
|
12923
12923
|
"topLevel": true,
|
12924
12924
|
"touchedBy": [
|
12925
12925
|
"call18"
|
@@ -12950,7 +12950,7 @@
|
|
12950
12950
|
"what"
|
12951
12951
|
],
|
12952
12952
|
"response": true,
|
12953
|
-
"text": "who is the cat of the sister of
|
12953
|
+
"text": "who is the cat of the sister of alice",
|
12954
12954
|
"types": [
|
12955
12955
|
"what"
|
12956
12956
|
],
|
@@ -12975,13 +12975,13 @@
|
|
12975
12975
|
],
|
12976
12976
|
"object": {
|
12977
12977
|
"marker": "unknown",
|
12978
|
-
"text": "
|
12978
|
+
"text": "alice",
|
12979
12979
|
"types": [
|
12980
12980
|
"unknown"
|
12981
12981
|
],
|
12982
12982
|
"unknown": true,
|
12983
|
-
"value": "
|
12984
|
-
"word": "
|
12983
|
+
"value": "alice",
|
12984
|
+
"word": "alice"
|
12985
12985
|
},
|
12986
12986
|
"objects": [
|
12987
12987
|
{
|
@@ -13021,17 +13021,17 @@
|
|
13021
13021
|
},
|
13022
13022
|
{
|
13023
13023
|
"marker": "unknown",
|
13024
|
-
"text": "
|
13024
|
+
"text": "alice",
|
13025
13025
|
"types": [
|
13026
13026
|
"unknown"
|
13027
13027
|
],
|
13028
13028
|
"unknown": true,
|
13029
|
-
"value": "
|
13030
|
-
"word": "
|
13029
|
+
"value": "alice",
|
13030
|
+
"word": "alice"
|
13031
13031
|
}
|
13032
13032
|
],
|
13033
13033
|
"pullFromContext": true,
|
13034
|
-
"text": "the cat of the sister of
|
13034
|
+
"text": "the cat of the sister of alice",
|
13035
13035
|
"types": [
|
13036
13036
|
"property",
|
13037
13037
|
"unknown"
|
@@ -13093,17 +13093,17 @@
|
|
13093
13093
|
},
|
13094
13094
|
{
|
13095
13095
|
"marker": "unknown",
|
13096
|
-
"text": "
|
13096
|
+
"text": "alice",
|
13097
13097
|
"types": [
|
13098
13098
|
"unknown"
|
13099
13099
|
],
|
13100
13100
|
"unknown": true,
|
13101
|
-
"value": "
|
13102
|
-
"word": "
|
13101
|
+
"value": "alice",
|
13102
|
+
"word": "alice"
|
13103
13103
|
}
|
13104
13104
|
],
|
13105
13105
|
"pullFromContext": true,
|
13106
|
-
"text": "the cat of the sister of
|
13106
|
+
"text": "the cat of the sister of alice",
|
13107
13107
|
"touchedBy": [
|
13108
13108
|
"call3"
|
13109
13109
|
],
|
@@ -13128,7 +13128,7 @@
|
|
13128
13128
|
},
|
13129
13129
|
"word": "is"
|
13130
13130
|
},
|
13131
|
-
"text": "who is the cat of the sister of
|
13131
|
+
"text": "who is the cat of the sister of alice",
|
13132
13132
|
"topLevel": true,
|
13133
13133
|
"touchedBy": [
|
13134
13134
|
"call2"
|
@@ -13142,13 +13142,13 @@
|
|
13142
13142
|
],
|
13143
13143
|
"object": {
|
13144
13144
|
"marker": "unknown",
|
13145
|
-
"text": "
|
13145
|
+
"text": "alice",
|
13146
13146
|
"types": [
|
13147
13147
|
"unknown"
|
13148
13148
|
],
|
13149
13149
|
"unknown": true,
|
13150
|
-
"value": "
|
13151
|
-
"word": "
|
13150
|
+
"value": "alice",
|
13151
|
+
"word": "alice"
|
13152
13152
|
},
|
13153
13153
|
"objects": [
|
13154
13154
|
{
|
@@ -13188,18 +13188,18 @@
|
|
13188
13188
|
},
|
13189
13189
|
{
|
13190
13190
|
"marker": "unknown",
|
13191
|
-
"text": "
|
13191
|
+
"text": "alice",
|
13192
13192
|
"types": [
|
13193
13193
|
"unknown"
|
13194
13194
|
],
|
13195
13195
|
"unknown": true,
|
13196
|
-
"value": "
|
13197
|
-
"word": "
|
13196
|
+
"value": "alice",
|
13197
|
+
"word": "alice"
|
13198
13198
|
}
|
13199
13199
|
],
|
13200
13200
|
"pullFromContext": true,
|
13201
13201
|
"response": true,
|
13202
|
-
"text": "the cat of the sister of
|
13202
|
+
"text": "the cat of the sister of alice",
|
13203
13203
|
"types": [
|
13204
13204
|
"property",
|
13205
13205
|
"unknown"
|
@@ -13835,16 +13835,16 @@
|
|
13835
13835
|
"whose"
|
13836
13836
|
],
|
13837
13837
|
"sister": [
|
13838
|
-
"
|
13838
|
+
"wendy"
|
13839
13839
|
]
|
13840
13840
|
},
|
13841
13841
|
"concepts": [
|
13842
13842
|
"properties",
|
13843
13843
|
"whose",
|
13844
13844
|
"object",
|
13845
|
-
"
|
13845
|
+
"wendy",
|
13846
13846
|
"sister",
|
13847
|
-
"
|
13847
|
+
"alice",
|
13848
13848
|
"cleo",
|
13849
13849
|
"cat"
|
13850
13850
|
],
|
@@ -13852,7 +13852,7 @@
|
|
13852
13852
|
"cleo": [
|
13853
13853
|
"cat"
|
13854
13854
|
],
|
13855
|
-
"
|
13855
|
+
"wendy": [
|
13856
13856
|
"sister"
|
13857
13857
|
],
|
13858
13858
|
"whose": [
|
@@ -13869,23 +13869,23 @@
|
|
13869
13869
|
},
|
13870
13870
|
"cleo": {
|
13871
13871
|
},
|
13872
|
-
"
|
13872
|
+
"alice": {
|
13873
13873
|
"sister": {
|
13874
13874
|
"has": true,
|
13875
13875
|
"value": {
|
13876
13876
|
"marker": "unknown",
|
13877
13877
|
"response": true,
|
13878
|
-
"text": "
|
13878
|
+
"text": "wendy",
|
13879
13879
|
"types": [
|
13880
13880
|
"unknown"
|
13881
13881
|
],
|
13882
13882
|
"unknown": true,
|
13883
|
-
"value": "
|
13884
|
-
"word": "
|
13883
|
+
"value": "wendy",
|
13884
|
+
"word": "wendy"
|
13885
13885
|
}
|
13886
13886
|
}
|
13887
13887
|
},
|
13888
|
-
"
|
13888
|
+
"wendy": {
|
13889
13889
|
"cat": {
|
13890
13890
|
"has": true,
|
13891
13891
|
"value": {
|
@@ -13927,13 +13927,13 @@
|
|
13927
13927
|
{
|
13928
13928
|
"marker": "unknown",
|
13929
13929
|
"response": true,
|
13930
|
-
"text": "
|
13930
|
+
"text": "wendy",
|
13931
13931
|
"types": [
|
13932
13932
|
"unknown"
|
13933
13933
|
],
|
13934
13934
|
"unknown": true,
|
13935
|
-
"value": "
|
13936
|
-
"word": "
|
13935
|
+
"value": "wendy",
|
13936
|
+
"word": "wendy"
|
13937
13937
|
}
|
13938
13938
|
]
|
13939
13939
|
},
|
@@ -13954,7 +13954,7 @@
|
|
13954
13954
|
"what"
|
13955
13955
|
],
|
13956
13956
|
"response": true,
|
13957
|
-
"text": "who is the cat of the sister of
|
13957
|
+
"text": "who is the cat of the sister of alice",
|
13958
13958
|
"types": [
|
13959
13959
|
"what"
|
13960
13960
|
],
|
@@ -13982,7 +13982,7 @@
|
|
13982
13982
|
"what"
|
13983
13983
|
],
|
13984
13984
|
"response": true,
|
13985
|
-
"text": "who is the cat of the sister of
|
13985
|
+
"text": "who is the cat of the sister of alice",
|
13986
13986
|
"types": [
|
13987
13987
|
"what"
|
13988
13988
|
],
|
@@ -14007,13 +14007,13 @@
|
|
14007
14007
|
],
|
14008
14008
|
"object": {
|
14009
14009
|
"marker": "unknown",
|
14010
|
-
"text": "
|
14010
|
+
"text": "alice",
|
14011
14011
|
"types": [
|
14012
14012
|
"unknown"
|
14013
14013
|
],
|
14014
14014
|
"unknown": true,
|
14015
|
-
"value": "
|
14016
|
-
"word": "
|
14015
|
+
"value": "alice",
|
14016
|
+
"word": "alice"
|
14017
14017
|
},
|
14018
14018
|
"objects": [
|
14019
14019
|
{
|
@@ -14053,17 +14053,17 @@
|
|
14053
14053
|
},
|
14054
14054
|
{
|
14055
14055
|
"marker": "unknown",
|
14056
|
-
"text": "
|
14056
|
+
"text": "alice",
|
14057
14057
|
"types": [
|
14058
14058
|
"unknown"
|
14059
14059
|
],
|
14060
14060
|
"unknown": true,
|
14061
|
-
"value": "
|
14062
|
-
"word": "
|
14061
|
+
"value": "alice",
|
14062
|
+
"word": "alice"
|
14063
14063
|
}
|
14064
14064
|
],
|
14065
14065
|
"pullFromContext": true,
|
14066
|
-
"text": "the cat of the sister of
|
14066
|
+
"text": "the cat of the sister of alice",
|
14067
14067
|
"types": [
|
14068
14068
|
"property",
|
14069
14069
|
"unknown"
|
@@ -14125,17 +14125,17 @@
|
|
14125
14125
|
},
|
14126
14126
|
{
|
14127
14127
|
"marker": "unknown",
|
14128
|
-
"text": "
|
14128
|
+
"text": "alice",
|
14129
14129
|
"types": [
|
14130
14130
|
"unknown"
|
14131
14131
|
],
|
14132
14132
|
"unknown": true,
|
14133
|
-
"value": "
|
14134
|
-
"word": "
|
14133
|
+
"value": "alice",
|
14134
|
+
"word": "alice"
|
14135
14135
|
}
|
14136
14136
|
],
|
14137
14137
|
"pullFromContext": true,
|
14138
|
-
"text": "the cat of the sister of
|
14138
|
+
"text": "the cat of the sister of alice",
|
14139
14139
|
"touchedBy": [
|
14140
14140
|
"call3"
|
14141
14141
|
],
|
@@ -14160,7 +14160,7 @@
|
|
14160
14160
|
},
|
14161
14161
|
"word": "is"
|
14162
14162
|
},
|
14163
|
-
"text": "who is the cat of the sister of
|
14163
|
+
"text": "who is the cat of the sister of alice",
|
14164
14164
|
"topLevel": true,
|
14165
14165
|
"touchedBy": [
|
14166
14166
|
"call2"
|
@@ -14174,13 +14174,13 @@
|
|
14174
14174
|
],
|
14175
14175
|
"object": {
|
14176
14176
|
"marker": "unknown",
|
14177
|
-
"text": "
|
14177
|
+
"text": "alice",
|
14178
14178
|
"types": [
|
14179
14179
|
"unknown"
|
14180
14180
|
],
|
14181
14181
|
"unknown": true,
|
14182
|
-
"value": "
|
14183
|
-
"word": "
|
14182
|
+
"value": "alice",
|
14183
|
+
"word": "alice"
|
14184
14184
|
},
|
14185
14185
|
"objects": [
|
14186
14186
|
{
|
@@ -14220,18 +14220,18 @@
|
|
14220
14220
|
},
|
14221
14221
|
{
|
14222
14222
|
"marker": "unknown",
|
14223
|
-
"text": "
|
14223
|
+
"text": "alice",
|
14224
14224
|
"types": [
|
14225
14225
|
"unknown"
|
14226
14226
|
],
|
14227
14227
|
"unknown": true,
|
14228
|
-
"value": "
|
14229
|
-
"word": "
|
14228
|
+
"value": "alice",
|
14229
|
+
"word": "alice"
|
14230
14230
|
}
|
14231
14231
|
],
|
14232
14232
|
"pullFromContext": true,
|
14233
14233
|
"response": true,
|
14234
|
-
"text": "the cat of the sister of
|
14234
|
+
"text": "the cat of the sister of alice",
|
14235
14235
|
"types": [
|
14236
14236
|
"property",
|
14237
14237
|
"unknown"
|
@@ -14243,9 +14243,9 @@
|
|
14243
14243
|
},
|
14244
14244
|
"word": "is"
|
14245
14245
|
},
|
14246
|
-
"paraphrases": "who is the cat of the sister of
|
14246
|
+
"paraphrases": "who is the cat of the sister of alice?",
|
14247
14247
|
"responses": [
|
14248
|
-
"the cat of the sister of
|
14248
|
+
"the cat of the sister of alice is cleo"
|
14249
14249
|
]
|
14250
14250
|
},
|
14251
14251
|
{
|
@@ -14257,13 +14257,13 @@
|
|
14257
14257
|
"number": "one",
|
14258
14258
|
"object": {
|
14259
14259
|
"marker": "unknown",
|
14260
|
-
"text": "
|
14260
|
+
"text": "wendy",
|
14261
14261
|
"types": [
|
14262
14262
|
"unknown"
|
14263
14263
|
],
|
14264
14264
|
"unknown": true,
|
14265
|
-
"value": "
|
14266
|
-
"word": "
|
14265
|
+
"value": "wendy",
|
14266
|
+
"word": "wendy"
|
14267
14267
|
},
|
14268
14268
|
"objects": [
|
14269
14269
|
{
|
@@ -14279,17 +14279,17 @@
|
|
14279
14279
|
},
|
14280
14280
|
{
|
14281
14281
|
"marker": "unknown",
|
14282
|
-
"text": "
|
14282
|
+
"text": "wendy",
|
14283
14283
|
"types": [
|
14284
14284
|
"unknown"
|
14285
14285
|
],
|
14286
14286
|
"unknown": true,
|
14287
|
-
"value": "
|
14288
|
-
"word": "
|
14287
|
+
"value": "wendy",
|
14288
|
+
"word": "wendy"
|
14289
14289
|
}
|
14290
14290
|
],
|
14291
14291
|
"response": true,
|
14292
|
-
"text": "
|
14292
|
+
"text": "wendy 's cat is cleo",
|
14293
14293
|
"types": [
|
14294
14294
|
"property"
|
14295
14295
|
],
|
@@ -14297,7 +14297,7 @@
|
|
14297
14297
|
"value": "cat",
|
14298
14298
|
"word": "cat"
|
14299
14299
|
},
|
14300
|
-
"text": "
|
14300
|
+
"text": "wendy 's cat is cleo",
|
14301
14301
|
"topLevel": true,
|
14302
14302
|
"touchedBy": [
|
14303
14303
|
"call18"
|
@@ -14315,7 +14315,7 @@
|
|
14315
14315
|
},
|
14316
14316
|
"word": "is"
|
14317
14317
|
},
|
14318
|
-
"paraphrases": "
|
14318
|
+
"paraphrases": "wendy's cat is cleo",
|
14319
14319
|
"responses": [
|
14320
14320
|
"",
|
14321
14321
|
""
|
@@ -14330,13 +14330,13 @@
|
|
14330
14330
|
"number": "one",
|
14331
14331
|
"object": {
|
14332
14332
|
"marker": "unknown",
|
14333
|
-
"text": "
|
14333
|
+
"text": "alice",
|
14334
14334
|
"types": [
|
14335
14335
|
"unknown"
|
14336
14336
|
],
|
14337
14337
|
"unknown": true,
|
14338
|
-
"value": "
|
14339
|
-
"word": "
|
14338
|
+
"value": "alice",
|
14339
|
+
"word": "alice"
|
14340
14340
|
},
|
14341
14341
|
"objects": [
|
14342
14342
|
{
|
@@ -14352,17 +14352,17 @@
|
|
14352
14352
|
},
|
14353
14353
|
{
|
14354
14354
|
"marker": "unknown",
|
14355
|
-
"text": "
|
14355
|
+
"text": "alice",
|
14356
14356
|
"types": [
|
14357
14357
|
"unknown"
|
14358
14358
|
],
|
14359
14359
|
"unknown": true,
|
14360
|
-
"value": "
|
14361
|
-
"word": "
|
14360
|
+
"value": "alice",
|
14361
|
+
"word": "alice"
|
14362
14362
|
}
|
14363
14363
|
],
|
14364
14364
|
"response": true,
|
14365
|
-
"text": "
|
14365
|
+
"text": "alice 's sister is wendy",
|
14366
14366
|
"types": [
|
14367
14367
|
"property"
|
14368
14368
|
],
|
@@ -14370,7 +14370,7 @@
|
|
14370
14370
|
"value": "sister",
|
14371
14371
|
"word": "sister"
|
14372
14372
|
},
|
14373
|
-
"text": "
|
14373
|
+
"text": "alice 's sister is wendy",
|
14374
14374
|
"topLevel": true,
|
14375
14375
|
"touchedBy": [
|
14376
14376
|
"call2"
|
@@ -14378,17 +14378,17 @@
|
|
14378
14378
|
"two": {
|
14379
14379
|
"marker": "unknown",
|
14380
14380
|
"response": true,
|
14381
|
-
"text": "
|
14381
|
+
"text": "wendy",
|
14382
14382
|
"types": [
|
14383
14383
|
"unknown"
|
14384
14384
|
],
|
14385
14385
|
"unknown": true,
|
14386
|
-
"value": "
|
14387
|
-
"word": "
|
14386
|
+
"value": "wendy",
|
14387
|
+
"word": "wendy"
|
14388
14388
|
},
|
14389
14389
|
"word": "is"
|
14390
14390
|
},
|
14391
|
-
"paraphrases": "
|
14391
|
+
"paraphrases": "alice's sister is wendy",
|
14392
14392
|
"responses": [
|
14393
14393
|
"",
|
14394
14394
|
""
|
@@ -14397,15 +14397,15 @@
|
|
14397
14397
|
]
|
14398
14398
|
},
|
14399
14399
|
"paraphrases": [
|
14400
|
-
"
|
14401
|
-
"
|
14402
|
-
"who is the cat of the sister of
|
14400
|
+
"alice's sister is wendy",
|
14401
|
+
"wendy's cat is cleo",
|
14402
|
+
"who is the cat of the sister of alice?"
|
14403
14403
|
],
|
14404
|
-
"query": "
|
14404
|
+
"query": "alice's sister is wendy wendy's cat is cleo\\nwho is the cat of the sister of alice",
|
14405
14405
|
"responses": [
|
14406
14406
|
"",
|
14407
14407
|
"",
|
14408
|
-
"the cat of the sister of
|
14408
|
+
"the cat of the sister of alice is cleo"
|
14409
14409
|
]
|
14410
14410
|
},
|
14411
14411
|
{
|
@@ -33903,4 +33903,4 @@
|
|
33903
33903
|
""
|
33904
33904
|
]
|
33905
33905
|
}
|
33906
|
-
]
|
33906
|
+
]
|