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
>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
> 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
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
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
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