Update changes for TIKA-1917.
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/2d06bc2c Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/2d06bc2c Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/2d06bc2c Branch: refs/heads/master Commit: 2d06bc2c399de82f460e5bfaa4273fe1daabb56d Parents: 9ecb183 Author: Chris Mattmann <[email protected]> Authored: Sat Apr 23 11:38:10 2016 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sat Apr 23 11:38:10 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/2d06bc2c/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index b44adf8..1584f38 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,11 @@ Release 1.13 - ??? - * Added GROBID Quantities measurement NER to one of - the NER recognisers allowing measurements to automatically - be extracted from Tika (GitHub-104). + * Enable Measurement + + * Tika now uses NER to extract scientific measurements + from text using either GROBID Quantities which uses + conditional random fields and NLTK which uses regular + expressesions (TIKA-1917, GitHub-104). * Fixed JournalParser to handle null responses from GROBID and to log a message (TIKA-1925).
