T
T
Taras Serevann2017-04-10 22:42:25
JavaScript
Taras Serevann, 2017-04-10 22:42:25

JavaScript natural language datetime parser?

We need a date / time parser in natural (human language) with support for the Russian language, preferably in JS. Do such libraries exist? I didn't find it on NPM.
Those. you don’t need to write code in Russian, but so that text like this:
`Tomorrow at 9:00`
turns into machine-readable
Similar English-language counterparts :
https://github.com/wanasit/chrono
time-js
https://www.npmjs.com/package/parse-loose-time
https://www.npmjs.com/package/parse-messy-time

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2017-04-10
@Taras_Serevann

« 250 lines of code that recognize the date in Russian »
From heavy artillery, you can see the Yandex Tomita parser is in wrappers for nodejs . Although he seems to be not sharpened for dates.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question