Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove abbreviations after expandall, compressall #26

Open
emdupre opened this issue Oct 6, 2017 · 0 comments
Open

Remove abbreviations after expandall, compressall #26

emdupre opened this issue Oct 6, 2017 · 0 comments

Comments

@emdupre
Copy link
Collaborator

emdupre commented Oct 6, 2017

In returned text after expandall and compressall the original abbreviations are currently kept. For example, after compressall the example string:

'This is a Test String (TS). I hope it is Informative (inf). '

becomes

'This is a TS (TS). I hope it is inf (inf). '

Instead, it might be better to return

'This is a TS. I hope it is inf. '

such that abbreviations are not overrepresented in the text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant