using Tabulae, CitableBase
verbrow = "latcommon.verbn2280|ls.n2280|am|conj1"
verbstem = fromcex(verbrow, TabulaeVerbStem)Verb stem am-
Package version: 0.12.0
July 5, 2024
Tabulae defines a concrete subtype of the TabulaeStem abstraction for each kind of stem record that can be included in a Tabulae dataset.
Each type implements the fromcex and cex functoins from the CitableBase package.
using Tabulae, CitableBase
verbrow = "latcommon.verbn2280|ls.n2280|am|conj1"
verbstem = fromcex(verbrow, TabulaeVerbStem)Verb stem am-
These can always be roundtripped.
All stem types identify a lexeme, an inflectional type, and a string value for the stem, that you can retrieve with the following functions from the CitableParserBuider and Tabulae packages:
In addition, noun stems include an inherent gender which you can find with the lmpGender function (see below).
Stems are citable objects in the CITE architecture interface, so you can also use these generic functions:
By default, the urn function will return a StemUrn; see documentation about expanding that value to a full Cite2Urn.