Skip to contents

extract graph of co-ocurrence from a POS dataframe

Usage

extract_graph_pos(pos_df, POS = c("NOUN", "PROPN"))

Arguments

pos_df

a data.frame generated by spacyr::spacy_parse

POS

the POS to be extracted. Defaul: NOUN and PROPN