versions cleanup
This commit is contained in:
parent
8f39bb170b
commit
53d2f47b57
@ -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):
|
||||
|
@ -1 +0,0 @@
|
||||
../versions_available/emea_plen.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/europarl_sample.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/icd_filtered_plen.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/icd_plen.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/logofag_enpl.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/logofag_plen.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/opus_medicine_plen.cfg
|
@ -1 +0,0 @@
|
||||
../versions_available/tmrepository_enhr.cfg
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user