We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a178a commit f1e8ff7Copy full SHA for f1e8ff7
textsum/data.py
@@ -60,7 +60,6 @@ def CheckVocab(self, word):
60
if word not in self._word_to_id:
61
return None
62
return self._word_to_id[word]
63
-
64
65
def WordToId(self, word):
66
0 commit comments