makefile.am.svn-base
来自「解码器是基于短语的统计机器翻译系统的核心模块」· SVN-BASE 代码 · 共 71 行
SVN-BASE
71 行
lib_LIBRARIES = libmoses.aAM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES libmoses_a_SOURCES = \ ConfusionNet.cpp \ DecodeStep.cpp \ DecodeStepGeneration.cpp \ DecodeStepTranslation.cpp \ Dictionary.cpp \ DummyScoreProducers.cpp \ Factor.cpp \ FactorCollection.cpp \ FactorTypeSet.cpp \ GenerationDictionary.cpp \ hash.cpp \ Hypothesis.cpp \ HypothesisCollection.cpp \ InputType.cpp \ InputFileStream.cpp \ LMList.cpp \ LanguageModel.cpp \ LanguageModelFactory.cpp \ LanguageModelMultiFactor.cpp \ LanguageModelSingleFactor.cpp \ LanguageModelSkip.cpp \ LatticePath.cpp \ LexicalReordering.cpp \ Manager.cpp \ md5.cpp \ mempool.cpp \ Parameter.cpp \ PartialTranslOptColl.cpp \ Phrase.cpp \ PhraseDictionary.cpp \ PhraseDictionaryMemory.cpp \ PhraseDictionaryNode.cpp \ PhraseDictionaryTree.cpp \ PhraseDictionaryTreeAdaptor.cpp \ PhraseReference.cpp \ ScoreComponentCollection.cpp \ ScoreIndexManager.cpp \ ScoreProducer.cpp \ Sentence.cpp \ SentenceStats.cpp \ StaticData.cpp \ TargetPhrase.cpp \ TargetPhraseCollection.cpp \ TranslationOption.cpp \ TranslationOptionCollection.cpp \ TranslationOptionCollectionText.cpp \ TranslationOptionCollectionConfusionNet.cpp \ UserMessage.cpp \ Util.cpp \ Word.cpp \ WordsBitmap.cpp \ WordsRange.cppif SRI_LMlibmoses_a_SOURCES += LanguageModelSRI.cppendifif IRST_LMlibmoses_a_SOURCES += LanguageModelIRST.cppendifif INTERNAL_LMlibmoses_a_SOURCES += LanguageModelInternal.cpp \ NGramCollection.cpp \ NGramNode.cppendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?