Skip to content
Discussion options

You must be logged in to vote

Short answer: the current Python ParaformerStreaming path cannot combine timestamp prediction, contextual hotwords, and NN-LM shallow fusion by passing inference kwargs. For a supported streaming deployment, use the C++/ONNX 2-pass runtime: return low-latency online partials, then apply timestamps, hotword biasing, and N-gram/WFST decoding to the sentence-final offline result.

Current capability boundary

Path Streaming partials Timestamp Hotword biasing LM decoding
Python paraformer-zh-streaming Yes No No No integrated LM scorer
C++/ONNX funasr-wss-server-2pass 2pass-online text On 2pass-offline, with a timestamp AM On 2pass-offline; server/client WFST hotwords or a contextual AM N…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LauraGPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants