Skip to content

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

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages