LangSwe in 1.4 compiles but is incomplete

This commit is contained in:
aarne
2008-05-30 17:11:16 +00:00
parent e58a01f1c8
commit be33990fa8
43 changed files with 2988 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 ;
}