mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Add warning when consuming a plaintext corpus
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user