|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuvi.VN_FN_Map
public class VN_FN_Map
This class holds the VerbNet-FrameNet mapping created by Andrew Dolbey in a format useful to the UVIG.
Generator.generateHTMLFiles()
,
Generator.addOthers(int)
Nested Class Summary | |
---|---|
(package private) static class |
VN_FN_Map.ClassVerbs
Holds the mappings for a single VerbNet class. |
(package private) static class |
VN_FN_Map.MapPair
Represents a single mapping between a VerbNet verb and a FrameNet frame. |
Field Summary | |
---|---|
private static ArrayList |
classes
An array which holds all of the mapping information. |
Constructor Summary | |
---|---|
private |
VN_FN_Map()
This constructor is private because the class is not intended to ever be instantiated. |
Method Summary | |
---|---|
(package private) static void |
addMapPair(String cls,
String vn,
String fn)
Registers a VerbNet-FrameNet mapped pair to the mapping under for the given class. |
(package private) static String |
getFrameNet(String cls,
String vn)
Returns the list of all FrameNet frames that have been mapped to the verb in the given class. |
(package private) static void |
printAll()
Prints all the information in the mapping. |
(package private) static void |
printUnused()
Prints a warning message for each VN-FN match that was not utilized somewhere in the UVI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static ArrayList classes
VN_FN_Map.ClassVerbs
Constructor Detail |
---|
private VN_FN_Map()
Method Detail |
---|
static void addMapPair(String cls, String vn, String fn)
Sweeper.printMembers()
.
cls
- the class in which the verb is containedvn
- the VerbNet verbfn
- the FrameNet frameGenerator.addOthers(int)
static String getFrameNet(String cls, String vn)
cls
- the VerbNet class currently being scaned in the Sweeper.
An example is '9.1' since the VN-FN data source does not
have full class names like the XML files (i.e. 'put-9.1').vn
- the VerbNet verb being printed right nowSweeper.printMembers()
static void printAll()
static void printUnused()
Generator.generateHTMLFiles()
,
getFrameNet(String, String)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |