KorAP / Krill

:mag: A Corpus Data Retrieval Index using Lucene for Look-Ups
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Relation without Label #74

Open margaretha opened 3 years ago

margaretha commented 3 years ago

Should we allow relation queries without label? How should we interpret it?

An example of a relation query without label in ANNIS:

cat="VP" & cat="NP" & #1 ->malt/d #2

Possible interpretation of a relation without label:

  1. strictly match only all relations without labels (are they even exist in our annotation data?)
  2. match all relations malt/d with any labels