Categorygithub.com/airenas/lt-text-to-ipa
repository
0.0.0-20220222161306-abc66c69dcb4
Repository: https://github.com/airenas/lt-text-to-ipa.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

lt-text-to-ipa

Go Coverage Status

Services for Lithuanian text to IPA transcription. Full API documentation is provided here.

Samples

For a text:

curl http://klcdocker.vdu.lt/text-transcriber/ipa -X POST -d 'Kairas, ne, vos ne vos.'

For one word:

curl http://klcdocker.vdu.lt/text-transcriber/ipa/Jonai -X GET 

Build

make generate
make test
cd build && make clean dbuild dpush

Deploy

Local

It depends on some private repos and tools: accenter, transcriber, IPA converter. Local deployment from zero is not possible.

KLC

Copy scripts and redeploy:

cd deploy/klc && make restart

Author

Airenas Vaičiūnas


License

Copyright © 2021, Airenas Vaičiūnas. Released under the The 3-Clause BSD License.