Skip to content

APIยค

A full overview will be added in the future. In the meantime, here is a table of the Lexos API modules:

cluster A module for cluster analysis.
constants A set of constants available to all modules.
corpus Manages a corpus of documents.
cutter Splits documents into segments.
DTM Creates a document-term matrix.
exceptions An exception handling class for raising custom error messages.
filter A set of functions for applying filters to spaCy `Doc` objects.
io A set of functions for handling input-output processes.
milestones Sets structural divisions in documents.
rolling_windows Analyzes documents by calculating term frequencies over sliding token windows.
scrubber A destructive preprocessor normally used on texts before they are tokenised.
tokenizer A set of functions used to convert texts into spaCy tokenised spaCy docs and to manipulate those docs.
topic_modeling Provides methods for creating and visualizing topic models.
util A set of utility functions available to all modules.
visualization A set of functions for visualising data generated from documents.