will-molloy / bert-nlp-java

BERT NLP API for Java with Gradle Tasks to automate training (https://github.com/google-research/bert)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov GitHub license

BERT NLP Java

What's included

  • Java code to read and process a BERT TensorFlow model
  • Gradle tasks to automate the training process

Requirements

  • Java 8

Additionally, if you want to train models:

Supported NLP tasks

WIP:

  • Question answering
  • Named entity recognition (NER)

About

BERT NLP API for Java with Gradle Tasks to automate training (https://github.com/google-research/bert)

License:GNU General Public License v2.0


Languages

Language:Python 83.4%Language:Java 16.6%