You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2019/02/07 05:04:31 UTC

[any23] branch master updated (65d1a30 -> e9c001f)

This is an automated email from the ASF dual-hosted git repository.

hansbrende pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git.


    from 65d1a30  Merge pull request #134 from davidcockbill/ANY23-422
     add d64dac9  ANY23-418 improve TikaEncodingDetector
     add de8c887  Oops -- minor fixup
     add e9f11b4  ANY23-418 add additional unit tests
     add f0df840  simplifications, implemented more robust UTF-8 state machine
     add e355fb9  small improvement
     add 44a1255  use ternary operator to reduce verbosity
     add f25f805  reset state to valid on invalid
     add 94e700d  further improvements & simplifications
     add 58ff4e1  minor refactor
     add 74c0af9  additional simplifications and refinements
     add a500375  simplify utf8 byte statistics by including f8 artifact
     add c9b7706  minor refactor
     add 320be6a  Merge branch 'master' into ANY23-418
     add dce3c09  ANY23-418 update f8 artifact, cleanup
     new df18147  Merge branch 'master' into ANY23-418
     new e9c001f  ANY23-418 update NOTICE.txt

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE.txt                                         |   5 +-
 encoding/pom.xml                                   |   6 +
 .../org/apache/any23/encoding/EncodingUtils.java   | 340 +++++++++++++++++++++
 .../any23/encoding/TikaEncodingDetector.java       | 261 +++++++++++-----
 .../any23/encoding/TikaEncodingDetectorTest.java   |  43 ++-
 5 files changed, 567 insertions(+), 88 deletions(-)
 create mode 100644 encoding/src/main/java/org/apache/any23/encoding/EncodingUtils.java


[any23] 01/02: Merge branch 'master' into ANY23-418

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hansbrende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git

commit df18147c8d53dbc27435af427e414731933c55e0
Merge: dce3c09 65d1a30
Author: Hans <fi...@gmail.com>
AuthorDate: Sun Feb 3 18:37:45 2019 -0600

    Merge branch 'master' into ANY23-418

 cli/pom.xml | 1 -
 1 file changed, 1 deletion(-)


[any23] 02/02: ANY23-418 update NOTICE.txt

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hansbrende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git

commit e9c001ffa7bcfb7914a91649d2a190857569d054
Author: Hans <fi...@gmail.com>
AuthorDate: Wed Feb 6 22:55:30 2019 -0600

    ANY23-418 update NOTICE.txt
---
 NOTICE.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 915ef19..081d0d4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -21,4 +21,7 @@ Michael Schmitz, (Developers) Open IE 4 Software
 (C) 2011-2012, University of Washington.  All rights reserved.
 US patent number 7,877,343 and 12/970,155 patent pending
 (https://github.com/allenai/openie-standalone) under the Open IE 4 
-Software License Agreement
\ No newline at end of file
+Software License Agreement
+
+This product includes software developed by Hans Brende
+(https://github.com/HansBrende/f8) under an MIT license.