com.johnsnowlabs.nlp.annotators.generic_classifier
takes a document and annotations and produces new annotations of this annotator's annotation type
takes a document and annotations and produces new annotations of this annotator's annotation type
Annotations that correspond to inputAnnotationCols generated by previous annotators if any
any number of annotations processed for every input annotation. Not necessary one to one relationship
Feature scaling method.
Feature scaling method. Possible values are 'zscore', 'minmax' or empty (no scaling)
Get all categories
Get feature scaling method
Output annotator type : SENTENCE_EMBEDDINGS
Output annotator type : SENTENCE_EMBEDDINGS
Output annotator type : CATEGORY
Output annotator type : CATEGORY
Set the feature scaling method.
Set the feature scaling method. Possible values are 'zscore', 'minmax' or empty (no scaling)
The Generic Classifier is generic single-label classifier which uses pre-generated Tensorflow graphs. The model operates on FEATURE_VECTOR annotations which can be produced using FeatureAssembler.