Command starting with the same words not working
Submitted by Projectpaperclip on Sun, 02/17/2008 - 00:10.
I have set up a couple different commands for coding HTML and it seems that if you have a Vocola command starting with the same two words as another Vocola command the second Vocola command will not be recognized. Has anyone else had the same experience or know a way around it?
Example:
Anchor Tag = '{Left_6}';
Anchor Tag no follow = '{Left_21}';
in this example the "anchor tag no follow" command will not produce anything however the "anchor tag" command will.



Try using a single
Try using a single word:
Anchor Tag = "works!";
Anchortagnofollow = "works!";
Hello, Getting command words
Hello,
Getting command words recognized it is not always easy. One of the purposes of natlink/unimacro is to design grammars which recognize well.
Often a start trigger word seems to work well, for example.
If you simply put command words like this in a vocola commands file, you may get problems with recognition of some commands, for example because there is too much overlap in words.
A condiderable time ago there was a discussion on how much syllables or words a command ideally should have. Too short is not good, but too long isn't either.
The solution Per gives may work, but other solutions may as well.
In general you should not be surprised if sometimes commands you just put into your vocola commands file are not recognized: play with the words and try to analyse what works and what doesn't.
My take, Quintijn
Thank you for the
Thank you for the clarification on that. I appreciate your help.
Perhaps try training the
Perhaps try training the second command?
Are these the actual commands?
training an individual
training an individual command only works - seems to work - momentarily. A day or a session later it falls back again.
There are possibly two solutions:
1. use other words
2. do general training, so make the general recognition of things better.
Apart from a good sound system etc. of course,
Greetings, Quintijn