org.dbpedia.extraction.sources

WikiSource

object WikiSource

Fetches pages from a MediaWiki.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WikiSource
  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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromIDs(param: String, ids: Iterable[Long], url: URL, language: Language): Source

    Fetches all pages from a list of page or revision IDs.

    Fetches all pages from a list of page or revision IDs.

    param

    WikiApi.PageIDs ("pageids") or WikiApi.RevisionIDs ("revids")

    ids

    The page or revision IDs of the pages

    url

    The URL of the MediaWiki API e.g. https://en.wikipedia.org/w/api.php

    language

    The language of the MediaWiki

  10. def fromNamespaces(namespaces: Set[Namespace], url: URL, language: Language): Source

    Source of all pages which belong to a specific namespace.

    Source of all pages which belong to a specific namespace.

    namespaces

    The namespaces to fetch articles from

    url

    The URL of the MediaWiki API e.g. https://en.wikipedia.org/w/api.php

    language

    The language of the MediaWiki

  11. def fromPageIDs(ids: Iterable[Long], url: URL, language: Language): Source

    Fetches all pages from a list of page IDs.

    Fetches all pages from a list of page IDs.

    ids

    The page IDs of the pages

    url

    The URL of the MediaWiki API e.g. https://en.wikipedia.org/w/api.php

    language

    The language of the MediaWiki

  12. def fromRevisionIDs(ids: Iterable[Long], url: URL, language: Language): Source

    Fetches all pages from a list of revision IDs.

    Fetches all pages from a list of revision IDs.

    ids

    The revision IDs of the pages

    url

    The URL of the MediaWiki API e.g. https://en.wikipedia.org/w/api.php

    language

    The language of the MediaWiki

  13. def fromTitles(titles: Iterable[WikiTitle], url: URL, language: Language): Source

    Fetches all pages from a list of titles.

    Fetches all pages from a list of titles.

    titles

    The titles of the pages

    url

    The URL of the MediaWiki API e.g. https://en.wikipedia.org/w/api.php

    language

    The language of the MediaWiki

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped