You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is originates from NER application. (nicolay-r/ARElight#118)
The snippet below illustrates that we apply text processing pipeline separately for each sentence (text_parser.run).
If we want to enhance the document processing performance, there is a need to switch from a single sentence to list of sentences. The latter denotes to support batching.
nicolay-r
changed the title
Batching sentences in document parser [ARElight backlog]
Pipelines -- Batching sentences in document parser [ARElight backlog]
Dec 27, 2023
This is originates from NER application. (nicolay-r/ARElight#118)
The snippet below illustrates that we apply text processing pipeline separately for each sentence (
text_parser.run
).If we want to enhance the document processing performance, there is a need to switch from a single sentence to
list
of sentences. The latter denotes to supportbatching
.AREkit/arekit/common/docs/parser.py
Lines 19 to 25 in 4c577cb
❌ These parameters could be removed:
AREkit/arekit/common/docs/parser.py
Lines 31 to 32 in 4c577cb
The following in actually required and cited to the related parameter in context:
AREkit/arekit/contrib/source/brat/entities/parser.py
Line 10 in 4c577cb
The text was updated successfully, but these errors were encountered: