Damir Cavar's Homepage

Logo

Damir Cavar is a Natural Language Processing, AI, and Knowledge Representation scientist

curriculum vitae

publications

talks

research

teaching

code

blog

View My GitHub Profile

3 August 2018

Java JNI to C++ Wrapper for Foma for Natural Language Processing and Morphological Analysis

by Damir Cavar

Java JNI to C++ Wrapper for Foma

I just published the code for a new Java JNI wrapper for a C++ class that links to Foma on GitHub. This makes using Foma (or XFST) based Finite State Transducers much easier, from both, C++ and Java. This is part of my Free Linguistic Environment project to develop a free and open alternative of an LFG-parser, but it can be used in various kinds of NLP applications.

See for more details:

tags: Java JNI C++ Machine-Learning Finite-State-Transducer Morphology Foma XFST Lexc Natural-Language-Processing