Skip to content

FeMaffezzolli/python_text_filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Filtering

A very simple example of dealing with text input.


This code is concerned about importing a text (.txt) file, breaking the text into words inside a list, and then creating a new list by excluding certain words.

After that we use the 'Counter' library to count the most commom words in our list.

How does it look like?

graphic

Dependencies

collections
math
matplotlib
numpy

About

A very simple example of dealing with text input

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published