中文
相关论文

相关论文: Lexicographic transductions of finite words

200 篇论文

Polyregular functions form a robust class of string-to-string functions with polynomial growth, as evidenced by Bojanczyk (2018). This class admits numerous descriptions and enjoys several closure properties. Most notably, polyregular…

形式语言与自动机理论 · 计算机科学 2026-05-08 Thomas Colcombet , Nathan Lhote , Pierre Ohlmann

Regular functions of infinite words are (partial) functions realized by deterministic two-way transducers with infinite look-ahead. Equivalently, Alur et. al. have shown that they correspond to functions realized by deterministic Muller…

形式语言与自动机理论 · 计算机科学 2023-02-15 Olivier Carton , Gaëtan Douéneau-Tabot , Emmanuel Filiot , Sarah Winter

Given an $\mathbb{N}$-weighted tree automaton, we give a decision procedure for exponential vs polynomial growth (with respect to the input size) in quadratic time, and an algorithm that computes the exact polynomial degree of growth in…

形式语言与自动机理论 · 计算机科学 2026-01-07 Paul Gallot , Nathan Lhote , Lê Thành Dũng Nguyên

Functional transductions realized by two-way transducers (or, equally, by streaming transducers or MSO transductions) are the natural and standard notion of "regular" mappings from words to words. It was shown in 2013 that it is decidable…

形式语言与自动机理论 · 计算机科学 2023-06-22 Félix Baschenis , Olivier Gauwin , Anca Muscholl , Gabriele Puppis

Functional MSO transductions, deterministic two-way transducers, as well as streaming string transducers are all equivalent models for regular functions. In this paper, we show that every regular function, either on finite words or on…

形式语言与自动机理论 · 计算机科学 2018-02-07 Vrunda Dave , Paul Gastin , Krishna Shankara Narayanan

This paper proposes a definition of recognizable transducers over monads and comonads, which bridges two important ongoing efforts in the current research on regularity. The first effort is the study of regular transductions, which extends…

形式语言与自动机理论 · 计算机科学 2024-07-04 Rafał Stefański

Functional transductions realized by two-way transducers (equivalently, by streaming transducers and by MSO transductions) are the natural and standard notion of "regular" mappings from words to words. It was shown recently (LICS'13) that…

形式语言与自动机理论 · 计算机科学 2017-01-11 Félix Baschenis , Olivier Gauwin , Anca Muscholl , Gabriele Puppis

We show that a polyregular word-to-word function is regular if and only if its output size is at most linear in its input size. Moreover a polyregular function can be realized by: a transducer with two pebbles if and only if its output has…

形式语言与自动机理论 · 计算机科学 2023-02-16 Nathan Lhote

Automata-logic connections are pillars of the theory of regular languages. Such connections are harder to obtain for transducers, but important results have been obtained recently for word-to-word transformations, showing that the three…

形式语言与自动机理论 · 计算机科学 2016-06-02 Luc Dartois , Emmanuel Filiot , Pierre-Alain Reynier , Jean-Marc Talbot

Regular functions from infinite words to infinite words can be equivalently specified by MSO-transducers, streaming $\omega$-string transducers as well as deterministic two-way transducers with look-ahead. In their one-way restriction, the…

形式语言与自动机理论 · 计算机科学 2024-09-19 V. Dave , E. Filiot , S. Krishna , N. Lhote

Theory of tree transducers provides a foundation for understanding expressiveness and complexity of analysis problems for specification languages for transforming hierarchically structured data such as XML documents. We introduce streaming…

形式语言与自动机理论 · 计算机科学 2012-02-23 Rajeev Alur , Loris D'Antoni

We investigate a natural generalization to trees of Hennie machines, a known automaton model for regular string functions. Tree-to-tree Hennie machines are tree-walking tree transducers with the ability to rewrite the node labels of their…

形式语言与自动机理论 · 计算机科学 2026-05-06 Luc Dartois , Lê Thành Dũng Nguyên , Charles Peyrat

Deterministic two-way transducers with pebbles (aka pebble transducers) capture the class of polyregular functions, which extend the string-to-string regular functions allowing polynomial growth instead of linear growth. One of the most…

形式语言与自动机理论 · 计算机科学 2025-06-16 Luc Dartois , Paul Gastin , L. Germerie Guizouarn , Shankaranarayanan Krishna

Rational word languages can be defined by several equivalent means: finite state automata, rational expressions, finite congruences, or monadic second-order (MSO) logic. The robust subclass of aperiodic languages is defined by: counter-free…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Emmanuel Filiot , Olivier Gauwin , Nathan Lhote

We consider polyregular functions, which are certain string-to-string functions that have polynomial output size. We prove that a polyregular function has output size $\mathcal O(n^k)$ if and only if it can be defined by an MSO…

计算机科学中的逻辑 · 计算机科学 2023-04-27 Mikołaj Bojańczyk

The pebble tree automaton and the pebble tree transducer are enhanced by additionally allowing an unbounded number of "invisible" pebbles (as opposed to the usual "visible" ones). The resulting pebble tree automata recognize the regular…

形式语言与自动机理论 · 计算机科学 2018-09-18 Joost Engelfriet , Hendrik Jan Hoogeboom , Bart Samwel

Boja\'nczyk recently initiated an intensive study of deterministic pebble transducers, which are two-way automata that can drop marks (named "pebbles") on their input word, and produce an output word. They describe functions from words to…

形式语言与自动机理论 · 计算机科学 2022-10-03 Gaëtan Douéneau-Tabot

We characterize regular string transductions as programs in a linear $\lambda$-calculus with additives. One direction of this equivalence is proved by encoding copyless streaming string transducers (SSTs), which compute regular functions,…

计算机科学中的逻辑 · 计算机科学 2023-04-06 Lê Thành Dũng Nguyên , Camille Noûs , Cécilia Pradic

This paper introduces a robust class of functions from finite words to integers that we call Z-polyregular functions. We show that it admits natural characterizations in terms of logics, Z-rational expressions, Z-rational series and…

形式语言与自动机理论 · 计算机科学 2023-04-19 Thomas Colcombet , Gaëtan Douéneau-Tabot , Aliaume Lopez

A word-to-word function is continuous for a class of languages~$\mathcal{V}$ if its inverse maps $\mathcal{V}$_languages to~$\mathcal{V}$. This notion provides a basis for an algebraic study of transducers, and was integral to the…

形式语言与自动机理论 · 计算机科学 2023-06-22 Michaël Cadilhac , Olivier Carton , Charles Paperman
‹ 上一页 1 2 3 10 下一页 ›