Files
2026-07-13 12:48:55 +08:00

955 lines
14 KiB
JavaScript

// phrasal verbs are two words that really mean one verb.
// 'beef up' is one verb, and not some direction of beefing.
// this seems like an inefficient way to store it, but the trie compresses by prefix
// the first-words are also conjugated as infinitives, so mind that
// by @spencermountain, 2015 mit
// many credits to http://www.allmyphrasalverbs.com/
export default [
'act out',
'air out',
'act up',
'add down',
'add off',
'add on',
'add up',
'ask around',
'ask out',
'auction off',
'back away',
'back down',
'back out',
'back off',
'back in',
'back up',
'bail out',
'bang in',
'bang out',
'bank on',
'bargain on',
'barge in',
'barge out',
'bash in',
'bash out',
'be off',
'be onto',
'belt out',
'bear out',
'bear down',
'beat down',
'beat in',
'beat off',
'beat out',
'beat up',
'beef up',
'bend down',
'bend over',
'bend up',
'bite off',
'black out',
'blank out',
'blast off',
'bleed out',
'block in',
'block off',
'block out',
'blow away',
'blow back',
'blow down',
'blow out',
'blow up',
'blurt out',
'board up',
'bore down',
'bog down',
'bog up',
'boil down',
'boil up',
'bone up',
'book in',
'book out',
'boot up',
'boss around',
'bottle down',
'bottle up',
'bounce away',
'bounce back',
'box in',
'box out',
'branch out',
'break down',
'break in',
'break out',
'break up',
'brighten up',
'bring about',
'bring along',
'bring around',
'bring away',
'bring back',
'bring down',
'bring forth',
'bring in',
'bring out',
'bring up',
'bring on',
'bring under',
'brush off',
'brush up',
'bubble over',
'buckle down',
'buckle up',
'build up',
'bulk down',
'bulk up',
'bundle down',
'bundle up',
'burn in',
'burn off',
'burn out',
'burst in',
'burst out',
'bust down',
'bust in',
'bust out',
'bust up',
'butt in',
'butt out',
'buy out',
'buy up',
'buzz off',
'call around',
'call away',
'call back',
'call down',
'call off',
'call on',
'call up',
'call out',
'calm down',
'cancel out',
'carry away',
'carry off',
'carry on',
'carry out',
'carve down',
'carve in',
'carve out',
'carve up',
'cash in',
'cash out',
'cast doubt',
'cast off',
'catch off',
'catch on',
'catch up',
'cave in',
'check in',
'check out',
'cheer on',
'cheer up',
'chat up',
'chew up',
'chew out',
'chill out',
'chip in',
'clean down',
'clean up',
'clear up',
'clear out',
'close up',
'close off',
'close out',
'close in',
'come apart',
'come around',
'come away',
'come back',
'come by',
'come forth',
'come forward',
'come in',
'come off',
'come up',
'come out',
'come over',
'come together',
'come through',
'come under',
'come true',
'cook down',
'cook up',
'cool down',
'cool off',
'count off',
'count on',
'crack on',
'creep by',
'creep down',
'creep in',
'creep on',
'creep out',
'creep up',
'cross in',
'crowd out',
'cross out',
'cry out',
'cut away',
'cut back',
'cut down',
'cut out',
'cut up',
'cut off',
'die down',
'dam up',
'dole out',
'do over',
'double down',
'double up',
'drum up',
'drag on',
'draw on',
'dress down',
'dress up',
'drop away',
'drop back',
'drop by',
'drop in',
'drop off',
'drop out',
'eat in',
'eat out',
'eat up',
'edge out',
'end off',
'end up',
'eye up',
'face down',
'face off',
'face up',
'fall apart',
'fall back',
'fall behind',
'fall down',
'fall in',
'fall off',
'fall out',
'fall over',
'fall through',
'fall short',
'fall victim',
'farm out',
'fatten up',
'feed off',
'feed on',
'feel up',
'fence in',
'fence out',
'fend for',
'fend off',
'fess up',
'fight back',
'figure out',
'file away',
'file for',
'file in',
'file out',
'fill down',
'fill in',
'fill out',
'fill up',
'find out',
'finish up',
'fire away',
'fire back',
'fire up',
'firm up',
'fish out',
'fish up',
'fizzle out',
'flag down',
'flag up',
'flake out',
'flame out',
'flame up',
'flare out',
'flare up',
'flatten down',
'flesh out',
'flip out',
'fork over',
'fold down',
'fold up',
'fog up',
'follow up',
'fool about',
'fool around',
'fool with',
'free up',
'freeze up',
'freshen up',
'frighten away',
'frighten off',
'frown on',
'fry up',
'fuck up',
'fuck around',
'fuel down',
'fuel up',
'gad about',
'gang up',
'gear down',
'gear up',
'geek out',
'get across',
'get ahead',
'get along',
'get around',
'get at',
'get away',
'get back',
'get by',
'get down',
'get in',
'get off',
'get on',
'get out',
'get over',
'get round',
'get up',
'give away',
'give back',
'give birth',
'give down',
'give in',
'give off',
'give on',
'give out',
'give rise',
'give up',
'give way',
'gloss over',
'go about',
'go after',
'go ahead',
'go away',
'go back',
'go by',
'go it',
'go off',
'go on',
'go over',
'go round',
'go through',
'go under',
'goof off',
'goof up',
'grind down',
'grind off',
'grind on',
'grind up',
'grow down',
'grow in',
'grow out',
'grow up',
'gun for',
'hack up',
'hash out',
'ham up',
'hand down',
'hand in',
'hand out',
'hand over',
'hang down',
'hang in',
'hang out',
'hang up',
'hang on',
'hanker for',
'have at',
'have it',
'have to',
'haze over',
'head in',
'head off',
'head on',
'head out',
'head over',
'head under',
'head for',
'heal over',
'hear from',
'hear of',
'heat up',
'help out',
'hide away',
'hide out',
'hit back',
'hit on',
'hit up',
'hold back',
'hold down',
'hold dear',
'hold fast',
'hold off',
'hold on',
'hold out',
'hold over',
'hold up',
'hole up',
'hone in',
'horse around',
'hunker down',
'hunt around',
'hunt down',
'hurry up',
'hush down',
'hush up',
'iron out',
'jack in',
'jack off',
'jack out',
'jazz up',
'joke around',
'jot down',
'juice up',
'jump in',
'keel over',
'keep away',
'keep back',
'keep down',
'keep from',
'keep in',
'keep off',
'keep on',
'keep out',
'keep to',
'keep up',
'key in',
'key up',
'kick off',
'kick out',
'kick up',
'knock down',
'knock off',
'knock out',
'knock up',
'lace up',
'lap up',
'lash into',
'lash out',
'latch on',
'laugh off',
'lay off',
'lay on',
'lay down',
'lean in',
'leave in',
'leave open',
'leave out',
'let down',
'let go',
'let in',
'let out',
'let up',
'level off',
'level out',
'lie around',
'lie down',
'lie in',
'light up',
'lighten up',
'line up',
'link up',
'listen out',
'listen up',
'live off',
'live up',
'live out',
'load down',
'load up',
'lock down',
'lock in',
'lock out',
'lock up',
'log in',
'log off',
'log on',
'log out',
'look after',
'look back',
'look down',
'look forward',
'look into',
'look over',
'look out',
'look under',
'look up',
'loosen up',
'lose out',
'luck out',
'lust over',
'make do',
'make off',
'make out',
'make up',
'make sure',
'make fun',
'man down',
'man up',
'mark down',
'mark up',
'marry off',
'mash up',
'max out',
'measure up',
'melt down',
'melt up',
'mess about',
'mess around',
'mess up',
'meet up',
'miss out',
'mix up',
'mock up',
'monkey with',
'mop down',
'mop up',
'mouth off',
'move along',
'move away',
'move down',
'move in',
'move out',
'move up',
'move on',
'muddle up',
'mull over',
'nail down',
'narrow down',
'nerd out',
'nod off',
'note down',
'open up',
'opt in',
'opt out',
'own up',
'pack down',
'pack in',
'pack out',
'pack up',
'pair down',
'pair off',
'pair up',
'pan out',
'pass away',
'pass back',
'pass in',
'pass off',
'pass on',
'pass out',
'pat down',
'patch up',
'pay back',
'pay off',
'peel in',
'peel off',
'peel out',
'pencil in',
'pick off',
'pick on',
'pick out',
'pick up',
'pig out',
'pile on',
'pile up',
'pin down',
'pin up',
'pipe down',
'pipe up',
'play around',
'play out',
'place under',
'plug in',
'plump down',
'plump up',
'point out',
'pop down',
'pop off',
'pop on',
'pop up',
'pop in',
'pore over',
'pour down',
'power down',
'power off',
'power on',
'power up',
'prattle on',
'press ahead',
'press on',
'print out',
'prop up',
'psych out',
'psych up',
'punch out',
'pull apart',
'pull down',
'pull in',
'pull out',
'pull together',
'pull up',
'pull over',
'put apart',
'put away',
'put back',
'put down',
'put in',
'put off',
'put on',
'put out',
'put together',
'put up',
'quiet down',
'rack up',
'rat out',
'reach in',
'reach out',
'read off',
'read out',
'read over',
'read up',
'reel off',
'rein in',
'rent out',
'rise up',
'ring in',
'ring off',
'ring out',
'rip off',
'rip open',
'rope off',
'roll around',
'roll in',
'roll out',
'roll up',
'root about',
'root for',
'root out',
'round out',
'rough up',
'round off',
'rub down',
'rub in',
'rub out',
'rub up',
'rule out',
'run across',
'run away',
'run back',
'run down',
'run in',
'run into',
'run out',
'run over',
'run through',
'run under',
'run up',
'run around',
'rustle up',
'sail off',
'save up',
'scale down',
'scale up',
'scout out',
'scrape down',
'scrape up',
'screw off',
'screw in',
'screw out',
'see off',
'see out',
'see to',
'sell off',
'sell out',
'send away',
'send back',
'send down',
'send in',
'send off',
'send on',
'send out',
'send over',
'send up',
'set down',
'set in',
'set out',
'set up',
'set forth',
'set upon',
'set foot',
'settle down',
'settle in',
'settle out',
'settle up',
'serve up',
'shack up',
'shade in',
'shake down',
'shake up',
'shave off',
'shoot away',
'shoot back',
'shoot for',
'shoot off',
'shoot out',
'shout out',
'show down',
'show off',
'show on',
'show up',
'shut in',
'shut out',
'shut up',
'shut down',
'side with',
'sign in',
'sign out',
'sign up',
'sink in',
'sing along',
'single out',
'sit down',
'sit in',
'sit out',
'sit up',
'size up',
'sleep in',
'sleep off',
'sleep over',
'slice off',
'slice up',
'slip up',
'slip on',
'slip out',
'slow down',
'slow up',
'smash down',
'smash in',
'smash out',
'smash up',
'smoke out',
'snuggle up',
'snap off',
'snap on',
'snap up',
'snow in',
'snow out',
'sober up',
'soak up',
'sort out',
'sound like',
'spark up',
'speed up',
'speed down',
'speak up',
'speak out',
'spell out',
'spill out',
'spill over',
'spin up',
'spice up',
'splash out',
'split off',
'split up',
'spread out',
'spring on',
'spruce up',
'spur on',
'square down',
'square off',
'square up',
'stack up',
'stamp out',
'stand back',
'stand down',
'stand up',
'start out',
'start up',
'start off',
'stare down',
'stave off',
'stay up',
'stay in',
'step up',
'step out',
'stink up',
'stir up',
'stitch up',
'stop by',
'stop in',
'stop off',
'storm off',
'storm out',
'stretch out',
'straighten out',
'straighten up',
'strike down',
'strike in',
'strike off',
'strike out',
'strike up',
'string up',
'string along',
'stick up',
'study up',
'suck in',
'suck off',
'suck out',
'suck up',
'suit up',
'sum up',
'suss out',
'swear by',
'swing by',
'switch away',
'switch back',
'switch off',
'switch on',
'tack on',
'take aback',
'take after',
'take apart',
'take away',
'take back',
'take down',
'take leave',
'take in',
'take off',
'take on',
'take out',
'take up',
'take over',
'talk over',
'talk shit',
'talk under',
'team up',
'tear down',
'tear off',
'tear up',
'tee off',
'tee up',
'tell off',
'tell on',
'think back',
'think over',
'think up',
'throw away',
'throw back',
'throw up',
'throw in',
'tick by',
'tick off',
'tide over',
'tidy up',
'tie away',
'tie back',
'tie down',
'tie in',
'tie up',
'tighten down',
'tighten up',
'time out',
'tip off',
'tip over',
'tire out',
'tone down',
'top down',
'top off',
'top out',
'top up',
'toss up',
'track down',
'trade in',
'trade out',
'trade up',
'trickle down',
'trip out',
'trip up',
'trot out',
'try in',
'try off',
'try on',
'try out',
'tuck in',
'turn down',
'turn in',
'turn off',
'turn on',
'turn out',
'turn up',
'type in',
'type out',
'type up',
'urge on',
'use up',
'usher in',
'vacuum up',
'wait off',
'wait on',
'wait up',
'wake up',
'walk away',
'walk in',
'walk off',
'walk out',
'warm in',
'warm out',
'warm up',
'wash away',
'wash down',
'wash out',
'wash up',
'watch out',
'wave in',
'wave out',
'wean in',
'wean out',
'wear down',
'wear in',
'wear off',
'wear on',
'wear out',
'weigh in',
'weigh up',
'weird out',
'went down',
'went up',
'whack off',
'wheel in',
'wheel out',
'whip out',
'whip up',
'wimp out',
'wind down',
'wind up',
'wipe out',
'wire up',
'wise up',
'work in',
'work off',
'work out',
'work up',
'write off',
'write up',
'yammer on',
'zero in',
'zero out',
'zip by',
'zip up',
'zip over',
'zone out',
'zonk out',
'grab hold',
]