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

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


    from 4bde702  OPENNLP-1009 - switch to opennlp-tools 1.8.3 release
     add a08a73e  added tensorflow NER prediction PoC
     new 87a75a7  Merge pull request #10 from thygesen/tfnerpoc

The 1 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:
 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(+)
 create mode 100644 tf-ner-poc/pom.xml
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/FeedDictionary.java
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/IndexTagger.java
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/PredictionConfiguration.java
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/SequenceTagging.java
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/TokenIds.java
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/Viterbi.java
 create mode 100644 
tf-ner-poc/src/main/java/org/apache/opennlp/tf/guillaumegenthial/WordIndexer.java
 create mode 100644 
tf-ner-poc/src/test/java/com/apache/opennlp/tf/PredictTest.java
 create mode 100644 
tf-ner-poc/src/test/java/com/apache/opennlp/tf/guillaumegenthial/FeedDictionaryTest.java
 create mode 100644 
tf-ner-poc/src/test/java/com/apache/opennlp/tf/guillaumegenthial/WordIndexerTest.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to