Games::Dissociate

Games::Dissociate is a Dissociated Press algorithm and filter.
Download

Games::Dissociate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Avi Finkel
  • Publisher web site:
  • http://search.cpan.org/~avif/

Games::Dissociate Tags


Games::Dissociate Description

Games::Dissociate is a Dissociated Press algorithm and filter. Games::Dissociate is a Dissociated Press algorithm and filter.SYNOPSIS use Games::Dissociate; ... $brilliant_prose = dissociate($normal_prose);or perl -MGames::Dissociate -e dissociate_filter meno.txtABSTRACTThis module provides the function dissociate, which implements a Dissociated Press algorithm, well known to Emacs users as "meta-x dissociate". The algorithm here is by no means a straight port of Emacs's dissociate.el, but is instead merely inspired by it.(I actually intended to make it a straight port, but couldn't manage it -- the code in dissociate.el is totally uncommented, and is especially obscure Lisp.)This module also provides a procedure dissociate_filter, for use in the one-liner context: perl -MGames::Dissociate -e 'dissociate_filter(2)' < thesis.txt > snip.txtor perl -MGames::Dissociate -e 'dissociate_filter(-2)' < thesis.txt > snip.txtor in a script consisting of #!/usr/local/bin/perl use Games::Dissociate; dissociate_filter; Requirements: · Perl


Games::Dissociate Related Software