License |
License
Apache License 2.0
|
---|---|
GroupId | GroupIdcom.github.sanskrit-coders |
ArtifactId | ArtifactIddict-tools |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionIndic Dictionary tools
A collection of scala classes for some basic dictionary and wiki manipulation, contributed by the open source Sanskrit NLP project and friends.
Some notable facilities:
* Deal with babylon dictionaries.
* Use bots to write to wiki projects (wiktionary, wikisource etc..).
* Iterate through output of OCR programs such as SanskritOCR.
Contributions and suggestions are invited at https://github.com/sanskrit-coders/stardict-sanskrit . (Sister projects there may also be of interest.)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dict-tools-1.0.pom | |
dict-tools-1.0.jar | 224 KB |
dict-tools-1.0-sources.jar | 19 KB |
dict-tools-1.0-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/dict-tools/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>dict-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/dict-tools/
implementation 'com.github.sanskrit-coders:dict-tools:1.0'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/dict-tools/
implementation ("com.github.sanskrit-coders:dict-tools:1.0")
'com.github.sanskrit-coders:dict-tools:jar:1.0'
<dependency org="com.github.sanskrit-coders" name="dict-tools" rev="1.0">
<artifact name="dict-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='dict-tools', version='1.0')
)
libraryDependencies += "com.github.sanskrit-coders" % "dict-tools" % "1.0"
[com.github.sanskrit-coders/dict-tools "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.github.sanskrit-coders : indic-transliteration | jar | 1.1 |
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 |