change the method of splitting sentences

This commit is contained in:
2026-08-30 09:06:01 +08:00
parent 997bd9eed8
commit abc052e42d
3 changed files with 61 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ from .repository import VideoRepository
from .transcription import Transcript, Transcriber, split_sentences_at_punctuation
MOSS_ALGORITHM_VERSION = "moss-period-v2"
MOSS_ALGORITHM_VERSION = "moss-punctuation-v3"
class VideoProcessor: