kolloldas / EasyNLU

Simple embedded NLU for mobile apps
Apache License 2.0
68 stars 16 forks source link

How to add a new rule for a sentence along with date and time parsing in a single sentence ? #1

Open luckynarang opened 5 years ago

luckynarang commented 5 years ago

Without disturbing the accuracy of the existing samples.

Examples-

visa appointment on 29th May 2019 at 5 pm {task:"visa appointment", startTime:{day:29, month:5, year: 2019, hour:5, shift:"pm"}}

visa appointment on 29 May at 5 pm {task:"visa appointment", startTime:{day:29, month:5, hour:5, shift:"pm"}}

meeting with Sara on 14/06/2019 3pm {task:"meeting with Sara", startTime:{day:14, month:6, year:2019, hour:3, shift:"pm"}}

Tomorrow is his birthday

kollolsb commented 4 years ago

Sorry for the late reply, I haven't found time to maintain this project. Maybe you've found a solution already but what is the current behaviour?