docs(README): finalize dataset README rewrite for clarity and alignment
Browse files
README.md
CHANGED
|
@@ -49,6 +49,8 @@ size_categories:
|
|
| 49 |
|
| 50 |
This dataset is used to prototype models for the [Mini Recurrence Converter DSL module](https://github.com/gh9869827/fifo-dev-dsl/tree/main/fifo_dev_dsl/domain_specific/mini_recurrence_converter_dsl).
|
| 51 |
|
|
|
|
|
|
|
| 52 |
It pairs English **recurrence expressions** (e.g., `"every Tuesday at 8am"`) with symbolic DSL function calls (e.g., `WEEKLY(1, [TU], TIME(8, 0))`) compatible with the module.
|
| 53 |
|
| 54 |
---
|
|
|
|
| 49 |
|
| 50 |
This dataset is used to prototype models for the [Mini Recurrence Converter DSL module](https://github.com/gh9869827/fifo-dev-dsl/tree/main/fifo_dev_dsl/domain_specific/mini_recurrence_converter_dsl).
|
| 51 |
|
| 52 |
+
It is provided for demonstration and experimentation purposes only.
|
| 53 |
+
|
| 54 |
It pairs English **recurrence expressions** (e.g., `"every Tuesday at 8am"`) with symbolic DSL function calls (e.g., `WEEKLY(1, [TU], TIME(8, 0))`) compatible with the module.
|
| 55 |
|
| 56 |
---
|