snipsco / snips-nlu-rs

Snips NLU rust implementation
https://snips.ai
Other
340 stars 56 forks source link

Fix quoting issue in csv readers #70

Closed adrienball closed 6 years ago

adrienball commented 6 years ago

Description This PR fixes an issue with resources (stems and word clusters) containing quote characters. These characters were treated as entry delimiters by the csv reader and it resulted in a parsing error.