forked from GitHub/gf-core
some fragments of adjectives and nouns in Slovenian
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
concrete AdjectiveSlv of Adjective = CatSlv ** open ResSlv in {
|
||||
|
||||
lin
|
||||
PositA a = {
|
||||
s = \\spec,g,c,n =>
|
||||
case <spec,c> of {
|
||||
<Def,Nom> => a.s ! APositDefNom ;
|
||||
<Def,Acc> => a.s ! APositDefAcc ;
|
||||
_ => a.s ! APosit g n c
|
||||
}
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user