This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika.git
commit 327ae0b0cbfc205a2733590dc2668f2523ac2732 Author: Chris Mattmann <[email protected]> AuthorDate: Thu Jul 6 22:02:33 2017 -0700 Record change for TIKA-1988 contributed by [email protected] --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7fef59c..1336c53 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ Release 1.16 - ??/??/???? + * Add Age recognition using Ensemble model for Linear regression + and Apache OpenNLP Maximum Entropy. Tika can now detect age from + text (TIKA-1988). + * Add Tika Deep Learning support for the VGG16 model for Very Deep Convolutional Networks for Large-Scale Image Recognition. Now Tika supports both Inception v3/v4 and VGG16 based image -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
