├── src/ # Source files │ ├── CL.jjt # JavaCC grammar │ └── SymbolTable.java ├── generated/ # Compiled output ├── test/ # Test cases ├── compile.sh # Build script (Linux/Mac) ├── compile.ps1 # Build ...
This library implements a Corpus Query Language Parser in Java 1.8, using Antlr v4. As no official Corpus Query Language specification is available, the gramar definition for this parser was derived ...
I am an associate professor in the School of Computer Science at Carnegie Mellon University. My current interests are in software engineering for software systems with ML components (or teaching ...