Add warning when consuming a plaintext corpus

This commit is contained in:
Jaiden Mispy 2015-03-11 02:41:18 -07:00
parent 2c7246c30e
commit 9f9dfc9b0c

View file

@ -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