run_biber
pipeline.run_biber(
corpus,=None,
nlp='en_core_web_sm',
model=True,
disable_ner=CONFIG.DEFAULT_N_PROCESS,
n_process=CONFIG.DEFAULT_BATCH_SIZE,
batch_size=False,
return_tokens=True,
normalize=False,
force_ttr )
One-liner: parse -> biber() from an in-memory corpus DataFrame.