Published October 28, 2022
| Version v0.8.5
Software
Open
textnets
Authors/Creators
Description
- Python 3.11 compatibility! (YMMV if using Windows.)
- Adds an optional parameter
remove_weak_edgeswhen initializing aTextnetto create a sparser graph. - Adds
ProjectedTextnet.mproperty to access one-mode graphs' adjacency matrices. - Adds Stoltz and Taylor's (2019) textual spanning measure.
- Adds
TextnetBase.cluster_strengthandTextnetBase.cluster_local_ccto calculate the weighted degree and local clustering coefficient of nodes within the subgraph formed by the cluster they belong to. - Improves display of top nodes per cluster (
top_cluster_nodes). - Adds Korean language code.
- Fixes several bugs that occurred when setting document attributes.
- Updated and expanded documentation.
Notes
Files
jboynyc/textnets-v0.8.5.zip
Files
(176.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:76586ca36ec5194368e268fe5cbc764f
|
176.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jboynyc/textnets/tree/v0.8.5 (URL)