[Haskell-cafe] Re: ANN: weighted-regexp-0.1.0.0
Eugene Kirpichov
ekirpichov at gmail.com
Tue Jul 27 03:30:53 EDT 2010
Perhaps this might mean that we can get incremental and parallel
regexp matching by associating each character with a linear operator
(matrix) over this or related semiring, or something, and mixing that
with two sigfpe's articles:
http://blog.sigfpe.com/2008/11/approach-to-algorithm-parallelisation.html
http://blog.sigfpe.com/2009/01/fast-incremental-regular-expression.html
2010/7/27 Sjoerd Visscher <sjoerd at w3future.com>:
>
> On Jul 27, 2010, at 7:09 AM, Sebastian Fischer wrote:
>
>> I'll add
>>
>> noMatch :: RegExp c
>> noMatch = psym "[]" (const False)
>
> Oh, by the way, with noMatch, eps, alt and seq_ RegExp is itself a Semiring, but I'm not sure what that would do.
> --
> Sjoerd Visscher
> http://w3future.com
>
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
--
Eugene Kirpichov
Senior Software Engineer,
Grid Dynamics http://www.griddynamics.com/
More information about the Haskell-Cafe
mailing list