sokkies@lemmyrs.org to Rust Lang@lemmyrs.orgEnglish · 1 year agoWhats the latest personal project youre working on?message-squaremessage-square18fedilinkarrow-up16arrow-down10file-text
arrow-up16arrow-down1message-squareWhats the latest personal project youre working on?sokkies@lemmyrs.org to Rust Lang@lemmyrs.orgEnglish · 1 year agomessage-square18fedilinkfile-text
minus-squarejasory@lemmyrs.orglinkfedilinkEnglisharrow-up2·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-squareNovelKeysInk@discuss.tchncs.delinkfedilinkEnglisharrow-up1·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.