The story is simple. I wanted to try out a parsing library of samopisny and I made a parser of Russian-language date and time formats, almost any.
Where to try:
1. JSon API
g-calendar.appspot.com/application/parse?message=your_message2.
Demo - google calendarThe original idea was to make a calendar. Because, apart from parsing the date and time, the parser highlights the name of the event and its regularity (day, week) - some things are still raw.
The second idea is a
search by html-forms . For example, the author writes “cinema next Saturday” and gets Yandex a poster for that day, or a request “flight from Kiev to Moscow on December 3”.
')
Supported date and time formats:
1. Verbal description of numbers, example: May twenty-six
2. relative dates: in three weeks and two days, on Friday in a week
3. incomplete dates. examples on friday morning
The inspiration was given by the English-speaking
Chronic - from which he gathered the first test cases.
I will say the differences:
1. Russian language
2. This parser does not require the input text to be entirely a date - and in principle can highlight dates in the news.
3. Easily expandable technology commonly used for NER (Named Entity Recognition) markup
Why am I writing this post:
1. I would like to find people who want to join and help create a
calendar or
search - mainly GUI / Openid etc in any language.
2. Perhaps someone wants to use this library in their service, you can discuss the conditions.