This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Query AlchemyAPI to determine number of API calls still available""" | |
| # -*- coding: utf-8 -*- | |
| import json | |
| import requests | |
| def get_api_key(): | |
| # Load API key (40 HEX character key) from local file | |
| key = open('api_key.txt').readline().strip() | |
| return key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This script parses a dump of Bulbapedia's Pokémon pages into a JSON file | |
| # with details about what Pokémon are obtainable in respective regions | |
| # (specifically, the latest series of games set in a specific region). | |
| require 'nokogiri' | |
| require 'json' | |
| # An XML dump of all of Bulbapedia's Pokémon pages is required to exist at | |
| # this path. It can be generated using this special page: | |
| # http://bulbapedia.bulbagarden.net/wiki/Special:Export |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| ## create an ubuntu 14.04 hvm instance, then from your home directory: | |
| # 1. download this script | |
| # wget https://gist.githubusercontent.com/waylonflinn/506f563573600d944923/raw/install-python-data-science.sh | |
| # 2. make it executable | |
| # chmod a+x install-python-data-science.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # XXX: do not use this code, it's broken! | |
| # Use: https://gist.github.com/ogrisel/b6a97ed87939e3b559568ac2f6599cba | |
| # | |
| # See comments. | |
| import os | |
| import os.path as op | |
| from time import time | |
| import dask.dataframe as ddf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| DyNet implementation of a sequence labeler (POS taggger). | |
| This is a translation of this tagger in PyTorch: https://gist.github.com/hal3/8c170c4400576eb8d0a8bd94ab231232 | |
| Basic architecture: | |
| - take words | |
| - run though bidirectional GRU | |
| - predict labels one word at a time (left to right), using a recurrent neural network "decoder" | |
| The decoder updates hidden state based on: | |
| - most recent word |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| PyTorch implementation of a sequence labeler (POS taggger). | |
| Basic architecture: | |
| - take words | |
| - run though bidirectional GRU | |
| - predict labels one word at a time (left to right), using a recurrent neural network "decoder" | |
| The decoder updates hidden state based on: | |
| - most recent word |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The Project Gutenberg EBook of The Adventures of Sherlock Holmes | |
| by Sir Arthur Conan Doyle | |
| (#15 in our series by Sir Arthur Conan Doyle) | |
| Copyright laws are changing all over the world. Be sure to check the | |
| copyright laws for your country before downloading or redistributing | |
| this or any other Project Gutenberg eBook. | |
| This header should be the first thing seen when viewing this Project | |
| Gutenberg file. Please do not remove it. Do not change or edit the |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.coop.ch/de/navigation/meganav/get?categoryCode=m_0475&_=1629798238733 | |
| https://www.amazon.com/dp/B0009R5B3U?th=1 | |
| https://play.google.com/_/PlayStoreUi/data/batchexecute?rpcids=qnKhOb&bl=boq_playuiserver_20191117.08_p1&gl=my&hl=ms&authuser&soc-app=121&soc-platform=1&soc-device=1&rt=c | |
| https://www.coop.ch/de/lebensmittel/vorraete/pastasaucen-warme-saucen/saucen-gemischt/c/m_0166 | |
| https://www.amazon.com.au/gp/aod/ajax/ref=aod_f_freeShipping?asin=B08CXNTJ89&pageno=1&pc=dp | |
| https://losangeles.craigslist.org/lac/ofc/d/san-diego-market-research-project/7369959933.html | |
| https://www.bestbuy.ca/api/offers/v1/products/10434538/offers | |
| https://www.zillow.com/homes/5266-S-Umatilla-Ave-Boise-ID-83709_rb | |
| https://www.yelp.com/not_recommended_reviews/dannys-rv-repair-williams?not_recommended_start=40 | |
| https://www.nytimes.com/1910/05/06/archives/foot-caught-train-hit-her-girls-shoe-fast-in-track-frog-as-an.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://nlp.cs.nyu.edu/wiki/corpuswg/AnnotationCompatibilityReport | |
| # Table 1: Part of Speech Compatibility | |
| # (Initial Version from Manning and Schutz 1998, pp. 141-142) | |
| # Extended to cover Claws1 and ICE | |
| # cf. http://www.scs.leeds.ac.uk/ccalas/tagsets/brown.html | |
| # Nathan Schneider, 2011-02-19: | |
| # * Fixed some errors in brown column, e.g.: DT1 => DTI, PP0 => PPO, NRS => NPS | |
| # * Added last column (Twitter tagset) and several special tags at the end | |
| Category Examples Claws c5, Claws1 Brown PTB ICE Twitter | |
| Adjective happy, bad AJ0 JJ JJ ADJ.ge A |
OlderNewer