GitXplorerGitXplorer
e

Translation

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
0bde8e77b784179159ff51693429b98b4e111245

Clean up Makefile

eethantkoenig committed 9 years ago
Unverified
872a6ecc6a58571c2fb6440b43144a1fa5918aa6

Remove .pgf file from repository

eethantkoenig committed 9 years ago
Unverified
c23a5a8b283598aa4d323ed29cae6482746f68b9

Add report

eethantkoenig committed 9 years ago
Unverified
dfe5c583911bfa30c1f8111631718ea27425bf8c

Minor refactoring

eethantkoenig committed 9 years ago
Unverified
db6234030d137136c8b1f8316e9da20d84a7aeaf

Improve Test/ documentation

eethantkoenig committed 9 years ago
Unverified
effe73b664f1c9eb50920fdb5f38b5309866ff91

Resolve misnamed documentation issue

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.