Main Content
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. To train a custom model that predicts
different tags or train a model using your own data, use the trainHMMEntityModel
function.
Creation
Create a trained 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