Add voice recognition

This commit is contained in:
Richard Chien
2017-01-01 23:16:34 +08:00
parent 6e86d36056
commit 1880409b7f
11 changed files with 156 additions and 15 deletions

View File

@ -1,5 +1,5 @@
config = {
'fallback_command': 'core.chat',
'fallback_command': 'natural_language.process',
'command_start_flags': ('/', '', '来,', '来,'),
'command_name_separators': ('\.', '->', '::', '/'), # Regex
'command_args_start_flags': ('', '', ',', ', ', ':', ': '), # Regex