Software
ClearTK: UIMA natural language processing toolkit
I'm one of the developers for ClearTK, a UIMA based toolkit for developing natural language processing systems, which extends the UIMA API to make developing machine learning components easier.
uimaFIT: UIMA factories, injection and testing
The uimaFIT project, which we originally developed as part of ClearTK, provides general purpose utilities for working with UIMA components. For example, it allows you easily declare configuration parameters and create component pipelines directly in Java code.
argparse: Python command line parser
I was the original developer of argparse, a command line parsing module for Python which is now part of the Python standard library.