Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 775 Bytes

Foxkov

Foxkov is a Markov chain toolset for natural language. By default it is primed to use exports from DiscordChatExporter(I am not affiliated with their political beliefs it just works.) but configuration is available.

Check out my blog on Markov chains.

Usage Examples

How to extract a user from a dataset:

foxkov --csv aBunchOfUsers.csv cleanup --output me.csv --matching-column author --matching-data "myUsername"

Find out who's messages matches your Markov chain the most:

foxkov --csv me.csv stenography --overview-log overview.csv ./friends/*.csv

Generate a message:

foxkov --csv me.csv generate