labelProp provides a semi-supervised approach to labeling text data, leveraging vector representations of text and network methods. The general problem that labelProp solves is the following: given a collection of nodes --these can be words, short texts etc.-- for which we have vector representations --importantly, on the same vector space--, including a small subset for which we have labels --called seeds--, how do we determine the labels of the remaining set of nodes?
devtools::install_github("prodriguezsosa/labelProp")
Check out this Quick Start Guide to get going with labelProp
.