<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/scripts/textanalysis.js, branch Prototype</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/scripts/textanalysis.js?h=Prototype</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/scripts/textanalysis.js?h=Prototype'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-10-13T11:28:20Z</updated>
<entry>
<title>Fixes #95 no double text in central node of star graph</title>
<updated>2014-10-13T11:28:20Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-13T11:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e9ffa13517464da38d2f87d1673763db0e4136a5'/>
<id>urn:sha1:e9ffa13517464da38d2f87d1673763db0e4136a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #85 - compare using lower case</title>
<updated>2014-10-12T20:47:55Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-12T20:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=64bb111592675a5f2d48ca141ab3ba813d740dd4'/>
<id>urn:sha1:64bb111592675a5f2d48ca141ab3ba813d740dd4</id>
<content type='text'>
The whole lower case thing is a hack. We should separete id and name.
But right now it seems to be holding.
</content>
</entry>
<entry>
<title>textanalysis: allow more than one letter changes between calls to textanalysis, firefox sometimes lags</title>
<updated>2014-10-12T20:15:45Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-12T20:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c411b972445078cae539b743adda030e53a0a3b4'/>
<id>urn:sha1:c411b972445078cae539b743adda030e53a0a3b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #89</title>
<updated>2014-10-12T20:08:37Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-12T20:08:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bbcc947ea7e7b610a770991b6366263acc15f78e'/>
<id>urn:sha1:bbcc947ea7e7b610a770991b6366263acc15f78e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>textanalysis: fix logic of allowed renames</title>
<updated>2014-10-12T09:33:42Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-12T09:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=082d90e68a81f05c35f009bfdb2a8d131778af4b'/>
<id>urn:sha1:082d90e68a81f05c35f009bfdb2a8d131778af4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Allow chainlink when no last node is there"</title>
<updated>2014-10-09T12:32:21Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-09T12:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c12da371e6f418b8a189b310846f54589235a625'/>
<id>urn:sha1:c12da371e6f418b8a189b310846f54589235a625</id>
<content type='text'>
This reverts commit e58e0c0b520d4abb971d3917712340330e5d85ff.

It actually destroyed quite a lot of things, specifically even a simple
sentence ended up being a chainlink. I need to rethink the
'abnormalGraph' predicate.
</content>
</entry>
<entry>
<title>Allow chainlink when no last node is there</title>
<updated>2014-10-09T12:06:33Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-09T12:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e58e0c0b520d4abb971d3917712340330e5d85ff'/>
<id>urn:sha1:e58e0c0b520d4abb971d3917712340330e5d85ff</id>
<content type='text'>
Fixes #86

Well, almost - the center node contains the 'a and b and c' (with extra spaces too).

node test_analyzer.js '#a and #b and #c are cool'
digraph {
 BUBBLE;
 a;
 b;
 c;
 "new node";
 "a  and  b  and  c are cool";
 a -&gt; "a  and  b  and  c are cool";
 b -&gt; "a  and  b  and  c are cool";
 c -&gt; "a  and  b  and  c are cool";
}
</content>
</entry>
<entry>
<title>textanalysis: use and instead of nested ifs (refactor)</title>
<updated>2014-10-08T13:07:18Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-08T13:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=3c86c9dd12ea0be0d353020db7a3d0582944a5cd'/>
<id>urn:sha1:3c86c9dd12ea0be0d353020db7a3d0582944a5cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #85</title>
<updated>2014-10-08T10:37:18Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-08T10:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=4aa9df9352080ec5f45730ccf5594395fb0a86bf'/>
<id>urn:sha1:4aa9df9352080ec5f45730ccf5594395fb0a86bf</id>
<content type='text'>
This is more of #49 basically, just for a more complex sentence.
I've kept the flow that we have, but augmented the graph change check
(myGraph.compareSubset) and introduced some helper functions for sets on
the way.
</content>
</entry>
<entry>
<title>textanalysis: for a chainlink edit trim the complete sentence</title>
<updated>2014-10-08T10:07:27Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-08T10:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=eda05d4d8df67a26598f21883f1cf920d2e311fa'/>
<id>urn:sha1:eda05d4d8df67a26598f21883f1cf920d2e311fa</id>
<content type='text'>
</content>
</entry>
</feed>
