Skip to content

Commit e058c2d

Browse files
committed
Update doc to mention adverb & adj
1 parent 2d88d17 commit e058c2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/edu/stanford/nlp/process/Morphology.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919

2020
/**
21-
* Morphology computes the base form of English words, by removing just
22-
* inflections (not derivational morphology). That is, it only does noun
23-
* plurals, pronoun case, and verb endings, and not things like comparative adjectives
24-
* or derived nominals. It is based on a finite-state
25-
* transducer implemented by John Carroll et al., written in flex and publicly
26-
* available.
21+
* Morphology computes the base form of English words, by removing
22+
* just inflections (not derivational morphology). That is, it only
23+
* does noun plurals, pronoun case, adverbs, adjectives, and verb
24+
* endings, and not things like or derived nominals. It is based on a
25+
* finite-state transducer implemented by John Carroll et al., written
26+
* in flex and publicly available.
2727
* See: http://www.informatics.susx.ac.uk/research/nlp/carroll/morph.html .
2828
* There are several ways of invoking Morphology. One is by calling the static
2929
* methods:

0 commit comments

Comments
 (0)