From 24599040460586efe3c01786c434cf958d0fb309 Mon Sep 17 00:00:00 2001 From: alfari16 Date: Tue, 1 Oct 2019 23:24:38 +0700 Subject: [PATCH] remove unused namespace --- src/NaiveBayes.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}