Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2012-01-24 15:00:45 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-01-24 15:00:45 +0400
commit5ae2a24878b8b04522eb5dbf58f6cd7f0b685ca6 (patch)
tree4eeb28b5350f1fd66d05db6e7700757f68151e72 /misc
parentdf6c71a276bfdf1915e80cc064e0deeaee16135f (diff)
add --sort-batch-size arg to train-model.perl
Diffstat (limited to 'misc')
-rw-r--r--misc/processLexicalTable.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/processLexicalTable.vcxproj b/misc/processLexicalTable.vcxproj
index cb32fb1c4..bdb2719fd 100644
--- a/misc/processLexicalTable.vcxproj
+++ b/misc/processLexicalTable.vcxproj
@@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -78,7 +78,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>