Skip to content

Commit

Permalink
Add cowrite as another word in the write family of lemmas
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Dec 9, 2023
1 parent 9b5bec8 commit 2dd08da
Show file tree
Hide file tree
Showing 2 changed files with 69,762 additions and 69,720 deletions.
2 changes: 2 additions & 0 deletions src/edu/stanford/nlp/process/Morpha.flex
Expand Up @@ -669,6 +669,8 @@ S_ENDING_DEMONYMS = "Afghan"|"Afghani"|"African"|"Albanian"|"Alexandrine"|"Alger
<verb,any>"clung" { return(stem(3,"ing","ed")); } /* en */
<verb,any>"countersank" { return(stem(3,"ink","ed")); }
<verb,any>"countersunk" { return(stem(3,"ink","en")); }
<verb,any>"cowritten" { return(stem(3,"e","en")); }
<verb,any>"cowrote" { return(stem(3,"ite","ed")); }
<verb,any>"crept" { return(stem(3,"eep","ed")); } /* en */
<verb,any>"crossbred" { return(stem(3,"reed","ed")); } /* en */
<verb,any>"curettes" { return(stem(3,"","s")); }
Expand Down

0 comments on commit 2dd08da

Please sign in to comment.