
PRO
rz90208
USA
Asked
— Edited
I tried loading the SynBot plugin following the tutorial and the plugin just comes up as a white box. I tried loading it into a clean new project and got the same results.
I am using window 10 32bit laptop, ARC version 2018.01.15.00
My guess is the plugin needs to be updated.
any suggestions?
I think i have not included in the example files the how are you pattern so it is normal and bot réponse when it dont Know the input pattern is set to i can't answer
Bot can only respond to user inputs if the corresponding pattern is included in the siml files the same Way all aiml software
You can include this new pattern in siml files
I Will send you to morrow example in order to react to the how are you input
Look at the test unit files included with the plugin and at the tutorial to discover more
Happy you test the plugin ....
Here is a routine I came up with. It watches for change in the $SynbotTextResponse variable and then checks if the Learned.siml file exists (UnasLearned.siml) in mycase and then takes the learned data from that file and writes it to another file NewData.siml. This way the learned siml data is not lost at restart.
I have created a few simple siml files for.
BlankCanBlank, BlankHaveBlank, BlankCanNotBlank...
Here is the code for one of the siml file
BlankCanBlank
Code:
And here is the Learned file data I capture and copy to the NewData file
Code:
So the pattern and the response is created by the <learn>
Here is the EZ-Script that does the copy and then deletes the Learned file.
Code:
This now allows for any size Learned.siml source file.
I needed the rewrite so as to support having random and multiple responses learned.
Here is an example of a multiple response learn
That creates:
Where is * located
And
Is * located in *
Code:
And the Random looks like this:
Code:
Here is the updated EZ-Script.
Code:
It works slick.
I will correct the plugin in order to append the learned models in the learned.siml file, when a new model is learned.
But your code is working fine ......
Great job.
I will let you know of anything else I find before I write code to work around it.
I have a developper licence for Synbot and have easiercontacts with the indian company.
So don't hesitate to contact me in case of problems or questions before coding.
I will publish a new version as soon as possible with ability to integrate easilly personnal Adaptators for new SIML tags Coded in C# and a Bot learning framework using User Variables and Maps.
New version with update Learn.SIML in Append mode will be soon.
I tried
<Match />e<Match Index ="2" />
where both match = 2
and I get an answer of 200
If I try
<Match />e(<Match Index ="2" />)
I get nothing
Code:
But not working , I will post a report.Code:
Your JS Script is the good solution.
Plugin has been updated for Use of Learn SIML Tag- you can have look to the Tutorial I have updated Step 7 Ter.
Now it is working fine ....
I have a look to your SIML code for BlankCanBlank and BlankIsLocatedinBlank
And have try to improve and optimize RestructuredLearn.zip
Comments are in the Code.
Main improvement is the ability to use in Input Text The Pattern Reductions of the example I published.
Hi maya I would like to know if ducks can swim , can you tell me if ducks swim , ....
will be working , ....
You need to upgrade plugin version to V4 as I use a specific SIMl adapter Textop
It is going to take me awhile to get my head around how this one works.
Great work.
I have a spreadsheet I would like to send you. It is my brain spreadsheet
my email is rz90208@gmail.com
I also have an excel spreadsheet of the top 100 pop music form from 1890 to 2013 that I would like to incorporate into the robot brain.
I will have a look
Don’t hesitate if you have questions or difficulties
The new Reconstructed Learn works fine except that the code it generates crashes ARC.
So if I tell the bot that Dogs have teeth, the bot responds with OK I now know that dogs have teeth.
and adds this code to the Learned.siml file.
Code:
but if I now ask the bot if dogs have teeth, it seems SynBot looks up and crashes ARC.
It is working on my version
Do you have updated the plugin to the new version v5 and reload SIML example files in new version SaveV5Published.zip
and do you have suppress your old version of Learned.siml
Reinstalled V5
and unzipped SaveV5Published into my project folder.
and tried using Located in NOT have
Stevens Point is located in Wisconsin
and when I ask the bot where is Stevens Point located, is freezes and crashes ARC.
I will try it in a clean ARC project and let you know
I publish a V6 without change
It seems that V5 was not correctly uploaded as some of the DLL was older one and the version release was not correct
After updating the plugin, you can verify in folder C:\Users\Public\Documents\EZ-Builder\Plugins\(GUID) where GUID is the plugin GUID (The last modified) the plugin.xml file
it must be in version release 6
Code:
Today I have installed your plugin and it works very well.
With SynBot Studio I will now try to make extensions for the German language.
You did a fantastic job! Thanks a lot for this !
I hope you continue your development at this plugin and we can look forward to new versions.
After some travels , I am beginning to work on a new version.
If you find bugs in the current version , I will be pleased to fix them.
I think some are remaining ......
Jean-Luc