1
0
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:
kr.angelov
2012-10-01 08:47:52 +00:00
parent 953633240e
commit 00e85e55f8
8 changed files with 16 additions and 5 deletions

View File

@@ -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";