neelsmith / Kanones.jl

A julia package implementing the kanones system for building Greek morphological parsers.
https://neelsmith.github.io/Kanones.jl/stable/
GNU General Public License v3.0
1 stars 0 forks source link

Third declension noun class ending in -ηρ -ερος #341

Closed AndreiChura closed 1 year ago

AndreiChura commented 1 year ago

Create a third declension regular noun class for nouns ending in -ηρ -ερος. Ex: θυγάτηρ, θυγατέρος; μήτηρ, μητέρος.

neelsmith commented 1 year ago

Both of these examples parse using the data in the current core parser. μήτηρ is an irregular noun; θυγάτηρ belongs to the stem class 0_os.

Closing as resolved