
ttpong80
stranger
Nov 15, 2001, 11:52 PM
Post #1 of 1
(969 views)
|
about Text::English::stem
|
Can't Post
|
|
Hello, I am doing a indexed search engine so I want the words such as "boys" & "boy" being count to be "boy", "articles" & "article" to be count to be "article","plays" & "play" to be "play". However,when i am try to use $word=Text:::English::stem($word), the getting result is not very good.Because eg."articles" it will count to be "articl","computers" to be "comput", so how can i modfiy it or is there any advanced module can do this? Thank you~
|