Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NPCEditor has a series of tabs, each representing a different facet of the overall program.  The two main tabs for users are the Utterances Tab and the Chat Tab.

Utterances Tab

 

The left hand side of the Utterances tab lists the Questions, while the right is dedicated to the Answers.  Questions are examples of user utterances that the system expects to receive.  This can include questions, "What is your name?", and statements, "Tell me about yourself."  When NPCEditor receives user input, whether typed or spoken through AcquireSpeech, it uses a statistical classifier to compare the input to known Questions.  If there is an exact match, NPCEditor automatically matches the two strings.  If there is not an exact match, the classifier determines the closest line in the Questions tab and responds with the highest scored linked Answer.

...