Packages

package matcher

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class RuleBasedMatcher extends AnnotatorApproach[RuleBasedMatcherModel] with RuleBasedMatcherParams

    Rule-based token matcher over multiple Spark NLP annotation columns.

    Rule-based token matcher over multiple Spark NLP annotation columns.

    Patterns are supplied as JSON/JSONL rules. Each token pattern contains one or more attribute predicates, and attributes are read from configured annotation columns such as TOKEN, POS, NAMED_ENTITY, DEPENDENCY, or additional TOKEN columns like lemmas.

  2. class RuleBasedMatcherModel extends AnnotatorModel[RuleBasedMatcherModel] with HasSimpleAnnotate[RuleBasedMatcherModel] with HasLightPipelineAnnotate with RuleBasedMatcherParams

Value Members

  1. object RuleBasedMatcher extends DefaultParamsReadable[RuleBasedMatcher] with Serializable
  2. object RuleBasedMatcherModel extends ParamsAndFeaturesReadable[RuleBasedMatcherModel] with Serializable

Ungrouped