utterance_parser
utterance_parser copied to clipboard
add method to parse with probabilities
Added a method parse_with_probabilities. This returns a hash of all classes with respective probabilities (instead of just the max_class). This would be useful when trying to determine the certainty of a prediction (or getting next-best results).