mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Corrected examples in ParadigmDut
This commit is contained in:
@@ -46,10 +46,10 @@ oper
|
|||||||
--2 Nouns
|
--2 Nouns
|
||||||
|
|
||||||
mkN : overload {
|
mkN : overload {
|
||||||
mkN : (muis : Str) -> N ; -- de muis-muisen, with some predictable exceptions
|
mkN : (boek : Str) -> N ; -- de boek-boeken, with some predictable exceptions
|
||||||
mkN : (bit : Str) -> Gender -> N ; -- if gender is not predictable
|
mkN : (bit : Str) -> Gender -> N ; -- if gender is not predictable
|
||||||
mkN : (gat, gaten : Str) -> Gender -> N ; -- worst-case for nouns
|
mkN : (gat, gaten : Str) -> Gender -> N ; -- worst-case for nouns
|
||||||
mkN : (huis, boot : N) -> N ; -- compound huisboot
|
mkN : (werk, plaats : N) -> N ; -- compound werkplaats
|
||||||
mkN : (station, hal : N) -> Case -> N ; -- compound stationshal
|
mkN : (station, hal : N) -> Case -> N ; -- compound stationshal
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user