extensions and corrections in BeschCat to be compatible with FreeLing. Some of the diffs were plain bugs in the original module

This commit is contained in:
krangelov
2019-04-26 13:06:57 +02:00
parent 70ae58b089
commit d198436d7d
7 changed files with 1484 additions and 2431 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ oper
haver_V, auxPassive : Verb = verbBeschH (estar_54 "estar") ;
essere_V, copula = verbBeschH (ser_52 "ser") ;
essere_V, copula = verbBeschH (ser_52 "ser" True) ;
stare_V, estar_V = verbBeschH (estar_54 "estar") ;
verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere ; p = []} ;