Added more verb forms, see NEW: in MorphoGer.gf.

This commit is contained in:
harald2
2004-09-30 07:55:41 +00:00
parent 054dbbb39f
commit f7e066c8fa
4 changed files with 256 additions and 81 deletions

View File

@@ -92,13 +92,13 @@ lin
CanVV =
mkVerbSimple (verbumAux "können" "kann" "kannst" "gekonnt") ** {isAux = True} ;
mkVerbSimple (verbumKönnen) ** {isAux = True} ;
CanKnowVV =
mkVerbSimple (verbumAux "können" "kann" "kannst" "gekonnt") ** {isAux = True} ;
mkVerbSimple (verbumKönnen) ** {isAux = True} ;
MustVV =
mkVerbSimple (verbumAux "müssen" "muss" "musst" "gemusst") ** {isAux = True} ;
mkVerbSimple (verbumMüssen) ** {isAux = True} ;
WantVV =
mkVerbSimple (verbumAux "wollen" "will" "willst" "gewollt") ** {isAux = True} ;
mkVerbSimple (verbumWollen) ** {isAux = True} ;
EverywhereNP = ss "überall" ;