Skip to content

Instantly share code, notes, and snippets.

@bmaland
Created November 23, 2010 17:41
Show Gist options
  • Save bmaland/712168 to your computer and use it in GitHub Desktop.
Save bmaland/712168 to your computer and use it in GitHub Desktop.
serverstart.sh
$ TimblServer -f dimin.train -S 6060
TiMBL Server 1.0.0 (c) ILK 1998 - 2010.
Tilburg Memory Based Learner
[...]
> require "timbl_client"
=> true
> client = TimblClient.new
=> #<TimblClient:0x9a0d184 @host="localhost", @port=6060, @socket=#<TCPSocket:fd 3>
> client.tag("=,=,=,=,=,=,=,=,+,p,e,=,?")
=> {:category=>"T"}
> client.tag("=,=,=,=,+,b,a,rd,-,m,A,n,?")
=> {:category=>"E"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment