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:37 UTC

[4/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/d8cec6a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/d8cec6a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/d8cec6a5

Branch: refs/heads/master
Commit: d8cec6a5c84d9c0cf545c410eb8a0cf1bc427a22
Parents: 90c754e 0fda7e9
Author: Matt Hayes <mh...@linkedin.com>
Authored: Thu Jan 30 20:16:10 2014 -0800
Committer: Matt Hayes <mh...@linkedin.com>
Committed: Thu Jan 30 20:16:10 2014 -0800

----------------------------------------------------------------------
 .gitignore                                      |   4 +
 .travis.yml                                     |   1 +
 README.md                                       |   3 +-
 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 +++++++++++++++++++
 13 files changed, 890 insertions(+), 7 deletions(-)
----------------------------------------------------------------------