TIKA-1657 move xmlification of TikaConfig to tika-core. Thank you, Nick!
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/5a341071 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/5a341071 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/5a341071 Branch: refs/heads/master Commit: 5a341071532ac950efeaad222afe3e4a33bb9bee Parents: 3aa1dca Author: tballison <[email protected]> Authored: Wed Mar 2 09:20:02 2016 -0500 Committer: tballison <[email protected]> Committed: Wed Mar 2 09:20:02 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/5a341071/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e6603fa..08ac1dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,8 @@ Release 1.13 - ??? + * Move serialization of TikaConfig to tika-core and enable dumping + of the config file via tika-app (TIKA-1657). + * Tika now incorporates the Natural Language Toolkit (NLTK) from the Python community as an option for Named Entity Recognition (TIKA-1876).
