Add token type details to documents
detects the token types in updatedDocuments
= addTypeDetails(documents
)documents
and updates the token details. The
function adds type details to the tokens with unknown type only. To get the token types from
updatedDocuments
, use tokenDetails
.
specifies additional options using one or more name-value pairs.updatedDocuments
= addTypeDetails(documents
,Name,Value
)
Tip
Use addTypeDetails
before using the lower
,
upper
, and erasePunctuation
functions as
addTypeDetails
uses information that is removed by these
functions.
abbreviations
| addEntityDetails
| addLanguageDetails
| addLemmaDetails
| addPartOfSpeechDetails
| addSentenceDetails
| corpusLanguage
| splitSentences
| tokenDetails
| tokenizedDocument
| topLevelDomains