Very cool! I attempted a very primitive version of this for generating band names[1]. Now I'm tempted to port it to Rant :) One bit of advice though - the "getting started" section could be a bit more helpful for new users... it should at least mention the language it's written in (C#)! [1] https://github.com/dandelany/band-name/blob/master/templates...
Show HN: Rant, a procedural text generation language
21–30 of 37 posts
Re: Show HN: Rant, a procedural text generation language
#22Very cool. I just wish I wasn't so certain that the developers of spamming tools will rip this off with shrieks of glee and use it to stuff our inboxes with yet more junk.
Re: Show HN: Rant, a procedural text generation language
#23What are some real world applications which use this approach of text generation?
Re: Show HN: Rant, a procedural text generation language
#24Re: Show HN: Rant, a procedural text generation language
#25Very cool! I attempted a very primitive version of this for generating band names[1]. Now I'm tempted to port it to Rant :) One bit of advice though - the "getting started" section could be a bit more helpful for new users... it should at least mention the language it's written in (C#)! [1] https://github.com/dandelany/band-name/blob/master/templates...
Does it work on Linux?
Re: Show HN: Rant, a procedural text generation language
#26Very cool. I just wish I wasn't so certain that the developers of spamming tools will rip this off with shrieks of glee and use it to stuff our inboxes with yet more junk.
Also more on topic I could see Rant being helpful for online language lessons or something. I remember exercises in grammar school where you would have to identify parts of a sentence(ex: possessive pronouns, transitive verbs, etc). I think it would be fairly easy to use Rant to generate unique questions for each student. Not sure how practical or useful that actually is, but it could be fun to make.
Re: Show HN: Rant, a procedural text generation language
#27Re: Show HN: Rant, a procedural text generation language
#28Re: Show HN: Rant, a procedural text generation language
#29Re: Show HN: Rant, a procedural text generation language
#30Maybe not bad, definitely has few very cool features (rhymes impressed me), but I'm struggling to imagine when I'd actually need to use it. Sometimes I do need some random natural language text for testing, but then I usually just copy something from wikipedia or some book and it's guaranteed to be more random and more natural than anything I'd generate myself. No, hardly I'll ever need to generate natural-language s…
Fwiw I didn't downvote you, but it'd probably be taken better if you just said something like, "This is really interesting. I'm not sure what I'd use it for personally, but I'm interested in knowing if you had specific use cases in mind, and what sorts of projects are you seeing it be used in now?"
For me, it looks like it'd be handy to use to generate test data and/or to make fun/weird little game apps, but still be able to keep everything in a .net language, since I work for a .net shop. (I could use python or whatever I want, really. we're flexible. it's just nice to keep things uniform)