Questions tagged [tethne]

Tethne is a Python package for integrated bibliographic and corpus analysis developed by the Digital Innovation Group at Arizona State University.

Tethne is a Python package for integrated bibliographic and corpus analysis developed by the Digital Innovation Group at Arizona State University.

https://github.com/diging/tethne

3 questions
1
vote
1 answer

How to add column with dates by using Corpus.slice

I'm really new in programming, that's why my question can be probably boring or stupid, sorry for this! I'm trying to build co-authorship graph in Gephi (graphml format). Everything is fine, but I don't understand, how to import dates in the same…
koptyaevas
  • 45
  • 5
0
votes
1 answer

ImportError: cannot import name _iterable

I installed package tethne-0.8 (successfully on Windows 10, which worked well (that is, I could import it). Then, I started fiddling around a little bit, uninstalling the package, installing an older version, uninstalling the older version, and…
NynkeLys
  • 95
  • 2
  • 11
0
votes
1 answer

error during importing mallet from tethne in python

In my python project I've been added : from tethne.model.corpus import mallet but my problem is that when I'm running my project I see these errors in my pycharm console: Traceback (most recent call last): File…
brelian
  • 403
  • 2
  • 15
  • 31