Locked History Actions

Diff for "Multiservice"

Differences between revisions 4 and 10 (spanning 6 versions)
Revision 4 as of 2014-09-25 16:07:32
Size: 707
Editor: MichalLenart
Comment:
Revision 10 as of 2014-09-26 15:29:55
Size: 1476
Editor: MichalLenart
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== Documentation (in Polish) == == Documentation ==
Line 9: Line 9:
 * Admin's guide: [[attachment:Multiserwis-Administracja.pdf]]
 * Developer's guide: [[attachment:Multiserwis-Źródła.pdf]]
 * Users guide: [[http://glass.ipipan.waw.pl/redmine/projects/multiserwis/wiki/Usage]]
 *
Admins guide (Polish): [[attachment:Multiserwis-Administracja.pdf]]
 * Developers guide (Polish): [[attachment:Multiserwis-Źródła.pdf]]

== Demo ==
Line 13: Line 16:

== Console client ==

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

=== Requirements ===
 * Python 2.7
 * suds python package ([[https://fedorahosted.org/suds/]])

=== 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]].

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

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.

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.