Class

org.clulab.processors.corenlp.chunker

ChunkingFeatureFactory

Related Doc: package chunker

Permalink

class ChunkingFeatureFactory[T <: CoreLabel] extends NERFeatureFactory[T]

Linear Supertypes
NERFeatureFactory[T], FeatureFactory[T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkingFeatureFactory
  2. NERFeatureFactory
  3. FeatureFactory
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChunkingFeatureFactory()

    Permalink

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. def addAllInterningAndSuffixing(arg0: Collection[String], arg1: Collection[String], arg2: String): Unit

    Permalink
    Attributes
    protected[edu.stanford.nlp.sequences]
    Definition Classes
    FeatureFactory
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clearMemory(): Unit

    Permalink
    Definition Classes
    NERFeatureFactory
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def describeDistsimLexicon(): String

    Permalink
    Definition Classes
    NERFeatureFactory
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def featuresC(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  12. def featuresCnC(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  13. def featuresCp2C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  14. def featuresCp3C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  15. def featuresCp4C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  16. def featuresCp5C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  17. def featuresCpC(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  18. def featuresCpCnC(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  19. def featuresCpCp2C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  20. def featuresCpCp2Cp3C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  21. def featuresCpCp2Cp3Cp4C(arg0: PaddedList[T], arg1: Int): Collection[String]

    Permalink
    Attributes
    protected[edu.stanford.nlp.ie]
    Definition Classes
    NERFeatureFactory
  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getCliqueFeatures(info: PaddedList[T], position: Int, clique: Clique): Collection[String]

    Permalink
    Definition Classes
    ChunkingFeatureFactory → NERFeatureFactory → FeatureFactory
  25. def getCliques(): List[Clique]

    Permalink
    Definition Classes
    FeatureFactory
  26. def getWord(arg0: CoreLabel): String

    Permalink
    Attributes
    protected[edu.stanford.nlp.sequences]
    Definition Classes
    FeatureFactory
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def init(arg0: SeqClassifierFlags): Unit

    Permalink
    Definition Classes
    NERFeatureFactory → FeatureFactory
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Inherited from NERFeatureFactory[T]

Inherited from FeatureFactory[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped