We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... is completely wrong. They become positive
The text was updated successfully, but these errors were encountered:
negation stuff and amount of brackets still feel fragile
this works now:
UD: [word="taalman"][pos!="PROPN" & word="kip"]
nederlab: [t_lc="taalman"] [!((pos="SPEC" & feat.spectype="deeleigen") | (pos="N" & feat.ntype="eigen")) & t_lc="kip"] opensonar: [word="taalman"] [!((pos="^(SPEC)." & pos=".(deeleigen).") | (pos="^(N)." & pos=".(eigen).")) & word="kip"]
Sorry, something went wrong.
JessedeDoes
No branches or pull requests
... is completely wrong. They become positive
The text was updated successfully, but these errors were encountered: