1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
.TH timblclient 1 "2014 december 2"
.SH NAME
timblclient \- a simple client to access the Tilburg Memory Based Learner Server
.
.SH SYNOPSIS
.
timblclient \-h host \-p port [\-i inputfile] [\-i outputfile] [\-\-batch] [\-b basename]
.SH DESCRIPTION
timblclient connects to a TimblServer on 'host':'port' and sends it the normal
instructions. (see
.B timblserver
)
.SH OPTIONS
The
.B timblclient
options are
.TP
.BR \-i " inputfile"
.RS
a series of timblserver commands.
When BATCH is specified, inputfile is supposed to be a 'normal'
.B Timbl
testfile. Every line is send to the timblserver as a 'classify' command.
Default is stdin.
.RE
.BR \-o " outputfile"
.RS
Where to put the results. Default is stdout.
.RE
.BR \-\-batch
.RS
When
.B \-\-batch
is specified, the input from 'inputfile' is not interpreted as
timblserver commands, but as instances that will be send 'as is' prepended by
a classify instruction.
.RE
.BR \-h " host"
.RS
connect to the server on 'host'
.RE
.BR \-p " port"
.RS
connect to 'port' on 'host'
.RE
.BR \-b " basename"
.RS
set the base in TimblServer to 'base'
.RE
.SH BUGS
This is just a simple testprogram, and rather clumsy.
.SH AUTHORS
Ko van der Sloot timbl@uvt.nl
.SH SEE ALSO
.BR timbl (1)
.BR timblserver (1)
|