Skip to content

Multi-treaded text analyzer to get properties like average word length, longest word, shortest word etc. πŸ—Ÿ

Notifications You must be signed in to change notification settings

DenysFlnk/text-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Text Analyzer for .txt files

General purpose

Multithreaded text analyzer to get text properties such as - the shortest words, the longest word, average word length, the most common word, total word count.

Usage

Get Text_analyzer-1.0.jar to folder with your txt file.

Open terminal and run command for multithreaded execution:

java -jar Text_analyzer-1.0.jar input.txt output.txt true

Or for one threaded:

java -jar Text_analyzer-1.0.jar input.txt output.txt false

Contact

Created by Denys Filonenko:

About

Multi-treaded text analyzer to get properties like average word length, longest word, shortest word etc. πŸ—Ÿ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages