| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| (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 |
|
#2
| |||
| |||
| 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... |
|
#3
| |||
| |||
| 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 |
|
#4
| |||
| |||
| 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 |
|
#5
| |||
| |||
| >>>>> "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) |
|
#6
| |||
| |||
| 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 |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.