is not current version
Last Version 1.2

com.github.sanskrit-coders:sanskritnlp 1.0

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.)

GroupId

GroupId

com.github.sanskrit-coders
ArtifactId

ArtifactId

sanskritnlp
Version

Version

1.0
Type

Type

jar

Download sanskritnlp 1.0


<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/sanskritnlp/ -->
<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>sanskritnlp</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/sanskritnlp/
implementation 'com.github.sanskrit-coders:sanskritnlp:1.0'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/sanskritnlp/
implementation ("com.github.sanskrit-coders:sanskritnlp:1.0")
'com.github.sanskrit-coders:sanskritnlp:jar:1.0'
<dependency org="com.github.sanskrit-coders" name="sanskritnlp" rev="1.0">
  <artifact name="sanskritnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='sanskritnlp', version='1.0')
)
libraryDependencies += "com.github.sanskrit-coders" % "sanskritnlp" % "1.0"
[com.github.sanskrit-coders/sanskritnlp "1.0"]