Tag Archives: fst

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 »

Phonetisaurus: A WFST-driven Phoneticizer – Framework Review

Foreword This article tries to analyze the phonetisaurus g2p [1], [2] code by describing it’s main parts and algorithms behind these. Phonetisaurus is a modular system and includes support for several third-party components. The system has been implemented primarily in python, but also leverages the OpenFST framework [3]. 1. Overall Architecture The procedure for model… Read More »