nemo_microservices.types.beta.safe_synthesizer.ner_config_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.beta.safe_synthesizer.ner_config_param.NERConfigParam#
Bases:
typing_extensions.TypedDict- enable_regexps: bool#
None
Enable NER regular expressions (experimental)
- gliner: nemo_microservices.types.beta.safe_synthesizer.gliner_config_param.GlinerConfigParam#
None
GLiNER NER configuration.
- ner_entities: nemo_microservices._types.SequenceNotStr[str]#
None
List of entity types to recognize.
If unset, classification entity types are used.
- ner_threshold: float#
None
NER model threshold.