Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 354 Bytes

Intentive

Turn natural language text into structured data

Example

understand('Add new task create report every Friday at 11am')

Gives you the following output

{
  "frequency": "weekly",
  "intent": "new_task",
  "interval": 1,
  "task": "create report",
  "text": "Add new task create report every Friday at 11am"
}