#
stylometry
Here are 28 public repositories matching this topic...
The Java Graphical Authorship Attribution Program
-
Updated
Jun 4, 2020 - Java
Data and code for Kang et al., EMNLP 2019's paper titled "(Male, Bachelor) and (Female, Ph.D) have different connotations: Parallelly Annotated Stylistic Language Dataset with Multiple Personas"
natural-language-processing
style-transfer
seq2seq
stylometry
pastel
style-classification
parellel-style-transfer
style-language
-
Updated
Mar 17, 2020 - Python
Collected solutions from Google Code Jam programming competition
-
Updated
Nov 4, 2019
Todo lo accesorio y entorno al proyecto sobre Análisis de textos con R
-
Updated
Aug 6, 2019 - R
Source code embeddings for various programming languages
-
Updated
Jul 11, 2018 - Jupyter Notebook
Bibtex copy of the Zotero bibliography on Stylometry
-
Updated
Jul 26, 2017 - TeX
A tool that predicts the dialect of English of an SMS message using recurrent neural networks supplemented with data from Google Trends.
sms
rnn
stylometry
google-trends
authorship-identification
dialect-identification
location-detection
-
Updated
Dec 19, 2017 - Python
A Shiny GUI for Stylo
-
Updated
Oct 23, 2018 - R
Materials for EnExDi2020 (Poitiers, February 10-14):
-
Updated
May 11, 2020 - CSS
25 poemas en español fechados en el siglo XVI y XVII
-
Updated
May 6, 2020 - XSLT
Stylometric analysis of poetic texts based on their versification
-
Updated
Oct 15, 2017 - Python
With the rapid growth of Bangla music industry huge volume of Bangla songs are produced every day. Immense number of producers, lyricists, singers and artists are involved in production of songs from different genres. Among many genres of Bangla music; classical, folk, baul, modern music, Rabindra Sangeet, Nazrul Geeti, film music, rock music and fusion music has gained the highest popularity. Lyricists try to express their feelings and views towards any situation or subject through their writings. Therefore, each lyricist have their own dictionary of thoughts to put on music lyrics. In this paper, we have presented “BanglaMusicStylo”, the very first stylometric dataset of Bangla music lyrics. We have collected 2824 Bangla song lyrics of 211 lyricists in a digital form. All the lyrics are stored in text format for further use. This dataset could be used for stylometric analysis such as authorship attribution, linguistic forensics, gender identification from textual data, Bangla music genre classification, vandalism detection, emotion classification etc. Identifying the significant research opportunities in this area, we have formalized this dataset which could be used for stylometric analysis.
-
Updated
Jul 1, 2019
VictorIJnr / bu
I like the name bu, but I called this User Stylometry Association, or UStylA, in my paper. In short, this just clusters users based on their stylometry - how they write stuff. This ended up as my Senior Honours project at The University of St Andrews. I had more ambitious plans but I didn't have enough time for them. This isn't half bad either though.
-
Updated
Jun 29, 2019 - Python
Writeprints-Static Feature Set exctraction for Adversarial Stylometry
-
Updated
Mar 12, 2018 - Python
-
Updated
Mar 30, 2018 - Python
subtitle-based film similarities
natural-language-processing
information-retrieval
sentiment-analysis
subtitles
bag-of-words
film-analysis
movie-recommendation
stylometry
movie-similarities
subtitle-processing
-
Updated
Oct 8, 2019 - HTML
The goal for this project is to research and present a method for hebrew short messages stylometry. The system that should be implemented should be able to identify an author of a message based on previously learned authoring style. The goal is to study the features required for such identification, when working on short messages in Hebrew language.
-
Updated
Oct 4, 2018 - Java
Python package to deal with PAN corpora and extract stylometric features from text documents.
-
Updated
Mar 25, 2020 - Python
This is a short introductory tutorial on Stylo package in R language
-
Updated
Dec 11, 2018 - R
-
Updated
Feb 28, 2018 - JavaScript
some slides i put together for a short talk on stylometry at splunk
-
Updated
Aug 10, 2018 - HTML
The Mechanical Copybook
-
Updated
Feb 20, 2018 - Jupyter Notebook
Corpora of Thomas Moore texts and results of stylometric analysis
-
Updated
Feb 28, 2020
Covers wide range of industry implemented topics. (Course on JOC by IIT Ropar via NPTEL)
nlp
sentiment-analysis
game-development
image-processing
networkx
speech-recognition
speech-to-text
image-compression
turtle
stylometry
browser-automation
collatz-conjecture
gps-python
page-rank-algorithm
map-area-estimation
-
Updated
Oct 29, 2019 - Python
This Projects aim to evaluate the efficiency of Stylometry approach as an authentication method. Stylometric analysis research has been done for author identification and there is significant progress to recognize an author based on their written texts. In this project, we tried to detect differences between writing styles on the same topic provided by a set of users and we test that these differences are enough to use for an authentication system or not.
-
Updated
Apr 30, 2019 - C#
Improve this page
Add a description, image, and links to the stylometry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stylometry topic, visit your repo's landing page and select "manage topics."


Hi there,
I think there might be a mistake in the documentation. The
Understanding Scaled F-Scoresection saysThe F-Score of these two values is defined as:
$$ \mathcal{F}_\beta(\mbox{prec}, \mbox{freq}) = (1 + \beta^2) \frac{\mbox{prec} \cdot \mbox{freq}}{\beta^2 \cdot \mbox{prec} + \mbox{freq}}. $$
$\beta \in \mathcal{R}^+$ is a scaling factor where frequency is favored if $\beta