Hector
Hector
@tanyuqian mind take a quick look of this?
You need to include texar in you python path Either install through PyPI ``` pip install texar ``` or, to use cutting-edge features or develop locally, install from source: ```...
I have added more comments on the doc directly, please take a look: https://asyml-forte--889.org.readthedocs.build/en/889/notebook_tutorial/ocr.html
more comments added as annotations. please also check the grammar with some tools.
I removed the resolved ones but there are still a few left, should simply need some quick-fixes
There are two places that could affect this, we know that this is not very smooth right now: 1. https://github.com/asyml/forte/blob/master/forte/pipeline.py#L197, currently our pipeline will use `base_ontology` to populate an internal...
Quick fix for 1 is to feed an ontology file to Pipeline at the begining. Note that it need to be a "full" ontology file, this can be obtained by...
> I do see new entry type annotations being detected which means the pipeline did work with expected ontologies; So the output json will definitely work that the pipeline works...
Nice issue! But I feel like this issue is a bit too large. We could consider implementing Global DataPack and Reducer as separate issues (or other separation in your own...
Is this issue resolved?