refactored Scandinavian NP agreement features

This commit is contained in:
aarne
2010-01-05 23:00:40 +00:00
parent c9ce157945
commit 0176e0ca49
32 changed files with 301 additions and 285 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ incomplete concrete AdverbScand of Adverb = CatScand ** open CommonScand, ResSca
AdnCAdv cadv = {s = cadv.s ++ conjThan} ;
oper
adverbForm : AForm = AF (APosit (Strong SgNeutr)) Nom ;
adverbForm : AForm = AF (APosit (Strong (GSg Neutr))) Nom ;
}