societe-generale / core-nlg

CoreNLG is an easy to use and productivity oriented Python library for Natural Language Generation. It aims to provide the essential tools for developers to structure and write NLG projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle multiple ponctuation

FabienGiely opened this issue · 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