Giter Club home page Giter Club logo

diachronic-text-analysis's Introduction

๐Ÿ‘‹ Hi! I'm a researcher at the Meertens Instituut in Amsterdam. My research focuses on why some cultural phenomena are adopted and persist through time, while others change or disappear (why, for example, did Python's f-string syntax take over from the str.format syntax? ๐Ÿ˜‰). Additionally, I'm interested in measuring cultural diversity and compositional complexity, and how we can account for biases in our estimations of diversity. (check out our recent publication on estimating the amount of lost books in Science).

๐Ÿ”ญ I mostly program in Python, and I also like to teach a bit about programming. Together with Mike Kestemont and Allen Riddell, I recently published a ๐Ÿ“– with Princeton University Press about using Python for Humanities data analysis. An open access version of the book can be found at https://www.humanitiesdataanalysis.org

๐Ÿ“ซ You can check my website for more information about my academic work, follow me on Twitter or Mastodon.

diachronic-text-analysis's People

Contributors

fbkarsdorp avatar mikekestemont avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

diachronic-text-analysis's Issues

Bug in VNClusterer

The class VNClusterer works only with linkage=ward_link.
If any other linkage is used then call to function
Clusterer.cluster(self, verbose=verbose, sum_ess=True)
raise
ValueError: Summing for method other than Ward makes no sense...


TypeError: unhashable type: 'ClusterNode'

While executing the VNC jupyter notebook. It is giving the error TypeError: unhashable type: 'ClusterNode' because ClusterNode doesn't implement __hash__ function.

~/python_proj/diachronic-text-analysis/HACluster/dendrogram.py in ete_tree(self, labels)
    151         root = Tree()
    152         root.dist = 0
--> 153         root.name = "root"
    154         item2node = {T: root}
    155         to_visit = [T]

TypeError: unhashable type: 'ClusterNode'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.