Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12023

Re: Optimizing Text Similarity Algorithm

From Neil Cerutti <neilc@norwich.edu>
Newsgroups comp.lang.python
Subject Re: Optimizing Text Similarity Algorithm
Date 2011-08-22 13:05 +0000
Organization Norwich University
Message-ID <9bf2fvFer9U1@mid.individual.net> (permalink)
References <CAFEUn8Y8noyuqd7Q_vdkH3=DVoCDnY6WvwX4UHxOj4GtQ2MjeA@mail.gmail.com> <mailman.312.1314017633.27778.python-list@python.org>

Show all headers | View raw


On 2011-08-22, Peter Otten <__peter__@web.de> wrote:
> Ya??ar Arabac?? wrote:
>> I originally posted this question on stackoverflow, you can find it here:
>> http://stackoverflow.com/q/7133350/886669
>> 
>> I just want people check what I am doing and express their opinion about
>> the thing I am doing is acceptable, or are there some expects of it that
>> could change.

Perhaps check out difflib.SequenceMatcher.ratio to see if the
library function is good enough.

-- 
Neil Cerutti

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Optimizing Text Similarity Algorithm Peter Otten <__peter__@web.de> - 2011-08-22 14:53 +0200
  Re: Optimizing Text Similarity Algorithm Neil Cerutti <neilc@norwich.edu> - 2011-08-22 13:05 +0000

csiph-web