This file is indexed.

/usr/share/doc/festival/examples/example2.sable is in festival 1:2.4~release-3+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<!DOCTYPE SABLE PUBLIC "-//SABLE//DTD SABLE speech mark up//EN" 
	"Sable.v0_2.dtd"
[]>
<SABLE>

<SPEAKER NAME="male1">

<!-- Words may be spefied inline with a number of different 
     features -->
Homographs are words that are written the same but have different
pronunciations, such as <PRON SUB="lyves">lives</PRON> and
<PRON SUB="lives">lives</PRON>.

<!-- Words can even have their pronunciation specified inline -->
You say <PRON SUB="e thur">either</PRON>, while I 
say <PRON SUB="i thur">either</PRON>.

</SPEAKER>
<SPEAKER NAME="male2">

<RATE SPEED="+100%">
We can say things fast.
</RATE>

<RATE SPEED="-50%">
and slowly.
</RATE>

</SPEAKER>
<SPEAKER NAME="male1">

And then at normal speed.

</SPEAKER>
</SABLE>