This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9680 - [FTReqUC 3] Stemming algorithms
Summary: [FTReqUC 3] Stemming algorithms
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 3.0 Requirements and Use Cases (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 enhancement
Target Milestone: ---
Assignee: Pat Case
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 10:01 UTC by Tim Mills
Modified: 2014-10-14 16:11 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2010-05-07 10:01:33 UTC
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.
Comment 1 Pat Case 2010-05-11 16:44:36 UTC
Tim, 

The XQuery and XSL Working Groups considered your proposal for additional stemming functionality at today's meeting. There was support for it. We agreed to consider it in the next version -- XQuery/XPath Full Text 1.1.

Thanks for the proposal.

Pat Case, Library of Congress, for the XQuery Working Group