Pinned Repositories
spaCy
đź’« Industrial-strength Natural Language Processing (NLP) in Python
aiohttp-scraper
A robust asynchronous web scraping client using aiohttp.
connexion-cookiecutter
Template for building micro service APIs with Connexion, deployed via Docker and running with uWSGI & NGINX.
docker-node-pushserver
Android and iOS push notifications server, wrapped for Docker.
fastapi_jwt_auth_with_aws_cognito
Example code for my Medium article.
parseridge
Parseridge: A Transition-based Dependency Parser
PCFG-EM
Implementation of the em-algorithm for PCFGs (inside-outside-algorithm)
proxies-rotator
Rotating IPs for web scraping - it's working again!
spacy-api-docker
spaCy REST API, wrapped in a Docker container.
uuparser-with-elmo
A transition-based parser for Universal Dependencies with BiLSTM word and character representations.
jgontrum's Repositories
jgontrum/spacy-api-docker
spaCy REST API, wrapped in a Docker container.
jgontrum/fastapi_jwt_auth_with_aws_cognito
Example code for my Medium article.
jgontrum/aiohttp-scraper
A robust asynchronous web scraping client using aiohttp.
jgontrum/connexion-cookiecutter
Template for building micro service APIs with Connexion, deployed via Docker and running with uWSGI & NGINX.
jgontrum/parseridge
Parseridge: A Transition-based Dependency Parser
jgontrum/Flatfinder
Checks real estate websites periodically for new offers and notifies you via email or Prowl push message
jgontrum/slackbot-uni-potsdam-cafeteria
Code for a bot for Slack that parses the cafeteria menu from the University of Potsdam website and posts it on a channel.
jgontrum/cky-parser-optimization
Assignments and materials for the syntactic parsing class at Uppsala University.
jgontrum/elmo_from_conll
Scripts to collect ELMo layer outputs for sentences from a CoNLL treebank.
jgontrum/jupyter-Word2Vec-Docker
Jupyter Notebook for Word2Vec + NLP running on Docker. Auth via nginx htpasswd.
jgontrum/uuparser-with-elmo
A transition-based parser for Universal Dependencies with BiLSTM word and character representations.
jgontrum/docker-elasticsearch-kuromoji
elasticsearch + kuromoji :whale:
jgontrum/jgsnippets
Collection of classes and functions I often use.
jgontrum/aiotus
Asynchronous tus (tus.io) client library
jgontrum/am-parser
Modular implementation of an AM dependency parser in AllenNLP.
jgontrum/amrlib
A python library that makes AMR parsing, generation and visualization simple.
jgontrum/cruft
Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of, and full compatible with, CookieCutter.
jgontrum/heroku-ghost
One-button Heroku deploy for the Ghost blogging platform.
jgontrum/indri_suite
Backend and frontend to evaluate information retrieval tasks.
jgontrum/instagram-scraper
Crawls hashtags in Instagram and saves them with the image URLs to AWS DynamoDB
jgontrum/mailgun-talon
jgontrum/multilevel-coarse-to-fine-parsing
Implementation of Charniak et al.'s 'Multilevel Coarse-to-fine PCFG Parsing' for the Syntactic Parsing class at Uppsala University.
jgontrum/notion-py
Unofficial Python API client for Notion.so
jgontrum/stopwords
Default English stopword lists from many different sources
jgontrum/turbo
Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack.
jgontrum/uu-lt-dependency-parsing
jgontrum/uu-lt-distributed-index
Implementing a distributed indexing demo for the information retrieval class at Uppsala University.
jgontrum/uu-lt-machine-learning-for-nlp
Assignments for the NLP Machine Learning class at Uppsala University (http://stp.lingfil.uu.se/~nivre/master/ml.html)
jgontrum/uu-lt-nlp
Contents for the Natural Language Processing class at Uppsala University HT 2017
jgontrum/uuparser-with-attention
A transistion-based dependency parser utilizing attention for predicting the correct transition/label.