GitXplorerGitXplorer
e

Translation

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
8617448e1361d3ce516628be889a26c34ff4ed4e

Add documentation

eethantkoenig committed 9 years ago
Unverified
58619d8ced6195367921ea860b8f799285efcc22

Another update to README

eethantkoenig committed 9 years ago
Unverified
5d8c1cd4c2c70843fbf2ecdf5382f7bf8ae64c5d

Documentation for alias script

eethantkoenig committed 9 years ago
Unverified
64d3d36c17f78929b580d1f665220a0b8b821b4f

Clean up Test/ directory

eethantkoenig committed 9 years ago
Unverified
4795d07aa8ed76a10829ae2ef1cc4291ade4e633

Update to README

eethantkoenig committed 9 years ago
Unverified
b6553d6a193cbe2a65f86e3a793ed3147eb3e13d

Remove older versions

eethantkoenig committed 9 years ago

README

The README file for this repository.

Overview

This is a machine translation system that translates between subsets of English and Italian using an interlingua-based approach.

Compilation

To compile the system, simply run

$ make

from the base directory. Required dependencies: gf, ghc

To undo compilation, run

$ make clean

from the base directory.

Running

To run the system, first run

$ source translateAliases.sh

from the base directory. Then to translate from English to Italian, run

$ eng2ita "your sentence in quotes"

from any directory. Similarly, to translate from Italian to English, run

$ ita2eng "la tua frase tra virgolette"

from any directory.

Note that source translateAliases.sh must be run before eng2ita or ita2eng can be used for each new terminal session. This is in contrast with make, which only needs to be run once.

Documentation

Documentation of the system, including what linguistic constructions the system does and does not support, can be found in the Documentation/ directory.