CentreForDigitalHumanities / parseport

Dutch sentence parser for Spindle + Æthel (and maybe others in the future).
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Limit number of samples per result #50

Open bbonf opened 3 months ago

bbonf commented 3 months ago

Currently if you run a query that's not very specific, you might get a (word,lemma,type) combination with many hits. There's probably no need to collect every single hit and return them all at once to the browser. Maybe the list of samples could be truncated to a certain hard limit. Possibly with the option to fetch the full list separately.

XanderVertegaal commented 2 months ago

Perhaps with a 'Load more' button in the list of samples?