-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
59 lines (38 loc) · 1.88 KB
/
INSTALL
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
SVMTool v1.3
---------------------------------------------------------------------
Copyright (C) 2004-2006 Jesus Gimenez and Lluis Marquez
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
---------------------------------------------------------------------
This is the Perl version of the SVMTool 1.3, a very simple and effective
sequential tagger based on Support Vector Machines. A C++ version is
also availble.
To configure this module, cd to the directory that contains this README file
and type the following:
perl Makefile.PL
Alternatively, if you plan to install SVMTool somewhere other than
your system's perl library directory. You can type something like this:
perl Makefile.PL PREFIX=/home/me/perl
Then to build you run make.
make
If you have write access to the installation directories, you may then
install by typing:
make install
Remember to properly set 'path' and PERL5LIB variables:
set path = ($path /home/me/SVMTool-1.3/bin)
setenv PERL5LIB /home/me/SVMTool-1.3/lib:$PERL5LIB
Discussion on features and bugs of this software as well as information
about oncoming updates takes place on the SVMTool group, to which
you can subscribe at:
http://groups-beta.google.com/group/SVMTool
and post messages at: