Skip to content

Commit

Permalink
repair a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouchengjie committed Jan 13, 2021
1 parent 7b3f7e8 commit fceeee9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/LAC/segment.py
Original file line number Diff line number Diff line change
@@ -23,10 +23,8 @@
import sys
import logging
from math import log
try:
from .prefix_tree import TriedTree
except:
from prefix_tree import TriedTree

from .prefix_tree import TriedTree


re_eng = re.compile('[a-zA-Z0-9]', re.U)

0 comments on commit fceeee9

Please sign in to comment.