groepering en tags
This commit is contained in:
@@ -2,10 +2,6 @@ for $x in //node[((@cat="mwu" and node[@pt="spec"]) or (@pt and @*="eigen" and n
|
||||
return ( <i>
|
||||
<m> {replace(data(/alpino_ds/sentence/@sentid), "\.[^.]*$", "")} </m>
|
||||
{
|
||||
for $i in data(/alpino_ds/metadata/meta[@name="cat"]/@value)
|
||||
return <c> {$i} </c>
|
||||
}
|
||||
{
|
||||
for $i in data(/alpino_ds/metadata/meta[@name="tag"]/@value)
|
||||
return <t> {$i} </t>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user