mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 22:22:51 -06:00
more changes in the dictionary
This commit is contained in:
@@ -14250,8 +14250,8 @@ lin cupule_N = mkN "cupule" ;
|
||||
lin cur_N = mkN "cur" "curs";
|
||||
lin curability_N = mkN "curability" ;
|
||||
lin curable_A = compoundA (mkA "curable");
|
||||
lin curacao_N = mkN "curaçao" ;
|
||||
lin curacoa_N = mkN "curaçoa" ;
|
||||
lin curacao_N = variants {mkN "curaçao"; mkN "curacao"} ;
|
||||
lin curacoa_N = variants {mkN "curaçoa"; mkN "curacoa"} ;
|
||||
lin curacy_N = mkN "curacy" "curacies";
|
||||
lin curandera_N = mkN "curandera" ;
|
||||
lin curandero_N = mkN "curandero" ;
|
||||
@@ -15165,7 +15165,7 @@ lin deep_A = mkA "deep" "deeper";
|
||||
lin deep_Adv = mkAdv "deep";
|
||||
lin deep_N = mkN "deep" "deeps";
|
||||
lin deep_freeze_N = mkN "deep-freeze" "deep-freezes";
|
||||
lin deep_freeze_V2 = mkV2 (mkV "deep-" IrregEng.freeze_V);
|
||||
lin deep_freeze_V2 = variants {mkV2 (mkV "deep-" IrregEng.freeze_V); mkV2 (irregV "deep freeze" "deep froze" "deep frozen")};
|
||||
lin deep_laid_A = compoundA (mkA "deep-laid");
|
||||
lin deep_mined_A = compoundA (mkA "deep-mined");
|
||||
lin deep_rooted_A = compoundA (mkA "deep-rooted");
|
||||
|
||||
Reference in New Issue
Block a user