Object

org.clulab.polarity

LinguisticPolarityEngine

Related Doc: package polarity

Permalink

object LinguisticPolarityEngine extends PolarityEngine with LazyLogging

Linear Supertypes
PolarityEngine, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinguisticPolarityEngine
  2. PolarityEngine
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val SEMANTIC_NEGATIVE_PATTERN: Regex

    Permalink
  5. def addAdjectivalModifiers(tokens: Seq[Int], deps: DirectedGraph[String]): Seq[Int]

    Permalink

    Adds adjectival modifiers to all elements in the given path This is necessary so we can properly inspect the semantic negatives, which are often not in the path, but modify tokens in it, "*decreased* PTPN13 expression increases phosphorylation of EphrinB1"

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def assignPolarity(evt: BioEventMention): BioEventMention

    Permalink

    Computes the polarity and returns a modified instance of the event mention of it with the polarity value returned by computePolarity.

    Computes the polarity and returns a modified instance of the event mention of it with the polarity value returned by computePolarity.

    evt

    BioEventMention to be operated on

    returns

    Modified version of evt

    Definition Classes
    PolarityEngine
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def computePolarity(evt: BioEventMention): Polarity

    Permalink

    Computes polarity by using the linguistically informed approach

    Computes polarity by using the linguistically informed approach

    evt

    BioEventMention to be operated on

    returns

    Positive or Negative polarity instance

    Definition Classes
    LinguisticPolarityEnginePolarityEngine
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getModifiers(token: Int, deps: DirectedGraph[String]): Seq[Int]

    Permalink
  15. def getNounModifiers(token: Int, deps: DirectedGraph[String]): Seq[Int]

    Permalink
  16. def getOfModifiers(token: Int, deps: DirectedGraph[String]): Seq[Int]

    Permalink
  17. def getParticleModifiers(token: Int, deps: DirectedGraph[String]): Seq[Int]

    Permalink
  18. def getPolarityFromLabel(evt: BioEventMention): Polarity

    Permalink

    Extracts the base polarity of an event assigned by the grammar

    Extracts the base polarity of an event assigned by the grammar

    evt

    BioEventMention to be operated on

    returns

    Outcome of polarity classification

    Attributes
    protected
    Definition Classes
    PolarityEngine
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def nounModifiers(tokens: Seq[Int], deps: DirectedGraph[String]): Seq[Int]

    Permalink
  26. def ofModifiers(tokens: Seq[Int], deps: DirectedGraph[String]): Seq[Int]

    Permalink
  27. def particleModifiers(tokens: Seq[Int], deps: DirectedGraph[String]): Seq[Int]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

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

Inherited from PolarityEngine

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped