tethne icon indicating copy to clipboard operation
tethne copied to clipboard

Python module for bibliographic network analysis.

Results 23 tethne issues
Sort by recently updated
recently updated
newest added

I tried two ways, pip and git, to install tethne, but all failed and throw the same error: ``` ERROR: Command errored out with exit status 1: command: /Users/dnhb/opt/anaconda3/envs/wos/bin/python -c...

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

KeyError: 'date' same error in generating co-author and co-citation graphs

I am getting error while installing tethne through pip Collecting distribute (from slate->tethne) Using cached distribute-0.7.3.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...

Hi Eric, I have installed tethne-0.8 successfully, but when I try to import the package, I get the following error message: [In]: from tethne.readers import wos [Out]: ImportError: cannot import...

Hello, I'd like to use _tethne.model.corpus.DTMmodel.from_gerrish_. However, I can't load the requisite modules. Can you help? This is what I have tried: from tethne.model.corpus import dtmmodel from tethne.model.managers import DTMModelManager...

bug
documentation

can I use Tethne to do topic modeling for my own txt files, about 700 different files?

enhancement
documentation

Hi, I am running topic modeling on the data from Web of Science. Is there a method available with tethne to determine a suitable number of topics for topic modeling?...

enhancement

Hi Eric, I am new in Python and am currently using tethne to analyze WoS data. I am using Python 2.7.12 and have installed Anaconda 4.1. and tethne -0.8. I...

installation

Hi there, I have been trying to follow the tutorial on topic modelling on the main tethne website. I installed anaconda, tethne, nltk, and also mallet. But when I run...

bug