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

Around 50 files have broken encodings on french. #12

Open
maxencealluin opened this issue Sep 16, 2019 · 1 comment
Open

Around 50 files have broken encodings on french. #12

maxencealluin opened this issue Sep 16, 2019 · 1 comment

Comments

@maxencealluin
Copy link

Hello,

For those of you that intend to use french documents in this corpus, know that on the 2647 french books included 49 have broken encoding and all accent letters are removed.
A quick way to find the culprits is to look the book for the letter 'é'.

@DBarthe
Copy link

DBarthe commented Feb 2, 2020

Yes this is annoying. Seems that it's possible to fix it by replacing :

  • c282 => é
  • c28a => è
  • c288 => ê
  • c285 => à
  • c287 => ç
  • c293 => ô
  • c28c => î
  • c296 => û
  • ...

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

No branches or pull requests

2 participants