Skip to content

Commit 7a0753a

Browse files
committed
Removed unnecessary comment.
1 parent fc6a5e3 commit 7a0753a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

camel_tools/disambig/bert/unfactored.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ def _scored_analyses(self, word_dd, prediction):
476476
tie_breaker=self._tie_breaker,
477477
features=self._features), a)
478478
for a in analyses]
479-
# scored.sort(key=lambda s: (-s[0], s[1]['diac']))
480479

481480
max_score = max(s[0] for s in scored)
482481

0 commit comments

Comments
 (0)