git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3599 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
hieuhoang1972 2010-10-01 00:21:27 +00:00
parent 2761762434
commit e504b797b2
6 changed files with 51 additions and 15 deletions

View File

@ -56,7 +56,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
1E4FC4861251FFBF00FB0D9D /* CreateOnDisk */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = CreateOnDisk; path = build/Debug/CreateOnDisk; sourceTree = "<group>"; };
1E4FC4861251FFBF00FB0D9D /* CreateOnDisk */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CreateOnDisk; sourceTree = BUILT_PRODUCTS_DIR; };
1ED4FB4911BDBAA7004E826A /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = src/Main.cpp; sourceTree = "<group>"; };
1ED4FB4A11BDBAA7004E826A /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = src/Main.h; sourceTree = "<group>"; };
1ED4FB4E11BDBAD7004E826A /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = moses.xcodeproj; path = ../moses/moses.xcodeproj; sourceTree = SOURCE_ROOT; };
@ -233,6 +233,7 @@
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../srilm/lib/macosx,
../randlm/lib,
../kenlm/lm,
);
OTHER_LDFLAGS = (
@ -244,6 +245,7 @@
"-lflm",
"-llattice",
"-lkenlm",
"-lrandlm",
);
PRODUCT_NAME = CreateOnDisk;
};
@ -259,6 +261,7 @@
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../srilm/lib/macosx,
../randlm/lib,
../kenlm/lm,
);
OTHER_LDFLAGS = (
@ -270,6 +273,7 @@
"-lflm",
"-llattice",
"-lkenlm",
"-lrandlm",
);
PRODUCT_NAME = CreateOnDisk;
};

View File

