mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -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