org.dbpedia.extraction.config

ConfigUtils

object ConfigUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigUtils
  2. AnyRef
  3. 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 ExcludedLanguageRegex: Regex

    Regex used for excluding languages from the import.

  5. val LanguageRegex: Regex

    Simple regex matching Wikipedia language codes.

    Simple regex matching Wikipedia language codes. Language codes have at least two characters, start with a lower-case letter and contain only lower-case letters and dash, but there are also dumps for "wikimania2005wiki" etc.

  6. val RangeRegex: Regex

    Regex for numeric range, both limits optional

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getString(config: Properties, key: String, required: Boolean = false): String

  14. def getStringMap(config: Properties, key: String, sep: String, required: Boolean = false): Map[String, String]

  15. def getStrings(config: Properties, key: String, sep: String, required: Boolean = false): Seq[String]

  16. def getValue[T](config: Properties, key: String, required: Boolean = false)(map: (String) ⇒ T): T

  17. def getValues[T](config: Properties, key: String, sep: String, required: Boolean = false)(map: (String) ⇒ T): Seq[T]

  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def loadConfig(url: URL): AnyRef

  21. def loadConfig(filePath: String, charset: String = "UTF-8"): Properties

  22. def loadImages(source: Source, wikiCode: String, extractionRecorder: ExtractionRecorder[WikiPage] = null): (Seq[String], Seq[String])

    This function was extracted from the ImageExtractor object, since the free & nonfree images are now extracted before starting the extraction jobs

    This function was extracted from the ImageExtractor object, since the free & nonfree images are now extracted before starting the extraction jobs

    source

    pages_articles of a given language

    wikiCode

    the wikicode of a given language

    returns

    two lists: ._1: list of free images, ._2: list of nonfree images

  23. def loadJsonComfig(url: URL): JsonNode

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

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

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

    Definition Classes
    AnyRef
  27. def parseLanguages(baseDir: File, args: Seq[String], wikiPostFix: String = "wiki"): Array[Language]

    baseDir

    directory of wikipedia.csv, needed to resolve article count ranges

    args

    array of space- or comma-separated language codes or article count ranges

    returns

    languages, sorted by language code

  28. def parseVersionString(str: String): Try[String]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toRange(from: String, to: String): (Int, Int)

  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped