You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/filters/script_and_language_identification_filters.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Parameters:
38
38
*`id_method`: language indentification method (`langid`, `lingua`, `cld2`, `fasttext`; default `langid`)
39
39
*`thresholds`: minimum identification confidence score for the segments (a single float or a list of floats per language)
40
40
*`fasttext_model_path`: path for a `fasttext` model (required only for the `fasttext` method; default `null`)
41
-
*`langid_languages`: limit detection to a list of possible languages (valid only for the `langid`method; default `null`)
41
+
*`langid_languages`: limit detection to a list of ISO 639-1 codes for possible languages (valid only for the `langid`and `lingua` methods; default `null`)
42
42
*`cld2_options`: a dictionary of options for the `cld2` method (valid only for the `cld2` method; default `null`)
43
43
*`lingua_mode`: a string specifying whether to use lingua's `high` or `low` accuracy mode
0 commit comments