Answer the question
In order to leave comments, you need to log in
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
« 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 questionAsk a Question
731 491 924 answers to any question