A seinfeld twitter bot using markov chains in rust.
Faithful Rust port of Jason Hutchens' MegaHAL conversational engine.
MegaHAL CLI - a conversational chatbot using bidirectional Markov chains.
Internal MegaHAL implementation detail; APIs are not stable. MegaHAL reply generation and surprise scoring.
Internal MegaHAL implementation detail; APIs are not stable. MegaHAL keyword extraction.
Internal MegaHAL implementation detail; APIs are not stable. Bidirectional Markov model with context window.
Internal MegaHAL implementation detail; APIs are not stable. MegaHAL text tokenization.
Internal MegaHAL implementation detail; APIs are not stable. Arena-based n-gram frequency trie.
Internal MegaHAL implementation detail; APIs are not stable. Core Symbol trait and SymbolId type.
Internal MegaHAL implementation detail; APIs are not stable. Symbol-to-SymbolId interning dictionary.
Ising model simulation on lattices and graphs.
Probabilistic graphical model and message-passing interoperability for QuantRS2