INL / clariah-fcs-endpoints

REST endpoints for CLARIAH Federated Content Search
GNU General Public License v3.0
1 stars 0 forks source link

Translation of NOT_EQUALS Expressions #14

Open JessedeDoes opened 7 years ago

JessedeDoes commented 7 years ago

... is completely wrong. They become positive

JessedeDoes commented 7 years ago

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