https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 6fb4d44c33680e42c39221a55dc7cfb704f14aaa authored by Paul Baltescu on 16 October 2014, 14:24:00 UTC
Cache queries executed when loading the phrase table.
Tip revision: 6fb4d44
CMakeLists.txt
project(biconcor)

FILE(GLOB biconcor_source *.cpp)

add_executable(biconcor ${biconcor_source})
back to top