Flutter-Bounty-Hunters / nlp

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

Datetime tests pass #4

Closed angelosilvestre closed 7 months ago

angelosilvestre commented 7 months ago

This PR ports the datetime extractor and parser with all existing tests passing.

This PR also fix a bug in the duration extractor, which was calling match exact without trimming the end, which was causing some datetime tests to fail.