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

Display parsed corpus search results #59

Open XanderVertegaal opened 2 months ago

XanderVertegaal commented 2 months ago

The results of the parsed corpus search should be displayed in a table. PrimeNG has already been implemented for Aethel. We can reuse that here.

XanderVertegaal commented 1 month ago

Edit: instead of a list of sentences, we will be going for a list of operations / internal node labels. When clicking on a label, you should see all sentences in the corpus with that operation. We can hook into Vulcan's internal search function for this.