mozg1984 / word-counter

Console utility for counting words by given url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unique word counter

Console utility for counting unique words by given url. It supports words with unicode letters. Expecting word format:

<unicode-letter>+
<unicode-letter>+-<unicode-letter>+
<number>+

Installation

Console utility requires Apache Maven (in my case I was using v3.6.3_1) and Java v11 to run.

$ mvn clean install

Once done, run the utility by passing the url through the key -url:

$ java -cp target/word-counter-1.0.jar com.counter.Estimator -url <Your_URL>

About

Console utility for counting words by given url


Languages

Language:Java 100.0%