Skip to content
Permalink
3b99e145f5
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (12 sloc) 616 Bytes
package global;
public class Global {
public static final String GENERAL_CATEGORY = "GENERAL_CATEGORY";
public static final String GENERAL_THING = "GENERAL_THING";
public static final String GENERAL_INGREDIENT = "GENERAL_INGREDIENT";
public static final String DUMMY_SUBJECT = "You";
public static final String VERBPHRASES_WN_DB = "wikihow.verbphrases";
public static final String WNTIME = "wikihow.wordnettime";
public static final String WNVERB = "wikihow.wordnetverb";
public static final String WNNOUN = "wikihow.wordnetnoun";
public static final String WNAGENT = "wikihow.wordnetagent";
}