I've been playing with ProgramAB and InMoov2.
It's enjoyable to ask it a question and get a detailed response.

What is a squirrel ?  

search text :"WHAT IS THE squirrel"

Squirrels are members of the family Sciuridae, a family that includes small or medium-size rodents. The squirrel family includes tree squirrels, ground squirrels, chipmunks, marmots, flying squirrels, and prairie dogs amongst other rodents. Wikipedia

Then it would say ..
Wikipedia on the list of installed apps  

Initially I thought, "Is it hearing the end of the spoken sentence ?"

But I checked the recognition log (cool feature of Nixie)

 

There are only 2 entries, not an entry by itself of Wikipedia.  
I made a fitler to scrape out undesirable entries - but I don't think that is the root cause ... so I grepped through InMoov2 aiml and found this only in the english en-US bot directory

<category>
<pattern>WIKIPEDIA</pattern>
<template>
<srai>OPEN WIKIPEDIA</srai>
</template>
</category>

So,  OPEN X

I curious what I should do with this ?  What "APPS" do we want to support ... if any  ?  And how we want it to work ?   At the moment I've just commented it out, but this touches the list of irritating behaviors :

  • Lets search google (and it doesn't) ...  I want and answer or a response to say I don't know
  • Can't find X in the list of contacts ... Do we need a way to import contacts ?
  • oob vs OPEN ?  How is it supposed to work ?  How does it not work ? How should it work ?