Implement a BIO parser module
This package will take BIO files as input. To make any further manipulations easier, we should convert that into a more common format like a Python Class. We can take inspiration from spacy's Doc
(see their doc).
This package will take BIO files as input. To make any further manipulations easier, we should convert that into a more common format like a Python Class. We can take inspiration from spacy's Doc
(see their doc).