You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by th...@apache.org on 2018/04/11 12:23:13 UTC

[opennlp-sandbox] 01/01: Merge pull request #10 from thygesen/tfnerpoc

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

thygesen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git

commit 87a75a75f596a09b44143b49aa1d7d30e4a1d120
Merge: 4bde702 a08a73e
Author: Peter Thygesen <th...@users.noreply.github.com>
AuthorDate: Wed Apr 11 14:23:10 2018 +0200

    Merge pull request #10 from thygesen/tfnerpoc
    
    added tensorflow NER prediction PoC

 tf-ner-poc/pom.xml                                 |  49 +++++++
 .../tf/guillaumegenthial/FeedDictionary.java       | 144 +++++++++++++++++++
 .../opennlp/tf/guillaumegenthial/IndexTagger.java  |  41 ++++++
 .../guillaumegenthial/PredictionConfiguration.java |  40 ++++++
 .../tf/guillaumegenthial/SequenceTagging.java      |  75 ++++++++++
 .../opennlp/tf/guillaumegenthial/TokenIds.java     |  20 +++
 .../opennlp/tf/guillaumegenthial/Viterbi.java      | 157 +++++++++++++++++++++
 .../opennlp/tf/guillaumegenthial/WordIndexer.java  | 149 +++++++++++++++++++
 .../java/com/apache/opennlp/tf/PredictTest.java    |  32 +++++
 .../tf/guillaumegenthial/FeedDictionaryTest.java   |  44 ++++++
 .../tf/guillaumegenthial/WordIndexerTest.java      | 132 +++++++++++++++++
 11 files changed, 883 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
thygesen@apache.org.