org.dbpedia.extraction.wikiparser.impl.sweble

SwebleWrapper

final class SwebleWrapper extends WikiParser

this class transforms a Sweble AST to DBpedia AST. the implementation is dirty

Linear Supertypes
WikiParser, (WikiPage) ⇒ Option[PageNode], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SwebleWrapper
  2. WikiParser
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SwebleWrapper()

Type Members

  1. class ParameterToDefaultValueResolver extends AstVisitor[WtNode]

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. def andThen[A](g: (Option[PageNode]) ⇒ A): (WikiPage) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(page: WikiPage): Option[PageNode]

    Parses WikiText source and returns its Abstract Syntax Tree.

    Parses WikiText source and returns its Abstract Syntax Tree.

    page

    The page

    returns

    The PageNode which represents the root of the AST

    Definition Classes
    SwebleWrapperWikiParser → Function1
    Exceptions thrown
    WikiParserException

    if an error occured during parsing

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[A](g: (A) ⇒ WikiPage): (A) ⇒ Option[PageNode]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. var config: WikiConfigImpl

  10. def defaultStart(node: WtNode): String

  11. var engine: WtEngineImpl

  12. var entityMap: WtEntityMap

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  17. def getProperties(startingKey: Int, t: WtTemplate, line: Int, start_line: Int): List[PropertyNode]

  18. def getWrap(node: WtNode): (String, String)

  19. def getXMLAttribute(node: WtTableCell, name: String): Option[String]

  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. var language: Language

  23. var lastLine: Int

  24. def mergeConsecutiveTextNodes(nodes: List[Node]): List[Node]

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

    Definition Classes
    AnyRef
  26. implicit def nodeList2nodes(l: WtNodeList): List[WtNode]

  27. implicit def nodeList2prepocessedPage(nl: WtNodeList): PreprocessedWikitext

  28. implicit def nodeList2string(nl: WtNodeList): String

  29. implicit def nodes2nodeList(l: List[WtNode]): WtNodeList

  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. var pageId: PageId

  33. def parse(pageId: PageId, wikitext: String): EngPage

  34. implicit def preprocessedPage2string(p: PreprocessedWikitext): String

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  37. def transformAST(page: WikiPage, swebleTree: EngPage, start_line: Int = 0): PageNode

  38. def transformFormattingNodes(nodes: List[WtNode]): List[WtNode]

  39. def transformNode(node: WtNode, start_line: Int): List[Node]

  40. def transformNodes(nodes: List[WtNode], start_line: Int): List[Node]

  41. def transformNodes(nl: WtNodeListImpl, start_line: Int): List[Node]

  42. implicit def url2string(url: WtUrl): String

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. var wikiNodeFactory: WikitextNodeFactory

  47. def wrap(node: WtContentNode, line: Int, start_line: Int): List[Node]

Inherited from WikiParser

Inherited from (WikiPage) ⇒ Option[PageNode]

Inherited from AnyRef

Inherited from Any

Ungrouped