Skip to content

Commit 655de55

Browse files
committed
dat -> that
1 parent f2e5a16 commit 655de55

File tree

2 files changed

+70188
-70187
lines changed

2 files changed

+70188
-70187
lines changed

src/edu/stanford/nlp/process/Morpha.flex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,7 @@ EY_ADJS = "cag"|"cak"|"clay"|"cliqu"|"crep"|"dic"|"dop"|"glu"|"goo"|"grip"|"hok"
20862086
<scan>"an"/_[AD] { return(stem(1, "", "n")); }
20872087
<scan>"those"/_DT { return(stem(3, "at", "")); }
20882088
<scan>"these"/_DT { return(stem(3, "is", "")); }
2089+
<scan>"dat"/_DT { return(stem(3, "that", "")); }
20892090

20902091
<scan>"worse"/_JJR { return(stem(5, "bad", "")); }
20912092
<scan>"worst"/_JJS { return(stem(5, "bad", "")); }

0 commit comments

Comments
 (0)