christianbuck / nlu

7 stars 1 forks source link

JSON format: Consider adding a MANIFEST entry at the beginning of the file which summarizes the annotations in the file? #30

Open nschneid opened 11 years ago

nschneid commented 11 years ago

e.g.

"MANIFEST": {
   "bbn_ne": {"count": 7},
   "coref_chains": {"count": 2, "provenance": "stanford"},
   "document_id": {"provenance": "ontonotes4"},
   "goldparse": {"provenance": "ontonotes4"},
   "nom": {"count": 2, "provenance": "nombank"},
   ...
}