wilk916 / bnt

Automatically exported from code.google.com/p/bnt
0 stars 0 forks source link

Seemingly missing functions from the source code #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
running mk_named_CPT results in an error due to the function 'stringmatch' 
being missing
using gibbs sampling inference there is an error due to the function 
'compute_posterior' being missing

What is the expected output? What do you see instead?

What version of the product are you using?1.07 On what operating system? Win XP 
(SP3)

Please provide any additional information below.

Replacing the reference to 'stringmatch' with 'strmatch' and including the 
'exact' option appears to fix the first problem.
The second problem appears to be solved by running 'installC_BNT' after 
changing the directory in the file and making pathnames consistent with 
windows, i.e. replace all / with  \\. (This contradicts the statement that this 
method is no longer needed).

Original issue reported on code.google.com by joh...@gmail.com on 8 Jul 2010 at 8:43

GoogleCodeExporter commented 8 years ago
thank you very much for posting this problem and the solution for 
compute_posterior. 
I had the same problem with compute_posterior when using gibbs sampling 
inference 

Original comment by wmaiou...@gmail.com on 1 Nov 2010 at 1:05