<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://tscan.hum.uu.nl/tscan/static/interface.xsl"?>
<clam xmlns:xlink="http://www.w3.org/1999/xlink" version="3.2.11" id="UU_TSCAN" name="T-scan" user="anonymous" baseurl="https://tscan.hum.uu.nl/tscan" interfaceoptions="" authentication="basic">
    <description>T-Scan is an analysis tool for Dutch text, mainly focusing on text complexity. It has been initially conceptualized by Rogier Kraf and Henk Pander Maat. Rogier Kraf also programmed the first versions. From 2012 on, Henk Pander Maat supervised the development of the extended versions of the tool. These versions were programmed by Maarten van Gompel, Ko van der Sloot, Martijn van der Klis, Sheean Spoel and Luka van der Plas.</description>
    <version></version>
    <author>Ko van der Sloot, Martijn van der Klis, Luka van der Plas, Sheean Spoel, Maarten van Gompel</author>
<affiliation>Utrecht University</affiliation><email>s.j.j.spoel@uu.nl</email><url>https://github.com/UUDigitalHumanitieslab/tscan</url><license>GNU Affero General Public License v3</license>    <customhtml>
    <![CDATA[
    <p>Please consult the <a href="https://github.com/UUDigitalHumanitieslab/tscan/raw/master/docs/tscanhandleiding.pdf">Handleiding</a> when using T-Scan.</p><p>You can <strong>create an account or reset your password</strong> <a href="https://tmanage.hum.uu.nl">here</a>. Login using your <strong>username</strong> below. <strong>Your email address will not work.</strong> If you forgot your username, you can request it <a href="https://tmanage.hum.uu.nl/accounts/password_reset/">here</a>.</p>
    ]]>
    </customhtml>
    <formats>
            <format id="PlainTextFormat" name="Plain Text Format" mimetype="text/plain" />
            <format id="AlpinoXMLFormat" name="Alpino XML" mimetype="text/xml" />
            <format id="FoLiAXMLFormat" name="FoLiA XML" mimetype="text/xml" />
            <format id="XMLStyleSheet" name="XML Stylesheet" mimetype="application/xslt+xml" />
            <format id="CSVFormat" name="Comma Separated Values" mimetype="text/csv" />
    </formats>
    <profiles>
            
        <profile>
         <input>
            <InputTemplate id="textinput" format="PlainTextFormat" label="Text Input" mimetype="text/plain" extension="txt" optional="no" unique="no" acceptarchive="yes">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
                <converter id="docconv">Convert from DOC/DOCX/ODT</converter>
            </InputTemplate>
            <InputTemplate id="stoplist" format="PlainTextFormat" label="Stoplist" mimetype="text/plain" extension="data" optional="yes" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
            <InputTemplate id="myclassification" format="PlainTextFormat" label="Own Classification" mimetype="text/plain" extension="data" optional="yes" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
            <InputTemplate id="adjclassification" format="PlainTextFormat" label="Adjective Classification" mimetype="text/plain" extension="data" optional="yes" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
            <InputTemplate id="nounclassification" format="PlainTextFormat" label="Noun Classification" mimetype="text/plain" extension="data" optional="yes" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
            <InputTemplate id="intensify" format="PlainTextFormat" label="Intensifying words" mimetype="text/plain" extension="data" optional="yes" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
            <InputTemplate id="alpino" format="AlpinoXMLFormat" label="Alpino XML" mimetype="text/xml" extension="xml" optional="yes" unique="no" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="foliaout" format="FoLiAXMLFormat" label="Output analysis" mimetype="text/xml" extension="xml" parent="textinput" unique="no">
                <viewer id="xsltviewer" name="XML Viewer" type="XSLTViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="switchboardforwarder" name="Open in CLARIN Switchboard" type="ForwardViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="xsl" format="XMLStyleSheet" label="Stylesheet for Visualisation" mimetype="application/xslt+xml" filename="tscanview.xsl" parent="stoplist" unique="yes">
            </OutputTemplate>
            <OutputTemplate id="wordcsv" format="CSVFormat" label="Document statistics, per word" mimetype="text/csv" extension="words.csv" parent="textinput" unique="no">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="sencsv" format="CSVFormat" label="Document statistics, per sentence" mimetype="text/csv" extension="sentences.csv" parent="textinput" unique="no">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="parcsv" format="CSVFormat" label="Document statistics, per paragraph" mimetype="text/csv" extension="paragraphs.csv" parent="textinput" unique="no">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="doccsv" format="CSVFormat" label="Document statistics, entire document" mimetype="text/csv" extension="document.csv" parent="textinput" unique="no">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="totalwordcsv" format="CSVFormat" label="Aggregated statistics, per word" mimetype="text/csv" filename="total.word.csv" parent="stoplist" unique="yes">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="totalsencsv" format="CSVFormat" label="Aggregated statistics, per sentence" mimetype="text/csv" filename="total.sen.csv" parent="stoplist" unique="yes">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="totalparcsv" format="CSVFormat" label="Aggregated statistics, per paragraph" mimetype="text/csv" filename="total.par.csv" parent="stoplist" unique="yes">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="totaldoccsv" format="CSVFormat" label="Aggregated statistics, per document" mimetype="text/csv" filename="total.doc.csv" parent="stoplist" unique="yes">
                <meta id="encoding">utf-8</meta>
                <viewer id="tableviewer" name="Table viewer" type="SimpleTableViewer" 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" parent="stoplist" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

    </profiles>
    <parameters>
        <parametergroup name="Parameters">
                    <IntegerParameter id="overlapSize" name="Overlap Size" description="Overlap Size" default="50" value="50" />
                    <FloatParameter id="frequencyClip" name="Frequency Clipping" description="Frequency Clipping" default="99" value="99.0" />
                    <FloatParameter id="mtldThreshold" name="MTLD factor size" description="MTLD factor size" default="0.72" value="0.72" />
                    <ChoiceParameter id="useAlpino" name="Use Alpino parser" description="Use Alpino parser?"> <choice id="yes" selected="1">yes</choice> <choice id="no">no</choice></ChoiceParameter>
                    <ChoiceParameter id="alpinoOutput" name="Store Alpino output" description="Store the Alpino output and input as a treebank file"> <choice id="yes">yes</choice> <choice id="no" selected="1">no</choice></ChoiceParameter>
                    <ChoiceParameter id="useWopr" name="Use Wopr" description="Use Wopr?"> <choice id="yes">yes</choice> <choice id="no" selected="1">no</choice></ChoiceParameter>
                    <ChoiceParameter id="sentencePerLine" name="One sentence per line" description="Are the input texts already split per line?"> <choice id="yes">yes</choice> <choice id="no" selected="1">no</choice></ChoiceParameter>
                    <ChoiceParameter id="prevalence" name="Prevalence data" description="Use prevalence data (http://crr.ugent.be/programs-data/word-prevalence-values) for"> <choice id="nl" selected="1">The Netherlands</choice> <choice id="be">Belgium</choice></ChoiceParameter>
                    <ChoiceParameter id="word_freq_lex" name="Word Frequency List" description="Word frequency list"> <choice id="freqlist_sonarnews_words.freq">freqlist_sonarnews_words.freq</choice> <choice id="freqlist_staphorsius_CLIB_words.freq">freqlist_staphorsius_CLIB_words.freq</choice> <choice id="SoNaR500.wordfreqlist_words.freq">SoNaR500.wordfreqlist_words.freq</choice> <choice id="subtlex_words.freq" selected="1">subtlex_words.freq</choice> <choice id="npo_2022_all_words.freq">npo_2022_all_words.freq</choice></ChoiceParameter>
                    <ChoiceParameter id="lemma_freq_lex" name="Lemma Frequency List" description="Lemma frequency list"> <choice id="subtlex_lemma.freq" selected="1">subtlex_lemma.freq</choice> <choice id="SoNaR500.wordfreqlist_lemma.freq">SoNaR500.wordfreqlist_lemma.freq</choice> <choice id="freqlist_staphorsius_CLIB_lemma.freq">freqlist_staphorsius_CLIB_lemma.freq</choice> <choice id="freqlist_sonarnews_lemma.freq">freqlist_sonarnews_lemma.freq</choice></ChoiceParameter>
                    <ChoiceParameter id="top_freq_lex" name="Top Frequency List" description="Top frequency list"> <choice id="SoNaR500.withoutnames_wordfreqlist20000.freq">SoNaR500.withoutnames_wordfreqlist20000.freq</choice> <choice id="freqlist_sonarnews_words20000.freq">freqlist_sonarnews_words20000.freq</choice> <choice id="SoNaR500.wordfreqlist20000.freq">SoNaR500.wordfreqlist20000.freq</choice> <choice id="subtlex_words20000.freq" selected="1">subtlex_words20000.freq</choice></ChoiceParameter>
                    <ChoiceParameter id="compoundSplitterMethod" name="Compound split method" description="Method used by compound splitting module"> <choice id="mcs">mcs</choice> <choice id="compound-splitter-nl">compound-splitter-nl</choice> <choice id="secos">secos</choice> <choice id="never" selected="1">never</choice></ChoiceParameter>
        </parametergroup>
    </parameters>
    <inputsources>
    </inputsources>
</clam>