addDependencyDetails
Add grammatical dependency details to documents
Description
Use addDependencyDetails
to add grammatical dependency
details to documents.
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