[06.03.20] resource path change

This commit is contained in:
andrewso 2020-03-06 11:02:48 +00:00
parent e7f7440684
commit a1753fe8db

View File

@ -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()