Skip to content

Commit ff5a8f2

Browse files
authored
remove metaphone from the description (#404)
1 parent 3aefaac commit ff5a8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/pages/02-speech-to-text/universal-streaming/universal-streaming-keyterms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ The streaming model itself is biased during inference to be more accurate at ide
573573

574574
### Turn-level boosting
575575

576-
After each turn is completed, an additional metaphone-based boosting pass analyzes the full transcript using your keyterm list. This post-processing step, similar to formatting, provides a second layer of accuracy improvement by examining the complete context of the turn. To enable this component, set `format_turns` to `True`.
576+
After each turn is completed, an additional boosting pass analyzes the full transcript using your keyterm list. This post-processing step, similar to formatting, provides a second layer of accuracy improvement by examining the complete context of the turn. To enable this component, set `format_turns` to `True`.
577577

578578
Both stages work together to maximize recognition accuracy for your keyterms throughout the streaming process.
579579

0 commit comments

Comments
 (0)