class documentation
class notebook_content_visualisation:
Constructor: notebook_content_visualisation(doc, mark_oov, highlight_content)
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 |
Undocumented |
| Instance Variable | mark |
Undocumented |
| Method | _repr |
Undocumented |