J007X
J007X
**Is your feature request related to a problem? Please describe.** Currently, due to some current language feature (/nature) of Python and related libraries used (such as jsonpickle), many type related...
This PR fixes https://github.com/asyml/forte/issues/920. ### Description of changes (In this phase-1,) Interface methods are added to the "Data_Store" level to provide basic services that expand the previous service/methods by allowing...
**Is your feature request related to a problem? Please describe.** Per discussion in earlier meetings and emails, a "Data_Pack" level attribute(/"primitive-like") direct access interface (without using classes) for batch-like/mass retrieval...
This PR fixes https://github.com/asyml/forte/issues/924. ### Description of changes Implemented changes as designed/discussed in #924. ### Possible influences of this PR. Provide a Data Pack level attribute interface, based on lower...
This PR fixes [https://github.com/asyml/forte/issues/805]. ### Description of changes According to discussion and requirements in the ticket and , a new test NLP pipeline using Forte is created in a new...
**Is your feature request related to a problem? Please describe.** As discussed in meetings, for (batch-like/mass retrieval) Attribute interface (for direct access without using classes) we need a high level...
Create interface (such as for Entry) to extract attributes (especially in massive settings) directly
**Is your feature request related to a problem? Please describe.** In recent profiling tests we found there could be excessive packing/unpacking for the attributes of datatypes such as entry which...