/intentive

Use Machine Learning to turn natural language text into structured data

Primary LanguagePythonMIT LicenseMIT

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"
}