GithubHelp home page GithubHelp logo

coterie's Introduction

coterie

Tools for basic social network analysis, intended to be applied to literary coteries but potentially useful for other things. Current components are listed below, with more to follow eventually.

Example output

Poets from The New Poetry (1966 edn., ed. by Al Alvarez), Children of Albion (1969, ed. by Michael Horovitz), A Various Art (1987, ed. by Andrew Crozier and Tim Longville), Conductors of Chaos (1996, ed. by Iain Sinclair) and the 1994 'New Generation Poets' list with at least ten shared links between their Wikipedia articles.

wiki.py

Requirements: Python 3 (though easily modifiable to work with 2.x), NLTK and the Wikipedia API wrapper for Python.

Usage:

python wiki.py [input.txt] [output.csv] [--3grams OR --links]

This script takes a line-by-line list of Wikipedia article titles (e.g. a list of poets' names), looks up either common trigrams or links shared between them, then outputs the resulting data as a labelled and weighted adjacency matrix, suitable for processing in a stats package like R.

wiki.R

Requirements: R and its package igraph.

Usage:

Rscript wiki.R [input.csv] [output.png] [cut-off number]

Working with the output of the script above, this short R script plots a graph using the Fruchterman-Reingold algorithm and saves it as a PNG image. Edges with weights lower than the cut-off number will not be included.

coterie's People

Contributors

ltrgoddard avatar

Watchers

James Cloos avatar  avatar

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.