Posts by Gabriel Naslaniec • 19 points
1 post
-
1
votes1
answer403
viewsQ: Application problem for stopwords and accents filter
Good morning, I’m trying to develop a simple Python algorithm for removing stop words from texts, but I’m having problems with words that have accents. The Code is as follows:: import io from…
pythonasked Gabriel Naslaniec 19