You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2016/03/02 06:42:28 UTC

[19/20] tika git commit: Fix for TIKA-1876 Integrate Natural Language Toolkit (NLTK) into Tika to perform Named Entity Recognition contributed by Manali Shah this closes #80

Fix for TIKA-1876 Integrate Natural Language Toolkit (NLTK) into Tika to perform Named Entity Recognition contributed by Manali Shah <ma...@gmail.com> this closes #80


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/3fbc03ce
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/3fbc03ce
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/3fbc03ce

Branch: refs/heads/master
Commit: 3fbc03cead1c54bd023a19e52e31609b51926d7d
Parents: e147de3
Author: Chris Mattmann <ma...@apache.org>
Authored: Tue Mar 1 21:41:07 2016 -0800
Committer: Chris Mattmann <ma...@apache.org>
Committed: Tue Mar 1 21:41:07 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/3fbc03ce/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0ffc69f..d5bebcd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,8 @@
 Release 1.13 - ???
+
+  * Tika now incorporates the Natural Language Toolkit (NLTK) from the
+    Python community as an option for Named Entity Recognition (TIKA-1876).
+
   * Upgrade to sqlite-jdbc 3.8.11.2 (TIKA-1861).  NOTE: this dependency
     is still <scope>provided</scope>.  You need to include this dependency
     in order to parser sqlite files.