# Functions
ConfigOptionFromFile loads configuration for corresponding model type from file.
No description provided by the author
NewNERModel creates a NERModel from input config.
TOkenizerOptionFromFile loads TokenizerOption from file corresponding to model type.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConfigOption holds a model configuration.
Entity holds entity data generated by NERModel.
No description provided by the author
NERModel is a model to extract entities.
No description provided by the author
TokenizerOption specifies a tokenizer.
# Interfaces
No description provided by the author
# Type aliases
ModelType is a enum-like, identifying the type of model.
No description provided by the author