snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.9k stars 513 forks source link

Allow matching_strictness property to be int #757

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description: Allows the matching_strictness entity property of the dataset to take integer values, on top of float values.

Checklist:

codecov-io commented 5 years ago

Codecov Report

Merging #757 into develop will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           develop    #757   +/-   ##
=======================================
  Coverage     88.1%   88.1%           
=======================================
  Files           74      74           
  Lines         4496    4496           
  Branches       863     863           
=======================================
  Hits          3961    3961           
  Misses         398     398           
  Partials       137     137