bugfix in make of incomplete

This commit is contained in:
aarne
2005-02-11 11:06:47 +00:00
parent aa4a8580f7
commit a38ee961b5
10 changed files with 35 additions and 238 deletions

View File

@@ -67,8 +67,7 @@ lin
Look = extTransVerb (mkVerb "se" "ser" "ses" "så" "set" "sedd") []
; ---- ut
Try = extTransVerb (vNopart (vSpis "forsøg")) [] ** {s3 = "att"} ;
Try = extTransVerb (vNopart (vSpis "forsøg")) [] ** {isAux = False} ;
Important = extAdjective (aAbstrakt "viktig") ** {s2 = "for"} ;
Probable = extAdjective (aAbstrakt "sandsynlig") ;
Easy = extAdjective (aRod "let") ** {s2 = "for"} ;