Implementation and Application of Automata
DOI: 10.1007/978-3-540-76336-9_3
|View full text |Cite
|
Sign up to set email alerts
|

OpenFst: A General and Efficient Weighted Finite-State Transducer Library

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
276
0
2

Publication Types

Select...
6
3
1

Relationship

1
9

Authors

Journals

citations
Cited by 395 publications
(279 citation statements)
references
References 10 publications
1
276
0
2
Order By: Relevance
“…At this point, we are able to extract a probability distribution over possible character selections by performing weight pushing to the end of the machine, and then examining the final set of arcs in F OCLM . All of these FST operations are implemented with the OpenFst (Allauzen et al, 2007) and OpenGRM-NGRAM libraries.…”
Section: Methodology 21 Overviewmentioning
confidence: 99%
“…At this point, we are able to extract a probability distribution over possible character selections by performing weight pushing to the end of the machine, and then examining the final set of arcs in F OCLM . All of these FST operations are implemented with the OpenFst (Allauzen et al, 2007) and OpenGRM-NGRAM libraries.…”
Section: Methodology 21 Overviewmentioning
confidence: 99%
“…All possible command words or expressions have an entry in the CFG, for modelling standard phraseology and often used deviation forms. Each semantic slot for the command is tagged in the CFG, and hence, transducing [21] a transcript hypothesis from the ASR over the CFG results in an XML tagged version as follows (using the previous example): hello <callsign> <airline> lufthansa </airline> <flightnumber> eight echo kilo </flightnumber> </callsign> start <commands> <command="reduce"> reduce your speed to <speed> two two zero </speed> knots </command> </commands>. If transductions fail (due to a deviation in phraseology not modelled by the CFG or due to ASR errors), the command extractor returns "NO_CALLSIGN" if the callsign is missed, and "NO_CONCEPT", if the command word or the command attribute could not be recovered.…”
Section: Concept and Command Extractionmentioning
confidence: 99%
“…The lattices of all the utterances in the eval set are converted from individual finite state transducers (FST) output by Kaldi to a single generalized factor transducer structure in which the start-time, end-time and lattice posterior probability of each word token in every lattice is stored as a 3-dimensional cost associated with that instance of the word. This factor transducer is, in essence, an inverted index of all word sequences seen in the collection of eval set lattices, and permits further manipulation easily using the Google OpenFST tools [19]. Interested readers are referred to [18] for details.…”
Section: Openfst-based Kws System Descriptionmentioning
confidence: 99%