Project

General

Profile

Developer Setup » History » Version 8

Version 7 (Prokopis Prokopidis, 2014-08-13 02:28 PM) → Version 8/18 (Prokopis Prokopidis, 2014-08-13 02:43 PM)

h1. Developer Setup

We assume a recent Eclipse installation with Maven Integration (m2e) installed. The following were tested in Eclipse Juno with m2e 1.1

* Go to the "Files":/redmine/projects/ilsp-fc/files section of this site and download the latest ilsp-fc*project.zip archive.
* In Eclipse, go to menu File > Import->General->Existing Projects Into Workspace.
* Choose Next.
* Click Select archive file.
* Browse to where you saved the ilsp-fc*project.zip archive.
* Press Finish.
* The project will now be imported and all dependencies will be downloaded.

In order to get sentence alignments as the output of bilingual crawls, an external aligner is required. For the current version of ILSP-FC,
* download
the hunalign-1.1 source should be downloaded from http://mokk.bme.hu/en/resources/hunalign/
* follow
"FIXME by Sokratis" and stored beside the instructions on the hunalign page for building hunalign
* put the hunalign directory containing the hunalign executable next to the
runnable ilsp-fc jar.

For example, if you run ilsp-fc from:
<pre>~/ilsp-fc/ilsp-fc-2.2-jar-with-dependencies.jar</pre>

you should have a hunalign dir

<pre>~/ilsp-fc/hunalign-1.1/</pre>

with the suggested hunalign directory structure, including

<pre>~/ilsp-fc/hunalign-1.1/dict
~/ilsp-fc/hunalign-1.1/linux/src/hunalign/hunalign</pre>

</pre>