<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://portal.clarin.nl"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>CLARIN-NL - speech processing</title>
 <link>http://portal.clarin.nl/taxonomy/term/39</link>
 <description> the service is a speech processing service </description>
 <language>en</language>
<item>
 <title>TTNWW</title>
 <link>http://portal.clarin.nl/node/1964</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
     &lt;img src=&quot;http://dev.clarin.nl/sites/default/files/ttnww.jpg&quot; height=&quot;400&quot; width=&quot;400&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;TTNWW - TST Tools voor het Nederlands als Webservices in een Workflow&lt;/h4&gt;
&lt;b&gt;Summary&lt;/b&gt;   
&lt;p style=&quot;text-align:justify&quot;&gt;
TTNWW integrates and makes available existing Language Technology (LT) software components for the Dutch language that have been developed in the STEVIN and CGN projects.
The LT components (for text and speech) are made available as web-services in a simplified &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt; system that enables researchers without much technical background to use standard LT &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt; recipes.
&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Background&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;text-align:justify&quot;&gt;
The web services are available in two separate domains: &quot;Text&quot; and &quot;Speech&quot; processing. For &quot;Text&quot;, workflows for the following functionality is offered by TTNWW:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Orthographic Normalisation using TICCLops (version CLARIN-NL 1.0) &lt;/li&gt;
&lt;li&gt;Part of Speech Tagging, Lemmatisation, Chunking, limited Multiword Unit Recognition, and Grammatical Relation Assignment by Frog (Version 012.012) &lt;/li&gt;
&lt;li&gt;Syntactic Parsing (including grammatical relation assignment, limited named entity recognition, and limited multiword unit recognition) by the Alpino Parser (version 1.3)&lt;/li&gt;
&lt;li&gt;Semantic Annotation&lt;/li&gt;
&lt;li&gt;Named Entity Recognition&lt;/li&gt;
&lt;li&gt;Co-reference Assignment&lt;/li&gt;
&lt;/ul&gt;

For &quot;Speech&quot;, the following workflows are offered:
&lt;ul&gt;&lt;li&gt;Automatic Transcription of speech files using a Netherlands Dutch acoustic model&lt;/li&gt;
&lt;li&gt;Automatic Transcription of speech files using a Flemish Dutch acoustic model&lt;/li&gt;
&lt;li&gt;Conversion of the input speech file to the required sampling rate, followed by automatic transcription&lt;/li&gt;
&lt;/ul&gt;
 
