Labelers¶
Modules¶
The following will list the built-in models, processors, and data labelers.
- Models:
CharacterLevelCnnModel - character classification of text.
RegexModel - character classification of text.
- Processors:
- Preprocessors
CharPreprocessor
StructCharPreprocessor
DirectPassPreprocessor
- PostProcessors
CharPreprocessor
StructCharPostprocessor
RegexPostProcessor
- Data Labelers:
- Classes
UnstructuredDataLabeler
StructuredDataLabeler
- Files to load from disk using BaseDataLabeler.load_from_library(<NAME>)
unstructured_model
structured_model
regex_model