https://github.com/jeffasante/authorship-attribution
Authorship attribution in tweeting.
https://github.com/jeffasante/authorship-attribution
authorship-attribution stylometry
Last synced: about 1 year ago
JSON representation
Authorship attribution in tweeting.
- Host: GitHub
- URL: https://github.com/jeffasante/authorship-attribution
- Owner: jeffasante
- License: mit
- Created: 2020-11-30T11:10:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T11:43:35.000Z (over 5 years ago)
- Last Synced: 2025-01-23T15:19:39.605Z (over 1 year ago)
- Topics: authorship-attribution, stylometry
- Language: JavaScript
- Homepage:
- Size: 12.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authorship-attribution
Authorship attribution in tweeting.
**Authorship attribution** aim is usually to attempt to ascribe a particular piece of writing to a certain author of a set of candidates. Authorship attribution is therefore mainly on written texts or on those features of spoken texts which are shared with written texts, such as lexical choice.
## Stylometry
Stylometry is a near-synonymous term to authorship attribution, dominated by attempts to identify unique authorial features by quantifying texts, usually in order to attribute authorship to anonymous or disputed texts.
[http://thedynamiter.llc.ed.ac.uk](http://thedynamiter.llc.ed.ac.uk/?page_id=140)
## Test result
```
Delta score for tweeter 1548 is 0.04099804814090169
Delta score for tweeter 2788 is 0.04253639590034903
Delta score for tweeter 5493 is 0.09194068585875152
Delta score for tweeter 9916 is 0.031723196781821575
Tweeter " 9916 " is most likely the tweeter of this tweet.
----------------------------------------------------------------------
[
'some people say that rappers don�t have feelings. we have feelings.
some people say that we are not rappers. that hurts our feelings.'
]
```
on the test, it took **2.003 seconds** to run.