ner.utils.styling module#

ner.utils.styling.ATTRS_MAP = {'bold': '\x1b[1m', 'crossed out': '\x1b[9m', 'framed': '\x1b[51m ', 'italic': '\x1b[3m', 'underline': '\x1b[4m'}#

Text styles and their ANSI escape sequences.

ner.utils.styling.COLOR_MAP = {'blue': '\x1b[94m', 'dark green': '\x1b[32m', 'green': '\x1b[92m', 'grey': '\x1b[97m', 'pink': '\x1b[95m', 'red': '\x1b[91m', 'teal': '\x1b[96m', 'yellow': '\x1b[93m'}#

Colors and their ANSI escape sequences.