DOC

de.learnlib : learnlib-ostia

Maven & Gradle

Nov 15, 2023

LearnLib :: Algorithms :: OSTIA · This artifact provides the implementation of the "onward subsequential transducer inference algorithm" (OSTIA) learning algorithm as presented in the paper "Learning Subsequential Transducers for Pattern Recognition Interpretation Tasks" (https://doi.org/10.1109/34.211465) by Jose Oncina, Pedro García, and Enrique Vidal.

Table Of Contents

Latest Version

Download de.learnlib : learnlib-ostia Javadoc & API Documentation - Latest Versions:

All Versions

Download de.learnlib : learnlib-ostia Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.17.x

How to open Javadoc JAR file in web browser

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