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
Is your feature request related to a problem? Please describe.
Current tokenization is only implemented as unary only, and we would like to implement a bidirectional streaming case where chunks of text are aggregated before tokenization/splitting.
Describe the solution you'd like
Implementation on regex sentence splitter
The text was updated successfully, but these errors were encountered:
evaline-ju
changed the title
Initial bidrectional streaming tokenization on regex sentence splitter
Initial bidirectional streaming tokenization on regex sentence splitter
Apr 16, 2024
Is your feature request related to a problem? Please describe.
Current tokenization is only implemented as unary only, and we would like to implement a bidirectional streaming case where chunks of text are aggregated before tokenization/splitting.
Describe the solution you'd like
Implementation on regex sentence splitter
The text was updated successfully, but these errors were encountered: