Difference between revisions of "Getting bilingual dictionaries from OmegaWiki"

From Apertium
Jump to navigation Jump to search
(proper link to download the dump)
m (~typo fixed)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Récupération de dictionnaires bilingues depuis OmegaWiki|En français]]
  +
 
You can use the apertium-dixtools script ([[Crossdics|crossdics]] package) to get cheap bilingual dictionaries from any language pair available in [http://www.omegawiki.org OmegaWiki] database.
 
You can use the apertium-dixtools script ([[Crossdics|crossdics]] package) to get cheap bilingual dictionaries from any language pair available in [http://www.omegawiki.org OmegaWiki] database.
   
Line 5: Line 7:
 
# install it locally in your computer (some detailed instructions in [http://www.omegawiki.org/Development www.omegawiki.org/Development])
 
# install it locally in your computer (some detailed instructions in [http://www.omegawiki.org/Development www.omegawiki.org/Development])
 
#* the database must be named '''omegawiki'''
 
#* the database must be named '''omegawiki'''
#* an user '''omegawiki''' with '''no password''' should have access to the database.
+
#* a user '''omegawiki''' with '''no password''' should have access to the database.
 
# Run the following script!
 
# Run the following script!
   
Line 30: Line 32:
 
[[Category:Dixtools]]
 
[[Category:Dixtools]]
 
[[Category:Resources]]
 
[[Category:Resources]]
  +
[[Category:Documentation in English]]

Latest revision as of 00:55, 24 January 2018

En français

You can use the apertium-dixtools script (crossdics package) to get cheap bilingual dictionaries from any language pair available in OmegaWiki database.

Some steps before running the script:

  1. download the latest version of lexical data from the OmegaWiki database (see also [1]).
  2. install it locally in your computer (some detailed instructions in www.omegawiki.org/Development)
    • the database must be named omegawiki
    • a user omegawiki with no password should have access to the database.
  3. Run the following script!
$ apertium-dixtools get-bil-omegawiki <sl> <tl> <apertium-sl-tl.dix>
  • sl: source language.
  • tl: target language.
  • apertium-sl-tl.dix: resulting bilingual dictionary.

Some examples[edit]

Some random examples:

See also[edit]

External links[edit]