In Reply To
For undersatnding dates and numbers, have you tried this lib? https://github.com/Microsoft/Recognizers-Text It worked pretty well in my cases in different languages (the .NET version).
Replies
No replies yet.
For undersatnding dates and numbers, have you tried this lib? https://github.com/Microsoft/Recognizers-Text It worked pretty well in my cases in different languages (the .NET version).
No replies yet.
That looks like a pretty useful lib. I’m using Go for all this stuff though so I haven’t looked at any of the .NET solutions.