[OT] It's either that or kenny-stemmer....

This is a discussion on [OT] It's either that or kenny-stemmer.... within the lisp forums in Programming Languages category; (porter-stemmer "securing") -> "secur" Ewwww. I want "secure". Time for kenny-stemmer, or does someone know of a sensible normalizer of word variants? kt -- http://www.theoryyalgebra.com/ "We are what we pretend to be." -Kurt Vonnegut...

Go Back   Application Development Forum > Programming Languages > lisp

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-11-2007, 12:41 PM
Ken Tilton
Guest
 
Default [OT] It's either that or kenny-stemmer....

(porter-stemmer "securing")
-> "secur"

Ewwww. I want "secure".

Time for kenny-stemmer, or does someone know of a sensible normalizer of
word variants?

kt

--
http://www.theoryyalgebra.com/

"We are what we pretend to be." -Kurt Vonnegut
Reply With Quote
  #2  
Old 09-11-2007, 02:35 PM
Harold Lee
Guest
 
Default Re: It's either that or kenny-stemmer....

On Sep 11, 9:41 am, Ken Tilton <kennytil...@optonline.net> wrote:
> (porter-stemmer "securing")
> -> "secur"
>
> Ewwww. I want "secure".
>
> Time for kenny-stemmer, or does someone know of a sensible normalizer of
> word variants?
>
> kt
>
> --http://www.theoryyalgebra.com/
>
> "We are what we pretend to be." -Kurt Vonnegut


(assert (equal (porter-stemmer "securing") (porter-stemmer "secure")))

Stems aren't meant to be real words...


Reply With Quote
  #3  
Old 09-11-2007, 02:44 PM
jayessay
Guest
 
Default Re: [OT] It's either that or kenny-stemmer....

Ken Tilton <kennytilton@optonline.net> writes:

> (porter-stemmer "securing")
> -> "secur"
>
> Ewwww. I want "secure".
>
> Time for kenny-stemmer, or does someone know of a sensible normalizer
> of word variants?


You are looking for morphological analysis of NL. Google for this and
you will get many many hits (including those with a Lisp connection).
I had a good version of one of these (a two level version based on
KIMMO, I think...), but it's on (I hope) another machine that I'm not
running at the moment.


/Jon

--
'j' - a n t h o n y at romeo/charley/november com
Reply With Quote
  #4  
Old 09-11-2007, 03:40 PM
Ken Tilton
Guest
 
Default Re: It's either that or kenny-stemmer....



Harold Lee wrote:
> On Sep 11, 9:41 am, Ken Tilton <kennytil...@optonline.net> wrote:
>
>>(porter-stemmer "securing")
>>-> "secur"
>>
>>Ewwww. I want "secure".
>>
>>Time for kenny-stemmer, or does someone know of a sensible normalizer of
>>word variants?
>>
>>kt
>>
>>--http://www.theoryyalgebra.com/
>>
>>"We are what we pretend to be." -Kurt Vonnegut

>
>
> (assert (equal (porter-stemmer "securing") (porter-stemmer "secure")))
>
> Stems aren't meant to be real words...


Sorry, I was too terse, and I guess your AI was not able to get past
that. Forunately Jon's engine chewed right through it.



kt
Reply With Quote
  #5  
Old 09-12-2007, 03:01 PM
Christian Lynbech
Guest
 
Default Re: [OT] It's either that or kenny-stemmer....

>>>>> "jayessay" == jayessay <nospam@foo.com> writes:

jayessay> You are looking for morphological analysis of NL. Google for this and
jayessay> you will get many many hits (including those with a Lisp connection).
jayessay> I had a good version of one of these (a two level version based on
jayessay> KIMMO, I think...), but it's on (I hope) another machine that I'm not
jayessay> running at the moment.

I have a really elegant implementation of this, unfortunately my
signature is too narrow to hold it.

;-)

------------------------+-----------------------------------------------------
Christian Lynbech | christian #\@ defun #\. dk
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
- petonic@hal.com (Michael A. Petonic)
Reply With Quote
  #6  
Old 09-12-2007, 05:58 PM
jayessay
Guest
 
Default Re: [OT] It's either that or kenny-stemmer....

Christian Lynbech <christian@defun.dk> writes:

> >>>>> "jayessay" == jayessay <nospam@foo.com> writes:

>
> jayessay> You are looking for morphological analysis of NL. Google for this and
> jayessay> you will get many many hits (including those with a Lisp connection).
> jayessay> I had a good version of one of these (a two level version based on
> jayessay> KIMMO, I think...), but it's on (I hope) another machine that I'm not
> jayessay> running at the moment.
>
> I have a really elegant implementation of this, unfortunately my
> signature is too narrow to hold it.
>
> ;-)


Yeah, maybe the kooks in sci.math will even start offering "proven" 10
line versions of it...


/Jon

--
'j' - a n t h o n y at romeo/charley/november com
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 09:10 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.