Skip to content

Converts natural language to cron expression

License

Notifications You must be signed in to change notification settings

ebiggerr/nlp2cron2nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlp2cron2nlp

Goal: A parser that converts natural (English) language to a cron expression.

Usage


nlp2cron2nlp.parse("every day 8AM", "nlp2cron") // "0 8 * * *"

Contribution

I'm so glad you're thinking about contributing to this open source project! If you're unsure or afraid of anything, just ask or submit the issue or pull request anyway. The worst that can happen is that you'll be politely asked to change something. We appreciate any sort of contribution, and don't want a wall of rules to get in the way of that.

License

Please refer here for the MIT license.

About

Converts natural language to cron expression

Topics

Resources

License

Stars

Watchers

Forks

Languages