Skip to content

Commit

Permalink
fixing the readme, for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAdamBoyd committed Mar 7, 2016
1 parent 2fba20f commit 0bd96b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README → README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This is a Markov chain generator that I made based heavily on (https://www.weheartswift.com/random-names-using-markov-chains/)[this article] from We Heart Swift. I edited their program to use sentences and full words instead of just generating a single word. The application has a very simple UI. Due to the inefficient (but simple) implementation, this program uses a lot of memory but is quite easy to understand. In addition, loading large text files (like the allshakespeare file I included) can take a very long time to process.
This is a Markov chain generator that I made based heavily on [this article](https://www.weheartswift.com/random-names-using-markov-chains/) from We Heart Swift. I edited their program to use sentences and full words instead of just generating a single word. The application has a very simple UI. Due to the inefficient (but simple) implementation, this program uses a lot of memory but is quite easy to understand. In addition, loading large text files (like the allshakespeare file I included) can take a very long time to process.

MIT

0 comments on commit 0bd96b0

Please sign in to comment.