[GitHub] tika pull request: https://issues.apache.org/jira/browse/TIKA-1535...

2015-04-27 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/45

https://issues.apache.org/jira/browse/TIKA-1535 Inheritance modification...

... for the class MIMETypes

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika TIKA-1535

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #45


commit 66cdb6e30dd1654702e08723bb0f607fb4fc9def
Author: LukeLiush hanson311...@gmail.com
Date:   2015-04-27T20:41:43Z

https://issues.apache.org/jira/browse/TIKA-1535 Inheritance modification 
for the class MIMETypes




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: Cbor extension - set cbor magic priority to 50

2015-04-23 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/44

Cbor extension  - set cbor magic priority to 50



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika cborExtension

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #44


commit 5b86cccdfc6d637cb44c9f8b2642e438c2ae5ff4
Author: LukeLiush hanson311...@gmail.com
Date:   2015-04-21T21:39:07Z

add entry for cbor glob extension in the tika-mimetypes.xml

commit f449969d876bbf9fc7fa0e979011e199cba2dd3e
Author: LukeLiush hanson311...@gmail.com
Date:   2015-04-23T22:24:19Z

set the application/cbor magic priority to 50




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add entry for cbor glob extension in the tika-m...

2015-04-21 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/42

add entry for cbor glob extension in the tika-mimetypes.xml



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika cborExtension

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/42.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #42


commit 5b86cccdfc6d637cb44c9f8b2642e438c2ae5ff4
Author: LukeLiush hanson311...@gmail.com
Date:   2015-04-21T21:39:07Z

add entry for cbor glob extension in the tika-mimetypes.xml




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add probabilistic mime selection

2015-04-11 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/41

add probabilistic mime selection

The probabilistic mime selection detector has been re-implemented.
the Bayesian probabilistic selection has been improved by adding more 
freedom and flexibilities that allow users to specify their own prior and 
conditional probabilities; the concrete details and basic idea are illustrated 
in the Tika-1571 and the implementation still follow the main description 
posted in the https://issues.apache.org/jira/browse/TIKA-1517 but with a minor 
change on the prior probability which was not modifiable in the original design.
The https://issues.apache.org/jira/browse/TIKA-1535 is resolved according 
to Prof Mattmann's suggestion.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika mimeDetection

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/41.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #41


commit fd41a855f794876b43f97327bd77190099c1e554
Author: LukeLiush hanson311...@gmail.com
Date:   2015-04-11T08:57:12Z

add probabilistic mime selection




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add applyProbabilities mechanism

2015-04-11 Thread LukeLiush
Github user LukeLiush closed the pull request at:

https://github.com/apache/tika/pull/24


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: Nn branch

2015-03-28 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/36

Nn branch

https://issues.apache.org/jira/browse/TIKA-1582


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika nnBranch

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #36


commit eb04f13260bfb5e4f4b0bf7fd54ecd085995cb92
Author: LukeLiush hanson311...@gmail.com
Date:   2015-03-28T07:12:06Z

https://issues.apache.org/jira/browse/TIKA-1582

commit acaf27bb666fdef05bdb18d7edcaafe7ccfd9bf5
Author: LukeLiush hanson311...@gmail.com
Date:   2015-03-28T07:16:07Z

move the comments of apache licence to the top

commit 701fcc394ed2110e4c771fbb84999dca77932392
Author: LukeLiush hanson311...@gmail.com
Date:   2015-03-28T07:19:43Z

add some comments

commit 12f290826a88cd99bbf2e1a0385b315e73e3
Author: LukeLiush hanson311...@gmail.com
Date:   2015-03-28T07:25:55Z

move the example model file to the test resource directory

commit 6c8d2e523c427380438f24d90985e28bfdbce050
Author: LukeLiush hanson311...@gmail.com
Date:   2015-03-28T07:28:25Z

remove empty comment block




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add mime detection with dif(TIKA-1561) support

2015-02-26 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/32

add mime detection with dif(TIKA-1561) support



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika difmime

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/32.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #32


commit eb920b55f4debe0f1152dcb17bd17ff4f09893f9
Author: LukeLiush hanson311...@gmail.com
Date:   2015-02-26T08:53:50Z

add mime detection with dif(TIKA-1561) support




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add unit test for grb files, and modify the tik...

2015-02-05 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/28

add unit test for grb files, and modify the tika-mimetypes.xml to includ...

...e the grb magic and glob.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika grbDetection

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #28


commit 111083d09cc256d39afb21b247f7371f15ab618c
Author: LukeLiush hanson311...@gmail.com
Date:   2015-02-05T23:06:45Z

add unit test for grb files, and modify the tika-mimetypes.xml to include 
the grb magic and glob.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add applyProbabilitySelection mechanism

2015-01-18 Thread LukeLiush
Github user LukeLiush closed the pull request at:

https://github.com/apache/tika/pull/23


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add applyProbabilities mechanism

2015-01-18 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/24

add applyProbabilities mechanism

reformat code for change

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika mimeDetection

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/24.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #24


commit 2353f01072e94b893fd9373fb96f11d16474433e
Author: LukeLiush hanson311...@gmail.com
Date:   2015-01-19T02:52:48Z

add applyProbabilities mechanism




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tika pull request: add applyProbabilitySelection mechanism

2015-01-17 Thread LukeLiush
GitHub user LukeLiush opened a pull request:

https://github.com/apache/tika/pull/23

add applyProbabilitySelection mechanism

https://issues.apache.org/jira/browse/TIKA-1517
Please refer to the details of the feature in the above JIRA issue.
The prototype 1. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LukeLiush/tika mimeDetection

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tika/pull/23.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #23


commit 2250b81334d66fe934dba7578f4b104dd9e849d9
Author: LukeLiush hanson311...@gmail.com
Date:   2015-01-17T23:36:49Z

add apply probability selection mechanism




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---