Tag Archives: java fst

Java FST framework API Review

Foreword This article summarizes and updates various previous articles [1] related to the implementation of a java weighted finite states transducers framework that can use existing openFst [2] models or export java fst object to openFst format and which is available at the CMUSphinx SVN reopsitory at [3]. The following sections include brief descriptions of… Read More »

Porting openFST to java: Part 4

Notice: Parts of this article may be outdated. There are many changes to its API and performance improvements recently in the java fst framework.  Please refer to recent articles in Java FST Framework category for the latest info. Foreword This article, the fourth in a series regarding porting openFST to java, describes the latest version… Read More »

Porting openFST to java: Part 3

Notice: Parts of this article may be outdated. There are many changes to its API and performance improvements recently in the java fst framework. Please refer to recent articles in Java FST Framework category for the latest info. (originally posted at http://cmusphinx.sourceforge.net/2012/07/porting-openfst-to-java-part-3/) Foreword This article, the third in a series regarding, porting openFST to java,… Read More »

Porting openFST to java: Part 2

Notice: Parts of this article may be outdated. There are many changes to its API and performance improvements recently in the java fst framework. Please refer to recent articles in Java FST Framework category for the latest info. (originally posted at http://cmusphinx.sourceforge.net/2012/05/porting-openfst-to-java-part-2/) Foreword This article, the second in a series regarding, porting openFST to java,… Read More »

Porting openFST to java: Part 1

Notice: Parts of this article may be outdated. There are many changes to its API and performance improvements recently in the java fst framework. Please refer to recent articles in Java FST Framework category for the latest info. Foreword This article is the first part of a series of articles on porting openFST[1] in java.… Read More »