Skip to content

v0.4.4

Compare
Choose a tag to compare
@KoljaB KoljaB released this 18 Jul 14:49
· 185 commits to master since this release

Added:

tokenize_sentences (callable)
- Default: None
- Description: A custom function that tokenizes sentences from the input text. You can provide your own lightweight tokenizer if you are unhappy with nltk and stanza. It should take text as a string and return split sentences as a list of strings.

and

before_sentence_synthesized (callable)
- Default: None
- Description: Callback function that gets called before a single sentence fragment gets synthesized.

Merged PR #109 (async server to serve multiple requests in parallel, thx to Raj Hammeer Singh Hada for providing this