Skip to content

Version 1.14.0

Compare
Choose a tag to compare
@JuicyDragon JuicyDragon released this 29 Aug 17:20
· 75 commits to master since this release

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.