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:
authorMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-03 19:02:47 +0400
committerMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-03 19:02:47 +0400
commit023bd0c813e638ea174746d665e07c2768498cef (patch)
treecf8df19b230761519bd7f2e801e02457bf8eab76 /misc
parenta35791893fa4399487019d3d015854694aa573eb (diff)
Credits added
Diffstat (limited to 'misc')
-rw-r--r--misc/processLexicalTableMin.cpp15
-rw-r--r--misc/processPhraseTableMin.cpp15
2 files changed, 26 insertions, 4 deletions
diff --git a/misc/processLexicalTableMin.cpp b/misc/processLexicalTableMin.cpp
index a0adbbb21..cee984bad 100644
--- a/misc/processLexicalTableMin.cpp
+++ b/misc/processLexicalTableMin.cpp
@@ -23,12 +23,23 @@ void printHelp(char **argv)
#ifdef WITH_THREADS
"\t-threads int -- number of threads used for conversion\n"
#endif
- "\n";
+ "\n\n"
+
+ " For more information see: http://www.statmt.org/moses/...\n"
+ " and\n\n"
+ " @article { junczys_mtm_2012,\n"
+ " author = { Marcin Junczys-Dowmunt },\n"
+ " title = { Phrasal Rank-Encoding: Exploiting Phrase Redundancy and\n"
+ " Translational Relations for Phrase Table Compression },\n"
+ " journal = { The Prague Bulletin of Mathematical Linguistics },\n"
+ " volume = { 98 },\n"
+ " year = { 2012 },\n"
+ " note = { Proceedings of the MT Marathon 2012, Edinburgh },\n"
+ " }\n\n";
}
int main(int argc, char** argv)
{
- std::cerr << "processLexicalTableCompact by Marcin Junczys-Dowmunt\n";
std::string inFilePath;
std::string outFilePath("out");
diff --git a/misc/processPhraseTableMin.cpp b/misc/processPhraseTableMin.cpp
index f06ad1b9b..1181eccc6 100644
--- a/misc/processPhraseTableMin.cpp
+++ b/misc/processPhraseTableMin.cpp
@@ -23,12 +23,23 @@ void printHelp(char **argv) {
#ifdef WITH_THREADS
"\t-threads int -- number of threads used for conversion\n"
#endif
- "\n";
+ "\n\n"
+
+ " For more information see: http://www.statmt.org/moses/...\n"
+ " and\n\n"
+ " @article { junczys_mtm_2012,\n"
+ " author = { Marcin Junczys-Dowmunt },\n"
+ " title = { Phrasal Rank-Encoding: Exploiting Phrase Redundancy and\n"
+ " Translational Relations for Phrase Table Compression },\n"
+ " journal = { The Prague Bulletin of Mathematical Linguistics },\n"
+ " volume = { 98 },\n"
+ " year = { 2012 },\n"
+ " note = { Proceedings of the MT Marathon 2012, Edinburgh },\n"
+ " }\n\n";
}
int main(int argc, char **argv) {
- std::cerr << "processPhraseTableCompact by Marcin Junczys-Dowmunt\n";
std::string inFilePath;
std::string outFilePath("out");