@ -7,8 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
1E37EBBD12496A6200C1C73A /* exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E37EBBB12496A6200C1C73A /* exception.cc */; };
1E37EBBE12496A6200C1C73A /* exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E37EBBC12496A6200C1C73A /* exception.hh */; };
1E2B85C412555DB1000770D6 /* lm_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E2B85C112555DB1000770D6 /* lm_exception.cc */; };
1E2B85C512555DB1000770D6 /* lm_exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E2B85C212555DB1000770D6 /* lm_exception.hh */; };
1E37EBC112496A7D00C1C73A /* ngram.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E37EBBF12496A7D00C1C73A /* ngram.cc */; };
1E37EBC212496A7D00C1C73A /* ngram.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E37EBC012496A7D00C1C73A /* ngram.hh */; };
1E37EBC712496AB400C1C73A /* virtual_interface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E37EBC512496AB400C1C73A /* virtual_interface.cc */; };
@ -16,8 +16,8 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1E37EBBB12496A6200C1C73A /* exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cc; path = lm/exception.cc; sourceTree = "<group>"; };
1E37EBBC12496A6200C1C73A /* exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = exception.hh; path = lm/exception.hh; sourceTree = "<group>"; };
1E2B85C112555DB1000770D6 /* lm_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lm_exception.cc; path = lm/lm_exception.cc; sourceTree = "<group>"; };
1E2B85C212555DB1000770D6 /* lm_exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = lm_exception.hh; path = lm/lm_exception.hh; sourceTree = "<group>"; };
1E37EBBF12496A7D00C1C73A /* ngram.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ngram.cc; path = lm/ngram.cc; sourceTree = "<group>"; };
1E37EBC012496A7D00C1C73A /* ngram.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ngram.hh; path = lm/ngram.hh; sourceTree = "<group>"; };
1E37EBC512496AB400C1C73A /* virtual_interface.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = virtual_interface.cc; path = lm/virtual_interface.cc; sourceTree = "<group>"; };
@ -49,12 +49,12 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
1E2B85C112555DB1000770D6 /* lm_exception.cc */,
1E2B85C212555DB1000770D6 /* lm_exception.hh */,
1E37EBC512496AB400C1C73A /* virtual_interface.cc */,
1E37EBC612496AB400C1C73A /* virtual_interface.hh */,
1E37EBBF12496A7D00C1C73A /* ngram.cc */,
1E37EBC012496A7D00C1C73A /* ngram.hh */,
1E37EBBB12496A6200C1C73A /* exception.cc */,
1E37EBBC12496A6200C1C73A /* exception.hh */,
);
name = Source;
sourceTree = "<group>";
@ -81,9 +81,9 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
1E37EBBE12496A6200C1C73A /* exception.hh in Headers */,
1E37EBC212496A7D00C1C73A /* ngram.hh in Headers */,
1E37EBC812496AB400C1C73A /* virtual_interface.hh in Headers */,
1E2B85C512555DB1000770D6 /* lm_exception.hh in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -129,9 +129,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1E37EBBD12496A6200C1C73A /* exception.cc in Sources */,
1E37EBC112496A7D00C1C73A /* ngram.cc in Sources */,
1E37EBC712496AB400C1C73A /* virtual_interface.cc in Sources */,
1E2B85C412555DB1000770D6 /* lm_exception.cc in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -171,6 +171,10 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
/Users/hieuhoang/workspace/sourceforge/trunk/kenlm,
/usr/local/include,
);
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
@ -184,6 +188,10 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
/Users/hieuhoang/workspace/sourceforge/trunk/kenlm,
/usr/local/include,
);
PREBINDING = NO;
SDKROOT = macosx10.6;
};

View File

@ -247,6 +247,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lflm",
@ -256,6 +257,7 @@
"-lz",
"-lirstlm",
"-lkenlm",
"-lrandlm",
);
PREBINDING = NO;
PRODUCT_NAME = processLexicalTable;
@ -276,6 +278,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lflm",
@ -285,6 +288,7 @@
"-lz",
"-lirstlm",
"-lkenlm",
"-lrandlm",
);
PREBINDING = NO;
PRODUCT_NAME = processLexicalTable;

View File

@ -15,7 +15,6 @@
1E9DA34211BDC8DB00F4DBD1 /* libmoses-chart.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E9DA34111BDC8CA00F4DBD1 /* libmoses-chart.a */; };
1E9DA35011BDC97100F4DBD1 /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E9DA34F11BDC96A00F4DBD1 /* libOnDiskPt.a */; };
1ED8B842124B98A60030CCF4 /* libkenlm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E60D2A212496B1900D15873 /* libkenlm.a */; };
8DD76F6A0486A84900D96B5E /* moses-chart-cmd.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* moses-chart-cmd.1 */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@ -84,7 +83,6 @@
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
8DD76F6A0486A84900D96B5E /* moses-chart-cmd.1 in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 1;
};
@ -104,7 +102,6 @@
1E9DA33911BDC8CA00F4DBD1 /* moses-chart.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "moses-chart.xcodeproj"; path = "../moses-chart/moses-chart.xcodeproj"; sourceTree = SOURCE_ROOT; };
1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OnDiskPt.xcodeproj; path = ../OnDiskPt/OnDiskPt.xcodeproj; sourceTree = SOURCE_ROOT; };
8DD76F6C0486A84900D96B5E /* moses-chart-cmd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "moses-chart-cmd"; sourceTree = BUILT_PRODUCTS_DIR; };
C6859E8B029090EE04C91782 /* moses-chart-cmd.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = "moses-chart-cmd.1"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -194,7 +191,6 @@
C6859E8C029090F304C91782 /* Documentation */ = {
isa = PBXGroup;
children = (
C6859E8B029090EE04C91782 /* moses-chart-cmd.1 */,
);
name = Documentation;
sourceTree = "<group>";
@ -343,6 +339,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lz",
@ -353,6 +350,7 @@
"-lflm",
"-llattice",
"-lkenlm",
"-lrandlm",
);
PRODUCT_NAME = "moses-chart-cmd";
};
@ -370,6 +368,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lz",
@ -380,6 +379,7 @@
"-lflm",
"-llattice",
"-lkenlm",
"-lrandlm",
);
PRODUCT_NAME = "moses-chart-cmd";
};

