makefile.am.svn-base
来自「解码器是基于短语的统计机器翻译系统的核心模块」· SVN-BASE 代码 · 共 32 行
SVN-BASE
32 行
lib_LIBRARIES = libirstlm.alibirstlm_a_SOURCES = \ dictionary.cpp \ htable.cpp \ lmtable.cpp \ mempool.cpp \ n_gram.cpp \ ngramcache.cpp \ util.cpplibrary_includedir=$(includedir)library_include_HEADERS = \ dictionary.h \ htable.h \ lmtable.h \ mempool.h \ n_gram.h \ ngramcache.h \ util.h \ gzfilebuf.h bin_PROGRAMS = compile-lm quantize-lmAM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILESAM_LDFLAGS=-L.LIBS=-lirstlm -lzcompile_lm_SOURCES = compile-lm.cppquantize_lm_SOURCES = quantize-lm.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?