Markov algorithm: Difference between revisions

Content deleted Content added
typo "remplacement" => "replacement"
Line 7:
The ''Rules'' is a sequence of pair of strings, usually presented in the form of ''pattern'' → ''replacement''. Some rules may be terminating.
 
Given aan ''input'' string:
 
#Check the Rules in order from top to bottom to see whether any of the ''patterns'' can be found in the ''input'' string.