Browse Source

Update data.py

Pranay Mathur 8 năm trước cách đây
mục cha
commit
f1e8ff7c0f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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:
       return None
     return self._word_to_id[word]
-
   
   def WordToId(self, word):
     if word not in self._word_to_id: