Version 1.14.0
Added functionality to FormatUtility class:
- Added convenience method tokenizeText(input) which uses Lucene's StandardTokenizer to tokenize arbitrary input text.
- Added convenience method getHtmlText(htmlSource) which uses Jsoup to parse HTML source input and return text.