[irstlm] 15/126: Added context-dependent language model into compilation

Giulio Paci giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:46:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

giuliopaci-guest pushed a commit to annotated tag adaptiveLM.v0.1
in repository irstlm.

commit b301335e49355b5a7ef6acc43872cc24a1fd3e74
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date:   Tue Jul 21 11:28:11 2015 +0200

    Added context-dependent language model into compilation
---
 src/CMakeLists.txt | 1 +
 src/Makefile.am    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a23784e..7148b2c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -34,6 +34,7 @@ SET( LIB_IRSTLM_SRC
         lmmacro.h lmmacro.cpp
         lmtable.h lmtable.cpp
         lmInterpolation.h lmInterpolation.cpp
+        lmContextDependent.h lmContextDependent.h.cpp
         mempool.h mempool.cpp 
         mfstream.h mfstream.cpp 
         n_gram.h n_gram.cpp 
diff --git a/src/Makefile.am b/src/Makefile.am
index 1f8a065..1a0fd46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@ libirstlm_la_HEADERS = \
   lmmacro.h \
   lmtable.h \
   lmInterpolation.h \
+  lmContextDependent.h \
   mempool.h \
   mfstream.h \
   n_gram.h \
@@ -44,6 +45,7 @@ libirstlm_la_SOURCES = \
   lmmacro.cpp \
   lmtable.cpp \
   lmInterpolation.cpp \
+  lmContextDependent.cpp \
   mempool.cpp \
   mfstream.cpp \
   n_gram.cpp \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git



More information about the debian-science-commits mailing list