-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
42 lines (25 loc) · 943 Bytes
/
README
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
Perl Module Lingua::Translit
----------------------------
ABOUT
Lingua::Translit can be used to convert text from one writing system to
another, based on national or international transliteration tables.
Where possible a reverse transliteration is supported.
PREREQUISTES
Perl 5.8.0 or above
If you are going to work on the included XML definitions or even want to
write your own, XML::LibXML is needed as well.
INSTALLATION
To test and install Lingua::Translit, untar the archive and execute
perl Makefile.PL
make
make test
make install
CONTACT
You are welcome to contact the authors at [email protected]
if you have any suggestions and contributions.
COPYRIGHT AND LICENSE
Copyright (C) 2007-2008 Alex Linke and Rona Linke
Copyright (C) 2009-2014 Lingua-Systems Software GmbH
This module is free software. It may be used, redistributed
and/or modified under the terms of either the GPL v2 or the
Artistic license.