]> git.wh0rd.org - tt-rss.git/blame - plugins/af_sort_bayes/lib/README.md
Merge branch 'api-getarticles-sanitize' into 'master'
[tt-rss.git] / plugins / af_sort_bayes / lib / README.md
CommitLineData
853cc128
AD
1PHP Naive Bayesian Filter
2============================================================
3This 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.
4
5see more information to Original Readme.txt and [Original Page].
6And If there is a problem with the publication of this repository, I will close this repository.
7
8
9[loic xhtml.net]: <http://www.xhtml.net/php/PHPNaiveBayesianFilter>
10[Internet Archive]: <https://archive.org/>
11[Original Page]: <https://web.archive.org/web/20111211215027/http://www.xhtml.net/php/PHPNaiveBayesianFilter>
12
13Writing by Japanese
14------------------------------------------------------------
15このライブラリは単純ベイズ分類器を実装したライブラリです。元のプロジェクトはLoic d'Anterrochesが作成しています。非常に有益なライブラリですが、現在は公開されていないようです。そこでインターネットアーカイブからライブラリをサルベージし、Githubのレポジトリを作成しました。
16
17より詳しい情報はオリジナルのReadme.txtを参照してください。
18もし、このレポジトリの公開に問題があるようならば、このレポジトリを削除します。
19
20extract Original Readme
21------------------------------------------------------------
22> This file is part of PHP Naive Bayesian Filter.
23>
24> The Initial Developer of the Original Code is
25> Loic d'Anterroches [loic xhtml.net].
26> Portions created by the Initial Developer are Copyright (C) 2003
27> the Initial Developer. All Rights Reserved.
28>
29> PHP Naive Bayesian Filter is free software; you can redistribute it
30> and/or modify it under the terms of the GNU General Public License as
31> published by the Free Software Foundation; either version 2 of
32> the License, or (at your option) any later version.
33>
34> PHP Naive Bayesian Filter is distributed in the hope that it will
35> be useful, but WITHOUT ANY WARRANTY; without even the implied
36> warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
37> See the GNU General Public License for more details.
38>
39> You should have received a copy of the GNU General Public License
40> along with Foobar; if not, write to the Free Software
41> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA