raotnameh / End-to-end-E2E-Named-Entity-Recognition-from-English-Speech

28 stars 14 forks source link

Issue in ner/special_character_to_conll_format.py #6

Closed raotnameh closed 4 years ago

raotnameh commented 4 years ago

HI, @Sreyan88 there is a possible bug in ner/special_character_to_conll_format.py file.

for the file containing: '{' token it outputs the token to.

Example:

and O Tuolumne B-LOC groves I-LOC then O the O sequoia O less O channel O of O the O grand O ancient O {mer B-ORG de I-ORG glace I-ORG

The '{' in the mer token should not be there.