diff --git a/piscine/week03/day04/ex02/README.md b/piscine/week03/day04/ex02/README.md index 934d129..946cf4f 100644 --- a/piscine/week03/day04/ex02/README.md +++ b/piscine/week03/day04/ex02/README.md @@ -1,6 +1,6 @@ # Exerice 2: Punctuation -The goal of this exerice is to learn to deal with punctuation. In Natural Language Processing, some basic approaches as Bag of Words (exercise X) model the text as an unordered combination of words. In that case the punctuation is not always useful as it doesn't add information to the model. That is why is removed. +The goal of this exerice is to learn to deal with punctuation. In Natural Language Processing, some basic approaches as Bag of Words model the text as an unordered combination of words. In that case the punctuation is not always useful as it doesn't add information to the model. That is why is removed. 1. Remove the punctuation from this sentence. All characters in !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ are considered as punctuation. @@ -8,4 +8,4 @@ The goal of this exerice is to learn to deal with punctuation. In Natural Langua Remove, this from .? the sentence !!!! !"#&'()*+,-./:;<=>_ - ``` \ No newline at end of file + ```