mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Dictionary edits by Inari and others
This commit is contained in:
@@ -21,6 +21,7 @@ lin it_Pron = S.it_Pron ;
|
||||
lin to_Prep = S.to_Prep ;
|
||||
lin for_Prep = S.for_Prep ;
|
||||
lin i_Pron = S.i_Pron ;
|
||||
lin iFem_Pron = S.i_Pron ;
|
||||
lin that_Subj = S.that_Subj ;
|
||||
lin he_Pron = S.he_Pron ;
|
||||
lin on_Prep = S.on_Prep ;
|
||||
@@ -32,10 +33,12 @@ lin by_Prep = mkPrep "由" ;
|
||||
lin but_Conj = variants{} ; --
|
||||
lin from_Prep = S.from_Prep ;
|
||||
lin they_Pron = S.they_Pron ;
|
||||
lin theyFem_Pron = R.pronNP "她们" ;
|
||||
lin she_Pron = S.she_Pron ;
|
||||
lin or_Conj = S.or_Conj ;
|
||||
lin as_Subj = mkSubj "如" ;
|
||||
lin we_Pron = S.we_Pron ;
|
||||
lin weFem_Pron = S.we_Pron ;
|
||||
lin say_VV = mkVV "说" ;
|
||||
lin say_VS = L.say_VS ;
|
||||
lin say_VA = mkVA "讲" ;
|
||||
|
||||
Reference in New Issue
Block a user