中文
相关论文

相关论文: Incremental Construction of Compact Acyclic NFAs

200 篇论文

The concept of Deterministic Finite Cover Automata (DFCA) was introduced at WIA '98, as a more compact representation than Deterministic Finite Automata (DFA) for finite languages. In some cases representing a finite language,…

形式语言与自动机理论 · 计算机科学 2014-05-23 Cezar Câmpeanu

Complementation of finite automata is a basic operation used in numerous applications. The standard way to complement a nondeterministic finite automaton (NFA) is to transform it into an equivalent deterministic finite automaton (DFA) and…

形式语言与自动机理论 · 计算机科学 2025-07-16 Lukáš Holík , Ondřej Lengál , Juraj Major , Adéla Štěpková , Jan Strejček

In this paper, we describe a new method for constructing minimal, deterministic, acyclic finite-state automata from a set of strings. Traditional methods consist of two phases: the first to construct a trie, the second one to minimize it.…

计算与语言 · 计算机科学 2007-05-23 Jan Daciuk , Stoyan Mihov , Bruce Watson , Richard Watson

Deterministic finite automata (DFAs) are constructed for various purposes in computational biology. Little attention, however, has been given to the efficient construction of minimal DFAs. In this article, we define simple non-deterministic…

形式语言与自动机理论 · 计算机科学 2010-12-10 Tobias Marschall

We define a new subclass of nondeterministic finite automata for prefix-closed languages called Flanked Finite Automata (FFA). We show that this class enjoys good complexity properties while preserving the succinctness of nondeterministic…

形式语言与自动机理论 · 计算机科学 2015-09-23 Florent Avellaneda , Silvano Dal Zilio , Jean-Baptiste Raclet

Non-deterministic Finite Automata (NFA) represent regular languages concisely, increasing their appeal for applications such as word recognition. This paper proposes a new approach to generate NFA from an interaction language such as UML…

形式语言与自动机理论 · 计算机科学 2023-08-04 Erwan Mahe , Boutheina Bannour , Christophe Gaston , Arnault Lapitre , Pascale Le Gall

Affine finite automata (AfA) can be more succinct than probabilistic and quantum finite automata when recognizing some regular languages with bounded-error. In this paper, we improve previously known constructions given for the succinctness…

形式语言与自动机理论 · 计算机科学 2021-07-01 Abuzer Yakaryılmaz

Deterministic and nondeterministic finite automata (DFAs and NFAs) are abstract models of computation commonly taught in introductory computing theory courses. These models have important applications (such as fast regular expression…

计算机与社会 · 计算机科学 2024-05-06 Eliot Wong Robson , Sam Ruggerio , Jeff Erickson

Finite state automata (FSA) are ubiquitous in computer science. Two of the most important algorithms for FSA processing are the conversion of a non-deterministic finite automaton (NFA) to a deterministic finite automaton (DFA), and then the…

分布式、并行与集群计算 · 计算机科学 2011-03-30 Vlad Slavici , Daniel Kunkle , Gene Cooperman , Stephen Linton

An acyclic deterministic finite automaton (ADFA) is a data structure that represents a set of strings (i.e., a dictionary) and facilitates a pattern searching problem of determining whether a given pattern string is present in the…

数据结构与算法 · 计算机科学 2024-10-11 Hiroki Shibata , Masakazu Ishihata , Shunsuke Inenaga

In this paper, we present a proof of the NP-completeness of computing the smallest Deterministic Finite Automaton (DFA) that distinguishes two given regular languages as DFAs. A distinguishing DFA is an automaton that recognizes a language…

形式语言与自动机理论 · 计算机科学 2023-06-07 Jan Martens

We present a formal and constructive simulation framework for nondeterministic finite automata (NFAs) using time-shared, depth-unrolled feedforward networks (TS-FFNs), i.e., acyclic unrolled computations with shared parameters that are…

机器学习 · 计算机科学 2025-10-13 Sahil Rajesh Dhayalkar

Algorithms for (nondeterministic) finite-state tree automata (FTAs) are often tested on random FTAs, in which all internal transitions are equiprobable. The run-time results obtained in this manner are usually overly optimistic as most such…

形式语言与自动机理论 · 计算机科学 2013-11-25 Thomas Hanneforth , Andreas Maletti , Daniel Quernheim

This paper presents an efficient algorithm for the incremental construction of a minimal acyclic sequential transducer (ST) for a dictionary consisting of a list of input and output strings. The algorithm generalises a known method of…

计算与语言 · 计算机科学 2007-05-23 Wojciech Skut

Grammatical inference consists in learning a formal grammar as a finite state machine or as a set of rewrite rules. In this paper, we are concerned with inferring Nondeterministic Finite Automata (NFA) that must accept some words, and…

人工智能 · 计算机科学 2023-03-17 Tomasz Jastrzab , Frédéric Lardeux , Eric Monfroy

Unambiguous non-deterministic finite automata have intermediate expressive power and succinctness between deterministic and non-deterministic automata. It has been conjectured that every unambiguous non-deterministic one-way finite…

计算复杂性 · 计算机科学 2018-02-15 Michael Raskin

This paper establishes a lower bound on the number of states necessary in the worst case to simulate an $n$-state two-way nondeterministic finite automaton (2NFA) by a one-way unambiguous finite automaton (UFA). It is proved that for every…

形式语言与自动机理论 · 计算机科学 2024-12-10 Semyon Petrov , Alexander Okhotin

A process algebra is proposed, whose semantics maps a term to a nondeterministic finite automaton (NFA, for short). We prove a representability theorem: for each NFA $N$, there exists a process algebraic term $p$ such that its semantics is…

形式语言与自动机理论 · 计算机科学 2024-02-02 Roberto Gorrieri

The state complexity of a Deterministic Finite-state automaton (DFA) is the number of states in its minimal equivalent DFA. We study the state complexity of random $n$-state DFAs over a $k$-symbol alphabet, drawn uniformly from the set…

概率论 · 数学 2013-07-03 Daniel Berend , Aryeh Kontorovich

Given a nondeterministic finite-state automaton (NFA), we aim to estimate the size of an equivalent deterministic finite-state automaton (DFA). We demonstrate that computing the state complexity of an NFA within polynomial precision is…

形式语言与自动机理论 · 计算机科学 2025-10-20 Ivan Baburin , Ryan Cotterell
‹ 上一页 1 2 3 10 下一页 ›