Reference

Published

June 6, 2024

Find detailed reference information about Kanónes’ model of Greek morphology, and how it is implemented in Julia.

Implementing data frame parsers:

combining parsers is a dataframe vcat:

load local file as a df; load source as a df; then combodf = vcat(local_df, release_df, cols = :union);

This is encapsulated in the concat_ds function