Skip to content
Snippets Groups Projects
Unverified Commit 945a0a71 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix typo

parent 92b8b1a6
Branches
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ Basically speaking, the maximum level of compression that can be obtained with t
$$\frac{7\times \textrm{number of characters in the initial text file}}{\textrm{number of characters in the compressed file}}$$
4. How to improve the level of compression ? The occurrence frequencies of each character only capture the redundancy of the characters, but not the one between consecutive characters... So, you can do the same exercice by analyzing the occurence frequencies of all 2-letter (or more) words. This should allow you to capture more redundancy of the text and then to improve the compression ratio.
## Compress the files et [upload them to the LMS](https://lms.isae.fr/mod/assign/view.php?id=107859) [[toc](#table-of-content)]
## Compress the files and [upload them to the LMS](https://lms.isae.fr/mod/assign/view.php?id=107859) [[toc](#table-of-content)]
- [ ] `src/occurrence_frequencies.py`
- [ ] `src/enhanced_occurrence_frequencies.py`
- [ ] `src/text_length.py`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment