parent
102f47c1c4
commit
9d96c4d242
|
@ -2,9 +2,9 @@
|
|||
module DiscourseAi
|
||||
module AiHelper
|
||||
class SemanticCategorizer
|
||||
def initialize(text, user)
|
||||
def initialize(input, user)
|
||||
@user = user
|
||||
@text = text
|
||||
@text = input[:text]
|
||||
end
|
||||
|
||||
def categories
|
||||
|
|
Loading…
Reference in New Issue