Difference between revisions of "English and Malayalam"

From Apertium
Jump to navigation Jump to search
(Created page with "{{TOCD}} = Starting work on Apertium English to Malayalam = == Installing what is needed == === Operating System === Install a suitable GNU/Linux system such as Debian, Ubu...")
 
m (Removed SVN references, fixed grammar)
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
=== Operating System ===
 
=== Operating System ===
   
Install a suitable GNU/Linux system such as Debian, Ubuntu, Mint...
+
Install a suitable GNU/Linux system such as Debian, Ubuntu, Mint etc.
   
 
=== Install build essentials, etc. ===
 
=== Install build essentials, etc. ===
Line 12: Line 12:
 
Open a terminal window and type
 
Open a terminal window and type
 
<pre>
 
<pre>
sudo apt-get install subversion build-essential g++ pkg-config gawk libxml2 \
+
sudo apt-get install git build-essential g++ pkg-config gawk libxml2 \
 
libxml2-dev libxml2-utils xsltproc flex automake autoconf libtool libpcre3-dev \
 
libxml2-dev libxml2-utils xsltproc flex automake autoconf libtool libpcre3-dev \
 
cmake libicu-dev libboost-dev libgoogle-perftools-dev bison libreadline-dev zlib1g-dev
 
cmake libicu-dev libboost-dev libgoogle-perftools-dev bison libreadline-dev zlib1g-dev
 
</pre>
 
</pre>
''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==
If you don't already have a directory for sources, make one in your home directory and enter it:
 
   
 
<pre>
 
<pre>
  +
sudo add-apt-repository ppa:aboobackervyd/apertium-dailybuild
cd ~
 
  +
sudo apt-get update
mkdir Source
 
  +
sudo apt-get install lttoolbox apertium apertium-lex-tools
cd Source
 
  +
</pre>
  +
  +
<pre>
  +
sudo add-apt-repository ppa:tinodidriksen/cg3
  +
sudo apt-get update
  +
sudo apt-get install cg3
  +
</pre>
  +
  +
<pre>
  +
git clone https://github.com/apertium/apertium-mal-eng
  +
cd apertium-mal-eng/
  +
make
 
</pre>
 
</pre>

Latest revision as of 14:08, 24 October 2018

Starting work on Apertium English to Malayalam[edit]

Installing what is needed[edit]

Operating System[edit]

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

Install build essentials, etc.[edit]

Open a terminal window and type

sudo apt-get install git 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[edit]

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
git clone https://github.com/apertium/apertium-mal-eng
cd apertium-mal-eng/
make