Version 0 of text processing

Updated 2014-06-07 20:54:20 by pooryorick

text processing builds on string processing, interpreting strings as a strcture, usually that has some sort of in-value signaling, i.e., markup or format.

Description

The difference between string processing and text processing can be subtle. Forexample, the Longest common substring algorithm might be considered string processing, whereas Longest common subsequence: folklore algorithm could be considered text processing because it implies some greater structure encoded within the string.

Tcl Tools

FindProcs utility
jump to a proc
FindWords utility
jump to another occurance of a word
Longest common subsequence: folklore algorithm
the algorithm behind diff in Tcl
similarity
Tcl itself, of course!
text
The Tk widget
Tcl Editors
editors recommended for Tcl scripts

Other Tools

Awk