https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 713a8e42339de2ddf1904472d8eb78e8f536f37a authored by Barry Haddow on 29 January 2016, 17:13:03 UTC
dont crash if no translation in hiero server
Tip revision: 713a8e4
CMakeLists.txt
project(biconcor)

FILE(GLOB biconcor_source *.cpp)

add_executable(biconcor ${biconcor_source})
back to top