require 'vig.rb' cc = Cc.new cc.loadTables("./ctab.txt") s = cc.dorule("happypoem") print "\n\n-----\n\n" print cc.postProcess(s) print "\n\n-----\n\n"