Conversation
Notices
-
lmao this bot enrages people
-
It's a piece of code I wrote yesterday, it dynamically generates insults which are grammatically correct :D
I'm building pools of insulting words, splitting them into different parts of the english language
The bot then generates a pattern of words based on how English should be structured, then begins replacing each part of the pattern with a random word from the respective pool.
It creates extremely varied results asnd currently the only limitation to its randomness is no duplication checking and the size of some of the pools (if you want to contribute I would very much appreciate it!)
Also apologies to Xuya as it insulted them a few hours ago ;-;
-
@Kirino Strange how this so-called Bot is called Kirino but I know it's not you cuz you are nice to people
-
Classic approach, English despite how complicated it is with its rules boils down to pretty much only 8 components, each component can only be preceded or followed by certain others (an adverb could never follow an adjective a noun could never precede an adverb unless it was in another clause etc etc)
By simply programming in around 12 or so rules you can make sure it conforms to language pretty accurately.
I'm thinking of adding grammar to the bot to make it more readable next :D
-
@Kirino @Dan_Hulson AI involved or classical approach?