societe-generale/core-nlg

Handle multiple ponctuation

FabienGiely opened this issue · 2 comments

For now only multiple dots are handled (". ." --> ".")
It should also handle other ponctuation mark (", ," --> ",")

Is this issue liked to the PR handle dots separated by tags #53 ? @FabienGiely ??

PR #53 was about handling dots when they are separated by tags
In the comment i wrote :
". < tag>." --> ". < tag>"

". ... < tag>." --> "... < tag>"

tags disappeared in the comment.

While this issue is about handling other ponctuations marks.

It will be fixed by #54