Crates.io | wfst |
lib.rs | wfst |
version | 0.6.0 |
source | src |
created_at | 2016-09-14 14:46:30.395278 |
updated_at | 2017-11-17 12:58:54.205273 |
description | An 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. |
homepage | https://github.com/demitasse/wfst |
repository | https://github.com/demitasse/wfst |
max_upload_size | |
id | 6491 |
size | 85,844 |
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.
The Rustdoc API documentation can be found here: http://www.demitasse.co.za/rust/wfst
This is a re-implementation in Rust, containing ported fragments from the following existing projects (see appropriate licences and attribution in the source repository):