Difference between revisions of "English and Malayalam"

From Apertium
Jump to navigation Jump to search
Line 18: Line 18:
 
''enter your password and Wait till the packages are downloaded and installed.''
 
''enter your password and Wait till the packages are downloaded and installed.''
   
Install required tools
+
==Install required tools==
   
  +
<pre>
 
sudo add-apt-repository ppa:aboobackervyd/apertium-dailybuild
 
sudo add-apt-repository ppa:aboobackervyd/apertium-dailybuild
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get install lttoolbox apertium apertium-lex-tools
 
sudo apt-get install lttoolbox apertium apertium-lex-tools
  +
</pre>
   
  +
<pre>
 
sudo add-apt-repository ppa:tinodidriksen/cg3
 
sudo add-apt-repository ppa:tinodidriksen/cg3
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get install cg3
 
sudo apt-get install cg3
  +
</pre>
   
  +
<pre>
 
svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-mal-eng/
 
svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-mal-eng/
 
cd apertium-mal-eng/
 
cd apertium-mal-eng/
 
make
 
make
  +
</pre>

Revision as of 10:33, 26 April 2014

Starting work on Apertium English to Malayalam

Installing what is needed

Operating System

Install a suitable GNU/Linux system such as Debian, Ubuntu, Mint...

Install build essentials, etc.

Open a terminal window and type

sudo apt-get install subversion build-essential g++ pkg-config gawk libxml2 \
libxml2-dev libxml2-utils xsltproc flex automake autoconf libtool libpcre3-dev \
cmake libicu-dev libboost-dev libgoogle-perftools-dev bison libreadline-dev zlib1g-dev

enter your password and Wait till the packages are downloaded and installed.

Install required tools

sudo add-apt-repository ppa:aboobackervyd/apertium-dailybuild
sudo apt-get update
sudo apt-get install lttoolbox apertium apertium-lex-tools
sudo add-apt-repository ppa:tinodidriksen/cg3
sudo apt-get update
sudo apt-get install cg3
svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-mal-eng/
cd apertium-mal-eng/
make