License |
License |
---|---|
GroupId | GroupIdcom.github.sanskrit-coders |
ArtifactId | ArtifactIdsanskritnlp |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionSanskrit 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.)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sanskritnlp-1.2.pom | |
sanskritnlp-1.2.jar | 411 KB |
sanskritnlp-1.2-sources.jar | 290 KB |
sanskritnlp-1.2-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/sanskritnlp/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>sanskritnlp</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/sanskritnlp/
implementation 'com.github.sanskrit-coders:sanskritnlp:1.2'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/sanskritnlp/
implementation ("com.github.sanskrit-coders:sanskritnlp:1.2")
'com.github.sanskrit-coders:sanskritnlp:jar:1.2'
<dependency org="com.github.sanskrit-coders" name="sanskritnlp" rev="1.2">
<artifact name="sanskritnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='sanskritnlp', version='1.2')
)
libraryDependencies += "com.github.sanskrit-coders" % "sanskritnlp" % "1.2"
[com.github.sanskrit-coders/sanskritnlp "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
org.scala-lang : scala-xml | jar | 2.11.0-M4 |
com.github.sanskrit-coders : indic-transliteration | jar | 1.1 |
org.json4s : json4s_2.11 | jar | 3.2.11 |
org.json4s : json4s-native_2.11 | jar | 3.2.11 |
ch.qos.logback : logback-classic | jar | 0.9.29 |
ch.qos.logback : logback-core | jar | 0.9.29 |
net.sourceforge : jwbf | jar | 3.0.0 |
jstl : jstl | jar | 1.2 |