addLanguageDetails
Add language identifiers to documents
Syntax
Description
Use addLanguageDetails
to add language identifiers to
documents.
The function supports English, Japanese, German, and Korean text.
detects the language of updatedDocuments
= addLanguageDetails(documents
)documents
and updates the token details. The
function adds details to the tokens with missing language details only. To get the language
details from updatedDocuments
, use tokenDetails
.
specifies additional options using one or more name-value pairs.updatedDocuments
= addLanguageDetails(documents
,Name,Value
)
Tip
Use addLanguageDetails
before using the lower
and
upper
functions as addLanguageDetails
uses
information that is removed by this functions.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b