General utility classes that are not directly part of the topic modelling functionality provided by ignis.

Expand source code
"""
General utility classes that are not directly part of the topic modelling
functionality provided by `ignis`.
"""
from ignis.util.improved_phraser import ImprovedPhraser
from ignis.util.lazy_loader import LazyLoader

# Documentation
__pdoc__ = {"jupyter_styles": False}

Sub-modules

ignis.util.improved_phraser

An improved automated n-gram detection mechanism built on top of the gensim Phraser.

ignis.util.lazy_loader

A general class for lazy loading expensive modules.