joke2k / faker

Faker is a Python package that generates fake data for you.
https://faker.readthedocs.io
MIT License
17.69k stars 1.93k forks source link

Sentence improvements #1738

Closed gotofritz closed 1 year ago

gotofritz commented 2 years ago

I would like to suggest some small improvements to sentence. Happy to submit a PR myself, just checking it would be well received

How does that sound?

fcurella commented 1 year ago

To be honest.. that sounds a little complicated, and potentially a rabbit-hole. For example:

gotofritz commented 1 year ago

Well, the good news is that currently lorem has no Spanish package so I don't have to worry about that 😄 But I guess ¿ can simply be prepended to sentences which end in ?

I would avoid quotes in this iteration. Lorem has no concept of punctuation currently. Adding only the punctuation I listed above wouldn't make things worse, it would still be an improvement. My aim is to be a bit more realistic, without trying to create a fully fledged text synthesiser

gotofritz commented 1 year ago

Never mind