We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79992a5 commit c35e0f7Copy full SHA for c35e0f7
tests/test_classify.py renamed to tests/testx_classify.py
@@ -7,7 +7,7 @@
7
from pythainlp.classify import GzipModel
8
9
10
-class ClsTestCase(unittest.TestCase):
+class ClsTestCaseX(unittest.TestCase):
11
def test_GzipModel(self):
12
training_data = [
13
("รายละเอียดตามนี้เลยค่าา ^^", "Neutral"),
0 commit comments