forked from GitHub/gf-core
Added as_Subj and UttAdV in the parsing grammars. Replaced plus_Prep with plus_Conj
This commit is contained in:
@@ -1857,6 +1857,7 @@ lin arum_N = mkN "arum" "arums";
|
||||
lin aryan_A = compoundA (mkA "aryan");
|
||||
lin aryan_N = mkN "aryan" "aryans";
|
||||
lin as_Prep = mkPrep "as";
|
||||
lin as_Subj = mkSubj "as";
|
||||
lin as_well_Adv = mkAdv "as well";
|
||||
lin asap_PN = mkPN "Asap";
|
||||
lin asbestos_N = mkN "asbestos" ;
|
||||
@@ -27786,7 +27787,7 @@ lin pluralist_N = mkN "pluralist" "pluralists";
|
||||
lin plurality_N = mkN "plurality" "pluralities";
|
||||
lin plus_A = compoundA (mkA "plus");
|
||||
lin plus_N = mkN "plus" "pluses";
|
||||
lin plus_Prep = mkPrep "plus";
|
||||
lin plus_Conj = mkConj "plus";
|
||||
lin plush_A = mkA "plush" "plusher";
|
||||
lin plush_N = mkN "plush" ;
|
||||
lin plushy_A = mkA "plushy" "plushier";
|
||||
|
||||
Reference in New Issue
Block a user