~ubuntu-branches/ubuntu/maverick/tegaki-zinnia-japanese/maverick

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-11-03 22:41:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103224114-va8lod5rymil7rbf
Tags: 0.3-1
* new upstream release.
* debian/watch: updated. 
* debian/control:
  - bump standards version to 3.8.3.
  - no longer build depends on python.
* debian/rules: updated.
* debian/docs: updated.
* debian/copyright: updated. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Install
 
2
========
 
3
 
 
4
In Windows:
 
5
-----------
 
6
 
 
7
Copy the .meta and .model files to 
 
8
C:\Program Files\tegaki-recognize\models\zinnia\
 
9
 
 
10
In Mac OS X:
 
11
------------
 
12
 
 
13
Copy the .meta and .model files to 
 
14
/Library/Application Support/tegaki/models/zinnia/
 
15
 
 
16
UNIX
 
17
----
 
18
 
 
19
Run "make install".
 
20
 
 
21
Build model from source
 
22
=======================
 
23
 
 
24
This archive contains a pre-built model but if you like, you can
 
25
rebuild the model from source using "tegaki-build", available from
 
26
tegaki-tools.
 
27
 
 
28
$ make
 
29
 
 
30
Model files
 
31
===========
 
32
 
 
33
Model files (extension .model) contain the main handwriting model data.
 
34
 
 
35
Meta files
 
36
==========
 
37
 
 
38
Meta files (extension .meta) contain meta-data regarding model files. They
 
39
must be encoded in UTF-8. They are defined as key-value pairs, one per line.
 
40
Possible keys include:
 
41
 
 
42
* name: model full name (mandatory).
 
43
* shortname: name with less than 3 characters (mandatory).
 
44
* language: language code such as "ja" or "zh_CN" (optional).
 
45
* path: path of the associate model file. If the path is not specified,
 
46
        the model file is assumed to be in the same directory with the same base
 
47
        name and the .model extension. For example, if "file.meta" is present
 
48
        and it doesn't define a path key, the presence of "file.model" is
 
49
        assumed (optional).
 
50
 
 
51
License
 
52
========
 
53
 
 
54
See the COPYING file.
 
55
 
 
56
Homepage
 
57
========
 
58
 
 
59
http://www.tegaki.org
 
60