Difference between revisions of "OpenLogos"
Jump to navigation
Jump to search
(Created page with 'SELECT source_language_code,target_language_code,commentline FROM semtab_data; SELECT source_language_code,target_language_code,commentline FROM semtab_data WHERE source_language…') |
|||
(4 intermediate revisions by 2 users not shown) | |||
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). |
|||
⚫ | |||
⚫ | |||
==What does this do?== |
|||
<pre> |
|||
$ 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 |
|||
⚫ | |||
⚫ | |||
</pre> |
|||
==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] |
|||
[[Category:Tools]] |
Latest revision as of 07:12, 27 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).
What does this do?[edit]
$ 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';