This file is indexed.

/usr/share/doc/juman/README.Debian is in juman 7.0-3.4.

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
juman for Debian
----------------

Juman is a morphological analysis system.  It reads Japanese sentences
from the standard input, segments them into morpheme sequences, and
outputs them to the standard output with many additional pieces of
information (pronunciation, semantic information, etc).

Note: Juman can not process strings encoded in other coding systems
than UTF-8, and also its outputs are encoded in UTF-8.  This is a big
difference between the current version of Juman and the older
versions.

If you want to use Juman server, try these steps.

    cp -p /usr/share/doc/juman/juman-server /etc/init.d
    chmod +x /etc/init.d/juman-server
    update-rc.d juman-server defaults 99 1
    /etc/init.t/juman-server start

 -- TSUCHIYA Masatoshi <tsuchiya@namazu.org>, Wed, 25 Jan 2012 21:05:33 +0900