Creates a bar chart showing the distribution of a morphological feature using consistent package styling.
Examples
if (interactive()) {
tokens <- quanteda::tokens(TextAnalysisR::SpecialEduTech$abstract[1])
morphology_data <- extract_morphology(tokens)
plot_morphology_feature(morphology_data, "Tense")
}
