You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lang_detection.inc 874B

12345678910111213141516171819202122232425262728
  1. # Language detection configuration
  2. # Please don't modify this file as your changes might be overwritten with
  3. # the next update.
  4. #
  5. # You can modify 'local.d/lang_detection.inc' to add and merge
  6. # parameters defined inside this section
  7. #
  8. # You can modify 'override.d/lang_detection.inc' to strictly override all
  9. # parameters defined inside this section
  10. # Path to the languages shared data
  11. # languages = "${SHAREDIR}/languages"
  12. # Limit in words to treat text as short for language detection
  13. # short_text_limit = 10
  14. # Enable only specific languages
  15. # languages_enable = ["en", "de"]
  16. # Disable specific languages
  17. # languages_disable = ["fr", "es"]
  18. # Use the following fasttext model for language detection (if Fasttext support is compiled in)
  19. # fasttext_model = "${SHAREDIR}/languages/fasttext_model.ftz"
  20. # Prefer fasttext over all other methods
  21. # prefer_fasttext = true;