mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
split the two senses of can_VV in Dictionary, as they are split in Structural
This commit is contained in:
@@ -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 ));
|
||||
|
||||
Reference in New Issue
Block a user