Re: Stout

2011-06-02 Thread Andreas Kostler
Yes, soon programming clojure will be like a night out in town... On 02/06/2011, at 4:31 PM, David Jagoe wrote: > Well I like the name! > > On 2 June 2011 06:21, Andreas Kostler > wrote: >> Hi All, >> >> Stout is a porter stemmer implemention using a snowball-like syntax for >> defining rules

Re: Stout

2011-06-01 Thread David Jagoe
Well I like the name! On 2 June 2011 06:21, Andreas Kostler wrote: > Hi All, > > Stout is a porter stemmer implemention using a snowball-like syntax for > defining rules. > Rules are of the form {:c? condition :s1 "abc" :s2 "efg" :a action} > reading if condition is met, replace s1 with s2 and e