mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 03:08:55 -06:00
in English addGenitiveS should use the BIND token
This commit is contained in:
@@ -39,6 +39,6 @@ oper
|
|||||||
-- Note: this results in a space before 's, but there's
|
-- Note: this results in a space before 's, but there's
|
||||||
-- not mauch we can do about that.
|
-- not mauch we can do about that.
|
||||||
addGenitiveS : Str -> Case => Str = \s ->
|
addGenitiveS : Str -> Case => Str = \s ->
|
||||||
table { Gen => s ++ "'s"; _ => s } ;
|
table { Gen => s ++ BIND ++ "'s"; _ => s } ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user