pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-markov-chain



Module name:    wip
Committed by:   phonohawk
Date:           Wed Sep 23 06:40:33 UTC 2009

Import into wip/hs-markov-chain

Log Message:
Import hs-markov-chain-0.0.3 as wip/hs-markov-chain.

This library can be used to generate random sequences of anything with
a behaviour that is adapted to some training data. Input a marketing
text or a speech and recompose it to another arbitrary text of this
sort. Input a dictionary of person names and create new names. Input a
sequence of notes and get out a new melody. Input a set of Haskell
modules and generate ... nice idea but the result will certainly have
neither correct syntax nor types. I think, it's a good thing about
Haskell, that you cannot fool it so easily. The idea is very simple:
The algorithm analyses your input/training data with respect to how
likely an a or e follows the letters r and e. Then on recomposition it
chooses subsequent letters randomly according to the frequencies found
in the training data. This library is well suited for bull-shit
generators.

Status:

Vendor Tag:     PHONOHAWK
Release Tags:   PHONOHAWK_20090923
                
N wip/hs-markov-chain/distinfo
N wip/hs-markov-chain/Makefile
N wip/hs-markov-chain/buildlink3.mk
N wip/hs-markov-chain/PLIST
N wip/hs-markov-chain/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index