Returns the first non-NULL DFM from a priority fallback chain. Useful when multiple DFM processing stages exist and you need the most processed available version.
Details
Priority order (highest to lowest):
dfm_lemma - Lemmatized tokens (most processed)
dfm_outcome - Preprocessed tokens
dfm_final - Final processed version
dfm_init - Initial unprocessed tokens
See also
Other preprocessing:
get_available_tokens(),
import_files(),
prep_texts(),
process_pdf_unified(),
unite_cols()
