split the two senses of can_VV in Dictionary, as they are split in Structural

This commit is contained in:
aarne
2014-04-01 13:57:42 +00:00
parent fb202420dd
commit cdd7adef64
12 changed files with 28 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
-- Pushpak Bhattacharyya's Hindi WordNet
-- GF version generated by hdict2gf, Shafqat Virk March 2012
--# -path=.:../english:../abstract:../common:../hindustani
concrete DictionaryHin of Dictionary = CatHin ** open ParadigmsHin, Prelude, NounHin,ParamX,CommonHindustani in {
concrete DictionaryHin of Dictionary = CatHin ** open ParadigmsHin, Prelude, (S = StructuralHin), NounHin,ParamX,CommonHindustani in {
flags
coding=utf8 ;
@@ -33645,7 +33645,8 @@ at_Prep = mkPrep "पर" "पर" ;
but_PConj = ss "लेकिन" ;
by8agent_Prep = mkPrep "से" "से" ;
by8means_Prep = mkPrep "पर" "पर" ;
can8know_VV,can_VV = mkV "सकना" ** { isAux = True} ;
can_1_VV = S.can_VV ;
can_2_VV = S.can8know_VV ;
during_Prep = mkPrep ["के दरमियान"] ["के दरमियान"] ;
either7or_DConj = sd2 "कोई एक" "या" ** {n = Sg} ;
everybody_NP = MassNP (UseN (ParadigmsHin.mkN "हर कोई" "हर कोई" "हर कोई" "हर कोई" "हर कोई" "हर कोई" Masc ));