summaryrefslogtreecommitdiff
path: root/plugins/af_sort_bayes/lib/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_sort_bayes/lib/README.md')
-rw-r--r--plugins/af_sort_bayes/lib/README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/af_sort_bayes/lib/README.md b/plugins/af_sort_bayes/lib/README.md
new file mode 100644
index 000000000..79b16ae6a
--- /dev/null
+++ b/plugins/af_sort_bayes/lib/README.md
@@ -0,0 +1,41 @@
+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.
+
+
+[loic xhtml.net]: <http://www.xhtml.net/php/PHPNaiveBayesianFilter>
+[Internet Archive]: <https://archive.org/>
+[Original Page]: <https://web.archive.org/web/20111211215027/http://www.xhtml.net/php/PHPNaiveBayesianFilter>
+
+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 \ No newline at end of file