- `ProjectedTextnet.plot` now takes an argument, `alpha`, that allows for pruning the graph in order to visualize the "backbone." This is useful when working with hairball graphs, which is common when creating textnets. Right now, it uses Serrano et al.'s disparity filter. That means that edges with an alpha value greater than the one specified are discarded, so lower values mean more extreme pruning.
- Language models can now be specified using a short ISO language code.
- Bipartite networks can now be plotted using a layered layout (Sugiyama). Simply pass `sugiyama_layout=True` to `Textnet.plot`.
- Incremental improvements to documentation.