hmmEntityModel
Description
A hmmEntityModel
object is a named entity recognition (NER)
model that is based on a hidden Markov model (HMM).
The addDependencyDetails
function automatically detects person names, locations,
organizations, and other named entities in text. If you want to train a custom model that
predicts different tags, or train a model using your own data, then you can use the
trainHMMEntityModel
function.
Creation
Train a HMM-based NER model using the trainHMMEntityModel
function.
Properties
Object Functions
predict | Predict entities using named entity recognition (NER) model |
Examples
Version History
Introduced in R2023a