Class SpellEngineTemplate

java.lang.Object
com.aquima.interactions.test.templates.spell.SpellEngineTemplate

public class SpellEngineTemplate extends Object
Template that can be used to initialize a spell engine (including the default speller definitions).
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • SpellEngineTemplate

      public SpellEngineTemplate()
      Construct a spell engine template.
    • SpellEngineTemplate

      public SpellEngineTemplate(ConfigurationTemplate config)
      Construct a spell engine template.
      Parameters:
      config - Config.
  • Method Details

    • toDataSource

      public com.aquima.interactions.spellengine.ds.ISpellEngineDS toDataSource()
      This method converts the template to a data source that can be used to initialize a spell engine.
      Returns:
      a data source that can be used to initialize a spell engine.