Päivitä Platinum palvelu ja hanki oma räätälöity 3D-avatar
Bot Libre Dev : Use of state diagrams with self

RE: Use of state diagrams with self

tekijä admin Lähetetty Mar 12 2017, 8:58

The method to load AIML is on the AIMLParser class,

>
public Vertex parseAIML(File file, boolean parseAsStateMachine, boolean createStates, boolean pin, boolean indexStatic, Vertex stateMachine, String encoding, Network network)

  • parseAsStateMachine - Determines if the states will be created, or the AIML will just be added as responses.
  • createStates - Determines if the nested states will be created, otherwise the patterns will just be load sequentially.
  • indexStatic - Determines if non pattern (* wildcards) will be added as responses.
Indexing the questions means the questions will be processed using our NLP heuristic, this allows for the bot to find the best matching response, and does not require the question match exactly. It is also more efficient as it does not need to create and process a big state machine.

If you load the AIML as responses (parseAsStateMachine=false), then patterns are still processed the same. For a pattern (* _ ^ wildcards etc) the response will only be used if the pattern matches. The patterns will be found using our NLP heuristic, which will still work the same as normal AIML except for some complicated recursive SRAI tags which may have subtle differences as the heuristic does not search for the pattern sequentially, but through words indexes.


Id: 16393009
Lähetetty: Mar 12 2017, 8:58
Päivitetty: Mar 12 2017, 9:00
Vastaukset: 0
Näkymät: 1759, Tänään: 2, Viikolla: 3, Kuukausi: 7
0 0 0.0/5