Size: 1600
Comment:
|
Size: 1942
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl +All:read Default | |
Line 9: | Line 10: |
* Users guide: [[http://glass.ipipan.waw.pl/redmine/projects/multiserwis/wiki/Usage]] | * Users guide: [[http://redmine.nlp.ipipan.waw.pl/redmine/projects/multiserwis/wiki/Usage]] |
Line 13: | Line 14: |
== Reports and publications == Please cite the LREC paper: <<BibMate(key, "ogro:len:12:lrec", omitYears=true)>> but you may also read: <<BibMate(key, "ogro:len:13:nldb", omitYears=true)>> <<BibMate(key, "ogro:len:11:gscl", omitYears=true)>> <<BibMate(key, "ogr:11:format", omitYears=true)>> |
|
Line 15: | Line 28: |
The Web demo of the service: [[http://glass.ipipan.waw.pl/multiservice/]] | The Web demo of the service: [[http://multiservice.nlp.ipipan.waw.pl/]] |
Line 46: | Line 59: |
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]]. | Output format is packaged TEI P5 representation (more information about the format is available here: [[http://redmine.nlp.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
Users guide: http://redmine.nlp.ipipan.waw.pl/redmine/projects/multiserwis/wiki/Usage
Admins guide (Polish): Multiserwis-Administracja.pdf
Developers guide (Polish): Multiserwis-Źródła.pdf
Reports and publications
Please cite the LREC paper:
but you may also read:
Demo
The Web demo of the service: http://multiservice.nlp.ipipan.waw.pl/
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
- 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://redmine.nlp.ipipan.waw.pl/redmine/projects/multiserwis/wiki/InOut.