Giter Club home page Giter Club logo

markovmonkeys's Introduction

MarkovMonkeys

This program will take in a text file and will return output that follows the frequency of letter patterns.

For example, say a file contains "the man, the plan, the pie" and the user specifies a depth of 4. This program would go through every 4-length string and record what letter comes next.

This means that the program will record three instances of the string "the ", and in this, it will record that it was followed by "m" once and "p" twice.

Once the file is completely parsed, it will take a random K-length string (in the above case, K=4) and then pick a letter to go after it. If the starting string is "the ", it has a 33% chance of being followed by an "m" and 67% by a "p". If "p" is chosen, then the program will see what is likely to come after "he p".

It'll keep adding characters in this manner until it reaches a user-specified limit. Results will be in the specified output file.

compile: javac Markov.java

run: java Markov [K] [length of output] [src text file] [output file]

K = The number of character to analyze at a time.

markovmonkeys's People

Contributors

jalanmiddleton avatar jam0058 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.