X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=doc%2FPorter2.html;fp=doc%2FPorter2.html;h=0000000000000000000000000000000000000000;hb=c8c08d5fafba205c5a8e4138edb0df059a63de36;hp=9b9e84b50f4180c90f4c16530df6478b115304fb;hpb=aa5699112116010af665e83447bd7d1a17d0e2f7;p=porter2stemmer.git diff --git a/doc/Porter2.html b/doc/Porter2.html deleted file mode 100644 index 9b9e84b..0000000 --- a/doc/Porter2.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - Module: Porter2 - - - - - - - - - - - -
-
-
-

- Home - Classes - Methods -

-
-
- -
-
-

In Files

- -
- - -
- -
- - - - - - - - - - - - -
- -
- - -
-

Files

- -
- - -
-

Class Index - [+]

-
-
- Quicksearch - -
-
- - - -
- - -
-
- -
-

Porter2

- -
-

-Constants for the Porter 2 stemmer -

- -
- - - -
-

Constants

-
- -
C
- -

-A non-vowel -

- - -
V
- -

-A vowel: a e i o u y -

- - -
CW
- -

-A non-vowel other than w, x, or Y -

- - -
Double
- -

-Doubles created when adding a suffix: these are undoubled when stemmed -

- - -
Valid_LI
- -

-A valid letter that can come before ‘li’ (or ‘ly’) -

- - -
SHORT_SYLLABLE
- -

-A specification for a short syllable. -

-

-A short syllable in a word is either: -

-
    -
  1. -a vowel followed by a non-vowel other than w, x or Y and preceded by a -non-vowel, or -

    -
  2. -
  3. -a vowel at the beginning of the word followed by a non-vowel. -

    -
  4. -
-

-(The original document is silent on whether sequences of two or more -non-vowels make a syllable long. But as this specification is only used to -find sequences of non-vowel - vowel - non-vowel - end-of-word, this -ambiguity does not have an effect.) -

- - -
STEP_2_MAPS
- -

-Suffix transformations used in porter2_step2. (ogi, li endings dealt with -in procedure) -

- - -
STEP_3_MAPS
- -

-Suffix transformations used in porter2_step3. (ative ending dealt with in -procedure) -

- - -
STEP_4_MAPS
- -

-Suffix transformations used in porter2_step4. (ion ending dealt with in -procedure) -

- - -
SPECIAL_CASES
- -

-Special-case stemmings -

- - -
STEP_1A_SPECIAL_CASES
- -

-Special case words to stop processing after step 1a. -

- - -
-
- - - - - - - - -
- - -
- -

Disabled; run with --debug to generate this.

- -
- -
-

[Validate]

-

Generated with the Darkfish - Rdoc Generator 1.1.6.

-
- - - -