started Swedish

This commit is contained in:
aarne
2005-12-06 22:19:43 +00:00
parent 900a8f1142
commit a4d3f7e7c7
26 changed files with 1308 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
abstract ExtEngAbs = Cat ** {
cat
Aux ; -- auxiliary verbs: "can", "must", etc
-- Notice that $Aux$ cannot form $VP$ with infinitive, imperative, etc.
fun
PredAux : NP -> Aux -> VP -> Cl ;
QuestAux : IP -> Aux -> VP -> QCl ;
can_Aux : Aux ;
must_Aux : Aux ;
}