started to move have_V2 from Lexicon to Structural ; fixes in Hindi translit table

This commit is contained in:
aarne
2009-04-26 20:10:44 +00:00
parent 14a97dd876
commit 2a235f9709
9 changed files with 17 additions and 12 deletions
-1
View File
@@ -91,7 +91,6 @@ lin
harbour_N = regN "porto" ;
hate_V2 = dirV2 (regV "odiare") ;
hat_N = regN "capello" ;
have_V2 = dirV2 (verboV (avere_2 "avere")) ;
hear_V2 = dirV2 (verboV (sentire_99 "sentire")) ;
hill_N = regN "collina" ;
hope_VS = mkVS (regV "sperare") ;
+3
View File
@@ -176,5 +176,8 @@ lin
as_CAdv = X.mkCAdv "così" conjThan ;
except_Prep = mkPrep "eccetto" ;
have_V2 = dirV2 (verboV (avere_2 "avere")) ;
}