utterance_parser icon indicating copy to clipboard operation
utterance_parser copied to clipboard

Extract intent and entities from natural language utterances

Results 2 utterance_parser issues
Sort by recently updated
recently updated
newest added

Hi ! first at all, many thanks for this gem very usefull :) I meet few times today a segmentation fault error : ` /usr/local/rvm/gems/ruby-2.2.5/gems/wapiti-0.1.1/lib/wapiti/model.rb:54: [BUG] Segmentation fault at 0x00000803f6e658...

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