Sciweavers

1052 search results - page 58 / 211
» The Regular Real-Time Languages
Sort
View
103
Voted
TVCG
2008
103views more  TVCG 2008»
15 years 3 months ago
Who Votes For What? A Visual Query Language for Opinion Data
Surveys and opinion polls are extremely popular in the media, especially in the months preceding a general election. However, the available tools for analyzing poll results often r...
Geoffrey M. Draper, Richard F. Riesenfeld
ICTAC
2009
Springer
15 years 10 months ago
Regular Expressions with Numerical Constraints and Automata with Counters
Abstract. Regular expressions with numerical constraints are an extension of regular expressions, allowing to bound numerically the number of times that a subexpression should be m...
Dag Hovland
ICFP
2004
ACM
16 years 3 months ago
Regular expression patterns
We extend Haskell with regular expression patterns. Regular expression patterns provide means for matching and extracting data which goes well beyond ordinary pattern matching as ...
Niklas Broberg, Andreas Farre, Josef Svenningsson
231
Voted
POPL
2006
ACM
16 years 3 months ago
Polymorphic regular tree types and patterns
We propose a type system based on regular tree grammars, where algebraic datatypes are interpreted in a structural way. Thus, the same constructors can be reused for different typ...
Jerome Vouillon
96
Voted
ICALP
2004
Springer
15 years 9 months ago
Greedy Regular Expression Matching
This paper studies the problem of matching sequences against regular expressions in order to produce structured values.
Alain Frisch, Luca Cardelli