aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
496 stars 45 forks source link

Replace pysbd with nltk for better sentence segmentation #79

Closed aedocw closed 9 months ago

aedocw commented 9 months ago

Ooops, this branch was supposed to be called use-nltk. It replaces pysbd with NLTK (natural language tool kit) which seems to do a much better job at sentence segmentation.