From: Henry Ip [LIB] <lb...@in...> - 2006-08-16 08:33:16
|
Dear Sir/Madam, I am interested for the infomap project and I would like to launched the = demo. However, I have difficulty when I am installing it. like checking whether we are cross compiling... no,checking for stdint.h...= no etc. How can I solve these kind of problem and can successfully install the = software. Also, how can I associate the web server to the software, I cannot find it = mention on the document. Any windows version available? Thanks , Henry |
From: Henry Ip [LIB] <lb...@in...> - 2006-08-25 07:58:05
Attachments:
set_environment_working_path.txt
|
lbsc@lbip ~/infomap_models/sf $ associate -t -c sf suit NOT lawsuit suit:1.000000 riddance:0.751650 roared:0.711744 succeedest:0.679556 millstones:0.672317 wasting:0.668496 awaketh:0.668073 twofold:0.662726 hivites:0.658278 entangled:0.645702 ordaineth:0.644492 pavilion:0.642435 gap:0.637306 safely:0.637098 wreathen:0.636576 woollen:0.633995 lendeth:0.633501 thresh:0.633468 woof:0.631634 idumea:0.626135 lbsc@lbip ~/infomap_models/sf $ infomap-install sf Using install control file "/usr/local/share/infomap-nlp/install.control" Missing file "word2offset.db". Missing file "offset2word.db". Missing file "number2name.db". Missing file "number2name.dir". Missing file "number2name.pag". Missing file "art2offset.db". Missing file "offset2art.db". |
From: Scott C. <ced...@gm...> - 2006-08-25 15:30:53
|
Hi Henry, I'm glad to hear that you got the software to build and work. It looks to me from the output file you attach that the infomap-install command is actually working; I think you don't need the files it reports as missing. After running infomap-install, can you run "associate" on the installed corpus in the manner described by the documentation? If so, don't worry about the missing files. If not, write back again and I'll try to help you solve the problem. A more detailed explanation of what I think is going on appears below. Except for the files number2name.dir and number2name.pag, all of the files that are missing are "something.db". Probably you have corresponding files something.dir and something.pag for each of these. Although I'm not certain, my guess is that some DBM implementations use two files, a .dir file and a .pag file, to represent a database, while others use a single .db file. So you need *either* a .dir file and a .pag file for a given database, or a .db file, but not both. As for number2name.*, you only need these files for a multi-file corpus. If the corpus you're processing consists of a single file, none of the number2name files are necessary, and they will not be generated. This is clearly a bug in the infomap-install program, in that the output it generates is misleading (it makes it look like something is wrong, since files are "missing", when in fact it doesn't need those files). I have to admit that the infomap-install script was something of an afterthought, added during the packaging. All it does it copy files from one directory to another... you can easily accomplish the same thing by hand or with a script of your own. Hope that helps, Scott On 8/25/06, Henry Ip [LIB] <lb...@in...> wrote: > > > > Dear Sir/Madam, > > Thank you very much for your advice. > After a clean re-installation of the software Cygwin in my windows XP, I > have succesfully install the infomap software and have a trial test. > However, I have some questions below and may need help from you, > I have already test with the following command, it works > $ associate -t -c sf suit NOT lawsuit > However, when i try to use the following command, the some files seem > missing and i have capture the output as the "install_infomap_model.txt" > $ infomap-install sf > > Also, I want to setup the web interface for this software, > can you give me more details about this? > E.g. Which package want, setup hints, or how to setup? > > Thanks for your help. > > Regards, > Henry > > |
From: Dominic W. <wi...@ma...> - 2006-08-16 12:24:08
|
Dear Henry, I hope we can help with some of these things, though it sounds as though it will need some work. > Dear Sir/Madam, > > I am interested for the infomap project and I would like to > launched the demo. > However, I have difficulty when I am installing it. > like checking whether we are cross compiling... no,checking for > stdint.h... no etc. > How can I solve these kind of problem and can successfully install > the software. Is this the output from running "./configure"? I would expect headers like "stdint.h" to come with gcc (I might be wrong). Did your configure script find the gcc compiler successfully? It would help if you were to send the whole output from "./configure" appended if you reply to this message. > Also, how can I associate the web server to the software, I cannot > find it mention on the document. We recently added the Perl/CGI tools that you can use to set up a web interface. However, you need to check them out from the CVS repository, they're not part of the standard distribution, because they aren't very portable at all yet - you'll have to figure out pathnames, etc. The first time we added these people were having trouble getting them from CVS, though I think that was to do with the SourceForge CVS upgrade since it seems to have been working since. > Any windows version available? The Infomap software compiles under Windows using Cygwin (this has generally worked pretty reliably). There is a Windows front end that another contributor on the list made and kindly shared with other users - I'll try and find it in the archive at some point though I have to run now ;-) Best wishes, Dominic > Thanks , > Henry > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642______________________________ > _________________ > infomap-nlp-users mailing list > inf...@li... > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > |