Commit 1cd43b3b authored by shalithadeshan's avatar shalithadeshan

add some changes

parent e0c8090b
......@@ -140,6 +140,8 @@ print("Accuracy is:", classify.accuracy(classifier, test_data))
# custom_text = "This is a very good supplier. but there was some delay in shipping."
custom_text = "This is a very good supplier. but there was some delay in shipping. but it is okay."
custom_tokens = remove_noise(word_tokenize(custom_text))
# Test print
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment