[06.03.20] resource path change
This commit is contained in:
parent
e7f7440684
commit
a1753fe8db
@ -244,7 +244,7 @@ class tweetFilter(object):
|
||||
pass
|
||||
|
||||
def tweetFilterTrain(self):
|
||||
self.Filter = multinomialNaiveBayes("src/resources/tweet_spam_ham.csv")
|
||||
self.Filter = multinomialNaiveBayes("/home/spam-filter/src/resources/tweet_spam_ham.csv")
|
||||
|
||||
self.Filter.trainFilter()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user