ULF Resources
Versioned ULF Annotation Guidelines
ULF Datasets
Stuff for ULF Annotations
ULF and Inference Annotators for gathering a corpus for ULF parsing and human annotations for inference experiments, respectively.
Current ULF Annotation Guidelines for currently involved researchers.
Code
Code written for ULF projects. Beware, some of this code may be under development. All the Lisp code assumes Steelbank Common Lisp unless noted otherwise (likely Allegro Common Lisp).
- Transition-based ULF to English parser – https://github.com/genelkim/ulf-transition-parser
- Code for ULF inference projects – https://github.com/genelkim/ulf_inf
- Sanity Checker for ULF Annotation – https://github.com/genelkim/ulf-sanity-checker
- Mapping ULF formulas to English – https://github.com/genelkim/ulf2english
Libraries
Below are repositories are custom libraries for the above projects.
- ULF-specific Utilities – https://github.com/genelkim/ulf-lib
- General Common Lisp Utilities – https://github.com/genelkim/cl-util