Re: markov query

2006-03-14 Thread Robert Kern
kpp9c wrote: >>Yes, a system which does this has to build a Markov >>chain from a data set and then traverse it. > >>>Any program that actually uses Markov chains to generate >>>new text based on existing input as you've described > > Hi. That isn't really what i have described. If i did i could

Re: markov query

2006-03-14 Thread kpp9c
>Yes, a system which does this has to build a Markov >chain from a data set and then traverse it. >>Any program that actually uses Markov chains to generate >> new text based on existing input as you've described Hi. That isn't really what i have described. If i did i could use exsisting algorith

Re: markov query

2006-03-14 Thread kpp9c
> Yes, a system which does this has to build a Markov chain from a data > set and then traverse it. >Any program that actually uses Markov chains to generate new text based >on existing input as you've described will necessarily create a Markov >chain. I think you misunderstood. If you see my ori

Re: markov query

2006-03-14 Thread Erik Max Francis
kpp9c wrote: > I have noticed a couple markov implementations in python, but none > quite seem to do what i would like. Most seem to do an analysis of some > text and create a new text based on that... I think, (sorry i just > don't know terminology well) a markov table (or is it called a > transi

Re: markov query

2006-03-13 Thread Stefan Behnel
Don't know of a Python module (although this doesn't look complex enough for a package anyway...), but kpp9c wrote: > P.S. Does any one know first of all whether these are called markov > tables, transition tables or probability tables? I am not sure i am > referring to this correctly and what the

markov query

2006-03-13 Thread kpp9c
markov query I have noticed a couple markov implementations in python, but none quite seem to do what i would like. Most seem to do an analysis of some text and create a new text based on that... I think, (sorry i just don't know terminology well) a markov table (or is it called a trans