This file is indexed.

/usr/share/doc/tegaki-zinnia-simplified-chinese/README.txt is in tegaki-zinnia-simplified-chinese 0.3-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
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
Install
========

In Windows:
-----------

Copy the .meta and .model files to 
C:\Program Files\tegaki-recognize\models\zinnia\

In Mac OS X:
------------

Copy the .meta and .model files to 
/Library/Application Support/tegaki/models/zinnia/

UNIX
----

Run "make install".

Build model from source
=======================

This archive contains a pre-built model but if you like, you can
rebuild the model from source using "tegaki-build", available from
tegaki-tools.

$ tegaki-build -t handwriting-ja.xml zinnia handwriting-ja.meta

Model files
===========

Model files (extension .model) contain the main handwriting model data.

Meta files
==========

Meta files (extension .meta) contain meta-data regarding model files. They
must be encoded in UTF-8. They are defined as key-value pairs, one per line.
Possible keys include:

* name: model full name (mandatory).
* shortname: name with less than 3 characters (mandatory).
* language: language code such as "ja" or "zh_CN" (optional).
* path: path of the associate model file. If the path is not specified,
        the model file is assumed to be in the same directory with the same base
        name and the .model extension. For example, if "file.meta" is present
        and it doesn't define a path key, the presence of "file.model" is
        assumed (optional).

License
========

See the COPYING file.

Homepage
========

http://www.tegaki.org