Code Monkey home page Code Monkey logo

twitngram's Introduction

Example scripts for the Twitter Ngram analysis hosted by Cloudant Labs

This will serve as documentation for my initial tests of the Twitter Ngram analysis.

Python Examples

CouchApps

Given my experience already with couchapps, it was easiest for me to use the python couchapp tool to manage editing and uploading my map-reduce views. To get started, I replicated Max's database to my own hey_listen database on my local couchdb server.

What I want to do is to find a way to convert the long/lat to political geography (country/~state). I've decided to use the geonames.org service. (I thought about using google.)

Here's a play-by-play of what I'm doing:

  • pip install couchapp

  • couchapp clone https://gadamc:[email protected]/hey_listen/_design/ngrams

  • mkdir geogram

  • edit _id to _design/geogram

  • delete 1/2/3/4/5grams/text map-reduce views

  • create new map (nopoliticalinfo)

  • use heroku to run job to process data

  • use geoconvert.py in herokuapp

    • this takes each document from nopoliticalinfo, uses the geonames.org service to reversegeocode and saves back to the DB via bulk save operation
  • create new map based on Max's original 1/2/3/4/5grams, called bigindexgeo

    • using support for CommonJS.
    • indexes n-grams from 1gram to 5gram

twitngram's People

Watchers

G Adam Cox avatar James Cloos 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.