-
Notifications
You must be signed in to change notification settings - Fork 23
/
.zenodo.json
32 lines (32 loc) · 907 Bytes
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"creators": [
{
"affiliation": "Aarhus University Hospital",
"name": "Hansen, Lasse",
"orcid": "0000-0003-1113-4779"
},
{
"affiliation": "Aarhus University",
"name": "Renbo Olsen, Ludvig",
"orcid": "0009-0006-6798-7454"
},
{
"affiliation": "Aarhus University",
"name": "Enevoldsen, Kenneth",
"orcid": "0000-0001-8733-0966"
}
],
"description": "A Python library for calculating a large variety of metrics from text",
"keywords": [
"Python",
"NLP",
"spacy",
"readability",
"feature extraction",
"natural language processing"
],
"license": {
"id": "Apache-2.0"
},
"title": "TextDescriptives: A Python package for calculating a large variety of metrics from text"
}