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
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-07-07 01:42:52 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-07-07 01:42:52 +0400
commitecef376aedf046932d0697fa20a873db841e1a94 (patch)
tree45108cf9985d5f0f0c19aae7eaa3ea2558438ae2
parent6a060abe74b521df9eb06d532bde1daa94d16bde (diff)
rename InputLatticeNode.h to InputPath.h
-rw-r--r--contrib/other-builds/moses/.project8
-rw-r--r--moses/InputPath.cpp (renamed from moses/InputLatticeNode.cpp)2
-rw-r--r--moses/InputPath.h (renamed from moses/InputLatticeNode.h)0
-rw-r--r--moses/TranslationModel/PhraseDictionary.cpp2
-rw-r--r--moses/TranslationModel/PhraseDictionaryMemory.cpp2
-rw-r--r--moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp2
-rw-r--r--moses/TranslationOptionCollection.cpp2
-rw-r--r--moses/TranslationOptionCollectionText.h2
8 files changed, 10 insertions, 10 deletions
diff --git a/contrib/other-builds/moses/.project b/contrib/other-builds/moses/.project
index 21b68ebbf..04dd7cbda 100644
--- a/contrib/other-builds/moses/.project
+++ b/contrib/other-builds/moses/.project
@@ -472,14 +472,14 @@
<locationURI>PARENT-3-PROJECT_LOC/moses/InputFileStream.h</locationURI>
</link>
<link>
- <name>InputLatticeNode.cpp</name>
+ <name>InputPath.cpp</name>
<type>1</type>
- <locationURI>PARENT-3-PROJECT_LOC/moses/InputLatticeNode.cpp</locationURI>
+ <locationURI>PARENT-3-PROJECT_LOC/moses/InputPath.cpp</locationURI>
</link>
<link>
- <name>InputLatticeNode.h</name>
+ <name>InputPath.h</name>
<type>1</type>
- <locationURI>PARENT-3-PROJECT_LOC/moses/InputLatticeNode.h</locationURI>
+ <locationURI>PARENT-3-PROJECT_LOC/moses/InputPath.h</locationURI>
</link>
<link>
<name>InputType.cpp</name>
diff --git a/moses/InputLatticeNode.cpp b/moses/InputPath.cpp
index 7c349d292..26f19ded5 100644
--- a/moses/InputLatticeNode.cpp
+++ b/moses/InputPath.cpp
@@ -1,4 +1,4 @@
-#include "InputLatticeNode.h"
+#include "InputPath.h"
namespace Moses
{
diff --git a/moses/InputLatticeNode.h b/moses/InputPath.h
index 3aa0a2ac0..3aa0a2ac0 100644
--- a/moses/InputLatticeNode.h
+++ b/moses/InputPath.h
diff --git a/moses/TranslationModel/PhraseDictionary.cpp b/moses/TranslationModel/PhraseDictionary.cpp
index 9a58bf1cd..55383f1aa 100644
--- a/moses/TranslationModel/PhraseDictionary.cpp
+++ b/moses/TranslationModel/PhraseDictionary.cpp
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "moses/InputType.h"
#include "moses/TranslationOption.h"
#include "moses/UserMessage.h"
-#include "moses/InputLatticeNode.h"
+#include "moses/InputPath.h"
#include "util/exception.hh"
using namespace std;
diff --git a/moses/TranslationModel/PhraseDictionaryMemory.cpp b/moses/TranslationModel/PhraseDictionaryMemory.cpp
index 5033070f7..c28e6b9c7 100644
--- a/moses/TranslationModel/PhraseDictionaryMemory.cpp
+++ b/moses/TranslationModel/PhraseDictionaryMemory.cpp
@@ -34,7 +34,7 @@
#include "moses/TranslationModel/RuleTable/LoaderFactory.h"
#include "moses/TranslationModel/RuleTable/Loader.h"
#include "moses/TranslationModel/CYKPlusParser/ChartRuleLookupManagerMemory.h"
-#include "moses/InputLatticeNode.h"
+#include "moses/InputPath.h"
using namespace std;
diff --git a/moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp b/moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp
index fb9a37773..06ae9fbb1 100644
--- a/moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp
+++ b/moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp
@@ -22,7 +22,7 @@
#include "moses/InputFileStream.h"
#include "moses/StaticData.h"
#include "moses/TargetPhraseCollection.h"
-#include "moses/InputLatticeNode.h"
+#include "moses/InputPath.h"
#include "moses/TranslationModel/CYKPlusParser/DotChartOnDisk.h"
#include "moses/TranslationModel/CYKPlusParser/ChartRuleLookupManagerOnDisk.h"
diff --git a/moses/TranslationOptionCollection.cpp b/moses/TranslationOptionCollection.cpp
index 7bcad4464..6417bf04d 100644
--- a/moses/TranslationOptionCollection.cpp
+++ b/moses/TranslationOptionCollection.cpp
@@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "DecodeStepTranslation.h"
#include "DecodeGraph.h"
#include "moses/FF/UnknownWordPenaltyProducer.h"
-#include "InputLatticeNode.h"
+#include "InputPath.h"
using namespace std;
diff --git a/moses/TranslationOptionCollectionText.h b/moses/TranslationOptionCollectionText.h
index 3ae062b00..d3810c798 100644
--- a/moses/TranslationOptionCollectionText.h
+++ b/moses/TranslationOptionCollectionText.h
@@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define moses_TranslationOptionCollectionText_h
#include "TranslationOptionCollection.h"
-#include "InputLatticeNode.h"
+#include "InputPath.h"
#include <map>
#include <vector>