[Cleanup] Transliterator: Remove debug print statement from analyze method
This commit is contained in:
@@ -102,7 +102,6 @@ class Transliterator:
|
|||||||
surface = t.surface()
|
surface = t.surface()
|
||||||
reading = t.reading_form()
|
reading = t.reading_form()
|
||||||
pos = t.part_of_speech()
|
pos = t.part_of_speech()
|
||||||
print("surface:", surface, " reading:", reading, " pos:", pos)
|
|
||||||
|
|
||||||
if pos and pos[0] in ["記号", "補助記号"]:
|
if pos and pos[0] in ["記号", "補助記号"]:
|
||||||
reading = surface
|
reading = surface
|
||||||
|
|||||||
Reference in New Issue
Block a user