do you know where the processPhraseTable exec is being called from?

it would be helpful so we can make sure it uses something else.

if you really want processPhraseTable back, uncomment 3 lines in
   misc/Jamfile

+++ b/misc/Jamfile
@@ -1,8 +1,8 @@
-#exe processPhraseTable : GenerateTuples.cpp processPhraseTable.cpp ..//boost_filesystem ../moses//moses ; +exe processPhraseTable : GenerateTuples.cpp processPhraseTable.cpp ..//boost_filesystem ../moses//moses ;

exe processLexicalTable : processLexicalTable.cpp ..//boost_filesystem ../moses//moses ;

-#exe queryPhraseTable : queryPhraseTable.cpp ..//boost_filesystem ../moses//moses ; +exe queryPhraseTable : queryPhraseTable.cpp ..//boost_filesystem ../moses//moses ;

exe queryLexicalTable : queryLexicalTable.cpp ..//boost_filesystem ../moses//moses ;

@@ -46,6 +46,6 @@ $(TOP)//boost_iostreams
 $(TOP)//boost_program_options
 ;

-alias programs : 1-1-Extraction TMining generateSequences processLexicalTable queryLexicalTable programsMin programsProbing merge-sorted prunePhraseTable ;
-#processPhraseTable queryPhraseTable
+alias programs : 1-1-Extraction TMining generateSequences processLexicalTable queryLexicalTable programsMin programsProbing merge-sorted prunePhraseTable processPhraseTable queryPhraseTable ;

On 04/05/2015 01:42, Ergun Bicici wrote:

binarizing...gzip -cd en-ru_path/model/Transliteration.8/tuning/filtered/phrase-table.0-0.1.1.gz | LC_ALL=C sort -T en-ru_path/model/Transliteration.8/tuning/filtered | moses_3.0/mosesdecoder/bin/processPhraseTable -ttable 0 0 - -nscores 4 -out en-ru_path/model/Transliteration.8/tuning/filtered/phrase-table.0-0.1.1 sh: moses_3.0/mosesdecoder/bin/processPhraseTable: No such file or directory
sort: write failed: standard output: Broken pipe
sort: write error

How can I have processPhraseTable built?

Best Regards,
Ergun

Ergun Biçici, CNGL, School of Computing, DCU, www.cngl.ie <http://www.cngl.ie> http://www.computing.dcu.ie/~ebicici/ <http://www.computing.dcu.ie/%7Eebicici/>



_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

--
Hieu Hoang
Researcher
New York University, Abu Dhabi
http://www.hoang.co.uk/hieu

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to