Skip to content

Commit

Permalink
📝 README minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Sep 21, 2021
1 parent c415db7 commit 747faeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ See the docs for advanced usage : [readthedocs.io](https://charset-normalizer.re
## 😇 Why

When I started using Chardet, I noticed that it was not suited to my expectations, and I wanted to propose a
reliable alternative using a completely different method. Also! I never back down on a good challenge !
reliable alternative using a completely different method. Also! I never back down on a good challenge!

I **don't care** about the **originating charset** encoding, because **two different tables** can
produce **two identical files.**
produce **two identical rendered string.**
What I want is to get readable text, the best I can.

In a way, **I'm brute forcing text decoding.** How cool is that ? 😎
Expand All @@ -199,7 +199,7 @@ Don't confuse package **ftfy** with charset-normalizer or chardet. ftfy goal is
- Discard all charset encoding table that could not fit the binary content.
- Measure chaos, or the mess once opened (by chunks) with a corresponding charset encoding.
- Extract matches with the lowest mess detected.
- Finally, we measure coherence / probe for a language.
- Additionally, we measure coherence / probe for a language.

**Wait a minute**, what is chaos/mess and coherence according to **YOU ?**

Expand Down

0 comments on commit 747faeb

Please sign in to comment.