@sokkies@lemmyrs.org to Rust Lang@lemmyrs.orgEnglish • 1 year agoWhats the latest personal project youre working on?message-square49fedilinkarrow-up140file-text
arrow-up140message-squareWhats the latest personal project youre working on?@sokkies@lemmyrs.org to Rust Lang@lemmyrs.orgEnglish • 1 year agomessage-square49fedilinkfile-text
minus-square@jasory@lemmyrs.orglinkfedilinkEnglish2•1 year agoDoes 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.
minus-square@NovelKeysInk@discuss.tchncs.delinkfedilinkEnglish1•1 year agoNothing quite that advanced. It’s mostly just stemming, basic tokenization, TF-IDF, and cosine similarity at this point.
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.
Nothing quite that advanced. It’s mostly just stemming, basic tokenization, TF-IDF, and cosine similarity at this point.