Git Product home page Git Product logo

Comments (7)

kade-robertson avatar kade-robertson commented on May 18, 2024

Usually means there was some kind of symbol it doesn't support (parenthesis for example). Probably a duplicate of #84 .

from markovify.

jsvine avatar jsvine commented on May 18, 2024

Thanks for pointing to #84, @kade-robertson! That does seem to be a likely explanation.

The issue, however, is typically less that the corpus contains an unsupported character, and more that all sentences contain such a character. But it's a bit difficult to diagnose definitively without knowing more about the corpus. Could you share the corpus you're using @icyphox, or a sample of it?

from markovify.

icyphox avatar icyphox commented on May 18, 2024

I'm actually generating the corpus from a user's Twitter feed, and that's most likely it, as @kade-robertson said.

from markovify.

kade-robertson avatar kade-robertson commented on May 18, 2024

I've made #93 as a partial workaround to the issue, you can disable the rejection regex entirely with well_formed=False in Text initialization, or provide a custom regex with reject_reg to substitute. This may not be ideal as you will then get unmatched parenthesis in the output. There's no one good way to solve the issue unfortunately -- You either don't use that text at all for learning purposes, or you enable unmatched parenthesis or weird punctuation (which you could potentially handle later, or make a different kind of Text which will interpret text in parenthesis as entirely different sentences).

from markovify.

crypdick avatar crypdick commented on May 18, 2024

@kade-robertson I am experiencing this problem. I see that adding well_formed=False was added but for some reason I don't see that option in the main branch anymore?

from markovify.

kade-robertson avatar kade-robertson commented on May 18, 2024

@crypdick @icyphox #93 was just recently merged in if you are still trying to use this library with your original corpus. :)

from markovify.

icyphox avatar icyphox commented on May 18, 2024

Oh that’s awesome! Although my Twitter bot is long dead. :D
Guess I’ll close this now.

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.