Hello,
Moses on Ubuntu 18.04 with latest versions of cmph and boost compiled from source, no other special compiling options, the program
$ queryPhraseTableMin -a -t example.minphr
returns a segfault on any non-OOV combination of tokens.
The table example.minphr is obtained the usual way
$ processPhraseTableMin -in model/phrase-table.gz -out example -nscores 4
Moses exacutable (moses) works with that table with no problem, it seems just a problem with queryPhraseTableMin
Debugging it a bit with gdb it seems like a problem with an empty element (not NULL) inside a long loop at
TargetPhraseVectorPtr PhraseDecoder::DecodeCollection
at
moses/TranslationModel/CompactPT/PhraseDecoder.cpp
What do I need to do to get it working?
Thanks
Sergio
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
