Test that models save and load correctly

This commit is contained in:
Jaiden Mispy 2014-10-25 06:59:34 -07:00
parent 7e62000e37
commit 0cb7abcb52
2 changed files with 19 additions and 3 deletions

View file

@ -113,7 +113,7 @@ module Ebooks
@mentions = mass_tikify(mention_text)
log "Ranking keywords"
@keywords = NLP.keywords(text)
@keywords = NLP.keywords(text).top(200).map(&:to_s)
self
end