We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e5a16 commit 655de55Copy full SHA for 655de55
src/edu/stanford/nlp/process/Morpha.flex
@@ -2086,6 +2086,7 @@ EY_ADJS = "cag"|"cak"|"clay"|"cliqu"|"crep"|"dic"|"dop"|"glu"|"goo"|"grip"|"hok"
2086
<scan>"an"/_[AD] { return(stem(1, "", "n")); }
2087
<scan>"those"/_DT { return(stem(3, "at", "")); }
2088
<scan>"these"/_DT { return(stem(3, "is", "")); }
2089
+<scan>"dat"/_DT { return(stem(3, "that", "")); }
2090
2091
<scan>"worse"/_JJR { return(stem(5, "bad", "")); }
2092
<scan>"worst"/_JJS { return(stem(5, "bad", "")); }
0 commit comments