Difference between revisions of "How to bootstrap a new pair"

From Apertium
Jump to navigation Jump to search
Line 23: Line 23:
   
 
==With one existing monolingual package==
 
==With one existing monolingual package==
  +
  +
First make a new monolingual package:
  +
  +
Then compile the monolingual packages:
  +
  +
  +
Then generate the pair:
  +
  +
  +
Then compile the pair:
  +
  +
And test:
   
 
==With no existing monolingual packages==
 
==With no existing monolingual packages==
   
  +
First make the two monolingual packages:
  +
  +
Then compile the monolingual packages:
  +
  +
  +
Then generate the pair:
  +
  +
  +
Then compile the pair:
  +
  +
And test:
   
   

Revision as of 07:24, 8 December 2015

Prerequisites

With two existing monolingual packages

First compile the monolingual packages:


Then generate the pair:


Then compile the pair:

./autogen.sh
./configure --with-lang1=/path/to/apertium-xxx --with-lang2=/path/to/apertium-yyy

And test:

With one existing monolingual package

First make a new monolingual package:

Then compile the monolingual packages:


Then generate the pair:


Then compile the pair:

And test:

With no existing monolingual packages

First make the two monolingual packages:

Then compile the monolingual packages:


Then generate the pair:


Then compile the pair:

And test: