brailleapps / dotify.translator.impl

Provides an implementation of the translator interfaces in dotify.api
GNU Lesser General Public License v2.1
0 stars 4 forks source link
braille-translator java osgi provider spi

Build Status Type License: LGPL v2.1

Introduction

dotify.translator.impl contains an implementation of the translator interfaces of dotify.api. If you want to use it, you can get it here.

Techniques

Java, Java SPI, OSGi

Limitations

Currently, braille translation is implemented for Swedish only.

Using

Download the latest release from maven central and add it to your runtime environment.

Access the implementations via the following APIs in dotify.api:

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

More information

See the common wiki for more information.