Reference

pybiber utility functions

Read in and prepare data

corpus_from_folder Import all text files from a directory.
get_text_paths Get a list of full paths for all text files.
readtext Import all text files from a list of paths.
spacy_parse Parse a corpus using the ‘en_core_web_sm’ model.
get_noun_phrases Extract expanded noun phrases using the ‘en_core_web_sm’ model.

pybiber parse

Generate a biber document-feature matrix

biber Extract Biber features from a parsed corpus.

pybiber methods

Analyze a biber document-feature matrix

mda Execute Biber’s multi-dimensional anlaysis.
pca Execute principal component analysis.
mdaviz_screeplot Generate a scree plot for determining factors.
mdaviz_groupmeans Generate a stick plot of the group means for a factor.
pcaviz_groupmeans Generate a scatter plot of the group means along 2 components.
pcaviz_contrib Generate a bar plot of variable contributions to a component.