Skip to content
Discussion options

You must be logged in to vote

Hi @frahen,

Thank you for your question! We’re always happy to help, and this isn’t a 100% obvious answer.

You can start by checking the https://spacy.io/models/de page under ‘label scheme’ on whether the labels you're looking for are there. You might want to check the morphologizer labels as well. If you have questions on what any of the labels mean, you can use print(spacy.explain("...")), though I’m not sure it works for morph labels/feats.

However, that morphologizer list may be truncated, and also maybe hard to find what you’re looking for exactly. If it’s not in the fine-grained tags, you can look at the general UD morphologizer features here: https://universaldependencies.org/u/fea…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@frahen
Comment options

@EvaDavita
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang / de German language data and models feat / matcher Feature: Token, phrase and dependency matcher
3 participants