Skip to content

Igor-GF/Counting-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counting Words App (Version 1)

The App is aimed to split a given text into words, also excluding all symbols, spaces, and numbers from the text. The words are converted to lowercase so that their frequency can be counted no matter the case of the characters (case insensitive). Every other character, besides letters, is not considered as part of a word but as a separator.

Link to version 2 JEE: https://github.com/Igor-GF/JEE-counting-words

Technologies

  • Java

How to test the app

A class called TestCode with the dummy data was created and it is called in the Main class. TestCode class is where modifications can be performed to test the methods.

author

Igor Figueiredo

Project status

... assessment.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages