KorAP / Krill

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

Highlight function doesn't cover whole match/context #97

Open margaretha opened 10 months ago

margaretha commented 10 months ago

For the query:

"für" []{20,25} "uns" </s>

Du nicht zu uns should actually also be highlighted in the match below:

image

Akron commented 10 months ago

The reason it's not highlighted, is because for snippet-length reasons we cut on the match not only on the context. But I agree that this specific incident looks weird and we should look into it.