You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by DECAFFMEYER MATHIEU <MA...@fortis.lu> on 2007/03/05 19:22:58 UTC

[Beginner] Using Stemmers

Hi,

This is a very simple question, but I just can't find the ressources I
need ...

I am using the StandardAnalyzer :

      StandardAnalyzer stdAnalyzer;
      if ((stopWordList != null) && (stopWordList.length != 0)) {
        stdAnalyzer = new StandardAnalyzer(stopWordList);
      } else {
        stdAnalyzer = new StandardAnalyzer();
      }

What I want to achive is be able to use an englsih stemmer,

But I can't find any methods to associate my stemmer to my Analayzer.

I appreciate any help, thank u.

__________________________________

   Matt



============================================
Internet communications are not secure and therefore Fortis Banque Luxembourg S.A. does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Nothing in the message is capable or intended to create any legally binding obligations on either party and it is not intended to provide legal advice.
============================================


RE: [Beginner] Using Stemmers

Posted by DECAFFMEYER MATHIEU <MA...@fortis.lu>.
Wrong mailing list, sorry !!
 
__________________________________ 

   Matt

 

________________________________

From: DECAFFMEYER MATHIEU [mailto:MATHIEU.DECAFFMAYER@fortis.lu] 
Sent: Monday, March 05, 2007 7:23 PM
To: Log4J Users List
Subject: [Beginner] Using Stemmers


***** This message comes from the Internet Network *****




Hi, 

This is a very simple question, but I just can't find the ressources I
need ... 

I am using the StandardAnalyzer : 

      StandardAnalyzer stdAnalyzer; 
      if ((stopWordList != null) && (stopWordList.length != 0)) { 
        stdAnalyzer = new StandardAnalyzer(stopWordList); 
      } else { 
        stdAnalyzer = new StandardAnalyzer(); 
      } 

What I want to achive is be able to use an englsih stemmer, 

But I can't find any methods to associate my stemmer to my Analayzer. 

I appreciate any help, thank u. 

__________________________________ 

   Matt 



============================================
Internet communications are not secure and therefore Fortis Banque
Luxembourg S.A. does not accept legal responsibility for the contents of
this message. The information contained in this e-mail is confidential
and may be legally privileged. It is intended solely for the addressee.
If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on
it, is prohibited and may be unlawful. Nothing in the message is capable
or intended to create any legally binding obligations on either party
and it is not intended to provide legal advice.
============================================