GateNLP / python-gatenlp

Python text processing, pattern matching, and NLP framework
https://gatenlp.github.io/python-gatenlp/
Apache License 2.0
63 stars 8 forks source link

Allow to preselect annotations to mark with the htmlviewer #160

Closed johann-petrak closed 2 years ago

johann-petrak commented 2 years ago

Eg doc.show(select=...)

This would be even more useful with the Notebook corpus viewer.

johann-petrak commented 2 years ago

Should get combined with configuring the per-set/type colours.

johann-petrak commented 2 years ago

Implemented as doc.show(preselect=annspec)