Skip to content
Discussion options

You must be logged in to vote

To format code blocks correctly, you need to put three backticks at the start and end. See the Github Markdown guide.

In order for the trainable component to work, you need to provide labels. You can do this by providing a file with labels or annotated data. For the lemmatizer it's much easier to provide annotated data.

This error suggests that your training data doesn't have any lemmas assigned. How are you creating your training data?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@canberkarc
Comment options

@polm
Comment options

@canberkarc
Comment options

@polm
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