We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPD I think it is even better option is to merge here https://github.com/nicolay-r/bulk-ner/blob/main/bulk_ner%2Fapi.py#L48-L49 Because pipeline should not know about various inputs. So that, we just just stacking dicts and attempting to merge them with no intersections.
And this is where we refactoring horizontal batching: https://github.com/nicolay-r/bulk-ner/blob/main/bulk_ner%2Fapi.py#L37
Old reasoning I think we have to add grouping of the rows concept in the pipeline here https://github.com/nicolay-r/bulk-ner/blob/main/bulk_ner%2Fapi.py#L23-L32 As the list item. At present, supporting schemas would lead to amount of rows in output similar to n*c, where c is the total amount of columns
The text was updated successfully, but these errors were encountered:
#28 done and #31 done, #32 done!
8311c96
#28 support schemas API setup
dcbbe40
nicolay-r
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
UPD
I think it is even better option is to merge here
https://github.com/nicolay-r/bulk-ner/blob/main/bulk_ner%2Fapi.py#L48-L49
Because pipeline should not know about various inputs. So that, we just just stacking dicts and attempting to merge them with no intersections.
And this is where we refactoring horizontal batching:
https://github.com/nicolay-r/bulk-ner/blob/main/bulk_ner%2Fapi.py#L37
Old reasoning
I think we have to add grouping of the rows concept in the pipeline here
https://github.com/nicolay-r/bulk-ner/blob/main/bulk_ner%2Fapi.py#L23-L32
As the list item.
At present, supporting schemas would lead to amount of rows in output similar to n*c, where c is the total amount of columns
The text was updated successfully, but these errors were encountered: