Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
/ WordCounter Public archive

Application which counts words from input file

Notifications You must be signed in to change notification settings

kanzhygaly/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordCounter
- application, which counts words in text from input file

* Java 7
* Maven
* JUnit

Run application:
1. Build project: go to project folder and type from command line the command "mvn clean install"
2. After project build completion, go to "target" folder. There you can see WordCounter-1.0.jar
3. Run jar by typing the command "java -jar WordCounter-1.0.jar path_to_your_file"
   path_to_your_file - path to input file, from which application will read a text
4. After completion, application will show result in command line.

About

Application which counts words from input file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages