<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markov, branch master</title>
<subtitle>Markov chain.</subtitle>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/'/>
<entry>
<title>create module, remove fmt</title>
<updated>2026-04-02T14:59:18+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2026-04-02T14:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=8bd3d98cb03e0be26084ca94224b8ef4e1e15a71'/>
<id>8bd3d98cb03e0be26084ca94224b8ef4e1e15a71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add 'prefix word count' command line arg</title>
<updated>2024-09-02T00:22:11+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-09-02T00:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=1343ef5b4c922ed512ae64a86d22970ebff7155d'/>
<id>1343ef5b4c922ed512ae64a86d22970ebff7155d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add 'max number of output words' command line arg</title>
<updated>2024-09-02T00:20:56+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-09-01T23:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=3a18f19dffeff93ddd2d3fb0ae8c8cd8b877241a'/>
<id>3a18f19dffeff93ddd2d3fb0ae8c8cd8b877241a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format comments</title>
<updated>2024-09-01T22:55:43+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-09-01T22:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=b60931fceea5fa0661ff18da13d324c0136897f7'/>
<id>b60931fceea5fa0661ff18da13d324c0136897f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug in end-state marker</title>
<updated>2024-08-31T19:29:11+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-08-31T19:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=69c13dc71052e21c953179dc678b0bea10d7f11c'/>
<id>69c13dc71052e21c953179dc678b0bea10d7f11c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test randomness of suffix selection</title>
<updated>2024-08-31T19:28:31+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-08-31T19:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=84e452f5665cbeac02f41dd30b9e43556f12b178'/>
<id>84e452f5665cbeac02f41dd30b9e43556f12b178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test that all generated words, pairs, and triples also occur in the input</title>
<updated>2024-08-31T19:28:31+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-08-31T19:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=29c1c728b20c838bc94c7342f4664e5ecbdac113'/>
<id>29c1c728b20c838bc94c7342f4664e5ecbdac113</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test boundary conditions</title>
<updated>2024-08-31T19:28:19+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-08-31T19:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=7b9206498ee8d5f6327da84e72c00bbc6ff1cf48'/>
<id>7b9206498ee8d5f6327da84e72c00bbc6ff1cf48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update package comments</title>
<updated>2024-08-26T23:05:15+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-08-26T23:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=5ec152ecd424d67474f36992acae5c620e46e2c6'/>
<id>5ec152ecd424d67474f36992acae5c620e46e2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>formatter</title>
<updated>2024-08-26T22:25:07+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-08-26T22:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/markov/commit/?id=f707a8510f52c1b9f4e0653d8f14c16a06492f40'/>
<id>f707a8510f52c1b9f4e0653d8f14c16a06492f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
