'Here we give Hal the ability to learn and talk about
'computers and operating systems and programming.
'download ProgramDetect.brn and Program.brn to your Hal's
'default folder.
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "PROGRAMDETECT.brn") = "TRUE" Then
AnswerSent = "" & Trim(OriginalSentence)
HalBrain.AppendFile WorkingDir & "PROGRAM" & ".brn", AnswerSent
End If
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "PROGRAMDETECT.brn") = "TRUE" Then
PROGRAMMER = HalBrain.ChooseSentenceFromFile(WorkingDir & "PROGRAM.brn")
GetResponse = PROGRAMMER & vbCrLf
DebugInfo = DebugInfo & "The user is talking about PROGRAMMING: " & PROGRAMMER & vbCrLf
Else
DebugInfo = DebugInfo & "Hal has found nothing about PROGRAMMING: " & PROGRAMMER & vbCrLf
End If
'Best of wishes and new discoveries.
'Jerry
Download Attachment:
PROGRAM.brn728 Bytes
Download Attachment:
PROGRAMDETECT.brn1.11 KB