This file is indexed.

/usr/share/link-grammar/ady/4.0.dict is in link-grammar-dictionaries-en 5.3.14-1.

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
 %***************************************************************************%
 %                                                                           %
 %       Copyright (C) 2013, 2014, 2017 Linas Vepstas                        %
 %                                                                           %
 %  See file "README" for information about commercial use of this system    %
 %                                                                           %
 %***************************************************************************%

% Dictionary version number is 5.3.14 (formatted as V5v3v14+)
<dictionary-version-number>: V5v3v14+;

EMPTY-WORD.zzz: ZZZ-;

LEFT-WALL: ANY+;
ANY-WORD: {@ANY-} & {@ANY+};
UNKNOWN-WORD: {@ANY-} & {@ANY+};
ANY-PUNCT: {@ANY-} & {@ANY+};

JUNK: {@ANY-} & {@ANY+};


% A simple two-part morphology:  Some stem, which carries only
% semantics but no syntax, and a single suffix, which carries
% all of the syntactic information.
SIMPLE-STEM: LL+;
SIMPLE-SUFF: LL- & {@ANY-} & {@ANY+};