File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/src/edu/stanford/nlp/trees Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public void testCompoundModifiers() {
31
31
String output = "(ROOT (S (NP (NP (DT a) (NN stake)) (PP (IN of) (NP (QP (XS (RB just) (IN under)) (CD 30)) (NN %))))))" ;
32
32
runTest (input , output );
33
33
// "up" should be RB but make sure it also files for RP
34
- String input2 = "(ROOT (S (NP (NP (DT a) (NN stake)) (PP (IN of) (NP (QP (RP up) (IN t0 ) (CD 30)) (NN million))))))" ;
35
- String output2 = "(ROOT (S (NP (NP (DT a) (NN stake)) (PP (IN of) (NP (QP (XS (RP up) (IN to)) (CD 30)) (NN % ))))))" ;
34
+ String input2 = "(ROOT (S (NP (NP (DT a) (NN stake)) (PP (IN of) (NP (QP (RP up) (IN to ) (CD 30)) (NN million))))))" ;
35
+ String output2 = "(ROOT (S (NP (NP (DT a) (NN stake)) (PP (IN of) (NP (QP (XSL (RP up) (IN to)) (CD 30)) (NN million ))))))" ;
36
36
runTest (input2 , output2 );
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments