File: README

package info (click to toggle)
apertium-tolk 0.2-2.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 936 kB
  • ctags: 78
  • sloc: sh: 3,129; python: 250; makefile: 33
file content (55 lines) | stat: -rw-r--r-- 1,764 bytes parent folder | download | duplicates (3)
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

==Requirements==

You need:

* D-Bus for Python (http://www.freedesktop.org/wiki/Software/dbus) 
 - almost every modern UNIX will have a package for this. You can install 
   this in Debian/Ubuntu Linux by issuing:
 
   $ sudo apt-get install python-dbus

* Apertium-dbus 

   $ sudo apt-get install apertium-dbus

Restart the daemons:

$ dbus-send / org.apertium.General.QuitSignal

==Notes==

After installing a new language pair you will need to restart the 
D-Bus service.

  $ sudo /etc/init.d/dbus restart

in order for the pair to become available. If you do not do that, you
will probably see errors like:

  org.freedesktop.DBus.Error.UnknownMethod: Method "translate" with signature "a{ss}s" on interface "org.apertium.Mode" doesn't exist

or

  ERROR:dbus.connection:Unable to set arguments ({}, 'A') according to signature None: exceptions.ValueError: Unable to guess signature from an empty dict
  Unable to guess signature from an empty dict


==Licence==

apertium-tolk --  Simple graphical user interface for Apertium
Copyright (C) 2007 -- 2008  Wynand Winterbach

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or 
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA