Greg Thompson commited on
Commit
e76c7a4
·
1 Parent(s): 9e2c41a

Add keyword support for skip and menu

Browse files
Files changed (1) hide show
  1. mathtext_fastapi/nlu.py +3 -1
mathtext_fastapi/nlu.py CHANGED
@@ -137,7 +137,9 @@ def run_intent_classification(message_text):
137
  'question',
138
  'easier',
139
  'easy',
140
- 'support'
 
 
141
  ]
142
 
143
  for command in commands:
 
137
  'question',
138
  'easier',
139
  'easy',
140
+ 'support',
141
+ 'skip',
142
+ 'menu'
143
  ]
144
 
145
  for command in commands: