Crates.io | cgisf_lib |
lib.rs | cgisf_lib |
version | 0.2.1 |
source | src |
created_at | 2022-05-01 14:05:56.006667 |
updated_at | 2022-12-13 03:02:42.120342 |
description | A quick and easy sentence generator. |
homepage | |
repository | https://github.com/merelymyself/cgisf_lib |
max_upload_size | |
id | 578612 |
size | 97,061 |
A random sentence generator, still without commas.
Has three functions:
cgisf()
, to generate a sentence;get_word()
, to generate a word of a certain kind; andget_structure()
, to get the structure of a sentence.cgisf is a reference to 'Colourless Green Ideas Sleep Furiously' - a 1957 example of a sentence that is grammatical but makes no sense. Similarly, don't expect these sentences to make that much sense either.
The documentation is significantly better than this silly README file.
Contributions welcome at https://github.com/merelymyself/cgisf_lib.
A massive amount of credit goes to CordlessCoder, who single-handedly rewrote practically everything for the 0.2.0 release.