We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dae2b commit 6f69732Copy full SHA for 6f69732
README.md
@@ -1,4 +1,6 @@
1
# `bayes`: A Naive-Bayes classifier for PHP
2
+[](https://travis-ci.org/niiknow/bayes)
3
+
4
`bayes` takes a document (piece of text), and tells you what category that document belongs to.
5
6
This library was ported from a nodejs lib @ https://github.com/ttezel/bayes
composer.json
@@ -26,7 +26,7 @@
26
}],
27
"type": "library",
28
"require": {
29
- "php": ">=5.6"
+ "php": ">=7.0"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "~6.3.0"
0 commit comments