The TTNWW services have been created in a Dutch and Flemish collaboration project building on the results of past Dutch and Flemish projects. The web services are partly deployed in the SURF-SARA BiG-Grid cloud or at CLARIN centres in the Netherlands and at CLARIN VL University partners.&lt;br /&gt;&lt;br /&gt;
The architecture of the TTNWW portal consists out of several components and follows the principles of Service Oriented Architecture (&lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/168&quot;&gt;&lt;dfn title=&quot;Service-oriented architecture
See: http://en.wikipedia.org/wiki/Service-oriented_architecture&quot;&gt;SOA&lt;/dfn&gt;&lt;/a&gt;). The TTNWW  GUI front-end is a Flex module that communicates with the TTNWW web-application which keeps track of the different sessions and knows which LT recipes are available. TTNWW communicates assigments (&lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt; specifications)  to the WorkflowService that evaluates the requested &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt; and requests the DeploymentSevice to start the required LT web-services. After initialization of the LT web-services, the &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt; specification is sent to the Taverna Server, that takes further care of the &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt;.
&lt;br /&gt;&lt;br /&gt;
To facilitate the process of wrapping applications that were originally designed as standalone applications into web services, the CLAM  (Computational Linguistics Application Mediator) wrapper software allows for easy and transparent transformation of applications into RESTful web services.
The CLAM software has extensively been used in the TTNWW project for both text and speech processing tools. With the exception of Alpino and MBSRL all web services work operate on CLAM wrappers.
&lt;br /&gt;&lt;br /&gt;
Given the number of web services involved in the TTNWW project and possibilities offered by the cloud environment the preferred method of delivering the web service installations was delivery of complete virtual machine images by the LT providers. These could be directly uploaded into the cloud environment and thus relieving the CLARIN centres nd LT providers from the original foreseen task of running the webservices themselves. A potential advantage of this method, that has not been exploited in the project yet, is that these images may be also be delivered directly to the end user so these can be run in a local configuration using virtualization software such as VMWare of VirtualBox.
&lt;br /&gt;&lt;br /&gt;
The &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/122&quot;&gt;&lt;dfn title=&quot;A workflow consists of a sequence of concatenated (connected) steps. Emphasis is on the flow paradigm, where each step follows the precedent without delay or gap and ends just before the subsequent step may begin. This concept is related to non overlapping tasks of single resources.
&quot;&gt;workflow&lt;/dfn&gt;&lt;/a&gt; engine used in the project was Taverna.  But build on top of this was a a number of selectable task recipes, following a task oriented approach in line with the premises that users with no or little technical expertise should be able to use the system. In this context, tasks are understood in terms of end results of processes such as semantic role labelling, pos tagging or syntactic analysis and ready-made workflows are constructed that can be readily used by the end user.

&lt;b&gt;Contacts&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Project leader: Marc Kemps-Snijders (NL), Ineke Schuurman (VL)
 &lt;/li&gt;&lt;li&gt;CLARIN center: Meertens Institute (portal) and others (web-services).
&lt;/li&gt;&lt;li&gt;Help contact : n.a.&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Links&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Web-sites: n.a.
&lt;/li&gt;&lt;li&gt;User scenario&#039;s (screencasts, screenshots): n.a. 
&lt;/li&gt;&lt;li&gt;Manual: &lt;a href=&quot;http://yago.meertens.knaw.nl/apache/TTNWW/assets/TTNWW.pdf&quot;&gt;http://yago.meertens.knaw.nl/apache/TTNWW/assets/TTNWW.pdf&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Tool/Service link: &lt;a href=&quot;http://yago.meertens.knaw.nl/apache/TTNWW/&quot;&gt;http://yago.meertens.knaw.nl/apache/TTNWW/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Publications: n.a.
&lt;/li&gt;&lt;/ul&gt;   &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Research domain  &lt;/h3&gt;

  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/45&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Communication &amp;amp; Media Studies&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/50&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;History&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/209&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Oral History&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/58&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Linguistics&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/218&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Morpho-syntax&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/207&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Orthography&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/54&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Discourse&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/53&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Semantics&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/51&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Syntax&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Language  &lt;/h3&gt;

  &lt;div class=&quot;field-language&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/67&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Dutch&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Resource tags  &lt;/h3&gt;

  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/41&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;service&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/39&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;speech processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/40&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;text processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/37&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web-application&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/24&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web-service&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Tool task  &lt;/h3&gt;

  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/84&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;parsing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/89&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;audio-visual processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/90&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;speech recognition&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/223&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;speech transcription&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/224&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;up/down sampling&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/80&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;text processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/222&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;chunking&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/219&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;co-reference assignment&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/220&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;grammatical relation assignment&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/221&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;multiword unit identification&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/208&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;orthographic normalisation&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/81&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;POS tagging&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/73&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;tokenization&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/79&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;lemmatisation&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/91&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;NE recognition&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    CLARIN centre  &lt;/h3&gt;

  &lt;div class=&quot;field-clarin-centre-ref&quot;&gt;
    &lt;a href=&quot;/node/1935&quot;&gt;Meertens/HuC &lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Country  &lt;/h3&gt;

  &lt;div class=&quot;field-country&quot;&gt;
    Netherlands  &lt;/div&gt;
</description>
 <pubDate>Sun, 15 Jun 2014 13:01:54 +0000</pubDate>
 <dc:creator>root</dc:creator>
 <guid isPermaLink="false">1964 at http://portal.clarin.nl</guid>
 <comments>http://portal.clarin.nl/node/1964#comments</comments>
</item>
<item>
 <title>DCS</title>
 <link>http://portal.clarin.nl/node/1963</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
     &lt;h4&gt;DCS - Digital Curation Service&lt;/h4&gt;
&lt;b&gt;Summary&lt;/b&gt;   
&lt;p style=&quot;text-align:justify&quot;&gt;
The Digital Curation Service was a CLARIN task force responsible for the curation of several language resources that were not available on-line and/or endangered without a proper documentation context (adding &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/130&quot;&gt;&lt;dfn title=&quot;Component Metadata Infrastructure
See: http://www.clarin.eu/cmdi&quot;&gt;CMDI&lt;/dfn&gt;&lt;/a&gt; metadata etc.). The DCS has curated these data and made them available by depositing them at different CLARIN centra. 
&lt;/p&gt;
&lt;b&gt;Background&lt;/b&gt;
&lt;p style=&quot;text-align:justify&quot;&gt;
In October 2011 the Data Curation Service (DCS) was established. The DCS was supported by CLARIN-NL until 1 January 2014. The DCS was charged with:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;the curation of resources, especially those presently held by individual researchers or research groups;
&lt;/li&gt;&lt;li&gt;assisting in the curation efforts of CLARIN centres (if and when such is desired);
&lt;/li&gt;&lt;li&gt;advising researchers who wanted to undertake the curation of their resources themselves.
&lt;/li&gt;&lt;/ul&gt;
The curation of resources held by individual researchers or research groups comprised the core of the work undertaken by the DCS. 
and the project was run from the Centre for Language and Speech Technology (CLST) at Radboud University Nijmegen and led by Nelleke Oostdijk (head) and Henk van den Heuvel (deputy head).
&lt;br /&gt;&lt;br /&gt;
The DCS was involved in the curation of the following resources:&lt;br /&gt;
Completed:
&lt;ul&gt;&lt;li&gt;LESLLA (delivered in August 2013)
&lt;ul&gt;&lt;li&gt;CLARIN centre: MPI for Psycholinguistics
&lt;/li&gt;&lt;li&gt;link: &lt;a href=&quot;http://hdl.handle.net/1839/00-37EBCC6D-04A5-4598-88E2-E0F390D5FCE1@format=imdi&quot;&gt;http://hdl.handle.net/1839/00-37EBCC6D-04A5-4598-88E2-E0F390D5FCE1@forma...&lt;/a&gt;@view
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;IPNV Interviews with veterans (delivered in May 2013)
&lt;ul&gt;&lt;li&gt;CLARIN centre: &lt;a class=&quot;lexicon-term&quot; href=&quot;/taxonomy/term/131&quot;&gt;&lt;dfn title=&quot;Data Archiving and Networked Services
See: http://www.dans.knaw.nl&quot;&gt;DANS&lt;/dfn&gt;&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;link: &lt;a href=&quot;https://easy.dans.knaw.nl/ui/?wicket:bookmarkablePage=:nl.knaw.dans.easy.web.search.pages.PublicSearchResultPage&amp;amp;q=IPNV&quot;&gt;https://easy.dans.knaw.nl/ui/?wicket:bookmarkablePage=:nl.knaw.dans.easy...&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Woordenboek Gelderse Dialecten, Rivierengebied (delivered in June 2013)
&lt;ul&gt;&lt;li&gt;CLARIN centre: Meertens Institute &lt;/li&gt;&lt;li&gt;link: ? &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Woordenboek Gelderse Dialecten, Veluwe (part)  (delivered in June 2013)
&lt;ul&gt;&lt;li&gt;CLARIN centre: Meertens Institute &lt;/li&gt;&lt;li&gt;link: ? &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Curation organisation names for OpenSkos (delivered in June 2013; finalised in August 2013)
&lt;/li&gt;&lt;li&gt;Six dialect dictionaries from Brabant (delivered in October 2013)
&lt;ul&gt;&lt;li&gt;CLARIN centre: Meertens Institute &lt;/li&gt;&lt;li&gt;link: ? &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;WLD and WBD part III (delivered in December 2013)
&lt;ul&gt;&lt;li&gt;CLARIN centre: Meertens Institute &lt;/li&gt;&lt;li&gt;link: ? &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;DBD/TCULT (delivered in February 2014)
&lt;ul&gt;&lt;li&gt;CLARIN centre: MPI for Psycholinguistics
&lt;/li&gt;&lt;li&gt;link: &lt;a href=&quot;https://corpus1.mpi.nl/ds/asv/?openpath=node:84720&quot;&gt;https://corpus1.mpi.nl/ds/asv/?openpath=node:84720&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
Unfinished (and being considered by CLARIN centres for adoption):
&lt;ul&gt;&lt;li&gt;Roots of Etnolect (collection Linda van Meel) 
&lt;/li&gt;&lt;li&gt;Traces of Contact (collection Kofi Yakbo)
&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Contacts&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Project leader: Nelleke Oostdijk
&lt;/li&gt;&lt;li&gt;CLARIN center: several
&lt;/li&gt;&lt;li&gt;Help contact : &lt;a href=&quot;https://www.ru.nl/letteren/datacuratieservice/informatie/contact/&quot;&gt;https://www.ru.nl/letteren/datacuratieservice/informatie/contact/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Links&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Web-sites: &lt;a href=&quot;http://www.ru.nl/letteren/datacuratieservice/&quot;&gt;http://www.ru.nl/letteren/datacuratieservice/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;User scenario&#039;s (screencasts, screenshots): n.a. 
&lt;/li&gt;&lt;li&gt;Manual: n.a.
&lt;/li&gt;&lt;li&gt;Tool/Service link: n.a.
&lt;/li&gt;&lt;li&gt;Publications: &lt;ul&gt;&lt;li&gt;Oostdijk, N. &amp;amp; H. van den Heuvel. 2012. Introducing the CLARIN - NL Data Curation Service. In Proceedings of the Workshop Challenges in the management of large corpora. LREC2012, Istanbul, 22 May 2012. &lt;a href=&quot;http://www.lrec-conf.org/proceedings/lrec2012/index.html&quot;&gt;http://www.lrec-conf.org/proceedings/lrec2012/index.html&lt;/a&gt; . Retrieval date: 20 March 2014. 
&lt;/li&gt;&lt;li&gt;Heuvel, H. van den, Oostdijk, N.H.J., Sanders, E.P. &amp;amp; Lint, V. de (2014). Data curations by the Dutch Data Curation Service. In Proceedings CLARIN Annual Conference (pp. online). &lt;a href=&quot;http://www.clarin.eu/sites/default/files/cac2014_submission_15_0.pdf&quot;&gt;http://www.clarin.eu/sites/default/files/cac2014_submission_15_0.pdf&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Oostdijk, N., Heuvel, H. van den, Treurniet, M. (2013): The  CLARIN-NL Data Curation Service. Bringing data to the foreground.  International Journal of Digital Curation, Vol 8, No 2 (2013), pp. 134-145.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Resource tags  &lt;/h3&gt;

  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/41&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;service&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/39&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;speech processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/40&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;text processing&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Country  &lt;/h3&gt;

  &lt;div class=&quot;field-country&quot;&gt;
    Netherlands  &lt;/div&gt;
</description>
 <pubDate>Mon, 09 Jun 2014 09:40:50 +0000</pubDate>
 <dc:creator>root</dc:creator>
 <guid isPermaLink="false">1963 at http://portal.clarin.nl</guid>
 <comments>http://portal.clarin.nl/node/1963#comments</comments>
</item>
<item>
 <title>TQE</title>
 <link>http://portal.clarin.nl/node/1912</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
     &lt;img src=&quot;http://dev.clarin.nl/sites/default/files/TQE.png&quot; height=&quot;400&quot; width=&quot;400&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;TQE: Transcription Quality Evaluation&lt;/h4&gt;
&lt;b&gt;Summary&lt;/b&gt;   
&lt;p style=&quot;text-align:justify&quot;&gt;
The Transcription Quality Evaluation tool can be used to check the quality of phonetic transcription. The only thing the researcher has to do is upload pairs of files consisting of an audio file and a transcription file. After uploading he’ll receive an e-mail with the matching output.
&lt;/p&gt;
&lt;b&gt;Background&lt;/b&gt;
&lt;p style=&quot;text-align:justify&quot;&gt;
The Transcription Quality Evaluation (TQE) tool is an instrument that automatically evaluates the quality of phonetic transcriptions. The application makes it possible to upload pairs of files consisting of an audio file and a transcription file and process them as follows: the audio signal and the phonetic transcription are aligned, segment boundaries are derived for each phone, and for each segment-phone combination it is determined how well they fit together, i.e. for each phone a TQE measure (a confidence measure) is determined, a number ranging from 0-100%, indicating how good the fit is, i.e. the quality of the phone transcription. The higher the number, the better the fit. The output of the TQE tool consists of a TQE measure and the segment boundaries for each phone in the corpus.&lt;br /&gt;
The TQE tool thus makes it possible to find (sequences of) segments for which the match of the phone symbols with the audio signal is not optimal, in other words, the TQE tool can be used to check the quality of phonetic transcriptions. This can be useful for validating (manual) phonetic transcriptions, but also to compare and select (‘competing’) transcriptions, e.g. to study pronunciation variation. The TQE tool can thus be usefully applied in all research – in various (sub-) fields of humanities and language and speech technology (L&amp;amp;ST) – in which audio and phonetic transcriptions are involved.
&lt;/p&gt;
&lt;b&gt;Contacts&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Project leader:  Dr. H. Strik (Radboud University)
&lt;/li&gt;&lt;li&gt;CLARIN center: Max Planck Institute for Psycholinguistics (MPI)
&lt;/li&gt;&lt;li&gt;Help contact : &lt;a href=&quot;http://vps8639.xlshosting.net/TQE/?p=contact&quot;&gt;http://vps8639.xlshosting.net/TQE/?p=contact&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Links&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Web-sites: &lt;a href=&quot;http://vps8639.xlshosting.net/TQE/&quot;&gt;http://vps8639.xlshosting.net/TQE/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;User scenario&#039;s (screencasts, screenshots): n.a.
&lt;/li&gt;&lt;li&gt;Manual: &lt;a href=&quot;http://vps8639.xlshosting.net/TQE/?p=manual&quot;&gt;http://vps8639.xlshosting.net/TQE/?p=manual&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Tool/Service link: &lt;a href=&quot;http://hdl.handle.net/1839/00-SERV-0000-0000-0005-6&quot;&gt;http://hdl.handle.net/1839/00-SERV-0000-0000-0005-6&lt;/a&gt; 
&lt;/li&gt;&lt;li&gt;Publications: n.a.
&lt;/li&gt;&lt;/ul&gt;   &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Research domain  &lt;/h3&gt;

  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/61&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Speech recognition&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/58&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Linguistics&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/60&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Phonetics&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Language  &lt;/h3&gt;

  &lt;div class=&quot;field-language&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/92&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Language independent&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Resource tags  &lt;/h3&gt;

  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/41&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;service&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/39&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;speech processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/37&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web-application&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Tool task  &lt;/h3&gt;

  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/87&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;evaluation&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/86&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;annotation&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    CLARIN centre  &lt;/h3&gt;

  &lt;div class=&quot;field-clarin-centre-ref&quot;&gt;
    &lt;a href=&quot;/node/1934&quot;&gt;MPI for Psycholinguistics&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Country  &lt;/h3&gt;

  &lt;div class=&quot;field-country&quot;&gt;
    Netherlands  &lt;/div&gt;
</description>
 <pubDate>Sun, 20 Apr 2014 13:45:49 +0000</pubDate>
 <dc:creator>root</dc:creator>
 <guid isPermaLink="false">1912 at http://portal.clarin.nl</guid>
 <comments>http://portal.clarin.nl/node/1912#comments</comments>
</item>
<item>
 <title>AAM-LR</title>
 <link>http://portal.clarin.nl/node/1909</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
     &lt;img src=&quot;http://dev.clarin.nl/sites/default/files/mouths.jpg&quot; height=&quot;400&quot; width=&quot;400&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;AAM-LR: Automatic Annotation of Multi-modal Language Resources&lt;/h4&gt;
&lt;p style=&quot;text-align:justify&quot;&gt;
&lt;b&gt;Summary&lt;/b&gt;&lt;br /&gt;
The AAM-LR web service helps researchers to annotate audio and video recordings. At the top level the service marks the time intervals at which specific persons in the recording are speaking. In addition, the service provides a global phonetic annotation, using language independent phone models and phonetic features. Speech is separated from speaker noises such as laughing. The output of the web service is fed into the ELAN/ANNEX editor, to facilitate further manual annotation. The annotations conform to ISOCat and potential new categories were added to ISOCat.
&lt;/p&gt;
&lt;p style=&quot;text-align:justify&quot;&gt;
&lt;b&gt;Background&lt;/b&gt;&lt;br /&gt;
Analyzing large amounts of field work recordings is prohibitively time consuming and expensive. As a consequence, there is a rapidly growing pile of data that does exist, but that is practically impossible to use. It is estimated that by the year 2020 more than 90% of the field work recordings will be sitting unused in archives, unless automatic tools for annotating the data can be made available. Given the cost of the field work and making the recordings in the first place, the lack of efficient tools for processing the data is especially awkward. While the AAM-LR tool will not provide fully automatic analysis of the field work corpora, they will certainly reduce the time needed for making linguistic analysis by several orders of magnitude, thereby bringing effective usage of the data within the realm of what is feasible. Thus, the AAM-LR tools will not help with respect to a specific research question, but they will improve the working environment for linguists working in areas of language contact, language typology, language and cognition and many other sub-disciplines. The AAM-LR tools will also make fieldwork recordings accessible for other types of humanities research.
[site:mail]
&lt;/p&gt;
&lt;b&gt;Contacts&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Project leader:  Em. prof. dr. Lou Boves (Radboud University)&lt;/li&gt;
&lt;li&gt;CLARIN center : Max Planck Institute for Psycholinguistics&lt;/li&gt;
&lt;li&gt;Help contact : &lt;a href=&quot;http://tla.mpi.nl/contact/&quot;&gt;http://tla.mpi.nl/contact/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Web-site s: n.a.
&lt;/li&gt;&lt;li&gt;User scenario&#039;s: n.a.
&lt;/li&gt;&lt;li&gt;Manual : n.a.
&lt;/li&gt;&lt;li&gt;Tool/Service link:  
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://catalog.clarin.eu/aamlr/&quot;&gt;http://catalog.clarin.eu/aamlr/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://hdl.handle.net/1839/00-SERV-0000-0000-004F-F&quot;&gt;http://hdl.handle.net/1839/00-SERV-0000-0000-004F-F&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Publications: Prawiro-Atmodjo, P., L. ten Bosch, 2010. Report on the AAM-LR project. RU NL-CLARIN report, RU Nijmegen. (Includes AAM-LR ISOCAT extension proposal.)
&lt;/li&gt;&lt;/ul&gt;   &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Research domain  &lt;/h3&gt;

  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/58&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Linguistics&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-research-domain&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/43&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Language Documentation&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Language  &lt;/h3&gt;

  &lt;div class=&quot;field-language&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/92&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Language independent&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Resource tags  &lt;/h3&gt;

  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/41&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;service&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/39&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;speech processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/24&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web-service&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-resource-tags&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/35&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;multi-lingual&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Tool task  &lt;/h3&gt;

  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/86&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;annotation&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/89&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;audio-visual processing&lt;/a&gt;  &lt;/div&gt;
  &lt;div class=&quot;field-tool-task&quot;&gt;
    &lt;a href=&quot;/taxonomy/term/82&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;diarization&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    CLARIN centre  &lt;/h3&gt;

  &lt;div class=&quot;field-clarin-centre-ref&quot;&gt;
    &lt;a href=&quot;/node/1934&quot;&gt;MPI for Psycholinguistics&lt;/a&gt;  &lt;/div&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;
    Country  &lt;/h3&gt;

  &lt;div class=&quot;field-country&quot;&gt;
    Netherlands  &lt;/div&gt;
</description>
 <pubDate>Mon, 14 Apr 2014 18:05:02 +0000</pubDate>
 <dc:creator>root</dc:creator>
 <guid isPermaLink="false">1909 at http://portal.clarin.nl</guid>
 <comments>http://portal.clarin.nl/node/1909#comments</comments>
</item>
</channel>
</rss>
