mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
Polish noun morphology
This is a very cool christmass update that consists of entire new version of the Polish noun morphology and some minor bugfixes. The new description of the morphology is generated automaticaly from some linguistic resources that have benn recently released free. This description covers (probably) all the Polish nouns.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
-- Ilona Nowak Wintersemester 2007/08
|
||||
|
||||
-- Adam Slaski, 2009 <adam.slaski@gmail.com>
|
||||
-- Adam Slaski, 2009, 2010 <adam.slaski@gmail.com>
|
||||
|
||||
-- 1 Polish auxiliary operations.
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
|
||||
param
|
||||
Gender = Masc Animacy | Fem | NeutGr | Neut | Plur ;
|
||||
Animacy = Animate | Inanimate | Personal ;
|
||||
Case = Nom | Gen | Dat | Acc | Instr | Loc | VocP ;
|
||||
Animacy = Animate | Inanimate | Personal ;
|
||||
Case = Nom | Gen | Dat | Acc | Instr | Loc | VocP ;
|
||||
|
||||
-- Nouns are declined according to number and case.
|
||||
-- For the sake of shorter description, these parameters are
|
||||
@@ -42,7 +42,10 @@
|
||||
|
||||
|
||||
-- oper used in NounMorphoPol.gf
|
||||
oper CommNoun = {s : SubstForm => Str; g : Gender};
|
||||
-- type of N, _not_ CN
|
||||
oper CommNoun = {s : SubstForm => Str; g : Gender};
|
||||
oper CommNoun2 = CommNoun ** { c : Complement } ;
|
||||
oper CommNoun3 = CommNoun2 ** { c2 : Complement } ;
|
||||
|
||||
|
||||
--2 Verbs
|
||||
|
||||
Reference in New Issue
Block a user