0
I lowered the. jar from this library but has nothing, no example of how to use it in java, anyone here has used or knows how to use it in a java project
I also downloaded the lttoolbox-java
but ta osso.
0
I lowered the. jar from this library but has nothing, no example of how to use it in java, anyone here has used or knows how to use it in a java project
I also downloaded the lttoolbox-java
but ta osso.
0
The apertium-caffeine.jar
is not a library it seems, but an application, to use it do this in the terminal or CMD:
java -jar apertium-caffeine.jar
Download and wiki: http://wiki.apertium.org/wiki/Apertium-caffeine
To use it offline you need to download the desired languages in http://wiki.apertium.org/wiki/Language_pair_packages
I haven’t found anything about the lib or API, but and you can download the open-source version here https://sourceforge.net/p/apertium/svn/46791/tree/trunk/apertium-caffeine/
Browser other questions tagged java translating
You are not signed in. Login or sign up in order to post.
hello @Guilherme Nasimento, what I want is to add the . jar as a library and use as API in Studio, This would be possible with it, otherwise Would you indicate me some other for me to use in my Java projects? grateful
– Armando Marques Sobrinho
@Armandomarquesnephew I think you didn’t read the answer right, Pertium-Caffeine is not a lib, add in your project will probably have no effect, if you use netbeans what you can do is follow the example of the open-versionsource, see: https://sourceforge.net/p/apertium/svn/46791/tree/trunk/apertium-caffeine/lib/ ... even later I will see how to create an example, which IDE you use?
– Guilherme Nascimento
android studio, but what I want is this, I have an html book in English, I need the user of other languages to open it in their native language, if it is available, but I also have this text in plain text in a table, dai, I need a library or api that does the translation
– Armando Marques Sobrinho