Flutter-Bounty-Hunters / nlp

Natural language processing (NLP) for Dart
MIT License
14 stars 1 forks source link

Fix duration parser test failures #6

Closed angelosilvestre closed 7 months ago

angelosilvestre commented 7 months ago

Fix duration parser test failures

There are some duration parser failures. The cause is that we aren't able to get the group values because the regex isn't being sanitized to rename the groups.

This PR fixes that.