diff --git a/src/NaiveBayes.php b/src/NaiveBayes.php index a8c9237..70f70a6 100644 --- a/src/NaiveBayes.php +++ b/src/NaiveBayes.php @@ -2,8 +2,6 @@ namespace Biobii; -use Biobii\Stemmer; - class NaiveBayes { /** @@ -222,4 +220,4 @@ public function predict($data) return false; } -} \ No newline at end of file +}