예제 #1
0
파일: AIMLLoader.cs 프로젝트: rlebowitz/ai
 /// <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();
 }