浏览代码

Update data.py

Pranay Mathur 8 年之前
父节点
当前提交
f1e8ff7c0f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      textsum/data.py

+ 0 - 1
textsum/data.py

@@ -60,7 +60,6 @@ class Vocab(object):
     if word not in self._word_to_id:
     if word not in self._word_to_id:
       return None
       return None
     return self._word_to_id[word]
     return self._word_to_id[word]
-
   
   
   def WordToId(self, word):
   def WordToId(self, word):
     if word not in self._word_to_id:
     if word not in self._word_to_id: