Explorar o código

Update data.py

Pranay Mathur %!s(int64=8) %!d(string=hai) anos
pai
achega
f1e8ff7c0f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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: