Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.