Text Processing
and
Hal Fulton
13 August 2018
austin.rb
analyze word frequencies, letter frequencies, sentence length
translation, grammar checking, spell checking
transformation or substitution of text
formatting text
creating a concordance, index, TOC
and so on
read, readlines, each_line
write method
Array: join, grep
String: split, scan, sub, gsub, capitalization
I18N issues
Regexp: capturing, classes, etc.
appending onto a string
other performance issues
Enumerable and so on
https://github.com/Hal9000/livetext