DOC

com.github.sanskrit-coders : wiki-tools

Maven & Gradle

May 27, 2017
0 stars

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

Table Of Contents

Latest Version

Download com.github.sanskrit-coders : wiki-tools Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.sanskrit-coders : wiki-tools Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file wiki-tools-1.0-javadoc.jar to wiki-tools-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder wiki-tools-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "wiki-tools-1.0-sources.jar" -d "wiki-tools-1.0-javadoc" -subpackages 

Advertisement