This file is indexed.

/usr/share/polygen/eng/debian/sorry.grm is in polygen-data 1.0.6.ds2-14build1.

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
37
I ::=   "title:    Sorry\n"
      ^ "author:   Enrico Zini <enrico@debian.org>\n"
      ^ "language: english\n"
      ^ "status:   Basic\n"
      ^ "topic:    General\n"
      ^ "created:  28/06/2006"
;

S ::= Noend ^"." ;

Noend ::= \ Sorries ;

Sorries ::= Sorry
          | -- ( Sorry ^"," Sorry )
	  ;

Sorry ::= sorry
        | "I'm" Very sorry
	| [Please] (pardon | excuse) me
	| "I" Very regret it
	| "I" Really Beg
	;

Beg ::= beg your pardon
      | (apologise | apologize)
      ;

Very ::= _ | very | so | so very | Really ;

Really ::= really
         | totally
         | - ( Really ^"," Really )
	 ;

Please ::= please
         | please be so kind to
	 ;