Provides actions that are used for language models in speech-to-text systems.
| Action Name | Description |
|---|---|
| calculateErrorRate | Calculates the error rates of characters, words, and sentences by comparing hypothesis and reference transcripts |
| IdentifySpeakers | Identify speakers |
| lmDecode | Decodes recurrent neural network (RNN) scores by using the specified language model |
| lmImport | Imports an nGram language model |
| nGramCount | Counts the nGrams in the nGram table |
| nGramCountToLm | Creates a language model from an nGram table |
| textToNGram | Converts raw text into nGrams |
| transcribeSpeech | Transcribe speech |