The ScoreMode parameter sets the scoring method to use for language identification. Type one of the following options:
raw–the raw form of the language identification confidence scores is returned. (They are not normalized.)
normalized–the language identification confidence scores are normalized between 0.0 (worst) and 1.0 (best).
| Type: | String |
|---|---|
| Default: | raw
|
| Range: | raw or normalized |
| Required: | No |
| Configuration Section: | langid module |
| Example: | ScoreMode=raw
|
|
|