This file is indexed.

/usr/share/polygen/eng/ms.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
I ::=   "title:    Payoffs a' la Microsoft\n"
      ^ "author:   Manta\n"
      ^ "language: english\n"
      ^ "status:   mature\n"
      ^ "topic:    misc\n"
      ^ "audience: anybody\n"
      ^ "created:  25/09/2002"
;

S ::= \ (W Pred.(inf|ing)).(where|what|how|who) (_ |++ Adverb) ^ "?"
;

W ::= where: where | what: what | how: how | who: who
;

Pred ::= ing: (Be Person).(1|+++2|---3) [Verb]
      |  inf: (will |- shall | could |- may | might |+ do | would) Person.
              ((like | wish) to Verb.be |+ Verb)
      |  inf: (Be Person).(1|+++2|---3) going to Verb.be
;

Be ::= 1: am | 2: are | 3: is
;

Person ::= 1: "I" |+++ 2: (you |- we) |--- 3: "Helder"
;

Verb ::= where: ( be: be
	            | go (ing: ^ing | inf: _) [to]
	            | com ^ (inf: e | ing: ing) (from | to)
	            | arriv ^ (inf: e | ing: ing) [from | to]
	            | leav ^ (inf: e | ing: ing) for
	            | stay (ing: ^ing | inf: _) [with | by]
                | liv ^ (inf: e | ing: ^ing) [by]
                | tak ^ (inf: e | ing: ^ing) off (to | for)
                | land (ing: ^ing | inf: _) [upon]
                )
      |  what:  ( be: be
	            | do (ing: ^ing | inf: _)
	            | (think | feel) (ing: ^ing | inf: _) [of | about]
	            | look (ing: ^ing | inf: _) [at | for | like]
	            | get (ing: ^ting | inf: _)
	            | inf: seem [like]
	            | tast ^ (inf: e | ing: ing) [of]
	            | smell (ing: ^ing | inf: _) [of]
                | belong (ing: ^ing | inf: _) to
                )
      |  how:   ( be: be
	            | do (ing: ^ing | inf: _)
	            | go (ing: ^ing | inf: _) on
	            | (think | feel) (ing: ^ing | inf: _) [of | about]
                | liv ^ (inf: e | ing: ^ing)
                | tak ^ (inf: e | ing: ^ing) off
                )
      |  who:   ( be: be
                | look (ing: ^ing | inf: _) [at | for | like]
	            | see (ing: ^ing | inf: _)
	            | inf: seem [like]
	            | get (ing: ^ting | inf: _)
                | belong (ing: ^ing | inf: _) to
                | tak ^ (inf: e | ing: ^ing) off with
                )
;

Adverb ::= today | tomorrow |- tonight
;