Difference between revisions of "Publications/demaille.16.ictac"

From LRDE

Line 40: Line 40:
 
implemented in Vcsn, a free-software platform dedicated to
 
implemented in Vcsn, a free-software platform dedicated to
 
weighted automata and rational expressions.<nowiki>}</nowiki>,
 
weighted automata and rational expressions.<nowiki>}</nowiki>,
lrdereport = <nowiki>{</nowiki>http://www.lrde.epita.fr/dload/papers/demaille.16.ictac.report.pdf<nowiki>}</nowiki>,
+
lrdereport = <nowiki>{</nowiki>http://www.lrde.epita.fr/dload/papers/demaille.16.ictac.report.pdf<nowiki>}</nowiki>
  +
,
 
note = <nowiki>{</nowiki>accepted<nowiki>}</nowiki>
 
note = <nowiki>{</nowiki>accepted<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
 
<nowiki>}</nowiki>

Revision as of 01:00, 21 November 2016

Abstract

We present an algorithm to build an automaton from a rational expression. This approach introduces support for extended weighted expressions. Inspired by derived-term based algorithms, its core relies on a different construct, rational expansions. We introduce an inductive algorithm to compute the expansion of an expression from which the automaton follows. This algorithm is independent of the size of the alphabet, and actually even supports infinite alphabets. It can easily be accommodated to generate deterministic (weighted) automata. These constructs are implemented in Vcsn, a free-software platform dedicated to weighted automata and rational expressions.

Documents

Bibtex (lrde.bib)

@InProceedings{	  demaille.16.ictac,
  author	= {Akim Demaille},
  title		= {Derived-term Automata for Extended Weighted Rational
		  Expressions},
  booktitle	= {Proceedings of the Thirteenth International Colloquium on
		  Theoretical Aspects of Computing (ICTAC)},
  year		= 2016,
  publisher	= {Springer},
  series	= {Lecture Notes in Computer Science},
  address	= {Taipei, Taiwan},
  month		= oct,
  abstract	= {We present an algorithm to build an automaton from a
		  rational expression. This approach introduces support for
		  extended weighted expressions. Inspired by derived-term
		  based algorithms, its core relies on a different construct,
		  rational expansions. We introduce an inductive algorithm to
		  compute the expansion of an expression from which the
		  automaton follows. This algorithm is independent of the
		  size of the alphabet, and actually even supports infinite
		  alphabets. It can easily be accommodated to generate
		  deterministic (weighted) automata. These constructs are
		  implemented in Vcsn, a free-software platform dedicated to
		  weighted automata and rational expressions.},
  lrdereport	= {http://www.lrde.epita.fr/dload/papers/demaille.16.ictac.report.pdf}
		  ,
  note		= {accepted}
}