Replies: 1 comment 6 replies
-
I assume you use the KWIC visualizer for the tokens, which is a grid visualizer in disguise. As such, you can configure it to only show a specific list of annotations (and implicitly not show any non-given annotation layers using the [[visualizers]]
vis_type = "kwic"
display_name = "kwic"
visibility = "permanent"
[visualizers.mappings]
annos = "/tiger::lemma/,/tiger::pos/" The There is currently no way of excluding metadata from the information window, but you can sort the order: https://korpling.github.io/ANNIS/4/user-guide/import-and-config/corpus-config.html#order-of-metadata-annotations |
Beta Was this translation helpful? Give feedback.
-
It is not clear to me how to change my
corpus-config.toml
so that I can avoid displaying some annotation layer. For example, the morphological feature "case" is displayed for all tokens: is it possible to disable it?Moreover, the anno annotation (metadata) can be accessed by clicking on the "i" of each result: is it possible to show some of them explicitly?
Beta Was this translation helpful? Give feedback.
All reactions