org.dbpedia.extraction.util

Language

object Language extends (String) ⇒ Language with Serializable

Linear Supertypes
Serializable, Serializable, (String) ⇒ Language, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Language
  2. Serializable
  3. Serializable
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val Commons: Language

    Wikimedia commons

  5. val Core: Language

    The Core Directory as a quasi language

  6. val English: Language

    English Wikipedia

  7. val Mappings: Language

    DBpedia mappings wiki

  8. val None: Language

    Alibi Language

  9. val Wikidata: Language

    Wikimedia Wikidata

  10. def andThen[A](g: (Language) ⇒ A): (String) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def apply(code: String): Language

    Gets a language object for a Wikipedia language code.

    Gets a language object for a Wikipedia language code. Throws IllegalArgumentException if language code is unknown.

    Definition Classes
    Language → Function1
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compose[A](g: (A) ⇒ String): (A) ⇒ Language

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get(code: String): Option[Language]

    Gets a language object for a Wikipedia language code, or None if given code is unknown.

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getOrElse(code: String, default: ⇒ Language): Language

    Gets a language object for a Wikipedia language code, or the default if the given code is unknown.

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. val logger: Logger

  24. val map: Map[String, Language]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit val wikiCodeOrdering: Ordering[Language]

  34. val wikipediaLanguageUrl: String

Inherited from Serializable

Inherited from Serializable

Inherited from (String) ⇒ Language

Inherited from AnyRef

Inherited from Any

Ungrouped