KorAP / Krill

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

MatchInfo expansion should consider context size #144

Closed margaretha closed 1 month ago

margaretha commented 2 months ago

MatchInfo doesn't only contain the match/hit but it is usually expanded into sentence. When krill.match.max.token is set, it is cut accordingly.

The expansion should consider krill.context.max.token as well.