From 3d0d99eb7ce77111c99a9299d427f5c7b931bd59 Mon Sep 17 00:00:00 2001 From: ceramisch <carlos.ramisch@lis-lab.fr> Date: Mon, 4 Nov 2024 23:14:47 +0100 Subject: [PATCH] Minor edit --- lib/conllulib.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/conllulib.py b/lib/conllulib.py index 516c7cc..bb46a39 100644 --- a/lib/conllulib.py +++ b/lib/conllulib.py @@ -297,8 +297,6 @@ class CoNLLUReader(object): >>> for sent in readConlluString(test): >>> print(CoNLLUReader.to_bio(sent)) ['B-PROD', 'I-PROD', 'I-PROD', 'O', 'B-PERS', 'O', 'O', 'O', 'O', 'B-ORG', 'I-ORG'] - - """ bio_enc = [] neindex = 0 -- GitLab