Skip to content

Commit 723a052

Browse files
Chakri LowphansirikulChakri Lowphansirikul
authored andcommitted
fix typo
1 parent def7388 commit 723a052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ def test_ner(self):
127127

128128
self.assertEqual(
129129
ner.get_ner(
130-
"อาจารย์เอกพล ประจำคณะวิสกรรมศาสตร์ ",
130+
"อาจารย์เอกพล ประจำคณะวิศวกรรมศาสตร์ ",
131131
tag=True
132132
),
133133
"<PERSON>อาจารย์เอกพล</PERSON> ประจำ<ORGANIZATION>"
134-
"คณะวิสกรรมศาสตร์</ORGANIZATION> ")
134+
"คณะวิศวกรรมศาสตร์</ORGANIZATION> ")
135135

136136
self.assertEqual(
137137
ner.get_ner(

0 commit comments

Comments
 (0)