Published July 6, 2021
| Version v0.5.1
Software
Open
jboynyc/textnets: Textnets version 0.5.1
Description
- Adds
Corpus.ngrams
method as alternative toCorpus.noun_phrases
. This is useful when working in languages that do not have noun chunks, such as Chinese. The tutorial now also mentions this as an alternative totokenized
andnoun_phrases
. (Closes #26.) - Fixes a bug in
Corpus.from_files
. (This bug was probably part of the issue in #28.) - Introduces HTML representations of core classes for nicer integration in Jupyter notebooks.
- Updates several dependencies (
pandas
andleidenalg
among them).
Files
jboynyc/textnets-v0.5.1.zip
Files
(165.9 kB)
Name | Size | Download all |
---|---|---|
md5:23c5ecbc57bfa5586cc0581e9fdf8823
|
165.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jboynyc/textnets/tree/v0.5.1 (URL)