Skip to content
Discussion options

You must be logged in to vote

To clarify about lemmatization, the lemmatizer is intended to remove inflectional morphology, not derivational morphology. Both summery and detailings are cases with derivational morphology rather than inflectional morphology. (detailings is a little more complex: the -s is inflectional but the -ing is derivational since detailing is a noun in this context.)

Also be aware that the English rule-based lemmatizer uses the part-of-speech to determine how to analyze the word, so the results for individual words without context may not be particularly good. The part-of-speech of a word can still sometimes be ambiguous with context and the tagger will also make some mistakes, but in general the …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang / en English language data and models feat / lemmatizer Feature: Rule-based and lookup lemmatization
3 participants