addEntityDetails
Add entity tags to documents
Syntax
Description
Use addEntityDetails to add entity tags to
documents.
Use addEntityDetails to detect person names, locations,
organizations, and other named entities in text. This process is known as named
entity recognition.
The function supports English, Japanese, German, and Korean text.
detects the named entities in updatedDocuments = addEntityDetails(documents)documents. The function adds details to
the tokens with missing entity details only. To get the entity details from
updatedDocuments, use tokenDetails.
also specifies additional options using one or more name-value pairs.updatedDocuments = addEntityDetails(documents,Name,Value)
Tip
Use addEntityDetails before using the lower,
upper, normalizeWords,
removeWords, and removeStopWords functions
as addEntityDetails uses information that is removed by these
functions.