Markov algorithm: Difference between revisions

Content deleted Content added
iwiki
Line 5:
==Algorithm==
#Check the Rules in order from top to bottom to see whether any of the strings to the left of the arrow can be found in the Symbol string.
#If none areis found, stop executing the Algorithm.
#If one or more is found, replace the leftmost matching text in the Symbol string with the text to the right of the arrow in the first corresponding Rule.
#If the applied rule was a terminating one, stop executing the Algorithm.