Skip to content

Web-based workflow management system that computes candidate tool workflows given input file(s) and the user's requirements regarding the output. Afterwards, runs a workflow selected by the user from the list of candidates. Implemented in Bracmat (~75%) and Java (~25%).

License

Notifications You must be signed in to change notification settings

kuhumcst/texton-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2d9f62 · Mar 19, 2025
Jan 6, 2025
Mar 19, 2025
Mar 12, 2025
Aug 12, 2022
Mar 27, 2023
Dec 4, 2023
Dec 7, 2024
Dec 14, 2014
Nov 8, 2024
Mar 21, 2023
Sep 17, 2019
Dec 7, 2024
Mar 23, 2023
Oct 29, 2024
Oct 29, 2024
Oct 18, 2016
Feb 25, 2025

Repository files navigation

texton-Java

Part of the Text Tonsorium, https://github.com/kuhumcst/texton

The Text Tonsorium is a web application that computes candidate tool workflows given input file(s) and the user's requirements regarding the output. Afterwards, the application runs the workflow that the user has selected from the list of candidates.

The Text Tonsorium composes workflows from building blocks. Each building block encapsulates a Natural Language Processing tool and is implemented as a web service wrapper around a command line tool.

The web application that the user directly interacts with, is called texton.

The original version of the Text Tonsorium was made during the DK-Clarin project. The application is written in the Bracmat programming language, except for the communication with the user's browser and with the tools (web services in their own right), which is implemented in Java. The latter, the Java part, is in this repositorium. By building running the compileTomcat.sh script a WAR-file is created, war/texton.war. This WAR-file must be deployed to the webapps catalogue of a modern Tomcat installation.

To successfully run compileTomcat.sh, it is necessary to also have Bracmat installed (https://github.com/BartJongejan/Bracmat) in a sister catalogue to texton-Java, since it needs bracmat.jar in its class path.

Bracmat.jar is created by running the script compileAndTestJNI.sh in the folder ../Bracmat/java-JNI/, situated in the aforementioned Bracmat repositorium. That script also generates and installs a JNI (Java Native Interface) for the Bracmat language, which is needed since the Bracmat interpreter is written in C, not in Java.

The Bracmat script that implements almost all of the workflow management logic of the Text Tonsorium, 'TexTon.bra', is in the https://github.com/kuhumcst/texton repositorium, in the folder called texton/BASE.

About

Web-based workflow management system that computes candidate tool workflows given input file(s) and the user's requirements regarding the output. Afterwards, runs a workflow selected by the user from the list of candidates. Implemented in Bracmat (~75%) and Java (~25%).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages