Module noun

Source

Re-exports§

pub use crate::noun::regular::Regular;
pub use crate::noun::irregular::Irregular;
pub use crate::noun::indeclinable::Indeclinable;

Modules§

indeclinable
irregular
regular

Enums§

Case
Gender
Group
Number

Traits§

Noun

Functions§

group
Determines the declension group of a regular noun from its singular genitive form. If the group cannot be ascertained, None is returned.
is_i_stem
A helper function that attempts to detect whether or not a third declension noun is an i-stem.
stem
Takes the singular nominative and singular genitive forms of a noun and returns an Optional. If a stem can be derived from singular nominative and genitive pair, a Some containing the stem is returned, otherwise None is returned.