Skip to content
Discussion options

You must be logged in to vote

I think I just figured this out. My attribute ruler config was like this

[components.attribute_ruler]
factory = "attribute_ruler"
scorer = {"@scorers":"spacy.attribute_ruler_scorer.v1"}
validate = false

And after changing that to this I no longer get the warnings:

[components.attribute_ruler]
source = "en_core_web_lg"

Replies: 1 comment

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
feat / pipeline Feature: Processing pipeline and components feat / lemmatizer Feature: Rule-based and lookup lemmatization
1 participant