Skip to content

Commit

Permalink
fix typo (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
thuvh authored Oct 30, 2021
1 parent 42fc0e9 commit cceeda0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion underthesea/utils/col_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def __len__(self):
def load(ud_file):
sentences = open(ud_file).read().split("\n\n")
sentences = [UDSentence.load(s) for s in sentences]
sentences = sentences
dataset = UDDataset(sentences)
return dataset

Expand Down

0 comments on commit cceeda0

Please sign in to comment.