Giter Club home page Giter Club logo

com.freakshowstudio.markovwordlists's Introduction

Markov Word Lists

This package lets you import word list files into Unity and use them for example for procedural name generation.

The word list file should be a plain text file containing each word on a separate line, and should be named .markov

Currently all imported words are converted to lowercase. An option to preserve case might be added in the future.

You can set the desired order for each file, which is how many characters the chain "looks back". A higher value gives more believable results, but are less random. A higher value will also decrease performance and increase memory usage. Values in the range 1-3 generally work best.

For each file, you also need to specify a start and end character. These are used internally for keeping track of the start and end words. You can choose whichever symbol you want for this, but it should not appear in your wordlist file.

See the samples for usage examples.

com.freakshowstudio.markovwordlists's People

Contributors

stigolavsen avatar thebeardphantom 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.