- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Sun, 31 Mar 2013 08:54:04 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml
In directory gil:/tmp/cvs-serv7890/examples/xml
Modified Files:
EX-its-tool-annotation-1.xml
Log Message:
further fixes in various parts of the spec related to text analysis. schema also needs update
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml/EX-its-tool-annotation-1.xml 2013/01/23 08:52:08 1.9
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml/EX-its-tool-annotation-1.xml 2013/03/31 08:54:04 1.10
@@ -3,12 +3,13 @@
>doc node: "mt-confidence|MT1"
<group its:annotatorsRef="terminology|ABC"
>group node: "mt-confidence|MT1 terminology|ABC"
- <p its:annotatorsRef="disambiguation|Tool3"
- >This p node: "disambiguation|Tool3 mt-confidence|MT1 terminology|ABC"</p>
+ <p its:annotatorsRef="text-analysis|Tool3"
+ >This p node: "text-analysis|Tool3 mt-confidence|MT1 terminology|ABC"</p>
<p its:annotatorsRef="mt-confidence|MT123"
>This p node: "mt-confidence|MT123 terminology|ABC"</p>
</group>
- <!-- To make this example real life usable, in the document we would have annotations of the three data categories disambiguation, mt-confidence and terminology -->
- <p its:annotatorsRef="disambiguation|XYZ"
- >This p node: "disambiguation|XYZ mt-confidence|MT1"</p>
+ <!-- To make this example real life usable, in the document we would have
+ annotations of the three data categories text-analysis, mt-confidence and terminology -->
+ <p its:annotatorsRef="text-analysis|XYZ"
+ >This p node: "text-analysis|XYZ mt-confidence|MT1"</p>
</doc>
Received on Sunday, 31 March 2013 08:54:05 UTC