notice
This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).
rasa.nlu.extractors.crf_entity_extractor
CRFEntityExtractorOptions Objects
Features that can be used for the 'CRFEntityExtractor'.
CRFEntityExtractor Objects
Implements conditional random fields (CRF) to do named entity recognition.
required_components
Components that should be included in the pipeline before this component.
get_default_config
The component's default config (see parent class for full docstring).
__init__
Creates an instance of entity extractor.
create
Creates a new untrained component (see parent class for full docstring).
required_packages
Any extra python dependencies required for this component to run.
train
Trains the extractor on a data set.
process
Augments messages with entities.
extract_entities
Extract entities from the given message using the trained model(s).
load
Loads trained component (see parent class for full docstring).
persist
Persist this model into the passed directory.