Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jul 23, 2020
1 parent faa8828 commit 764a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HAN/utils/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def segmenter(input_texts: List[str]) -> List[List[str]]:
# Add to doc
doc.append(" ".join(current_sentence))
txt_segmented.append(doc)
return doc
return txt_segmented

# Input words output np arrays of vocabulary positions
class Vectorizer(object):
Expand Down

0 comments on commit 764a4b7

Please sign in to comment.