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

1 

2__all__ = ["Labels"] 

3 

4class Labels: 

5 

6 UNKNOWN = "UNKNOWN" 

7 # the O in IOB notation 

8 O = "O"