This repo serves to provide limited Java runtime support for scripted fairseq translation models.
To build this repo, the following repos must first be published to the local Maven repository:
Once this is done, jFairseq can be built by issuing sbt clean compile package
.
Tests can be run by issuing sbt test
.