Difference between revisions of "OpenLogos"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
  +
'''OpenLogos''' is a deep-transfer RBMT system based on LOGOS (a company that's been doing MT since people thought a "computer" was a serious-looking man with a slide-rule).
  +
  +
  +
 
<pre>
 
<pre>
 
$ psql --user logos --password ESENSE
 
$ psql --user logos --password ESENSE
Line 18: Line 22:
 
==External links==
 
==External links==
   
  +
* [http://logos-os.dfki.de/ Home page, with link to the Virtualbox]
 
* [http://logos-os.dfki.de/Install_for_Ubuntu_9.X.html Installation instructions Ubuntu 9.0]
 
* [http://logos-os.dfki.de/Install_for_Ubuntu_9.X.html Installation instructions Ubuntu 9.0]
   

Revision as of 18:00, 26 May 2014

OpenLogos is a deep-transfer RBMT system based on LOGOS (a company that's been doing MT since people thought a "computer" was a serious-looking man with a slide-rule).


$ psql --user logos --password ESENSE

ESENSE=# SELECT * FROM language;
 language_code | short_form 
---------------+------------
 02            | EN
 01            | DE
 03            | FR
 04            | ES
 05            | IT
 06            | PT

ESENSE=# SELECT source_language_code,target_language_code,commentline FROM semtab_data;
ESENSE=# SELECT source_language_code,target_language_code,commentline FROM semtab_data WHERE source_language_code = '02' AND target_language_code = '04';

External links