Skip to content

Commit

Permalink
dat -> that
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Apr 20, 2022
1 parent 9c50237 commit 3fbc665
Show file tree
Hide file tree
Showing 2 changed files with 70,188 additions and 70,187 deletions.
1 change: 1 addition & 0 deletions src/edu/stanford/nlp/process/Morpha.flex
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,7 @@ EY_ADJS = "cag"|"cak"|"clay"|"cliqu"|"crep"|"dic"|"dop"|"glu"|"goo"|"grip"|"hok"
<scan>"an"/_[AD] { return(stem(1, "", "n")); }
<scan>"those"/_DT { return(stem(3, "at", "")); }
<scan>"these"/_DT { return(stem(3, "is", "")); }
<scan>"dat"/_DT { return(stem(3, "that", "")); }

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

0 comments on commit 3fbc665

Please sign in to comment.