In boundary-mode language identification, IDOL Speech Server initially segments audio by language and then identifies the language in each segment. Short segments can lower identification accuracy and you can choose to exclude short segments from language identification by setting DiscardShortSegs
to a minimum segment length.
The langid
module returns a result of 'Unknown
' for any section with a duration below the specified value.
Type: | Decimal |
Default: | 5.0 |
Required: | No |
Configuration Section: | langid module |
Example: | DiscardShortSegs=3.0
|
See Also: | DiscardShort (action parameter) |
|