Skip to content

Commit

Permalink
async support, update to latest nltk and stanza libs
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Nov 7, 2024
2 parents 5c1b3cc + 09b520b commit b9329a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 442 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="stream2sentence",
version="0.2.6",
version="0.2.7",
author="Kolja Beigel",
author_email="[email protected]",
description="Real-time processing and delivery of sentences from a continuous stream of characters or text chunks.",
Expand Down
6 changes: 5 additions & 1 deletion stream2sentence/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from .stream2sentence import generate_sentences, init_tokenizer
from .stream2sentence import (
generate_sentences,
generate_sentences_async,
init_tokenizer,
)
Loading

0 comments on commit b9329a2

Please sign in to comment.