Author Topic: [v1.7.3] Alphanumeric commands not recognized after importing  (Read 2210 times)

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4782
  • RTFM
[v1.7.3] Alphanumeric commands not recognized after importing
« on: January 20, 2019, 06:22:53 AM »
When importing a command that contains numeric characters, it will not be properly recognized until the profile is reloaded.

E.G. "New Command 2", "2 chickens", or "can I buy 2 chickens" will not be recognized, but "New Command two", "two chickens", or "can I buy two chickens" will.

For numbers larger than nine, the opposite is true, as the speech recognition engine writes them out using numeric characters; E.G. "New Command ten" will not be recognized, but "New Command 10" will.

This also applies to numeric ranges, E.G. "New Command [1..10]" will only have "New Command 10" recognized.

EDIT: Fixed in v1.7.3.1
« Last Edit: February 04, 2019, 06:58:35 PM by Pfeil »

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2832
Re: [v1.7.3] Alphanumeric commands not recognized after importing
« Reply #1 on: January 20, 2019, 08:44:52 AM »
Hmmm...  weird.  The speech engine is reset when commands are imported - might be in the dynamic command parser.  I'll take a look.

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2832
Re: [v1.7.3] Alphanumeric commands not recognized after importing
« Reply #2 on: January 20, 2019, 04:55:18 PM »
I believe this has been fixed up now.  Thanks again for your help!