📄 infomap-install.control.5
字号:
.\" Process this file with .\" groff -man -Tascii infomap-install.control.5.TH INSTALL.CONTROL 5 "February 2004" "Infomap Project" "Infomap NLP Manual".SH NAME.TP @pkgdatadir@/install.control \- Infomap model installation control files.SH DESCRIPTIONinstall.control files are used to control the behavior of.BR infomap-install (1)when it installs an Infomap NLP model. An install.control file listszero or more files; for each of the files listed, it specifies: (1)whether that file should be installed if it is present in the workingmodel directory; (2) whether a warning should be issued if that fileis missing from the working model directory.The format of an install.control file is simple. Each line of thefile contains a filename, a colon, and a single letter indicating howthat file is to be treated. "Y" means to install the file if it ispresent, and to give a warning if it is missing. "y" means to installthe file if present, but not to warn if it is missing. "N" means toignore the file (i.e. do not install, do not warn if missing). Anyother letter will result in a warning being issued by .BR infomap-install (1).Files will be ignored if they are not mentioned at all in theinstall.control file; the "N" control letter is provided anywayso that filenames can be left in install.control files as placeholders.Blank lines and lines beginning with "#" are ignored..SH EXAMPLESBelow are partial contents of an example install.control file.PD 0# This line is a comment .LP.LP# Install file foo.bar, warn if missing.LPfoo.bar:Y.LP.LP# Install file bam.baz, ignore if missing.LPbam.baz:y.LP.LP# Ignore file yogibear.LPyogibear:N.LP.LP# The following lines are illegal.LP# and will generate warnings.LPjimbob:n.LPjerryjoe:Noinst.PD.SH FILES.I @pkgdatadir@/install.control.RSA default install.control file with generally sensible settings.This file causes those parts of the model necessary for use bysearch-side Infomap programs (like.BR associate (1))to be installed, but not other files. It causes warnings whenfiles essential to.BR associate (1) and other search-side programs are missing, but not when other files are missing..RE.SH SEE ALSO.BR infomap-install (1), \ infomap-build (1)..SH BUGS.BR infomap-install (1)not very robust to malformed install.control files.Please report bugs to .BR infomap-nlp-users@lists.sourceforge.net ..SH CREDITSThe .I install.controlfile format was designed by Scott Cederberg.The Infomap NLP software was written by Stefan Kaufmann, HinrichSchuetze, Dominic Widdows, Beate Dorow, and Scott Cederberg. TheInfomap algorithm was originally developed by Hinrich Schuetze..SH AUTHORThis manual page was written by Scott Cederberg. Please directinquiries and bug reports to .BR infomap-nlp-users@lists.sourceforge.net .
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -