This commit is contained in:
Matthew Honnibal 2020-10-12 11:56:37 +02:00
parent ac13af80fe
commit c68be0ceec

View File

@ -4,6 +4,7 @@ for doing pseudo-projective parsing implementation uses the HEAD decoration
scheme. scheme.
""" """
from copy import copy from copy import copy
from pathlib import Path
import json import json
from ...tokens.doc cimport Doc, set_children_from_heads from ...tokens.doc cimport Doc, set_children_from_heads