Meanwhile, readers say that some AI-penned articles switch languages halfway through.

  • SheeEttin@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Does it? The summarization library doc link is broken, but it doesn’t mention AI/ML on its page.

    • rbhfd@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I had a look at the github repo. The summarization is being done by a library called Sumy.

      After a quick look through it, you’re right that it doesn’t use machine learning. However, it does use a lot of key concepts from Natural Language Processing, such as Tokenization, which is a subfield of Artificial Intelligence.