mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-02 09:56:39 +03:00
Fix
This commit is contained in:
parent
ac13af80fe
commit
c68be0ceec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user