forked from GitHub/gf-core
added for_sure_Adv in DictEng. renamed ourself -> ourselves & themself -> themselves
This commit is contained in:
@@ -21292,6 +21292,7 @@ lin for_Prep = mkPrep "за" Acc;
|
||||
lin for_example_Adv = mkAdv "например";
|
||||
lin for_instance_Adv = mkAdv "например";
|
||||
lin for_starters_Adv = mkAdv "за начало";
|
||||
lin for_sure_Adv = mkAdv "със сигурност";
|
||||
lin forage_N = variants {};
|
||||
lin forage_V = variants {};
|
||||
lin forager_N = variants {};
|
||||
|
||||
@@ -21256,6 +21256,7 @@ lin for_Prep = mkPrep "for";
|
||||
lin for_example_Adv = mkAdv "for example";
|
||||
lin for_instance_Adv = mkAdv "for instance";
|
||||
lin for_starters_Adv = mkAdv "for starters";
|
||||
lin for_sure_Adv = mkAdv "for sure";
|
||||
lin forage_N = mkN "forage" ;
|
||||
lin forage_V = mkV "forage" "forages" "foraged" "foraged" "foraging";
|
||||
lin forager_N = mkN "forager" ;
|
||||
|
||||
@@ -21234,6 +21234,7 @@ fun for_Prep : Prep;
|
||||
fun for_example_Adv : Adv;
|
||||
fun for_instance_Adv : Adv;
|
||||
fun for_starters_Adv : Adv;
|
||||
fun for_sure_Adv : Adv;
|
||||
fun forage_N : N;
|
||||
fun forage_V : V;
|
||||
fun forager_N : N;
|
||||
|
||||
@@ -33,9 +33,8 @@ lin
|
||||
himself_NP = regNP "himself" singular ;
|
||||
herself_NP = regNP "herself" singular ;
|
||||
itself_NP = regNP "itself" singular ;
|
||||
ourself_NP = regNP "ourself" plural ;
|
||||
ourselves_NP = regNP "ourselves" plural ;
|
||||
yourselfPl_NP = regNP "yourself" plural ;
|
||||
themself_NP = regNP "themself" plural ;
|
||||
themselves_NP = regNP "themselves" plural ;
|
||||
|
||||
CompoundCN num noun cn = {
|
||||
|
||||
@@ -32,9 +32,8 @@ fun CompoundCN : Num -> N -> CN -> CN ;
|
||||
himself_NP : NP ;
|
||||
herself_NP : NP ;
|
||||
itself_NP : NP ;
|
||||
ourself_NP : NP ;
|
||||
ourselves_NP : NP ;
|
||||
yourselfPl_NP : NP ;
|
||||
themself_NP : NP ;
|
||||
themselves_NP : NP ;
|
||||
OrdCompar : A -> Ord ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user