Statistics
| Branch: | Tag: | Revision:

root / src / sylfilter.c @ cfadedec

History | View | Annotate | Download (5.1 kB)

# Date Author Comment
cfadedec 08/29/2011 11:55 am Hiroyuki Yamamoto

lib/filters/bayes-filter.c: skip if either junk or clean database is
empty.
src/sylfilter.c: fixed bulk learning.

704a6ae7 08/25/2011 06:11 pm Hiroyuki Yamamoto

enabled multiple file testing. Fixed error output.

0113a62c 08/25/2011 04:49 pm Hiroyuki Yamamoto

implemented debug mode switch.

295ccf38 08/24/2011 05:00 pm Hiroyuki Yamamoto

sylfilter.c: show message data.

54aea252 08/23/2011 06:01 pm Hiroyuki Yamamoto

also parse specific headers.

e260dbfd 08/22/2011 05:04 pm Hiroyuki Yamamoto

sylfilter: allow multiple file input.

af7ecefa 08/22/2011 02:01 pm Hiroyuki Yamamoto

added option to show learning status.

4cab1247 08/22/2011 01:03 pm Hiroyuki Yamamoto

renamed old sylfilter.c to sylfilter-test.c and added new sylfilter.c.

faa55f07 08/18/2011 06:30 pm Hiroyuki Yamamoto

implemented basic bayesian filter.

28703c7f 08/18/2011 02:06 pm Hiroyuki Yamamoto

modified interface of XFilter result. Added API to open/close bayes db.

761f2955 08/17/2011 03:20 pm Hiroyuki Yamamoto

implemented KVS APIs and QDBM implementation.

f45a6905 08/16/2011 03:08 pm Hiroyuki Yamamoto

return different value for each result

5a583287 08/16/2011 02:37 pm Hiroyuki Yamamoto

implemented simple stopword.

ff656913 08/10/2011 10:26 am Hiroyuki Yamamoto

added a function to read message files.

56393467 08/09/2011 04:22 pm Hiroyuki Yamamoto

added xfilter_manager_add_filters().

4012ec30 08/09/2011 04:05 pm Hiroyuki Yamamoto

Initial commit