This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How can I filter stoppwords


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]