This file is indexed.

/usr/share/polygen/eng/chiname.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
I ::= "title:    Chinese names\n"
    ^ "author:   Manta, 2d <dekar2@libero.it>\n"
    ^ "language: english\n"
    ^ "topic:    misc\n"
    ^ "status:   refinable\n"
    ^ "audience: anybody\n"
    ^ "created:  16/09/2003"
    
;

S ::= (X ::= \A; X X (+ X (- X | _) | _))
;

A ::= >>
      ch^(NG | ao)
   |  w^(o | a | u | e)^ng
   |  t^(z | s)^(e | o | a[^o])
   |  sh^(NG | ao)
   |  t[^h]^(NG.g | ai | ao)
   |  (y |j)^NG
   |  f[^h]^NG.g
   |  k[^h]^(in | (o | u |- e)^ng)
   |  ( te
      | l^(o | a[^i] | i)
      | (l | m | z |- s |- n)^ao
      | f^(e | u)
      ) (loop: ^"-"^ <A.NOloop | NOloop: _)
  <<
;

Voc ::= i | o | a | e | u ;
NG  ::= Voc ^ n (n: _ | g: ^g | [^g]) ;