mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
xcode
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4264 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
8edf53dcf3
commit
9762a65bd8
@ -194,6 +194,7 @@
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
HEADER_SEARCH_PATHS = ../kenlm;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = OnDiskPt;
|
||||
};
|
||||
@ -205,6 +206,7 @@
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_MODEL_TUNING = G5;
|
||||
HEADER_SEARCH_PATHS = ../kenlm;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = OnDiskPt;
|
||||
};
|
||||
|
@ -7,130 +7,197 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
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 */; };
|
||||
1E37EBC712496AB400C1C73A /* virtual_interface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E37EBC512496AB400C1C73A /* virtual_interface.cc */; };
|
||||
1E37EBC812496AB400C1C73A /* virtual_interface.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E37EBC612496AB400C1C73A /* virtual_interface.hh */; };
|
||||
1E46B59E13BA5BE10084F898 /* blank.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E46B59D13BA5BE10084F898 /* blank.hh */; };
|
||||
1E46B5A213BA5C050084F898 /* quantize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E46B5A013BA5C050084F898 /* quantize.cc */; };
|
||||
1E46B5A313BA5C050084F898 /* quantize.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E46B5A113BA5C050084F898 /* quantize.hh */; };
|
||||
1E8A94FE1288BD570022C4EB /* build_binary.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8A94F41288BD570022C4EB /* build_binary.cc */; };
|
||||
1E8A94FF1288BD570022C4EB /* config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8A94F51288BD570022C4EB /* config.cc */; };
|
||||
1E8A95001288BD570022C4EB /* config.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8A94F61288BD570022C4EB /* config.hh */; };
|
||||
1E8A95011288BD570022C4EB /* model_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8A94F71288BD570022C4EB /* model_test.cc */; };
|
||||
1E8A95021288BD570022C4EB /* model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8A94F81288BD570022C4EB /* model.cc */; };
|
||||
1E8A95031288BD570022C4EB /* model.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8A94F91288BD570022C4EB /* model.hh */; };
|
||||
1E8A95041288BD570022C4EB /* search_hashed.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8A94FA1288BD570022C4EB /* search_hashed.cc */; };
|
||||
1E8A95051288BD570022C4EB /* search_hashed.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8A94FB1288BD570022C4EB /* search_hashed.hh */; };
|
||||
1E8A95061288BD570022C4EB /* search_trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8A94FC1288BD570022C4EB /* search_trie.cc */; };
|
||||
1E8A95071288BD570022C4EB /* search_trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8A94FD1288BD570022C4EB /* search_trie.hh */; };
|
||||
1E8BF78A1278A434009F10C1 /* binary_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8BF7871278A434009F10C1 /* binary_format.cc */; };
|
||||
1E8BF78B1278A434009F10C1 /* binary_format.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8BF7881278A434009F10C1 /* binary_format.hh */; };
|
||||
1E8BF78C1278A434009F10C1 /* enumerate_vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8BF7891278A434009F10C1 /* enumerate_vocab.hh */; };
|
||||
1E8BF79D1278A443009F10C1 /* trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8BF7951278A443009F10C1 /* trie.cc */; };
|
||||
1E8BF79E1278A443009F10C1 /* trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E8BF7961278A443009F10C1 /* trie.hh */; };
|
||||
1E8BF7D51278A600009F10C1 /* bit_packing.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E8BF7D41278A600009F10C1 /* bit_packing.cc */; };
|
||||
1E91441413D065490005055B /* bhiksha.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E91441213D065490005055B /* bhiksha.cc */; };
|
||||
1E91441513D065490005055B /* bhiksha.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E91441313D065490005055B /* bhiksha.hh */; };
|
||||
1EBB16D7126C158600AE6102 /* ersatz_progress.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16BF126C158600AE6102 /* ersatz_progress.cc */; };
|
||||
1EBB16D8126C158600AE6102 /* ersatz_progress.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C0126C158600AE6102 /* ersatz_progress.hh */; };
|
||||
1EBB16D9126C158600AE6102 /* exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C1126C158600AE6102 /* exception.cc */; };
|
||||
1EBB16DA126C158600AE6102 /* exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C2126C158600AE6102 /* exception.hh */; };
|
||||
1EBB16DC126C158600AE6102 /* file_piece.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C4126C158600AE6102 /* file_piece.cc */; };
|
||||
1EBB16DD126C158600AE6102 /* file_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C5126C158600AE6102 /* file_piece.hh */; };
|
||||
1EBB16DE126C158600AE6102 /* joint_sort_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C6126C158600AE6102 /* joint_sort_test.cc */; };
|
||||
1EBB16DF126C158600AE6102 /* joint_sort.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C7126C158600AE6102 /* joint_sort.hh */; };
|
||||
1EBB16E0126C158600AE6102 /* key_value_packing_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C8126C158600AE6102 /* key_value_packing_test.cc */; };
|
||||
1EBB16E1126C158600AE6102 /* key_value_packing.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C9126C158600AE6102 /* key_value_packing.hh */; };
|
||||
1EBB16E2126C158600AE6102 /* mmap.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16CA126C158600AE6102 /* mmap.cc */; };
|
||||
1EBB16E3126C158600AE6102 /* mmap.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16CB126C158600AE6102 /* mmap.hh */; };
|
||||
1EBB16E4126C158600AE6102 /* murmur_hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16CC126C158600AE6102 /* murmur_hash.cc */; };
|
||||
1EBB16E5126C158600AE6102 /* murmur_hash.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16CD126C158600AE6102 /* murmur_hash.hh */; };
|
||||
1EBB16E6126C158600AE6102 /* probing_hash_table_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16CE126C158600AE6102 /* probing_hash_table_test.cc */; };
|
||||
1EBB16E7126C158600AE6102 /* probing_hash_table.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16CF126C158600AE6102 /* probing_hash_table.hh */; };
|
||||
1EBB16E8126C158600AE6102 /* proxy_iterator.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16D0126C158600AE6102 /* proxy_iterator.hh */; };
|
||||
1EBB16E9126C158600AE6102 /* scoped.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16D1126C158600AE6102 /* scoped.cc */; };
|
||||
1EBB16EA126C158600AE6102 /* scoped.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16D2126C158600AE6102 /* scoped.hh */; };
|
||||
1EBB16EB126C158600AE6102 /* sorted_uniform_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16D3126C158600AE6102 /* sorted_uniform_test.cc */; };
|
||||
1EBB16EC126C158600AE6102 /* sorted_uniform.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16D4126C158600AE6102 /* sorted_uniform.hh */; };
|
||||
1EBB16EE126C158600AE6102 /* string_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16D6126C158600AE6102 /* string_piece.hh */; };
|
||||
1EBB1717126C15C500AE6102 /* facade.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB1708126C15C500AE6102 /* facade.hh */; };
|
||||
1EBB171A126C15C500AE6102 /* ngram_query.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB170B126C15C500AE6102 /* ngram_query.cc */; };
|
||||
1EBB171C126C15C500AE6102 /* read_arpa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB170D126C15C500AE6102 /* read_arpa.cc */; };
|
||||
1EBB171D126C15C500AE6102 /* read_arpa.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB170E126C15C500AE6102 /* read_arpa.hh */; };
|
||||
1EBB171E126C15C500AE6102 /* sri_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB170F126C15C500AE6102 /* sri_test.cc */; };
|
||||
1EBB171F126C15C500AE6102 /* sri.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB1710126C15C500AE6102 /* sri.cc */; };
|
||||
1EBB1720126C15C500AE6102 /* sri.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB1711126C15C500AE6102 /* sri.hh */; };
|
||||
1EBB1721126C15C500AE6102 /* vocab.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB1713126C15C500AE6102 /* vocab.cc */; };
|
||||
1EBB1722126C15C500AE6102 /* vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB1714126C15C500AE6102 /* vocab.hh */; };
|
||||
1EBB1723126C15C500AE6102 /* weights.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB1715126C15C500AE6102 /* weights.hh */; };
|
||||
1EBB1724126C15C500AE6102 /* word_index.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB1716126C15C500AE6102 /* word_index.hh */; };
|
||||
1ED9988712783457006BBB6C /* file_piece_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1ED9988612783457006BBB6C /* file_piece_test.cc */; };
|
||||
1EDA8CF01418E18B0006FFF2 /* left.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA8CEF1418E18B0006FFF2 /* left.hh */; };
|
||||
1E69E6C7142EED56004E4D93 /* bit_packing.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E69B142EED56004E4D93 /* bit_packing.cc */; };
|
||||
1E69E6C8142EED56004E4D93 /* bit_packing.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E69C142EED56004E4D93 /* bit_packing.hh */; };
|
||||
1E69E6C9142EED56004E4D93 /* bit_packing.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E69D142EED56004E4D93 /* bit_packing.o */; };
|
||||
1E69E6CA142EED56004E4D93 /* bit_packing_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E69F142EED56004E4D93 /* bit_packing_test.cc */; };
|
||||
1E69E6CB142EED56004E4D93 /* ersatz_progress.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6A0142EED56004E4D93 /* ersatz_progress.cc */; };
|
||||
1E69E6CC142EED56004E4D93 /* ersatz_progress.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6A1142EED56004E4D93 /* ersatz_progress.hh */; };
|
||||
1E69E6CD142EED56004E4D93 /* ersatz_progress.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6A2142EED56004E4D93 /* ersatz_progress.o */; };
|
||||
1E69E6CE142EED56004E4D93 /* exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6A3142EED56004E4D93 /* exception.cc */; };
|
||||
1E69E6CF142EED56004E4D93 /* exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6A4142EED56004E4D93 /* exception.hh */; };
|
||||
1E69E6D0142EED56004E4D93 /* exception.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6A5142EED56004E4D93 /* exception.o */; };
|
||||
1E69E6D1142EED56004E4D93 /* file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6A6142EED56004E4D93 /* file.cc */; };
|
||||
1E69E6D2142EED56004E4D93 /* file.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6A7142EED56004E4D93 /* file.hh */; };
|
||||
1E69E6D3142EED56004E4D93 /* file_piece.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6A8142EED56004E4D93 /* file_piece.cc */; };
|
||||
1E69E6D4142EED56004E4D93 /* file_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6AA142EED56004E4D93 /* file_piece.hh */; };
|
||||
1E69E6D5142EED56004E4D93 /* file_piece.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6AB142EED56004E4D93 /* file_piece.o */; };
|
||||
1E69E6D6142EED56004E4D93 /* file_piece_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6AD142EED56004E4D93 /* file_piece_test.cc */; };
|
||||
1E69E6D7142EED56004E4D93 /* have.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6AE142EED56004E4D93 /* have.hh */; };
|
||||
1E69E6D8142EED56004E4D93 /* joint_sort.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6AF142EED56004E4D93 /* joint_sort.hh */; };
|
||||
1E69E6D9142EED56004E4D93 /* joint_sort_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6B1142EED56004E4D93 /* joint_sort_test.cc */; };
|
||||
1E69E6DA142EED56004E4D93 /* key_value_packing.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6B2142EED56004E4D93 /* key_value_packing.hh */; };
|
||||
1E69E6DB142EED56004E4D93 /* key_value_packing_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6B4142EED56004E4D93 /* key_value_packing_test.cc */; };
|
||||
1E69E6DC142EED56004E4D93 /* mmap.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6B5142EED56004E4D93 /* mmap.cc */; };
|
||||
1E69E6DD142EED56004E4D93 /* mmap.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6B6142EED56004E4D93 /* mmap.hh */; };
|
||||
1E69E6DE142EED56004E4D93 /* mmap.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6B7142EED56004E4D93 /* mmap.o */; };
|
||||
1E69E6DF142EED56004E4D93 /* murmur_hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6B8142EED56004E4D93 /* murmur_hash.cc */; };
|
||||
1E69E6E0142EED56004E4D93 /* murmur_hash.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6B9142EED56004E4D93 /* murmur_hash.hh */; };
|
||||
1E69E6E1142EED56004E4D93 /* murmur_hash.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6BA142EED56004E4D93 /* murmur_hash.o */; };
|
||||
1E69E6E2142EED56004E4D93 /* probing_hash_table.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6BB142EED56004E4D93 /* probing_hash_table.hh */; };
|
||||
1E69E6E3142EED57004E4D93 /* probing_hash_table_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6BD142EED56004E4D93 /* probing_hash_table_test.cc */; };
|
||||
1E69E6E4142EED57004E4D93 /* proxy_iterator.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6BE142EED56004E4D93 /* proxy_iterator.hh */; };
|
||||
1E69E6E5142EED57004E4D93 /* scoped.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6BF142EED56004E4D93 /* scoped.hh */; };
|
||||
1E69E6E6142EED57004E4D93 /* scoped.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6C0142EED56004E4D93 /* scoped.o */; };
|
||||
1E69E6E7142EED57004E4D93 /* sized_iterator.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6C1142EED56004E4D93 /* sized_iterator.hh */; };
|
||||
1E69E6E8142EED57004E4D93 /* sorted_uniform.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6C2142EED56004E4D93 /* sorted_uniform.hh */; };
|
||||
1E69E6E9142EED57004E4D93 /* sorted_uniform_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6C4142EED56004E4D93 /* sorted_uniform_test.cc */; };
|
||||
1E69E6EA142EED57004E4D93 /* string_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6C5142EED56004E4D93 /* string_piece.hh */; };
|
||||
1E69E6EB142EED57004E4D93 /* tokenize_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6C6142EED56004E4D93 /* tokenize_piece.hh */; };
|
||||
1E69E725142EEDA8004E4D93 /* bhiksha.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6EE142EEDA8004E4D93 /* bhiksha.cc */; };
|
||||
1E69E726142EEDA8004E4D93 /* bhiksha.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6EF142EEDA8004E4D93 /* bhiksha.hh */; };
|
||||
1E69E727142EEDA8004E4D93 /* binary_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F0142EEDA8004E4D93 /* binary_format.cc */; };
|
||||
1E69E728142EEDA8004E4D93 /* binary_format.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F1142EEDA8004E4D93 /* binary_format.hh */; };
|
||||
1E69E729142EEDA8004E4D93 /* binary_format.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6F2142EEDA8004E4D93 /* binary_format.o */; };
|
||||
1E69E72A142EEDA8004E4D93 /* blank.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F3142EEDA8004E4D93 /* blank.hh */; };
|
||||
1E69E72B142EEDA8004E4D93 /* build_binary.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F4142EEDA8004E4D93 /* build_binary.cc */; };
|
||||
1E69E72C142EEDA8004E4D93 /* config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6F5142EEDA8004E4D93 /* config.cc */; };
|
||||
1E69E72D142EEDA8004E4D93 /* config.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F6142EEDA8004E4D93 /* config.hh */; };
|
||||
1E69E72E142EEDA8004E4D93 /* config.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6F7142EEDA8004E4D93 /* config.o */; };
|
||||
1E69E72F142EEDA8004E4D93 /* enumerate_vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */; };
|
||||
1E69E730142EEDA8004E4D93 /* facade.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6F9142EEDA8004E4D93 /* facade.hh */; };
|
||||
1E69E731142EEDA8004E4D93 /* left.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FA142EEDA8004E4D93 /* left.hh */; };
|
||||
1E69E732142EEDA8004E4D93 /* left_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6FB142EEDA8004E4D93 /* left_test.cc */; };
|
||||
1E69E733142EEDA8004E4D93 /* lm_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */; };
|
||||
1E69E734142EEDA8004E4D93 /* lm_exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */; };
|
||||
1E69E735142EEDA8004E4D93 /* lm_exception.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E6FE142EEDA8004E4D93 /* lm_exception.o */; };
|
||||
1E69E736142EEDA8004E4D93 /* max_order.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E6FF142EEDA8004E4D93 /* max_order.hh */; };
|
||||
1E69E737142EEDA8004E4D93 /* model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E700142EEDA8004E4D93 /* model.cc */; };
|
||||
1E69E738142EEDA8004E4D93 /* model.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E701142EEDA8004E4D93 /* model.hh */; };
|
||||
1E69E739142EEDA8004E4D93 /* model.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E702142EEDA8004E4D93 /* model.o */; };
|
||||
1E69E73A142EEDA8004E4D93 /* model_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E704142EEDA8004E4D93 /* model_test.cc */; };
|
||||
1E69E73B142EEDA8004E4D93 /* model_type.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E705142EEDA8004E4D93 /* model_type.hh */; };
|
||||
1E69E73C142EEDA8004E4D93 /* ngram_query.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E706142EEDA8004E4D93 /* ngram_query.cc */; };
|
||||
1E69E73D142EEDA8004E4D93 /* quantize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E707142EEDA8004E4D93 /* quantize.cc */; };
|
||||
1E69E73E142EEDA8004E4D93 /* quantize.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E708142EEDA8004E4D93 /* quantize.hh */; };
|
||||
1E69E73F142EEDA8004E4D93 /* read_arpa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E709142EEDA8004E4D93 /* read_arpa.cc */; };
|
||||
1E69E740142EEDA8004E4D93 /* read_arpa.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E70A142EEDA8004E4D93 /* read_arpa.hh */; };
|
||||
1E69E741142EEDA8004E4D93 /* read_arpa.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E70B142EEDA8004E4D93 /* read_arpa.o */; };
|
||||
1E69E742142EEDA8004E4D93 /* return.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E70C142EEDA8004E4D93 /* return.hh */; };
|
||||
1E69E743142EEDA8004E4D93 /* search_hashed.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E70D142EEDA8004E4D93 /* search_hashed.cc */; };
|
||||
1E69E744142EEDA8004E4D93 /* search_hashed.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E70E142EEDA8004E4D93 /* search_hashed.hh */; };
|
||||
1E69E745142EEDA8004E4D93 /* search_hashed.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E70F142EEDA8004E4D93 /* search_hashed.o */; };
|
||||
1E69E746142EEDA8004E4D93 /* search_trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E710142EEDA8004E4D93 /* search_trie.cc */; };
|
||||
1E69E747142EEDA8004E4D93 /* search_trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E711142EEDA8004E4D93 /* search_trie.hh */; };
|
||||
1E69E748142EEDA8004E4D93 /* search_trie.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E712142EEDA8004E4D93 /* search_trie.o */; };
|
||||
1E69E749142EEDA8004E4D93 /* sri.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E713142EEDA8004E4D93 /* sri.cc */; };
|
||||
1E69E74A142EEDA8004E4D93 /* sri.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E714142EEDA8004E4D93 /* sri.hh */; };
|
||||
1E69E74B142EEDA8004E4D93 /* sri_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E715142EEDA8004E4D93 /* sri_test.cc */; };
|
||||
1E69E74C142EEDA8004E4D93 /* trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E718142EEDA8004E4D93 /* trie.cc */; };
|
||||
1E69E74D142EEDA8004E4D93 /* trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E719142EEDA8004E4D93 /* trie.hh */; };
|
||||
1E69E74E142EEDA8004E4D93 /* trie.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E71A142EEDA8004E4D93 /* trie.o */; };
|
||||
1E69E74F142EEDA8004E4D93 /* trie_sort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E71B142EEDA8004E4D93 /* trie_sort.cc */; };
|
||||
1E69E750142EEDA8004E4D93 /* trie_sort.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E71C142EEDA8004E4D93 /* trie_sort.hh */; };
|
||||
1E69E751142EEDA8004E4D93 /* virtual_interface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E71D142EEDA8004E4D93 /* virtual_interface.cc */; };
|
||||
1E69E752142EEDA8004E4D93 /* virtual_interface.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E71E142EEDA8004E4D93 /* virtual_interface.hh */; };
|
||||
1E69E753142EEDA8004E4D93 /* virtual_interface.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E71F142EEDA8004E4D93 /* virtual_interface.o */; };
|
||||
1E69E754142EEDA8004E4D93 /* vocab.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E69E720142EEDA8004E4D93 /* vocab.cc */; };
|
||||
1E69E755142EEDA8004E4D93 /* vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E721142EEDA8004E4D93 /* vocab.hh */; };
|
||||
1E69E756142EEDA8004E4D93 /* vocab.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E69E722142EEDA8004E4D93 /* vocab.o */; };
|
||||
1E69E757142EEDA8004E4D93 /* weights.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E723142EEDA8004E4D93 /* weights.hh */; };
|
||||
1E69E758142EEDA8004E4D93 /* word_index.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1E69E724142EEDA8004E4D93 /* word_index.hh */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
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>"; };
|
||||
1E37EBC512496AB400C1C73A /* virtual_interface.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = virtual_interface.cc; path = lm/virtual_interface.cc; sourceTree = "<group>"; };
|
||||
1E37EBC612496AB400C1C73A /* virtual_interface.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = virtual_interface.hh; path = lm/virtual_interface.hh; sourceTree = "<group>"; };
|
||||
1E46B59D13BA5BE10084F898 /* blank.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = blank.hh; path = lm/blank.hh; sourceTree = "<group>"; };
|
||||
1E46B5A013BA5C050084F898 /* quantize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = quantize.cc; path = lm/quantize.cc; sourceTree = "<group>"; };
|
||||
1E46B5A113BA5C050084F898 /* quantize.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = quantize.hh; path = lm/quantize.hh; sourceTree = "<group>"; };
|
||||
1E8A94F41288BD570022C4EB /* build_binary.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = build_binary.cc; path = lm/build_binary.cc; sourceTree = "<group>"; };
|
||||
1E8A94F51288BD570022C4EB /* config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = config.cc; path = lm/config.cc; sourceTree = "<group>"; };
|
||||
1E8A94F61288BD570022C4EB /* config.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = config.hh; path = lm/config.hh; sourceTree = "<group>"; };
|
||||
1E8A94F71288BD570022C4EB /* model_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = model_test.cc; path = lm/model_test.cc; sourceTree = "<group>"; };
|
||||
1E8A94F81288BD570022C4EB /* model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = model.cc; path = lm/model.cc; sourceTree = "<group>"; };
|
||||
1E8A94F91288BD570022C4EB /* model.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = model.hh; path = lm/model.hh; sourceTree = "<group>"; };
|
||||
1E8A94FA1288BD570022C4EB /* search_hashed.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = search_hashed.cc; path = lm/search_hashed.cc; sourceTree = "<group>"; };
|
||||
1E8A94FB1288BD570022C4EB /* search_hashed.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = search_hashed.hh; path = lm/search_hashed.hh; sourceTree = "<group>"; };
|
||||
1E8A94FC1288BD570022C4EB /* search_trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = search_trie.cc; path = lm/search_trie.cc; sourceTree = "<group>"; };
|
||||
1E8A94FD1288BD570022C4EB /* search_trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = search_trie.hh; path = lm/search_trie.hh; sourceTree = "<group>"; };
|
||||
1E8BF7871278A434009F10C1 /* binary_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = binary_format.cc; path = lm/binary_format.cc; sourceTree = "<group>"; };
|
||||
1E8BF7881278A434009F10C1 /* binary_format.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = binary_format.hh; path = lm/binary_format.hh; sourceTree = "<group>"; };
|
||||
1E8BF7891278A434009F10C1 /* enumerate_vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = enumerate_vocab.hh; path = lm/enumerate_vocab.hh; sourceTree = "<group>"; };
|
||||
1E8BF7951278A443009F10C1 /* trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trie.cc; path = lm/trie.cc; sourceTree = "<group>"; };
|
||||
1E8BF7961278A443009F10C1 /* trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = trie.hh; path = lm/trie.hh; sourceTree = "<group>"; };
|
||||
1E8BF7D41278A600009F10C1 /* bit_packing.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bit_packing.cc; path = util/bit_packing.cc; sourceTree = "<group>"; };
|
||||
1E91441213D065490005055B /* bhiksha.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bhiksha.cc; path = lm/bhiksha.cc; sourceTree = "<group>"; };
|
||||
1E91441313D065490005055B /* bhiksha.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = bhiksha.hh; path = lm/bhiksha.hh; sourceTree = "<group>"; };
|
||||
1EBB16BF126C158600AE6102 /* ersatz_progress.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ersatz_progress.cc; path = util/ersatz_progress.cc; sourceTree = "<group>"; };
|
||||
1EBB16C0126C158600AE6102 /* ersatz_progress.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ersatz_progress.hh; path = util/ersatz_progress.hh; sourceTree = "<group>"; };
|
||||
1EBB16C1126C158600AE6102 /* exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cc; path = util/exception.cc; sourceTree = "<group>"; };
|
||||
1EBB16C2126C158600AE6102 /* exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = exception.hh; path = util/exception.hh; sourceTree = "<group>"; };
|
||||
1EBB16C4126C158600AE6102 /* file_piece.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_piece.cc; path = util/file_piece.cc; sourceTree = "<group>"; };
|
||||
1EBB16C5126C158600AE6102 /* file_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = file_piece.hh; path = util/file_piece.hh; sourceTree = "<group>"; };
|
||||
1EBB16C6126C158600AE6102 /* joint_sort_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = joint_sort_test.cc; path = util/joint_sort_test.cc; sourceTree = "<group>"; };
|
||||
1EBB16C7126C158600AE6102 /* joint_sort.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = joint_sort.hh; path = util/joint_sort.hh; sourceTree = "<group>"; };
|
||||
1EBB16C8126C158600AE6102 /* key_value_packing_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = key_value_packing_test.cc; path = util/key_value_packing_test.cc; sourceTree = "<group>"; };
|
||||
1EBB16C9126C158600AE6102 /* key_value_packing.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = key_value_packing.hh; path = util/key_value_packing.hh; sourceTree = "<group>"; };
|
||||
1EBB16CA126C158600AE6102 /* mmap.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mmap.cc; path = util/mmap.cc; sourceTree = "<group>"; };
|
||||
1EBB16CB126C158600AE6102 /* mmap.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = mmap.hh; path = util/mmap.hh; sourceTree = "<group>"; };
|
||||
1EBB16CC126C158600AE6102 /* murmur_hash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = murmur_hash.cc; path = util/murmur_hash.cc; sourceTree = "<group>"; };
|
||||
1EBB16CD126C158600AE6102 /* murmur_hash.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = murmur_hash.hh; path = util/murmur_hash.hh; sourceTree = "<group>"; };
|
||||
1EBB16CE126C158600AE6102 /* probing_hash_table_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = probing_hash_table_test.cc; path = util/probing_hash_table_test.cc; sourceTree = "<group>"; };
|
||||
1EBB16CF126C158600AE6102 /* probing_hash_table.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = probing_hash_table.hh; path = util/probing_hash_table.hh; sourceTree = "<group>"; };
|
||||
1EBB16D0126C158600AE6102 /* proxy_iterator.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = proxy_iterator.hh; path = util/proxy_iterator.hh; sourceTree = "<group>"; };
|
||||
1EBB16D1126C158600AE6102 /* scoped.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scoped.cc; path = util/scoped.cc; sourceTree = "<group>"; };
|
||||
1EBB16D2126C158600AE6102 /* scoped.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = scoped.hh; path = util/scoped.hh; sourceTree = "<group>"; };
|
||||
1EBB16D3126C158600AE6102 /* sorted_uniform_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sorted_uniform_test.cc; path = util/sorted_uniform_test.cc; sourceTree = "<group>"; };
|
||||
1EBB16D4126C158600AE6102 /* sorted_uniform.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sorted_uniform.hh; path = util/sorted_uniform.hh; sourceTree = "<group>"; };
|
||||
1EBB16D6126C158600AE6102 /* string_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = string_piece.hh; path = util/string_piece.hh; sourceTree = "<group>"; };
|
||||
1EBB1708126C15C500AE6102 /* facade.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = facade.hh; path = lm/facade.hh; sourceTree = "<group>"; };
|
||||
1EBB170B126C15C500AE6102 /* ngram_query.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ngram_query.cc; path = lm/ngram_query.cc; sourceTree = "<group>"; };
|
||||
1EBB170D126C15C500AE6102 /* read_arpa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = read_arpa.cc; path = lm/read_arpa.cc; sourceTree = "<group>"; };
|
||||
1EBB170E126C15C500AE6102 /* read_arpa.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = read_arpa.hh; path = lm/read_arpa.hh; sourceTree = "<group>"; };
|
||||
1EBB170F126C15C500AE6102 /* sri_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sri_test.cc; path = lm/sri_test.cc; sourceTree = "<group>"; };
|
||||
1EBB1710126C15C500AE6102 /* sri.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sri.cc; path = lm/sri.cc; sourceTree = "<group>"; };
|
||||
1EBB1711126C15C500AE6102 /* sri.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sri.hh; path = lm/sri.hh; sourceTree = "<group>"; };
|
||||
1EBB1712126C15C500AE6102 /* test.arpa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = test.arpa; path = lm/test.arpa; sourceTree = "<group>"; };
|
||||
1EBB1713126C15C500AE6102 /* vocab.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vocab.cc; path = lm/vocab.cc; sourceTree = "<group>"; };
|
||||
1EBB1714126C15C500AE6102 /* vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = vocab.hh; path = lm/vocab.hh; sourceTree = "<group>"; };
|
||||
1EBB1715126C15C500AE6102 /* weights.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = weights.hh; path = lm/weights.hh; sourceTree = "<group>"; };
|
||||
1EBB1716126C15C500AE6102 /* word_index.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = word_index.hh; path = lm/word_index.hh; sourceTree = "<group>"; };
|
||||
1ED9988612783457006BBB6C /* file_piece_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_piece_test.cc; path = util/file_piece_test.cc; sourceTree = "<group>"; };
|
||||
1EDA8CEF1418E18B0006FFF2 /* left.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = left.hh; path = lm/left.hh; sourceTree = "<group>"; };
|
||||
1E69E69B142EED56004E4D93 /* bit_packing.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_packing.cc; sourceTree = "<group>"; };
|
||||
1E69E69C142EED56004E4D93 /* bit_packing.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bit_packing.hh; sourceTree = "<group>"; };
|
||||
1E69E69D142EED56004E4D93 /* bit_packing.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = bit_packing.o; sourceTree = "<group>"; };
|
||||
1E69E69E142EED56004E4D93 /* bit_packing_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = bit_packing_test; sourceTree = "<group>"; };
|
||||
1E69E69F142EED56004E4D93 /* bit_packing_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_packing_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6A0142EED56004E4D93 /* ersatz_progress.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ersatz_progress.cc; sourceTree = "<group>"; };
|
||||
1E69E6A1142EED56004E4D93 /* ersatz_progress.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ersatz_progress.hh; sourceTree = "<group>"; };
|
||||
1E69E6A2142EED56004E4D93 /* ersatz_progress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ersatz_progress.o; sourceTree = "<group>"; };
|
||||
1E69E6A3142EED56004E4D93 /* exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cc; sourceTree = "<group>"; };
|
||||
1E69E6A4142EED56004E4D93 /* exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = exception.hh; sourceTree = "<group>"; };
|
||||
1E69E6A5142EED56004E4D93 /* exception.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = exception.o; sourceTree = "<group>"; };
|
||||
1E69E6A6142EED56004E4D93 /* file.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file.cc; sourceTree = "<group>"; };
|
||||
1E69E6A7142EED56004E4D93 /* file.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file.hh; sourceTree = "<group>"; };
|
||||
1E69E6A8142EED56004E4D93 /* file_piece.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_piece.cc; sourceTree = "<group>"; };
|
||||
1E69E6A9142EED56004E4D93 /* file_piece.cc.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = file_piece.cc.gz; sourceTree = "<group>"; };
|
||||
1E69E6AA142EED56004E4D93 /* file_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_piece.hh; sourceTree = "<group>"; };
|
||||
1E69E6AB142EED56004E4D93 /* file_piece.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = file_piece.o; sourceTree = "<group>"; };
|
||||
1E69E6AC142EED56004E4D93 /* file_piece_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = file_piece_test; sourceTree = "<group>"; };
|
||||
1E69E6AD142EED56004E4D93 /* file_piece_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_piece_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6AE142EED56004E4D93 /* have.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = have.hh; sourceTree = "<group>"; };
|
||||
1E69E6AF142EED56004E4D93 /* joint_sort.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = joint_sort.hh; sourceTree = "<group>"; };
|
||||
1E69E6B0142EED56004E4D93 /* joint_sort_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = joint_sort_test; sourceTree = "<group>"; };
|
||||
1E69E6B1142EED56004E4D93 /* joint_sort_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = joint_sort_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6B2142EED56004E4D93 /* key_value_packing.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = key_value_packing.hh; sourceTree = "<group>"; };
|
||||
1E69E6B3142EED56004E4D93 /* key_value_packing_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = key_value_packing_test; sourceTree = "<group>"; };
|
||||
1E69E6B4142EED56004E4D93 /* key_value_packing_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = key_value_packing_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6B5142EED56004E4D93 /* mmap.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mmap.cc; sourceTree = "<group>"; };
|
||||
1E69E6B6142EED56004E4D93 /* mmap.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mmap.hh; sourceTree = "<group>"; };
|
||||
1E69E6B7142EED56004E4D93 /* mmap.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = mmap.o; sourceTree = "<group>"; };
|
||||
1E69E6B8142EED56004E4D93 /* murmur_hash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = murmur_hash.cc; sourceTree = "<group>"; };
|
||||
1E69E6B9142EED56004E4D93 /* murmur_hash.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = murmur_hash.hh; sourceTree = "<group>"; };
|
||||
1E69E6BA142EED56004E4D93 /* murmur_hash.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = murmur_hash.o; sourceTree = "<group>"; };
|
||||
1E69E6BB142EED56004E4D93 /* probing_hash_table.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = probing_hash_table.hh; sourceTree = "<group>"; };
|
||||
1E69E6BC142EED56004E4D93 /* probing_hash_table_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = probing_hash_table_test; sourceTree = "<group>"; };
|
||||
1E69E6BD142EED56004E4D93 /* probing_hash_table_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = probing_hash_table_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6BE142EED56004E4D93 /* proxy_iterator.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = proxy_iterator.hh; sourceTree = "<group>"; };
|
||||
1E69E6BF142EED56004E4D93 /* scoped.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scoped.hh; sourceTree = "<group>"; };
|
||||
1E69E6C0142EED56004E4D93 /* scoped.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = scoped.o; sourceTree = "<group>"; };
|
||||
1E69E6C1142EED56004E4D93 /* sized_iterator.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sized_iterator.hh; sourceTree = "<group>"; };
|
||||
1E69E6C2142EED56004E4D93 /* sorted_uniform.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sorted_uniform.hh; sourceTree = "<group>"; };
|
||||
1E69E6C3142EED56004E4D93 /* sorted_uniform_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = sorted_uniform_test; sourceTree = "<group>"; };
|
||||
1E69E6C4142EED56004E4D93 /* sorted_uniform_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sorted_uniform_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6C5142EED56004E4D93 /* string_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string_piece.hh; sourceTree = "<group>"; };
|
||||
1E69E6C6142EED56004E4D93 /* tokenize_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tokenize_piece.hh; sourceTree = "<group>"; };
|
||||
1E69E6EE142EEDA8004E4D93 /* bhiksha.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bhiksha.cc; sourceTree = "<group>"; };
|
||||
1E69E6EF142EEDA8004E4D93 /* bhiksha.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bhiksha.hh; sourceTree = "<group>"; };
|
||||
1E69E6F0142EEDA8004E4D93 /* binary_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary_format.cc; sourceTree = "<group>"; };
|
||||
1E69E6F1142EEDA8004E4D93 /* binary_format.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = binary_format.hh; sourceTree = "<group>"; };
|
||||
1E69E6F2142EEDA8004E4D93 /* binary_format.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = binary_format.o; sourceTree = "<group>"; };
|
||||
1E69E6F3142EEDA8004E4D93 /* blank.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blank.hh; sourceTree = "<group>"; };
|
||||
1E69E6F4142EEDA8004E4D93 /* build_binary.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_binary.cc; sourceTree = "<group>"; };
|
||||
1E69E6F5142EEDA8004E4D93 /* config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cc; sourceTree = "<group>"; };
|
||||
1E69E6F6142EEDA8004E4D93 /* config.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = config.hh; sourceTree = "<group>"; };
|
||||
1E69E6F7142EEDA8004E4D93 /* config.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = config.o; sourceTree = "<group>"; };
|
||||
1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = enumerate_vocab.hh; sourceTree = "<group>"; };
|
||||
1E69E6F9142EEDA8004E4D93 /* facade.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = facade.hh; sourceTree = "<group>"; };
|
||||
1E69E6FA142EEDA8004E4D93 /* left.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = left.hh; sourceTree = "<group>"; };
|
||||
1E69E6FB142EEDA8004E4D93 /* left_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = left_test.cc; sourceTree = "<group>"; };
|
||||
1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lm_exception.cc; sourceTree = "<group>"; };
|
||||
1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lm_exception.hh; sourceTree = "<group>"; };
|
||||
1E69E6FE142EEDA8004E4D93 /* lm_exception.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = lm_exception.o; sourceTree = "<group>"; };
|
||||
1E69E6FF142EEDA8004E4D93 /* max_order.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = max_order.hh; sourceTree = "<group>"; };
|
||||
1E69E700142EEDA8004E4D93 /* model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model.cc; sourceTree = "<group>"; };
|
||||
1E69E701142EEDA8004E4D93 /* model.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model.hh; sourceTree = "<group>"; };
|
||||
1E69E702142EEDA8004E4D93 /* model.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = model.o; sourceTree = "<group>"; };
|
||||
1E69E703142EEDA8004E4D93 /* model_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = model_test; sourceTree = "<group>"; };
|
||||
1E69E704142EEDA8004E4D93 /* model_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model_test.cc; sourceTree = "<group>"; };
|
||||
1E69E705142EEDA8004E4D93 /* model_type.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model_type.hh; sourceTree = "<group>"; };
|
||||
1E69E706142EEDA8004E4D93 /* ngram_query.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ngram_query.cc; sourceTree = "<group>"; };
|
||||
1E69E707142EEDA8004E4D93 /* quantize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = quantize.cc; sourceTree = "<group>"; };
|
||||
1E69E708142EEDA8004E4D93 /* quantize.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = quantize.hh; sourceTree = "<group>"; };
|
||||
1E69E709142EEDA8004E4D93 /* read_arpa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = read_arpa.cc; sourceTree = "<group>"; };
|
||||
1E69E70A142EEDA8004E4D93 /* read_arpa.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = read_arpa.hh; sourceTree = "<group>"; };
|
||||
1E69E70B142EEDA8004E4D93 /* read_arpa.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = read_arpa.o; sourceTree = "<group>"; };
|
||||
1E69E70C142EEDA8004E4D93 /* return.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = return.hh; sourceTree = "<group>"; };
|
||||
1E69E70D142EEDA8004E4D93 /* search_hashed.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_hashed.cc; sourceTree = "<group>"; };
|
||||
1E69E70E142EEDA8004E4D93 /* search_hashed.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_hashed.hh; sourceTree = "<group>"; };
|
||||
1E69E70F142EEDA8004E4D93 /* search_hashed.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = search_hashed.o; sourceTree = "<group>"; };
|
||||
1E69E710142EEDA8004E4D93 /* search_trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_trie.cc; sourceTree = "<group>"; };
|
||||
1E69E711142EEDA8004E4D93 /* search_trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_trie.hh; sourceTree = "<group>"; };
|
||||
1E69E712142EEDA8004E4D93 /* search_trie.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = search_trie.o; sourceTree = "<group>"; };
|
||||
1E69E713142EEDA8004E4D93 /* sri.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sri.cc; sourceTree = "<group>"; };
|
||||
1E69E714142EEDA8004E4D93 /* sri.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sri.hh; sourceTree = "<group>"; };
|
||||
1E69E715142EEDA8004E4D93 /* sri_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sri_test.cc; sourceTree = "<group>"; };
|
||||
1E69E716142EEDA8004E4D93 /* test.arpa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.arpa; sourceTree = "<group>"; };
|
||||
1E69E717142EEDA8004E4D93 /* test_nounk.arpa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_nounk.arpa; sourceTree = "<group>"; };
|
||||
1E69E718142EEDA8004E4D93 /* trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie.cc; sourceTree = "<group>"; };
|
||||
1E69E719142EEDA8004E4D93 /* trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hh; sourceTree = "<group>"; };
|
||||
1E69E71A142EEDA8004E4D93 /* trie.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = trie.o; sourceTree = "<group>"; };
|
||||
1E69E71B142EEDA8004E4D93 /* trie_sort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie_sort.cc; sourceTree = "<group>"; };
|
||||
1E69E71C142EEDA8004E4D93 /* trie_sort.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie_sort.hh; sourceTree = "<group>"; };
|
||||
1E69E71D142EEDA8004E4D93 /* virtual_interface.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = virtual_interface.cc; sourceTree = "<group>"; };
|
||||
1E69E71E142EEDA8004E4D93 /* virtual_interface.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = virtual_interface.hh; sourceTree = "<group>"; };
|
||||
1E69E71F142EEDA8004E4D93 /* virtual_interface.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = virtual_interface.o; sourceTree = "<group>"; };
|
||||
1E69E720142EEDA8004E4D93 /* vocab.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocab.cc; sourceTree = "<group>"; };
|
||||
1E69E721142EEDA8004E4D93 /* vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vocab.hh; sourceTree = "<group>"; };
|
||||
1E69E722142EEDA8004E4D93 /* vocab.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = vocab.o; sourceTree = "<group>"; };
|
||||
1E69E723142EEDA8004E4D93 /* weights.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = weights.hh; sourceTree = "<group>"; };
|
||||
1E69E724142EEDA8004E4D93 /* word_index.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = word_index.hh; sourceTree = "<group>"; };
|
||||
D2AAC046055464E500DB518D /* libkenlm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libkenlm.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@ -139,6 +206,23 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1E69E6C9142EED56004E4D93 /* bit_packing.o in Frameworks */,
|
||||
1E69E6CD142EED56004E4D93 /* ersatz_progress.o in Frameworks */,
|
||||
1E69E6D0142EED56004E4D93 /* exception.o in Frameworks */,
|
||||
1E69E6D5142EED56004E4D93 /* file_piece.o in Frameworks */,
|
||||
1E69E6DE142EED56004E4D93 /* mmap.o in Frameworks */,
|
||||
1E69E6E1142EED56004E4D93 /* murmur_hash.o in Frameworks */,
|
||||
1E69E6E6142EED57004E4D93 /* scoped.o in Frameworks */,
|
||||
1E69E729142EEDA8004E4D93 /* binary_format.o in Frameworks */,
|
||||
1E69E72E142EEDA8004E4D93 /* config.o in Frameworks */,
|
||||
1E69E735142EEDA8004E4D93 /* lm_exception.o in Frameworks */,
|
||||
1E69E739142EEDA8004E4D93 /* model.o in Frameworks */,
|
||||
1E69E741142EEDA8004E4D93 /* read_arpa.o in Frameworks */,
|
||||
1E69E745142EEDA8004E4D93 /* search_hashed.o in Frameworks */,
|
||||
1E69E748142EEDA8004E4D93 /* search_trie.o in Frameworks */,
|
||||
1E69E74E142EEDA8004E4D93 /* trie.o in Frameworks */,
|
||||
1E69E753142EEDA8004E4D93 /* virtual_interface.o in Frameworks */,
|
||||
1E69E756142EEDA8004E4D93 /* vocab.o in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -158,67 +242,8 @@
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1EDA8CEF1418E18B0006FFF2 /* left.hh */,
|
||||
1E91441213D065490005055B /* bhiksha.cc */,
|
||||
1E91441313D065490005055B /* bhiksha.hh */,
|
||||
1E46B5A013BA5C050084F898 /* quantize.cc */,
|
||||
1E46B5A113BA5C050084F898 /* quantize.hh */,
|
||||
1E46B59D13BA5BE10084F898 /* blank.hh */,
|
||||
1E8A94F41288BD570022C4EB /* build_binary.cc */,
|
||||
1E8A94F51288BD570022C4EB /* config.cc */,
|
||||
1E8A94F61288BD570022C4EB /* config.hh */,
|
||||
1E8A94F71288BD570022C4EB /* model_test.cc */,
|
||||
1E8A94F81288BD570022C4EB /* model.cc */,
|
||||
1E8A94F91288BD570022C4EB /* model.hh */,
|
||||
1E8A94FA1288BD570022C4EB /* search_hashed.cc */,
|
||||
1E8A94FB1288BD570022C4EB /* search_hashed.hh */,
|
||||
1E8A94FC1288BD570022C4EB /* search_trie.cc */,
|
||||
1E8A94FD1288BD570022C4EB /* search_trie.hh */,
|
||||
1E8BF7D41278A600009F10C1 /* bit_packing.cc */,
|
||||
1E8BF7951278A443009F10C1 /* trie.cc */,
|
||||
1E8BF7961278A443009F10C1 /* trie.hh */,
|
||||
1E8BF7871278A434009F10C1 /* binary_format.cc */,
|
||||
1E8BF7881278A434009F10C1 /* binary_format.hh */,
|
||||
1E8BF7891278A434009F10C1 /* enumerate_vocab.hh */,
|
||||
1ED9988612783457006BBB6C /* file_piece_test.cc */,
|
||||
1EBB1708126C15C500AE6102 /* facade.hh */,
|
||||
1EBB170B126C15C500AE6102 /* ngram_query.cc */,
|
||||
1EBB170D126C15C500AE6102 /* read_arpa.cc */,
|
||||
1EBB170E126C15C500AE6102 /* read_arpa.hh */,
|
||||
1EBB170F126C15C500AE6102 /* sri_test.cc */,
|
||||
1EBB1710126C15C500AE6102 /* sri.cc */,
|
||||
1EBB1711126C15C500AE6102 /* sri.hh */,
|
||||
1EBB1712126C15C500AE6102 /* test.arpa */,
|
||||
1EBB1713126C15C500AE6102 /* vocab.cc */,
|
||||
1EBB1714126C15C500AE6102 /* vocab.hh */,
|
||||
1EBB1715126C15C500AE6102 /* weights.hh */,
|
||||
1EBB1716126C15C500AE6102 /* word_index.hh */,
|
||||
1EBB16BF126C158600AE6102 /* ersatz_progress.cc */,
|
||||
1EBB16C0126C158600AE6102 /* ersatz_progress.hh */,
|
||||
1EBB16C1126C158600AE6102 /* exception.cc */,
|
||||
1EBB16C2126C158600AE6102 /* exception.hh */,
|
||||
1EBB16C4126C158600AE6102 /* file_piece.cc */,
|
||||
1EBB16C5126C158600AE6102 /* file_piece.hh */,
|
||||
1EBB16C6126C158600AE6102 /* joint_sort_test.cc */,
|
||||
1EBB16C7126C158600AE6102 /* joint_sort.hh */,
|
||||
1EBB16C8126C158600AE6102 /* key_value_packing_test.cc */,
|
||||
1EBB16C9126C158600AE6102 /* key_value_packing.hh */,
|
||||
1EBB16CA126C158600AE6102 /* mmap.cc */,
|
||||
1EBB16CB126C158600AE6102 /* mmap.hh */,
|
||||
1EBB16CC126C158600AE6102 /* murmur_hash.cc */,
|
||||
1EBB16CD126C158600AE6102 /* murmur_hash.hh */,
|
||||
1EBB16CE126C158600AE6102 /* probing_hash_table_test.cc */,
|
||||
1EBB16CF126C158600AE6102 /* probing_hash_table.hh */,
|
||||
1EBB16D0126C158600AE6102 /* proxy_iterator.hh */,
|
||||
1EBB16D1126C158600AE6102 /* scoped.cc */,
|
||||
1EBB16D2126C158600AE6102 /* scoped.hh */,
|
||||
1EBB16D3126C158600AE6102 /* sorted_uniform_test.cc */,
|
||||
1EBB16D4126C158600AE6102 /* sorted_uniform.hh */,
|
||||
1EBB16D6126C158600AE6102 /* string_piece.hh */,
|
||||
1E2B85C112555DB1000770D6 /* lm_exception.cc */,
|
||||
1E2B85C212555DB1000770D6 /* lm_exception.hh */,
|
||||
1E37EBC512496AB400C1C73A /* virtual_interface.cc */,
|
||||
1E37EBC612496AB400C1C73A /* virtual_interface.hh */,
|
||||
1E69E6ED142EEDA8004E4D93 /* lm */,
|
||||
1E69E69A142EED56004E4D93 /* util */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
@ -231,6 +256,119 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1E69E69A142EED56004E4D93 /* util */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1E69E69B142EED56004E4D93 /* bit_packing.cc */,
|
||||
1E69E69C142EED56004E4D93 /* bit_packing.hh */,
|
||||
1E69E69D142EED56004E4D93 /* bit_packing.o */,
|
||||
1E69E69E142EED56004E4D93 /* bit_packing_test */,
|
||||
1E69E69F142EED56004E4D93 /* bit_packing_test.cc */,
|
||||
1E69E6A0142EED56004E4D93 /* ersatz_progress.cc */,
|
||||
1E69E6A1142EED56004E4D93 /* ersatz_progress.hh */,
|
||||
1E69E6A2142EED56004E4D93 /* ersatz_progress.o */,
|
||||
1E69E6A3142EED56004E4D93 /* exception.cc */,
|
||||
1E69E6A4142EED56004E4D93 /* exception.hh */,
|
||||
1E69E6A5142EED56004E4D93 /* exception.o */,
|
||||
1E69E6A6142EED56004E4D93 /* file.cc */,
|
||||
1E69E6A7142EED56004E4D93 /* file.hh */,
|
||||
1E69E6A8142EED56004E4D93 /* file_piece.cc */,
|
||||
1E69E6A9142EED56004E4D93 /* file_piece.cc.gz */,
|
||||
1E69E6AA142EED56004E4D93 /* file_piece.hh */,
|
||||
1E69E6AB142EED56004E4D93 /* file_piece.o */,
|
||||
1E69E6AC142EED56004E4D93 /* file_piece_test */,
|
||||
1E69E6AD142EED56004E4D93 /* file_piece_test.cc */,
|
||||
1E69E6AE142EED56004E4D93 /* have.hh */,
|
||||
1E69E6AF142EED56004E4D93 /* joint_sort.hh */,
|
||||
1E69E6B0142EED56004E4D93 /* joint_sort_test */,
|
||||
1E69E6B1142EED56004E4D93 /* joint_sort_test.cc */,
|
||||
1E69E6B2142EED56004E4D93 /* key_value_packing.hh */,
|
||||
1E69E6B3142EED56004E4D93 /* key_value_packing_test */,
|
||||
1E69E6B4142EED56004E4D93 /* key_value_packing_test.cc */,
|
||||
1E69E6B5142EED56004E4D93 /* mmap.cc */,
|
||||
1E69E6B6142EED56004E4D93 /* mmap.hh */,
|
||||
1E69E6B7142EED56004E4D93 /* mmap.o */,
|
||||
1E69E6B8142EED56004E4D93 /* murmur_hash.cc */,
|
||||
1E69E6B9142EED56004E4D93 /* murmur_hash.hh */,
|
||||
1E69E6BA142EED56004E4D93 /* murmur_hash.o */,
|
||||
1E69E6BB142EED56004E4D93 /* probing_hash_table.hh */,
|
||||
1E69E6BC142EED56004E4D93 /* probing_hash_table_test */,
|
||||
1E69E6BD142EED56004E4D93 /* probing_hash_table_test.cc */,
|
||||
1E69E6BE142EED56004E4D93 /* proxy_iterator.hh */,
|
||||
1E69E6BF142EED56004E4D93 /* scoped.hh */,
|
||||
1E69E6C0142EED56004E4D93 /* scoped.o */,
|
||||
1E69E6C1142EED56004E4D93 /* sized_iterator.hh */,
|
||||
1E69E6C2142EED56004E4D93 /* sorted_uniform.hh */,
|
||||
1E69E6C3142EED56004E4D93 /* sorted_uniform_test */,
|
||||
1E69E6C4142EED56004E4D93 /* sorted_uniform_test.cc */,
|
||||
1E69E6C5142EED56004E4D93 /* string_piece.hh */,
|
||||
1E69E6C6142EED56004E4D93 /* tokenize_piece.hh */,
|
||||
);
|
||||
path = util;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1E69E6ED142EEDA8004E4D93 /* lm */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1E69E6EE142EEDA8004E4D93 /* bhiksha.cc */,
|
||||
1E69E6EF142EEDA8004E4D93 /* bhiksha.hh */,
|
||||
1E69E6F0142EEDA8004E4D93 /* binary_format.cc */,
|
||||
1E69E6F1142EEDA8004E4D93 /* binary_format.hh */,
|
||||
1E69E6F2142EEDA8004E4D93 /* binary_format.o */,
|
||||
1E69E6F3142EEDA8004E4D93 /* blank.hh */,
|
||||
1E69E6F4142EEDA8004E4D93 /* build_binary.cc */,
|
||||
1E69E6F5142EEDA8004E4D93 /* config.cc */,
|
||||
1E69E6F6142EEDA8004E4D93 /* config.hh */,
|
||||
1E69E6F7142EEDA8004E4D93 /* config.o */,
|
||||
1E69E6F8142EEDA8004E4D93 /* enumerate_vocab.hh */,
|
||||
1E69E6F9142EEDA8004E4D93 /* facade.hh */,
|
||||
1E69E6FA142EEDA8004E4D93 /* left.hh */,
|
||||
1E69E6FB142EEDA8004E4D93 /* left_test.cc */,
|
||||
1E69E6FC142EEDA8004E4D93 /* lm_exception.cc */,
|
||||
1E69E6FD142EEDA8004E4D93 /* lm_exception.hh */,
|
||||
1E69E6FE142EEDA8004E4D93 /* lm_exception.o */,
|
||||
1E69E6FF142EEDA8004E4D93 /* max_order.hh */,
|
||||
1E69E700142EEDA8004E4D93 /* model.cc */,
|
||||
1E69E701142EEDA8004E4D93 /* model.hh */,
|
||||
1E69E702142EEDA8004E4D93 /* model.o */,
|
||||
1E69E703142EEDA8004E4D93 /* model_test */,
|
||||
1E69E704142EEDA8004E4D93 /* model_test.cc */,
|
||||
1E69E705142EEDA8004E4D93 /* model_type.hh */,
|
||||
1E69E706142EEDA8004E4D93 /* ngram_query.cc */,
|
||||
1E69E707142EEDA8004E4D93 /* quantize.cc */,
|
||||
1E69E708142EEDA8004E4D93 /* quantize.hh */,
|
||||
1E69E709142EEDA8004E4D93 /* read_arpa.cc */,
|
||||
1E69E70A142EEDA8004E4D93 /* read_arpa.hh */,
|
||||
1E69E70B142EEDA8004E4D93 /* read_arpa.o */,
|
||||
1E69E70C142EEDA8004E4D93 /* return.hh */,
|
||||
1E69E70D142EEDA8004E4D93 /* search_hashed.cc */,
|
||||
1E69E70E142EEDA8004E4D93 /* search_hashed.hh */,
|
||||
1E69E70F142EEDA8004E4D93 /* search_hashed.o */,
|
||||
1E69E710142EEDA8004E4D93 /* search_trie.cc */,
|
||||
1E69E711142EEDA8004E4D93 /* search_trie.hh */,
|
||||
1E69E712142EEDA8004E4D93 /* search_trie.o */,
|
||||
1E69E713142EEDA8004E4D93 /* sri.cc */,
|
||||
1E69E714142EEDA8004E4D93 /* sri.hh */,
|
||||
1E69E715142EEDA8004E4D93 /* sri_test.cc */,
|
||||
1E69E716142EEDA8004E4D93 /* test.arpa */,
|
||||
1E69E717142EEDA8004E4D93 /* test_nounk.arpa */,
|
||||
1E69E718142EEDA8004E4D93 /* trie.cc */,
|
||||
1E69E719142EEDA8004E4D93 /* trie.hh */,
|
||||
1E69E71A142EEDA8004E4D93 /* trie.o */,
|
||||
1E69E71B142EEDA8004E4D93 /* trie_sort.cc */,
|
||||
1E69E71C142EEDA8004E4D93 /* trie_sort.hh */,
|
||||
1E69E71D142EEDA8004E4D93 /* virtual_interface.cc */,
|
||||
1E69E71E142EEDA8004E4D93 /* virtual_interface.hh */,
|
||||
1E69E71F142EEDA8004E4D93 /* virtual_interface.o */,
|
||||
1E69E720142EEDA8004E4D93 /* vocab.cc */,
|
||||
1E69E721142EEDA8004E4D93 /* vocab.hh */,
|
||||
1E69E722142EEDA8004E4D93 /* vocab.o */,
|
||||
1E69E723142EEDA8004E4D93 /* weights.hh */,
|
||||
1E69E724142EEDA8004E4D93 /* word_index.hh */,
|
||||
);
|
||||
path = lm;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@ -245,37 +383,46 @@
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1E37EBC812496AB400C1C73A /* virtual_interface.hh in Headers */,
|
||||
1E2B85C512555DB1000770D6 /* lm_exception.hh in Headers */,
|
||||
1EBB16D8126C158600AE6102 /* ersatz_progress.hh in Headers */,
|
||||
1EBB16DA126C158600AE6102 /* exception.hh in Headers */,
|
||||
1EBB16DD126C158600AE6102 /* file_piece.hh in Headers */,
|
||||
1EBB16DF126C158600AE6102 /* joint_sort.hh in Headers */,
|
||||
1EBB16E1126C158600AE6102 /* key_value_packing.hh in Headers */,
|
||||
1EBB16E3126C158600AE6102 /* mmap.hh in Headers */,
|
||||
1EBB16E5126C158600AE6102 /* murmur_hash.hh in Headers */,
|
||||
1EBB16E7126C158600AE6102 /* probing_hash_table.hh in Headers */,
|
||||
1EBB16E8126C158600AE6102 /* proxy_iterator.hh in Headers */,
|
||||
1EBB16EA126C158600AE6102 /* scoped.hh in Headers */,
|
||||
1EBB16EC126C158600AE6102 /* sorted_uniform.hh in Headers */,
|
||||
1EBB16EE126C158600AE6102 /* string_piece.hh in Headers */,
|
||||
1EBB1717126C15C500AE6102 /* facade.hh in Headers */,
|
||||
1EBB171D126C15C500AE6102 /* read_arpa.hh in Headers */,
|
||||
1EBB1720126C15C500AE6102 /* sri.hh in Headers */,
|
||||
1EBB1722126C15C500AE6102 /* vocab.hh in Headers */,
|
||||
1EBB1723126C15C500AE6102 /* weights.hh in Headers */,
|
||||
1EBB1724126C15C500AE6102 /* word_index.hh in Headers */,
|
||||
1E8BF78B1278A434009F10C1 /* binary_format.hh in Headers */,
|
||||
1E8BF78C1278A434009F10C1 /* enumerate_vocab.hh in Headers */,
|
||||
1E8BF79E1278A443009F10C1 /* trie.hh in Headers */,
|
||||
1E8A95001288BD570022C4EB /* config.hh in Headers */,
|
||||
1E8A95031288BD570022C4EB /* model.hh in Headers */,
|
||||
1E8A95051288BD570022C4EB /* search_hashed.hh in Headers */,
|
||||
1E8A95071288BD570022C4EB /* search_trie.hh in Headers */,
|
||||
1E46B59E13BA5BE10084F898 /* blank.hh in Headers */,
|
||||
1E46B5A313BA5C050084F898 /* quantize.hh in Headers */,
|
||||
1E91441513D065490005055B /* bhiksha.hh in Headers */,
|
||||
1EDA8CF01418E18B0006FFF2 /* left.hh in Headers */,
|
||||
1E69E6C8142EED56004E4D93 /* bit_packing.hh in Headers */,
|
||||
1E69E6CC142EED56004E4D93 /* ersatz_progress.hh in Headers */,
|
||||
1E69E6CF142EED56004E4D93 /* exception.hh in Headers */,
|
||||
1E69E6D2142EED56004E4D93 /* file.hh in Headers */,
|
||||
1E69E6D4142EED56004E4D93 /* file_piece.hh in Headers */,
|
||||
1E69E6D7142EED56004E4D93 /* have.hh in Headers */,
|
||||
1E69E6D8142EED56004E4D93 /* joint_sort.hh in Headers */,
|
||||
1E69E6DA142EED56004E4D93 /* key_value_packing.hh in Headers */,
|
||||
1E69E6DD142EED56004E4D93 /* mmap.hh in Headers */,
|
||||
1E69E6E0142EED56004E4D93 /* murmur_hash.hh in Headers */,
|
||||
1E69E6E2142EED56004E4D93 /* probing_hash_table.hh in Headers */,
|
||||
1E69E6E4142EED57004E4D93 /* proxy_iterator.hh in Headers */,
|
||||
1E69E6E5142EED57004E4D93 /* scoped.hh in Headers */,
|
||||
1E69E6E7142EED57004E4D93 /* sized_iterator.hh in Headers */,
|
||||
1E69E6E8142EED57004E4D93 /* sorted_uniform.hh in Headers */,
|
||||
1E69E6EA142EED57004E4D93 /* string_piece.hh in Headers */,
|
||||
1E69E6EB142EED57004E4D93 /* tokenize_piece.hh in Headers */,
|
||||
1E69E726142EEDA8004E4D93 /* bhiksha.hh in Headers */,
|
||||
1E69E728142EEDA8004E4D93 /* binary_format.hh in Headers */,
|
||||
1E69E72A142EEDA8004E4D93 /* blank.hh in Headers */,
|
||||
1E69E72D142EEDA8004E4D93 /* config.hh in Headers */,
|
||||
1E69E72F142EEDA8004E4D93 /* enumerate_vocab.hh in Headers */,
|
||||
1E69E730142EEDA8004E4D93 /* facade.hh in Headers */,
|
||||
1E69E731142EEDA8004E4D93 /* left.hh in Headers */,
|
||||
1E69E734142EEDA8004E4D93 /* lm_exception.hh in Headers */,
|
||||
1E69E736142EEDA8004E4D93 /* max_order.hh in Headers */,
|
||||
1E69E738142EEDA8004E4D93 /* model.hh in Headers */,
|
||||
1E69E73B142EEDA8004E4D93 /* model_type.hh in Headers */,
|
||||
1E69E73E142EEDA8004E4D93 /* quantize.hh in Headers */,
|
||||
1E69E740142EEDA8004E4D93 /* read_arpa.hh in Headers */,
|
||||
1E69E742142EEDA8004E4D93 /* return.hh in Headers */,
|
||||
1E69E744142EEDA8004E4D93 /* search_hashed.hh in Headers */,
|
||||
1E69E747142EEDA8004E4D93 /* search_trie.hh in Headers */,
|
||||
1E69E74A142EEDA8004E4D93 /* sri.hh in Headers */,
|
||||
1E69E74D142EEDA8004E4D93 /* trie.hh in Headers */,
|
||||
1E69E750142EEDA8004E4D93 /* trie_sort.hh in Headers */,
|
||||
1E69E752142EEDA8004E4D93 /* virtual_interface.hh in Headers */,
|
||||
1E69E755142EEDA8004E4D93 /* vocab.hh in Headers */,
|
||||
1E69E757142EEDA8004E4D93 /* weights.hh in Headers */,
|
||||
1E69E758142EEDA8004E4D93 /* word_index.hh in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -328,35 +475,38 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1E37EBC712496AB400C1C73A /* virtual_interface.cc in Sources */,
|
||||
1E2B85C412555DB1000770D6 /* lm_exception.cc in Sources */,
|
||||
1EBB16D7126C158600AE6102 /* ersatz_progress.cc in Sources */,
|
||||
1EBB16D9126C158600AE6102 /* exception.cc in Sources */,
|
||||
1EBB16DC126C158600AE6102 /* file_piece.cc in Sources */,
|
||||
1EBB16DE126C158600AE6102 /* joint_sort_test.cc in Sources */,
|
||||
1EBB16E0126C158600AE6102 /* key_value_packing_test.cc in Sources */,
|
||||
1EBB16E2126C158600AE6102 /* mmap.cc in Sources */,
|
||||
1EBB16E4126C158600AE6102 /* murmur_hash.cc in Sources */,
|
||||
1EBB16E6126C158600AE6102 /* probing_hash_table_test.cc in Sources */,
|
||||
1EBB16E9126C158600AE6102 /* scoped.cc in Sources */,
|
||||
1EBB16EB126C158600AE6102 /* sorted_uniform_test.cc in Sources */,
|
||||
1EBB171A126C15C500AE6102 /* ngram_query.cc in Sources */,
|
||||
1EBB171C126C15C500AE6102 /* read_arpa.cc in Sources */,
|
||||
1EBB171E126C15C500AE6102 /* sri_test.cc in Sources */,
|
||||
1EBB171F126C15C500AE6102 /* sri.cc in Sources */,
|
||||
1EBB1721126C15C500AE6102 /* vocab.cc in Sources */,
|
||||
1ED9988712783457006BBB6C /* file_piece_test.cc in Sources */,
|
||||
1E8BF78A1278A434009F10C1 /* binary_format.cc in Sources */,
|
||||
1E8BF79D1278A443009F10C1 /* trie.cc in Sources */,
|
||||
1E8BF7D51278A600009F10C1 /* bit_packing.cc in Sources */,
|
||||
1E8A94FE1288BD570022C4EB /* build_binary.cc in Sources */,
|
||||
1E8A94FF1288BD570022C4EB /* config.cc in Sources */,
|
||||
1E8A95011288BD570022C4EB /* model_test.cc in Sources */,
|
||||
1E8A95021288BD570022C4EB /* model.cc in Sources */,
|
||||
1E8A95041288BD570022C4EB /* search_hashed.cc in Sources */,
|
||||
1E8A95061288BD570022C4EB /* search_trie.cc in Sources */,
|
||||
1E46B5A213BA5C050084F898 /* quantize.cc in Sources */,
|
||||
1E91441413D065490005055B /* bhiksha.cc in Sources */,
|
||||
1E69E6C7142EED56004E4D93 /* bit_packing.cc in Sources */,
|
||||
1E69E6CA142EED56004E4D93 /* bit_packing_test.cc in Sources */,
|
||||
1E69E6CB142EED56004E4D93 /* ersatz_progress.cc in Sources */,
|
||||
1E69E6CE142EED56004E4D93 /* exception.cc in Sources */,
|
||||
1E69E6D1142EED56004E4D93 /* file.cc in Sources */,
|
||||
1E69E6D3142EED56004E4D93 /* file_piece.cc in Sources */,
|
||||
1E69E6D6142EED56004E4D93 /* file_piece_test.cc in Sources */,
|
||||
1E69E6D9142EED56004E4D93 /* joint_sort_test.cc in Sources */,
|
||||
1E69E6DB142EED56004E4D93 /* key_value_packing_test.cc in Sources */,
|
||||
1E69E6DC142EED56004E4D93 /* mmap.cc in Sources */,
|
||||
1E69E6DF142EED56004E4D93 /* murmur_hash.cc in Sources */,
|
||||
1E69E6E3142EED57004E4D93 /* probing_hash_table_test.cc in Sources */,
|
||||
1E69E6E9142EED57004E4D93 /* sorted_uniform_test.cc in Sources */,
|
||||
1E69E725142EEDA8004E4D93 /* bhiksha.cc in Sources */,
|
||||
1E69E727142EEDA8004E4D93 /* binary_format.cc in Sources */,
|
||||
1E69E72B142EEDA8004E4D93 /* build_binary.cc in Sources */,
|
||||
1E69E72C142EEDA8004E4D93 /* config.cc in Sources */,
|
||||
1E69E732142EEDA8004E4D93 /* left_test.cc in Sources */,
|
||||
1E69E733142EEDA8004E4D93 /* lm_exception.cc in Sources */,
|
||||
1E69E737142EEDA8004E4D93 /* model.cc in Sources */,
|
||||
1E69E73A142EEDA8004E4D93 /* model_test.cc in Sources */,
|
||||
1E69E73C142EEDA8004E4D93 /* ngram_query.cc in Sources */,
|
||||
1E69E73D142EEDA8004E4D93 /* quantize.cc in Sources */,
|
||||
1E69E73F142EEDA8004E4D93 /* read_arpa.cc in Sources */,
|
||||
1E69E743142EEDA8004E4D93 /* search_hashed.cc in Sources */,
|
||||
1E69E746142EEDA8004E4D93 /* search_trie.cc in Sources */,
|
||||
1E69E749142EEDA8004E4D93 /* sri.cc in Sources */,
|
||||
1E69E74B142EEDA8004E4D93 /* sri_test.cc in Sources */,
|
||||
1E69E74C142EEDA8004E4D93 /* trie.cc in Sources */,
|
||||
1E69E74F142EEDA8004E4D93 /* trie_sort.cc in Sources */,
|
||||
1E69E751142EEDA8004E4D93 /* virtual_interface.cc in Sources */,
|
||||
1E69E754142EEDA8004E4D93 /* vocab.cc in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -302,7 +302,10 @@
|
||||
_LARGE_FILES,
|
||||
"_FILE_OFFSET_BITS=64",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = ../moses/src;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../moses/src,
|
||||
../kenlm,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
../irstlm/lib,
|
||||
@ -335,7 +338,10 @@
|
||||
_LARGE_FILES,
|
||||
"_FILE_OFFSET_BITS=64",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = ../moses/src;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../moses/src,
|
||||
../kenlm,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
../irstlm/lib,
|
||||
|
@ -410,6 +410,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
|
||||
HEADER_SEARCH_PATHS = ../kenlm;
|
||||
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
|
||||
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
|
||||
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64";
|
||||
@ -420,6 +421,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
|
||||
HEADER_SEARCH_PATHS = ../kenlm;
|
||||
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
|
||||
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
|
||||
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64";
|
||||
@ -430,6 +432,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
|
||||
HEADER_SEARCH_PATHS = ../kenlm;
|
||||
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
|
||||
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
|
||||
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64";
|
||||
|
@ -1219,7 +1219,6 @@
|
||||
LM_KEN,
|
||||
LM_IRST,
|
||||
LM_RAND,
|
||||
HAVE_CONFIG_H,
|
||||
"_FILE_OFFSET_BITS=64",
|
||||
_LARGE_FILES,
|
||||
);
|
||||
@ -1252,7 +1251,6 @@
|
||||
LM_KEN,
|
||||
LM_IRST,
|
||||
LM_RAND,
|
||||
HAVE_CONFIG_H,
|
||||
"_FILE_OFFSET_BITS=64",
|
||||
_LARGE_FILES,
|
||||
);
|
||||
|
@ -21,7 +21,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include "Util.h"
|
||||
|
@ -22,7 +22,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#ifndef moses_FactorCollection_h
|
||||
#define moses_FactorCollection_h
|
||||
|
||||
#include "../../config.h"
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef WITH_THREADS
|
||||
#include <boost/thread/shared_mutex.hpp>
|
||||
@ -35,7 +37,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#include <set>
|
||||
#endif
|
||||
|
||||
#include "util/string_piece.hh"
|
||||
#include "../../kenlm/util/string_piece.hh"
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user