forked from juliasilge/tidytext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.json
30 lines (30 loc) · 944 Bytes
/
paper.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
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-3671-836X",
"@type": "Person",
"email": "[email protected]",
"name": "Julia Silge",
"affiliation": "Datassist"
},
{
"@id": "http://orcid.org/0000-0001-8466-088X",
"@type": "Person",
"email": "[email protected]",
"name": "David Robinson",
"affiliation": "Stack Overflow"
}
],
"identifier": "http://dx.doi.org/10.5281/zenodo.56714",
"codeRepository": "https://github.com/juliasilge/tidytext",
"datePublished": "2016-06-30",
"dateModified": "2016-06-30",
"dateCreated": "2016-06-30",
"description": "Text Mining and Analysis Using Tidy Data Principles in R",
"keywords": "text mining, natural language processing",
"license": "MIT",
"title": "tidytext",
"version": "v0.1.1"
}