edu.arizona.sista.reach

context

package context

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

Type Members

  1. class BidirectionalPaddingContext extends BoundedPaddingContext

  2. class BoundedPaddingContext extends RuleBasedContextEngine

  3. trait Context extends AnyRef

  4. trait ContextEngine extends AnyRef

  5. type ContextMap = Map[String, Seq[String]]

    Type alias for the context map which maps context types to a sequence of values.

  6. class DummyContextEngine extends ContextEngine

  7. class FillingContext extends BoundedPaddingContext

  8. class PaddingContext extends BoundedPaddingContext

Value Members

  1. object ContextEngine

  2. object ContextEngineFactory

  3. def createContextEngineParams(contextConfig: ConfigObject): Map[String, String]

    Utility for returning context engine parameters from a configuration

  4. def hasSpeciesContext(mention: BioMention): Boolean

    Tell whether the given mention has a context map containing species info or not.

  5. package rulebased

Inherited from AnyRef

Inherited from Any

Ungrouped