Skip to content

Commit caa4625

Browse files
committed
Fixed image links
1 parent 79419a6 commit caa4625

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Markov Text Generator
22

3-
<img src="Resources/markov-example.png" alt="harry potter 4 text generated"/>
3+
<img src="Resources/markov-example.png" alt="markov example diagram"/>
44

55
Quickly generate text based on a sample of text provided. The produced text will make no logical sense except
66
for a few occasions. This type of text generation is based of a Markov model/process whereby the program
@@ -11,7 +11,7 @@ e.g. "Hello my name is." -> {["Hello", "my"] : "name", ["my", "name"]: "is"...}.
1111

1212
The image below shows text produced after genearting a model on the 4th Harry Potter book.
1313

14-
<img src="Resources/markov3.png" alt="harry potter 4 text generated"/>
14+
<img src="Resources/markov3.PNG" alt="harry potter 4 text generated"/>
1515

1616
## How to Use
1717

@@ -25,11 +25,11 @@ This text file must have .txt file extension. Please ensure that the text uses f
2525

2626
Once you have selected the text file, you simply have to click the 'Train' button and you will be notified once the the model has been generated.
2727

28-
<img src="Resources/markov2.png" alt="markov training success"/>
28+
<img src="Resources/markov2.PNG" alt="markov training success"/>
2929

3030
Finally, select the number of words you want generated and click the 'Generate Text' button to get some computer generated sentences.
3131

32-
<img src="Resources/markov1.png" alt="sample generated text"/>
32+
<img src="Resources/markov1.PNG" alt="sample generated text"/>
3333

3434
## Algorithm
3535

0 commit comments

Comments
 (0)