[irstlm] 73/78: bug fixed

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


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

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

commit f69113abacbb6436458df35b216e0a88c6b1cac2
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date:   Thu Dec 10 00:31:15 2015 +0100

    bug fixed
---
 src/lmContainer.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lmContainer.h b/src/lmContainer.h
index 7d52273..b70aea8 100644
--- a/src/lmContainer.h
+++ b/src/lmContainer.h
@@ -141,7 +141,7 @@ namespace irstlm {
                         ong.pushc(ng,ngsize);
                         MY_ASSERT (ong.size == ngsize);
 
-			return clprob(ng, ngsize, bow, bol, maxsuffidx, maxsuffptr, statesize, extendible, lastbow);
+			return clprob(ong, bow, bol, maxsuffidx, maxsuffptr, statesize, extendible, lastbow);
 		}
 
 		virtual double clprob(int* ng, int ngsize, topic_map_t& topic_weights, double* bow=NULL, int* bol=NULL, ngram_state_t* maxsuffidx=NULL, char** maxsuffptr=NULL, unsigned int* statesize=NULL,bool* extendible=NULL, double* lastbow=NULL)
@@ -151,7 +151,7 @@ namespace irstlm {
                         ong.pushc(ng,ngsize);
                         MY_ASSERT (ong.size == ngsize);
 
-			return clprob(ng, ngsize, topic_weights, bow, bol, maxsuffidx, maxsuffptr, statesize, extendible, lastbow);
+			return clprob(ong, topic_weights, bow, bol, maxsuffidx, maxsuffptr, statesize, extendible, lastbow);
 		}
 
 		virtual double clprob(ngram ng, double* bow, int* bol, ngram_state_t* maxsuffidx, char** maxsuffptr, unsigned int* statesize, bool* extendible, double* lastbow)

-- 
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