소스 검색

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:
       return None
     return self._word_to_id[word]
-
   
   def WordToId(self, word):
     if word not in self._word_to_id: