A Java 8 library allowing conversion of numbers to Lithuanian words.
- Clone the project
cd
into the project directory- Run
mvn clean install
NumberConverter converter = NumberConverter.create();
String words = converter.toLithuanian(123); // "šimtas dvidešimt trys"