Move annotation specs up

This commit is contained in:
ines 2017-06-01 13:02:43 +02:00
parent fd77917c5a
commit 706cec6d58

View File

@ -2,7 +2,8 @@
"sidebar": { "sidebar": {
"Introduction": { "Introduction": {
"Facts & Figures": "./", "Facts & Figures": "./",
"Languages": "language-models" "Languages": "language-models",
"Annotation Specs": "annotation"
}, },
"Top-level": { "Top-level": {
"spacy": "spacy", "spacy": "spacy",
@ -26,9 +27,6 @@
"GoldParse": "goldparse", "GoldParse": "goldparse",
"GoldCorpus": "goldcorpus", "GoldCorpus": "goldcorpus",
"Binder": "binder" "Binder": "binder"
},
"Other": {
"Annotation Specs": "annotation"
} }
}, },