forked from allenai/allennlp-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
19 lines (19 loc) · 754 Bytes
/
Copy pathmeta.json
File metadata and controls
19 lines (19 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"courseId": "allennlp-intro-guide",
"title": "A Guide to Natural Language Processing With AllenNLP",
"description": "In this guide, we'll walk through the basics of using AllenNLP, describing all of the main abstractions used and how to build various kinds of models.",
"siteUrl": "https://allennlp.org/",
"twitter": "ai2_allennlp",
"googleAnalyticsId": "UA-105970043-4",
"juniper": {
"repo": "allenai/allennlp-guide",
"branch": "master",
"lang": "python",
"kernelType": "python3",
"debug": true
},
"headerLinks": [
{ "text": "AllenNLP Website", "url": "https://allennlp.org/" },
{ "text": "AllenNLP Docs", "url": "https://docs.allennlp.org/master/" }
]
}