https://github.com/jmrozanec/cron-utils-datagen
Provides means to create datasets for cron descriptions in various languages.
https://github.com/jmrozanec/cron-utils-datagen
Last synced: 5 months ago
JSON representation
Provides means to create datasets for cron descriptions in various languages.
- Host: GitHub
- URL: https://github.com/jmrozanec/cron-utils-datagen
- Owner: jmrozanec
- License: apache-2.0
- Created: 2018-07-02T13:47:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T21:50:53.000Z (over 2 years ago)
- Last Synced: 2024-12-27T15:11:11.078Z (over 1 year ago)
- Language: Java
- Size: 7.85 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cron-utils-datagen
Provides means to create datasets for cron descriptions in various languages. We provide a Java application, that generates dataset always following the same random pattern and based on a given CRON expressions template. Currently only QUARTZ expressions and translations to English language are given.
The application allows for different configurations, so that we gain flexibility on dataset output: if we are willing to identify CRON patterns to description patterns, CRON instances to description patterns, CRON instances to full descriptions or the other way around.
This repository also provides scripts to train, evaluate and debug the models. Reference architecture is a basic Encoder-Decoder LSTM.