mycroft-core/mycroft/messagebus
Steve Penrod f8f3d3534c Add message.utterance_remainder() method (#1314)
Add message.utterance_remainder() method

This helper will return the portion of an utterance not
consumed by the Adapt parser already.  For example,
"turn on the kitchen light" would have a remainder of
"the kitchen" if there was an Intent with entities that
matched "turn on" and "light". The returned text is passed
through normalize().
2018-01-03 14:26:49 +01:00
..
client Python 2/3 compatibility (#1259) 2017-12-18 17:24:21 -06:00
service Python 2/3 compatibility (#1259) 2017-12-18 17:24:21 -06:00
__init__.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
message.py Add message.utterance_remainder() method (#1314) 2018-01-03 14:26:49 +01:00
send.py Python 2/3 compatibility (#1259) 2017-12-18 17:24:21 -06:00