University of Colorado VerbNet GitHub
This repository contains a variety of tools and resources for VerbNet. It is still being developed, but comments are greatly appreciated!
The repository contains three main components:- api : A directory containing python tools for working with VerbNet data. We're primarily focused on making the verbnet.py API useful for using VerbNet XML. Additional tools that we've found useful can be found in the scripts folder.
- vn3.4 : Our most current publicly availabe version of VerbNet. For more official releases, see our website. Comments and suggestions on improving the XML here are appreciated!
- vn3.3 : Previous version of VerbNet. For code access, see here.
Note that one method of pointing the API to the VerbNet XML is via a config.txt file, which you can create and into which you can enter text of the following format:
//Set the path to where your VerbNet files live
VERBNET_PATH_3.4 = path/to/verbnet_version3.4
VERBNET_PATH_3.3 = path/to/verbnet_version3.3
FRAMENET_MAPPING_PATH = path/to/framenet_mapping_file