From 658f7e0dc8f79132f74bc52d2c3e92fc62fc454f Mon Sep 17 00:00:00 2001 From: Ben Batorsky Date: Thu, 29 Nov 2018 13:34:30 -0500 Subject: [PATCH] OntoNotes url fix (#2981) The website for OntoNotes 5 is: https://catalog.ldc.upenn.edu/LDC2013T19, currently the named entity section has it as https://catalog.ldc.upenn.edu/ldc2013T19. --- website/api/_annotation/_named-entities.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/_annotation/_named-entities.jade b/website/api/_annotation/_named-entities.jade index af2888b01..fa8bc842b 100644 --- a/website/api/_annotation/_named-entities.jade +++ b/website/api/_annotation/_named-entities.jade @@ -2,7 +2,7 @@ p | Models trained on the - | #[+a("https://catalog.ldc.upenn.edu/ldc2013t19") OntoNotes 5] corpus + | #[+a("https://catalog.ldc.upenn.edu/LDC2013T19") OntoNotes 5] corpus | support the following entity types: +table(["Type", "Description"])