Word Parsing

Splitting text to tokens and creating the first structured metadata per token.

Word Parsing

18 - Dependency Parser

A Dependency Parser extracts a dependency graph from a sentence. In the graph the grammatical structure, like subject and object, and relationships between words represented by Dependency tags.

  • Rob van Zoest