View File

@ -272,6 +272,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lflm",
@ -281,6 +282,7 @@
"-lz",
"-lirstlm",
"-lkenlm",
"-lrandlm",
);
PREBINDING = NO;
PRODUCT_NAME = "moses-cmd";
@ -309,6 +311,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lflm",
@ -318,6 +321,7 @@
"-lz",
"-lirstlm",
"-lkenlm",
"-lrandlm",
);
PREBINDING = NO;
PRODUCT_NAME = "moses-cmd";
@ -338,6 +342,7 @@
../irstlm/lib/i386,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
);
OTHER_LDFLAGS = (
"-lflm",
@ -347,6 +352,7 @@
"-lz",
"-lirstlm",
"-lkenlm",
"-lrandlm",
);
PREBINDING = NO;
PRODUCT_NAME = "moses-cmd";

View File

@ -7,6 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
1E2B861D12555F25000770D6 /* LanguageModelRandLM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2B861B12555F25000770D6 /* LanguageModelRandLM.cpp */; };
1E2B861E12555F25000770D6 /* LanguageModelRandLM.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2B861C12555F25000770D6 /* LanguageModelRandLM.h */; };
1ED00036124BC2690029177F /* ChartTranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */; };
1ED00037124BC2690029177F /* ChartTranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED00035124BC2690029177F /* ChartTranslationOption.h */; };
1ED0FE2A124BB9380029177F /* AlignmentInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */; };
@ -224,6 +226,8 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1E2B861B12555F25000770D6 /* LanguageModelRandLM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LanguageModelRandLM.cpp; path = src/LanguageModelRandLM.cpp; sourceTree = "<group>"; };
1E2B861C12555F25000770D6 /* LanguageModelRandLM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LanguageModelRandLM.h; path = src/LanguageModelRandLM.h; sourceTree = "<group>"; };
1ED00034124BC2690029177F /* ChartTranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOption.cpp; path = src/ChartTranslationOption.cpp; sourceTree = "<group>"; };
1ED00035124BC2690029177F /* ChartTranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOption.h; path = src/ChartTranslationOption.h; sourceTree = "<group>"; };
1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AlignmentInfo.cpp; path = src/AlignmentInfo.cpp; sourceTree = "<group>"; };
@ -467,6 +471,8 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
1E2B861B12555F25000770D6 /* LanguageModelRandLM.cpp */,
1E2B861C12555F25000770D6 /* LanguageModelRandLM.h */,
1ED00034124BC2690029177F /* ChartTranslationOption.cpp */,
1ED00035124BC2690029177F /* ChartTranslationOption.h */,
1ED0FFD1124BC0BF0029177F /* ChartTranslationOptionList.cpp */,
@ -839,6 +845,7 @@
1ED0FF02124BB9380029177F /* XmlOption.h in Headers */,
1ED0FFD4124BC0BF0029177F /* ChartTranslationOptionList.h in Headers */,
1ED00037124BC2690029177F /* ChartTranslationOption.h in Headers */,
1E2B861E12555F25000770D6 /* LanguageModelRandLM.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -986,6 +993,7 @@
1ED0FF01124BB9380029177F /* XmlOption.cpp in Sources */,
1ED0FFD3124BC0BF0029177F /* ChartTranslationOptionList.cpp in Sources */,
1ED00036124BC2690029177F /* ChartTranslationOption.cpp in Sources */,
1E2B861D12555F25000770D6 /* LanguageModelRandLM.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -1029,13 +1037,16 @@
LM_IRST,
LM_INTERNAL,
LM_KEN,
LM_IRST,
LM_RAND,
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
../irstlm/include,
../srilm/include,
../kenlm/lm,
../kenlm,
../randlm/include,
);
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
@ -1054,13 +1065,16 @@
LM_IRST,
LM_INTERNAL,
LM_KEN,
LM_IRST,
LM_RAND,
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
../irstlm/include,
../srilm/include,
../kenlm/lm,
../kenlm,
../randlm/include,
);
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;