3. ZShogi 0.5.0 released
Updated zope shogi (japanese chess) product.
You can download it at
zope.org
or
my ftp site.
1. Added some public methods for www. Now you can create java applet easily.
For examples:
applet-1 (with awt class),
applet-2 (with swing class).
2. Changed <ZShogi-object>/index_html method.
New index_html method returns XML. You can see getting XML at
.../games/R15_5
or ../puzzles/yabusame
or ...
by your own browser. It's useful to create zshogi original browser.
posted by
owa
at 18 July 2007
|
Comments (0)
|
Trackbacks (0)
6. JSpamFilter 0.1.3 released
JSpamFilter 0.1.3 was released on July 2nd 2008.
JSpamFilter is a zope2 product to get a probability of spam, such as blog's comment.
To install, the product requires
spambayes-1.0.4.
JSpamFilter provides wrapper methods of spambayes
with unicode tokenaizer for japanese language.
You can download the JSpamFilter
source.
To use JSpamFilter methods
To use JSpamFilter instance.
context.SpamDB.trainAsSpam(Comment, Name, Addr)
context.SpamDB.trainAsGood(Comment, Name, Addr)
To get probability.
context.SpamDB.prob(Comment, Name, Addr)
The minimum return value is 0.0, and the maximum is 1.0.
The value 0.0 is good and 1.0 must be spam.
posted by
owa
at 6 July 2008
|
Comments (0)
|
Trackbacks (0)