aboutsummaryrefslogtreecommitdiff
path: root/modules/lorem-generator.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:text-generation: improve and rename lorem generatorCraig Jennings2025-10-261-235/+0
| | | | | | | | | Rename `lorem-generator.el` to `lorem-optimum.el` for fun. Enhance text tokenization, Markov chain learning, and text generation functions. Introduce new configuration variables for training files and improve efficiency with vectorized access. Add comprehensive benchmarks and unit tests under `tests/`. This improves performance and lays groundwork for further extensions.
* chore: Remove redundant autoload directives from modulesCraig Jennings2025-10-261-9/+0
| | | | | | | Remove unnecessary autoload directives from various functions across multiple modules, cleaning up the codebase and improving readability. These directives were redundant and not needed for the current project setup.
* changing repositoriesCraig Jennings2025-10-121-0/+244