Data sets tagged with "python"

PyGTrends: Python API for Google Trends Data

This python module is a quasi-API to make it easier to authenticate into Google Trends for those who want to squeeze the extra level of functionality out of their data. The advantage of programmatic access is that the data can be automatically trended and merged. It can be snuck into a 9:00 AM daily email to the VP of Marketing so that she knows to ramp up Google Adwords ...
Offsite

Openvest

Openvest is the first site on the Financial Semantic web. This is a dynamic site where features and datasets are added and dropped based on client interest. This is not a site for actual Investment Research, but a place where Investment and IT professionals can share ideas. Openvest Finance: This is a demonstration area where one can access Company SEC EDGAR Filings, ...
Offsite

CIA World Factbook Grep in Python

This project is a Python script that parses the CIA’s World Factbook, searches for a specific property, like population, and prints this property for all countries in the database. Type: grepCia.py capital and you’ll get a list of countries and capitals. It works for almost all properties specified in the CIA dataset. The program makes a good start for any CIA data ...
Offsite

TIOBE Software: Tiobe Index

The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, Wikipedia and YouTube are used to calculate the ratings. Observe that the TIOBE index ...
Offsite

Fast Treebank Part-of-Speech Tagger for Python NLTK

A 99.3% accurate part-of-speech tagger trained on the treebank corpus. It is many times faster than the default NLTK tagger and is a fraction of the size (which means less loading time and lower memory requirements). It requires Python & NLTK 2.0 and is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License: ...
Free

Brown Simplifed Tags Part-of-Speech Tagger for Python NLTK

A 98.1% accurate simplified tags part-of-speech tagger trained on the brown corpus. It requires Python and NLTK 2.0 and is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License: http://creativecommons.org/licenses/by-nc-sa/3.0/. In addition to punctuation tags, it produces the following tags: ADJADVCNJDET EX FWMOD NNIL NPNUM PPRO ...
Free

All Tags