Hi all,

I'm working on a project to to track changes to text files over time.
The goal is build of a data set that tags or tokenizes each word in
the file with version where it was introduced. Basically I want to
create data that could drive something similar this:
http://hint.fm/projects/historyflow/ (just the data, not the dataviz).

I haven't been able to find any information on doing this in Perl (or
otherwise, for that matter). I suspect it's because I don't know the
right search terms.

Right now I'm looking at rolling my own solution using
Algorithm::Diff::Callback and the word definitions from Text::WordDiff
to tag hunks with revision information.

I feel like this probably a solved problem and I'm just looking in the
wrong place, though...

Any pointers would be appreciated.

TIA,

--j
--------------------------------------------------
This email and attachment(s): [ x ] blogable; [  ] ask first; [  ]
private and confidential

daggerquill [at] gmail [dot] com

values of β will give rise to dom!

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to