class documentation

class notebook_content_visualisation:

View In Hierarchy

Python notebook visualisation to give some visual idea of contents: marks out-of-vocabulary tokens red, and highlight the more interesting words (by POS).

Uses a sort of dark-mode scheme

Method __init__ Undocumented
Instance Variable doc Undocumented
Instance Variable highlight_content Undocumented
Instance Variable mark_oov Undocumented
Method _repr_html_ Undocumented
def __init__(self, doc, mark_oov=True, highlight_content=True):

Undocumented

doc =

Undocumented

highlight_content =

Undocumented

mark_oov =

Undocumented

def _repr_html_(self):

Undocumented