DTM.aggr_synonyms | R Documentation |
Build a term-term network using a cosine similarity measure built on the term
co-presence in documents. A high threshold defined in min.sim
is used
to identify edges. The high edge threshold splits the network into multiple
components which identify redundant terms.
DTM.aggr_synonyms(DTM, min.sim = 0.9)
DTM |
A Document Term Matrix. |
min.sim |
The minimal cosine similarity that identifies an edge. |
The same input Document Term Matrix with redundant terms removed and joined into new columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.