Skip to content

gchoy/Text-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Processing

Provides basic text file processing. Includes scripts that count all the words of a group of files and determines the running mean of these files.

Just download, unzip and run using $ bash run.sh

This program was created using python 3.4.2, and uses python 3.4.2 standard library modules:

  • string
  • fileinput
  • sys
  • glob

Once the scripts are finished processing all the files in wc_input folder two lines will be printed:

  • wc_result generated
  • med_result generated

indicating that result files were created in the output folder.

Any additional input files should have a .txt appended to their name to ensure that they will be processed.

About

Basic text file processing. Includes word count and running mean for all files in wc_input folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published