mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-12 23:39:33 -06:00
started to move have_V2 from Lexicon to Structural ; fixes in Hindi translit table
This commit is contained in:
@@ -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") ;
|
||||
|
||||
@@ -176,5 +176,8 @@ lin
|
||||
|
||||
as_CAdv = X.mkCAdv "così" conjThan ;
|
||||
except_Prep = mkPrep "eccetto" ;
|
||||
|
||||
have_V2 = dirV2 (verboV (avere_2 "avere")) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user