Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

The program implements a basic text generator using Markov Chains. It tokenizes input text, builds K-sequence features, and encodes transitions into a stochastic matrix. Using a sliding window (K), it predicts the next word based on context. It demonstrates foundational concepts in stochastic modeling and sequence prediction.

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages