Skip to content

Commit

Permalink
Save the corpus on the disk
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jun 26, 2017
1 parent 5cbbbed commit 3289697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/eea_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def load_or_create_corpus(self, fpath, text_column='text', normalize=False,

print('Creating corpus', fpath, cpath)
corpus = self.create_corpus(fpath, normalize, optimize_phrases)
# corpus.save(cpath, name=CORPUS_NAME)
corpus.save(cpath, name=CORPUS_NAME)

return corpus

Expand Down

0 comments on commit 3289697

Please sign in to comment.