Package

org.clulab.reach

context

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class BidirectionalPaddingContext extends BoundedPaddingContext

    Permalink
  2. class BoundedPaddingContext extends RuleBasedContextEngine

    Permalink
  3. trait Context extends AnyRef

    Permalink
  4. trait ContextEngine extends AnyRef

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

    Permalink

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

  6. class DummyContextEngine extends ContextEngine

    Permalink
  7. class FillingContext extends BoundedPaddingContext

    Permalink
  8. class PaddingContext extends BoundedPaddingContext

    Permalink
  9. abstract class RuleBasedContextEngine extends ContextEngine

    Permalink

Value Members

  1. object ContextEngine extends LazyLogging

    Permalink
  2. object ContextEngineFactory

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

    Permalink

    Utility for returning context engine parameters from a configuration

  4. def hasSpeciesContext(mention: BioMention): Boolean

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped