- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 28 Sep 2005 04:56:22 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by GoutamSaha:
http://esw.w3.org/topic/its0908LinguisticMarkup
------------------------------------------------------------------------------
[[GS- This is a write-up on how to embed syntactic, semantic and
computational linguistic related metadata information in the
- structure of an XML document.]]
+ structure of an XML document towards better translation.]]
+ Metadata information about the domain, sentence type or specific words
+ will help translators to do better quality work or to do the work quickly.
+ If translators know that a word belongs to a specific domain then they can go to a
+ terminoloy data base and check the word, thus, even for human translators this
+ 3-Tier or 3-layer schema will be helpful. One cannot do an accurate translation
+ without such information. For example:
+
+ <content_domain name="factory">
+
+ Paul works in a factory.
+ There are many electromechanical machines in this factory.
+ ---- sentence_i
+ Give <pos_cat name="noun" type="material"> oil </pos_cat> .
+ ----- sentence_k
+
+ </content_domain>
+
+ <content_domain name="office">
+
+ Paul works in a government office. He advices a new employee.
+
+ <pos_cat name="verb" type="joining" meaning="praise"> Give oil </pos_cat>
+ to your senior.
+ ----- sentence_m
+
+ </content_domain>
+
== Challenges ==
Received on Wednesday, 28 September 2005 13:04:02 UTC