Skip to content

Commit 6f520d4

Browse files
committed
A few baseline Morphology tests
1 parent e058c2d commit 6f520d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/src/edu/stanford/nlp/process/MorphologyTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ public class MorphologyTest extends TestCase {
2323
"<br>", "-0800", "an", "out-rode", "viii",
2424
"b-", "s", "hath", "'ll", "d",
2525
"re", "no", "r", "du",
26+
"K's",
27+
"'ve", "'m",
28+
"ski'd",
2629
"better", "gooier", "glummer", "tamer", "sicker",
2730
"best", "gooiest", "glummest", "tamest", "sickest",
2831
"better", "earlier", // should not change if JJ
@@ -46,6 +49,9 @@ public class MorphologyTest extends TestCase {
4649
"SYM", "CD", "DT", "VBD", "FW",
4750
"AFX", "VBZ", "VBP", "MD", "MD",
4851
"VBP", "VBP", "VBP", "VBP",
52+
"NNS",
53+
"VBP", "VBP",
54+
"VBD",
4955
"JJR", "JJR", "JJR", "JJR", "JJR",
5056
"JJS", "JJS", "JJS", "JJS", "JJS",
5157
"JJ", "JJ",
@@ -69,6 +75,9 @@ public class MorphologyTest extends TestCase {
6975
"<br>", "-0800", "a", "out-ride", "viii",
7076
"b-", "be", "have", "will", "would",
7177
"be", "know", "be", "do",
78+
"k",
79+
"have", "be",
80+
"ski",
7281
"good", "gooey", "glum", "tame", "sick",
7382
"good", "gooey", "glum", "tame", "sick",
7483
"better", "earlier",

0 commit comments

Comments
 (0)