mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-25 06:41:11 -05:00
Test that models save and load correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user