[Haskell-cafe] Re: ANN: weighted-regexp-0.1.0.0
S. Doaitse Swierstra
doaitse at swierstra.net
Wed Jul 28 08:53:39 EDT 2010
On 28 jul 2010, at 13:17, Eugene Kirpichov wrote:
> This is very interesting!
> Could you provide some more info? T.i. where to look in the source, or
> on the web?
see: file:///Users/doaitse/.cabal/share/doc/uu-parsinglib-2.4.2/html/index.html
The README.hs module contains some further references.
Doaitse
>
> 2010/7/28 S. Doaitse Swierstra <doaitse at swierstra.net>:
>>
>> On 27 jul 2010, at 09:30, Eugene Kirpichov wrote:
>>
>>> Perhaps this might mean that we can get incremental and parallel
>>> regexp matching by associating each character with a linear operator
>>
>> This is exactly what is happening in the uu-parsinglib.
>>
>> Doaitse
>>
>>
>>> (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/
>>> _______________________________________________
>>> 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