mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-22 04:06:23 -06:00
Eng: fix simple past of stride and bestride
This commit is contained in:
@@ -149,7 +149,7 @@ flags optimize=values ;
|
||||
stick_V = irregV "stick" "stuck" "stuck" ;
|
||||
sting_V = irregV "sting" "stung" "stung" ;
|
||||
stink_V = irregV "stink" "stank" "stunk" ;
|
||||
stride_V = irregV "stride" "strod" "stridden" ;
|
||||
stride_V = irregV "stride" "strode" "stridden" ;
|
||||
strike_V = irregV "strike" "struck" "struck" ;
|
||||
string_V = irregV "string" "strung" "strung" ;
|
||||
strive_V = irregV "strive" "strove" "striven" ;
|
||||
|
||||
@@ -5345,7 +5345,7 @@ lin bestir_V = mkV "bestir" "bestirred" "bestirred" ;
|
||||
lin bestow_V = mkV "bestow" "bestowed" "bestowed" ;
|
||||
lin bestowal_N = mkN "bestowal" "bestowals" ;
|
||||
lin bestrew_V = mkV "bestrew" "bestrewed" "bestrewed" ;
|
||||
lin bestride_V = mkV "bestride" "bestrod" "bestridden" ;
|
||||
lin bestride_V = mkV "bestride" "bestrode" "bestridden" ;
|
||||
lin bestubbled_A = mkAMost "bestubbled" "bestubbledly" ;
|
||||
lin bet_N = mkN "bet" "bets" ;
|
||||
lin bet_V = mkV "bet" "betted" "betted" ;
|
||||
@@ -48049,7 +48049,7 @@ lin strict_A = mkA "strict" "stricter" "strictest" "strictly" ;
|
||||
lin strictness_N = mkN "strictness" "strictnesses" ;
|
||||
lin stricture_N = mkN "stricture" "strictures" ;
|
||||
lin stride_N = mkN "stride" "strides" ;
|
||||
lin stride_V = mkV "stride" "strod" "stridden" ;
|
||||
lin stride_V = mkV "stride" "strode" "stridden" ;
|
||||
lin strident_A = mkAMost "strident" "stridently" ;
|
||||
lin strider_N = mkN "strider" "striders" ;
|
||||
lin stridor_N = mkN "stridor" "stridors" ;
|
||||
|
||||
Reference in New Issue
Block a user