MVN

com.github.sanskrit-coders : sanskritnlp

Maven & Gradle

May 15, 2017
9 stars

Sanskrit NLP scala and java library · 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.)

<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>sanskritnlp</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sanskrit-coders : sanskritnlp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.sanskrit-coders : sanskritnlp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
sanskritnlp-1.2
1.1
sanskritnlp-1.1
1.0
sanskritnlp-1.0

How to add a dependency to Maven

Add the following com.github.sanskrit-coders : sanskritnlp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>sanskritnlp</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sanskrit-coders : sanskritnlp gradle dependency to your build.gradle file:

implementation 'com.github.sanskrit-coders:sanskritnlp:1.2'

Gradle Kotlin DSL: Add the following com.github.sanskrit-coders : sanskritnlp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sanskrit-coders:sanskritnlp:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sanskrit-coders : sanskritnlp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sanskrit-coders" % "sanskritnlp" % "1.2"

Advertisement