License |
License
Apache License 2.0
|
---|---|
GroupId | GroupIdcom.github.sanskrit-coders |
ArtifactId | ArtifactIdwiki-tools |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionIndic Wiki tools
A collection of scala classes for some basic wiki manipulation, contributed by the open source Sanskrit NLP project and friends.
Some notable facilities:
* Use bots to write to wiki projects (wiktionary, wikisource, wikipedia 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 |
---|---|
wiki-tools-1.0.pom | |
wiki-tools-1.0.jar | 85 KB |
wiki-tools-1.0-sources.jar | 11 KB |
wiki-tools-1.0-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/wiki-tools/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>wiki-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/wiki-tools/
implementation 'com.github.sanskrit-coders:wiki-tools:1.0'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/wiki-tools/
implementation ("com.github.sanskrit-coders:wiki-tools:1.0")
'com.github.sanskrit-coders:wiki-tools:jar:1.0'
<dependency org="com.github.sanskrit-coders" name="wiki-tools" rev="1.0">
<artifact name="wiki-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='wiki-tools', version='1.0')
)
libraryDependencies += "com.github.sanskrit-coders" % "wiki-tools" % "1.0"
[com.github.sanskrit-coders/wiki-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 |
com.github.sanskrit-coders : dict-tools | jar | 1.0 |
ch.qos.logback : logback-classic | jar | 0.9.29 |
ch.qos.logback : logback-core | jar | 0.9.29 |
net.sourceforge : jwbf | jar | 3.1.1 |