Giter VIP home page Giter VIP logo

Comments (4)

jsvine avatar jsvine commented on June 16, 2024

Strange, and thanks for flagging! Could you share a minimal script and corpus text that reproduces the problem?

from markovify.

quietmint avatar quietmint commented on June 16, 2024

I updated the script above. Here's a sample corpus text: https://files.quietmint.ml/corpus.txt

from markovify.

jsvine avatar jsvine commented on June 16, 2024

Thanks for flagging this, @quietmint! Looks like it was a bug here: c41af53#diff-6dd95c17c1c64b93c71d240c9b497656

Fix is in 0.7.1, now available via pip. Let me know if it doesn't work for you.

from markovify.

quietmint avatar quietmint commented on June 16, 2024

Well that fixed the issue with ___BEGIN__ but now I get None as the output sometimes. This should never happen because there are definitely countless sentences starting with my requested word, and I've set the flag test_output=False to ensure any sentence is acceptable (regardless of overlap percentage). On the model, I've also set the flag retain_original=False (which should imply test_output=False, but regardless I've set it explicitly...)

Does max_words only consider original sentences of the specified length? I thought it would consider any sentence length but stop producing text after X words?

import markovify

text = open('corpus.txt').read()
model = markovify.Text(text, state_size=3, retain_original=False)
print(model.make_sentence_with_start('Who', max_words=7, test_output=False))

from markovify.

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.