Skip to content

Commit

Permalink
fix kim data reader
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhen38 committed Jul 12, 2022
1 parent 0f1f4da commit 7b6d0dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/match/kim/mind_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# limitations under the License.
from datetime import datetime
import time
import nltk
nltk.download('punkt')
from nltk.tokenize import word_tokenize
import numpy as np
import os
Expand Down

0 comments on commit 7b6d0dc

Please sign in to comment.