Any project in rust you want to chat about.

    • jasory@lemmyrs.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Does this detect stylistic similarity between texts? I was thinking about porting a similar project that was developed to determine probable authorship. It would be quite useful as an open-source bot detector.

      • NovelKeysInk
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Nothing quite that advanced. It’s mostly just stemming, basic tokenization, TF-IDF, and cosine similarity at this point.