From: Beate D. <do...@IM...> - 2004-04-20 09:23:41
|
Hi Dominic, >One question, though - is there a default location for the COL_LABEL_FILE? >It can be set in the default-params file and since it's a special option I >guess it doesn't need a default (since the default is not to have one). >Does this sound reasonable? The infomap-build script initializes a variable COL_LABELS_FROM_FILE with 0 and COL_LABEL_FILE with "". So unless the user specifies these variables otherwise (via the -D option of infomap-build or via the parameter file), column labels are "computed" automatically just as before. I think you are right, since a column label file is not necessary for the code, a default location probably doesn't make so much sense. What we could do is to initialize in analogy to the stoplist file: COL_LABELS_FROM_FILE=0 COL_LABEL_FILE="@pkgdatadir@/col.labels" If the user sets COL_LABELS_FROM_FILE to 1, then column labels will be read from the default location. It may however confuse the user that although the Boolean variable is set to 0, COL_LABEL_FILE is not empty. What do you think? Sleep well, Beate > >Best wishes, >Dominic > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >infomap-nlp-devel mailing list >inf...@li... >https://lists.sourceforge.net/lists/listinfo/infomap-nlp-devel > |