Class BasqueStemmer
  
  This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
 
  
  
    Inheritance
    System.Object
    
    BasqueStemmer
   
  
  
  Assembly: Lucene.Net.Analysis.Common.dll
  Syntax
  
    public class BasqueStemmer : SnowballProgram
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object o)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        o | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Stem()
  
  
  Declaration
  
    public override bool Stem()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides