Test that models save and load correctly
This commit is contained in:
parent
7e62000e37
commit
0cb7abcb52
2 changed files with 19 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue