Package

org.clulab

polarity

Permalink

package polarity

Visibility
  1. Public
  2. All

Type Members

  1. class HybridLinguisticDeepLearningPolarityEngine extends HybridPolarityEngine

    Permalink
  2. abstract class HybridPolarityEngine extends PolarityEngine

    Permalink

    Base class to any hybrid polarity classification approach

  3. abstract class Polarity extends AnyRef

    Permalink

    Base class to polarity.

    Base class to polarity. It is meant to be used as an enumeration

  4. trait PolarityEngine extends LazyLogging

    Permalink

    Interface to multiple polarity engine implementations

Value Members

  1. object LinguisticPolarityEngine extends PolarityEngine with LazyLogging

    Permalink
  2. object NegativePolarity extends Polarity with Product with Serializable

    Permalink

    Singleton to be used as a type-safe representation of negative polarity

  3. object NeutralPolarity extends Polarity with Product with Serializable

    Permalink

    Singleton to be used in case polarity doesn't apply

  4. object PolarityEngine extends LazyLogging

    Permalink
  5. object PositivePolarity extends Polarity with Product with Serializable

    Permalink

    Singleton to be used as a type-safe representation of positive polarity

  6. package ml

    Permalink

Ungrouped