![]() |
Input word quoting versus variable and Parts of speech branching |
Hello. I'm clarifying an proposition for an alternate sentence evaluation flow, but first I have a few smaller questions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 // Initial Self programmed state machine for Comprehension // This state machine is used by the bot to program itself. State:(whatcan)youdo { :sentence { set #instantiation to #sentence; } :input { set #input to :sentence; set #speaker to :speaker; set #conversation to :conversation; set #target to :target; } case :input goto State:sentenceState for each #word of :sentence; State:sentenceState { // find interogative :what { |
|
|
|
|