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, embeddings: Option[WordEmbeddings] = None) extends Product with Serializable

    Permalink

    Generates features for CrfBasedNer

  3. class NerCrfApproach extends ApproachWithWordEmbeddings[NerCrfApproach, NerCrfModel] with HasRecursiveFit[NerCrfModel] with NerApproach[NerCrfApproach]

    Permalink
  4. class NerCrfModel extends AnnotatorModel[NerCrfModel] with HasWordEmbeddings

    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 EmbeddingsReadable[NerCrfModel] with PretrainedNerCrf with Serializable

    Permalink

Ungrouped