Computational-Content-Analysis-2018 / 19-Jan-Flat-Clustering

Manning, Christopher, Prabhakar Raghavan and Hinrich Schütze. 2008. “Flat Clustering” and “Hierarchical Clustering.” Chapters 16 and 17 from Introduction to Information Retrieval.
https://github.com/Computational-Content-Analysis-2018
0 stars 1 forks source link

Including more information in clustering? #11

Open bdauzat opened 6 years ago

bdauzat commented 6 years ago

Is there a way to include more information in the clustering beyond just bag of words? for instance, can we determine whether certain topics are being discussed positively or negatively in addition to being discussed at all? Maybe within a hierarchy we might want all articles discussing topic X, and then within that cluster by positive or negative discussions of that topic. Or would that be a separate issue from the initial topic clustering?