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
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