-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcmdi.xml
More file actions
73 lines (73 loc) · 7.6 KB
/
Copy pathcmdi.xml
File metadata and controls
73 lines (73 loc) · 7.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:CMD xmlns:cmd="http://www.clarin.eu/cmd/1/profiles/clarin.eu:cr1:p_1320657629644" xmlns:ns2="http://www.clarin.eu/cmd/1" xmlns:ns3="http://www.clarin.eu/cmd/1/" CMDVersion="1.2">
<ns2:Header>
<ns2:MdSelfLink>test</ns2:MdSelfLink>
<ns2:MdProfile>clarin.eu:cr1:p_1320657629644</ns2:MdProfile>
</ns2:Header>
<ns2:Resources>
<ns2:ResourceProxyList>
<ns2:ResourceProxy id="s001">
<ns2:ResourceType mimetype="application/vnd.sun.wadl+xml">Resource</ns2:ResourceType>
<ns2:ResourceRef>http://wadl/location</ns2:ResourceRef>
</ns2:ResourceProxy>
</ns2:ResourceProxyList><ns2:JournalFileProxyList/><ns2:ResourceRelationList/></ns2:Resources>
<ns2:Components>
<cmd:WebLichtWebService>
<cmd:Service>
<cmd:Name>ELAN-Giellatekno-API</cmd:Name>
<cmd:Description>ELAN knows how to connect into WebLicht web services, and this tool works as the glue that binds ELAN and Giellatekno morphosyntactic analysers together with Mika Hämäläinen's uralicNLP Python package.</cmd:Description>
<cmd:Description type="short">This is a web service that can be used to perform morphosyntactic analysis into ELAN files using Giellatekno tools.</cmd:Description>
<cmd:ApplicationType>webService</cmd:ApplicationType>
<cmd:TypeOfWebservice>RESTfull</cmd:TypeOfWebservice>
<cmd:url>test</cmd:url>
<cmd:LifeCycleStatus>development</cmd:LifeCycleStatus>
<cmd:PublicationDate>2018-11-07T05:46:50.201Z</cmd:PublicationDate>
<cmd:LastUpdate>2018-11-07T05:53:13.994Z</cmd:LastUpdate><cmd:ServiceDescriptionLocation ref="s001"/>
<cmd:Contact>
<cmd:Email>nikotapiopartanen@gmail.com</cmd:Email>
</cmd:Contact>
<cmd:Creation>
<cmd:Creators>
<cmd:Creator>
<cmd:Contact>
<cmd:Organisation>Freiburg Research Group in Saami Studies / University of Bielefeld / University of Helsinki</cmd:Organisation>
</cmd:Contact>
</cmd:Creator>
</cmd:Creators>
</cmd:Creation>
<cmd:Operations>
<cmd:Operation>
<cmd:Name>Default</cmd:Name>
<cmd:Input>
<cmd:ParameterGroup>
<cmd:Name>Input Parameters</cmd:Name>
<cmd:Parameters>
<cmd:Parameter>
<cmd:Name>language</cmd:Name>
<cmd:WebServiceArgValue>test</cmd:WebServiceArgValue>
<cmd:AllowManualSelectionFallback>false</cmd:AllowManualSelectionFallback>
</cmd:Parameter>
<cmd:Parameter>
<cmd:Name>type</cmd:Name><cmd:WebServiceArgValue/>
<cmd:AllowManualSelectionFallback>false</cmd:AllowManualSelectionFallback>
</cmd:Parameter>
</cmd:Parameters>
</cmd:ParameterGroup>
</cmd:Input>
<cmd:Output>
<cmd:ParameterGroup>
<cmd:Name>Output Parameters</cmd:Name>
<cmd:ReplacesInput>false</cmd:ReplacesInput>
<cmd:Parameters>
<cmd:Parameter>
<cmd:Name>test</cmd:Name>
</cmd:Parameter>
</cmd:Parameters>
</cmd:ParameterGroup>
</cmd:Output>
</cmd:Operation>
</cmd:Operations>
</cmd:Service>
</cmd:WebLichtWebService>
</ns2:Components>
</ns2:CMD>