Releases: acoli-repo/fintan-backend
Releases · acoli-repo/fintan-backend
v1.0.2-nightly
Added support for adjusting stream buffer. Default: "modelQueueSize" : 100
Fixed a minor bug in thread termination sequence. More stable than v1.0.1-nightly.
v1.0.1-nightly
fixed a minor bug in I/O performance of the core module
fintan-backend-release-v1.0.0
This release contains a fully precompiled binary of the Fintan backend including
- fintan.jar
- run.bat
- run.sh
- examples.zip containing a demo pipeline for converting apertium dictionaries.
Quick install for demo:
- install JRE 1.8 or higher
- download this release and place all files in a folder
/fintan/
- unzip examples.zip to
/fintan/examples/
- go to
/fintan/examples/apertium/
- run
_apertium_demo.bat
(Windows) or_apertium_demo.sh
(Linux/Mac)
Test-release of v0.0.1-SNAPSHOT
Test release with working instances of Saxon and Tarql transformers.