Class

org.mitre.jcarafe.crf

NonFactoredFeatureManager

Related Doc: package crf

Permalink

abstract class NonFactoredFeatureManager[Obs] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NonFactoredFeatureManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NonFactoredFeatureManager(iString: String)

    Permalink

Type Members

  1. abstract class FeatureFn extends FineFn

    Permalink
  2. type FineFn = (Int, SourceSequence[Obs], Int, Int) ⇒ FeatureReturn

    Permalink
  3. type Fn = (Int, SourceSequence[Obs], Int) ⇒ FeatureReturn

    Permalink

Abstract Value Members

  1. abstract val fineFnList: Seq[FineFn]

    Permalink
  2. abstract val fnList: Seq[Fn]

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def crossProduct(fns1: Seq[FineFn], fns2: Seq[FineFn])(s: Int, sarr: SourceSequence[Obs], pos: Int, state: Int): FeatureReturn

    Permalink

    Computes a FeatureReturn containing the set of feature name/value pairs derived from the cross product of feature name/value pairs that result from applying two sets of feature functions fns1 and fns2.

    Computes a FeatureReturn containing the set of feature name/value pairs derived from the cross product of feature name/value pairs that result from applying two sets of feature functions fns1 and fns2. This provides a way to specify conjunctive features over the features computed by other feature functions.

    fns1

    A list of feature functions

    fns2

    A second list of feature functions

    s

    Segment length

    sarr

    SourceSequence of ObsSource[Obs] objects

    pos

    Current position within the sequence

    returns

    FeatureReturn with cross product of features over the two function lists.

  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. val iString: String

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. var lex: Option[BloomLexicon]

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit def upgrad(f: FineFn): FeatureFn

    Permalink
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. var wdProps: Option[WordProperties]

    Permalink

    Optional listing of properties for each word

Inherited from AnyRef

Inherited from Any

Ungrouped