edu.arizona.sista.reach.context.rulebased

RuleBasedContextEngine

Related Doc: package rulebased

abstract class RuleBasedContextEngine extends ContextEngine

Linear Supertypes
ContextEngine, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RuleBasedContextEngine
  2. ContextEngine
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuleBasedContextEngine()

Abstract Value Members

  1. abstract def extractEntryFeatures(entry: FriesEntry): Array[(String, Double)]

    Attributes
    protected
  2. abstract def inferContext: List[Seq[Int]]

    Attributes
    protected

Concrete 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 assign(mentions: Seq[BioMention]): Seq[BioMention]

    assigns context to mentions given current state of the engine

    assigns context to mentions given current state of the engine

    Definition Classes
    RuleBasedContextEngineContextEngine
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def densifyFeatures: Seq[Seq[Double]]

    Attributes
    protected
  8. var docOffsets: Map[String, Int]

    Attributes
    protected
  9. var entries: Seq[FriesEntry]

    Attributes
    protected
  10. var entryFeatures: Seq[Array[(String, Double)]]

    Attributes
    protected
  11. def entryFeaturesNames: Seq[String]

    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. var fallbackSpecies: Option[String]

    Attributes
    protected
  15. def featureMatrix: Seq[Seq[Double]]

    Attributes
    protected
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def getObservationsMatrixStrings: Seq[String]

  19. def getStatesMatrixStrings: Seq[String]

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def infer(entries: Seq[FriesEntry], documents: Seq[Document], mentionsPerEntry: Seq[Seq[BioMention]]): Unit

    initializes any data structure that needs to be initialized

    initializes any data structure that needs to be initialized

    Definition Classes
    RuleBasedContextEngineContextEngine
  22. var inferedLatentSparseMatrix: List[Seq[Int]]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. var latentSparseMatrix: List[Seq[Int]]

    Attributes
    protected
  25. def latentStateMatrix: Seq[Seq[Boolean]]

  26. def latentVocabulary: Iterable[String]

    Attributes
    protected
  27. var mentions: Seq[Seq[BioMention]]

    Attributes
    protected
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def observationVocavulary: Iterable[String]

    Attributes
    protected
  32. var observedSparseMatrix: Seq[Seq[Int]]

    Attributes
    protected
  33. def preprocessedLatentStateMatrix: Seq[Seq[Boolean]]

  34. def query(line: Int): Map[String, Seq[String]]

    * Queries the context of the specified line line.

    * Queries the context of the specified line line. Returns a sequence of tuples where the first element is the type of context and the second element a grounded id

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def update(mentions: Seq[BioMention]): Unit

    updates those data structures with any new info

    updates those data structures with any new info

    Definition Classes
    RuleBasedContextEngineContextEngine
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ContextEngine

Inherited from AnyRef

Inherited from Any

Ungrouped