Locked History Actions

Diff for "Multiservice"

Differences between revisions 16 and 17
Revision 16 as of 2014-10-15 21:55:02
Size: 3129
Comment:
Revision 17 as of 2014-10-15 21:56:35
Size: 3123
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
 * Ogrodniczuk M., Lenart M. (2011). [[http://glass.ipipan.waw.pl/publications/download/ogro%3Alen%3A11%3Agscl|Multipurpose Linguistic Web Service for Polish]]. In Proceedings of the Language Technology for a Multilingual Europe workshop at the German Society for Computational Linguistics and Language Technology Conference (GSCL 2011), Hamburg, Germany, 2011.  * Ogrodniczuk M., Lenart M. (2011). [[http://glass.ipipan.waw.pl/publications/download/ogro%3Alen%3A11%3Agscl|Multipurpose Linguistic Web Service for Polish]]. In Proceedings of the Language Technology for a Multilingual Europe workshop at the German Society for Computational Linguistics and Language Technology Conference (GSCL 2011), Hamburg, Germany.

Multiservice

ICS PAS Multiservice is a robust linguistic Web service for Polish, combining several mature offline linguistic tools in a common online platform. Packaged TEI P5-based annotation is used as representation format for the service. Apache Thrift is used for data exchange between underlying tools.

In contrast to most frequent approaches, the architecture supports asynchronous handling of requests to enable processing large amounts of text.

Documentation

Reports and publications

Please cite the LREC paper: [ATTACH]

Demo

The Web demo of the service: http://glass.ipipan.waw.pl/multiservice/

Console client

Here you can download python console client script: wsclient.py.

Requires suds python library, you can install it using:

pip install suds

Requirements

Invocation

Console client can be invoked as following:

python wsclient.py <Service1> <Service2> ... < input.txt > output.xml

For example:

python wsclient.py Pantera Spejd DependencyParser < input.txt > output.xml

Output format

Output format is packaged TEI P5 representation (more information about the format is available here: http://glass.ipipan.waw.pl/redmine/projects/multiserwis/wiki/InOut.