Skip to content

Use Machine Learning to turn natural language text into structured data

License

Notifications You must be signed in to change notification settings

iPoli/intentive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use Machine Learning to turn natural language text into structured data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages