Closed jcapde closed 7 years ago
Hi,
I think I've found which is the problem.
When I create the data files from text, I was running:
java -cp HLTA.jar:HLTA-deps.jar tm.text.Convert data/sample 1000 1 data/extracted/
Unfortunately, this creates a sample.txt file, whose content contains a line such as Name: data/sample. When loading the dataset from this file, I believe data/sample is tokenised, causing the creation of an extra variable. This variable is the one that was causing the above error.
For the time being, I'll be manually modifying the line Name: data/sample in the sample.txt file, so it avoids the creation of a new variable when parsing
Thanks, Joan
Thanks for your report.
I should have fixed the issue in version 1.4.1. The generated data file should not contain any non-alphanum characters for the file name. However, I didn't really check it.
Hi,
Thanks for sharing the code for HLTA.
I'm trying to run PEM in the NIPS dataset, but I'm constantly getting this error in the clique tree propagation. The attribute _cells of Function returned by functions.get(var).project(var, value) seems to be empty for some runs.
Thanks