asyml / forte

Forte is a flexible and powerful ML workflow builder. This is part of the CASL project: http://casl-project.ai/
Apache License 2.0
239 stars 60 forks source link

Multipack member methods should be richer #180

Open hunterhector opened 4 years ago

hunterhector commented 4 years ago

We have provided a wide range of member methods for DataPack, such as the advanced get_data functions, span operations. These functions are not ready for MultiPack. To achieve this, we should design a generic get data API for MultiPack and implement corresponding methods.

hunterhector commented 4 years ago

get function is added in https://github.com/asyml/forte/pull/193. There is currently no get_data equivalence.