// // Porter Algorithm Step 5a (file 7) // Written by Brian Fox 7/00 // Revised by Chris Fox 12/00 // // remove e if measure > 1 ????e 1 - // remove e if the stem ends consonant-vowel-consonant and the last consonant // is not w, x, or y. We approximate this by NOT removing e when there // are multiple vowels or w, x, or y #??ae 0 - #??ee 0 - #??ie 0 - #??oe 0 - #??ue 0 - #??we 0 - #??xe 0 - #??ye 0 - #???e 1 - #???ae 0 - #???ee 0 - #???ie 0 - #???oe 0 - #???ue 0 - #???we 0 - #???xe 0 - #???ye 0 - #????e 1 -