Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idiap/finitestatetransducers.jl

Play with Weighted Finite State Transducers (WFST) in the Julia language.
https://github.com/idiap/finitestatetransducers.jl

finite-state-transducers hidden-markov-models speech-recognition wfst

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# FiniteStateTransducers.jl

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://idiap.github.io/FiniteStateTransducers.jl/stable/)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://idiap.github.io/FiniteStateTransducers.jl/dev/)
[![codecov](https://codecov.io/gh/idiap/FiniteStateTransducers.jl/branch/main/graph/badge.svg?token=0W3034W0C3)](https://codecov.io/gh/idiap/FiniteStateTransducers.jl)
[![DOI](https://zenodo.org/badge/337427658.svg)](https://zenodo.org/badge/latestdoi/337427658)

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](http://openfst.org/twiki/bin/view/FST/DeterminizeDoc).

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](https://github.com/idiap/TIDIGITSRecipe.jl).