You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/plugins/af_sort_bayes/lib
Andrew Dolgov 132e42a9a7 limit maximum data length for bayesian processing 9 years ago
..
COPYING add placeholder stuff for af_sort_bayes 9 years ago
HISTORY add placeholder stuff for af_sort_bayes 9 years ago
LICENSE add placeholder stuff for af_sort_bayes 9 years ago
README.md add placeholder stuff for af_sort_bayes 9 years ago
README.txt add placeholder stuff for af_sort_bayes 9 years ago
VERSION add placeholder stuff for af_sort_bayes 9 years ago
class.naivebayesian.php add more english common words to bayes ignore list 9 years ago
class.naivebayesian_ngram.php add placeholder stuff for af_sort_bayes 9 years ago
class.naivebayesianstorage.php limit maximum data length for bayesian processing 9 years ago

README.md

PHP Naive Bayesian Filter

This library implements Naive Bayes classifier. Original Project developed by Loic d'Anterroches loic xhtml.net. This Library is very Usefull but is not Published now. so Salvage from Internet Archive and create Github Repositry.

see more information to Original Readme.txt and Original Page. And If there is a problem with the publication of this repository, I will close this repository.

Writing by Japanese

このライブラリは単純ベイズ分類器を実装したライブラリです。元のプロジェクトはLoic d'Anterrochesが作成しています。非常に有益なライブラリですが、現在は公開されていないようです。そこでインターネットアーカイブからライブラリをサルベージし、Githubのレポジトリを作成しました。

より詳しい情報はオリジナルのReadme.txtを参照してください。 もし、このレポジトリの公開に問題があるようならば、このレポジトリを削除します。

extract Original Readme

This file is part of PHP Naive Bayesian Filter.

The Initial Developer of the Original Code is Loic d'Anterroches loic xhtml.net. Portions created by the Initial Developer are Copyright (C) 2003 the Initial Developer. All Rights Reserved.

PHP Naive Bayesian Filter is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

PHP Naive Bayesian Filter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Foobar; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA