Content deleted Content added
m r2.6.4) (Robot: Removing ja:非決定性有限オートマトン |
m gNFA -> GNFA for consistency with the rest of the page |
||
Line 1:
In the [[theory of computation]], a '''generalized nondeterministic finite automaton (GNFA)''', also known as '''expression automaton'''
or '''generalized nondeterministic finite state machine''' is a variation of
[[nondeterministic finite automaton|NFA]] where each transition is labeled with any [[regular expression]]. The GNFA reads blocks of symbols from the input which constitute a string as defined by the regular expression on the transition. There are several differences between a standard finite state machine and a generalized nondeterministic finite state machine. A
==Formal definition==
|