https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 6aa6131b844e5e08b4644692fa48c4d85fd2cf81 authored by Nicola Bertoldi on 29 June 2015, 07:30:26 UTC
introduced flag for the existence of TtaskSptr in TargetPhrase
Tip revision: 6aa6131
CMakeLists.txt
project(biconcor)

FILE(GLOB biconcor_source *.cpp)

add_executable(biconcor ${biconcor_source})
back to top