The mode to use for language identification. You can use one of the following options:
Segmented
. Process the data in fixed-size chunks, and return the language identification results for each chunk.Cumulative
. Return the running language identification score at periodic intervals, which is the score for all the data from the start to the current point.Boundary
. Determine boundaries where the language changes, and return the language identification results between boundaries.Type: | String |
Default: | segmented
|
Required: | No |
Configuration Section: | langid module |
Example: | LidMode=cumulative
|
See Also: |
|