.TH mbtserver 1 "2014 december 2" .SH NAME mbtserver \- Tilburg Memory Based Tagger Server .SH SYNOPSIS mbtserver [server options] or mbtserver \-s settingsfile \-S portnumber .B (deprecated) .SH DESCRIPTION mbtserver extends .B mbt with a server layer. It provided the possibility to access a trained tagger from multiple sessions. It also allows one to run and access different taggers in parallel. .SH OPTIONS .BR \-h " or " \-\-help .RS show help .RE .BR \-\-config=file .RS read the settings for one or more taggers from the specified configuration file. A configuration file .I must contain a port specification: port= It .I may provide a limit to the number of parallel connections: maxconn= And it .I must give one or more mbt tagger descriptions: = The is a basename for the Tagger that will be started with the options specified. The basename is needed because it is possible to start several (different) taggers. When accessing the server, we need a way to tell which Tagger we want to use. In general, the mbt options line will just be something like: "\-s ", where settingsfile is a file generated by .B mbtg example config file: .RS .nf port=4567 maxconn=15 test1 = \-s tests/eindh.set another = \-s tests/wotan.set .fi .RE .RE .BR \-\-pidfile =file .RS store the pid of the main server process in file .RE .BR \-\-logfile =file .RS log server actions to file .RE .BR \-\-daemonize =[yes|no] .RS run the server as a daemon. Default is yes. .RE .BR \-V " or " \-\-version .RS show version .RE .B deprecated options are .B \-s settingsfile .RS read settings (probably generated with .B mbtg ) from the settingsfile .RE .B \-S .RS run the server on 'port'. .RE For .B mbt options see .BR mbt (1) .SH Accessing the server To Do .SH BUGS possibly .SH AUTHORS Ko van der Sloot Timbl@uvt.nl Antal van den Bosch Timbl@uvt.nl .SH SEE ALSO .BR mbt (1) .BR mbtg (1) .BR timbl (1)