Package vn

This is the documentation for the VerbNet-Cyc Mapper application, or VxC.  It is an extension of the Inspector application framework (found here).  Any reference to the Inspector as an application in this particular documentation is synonymous with VxC.

See:
          Description

Class Summary
Cyc This class implements the mapping of VerbNet verb-frame pairs to Cyc verbSemTrans rules.
Cyc.Match This class represents a match between a VerbNet verb-frame pair and a Cyc rule.
EventManager This class invokes methods from the Cyc class as certain Inspector events are fired, essentially implementing the VxC application.
Inspector The driver class for the Inspector.
Inspector.MyFilter Decides which files to select for the File.listFiles() method of the File class.
Matcher This class contains all the match constraints materalized into code.
PrepositionManager This class acts as a simple organizer for all of the preposition classes in VerbNet, and the prepositions inside them.
Sweeper This class defines the action to take upon encountering each element in a VerbNet XML file.
Sweeper.MemberNode Holds all crucial information about a member when it is encountered so it can be properly displayed in later processing.
 

Exception Summary
Cyc.InvalidCycInputFileException Exception class for identifying if the Cyc input file is invalid.
Inspector.InvalidCommandLineArgumentException Exception class for identifying when the user did not supply a command-line of the proper format.
Inspector.InvalidPathException Exception class for identifying when the user did not supply a valid XML input directory.
Inspector.UserWantsHelpMessage Exception class for identifying when the user requests to view the help/usage message for the program.
Inspector.UserWantsKey Exception class for identifying when the user requests to view the key.
 

Package vn Description

This is the documentation for the VerbNet-Cyc Mapper application, or VxC.  It is an extension of the Inspector application framework (found here).  Any reference to the Inspector as an application in this particular documentation is synonymous with VxC.