Packages

object DetectLanguage

Detects language using Apache Tika.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DetectLanguage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(input: String): String

    Detects the language of a String input.

    Detects the language of a String input.

    input

    the string for which language can be detected

    returns

    ISO 639-2 language code (eg. "en", "fr" or "it").