mirror of https://github.com/explosion/spaCy.git
Export iob_to_biluo utility
This commit is contained in:
parent
2b3b937a04
commit
2e587c6417
|
@ -305,7 +305,7 @@ def read_json_file(loc, docs_filter=None, limit=None):
|
|||
yield [paragraph.get('raw', None), sents]
|
||||
|
||||
|
||||
def _iob_to_biluo(tags):
|
||||
def iob_to_biluo(tags):
|
||||
out = []
|
||||
curr_label = None
|
||||
tags = list(tags)
|
||||
|
|
Loading…
Reference in New Issue