Re: [LogiLogi-list] Diff & sense removal...
Status: Beta
Brought to you by:
wybow
|
From: Wybo W. <wy...@lo...> - 2007-06-18 22:55:16
|
Charles reported today on our freenode IRC channel that he has the C implementation of our diff algorithm (even an improved version) working. And it appears quite fast, 20 milli-secs for diffing 400 words... Keep up the good work! This evening I have been doing some sense-removal and other clean-ups. One of them is that elements, like menu's now no longer are found as page/elements/menu, but are another kind of tagging, besides secondary and primary. This makes resolving potentially much faster, as everything that's needed for the page could be found with one join-query... (with a 'where tagging.kind > secondary' - clause) Also it has nicer properties in that menu's are now linked to tags instead of to 'tag-sets' + da depth, via the now removed volatile_to_logi_with_all_tags/concepts_matching. Menu's and the like will be linkable through page<tilde>element-kind, like page~menu and page~news. greetings, Wybo PS: Charles if you want, you can try your diff with words as chunks instead of characters... |