You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
407 B
Plaintext
36 lines
407 B
Plaintext
digraph {
|
|
1
|
|
2
|
|
1 -> 2
|
|
I -> have
|
|
have -> a
|
|
a -> tale
|
|
tale -> to
|
|
to -> tell
|
|
tell -> Sometimes
|
|
Sometimes -> it
|
|
it -> gets
|
|
gets -> so
|
|
so -> hard
|
|
hard -> to
|
|
to -> hide
|
|
hide -> it
|
|
it -> well
|
|
well -> I
|
|
I -> was
|
|
was -> not
|
|
not -> ready
|
|
ready -> for
|
|
for -> the
|
|
the -> fall
|
|
fall -> Too
|
|
Too -> blind
|
|
blind -> to
|
|
to -> see
|
|
see -> the
|
|
the -> writing
|
|
writing -> on
|
|
on -> the
|
|
the -> wall
|
|
}
|