List Question
20 TechQA 2024-01-19T10:06:55.697000How does the record assembly work in dremel?
29 views
Asked by Samyak Vora
How to create a singleton in Python that always replaces the previous instance?
39 views
Asked by Maximilian Hauser
Finite state machine with timer resets
166 views
Asked by LuMa
Understanding Lexicon FST in yesno example of Kaldi
106 views
Asked by Anantha Krishnan
How does forced alignment happen in Kaldi?
203 views
Asked by Anantha Krishnan
On the use of subsequential symbol $ in Finite state transducers to pad out the context, for composition
79 views
Asked by Anantha Krishnan
How does placing the output (word) labels on the initial transitions of the words in an FST lead to effective composition?
65 views
Asked by Anantha Krishnan
How to simplify/generalize a Finite State Machine (FSM) for a vending machine?
284 views
Asked by AudioBubble
Aligning nodes in dot with group does not give the desired result
197 views
Asked by kirogasa
How do I set a pause between if statements?
80 views
Asked by Stijn Verver
Detect cyclic feeding interactions without applying XFST replace rules to lexicon
115 views
Asked by reynoldsnlp
Generate output based on first character of a word
167 views
Asked by Evangelos F.
Is this NFA correctly accepting inputs that end with a 00?
864 views
Asked by Logik
How to find the language of a NFA
2.2k views
Asked by NotTooSmart13
how to construct a dfa that recognizes the set of bit string that begins with two D's?
377 views
Asked by Shashank Jha
Pumping Lemma for regular language: Can we modify the first condition to 'for each i > 0'?
161 views
Asked by Anonemous
Is the pumping lemma proof wrong from book <Introduction to the Theory of Computation>?
227 views
Asked by Anonemous