Provides actions that are used for language models in speech-to-text systems.
Decodes recurrent neural network (RNN) scores by using the specified language model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterlangModelTable |
— |
specifies the nGram language model to use in decoding process. |
|
required parametertable |
— |
specifies RNN scores returned by the acoustic model. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies tunable parameter that controls the trade-off between the acoustic model and the language model. The larger 'alpha' is, the more the language model will count while ranking all candidates of the final guess.
| Default | 1 |
|---|
specifies tunable parameter that controls the trade-off between the acoustic model and the length of the sentence. The larger 'beta' is, the more the length of sentence will count while ranking all candidates of the final guess.
| Default | 0 |
|---|
specifies string used to indicate 'blank' label.
| Default | "_" |
|---|
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies labels the score columns in each time frame represent, which must follow the same order.
specifies the variables to transfer from the input table to the output table.
| Alias | copyVar |
|---|
specifies the nGram language model to use in decoding process.
| Long form | langModelTable={name="table-name"} |
|---|---|
| Shortcut form | langModelTable="table-name" |
| Alias | lm |
|---|
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies maximum number of paths kept as candidates of final results during decoding process.
| Default | 100 |
|---|
specifies highest order of nGrams to use during decoding process.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies string used to indicate 'space' label.
specifies RNN scores returned by the acoustic model.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
Decodes recurrent neural network (RNN) scores by using the specified language model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterlangModelTable |
— |
specifies the nGram language model to use in decoding process. |
|
required parametertable |
— |
specifies RNN scores returned by the acoustic model. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies tunable parameter that controls the trade-off between the acoustic model and the language model. The larger 'alpha' is, the more the language model will count while ranking all candidates of the final guess.
| Default | 1 |
|---|
specifies tunable parameter that controls the trade-off between the acoustic model and the length of the sentence. The larger 'beta' is, the more the length of sentence will count while ranking all candidates of the final guess.
| Default | 0 |
|---|
specifies string used to indicate 'blank' label.
| Default | "_" |
|---|
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies labels the score columns in each time frame represent, which must follow the same order.
specifies the variables to transfer from the input table to the output table.
| Alias | copyVar |
|---|
specifies the nGram language model to use in decoding process.
| Long form | langModelTable={name="table-name"} |
|---|---|
| Shortcut form | langModelTable="table-name" |
| Alias | lm |
|---|
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies maximum number of paths kept as candidates of final results during decoding process.
| Default | 100 |
|---|
specifies highest order of nGrams to use during decoding process.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies string used to indicate 'space' label.
specifies RNN scores returned by the acoustic model.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
Decodes recurrent neural network (RNN) scores by using the specified language model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterlangModelTable |
— |
specifies the nGram language model to use in decoding process. |
|
required parametertable |
— |
specifies RNN scores returned by the acoustic model. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies tunable parameter that controls the trade-off between the acoustic model and the language model. The larger 'alpha' is, the more the language model will count while ranking all candidates of the final guess.
| Default | 1 |
|---|
specifies tunable parameter that controls the trade-off between the acoustic model and the length of the sentence. The larger 'beta' is, the more the length of sentence will count while ranking all candidates of the final guess.
| Default | 0 |
|---|
specifies string used to indicate 'blank' label.
| Default | "_" |
|---|
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies labels the score columns in each time frame represent, which must follow the same order.
specifies the variables to transfer from the input table to the output table.
| Alias | copyVar |
|---|
specifies the nGram language model to use in decoding process.
| Long form | langModelTable={"name":"table-name"} |
|---|---|
| Shortcut form | langModelTable="table-name" |
| Alias | lm |
|---|
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import_ |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies maximum number of paths kept as candidates of final results during decoding process.
| Default | 100 |
|---|
specifies highest order of nGrams to use during decoding process.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies string used to indicate 'space' label.
specifies RNN scores returned by the acoustic model.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
Decodes recurrent neural network (RNN) scores by using the specified language model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterlangModelTable |
— |
specifies the nGram language model to use in decoding process. |
|
required parametertable |
— |
specifies RNN scores returned by the acoustic model. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies tunable parameter that controls the trade-off between the acoustic model and the language model. The larger 'alpha' is, the more the language model will count while ranking all candidates of the final guess.
| Default | 1 |
|---|
specifies tunable parameter that controls the trade-off between the acoustic model and the length of the sentence. The larger 'beta' is, the more the length of sentence will count while ranking all candidates of the final guess.
| Default | 0 |
|---|
specifies string used to indicate 'blank' label.
| Default | "_" |
|---|
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies labels the score columns in each time frame represent, which must follow the same order.
specifies the variables to transfer from the input table to the output table.
| Alias | copyVar |
|---|
specifies the nGram language model to use in decoding process.
| Long form | langModelTable=list(name="table-name") |
|---|---|
| Shortcut form | langModelTable="table-name" |
| Alias | lm |
|---|
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies maximum number of paths kept as candidates of final results during decoding process.
| Default | 100 |
|---|
specifies highest order of nGrams to use during decoding process.
| Default | 3 |
|---|---|
| Minimum value | 1 |
specifies string used to indicate 'space' label.
specifies RNN scores returned by the acoustic model.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).