Tutorials

Published

June 14, 2024

All implementations of the CitableParser abstract type work the same way. The tutorials linked here use a very simple implementation designed to parse the text of Lincoln’s Gettysburg Address. Its analysis identifies lexical tokens with the part of speech code used by the Penn treebank project.

  1. Constructing a parser
  2. Parse a string value
  3. Parse a citable token
  4. Analyze a citable corpus
  5. Saving and loading a parser
  6. Generating forms