-
Add custom
pom.xml
file, curate the tree and reindent code. -
Removed any limit on the text size (so the legacy TMF should probably wrap calls to
classify()
to enforce some upper bound). -
Removed TMFVisibleException as well as other exception wrappers (so the legacy TMF should probably wrap calls to
classify()
to make sure that visible exceptions are generated when needed). -
Expose
classifyShortText()
to allow clients to control where to split long texts (thus separating mechanism and policy). -
Change the way in which
IndexUtils
is initialized; now one needs to call the staticinit()
method. -
Change the API of
classify()
to receive only the text, the number of topics and the classifier's language. -
Remove everything unrelated with
classify()
. -
Merge Telecom Italia changes from thermz/tellmefirst.
- Import the unmodified code from TellMeFirst/tellmefirst@5b5f0ae9b3.