[Bug 9680] New: [FT] Stemming algorithms

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

           Summary: [FT] Stemming algorithms
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Full Text 1.0
        AssignedTo: jim.melton@acm.org
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


Perhaps the WG has already considered this, but if not, might I suggest using
an optional URI to identify stemming algorithms?

[170] "stemming" URILiteral? | ("no" "stemming")

e.g. 

for $b in /books/book
where $b/title contains text 
  ("dog" using stemming "http://www.example.org/porter") ftand "cat" 
return $b/author

where the URI literals recognised by an implementation would be implementation
defined.

While the option extension syntax would allow an implementation to do something
similar, since stemming is already part of the specification it would be useful
to have this standardised.

-- 
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 Friday, 7 May 2010 10:01:35 UTC