aboutsummaryrefslogtreecommitdiff
here i present to you my creature simulator

it's using some very questionable python code
and very questionable language-processing techniques that i pulled out of my arse

however it is able to simulate a conversation with a creature of your definition!
default creature is "summer", a cute scrunkly bunny rabbit. but you can change it
by editing the source code to point to a different corpus file and changing what's
in the file accordingly to define the behaviour of your creature. you can start by
just adding a couple of lines of example q+a's, and then run the python programme,
and it will ask you to suggest other things it could say if it's not sure

this is very messy code and i may or may not clean it up eventually who knows