diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 18:41:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 18:41:16 (GMT) |
commit | 6fda3ac474fb5766f13e0aec9003647ff92f60ef (patch) | |
tree | 327c91a318e007de11454d54bb55eeec0ff7c520 | |
parent | 86333606f66b2de906a7e9c20322718c0acd14ca (diff) | |
download | cpython-6fda3ac474fb5766f13e0aec9003647ff92f60ef.zip cpython-6fda3ac474fb5766f13e0aec9003647ff92f60ef.tar.gz cpython-6fda3ac474fb5766f13e0aec9003647ff92f60ef.tar.bz2 |
Add reference to the DDJ article discussing a similar algorithm.
-rw-r--r-- | Doc/lib/libdifflib.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index a58ae8e..aa09a9d 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -58,6 +58,15 @@ \end{classdesc} +\begin{seealso} + \seetitle{Pattern Matching: The Gestalt Approach}{Discussion of a + similar algorithm by John W. Ratcliff and D. E. Metzener. + This was published in + \citetitle[http://www.ddj.com/]{Dr. Dobb's Journal} in + July, 1988.} +\end{seealso} + + \subsection{SequenceMatcher Objects \label{sequence-matcher}} \begin{classdesc}{SequenceMatcher}{\optional{isjunk\optional{, |