Skip to content
Discussion options

You must be logged in to vote

Changing the defaults does affect the whole class. Instead, you'd want to use a custom language, as shown here: https://spacy.io/usage/linguistic-features/#language-subclass

If you're not using any of the components in es_core_news_md, you can consider using spacy.blank("es") instead, which would turn into spacy.blank("custom_es") for your customized language.

If you do want to combine components from es_core_news_md and your custom language class it's a little more complicated, but let me know what you're trying to do and I can explain the details.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@joros244
Comment options

@adrianeboyd
Comment options

@joros244
Comment options

Answer selected by joros244
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
2 participants