From c68be0ceec61772a75a96ffb69d29aaae0878941 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 12 Oct 2020 11:56:37 +0200 Subject: [PATCH] Fix --- spacy/pipeline/_parser_internals/nonproj.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/pipeline/_parser_internals/nonproj.pyx b/spacy/pipeline/_parser_internals/nonproj.pyx index f36e248be..5dac8589e 100644 --- a/spacy/pipeline/_parser_internals/nonproj.pyx +++ b/spacy/pipeline/_parser_internals/nonproj.pyx @@ -4,6 +4,7 @@ for doing pseudo-projective parsing implementation uses the HEAD decoration scheme. """ from copy import copy +from pathlib import Path import json from ...tokens.doc cimport Doc, set_children_from_heads