mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
RelNP and ApposNP should put a final comma after the inserted phrase.
This commit is contained in:
@@ -523,5 +523,6 @@ resource ResEng = ParamX ** open Prelude in {
|
||||
}
|
||||
} ;
|
||||
|
||||
finalComma : Str = pre {"," | "." => []; "" => ","; _ => []} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user