Skip to content

wordEater eats texts and generates a summary of word occurrences, sorted by length then ASCII value.

Notifications You must be signed in to change notification settings

Fab06460/wordEater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

wordEater

wordEater is a command line tool that reads text and generates a summary of word occurrences, sorted by length (from shorter word to longer) then ASCII value (ascending).

Build

cd src

javac wordEater/wordEaterMain.java -d ../bin

Execute

cd bin

java wordEater/wordEaterMain < theText.txt

or

java wordEater/wordEaterMain theText.txt

Using Eclipse

The project has been developed using Eclipse Photon 4.8.0. Unit tests requires JUnit5.

About

wordEater eats texts and generates a summary of word occurrences, sorted by length then ASCII value.

Resources

Stars

Watchers

Forks

Packages

No packages published