Here you can find information about the SVMTool, an open source generator of sequential taggers. The SVMTool has been developed at TALP Research Center NLP group , in Universitat Politècnica de Catalunya.
The SVMTool is a simple and effective generator of sequential taggers based on Support Vector Machine. We have applied the SVMTool to a number of NLP problems, such as Part-of-speech Tagging and Base Phrase Chunking, for different languages. The proposed SVM-based tagger is robust and flexible for feature modelling (including lexicalization), trains efficiently with almost no parameters to tune, and is able to tag thousands of words per second, which makes it really practical for real NLP applications. Regarding accuracy, the SVM-based tagger achieves a very competitive accuracy of 97.2% for English on the Wall Street Journal corpus, which is comparable to the best taggers reported up to date.
The SVMlight software implementation of Vapnik's Support Vector Machine [Vapnik, 1995] by Thorsten Joachims has been used to train the models. For further information on it see here or visit http://svmlight.joachims.org/
Through this web site you will be able to download the SVMTool software. You can also download several models to tag in different languages and models to deal with noisy and ungrammatical texts as those studied in the FAUST project.
Application
Models for PoS Tagging
Latest development versions may be downloaded through subversion.
Everyone is allowed to check out (User: reader, Password: reader).
SVMTool is also open to public contribution. If you feel like helping us in the development, please, e-mail us at so we grant you the necessary permissions.
SVMTool Discussion Group
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.google.es/group/svmt
and post messages at:
SVMT at googlegroups.com
Contributing
The SVMTool library is released under the GNU Lesser General Public License (LGPL) of the Free Software Foundation. This means that it may be linked to and used by commercial software packages. But the license also enforces that any changes or improvements made to the library (and in this case also to the morphological data) must be redistributed under LGPL terms.
Thus, if you improve the software or data, either adding new functionalities, fixing bugs, or building sequential taggers on different data, you can not distribute them under different conditions than those stated in the license (i.e. freely and with no usage restrictions).
If you want that your changes and improvements become useful to many other people using this free software, please contact us (
This report describes the installation and usage of the SVMTool
Please reference this tool in your academic works citing the following paper: