-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfolia-lang.xml
More file actions
29 lines (29 loc) · 819 Bytes
/
folia-lang.xml
File metadata and controls
29 lines (29 loc) · 819 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<FoLiA xmlns="http://ilk.uvt.nl/folia" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="WR-P-E-J-0000000001" version="0.8" generator="libfolia-v0.4">
<metadata>
<annotations>
<division-annotation annotator="ucto" annotatortype="auto" set="div"/>
<lang-annotation annotator="ko" annotatortype="manual"/>
</annotations>
</metadata>
<text xml:id="text">
<div xml:id="div">
<p xml:id="p1">
<s xml:id="s1">
<t>Dit is een test met een zin in het nederlands.</t>
</s>
</p>
<p xml:id="p2">
<s xml:id="s2">
<lang class="eng"/>
<t>This isn't dutch, but English.</t>
</s>
</p>
<p xml:id="p3">
<s xml:id="s3">
<t>En dit is zin twee in Nederlands.</t>
</s>
</p>
</div>
</text>
</FoLiA>