s

sanskritnlp

A collection of scala and java classes for some basic natural language processing (NLP) for the Sanskrit language, contributed by the open source SanskritNLP project and friends. Some notable facilities: * Transliterate text from one script or encoding scheme to another. * Deal with babylon dictionaries. * Use bots to write to wiki projects (wiktionary, wikisource etc..). * Basic metre identification. * Some grammar simulation. Contributions and suggestions are invited at https://github.com/sanskrit-coders/sanskritnlpjava . (Sister projects there may also be of interest.)
https://github.com/sanskrit-coders/sanskritnlpjava
Apache License 2.0
Sanskrit coders
Files download
File Operation
sanskritnlp-1.2.jar download
sanskritnlp-1.2.pom download
sanskritnlp-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sanskrit-coders</groupId>
  <artifactId>sanskritnlp</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.sanskrit-coders:sanskritnlp:1.2'
Gradle Kotlin
implementation("com.github.sanskrit-coders:sanskritnlp:1.2")
Scala SBT
libraryDependencies += "com.github.sanskrit-coders" % "sanskritnlp" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sanskrit-coders', module='sanskritnlp', version='1.2')
)
Apache Ivy
<dependency org="com.github.sanskrit-coders" name="sanskritnlp" rev="1.2" />
Leiningen
[com.github.sanskrit-coders/sanskritnlp "1.2"]
Apache Buildr
'com.github.sanskrit-coders:sanskritnlp:jar:1.2'