[Bug 6809] [FT] Test Suite - Thesaurus Queries

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6809





--- Comment #1 from Christian Gruen <christian.gruen@gmail.com>  2009-04-15 04:15:49 ---
A little update: please forget my question [4] concerning synonyms. All
recommended relationships from the specification are now implemented in a
bidirectional way (except "TT"); if unknown relationships such as "sounds like"
are encountered, they are stored in a unidirectionally. This is why I guess
that most implementations would probably benefit if the thesaurus file
"soundex.xml" was rewritten from..

  <entry>
    <term>Marigold</term>
    <synonym>
      <term>Merrygould</term>
      <relationship>sounds like</relationship>
    </synonym>
  </entry>

..to..

  <entry>
    <term>Merrygould</term>
    <synonym>
      <term>Marigold</term>
      <relationship>sounds like</relationship>
    </synonym>
  </entry>

I'm still interested to hear your opinion about the remaining topics!
Christian


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 15 April 2009 04:15:59 UTC