#KEY: # There are four verb classes: PERFORM, GIVE, LOSE, GAIN #Classes PERFORM and GIVE correspond to the notion of "ask type". Classes LOSE and GAIN correspond to the notion of "framing". # "orig_CLASS" : Verbs identified to belong to one of the classes above based on the original LCS database. ["original_lcs_classes_based_verbsList.txt"] # "base_CLASS" : Verbs identified to belong to one of the classes above based on Thesaurus. ["thesaurus_based_verbsList.txt"] # "CLASS_verbs" : Verbs identified to belong to one of the classes above based on a version of the original LCS database that is modified specifically to the Panacea related lexicon. ["lcsPlus_classes_based_verbsList.txt"] #This file contains Thesaurus based verbs' lists as below. base_perform = [ "perform", "achieve", "act", "behave", "complete", "do", "execute", "finish", "function", "implement", "meet", "observe", "operate", "take", "work", "comply", "discharge", "effect", "end", "enforce", "fulfill", "move", "percolate", "perk", "react", "realize", "satisfy", "tick", "transact", "be engaged in", "bring about", "bring off", "carry through", "carry to completion", "deliver the goods", "dispose of", "do justice to", "do to a turn", "go that route", "pull off", "put through", "run with the ball", "take care of business", "wind up" ] base_give = [ "give" "accord", "allow", "award", "commit", "deliver", "donate", "grant", "hand out", "hand over", "permit", "present", "provide", "sell", "turn over", "administer", "bequeath", "bestow", "cede", "confer", "consign", "convey", "deed", "dispense", "endow", "entrust", "furnish", "gift", "lease", "relinquish", "remit", "subsidize", "tip", "transmit", "vouchsafe", "will", "ante up", "come across", "dish out", "dispose of", "dole out", "fork over", "hand down", "heap upon", "lavish upon", "lay upon", "let have", "make over", "parcel out", "part with", "pass down", "pass out", "pony up", "shell out", "throw in" ] base_lose = [ "lose", "drop", "fail", "forget", "give up", "squander", "suffer", "surrender", "waste", "bereave", "capitulate", "consume", "default", "deplete", "disinherit", "displace", "dispossess", "dissipate", "divest", "drain", "exhaust", "expend", "forfeit", "lavish", "misplace", "miss", "misspend", "oust", "relinquish", "rob", "sacrifice", "yield", "be careless", "be impoverished", "be reduced", "become poorer", "fail to keep", "fall short", "pass up", "suffer loss", "use up" ] base_gain = [ "gain", "achieve", "advance", "attain", "benefit", "boost", "build up", "collect", "earn", "expand", "get", "grow", "have", "improve", "increase", "make", "obtain", "pick up", "produce", "promote", "reach", "realize", "reap", "score", "secure", "accomplish", "ameliorate", "annex", "augment", "capture", "clear", "complete", "consummate", "enlarge", "enlist", "fulfill", "gather", "glean", "harvest", "land", "net", "overtake", "parlay", "perfect", "procure", "profit", "progress", "succeed", "bring in", "make a killing", "move forward", "rack up", "win over" ]