eclipse project files

This commit is contained in:
Hieu Hoang 2012-08-20 15:08:37 +01:00
parent 2711f1f621
commit a3450ea99b
5 changed files with 239 additions and 547 deletions

View File

@ -42,7 +42,7 @@
<option id="gnu.cpp.compiler.macosx.exe.debug.option.debugging.level.7139692" name="Debug Level" superClass="gnu.cpp.compiler.macosx.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
<option id="gnu.cpp.compiler.option.include.paths.1988092227" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="/opt/local/include"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc}/../../&quot;"/>
</option>
<option id="gnu.cpp.compiler.option.preprocessor.def.1980966336" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
<listOptionValue builtIn="false" value="KENLM_MAX_ORDER=7"/>
@ -57,9 +57,6 @@
</tool>
</toolChain>
</folderInfo>
<fileInfo id="cdt.managedbuild.config.gnu.macosx.exe.debug.351042750.283211108" name="left_test.cc" rcbsApplicability="disable" resourcePath="left_test.cc" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.macosx.exe.debug.1024092140.387996330">
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.macosx.exe.debug.1024092140.387996330" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.macosx.exe.debug.1024092140"/>
</fileInfo>
<sourceEntries>
<entry excluding="left_test.cc|model_test.cc" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>

View File

@ -326,6 +326,21 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/lm/trie_sort.hh</locationURI>
</link>
<link>
<name>value.hh</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/lm/value.hh</locationURI>
</link>
<link>
<name>value_build.cc</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/lm/value_build.cc</locationURI>
</link>
<link>
<name>value_build.hh</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/lm/value_build.hh</locationURI>
</link>
<link>
<name>virtual_interface.cc</name>
<type>1</type>

View File

@ -40,12 +40,12 @@
<listOptionValue builtIn="false" value="boost_filesystem"/>
</option>
<option id="macosx.cpp.link.option.paths.1615268628" name="Library search path (-L)" superClass="macosx.cpp.link.option.paths" valueType="libPaths">
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/contrib/other-builds/moses/Debug"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/srilm/lib/i686-m64"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/contrib/other-builds/OnDiskPt/Debug"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/contrib/other-builds/lm/Debug"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/contrib/other-builds/util/Debug"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/irstlm/lib"/>
<listOptionValue builtIn="false" value="${workspace_loc:/moses}/Debug"/>
<listOptionValue builtIn="false" value="${workspace_loc:}/../../srilm/lib/i686-m64"/>
<listOptionValue builtIn="false" value="${workspace_loc:/OnDiskPt}/Debug"/>
<listOptionValue builtIn="false" value="${workspace_loc:/lm}/Debug"/>
<listOptionValue builtIn="false" value="${workspace_loc:/util}/Debug"/>
<listOptionValue builtIn="false" value="${workspace_loc:}/../../irstlm/lib"/>
</option>
<inputType id="cdt.managedbuild.tool.macosx.cpp.linker.input.412058804" superClass="cdt.managedbuild.tool.macosx.cpp.linker.input">
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
@ -61,8 +61,8 @@
<option id="gnu.cpp.compiler.macosx.exe.debug.option.debugging.level.1176009559" name="Debug Level" superClass="gnu.cpp.compiler.macosx.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
<option id="gnu.cpp.compiler.option.include.paths.1024398579" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="/opt/local/include"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/moses/src"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt"/>
<listOptionValue builtIn="false" value="${workspace_loc}/../../moses/src"/>
<listOptionValue builtIn="false" value="${workspace_loc}/../../"/>
</option>
<option id="gnu.cpp.compiler.option.preprocessor.def.491464216" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
<listOptionValue builtIn="false" value="TRACE_ENABLE"/>

View File

