@@ -23,6 +23,9 @@ public class MorphologyTest extends TestCase {
23
23
"<br>" , "-0800" , "an" , "out-rode" , "viii" ,
24
24
"b-" , "s" , "hath" , "'ll" , "d" ,
25
25
"re" , "no" , "r" , "du" ,
26
+ "better" , "gooier" , "glummer" , "tamer" , "sicker" ,
27
+ "best" , "gooiest" , "glummest" , "tamest" , "sickest" ,
28
+ "better" , "earlier" , // should not change if JJ
26
29
};
27
30
28
31
private String [] exTags = { "NNS" , "NNS" , "VBD" , "NN" ,
@@ -40,12 +43,15 @@ public class MorphologyTest extends TestCase {
40
43
"SYM" , "CD" , "DT" , "VBD" , "FW" ,
41
44
"AFX" , "VBZ" , "VBP" , "MD" , "MD" ,
42
45
"VBP" , "VBP" , "VBP" , "VBP" ,
46
+ "JJR" , "JJR" , "JJR" , "JJR" , "JJR" ,
47
+ "JJS" , "JJS" , "JJS" , "JJS" , "JJS" ,
48
+ "JJ" , "JJ" ,
43
49
};
44
50
45
51
private String [] exAnswers = {"brethren" , "duck" , "see" , "saw" ,
46
52
"run" , "make" , "makk" ,
47
53
"stop" , "xopp" ,
48
- "cleaner" , "cleaner " , "take" , "buy" ,
54
+ "cleaner" , "clean " , "take" , "buy" ,
49
55
"be" , "be" , "do" , "not" , "will" ,
50
56
"be" , "'s" , "can" , "she" , "she" , "they" ,
51
57
"Books" , "light-weight" , "cease-fire" ,
@@ -57,6 +63,9 @@ public class MorphologyTest extends TestCase {
57
63
"<br>" , "-0800" , "a" , "out-ride" , "viii" ,
58
64
"b-" , "be" , "have" , "will" , "would" ,
59
65
"be" , "know" , "be" , "do" ,
66
+ "good" , "gooey" , "glum" , "tame" , "sick" ,
67
+ "good" , "gooey" , "glum" , "tame" , "sick" ,
68
+ "better" , "earlier" ,
60
69
};
61
70
62
71
public void testMorph () {
0 commit comments