Package

com.johnsnowlabs.nlp.annotators.ner

crf

Permalink

package crf

Visibility
  1. Public
  2. All

Type Members

  1. case class DictionaryFeatures(dict: Map[String, String]) extends Product with Serializable

    Permalink
  2. case class FeatureGenerator(dictFeatures: DictionaryFeatures) extends Product with Serializable

    Permalink

    Generates features for CrfBasedNer

  3. class NerCrfApproach extends AnnotatorApproach[NerCrfModel] with NerApproach[NerCrfApproach]

    Permalink
  4. class NerCrfModel extends AnnotatorModel[NerCrfModel]

    Permalink
  5. trait PretrainedNerCrf extends AnyRef

    Permalink

Value Members

  1. object DictionaryFeatures extends Serializable

    Permalink
  2. object NerCrfApproach extends DefaultParamsReadable[NerCrfApproach] with Serializable

    Permalink
  3. object NerCrfModel extends ParamsAndFeaturesReadable[NerCrfModel] with PretrainedNerCrf with Serializable

    Permalink

Ungrouped