How to use Punctuation Models in FunASR #238
Unanswered
chenmengzheAAA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are two types of punctuation models, offline and online.
The "text_in" supports three formats: raw inputs, text files, url files.
Different from the offline model, the online model is used at each time of speech absence of voice activity detection(VAD) and
should be feed the cache extracted from the history text.
In the following code , we mark puctuation points on the pseudo streaming text where "|" represents the split points of VAD.
Beta Was this translation helpful? Give feedback.
All reactions