Giter Club home page Giter Club logo

Comments (4)

dhasenan avatar dhasenan commented on August 16, 2024 1

Each verse in the output is currently a modified version of a verse in the input. I tried using a per-word markov chain, but that produced rather terrible results, as you'd expect. And I tried a per-verse markov chain, but pretty much every verse is unique, so there was only one path through the chain.

Currently, I take each verse, assign a theme (which is just a suitably uncommon non-name word that appears in it), and train the Markov chain based on sequences of themes. There are enough common themes across verses that that mixes up the input nontrivially, but a verse is a large enough chunk to keep things locally sensible.

from 2019.

dhasenan avatar dhasenan commented on August 16, 2024 1

I did in fact make 50k words. I wanted better, but it's at least more interesting than for a in $(seq 1 50000); do echo "word!" >> book; done.

https://github.com/dhasenan/newer_testament/blob/master/web-nt-narrative-small%20big-gen.epub

from 2019.

LuRsT avatar LuRsT commented on August 16, 2024

Will it be based on the bible but with nonsense sentences, or something resembling the bible with sense?

I love that you have stretch goals :D

from 2019.

greg-kennedy avatar greg-kennedy commented on August 16, 2024

I see your repo was updated until Nov 25th, but no output? Did you make 50,000 words?

from 2019.

Related Issues (20)

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.