Documentation
¶
Overview ¶
cmd/sttsim provides STT debugging utilities.
Usage:
# Compare string similarity go run ./cmd/sttsim "localizer" "laser" go run ./cmd/sttsim "heading" "descending" # Test transcript normalization go run ./cmd/sttsim -norm "five hundred" go run ./cmd/sttsim -norm "two thousand five hundred"
Similarity mode shows Jaro-Winkler score, Double Metaphone encodings, PhoneticMatch result, and FuzzyMatch results at various thresholds.
Normalization mode shows how a transcript is normalized before parsing.
Click to show internal directories.
Click to hide internal directories.