<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://webservices.cls.ru.nl/alpino/static/interface.xsl"?>
<clam xmlns:xlink="http://www.w3.org/1999/xlink" version="3.2.10" id="alpino" name="Alpino Webservice" user="anonymous" baseurl="https://webservices.cls.ru.nl/alpino" interfaceoptions="centercover,coverheight100" authentication="oauth,basic">
    <description>Alpino is a dependency parser for Dutch, developed in the context of the PIONIER Project Algorithms for Linguistic Processing, developed by Gertjan van Noord at the University of Groningen. You can upload either tokenised or untokenised files (which will be automatically tokenised for you using ucto), the output will consist of a zip file containing XML files, one for each sentence in the input document.</description>
    <version>2.4.1</version>
    <author>Gertjan van Noord (backend), Maarten van Gompel (webservice)</author>
<affiliation>Rijksuniversiteit Groningen (backend), Radboud Universiteit Nijmegen (webservice)</affiliation><email>lamasoftware@science.ru.nl</email><url>http://www.let.rug.nl/vannoord/alp/Alpino/</url><license>GNU General Public License v3</license>    <customhtml>
    <![CDATA[
    <p class="alert alert info"><strong>Data processing notice:</strong> All data you upload to this service and data obtained using this service will remain yours and is accessible only by you and our technical staff. Your data will not be shared with third parties and not be used for any purpose other than this service's operation. You can remove your projects at any time and are encouraged to do so, which will remove your data from our servers permanently. We can not guarantee any long-term storage of your data so you are recommended to download the results and store it yourself immediately; projects on the server will be automatically deleted after 30 days. Despite our security precautions, we do discourage use of this service for highly confidential material as there is no encryption on the storage. Last, we also collect some statistics on the frequency of use of this service, when shared this will always be anonymised.</p>
    ]]>
    </customhtml>
    <formats>
            <format id="PlainTextFormat" name="Plain Text Format" mimetype="text/plain" />
            <format id="AlpinoXMLCollection" name="Alpino XML Collection" mimetype="application/zip" />
            <format id="FoLiAXMLFormat" name="FoLiA XML" mimetype="text/xml" />
    </formats>
    <profiles>
            
        <profile>
         <input>
            <InputTemplate id="tokinput" format="PlainTextFormat" label="Plaintext tokenised input, one sentence per line" mimetype="text/plain" extension="tok" optional="no" unique="no" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="alpinooutput" format="AlpinoXMLCollection" label="Alpino XML output (XML files per sentence)" mimetype="application/zip" extension="alpinoxml.zip" parent="tokinput" unique="no">
            </OutputTemplate>
            <OutputTemplate id="foliaoutput" format="FoLiAXMLFormat" label="FoLiA XML Output" mimetype="text/xml" extension="folia.xml" parent="tokinput" unique="no">
                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="untokinput" format="PlainTextFormat" label="Plaintext document (untokenised)" mimetype="text/plain" extension="txt" optional="no" unique="no" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="tokoutput" format="PlainTextFormat" label="Plaintext tokenised output, one sentence per line" mimetype="text/plain" extension="tok" parent="untokinput" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="alpinooutput" format="AlpinoXMLCollection" label="Alpino XML output (XML files per sentence)" mimetype="application/zip" extension="alpinoxml.zip" parent="untokinput" unique="no">
            </OutputTemplate>
            <OutputTemplate id="foliaoutput" format="FoLiAXMLFormat" label="FoLiA XML Output" mimetype="text/xml" extension="folia.xml" parent="untokinput" unique="no">
                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

    </profiles>
    <parameters>
    </parameters>
    <inputsources>
    </inputsources>
</clam>