Skip to content
Discussion options

You must be logged in to vote

Hmm, are you referring to having TrainablePipe as the base class in the docs? The "Trainable" flag next to that is correct: there is not currently a trainable lemmatizer.

In terms of the docs, the provided base class is a mistake as compared to the source (the base class is currently Pipe), but the Lemmatizer class has been designed so that it can be extended in the future without changing the API, so it has an unused Model parameter.

The current rule-based lemmatizers are all hand-written.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@BramVanroy
Comment options

@adrianeboyd
Comment options

@BramVanroy
Comment options

@adrianeboyd
Comment options

@BramVanroy
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / lemmatizer Feature: Rule-based and lookup lemmatization
2 participants