Hector
Hector
As open-sourced projects, we love to hear the voices of the community and learn what features you are expecting from machine learning libraries and NLP toolkits. To facilitate this, we...
The code blocks in the docstring are not rendered as expected int he sphinx doc. The `code block` documentation In the following [example ](https://github.com/asyml/texar-pytorch/blob/master/texar/torch/run/executor.py#L613 )(and a few following), are not...
**Describe the bug** There are some fundamental problems found in the Payload implementation. 1. Referring to [this](https://github.com/asyml/forte/pull/828#discussion_r913377790) a. The design requirement is to make `Payload` system generatable, but we cannot...
**Is your feature request related to a problem? Please describe.** Datastore features are tested independently, and the current set of data pack test do not cover all new features. We...
**Is your feature request related to a problem? Please describe.** At the end of the data efficiency project, we need to measure whether it is successful by profiling the new...
**Is your feature request related to a problem? Please describe.** Without having to generate and without having all the classes ready, one can also use the data store with simply...
**Is your feature request related to a problem? Please describe.** Getting all subtypes of a certain type in the data store is used in multiple places ([1](https://github.com/asyml/forte/pull/771#discussion_r880779359), [2](https://github.com/asyml/forte/pull/769#discussion_r880809181)), but could...
**Describe the bug** When being deserialized, there is currently no validation of the input. The system doesn't know what's actually in the data. This can make debugging hard, and also...
**Is your feature request related to a problem? Please describe.** The current ontology serialized IR looks like the following: ``` components: - configs: serialize_method: jsonpickle zip_pack: false type: forte.data.readers.string_reader.StringReader -...
**Is your feature request related to a problem? Please describe.** This is a follow-up to https://github.com/asyml/forte/issues/497 Instead of adding a boolean flag `use_name_space_packaging`, it's better to set an integer argument...