Skip to content

Play with Weighted Finite State Transducers (WFST) in the Julia language.

License

Notifications You must be signed in to change notification settings

idiap/FiniteStateTransducers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiniteStateTransducers.jl

codecov DOI

Play with Weighted Finite State Transducers (WFSTs) using the Julia language.

WFSTs provide a powerful framework that assigns a weight (e.g. probability) to conversions of symbol sequences. WFSTs are used in many applications such as speech recognition, natural language processing and machine learning.

This package takes a lot of inspiration from OpenFST.

FiniteStateTransducers is still in an early development stage, see the documentation for currently available features and the issues for the missing ones. An application of WFSTs can be found in the data preparation of the TIDIGITS recipe.