<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Levente Uzonyi wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.1002121644500.9109@login01.caesar.elte.hu"
 type="cite"><br>
You can also get the word based diff using TextDiffBuilder by
subclassing it and overriding #split:. Actually ClassDiffBuilder does
exactly this, so using ClassDiffBuilder instead of TextDiffBuilder will
give you the expected result.
  <br>
  <br>
</blockquote>
<br>
<font face="Helvetica, Arial, sans-serif">I think that the difference
with the implementation Valeria and I did is that ours switches from
lines to words automatically. It also defines "words" as Smalltalk
words, meaning that it understands keyword limits, which gives better
results. The differentiator starts comparing lines, and if the
proportion of line differences isn't too high, then it reutilizes the
work already done (with lines) and refines it to get differences in
between keywords. The refining strategy was crucial for achieving good
performance.<br>
<br>
Not sure if the full functionality I'm describing here is in the last
Cuis version though.<br>
<br>
/Leandro<br>
</font>
</body>
</html>