Class

org.maltparserx.core.syntaxgraph

Sentence

Related Doc: package syntaxgraph

Permalink

class Sentence extends SyntaxGraph with TokenStructure

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sentence
  2. TokenStructure
  3. SyntaxGraph
  4. Observer
  5. Structure
  6. LabeledStructure
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sentence(symbolTables: SymbolTableHandler)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addLabel(element: Element, labelFunction: String, label: String): Unit

    Permalink
    Definition Classes
    SyntaxGraphLabeledStructure
  5. def addTokenNode(): TokenNode

    Permalink
    Definition Classes
    SentenceTokenStructure
  6. def addTokenNode(index: Int): TokenNode

    Permalink
    Definition Classes
    SentenceTokenStructure
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def checkInLabelSet(labelSet: LabelSet): Unit

    Permalink
    Definition Classes
    SyntaxGraphLabeledStructure
  9. def checkOutNewLabelSet(): LabelSet

    Permalink
    Definition Classes
    SyntaxGraphLabeledStructure
  10. def clear(): Unit

    Permalink
    Definition Classes
    SentenceSyntaxGraphStructure
  11. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getHighestTokenIndex(): Int

    Permalink
    Definition Classes
    SentenceTokenStructure
  17. def getOrAddTerminalNode(index: Int): Token

    Permalink
    Attributes
    protected[org.maltparserx.core.syntaxgraph]
  18. def getSentenceID(): Int

    Permalink
    Definition Classes
    SentenceTokenStructure
  19. def getSymbolTables(): SymbolTableHandler

    Permalink
    Definition Classes
    SyntaxGraphLabeledStructure
  20. def getTokenIndices(): SortedSet[Integer]

    Permalink
    Definition Classes
    SentenceTokenStructure
  21. def getTokenNode(index: Int): TokenNode

    Permalink
    Definition Classes
    SentenceTokenStructure
  22. def hasTokens(): Boolean

    Permalink
    Definition Classes
    SentenceTokenStructure
  23. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  25. def nTokenNode(): Int

    Permalink
    Definition Classes
    SentenceTokenStructure
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def setSentenceID(sentenceID: Int): Unit

    Permalink
    Definition Classes
    SentenceTokenStructure
  30. def setSymbolTables(symbolTables: SymbolTableHandler): Unit

    Permalink
    Definition Classes
    SyntaxGraphLabeledStructure
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    Sentence → AnyRef → Any
  33. def update(o: Observable, str: Any): Unit

    Permalink
    Definition Classes
    Sentence → Observer
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TokenStructure

Inherited from SyntaxGraph

Inherited from Observer

Inherited from Structure

Inherited from LabeledStructure

Inherited from AnyRef

Inherited from Any

Ungrouped