Skip to content

Authorship Attribution of Tweets using Convolutional Neural Networks Over character n-grams

Notifications You must be signed in to change notification settings

ironfist2/Authorship-Attribution-of-Short-Texts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authorship-Attribution-of-Short-Texts

This repository implements the paper published AUTHORSHIP ATTRIBUTION OF SHORT TEXTS in python. Requirements:

  1. Numpy
  2. Pandas
  3. Keras
  4. Sklearn.

To run Just run command python3 main.py in the folder. To use character Embedding modeule instead of directly converting characters into onehot encodings use model2 instead of model in main.py and change the encode_data to encode_data2 in predict_def.py

About

Authorship Attribution of Tweets using Convolutional Neural Networks Over character n-grams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages