Link Search Menu Expand Document

Labelling morphological forms

The tabulae github repisotory has a two-column file matchng URNs for morphological forms with corresponding human-readable labels.

import scala.io.Source

val url = "https://raw.githubusercontent.com/neelsmith/tabulae/master/cex/forms.cex"
val data = Source.fromURL(url).getLines.toVector

WARNING The current version is just a permutation of all possible values for each morphological property and therefore does not yet exclude impossible combinations such as first-person imperative finite verbs, or perfect active participles.


All material developed by Daniel Libatique, Dominic Machado and Neel Smith, and available under the Creative Commons Attribution Share-Alike license CC BY-SA 4.0