@ -31,10 +31,10 @@
<option id="gnu.cpp.compiler.exe.debug.option.optimization.level.1759650532" name="Optimization Level" superClass="gnu.cpp.compiler.exe.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/>
<option id="gnu.cpp.compiler.exe.debug.option.debugging.level.2123672332" name="Debug Level" superClass="gnu.cpp.compiler.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
<option id="gnu.cpp.compiler.option.include.paths.57896781" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/irstlm/include"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/srilm/include"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/moses/src"/>
<listOptionValue builtIn="false" value="/home/hieu/workspace/github/moses-smt/"/>
<listOptionValue builtIn="false" value="${workspace_loc}/../../irstlm/include"/>
<listOptionValue builtIn="false" value="${workspace_loc}/../../srilm/include"/>
<listOptionValue builtIn="false" value="${workspace_loc}/../../moses/src"/>
<listOptionValue builtIn="false" value="${workspace_loc}/../../"/>
</option>
<option id="gnu.cpp.compiler.option.preprocessor.def.752586397" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
<listOptionValue builtIn="false" value="KENLM_MAX_ORDER=7"/>
@ -64,6 +64,16 @@
</folderInfo>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.558758254" name="SyntacticLanguageModelState.h" rcbsApplicability="disable" resourcePath="SyntacticLanguageModelState.h" toolsToInvoke=""/>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.1930327037" name="SyntacticLanguageModelFiles.h" rcbsApplicability="disable" resourcePath="SyntacticLanguageModelFiles.h" toolsToInvoke=""/>
<folderInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.664478517" name="/" resourcePath="CompactPT">
<toolChain id="cdt.managedbuild.toolchain.gnu.exe.debug.391001070" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.exe.debug" unusedChildren="">
<tool id="cdt.managedbuild.tool.gnu.archiver.base.44546682" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base.1976472988"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1285506367" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1774992327"/>
<tool id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.637868532" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.2126314903"/>
<tool id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.1370655770" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug.1168585173"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.46177262" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.2074660557"/>
<tool id="cdt.managedbuild.tool.gnu.assembler.exe.debug.952064260" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.exe.debug.933467113"/>
</toolChain>
</folderInfo>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.1174630266" name="Rand.h" rcbsApplicability="disable" resourcePath="LM/Rand.h" toolsToInvoke=""/>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.707830535" name="SRI.h" rcbsApplicability="disable" resourcePath="LM/SRI.h" toolsToInvoke=""/>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.160366559" name="LDHT.h" rcbsApplicability="disable" resourcePath="LM/LDHT.h" toolsToInvoke=""/>

View File

