Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions TimeNormalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ def __timeEx(self):
res = []
# 时间上下文: 前一个识别出来的时间会是下一个时间的上下文,用于处理:周六3点到5点这样的多个时间的识别,第二个5点应识别到是周六的。
contextTp = TimePoint()
print(self.timeBase)
print('temp',temp)
for i in range(0, rpointer):
# 这里是一个类嵌套了一个类
res.append(TimeUnit(temp[i], self, contextTp))
Expand Down