You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2014/01/31 05:17:36 UTC

[3/4] git commit: Merge with master

Merge with master


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/0fda7e95
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/0fda7e95
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/0fda7e95

Branch: refs/heads/master
Commit: 0fda7e952f0c06e3166b1aa0059f8e80c2e035a2
Parents: 9a42645 99e46e2
Author: Matt Hayes <mh...@linkedin.com>
Authored: Thu Jan 30 20:14:42 2014 -0800
Committer: Matt Hayes <mh...@linkedin.com>
Committed: Thu Jan 30 20:14:42 2014 -0800

----------------------------------------------------------------------
 .gitignore                                      |   4 +
 .travis.yml                                     |   1 +
 build.xml                                       |  16 +-
 ivy.xml                                         |   7 +-
 ivy/libraries.properties                        |   2 +
 .../datafu/pig/text/opennlp/CachedFile.java     |  41 ++++
 src/java/datafu/pig/text/opennlp/POSTag.java    | 177 +++++++++++++++++
 .../datafu/pig/text/opennlp/SentenceDetect.java | 122 ++++++++++++
 .../datafu/pig/text/opennlp/TokenizeME.java     | 126 ++++++++++++
 .../datafu/pig/text/opennlp/TokenizeSimple.java | 101 ++++++++++
 .../pig/text/opennlp/TokenizeWhitespace.java    | 102 ++++++++++
 test/pig/datafu/test/pig/text/NLPTests.java     | 195 +++++++++++++++++++
 12 files changed, 889 insertions(+), 5 deletions(-)
----------------------------------------------------------------------