DOC

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

Table Of Contents

Latest Version

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

All Versions

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

Version Size Javadoc Updated
1.2
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file sanskritnlp-1.2-javadoc.jar to sanskritnlp-1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sanskritnlp-1.2-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 "sanskritnlp-1.2-sources.jar" -d "sanskritnlp-1.2-javadoc" -subpackages 

Advertisement