词条 | Nested word |
释义 |
In computer science, more specifically in automata and formal language theory, nested words are a concept proposed by Alur and Madhusudan as a joint generalization of words, as traditionally used for modelling linearly ordered structures, and of ordered unranked trees, as traditionally used for modelling hierarchical structures. Finite-state acceptors for nested words, so-called nested word automata, then give a more expressive generalization of finite automata on words. The linear encodings of languages accepted by finite nested word automata gives the class of visibly pushdown languages. The latter language class lies properly between the regular languages and the deterministic context-free languages. Since their introduction in 2004, these concepts have triggered much research in that area.[1] Formal definitionTo define nested words, first define matching relations. For a nonnegative integer , the notation denotes the set , with the special case . A matching relation ↝ of length is a subset of such that:
A position i is referred to as
A nested word of length over an alphabet Σ is a pair (w,↝), where w is a word, or string, of length over Σ and ↝ is a matching relation of length . Encoding nested words into ordinary wordsNested words over the alphabet can be encoded into "ordinary" words over the tagged alphabet , in which each symbol a from Σ has three tagged counterparts: the symbol ⟨a for encoding a call position in a nested word labelled with a, the symbol a⟩ for encoding a return position labelled with a, and finally the symbol a itself for representing an internal position labelled with a. More precisely, let φ be the function mapping nested words over Σ to words over such that each nested word (,↝) is mapped to the word , where the letter equals ⟨a, a, and a⟩, if and i is a (possibly pending) call position, an internal position, and a (possibly pending) return position, respectively. ExampleFor illustration, let n=(w,↝) be the nested word over a ternary alphabet with w=abaabccca and matching relation {{math|1=↝ = {(−∞,1),(2,∞),(3,4),(5,7),(8,∞)}}}. Then its encoding as word reads as φ(n) = a⟩⟨b⟨aa⟩⟨bcc⟩⟨ca. AutomataNested word automatonA nested word automaton has a finite number of states, and operates in almost the same way as a deterministic finite automaton on classical strings: a classical finite automaton reads the input word from left to right, and the state of the automaton after reading the jth letter depends on the state in which the automaton was before reading . In a nested word automaton, the position in the nested word (w,↝) might be a return position; if so, the state after reading will not only depend on the linear state in which the automaton was before reading , but also on a hierarchical state propagated by the automaton at the time it was in the corresponding call position. In analogy to regular languages of words, a set L of nested words is called regular if it is accepted by some (finite-state) nested word automaton. Visibly pushdown automatonNested word automata are an automaton model accepting nested words. There is an equivalent automaton model operating on (ordinary) words. Namely, the notion of a deterministic visibly pushdown automaton is a restriction of the notion of a deterministic pushdown automaton. Following Alur and Madhusudan,[2] a deterministic visibly pushdown automaton is formally defined as a 6-tuple where
The notion of computation of a visibly pushdown automaton is a restriction of the one used for pushdown automata. Visibly pushdown automata only add a symbol to the stack when reading a call symbol , they only remove the top element from the stack when reading a return symbol and they do not alter the stack when reading an internal event . A computation ending in an accepting state is an accepting computation. As a result, a visibly pushdown automaton cannot push to and pop from the stack with the same input symbol. Thus the language cannot be accepted by a visibly pushdown automaton for any partition of , however there are pushdown automata accepting this language. If a language over a tagged alphabet is accepted by a deterministic visibly pushdown automaton, then is called a visibly pushdown language. Nondeterministic visibly pushdown automataNondeterministic visibly pushdown automata are as expressive as deterministic ones. Hence one can transform a nondeterministic visibly pushdown automaton into a deterministic one, but if the nondeterministic automaton had states, the deterministic one may have up to states.[3]Decision problemsLet be the size of the description of an automaton , then it is possible to check if a word n is accepted by the automaton in time . In particular, the emptiness problem is solvable in time . If is fixed, it is decidable in time and space where is the depth of n in a streaming seeing. It is also decidable with space and time , and by a uniform boolean circuit of depth .[2] For two nondeterministic automata A and B, deciding whether the set of words accepted by A is a subset of the word accepted by B is EXPTIME-complete. It is also EXPTIME-complete to figure out if there is a word that is not accepted.[2] LanguagesAs the definition of visibly pushdown automata shows, deterministic visibly pushdown automata can be seen as a special case of deterministic pushdown automata; thus the set VPL of visibly pushdown languages over forms a subset of the set DCFL of deterministic context-free languages over the set of symbols in . In particular, the function that removes the matching relation from nested words transforms regular languages over nested words into context-free languages. Closure propertiesThe set of visibly pushdown languages is closed under the following operations:[3]
thus giving rise to a boolean algebra.
For the intersection operation, one can construct a VPA M simulating two given VPAs and by a simple product construction {{harv|Alur|Madhusudan|2004}}: For , assume is given as . Then for the automaton M, the set of states is , the initial state is , the set of final states is , the stack alphabet is given by , and the initial stack symbol is . If is in state on reading a call symbol , then pushes the stack symboland goes to state , where is the stack symbol pushed by when transitioning from state to on reading input . If is in state on reading an internal symbol , then goes to state , whenever transitions from state to on reading a. If is in state on reading a return symbol , then pops the symbol from the stack and goes to state , where is the stack symbol popped by when transitioning from state to on reading . Correctness of the above construction crucially relies on the fact that the push and pop actions of the simulated machines and are synchronized along the input symbols read. In fact, a similar simulation is no longer possible for deterministic pushdown automata, as the larger class of deterministic context-free languages is no longer closed under intersection. In contrast to the construction for concatenation shown above, the complementation construction for visibly pushdown automata parallels the standard construction[4] for deterministic pushdown automata. Moreover, like the class of context free languages the class of visibly pushdown languages is closed under prefix closure and reversal, hence also suffix closure. Relation to other language classes{{harvtxt|Alur|Madhusudan|2004}} point out that the visibly pushdown languages are more general than the parenthesis languages suggested in {{harvtxt|McNaughton|1967}}. As shown by {{harvtxt|Crespi Reghizzi|Mandrioli|2012}}, the VPL in turn are strictly contained in the class of languages described by operator-precedence grammars, which were introduced by {{harvtxt|Floyd|1963}} and enjoy the same closure properties and characteristics (see {{harvtxt|Lonati|Mandrioli|Panella|Pradella|2015}} for ω languages and logic and automata-based characterizations). In comparison to conjunctive grammars, a generalization of context-free grammars, {{harvtxt|Okhotin|2011}} shows that the linear conjunctive languages form a superclass of the visibly pushdown languages. The table at the end of this article puts the family of visibly pushdown languages in relation to other language families in the Chomsky hierarchy.Rajeev Alur and Parthasarathy Madhusudan[5][6] related a subclass of regular binary tree languages to visibly pushdown languages. Other models of descriptionVisibly pushdown grammarsVisibly pushdown languages are exactly the languages that can be described by visibly pushdown grammars.[2] Visibly pushdown grammars can be defined as a restriction of context-free grammars. A visibly pushdown grammar G is defined by the 4-tuple: where
Here, the asterisk represents the Kleene star operation and is the empty word. Uniform Boolean circuitsThe problem whether a word of length is accepted by a given nested word automaton can be solved by uniform boolean circuits of depth .[2] Logical descriptionRegular languages over nested words are exactly the set of languages described by Monadic second-order logic with two unary predicates call and return, linear successor and the matching relation ↝.[2] See also
Notes1. ^[https://scholar.google.com/scholar?as_q=&as_oq=%22nested+words%22+%22visibly+pushdown%22 Google Scholar search results] for "nested words" OR "visibly pushdown" 2. ^1 2 3 4 5 {{harvtxt|Alur|Madhusudan|2009}} 3. ^1 {{harvtxt|Alur|Madhusudan|2004}} 4. ^{{harvtxt|Hopcroft|Ullman|1979|p=238 f}}. 5. ^{{Cite book| pmc = | doi = 10.1145/1007352.1007390 | pmid = | last1 = Alur | first1 = R. | last2 = Madhusudan| isbn = 978-1581138528 | first2 = P.| chapter = Visibly pushdown languages | title = Proceedings of the thirty-sixth annual ACM symposium on Theory of computing - STOC '04 | pages = 202–211| year = 2004 | chapter-url = http://www.cis.upenn.edu/~alur/Stoc04.pdf| ref = harv}} Sect.4, Theorem 5, 6. ^{{Cite journal | doi = 10.1145/1516512.1516518| pmc = | pmid = | last1 = Alur | first1 = R. | last2 = Madhusudan | first2 = P. | title = Adding nesting structure to words | journal = Journal of the ACM | volume = 56 | issue = 3 | pages = 1–43 | year = 2009 | ref = harv| url = http://www.cis.upenn.edu/~alur/Jacm09.pdf| citeseerx = 10.1.1.145.9971}} Sect.7 References
External links
3 : Words|Formal languages|Automata (computation) |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。