Al, To remove the RevWordDefitiency, just replace "," with " " in yourtext
do the same for any punctuation, and all non-wordy characters the RevWordDefitiency implies! cheers Xavier On 22/07/2005 14:55:42 use-revolution-bounces wrote: >on Fri, 22 Jul 2005 >Dave Cragg wrote: > >> Just one small observation: >> > repeat for each line w in fileContent >> > add 1 to mylinecount >> > repeat for each word z in w >> > put mylinecount & comma after wordCount[z] >> > end repeat >> > end repeat >> z will include any puntuation attached to words, so >> "script","script,", "script?", etc. will be indexed >> separately. >> (Unless I missed the point where you accounted for >> this.) > >You are right. This first version handler >will include words with any punctuation attached. >This is wrong. :-( > >i'm working to apply the advices that alex and brian >generously provide last night. >When i have a complete handler that implements >all their recomendations, i'll post the results. > >Did you have a regex that could handle these >words with punctuation? > >Thanks in advance. > >al > > >Visit my site: >http://www.geocities.com/capellan2000/ > > > >____________________________________________________ >Start your day with Yahoo! - make it your home page >http://www.yahoo.com/r/hs > >_______________________________________________ >use-revolution mailing list >[email protected] >Please visit this url to subscribe, unsubscribe and manage your subscription >preferences: >http://lists.runrev.com/mailman/listinfo/use-revolution ----------------------------------------- Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
