Latin morphology API documentation

Morphological properties

Constructor functions:

Tabulae.lmpTenseFunction

Find tense of a form.

lmpTense(lmf)
source

Create LMPTense from descriptive string.

lmpTense(s)
source

Create LMPTense from integer code.

lmpTense(code)
source

Find tense of a form.

lmpTense(verb)
source
Tabulae.lmpMoodFunction

Find mood of a form.

source

Create LMPMood from descriptive string.

lmpMood(s)
source

Create LMPMood from integer code.

lmpMood(code)
source

Find mood of a form.

lmpMood(verb)
source
Tabulae.lmpVoiceFunction

Find voice of a form.

source

Create LMPVoice from descriptive string.

lmpVoice(s)
source

Create LMPVoice from integer code.

lmpVoice(code)
source

Find voice of a form.

lmpVoice(verb)
source
Tabulae.lmpPersonFunction

Find person of a form.

source

Create LMPPerson from descriptive string.

lmpPerson(s)
source

Create LMPPerson from integer code.

lmpPerson(code)
source

Find person of a form.

lmpPerson(verb)
source
Tabulae.lmpNumberFunction

Find number of a form.

source

Create LMPPerson from descriptive string.

lmpNumber(s)
source

Create LMPPerson from integer code.

lmpNumber(code)
source

Find number of a LMFNoun.

lmpNumber(noun)
source

Find number of a form.

lmpNumber(verb)
source
Tabulae.lmpGenderFunction

Find gender of a form.

source

Create LMPGender from descriptive string.

lmpGender(s)
source

Create LMPGender from integer code.

lmpGender(code)
source

Find gender of a LMFNoun.

lmpGender(noun)
source

Gender for a TabulaeNounStem

lmpGender(n)
source
Tabulae.lmpCaseFunction

Find case of a form.

source

Create LMPGender from descriptive string.

lmpCase(s)
source

Create LMPGender from integer code.

lmpCase(code)
source

Find case of a LMFNoun.

lmpCase(noun)
source
Tabulae.lmpDegreeFunction

Find degree of a form.

source

Create LMPPerson from descriptive string.

lmpDegree(s)
source

Create LMPPerson from integer code.

lmpDegree(code)
source
Tabulae.lmpUninflectedTypeFunction

Find part of speech of an uninflected form.

source

Create LMPGender from descriptive string.

lmpUninflectedType(s)
source

Create LMPGender from integer code.

lmpUninflectedType(code)
source

Morphological forms

Tabulae.codeFunction

Integer code for morphological property value.

code(lmp)
source

Integer code for tense value.

code(tense)
source

Integer code for a LMPMood value.

code(mood)
source

Integer code for a LMPVoice value.

code(voice)
source

Integer code for a LMPPerson value.

code(person)
source

Integer code for a LMPPerson value.

code(num)
source

Integer code for a LMPGender value.

code(gender)
source

Integer code for a LMPCase value.

code(cs)
source

Integer code for a LMPPerson value.

code(degree)
source

Integer code for a LMPUninflectedType value.

code(uninfl)
source

Sequence of digits encoding form noun

code(noun)
source

Sequence of digits encoding form verb

code(verb)
source