Skip to content

Commit

Permalink
Add a link to the natural language date parsing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zcohan committed Mar 27, 2023
1 parent 457ff4b commit 4e6bdae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ Also note that non-English languages are *additive*, meaning that, for instance,

## See Also

__Natural language date parsing from strings__

SoulverCore includes a powerful natural language date parsing engine that is much more versatile than Foundation's `DataDetector`.

See [NaturalLanguageDateParsing](https://github.com/soulverteam/NaturalLanguageDateParsing) to learn about how SoulverCore can help you parse natural language dates out of strings, and can be used to add a natural language date input field to your scheduling or calendar app (similar to features found in [Things](https://culturedcode.com/things/support/articles/9780167/) and [Fantastical](https://flexibits.com/fantastical-ios/help/adding)).

__Data extraction from strings__

See [SoulverStringParsing](https://github.com/soulverteam/SoulverStringParsing) to learn about how SoulverCore can help you parse data out from strings in a type-safe way. It uses a natural and memorable syntax that's much more user friendly than regex for many tasks.
Expand Down

0 comments on commit 4e6bdae

Please sign in to comment.