@ -101,6 +101,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/AlignmentInfoCollection.h</locationURI>
</link>
<link>
<name>ApplicableRuleTrie.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/ApplicableRuleTrie.cpp</locationURI>
</link>
<link>
<name>ApplicableRuleTrie.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/ApplicableRuleTrie.h</locationURI>
</link>
<link>
<name>BilingualDynSuffixArray.cpp</name>
<type>1</type>
@ -271,6 +281,11 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/ChartTrellisPathList.h</locationURI>
</link>
<link>
<name>CompactPT</name>
<type>2</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/CompactPT</locationURI>
</link>
<link>
<name>ConfusionNet.cpp</name>
<type>1</type>
@ -441,6 +456,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/FloydWarshall.h</locationURI>
</link>
<link>
<name>FuzzyMatchWrapper.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/FuzzyMatchWrapper.cpp</locationURI>
</link>
<link>
<name>FuzzyMatchWrapper.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/FuzzyMatchWrapper.h</locationURI>
</link>
<link>
<name>GenerationDictionary.cpp</name>
<type>1</type>
@ -536,6 +561,11 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/InputType.h</locationURI>
</link>
<link>
<name>IntermediateVarSpanNode.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/IntermediateVarSpanNode.h</locationURI>
</link>
<link>
<name>Jamfile</name>
<type>1</type>
@ -606,6 +636,11 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Manager.h</locationURI>
</link>
<link>
<name>Match.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/Match.h</locationURI>
</link>
<link>
<name>NonTerminal.cpp</name>
<type>1</type>
@ -661,6 +696,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Parameter.h</locationURI>
</link>
<link>
<name>Parser.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/Parser.cpp</locationURI>
</link>
<link>
<name>Parser.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/Parser.h</locationURI>
</link>
<link>
<name>PartialTranslOptColl.cpp</name>
<type>1</type>
@ -809,7 +854,7 @@
<link>
<name>RuleTable</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable</locationURI>
</link>
<link>
<name>SRI.lo</name>
@ -821,11 +866,6 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/SRI.o</locationURI>
</link>
<link>
<name>Scope3Parser</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>ScoreComponentCollection.cpp</name>
<type>1</type>
@ -886,6 +926,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/SearchNormal.h</locationURI>
</link>
<link>
<name>SearchNormalBatch.cpp</name>
<type>1</type>
<locationURI>PARENT-1-ECLIPSE_HOME/workspace/github/hieuhoang/moses/src/SearchNormalBatch.cpp</locationURI>
</link>
<link>
<name>SearchNormalBatch.h</name>
<type>1</type>
<locationURI>PARENT-1-ECLIPSE_HOME/workspace/github/hieuhoang/moses/src/SearchNormalBatch.h</locationURI>
</link>
<link>
<name>Sentence.cpp</name>
<type>1</type>
@ -896,6 +946,21 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Sentence.h</locationURI>
</link>
<link>
<name>SentenceAlignment.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/SentenceAlignment.cpp</locationURI>
</link>
<link>
<name>SentenceAlignment.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/SentenceAlignment.h</locationURI>
</link>
<link>
<name>SentenceMap.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/SentenceMap.h</locationURI>
</link>
<link>
<name>SentenceStats.cpp</name>
<type>1</type>
@ -916,6 +981,26 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/SquareMatrix.h</locationURI>
</link>
<link>
<name>StackLattice.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLattice.h</locationURI>
</link>
<link>
<name>StackLatticeBuilder.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLatticeBuilder.cpp</locationURI>
</link>
<link>
<name>StackLatticeBuilder.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLatticeBuilder.h</locationURI>
</link>
<link>
<name>StackLatticeSearcher.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLatticeSearcher.h</locationURI>
</link>
<link>
<name>StackVec.h</name>
<type>1</type>
@ -941,6 +1026,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/StaticData.o</locationURI>
</link>
<link>
<name>SuffixArray.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/SuffixArray.cpp</locationURI>
</link>
<link>
<name>SuffixArray.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/SuffixArray.h</locationURI>
</link>
<link>
<name>SyntacticLanguageModel.cpp</name>
<type>1</type>
@ -1181,6 +1276,31 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Util.o</locationURI>
</link>
<link>
<name>VarSpanNode.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/VarSpanNode.h</locationURI>
</link>
<link>
<name>VarSpanTrieBuilder.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/VarSpanTrieBuilder.cpp</locationURI>
</link>
<link>
<name>VarSpanTrieBuilder.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/VarSpanTrieBuilder.h</locationURI>
</link>
<link>
<name>Vocabulary.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/Vocabulary.cpp</locationURI>
</link>
<link>
<name>Vocabulary.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/Vocabulary.h</locationURI>
</link>
<link>
<name>Word.cpp</name>
<type>1</type>
@ -1621,221 +1741,16 @@
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/Jamfile</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/Jamfile</locationURI>
</link>
<link>
<name>RuleTable/Loader.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/Loader.h</locationURI>
</link>
<link>
<name>RuleTable/LoaderCompact.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderCompact.cpp</locationURI>
</link>
<link>
<name>RuleTable/LoaderCompact.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderCompact.h</locationURI>
</link>
<link>
<name>RuleTable/LoaderFactory.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderFactory.cpp</locationURI>
</link>
<link>
<name>RuleTable/LoaderFactory.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderFactory.h</locationURI>
</link>
<link>
<name>RuleTable/LoaderHiero.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderHiero.cpp</locationURI>
</link>
<link>
<name>RuleTable/LoaderHiero.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderHiero.h</locationURI>
</link>
<link>
<name>RuleTable/LoaderStandard.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderStandard.cpp</locationURI>
</link>
<link>
<name>RuleTable/LoaderStandard.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/LoaderStandard.h</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryALSuffixArray.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryALSuffixArray.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryALSuffixArray.h</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryFuzzyMatch.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryFuzzyMatch.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryFuzzyMatch.h</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryNodeSCFG.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryNodeSCFG.cpp</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryNodeSCFG.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryNodeSCFG.h</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryOnDisk.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryOnDisk.cpp</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionaryOnDisk.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionaryOnDisk.h</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionarySCFG.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionarySCFG.cpp</locationURI>
</link>
<link>
<name>RuleTable/PhraseDictionarySCFG.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/PhraseDictionarySCFG.h</locationURI>
</link>
<link>
<name>RuleTable/Trie.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/Trie.cpp</locationURI>
</link>
<link>
<name>RuleTable/Trie.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/Trie.h</locationURI>
</link>
<link>
<name>RuleTable/UTrie.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/UTrie.cpp</locationURI>
</link>
<link>
<name>RuleTable/UTrie.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/UTrie.h</locationURI>
</link>
<link>
<name>RuleTable/UTrieNode.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/UTrieNode.cpp</locationURI>
</link>
<link>
<name>RuleTable/UTrieNode.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/UTrieNode.h</locationURI>
</link>
<link>
<name>RuleTable/bin</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/ApplicableRuleTrie.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/ApplicableRuleTrie.cpp</locationURI>
</link>
<link>
<name>Scope3Parser/ApplicableRuleTrie.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/ApplicableRuleTrie.h</locationURI>
</link>
<link>
<name>Scope3Parser/IntermediateVarSpanNode.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/IntermediateVarSpanNode.h</locationURI>
</link>
<link>
<name>Scope3Parser/Jamfile</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/Jamfile</locationURI>
</link>
<link>
<name>Scope3Parser/Parser.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/Parser.cpp</locationURI>
</link>
<link>
<name>Scope3Parser/Parser.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/Parser.h</locationURI>
</link>
<link>
<name>Scope3Parser/SentenceMap.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/SentenceMap.h</locationURI>
</link>
<link>
<name>Scope3Parser/StackLattice.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLattice.h</locationURI>
</link>
<link>
<name>Scope3Parser/StackLatticeBuilder.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLatticeBuilder.cpp</locationURI>
</link>
<link>
<name>Scope3Parser/StackLatticeBuilder.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLatticeBuilder.h</locationURI>
</link>
<link>
<name>Scope3Parser/StackLatticeSearcher.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/StackLatticeSearcher.h</locationURI>
</link>
<link>
<name>Scope3Parser/VarSpanNode.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/VarSpanNode.h</locationURI>
</link>
<link>
<name>Scope3Parser/VarSpanTrieBuilder.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/VarSpanTrieBuilder.cpp</locationURI>
</link>
<link>
<name>Scope3Parser/VarSpanTrieBuilder.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/VarSpanTrieBuilder.h</locationURI>
</link>
<link>
<name>Scope3Parser/bin</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/gcc-4.6</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>CYKPlusParser/bin/clang-darwin-4.2.1</name>
<type>2</type>
@ -1866,26 +1781,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/LM/bin/lm.log</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1/release</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>CYKPlusParser/bin/clang-darwin-4.2.1/release</name>
<type>2</type>
@ -1911,26 +1816,16 @@
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1/release/debug-symbols-on</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>CYKPlusParser/bin/clang-darwin-4.2.1/release/debug-symbols-on</name>
<type>2</type>
@ -1961,26 +1856,16 @@
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1/release/debug-symbols-on/link-static</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>CYKPlusParser/bin/clang-darwin-4.2.1/release/debug-symbols-on/link-static</name>
<type>2</type>
@ -2021,36 +1906,16 @@
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>CYKPlusParser/bin/clang-darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi</name>
<type>2</type>
@ -2201,96 +2066,6 @@
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderCompact.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderCompact.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderFactory.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderFactory.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderHiero.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderHiero.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderStandard.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/LoaderStandard.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionaryALSuffixArray.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionaryALSuffixArray.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionaryNodeSCFG.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionaryNodeSCFG.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionaryOnDisk.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionaryOnDisk.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionarySCFG.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/PhraseDictionarySCFG.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/Trie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/Trie.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/UTrie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/UTrie.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/UTrieNode.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/UTrieNode.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/ApplicableRuleTrie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/ApplicableRuleTrie.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/Parser.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/Parser.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/StackLatticeBuilder.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/StackLatticeBuilder.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/VarSpanTrieBuilder.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/threading-multi/VarSpanTrieBuilder.o</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/AlignmentInfo.o</name>
<type>1</type>
@ -2766,6 +2541,56 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/libmoses_internal.a</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/ApplicableRuleTrie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/ApplicableRuleTrie.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/FuzzyMatchWrapper.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/FuzzyMatchWrapper.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/Parser.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/Parser.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/SentenceAlignment.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/SentenceAlignment.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/StackLatticeBuilder.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/StackLatticeBuilder.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/SuffixArray.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/SuffixArray.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/VarSpanTrieBuilder.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/VarSpanTrieBuilder.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/Vocabulary.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/Vocabulary.o</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libScope3Parser.a</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libScope3Parser.a</locationURI>
</link>
<link>
<name>bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libfuzzy-match.a</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/fuzzy-match/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libfuzzy-match.a</locationURI>
</link>
<link>
<name>CYKPlusParser/bin/clang-darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/DotChartOnDisk.o</name>
<type>1</type>
@ -2951,161 +2776,6 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/LM/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi/libLM.a</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderCompact.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderCompact.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderFactory.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderFactory.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderHiero.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderHiero.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderStandard.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/LoaderStandard.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryALSuffixArray.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryALSuffixArray.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryNodeSCFG.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryNodeSCFG.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryOnDisk.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryOnDisk.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionarySCFG.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/PhraseDictionarySCFG.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/Trie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/Trie.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/UTrie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/UTrie.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/UTrieNode.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/UTrieNode.o</locationURI>
</link>
<link>
<name>RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/libRuleTable.a</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/libRuleTable.a</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderCompact.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderCompact.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderFactory.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderFactory.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderHiero.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderHiero.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderStandard.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/LoaderStandard.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryALSuffixArray.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryALSuffixArray.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryFuzzyMatch.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryFuzzyMatch.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryNodeSCFG.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryNodeSCFG.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryOnDisk.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryOnDisk.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionarySCFG.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionarySCFG.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryTMExtract.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/PhraseDictionaryTMExtract.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/Trie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/Trie.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/UTrie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/UTrie.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/UTrieNode.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/UTrieNode.o</locationURI>
</link>
<link>
<name>RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libRuleTable.a</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/RuleTable/bin/gcc-4.6/release/debug-symbols-on/link-static/threading-multi/libRuleTable.a</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/ApplicableRuleTrie.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/ApplicableRuleTrie.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/Parser.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/Parser.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/StackLatticeBuilder.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/StackLatticeBuilder.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/VarSpanTrieBuilder.o</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/VarSpanTrieBuilder.o</locationURI>
</link>
<link>
<name>Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/libScope3Parser.a</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/libScope3Parser.a</locationURI>
</link>
<link>
<name>bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/DynSAInclude/file.o</name>
<type>1</type>