Main Content
addDependencyDetails
Description
Use addDependencyDetails
to add grammatical dependency
details to documents.
The function requires Deep Learning Toolbox™ and the Text Analytics Toolbox™ Model for UDify Data support package. The function supports English, Japanese, German, and Korean text.
adds grammatical dependency details to updatedDocuments
= addDependencyDetails(documents
)documents
and updates the token
details. To get the dependency details from updatedDocuments
, use
tokenDetails
.
Examples
Input Arguments
Output Arguments
Algorithms
References
[1] Universal Dependency Relations https://universaldependencies.org/u/dep/index.html.
Version History
Introduced in R2022b