An extensible framework for building visualization and annotation tools to enable better interaction with NLP and Artificial Intelligence. This is part of the CASL project: http://casl-project.ai/
Is your feature request related to a problem? Please describe.Stave can only support visualization of DataPack. We should extend its support to MultiPack.
Describe the solution you'd like
A MultiPack is a collection of multiple DataPacks, and we need to provide some interfaces for user to specify a DataPack for visualization. A drop down menu/list can be added to select DataPack based on its reference name in MultiPack.
Describe alternatives you've considered
Other design for DataPack selection can be accepted.
Additional context
It's better to include some test cases for MultiPack rendering.
Is your feature request related to a problem? Please describe.
Stave
can only support visualization ofDataPack
. We should extend its support toMultiPack
.Describe the solution you'd like A
MultiPack
is a collection of multipleDataPack
s, and we need to provide some interfaces for user to specify aDataPack
for visualization. A drop down menu/list can be added to selectDataPack
based on its reference name inMultiPack
.Describe alternatives you've considered Other design for
DataPack
selection can be accepted.Additional context It's better to include some test cases for
MultiPack
rendering.