From: Scott C. <ced...@gm...> - 2007-04-10 17:12:57
|
Hi Xochitl, You need to find the prepare_corpus command and add the directory containing it to your path. prepare_corpus is probably in /usr/local/bin, unless you specified the "--prefix" or "--binprefix" arguments to configure, in which case it'll be where you specified. So you'll need to do something like: $ export PATH=3D/usr/local/bin:$PATH in bash, or % setenv PATH /usr/local/bin:$PATH in csh/tcsh. You'll probably want to add the appropriate version of this to your login script, e.g. ~/.bashrc for bash. Hope that helps. Scott P.S. Can you please subscribe to the infomap-nlp-users mailing list if you haven't already, and post future questions there. I'll still get them, but it'll give other people the chance to help as well, and make the help offered available to others via the mailing list archives. You can subscribe here: https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users On 4/10/07, Xochitl Alvarado <xo...@ho...> wrote: > > Hi Scott, > > I have a problem when I try to install the model. > > The error is: > > Building target: /tmp/root/infomap_working_dir//wordlist > Prerequisites: > mar abr 10 04:30:28 CDT 2007 > .................................................. > prepare_corpus \ > -cdir "." \ > -mdir "/tmp/root/infomap_working_dir/" \ > -cfile "" \ > -fnfile "" \ > -chfile "/usr/local/share/infomap-nlp/valid_chars.en" \ > -slfile "/usr/local/share/infomap-nlp/stop.list" \ > -rptfile "" > /bin/sh: prepare_corpus: command not found > make: *** [/tmp/root/infomap_working_dir//wordlist] Error 127 > > Can you help me with this error , please? > > Thanks a lot for your help > > > > _________________________________________________________________ > Descubre Live.com - tu propia p=E1gina de inicio, personalizada para ver = r=E1pidamente todo lo que te interesa en un mismo sitio. > http://www.live.com/getstarted |