Skip to content
New issue

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

Translation of NOT_EQUALS Expressions #14

Open
JessedeDoes opened this issue Sep 10, 2017 · 1 comment
Open

Translation of NOT_EQUALS Expressions #14

JessedeDoes opened this issue Sep 10, 2017 · 1 comment
Assignees

Comments

@JessedeDoes
Copy link
Member

... is completely wrong. They become positive

@JessedeDoes JessedeDoes self-assigned this Sep 10, 2017
@JessedeDoes
Copy link
Member Author

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"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant