Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marcel Henrik Schubert
AttributionFeatures
Commits
f6c7f5a7
Commit
f6c7f5a7
authored
Jun 27, 2021
by
Marcel Henrik Schubert
Browse files
added script
parent
08e83f76
Changes
13
Show whitespace changes
Inline
Side-by-side
Paper/New_papers/Agun_2020_bucketed_common_vector_scaling.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/Barlas_2020_Cross-Domain_authorship.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/Boenninghoff_2019_Explainable_Authorship_Verification.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/Custodio_2021_Stacked_Authorship.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/Huang_2021_Contribution_of_Improved_Character_Embedding.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/Jafariakinabad_2010_A_self_supervised_representation.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/Peng_2016_bit_level_ngrams.pdf
0 → 100644
View file @
f6c7f5a7
File added
Paper/New_papers/hu_2021_deep_style_user_style_embedding.pdf
0 → 100644
View file @
f6c7f5a7
File added
Scripts/.idea/.gitignore
0 → 100644
View file @
f6c7f5a7
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
Scripts/Preprocessing/preprocess.py
0 → 100644
View file @
f6c7f5a7
spacy/ar_patterns.json
0 → 100644
View file @
f6c7f5a7
[
{
"patterns"
:[
[
{
"TAG"
:
"."
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctType=Peri"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
","
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctType=Comm"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"-LRB-"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctSide=Ini|PunctType=Brck"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"-RRB-"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctSide=Fin|PunctType=Brck"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"``"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctSide=Ini|PunctType=Quot"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"
\"\"
"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctSide=Fin|PunctType=Quot"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"''"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctSide=Fin|PunctType=Quot"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
":"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"$"
}
]
],
"attrs"
:{
"POS"
:
"SYM"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"#"
}
]
],
"attrs"
:{
"POS"
:
"SYM"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"AFX"
}
]
],
"attrs"
:{
"POS"
:
"ADJ"
,
"MORPH"
:
"Hyph=Yes"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"CC"
}
]
],
"attrs"
:{
"POS"
:
"CCONJ"
,
"MORPH"
:
"ConjType=Cmp"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"CD"
}
]
],
"attrs"
:{
"POS"
:
"NUM"
,
"MORPH"
:
"NumType=Card"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"DT"
}
]
],
"attrs"
:{
"POS"
:
"DET"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"EX"
}
]
],
"attrs"
:{
"POS"
:
"PRON"
,
"MORPH"
:
"AdvType=Ex"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"FW"
}
]
],
"attrs"
:{
"POS"
:
"X"
,
"MORPH"
:
"Foreign=Yes"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"HYPH"
}
]
],
"attrs"
:{
"POS"
:
"PUNCT"
,
"MORPH"
:
"PunctType=Dash"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"IN"
}
]
],
"attrs"
:{
"POS"
:
"ADP"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"JJ"
}
]
],
"attrs"
:{
"POS"
:
"ADJ"
,
"MORPH"
:
"Degree=Pos"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"JJR"
}
]
],
"attrs"
:{
"POS"
:
"ADJ"
,
"MORPH"
:
"Degree=Cmp"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"JJS"
}
]
],
"attrs"
:{
"POS"
:
"ADJ"
,
"MORPH"
:
"Degree=Sup"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"LS"
}
]
],
"attrs"
:{
"POS"
:
"X"
,
"MORPH"
:
"NumType=Ord"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"MD"
}
]
],
"attrs"
:{
"POS"
:
"AUX"
,
"MORPH"
:
"VerbType=Mod"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"NIL"
}
]
],
"attrs"
:{
"POS"
:
"X"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"NN"
}
]
],
"attrs"
:{
"POS"
:
"NOUN"
,
"MORPH"
:
"Number=Sing"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"NNP"
}
]
],
"attrs"
:{
"POS"
:
"PROPN"
,
"MORPH"
:
"NounType=Prop|Number=Sing"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"NNPS"
}
]
],
"attrs"
:{
"POS"
:
"PROPN"
,
"MORPH"
:
"NounType=Prop|Number=Plur"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"NNS"
}
]
],
"attrs"
:{
"POS"
:
"NOUN"
,
"MORPH"
:
"Number=Plur"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"PDT"
}
]
],
"attrs"
:{
"POS"
:
"DET"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"POS"
}
]
],
"attrs"
:{
"POS"
:
"PART"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"PRP"
}
]
],
"attrs"
:{
"POS"
:
"PRON"
,
"MORPH"
:
"PronType=Prs"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"PRP$"
}
]
],
"attrs"
:{
"POS"
:
"PRON"
,
"MORPH"
:
"Poss=Yes|PronType=Prs"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"RB"
}
]
],
"attrs"
:{
"POS"
:
"ADV"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"RBR"
}
]
],
"attrs"
:{
"POS"
:
"ADV"
,
"MORPH"
:
"Degree=Cmp"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"RBS"
}
]
],
"attrs"
:{
"POS"
:
"ADV"
,
"MORPH"
:
"Degree=Sup"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"RP"
}
]
],
"attrs"
:{
"POS"
:
"ADP"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"SP"
}
]
],
"attrs"
:{
"POS"
:
"SPACE"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"SYM"
}
]
],
"attrs"
:{
"POS"
:
"SYM"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"TO"
}
]
],
"attrs"
:{
"POS"
:
"PART"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"UH"
}
]
],
"attrs"
:{
"POS"
:
"INTJ"
,
"MORPH"
:
"_"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"VB"
}
]
],
"attrs"
:{
"POS"
:
"VERB"
,
"MORPH"
:
"VerbForm=Inf"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"VBD"
}
]
],
"attrs"
:{
"POS"
:
"VERB"
,
"MORPH"
:
"Tense=Past|VerbForm=Fin"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"VBG"
}
]
],
"attrs"
:{
"POS"
:
"VERB"
,
"MORPH"
:
"Aspect=Prog|Tense=Pres|VerbForm=Part"
},
"index"
:
0
},
{
"patterns"
:[
[
{
"TAG"
:
"VBN"
}
]
],
"attrs"
:{
"POS"
:
"VERB"
,
"MORPH"
:
"Aspect=Perf|Tense=Past|VerbForm=Part"
},
"index"
:
0
},
{