versions cleanup

This commit is contained in:
Rafał Jaworski 2018-12-05 23:07:49 +01:00
parent 8f39bb170b
commit 53d2f47b57
10 changed files with 3 additions and 11 deletions

View File

@ -1,7 +1,7 @@
dir@#@jrc_enes
concordia_host@#@concordia.vm.wmi.amu.edu.pl
concordia_port@#@8800
tmid@#@6
tmid@#@1
desc@#@Welcome to the interactive Concordia demo. The system finds the longest matches of the pattern sentence in its translation memory. This translation memory is 200 000 sentences taken from English-Spanish corpus of European Law. Please enter an English sentence in the field below and press Enter (or use the search button). This instance of Concordia works best with law sentences, but is very likely to output some results for any English sentence. You can also use predefined samples, simply use the link "show/hide samples" and apply one of the sample sentences. After the search, click on the highlighted fragments to see their context.
enjoy@#@Enjoy your work with the system!
prompt@#@Enter search pattern (English sentence):

View File

@ -1 +0,0 @@
../versions_available/emea_plen.cfg

View File

@ -1 +0,0 @@
../versions_available/europarl_sample.cfg

View File

@ -1 +0,0 @@
../versions_available/icd_filtered_plen.cfg

View File

@ -1 +0,0 @@
../versions_available/icd_plen.cfg

View File

@ -1 +0,0 @@
../versions_available/logofag_enpl.cfg

View File

@ -1 +0,0 @@
../versions_available/logofag_plen.cfg

View File

@ -1 +0,0 @@
../versions_available/opus_medicine_plen.cfg

View File

@ -1 +0,0 @@
../versions_available/tmrepository_enhr.cfg

View File

@ -1,7 +1,7 @@
#!/bin/sh
CORPUS_NAME="europarl_sample"
CORPUS_NAME="jrc_enes"
SRC_LANG_ID=2
TRG_LANG_ID=1
TRG_LANG_ID=4
./addAlignedLemmatizedTM.py $CORPUS_NAME ../mgiza-aligner/corpora/$CORPUS_NAME/src_final.txt $SRC_LANG_ID ../mgiza-aligner/corpora/$CORPUS_NAME/trg_final.txt $TRG_LANG_ID ../mgiza-aligner/corpora/$CORPUS_NAME/aligned_final.txt