diff options
Diffstat (limited to 'markov.lpr')
-rw-r--r-- | markov.lpr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ begin reset(f); while not eof(f) do begin readln(f,s); + s:=s+' '; // lf ends a word, too current:=0; // reset current index for i:=1 to length(s) do begin current:=current*(length(i2c)+1) mod length(probabilities); |