示例#1
0
 /// <summary>
 ///  Creates an instance of the AIML loader.
 /// </summary>
 public AIMLLoader()
 {
     PathGenerator = new PathGenerator();
 }
示例#2
0
 public void Setup()
 {
     _pathGenerator = new PathGenerator();
 }
示例#3
0
文件: ChatBot.cs 项目: rlebowitz/ai
 public ChatBot()
 {
     Graphmaster = new Node();
     PathGenerator = new PathGenerator();
 }