# # dylan function test script # #debug yes #alias kwic "lex list -kwen" alias concordance "lex list -ken" set parse mark lex echo -n "loading text \"dylan.txt.marked\" ..." lex load dylan text/dylan.txt.marked lex echo "done." #debug no lex echo -n "running stoplist ..." lex stop -I text/dylan.stoplist lex echo "done." #debug yes forms echo -n "loading forms table \"dylan.forms\" ..." forms load text/dylan.forms forms echo "done." forms echo -n "loading forms table \"stop.forms\" ..." forms load text/stop.forms forms echo "done." #debug no #debug yes cat echo -n "loading class \"dylan\" ..." cat load dylan text/dylan.categ cat echo "done." cat echo -n "binding class \"dylan\" to list \"dylan\" ..." cat bind dylan dylan cat echo "done." #debug no #debug yes #range add s1 25-101 #debug no #debug yes #analyse dens -O @xx -c elevation #analyse dens -s green golden #analyse dens -c -a #analyse dens -S max -F html -O "|w3m -T text/html" -c -a #analyse dens -S score -F html -O "|w3m -T text/html" -c light #analyse dens -S score -c -a -F html -O "|w3m -T text/html" #analyse dens green golden #debug no #debug yes #echo analyse freq -c -s light day #analyse freq -c -s light day #echo analyse freq -ce light day #analyse freq -F csv -ce light day #echo analyse freq -c light day #analyse freq -F csv -c light day #echo analyse char #analyse char #analyse stats #analyse wordlen #debug yes #range map s1 #analyse markov -d #analyse markov -l -c s3 #debug no #END