Skip to content

A simple quote generator based on a markov chain.

Notifications You must be signed in to change notification settings

calepayson/marko_polo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marko Polo

A simple quote generator based on markov chains and written in C.

Usage

No command line args here. Jump in to main.c and change the parameters there. There are a few things you can change:

  • FILE_NAME: The file to train the model.
  • MARKOV_CONTEXT_SIZE: The number of words to use for context.
  • MAX_QUOTE_LENGTH: The maximum number of words allowed in an outputted quote.
  • HASH_MAP_SIZE: The number of buckets used by the hash map.

About

A simple quote generator based on a markov chain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published