Няма описание

Febbweiss 909e82e9a0 Feature: initial commit преди 8 години
src 909e82e9a0 Feature: initial commit преди 8 години
README.md 909e82e9a0 Feature: initial commit преди 8 години
pom.xml 909e82e9a0 Feature: initial commit преди 8 години

README.md

Word lister

Goal

This project prints all words in a file, one per line. All compound words and numbers are preserved (such as byte-input and -5.52% for example).

Building

Using maven, just execute the following command :

mvn clean package

In the new target folder, you will find the word-lister-[version]-jar-with-dependencies.jar jar file. This jar contains all dependencies.

Running

Execute the built jar with the --help parameter to display the help message. To parse a file, execute the following command :

java -jar word-lister-[version]-jar-with-dependencies.jar <path_to_a_file>