Download indic-transliteration-1.1.jar file - Jar i

Jar examples for i:indic-transliteration

Description

A collection of scala and java classes for some basic character level processing for the Sanskrit and other Indic (kannada, telugu, etc..) languages, contributed by the open source sanskrit-coders projects and friends. Some notable facilities: * Transliterate text from one script or encoding scheme to another. * Some grammar simulation. Examples: see https://github.com/sanskrit-coders/indic-transliteration Contributions and suggestions are invited at https://github.com/sanskrit-coders/indic-transliteration . (Sister projects there may also be of interest.)

You can download jar file indic-transliteration 1.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add indic-transliteration-1.1.jar to your project.

<dependency>
   <groupId>com.github.sanskrit-coders</groupId>
   <artifactId>indic-transliteration</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.github.sanskrit-coders', name: 'indic-transliteration', version: '1.1'
libraryDependencies += "com.github.sanskrit-coders" % "indic-transliteration" % "1.1"
<dependency org="com.github.sanskrit-coders" name="indic-transliteration" rev="1.1"/>
@Grapes(@Grab(group='com.github.sanskrit-coders', module='indic-transliteration', version='1.1'))
'com.github.sanskrit-coders:indic-transliteration:jar:1.1'

Download

Click the following link to download the jar file.

indic-transliteration-1.1-javadoc.jar
indic-transliteration-1.1-sources.jar
indic-transliteration-1.1.jar
indic-transliteration-1.1.pom



Related Tutorials