Skip to content

Commit c68be0c

Browse files
committed
Fix
1 parent ac13af8 commit c68be0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spacy/pipeline/_parser_internals/nonproj.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ for doing pseudo-projective parsing implementation uses the HEAD decoration
44
scheme.
55
"""
66
from copy import copy
7+
from pathlib import Path
78
import json
89

910
from ...tokens.doc cimport Doc, set_children_from_heads

0 commit comments

Comments
 (0)