From d2a7e5b8e52ae8d90d365225ddc3eca918cf316a Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 22 Jul 2017 17:55:35 +0200 Subject: [PATCH] Add GoldParse.cats attribute --- website/docs/api/goldparse.jade | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/api/goldparse.jade b/website/docs/api/goldparse.jade index 7818912c3..03118343d 100644 --- a/website/docs/api/goldparse.jade +++ b/website/docs/api/goldparse.jade @@ -103,6 +103,14 @@ p +cell list +cell The alignment from gold tokenization to candidate tokenization. + +row + +cell #[code cats] #[+tag-new(2)] + +cell list + +cell + | Entries in the list should be either a label, or a + | #[code (start, end, label)] triple. The tuple form is used for + | categories applied to spans of the document. + +h(2, "util") Utilities