Provides the means to translate a number in its word equivalent.
For now only English is supported.
Only numbers between 0 and 999999999 are currently supported.
import com.rabriel.commons.numericspeech.NumericTranslator;
import com.rabriel.commons.numericspeech.impl.EnglishNumericTranslator;
...
NumericTranslator numericTranslator = new EnglishNumericTranslator();
String numericTranslation = numericTranslator.translate(1234567);
//one million two hundred thirty four thousands five hundred and sixty seven