utterance_parser icon indicating copy to clipboard operation
utterance_parser copied to clipboard

add method to parse with probabilities

Open nkansal96 opened this issue 8 years ago • 0 comments

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).

nkansal96 avatar Jan 04 '18 08:01 nkansal96