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 AnnotatorWithWordEmbeddings[NerCrfApproach, NerCrfModel]

    Permalink
  4. class NerCrfModel extends ModelWithWordEmbeddings[NerCrfModel]

    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 Serializable

    Permalink

Ungrouped