From 8cc3524dc90503aa4aa3d70c3a0f684e5c293944 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 2 Feb 2015 16:42:04 +1100 Subject: [PATCH] * Ws --- spacy/en/pos.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/en/pos.pyx b/spacy/en/pos.pyx index 1094d5c09..544f8de4b 100644 --- a/spacy/en/pos.pyx +++ b/spacy/en/pos.pyx @@ -213,7 +213,6 @@ POS_TEMPLATES = ( (N2_flags,), (P1_flags,), (P2_flags,), - )