Subject: Re: How can I filter stoppwords
From: "Juergen Hermann" <jh@xxxxxx>
Date: Mon, 28 Aug 2000 15:20:22 +0200
|
On Mon, 28 Aug 2000 11:46:18 +0200, Sellmer-Brüls, Barbara wrote:
>Does anybody know another way to filter stopp words?
xsl:choice ... xsl:when test="starts-with(word,"The")...substring-after
.. xsl:otherwise "extract full word"
The more stop words you have, the more tedious that becomes.
A better solution is thus write an extension function, or a script that
filters out the stopwords.
Ciao, Jürgen
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|