AI::Clasifier - a rewrite of AI::Categorizer

2013-01-10 Thread Zbigniew Łukasiak
We found it very difficult to tweak parts of that framework so we rewrote it (or rather most of it) with the 'single responsibility' principle in mind. We also ported it to Moose and made immutable objects where ever we could. The result is three distributions. Now on github and soon on CPAN: h

Parsing text into words and counting them - any name ideas for this?

2012-12-12 Thread Zbigniew Łukasiak
Hi there, We are rewriting AI::Categorizer from scratch - maybe not all of it - only the parts that we need. It was just too difficult to customize it and since this is the third time I encounter this problem I decided to try a rewrite this time (and my employer agreed! :). I am trying to split

Re: module name for a tutorial or example or sample module

2012-06-08 Thread Zbigniew Łukasiak
On Fri, Jun 8, 2012 at 5:09 PM, Aristotle Pagaltzis wrote: > * bulk 88 [2012-06-08 03:20]: >> It only real purpose is to be copied into other XS modules and be >> studied from. What namespace should it go under? > > CopyPasta::FastHash? :-) > > In all seriousness, I would pick Example::XS::Faster

Changing module name

2012-04-09 Thread Zbigniew Łukasiak
I am thinking about changing Plack::Middleware::Auth::Form to WebPrototypes::LoginForm - the idea is to provide more such 'widgets' (there are already two published: http://search.cpan.org/search?query=webprototypes&mode=all - still experimental) with the same basic approach for reusabillity of we

Re: Taking another swing [was: New module naming]

2011-11-07 Thread Zbigniew Łukasiak
On Tue, Nov 8, 2011 at 2:22 AM, Aristotle Pagaltzis wrote: ... > In the real world people learn by copy-pasting code and tweaking until > it seems to do what they wanted. Every code example should be as close > to real working code as possible, ideally *should* be real working code; > or else so