Show
Ignore:
Timestamp:
04/22/08 09:45:56 (9 months ago)
Author:
karpet
Message:

remove deprecated stemming features since 2.6 is a minor release bump. See trac #9

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish-e/branches/2.6/perl/API.pm

    r2025 r2136  
    550550there's no need to specify the index file name. 
    551551 
    552  
    553  
    554 =item $stemmed_word = $swish-E<gt>stem_word( $word ); 
    555  
    556 *Deprecated* 
    557  
    558 Returns the stemmed version of the passed in word. 
    559  
    560 Deprecated because only stems using the original Porter Stemmer 
    561 and uses a shared memory location in the SW_HANDLE object to store the stemmed 
    562 word.  See below for other stemming options. 
    563  
    564  
    565552=item $fuzzy_word = $swish-E<gt>Fuzzify( $indexname, $word ); 
    566553 
  • swish-e/branches/2.6/perl/API.xs

    r1774 r2136  
    425425         } 
    426426 
    427  
    428  
    429 char * 
    430 SwishStemWord(handle, word) 
    431      SW_HANDLE handle 
    432      char *word 
    433  
    434  
    435  
    436  
    437427# ************************************************************** 
    438428#