Packages

c

com.johnsnowlabs.nlp.eval.ner

NerCrfEvaluation

class NerCrfEvaluation extends AnyRef

Annotations
@Deprecated
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NerCrfEvaluation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NerCrfEvaluation(sparkSession: SparkSession, testFile: String, tagLevel: String = "")

Value Members

  1. def computeAccuracyAnnotator(trainFile: String, nerCrfApproach: NerCrfApproach, wordEmbeddings: WordEmbeddingsModel): Unit
  2. def computeAccuracyModel(nerCrfModel: NerCrfModel): Unit
  3. val goldTokenizer: GoldTokenizer
  4. val loggingData: LoggingData