Kanónes User's Guide Build corpus-specific parsers for ancient Greek

Kanónes

Summary

Technical prerequisites

Installing and using kanónes

Building blocks

The kanónes github repository at https://github.com/neelsmith/kanones includes the basic logic for parsing Greek morphology, written in the language of the Stuttgart Finite State Transducer toolbox (SFST). You supply data for a specific corpus in simple tables (as described below). The Kanónes library can read your data set, rewrite it in the SFST notation, and combine this with the basic parsing logic to compile a parser.

The parsing logic of the FST

In order to use kanónes, it is not necessary to understand the internal logic that the FST follows in parsing morphlogy. For those who are curious about how morphological can be expressed independently of any specific data sets, it is briefly described here.