seqscore icon indicating copy to clipboard operation
seqscore copied to clipboard

SeqScore: Scoring for named entity recognition and other sequence labeling tasks

Results 3 seqscore issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...