From: German R. <ri...@ls...> - 2004-04-24 11:30:26
|
Dominic Widdows wrote: >Dear German, > >This seems to have been a pathnames problem: adding the line > > model_data_dir = strcat( model_dir_parent, model_tag ); > >seems to have fixed it (and another ++argv; --argc; has prevented the >printing of trivial files at the beginning of the results. > >I've released a version 0.8.5 with these fixes - please let me know if >this solves it for you. > > Dear Dominic, Thanks a lot, however, it seems that the new version still not solve the problem. [rigau@meaning infomap-nlp-0.8.5]$ associate -c kjbible god god:1.000000 lord:0.670154 disgrace:0.617541 scoffers:0.567710 deceivableness:0.553055 ... [rigau@meaning infomap-nlp-0.8.5]$ associate -d -c kjbible god 3999484:0.800569 4300759:0.799777 4175212:0.796587 4179848:0.795709 2290800:0.795502 ... but [rigau@meaning infomap-nlp-0.8.5]$ print_doc -c kjbible 3999484 model_params.c: read_corpus_format(): can't open file: No such file or directory Can't read corpus format file "/home/rigau/tools/infomap-nlp-0.8.5/models/kibib/corpus_format.bin" when nothing has been said about a "kibib" model. It do not exists at all. There is only the kjbible in the models folder. Obviously, it is a path problem... or maybe I'm doing something wrong... Best wishes, German |