Add warning when consuming a plaintext corpus
This commit is contained in:
parent
2c7246c30e
commit
9f9dfc9b0c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ module Ebooks
|
|||
tweet[text_col]
|
||||
end
|
||||
else
|
||||
log "Reading plaintext corpus from #{path}"
|
||||
log "Reading plaintext corpus from #{path} (if this is a json or csv file, please rename the file with an extension and reconsume)"
|
||||
lines = content.split("\n")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue