Hector
Hector
**Describe the bug** There are two main examples using the extractor interfaces: 1. https://github.com/asyml/forte/tree/master/examples/tagging 2. https://github.com/asyml/forte/tree/master/examples/srl The first one did not load the vocabulary during validation and testing. The second...
**Is your feature request related to a problem? Please describe.** JSON Schema can be used to check whether a data pack serialization is correct, which can help the system to...
This issue should be done at the end of project https://github.com/asyml/forte/projects/3. **Is your feature request related to a problem? Please describe.** Forte currently supports a simple serialization via JsonPickle. This...
**Is your feature request related to a problem? Please describe.** Forte provides the selector interface that can take data packs from multi packs. However, there can be many other use...
**Is your feature request related to a problem? Please describe.** Data Packs are serialized as JSON objects to disk. However, there have been changes to the data pack during the...
**Is your feature request related to a problem? Please describe.** Ontology class name could be a problem when multiple ones are used, since Python may not be able to pick...
**Is your feature request related to a problem? Please describe.** To prepare medical NER detection, we need to create a reader for the BC5CDR in the BLUE Benchmark: https://github.com/ncbi-nlp/BLUE_Benchmark **Describe...
**Is your feature request related to a problem? Please describe.** When the serialized data pack contains an unknown type, the Forte system will not serialize it as a class but...
**Is your feature request related to a problem? Please describe.** Structure substitution is a general family of methods in data augmentation. https://home.ttic.edu/~freda/paper/shi2021substructure.pdf Behind the scene, the method focuses on replacing...
**Is your feature request related to a problem? Please describe.** Currently, the whole data pack is stored in one place, which includes the metadata, the actual data, and optionally the...