wfst

Crates.iowfst
lib.rswfst
version0.6.0
sourcesrc
created_at2016-09-14 14:46:30.395278
updated_at2017-11-17 12:58:54.205273
descriptionAn implementation of Weighted Finite-State Transducers (WFSTs) as described in: Mehryar Mohri, Fernando Pereira, and Michael Riley. "The design principles of a weighted finite-state transducer library," In: Theoretical Computer Science vol. 231 issue 1 (2000): pp. 17-32.
homepagehttps://github.com/demitasse/wfst
repositoryhttps://github.com/demitasse/wfst
max_upload_size
id6491
size85,844
Daniel van Niekerk (demitasse)

documentation

http://www.demitasse.co.za/rust/wfst

README

WFST: Weighted Finite State Transducers

This software implements Weighted Finite-State Transducers (WFSTs) as described in:

Mehryar Mohri, Fernando Pereira, and Michael Riley. "The design principles of a weighted finite-state transducer library," In: Theoretical Computer Science vol. 231 issue 1 (2000): pp. 17-32.

Documentation

The Rustdoc API documentation can be found here: http://www.demitasse.co.za/rust/wfst

Attribution and Licencing

This is a re-implementation in Rust, containing ported fragments from the following existing projects (see appropriate licences and attribution in the source repository):

Commit count: 83

cargo fmt