Coverage for python/lum/clu/processors/utils.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-17 18:41 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-17 18:41 +0000
2__all__ = ["Labels"]
4class Labels:
6 UNKNOWN = "UNKNOWN"
7 # the O in IOB notation
8 O = "O"