mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
partial cleanup in DictEngBul
This commit is contained in:
@@ -14009,8 +14009,8 @@ lin cytostome_N = mkN "cytostome" ;
|
||||
lin cytotoxic_A = mkA "cytotoxic" ;
|
||||
lin cytotoxicity_N = mkN "cytotoxicity" ;
|
||||
lin cytotoxin_N = mkN "cytotoxin" ;
|
||||
lin czar_N = mkN "czar" "czars";
|
||||
lin czarina_N = mkN "czarina" "czarinas";
|
||||
lin czar_N = mkN masculine (mkN "czar" "czars");
|
||||
lin czarina_N = mkN feminine (mkN "czarina" "czarinas");
|
||||
lin czarist_A = mkA "czarist" ;
|
||||
lin czech_A = compoundA (mkA "Czech");
|
||||
lin czech_N = mkN "Czech" "Czechs";
|
||||
@@ -28053,9 +28053,9 @@ lin instruct_V2 = mkV2 (mkV "instruct" "instructs" "instructed" "instructed" "in
|
||||
lin instruction_N = mkN "instruction" "instructions";
|
||||
lin instructional_A = compoundA (mkA "instructional");
|
||||
lin instructive_A = compoundA (mkA "instructive");
|
||||
lin instructor_N = mkN "instructor" "instructors";
|
||||
lin instructor_N = mkN masculine (mkN "instructor" "instructors");
|
||||
lin instructorship_N = mkN "instructorship" ;
|
||||
lin instructress_N = mkN "instructress" "instructresses";
|
||||
lin instructress_N = mkN feminine (mkN "instructress" "instructresses");
|
||||
lin instrument_N = mkN "instrument" "instruments";
|
||||
lin instrumental_A = compoundA (mkA "instrumental");
|
||||
lin instrumentalism_N = mkN "instrumentalism" ;
|
||||
|
||||
Reference in New Issue
Block a user