seqscore
seqscore copied to clipboard
SeqScore: Scoring for named entity recognition and other sequence labeling tasks
Right now, using `-` in place of an output file fails, at least when using it with `seqscore count`. Starting with just `references.bio`: ``` > ls -a . .. references.bio...
These are the only things I had changed for the visualization code to run. If these changes don't cause any trouble, might as well merge them into dev.
This PR migrates `seqscore` from `attrs` to `pydantic` in order to take advantage of `pydantic`'s built-in serialization utilities, in addition to `pydantic` being a common interface for libraries in the...