You can find it here. Source code in the link.

  • Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    11 months ago

    Delightfully simple python code.

    Why did you choose to use PHP?

    Also where do you get the stop words from?

    • Rikudou_Sage@lemmings.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      11 months ago

      I’m just not productive with Python, Symfony is my go-to framework for anything because it’s the one I know best. The python side took me more than the rest of the project simply because I couldn’t find anything on how the hell do you deploy a production Python app.

      I get them from the sumy package but it can’t read them when built using pyinstaller, so I pretty much decided I won’t spend another who-knows-how-many hours trying to solve the problem of loading data packages with pyinstaller and copied it directly to the python script. I’m planning on fixing it when I have time.