module NluAdapter

helper functions to parse text and match intent

Constants

VERSION

Public Class Methods

new(name, options = {}) click to toggle source
# File lib/nlu_adapter.rb, line 14
def self.new(name, options = {})
        aforadapter = Adapters.const_get(name).new(options)
end