Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrs/grammar-based-sentence-generator
Creates a random sentence based on a defined grammar and vocabulary.
https://github.com/hrs/grammar-based-sentence-generator
Last synced: about 1 month ago
JSON representation
Creates a random sentence based on a defined grammar and vocabulary.
- Host: GitHub
- URL: https://github.com/hrs/grammar-based-sentence-generator
- Owner: hrs
- License: gpl-3.0
- Created: 2010-12-08T00:53:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T15:22:31.000Z (almost 10 years ago)
- Last Synced: 2024-11-30T22:17:16.760Z (about 2 months ago)
- Language: Common Lisp
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Grammar-based random sentence generator.
To generate a random sentence fire up a Lisp interpreter, load
`random-sentence.lisp`, and execute```lisp
(sentence 'grammar.lisp)
```Repeat as desired.