Skip to content

seagullmouse/textanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TextAnalyzer

Installation/Usage

git clone https://github.com/seagullmouse/textanalyzer.git
cd textanalyzer
mvn clean install
java -jar target/TextAnalyzer.jar -f ~/Documents/Temp/textfiles/bible_daily.txt

Assumptions

  • Trailing punctuation is removed from words, e.g. "morning." becomes "morning"
  • Punctuation that is not trailing is maintained, e.g. "&" is considered a word
  • Punctuation within words is maintained, e.g. "200.00", "ta-ta", "2020/01/01" are considered words
  • An error is printed for empty files
  • Only tested for texts in English
  • Java 11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages