Fix merge

This commit is contained in:
Matthew Honnibal 2020-10-05 16:12:01 +02:00
parent 93a98e8c3e
commit 90040aacec
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ def make_orth_variants(
orig_token_dict = copy.deepcopy(token_dict)
ndsv = orth_variants.get("single", [])
ndpv = orth_variants.get("paired", [])
logger.debug(f"Data augmentation: {len(ndsv)} single / {len(ndpv)} paired variants")
words = token_dict.get("ORTH", [])
tags = token_dict.get("TAG", [])
# keep unmodified if words or tags are not defined