Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Markov chains iteratively #3

Closed
spyked opened this issue Mar 23, 2013 · 1 comment
Closed

Build Markov chains iteratively #3

spyked opened this issue Mar 23, 2013 · 1 comment
Assignees
Milestone

Comments

@spyked
Copy link
Owner

spyked commented Mar 23, 2013

Right now, Monkey.Analysis builds Markov chains from a large chunk of text in one big pass. This works, but it isn't very flexible. The programmer should be able to enhance or strip the model however he/she pleases. This requires support for building of Markov chains "on the fly", as new text is added.

Ideally, this would be implemented as a monoid over Markov chains (if such a thing exists).

@spyked
Copy link
Owner Author

spyked commented Mar 24, 2013

Implemented in 9925e0a.

@spyked spyked closed this as completed Mar 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant