From bc5829a8e0f90d318d8aac44542e07be1f682fc9 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Wed, 31 Aug 2022 22:52:55 -0400 Subject: [PATCH] remove useless mention to another ex --- piscine/week03/day04/ex02/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + ```