forked from Sotwi-zz/NL-Augmenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
50 lines (50 loc) Β· 1.83 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"type": "replace_numerical_values",
"test_cases": [
{
"class": "ReplaceNumericalValues",
"inputs": {
"sentence": "Andrew finally returned the French book to Chris that I bought last week"
},
"outputs": [{
"sentence": "Andrew finally returned the French book to Chris that I bought last week"
}]
},
{
"class": "ReplaceNumericalValues",
"inputs": {
"sentence": "Sentences with gapping, such as Paul likes coffee and Mary tea, lack an overt predicate to indicate the relation between two or more arguments."
},
"outputs": [{
"sentence": "Sentences with gapping, such as Paul likes coffee and Mary tea, lack an overt predicate to indicate the relation between six or more arguments."
}]
},
{
"class": "ReplaceNumericalValues",
"inputs": {
"sentence": "Alice in Wonderland is a 2010 American live-action/animated dark fantasy adventure film"
},
"outputs": [{
"sentence": "Alice in Wonderland is a 2010 American live-action/animated dark fantasy adventure film"
}]
},
{
"class": "ReplaceNumericalValues",
"inputs": {
"sentence": "Ujjal Dev Dosanjh served as 33rd Premier of British Columbia from 2000 to 2001"
},
"outputs": [{
"sentence": "Ujjal Dev Dosanjh served as 33rd Premier of British Columbia from 2000 to 2001"
}]
},
{
"class": "ReplaceNumericalValues",
"inputs": {
"sentence": "Neuroplasticity is a continuous processing allowing short-term, medium-term, and long-term remodeling of the neuronosynaptic organization."
},
"outputs": [{
"sentence": "Neuroplasticity is a continuous processing allowing short-term, medium-term, and long-term remodeling of the neuronosynaptic organization."
}]
}
]
}