nominaldepends
Nominaldepends is a term used in computational linguistics to describe an approach or data format for encoding nominal dependencies within syntactic annotations. It is not a widely standardized format, but appears in discussions and tools that emphasize the role of nominals (nouns and pronouns) in sentence structure.
Conceptually, nominaldepends centers on representing nominals as primary units in a dependency graph. In this model,
Usage and implementations often aim to complement broader syntactic representations by providing a more explicit focus
{
{"head": 3, "relation": "nsubj", "dependent": 2},
{"head": 1, "relation": "det", "dependent": 2}
]
}
See also: dependency grammar, CoNLL-U, universal dependencies, syntactic annotation, nominal phrase.