[
  {
    "path": "README.md",
    "content": "2018.10.16更新:\n\n- master分支: Python 3.5x & Pytorch 0.4+\n- dev 分支: Python 2.7x & Pytorch 0.3\n\n## Introduction\n基于Pytorch复现PCNN (Zeng 2014)全监督关系抽取的代码. \n\n相关博客地址： [关系抽取论文笔记](http://shomy.top/2018/02/28/relation-extraction/)\n\n另外基于远程监督的PCNN+ONE (Zeng 2015) 代码连接: [PCNN+ONE/ATT](https://github.com/ShomyLiu/pytorch-relation-extraction)\n\n## 数据集\n使用Semeval 2010的9类关系（考虑方向 19类）\n\n## 使用方法\n\n- Python环境\n    - pytorch 0.3(后续会升级为0.4及以后版本)\n    - python 2.7x\n    - fire\n\n- 数据预处理: `python dataset/semeval.py`去生成npy文件\n- 训练, 自动保存最优模型(未设计验证集)\n    ```\n    python main_sem.py train\n    ```\n    其中 参数配置位于 `config.py`，可以直接指定修改，如: `python main_sem.py train --batch_size=32`\n- 模型预测的结果位于`semeval`文件夹，使用`./test.sh`使用semeval官方的脚本测试，最后结果保存于res.txt \n- F1大概可以到80-81%左右，经过fine-tuning 大概到82-83%\n\n## 参考\n- PCNN: Relation Classification via Convolutional Deep Neural Network\n"
  },
  {
    "path": "checkpoints/.gitkeeper",
    "content": ""
  },
  {
    "path": "config.py",
    "content": "# -*- coding: utf-8 -*-\n\ndata_dic ={\n    'SEM': {\n        'data_root': './dataset/SemEval/',\n        'w2v_path': './dataset/SemEval/train/npy/w2v.npy',\n        # 'p2v_path': './dataset/SemEval/train/npy/p2v.npy',\n        'vocab_size': 22315,  # vocab + UNK + BLANK\n        'rel_num': 19\n    }\n}\n\n\nclass DefaultConfig(object):\n\n    model = 'PCNN'  # the name of used model, in  <models/__init__.py>\n    data = 'SEM'  # SEM\n\n    result_dir = './out/'\n    data_root = data_dic[data]['data_root']  # the data dir\n    w2v_path = data_dic[data]['w2v_path']\n    # p1_2v_path = data_dic[data]['p1_2v_path']\n    # p2_2v_path = data_dic[data]['p2_2v_path']\n    load_model_path = 'checkpoints/model.pth'  # the trained model\n\n    seed = 99\n    batch_size = 128  # batch size\n    use_gpu = True  # user GPU or not\n    gpu_id = 0\n    num_workers = 0  # how many workers for loading data\n\n    max_len = 80 + 2  # max_len for each sentence + two padding\n    limit = 50  # the position range <-limit, limit>\n\n    # vocab_size = 114042 + 2  # vocab + UNK + BLANK\n    vocab_size = data_dic[data]['vocab_size']  # vocab + UNK + BLANK\n    rel_num = data_dic[data]['rel_num']\n    word_dim = 50\n    pos_dim = 5\n    pos_size = limit * 2 + 2\n\n    norm_emb=True\n\n    num_epochs = 100  # the number of epochs for training\n    drop_out = 0.5\n    lr = 0.003  # initial learning rate\n    lr_decay = 0.95  # when val_loss increase, lr = lr*lr_decay\n    weight_decay = 0.  # optimizer parameter\n\n    # Conv\n    filters = [3]\n    filters_num = 230\n    sen_feature_dim = filters_num\n\n    rel_dim = filters_num * len(filters)\n    rel_filters_num = 100\n\n    print_opt = 'DEF'\n    use_pcnn=True\n\n\ndef parse(self, kwargs):\n        '''\n        user can update the default hyperparamter\n        '''\n        for k, v in kwargs.items():\n            if not hasattr(self, k):\n                raise Exception('opt has No key: {}'.format(k))\n            setattr(self, k, v)\n        data_list = ['data_root', 'w2v_path', 'rel_num', 'vocab_size']\n        for r in data_list:\n            setattr(self, r, data_dic[self.data][r])\n\n        print('*************************************************')\n        print('user config:')\n        for k, v in kwargs.items():\n            if not k.startswith('__'):\n                print(\"{} => {}\".format(k, getattr(self, k)))\n\n        print('*************************************************')\n\n\nDefaultConfig.parse = parse\nopt =DefaultConfig()\n"
  },
  {
    "path": "dataset/SemEval/relation2id.txt",
    "content": "0 Cause-Effect(e1,e2)\n1 Cause-Effect(e2,e1)\n2 Component-Whole(e1,e2)\n3 Component-Whole(e2,e1)\n4 Content-Container(e1,e2)\n5 Content-Container(e2,e1)\n6 Entity-Destination(e1,e2)\n7 Entity-Destination(e2,e1)\n8 Entity-Origin(e1,e2)\n9 Entity-Origin(e2,e1)\n10 Instrument-Agency(e1,e2)\n11 Instrument-Agency(e2,e1)\n12 Member-Collection(e1,e2)\n13 Member-Collection(e2,e1)\n14 Message-Topic(e1,e2)\n15 Message-Topic(e2,e1)\n16 Product-Producer(e1,e2)\n17 Product-Producer(e2,e1)\n18 Other\n"
  },
  {
    "path": "dataset/SemEval/senna_words.lst",
    "content": "!\n!_____!____________!_____!_____!_______!_____!_______!______\n\"\n#\n####\n#0\n#0&btr\n#aaa\n#n\n#value\n$\n%\n&\n&money\n'\n''\n'''\n'''0\n'''the\n''0\n''a\n''admiral\n''alabama''\n''angel''\n''ark\n''arleigh\n''b''\n''balao''\n''banksia''\n''big\n''billboard''\n''bismarck''\n''buckley''\n''canberra''\n''challenger''\n''clemson''\n''columbia''\n''comarca''\n''constellation''\n''constitution''\n''de\n''discovery''\n''doctor\n''dreadnought''\n''dune''\n''eagle''\n''endeavour''\n''enterprise''\n''essex''\n''fletcher''\n''for\n''g''\n''gato''\n''gearing''\n''george\n''ham''\n''hms\n''hornet''\n''i0''\n''in\n''independence''\n''intrepid''\n''invincible''\n''iowa''\n''john\n''king\n''kommunalreformen''\n''la\n''leander''\n''lexington''\n''los\n''lst0''\n''maine''\n''missouri''\n''monitor''\n''n''\n''nautilus''\n''new\n''north\n''p''\n''pearl''\n''pennsylvania''\n''playboy''\n''pokemon\n''prince\n''q''\n''queen\n''ranger''\n''royal\n''san\n''saratoga''\n''scharnhorst''\n''see\n''south\n''ss\n''st.\n''star\n''the\n''this\n''ticonderoga''\n''time''\n''titanic''\n''u0''\n''uss\n''victory''\n''virginia''\n''voyager''\n''wasp''\n''wickes''\n''x\n''yamato''\n''yorktown''\n'.\n'0\n'00\n'0s\n'0s.\n'a\n'abd\n'air\n'ali\n'all\n'allo\n'alternative\n'american\n'amr\n'an\n'and\n'anti\n'art\n'as\n'at\n'b\n'baby\n'back\n'bad\n'battle\n'be\n'best\n'big\n'black\n'blue\n'bob\n'book\n'bout\n'british\n'by\n'c\n'captain\n'cause\n'celtic\n'chief\n'church\n'city\n'classic\n'classical\n'clean\n'cold\n'come\n'common\n'community\n'cross\n'cut\n'd\n'dark\n'day\n'de\n'dead\n'death\n'dirty\n'do\n'double\n'down\n'dry\n'e\n'east\n'el\n'em\n'end\n'english\n'evil\n'f\n'family\n'fast\n'father\n'fire\n'first\n'five\n'flying\n'for\n'four\n'free\n'friend\n'friends\n'from\n'full\n'g\n'general\n'get\n'go\n'god\n'gold\n'golden\n'good\n'grand\n'great\n'green\n'h\n'half\n'hard\n'he\n'head\n'heavy\n'high\n'hill\n'his\n'history\n'holy\n'home\n'hot\n'house\n'how\n'human\n'i\n'if\n'in\n'indian\n'international\n'iron\n'is\n'island\n'it\n'j\n'jack\n'john\n'just\n'k\n'king\n'l\n'la\n'lady\n'land\n'large\n'last\n'le\n'left\n'let\n'life\n'light\n'like\n'little\n'live\n'living\n'll\n'local\n'long\n'look\n'lord\n'lost\n'love\n'low\n'm\n'made\n'magic\n'main\n'make\n'making\n'man\n'master\n'mech\n'mechs\n'middle\n'mini\n'modern\n'more\n'most\n'mother\n'mr\n'mr.\n'music\n'my\n'n\n'national\n'natural\n'never\n'new\n'night\n'no\n'non\n'normal\n'north\n'not\n'o\n'of\n'off\n'official\n'oh\n'old\n'on\n'one\n'only\n'open\n'original\n'other\n'our\n'out\n'over\n'p\n'peace\n'people\n'perfect\n'place\n'play\n'political\n'pop\n'post\n'power\n'pre\n'prince\n'proper\n'public\n'pure\n'q\n'queen\n'r\n'radio\n're\n'real\n'red\n'right\n'river\n'rock\n'round\n'royal\n's\n's.\n'safe\n'school\n'sea\n'second\n'secret\n'see\n'self\n'she\n'short\n'silver\n'single\n'sir\n'small\n'so\n'social\n'soft\n'something\n'son\n'south\n'southern\n'special\n'spirit\n'st\n'standard\n'star\n'state\n'stop\n'straight\n'street\n'super\n't\n'take\n'team\n'that\n'the\n'there\n'they\n'third\n'this\n'three\n'til\n'time\n'to\n'too\n'top\n'town\n'traditional\n'true\n'two\n'u\n'umar\n'under\n'up\n'v\n'valley\n've\n'very\n'village\n'virtual\n'w\n'war\n'water\n'we\n'well\n'west\n'western\n'what\n'when\n'where\n'white\n'who\n'why\n'wild\n'with\n'work\n'world\n'x\n'y\n'years\n'yes\n'you\n'young\n'your\n'z\n(\n)\n*\n*\"the\n*$0\n*(usd\n**\n***\n****\n*****\n******\n*********\n**********\n***********\n******************\n*******************\n*************************\n**************************\n****************************\n*************************************\n**************************************\n****************************************\n******************************************\n**********************************************\n***********************************************\n*****************************************************\n*********************************************************\n**********************************************************\n***********************************************************\n************************************************************\n*************************************************************\n**************************************************************\n**************-------------\n**************---------------\n*************--------------\n*****brazil\n***0\n***general\n***guj\n***indicators\n**0\n**00\n**abcde\n**birthdays**\n**call\n**callable\n**events**\n**for\n**general\n**i\n**ii\n**plus\n**resigned\n**see\n**to\n**until\n**us\n*----next\n*0\n*0/\n*00\n*0dec0\n*0feb0\n*0nd\n*0rd\n*a\n*a*\n*adjusted\n*adrs\n*all\n*amounts\n*anz\n*aud\n*australian\n*average\n*b*\n*balance\n*bank\n*banks\n*bhp\n*breakdown\n*budget\n*but\n*c*\n*call\n*callable\n*central\n*colgate\n*commbank\n*cra\n*credit\n*csa\n*d\n*d*\n*day\n*dealers\n*deputy\n*dlr\n*dollar\n*dollars\n*domestic\n*dsl\n*e*\n*economic\n*f*\n*feb\n*fim0\n*first\n*fob\n*for\n*forecasts\n*foreign\n*from\n*fungible\n*g*\n*gnp\n*gold\n*h*\n*high-yield\n*hindustan\n*ifop\n*in\n*includes\n*indicates\n*indices\n*industrial\n*inflation\n*international\n*june\n*key\n*launched\n*ma0\n*march\n*mark\n*market\n*middle\n*money\n*monthly\n*nab\n*nat\n*nb\n*net\n*news\n*note\n*nsync\n*ocean\n*offshore\n*original\n*originally\n*pakistan\n*pct\n*petro-can\n*pre-open\n*preliminary\n*provisional\n*psi0\n*pt\n*refers\n*reflects\n*res\n*restnce\n*rio\n*rsi\n*rsi0\n*sept\n*shares\n*sofres\n*some\n*spread\n*stocks\n*suncor\n*sup\n*sup-res\n*support\n*the\n*to\n*total\n*traders\n*true\n*turnover\n*u.s.\n*us\n*usd\n*westpac\n*wmc\n+\n+$0\n+$00\n+'(plus\n+(00\n++\n++++\n+++++++++\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+/\n+0\n+00\n+=young\n+c$0\n+n\n+prices\n+unq\n,\n-\n-$0/\n--\n---\n----\n-----\n------\n-------\n--------\n---------\n----------\n-----------\n------------\n-------------\n--------------\n---------------\n----------------\n-----------------\n------------------\n-------------------\n--------------------\n---------------------\n----------------------\n-----------------------\n------------------------\n-------------------------\n--------------------------\n---------------------------\n----------------------------\n-----------------------------\n------------------------------\n-------------------------------\n--------------------------------\n---------------------------------\n----------------------------------\n-----------------------------------\n------------------------------------\n---------------------------------------\n----------------------------------------\n-----------------------------------------\n------------------------------------------\n---------------------------------------------\n----------------------------------------------\n-----------------------------------------------\n------------------------------------------------\n-------------------------------------------------\n--------------------------------------------------\n---------------------------------------------------\n----------------------------------------------------\n-----------------------------------------------------\n------------------------------------------------------\n-------------------------------------------------------\n--------------------------------------------------------\n---------------------------------------------------------\n----------------------------------------------------------\n-----------------------------------------------------------\n------------------------------------------------------------\n-------------------------------------------------------------\n--------------------------------------------------------------\n---------------------------------------------------------------\n----------------------------------------------------------------\n----------------------------------------------------------------------\n------------------------------------------------------------------------\n-------------------------------------------------------------------------\n--------------------------------------------------------------------------\n---------------------------------------------------------------------------\n----------------------------------------------------------------------------\n-----------------------------------------------------------------------------\n------------------------------------------------------------------------------\n-------------------------------------------------------------------------------\n.\n.''\n.-\n.--\n..\n...\n....\n.....\n......\n.......\n........\n.........\n..........\n...........\n............\n.............\n..............\n...............\n................\n.................\n..................\n...................\n....................\n.....................\n......................\n.......................\n........................\n.........................\n..........................\n...........................\n............................\n.............................\n..............................\n...............................\n................................\n.................................\n..................................\n...................................\n....................................\n.....................................\n......................................\n.......................................\n........................................\n.........................................\n..........................................\n...........................................\n............................................\n.............................................\n.................current\n.............daily\n............daily\n............unch\n...........daily\n...........shipments\n..........planting\n.........0\n.........unch\n.......0\n......daily\n....reuters\n....y\n...0\n...a\n...and\n...but\n...i\n...if\n...in\n...is\n...it\n...that\n...the\n...there\n...they\n...this\n...to\n...we\n...will\n.a\n.according\n.activated\n.after\n.all\n.also\n.although\n.an\n.and\n.another\n.as\n.at\n.bfx\n.bics\n.bsesn\n.but\n.bvsp\n.by\n.cemf=usd\n.com\n.crb\n.dji\n.during\n.for\n.from\n.ftse\n.hack\n.hack//sign\n.he\n.her\n.his\n.however\n.ibc\n.iee\n.if\n.igra\n.in\n.inactivated\n.ipsa\n.isec\n.isel\n.it\n.its\n.ixic\n.later\n.many\n.merv\n.most\n.mxx\n.net\n.nzmc\n.oex\n.on\n.one\n.org\n.other\n.psi0\n.rpix\n.she\n.since\n.some\n.spx\n.the\n.their\n.then\n.there\n.these\n.they\n.this\n.to\n.tv.mx\n.vix\n.when\n.while\n.with\n.xu0\n/\n//\n/0\n/early\n/i\n/math\n/r/\n/ref\n/s\n/sub\n/sup\n0\n0#\n0#ch0=\n0$\n0$0\n0$00\n0$=0\n0%).\n0%.\n0%0\n0&0\n0'\n0''\n0'0\n0'e\n0'n\n0's\n0'w\n0('0\n0(0\n0(a\n0(at\n0(b\n0(b)(0\n0(c\n0(c)(0\n0(closing)00\n0(cns\n0(cod\n0(d\n0(dec\n0(dec0'0\n0(e\n0(f\n0(feb\n0(foreign\n0(i\n0(ii\n0(iii\n0(iii)0\n0(iii-ii\n0(iii-ii)0\n0(jan\n0(june\n0(k\n0(loss\n0(mar\n0(nov\n0(oct\n0(pp\n0(r\n0(sept\n0(syn\n0(yr\n0)(0\n0)(a\n0)(b\n0)(c\n0)(update\n0)*\n0)----\n0)---------------------------\n0)----------------------------\n0)-----------------------------\n0)------------------------------\n0)-------------------------------\n0)--------------------------------\n0).\n0)0\n0)00\n0)aug\n0)jul\n0)jun\n0)may\n0)this\n0*\n0**\n0***\n0*0\n0+\n0-\n0-'0\n0-(closing)00\n0-(opening)00\n0--\n0---\n0----\n0--------------\n0---------------\n0----------------\n0-----------------\n0------------------\n0-----0----pct\n0--change\n0-0\n0-a\n0-a$0\n0-a-month\n0-a-share\n0-a-side\n0-a-week\n0-acre\n0-an-hour\n0-ap0\n0-apr\n0-apr0\n0-area\n0-article\n0-aug\n0-b\n0-bag\n0-ball\n0-bank\n0-barrel\n0-barrel-per-day\n0-barrels\n0-based\n0-basis\n0-basis-point\n0-bed\n0-billion\n0-billion-baht\n0-billion-franc\n0-billion-rupee\n0-bit\n0-bln\n0-boat\n0-bond\n0-bpd\n0-built\n0-bund\n0-by0\n0-c\n0-c$0\n0-calibre\n0-capacity\n0-car\n0-carat\n0-cc\n0-cent\n0-cent-per-barrel\n0-cent-per-bushel\n0-cent-per-lb\n0-centistoke\n0-cents\n0-change\n0-channel\n0-city\n0-cm\n0-company\n0-count\n0-counter\n0-country\n0-crown\n0-cst\n0-d\n0-day\n0-day-market\n0-day-old\n0-days\n0-dec\n0-degree\n0-delta\n0-dwt\n0-employee\n0-end\n0-f\n0-feb\n0-feb0\n0-feedlots\n0-feet\n0-fin\n0-floor\n0-fold\n0-foot\n0-foot-long\n0-foot0\n0-footer\n0-for-one\n0-for0\n0-franc\n0-ft\n0-game\n0-gate\n0-goal\n0-grade\n0-gun\n0-hectare\n0-hit\n0-hole\n0-home\n0-horsepower\n0-hour\n0-hours\n0-hr\n0-inch\n0-index\n0-iron\n0-issue\n0-jan\n0-jan0\n0-jn0\n0-job\n0-jul\n0-jul0\n0-jun\n0-jun0\n0-k\n0-kg\n0-kilo\n0-kilobit\n0-kilogram\n0-kilometre\n0-kilowatt\n0-km\n0-kms\n0-lap\n0-lb\n0-lev\n0-level\n0-liter\n0-litre\n0-lot\n0-man\n0-mar\n0-mar0\n0-mark\n0-match\n0-may\n0-megabit\n0-megahertz\n0-megawatt\n0-member\n0-meter\n0-metre\n0-metres\n0-mhz\n0-mile\n0-miles\n0-mill\n0-million\n0-million-\n0-million-barrel\n0-million-ecu\n0-million-franc\n0-million-mark\n0-million-pound\n0-million-rupee\n0-million-share\n0-million-strong\n0-million-tonne\n0-million-zloty\n0-minute\n0-mln\n0-mm\n0-mo\n0-model\n0-month\n0-month-long\n0-month-old\n0-months\n0-mos\n0-mth\n0-mths\n0-mw\n0-n\n0-nation\n0-nautical\n0-nautical-mile\n0-nb\n0-nov\n0-oct\n0-oct0\n0-octane\n0-odd\n0-of0\n0-on0\n0-ounce\n0-over\n0-p\n0-page\n0-paper\n0-part\n0-party\n0-passenger\n0-pct\n0-pen\n0-per\n0-per-barrel\n0-per-child\n0-per-share\n0-per-tonne\n0-percent\n0-percent-owned\n0-person\n0-peso\n0-plane\n0-player\n0-plus\n0-point\n0-pointer\n0-points\n0-pound\n0-premium\n0-q\n0-r\n0-race\n0-room\n0-round\n0-run\n0-rupee\n0-s$0\n0-screen\n0-seat\n0-seater\n0-second\n0-sep\n0-sep0\n0-series\n0-share\n0-something\n0-square\n0-square-foot\n0-square-metre\n0-square-mile\n0-state\n0-states\n0-stg\n0-stock\n0-store\n0-storey\n0-story\n0-strong\n0-taka\n0-team\n0-thousand\n0-times\n0-to\n0-to-one\n0-to0\n0-ton\n0-tonne\n0-tonne-a-year\n0-tonne-per-year\n0-tonnes\n0-tranche\n0-under\n0-under-par\n0-unit\n0-up\n0-us$0\n0-usda\n0-valve\n0-volt\n0-vote\n0-w\n0-week\n0-week-old\n0-wk\n0-word\n0-x\n0-y\n0-yard\n0-yarder\n0-year\n0-year-long\n0-year-old\n0-year-olds\n0-years\n0-years-old\n0-yen\n0-yr\n0-yuan\n0-zloty\n0.\n0..\n0.x\n0/\n0/-\n0/--\n0/---\n0/0\n0/0--\n0/0-------\n0/0---------------\n0/0----------------\n0/0/\n0/0/0\n0/0/0--\n0/0/0----\n0/0/0/0\n0/0/0/0/0\n0/0/00\n0/0/00/0/0\n0/0/ec\n0/0/eec\n0/00\n0/00/0\n0/000\n0/0a\n0/0rd\n0/0s\n0/0th\n0/0ths\n0/early\n0/jg\n0/month\n0/us\n0/year\n00\n00#\n00$\n00$00\n00(0\n00(00\n00(a\n00(b\n00)($00\n00)(00\n00)(a\n00*\n00-\n00-0\n00-mo\n00-r\n00.\n00/0\n00/00\n000\n000-\n000--\n000/\n0000\n00000\n000000\n000;e-mail\n000a0\n000a0+\n000m\n000s\n000t\n000x0\n00:0\n00=0\n00a\n00a0\n00a0+\n00am\n00b\n00c\n00cm\n00er\n00f\n00fs\n00he\n00kt\n00m\n00mln\n00mm\n00p\n00pct\n00pm\n00s\n00th\n00x\n00|\n0:0\n0:0/\n0:00:0\n0:0:0\n0:0am\n0:0pm\n0;0\n0=\n0=(0\n0=0\n0=0)(ccpi\n0=00\n0=hk$0\n0=nz$0\n0=s$0\n0=us$0\n0\\/0\n0^0\n0a\n0a.g.\n0a0\n0a0+\n0a0a\n0aa0\n0ab0\n0abn\n0ac0\n0ad\n0ad0\n0ae0\n0af0\n0after\n0ag0\n0ah0\n0airservices\n0aj0\n0ak\n0ak0\n0al0\n0alcatel\n0am\n0am0\n0am0am\n0am0pm\n0american\n0an0\n0and\n0ap0\n0apr\n0apr0\n0aq0\n0ar0\n0arnotts\n0as\n0as0\n0at\n0au0\n0aug0\n0aw\n0b\n0b0\n0base\n0bc\n0bc0\n0be0\n0bg0\n0bhp\n0bit\n0bln\n0bln*\n0bln**\n0bln.\n0bn\n0boral\n0bp\n0bps\n0bsd\n0bundesliga\n0c\n0c0\n0c00\n0cast\n0cc\n0cd\n0ce\n0cents\n0ch\n0ci\n0cm\n0com\n0cs\n0cts\n0cv\n0d\n0d.\n0d0\n0d0d\n0d0y\n0day\n0db\n0dd\n0dec\n0dec0\n0dem=0\n0dfx\n0dn\n0do\n0ds\n0during\n0e\n0e0\n0edt\n0eq\n0er\n0ers\n0esp\n0est\n0everen\n0f\n0f0\n0fbs\n0fc\n0feb\n0feb0\n0ff\n0fm\n0fps\n0fs\n0ft\n0ft.\n0g\n0g0\n0g0a\n0gb\n0general\n0ghz\n0gl\n0gm\n0gmt\n0gpp\n0graham\n0gt\n0h\n0h0\n0ha\n0he\n0his\n0hk\n0hp\n0hr\n0hrs\n0huf\n0hz\n0i\n0ibm\n0ici\n0ies\n0if\n0ii\n0in\n0incitec\n0ing\n0it\n0itl\n0j\n0j.c.\n0j.p.\n0j0\n0jan\n0jan0\n0jjb\n0jpy\n0jul\n0jul0\n0jun\n0jun0\n0k\n0k0\n0kb\n0kbushel\n0keystart\n0kg\n0khz\n0kids\n0klb\n0klbs\n0km\n0km/h\n0kms\n0ks\n0kt\n0kv\n0kw\n0l\n0l0\n0lb\n0lbs\n0lend\n0live\n0lw\n0m\n0m-libor\n0m.\n0m0\n0m0y\n0ma\n0mar\n0mar0\n0may\n0may0\n0mb\n0mcdonald\n0mg\n0mh0\n0mhz\n0mi\n0million\n0min\n0mins\n0ml\n0ml0\n0ml0bp\n0mlc\n0mlibor\n0mln\n0mln.\n0mm\n0mn\n0mo\n0mo'0\n0mobil\n0mon\n0month\n0months\n0mos\n0mp\n0mph\n0ms\n0mth\n0mthdec\n0mthnov\n0mths\n0mw\n0n\n0n0\n0nb\n0nc0\n0nd\n0nd0rd\n0nd0th\n0nf0\n0nm\n0no\n0north\n0nov\n0nov0\n0nt\n0o\n0o0\n0oct\n0oct0\n0off\n0on\n0oo\n0oz\n0p\n0p.\n0p0\n0p0c\n0p0p\n0pac\n0pc\n0pct\n0pct.\n0pm\n0pm0am\n0pm0pm\n0pnc\n0pp\n0ppm\n0pts\n0pw\n0q\n0q0\n0qc\n0r\n0r.w.\n0r0\n0rd\n0rd-ranked\n0rd0th\n0rep\n0rpm\n0rrz\n0rur\n0s\n0s-style\n0s.\n0s/0s\n0s/early\n0s0\n0s0s\n0se\n0sec\n0sep0\n0sept0\n0she\n0sl\n0sp\n0sporit.privat.if\n0ss\n0st\n0st-half\n0st0nd\n0sx\n0t\n0t0\n0tc\n0th\n0th-biggest\n0th-century\n0th-hour\n0th-largest\n0th-minute\n0th-ranked\n0th-seeded\n0th.\n0th/0th\n0th0th\n0the\n0they\n0this\n0ths\n0to\n0tv\n0u\n0u0\n0ue\n0umb\n0up\n0up.com\n0v\n0v0\n0vo\n0voters\n0w\n0w0\n0wd\n0x\n0x0\n0x0m\n0x0mm\n0x0mx\n0x0x0\n0xl\n0xtra\n0xx\n0xxx\n0y\n0y-abv\n0y0\n0y0m\n0y0y\n0yd\n0yr\n0yrbond\n0yrs\n0yrtnote\n0z\n0z0\n0zx\n0|\n0~0\n:\n;\n<\n=\n=0\n==\n===\n====\n=====\n======\n=======\n========\n=========\n==========\n============\n================\n=================================\n==================================\n=======================================================\n============================================================\n=============================================================\n==============================================================\n===============================================================\n================================================================\n========================================================================\n=========================================================================\n==========================================================================\n========daily\n======daily\n=buy\n=finance\n=hold\n=one\n=sell\n=us$0\n>\n?\n@\n@0\n@home\n@reuters.com\nPADDING\nUNKNOWN\n[\n\\\n]\n^\n_\n____\n`\n`0\n``\n`abdu'l\n`ali\n`s\na\na$\na&a\na&l\na&m\na&p\na&r\na&w\na'dam\na(0\na)0\na*\na*teens\na+\na-\na-class\na-minus\na-not\na-plus\na-rated\na-series\na-share\na-shares\na-t-il\na.\na...\na.a.\na.b\na.b.\na.c\na.c.\na.d\na.d.\na.de\na.e.\na.f.\na.f.c\na.f.c.\na.g.\na.g.p.\na.h.\na.i.\na.i.m.\na.j.\na.k.\na.k.a\na.k.a.\na.k.pal\na.l.\na.m\na.m.\na.m..\na.o.\na.p.\na.p.moeller\na.r.\na.s\na.s.\na.t.\na.v.\na.w.\na/b\na/c\na/k/a\na/l\na/s\na/v\na0\na0+\na0-grade\na0-plus\na0-rated\na0/0\na0/a0\na00\na00s\na0a\na0b\na0b0\na0d\na0e\na0gp\na0m\na0s\na0xx\naa\naa+\naa-\naa-minus\naa-plus\naa-rated\naa0\naaa\naaa-rated\naaaa\naaas\naab\naac\naachen\naachener\naachim\naacs\naacsb\naad\naaf\naafc\naage\naah\naaholm\naai\naaj\naalberts\naalborg\naaliyah\naalsmeer\naalst\naalto\naaltonen\naam\naama\naames\naami\naamir\naamodt\naamulehti\naamulehti-yhtyma\naan\naang\naap\naapc\naapr\naapt\naar\naarau\naarch\naardman\naardvark\naare\naargau\naarhus\naarne\naaron\naaronic\naarp\naarseth\naarti\naartsen\naas\naasgard\naasheesh\naashish\naashto\naat\naau\naaup\naave\naaw\nab\nab0\naba\nababa\nabac\nabacan\nabacha\naback\nabaco\nabacus\nabad\nabadan\nabaddon\nabadi\nabajo\nabal\nabalone\nabancay\nabandon\nabandoned\nabandoning\nabandonment\nabandons\nabandonware\nabang\nabap\nabare\nabarth\nabas\nabascal\nabashidze\nabassi\nabate\nabated\nabatement\nabatements\nabates\nabating\nabattoir\nabattoirs\nabauj\nabay\nabaya\nabb\nabba\nabbacy\nabbado\nabbas\nabbasi\nabbasid\nabbasids\nabbaye\nabbe\nabbess\nabbeville\nabbey\nabbeys\nabbie\nabbot\nabbots\nabbotsford\nabbott\nabbottabad\nabbotts\nabboud\nabbr\nabbreviate\nabbreviated\nabbreviation\nabbreviations\nabby\nabc\nabc-tv\nabc0\nabcd\nabcde\nabcl\nabcnews.com\nabcs\nabd\nabda\nabda'oe\nabdal\nabdala\nabdali\nabdalla\nabdallah\nabdel\nabdel-aziz\nabdel-halim\nabdel-karim\nabdel-meguid\nabdel-rahim\nabdel-rahman\nabdelatif\nabdelaziz\nabdelhak\nabdelhamid\nabdelkader\nabdelkrim\nabdellatif\nabdelmajid\nabderrahim\nabderrahman\nabdi\nabdic\nabdicate\nabdicated\nabdicating\nabdication\nabdomen\nabdomens\nabdominal\nabdou\nabdoulaye\nabdoun\nabduct\nabducted\nabducting\nabduction\nabductions\nabductor\nabductors\nabducts\nabdul\nabdul-aziz\nabdul-ghani\nabdul-jabbar\nabdul-karim\nabdul-rahman\nabdul-salam\nabdul-wahab\nabdulaziz\nabdulhamid\nabduljabbar\nabdulla\nabdullah\nabdullahi\nabdullatif\nabdullo\nabdur\nabdur-rahim\nabdurrahman\nabdus\nabe\nabecafe\nabecitrus\nabed\nabedi\nabegg\nabel\nabelard\nabelardo\nabelcet\nabele\nabelian\nabell\nabelson\nabenaki\nabeokuta\naber\naberavon\nabercorn\nabercrombie\nabercromby\naberdare\naberdeen\naberdeenshire\naberfoyle\nabergavenny\naberhart\nabernathy\nabernethy\naberrant\naberration\naberrations\naberystwyth\nabessole\nabet\nabetted\nabetting\nabey\nabeyance\nabeysekera\nabf\nabhay\nabhidhamma\nabhidharma\nabhijit\nabhimanyu\nabhishek\nabhorred\nabhorrence\nabhorrent\nabhorsen\nabi\nabia\nabic\nabid\nabida\nabide\nabided\nabides\nabidin\nabiding\nabidjan\nabidjan-based\nabies\nabigail\nabigroup\nabilene\nabilities\nability\nabimael\nabimelech\nabin\nabingdon\nabington\nabiola\nabiomed\nabiotic\nabiove\nabitibi\nabitibi-consolidated\nabitibi-price\nabitur\nabjad\nabject\nabkhaz\nabkhazia\nabkhazian\nabl\nablation\nablative\nablaut\nablaze\nable\nable-bodied\nablest\nablett\nabloy\nablution\nably\nabm\nabms\nabn\nabn-amro\nabner\nabnett\nabney\nabnormal\nabnormalities\nabnormality\nabnormally\nabnormals\nabo\naboard\nabode\nabodes\naboitiz\nabolhassan\nabolish\nabolished\nabolishes\nabolishing\nabolishment\nabolition\nabolitionism\nabolitionist\nabolitionists\nabominable\nabomination\nabominations\nabonns\naboriginal\naboriginals\naborigine\naborigines\nabort\naborted\naborting\nabortion\nabortions\nabortive\nabou\naboubacar\naboudi\nabound\nabounded\nabounding\nabounds\nabout\nabout-face\nabout-turn\nabout.com\nabove\nabove-average\nabove-forecast\nabove-ground\nabove-market\nabove-mentioned\nabove-normal\nabove-trend\naboveground\nabovementioned\nabp\nabr\nabra\nabraham\nabrahamic\nabrahams\nabram\nabramoff\nabramovich\nabrams\nabramson\nabrasion\nabrasions\nabrasive\nabrasives\nabravanel\nabraxas\nabreast\nabrego\nabreu\nabri\nabridged\nabridgement\nabridgment\nabril\nabroad\nabrogate\nabrogated\nabrogation\nabrupt\nabruptly\nabruzzi\nabruzzo\nabs\nabs-cbn\nabsa\nabsalom\nabsalon\nabsat\nabscess\nabscesses\nabsconded\nabsdf\nabsecon\nabseiling\nabsence\nabsences\nabsense\nabsent\nabsentee\nabsenteeism\nabsentees\nabsentia\nabsinthe\nabsolut\nabsolute\nabsolutely\nabsolutes\nabsolution\nabsolutism\nabsolutist\nabsolutive\nabsolve\nabsolved\nabsorb\nabsorbance\nabsorbed\nabsorbent\nabsorbents\nabsorber\nabsorbers\nabsorbing\nabsorbs\nabsorption\nabsorptive\nabstain\nabstained\nabstaining\nabstention\nabstentions\nabstinence\nabstract\nabstracted\nabstracting\nabstraction\nabstractions\nabstractly\nabstracts\nabstruse\nabsurd\nabsurdist\nabsurdities\nabsurdity\nabsurdly\nabsurdum\nabt\nabteilung\nabtrust\nabu\nabu'l\nabubakar\nabugida\nabuja\nabul\nabuna\nabundance\nabundances\nabundant\nabundantly\nabune\nabuse\nabused\nabuser\nabusers\nabuses\nabusing\nabusive\nabut\nabutment\nabutments\nabuts\nabutting\nabuzz\nabv\nabwehr\naby\nabydos\nabysmal\nabyss\nabyssal\nabyssinia\nabyssinian\nac\nac/dc\nac0\naca\naca0\nacacia\nacacias\nacacius\nacad\nacademe\nacademia\nacademic\nacademica\nacademical\nacademically\nacademician\nacademicians\nacademics\nacademie\nacademies\nacademy\nacadia\nacadian\nacadiana\nacadians\nacajutla\nacampora\nacan\nacanthaceae\nacanthus\nacapulco\nacas\nacb\nacbl\nacc\nacca\naccademia\naccardo\naccc\nacccording\naccd\naccede\nacceded\nacceding\naccel\naccelerate\naccelerated\naccelerates\naccelerating\nacceleration\naccelerations\naccelerator\naccelerators\naccelerometer\naccelerometers\naccelgraphics\naccent\naccented\naccents\naccentuate\naccentuated\naccentuating\naccenture\naccept\nacceptability\nacceptable\nacceptably\nacceptance\nacceptances\naccepted\naccepting\nacceptor\nacceptors\naccepts\nacces\naccess\naccessed\naccesses\naccessibility\naccessible\naccessing\naccession\naccessories\naccessory\nacci\naccident\naccident-prone\naccidental\naccidental.\naccidentally\naccidentals\naccidently\naccidents\naccion\naccipitridae\naccival\nacclaim\nacclaimed\nacclamation\nacco\naccoceberry\naccola\naccolade\naccolades\naccolate\naccommodate\naccommodated\naccommodates\naccommodating\naccommodation\naccommodations\naccommodative\naccomodate\naccomodating\naccomodation\naccomodative\naccompanied\naccompanies\naccompaniment\naccompaniments\naccompanist\naccompany\naccompanying\naccompli\naccomplice\naccomplices\naccomplish\naccomplished\naccomplishes\naccomplishing\naccomplishment\naccomplishments\naccor\naccord\naccordance\naccorded\naccording\naccordingly\naccordion\naccordionist\naccordions\naccords\naccosted\naccount\naccountability\naccountable\naccountancy\naccountant\naccountants\naccounted\naccounting\naccounts\naccoutrements\naccra\naccredit\naccreditation\naccreditations\naccredited\naccrediting\naccredits\naccreted\naccretion\naccretive\naccrington\naccross\naccrual\naccruals\naccrue\naccrued\naccrues\naccruing\nacct\naccts\nacculturation\naccum\naccumed\naccumulate\naccumulated\naccumulates\naccumulating\naccumulation\naccumulations\naccumulator\naccumulators\naccuracy\naccurate\naccurately\naccursed\naccusation\naccusations\naccusative\naccuse\naccused\naccuser\naccusers\naccuses\naccusing\naccustaff\naccustomed\naccuweather\nacd\nace\nacea\nacedera\naceh\nacehnese\nacela\nacer\nacerbic\nacerinox\nacero\naces\nacesita\nacetal\nacetaldehyde\nacetaminophen\nacetate\nacetic\nacetone\nacetyl\nacetylation\nacetylcholine\nacetylcholinesterase\nacetylene\naceveda\nacevedo\nacf\nach\nacha\nachaea\nachaean\nachaeans\nachaemenid\nachaemenids\nachaia\nacharya\nacharyas\nachatinellidae\nache\nachebe\nacheived\nacher\nacheron\naches\nacheson\nacheulean\nachi\nachievable\nachieve\nachieved\nachievement\nachievements\nachiever\nachievers\nachieves\nachieving\nachille\nachilles\nachim\naching\nachmea\nachmed\nachna\nacholi\nachromatic\nachtung\naci\nacid\nacidic\nacidification\nacidity\nacidosis\nacids\nacil\nacindar\nacis\nacitivity\nack\nackbar\nacker\nackerley\nackerman\nackermann\nackermans\nackland\nacklands\nacknowledge\nacknowledged\nacknowledgement\nacknowledgements\nacknowledges\nacknowledging\nacknowledgment\nacknowledgments\nacknowleged\nackroyd\nacl\naclan\nacland\nacls\naclu\nacm\nacma\nacme\nacn\nacne\nacnielsen\naco\nacoje\nacolyte\nacolytes\nacom\nacominas\naconcagua\nacordia\nacores\nacorn\nacorns\nacoss\nacosta\nacount\nacounts\nacoustic\nacoustical\nacoustically\nacoustics\nacp\nacp-ec\nacp-eu\nacpc\nacqua\nacquaint\nacquaintance\nacquaintances\nacquainted\nacquaviva\nacquiesce\nacquiesced\nacquiescence\nacquire\nacquired\nacquirer\nacquirers\nacquires\nacquiring\nacquiror\nacquis\nacquisition\nacquisition-related\nacquisitions\nacquisitive\nacquisiton\nacquistion\nacquistions\nacquit\nacquits\nacquittal\nacquittals\nacquitted\nacqusition\nacqusitions\nacr\nacre\nacreage\nacres\nacrid\nacrimonious\nacrimoniously\nacrimony\nacrobat\nacrobatic\nacrobatics\nacrobats\nacrocephalus\nacronym\nacronyms\nacropolis\nacross\nacross-the-board\nacrostic\nacrylic\nacrylics\nacs\nacsi\nact\nact0\nacta\nacte\nacted\nacth\nactin\nacting\nactinides\naction\naction-packed\naction/adventure\nactionable\nactionnaire\nactionnaires\nactions\nactium\nactivate\nactivated\nactivates\nactivating\nactivation\nactivations\nactivator\nactivcard\nactive\nactive**\nactively\nactively-traded\nactives\nactives)--------------------------\nactives----------------------------\nactivewear\nactivex\nactivision\nactivism\nactivist\nactivists\nactivites\nactivities\nactivity\nacton\nactor\nactor/director\nactors\nactress\nactresses\nacts\nactu\nactual\nactuality\nactualization\nactually\nactuals\nactuarial\nactuaries\nactuary\nactuate\nactuated\nactuation\nactuator\nactuators\nactuellement\nactuelles\nactus\nacu\nacucar\nacuff\nacuity\nacumen\nacuminate\nacuna\nacupuncture\nacura\nacute\nacutely\nacx\nacxiom\nacyclic\nacyclovir\nacyl\nad\nad-diyar\nad-dustour\nad-hoc\nad0\nada\nadac\nadachi\nadacte\nadad\nadage\nadagio\nadair\nadak\nadal\nadalbert\nadam\nadam0\nadama\nadamant\nadamantium\nadamantly\nadamas\nadamawa\nadami\nadamjee\nadamo\nadams\nadamski\nadamson\nadamstown\nadan\nadana\nadani\nadapt\nadaptability\nadaptable\nadaptation\nadaptations\nadaptec\nadapted\nadapter\nadapters\nadapting\nadaption\nadaptions\nadaptive\nadaptor\nadaptors\nadapts\nadar\nadare\nadas\nadat\nadb\nadc\nadcock\nadd\nadd-on\nadd-ons\nadda\naddai\naddams\naddax\naddded\nadded\nadded-value\naddenda\naddendum\nadder\nadderley\nadders\naddicks\naddict\naddicted\naddiction\naddictions\naddictive\naddicts\naddie\nadding\naddington\naddis\naddiscombe\naddison\naddition\nadditional\nadditionally\nadditions\nadditive\nadditives\nadditonal\naddled\naddo\naddoum\naddress\naddressable\naddressed\naddressee\naddresses\naddressing\nadds\naddu\nadduced\nadduct\nadductor\nadducts\naddy\nade\nadebayo\nadebisi\nadecco\nadede\nadedy\nadefa\nadel\nadela\nadelaide\nadelaide-based\nadelbert\nadelboden\nadele\nadelheid\nadelina\nadeline\nadelman\nadelmann\nadelphi\nadelphia\nadelskalender\nadelson\nadem\nadema\naden\nadena\nadenauer\nadenine\nadenocarcinoma\nadenoma\nadenosine\nadenovirus\nadept\nadepts\nadeptus\nadequacy\nadequate\nadequately\nader\naderans\nades\nadesanya\nadevarul\nadex\nadf\nadfl\nadgas\nadh\nadha\nadhd\nadhemar\nadhere\nadhered\nadherence\nadherent\nadherents\nadheres\nadhering\nadhesion\nadhesions\nadhesive\nadhesives\nadhi\nadhiguna\nadi\nadia\nadiabatic\nadiabene\nadic\nadidas\nadie\nadieu\nadig\nadige\nadige/sudtirol\nadil\nadilabad\nadils\nadina\nadineh\nadio\nadios\nadipose\nadirondack\nadirondacks\nadisak\naditi\naditya\nadiwoso\nadj\nadjacency\nadjacent\nadjani\nadjara\nadjat\nadjectival\nadjective\nadjectives\nadjoin\nadjoined\nadjoining\nadjoins\nadjoint\nadjourn\nadjourned\nadjourning\nadjournment\nadjourns\nadjst\nadjudged\nadjudicate\nadjudicated\nadjudication\nadjudicator\nadjudicators\nadjunct\nadjuncts\nadjuseted\nadjust\nadjustable\nadjustable-rate\nadjusted\nadjuster\nadjusters\nadjusting\nadjustment\nadjustments\nadjusts\nadjutant\nadjuvant\nadkins\nadkinson\nadl\nadlai\nadlakha\nadler\nadlib\nadm\nadm.\nadmin\nadminister\nadministered\nadministering\nadministers\nadministracion\nadministrated\nadministrating\nadministration\nadministrations\nadministrative\nadministratively\nadministrator\nadministrators\nadmins\nadminstore\nadminstration\nadminstrative\nadmira\nadmirable\nadmirably\nadmiral\nadmirals\nadmiralties\nadmiralty\nadmiration\nadmire\nadmired\nadmirer\nadmirers\nadmires\nadmiring\nadmissibility\nadmissible\nadmission\nadmissions\nadmit\nadmits\nadmittance\nadmitted\nadmittedly\nadmitting\nadmixture\nadmonish\nadmonished\nadmonishes\nadmonition\nadn\nadnan\nadnoc\nado\nadobe\nadolescence\nadolescent\nadolescents\nadolf\nadolfo\nadolfson\nadolph\nadolphe\nadolphus\nadomnan\nadon\nadonai\nadonis\nadoor\nadopt\nadopted\nadoptees\nadopter\nadopters\nadopting\nadoption\nadoptions\nadoptive\nadopts\nadora\nadorable\nadoration\nadore\nadored\nadores\nadoring\nadorn\nadorned\nadorning\nadornment\nadornments\nadorno\nadorns\nadp\nadq\nadr\nadrenal\nadrenalin\nadrenaline\nadrenergic\nadria\nadriaan\nadriaen\nadrian\nadriana\nadrianne\nadriano\nadrianople\nadriatic\nadric\nadrien\nadrienne\nadrift\nadroit\nadrs\nads\nadsense\nadsl\nadsl0+\nadsorbed\nadsorption\nadspend\nadss\nadsteam\nadt\nadtran\nadtranz\nadu\nadulation\nadult\nadulterated\nadulteration\nadulterers\nadulterous\nadultery\nadulthood\nadults\nadulyadej\nadum\nadumim\nadustable-rate\nadv\nadvaita\nadvance\nadvanced\nadvancement\nadvancements\nadvanceq0\nadvancers\nadvances\nadvancing\nadvancq0\nadvani\nadvanta\nadvantage\nadvantaged\nadvantageous\nadvantages\nadvantest\nadvantis\nadvantix\nadvent\nadventism\nadventist\nadventists\nadventitious\nadventure\nadventureland\nadventurer\nadventurers\nadventures\nadventuring\nadventurous\nadverb\nadverbial\nadverbs\nadverising\nadversarial\nadversaries\nadversary\nadverse\nadversely\nadversities\nadversity\nadversus\nadvert\nadvertise\nadvertised\nadvertisement\nadvertisements\nadvertiser\nadvertisers\nadvertises\nadvertising\nadvertisment\nadvertisments\nadvertizing\nadverts\nadvest\nadvice\nadvices\nadvisable\nadvise\nadvised\nadvisement\nadviser\nadvisers\nadvises\nadvising\nadvisor\nadvisories\nadvisors\nadvisory\nadvo\nadvocaat\nadvocacy\nadvocate\nadvocate-general\nadvocated\nadvocates\nadvocating\nadvtech\nadware\nadyar\nadyghe\nae\nae0\naea\naeb\naec\naeci\naecl\naeco\naed\naedan\naedes\naef\naefti\naeg\naegean\naegek\naegeus\naegidius\naegina\naegir\naegis\naegisthus\naegon\naegyptus\naei\naek\nael\naelfric\naelia\naelita\naelius\naemilia\naemilianus\naemilius\naena\naeneas\naeneid\naengus\naeolian\naeolus\naeon\naeons\naep\naequitron\naer\naerated\naeration\naerea\naereas\naereo\naerial\naerialbots\naerials\naerith\naermacchi\naero\naero-engine\naerobatic\naerobatics\naerobic\naerobics\naerodata\naerodrome\naerodromes\naerodynamic\naerodynamically\naerodynamics\naeroflot\naerofoil\naerogel\naerojet\naerolineas\naeromedical\naeromexico\naeronautic\naeronautica\naeronautical\naeronauticas\naeronautics\naeronautique\naeronca\naeroperu\naeroplane\naeroplanes\naeroport\naeroporti\naeroports\naeros\naerosmith\naerosol\naerosols\naerospace\naerospatiale\naerostructures\naerts\naeruginosa\naeryn\naes\naesa\naeschines\naeschylus\naesir\naesop\naesthetic\naesthetically\naesthetics\naet\naethelbald\naethelberht\naethelfrith\naethelred\naethelstan\naethelwold\naether\naetius\naetna\naetolia\naetolian\naetolians\naetrium\naeug\naew\naewa\naex\naf\naf0\nafa\nafan\nafar\nafato\nafb\nafc\nafd\nafdb\nafdis\nafdl\nafer\nafewerki\naff\naffable\naffair\naffaires\naffairs\naffco\naffect\naffectation\naffected\naffecting\naffection\naffectionate\naffectionately\naffections\naffective\naffects\nafferent\naffidavit\naffidavits\naffiliate\naffiliated\naffiliates\naffiliating\naffiliation\naffiliations\naffin\naffine\naffinis\naffinities\naffinity\naffirm\naffirmation\naffirmations\naffirmative\naffirmed\naffirming\naffirms\naffix\naffixed\naffixes\naffixing\naffleck\naffliated\nafflict\nafflicted\nafflicting\naffliction\nafflictions\nafflicts\naffluence\naffluent\nafford\naffordability\naffordable\nafforded\naffording\naffords\naffray\naffretair\naffricate\naffricates\naffront\naffymetrix\nafg\nafghan\nafghani\nafghanis\nafghanistan\nafghanistani\nafghans\nafi\naficionado\naficionados\nafield\nafiff\nafin\nafire\nafjps\nafl\nafl-cio\naflac\naflame\naflatoxin\nafloat\nafm\nafmc\nafn\nafon\nafonso\nafoot\naford\nafore\naforementioned\nafores\naforesaid\nafoul\nafp\nafpfl\nafprint\nafr\nafra\nafraid\naframax\naframaxes\nafrc\nafresh\nafribank\nafribrand\nafrica\nafrica-based\nafricain\nafricaine\nafrican\nafrican-american\nafrican-americans\nafrican-based\nafrican-born\nafricana\nafricanism\nafricanist\nafricans\nafricanus\nafridi\nafrika\nafrikaans\nafrikaner\nafrikaners\nafrique\nafris\nafro\nafrobeat\nafrocentric\nafrox\nafs\nafsan\nafsc\nafscme\nafshar\nafshin\nafsouth\naft\nafta\naftab\naftak\naftenposten\nafter\nafter-effects\nafter-hours\nafter-market\nafter-sales\nafter-tax\nafterburner\nafterburners\nafterburning\nafterglow\nafterhours\nafterlife\naftermarket\naftermath\nafternoon\nafternoons\nafterschool\naftershock\naftershocks\naftertaste\naftertax\nafterthought\nafterward\nafterwards\nafterword\nafterwords\nafton\naftonbladet\nafv\nafzal\nag\nag-chem\nag0\naga\nagababov\nagadir\nagain\nagain.\nagains\nagainst\nagaint\nagaisnt\nagalawatte\nagam\nagama\nagamas\nagamben\nagamemnon\nagan\nagana\nagape\nagar\nagaric\nagarose\nagartala\nagarwal\nagas\nagassi\nagassiz\nagastya\nagat\nagata\nagate\nagatha\nagathe\nagathocles\nagathon\nagave\nagawam\nagb\nagc\nagca\nagcaoili\nagco\nagcy\nagde\nagder\nage\nage-based\nage-old\naged\nagee\nageing\nageless\nagen\nagena\nagence\nagencia\nagencies\nagency\nagenda\nagendas\nagenor\nagent\nagents\nager\nages\nagesilaus\nagf\nagfa\nagg\naggarwal\naggie\naggies\nagglomeration\nagglomerations\nagglutination\nagglutinative\naggravate\naggravated\naggravating\naggravation\naggregate\naggregated\naggregates\naggregating\naggregation\naggregations\naggregator\naggregators\naggreko\naggresive\naggresively\naggression\naggressions\naggressive\naggressively\naggressiveness\naggressor\naggressors\naggrieved\naggro\nagha\naghast\naghazadeh\naghia\nagi\nagia\nagie\nagigea\nagile\nagilent\nagility\nagim\nagincourt\naging\naginst\nagios\nagip\nagis\nagitate\nagitated\nagitating\nagitation\nagitations\nagitator\nagitators\nagito\nagitprop\nagiv\nagl\naglaia\naglay\naglieri\naglietti\nagm\nagm0\nagms\nagn\nagnatic\nagnelli\nagnes\nagnetha\nagnew\nagni\nagnieszka\nagnolutto\nagnostic\nagnosticism\nagnostics\nagnus\nago\nago:this\nagon\nagong\nagonised\nagonising\nagonist\nagonists\nagonizing\nagony\nagora\nagoraphobia\nagorot\nagostinho\nagostini\nagostino\nagosto\nagoston\nagoura\nagouron\nagouti\nagp\nagpm\nagr\nagra\nagrarian\nagrarians\nagree\nagreeable\nagreed\nagreed-upon\nagreeement\nagreeing\nagreement\nagreements\nagrees\nagrelot\nagrement\nagressive\nagressively\nagrevo\nagrex\nagri\nagri-business\nagri-food\nagri-monetary\nagribusiness\nagric\nagricola\nagricole\nagricu\nagricultural\nagriculturalists\nagriculturally\nagriculture\nagriculture-based\nagriculturist\nagriculturists\nagrigento\nagrimonetary\nagrimpex\nagrippa\nagrippina\nagrium\nagrivisor\nagro\nagro-chemicals\nagro-food\nagro-industrial\nagro-industry\nagro-tech\nagrobacterium\nagrobanka\nagrochemical\nagrochemicals\nagroindustry\nagrokhleb\nagron\nagronomic\nagronomist\nagronomists\nagronomy\nagroprombank\nagros\naground\nags\nagss0\nagt\nagu\nagua\naguadilla\naguas\naguascalientes\naguayo\nagudat\nagudath\naguero\naguiar\naguila\naguilar\naguilas\naguilera\naguinaldo\naguirre\nagulhas\nagumon\nagung\naguri\nagus\nagusan\nagusta\nagustawestland\nagustin\nah\nah0\naha\nahab\nahad\naharon\nahd\nahdab\nahead\nahearn\nahern\naherne\nahi\nahidjo\nahimsa\nahistorical\nahk\nahl\nahlers\nahlfeld\nahlgren\nahli\nahlquist\nahlstrom\nahluwalia\nahly\nahm\nahmad\nahmadi\nahmadinejad\nahmadiyya\nahmadou\nahmadu\nahmadzai\nahman\nahmanson\nahmed\nahmedabad\nahmednagar\nahmedou\nahmeduzzaman\nahmet\nahmose\nahmsa\nahn\naho\nahold\nahom\nahoms\nahonen\nahorro\nahoy\nahp\nahram\nahrend\nahrens\nahresty\nahriman\nahronoth\nahrweiler\nahs\nahsan\nahtisaari\nahu\nahuja\nahura\nahvaz\nahwaz\nai\naia\naiaa\naiadmk\naiaf\naiam\naiaw\naib\naiba\naibc\naic\naichi\naicraft\naicte\naid\naida\naidan\naidas\naidc\naide\naided\naideed\naiden\naides\naidid\naiding\naids\naids-related\naie\naiel\naiello\naif\naiff\naifp\naig\naiga\naigle\naigner\naiico\naiims\naik\naika\naiken\naiki\naikido\naikikai\naikka\naikman\naiko\naikung\naila\naileen\naileron\nailerons\nailes\nailey\nailill\nailing\nailment\nailments\nailsa\naim\naim0\naimag\naimal\naime\naimed\naimee\naiming\naimless\naimlessly\naims\naimtc\nain\naina\naine\nainge\naino\nainsi\nainsley\nainslie\nainsworth\naintree\nainu\nainur\naio\naioc\naiolia\naiolos\naion\naip\naipac\naiport\nair\nair-conditioned\nair-conditioner\nair-conditioners\nair-conditioning\nair-exclusion\nair-india\nair-launched\nair-to-air\nair-to-ground\nair-traffic\nair0\naira\nairacobra\nairasia\nairazor\nairbag\nairbags\nairbase\nairbases\nairborne\nairbrush\nairbrushed\nairbus\nairbuses\nairc\naircargo\nairconditioners\nairconditioning\naircraft\naircrafts\naircrew\naircrews\naird\nairdate\nairdrie\nairdrieonians\nairdrop\nairdrops\naire\naired\nairedale\naires\nairey\nairfare\nairfares\nairfield\nairfields\nairfix\nairflow\nairfoil\nairfoils\nairforce\nairframe\nairframes\nairfreight\nairgas\nairhead\nairing\nairings\nairlanka\nairless\nairlie\nairlift\nairlifted\nairlifting\nairline\nairliner\nairliners\nairlines\nairlink\nairlock\nairmail\nairman\nairmass\nairmen\nairmobile\nairnet\nairpark\nairplane\nairplanes\nairplay\nairport\nairports\nairpower\nairs\nairservices\nairship\nairships\nairshow\nairshows\nairside\nairsoft\nairspace\nairspeed\nairstaff\nairstream\nairstrike\nairstrikes\nairstrip\nairstrips\nairsvcs\nairsys\nairtech\nairtel\nairtight\nairtime\nairtouch\nairtours\nairtrain\nairtran\nairwave\nairwaves\nairway\nairways\nairwolf\nairworthiness\nairworthy\nairy\nais\naisa\naish\naisha\naishwarya\naisin\naisle\naisled\naisles\naisne\nait\naitape\naitc\naitchison\naitken\naitkin\naitor\naitutaki\naivars\naiw\naiwa\naix\naix-en-provence\naizen\naizu\naj\naj0\naja\najaccio\najah\najahn\najan\najanta\najar\najax\najay\najc\najello\najhl\naji\najinomoto\najit\najith\najmal\najman\najmer\najout\najoute\najpw\najs\najuria\nak\nak0\nak0s\naka\naka0\nakademi\nakademia\nakademie\nakagi\nakai\nakaka\nakal\nakali\nakamas\nakamatsu\nakan\nakane\nakar\nakari\nakash\nakasha\nakashi\nakatsuki\nakayesu\nakayev\nakbank\nakbar\nakbel\nakc\nakcansa\nakchurin\nakcydensowa\nake\nakebono\nakechi\nakeginu\nakel\nakela\nakeley\naken\naker\nakerman\nakers\nakershus\nakezhan\nakhbar\nakhenaten\nakhil\nakhlaq\nakhmatova\nakhmed\nakhtar\naki\nakiba\nakihabara\nakihiro\nakihito\nakiko\nakilam\nakilattirattu\nakimbo\nakin\nakina\nakins\nakinwande\nakio\nakira\nakis\nakishige\nakita\nakito\nakiva\nakiyama\nakiyoshi\nakk\nakka\nakkad\nakkadian\nakkerman\naklan\nakm\nakmola\nako\nakola\nakon\nakp\nakpoborie\nakram\nakrasanee\nakro\nakron\nakrotiri\naks\naksai\naksener\nakshay\naksoy\naksu\naksum\naksumite\nakt\nakta\naktas\naktia\naktiengesellschaft\naktion\naktoris\naktuelt\naktuna\naku\nakuma\nakureyri\nakutagawa\nakwa\nakzo\nal\nal'thor\nal-\nal-aam\nal-abdulla\nal-abidine\nal-adha\nal-ahli\nal-ahmad\nal-ahmadi\nal-ahmar\nal-ahram\nal-ain\nal-akhbar\nal-alam\nal-amad\nal-amoud\nal-anba\nal-anbaa\nal-anbari\nal-anwar\nal-aqsa\nal-arab\nal-assad\nal-aswaq\nal-attiyah\nal-awsat\nal-ayam\nal-azhar\nal-baath\nal-badri\nal-baker\nal-bakr\nal-bashir\nal-bayan\nal-bayane\nal-baz\nal-dustour\nal-eqtisadiah\nal-faisal\nal-faran\nal-fayed\nal-fitr\nal-gama'a\nal-ghazal\nal-gomhuria\nal-hadith\nal-hariri\nal-hayat\nal-hejailan\nal-hiti\nal-husseini\nal-ibrahimi\nal-iraq\nal-islamiya\nal-ittihad\nal-jaber\nal-jazeera\nal-jumhouriya\nal-kabariti\nal-karam\nal-khaimah\nal-khaleej\nal-khalidi\nal-khalifa\nal-khazna\nal-khobar\nal-kidwa\nal-kimia\nal-lawzi\nal-maghrib\nal-mahdi\nal-majali\nal-maktoum\nal-mansour\nal-masri\nal-mazeedi\nal-mughrabi\nal-murr\nal-nahayan\nal-naibari\nal-nuaimi\nal-qabas\nal-qadissiya\nal-qods\nal-ragheb\nal-rai\nal-rayyan\nal-riyadh\nal-rodhan\nal-saadoun\nal-sabah\nal-sahaf\nal-salem\nal-saud\nal-sayegh\nal-seyassah\nal-shara\nal-sharif\nal-tarawnah\nal-tayeb\nal-thani\nal-thawra\nal-toufah\nal-turabi\nal-wafd\nal-waleed\nal-watan\nal-watani\nal-yaum\nal-yawm\nal-youm\nal-zubeir\nal.\nal0\nala\nala.-based\nalaa\nalabama\nalabasta\nalabaster\nalabastro\nalachua\nalacrity\naladdin\nalaeddin\nalagh\nalagoas\nalai\nalain\nalajuela\nalajuelense\nalam\nalama\nalamance\nalamanni\nalamco\nalameda\nalamein\nalamgir\nalami\nalamitos\nalamo\nalamodome\nalamogordo\nalamos\nalamosa\nalan\nalana\naland\nalandia\nalandsbanken\nalania\nalanine\nalanis\nalanna\nalans\nalaoui\nalappuzha\nalar\nalarcon\nalardo\nalaric\nalarm\nalarmed\nalarming\nalarmingly\nalarmist\nalarms\nalaron\nalas\nalasdair\nalaska\nalaskan\nalaskans\nalastair\nalastor\nalatas\nalauddin\nalava\nalaves\nalawi\nalb\nalba\nalbacete\nalbacom\nalbacore\nalban\nalbanese\nalbani\nalbania\nalbanian\nalbanians\nalbank\nalbano\nalbans\nalbany\nalbarn\nalbatros\nalbatross\nalbatrosses\nalbay\nalbedo\nalbee\nalbeit\nalbemarle\nalbeniz\nalberic\nalberich\nalberius\nalberni\nalbers\nalbert\nalberta\nalberta-based\nalbertan\nalbertans\nalberti\nalbertina\nalbertine\nalbertini\nalberto\nalberto-culver\nalberton\nalberts\nalbertson\nalbertsons\nalbertus\nalbertville\nalbertz\nalbi\nalbian\nalbicans\nalbie\nalbigensian\nalbin\nalbina\nalbini\nalbinism\nalbino\nalbinus\nalbion\nalbizu\nalbo\nalboreto\nalbornoz\nalborz\nalbpetrol\nalbrecht\nalbright\nalbum\nalbumen\nalbumin\nalbums\nalbuquerque\nalbury\nalbus\nalby\nalc\nalcala\nalcalde\nalcan\nalcantara\nalcasa\nalcatel\nalcatel-alsthom\nalcatraz\nalcazar\nalceste\nalcester\nalchemical\nalchemist\nalchemists\nalchemy\nalchohol\nalcibiades\nalcide\nalcmene\nalco\nalco-chem\nalcoa\nalcock\nalcohol\nalcohol-related\nalcoholic\nalcoholics\nalcoholism\nalcohols\nalconbury\nalcopop\nalcopops\nalcor\nalcorn\nalcotexa\nalcott\nalcove\nalcoves\nalcs\nalcuin\nalcyone\nald\nalda\naldabra\naldair\naldape\naldea\naldeasa\naldebaran\naldeburgh\naldehyde\naldehydes\nalden\naldenham\nalder\nalderaan\naldergrove\nalderley\nalderman\naldermanic\naldermaston\naldermen\nalderney\naldershot\nalderson\nalderton\naldfrith\naldgate\naldhelm\naldi\naldine\naldinger\naldington\naldiss\naldo\naldol\naldon\naldosterone\naldous\naldred\naldrich\naldridge\naldrin\nalds\naldus\naldwych\nale\nalec\naleck\nalecos\naled\nalef\nalegre\nalegria\naleichem\naleister\nalejandra\nalejandro\nalejo\nalek\nalekhine\nalekos\nalekperov\naleksandar\naleksander\naleksandr\naleksandra\naleksandras\naleksandrovich\naleksandrs\naleksashenko\naleksei\naleksey\naleksovski\nalem\naleman\nalemanni\nalemannia\nalemannic\nalembic\nalen\nalena\nalencar\nalencon\nalenia\nalenka\nalentejo\naleph\naleppo\nalert\nalert-\nalert-goldman\nalert-lehman\nalert-nippon\nalert-salomon\nalert-telebras\nalerted\nalerting\nalertness\nalerts\nales\nalesi\nalesia\nalessa\nalessandra\nalessandri\nalessandria\nalessandro\nalessi\nalessio\nalestra\nalesund\naleut\naleutian\naleutians\naleuts\nalevi\nalewife\nalex\nalexa\nalexakis\nalexander\nalexanderplatz\nalexandersson\nalexandr\nalexandra\nalexandre\nalexandria\nalexandrian\nalexandrina\nalexandrine\nalexandros\nalexandroupolis\nalexandrov\nalexandrovich\nalexandrovna\nalexandru\nalexei\nalexey\nalexi\nalexia\nalexion\nalexios\nalexis\nalexisonfire\nalexius\nalexiy\nalexy\nalf\nalfa\nalfa-bank\nalfa-capital\nalfa-eko\nalfalfa\nalfano\nalfaro\nalfie\nalfieri\nalfons\nalfonse\nalfonsin\nalfonso\nalfonzo\nalford\nalfred\nalfredo\nalfredsson\nalfreton\nalfven\nalg\nalga\nalgabid\nalgae\nalgal\nalgarve\nalgebra\nalgebraic\nalgebraically\nalgebras\nalgeciras\nalgemeen\nalger\nalgeria\nalgerian\nalgerians\nalgerie\nalgeriens\nalgerino\nalgernon\nalgiers\nalgimantas\nalgirdas\nalgis\nalgol\nalgom\nalgoma\nalgonquian\nalgonquin\nalgontario\nalgorithm\nalgorithmic\nalgorithms\nalgoville\nalgowest\nalgren\nalhaji\nalhambra\nalho\nali\nalia\naliaga\nalianca\naliant\nalianza\nalias\naliases\naliasing\nalibi\nalicante\nalice\nalicea\nalicia\nalicja\nalico\nalida\nalief\nalien\nalienate\nalienated\nalienates\nalienating\nalienation\naliens\nalif\naligarh\nalighieri\nalight\nalighting\nalign\nalign=\naligned\naligning\nalignment\nalignments\naligns\nalija\nalike\nalikes\nalim\nalimentary\nalimentos\naliminium\nalimony\nalimucaj\nalin\nalina\naline\nalinghi\nalington\nalioune\naliphatic\nalipore\naliquot\nalireza\nalis\nalisa\nalisha\naliso\nalison\nalistair\nalister\nalita\nalitalia\nalithia\nalito\nalive\nalix\naliya\naliyah\naliyev\nalizee\naljba\nalka\nalkali\nalkalies\nalkaline\nalkalinity\nalkalis\nalkaloid\nalkaloida\nalkaloids\nalkan\nalkane\nalkanes\nalkene\nalkenes\nalker\nalkermes\nalkhaleej\nalki\nalkimia\nalkmaar\nalko\nalkorta\nalkyl\nalkylating\nalkylation\nalkyne\nall\nall-\nall-american\nall-around\nall-cargo\nall-cash\nall-china\nall-clear\nall-comm\nall-day\nall-embracing\nall-england\nall-gold\nall-important\nall-in\nall-in-one\nall-inclusive\nall-india\nall-ireland\nall-items\nall-male\nall-new\nall-news\nall-night\nall-or-nothing\nall-ordinaries\nall-out\nall-party\nall-powerful\nall-professional\nall-race\nall-round\nall-rounder\nall-rounders\nall-russian\nall-share\nall-shares\nall-star\nall-stars\nall-stock\nall-terrain\nall-time\nall-time-high\nall-weather\nall-white\nalla\nallah\nallahabad\nallahu\nallain\nallaire\nallama\nallan\nallanon\nallard\nallardice\nallardyce\nallawi\nallay\nallayed\nallaying\nallbee\nallders\nalle\nalleanza\nalledged\nallee\nallegan\nallegany\nallegation\nallegations\nallege\nalleged\nallegedly\nalleges\nalleghany\nalleghenies\nallegheny\nallegiance\nallegiances\nallegiant\nalleging\nallegorical\nallegories\nallegory\nallegra\nallegre\nallegro\nallele\nalleles\nalleluia\nallem\nallemande\nallen\nallenby\nallendale\nallende\nallensbach\nallentown\naller\nallergan\nallergen\nallergens\nallergic\nallergies\nallergy\nallerton\nalles\nalleviate\nalleviated\nalleviates\nalleviating\nalleviation\nalley\nalleyn\nalleyne\nalleys\nalleyway\nalleyways\nallgau\nallgemeine\nalli\nalliance\nalliance-led\nalliance-menatep\nalliances\nalliant\nallianz\nallibert\nallie\nallied\nalliedsignal\nallier\nallies\nallieu\nalligator\nalligators\nallin\nallingham\nallington\nallis\nallison\nallister\nalliston\nalliteration\nalliterative\nallium\nallman\nallmendinger\nallmerica\nallo\nalloa\nallocable\nallocate\nallocated\nallocates\nallocating\nallocation\nallocations\nallocators\nallodial\nallon\nallopathic\nallophone\nallophones\nallosaurus\nallosteric\nallot\nalloted\nallotment\nallotments\nallots\nallott\nallotted\nallotting\nallou\nallow\nallowable\nallowance\nallowances\nalloway\nallowed\nallowing\nallows\nalloy\nalloyed\nalloying\nalloys\nallred\nallround\nallrounder\nallsopp\nallspark\nallstar\nallstars\nallstate\nallston\nallsvenskan\nallt\nalltel\nalltime\nalltrista\nallude\nalluded\nalludes\nalluding\nallure\nalluring\nallusion\nallusions\nallusive\nalluvial\nalluvium\nallwaste\nallwood\nally\nallying\nallyl\nallyn\nallyson\nalm\nalma\nalmaack\nalmada\nalmaden\nalmagest\nalmaghrib\nalmagro\nalmanac\nalmanack\nalmanacs\nalmanij\nalmarhum\nalmas\nalmasy\nalmaty\nalmaviva\nalmaz\nalmazjuvelirexport\nalmazy\nalmeida\nalmelo\nalmere\nalmeria\nalmighty\nalmirante\nalmodovar\nalmohad\nalmohads\nalmond\nalmonds\nalmoner\nalmonte\nalmora\nalmoravid\nalmoravids\nalmost\nalms\nalmshouse\nalmshouses\nalmsick\nalmunia\naln\nalnwick\nalo\naloe\naloft\naloha\nalois\naloisi\naloisio\nalok\nalomar\nalon\nalone\nalong\nalongside\nalonso\nalonzo\naloof\nalopecia\nalor\nalors\nalot\nalou\naloud\nalouette\nalouettes\naloysius\nalp\nalpa\nalpaca\nalpacas\nalpargatas\nalpay\nalpbach\nalpe\nalpek\nalpena\nalpert\nalpes\nalpha\nalpha-beta\nalpha-effect\nalpha0\nalphabet\nalphabetic\nalphabetical\nalphabetically\nalphabets\nalphand\nalphandery\nalphanet\nalphanumeric\nalpharetta\nalpharma\nalphastar\nalphatec\nalphaville\nalphen\nalpheus\nalphonse\nalphonso\nalphonsus\nalpi\nalpic\nalpiger\nalpin\nalpina\nalpine\nalpini\nalpinvest\nalps\nalr\nalready\nalrenco\nalresford\nalright\nalroy\nals\nalsa\nalsace\nalsatian\nalso\nalso-rans\nalsons\nalsop\nalsthom\nalstom\nalston\nalt\nalta\naltadena\naltaf\naltai\naltaic\naltair\naltamaha\naltamir\naltamira\naltamirano\naltamont\naltan\naltana\naltar\naltarpiece\naltarpieces\naltars\naltavista\naltay\naltdorf\nalte\naltech\nalten\naltena\naltenberg\naltenburg\naltener\naltenkirchen\nalter\naltera\nalteration\nalterations\naltercation\naltercations\naltered\naltering\nalternate\nalternated\nalternately\nalternates\nalternating\nalternation\nalternations\nalternative\nalternatively\nalternatives\nalternator\nalternators\nalters\naltes\naltgeld\nalthea\nalthen\nalthena\nalthing\nalthingi\nalthorp\nalthough\nalthusser\naltieri\naltima\naltimeter\naltin\naltiplano\naltitude\naltitudes\naltman\naltmann\naltmark\naltmarkkreis\nalto\naltogether\nalton\naltona\naltoona\naltos\naltrincham\naltruism\naltruistic\naltstadt\naltus\nalu\naluar\nalucard\nalujain\nalum\nalumax\nalumbrera\nalumina\nalumindo\naluminium\naluminum\nalumna\nalumnae\nalumni\nalumnus\nalums\nalun\nalupec\nalupek\nalusaf\nalusuisse\nalusuisse-lonza\naluva\naluworks\nalv\nalva\nalvan\nalvar\nalvarado\nalvares\nalvarez\nalvaro\nalvear\nalveolar\nalveoli\nalver\nalves\nalvin\nalvis\nalvord\nalwar\nalways\nalwyn\nalx0\naly\nalyce\nalyeska\nalyn\nalyosha\nalys\nalyson\nalyssa\nalyuminiy\nalyx\nalza\nalzamora\nalzette\nalzey\nalzheimer\nalzheimers\nalzola\nam\nam/fm\nam0\nama\namada\namadeo\namadeus\namadis\namado\namador\namadora\namadou\namager\namal\namalfi\namalgam\namalgamate\namalgamated\namalgamating\namalgamation\namalgamations\namalia\namalie\namalric\namalthea\namami\naman\namana\namanat\namand\namanda\namando\namane\namang\namani\namanita\namano\namanullah\namar\namara\namaral\namaranth\namaravati\namare\namargosa\namari\namarilla\namarillo\namarna\namarnath\namaro\namarsey\namartya\namaru\namas\namass\namassed\namassing\namat\namaterasu\namateur\namateurish\namateurism\namateurliga\namateurs\namath\namati\namatil\namato\namaury\namavisca\namax\namay\namaya\namaze\namazed\namazement\namazigh\namazing\namazingly\namazo\namazon\namazon.com\namazonas\namazonia\namazonian\namazons\namb\namba\nambac\nambala\nambani\nambarli\nambassador\nambassadorial\nambassadors\nambedkar\namber\namberg\nambergris\namberley\nambi\nambiance\nambidextrous\nambience\nambient\nambiguities\nambiguity\nambiguous\nambiguously\nambika\nambisome\nambit\nambition\nambitions\nambitious\nambivalence\nambivalent\nambled\nambler\nambleside\namblin\nambo\namboise\nambon\namboy\nambridge\nambrogio\nambroise\nambrose\nambrosia\nambrosian\nambrosiano\nambrosio\nambrosius\nambroveneto\nambuja\nambulance\nambulances\nambulatory\nambush\nambushed\nambushes\nambushing\namc\namc0\namcham\namcoal\namcol\namcor\namcore\namcorp\namd\namd-k0\namd0\namdahl\namdo\name\namec\nameche\namedee\namedeo\namedure\nameer\namel\namelia\namelie\namelio\nameliorate\nameliorated\namelioration\namen\namenable\namend\namendable\namended\namendements\namending\namendment\namendments\namends\namenemhat\namenhotep\namenities\namenity\nament\namer\namer-yhtyma\namerada\namerbank\namercian\namerco\nameric\namerica\namerical\namerican\namerican-\namerican-based\namerican-born\namerican-built\namerican-made\namerican-style\namericana\namericanism\namericanization\namericanized\namericano\namericans\namericanus\namericas\namericast\namericel\namericium\namerico\namericorps\namericredit\namericus\namerie\namerigas\namerigo\namerihost\namerijet\namerika\namerin\namerindian\namerindians\namerinet\nameriquest\nameristar\nameritech\nameritrade\nameriwood\namersfoort\namersfoortse\namersham\namerus\namery\namerykanski\names\namesbury\namestris\nametek\namethyst\namev\namex\namex-consolidated\namey\namf\namfm\namforge\namg\namgen\namhara\namharic\namherst\namherstburg\nami\namia\namiable\namic\namica\namicable\namicably\namici\namicus\namid\namida\namidah\namidala\namide\namides\namidships\namidst\namiel\namiens\namiez\namiga\namigaos\namigas\namigo\namigos\namihan\namil\namilcar\namin\namina\namine\namines\namino\naminta\namiodarone\namiot\namir\namiri\namirs\namirsham\namis\namish\namisi\namiss\namistad\namistar\namisys\namit\namitabh\namitabha\namiti\namity\namityville\namiyumi\namjad\naml\namlac\namlc\namli\namm\namma\namman\namman-based\nammanai\nammanford\nammann\nammar\nammb\nammen\nammendment\nammendments\nammerlaan\nammi\nammianus\nammirati\nammo\nammon\nammonia\nammonite\nammonites\nammonium\nammonoid\nammons\nammunition\nammunitions\namn\namnesia\namnesiac\namnesties\namnesty\namnex\namniocentesis\namniotes\namniotic\namnon\namnuay\namo\namoco\namoeba\namoebae\namoghavarsha\namok\namokachi\namol\namon\namong\namongst\namoniac\namonium\namonte\namor\namora\namoral\namorc\namore\namores\namorgos\namorim\namorites\namorn\namoroso\namorous\namorphous\namort\namortisation\namortise\namortised\namortising\namortization\namortizations\namortize\namortized\namortizing\namoruso\namory\namos\namount\namount*\namounted\namounting\namounts\namour\namours\namoy\namp\nampal-american\nampang\namparo\nampeg\namper\nampere\namperes\nampersand\nampex\namphenol\namphetamine\namphetamines\namphibian\namphibians\namphibious\namphibole\namphion\namphipods\namphipolis\namphitheater\namphitheatre\namphitrite\namphoe\namphora\namphorae\namplats\nample\nampleforth\namplico\namplification\namplified\namplifier\namplifiers\namplifies\namplify\namplifying\namplio\namplitude\namplitudes\namply\nampol\nampolex\namps\nampthill\namputate\namputated\namputation\namputations\namputee\namputees\namr\namra\namraam\namrad\namram\namravati\namre\namresco\namrion\namrish\namrit\namrita\namritsar\namriyah\namro\namroth\namrullah\nams\nams0\namsc\namscan\namsl\namsouth\namst\namstad\namsteel\namstel\namstelland\namstelveen\namsterdam\namsterdam-based\namsterdam-rotterdam-antwerp\namstgeld\namstrad\namsya\namt\namt*\namtech\namtek\namtrak\namtran\namtrol\namu\namuay\namulet\namulets\namun\namundsen\namungme\namunike\namur\namuro\namuse\namused\namusement\namusements\namuses\namusing\namusingly\namuso\namvesco\namw\namway\namwell\namx\namy\namygdala\namyl\namylase\namylin\namyloid\namyloidosis\namyotrophic\namyrlin\nan\nan-nahar\nan/fps0\nan0\nan0s\nana\nanabaptist\nanabaptists\nanabel\nanabolic\nanacafe\nanacardiaceae\nanachronism\nanachronisms\nanachronistic\nanachronistically\nanacomp\nanaconda\nanacortes\nanacostia\nanacreon\nanadarko\nanadigics\nanadolu\nanadromous\nanaemia\nanaemic\nanaerobic\nanaesthesia\nanaesthetic\nanaesthetics\nanaesthetist\nanagen\nanagennisis\nanagni\nanagram\nanagrams\nanaheim\nanahuac\nanais\nanak\nanakin\nanal\nanalaysts\nanalgesia\nanalgesic\nanalgesics\nanalistas\nanalog\nanalogical\nanalogies\nanalogous\nanalogously\nanalogs\nanalogue\nanalogues\nanalogy\nanalsyts\nanalyse\nanalysed\nanalyses\nanalysing\nanalysis\nanalyst\nanalysts\nanalyte\nanalytic\nanalytical\nanalytically\nanalytics\nanalyts\nanalyze\nanalyzed\nanalyzer\nanalyzers\nanalyzes\nanalyzing\nanam\nanambra\nanamorphic\nanan\nanand\nananda\nanandpur\nanangel\nanangu\nanani\nanania\nananias\nananiev\nanansi\nanansie\nanant\nananta\nanantapur\nanantnag\nanap\nanaphase\nanaphora\nanaphylactic\nanaphylaxis\nanarchic\nanarchism\nanarchist\nanarchistic\nanarchists\nanarcho\nanarchy\nanare\nanarion\nanarky\nanas\nanasagasti\nanasazi\nanastacia\nanastas\nanastase\nanastasia\nanastasio\nanastasius\nanastomoses\nanathema\nanatidae\nanatol\nanatole\nanatoli\nanatolia\nanatolian\nanatoly\nanatomic\nanatomical\nanatomically\nanatomist\nanatomists\nanatomy\nanaximander\nanaya\nanaylsts\nanb\nanbar\nanbari\nanc\nanca\nancap\nancash\nancaster\nancelotti\nancestor\nancestors\nancestral\nancestress\nancestries\nancestry\nanchalee\nanchieta\nanchor\nanchorage\nanchorages\nanchored\nanchoring\nanchorman\nanchors\nanchorwoman\nanchovies\nanchovy\nancien\nanciens\nancient\nanciently\nancients\nancillary\nancoats\nancon\nancona\nancor\nancram\nancyra\nand\nand/or\nand0\nanda\nandal\nandalan\nandalite\nandalucia\nandalus\nandalusia\nandalusian\nandaman\nandamanese\nandante\nandaychagua\nandean\nandechs\nandel\nander\nanderlecht\nanders\nandersen\nanderson\nandersons\nandersonville\nanderssen\nandersson\nanderton\nandes\nandesite\nandesitic\nandheri\nandhika\nandhra\nandi\nandie\nandijan\nandina\nando\nandolan\nandong\nandoni\nandor\nandorian\nandorians\nandorra\nandorran\nandover\nandra\nandrade\nandras\nandrassy\nandrawes\nandre\nandrea\nandrea.hopkins@reuters.com\nandreae\nandreas\nandreasen\nandreassen\nandreatta\nandree\nandreessen\nandreev\nandrei\nandrej\nandrejauskas\nandrejs\nandreotti\nandres\nandresic\nandress\nandretti\nandreu\nandrew\nandrews\nandrey\nandreychuk\nandria\nandriamanjato\nandries\nandriessen\nandrija\nandrikiene\nandris\nandrius\nandriy\nandrogen\nandrogenic\nandrogens\nandrogynous\nandroid\nandroids\nandromache\nandromeda\nandromedae\nandronicus\nandronikos\nandropov\nandros\nandrosch\nandroscoggin\nandross\nandrus\nandruw\nandry\nandrzej\nandrzejewski\nandthe\nandueza\nanduin\nandujar\nandy\nane\nanecdotal\nanecdotally\nanecdote\nanecdotes\nanechoic\naneka\nanelka\nanemia\nanemic\nanemometer\nanemone\nanemones\nanergen\nanesta\nanesthesia\nanesthesiologist\nanesthesiology\nanesthetic\nanesthetics\nanette\naneurin\naneurysm\naneurysms\nanew\nanf\nanfavea\nanfia\nanfield\nang\nanga\nangang\nangantyr\nangara\nangarski\nangas\nangaur\nangband\nange\nange-felix\nangeion\nangel\nangela\nangele\nangeles\nangeles''\nangeles-area\nangeles-based\nangelfish\nangeli\nangelic\nangelica\nangelico\nangelides\nangelika\nangelina\nangeline\nangelique\nangelis\nangell\nangelo\nangelos\nangelou\nangelov\nangels\nangelus\nangemon\nangenendt\nanger\nangered\nangering\nangers\nangerstein\nanges\nangevin\nangevins\nanggada\nanggrek\nangham\nangharad\nanghel\nangie\nangier\nangina\nangiogenesis\nangiography\nangiojet\nangioplasty\nangiosperm\nangiosperms\nangiotensin\nangkor\nanglade\nanglais\nangle\nangled\nangler\nanglers\nangles\nanglesey\nangleton\nanglia\nanglian\nanglican\nanglicanism\nanglicans\nanglicisation\nanglicised\nanglicization\nanglicized\nanglin\nangling\nanglo\nanglo-american\nanglo-australian\nanglo-dutch\nanglo-french\nanglo-irish\nanglo-norwegian\nanglo-saxon\nanglo-u.s.\nanglogold\nangloma\nanglophile\nanglophone\nanglophones\nanglorum\nanglos\nanglosphere\nanglovaal\nangmar\nango\nangola\nangolan\nangolans\nangora\nangostura\nangouleme\nangping\nangra\nangrier\nangrily\nangry\nangst\nangstrom\nanguilla\nanguirus\nanguish\nanguished\nanguita\nangular\nangulo\nangus\nangustifolia\nanh\nanhalt\nanheuser\nanheuser-busch\nanhui\nanhydride\nanhydrous\nanhyp\nani\nanibal\nanicet\nanicom\naniello\nanif\nanik\nanikulapo-kuti\nanil\naniline\nanima\nanimal\nanimalistic\nanimals\nanimaniacs\nanimas\nanimate\nanimated\nanimates\nanimating\nanimation\nanimations\nanimator\nanimators\nanimatrix\nanimatronic\nanimatronics\nanimax\nanime\nanime/manga\nanimex\nanimism\nanimist\nanimistic\nanimists\nanimorphs\nanimosities\nanimosity\nanimus\naninat\nanion\nanionic\nanions\nanis\nanise\naniseed\nanishinaabe\nanisotropic\nanisotropy\naniston\nanita\nanixter\nanja\nanjali\nanjelica\nanjelika\nanji\nanjou\nanjouan\nanju\nanjuman\nanka\nankara\nankaragucu\nanke\nanker\nankh\nankle\nankles\nankola\nanl\nanlayst\nanlaysts\nanld\nanlong\nanm\nann\nanna\nannaba\nannabel\nannabella\nannabelle\nannabeth\nannalen\nannales\nannals\nannam\nannamalai\nannan\nannandale\nannapolis\nannapurna\nannas\nanncmt\nanne\nanne-gaelle\nanne-marie\nannealed\nannealing\nannecy\nanneli\nannelid\nannelids\nanneliese\nannemarie\nannenberg\nannes\nannesley\nannette\nannex\nannexation\nannexations\nannexe\nannexed\nannexes\nannexing\nanni\nannibale\nannick\nannie\nannihilate\nannihilated\nannihilating\nannihilation\nannihilator\nannihilus\nannika\nannington\nannis\nanniston\nanniversaries\nanniversary\nannl\nannlsd\nannnounced\nanno\nannonaceae\nannonc\nannonce\nannotated\nannotation\nannotations\nannouce\nannouced\nannoucement\nannounce\nannounced\nannouncement\nannouncements\nannouncer\nannouncers\nannounces\nannouncing\nannouncment\nannoy\nannoyance\nannoyances\nannoyed\nannoying\nannoys\nanntaylor\nannual\nannualised\nannualized\nannually\nannuals\nannuities\nannuity\nannul\nannular\nannuled\nannulled\nannulling\nannulment\nannuls\nannulus\nannum\nannunciation\nannunziata\nannus\nano\nanoa'i\nanode\nanodes\nanodized\nanoint\nanointed\nanointing\nanoka\nanole\nanomalies\nanomalous\nanomaly\nanomie\nanon\nanonima\nanonyme\nanonymity\nanonymous\nanonymously\nanopheles\nanor\nanorexia\nanorexic\nanorthosis\nanos\nanoshkin\nanother\nanounced\nanoxic\nanp\nanquetil\nanr\nanritsu\nans\nansa\nansaldo\nansalon\nansar\nansari\nansbach\nanschluss\nanschutz\nanscombe\nanscor\nanscor-hagedorn\nanse\nansel\nansell\nanselm\nanselmo\nansett\nansgar\nanshan\nanshuman\nansi\nansley\nanson\nansonia\nanspach\nansted\nanstey\nanstis\nanstruther\nanswer\nanswerable\nanswered\nanswering\nanswers\nant\nant0\nanta\nantad\nantaeus\nantagonise\nantagonised\nantagonising\nantagonism\nantagonist\nantagonistic\nantagonists\nantagonize\nantagonized\nantagonizing\nantah\nantal\nantalya\nantalyaspor\nantamina\nantananarivo\nantanas\nantao\nantar\nantara\nantarctic\nantarctica\nantares\nantartica\nantbird\nante\nanteater\nanteaters\nantebellum\nantec\nantecedent\nantecedents\nantechamber\nantechinus\nantediluvian\nantel\nantelope\nantelopes\nantena\nantenna\nantennae\nantennas\nantenor\nantequera\nanterior\nanteriorly\nantero\nanterograde\nantes\nanthea\nantheil\nanthem\nanthemic\nanthemius\nanthems\nanther\nanthers\nanthocyanins\nanthologies\nanthologized\nanthology\nanthon\nanthony\nanthracite\nanthrax\nanthropic\nanthropogenic\nanthropological\nanthropologist\nanthropologists\nanthropology\nanthropomorphic\nanthropomorphism\nanthropomorphized\nanthroposophical\nanthroposophy\nanthurium\nanti\nanti-\nanti-abortion\nanti-aids\nanti-aircraft\nanti-allergy\nanti-american\nanti-apartheid\nanti-apec\nanti-arab\nanti-asian\nanti-asthma\nanti-baghdad\nanti-ballistic\nanti-berisha\nanti-british\nanti-cancer\nanti-castro\nanti-china\nanti-chinese\nanti-christian\nanti-climax\nanti-communist\nanti-competition\nanti-competitive\nanti-constitutional\nanti-corruption\nanti-crime\nanti-crisis\nanti-cuba\nanti-defamation\nanti-democratic\nanti-depressant\nanti-dilutive\nanti-discrimination\nanti-doping\nanti-drug\nanti-drugs\nanti-dumping\nanti-emu\nanti-eta\nanti-eu\nanti-euro\nanti-european\nanti-euthanasia\nanti-extremist\nanti-fascist\nanti-foreigner\nanti-fraud\nanti-french\nanti-front\nanti-gay\nanti-german\nanti-government\nanti-graft\nanti-guerrilla\nanti-gun\nanti-hiv\nanti-immigrant\nanti-immigration\nanti-import\nanti-indonesian\nanti-infectives\nanti-inflammatory\nanti-inflation\nanti-inflationary\nanti-iraq\nanti-islamist\nanti-israel\nanti-israeli\nanti-japan\nanti-japanese\nanti-jewish\nanti-kidnap\nanti-lock\nanti-maastricht\nanti-mafia\nanti-milosevic\nanti-mine\nanti-missile\nanti-mobutu\nanti-money\nanti-monopolies\nanti-monopoly\nanti-moscow\nanti-moslem\nanti-narcotics\nanti-nato\nanti-nazi\nanti-nuclear\nanti-obesity\nanti-personnel\nanti-piracy\nanti-pollution\nanti-poverty\nanti-privatisation\nanti-racism\nanti-racist\nanti-racketeering\nanti-rebel\nanti-riot\nanti-russian\nanti-sandinista\nanti-semitic\nanti-semitism\nanti-ship\nanti-smoking\nanti-smuggling\nanti-social\nanti-soviet\nanti-speculation\nanti-submarine\nanti-subversion\nanti-takeover\nanti-taleban\nanti-tank\nanti-tax\nanti-technology\nanti-terror\nanti-terrorism\nanti-terrorist\nanti-tobacco\nanti-trust\nanti-u.s.\nanti-ulcer\nanti-union\nanti-viral\nanti-virus\nanti-western\nantiaircraft\nantiarrhythmic\nantibacterial\nantibes\nantibiotic\nantibiotice\nantibiotics\nantibodies\nantibody\nantic\nantica\nanticancer\nanticholinergic\nantichrist\nanticiliary\nanticipate\nanticipated\nanticipates\nanticipating\nanticipation\nanticipatory\nanticlerical\nanticline\nanticlockwise\nanticoagulant\nanticoagulants\nanticommunist\nanticompetitive\nanticonvulsant\nanticonvulsants\nantics\nanticyclone\nantidepressant\nantidepressants\nantidilutive\nantidote\nantidotes\nantidumping\nantietam\nantifascist\nantifreeze\nantifungal\nantigen\nantigenic\nantigens\nantigone\nantigonish\nantigonus\nantigua\nantiguan\nantihero\nantihistamine\nantihistamines\nantikythera\nantill\nantillean\nantilles\nantimatter\nantimicrobial\nantimony\nantin\nantinous\nantioch\nantiochian\nantiochus\nantioco\nantiope\nantioqueno\nantioquia\nantioxidant\nantioxidants\nantiparticle\nantipas\nantipater\nantipathy\nantiphon\nantiphonal\nantiphons\nantipodes\nantipolo\nantipope\nantiproton\nantipsychotic\nantipsychotics\nantiqua\nantiquarian\nantiquaries\nantiquary\nantiquated\nantique\nantiques\nantiquities\nantiquity\nantiretroviral\nantisemitic\nantisemitism\nantisense\nantiseptic\nantislavery\nantisocial\nantisubmarine\nantisymmetric\nantitank\nantithesis\nantithetical\nantitrust\nantivenom\nantiviral\nantivirus\nantiwar\nantje\nantler\nantlers\nanto\nantofagasta\nantoine\nantoinette\nanton\nantonella\nantonelli\nantonello\nantonescu\nantoni\nantonia\nantonie\nantonin\nantonina\nantonine\nantonino\nantoninus\nantonio\nantonioni\nantonios\nantonis\nantonius\nantonov\nantonov0\nantonovich\nantonovics\nantony\nantonym\nantrim\nants\nantti\nanttila\nantun\nantunes\nantwerp\nantwerp-based\nantwerpen\nantwren\nanu\nanubis\nanuchit\nanugrah\nanupam\nanuradhapura\nanurag\nanuruddha\nanus\nanushilan\nanvil\nanvils\nanwar\nanwr\nanxieties\nanxiety\nanxiolytic\nanxious\nanxiously\nany\nany-month\nanya\nanyang\nanyaoku\nanybody\nanyhow\nanymore\nanyone\nanything\nanytime\nanyway\nanyways\nanywhere\nanz\nanza\nanzac\nanzag\nanzai\nanzeiger\nanzio\nanzoategui\nanzoil\nanzu\nanzus\nao\nao0\naoa\naoba\naoc\naodong\naoe\naoi\naoife\naokam\naoki\naol\naom\naomori\naon\naonb\naoot\naop\naopa\naor\naord\naorist\naorta\naortic\naos\naoshi\naosta\naot\naotearoa\naoun\naoyama\nap\nap0\napa\napa0\napac\napace\napache\napaches\napalachee\napalachicola\napalachin\napamea\naparecida\naparicio\naparna\napart\napartado\napartheid\napartheid-era\napartment\napartments\napasco\napathetic\napathy\napatite\napator\napatosaurus\napatow\napax\napb\napc\napcet\napcs\napd\napd0\napds\nape\napec\napeda\napel\napeldoorn\napelles\napennine\napennines\napep\naperiodic\naperitif\napertura\naperture\napertures\napes\napex\napf\napg\naph\naphasia\naphelion\naphex\naphid\naphids\naphis\naphorism\naphorisms\naphra\naphrodisiac\naphrodite\napi\napia\napiaceae\napic\napical\napices\napics\napidc\napiece\napis\napj\napl\naplastic\napm\napn\napnea\napo\napocalypse\napocalyptic\napocalyptica\napocrypha\napocryphal\napocynaceae\napoel\napogee\napokolips\napolitical\napollinaire\napollinaris\napollo\napollodorus\napollon\napollonia\napollonian\napollonio\napollonius\napollos\napolo\napologetic\napologetics\napologia\napologies\napologise\napologised\napologises\napologising\napologist\napologists\napologize\napologized\napologizes\napologizing\napology\naponeurosis\naponte\napop\napophis\napopka\napoplexy\napoptosis\napoptotic\napostasy\napostate\napostates\napostle\napostles\napostol\napostolate\napostoli\napostolic\napostolos\napostrophe\napostrophes\napothecaries\napothecary\napotheosis\napoyo\napp\napp.\nappa\nappalaches\nappalachia\nappalachian\nappalachians\nappalled\nappalling\nappaloosa\nappanage\nappapr\napparatus\napparatuses\napparel\napparels\napparent\napparently\napparition\napparitions\nappartment\nappea\nappeal\nappealed\nappealing\nappeals\nappear\nappearance\nappearances\nappeared\nappearing\nappears\nappease\nappeased\nappeasement\nappeasing\nappel\nappellant\nappellants\nappellate\nappellation\nappellations\nappelmans\nappend\nappendage\nappendages\nappendectomy\nappended\nappendices\nappendicitis\nappending\nappendix\nappenzell\nappetite\nappetites\nappetizer\nappetizers\nappfeb\nappi\nappia\nappian\nappice\nappier\nappin\nappius\nappl\napplaud\napplauded\napplauding\napplauds\napplause\napple\napplebee\nappleby\nappledore\napplegarth\napplegate\napples\napplescript\nappleseed\nappleson\napplet\nappletalk\nappleton\napplets\napplewhite\nappleyard\nappliance\nappliances\napplicability\napplicable\napplicant\napplicants\napplication\napplication-specific\napplications\napplied\napplies\nappling\napplique\napply\napplying\nappmar\nappmay\nappoint\nappointed\nappointee\nappointees\nappointing\nappointment\nappointments\nappoints\nappomattox\napporoved\napportioned\napportioning\napportionment\nappraisal\nappraisals\nappraise\nappraised\nappraiser\nappraisers\nappraising\nappreciable\nappreciably\nappreciate\nappreciated\nappreciates\nappreciating\nappreciation\nappreciative\napprehend\napprehended\napprehending\napprehension\napprehensions\napprehensive\napprentice\napprenticed\napprentices\napprenticeship\napprenticeships\napprised\napproach\napproachable\napproached\napproaches\napproaching\napprobation\nappropriate\nappropriated\nappropriately\nappropriateness\nappropriating\nappropriation\nappropriations\napprovable\napproval\napprovals\napprove\napproved\napproves\napproving\napprovingly\napprox\napprox.\napproximant\napproximants\napproximate\napproximated\napproximately\napproximates\napproximating\napproximation\napproximations\napproximatively\napprs\napprx\napps\nappsaug\nappsjul\nappsjun\nappsmay\napptd\nappvls\napr\napr'0\napr--\napr-dec\napr-jun\napr-june\napr-mar\napr-may\napr.\napr0\napra\napres\napria\napricot\napricots\napril\napril-august\napril-december\napril-july\napril-june\napril-march\napril-may\napril-october\napril-sept\napril-september\napril/may\napril0\naprile\naprilia\naprmay\napron\naprons\naproved\naprs\naps\napsa\napse\napses\napsheron\napsidal\napsl\napsley\napstar\napt\napta\naptargroup\naptech\napted\naptf\naptian\naptitude\naptitudes\naptiva\naptly\naptos\napts\napu\napuleius\napulia\napulian\napure\napurimac\napus\napv\napw\napx\naq\naq0\naqa\naqaba\naqazadeh\naqc\naqha\naqis\naqsa\naqua\naquabats\naquaculture\naquae\naqualung\naquaman\naquamarine\naquaria\naquarian\naquarii\naquarists\naquarium\naquariums\naquarius\naquatic\naquatics\naqueduct\naqueducts\naqueous\naqui\naquifer\naquifers\naquifoliaceae\naquila\naquileia\naquilina\naquilonia\naquinas\naquino\naquire\naquired\naquisition\naquisitions\naquitaine\naquitania\nar\nar0\nar0c0=rr\nara\narab\narab-israeli\narab-malaysian\narabe\narabella\narabesque\narabi\narabia\narabian\narabians\narabic\narabic-language\narabica\narabicas\narabidopsis\narabis\narabised\narabism\narabization\narabized\narable\narabs\narabsat\naracatuba\naraceae\narachne\narachnid\narachnids\narachnoid\naracruz\narad\naradia\narado\narafat\narafat-netanyahu\narafura\narago\naragon\naragones\naragonese\naragonite\naragorn\naragua\naraguaia\narai\narak\narakan\narakawa\naraki\narakis\naral\naraliaceae\naram\naramaic\naramaki\naramco\naramid\naramis\naran\narana\naranda\naraneta\narango\naranha\naranibar\naranjuez\naransas\narantxa\naranyaprathet\naranypok\narap\narapaho\narapahoe\narapua\narar\nararat\naras\narashi\naraskog\narasu\naratus\narauca\naraucania\naraucaria\narauco\naraujo\naraullo\naravalli\naravinda\narawa\narawak\narawaks\narawn\naraya\narazi\narb\narba\narbed\narbeit\narbeiter\narbel\narbella\narben\narbenz\narbi\narbil\narbiter\narbiters\narbitrage\narbitrage-linked\narbitrager\narbitragers\narbitrageur\narbitrageurs\narbitraging\narbitral\narbitrales\narbitrarily\narbitrariness\narbitrary\narbitrate\narbitrated\narbitration\narbitrator\narbitrators\narbitron\narbizu\narbnori\narbogast\narboleda\narbonale\narbor\narborea\narboreal\narboretum\narbour\narboyne\narbroath\narbs\narbuckle\narbus\narbuthnot\narbuthnott\narbutus\narby\narc\narca\narcade\narcaded\narcades\narcadia\narcadian\narcadians\narcadius\narcam\narcana\narcand\narcane\narcangel\narcanum\narcarons\narcas\narcata\narce\narcee\narcelik\narcelor\narcesilaus\narcgis\narch\narch-conservative\narch-enemies\narch-enemy\narch-foe\narch-foes\narch-rival\narch-rivals\narchaea\narchaean\narchaeological\narchaeologically\narchaeologist\narchaeologists\narchaeology\narchaeopteryx\narchaic\narchaisms\narchambault\narchangel\narchangels\narchbishop\narchbishopric\narchbishops\narchbold\narchdale\narchdeacon\narchdeaconry\narchdiocesan\narchdiocese\narchdioceses\narchduchess\narchduke\narche\narchean\narched\narchelaus\narchenemy\narcheological\narcheologist\narcheologists\narcheology\narcher\narchers\narchery\narches\narchetypal\narchetype\narchetypes\narchetypical\narchibald\narchie\narchiepiscopal\narchies\narchimandrite\narchimedean\narchimedes\narchimonde\narching\narchipelago\narchipelagos\narchitect\narchitectonic\narchitects\narchitectural\narchitecturally\narchitecture\narchitectures\narchitrave\narchiv\narchival\narchive\narchived\narchives\narchiving\narchivist\narchivists\narchmage\narchon\narchons\narchos\narchosaurs\narchpriest\narchrival\narchrivals\narchtop\narchway\narchways\narcing\narco\narcola\narcon\narcor\narcos\narcot\narcs\narcseconds\narctic\narctica\narctos\narcturus\narcuate\narculus\narcus\nard\narda\nardabil\nardagh\nardal\nardanza\nardas\nardashir\nardclough\nardeatine\nardeche\nardeidae\narden\nardenne\nardennes\nardent\nardently\nardeshir\nardila\nardmore\nardnamurchan\nardor\nardour\nardrossan\nards\nardsley\narduin\narduous\nardwick\nardzinba\nare\narea\narea.\narea.the\nareal\nareala\nareas\nareas.it\nareca\narecaceae\narecibo\naref\narellano\naren\narena\narenabowl\narenal\narenas\narenaturist\narend\narendal\narendse\narendt\narens\nareola\nareopagite\narequipa\nares\nares-serono\narete\naretha\narethusa\nareva\narevalo\narezzo\narf\narflc0=rr\narg\nargan\nargent\nargenta\nargentaria\nargentbank\nargenteuil\nargentia\nargentina\nargentinas\nargentine\nargentine-born\nargentinean\nargentines\nargentinian\nargentinians\nargentino\nargentinos\nargento\narges\narghezi\narginine\nargive\nargives\nargo\nargon\nargonaut\nargonauts\nargonne\nargos\nargosy\nargot\nargs\narguable\narguably\nargue\nargued\narguelles\narguello\nargues\nargueta\narguing\nargument\nargumentation\nargumentative\narguments\nargus\nargyle\nargyll\narhar\narhus\nari\naria\nariad\nariadne\nariake\narial\narian\nariana\nariane\nariane0\narianespace\narianism\narianna\narians\narias\narica\naricept\narid\naridity\narie\narief\narieff\nariege\nariel\naries\narif\narig\narihant\narik\narika\narikara\narima\narimathea\narinc\narindam\nariola\narion\nariosto\nariovistus\naripaev\narirang\naris\narisa\narise\narisen\narises\narish\narising\narison\narista\naristar\naristarchus\naristide\naristides\naristizabal\naristo\naristobulus\naristocracy\naristocrat\naristocratic\naristocrats\nariston\naristophanes\naristotelian\naristotelianism\naristotle\narithmetic\narithmetical\narius\nariwibowo\nariz\nariz.-based\nariza\narizona\narizona-based\narja\narjan\narjen\narjo\narjun\narjuna\nark\nark.-based\narka\narkadelphia\narkady\narkan\narkansas\narkansas-based\narkell\narkestra\narkham\narkhangelsk\narkin\narklay\narklow\narkwright\narl\narl0\narlanda\narledge\narleigh\narlen\narlene\narles\narlindo\narlington\narliss\narlo\narlon\narlong\narm\narm-twisting\narma\narmada\narmada-\narmadale\narmadas\narmadillo\narmadillos\narmageddon\narmagh\narmagnac\narmalite\narmament\narmaments\narman\narmand\narmando\narmani\narmas\narmata\narmato\narmature\narmavir\narmband\narmbands\narmbar\narmchair\narmco\narme\narmed\narmee\narmeekorps\narmen\narmenia\narmenian\narmenians\narmer\narmes\narmey\narmia\narmidale\narmies\narmijo\narmillary\narmin\narming\narminia\narminian\narminianism\narminius\narmistead\narmistice\narmitage\narmley\narmonk\narmor\narmored\narmorial\narmories\narmors\narmory\narmour\narmoured\narmouries\narmoury\narmpit\narmpits\narmrest\narmrests\narms\narmscor\narmstrong\narmstrongs\narmy\narmy-backed\narmy-led\narn\narna\narnaldo\narnaud\narnauld\narnault\narnaut\narnaz\narncliffe\narndale\narndt\narne\narneson\narness\narnett\narngrim\narnhem\narni\narnie\narnim\narnis\narno\narnold\narnold-forster\narnoldo\narnolfini\narnon\narnor\narnos\narnott\narnotts\narnoux\narnprior\narnstein\narnulf\narnulfo\naro\narok\naroma\naromanian\naromanians\naromas\naromatase\naromatherapy\naromatic\naromatics\naron\narona\naronex\naronofsky\naronson\naronsson\naroostook\narora\naros\narosa\narose\naround\naround-the-clock\naround-the-world\narousal\narouse\naroused\narouses\narousing\narp\narpa\narpad\narpanet\narpechim\narpeggio\narpeggios\narpeni\narpey\narporn\narps\narquebus\narquebuses\narquebusiers\narquette\narqule\narr\narraigned\narraignment\narrakis\narran\narrancar\narrange\narranged\narrangement\narrangements\narranger\narrangers\narranges\narranging\narrangments\narras\narray\narrayed\narrays\narrears\narreckx\narredondo\narrernte\narrest\narrested\narresting\narrestor\narrests\narrhenius\narrhythmia\narrhythmias\narri\narriaga\narrian\narriba\narrieta\narrigo\narrington\narriortua\narris\narriva\narrival\narrivals\narrive\narrived\narrives\narrivillaga\narriving\narrl\narrogance\narrogant\narrogantly\narrondissement\narrondissements\narrow\narrowhead\narrowheads\narrows\narrowsmith\narroyo\narroyos\narryn\nars\nars0\narsacid\narsanov\narse\narsenal\narsenals\narsenault\narsene\narsenic\narsenide\narsenio\narsenis\narshad\narsi\narsinoe\narslan\narson\narsonist\narsonists\nart\nart.\nart0\narta\nartabanus\nartaud\nartaxerxes\narte\narteaga\nartefact\nartefacts\nartemis\nartemisia\narterial\narterials\narteries\narterioles\narteriosus\nartery\nartes\nartesia\nartesian\nartest\nartform\nartforum\nartful\nartfully\narth\nartha\narthas\narthashastra\narthatama\narthedain\narthouse\narthritic\narthritis\narthropod\narthropods\narthroscopic\narthuis\narthur\narthurian\narthurs\narthurson\narti\nartic\nartichoke\narticle\narticled\narticles\narticular\narticulate\narticulated\narticulates\narticulating\narticulation\narticulations\narticulatory\nartie\nartifact\nartifacts\nartifical\nartifically\nartifice\nartificer\nartificial\nartificiality\nartificially\nartigas\nartillery\nartillerymen\nartin\nartiodactyl\nartioli\nartis\nartisan\nartisanal\nartisans\nartisoft\nartist\nartiste\nartistes\nartistic\nartistically\nartistry\nartists\nartmedia\narto\nartois\nartrom\narts\nartsdalen\nartur\narturas\narturo\narturs\nartwork\nartworks\narty\nartyom\naru\naruba\naruban\naruch\narukh\narul\narum\narun\naruna\narunachal\narunachalam\narundel\narundell\narundhati\narup\narusha\narv\narvada\narveladze\narvid\narvida\narvin\narvind\narvn\narvo\narvydas\narw\narwel\narwen\narwing\nary\narya\naryabhata\naryan\naryans\naryeh\naryl\narzew\narzte\narzu\nas\nas-safir\nas-yet\nas/0\nas0\nasa\nasachi\nasad\nasaf\nasahara\nasahel\nasahi\nasahimas\nasai\nasaja\nasaka\nasakura\nasakusa\nasam\nasami\nasan\nasana\nasanas\nasanka\nasano\nasanovic\nasansol\nasante\nasap\nasaph\nasarco\nasatru\nasb\nasbestos\nasbestos-related\nasbestosis\nasbrink\nasbury\nasc\nascalon\nascani\nascanio\nascap\nascari\nascend\nascendance\nascendancy\nascendant\nascended\nascendency\nascending\nascends\nascension\nascent\nascents\nascertain\nascertained\nascertaining\nascetic\nascetical\nasceticism\nascetics\nasch\naschaffenburg\naschau\naschen\naschenbach\nascher\nasci\nascii\nascites\nasclepius\nascoli\nascom\nascomycota\nascona\nascorbic\nascot\nascott\nascribe\nascribed\nascribes\nascribing\nascription\nasd\nasda\nasdic\nase\nasea\nasean\nasean-eu\nasecna\nasem\nasen\nasensio\naseptic\naserkoff\nasesores\naset\nasexual\nasexually\nasf\nasfour\nasg\nasgard\nasgardian\nasgardians\nasghar\nasgrow\nash\nasha\nasha'man\nashaka\nashamed\nashanti\nasharq\nashbery\nashbourne\nashbrook\nashburn\nashburnham\nashburton\nashbury\nashby\nashcroft\nashdod\nashdown\nashe\nasheboro\nashen\nasher\nasherah\nashes\nasheton\nasheville\nashfield\nashford\nashgabat\nashi\nashik\nashikaga\nashina\nashington\nashish\nashkelon\nashkenazi\nashkenazic\nashkenazim\nashkenazy\nashland\nashlar\nashlee\nashleigh\nashley\nashman\nashmole\nashmolean\nashmore\nashok\nashoka\nashokan\nashoknagar\nashore\nashot\nashquay\nashraf\nashraff\nashram\nashrams\nashrawi\nashta\nashtabula\nashtar\nashtead\nashton\nashtray\nashur\nashura\nashurbanipal\nashurst\nashworth\nashy\nasi\nasia\nasia-europe\nasia-pacific\nasiad\nasiago\nasiamatrix\nasiamerit\nasian\nasian-american\nasian-americans\nasian-pacific\nasiana\nasianbank\nasians\nasiasat\nasiatic\nasiatrust\nasic\nasics\naside\nasides\nasif\nasil\nasilturk\nasim\nasimov\nasin\nasio\nasis\nasistencia\nasj\nasjaya\nask\nask-only\naska\naskani\naskar\naskari\naskatindo\naske\nasked\nasker\naskew\naskey\naskin\nasking\nasko\nasks\naskyb\nasl\naslam\naslan\nasleep\naslef\nasli\naslk\naslk-cger\nasm\nasma\nasmal\nasmara\nasmat\nasme\nasmi\nasml\nasmodeus\nasms\nasmussen\nasn\nasn0\nasner\naso\nasoc\nasociacion\nasociados\nasociation\nasoka\nasom\nasp\nasp.net\nasparagus\naspartame\naspartate\naspartic\naspasia\naspect\naspects\naspen\nasper\naspera\nasperger\naspergillus\naspern\nasphalt\naspheron\nasphyxia\nasphyxiation\naspin\naspinall\naspinwall\naspirant\naspirants\naspirated\naspiration\naspirational\naspirations\naspire\naspired\naspires\naspirin\naspiring\naspis\naspley\naspo\nasprilla\naspro\nasquith\nasr\nasr0\nasri\nasriel\nasroc\nass\nassa\nassad\nassaf\nassail\nassailant\nassailants\nassailed\nassails\nassam\nassamese\nassams\nassasination\nassassin\nassassinate\nassassinated\nassassinates\nassassinating\nassassination\nassassinations\nassassins\nassault\nassaulted\nassaulting\nassaults\nassay\nassaying\nassays\nassemblage\nassemblages\nassemble\nassembled\nassemblee\nassembler\nassemblers\nassembles\nassemblies\nassembling\nassembly\nassemblyman\nassemblymen\nassemblywoman\nassen\nassent\nassented\nasser\nassert\nasserted\nasserting\nassertion\nassertions\nassertive\nassertiveness\nasserts\nasses\nassesment\nassess\nassessed\nassesses\nassessing\nassessment\nassessments\nassessor\nassessors\nassests\nasset\nasset-backed\nasset-based\nasset-weighted\nassets\nassets*\nassets_____________________________________________\nasshole\nassi\nassiassi\nassicurazioni\nassidoman\nassiduous\nassiduously\nassign\nassigned\nassignee\nassigning\nassignment\nassignments\nassigns\nassimilate\nassimilated\nassimilating\nassimilation\nassinger\nassiniboia\nassiniboine\nassis\nassisi\nassist\nassistance\nassistant\nassistants\nassisted\nassisted-suicide\nassisting\nassistive\nassists\nassiut\nassize\nassizes\nassn\nassoc\nassocation\nassocham\nassociacao\nassociate\nassociated\nassociates\nassociating\nassociation\nassociations\nassociative\nassociativity\nassociazione\nassocs\nassogestioni\nassonet\nassorted\nassortment\nassortments\nassr\nassuage\nassuaged\nassume\nassumed\nassumes\nassuming\nassumption\nassumptions\nassunta\nassur\nassurance\nassurances\nassure\nassured\nassurer\nassurers\nassures\nassuring\nassynt\nassyria\nassyrian\nassyrians\nast\nasta\nastaire\nastal\nastana\nastaroth\nastarte\nastartes\nastbury\nastec\naster\nasteraceae\nasterion\nasterisk\nasterisks\nasterism\nasterix\nastern\nasteroid\nasteroids\nasthma\nasthmatic\nasti\nastigmatism\nastin\nastiz\nastle\nastley\nastm\naston\nastonish\nastonished\nastonishing\nastonishingly\nastonishment\nastor\nastorga\nastoria\nastounded\nastounding\nastra\nastragalus\nastrakhan\nastral\nastrasat\nastray\nastrazeneca\nastree\nastrid\nastride\nastringent\nastrit\nastrium\nastro\nastrobiology\nastrocytes\nastrodome\nastrolabe\nastrologer\nastrologers\nastrological\nastrology\nastrometric\nastrometry\nastron\nastronaut\nastronautical\nastronautics\nastronauts\nastronema\nastronomer\nastronomers\nastronomical\nastronomically\nastronomy\nastrophysical\nastrophysicist\nastrophysics\nastros\nastrotech\nastrotrain\nastroturf\nastroworld\nasturian\nasturiana\nasturias\nasturienne\nastute\nastyages\nasu\nasuka\nasuna\nasuncion\nasunder\nasura\nasurans\nasuras\nasus\nasustek\nasv\nasw\naswad\naswan\naswaq\naswell\nasx\nasylum\nasylum-seekers\nasylums\nasymmetric\nasymmetrical\nasymmetrically\nasymmetries\nasymmetry\nasymptomatic\nasymptotic\nasymptotically\nasynchronous\nasynchronously\nasyst\nat\nat&t\nat&t-unisource\nat-bat\nat-bats\nat-the-money\nat0\nata\natac\natacama\natacanli\natacocha\natag\natagi\natahualpa\natal\natalanta\natallah\nataman\natan\natanas\natanasoff\natanasov\natangana\nataollah\natapattu\natar\natari\nataris\nataru\natas\natassi\nataturk\nataxia\natb\natc\natcc\natchafalaya\natcham\natchison\natco\nate\natef\natel\natelier\nateliers\natem\natemke\naten\nateneo\natenulf\nater\natf\natf0\natg\nath\nathabasca\nathabascan\nathabaskan\nathanasios\nathanasius\natheism\natheist\natheistic\natheists\nathelstan\nathena\nathenaeum\nathenaeus\nathene\natheneum\nathenian\nathenians\nathenry\nathens\nather\natheroma\natherosclerosis\natherosclerotic\natherstone\natherton\nathey\nathibid\nathibor\nathinaikos\nathlete\nathletes\nathletic\nathletically\nathleticism\nathletics\nathlon\nathlone\nathol\natholl\nathome\nathos\nathrun\nathulathmudali\nathy\nati\natia\natienza\natilla\natisha\natiyah\natk\natkin\natkins\natkinson\natl\natlanta\natlanta-based\natlante\natlantean\natlanteans\natlantic\natlantic-nynex\natlantica\natlantico\natlantics\natlantik\natlantique\natlantiques\natlantis\natlantska\natlas\natlases\natle\natlee\natletico\natli\natlus\natm\natma\natman\natmatsidis\natmel\natmos\natmosphere\natmospheres\natmospheric\natms\natn\nato\natobe\natocha\natochem\natok\natoka\natoll\natolls\natom\natomic\natomics\natomism\natoms\naton\natonal\natonality\natone\natonement\natop\natopic\natorino\natos\natoyac\natp\natpase\natpc\natr\natr0\natreides\natresia\natreus\natreyu\natri\natria\natrial\natrion\natrioventricular\natrium\natrix\natrocious\natrocities\natrocity\natrophy\natropine\natrus\natrush\nats\natsc\natsf\natsic\natsugi\natsushi\natt\natt0\natta\nattach\nattache\nattached\nattaches\nattaching\nattachment\nattachments\nattack\nattacked\nattacker\nattackers\nattacking\nattacks\nattaf\nattain\nattainable\nattainder\nattained\nattaining\nattainment\nattainments\nattains\nattainted\nattaka\nattali\nattalus\nattar\nattard\nattell\nattempt\nattempted\nattempting\nattempts\nattenborough\nattend\nattendance\nattendances\nattendant\nattendants\nattended\nattendee\nattendees\nattendence\nattending\nattends\nattention\nattentional\nattentions\nattentive\nattentively\nattenuate\nattenuated\nattenuation\natterbury\nattercliffe\nattest\nattestation\nattested\nattesting\nattests\nattic\nattica\nattics\natticus\nattila\nattilan\nattilio\nattire\nattired\nattitude\nattitudes\nattiyah\nattleboro\nattleborough\nattlee\natto\nattock\nattorney\nattorney-client\nattorney-general\nattorneys\nattract\nattracted\nattracting\nattraction\nattractions\nattractive\nattractively\nattractiveness\nattractor\nattracts\nattrib\nattributable\nattribute\nattributed\nattributes\nattributing\nattribution\nattributions\nattrition\nattu\nattuned\nattwood\natty\natu\natul\natum\natutxa\natv\natvs\natwater\natwell\natwood\natwood-peavey\natx\natypical\nau\nau-young\naua\naub\naubanel\naube\nauber\nauberjonois\naubert\naubin\naubrey\naubry\nauburn\nauburndale\nauc\naucagne\nauch\nauchan\nauchard\nauchinleck\nauckland\nauckland-based\naucnet\naucoin\nauction\nauctioned\nauctioneer\nauctioneers\nauctioning\nauctions\naud\naudacious\naudacity\naudax\naude\nauden\naudi\naudible\naudibly\naudie\naudience\naudiences\naudiencia\naudina\naudio\naudio-visual\naudio/video\naudio/visual\naudiobook\naudiobooks\naudiofina\naudiology\naudiolux\naudiophile\naudiophiles\naudioslave\naudiovisual\naudiovox\naudis\naudit\naudited\nauditing\naudition\nauditioned\nauditioning\nauditions\nauditor\nauditor-general\nauditorium\nauditoriums\nauditors\nauditory\naudits\naudley\naudra\naudrey\naudubon\naue\nauer\nauerbach\nauf\naug\naug'0\naug--rev\naug-oct\naug.\naug0\naug0-sep0\naugat\nauge\nauger\naughrim\naugie\naugite\nauglaize\naugment\naugmentation\naugmentations\naugmented\naugmenting\naugments\naugq\naugsburg\naugsep\nauguin\naugur\naugured\naugurs\naugust\naugust-october\naugust-september\naugust/september\naugusta\naugustan\naugustana\nauguste\naugustenborg\naugusti\naugustin\naugustine\naugustinian\naugustinians\naugusto\naugustow\naugustus\naujourd'hui\nauk\nauken\naukland\nauks\naula\nauld\naule\nault\naulus\naum\naun\naung\naunt\nauntie\naunts\naunty\nauprs\naur\naura\naural\naurangabad\naurangzeb\nauraria\nauras\naurea\naurel\naurelia\naurelian\naureliano\naurelio\naurelius\naureus\nauric\nauricular\nauridiam\nauriga\nauriol\naurobindo\naurochs\nauron\naurora\nauroral\naurore\naurum\naus\naus$\nausa\nauschwitz\nauscultation\nausdoc\nausdrill\nausf\nausgleichsbank\naushev\nausi\nauspices\nauspicious\nauspine\naussi\naussie\naussies\naust\naustar\naustell\nausten\nausteo\nauster\naustere\naustereo\nausterities\nausterity\nausterlitz\naustin\naustins\naustral\naustraland\naustralasia\naustralasian\naustralia\naustralia-based\naustralia-japan\naustralian\naustralian-based\naustralian-born\naustralian-interest\naustralian-listed\naustralians\naustralis\naustralopithecus\naustrasia\naustria\naustria-girocredit\naustrian\naustrian-born\naustrians\naustrim\naustro\naustro-hungarian\naustro-italian\naustro-italian-german\naustronesian\naustudy\naustvin\naut\nautechre\nauteuil\nauteur\nauteurs\nauth\nauthentic\nauthentically\nauthenticate\nauthenticated\nauthenticating\nauthentication\nauthenticity\nauthor\nauthored\nauthorial\nauthoring\nauthorisation\nauthorisations\nauthorise\nauthorised\nauthorises\nauthorising\nauthoritarian\nauthoritarianism\nauthoritative\nauthoritatively\nauthorites\nauthorities\nauthority\nauthorization\nauthorizations\nauthorize\nauthorized\nauthorizes\nauthorizing\nauthors\nauthorship\nautif\nautism\nautissier\nautistic\nautistics\nautlan\nauto\nauto-loan\nauto-oil\nauto0\nautobahn\nautobahns\nautobianchi\nautobiographical\nautobiographies\nautobiography\nautobot\nautobots\nautocad\nautocannon\nautocar\nautocatalysts\nautocephalous\nautocephaly\nautochthonous\nautoclave\nautocorrelation\nautocracy\nautocrat\nautocratic\nautocross\nautodesk\nautodidact\nautodromo\nautoeuropa\nautofocus\nautograph\nautographed\nautographs\nautogrill\nautogyro\nautoharp\nautoimmune\nautoimmunity\nautoinfo\nautolink\nautoliv\nautologous\nautolycus\nautomail\nautomaker\nautomakers\nautomaking\nautomata\nautomate\nautomated\nautomates\nautomatic\nautomatically\nautomatics\nautomating\nautomation\nautomatism\nautomative\nautomaton\nautomatons\nautomator\nautomobile\nautomobiles\nautomobilova\nautomorphic\nautomorphism\nautomorphisms\nautomotive\nautonation\nautonoma\nautonomic\nautonomist\nautonomous\nautonomously\nautonomy\nautons\nautopap\nautoparts\nautopilot\nautopista\nautopistas\nautopsies\nautopsy\nautoroute\nautoroutes\nautos\nautosomal\nautosport\nautostrade\nautotote\nautotte\nautovia\nautoworkers\nautozone\nautre\nautres\nautrey\nautry\nautumn\nautumnal\nautun\nauvergne\naux\nauxerre\nauxilia\nauxiliaries\nauxiliary\nauxin\nav\nav.\nav.yield\nav0\nav0b\nava\navaiable\navail\navailabilities\navailability\navailable\navailable-for-sale\navailablity\navailed\navails\navait\naval\navalanche\navalanches\navaliable\navalokitesvara\navalon\navant\navant-garde\navante\navantel\navantgarde\navanti\navanzi\navar\navari\navarice\navaricious\navars\navary\navatar\navatara\navatars\navax\navaz\navc\navc0\navco\nave\nave.\navebury\navec\navecor\navedon\naveiro\navellaneda\navellino\navemco\naven\navenge\navenged\navenger\navengers\navenges\navenging\navenida\navenir\navenor\naventine\naventis\naventura\naventures\navenue\navenues\naverage\naverage*\naveraged\naverages\naveraging\naverell\naverescu\naverill\naverroes\naversa\naverse\naversion\naversive\navert\naverted\naverting\naverts\navery\naves\navesta\navestan\navex\navey\naveyron\navg\navg-fcast\navg.\navg;bbi\navgas\navge\navgold\navgs\navgs-millions\navh\navi\navia\naviacion\navian\navianca\naviano\navians\naviary\naviastar\naviation\naviation-quality\naviator\naviators\navic\navicenna\navid\navidan\navidly\naviemore\navifauna\navigdor\navignon\navila\naviles\navimo\navinash\navion\navionics\naviron\navis\navista\navitar\navitus\naviv\naviva\naviz\navize\navl\navm\navmin\navn\navner\navoca\navocado\navocados\navocet\navocets\navogadro\navoid\navoidable\navoidance\navoided\navoiding\navoids\navoir\navoirdupois\navon\navondale\navonex\navonlea\navonmore\navonmouth\navowed\navowedly\navp\navp0\navr\navraham\navram\navramovic\navranches\navril\navro\navrohom\navs\navtobank\navtomobilny\navtovaz\navtozaz\navx\navz\naw\naw0\nawa\nawacs\nawad\nawadh\nawait\nawaited\nawaiting\nawaits\nawak\nawake\nawaken\nawakened\nawakening\nawakenings\nawakens\nawakes\nawaking\nawami\nawan\naward\naward-winning\nawarded\nawardee\nawardees\nawarding\nawards\naware\nawareness\nawash\nawasthi\naway\naways\nawb\nawc\nawd\nawdry\nawe\nawe0\nawed\nawesome\nawf\nawful\nawfully\nawhile\nawilco\nawk\nawkward\nawkwardly\nawkwardness\nawl\nawning\nawnings\nawoke\nawoken\nawol\nawolowo\nawote\nawp\nawry\naws\nawt\nawu\nax\nax0\naxa\naxa-uap\naxalon\naxe\naxed\naxel\naxelrod\naxes\naxial\naxially\naxillary\naxils\naxime\naxing\naxiom\naxiomatic\naxiomatization\naxioms\naxis\naxl\naxle\naxles\naxminster\naxon\naxonal\naxons\naxor\naxton\naxum\naxworthy\nay\naya\nayacucho\nayahuasca\nayaka\nayako\nayala\nayala-lasso\nayalon\nayam\nayame\nayane\nayant\nayat\nayato\nayatollah\nayaz\naybak\nayckbourn\naycock\naydan\naydin\naye\nayeka\nayer\nayers\nayesha\nayeyarwady\naygunes\nayia\nayin\nayios\naykroyd\nayla\nayler\naylesbury\naylesford\naylesworth\nayling\naylmer\naylward\naylwin\nayman\naymara\nayn\nayo\nayob\nayodhya\nayoub\nayp\nayr\nayre\nayreon\nayres\nayrshire\nayrton\naysen\naytogu\nayton\nayu\nayub\nayudhya\nayumi\nayuntamiento\nayurveda\nayurvedic\nayutthaya\nayya\nayyappa\nayyappan\nayyash\nayyavazhi\nayyub\nayyubid\naz\naza\nazad\nazadegan\nazadho\nazadi\nazal\nazalea\nazaleas\nazam\nazar\nazarbaijan\nazaria\nazazel\nazcapotzalco\nazcarraga\nazcuenaga\nazeglio\nazem\nazeotrope\nazerbaijan\nazerbaijani\nazerbaijanis\nazeri\nazeris\nazeroth\nazevedo\nazg\nazhar\nazharuddin\nazi\nazide\nazikiwe\nazim\nazimov\nazimuth\nazinger\naziz\nazizi\nazkaban\nazlan\nazle\nazlin\nazman\nazmi\naznable\naznar\naznavour\nazo\nazocar\nazomures\nazores\nazoulay\nazov\nazra\nazrael\nazriel\nazt\naztar\naztec\nazteca\naztecan\naztech\naztecs\naztlan\nazucarera\nazuchi\nazul\nazula\nazuma\nazupharma\nazura\nazure\nazusa\nazzam\nazzurri\nb\nb#\nb&h\nb&k\nb&o\nb&q\nb&w\nb'av\nb'elanna\nb'gosh\nb'nai\nb'rith\nb'tselem\nb*\nb+\nb++\nb-\nb-buyer\nb-minus\nb-plus\nb-series\nb-share\nb.\nb.a\nb.a.\nb.a.t\nb.a.t.\nb.b.\nb.c\nb.c.\nb.c.chatterjee\nb.c.e.\nb.d.\nb.e.\nb.f.\nb.f.a.\nb.g.\nb.i.g\nb.i.g.\nb.j.\nb.k.\nb.m.\nb.n.\nb.p\nb.p.\nb.r.\nb.s\nb.s.\nb.s.e.s\nb.sc\nb.sc.\nb.tech\nb.v\nb.v.\nb/\nb/hip\nb/soul\nb/w\nb0\nb0/0\nb00\nb00s\nb0a\nb0b\nb0c\nb0e\nb0g\nb0s\nb0tl\nba\nba'al\nba'ath\nba'athist\nba'th\nba-aliya\nba-american\nba-three\nba0\nbaa\nbaa-rated\nbaa0\nbaader\nbaal\nbaalbek\nbaalu\nbaan\nbaar\nbaas\nbaath\nbaathist\nbaator\nbab\nbaba\nbabai\nbabaji\nbabak\nbabangida\nbabaoshan\nbabar\nbabayan\nbabayaro\nbabb\nbabbage\nbabbar\nbabbel\nbabbit\nbabbitt\nbabble\nbabbler\nbabblers\nbabbling\nbabcock\nbabe\nbabel\nbabelsberg\nbabenberg\nbabes\nbabette\nbabi\nbabic\nbabies\nbabilius\nbabine\nbabington\nbabis\nbabiuc\nbaboon\nbaboons\nbabovic\nbaboy\nbabri\nbabs\nbabson\nbabu\nbabur\nbaby\nbabyface\nbabylon\nbabylonia\nbabylonian\nbabylonians\nbabyshambles\nbabysit\nbabysitter\nbabysitting\nbac\nbaca\nbacall\nbacardi\nbacau\nbaccalaureat\nbaccalaureate\nbaccarat\nbacchus\nbach\nbacha\nbacharach\nbachata\nbachchan\nbache\nbachelet\nbachelor\nbachelorette\nbachelors\nbacher\nbachir\nbachiuliene\nbachman\nbachmann\nbachus\nbacilli\nbacillus\nbaciu\nback\nback-burner\nback-door\nback-end\nback-office\nback-room\nback-to-back\nback-to-school\nback-up\nbacka\nbackbeat\nbackbench\nbackbencher\nbackbenchers\nbackbenches\nbackboard\nbackbone\nbackbones\nbackburner\nbackcountry\nbackcourt\nbackdated\nbackdoor\nbackdown\nbackdraft\nbackdrop\nbackdrops\nbacked\nbackend\nbacker\nbackers\nbackfat\nbackfield\nbackfire\nbackfired\nbackfires\nbackflip\nbackgammon\nbackground\nbackgrounds\nbackhand\nbackhanded\nbackhander\nbackhoe\nbackhouse\nbacking\nbacklash\nbackley\nbacklight\nbackline\nbacklit\nbacklog\nbacklogged\nbacklogs\nbacklot\nbacklund\nbackman\nbackoffice\nbackpack\nbackpacker\nbackpackers\nbackpacking\nbackpacks\nbackplane\nbackrib\nbackronym\nbackroom\nbacks\nbackscatter\nbackseat\nbackside\nbacksliding\nbackstage\nbackstop\nbackstories\nbackstory\nbackstreet\nbackstretch\nbackstroke\nbackstrom\nbacktrack\nbacktracked\nbacktracking\nbacktracks\nbackup\nbackups\nbackus\nbackward\nbackwardated\nbackwardation\nbackwardations\nbackwardness\nbackwards\nbackwater\nbackwaters\nbackweb\nbackwoods\nbackyard\nbackyards\nbacnotan\nbaco\nbacob\nbacolod\nbacon\nbacongo\nbacou\nbacs\nbacta\nbacteria\nbacterial\nbacteriological\nbacteriologist\nbacteriology\nbacteriophage\nbacteriophages\nbacterium\nbacton\nbactria\nbactrian\nbactrians\nbacup\nbaczkowski\nbad\nbad-cheque\nbad-loan\nbad-tempered\nbada\nbadajoz\nbadakhshan\nbadal\nbadalamenti\nbadami\nbadan\nbadawi\nbadd\nbaddeley\nbaddiel\nbade\nbaden\nbaden-baden\nbaden-wuerttemberg\nbadenhorst\nbadenoch\nbadenwerk\nbader\nbadfinger\nbadge\nbadged\nbadger\nbadgers\nbadges\nbadghis\nbadging\nbadham\nbadi\nbadia\nbadin\nbadinter\nbadla\nbadlands\nbadly\nbadly-needed\nbadminton\nbadnarik\nbadnavar\nbadniks\nbado\nbadoglio\nbador\nbadr\nbadri\nbadrinath\nbadu\nbae\nbaek\nbaekje\nbaen\nbaenre\nbaer\nbaerga\nbaerum\nbaesa\nbaetica\nbaez\nbaf\nbaffert\nbaffi\nbaffin\nbaffle\nbaffled\nbaffles\nbaffling\nbafokeng\nbafta\nbafwasende\nbag\nbagabandi\nbagach\nbagalkot\nbagan\nbaganda\nbagatelle\nbagaza\nbagby\nbagdad\nbagdasarian\nbagel\nbagels\nbaggage\nbaggaley\nbagge\nbagged\nbagger\nbagging\nbaggins\nbaggio\nbaggy\nbagh\nbagha\nbaghdad\nbaghdad-backed\nbaghdadi\nbagheera\nbagheri\nbaghlan\nbagler\nbagley\nbagnall\nbagnasco\nbago\nbagong\nbagosora\nbagot\nbagpipe\nbagpipes\nbagram\nbagrat\nbagratid\nbagration\nbagrationi\nbagri\nbags\nbagshot\nbagua\nbaguazhang\nbaguio\nbagus\nbagwell\nbah\nbaha\nbaha'i\nbaha'is\nbaha'u'llah\nbahadur\nbahama\nbahamas\nbahamas-based\nbahamian\nbahamut\nbahana\nbahar\nbahari\nbaharin\nbaharsyah\nbaharuddin\nbahasa\nbahattin\nbahawalpur\nbahia\nbahini\nbahir\nbahlika\nbahlikas\nbahman\nbahmani\nbahn\nbahnhof\nbahr\nbahrain\nbahrain-based\nbahraini\nbahrainis\nbahram\nbahri\nbahru\nbaht\nbahtera\nbahtra\nbahu\nbahujan\nbai\nbaia\nbaiano\nbaibars\nbaidoa\nbaie\nbaig\nbaigin\nbaikal\nbaikonur\nbail\nbail-out\nbaila\nbaile\nbailed\nbailey\nbaileys\nbailiff\nbailiffs\nbailing\nbailiwick\nbaillie\nbaillieu\nbailly\nbailout\nbailouts\nbails\nbailundo\nbaily\nbain\nbainbridge\nbaines\nbainimarama\nbains\nbaio\nbair\nbaird\nbaire\nbairnsdale\nbairro\nbais\nbaishya\nbaisse\nbait\nbaited\nbaiting\nbaits\nbaiul\nbaix\nbaixa\nbaja\nbajaj\nbajgar\nbaji\nbajir\nbajirao\nbajo\nbajor\nbajoran\nbajorans\nbajra\nbak\nbaka\nbakacs\nbakar\nbakassi\nbakayoko\nbake\nbaked\nbakelite\nbaker\nbaker-finch\nbakeries\nbakerloo\nbakers\nbakersfield\nbakery\nbakewell\nbakheet\nbakhrom\nbakhsh\nbakht\nbakhtiar\nbakhtiari\nbakhtin\nbakili\nbaking\nbakke\nbakker\nbakkes\nbakongo\nbakonyi\nbakote\nbakr\nbakri\nbakrie\nbakrieland\nbaksh\nbakshi\nbaku\nbakufu\nbakun\nbakunin\nbakura\nbakyrchik\nbal\nbala\nbalaam\nbalabagan\nbalaban\nbalaclava\nbalad\nbalafon\nbalaguer\nbalai\nbalaji\nbalak\nbalakirev\nbalaklava\nbalakov\nbalakrishna\nbalakrishnan\nbalal\nbalala\nbalalaika\nbalan\nbalance\nbalance($\nbalance-of-payments\nbalance-sheet\nbalance00\nbalanced\nbalanced-budget\nbalancer\nbalances\nbalanchine\nbalancing\nbalanian\nbalao\nbalarama\nbalart\nbalasuriya\nbalaton\nbalazs\nbalbo\nbalboa\nbalcerowicz\nbalcescu\nbalch\nbalco\nbalcombe\nbalconies\nbalcony\nbald\nbaldacci\nbaldassare\nbaldato\nbalder\nbalderas\nbalderson\nbalding\nbaldini\nbaldivieso\nbaldness\nbaldock\nbaldor\nbaldr\nbaldrick\nbaldrige\nbaldry\nbalducci\nbaldur\nbaldwin\nbaldy\nbale\nbalearic\nbaled\nbaleen\nbalenciaga\nbaler\nbales\nbaley\nbalfe\nbalfour\nbalgimbayev\nbalhae\nbalham\nbali\nbalian\nbalick\nbalikpapan\nbalin\nbalinese\nbaling\nbalint\nbalk\nbalkan\nbalkanbank\nbalkans\nbalked\nbalkenende\nbalkh\nbalking\nbalks\nball\nball-foster\nballa\nballack\nballad\nballadares\nballade\nballadeer\nballads\nballadur\nballala\nballance\nballantine\nballantyne\nballarat\nballard\nballarpur\nballas\nballast\nballasting\nballasts\nballed\nballerina\nballerinas\nballerini\nballesca\nballesteros\nballet\nballets\nballgame\nballin\nballina\nballinasloe\nballincollig\nballinderry\nballinger\nballiol\nballista\nballistic\nballistics\nballmer\nballo\nballoch\nballon\nballoon\nballooned\nballooning\nballoonist\nballoons\nballot\nballoted\nballoting\nballots\nballou\nballpark\nballparks\nballplayer\nballplayers\nballpoint\nballroom\nballrooms\nballs\nballston\nbally\nballycastle\nballyfermot\nballymena\nballymoney\nballymore\nballymun\nbalm\nbalmaceda\nbalmain\nbalme\nbalmer\nbalmoral\nbalmy\nbalo\nbaloch\nbalochi\nbalochistan\nbalochs\nbaloise\nbalon\nbaloncesto\nbalongan\nbaloo\nbalor\nbalrog\nbalsa\nbalsam\nbalt\nbalta\nbaltar\nbaltasar\nbaltazar\nbalthasar\nbalthazar\nbalthus\nbalti\nbaltic\nbaltica\nbaltics\nbaltija\nbaltijos\nbaltika\nbaltimore\nbaltimore-based\nbaltistan\nbaltiya\nbalto\nbaltrans\nbalts\nbalu\nbaluch\nbaluchistan\nbalustrade\nbalustrades\nbalzac\nbalzers\nbam\nbama\nbamako\nbamar\nbamba\nbambaataa\nbambang\nbambara\nbamber\nbamberg\nbamberger\nbambi\nbambino\nbamboo\nbamboos\nbamburgh\nbamerindus\nbamford\nbamileke\nbamiyan\nbamm\nbammer\nbampton\nban\nbana\nbanacci\nbanach\nbanai\nbanal\nbanamex\nbanamex-accival\nbanana\nbanana-growing\nbananarama\nbananas\nbanaras\nbanat\nbanbi\nbanbridge\nbanbury\nbanc\nbanca\nbancaire\nbancamerica\nbancaria\nbancario\nbancassurance\nbancgroup\nbanco\nbancomer\nbancomext\nbancone\nbancoquia\nbancorex\nbancorp\nbancorporation\nbancrecer\nbancroft\nbancshares\nband\nbanda\nbandag\nbandage\nbandaged\nbandages\nbandai\nbandana\nbandar\nbandaranaike\nbandarban\nbande\nbanded\nbandeira\nbandeirantes\nbandera\nbanderas\nbandgap\nbandicoot\nbandicoots\nbandido\nbandidos\nbandied\nbanding\nbandini\nbandit\nbanditry\nbandits\nbandleader\nbandleaders\nbandler\nbandmaster\nbandmate\nbandmates\nbandmembers\nbando\nbandon\nbandpass\nbandra\nbands\nbandshell\nbandstand\nbandundu\nbandung\nbandura\nbandurist\nbandurists\nbandwagon\nbandwidth\nbandy\nbane\nbanerj\nbanerjee\nbanespa\nbanesto\nbanff\nbanffshire\nbanfield\nbang\nbanga\nbangalore\nbangalter\nbangchak\nbanged\nbangemann\nbanger\nbangert\nbanging\nbangka\nbangko\nbangkok\nbangkok-based\nbangkok.newsroom@reuters.com\nbangla\nbangladesh\nbangladeshi\nbangladeshis\nbanglar\nbangle\nbangles\nbango\nbangor\nbangs\nbangsar\nbangu\nbangui\nbangunusa\nbangura\nbangweulu\nbanh\nbanharn\nbanhart\nbani\nbanias\nbanik\nbanisadr\nbanish\nbanished\nbanishes\nbanishing\nbanishment\nbanister\nbanja\nbanjarmasin\nbanjo\nbanjoist\nbanjos\nbanjul\nbank\nbank-backed\nbank-insurer\nbank-ny\nbank-owned\nbanka\nbankable\nbankamerica\nbankar\nbankas\nbankasi\nbankatlantic\nbankboston\nbankcard\nbankcoop\nbanked\nbanken\nbanker\nbankers\nbankes\nbankgesellschaft\nbankhaus\nbankhead\nbankiers\nbanking\nbankinter\nbanknorth\nbanknote\nbanknotes\nbankoa\nbankroll\nbankrolled\nbankrolling\nbankrupt\nbankruptcies\nbankruptcy\nbankrupted\nbankrupting\nbanks\nbanksa\nbankshares\nbanksia\nbankside\nbankstown\nbankunited\nbankura\nbankverein\nbankwatch\nbankwest\nbann\nbanna\nbannatyne\nbanned\nbanner\nbannered\nbannerman\nbanners\nbanning\nbannister\nbannock\nbannockburn\nbannon\nbannu\nbanny\nbano\nbanobras\nbanoco\nbanorte\nbanos\nbanotti\nbanovic\nbanovina\nbanpresto\nbanpu\nbanque\nbanques\nbanquet\nbanqueting\nbanquets\nbans\nbanshee\nbanshees\nbanska\nbanstead\nbansud\nbanta\nbantam\nbantams\nbantamweight\nbanten\nbanter\nbanting\nbanton\nbantry\nbantu\nbantustan\nbanu\nbanya\nbanyamulenge\nbanyan\nbanza\nbanzai\nbanzer\nbao\nbaoa\nbaobab\nbaoding\nbaord\nbaoshan\nbaoshi\nbap\nbapaume\nbapepam\nbaphomet\nbapindo\nbapindovii-j\nbapr\nbaps\nbaptised\nbaptism\nbaptismal\nbaptisms\nbaptist\nbaptista\nbaptiste\nbaptistery\nbaptistry\nbaptists\nbaptize\nbaptized\nbaptizing\nbaqir\nbaqoura\nbar\nbar-illan\nbar-on\nbara\nbarabbas\nbaraboo\nbarack\nbarad\nbarada\nbaraga\nbaraita\nbarajas\nbarak\nbaraka\nbarakat\nbaraki\nbaran\nbaranee\nbarangay\nbarangays\nbarani\nbaranja\nbaranof\nbaranov\nbaranowski\nbaranya\nbarasat\nbarassi\nbarat\nbarata\nbarath\nbaratheon\nbarauni\nbarb\nbarba\nbarbadian\nbarbados\nbarbara\nbarbarella\nbarbarian\nbarbarians\nbarbaric\nbarbarism\nbarbarity\nbarbaro\nbarbarossa\nbarbarous\nbarbary\nbarbatus\nbarbe\nbarbeau\nbarbecue\nbarbecued\nbarbecues\nbarbed\nbarbee\nbarbel\nbarbell\nbarbels\nbarber\nbarbera\nbarberini\nbarbers\nbarbershop\nbarberton\nbarbet\nbarbets\nbarbey\nbarbican\nbarbie\nbarbier\nbarbiere\nbarbieri\nbarbirolli\nbarbiturate\nbarbiturates\nbarbizon\nbarbosa\nbarbossa\nbarbour\nbarbra\nbarbs\nbarbu\nbarbuda\nbarbus\nbarc\nbarca\nbarcelo\nbarcelona\nbarcelos\nbarch\nbarclay\nbarclays\nbarco\nbarcode\nbarcodes\nbard\nbarda\nbardas\nbardeen\nbardejov\nbarden\nbardhaman\nbardhan\nbardi\nbardia\nbardic\nbardo\nbardon\nbardot\nbards\nbardsley\nbardstown\nbardwell\nbare\nbarea\nbareback\nbared\nbarefoot\nbareilly\nbarely\nbarenaked\nbarenboim\nbarents\nbarentsburg\nbares\nbaresi\nbarfield\nbarfleur\nbarfly\nbarford\nbargain\nbargain-hunt\nbargain-hunters\nbargain-hunting\nbargained\nbargainers\nbargaining\nbargains\nbarge\nbarge-mounted\nbarged\nbarger\nbarges\nbarghini\nbarghouti\nbarging\nbarham\nbari\nbaril\nbariloche\nbarin\nbaring\nbarings\nbaripada\nbarisal\nbarisan\nbarite\nbarito\nbaritone\nbaritones\nbarium\nbarjuan\nbark\nbarka\nbarked\nbarker\nbarkerville\nbarkho\nbarkin\nbarking\nbarkley\nbarkly\nbarks\nbarksdale\nbarlaam\nbarletta\nbarley\nbarley0\nbarlow\nbarlows\nbarmaid\nbarman\nbarmasai\nbarmash\nbarmby\nbarmouth\nbarn\nbarna\nbarnabas\nbarnaby\nbarnacle\nbarnacles\nbarnagar\nbarnard\nbarnardt\nbarnegat\nbarnes\nbarnet\nbarnett\nbarnette\nbarneveld\nbarnevik\nbarney\nbarneys\nbarnhart\nbarnhill\nbarnier\nbarnoldswick\nbarns\nbarnsley\nbarnstable\nbarnstaple\nbarnstormers\nbarnstorming\nbarnum\nbarnwell\nbarny\nbarnyard\nbaro\nbaroda\nbarometer\nbarometers\nbarometric\nbaron\nbarone\nbaroness\nbaronet\nbaronetage\nbaronetcies\nbaronetcy\nbaronets\nbaroni\nbaronial\nbaronies\nbaronius\nbarons\nbarony\nbaroque\nbarossa\nbarque\nbarquisimeto\nbarr\nbarra\nbarrack\nbarrackpore\nbarracks\nbarracuda\nbarracudas\nbarragan\nbarrage\nbarrages\nbarraki\nbarrancabermeja\nbarranquilla\nbarras\nbarratt\nbarrayar\nbarre\nbarre/scranton\nbarred\nbarredo\nbarreiro\nbarreiros\nbarrel\nbarrel-per-day\nbarreled\nbarrelled\nbarrels\nbarrels-per-day\nbarren\nbarrens\nbarrera\nbarres\nbarret\nbarreto\nbarrett\nbarretto\nbarrhaven\nbarrhead\nbarri\nbarricade\nbarricaded\nbarricades\nbarricading\nbarrichello\nbarrick\nbarrie\nbarrientos\nbarrier\nbarriers\nbarrineau\nbarring\nbarringer\nbarrington\nbarrio\nbarrionuevo\nbarrios\nbarris\nbarrister\nbarristers\nbarro\nbarron\nbarros\nbarroso\nbarrot\nbarrouhi\nbarrow\nbarrowman\nbarrows\nbarry\nbarrymore\nbars\nbarsby\nbarseback\nbarshefsky\nbarsoom\nbarsosio\nbarstow\nbart\nbart.\nbarta\nbartel\nbartell\nbartels\nbartender\nbartenders\nbartending\nbarter\nbartercard\nbartered\nbartering\nbarth\nbartha\nbarthel\nbarthelemy\nbarthes\nbarthez\nbartholin\nbartholomew\nbartimaeus\nbartle\nbartleby\nbartleet\nbartlesville\nbartlet\nbartlett\nbartley\nbartman\nbarto\nbartok\nbartoli\nbartolo\nbartolome\nbartolomeo\nbartolomeu\nbarton\nbartos\nbartow\nbartram\nbarts\nbartsch\nbarty\nbartz\nbaru\nbarua\nbaruch\nbarum\nbarvikha\nbarwell\nbarwick\nbarwon\nbaryon\nbaryonic\nbaryons\nbaryshnikov\nbaryte\nbarytes\nbarzan\nbarzani\nbarzon\nbas\nbasa\nbasal\nbasalt\nbasaltic\nbasalts\nbasanti\nbasara\nbasarab\nbasavanna\nbasayev\nbasco\nbascom\nbascule\nbase\nbase0\nbase=0\nbaseball\nbaseball-results\nbaseballs\nbaseband\nbasecon\nbased\nbasel\nbaseless\nbaseline\nbaseliner\nbaselines\nbaseload\nbaseman\nbasemen\nbasement\nbasements\nbaserunner\nbaserunners\nbases\nbases-loaded\nbasescu\nbasestar\nbasf\nbasford\nbash\nbasha\nbasham\nbashar\nbashed\nbasheer\nbashful\nbashi\nbashing\nbashir\nbashiti\nbashkim\nbashkir\nbashkortostan\nbasho\nbasic\nbasically\nbasics\nbasie\nbasil\nbasilan\nbasilar\nbasildon\nbasile\nbasileus\nbasilian\nbasilica\nbasilicas\nbasilicata\nbasilio\nbasiliscus\nbasilisk\nbasilone\nbasin\nbasing\nbasinger\nbasingstoke\nbasins\nbasir\nbasis\nbasis-point\nbask\nbasked\nbaskerville\nbaskervilles\nbasket\nbasketball\nbasketry\nbaskets\nbaskin\nbasking\nbasle\nbasle-based\nbasler\nbasmati\nbasotho\nbasque\nbasques\nbasquiat\nbasra\nbasrah\nbasri\nbass\nbassa\nbassam\nbassanese\nbassanini\nbassano\nbasse\nbasses\nbasset\nbasseterre\nbassetlaw\nbassett\nbassey\nbassi\nbassil\nbassin\nbassiouny\nbassist\nbassist/vocalist\nbassists\nbassline\nbasslines\nbasso\nbasson\nbassoon\nbassoonist\nbassoons\nbasswood\nbast\nbasta\nbastard\nbastards\nbasten\nbasti\nbastia\nbastiaens\nbastian\nbastiat\nbastidas\nbastien\nbastila\nbastille\nbastin\nbastion\nbastions\nbastogne\nbastos\nbastrop\nbasu\nbasuki\nbasutoland\nbat\nbata\nbataan\nbataille\nbataillon\nbataina\nbatak\nbatallion\nbatam\nbatanes\nbatang\nbatangas\nbatasang\nbatasuna\nbatavia\nbatavian\nbatcave\nbatch\nbatchelder\nbatchelor\nbatches\nbate\nbateau\nbated\nbatelco\nbateman\nbates\nbateson\nbatesville\nbatgirl\nbath\nbathe\nbathed\nbathers\nbathes\nbathgate\nbathhouse\nbathhouses\nbathinda\nbathing\nbatholith\nbathory\nbathroom\nbathrooms\nbaths\nbathsheba\nbathtub\nbathtubs\nbathurst\nbatignolles\nbatik\nbatista\nbatiste\nbatistuta\nbatley\nbatliboi\nbatlivala\nbatlle\nbatman\nbatmobile\nbato\nbatok\nbaton\nbaton-wielding\nbatons\nbator\nbatory\nbatou\nbatra\nbats\nbatsman\nbatsmen\nbatson\nbatt\nbattaglia\nbattalion\nbattalions\nbattambang\nbatted\nbattelle\nbatten\nbattenberg\nbattens\nbatter\nbattered\nbatteries\nbattering\nbatters\nbattersby\nbattersea\nbattery\nbattery-powered\nbatthyany\nbatticaloa\nbattin\nbatting\nbattipaglia\nbattista\nbattisti\nbattle\nbattle-hardened\nbattle.net\nbattleaxe\nbattlecruiser\nbattlecruisers\nbattled\nbattlefield\nbattlefields\nbattlefleet\nbattleford\nbattlefront\nbattleground\nbattlegrounds\nbattlegroup\nbattlemech\nbattlements\nbattler\nbattlers\nbattles\nbattleship\nbattleships\nbattlestar\nbattlestars\nbattlesuit\nbattletech\nbattletoads\nbattlezone\nbattling\nbattotah\nbattra\nbatts\nbattus\nbattuta\nbatty\nbattye\nbatu\nbatucha\nbatumi\nbaturin\nbatwing\nbatwoman\nbau\nbaucau\nbauchi\nbaucus\nbaud\nbaudelaire\nbaudelaires\nbaudin\nbaudouin\nbaudrillard\nbauer\nbaugh\nbauhaus\nbauhinia\nbaul\nbaulch\nbaulk\nbaulked\nbaulkham\nbaum\nbauma\nbauman\nbaumann\nbaume\nbaumgarten\nbaumgartner\nbaur\nbausch\nbaustoffindustrie\nbautista\nbautzen\nbaux\nbauxilum\nbauxite\nbav\nbava\nbavaria\nbavarian\nbavarians\nbavasi\nbaw\nbawag\nbawang\nbawdy\nbawe\nbawn\nbax\nbaxley\nbaxter\nbay\nbay''\nbaya\nbayadere\nbayamon\nbayan\nbayane\nbayantel\nbayard\nbayas\nbaybank\nbaycorp\nbayer\nbayerische\nbayerlb\nbayern\nbayernwerk\nbayervb\nbayes\nbayesian\nbayeux\nbayezid\nbayfield\nbayfront\nbayh\nbayi\nbaying\nbaykal\nbayle\nbayless\nbayley\nbaylis\nbayliss\nbaylor\nbayly\nbayne\nbaynes\nbayoil\nbayonet\nbayoneted\nbayonets\nbayonne\nbayou\nbayous\nbayovar\nbayport\nbayreuth\nbayrou\nbays\nbayshore\nbayside\nbayswater\nbayt\nbaytown\nbayu\nbayu-undan\nbayur\nbayview\nbaywatch\nbayway\nbayyoumi\nbaz\nbazaar\nbazaars\nbazaine\nbazak\nbazalgette\nbazan\nbazar\nbazin\nbazoli\nbazooka\nbazy\nbb\nbb&t\nbb+\nbb-\nbb-minus\nbb-plus\nbb0\nbba\nbbag\nbbb\nbbb+\nbbb-\nbbb-minus\nbbb-plus\nbbb0\nbbbpi\nbbc\nbbc0\nbbci\nbbcs\nbbdo\nbbfc\nbbg\nbbh\nbbi\nbbi-\nbbi0\nbbl\nbbls\nbbn\nbbp\nbbpi\nbbq\nbbs\nbbses\nbbsw\nbbv\nbbv-probursa\nbbwaa\nbby\nbc\nbc0\nbca\nbcafl\nbcal\nbcc\nbcci\nbcd\nbce\nbceao\nbcf\nbcfd\nbcfe\nbcg\nbch\nbchl\nbci\nbcl\nbcl0\nbcm\nbcn\nbcost\nbcp\nbcqz\nbcr\nbcs\nbct\nbd\nbd0\nbda\nbdb\nbdd\nbddp\nbde\nbdet\nbdi\nbdk\nbdm\nbdni\nbdo\nbdp\nbds\nbdsm\nbe\nbe'er\nbe0\nbe0=\nbea\nbeach\nbeachcomber\nbeached\nbeacher\nbeaches\nbeachfront\nbeachhead\nbeachheads\nbeaching\nbeachside\nbeachwood\nbeachy\nbeacon\nbeacons\nbeaconsfield\nbead\nbeaded\nbeadle\nbeadman\nbeads\nbeag\nbeagle\nbeagles\nbeak\nbeaked\nbeaker\nbeakers\nbeaks\nbeal\nbealach\nbeale\nbeall\nbeals\nbeam\nbeamed\nbeamer\nbeaming\nbeamish\nbeams\nbean\nbeane\nbeaneaters\nbeanie\nbeano\nbeans\nbeanstalk\nbear\nbear-spread\nbearable\nbearcat\nbearcats\nbeard\nbearded\nbearden\nbeardless\nbeardmore\nbeards\nbeardsley\nbeardstown\nbearer\nbearers\nbearing\nbearings\nbearish\nbearishly\nbearishness\nbearn\nbears\nbearsden\nbearskin\nbeary\nbeas\nbeasley\nbeast\nbeastie\nbeastly\nbeastmaster\nbeastmen\nbeasts\nbeat\nbeata\nbeatbox\nbeatboxing\nbeate\nbeaten\nbeater\nbeaters\nbeatification\nbeatified\nbeating\nbeatings\nbeatitude\nbeatitudes\nbeatle\nbeatlemania\nbeatles\nbeatmania\nbeatnik\nbeatniks\nbeato\nbeaton\nbeatrice\nbeatrix\nbeatriz\nbeats\nbeattie\nbeatty\nbeatus\nbeaty\nbeatz\nbeau\nbeaubien\nbeauce\nbeauchamp\nbeauclerk\nbeaudesert\nbeaudoin\nbeaufighter\nbeaufort\nbeauharnais\nbeauharnois\nbeaujolais\nbeaulieu\nbeaumarchais\nbeaumaris\nbeaumont\nbeaune\nbeauport\nbeaupre\nbeauregard\nbeausejour\nbeausoleil\nbeautician\nbeauties\nbeautification\nbeautiful\nbeautifully\nbeautify\nbeauty\nbeauvais\nbeauvoir\nbeaux\nbeaver\nbeaverbrook\nbeavercreek\nbeavers\nbeaverton\nbeavis\nbeazer\nbeazley\nbebe\nbebear\nbebel\nbebeto\nbebo\nbebop\nbec\nbecalmed\nbecame\nbecanovic\nbecasue\nbecaue\nbecause\nbecca\nbeccles\nbecej\nbecerra\nbecher\nbecherer\nbecherovka\nbechet\nbechstein\nbechtel\nbechuanaland\nbeck\nbeckenbauer\nbeckenham\nbecker\nbecket\nbeckett\nbeckford\nbeckham\nbeckinsale\nbeckley\nbeckman\nbeckmann\nbeckoned\nbeckoning\nbeckons\nbeckstein\nbeckton\nbeckwith\nbecky\nbecome\nbecomes\nbecoming\nbecstone\nbecton\nbecuase\nbecvar\nbed\nbeda\nbedard\nbedchamber\nbedded\nbedder\nbeddgelert\nbedding\nbeddington\nbeddoes\nbeddu\nbede\nbedecked\nbedell\nbedevilled\nbedfellows\nbedford\nbedfordshire\nbedi\nbedibunder\nbedie\nbedingfield\nbedlam\nbedminster\nbednarik\nbedok\nbedouin\nbedouins\nbedoya\nbedraggled\nbedrich\nbedridden\nbedrock\nbedroom\nbedrooms\nbeds\nbedside\nbedtime\nbedworth\nbee\nbeebe\nbeeby\nbeech\nbeecham\nbeechcraft\nbeecher\nbeeches\nbeeching\nbeechwood\nbeechworth\nbeecroft\nbeed\nbeef\nbeefcake\nbeefed\nbeefheart\nbeefing\nbeefs\nbeehive\nbeehives\nbeek\nbeekeeper\nbeekeepers\nbeekeeping\nbeekman\nbeeld\nbeelzebub\nbeeman\nbeen\nbeenie\nbeenleigh\nbeep\nbeeper\nbeeping\nbeeps\nbeer\nbeerbohm\nbeermen\nbeers\nbeerschot\nbeersheba\nbeery\nbees\nbeesley\nbeeson\nbeeston\nbeeswax\nbeet\nbeetham\nbeethoven\nbeetle\nbeetleborgs\nbeetlejuice\nbeetles\nbeetroot\nbeets\nbef\nbefall\nbefallen\nbefektetesi\nbefell\nbeffa\nbefits\nbefitting\nbefore\nbefore-tax\nbeforehand\nbefriend\nbefriended\nbefriending\nbefriends\nbefuddled\nbeg\nbega\nbegan\nbegat\nbegawan\nbegbie\nbegemann\nbegerow\nbegg\nbeggar\nbeggars\nbegged\nbeggen\nbegging\nbeggs\nbeghin-say\nbegin\nbegining\nbeginner\nbeginners\nbeginning\nbeginnings\nbegins\nbegley\nbegonia\nbegotten\nbegrudgingly\nbegs\nbegum\nbegun\nbehalf\nbehan\nbehar\nbehari\nbehave\nbehaved\nbehaves\nbehaving\nbehavior\nbehavioral\nbehaviorism\nbehaviorist\nbehaviors\nbehaviour\nbehavioural\nbehaviours\nbehe\nbehead\nbeheaded\nbeheading\nbeheads\nbeheer\nbeheld\nbehemoth\nbehest\nbehind\nbehind-the-scenes\nbehle\nbehn\nbehold\nbeholden\nbeholder\nbehr\nbehrendt\nbehrens\nbehring\nbehrooz\nbei\nbeida\nbeiderbecke\nbeiersdorf\nbeige\nbeijing\nbeijing-appointed\nbeijing-backed\nbeijing-based\nbeijing-controlled\nbeijing-funded\nbeijing-picked\nbeilin\nbeilun\nbein\nbeing\nbeings\nbeinn\nbeira\nbeirut\nbeis\nbeit\nbeitar\nbeith\nbeitrage\nbeiyang\nbeja\nbejbl\nbejeweled\nbejing\nbek\nbeka\nbekaa\nbekaert\nbeke\nbekes\nbekescsaba\nbekir\nbeko\nbektashi\nbel\nbel0\nbela\nbelafonte\nbelair\nbelairbus\nbelait\nbelang\nbelanger\nbelarus\nbelarusian\nbelarusians\nbelarussian\nbelarussians\nbelasco\nbelated\nbelatedly\nbelaunde\nbelawan\nbelay\nbelayim\nbelch\nbelchatow\nbelcher\nbelching\nbelco\nbelconnen\nbelcourt\nbelden\nbelding\nbele\nbeleaguered\nbeleagured\nbelec\nbelem\nbelemnites\nbelen\nbelenenses\nbeleriand\nbelew\nbelfast\nbelfield\nbelford\nbelfort\nbelfour\nbelfox\nbelfry\nbelga\nbelgacom\nbelgae\nbelgariad\nbelgaum\nbelge\nbelgian\nbelgian-based\nbelgian-dutch\nbelgians\nbelgic\nbelgica\nbelgique\nbelgium\nbelgium-based\nbelgium-luxembourg\nbelgolaise\nbelgorod\nbelgrade\nbelgrade-based\nbelgraders\nbelgrano\nbelgrave\nbelgravia\nbelh\nbelhadj\nbelhassine\nbelhaven\nbeli\nbelial\nbelichick\nbelida\nbelie\nbelied\nbelief\nbeliefs\nbelies\nbelievable\nbelieve\nbelieved\nbeliever\nbelievers\nbelieves\nbelieving\nbelinda\nbelisario\nbelisarius\nbelisha\nbelittle\nbelittled\nbelittling\nbelitung\nbelive\nbeliveau\nbelize\nbelizean\nbelizeans\nbelk\nbelka\nbelkan\nbelkar\nbelkin\nbelknap\nbell\nbella\nbelladonna\nbellaghy\nbellagio\nbellaire\nbellamy\nbellanca\nbellarine\nbellarmine\nbellary\nbellas\nbellatrix\nbellay\nbellbird\nbellboy\nbellcore\nbelldandy\nbelle\nbelleau\nbellechasse\nbellefontaine\nbellefonte\nbellerive\nbellerophon\nbelles\nbelleview\nbelleville\nbellevue\nbellew\nbelleza\nbellflower\nbelli\nbellick\nbellicose\nbellied\nbellies\nbelligerent\nbelligerents\nbellinger\nbellingham\nbellingshausen\nbellini\nbellinzona\nbellman\nbellmore\nbello\nbelloc\nbellona\nbellow\nbellows\nbells\nbellshill\nbellson\nbellsouth\nbelltower\nbellum\nbelluno\nbellville\nbellweather\nbellwether\nbelly\nbellyhold\nbelmar\nbelmondo\nbelmont\nbelmonte\nbelmopan\nbelmore\nbelo\nbeloit\nbelong\nbelonged\nbelonging\nbelongings\nbelongs\nbelorussian\nbelouizdad\nbelov\nbeloved\nbelow\nbelow-average\nbelow-forecast\nbelow-market\nbelow-normal\nbelow-par\nbelper\nbelphegor\nbelsen\nbelshazzar\nbelships\nbelsize\nbelsky\nbelt\nbelt-tightening\nbeltane\nbelted\nbelting\nbeltline\nbelton\nbeltrami\nbeltran\nbeltron\nbeltrones\nbelts\nbeltsville\nbeltway\nbeluga\nbelul\nbelur\nbelus\nbelushi\nbelvedere\nbelvidere\nbelvieu\nbelvoir\nbelyayev\nbelying\nbelz\nbelzec\nbelzer\nbem\nbema\nbemani\nbemba\nbembo\nbemi\nbemidji\nbemis\nbemoaned\nbemoaning\nbemoans\nbemused\nbemusement\nben\nben-elissar\nben-gurion\nbenaco\nbenaissa\nbenalla\nbenarbia\nbenard\nbenares\nbenatar\nbenaud\nbenavides\nbenazir\nbenazzi\nbenbow\nbencevic\nbench\nbenchamas\nbenched\nbencher\nbenches\nbenchley\nbenchmark\nbenchmarking\nbenchmarks\nbenco\nbend\nbenda\nbendahara\nbendeich\nbender\nbendera\nbendern\nbenders\nbendigo\nbendinelli\nbending\nbendis\nbendix\nbends\nbendzinski\nbene\nbeneath\nbenecol\nbenedek\nbenedetti\nbenedetto\nbenedict\nbenedictine\nbenedictines\nbenediction\nbenedictus\nbenedikt\nbenefactor\nbenefactors\nbenefice\nbeneficent\nbenefices\nbeneficial\nbeneficially\nbeneficiaries\nbeneficiary\nbeneficiation\nbenefit\nbenefited\nbenefiting\nbenefits\nbenefitted\nbenefitting\nbenefon\nbenefun\nbenegal\nbenelli\nbenelux\nbenes\nbenet\nbenetton\nbeneventan\nbenevento\nbenevolence\nbenevolent\nbenfer\nbenfica\nbenfield\nbenford\nbeng\nbengal\nbengal-deshi\nbengali\nbengali-speaking\nbengalis\nbengals\nbengang\nbenghazi\nbengkalis\nbengt\nbengtsson\nbengu\nbenguela\nbenguet\nbenham\nbenhamou\nbenhamouda\nbeni\nbeniamino\nbenicia\nbenicio\nbenign\nbenigni\nbenigno\nbenilde\nbenin\nbeninese\nbening\nbeningfield\nbenishangul\nbenitez\nbenito\nbenjamin\nbenjelloun\nbenji\nbenjy\nbenkei\nbenkenstein\nbenko\nbenkoe\nbenmansour\nbenn\nbennelong\nbenner\nbennet\nbennett\nbennetton\nbennetts\nbennie\nbennigsen\nbenning\nbennington\nbennion\nbenno\nbenny\nbenois\nbenoist\nbenoit\nbenoni\nbenpres\nbensalah\nbensalem\nbensdorp\nbenson\nbenson-quinn\nbensonhurst\nbent\nbenteen\nbentham\nbentheim\nbenthic\nbentinck\nbentivoglio\nbentkowski\nbentley\nbently\nbento\nbenton\nbentonite\nbentonville\nbentsen\nbentusi\nbentz\nbenue\nbenveniste\nbenvenuto\nbenz\nbenzak\nbenzene\nbenzina\nbenzino\nbenzoate\nbenzodiazepine\nbenzodiazepines\nbenzoic\nbenzoplast\nbenzoyl\nbenzyl\nbeobanka\nbeograd\nbeogradska\nbeor\nbeos\nbeothuk\nbeowulf\nbep\nbeppe\nbeqaa\nbequeath\nbequeathed\nbequest\nbequests\nber\nber.\nbera\nberar\nberard\nberasategui\nberat\nberate\nberated\nberates\nberating\nberber\nberbera\nberbers\nberbice\nberchem\nberchtesgaden\nbercuson\nbercy\nberdan\nbere\nberea\nbereaved\nbereavement\nberecz\nbereczki\nbereft\nbereg\nberen\nberendsen\nberengar\nberenger\nberenguer\nberenice\nberenson\nberenstain\nberent\nberentsen\nberenyi\nberesford\nberet\nberets\nberetta\nberezovsky\nberg\nberga\nbergamasco\nbergamo\nbergamot\nbergbau\nbergdorf\nberge\nbergen\nbergenfield\nberger\nbergerac\nbergere\nbergeron\nbergesen\nberggren\nbergh\nbergier\nbergin\nbergkamp\nbergman\nbergmann\nbergner\nbergomi\nbergonzi\nbergsma\nbergson\nbergsten\nbergstrom\nberhad\nberi\nberia\nbering\nberio\nberisford\nberisha\nberjaya\nberk\nberke\nberkeley\nberkhamsted\nberklee\nberkley\nberkman\nberkoff\nberkovic\nberkowitz\nberkrot\nberks\nberkshire\nberkshires\nberle\nberlex\nberlian\nberlin\nberlin-based\nberliner\nberliners\nberlingske\nberlinguer\nberlioz\nberlitz\nberlusconi\nberm\nberman\nbermejo\nbermondsey\nbermuda\nbermuda-based\nbermudez\nbermudian\nbermudians\nbern\nbernabe\nbernabeu\nbernadette\nbernadino\nbernadotte\nbernal\nbernam\nbernama\nbernard\nbernarda\nbernardi\nbernardin\nbernardine\nbernardino\nbernardo\nbernards\nbernasconi\nbernat\nbernays\nbernburg\nbernd\nberne\nberner\nberners\nbernese\nbernhard\nbernhardt\nbernheim\nberni\nbernice\nbernicia\nbernie\nbernier\nbernini\nbernkastel\nbernoulli\nberns\nbernstein\nbernstorff\nbernt\nberowra\nberra\nberre\nberri\nberrie\nberrien\nberries\nberrigan\nberrill\nberrios\nberroa\nberry\nberryhill\nberryman\nbersani\nberserk\nberserker\nberserkers\nberserko\nbershad\nbert\nbert-olof\nberta\nbertelsmann\nbertens\nberth\nbertha\nberthe\nberthed\nberthelot\nberthiaume\nberthier\nberthing\nberthold\nberths\nberti\nbertie\nbertil\nbertin\nbertini\nbertinotti\nbertolt\nbertolucci\nberton\nbertone\nbertram\nbertrand\nbertsch\nbertus\nberwick\nberwickshire\nberwyn\nberyl\nberyllium\nberzelius\nberzerk\nberzerker\nberzin\nberzinsh\nbes\nbesa\nbesalu\nbesancon\nbesant\nbesar\nbeschastnykh\nbescorp\nbeset\nbesetting\nbesharati\nbesi\nbesicorp\nbeside\nbesides\nbesiege\nbesieged\nbesiegers\nbesieging\nbesiktas\nbeskids\nbeslan\nbesley\nbesotted\nbespalov\nbespectacled\nbespoke\nbess\nbessarabia\nbessarabian\nbessborough\nbesse\nbessel\nbessemer\nbesser\nbessette\nbessie\nbesson\nbest\nbest-case\nbest-ever\nbest-known\nbest-of-five\nbest-of-seven\nbest-of-three\nbest-performing\nbest-placed\nbest-seller\nbest-selling\nbested\nbester\nbestial\nbestiality\nbestiary\nbesting\nbestow\nbestowed\nbestowing\nbestows\nbests\nbestseller\nbestsellers\nbestselling\nbestuzhev\nbeswick\nbet\nbeta\nbeta0\nbetacam\nbetaferon\nbetamax\nbetances\nbetancourt\nbetar\nbetas\nbetaseron\nbete\nbeteiligungs\nbetel\nbetelgeuse\nbeter\nbeth\nbethany\nbethe\nbethea\nbethel\nbethell\nbethesda\nbethlehem\nbethlem\nbethlen\nbethnal\nbethpage\nbethune\nbethwaite\nbeti\nbetis\nbetjeman\nbetko\nbeto\nbeton\nbetray\nbetrayal\nbetrayals\nbetrayed\nbetrayer\nbetraying\nbetrays\nbetrothal\nbetrothed\nbets\nbetsey\nbetsy\nbetta\nbettany\nbette\nbettelheim\nbettencourt\nbettendorf\nbetter\nbetter-known\nbetter-off\nbetter-than-expected\nbettered\nbettering\nbetterment\nbetters\nbetterton\nbetti\nbettie\nbettina\nbetting\nbettini\nbettino\nbettis\nbettman\nbettors\nbetts\nbetty\nbetula\nbetweeen\nbetween\nbetweens\nbetwen\nbetws\nbetz\nbetzdearborn\nbeuc\nbeulah\nbeuningen\nbeuve\nbeuys\nbev\nbevacqua\nbevan\nbevel\nbeverage\nbeverages\nbeveren\nbeveridge\nbeverley\nbeverly\nbeverwijk\nbevilacqua\nbevilaqua\nbevin\nbevis\nbevy\nbewag\nbeware\nbewdley\nbeween\nbewick\nbewildered\nbewildering\nbewilderment\nbewitched\nbewteen\nbex\nbexar\nbexhill\nbeximco\nbexley\nbexleyheath\nbextor\nbey\nbeyblade\nbeye\nbeyer\nbeylik\nbeynon\nbeyonce\nbeyond\nbeyonder\nbeys\nbez\nbeza\nbezalel\nbezanilla\nbezel\nbezeq\nbezerra\nbezier\nbeziers\nbezirk\nbezit\nbezpieczenstwa\nbf\nbf0\nbfa\nbfb\nbfc\nbfce\nbfd\nbfe\nbffo\nbfg\nbfgoodrich\nbfi\nbfk\nbfl\nbfm\nbfp\nbfr\nbfs\nbfv\nbg\nbg0\nbga\nbgb\nbge\nbgflth0=rr\nbgl\nbgm\nbgml\nbgp\nbgsu\nbgt\nbgz\nbh\nbh0\nbhabha\nbhadra\nbhagalpur\nbhagat\nbhagavad\nbhagavan\nbhagavata\nbhagavathy\nbhagavatula\nbhagirathi\nbhagwan\nbhai\nbhajan\nbhajans\nbhakta\nbhakti\nbhaktivedanta\nbhandari\nbhangra\nbhansali\nbhar\nbharat\nbharata\nbharatanatyam\nbharath\nbharathi\nbharati\nbharatiya\nbharatpur\nbhargava\nbharihoke\nbharti\nbharu\nbharuch\nbhasa\nbhaskar\nbhaskara\nbhat\nbhatia\nbhatnagar\nbhatt\nbhatta\nbhattacharya\nbhatti\nbhau\nbhava\nbhavabhuti\nbhavan\nbhavana\nbhavani\nbhavnagar\nbhawan\nbhc\nbhd\nbhec\nbhel\nbhera\nbhf\nbhf-bank\nbhi\nbhide\nbhif\nbhikkhu\nbhilwara\nbhim\nbhima\nbhimjayani\nbhindranwale\nbhinmal\nbhishma\nbhiwani\nbhoja\nbhojpuri\nbhola\nbhonsle\nbhopal\nbhosle\nbhp\nbhrigu\nbhs\nbhubaneshwar\nbhubaneswar\nbhuiyan\nbhum\nbhumi\nbhumibol\nbhupathi\nbhushan\nbhutan\nbhutanese\nbhutto\nbhuvan\nbhv\nbhw\nbi\nbi-annual\nbi-cameral\nbi-communal\nbi-monthly\nbi-national\nbi-partisan\nbi-state\nbi-weekly\nbi-zonal\nbia\nbiacore\nbiafra\nbiafran\nbiaggi\nbiagio\nbiak\nbiala\nbialik\nbialystok\nbian\nbianca\nbianchi\nbianco\nbiannual\nbiannually\nbiao\nbiaro\nbiarritz\nbias\nbiased\nbiases\nbiasing\nbiat\nbiathlete\nbiathlon\nbib\nbiba\nbibb\nbibby\nbiber\nbiberach\nbibf\nbibi\nbibiana\nbible\nbibles\nbiblia\nbiblical\nbiblically\nbibliographer\nbibliographic\nbibliographical\nbibliographies\nbibliography\nbibliophile\nbiblioteca\nbibliotheca\nbibliothek\nbibliotheque\nbic\nbicakcic\nbicameral\nbicarb\nbicarbonate\nbicc\nbice\nbicentenary\nbicentennial\nbiceps\nbicester\nbichel\nbichette\nbick\nbicker\nbickered\nbickering\nbickerstaff\nbickerton\nbickford\nbickle\nbickley\nbicknell\nbicol\nbicolor\nbicommunal\nbics\nbics0\nbicsg\nbicycle\nbicycles\nbicycling\nbicyclists\nbid\nbid-offer\nbid-only\nbid-to-cover\nbid-wanted\nbidappa\nbidar\nbidaya\nbidded\nbiddeford\nbidder\nbidders\nbidding\nbiddish\nbiddle\nbiddulph\nbiddy\nbide\nbideford\nbiden\nbideri\nbiderman\nbiding\nbidirectional\nbids\nbidston\nbidvest\nbidweek\nbidwell\nbidwill\nbie\nbieckert\nbiedenkopf\nbiedermann\nbiehl\nbiel\nbiela\nbielecki\nbielefeld\nbiella\nbielsko\nbielsko-biala\nbien\nbienal\nbieniek\nbiennale\nbiennial\nbiennially\nbiennium\nbienville\nbier\nbierce\nbierhoff\nbieri\nbierko\nbiest\nbieszk\nbievre\nbif\nbifa\nbiff\nbiffex\nbiffle\nbiffy\nbifida\nbifu\nbifurcated\nbifurcation\nbig\nbig-cap\nbig-capitalised\nbig-caps\nbig-hitting\nbig-index\nbig-money\nbig-name\nbig-otc\nbig-screen\nbig-serving\nbig-spending\nbig-ticket\nbig-time\nbig0\nbigamy\nbigby\nbigelow\nbigfoot\nbigg\nbiggar\nbigger\nbigger-than-expected\nbiggest\nbiggest-ever\nbiggest-selling\nbiggie\nbiggin\nbiggio\nbiggles\nbiggleswade\nbiggs\nbighorn\nbight\nbigler\nbigmar\nbigod\nbigorre\nbigot\nbigoted\nbigotry\nbigsby\nbih\nbihac\nbihar\nbihari\nbiharis\nbihor\nbihu\nbii\nbij\nbijan\nbijapur\nbijection\nbijective\nbijela\nbijeljina\nbijelo\nbijenkorf\nbijlee\nbijleveld\nbijou\nbiju\nbijur\nbikaner\nbike\nbiker\nbikers\nbikes\nbikeway\nbiking\nbikini\nbikinis\nbiko\nbikol\nbikram\nbil\nbila\nbilabial\nbilal\nbilandzic\nbilardo\nbilaspur\nbilateral\nbilaterally\nbilayer\nbilbao\nbilbo\nbilbray\nbild\nbilde\nbilderberg\nbildman\nbildt\nbildungsinstitute\nbildungsroman\nbile\nbilfinger\nbilge\nbiliary\nbilic\nbilik\nbilinear\nbilingual\nbilingualism\nbilion\nbilirubin\nbiljana\nbilk\nbilked\nbilko\nbill\nbilla\nbillabong\nbillancourt\nbillboard\nbillboards\nbille\nbilled\nbillerica\nbillericay\nbillet\nbilleted\nbillets\nbilliard\nbilliards\nbillie\nbilliion\nbilling\nbillinge\nbillingham\nbillings\nbillingsley\nbillington\nbillion\nbillion-a-year\nbillion-dollar\nbillion-mark\nbillion-peso\nbillion-plus\nbillionaire\nbillionaires\nbillions\nbilliton\nbilllion\nbillon\nbillowed\nbillowing\nbills\nbills----\nbillund\nbillups\nbilly\nbiloxi\nbilson\nbilston\nbilt\nbiltmore\nbilton\nbim\nbima\nbimal\nbiman\nbimantara\nbimbadeen\nbimbo\nbimetallic\nbimini\nbimodal\nbimonthly\nbin\nbina\nbinalshibh\nbinani\nbinariang\nbinaries\nbinary\nbinational\nbinaural\nbind\nbinder\nbinders\nbindi\nbinding\nbindings\nbindley\nbinds\nbindu\nbinduli\nbindura\nbinet\nbing\nbingaman\nbinge\nbingen\nbingham\nbinghamton\nbingley\nbingo\nbingol\nbinh\nbinion\nbink\nbinkley\nbinks\nbinky\nbinney\nbinnie\nbinns\nbinoche\nbinocular\nbinoculars\nbinomial\nbins\nbint\nbintang\nbinti\nbintika\nbintulu\nbinyamin\nbio\nbio-tech\nbio-technology\nbio-vascular\nbioactive\nbioavailability\nbiocel\nbiochem\nbiochemical\nbiochemicals\nbiochemist\nbiochemistry\nbiochim\nbiocompatibles\nbiocontrol\nbiodegradable\nbiodiesel\nbiodiversity\nbiodynamic\nbiodynamics\nbioengineering\nbioethics\nbiofeedback\nbiofilm\nbiofuel\nbiofuels\nbiogal\nbiogas\nbiogen\nbiogenesis\nbiogenic\nbiogeographic\nbiogeographical\nbiogeography\nbiograph\nbiographer\nbiographers\nbiographical\nbiographie\nbiographies\nbiography\nbiohazard\nbioinformatics\nbioko\nbiol\nbiola\nbiologic\nbiological\nbiologically\nbiologicals\nbiologics\nbiologist\nbiologists\nbiology\nbioluminescence\nbioluminescent\nbiomass\nbiomaterials\nbiomatrix\nbiome\nbiomechanical\nbiomechanics\nbiomed\nbiomedica\nbiomedical\nbiomedicine\nbiomes\nbiomet\nbiometric\nbiometrics\nbiomolecular\nbiomolecules\nbion\nbiondi\nbionic\nbionicle\nbionics\nbiopharmaceutical\nbiopharmaceutics\nbiophile\nbiophysical\nbiophysics\nbiopic\nbioproducts\nbiopsies\nbiopsy\nbiopsys\nbioremediation\nbios\nbiosafety\nbioscience\nbiosciences\nbiosource\nbiosphere\nbiostatistics\nbiosynthesis\nbiosynthetic\nbiosystems\nbiot\nbiota\nbiotech\nbiotechnological\nbiotechnology\nbiotechs\nbioterrorism\nbiotic\nbiotika\nbiotin\nbiotite\nbiotope\nbiotrog\nbiovail\nbioware\nbip\nbipartisan\nbipartisanship\nbipartite\nbiped\nbipedal\nbipedalism\nbipinnate\nbiplane\nbiplanes\nbipod\nbipolar\nbir\nbira\nbiracial\nbirand\nbirbhum\nbirch\nbirchall\nbirches\nbirchwood\nbird\nbird's\nbirdcage\nbirders\nbirdie\nbirdied\nbirdies\nbirding\nbirdland\nbirdlife\nbirdman\nbirds\nbirdseed\nbirdseye\nbirdsong\nbirdwatchers\nbirdwatching\nbirdwood\nbirdy\nbirefringence\nbirendra\nbirger\nbirgit\nbirgitta\nbirinyi\nbirjand\nbirk\nbirka\nbirkavs\nbirkbeck\nbirkdale\nbirkebeiner\nbirkeland\nbirkenau\nbirkenfeld\nbirkenhead\nbirkett\nbirkhead\nbirkhoff\nbirkin\nbirkirkara\nbirks\nbirla\nbirley\nbirmingham\nbirnbaum\nbirney\nbiro\nbirobidzhan\nbiron\nbirr\nbirsel\nbirstall\nbirt\nbirth\nbirthdate\nbirthday\nbirthdays\nbirthed\nbirthing\nbirthmark\nbirthplace\nbirthrate\nbirthright\nbirths\nbirtles\nbirtwistle\nbiru\nbiruni\nbirzai\nbirzhu\nbis\nbisaya\nbisbee\nbiscay\nbiscayne\nbischoff\nbiscoe\nbiscuit\nbiscuits\nbisected\nbisecting\nbisects\nbisexual\nbisexuality\nbisexuals\nbishan\nbishkek\nbishojo\nbishop\nbishopric\nbishoprics\nbishops\nbishopsgate\nbislett\nbisley\nbismarck\nbismuth\nbisnis\nbison\nbisons\nbispham\nbissau\nbissell\nbisset\nbissett\nbisson\nbist\nbistrica\nbistrita\nbistro\nbisulfite\nbiswajyoti\nbiswas\nbisys\nbit\nbit/s\nbital\nbitar\nbitburg\nbitch\nbitches\nbitchy\nbite\nbites\nbithynia\nbiting\nbitmap\nbitmaps\nbitola\nbiton\nbitor\nbitrate\nbitrates\nbits\nbitstream\nbitten\nbitter\nbitter-sweet\nbitterest\nbitterfeld\nbitterly\nbittern\nbitterness\nbitterns\nbitterroot\nbitters\nbittersweet\nbittorrent\nbitty\nbitumen\nbituminous\nbitung\nbitwise\nbivalve\nbivalves\nbivouac\nbiwa\nbiwako\nbiweekly\nbiwott\nbix\nbixby\nbixente\nbixler\nbiya\nbiyomon\nbiz\nbizarre\nbizarrely\nbizarro\nbizerte\nbizertin\nbizet\nbizima\nbizimungu\nbizkit\nbiznes\nbizness\nbiznis.news@forums.sprintrpg.sprint.com\nbiznis@giasbm0vsnl.net.in\nbiznis@giasdl0vsnl.net.in\nbiztosito\nbizzare\nbizzy\nbj\nbjarne\nbjarni\nbjarte\nbjc\nbjelke\nbjelovar\nbjerregaard\nbjj\nbjoern\nbjoernson\nbjork\nbjorklund\nbjorkman\nbjorn\nbjornebye\nbjp\nbjun\nbk\nbk0\nbkb\nbkg\nbl\nbla\nblachno\nblack\nblack-and-white\nblack-clad\nblack-controlled\nblack-owned\nblackadder\nblackall\nblackarachnia\nblackball\nblackbeard\nblackberries\nblackberry\nblackbird\nblackbirds\nblackboard\nblackbody\nblackbourne\nblackburn\nblackburne\nblackcurrant\nblackdown\nblacked\nblackened\nblackening\nblacker\nblackest\nblacket\nblackett\nblackface\nblackfeet\nblackfish\nblackfoot\nblackford\nblackfriars\nblackground\nblackhawk\nblackhawks\nblackheart\nblackheath\nblackhurst\nblackie\nblacking\nblackish\nblackjack\nblackletter\nblackley\nblacklight\nblacklist\nblacklisted\nblacklisting\nblackmail\nblackmailed\nblackmailer\nblackmailing\nblackmails\nblackman\nblackmar\nblackmoor\nblackmore\nblackmores\nblackmun\nblackness\nblackout\nblackouts\nblackpool\nblackrock\nblacks\nblacksburg\nblackshirts\nblacksmith\nblacksmithing\nblacksmiths\nblackstar\nblackstock\nblackstone\nblackstrap\nblackstreet\nblackthorn\nblackthorne\nblacktop\nblacktown\nblackwall\nblackwargreymon\nblackwater\nblackwell\nblackwood\nbladder\nbladders\nblade\nbladed\nbladen\nbladensburg\nblades\nblaenau\nblagaic\nblagdon\nblagoev\nblagoevgrad\nblagojevich\nblagov\nblagovest\nblah\nblaha\nblaikie\nblain\nblaine\nblainville\nblair\nblairs\nblais\nblaisdell\nblaise\nblak\nblake\nblakeley\nblakely\nblakemore\nblakeney\nblakeslee\nblakey\nblalock\nblam\nblame\nblamed\nblameless\nblames\nblamey\nblaming\nblanc\nblanca\nblancas\nblanch\nblanchard\nblanche\nblanchet\nblanchett\nblanco\nblancos\nblancs\nbland\nblanda\nblandford\nblanding\nblandings\nblane\nblaney\nblank\nblanked\nblanket\nblanketed\nblanketing\nblankets\nblanking\nblankley\nblanks\nblanton\nblantyre\nblared\nblaring\nblarney\nblas\nblasco\nblasi\nblaskic\nblasphemous\nblasphemy\nblass\nblassie\nblast\nblasted\nblaster\nblasters\nblasting\nblastocyst\nblastocystis\nblastoff\nblasts\nblat\nblatant\nblatantly\nblatchford\nblatt\nblatter\nblau\nblaue\nblauser\nblavatsky\nblaxland\nblaxploitation\nblayau\nblaydon\nblaylock\nblayney\nblaze\nblazed\nblazer\nblazers\nblazes\nblazing\nblazon\nblazoned\nblb\nblc\nbldg\nbldg.\nble\nbleach\nbleachable\nbleached\nbleacher\nbleachers\nbleaching\nbleak\nbleaker\nbleary-eyed\nbleasdale\nblease\nbleasel\nbled\nbledisloe\nbledsoe\nbleecker\nbleed\nbleeders\nbleeding\nbleeds\nbleek\nbleep\nbleeth\nbleier\nblekinge\nblemish\nblemishes\nblend\nblended\nblender\nblenders\nblending\nblends\nblenheim\nblenkinsop\nbleriot\nbless\nblessed\nblesses\nblessing\nblessings\nblessington\nbletchley\nblethyn\nbleu\nbleue\nbleustein-blanchet\nblevins\nblew\nblewett\nbley\nblic\nblick\nblida\nblige\nbligh\nblight\nblighted\nblijlevens\nbliley\nblimp\nblimpie\nblimps\nblin\nblinch\nblind\nblinded\nblinder\nblindfold\nblindfolded\nblinding\nblindly\nblindness\nblinds\nblindside\nbling\nblink\nblink0\nblinked\nblinker\nblinking\nblinky\nblinn\nblip\nblipped\nblips\nblish\nbliss\nblissett\nblissful\nblissfully\nblister\nblistered\nblistering\nblisters\nblithe\nblitung\nblitz\nblitzer\nblitzkrieg\nblitzstein\nblitzwing\nblix\nblixen\nblizzard\nblizzards\nblk\nblm\nbln\nbln*\nbln**\nbln-a\nbln-r\nblns\nbloat\nbloated\nbloating\nblob\nblobs\nbloc\nbloch\nblocher\nblock\nblockade\nblockaded\nblockades\nblockading\nblockage\nblockages\nblockbuster\nblockbusters\nblocked\nblocker\nblockers\nblockhead\nblockheads\nblockhouse\nblockhouses\nblocking\nblocks\nblocky\nblocs\nblodgett\nbloedel\nbloemfontein\nblofeld\nblog\nblogger\nbloggers\nblogging\nblogosphere\nblogs\nblohm\nblois\nblok\nbloke\nblokker\nblom\nblomberg\nblomfield\nblomqvist\nblond\nblonde\nblondeau\nblondel\nblondes\nblondie\nblondin\nbloo\nblood\nblood-letting\nblood-stained\nbloodaxe\nbloodbath\nblooded\nbloodhound\nbloodied\nbloodier\nbloodiest\nbloodily\nbloodless\nbloodletting\nbloodline\nbloodlines\nbloodlust\nbloods\nbloodshed\nbloodshot\nbloodsport\nbloodstained\nbloodstock\nbloodstone\nbloodstream\nbloodthirsty\nbloody\nbloom\nbloomberg\nbloomed\nbloomer\nbloomers\nbloomery\nbloomfield\nblooming\nbloomingdale\nbloomington\nblooms\nbloomsburg\nbloomsbury\nblooper\nbloopers\nbloor\nblore\nblossom\nblossomed\nblossoming\nblossoms\nblot\nblotch\nblotched\nblotches\nblotting\nblouki\nblount\nblouse\nblouses\nblow\nblow-out\nblowback\nblower\nblowers\nblowfish\nblowhole\nblowin\nblowing\nblown\nblowout\nblowpipe\nblows\nblowtorch\nblowup\nblox\nbloxham\nblr\nbls\nblt\nblt0\nbltf\nblu\nblubber\nblucher\nbludgeon\nbludgeoned\nbludhaven\nblue\nblue-blooded\nblue-chip\nblue-chips\nblue-collar\nblue-eyed\nblue-ribbon\nbluebeard\nbluebell\nblueberries\nblueberry\nbluebird\nbluebirds\nbluechip\nbluechips\nblued\nbluefield\nbluefin\nbluefish\nbluegill\nbluegrass\nbluem\nblueprint\nblueprints\nblues\nbluesbreakers\nbluescreen\nblueshirts\nbluesman\nbluestar\nbluestone\nbluesy\nbluetooth\nbluewater\nbluey\nbluff\nbluffing\nbluffs\nbluffton\nbluish\nblum\nblumberg\nblume\nblumenfeld\nblumenthal\nblundell\nblunder\nblunders\nblundetto\nblunk\nblunkett\nblunt\nblunted\nblunting\nbluntly\nblur\nblurb\nblurr\nblurred\nblurring\nblurry\nblurs\nblurts\nblush\nblushes\nblushing\nblustery\nbluth\nbluto\nblvd\nblvd.\nbly\nblyth\nblythe\nblyton\nblyvoor\nblyvooruitzicht\nbm\nbm&f\nbm0\nbma\nbmay\nbmb\nbmc\nbmc.co@ft.com\nbmce\nbmci\nbmd\nbme\nbmg\nbmi\nbml\nbmo\nbmp\nbmp0\nbms\nbmsl\nbmt\nbmv\nbmw\nbmws\nbmx\nbn\nbna\nbnb\nbnbank\nbnc\nbncr\nbnd\nbndes\nbndespar\nbnei\nbnf\nbnfl\nbng\nbni\nbnk\nbnl\nbnls\nbno\nbnp\nbnp-dresdner\nbnr\nbns\nbnsf\nbny\nbnz\nbo\nbo'ness\nbo-keun\nboa\nboac\nboag\nboal\nboalt\nboar\nboard\nboard0\nboarded\nboarder\nboarders\nboardgame\nboarding\nboardings\nboardman\nboardroom\nboardrooms\nboards\nboardwalk\nboardwalks\nboars\nboart\nboas\nboast\nboasted\nboastful\nboasting\nboasts\nboat\nboatbuilding\nboateng\nboaters\nboathouse\nboating\nboatman\nboatmen\nboatpeople\nboats\nboatswain\nboatyard\nboavista\nboaz\nbob\nboba\nboban\nbobb\nbobbed\nbobbi\nbobbie\nbobbin\nbobbing\nbobbins\nbobbio\nbobbitt\nbobble\nbobby\nbobcat\nbobcats\nbobcg\nbobek\nbobeva\nbobic\nbobl\nboblingen\nbobls\nbobo\nbobobo\nbobs\nbobsled\nbobsledder\nbobsleigh\nbobtail\nboby\nboc\nboca\nbocage\nbocalandro\nbocanegra\nbocas\nboccaccio\nboccanegra\nbocconi\nbocelli\nboch\nbochkaryov\nbochove\nbochum\nbocimar\nbock\nbockwinkel\nbocon\nbocquet\nbod\nboda\nboddington\nboddy\nbode\nboded\nbodega\nboden\nbodensee\nbodes\nbodgit\nbodh\nbodhi\nbodhidharma\nbodhisattva\nbodhisattvas\nbodhran\nbodi\nbodice\nbodie\nbodied\nbodies\nbodily\nbodin\nbodine\nboding\nbodkin\nbodleian\nbodley\nbodmer\nbodmin\nbodo\nbodoe\nbodoe/glimt\nbodoland\nbodom\nbodos\nbodrum\nbodson\nbody\nbodyboarding\nbodybuilder\nbodybuilders\nbodybuilding\nbodycote\nbodyguard\nbodyguards\nbodyline\nbodyshell\nbodysonic\nbodyweight\nbodywork\nboe\nboege\nboehler\nboehler-uddeholm\nboehlert\nboehm\nboehner\nboehringer\nboeing\nboeing-mcdonnell\nboeings\nboel\nboelcke\nboenning\nboeotia\nboeotian\nboer\nboerne\nboers\nboerse\nboersen\nboersen-zeitung\nboesak\nboesch\nboeta\nboethius\nboetsch\nboettcher\nboeuf\nbof\nbofors\nbog\nbogan\nbogard\nbogarde\nbogart\nbogasari\nbogawantalawa\nbogdan\nbogdanov\nbogdanovich\nbogdanski\nbogen\nbogey\nbogey-free\nbogeyed\nbogeyman\nbogeys\nbogged\nboggs\nboggy\nbogie\nbogies\nbogin\nbogle\nbognor\nbogoljubow\nbogomil\nbogor\nbogot\nbogota\nbogota-based\nbogra\nbogs\nbogsch\nbogside\nbogue\nboguo\nbogus\nboguslaw\nboh\nbohai\nbohan\nbohannon\nbohatstvi\nbohdan\nboheme\nbohemia\nbohemian\nbohemians\nbohemond\nbohemund\nbohl\nbohlen\nbohm\nbohme\nbohn\nbohol\nbohr\nbohra\nbohras\nbohrok\nbohs\nbohun\nbohus\nbohuslan\nbohuslav\nboi\nboigny\nboii\nboiko\nboil\nboileau\nboiled\nboiler\nboilermaker\nboilermakers\nboilerplate\nboilers\nboiling\nboils\nboinc\nboing\nboingo\nbois\nboisclair\nboise\nboissonnat\nboisterous\nboitano\nboito\nboj\nbojan\nbojangles\nboje\nbok\nboka\nbokassa\nboke\nbokken\nbokmal\nboks\nboksic\nboku\nbokungo\nbol\nbola\nbolam\nbolan\nboland\nbolanos\nbolas\nbold\nbolded\nbolden\nbolder\nboldest\nboldface\nboldklub\nboldly\nboldness\nboldon\nboldt\nboldvai\nbole\nbolero\nboleros\nboles\nboleslaus\nboleslav\nboleslaw\nboleslawiec\nboley\nboleyn\nbolg\nbolger\nboli\nbolic\nboliden\nbolig\nbolin\nbolinas\nbolingbroke\nbolitoglossa\nbolivar\nbolivarian\nbolivars\nbolivia\nbolivian\nbolivians\nbolkiah\nbolkow\nbolkus\nboll\nbolla\nbolland\nbollard\nbolle\nbollegraf\nbollenbach\nboller\nbolles\nbolliger\nbolling\nbollinger\nbollocks\nbollore\nbolls\nbollywood\nbolo\nbologna\nbolognese\nbolongo\nbols\nbolsa\nbolsas\nbolshakov\nbolshaya\nbolshevik\nbolsheviks\nbolshevism\nbolshevist\nbolshoi\nbolshoy\nbolsover\nbolster\nbolstered\nbolstering\nbolsters\nbolswessanen\nbolt\nbolt-on\nbolte\nbolted\nbolter\nbolting\nbolton\nbolts\nboltzmann\nbolus\nbolyai\nbolzano\nbom\nbom.dyeing\nboma\nboman\nbomar\nbomb\nbomb-making\nbomb-sniffing\nbomba\nbombadil\nbombard\nbombarded\nbombardier\nbombarding\nbombardment\nbombardments\nbombastic\nbombay\nbombay-based\nbombe\nbombed\nbombed-out\nbomber\nbomberman\nbombers\nbombing\nbombings\nbombo\nbombs\nbombshell\nbombsight\nbomp\nbompreco\nbon\nbon-ton\nbona\nbonaduce\nbonafini\nbonaire\nbonanno\nbonanza\nbonaparte\nbonapartist\nbonar\nbonaventura\nbonaventure\nbonavista\nbond\nbond-financed\nbond-friendly\nbondage\nbondbuyer\nbonde\nbonded\nbonderman\nbondes\nbondholder\nbondholders\nbondi\nbonding\nbondra\nbonds\nbonds-------------------\nbondware\nbondy\nbone\nbone-chilling\nbone-in\nbone-out\nbonecrusher\nboned\nbonefish\nboneh\nbonehead\nboneless\nbonelli\nbonemeal\nboner\nbones\nbonet\nbonett\nbonetti\nbonev\nboney\nboneyard\nbonfield\nbonfire\nbonfires\nbong\nbongaigaon\nbongo\nbongos\nbongrain\nbonham\nbonheur\nbonhoeffer\nbonhomme\nboni\nboniface\nbonifacio\nbonilla\nbonin\nbonington\nbonino\nbonins\nbonior\nbonita\nbonito\nbonjean\nbonjour\nbonk\nbonkers\nbonn\nbonnar\nbonnaroo\nbonnaud\nbonne\nbonnell\nbonner\nbonnet\nbonnets\nbonnett\nbonneville\nbonnevoie\nbonney\nbonnici\nbonnie\nbonnier\nbonnita\nbonny\nbono\nbonobo\nbonobos\nbonomi\nbonos\nbonpensiero\nbonsai\nbonser\nbonsor\nbont\nbontade\nbontang\nbonte\nbonus\nbonuses\nbony\nbonython\nbonzo\nboo\nboobies\nboobs\nbooby\nbooby-trap\nbooby-trapped\nbooed\nboog\nboogaloo\nbooger\nboogert\nboogeyman\nboogie\nboogiepop\nbooing\nbook\nbook-building\nbook-closures\nbook-entry\nbook-entry-only\nbook-keeping\nbook-squaring\nbook-to-bill\nbookable\nbookbinder\nbookbinding\nbookbuilding\nbookcase\nbookcases\nbookchin\nbooke\nbooked\nbooker\nbookie\nbookies\nbooking\nbookings\nbookish\nbookkeeper\nbookkeeping\nbooklet\nbooklets\nbookmaker\nbookmakers\nbookmaking\nbookman\nbookmark\nbookmarking\nbookmarks\nbookmobile\nbookover\nbookrunner\nbookrunners\nbooks\nbookseller\nbooksellers\nbookselling\nbookshelf\nbookshelves\nbookshop\nbookshops\nbookstore\nbookstores\nbookworm\nboole\nboolean\nboolell\nboom\nboom-and-bust\nboom-bust\nboombox\nboomed\nboomer\nboomerang\nboomerangs\nboomers\nbooming\nbooms\nboomtown\nboon\nboondocks\nboone\nboonen\nboons\nboonstra\nboonton\nboonville\nboop\nboorish\nboorman\nboortz\nboos\nboosey\nboosh\nboost\nboosted\nbooster\nboosters\nboosting\nboosts\nboot\nbootable\nbooted\nbootes\nbooth\nbootham\nboothby\nboothe\nboothferry\nboothroyd\nbooths\nbooting\nbootle\nbootleg\nbootlegged\nbootlegger\nbootleggers\nbootlegging\nbootlegs\nboots\nbootstrap\nbootstrapping\nbootsy\nbooty\nbooz\nbooze\nboozer\nbop\nbopd\nbophuthatswana\nbopp\nbopper\nbops\nbor\nbora\nborac\nboracay\nboraginaceae\nborah\nboraine\nboral\nboram\nboran\nboras\nborat\nborate\nborax\nborba\nborbidge\nborbon\nborchardt\nborchert\nbord\nborda\nborde\nbordeaux\nbordello\nborden\nbordentown\nborder\nborder-free\nbordered\nborderers\nbordering\nborderland\nborderlands\nborderless\nborderline\nborders\nbordesley\nbordiga\nbordon\nbore\nboreal\nborealis\nboreanaz\nboreas\nbored\nboredom\nboreham\nborehamwood\nborehole\nboreholes\nborel\nborelli\nboren\nborer\nbores\nborg\nborg-warner\nborge\nborger\nborges\nborghese\nborghi\nborgia\nborgir\nborglum\nborgnine\nborgo\nbori\nboric\nborimirov\nboring\nboris\nborislav\nborisov\nborisovich\nborja\nbork\nborla\nborland\nborlaug\nborman\nbormann\nbormio\nborn\nborn-again\nborne\nbornean\nborneo\nbornholm\nborno\nbornu\nboro\nborobudur\nborodin\nborodino\nboromir\nboron\nboronia\nboros\nborosil\nborosilicate\nborotra\nborough\nboroughbridge\nboroughs\nboroujerdi\nborowski\nborr\nborrachero\nborrego\nborrelia\nborrell\nborrelli\nborromeo\nborromini\nborrow\nborrowdale\nborrowed\nborrower\nborrowers\nborrowing\nborrowings\nborrows\nbors\nborsa\nborschette\nborscht\nborse\nborsellino\nborsen\nborsod\nborsodchem\nborst\nborstal\nborthwick\nborthwicks\nboru\nboruch\nborussia\nboryszew\nbos\nbosa\nbosanquet\nbosanska\nboscawen\nbosch\nbosco\nboscombe\nbose\nboserup\nbosh\nboshin\nbosio\nboskalis\nboskamp\nboskin\nbosko\nbosley\nbosman\nbosna\nbosnia\nbosnia-hercegovina\nbosnia-herzegovina\nbosnia-style\nbosniak\nbosniaks\nbosnian\nbosnians\nbosnich\nboso\nbosom\nboson\nbosonic\nbosons\nbosphorus\nbosporus\nbosque\nbosra\nboss\nbossa\nbosse\nbossenger\nbosses\nbossi\nbossidy\nbossier\nbossman\nbosstones\nbossuet\nbossy\nbost\nbostic\nbostjancic\nbostock\nboston\nboston-based\nbostonian\nbostonians\nbostrom\nbostwick\nboswell\nbosworth\nbot\nbot-mitsubishi\nbotafogo\nbotan\nbotanic\nbotanical\nbotanically\nbotanika\nbotanist\nbotanists\nbotany\nbotas\nbotcc\nbotch\nbotched\nbotcon\nbotelho\nbotero\nbotes\nbotetourt\nbotev\nboth\nbotha\nbotham\nbothell\nbother\nbothered\nbothering\nbothers\nbothnia\nbothwell\nbothy\nbotin\nbotkin\nbotley\nbotnet\nbotnevik\nbotolph\nbotosani\nbotox\nbotrytis\nbots\nbotswana\nbotswanan\nbott\nbotta\nbotticelli\nbottiglieri\nbottineau\nbottle\nbottled\nbottleneck\nbottlenecks\nbottlenose\nbottler\nbottlers\nbottles\nbottling\nbottom\nbottom-fishing\nbottom-line\nbottom-of-the-table\nbottom-placed\nbottom-up\nbottomed\nbottoming\nbottomland\nbottomless\nbottomley\nbottomline\nbottoms\nbotts\nbotulinum\nbotulism\nbotvinnik\nbou\nbouake\nboubacar\nbouchard\nboucher\nboucherville\nbouches\nbouchet\nboudette\nboudewijn\nboudiaf\nboudica\nboudin\nboudinot\nboudreau\nboudria\nbouez\nboufarik\nbougainville\nbough\nboughs\nbought\nbought-in\nboughton\nbougie\nbouguerra\nbouillon\nboulanger\nboulder\nbouldering\nboulders\nboulding\nboule\nboulevard\nboulevards\nboulez\nboulle\nboulogne\nboulogne-billancourt\nboult\nboulter\nboulton\nbounce\nbounce-back\nbounceback\nbounced\nbouncer\nbouncers\nbounces\nbouncing\nbouncy\nbound\nboundaries\nboundary\nbounded\nbounding\nboundless\nbounds\nbount\nbounties\nbountiful\nbounty\nbouquet\nbouquets\nbour\nbourassa\nbourbaki\nbourbon\nbourbonnais\nbourbons\nbourchier\nbourdais\nbourdieu\nbourdon\nbourg\nbourgas\nbourgeois\nbourgeoisie\nbourges\nbourget\nbourgogne\nbourgoin\nbourguiba\nbourguignon\nbouri\nbourke\nbourlet\nbourn\nbourne\nbournemouth\nbournville\nbourque\nbourse\nbourse-listed\nbourses\nbousquet\nboustead\nbout\nbouteflika\nbouterse\nboutin\nboutique\nboutiques\nbouton\nboutros\nboutros-ghali\nbouts\nboutsen\nbouvet\nbouvier\nbouw\nbouyant\nbouyed\nbouygues\nbouza\nbouzerda\nbouzet\nbouzouki\nbova\nbove\nbovender\nboveri\nbovespa\nbovine\nbovis\nbow\nbowater\nbowathenna\nbowden\nbowditch\nbowdoin\nbowdon\nbowe\nbowed\nbowel\nbowell\nbowels\nbowen\nbower\nbowerbird\nbowerman\nbowers\nbowersox\nbowery\nbowes\nbowie\nbowing\nbowker\nbowl\nbowland\nbowlby\nbowled\nbowler\nbowlers\nbowles\nbowlin\nbowline\nbowling\nbowls\nbowman\nbowmanville\nbowmen\nbown\nbowne\nbowness\nbowral\nbowring\nbowron\nbows\nbowser\nbowsprit\nbowstring\nbowthorpe\nbowtie\nbowyer\nbox\nbox-office\nboxall\nboxcar\nboxcars\nboxed\nboxer\nboxers\nboxes\nboxing\nboxmeer\nboxmore\nboxset\nboxster\nboxwood\nboxy\nboy\nboyaca\nboyar\nboyars\nboyband\nboyce\nboycie\nboycott\nboycotted\nboycotting\nboycotts\nboyd\nboyden\nboyer\nboyes\nboyfriend\nboyfriends\nboyhood\nboyington\nboyish\nboykin\nboylan\nboyle\nboylston\nboyne\nboynton\nboys\nboyz\nboyzone\nboz\nbozano\nbozell\nbozeman\nbozen\nbozhkov\nbozidar\nbozize\nbozo\nbozso\nbozzio\nbp\nbp0s\nbpa\nbpb\nbpc\nbpcl\nbpd\nbpf\nbph\nbpi\nbpipr\nbpl\nbpm\nbpo\nbpp\nbpr\nbps\nbpsm\nbpt\nbq\nbr\nbr0\nbr0d0=rr\nbra\nbra'tac\nbraam\nbraanker\nbraasch\nbraathens\nbrabant\nbrabazon\nbraben\nbrabham\nbrabourne\nbrac\nbrace\nbracebridge\nbraced\nbracegirdle\nbracelet\nbracelets\nbraces\nbracewell\nbrach\nbrachial\nbrachii\nbrachiopods\nbrachiosaurus\nbracing\nbrack\nbracken\nbracket\nbracketed\nbrackets\nbrackett\nbrackish\nbrackley\nbracknell\nbracks\nbract\nbracts\nbrad\nbradbury\nbraddock\nbraddon\nbraden\nbradenton\nbradesco\nbradfield\nbradford\nbradies\nbradlee\nbradlees\nbradley\nbradman\nbradshaw\nbradstreet\nbradtke\nbradwell\nbrady\nbradycardia\nbradys\nbrae\nbraeburn\nbraemar\nbraer\nbraes\nbraff\nbrag\nbraga\nbraganca\nbragantino\nbraganza\nbragg\nbragged\nbragging\nbragi\nbrags\nbraham\nbrahe\nbrahma\nbrahmagupta\nbrahman\nbrahmana\nbrahmanas\nbrahmanical\nbrahmans\nbrahmaputra\nbrahmi\nbrahmin\nbrahmins\nbrahmo\nbrahms\nbrahui\nbraid\nbraided\nbraiding\nbraids\nbraidwood\nbraila\nbraille\nbrain\nbrain-wasting\nbrainard\nbrainchild\nbraine\nbrained\nbrainerd\nbrainiac\nbrains\nbrainstem\nbrainstorm\nbrainstorming\nbraintree\nbrainwash\nbrainwashed\nbrainwashing\nbrainwave\nbrainwaves\nbrainy\nbraithwaite\nbraj\nbrak\nbrake\nbraked\nbrakeman\nbrakes\nbraking\nbram\nbramah\nbramalea\nbramall\nbramante\nbramber\nbrambilla\nbramble\nbrambleclaw\nbrambles\nbramhall\nbramham\nbramlett\nbramley\nbrampton\nbramwell\nbran\nbranagh\nbranca\nbranch\nbranched\nbranches\nbranching\nbranchlets\nbranchline\nbranchville\nbranco\nbrancusi\nbrand\nbrand-name\nbrand-new\nbrande\nbranded\nbrandeis\nbranden\nbrandenburg\nbrandes\nbrandford\nbrandi\nbrandie\nbranding\nbrandis\nbrandished\nbrandishing\nbrandname\nbrando\nbrandon\nbrandreth\nbrands\nbrandt\nbrandy\nbrandywell\nbrandywine\nbrane\nbranes\nbranford\nbranham\nbraniff\nbranigan\nbranimir\nbranislav\nbranko\nbrann\nbrannan\nbrannigan\nbranning\nbrannon\nbransfield\nbranson\nbranstad\nbranston\nbrant\nbrantano\nbrantford\nbrantley\nbranwen\nbraose\nbraque\nbrar\nbras\nbrascan\nbrasche\nbraschi\nbrasco\nbrasenose\nbrash\nbrashear\nbrasher\nbrasil\nbrasileira\nbrasileiras\nbrasileiro\nbrasilia\nbrasiliensis\nbrasmotor\nbrasov\nbrass\nbrassard\nbrasserie\nbrasseries\nbrasses\nbrasseur\nbrassey\nbrassica\nbrassicaceae\nbrassiere\nbrassy\nbrastagi0\nbrat\nbrathwaite\nbratianu\nbratislava\nbratislava-based\nbrats\nbratsk\nbratt\nbrattbakk\nbrattleboro\nbratton\nbratty\nbratz\nbrau\nbrauchitsch\nbraudel\nbrauer\nbraulio\nbraun\nbraunau\nbrauner\nbraunfels\nbraunschweig\nbraunstein\nbrautigan\nbrava\nbravado\nbrave\nbraved\nbraveheart\nbravely\nbraverman\nbravery\nbraves\nbravest\nbraving\nbravo\nbravura\nbrawl\nbrawler\nbrawley\nbrawling\nbrawls\nbrawn\nbraxiatel\nbraxton\nbray\nbrayton\nbraz\nbrazauskas\nbrazen\nbrazier\nbrazil\nbrazilian\nbrazilian-born\nbrazilians\nbrazils\nbrazing\nbrazoria\nbrazos\nbrazzaville\nbrc\nbrca0\nbrcko\nbrd\nbrdo\nbre\nbre-x\nbrea\nbreach\nbreached\nbreaches\nbreaching\nbread\nbread-making\nbreadalbane\nbreadbasket\nbreadcrumbs\nbreaded\nbreadfruit\nbreads\nbreadth\nbreadwinner\nbreak\nbreak-down\nbreak-even\nbreak-in\nbreak-ins\nbreak-out\nbreak-through\nbreak-up\nbreakable\nbreakage\nbreakaway\nbreakbeat\nbreakbeats\nbreakbulk\nbreakcore\nbreakdance\nbreakdancing\nbreakdown\nbreakdowns\nbreaker\nbreakers\nbreakeven\nbreakfast\nbreakfasts\nbreakin\nbreaking\nbreakneck\nbreakout\nbreakpoint\nbreakpoints\nbreaks\nbreakthough\nbreakthrough\nbreakthroughs\nbreakup\nbreakups\nbreakwater\nbreakwaters\nbrealey\nbream\nbrean\nbreanna\nbrearley\nbreast\nbreast-feeding\nbreasted\nbreastfeeding\nbreastplate\nbreasts\nbreaststroke\nbreastworks\nbreath\nbreathable\nbreathe\nbreathed\nbreather\nbreathes\nbreathing\nbreathless\nbreaths\nbreathtaking\nbreathy\nbreaux\nbrebeuf\nbreccia\nbreccias\nbrechin\nbrecht\nbreck\nbreckenridge\nbrecker\nbreckinridge\nbrecknockshire\nbrecon\nbred\nbreda\nbredbury\nbrederode\nbredesen\nbree\nbreech\nbreeches\nbreed\nbreeden\nbreeder\nbreeders\nbreeding\nbreedlove\nbreedon\nbreeds\nbreen\nbrees\nbreesch\nbreese\nbreeze\nbreezed\nbreezes\nbreezy\nbregenz\nbregman\nbregovic\nbreguet\nbrehon\nbreisgau\nbrel\nbrembo\nbremen\nbremer\nbremerhaven\nbremerton\nbremgarten\nbremner\nbremsstrahlung\nbren\nbrenda\nbrendan\nbrendel\nbrenden\nbrendon\nbrenham\nbrennan\nbrenner\nbrennus\nbrent\nbrent-wti\nbrenta\nbrentano\nbrentford\nbrentjens\nbrenton\nbrents\nbrentwood\nbrera\nbrereton\nbrescia\nbrescialat\nbresea\nbreslau\nbreslin\nbreslov\nbreslover\nbresnan\nbresse\nbresser\nbresson\nbrest\nbret\nbretagne\nbreteuil\nbrethil\nbrethren\nbreton\nbretons\nbrett\nbretton\nbreu\nbreuer\nbrevard\nbreve\nbrevet\nbreveted\nbrevetted\nbreviary\nbrevis\nbrevity\nbrevnov\nbrew\nbrewed\nbrewer\nbreweries\nbrewers\nbrewery\nbrewhouse\nbrewing\nbrewpole\nbrewpub\nbrews\nbrewster\nbrewton\nbreydel\nbreyer\nbrezhnev\nbrezice\nbri\nbrial\nbrian\nbriand\nbrianna\nbrianza\nbriar\nbriarcliff\nbriarwood\nbriatore\nbribe\nbribe-taking\nbribed\nbribery\nbribes\nbribesville\nbribing\nbric\nbrice\nbrick\nbricked\nbrickell\nbricker\nbricklayer\nbricklayers\nbricklin\nbrickmaker\nbrickman\nbricks\nbricktown\nbrickwork\nbrickworks\nbrickyard\nbridal\nbridas\nbride\nbridegroom\nbridegrooms\nbridei\nbrides\nbrideshead\nbridesmaid\nbridesmaids\nbridewell\nbridge\nbridgecon\nbridged\nbridgehead\nbridgeheads\nbridgeman\nbridgend\nbridgeport\nbridger\nbridges\nbridgestate\nbridgestone\nbridget\nbridgeton\nbridgetown\nbridgette\nbridgewater\nbridgford\nbridging\nbridgman\nbridgnorth\nbridgwater\nbridle\nbridleway\nbridlington\nbridon\nbridport\nbridwell\nbrie\nbrief\nbriefcase\nbriefcases\nbriefe\nbriefed\nbriefer\nbriefing\nbriefing.com\nbriefings\nbriefly\nbriefs\nbrien\nbrienne\nbrier\nbriere\nbrierley\nbriers\nbrig\nbrig-gen\nbrig.\nbrigada\nbrigade\nbrigadefuhrer\nbrigades\nbrigadier\nbrigadier-general\nbrigadoon\nbrigand\nbrigands\nbrigantes\nbrigantine\nbrigg\nbriggs\nbrigham\nbrighouse\nbright\nbrighten\nbrightened\nbrightening\nbrightens\nbrighter\nbrightest\nbrightly\nbrightman\nbrightness\nbrighton\nbrightpoint\nbrightside\nbrigid\nbrigit\nbrigita\nbrigitta\nbrigitte\nbrigs\nbrigte\nbrij\nbriley\nbrill\nbrilliance\nbrilliant\nbrilliantly\nbrillouin\nbrim\nbrimley\nbrimmed\nbrimmer\nbrimming\nbrimsdown\nbrimstone\nbrin\nbrincat\nbrind'amour\nbrindabella\nbrindisi\nbrindle\nbrindley\nbrine\nbring\nbringer\nbringers\nbringing\nbrings\nbrink\nbrinker\nbrinkerhoff\nbrinkhorst\nbrinkley\nbrinkman\nbrinkmanship\nbrinks\nbrinsden\nbrinsley\nbrinsmead\nbrinson\nbrinton\nbrio\nbrion\nbriones\nbriony\nbriquetted\nbriquettes\nbris\nbrisa\nbrisbane\nbrisbane-based\nbrisco\nbriscoe\nbrise\nbrisk\nbriska\nbrisker\nbrisket\nbriskly\nbrisky\nbrison\nbrisson\nbristle\nbristled\nbristles\nbristling\nbristly\nbristol\nbristol-myers\nbristow\nbrit\nbrita\nbritain\nbritannia\nbritanniae\nbritannic\nbritannica\nbritannicus\nbritannique\nbrite\nbritel\nbrith\nbritian\nbritish\nbritish-american\nbritish-based\nbritish-born\nbritish-borneo\nbritish-built\nbritish-led\nbritish-made\nbritish-registered\nbritish-ruled\nbritish-style\nbritishers\nbritney\nbrito\nbritomart\nbriton\nbritons\nbritpop\nbrits\nbritt\nbritta\nbrittain\nbrittan\nbrittany\nbritten\nbrittle\nbrittleness\nbritton\nbrittonum\nbrive\nbrix\nbrixen\nbrixham\nbrixton\nbrize\nbrk\nbrl\nbrly\nbrm\nbrno\nbro\nbro-x\nbroach\nbroacha\nbroached\nbroad\nbroad-based\nbroadband\nbroadbased\nbroadbent\nbroadcast\nbroadcasted\nbroadcaster\nbroadcasters\nbroadcasting\nbroadcasts\nbroadcom\nbroadcst\nbroaddus\nbroaden\nbroadened\nbroadening\nbroadens\nbroader\nbroader-based\nbroadest\nbroadhurst\nbroadleaf\nbroadley\nbroadly\nbroadly-based\nbroadmeadows\nbroadmoor\nbroads\nbroadsheet\nbroadsheets\nbroadside\nbroadsides\nbroadstairs\nbroadstone\nbroadsword\nbroadus\nbroadview\nbroadvision\nbroadwater\nbroadway\nbroadwood\nbroca\nbrocade\nbroccoli\nbroch\nbrochard\nbrochure\nbrochures\nbrock\nbrockbank\nbrocken\nbrocket\nbrockett\nbrockie\nbrocklehurst\nbrockley\nbrockman\nbrockport\nbrockton\nbrockville\nbrockway\nbrod\nbroda\nbroder\nbroderbund\nbroderick\nbrodet\nbrodett\nbrodeur\nbrodhead\nbrodie\nbrodmann\nbrodsky\nbrody\nbroe\nbroederbund\nbroek\nbroendby\nbrogan\nbrogden\nbroglie\nbroiled\nbroiler\nbroilers\nbroin\nbrok\nbrokaw\nbroke\nbrokeback\nbroken\nbrokens\nbroker\nbroker-dealer\nbroker-dealers\nbrokerage\nbrokerages\nbrokered\nbrokerhaz\nbrokering\nbrokers\nbroking\nbrolin\nbroly\nbrom\nbromantan\nbromberg\nbrome\nbromeliaceae\nbromeliad\nbromeliads\nbromfield\nbromide\nbromine\nbromley\nbromo\nbrompton\nbromsgrove\nbromwell\nbromwich\nbron\nbronc\nbronchi\nbronchial\nbronchitis\nbronckhorst\nbronco\nbroncos\nbrondby\nbronfman\nbronislaw\nbronner\nbronson\nbronstein\nbronte\nbrontosaurus\nbronwyn\nbronx\nbronxville\nbronze\nbronzes\nbronzewing\nbrooch\nbrooches\nbrood\nbrooded\nbrooding\nbroodmare\nbroods\nbrook\nbrookdale\nbrooke\nbrooker\nbrookes\nbrookfield\nbrookhaven\nbrooking\nbrookings\nbrookland\nbrooklands\nbrooklin\nbrookline\nbrooklyn\nbrooks\nbrookshire\nbrookside\nbrooksley\nbrooksville\nbrooktrout\nbrookvale\nbrookville\nbrookwood\nbroom\nbroomball\nbroome\nbroomfield\nbrooms\nbroomstick\nbroomsticks\nbroonzy\nbrophy\nbrorsen\nbros\nbros.\nbrosnan\nbrossard\nbroth\nbrothel\nbrothels\nbrother\nbrother-in-law\nbrotherhood\nbrotherhoods\nbrotherly\nbrothers\nbrotherton\nbrotzmann\nbrough\nbrougham\nbrought\nbroughton\nbroun\nbroussard\nbrouwer\nbrow\nbroward\nbrowary\nbrowder\nbrowed\nbrower\nbrown\nbrown-forman\nbrownback\nbrowne\nbrownell\nbrowner\nbrownfield\nbrownfields\nbrownhills\nbrownian\nbrownie\nbrownies\nbrowning\nbrowning-ferris\nbrownish\nbrownlee\nbrownlow\nbrowns\nbrownsea\nbrownson\nbrownstone\nbrownsville\nbrownwood\nbrows\nbrowse\nbrowsed\nbrowser\nbrowsers\nbrowsing\nbroxbourne\nbroxburn\nbroyles\nbroz\nbrp\nbrt\nbrtn\nbru\nbrubaker\nbrubeck\nbruce\nbrucellosis\nbruch\nbruchsal\nbruck\nbrucke\nbrucker\nbruckheimer\nbruckner\nbrudenell\nbruder\nbruegger\nbrueghel\nbruenor\nbruford\nbruges\nbrugge\nbruggink\nbruggisser\nbruguera\nbruguiere\nbruhl\nbruijn\nbruin\nbruins\nbruise\nbruised\nbruiser\nbruises\nbruising\nbrule\nbrumaire\nbrumbies\nbrumby\nbrumer\nbrumley\nbrumm\nbrun\nbrunch\nbrundage\nbrundle\nbrundtland\nbrune\nbruneau\nbruneel\nbrunei\nbrunel\nbrunell\nbrunelleschi\nbruner\nbrunet\nbrunette\nbrunhilda\nbruni\nbruning\nbrunn\nbrunnen\nbrunner\nbrunnhilde\nbruno\nbruns\nbrunson\nbrunswick\nbrunswig\nbrunt\nbruntcliffe\nbrunton\nbruny\nbrus\nbrusca\nbrush\nbrushed\nbrushes\nbrushing\nbrushless\nbrushstrokes\nbrushwood\nbrushwork\nbrushy\nbrusilov\nbrusque\nbrussel\nbrussels\nbrussels-based\nbrust\nbrut\nbrutal\nbrutalist\nbrutality\nbrutalized\nbrutally\nbrute\nbrutes\nbruticus\nbrutish\nbruton\nbrutus\nbruxelles\nbruyette\nbruyns\nbryan\nbryansk\nbryanston\nbryant\nbryce\nbryden\nbrydges\nbrydon\nbrylane\nbryn\nbryne\nbrynner\nbryon\nbryophytes\nbryozoans\nbryson\nbrythonic\nbrzesc\nbrzezinski\nbs\nbs0\nbsa\nbsac\nbsb\nbsc\nbsd\nbse\nbse-free\nbse-infected\nbsec\nbses\nbsf\nbsg\nbsi\nbsk\nbskyb\nbsl\nbsm\nbsn\nbsnl\nbso\nbsoc\nbsp\nbspa\nbsr\nbss\nbst\nbstn\nbsu\nbt\nbt-mci\nbt.\nbt0\nbta\nbtan\nbtans\nbtb\nbtc\nbtca\nbtcb\nbtcc\nbtd\nbte\nbtec\nbtei\nbtg\nbth\nbti\nbtl\nbtm\nbtn\nbtnz\nbto\nbton\nbtp\nbtps\nbtr\nbtr0\nbtrieve\nbts\nbtu\nbtv\nbtwn\nbu\nbu-y\nbua\nbuana\nbuarque\nbub\nbuba\nbubanza\nbubb\nbubba\nbubble\nbubbled\nbubblegum\nbubbles\nbubbling\nbubbly\nbuber\nbubills\nbubis\nbubka\nbuble\nbubo\nbubonic\nbubor\nbuc\nbucak\nbucanek\nbucaram\nbucaramanga\nbucca\nbuccal\nbuccaneer\nbuccaneers\nbuccleuch\nbucer\nbuch\nbuchacz\nbuchalter\nbuchan\nbuchanan\nbucharest\nbuchenwald\nbucher\nbuchholz\nbuchizya\nbuchman\nbuchner\nbuchwald\nbuck\nbuckaroo\nbuckaroos\nbucked\nbuckee\nbucket\nbuckethead\nbuckets\nbuckeye\nbuckeyes\nbuckhannon\nbuckhead\nbuckhorn\nbuckhurst\nbuckie\nbucking\nbuckingham\nbuckinghamshire\nbuckland\nbuckle\nbuckled\nbuckler\nbuckles\nbuckley\nbuckling\nbuckman\nbuckmaster\nbuckminster\nbucknell\nbuckner\nbucks\nbuckshot\nbuckskin\nbuckthorn\nbuckwheat\nbucky\nbucolic\nbucs\nbucuresti\nbucyrus\nbud\nbud0\nbuda\nbuda-cash\nbudapest\nbudapest-based\nbudd\nbuddah\nbudden\nbuddha\nbuddhas\nbuddhism\nbuddhist\nbuddhists\nbuddies\nbudding\nbuddy\nbude\nbudejovice\nbudel\nbudennovsk\nbuderus\nbudg\nbudge\nbudged\nbudgens\nbudget\nbudget-cutting\nbudgetary\nbudgeted\nbudgeting\nbudgets\nbudgie\nbudging\nbudi\nbudiman\nbudimex\nbudisa\nbudjak\nbudnick\nbudo\nbudokai\nbudokan\nbudrys\nbuds\nbuducnost\nbudva\nbudvar\nbudweiser\nbuechelhofer\nbuell\nbueller\nbuen\nbuena\nbuenaventura\nbuenavista\nbuendia\nbueng\nbueno\nbuenos\nbuf\nbufalino\nbufe\nbufete\nbuff\nbuffa\nbuffalo\nbuffaloes\nbuffaloman\nbuffalos\nbuffelsfontein\nbuffer\nbuffered\nbuffering\nbuffers\nbuffet\nbuffeted\nbuffeting\nbuffets\nbuffett\nbuffon\nbuffoon\nbuffs\nbuffton\nbuffy\nbuffyverse\nbufo\nbufonidae\nbuford\nbug\nbuganda\nbugatti\nbugbear\nbugera\nbugg\nbugge\nbugged\nbuggery\nbuggies\nbugging\nbuggy\nbugis\nbugle\nbugler\nbugles\nbugno\nbugs\nbugsy\nbugti\nbuh\nbuhl\nbuhler\nbuhner\nbui\nbuick\nbuild\nbuild-operate-transfer\nbuild-out\nbuild-to-order\nbuild-up\nbuild-ups\nbuilder\nbuilders\nbuildg\nbuilding\nbuildings\nbuilds\nbuildup\nbuilt\nbuilt-in\nbuilt-up\nbuisness\nbuisson\nbujold\nbujumbura\nbuk\nbuka\nbukac\nbukaka\nbukavu\nbukha\nbukhara\nbukhari\nbukharin\nbukidnon\nbukit\nbukka\nbukovina\nbukowski\nbul\nbula\nbulacan\nbulaga\nbulak\nbulatovic\nbulawayo\nbulb\nbulba\nbulbank\nbulbasaur\nbulbous\nbulbs\nbulbul\nbulbuls\nbuldon\nbulent\nbulfinch\nbulfon\nbulgak\nbulgakov\nbulgar\nbulgargas\nbulgari\nbulgaria\nbulgarian\nbulgarian-russian\nbulgarians\nbulgars\nbulge\nbulged\nbulger\nbulges\nbulging\nbulgur\nbuli\nbulic\nbulimia\nbulk\nbulkeley\nbulker\nbulkers\nbulkhead\nbulkheads\nbulkier\nbulkley\nbulky\nbull\nbull-run\nbull-spread\nbulla\nbullard\nbulldog\nbulldogs\nbulldozed\nbulldozer\nbulldozers\nbulle\nbulleen\nbulleid\nbullen\nbuller\nbullet\nbullet-proof\nbullet-riddled\nbulletin\nbulletins\nbulletproof\nbullets\nbullfight\nbullfighter\nbullfighting\nbullfights\nbullfrog\nbullhead\nbulli\nbullied\nbullies\nbullimore\nbullinger\nbullion\nbullish\nbullishly\nbullishness\nbullitt\nbulloch\nbullock\nbullocks\nbullpen\nbullpup\nbullring\nbulls\nbullseye\nbullshit\nbullwinkle\nbully\nbullying\nbulma\nbulman\nbulmer\nbulog\nbulow\nbulut\nbulwark\nbulwell\nbulwer\nbum\nbumba\nbumble\nbumblebee\nbumblebees\nbumbling\nbumi\nbumiputera\nbumiputra\nbump\nbumped\nbumper\nbumpers\nbumping\nbumps\nbumpy\nbums\nbun\nbuna\nbunbury\nbunce\nbunch\nbunche\nbunched\nbunches\nbunching\nbuncombe\nbund\nbundaberg\nbundang\nbundelkhand\nbunder\nbundesautobahn\nbundesbahn\nbundesbank\nbundeslaender\nbundesland\nbundesliga\nbundesobligationen\nbundespost\nbundesrat\nbundesstrasse\nbundestag\nbundeswehr\nbundibugyo\nbundle\nbundled\nbundles\nbundling\nbunds\nbundy\nbune\nbung\nbunga\nbunga-\nbungalow\nbungalows\nbungay\nbunge\nbungee\nbungie\nbungle\nbungled\nbungling\nbungo\nbunia\nbunjevci\nbunk\nbunker\nbunkering\nbunkers\nbunkhouse\nbunko\nbunks\nbunn\nbunnell\nbunnie\nbunnies\nbunning\nbunny\nbunnymen\nbunraku\nbuns\nbunsen\nbunshichi\nbunsom\nbunt\nbunter\nbunting\nbuntings\nbunton\nbuntrock\nbunts\nbunty\nbunuel\nbunwaree\nbunyan\nbunyip\nbunyoro\nbunzl\nbuono\nbuoy\nbuoyancy\nbuoyant\nbuoyed\nbuoying\nbuoys\nbupa\nbuprenorphine\nbupropion\nbur\nburan\nburana\nburba\nburbage\nburbank\nburberry\nburbridge\nburch\nburchard\nburchell\nburchett\nburchill\nburckhardt\nburda\nburdekin\nburden\nburdened\nburdening\nburdens\nburdensome\nburdett\nburdette\nburdick\nburdock\nburdon\nburdwan\nbure\nbureacracy\nbureau\nbureaucracies\nbureaucracy\nbureaucrat\nbureaucratic\nbureaucrats\nbureaus\nbureaux\nburelli\nburen\nbures\nburford\nburg\nburgage\nburgan\nburgas\nburgdorf\nburgdorfer\nburge\nburgenland\nburgenlandkreis\nburgeoning\nburger\nburgermeister\nburgers\nburges\nburgess\nburgesses\nburgh\nburgher\nburghers\nburghley\nburghs\nburgio\nburglar\nburglaries\nburglars\nburglary\nburgomaster\nburgos\nburgoyne\nburgtheater\nburgundian\nburgundians\nburgundy\nburhan\nburhanpur\nburhanuddin\nburhinidae\nburi\nburial\nburials\nburied\nburies\nburillo\nburin\nburiram\nburj\nburk\nburke\nburke''\nburkert\nburkes\nburkett\nburkhard\nburkhardt\nburki\nburkina\nburkinabe\nburks\nburl\nburlando\nburlap\nburleigh\nburleson\nburlesque\nburley\nburlingame\nburlington\nburlison\nburly\nburma\nburmah\nburman\nburmans\nburmeister\nburmese\nburn\nburnaby\nburne\nburned\nburned-out\nburnell\nburner\nburners\nburnet\nburnett\nburnette\nburney\nburnfield\nburnham\nburnie\nburnin\nburning\nburnings\nburnished\nburnitz\nburnley\nburnout\nburns\nburnside\nburnsville\nburnt\nburnt-out\nburo\nburp\nburpee\nburqa\nburr\nburr-brown\nburra\nburrard\nburrell\nburren\nburress\nburridge\nburris\nburrito\nburritos\nburro\nburros\nburrough\nburroughs\nburrow\nburrowers\nburrowing\nburrows\nburrus\nburry\nbursa\nbursametrica\nbursar\nbursaries\nbursary\nbursaspor\nbursatil\nburscough\nburslem\nburson-marsteller\nburst\nburstein\nbursting\nburston\nbursts\nburstyn\nburswood\nburt\nburton\nburtt\nburu\nburundi\nburundian\nburundians\nburung\nbururi\nburwell\nburwood\nbury\nburyan\nburyat\nburying\nburzum\nburzynski\nbus\nbusa\nbusan\nbusang\nbusboy\nbusby\nbuscema\nbuscemi\nbuscetta\nbusch\nbuschschulte\nbused\nbusemann\nbuser\nbuses\nbusey\nbush\nbushehr\nbushel\nbushell\nbushels\nbushes\nbushey\nbushfire\nbushfires\nbushi\nbushido\nbushings\nbushkov\nbushland\nbushman\nbushmaster\nbushmen\nbushnell\nbushranger\nbushrangers\nbushveld\nbushwalking\nbushwhackers\nbushwick\nbushy\nbusia\nbusied\nbusiek\nbusier\nbusiest\nbusily\nbusines\nbusineses\nbusiness\nbusiness-friendly\nbusiness-oriented\nbusiness-related\nbusiness-to-business\nbusiness.he\nbusinesses\nbusinesslike\nbusinessman\nbusinessmen\nbusinesspeople\nbusinessperson\nbusinesss\nbusinessweek\nbusinesswoman\nbusinessworld\nbusing\nbusk\nbusker\nbuskers\nbuskerud\nbusking\nbusloads\nbusmaker\nbusoni\nbusquets\nbusquin\nbuss\nbussan\nbussard\nbusse\nbussed\nbusselton\nbusses\nbussey\nbussie\nbussy\nbust\nbusta\nbustamante\nbustard\nbustards\nbusted\nbuster\nbusters\nbusting\nbustle\nbustled\nbustling\nbustos\nbusts\nbusty\nbusvine\nbusway\nbusways\nbusy\nbut\nbuta\nbutadiene\nbutane\nbutanol\nbutare\nbutch\nbutcher\nbutchered\nbutchering\nbutchers\nbutchery\nbute\nbutembo\nbuteo\nbuthelezi\nbutinge\nbutinges\nbutkus\nbutler\nbutlerian\nbutlers\nbutlins\nbutor\nbuts\nbutt\nbutt-head\nbutte\nbutted\nbutter\nbuttercup\nbuttered\nbutterfat\nbutterfield\nbutterflies\nbutterfly\nbutterflyfish\nbutterley\nbuttermere\nbuttermilk\nbutternut\nbutters\nbutterscotch\nbutterworth\nbuttery\nbuttes\nbuttevant\nbutthead\nbutthole\nbutting\nbuttle\nbuttock\nbuttocks\nbutton\nbuttoned\nbuttonquails\nbuttons\nbuttress\nbuttressed\nbuttresses\nbuttrick\nbutts\nbuttstock\nbutuan\nbutyl\nbutz\nbuu\nbuuren\nbux\nbuxom\nbuxtehude\nbuxton\nbuy\nbuy-back\nbuy-backs\nbuy-in\nbuy-out\nbuy-outs\nbuy-sell\nbuy-side\nbuy-stop\nbuy-stops\nbuyback\nbuybacks\nbuyeo\nbuyer\nbuyers\nbuyid\nbuyids\nbuying\nbuying-in\nbuyings\nbuyout\nbuyouts\nbuyoya\nbuys\nbuyside\nbuystops\nbuz\nbuzau\nbuzurg\nbuzz\nbuzzard\nbuzzards\nbuzzcocks\nbuzzed\nbuzzer\nbuzzers\nbuzzes\nbuzzing\nbuzzsaw\nbuzzword\nbuzzy\nbv\nbva\nbvd\nbvi\nbvr\nbvs\nbvsc\nbw\nbwa\nbwalya\nbway\nbwb\nbwc\nbwca\nbwcb\nbwd\nbwe\nbwf\nbwg\nbwh\nbwi\nbwlch\nbwo\nbwr\nbwt\nbwv\nbx\nbx0\nbxiii\nby\nby-election\nby-elections\nby-law\nby-laws\nby-pass\nby-product\nby-products\nby0\nbyakuya\nbyars\nbyatt\nbyblos\nbycatch\nbydgoszcz\nbye\nbyelection\nbyelorussia\nbyelorussian\nbyers\nbyes\nbyett\nbyfield\nbygone\nbyker\nbyl\nbylaw\nbylaws\nbyline\nbylined\nbylis\nbynes\nbyng\nbynum\nbypass\nbypassed\nbypasses\nbypassing\nbyproduct\nbyproducts\nbyram\nbyramjee\nbyrd\nbyrds\nbyrne\nbyrnes\nbyron\nbyrum\nbyss\nbysshe\nbystander\nbystanders\nbystrica\nbyte\nbytecode\nbytes\nbytom\nbytown\nbyu\nbyung\nbyung-koog\nbywater\nbyway\nbyways\nbyword\nbyzantine\nbyzantines\nbyzantium\nbz\nbzp\nbzw\nbzw=\nc\nc$\nc&c\nc&e\nc&f\nc&i\nc&p\nc&w\nc'baoth\nc'est\nc'mon\nc'tan\nc(0)0\nc*\nc++\nc+f\nc-and-f\nc-band\nc-block\nc-c\nc-cube\nc-mac\nc-phone\nc-qtr\nc-series\nc-share\nc-t\nc-t0\nc-tec\nc-type\nc.\nc.a\nc.a.\nc.b.\nc.bank\nc.banker\nc.c\nc.c.\nc.d.\nc.e\nc.e.\nc.e.s.c\nc.f\nc.f.\nc.g.\nc.h.\nc.i.\nc.j.\nc.k.\nc.l.\nc.l.p\nc.l.p.\nc.m\nc.m.\nc.o.\nc.o.p.s.\nc.p.\nc.r.\nc.s.\nc.s.d\nc.s.d.\nc.v\nc.v.\nc.w.\nc.y.\nc/0\nc/c++\nc/d\nc0\nc00\nc0a\nc0b\nc0c\nc0i\nc0j\nc0po\nc0s\nc=customer\nca\nca.\nca0\ncaa\ncaac\ncaan\ncaas\ncaatinga\ncab\ncabal\ncabalistic\ncaballe\ncaballero\ncaballeros\ncaballo\ncabana\ncabanas\ncabanatuan\ncabaret\ncabarets\ncabarrus\ncabbage\ncabbages\ncabbie\ncabel\ncabela\ncabell\ncabello\ncabernet\ncabeza\ncabezas\ncabiallavetta\ncabildo\ncabin\ncabinda\ncabinet\ncabinet-level\ncabinetmaker\ncabinetry\ncabinets\ncabins\ncable\ncable-tel\ncable-television\ncable-tv\ncablecomms\ncabled\ncablemedia\ncables\ncabletel\ncabletron\ncableuropa\ncablevision\ncableway\ncabling\ncabo\ncaboolture\ncaboose\ncabot\ncabotage\ncaboto\ncabra\ncabral\ncabramatta\ncabrera\ncabrillo\ncabrini\ncabriolet\ncabrisas\ncabs\ncac\ncac0\ncacao\ncacapon\ncaccia\ncaccini\ncaceres\ncachaca\ncachar\ncache\ncached\ncacheris\ncaches\ncachet\ncaching\ncacho\ncachoeira\ncaci\ncacic\ncacique\ncackling\ncaco\ncacophony\ncactaceae\ncacti\ncactus\ncad\ncad/cam\ncadalora\ncadastral\ncadaver\ncadavers\ncadbury\ncadbury-schweppes\ncadderly\ncaddick\ncaddie\ncaddies\ncaddo\ncaddy\ncade\ncadell\ncadena\ncadenalco\ncadence\ncadences\ncadenza\ncadenzas\ncadereyta\ncades\ncadet\ncadete\ncadets\ncadia\ncadillac\ncadillacs\ncadiz\ncadman\ncadmium\ncadmus\ncadogan\ncadore\ncadre\ncadres\ncadswep\ncadtic\ncaduceus\ncadus\ncadwallon\ncady\ncae\ncaecilia\ncaeciliidae\ncaecilius\ncaedmon\ncaedwalla\ncaemi\ncaen\ncaer\ncaerleon\ncaernarfon\ncaernarvon\ncaernarvonshire\ncaerphilly\ncaersws\ncaesar\ncaesarea\ncaesarean\ncaesarian\ncaesarius\ncaesars\ncaesium\ncaetano\ncaf\ncafe\ncafes\ncafeteria\ncafeterias\ncaffe\ncaffeine\ncaffery\ncaffrey\ncafta\ncafu\ncag\ncagalli\ncagamas\ncagayan\ncage\ncaged\ncages\ncagey\ncagiva\ncagle\ncagliari\ncagliostro\ncagney\ncaguas\ncah\ncahaya\ncahen\ncahiers\ncahill\ncahir\ncahn\ncahners\ncahokia\ncahoots\ncahora\ncahors\ncahuenga\ncahuilla\ncahya\ncai\ncaiaphas\ncaib\ncaicos\ncaid\ncaidic\ncail\ncaiman\ncain\ncaine\ncaio\ncair\ncaird\ncairn\ncairngorms\ncairns\ncairo\ncairo-based\ncais\ncaisse\ncaisses\ncaisson\ncaissons\ncaistab\ncait\ncaithness\ncaitlin\ncaius\ncaixa\ncaja\ncajal\ncajamarca\ncajon\ncajun\ncajuns\ncake\ncakes\ncakewalk\ncakobau\ncakrawala\ncal\ncal.\ncal.carbide\ncala\ncalabar\ncalabasas\ncalabash\ncalabi\ncalabrese\ncalabria\ncalabrian\ncalabro\ncalais\ncalamari\ncalamba\ncalamine\ncalamities\ncalamitous\ncalamity\ncalamus\ncaland\ncalang\ncalarasi\ncalarts\ncalatayud\ncalatrava\ncalaveras\ncalaway\ncalc\ncalcareous\ncalcasieu\ncalcavecchia\ncalcification\ncalcified\ncalcio\ncalcite\ncalcitonin\ncalcium\ncalcot\ncalcuating\ncalculable\ncalculate\ncalculated\ncalculates\ncalculating\ncalculation\ncalculations\ncalculator\ncalculators\ncalculi\ncalculus\ncalcutta\ncalcutta-based\ncaldas\ncaldecott\ncalder\ncaldera\ncalderas\ncalderdale\ncalderon\ncalderone\ncalderwood\ncaldicott\ncaldor\ncaldwell\ncale\ncalea\ncaleb\ncaledon\ncaledonia\ncaledonian\ncaledonians\ncalendar\ncalendar--bills\ncalendar-year\ncalendars\ncalender\ncalenergy\ncalera\ncalero\ncalex\ncalexico\ncaley\ncalf\ncalgary\ncalgary-based\ncalgene\ncalgon\ncalhoun\ncali\ncaliban\ncaliber\ncalibers\ncalibrate\ncalibrated\ncalibrating\ncalibration\ncalibre\ncalibres\ncalibur\ncalico\ncalicut\ncaliente\ncalif\ncalif.\ncalif.--\ncalif.-based\ncalifano\ncalifornia\ncalifornia-based\ncalifornia-oregon\ncalifornian\ncalifornians\ncalifornica\ncalifornication\ncalifornios\ncaligari\ncaligula\ncalin\ncalinescu\ncalipari\ncaliper\ncalipers\ncaliph\ncaliphate\ncaliphs\ncalista\ncalisthenics\ncalitz\ncalixto\ncalixtus\ncalkins\ncall\ncall-back\ncall-in\ncall-up\ncalla\ncallable\ncallaghan\ncallahan\ncallan\ncallander\ncallao\ncallas\ncallaway\ncallback\ncallbacks\ncalle\ncallebaut\ncalled\ncallendar\ncallender\ncallens\ncaller\ncallers\ncalles\ncalley\ncallie\ncalligrapher\ncalligraphers\ncalligraphic\ncalligraphy\ncallimachus\ncalling\ncallings\ncalliope\ncallis\ncallisto\ncallistus\ncallixtus\ncallon\ncallosum\ncallous\ncallow\ncalloway\ncalls\ncallsign\ncallsigns\ncallum\ncallup\ncallus\ncally\ncalm\ncalma\ncalmed\ncalment\ncalmer\ncalmfors\ncalming\ncalmly\ncalmness\ncalms\ncalne\ncalo\ncalogero\ncaloocan\ncalor\ncaloric\ncalorie\ncalories\ncalorimeter\ncalpers\ncalpine\ncalpurnius\ncalrissian\ncals\ncalsonic\ncalta\ncaltech\ncaltex\ncalthorpe\ncalton\ncaltrain\ncaltrans\ncalum\ncalumet\ncalumon\ncalusa\ncalvados\ncalvary\ncalvert\ncalverton\ncalves\ncalvet\ncalvi\ncalvin\ncalving\ncalvinism\ncalvinist\ncalvinistic\ncalvinists\ncalvino\ncalvo\ncalvus\ncalw\ncalwell\ncalwyn\ncalypso\ncalyx\ncalzaghe\ncam\ncam'ron\ncama\ncamacho\ncamaenidae\ncamaguey\ncamanachd\ncamara\ncamaraderie\ncamaras\ncamargo\ncamargue\ncamarilla\ncamarillo\ncamarines\ncamaro\ncamas\ncambaridae\ncamber\ncamberley\ncamberwell\ncambias\ncambie\ncambier\ncambio\ncambior\ncambiste\ncambium\ncambodge\ncambodia\ncambodian\ncambodians\ncamborne\ncambrai\ncambre\ncambrensis\ncambria\ncambrian\ncambridge\ncambridge-based\ncambridgeshire\ncambuslang\ncamby\ncambyses\ncamco\ncamcorder\ncamcorders\ncamden\ncamdessus\ncame\ncameco\ncamel\ncamelback\ncamellia\ncamellias\ncamelopardalis\ncamelot\ncamels\ncamembert\ncamenzind\ncameo\ncameos\ncamera\ncameraman\ncameramen\ncameras\ncamerata\ncamerino\ncamerlengo\ncamerlin\ncameron\ncameron-moore\ncameronians\ncamerons\ncameroon\ncameroonian\ncameroons\ncameroun\ncamesa\ncamet\ncami\ncamil\ncamila\ncamilla\ncamille\ncamilleri\ncamillo\ncamillus\ncamilo\ncaminero\ncaminiti\ncamino\ncaminos\ncamisea\ncammarata\ncammell\ncammy\ncamo\ncamoes\ncamogie\ncamorra\ncamouflage\ncamouflaged\ncamp\ncampagna\ncampagne\ncampagnolo\ncampaign\ncampaigned\ncampaigner\ncampaigners\ncampaigning\ncampaigns\ncampana\ncampanella\ncampania\ncampanian\ncampanile\ncampanulaceae\ncampari\ncampbell\ncampbell*\ncampbell-savona\ncampbells\ncampbellton\ncampbelltown\ncampbeltown\ncampden\ncampeau\ncampeche\ncamped\ncampeonato\ncamper\ncamperdown\ncampers\ncampese\ncampestris\ncampfire\ncampfires\ncampground\ncampgrounds\ncamphor\ncampi\ncampiglio\ncampina\ncampinas\ncamping\ncampion\ncampo\ncampobasso\ncampobello\ncamporese\ncampos\ncamps\ncampsie\ncampsite\ncampsites\ncampus\ncampuses\ncampy\ncamra\ncamrose\ncamry\ncams\ncamshaft\ncamshafts\ncamus\ncan\ncan.consumer\ncan.dollar\ncan.manuf\ncan.merch.\ncan.real\ncan=canola\ncana\ncanaan\ncanaanite\ncanaanites\ncanada\ncanada-based\ncanada-u.s.\ncanadair\ncanadas\ncanadensis\ncanadian\ncanadian-based\ncanadian-born\ncanadian-led\ncanadian-made\ncanadian-owned\ncanadians\ncanadien\ncanadienne\ncanadiens\ncanadon\ncanakkale\ncanal\ncanal+\ncanale\ncanales\ncanaletto\ncanals\ncanalsatelite\ncanalsatellite\ncanam\ncanamera\ncanandaigua\ncananea\ncanara\ncanard\ncanards\ncanaria\ncanarian\ncanarias\ncanaries\ncanaris\ncanarsie\ncanary\ncanas\ncanasta\ncanavan\ncanaveral\ncanavese\ncanberra\ncanberras\ncanbra\ncanby\ncancel\ncanceled\ncanceling\ncancellation\ncancellations\ncancelled\ncancelling\ncancels\ncancer\ncancer-causing\ncancer-stricken\ncancerous\ncancers\ncancion\ncanciones\ncancri\ncancun\ncandaba\ncandace\ncandela\ncandelabra\ncandelaria\ncandeloro\ncandi\ncandia\ncandice\ncandid\ncandida\ncandidacies\ncandidacy\ncandidate\ncandidates\ncandidating\ncandidature\ncandide\ncandidly\ncandido\ncandied\ncandies\ncandle\ncandlelight\ncandlelit\ncandlemas\ncandler\ncandles\ncandlestick\ncandlesticks\ncandlewood\ncandlr\ncandomble\ncandor\ncandour\ncandover\ncandu\ncandy\ncandyman\ncane\ncanedo\ncanegrowers\ncanelo\ncanes\ncanet\ncanete\ncaney\ncanf\ncanfield\ncanfor\ncangrande\ncanibus\ncanids\ncaniff\ncanine\ncanines\ncaning\ncanio\ncanis\ncanisius\ncanister\ncanisters\ncanizares\ncanker\ncanmore\ncann\ncanna\ncannabinoid\ncannabinoids\ncannabis\ncannae\ncannan\ncannavaro\ncanned\ncannell\ncanneries\ncannery\ncannes\ncannex\ncannibal\ncannibalism\ncannibalistic\ncannibalized\ncannibals\ncanning\ncannington\ncannisters\ncannock\ncannon\ncannonade\ncannonball\ncannonballs\ncannons\ncannot\ncannula\ncanny\ncano\ncanoe\ncanoeing\ncanoeists\ncanoer\ncanoes\ncanoga\ncanola\ncanon\ncanongate\ncanonic\ncanonica\ncanonical\ncanonically\ncanonicity\ncanonised\ncanonization\ncanonized\ncanonry\ncanons\ncanonsburg\ncanopic\ncanopies\ncanopus\ncanopy\ncanosa\ncanossa\ncanova\ncanoxy\ncans\ncanseco\ncanso\ncanstar\ncanstock\ncant\ncanta\ncantab\ncantabria\ncantabrian\ncantabrico\ncantacuzino\ncantal\ncantaloupe\ncantankerous\ncantar\ncantarella\ncantata\ncantatas\ncante\ncanted\ncanteen\ncanteens\ncantel\ncantemir\ncanter\ncanterbury\ncanti\ncanticle\ncanticles\ncantilever\ncantilevered\ncantillation\ncantina\ncantinflas\ncanting\ncanto\ncanton\ncantona\ncantonal\ncantonese\ncantonment\ncantons\ncantopop\ncantor\ncantors\ncantorum\ncantos\ncantrade\ncantref\ncantrell\ncantu\ncantus\ncantv\ncantwell\ncanty\ncanuck\ncanucks\ncanute\ncanvas\ncanvases\ncanvass\ncanvassed\ncanvasses\ncanvassing\ncanvey\ncanwest\ncanyon\ncanyons\ncao\ncaodc\ncaolain\ncaouette\ncap\ncap'n\ncap.\ncapa\ncapabilities\ncapability\ncapablanca\ncapable\ncapac\ncapacitance\ncapacities\ncapacitive\ncapacitor\ncapacitors\ncapacity\ncapacity-x\ncapacity-y\ncapaldi\ncapcom\ncapcount\ncape\ncape-based\ncaped\ncapek\ncapel\ncapel-cure\ncapell\ncapella\ncapellan\ncapelli\ncapello\ncapensis\ncaper\ncapercaillie\ncapers\ncaperton\ncapes\ncapesize\ncapestar\ncapet\ncapetian\ncapetown\ncapetronic\ncapeverdean\ncapex\ncapilano\ncapilla\ncapillaries\ncapillary\ncapirossi\ncapistrano\ncapita\ncapitaine\ncapital\ncapital-intensive\ncapital-raising\ncapital-to-risk\ncapitalbank\ncapitalcorp\ncapitale\ncapitalisation\ncapitalisation-weighted\ncapitalisations\ncapitalise\ncapitalised\ncapitalising\ncapitalism\ncapitalist\ncapitalist-style\ncapitalistic\ncapitalists\ncapitalization\ncapitalize\ncapitalized\ncapitalizing\ncapitals\ncapitan\ncapitano\ncapitis\ncapito\ncapitol\ncapitoline\ncapitols\ncapitulate\ncapitulated\ncapitulation\ncapiz\ncapizzi\ncaplan\ncapleton\ncaplin\ncapline\ncapmac\ncapo\ncapobianco\ncapoeira\ncapon\ncapone\ncaporegime\ncapos\ncapostagno\ncapote\ncapoten\ncapp\ncappa\ncappadocia\ncappadocian\ncapped\ncappella\ncapper\ncapping\ncapps\ncappuccino\ncapq\ncapra\ncapral\ncapri\ncapriati\ncaprica\ncapriccio\ncaprice\ncaprices\ncapricious\ncapricorn\ncaprihans\ncaprivi\ncapron\ncaproni\ncaps\ncapsa\ncapsaicin\ncapsicum\ncapsid\ncapsize\ncapsized\ncapsizes\ncapsizing\ncapstan\ncapstar\ncapstead\ncapstone\ncapsule\ncapsules\ncapsure\ncapt\ncapt.\ncaptain\ncaptaincy\ncaptained\ncaptaining\ncaptains\ncaptall\ncaptial\ncaption\ncaptioned\ncaptioning\ncaptions\ncaptiva\ncaptivate\ncaptivated\ncaptivating\ncaptive\ncaptives\ncaptivity\ncaptor\ncaptors\ncapture\ncaptured\ncaptures\ncapturing\ncapua\ncapuano\ncapuchin\ncapuchins\ncapulet\ncaput\ncaputo\ncapybara\ncaqueta\ncar\ncar-bomb\ncar-buying\ncar-jackings\ncar-maker\ncar-makers\ncar-making\ncara\ncarabao\ncarabinieri\ncarabiniers\ncarabobo\ncaracal\ncaracalla\ncaracas\ncaracas-based\ncaracciolo\ncaracol\ncaractacus\ncaradoc\ncaradog\ncaradon\ncarafa\ncaragiale\ncarajas\ncaraka\ncaraka-\ncaramel\ncaramon\ncarapace\ncararah\ncaras\ncarasso\ncarat\ncaratacus\ncarats\ncarausius\ncaraustar\ncaravaggio\ncaravan\ncaravans\ncaravel\ncaravelle\ncaraway\ncaray\ncarb\ncarb-grade\ncarbajal\ncarbamazepine\ncarbene\ncarbenes\ncarberry\ncarbery\ncarbide\ncarbine\ncarbines\ncarbo\ncarbocation\ncarbody\ncarbohydrate\ncarbohydrates\ncarbon\ncarbon0\ncarbonaceous\ncarbonari\ncarbonate\ncarbonated\ncarbonates\ncarbonation\ncarbondale\ncarbone\ncarbonell\ncarbonic\ncarboniferous\ncarbonneau\ncarbonorca\ncarbons\ncarbonyl\ncarborundum\ncarboxyl\ncarboxylic\ncarbs\ncarbuncle\ncarbureted\ncarburetor\ncarburetors\ncarburettor\ncarburettors\ncarcases\ncarcass\ncarcasses\ncarcassonne\ncarcetti\ncarchemish\ncarcinogen\ncarcinogenic\ncarcinogenicity\ncarcinogens\ncarcinoma\ncarcinomas\ncard\ncardamom\ncardano\ncardassia\ncardassian\ncardassians\ncardboard\ncardcaptor\ncardcast\ncarded\ncarden\ncardenal\ncardenas\ncarder\ncardew\ncardholder\ncardholders\ncardiac\ncardif\ncardiff\ncardigan\ncardigans\ncardiganshire\ncardillo\ncardin\ncardinal\ncardinalate\ncardinale\ncardinality\ncardinals\ncarding\ncardings\ncardio\ncardio-vascular\ncardiogenesis\ncardiological\ncardiologist\ncardiologists\ncardiology\ncardiometrics\ncardiomyopathy\ncardiopulmonary\ncardiosystems\ncardiothoracic\ncardiovascular\ncardioversion\ncardo\ncardon\ncardona\ncardoso\ncardoza\ncardozo\ncards\ncardston\ncarducci\ncardwell\ncare\ncared\ncareer\ncareer-best\ncareer-high\ncareered\ncareers\ncarefree\ncareful\ncarefully\ncaregiver\ncaregivers\ncarel\ncareless\ncarelessly\ncarelessness\ncarell\ncaremark\ncarematrix\ncaren\ncarentan\ncarer\ncarers\ncares\ncaress\ncaret\ncaretaker\ncaretakers\ncarew\ncarey\ncarfax\ncargill\ncargo\ncargo-handling\ncargoes\ncargolux\ncargonave\ncargos\ncarhart\ncaria\ncariaco\ncarib\ncaribbean\ncaribbeans\ncaribe\ncaribiner\ncariboo\ncaribou\ncaribs\ncaribs-upcoast\ncaricature\ncaricatured\ncaricatures\ncaricaturist\ncaricom\ncaridad\ncaries\ncarigali\ncarignan\ncarignano\ncarillo\ncarillon\ncarin\ncarina\ncarinae\ncaring\ncaringbah\ncarinthia\ncarinthian\ncarioca\ncariplo\ncarisbrook\ncaritas\ncarjacking\ncarl\ncarla\ncarle\ncarlebach\ncarlene\ncarles\ncarleton\ncarley\ncarlile\ncarlin\ncarling\ncarlingford\ncarlisle\ncarlist\ncarlists\ncarlito\ncarlo\ncarload\ncarloadings\ncarloads\ncarloman\ncarlos\ncarlot\ncarlota\ncarlotta\ncarlow\ncarlsbad\ncarlsberg\ncarlsberg-tetley\ncarlsen\ncarlson\ncarlsson\ncarlstadt\ncarlton\ncarly\ncarlyle\ncarmack\ncarmaker\ncarmakers\ncarmaking\ncarman\ncarmarthen\ncarmarthenshire\ncarmax\ncarmel\ncarmela\ncarmelita\ncarmelite\ncarmelites\ncarmella\ncarmelo\ncarmen\ncarmichael\ncarmike\ncarmilla\ncarmina\ncarmine\ncarmo\ncarmody\ncarmona\ncarn\ncarnaby\ncarnac\ncarnacki\ncarnage\ncarnahan\ncarnal\ncarnap\ncarnarvon\ncarnatic\ncarnation\ncarnations\ncarnaudmetalbox\ncarnaval\ncarnby\ncarne\ncarnegie\ncarneiro\ncarnelian\ncarnell\ncarnes\ncarnet\ncarnevale\ncarney\ncarniola\ncarnitine\ncarnival\ncarnivale\ncarnivals\ncarnivora\ncarnivore\ncarnivores\ncarnivorous\ncarnot\ncarnoustie\ncaro\ncarol\ncarola\ncarolan\ncarolco\ncarole\ncarolina\ncarolina''\ncarolina-based\ncarolinas\ncaroline\ncarolines\ncarolingian\ncarolingians\ncarolinian\ncarolinians\ncarolla\ncarollo\ncarols\ncarolus\ncarolyn\ncarom\ncaron\ncarondelet\ncarotene\ncarotenoids\ncarothers\ncarotid\ncarousel\ncarousels\ncarp\ncarpal\ncarparelli\ncarpark\ncarpathia\ncarpathian\ncarpathians\ncarpatho\ncarpe\ncarpels\ncarpentaria\ncarpenter\ncarpenters\ncarpentier\ncarpentry\ncarper\ncarpet\ncarpetbagger\ncarpetbaggers\ncarpeted\ncarpeting\ncarpetright\ncarpets\ncarpi\ncarpinteria\ncarpio\ncarpool\ncarr\ncarracci\ncarrack\ncarradine\ncarragher\ncarramerica\ncarranza\ncarrapatoso\ncarrara\ncarrard\ncarraro\ncarrasco\ncarrboro\ncarre\ncarrefour\ncarreira\ncarrel\ncarreno\ncarrer\ncarrera\ncarreras\ncarrere\ncarretera\ncarrey\ncarriage\ncarriages\ncarriageway\ncarriageways\ncarribean\ncarrick\ncarrickfergus\ncarrie\ncarried\ncarrier\ncarriere\ncarriers\ncarries\ncarril\ncarrillo\ncarrington\ncarrion\ncarrizo\ncarrol\ncarroll\ncarrollton\ncarrom\ncarron\ncarronades\ncarrot\ncarrot-and-stick\ncarrots\ncarrott\ncarrouges\ncarrow\ncarrozzeria\ncarruth\ncarruthers\ncarry\ncarry-forward\ncarry-in\ncarry-on\ncarry-over\ncarryforward\ncarryforwards\ncarrying\ncarryout\ncarryover\ncars\ncarse\ncarshalton\ncarso\ncarson\ncarstairs\ncarsten\ncarswell\ncart\ncarta\ncartagena\ncartago\ncartan\ncarte\ncarted\ncartel\ncartellieri\ncartels\ncarter\ncarter-wallace\ncarteret\ncarters\ncartersville\ncartesian\ncarth\ncarthage\ncarthaginian\ncarthaginians\ncarthusian\ncarthusians\ncarthy\ncartier\ncartierdoc\ncartilage\ncartilages\ncartilaginous\ncarting\ncartman\ncartmel\ncarto\ncartographer\ncartographers\ncartographic\ncartography\ncartolini\ncarton\ncartonboard\ncartons\ncartoon\ncartooning\ncartoonish\ncartoonist\ncartoonists\ncartoons\ncartoony\ncartouche\ncartridge\ncartridges\ncarts\ncartwheel\ncartwright\ncarty\ncaruana\ncarulla\ncarus\ncaruso\ncarvajal\ncarvalho\ncarve\ncarve-up\ncarved\ncarvel\ncarver\ncarvers\ncarves\ncarvey\ncarville\ncarvin\ncarving\ncarvings\ncary\ncaryl\ncaryn\ncas\ncas-rq\ncas-se\ncasa\ncasablanca\ncasablanca-based\ncasablancas\ncasadei\ncasadio\ncasady\ncasagrande\ncasal\ncasale\ncasals\ncasamance\ncasanare\ncasanova\ncasares\ncasas\ncasaubon\ncasbah\ncasca\ncascade\ncascaded\ncascades\ncascadia\ncascading\ncascarino\ncascavel\ncasciato\ncasco\ncascos\ncase\ncase-by-case\ncasebook\ncased\ncasein\ncasella\ncaseload\ncaseloads\ncasema\ncasemate\ncasemates\ncasement\ncasero\ncaserta\ncases\ncasesa\ncasetta\ncasey\ncash\ncash-and-carry\ncash-and-stock\ncash-connected\ncash-credit\ncash-flow\ncash-for-votes\ncash-rich\ncash-settled\ncash-short\ncash-starved\ncash-strapped\ncash-to-three\ncash=dollars\ncashbox\ncashed\ncashel\ncashew\ncashflow\ncashflows\ncashier\ncashiers\ncashin\ncashing\ncashless\ncashman\ncashmere\ncashmore\ncashways\ncasi\ncasil\ncasimir\ncasimiro\ncasing\ncasings\ncasini\ncasino\ncasinos\ncasio\ncasiraghi\ncask\ncasket\ncaskets\ncasks\ncaso\ncason\ncaspar\ncaspase\ncasper\ncaspian\ncasque\ncass\ncassa\ncassadine\ncassady\ncassander\ncassandra\ncassano\ncassar\ncassation\ncassatt\ncassava\ncassavetes\ncassegrain\ncassel\ncassell\ncassels\ncasserole\ncassette\ncassettes\ncassia\ncassian\ncassidy\ncassie\ncassin\ncassini\ncassino\ncassio\ncassiodorus\ncassiopeia\ncassirer\ncassis\ncassisa\ncassius\ncasso\ncassock\ncasson\ncassoulides\ncassville\ncast\ncast-----range---\ncast-----range---prvs\ncast-iron\ncastagnoli\ncastaignede\ncastaneda\ncastanet\ncastanets\ncastano\ncastaway\ncastaways\ncaste\ncastech\ncasted\ncastel\ncasteleyn\ncastell\ncastellammare\ncastellammarese\ncastellan\ncastellana\ncastellaneta\ncastellani\ncastellano\ncastellanos\ncastellated\ncastelletto\ncastelli\ncastello\ncastellon\ncastells\ncastellum\ncastelnau\ncastelnuovo\ncastelo\ncaster\ncasters\ncastes\ncastigated\ncastiglione\ncastiglioni\ncastile\ncastilian\ncastilians\ncastilla\ncastille\ncastillo\ncasting\ncastings\ncastle\ncastlebar\ncastledon\ncastleford\ncastlegar\ncastleknock\ncastlemaine\ncastlereagh\ncastlereigh\ncastles\ncastleton\ncastletown\ncastlevania\ncastling\ncastmates\ncastonguay\ncastor\ncastorama\ncastoroil\ncastorseed\ncastra\ncastrated\ncastrati\ncastration\ncastrato\ncastres\ncastries\ncastro\ncastrol\ncastrum\ncasts\ncasual\ncasually\ncasuals\ncasualties\ncasualty\ncasuarina\ncasuistry\ncasule\ncasus\ncaswell\ncat\ncat-and-mouse\ncat0\ncatabolism\ncataclysm\ncataclysmic\ncatacomb\ncatacombs\ncatala\ncatalan\ncatalana\ncatalans\ncatalase\ncatalina\ncatalinas\ncatalog\ncataloged\ncataloging\ncatalogs\ncatalogue\ncatalogued\ncatalogues\ncataloguing\ncatalonia\ncatalonian\ncataloochee\ncatalpa\ncataluna\ncatalunya\ncatalysed\ncatalyses\ncatalysis\ncatalyst\ncatalysts\ncatalytic\ncatalytica\ncatalyze\ncatalyzed\ncatalyzes\ncatalyzing\ncatamaran\ncatamarans\ncatamarca\ncatan\ncatanduanes\ncatania\ncatanzaro\ncataphracts\ncatapult\ncatapulted\ncatapulting\ncatapults\ncataract\ncataracts\ncatarina\ncatasauqua\ncatastrophe\ncatastrophes\ncatastrophic\ncatastrophically\ncatatonia\ncatatonic\ncatawba\ncatbirds\ncatch\ncatch-all\ncatch-up\ncatch0\ncatcher\ncatchers\ncatches\ncatching\ncatchment\ncatchments\ncatchphrase\ncatchphrases\ncatchup\ncatchy\ncate\ncateau\ncatechetical\ncatechism\ncatechisms\ncatecholamines\ncatechumens\ncatedral\ncategorical\ncategorically\ncategories\ncategorisation\ncategorise\ncategorised\ncategorization\ncategorize\ncategorized\ncategorizes\ncategorizing\ncategory\ncategory*\ncatell\ncatellus\ncatelyn\ncatena\ncatenary\ncater\ncatera\ncatered\ncaterer\ncaterers\ncaterham\ncaterina\ncatering\ncaterpillar\ncaterpillars\ncaters\ncates\ncatesby\ncatex\ncatez\ncatfight\ncatfish\ncatfishes\ncatford\ncath\ncathal\ncathar\ncatharina\ncatharine\ncatharines\ncathars\ncatharsis\ncathartic\ncathay\ncathcart\ncathedra\ncathedral\ncathedrale\ncathedrals\ncather\ncatherall\ncatherine\ncatherines\ncatherwood\ncatheter\ncatheterization\ncatheters\ncathleen\ncathode\ncathodes\ncathodic\ncatholic\ncatholic-backed\ncatholicism\ncatholicos\ncatholics\ncatholique\ncathro\ncathy\ncatia\ncatic\ncatiline\ncation\ncationic\ncations\ncatkins\ncatlett\ncatli\ncatlin\ncatlins\ncatlow\ncatman\ncato\ncatoctin\ncatolica\ncaton\ncatonsville\ncatoosa\ncatriona\ncatron\ncats\ncatshark\ncatskill\ncatskills\ncatt\ncattaneo\ncattaraugus\ncattaro\ncattell\ncatterick\ncatti\ncattle\ncattle-fax\ncattle-on-feed\ncattleman\ncattlemen\ncattles\ncatto\ncattolica\ncatullus\ncatv\ncatwalk\ncatwalks\ncatwoman\ncauca\ncaucasian\ncaucasians\ncaucasoid\ncaucasus\ncauchon\ncauchy\ncaucus\ncaucuses\ncaudal\ncaudillo\ncaudron\ncauet\ncaufield\ncaught\ncaul\ncaulder\ncauldron\ncauldrons\ncaulfield\ncauliflower\ncausa\ncausal\ncausality\ncausally\ncausantin\ncausation\ncausative\ncause\ncaused\ncauses\ncauseway\ncauseways\ncausey\ncausing\ncaustic\ncaution\ncautionary\ncautioned\ncautioning\ncautions\ncautious\ncautiously\ncautiousness\ncauty\ncauvery\ncaux\ncav\ncava\ncavaco\ncavagnoud\ncavalcade\ncavalcanti\ncavalera\ncavalier\ncavaliere\ncavalieri\ncavaliers\ncavalleria\ncavalli\ncavallo\ncavalry\ncavalryman\ncavalrymen\ncavan\ncavanagh\ncavanaugh\ncave\ncaveat\ncaveats\ncaved\ncaveglia\ncavegn\ncavell\ncaveman\ncavemen\ncavendish\ncavern\ncaverni\ncavernous\ncaverns\ncavers\ncaversham\ncaves\ncavett\ncaviar\ncavill\ncaving\ncavitation\ncavite\ncavities\ncavity\ncavorting\ncavour\ncavs\ncaw\ncawdor\ncawley\ncawnpore\ncawthorne\ncaxias\ncaxton\ncay\ncayabyab\ncayce\ncaye\ncayenne\ncayetano\ncayey\ncayley\ncayman\ncaymans\ncayo\ncayol\ncays\ncayuga\ncayuse\ncaz\ncazares\ncazenove\ncazenovia\ncb\ncb0\ncba\ncbank\ncbb\ncbbc\ncbc\ncbci\ncbd\ncbe\ncbeebies\ncbf\ncbgb\ncbi\ncbk\ncbl\ncble\ncbm\ncbn\ncbnk\ncbo\ncboe\ncbos\ncbot\ncbp\ncbpo\ncbq\ncbr\ncbrs\ncbs\ncbse\ncbt\ncc\ncc0\ncc;nsa\ncc;nsajan\ncca\nccair\nccas\nccb\nccbpi\nccc\nccc-\nccd\nccds\ncce\nccf\nccfa\nccfi\nccg\nccgs\ncch\nccha\ncchs\ncci\nccl\nccl0\nccm\nccma\nccn\nccnb\nccny\ncco\nccocha\nccoo\nccp\nccps\nccr\nccr0\nccs\nccsb\ncct\ncctld\nccts\ncctv\nccu\nccw\ncd\ncd+dvd\ncd-quality\ncd-rom\ncd-roms\ncd/dvd\ncd0\ncd0+\ncda\ncdc\ncde\ncdf\ncdg\ncdi\ncdic\ncdl\ncdlr\ncdm\ncdma\ncdma0\ncdn\ncdna\ncdo\ncdp\ncdpc\ncdr\ncdrom\ncds\ncdsi\ncdt\ncdu\ncdu/csu\ncdw\nce\ncea\nceahlaul\nceann\nceara\ncease\ncease-fire\nceased\nceasefire\nceasefires\nceaseless\nceaselessly\nceases\nceasing\nceat\nceausescu\nceawlin\nceb\nceballos\ncebit\ncebu\ncebuano\ncec\nceca\ncecchetti\ncecchi\ncece\ncecelia\ncech\nceci\ncecil\ncecile\ncecilia\ncecily\ncecum\nced\nceda\ncedar\ncedars\ncedars-sinai\ncedarville\ncedd\ncede\nceded\ncedel\ncedenco\ncedeno\ncedergren\ncedes\ncedi\nceding\ncedis\ncedras\ncedric\ncee\nceec\nceecs\nceee\nceefax\ncees\ncef\ncefic\ncefn\ncefta\nceg\ncegelec\ncegep\ncegetel\ncegielski\nceh\ncei\nceiba\nceili\nceilidh\nceiling\nceilings\nceiriog\ncejka\nceka\ncekander\ncel\ncel-sci\ncela\nceladon\ncelan\ncelanese\ncelastraceae\ncelaya\ncelbridge\ncelcom\ncelebes\ncelebi\nceleborn\ncelebrant\ncelebrants\ncelebrate\ncelebrated\ncelebrates\ncelebrating\ncelebration\ncelebrations\ncelebratory\ncelebre\ncelebrezze\ncelebrities\ncelebrity\ncelera\nceleron\ncelery\nceles\ncelesc\ncelesta\nceleste\ncelestia\ncelestial\ncelestials\ncelestica\ncelestin\ncelestina\ncelestine\ncelestino\ncelgene\ncelia\nceliac\ncelibacy\ncelibate\ncelic\ncelica\ncelie\ncelik\ncelina\nceline\ncelio\ncelje\ncelji\ncell\ncell.\ncella\ncellar\ncellars\ncellcom\ncelle\ncelled\ncellegy\ncellex\ncellier\ncellini\ncellist\ncellists\ncellmate\ncellnet\ncello\ncellophane\ncellos\ncellphone\ncellphones\ncellpro\ncells\ncellstar\ncelltech\ncellucci\ncellular\ncellularvision\ncelluloid\ncellulose\ncellulosic\ncelo\ncels\ncelsis\ncelsius\ncelso\ncelsus\ncelt\ncelta\nceltiberian\nceltic\nceltics\ncelts\ncelulosa\ncelulose\nceluloza\ncelyn\ncem\ncemaes\ncement\ncement-maker\ncemented\ncementing\ncemento\ncementos\ncements\ncemeteries\ncemetery\ncemex\ncemig\ncemil\ncempella\ncen\ncen.bank\ncena\ncenbank\ncendant\ncenel\ncenelec\ncenfed\ncengic\ncenit\ncenobites\ncenotaph\ncenozoic\ncensor\ncensored\ncensoring\ncensors\ncensorship\ncensure\ncensured\ncensures\ncensuring\ncensus\ncensuses\ncent\ncent.\ncentak\ncental\ncentaur\ncentauri\ncentaurs\ncentaurus\ncentavo\ncentavos\ncentcom\ncentenarian\ncentenario\ncentenary\ncentennial\ncentennials\ncenteon\ncenter\ncenter-left\ncenter-south\ncentercut\ncentered\ncenterfire\ncenterfold\ncentering\ncenterior\ncenterline\ncentermark\ncenterpiece\ncenterpoint\ncenters\ncentertel\ncenterville\ncentex\ncentigrade\ncentigram\ncentilibres\ncentime\ncentimes\ncentimeter\ncentimeters\ncentimetre\ncentimetres\ncentipede\ncentipedes\ncentistoke\ncento\ncentocor\ncentra\ncentraal\ncentrais\ncentral\ncentral-chernozem\ncentral-south\ncentrale\ncentralia\ncentralisation\ncentralise\ncentralised\ncentralising\ncentralism\ncentralist\ncentrality\ncentralization\ncentralize\ncentralized\ncentralizing\ncentrally\ncentralpower\ncentre\ncentre-back\ncentre-field\ncentre-forward\ncentre-left\ncentre-right\ncentre-south\ncentre-stage\ncentred\ncentreinvest\ncentreline\ncentreman\ncentrepiece\ncentrepoint\ncentres\ncentreville\ncentric\ncentrica\ncentrifugal\ncentrifugation\ncentrifuge\ncentrifuges\ncentring\ncentripetal\ncentrist\ncentrists\ncentro\ncentroid\ncentrolenidae\ncentromere\ncentromin\ncentronics\ncentrosim\ncentrostal\ncentrum\ncents\ncentum\ncentura\ncenturies\ncenturies-old\ncenturion\ncenturions\ncentury\ncentury-old\ncentury.\nceo\nceoe\nceos\ncep\ncepa\ncepeda\ncephalic\ncephalon\ncephalopod\ncephalopods\ncephalosporins\ncephalothorax\ncepheid\ncepheus\ncephiro\ncepi\nceps\ncepsa\ncept\ncer\ncera\nceramco\nceramic\nceramica\nceramiche\nceramics\ncerar\nceratopsian\nceratopsians\ncerberus\ncercle\ncerda\ncerdagne\ncerdanya\ncerdic\ncere\ncereal\ncereal-based\ncereales\ncereals\ncerebellar\ncerebellum\ncerebos\ncerebral\ncerebro\ncerebrospinal\ncerebrovascular\ncerebrum\ncerebus\nceredigion\nceremonial\nceremonially\nceremonies\nceremoniously\nceremony\ncereol\nceres\ncerevisiae\ncerezo\ncerf\nceri\nceridian\ncerion\ncerium\ncerj\ncermak\ncern\ncerna\ncernavoda\ncerne\ncerner\ncernobbio\ncerny\ncero\ncerpa\ncerplex\ncerps\ncerrado\ncerrejon\ncerrito\ncerritos\ncerro\ncersei\ncert\ncertain\ncertainly\ncertainties\ncertainty\ncertificate\ncertificated\ncertificates\ncertification\ncertifications\ncertified\ncertifies\ncertify\ncertifying\ncertiorari\ncertosa\ncerts\ncerulean\ncerus\ncervantes\ncervecera\ncerveceria\ncervecerias\ncervera\ncerveza\ncervical\ncervix\ncervone\ncervus\nces\ncesaire\ncesar\ncesare\ncesarini\ncesario\ncesaris\ncesc\ncesena\ncesi\ncesid\ncesium\nceska\nceske\nceskoslovenska\ncesky\ncesnek\ncesp\ncespedes\ncess\ncessation\ncession\ncessna\ncessnock\ncet\ncetacea\ncetacean\ncetaceans\nceteco\ncetelem\ncetera\ncetes\nceti\ncetin\ncetinje\nceto\ncetra\ncetragpa\ncetshwayo\ncette\ncetus\nceu\nceuta\ncev\nceva\nceval\ncevennes\ncevik\nceyhan\nceylan\nceylinco\nceylon\nceylonese\ncez\ncezanne\ncezar\ncezary\ncf\ncf.\ncf0\ncfa\ncfao\ncfb\ncfc\ncfcf\ncfcs\ncfd\ncfds\ncfdt\ncfe\ncff\ncfi\ncfl\ncfm\ncfmeu\ncfmmi\ncfny\ncfo\ncfp\ncfpi\ncfpl\ncfr\ncfrb\ncfs\ncfsa\ncfsa--us\ncfsls\ncfsp\ncft\ncftc\ncfto\ncfu\ncfx\ncg\ncg0\ncga\ncgb\ncgc\ncge\ncgea\ncger\ncges\ncgi\ncgic\ncgil\ncgip\ncgm\ncgmp\ncgs\ncgt\ncgtl\ncgv\nch\nch'uan\nch.\nch.polivu\nch0\nch0=\nch0e\ncha\nchaab\nchabab\nchabad\nchaban\nchabon\nchabot\nchabrier\nchabrol\nchacabuco\nchacarita\nchace\nchach\nchacha\nchachapoyas\nchaco\nchacon\nchad\nchadbourne\nchadderton\nchade\nchadha\nchadian\nchadli\nchadwick\nchae\nchaebol\nchaebols\nchafed\nchafee\nchaff\nchaffart\nchaffee\nchaffey\nchaffin\nchafing\nchagall\nchagas\nchagatai\nchagos\nchagrin\nchaguanas\nchah\nchahar\nchahine\nchai\nchaim\nchain\nchain-smoking\nchaine\nchained\nchaining\nchainmail\nchains\nchainsaw\nchainsaws\nchaipravat\nchair\nchaira\nchaired\nchaires\nchairing\nchairlift\nchairlifts\nchairman\nchairman-in-office\nchairmanship\nchairmen\nchairperson\nchairpersons\nchairs\nchairwoman\nchaise\nchaitanya\nchaitow\nchaitra\nchaiwat\nchaiyasarn\nchaiyawat\nchak\nchaka\nchakki\nchakma\nchakotay\nchakra\nchakrabortti\nchakraborty\nchakras\nchakravarti\nchakravarty\nchakri\nchakwal\nchakyar\nchal\nchalabi\nchalcedon\nchalcedonian\nchalcis\nchalcolithic\nchalcopyrite\nchaldean\nchaldeans\nchalerm\nchalet\nchalets\nchaleur\nchalfant\nchalfont\nchalice\nchalk\nchalkboard\nchalke\nchalked\nchalker\nchalking\nchalky\nchallenge\nchallenged\nchallenger\nchallengers\nchallenges\nchallenging\nchallis\nchalloner\nchalmers\nchalmette\nchalon\nchaloner\nchalons\nchalukya\nchalukyan\nchalukyas\ncham\nchama\nchamba\nchambal\nchamber\nchambered\nchambering\nchamberlain\nchamberlin\nchambermaid\nchambers\nchambersburg\nchambery\nchambliss\nchambly\nchambord\nchambre\nchamchamal\nchameleon\nchameleons\nchamillionaire\nchaminade\nchaminda\nchamlong\nchamois\nchamomile\nchamonix\nchamorro\nchamot\nchamoun\nchamp\nchampa\nchampagne\nchampagnes\nchampaign\nchampalimaud\nchamparan\nchampion\nchampioned\nchampioning\nchampionnat\nchampions\nchampionship\nchampionship-winning\nchampionships\nchamplain\nchamplin\nchampoeg\nchampollion\nchamps\nchamps-elysees\nchamrath\nchan\nchan-mok\nchana\nchanakya\nchance\nchanced\nchancel\nchancellery\nchancellor\nchancellors\nchancellorship\nchancellorsville\nchancery\nchances\nchand\nchanda\nchandana\nchandelier\nchandeliers\nchanderi\nchanderpaul\nchandi\nchandidas\nchandigarh\nchandler\nchandni\nchandon\nchandos\nchandra\nchandrababu\nchandradeo\nchandragiri\nchandragupta\nchandran\nchandrapur\nchandrasekera\nchandrasekhar\nchandraswami\nchandrika\nchandu\nchane\nchanel\nchanelled\nchanes\nchaney\nchang\nchang'an\nchang-joong\nchangan\nchangchai\nchangchun\nchange\nchange-over\nchangeable\nchanged\nchangeling\nchangelings\nchangeover\nchangeovers\nchanger\nchangers\nchanges\nchangeup\nchanghong\nchangi\nchangin\nchanging\nchangsha\nchangzhou\nchani\nchania\nchanna\nchannel\nchanneled\nchannelers\nchanneling\nchannelized\nchannelled\nchannelling\nchannels\nchanning\nchannon\nchanson\nchansons\nchant\nchantal\nchante\nchanted\nchantelle\nchanter\nchanters\nchanteur\nchanteuse\nchanthol\nchanticleer\nchantilly\nchanting\nchantry\nchants\nchanute\nchao\nchaos\nchaosium\nchaotic\nchaotix\nchaouch\nchaozhou\nchap\nchap.\nchapa\nchaparral\nchaparrals\nchapbook\nchapbooks\nchapel\nchapelle\nchapels\nchapeltown\nchaperon\nchaperone\nchaperones\nchapin\nchaplain\nchaplaincy\nchaplains\nchapleau\nchaplin\nchaplinsky\nchapman\nchappaqua\nchappell\nchappelle\nchapple\nchaps\nchapter\nchapterhouse\nchapters\nchapuisat\nchapultepec\nchar\nchara\ncharacter\ncharacterisation\ncharacterise\ncharacterised\ncharacterises\ncharacterising\ncharacteristic\ncharacteristically\ncharacteristics\ncharacterization\ncharacterizations\ncharacterize\ncharacterized\ncharacterizes\ncharacterizing\ncharacters\ncharade\ncharades\ncharadriidae\ncharan\ncharasse\ncharbonneau\ncharbonnier\ncharbonniere\ncharcoal\ncharcot\nchard\nchardin\nchardon\nchardonnay\ncharente\ncharentes\ncharenton\ncharest\ncharette\ncharge\ncharge-off\ncharge-offs\nchargeable\ncharged\nchargeoff\nchargeoffs\ncharger\nchargers\ncharges\nchargesheet\nchargeurs\ncharging\nchari\ncharikar\nchariman\ncharing\nchariot\ncharioteer\nchariots\ncharis\ncharisma\ncharismatic\ncharisse\ncharitable\ncharite\ncharities\nchariton\ncharity\ncharizard\ncharkhi\ncharl\ncharlatan\ncharlatans\ncharlemagne\ncharlemont\ncharlene\ncharleroi\ncharles\ncharleston\ncharlestown\ncharlesworth\ncharleville\ncharlevoix\ncharley\ncharlie\ncharlier\ncharlize\ncharlois\ncharlot\ncharlotta\ncharlotte\ncharlottenburg\ncharlottesville\ncharlottetown\ncharlton\ncharly\ncharm\ncharmaine\ncharman\ncharmed\ncharmer\ncharmers\ncharmian\ncharmilles\ncharming\ncharms\ncharmy\ncharn\ncharney\ncharnham\ncharnock\ncharnwood\ncharoen\ncharon\ncharopidae\ncharpentier\ncharred\ncharrette\ncharriere\ncharron\nchart\nchart-based\nchart-driven\ncharted\ncharter\nchartered\ncharterer\ncharterers\ncharterhouse\nchartering\ncharteris\ncharters\ncharting\nchartist\nchartists\nchartres\nchartreuse\ncharts\nchartwell\nchartwise\ncharu\ncharybdis\nchas\nchasa\nchase\nchased\nchaser\nchasers\nchases\nchasidic\nchasidim\nchasing\nchasm\nchasse\nchasseurs\nchassidic\nchassis\nchastain\nchaste\nchastened\nchastise\nchastised\nchastises\nchastity\nchasuble\nchat\nchatchai\nchateau\nchateaubriand\nchateauguay\nchateauneuf\nchateauroux\nchateaux\nchatelain\nchatelaine\nchatelet\nchatellerault\nchater\nchatfield\nchatham\nchatichai\nchatillon\nchatman\nchatroom\nchatrooms\nchats\nchatswood\nchatsworth\nchattahoochee\nchattan\nchattanooga\nchatted\nchattel\nchattels\nchattem\nchatter\nchatterbox\nchattering\nchatterjee\nchatterley\nchatterton\nchatti\nchatting\nchattisgarh\nchatto\nchattooga\nchattopadhyay\nchatty\nchatumongkol\nchaturanan\nchaturvedi\nchatwin\nchau\nchaucer\nchaudhary\nchaudhry\nchaudhuri\nchaudiere\nchauffeur\nchauffeur-driven\nchauhan\nchauhans\nchaumont\nchauncey\nchaus\nchaussee\nchausson\nchautauqua\nchauvel\nchauvet\nchauvin\nchauvinism\nchauvinist\nchauvinistic\nchaux\nchavalit\nchavannes\nchaves\nchavez\nchavin\nchavis\nchavo\nchawla\nchay\nchaya\nchaykin\nchaz\nchazov\nchazz\nchc\nchch\nche\nchea\ncheadle\ncheah\ncheam\ncheap\ncheapen\ncheapened\ncheaper\ncheapest\ncheaply\ncheapness\ncheapside\ncheary\ncheat\ncheated\ncheater\ncheaters\ncheatham\ncheating\ncheats\ncheb\ncheboksary\ncheboygan\nchebyshev\ncheca\nchechen\nchechens\nchechnya\ncheck\ncheck-in\ncheck-up\ncheck-ups\nchecked\nchecker\ncheckerboard\ncheckered\ncheckers\ncheckfree\nchecking\nchecklist\nchecklists\ncheckmate\ncheckoff\ncheckout\ncheckpoint\ncheckpoints\nchecks\nchecksum\ncheckup\nched\ncheddar\ncheddi\nchedi\nchee\nchee-hwa\ncheech\ncheek\ncheekbone\ncheeked\ncheeks\ncheeky\ncheema\ncheer\ncheered\ncheerful\ncheerfully\ncheerfulness\ncheerier\ncheering\ncheerleader\ncheerleaders\ncheerleading\ncheers\ncheery\ncheese\ncheeseburger\ncheesecake\ncheeses\ncheesy\ncheetah\ncheetahs\ncheetham\ncheetor\ncheever\nchef\nchefoo\nchefs\nchege\nchehalis\ncheikh\ncheil\ncheiljedang\ncheju\nchek\ncheka\nchekhov\nchekiang\nchekov\nchela\nchelan\nchelating\nchelation\nchelicerae\nchelios\nchellgren\nchelm\nchelmno\nchelmsford\nchelny\nchelsea\nchelsfield\ncheltenham\nchelyabenergo\nchelyabinsk\nchem\nchemapol\nchembai\nchemco\nchemed\nchemfab\nchemgenics\nchemical\nchemically\nchemicals\nchemicals-inorganic\nchemicals-organic\nchemie\nchemin\ncheminor\nchemins\nchemise\nchemiskor\nchemist\nchemistry\nchemists\nchemlon\nchemnitz\nchemo\nchemokine\nchemopetrol\nchemotaxis\nchemotherapeutic\nchemotherapy\nchemtrak\nchemung\nchen\nchen-fu\nchenab\nchenango\nchenault\nchene\ncheney\ncheng\ncheng-chin\nchengdu\nchenier\nchenming\nchennai\nchennault\nchenoweth\ncheo\ncheong\ncheow\nchep\nchepanis\nchepstow\ncheque\nchequered\nchequers\ncheques\ncher\nchera\ncheras\ncheraw\ncherbourg\ncherenkov\ncheri\ncherie\ncherif\ncherifien\ncherifienne\ncherish\ncherished\ncheriton\ncherkasov\ncherkasy\nchern\nchernenko\ncherney\nchernigov\nchernihiv\nchernin\nchernivtsi\nchernobyl\nchernogorneft\nchernomorets\nchernomyrdin\ncherokee\ncherokees\ncherries\ncherry\ncherryh\nchert\nchertoff\nchertsey\ncherub\ncherubim\ncherubimon\ncherubini\ncherubino\ncherubs\ncherwell\ncheryl\nches\nchesapeak\nchesapeake\ncheserem\nchesham\ncheshire\ncheshunt\nchesley\nchesney\nchesnokov\nchesnutt\nchespirito\nchess\nchess-playing\nchess0\nchessboard\nchessen\nchessie\nchessington\nchest\nchested\nchester\nchester-le-street\nchesterfield\nchesterton\nchestertown\nchestnut\nchestnuts\nchests\nchet\nchetan\nchetham\nchetnik\nchetniks\nchetta\nchettiar\nchetumal\nchetwynd\ncheuk-yan\ncheung\ncheuvreux\ncheval\nchevalier\nchevaliers\nchevallier\nchevelle\nchevenement\nchevers\nchevette\ncheviot\nchevreuse\nchevrolet\nchevrolets\nchevron\nchevrons\nchevy\nchew\nchewbacca\nchewed\nchewing\nchews\nchewy\nchex\ncheyenne\ncheyne\ncheyney\nchez\nchf\nchg\nchh\nchhabria\nchhatrapati\nchhattisgarh\nchhay\nchhon\nchi\nchia\nchia-tung\nchiahemen\nchiaki\nchian\nchiana\nchiang\nchianti\nchiao\nchiapas\nchiappucci\nchiara\nchiarelli\nchiari\nchiaroscuro\nchiat\nchiba\nchibi\nchibiusa\nchibor\nchic\nchica\nchicago\nchicago-area\nchicago-based\nchicago.derivatives.newsroom@reuters.com\nchicagoans\nchicagoland\nchicane\nchicano\nchicanos\nchicha\nchichele\nchichen\nchichester\nchichi\nchichibu\nchichimeca\nchick\nchickahominy\nchickamauga\nchickasaw\nchicken\nchickenpox\nchickens\nchickpeas\nchicks\nchico\nchicogo\nchicopee\nchicory\nchicoutimi\nchidamabaram\nchidambaram\nchided\nchides\nchie\nchief\nchief-of-staff\nchiefdom\nchiefdoms\nchiefly\nchiefs\nchieftain\nchieftains\nchieftainship\nchien\nchiesa\nchieti\nchievo\nchiffon\nchiffre\nchifley\nchigi\nchigir\nchigorin\nchigwell\nchih\nchih-kang\nchiharu\nchihiro\nchiho\nchihuahua\nchihuahua-pacific\nchihuahuan\nchik\nchikafumi\nchikara\nchikuma\nchilanga\nchilavert\nchilcotin\nchild\nchild-care\nchild-sex\nchildbearing\nchildbirth\nchildcare\nchilde\nchildebert\nchilden\nchilderic\nchilders\nchildhood\nchildhoods\nchildish\nchildless\nchildlike\nchildren\nchildrens\nchildrenswear\nchildress\nchilds\nchile\nchilean\nchilean-issued\nchileans\nchilectra\nchilena\nchiles\nchilgener\nchili\nchilkoot\nchill\nchilled\nchiller\nchillers\nchilli\nchillicothe\nchillies\nchilling\nchilliwack\nchillout\nchills\nchilly\nchiloe\nchilpancingo\nchilperic\nchilquinta\nchiltern\nchilterns\nchilton\nchiluba\nchim\nchimaera\nchimaira\nchimborazo\nchimbote\nchime\nchimed\nchimera\nchimeras\nchimeric\nchimerine\nchimes\nchiming\nchimko\nchimney\nchimneys\nchimp\nchimpanzee\nchimpanzees\nchimps\nchimu\nchin\nchina\nchina-affiliated\nchina-appointed\nchina-backed\nchina-based\nchina-born\nchina-concept\nchina-controlled\nchina-incorporated\nchina-related\nchina-taiwan\nchina-u.s.\nchinaka\nchinaman\nchinas\nchinatown\nchinatowns\nchinatrust\nchincha\nchinchilla\nchinchillas\nchincoteague\nchindia\nchindits\nchine\nchinensis\nchinese\nchinese-american\nchinese-built\nchinese-controlled\nchinese-language\nchinese-made\nchinese-owned\nchinese-style\nching\nching-yuan\nchingford\nchingy\nchini\nchink\nchinle\nchinmaya\nchinn\nchinna\nchinnaswamy\nchino\nchinon\nchinook\nchinooks\nchins\nchioggia\nchios\nchiou\nchip\nchip-making\nchipboard\nchipita\nchipmaker\nchipmakers\nchipmaking\nchipman\nchipmunk\nchipmunks\nchipotle\nchippawa\nchipped\nchippendale\nchippenham\nchipper\nchipperfield\nchippewa\nchipping\nchips\nchipset\nchipsets\nchiquita\nchiquititas\nchirac\nchirag\nchiral\nchirality\nchiranjeevi\nchirex\nchiricahua\nchirico\nchiriqui\nchirk\nchiro\nchiron\nchiropractic\nchiropractor\nchiropractors\nchiroscience\nchirp\nchirping\nchisel\nchiseled\nchisels\nchisholm\nchishti\nchisinau\nchislehurst\nchispa\nchiss\nchissano\nchisum\nchiswick\nchit\nchita\nchitalu\nchitan\nchitauro\nchiti\nchitin\nchiton\nchitose\nchitra\nchitradurga\nchitral\nchitrapur\nchittagong\nchittaranjan\nchittenango\nchittenden\nchittenden00\nchittoor\nchittor\nchitty\nchiu\nchivalric\nchivalrous\nchivalry\nchivas\nchivers\nchivington\nchiwan\nchiyo\nchiyoda\nchizu\nchizuru\nchl\nchladkova\nchlamydia\nchloe\nchlor\nchlor-alkali\nchloramphenicol\nchlorate\nchloride\nchlorides\nchlorinated\nchlorination\nchlorine\nchlorite\nchlorofluorocarbons\nchloroform\nchlorophyll\nchloroplast\nchloroplasts\nchloroquine\nchlorpromazine\nchm\nchng\ncho\nchoa\nchoate\nchobham\nchoc\nchock\nchoco\nchocobo\nchocolate\nchocolates\nchoctaw\nchoctaws\nchodkiewicz\nchoe\nchoephel\nchofetz\nchogyal\nchogyam\nchohung\nchoi\nchoice\nchoices\nchoir\nchoirboy\nchoirboys\nchoirmaster\nchoirs\nchoiseul\nchoithani\nchojin\nchok\nchoke\nchoked\nchoker\nchokes\nchokhani\nchoking\nchoksey\nchol\nchola\ncholas\ncholera\ncholesterol\ncholesterol-cutting\ncholesterol-lowering\ncholesterol-reducing\ncholine\ncholinergic\ncholinesterase\ncholla\ncholmondeley\ncholula\nchom\nchome\nchomp\nchomper\nchomsky\nchon\nchonbuk\nchondrites\nchong\nchong-ha\nchongqing\nchongryon\nchongyang\nchonnam\nchono\nchoo\nchoon\nchoon-sik\nchoong\nchoonhavan\nchoose\nchooses\nchoosing\nchoosy\nchop\nchopin\nchopped\nchopper\nchoppers\nchoppiness\nchopping\nchoppy\nchopra\nchops\nchopsticks\nchoquette\nchor\nchora\nchoral\nchorale\nchorales\nchoraria\nchord\nchordal\nchords\nchore\nchoreograph\nchoreographed\nchoreographer\nchoreographers\nchoreographic\nchoreographing\nchoreography\nchores\nchorionic\nchorister\nchoristers\nchorizo\nchorley\nchorlton\nchornomorets\nchoro\nchoroid\nchorus\nchoruses\nchorzow\nchose\nchosen\nchoses\nchoshu\nchosin\nchosing\nchosun\nchota\nchou\nchoudhary\nchoudhury\nchoughs\nchouinard\nchoujin\nchoujins\nchouteau\nchow\nchowan\nchowder\nchowdhury\nchowk\nchoy\nchp\nchr\nchr.\nchretien\nchris\nchris-craft\nchris.aspin@reuters.com\nchrism\nchrissie\nchrissy\nchrist\nchrista\nchristabel\nchristadelphian\nchristadelphians\nchristchurch\nchristchurch-based\nchristen\nchristendom\nchristened\nchristening\nchristensen\nchrister\nchristgau\nchristi\nchristiaan\nchristian\nchristian-nationalist\nchristiana\nchristiane\nchristiani\nchristiania\nchristianisation\nchristianised\nchristianity\nchristianization\nchristianize\nchristianized\nchristians\nchristiansborg\nchristiansen\nchristie\nchristies\nchristin\nchristina\nchristine\nchristman\nchristmas\nchristmastime\nchristo\nchristodoulakis\nchristodoulos\nchristodoulou\nchristof\nchristoffel\nchristoffer\nchristofias\nchristofides\nchristological\nchristology\nchristoph\nchristophe\nchristopher\nchristopherson\nchristos\nchristus\nchristy\nchroma\nchromalloy\nchromate\nchromatic\nchromaticism\nchromaticity\nchromatids\nchromatin\nchromatography\nchromcraft\nchrome\nchromed\nchrominance\nchromite\nchromium\nchromodynamics\nchromophore\nchromosomal\nchromosome\nchromosomes\nchronic\nchronica\nchronically\nchronicle\nchronicled\nchronicler\nchroniclers\nchronicles\nchronicling\nchronicon\nchronimed\nchrono\nchronograph\nchronological\nchronologically\nchronologies\nchronology\nchronometer\nchronometers\nchronopost\nchronos\nchroscicki\nchrysalis\nchrysanthemum\nchrysler\nchrysostom\nchrystie\nchs\nchthon\nchthonic\nchu\nchua\nchuan\nchuang\nchub\nchubais\nchubb\nchubby\nchubu\nchubut\nchucheep\nchucho\nchuck\nchuckie\nchuckle\nchuckles\nchucks\nchucky\nchudleigh\nchuen\nchugach\nchugai\nchugging\nchugh\nchugoku\nchui\nchuk\nchukchi\nchukotka\nchukyo\nchul\nchula\nchulalongkorn\nchum\nchumash\nchumbawamba\nchumphon\nchumpol\nchums\nchun\nchunder\nchung\nchung-ling\nchungcheong\nchunghwa\nchungking\nchunk\nchunks\nchunky\nchunnananda\nchuo\nchupacabra\nchuquicamata\nchur\nchuraman\nchurch\nchurch-state\nchurches\nchurchgoers\nchurchill\nchurchman\nchurchmen\nchurchouse\nchurchward\nchurchyard\nchurn\nchurned\nchurning\nchuru\nchurubusco\nchusok\nchute\nchutes\nchutney\nchuuk\nchuvash\nchuvashia\nchyan\nchye\nchyna\nchyron\nci\nci-telcom\nci0\ncia\nciaculli\nciadea\nciampi\nciampino\ncian\nciano\nciao\nciara\nciaran\ncib\nciba\nciba-geigy\ncibalia\ncibber\ncibc\ncibc-wood\ncibcr\nciber\ncibinong\ncibitoke\ncibo\ncibola\ncibona\ncic\ncicada\ncicadas\nciccarelli\nciccone\ncicely\ncicero\ncichlid\ncichlidae\ncichlids\ncics\ncid\ncid-gallup\ncida\ncidade\ncidco\ncide\ncider\ncie\nciech\nciego\nciel\ncielito\ncielo\nciena\ncienaga\nciencia\nciencias\ncienega\ncienfuegos\ncierva\ncieszyn\ncif\ncifra\ncig\ncigading\ncigar\ncigarette\ncigarettes\ncigars\ncigatam\ncigna\ncih\ncii\ncil\ncilacap\ncilantro\ncilcorp\ncilento\ncilette\ncilia\nciliary\nciliated\ncilicia\ncilician\ncill\ncilla\nciller\ncilley\ncillian\ncilliers\ncim\ncima\ncimarron\ncimbri\nciment\ncimento\nciments\ncimetiere\ncimino\ncimmeria\ncimmerian\ncimmerians\ncimoli\ncimon\ncimoszewicz\ncimpor\ncimpor-cimentos\ncin\ncina\ncinaed\ncinchona\ncincinnati\ncincinnati-based\ncincinnatus\ncinco\ncindam\ncinder\ncinderella\ncinders\ncindy\ncine\ncinema\ncinemas\ncinemascope\ncinematheque\ncinematic\ncinematics\ncinematographer\ncinematographers\ncinematographic\ncinematography\ncinemax\ncineplex\ncinerama\ncinerea\ncinergi\ncinergy\ncingular\ncingulate\ncinhil\ncink\ncinma\ncinna\ncinnabar\ncinnamon\ncino\ncinq\ncinque\ncinquecento\ncinquieme\ncinta\ncintas\ncintegabelle\ncintra\ncinven\ncio\nciobanu\nciorbea\ncip\ncipher\nciphers\nciphertext\nciphertexts\ncipollini\ncipriani\ncipriano\nciprofloxacin\ncips\ncipsco\ncipta\ncipta-\nciputra\ncir\ncir.\ncirca\ncircadian\ncircassian\ncircassians\ncirce\ncircle\ncircled\ncircles\ncirclet\ncircleville\ncircling\ncirco\ncircon\ncircondariale\ncircuit\ncircuitous\ncircuitry\ncircuits\ncircular\ncircularly\ncirculars\ncirculate\ncirculated\ncirculates\ncirculating\ncirculation\ncirculations\ncirculatory\ncirculo\ncircumcised\ncircumcision\ncircumference\ncircumferential\ncircumflex\ncircumnavigate\ncircumnavigated\ncircumnavigating\ncircumnavigation\ncircumpolar\ncircumscribed\ncircumscription\ncircumspect\ncircumstance\ncircumstances\ncircumstantial\ncircumvent\ncircumvented\ncircumventing\ncircumvention\ncircus\ncircuses\ncirdan\ncirebon\ncirencester\nciriaco\nciriec\ncirillo\ncirio\ncirith\nciro\ncirque\ncirrhosis\ncirrus\ncis\ncisalpine\ncisc\ncisco\ncise\ncisf\nciskei\ncisl\ncisneros\ncisplatin\ncisse\ncissy\ncistercian\ncistercians\ncistern\ncisterna\ncisterns\ncisticola\ncisticolidae\ncistron\ncit\ncit.\ncita\ncitadel\ncitadels\ncitation\ncitations\ncite\nciteaux\ncited\ncites\ncitfeb\ncitgo\nciti\ncitibank\ncitic\nciticorp\ncities\ncitigroup\nciting\ncitisec\ncitisecurities\ncitizen\ncitizenry\ncitizens\ncitizenship\ncitizenships\ncitko\ncito\ncitra\ncitrate\ncitric\ncitrix\ncitroen\ncitron\ncitrus\ncitruspulp\ncitta\ncitv\ncity\ncity-based\ncity-centre\ncity-gate\ncity-owned\ncity-parish\ncity-run\ncity-state\ncity.\ncity.he\ncitybeat\ncitybus\ncitydev\ncityfront\ncityhold\ncityline\ncitylink\ncityrail\ncitys\ncityscape\ncityscapes\ncitytrain\ncitytrust\ncitytv\ncitywide\nciu\nciubuc\nciudad\nciumara\nciv\ncivet\ncivic\ncivica\ncivico\ncivics\ncivil\ncivile\ncivilian\ncivilians\ncivilis\ncivilisation\ncivilisations\ncivilised\ncivility\ncivilization\ncivilizations\ncivilized\ncivilizing\ncivita\ncivitas\ncivitavecchia\ncivitella\nciws\ncixi\ncj\ncj0\ncjc\ncjd\ncjec\ncjk\nck\nckd\ncke\ncki\ncklw\ncks\ncky\ncl\ncl0\ncla\nclaar\nclaassen\nclabecq\nclack\nclackamas\nclackmannan\nclackmannanshire\nclacton\nclad\ncladding\nclade\nclades\ncladistic\ncladistics\ncladogram\nclaes\nclaflin\nclaiborne\nclaim\nclaimant\nclaimants\nclaimed\nclaiming\nclaims\nclaims-paying\nclair\nclaire\nclairs\nclairvaux\nclairvoyance\nclairvoyant\nclal\nclallam\nclam\nclamber\nclambered\nclambering\nclamor\nclamoring\nclamour\nclamoured\nclamouring\nclamp\nclampdown\nclamped\nclampett\nclamping\nclamps\nclams\nclamshell\nclan\nclancy\nclandeboye\nclandestine\nclandestinely\nclane\nclank\nclann\nclannad\nclanricarde\nclans\nclansman\nclansmen\nclanton\nclap\nclapboard\nclapham\nclapp\nclapped\nclapper\nclapping\nclaps\nclapton\nclara\nclarabelle\nclarcor\nclare\nclaremont\nclaremore\nclarence\nclarendon\nclares\nclaret\nclarett\nclariant\nclarice\nclaridge\nclarification\nclarifications\nclarified\nclarifies\nclarify\nclarifying\nclarin\nclarinet\nclarinetist\nclarinetists\nclarinets\nclarinettist\nclarington\nclarins\nclarion\nclariond\nclaris\nclarissa\nclarisse\nclarita\nclaritin\nclarity\nclark\nclarke\nclarkin\nclarks\nclarksburg\nclarksdale\nclarkson\nclarkston\nclarkstown\nclarksville\nclaro\nclary\nclas\nclash\nclashed\nclashes\nclashing\nclasico\nclasp\nclasped\nclasps\nclass\nclass-a\nclass-action\nclasse\nclassed\nclasses\nclassic\nclassical\nclassically\nclassicism\nclassicist\nclassicists\nclassicizing\nclassico\nclassics\nclassification\nclassifications\nclassified\nclassifieds\nclassifier\nclassifiers\nclassifies\nclassify\nclassifying\nclassique\nclassis\nclassless\nclassmate\nclassmates\nclassroom\nclassrooms\nclassy\nclastic\nclathrate\nclatsop\nclattering\nclaud\nclaude\nclaudel\nclaudette\nclaudia\nclaudian\nclaudine\nclaudio\nclaudius\nclaus\nclause\nclausen\nclauses\nclausewitz\nclausius\nclaustrophobia\nclaustrophobic\nclausura\nclavain\nclave\nclavell\nclavering\nclavet\nclavichord\nclavicle\nclavier\nclavinet\nclavius\nclaw\nclawback\nclawed\nclawing\nclaws\nclawson\nclaxton\nclay\nclay-court\nclaydon\nclayey\nclayface\nclaymation\nclaymore\nclaymores\nclaypool\nclays\nclayton\nclb\nclc\ncldy\ncle\nclea\nclean\nclean-burning\nclean-up\ncleaned\ncleaner\ncleaner-burning\ncleaners\ncleanest\ncleaning\ncleanliness\ncleanly\ncleans\ncleanse\ncleansed\ncleansing\ncleanup\ncleanups\nclear\nclear-cut\nclearance\nclearances\nclearcut\ncleared\nclearer\nclearest\nclearfield\nclearing\nclearinghouse\nclearings\nclearly\nclearness\nclearnet\nclears\nclearstream\nclearview\nclearwater\ncleary\ncleats\ncleavage\ncleave\ncleaved\ncleaver\ncleaves\ncleaving\ncleburne\nclec\nclee\ncleef\ncleese\ncleethorpes\ncleeve\nclef\ncleft\nclefts\nclegg\ncleghorn\ncleland\nclelia\nclem\nclemence\nclemenceau\nclemency\nclemens\nclement\nclemente\nclementi\nclementina\nclementine\nclements\nclemenza\nclemmow\nclemons\nclemson\nclenched\ncleo\ncleomenes\ncleon\ncleopatra\nclerc\nclerck\nclercq\nclerestory\nclergy\nclergyman\nclergymen\ncleric\nclerical\nclericalism\nclerici\nclerics\nclerides\nclerk\nclerked\nclerkenwell\nclerks\nclerkship\nclermont\nclermont-ferrand\ncletus\ncleve\nclevedon\ncleveland\ncleveland-based\nclever\ncleverly\ncleverness\ncleves\nclf\ncli\ncliburn\ncliche\ncliched\ncliches\nclichy\nclick\nclickable\nclicked\nclicking\nclicks\nclient\nclient-server\nclient/server\nclientele\nclients\nclifden\ncliff\ncliffe\ncliffhanger\ncliffhangers\ncliffjumper\nclifford\ncliffs\ncliffside\nclift\nclifton\ncliftonville\ncliggott\nclijsters\nclik\nclimactic\nclimate\nclimates\nclimatic\nclimatological\nclimatology\nclimax\nclimaxed\nclimaxes\nclimaxing\nclimb\nclimbdown\nclimbed\nclimber\nclimbers\nclimbing\nclimbs\nclimes\nclin\nclinch\nclinched\nclincher\nclinches\nclinching\ncline\ncling\nclinger\nclinging\nclings\nclinic\nclinical\nclinically\nclinician\nclinicians\nclinics\nclinker\nclint\nclinton\nclinton-gore\nclinton-yeltsin\nclintons\nclintrials\nclio\nclip\nclipboard\nclipped\nclipper\nclippers\nclipping\nclippings\nclips\nclipsal\nclique\ncliques\nclitheroe\nclitic\nclitoral\nclitoris\nclive\nclive.mckeef\nclive.mckeef@reuters.com\nclk\ncllr\nclm\nclmc\nclms\nclo\ncloaca\ncloak\ncloak-and-dagger\ncloaked\ncloaking\ncloaks\nclobbered\nclock\nclocked\nclocking\nclockmaker\nclockmakers\nclocks\nclocktower\nclockwerk\nclockwise\nclockwork\nclodia\nclodius\ncloes\nclog\nclogged\nclogging\nclogher\nclogs\ncloister\ncloistered\ncloisters\nclonal\ncloncurry\nclondalkin\nclone\ncloned\nclones\ncloney\ncloning\nclonmel\nclontarf\nclooney\nclopidogrel\ncloris\nclorox\nclos\nclose\nclose)-----------------------\nclose-ended\nclose-knit\nclose-out\nclose-range\nclose-season\nclose-up\nclosed\nclosed-circuit\nclosed-door\nclosed-end\nclosed-ended\nclosed-envelope\nclosely\nclosely-held\nclosely-watched\ncloseness\ncloseout\ncloser\nclosers\ncloses\nclosest\ncloset\ncloseted\nclosets\ncloseup\nclosing\nclosings\nclostridium\nclosure\nclosures\nclot\nclotaire\ncloth\nclothe\nclothed\nclothes\nclothesline\nclothier\nclothing\ncloths\nclotilde\nclots\nclotting\ncloture\ncloud\ncloudbase\nclouded\ncloudiness\nclouding\nclouds\ncloudy\nclough\nclouseau\nclout\ncloutier\nclove\ncloven\nclover\ncloverdale\ncloverleaf\nclovers\ncloves\nclovis\nclow\nclowes\nclown\nclownfish\nclowning\nclowns\ncloyd\ncloyne\nclozapine\nclp\nclr\nclrd\ncls\nclsg\nclt\nclt-ufa\nclu\ncluan\nclub\nclub-record\nclubbed\nclubbers\nclubbing\nclubcard\nclube\nclubhaus\nclubhouse\nclubhouses\nclubman\nclubpartners\nclubs\nclue\ncluedo\ncluefinders\nclueless\nclues\ncluff\ncluj\nclump\nclumping\nclumps\nclumsily\nclumsiness\nclumsy\nclun\nclunes\nclung\ncluniac\ncluny\nclusiaceae\ncluster\nclustered\nclustering\nclusters\nclut\nclutch\nclutched\nclutches\nclutching\nclutha\nclutter\ncluttered\nclwyd\nclydach\nclyde\nclyde-savannah\nclydebank\nclydesdale\nclydeside\nclymer\nclyne\nclyro\nclytemnestra\ncm\ncm.\ncm0\ncma\ncmac\ncmag\ncmal\ncmb\ncmbl\ncmbt\ncmc\ncmd\ncmdr\ncmdr.\ncme\ncmf\ncmg\ncmh\ncmhc\ncmi\ncmic\ncmie\ncmj\ncml\ncmll\ncmm\ncmmdty\ncmmi\ncmn\ncmo\ncmos\ncmp\ncmpc\ncmpltns\ncmr\ncms\ncmt\ncmu\ncmv\ncmvm\ncmx\ncmyk\ncn\ncn0\ncna\ncnac\ncnam\ncnb\ncnb0\ncnbc\ncnbv\ncnc\ncnca\ncnd\ncndd\ncne\ncnes\ncnet\ncnf\ncng\ncni\ncniec\ncnj\ncnl\ncnmi\ncnmv\ncnn\ncnnc\ncno\ncnooc\ncnor\ncnp\ncnpc\ncnpf\ncnr\ncnrs\ncns\ncns0\ncnstrct\ncnstrctn\ncnt\ncntr\ncnv\ncnvm\ncnw\nco\nco-\nco-accused\nco-arranger\nco-arrangers\nco-author\nco-authored\nco-branded\nco-branding\nco-chair\nco-chaired\nco-chairman\nco-chairmen\nco-chairs\nco-chief\nco-conspirator\nco-conspirators\nco-counsel\nco-decision\nco-defence\nco-defendant\nco-defendants\nco-director\nco-driver\nco-exist\nco-existence\nco-financed\nco-financing\nco-founded\nco-founder\nco-founders\nco-generation\nco-head\nco-host\nco-hosting\nco-hosts\nco-lead\nco-leader\nco-leaders\nco-leads\nco-led\nco-managed\nco-manager\nco-managers\nco-nexus\nco-op\nco-operate\nco-operated\nco-operating\nco-operation\nco-operative\nco-operatives\nco-ops\nco-ordinate\nco-ordinated\nco-ordinating\nco-ordination\nco-ordinator\nco-ordinators\nco-owned\nco-owner\nco-owners\nco-pilot\nco-pilots\nco-premier\nco-premiers\nco-president\nco-presidents\nco-prime\nco-production\nco-ruling\nco-senior\nco-sponsor\nco-sponsored\nco-sponsoring\nco-sponsors\nco-star\nco-underwriters\nco-winner\nco-worker\nco-workers\nco.\nco.-\nco0\ncoa\ncoach\ncoachbuilder\ncoachbuilders\ncoached\ncoachella\ncoaches\ncoaching\ncoachman\ncoachmen\ncoad\ncoadjutor\ncoady\ncoagulation\ncoahuila\ncoakley\ncoal\ncoal-based\ncoal-fired\ncoal-mining\ncoalbed\ncoalbrookdale\ncoalesce\ncoalesced\ncoalescence\ncoalescing\ncoalfield\ncoalfields\ncoaling\ncoalition\ncoalitions\ncoaliton\ncoalminers\ncoals\ncoaltion\ncoalville\ncoanda\ncoarse\ncoarsely\ncoarser\ncoase\ncoast\ncoast-to-coast\ncoastal\ncoasted\ncoaster\ncoasters\ncoastguard\ncoastguards\ncoasting\ncoastline\ncoastlines\ncoasts\ncoastway\ncoastwise\ncoat\ncoat-tails\ncoatbridge\ncoated\ncoates\ncoating\ncoatings\ncoats\ncoattails\ncoatzacoalcos\ncoauthor\ncoauthored\ncoax\ncoaxed\ncoaxial\ncoaxing\ncob\ncobain\ncobalt\ncoban\ncobb\ncobbett\ncobble\ncobbled\ncobbler\ncobblers\ncobbles\ncobblestone\ncobblestones\ncobbold\ncobbs\ncobby\ncobden\ncobe\ncobelfret\ncobepa\ncobh\ncobham\ncobleigh\ncobo\ncobol\ncobos\ncobourg\ncobra\ncobras\ncobre\ncoburg\ncoburn\ncobweb\ncobwebs\ncoby\ncoc\ncoca\ncoca-cola\ncocaine\ncoccyx\ncocensys\ncoceral\ncoceres\ncoch\ncochabamba\ncochem\ncochilco\ncochin\ncochineal\ncochise\ncochlea\ncochlear\ncochran\ncochrane\ncock\ncockade\ncockaerts\ncockatoo\ncockatoos\ncockbain\ncockburn\ncockcroft\ncocke\ncocked\ncocker\ncockerel\ncockerell\ncockerill\ncockermouth\ncockfighting\ncocking\ncockle\ncockles\ncockney\ncockpit\ncockpits\ncockrell\ncockroach\ncockroaches\ncockrum\ncocks\ncocktail\ncocktails\ncocky\ncoco\ncocoa\ncocobod\ncoconino\ncoconut\ncoconuts\ncocoon\ncocoons\ncocopa\ncocos\ncocteau\ncocu\ncod\ncod0\ncoda\ncodan\ncodd\ncoddington\ncode\ncode-named\ncode-share\ncode-sharing\ncodebase\ncodebook\ncodec\ncodecision\ncodecs\ncoded\ncodeine\ncodelco\ncodemasters\ncodename\ncodenamed\ncodenames\ncoder\ncoders\ncodes\ncodeshare\ncodesp\ncodeword\ncodewords\ncodex\ncodey\ncodfish\ncodices\ncodification\ncodified\ncodify\ncodifying\ncodimension\ncoding\ncodman\ncodogno\ncodomain\ncodon\ncodons\ncodreanu\ncodrington\ncody\ncoe\ncoed\ncoeducation\ncoeducational\ncoefficient\ncoefficients\ncoega\ncoelba\ncoelce\ncoelho\ncoeli\ncoeliac\ncoelom\ncoen\ncoenagrionidae\ncoenzyme\ncoerce\ncoerced\ncoerces\ncoercing\ncoercion\ncoercive\ncoetzee\ncoetzer\ncoeur\ncoexist\ncoexisted\ncoexistence\ncoexisting\ncoextensive\ncoface\ncofactor\ncofactors\ncofap\ncofco\ncoffee\ncoffee-growing\ncoffee-producing\ncoffeehouse\ncoffeehouses\ncoffees\ncoffelt\ncofferati\ncoffered\ncoffers\ncoffey\ncoffeyville\ncoffin\ncoffins\ncoffman\ncoffs\ncofide\ncofidis\ncofinec\ncofir\ncofira\ncoflexip\ncofounded\ncofounder\ncog\ncogan\ncogeco\ncogema\ncogen\ncogeneration\ncogent\ncogentrix\ncoggan\ncoggins\ncoghill\ncoghlan\ncogito\ncognac\ncognacs\ncognate\ncognates\ncognex\ncognition\ncognitive\ncognitively\ncognizance\ncognizant\ncognomen\ncognos\ncogs\ncogswell\ncohabit\ncohabitation\ncohabiting\ncohan\ncohasset\ncoheed\ncohen\ncohens\ncoherence\ncoherency\ncoherent\ncoherently\ncohesion\ncohesive\ncohesiveness\ncohiba\ncohl\ncohn\ncoho\ncohoes\ncohomology\ncohort\ncohorts\ncohr\ncoi\ncoif\ncoil\ncoiled\ncoiling\ncoils\ncoimbatore\ncoimbra\ncoin\ncoin-operated\ncoinage\ncoincide\ncoincided\ncoincidence\ncoincidences\ncoincident\ncoincidental\ncoincidentally\ncoincidently\ncoincides\ncoinciding\ncoined\ncoining\ncoins\ncointel\ncointelpro\ncointreau\ncointrin\ncoir\ncoire\ncoit\ncoitus\ncojuangco\ncoke\ncoker\ncoking\ncokoladovny\ncol\ncol.\ncola\ncolac\ncolaiste\ncolan\ncolangelo\ncolaninno\ncolas\ncolbert\ncolbeth\ncolborne\ncolbun\ncolburn\ncolby\ncolchester\ncolchis\ncolcom\ncolcord\ncold\ncold-blooded\ncold-rolled\ncoldcut\ncolder\ncolder-than-normal\ncoldest\ncoldfield\ncoldfusion\ncolditz\ncoldly\ncoldness\ncoldplay\ncolds\ncoldstream\ncoldwater\ncoldwell\ncole\ncolebrook\ncolebrooke\ncoleco\ncolecovision\ncolegio\ncoleman\ncolenso\ncoleophora\ncoleoptera\ncolep\ncoleraine\ncoleridge\ncoles\ncoleshill\ncolet\ncolette\ncoley\ncolfax\ncolgan\ncolgate\ncolgate-palmolive\ncolhoun\ncoli\ncolibri\ncolic\ncoligny\ncolima\ncolin\ncolina\ncolinas\ncoliseum\ncolitis\ncoll\ncolla\ncollaborate\ncollaborated\ncollaborates\ncollaborating\ncollaboration\ncollaborationist\ncollaborations\ncollaborative\ncollaboratively\ncollaborator\ncollaborators\ncollage\ncollagen\ncollagenex\ncollages\ncollahuasi\ncollapse\ncollapsed\ncollapses\ncollapsible\ncollapsing\ncollar\ncollarbone\ncollard\ncollared\ncollars\ncollate\ncollated\ncollateral\ncollateralised\ncollateralized\ncollating\ncollation\ncollazo\ncolle\ncolleague\ncolleagues\ncollect\ncollectable\ncollectables\ncollected\ncollectible\ncollectibles\ncollecting\ncollection\ncollections\ncollective\ncollectively\ncollectives\ncollectivisation\ncollectivism\ncollectivist\ncollectivity\ncollectivization\ncollector\ncollectors\ncollects\ncolleen\ncollege\ncolleges\ncollegeville\ncollegial\ncollegian\ncollegians\ncollegiate\ncollegiately\ncollegio\ncollegium\ncollegues\ncollen\ncollender\ncollenette\ncollet\ncollett\ncollett-white\ncollette\ncolley\ncolli\ncolliculus\ncollide\ncollided\ncollider\ncollides\ncolliding\ncollie\ncollier\ncollieries\ncolliers\ncolliery\ncollies\ncollignon\ncollimated\ncollin\ncollina\ncollinear\ncollings\ncollingswood\ncollingtree\ncollingwood\ncollins\ncollins-thompson\ncollinson\ncollinsville\ncollinsworth\ncollinwood\ncollis\ncollision\ncollisions\ncollison\ncollodion\ncolloid\ncolloidal\ncolloids\ncolloquial\ncolloquialism\ncolloquially\ncolloquium\ncolloquy\ncollor\ncolluded\ncolluding\ncollusion\ncolly\ncollyer\ncollymore\ncolm\ncolma\ncolman\ncolmar\ncolmes\ncolne\ncolney\ncolo\ncolo.-based\ncolobus\ncologne\ncologne-based\ncoloma\ncoloman\ncolomb\ncolombes\ncolombia\ncolombian\ncolombiano\ncolombians\ncolombier\ncolombo\ncolon\ncolonel\ncolonelcy\ncolonels\ncoloni\ncolonia\ncolonial\ncolonial-era\ncolonial/\ncolonialism\ncolonialist\ncolonialists\ncolonials\ncolonias\ncolonic\ncolonie\ncolonies\ncolonisation\ncolonise\ncolonised\ncolonisers\ncolonising\ncolonist\ncolonists\ncolonization\ncolonize\ncolonized\ncolonizer\ncolonizers\ncolonizing\ncolonna\ncolonnade\ncolonnaded\ncolonnades\ncolonoscopy\ncolons\ncolony\ncolophon\ncolor\ncolorado\ncolorado-based\ncoloration\ncoloratura\ncolorectal\ncolored\ncolorful\ncoloring\ncolorist\ncolorized\ncolorless\ncolors\ncolosimo\ncolosio\ncolossal\ncolosseum\ncolossians\ncolossus\ncolostethus\ncolour\ncolour-chem\ncolouration\ncoloured\ncoloureds\ncolourful\ncolouring\ncolourless\ncolours\ncoloury\ncolquhoun\ncolquitt\ncolrich\ncolruyt\ncolson\ncolston\ncolstrip\ncolt\ncoltabaco\ncoltart\ncoltec\ncolter\ncolton\ncoltrane\ncolts\ncolubrid\ncoluim\ncolum\ncolumb\ncolumba\ncolumban\ncolumbanus\ncolumbarium\ncolumbia\ncolumbian\ncolumbiana\ncolumbians\ncolumbidae\ncolumbine\ncolumbium\ncolumbo\ncolumbus\ncolumella\ncolumn\ncolumnar\ncolumned\ncolumnist\ncolumnists\ncolumns\ncolusa\ncolville\ncolvin\ncolwell\ncolwyn\ncom\ncom(0\ncom(0)0\ncoma\ncomafi\ncomair\ncomal\ncomalco\ncomanche\ncomanches\ncomandante\ncomando\ncomaneci\ncomany\ncomapnies\ncomapny\ncomapred\ncomarca\ncomas\ncomatose\ncomayagua\ncomb\ncombat\ncombatant\ncombatants\ncombated\ncombaticons\ncombating\ncombative\ncombatives\ncombats\ncombatting\ncombe\ncombed\ncomber\ncombes\ncombi\ncombination\ncombinations\ncombinatorial\ncombinatorics\ncombine\ncombined\ncombined-cycle\ncombiner\ncombines\ncombing\ncombining\ncombis\ncombo\ncombos\ncombs\ncombust\ncombustible\ncombustion\ncombustor\ncomcast\ncomcauba\ncomden\ncomdex\ncomdial\ncomdisco\ncomdr.\ncome\ncome-back\ncome-from-behind\ncomeau\ncomeback\ncomebacks\ncomecon\ncomed\ncomedian\ncomedians\ncomedic\ncomedie\ncomedienne\ncomedies\ncomedy\ncomedy/drama\ncomelec\ncomely\ncomenius\ncomer\ncomerci\ncomercial\ncomerciala\ncomercio\ncomerford\ncomerica\ncomers\ncomert\ncomes\ncomesa\ncomet\ncometary\ncometh\ncomets\ncomeuppance\ncomex\ncomexindo\ncomforce\ncomfort\ncomfortable\ncomfortably\ncomforted\ncomforter\ncomforting\ncomforts\ncomfy\ncomgas\ncomhairle\ncomi\ncomic\ncomic0\ncomical\ncomically\ncomics\ncomilla\ncomin\ncominco\ncoming\ncomings\ncomintern\ncomique\ncomision\ncomiskey\ncomission\ncomit\ncomita\ncomital\ncomitatus\ncomite\ncomitia\ncomittee\ncomix\ncoml\ncomm\ncomma\ncommagene\ncommand\ncommandant\ncommanded\ncommandeer\ncommandeered\ncommandeering\ncommandeers\ncommander\ncommander-in-chief\ncommanderies\ncommanders\ncommandery\ncommandeur\ncommanding\ncommandment\ncommandments\ncommando\ncommandos\ncommands\ncommas\ncommcorp\ncomme\ncommedia\ncommem\ncommemorate\ncommemorated\ncommemorates\ncommemorating\ncommemoration\ncommemorations\ncommemorative\ncommemoratives\ncommence\ncommenced\ncommencement\ncommencements\ncommences\ncommencing\ncommend\ncommendable\ncommendation\ncommendations\ncommendatory\ncommended\ncommending\ncommends\ncommensurate\ncomment\ncomment-------------------------\ncomment--------------------------\ncomment----------------------------\ncommentaries\ncommentarii\ncommentary\ncommentate\ncommentated\ncommentates\ncommentating\ncommentator\ncommentators\ncommented\ncommenting\ncomments\ncommerce\ncommercial\ncommercial-industrial\ncommercial-use\ncommerciale\ncommercialisation\ncommercialise\ncommercialised\ncommercialism\ncommercialization\ncommercialize\ncommercialized\ncommercializing\ncommercially\ncommercials\ncommerical\ncommericial\ncommerz\ncommerzbank\ncomminges\ncommins\ncommision\ncommisioner\ncommisison\ncommissar\ncommissariat\ncommissars\ncommissary\ncommission\ncommissioned\ncommissioner\ncommissioners\ncommissioning\ncommissionings\ncommissions\ncommisson\ncommisssion\ncommit\ncommited\ncommitee\ncommiting\ncommitment\ncommitments\ncommits\ncommittal\ncommitte\ncommitted\ncommittee\ncommitteeman\ncommittees\ncommitting\ncommittment\ncommittments\ncommment\ncommmission\ncommmittee\ncommnet\ncommodification\ncommodities\ncommoditiies\ncommodity\ncommodore\ncommodores\ncommods\ncommodus\ncommon\ncommon-equivalent\ncommon-sense\ncommonalities\ncommonality\ncommoner\ncommoners\ncommonest\ncommonly\ncommonplace\ncommons\ncommonsense\ncommonwealth\ncommotion\ncomms\ncommscope\ncommun\ncommunal\ncommunalism\ncommunally\ncommunards\ncommunaute\ncommunciations\ncommune\ncommunes\ncommunicable\ncommunicants\ncommunicate\ncommunicated\ncommunicates\ncommunicating\ncommunication\ncommunications\ncommunicative\ncommunicator\ncommunicators\ncommunion\ncommunions\ncommuniqu\ncommunique\ncommuniques\ncommunis\ncommunism\ncommunist\ncommunist-backed\ncommunist-dominated\ncommunist-era\ncommunist-led\ncommunist-ruled\ncommunist-style\ncommuniste\ncommunistic\ncommunists\ncommunitarian\ncommunities\ncommunity\ncommunity-based\ncommutation\ncommutative\ncommutator\ncommute\ncommuted\ncommuter\ncommuters\ncommutes\ncommuting\ncomnenus\ncomo\ncomodoro\ncomoran\ncomorbid\ncomore\ncomorian\ncomoro\ncomoros\ncomoving\ncomox\ncomp\ncomp.\ncomp0\ncompaa\ncompact\ncompact/\ncompacted\ncompactflash\ncompactification\ncompacting\ncompaction\ncompactly\ncompactness\ncompacts\ncompagnia\ncompagnie\ncompagnoni\ncompanc\ncompanhia\ncompania\ncompanies\ncompanion\ncompanions\ncompanionship\ncompany\ncompany----------------pft\ncompany---------sector--------price---broker----------------\ncompany-by-company\ncompany-operated\ncompany-owned\ncompany-specific\ncompany-wide\ncompany.\ncompanys\ncompanywide\ncompaore\ncompaq\ncomparability\ncomparable\ncomparable-store\ncomparably\ncomparative\ncomparatively\ncomparatives\ncomparator\ncompare\ncompared\ncompares\ncomparing\ncomparision\ncomparison\ncomparisons\ncomparitive\ncompart\ncompartment\ncompartments\ncompass\ncompasses\ncompassion\ncompassionate\ncompatibility\ncompatible\ncompatibles\ncompatriot\ncompatriots\ncompay\ncompdent\ncompel\ncompelled\ncompelling\ncompels\ncompendium\ncompensate\ncompensated\ncompensates\ncompensating\ncompensation\ncompensations\ncompensator\ncompensatory\ncomper\ncompere\ncompete\ncompeted\ncompetence\ncompetences\ncompetencies\ncompetency\ncompetent\ncompetently\ncompetes\ncompeting\ncompetion\ncompetition\ncompetitions\ncompetitive\ncompetitively\ncompetitiveness\ncompetitivity\ncompetiton\ncompetitor\ncompetitors\ncompetitve\ncompetive\ncompiegne\ncompilation\ncompilations\ncompile\ncompiled\ncompiler\ncompilers\ncompiles\ncompiling\ncompl\ncomplacency\ncomplacent\ncomplain\ncomplainant\ncomplainants\ncomplained\ncomplaining\ncomplains\ncomplaint\ncomplaints\ncompleat\ncomplement\ncomplementarity\ncomplementary\ncomplemented\ncomplementing\ncomplements\ncomplete\ncompleted\ncompletely\ncompleteness\ncompletes\ncompletiapr\ncompletidec\ncompletifeb\ncompletijan\ncompletimar\ncompleting\ncompletiojul\ncompletiojun\ncompletion\ncompletions\ncomplex\ncomplexes\ncomplexion\ncomplexities\ncomplexity\ncompliance\ncompliant\ncompliation\ncomplicate\ncomplicated\ncomplicates\ncomplicating\ncomplication\ncomplications\ncomplicit\ncomplicity\ncomplied\ncomplies\ncompliment\ncomplimentary\ncomplimented\ncomplimenting\ncompliments\ncompline\ncomplts\ncomplutense\ncomply\ncomplying\ncompnay\ncompo\ncomponent\ncomponents\ncompos\ncompose\ncomposed\ncomposer\ncomposers\ncomposes\ncomposing\ncomposite\ncomposited\ncomposites\ncompositing\ncomposition\ncompositional\ncompositions\ncompositor\ncomposits\ncompost\ncompostela\ncomposting\ncomposure\ncompound\ncompounded\ncompounders\ncompounding\ncompounds\ncomprehend\ncomprehended\ncomprehending\ncomprehensible\ncomprehension\ncomprehensive\ncomprehensively\ncompress\ncompressed\ncompresses\ncompressibility\ncompressible\ncompressing\ncompression\ncompressive\ncompressor\ncompressors\ncomprise\ncomprised\ncomprises\ncomprising\ncompromise\ncompromised\ncompromises\ncompromising\ncompte\ncomptech\ncomptes\ncomptoirs\ncompton\ncomptroller\ncompucom\ncompulsion\ncompulsions\ncompulsive\ncompulsorily\ncompulsory\ncompusa\ncompuserve\ncompuserve.com\ncomputability\ncomputable\ncomputation\ncomputational\ncomputationally\ncomputations\ncompute\ncomputed\ncomputer\ncomputer-aided\ncomputer-based\ncomputer-controlled\ncomputer-driven\ncomputer-generated\ncomputer-related\ncomputerisation\ncomputerise\ncomputerised\ncomputerization\ncomputerized\ncomputerland\ncomputers\ncomputershare\ncomputervision\ncomputerworld\ncomputes\ncomputing\ncomputron\ncompuware\ncomrade\ncomrade-in-arms\ncomrades\ncomradeship\ncomrie\ncoms\ncomsat\ncomshare\ncomson\ncomstar\ncomstock\ncomsys\ncomte\ncomtech\ncomtesse\ncomuna\ncomunale\ncomune\ncomuni\ncomunidad\ncomunista\ncomus\ncomyn\ncon\nconab\nconacher\nconagra\nconaill\nconakry\nconall\nconama\nconan\nconant\nconasupo\nconaway\nconc\nconca\nconcacaf\nconcatenated\nconcatenation\nconcave\nconcavity\nconceal\nconcealed\nconcealing\nconcealment\nconceals\nconcede\nconceded\nconcedes\nconceding\nconceicao\nconceit\nconceited\nconceivable\nconceivably\nconceive\nconceived\nconceives\nconceiving\nconcensus\nconcentrate\nconcentrated\nconcentrates\nconcentrating\nconcentration\nconcentrations\nconcentrator\nconcentrators\nconcentric\nconcepcion\nconcept\nconception\nconceptions\nconceptronic\nconcepts\nconceptual\nconceptualised\nconceptualization\nconceptualize\nconceptualized\nconceptualizing\nconceptually\nconceptus\nconcern\nconcernant\nconcerned\nconcerning\nconcerns\nconcert\nconcertante\nconcerted\nconcertgebouw\nconcerti\nconcertina\nconcertino\nconcertmaster\nconcerto\nconcertos\nconcerts\nconcession\nconcessionaire\nconcessionaires\nconcessional\nconcessionary\nconcessions\nconcetti\nconch\nconcha\nconchita\nconchobair\nconchobar\nconcierge\nconcierto\nconciliar\nconciliate\nconciliation\nconciliator\nconciliatory\nconcilium\nconcise\nconcisely\nconclave\nconclaves\nconclude\nconcluded\nconcludes\nconcluding\nconclusion\nconclusions\nconclusive\nconclusively\nconcoct\nconcocted\nconcoction\nconcocts\nconcomitant\nconcomitantly\nconcord\nconcordance\nconcordat\nconcorde\nconcordia\nconcours\nconcourse\nconcourses\nconcrete\nconcretely\nconcretes\nconcretions\nconcubine\nconcubines\nconcur\nconcurred\nconcurrence\nconcurrency\nconcurrent\nconcurrently\nconcurring\nconcurs\nconcussion\nconcussions\nconcussive\ncondado\nconde\ncondell\ncondemn\ncondemnation\ncondemnations\ncondemned\ncondemning\ncondemns\ncondensate\ncondensates\ncondensation\ncondense\ncondensed\ncondenser\ncondensers\ncondenses\ncondensing\nconder\ncondescending\ncondiment\ncondiments\ncondit\ncondition\nconditional\nconditionality\nconditionally\nconditioned\nconditioner\nconditioners\nconditioning\nconditions\nconditions.**\nconditons\ncondo\ncondoleezza\ncondolence\ncondolences\ncondom\ncondominium\ncondominiums\ncondoms\ncondon\ncondone\ncondoned\ncondoning\ncondor\ncondorcet\ncondors\ncondos\ncondottieri\ncondottiero\ncondrey\nconducive\nconduct\nconductance\nconducted\nconducting\nconduction\nconductive\nconductivity\nconductor\nconductors\nconducts\nconduit\nconduits\ncondumex\ncondyle\ncone\nconed\nconejo\nconemaugh\ncones\nconestoga\nconey\nconf\nconfab\nconfalonieri\nconfc0\nconfection\nconfectionary\nconfectioner\nconfectioners\nconfectionery\nconfections\nconfed\nconfederacion\nconfederacy\nconfederate\nconfederated\nconfederates\nconfederation\nconfederations\nconfer\nconferees\nconference\nconferences\nconferencing\nconfernce\nconferred\nconferring\nconfers\nconfess\nconfessed\nconfesses\nconfessing\nconfessio\nconfession\nconfessional\nconfessions\nconfessor\nconfessors\nconfetti\nconfia\nconfianca\nconfid\nconfidant\nconfidante\nconfidants\nconfide\nconfided\nconfidence\nconfidence-building\nconfident\nconfidential\nconfidentiality\nconfidently\nconfides\nconfiding\nconfigurable\nconfiguration\nconfigurations\nconfigure\nconfigured\nconfiguring\nconfindustria\nconfine\nconfined\nconfinement\nconfines\nconfining\nconfirm\nconfirmation\nconfirmations\nconfirmed\nconfirming\nconfirms\nconfiscate\nconfiscated\nconfiscating\nconfiscation\nconfiscations\nconflagration\nconflated\nconflation\nconflent\nconflict\nconflicted\nconflicting\nconflicts\nconfluence\nconfluent\nconfocal\nconform\nconformal\nconformance\nconformation\nconformational\nconformations\nconformed\nconforming\nconformist\nconformists\nconformity\nconforms\nconfound\nconfounded\nconfounding\nconfram\nconfraternities\nconfraternity\nconfront\nconfrontation\nconfrontational\nconfrontations\nconfronted\nconfronting\nconfronts\nconfucian\nconfucianism\nconfucius\nconfuse\nconfused\nconfuses\nconfusing\nconfusingly\nconfusion\nconfusions\ncong\nconga\ncongaree\ncongas\ncongdon\ncongeners\ncongenial\ncongeniality\ncongenital\nconger\ncongested\ncongestion\ncongestions\ncongestive\ncongleton\nconglomerate\nconglomerates\nconglomeration\ncongo\ncongo-zaire\ncongolese\ncongonhas\ncongratulate\ncongratulated\ncongratulates\ncongratulating\ncongratulations\ncongratulatory\ncongregants\ncongregate\ncongregated\ncongregating\ncongregatio\ncongregation\ncongregational\ncongregationalist\ncongregationalists\ncongregations\ncongres\ncongreso\ncongress\ncongress-led\ncongress.he\ncongresses\ncongressional\ncongressionally\ncongressman\ncongressmen\ncongresswoman\ncongreve\ncongruence\ncongruent\nconic\nconical\nconifer\nconiferous\nconifers\nconigliaro\nconillon\nconine\nconingsby\nconiston\nconjectural\nconjecture\nconjectured\nconjectures\nconjoined\nconjoiners\nconjoint\nconjuction\nconjugacy\nconjugal\nconjugate\nconjugated\nconjugates\nconjugation\nconjugations\nconjunction\nconjunctions\nconjunctiva\nconjunctive\nconjunctivitis\nconjunto\nconjure\nconjured\nconjurer\nconjures\nconjuring\nconker\nconklin\nconkling\nconlan\nconley\nconlin\nconlon\nconman\nconmebol\nconn\nconn.\nconn.-based\nconnacht\nconnah\nconnally\nconnaught\nconneaut\nconnect\nconnected\nconnectedness\nconnecticut\nconnecticut-based\nconnecting\nconnection\nconnections\nconnective\nconnectivity\nconnector\nconnectors\nconnects\nconned\nconnell\nconnellsville\nconnelly\nconnemara\nconner\nconnerotte\nconners\nconnersville\nconnery\nconnex\nconnexion\nconnexions\nconnick\nconnie\nconning\nconnivance\nconniving\nconnoisseur\nconnoisseurs\nconnole\nconnolly\nconnor\nconnors\nconnotation\nconnotations\nconnote\nconnotes\nconny\nconoco\nconocophillips\nconolly\nconon\nconor\nconover\nconquer\nconquered\nconquering\nconqueror\nconquerors\nconquers\nconquest\nconquests\nconquista\nconquistador\nconquistadores\nconquistadors\nconrad\nconradin\nconrail\nconrail-csx\nconran\nconroe\nconroy\ncons\nconsanguinity\nconsar\nconscience\nconsciences\nconscientious\nconscientiously\nconscious\nconsciously\nconsciousness\nconscr\nconscript\nconscripted\nconscription\nconscripts\nconseco\nconsecrate\nconsecrated\nconsecrating\nconsecration\nconsecrations\nconsecrator\nconsecrators\nconsecutive\nconsecutively\nconseil\nconsejo\nconsensual\nconsensus\nconsensus-australian\nconsent\nconsented\nconsenting\nconsents\nconsequence\nconsequences\nconsequent\nconsequential\nconsequentialist\nconsequentially\nconsequently\nconsequtive\nconservancy\nconservation\nconservationist\nconservationists\nconservatism\nconservative\nconservative-dominated\nconservatively\nconservatives\nconservatoire\nconservator\nconservatories\nconservatorio\nconservatorium\nconservators\nconservatory\nconserve\nconserved\nconserves\nconserving\nconsett\nconshohocken\nconsider\nconsiderable\nconsiderably\nconsiderate\nconsideration\nconsiderations\nconsidered\nconsidering\nconsiders\nconsidine\nconsigliere\nconsiglio\nconsign\nconsignations\nconsigned\nconsigning\nconsignment\nconsignments\nconsist\nconsisted\nconsistency\nconsistent\nconsistently\nconsisting\nconsistory\nconsists\nconsitution\nconsitutional\nconsmining\nconsob\nconsol\nconsolation\nconsole\nconsoled\nconsoles\nconsolidado\nconsolidate\nconsolidated\nconsolidates\nconsolidating\nconsolidation\nconsolidations\nconsolidative\nconsolidator\nconsoling\nconsonance\nconsonant\nconsonantal\nconsonants\nconsorcio\nconsort\nconsortia\nconsortium\nconsortiums\nconsorts\nconspecific\nconspicuous\nconspicuously\nconspiracies\nconspiracy\nconspirator\nconspiratorial\nconspirators\nconspire\nconspired\nconspires\nconspiring\nconst\nconst'n\nconstable\nconstables\nconstabulary\nconstance\nconstancy\nconstans\nconstant\nconstanta\nconstantia\nconstantin\nconstantine\nconstantinescu\nconstantinian\nconstantino\nconstantinople\nconstantius\nconstantly\nconstants\nconstantza\nconstanza\nconstanze\nconstellation\nconstellations\nconsternation\nconstipation\nconstitucion\nconstituencies\nconstituency\nconstituent\nconstituents\nconstitute\nconstituted\nconstitutes\nconstituting\nconstitution\nconstitutional\nconstitutionalism\nconstitutionalist\nconstitutionalists\nconstitutionality\nconstitutionally\nconstitutions\nconstitutive\nconstn\nconstr\nconstrain\nconstrained\nconstraining\nconstrains\nconstraint\nconstraints\nconstrct\nconstrctn\nconstrict\nconstricted\nconstricting\nconstriction\nconstrictor\nconstruc\nconstrucciones\nconstruct\nconstruct'n\nconstructed\nconstructible\nconstructicons\nconstructing\nconstruction\nconstruction-related\nconstructionist\nconstructions\nconstructive\nconstructively\nconstructivism\nconstructivist\nconstructivists\nconstructor\nconstructors\nconstructs\nconstrued\nconsuelo\nconsul\nconsul-general\nconsular\nconsulate\nconsulate-general\nconsulates\nconsuls\nconsulship\nconsult\nconsultancies\nconsultancy\nconsultant\nconsultants\nconsultation\nconsultations\nconsultative\nconsulted\nconsulting\nconsultores\nconsults\nconsumable\nconsumables\nconsume\nconsumed\nconsumer\nconsumer-led\nconsumer-oriented\nconsumer-related\nconsumerism\nconsumerist\nconsumers\nconsumes\nconsuming\nconsummate\nconsummated\nconsummation\nconsumption\nconsumption-led\ncont\ncontact\ncontacted\ncontacting\ncontactless\ncontacts\ncontador\ncontagion\ncontagious\ncontain\ncontained\ncontainer\ncontainerboard\ncontainerised\ncontainers\ncontaining\ncontainment\ncontains\ncontal\ncontaminant\ncontaminants\ncontaminate\ncontaminated\ncontaminating\ncontamination\ncontango\ncontarini\ncontax\nconte\ncontemplate\ncontemplated\ncontemplates\ncontemplating\ncontemplation\ncontemplative\ncontemporain\ncontemporanea\ncontemporaneo\ncontemporaneous\ncontemporaneously\ncontemporaries\ncontemporary\ncontempt\ncontemptible\ncontemptuous\ncontemptuously\ncontend\ncontended\ncontender\ncontenders\ncontending\ncontends\ncontent\ncontent-based\ncontented\ncontention\ncontentions\ncontentious\ncontentment\ncontents\ncontes\ncontessa\ncontest\ncontestant\ncontestants\ncontested\ncontesting\ncontests\ncontext\ncontexts\ncontextual\nconti\ncontifinancial\ncontiguous\ncontine\ncontined\ncontinent\ncontinent-grains\ncontinental\ncontinentals\ncontinente\ncontinents\ncontingencies\ncontingency\ncontingent\ncontingents\ncontinous\ncontinously\ncontinua\ncontinual\ncontinually\ncontinuance\ncontinuation\ncontinuations\ncontinucare\ncontinue\ncontinued\ncontinues\ncontinuing\ncontinuities\ncontinuity\ncontinuo\ncontinuous\ncontinuously\ncontinuum\ncontorted\ncontour\ncontoured\ncontours\ncontra\ncontraband\ncontrabass\ncontrabassoon\ncontraception\ncontraceptive\ncontraceptives\ncontract\ncontracted\ncontractible\ncontractile\ncontracting\ncontraction\ncontractionary\ncontractions\ncontractor\ncontractors\ncontracts\ncontractual\ncontractually\ncontradict\ncontradicted\ncontradicting\ncontradiction\ncontradictions\ncontradictory\ncontradicts\ncontradistinction\ncontraindicated\ncontraindications\ncontraints\ncontralateral\ncontralto\ncontraption\ncontraptions\ncontrapuntal\ncontrarian\ncontrary\ncontras\ncontrast\ncontrasted\ncontrasting\ncontrastive\ncontrasts\ncontravariant\ncontravene\ncontravened\ncontravenes\ncontravening\ncontravention\ncontre\ncontred\ncontreras\ncontribute\ncontributed\ncontributes\ncontributing\ncontribution\ncontributions\ncontributor\ncontributors\ncontributory\ncontrite\ncontrition\ncontrived\ncontrol\ncontroladora\ncontrolee\ncontroling\ncontrollability\ncontrollable\ncontrolled\ncontroller\ncontrollers\ncontrolling\ncontrols\ncontroversial\ncontroversialist\ncontroversially\ncontroversies\ncontroversy\ncontruction\ncontship\nconundrum\nconurbation\nconurbations\nconure\nconus\nconv\nconvair\nconvalesce\nconvalescence\nconvalescent\nconvalescing\nconvection\nconvective\nconvene\nconvened\nconvener\nconvenes\nconvenience\nconveniences\nconvenient\nconveniently\nconvening\nconvenor\nconvent\nconvention\nconventional\nconventionally\nconventions\nconvento\nconvents\nconventual\nconver.premium\nconverge\nconverged\nconvergence\nconvergent\nconverges\nconverging\nconversant\nconversation\nconversational\nconversations\nconverse\nconversed\nconversely\nconverses\nconversing\nconversion\nconversions\nconversos\nconvert\nconverted\nconverter\nconverters\nconvertibility\nconvertible\nconvertibles\nconverting\nconverts\nconvex\nconvexity\nconvey\nconveyance\nconveyed\nconveying\nconveyor\nconveyors\nconveys\nconvict\nconvicted\nconvicting\nconviction\nconvictions\nconvicts\nconvince\nconvinced\nconvinces\nconvincing\nconvincingly\nconvocation\nconvoked\nconvoluted\nconvolution\nconvoy\nconvoys\nconvulsions\nconvulsive\nconway\nconwell\nconwy\nconyers\nconyngham\ncoo\ncooch\ncooder\ncoogan\ncoogee\ncooh\ncooit\ncook\ncookbook\ncookbooks\ncooke\ncooked\ncooker\ncookers\ncookery\ncookham\ncookie\ncookies\ncooking\ncookman\ncooks\ncooksey\ncooksley\ncookson\ncookstown\ncooktown\ncookware\ncool\ncoola\ncoolangatta\ncoolant\ncooled\ncoolee\ncooler\ncooler-than-normal\ncoolers\ncoolest\ncooley\ncoolgardie\ncoolidge\ncoolie\ncoolies\ncooling\ncooling-off\ncoolio\ncoolly\ncoolmore\ncoolness\ncoolock\ncools\ncoolum\ncooma\ncoombe\ncoombes\ncoombs\ncoon\ncoonan\ncooney\ncoonoor\ncoons\ncoontz\ncoooperation\ncoop\ncooper\ncooperate\ncooperated\ncooperates\ncooperating\ncooperation\ncooperations\ncooperative\ncooperatively\ncooperatives\ncoopers\ncooperstown\ncoops\ncooray\ncoordinate\ncoordinated\ncoordinates\ncoordinating\ncoordination\ncoordinator\ncoordinators\ncoors\ncoos\ncoosa\ncoot\ncoote\ncoots\ncop\ncopa\ncopacabana\ncopal\ncopan\ncopaxone\ncopca\ncopco\ncopd\ncope\ncopeau\ncopec\ncoped\ncopei\ncopel\ncopeland\ncopenhagen\ncopepods\ncopernican\ncopernicus\ncopes\ncopied\ncopier\ncopiers\ncopies\ncopilot\ncoping\ncopious\ncopland\ncoplex\ncopley\ncopolymer\ncopolymers\ncoporate\ncoporation\ncoporo\ncopp\ncoppa\ncoppell\ncopper\ncopper-gold\ncopper-rich\ncopperbelt\ncopperfield\ncopperhead\ncopperheads\ncopperplate\ncoppersmith\ncoppi\ncoppice\ncoppin\ncoppola\ncopps\ncopra\ncoprime\ncoprocessor\ncops\ncopse\ncopter\ncopthorne\ncoptic\ncopts\ncopula\ncopulation\ncopy\ncopycat\ncopyer\ncopying\ncopyist\ncopyists\ncopyleft\ncopyright\ncopyrighted\ncopyrights\ncopywriter\ncoq\ncoquette\ncoqui\ncoquille\ncoquimbo\ncoquitlam\ncor\ncor.\ncora\ncorach\ncoral\ncorals\ncoram\ncorange\ncorapr\ncorax\ncorazon\ncorba\ncorbeil\ncorbelled\ncorbels\ncorben\ncorbet\ncorbett\ncorbie\ncorbijn\ncorbin\ncorbridge\ncorbulo\ncorbusier\ncorby\ncorbyn\ncorcoran\ncorcyra\ncord\ncorda\ncordage\ncorday\ncorded\ncordeiro\ncordelia\ncordell\ncorder\ncordero\ncordes\ncordex\ncordial\ncordiale\ncordially\ncordiant\ncordier\ncordillera\ncordis\ncordite\ncordless\ncordoba\ncordon\ncordoned\ncordons\ncordova\ncordovez\ncords\ncorduroy\ncordy\ncore\ncorea\ncored\ncorel\ncoreligionists\ncorell\ncorelli\ncorellia\ncorellian\ncoren\ncorentin\ncoreper\ncores\ncorestaff\ncorestates\ncoretta\ncorey\ncorfe\ncorfeb\ncorfo\ncorfu\ncorgan\ncorgi\ncori\ncoria\ncoriander\ncorigliano\ncorimon\ncorin\ncorina\ncorinna\ncorinne\ncorino\ncorinth\ncorinthian\ncorinthians\ncorinthos\ncorio\ncoriolanus\ncoriolis\ncoritiba\ncork\ncorker\ncorkery\ncorks\ncorkscrew\ncorky\ncorleone\ncorleonesi\ncorley\ncorliss\ncorluy\ncorm\ncormac\ncormack\ncorman\ncormar\ncormier\ncormorant\ncormorants\ncorms\ncorn\ncorn-buying\ncornaro\ncornbelt\ncornbread\ncorne\ncornea\ncorneal\ncorneas\ncorned\ncorneille\ncornejo\ncornel\ncornelia\ncornelio\ncornelis\ncorneliu\ncornelius\ncornell\ncorner\ncornerback\ncornerbacks\ncornered\ncornering\ncorners\ncornerstone\ncornerstones\ncornet\ncornets\ncornett\ncornette\ncornfield\ncorngluten\ncornhill\ncornhuskers\ncornice\ncornices\ncorning\ncornish\ncornmeal\ncornplanter\ncornstarch\ncornu\ncornucopia\ncornwall\ncornwallis\ncornwell\ncorny\ncornyn\ncoro\ncorolla\ncorollary\ncoromandel\ncorona\ncoronado\ncoronal\ncoronary\ncoronation\ncoronations\ncoronavirus\ncoronel\ncoroner\ncoroners\ncoronet\ncoronets\ncorot\ncorozal\ncorozzo\ncorp\ncorp.\ncorp.july\ncorp0\ncorpgro\ncorpn\ncorpo\ncorpora\ncorporacion\ncorporal\ncorporals\ncorporate\ncorporates\ncorporation\ncorporations\ncorporatisation\ncorporatism\ncorporatist\ncorporeal\ncorpoven\ncorps\ncorpse\ncorpses\ncorpsman\ncorpus\ncorpuscles\ncorr\ncorrado\ncorral\ncorrales\ncorran\ncorrea\ncorrect\ncorrected\ncorrecting\ncorrection\ncorrectional\ncorrections\ncorrective\ncorrectjan\ncorrectly\ncorrectness\ncorrector\ncorrects\ncorreggio\ncorregidor\ncorreia\ncorreio\ncorrelate\ncorrelated\ncorrelates\ncorrelating\ncorrelation\ncorrelations\ncorrelative\ncorrell\ncorrespond\ncorrespondance\ncorresponded\ncorrespondence\ncorrespondences\ncorrespondent\ncorrespondents\ncorresponding\ncorrespondingly\ncorresponds\ncorretja\ncorreze\ncorrib\ncorrida\ncorridor\ncorridors\ncorrie\ncorriente\ncorrientes\ncorriere\ncorries\ncorrigan\ncorrigendum\ncorrin\ncorrine\ncorrino\ncorris\ncorrmay\ncorroborate\ncorroborated\ncorroborates\ncorroborating\ncorroboration\ncorrode\ncorroded\ncorroon\ncorrosion\ncorrosive\ncorrs\ncorrugated\ncorrupt\ncorrupted\ncorrupting\ncorruption\ncorruptions\ncorruptly\ncorrupts\ncorry\ncorsa\ncorsair\ncorsaire\ncorsairs\ncorse\ncorsehill\ncorser\ncorset\ncorsets\ncorsham\ncorsi\ncorsica\ncorsican\ncorsicana\ncorsicans\ncorsini\ncorso\ncorson\ncorstorphine\ncort\ncortana\ncortazar\ncortdiv\ncorte\ncortecs\ncortege\ncortes\ncortese\ncortex\ncortez\ncorti\ncortical\ncorticosteroid\ncorticosteroids\ncortina\ncortisol\ncortisone\ncortland\ncortlandt\ncorto\ncortona\ncortot\ncorum\ncoruna\ncorundum\ncorunna\ncorus\ncoruscant\ncorvair\ncorvallis\ncorvas\ncorvee\ncorvel\ncorvette\ncorvettes\ncorvey\ncorvi\ncorvidae\ncorvids\ncorvinbank\ncorvinus\ncorvo\ncorvus\ncorwin\ncorwood\ncory\ncorydon\ncorydoras\ncoryell\ncoryo\ncoryton\ncorzine\ncos\ncos0\ncosa\ncosafa\ncosas\ncosatu\ncosby\ncosco\ncosell\ncosenza\ncosette\ncosgrave\ncosgrove\ncoshocton\ncosi\ncosic\ncosigned\ncosima\ncosimo\ncosine\ncosipa\ncosma\ncosmas\ncosme\ncosmetic\ncosmetically\ncosmetics\ncosmetology\ncosmic\ncosmo\ncosmodrome\ncosmogony\ncosmography\ncosmological\ncosmologies\ncosmologists\ncosmology\ncosmonaut\ncosmonauts\ncosmopolitan\ncosmopolitanism\ncosmos\ncosplay\ncosponsored\ncossack\ncossacks\ncossor\ncossutta\ncost\ncost-and-freight\ncost-based\ncost-benefit\ncost-competitive\ncost-conscious\ncost-cutting\ncost-effective\ncost-effectiveness\ncost-efficient\ncost-of-living\ncost-reduction\ncost-saving\ncost-savings\ncost-sharing\ncost-to-income\ncosta\ncostacurta\ncostain\ncostal\ncostanera\ncostantino\ncostanza\ncostanzo\ncostar\ncostarred\ncostas\ncostco\ncoste\ncosted\ncostello\ncoster\ncostigan\ncostilla\ncostin\ncosting\ncostis\ncostlier\ncostliest\ncostly\ncostner\ncosts\ncostume\ncostumed\ncostumes\ncostuming\ncosumar\ncosworth\ncosy\ncot\ncota\ncotabato\ncotangent\ncotati\ncote\ncoteau\ncotentin\ncoterie\ncoterminous\ncotes\ncotesworth\ncotex\ncotillion\ncotingidae\ncoto\ncoton\ncotonou\ncotroceni\ncots\ncotswold\ncotswolds\ncott\ncotta\ncottage\ncottagers\ncottages\ncottam\ncottbus\ncotten\ncotter\ncotterill\ncottesloe\ncottew\ncotti\ncottingham\ncottle\ncotto\ncotton\ncottons\ncottonseed\ncottontail\ncottonwood\ncottrell\ncoty\ncotyledons\ncoubertin\ncouch\ncouched\ncouches\ncoucy\ncougar\ncougars\ncough\ncoughing\ncoughlan\ncoughlin\ncoughs\ncould\ncoulee\ncouleur\ncoull\ncoulomb\ncoulon\ncoulsdon\ncoulson\ncoulter\ncoulthard\ncoumarin\ncoun.wid\ncouncil\ncouncillor\ncouncillors\ncouncilman\ncouncilmember\ncouncilmembers\ncouncilmen\ncouncilor\ncouncilors\ncouncils\ncouncilwoman\ncounsel\ncounseled\ncounseling\ncounselled\ncounselling\ncounsellor\ncounsellors\ncounselor\ncounselors\ncounsels\ncount\ncountable\ncountably\ncountdown\ncounted\ncountenance\ncounter\ncounter-attack\ncounter-attacked\ncounter-attacks\ncounter-balance\ncounter-bid\ncounter-demonstration\ncounter-demonstrations\ncounter-espionage\ncounter-insurgency\ncounter-intelligence\ncounter-measures\ncounter-offensive\ncounter-offer\ncounter-productive\ncounter-rallies\ncounter-revolutionary\ncounter-terrorism\ncounteract\ncounteracted\ncounteracting\ncounteracts\ncounterattack\ncounterattacked\ncounterattacks\ncounterbalance\ncounterbalanced\ncounterclaim\ncounterclaims\ncounterclockwise\ncountercultural\ncounterculture\ncountered\ncounterexample\ncounterexamples\ncounterfactual\ncounterfeit\ncounterfeiters\ncounterfeiting\ncounterfeits\ncountering\ncounterinsurgency\ncounterintelligence\ncounterintuitive\ncountermeasure\ncountermeasures\ncounternarcotics\ncounteroffensive\ncounterpart\ncounterparties\ncounterparts\ncounterparty\ncounterpoint\ncounterproductive\ncounterpunch\ncounterrevolutionary\ncounters\ncounterstrike\ncountersuit\ncountertenor\ncounterterrorism\ncountertop\ncountervailing\ncounterweight\ncounterweights\ncountess\ncounties\ncounting\ncountless\ncountries\ncountries.\ncountry\ncountry-by-country\ncountry-wide\ncountry.\ncountrylink\ncountryman\ncountrymen\ncountryside\ncountrywide\ncountrywide-pp\ncounts\ncountship\ncounty\ncounty.he\ncountywide\ncoup\ncoupe\ncoupee\ncouper\ncouperin\ncoupes\ncoupland\ncouple\ncoupled\ncoupler\ncouplers\ncouples\ncouplet\ncouplets\ncoupling\ncouplings\ncoupmakers\ncoupon\ncouponed\ncoupons\ncoups\ncour\ncourage\ncourageous\ncourageously\ncourant\ncourbet\ncourbis\ncourcy\ncouric\ncourier\ncouriers\ncourland\ncournot\ncourreges\ncours\ncoursault\ncourse\ncoursers\ncourses\ncoursework\ncoursing\ncourson\ncourt\ncourt-appointed\ncourt-martial\ncourt-martialed\ncourt-ordered\ncourtauld\ncourtaulds\ncourted\ncourtenay\ncourteney\ncourteous\ncourtesan\ncourtesans\ncourtesy\ncourthouse\ncourthouses\ncourtier\ncourtiers\ncourting\ncourtis\ncourtland\ncourtly\ncourtnall\ncourtney\ncourtois\ncourtroom\ncourtrooms\ncourts\ncourtship\ncourtside\ncourtyard\ncourtyards\ncouscous\ncoushatta\ncousin\ncousins\ncousteau\ncousy\ncoutances\ncoutinho\ncouto\ncoutts\ncoutu\ncouture\ncouturier\ncova\ncovadonga\ncovalent\ncovalently\ncovance\ncovariance\ncovariant\ncovas\ncove\ncoven\ncovenant\ncovenanter\ncovenanters\ncovenants\ncovenas\ncovens\ncovent\ncoventry\ncover\ncover-up\ncover-ups\ncoverage\ncoverages\ncoverdale\ncoverdell\ncovered\ncovergirl\ncovering\ncoverings\ncovers\ncovert\ncovertly\ncoverts\ncoverup\ncoves\ncovet\ncoveted\ncovey\ncovic\ncovilha\ncovina\ncovington\ncovol\ncow\ncowal\ncowan\ncoward\ncowardice\ncowardly\ncowards\ncowbell\ncowboy\ncowboys\ncowdenbeath\ncowdery\ncowdrey\ncowed\ncowell\ncowen\ncowering\ncowes\ncoweta\ncowgirl\ncowgirls\ncowher\ncowherd\ncowichan\ncowie\ncowl\ncowles\ncowley\ncowling\ncowlitz\ncoworker\ncoworkers\ncowpens\ncowper\ncowra\ncowritten\ncowrote\ncows\ncox\ncox0\ncoxe\ncoxed\ncoxeter\ncoxless\ncoxon\ncoxsackie\ncoxswain\ncoy\ncoyle\ncoyne\ncoyote\ncoyotes\ncozumel\ncozy\ncozzi\ncp\ncp&l\ncp/cms\ncp/m\ncp0\ncpa\ncpas\ncpb\ncpc\ncpd\ncpe\ncpf\ncpfl\ncpg\ncpgb\ncph\ncpi\ncpi-based\ncpi-indexed\ncpi-linked\ncpi-m\ncpis\ncpj\ncpl\ncpl.\ncpm\ncpmf\ncpmi\ncpn\ncpo\ncpos\ncpp\ncpr\ncps\ncps0\ncpsu\ncpt\ncpu\ncpuc\ncpus\ncpusa\ncpv\ncq\ncr\ncr-v\ncr0\ncra\ncrab\ncrabb\ncrabbe\ncrabs\ncrabtree\ncrack\ncrackdown\ncrackdowns\ncracked\ncracker\ncrackerjack\ncrackers\ncracking\ncrackle\ncrackled\ncrackling\ncracknell\ncracks\ncracovia\ncracow\ncraddock\ncradle\ncradle-to-grave\ncradled\ncradles\ncradley\ncradock\ncraft\ncrafted\ncrafter\ncrafters\ncrafting\ncrafton\ncrafts\ncraftsman\ncraftsmanship\ncraftsmen\ncraftspeople\ncraftworld\ncrafty\ncrag\ncragg\ncraggy\ncragnotti\ncrags\ncraide\ncraig\ncraigavon\ncraighead\ncraigie\ncraigieburn\ncraigslist\ncraik\ncrain\ncraiova\ncraioveanu\ncrais\ncrake\ncrakes\ncram\ncramer\ncrammed\ncramming\ncramp\ncramped\ncramping\ncrampons\ncramps\ncrampton\ncran\ncranach\ncranberries\ncranberry\ncranborne\ncranbourne\ncranbrook\ncranbury\ncrandall\ncrandon\ncrane\ncraned\ncranes\ncranfield\ncranford\ncranial\ncraniofacial\ncranium\ncrank\ncrankcase\ncranked\ncranking\ncranks\ncrankshaft\ncrankshafts\ncranky\ncranleigh\ncranmer\ncrans\ncranston\ncranwell\ncrap\ncrapo\ncrappie\ncraps\ncrash\ncrash-landed\ncrashed\ncrashers\ncrashes\ncrashing\ncrass\ncrasson\ncrassus\ncrate\ncrater\ncratered\ncratering\ncraterlet\ncraterlets\ncraters\ncrates\ncraton\ncratons\ncraugastor\ncravat\ncravath\ncrave\ncraved\ncraven\ncraves\ncraving\ncravings\ncravinho\ncrawfish\ncrawford\ncrawfords\ncrawfordsville\ncrawl\ncrawled\ncrawler\ncrawlers\ncrawley\ncrawling\ncrawls\ncraxi\ncray\ncray0\ncrayak\ncrayfish\ncrayford\ncrayola\ncrayon\ncrayons\ncraze\ncrazed\ncrazy\ncrb\ncrc\ncrd\ncrdit\ncre\ncrea\ncreaking\ncream\ncreamer\ncreameries\ncreamery\ncreams\ncreamy\ncrean\ncrear\ncrease\ncreases\ncreate\ncreated\ncreates\ncreatine\ncreating\ncreatinine\ncreation\ncreation/\ncreationism\ncreationist\ncreationists\ncreations\ncreative\ncreatively\ncreativity\ncreator\ncreators\ncreature\ncreatures\ncreche\ncrecy\ncred\ncredence\ncredential\ncredentialed\ncredentialing\ncredentials\ncredibility\ncredible\ncredibly\ncredicorp\ncrediop\ncredireal\ncredit\ncredit-card\ncredit-rating\ncredit-tightening\ncreditable\ncreditanstalt\ncreditanstalt-bankverein\ncreditanstalt-grant\ncreditcapital\ncredited\ncrediting\ncredito\ncrediton\ncreditor\ncreditors\ncredits\ncreditului\ncreditwatch\ncreditweek\ncreditworthiness\ncreditworthy\ncredo\ncredor\ncree\ncreech\ncreed\ncreedence\ncreeds\ncreek\ncreeks\ncreel\ncreeley\ncreep\ncreeper\ncreepers\ncreeping\ncreeps\ncreepshow\ncreepy\ncregan\ncreighton\ncrema\ncremades\ncremated\ncremation\ncrematoria\ncrematorium\ncrematory\ncreme\ncremer\ncremona\ncremonese\ncremorne\ncrendell\ncrenellated\ncrenna\ncrenshaw\ncreo\ncreole\ncreoles\ncreon\ncreosote\ncrepe\ncrepes\ncrept\ncrepuscular\ncrerar\ncresap\ncrescendo\ncrescent\ncrescents\ncresco\ncrespi\ncrespigny\ncrespo\ncress\ncressida\ncresskill\ncresson\ncresswell\ncressy\ncrest\ncresta\ncrestar\ncrestco\ncrested\ncresting\ncreston\ncrests\ncrests.there\ncrestview\ncrestwood\ncresud\ncreswell\ncretaceous\ncretan\ncretans\ncrete\ncreteil\ncretier\ncretin\ncretu\ncreuse\ncreuset\ncreutzfeld-jakob\ncreutzfeldt\ncreutzfeldt-jakob\ncrevasse\ncrevasses\ncrevice\ncrevices\ncrew\ncrewe\ncrewed\ncrewman\ncrewmates\ncrewmember\ncrewmembers\ncrewmen\ncrews\ncreyf\ncrf\ncrh\ncri\ncria\ncrib\ncribb\ncribbage\ncribs\ncricetidae\ncrichton\ncricinfo\ncriciuma\ncrick\ncricket\ncricketer\ncricketers\ncricketing\ncrickets\ncricklade\ncricklewood\ncried\ncrieff\ncrier\ncries\ncrif\ncriimi\ncrim\ncrime\ncrime-fighting\ncrime-ridden\ncrimea\ncrimean\ncrimefighter\ncrimefighting\ncrimelord\ncrimen\ncrimes\ncriminal\ncriminalise\ncriminality\ncriminalization\ncriminalize\ncriminalized\ncriminalizing\ncriminally\ncriminals\ncriminologist\ncriminology\ncrimp\ncrimped\ncrimson\ncringe\ncrinoids\ncrinone\ncriollo\ncriollos\ncrioulo\ncrip\ncrippen\ncripple\ncrippled\ncripples\ncrippling\ncripps\ncrips\ncris\ncrises\ncrisil\ncrisis\ncrisis-hit\ncrisis-ridden\ncrisis-torn\ncrisp\ncrispa\ncrispi\ncrispian\ncrispin\ncrisps\ncrispus\ncrispy\ncriss\ncriss-cross\ncriss-crossed\ncriss-crossing\ncrisscrossed\ncrissy\ncrist\ncrista\ncristal\ncristea\ncristi\ncristian\ncristiana\ncristiano\ncristianos\ncristina\ncristinas\ncristo\ncristobal\ncristofori\ncristoforo\ncristovao\ncrisul\ncriswell\ncrit\ncritchley\ncriteria\ncriterion\ncriterium\ncritias\ncritic\ncritica\ncritical\ncriticality\ncritically\ncriticare\ncriticial\ncriticise\ncriticised\ncriticises\ncriticising\ncriticism\ncriticisms\ncriticize\ncriticized\ncriticizes\ncriticizing\ncritics\ncritieria\ncritique\ncritiqued\ncritiques\ncritiquing\ncrittenden\ncritter\ncritters\ncrivelli\ncriville\ncrixivan\ncrj\ncrj0\ncrm\ncrn\ncrnt\ncro\ncroak\ncroaker\ncroaking\ncroat\ncroat-controlled\ncroat-held\ncroat-moslem\ncroatan\ncroatia\ncroatian\ncroatians\ncroation\ncroats\ncrobuzon\ncroc\ncroce\ncrochet\ncrocidura\ncrociere\ncrock\ncrocker\ncrockery\ncrockett\ncrocodile\ncrocodiles\ncrocodilian\ncrocodilians\ncrocus\ncroesus\ncroft\ncrofters\ncrofting\ncrofton\ncrofts\ncroghan\ncrohn\ncroissance\ncroix\ncroke\ncroker\ncrokes\ncrom\ncromartie\ncromarty\ncrombie\ncromer\ncromford\ncromme\ncrommelin\ncrompton\ncromwell\ncromwellian\ncron\ncrone\ncronenberg\ncronica\ncronies\ncronin\ncronista\ncronje\ncronkite\ncronos\ncronquist\ncronulla\ncronus\ncrony\ncronyism\ncronyn\ncrook\ncrooked\ncrookes\ncrooks\ncrookston\ncroom\ncrooner\ncrooning\ncrop\ncrop-damaging\ncropcast\ncropland\ncropped\ncropper\ncropping\ncropredy\ncrops\ncroquet\ncrore\ncrores\ncros\ncrosbie\ncrosby\ncrosfield\ncrosland\ncroslands\ncrosley\ncross\ncross-\ncross-border\ncross-channel\ncross-continent\ncross-country\ncross-currency\ncross-examination\ncross-examine\ncross-examined\ncross-frontier\ncross-holdings\ncross-license\ncross-licensing\ncross-listing\ncross-med\ncross-media\ncross-mediterranean\ncross-over\ncross-ownership\ncross-pacific\ncross-party\ncross-section\ncross-selling\ncross-shareholding\ncross-shareholdings\ncross-strait\ncross-straits\ncross-subsidies\ncross-subsidy\ncross-trade\ncross-trading\ncrossair\ncrossan\ncrossbar\ncrossbill\ncrossbone\ncrossbones\ncrossbow\ncrossbowmen\ncrossbows\ncrossbred\ncrossbreds\ncrossbreed\ncrossbreeding\ncrosscomm\ncrosse\ncrossed\ncrossen\ncrosser\ncrosses\ncrossfire\ncrossgen\ncrosshair\ncrosshairs\ncrossing\ncrossings\ncrossland\ncrossley\ncrossman\ncrossmann\ncrosson\ncrossover\ncrossovers\ncrossrail\ncrossroad\ncrossroads\ncrosstalk\ncrosstown\ncrossunder\ncrosswalks\ncrosswind\ncrosswinds\ncrosswise\ncrossword\ncrosswords\ncrosthwaite\ncrotalus\ncrotch\ncrothers\ncroton\ncrotone\ncrotty\ncrouch\ncrouched\ncrouching\ncroup\ncrouse\ncrovax\ncrow\ncrowbar\ncrowd\ncrowded\ncrowder\ncrowding\ncrowds\ncrowe\ncrowed\ncrowell\ncrowes\ncrowfoot\ncrowhurst\ncrowley\ncrown\ncrown-denominated\ncrowne\ncrowned\ncrowning\ncrowninshield\ncrowns\ncrows\ncrowsnest\ncrowther\ncroxton\ncroy\ncroydon\ncrozet\ncrozier\ncrp\ncrr\ncrs\ncrss\ncrt\ncrtc\ncrts\ncru\ncruces\ncrucial\ncrucially\ncruciate\ncrucible\ncrucified\ncrucifix\ncrucifixes\ncrucifixion\ncruciform\ncrucify\ncrucis\ncrucitti\ncrude\ncrudely\ncrudes\ncrudiv\ncrudup\ncrue\ncruel\ncruella\ncruelly\ncruelties\ncruelty\ncruger\ncruickshank\ncruijff\ncruikshank\ncruise\ncruised\ncruiser\ncruisers\ncruiserweight\ncruises\ncruising\ncrum\ncrumb\ncrumble\ncrumbled\ncrumbles\ncrumbling\ncrumbly\ncrumbs\ncrumlin\ncrump\ncrumpled\ncrumplezone\ncrunch\ncrunched\ncrunches\ncrunching\ncrunchy\ncrunk\ncrus\ncrusade\ncrusader\ncrusaders\ncrusades\ncrusading\ncruse\ncrush\ncrushed\ncrusher\ncrushers\ncrushes\ncrushing\ncrushings\ncrusoe\ncrust\ncrustacean\ncrustaceans\ncrustal\ncrusts\ncrusty\ncrutch\ncrutcher\ncrutches\ncrutchfield\ncrutchings\ncrutchley\ncruttenden\ncrux\ncruyff\ncruz\ncruzeiro\ncrv\ncrvena\ncrvenkovski\ncrw\ncry\ncrybaby\ncryer\ncryin\ncrying\ncryo\ncryogenic\ncryogenically\ncryogenics\ncryonic\ncryonics\ncryopreservation\ncrypt\ncryptanalysis\ncryptanalyst\ncryptanalytic\ncryptic\ncryptically\ncrypto\ncryptographer\ncryptographers\ncryptographic\ncryptographically\ncryptography\ncryptologic\ncryptology\ncryptosystem\ncryptosystems\ncryptozoology\ncrypts\ncrystal\ncrystallex\ncrystalline\ncrystallisation\ncrystallised\ncrystallization\ncrystallize\ncrystallized\ncrystallizes\ncrystallographic\ncrystallography\ncrystals\ncs\ncs0\ncsa\ncsaba\ncsb\ncsc\ncsce\ncsd\ncse\ncsepel\ncsf\ncsfb\ncsg\ncsh\ncsi\ncsicop\ncsiha\ncsir\ncsiro\ncsis\ncsk\ncska\ncsl\ncsm\ncsn\ncsny\ncso\ncsob\ncsongrad\ncsonka\ncsopak\ncsp\ncspi\ncsr\ncsrc\ncss\ncssd\ncst\ncsu\ncsv\ncsw\ncsx\ncsx-conrail\nct\nct.\nct0\ncta\nctas\nctb\nctbt\nctc\nctcss\ncte\nctesias\nctesiphon\nctf\nctfs\ncth\ncthulhu\ncti\nctk\nctl\nctm\ncto\nctp\nctr\nctrl\nctry\ncts\nctsa\nctu\nctv\nctvglobemedia\ncty\nctz\nctzs\ncu\ncua\ncuadra\ncuailnge\ncuajone\ncuando\ncuaron\ncuatro\ncuauhtemoc\ncub\ncuba\ncuban\ncuban-american\ncuban-americans\ncuban-born\ncuban-inspired\ncubana\ncubans\ncubase\ncubby\ncube\ncubed\ncubes\ncubic\ncubical\ncubicle\ncubicles\ncubiertas\ncubism\ncubist\ncubit\ncubits\ncubitt\ncuboid\ncubs\ncuc\ncucamonga\ncuccia\ncuccurullo\ncuchillo\ncuchulainn\ncuckold\ncuckoo\ncuckoos\ncuculidae\ncucumber\ncucumbers\ncucuta\ncud\ncudahy\ncuddalore\ncuddle\ncuddles\ncuddly\ncuddy\ncudgen\ncudworth\ncue\ncued\ncueing\ncuellar\ncuenca\ncuentos\ncuernavaca\ncuervo\ncues\ncuesta\ncueto\ncueva\ncuevas\ncuff\ncuffed\ncuffs\ncuffy\ncuga\ncugat\ncui\ncuirass\ncuirassiers\ncuisine\ncuisines\ncukaricki\ncukor\ncukurova\ncul\nculberson\nculbertson\nculbro\nculdi\nculebra\nculhane\nculhwch\nculiacan\nculinary\nculkin\ncull\nculled\ncullen\ncullens\nculligan\ncullinan\nculling\ncullman\nculloden\ncullum\ncully\nculm\nculminate\nculminated\nculminates\nculminating\nculmination\nculottes\nculp\nculpa\nculpability\nculpable\nculpeper\nculpepper\nculprit\nculprits\nculross\nculshaw\ncult\ncultic\ncultists\ncultivable\ncultivar\ncultivars\ncultivate\ncultivated\ncultivates\ncultivating\ncultivation\ncultivator\ncultivators\ncultor\ncults\ncultura\ncultural\nculturally\nculture\ncultured\ncultures\nculturing\ncultus\nculver\nculvert\nculverts\ncum\ncumae\ncuman\ncumana\ncumann\ncumans\ncumaraswamy\ncumberland\ncumbernauld\ncumbersome\ncumbia\ncumbria\ncumbrian\ncumhuriyet\ncumin\ncumming\ncummings\ncummins\ncumnock\ncumulative\ncumulatively\ncumulonimbus\ncumulus\ncuna\ncunanan\ncunard\ncuncolta\ncundinamarca\ncuneiform\ncuneo\ncuneta\ncunha\ncunliffe\ncunnilingus\ncunning\ncunningham\ncunninghame\ncunningly\ncuno\ncunt\ncuny\ncuomo\ncuore\ncup\ncup-winning\ncupar\ncupboard\ncupboards\ncupcakes\ncupe\ncupertino\ncupiagua\ncupid\ncupola\ncupolas\ncupped\ncupressaceae\ncupressus\ncupro\ncups\ncur\ncura\ncurable\ncuracao\ncuracy\ncurare\ncurate\ncurated\ncurates\ncurative\ncurator\ncuratorial\ncurators\ncurb\ncurbed\ncurbing\ncurbishley\ncurbs\ncurbside\ncurd\ncurds\ncure\ncure-all\ncured\ncurency\ncurent\ncurently\ncures\ncurfew\ncurfews\ncuria\ncuriae\ncurial\ncurie\ncurierul\ncuring\ncurio\ncuriosities\ncuriosity\ncurious\ncuriously\ncuritiba\ncurl\ncurled\ncurler\ncurlers\ncurlew\ncurlews\ncurley\ncurling\ncurll\ncurls\ncurly\ncuronian\ncurr\ncurragh\ncurran\ncurrant\ncurrants\ncurren\ncurrencies\ncurrency\ncurrency-buying\ncurrency-denominated\ncurrency-linked\ncurrency-related\ncurrency-selling\ncurrencywatch\ncurrent\ncurrent-account\ncurrent-year\ncurrently\ncurrents\ncurreny\ncurricula\ncurricular\ncurriculum\ncurrie\ncurrier\ncurries\ncurrituck\ncurrrency\ncurrrent\ncurry\ncurrys\ncurse\ncursed\ncurses\ncursing\ncursive\ncursor\ncursory\ncursus\ncurt\ncurtail\ncurtailed\ncurtailing\ncurtailment\ncurtailments\ncurtain\ncurtains\ncurtenelle\ncurthose\ncurtice\ncurtin\ncurtis\ncurtiss\ncurtius\ncurtiz\ncurtly\ncurvaceous\ncurvature\ncurve\ncurve-flattening\ncurveball\ncurved\ncurves\ncurvilinear\ncurving\ncurvy\ncurzon\ncusa\ncusack\ncusco\ncusecs\ncush\ncushing\ncushion\ncushioned\ncushioning\ncushions\ncushitic\ncushman\ncusiana\ncusick\ncusip\ncusips\ncusp\ncusps\ncussler\ncust\ncustard\ncuster\ncustis\ncustodes\ncustodial\ncustodian\ncustodians\ncustodio\ncustody\ncustom\ncustom-built\ncustom-cleared\ncustom-made\ncustomarily\ncustomary\ncustomer\ncustomer-service\ncustomers\ncustomise\ncustomised\ncustomizable\ncustomization\ncustomizations\ncustomize\ncustomized\ncustomizing\ncustoms\ncustoms-cleared\ncustos\ncut\ncut-backs\ncut-off\ncut-out\ncut-price\ncut-rate\ncut-throat\ncutaneous\ncutaway\ncutback\ncutbacks\ncute\ncuteness\ncuthbert\ncuticle\ncutie\ncutlass\ncutler\ncutlery\ncutoff\ncutout\ncutouts\ncuts\ncutscene\ncutscenes\ncutt\ncuttack\ncutter\ncutters\ncutthroat\ncutting\ncutting-edge\ncuttings\ncuttitta\ncuttlefish\ncutts\ncutty\ncuvier\ncuxhaven\ncuyahoga\ncuyegkeng\ncuyler\ncuyo\ncuza\ncuzco\ncv\ncv0\ncva\ncva0\ncvc\ncvd\ncve0\ncvg\ncvl0\ncvm\ncvn0\ncvne\ncvo\ncvp\ncvr\ncvrd\ncvs\ncvs0\ncvt\ncvw0\ncw\ncw0\ncwa\ncwad\ncwb\ncwc\ncwe\ncwi\ncwm\ncwmbran\ncwrs\ncws\ncwt\ncwu\ncx\ncx0\ncxd0\ncy\ncyan\ncyanamid\ncyangugu\ncyanide\ncyanobacteria\ncyanosis\ncyanuric\ncyathea\ncybele\ncyber\ncybercash\ncyberguard\ncyberjaya\ncyberman\ncybermedia\ncybermen\ncybernetic\ncybernetically\ncybernetics\ncyberonics\ncyberpunk\ncybersite\ncyberspace\ncybertron\ncybertronian\ncybertronians\ncybex\ncybill\ncyborg\ncyborgs\ncyc\ncyca\ncycad\ncycads\ncycas\ncyclades\ncycladic\ncyclase\ncycle\ncyclecar\ncycled\ncycles\ncycleway\ncyclic\ncyclical\ncyclicality\ncyclically\ncyclicals\ncyclin\ncycling\ncyclist\ncycliste\ncyclists\ncyclo\ncyclohexane\ncycloid\ncyclol\ncyclone\ncyclones\ncyclonic\ncyclonus\ncyclopaedia\ncyclopean\ncyclopedia\ncyclopes\ncyclophosphamide\ncyclops\ncyclorama\ncyclosporine\ncyclotron\ncyclura\ncycomm\ncyd\ncydsa\ncygne\ncygnet\ncygni\ncygnus\ncygwin\ncylinder\ncylinders\ncylindrical\ncylink\ncylon\ncylons\ncymbal\ncymbals\ncymbeline\ncymer\ncymru\ncynan\ncyndi\ncynewulf\ncynic\ncynical\ncynically\ncynicism\ncynics\ncynodonts\ncynon\ncynthia\ncyntia\ncynwyd\ncyp\ncyp0a0\ncypher\ncypress\ncyprian\ncyprinid\ncyprinidae\ncypriot\ncypriot-led\ncypriots\ncyprus\ncyprus-based\ncyr\ncyrano\ncyrax\ncyrenaica\ncyrene\ncyric\ncyril\ncyrille\ncyrillic\ncyrix\ncyrodiil\ncyrus\ncys\ncyst\ncysteine\ncystic\ncystine\ncystitis\ncysts\ncytec\ncytel\ncytochrome\ncytogen\ncytokine\ncytokines\ncytokinesis\ncytology\ncytomegalovirus\ncytometry\ncytoplasm\ncytoplasmic\ncytosine\ncytoskeleton\ncytosol\ncytosolic\ncytotoxic\ncytrx\ncyttorak\ncytyc\ncyzicus\ncz\ncz0\nczako\nczar\nczarist\nczarnikow\nczartoryski\nczech\nczech-born\nczech-german\nczech-style\nczechinvest\nczechoslovak\nczechoslovakia\nczechoslovakian\nczechs\nczepliewicz\nczerny\nczeslaw\nczestochowa\nczipo\nczirjak\nczk\nczw\nczyzewski\nd\nd&b\nd&n\nd&p\nd&s\nd'abo\nd'action\nd'adda\nd'administration\nd'affaires\nd'afrique\nd'agglomeration\nd'agostino\nd'alema\nd'alembert\nd'alene\nd'amato\nd'amboise\nd'amico\nd'amore\nd'amour\nd'ampezzo\nd'andrea\nd'ange\nd'angelo\nd'anjou\nd'annunzio\nd'ansembourg\nd'antoni\nd'antonio\nd'arby\nd'arc\nd'architecture\nd'arco\nd'arcy\nd'argo\nd'armes\nd'art\nd'artagnan\nd'arte\nd'arthur\nd'artois\nd'assurance\nd'assurances\nd'asti\nd'aubigny\nd'audience\nd'automne\nd'autres\nd'auvergne\nd'azur\nd'electricite\nd'entrecasteaux\nd'entreprises\nd'epargne\nd'esposito\nd'estaing\nd'este\nd'estrees\nd'etat\nd'etre\nd'etudes\nd'exploitation\nd'hara\nd'havas\nd'histoire\nd'hondt\nd'honneur\nd'horlogerie\nd'huez\nd'iberville\nd'ici\nd'ieteren\nd'images\nd'imiter\nd'indy\nd'investissement\nd'isere\nd'italia\nd'ivoire\nd'jok\nd'ken\nd'lo\nd'ni\nd'oise\nd'onofrio\nd'or\nd'orazio\nd'origine\nd'orleans\nd'oro\nd'orsay\nd'outre\nd'oyly\nd'souza\nd'un\nd'une\nd'urville\nd'yquem\nd-\nd-day\nd-discount\nd-manhattan\nd-mark\nd-mass\nd.\nd.a.\nd.a.r.e.\nd.b.\nd.c\nd.c.\nd.c.-based\nd.c.l.\nd.d\nd.d.\nd.f.\nd.g.\nd.h.\nd.h0\nd.iii\nd.j.\nd.l.\nd.m.\nd.o.\nd.o.a.\nd.phil\nd.phil.\nd.r.\nd.s.\nd.sc.\nd.w.\nd0\nd00\nd0a\nd0s\nda\nda0\ndaa\ndaan\ndab\ndaba\ndabbaransi\ndabbas\ndabble\ndabbled\ndabbling\ndabell\ndabhol\ndabney\ndabrowa\ndabrowski\ndabur\ndac\ndacca\ndace\ndacha\ndachau\ndachev\ndachshund\ndacia\ndacian\ndacians\ndacic\ndacite\ndacitic\ndacko\ndacom\ndacre\ndacs\ndactyl\ndactylic\ndad\ndada\ndadaism\ndadaist\ndadar\ndadas\ndaddah\ndaddies\ndaddy\ndade\ndado\ndadonghai\ndadri\ndads\ndadu\ndae\ndae-jung\ndaedalus\ndaedra\ndaedric\ndaegu\ndaehan\ndaehlie\ndaei\ndaejeon\ndaelim\ndaemon\ndaemonic\ndaemonite\ndaemonites\ndaemons\ndaenerys\ndaeng\ndaer\ndaerah\ndaeschner\ndaesung\ndaeva\ndaew\ndaewoo\ndaewoo-fso\ndaf\ndaffodil\ndaffodils\ndaffy\ndafoe\ndaft\ndafydd\ndag\ndaga\ndagan\ndagang\ndagar\ndagblad\ndagbladet\ndagda\ndagenham\ndagens\ndagestan\ndagestani\ndagger\ndaggerfall\ndaggers\ndaggett\ndaglow\ndagmar\ndagny\ndago\ndagobah\ndagobert\ndagohoy\ndagon\ndagor\ndagoth\ndaguerre\ndaguerreotype\ndagupan\ndagwood\ndah\ndahaka\ndaher\ndahir\ndahl\ndahlan\ndahlback\ndahlberg\ndahlgren\ndahlia\ndahlin\ndahlman\ndahlonega\ndahmer\ndahomey\ndai\ndai-ichi\ndaianu\ndaicel\ndaichi\ndaido\ndaiei\ndaifuku\ndaigle\ndaigo\ndaihatsu\ndaiichi\ndaiki\ndaiko\ndaikon\ndaikyo\ndail\ndailey\ndailies\ndaily\ndaim\ndaimaru\ndaimler\ndaimler-benz\ndaimlerchrysler\ndaimon\ndaimyo\ndain\ndaine\ndainippon\ndainis\ndainong\ndaintree\ndainty\ndaioh\ndairies\ndairy\ndairying\ndais\ndaishin\ndaishowa\ndaisies\ndaisley\ndaisuke\ndaisy\ndaito\ndaivari\ndaiwa\ndaiwa-mkb\ndaiwabo\ndaiyeh\ndaja\ndajiang\ndak\ndaka\ndakar\ndakara\ndakin\ndakota\ndakota''\ndakotah\ndakotas\ndaksha\ndakshina\ndal\ndal-tile\ndala\ndaladier\ndalai\ndalal\ndalamar\ndalaran\ndalarna\ndalat\ndalberg\ndalbergia\ndalborg\ndalby\ndale\ndalek\ndaleks\ndales\ndaley\ndalgety\ndalglish\ndalhousie\ndali\ndalia\ndalian\ndalida\ndalila\ndaling\ndalit\ndalits\ndalkeith\ndalkey\ndall\ndalla\ndallaglio\ndallaire\ndallara\ndallas\ndallas-based\ndallas-fort\ndallas/fort\ndallben\ndalle\ndalles\ndalley\ndalliance\ndallin\ndally\ndalmacija\ndalmady\ndalmatia\ndalmatian\ndalmatians\ndalmatinska\ndalmeny\ndalmiya\ndalmuir\ndaloa\ndalry\ndalrymple\ndalston\ndalton\ndaltons\ndaltrey\ndaluwatte\ndaly\ndalymount\ndalziel\ndam\ndama\ndamage\ndamage-control\ndamaged\ndamages\ndamaging\ndaman\ndamani\ndamansara\ndamar\ndamark\ndamas\ndamascus\ndamascus-based\ndamask\ndamaso\ndamasus\ndamazin\ndambovita\ndame\ndamen\ndames\ndamian\ndamiani\ndamiano\ndamien\ndamietta\ndamir\ndamm\ndammam\ndamme\ndammed\ndamming\ndamn\ndamnation\ndamned\ndamning\ndamo\ndamocles\ndamodar\ndamon\ndamone\ndamp\ndamped\ndampen\ndampened\ndampener\ndampening\ndampens\ndamper\ndampers\ndamphousse\ndampier\ndampierre\ndamping\ndamron\ndamrosch\ndams\ndamsel\ndamselflies\ndamselfly\ndamsire\ndan\ndana\ndanae\ndanaher\ndanamon\ndanang\ndanann\ndanareksa\ndanaus\ndanaya\ndanbury\ndanby\ndancall\ndance\ndanceable\ndanced\ndancefloor\ndancehall\ndancer\ndancers\ndances\ndancesport\ndancin\ndancing\ndandavate\ndandelion\ndandelions\ndandenong\ndando\ndandolo\ndandridge\ndandruff\ndandy\ndane\ndaneel\ndanek\ndanelaw\ndaneri\ndanes\ndanesin\ndanforth\ndang\ndanger\ndangerfield\ndangerous\ndangerously\ndangers\ndangle\ndangled\ndangling\ndangun\ndani\ndania\ndanica\ndanie\ndaniel\ndaniela\ndaniele\ndaniell\ndaniella\ndanielle\ndaniels\ndanielson\ndanielsson\ndanielyan\ndaniil\ndanilo\ndanilovic\ndanio\ndanis\ndanisco\ndanish\ndanites\ndanjou\ndanjuro\ndank\ndanka\ndanko\ndankworth\ndanmark\ndanmarks\ndann\ndanna\ndannebrog\ndannenberg\ndanner\ndanni\ndannii\ndanny\ndano\ndanoli\ndanone\ndanorum\ndans\ndansband\ndanse\ndansk\ndanske\ndanskin\ndanson\ndansville\ndantai\ndante\ndantes\ndanton\ndantooine\ndantzig\ndanu\ndanube\ndanubian\ndanubius\ndanuta\ndanvers\ndanville\ndany\ndanyard\ndanylo\ndanza\ndanzas\ndanzig\ndanziger\ndao\ndaoism\ndaoist\ndaojiong\ndaou\ndaoud\ndap\ndaphne\ndapper\ndapr\ndaqamsa\ndaqing\ndar\ndar-es-salaam\ndara\ndarabi\ndaradas\ndarbar\ndarbhanga\ndarboe\ndarboven\ndarby\ndarcy\ndardanelles\ndardanelspor\ndarden\ndardenne\ndare\ndarebin\ndared\ndaredevil\ndaredevils\ndaren\ndares\ndarfur\ndargah\ndari\ndaria\ndarian\ndarien\ndarin\ndaring\ndario\ndarius\ndariusz\ndarjeeling\ndark\ndarkchild\ndarke\ndarken\ndarkened\ndarkening\ndarkens\ndarker\ndarkest\ndarkforce\ndarkhawk\ndarkhold\ndarkly\ndarkman\ndarkness\ndarko\ndarkover\ndarkroom\ndarkseid\ndarkside\ndarkstalkers\ndarkstar\ndarkthrone\ndarkwave\ndarkwing\ndarla\ndarlan\ndarlene\ndarley\ndarlin\ndarling\ndarlinghurst\ndarlings\ndarlington\ndarlot\ndarmstadt\ndarn\ndarna\ndarnall\ndarnay\ndarnell\ndarnley\ndaro\ndarom\ndaron\ndarowa\ndarpa\ndarragh\ndarrah\ndarrel\ndarrell\ndarren\ndarrin\ndarrow\ndarryl\ndarshan\ndart\ndarter\ndarters\ndartford\ndarth\ndarting\ndartington\ndartmoor\ndartmouth\ndarts\ndartz\ndaru\ndarug\ndarul\ndarusman\ndarussalam\ndarwen\ndarwin\ndarwinian\ndarwinism\ndarwish\ndarya\ndaryl\ndaryll\ndas\ndasa\ndasara\ndasaratha\ndascalu\ndaschle\ndasein\ndasgupta\ndash\ndashboard\ndashboards\ndashed\ndasher\ndashes\ndashi\ndashiell\ndashing\ndashwood\ndasmarinas\ndass\ndassault\ndassin\ndastardly\ndat\ndata\ndata--\ndata---\ndata----\ndata-----\ndata--------------------\ndatabank\ndatabase\ndatabases\ndatable\ndatacom\ndatacomm\ndatacraft\ndataflow\ndatagram\ndatagrams\ndatakey\ndatalink\ndatalogix\ndatamonitor\ndatanet\ndatang\ndataprocessing\ndataquest\ndataquick\ndataset\ndatasets\ndatasheet\ndatastream\ndatatec\ndatatype\ndatatypes\ndataworks\ndate\ndate*\ndate-\ndate--company-----period--profit------consensus---range-----pvs\ndated\ndateline\ndates\ndating\ndative\ndato\ndatong\ndats\ndatson\ndatsun\ndatta\ndattatreya\ndatu\ndatuk\ndatum\ndatura\ndau\ndaub\ndaubed\ndaubert\ndaud\ndaugava\ndaugavpils\ndaugherty\ndaughter\ndaughter-in-law\ndaughters\ndaughtry\ndaula\ndaulah\ndaulat\ndaulatpur\ndaulton\ndaum\ndaun\ndaunte\ndaunting\ndauntless\ndauphin\ndauphine\ndauzier\ndav\ndavalos\ndavao\ndavco\ndave\ndavenant\ndavenport\ndaventree\ndaventry\ndavey\ndavid\ndavid-weill\ndavide\ndavidian\ndavidians\ndavidic\ndavidoff\ndavidow\ndavids\ndavidson\ndavie\ndavies\ndaviess\ndavignon\ndavila\ndavin\ndavina\ndavinci\ndavino\ndavion\ndavis\ndavis-monthan\ndavison\ndavisville\ndavitt\ndavor\ndavorin\ndavos\ndavout\ndavox\ndavros\ndavy\ndavydov\ndavydova\ndaw\ndawa\ndawda\ndawe\ndawes\ndawg\ndawid\ndawie\ndawkins\ndawley\ndawlish\ndawn\ndawned\ndawning\ndawns\ndawood\ndaws\ndawson\ndax\ndax0\ndax0o\ndaxing\ndaxter\nday\nday*\nday----gmt---indicator----period--forecast---range-----previous\nday--company------------period--consensus----range---------pvs-\nday--company------------period--consensus----range---------pvs--\nday-ahead\nday-by-day\nday-care\nday-earlier\nday-high\nday-long\nday-low\nday-night\nday-old\nday-on-day\nday-to-day\nday.\nday/night\ndaya\ndayak\ndayaks\ndayal\ndayan\ndayanand\ndayananda\ndaybreak\ndaycare\ndaydream\ndaydreaming\ndaydreams\ndaylight\ndaylights\ndaylong\ndaynard\ndayne\ndayrates\ndays\ndays.\ndaystar\ndaytime\ndaytimes\ndayton\ndaytona\ndaz\ndaza\ndaze\ndazed\ndazhong\ndazzle\ndazzled\ndazzler\ndazzling\ndb\ndb0\ndba\ndbase\ndbe\ndbkom\ndbm\ndbms\ndbp-daiwa\ndbr0\ndbrs\ndbs\ndbsa\ndbt\ndbu\ndbv\ndc\ndc0\ndc00\ndc00f\ndc0s\ndca\ndcb\ndcbs\ndcc\ndce\ndcembre\ndci\ndcl\ndclar\ndclare\ndcm\ndcn\ndcom\ndcp\ndcr\ndcs\ndcs0\ndct\ndcu\ndcw\ndcx\ndd\ndd0\ndda\nddb\nddc\ndde\nddec\nddf\nddg0\nddi\nddos\nddp\nddr\nddr0\ndds\nddt\nddu\nde\nde-facto\nde-icing\nde-merger\nde-regulation\nde-stocking\nde0\ndea\ndeacon\ndeaconess\ndeaconesses\ndeacons\ndeactivate\ndeactivated\ndeactivates\ndeactivating\ndeactivation\ndead\ndead-end\ndeadbeat\ndeadeye\ndeadlier\ndeadliest\ndeadline\ndeadlines\ndeadlock\ndeadlocked\ndeadly\ndeadman\ndeadmarsh\ndeadpan\ndeadpool\ndeadshot\ndeadweight\ndeadwood\ndeaf\ndeafening\ndeafness\ndeak\ndeakin\ndeal\ndeal-making\ndealer\ndealers\ndealership\ndealerships\ndealey\ndealing\ndealings\ndeals\ndealt\ndealyed\ndean\ndeane\ndeaneries\ndeanery\ndeanna\ndeano\ndeans\ndeansgate\ndear\ndearborn\ndearden\ndearer\ndearest\ndearg\ndearly\ndearne\ndearth\ndeas\ndeasy\ndeath\ndeath-row\ndeath.he\ndeathbed\ndeathbird\ndeatherage\ndeathless\ndeathlok\ndeathly\ndeathmatch\ndeathrock\ndeaths\ndeathstrike\ndeathstroke\ndeathtrap\ndeathwatch\ndeathwing\ndeauville\ndeb\ndebacle\ndebakey\ndebarge\ndebarked\ndebartolo\ndebased\ndebatable\ndebate\ndebated\ndebater\ndebaters\ndebates\ndebating\ndebauched\ndebauchery\ndebayle\ndebbah\ndebbie\ndebby\ndebden\ndebenhams\ndebenture\ndebentures\ndebi\ndebian\ndebica\ndebilitated\ndebilitating\ndebis\ndebit\ndebitel\ndebits\ndeboer\ndebonair\ndebora\ndeborah\ndebord\ndebottlenecking\ndebra\ndebre\ndebrecen\ndebriefing\ndebris\ndebs\ndebswana\ndebt\ndebt-equity\ndebt-financed\ndebt-for-equity\ndebt-free\ndebt-india\ndebt-indian\ndebt-laden\ndebt-relief\ndebt-restructuring\ndebt-ridden\ndebt-service\ndebt-servicing\ndebt-to-capital\ndebt-to-equity\ndebt-to-gdp\ndebtor\ndebtor-in-possession\ndebtors\ndebts\ndebub\ndebug\ndebugger\ndebuggers\ndebugging\ndebunk\ndebunked\ndebunking\ndebussy\ndebut\ndebutant\ndebutante\ndebutantes\ndebute\ndebuted\ndebuting\ndebuts\ndeby\ndebye\ndec\ndec)*00\ndec--\ndec-feb\ndec-jan\ndec-mar\ndec-nov\ndec.\ndec0\ndec0'0\ndeca\ndecade\ndecade-long\ndecade-old\ndecadence\ndecadent\ndecades\ndecades-long\ndecades-old\ndecaffeinated\ndecal\ndecalitres\ndecalogue\ndecals\ndecameron\ndecamped\ndecapitate\ndecapitated\ndecapitates\ndecapitating\ndecapitation\ndecarboxylase\ndecarlo\ndecathlete\ndecathlon\ndecatur\ndecay\ndecayed\ndecaying\ndecays\ndecca\ndeccan\ndeceased\ndecebalus\ndecedent\ndeceit\ndeceitful\ndeceive\ndeceived\ndeceiver\ndeceives\ndeceiving\ndecelerate\ndecelerated\ndecelerating\ndeceleration\ndecember\ndecember-february\ndecemberists\ndecency\ndecennial\ndecent\ndecently\ndecentralisation\ndecentralise\ndecentralised\ndecentralization\ndecentralized\ndecepticon\ndecepticons\ndeception\ndeceptions\ndeceptive\ndeceptively\ndecertification\ndecertified\ndecertify\ndeceuninck\ndecibel\ndecibels\ndecidable\ndecide\ndecided\ndecidedly\ndecider\ndecides\ndeciding\ndeciduous\ndecima\ndecimal\ndecimalisation\ndecimals\ndecimate\ndecimated\ndecimating\ndecimation\ndecimus\ndecipher\ndeciphered\ndeciphering\ndecipherment\ndecision\ndecision-makers\ndecision-making\ndecisionone\ndecisions\ndecisis\ndecisive\ndecisively\ndecisiveness\ndecison\ndecius\ndecjan\ndeck\ndeckard\ndecked\ndecker\ndeckers\ndecking\ndecks\ndeclamation\ndeclan\ndeclaration\ndeclarations\ndeclarative\ndeclaratory\ndeclare\ndeclared\ndeclarer\ndeclares\ndeclaring\ndeclassification\ndeclassified\ndeclassify\ndeclension\ndeclensions\ndeclerck\ndeclination\ndecline\ndeclined\ndecliner\ndecliners\ndeclines\ndeclining\ndecmeber\ndeco\ndecode\ndecoded\ndecoder\ndecoders\ndecodes\ndecoding\ndecoherence\ndecolonisation\ndecolonization\ndecommission\ndecommissioned\ndecommissioning\ndecompose\ndecomposed\ndecomposes\ndecomposing\ndecomposition\ndecompositions\ndecompression\ndeconsolidation\ndeconstruct\ndeconstructed\ndeconstructing\ndeconstruction\ndecontamination\ndecontrol\ndecor\ndecorah\ndecorate\ndecorated\ndecorates\ndecoratifs\ndecorating\ndecoration\ndecorations\ndecorative\ndecorator\ndecorators\ndecorum\ndecoster\ndecouple\ndecoupled\ndecoupling\ndecoy\ndecoys\ndecrease\ndecreased\ndecreases\ndecreasing\ndecree\ndecreed\ndecrees\ndecrepit\ndecretals\ndecretum\ndecribed\ndecried\ndecries\ndecriminalization\ndecriminalized\ndecry\ndecrying\ndecrypt\ndecrypted\ndecrypting\ndecryption\ndecrypts\ndecs\ndecserver\ndect\ndecussate\nded\nded:bc-diary-longterm\ndedasz\ndede\ndedede\ndedekind\ndederick\ndedham\ndedicate\ndedicated\ndedicatee\ndedicates\ndedicating\ndedication\ndedications\ndedicatory\ndeduce\ndeduced\ndeduces\ndeducing\ndeduct\ndeducted\ndeductibility\ndeductible\ndeductibles\ndeducting\ndeduction\ndeductions\ndeductive\ndee\ndeeb\ndeed\ndeeded\ndeedee\ndeedlit\ndeeds\ndeegan\ndeejay\ndeejays\ndeeley\ndeelkraal\ndeem\ndeemed\ndeeming\ndeems\ndeemster\ndeen\ndeena\ndeep\ndeep-draft\ndeep-rooted\ndeep-sea\ndeep-seated\ndeep-water\ndeepa\ndeepak\ndeepavali\ndeepdale\ndeepen\ndeepened\ndeepening\ndeepens\ndeeper\ndeepest\ndeeping\ndeeply\ndeeps\ndeeptech\ndeepthi\ndeepwater\ndeer\ndeere\ndeerfield\ndeerhoof\ndeering\ndeers\ndees\ndeeside\ndef\ndefa\ndefaced\ndefacing\ndefacto\ndefalco\ndefamation\ndefamatory\ndefame\ndefamed\ndefaming\ndefatted\ndefault\ndefaulted\ndefaulters\ndefaulting\ndefaults\ndefcon\ndefeasance\ndefease\ndefeat\ndefeated\ndefeating\ndefeats\ndefecate\ndefecating\ndefecation\ndefect\ndefected\ndefecting\ndefection\ndefections\ndefective\ndefector\ndefectors\ndefects\ndefence\ndefence-related\ndefenceless\ndefenceman\ndefencemen\ndefences\ndefend\ndefendant\ndefendants\ndefended\ndefendents\ndefender\ndefenders\ndefending\ndefends\ndefensa\ndefense\ndefensed\ndefenseless\ndefenseman\ndefensemen\ndefenses\ndefensible\ndefensive\ndefensively\ndefensor\ndefeo\ndefer\ndeference\ndeferens\ndeferment\ndeferral\ndeferrals\ndeferred\ndeferreds\ndeferring\ndefers\ndefiance\ndefiant\ndefiantly\ndefibrillation\ndefibrillator\ndefibrillators\ndeficiencies\ndeficiency\ndeficient\ndeficit\ndeficit*\ndeficit-cutting\ndeficit-financing\ndeficit-free\ndeficit-gdp\ndeficit-reduction\ndeficit-slashing\ndeficit-to-gdp\ndeficit-to-gross\ndeficits\ndefict\ndefied\ndefies\ndefile\ndefiled\ndefinable\ndefinance\ndefinately\ndefine\ndefined\ndefines\ndefining\ndefinite\ndefinitely\ndefinition\ndefinitions\ndefinitive\ndefinitively\ndefl\ndefla\ndeflate\ndeflated\ndeflating\ndeflation\ndeflationary\ndeflatoq0\ndeflator\ndeflatorq0\ndeflect\ndeflected\ndeflecting\ndeflection\ndeflections\ndeflector\ndeflectors\ndeflects\ndeflt\ndefoe\ndeforest\ndeforestation\ndeforested\ndeform\ndeformable\ndeformation\ndeformations\ndeformed\ndeforming\ndeformities\ndeformity\ndefra\ndefranco\ndefraud\ndefrauded\ndefrauding\ndefray\ndefreitas\ndefriez\ndefrocked\ndeft\ndeftly\ndeftones\ndefu\ndefunct\ndefuse\ndefused\ndefusing\ndefy\ndefying\ndeg\ndegala\ndegarmo\ndegas\ndegaton\ndegaussing\ndegeneracy\ndegenerate\ndegenerated\ndegenerates\ndegenerating\ndegeneration\ndegenerative\ndegeneres\ndegli\ndegolyer\ndegradation\ndegrade\ndegraded\ndegrades\ndegrading\ndegrassi\ndegree\ndegrees\ndegroof\ndegtyaryov\ndegummed\ndegussa\ndeh\ndehaene\ndehecq\ndeheubarth\ndehn\ndehra\ndehradun\ndehumanizing\ndehydrated\ndehydration\ndehydrogenase\ndei\ndeicide\ndeidre\ndeification\ndeified\ndeighton\ndeimon\ndeimos\ndein\ndeinonychus\ndeion\ndeip\ndeir\ndeira\ndeirdre\ndeisel\ndeism\ndeist\ndeists\ndeitch\ndeities\ndeity\ndeiulemar\ndej\ndeja\ndejan\ndejazmach\ndejected\ndejima\ndejohnette\ndeka\ndekalb\ndeke\ndekker\ndeko\ndekos\ndeku\ndel\ndela\ndelacorte\ndelacroix\ndelafield\ndelage\ndelahaye\ndelahunt\ndelaitre\ndelamere\ndelamuraz\ndelancey\ndeland\ndelaney\ndelano\ndelany\ndelaunay\ndelaval\ndelaware\ndelawares\ndelay\ndelayed\ndelaying\ndelays\ndelbert\ndelbruck\ndelchamps\ndelchev\ndelclaux\ndelco\ndelebarre\ndelecour\ndelegate\ndelegated\ndelegates\ndelegating\ndelegation\ndelegations\ndelek\ndelen\ndelenn\ndeleon\ndelerium\ndelete\ndeleted\ndeleterious\ndeletes\ndeleting\ndeletion\ndeletions\ndeleuze\ndeleye\ndelfi\ndelfin\ndelfino\ndelfood\ndelft\ndelgada\ndelgado\ndelgratia\ndelhaize\ndelhez\ndelhi\ndelhi-based\ndelhomme\ndeli\ndelia\ndelian\ndeliberate\ndeliberated\ndeliberately\ndeliberating\ndeliberation\ndeliberations\ndeliberative\ndelibes\ndelic\ndelicacies\ndelicacy\ndelicate\ndelicately\ndelicatessen\ndelicias\ndelicious\ndelifrance\ndelight\ndelighted\ndelightful\ndelightfully\ndelighting\ndelights\ndeligne\ndelilah\ndelillo\ndelimit\ndelimitation\ndelimited\ndelimiter\ndelineate\ndelineated\ndelineates\ndelineating\ndelineation\ndelino\ndelinquencies\ndelinquency\ndelinquent\ndelinquents\ndelirious\ndelirium\ndelisle\ndelist\ndelisted\ndelisting\ndelists\ndelitzsch\ndelius\ndeliver\ndeliverable\ndeliverables\ndeliverance\ndelivered\ndeliverer\ndeliveries\ndelivering\ndelivers\ndelivery\ndell\ndell'alba\ndell'arte\ndell'utri\ndella\ndella-giacoma\ndelle\ndeller\ndellinger\ndello\ndells\ndellums\ndelmar\ndelmarva\ndelmas\ndelo\ndeloitte\ndelon\ndelong\ndelonge\ndelorean\ndelores\ndelors\ndelos\ndelp\ndelphi\ndelphic\ndelphine\ndelphis\ndelray\ndelrina\ndelroy\ndels\ndelta\ndeltanet.com.\ndeltas\ndeltoid\ndeltora\ndeluca\ndeluded\ndeluge\ndeluged\ndeluise\ndelusion\ndelusional\ndelusions\ndeluxe\ndelve\ndelvecchio\ndelved\ndelves\ndelvine\ndelving\ndelvita\ndelvrd\ndely\ndem\ndemagogue\ndemak\ndemand\ndemand-driven\ndemand-led\ndemand-supply\ndemand0\ndemande\ndemanded\ndemanding\ndemands\ndemarcate\ndemarcated\ndemarcation\ndemarco\ndemarest\ndemari\ndemasz\ndematerialisation\ndematerialised\ndematteis\ndembinski\ndembski\ndemchenko\ndemeaning\ndemeanor\ndemeanour\ndemekas\ndemel\ndement\ndemented\ndementia\ndementieva\ndemento\ndementors\ndemeo\ndemerara\ndemerge\ndemerged\ndemerger\ndemergers\ndemerging\ndemerit\ndemerits\ndemers\ndemesne\ndemeter\ndemetrio\ndemetrios\ndemetris\ndemetrius\ndemi\ndemidov\ndemigod\ndemigods\ndemilitarisation\ndemilitarised\ndemilitarization\ndemilitarized\ndemille\ndeminex\ndeming\ndemining\ndemio\ndemir\ndemirbank\ndemirci\ndemirel\ndemis\ndemisch\ndemise\ndemiurge\ndemler\ndemme\ndemmin\ndemo\ndemobilisation\ndemobilise\ndemobilised\ndemobilization\ndemobilized\ndemocracia\ndemocracies\ndemocractic\ndemocracy\ndemocrat\ndemocrat-controlled\ndemocrat-dominated\ndemocrat-led\ndemocrat-o\ndemocrata\ndemocratic\ndemocratica\ndemocratically\ndemocratically-elected\ndemocratico\ndemocratie\ndemocratique\ndemocratisation\ndemocratise\ndemocratization\ndemocrats\ndemocrazia\ndemocritus\ndemoed\ndemogorgon\ndemographer\ndemographers\ndemographic\ndemographically\ndemographics\ndemography\ndemoiselle\ndemokratike\ndemolish\ndemolished\ndemolishing\ndemolition\ndemolitions\ndemolli\ndemon\ndemona\ndemonic\ndemonise\ndemonised\ndemonising\ndemonized\ndemonology\ndemons\ndemonstrable\ndemonstrably\ndemonstrate\ndemonstrated\ndemonstrates\ndemonstrating\ndemonstration\ndemonstrations\ndemonstrative\ndemonstratives\ndemonstrator\ndemonstrators\ndemoralised\ndemoralising\ndemoralize\ndemoralized\ndemoralizing\ndemos\ndemoscene\ndemoskop\ndemosthenes\ndemoted\ndemotic\ndemotion\ndempsey\ndempster\ndems\ndemszky\ndemure\ndemurin\ndemurrage\ndemurred\ndemutualisation\ndemutualise\nden\ndena\ndenali\ndenamerica\ndenant\ndenar\ndenard\ndenarii\ndenarius\ndenars\ndenationalisation\ndenaturation\ndenatured\ndenazification\ndenbigh\ndenbighshire\ndenbury\ndenby\ndench\ndendrite\ndendrites\ndendritic\ndendrobatidae\ndendrochronology\ndendropsophus\ndene\ndeneb\ndenel\ndenes\ndenethor\ndeneuve\ndeng\ndengeki\ndengel\ndengler\ndengue\ndenham\ndenholm\ndeni\ndenia\ndenial\ndenials\ndeniaud\ndenied\ndenier\ndeniers\ndenies\ndenigrated\ndenigrating\ndenikin\ndeniliquin\ndenilson\ndenim\ndeniro\ndenis\ndenisa\ndenise\ndenison\ndenisot\ndeniz\ndenizen\ndenizens\ndenizli\ndenizlispor\ndenka\ndenker\ndenki\ndenko\ndenktash\ndenman\ndenmark\ndennehy\ndennett\ndenney\ndenning\ndennis\ndennison\ndenny\ndenominated\ndenomination\ndenominational\ndenominations\ndenominator\ndenominators\ndenoms\ndenotation\ndenotational\ndenote\ndenoted\ndenotes\ndenoting\ndenouement\ndenounce\ndenounced\ndenounces\ndenouncing\ndenpasar\ndenr\ndenro\ndens\ndense\ndensely\ndensely-populated\ndenser\ndensest\ndensetsu\ndenshi\ndenshin\ndensities\ndensity\ndensmore\ndenso\ndenson\ndent\ndental\ndentary\ndentate\ndented\ndenticles\ndentin\ndenting\ndentist\ndentistry\ndentists\ndentition\ndenton\ndents\ndentsply\ndentsu\ndenture\ndentures\ndenuded\ndenunciation\ndenunciations\ndenver\ndenver-based\ndenville\ndenvir\ndenwa\ndenway\ndeny\ndenying\ndenys\ndenzel\ndenzil\ndeo\ndeoband\ndeodato\ndeodorant\ndeog-ryong\ndeol\ndeon\ndeora\ndeoxygenated\ndeoxys\ndep\ndepailler\ndepalma\ndepardieu\ndeparment\ndepart\ndepartamento\ndeparted\ndepartement\ndepartements\ndeparting\ndepartment\ndepartmental\ndepartments\ndeparts\ndeparture\ndepartures\ndepatie\ndepaul\ndepauw\ndepeche\ndepend\ndependability\ndependable\ndependant\ndependants\ndepended\ndependence\ndependencies\ndependency\ndependent\ndependents\ndepending\ndepends\ndepersonalization\ndepew\ndepfa\ndepict\ndepicted\ndepicting\ndepiction\ndepictions\ndepicts\ndepite\ndeplete\ndepleted\ndepletes\ndepleting\ndepletion\ndeplorable\ndeplore\ndeplored\ndeplores\ndeploring\ndeploy\ndeployable\ndeployed\ndeploying\ndeployment\ndeployments\ndeploys\ndepo\ndepok\ndepolarization\ndepopulated\ndepopulation\ndeport\ndeportation\ndeportations\ndeported\ndeportees\ndeportes\ndeporting\ndeportiva\ndeportivo\ndeports\ndepos\ndepose\ndeposed\ndeposing\ndeposit\ndeposit-taking\ndepositary\ndeposited\ndepositing\ndeposition\ndepositional\ndepositions\ndepositor\ndepositories\ndepositors\ndepository\ndepositos\ndeposits\ndepot\ndepotech\ndepots\ndepowered\ndepozytowo-kredytowy\ndepp\ndeppler\ndepraved\ndepravity\ndeprec\ndeprecated\ndeprecating\ndepreciate\ndepreciated\ndepreciates\ndepreciating\ndepreciation\ndepreciations\ndepredations\ndepress\ndepressant\ndepressants\ndepressed\ndepresses\ndepressing\ndepression\ndepression-era\ndepressions\ndepressive\ndeprivation\ndeprive\ndeprived\ndeprives\ndepriving\ndeprogramming\ndeprotonation\ndept\ndept.\ndeptford\ndepth\ndepths\ndepuis\ndeputation\ndepute\ndeputed\ndeputies\ndeputise\ndeputised\ndeputized\ndeputy\ndepuy\nder\ndera\nderail\nderailed\nderailing\nderailleur\nderailment\nderails\nderam\nderanged\nderbent\nderbez\nderbies\nderby\nderby-lewis\nderbyshire\nderech\nderecho\nderegistered\nderegulate\nderegulated\nderegulates\nderegulating\nderegulation\nderegulations\nderegulatory\ndereham\nderek\nderelict\ndereliction\nderen\nderevko\nderfel\nderg\ndergue\nderi\nderide\nderided\nderiding\nderision\nderisive\nderisively\nderisory\nderivation\nderivational\nderivations\nderivative\nderivatives\nderivatives-linked\nderivatives-related\nderivatives@reuter.com\nderivatives@reuters.com\nderivativesdesk(0\nderivativesdesk(0)00\nderivativesdesk(0)00/\nderive\nderived\nderives\nderiving\nderks\nderlan\nderleth\ndermagraft\ndermal\ndermatitis\ndermatological\ndermatologist\ndermatologists\ndermatology\ndermis\ndermot\ndern\ndernier\nderniere\nderochette\nderogating\nderogation\nderogations\nderogatory\nderoma\nderon\nderosa\nderr\nderrick\nderricks\nderrida\nderringer\nderry\ndershowitz\ndervis\ndervish\ndervishes\ndervishi\nderwent\nderyck\nderycke\nderyni\ndes\ndesa\ndesai\ndesailly\ndesalination\ndesalvo\ndesam\ndesama\ndesann\ndesanti\ndesarno\ndesarrollo\ndesborough\ndesc\ndescamps\ndescartes\ndescend\ndescendant\ndescendants\ndescended\ndescendent\ndescendents\ndescending\ndescends\ndescent\ndescents\ndeschamps\ndeschanel\ndeschutes\ndescribe\ndescribed\ndescribes\ndescribing\ndescription\ndescriptions\ndescriptive\ndescriptor\ndescriptors\ndesde\ndesdemona\ndesdiv\ndesecrated\ndesecration\ndesegregate\ndesegregated\ndesegregation\ndesensitization\ndeseret\ndesert\ndeserted\ndeserter\ndeserters\ndesertification\ndeserting\ndesertion\ndesertions\ndeserts\ndeserve\ndeserved\ndeservedly\ndeserves\ndeserving\ndesfosses\ndesh\ndeshastha\ndeshields\ndeshmukh\ndeshpande\ndesi\ndesiccant\ndesiccated\ndesiccation\ndesiderius\ndesign\ndesignate\ndesignated\ndesignates\ndesignating\ndesignation\ndesignations\ndesignator\ndesignators\ndesigned\ndesignee\ndesigner\ndesigners\ndesigning\ndesigns\ndesilu\ndesimon\ndesimone\ndesirability\ndesirable\ndesire\ndesired\ndesiree\ndesires\ndesiring\ndesirous\ndesist\ndesjardins\ndesk\ndesk(0\ndesk(0)00\ndesk-top\ndeskjet\ndeskpro\ndesks\ndesktop\ndesktops\ndesmarais\ndesmarest\ndesmond\ndesolate\ndesolation\ndeson\ndesorption\ndesoto\ndespair\ndespaired\ndespairing\ndespairs\ndespatch\ndespatched\ndespatches\ndespenser\ndesperado\ndesperados\ndesperate\ndesperately\ndesperation\ndespicable\ndespina\ndespise\ndespised\ndespises\ndespite\ndespondency\ndespondent\ndesportivo\ndesposit\ndespot\ndespotate\ndespotic\ndespotism\ndespots\ndesprez\ndesron\ndessalines\ndessau\ndessert\ndesserts\ndessie\ndessislava\ndessler\ndest\ndestabilisation\ndestabilise\ndestabilised\ndestabilising\ndestabilization\ndestabilize\ndestabilized\ndestabilizing\ndestec\ndestefano\ndestin\ndestination\ndestinations\ndestined\ndestinies\ndestino\ndestiny\ndestitute\ndestitution\ndestocking\ndestro\ndestron\ndestroy\ndestroyed\ndestroyer\ndestroyers\ndestroying\ndestroys\ndestruct\ndestructed\ndestructible\ndestruction\ndestructions\ndestructive\ndestructively\ndestructiveness\ndestructor\ndestructs\ndesulphurisation\ndesulphuriser\ndesulphurising\ndesultory\ndesus\ndet\ndetach\ndetachable\ndetached\ndetaches\ndetaching\ndetachment\ndetachments\ndetail\ndetailed\ndetailing\ndetails\ndetain\ndetained\ndetainee\ndetainees\ndetaining\ndetainment\ndetains\ndetect\ndetectable\ndetected\ndetecting\ndetection\ndetective\ndetectives\ndetector\ndetectors\ndetects\ndetemobil\ndetente\ndetention\ndetentions\ndeter\ndetergent\ndetergents\ndeteriorate\ndeteriorated\ndeteriorates\ndeteriorating\ndeterioration\ndeterminant\ndeterminants\ndeterminate\ndetermination\ndeterminations\ndeterminative\ndetermine\ndetermined\ndeterminers\ndetermines\ndetermining\ndeterminism\ndeterministic\ndeterred\ndeterrence\ndeterrent\ndeterring\ndeters\ndetest\ndetested\ndetests\ndethklok\ndethrone\ndethroned\ndetlef\ndetlev\ndetmer\ndetmold\ndetonate\ndetonated\ndetonates\ndetonating\ndetonation\ndetonations\ndetonator\ndetonators\ndetour\ndetours\ndetox\ndetoxification\ndetract\ndetracted\ndetraction\ndetractors\ndetrick\ndetriment\ndetrimental\ndetritus\ndetroit\ndetroit-based\ndetrusitol\ndettori\ndetuned\ndeu\ndeuba\ndeucalion\ndeuce\ndeuces\ndeum\ndeus\ndeuss\ndeustche\ndeut.\ndeutch\ndeutche\ndeuterium\ndeuterocanonical\ndeuteronomy\ndeutsch\ndeutschbau\ndeutsche\ndeutschemark\ndeutschemarks\ndeutschen\ndeutscher\ndeutsches\ndeutschland\ndeutschlands\ndeutschmark\ndeutz\ndeux\ndev\ndeva\ndevadasi\ndevaki\ndeval\ndevaluation\ndevaluations\ndevalue\ndevalued\ndevalues\ndevaluing\ndevalution\ndevan\ndevanagari\ndevananda\ndevane\ndevaney\ndevant\ndevante\ndevas\ndevastate\ndevastated\ndevastates\ndevastating\ndevastation\ndevastator\ndevaty\ndevco\ndevdas\ndeve\ndevel\ndevelop\ndeveloped\ndevelopement\ndeveloper\ndevelopers\ndeveloping\ndevelopment\ndevelopment-stage\ndevelopmental\ndevelopmentally\ndevelopments\ndevelopped\ndeveloppement\ndevelops\ndevendra\ndevenport\ndevens\ndeventer\ndever\ndeveraux\ndevereaux\ndevereux\ndevers\ndeveshwar\ndevex\ndevgan\ndevi\ndeviance\ndeviant\ndeviants\ndeviate\ndeviated\ndeviates\ndeviating\ndeviation\ndeviations\ndevice\ndevices\ndevil\ndevilish\ndeville\ndevilman\ndevils\ndevimon\ndevin\ndevine\ndevious\ndevise\ndevised\ndevises\ndevising\ndevito\ndevitt\ndeviza\ndevizes\ndevletoglou\ndevlin\ndevlopment\ndevnya\ndevo\ndevoe\ndevoid\ndevoir\ndevolution\ndevolve\ndevolved\ndevolvement\ndevolving\ndevon\ndevonian\ndevonport\ndevonshire\ndevore\ndevos\ndevote\ndevoted\ndevotee\ndevotees\ndevotes\ndevoting\ndevotion\ndevotional\ndevotions\ndevoto\ndevour\ndevoured\ndevourer\ndevouring\ndevours\ndevout\ndevoutly\ndevoy\ndevrait\ndevries\ndevry\ndew\ndewa\ndewan\ndewar\ndewas\ndewayne\ndewdney\ndewey\ndewhurst\ndewi\ndewi-\ndewine\ndewitt\ndewsbury\ndewulf\ndex\ndexamethasone\ndexia\ndexter\ndexterity\ndexterous\ndextroamphetamine\ndextromethorphan\ndextrose\ndey\ndeyoung\ndez\ndeza\ndezvoltare\ndf\ndf0\ndfa\ndfb\ndfc\ndfcc\ndfct\ndfds\ndfeb\ndfes\ndfhi\ndfi\ndfl\ndflp\ndfs\ndft\ndfv\ndfw\ndg\ndga\ndgb\ndgc\ndgh\ndgi\ndgiv\ndh\ndh0\ndha\ndhabi\ndhabi-based\ndhahran\ndhaiya\ndhaka\ndhalla\ndham\ndhamma\ndhan\ndhana\ndhanbad\ndhani\ndhanutirto\ndhar\ndharam\ndharamsala\ndharamsi\ndharma\ndharmala\ndharmani\ndharmapala\ndharmapuri\ndharmasena\ndharmendra\ndharmic\ndharshini\ndharwad\ndhc\ndhc0\ndhcp\ndhd\ndhe\ndhekelia\ndherinia\ndhillon\ndhimmi\ndhimmis\ndhivehi\ndhl\ndhofar\ndhol\ndhole\ndholpur\ndhoni\ndhoom\ndhoti\ndhows\ndhr\ndhritarashtra\ndhrupad\ndhruva\ndhs\ndht\ndhu\ndhugal\ndhul\ndhv\ndhyana\ndi\ndia\ndiab\ndiabetes\ndiabetic\ndiabetics\ndiable\ndiablo\ndiablos\ndiabolical\ndiaboromon\ndiaconate\ndiaconescu\ndiacritic\ndiacritical\ndiacritics\ndiadem\ndiadochi\ndiaeresis\ndiagana\ndiageo\ndiaghilev\ndiagnose\ndiagnosed\ndiagnoses\ndiagnosing\ndiagnosis\ndiagnostic\ndiagnostics\ndiagonal\ndiagonally\ndiagonals\ndiagram\ndiagrams\ndiakostavrianos\ndial\ndial-up\ndialect\ndialectal\ndialectic\ndialectical\ndialectics\ndialects\ndialed\ndialer\ndialing\ndialled\ndialling\ndiallo\ndialog\ndialogic\ndialogs\ndialogue\ndialogues\ndials\ndialup\ndialysis\ndiamagnetic\ndiamant\ndiamante\ndiamantina\ndiamantopoulos\ndiameter\ndiameters\ndiametrically\ndiametrics\ndiammonium\ndiamond\ndiamond-mining\ndiamond-producing\ndiamond-rich\ndiamondback\ndiamondbacks\ndiamonds\ndiamondworks\ndian\ndiana\ndiane\ndianetics\ndianne\ndiao\ndiaoyu\ndiaoyus\ndiapason\ndiapause\ndiaper\ndiapers\ndiaphragm\ndiaphragms\ndiaries\ndiario\ndiarist\ndiarmait\ndiarmuid\ndiarra\ndiarrhea\ndiarrhoea\ndiary\ndias\ndiaspora\ndiasporas\ndiastolic\ndiatide\ndiatomic\ndiatoms\ndiatonic\ndiatribe\ndiavolo\ndiawara\ndiax\ndiaz\ndiaz-balart\ndiazepam\ndiazo\ndib\ndiba\ndibble\ndibena\ndibiase\ndibley\ndibny\ndibona\ndibrugarh\ndibs\ndic\ndicaprio\ndice\ndiced\ndicey\ndich\ndichotomous\ndichotomy\ndichroic\ndichromate\ndick\ndicke\ndickens\ndickenson\ndickerson\ndickey\ndickie\ndickies\ndickinson\ndicks\ndickson\ndicky\ndiclofenac\ndicon\ndicotyledonous\ndicta\ndictate\ndictated\ndictates\ndictating\ndictation\ndictator\ndictatorial\ndictators\ndictatorship\ndictatorships\ndiction\ndictionaries\ndictionary\ndictionnaire\ndictum\ndicussions\ndid\ndida\ndidache\ndidactic\ndidcot\ndiddley\ndiddy\ndiderich\ndiderot\ndidgeridoo\ndidi\ndidier\ndidion\ndidius\ndido\ndidot\ndidsbury\ndidymus\ndie\ndie-hard\ndieback\ndiebel\ndiebold\ndiecast\ndied\ndiedrich\ndiefenbaker\ndiego\ndiego-based\ndiehard\ndiehards\ndiehl\ndiekirch\ndielectric\ndielectrics\ndiels\ndiem\ndiemen\ndien\ndiena\ndienas\ndiepgen\ndiepholz\ndieppe\ndierks\ndies\ndiesel\ndiesel-powered\ndiesels\ndieskau\ndiet\ndietary\ndieter\ndiethyl\ndieting\ndietmar\ndietrich\ndiets\ndietz\ndieu\ndieudonne\ndiez\ndif\ndiff\ndiff'rent\ndiffeomorphism\ndiffer\ndifferance\ndiffered\ndifference\ndifferences\ndifferent\ndifferentiable\ndifferential\ndifferentially\ndifferentials\ndifferentiate\ndifferentiated\ndifferentiates\ndifferentiating\ndifferentiation\ndifferently\ndiffering\ndiffers\ndifficult\ndifficulties\ndifficulty\ndiffie\ndifford\ndiffracted\ndiffraction\ndiffs\ndiffusapr\ndiffuse\ndiffused\ndiffuser\ndiffuses\ndiffusfeb\ndiffusing\ndiffusion\ndiffusmar\ndiffusmay\ndificult\ndifranco\ndig\ndigambar\ndigbeth\ndigby\ndigene\ndigest\ndigest-\ndigest-australian\ndigest-hong\ndigested\ndigestible\ndigesting\ndigestion\ndigestive\ndigests\ndigex\ndigg\ndigger\ndiggers\ndigges\ndigging\ndiggings\ndiggle\ndiggs\ndighton\ndigi\ndigicall\ndigicash\ndigicel\ndigidestined\ndigimon\ndigipack\ndigipak\ndigit\ndigital\ndigitalis\ndigitalisation\ndigitally\ndigitel\ndigitial\ndigitised\ndigitization\ndigitize\ndigitized\ndigitizing\ndigitorum\ndigits\ndigivolution\ndigivolve\ndigivolved\ndigivolves\ndiglossia\ndigne\ndignidad\ndignified\ndignitaries\ndignitary\ndignitatum\ndignities\ndignity\ndigory\ndigoxin\ndigraph\ndigraphs\ndigression\ndigressions\ndigs\ndigweed\ndihedral\ndiht\ndii\ndijk\ndijkstra\ndijon\ndik\ndike\ndikembe\ndikes\ndiko\ndikshitar\ndiktat\ndil\ndilapidated\ndilatation\ndilate\ndilated\ndilation\ndilbert\ndildo\ndildos\ndilemma\ndilemmas\ndilettante\ndilfer\ndili\ndiliberto\ndiligence\ndiligent\ndiligentia\ndiligently\ndiliman\ndilip\ndilke\ndill\ndilla\ndillard\ndillenburg\ndiller\ndilley\ndillingen\ndillinger\ndillingham\ndillon\ndillwyn\ndilmun\ndilorenzo\ndilute\ndiluted\ndiluted0\ndilutes\ndiluting\ndilution\ndilutive\ndilworth\ndim\ndima\ndimaggio\ndimanche\ndimap\ndimapur\ndimas\ndimbleby\ndime\ndimebag\ndimension\ndimensional\ndimensionality\ndimensionally\ndimensionless\ndimensions\ndimeo\ndimer\ndimera\ndimers\ndimes\ndimethyl\ndimetrodon\ndimick\ndiminish\ndiminished\ndiminishes\ndiminishing\ndiminution\ndiminutive\ndiminutives\ndimissed\ndimitar\ndimitra\ndimitri\ndimitrie\ndimitrios\ndimitris\ndimitriu\ndimitrov\ndimitrova\ndimly\ndimm\ndimmed\ndimmer\ndimmers\ndimming\ndimms\ndimmu\ndimon\ndimond\ndimorphic\ndimorphism\ndimple\ndimples\ndimwitted\ndin\ndina\ndinaburga\ndinagat\ndinah\ndinajpur\ndinamina\ndinamo\ndinant\ndinar\ndinara\ndinaric\ndinars\ndinas\ndincote\ndindigul\ndine\ndined\ndineen\ndinelli\ndiner\ndiners\ndines\ndinesh\nding\ndingane\ndingell\ndinger\ndinghies\ndinghy\ndingle\ndingley\ndingman\ndingo\ndingoes\ndingwall\ndingy\ndinh\ndini\ndining\ndinis\ndiniz\ndink\ndinka\ndinkins\ndinky\ndinner\ndinners\ndinnerware\ndinning\ndinny\ndino\ndinobot\ndinobots\ndinoflagellates\ndinos\ndinosaur\ndinosaurs\ndinozzo\ndinsa\ndinsdale\ndinsmore\ndint\ndinu\ndinwiddie\ndio\ndiocesan\ndiocese\ndioceses\ndiocletian\ndiode\ndiodes\ndiodorus\ndioecesis\ndioecious\ndiogenes\ndiogo\ndioguardi\ndiol\ndiomede\ndiomedea\ndiomedes\ndion\ndione\ndionisio\ndionne\ndionysia\ndionysian\ndionysius\ndionysos\ndionysus\ndiop\ndiophantine\ndiophantus\ndior\ndiorama\ndioramas\ndiorite\ndios\ndioscorides\ndioscorus\ndiosdado\ndiouf\ndioxide\ndioxin\ndioxins\ndip\ndipak\ndiperdana\ndiphenhydramine\ndiphosphate\ndiphtheria\ndiphthong\ndiphthongs\ndipietro\ndiplodocus\ndiploid\ndiplom\ndiploma\ndiplomacy\ndiplomas\ndiplomat\ndiplomatic\ndiplomatically\ndiplomatique\ndiplomatist\ndiplomats\ndiplome\ndipolar\ndipole\ndipoles\ndipped\ndippenaar\ndipper\ndippers\ndipping\ndips\ndiptera\ndipterocarpaceae\ndiptych\ndir\ndirac\ndiraja\ndirbtinis\ndirck\ndire\ndireccion\ndirect\ndirect-broadcast\ndirect-marketing\ndirect-to-home\ndirect0d\ndirected\ndirecteur\ndirecting\ndirection\ndirectional\ndirectionally\ndirectionless\ndirections\ndirective\ndirectives\ndirectly\ndirectly-elected\ndirectmail\ndirectness\ndirector\ndirector-general\ndirectorate\ndirectorate-general\ndirectorates\ndirectorial\ndirectories\ndirectors\ndirectorship\ndirectorships\ndirectory\ndirects\ndirectshow\ndirectv\ndirectx\ndirge\ndirham\ndirhams\ndirichlet\ndirigible\ndirk\ndirks\ndirksen\ndirt\ndirt-poor\ndirtiest\ndirty\ndis\ndisa\ndisabilities\ndisability\ndisable\ndisabled\ndisables\ndisabling\ndisadvantage\ndisadvantaged\ndisadvantageous\ndisadvantages\ndisaffected\ndisaffection\ndisaffiliated\ndisagree\ndisagreeable\ndisagreed\ndisagreeing\ndisagreement\ndisagreements\ndisagrees\ndisallow\ndisallowed\ndisallowing\ndisallows\ndisambiguate\ndisambiguation\ndisappear\ndisappearance\ndisappearances\ndisappeared\ndisappearing\ndisappears\ndisappoint\ndisappointed\ndisappointing\ndisappointingly\ndisappointment\ndisappointments\ndisappoints\ndisapproval\ndisapprove\ndisapproved\ndisapproves\ndisapproving\ndisarm\ndisarmament\ndisarmed\ndisarming\ndisarms\ndisarray\ndisassemble\ndisassembled\ndisassembly\ndisassociate\ndisassociated\ndisaster\ndisasterous\ndisasters\ndisastrous\ndisastrously\ndisavow\ndisavowed\ndisband\ndisbanded\ndisbanding\ndisbandment\ndisbank\ndisbarred\ndisbelief\ndisbelieving\ndisbursals\ndisburse\ndisbursed\ndisbursement\ndisbursements\ndisbursing\ndisc\ndiscal\ndiscalced\ndiscard\ndiscarded\ndiscarding\ndiscards\ndiscern\ndiscernable\ndiscerned\ndiscernible\ndiscerning\ndiscernment\ndisch\ndischarge\ndischarged\ndischarger\ndischargers\ndischarges\ndischarging\ndischord\ndisciple\ndisciples\ndiscipleship\ndisciplinarian\ndisciplinary\ndiscipline\ndisciplined\ndisciplines\ndisciplining\ndisclaimed\ndisclaimer\ndisclaimers\ndisclose\ndisclosed\ndiscloses\ndisclosing\ndisclosure\ndisclosures\ndisco\ndiscocellulars\ndiscography\ndiscolor\ndiscoloration\ndiscolored\ndiscomfort\ndisconcerting\ndisconnect\ndisconnected\ndisconnecting\ndisconnection\ndisconnects\ndiscontent\ndiscontented\ndiscontinuance\ndiscontinuation\ndiscontinue\ndiscontinued\ndiscontinuing\ndiscontinuities\ndiscontinuity\ndiscontinuous\ndiscord\ndiscordant\ndiscordia\ndiscos\ndiscotheque\ndiscotheques\ndiscount\ndiscounted\ndiscounter\ndiscounters\ndiscounting\ndiscounts\ndiscourage\ndiscouraged\ndiscouragement\ndiscourages\ndiscouraging\ndiscours\ndiscourse\ndiscourses\ndiscover\ndiscovered\ndiscoverer\ndiscoverers\ndiscoveries\ndiscovering\ndiscovers\ndiscovery\ndiscredit\ndiscredited\ndiscrediting\ndiscreet\ndiscreetly\ndiscrepancies\ndiscrepancy\ndiscrete\ndiscretely\ndiscretion\ndiscretionary\ndiscretization\ndiscriminant\ndiscriminate\ndiscriminated\ndiscriminates\ndiscriminating\ndiscrimination\ndiscriminatory\ndiscs\ndiscursive\ndiscus\ndiscuss\ndiscussed\ndiscusses\ndiscussing\ndiscussion\ndiscussions\ndiscworld\ndisdain\ndisdained\ndisdainful\ndisease\ndisease-causing\ndisease-free\ndiseased\ndiseases\ndisembark\ndisembarked\ndisembarking\ndisembodied\ndisenchanted\ndisenchantment\ndisenfranchised\ndisenfranchisement\ndisengage\ndisengaged\ndisengagement\ndisequilibrium\ndisestablished\ndisestablishment\ndisfavor\ndisfavour\ndisfellowshipped\ndisfigured\ndisfigurement\ndisfiguring\ndisgaea\ndisgrace\ndisgraced\ndisgraceful\ndisgruntled\ndisguise\ndisguised\ndisguises\ndisguising\ndisgust\ndisgusted\ndisgusting\ndish\ndisharmony\ndisheartened\ndished\ndisher\ndishes\ndisheveled\ndishevelled\ndishonest\ndishonestly\ndishonesty\ndishonor\ndishonorable\ndishonorably\ndishonored\ndishonour\ndishonourable\ndishwasher\ndishwashers\ndisillusion\ndisillusioned\ndisillusionment\ndisincentive\ndisincentives\ndisinclined\ndisincorporated\ndisinfectant\ndisinfectants\ndisinfected\ndisinfection\ndisinflation\ndisinflationary\ndisinformation\ndisingenuous\ndisinherited\ndisintegrate\ndisintegrated\ndisintegrates\ndisintegrating\ndisintegration\ndisinterest\ndisinterested\ndisinterred\ndisinvest\ndisinvestment\ndisinvestments\ndisjoint\ndisjointed\ndisjunct\ndisjunction\ndisjunctive\ndisk\ndisk-drive\ndiskette\ndiskettes\ndisks\ndislike\ndisliked\ndislikes\ndisliking\ndislocated\ndislocation\ndislocations\ndislodge\ndislodged\ndislodging\ndisloyal\ndisloyalty\ndismal\ndismally\ndismantle\ndismantled\ndismantling\ndismay\ndismayed\ndismember\ndismembered\ndismemberment\ndismiss\ndismissal\ndismissals\ndismissed\ndismisses\ndismissing\ndismissive\ndismount\ndismounted\ndismounting\ndisney\ndisney-owned\ndisneyland\ndisneymania\ndisobedience\ndisobedient\ndisobey\ndisobeyed\ndisobeying\ndisobeys\ndisodium\ndisorder\ndisordered\ndisorderly\ndisorders\ndisorganised\ndisorganization\ndisorganized\ndisorientation\ndisoriented\ndisorienting\ndisown\ndisowned\ndisparage\ndisparaged\ndisparagement\ndisparaging\ndisparagingly\ndisparate\ndisparities\ndisparity\ndispassionate\ndispatch\ndispatched\ndispatcher\ndispatchers\ndispatches\ndispatching\ndispel\ndispell\ndispelled\ndispelling\ndispensaries\ndispensary\ndispensation\ndispensational\ndispensationalism\ndispensationalists\ndispensations\ndispense\ndispensed\ndispenser\ndispensers\ndispenses\ndispensing\ndispersal\ndisperse\ndispersed\ndisperses\ndispersing\ndispersion\ndispersive\ndispirited\ndisplace\ndisplaced\ndisplacement\ndisplacements\ndisplaces\ndisplacing\ndisplay\ndisplayed\ndisplaying\ndisplays\ndispleased\ndispleasure\ndisposable\ndisposal\ndisposals\ndispose\ndisposed\ndisposes\ndisposing\ndisposition\ndispositions\ndispossessed\ndispossession\ndisproportionate\ndisproportionately\ndisprove\ndisproved\ndisproven\ndisproving\ndisputable\ndisputation\ndispute\ndisputed\ndisputes\ndisputing\ndisqualification\ndisqualifications\ndisqualified\ndisqualify\ndisqualifying\ndisque\ndisquiet\ndisraeli\ndisregard\ndisregarded\ndisregarding\ndisregards\ndisrepair\ndisreputable\ndisrepute\ndisrespect\ndisrespected\ndisrespectful\ndisrupt\ndisrupted\ndisrupting\ndisruption\ndisruptions\ndisruptive\ndisruptor\ndisrupts\ndiss\ndissan\ndissanayake\ndissatisfaction\ndissatisfied\ndissect\ndissected\ndissecting\ndissection\ndissections\ndisseminate\ndisseminated\ndisseminates\ndisseminating\ndissemination\ndissension\ndissensions\ndissent\ndissented\ndissenter\ndissenters\ndissenting\ndissents\ndissertation\ndissertations\ndisservice\ndissident\ndissidents\ndissimilar\ndissipate\ndissipated\ndissipates\ndissipating\ndissipation\ndissipative\ndissociate\ndissociated\ndissociates\ndissociation\ndissociative\ndissolute\ndissolution\ndissolve\ndissolved\ndissolves\ndissolving\ndissonance\ndissonant\ndissuade\ndissuaded\ndissuasive\ndist\ndistaff\ndistal\ndistance\ndistanced\ndistances\ndistancing\ndistant\ndistantly\ndistaste\ndistasteful\ndistefora\ndistemper\ndistended\ndistill\ndistillate\ndistillate-rich\ndistillates\ndistillation\ndistilled\ndistiller\ndistilleries\ndistillers\ndistillery\ndistilling\ndistinct\ndistinction\ndistinctions\ndistinctive\ndistinctively\ndistinctiveness\ndistinctly\ndistinctness\ndistinguish\ndistinguishable\ndistinguished\ndistinguishes\ndistinguishing\ndistort\ndistorted\ndistorting\ndistortion\ndistortions\ndistorts\ndistr\ndistract\ndistracted\ndistracting\ndistraction\ndistractions\ndistracts\ndistrapr\ndistraught\ndistress\ndistressed\ndistressing\ndistrib\ndistribuicao\ndistribuidora\ndistribut\ndistributable\ndistributary\ndistribute\ndistributed\ndistributes\ndistributing\ndistribution\ndistributions\ndistributive\ndistributor\ndistributors\ndistributorship\ndistrict\ndistricts\ndistrigas\ndistrigaz\ndistrijul\ndistrijun\ndistrito\ndistritos\ndistrmar\ndistrmay\ndistrust\ndistrusted\ndistrustful\ndistrusting\ndisturb\ndisturbance\ndisturbances\ndisturbed\ndisturbing\ndisturbingly\ndisturbs\ndisulfide\ndisunity\ndisuse\ndisused\ndisy\ndit\ndita\nditch\nditched\nditches\nditching\ndithering\ndithmarschen\nditka\nditko\nditto\nditton\nditty\nditzy\ndiu\ndiuretic\ndiuretics\ndiurnal\ndiv\ndiv.\ndiva\ndivac\ndivaina\ndivalent\ndivan\ndivas\ndivatox\ndive\ndived\ndivenuto\ndiver\ndiverge\ndiverged\ndivergence\ndivergences\ndivergent\ndiverges\ndiverging\ndivers\ndiverse\ndiversey\ndiverseylever\ndiversification\ndiversified\ndiversifies\ndiversify\ndiversifying\ndiversion\ndiversionary\ndiversions\ndiversity\ndivert\ndiverted\ndiverting\ndiverts\ndives\ndivest\ndivested\ndivesting\ndivestiture\ndivestitures\ndivestment\ndivestments\ndivide\ndivided\ndividend\ndividends\ndivider\ndividers\ndivides\ndividing\ndivina\ndivination\ndivinatory\ndivine\ndivinely\ndivines\ndiving\ndivinities\ndivinity\ndivino\ndivinorum\ndivisibility\ndivisible\ndivisie\ndivision\ndivisional\ndivisions\ndivisive\ndivison\ndivisor\ndivisors\ndivizia\ndivo\ndivorce\ndivorced\ndivorcee\ndivorces\ndivorcing\ndivs\ndivsion\ndivulge\ndivulged\ndivulging\ndivx\ndivya\ndiw\ndiwali\ndiwan\ndix\ndixie\ndixieland\ndixit\ndixon\ndixons\ndiy\ndiya\ndiyala\ndiyarbakir\ndiz\ndizon\ndizzee\ndizziness\ndizzy\ndizzying\ndj\ndj/producer\ndjajic\ndjakarta\ndjalminha\ndjan\ndjango\ndjed\ndjembe\ndjenne\ndjerba\ndjetou\ndji\ndjia\ndjibouti\ndjibril\ndjindjic\ndjing\ndjinn\ndjiwandono\ndjordje\ndjordjevic\ndjorkaeff\ndjoser\ndjs\ndjukanovic\ndjukic\ndjunic\ndjurgarden\ndjurgardens\ndk\ndkb\ndkba\ndki\ndkk\ndkny\ndkr\ndkv\ndkw\ndl\ndl0\ndla\ndlamini\ndlb\ndlc\ndlf\ndlj\ndll\ndlls\ndlouhy\ndlp\ndlr\ndlrs\ndls\ndlsu\ndlugosz\ndlv\ndlvd\ndly\ndm\ndm0\ndm=0\ndma\ndmar\ndmay\ndmb\ndmc\ndmca\ndmci\ndmd\ndme\ndmg\ndmi\ndmitri\ndmitriev\ndmitrieva\ndmitriy\ndmitry\ndmk\ndmo\ndmowski\ndmp\ndms\ndms0\ndmso\ndmt\ndmu\ndmus\ndmv\ndmx\ndmytro\ndmz\ndn\ndn#\ndn0\ndna\ndnap\ndnb\ndnc\ndnd\ndnepr\ndnes\ndnestr\ndnevni\ndnevnik\ndnf\ndni\ndnib\ndnieper\ndniester\ndnipro\ndnipropetrovsk\ndnp\ndnr\ndns\ndnsc\ndnum\ndo\ndo'urden\ndo-able\ndo-it-yourself\ndo-or-die\ndoa\ndoa0\ndoab\ndoable\ndoak\ndoan\ndoane\ndob\ndobbin\ndobbins\ndobbs\ndobby\ndobell\ndoberan\ndoberman\ndobie\ndoble\ndoboj\ndobrev\ndobro\ndobrowolski\ndobrudzha\ndobruja\ndobrzanski\ndobson\ndoby\ndoc\ndocbook\ndocdata\ndoce\ndocenave\ndocent\ndocetaxel\ndocherty\ndocile\ndock\ndocked\ndocker\ndockers\ndockery\ndocket\ndocking\ndocklands\ndocks\ndockside\ndockworkers\ndockyard\ndockyards\ndocomo\ndocs\ndocteur\ndoctor\ndoctor-assisted\ndoctoral\ndoctorate\ndoctorates\ndoctored\ndoctorow\ndoctors\ndoctrina\ndoctrinal\ndoctrinally\ndoctrine\ndoctrines\ndocu\ndocudrama\ndocument\ndocumenta\ndocumentarian\ndocumentaries\ndocumentary\ndocumentation\ndocumented\ndocumenting\ndocuments\ndod\ndoda\ndodd\ndodder\ndoddie\ndodds\ndodecahedron\ndodecanese\ndodge\ndodgeball\ndodged\ndodger\ndodgers\ndodges\ndodgeville\ndodging\ndodgson\ndodgy\ndodi\ndodie\ndodo\ndodoma\ndodson\ndodwell\ndoe\ndoer\ndoerr\ndoers\ndoes\ndoesburg\ndoetinchem\ndof\ndofasco\ndog\ndogan\ndoge\ndogen\ndogfight\ndogfighting\ndogfights\ndogfish\ndogg\ndogged\ndoggedly\ndogger\ndoggett\ndoggie\ndogging\ndoggy\ndoghouse\ndogma\ndogmas\ndogmatic\ndogmatics\ndogmatism\ndogme\ndogon\ndogpatch\ndogra\ndogs\ndogsled\ndogtown\ndogwood\ndoh\ndoha\ndohc\ndoheny\ndoherty\ndohnanyi\ndohuk\ndoi\ndoig\ndoin\ndoing\ndoings\ndoink\ndoit\ndoj\ndoji\ndojin\ndojinshi\ndojo\ndojos\ndok\ndoki\ndokken\ndokle\ndokmanovic\ndoktor\ndoku\ndol\ndolan\ndolarhyde\ndolby\ndolce\ndoldrums\ndole\ndole-kemp\ndoled\ndolenjska\ndolenz\ndolerite\ndolgellau\ndolina\ndolittle\ndoll\ndollar\ndollar-\ndollar-based\ndollar-bloc\ndollar-buying\ndollar-denominated\ndollar-indexed\ndollar-linked\ndollar-mark\ndollar-pair\ndollar-rupee\ndollar-rupiah\ndollar-selling\ndollar-sensitive\ndollar-supportive\ndollar-weighted\ndollar-yen\ndollard\ndollarization\ndollars\ndollens\ndollfuss\ndollhouse\ndollinger\ndollis\ndolls\ndolly\ndollywood\ndolmen\ndolmens\ndolni\ndolomite\ndolomites\ndolores\ndolorosa\ndolow\ndolph\ndolphin\ndolphin-safe\ndolphins\ndolphy\ndoly\ndom\ndom=domestic\ndoma\ndomain\ndomaine\ndomains\ndoman\ndomb\ndombrowski\ndomco\ndome\ndomecq\ndomed\ndomenech\ndomenic\ndomenica\ndomenichino\ndomenici\ndomenico\ndomes\ndomesday\ndomestic\ndomestically\ndomesticated\ndomestication\ndomestics\ndomhnaill\ndomhnall\ndomi\ndomicile\ndomiciled\ndomina\ndominance\ndominant\ndominantly\ndominaria\ndominate\ndominated\ndominates\ndominating\ndomination\ndominator\ndominators\ndominatrix\ndomine\ndomineering\ndomingo\ndomingos\ndomingue\ndominguez\ndomini\ndominic\ndominica\ndominican\ndominicana\ndominicans\ndominici\ndominick\ndominik\ndominikovic\ndominion\ndominions\ndominique\ndomino\ndominoes\ndominos\ndominus\ndomitia\ndomitian\ndomitius\ndomnall\ndomo\ndomon\ndomos\ndoms\ndomtar\ndomus\ndon\ndona\ndonadio\ndonagh\ndonaghy\ndonaghys\ndonahue\ndonal\ndonald\ndonaldo\ndonaldson\ndonat\ndonate\ndonated\ndonatella\ndonatello\ndonates\ndonati\ndonating\ndonation\ndonations\ndonato\ndonatus\ndonau\ndoncaster\ndoncasters\ndoncho\ndonde\ndondo\ndone\ndonegal\ndonegall\ndonegan\ndonelly\ndonelson\ndoner\ndonetsk\ndong\ndong-a\ndong-ah\ndong-jin\ndongah\ndongbang\ndongbu\ndonges\ndongfang\ndongfeng\ndongguan\ndongkuk\ndongle\ndongola\ndongsuh\ndongwon\ndoni\ndonington\ndoniphan\ndonis\ndonitz\ndonizete\ndonizetti\ndonjon\ndonkey\ndonkeys\ndonlavey\ndonmar\ndonn\ndonna\ndonnan\ndonnas\ndonnchad\ndonnchadh\ndonne\ndonned\ndonnell\ndonnellan\ndonnelley\ndonnelly\ndonner\ndonney\ndonnie\ndonning\ndonnington\ndonnkenny\ndonny\ndonnybrook\ndonofrio\ndonoghue\ndonohoe\ndonohue\ndonor\ndonors\ndonoso\ndonostia\ndonovan\ndons\ndont\ndonte\ndonut\ndonuts\ndoo\ndoobie\ndoodle\ndoodles\ndoody\ndoogie\ndoohan\ndookie\ndooku\ndooley\ndoolin\ndoolittle\ndoom\ndoomed\ndooming\ndoomsday\ndoon\ndoonesbury\ndoop\ndoor\ndoor-to-door\ndoorbell\ndoordarshan\ndoorknob\ndoorman\ndoornbos\ndoors\ndoorstep\ndoorsteps\ndoorway\ndoorways\ndoosan\ndoot\ndooyeweerd\ndop\ndopa\ndopamine\ndopaminergic\ndopant\ndope\ndoped\ndopey\ndoping\ndoppelganger\ndoppelgangers\ndoppler\ndor\ndora\ndorado\ndoraemon\ndoral\ndoran\ndorans\ndorbyl\ndorcas\ndorchester\ndordogne\ndordrecht\ndore\ndoreen\ndoremi\ndoren\ndorf\ndorff\ndorfman\ndorfmeister\ndorgan\ndori\ndoria\ndorian\ndorians\ndoriath\ndoric\ndoriemus\ndorion\ndoris\ndorje\ndork\ndorking\ndorling\ndorm\ndorma\ndormammu\ndorman\ndormancy\ndormann\ndormant\ndormer\ndormers\ndormition\ndormitories\ndormitory\ndormouse\ndorms\ndorn\ndornan\ndornbusch\ndornelles\ndorney\ndornier\ndornoch\ndoro\ndoron\ndororo\ndorosz\ndorothea\ndorothy\ndorp\ndorpat\ndorr\ndorrance\ndorrell\ndorris\ndors\ndorsal\ndorsalis\ndorsally\ndorset\ndorsetshire\ndorsett\ndorsey\ndorsum\ndort\ndortmund\ndoru\ndorval\ndorweiler\ndory\ndos\ndosa\ndosage\ndosages\ndosal\ndosbox\ndosco\ndose\ndosed\ndosedel\ndoses\ndoshi\ndosing\ndoss\ndossier\ndossiers\ndost\ndostoevsky\ndostoyevsky\ndostum\ndot\ndotc\ndotcom\ndoted\ndoth\ndothan\ndoting\ndotronix\ndots\ndotson\ndotted\ndotterels\ndottie\ndotting\ndoty\ndou\ndouai\ndouala\ndouaouda\ndouay\ndouble\ndouble-a\ndouble-b\ndouble-blind\ndouble-bogey\ndouble-decker\ndouble-digit\ndouble-digits\ndouble-edged\ndouble-faulted\ndouble-figure\ndouble-hull\ndouble-hulled\ndouble-murder\ndouble-top\ndouble-witching\ndoubled\ndoubleday\ndoubleheader\ndoubles\ndoublet\ndoubletree\ndoublets\ndoubling\ndoubly\ndoubs\ndoubt\ndoubted\ndoubters\ndoubtful\ndoubting\ndoubtless\ndoubts\ndouce\ndoucet\ndouch\ndouche\ndoud\ndoug\ndougal\ndougall\ndougan\ndough\ndoughboy\ndougherty\ndoughnut\ndoughnuts\ndoughty\ndougie\ndouglas\ndouglases\ndouglass\ndouin\ndoujinshi\ndoukas\ndoull\ndoulton\ndouma\ndoune\ndoupnitsa\ndour\ndourian\ndouro\ndourthe\ndouse\ndoused\ndousing\ndoust\ndouste-blazy\ndoutriaux\ndouwe\ndov\ndove\ndovecote\ndover\ndover-calais\ndoves\ndovetail\ndovetailed\ndovid\ndovish\ndovrat\ndow\ndow-inspired\ndowa\ndowager\ndowd\ndowding\ndowdy\ndowel\ndowelanco\ndowell\ndower\ndowie\ndowitchers\ndowland\ndowling\ndown\ndown-to-earth\ndownbeat\ndowncast\ndowndraft\ndowne\ndowned\ndowner\ndowners\ndownes\ndowney\ndownfall\ndownfield\ndownforce\ndowngrade\ndowngraded\ndowngrades\ndowngrading\ndowngradings\ndownham\ndownhill\ndownhiller\ndownhills\ndownie\ndowning\ndowningtown\ndownland\ndownlink\ndownload\ndownloadable\ndownloaded\ndownloading\ndownloads\ndownmove\ndownpatrick\ndownpayment\ndownplay\ndownplayed\ndownplaying\ndownplays\ndownpour\ndownpours\ndownright\ndownriver\ndowns\ndownscaling\ndownshift\ndownside\ndownsides\ndownsize\ndownsized\ndownsizing\ndownslope\ndownstairs\ndownstate\ndownstream\ndownsview\ndownswing\ndowntempo\ndowntime\ndownton\ndowntown\ndowntowns\ndowntrend\ndowntrodden\ndownturn\ndownturned\ndownturns\ndownward\ndownwardly\ndownwards\ndownwind\ndowny\ndowry\ndowsing\ndowson\ndowty\ndox\ndoxa\ndoxology\ndoxorubicin\ndoxycycline\ndoyen\ndoyle\ndoylestown\ndozen\ndozens\ndozer\ndozier\ndozois\ndp\ndp0\ndpa\ndpb\ndpc\ndpd\ndpef\ndpg\ndphil\ndpi\ndpj\ndpm\ndpp\ndpr\ndprk\ndps\ndpt\ndpu\ndpuc\ndq\ndq0\ndqb0*0\ndqe\ndr\ndr.\ndr0\ndra\ndrab\ndrac\ndrachma\ndrachma-\ndrachmas\ndraco\ndraconian\ndraconians\ndraconic\ndraconis\ndracula\ndraenei\ndraenor\ndraft\ndrafted\ndraftee\ndraftees\ndrafters\ndrafting\ndrafts\ndraftsman\ndraftsmen\ndrag\ndragados\ndragan\ndragged\ndragging\ndraghi\ndragnet\ndrago\ndragoljub\ndragomir\ndragon\ndragon-\ndragonair\ndragonball\ndragonfield\ndragonflies\ndragonflight\ndragonfly\ndragonforce\ndragonlance\ndragonriders\ndragons\ndragonzord\ndragoon\ndragoons\ndragoslav\ndragovoljac\ndrags\ndragster\ndragutin\ndrahy\ndrain\ndrainage\ndrainages\ndrained\ndraining\ndrains\ndraka\ndrake\ndrakensberg\ndrakes\ndrakh\ndrakken\ndram\ndrama\ndramas\ndramatic\ndramatically\ndramatics\ndramatisation\ndramatise\ndramatised\ndramatist\ndramatists\ndramatization\ndramatizations\ndramatize\ndramatized\ndramatizes\ndramaturgy\ndramedy\ndrammen\ndrams\ndrang\ndrank\ndransfield\ndrape\ndrapeau\ndraped\ndraper\ndraperies\ndrapers\ndrapery\ndrapes\ndraping\ndrasin\ndraskovic\ndraskovics\ndrastic\ndrastically\ndraugen\ndraught\ndraughts\ndraughtsman\ndraupadi\ndrava\ndravid\ndravida\ndravidian\ndravidians\ndraw\ndrawback\ndrawbacks\ndrawbaugh\ndrawbridge\ndrawbridges\ndrawdown\ndrawdowns\ndrawer\ndrawers\ndrawing\ndrawings\ndrawl\ndrawn\ndrawn-out\ndraws\ndrax\ndraxis\ndray\ndrayton\ndrazek\ndrazen\ndrb\ndrb-hicom\ndrbls\ndrc\ndrdo\ndre\ndread\ndreaded\ndreadful\ndreadlocks\ndreadnaught\ndreadnought\ndreadnoughts\ndream\ndreamcast\ndreamcatcher\ndreamcoat\ndreamed\ndreamer\ndreamers\ndreamgirls\ndreamin\ndreaming\ndreamland\ndreamlike\ndreams\ndreamscape\ndreamscapes\ndreamt\ndreamtime\ndreamwave\ndreamweaver\ndreamworks\ndreamworld\ndreamy\ndreary\ndreco\ndred\ndredd\ndredge\ndredged\ndredger\ndredgers\ndredging\ndreekman\ndreekmann\ndrees\ndregs\ndreher\ndrei\ndreier\ndreiser\ndrena\ndrenched\ndrenching\ndrennan\ndrenthe\ndresch\ndrescher\ndresden\ndresdner\ndresner\ndress\ndressage\ndressed\ndresser\ndressers\ndresses\ndressing\ndressing-room\ndressings\ndressler\ndressmaker\ndreux\ndrew\ndrewry\ndrexel\ndrexler\ndreyer\ndreyfus\ndreyfuss\ndrg\ndri\ndribble\ndribbled\ndribbling\ndried\ndriefontein\ndrier\ndries\ndriessen\ndriest\ndriffield\ndrift\ndrifted\ndrifter\ndrifters\ndrifting\ndriftless\ndrifts\ndriftwood\ndrigo\ndrilex\ndrill\ndrilled\ndriller\ndrillers\ndrilling\ndrillings\ndrills\ndrina\ndrink\ndrinkable\ndrinkdec\ndrinker\ndrinkers\ndrinking\ndrinkjan\ndrinks\ndrinkwater\ndrip\ndripped\ndripping\ndrips\ndriscoll\ndriss\ndrive\ndrive-by\ndrive-in\ndrive-through\ndrive/genesis\ndrivemax\ndriven\ndriver\ndriverless\ndrivers\ndrives\ndriveshaft\ndrivetime\ndrivetrain\ndriveway\ndriveways\ndrivin\ndriving\ndrizzle\ndrizzt\ndrljaca\ndrm\ndrnk\ndrnovice\ndrnovsek\ndro\ndrobiarskie\ndrobnjak\ndroege\ndroga\ndrogba\ndrogheda\ndrogo\ndrogue\ndroid\ndroids\ndroit\ndroite\ndroits\ndroitwich\ndroll\ndrollas\ndroma\ndromaeosaurids\ndrome\ndromore\ndrona\ndrone\ndrones\ndronfield\ndrongos\ndroning\ndrood\ndrooling\ndroop\ndrooping\ndroopy\ndrop\ndrop-off\ndropkick\ndroplet\ndroplets\ndropout\ndropouts\ndropped\ndropping\ndroppings\ndrops\ndropship\ndropsy\ndror\ndrosed\ndrosera\ndrosophila\ndrotske\ndrought\ndrought-affected\ndrought-hit\ndrought-stricken\ndroughts\ndrouin\ndrove\ndrover\ndrovers\ndroves\ndrow\ndrown\ndrowned\ndrowning\ndrowns\ndrowsiness\ndrowsy\ndroylsden\ndroz\ndrs\ndrsd\ndru\ndrubbing\ndruck\ndrucker\ndruckmaschinen\ndrudge\ndrudgery\ndrug\ndrug-fighting\ndrug-free\ndrug-maker\ndrug-related\ndrug-resistant\ndrug-smuggling\ndrug-taking\ndrug-traffickers\ndrug-trafficking\ndrugged\ndrugging\ndruggist\ndruggists\ndrugmaker\ndrugmakers\ndrugs\ndrugstore\ndrugstores\ndruha\ndruid\ndruidic\ndruids\ndruitt\ndrukarnia\ndrulovic\ndrum\ndrumbeat\ndrumcondra\ndrumcree\ndrumhead\ndrumheller\ndrumkit\ndrumline\ndrumlins\ndrummed\ndrummer\ndrummers\ndrumming\ndrummond\ndrummondville\ndrummoyne\ndrums\ndrumset\ndrumstick\ndrumsticks\ndrunk\ndrunkard\ndrunken\ndrunkenly\ndrunkenness\ndrunks\ndrupe\ndrury\ndrusilla\ndruss\ndrusus\ndrut\ndruze\ndruzhba\ndrv\ndrvar\ndry\ndry-dock\ndry-docked\ndryad\ndryandra\ndryas\ndryburgh\ndryden\ndrydock\ndrydocking\ndrydocks\ndryer\ndryers\ndrying\ndryland\ndryness\ndrypers\ndrys\ndrysdale\ndrywall\nds\nds0\ndsa\ndsb\ndsc\ndsd\ndse\ndsf\ndsg\ndsi\ndsj\ndsl\ndslr\ndslrs\ndsm\ndso\ndsp\ndspc\ndsps\ndsr\ndsr-senator\ndss\ndst\ndsu\ndsv\ndsw\ndt\ndt0\ndta\ndtb\ndtc\ndtcs\ndtd\ndte\ndth\ndti\ndtient\ndtm\ndtmf\ndtn\ndtp\ndts\ndtt\ndtv\ndu\ndua\ndual\ndual-currency\ndual-listed\ndual-use\nduala\ndualdisc\ndualism\ndualist\ndualistic\nduality\ndually\ndualpurpose\nduals\ndualshock\nduan\nduane\nduarte\ndub\ndubai\ndubai-based\ndubal\ndubay\ndubbed\ndubbing\ndubbo\ndubcek\ndube\ndubh\ndubia\ndubilier\ndubin\ndubinin\ndubinsky\ndubious\ndubium\ndublin\ndublin-based\ndubliners\ndublins\ndubnica\ndubois\ndubokovic\ndubose\ndubrovnik\ndubrowski\ndubs\ndubstep\ndubuque\nduc\nduca\nducal\nducaru\nducasse\nducati\nducats\nduce\nduceppe\nducey\nduchamp\nducharme\nduchesne\nduchess\nduchesse\nduchesses\nduchies\nduchovny\nduchy\nduck\nduckburg\nducked\nduckett\nducking\nduckling\nducklings\nducks\nducktales\nduckwall-alco\nduckworth\nducky\nduclos\nducruet\nduct\nducted\nductile\nductility\nducting\nducts\nductus\ndud\nduda\ndudack\ndudayev\nduddon\nduddy\ndude\ndudek\ndudelange\ndudes\ndudgeon\ndudinka\ndudits\ndudley\ndudu\ndue\nduel\ndueled\nduelfer\ndueling\nduelist\nduelists\nduelling\nduels\nduero\nduerr\ndues\nduesenberg\nduesseldorf\nduet\nduets\nduetted\ndufaux\ndufay\nduferco\nduff\nduff&phelps\nduffel\ndufferin\nduffield\nduffryn\nduffy\ndufka\ndufour\ndufresne\ndug\ndugald\ndugan\ndugar\ndugarry\ndugdale\nduggan\ndugme\ndugoin\ndugong\ndugout\ndugouts\nduguay\nduguid\nduh\nduhaime\nduhalde\nduhamel\ndui\nduiker\nduin\nduisburg\nduisenberg\nduit\nduk\ndukakis\ndukan\ndukas\ndukat\nduke\ndukedom\ndukedoms\ndukes\ndukie\ndukla\nduklja\ndul\ndula\ndulce\ndulcie\ndulcimer\nduleep\ndull\ndullah\ndulled\nduller\ndulles\nduluth\ndulwich\nduly\ndum\nduma\ndumaguete\ndumai\ndumars\ndumas\ndumb\ndumbarton\ndumbbell\ndumber\ndumbfounded\ndumbing\ndumbledore\ndumbo\ndume\ndumez\ndumfries\ndumfriesshire\ndumitrescu\ndumitru\ndummer\ndummies\ndummy\ndumnonia\ndumont\ndumouriez\ndump\ndumped\ndumping\ndumpling\ndumplings\ndumps\ndumpster\ndumpty\ndun\nduna\ndunaferr\ndunaholding\ndunajska\ndunamenti\ndunan\ndunant\ndunavant\ndunaway\ndunbar\ndunbartonshire\ndunblane\nduncan\nduncan-williams\ndunce\ndunciad\nduncombe\ndundalk\ndundas\ndundee\ndunder\ndundonald\ndundrum\ndundurn\ndune\ndunedain\ndunedin\ndunem\ndunes\ndunfermline\ndunford\ndung\ndunga\ndungan\ndungannon\ndungarvan\ndungeness\ndungeon\ndungeons\ndungiven\ndungy\ndunham\ndunhill\ndunhuang\nduni\ndunin\ndunk\ndunked\ndunkeld\ndunkerque\ndunkin\ndunking\ndunkirk\ndunkley\ndunks\ndunlap\ndunleavy\ndunlf\ndunlop\ndunloy\ndunmer\ndunmore\ndunn\ndunne\ndunnery\ndunnes\ndunning\ndunoon\ndunphy\ndunraven\nduns\ndunsany\ndunsmuir\ndunst\ndunstable\ndunstan\ndunster\ndunston\ndunton\nduntroon\ndunvegan\ndunwich\ndunwoody\ndunya\nduo\nduodenal\nduodenum\nduomo\nduong\nduopoly\nduos\ndup\ndupage\ndupas\ndupe\nduped\nduper\ndupes\ndupin\nduple\ndupleix\nduplessis\nduplex\nduplexes\nduplicate\nduplicated\nduplicates\nduplicating\nduplication\nduplications\nduplicative\nduplicitous\nduplicity\ndupont\ndupre\ndupree\ndupri\ndupuis\ndupuy\nduque\nduquesne\nduquette\ndur\ndura\ndurability\ndurable\ndurables\nduracell\ndurack\ndurai\ndurakon\ndural\nduralumin\nduramed\nduran\ndurance\ndurand\ndurandal\ndurang\ndurango\ndurant\ndurante\nduras\nduratec\nduration\ndurations\ndurazzo\ndurban\ndurbar\ndurbin\ndurch\ndurchholz\ndurco\ndurden\ndurdynets\nduren\ndurer\nduress\ndurex\ndurg\ndurga\ndurgapur\ndurham\nduri\ndurian\ndurie\ndurin\nduring\ndurkheim\ndurkin\ndurkon\ndurlacher\ndurnin\ndurning\nduro\ndurocher\ndurr\ndurrani\ndurrant\ndurrell\ndurrenmatt\ndurres\ndurrett\ndurrow\ndursley\ndurst\ndurum\ndurward\ndury\nduryea\nduryodhana\ndusa\ndusaidi\ndusan\ndushanbe\ndusk\ndusk-to-dawn\ndusko\ndusky\nduss\ndussander\ndusseldorf\ndust\ndustbin\ndusted\nduster\ndusters\ndustin\ndusting\ndustour\ndusts\ndusty\ndut\nduta\ndutch\ndutch-based\ndutch-belgian\ndutch-born\ndutch-german\ndutch-owned\ndutch-speaking\ndutch-style\ndutcher\ndutchess\ndutchman\ndutchmen\nduthie\nduties\ndutiful\ndutifully\ndutoit\ndutra\ndutroux\ndutt\ndutta\ndutton\nduty\nduty-free\nduty-paid\nduty-unpaid\nduva\nduval\nduvalier\nduvall\nduvillard\nduwamish\ndux\nduxbury\nduxford\nduyn\ndv\ndv0\ndva\ndvaita\ndvb\ndvd\ndvd-ram\ndvd-rom\ndvds\ndveloppement\ndvfa\ndvi\ndvina\ndvor\ndvorak\ndvr\ndvr0\ndw\ndwan\ndwaraka\ndwarf\ndwarfed\ndwarfing\ndwarfism\ndwarfs\ndwarka\ndwarven\ndwarves\ndwayne\ndwd\ndwell\ndwelled\ndweller\ndwellers\ndwelling\ndwellings\ndwells\ndwelt\ndwemer\ndwi\ndwight\ndwindle\ndwindled\ndwindles\ndwindling\ndwm\ndworkin\ndworsky\ndws\ndwt\ndwyane\ndwyer\ndx\ndx0\ndy\ndyachenko\ndyadic\ndyakov\ndyan\ndyce\ndyck\ndyckerhoff\ndye\ndyed\ndyeing\ndyer\ndyers\ndyersburg\ndyes\ndyess\ndyestuff\ndyfed\ndyffryn\ndying\ndyk\ndyke\ndykes\ndykstra\ndylan\ndylex\ndyn\ndyna\ndynamic\ndynamical\ndynamically\ndynamics\ndynamism\ndynamite\ndynamited\ndynamix\ndynamo\ndynamometer\ndynamos\ndynastic\ndynasties\ndynasts\ndynasty\ndynatech\ndyncorp\ndyne\ndynkin\ndyno\ndyp\ndysart\ndysentery\ndysfunction\ndysfunctional\ndysfunctions\ndyskinesia\ndyslexia\ndyslexic\ndyson\ndyson-kissner-moran\ndysphagia\ndysphoria\ndysplasia\ndyspnea\ndystar\ndystonia\ndystopia\ndystopian\ndystrophy\ndz\ndzerzhinsky\ndzhandosov\ndzhokhar\ndziennik\ndzierzoniow\ndziewulski\ndzogchen\ndzong\ndzugas\ne\ne&p\ne*trade\ne-class\ne-coli\ne-mail\ne-mail:chicago.derivatives.newsroom@reuters.com\ne-mail:derivatives@reuters.com\ne-money\ne-plus\ne-series\ne-systems\ne-z\ne.\ne.a.\ne.b.\ne.c.\ne.c.mex\ne.coli\ne.d.\ne.d.&\ne.d.&f\ne.d.&f.\ne.d.t\ne.d.t.\ne.e.\ne.europe\ne.f.\ne.g\ne.g.\ne.g.cst\ne.g.indust\ne.g.manu\ne.g.unemployment\ne.german\ne.h.\ne.i.\ne.i.d\ne.i.hotel\ne.j.\ne.l.\ne.m.\ne.o.\ne.on\ne.p\ne.p.\ne.p.s.\ne.r.\ne.s.\ne.s.t.\ne.t.\ne.u.\ne.v\ne.v.\ne.w.\ne/i\ne0\ne0/0\ne0a\ne0b\ne0c\ne0s\ne=estimate\nea\nea-generali\nea0\nea0b\neaa\neaaa\neab\neac\neach\neachother\nead\neadbald\neadberht\neadgils\neadie\neads\neagan\neager\neagerly\neagerly-awaited\neagerness\neaggf\neagle\neagled\neagles\neagleson\neagleton\neai\neaker\neakins\nealdorman\neales\nealham\nealier\nealing\nealy\neam\neames\neamon\neamonn\nean\neap\neappen\near\nearache\neardley\neardrum\neared\nearendil\nearhart\nearings\nearl\nearldom\nearldoms\nearle\nearler\nearless\nearley\nearlham\nearlier\nearlier-than-expected\nearliest\nearls\nearly\nearly-maturing\nearly-morning\nearly-season\nearly-stage\nearly-warning\nearly0\nearly0s\nearly0th\nearmark\nearmarked\nearmarking\nearmarks\nearn\nearnapr\nearnaug\nearned\nearner\nearners\nearnest\nearnestly\nearnestness\nearnhardt\nearning\nearnings\nearnings-enhancing\nearnings-per-share\nearnings-related\nearnings/\nearningsapr\nearningsfeb\nearningsjan\nearningsmar\nearnjul\nearnjun\nearnmay\nearns\nearnshaw\nearp\nearphones\nearpiece\nearps\nearring\nearrings\nears\nearshot\nearth\nearth-moving\nearth-shaking\nearth0\neartha\nearthbending\nearthbound\nearthen\nearthenware\nearthforce\nearthgrains\nearthling\nearthlings\nearthlink\nearthly\nearthmoving\nearthquake\nearthquakes\nearthrealm\nearths\nearthsea\nearthwork\nearthworks\nearthworm\nearthworms\nearthy\neas\neasa\neasc\neasco\neasdaq\nease\neased\neasel\neasement\neasements\neases\neasier\neasiest\neasily\neasing\neasings\neasington\neasley\neason\neasow\neast\neast-central\neast-northeast\neast-southeast\neast-west\neast/west\neastbay\neastbound\neastbourne\neastbrokers\neastchester\neastenders\neaster\neasterbrook\neasterlings\neasterly\neastern\neasterners\neasternmost\neastgate\neastham\neastlake\neastland\neastleigh\neastlink\neastman\neaston\neastport\neasts\neastside\neastview\neastward\neastwards\neastwest\neastwick\neastwood\neasy\neasy-to-use\neasybeats\neasygoing\neasyjet\neasyknit\neasynet\neat\neaten\neater\neateries\neaters\neatery\neating\neaton\neatontown\neats\neau\neaux\neaves\neavesdrop\neavesdropping\neax\neazy\neb\neb0\neba\nebara\nebay\nebb\nebba\nebbed\nebbers\nebbets\nebbing\nebbs\nebbsfleet\nebbw\nebcdic\nebel\nebeling\neben\nebenezer\neber\neberhard\neberhart\neberle\neberron\nebersol\nebert\nebi\nebidta\nebionites\nebit\nebitda\nebla\nebm\nebn\nebner\nebola\neboli\nebon\nebonics\nebony\nebook\nebooks\nebr\nebrahim\nebrd\nebro\nebs\nebsen\nebt\nebu\nebullient\nebv\nec\nec0\neca\necac\necar\necare\necb\necbs\necc\necce\neccellenza\neccentric\neccentricities\neccentricity\neccentrics\neccles\necclesall\necclesia\necclesiae\necclesial\necclesiastes\necclesiastic\necclesiastica\necclesiastical\necclesiastics\necclesiology\neccleston\necclestone\necco\necd\nece\necevit\necf\necg\necgd\necgfrith\nechange\nechelon\nechelons\nechevarria\necheverri\necheverria\nechidna\nechidnas\nechigo\nechinoderms\nechizen\nechl\nechlin\necho\nechocardiography\nechoed\nechoes\nechogen\nechoing\necholocation\nechols\nechorium\nechos\nechostar\nechota\nechr\nechternach\nechuca\neci\necia\necija\necj\neck\neckankar\neckardt\neckart\necker\neckerd\neckernforde\neckersley\neckert\neckhard\neckhardt\neckhart\neckler\necko\neckstein\neckstine\necl\neclair\neclampsia\neclectic\neclecticism\neclipse\neclipsed\neclipses\neclipsing\neclipso\necliptic\neclogues\necm\necma\necmascript\necn\necnz\neco\necob\necofin\necofis\necogas\necolab\necole\necoles\necological\necologically\necologist\necologists\necology\necommerce\necomog\necomomic\necon\neconet\neconoline\neconometric\neconometrics\neconometrix\neconomia\neconomic\neconomica\neconomical\neconomically\neconomico\neconomics\neconomies\neconomique\neconomische\neconomist\neconomista\neconomists\neconomy\necopetrol\necoplast\necoregion\necoregions\necosoc\necosystem\necosystems\necotek\necotourism\necovillage\necowas\necozone\necp\necpat\necr\necri\necs\necsa\necsc\necstasy\necstatic\nect\necto\nectoderm\nectodermal\nectopic\nectoplasm\nects\necu\necuador\necuadoran\necuadorean\necuadoreans\necuadorian\necuadorians\necumenical\necumenism\necus\necusa\necw\neczema\ned\ned&f\ned.\ned.d.\ned0\neda\nedah\nedain\nedaran\nedasz\nedb\nedberg\nedc\nedd\nedda\neddard\neddery\neddic\neddie\neddies\neddings\neddington\neddo\neddy\neddystone\nede\nedec\nedegel\nedek\nedel\nedelca\nedelman\nedelnor\nedelstein\nedelstone\nedelweiss\nedema\neden\nedenia\nedens\nedenton\neder\nedessa\nedessaikos\nedexcel\nedey\nedeza\nedf\nedf-gdf\nedgar\nedgard\nedgardo\nedgars\nedgbaston\nedge\nedgecombe\nedged\nedgefield\nedgehill\nedgemont\nedgerton\nedges\nedgewater\nedgewood\nedgeworth\nedgier\nedging\nedgware\nedgy\nedhem\nedhi\nedi\nediacaran\nedible\nediciones\nedict\nedicts\nedie\nedifer\nedification\nedifice\nedifices\nedin\nedina\nedinburg\nedinburgh\nedinburgh-based\nedinger\nedington\nedirne\nedison\nedisto\nedit\neditable\nedited\neditek\nedith\nediting\neditio\nedition\neditions\neditor\neditor-in-chief\neditora\neditorial\neditorially\neditorials\neditors\neditorship\nedits\nedizione\nedlinger\nedlund\nedm\nedmark\nedmilson\nedmond\nedmonds\nedmondson\nedmonson\nedmonton\nedmund\nedmundo\nedmunds\nedmundston\nedn\nedna\nedo\nedoardo\nedogawa\nedom\nedon\nedouard\nedp\nedp-electricidade\nedper\nedri\nedrich\nedrington\nedriss\neds\neds-digital\neds.\nedsa\nedsall\nedsel\nedson\nedst\nedt\nedta\nedu\neduard\neduardo\neduc\neducacion\neducate\neducated\neducates\neducating\neducation\neducational\neducationalist\neducationally\neducationist\neducations\neducative\neducator\neducators\neducor\neduction\nedulis\neduscho\nedutainment\nedvard\nedward\nedwardes\nedwardian\nedwards\nedwardson\nedwardsville\nedwin\nedwina\nedzard\nee\neea\neeb\neec\neee\neefje\neeg\neei\neek\neel\neelam\neelgrass\neels\neen\neeoc\neep\neeprom\neerie\neerily\neero\neerste\neesr.rts\neesti\neeyore\neez\nef\nef0\nefa\nefacec\nefan\nefate\nefe\nefeb\nefekt\nefendi\nefes\neff\neffacing\neffec\neffect\neffected\neffecten\neffectenbank\neffecting\neffective\neffectively\neffectiveness\neffector\neffects\neffectual\neffeminate\neffenberg\neffendi\nefferent\nefficacious\nefficacy\nefficiences\nefficiencies\nefficiency\nefficient\nefficiently\neffie\neffigies\neffigy\neffingham\neffluent\neffluents\nefflux\neffort\neffortless\neffortlessly\nefforts\neffusion\neffusive\nefg\nefg-hermes\nefi\neficorp\nefim\nefore\nefp\nefps\nefrain\nefrem\nefren\nefron\nefs\neft\nefta\nefteling\neftpos\nefx\neg\neg&g\neg.\nega\negal\negalitarian\negalitarianism\negan\negana\negat\negbert\negberts\negco\nege\negeland\neger\negeria\negerton\negfr\negg\negg-shaped\negged\neggen\negger\neggers\neggert\negghead\neggleston\neggleton\neggman\neggplant\neggs\neggshell\negham\negil\negill\negin\negis\neglin\neglinton\neglise\negm\negmond\negmont\negnatia\nego\negocentric\negoism\negon\negos\negotism\negotistical\negoyan\negpc\negr\negregious\negremont\negress\negret\negrets\negs\negwene\negypt\negyptair\negyptian\negyptian-born\negyptian-israeli\negyptians\negyptologist\negyptologists\negyptology\neh\neh0\nehime\nehlers\nehr\nehrenberg\nehrenfest\nehrenkrantz\nehrlich\nehrmann\nehrnrooth\nehs\nehsan\nehud\nei\neia\neia).(0\neias\neib\neica\neich\neichenwald\neicher\neichhorn\neichler\neichmann\neichsfeld\neichstatt\neid\neide\neidelheit\neider\neidolon\neidos\neidsvoll\neielson\neifb\neifel\neiffage\neiffel\neigenstate\neigenstates\neigenvalue\neigenvalues\neigenvector\neigenvectors\neiger\neight\neight-\neight-contract\neight-day\neight-day-old\neight-game\neight-hour\neight-inch\neight-man\neight-member\neight-month\neight-month-old\neight-nation\neight-page\neight-party\neight-percent\neight-point\neight-under\neight-under-par\neight-week\neight-year\neight-year-old\neight-year-olds\neightball\neighteen\neighteens\neighteenth\neightfold\neighth\neighth-inning\neighth-largest\neighth-ranked\neighth-seeded\neighths\neighties\neightieth\neights\neighty\neighty-five\neighty-four\neigth\neigtved\neih\neiichiro\neiji\neike\neiko\neilat\neilean\neileen\neilenberg\neilonwy\neilts\nein\neinar\neinars\neinaudi\neindhoven\neine\neinem\neiner\neines\neinhorn\neinsatzgruppen\neinsiedeln\neinst\neinstein\neinsturzende\neintracht\neipico\neir\neira\neircom\neire\neireann\neirene\neiri\neirik\neis\neisai\neisen\neisenach\neisenbahn\neisenberg\neisenhorn\neisenhower\neisenhuettenstadt\neisenman\neisenstadt\neisenstein\neishockey\neisler\neisley\neisma\neisner\neissa\neisteddfod\neisuke\neitan\neitel\neither\neitzen\neiu\neiwa\neizenstat\nej\nejaculate\nejaculation\nejaz\nejb\neject\nejecta\nejected\nejecting\nejection\nejective\nejector\nejects\nejercito\nejido\nejup\nek\nek0\neka\nekachart\nekaterina\nekaterinburg\nekberg\nekco\neke\neked\nekeren\nekeus\nekg\nekho\nekimov\nekinci\nekinciler\neking\nekiti\nekk\nekka\nekkehard\neklund\nekman\neko\nekoagrobanka\nekofisk\nekoku\nekonomi\nekran\nekranas\neks\neksin\neksportfinans\neksportu\nekspres\neksteen\nekstraklasa\nel\nel-alfi\nel-badri\nel-banbi\nel-baz\nel-gharib\nel-rashad\nel-rov\nel-sheikh\nel-sherif\nel-zak-zaky\nel-zayat\nel.\nel0\nela\nelaborate\nelaborated\nelaborately\nelaborates\nelaborating\nelaboration\nelaborations\nelagabalus\nelahi\nelaine\nelam\nelamex\nelamite\nelamites\nelan\nelanco\neland\nelandsrand\nelang\nelapse\nelapsed\nelas\nelastic\nelastica\nelasticity\nelastin\nelastomer\nelastomers\nelated\nelation\nelayna\nelayne\nelazar\nelba\nelbasan\nelbasani\nelbe\nelber\nelberfeld\nelbert\nelbing\nelbirt\nelbit\nelblag\nelbow\nelbowed\nelbowing\nelbows\nelbrewery\nelbridge\nelc\nelca\nelche\nelcho\nelco\nelcon\neld\nelda\neldad\neldar\nelden\nelder\nelderly\nelders\nelderslie\neldest\neldon\neldorado\neldr\neldred\neldredge\neldridge\neldritch\nele\neleanor\neleazar\nelec\nelect\nelected\nelecticity\nelecting\nelection\nelection-related\nelection-year\nelectioneering\nelections\nelective\nelectives\nelector\nelectoral\nelectorally\nelectorate\nelectorates\nelectors\nelectra\nelectrabel\nelectrafina\nelectress\nelectric\nelectric-powered\nelectrica\nelectrical\nelectrically\nelectricals\nelectricas\nelectrician\nelectricians\nelectricidad\nelectricidade\nelectricite\nelectricity\nelectricity-generating\nelectrics\nelectricty\nelectrification\nelectrified\nelectrify\nelectrifying\nelectro\nelectroacoustic\nelectrocardiogram\nelectrochemical\nelectrochemistry\nelectroclash\nelectrocom\nelectroconvulsive\nelectrocuted\nelectrocuting\nelectrocution\nelectrode\nelectrodes\nelectrodynamics\nelectroglas\nelectrolux\nelectrolysis\nelectrolyte\nelectrolytes\nelectrolytic\nelectromagnet\nelectromagnetic\nelectromagnetism\nelectromagnets\nelectromechanical\nelectron\nelectronegative\nelectronegativity\nelectronic\nelectronica\nelectronically\nelectronics\nelectronique\nelectrons\nelectropharmacology\nelectrophilic\nelectrophoresis\nelectrophoretic\nelectrophysiology\nelectroplating\nelectropop\nelectroshock\nelectrostatic\nelectrotechnical\nelectrowatt\nelectroweak\nelectrowinning\nelectrum\nelects\neleftherios\neleftheros\neleftherotypia\nelefun\nelegance\nelegans\nelegant\nelegantly\nelegiac\nelegies\nelegy\nelejalde\nelek-tek\nelekta\nelektra\nelektrarna\nelektrarne\nelektrarny\nelektrik\nelektrim\nelektrobudowa\nelektromontaz\nelektron\nelektronik\nelektroprivreda\nelektrowatt\nelem\nelement\nelemental\nelementals\nelementary\nelements\nelemer\nelen\nelena\nelendil\neleni\neleonora\neleonore\nelephant\nelephantine\nelephants\nelessar\nelessedil\neletricas\neletricidade\neletrobras\neletropaulo\neletrosul\neleusinian\neleusis\neleuterio\neleuthera\neleutherodactylus\nelevate\nelevated\nelevates\nelevating\nelevation\nelevations\nelevator\nelevators\neleven\nelevens\neleventh\neleventh-hour\nelexsys\nelf\nelf-aquitaine\nelfangor\nelfi\nelfin\nelfman\nelfquest\nelgar\nelgi\nelgin\nelgood\neli\nelia\neliade\neliades\neliahu\nelian\neliana\neliane\nelias\nelicit\nelicited\neliciting\nelicits\nelida\nelie\neliezer\nelif\neligibility\neligible\nelihu\nelijah\nelim\neliminate\neliminated\neliminates\neliminating\nelimination\neliminations\neliminator\neliminators\nelin\nelina\nelinor\nelint\nelio\neliot\neliott\nelis\nelisa\nelisabet\nelisabeth\nelisabetta\nelisaveta\nelise\neliseo\neliseu\nelisha\nelision\neliskases\nelissa\nelissar\nelita\nelitbank\nelite\nelites\nelitism\nelitist\nelitserien\nelixir\neliyahu\neliza\nelizabeth\nelizabeth''\nelizabethan\nelizabethton\nelizabethtown\nelizaveta\nelizondo\neljer\nelk\nelka\nelke\nelkem\nelkhart\nelkhorn\nelkie\nelkin\nelkington\nelkins\nelko\nelks\nelkton\nell\nella\nelland\nellawala\nelle\nellen\nellensburg\neller\nellerine\nellerslie\nellery\nellesmere\nellet\nellett\nelli\nellice\nellicott\nellie\nelliman\nellimist\nelling\nellington\nelliot\nelliott\nellipse\nellipses\nellipsis\nellipsoid\nellipsoidal\nelliptic\nelliptical\nellis\nellison\nelliston\nellora\nellrich\nellroy\nellsberg\nellsworth\nellum\nellwood\nelly\nellyn\nelm\nelma\nelman\nelmar\nelmendorf\nelmer\nelmet\nelmham\nelmhurst\nelmi\nelminster\nelmira\nelmo\nelmont\nelmore\nelms\nelmsford\nelmu\nelmwood\nelmyra\neln\nelo\nelocution\nelohim\nelohist\neloi\neloise\nelon\nelongate\nelongated\nelongation\nelope\neloped\nelopement\neloquence\neloquent\neloquently\nelora\neloy\nelp\nelphaba\nelphin\nelphinstone\nelpidio\nelpo\nelric\nelrod\nelron\nelrond\nelroy\nels\nelsa\nelsag\nelsam\nelsbury\nelscint\nelse\nelsevier\nelsewhere\nelseworlds\nelsie\nelsinore\nelsner\nelson\nelspeth\nelst\nelstein\nelster\nelston\nelstree\nelswhere\nelswick\nelta\neltahawy\neltech\neltek\neltham\neltin\neltingh\nelton\neltrax\neltron\neltsova\nelua\neluard\nelucidate\nelucidated\nelucidating\nelucidation\nelude\neluded\neludes\neluding\neluki\neluru\nelusive\nelva\nelven\nelverum\nelves\nelvin\nelvir\nelvira\nelvis\nelvish\nelway\nelwes\nelwood\nelworthy\nelwyn\nely\nelyo\nelyon\nelyria\nelyse\nelysee\nelysees\nelysian\nelysium\nelytra\nelza\nelzbieta\nelzelingen\nem\nem0\nema\nemaar\nemaciated\nemacs\nemad\nemail\nemail:bangkok.newsroom@reuters.com\nemail:derivatives@reuters.com\nemailed\nemails\nemanate\nemanated\nemanates\nemanating\nemanation\nemanations\nemancipate\nemancipated\nemancipation\nemanu\nemanuel\nemanuele\nemap\nemar\nemas\nemasz\nemate\nemay\nemb\nemb0\nemba\nembalmed\nembalming\nembankment\nembankments\nembarassing\nembarassment\nembarcadero\nembargo\nembargoed\nembargoes\nembark\nembarkation\nembarked\nembarking\nembarks\nembarrass\nembarrassed\nembarrasses\nembarrassing\nembarrassingly\nembarrassment\nembassies\nembassy\nembattled\nembayment\nembed\nembedded\nembedding\nembeddings\nembeds\nembellish\nembellished\nembellishing\nembellishment\nembellishments\nember\nemberizid\nemberizidae\nemberizids\nembers\nembezzled\nembezzlement\nembezzling\nembittered\nemblazoned\nemblem\nemblematic\nemblems\nembodied\nembodies\nembodiment\nembodiments\nembody\nembodying\nembolden\nemboldened\nembolism\nembossed\nembossing\nembotelladora\nembotelladoras\nembouchure\nembrace\nembraced\nembraces\nembracing\nembraer\nembrasures\nembratel\nembroidered\nembroidery\nembroiled\nembrun\nembry\nembryo\nembryogenesis\nembryology\nembryonic\nembryos\nembu\nemc\nemcare\nemcee\nemceed\nemcees\nemco\nemd\nemden\nemdr\neme\nemea\nemeka\nemelia\nemelianenko\nemendations\nemer\nemerald\nemeralds\nemerge\nemerged\nemergence\nemergencies\nemergency\nemergent\nemerges\nemerging\nemeric\nemerick\nemeril\nemerita\nemeritus\nemerson\nemery\nemeryville\nemesa\nemese\nemetel\nemetic\nemex\nemf\nemg\nemh\nemi\nemigrant\nemigrants\nemigrate\nemigrated\nemigrating\nemigration\nemigre\nemigres\nemil\nemile\nemilia\nemiliano\nemilie\nemilio\nemily\nemin\neminem\neminence\neminent\neminently\neminescu\nemir\nemirate\nemirates\nemirau\nemiri\nemirs\nemishi\nemisphere\nemissaries\nemissary\nemission\nemissions\nemissivity\nemit\nemits\nemitted\nemitter\nemitters\nemitting\nemley\nemlico\nemlyn\nemm\nemma\nemmanuel\nemmanuelle\nemmanuelli\nemmaus\nemmeline\nemmen\nemmer\nemmeram\nemmerdale\nemmerich\nemmerson\nemmet\nemmett\nemmis\nemmitsburg\nemmitt\nemmons\nemms\nemmy\nemmylou\nemmys\nemnid\nemo\nemons\nemory\nemoticons\nemotion\nemotional\nemotionally\nemotionless\nemotions\nemotive\nemp\nempanadas\nempaques\nempath\nempathetic\nempathic\nempathy\nempedocles\nempennage\nemperor\nemperors\nemphases\nemphasis\nemphasise\nemphasised\nemphasises\nemphasising\nemphasize\nemphasized\nemphasizes\nemphasizing\nemphatic\nemphatically\nemphysema\nempire\nempires\nempirical\nempirically\nempiricism\nempiricist\nemplaced\nemplacement\nemplacements\nemplmnt\nemploy\nemployability\nemployed\nemployee\nemployee-owned\nemployees\nemployement\nemployer\nemployers\nemployes\nemploying\nemployment\nemploys\nemplymnt\nempoli\nemporia\nemporium\nempower\nempowered\nempowering\nempowerment\nempowers\nempresa\nempresas\nempress\nempresses\nempt\nempted\nemptied\nempties\nemptiness\nemptive\nempty\nempty-handed\nemptying\nemr\nemre\nemrys\nems\nemsland\nemslie\nemsworth\nemt\nemta\nemtn\nemts\nemu\nemu-related\nemulate\nemulated\nemulates\nemulating\nemulation\nemulator\nemulators\nemule\nemulsifier\nemulsion\nemulsions\nemus\nemusic\nemv\nemvasa\nen\nen0\nena\nenable\nenabled\nenabler\nenables\nenabling\nenact\nenacted\nenacting\nenactment\nenactments\nenacts\nenagas\nenamel\nenameled\nenamelled\nenamelon\nenamels\nenami\nenamored\nenamoured\nenantiomer\nenantiomers\nenap\nenarai\nenberg\nencad\nencamped\nencampment\nencampments\nencantadia\nencapsulate\nencapsulated\nencapsulates\nencapsulating\nencapsulation\nencarnacion\nencarta\nencased\nencasing\nence\nenceladus\nencephalitis\nencephalopathies\nencephalopathy\nenchaine\nenchant\nenchanted\nenchanter\nenchanting\nenchantment\nenchantments\nenchantress\nencinitas\nencino\nencircle\nencircled\nencirclement\nencircles\nencircling\nencke\nenclave\nenclaves\nenclose\nenclosed\nencloses\nenclosing\nenclosure\nenclosures\nencode\nencoded\nencoder\nencoders\nencodes\nencoding\nencodings\nencomienda\nencomium\nencompass\nencompassed\nencompasses\nencompassing\nencore\nencores\nencotesa\nencounter\nencountered\nencountering\nencounters\nencourage\nencouraged\nencouragement\nencourages\nencouraging\nencouragingly\nencroach\nencroached\nencroaching\nencroachment\nencroachments\nencrusted\nencrypt\nencrypted\nencrypting\nencryption\nencumbered\nencyclical\nencyclopaedia\nencyclopaedic\nencyclopedia\nencyclopedias\nencyclopedic\nencyclopedie\nend\nend-account\nend-apr\nend-april\nend-aug\nend-august\nend-dec\nend-december\nend-feb\nend-february\nend-investors\nend-jan\nend-january\nend-july\nend-june\nend-mar\nend-march\nend-may\nend-month\nend-nov\nend-november\nend-oct\nend-october\nend-of-day\nend-of-empire\nend-of-life\nend-of-month\nend-of-quarter\nend-of-season\nend-of-the-month\nend-of-week\nend-of-year\nend-products\nend-q0\nend-season\nend-sep\nend-sept\nend-september\nend-to-end\nend-use\nend-user\nend-users\nend-week\nend-year\nend0\nenda\nendacott\nendanger\nendangered\nendangering\nendangerment\nendangers\nende\nendean\nendear\nendeared\nendearing\nendearment\nendeavor\nendeavored\nendeavoring\nendeavors\nendeavour\nendeavoured\nendeavouring\nendeavours\nended\nendemic\nendemics\nendemism\nendemol\nender\nenderby\nenderlin\nenders\nendesa\nendgame\nendgames\nendiama\nendian\nendicott\nending\nendings\nendless\nendlessly\nendmonth\nendo\nendocardial\nendocarditis\nendocare\nendocrine\nendocrinologist\nendocrinology\nendocytosis\nendoderm\nendogamous\nendogenous\nendometrial\nendometriosis\nendometrium\nendomorphism\nendoplasmic\nendor\nendora\nendorex\nendorheic\nendorphins\nendorse\nendorsed\nendorsement\nendorsements\nendorser\nendorses\nendorsing\nendoscopic\nendoscopy\nendosonics\nendosperm\nendosymbiotic\nendothelial\nendothelium\nendothermic\nendotracheal\nendovascular\nendow\nendowed\nendowing\nendowment\nendowments\nendows\nendpoint\nendpoints\nendre\nendress\nendrio\nends\nendurance\nendure\nendured\nendures\nenduring\nenduro\nenduser\nendusers\nendymion\nendzone\nene\nenea\nenel\nenema\nenemas\nenemies\nenemy\nener\nenerapr\nenerco\nenerfeb\nenerfinance\nenergen\nenerget\nenergetic\nenergetica\nenergetically\nenergeticheskaya\nenergeticka\nenergetics\nenergetika\nenergetiki\nenergi\nenergia\nenergie\nenergie-versorgung\nenergies\nenergieversorgung\nenergija\nenergis\nenergise\nenergised\nenergize\nenergized\nenergizer\nenergizing\nenergjul\nenergjun\nenergo\nenergoaparatura\nenergon\nenergy\nenergy-efficient\nenergy-hungry\nenergy-intensive\nenergy-related\nenergy-rich\nenergy-saving\nenergydirect\nenergyone\nenerjak\nenermay\nenersis\nenertel\nenescu\nenfant\nenfants\nenfield\nenforce\nenforceable\nenforced\nenforcement\nenforcer\nenforcers\nenforces\nenforcing\nenfranchised\nenfranchisement\neng\neng.\neng.may\nengage\nengaged\nengagement\nengagements\nengages\nengaging\nengel\nengelbart\nengelberg\nengelbert\nengelbrecht\nengelen-kefer\nengelhard\nengelhardt\nengell\nengelmann\nengels\nengen\nengender\nengendered\nengenders\nengg\nenghien\nengibous\nengil\nengin\nengine\nengined\nengineer\nengineered\nengineering\nengineers\nengines\nengl\nengland\nenglander\nenglanders\nengle\nenglefield\nenglehart\nengler\nenglewood\nenglish\nenglish-language\nenglish-speaking\nenglishman\nenglishmen\nenglishwoman\nenglund\nengquist\nengrave\nengraved\nengraver\nengravers\nengraving\nengravings\nengrish\nengro\nengrossed\nengstrand\nenguerrand\nengulf\nengulfed\nengulfing\nengulfs\nengva\nengvall\nengy\nenhance\nenhanced\nenhancement\nenhancements\nenhancer\nenhancers\nenhances\nenhancing\nenharmonic\neni\neniac\nenichem\nenid\nenies\nenigma\nenigmatic\nenishi\nenitel\neniwetok\neniwoke\nenix\nenjoin\nenjoined\nenjoining\nenjoy\nenjoyable\nenjoyed\nenjoying\nenjoyment\nenjoys\nenka\nenkhsaikhan\nenki\nenkidu\nenlai\nenlarge\nenlarged\nenlargement\nenlargements\nenlarges\nenlarging\nenlighten\nenlightened\nenlightening\nenlightenment\nenlil\nenlist\nenlisted\nenlistedmen\nenlisting\nenlistment\nenlistments\nenlists\nenliven\nenlivened\nenmeshed\nenmity\nenna\nenneagram\nennerdale\nennio\nennis\nenniscorthy\nenniskillen\nennobled\nenns\neno\nenoch\nenochian\nenok\nenol\nenola\nenomoto\nenon\nenormity\nenormous\nenormously\nenos\nenosis\nenough\nenought\nenov\nenova\nenplaned\nenquire\nenquired\nenquirer\nenquiries\nenquiring\nenquiry\nenqvist\nenraged\nenrages\nenraging\nenrgapr\nenrgfeb\nenrgjan\nenrgmar\nenrgy\nenrgyaug\nenrgyjul\nenrgyjun\nenrich\nenriched\nenriches\nenriching\nenrichment\nenrico\nenright\nenrile\nenrique\nenriquez\nenrol\nenroll\nenrolled\nenrollees\nenrolling\nenrollment\nenrollments\nenrolls\nenrolment\nenrolments\nenron\nenroute\nens\nens.\nensarioglu\nenschede\nensco\nensconced\nensemble\nensembles\nensenada\nenserch\nenseval\nenshrine\nenshrined\nenshrines\nenshrining\nensign\nensigns\nenskilda\nenslave\nenslaved\nenslavement\nenslaving\nensnare\nensnared\nenso\nensoniq\nensor\nensour\nenstar\nensted\nensue\nensued\nensues\nensuing\nensure\nensured\nensures\nensuring\nent\nentablature\nentail\nentailed\nentailing\nentails\nentangle\nentangled\nentanglement\nentanglements\nente\nentebbe\nentel\nentendre\nentendres\nentente\nenteprises\nenter\nentercom\nentered\nentergy\nenteric\nentering\nenterprise\nenterprise-wide\nenterprises\nenterprising\nenterra\nenters\nentertain\nentertained\nentertainer\nentertainers\nentertaining\nentertainment\nentertainments\nentertains\nenthalpy\nentheogen\nentheogenic\nenthralled\nenthroned\nenthronement\nenthuse\nenthused\nenthusiasm\nenthusiast\nenthusiastic\nenthusiastically\nenthusiasts\nentice\nenticed\nenticing\nentire\nentirely\nentirety\nentities\nentitle\nentitled\nentitlement\nentitlements\nentitles\nentitling\nentity\nentombed\nentombment\nentomological\nentomologist\nentomologists\nentomology\nentourage\nentous\nentr\nentrails\nentrained\nentrainment\nentrance\nentranced\nentrances\nentrant\nentrants\nentrap\nentrapment\nentrapped\nentravision\nentre\nentreaties\nentree\nentrees\nentremed\nentrench\nentrenched\nentrenching\nentrenchment\nentrenchments\nentrepot\nentrepreneur\nentrepreneurial\nentrepreneurs\nentrepreneurship\nentreprise\nentreprises\nentreri\nentries\nentropic\nentropy\nentrust\nentrusted\nentrusting\nentrusts\nentry\nentry-level\nentryway\nents\nentwined\nentwistle\nenugu\nenuma\nenumerable\nenumerate\nenumerated\nenumerates\nenumerating\nenumeration\nenunciated\nenunciation\nenvelop\nenvelope\nenveloped\nenvelopes\nenveloping\nenvelopment\nenvelops\nenver\nenvestra\nenvi\nenviable\nenvied\nenvious\nenviro\nenvirodyne\nenviromed\nenviroment\nenviromental\nenviron\nenvironment\nenvironment-friendly\nenvironmental\nenvironmentalism\nenvironmentalist\nenvironmentalists\nenvironmentally\nenvironmentally-friendly\nenvironments\nenvirons\nenviroserv\nenvirosource\nenvirotest\nenvisage\nenvisaged\nenvisages\nenvisaging\nenvision\nenvisioned\nenvisioning\nenvisions\nenvoy\nenvoys\nenvy\nenya\nenz\nenzo\nenzymatic\nenzyme\nenzymes\neo\neoa\neoc\neocene\neochaid\neod\neoe\neof\neogan\neoghan\neohr\neoin\neoka\neol\neomer\neon\neons\neos\neosinophilic\neosinophils\neott\neotvos\neowyn\nep\nep.\nep0\nepa\nepaminondas\neparchy\nepaulettes\nepc\nepco\nepcot\nepee\nepeli\nepf\nepfl\nepfr\nepg\nepguides.\nephedra\nephedrine\nephemera\nephemeral\nephemerides\nephemeris\nephesians\nephesus\nephraim\nephram\nephrata\nephrem\nephron\nepi\nepic\nepica\nepicenter\nepicentre\nepics\nepicurean\nepicurus\nepidemic\nepidemics\nepidemiologic\nepidemiological\nepidemiologist\nepidemiology\nepidermal\nepidermis\nepididymis\nepidural\nepifanio\nepigastric\nepigenetic\nepigram\nepigrams\nepigraph\nepigraphic\nepigraphy\nepilepsy\nepileptic\nepilogue\nepimetheus\nepinephrine\nepiphanes\nepiphania\nepiphanius\nepiphany\nepiphone\nepiphytes\nepiphytic\nepirus\nepiscopacy\nepiscopal\nepiscopalian\nepiscopalians\nepiscopate\nepiscopi\nepiskopi\nepisode\nepisodes\nepisodic\nepistemic\nepistemological\nepistemology\nepistle\nepistles\nepistolary\nepitaph\nepitaphs\nepitaxy\nepithelial\nepithelium\nepithet\nepithets\nepitome\nepitomised\nepitomises\nepitomized\nepitomizes\nepitope\nepivir\nepix\nepl\neplf\nepmd\nepo\nepoca\nepoch\nepochal\nepochs\nepogen\nepona\neponine\neponym\neponymous\neponymously\nepoque\nepos\nepoxide\nepoxy\nepp\nepperson\neppes\nepping\nepps\nepr\neprdf\neprom\nepruc\neps\neps--consensus----range-------pvs\nepsilon\nepsom\nepson\nepstein\nepupa\nepworth\nepyx\nepz\neq\neqdom\nequ\nequal\nequaled\nequaling\nequalisation\nequalise\nequalised\nequaliser\nequalising\nequality\nequalization\nequalize\nequalized\nequalizer\nequalizing\nequalled\nequalling\nequally\nequals\nequanimity\nequate\nequated\nequates\nequateur\nequating\nequation\nequations\nequator\nequatoria\nequatorial\nequerry\nequestrian\nequestrians\nequi\nequiano\nequidistant\nequifax\nequilateral\nequilibria\nequilibrium\nequimed\nequine\nequinox\nequinoxes\nequip\nequipment\nequipments\nequipped\nequipping\nequips\nequis\nequisec\nequisure\nequitable\nequitably\nequitas\nequitation\nequites\nequiticorp\nequities\nequitilink\nequity\nequity-based\nequity-income\nequity-linked\nequity-to-assets\nequiv\nequivalence\nequivalency\nequivalent\nequivalently\nequivalents\nequivocal\nequivocation\nequus\ner\ner0\nera\neradicate\neradicated\neradicating\neradication\neradicator\neragon\neraiba\neramet\neran\neranio\nerap\neras\nerasco\nerase\nerased\neraser\neraserheads\nerasers\nerases\nerasing\nerasmus\nerastes\nerastus\nerasure\neratosthenes\neravis\nerb\nerbakan\nerbe\nerben\nerc\nercan\nercel\nercole\nercot\nerd\nerde\nerdei\nerdem\nerdemir\nerdemovic\nerdenet\nerding\nerdington\nerdman\nerdmann\nerdogan\nerdos\nere\nerebor\nerebus\nerect\nerected\nerectile\nerecting\nerection\nerections\nerector\nerectus\nered\neredivisie\neregli\nerekat\nerekle\neremia\nerenn\neres\neresby\neretria\neretz\nerewash\nerewhon\nerez\nerfangji\nerfurt\nerg\nergative\nergen\nergo\nergobank\nergodic\nergonomic\nergonomics\nergot\nerh\nerhard\nerhardt\nerhu\neri\neriador\neric\nerica\nericaceae\nerich\nerick\nerickson\nericson\nericsson\neridani\neridania\neridu\nerie\nerik\nerika\neriksen\nerikson\neriksson\nerin\nerina\nerinaceidae\nerinaceomorpha\nerindale\nerinsborough\neriol\neris\nerisa\nerith\neritrea\neritrean\neritreans\nerj\nerkki\nerl\nerlang\nerlangen\nerlanger\nerlbaum\nerle\nerlend\nerlewine\nerley\nerlich\nerling\nerm\nerm0\nerma\nermengarde\nermine\nermioni\nermisch\nermita\nermua\nern\nerna\nernakulam\nerne\nernest\nernestine\nernesto\nernie\nernle\nerno\nernst\nero\nerode\neroded\nerodes\neroding\neroica\nerol\neromanga\neromu\neroni\neros\nerosion\nerosional\nerosive\nerotic\nerotica\neroticism\nerp\nerpm\nerr\nerrand\nerrands\nerrant\nerrata\nerratic\nerratically\nerratics\nerrazuriz\nerred\nerrico\nerricsson\nerring\nerrol\nerroll\nerroneous\nerroneously\nerror\nerrors\ners\nersan\nersatz\nershad\nerskine\nerskineville\nersoy\nerstad\nerste\nerstwhile\nert\nertegun\nertekpapir\nertl\neru\nerudite\nerudition\nerupt\nerupted\nerupting\neruption\neruptions\neruptive\nerupts\nervin\nervine\nerving\nerwin\nerykah\nerythema\nerythematosus\nerythraean\nerythrocyte\nerythrocytes\nerythromycin\nerythropoietin\nerzhu\nerzurum\nes\nes0\nesa\nesab\nesaf\nesalen\nesan\nesanda\nesarey\nesarhaddon\nesat\nesau\nesb\nesbjerg\nesc\nescadrille\nescala\nescalade\nescalante\nescalate\nescalated\nescalates\nescalating\nescalation\nescalator\nescalators\nescalona\nescambia\nescanaba\nescap\nescapade\nescapades\nescape\nescaped\nescapee\nescapees\nescapement\nescapes\nescaping\nescapism\nescapist\nescarpment\nescarpments\nescartin\nescb\nescelsa\nesch\neschatological\neschatology\neschenbach\nescher\nescherichia\neschew\neschewed\neschewing\neschews\nesco\nescobar\nescobedo\nescola\nescom\nescondida\nescondido\nescorial\nescort\nescorted\nescorting\nescorts\nescovedo\nescravos\nescriva\nescrow\nescrowed\nescudero\nescudo\nescudos\nescuela\nescutcheon\nesd\nesdras\nese\neseba\nesec\nesen\nesf\nesfahan\nesgrima\nesguerra\nesha\nesham\nesher\neshkol\neshoo\nesi\nesiason\nesipisu\nesk\neskdale\neskil\neskilstuna\neskimo\neskimos\neskisehir\nesko\neskom\neskrima\nesl\neslake\neslami\nesm\nesmat\nesme\nesmeralda\nesmond\nesmonde\nesnaider\neso\nesop\nesophageal\nesophagus\nesopus\nesoteric\nesotericism\nesp\nesp.\nespace\nespada\nespagne\nespalioux\nespana\nespanol\nespanola\nespanyol\nespartero\nespebepe\nespecial\nespecially\nespectador\nespejo\nespen\nesper\nesperance\nesperantists\nesperanto\nesperanza\nespers\nespina\nespinho\nespino\nespinosa\nespinoza\nespio\nespionage\nespirito\nespiritu\nesplanade\nespn\nespn.com\nespn0\nespnews\nespnu\nespoo\nespoon\nesporte\nesposito\nespouse\nespoused\nespouses\nespousing\nespresso\nesprit\nespy\nesq\nesq.\nesque\nesquimalt\nesquire\nesquivel\nesr\nesrb\nesrey\nesri\ness\nessa\nessai\nessanay\nessar\nessay\nessayist\nessays\nesse\nessef\nessel\nesselte\nessen\nessen-based\nessence\nessences\nessendon\nessenes\nessential\nessentialism\nessentialist\nessentially\nessentials\nessequibo\nesser\nessex\nessi\nessilor\nessington\nesslingen\nesso\nessonne\nessy\nest\nest.\nesta\nestablish\nestablished\nestablishes\nestablishing\nestablishment\nestablishments\nestabrook\nestacado\nestacion\nestadio\nestado\nestados\nestancia\nestanislao\nestar\nestate\nestates\nestb\neste\nesteban\nestee\nesteem\nesteemed\nestefan\nesteghlal\nestella\nestelle\nestenssoro\nester\nesterhazy\nestero\nesters\nestes\nestevan\nesteve\nesteves\nestevez\nesther\nesthetic\nesti\nestienne\nestiko\nestill\nestim\nestimate\nestimated\nestimates\nestimates*\nestimates----\nestimating\nestimation\nestimations\nestimator\nestimators\nestime\neston\nestonia\nestonian\nestonians\nestoppel\nestoril\nestrada\nestradiol\nestranged\nestrangement\nestrela\nestrella\nestrellas\nestrildid\nestrogen\nestrogens\nestrus\nestuaries\nestuarine\nestuary\nestudiantes\nestudios\nesu\nesv\nesztergom\net\net.\net/pt\net0\neta\netain\netale\netane\netap\netat\netats\netb\netba\netc\netc.\netc..\netcetera\netch\netched\netcher\netcheverry\netching\netchings\netd\nete\netec\neteocles\neterindo\neternal\neternally\neternals\neternia\neternit\neternity\netete\netf\netfs\neth\nethan\nethane\nethanol\nethel\nethelbert\nethelred\nether\nethereal\netheria\netheric\netheridge\nethernet\nethers\nethic\nethical\nethically\nethicist\nethics\nethiopia\nethiopian\nethiopians\nethiopic\nethnic\nethnical\nethnically\nethnicities\nethnicity\nethniki\nethnikos\nethno\nethnocentric\nethnocentrism\nethnographer\nethnographers\nethnographic\nethnographical\nethnography\nethnolinguistic\nethnological\nethnologist\nethnologists\nethnologue\nethnology\nethnomusicologist\nethnomusicology\nethnonym\nethnos\nethology\nethos\nethyl\nethylene\netibank\netienne\netiology\netiquette\netisalat\netive\netl\netla\netna\neto\neto'o\netobicoke\netoile\neton\netops\netowah\netpi\netpm\netr\netre\netruria\netruscan\netruscans\nets\netsc\netsi\nett\netta\nettinger\nettore\nettrick\netuc\netude\netudes\netur\netv\netymological\netymologically\netymologies\netymology\netz\netzion\neu\neu-asean\neu-harmonised\neu-japan\neu-level\neu-mediterranean\neu-rio\neu-turkey\neu-u.s.\neu-us\neu-wide\neu0\neuan\neubank\neubanks\neuboea\neucalypt\neucalypts\neucalyptus\neucharist\neucharistic\neuclid\neuclidean\neudes\neudokia\neudora\neudoxia\neudoxus\neufaula\neugen\neugene\neugenia\neugenic\neugenics\neugenie\neugenio\neugenius\neukaryotes\neukaryotic\neula\neulalia\neulalie\neulenburg\neuler\neulerian\neulogies\neulogized\neulogy\neumelanin\neumenes\neun\neunice\neunos\neunuch\neunuchs\neup\neupen\neuphemia\neuphemism\neuphemisms\neuphemistic\neuphemistically\neuphonium\neuphorbia\neuphorbiaceae\neuphoria\neuphoric\neuphrates\neuphrosyne\neur\neurasia\neurasian\neurasians\neuratom\neure\neureka\neureko\neuridice\neuripides\neuris\neuro\neuro-arab\neuro-asian\neuro-atlantic\neuro-denominated\neuro-deputies\neuro-med\neuro-mediterranean\neuro-mp\neuro-mps\neuro-sceptic\neuro-sceptical\neuro-scepticism\neuro-sceptics\neuro-tax\neuro-zone\neuro.nm\neurobank\neurobarometer\neurobasket\neurobeat\neurobelgian\neurobond\neurobonds\neurobonds-\neurobonds-expected\neurobourses\neurocan\neurocentric\neurochambres\neuroclear\neurocommerce\neurocontrol\neuroconvertible\neurocopter\neurocup\neurodance\neurodollar\neurodollars\neuroenergy\neuroepan\neurofer\neurofighter\neurofighters\neurofima\neurofor\neurogas\neurogold\neurograde\neuroilstock\neurokiwi\neuroleague\neuroleft\neurolira\neurolire\neuromanagement\neuromark\neuromarket\neuromarks\neuromed\neuromerchant\neuromobiliare\neuromoney\neuromonitor\neuronews\neuronext\neuronote\neuronotes\neuropa\neuropabio\neuropaea\neuropan\neuropay\neurope\neurope-asia\neurope-wide\neurope/africa\neurope0\neuropean\neuropean-based\neuropean-style\neuropean-wide\neuropeans\neuropeen\neuropeenne\neuropen\neuropeso\neurophile\neuropium\neuropol\neuropoort\neuropop\neuroport\neurorand\neuros\neurosceptic\neurosceptical\neuroscepticism\neurosceptics\neuroseries\neurosport\neurostar\neurostat\neurosterling\neuroswiss\neurotax\neurotel\neurotherm\neurotop\neurotrack\neurotunnel\neurovignette\neurovision\neurowings\neuroxx\neuroyen\neurozone\neuryalus\neurydice\neurystheus\neurythmics\neusebio\neusebius\neuskadi\neustace\neustache\neustachian\neustathius\neustatius\neustis\neuston\neutectic\neutelsat\neuthanasia\neuthanized\neutrophication\neutyches\neuv\neuwe\nev\nev0\neva\nevacuate\nevacuated\nevacuates\nevacuating\nevacuation\nevacuations\nevacuees\nevade\nevaded\nevaders\nevades\nevading\nevaine\neval\nevaluate\nevaluated\nevaluates\nevaluating\nevaluation\nevaluations\nevaluative\nevaluator\nevaluators\nevan\nevander\nevanescence\nevanescent\nevangel\nevangelical\nevangelicalism\nevangelicals\nevangeline\nevangelion\nevangelism\nevangelist\nevangelista\nevangelistic\nevangelists\nevangelization\nevangelize\nevangelized\nevangelizing\nevangelos\nevans\nevanston\nevansville\nevaporate\nevaporated\nevaporates\nevaporating\nevaporation\nevaporative\nevaporator\nevapotranspiration\nevaristo\nevarts\nevas\nevasion\nevasive\nevatt\nevc\neve\nevea\nevel\nevelina\nevelyn\neven\neven-handed\neven-par\nevened\nevenimentul\nevening\nevenings\nevenly\nevens\nevensen\nevensong\nevent\neventful\neventhough\neventing\nevents\neventual\neventuality\neventually\neventuate\neventuated\never\never-changing\never-growing\never-increasing\never-present\neverard\neverbody\neverbright\neverbright-ihd\neverclear\neveren\neverest\neverett\neverglades\nevergo\nevergreen\nevergreens\neverhart\neveritt\neverlast\neverlasting\neverly\nevermore\nevernham\neverquest\nevers\neversholt\neverson\nevert\neverthing\neverton\neverwood\nevery\neverybody\neveryday\neveryman\neveryone\neverything\neverytime\neverywhere\neves\nevesham\nevey\nevgeni\nevgenia\nevgeny\nevian\nevict\nevicted\nevicting\neviction\nevictions\nevidence\nevidenced\nevidences\nevidencing\nevident\nevidential\nevidentiary\nevidently\nevie\nevil\nevildoers\nevils\nevin\nevinced\nevita\nevli\nevm\nevn\nevo\nevocation\nevocative\nevoke\nevoked\nevokes\nevoking\nevola\nevolution\nevolutionarily\nevolutionary\nevolutionism\nevolutions\nevolve\nevolved\nevolves\nevolving\nevora\nevp\nevreux\nevry\nevs\nevslin\nevy\new\newa\newald\newan\newart\newbank\newe\newell\newen\newes\newing\newok\newoks\news\newtn\nex\nex-\nex-aircraft\nex-amsterdam\nex-army\nex-autos\nex-bonus\nex-cabinet\nex-ceo\nex-chairman\nex-chief\nex-combatants\nex-communist\nex-communists\nex-defence\nex-defense\nex-div\nex-dividend\nex-dividends\nex-dubai\nex-east\nex-europe\nex-factory\nex-far\nex-farm\nex-finance\nex-food\nex-football\nex-france\nex-frankfurt\nex-general\nex-germany\nex-government\nex-guerrillas\nex-head\nex-hong\nex-husband\nex-im\nex-interior\nex-japan\nex-king\nex-london\nex-lover\nex-mayor\nex-military\nex-mill\nex-minister\nex-ministers\nex-moscow\nex-nazi\nex-paris\nex-pm\nex-police\nex-premier\nex-president\nex-presidents\nex-prime\nex-refinery\nex-rights\nex-slaves\nex-soldier\nex-soldiers\nex-soviet\nex-store\nex-transportation\nex-u.s.\nex-uk\nex-ussr\nex-warehouse\nex-warsaw\nex-wife\nex-wimbledon\nex-works\nex-yugoslav\nex-yugoslavia\nex-zaire\nex.\nex0\nexabyte\nexacerbate\nexacerbated\nexacerbates\nexacerbating\nexact\nexacted\nexacting\nexactions\nexactly\nexactness\nexaggerate\nexaggerated\nexaggerates\nexaggerating\nexaggeration\nexaggerations\nexaltation\nexalted\nexam\nexamen\nexamination\nexaminations\nexamine\nexamined\nexaminee\nexaminees\nexaminer\nexaminers\nexamines\nexamining\nexample\nexamples\nexams\nexar\nexarch\nexarchate\nexasperated\nexasperation\nexbud\nexc\nexcalibur\nexcavate\nexcavated\nexcavating\nexcavation\nexcavations\nexcavator\nexcavators\nexceed\nexceeded\nexceeding\nexceedingly\nexceeds\nexcel\nexceler\nexcelled\nexcellence\nexcellency\nexcellent\nexcellently\nexcelling\nexcels\nexcelsior\nexcelso\nexceps\nexcept\nexcepted\nexcepting\nexception\nexceptional\nexceptionalism\nexceptionally\nexceptionals\nexceptions\nexcepts\nexcercise\nexcerpt\nexcerpted\nexcerpts\nexcess\nexcesses\nexcessive\nexcessively\nexch\nexch.rate\nexchange\nexchange(0\nexchange-certified\nexchange-listed\nexchange-rate\nexchange-traded\nexchangeable\nexchanged\nexchanger\nexchangers\nexchanges\nexchanging\nexchequer\nexchnage\nexcimer\nexcise\nexcised\nexcision\nexcitable\nexcitation\nexcitations\nexcitatory\nexcite\nexcited\nexcitedly\nexcitement\nexciter\nexcites\nexciting\nexcl\nexclaim\nexclaimed\nexclaiming\nexclaims\nexclamation\nexclamations\nexclave\nexclaves\nexclude\nexcluded\nexcludes\nexcluding\nexclusion\nexclusionary\nexclusions\nexclusive\nexclusively\nexclusives\nexclusivity\nexco\nexcommunicate\nexcommunicated\nexcommunicating\nexcommunication\nexcrement\nexcrete\nexcreted\nexcretion\nexcretory\nexcruciating\nexcursion\nexcursions\nexcuse\nexcused\nexcuses\nexcutive\nexe\nexec\nexecs\nexective\nexecutable\nexecutables\nexecute\nexecuted\nexecutes\nexecuting\nexecution\nexecution-style\nexecutioner\nexecutioners\nexecutions\nexecutive\nexecutive-designate\nexecutives\nexecutone\nexecutor\nexecutors\nexegesis\nexegete\nexegetical\nexel\nexemplar\nexemplars\nexemplary\nexemplified\nexemplifies\nexemplify\nexemplifying\nexempt\nexempt-ffc\nexempt-lt\nexempt-rev\nexempt-ult\nexempted\nexempting\nexemption\nexemptions\nexempts\nexer\nexercisable\nexercise\nexercised\nexercises\nexercising\nexergy\nexert\nexerted\nexerting\nexertion\nexertions\nexerts\nexeter\nexeuctive\nexfeb\nexhalation\nexhale\nexhaled\nexhange\nexhaust\nexhausted\nexhausting\nexhaustion\nexhaustive\nexhaustively\nexhausts\nexhibit\nexhibited\nexhibiting\nexhibition\nexhibitions\nexhibitor\nexhibitors\nexhibits\nexhilarating\nexhortation\nexhortations\nexhorted\nexhorting\nexhorts\nexhumation\nexhume\nexhumed\nexide\nexif\nexigencies\nexilarch\nexile\nexiled\nexiles\nexilic\nexiling\nexim\neximbank\nexisiting\nexist\nexistance\nexisted\nexistence\nexistences\nexistent\nexistential\nexistentialism\nexistentialist\nexisting\nexists\nexit\nexited\nexiting\nexito\nexits\nexley\nexlude\nexmoor\nexmouth\nexner\nexo\nexocet\nexocytosis\nexodus\nexogenous\nexon\nexonerate\nexonerated\nexoneration\nexons\nexorbitant\nexorcise\nexorcism\nexorcisms\nexorcist\nexorcists\nexoskeleton\nexoskeletons\nexothermic\nexotic\nexotica\nexotics\nexp\nexpand\nexpandable\nexpanded\nexpander\nexpandia\nexpanding\nexpands\nexpanse\nexpanses\nexpansion\nexpansionary\nexpansionism\nexpansionist\nexpansions\nexpansive\nexpat\nexpatriate\nexpatriates\nexpats\nexpecations\nexpecially\nexpect\nexpectancies\nexpectancy\nexpectant\nexpectation\nexpectations\nexpected\nexpecting\nexpections\nexpects\nexpedia\nexpediency\nexpedient\nexpedite\nexpedited\nexpediting\nexpedition\nexpeditionary\nexpeditions\nexpeditious\nexpeditiously\nexpeditors\nexpel\nexpell\nexpelled\nexpellees\nexpeller\nexpellers\nexpelling\nexpels\nexpend\nexpendable\nexpended\nexpending\nexpenditure\nexpenditure-based\nexpenditures\nexpense\nexpense/\nexpensed\nexpenses\nexpensing\nexpensive\nexpensively\nexperian\nexperience\nexperienced\nexperiences\nexperiencing\nexperiential\nexperiment\nexperimental\nexperimentally\nexperimentation\nexperimentations\nexperimented\nexperimenter\nexperimenters\nexperimenting\nexperiments\nexperion\nexpert\nexpert-level\nexpertise\nexpertly\nexperts\nexpiration\nexpirations\nexpire\nexpired\nexpires\nexpiries\nexpiring\nexpiry\nexpl\nexplain\nexplained\nexplaining\nexplains\nexplanation\nexplanations\nexplanatory\nexpletive\nexpletives\nexplication\nexplicit\nexplicitly\nexplique\nexplode\nexploded\nexplodes\nexploding\nexploit\nexploitable\nexploitation\nexploitative\nexploited\nexploiting\nexploits\nexploration\nexplorations\nexploratory\nexplore\nexplored\nexplorer\nexplorers\nexplores\nexploring\nexplosion\nexplosions\nexplosive\nexplosively\nexplosives\nexpo\nexponent\nexponential\nexponentially\nexponentiation\nexponents\nexport\nexport-dependent\nexport-driven\nexport-import\nexport-led\nexport-orientated\nexport-oriented\nexport-related\nexport-sensitive\nexportable\nexportation\nexported\nexporter\nexporters\nexporting\nexports\nexportsend-dec\nexportsend-jan\nexportsend-nov\nexportsend-sep\nexportu\nexpos\nexpose\nexposed\nexposes\nexposing\nexposition\nexpositions\nexpositor\nexpository\nexposure\nexposures\nexpound\nexpounded\nexpounding\nexpounds\nexpreso\nexpress\nexpressbank\nexpressed\nexpressen\nexpresses\nexpressible\nexpressing\nexpression\nexpressionism\nexpressionist\nexpressionistic\nexpressionists\nexpressionless\nexpressions\nexpressive\nexpressiveness\nexpressly\nexpresso\nexpressvu\nexpressway\nexpressways\nexpro\nexpropriated\nexpropriation\nexps\nexpulsion\nexpulsions\nexpunged\nexquisite\nexquisitely\next\next0\nextant\nextel\nextemporaneous\nextend\nextendable\nextended\nextender\nextenders\nextending\nextends\nextensibility\nextensible\nextension\nextensional\nextensions\nextensive\nextensively\nextensor\nextent\nextention\nextents\nextenuating\nexterieur\nexterior\nexteriors\nexterminate\nexterminated\nexterminating\nextermination\nexterminator\nexternal\nexternalities\nexternality\nexternally\nextinct\nextinction\nextinctions\nextinguish\nextinguished\nextinguisher\nextinguishers\nextinguishing\nextinguishment\nextirpated\nextol\nextolled\nextolling\nexton\nextort\nextorted\nextorting\nextortion\nextortionist\nextortionists\nextra\nextra-\nextra-heavy\nextra-judicial\nextra-marital\nextra-territorial\nextra-time\nextracellular\nextract\nextracted\nextracting\nextraction\nextractions\nextractive\nextractor\nextracts\nextracurricular\nextradimensional\nextradite\nextradited\nextraditing\nextradition\nextragalactic\nextrajudicial\nextraliga\nextramarital\nextramural\nextraneous\nextranet\nextraocular\nextraord\nextraordinaire\nextraordinaries\nextraordinarily\nextraordinarius\nextraordinary\nextrapolate\nextrapolated\nextrapolating\nextrapolation\nextrapyramidal\nextras\nextrasolar\nextraterrestrial\nextraterrestrials\nextraterritorial\nextratropical\nextravagance\nextravagant\nextravagantly\nextravaganza\nextravehicular\nextremadura\nextremal\nextreme\nextreme-right\nextremely\nextremes\nextremism\nextremist\nextremists\nextremities\nextremity\nextricate\nextrinsic\nextrovert\nextroverted\nextruded\nextrusion\nextrusions\nexuberance\nexuberant\nexude\nexuded\nexudes\nexupery\nexx\nexxon\nexxonmobil\ney\neyadema\neyal\neyck\neye\neye-catching\neye-popping\neye-to-eye\neyeball\neyeballs\neyebrow\neyebrows\neyed\neyeglasses\neyeing\neyelashes\neyeless\neyelid\neyelids\neyepatch\neyepiece\neyepieces\neyes\neyesight\neyesore\neyetoy\neyewall\neyewear\neyewitness\neyewitnesses\neyez\neyharts\neying\neylau\neyles\neyman\neyre\neyres\neyrie\neysenck\neystein\neysteinn\nez\nez0\neze\nezeiza\nezekiel\nezequiel\nezer\nezhava\nezhavas\nezine\nezinwa\nezio\nezln\nezo\nezra\nezrin\nf\nf&c\nf&m\nf&n\nf&p\nf'cast\nf-series\nf.\nf.a\nf.a.\nf.b.i.\nf.c\nf.c.\nf.d.t.feb\nf.d.t.jan\nf.e.\nf.e.a.r.\nf.e.b.c.\nf.h.\nf.j.\nf.k.\nf.m.\nf.o.\nf.o.licht\nf.w.\nf/0\nf/a0\nf0\nf0/0\nf0a\nf0as\nf0b\nf0c\nf0d\nf0ds\nf0e\nf0es\nf0f\nf0f0\nf0g\nf0h\nf0s\nf0u\nf=cbot\nfa\nfaa\nfaaa\nfab\nfabaceae\nfaber\nfaberge\nfabia\nfabian\nfabiani\nfabiano\nfabien\nfabio\nfabiola\nfabius\nfable\nfabled\nfables\nfabletown\nfabolous\nfabra\nfabre\nfabregas\nfabriano\nfabric\nfabrica\nfabricate\nfabricated\nfabricating\nfabrication\nfabrications\nfabricator\nfabricators\nfabrice\nfabricius\nfabrics\nfabrikalari\nfabrikasi\nfabrique\nfabris\nfabrizio\nfabry\nfabryka\nfabryki\nfabs\nfabulous\nfabulously\nfabworth\nfac\nfacade\nfacades\nfacb\nface\nface-off\nface-saving\nface-to-face\nfacebook\nfaced\nfaceless\nfacelift\nfacelifted\nfacelock\nfacemask\nfaceoff\nfaceplate\nfaces\nfacet\nfaceted\nfacetious\nfacetiously\nfacets\nfach\nfachhochschule\nfacia\nfacial\nfacie\nfacies\nfacil\nfacile\nfacilitate\nfacilitated\nfacilitates\nfacilitating\nfacilitation\nfacilitator\nfacilitators\nfacilites\nfacilities\nfacility\nfacilties\nfacing\nfacings\nfacs\nfacsimile\nfacsimiles\nfact\nfact-finding\nfactbook\nfactfile\nfaction\nfactional\nfactionalism\nfactions\nfacto\nfactor\nfactor=0\nfactorapr\nfactordec\nfactored\nfactorfeb\nfactorial\nfactories\nfactoring\nfactorization\nfactormar\nfactors\nfactory\nfacts\nfactual\nfactually\nfactum\nfaculdade\nfacultative\nfaculte\nfaculties\nfaculty\nfacundo\nfad\nfada\nfadden\nfade\nfaded\nfadel\nfader\nfades\nfadika\nfading\nfadl\nfado\nfads\nfadyl\nfae\nfaeces\nfaenza\nfaerie\nfaeries\nfaerun\nfaery\nfaf\nfafer\nfafnir\nfag\nfagaceae\nfagan\nfagaras\nfagen\nfaggot\nfagin\nfah\nfahad\nfahd\nfahey\nfahmy\nfahn\nfahnestock\nfahrenheit\nfahrinkrug\nfahrni\nfahy\nfai\nfaience\nfail\nfaile\nfailed\nfailing\nfailings\nfailover\nfails\nfailsafe\nfailsworth\nfailure\nfailures\nfain\nfaint\nfainted\nfainter\nfainting\nfaintly\nfaints\nfair\nfairbairn\nfairbank\nfairbanks\nfairbrother\nfairburn\nfairchild\nfaircloth\nfairclough\nfaire\nfaired\nfairer\nfairest\nfairey\nfairfax\nfairfield\nfairford\nfairground\nfairgrounds\nfairhair\nfairhaven\nfairies\nfairing\nfairings\nfairlane\nfairleigh\nfairley\nfairlie\nfairlight\nfairly\nfairmont\nfairmount\nfairness\nfairplay\nfairport\nfairs\nfairtax\nfairtrade\nfairuz\nfairview\nfairway\nfairways\nfairweather\nfairwood\nfairy\nfairyhouse\nfairyland\nfairytale\nfairytales\nfaisal\nfaisalabad\nfaison\nfait\nfaith\nfaithful\nfaithfull\nfaithfully\nfaithfulness\nfaithless\nfaiths\nfaiz\nfaizabad\nfajardo\nfajr\nfake\nfaked\nfakel\nfakenham\nfakes\nfakhoury\nfakhr\nfakhri\nfaking\nfakir\nfakto\nfal\nfala\nfalae\nfalaise\nfalange\nfalciparum\nfalco\nfalcon\nfalconara\nfalconbridge\nfalcone\nfalconer\nfalconers\nfalconidae\nfalconiformes\nfalconry\nfalcons\nfaldo\nfalena\nfalgold\nfalk\nfalken\nfalkenberg\nfalkenhayn\nfalkenstein\nfalkirk\nfalkland\nfalklands\nfalkner\nfall\nfall-off\nfall-out\nfalla\nfallacies\nfallacious\nfallacy\nfallahiyan\nfallback\nfallen\nfaller\nfallers\nfallible\nfallin\nfalling\nfalloff\nfallon\nfalloon\nfallopian\nfallout\nfallow\nfallowfield\nfalls\nfallschirmjager\nfallujah\nfalmouth\nfalse\nfalsehood\nfalsehoods\nfalsely\nfalsetto\nfalsifiability\nfalsifiable\nfalsification\nfalsified\nfalsify\nfalsifying\nfalsity\nfalstaff\nfalster\nfalt\nfalter\nfaltered\nfaltering\nfalters\nfaltskog\nfalun\nfalwell\nfam\nfama\nfamagusta\nfamas\nfame\nfamed\nfamer\nfamers\nfamicom\nfamilar\nfamiles\nfamilia\nfamilial\nfamiliar\nfamiliarisation\nfamiliarise\nfamiliarity\nfamiliarization\nfamiliarize\nfamiliarly\nfamiliars\nfamilias\nfamilie\nfamilies\nfamilies.\nfamille\nfamily\nfamily-controlled\nfamily-oriented\nfamily-owned\nfamily-run\nfamily.it\nfamilymart\nfamine\nfamine-hit\nfamine-stricken\nfamine-threatened\nfamines\nfamitsu\nfamous\nfamously\nfan\nfana\nfanatic\nfanatical\nfanatically\nfanaticism\nfanatics\nfanbase\nfancher\nfancied\nfancier\nfanciers\nfancies\nfanciful\nfanclub\nfancy\nfandango\nfandom\nfandorin\nfane\nfaneuil\nfanfare\nfanfares\nfanfiction\nfang\nfangda\nfanged\nfangio\nfangoria\nfangs\nfania\nfanie\nfanmi\nfann\nfanned\nfannie\nfannin\nfanning\nfannings\nfanny\nfano\nfanon\nfans\nfanshawe\nfansite\nfansites\nfant\nfanta\nfantaghiro\nfantagraphics\nfantail\nfantasia\nfantasies\nfantasio\nfantastic\nfantastical\nfantastically\nfantastique\nfantasy\nfantasyland\nfante\nfantine\nfantomas\nfantomex\nfantozzi\nfanu\nfanuc\nfanzine\nfanzines\nfao\nfap\nfaq\nfaqih\nfaqs\nfar\nfar-fetched\nfar-flung\nfar-left\nfar-reaching\nfar-right\nfar-rightist\nfara\nfarabi\nfaraci\nfaraday\nfarah\nfaraj\nfarakka\nfarallon\nfaramir\nfaraway\nfarben\nfarber\nfarc\nfarce\nfarces\nfarcical\nfard\nfare\nfared\nfareed\nfareham\nfaremo\nfarenheit\nfarense\nfares\nfarewell\nfarewells\nfargo\nfarhad\nfarhan\nfarhat\nfaria\nfarian\nfarias\nfaribault\nfarid\nfaridabad\nfaridi\nfaridpur\nfarina\nfarinelli\nfaring\nfaringdon\nfaris\nfarish\nfarita\nfariz\nfarjestad\nfarjestads\nfarkas\nfarleigh\nfarley\nfarm\nfarm-gate\nfarm-in\nfarm-state\nfarma\nfarmaatsiatehas\nfarmache\nfarman\nfarmed\nfarmer\nfarmer-owned\nfarmer-patrick\nfarmers\nfarmfood\nfarmgate\nfarmhand\nfarmhouse\nfarmhouses\nfarming\nfarmingdale\nfarmington\nfarmland\nfarmlands\nfarms\nfarmstead\nfarmsteads\nfarmville\nfarmworkers\nfarmyard\nfarnborough\nfarnell\nfarnese\nfarnham\nfarnleitner\nfarnsworth\nfarnworth\nfaro\nfaroe\nfaroes\nfaroese\nfarooq\nfarouk\nfarouq\nfarquhar\nfarquharson\nfarr\nfarragut\nfarrah\nfarrakhan\nfarrand\nfarrant\nfarrar\nfarrell\nfarrelly\nfarren\nfarrer\nfarrier\nfarrill\nfarringdon\nfarrington\nfarris\nfarrow\nfarry\nfars\nfarscape\nfarsi\nfarsley\nfarson\nfarsons\nfart\nfarther\nfarthest\nfarthing\nfarthings\nfarting\nfaruk\nfarul\nfarum\nfaruqi\nfarwell\nfaryab\nfas\nfasa\nfasb\nfasces\nfasci\nfascia\nfascicles\nfasciculus\nfascinated\nfascinating\nfascination\nfascism\nfascist\nfascists\nfashanu\nfashion\nfashionable\nfashioned\nfashioning\nfashions\nfasi\nfaslane\nfaso\nfass\nfassa\nfassbinder\nfassero\nfassi\nfassino\nfasslabend\nfast\nfast-breeder\nfast-changing\nfast-developing\nfast-expanding\nfast-food\nfast-growing\nfast-medium\nfast-moving\nfast-paced\nfast-rising\nfast-track\nfastback\nfastball\nfasted\nfasten\nfastened\nfastener\nfasteners\nfastening\nfaster\nfaster-growing\nfastest\nfastest-growing\nfastfood\nfasth\nfasti\nfastidious\nfasting\nfastners\nfastpitch\nfasts\nfat\nfat-free\nfat0\nfata\nfatah\nfatal\nfatale\nfatalism\nfatalistic\nfatalities\nfatality\nfatally\nfatboy\nfatchett\nfate\nfate/stay\nfated\nfateful\nfateh\nfatehpur\nfates\nfatf\nfath\nfather\nfather-in-law\nfathered\nfatherhood\nfathering\nfatherland\nfatherless\nfatherly\nfathers\nfathi\nfathom\nfathoms\nfatigue\nfatigued\nfatigues\nfatih\nfatima\nfatimah\nfatimid\nfatimids\nfatio\nfatman\nfator\nfatos\nfatra\nfats\nfatso\nfatt\nfatten\nfattened\nfattening\nfatter\nfatty\nfatu\nfatwa\nfatwas\nfau\nfaubourg\nfaubus\nfaucet\nfauji\nfaulding\nfaulk\nfaulken\nfaulkner\nfaull\nfault\nfaulted\nfaulting\nfaultless\nfaults\nfaulty\nfaun\nfauna\nfaunal\nfaunas\nfauner\nfauntleroy\nfauquier\nfaure\nfaust\nfaustin\nfaustina\nfaustini\nfaustino\nfausto\nfaustus\nfauvism\nfaux\nfava\nfavela\nfavelas\nfaversham\nfavila\nfavor\nfavorable\nfavorably\nfavored\nfavoring\nfavorite\nfavorites\nfavoritism\nfavors\nfavour\nfavourable\nfavourably\nfavoured\nfavouring\nfavourite\nfavourites\nfavouritism\nfavours\nfavre\nfavreau\nfaw\nfawcett\nfawehinmi\nfawkes\nfawkner\nfawley\nfawlty\nfawn\nfawr\nfawzi\nfax\nfax+\nfax0\nfax00\nfax0000\nfax:0\nfax:000\nfaxed\nfaxes\nfaxing\nfaxon\nfay\nfaye\nfayed\nfayette\nfayetteville\nfayez\nfaylona\nfayre\nfaysal\nfaz\nfazakas\nfazal\nfaze\nfazed\nfazekas\nfazenda\nfazil\nfazio\nfazl\nfb\nfb0\nfba\nfbc\nfbg\nfbi\nfbk\nfbl\nfbla\nfbo\nfbr\nfbs\nfbs=\nfc\nfca\nfcai\nfcast\nfcasts\nfcat\nfcb\nfcc\nfcd\nfcds\nfci\nfck\nfcl\nfcm\nfcnr\nfcnz\nfco\nfcoj\nfcp\nfcs\nfctry\nfcu\nfcw\nfcy\nfd\nfda\nfdc\nfdd\nfdec\nfdi\nfdic\nfdm\nfdny\nfdot\nfdp\nfdr\nfds\nfdt\nfe\nfe0\nfea\nfealty\nfeanor\nfear\nfeared\nfearful\nfearing\nfearless\nfearlessly\nfearlessness\nfearne\nfearnley\nfears\nfearsome\nfeasability\nfeasibility\nfeasible\nfeast\nfeasting\nfeasts\nfeat\nfeather\nfeathered\nfeathering\nfeatherless\nfeatherlite\nfeathers\nfeatherston\nfeatherstone\nfeatherweight\nfeathery\nfeats\nfeature\nfeatured\nfeatureless\nfeatures\nfeaturette\nfeaturettes\nfeaturing\nfeb\nfeb'0\nfeb-\nfeb.\nfeb0\nfebec\nfebiac\nfebmar\nfebq\nfebraury\nfebrile\nfebruary\nfebruary-april\nfebruary-march\nfebruary/march\nfebuary\nfeburary\nfec\nfecal\nfeces\nfechner\nfechter\nfecsa\nfecundity\nfed\nfedatrans\nfedayeen\nfedders\nfedepetrol\nfeder\nfederacao\nfederacion\nfederal\nfederal-mogul\nfederale\nfederalism\nfederalist\nfederalists\nfederalized\nfederally\nfederals\nfederated\nfederation\nfederations\nfederative\nfederazione\nfederer\nfederici\nfederico\nfederline\nfederman\nfedermeccanica\nfedex\nfedor\nfedora\nfedorov\nfeds\nfedsure\nfedun\nfee\nfee-based\nfee-for-service\nfeeble\nfeed\nfeedback\nfeeder\nfeeder0\nfeeders\nfeedgrain\nfeedgrains\nfeeding\nfeedings\nfeedingstuffs\nfeedlot\nfeedlots\nfeedmill\nfeedmillers\nfeedmills\nfeedmixers\nfeeds\nfeedstock\nfeedstocks\nfeedstuff\nfeedstuffs\nfeedwater\nfeedwheat\nfeedyards\nfeehan\nfeehely\nfeel\nfeel-good\nfeelers\nfeelgood\nfeelin\nfeeling\nfeelings\nfeels\nfeely\nfeen\nfeeney\nfees\nfeet\nfeet-first\nfeet/0\nfef\nfehr\nfei\nfeiersinger\nfeign\nfeigned\nfeigning\nfeigns\nfeijenoord\nfeilding\nfein\nfeinberg\nfeingold\nfeinman\nfeinstein\nfeint\nfeira\nfeisal\nfeissel\nfeist\nfeistel\nfeisty\nfeiter\nfeith\nfejer\nfel\nfela\nfelcor\nfeld\nfelda\nfelder\nfelderhof\nfeldman\nfeldspar\nfeldstein\nfeldt\nfelgate\nfelice\nfelicia\nfeliciana\nfeliciano\nfelicitas\nfelicite\nfelicity\nfeliks\nfeline\nfelines\nfelipe\nfelis\nfelix\nfelixstowe\nfeliz\nfell\nfella\nfellatio\nfelled\nfeller\nfellers\nfelling\nfellini\nfellman\nfellner\nfellow\nfellow-american\nfellowes\nfellows\nfellowship\nfellowships\nfells\nfelon\nfelonies\nfelons\nfelony\nfels\nfelsic\nfelt\nfeltex\nfeltham\nfelton\nfelts\nfeluda\nfem\nfema\nfemale\nfemales\nfemi\nfemina\nfeminine\nfemininity\nfeminism\nfeminist\nfeminists\nfeminization\nfemm\nfemme\nfemmes\nfemoral\nfemoris\nfempiror\nfemsa\nfemur\nfen\nfenaltrase\nfenaseg\nfence\nfence-mending\nfenced\nfencer\nfencers\nfences\nfenchurch\nfencing\nfend\nfendall\nfended\nfender\nfenders\nfendi\nfending\nfends\nfenech\nfenella\nfenelon\nfenerbahce\nfeng\nfeng-cheng\nfengguan\nfengtian\nfeni\nfenian\nfenians\nfenice\nfenimore\nfenix\nfenkner\nfenland\nfenn\nfennel\nfennell\nfennelly\nfenner\nfenno\nfenny\nfenosa\nfenrir\nfenris\nfens\nfentanyl\nfenton\nfentress\nfenugreek\nfenway\nfenwick\nfeodor\nfeodorovna\nfer\nfera\nferal\nferber\nferc\nferch\nferdinand\nferdinando\nferdowsi\nferenc\nferencvaros\nferengi\nfergal\nfergana\nferghana\nfergie\nfergus\nferguson\nfergusson\nferia\nferihegy\nferley\nferlinghetti\nfermanagh\nfermat\nferme\nferment\nfermentable\nfermentation\nfermented\nfermenting\nfermi\nfermilab\nfermin\nfermion\nfermionic\nfermions\nfermo\nfermor\nfermoy\nfern\nfernald\nfernan\nfernand\nfernanda\nfernandes\nfernandez\nfernandina\nfernando\nfernao\nferndale\nfernie\nfernndez\nfernow\nferns\nferntree\nfernwood\nferny\nfernz\nferocious\nferociously\nferocity\nferox\nferoz\nferozepur\nferradaz\nferragamo\nferran\nferrand\nferrante\nferranti\nferrara\nferrari\nferraris\nferraro\nferrata\nferraz\nferre\nferreira\nferreiro\nferrell\nferrer\nferrera\nferreras\nferreri\nferrero\nferrers\nferret\nferrets\nferretti\nferri\nferric\nferridge\nferrie\nferried\nferrier\nferries\nferrigato\nferrigno\nferriol\nferris\nferrite\nferro\nferro-alloys\nferro-manganese\nferro-silicon\nferro-vanadium\nferrocarril\nferrochrome\nferroelectric\nferrofluidics\nferrol\nferromagnetic\nferrosilicon\nferrostaal\nferrous\nferroviaria\nferroviario\nferrovie\nferruccio\nferruginous\nferrum\nferruzzi\nferry\nferryboat\nferrying\nferryman\nferrymead\nfersen\nfert\nferte\nfertig\nfertile\nfertilisation\nfertilised\nfertiliser\nfertilisers\nfertility\nfertilization\nfertilize\nfertilized\nfertilizer\nfertilizers\nfertilizing\nfertima\nfertimport\nferus\nfervent\nfervently\nfervor\nfervour\nfes\nfesal\nfesc0\nfesci\nfess\nfessenden\nfest\nfesta\nfester\nfestering\nfestil\nfestillic\nfestina\nfestival\nfestivals\nfestive\nfestivities\nfestivity\nfestooned\nfestschrift\nfestung\nfestus\nfet\nfeta\nfetal\nfetch\nfetched\nfetches\nfetching\nfete\nfeted\nfetes\nfetish\nfetishes\nfetishism\nfetishistic\nfetishists\nfetisov\nfetratel\nfett\nfetter\nfetterlein\nfetterman\nfetters\nfettes\nfetus\nfetuses\nfetzer\nfeu\nfeud\nfeudal\nfeudalism\nfeudatories\nfeudatory\nfeuded\nfeuding\nfeuds\nfeuer\nfeuerbach\nfeuerstein\nfever\nfevered\nfeverish\nfeverishly\nfevers\nfew\nfewer\nfewest\nfey\nfeyenoord\nfeyerabend\nfeynman\nfeyzin\nfez\nff\nff0\nffa\nffc\nffeb\nffestiniog\nfff\nffg\nffg0\nffi\nffjun\nffk\nffl\nffm\nffo\nffp\nffr\nffr0\nffs\nfft\nffurt\nfg\nfg0\nfgc\nfgep\nfgic\nfgtb\nfgv\nfh\nfha\nfha-insured\nfhlb\nfhlmc\nfhm\nfhp\nfhtk\nfhwa\nfi\nfia\nfiala\nfiance\nfiancee\nfiancial\nfianna\nfiasco\nfiat\nfib\nfib0\nfiba\nfibber\nfiber\nfiber-optic\nfiberglass\nfiberoptic\nfibers\nfibonacci\nfibre\nfibre-optic\nfibreboard\nfibreglass\nfibres\nfibrillation\nfibrils\nfibrin\nfibrinogen\nfibroblast\nfibroblasts\nfibromyalgia\nfibronectin\nfibrosis\nfibrous\nfibt\nfibula\nfibulae\nfic\nfica\nficci\nfichte\nfick\nfickle\nfico\nficorinvest\nfiction\nfictional\nfictionalised\nfictionalized\nfictions\nfictitious\nfictive\nficus\nfid\nfida\nfidatov\nfiddle\nfiddler\nfiddlers\nfiddles\nfiddling\nfide\nfidei\nfidel\nfidelia\nfidelio\nfidelis\nfidelity\nfides\nfidesz\nfidh\nfidler\nfido\nfidonet\nfids\nfiduciary\nfie\nfiedler\nfief\nfiefdom\nfiefdoms\nfiefs\nfieger\nfiel\nfield\nfieldbus\nfieldcrest\nfielded\nfielden\nfielder\nfielders\nfieldhouse\nfielding\nfields\nfieldstone\nfieldturf\nfieldwork\nfiend\nfiendish\nfiends\nfiennes\nfieo\nfier\nfierce\nfiercely\nfiercer\nfiercest\nfieremans\nfiero\nfierro\nfiery\nfieschi\nfieseler\nfiesole\nfiesp\nfiesta\nfiestas\nfifa\nfife\nfifi\nfifo\nfifteen\nfifteen-year\nfifteenth\nfifth\nfifth-largest\nfifth-placed\nfifth-ranked\nfifth-seeded\nfifth-wicket\nfifths\nfifties\nfiftieth\nfifty\nfifty-eight\nfifty-fifty\nfifty-five\nfifty-four\nfifty-nine\nfifty-one\nfifty-seven\nfifty-six\nfifty-three\nfifty-two\nfig\nfig.\nfig0\nfigaro\nfigaro-economie\nfigc\nfigg\nfiggie\nfiggis\nfight\nfightback\nfighter\nfighter-bombers\nfighters\nfightin\nfighting\nfights\nfigment\nfignon\nfigo\nfigs\nfigueira\nfigueiredo\nfigueres\nfigueroa\nfigural\nfigurati\nfiguration\nfigurative\nfiguratively\nfigure\nfigured\nfigurehead\nfigureheads\nfigures\nfigurine\nfigurines\nfiguring\nfih\nfii\nfiis\nfiji\nfijian\nfijians\nfikret\nfil\nfil-estate\nfila\nfilali\nfilament\nfilamentous\nfilaments\nfilaret\nfilbert\nfilbinger\nfilderstadt\nfile\nfiled\nfilemaker\nfilename\nfilenames\nfilene\nfilenet\nfilers\nfiles\nfilesharing\nfilesystem\nfilesystems\nfilet\nfilho\nfili\nfilial\nfiliale\nfilibuster\nfilibustering\nfilibusters\nfiligree\nfilimonov\nfiling\nfilings\nfilinvest\nfilioque\nfilip\nfilipacchi\nfilipe\nfilipescu\nfilipina\nfilipinas\nfilipino\nfilipino-chinese\nfilipinos\nfilipov\nfilipovic\nfilippello\nfilippini\nfilippo\nfilius\nfilk\nfill\nfill-in\nfille\nfilled\nfiller\nfillers\nfilles\nfillet\nfillets\nfillies\nfilling\nfillings\nfillion\nfillip\nfillmore\nfillon\nfills\nfilly\nfilm\nfilm-makers\nfilm-making\nfilmation\nfilme\nfilmed\nfilmfare\nfilmi\nfilmic\nfilming\nfilmmaker\nfilmmakers\nfilmmaking\nfilmography\nfilmon\nfilms\nfilo\nfilori\nfilp\nfils\nfilter\nfiltered\nfiltering\nfilters\nfilth\nfilthy\nfilton\nfiltration\nfiltrona\nfim\nfim*\nfim0\nfima\nfimat\nfin\nfina\nfinaapr\nfinacial\nfinadec\nfinagrain\nfinal\nfinal-round\nfinal-status\nfinal;y\nfinaldec\nfinale\nfinales\nfinalfeb\nfinalisation\nfinalise\nfinalised\nfinalises\nfinalising\nfinalist\nfinalists\nfinality\nfinalization\nfinalize\nfinalized\nfinalizes\nfinalizing\nfinaljan\nfinaljul\nfinaljun\nfinally\nfinalmay\nfinalq0\nfinals\nfinamar\nfinamex\nfinan\nfinanancial\nfinance\nfinanceable\nfinanced\nfinanceiros\nfinances\nfinancial\nfinancial-industrial\nfinancially\nfinancially-troubled\nfinancials\nfinancieel\nfinancieel-economische\nfinancieele\nfinancier\nfinanciera\nfinanciere\nfinanciero\nfinancieros\nfinanciers\nfinancing\nfinancings\nfinancni\nfinanical\nfinans\nfinansovaya\nfinanstidningen\nfinansy\nfinantia\nfinanz\nfinanziaria\nfinaq0\nfinau\nfinbarr\nfinca\nfincantieri\nfincastle\nfinch\nfincher\nfinches\nfinchley\nfinck\nfincor\nfincorp\nfind\nfinder\nfinders\nfindhorn\nfinding\nfindings\nfindlay\nfindley\nfinds\nfine\nfine-tune\nfine-tuned\nfine-tuning\nfined\nfinegan\nfinelist\nfinely\nfinemore\nfineness\nfiner\nfinery\nfines\nfinesse\nfinest\nfinex\nfingal\nfinger\nfingerboard\nfingered\nfingerhut\nfingering\nfingerings\nfingernail\nfingernails\nfingerprint\nfingerprinting\nfingerprints\nfingers\nfingerstyle\nfingertip\nfingertips\nfinglas\nfingolfin\nfinhold\nfini\nfinial\nfinials\nfinian\nfinidi\nfining\nfininvest\nfinis\nfinish\nfinished\nfinisher\nfinishers\nfinishes\nfinishing\nfinistere\nfinisterre\nfinite\nfinitely\nfinitevus\nfink\nfinke\nfinkel\nfinkelstein\nfinl\nfinland\nfinlandia\nfinlay\nfinlayson\nfinlease\nfinley\nfinmeccanica\nfinmedia\nfinmin\nfinn\nfinnair\nfinned\nfinnegan\nfinnegans\nfinneran\nfinnerty\nfinney\nfinnic\nfinnigan\nfinning\nfinningley\nfinnish\nfinnlines\nfinnmark\nfinno\nfinnpap\nfinns\nfinnyards\nfino\nfinocchio\nfinolex\nfinova\nfinrod\nfins\nfinsbury\nfinschhafen\nfinster\nfinstrom\nfintan\nfinucane\nfinvest\nfinwe\nfinzi\nfio\nfiom\nfiona\nfiona=\nfionn\nfiord\nfiordland\nfiore\nfiorello\nfiorentina\nfiorentino\nfiori\nfiorini\nfios\nfip\nfipb\nfipe\nfipresci\nfips\nfiqh\nfir\nfira\nfirb\nfire\nfire-damaged\nfire-fighters\nfire-fighting\nfirearm\nfirearms\nfireball\nfireballs\nfirebending\nfirebird\nfirebirds\nfirebomb\nfirebombed\nfirebombing\nfirebombs\nfirebox\nfirebrand\nfirecracker\nfirecrackers\nfirecrest\nfired\nfired-up\nfirefight\nfirefighter\nfirefighters\nfirefighting\nfirefights\nfireflies\nfirefly\nfirefox\nfirehose\nfirehouse\nfireman\nfiremen\nfirenze\nfireplace\nfireplaces\nfirepower\nfireproof\nfireproofing\nfirered\nfires\nfireside\nfiresign\nfirestar\nfirestone\nfirestop\nfirestorm\nfirewall\nfirewalls\nfirewire\nfirewood\nfirework\nfireworks\nfiring\nfirings\nfirm\nfirma\nfirmament\nfirman\nfirmed\nfirmer\nfirmest\nfirmin\nfirming\nfirmly\nfirmness\nfirms\nfirmus\nfirmware\nfirpo\nfirs\nfirst\nfirst-\nfirst-choice\nfirst-class\nfirst-come\nfirst-day\nfirst-degree\nfirst-division\nfirst-ever\nfirst-floor\nfirst-half\nfirst-hand\nfirst-leg\nfirst-past-the-post\nfirst-period\nfirst-phase\nfirst-place\nfirst-quarter\nfirst-rate\nfirst-round\nfirst-section\nfirst-served\nfirst-set\nfirst-stage\nfirst-team\nfirst-term\nfirst-tier\nfirst-time\nfirst-wave\nfirst-year\nfirstar\nfirstbank\nfirstborn\nfirstbus\nfirstcity\nfirstenergy\nfirstfed\nfirstfederal\nfirsthand\nfirstly\nfirsts\nfirth\nfiruz\nfis\nfis.vi\nfisa\nfisc\nfiscal\nfiscales\nfiscally\nfischbach\nfischer\nfischler\nfiserv\nfiset\nfish\nfishbase\nfishbone\nfishbowl\nfishburne\nfishc\nfished\nfisher\nfisher-price\nfisheries\nfisherman\nfishermen\nfishers\nfishery\nfishes\nfisheye\nfishguard\nfishin\nfishing\nfishkeeping\nfishkill\nfishman\nfishmeal\nfishmongers\nfishponds\nfishwick\nfishy\nfisichella\nfisk\nfiskaragung\nfiskars\nfiske\nfisons\nfissile\nfission\nfissionable\nfissure\nfissured\nfissures\nfist\nfistandantilus\nfisted\nfistfight\nfistful\nfisto\nfists\nfistula\nfiszman\nfiszmann\nfit\nfitch\nfitchburg\nfitness\nfito\nfitr\nfits\nfitted\nfitter\nfittest\nfitting\nfittingly\nfittings\nfittipaldi\nfitton\nfitts\nfitz\nfitz-gerald\nfitzalan\nfitzgerald\nfitzgeralds\nfitzgibbon\nfitzherbert\nfitzhugh\nfitzmaurice\nfitzmorris\nfitzpatrick\nfitzrandolph\nfitzroy\nfitzsimmons\nfitzsimons\nfitzwalter\nfitzwilliam\nfitzwilton\nfiu\nfiume\nfiumicino\nfiv\nfivaz\nfivb\nfive\nfive-\nfive-and-a-half\nfive-car\nfive-cent\nfive-day\nfive-day-old\nfive-eighth\nfive-fold\nfive-foot\nfive-for-four\nfive-for-one\nfive-for-two\nfive-game\nfive-hitter\nfive-hour\nfive-km\nfive-man\nfive-mark\nfive-match\nfive-member\nfive-metre\nfive-minute\nfive-month\nfive-month-old\nfive-nation\nfive-page\nfive-party\nfive-percent\nfive-person\nfive-point\nfive-run\nfive-session\nfive-set\nfive-star\nfive-state\nfive-storey\nfive-test\nfive-time\nfive-times\nfive-to\nfive-to0\nfive-tonne\nfive-under\nfive-under-par\nfive-week\nfive-wicket\nfive-year\nfive-year-old\nfive-yearly\nfive-years\nfive-yr\nfive0\nfivefold\nfiver\nfives\nfix\nfixated\nfixation\nfixed\nfixed-asset\nfixed-coupon\nfixed-income\nfixed-interest\nfixed-line\nfixed-price\nfixed-rate\nfixed-system\nfixed-term\nfixed-weights\nfixed-wing\nfixed-wire\nfixer\nfixes\nfixing\nfixings\nfixture\nfixtures\nfixx\nfiyero\nfiyta\nfiz\nfizi\nfizz\nfizzle\nfizzled\nfizzles\nfizzling\nfizzy\nfj\nfj0\nfjan\nfjord\nfjordane\nfjords\nfk\nfki\nfl\nfl.\nfl0\nfla\nfla.\nfla.-based\nflabbergasted\nflac\nflaccid\nflaccus\nflach\nflack\nflacourtiaceae\nflag\nflag-carrier\nflag-waving\nflagella\nflagellation\nflagellum\nflagg\nflagged\nflagging\nflagler\nflagpole\nflagrant\nflags\nflagship\nflagships\nflagstad\nflagstaff\nflagstar\nflaherty\nflail\nflailing\nflails\nflair\nflak\nflake\nflakes\nflaking\nflaky\nflam\nflambeau\nflamborough\nflamboyance\nflamboyant\nflamboyantly\nflame\nflamenco\nflamengo\nflames\nflamethrower\nflamethrowers\nflaming\nflamingo\nflamingoes\nflamingos\nflaminia\nflaminio\nflaminius\nflammability\nflammable\nflammarion\nflamsteed\nflamurtari\nflan\nflanaess\nflanagan\nflanders\nflange\nflanged\nflanges\nflank\nflanked\nflanker\nflankers\nflanking\nflanks\nflann\nflannel\nflannery\nflannigan\nflap\nflapper\nflapping\nflaps\nflare\nflare-up\nflare-ups\nflared\nflares\nflareup\nflaring\nflash\nflashback\nflashbacks\nflashdance\nflashed\nflasher\nflashes\nflashing\nflashlight\nflashlights\nflashman\nflashpoint\nflashpoints\nflashy\nflask\nflasks\nflassbeck\nflat\nflat-off\nflat-out\nflat-rate\nflat-rolled\nflat0\nflatbed\nflatbush\nflatfish\nflathead\nflatiron\nflatland\nflatlands\nflatley\nflatly\nflatmate\nflatness\nflats\nflatt\nflatten\nflattened\nflattening\nflattens\nflatter\nflattered\nflattering\nflattery\nflattish\nflattop\nflatts\nflatulence\nflatwater\nflatwoods\nflatworms\nflaubert\nflaunt\nflaunting\nflautist\nflav\nflava\nflavia\nflavian\nflavin\nflavio\nflavius\nflavonoids\nflavor\nflavored\nflavorful\nflavoring\nflavorings\nflavors\nflavour\nflavoured\nflavouring\nflavourings\nflavours\nflaw\nflawed\nflawless\nflawlessly\nflaws\nflax\nflaxman\nflaxseed\nflay\nflayed\nflds\nflea\nfleas\nfleche\nflechette\nfleck\nflecked\nflecks\nflecktones\nfled\nfledermaus\nfledge\nfledged\nfledging\nfledgling\nflee\nfleece\nfleeces\nfleeing\nfleer\nflees\nfleet\nfleeting\nfleets\nfleetway\nfleetwood\nfleischer\nfleischman\nfleischmann\nfleisher\nfleishman\nfleiss\nfleksi\nfleming\nflemings\nflemington\nflemish\nflemmi\nflemming\nflensburg\nflesch\nflesh\nfleshed\nfleshy\nfletch\nfletcher\nfletchers\nflett\nfleur\nfleurian\nfleurs\nfleurus\nfleury\nflevoland\nflew\nflex\nflexed\nflexes\nflexi\nflexibility\nflexible\nflexibly\nflexing\nflexion\nflexner\nflexo\nflexor\nflextech\nflextronics\nflexure\nfli\nflick\nflicked\nflicker\nflickering\nflickers\nflicking\nflickr\nflicks\nflier\nfliers\nflies\nflight\nflight-to-quality\nflightless\nflights\nflightsafety\nflighty\nflik\nflim\nflimsy\nflin\nflinch\nflinched\nflinders\nfling\nflinging\nflings\nflinn\nflint\nflintheart\nflintlock\nflintoff\nflintridge\nflints\nflintshire\nflintstone\nflintstones\nflinx\nflip\nflippant\nflipped\nflipper\nflippers\nflipping\nflips\nflipside\nflir\nflirbs\nflirt\nflirtation\nflirtations\nflirtatious\nflirted\nflirting\nflirts\nfln\nflnc\nflo\nfloat\nfloatation\nfloated\nfloater\nfloaters\nfloating\nfloating-rate\nfloatplane\nfloatplanes\nfloats\nfloc\nfloch-prigent\nflock\nflocked\nflockhart\nflocking\nflocks\nflodden\nfloes\nflogged\nflogging\nflohr\nflon\nflood\nflood-damaged\nflood-hit\nflood-prone\nflood-ravaged\nflood-related\nflood-stricken\nflooded\nfloodgates\nflooding\nfloodlights\nfloodlit\nfloodplain\nfloodplains\nfloods\nfloodwater\nfloodwaters\nfloodway\nfloor\nfloorball\nfloorboards\nfloored\nflooring\nfloorplan\nfloors\nflop\nflopped\nfloppies\nflopping\nfloppy\nflops\nflor\nflora\nfloral\nflore\nflorence\nflorencia\nflorencio\nflorent\nflorentine\nflorentines\nflorentino\nflorenz\nflores\nflorets\nflorey\nflorez\nfloria\nflorian\nfloriana\nflorianopolis\nfloriculture\nflorid\nflorida\nflorida-based\nfloridian\nfloridians\nflorin\nflorina\nflorinda\nflorins\nflorio\nfloris\nflorissant\nflorist\nfloristic\nflorists\nflorsheim\nflorus\nflory\nflos\nfloss\nflossenburg\nflossie\nflotation\nflotations\nflotilla\nflotillas\nflotsam\nflotta\nflounder\nfloundered\nfloundering\nflour\nflourish\nflourished\nflourishes\nflourishing\nflournoy\nflout\nflouted\nflouting\nflouts\nflow\nflow-on\nflowed\nflower\nflowered\nflowering\nflowerings\nflowers\nflowery\nflowing\nflown\nflows\nfloyd\nflp\nflq\nflrb\nflrbs\nfls\nflt\nflu\nflu-like\nfluctuate\nfluctuated\nfluctuates\nfluctuating\nfluctuation\nfluctuations\nflue\nflue-cured\nfluency\nfluent\nfluently\nfluff\nfluffy\nflugelhorn\nflugels\nflugge\nflughafen\nflugzeugbau\nflugzeugwerke\nfluid\nfluidity\nfluidized\nfluids\nfluke\nflukes\nflume\nfluminense\nflung\nflunitrazepam\nfluor\nfluoresce\nfluorescein\nfluorescence\nfluorescent\nfluoridation\nfluoride\nfluorides\nfluorine\nfluorite\nfluorspar\nfluoxetine\nflurries\nflurry\nflush\nflushed\nflushes\nflushing\nflustered\nflute\nfluted\nflutes\nflutie\nflutist\nflutter\nfluttered\nfluttering\nfluvial\nflux\nfluxes\nfluxus\nfly\nfly-half\nflyable\nflyby\nflybys\nflycatch\nflycatcher\nflycatchers\nflycatching\nflydd\nflyer\nflyers\nflyhalf\nflying\nflyleaf\nflynn\nflynt\nflyover\nflyovers\nflyte\nflytrap\nflyway\nflyweight\nflywheel\nfm\nfm0\nfma\nfmb\nfmc\nfmf\nfmg\nfmk\nfmln\nfmr\nfmri\nfms\nfmv\nfmw\nfn\nfnb\nfnc\nfnla\nfnm\nfnma\nfnov\nfns\nfnsea\nfnv\nfo\nfoa\nfoal\nfoale\nfoaled\nfoals\nfoaly\nfoam\nfoamex\nfoaming\nfoams\nfoamy\nfob\nfobaproa\nfoca\nfocal\nfoccart\nfoch\nfoci\nfock\nfocke\nfocus\nfocus-\nfocus-bank\nfocus-brazil\nfocus-british\nfocus-czech\nfocus-dollar\nfocus-eu\nfocus-euro\nfocus-eurobourses\nfocus-european\nfocus-france\nfocus-french\nfocus-german\nfocus-italy\nfocus-malaysia\nfocus-oil\nfocus-russia\nfocus-uk\nfocus-waigel\nfocused\nfocuses\nfocusing\nfocussed\nfocusses\nfocussing\nfod\nfoday\nfodder\nfodio\nfodor\nfoe\nfoederati\nfoerster\nfoes\nfoetal\nfoetus\nfoetuses\nfog\nfogade\nfogarty\nfogel\nfogelberg\nfogerty\nfogg\nfoggia\nfoggy\nfogh\nfoghat\nfoghorn\nfogleman\nfogo\nfogs\nfoh\nfoi\nfoia\nfoibles\nfoie\nfoil\nfoiled\nfoiling\nfoilmark\nfoils\nfoinaven\nfois\nfoix\nfok\nfokker\nfokker0\nfokus\nfol\nfol.\nfolate\nfold\nfoldable\nfolded\nfolder\nfolders\nfolding\nfolds\nfoley\nfolgado\nfolger\nfolgers\nfolha\nfoli\nfoliage\nfoliation\nfolic\nfolie\nfolies\nfoligno\nfolio\nfolios\nfolk\nfolke\nfolkestone\nfolketing\nfolklife\nfolklore\nfolkloric\nfolklorist\nfolklorists\nfolks\nfolksinger\nfolksong\nfolksongs\nfolksy\nfolktale\nfolktales\nfolkways\nfolky\nfoll\nfollain\nfolland\nfollett\nfollette\nfollicle\nfollicles\nfollicular\nfollies\nfollow\nfollow-on\nfollow-through\nfollow-up\nfollowed\nfollower\nfollowers\nfollowing\nfollowings\nfollows\nfollowthrough\nfollowup\nfolly\nfolowing\nfolsom\nfom\nfomc\nfoment\nfomented\nfomenting\nfomento\nfomin\nfomorians\nfon\nfonar\nfonarkov\nfoncier\nfonciere\nfond\nfonda\nfondant\nfondation\nfondiaria\nfondly\nfondness\nfondo\nfondriest\nfonds\nfondue\nfone\nfoner\nfong\nfons\nfonseca\nfonso\nfont\nfontaine\nfontainebleau\nfontana\nfontanaud\nfontane\nfontanelle\nfontanne\nfonte\nfontenay\nfontenelle\nfontenot\nfontenoy\nfontes\nfonteyn\nfonthill\nfonts\nfonzie\nfoo\nfood\nfood-based\nfood-borne\nfood-for-oil\nfood-processing\nfoodborne\nfoodbrands\nfoodcorp\nfoodgrain\nfoodgrains\nfoodland\nfoodmaker\nfoodplant\nfoods\nfoodservice\nfoodstuff\nfoodstuffs\nfook\nfool\nfooled\nfoolhardy\nfooling\nfoolish\nfoolishly\nfoolishness\nfoolproof\nfools\nfoostuffs\nfoot\nfoot-and-mouth\nfoot-dragging\nfoot0\nfootage\nfootbag\nfootball\nfootballer\nfootballers\nfootballing\nfootballs\nfootbridge\nfootbridges\nfoote\nfooted\nfooter\nfooters\nfoothill\nfoothills\nfoothold\nfootholds\nfooting\nfootings\nfootlights\nfootloose\nfootman\nfootmen\nfootnote\nfootnotes\nfootnotes]0\nfootpath\nfootpaths\nfootplate\nfootprint\nfootprints\nfoots\nfootscray\nfootstar\nfootsteps\nfootware\nfootwear\nfootwork\nfooty\nfop\nfor\nfor-profit\nfor0\nfora\nforage\nforager\nforagers\nforages\nforaging\nforaj\nforamen\nforamina\nforaminifera\nforas\nforasol\nforasol-foramer\nforay\nforays\nforbade\nforbearance\nforbes\nforbid\nforbidden\nforbidding\nforbids\nforbo\nforbush\nforca\nforcados\nforcast\nforcasts\nforce\nforced\nforcefield\nforceful\nforcefully\nforcenergy\nforceps\nforces\nforchheim\nforcible\nforcibly\nforcing\nford\nford-asili\nford-kenya\nford-werke\nforde\nforded\nfordham\nfordice\nfording\nfords\nfordun\nfordyce\nfore\nforearm\nforearms\nforebears\nforeboding\nforebrain\nforecast\nforecast-\nforecast-australian\nforecast-bombay\nforecast-china\nforecast-hungary\nforecast-italy\nforecast-mexico\nforecast-polish\nforecast-uk\nforecast0\nforecasted\nforecaster\nforecasters\nforecasting\nforecastle\nforecasts\nforecasts-\nforecasts------\nforecasts-------------------\nforecasts--------------------\nforecasts---------------------\nforeclose\nforeclosed\nforeclosure\nforeclosures\nforecourt\nforefather\nforefathers\nforefinger\nforefront\nforego\nforegoing\nforegone\nforeground\nforehand\nforehands\nforehead\nforeheads\nforeign\nforeign-based\nforeign-born\nforeign-currency\nforeign-exchange\nforeign-funded\nforeign-invested\nforeign-led\nforeign-made\nforeign-owned\nforeigner\nforeigners\nforeknowledge\nforeks\nforekspank\nforeland\nforelegs\nforelimb\nforelimbs\nforelli\nforeman\nforemast\nforemen\nforemost\nforename\nforeningsbanken\nforensic\nforensics\nforeplay\nforerunner\nforerunners\nfores\nforesaw\nforesee\nforeseeable\nforeseeing\nforeseen\nforesees\nforeshadow\nforeshadowed\nforeshadowing\nforeshadows\nforeshore\nforeshortened\nforeshortening\nforesight\nforeskin\nforest\nforest.it\nforestall\nforestalled\nforested\nforester\nforesters\nforesti\nforestries\nforestry\nforests\nforestville\nforet\nforetaste\nforetell\nforetelling\nforetells\nforetold\nforever\nforewarned\nforewing\nforewings\nforeword\nforex\nforfaiting\nforfar\nforfeit\nforfeited\nforfeiting\nforfeits\nforfeiture\nforgan\nforgave\nforge\nforgeard\nforged\nforger\nforgeries\nforgers\nforgery\nforges\nforget\nforgetful\nforgetfulness\nforgets\nforgettable\nforgetting\nforging\nforgings\nforgive\nforgiven\nforgiveness\nforgives\nforgiving\nforgn\nforgo\nforgoing\nforgot\nforgotten\nforiegn\nforint\nforints\nfork\nforkbeard\nforked\nforking\nforklift\nforklifts\nforks\nforlani\nforli\nforlorn\nform\nforma\nformal\nformaldehyde\nformalise\nformalised\nformalising\nformalism\nformalisms\nformalist\nformalities\nformality\nformalization\nformalize\nformalized\nformalizing\nformally\nforman\nformannskapsdistrikt\nformat\nformation\nformations\nformative\nformats\nformatted\nformatting\nformby\nforme\nformed\nformely\nformentini\nformer\nformerly\nformers\nformic\nformica\nformicidae\nformidable\nforming\nformless\nformosa\nformosan\nformosus\nforms\nformula\nformulab\nformulae\nformulaic\nformulary\nformulas\nformulate\nformulated\nformulates\nformulating\nformulation\nformulations\nformwork\nfornari\nforney\nfornication\nforo\nforrage\nforres\nforrest\nforrestal\nforrestania\nforrester\nforsa\nforsake\nforsaken\nforsaking\nforsberg\nforsbrand\nforschungsgruppe\nforsee\nforseeable\nforsees\nforsheda\nforsikring\nforsman\nforsook\nforst\nforster\nforstmann\nforsyte\nforsyth\nforsythe\nfort\nfortaleza\nfortas\nforte\nfortean\nfortepiano\nfortescue\nforth\nforthcoming\nforthe\nforthright\nforthwith\nforti\nfortier\nforties\nfortieth\nfortification\nfortifications\nfortified\nfortify\nfortifying\nfortin\nfortis\nfortissimo\nfortitude\nfortnight\nfortnightly\nfortran\nfortress\nfortresses\nforts\nfortuitous\nfortuitously\nfortuna\nfortunate\nfortunately\nfortunato\nfortunatus\nfortune\nfortunes\nfortuyn\nforty\nforty-eight\nforty-five\nforty-four\nforty-nine\nforty-one\nforty-six\nforty-three\nforty-two\nforum\nforums\nforw\nforward\nforward-looking\nforwarded\nforwarder\nforwarders\nforwarding\nforwards\nforza\nfos\nfosamax\nfoschini\nfosdick\nfoshan\nfosler\nfoss\nfossa\nfosse\nfosset\nfossett\nfossey\nfossil\nfossil-fuel\nfossilised\nfossilized\nfossils\nfossum\nfoster\nfostered\nfostering\nfosters\nfostoria\nfot\nfotball\nfotco\nfotex\nfothergill\nfotiadis\nfou\nfouad\nfoucault\nfouche\nfought\nfoul\nfouled\nfouling\nfoulis\nfoulke\nfoulkes\nfoulois\nfouls\nfound\nfoundation\nfoundational\nfoundations\nfounded\nfounder\nfoundered\nfoundering\nfounders\nfounding\nfoundling\nfoundress\nfoundries\nfoundry\nfounds\nfount\nfountain\nfountainhead\nfountains\nfouquet\nfour\nfour-\nfour-and-a-half\nfour-country\nfour-cylinder\nfour-day\nfour-day-old\nfour-door\nfour-engine\nfour-engined\nfour-fifths\nfour-fold\nfour-for-one\nfour-game\nfour-goal\nfour-hitter\nfour-hour\nfour-km\nfour-lane\nfour-level\nfour-man\nfour-match\nfour-member\nfour-minute\nfour-month\nfour-month-old\nfour-months\nfour-nation\nfour-page\nfour-part\nfour-party\nfour-percent\nfour-point\nfour-run\nfour-session\nfour-stage\nfour-star\nfour-storey\nfour-team\nfour-time\nfour-times\nfour-to-one\nfour-tranche\nfour-under\nfour-under-par\nfour-way\nfour-week\nfour-wheel\nfour-wheel-drive\nfour-wheeled\nfour-wicket\nfour-year\nfour-year-old\nfourballs\nfourche\nfourfold\nfourie\nfourier\nfournier\nfours\nfoursome\nfoursomes\nfoursquare\nfourteen\nfourteeners\nfourteenth\nfourth\nfourth-biggest\nfourth-largest\nfourth-place\nfourth-placed\nfourth-quarter\nfourth-ranked\nfourth-round\nfourth-seeded\nfourth-wicket\nfourths\nfourtou\nfouts\nfovea\nfoveaux\nfoward\nfowey\nfowl\nfowler\nfowles\nfowley\nfowls\nfownes\nfowzie\nfox\nfox0\nfoxboro\nfoxborough\nfoxe\nfoxes\nfoxhole\nfoxhound\nfoxman\nfoxmeyer\nfoxtel\nfoxton\nfoxtrot\nfoxwoods\nfoxworth\nfoxworthy\nfoxx\nfoxxy\nfoxy\nfoy\nfoyer\nfoyle\nfoyt\nfoz\nfp\nfp&l\nfp0\nfpa\nfpb\nfpc\nfpd\nfpga\nfpgas\nfphc\nfpi\nfpl\nfpo\nfpr\nfps\nfpso\nfpu\nfr\nfr-fr\nfr-frjpn\nfr-mo\nfr-mocan\nfr-moger.retail\nfr-mojpn\nfr-th\nfr-tu\nfr-we\nfr-weita\nfr.\nfr0\nfra\nfra.consumer\nfra.cpi\nfra.gdp\nfra.unemployment\nfracas\nfracmaster\nfractal\nfractals\nfraction\nfractional\nfractionally\nfractionation\nfractions\nfractious\nfracture\nfractured\nfractures\nfracturing\nfraenkel\nfrag\nfraga\nfraggle\nfragile\nfragilis\nfragility\nfragment\nfragmentary\nfragmentation\nfragmented\nfragmenting\nfragments\nfragrance\nfragrances\nfragrant\nfrahm\nfrail\nfrailty\nfraiser\nfrakes\nfraktur\nfram\nframatome\nframe\nframebuffer\nframed\nframerate\nframers\nframes\nframework\nframeworks\nframing\nframingham\nframlingham\nframpton\nfran\nfrana\nfranais\nfranaise\nfranc\nfranc)-----------------\nfranc-mark\nfranca\nfrancais\nfrancaise\nfrancaises\nfrance\nfrance-based\nfrance-info\nfrance-soir\nfrance0\nfrances\nfrancesa\nfrancesc\nfrancesca\nfranceschini\nfrancesco\nfrancescoli\nfrancesconi\nfrancese\nfranche\nfranchi\nfranchione\nfranchise\nfranchise-record\nfranchised\nfranchisee\nfranchisees\nfranchiser\nfranchises\nfranchising\nfranchisor\nfranchot\nfrancia\nfrancie\nfrancine\nfrancis\nfrancisca\nfranciscan\nfranciscans\nfrancisco\nfrancisco-based\nfranciscus\nfranciso\nfranciszek\nfranck\nfranco\nfranco-african\nfranco-american\nfranco-belgian\nfranco-british\nfranco-german\nfranco-italian\nfranco-spanish\nfrancois\nfrancoise\nfrancoist\nfrancolins\nfranconia\nfranconian\nfrancophone\nfrancophones\nfrancophonie\nfrancorchamps\nfrancorum\nfrancqui\nfrancs\nfraneker\nfrangieh\nfrangipani\nfranjo\nfrank\nfranke\nfranked\nfrankel\nfranken\nfrankenberg\nfrankenheimer\nfrankenstein\nfrankenthal\nfrankford\nfrankfort\nfrankfurt\nfrankfurt-\nfrankfurt-based\nfrankfurter\nfranki\nfrankie\nfrankincense\nfranking\nfrankish\nfrankivsk\nfrankl\nfrankland\nfranklin\nfranklins\nfrankly\nfranklyn\nfrankness\nfranko\nfrankopan\nfranks\nfrankston\nfranky\nfranny\nfranquin\nfrans\nfransabank\nfransisco\nfranti\nfrantic\nfrantically\nfrantisek\nfrantschach\nfrantz\nfranz\nfranz-christoph\nfranz-josef\nfranzen\nfranziska\nfrapaco\nfras\nfrascati\nfraser\nfraserburgh\nfrasers\nfrasier\nfrat\nfratelli\nfrater\nfraternal\nfraternisation\nfraternite\nfraternities\nfraternity\nfratricidal\nfratricide\nfratton\nfrau\nfraud\nfrauds\nfraudsters\nfraudulent\nfraudulently\nfrauen\nfrauenkirche\nfraught\nfraulein\nfraunhofer\nfrawley\nfraxinus\nfray\nfrayed\nfraying\nfrayn\nfrazee\nfrazer\nfrazetta\nfrazier\nfrazione\nfrazioni\nfrb\nfrbs\nfrc\nfrcd\nfrcds\nfrcp\nfrcs\nfreak\nfreaked\nfreaking\nfreakish\nfreaks\nfreakshow\nfreaky\nfreamon\nfrears\nfreberg\nfrechet\nfrechette\nfreckles\nfrecuencia\nfred\nfreda\nfreddie\nfreddy\nfrederic\nfrederica\nfredericia\nfrederick\nfredericks\nfredericksburg\nfredericktown\nfrederico\nfredericton\nfrederik\nfrederiksberg\nfrederiksborg\nfrederiksen\nfredholm\nfredi\nfredo\nfredonia\nfredric\nfredrick\nfredrik\nfredriksson\nfredrikstad\nfree\nfree-agent\nfree-fall\nfree-floating\nfree-for-all\nfree-kick\nfree-kicks\nfree-lance\nfree-market\nfree-marketeer\nfree-mkt\nfree-on-board\nfree-speech\nfree-spending\nfree-standing\nfree-to-air\nfree-to-trade\nfree-trade\nfree-wheeling\nfreebirds\nfreeboard\nfreeborn\nfreebsd\nfreed\nfreedman\nfreedmen\nfreedom\nfreedoms\nfreefall\nfreeform\nfreegold\nfreeh\nfreehand\nfreehold\nfreeholder\nfreeholders\nfreeing\nfreekick\nfreelance\nfreelanced\nfreelancer\nfreelancers\nfreelancing\nfreeland\nfreelander\nfreeloader\nfreely\nfreely-elected\nfreeman\nfreemans\nfreemason\nfreemasonry\nfreemasons\nfreemen\nfreenet\nfreepages\nfreeport\nfreeport-mcmoran\nfreer\nfrees\nfreescale\nfreese\nfreese-notis\nfreest\nfreestanding\nfreestone\nfreestyle\nfreestyles\nfreethinker\nfreethinkers\nfreethought\nfreetown\nfreeview\nfreeware\nfreeway\nfreeways\nfreewheel\nfreewheeling\nfreewill\nfreeza\nfreeze\nfreezer\nfreezers\nfreezes\nfreezing\nfrege\nfrehley\nfrei\nfreiberg\nfreiburg\nfreie\nfreienwalde\nfreight\nfreighter\nfreighters\nfreightliner\nfreightways\nfreih\nfreiheit\nfreiherr\nfreij\nfreikorps\nfreilich\nfreire\nfreising\nfreitas\nfreiwilligen\nfrejus\nfreleng\nfrelimo\nfrelinghuysen\nfrem\nfremantle\nfremantlemedia\nfremen\nfremont\nfrench\nfrench-backed\nfrench-based\nfrench-born\nfrench-canadian\nfrench-german\nfrench-language\nfrench-led\nfrench-made\nfrench-owned\nfrench-speaking\nfrench-style\nfrenchman\nfrenchmen\nfrenchtown\nfrenchwoman\nfrenchy\nfrenetic\nfrenkel\nfrente\nfrentzen\nfrenulum\nfrenzied\nfrenzy\nfreon\nfrepaso\nfreq\nfrequencies\nfrequency\nfrequent\nfrequent-flyer\nfrequented\nfrequenting\nfrequently\nfrequents\nfrere\nfreres\nfrerotte\nfresco\nfrescobaldi\nfrescoed\nfrescoes\nfrescos\nfresenius\nfresh\nfresh-faced\nfresher\nfreshers\nfreshest\nfreshly\nfreshman\nfreshmen\nfreshness\nfreshwater\nfresi\nfresnel\nfresnes\nfresno\nfret\nfretboard\nfretilin\nfretless\nfrets\nfretted\nfretting\nfreud\nfreudenthal\nfreudian\nfreund\nfrey\nfreya\nfreyberg\nfreycinet\nfreyja\nfreyr\nfreytag\nfrf\nfrft\nfrg\nfri\nfria\nfriar\nfriars\nfriary\nfrias\nfribourg\nfricative\nfricatives\nfrick\nfricke\nfriction\nfrictional\nfrictions\nfrid\nfrida\nfriday\nfriday-saturday\nfridays\nfrideric\nfridge\nfridges\nfridtjof\nfried\nfrieda\nfriedberg\nfriedel\nfrieden\nfriederike\nfriedkin\nfriedland\nfriedlander\nfriedman\nfriedmann\nfriedrich\nfriedrichshafen\nfriel\nfriend\nfriendless\nfriendlier\nfriendlies\nfriendliness\nfriendly\nfriends\nfriendship\nfriendships\nfrierson\nfries\nfriesen\nfriesian\nfriesland\nfrieze\nfriezes\nfrigate\nfrigatebirds\nfrigates\nfrigg\nfright\nfrighten\nfrightened\nfrightening\nfrightens\nfrightful\nfrigid\nfrigyes\nfriis\nfrill\nfrills\nfrilly\nfrimley\nfringe\nfringed\nfringer\nfringes\nfringillidae\nfringing\nfrink\nfrio\nfripp\nfrisbee\nfrisby\nfrisch\nfrisco\nfrisell\nfrisia\nfrisian\nfrisians\nfrisk\nfrisky\nfrist\nfrith\nfritillary\nfrito\nfrito-lay\nfrits\nfritsch\nfritters\nfritz\nfritzlar\nfriuli\nfriulian\nfrivolity\nfrivolous\nfriz\nfrizzell\nfrm\nfrn\nfrns\nfro\nfrobenius\nfroberger\nfrobisher\nfrock\nfrode\nfrodebu\nfrodi\nfrodo\nfrodsham\nfroehlich\nfroelich\nfroese\nfrog\nfrogger\nfroggy\nfrogman\nfrogmen\nfrogmore\nfrogs\nfrohlich\nfrohman\nfroissart\nfrolic\nfrolinat\nfrollo\nfrolunda\nfrom\nfromartz\nfromberg\nfrome\nfromm\nfromme\nfromthe\nfron\nfrond\nfronde\nfronds\nfront\nfront-end\nfront-line\nfront-loaded\nfront-month\nfront-page\nfront-runner\nfront-runners\nfront-running\nfront-wheel\nfronta\nfrontage\nfrontal\nfrontbench\nfronte\nfronted\nfrontenac\nfrontenacs\nfrontend\nfrontera\nfrontier\nfrontieres\nfrontiers\nfrontiersman\nfrontiersmen\nfronting\nfrontispiece\nfrontline\nfrontlines\nfrontman\nfrontpage\nfrontrunner\nfrontrunners\nfronts\nfrontside\nfrontwoman\nfroom\nfrosinone\nfrost\nfrost-free\nfrostbite\nfrostburg\nfrosted\nfrosting\nfrosts\nfrosty\nfroth\nfrothy\nfrou\nfroude\nfrowick\nfrown\nfrowned\nfrowns\nfroze\nfrozen\nfrozone\nfrp\nfrquences\nfrro\nfrs\nfrsa\nfrsc\nfrse\nfrsh\nfru\nfructose\nfruehauf\nfrugal\nfrugality\nfruit\nfruitful\nfruiting\nfruition\nfruitless\nfruitlessly\nfruits\nfruity\nfrum\nfrunze\nfrusciante\nfrustrate\nfrustrated\nfrustrating\nfrustratingly\nfrustration\nfrustrations\nfry\nfrydek\nfryderyk\nfrye\nfryer\nfryges\nfrying\nfrykberg\nfrylock\nfryman\nfrzn\nfs\nfs0\nfsa\nfsa--u.s.\nfsb\nfsc\nfsf\nfsh\nfsi\nfsis\nfsk\nfsl\nfsln\nfsm\nfsn\nfso\nfsp\nfsr\nfss\nfsu\nfsv\nft\nft-actuaries\nft-se\nft.\nft.lbf\nft/0\nft/s\nft0\nfta\nftaa\nftc\nfte\nftk\nftks\nftl\nftp\nftse\nftse0\nftth\nftx\nfu\nfuad\nfuca\nfuchs\nfuchsia\nfuck\nfucka\nfucked\nfuckin\nfucking\nfudan\nfudd\nfudge\nfudged\nfudging\nfudosan\nfue\nfuego\nfuehrer\nfuel\nfuel-cell\nfuel-efficient\nfuel/air\nfueled\nfueling\nfuelled\nfuelling\nfuels\nfuente\nfuentes\nfuer\nfueros\nfuerte\nfuerteventura\nfuerth\nfuerza\nfuerzas\nfuga\nfugal\nfugazi\nfugees\nfugen\nfugger\nfugitive\nfugitives\nfugro\nfugu\nfugue\nfugues\nfuhr\nfuhrer\nfuhrerbunker\nfuhrman\nfuisz\nfujairah\nfuji\nfujian\nfujifilm\nfujii\nfujiko\nfujikura\nfujimori\nfujimoto\nfujin\nfujisaki\nfujisash\nfujisawa\nfujita\nfujitsu\nfujiwara\nfukoku\nfuku\nfukuda\nfukui\nfukuoka\nfukushima\nfukutoku\nfukuyama\nful\nfula\nfulani\nfulbe\nfulbright\nfulcher\nfulci\nfulcrum\nfuld\nfulda\nfulfil\nfulfill\nfulfilled\nfulfilling\nfulfillment\nfulfills\nfulfilment\nfulfils\nfulford\nfulgencio\nfulgrim\nfulham\nfulk\nfulke\nfulkerson\nfull\nfull(0\nfull-\nfull-back\nfull-blown\nfull-day\nfull-fledged\nfull-freighter\nfull-length\nfull-line\nfull-page\nfull-range\nfull-scale\nfull-service\nfull-size\nfull-strength\nfull-time\nfull-year\nfull-yr\nfullback\nfullem\nfuller\nfullerene\nfullerenes\nfullers\nfullerton\nfullest\nfullick\nfulling\nfullmer\nfullmetal\nfullness\nfullscreen\nfullsets\nfulltime\nfully\nfully-diluted\nfully-fledged\nfully-listed\nfully-owned\nfully-paid\nfulmar\nfulmer\nfulsome\nfulton\nfulvia\nfulvio\nfulvius\nfulwood\nfuma\nfumagalli\nfumakilla\nfumaroles\nfumble\nfumbled\nfumbles\nfumbling\nfume\nfumed\nfumes\nfumi\nfumigation\nfumiko\nfuming\nfumio\nfun\nfunafuti\nfunai\nfunaki\nfunakoshi\nfunan\nfunar\nfunchal\nfuncinpec\nfunction\nfunctional\nfunctionalism\nfunctionalist\nfunctionalities\nfunctionality\nfunctionally\nfunctionals\nfunctionaries\nfunctionary\nfunctioned\nfunctioning\nfunctions\nfunctor\nfunctors\nfund\nfund-based\nfund-led\nfund-raiser\nfund-raisers\nfund-raising\nfund-related\nfundacao\nfundacion\nfundamental\nfundamentalism\nfundamentalist\nfundamentalists\nfundamentally\nfundamentals\nfunded\nfundementals\nfunder\nfunders\nfunding\nfundings\nfundo\nfundraiser\nfundraisers\nfundraising\nfunds\nfunds------------------\nfundusz\nfundy\nfunen\nfuneral\nfunerals\nfunerary\nfunes\nfunfair\nfung\nfungal\nfungi\nfungible\nfungicide\nfungicides\nfungurume\nfungus\nfunhouse\nfunicello\nfunicular\nfunimation\nfunk\nfunkadelic\nfunke\nfunky\nfunnel\nfunneled\nfunneling\nfunnelled\nfunnelling\nfunnels\nfunnier\nfunnies\nfunniest\nfunny\nfunston\nfuori\nfup\nfuqua\nfur\nfurama\nfurey\nfuries\nfurio\nfurioso\nfurious\nfuriously\nfurlan\nfurlong\nfurlongs\nfurlough\nfurloughed\nfurman\nfurnace\nfurnaces\nfurnariidae\nfurnas\nfurness\nfurnish\nfurnished\nfurnishes\nfurnishing\nfurnishings\nfurniture\nfuron\nfuror\nfurore\nfurr\nfurred\nfurrow\nfurrowed\nfurrows\nfurry\nfurs\nfurst\nfurstan\nfurstenberg\nfurstenfeldbruck\nfurtado\nfurter\nfurth\nfurther\nfurtherance\nfurthered\nfurthering\nfurthermore\nfurthers\nfurthest\nfurtwangler\nfurukawa\nfuruseth\nfury\nfuryk\nfusai\nfusarium\nfusco\nfuscus\nfuse\nfused\nfuselage\nfuselages\nfuseli\nfuser\nfuses\nfushigi\nfushimi\nfusiform\nfusilier\nfusiliers\nfusing\nfusion\nfusions\nfuso\nfuss\nfussball\nfussy\nfust\nfuszert\nfut\nfuta\nfutaba\nfutbol\nfutebol\nfutenma\nfuthark\nfuther\nfutile\nfutility\nfuts\nfutsal\nfutuna\nfutur\nfutura\nfuturama\nfuture\nfutures\nfutures-led\nfutures-linked\nfutures-options\nfutures-related\nfuturis\nfuturism\nfuturist\nfuturistic\nfuturists\nfuturity\nfuturo\nfuu\nfuyuki\nfuze\nfuzes\nfuzhou\nfuzors\nfuzz\nfuzzy\nfv\nfv0\nfvrier\nfw\nfw0\nfwa\nfwd\nfwu\nfx\nfx0\nfxsu\nfy\nfy'0\nfy0\nfyb\nfyfe\nfyffes\nfylde\nfynbos\nfynes\nfyodor\nfyodorov\nfyodorovich\nfyodorovna\nfyrom\nfyvie\nfz\ng\ng&a\ng&e\ng&k\ng&l\ng&s\ng'kar\ng'teed\ng-v\ng.\ng.a.\ng.b.\ng.c.\ng.cargo\ng.d.\ng.e.\ng.g.\ng.h.\ng.i\ng.i.\ng.i.joe\ng.k.\ng.l.\ng.m.\ng.n.\ng.n.f.c\ng.nut\ng.o\ng.o.\ng.o.b.\ng.p.\ng.r.\ng.s.\ng.t.\ng.v.\ng.w.\ng0\ng0m\ng0s\ng0techtv\nga\nga'hoole\nga.\nga.-based\nga0\ngaa\ngaafu\ngaal\ngaap\ngaara\ngaas\ngab\ngaba\ngabala\ngabba\ngabbana\ngabbard\ngabber\ngabbro\ngabby\ngabcikovo\ngabe\ngabel\ngabelli\ngaber\ngabes\ngabi\ngabin\ngabirol\ngable\ngabled\ngabler\ngables\ngabo\ngabon\ngabonese\ngabor\ngaborone\ngabreski\ngabriel\ngabriela\ngabriele\ngabrieli\ngabriella\ngabrielle\ngabumon\ngaby\ngac\ngaceta\ngacl\ngacoms\ngacy\ngad\ngada\ngadd\ngaddafi\ngaddi\ngaddis\ngaddum\ngade\ngadek\ngades\ngadfly\ngadget\ngadgetry\ngadgets\ngadgil\ngadi\ngado\ngadol\ngadolinium\ngadsden\ngadzooks\ngae\ngaea\ngaeilge\ngaekwad\ngael\ngaelic\ngaels\ngaeltacht\ngaeta\ngaetan\ngaetano\ngaetti\ngaf\ngaff\ngaffe\ngaffer\ngaffes\ngaffney\ngafta\ngag\ngagarin\ngagauz\ngage\ngagetown\ngagged\ngaggi\ngagging\ngaggle\ngagik\ngagliano\ngagliardi\ngagne\ngagnoa\ngagnon\ngags\ngah\ngahan\ngahima\ngai\ngaia\ngaidar\ngaiden\ngaiety\ngaijin\ngail\ngaillard\ngaillot\ngaim\ngaiman\ngain\ngain/\ngainax\ngained\ngainer\ngainers\ngaines\ngainesville\ngainey\ngaining\ngains\ngainsborough\ngainsbourg\ngainsco\ngainsford-taylor\ngainst\ngaint\ngair\ngairdner\ngais\ngait\ngaita\ngaitan\ngaited\ngaither\ngaithersburg\ngaits\ngaitskell\ngaius\ngaj\ngajah\ngajduskova\ngajevi\ngajoen\ngak\ngakkai\ngakki\ngakko\ngakuen\ngakuikusha\ngakuin\ngakushuin\ngal\ngala\ngalactic\ngalactica\ngalactose\ngalactus\ngalad\ngaladriel\ngalaga\ngalagen\ngalahad\ngalan\ngalant\ngalante\ngalapagos\ngalarraga\ngalas\ngalashiels\ngalata\ngalatasaray\ngalatea\ngalati\ngalatia\ngalatians\ngalaxia\ngalaxian\ngalaxias\ngalaxie\ngalaxies\ngalaxy\ngalba\ngalbatorix\ngalbraith\ngale\ngale-force\ngalea\ngaleazzo\ngalement\ngalen\ngalena\ngaleon\ngaleone\ngalera\ngaleria\ngalerie\ngaleries\ngalerius\ngales\ngalesburg\ngali\ngalicia\ngalician\ngalicians\ngalil\ngalilean\ngalilee\ngalilei\ngalileo\ngalina\ngalindo\ngalis\ngalitzine\ngalkin\ngall\ngalla\ngallacher\ngallaecia\ngallagher\ngallaher\ngalland\ngallant\ngallantly\ngallantry\ngallardo\ngallatin\ngallaudet\ngallbladder\ngalle\ngallego\ngallegos\ngallen\ngalleon\ngalleons\ngalleria\ngalleries\ngallery\ngalley\ngalleys\ngalli\ngallia\ngallian\ngalliani\ngalliano\ngallic\ngallican\ngallico\ngallienus\ngallifrey\ngallimard\ngallinules\ngallipoli\ngallipolis\ngallium\ngallo\ngallois\ngallon\ngallons\ngallop\ngalloped\ngalloping\ngalloway\ngallows\ngalls\ngallstones\ngallup\ngallura\ngallus\ngally\ngalmoy\ngalo\ngalois\ngaloob\ngalore\ngalperin\ngals\ngalston\ngalsworthy\ngalt\ngalthie\ngaltieri\ngalton\ngaltsov\ngalvan\ngalvani\ngalvanic\ngalvanise\ngalvanised\ngalvanising\ngalvanize\ngalvanized\ngalvanizing\ngalvanometer\ngalvatron\ngalveston\ngalvez\ngalvin\ngalway\ngam\ngam--------------------\ngama\ngama'a\ngamal\ngamaliel\ngamarra\ngamay\ngamba\ngambardella\ngambela\ngambetta\ngambia\ngambian\ngambians\ngambier\ngambino\ngambit\ngamble\ngambled\ngambler\ngamblers\ngambles\ngambling\ngamboa\ngambon\ngambro\ngame\ngame-tying\ngame-winner\ngame-winning\ngame.\ngameboard\ngamebook\ngamebooks\ngameboy\ngamecock\ngamecocks\ngamecube\ngameday\ngamefaqs\ngamekeeper\ngamelan\ngamelin\ngamemaster\ngamepad\ngameplay\ngamepro\ngamer\ngamera\ngamers\ngames\ngameshark\ngameshow\ngamesmaster\ngamespot\ngamespy\ngamestop\ngametap\ngamete\ngametes\ngametocytes\ngametophyte\ngameworks\ngamez\ngamgee\ngami\ngaming\ngamini\ngamla\ngamma\ngammage\ngammon\ngamow\ngampo\ngams\ngamsakhurdia\ngamut\ngan\ngana\nganadero\nganao\nganapati\nganassi\nganchev\ngand\nganda\ngandalf\ngandel\ngander\ngandhara\ngandharas\ngandharva\ngandharvas\ngandhi\ngandhian\ngandhiji\ngandhinagar\ngandia\ngandois\ngandy\ngane\nganelon\nganes\nganesa\nganesan\nganesh\nganesha\ngang\nganga\ngangadhar\ngangadharan\ngangas\ngangbusters\nganges\ngangetic\ngangland\ngangland-style\nganglia\nganglion\ngangnam\ngangotri\ngangrel\ngangrene\ngangs\ngangsta\ngangster\ngangsterism\ngangsters\ngangtok\nganguly\ngangway\ngangwon\ngani\nganic\nganilau\nganis\nganisafari\nganj\nganja\ngann\ngannet\ngannets\ngannett\ngannon\ngano\nganon\nganondorf\ngans\ngansevoort\ngansu\ngant\ngantos\ngantry\ngantt\ngantu\ngantz\nganymede\nganz\nganzouri\ngao\ngaogaigar\ngaol\ngaon\ngaozong\ngaozu\ngap\ngape\ngaping\ngapped\ngapping\ngaps\ngar\ngara\ngarage\ngarageband\ngaragent\ngarages\ngaragiola\ngarak\ngaram\ngaramendi\ngaramond\ngarand\ngarang\ngarant\ngaranti\ngarantia\ngaray\ngarb\ngarba\ngarbage\ngarber\ngarbled\ngarbo\ngarbutt\ngarces\ngarcetti\ngarcia\ngarciaparra\ngarcilaso\ngard\ngarda\ngardai\ngardanne\ngarde\ngardel\ngarden\ngardena\ngardener\ngardeners\ngardenia\ngardening\ngardens\ngardermoen\ngarderobe\ngardes\ngardez\ngardie\ngardiner\ngardiners\ngardner\ngardnerian\ngare\ngareth\ngarex\ngarfield\ngarforth\ngarfunkel\ngarg\ngargan\ngargano\ngargantua\ngargantuan\ngargoyle\ngargoyles\ngarh\ngarhwal\ngari\ngariano\ngaribaldi\ngariepy\ngarifuna\ngarigliano\ngarin\ngarion\ngarip-bertuol\ngaris\ngarish\ngarland\ngarlands\ngarlic\ngarlick\ngarm\ngarma\ngarman\ngarmendia\ngarment\ngarments\ngarmin\ngarmisch\ngarmisch-partenkirchen\ngarn\ngarneau\ngarner\ngarnered\ngarnering\ngarners\ngarnet\ngarnets\ngarnett\ngarnier\ngarnish\ngarnished\ngaro\ngarofalo\ngaron\ngaronne\ngarou\ngaroua\ngarovaglio\ngarp\ngarr\ngarran\ngarrard\ngarratt\ngarret\ngarreton\ngarrett\ngarrick\ngarrido\ngarrigan\ngarrincha\ngarriott\ngarrison\ngarrisoned\ngarrisoning\ngarrisons\ngarrity\ngarrod\ngarros\ngarry\ngars\ngarson\ngarston\ngarten\ngarter\ngarth\ngartmore\ngartner\ngarton\ngaru\ngaruda\ngarvaghy\ngarvan\ngarvey\ngarvin\ngarware\ngarware-wall\ngarwood\ngary\ngarza\ngarzarelli\ngarzon\ngas\ngas--bcf\ngas-based\ngas-fired\ngas-powered\ngas-rich\ngas0\ngasana\ngasandes\ngasb\ngasc\ngascoigne\ngascon\ngascony\ngascor\ngascoyne\ngaseous\ngases\ngasfield\ngash\ngasification\ngaskell\ngasket\ngaskets\ngaskin\ngaslight\ngasoil\ngasolin\ngasoline\ngasoline-making\ngasoline-powered\ngasoline-rich\ngasoline-to-crude\ngasoline0\ngasoline0pb\ngasolines\ngasp\ngaspar\ngaspard\ngaspare\ngaspari\ngasparilla\ngasparovic\ngaspart\ngaspe\ngasped\ngasping\ngasps\ngass\ngassed\ngasser\ngasses\ngassing\ngassman\ngast\ngastaut\ngastel\ngaster\ngaston\ngastonia\ngastown\ngastric\ngastritis\ngastro\ngastro-intestinal\ngastroenteritis\ngastroenterology\ngastrointestinal\ngastronomic\ngastronomy\ngastropod\ngastropods\ngasui\ngasunie\ngasworks\ngat\ngata\ngatchaman\ngatchina\ngate\ngatecrasher\ngated\ngatefold\ngatehouse\ngatekeeper\ngatekeepers\ngately\ngates\ngateshead\ngateway\ngateways\ngath\ngathas\ngather\ngathered\ngatherer\ngatherers\ngathering\ngatherings\ngathers\ngatien\ngatineau\ngating\ngatiss\ngatlin\ngatlinburg\ngatling\ngato\ngatomon\ngator\ngatorade\ngators\ngatos\ngatsby\ngatt\ngatti\ngatting\ngatto\ngatton\ngatwick\ngatx\ngau\ngauche\ngaucher\ngaucho\ngauchos\ngauda\ngaudeamus\ngaudens\ngaudenzi\ngaudi\ngaudin\ngaudio\ngaudiya\ngaudy\ngauge\ngauged\ngauges\ngaughan\ngauging\ngauguin\ngaul\ngauleiter\ngauley\ngaulieder\ngauliga\ngaulin\ngaulish\ngaulle\ngaullist\ngaullists\ngauloises\ngauls\ngault\ngaultier\ngaumont\ngaung\ngaunt\ngauntlet\ngauntlets\ngaur\ngaurantee\ngaurav\ngauri\ngauss\ngaussian\ngautam\ngautama\ngauteng\ngauthier\ngautier\ngauze\ngav\ngava\ngavan\ngavaskar\ngave\ngavel\ngaveston\ngavilan\ngavin\ngaviria\ngavle\ngavriiski\ngavril\ngavrilescu\ngavrilo\ngavyn\ngaw\ngawad\ngawain\ngawler\ngay\ngaya\ngayatri\ngaye\ngayle\ngaylord\ngaymard\ngaynor\ngayoom\ngays\ngayssot\ngaz\ngaza\ngazan\ngazdasag\ngazdik\ngaze\ngazebo\ngazed\ngazelle\ngazelles\ngazes\ngazeta\ngazette\ngazetted\ngazetteer\ngazettes\ngazi\ngaziantep\ngaziantepspor\ngazing\ngazit\ngazivoda\ngazp.rts\ngazprom\ngazzetta\ngb\ngb/s\ngb0\ngba\ngbadolite\ngbagbo\ngbc\ngbe\ngbh\ngbit/s\ngbl\ngbm\ngborie\ngbp\ngbp0\ngbr\ngbs\ngbu0\ngc\ngca\ngcap\ngcb\ngcc\ngcd\ngce\ngch\ngchq\ngci\ngcl\ngcm\ngcmg\ngcp\ngcr\ngcs\ngcse\ngcses\ngcsi\ngcvo\ngd\ngda\ngdansk\ngdanska\ngdanski\ngdb\ngdc\ngde\ngdf\ngdfi\ngdi\ngdp\ngdp-a\ngdp-e\ngdp-i\ngdr\ngdrs\ngds\ngdss\ngdv\ngdynia\nge\nge'ez\nge0\ngea\ngeagea\ngear\ngearbox\ngearboxes\ngeared\ngearing\ngears\ngeary\ngeatish\ngeats\ngeauga\ngebel\ngeber\ngeberit\ngebhard\ngebhardt\ngebreselassie\ngebrselassie\ngec\ngec-alsthom\ngec-marconi\ngecamines\ngecc\ngechev\ngecko\ngeckos\ngecpt\ngecsi\nged\ngeddes\ngeddy\ngedeon\ngedichte\ngediminas\ngedling\ngedo\ngee\ngeek\ngeeks\ngeeky\ngeelong\ngeena\ngeer\ngeert\ngeerts\ngees\ngeese\ngeest\ngeeta\ngeetha\ngeezer\ngeffen\ngeforce\ngeforce0\ngegen\ngehe\ngehenna\ngehl\ngehlen\ngehn\ngehrig\ngehringer\ngehry\ngeico\ngeier\ngeiger\ngeigy\ngeils\ngein\ngeir\ngeis\ngeisel\ngeiseric\ngeisha\ngeissler\ngeist\ngekko\ngel\ngela\ngelasius\ngelatin\ngelatine\ngelatinous\ngelato\ngelb\ngelbard\ngelber\ngelder\ngelderland\ngelding\ngeldings\ngeldof\ngelfand\ngelgoog\ngeli\ngelinas\ngell\ngellar\ngeller\ngellert\ngelli\ngellibrand\ngellius\ngelman\ngelnar\ngels\ngelsenkirchen\ngeltex\ngelug\ngelugpa\ngem\ngema\ngemara\ngematria\ngemayel\ngemeentekrediet\ngemeenten\ngemeinde\ngemeinschaft\ngemelli\ngemex\ngemina\ngeminate\ngemini\ngemma\ngemmell\ngemplus\ngems\ngemstar\ngemstone\ngemstones\ngen\ngen'l\ngen.\ngen0\ngena\ngenaro\ngenbel\ngenc\ngenclerbirligi\ngencor\ngencorp\ngendarme\ngendarmerie\ngendarmes\ngender\ngendered\ngenders\ngendo\ngene\ngene-altered\ngene-maize\ngene-modified\ngene.emery\ngenealogical\ngenealogies\ngenealogist\ngenealogists\ngenealogy\ngenelabs\ngenemedicine\ngenentech\ngeneon\ngenera\ngeneral\ngeneral-secretary\ngenerale\ngenerales\ngeneralfeldmarschall\ngenerali\ngeneralisation\ngeneralisations\ngeneralised\ngeneralisimo\ngeneralissimo\ngeneralist\ngeneralitat\ngenerality\ngeneralization\ngeneralizations\ngeneralize\ngeneralized\ngeneralizes\ngeneralizing\ngeneralleutnant\ngenerally\ngeneralmajor\ngeneraloberst\ngenerals\ngeneralship\ngenerate\ngenerated\ngenerates\ngenerating\ngeneration\ngenerational\ngenerations\ngenerative\ngenerator\ngenerators\ngeneric\ngenerically\ngenericized\ngenerics\ngeneris\ngenerosity\ngenerous\ngenerously\ngenes\ngenesco\ngenesee\ngeneseo\ngenesis\ngenesys\ngenet\ngenetic\ngenetically\ngenetically-altered\ngenetically-engineered\ngenetically-modified\ngeneticist\ngeneticists\ngenetics\ngeneva\ngeneva-based\ngeneve\ngenevieve\ngenghis\ngengold\ngenial\ngeniculate\ngenie\ngenies\ngenii\ngenis\ngenital\ngenitalia\ngenitals\ngenitive\ngenius\ngeniuses\ngenji\ngenk\ngenkai\ngenki\ngenl\ngenma\ngenn\ngenna\ngennadius\ngennady\ngennaro\ngennosuke\ngeno\ngenoa\ngenoc\ngenocidal\ngenocide\ngenocides\ngenoese\ngenome\ngenomes\ngenomic\ngenomics\ngenosha\ngenossenschaftsbank\ngenotype\ngenotypes\ngenova\ngenovese\ngenpei\ngenpharm\ngenrad\ngenre\ngenres\ngens\ngenscher\ngensec\ngenset\ngensia\ngensym\ngent\ngenta\ngente\ngentech\ngenteel\ngentes\ngentex\ngentian\ngentil\ngentile\ngentiles\ngentilly\ngenting\ngentis\ngentium\ngentle\ngentleman\ngentlemanly\ngentlemen\ngentleness\ngentler\ngently\ngentoo\ngentrification\ngentrified\ngentry\ngents\ngentyre\ngentz\ngenuine\ngenuinely\ngenuineness\ngenus\ngenzyme\ngeo\ngeo-services\ngeocentric\ngeochemical\ngeochemistry\ngeocities\ngeocodes\ngeode\ngeodesic\ngeodesics\ngeodesy\ngeodetic\ngeoff\ngeoffrey\ngeoffrion\ngeoffroy\ngeoghegan\ngeographer\ngeographers\ngeographia\ngeographic\ngeographical\ngeographically\ngeographie\ngeographies\ngeography\ngeoid\ngeologic\ngeological\ngeologically\ngeologist\ngeologists\ngeology\ngeomagnetic\ngeomancy\ngeometer\ngeometric\ngeometrical\ngeometrically\ngeometries\ngeometry\ngeomorphology\ngeon\ngeonim\ngeonosis\ngeophysical\ngeophysicist\ngeophysics\ngeophysique\ngeopolitical\ngeopolitics\ngeordi\ngeordie\ngeorg\ngeorgakis\ngeorge\ngeorges\ngeorgescu\ngeorgetown\ngeorgette\ngeorgi\ngeorgia\ngeorgia-based\ngeorgia-pacific\ngeorgian\ngeorgiana\ngeorgians\ngeorgie\ngeorgiev\ngeorgina\ngeorgine\ngeorgiopoulos\ngeorgios\ngeorgiou\ngeorgius\ngeorgy\ngeos\ngeoscience\ngeosciences\ngeospatial\ngeostationary\ngeosynchronous\ngeotechnical\ngeotek\ngeotel\ngeothermal\ngeoworks\ngep\ngephardt\ngepids\ngeppetto\nger\nger.cost\nger.cst\nger.current\nger.export\nger.gdp\nger.import\nger.indust\nger.industrial\nger.m0\nger.manu\nger.producer\nger.retail\nger.trade\nger.unemployment\nger.wholesale\ngera\ngeraci\ngeraghty\ngeraint\ngerais\ngerak\ngerakan\ngeral\ngerald\ngeraldine\ngeraldo\ngeraldton\ngeranium\ngerard\ngerardo\ngerardus\ngerasimos\ngerasimov\ngerassimos\ngerber\ngerbert\ngerbil\ngerbils\ngerd\ngerda\ngerdau\ngere\ngeremia\ngerety\ngerg\ngergiev\ngerhard\ngerhardt\ngerhardus\ngerhart\ngeri\ngeriatric\ngeriatrics\ngerlach\ngerling\ngerm\ngermain\ngermaine\ngerman\ngerman-based\ngerman-born\ngerman-built\ngerman-czech\ngerman-french\ngerman-language\ngerman-made\ngerman-owned\ngerman-polish\ngerman-speaking\ngerman-style\ngermane\ngermania\ngermaniae\ngermanic\ngermanicus\ngermanisation\ngermanium\ngermanization\ngermanized\ngermano\ngermans\ngermantown\ngermanus\ngermany\ngermany-based\ngermanys\ngerminal\ngerminate\ngerminated\ngerminating\ngermination\ngermline\ngermon\ngerms\ngernot\ngernsback\ngero\ngerome\ngeron\ngerona\ngeronimo\ngerontius\ngerontology\ngerrard\ngerrit\ngerrold\ngerry\ngerrymandering\ngers\ngersen\ngershom\ngershon\ngershwin\ngersi\ngersik\ngerson\ngersovitz\ngerstein\ngerstenfeld\ngerstner\ngert\ngertie\ngertrud\ngertrude\ngertz\ngerulaitis\ngerund\ngerusalemme\ngervais\ngervase\ngervasi\ngervasio\ngerwel\ngeryon\nges\ngesamtmetall\ngeschichte\ngeschwader\ngesell\ngesellschaft\ngeshe\ngesher\ngesner\ngesneriaceae\ngespenst\ngesser\ngesserit\ngessle\ngesso\ngest\ngesta\ngestalt\ngestapo\ngestation\ngestational\ngeste\ngestetner\ngestion\ngestural\ngesture\ngestured\ngestures\ngesturing\ngesu\ngesualdo\ngesuri\ngesury\nget\nget-rich-quick\nget-together\nget-tough\nget-well\ngeta\ngetae\ngetafe\ngetafix\ngetaway\ngetchell\ngete\ngethsemane\ngeto\ngetronics\ngets\ngetter\ngetters\ngettin\ngetting\ngetty\ngettysburg\ngetulio\ngetz\ngeum\ngeupec\ngev\ngevaert\ngevirtz\ngewandhaus\ngewehr\ngewiss\ngex\ngeyer\ngeylang\ngeyser\ngeysers\ngeza\ngf\ngfb\ngfdl\ngfesa\ngfinver\ngfk\ngfm\ngfms\ngfoa\ngfp\ngfr\ngfs\ngfsa\ngfx\ngg\nggg\nggt\ngh\nghadar\nghaffar\nghafoorzai\nghaggar\nghali\nghalib\nghamdi\nghana\nghanaian\nghanaians\nghanem\nghani\nghanima\nghanimifard\nghanmi\nghar\ngharana\ngharekhan\ngharib\nghassan\nghastly\nghat\nghatak\nghatkopar\nghats\nghazal\nghazali\nghazals\nghazan\nghazi\nghaziabad\nghaznavid\nghaznavids\nghazni\nghb\nghc\nghedina\nghee\nghei\nghenda\nghent\ngheorghe\ngheorghiu\nghetto\nghettos\nghez\nghg\nghia\nghibelline\nghibellines\nghibli\nghica\nghidorah\nghinwa\nghirlandaio\nghislain\nghneim\nghneimat\nghola\ngholamreza\nghor\nghorband\nghori\nghose\nghosh\nghoshe\nghosheh\nghost\nghostbusters\nghostface\nghosting\nghostly\nghosts\nghostwriter\nghostwriters\nghostwritten\nghoul\nghoulish\nghouls\nghous\nghq\nghraib\nghs\nghul\nghulam\nghz\ngi\ngia\ngiacinto\ngiacometti\ngiacomo\ngiai\ngiallo\ngiamatti\ngiambattista\ngiambi\ngiambologna\ngiampiero\ngian\ngiancana\ngiancarlo\ngianetti\ngianfranco\ngiang\ngiani\ngianluca\ngianluigi\ngianna\ngianni\ngiannini\ngiant\ngiant-killer\ngiantess\ngiants\ngiap\ngiardello\ngiardia\ngiat\ngib\ngibara\ngibb\ngibbard\ngibberish\ngibbes\ngibbet\ngibbon\ngibbons\ngibbs\ngibraltar\ngibraltarian\ngibraltarians\ngibran\ngibson\ngic\ngichin\ngiczy\ngiddens\ngiddings\ngiddins\ngiddy\ngide\ngidel\ngideon\ngidget\ngidi\ngidley\ngidusa\ngielgud\ngier\ngiese\ngiessen\ngieves\ngif\ngiffard\ngiffen\ngiffin\ngifford\ngifhorn\ngift\ngifted\ngifting\ngifts\ngiftware\ngifu\ngig\ngiga\ngigabit\ngigabits\ngigabyte\ngigabytes\ngigajoule\ngigan\ngigante\ngigantea\ngigantes\ngiganteus\ngigantic\ngigas\ngigawatt\ngigawatts\ngiger\ngigged\ngigging\ngiggle\ngiggles\ngiggling\ngiggs\ngigi\ngigli\ngiglio\ngignac\ngignoux\ngigolo\ngigs\ngiguere\ngiheno\ngihren\ngiic\ngijon\ngiken\ngil\ngil-robles\ngila\ngilad\ngilan\ngilani\ngilardi\ngilat\ngilbert\ngilberto\ngilberts\ngilbertson\ngilbey\ngilboa\ngilby\ngilchrist\ngild\ngilda\ngildas\ngildea\ngilded\ngilder\ngildersleeve\ngilding\ngilead\ngiles\ngilford\ngilgamesh\ngilgit\ngili\ngilissen\ngilkey\ngill\ngillan\ngillard\ngille\ngillen\ngiller\ngillerman\ngilles\ngillespie\ngillett\ngillette\ngilley\ngilliam\ngillian\ngillick\ngillies\ngillig\ngilligan\ngilliland\ngillingham\ngillis\ngillispie\ngillman\ngillmor\ngillon\ngills\ngilly\ngilman\ngilmartin\ngilmer\ngilmore\ngilmour\ngilon\ngilpin\ngilroy\ngilson\ngilt\ngilt-edged\ngilts\ngilwell\ngim\ngimbal\ngimbel\ngimbutas\ngimelstob\ngimenez\ngimli\ngimmes\ngimmick\ngimmicks\ngimnasia\ngimnasia-jujuy\ngimnasia-la\ngimp\ngimpo\ngimv\ngin\ngina\nginanjar\nginastera\nginebra\ngines\nging\nginga\nginger\ngingerbread\ngingerly\ngingiva\ngingival\ngingold\ngingrich\ngini\nginji\nginkgo\nginn\nginna\nginned\nginneries\nginners\nginnie\nginning\nginny\ngino\nginobili\nginola\nginrai\ngins\nginsberg\nginsburg\nginseng\nginta\ngintaras\ngintian\nginuwine\nginza\nginzburg\ngio\ngioacchino\ngioconda\ngioia\ngiolitti\ngiolla\ngiordano\ngiorgetto\ngiorgi\ngiorgio\ngiorgione\ngiorgos\ngiorno\ngios\ngiotto\ngiovan\ngiovane\ngiovanna\ngiovanni\ngip\ngipcl\ngipp\ngipps\ngippsland\ngipsy\ngipuzkoa\ngir\ngira\ngiraffe\ngiraffes\ngiraldo\ngiraldus\ngirard\ngirardeau\ngirardelli\ngirardi\ngirardot\ngirassol\ngiraud\ngiray\ngirder\ngirders\ngirdle\ngirdled\ngirdles\ngiresun\ngiri\ngiribaldi\ngirish\ngirl\ngirlfriend\ngirlfriends\ngirlguiding\ngirlie\ngirls\ngirly\ngiro\ngirocredit\ngirolamo\ngiron\ngirona\ngironde\ngirondins\ngirondists\ngiroro\ngiroux\ngirozentrale\ngirt\ngirth\ngirton\ngirty\ngirvan\ngis\ngisborne\ngiscard\ngisela\ngisele\ngiselle\ngisenyi\ngish\ngislason\ngisli\ngissa\ngist\ngist-brocades\ngisulf\ngit\ngita\ngitega\ngitic\ngitner\ngiudicato\ngiuffre\ngiugiaro\ngiulia\ngiuliana\ngiuliani\ngiuliano\ngiulietta\ngiulio\ngiuly\ngiunta\ngiurgiu\ngiurleo\ngiuseppe\ngiusti\ngiustiniani\ngiusto\ngive\ngive-away\ngiveaway\ngiveaways\ngiven\ngivenchy\ngivens\ngiver\ngivers\ngives\ngiving\ngiza\ngizmo\ngizzard\ngj\ngjallica\ngjelsten\ngjirokaster\ngjoevik\ngk\ngki\ngkn\ngko\ngkos\ngks\ngl\ngl0\ngla\nglaad\nglabra\nglabrous\nglace\nglacial\nglaciated\nglaciation\nglaciations\nglacier\nglaciers\nglacis\nglad\ngladden\nglade\nglades\ngladesville\ngladiator\ngladiatorial\ngladiators\ngladio\ngladis\ngladishiva\ngladius\ngladly\ngladstone\ngladwell\ngladwin\ngladys\nglafcos\nglagolitic\nglam\nglamis\nglamor\nglamorgan\nglamorganshire\nglamorous\nglamour\nglamourous\nglan\nglance\nglanced\nglances\nglancing\ngland\nglands\nglandular\nglans\nglantz\nglanville\nglare\nglareolidae\nglaring\nglarus\nglas\nglascock\nglaser\nglasgal\nglasgow\nglasgow-based\nglasnevin\nglasnost\nglass\nglass-maker\nglass-steagall\nglassboro\nglasser\nglasses\nglassfibre\nglasshouse\nglassmaker\nglassmaking\nglassman\nglasson\nglassware\nglassworks\nglassy\nglastonbury\nglaswegian\nglauber\nglauca\nglaucoma\nglaucous\nglaucus\nglaurung\nglaverbel\nglavine\nglaxo\nglaxo-wellcome\nglaxosmithkline\nglay\nglaze\nglazed\nglazer\nglazes\nglazier\nglazing\nglazunov\nglbt\nglc\ngle\ngleam\ngleaming\nglean\ngleaned\ngleaner\ngleaning\ngleann\ngleason\ngleb\nglebe\nglee\ngleefully\ngleeson\nglemp\nglen\nglenavon\nglenayre\nglenbard\nglenbogle\nglenborough\nglenbrook\nglencairn\nglencoe\nglencore\nglenda\nglendale\nglendalough\nglendening\nglendon\nglendora\ngleneagles\nglenelg\nglenfield\nglengarry\nglenmark\nglenmore\nglenn\nglennie\nglennon\nglenorchy\nglenrothes\nglens\nglenside\nglentoran\nglenview\nglenville\nglenwood\nglf\ngli\nglial\ngliatech\nglick\nglickman\nglicksberg\nglidden\nglide\nglided\nglider\ngliders\nglides\ngliding\ngliese\ngligoric\ngligorov\nglimcher\nglimmer\nglimmers\nglimpse\nglimpsed\nglimpses\nglimt\nglinda\nglinka\nglion\nglissando\nglitch\nglitches\nglitter\nglittering\nglitz\nglitzy\ngliwice\nglo\ngloating\ngloats\nglob\nglobal\nglobalink\nglobalisation\nglobalise\nglobalised\nglobalising\nglobalization\nglobalized\nglobally\nglobalstar\nglobe\nglobe-trotting\nglobemaster\nglobes\nglobetrotters\nglobex\nglobo\nglobose\nglobtel\nglobular\nglobules\nglobulin\nglobus\nglock\nglockenspiel\nglogow\nglogowski\ngloire\nglomerular\nglomerulus\nglomma\ngloom\ngloomier\ngloomy\ngloria\nglories\nglorification\nglorified\nglorifies\nglorify\nglorifying\nglorious\nglory\nglos\ngloss\nglossary\nglossed\nglosses\nglossolalia\nglossop\nglossy\ngloster\nglottal\nglottis\ngloucester\ngloucestershire\nglove\ngloved\nglover\ngloves\nglow\nglowed\nglowing\nglows\nglr\ngls\nglu\nglucagon\ngluck\nglucksburg\nglucocorticoid\nglucocorticoids\nglucokinase\ngluconeogenesis\nglucosamine\nglucose\nglucose0\nglue\nglued\nglues\nglufosinate\ngluing\nglum\ngluon\ngluons\nglut\nglutamate\nglutamic\nglutamine\nglutathione\ngluteal\ngluten\ngluteus\nglutinous\nglutted\nglutton\ngluttonous\ngluttony\ngluzman\nglx\nglycemic\nglycerin\nglycerine\nglycerol\nglycine\nglycogen\nglycol\nglycolysis\nglycoprotein\nglycoproteins\nglycoside\nglycosides\nglycosidic\nglycosylation\nglydon\nglyn\nglyndebourne\nglyndwr\nglynis\nglynn\nglynwed\nglyph\nglyphosate\nglyphs\ngm\ngm0\ngma\ngmac\ngmail\ngmb\ngmbh\ngmc\ngmcr\ngmd\ngmelin\ngmexico\ngmg\ngmina\ngml\ngmo\ngmos\ngmp\ngmr\ngms\ngmt\ngmt)----------------\ngmt)-----------------\ngmt)------------------\ngmt)---------------------\ngmt------------key\ngmt-----------key\ngmt0\ngmtv\ngmund\ngn\ngna\ngnaeus\ngnarled\ngnarls\ngnassingbe\ngnat\ngnats\ngnawing\ngnc\ngne\ngnehm\ngneisenau\ngneiss\ngneisses\ngner\ngni\ngniezno\ngnma\ngnome\ngnomes\ngnomon\ngnosis\ngnostic\ngnosticism\ngnostics\ngnp\ngnpc\ngnr\ngnral\ngnrale\ngnrh\ngnu\ngnu/linux\ngnutella\ngo\ngo-ahead\ngo-between\ngo-it-alone\ngo-slow\ngo0\ngoa\ngoa'uld\ngoad\ngoaded\ngoading\ngoal\ngoal-scoring\ngoalie\ngoalies\ngoalkeeper\ngoalkeepers\ngoalkeeping\ngoalkicker\ngoalkicking\ngoalless\ngoalmouth\ngoalpost\ngoalposts\ngoals\ngoalscorer\ngoalscorers\ngoalscoring\ngoaltender\ngoaltenders\ngoaltending\ngoan\ngoat\ngoatee\ngoats\ngoatskin\ngob\ngobain\ngobble\ngobbled\ngobbling\ngobbo\ngobe\ngobel\ngobert\ngobes\ngobi\ngobierno\ngobies\ngobind\ngobineau\ngoble\ngoblet\ngoblets\ngoblin\ngoblins\ngobots\ngoby\ngoc\ngoch\ngod\ngod-king\ngodal\ngodalming\ngodard\ngodavari\ngodber\ngodbout\ngoddamn\ngoddard\ngoddess\ngoddesses\ngode\ngodefroy\ngodel\ngoderich\ngodfather\ngodfathers\ngodflesh\ngodfrain\ngodfrey\ngodhead\ngodhood\ngodin\ngodina\ngodinho\ngodiva\ngodless\ngodley\ngodlike\ngodly\ngodman\ngodmother\ngodo\ngododdin\ngodolphin\ngodot\ngodown\ngodoy\ngodparents\ngodrej\ngodric\ngodrich\ngods\ngodsell\ngodsmack\ngodson\ngodspeed\ngodspell\ngodunov\ngodwin\ngodwinson\ngodwits\ngodzilla\ngoebbels\ngoebel\ngoeben\ngoel\ngoellner\ngoemon\ngoenitz\ngoenka\ngoepel\ngoer\ngoering\ngoers\ngoes\ngoethals\ngoethe\ngoetia\ngoetschl\ngoetz\ngoetze\ngoey\ngoff\ngoffin\ngoffman\ngoffredo\ngog\ngoga\ngogele\ngoggin\ngoggle\ngoggles\ngogh\ngoglia\ngogo\ngogol\ngoguryeo\ngoh\ngohad\ngohan\ngohar\ngoi\ngoi0\ngoiania\ngoias\ngoidelic\ngoin\ngoing\ngoings\ngoizueta\ngojjam\ngojko\ngojong\ngojoseon\ngoju\ngojulas\ngokak\ngokal\ngokhale\ngokongwei\ngoktas\ngoktepe\ngokturk\ngokturks\ngoku\ngol\ngola\ngolam\ngolan\ngolani\ngolbahar\ngolconda\ngold\ngold($\ngold-domed\ngold-plated\ngold-rich\ngold-silver\ngolda\ngoldar\ngoldbach\ngoldbeam\ngoldberg\ngoldberger\ngoldblum\ngoldbug\ngoldcorp\ngolden\ngoldenberg\ngoldenberg-hehmeyer\ngoldeneye\ngoldenrod\ngolders\ngoldfaden\ngoldfarb\ngoldfield\ngoldfields\ngoldfinch\ngoldfinger\ngoldfish\ngoldflds\ngoldfrapp\ngoldhagen\ngoldie\ngoldilocks\ngoldin\ngolding\ngoldman\ngoldmark\ngoldmember\ngoldmine\ngoldmoon\ngoldoni\ngoldrush\ngolds\ngoldsboro\ngoldsborough\ngoldschmidt\ngoldsmid\ngoldsmith\ngoldsmiths\ngoldstar\ngoldstein\ngoldstone\ngoldstream\ngoldsun\ngoldsworthy\ngoldthwait\ngoldtron\ngoldust\ngoldwater\ngoldwyn\ngolem\ngolems\ngolestan\ngoleta\ngolf\ngolfer\ngolfers\ngolfing\ngolfo\ngolgi\ngolgotha\ngoliad\ngoliath\ngolic\ngolitsyn\ngolkar\ngollancz\ngoller\ngollnisch\ngollum\ngolly\ngolmard\ngolob\ngolomb\ngolombek\ngolos\ngolota\ngolovin\ngolput\ngoltz\ngolub\ngoma\ngomarsall\ngombak\ngombos\ngomel\ngomer\ngomera\ngomersall\ngomery\ngomes\ngomex\ngomez\ngomi\ngomorrah\ngompa\ngompers\ngomphidae\ngomulka\ngon\ngonadal\ngonadotropin\ngonads\ngonal\ngoncalo\ngoncalves\ngonchar\ngoncharov\ngoncourt\ngoncz\ngond\ngondar\ngondi\ngondola\ngondolas\ngondoliers\ngondolin\ngondor\ngondry\ngondwana\ngone\ngong\ngongadze\ngongora\ngongs\ngongsun\ngonna\ngonorrhea\ngonsalves\ngontchar\ngontha\ngonville\ngonzaga\ngonzales\ngonzalez\ngonzalo\ngonzo\ngoo\ngoober\ngooch\ngood\ngood-bye\ngood-faith\ngood-humoured\ngood-looking\ngood-natured\ngood-quality\ngoodale\ngoodall\ngoodbody\ngoodbye\ngoodbyes\ngoode\ngoodell\ngooden\ngoodenough\ngoodfellas\ngoodfellow\ngoodhart\ngoodhue\ngoodie\ngoodies\ngooding\ngoodison\ngoodkind\ngoodland\ngoodlatte\ngoodly\ngoodman\ngoodness\ngoodnight\ngoodrem\ngoodrich\ngoodricke\ngoodridge\ngoods\ngoods-producing\ngoodson\ngoodspeed\ngoodtree\ngoodwill\ngoodwin\ngoodwood\ngoodwrench\ngoody\ngoodyear\ngooey\ngoof\ngoofy\ngoogie\ngoogle\ngoogler\ngoogly\ngoole\ngoomba\ngoombas\ngoon\ngoonies\ngoons\ngoose\ngooseberry\ngoosebumps\ngoosen\ngoossens\ngop\ngopac\ngopal\ngopala\ngopalakrishnan\ngopalan\ngopher\ngophers\ngopi\ngopinath\ngoppingen\ngopuram\ngor\ngora\ngorakhpur\ngorali\ngoram\ngoran\ngorani\ngorazde\ngorazdze\ngorbachev\ngorbals\ngorchakov\ngord\ngorda\ngordan\ngordana\ngorden\ngordian\ngordie\ngordimer\ngordini\ngordo\ngordon\ngordon.mackenzie@reuters.com\ngordons\ngordy\ngore\ngorecki\ngored\ngoree\ngorelick\ngoren\ngores\ngorey\ngorgan\ngorgas\ngorge\ngorgeous\ngorges\ngorgias\ngorgon\ngorgoroth\ngorham\ngori\ngorica\ngorilla\ngorillas\ngorillaz\ngorin\ngorinchem\ngoring\ngorizia\ngorka\ngorkha\ngorkhas\ngorky\ngorky0\ngorleben\ngorlitz\ngorm\ngorman\ngormanston\ngormenghast\ngormley\ngorn\ngornik\ngornji\ngorny\ngoro\ngorod\ngoron\ngorriaran\ngorriz\ngorrochategui\ngorse\ngorsedd\ngorski\ngorsky\ngorst\ngort\ngortari\ngorton\ngory\ngoryeo\ngorzow\ngos\ngosalyn\ngoschen\ngoscinny\ngosden\ngoseco\ngosei\ngosford\ngosforth\ngosh\ngoshawk\ngoshen\ngoslar\ngoslin\ngosling\ngospel\ngospels\ngospic\ngospodarczy\ngospodarczych\ngospodarki\ngosport\ngoss\ngossage\ngossamer\ngossard\ngosse\ngosselin\ngossett\ngossip\ngossiping\ngosta\ngostivar\ngostkowski\ngoswami\ngot\ngota\ngotaas-larsen\ngotaland\ngotch\ngotcha\ngoteborg\ngoteborgs\ngoten\ngoth\ngotha\ngothaer\ngotham\ngothenberg\ngothenburg\ngothia\ngothic\ngoths\ngotland\ngoto\ngotovac\ngotra\ngotras\ngott\ngottardo\ngotten\ngotterdammerung\ngottesman\ngottfredson\ngottfried\ngotthard\ngotti\ngottingen\ngottlieb\ngottlob\ngottorp\ngottschalk\ngottschalks\ngottwald\ngotz\ngou\ngouache\ngoucher\ngoud\ngouda\ngoudie\ngoudsmit\ngouf\ngouge\ngouged\ngouges\ngough\ngouging\ngouin\ngoukouni\ngoulart\ngoulburn\ngould\ngoulding\ngouldman\ngoulds\ngoulet\ngoulette\ngounder\ngounod\ngourami\ngouraud\ngourd\ngourds\ngourlay\ngourmet\ngourock\ngourvennec\ngout\ngoutard\ngouveia\ngouvernement\ngouverneur\ngouws\ngov\ngov't\ngov.\ngovan\ngove\ngovenment\ngovenor\ngovenrment\ngoverment\ngoverments\ngovern\ngovernance\ngoverned\ngovernement\ngovernemnt\ngovernemt\ngovernent\ngoverner\ngoverness\ngoverning\ngovernment\ngovernment-\ngovernment-affiliated\ngovernment-allied\ngovernment-appointed\ngovernment-approved\ngovernment-backed\ngovernment-controlled\ngovernment-funded\ngovernment-guaranteed\ngovernment-held\ngovernment-imposed\ngovernment-in-exile\ngovernment-in-waiting\ngovernment-led\ngovernment-linked\ngovernment-mandated\ngovernment-owned\ngovernment-related\ngovernment-run\ngovernment-set\ngovernment-sponsored\ngovernment-to-government\ngovernmental\ngovernmentally\ngovernments\ngovernmment\ngovernmnent\ngovernmnet\ngovernnment\ngovernor\ngovernor-general\ngovernorate\ngovernorates\ngovernors\ngovernorship\ngovernorships\ngoverns\ngovett\ngovind\ngovinda\ngovpx\ngovt\ngovt.\ngovt.budget\ngovt.fcast\ngovts\ngow\ngowan\ngowanus\ngowar\ngowda\ngowdy\ngowen\ngower\ngown\ngowns\ngowri\ngowrie\ngowrings\ngowron\ngoya\ngoyal\ngoyder\ngoydos\ngoyer\ngozhita\ngozo\ngp\ngp0\ngp0x\ngpa\ngpb\ngpc\ngpg\ngpi\ngpl\ngpm\ngpo\ngprd\ngprs\ngps\ngpt\ngpu\ngpus\ngq\ngr\ngr.\ngr0\ngra\ngraaf\ngraaff\ngraafschap\ngrab\ngrabbed\ngrabber\ngrabbing\ngraben\ngraber\ngrable\ngraboplast\ngrabowski\ngrabs\ngraca\ngracchus\ngrace\ngraced\ngraceful\ngracefully\ngraceland\ngraces\ngracey\ngrachev\ngracia\ngracias\ngracie\ngraciela\ngracile\ngracilis\ngracing\ngracious\ngraciously\ngraco\ngrad\ngradascevic\ngradation\ngradations\ngrade\ngraded\ngrader\ngraders\ngrades\ngradi\ngradient\ngradients\ngradin\ngrading\ngradius\ngrado\ngrads\ngradual\ngradually\ngraduate\ngraduated\ngraduates\ngraduating\ngraduation\ngraduations\ngradus\ngrady\ngraeca\ngraecia\ngraeco\ngraem\ngraeme\ngraetz\ngraf\ngrafe\ngraff\ngraffiti\ngrafin\ngraft\ngrafted\ngrafting\ngrafton\ngrafts\ngraham\ngrahame\ngrahams\ngrahamstown\ngraig\ngrail\ngrain\ngrain-based\ngrainbelt\ngrainco\ngraincorp\ngrained\ngrainfed\ngrainger\ngrainne\ngrains\ngrainy\ngrajewo\ngrajewski\ngralla\ngram\ngrama\ngrambling\ngrameen\ngramercy\ngramley\ngramlich\ngramm\ngrammar\ngrammarian\ngrammarians\ngrammars\ngrammatical\ngrammatically\ngrammaticus\ngramme\ngrammer\ngrammes\ngrammophon\ngrammy\ngrammys\ngramont\ngramophone\ngrampa\ngrampian\ngrampians\ngrampus\ngrams\ngramsci\ngran\ngrana\ngranada\ngranados\ngranaries\ngranary\ngranata\ngranato\ngranby\ngrancare\ngrand\ngrandad\ngrandaddy\ngrandaughter\ngrandchild\ngrandchildren\ngranddad\ngranddaughter\ngranddaughters\ngrande\ngrandees\ngrander\ngrandes\ngrandest\ngrandeur\ngrandfather\ngrandfathered\ngrandfathers\ngrandi\ngrandier\ngrandiflora\ngrandin\ngrandiose\ngrandis\ngrandison\ngrandma\ngrandmaster\ngrandmasters\ngrandmet\ngrandmother\ngrandmothers\ngrandnephew\ngrandniece\ngrandpa\ngrandparent\ngrandparents\ngrandpuits\ngrands\ngrandsire\ngrandson\ngrandsons\ngrandstand\ngrandstanding\ngrandstands\ngrandview\ngraney\ngrange\ngrangemouth\ngranger\ngranges\ngranholm\ngranic\ngranite\ngranites\ngranitic\ngranma\ngranny\ngrant\ngrant-in-aid\ngranta\ngrantchester\ngranted\ngrantee\ngrantees\ngranth\ngrantham\ngranting\ngrantley\ngrantor\ngrantors\ngrants\ngrantville\ngranular\ngranularity\ngranulated\ngranulation\ngranule\ngranules\ngranulomas\ngranulosa\ngranville\ngranz\ngrape\ngrapefruit\ngrapes\ngrapevine\ngrapevines\ngraph\ngrapheme\ngraphemes\ngraphic\ngraphical\ngraphically\ngraphics\ngraphing\ngraphite\ngraphix\ngraphs\ngrappa\ngrappasonni\ngrappelli\ngrapple\ngrappled\ngrappler\ngrapplers\ngrapples\ngrappling\ngras\ngrasberg\ngraseby\ngrasim\ngrasmere\ngrasp\ngrasped\ngrasping\ngrasps\ngrass\ngrass-court\ngrass-fed\ngrass-roots\ngrasscourt\ngrasse\ngrassed\ngrasses\ngrassfed\ngrasshopper\ngrasshoppers\ngrassi\ngrassland\ngrasslands\ngrassley\ngrassmann\ngrasso\ngrassroot\ngrassroots\ngrassy\ngrata\ngrate\ngrated\ngrateful\ngratefully\ngrates\ngratia\ngratian\ngratification\ngratified\ngratifying\ngrating\ngratings\ngratiot\ngratis\ngratitude\ngraton\ngrattan\ngratton\ngratuities\ngratuitous\ngratuity\ngratz\ngrau\ngraubunden\ngrauer\ngrauman\ngravano\ngrave\ngravedigger\ngravel\ngravelaine\ngravelly\ngravels\ngravely\ngraven\ngraveney\ngraver\ngraves\ngravesend\ngraveside\ngravesite\ngravest\ngravestone\ngravestones\ngraveyard\ngraveyards\ngravina\ngravis\ngravitate\ngravitated\ngravitating\ngravitation\ngravitational\ngravitationally\ngravitis\ngraviton\ngravity\ngravure\ngravy\ngray\ngraydon\ngrayish\ngrayling\ngrays\ngrayscale\ngrayskull\ngrayson\ngraystone\ngraystripe\ngraz\ngraze\ngrazed\ngrazer\ngrazers\ngrazia\ngraziani\ngraziano\ngrazie\ngrazier\ngrazing\ngrb\ngrbac\ngrc\ngrcs\ngrd\ngre\ngrease\ngreased\ngreaser\ngreasers\ngreasy\ngreat\ngreat-west\ngreatbatch\ngreater\ngreater-than-expected\ngreatest\ngreatly\ngreatness\ngreats\ngreaves\ngrebats\ngrebe\ngrebes\ngrech\ngrecian\ngreco\ngreece\ngreed\ngreedy\ngreehey\ngreek\ngreek-turkish\ngreeks\ngreeley\ngreely\ngreen\ngreenalls\ngreenaway\ngreenback\ngreenbacks\ngreenbank\ngreenbelt\ngreenberg\ngreenblatt\ngreenbriar\ngreenbrier\ngreenbury\ngreenbush\ngreencastle\ngreencore\ngreendale\ngreene\ngreener\ngreenery\ngreenest\ngreeneville\ngreenfield\ngreenfields\ngreenford\ngreenhalgh\ngreenham\ngreenhill\ngreenhills\ngreenhouse\ngreenhouses\ngreening\ngreenish\ngreenland\ngreenlandic\ngreenleaf\ngreenlee\ngreenleft\ngreenlight\ngreenlit\ngreenmount\ngreenock\ngreenough\ngreenpeace\ngreenpoint\ngreenport\ngreens\ngreensand\ngreensboro\ngreensborough\ngreensburg\ngreenshields\ngreenshoe\ngreenside\ngreenslade\ngreenspace\ngreenspan\ngreenspond\ngreenstein\ngreenstone\ngreenstreet\ngreentree\ngreenup\ngreenview\ngreenville\ngreenwald\ngreenway\ngreenwell\ngreenwich\ngreenwood\ngreer\ngreet\ngreeted\ngreetham\ngreeting\ngreetings\ngreets\ngreg\ngregan\ngregarious\ngregg\ngreggs\ngregoire\ngregor\ngregori\ngregorian\ngregorio\ngregorios\ngregory\ngregson\ngreif\ngreifswald\ngreig\ngreil\ngreiner\ngreiss\ngreiz\ngrell\ngremio\ngremlin\ngremlins\ngren\ngrenache\ngrenada\ngrenade\ngrenades\ngrenadier\ngrenadiers\ngrenadines\ngrendel\ngrenfell\ngrenier\ngrenland\ngrenoble\ngrenouille\ngrenville\ngresham\ngresik\ngresley\ngreste\ngreta\ngretchen\ngrete\ngretel\ngretelle\ngretna\ngretsch\ngretton\ngretzky\ngreve\ngrevenmacher\ngreville\ngrevillea\ngrew\ngrewal\ngrey\ngrey-haired\ngreycoat\ngreyer\ngreyfriars\ngreyhawk\ngreyhound\ngreyhounds\ngreying\ngreyish\ngreymon\ngreymouth\ngreys\ngreystone\ngreystones\ngreytown\ngreywacke\ngreywater\ngri\ngrianne\ngribble\ngrice\ngrid\ngridasov\ngriddle\ngridiron\ngridley\ngridlock\ngrids\ngrief\ngrief-stricken\ngrieg\ngrier\ngrierson\ngries\ngriesbach\ngriese\ngriesheim\ngrievance\ngrievances\ngrieve\ngrieved\ngrieves\ngrieving\ngrievous\ngrievously\ngrif\ngriff\ngriffen\ngriffey\ngriffin\ngriffins\ngriffith\ngriffiths\ngriffon\ngrifter\ngrifters\ngrigg\ngriggs\ngrignard\ngrigor\ngrigore\ngrigori\ngrigory\ngrigsby\ngrijalva\ngrill\ngrille\ngrilled\ngrilles\ngrilling\ngrillo\ngrills\ngrim\ngrim-faced\ngrima\ngrimaldi\ngrimandi\ngrime\ngrimes\ngrimethorpe\ngrimgor\ngrimke\ngrimlock\ngrimlord\ngrimly\ngrimm\ngrimmjow\ngrimoald\ngrimoire\ngrimsby\ngrimshaw\ngrimsley\ngrimston\ngrimsvotn\ngrimy\ngrin\ngrinaker\ngrinch\ngrind\ngrindcore\ngrindelwald\ngrinder\ngrinders\ngrindhouse\ngrinding\ngrindings\ngrindlays\ngrinds\ngrindstone\ngrindwell\ngringo\ngrinned\ngrinnell\ngrinning\ngrinspoon\ngrinstead\ngrinsven\ngrintek\ngrinten\ngriot\ngriots\ngrip\ngripe\ngripen\ngripped\ngripping\ngrips\ngriqualand\ngriquas\ngris\ngriscom\ngriselda\ngrisham\ngrisly\ngrisman\ngrisons\ngrissom\ngrist\ngristle\ngristmill\ngristmills\ngriswold\ngrit\ngrito\ngrits\ngritschuk\ngrittier\ngritty\ngrivas\ngrizzard\ngrizzled\ngrizzlies\ngrizzly\ngro\ngroan\ngroaning\ngroans\ngroat\ngroats\ngrob\ngroban\ngrobbelaar\ngrobler\ngrocer\ngroceries\ngrocers\ngrocery\ngrodas\ngrodd\ngroden\ngrodin\ngrodno\ngroen\ngroenenberg\ngroening\ngroep\ngroff\ngrog\ngrogan\ngroh\ngrohl\ngroin\ngrolier\ngrolsch\ngrom\ngromit\ngromov\ngronberg\ngronbjerg\ngrondona\ngroningen\ngronkiewicz-waltz\ngronning\ngroo\ngroom\ngroombridge\ngroomed\ngrooming\ngrooms\ngroot\ngroote\ngrootvlei\ngroove\ngrooved\ngrooves\ngroovy\ngroping\ngropius\ngros\ngros-pietro\ngrosbeak\ngroschen\ngrose\ngrosjean\ngrosmont\ngross\ngrossa\ngrossberg\ngrossdeutschland\ngrosse\ngrossed\ngrosser\ngrosses\ngrosset\ngrosseteste\ngrosseto\ngrossing\ngrossly\ngrossman\ngrossmith\ngrossmont\ngrosso\ngrosvenor\ngrosz\ngroszek\ngroszes\ngrote\ngrotesque\ngrotesquely\ngrotesques\ngroth\ngrothendieck\ngrotius\ngroton\ngrotowski\ngrotte\ngrotto\ngrottoes\ngrottos\ngroucho\ngrouchy\ngroulx\nground\nground-based\nground-breaking\ngroundbreaking\ngrounded\ngrounder\ngroundhog\ngroundhogs\ngrounding\ngroundings\ngroundless\ngroundlings\ngroundnut\ngroundnuts\ngroundout\ngrounds\ngroundskeeper\ngroundstrokes\ngroundswell\ngroundwater\ngroundwood\ngroundwork\ngroup\ngroup-wide\ngroupe\ngrouped\ngroupement\ngrouper\ngroupes\ngroupie\ngroupies\ngrouping\ngroupings\ngroups\ngroupware\ngroupwise\ngrouse\ngrout\ngrove\ngroveland\ngrover\ngroves\ngrow\ngrower\ngrowers\ngrowing\ngrowl\ngrowler\ngrowling\ngrowls\ngrown\ngrown-up\ngrowns\ngrows\ngrowtapr\ngrowtfeb\ngrowth\ngrowth-oriented\ngrowthaug\ngrowthjul\ngrowthjun\ngrowths\ngrowtjan\ngrowtmar\ngrowtmay\ngroza\ngrozny\ngrp\ngrrrl\ngrs\ngrt\ngru\ngrub\ngrubb\ngrubbs\ngruber\ngrubs\ngruden\ngrudge\ngrudges\ngrudging\ngrudgingly\ngrue\ngruel\ngrueling\ngruelling\ngruen\ngruenigen\ngruenwald\ngruesome\ngruff\ngruffudd\ngruffydd\ngruma\ngrumble\ngrumbled\ngrumbling\ngrumman\ngrumpy\ngrun\ngrunberg\ngrund\ngrundhofer\ngrundig\ngrundy\ngruner\ngrunewald\ngrunfeld\ngrunge\ngrunt\ngruntal\ngruntilda\ngrunting\ngrunts\ngrunty\ngrunwald\ngrupo\ngruppe\ngruppen\ngruppenfuhrer\ngruppo\ngruumm\ngruyere\ngruyter\ngryffindor\ngrylls\ngryphon\ngrytviken\ngrzegorz\ngrzybowska\ngs\ngs0\ngsa\ngsb\ngsbs\ngsc\ngsci\ngsd\ngse\ngsee\ngsf\ngsg\ngsi\ngsm\ngsm0\ngsn\ngsp\ngsr\ngss\ngst\ngstaad\ngstc\ngsu\ngsx\ngt\ngt0\ngta\ngtc\ngtd\ngte\ngtech\ngteed\ngti\ngtk\ngtk+\ngtl\ngtlb\ngtm\ngto\ngtp\ngtr\ngts\ngtu\ngtv\ngtx\ngu\ngu'teed\ngua\nguacamole\nguadagni\nguadalajara\nguadalcanal\nguadalquivir\nguadalupe\nguadeloupe\nguadiana\nguage\nguaimar\nguaira\nguajira\nguale\nguam\nguan\nguanabara\nguanacaste\nguanajuato\nguanches\nguandong\nguang\nguangdong\nguangnan\nguangshen\nguangxi\nguangxu\nguangzhou\nguanine\nguano\nguanosine\nguanta\nguantanamo\nguanzhong\nguar\nguarana\nguarani\nguaranted\nguarantee\nguaranteed\nguaranteeing\nguarantees\nguarantor\nguarantors\nguaranty\nguard\nguarda\nguarded\nguardedly\nguardhouse\nguardia\nguardian\nguardians\nguardianship\nguarding\nguardiola\nguardrail\nguards\nguardship\nguardsman\nguardsmen\nguarini\nguarino\nguarneri\nguastalla\nguatel\nguatemala\nguatemalan\nguatemalans\nguatmal\nguattari\nguava\nguaviare\nguaxupe\nguayama\nguayana\nguayaquil\nguayas\nguaymas\nguaynabo\ngubbio\nguber\ngubernatorial\ngubernia\nguberniya\ngucci\nguccione\ngud\ngudang\nguderian\ngudgeon\ngudlaugur\ngudme\ngudmundsson\ngudmundur\ngudrun\ngue\nguedes\ngueily\nguelders\nguelph\nguelphs\nguemes\nguen\nguenier\nguenon\nguenter\nguenther\ngueorgui\nguercino\nguercio\nguerilla\nguerillas\nguerin\nguerini\nguernica\nguernsey\nguernsey-based\nguerra\nguerre\nguerrera\nguerrero\nguerreros\nguerrilla\nguerrillas\nguerrouj\nguesclin\nguess\nguessed\nguesses\nguessing\nguesswork\nguest\nguested\nguesthouse\nguesthouses\nguesting\nguests\nguetersloh\nguevara\ngugelmin\nguggenheim\nguglielmo\ngugliotta\nguha\ngui\nguia\nguiana\nguianas\nguibert\nguichard\nguid\nguidance\nguidant\nguide\nguidebook\nguidebooks\nguided\nguideline\nguidelines\nguides\nguideway\nguidi\nguiding\nguido\nguidolin\nguidon\nguidotti\nguidry\nguignol\nguigou\nguilbert\nguild\nguildenstern\nguilder\nguilderland\nguilders\nguildford\nguildhall\nguilds\nguile\nguilford\nguilfoyle\nguilherme\nguiliani\nguilin\nguillain\nguillaume\nguillemot\nguillemots\nguillen\nguillermo\nguillory\nguillot\nguillotine\nguillotined\nguilmon\nguilt\nguilty\nguimaraes\nguimard\nguin\nguinan\nguindy\nguinea\nguinea-bissau\nguineafowl\nguinean\nguineans\nguineas\nguiness\nguinevere\nguingamp\nguinn\nguinness\nguipuzcoa\nguis\nguisborough\nguiscard\nguise\nguises\nguitar\nguitar/vocals\nguitarist\nguitarist/vocalist\nguitarists\nguitarra\nguitars\nguiteau\nguivarc'h\nguizhou\nguizot\nguj\ngujar\ngujarat\ngujarati\ngujaratis\ngujing\ngujjar\ngujjars\ngujral\ngujranwala\ngujrat\nguk\ngul\ngul'dan\ngula\ngulab\ngulag\ngulags\ngulati\ngulbahar\ngulbarga\ngulbenkian\ngulbuddin\ngulch\ngulden\nguldimann\nguldur\ngules\ngulf\ngulf-based\ngulfport\ngulfstream\ngulistan\ngull\ngullah\ngullfaks\ngullible\ngullies\ngullikson\ngullit\ngulliver\ngulls\ngully\ngulp\ngulshan\ngulu\ngulzar\ngum\ngumball\ngumbel\ngumbo\ngumby\ngumi\ngummer\ngummi\ngummy\ngump\ngums\ngumucio\ngumy\ngun\ngun-toting\nguna\ngunasekera\ngunbattle\ngunbattles\ngunboat\ngunboats\nguncannon\ngund\ngunda\ngundagai\ngundam\ngundams\ngundersen\ngunderson\ngundle\ngundy\ngunes\ngunewardena\ngunfight\ngunfighter\ngunfighters\ngunfights\ngunfire\ngung\ngungahlin\ngunge\ngunigundo\ngunma\ngunman\ngunmen\ngunn\ngunnar\ngunnarsson\ngunned\ngunnell\ngunner\ngunners\ngunnersbury\ngunnery\ngunning\ngunnison\ngunns\ngunny\ngunpoint\ngunpowder\ngunray\nguns\ngunship\ngunships\ngunshot\ngunshots\ngunslinger\ngunslingers\ngunsmith\ngunsmoke\ngunston\ngunt\nguntank\nguntar\nguntars\ngunter\nguntersville\ngunther\nguntis\ngunto\nguntram\nguntung\nguntur\ngunung\ngunz\ngunzburg\ngunze\nguo\nguo'an\nguoco\nguofang\nguoliang\nguoqiang\nguotai\nguppy\ngupta\nguptas\nguqin\ngur\ngur-arieh\ngura\ngurage\ngurdas\ngurdaspur\ngurdjieff\ngurdwara\ngurdwaras\ngurdy\ngurevich\ngurewitz\ngurgaon\nguri\nguria\ngurion\ngurkha\ngurkhas\ngurley\ngurmukhi\ngurnard\ngurnee\ngurner\ngurney\nguro\ngurps\ngurren\ngurria\ngurrieri\nguru\ngurudwara\nguruji\ngurukul\ngurung\ngurus\ngurusinha\nguruvayur\ngus\nguscott\ngusen\ngusev\ngush\ngushed\ngushing\ngusinsky\ngusmao\ngusmeroli\ngussie\ngust\ngustaf\ngustafson\ngustafsson\ngustav\ngustave\ngustavo\ngustavsberg\ngustavsson\ngustavus\nguster\ngusti\ngustincic\ngusting\ngusto\ngustrow\ngusts\ngusty\ngut\ngutenberg\ngutensohn\nguterres\ngutersloh\nguthrie\nguthrum\ngutierrez\ngutlederer\ngutman\ngutmann\ngutnick\nguts\ngutsa\ngutsy\ngutta\ngutted\nguttenberg\ngutter\ngutters\ngutting\nguttman\nguttsman\nguttural\ngutu\nguus\nguwahati\nguwar\nguy\nguy-alain\nguyana\nguyanese\nguyanor\nguyau\nguybrush\nguyed\nguylos\nguymon\nguynn\nguyon\nguyot\nguys\nguysborough\nguyton\nguyuk\nguyver\nguzman\nguzzi\ngv\ngvsu\ngvt\ngw\ngwa\ngwadar\ngwalia\ngwalior\ngwangju\ngwar\ngweedore\ngwen\ngwendolen\ngwendoline\ngwendolyn\ngwent\ngwf\ngwh\ngwillimbury\ngwilym\ngwin\ngwinnett\ngwr\ngwydion\ngwydir\ngwyn\ngwynedd\ngwyneth\ngwynn\ngwynne\ngx\ngx0\ngy\ngyan\ngyanendra\ngyaos\ngyatso\ngyaw\ngyda\ngyeon\ngyeongbu\ngyeonggi\ngyeongju\ngyeongsang\ngygax\ngyi\ngylfaginning\ngyll\ngyllene\ngyllenhaal\ngym\ngymboree\ngymea\ngymkhana\ngymnasia\ngymnasium\ngymnasiums\ngymnast\ngymnastic\ngymnastics\ngymnasts\ngymnosperms\ngymnures\ngympie\ngyms\ngynaecology\ngynecare\ngynecological\ngynecologist\ngynecology\ngynecomastia\ngynt\ngyogyszergyar\ngyohten\ngyor\ngyorgy\ngyori\ngyorui\ngyoubu\ngypsies\ngypsum\ngypsy\ngyr\ngyrate\ngyrated\ngyrating\ngyrations\ngyrich\ngyro\ngyrodines\ngyros\ngyroscope\ngyroscopes\ngyroscopic\ngyrus\ngysin\ngyula\ngyulai\ngz\ngza\ngzi\ngzip\nh\nh&h\nh&m\nh&q\nh&r\nh*\nh-p\nh-share\nh-shares\nh.\nh.a.\nh.b.\nh.c.\nh.d.\nh.e.\nh.f.\nh.g.\nh.grade\nh.h.\nh.i.s.\nh.i.v.e.\nh.j.\nh.k.\nh.l.\nh.m.\nh.m.s.\nh.o.\nh.p.\nh.r.\nh.s.\nh.t.\nh.w.\nh/aca\nh0\nh0'0\nh0)-\nh0b\nh0n0\nh0o\nh0s\nh=cbot\nh=house\nh=kcbt\nh=march\nha\nha'al\nha'tak\nha-lo\nha0\nhaa\nhaag\nhaagen\nhaagen-dazs\nhaakon\nhaaland\nhaan\nhaar\nhaaren\nhaaretz\nhaarhuis\nhaarlem\nhaas\nhaasan\nhaase\nhaast\nhab\nhabad\nhabakkuk\nhabana\nhabanos\nhabash\nhabeas\nhaber\nhaberdashers\nhaberer\nhabermas\nhabib\nhabibi\nhabibie\nhabibullah\nhabijabi\nhabilis\nhabilitation\nhabit\nhabitability\nhabitable\nhabitants\nhabitat\nhabitation\nhabitations\nhabitats\nhabito\nhabits\nhabitual\nhabitually\nhabitus\nhabonim\nhabra\nhabre\nhabs\nhabsburg\nhabsburgs\nhabsudova\nhabur\nhabyarimana\nhac\nhacche\nhach\nhachani\nhachette\nhacienda\nhaciendas\nhack\nhacked\nhackensack\nhacker\nhackers\nhackett\nhackettstown\nhacking\nhackle\nhackles\nhackman\nhackney\nhacks\nhacksaw\nhackworth\nhactl\nhad\nhad0\nhada\nhadad\nhadamard\nhadar\nhadassah\nhadco\nhadda\nhaddad\nhaddadin\nhaddam\nhadden\nhaddington\nhaddo\nhaddock\nhaddon\nhaddonfield\nhaden\nhadep\nhadera\nhades\nhadfield\nhadi\nhadid\nhadith\nhaditha\nhadiths\nhadj\nhadji\nhadlee\nhadleigh\nhadley\nhador\nhadramaut\nhadrian\nhadron\nhadrons\nhadrosaurid\nhadzhieva\nhadzic\nhae\nhaeckel\nhaeco\nhaeggman\nhaemoglobin\nhaemonetics\nhaemophilia\nhaemophiliacs\nhaemophilus\nhaemorrhage\nhaemorrhagic\nhaemorrhaging\nhaeni\nhaensch\nhaessler\nhaeupl\nhaeusl\nhaeusler\nhafey\nhafez\nhaffa\nhaffner\nhafidh\nhafiz\nhafner\nhafnia\nhafnium\nhafslund\nhaft\nhaftarah\nhag\nhaga\nhagai\nhagan\nhaganah\nhagane\nhagar\nhagbard\nhagberg\nhage\nhagedorn\nhagee\nhagel\nhagelin\nhagemann\nhagemeyer\nhagen\nhagenlocker\nhagenuk\nhager\nhagerman\nhagerstown\nhagerty\nhaggadah\nhaggadic\nhaggar\nhaggard\nhaggerty\nhaggie\nhaggis\nhaggle\nhaggled\nhaggling\nhagi\nhagia\nhagin\nhagiography\nhagland\nhagler\nhagley\nhagman\nhagner\nhagorn\nhagrid\nhags\nhagstromer\nhague\nhague-based\nhagushi\nhah\nhahn\nhahnemann\nhai\nhai0\nhaida\nhaidar\nhaider\nhaier\nhaifa\nhaig\nhaigh\nhaight\nhaikou\nhaiku\nhail\nhaile\nhailed\nhailes\nhailey\nhaileybury\nhailing\nhails\nhailsham\nhailstorms\nhaim\nhain\nhainan\nhainanese\nhainault\nhainaut\nhaines\nhainiu\nhaiphong\nhair\nhaircare\nhaircut\nhaircuts\nhairdo\nhairdresser\nhairdressers\nhairdressing\nhaired\nhairless\nhairline\nhairpin\nhairs\nhairspray\nhairston\nhairstreak\nhairstyle\nhairstyles\nhairy\nhaitai\nhaitham\nhaiti\nhaitian\nhaitians\nhaitien\nhaiveta\nhaixin\nhaj\nhaja\nhajar\nhajdari\nhajdu\nhajduk\nhajdutej\nhaji\nhajibeyov\nhajime\nhajj\nhajjaj\nhajji\nhajric\nhak\nhaka\nhakala\nhakam\nhakama\nhakan\nhakata\nhake\nhakeem\nhaken\nhakes\nhakham\nhaki\nhakim\nhakka\nhakkari\nhakker\nhakki\nhakkinen\nhakko\nhakluyt\nhakoah\nhakodate\nhakon\nhakone\nhaku\nhakuba\nhakufu\nhakusho\nhakuto\nhal\nhala\nhalabja\nhalacha\nhalachic\nhaladas\nhalakha\nhalakhic\nhalakic\nhalal\nhalas\nhalasz\nhalat\nhalberd\nhalberstadt\nhalberstam\nhalbish\nhalcyon\nhaldane\nhaldea\nhaldeman\nhalden\nhalder\nhaldia\nhaldimand\nhale\nhale-bopp\nhaleakala\nhalen\nhales\nhalesowen\nhalevi\nhalevy\nhalewood\nhaley\nhalf\nhalf-a-million\nhalf-an-hour\nhalf-brother\nhalf-cent\nhalf-centuries\nhalf-century\nhalf-day\nhalf-dozen\nhalf-empty\nhalf-hearted\nhalf-hour\nhalf-mast\nhalf-million\nhalf-month\nhalf-owned\nhalf-percent\nhalf-point\nhalf-submerged\nhalf-time\nhalf-way\nhalf-year\nhalf-yearly\nhalf-yr\nhalfa\nhalfaya\nhalfback\nhalfbred\nhalfdan\nhalflife\nhalfling\nhalflings\nhalford\nhalfpenny\nhalfpipe\nhalftime\nhalftone\nhalfway\nhalga\nhali\nhaliburton\nhalibut\nhalicarnassus\nhalide\nhalides\nhalidon\nhalifax\nhalim\nhalit\nhalkbank\nhall\nhalla\nhalladay\nhallam\nhallamshire\nhalland\nhallberg\nhalldor\nhalle\nhalleck\nhallelujah\nhallenstein\nhaller\nhallergard\nhalles\nhallet\nhallett\nhalley\nhalliburton\nhalliday\nhallie\nhalligan\nhalling\nhalliwell\nhallman\nhallmark\nhallmarks\nhallo\nhallock\nhalloran\nhallowe'en\nhallowed\nhalloween\nhalloweentown\nhallowell\nhallows\nhalls\nhallstatt\nhallstrom\nhallucinate\nhallucinating\nhallucination\nhallucinations\nhallucinatory\nhallucinogen\nhallucinogenic\nhallucinogens\nhallway\nhallways\nhallwood\nhallwright\nhallyday\nhalmahera\nhalmstad\nhalo\nhalogen\nhalogenated\nhalogens\nhalonen\nhaloperidol\nhalos\nhalperin\nhalpern\nhalpert\nhalphen\nhalpin\nhals\nhalsell\nhalsey\nhalsingland\nhalstead\nhalsted\nhalt\nhalted\nhalter\nhalting\nhalton\nhalts\nhaluan\nhalutz\nhalve\nhalved\nhalverson\nhalves\nhalving\nhalvorsen\nhaly\nhalyard\nhalych\nhalyk\nham\nhama\nhamaca\nhamad\nhamada\nhamadan\nhamai\nhamalainen\nhamama\nhamamatsu\nhaman\nhamanaka\nhamann\nhamar\nhamas\nhamasaki\nhamble\nhambledon\nhambleton\nhamblin\nhambrecht\nhambro\nhambros\nhamburg\nhamburg-based\nhamburg-berlin\nhamburg-mannheimer\nhamburger\nhamburgers\nhamburgische\nhamdan\nhamdard\nhamden\nhamdi\nhamdoon\nhamdoun\nhame\nhamed\nhamedan\nhameed\nhameenlinna\nhamel\nhamelin\nhamengkubuwono\nhamer\nhamersley\nhamgyong\nhamid\nhamidullah\nhamilcar\nhamill\nhamilton\nhamiltonian\nhamiltons\nhamina\nhamirpur\nhamish\nhamitic\nhamlet\nhamlets\nhamleys\nhamlin\nhamline\nhamlyn\nhamm\nhammadi\nhammam\nhammarberg\nhammarby\nhammarskjold\nhammer\nhammered\nhammerfall\nhammerfest\nhammerhead\nhammerheads\nhammering\nhammers\nhammerschmidt\nhammersmith\nhammerson\nhammerstein\nhammett\nhammill\nhamming\nhammock\nhammocks\nhammon\nhammond\nhammonds\nhammurabi\nhammy\nhamner\nhamon\nhamoud\nhampden\nhampel\nhamper\nhampered\nhampering\nhampers\nhampi\nhampshire\nhampson\nhampstead\nhampton\nhamptons\nhamra\nhams\nhamster\nhamsterdam\nhamsters\nhamstring\nhamstrung\nhamsun\nhamtaro\nhamtramck\nhamza\nhamzah\nhamzik\nhan\nhan-chung\nhana\nhanafi\nhanan\nhanania\nhananiah\nhanart\nhanau\nhanauer\nhanawa\nhanbo\nhanbonn\nhanbury\nhanchongryon\nhancock\nhand\nhand-held\nhand-in-hand\nhand-outs\nhand-over\nhand-picked\nhand-to-hand\nhand-to-mouth\nhand-written\nhanda\nhandan\nhandbag\nhandbags\nhandball\nhandbell\nhandberg\nhandbook\nhandbooks\nhandbrake\nhandbuch\nhandcock\nhandcrafted\nhandcrafts\nhandcuff\nhandcuffed\nhandcuffs\nhanded\nhandedly\nhandedness\nhandel\nhandels\nhandelsbank\nhandelsbanken\nhandelsblad\nhandelsblatt\nhander\nhanders\nhandful\nhandfuls\nhandguard\nhandgun\nhandguns\nhandheld\nhandhelds\nhandicap\nhandicapped\nhandicapping\nhandicaps\nhandicraft\nhandicrafts\nhandies\nhandily\nhanding\nhandiwork\nhandkerchief\nhandkerchiefs\nhandle\nhandlebar\nhandlebars\nhandled\nhandleman\nhandler\nhandlers\nhandles\nhandley\nhandling\nhandloom\nhandlowy\nhandmade\nhandmaid\nhandmaiden\nhandmaidens\nhandoff\nhandout\nhandouts\nhandover\nhandphone\nhandpicked\nhandrail\nhandrails\nhands\nhands-off\nhands-on\nhandset\nhandsets\nhandshake\nhandshakes\nhandsome\nhandsomely\nhandspring\nhandstand\nhandsworth\nhandwriting\nhandwritten\nhandy\nhandy-size\nhandy-sized\nhandy-sizes\nhandyman\nhandymax\nhandyphone\nhandyside\nhandziski\nhaneda\nhaneef\nhanegbi\nhanekom\nhanes\nhaney\nhanford\nhang\nhanga\nhangar\nhangars\nhanged\nhanger\nhangers\nhangin\nhanging\nhangings\nhangman\nhangout\nhangover\nhangovers\nhangs\nhangul\nhangzhou\nhanh\nhani\nhania\nhaniel\nhanif\nhanifa\nhanifen\nhanil\nhanina\nhanish\nhanja\nhanjaya\nhanjin\nhanjung\nhank\nhanke\nhankey\nhanko\nhankook\nhankou\nhankow\nhanks\nhanky\nhankyu\nhanley\nhanlon\nhanmer\nhann\nhanna\nhannaford\nhannah\nhannan\nhannay\nhanne\nhanneman\nhannes\nhannett\nhannibal\nhannifin\nhannigan\nhannity\nhanno\nhannon\nhannover\nhanns\nhannu\nhannuri-salomon\nhanny\nhanoch\nhanoi\nhanoi-backed\nhanon\nhanover\nhanoverian\nhanrahan\nhanratty\nhans\nhans-dietrich\nhans-juergen\nhans-olaf\nhans-peter\nhansa\nhansabank\nhansabank-latvija\nhansapank\nhansard\nhansberry\nhansch\nhanscom\nhanse\nhanseatic\nhansel\nhansen\nhansenne\nhansford\nhanshin\nhansi\nhansie\nhansol\nhansom\nhanson\nhanspeter\nhanssen\nhansson\nhants\nhantuchova\nhanukkah\nhanuman\nhanwa\nhanwell\nhanwha\nhanworth\nhanyang\nhanyu\nhanzo\nhao\nhaoma\nhaotian\nhap\nhapag\nhapag-lloyd\nhapes\nhapgood\nhaphazard\nhaphazardly\nhapkido\nhapless\nhaplo\nhaplochromis\nhaplogroup\nhaplogroups\nhaploid\nhaplotype\nhaplotypes\nhapoalim\nhapoel\nhappart\nhappen\nhappened\nhappening\nhappenings\nhappens\nhappenstance\nhappier\nhappiest\nhappily\nhappiness\nhapposai\nhappy\nhapsburg\nhaptic\nhapu\nhaq\nhaqiqi\nhaqq\nhaqqani\nhaque\nhar\nhara\nharad\nharada\nharadrim\nharajuku\nharald\nharaldsson\nharam\nharappa\nharappan\nharar\nharare\nharari\nharas\nharass\nharassed\nharassing\nharassment\nharavghi\nharazi\nharb\nharbaugh\nharbert\nharbhajan\nharbi\nharbin\nharbinger\nharbingers\nharbison\nharbor\nharbord\nharbored\nharboring\nharborne\nharborough\nharbors\nharbour\nharboured\nharbourfront\nharbouring\nharbours\nharbourside\nharburg\nharchaoui\nharchester\nharcourt\nhard\nhard-core\nhard-currency\nhard-earned\nhard-fought\nhard-headed\nhard-hit\nhard-hitting\nhard-left\nhard-line\nhard-liners\nhard-nosed\nhard-pressed\nhard-right\nhard-up\nhard-won\nhard-working\nharda\nhardanger\nhardaway\nhardback\nhardball\nhardboiled\nhardcastle\nhardcore\nhardcourt\nhardcourts\nhardcover\nhardee\nhardeman\nharden\nhardenberg\nhardened\nhardening\nhardens\nharder\nhardest\nhardest-hit\nhardesty\nhardianti\nhardie\nhardin\nhardiness\nharding\nhardinge\nhardisty\nhardiyanti\nhardleft\nhardline\nhardliner\nhardliners\nhardly\nhardman\nhardness\nhardouin\nhardpoints\nhardrock\nhardship\nhardships\nhardstands\nhardt\nhardtop\nhardtops\nhardware\nhardwick\nhardwicke\nhardwired\nhardwood\nhardwoods\nhardworking\nhardy\nhardys\nhare\nharedi\nharel\nharelbeke\nharem\nharen\nhares\nharet\nharewood\nharf\nharford\nhargeisa\nhargitay\nhargrave\nhargreaves\nhargrove\nhari\nharian\nharidwar\nharihara\nharima\nhariman\nharing\nharingey\nharington\nharipur\nhariri\nharis\nharish\nharith\nharjojudanto\nharju\nhark\nharkat\nharkat-ul-ansar\nharken\nharkens\nharker\nharkers\nharkes\nharkin\nharking\nharkins\nharkness\nharkonnen\nharlan\nharland\nharlech\nharlem\nharlequin\nharlequins\nharlesden\nharley\nharley-davidson\nharleysville\nharlin\nharling\nharlingen\nharlington\nharlock\nharlot\nharlow\nharm\nharmala\nharman\nharmar\nharmattan\nharmed\nharmen\nharmer\nharmful\nharming\nharmison\nharmless\nharmlessly\nharmoko\nharmon\nharmonia\nharmonic\nharmonica\nharmonically\nharmonicas\nharmonics\nharmonies\nharmonious\nharmoniously\nharmonisation\nharmonise\nharmonised\nharmonising\nharmonium\nharmonix\nharmonization\nharmonize\nharmonized\nharmonizing\nharmony\nharms\nharmsworth\nharnack\nharnell\nharness\nharnessed\nharnesses\nharnessing\nharnett\nharney\nharnisch\nharnischfeger\nharnosand\nharo\nharold\nharoon\nharoun\nharp\nharpe\nharpenden\nharper\nharpercollins\nharpers\nharpies\nharpist\nharpo\nharpoon\nharpoons\nharps\nharpsichord\nharpsichordist\nharpsichords\nharpur\nharpy\nharrach\nharradine\nharrah\nharran\nharrassed\nharrassment\nharrell\nharrelson\nharrer\nharri\nharried\nharrier\nharriers\nharries\nharriet\nharriett\nharriette\nharrigan\nharriman\nharringay\nharrington\nharriot\nharriott\nharris\nharrisburg\nharrison\nharrisonburg\nharrisons\nharrisville\nharrod\nharrods\nharrodsburg\nharrogate\nharrold\nharron\nharrow\nharrowing\nharry\nharryhausen\nharrying\nharryville\nharsco\nharsh\nharsha\nharshad\nharshbarger\nharshegyi\nharsher\nharshest\nharshly\nharshness\nharstad\nhart\nhart-scott-rodino\nhartarto\nharte\nharte-hanks\nhartebeestfontein\nharter\nhartford\nhartigan\nhartington\nhartland\nhartle\nhartlepool\nhartley\nhartman\nhartmann\nhartmarx\nhartmut\nhartnell\nhartnett\nhartog\nhartono\nhartree\nharts\nhartsdale\nhartsfield\nhartshorne\nhartson\nhartsville\nhartt\nhartwall\nhartwell\nhartwick\nhartwig\nhartwill\nharty\nhartz\nhartzell\nhartzler\nharu\nharuhi\nharuka\nharuki\nharuko\nharum\nharumi\nharun\nharuna\nharuo\nharushige\nharvard\nharvard.holding\nharvest\nharvested\nharvester\nharvesters\nharvesting\nharvestman\nharvestmen\nharvestons\nharvests\nharvey\nharveys\nharvick\nharvie\nharvinder\nharwell\nharwich\nharwill\nharwood\nharyana\nharyanto\nharz\nhas\nhasan\nhasanov\nhasbro\nhasbrouck\nhasdai\nhasdrubal\nhase\nhasegawa\nhasek\nhaselock\nhaseo\nhasert\nhash\nhashan\nhashana\nhashanah\nhashed\nhashem\nhashemi\nhashemite\nhashes\nhashim\nhashimoto\nhashing\nhashish\nhashmi\nhashomer\nhasidic\nhasidim\nhasidism\nhasina\nhaskalah\nhaskel\nhaskell\nhaskins\nhaslam\nhaslemere\nhasler\nhaslingden\nhasluck\nhasmonean\nhass\nhassall\nhassan\nhassanal\nhasse\nhassel\nhasselbeck\nhasselblad\nhasselhoff\nhasselkus\nhassell\nhasselt\nhassett\nhassi\nhassidic\nhassle\nhassler\nhassles\nhasso\nhasson\nhast\nhasta\nhaste\nhasten\nhastened\nhastening\nhastert\nhastily\nhastily-arranged\nhastinapur\nhastinapura\nhastings\nhastur\nhasty\nhaswell\nhat\nhat-trick\nhata\nhatamoto\nhatay\nhatch\nhatchback\nhatchbacks\nhatched\nhatcher\nhatcheries\nhatchery\nhatches\nhatchet\nhatching\nhatchling\nhatchlings\nhate\nhatebreed\nhated\nhateful\nhateley\nhatem\nhater\nhaters\nhates\nhatfield\nhath\nhatha\nhathaway\nhathor\nhatillo\nhatina\nhating\nhatip\nhatips\nhatley\nhato\nhatorah\nhatori\nhatoyama\nhatpipliya\nhatred\nhatreds\nhats\nhatshepsut\nhatt\nhatta\nhatted\nhatter\nhatteras\nhatters\nhattersley\nhatti\nhattie\nhattiesburg\nhattin\nhatto\nhatton\nhattori\nhattrick\nhattusa\nhattusili\nhatzair\nhau\nhauck\nhauer\nhaug\nhauge\nhaugen\nhaugens\nhaugesund\nhaughey\nhaughton\nhaughty\nhaugsrud\nhauk\nhaul\nhaulage\nhauled\nhauler\nhauliers\nhauling\nhauls\nhaultain\nhaun\nhaunt\nhaunted\nhaunter\nhaunting\nhauntings\nhaunts\nhauppauge\nhaupt\nhauptbahnhof\nhauptmann\nhauptschule\nhauptsturmfuhrer\nhauraki\nhaus\nhausa\nhausdorff\nhause\nhausen\nhauser\nhausfeld\nhaushofer\nhausmann\nhausner\nhauspie\nhausse\nhaussmann\nhaut\nhaute\nhautes\nhauteville\nhauts\nhav\nhava\nhavana\nhavant\nhavard\nhavas\nhavasu\nhave\nhave-nots\nhavel\nhavelange\nhaveli\nhavelis\nhavelock\nhavemeyer\nhaven\nhavenite\nhavens\nhaver\nhaverford\nhaverfordwest\nhaverhill\nhavering\nhavers\nhaverstraw\nhaverty\nhaves\nhaviland\nhavilland\nhaving\nhavisham\nhavlicek\nhavnen\nhavoc\nhavok\nhavre\nhaw\nhawa\nhawai\nhawai'i\nhawaii\nhawaiian\nhawaiians\nhawarden\nhawes\nhawi\nhawick\nhawiye\nhawk\nhawke\nhawken\nhawker\nhawkers\nhawkes\nhawkesbury\nhawkeye\nhawkeyes\nhawkfrost\nhawkgirl\nhawking\nhawkins\nhawkish\nhawkman\nhawkmoon\nhawks\nhawksbill\nhawkshaw\nhawksmoor\nhawkwind\nhawkwood\nhawley\nhawn\nhaworth\nhawthorn\nhawthorne\nhawthorns\nhawtrey\nhax\nhaxhi\nhay\nhaya\nhayabusa\nhayakawa\nhayao\nhayashi\nhayat\nhayate\nhayato\nhayatou\nhaydar\nhaydarpasa\nhayden\nhaydn\nhaydock\nhaydon\nhaye\nhayek\nhayes\nhayfield\nhayford\nhaying\nhayle\nhayley\nhayleys\nhayling\nhaylor\nhayman\nhaymanot\nhaymarket\nhaymes\nhayne\nhaynes\nhaynie\nhayride\nhays\nhaystack\nhaystacks\nhayter\nhaytham\nhayton\nhayward\nhaywards\nhaywire\nhaywood\nhayworth\nhayyim\nhaza\nhazara\nhazaras\nhazard\nhazardous\nhazards\nhazaribagh\nhaze\nhazel\nhazell\nhazelnut\nhazelnuts\nhazeltine\nhazelton\nhazelwood\nhazen\nhazing\nhazira\nhazlehurst\nhazleton\nhazlewood\nhazlitt\nhazmat\nhazmi\nhazrat\nhazuki\nhazy\nhazzard\nhb\nhbc\nhbf\nhbg\nhbi\nhbo\nhbor\nhbos\nhbv\nhc\nhc&c\nhc0\nhca\nhcc\nhcg\nhci\nhcia\nhcl\nhco\nhcp\nhcv\nhd\nhd*\nhd0\nhda\nhdb\nhdcp\nhdd\nhde\nhdfc\nhdi\nhdl\nhdmi\nhdnet\nhdpe\nhdr\nhds\nhdsl\nhdtv\nhdv\nhdz\nhe\nhe-ro\nhe/she\nhe0\nhead\nhead-and-shoulders\nhead-butting\nhead-on\nhead-to-head\nheadache\nheadaches\nheadband\nheadbands\nheadbanger\nheadbangers\nheadbutt\nheadcount\nheadcrab\nheadcrabs\nheaddress\nheaddresses\nheaded\nheader\nheaders\nheadfirst\nheadgear\nheadhunter\nheadhunters\nheadhunting\nheading\nheadingley\nheadings\nheadington\nheadlam\nheadlamp\nheadlamps\nheadland\nheadlands\nheadless\nheadley\nheadlight\nheadlights\nheadline\nheadline-grabbing\nheadlined\nheadliner\nheadliners\nheadlines\nheadlines-july\nheadlining\nheadlong\nheadman\nheadmaster\nheadmasters\nheadmen\nheadmistress\nheadmistresses\nheadphone\nheadphones\nheadquarted\nheadquarter\nheadquartered\nheadquarters\nheadrests\nheadroom\nheads\nheadscarf\nheadscarves\nheadset\nheadsets\nheadship\nheadstart\nheadstock\nheadstone\nheadstones\nheadstrong\nheadteacher\nheadwater\nheadwaters\nheadway\nheadways\nheadwear\nheadwinds\nheady\nheal\nheald\nhealed\nhealer\nhealers\nhealesville\nhealey\nhealing\nhealings\nheals\nhealth\nhealth-care\nhealth-related\nhealthcare\nhealthcor\nhealthcorp\nhealthdyne\nhealthful\nhealthier\nhealthiest\nhealthplan\nhealthrite\nhealthscope\nhealthsource\nhealthsouth\nhealthy\nhealy\nhean\nheaney\nheap\nheap-leaching\nheaped\nheaping\nheaps\nhear\nheard\nhearer\nhearers\nhearing\nhearings\nhearn\nhearne\nhearns\nhears\nhearsay\nhearse\nhearst\nheart\nheartache\nheartbeat\nheartbeats\nheartbreak\nheartbreaker\nheartbreakers\nheartbreaking\nheartbroken\nheartburn\nhearted\nheartedly\nheartened\nheartening\nheartfelt\nhearth\nhearths\nheartily\nheartland\nheartlands\nheartless\nheartport\nhearts\nheartstream\nheartthrob\nheartwood\nhearty\nhearx\nheat\nheat-seeking\nheat-trapping\nheat-treated\nheated\nheater\nheaters\nheath\nheathcliff\nheathcote\nheathen\nheathens\nheather\nheatherton\nheathfield\nheathland\nheathrow\nheaths\nheating\nheatley\nheaton\nheats\nheatseekers\nheatsink\nheatwave\nheave\nheaved\nheaven\nheavenly\nheavens\nheavier\nheavier-weight\nheavies\nheaviest\nheavily\nheavily-armed\nheavily-fortified\nheavily-guarded\nheavily-indebted\nheavily-traded\nheavily-weighted\nheaviness\nheaving\nheaviside\nheavy\nheavy-duty\nheavy-handed\nheavy-load\nheavy-weight\nheavylift\nheavyweight\nheavyweights\nheb\nhebb\nhebden\nhebdo\nhebe\nhebei\nheber\nhebert\nhebner\nhebrew\nhebrews\nhebridean\nhebrides\nhebron\nhebronites\nhebrosbank\nhec\nhecate\nhechinger\nhecht\nheck\nhecke\nhecker\nheckle\nheckled\nheckler\nhecklers\nheckling\nheckscher\nhecla\nhectare\nhectares\nhectic\nhectoliters\nhectolitres\nhector\nhecuba\nhed\nhedberg\nhedblom\nhedda\nheder\nhedge\nhedged\nhedgehog\nhedgehogs\nhedgerow\nhedgerows\nhedgers\nhedges\nhedging\nhedin\nhedland\nhedley\nhedlund\nhedman\nhedmark\nhednesford\nhedonism\nhedonistic\nhedrick\nhedstrom\nhedvat\nhedwig\nhedy\nhee\nhee-yup\nheeb\nheed\nheeded\nheeding\nheel\nheeled\nheelers\nheeley\nheels\nheenan\nheep\nheer\nheerden\nheerenveen\nheerlen\nheero\nhees\nhefa\nhefei\nhefetz\nheffer\nheffernan\nheffron\nheflin\nhefner\nheftier\nhefty\nhegarty\nhegde\nhegel\nhegelian\nhegelians\nhegemon\nhegemonic\nhegemony\nheglig\nhegumen\nhehmeyer\nhehn\nhei\nheian\nheiberg\nheico\nheide\nheidegger\nheidelberg\nheidelberger\nheidemij\nheiden\nheidenheim\nheidenreich\nheider\nheidfeld\nheidi\nheidnik\nheidrun\nheifer\nheiferettes\nheifers\nheifetz\nheight\nheighten\nheightened\nheightening\nheightens\nheights\nheihachi\nheiji\nheijmans\nheijn\nheike\nheikensten\nheikki\nheiko\nheil\nheilbronn\nheilig-meyers\nheiligbrodt\nheilman\nheilmann\nheilongjiang\nheim\nheimann\nheimdall\nheimlich\nheimo\nheimskringla\nhein\nhein-werner\nheine\nheineken\nheineman\nheinemann\nheinen\nheiner\nheinie\nheinkel\nheinlein\nheino\nheinonen\nheinous\nheinrich\nheinrici\nheinz\nheinz-harald\nheinze\nheir\nheir-apparent\nheir-to-the-throne\nheireann\nheirens\nheiress\nheiresses\nheirless\nheirloom\nheirlooms\nheirs\nheisei\nheisenberg\nheisler\nheisman\nheist\nheitor\nheiwa\nhejab\nhejailan\nhejaz\nhejduk\nheke\nhekmatyar\nhel\nhela\nhelaba\nhelasto\nheld\nhelden\nhelder\nhele\nhelen\nhelena\nhelene\nhelens\nhelensburgh\nhelfer\nhelfgott\nhelft\nhelga\nhelge\nhelgeland\nhelgi\nhelgoland\nheli\nheliade\nhelibor\nhelic\nhelical\nhelicarrier\nhelicase\nhelices\nhelicobacter\nhelicon\nhelicopter\nhelicopters\nhelier\nheligoland\nhelin\nhelio\nheliocentric\nheliodorus\nheliopolis\nhelios\nhelipad\nheliport\nhelissio\nhelium\nhelium0\nhelix\nhell\nhella\nhellaby\nhellas\nhellblazer\nhellboy\nhellcat\nhellcats\nhelle\nhellebore\nhellenes\nhellenic\nhellenism\nhellenistic\nhellenized\nhellens\nheller\nhellers\nhelles\nhellespont\nhellfire\nhellgate\nhellhammer\nhellhound\nhellion\nhellions\nhellish\nhellman\nhellmann\nhellmouth\nhellmuth\nhello\nhelloween\nhellraiser\nhells\nhellsing\nhellspawn\nhellstrom\nhellyer\nhelm\nhelmand\nhelmed\nhelmer\nhelmerich\nhelmet\nhelmeted\nhelmets\nhelmholtz\nhelmig\nhelming\nhelmond\nhelms\nhelms-burton\nhelmsley\nhelmsman\nhelmstedt\nhelmut\nhelmuth\nhelo\nheloise\nhelots\nhelp\nhelp-wanted\nhelped\nhelper\nhelpers\nhelpful\nhelping\nhelpless\nhelplessly\nhelplessness\nhelpline\nhelpmann\nhelps\nhelsing\nhelsingborg\nhelsingborgs\nhelsingin\nhelsinki\nhelston\nhelter\nhelton\nhelveg\nhelvellyn\nhelvetia\nhelvetic\nhelvetica\nhelvetii\nhelwan\nhely\nhem\nhem-fir\nhema\nhemagen\nhemant\nhemasure\nhematite\nhematology\nhematoma\nhematopoietic\nheme\nhemel\nhemet\nhemi\nhemings\nhemingway\nheminway\nhemiptera\nhemisphere\nhemispheres\nhemispheric\nhemispherical\nhemlock\nhemme\nhemmed\nhemmerling\nhemming\nhemminghaus\nhemmings\nhemodialysis\nhemoglobin\nhemolysis\nhemolytic\nhemophilia\nhemorrhage\nhemorrhages\nhemorrhagic\nhemorrhaging\nhemorrhoids\nhemp\nhempel\nhempfield\nhemphill\nhempstead\nhemsley\nhemsworth\nhen\nhenan\nhenare\nhenares\nhence\nhenceforth\nhenceforward\nhench\nhenchman\nhenchmen\nhenchoz\nhenderson\nhendersonville\nhendon\nhendra\nhendrick\nhendricks\nhendrickson\nhendrie\nhendrik\nhendriks\nhendrix\nhendron\nhendry\nhendy\nheneghan\nheng\nhenge\nhengelo\nhengest\nhenie\nhenin\nhenk\nhenke\nhenkel\nhenle\nhenley\nhenlopen\nhenman\nhenn\nhenna\nhennady\nhenne\nhennepin\nhennes\nhennessey\nhennessy\nhennie\nhennig\nhenniker\nhenning\nhenninger\nhenny\nhenri\nhenrich\nhenrico\nhenricus\nhenrieta\nhenrietta\nhenriette\nhenrik\nhenriksen\nhenrique\nhenriques\nhenriquez\nhenry\nhenryk\nhens\nhenschel\nhensel\nhenshaw\nhenshin\nhensley\nhenslow\nhenslowe\nhenson\nhentai\nhentgen\nhentschel\nhenty\nhenze\nhep\nhepagene\nheparin\nhepatic\nhepatitis\nhepatocytes\nhepburn\nhephaestion\nhephaestus\nhepher\nhephthalites\nheppner\nheptathlete\nheptathlon\nhepworth\nher\nher/his\nhera\nheraclea\nheracles\nheraclitus\nheraclius\nheraf\nherakles\nheraklion\nherald\nheralded\nheraldic\nheraldically\nheralding\nheraldry\nheralds\nheras\nherat\nherault\nherb\nherbaceous\nherbal\nherbalife\nherbalism\nherbalist\nherbalists\nherbarium\nherberger\nherbert\nherbicide\nherbicides\nherbie\nherbivore\nherbivores\nherbivorous\nherbold\nherbrand\nherbs\nherbst\nherbst-bayliss\nherc\nherceg\nherceg-bosna\nhercegovina\nherck\nherculaneum\nhercule\nherculean\nhercules\nherczeg\nherd\nherded\nherder\nherders\nherdez\nherdillia\nherding\nherds\nherdsman\nherdsmen\nhere\nhereafter\nhereby\nheredia\nhereditary\nheredity\nhereford\nherefordshire\nherein\nhereinafter\nherero\nheresies\nheresy\nheretic\nheretical\nheretics\nheretofore\nhereward\nherfoelge\nherford\nherge\nheri\nhering\nheriot\nheritability\nheritable\nheritage\nheritages\nherkimer\nherkstroter\nherley\nherlihy\nherm\nherman\nhermann\nhermano\nhermanos\nhermanus\nhermaphrodite\nhermaphrodites\nhermaphroditic\nhermeneutic\nhermeneutics\nhermes\nhermetic\nhermetically\nhermeticism\nhermia\nhermie\nhermine\nherminio\nhermione\nhermis\nhermit\nhermitage\nhermite\nhermitian\nhermits\nhermon\nhermosa\nhermosillo\nhermoza\nhernan\nhernandez\nhernando\nhernansanz\nherndon\nherne\nhernia\nhernias\nherniated\nherniation\nherning\nhernu\nhero\nherod\nherodian\nherodias\nherodotus\nheroes\nheroic\nheroically\nheroics\nheroin\nheroine\nheroines\nheroism\nherold\nheroles\nheron\nherons\nheros\nherpes\nherpesvirus\nherpetologist\nherpetology\nherr\nherran\nherren\nherrera\nherri\nherrick\nherriman\nherrin\nherring\nherringbone\nherrings\nherrington\nherriot\nherrlich\nherrmann\nherro\nherron\nhers\nherschel\nherschell\nherschelle\nherself\nhersey\nhersfeld\nhersh\nhershel\nhershey\nhersheypark\nhershiser\nherstal\nherta\nherter\nhertford\nhertfordshire\nhertha\nhertie\nhertogenbosch\nherts\nherty\nhertz\nhertzberg\nhertzog\nhertzsprung\nheru\nherut\nhervarar\nherve\nhervey\nheryanto\nherz\nherzberg\nherzegovina\nherzegovinian\nherzen\nherzfeld\nherzl\nherzliya\nherzog\nherzogenaurach\nhes\nheschel\nheseltine\nhesh\nheshe\nhesiod\nhesistant\nhesitancy\nhesitant\nhesitantly\nhesitate\nhesitated\nhesitates\nhesitating\nhesitation\nhesketh\nheskey\nhesperia\nhesperides\nhesperiidae\nhesperus\nhess\nhesse\nhessel\nhessels\nhessen\nhessian\nhessians\nhesslefors\nhessler\nhester\nhestia\nheston\nhet\nhetch\nhetchy\nhetero\nheterochromatin\nheterocyclic\nheterodox\nheterodyne\nheterogeneity\nheterogeneous\nheterosexual\nheterosexuality\nheterosexuals\nheterotrophic\nheterozygous\nhetfield\nheth\nhetherington\nhetman\nhetmanate\nhetmans\nhett\nhetty\nhetz\nhetzel\nheuer\nheung\nheure\nheures\nheuristic\nheuristics\nheusden\nheusen\nheuston\nheute\nhev\nhevelius\nhever\nhevesi\nhevra\nhew\nhewes\nhewett\nhewitt\nhewlett\nhewlett-packard\nhewn\nhewson\nhex\nhexadecimal\nhexafluoride\nhexagon\nhexagonal\nhexagons\nhexagram\nhexameter\nhexameters\nhexane\nhexcel\nhexes\nhexham\nhextall\nhey\nheydar\nheyday\nheyden\nheydrich\nheyer\nheyerdahl\nheyford\nheylin\nheyman\nheymann\nheynckes\nheyns\nheysel\nheysham\nheytesbury\nheyting\nheyward\nheywood\nhezb\nhezb-i-islami\nhezb-i-wahadat\nhezb-i-wahdat\nhezbollah\nhezekiah\nhf\nhfa\nhfc\nhfcl\nhfcs\nhfea\nhfnc\nhfr\nhfrs\nhfs\nhg\nhgb\nhgca\nhgh\nhgtv\nhh\nhh0\nhhc\nhhld\nhhs\nhi\nhi-bred\nhi-fi\nhi-lo\nhi-pro\nhi-tech\nhi0\nhialeah\nhian\nhiap\nhiatt\nhiatus\nhiawatha\nhibbard\nhibbert\nhibbing\nhibbs\nhibernate\nhibernating\nhibernation\nhibernia\nhibernian\nhibernians\nhiberno\nhibiki\nhibiscus\nhibiya\nhibor\nhibs\nhic\nhiccup\nhiccups\nhicham\nhick\nhickam\nhickenlooper\nhickey\nhickman\nhickock\nhickok\nhickories\nhickory\nhickox\nhicks\nhickson\nhicksville\nhicom\nhicor\nhicp\nhid\nhidalgo\nhidatsa\nhidden\nhiddink\nhide\nhide-and-seek\nhideaki\nhideaway\nhideki\nhideo\nhideous\nhideously\nhideout\nhideouts\nhider\nhides\nhidetada\nhideyori\nhideyoshi\nhideyuki\nhiding\nhidir\nhidrocantabrico\nhidroelectrica\nhie\nhiei\nhien\nhier\nhierarch\nhierarchical\nhierarchically\nhierarchies\nhierarchs\nhierarchy\nhieratic\nhiero\nhieroglyph\nhieroglyphic\nhieroglyphics\nhieroglyphs\nhieromonk\nhieronymus\nhierro\nhifi\nhifk\nhigashi\nhigashida\nhigbee\nhigdon\nhiger\nhigginbotham\nhiggins\nhigginson\nhiggs\nhigh\nhigh-\nhigh-altitude\nhigh-capacity\nhigh-caps\nhigh-class\nhigh-cost\nhigh-definition\nhigh-density\nhigh-end\nhigh-fat\nhigh-flying\nhigh-fructose\nhigh-grade\nhigh-grades\nhigh-growth\nhigh-handed\nhigh-income\nhigh-interest\nhigh-level\nhigh-margin\nhigh-octane\nhigh-paying\nhigh-performance\nhigh-point\nhigh-power\nhigh-powered\nhigh-pressure\nhigh-priced\nhigh-profile\nhigh-profit\nhigh-protein\nhigh-quality\nhigh-ranking\nhigh-resolution\nhigh-return\nhigh-rise\nhigh-risk\nhigh-school\nhigh-scoring\nhigh-security\nhigh-speed\nhigh-spending\nhigh-stakes\nhigh-street\nhigh-sulphur\nhigh-tech\nhigh-technology\nhigh-techs\nhigh-teens\nhigh-temperature\nhigh-tension\nhigh-value\nhigh-voltage\nhigh-volume\nhigh-water\nhigh-yield\nhigh-yielders\nhigh-yielding\nhigh-yields\nhigh0s\nhigham\nhighbridge\nhighbrow\nhighbury\nhigher\nhigher-end\nhigher-margin\nhigher-priced\nhigher-quality\nhigher-risk\nhigher-speed\nhigher-than-average\nhigher-than-expected\nhigher-than-forecast\nhigher-value\nhigher-yielding\nhigher.-usda\nhighest\nhighest-ever\nhighest-level\nhighest-paid\nhighest-profile\nhighest-ranking\nhighfield\nhighfields\nhighgate\nhighgrade\nhighjump\nhighland\nhighlander\nhighlanders\nhighlands\nhighlife\nhighlight\nhighlighted\nhighlighting\nhighlights\nhighlights--usda\nhighline\nhighly\nhighly-enriched\nhighly-paid\nhighly-publicised\nhighly-rated\nhighness\nhighpoint\nhighrise\nhighs\nhighschool\nhighsmith\nhightower\nhighveld\nhighway\nhighwayman\nhighwaymaster\nhighwaymen\nhighways\nhighwood\nhighwoods\nhignett\nhigson\nhiguchi\nhiguita\nhigurashi\nhih\nhijab\nhijack\nhijacked\nhijacker\nhijackers\nhijacking\nhijackings\nhijacks\nhijau\nhijaz\nhijazi\nhijikata\nhijo\nhijos\nhijra\nhijri\nhika\nhikari\nhikaru\nhike\nhiked\nhiker\nhikers\nhikes\nhiking\nhiko\nhilaire\nhilal\nhilario\nhilarion\nhilarious\nhilariously\nhilarity\nhilary\nhilberg\nhilbert\nhild\nhilda\nhildburghausen\nhilde\nhildebrand\nhildebrandt\nhildegard\nhildegarde\nhildesheim\nhildreth\nhildy\nhilfiger\nhiligaynon\nhill\nhillage\nhillard\nhillary\nhillbillies\nhillbilly\nhillclimb\nhillclimbing\nhillcrest\nhillel\nhillenbrand\nhiller\nhillery\nhilley\nhillfort\nhillgruber\nhillhead\nhillhouse\nhilliard\nhillier\nhillingdon\nhillis\nhillman\nhillock\nhillocks\nhills\nhillsboro\nhillsborough\nhillsdale\nhillsdown\nhillside\nhillsides\nhillsong\nhilltop\nhilltoppers\nhilltops\nhillview\nhilly\nhillyer\nhilmar\nhilmi\nhilo\nhilt\nhilti\nhilton\nhilts\nhilversum\nhim\nhim.\nhim/her\nhim/herself\nhimachal\nhimal\nhimalaya\nhimalayan\nhimalayas\nhimatsingka\nhime\nhimeji\nhimes\nhimiko\nhimko\nhimmel\nhimmler\nhimona\nhimself\nhin\nhina\nhinata\nhinault\nhinayana\nhincapie\nhinch\nhinchey\nhinchliffe\nhinckley\nhind\nhindalco\nhinde\nhindemith\nhindenburg\nhinder\nhindered\nhindering\nhinders\nhindery\nhindi\nhindko\nhindley\nhindlimbs\nhindman\nhindmarsh\nhindquarters\nhindrance\nhindrances\nhinds\nhindsight\nhindu\nhindu-majority\nhinduism\nhinduja\nhindukush\nhindus\nhindustan\nhindustani\nhindutva\nhindwing\nhindwings\nhine\nhiner\nhines\nhing\nhinge\nhinged\nhinges\nhingham\nhinging\nhingis\nhinkle\nhinkley\nhinman\nhinn\nhino\nhinojosa\nhinrich\nhinsdale\nhinson\nhint\nhinted\nhinterland\nhinterlands\nhintikka\nhinting\nhinton\nhints\nhintze\nhip\nhipaa\nhipc\nhiphop\nhipolito\nhipotecario\nhipotekarna\nhipp\nhipparchus\nhipparcos\nhipped\nhippel\nhipper\nhippias\nhippie\nhippies\nhippo\nhippocampal\nhippocampus\nhippocrates\nhippocratic\nhippodrome\nhippolyta\nhippolyte\nhippolytus\nhippopotamus\nhippos\nhippy\nhips\nhipster\nhipsters\nhira\nhirabayashi\nhirabo\nhirado\nhiragana\nhirai\nhiraki\nhiram\nhiramatsu\nhirano\nhirata\nhiratsuka\nhird\nhire\nhired\nhires\nhiring\nhirings\nhirlap\nhiro\nhirobumi\nhiroden\nhirohiko\nhirohito\nhiroki\nhiroko\nhiromi\nhirono\nhiroshi\nhiroshima\nhiroya\nhiroyuki\nhirsch\nhirschbeck\nhirschfeld\nhirschler\nhirschmann\nhirschsprung\nhirsh\nhirshhorn\nhirsi\nhirst\nhirszon\nhirt\nhirta\nhirth\nhiruma\nhirundinidae\nhirwani\nhiryu\nhis\nhis/her\nhisako\nhisao\nhisar\nhisarak\nhisashi\nhisayuki\nhiscox\nhisd\nhisham\nhislop\nhispania\nhispanic\nhispanica\nhispanics\nhispaniola\nhispano\nhispanoamericano\nhiss\nhissing\nhissou\nhist\nhist.\nhistadrut\nhistamine\nhistidine\nhistogram\nhistoire\nhistologic\nhistological\nhistologically\nhistology\nhistone\nhistones\nhistoria\nhistoriae\nhistorian\nhistorians\nhistoric\nhistorica\nhistorical\nhistorically\nhistoricism\nhistoricist\nhistoricity\nhistorico\nhistorie\nhistories\nhistoriographer\nhistoriographical\nhistoriography\nhistorique\nhistoriques\nhistory\nhistory.\nhit\nhit-and-run\nhit-squad\nhitachi\nhitam\nhitch\nhitchcock\nhitched\nhitchens\nhitches\nhitchhiker\nhitchhikers\nhitchhiking\nhitchin\nhitching\nhitcom\nhite\nhitech\nhitel\nhitelbank\nhither\nhitherto\nhitler\nhitless\nhitlist\nhitman\nhitmen\nhitomi\nhitoshi\nhits\nhitsugaya\nhitter\nhitters\nhitting\nhittite\nhittites\nhitz\nhitzfeld\nhiv\nhiv-infected\nhiv-positive\nhiv-tainted\nhiv/aids\nhiv0\nhiva\nhive\nhived\nhives\nhiving\nhiwassee\nhixon\nhizb\nhizbollah\nhj\nhjalmar\nhjelm-wallen\nhjerpe\nhjk\nhjort\nhk\nhk$\nhk0\nhkbank\nhkbk\nhkcb\nhkcee\nhkd\nhkfe\nhkifa\nhkma\nhkp\nhkr\nhksar\nhl\nhl&h\nhl&p\nhl0\nhla\nhlac\nhlasek\nhld\nhldg\nhldgs\nhlds\nhlg\nhlinka\nhll\nhls\nhlth\nhm\nhm0\nhma\nhmas\nhmc\nhmcs\nhmg\nhmh0\nhmi\nhmm\nhmm0\nhmmwv\nhmnzs\nhmo\nhmong\nhmos\nhmp\nhmr\nhms\nhmt\nhmv\nhn-wood\nhnb\nhnc\nhnk\nhnlms\nhnoms\nho\nhoa\nhoad\nhoadley\nhoag\nhoagie\nhoagland\nhoagy\nhoan\nhoang\nhoar\nhoard\nhoarded\nhoarding\nhoards\nhoare\nhoarse\nhoary\nhoax\nhoaxes\nhob\nhoban\nhobart\nhobbes\nhobbies\nhobbit\nhobbits\nhobble\nhobbled\nhobbling\nhobbs\nhobby\nhobbyist\nhobbyists\nhoberman\nhobey\nhobgoblin\nhobgoblins\nhobhouse\nhobie\nhobo\nhoboken\nhobos\nhobsbawm\nhobscheid\nhobson\nhoc\nhoch\nhoche\nhochelaga\nhochschild\nhochschule\nhochtief\nhocine\nhock\nhockenheim\nhockenheimring\nhockey\nhocking\nhockley\nhockman\nhockney\nhocks\nhocl\nhocs\nhocus\nhod\nhodder\nhoddle\nhodeidah\nhodge\nhodgepodge\nhodges\nhodgins\nhodgkin\nhodgkins\nhodgkinson\nhodgson\nhodierna\nhodo\nhodson\nhoe\nhoechst\nhoecker\nhoegh\nhoehn\nhoek\nhoekstra\nhoel\nhoelgaard\nhoeness\nhoenig\nhoenn\nhoes\nhoesch\nhoesch-krupp\nhoeven\nhoey\nhof\nhofburg\nhofer\nhoff\nhoffa\nhoffenberg\nhoffer\nhoffman\nhoffman-la\nhoffmann\nhoffmann-la\nhofmann\nhofmeyr\nhofstadter\nhofstra\nhog\nhogan\nhogarth\nhogback\nhoge\nhogeschool\nhogfather\nhogg\nhoggard\nhogged\nhogging\nhogh\nhoglund\nhogmanay\nhogni\nhogs\nhogue\nhogwarts\nhoh\nhohe\nhohenberg\nhohenheim\nhohenlohe\nhohenstaufen\nhohenwutzen\nhohenzollern\nhohmann\nhohner\nhohns\nhohokam\nhohrin\nhoi\nhoi-chang\nhoiles\nhoist\nhoisted\nhoisting\nhoists\nhoiu\nhoiupank\nhojo\nhok\nhokage\nhokama\nhokanson\nhoke\nhokey\nhokianga\nhokies\nhokitika\nhokkaido\nhokkien\nhokkoku\nhokuetsu\nhokum\nhokuriku\nhokusai\nhokuto\nhol\nhola\nholabird\nholarctic\nholbeck\nholbein\nholberg\nholborn\nholbrook\nholbrooke\nholby\nholcomb\nholcombe\nhold\nhold'em\nhold-up\nhold-ups\nholden\nholder\nholderbank\nholderlin\nholderness\nholders\nholdfast\nholding\nholdings\nholdout\nholdouts\nholdover\nholds\nholdsworth\nholdup\nhole\nholec\nholed\nholes\nholford\nholgado\nholgate\nholger\nholguin\nholi\nholiday\nholiday-makers\nholiday-shortened\nholiday-thinned\nholidaying\nholidaymakers\nholidays\nholies\nholiest\nholiness\nholing\nholinshed\nholism\nholistic\nholkar\nholkham\nholl\nholladay\nholland\nhollande\nhollander\nhollandi\nhollandia\nhollands\nhollandsche\nhollandsworth\nholler\nhollerith\nholles\nholley\nhollick\nholliday\nhollidge\nhollies\nhollinger\nhollings\nhollingsworth\nhollingworth\nhollins\nhollioake\nhollis\nhollister\nhollobone\nholloman\nhollow\nholloway\nhollowed\nhollowing\nhollows\nholly\nhollyhock\nhollyoaks\nhollywood\nholm\nholman\nholmberg\nholmdel\nholme\nholmen\nholmenkollen\nholmes\nholmfirth\nholmgren\nholness\nholo\nholocaust\nholocaust-era\nholocene\nholocron\nholodeck\nholodomor\nhologic\nhologram\nholograms\nholographic\nholography\nholomisa\nholomorphic\nholon\nholotype\nholovaty\nholroyd\nholst\nholstein\nholsteins\nholster\nholsters\nholston\nholsworthy\nholt\nholter\nholton\nholtz\nholtzman\nholtzmann\nholum\nholy\nholyfield\nholyhead\nholyman\nholyoake\nholyoke\nholyrood\nholyroodhouse\nholywell\nholywood\nholzer\nholzland\nholzman\nholzmann\nhom\nhoma\nhomage\nhomages\nhomberg\nhombre\nhombres\nhombu\nhomburg\nhome\nhome-based\nhome-grown\nhome-made\nhome-owners\nhome-use\nhomebase\nhomeboys\nhomebrew\nhomebuilder\nhomebuilders\nhomebuilding\nhomebuilt\nhomebush\nhomebuyers\nhomecare\nhomecoming\nhomecourt\nhomed\nhomefront\nhomegate\nhomegrown\nhomeland\nhomelands\nhomeless\nhomelessness\nhomeloans\nhomely\nhomem\nhomemade\nhomemaker\nhomemakers\nhomeomorphic\nhomeomorphism\nhomeopathic\nhomeopathy\nhomeostasis\nhomeostatic\nhomeowner\nhomeowners\nhomeownership\nhomepage\nhomepatient\nhomeport\nhomeported\nhomer\nhomered\nhomeric\nhomeroom\nhomers\nhomerton\nhomes\nhomeschool\nhomeschooled\nhomeschooling\nhomesick\nhomesickness\nhomeside\nhomespun\nhomestake\nhomestar\nhomestead\nhomesteaded\nhomesteader\nhomesteaders\nhomesteading\nhomesteads\nhometown\nhometowns\nhomeward\nhomewood\nhomework\nhomeworld\nhomeworlds\nhomicidal\nhomicide\nhomicides\nhomiletics\nhomilies\nhomily\nhominem\nhoming\nhominid\nhominids\nhomme\nhommes\nhomo\nhomocysteine\nhomoerotic\nhomogeneity\nhomogeneous\nhomogenization\nhomogenous\nhomolka\nhomolog\nhomologated\nhomologation\nhomological\nhomologous\nhomologue\nhomologues\nhomology\nhomomorphism\nhomomorphisms\nhomonym\nhomonymous\nhomonyms\nhomophobia\nhomophobic\nhomophone\nhomophones\nhomophonic\nhomosexual\nhomosexuality\nhomosexuals\nhomotopy\nhomozygous\nhoms\nhomunculi\nhomunculus\nhon\nhon.\nhonam\nhonda\nhondo\nhonduran\nhonduras\nhone\nhonecker\nhoned\nhonegger\nhonen\nhonesdale\nhonest\nhonestly\nhonesty\nhoney\nhoneybee\nhoneybees\nhoneycomb\nhoneycombs\nhoneycutt\nhoneydew\nhoneyeater\nhoneyeaters\nhoneyguide\nhoneyman\nhoneymoon\nhoneymooners\nhoneypot\nhoneysuckle\nhoneywell\nhong\nhong-koo\nhongai\nhongi\nhongkong\nhongkongbank\nhongo\nhongwu\nhongyuan\nhoniara\nhoniball\nhoninbo\nhoning\nhoniton\nhonk\nhonkarakenne\nhonking\nhonko\nhonky\nhonma\nhonolulu\nhonor\nhonorable\nhonorably\nhonorary\nhonore\nhonored\nhonoree\nhonorees\nhonoria\nhonorific\nhonorifics\nhonoring\nhonoris\nhonorius\nhonors\nhonorverse\nhonour\nhonourable\nhonourably\nhonoured\nhonouring\nhonours\nhons\nhons.\nhonshu\nhonus\nhonved\nhoo\nhoobastank\nhooch\nhood\nhooded\nhoodlum\nhoodlums\nhoodoo\nhoods\nhoof\nhoofddorp\nhoofed\nhooff\nhooft\nhooghly\nhoogovens\nhooijdonk\nhook\nhook-up\nhookah\nhooke\nhooked\nhooker\nhookers\nhooking\nhooks\nhool\nhoole\nhooley\nhooligan\nhooliganism\nhooligans\nhoon\nhoop\nhooper\nhoopes\nhoople\nhoopoe\nhoopoes\nhoops\nhooray\nhoorn\nhoosier\nhoosiers\nhoost\nhoot\nhootenanny\nhooters\nhootie\nhooton\nhoover\nhooves\nhooydonk\nhop\nhopalong\nhopatcong\nhope\nhopea\nhoped\nhoped-for\nhopedale\nhopeful\nhopefully\nhopefuls\nhopeless\nhopelessly\nhopelessness\nhopes\nhopetoun\nhopewell\nhopf\nhopi\nhoping\nhopital\nhopkin\nhopkins\nhopkinson\nhopkinsville\nhopkinton\nhopkirk\nhoplite\nhoplites\nhopman\nhopp\nhoppe\nhopped\nhopper\nhoppers\nhopping\nhoppus\nhoppy\nhops\nhopton\nhopwood\nhor\nhora\nhorace\nhoracio\nhoram\nhoran\nhorana\nhoras\nhoratio\nhorbulin\nhorcrux\nhord\nhordak\nhordaland\nhorde\nhordern\nhordes\nhordika\nhore\nhoremheb\nhorgan\nhori\nhoria\nhorie\nhorii\nhorinouchi\nhoripro\nhoriuchi\nhorizon\nhorizon-multiplan\nhorizons\nhorizont\nhorizontal\nhorizontally\nhorizonte\nhork\nhorkheimer\nhorlick\nhormats\nhormel\nhormonal\nhormone\nhormone-treated\nhormones\nhormuz\nhorn\nhornacek\nhornaday\nhornbarger\nhornbeam\nhornbill\nhornbills\nhornblende\nhornblower\nhornbostel\nhornby\nhorncastle\nhornchurch\nhorne\nhorned\nhornell\nhorner\nhornet\nhornets\nhorney\nhorni\nhorniman\nhornish\nhornos\nhorns\nhornsby\nhornsey\nhornung\nhorny\nhoro\nhoroscope\nhoroscopes\nhorovitz\nhorowitz\nhorrendous\nhorrible\nhorribly\nhorrid\nhorrific\nhorrified\nhorrifying\nhorrobin\nhorrocks\nhorror\nhorrors\nhorry\nhors\nhorsa\nhorse\nhorse-drawn\nhorse-racing\nhorse-trading\nhorseback\nhorsecar\nhorsehair\nhorseheads\nhorseman\nhorsemanship\nhorsemen\nhorsens\nhorsepower\nhorseracing\nhorseradish\nhorses\nhorseshoe\nhorseshoes\nhorsey\nhorsfield\nhorsham\nhorsley\nhorst\nhort\nhorta\nhorten\nhortense\nhortex\nhorthy\nhorticultural\nhorticulture\nhorticulturist\nhorton\nhortons\nhortus\nhorus\nhorvath\nhorvitz\nhorwich\nhorwitz\nhorwood\nhory\nhos\nhosanna\nhose\nhosea\nhoses\nhoshi\nhoshiarpur\nhoshino\nhosiden\nhosiery\nhosking\nhoskins\nhoskyns\nhosmer\nhosni\nhosokawa\nhosp\nhospice\nhospices\nhospitable\nhospital\nhospital-based\nhospitalisation\nhospitalised\nhospitality\nhospitalization\nhospitalized\nhospitaller\nhospitallers\nhospitals\nhospodarske\nhoss\nhossain\nhossein\nhosseini\nhost\nhostage\nhostage-taker\nhostage-takers\nhostage-taking\nhostages\nhoste\nhosted\nhostel\nhostels\nhoster\nhostess\nhostesses\nhostetler\nhostile\nhostiles\nhostilities\nhostility\nhosting\nhostname\nhosts\nhot\nhot-rolled\nhot-selling\nhota\nhotaru\nhotarubi\nhotbed\nhotchkiss\nhotdog\nhotdogs\nhotel\nhotelier\nhoteliers\nhotels\nhoth\nhotham\nhothouse\nhoti\nhotline\nhotlines\nhotly\nhotly-contested\nhotmail\nhots\nhotshot\nhotspot\nhotspots\nhotspur\nhotted\nhotter\nhottest\nhotting\nhotung\nhotwired\nhou\nhoude\nhoudini\nhougang\nhough\nhoughten\nhoughton\nhouk\nhoulihan\nhoullier\nhouma\nhoun\nhound\nhounded\nhounding\nhounds\nhounslow\nhouphouet\nhouphouet-boigny\nhour\nhour-long\nhourglass\nhourigan\nhourly\nhourman\nhours\nhourth\nhous'g\nhousatonic\nhouse\nhouse-senate\nhouse-to-house\nhouseboat\nhouseboats\nhousebuilder\nhousebuilding\nhousecall\nhoused\nhouseguest\nhouseguests\nhousehold\nhouseholder\nhouseholders\nhouseholds\nhousekeeper\nhousekeeping\nhousemaid\nhouseman\nhousemaster\nhousemate\nhousemates\nhouser\nhouses\nhouseware\nhousewares\nhousewarming\nhousewife\nhousewives\nhousework\nhousing\nhousings\nhousman\nhouston\nhouston-based\nhouston-to-new\nhout\nhouten\nhouyi\nhov\nhove\nhoveida\nhovell\nhoven\nhover\nhovercraft\nhovered\nhovering\nhovers\nhovey\nhovhaness\nhovind\nhovis\nhovnanian\nhow\nhowa\nhoward\nhowards\nhowarth\nhowden\nhowdy\nhowe\nhowell\nhowell-davies\nhowells\nhowerd\nhowes\nhowever\nhowey\nhowick\nhowie\nhowitt\nhowitzer\nhowitzers\nhowl\nhowland\nhowler\nhowlers\nhowlett\nhowley\nhowlin\nhowling\nhowls\nhowrah\nhowser\nhowson\nhowth\nhoxan\nhoxha\nhoxie\nhoxton\nhoy\nhoya\nhoyas\nhoyer\nhoyer-larsen\nhoylake\nhoyland\nhoyle\nhoynes\nhoyos\nhoysala\nhoysalas\nhoyt\nhoyts\nhp\nhp0\nhpa\nhpai\nhpc\nhpcl\nhpi\nhpl\nhplc\nhpp\nhps\nhpseb\nhpsfc\nhpt\nhpv\nhpy\nhq\nhq0\nhr\nhr-rb\nhr0\nhradec\nhrawi\nhrbaty\nhrbr\nhrc\nhrd\nhre\nhrh\nhri\nhristo\nhristov\nhrithik\nhrk\nhrk0\nhrly\nhrm\nhrodgar\nhrodna\nhrolf\nhrolfr\nhrovat\nhrozany\nhrs\nhrs0(0\nhrsg\nhrt\nhrvatska\nhrvatski\nhrvoje\nhrw\nhrw0(0\nhryvna\nhryvnia\nhryvnias\nhryvnya\nhs\nhs0\nhsa\nhsb\nhsbc\nhsc\nhsd\nhsdpa\nhse\nhsfo\nhsg\nhsh\nhshld\nhsi\nhsia\nhsiang\nhsiao\nhsiao-yen\nhsieh\nhsien\nhsin\nhsinchu\nhsing\nhsiung\nhskel\nhsl\nhsls\nhsn\nhsp\nhsp0\nhss\nhst\nhsts\nhsu\nhsuan\nhsv\nhsv0\nht\nht.leela\nht0\nhtc\nhtein\nhtl\nhtm\nhtml\nhtp\nhttp\nhttp://www.bizinfo.reuters.com\nhttp://www.hk0com\nhttp://www.tse.ee/online/total.htm\nhttps\nhtv\nhu\nhua\nhuac\nhuachuca\nhuafa\nhuai\nhualien\nhualing\nhuallaga\nhualon\nhuambo\nhuan\nhuandao\nhuaneng\nhuang\nhuangpu\nhuangshan\nhuaorani\nhuaqing\nhuard\nhuarte\nhuascar\nhuat\nhuatulco\nhuawei\nhub\nhubba\nhubbard\nhubbell\nhubbert\nhubble\nhubcaps\nhubco\nhube\nhubei\nhuber\nhubert\nhubertus\nhubie\nhubley\nhubli\nhubner\nhubris\nhubs\nhuck\nhuckabee\nhuckebein\nhuckleberry\nhucknall\nhud\nhuda\nhudak\nhudco\nhuddart\nhuddersfield\nhuddle\nhuddled\nhuddleston\nhuddling\nhudec\nhudgens\nhudson\nhudsons\nhue\nhuebener\nhuebner\nhueco\nhued\nhuels\nhuelva\nhuene\nhueneme\nhueppi\nhuerta\nhues\nhuesca\nhuestis\nhuet\nhuey\nhuf\nhuf0bln\nhuff\nhuffer\nhuffington\nhuffins\nhufflepuff\nhuffman\nhufvudstadsbladet\nhug\nhuge\nhugely\nhuger\nhugged\nhugging\nhuggins\nhugh\nhughenden\nhughes\nhughie\nhughson\nhugo\nhugoton\nhugs\nhuguenot\nhuguenots\nhugues\nhuh\nhuhtamaki\nhui\nhuia\nhuic\nhuichol\nhuila\nhuili\nhuis\nhuish\nhuitzilopochtli\nhuizenga\nhuizhou\nhujilan\nhula\nhulagu\nhulbert\nhulda\nhulk\nhulking\nhulks\nhull\nhullabaloo\nhulled\nhulls\nhulman\nhulme\nhulse\nhulton\nhulu\nhuludao\nhum\nhuma\nhumacao\nhumaid\nhumaine\nhumala\nhuman\nhuman-rights\nhumana\nhumanae\nhumane\nhumanely\nhumanism\nhumanist\nhumanistic\nhumanists\nhumanitarian\nhumanitarianism\nhumanitas\nhumanite\nhumanities\nhumanity\nhumanized\nhumankind\nhumanly\nhumanoid\nhumanoids\nhumans\nhumayun\nhumber\nhumberside\nhumberstone\nhumbert\nhumberto\nhumble\nhumbled\nhumbling\nhumbly\nhumboldt\nhumbucker\nhumbuckers\nhumbucking\nhumbug\nhume\nhumenne\nhumeral\nhumerus\nhumes\nhumfrey\nhumid\nhumidity\nhumiliate\nhumiliated\nhumiliates\nhumiliating\nhumiliation\nhumiliations\nhumility\nhummadi\nhummel\nhummer\nhumming\nhummingbird\nhummingbirds\nhumongous\nhumor\nhumoral\nhumorist\nhumoristic\nhumorists\nhumorous\nhumorously\nhumour\nhumours\nhump\nhumpback\nhumped\nhumperdinck\nhumphrey\nhumphrey-hawkins\nhumphreys\nhumphries\nhumphry\nhumps\nhumpty\nhums\nhumus\nhumvee\nhumvees\nhun\nhuna\nhunan\nhunas\nhunch\nhunchback\nhunched\nhund\nhundley\nhundred\nhundreds\nhundredth\nhundredths\nhundredweight\nhundt\nhunedoara\nhung\nhungagent\nhungarhotels\nhungaria\nhungarian\nhungarian-born\nhungarian-romanian\nhungarians\nhungarocamion\nhungary\nhunger\nhunger-stricken\nhungerford\nhunghom\nhungnam\nhungry\nhunk\nhunky\nhunley\nhunnic\nhunnicutt\nhuns\nhunsdon\nhunslet\nhunsruck\nhunt\nhuntco\nhunte\nhunted\nhunter\nhunterdon\nhunters\nhunting\nhuntingdale\nhuntingdon\nhuntingdonshire\nhuntington\nhuntley\nhuntly\nhuntress\nhunts\nhuntsman\nhuntsville\nhuntway\nhunyadi\nhunyani\nhunza\nhunzike\nhunziker\nhuo\nhuon\nhuong\nhuot\nhup\nhupp\nhuq\nhur\nhuracan\nhuracan-corrientes\nhural\nhurco\nhurd\nhurdle\nhurdled\nhurdler\nhurdles\nhurdling\nhurdy\nhureyev\nhurghada\nhurin\nhurl\nhurlbut\nhurled\nhurler\nhurlers\nhurley\nhurling\nhurlingham\nhurls\nhurn\nhuron\nhurons\nhurrah\nhurrian\nhurrians\nhurricane\nhurricane-force\nhurricanes\nhurried\nhurriedly\nhurries\nhurriyat\nhurriyet\nhurry\nhurrying\nhurst\nhurstbridge\nhurston\nhurstville\nhurt\nhurtado\nhurter\nhurtful\nhurting\nhurtled\nhurtling\nhurts\nhurwitz\nhus\nhusain\nhusak\nhusam\nhusan\nhusarova\nhusayn\nhusayni\nhusband\nhusbandry\nhusbands\nhusein\nhuseyin\nhush\nhushed\nhushovd\nhusk\nhusker\nhuskers\nhuskey\nhuskies\nhuskisson\nhusks\nhusky\nhusqvarna\nhuss\nhussain\nhussar\nhussars\nhussein\nhusseini\nhusserl\nhussey\nhussite\nhussites\nhussman\nhusson\nhustings\nhustle\nhustled\nhustler\nhustlers\nhustling\nhuston\nhusum\nhut\nhuta\nhutch\nhutchence\nhutcherson\nhutcheson\nhutchings\nhutchins\nhutchinson\nhutchison\nhuth\nhutmen\nhutner\nhutnik\nhutomo\nhuts\nhutson\nhutt\nhutten\nhutter\nhutterites\nhuttleston\nhutto\nhuttoe\nhutton\nhutts\nhutu\nhutu-dominated\nhutu-led\nhutu-tutsi\nhutus\nhuvitusfond\nhuw\nhuxley\nhuxtable\nhuy\nhuygens\nhuysamer\nhuysmans\nhuyton\nhuzar\nhv\nhv0\nhvac\nhvar\nhvdc\nhvide\nhvidovre\nhvo\nhvy\nhw\nhwa\nhwan\nhwang\nhwange\nhwi\nhwwa\nhwy\nhwy.\nhx\nhx0\nhy\nhy-boulais\nhyacinth\nhyacinthe\nhyal\nhyaline\nhyams\nhyang\nhyannis\nhyatt\nhyattsville\nhyborian\nhybrid\nhybridisation\nhybridization\nhybridize\nhybridized\nhybridon\nhybrids\nhycamtin\nhyde\nhydel\nhyder\nhyderabad\nhydra\nhydramatic\nhydrangea\nhydrant\nhydrants\nhydrate\nhydrated\nhydrates\nhydration\nhydraulic\nhydraulically\nhydraulics\nhydrazine\nhydride\nhydrides\nhydro\nhydro-electric\nhydro-power\nhydro-quebec\nhydrobiidae\nhydrocarbon\nhydrocarbons\nhydrocephalus\nhydrochloric\nhydrochloride\nhydrocodone\nhydrocortisone\nhydrocracker\nhydrocracking\nhydrodynamic\nhydrodynamics\nhydroelectric\nhydroelectricity\nhydrofluoric\nhydrofoil\nhydrofoils\nhydrogen\nhydrogenated\nhydrogenation\nhydrogens\nhydrographer\nhydrographic\nhydrography\nhydrologic\nhydrological\nhydrologist\nhydrology\nhydrolysis\nhydrolyzed\nhydrophilic\nhydrophobic\nhydroplane\nhydropneumatic\nhydroponic\nhydroponics\nhydropower\nhydroquinone\nhydroskimming\nhydrostatic\nhydrotherapy\nhydrothermal\nhydrotreater\nhydrous\nhydroxide\nhydroxy\nhydroxy0\nhydroxyl\nhydroxylase\nhye\nhyena\nhyenas\nhyeon\nhygiene\nhygienic\nhyginus\nhygromiidae\nhygroscopic\nhyksos\nhyla\nhyland\nhylden\nhyles\nhylidae\nhylsamex\nhylton\nhyman\nhymen\nhymenoptera\nhymn\nhymnal\nhymnals\nhymnody\nhymns\nhynde\nhyndman\nhynek\nhynes\nhyo\nhyoga\nhyogo\nhyoid\nhyouma\nhypatia\nhype\nhyped\nhyper\nhyper-inflation\nhyperactive\nhyperactivity\nhyperbaric\nhyperbola\nhyperbole\nhyperbolic\nhyperboloid\nhyperborea\nhypercard\nhypercholesterolemia\nhypercube\nhyperdrive\nhyperfine\nhypergeometric\nhyperglycemia\nhyperinflation\nhyperion\nhyperlink\nhyperlinks\nhypermarket\nhypermarkets\nhypermedia\nhyperoliidae\nhyperolius\nhyperplane\nhyperplasia\nhypersensitive\nhypersensitivity\nhypersonic\nhyperspace\nhypertension\nhypertensive\nhypertext\nhyperthermia\nhyperthyroidism\nhypertransport\nhypertrophic\nhypertrophy\nhyperventilation\nhypervisor\nhyphae\nhyphen\nhyphenated\nhyphens\nhyphy\nhypno\nhypnos\nhypnosis\nhypnotherapy\nhypnotic\nhypnotised\nhypnotism\nhypnotist\nhypnotize\nhypnotized\nhypnotizes\nhypnotizing\nhypo\nhypo-bank\nhypobank\nhypochlorite\nhypochondriac\nhypocrisy\nhypocrite\nhypocrites\nhypocritical\nhypodermic\nhypoglycemia\nhypoglycemic\nhyponatremia\nhypoplasia\nhypostasis\nhypotekbanken\nhypotension\nhypotenuse\nhypothalamic\nhypothalamus\nhypotheken\nhypotheken-\nhypothekenbank\nhypothermia\nhypotheses\nhypothesis\nhypothesised\nhypothesize\nhypothesized\nhypothesizes\nhypothetical\nhypothetically\nhypothyroidism\nhypotonia\nhypoxia\nhypoxic\nhyraxes\nhyrcanus\nhyrule\nhyrum\nhysan\nhysterectomy\nhysteresis\nhysteria\nhysterical\nhysterically\nhysterics\nhythe\nhyuga\nhyuk\nhyun\nhyun-chul\nhyundai\nhyung\nhywel\nhz\nhzds\nhzl\ni\ni&j\ni-net\ni-s\ni-sec\ni-sec-\ni.\ni...\ni.d.\ni.d.e.a\ni.d.e.a.\ni.e\ni.e.\ni.f.\ni.g.\ni.k.\ni.l.\ni.m.\ni.o.\ni.q.\ni.r.0\ni.r.s.\ni.s.d.\ni.t.\ni/0\ni/o\ni0\ni0/i0\ni0e\ni0s\ni0w\nia\nia0\niaa\niaaf\niab\niabs\niac\niaco\niacocca\niad\niadb\niae\niaea\niaf\niago\niai\niaido\niain\niala\niam\niama\niambic\niamblichus\nian\niana\niancu\niannis\niannucci\niansa\nianthe\nianto\niap\niapetus\niar\niarnrod\nias\niasasa\niasc\niasi\niast\niat\niata\niatrogenic\niau\niaws\nib\nib.\niba\nibadan\nibagere\nibama\niban\nibanez\nibaraki\nibarra\nibas\nibb\nibc\nibca\nibec\nibel\nibelin\niberdrola\niberia\niberian\niberians\nibero\nibero-american\nibersecurities\niberville\nibes\nibex\nibex0\nibf\nibge\nibi\nibid\nibid.\nibiden\nibis\nibis-dax\nibises\nibiza\nibj\nibl\niblis\nibm\nibn\nibngr\nibni\nibo\niboe\nibogaine\nibomed\nibook\nibope\nibp\nibra\nibrahim\nibrahima\nibrd\nibrox\nibs\nibsen\nibstock\nibt\nibu\nibuki\nibuprofen\nibusz\nic\nic0\nica\nicac\nicae\nicahn\nicann\nicao\nicarus\nicatu\nicb\nicbc\nicbm\nicbms\nicc\niccf\nicco\nicd\nicd0\nicds\nice\nice-breaker\nice-cream\niceberg\nicebergs\nicebreaker\nicebreakers\nicecream\niced\nicedogs\nicefield\nicefields\nicehouse\niceland\nicelanders\nicelandic\niceman\nices\nicewind\nicf\nicfai\nicfi\nicftu\nicg\nich\nichabod\nichat\nichi\nichigo\nichihara\nichijo\nichikawa\nichiki\nichikoh\nichiro\nichiyoshi\nichkeria\nichthyologist\nichthyology\nichthyosaurs\nici\nicici\nicicle\nicicles\nicing\nicj\nickes\nicknield\nickx\nicky\nicl\nicm\nicmp\nicms\nicn\nico\nicon\niconic\niconoclasm\niconoclast\niconoclastic\niconographic\niconography\niconostasis\nicons\nicopal\nicos\nicosahedral\nicosahedron\nicp\nicq\nicr\nicrc\nics\nicse\nicsg\nict\nictr\nicts\nictsi\nicty\nicu\nicumsa\nicv\nicw\nicy\niczn\nid\nid.\nid0\nid=0\nida\nidaho\nidaho-based\nidan\nidb\nidbi\nidbs\nidc\nidd\niddison\nide\nidea\nideal\nidealised\nidealism\nidealist\nidealistic\nidealists\nidealization\nidealized\nideally\nideals\nideas\nideation\nidec\nidee\nidei\nidelsons\nidema\nidemitsu\nidempotent\niden\nident\nidentical\nidentically\nidentifed\nidentifiable\nidentification\nidentifications\nidentified\nidentifier\nidentifiers\nidentifies\nidentify\nidentifying\nidentities\nidentity\nidentix\nidents\nideograms\nideological\nideologically\nideologies\nideologue\nideologues\nideology\nideon\nides\nidex\nidexx\nidf\nidfc\nidg\nidi\nidiocy\nidiom\nidiomatic\nidioms\nidiopathic\nidiosyncrasies\nidiosyncratic\nidiot\nidiotic\nidiots\niditarod\nidl\nidlc\nidle\nidled\nidleness\nidler\nidles\nidlewild\nidling\nidly\nidm\nido\nidol\nidolatrous\nidolatry\nidolised\nidolized\nidolizes\nidols\nidomeneo\nidp\nidps\nidrac\nidris\nidriss\nids\nidt\nidukki\nidv\nidw\nidwal\nidx\nidyll\nidyllic\nidylls\nidyllwild\nie\nie.\niea\nieb\niebl\niec\nied\nieds\niee\nieee\nieee0\niefp\niemitsu\niemma\nien\nieng\nieoc\niep\nieremia\nies\nietf\nieuan\nieyasu\nieyoub\nif\nifa\nifas\nifb\nifbb\nifc\nifci\nifct\nife\niff\nifi\nifield\nifil\nifk\nifl\nifo\nifop\nifor\nifp\nifpi\nifr\nifrc\nifriqiya\nifs\nift\niftikhar\nifugao\nifv\nifvs\nifw\nig\nig0\niga\nigad\nigarashi\nigb\nigbo\nigc\nigcp\nigcse\nige\niger\nigf\nigf0\nigg\niggo\niggy\nigi\nigier\niginla\niglesia\niglesias\nigloo\nigm\nign\nign.com\nignace\nignacio\nignacy\nignalina\nignatenko\nignatieff\nignatius\nignatyev\nignatz\nignaz\nignazio\nigneous\nignite\nignited\nignites\nigniting\nignition\nignominious\nignominy\nignorance\nignorant\nignore\nignored\nignores\nignoring\nignoto\nigor\nigp\nigp-di\nigp-m\nigpa\nigreja\nigs\nigt\niguacu\niguana\niguanas\niguanodon\niguazu\niguchi\nigy\nih\niha\nihalainen\nihara\nihc\nihd\nihi\nihl\nihlas\nihlwan\nihop\nihor\nihr\nihre\nihs\nihsa\nihsan\niht\nii\nii''\nii*\nii.\nii0\niia\niib\niic\niida\niidx\niie\niif\niigs\niihf\niii\niii.\niii0\niiia\niiis\niijima\niim\niino\niipm\niir\niis\niisc\niisi\niiss\niit\niits\nij\nija\nijape\nijaw\nijaws\nijaz\nijebu\nijmuiden\nijn\nijssel\nijsselmeer\nijtihad\nijui\nik\nika\nikan\nikari\nikarus\nikb\nike\nikea\nikebukuro\nikeda\nikeja\niki\nikimi\nikki\nikko\nikon\nikos\nikpeba\nikram\niks\nikshvaku\nikuyo\nil\nil-nam\nil-sung\nil0\nil0m\nil0s\nila\nilaiyaraaja\nilam\nilan\nilaria\nilbo\nilc\nilchester\nildefonso\nile\nilea\nileana\nilebo\nilene\niles\nileum\nilex\niley\nilford\nilfov\nilfracombe\nilg\nilgwu\nilha\nili\nilia\niliac\niliad\nilian\nilias\nilic\nilie\niliescu\niliev\niliffe\niligan\nilija\nilinden\nilir\nilitch\nilium\nilk\nilker\nilkeston\nilkhan\nilkhanate\nilkka\nilkley\nill\nill-advised\nill-conceived\nill-considered\nill-defined\nill-disciplined\nill-equipped\nill-fated\nill-feeling\nill-founded\nill-gotten\nill-health\nill-informed\nill-judged\nill-prepared\nill-tempered\nill-timed\nill-treatment\nill.\nill.-based\nilla\nillam\nillawarra\nille\nillegal\nillegalities\nillegality\nillegally\nillegals\nillegible\nillegitimacy\nillegitimate\nillgner\nillicit\nillicitly\nillidan\nillingworth\nillini\nilliniwek\nillinois\nillinois-based\nillinova\nilliquid\nilliquidity\nilliteracy\nilliterate\nillithids\nillmatic\nillner\nillness\nillnesses\nillogical\nillovo\nills\nilluminate\nilluminated\nilluminates\nilluminati\nilluminating\nillumination\nilluminations\nilluminator\nilluminatus\nillusion\nillusionary\nillusionist\nillusions\nillusory\nillustrate\nillustrated\nillustrates\nillustrating\nillustration\nillustrations\nillustrative\nillustrator\nillustrators\nillustrious\nillyana\nillyria\nillyrian\nillyrians\nillyricum\nilm\nilmarinen\nilmenau\nilmenite\nilmor\nilo\nilocano\nilocanos\nilocos\niloilo\nilokano\nilona\nilp\nilr\nils\nilsa\nilse\nilsley\nilu\niluvatar\nilva\nilves\nilya\nilyas\nilyich\nilyukhin\nilyushin\nilyushin0\nim\nima\nimac\nimacec\nimad\nimagawa\nimage\nimaged\nimager\nimagery\nimages\nimagex\nimagin\nimaginable\nimaginary\nimagination\nimaginations\nimaginative\nimaginatively\nimagine\nimagined\nimagineer\nimagineering\nimagineers\nimagines\nimaging\nimagining\nimago\nimagyn\nimai\nimam\nimam-jomeh\nimamate\nimams\nimamura\niman\nimap\nimas\nimasco\nimasen\nimation\nimatran\nimax\nimb\nimbalance\nimbalanced\nimbalances\nimbedded\nimbibed\nimbrium\nimbroglio\nimbruglia\nimbue\nimbued\nimc\nimc-agrico\nimco\nimd\nimdb\nime\nimed\nimelda\nimereti\nimerisia\nimf\nimf-agreed\nimf-backed\nimf-directed\nimf-prescribed\nimf-sponsored\nimf-world\nimg\nimhoff\nimhotep\nimi\nimia\nimidazole\nimigran\nimine\nimitate\nimitated\nimitates\nimitating\nimitation\nimitations\nimitative\nimitator\nimitators\nimiter\nimjin\nimk\nimkb\nimkb0\nimlach\nimlay\nimm\nimmaculata\nimmaculate\nimmanence\nimmanent\nimmanuel\nimmaterial\nimmature\nimmatures\nimmaturity\nimmeasurable\nimmeasurably\nimmediacy\nimmediate\nimmediately\nimmediatly\nimmelmann\nimmemorial\nimmense\nimmensely\nimmerse\nimmersed\nimmersing\nimmersion\nimmersive\nimmigrant\nimmigrants\nimmigrate\nimmigrated\nimmigrating\nimmigration\nimminent\nimminently\nimmingham\nimmobile\nimmobilien\nimmobilier\nimmobilised\nimmobility\nimmobilization\nimmobilize\nimmobilized\nimmobilizing\nimmolation\nimmoral\nimmorality\nimmortal\nimmortalised\nimmortality\nimmortalized\nimmortals\nimmortus\nimmovable\nimmudyne\nimmulogic\nimmune\nimmunex\nimmunisation\nimmunise\nimmunised\nimmunities\nimmunity\nimmunization\nimmunizations\nimmuno\nimmunocompromised\nimmunodeficiency\nimmunoglobulin\nimmunoglobulins\nimmunological\nimmunologist\nimmunology\nimmunomedics\nimmunosuppression\nimmunosuppressive\nimmunotherapy\nimmutable\nimnet\nimo\nimogen\nimogene\nimola\nimomali\nimp\nimpac\nimpact\nimpacted\nimpacting\nimpactor\nimpacts\nimpair\nimpaired\nimpairing\nimpairment\nimpairments\nimpairs\nimpala\nimpale\nimpaled\nimpalement\nimpales\nimpaling\nimpart\nimparted\nimpartial\nimpartiality\nimpartially\nimparting\nimparts\nimpassable\nimpasse\nimpassioned\nimpassive\nimpassively\nimpatience\nimpatient\nimpatiently\nimpe\nimpeach\nimpeached\nimpeachment\nimpeccable\nimpeccably\nimpedance\nimpedances\nimpede\nimpeded\nimpedes\nimpediment\nimpediments\nimpeding\nimpelled\nimpeller\nimpending\nimpenetrable\nimperative\nimperatives\nimperator\nimperceptible\nimperfect\nimperfection\nimperfections\nimperfective\nimperfectly\nimperia\nimperial\nimperiale\nimperialism\nimperialist\nimperialistic\nimperialists\nimperials\nimperiex\nimperil\nimperiled\nimperilled\nimperio\nimperious\nimperium\nimpermeable\nimpermissible\nimpersonal\nimpersonate\nimpersonated\nimpersonates\nimpersonating\nimpersonation\nimpersonations\nimpersonator\nimpersonators\nimpervious\nimpetuous\nimpetus\nimpexmetal\nimphal\nimpi\nimpiety\nimpinge\nimpinging\nimpious\nimpl\nimplacable\nimplacably\nimplant\nimplantable\nimplantation\nimplanted\nimplanting\nimplants\nimplats\nimplausible\nimplement\nimplementation\nimplementations\nimplemented\nimplementing\nimplemention\nimplements\nimplicate\nimplicated\nimplicates\nimplicating\nimplication\nimplications\nimplicit\nimplicitly\nimplied\nimplies\nimplode\nimploded\nimplore\nimplored\nimplores\nimploring\nimplosion\nimply\nimplying\nimpolite\nimport\nimport-export\nimport/export\nimportance\nimportant\nimportantly\nimportation\nimported\nimporter\nimporters\nimporting\nimports\nimpose\nimposed\nimposes\nimposing\nimposition\nimpossibility\nimpossible\nimpossibly\nimposter\nimpostor\nimpostors\nimpotence\nimpotent\nimpound\nimpounded\nimpounding\nimpoundment\nimpoverished\nimpoverishment\nimpracticable\nimpractical\nimprecise\nimpregilo\nimpregnable\nimpregnate\nimpregnated\nimpregnating\nimpregnation\nimpresario\nimpress\nimpressed\nimpresses\nimpressing\nimpression\nimpressionable\nimpressionism\nimpressionist\nimpressionistic\nimpressionists\nimpressions\nimpressive\nimpressively\nimpressment\nimpreza\nimprimatur\nimprint\nimprinted\nimprinting\nimprints\nimprison\nimprisoned\nimprisoning\nimprisonment\nimprisons\nimprobability\nimprobable\nimprobably\nimpromptu\nimproper\nimproperly\nimproprieties\nimpropriety\nimprov\nimprove\nimproved\nimprovement\nimprovements\nimproves\nimproving\nimprovisation\nimprovisational\nimprovisations\nimprovisatory\nimprovise\nimprovised\nimproviser\nimprovisers\nimprovises\nimprovising\nimprovment\nimprudent\nimps\nimpulse\nimpulses\nimpulsion\nimpulsive\nimpulsively\nimpunity\nimpure\nimpurities\nimpurity\nimputation\nimputed\nimr\nimran\nimre\nimro\nimro-dpmny\nimry\nims\nimsa\nimsi\nimss\nimt\nimtiaz\nimtiyaz\nimu\nimus\nin\nin-depth\nin-fighting\nin-flight\nin-form\nin-gil\nin-house\nin-laws\nin-line\nin-market\nin-movement\nin-nazzjon\nin-patient\nin-principle\nin-process\nin-service\nin-state\nin-store\nin-the-money\nin-vitro\nin.\nin0\nina\ninaba\ninability\ninaccessibility\ninaccessible\ninaccuracies\ninaccuracy\ninaccurate\ninaccurately\ninacio\ninacom\ninaction\ninactivate\ninactivated\ninactivation\ninactive\ninactivity\ninadequacies\ninadequacy\ninadequate\ninadequately\ninadmissibility\ninadmissible\ninadvertent\ninadvertently\ninaki\ninal\ninalienable\ninane\ninanimate\ninanna\ninapa\ninapplicable\ninappropriate\ninappropriately\ninara\ninari\ninasmuch\ninattention\ninattentive\ninaudible\ninaugral\ninaugural\ninaugurate\ninaugurated\ninaugurates\ninaugurating\ninauguration\ninaugurations\ninauspicious\ninauthentic\ninayat\ninbetween\ninbev\ninboard\ninborn\ninbound\ninbox\ninbrand\ninbred\ninbreeding\ninbuilt\ninbursa\ninc\ninc.\ninc..\ninca\nincalculable\nincan\nincandescent\nincantation\nincantations\nincap\nincapable\nincapacitate\nincapacitated\nincapacitating\nincapacitation\nincapacity\nincarcerated\nincarceration\nincarnate\nincarnated\nincarnation\nincarnations\nincas\nincat\nincc\nincd\nince\nincendiaries\nincendiary\nincense\nincensed\nincentive\nincentives\ninception\nincessant\nincessantly\nincest\nincestuous\ninch\ninchcape\ninched\nincheon\ninches\ninchicore\ninching\ninchiquin\ninchon\nincidence\nincidences\nincident\nincidental\nincidentally\nincidents\nincinerate\nincinerated\nincineration\nincinerator\nincinerators\nincipient\nincirlik\nincised\nincision\nincisions\nincisive\nincisor\nincisors\nincite\nincitec\nincited\nincitement\nincites\ninciting\nincl\ninclement\ninclination\ninclinations\nincline\ninclined\ninclines\ninclude\nincluded\nincludes\nincluding\ninclusion\ninclusions\ninclusive\ninclusiveness\ninco\nincognito\nincoherent\nincome\nincome(0\nincome-tax\nincome/\nincomes\nincoming\nincommunicado\nincomnet\nincomparable\nincompatibilities\nincompatibility\nincompatible\nincompetence\nincompetent\nincomplete\nincompletely\nincompleteness\nincomprehensible\nincompressible\ninconceivable\ninconclusive\ninconclusively\nincongruous\ninconsequential\ninconsiderate\ninconsistencies\ninconsistency\ninconsistent\ninconsistently\ninconsolable\ninconspicuous\nincontinence\ninconvenience\ninconvenienced\ninconveniences\ninconvenient\nincorporate\nincorporated\nincorporates\nincorporating\nincorporation\nincorporations\nincorporeal\nincorrect\nincorrectly\nincorrigible\nincorruptible\nincorvaia\nincr\nincrease\nincrease/\nincreased\nincreases\nincreasing\nincreasingly\nincredible\nincredibles\nincredibly\nincredulity\nincredulous\nincrement\nincremental\nincrementally\nincremented\nincrements\nincrese\nincriminate\nincriminating\nincrimination\nincstar\nincubate\nincubated\nincubates\nincubating\nincubation\nincubator\nincubators\nincubus\ninculcate\ninculcated\nincumbency\nincumbent\nincumbents\nincunabula\nincur\nincurable\nincurred\nincurring\nincurs\nincursion\nincursions\nincyte\nind\nind.\nind.-based\nindah\nindal\nindctrs\nindcts\nindeapr\nindebted\nindebtedness\nindecency\nindecent\nindecision\nindecisive\nindecisiveness\nindeed\nindefatigable\nindefeb\nindefensible\nindefinite\nindefinitely\nindejan\nindelible\nindelicato\nindemar\nindemay\nindemerc\nindemnify\nindemnity\nindenet\nindent\nindentation\nindentations\nindented\nindentified\nindenture\nindentured\nindepedent\nindependance\nindependant\nindependants\nindependence\nindependence-minded\nindependencia\nindependent\nindependent-minded\nindependentist\nindependently\nindependents\nindependiente\nindeq0\ninder\nindescribable\nindesen\nindesign\nindestructible\nindeterminacy\nindeterminate\nindex\nindex-arbitrage\nindex-linked\nindex.aug\nindex.jul\nindex.jun\nindex.may\nindexapr\nindexation\nindexaug\nindexed\nindexes\nindexfeb\nindexing\nindexjan\nindexjul\nindexjun\nindexmar\nindexmay\nindexq0\nindi\nindia\nindia-ceat\nindia-marxist\nindia-pakistan\nindia-primary\nindia-private\nindia0\nindian\nindian-born\nindian-origin\nindian-ruled\nindiana\nindiana-based\nindianapolis\nindianapolis-based\nindianola\nindians\nindias\nindic\nindica\nindicat\nindicate\nindicated\nindicates\nindicating\nindication\nindications\nindicative\nindicatjan\nindicatodec\nindicator\nindicator------------f\nindicator-----------f\nindicator----------f\nindicators\nindicators-\nindicators----------forecast---range---prevs\nindicators-latest\nindicdec\nindices\nindices*\nindicia\nindict\nindictable\nindicted\nindictees\nindicting\nindictment\nindictments\nindicts\nindicus\nindie\nindies\nindifference\nindifferent\nindigenisation\nindigenous\nindigenously\nindigent\nindigestible\nindigestion\nindignant\nindignation\nindignity\nindigo\nindinavir\nindio\nindios\nindira\nindirect\nindirectly\nindiscipline\nindiscretion\nindiscretions\nindiscriminate\nindiscriminately\nindispensable\nindispensible\nindisputable\nindisputably\nindistinct\nindistinguishable\nindium\nindividual\nindividualism\nindividualist\nindividualistic\nindividualists\nindividuality\nindividualized\nindividually\nindividuals\nindividuation\nindivisible\nindo\nindo-gulf\nindo-pakistan\nindocement\nindochina\nindochinese\nindocopper\nindoctrinated\nindoctrination\nindofood\nindoil\nindole\nindolent\nindomitable\nindon\nindonesia\nindonesian\nindonesians\nindoor\nindoors\nindorama\nindorayon\nindore\nindosat\nindosuez\nindosurya\nindovest\nindra\nindrajit\nindraprastha\nindre\nindrek\ninds\nindst'l\nindstl\nindu\ninduce\ninduced\ninducement\ninducements\ninducer\ninduces\ninducing\ninduct\ninductance\ninducted\ninductee\ninductees\ninduction\ninductions\ninductive\ninductively\ninductor\ninductors\nindulge\nindulged\nindulgence\nindulgences\nindulgent\nindulges\nindulging\nindupa\nindurain\nindus\nindusia\nindusind\nindust\nindustr\nindustri\nindustria\nindustrial\nindustrial-use\nindustriale\nindustriales\nindustriali\nindustrialisation\nindustrialised\nindustrialising\nindustrialism\nindustrialist\nindustrialists\nindustrialization\nindustrialized\nindustrializing\nindustrially\nindustrials\nindustrias\nindustrie\nindustriel\nindustrielle\nindustriels\nindustrier\nindustries\nindustrija\nindustrindo\nindustrious\nindustrivarden\nindustry\nindustry-leading\nindustry-specific\nindustry-wide\nindustrywide\nindusty\nindwelling\nindx\nindxsep\nindy\nindycar\nindyk\nindykpol\nindymedia\nine\ninebriated\ninedible\nineffable\nineffective\nineffectiveness\nineffectual\ninefficiencies\ninefficiency\ninefficient\ninegi\ninei\ninelastic\nineligible\ninem\ninept\nineptitude\ninequalities\ninequality\ninequitable\ninequities\ninequity\ninermis\ninerrancy\ninert\ninertia\ninertial\nines\ninescapable\ninespal\ninessa\ninevitability\ninevitable\ninevitably\ninexact\ninexcusable\ninexhaustible\ninexorable\ninexorably\ninexpensive\ninexpensively\ninexperience\ninexperienced\ninexplicable\ninexplicably\ninextricably\ninez\ninf\ninfact\ninfallibility\ninfallible\ninfamous\ninfamously\ninfamy\ninfancy\ninfant\ninfanta\ninfante\ninfanterie\ninfanticide\ninfantile\ninfantino\ninfantry\ninfantryman\ninfantrymen\ninfants\ninfarction\ninfatuated\ninfatuation\ninfeasible\ninfect\ninfected\ninfecting\ninfection\ninfections\ninfectious\ninfective\ninfects\ninfer\ninference\ninferences\ninferential\ninferior\ninferiore\ninferiority\ninfernal\ninferno\ninferred\ninferring\ninfers\ninfertile\ninfertility\ninfest\ninfestation\ninfestations\ninfested\ninfidel\ninfidelities\ninfidelity\ninfidels\ninfield\ninfielder\ninfielders\ninfighting\ninfill\ninfilled\ninfiltrate\ninfiltrated\ninfiltrates\ninfiltrating\ninfiltration\ninfiltrations\ninfiltrator\ninfiltrators\ninfineon\ninfiniband\ninfinite\ninfinitely\ninfinitesimal\ninfinitesimals\ninfiniti\ninfinities\ninfinitive\ninfinitives\ninfinitum\ninfinity\ninfirm\ninfirmary\ninfirmity\ninfisa\ninfix\ninflame\ninflamed\ninflaming\ninflammation\ninflammatory\ninflatable\ninflate\ninflated\ninflates\ninflating\ninflation\ninflation-adjusted\ninflation-fighting\ninflation-free\ninflation-indexed\ninflation-linked\ninflation-protected\ninflation-sensitive\ninflation-wary\ninflationary\ninflected\ninflection\ninflectional\ninflections\ninflexibility\ninflexible\ninflict\ninflicted\ninflicting\ninfliction\ninflicts\ninflight\ninflorescence\ninflorescences\ninflow\ninflows\ninfluence\ninfluence-peddling\ninfluenced\ninfluences\ninfluencing\ninfluential\ninfluenza\ninfluenzae\ninflux\ninfo\ninfo-tech\ninfocom\ninfocomm\ninfocure\ninfogrames\ninfomercial\ninfomercials\ninfor\ninforadio\ninform\ninformaciones\ninformal\ninformally\ninformant\ninformants\ninformatics\ninformation\ninformational\ninformations\ninformationssysteme\ninformative\ninformed\ninformer\ninformers\ninforming\ninformix\ninforms\ninfoseek\ninfostrada\ninfosys\ninfotainment\ninfotech\ninfotek\ninfoworld\ninfra\ninfra-red\ninfraction\ninfractions\ninfraero\ninfraorder\ninfrared\ninfrastructural\ninfrastructure\ninfrastructures\ninfrastucture\ninfratest\ninfratil\ninfrequent\ninfrequently\ninfringe\ninfringed\ninfringement\ninfringements\ninfringes\ninfringing\ninfront\ninfuriate\ninfuriated\ninfuriates\ninfuriating\ninfuse\ninfused\ninfuses\ninfusing\ninfusion\ninfusions\ning\ning-baring\ning-barings\ninga\ningalls\ningame\ninge\ningeborg\ningelheim\ningemar\ningen\ningenious\ningeniously\ningenue\ningenuity\ninger\ningersoll\ningersoll-rand\ningest\ningested\ningesting\ningestion\ningham\ningjald\ningle\ningleby\ningles\ningleside\ninglewood\ninglis\ningman\ningmar\ningo\ningolstadt\ningosstrakh\ningot\ningots\ningraham\ningrained\ningram\ningratiate\ningredient\ningredients\ningres\ningress\ningria\ningrid\nings\ninguinal\ningush\ningushetia\ningvar\ningwe\ninh\ninhabit\ninhabitable\ninhabitant\ninhabitants\ninhabitated\ninhabitation\ninhabited\ninhabiting\ninhabits\ninhalation\ninhale\ninhaled\ninhaler\ninhalers\ninhales\ninhaling\ninherent\ninherently\ninherit\ninheritable\ninheritance\ninheritances\ninherited\ninheriting\ninheritor\ninheritors\ninherits\ninhg\ninhibit\ninhibited\ninhibiting\ninhibition\ninhibitions\ninhibitor\ninhibitors\ninhibitory\ninhibits\ninhomogeneous\ninhospitable\ninhouse\ninhuman\ninhumane\ninhumanity\ninhumans\nini\nini0\ninicjatyw\ninigo\ninika\ninimical\ninimitable\niniquity\ninis\ninit\ninital\ninitally\ninitative\ninitial\ninitialed\ninitialism\ninitialization\ninitialize\ninitialized\ninitialled\ninitialling\ninitially\ninitials\ninitiate\ninitiated\ninitiates\ninitiating\ninitiation\ninitiations\ninitiative\ninitiatives\ninitiator\ninitiators\ninitiatory\ninitio\ninject\ninjectable\ninjected\ninjecting\ninjection\ninjections\ninjective\ninjector\ninjectors\ninjects\ninjuction\ninjunction\ninjunctions\ninjunctive\ninjure\ninjured\ninjures\ninjuries\ninjuring\ninjurious\ninjury\ninjury-hit\ninjury-plagued\ninjury-time\ninjustice\ninjustices\nink\ninkatha\ninked\ninker\ninkerman\ninking\ninkjet\ninkling\ninklings\ninkombank\ninks\ninkster\ninkwell\ninky\ninl\ninla\ninlaid\ninland\ninlay\ninlays\ninlet\ninlets\ninline\ninline0\ninman\ninmarsat\ninmate\ninmates\ninmet\ninn\ninna\ninnards\ninnate\ninnately\ninner\ninner-city\ninnermost\ninnervate\ninnervated\ninnervation\ninnes\ninning\ninnings\ninnis\ninnisfail\ninniskilling\ninnkeeper\ninnkeepers\ninnocence\ninnocent\ninnocenti\ninnocently\ninnocents\ninnocuous\ninnogenetics\ninnotech\ninnova\ninnovate\ninnovated\ninnovating\ninnovation\ninnovations\ninnovative\ninnovator\ninnovators\ninnovest\ninnovex\ninnovir\ninnovo\ninns\ninnsbruck\ninnsmouth\ninntrepreneur\ninnu\ninnuendo\ninnuendos\ninnumerable\nino\ninocencio\ninoculated\ninoculation\ninoculations\ninoffensive\ninoki\ninonu\ninoperable\ninoperative\ninopportune\ninordinate\ninorganic\ninositol\ninoue\ninouye\ninp\ninparsa\ninpatient\ninpc\ninpex\ninphynet\ninps\ninput\ninput/output\ninputs\ninputting\ninquest\ninquire\ninquired\ninquirer\ninquires\ninquiries\ninquiring\ninquiry\ninquisition\ninquisitions\ninquisitive\ninquisitor\ninquisitorial\ninquisitors\ninr\ninr=\ninra\ninro\ninroads\nins\ninsa\ninsane\ninsanely\ninsanity\ninsatiable\ninscribe\ninscribed\ninscription\ninscriptional\ninscriptions\ninscrutable\ninsd\ninsead\ninsect\ninsecticide\ninsecticides\ninsecticons\ninsectivore\ninsectivores\ninsectivorous\ninsectoid\ninsects\ninsecure\ninsecurities\ninsecurity\ninsee\ninsein\ninsemination\ninsensitive\ninsensitivity\ninseparable\ninseparably\ninsert\ninserted\ninserting\ninsertion\ninsertions\ninserts\ninset\ninsg\ninshore\ninside\ninsider\ninsider-trading\ninsiders\ninsides\ninsidious\ninsight\ninsight-\ninsight-aussie\ninsight-australian\ninsight-cocoa\ninsight-coffee\ninsight-dlr\ninsightful\ninsights\ninsignia\ninsignias\ninsignificance\ninsignificant\ninsilco\ninsincere\ninsinuated\ninsinuates\ninsinuating\ninsipid\ninsist\ninsistance\ninsisted\ninsistence\ninsistent\ninsisting\ninsists\ninsituform\ninsitute\ninsitutional\ninsitutions\ninso\ninsofar\ninsolation\ninsolence\ninsolent\ninsoluble\ninsolvencies\ninsolvency\ninsolvent\ninsomnia\ninsomniac\ninspect\ninspected\ninspecting\ninspection\ninspections\ninspector\ninspector-general\ninspectorate\ninspectors\ninspects\ninspiral\ninspiration\ninspirational\ninspirations\ninspire\ninspired\ninspires\ninspiring\ninspite\ninst\ninstabilities\ninstability\ninstal\ninstall\ninstallation\ninstallations\ninstalled\ninstaller\ninstallers\ninstalling\ninstallment\ninstallments\ninstalls\ninstalment\ninstalments\ninstance\ninstances\ninstant\ninstantaneous\ninstantaneously\ninstantiated\ninstantiation\ninstantly\ninstar\ninstars\ninstated\ninstead\ninstigate\ninstigated\ninstigating\ninstigation\ninstigator\ninstigators\ninstil\ninstill\ninstilled\ninstilling\ninstills\ninstinct\ninstinctive\ninstinctively\ninstincts\ninstinctual\ninstinet\ninstititutions\ninstitn\ninstitut\ninstitute\ninstituted\ninstitutes\ninstituting\ninstitution\ninstitutional\ninstitutionalised\ninstitutionalization\ninstitutionalized\ninstitutionally\ninstitutionals\ninstitutions\ninstituto\ninstron\ninstruct\ninstructed\ninstructing\ninstruction\ninstructional\ninstructions\ninstructive\ninstructor\ninstructors\ninstructs\ninstrument\ninstrumental\ninstrumentalist\ninstrumentalists\ninstrumentality\ninstrumentally\ninstrumentals\ninstrumentarium\ninstrumentation\ninstrumented\ninstruments\ninsubordinate\ninsubordination\ninsubstantial\ninsufficiency\ninsufficient\ninsufficiently\ninsula\ninsulae\ninsular\ninsulate\ninsulated\ninsulating\ninsulation\ninsulator\ninsulators\ninsulin\ninsult\ninsulted\ninsulting\ninsults\ninsulza\ninsurance\ninsurances\ninsure\ninsured\ninsurer\ninsurers\ninsures\ninsurgencies\ninsurgency\ninsurgency-related\ninsurgent\ninsurgents\ninsuring\ninsurmountable\ninsurrection\ninsurrectionary\ninsurrections\nint\nint'l\nintact\nintaglio\nintake\nintakes\nintamin\nintan0\nintangible\nintangibles\nintec\nintech\ninteg\ninteger\nintegers\nintegon\nintegra\nintegrable\nintegral\nintegrally\nintegrals\nintegrand\nintegrate\nintegrated\nintegrates\nintegrating\nintegration\nintegrationists\nintegrations\nintegrative\nintegrator\nintegrators\nintegrifolia\nintegrion\nintegrity\nintegument\nintel\nintel-based\nintelidata\ninteligencia\nintelisano\nintellect\nintellects\nintellectual\nintellectualism\nintellectually\nintellectuals\nintellicall\nintelligence\nintelligencer\nintelligences\nintelligent\nintelligently\nintelligentsia\nintelligibility\nintelligible\nintelligroup\nintellivision\nintelsat\nintend\nintendant\nintended\nintending\nintends\nintense\nintensely\nintensification\nintensified\nintensifies\nintensify\nintensifying\nintensities\nintensity\nintensive\nintensively\nintent\nintention\nintentional\nintentionality\nintentionally\nintentioned\nintentions\nintently\nintents\ninter\ninter-\ninter-african\ninter-agency\ninter-american\ninter-bank\ninter-city\ninter-communal\ninter-company\ninter-continental\ninter-corporate\ninter-dealer\ninter-entity\ninter-ethnic\ninter-europa\ninter-governmental\ninter-island\ninter-korean\ninter-kurdish\ninter-meeting\ninter-ministerial\ninter-month\ninter-office\ninter-operability\ninter-parliamentary\ninter-party\ninter-regional\ninter-state\ninter-u.k.\ninter-uk\ninter-ukc\ninteracciones\ninteract\ninteracted\ninteracting\ninteraction\ninteractionism\ninteractions\ninteractive\ninteractively\ninteractivity\ninteractivos\ninteracts\ninterafrican\ninteragency\ninterahamwe\ninteramerican\ninterbank\ninterbellum\ninterbred\ninterbreed\ninterbreeding\ninterbrew\ninterbulk\nintercable\nintercalary\nintercalated\nintercapital\nintercargo\nintercede\ninterceded\nintercel\nintercell\nintercept\nintercepted\nintercepting\ninterception\ninterceptions\ninterceptor\ninterceptors\nintercepts\nintercession\ninterchange\ninterchangeability\ninterchangeable\ninterchangeably\ninterchanged\ninterchanges\ninterchanging\nintercity\nintercollegiate\nintercolonial\nintercom\nintercommunal\nintercompany\ninterconnect\ninterconnected\ninterconnectedness\ninterconnecting\ninterconnection\ninterconnections\ninterconnector\ninterconnects\nintercontinental\nintercooler\nintercorporate\nintercostal\nintercounty\nintercourse\nintercultural\nintercut\ninterdealer\ninterdenominational\ninterdependence\ninterdependent\ninterdict\ninterdiction\ninterdigital\ninterdimensional\ninterdisciplinary\ninterdiscount\ninterest\ninterest-bearing\ninterest-earning\ninterest-free\ninterest-rate\ninterest-sensitive\ninterested\ninteresting\ninterestingly\ninterests\ninterface\ninterfaced\ninterfaces\ninterfacing\ninterfaith\ninterfax\ninterfax-ukraine\ninterfere\ninterfered\ninterference\ninterferences\ninterferes\ninterfering\ninterferometer\ninterferometers\ninterferometric\ninterferometry\ninterferon\ninterfin\ninterform\ninterfraternity\nintergalactic\nintergang\nintergen\nintergenerational\ninterglacial\nintergovernmental\nintergraph\nintergration\nintergroup\ninterim\ninterims\ninterior\ninteriors\ninterjection\ninterjections\ninterkom\ninterlace\ninterlaced\ninterlacing\ninterlake\ninterlaken\ninterleaf\ninterleague\ninterleaved\ninterleaving\ninterleisure\ninterleukin\ninterleukin0\ninterlibrary\ninterline\ninterlingua\ninterlink\ninterlinked\ninterlocal\ninterlochen\ninterlock\ninterlocked\ninterlocking\ninterlocutor\ninterloper\ninterlopers\ninterlude\ninterludes\nintermagnetics\nintermarche\nintermarket\nintermarriage\nintermarriages\nintermarried\nintermarry\nintermedia\nintermediaries\nintermediary\nintermediate\nintermediate-term\nintermediates\nintermediation\nintermedics\nintermeeting\ninterment\ninterments\nintermet\nintermezzo\ninterminable\nintermingle\nintermingled\nintermingling\ninterministerial\nintermission\nintermissions\nintermittent\nintermittently\nintermixed\nintermodal\nintermolecular\nintermoney\nintermonth\nintermountain\nintern\ninternacional\ninternal\ninternalisation\ninternalization\ninternalized\ninternally\ninternals\ninternasional\ninternatinal\ninternatio-mueller\ninternation\ninternational\ninternationale\ninternationales\ninternationalisation\ninternationalise\ninternationalism\ninternationalist\ninternationalists\ninternationalization\ninternationalized\ninternationally\ninternationally-recognised\ninternationals\ninternationl\ninternatonal\ninternazionale\ninternecine\ninterned\ninternee\ninternees\ninternet\ninternet-based\ninternet-related\ninternetworking\ninterneuron\ninterning\ninternist\ninternment\ninterns\ninternship\ninternships\ninterntional\ninteroperability\ninteroperable\ninteroperate\ninterosseous\ninterparliamentary\ninterpellation\ninterpersonal\ninterphase\ninterplanetary\ninterplay\ninterpol\ninterpolate\ninterpolated\ninterpolating\ninterpolation\ninterpolations\ninterpool\ninterpore\ninterport\ninterposed\ninterpret\ninterpretation\ninterpretations\ninterpretative\ninterpreted\ninterpreter\ninterpreters\ninterpreting\ninterpretive\ninterprets\ninterprovincial\ninterpublic\ninterra\ninterracial\ninterred\ninterregional\ninterregnum\ninterrelated\ninterrelationships\ninterreligious\ninterrogate\ninterrogated\ninterrogates\ninterrogating\ninterrogation\ninterrogations\ninterrogative\ninterrogator\ninterrogators\ninterros\ninterrupt\ninterrupted\ninterruptible\ninterrupting\ninterruption\ninterruptions\ninterrupts\ninterscholastic\ninterscope\nintersec\nintersect\nintersected\nintersecting\nintersection\nintersections\nintersects\nintersegment\ninterservices\nintersex\ninterspace\ninterspaces\ninterspecies\ninterspecific\ninterspersed\nintersputnik\ninterst\ninterstate\ninterstates\ninterstellar\ninterstitial\nintersuisse\nintertanko\nintertech\nintertechnology\nintertek\nintertidal\nintertie\nintertoto\nintertropical\nintertwine\nintertwined\nintertwining\ninteruniversity\ninterurban\ninterval\nintervals\nintervarsity\nintervene\nintervened\nintervener\nintervenes\nintervening\nintervention\ninterventional\ninterventionism\ninterventionist\ninterventions\ninterventions*\nintervertebral\ninterview\ninterviewed\ninterviewee\ninterviewees\ninterviewer\ninterviewers\ninterviewing\ninterviews\nintervoice\ninterwar\ninterweaving\ninterwest\ninterwoven\ninterzonal\ninterzone\nintestate\nintestinal\nintestine\nintestines\ninthe\ninti\nintial\nintially\nintiative\nintiatives\nintifada\nintim\nintimacy\nintimate\nintimated\nintimately\nintimates\nintimidate\nintimidated\nintimidating\nintimidation\nintimidators\nintimidatory\nintindola\nintissar\nintitial\nintitially\nintl\nintl0\ninto\nintolerable\nintolerance\nintolerant\nintonation\nintoxicated\nintoxicating\nintoxication\nintra\nintra-afghan\nintra-asian\nintra-community\nintra-country\nintra-day\nintra-eu\nintra-european\nintra-group\nintra-regional\nintra-session\nintracellular\nintraco\nintracoastal\nintracom\nintracranial\nintractable\nintraday\nintramolecular\nintramural\nintramurals\nintramuros\nintramuscular\nintranet\nintranets\nintranetware\nintransigence\nintransigent\nintransitive\nintraocular\nintrasession\nintrasoft\nintrastate\nintrauterine\nintravascular\nintravenous\nintravenously\nintrawest\nintrepid\nintria\nintricacies\nintricacy\nintricate\nintricately\nintrigue\nintrigued\nintrigues\nintriguing\nintriguingly\nintrinsic\nintrinsically\nintro\nintroduce\nintroduced\nintroduces\nintroducing\nintroduction\nintroductions\nintroductory\nintron\nintrons\nintros\nintrospection\nintrospective\nintroversion\nintrovert\nintroverted\nintru\nintrude\nintruded\nintruder\nintruders\nintrudes\nintruding\nintrusion\nintrusions\nintrusive\nintubation\nintuit\nintuition\nintuitionism\nintuitionistic\nintuitions\nintuitive\nintuitively\nintvn\ninu\ninui\ninuit\ninuktitut\ninundated\ninundating\ninundation\ninupiat\ninuvik\ninuyasha\ninv\ninvacare\ninvade\ninvaded\ninvader\ninvaders\ninvades\ninvading\ninvalid\ninvalidate\ninvalidated\ninvalidating\ninvalided\ninvalides\ninvalidity\ninvalids\ninvaluable\ninvariable\ninvariably\ninvariance\ninvariant\ninvariants\ninvasion\ninvasions\ninvasive\ninvective\ninveks\ninven\ninvent\ninventec\ninvented\ninventing\ninvention\ninventions\ninventive\ninventiveness\ninventor\ninventories\ninventors\ninventory\ninventory-to-sales\ninvents\ninver\ninverban\ninvercargill\ninverclyde\ninverkeithing\ninverlat\ninvermexico\ninverness\ninverse\ninversely\ninverses\ninversion\ninversiones\ninversions\ninversora\ninvert\ninvertebrate\ninvertebrates\ninverted\ninverter\ninverters\ninvertible\ninverting\ninverts\ninverurie\ninvesco\ninvesment\ninvesments\ninvest\ninvest.+\ninvest.holding\ninvestable\ninvestama\ninvestasi\ninvestcorp\ninvestec\ninvested\ninvestee\ninvestees\ninvestement\ninvesteringsbank\ninvestible\ninvesticni\ninvestigate\ninvestigated\ninvestigates\ninvestigating\ninvestigation\ninvestigational\ninvestigations\ninvestigative\ninvestigator\ninvestigators\ninvestigatory\ninvestimento\ninvestimentos\ninvesting\ninvestir\ninvestissements\ninvestiture\ninvestment\ninvestment-grade\ninvestment0\ninvestmentbank\ninvestments\ninvestor\ninvestor-friendly\ninvestor-owned\ninvestors\ninvests\ninveterate\ninvicta\ninvictus\ninvid\ninvigorate\ninvigorated\ninvigorating\ninvincibility\ninvincible\ninvincibles\ninviolability\ninviolable\ninvirase\ninvisibility\ninvisible\ninvisibles\ninvisibly\ninvision\ninvitation\ninvitation-only\ninvitational\ninvitations\ninvite\ninvited\ninvitee\ninvitees\ninvites\ninviting\ninvocation\ninvocations\ninvoice\ninvoiced\ninvoices\ninvoicing\ninvoke\ninvoked\ninvokes\ninvoking\ninvoluntarily\ninvoluntary\ninvolution\ninvolve\ninvolved\ninvolvement\ninvolvements\ninvolves\ninvolving\ninvolvment\ninvs\ninvulnerability\ninvulnerable\ninward\ninwardly\ninwards\ninwestycyjny\ninwood\ninx\ninxs\ninyo\ninzaghi\ninzamam\ninzamam-ul-haq\nio\nioan\nioannina\nioannis\niobe\nioc\niocc\niod\niodide\niodine\niof\niola\niolani\niolanthe\niolaus\niolcos\niolo\niom\niomega\niommi\nion\niona\nione\nionesco\nionescu\nionia\nionian\nionians\nionic\nionica\nionics\nionikos\nionisation\nionization\nionize\nionized\nionizing\nionosphere\nionospheric\nions\niop\nior\niordanescu\niorga\niori\niorwerth\nios\niosco\niosif\niota\niowa\niowa-based\niowa-minn\niowa-s\niowa-so\niowa-southern\nip\nip0\nipa\nipaa\nipai\nipako\nipalco\nipanema\nipb\nipc\nipca\nipcc\nipcl\nipco\nipe\nipea\nipecac\nipeco\nipf\nipfw\nipg\niphigenia\niphone\nipi\nipiranga\nipkf\nipl\nipm\nipma\nipma0\nipn\nipo\nipod\nipods\nipoh\nipos\nipp\nippolito\nippolitov\nipps\nipr\niprd\nips\nipsa\nipsco\nipsec\nipsilateral\nipso\nipsos\nipsta\nipswich\nipt\niptf\niptn\niptv\nipu\nipv0\nipx\niq\niqaluit\niqbal\niqlim\niqs\niquique\niquitos\nir\nir0\nira\nirabu\nirae\niraj\niraklis\nirala\niran\niran-contra\niran-iraq\niran-libya\nirani\niranian\niranian-backed\niranians\niraq\niraq-based\niraq-iran\niraq-kuwait\niraqi\niraqi-backed\niraqi-turkish\niraqis\niras\nirascible\nirate\nirb\nirbe\nirbi\nirbid\nirbm\nirby\nirc\nircam\nird\nirda\nire\nireda\niredell\nireland\nireland-based\nirelands\nirena\nirenaeus\nirene\nires\nireton\nirfan\nirfb\nirfc\nirfu\nirgun\niri\niria\nirian\niridescence\niridescent\niridium\nirina\niris\nirises\nirish\nirish-american\nirish-based\nirish-pound\nirishman\nirishmen\nirisis\niriso\nirix\nirja\nirked\nirkutsk\nirkutskenergo\nirl\nirma\nirn\nirna\niro\niroc\niroh\niron\niron-fisted\nironbark\nironbound\nironbridge\nironclad\nironclads\nirondale\nirondequoit\nironed\nironhide\nironi\nironic\nironically\nironing\nironman\nironmaster\nironmen\nironore\nirons\nironside\nironsides\nironstone\nironton\nironwood\nironwork\nironworkers\nironworks\nirony\niroquoian\niroquois\nirp\nirr\nirradiance\nirradiated\nirradiation\nirrational\nirrationality\nirrationally\nirrawaddy\nirreconcilable\nirredentist\nirreducible\nirrefutable\nirregular\nirregularities\nirregularity\nirregularly\nirregulars\nirrelevance\nirrelevant\nirreligious\nirreparable\nirreparably\nirreplaceable\nirrepressible\nirresistible\nirrespective\nirresponsibility\nirresponsible\nirresponsibly\nirreverence\nirreverent\nirreversible\nirreversibly\nirrevocable\nirrevocably\nirri\nirri0\nirrigat\nirrigate\nirrigated\nirrigating\nirrigation\nirritability\nirritable\nirritant\nirritants\nirritate\nirritated\nirritates\nirritating\nirritation\nirritations\nirrorated\nirs\nirsa\nirsg\nirshad\nirt\nirtysh\niru\nirulan\nirv\nirvan\nirvin\nirvine\nirving\nirvington\nirwell\nirwin\nirwindale\nis\nis0\nisa\nisa.\nisaac\nisaacs\nisaacson\nisaak\nisab\nisabeau\nisabel\nisabela\nisabella\nisabelle\nisadora\nisadore\nisaf\nisaiah\nisaias\nisaie\nisak\nisaly\nisam\nisambard\nisamu\nisan\nisandlwana\nisang\nisao\nisar\nisard\nisarescu\nisayas\nisb\nisbank\nisbell\nisbn\nisbn0\nisc\nisca\niscar\niscariot\nischemia\nischemic\nischia\nisco\niscor\niscsi\nisd\nisda\nisdb\nisdn\nise\nisec\niseki\niselin\nisen\nisenberg\nisenburg\nisengard\niseq\nisere\niserlohn\nisetan\niseult\nisf\nisfahan\nisg\nisgiec\nish\nisha\nishai\nishak\nisham\nishaq\nisherwood\nishi\nishida\nishigaki\nishihara\nishii\nishijima\nishikawa\nishikawajima\nishikawajima-harima\nishikura\nishmael\nishq\nishta\nishtar\nishvara\nisi\nisiah\nisidor\nisidore\nisidoro\nisidro\nisildur\nisin\nising\nisiro\nisis\niskandar\niskander\niskcon\niskenderun\niskra\nisl\nisla\nislacom\nislah\nislam\nislam-based\nislamabad\nislamabad-based\nislami\nislamia\nislamic\nislamism\nislamist\nislamist-conservative\nislamist-free\nislamist-leaning\nislamist-led\nislamist-oriented\nislamists\nislamiyah\nislamization\nislamophobia\nisland\nisland''\nisland-wide\nislander\nislanders\nislandia\nislands\nislandwide\nislas\nislay\nisle\nisles\nislet\nislets\nisleworth\nisley\nisleys\nislington\nislip\nism\nisma\nisma'il\nismael\nismail\nismaili\nismailis\nismay\nismea\nismet\nismoil\nisms\nisn\niso\niso/iec\niso0\niso00\nisobel\nisobutane\nisoc\nisocrates\nisocyanate\nisoform\nisoforms\nisola\nisolate\nisolated\nisolates\nisolating\nisolation\nisolationism\nisolationist\nisolde\nisolyser\nisomer\nisomeric\nisomerization\nisomers\nisometric\nisometries\nisometry\nisomorphic\nisomorphism\nisomorphisms\nisonzo\nisopropyl\nisoroku\nisosceles\nisospin\nisostatic\nisothermal\nisotherms\nisotimia\nisotonic\nisotope\nisotopes\nisotopic\nisotropic\nisotta\nisp\nispat\nisps\nisr\nisrael\nisrael-based\nisrael-gaza\nisrael-palestinian\nisrael-plo\nisraeli\nisraeli-\nisraeli-arab\nisraeli-backed\nisraeli-born\nisraeli-controlled\nisraeli-egyptian\nisraeli-held\nisraeli-jordanian\nisraeli-occupied\nisraeli-palestinian\nisraeli-plo\nisraeli-syrian\nisraelis\nisraelite\nisraelites\nisro\niss\nissa\nissac\nissachar\nissam\nissaquah\nisse\nissen\nissf\nisshin\nissing\nissn\nissu\nissuable\nissuance\nissuances\nissue\nissued\nissuer\nissuers\nissues\nissues-middle\nissuing\nissus\nissy\nissyk\nist\nistana\nistanbul\nistanbullu\nistanbulspor\nistar\nistat\nisthmian\nisthmus\nistiqlal\nistituto\nistock\nistra\nistrabenz\nistraturist\nistria\nistrian\nistvan\nisu\nisuzu\nit\nit.\nit.the\nita\nita.consumer\nita.cpi\nita.gdp\nita.industrial\nita.producer\nita.wholesale\nitagaki\nitajai\nital\nitalcementi\nitalia\nitalian\nitalian-based\nitalian-born\nitalian-controlled\nitalian-led\nitalian-thai\nitaliana\nitalianate\nitaliani\nitaliano\nitalians\nitalic\nitalica\nitalicized\nitalico\nitalics\nitalo\nitaltel\nitaly\nitamar\nitamaraty\nitami\nitanium\nitaperuna\nitar-tass\nitarsi\nitasca\nitau\nitausa\nitb\nitc\nitch\nitchen\nitching\nitchy\nite\nitem\nitems\niteq\niter\niterate\niterated\niteration\niterations\niterative\niteratively\nitesm\nitf\nith\nithaca\nithilien\niti\nitil\nitim\nitinerant\nitineraries\nitinerary\nitis\nitj\nitl\nitn\nito\nito-yokado\nitochu\nitogi\nitogon\nitoh\nitoki\nitp\nitron\nits\nitsekiri\nitsekiris\nitself\nitsuki\nitt\nittihad\nitto\nitu\nitunes\niturbide\nituri\nitv\nitv0\nitw\nitza\nitzhak\nitzik\niu\niucn\niud\niudaea\niue\niuka\niulia\niulian\niuliano\niupac\niupui\niuris\nius\niusa\niusacell\niuz\niv\niv.\niv0\niva\nivac\nivaco\nivailo\nivalice\nivan\nivana\nivanhoe\nivanic\nivanisevic\nivanko\nivano\nivano-frankivsk\nivanov\nivanova\nivanovic\nivanovich\nivanovna\nivanovo\nivany\nivar\nivax\nivb\nivc\nivcher\nive\niveagh\niveco\nivens\niver\nivernia\niversen\niverson\nives\nivester\nivey\nivf\nivi\nivic\nivica\nivins\nivkovic\nivo\nivor\nivorian\nivorians\nivory\nivr\nivrea\nivri\nivry\nivs\nivvm\nivy\niw\niwa\niwa-canada\niwai\niwaki\niwakuni\niwama\niwan\niwao\niwasaki\niwata\niwatani\niwate\niwatsu\niwc\niwcc\niwerks\niwgp\niwh\niwi\niwo\niwp\niws\niwto\niww\nix\nix.\nix0\nixc\nixe\nixelles\nixion\nixis\niyad\niyasu\niyengar\niyer\niyers\niyo\niz\niza\nizaak\nizard\nizetbegovic\nizit\nizmir\nizmit\nizolacja\nizquierda\nizquierdo\nizu\nizui\nizumi\nizumo\nizvestia\nizvorul\nizz\nizzard\nizzie\nizzo\nizzy\nj\nj$\nj&a\nj&b\nj&h\nj&j\nj&l\nj'ai\nj'onn\nj-block\nj-curve\nj-league\nj.\nj.a.\nj.b.\nj.c\nj.c.\nj.d\nj.d.\nj.e.\nj.e.b.\nj.f.\nj.g\nj.g.\nj.h.\nj.j\nj.j.\nj.j.b.\nj.k.\nj.l.\nj.m.\nj.m.baxi\nj.n.\nj.n.vyas\nj.p\nj.p.\nj.p.morgan\nj.r\nj.r.\nj.r.r.\nj.s.\nj.t.\nj.w.\nj0\nj0ee\nj0me\nj0s\nja\nja'far\njaa\njaad\njaafar\njaak\njaakko\njaan\njaap\njaarsveld\njab\njababeka\njabal\njabal-os-saraj\njabal-os-siraj\njabali\njabalpur\njabba\njabbar\njabber\njabberwocky\njaber\njabez\njabil\njabiluka\njabir\njabiru\njablonec\njablonski\njabo\njabot\njabotinsky\njabr\njabs\njabu\njaburo\njac\njaca\njacana\njacanas\njacanidae\njacaranda\njacco\njace\njacek\njacen\njacikevichius\njacinta\njacinto\njack\njack-up\njackal\njackals\njackass\njacked\njacket\njacketed\njackets\njackfruit\njackhammer\njackie\njackin\njacking\njackins\njackman\njacko\njackpot\njackrabbit\njacks\njackson\njacksonian\njacksons\njacksonville\njackup\njacky\njaclyn\njaco\njacob\njacobean\njacobi\njacobian\njacobin\njacobins\njacobite\njacobites\njacobitism\njacobo\njacobs\njacobsen\njacobson\njacobus\njacoby\njacopo\njacor\njacquard\njacque\njacqueline\njacques\njacques-yves\njacquet\njacqui\njacquie\njacuzzi\njad\njada\njadakiss\njadavpur\njade\njaded\njadeite\njadeja\njaden\njadida\njadis\njadranko\njadranturist\njadwiga\njadzia\njae\njae-chull\njaeger\njaen\njafar\njafarey\njafco\njaffa\njaffar\njaffary\njaffe\njaffee\njaffer\njaffna\njaffray\njaffre\njaffrey\njag\njagadguru\njagan\njagannath\njagat\njagdgeschwader\njagdish\njager\njagermeister\njagge\njagged\njagger\njaggery\njagielinski\njagiello\njagiellon\njagiellonian\njagir\njagirdars\njagland\njagmetti\njago\njagoda\njagodina\njagr\njagran\njags\njaguar\njaguars\njah\njahan\njahangir\njahn\njahnke\njahr\njahrbuch\njahre\njahwist\njai\njaia\njaidyn\njail\njailbreak\njailed\njailer\njailers\njailhouse\njailing\njailings\njails\njaime\njain\njaina\njainism\njains\njaipal\njaipur\njair\njaisalmer\njaja\njajce\njak\njakab\njakarta\njakarta-based\njakarta.newsroom@reuters.com\njake\njakes\njaki\njakob\njakobsen\njakobson\njakobstad\njakub\njakubik\njakubowska\njal\njala\njalabert\njalal\njalalabad\njalali\njalan\njalandhar\njalapa\njalapeno\njalgaon\njalil\njalisco\njaller\njalore\njalosjos\njalpaiguri\njalut\njam\njama\njamaal\njamaat\njamaat-e-islami\njamaat-i-islami\njamaica\njamaican\njamaicans\njamal\njamali\njamalpur\njamba\njambalaya\njambay\njambi\njamboree\njamborees\njame\njameel\njamelia\njamerson\njames\njameson\njamestown\njamey\njami\njamia\njamiat\njamiat-i-islami\njamie\njamieson\njamil\njamiroquai\njamison\njammed\njammeh\njammer\njammers\njammin\njamming\njammu\njammy\njamnagar\njamon\njams\njamshed\njamshedpur\njamsheed\njamshid\njamtland\njamtv\njamuna\njamz\njan\njan'0\njan-apr\njan-april\njan-aug\njan-aug'0\njan-dec\njan-dec'0\njan-dec0\njan-feb\njan-feb0\njan-jul\njan-jul0\njan-july\njan-july'0\njan-jun\njan-june\njan-june'0\njan-june0\njan-mar\njan-mar0\njan-march\njan-march0\njan-may\njan-may0\njan-nov\njan-nov'0\njan-nov0\njan-oct\njan-oct'0\njan-ove\njan-sep\njan-sept\njan-sept'0\njan.\njan0\njana\njanacek\njanae\njanaf\njanaki\njanamejaya\njanata\njanaury\njancso\njanda\njandek\njandial\njane\njaneane\njaneiro\njanelle\njanes\njaneshwar\njanesville\njanet\njanette\njaneway\njaney\njanez\njanfeb\njang\njang-yop\njangle\njango\njani\njanice\njanie\njanina\njanine\njanis\njanisch\njanissaries\njanissary\njaniszewski\njanitor\njanitorial\njanitors\njanjaweed\njanjua\njankel\njanko\njankovic\njankowski\njann\njanna\njannati\njanne\njanner\njannetty\njanney\njannie\njano\njanome\njanos\njanowski\njansa\njansch\njansen\njansenism\njansenist\njansenists\njansher\njansky\njanson\njanssen\njanssens\njansson\njanszoon\njantzen\njanuary\njanuary-\njanuary-april\njanuary-august\njanuary-december\njanuary-february\njanuary-july\njanuary-june\njanuary-march\njanuary-may\njanuary-november\njanuary-october\njanuary-september\njanuary/february\njanus\njanusz\njanvier\njanzen\njao\njaora\njaoude\njap\njapan\njapan-based\njapan-russia\njapan-s.korea\njapan-sk\njapan-u.s.\njapanese\njapanese-made\njapanese-owned\njapanese-style\njapex\njaphet\njapheth\njapie\njaponica\njapw\njaques\njar\njara\njarai\njarama\njaramillo\njarasandha\njarc\njardel\njardim\njardin\njardine\njardines\njardins\njared\njargon\njari\njarl\njarlaxle\njarman\njarmo\njarmusch\njarnet\njarni\njarno\njaro\njaromir\njaroslav\njaroslaw\njarrah\njarre\njarreau\njarred\njarrell\njarrett\njarring\njarrod\njarrow\njarry\njars\njaruzelski\njarvi\njarvis\njas\njasa\njascha\njasco\njase\njasenka\njasenovac\njasinowski\njasmin\njasmine\njasna\njason\njasper\njaspers\njasqui\njass\njassa\njassan\njassem\njassim\njasta\njaswant\njasz\njat\njataka\njati\njatin\njatiya\njato\njatoi\njatra\njatropha\njats\njatt\njatta\njauch\njauhar\njaume\njaundice\njaune\njaunpur\njaunt\njaunty\njaures\njava\njava-based\njavad\njavagal\njavan\njavanese\njavascript\njavasoft\njavastation\njaved\njavelin\njavelins\njavert\njavi\njavier\njavits\njavurek\njaw\njawa\njawad\njawahar\njawaharlal\njawara\njawbone\njawboning\njawbreaker\njawed\njawi\njawor\njaworski\njaws\njax\njaxa\njaxx\njay\njaya\njaya-\njayadeva\njayadratha\njayakarta\njayakumar\njayalalitha\njayantha\njayanti\njayapura\njayasinghe\njayasuriya\njayatunga\njayavarman\njayawardena\njayawardene\njayawickrama\njaycees\njaye\njayesh\njayewardene\njayhawk\njayhawks\njayne\njaynes\njays\njayson\njaz\njazeera\njazz\njazze\njazzmaster\njazzy\njb\njbl\njbm\njboss\njbra\njbri\njc\njcb\njcbk\njcc\njceai\njci\njcm\njcp\njcpenney\njcr\njcs\njct\njd\njda\njdam\njdb\njdbc\njdc\njdm\njdn\nje\njeal\njealous\njealousies\njealously\njealousy\njean\njean-baptiste\njean-bedel\njean-bertrand\njean-christophe\njean-claude\njean-felix\njean-francois\njean-jacques\njean-louis\njean-luc\njean-marc\njean-marie\njean-michel\njean-pascal\njean-paul\njean-philippe\njean-pierre\njean-rene\njean-yves\njeane\njeanes\njeanette\njeanie\njeanine\njeanne\njeannette\njeannie\njeannine\njeanniot\njeans\njeanswest\njearl\njeb\njebb\njebediah\njebel\njecs\njed\njedburgh\njeddah\njeddah-based\njedediah\njedi\njee\njeep\njeepney\njeepneys\njeeps\njeered\njeering\njeers\njeet\njeeva\njeevan\njeeves\njeezy\njef\njefe\njeff\njefferies\njeffers\njefferson\njefferson-pilot\njeffersonian\njeffersons\njeffersonville\njeffery\njeffords\njeffrey\njeffrey.hodgson@reuters.com\njeffreys\njeffries\njeffs\njegan\njehan\njehangir\njehiel\njehovah\njehu\njehuty\njeju\njekabpils\njekyll\njelena\njelenc\njelenia\njelfa\njelgava\njelinek\njell\njelle\njellicoe\njellies\njellinek\njello\njelly\njellybean\njellyfish\njelmoli\njelter\njelved\njem\njem'hadar\njemaah\njemaine\njemima\njemison\njen\njena\njenapharm\njenifer\njenin\njenkin\njenkins\njenkinson\njenks\njenn\njenna\njenner\njenni\njennie\njennifer\njennings\njenny\njeno\njenova\njenrette\njens\njensen\njenson\njentzsch\njeoff\njeolla\njeon\njeong\njeonju\njeopardise\njeopardised\njeopardises\njeopardising\njeopardize\njeopardized\njeopardizing\njeopardy\njeph\njeppesen\njepson\njer\njerald\njere\njeremiah\njeremias\njeremie\njeremy\njerez\njeri\njericho\njerk\njerkan\njerking\njerkins\njerks\njerky\njermaine\njermyn\njernigan\njeroboam\njeroen\njerome\njeronimo\njerram\njerri\njerriais\njerrold\njerry\njersey\njersey-based\njersey-maryland\njerseys\njerusalem\njervis\njerzy\njes\njesmond\njesper\njess\njessamine\njesse\njessel\njessen\njessi\njessica\njessie\njessop\njessore\njessup\njessy\njest\njester\njesters\njesu\njesuit\njesuits\njesup\njesus\njet\njet-kerosene\njet-set\njetblue\njeter\njetfire\njetform\njethro\njetix\njetliner\njetliners\njetpack\njetro\njetronic\njets\njetsam\njetset\njetsons\njetstar\njetstream\njett\njetta\njetties\njettison\njettisoned\njettisoning\njetty\njeu\njeudi\njeun\njeune\njeunes\njeunesse\njeux\njevons\njew\njewel\njeweled\njeweler\njewelers\njewelery\njewell\njewelled\njeweller\njewellers\njewellery\njewelry\njewels\njewett\njewish\njewishness\njewison\njewry\njews\njeyaretnam\njez\njezebel\njezek\njezreel\njezzine\njf\njfim\njfk\njfm\njg\njgb\njgbs\njgc\njh\njha\njhang\njhansi\njharkhand\njhaveri\njhelum\njhereg\njhiaxus\njhta\njhulelal\njhunjhunu\nji\njia\njiabao\njialing\njian\njiancheng\njiang\njiangling\njiangnan\njiangsu\njiangxi\njianshe\njiao\njiaotong\njiashi\njib\njibe\njibes\njibril\njidaigeki\njidosha\njie\njieh\njig\njigger\njiggy\njigme\njigoro\njigs\njigsaw\njihad\njihadist\njihlavan\njihoceska\njihoceske\njihomor\njihomoravska\njiji\njil\njilin\njill\njillette\njillian\njilly\njilted\njim\njima\njimbo\njimena\njimenez\njimeno\njimi\njiminy\njimma\njimmie\njimmy\njin\njinan\njind\njindal\njindrak\njindrich\njing\njingle\njingles\njingoro\njingsheng\njingu\njingwei\njingyi\njingzhou\njinhua\njinhui\njinja\njinju\njinks\njinn\njinnah\njinqiao\njinro\njinsen\njintao\njinx\njio\njiong\njipro\njiraiya\njirga\njiri\njiro\njis\njisc\njit\njitney\njitsu\njitter\njitterbug\njitters\njittery\njiu\njiul\njiva\njive\njizya\njizzine\njj\njjb\njk\njka\njkx\njl\njla\njlg\njli\njlw\njlx\njly\njm\njma\njmb\njmc\njme\njmi\njmm\njms\njn\njn0\njna\njnana\njnoc\njnpt\njnr\njo\njoab\njoachim\njoad\njoakim\njoan\njoana\njoanie\njoann\njoanna\njoanne\njoannes\njoannette\njoao\njoaquim\njoaquin\njob\njob-creating\njob-creation\njob-cutting\njob-seekers\njoban\njobber\njobbers\njobbing\njobe\njobim\njobless\njoblessness\njobs\njobs-for-life\njobs-to-applicants\njobseekers\njobson\njoc\njocasta\njocelin\njocelyn\njochems\njochen\njochi\njochimsen\njock\njockey\njockeying\njockeys\njocko\njocks\njocular\njodeci\njodhpur\njodi\njodie\njodl\njodo\njodorowsky\njodrell\njody\njoe\njoel\njoeli\njoelle\njoensuu\njoerg\njoergen\njoergensen\njoern\njoes\njoest\njoestar\njoey\njoffe\njoffre\njoffrey\njog\njogaila\njogged\njoggers\njogging\njogi\njoginder\njoh\njohan\njohanan\njohann\njohanna\njohanne\njohannes\njohannesburg\njohannesburg-based\njohannesburg.newsroom@reuters.com\njohannesson\njohannis\njohansen\njohanson\njohansson\njohar\njohn\njohn.sanders@reuters.com\njohnathan\njohnnic\njohnnie\njohnnies\njohnny\njohns\njohnsbury\njohnsen\njohnson\njohnson-sirleaf\njohnsons\njohnsonville\njohnsson\njohnston\njohnstone\njohnstown\njohor\njohore\njohri\njohto\njoi\njoie\njoin\njoined\njoiner\njoiners\njoinery\njoining\njoins\njoint\njoint-stock\njoint-venture\njoint-ventures\njointed\njointing\njointly\njointly-owned\njoints\njoinville\njoists\njoji\njojo\njojoba\njokanovic\njoke\njoked\njoker\njokerit\njokers\njokes\njoking\njokingly\njoko\njol\njolene\njoli\njolie\njoliet\njoliette\njoliot\njolla\njolles\njolley\njollibee\njolliffe\njolly\njolo\njolson\njolt\njolted\njolts\njoly\njolyne\njolyon\njomhuri\njomo\njomon\njon\njona\njonah\njonas\njonathan\njonathon\njonbenet\njondalar\njone\njones\njonesboro\njonestown\njonesville\njonesy\njong\njong-il\njong-pil\njongh\njoni\njonk\njonker\njonkoping\njonny\njono\njonouchi\njonquiere\njonrowe\njons\njonson\njonsson\njonty\njonze\njonzon\njoo\njool\njools\njoon\njoondalup\njoong-ang\njoop\njoos\njoost\njop\njoplin\njoppa\njor\njoram\njord\njordaan\njordan\njordanes\njordanhill\njordanian\njordanians\njordans\njordi\njordin\njordison\njordon\njorf\njorg\njorge\njorgen\njorgensen\njorgenson\njorhat\njoris\njorma\njorn\njornada\njornal\njorritsma\njory\njos\njosaphat\njoscelin\njoschka\njose\njose-maria\njosef\njosefa\njosefina\njoseon\njosep\njoseph\njosepha\njosephine\njosephs\njosephson\njosephthal\njosephus\njosette\njosey\njosh\njoshi\njoshua\njosi\njosiah\njosias\njosie\njosip\njoslin\njoslyn\njospin\njosquin\njoss\njosselin\njost\njostens\njostle\njostled\njostling\njot\njota\njotaro\njotun\njotunheimen\njoubert\njoubran\njouett\njouf\njoule\njoules\njoulwan\njour\njourdain\njourdan\njourgensen\njournal\njournal-constitution\njournaling\njournalism\njournalist\njournalistic\njournalists\njournals\njourney\njourneyed\njourneying\njourneyman\njourneymen\njourneys\njours\njoust\njousting\njoutseno\njovan\njovanovic\njove\njovi\njovial\njovian\njovic\njovovich\njow\njowar\njowell\njowett\njowie\njowl\njowls\njoy\njoya\njoyce\njoyeuse\njoyful\njoyfully\njoyner\njoyner-kersee\njoyo\njoyous\njoyride\njoyriding\njoys\njoystick\njoysticks\njozef\njozias\njozsef\njp\njp0\njpe\njpeg\njpl\njpm\njpmorgan\njpms\njpn\njpn.consumer\njpn.cpi\njpn.indust\njpn.trade\njpn.wholesale\njps\njpy\njr\njr.\njrbi\njrotc\njrs\njs\njs0\njsa\njsc\njscript\njsda\njsdf\njse\njsf\njskyb\njson\njsp\njsr\njt\njtf\njts\njtwc\nju\nju0\njua\njuan\njuana\njuanele\njuanes\njuanis\njuanita\njuanito\njuarez\njuba\njubail\njubal\njubba\njubei\njubilant\njubilation\njubilee\njubilees\njubilo\njuche\njuchniewicz\njucker\njuckes\njud\njudaea\njudaeo\njudah\njudaic\njudaica\njudaisation\njudaise\njudaism\njudas\njudd\njude\njudea\njudean\njudell\njuden\njudenrat\njudeo\njudge\njudged\njudgement\njudgements\njudges\njudgeship\njudging\njudgment\njudgmental\njudgments\njudi\njudicature\njudicial\njudicially\njudiciary\njudicious\njudie\njudit\njudith\njudith.schoolman\njuditha\njudo\njudoka\njudson\njudy\njue\njuel\njuelz\njuergen\njug\njugantar\njugend\njugendstil\njuggalos\njuggernaut\njuggle\njuggled\njuggler\njugglers\njuggling\njughead\njugopetrol\njugovic\njugs\njugular\njugurtha\njuha\njuhani\njuhi\njui\njuice\njuiced\njuices\njuicy\njuillet\njuilliard\njuin\njujitsu\njuju\njujutsu\njujuy\njuke\njukebox\njukeboxes\njukes\njukka\njuku\njukwey\njul\njul'0\njul0\njul0-aug\njul0-sep0\njulaug\njuldis\njule\njulen\njules\njuli\njulia\njulian\njuliana\njuliane\njulianna\njulianne\njuliano\njulianus\njulich\njulie\njulien\njulienne\njuliet\njulieta\njuliette\njulii\njulio\njulius\njuliusz\njull\njuly\njuly--rev\njuly-aug\njuly-august\njuly-dec\njuly-december\njuly-june\njuly-nov\njuly-oct\njuly-sept\njuly-september\njuly/august\njuly0\njuma\njumabhoy\njumba\njumbish-i-milli\njumblatt\njumble\njumbled\njumbo\njumeirah\njumet\njumhour\njumhouriya\njumla\njumo\njumong\njump\njump-start\njumped\njumper\njumpers\njumpin\njumping\njumps\njumpstart\njumpsuit\njumpy\njun\njun)*00\njun.\njun0\njunagadh\njunak\njunankar\njuncker\njunco\njunction\njunctions\njuncture\njundee\njune\njune--rev\njune-aug\njune-august\njune-july\njune-may\njune-september\njune/july\njune0\njuneau\njunee\njunevichius\njung\njunge\njungels\njunger\njungian\njungle\njungle-covered\njungle-trained\njungles\njuni\njuniata\njunichi\njunichiro\njunid\njunimea\njunin\njuninho\njunior\njunior/senior\njuniors\njuniper\njunipero\njuniperus\njunius\njunjul\njunk\njunk-bond\njunker\njunkers\njunket\njunkie\njunkies\njunko\njunks\njunkyard\njuno\njunoon\njunot\njunsheng\njunta\njuntas\njunto\njuozas\njupiler\njupiter\njupiters\njupp\njuppe\njura\njurado\njurai\njuraj\njuran\njurassic\njurchen\njurchens\njure\njurgen\njurgens\njuri\njuridical\njuried\njuries\njuris\njurisdiction\njurisdictional\njurisdictions\njurisprudence\njurist\njurists\njurnalul\njurong\njuror\njurors\njury\njuryo\njurys\njus\njusco\njusen\njushin\njusici\njusko\njuskowiak\njussi\njust\njust-completed\njust-in-time\njuste\njustice\njustices\njusticia\njusticialist\njusticiar\njusticiary\njustifiable\njustifiably\njustification\njustifications\njustified\njustifies\njustify\njustifying\njustin\njustina\njustine\njustinian\njustly\njusto\njustus\njusuf\njute\njutes\njutha\njutland\njutrzenka\njuts\njutsu\njutta\njutting\njuuken\njuusela\njuve\njuvenal\njuvenil\njuvenile\njuveniles\njuventud\njuventude\njuventus\njuwan\njuwita\njux\njuxtaposed\njuxtaposes\njuxtaposing\njuxtaposition\njv\njvc\njvm\njvp\njw\njwt\njyllands\njyllands-posten\njyoho\njyoti\njyrki\njyske\njyvaskyla\nk\nk&h\nk&s\nk'iche\nk-iii\nk-mart\nk-shareholders\nk-shares\nk-sheets\nk-tel\nk.\nk.a.\nk.b.\nk.c.\nk.d.\nk.g.\nk.k.\nk.l.\nk.m.\nk.n.\nk.o.\nk.r.\nk.s.\nk.t.\nk.v.\nk0\nk0s\nk=cbot\nk=kcbt\nk=may\nka\nka-shing\nka0\nkaa\nkaaba\nkaan\nkaarstoe\nkaas\nkaashyap\nkaaterskill\nkaba\nkabaddi\nkabaka\nkabakov\nkabalo\nkaban\nkabardino\nkabariti\nkabbah\nkabbaj\nkabbalah\nkabbalist\nkabbalistic\nkabbalists\nkabc\nkabel\nkaberuka\nkabhi\nkabila\nkabir\nkabirpanthi\nkablan\nkable\nkabli\nkablo\nkabo\nkabongo\nkabuhayan\nkabuki\nkabul\nkabun\nkabupaten\nkabuto\nkabuya\nkabwe\nkabyle\nkabylie\nkac\nkacem\nkach\nkachari\nkachin\nkachrod\nkacin\nkaczmarek\nkaczynski\nkad\nkadamba\nkadambas\nkadan\nkadapa\nkadar\nkadare\nkadavu\nkadazan\nkaddish\nkaddoumi\nkadena\nkader\nkadesh\nkadett\nkadi\nkadima\nkadir\nkadirgamar\nkadlec\nkadokawa\nkadoorie\nkaduna\nkadyrov\nkae\nkaede\nkael\nkaelin\nkaen\nkaeo\nkaesong\nkafelnikov\nkaferle\nkaffa\nkaffee\nkaffir\nkafir\nkafka\nkafr\nkafue\nkaga\nkagaku\nkagame\nkagami\nkagan\nkaganovich\nkagawa\nkage\nkagero\nkagerou\nkagesada\nkageyama\nkagiso\nkago\nkagome\nkagoshima\nkagura\nkaguya\nkagyu\nkah\nkahalani\nkahan\nkahane\nkahindo\nkahl\nkahlan\nkahler\nkahless\nkahlo\nkahn\nkahne\nkahneman\nkaho\nkahr\nkahuna\nkai\nkai-shek\nkaiba\nkaibab\nkaido\nkaif\nkaifa\nkaifeng\nkaihatsu\nkaija\nkaiju\nkaikai\nkaikan\nkaikoura\nkail\nkailash\nkailua\nkain\nkaine\nkaio\nkairi\nkairinos\nkairos\nkairouan\nkaiser\nkaiserliche\nkaiserslautern\nkaisha\nkaiten\nkaitlin\nkaito\nkaiun\nkaizen\nkaizer\nkaj\nkajang\nkaji\nkajima\nkajiyama\nkajol\nkak\nkaka\nkakadu\nkakap\nkakapo\nkakashi\nkakatiya\nkakatua\nkake\nkaken\nkakheti\nkaki\nkakinada\nkaklamanis\nkako\nkakodkar\nkakouli\nkaku\nkakudji\nkakuzi\nkal\nkala\nkala-ginned\nkalac\nkalachakra\nkalahari\nkalakan\nkalakaua\nkalam\nkalama\nkalamata\nkalamazoo\nkalan\nkalani\nkalanke\nkalari\nkalarippayattu\nkalas\nkalash\nkalashnikov\nkalashnikovs\nkalasin\nkalat\nkalb\nkalbe\nkaldor\nkale\nkaleidoscope\nkaleidoscopic\nkalejs\nkalem\nkalemie\nkalemli\nkalenjin\nkalev\nkalevala\nkalevi\nkalff\nkalgan\nkalgold\nkalgoorlie\nkali\nkalia\nkalicki\nkalidasa\nkalika\nkalim\nkalima\nkalimantan\nkalimba\nkalimdor\nkalimpong\nkalina\nkalinga\nkalingas\nkalinin\nkaliningrad\nkalinowski\nkalirai\nkalish\nkalisz\nkaliyan\nkalka\nkalkavan\nkalki\nkalla\nkallang\nkallar\nkallas\nkalle\nkallio\nkalliomaki\nkallis\nkallstrom\nkalma\nkalman\nkalmar\nkalms\nkalmurzayev\nkalmyk\nkalmykia\nkalmyks\nkalnapilis\nkalogerakis\nkalogjera\nkalonzo\nkaloudis\nkalov\nkaloyan\nkalpa\nkalpage\nkalpana\nkalpataru\nkalu\nkaluga\nkaluwitharana\nkaluza\nkalvoda\nkalyan\nkalyana\nkalyani\nkam\nkama\nkamajor\nkamajors\nkamakura\nkamal\nkamala\nkamalakshi\nkaman\nkamanda\nkamanin\nkamanyola\nkamara\nkamaraj\nkamarupa\nkamath\nkamau\nkamaz\nkambalda\nkambale\nkambas\nkamber\nkambli\nkamboh\nkamboj\nkamboja\nkambojas\nkambuja\nkamchatka\nkame\nkamehameha\nkamei\nkamel\nkamen\nkamenev\nkamensky\nkamer\nkami\nkamikaze\nkamikazes\nkamil\nkamille\nkamina\nkamini\nkamino\nkaminski\nkaminsky\nkamisese\nkamisiyah\nkamiya\nkamloops\nkamm\nkamma\nkammerer\nkamnik\nkamo\nkamoga\nkamogawa\nkamotho\nkamouraska\nkamov\nkamp\nkampala\nkampani\nkampen\nkampf\nkampfgruppe\nkamphaeng\nkampo\nkampong\nkamps\nkampuchea\nkampung\nkamran\nkamsar\nkamui\nkamuzu\nkamyshin\nkan\nkana\nkanaan\nkanafani\nkanagawa\nkanak\nkanaka\nkanal\nkaname\nkanan\nkananaskis\nkananga\nkanara\nkanata\nkanawa\nkanawha\nkanazawa\nkanchanaburi\nkanchanalak\nkancheepuram\nkanchelskis\nkanchev\nkanchi\nkanchipuram\nkanda\nkandahar\nkandarr\nkandel\nkandemir\nkander\nkandi\nkandiah\nkandinsky\nkandir\nkandla\nkandor\nkandrakar\nkandy\nkandyan\nkane\nkaneb\nkaneda\nkaneko\nkanem\nkanematsu\nkaneohe\nkanerva\nkang\nkanga\nkangaroo\nkangaroos\nkangnung\nkangra\nkangri\nkangsar\nkangu\nkangwon\nkangxi\nkangyo\nkanharith\nkani\nkanin\nkanishka\nkanji\nkanka\nkankakee\nkankaku\nkankkunen\nkanko\nkann\nkanna\nkannada\nkannan\nkannapolis\nkannauj\nkanneh\nkanno\nkannon\nkannur\nkano\nkanohi\nkanon\nkanoria\nkanowna\nkanpur\nkansai\nkansan\nkansanshi\nkansas\nkansas-based\nkansi\nkant\nkanta\nkantakouzenos\nkanther\nkanti\nkantian\nkantner\nkanto\nkantonalbank\nkantor\nkanu\nkanya\nkanyakumari\nkanye\nkanyon\nkanzaki\nkao\nkaohsiung\nkaolin\nkaolinite\nkaori\nkaoru\nkaos\nkaoshiung\nkap\nkapa\nkapalua\nkapampangan\nkapelle\nkapellmeister\nkapi\nkapil\nkapila\nkapisa\nkapital\nkapitan\nkapitanleutnant\nkapiti\nkaplan\nkapoor\nkaposi\nkapp\nkappa\nkappel\nkapson\nkaptur\nkapu\nkapuni\nkapur\nkapurthala\nkapuskasing\nkar\nkara\nkarabakh\nkarachaganak\nkarachay\nkarachi\nkarachi-based\nkaradayi\nkaradzic\nkarafuto\nkaraha\nkarai\nkaraite\nkaraites\nkarajan\nkarak\nkarakoram\nkarakorum\nkaram\nkaramanlis\nkaramat\nkaramazov\nkarami\nkaramira\nkaran\nkarana\nkarani\nkaraoke\nkaras\nkarasu\nkarat\nkarate\nkarateka\nkaratzas\nkarbacher\nkarbala\nkarbovanets\nkarbunkle\nkarcher\nkardashian\nkardec\nkardinal\nkare\nkareem\nkareena\nkarel\nkarelia\nkarelian\nkarelians\nkarembeu\nkaren\nkarenina\nkarenni\nkargil\nkari\nkariba\nkaribzhanov\nkarikomi\nkarim\nkarimi\nkarimkhany\nkarimnagar\nkarimov\nkarin\nkarina\nkarine\nkarisma\nkariya\nkarjalainen\nkarjat\nkarl\nkarl-heinz\nkarla\nkarlette\nkarlheinz\nkarlin\nkarlis\nkarlo\nkarloff\nkarlovac\nkarlovacka\nkarlovci\nkarlovy\nkarls\nkarlskrona\nkarlsruhe\nkarlsruher\nkarlsson\nkarlstad\nkarma\nkarmal\nkarman\nkarmann\nkarmanos\nkarmapa\nkarmas\nkarmazin\nkarmen\nkarmi\nkarmic\nkarn\nkarna\nkarnak\nkarnal\nkarnataka\nkarnchang\nkarner\nkarnes\nkaro\nkarol\nkarolina\nkaroline\nkarolinska\nkaroly\nkarolyi\nkaroo\nkarori\nkaroui\nkarp\nkarpat\nkarpaty\nkarpin\nkarpinski\nkarpov\nkarr\nkarras\nkarri\nkarrie\nkarros\nkarry\nkars\nkarsh\nkarst\nkarstadt\nkarsten\nkarstic\nkart\nkarta\nkartasasmita\nkartel\nkarthik\nkartik\nkarting\nkartli\nkartman\nkartograficznych\nkarts\nkarun\nkaruna\nkarunanidhi\nkarunungan\nkarur\nkarvina\nkarwar\nkarya\nkarydakis\nkaryn\nkaryotype\nkarzahni\nkarzai\nkas\nkasa\nkasa-vubu\nkasabian\nkasai\nkasaragod\nkasay\nkasb\nkasdan\nkase\nkasei\nkasem\nkasenga\nkaserne\nkasese\nkasey\nkash\nkasha\nkashan\nkashgar\nkashi\nkashima\nkashin\nkashiwa\nkashmere\nkashmir\nkashmiri\nkashmiris\nkashrut\nkashubian\nkashyap\nkashyapa\nkashyyyk\nkasi\nkasiak\nkasich\nkasim\nkasimov\nkasindi\nkaskaskia\nkaspar\nkasparkova\nkasparov\nkasper\nkasprowicz\nkasriel\nkasrils\nkass\nkassa\nkassai\nkassala\nkassar\nkassebaum\nkassel\nkassem\nkassier\nkassim\nkassite\nkassner\nkastner\nkastor\nkastoria\nkastriot\nkasturi\nkasuga\nkasumi\nkasyanov\nkat\nkata\nkatahdin\nkatakana\nkatale\nkatamari\nkatana\nkatanga\nkatangese\nkatar\nkatara\nkataria\nkatarina\nkatarn\nkatarzyna\nkatas\nkatayama\nkate\nkaterina\nkates\nkath\nkatha\nkathak\nkathakali\nkatharina\nkatharine\nkathe\nkatherine\nkathi\nkathiawar\nkathie\nkathimerini\nkathir\nkathleen\nkathmandu\nkatholieke\nkathryn\nkathy\nkati\nkatia\nkatich\nkaticic\nkatie\nkatif\nkatiforis\nkatina\nkatipunan\nkatja\nkato\nkatokichi\nkatona\nkatonah\nkatong\nkatoomba\nkatori\nkatowice\nkatra\nkatrin\nkatrina\nkatrine\nkats\nkatsina\nkatsioulas\nkatsoulis\nkatsu\nkatsuhiko\nkatsumi\nkatsura\nkatsuya\nkatsuyoshi\nkatt\nkattabomman\nkattegat\nkaty\nkatya\nkatyn\nkatyusha\nkatyushas\nkatz\nkatzenberg\nkatzin\nkatzman\nkau\nkaua\nkaua'i\nkauai\nkaubamaja\nkaucuk\nkauffman\nkauffmann\nkaufhof\nkaufman\nkaufmann\nkaukonen\nkaul\nkaumudi\nkaun\nkaunas\nkaunda\nkaundinya\nkauppakaari\nkauppalehti\nkaur\nkaurava\nkauravas\nkauri\nkaurna\nkautsky\nkautz\nkava\nkavafian\nkavaje\nkavala\nkavanagh\nkavanaugh\nkaveri\nkavetas\nkavi\nkavieng\nkavita\nkavo\nkavu\nkavya\nkaw\nkawabata\nkawada\nkawaguchi\nkawai\nkawamura\nkawanishi\nkawartha\nkawasaki\nkawashima\nkawasho\nkawkab\nkaworu\nkay\nkaya\nkayaba\nkayak\nkayakers\nkayaking\nkayako\nkayaks\nkayanza\nkaye\nkayenta\nkayfabe\nkayhan\nkayla\nkaylee\nkayleigh\nkayo\nkays\nkayser\nkayseri\nkaz\nkaza\nkazaa\nkazair\nkazakh\nkazakhs\nkazakhstan\nkazakhstani\nkazakhtelekom\nkazakov\nkazakova\nkazakstan\nkazama\nkazan\nkazarian\nkazbek\nkaze\nkazem\nkazembe\nkazer\nkazhagam\nkazhegeldin\nkazi\nkazim\nkazimierz\nkazimir\nkaziranga\nkazkommertsbank\nkazoku\nkazon\nkazoo\nkazooie\nkazu\nkazuhiko\nkazuki\nkazuma\nkazuo\nkazushi\nkazuya\nkazuyoshi\nkb\nkb-securities\nkb0\nkbb\nkbc\nkbe\nkbit/s\nkbjnl\nkbps\nkbr\nkbs\nkbt\nkc\nkc0\nkc0s\nkca\nkcal\nkcb\nkcbs\nkcbt\nkcc\nkcet\nkci\nkcmg\nkcna\nkcop\nkcp&l\nkcpl\nkcr\nkcra\nkcrc\nkcrw\nkcs\nkctu\nkcvo\nkd\nkda\nkdb\nkdc\nkdd\nkde\nkdh\nkdk\nkdka\nkdmillion\nkdnp\nkdp\nkdpw\nkdu-csl\nkdwb\nke\nke0\nkea\nkeach\nkeady\nkeaggy\nkeamari\nkean\nkeane\nkeanu\nkearney\nkearns\nkearny\nkearsarge\nkeat\nkeating\nkeaton\nkeats\nkeays\nkeb\nkebab\nkebabs\nkebangsaan\nkebble\nkebir\nkeble\nkebzabo\nkec\nkeck\nkecskemet\nkedah\nkedar\nkedarnath\nkediri\nkedleston\nkedo\nkee\nkeeble\nkeebler\nkeefan\nkeefe\nkeefer\nkeegan\nkeel\nkeele\nkeeled\nkeeler\nkeeley\nkeeling\nkeells\nkeels\nkeelung\nkeely\nkeen\nkeenan\nkeene\nkeeneland\nkeener\nkeenest\nkeeney\nkeenly\nkeenness\nkeenspot\nkeep\nkeeper\nkeepers\nkeeping\nkeeps\nkeepsake\nkeepwell\nkees\nkeese\nkeesler\nkeeton\nkeevil\nkeewatin\nkef\nkefalonia\nkefauver\nkefka\nkeflavik\nkeg\nkegalle\nkegel\nkegs\nkeher\nkehoe\nkei\nkeibler\nkeidanren\nkeighley\nkeigo\nkeihin\nkeiichi\nkeiji\nkeikaku\nkeiko\nkeil\nkeillor\nkeilor\nkeio\nkeiper\nkeir\nkeira\nkeiretsu\nkeiron\nkeirsey\nkeisei\nkeiser\nkeisha\nkeisuke\nkeita\nkeitaro\nkeitel\nkeith\nkeithley\nkeiyo\nkeizai\nkeizer\nkeke\nkekkonen\nkekkuti\nkekule\nkel\nkel'thuzad\nkelana\nkelang\nkelani\nkelantan\nkeld\nkeler\nkeleti\nkelgran\nkelis\nkelkar\nkell\nkelland\nkellaway\nkelleher\nkellen\nkeller\nkellerman\nkellermann\nkellett\nkelley\nkelli\nkellie\nkelling\nkellman\nkellner\nkellogg\nkells\nkellstrom\nkellwood\nkelly\nkelme\nkelmscott\nkelo\nkelon\nkelowna\nkelp\nkelsang\nkelsey\nkelso\nkelson\nkeltner\nkelton\nkelty\nkelvin\nkelvinator\nkelvingrove\nkelvins\nkem\nkemal\nkemano\nkemayan\nkember\nkembla\nkemble\nkemerovo\nkemi\nkemira\nkemp\nkempe\nkempeitai\nkempen\nkemper\nkempf\nkempo\nkemps\nkempsey\nkempston\nkempten\nkempthorne\nkempton\nkemptville\nken\nkenah\nkenai\nkenan\nkencana\nkendal\nkendall\nkender\nkendo\nkendra\nkendrick\nkendricks\nkendriya\nkendy\nkeneally\nkenedy\nkenema\nkenen\nkenesaw\nkeng\nkenge\nkengo\nkeni\nkenichi\nkenilworth\nkeningau\nkenji\nkenjiro\nkenjutsu\nkenko\nkenley\nkenmare\nkenmore\nkenn\nkenna\nkennametal\nkennan\nkennard\nkennebec\nkennecott\nkennedy\nkennedys\nkennel\nkennelly\nkennels\nkenner\nkennesaw\nkennet\nkenneth\nkennett\nkennewick\nkenney\nkenning\nkenningham\nkennings\nkennington\nkennon\nkenny\nkennywood\nkeno\nkenobi\nkenora\nkenosha\nkenpachi\nkenpo\nkenrick\nkensal\nkensei\nkenseth\nkensetsu\nkensey\nkenshin\nkenshiro\nkensico\nkensington\nkensit\nkensou\nkensuke\nkent\nkenta\nkentigern\nkenting\nkentish\nkentmere\nkenton\nkents\nkentuckians\nkentucky\nkentville\nkentwood\nkenwin\nkenwood\nkenya\nkenyan\nkenyan-born\nkenyans\nkenyatta\nkenyon\nkenzo\nkeo\nkeogh\nkeokuk\nkeon\nkeough\nkeown\nkeoyang\nkepa\nkepco\nkepi\nkepit\nkepler\nkeppel\nkepphil\nkeppler\nkept\nker\nkerala\nkerama\nkeramane\nkerametal\nkeratin\nkeratitis\nkeravision\nkerb\nkerberos\nkerbs\nkerch\nkerdos\nkerekou\nkerem\nkeren\nkerensky\nkeres\nkereskedelmi\nkeresztesi\nkerguelen\nkeri\nkerik\nkerir\nkeris\nkerk\nkerkenah\nkerkennah\nkerkorian\nkerkrade\nkerm\nkermadec\nkerman\nkermanshah\nkermit\nkermode\nkern\nkernal\nkernan\nkernel\nkernels\nkernen\nkerner\nkernot\nkernow\nkerns\nkero\nkeroro\nkerosene\nkerouac\nkerr\nkerr-mcgee\nkerrang\nkerrey\nkerri\nkerrigan\nkerrville\nkerry\nkersaf\nkersey\nkershaw\nkerslake\nkersley\nkersten\nkerstin\nkertesz\nkertzman\nkerwin\nkerzner\nkes\nkesari\nkesc\nkesey\nkesh\nkesko\nkesoram\nkesri\nkessel\nkesselring\nkessler\nkesteven\nkestrel\nkestrels\nkestutis\nkesuma\nkeswick\nket\nketamine\nketan\nketch\nketcham\nketchen\nketchikan\nketchum\nketchup\nketer\nketil\nketo\nketone\nketones\nkettering\nkettle\nkettles\nkettlewell\nketu\nketumile\nkety\nkeuka\nkev\nkevan\nkevco\nkevelson\nkevic\nkevin\nkevlar\nkevorkian\nkew\nkewaunee\nkeweenaw\nkewell\nkexim\nkey\nkeyboard\nkeyboardist\nkeyboardists\nkeyboards\nkeychain\nkeycorp\nkeyed\nkeyes\nkeyhoe\nkeyhole\nkeying\nkeyless\nkeynes\nkeynesian\nkeynote\nkeynsham\nkeypad\nkeyport\nkeys\nkeyser\nkeyshia\nkeyspan\nkeystart\nkeystone\nkeystones\nkeystroke\nkeystrokes\nkeyvan\nkeyword\nkeywords\nkf\nkfa\nkfar\nkfc\nkfi\nkfir\nkfk\nkfmia\nkfor\nkfrc\nkft\nkfw\nkfx\nkg\nkg0\nkgaa\nkgb\nkgf\nkghm\nkgo\nkgs\nkh\nkh0\nkha\nkhabar\nkhabarovsk\nkhabibulin\nkhachaturian\nkhachrod\nkhaddam\nkhader\nkhadi\nkhadijah\nkhadka\nkhadr\nkhagan\nkhaganate\nkhai\nkhaimah\nkhaine\nkhair\nkhairkhwa\nkhaitan\nkhajuraho\nkhaki\nkhalaf\nkhalap\nkhalda\nkhaldun\nkhaled\nkhaleda\nkhaleej\nkhali\nkhalid\nkhalidi\nkhalifa\nkhalil\nkhalili\nkhalip\nkhalistan\nkhalkha\nkhalq\nkhalsa\nkham\nkhama\nkhamenei\nkhamis\nkhamisiyah\nkhammam\nkhan\nkhana\nkhanani\nkhanate\nkhanates\nkhandeparkar\nkhandesh\nkhandsari\nkhandwa\nkhandwala\nkhanewal\nkhanh\nkhanna\nkhanoda\nkhans\nkhanty\nkhanum\nkhao\nkhar\nkhara\nkharafi\nkharagpur\nkharak\nkharg\nkharkiv\nkharkov\nkharrazi\nkhartoum\nkhas\nkhasas\nkhasavyurt\nkhashoggi\nkhasi\nkhat\nkhatami\nkhatib\nkhatri\nkhatris\nkhattab\nkhattak\nkhatulistiwa\nkhatun\nkhawaja\nkhaybar\nkhayyam\nkhazad\nkhazanah\nkhazar\nkhazaria\nkhazars\nkhd\nkhe\nkheda\nkhedive\nkhel\nkheng\nkhenpo\nkher\nkherson\nkherubim\nkhet\nkhiam\nkhieu\nkhiing\nkhilafat\nkhilji\nkhin\nkhiri\nkhitan\nkhitans\nkhiva\nkhj\nkhlong\nkhlystun\nkhmelnytsky\nkhmelnytskyi\nkhmer\nkho\nkhobar\nkhodorkovsky\nkhodro\nkhodyrev\nkhoi\nkhoikhoi\nkhoisan\nkhoja\nkhok\nkhol\nkhomeini\nkhon\nkhong\nkhoo\nkhor\nkhorasan\nkhorishko\nkhorne\nkhosla\nkhosrau\nkhost\nkhotan\nkhotin\nkhou\nkhouri\nkhouribga\nkhoury\nkhowai\nkhrunichev\nkhruschev\nkhrushchev\nkhudjand\nkhudoyberdyev\nkhufu\nkhulna\nkhumalo\nkhun\nkhurasan\nkhurd\nkhurshid\nkhush\nkhushab\nkhushi\nkhusro\nkhuzestan\nkhwaja\nkhwarazm\nkhwarizmi\nkhyber\nkhyentse\nkhz\nki\nki-sup\nki0\nkia\nkialoa\nkiama\nkiambu\nkian\nkiang\nkiara\nkiarostami\nkiat\nkib\nkiba\nkibaki\nkibassa\nkibble\nkibbutz\nkibbutzim\nkibria\nkibumba\nkibungo\nkick\nkick-off\nkick-start\nkick-started\nkickapoo\nkickback\nkickbacks\nkickboxer\nkickboxing\nkicked\nkicker\nkickers\nkickin\nkicking\nkickoff\nkickoffs\nkicks\nkickstart\nkid\nkidd\nkidder\nkidderminster\nkiddie\nkidding\nkiddo\nkiddy\nkiden\nkidman\nkidnap\nkidnapped\nkidnapper\nkidnappers\nkidnapping\nkidnappings\nkidnaps\nkidney\nkidneys\nkido\nkidoodle\nkidron\nkids\nkidsgrove\nkidston\nkidwell\nkidz\nkie\nkiedis\nkiefer\nkieffer\nkiel\nkielce\nkielholz\nkielty\nkiely\nkiem\nkien\nkier\nkieran\nkieren\nkierkegaard\nkiernan\nkieron\nkieslowski\nkiet\nkiev\nkievan\nkiewit\nkif\nkigali\nkiggen\nkight\nkigoma\nkiguel\nkii\nkiis\nkijac\nkijana\nkijang\nkijimuta\nkikai\nkiki\nkikinda\nkikki\nkikkoman\nkiko\nkiku\nkikuchi\nkikuyu\nkikwit\nkikyo\nkil\nkil'jaeden\nkilauea\nkilbey\nkilbirnie\nkilborn\nkilbourn\nkilbride\nkilburn\nkilby\nkilcollin\nkilda\nkildare\nkildonan\nkile\nkiley\nkilgallen\nkilgore\nkilgour\nkilian\nkilij\nkilik\nkilimanjaro\nkilinochchi\nkilkenny\nkill\nkilla\nkillah\nkillala\nkillaloe\nkillam\nkillarney\nkillebrew\nkilled\nkilleen\nkillen\nkiller\nkiller0\nkillers\nkillface\nkillian\nkilligrew\nkillin\nkilling\nkillinger\nkillings\nkillingsworth\nkillington\nkillingworth\nkills\nkillswitch\nkillua\nkilly\nkilmacud\nkilmainham\nkilmarnock\nkilmaurs\nkilmer\nkilmore\nkiln\nkilner\nkilns\nkilo\nkilobit\nkilobits\nkilobyte\nkilobytes\nkilogram\nkilogramme\nkilogrammes\nkilograms\nkilohertz\nkilolitre\nkilolitres\nkilometer\nkilometers\nkilometre\nkilometres\nkilos\nkiloton\nkilotons\nkilovolt\nkilowatt\nkilowatt-hour\nkilowatt-hours\nkilowatts\nkilowog\nkilpatrick\nkilrah\nkilrathi\nkilrea\nkilroy\nkilsyth\nkilt\nkilter\nkilts\nkilwa\nkilwinning\nkim\nkima\nkimak\nkimanthi\nkimba\nkimball\nkimber\nkimberley\nkimberlite\nkimberly\nkimberly-clark\nkimble\nkimbolton\nkimbrough\nkimchi\nkimco\nkimi\nkimia\nkimiko\nkiminobu\nkimmel\nkimmon\nkimmy\nkimo\nkimono\nkimura\nkin\nkin-kiey\nkina\nkinabalu\nkinane\nkinark\nkinase\nkinases\nkincaid\nkincardine\nkincardineshire\nkind\nkinda\nkinder\nkindercare\nkindergarten\nkindergartens\nkinderhook\nkindersley\nkindi\nkindle\nkindled\nkindling\nkindlustus\nkindly\nkindness\nkindred\nkinds\nkindu\nkine\nkinef\nkinelyov\nkinematic\nkinematics\nkinescope\nkinesiology\nkinesthetic\nkinetic\nkinetics\nkinetoscope\nking\nking-yuh\nkingdom\nkingdome\nkingdoms\nkingfish\nkingfisher\nkingfishers\nkinghorne\nkinglets\nkingly\nkingmaker\nkingman\nkingpin\nkingpins\nkingpriest\nkings\nkingsbridge\nkingsbury\nkingsford\nkingsgate\nkingship\nkingside\nkingsland\nkingsley\nkingsmead\nkingsmen\nkingsmill\nkingspan\nkingsport\nkingston\nkingstown\nkingstream\nkingsville\nkingsway\nkingswinford\nkingswood\nkington\nkingwood\nkiniski\nkink\nkinkade\nkinkaid\nkinkel\nkinki\nkinko\nkinks\nkinky\nkinloch\nkinloss\nkinnaird\nkinnard\nkinnear\nkinnevik\nkinney\nkinnick\nkinniku\nkinnikuman\nkinnock\nkinnunen\nkino\nkinoshita\nkinross\nkinsale\nkinsch\nkinsella\nkinsey\nkinshasa\nkinship\nkinski\nkinsky\nkinsley\nkinsman\nkinsmen\nkinson\nkinston\nkint\nkintanar\nkintaro\nkintetsu\nkintobor\nkintore\nkintyre\nkinzie\nkinzig\nkinzoku\nkio\nkiosk\nkiosklis\nkiosks\nkiowa\nkip\nkipchak\nkipchaks\nkipketer\nkipling\nkipp\nkippax\nkipper\nkippur\nkiptanui\nkipushi\nkir\nkira\nkiraly\nkiran\nkirana\nkiratas\nkirby\nkirch\nkirchberg\nkirche\nkirchen\nkircher\nkirchheim\nkirchhoff\nkirchner\nkiri\nkiriakis\nkiribati\nkirihara\nkirikkale\nkiril\nkirilenko\nkirill\nkirin\nkirishi\nkirishima\nkirit\nkiriyama\nkiriyenko\nkirk\nkirkbride\nkirkby\nkirkcaldy\nkirkcudbright\nkirke\nkirkenes\nkirkham\nkirkintilloch\nkirkland\nkirklees\nkirkman\nkirkpatrick\nkirkstall\nkirksville\nkirkuk\nkirkwall\nkirkwood\nkirkyard\nkirlian\nkirlin\nkirloskar\nkirnan\nkiro\nkirov\nkirovohrad\nkirpan\nkirribilli\nkirsch\nkirschbaum\nkirschner\nkirshner\nkirsipuu\nkirsten\nkirstie\nkirstin\nkirsty\nkirtan\nkirti\nkirtland\nkirtley\nkirton\nkiruna\nkirwan\nkiryat\nkiryu\nkis\nkisa\nkisaeng\nkisan\nkisangani\nkisaragi\nkisco\nkisei\nkiselyov\nkisen\nkish\nkishan\nkishi\nkishima\nkishin\nkishinev\nkishore\nkisii\nkiska\nkiskoros\nkiskun\nkislev\nkismayo\nkismet\nkiso\nkispest\nkiss\nkissed\nkissei\nkisses\nkissimmee\nkissing\nkissingen\nkissinger\nkist\nkista\nkistler\nkisumu\nkiswahili\nkit\nkita\nkitab\nkitagawa\nkitakyushu\nkitamura\nkitana\nkitano\nkitchen\nkitchener\nkitchens\nkitchenware\nkitching\nkite\nkites\nkitesurfing\nkith\nkitiara\nkitimat\nkitna\nkits\nkitsap\nkitsch\nkitson\nkitsune\nkitt\nkitta\nkittanning\nkittelmann\nkitten\nkittens\nkittery\nkittie\nkittiwakes\nkittles\nkitto\nkitts\nkittson\nkitty\nkitzbuehel\nkitzbuhel\nkitzingen\nkitzmiller\nkiu\nkiuchi\nkiva\nkivimaki\nkivu\nkiwanis\nkiwi\nkiwifruit\nkiwis\nkix\nkiya\nkiyo\nkiyomaro\nkiyomori\nkiyone\nkiyoshi\nkizenko\nkj\nkj/mol\nkjell\nkjetil\nkjetil-andre\nkjs\nkjus\nkjv\nkk\nkke\nkkk\nkkr\nkl\nkla\nklaas\nklaatu\nklabin\nklac\nkladno\nklagenfurt\nklaipeda\nklaipedos\nklalit\nklamann\nklamath\nklan\nklang\nklansmen\nklapal\nklara\nklarsfeld\nklas\nklasco\nklass\nklasse\nklassen\nklatt\nklauer\nklaus\nklaus-dieter\nklaus-juergen\nklauser\nklausner\nklauss\nklaveness\nklaw\nklaxons\nkleber\nklebold\nkleckner\nklee\nkleene\nkleenex\nkleimar\nklein\nkleine\nkleiner\nkleinkirchheim\nkleinman\nkleinova\nkleinschmidt\nkleinwort\nkleist\nklemens\nklementi\nklemm\nklemperer\nklene\nklepacki\nklerk\nklesch\nklesken\nklesko\nklestil\nklettner\nkleuver\nklevan\nkleve\nkley\nklezmer\nklf\nklg\nkli\nklia\nklibor\nklickitat\nklien\nklim\nklima\nkliment\nklimov\nklimt\nkline\nkling\nklingenberg\nklinger\nklingon\nklingons\nklink\nklinsmann\nklipstine\nklipton\nklitschko\nklm\nkloeckner\nkloeckner-humboldt-deutz\nkloffe\nklondike\nklonoa\nkloof\nklos\nklose\nkloss\nkloster\nklotz\nklse\nklub\nklug\nkluge\nklugman\nkluivert\nklum\nklumpar\nklusener\nklutse\nkluwer\nklux\nklystron\nklz\nkm\nkm.\nkm/0\nkm/h\nkm/s\nkm0\nkmart\nkmb\nkmc\nkmel\nkmfdm\nkmh\nkmpc\nkmph\nkms\nkmsp\nkmt\nkmu\nkn\nknack\nknape\nknapp\nknapsack\nknaresborough\nknatchbull\nknaus\nknauss\nknave\nknbc\nknd\nkneading\nkneale\nknebworth\nknecht\nknee\nknee-deep\nknee-jerk\nkneecap\nkneejerk\nkneel\nkneeling\nkneels\nknees\nknell\nkneller\nknelt\nknepper\nknesset\nknew\nknez\nknezevic\nknick\nknickerbocker\nknickerbockers\nknickers\nknicks\nknievel\nknife\nknife-edge\nknife-wielding\nknifed\nknight\nknight-ridder\nknighted\nknighthawks\nknighthood\nknighthoods\nknightley\nknightly\nknightmare\nknighton\nknights\nknightsbridge\nknik\nknil\nknin\nknippschild\nknit\nknits\nknitted\nknitters\nknitting\nknitwear\nknives\nknm\nknob\nknoblauch\nknobs\nknock\nknock-down\nknock-on\nknock-out\nknockdown\nknockdowns\nknocked\nknocker\nknockin\nknocking\nknockout\nknockouts\nknocks\nknoll\nknolls\nknollys\nknopf\nknopfler\nknoppix\nknorr\nknossos\nknot\nknothole\nknots\nknott\nknotted\nknotting\nknotts\nknotty\nknow\nknow-how\nknowable\nknowhow\nknowing\nknowingly\nknowland\nknowle\nknowledgable\nknowledge\nknowledgeable\nknowles\nknowlton\nknown\nknows\nknowsley\nknox\nknoxville\nknp\nknpc\nknu\nknuckle\nknuckleball\nknuckles\nknud\nknudsen\nknut\nknute\nknuth\nknuthsen\nknutsford\nknutson\nknutsson\nknuvers\nknvb\nknx\nknyaz\nko\nkoa\nkoala\nkoalas\nkoan\nkob\nkobashi\nkobayashi\nkobe\nkobets\nkobi\nkoblenz\nkobo\nkobol\nkobold\nkobolds\nkobra\nkobren\nkobudo\nkobus\nkobzar\nkobzars\nkoc\nkocaelispor\nkocarnik\nkoch\nkochanski\nkocharyan\nkocher\nkocheril\nkochi\nkocinski\nkock\nkocks\nkocopia\nkocsis\nkoda\nkodachi\nkodachrome\nkodagoda\nkodagu\nkodaikanal\nkodaira\nkodak\nkodaly\nkodama\nkodansha\nkodiak\nkodjo\nkodo\nkodokan\nkodos\nkodro\nkodungallur\nkoe\nkoebenhavn\nkoebnick\nkoech\nkoege\nkoehler\nkoei\nkoekoek\nkoeman\nkoen\nkoenig\nkoenigsegg\nkoepke\nkoerber\nkoerppen\nkoestler\nkoetsawang\nkof\nkoffi\nkofi\nkofler\nkofu\nkofun\nkoga\nkogaku\nkogalniceanu\nkogan\nkogarah\nkogas\nkoger\nkogoro\nkogyo\nkoh\nkoha\nkohaku\nkohala\nkohan\nkohanim\nkohap\nkohary\nkohat\nkohden\nkohen\nkohima\nkohistan\nkohl\nkohlberg\nkohler\nkohlhaussen\nkohli\nkohn\nkohut\nkohutikova\nkoi\nkoichi\nkoigi\nkoike\nkoil\nkoin\nkoine\nkoinonia\nkoipe\nkoirala\nkoissy\nkoito\nkoivisto\nkoivu\nkoizumi\nkojak\nkoji\nkojiki\nkojima\nkojiro\nkojo\nkok\nkoka\nkokand\nkokanee\nkokborok\nkoken\nkokeny\nkokh\nkokhba\nkoki\nkokiri\nkokkalis\nkokkola\nkoko\nkokoda\nkokomo\nkokoro\nkokoschka\nkokrajhar\nkoku\nkokura\nkokusai\nkokutai\nkol\nkola\nkolar\nkolarov\nkolb\nkolbe\nkolbenschmidt\nkolber\nkolberg\nkolchak\nkolding\nkole\nkolej\nkoleka\nkolelas\nkolesnikov\nkolhapur\nkoli\nkolin\nkolingba\nkolinska\nkolka\nkolkata\nkolker\nkoll\nkollam\nkollel\nkoller\nkollmorgen\nkollsnes\nkollywood\nkolmogorov\nkoln\nkolnhofer\nkolo\nkolodko\nkoloff\nkolokotronis\nkolombangara\nkolomna\nkolon\nkolosus\nkolpakov\nkolumbina\nkolwezi\nkolya\nkolyma\nkolynos\nkolyvanov\nkom\nkoma\nkomag\nkomansky\nkomarno\nkomarom\nkomarov\nkomatiite\nkomatsu\nkombassan\nkombat\nkombinasi\nkombinat\nkomdragmet\nkomen\nkomercbanka\nkomercni\nkomi\nkomineft\nkomitek\nkomitet\nkommando\nkommersant\nkommun\nkommunekredit\nkomnenian\nkomnenos\nkomo\nkomodo\nkomori\nkompaniya\nkompap\nkompas\nkompong\nkomrakov\nkomsomol\nkomsomolets\nkomsomolskaya\nkomunalny\nkomura\nkomuro\nkomusubi\nkomuter\nkon\nkona\nkonakchiev\nkonami\nkonan\nkonare\nkonark\nkoncar\nkonchellah\nkonda\nkondalexis\nkondo\nkondor\nkondpetroleum\nkone\nkonecranes\nkonev\nkong\nkong-based\nkong-incorporated\nkong-listed\nkongarar\nkongelige\nkongers\nkongo\nkongolo\nkongs\nkongsberg\nkongsvinger\nkongu\nkoni\nkoniambo\nkonica\nkoniecpolski\nkonig\nkonigsberg\nkonigstein\nkonik\nkoninklijke\nkonishi\nkonitz\nkonka\nkonkan\nkonkani\nkonkola\nkonnan\nkonno\nkono\nkonoe\nkonoha\nkonoka\nkonovalov\nkonqueror\nkonquest\nkonrad\nkonsel\nkonsolidacni\nkonsortium\nkonstal\nkonstantin\nkonstantinos\nkonstantinov\nkonstantinova\nkonstantinovich\nkonstanty\nkonstanz\nkontic\nkontinent\nkontogiannis\nkontrollbank\nkontsern\nkony\nkonya\nkonyshev\nkonzern\nkonzum\nkonzumbank\nkoo\nkoodiyattam\nkook\nkookaburra\nkookaburras\nkookmin\nkooks\nkool\nkoolhaas\nkoon\nkoong-lian\nkooning\nkoons\nkoontz\nkoop\nkoopa\nkooper\nkoor\nkooragang\nkoos\nkootenai\nkootenay\nkoothu\nkooti\nkop\nkoper\nkopessoua\nkoping\nkopint-datorg\nkopli\nkopp\nkoppel\nkoppelin\nkoppen\nkopper\nkoppers\nkopran\nkoprivnica\nkoptev\nkopu\nkor\nkora\nkoragg\nkoram\nkoramic\nkoran\nkoranic\nkorat\nkorbel\nkorce\nkorchnoi\nkorcula\nkord\nkorda\nkordic\nkordofan\nkore\nkorea\nkorean\nkoreans\nkoreas\nkoreatown\nkorei\nkoren\nkoresh\nkorg\nkorhonen\nkori\nkorin\nkorkmaz\nkorman\nkorn\nkornblum\nkorneev\nkorner\nkorngold\nkornheiser\nkornilov\nkoro\nkorolev\nkorolyov\nkoroma\nkoromah\nkorona\nkoronevsky\nkoros\nkorous\nkorowi\nkorps\nkorriban\nkors\nkorsakov\nkorsun\nkorsvold\nkortrijk\nkortunov\nkoruna\nkoryo\nkoryu\nkorzhakov\nkorzun\nkorzybski\nkos\nkosa\nkosal\nkosala\nkosan\nkosar\nkosciusko\nkosciuszko\nkosevo\nkosh\nkosher\nkoshi\nkoshien\nkoshiro\nkoshirou\nkosi\nkosice\nkosie\nkosinski\nkosir\nkosmo\nkosmos\nkosova\nkosovar\nkosovo\nkospi\nkospi0\nkoss\nkossoff\nkossol\nkossuth\nkosta\nkostadinov\nkostadinova\nkostas\nkostenko\nkoster\nkostic\nkostka\nkostner\nkostov\nkostovic\nkostroma\nkostya\nkosuke\nkosygin\nkoszalin\nkot\nkota\nkota-\nkotagala\nkotak\nkotar\nkotaro\nkotc\nkotch\nkothari\nkothi\nkotjo\nkotka\nkotla\nkotler\nkotli\nkotmale\nkoto\nkotobuki\nkotok\nkotoko\nkotor\nkottayam\nkotte\nkotter\nkottke\nkottonmouth\nkotzebue\nkou\nkouassi\nkouba\nkouchner\nkoufax\nkouga\nkouji\nkoukoulas\nkountze\nkourieh\nkournikova\nkourosh\nkourou\nkoussevitzky\nkoutla\nkovac\nkovacevic\nkovacic\nkovacs\nkovalainen\nkovalenko\nkovalev\nkovaleva\nkovalyov\nkovel\nkovil\nkovinotehna\nkovno\nkovr\nkovu\nkovzharov\nkowalczyk\nkowalski\nkowloon\nkoxinga\nkoy\nkoya\nkoyama\nkoyo\nkoyomi\nkoyuki\nkoyukuk\nkoyunlu\nkoz\nkozak\nkozani\nkozarac\nkozhikode\nkozinski\nkozlik\nkozloduy\nkozlov\nkozlowski\nkozo\nkozosushi\nkp\nkpa\nkpb\nkpbp\nkpc\nkpd\nkpeir\nkpfa\nkph\nkpi\nkpix\nkpmg\nkpn\nkpo\nkprc\nkpw\nkqed\nkr\nkra\nkraal\nkraatz\nkrab\nkrabbe\nkrabby\nkrabi\nkrabs\nkracun\nkraehe\nkraemer\nkraepelin\nkrafft\nkraft\nkraftwerk\nkraftwerke\nkrag\nkragujevac\nkrahn\nkrai\nkraj\nkrajci\nkrajicek\nkrajina\nkrajisnik\nkrajowa\nkrakatau\nkrakatoa\nkrakauer\nkrakchemia\nkraken\nkraki\nkrakow\nkrakow-based\nkraljevo\nkrall\nkralove\nkralupy\nkramer\nkrammer\nkramnik\nkramplova\nkrang\nkranidiotis\nkranjska\nkrantor\nkrantz\nkranz\nkrapp\nkras\nkrasimir\nkrasinski\nkrasnapolsky\nkrasnaya\nkrasner\nkrasnodar\nkrasnoyarsk\nkrasnoyarskenergo\nkrasny\nkrassimir\nkrastinsh\nkrasts\nkratos\nkraus\nkrause\nkrauser\nkrauss\nkrauss-maffei\nkraut\nkrautrock\nkrav\nkravchenko\nkraven\nkravis\nkravitz\nkrawczyk\nkray\nkrayer\nkrazy\nkrcmar\nkreator\nkrebs\nkredi\nkredietbank\nkredit\nkreditanstalt\nkreditkasse\nkreditna\nkreditni\nkredyt\nkredytowy\nkree\nkrefeld\nkreidl\nkreindler\nkreir\nkreis\nkreisky\nkreisler\nkreituss\nkrelian\nkrem\nkreme\nkremenyuk\nkremer\nkremin\nkremlin\nkrems\nkrenz\nkresa\nkresge\nkresimir\nkress\nkretschmer\nkretzmer\nkreuger\nkreutz\nkreutzer\nkreuz\nkreuzberg\nkreuzer\nkreuznach\nkrew\nkrewe\nkrewes\nkri\nkricfalusi\nkrieg\nkrieger\nkriegsmarine\nkriel\nkrigbaum\nkrikalyov\nkrill\nkrim\nkrio\nkripalani\nkripke\nkris\nkrishan\nkrishna\nkrishnaan\nkrishnadevaraya\nkrishnamurthy\nkrishnamurti\nkrishnan\nkrishnaraja\nkrishtopans\nkrispy\nkriss\nkrist\nkrista\nkristal\nkristallnacht\nkristaq\nkristen\nkristensen\nkristi\nkristian\nkristiania\nkristiansand\nkristiansen\nkristianstad\nkristiansund\nkristie\nkristin\nkristina\nkristine\nkristof\nkristoff\nkristoffer\nkristofferson\nkristol\nkristy\nkrisztina\nkriti\nkritik\nkriya\nkrizevci\nkrizhinauskas\nkrizia\nkrk\nkrka\nkroc\nkroeber\nkroeger\nkroeske\nkrofft\nkroger\nkrogh\nkrohn\nkrol\nkroll\nkromah\nkron\nkrona\nkronberg\nkrone\nkronecker\nkroner\nkronfeld\nkronk\nkronor\nkronos\nkronstadt\nkronus\nkroon\nkroons\nkroot\nkropf\nkropotkin\nkroq\nkroslak\nkrosno\nkross\nkroto\nkrovak\nkrs\nkrsko\nkrsna\nkrstic\nkru\nkrueger\nkrueng\nkrug\nkruger\nkrugerrand\nkrugman\nkrull\nkrum\nkrung\nkrungthai\nkrupa\nkrupp\nkrupp-hoesch\nkruppa\nkruse\nkrush\nkrusher\nkruskal\nkrusty\nkruszwica\nkrutick\nkrutil\nkrylov\nkrylova\nkrylya\nkrynauw\nkrynn\nkrypto\nkrypton\nkryptonian\nkryptonians\nkryptonite\nkrystal\nkrystyna\nkryten\nkryuchkov\nkryvbas\nkrzaklewski\nkrzysztof\nkrzyzewski\nks\nks0\nksb\nksc\nkscm\nksdk\nkse\nkseb\nksfc\nksh\nkshatriya\nkshatriyas\nksi\nksiidc\nksk\nksl\nkss\nkstp\nksu\nkt\nkt0\nkti\nktla\nktm\nktpi\nktrk\nkts\nkttv\nktvu\nku\nku-band\nkuala\nkuala-\nkuala.lumpur.newsroom@reuters.com\nkuan\nkuang\nkuantan\nkuba\nkuban\nkubek\nkubelik\nkubera\nkubert\nkubica\nkubicki\nkubik\nkubilay\nkubin\nkublai\nkubo\nkubosch\nkubota\nkubrick\nkubsch\nkucan\nkucera\nkuch\nkucha\nkuchiki\nkuching\nkuchma\nkucinich\nkudarat\nkudlow\nkudo\nkudos\nkudrin\nkudrow\nkudu\nkudzu\nkuehbacher\nkuehbauer\nkuehn\nkuehne\nkuei\nkuen\nkuerten\nkufa\nkufra\nkufuor\nkugel\nkugelfischer\nkugelstadt\nkugler\nkuh\nkuhl\nkuhlman\nkuhn\nkuhnl\nkuhnt\nkui\nkuiper\nkuk\nkuka\nkukai\nkukdong\nkuki\nkukic\nkukis\nkukk\nkukla\nkuklis\nkukoc\nkuku\nkul\nkula\nkulaks\nkulczyk\nkulick\nkulicke\nkulik\nkulikov\nkulin\nkulintang\nkulkarni\nkulkereskedelmi\nkull\nkullervo\nkullu\nkulm\nkulmbach\nkulongoski\nkulothunga\nkulp\nkult\nkulthum\nkulti\nkultur\nkulturkampf\nkulwicki\nkum\nkuma\nkumagai\nkumamoto\nkumano\nkumanovo\nkumaon\nkumar\nkumara\nkumaran\nkumaratunga\nkumari\nkumasi\nkumbakonam\nkumbernuss\nkumbha\nkumble\nkumho\nkumi\nkumiai\nkumite\nkummer\nkumpulan\nkumtor\nkumwanza\nkun\nkuna\nkunal\nkunar\nkuncze\nkund\nkunda\nkundalini\nkundera\nkundrun\nkundtz\nkunduz\nkune\nkunene\nkung\nkuni\nkunihiro\nkunimatsu\nkunio\nkunkel\nkunlun\nkunming\nkunnen\nkuno\nkunoichi\nkunsan\nkunst\nkunste\nkunsthalle\nkunsthistorisches\nkunstler\nkunta\nkunti\nkuntoro\nkuntz\nkunwar\nkunz\nkunze\nkuo\nkuok\nkuomintang\nkuoni\nkuopio\nkup\nkupang\nkuperman\nkupka\nkupon\nkupshys\nkur\nkura\nkurako\nkurama\nkuranda\nkuraray\nkuras\nkurata\nkuraya\nkurchatov\nkurd\nkurdish\nkurdish-controlled\nkurdish-held\nkurdish-inhabited\nkurdish-populated\nkurdistan\nkurds\nkure\nkurenai\nkurgan\nkurgans\nkuri\nkurier\nkuril\nkuriles\nkuririn\nkurita\nkurlak\nkurland\nkurman\nkurmanji\nkurmuk\nkurn\nkurnool\nkuro\nkuroda\nkurogane\nkuroki\nkurosaki\nkurosawa\nkurow\nkurri\nkursk\nkurt\nkurten\nkurtis\nkurts\nkurtz\nkurtzman\nkuru\nkurukshetra\nkurupt\nkururu\nkurus\nkuruvila\nkuruvilla\nkurz\nkurzeme\nkurzweil\nkus\nkusa\nkusacek\nkusanagi\nkusel\nkush\nkushan\nkushans\nkushiel\nkushko\nkushner\nkusjanto\nkuskokwim\nkusturica\nkusuma\nkut\nkutaisi\nkutak\nkutan\nkutch\nkutcher\nkuti\nkutner\nkutno\nkuttab\nkuttner\nkutty\nkutubu\nkutuzov\nkutztown\nkuwabara\nkuwait\nkuwait-based\nkuwaiti\nkuwaitis\nkuyper\nkuzbass\nkuzco\nkuze\nkuzmanov\nkuzmiuk\nkuzmuk\nkuznets\nkuznetsov\nkuznetsova\nkv\nkv.\nkv0\nkvaerner\nkvamme\nkvant0\nkvanto\nkvarme\nkven\nkvenland\nkvitfjell\nkvm\nkvp\nkw\nkw'alaams\nkw/0\nkwa\nkwacha\nkwai\nkwaito\nkwajalein\nkwakiutl\nkwakwaka'wakw\nkwala\nkwala-\nkwama\nkwame\nkwan\nkwang\nkwang-shik\nkwangju\nkwangyang\nkwantung\nkwasniewski\nkwazulu\nkwazulu-natal\nkweli\nkweller\nkwh\nkwiatkowski\nkwik\nkwinana\nkwisatz\nkwk\nkwok\nkwon\nkwong\nkwoon\nkws\nkwu\nkwun\nkwv\nky\nky.\nkya\nkyan\nkyapaz\nkyat\nkyats\nkyaw\nkyd\nkydd\nkyi\nkyiv\nkyl\nkyla\nkyle\nkylie\nkym\nkymmene\nkyo\nkyocera\nkyodo\nkyoei\nkyohei\nkyoken\nkyoko\nkyokushin\nkyokuto\nkyon\nkyong-shik\nkyoritsu\nkyosan\nkyoshi\nkyoshiro\nkyosuke\nkyotaru\nkyoto\nkyowa\nkyoya\nkyp\nkyprianou\nkyra\nkyran\nkyrenia\nkyrgyz\nkyrgyzstan\nkyriacos\nkyriakides\nkyriakidou\nkyriakopoulos\nkyriakos\nkyrie\nkyro\nkyser\nkyshtymov\nkysor\nkyu\nkyu-hyung\nkyuma\nkyung\nkyung-bae\nkyung-shick\nkyungu\nkyushu\nkyuss\nkyustendil\nkyw\nkz\nkz0\nkz0k0\nkzin\nkzinti\nl\nl&g\nl&h\nl&m\nl&t\nl'abbe\nl'academie\nl'aeropostale\nl'agefi\nl'air\nl'amour\nl'anne\nl'anse\nl'aquila\nl'arc\nl'art\nl'assemble\nl'assomption\nl'audiovisuel\nl'authentique\nl'auto\nl'automobile\nl'avenir\nl'echo\nl'ecole\nl'economiste\nl'eglise\nl'empire\nl'enfant\nl'engle\nl'ensemble\nl'equipe\nl'espresso\nl'est\nl'etat\nl'etoile\nl'europe\nl'expansion\nl'express\nl'habitat\nl'helias\nl'histoire\nl'homme\nl'hopital\nl'humanite\nl'ile\nl'industrie\nl'isle\nl'oeil\nl'offre\nl'opera\nl'opinion\nl'ordre\nl'oreal\nl'osservatore\nl'ouest\nl'unita\nl-\nl-bank\nl-long\nl-orizzont\nl-term\nl.\nl.a\nl.a.\nl.c.\nl.c.raheja\nl.d.\nl.j.\nl.k.\nl.l.\nl.l.c\nl.l.c.\nl.l.p.\nl.m.\nl.o.\nl.p\nl.p.\nl.t.\nl/0\nl0\nl00\nl0a\nl0a0\nl0s\nla\nla-z-boy\nla.\nla0\nlaa\nlaa+\nlaaa\nlaager\nlaan\nlaar\nlaas\nlaatste\nlaax\nlab\nlabadie\nlaban\nlabarge\nlabasa\nlabastida\nlabat\nlabatt\nlabchile\nlabe\nlabel\nlabeled\nlabeling\nlabelle\nlabelled\nlabelling\nlabelmate\nlabelmates\nlabels\nlabem\nlabeouf\nlabi\nlabia\nlabial\nlabials\nlabianca\nlabienus\nlabile\nlabinal\nlabine\nlabonte\nlabor\nlaboratoire\nlaboratories\nlaboratory\nlaborde\nlabored\nlaborer\nlaborers\nlaboring\nlaborious\nlaboriously\nlabors\nlabouchere\nlabour\nlabour-intensive\nlabour-led\nlabour-nz\nlabour-related\nlabour-saving\nlaboured\nlabourer\nlabourers\nlabouring\nlabours\nlabrador\nlabroy\nlabrum\nlabs\nlabuan\nlabuhan-\nlabus\nlabview\nlabyrinth\nlabyrinthine\nlabyrinths\nlac\nlaca\nlacan\nlacatus\nlace\nlaced\nlacerations\nlacertidae\nlaces\nlacey\nlach\nlachaise\nlachapelle\nlachey\nlachine\nlachlan\nlachmann\nlaci\nlacina\nlacing\nlack\nlackawanna\nlacked\nlackey\nlackeys\nlacking\nlackland\nlackluster\nlacklustre\nlacks\nlaclede\nlacombe\nlaconia\nlaconic\nlacordaire\nlacoste\nlacquer\nlacquered\nlacquers\nlacrimal\nlacroix\nlacrosse\nlacs\nlacson\nlactam\nlactantius\nlactate\nlactating\nlactation\nlactic\nlactobacillus\nlactone\nlactose\nlacuna\nlacus\nlacustrine\nlacy\nlad\nlada\nladainian\nladakh\nladas\nladbroke\nladbrokes\nladd\nladder\nladders\nladdie\nlade\nladen\nladenburg\nladic\nladies\nladin\nlading\nladino\nladislas\nladislaus\nladislav\nladki\nladle\nladner\nlado\nladoga\nladon\nlads\nladwp\nlady\nladybird\nladybug\nladysmith\nladytron\nladywood\nlae\nlaem\nlaemmle\nlaender\nlaertes\nlaertius\nlaetitia\nlaettner\nlaevis\nlaf\nlaface\nlafalce\nlafarge\nlafayette\nlaff\nlaffan\nlaffer\nlafferty\nlaffey\nlaffite\nlaffitte\nlafitte\nlafleche\nlafleur\nlafontaine\nlafourche\nlafrance\nlag\nlagan\nlagarde\nlagardere\nlagardre\nlagash\nlage\nlager\nlagerfeld\nlagers\nlaggard\nlaggards\nlagged\nlagging\nlaghman\nlaghouat\nlagman\nlago\nlagoa\nlagomorphs\nlagonda\nlagoon\nlagoons\nlagos\nlagoven\nlagrange\nlagrangian\nlags\nlaguardia\nlaguna\nlah\nlahad\nlahaina\nlahar\nlaharl\nlahars\nlahaye\nlahd\nlahey\nlahiri\nlahlou\nlahm\nlahn\nlahore\nlahoud\nlahr\nlahteenmaki\nlahti\nlai\nlaibach\nlaicite\nlaid\nlaid-off\nlaid-up\nlaidlaw\nlaigh\nlaigle\nlaignel\nlaika\nlaiki\nlaila\nlaima\nlaimbeer\nlain\nlaine\nlaing\nlair\nlaird\nlairds\nlairs\nlais\nlaisenia\nlaissez\nlaissez-faire\nlait\nlaith\nlaitiere\nlaity\nlaius\nlajes\nlajoie\nlajos\nlajous\nlaju\nlajunen\nlak\nlakas\nlakatos\nlake\nlakeba\nlakebed\nlakefield\nlakefront\nlakehead\nlakehurst\nlakeland\nlakeman\nlakenheath\nlakeport\nlaker\nlakers\nlakes\nlakes-rotterdam\nlakeshore\nlakeside\nlakeview\nlakeville\nlakewood\nlakh\nlakhs\nlakhubhai\nlakme\nlakoff\nlakos\nlakota\nlakshadweep\nlakshman\nlakshmana\nlakshmi\nlal\nlala\nlalabalavu\nlalah\nlalande\nlalas\nlalibela\nlalime\nlaliotis\nlalit\nlalita\nlalla\nlalloz\nlally\nlalo\nlalonde\nlaloo\nlalor\nlalu\nlalumiere\nlam\nlama\nlamac\nlamacq\nlamaison\nlaman\nlamanites\nlamar\nlamarca\nlamarche\nlamarck\nlamarque\nlamarr\nlamartine\nlamas\nlamassoure\nlamb\nlambasted\nlambasting\nlambasts\nlambayeque\nlambda\nlambe\nlambeau\nlambert\nlamberto\nlamberton\nlambertville\nlambeth\nlambie\nlamble\nlamborghini\nlambourn\nlambrecks\nlambs\nlambsdorff\nlambswool\nlambton\nlame\nlame-duck\nlamellae\nlamellar\nlameness\nlamennais\nlament\nlamentable\nlamentation\nlamentations\nlamented\nlamenting\nlaments\nlamer\nlamers\nlamfalussy\nlamia\nlamiaceae\nlamin\nlamina\nlaminae\nlaminar\nlaminaria\nlaminate\nlaminated\nlaminates\nlaminating\nlamine\nlamington\nlaminitis\nlamivudine\nlamm\nlammas\nlammermoor\nlammers\nlamoille\nlamon\nlamond\nlamont\nlamontagne\nlamothe\nlamotta\nlamotte\nlamouchi\nlamour\nlamoureux\nlamp\nlampang\nlampard\nlampedusa\nlampert\nlampeter\nlampoon\nlampooned\nlampooning\nlampoons\nlamport\nlampreia\nlamprey\nlampreys\nlamps\nlampson\nlampung\nlamson\nlamu\nlamy\nlan\nlana\nlanao\nlanark\nlanarkshire\nlanaudiere\nlanc\nlancashire\nlancaster\nlancasters\nlancastrian\nlancastrians\nlance\nlancelot\nlanceolate\nlancer\nlancers\nlances\nlancet\nlanchester\nlanchile\nlancia\nlancing\nlancit\nlancome\nlancre\nlancs\nland\nland-based\nland-for-peace\nland-locked\nland-use\nlanda\nlandau\nlandauer\nlandbank\nlande\nlanded\nlanden\nlander\nlanders\nlandes\nlandesbank\nlandesbanken\nlandesgirokasse\nlandeskreditbank\nlandesliga\nlandesrentenbank\nlandfall\nlandfalls\nlandfill\nlandfills\nlandform\nlandforms\nlandgrave\nlandgraviate\nlandhi\nlandholder\nlandholders\nlandholding\nlandholdings\nlandi\nlanding\nlandings\nlandini\nlandis\nlandkreis\nlandlady\nlandless\nlandline\nlandlines\nlandlocked\nlandlord\nlandlords\nlandmark\nlandmarks\nlandmass\nlandmasses\nlandmine\nlandmines\nlando\nlandon\nlandor\nlandour\nlandover\nlandowner\nlandowners\nlandowning\nlandreau\nlandrieu\nlandrum\nlandry\nlands\nlandsat\nlandsberg\nlandsbergis\nlandscape\nlandscaped\nlandscapes\nlandscaping\nlandseer\nlandshut\nlandshypotek\nlandsknechts\nlandskrona\nlandslide\nlandslides\nlandslips\nlandsman\nlandstar\nlandsting\nlandtag\nlandulf\nlanduyt\nlandward\nlandwehr\nlandwirtschaftliche\nlandy\nlandzo\nlane\nlaned\nlanegan\nlanes\nlaney\nlanfranc\nlanfranco\nlang\nlanga\nlangan\nlangar\nlangara\nlangbo\nlangdale\nlangdon\nlange\nlangella\nlangen\nlangenburg\nlangendries\nlanger\nlangerhans\nlangevin\nlangfield\nlangford\nlangham\nlanghorne\nlangit\nlangkawi\nlanglade\nlangland\nlanglands\nlangley\nlanglois\nlangmuir\nlangres\nlangsa\nlangside\nlangston\nlangton\nlangtry\nlanguage\nlanguages\nlangue\nlanguedoc\nlangues\nlanguid\nlanguish\nlanguished\nlanguishes\nlanguishing\nlangur\nlanham\nlani\nlanica\nlanier\nlanka\nlankadeepa\nlankan\nlankans\nlankester\nlankford\nlanky\nlanna\nlannen\nlanner\nlannes\nlanni\nlannin\nlanning\nlannister\nlannoy\nlannoye\nlanny\nlanois\nlanolin\nlanos\nlanotte\nlanqing\nlans\nlansbury\nlanschot\nlansdale\nlansdowne\nlansford\nlansing\nlansingburgh\nlansivoima\nlansky\nlanston\nlantana\nlantau\nlantern\nlanterns\nlanthanides\nlanthanum\nlantos\nlantz\nlanuf\nlanus\nlanyard\nlanyon\nlanyu\nlanz\nlanza\nlanzarote\nlanzhou\nlao\nlaodicea\nlaoghaire\nlaois\nlaon\nlaos\nlaotian\nlaozi\nlap\nlapa\nlaparoscopic\nlapd\nlapeer\nlapel\nlapels\nlapentti\nlapham\nlaphonso\nlapid\nlapidary\nlapierre\nlapilli\nlapin\nlapine\nlapis\nlaplace\nlaplacian\nlapland\nlapointe\nlaporte\nlapped\nlappeenranta\nlapping\nlaps\nlapse\nlapsed\nlapses\nlapsing\nlapthorne\nlaptop\nlaptops\nlapu\nlapua\nlapwing\nlapwings\nlar\nlara\nlarabie\nlaraine\nlaramie\nlarba\nlarceny\nlarch\nlarchmont\nlard\nlarder\nlardner\nlareau\nlaredo\nlaren\nlares\nlarga\nlarge\nlarge-\nlarge-cap\nlarge-capacity\nlarge-capitalisation\nlarge-capitalised\nlarge-capitalization\nlarge-investor\nlarge-lot\nlarge-scale\nlarge-sized\nlargely\nlargemouth\nlarger\nlarger-than-expected\nlargesse\nlargest\nlargest-ever\nlargo\nlargs\nlari\nlariat\nlaridae\nlarimer\nlarini\nlarionov\nlarios\nlarisa\nlarissa\nlarizza\nlark\nlarkana\nlarkhall\nlarkham\nlarkin\nlarkins\nlarks\nlarkspur\nlarma\nlarmor\nlarnaca\nlarne\nlaroche\nlarocque\nlarosiere\nlarouche\nlarousse\nlarox\nlarp\nlarps\nlarrabee\nlarrain\nlarrikin\nlarrinaga\nlarry\nlarrys\nlars\nlarsen\nlarson\nlarsson\nlarue\nlarus\nlarva\nlarvae\nlarval\nlarvik\nlarwood\nlary\nlaryngeal\nlarynx\nlarz\nlas\nlasagna\nlasalle\nlasallian\nlasam\nlascala\nlascaris\nlascelles\nlascivious\nlaser\nlaser-guided\nlaserbeak\nlaserdisc\nlaserjet\nlasermaster\nlasers\nlasersight\nlaservision\nlaserwriter\nlasfar\nlash\nlashed\nlasher\nlashes\nlashing\nlashkar\nlashley\nlasik\nlasing\nlask\nlasker\nlaski\nlasky\nlaslandes\nlasmo\nlason\nlasorda\nlass\nlassalle\nlasse\nlassen\nlasseter\nlassie\nlassila\nlassiter\nlasso\nlassus\nlast\nlast-ditch\nlast-gasp\nlast-half\nlast-minute\nlast-next\nlast-resort\nlast.fm\nlasted\nlastest\nlasting\nlastly\nlastman\nlastovo\nlasts\nlaswell\nlaszlo\nlat\nlat.\nlata\nlatakia\nlatal\nlatam\nlatch\nlatched\nlatches\nlatching\nlate\nlate-afternoon\nlate-april\nlate-day\nlate-maturing\nlate-month\nlate-morning\nlate-night\nlate-november\nlate-planted\nlate-season\nlate-session\nlate-stage\nlate-term\nlate0\nlate0s\nlate0th\nlatecomers\nlateef\nlateen\nlately\nlatency\nlateness\nlatent\nlater\nlater-maturing\nlateral\nlateralis\nlaterally\nlaterals\nlateralward\nlateran\nlaterano\nlaterite\nlatest\nlatex\nlatgale\nlath\nlatham\nlathan\nlathe\nlather\nlathes\nlathrop\nlatics\nlatief\nlatif\nlatifah\nlatifolia\nlatimer\nlatin\nlatina\nlatinised\nlatinized\nlatino\nlatinos\nlatins\nlatinus\nlatinvest\nlatitude\nlatitudes\nlatitudinal\nlatium\nlato\nlatour\nlatrell\nlatrine\nlatrines\nlatrobe\nlatronica\nlats\nlatsis\nlatta\nlattakia\nlatte\nlattelekom\nlatter\nlatterly\nlattice\nlattices\nlattimore\nlatur\nlatvenergo\nlatveria\nlatvia\nlatvian\nlatvians\nlatvijas\nlatymer\nlau\nlaubscher\nlauch\nlauched\nlauck\nlaud\nlauda\nlaudable\nlaudanum\nlaudatory\nlaude\nlauded\nlauder\nlauderdale\nlauding\nlaudrup\nlauds\nlaue\nlauenburg\nlauer\nlaugh\nlaughable\nlaughed\nlaughing\nlaughlin\nlaughs\nlaughter\nlaughton\nlauk\nlaunay\nlaunceston\nlaunch\nlaunched\nlauncher\nlaunchers\nlaunches\nlaunching\nlaunchpad\nlaunder\nlaundered\nlaunderers\nlaundering\nlaundries\nlaundromat\nlaundry\nlauper\nlaupheim\nlaura\nlauraceae\nlaurana\nlaurance\nlaurasia\nlaure\nlaurea\nlaureano\nlaureate\nlaureates\nlaurel\nlaureline\nlaurels\nlauren\nlaurence\nlaurens\nlaurent\nlaurentia\nlaurentian\nlaurentides\nlaurentiis\nlaurentius\nlaurer\nlaurette\nlauri\nlauria\nlauric\nlaurics\nlaurie\nlaurier\nlaurin\nlauritz\nlauritzen\nlauro\nlauryn\nlausanne\nlausd\nlaut\nlautaro\nlautenberg\nlauter\nlauterbach\nlautoka\nlautrec\nlauwers\nlauzon\nlav\nlava\nlaval\nlavalas\nlavalie\nlavalle\nlavan\nlavas\nlavatories\nlavatory\nlavella\nlavelle\nlavender\nlaver\nlavera\nlaverne\nlaverton\nlavery\nlavey\nlavi\nlavigne\nlavin\nlavington\nlavinia\nlavipharm\nlavish\nlavished\nlavishly\nlavochkin\nlavoisier\nlavon\nlavoro\nlavra\nlavrov\nlaw\nlaw-abiding\nlaw-and-order\nlaw-enforcement\nlaw-making\nlaw-smith\nlaw.he\nlaware\nlawder\nlawes\nlawford\nlawful\nlawfully\nlawgiver\nlawler\nlawless\nlawlessness\nlawley\nlawlor\nlawmaker\nlawmakers\nlawmaking\nlawman\nlawmen\nlawn\nlawndale\nlawnmower\nlawns\nlawrence\nlawrenceville\nlawrenson\nlawrie\nlawry\nlaws\nlawsky\nlawson\nlawsuit\nlawsuits\nlawter\nlawton\nlawyer\nlawyers\nlawzi\nlax\nlaxapana\nlaxative\nlaxatives\nlaxey\nlaxity\nlaxman\nlaxmi\nlaxmikant\nlay\nlay-off\nlay-offs\nlaya\nlayard\nlaycock\nlayden\nlaye\nlayer\nlayered\nlayering\nlayers\nlayfield\nlaying\nlayla\nlayman\nlaymen\nlayne\nlayoff\nlayoffs\nlayout\nlayouts\nlayover\nlaypeople\nlayperson\nlaypersons\nlays\nlaysan\nlayton\nlayup\nlaywers\nlaz\nlazar\nlazard\nlazards\nlazare\nlazarenko\nlazarev\nlazarevic\nlazaro\nlazaroni\nlazarus\nlazenby\nlazer\nlazier\nlaziness\nlazio\nlazlo\nlazne\nlazuli\nlazutkin\nlazy\nlazzaro\nlb\nlb.\nlb0\nlb=labour\nlba\nlbc\nlbf\nlbj\nlbl\nlbma\nlbo\nlbs\nlbs.\nlbw\nlc\nlc0\nlca\nlcag\nlcc\nlcd\nlcdr\nlcds\nlce\nlch\nlci\nlcl\nlcm\nlcms\nlcp\nlcr\nlcra\nlcs\nlct\nld\nld0\nlda\nldap\nldc\nldcs\nldd\nldd)0\nldd-loading\nldd-to\nldem\nldg\nldk\nldl\nldlp\nldn\nldp\nldr\nlds\nldt\nldv\nle\nlea\nleach\nleachate\nleached\nleaching\nleachman\nleacock\nlead\nlead-acid\nlead-free\nlead-manage\nlead-managed\nlead-manager\nlead-managing\nlead-up\nlead-zinc\nleadbeater\nleadbelly\nleaded\nleaden\nleader\nleader-in-waiting\nleaderboard\nleaderless\nleaders\nleadership\nleaderships\nleadframes\nleading\nleading-edge\nleadoff\nleads\nleadup\nleadville\nleaf\nleafed\nleafgreen\nleafin\nleafless\nleaflet\nleaflets\nleafpool\nleafs\nleafy\nleague\nleague-best\nleague-leading\nleaguer\nleaguers\nleagues\nleah\nleahey\nleahy\nleak\nleakage\nleakages\nleake\nleaked\nleakey\nleaking\nleaks\nleaky\nleal\nleamington\nlean\nlean*\nleanbow\nleander\nleandro\nleaned\nleaner\nleaney\nleaning\nleanings\nleann\nleanne\nleans\nleant\nleao\nleap\nleaped\nleaper\nleapfrog\nleapfrogged\nleapfrogging\nleaping\nleaps\nleapt\nlear\nlearjet\nlearmond\nlearn\nlearned\nlearner\nlearners\nlearning\nlearns\nlearnt\nleary\nleas\nlease\nlease-back\nlease-purchase\nleaseback\nleased\nleasehold\nleaseholders\nleases\nleash\nleaside\nleasing\nleast\nleast-developed\nleather\nleatherback\nleatherdale\nleatherface\nleatherhead\nleathers\nleathery\nleave\nleaved\nleavell\nleaven\nleavened\nleavening\nleavenworth\nleavers\nleaves\nleaving\nleavis\nleavitt\nleb\nlebanese\nlebanese-born\nlebanon\nlebar\nlebaron\nlebeau\nlebed\nlebedev\nlebel\nleben\nlebensraum\nlebenthal\nleber\nlebesgue\nleblanc\nleboeuf\nlebor\nlebow\nlebowa\nlebowski\nlebron\nlebrun\nlec\nleca\nlecaros\nlecce\nlecco\nlech\nleche\nlecherous\nlechkov\nlechmere\nlechuck\nlecithin\nleciva\nleckie\nleclair\nleclerc\nlecompton\nleconte\nlecoq\nlecroy\nlectec\nlecter\nlectern\nlectionary\nlector\nlecture\nlectured\nlecturer\nlecturers\nlectures\nlectureship\nlecturing\nlecythidaceae\nled\nleda\nledbetter\nledbury\nlede\nledenyi\nlederer\nlederman\nledesma\nledge\nledger\nledgers\nledges\nledo\nledogar\nledoux\nledra\nleds\nleduc\nledyard\nlee\nleeb\nleech\nleeches\nleed\nleeds\nleek\nleekens\nleekpai\nleeks\nleela\nleelanau\nleeman\nleeming\nleen\nleena\nleer\nleery\nlees\nleesburg\nleese\nleeson\nleesville\nleet\nleetch\nleeton\nleeudoorn\nleeuw\nleeuwarden\nleeuwen\nleeuwenhoek\nleeuwin\nleeward\nleeway\nlefebvre\nlefevre\nlefferts\nleffler\nleflamand\nleflore\nlefort\nlefroy\nlefschetz\nleft\nleft-arm\nleft-armer\nleft-back\nleft-centre\nleft-field\nleft-foot\nleft-footed\nleft-hand\nleft-handed\nleft-hander\nleft-leaning\nleft-of-centre\nleft-right\nleft-right-green\nleft-wing\nleft-winger\nleft-wingers\nleft/right\nleftfield\nlefthanded\nlefthander\nleftism\nleftist\nleftists\nleftmost\nleftover\nleftovers\nleftward\nleftwich\nleftwing\nleftwingers\nlefty\nleg\nleg-hold\nleg-spinner\nleg-up\nlega\nlegacies\nlegacy\nlegal\nlegalisation\nlegalise\nlegalised\nlegalising\nlegalism\nlegalist\nlegalistic\nlegality\nlegalization\nlegalize\nlegalized\nlegalizing\nlegally\nlegally-binding\nleganza\nlegaspi\nlegate\nlegates\nlegation\nlegations\nlegato\nlegatus\nlegazpi\nlegco\nlegend\nlegendarium\nlegendary\nlegendre\nlegends\nleger\nlegere\nleges\nlegg\nleggatt\nlegge\nlegged\nleggett\nleggings\nleggio\nlegh\nleghari\nleghold\nleghorn\nlegia\nlegibility\nlegible\nlegio\nlegion\nlegionaries\nlegionary\nlegionnaire\nlegionnaires\nlegions\nlegislate\nlegislated\nlegislating\nlegislation\nlegislations\nlegislative\nlegislator\nlegislators\nlegislature\nlegislatures\nlegit\nlegitimacy\nlegitimate\nlegitimated\nlegitimately\nlegitimise\nlegitimist\nlegitimists\nlegitimize\nlegitimized\nlegitimizing\nlegless\nlegnano\nlegnica\nlego\nlegoland\nlegolas\nlegrand\nlegras\nlegroom\nlegros\nlegs\nleguizamo\nlegume\nlegumes\nlegwinski\nleh\nlehamn\nlehane\nlehar\nlehashgaha\nlehava\nlehi\nlehigh\nlehman\nlehmann\nlehner\nlehr\nlehrbuch\nlehre\nlehrer\nlehrman\nlehtinen\nlehto\nlei\nleia\nleib\nleiber\nleibler\nleibnitz\nleibniz\nleibowitz\nleibstandarte\nleica\nleicester\nleicestershire\nleichhardt\nleichter\nleiden\nleif\nleigh\nleighton\nleij\nleijte\nleila\nleilani\nleimann\nleinart\nleinfuss\nleiningen\nleinster\nleipsic\nleipzig\nleipziger\nleir\nleiras\nleiria\nleis\nleishmaniasis\nleisure\nleisurely\nleisurenet\nleitao\nleitch\nleite\nleiter\nleith\nleitmotif\nleitmotifs\nleitner\nleitrim\nleitz\nleixlip\nleixoes\nlejeune\nlek\nleka\nlekberg\nleko\nleks\nlela\nleland\nlelievre\nlelle\nlellouche\nlelouch\nlely\nlem\nlemaire\nlemaitre\nleman\nlemans\nlemar\nlemass\nlemay\nlemberg\nlemieux\nlemillion\nlemke\nlemma\nlemmerz\nlemming\nlemmings\nlemminkainen\nlemmon\nlemmy\nlemnos\nlemoine\nlemon\nlemonade\nlemonades\nlemond\nlemonheads\nlemons\nlemont\nlemony\nlemoore\nlemos\nlemoyne\nlemuel\nlemur\nlemuria\nlemurs\nlen\nlena\nlenac\nlenalee\nlenape\nlenard\nlenawee\nlenco\nlencs\nlend\nlendable\nlender\nlenders\nlending\nlendings\nlendl\nlendoiro\nlends\nlene\nlenenergo\nlenexa\nlenfest\nleng\nlength\nlengthen\nlengthened\nlengthening\nlengthier\nlengths\nlengthwise\nlengthy\nlengua\nleni\nleniency\nlenient\nleniently\nlenihan\nlenin\nleningrad\nleninism\nleninist\nleninists\nlenk\nlenka\nlenna\nlennar\nlennard\nlennart\nlenne\nlenneth\nlenni\nlennie\nlennon\nlennon/mccartney\nlennox\nlenny\nleno\nlenoir\nlenore\nlenovo\nlenox\nlens\nlenses\nlensing\nlenski\nlensman\nlent\nlenten\nlentex\nlenticular\nlentil\nlentils\nlentini\nlenton\nlentulus\nlentz\nlenz\nlenzing\nlenzoloto\nleo\nleoben\nleofric\nleominster\nleomon\nleon\nleona\nleonard\nleonardo\nleonards\nleonce\nleone\nleonean\nleoneans\nleonel\nleones\nleonese\nleong\nleonhard\nleonhardsen\nleonhardt\nleoni\nleonia\nleonid\nleonidas\nleonie\nleonine\nleonis\nleonor\nleonora\nleonore\nleonov\nleontief\nleontius\nleopard\nleopard-skin\nleopardi\nleopards\nleopardstown\nleopold\nleopoldina\nleopoldo\nleopoldville\nleos\nleota\nleotard\nleotardo\nleow\nlep\nlepa\nlepage\nlepanto\nleper\nlepers\nlepida\nlepidoptera\nlepidopteran\nlepidus\nlepikson\nlepine\nlepomaki\nlepore\nleporidae\nleppard\nlepper\nleprechaun\nleprechauns\nleprosy\nlept\nleptin\nleptodactylidae\nlepton\nleptons\nlepus\nler\nlerach\nlereah\nlerenius\nlerida\nlerins\nlerma\nlerman\nlermontov\nlerner\nlernout\nleroi\nleros\nleroux\nleroy\nlerwick\nles\nlesabre\nlesage\nlesbian\nlesbianism\nlesbians\nlesbos\nlescaut\nleschly\nlescure\nlese\nlesh\nlesiak\nlesieur\nlesion\nlesions\nleskie\nleskinen\nlesko\nlesley\nleslie\nleslie-adm\nlesnar\nlesotho\nlespinasse\nless\nless-developed\nless-expensive\nless-than-expected\nlessa\nlessard\nlessee\nlessen\nlessened\nlessening\nlessens\nlesseps\nlesser\nlesser-known\nlesser-quality\nlessig\nlessing\nlesson\nlessons\nlessor\nlest\nlestari\nlestat\nleste\nlester\nlestrade\nlesueur\nleszczynski\nleszek\nlet\nlet-up\nletchworth\nletdown\nletelier\nletes\nlethal\nlethality\nlethargic\nlethargy\nlethbridge\nlethe\nlethem\nleticia\nletitia\nleto\nletourneau\nletoya\nletran\nletras\nlets\nletsie\nlett\nletter\nletterbox\nlettered\nletterer\nletterhead\nlettering\nletterkenny\nletterman\nlettermen\nletterpress\nletters\nlettice\nletting\nlettow\nlettre\nlettres\nletts\nlettuce\nletup\nlety\nletzte\nleu\nleu-dollar\nleucadia\nleucine\nleuenberger\nleukaemia\nleukemia\nleukocyte\nleukocytes\nleul\nleumi\nleuna\nleung\nleur\nleutnant\nleuven\nlev\nlev-denominated\nleva\nlevada\nlevallois\nlevan\nlevanger\nlevant\nlevante\nlevantine\nlevator\nleve\nlevee\nlevees\nlevel\nlevel-one\nlevel-par\nlevel-three\nlevel0\nleveled\nleveling\nlevelled\nleveller\nlevellers\nlevelling\nlevels\nlevels--------------------\nlevels---------------------\nleven\nlevene\nlevenson\nleventhal\nleveque\nlever\nleverage\nleveraged\nleverages\nleveraging\nleverett\nleverhulme\nleverkusen\nlevers\nlevert\nleverton\nleveson\nlevesque\nlevett\nlevey\nlevi\nleviathan\nlevice\nlevied\nlevies\nleviev\nlevin\nlevinas\nlevine\nlevingston\nlevinson\nlevis\nlevitan\nlevitate\nlevitating\nlevitation\nlevite\nlevites\nleviticus\nlevitt\nlevittown\nlevitz\nlevobupivacaine\nlevon\nlevs\nlevski\nlevu\nlevuka\nlevy\nlevy-lang\nlevying\nlew\nlewa\nlewd\nleweni\nlewes\nlewin\nlewins\nlewinsky\nlewis\nlewisburg\nlewisham\nlewiston\nlewistown\nlewisville\nlewontin\nlews\nlewton\nlewy\nlex\nlexcorp\nlexi\nlexical\nlexicographer\nlexicographic\nlexicographical\nlexicography\nlexicon\nlexicons\nlexie\nlexikon\nlexington\nlexipafant\nlexis\nlexis-nexis\nlexisnexis\nlexmark\nlexus\nlexx\nley\nleyden\nleykam\nleykis\nleyl\nleyla\nleyland\nleyritz\nleys\nleyshon\nleyte\nleyton\nleytonstone\nleyva\nlezajsk\nlezama\nlezhe\nlezion\nlf\nlfb\nlfc\nlfg\nlfo\nlfs\nlg\nlg&e\nlg-caltex\nlga\nlgb\nlgbt\nlgpl\nlgt\nlgv\nlh\nlha\nlhasa\nlhc\nlhd\nlhikan\nlhoknga\nlhokseu-\nlhota\nlhs\nlht\nli\nli$\nli'l\nli-teh\nlia\nliab\nliabilites\nliabilities\nliability\nliable\nliaise\nliaising\nliaison\nliaisons\nliam\nliamine\nlian\nliana\nlianas\nliancourt\nliane\nliang\nliangshan\nlianhua\nliani\nliano\nliao\nliaodong\nliaoning\nliaquat\nliar\nliard\nliars\nlias\nliason\nliath\nliatti\nliaz\nlib\nliban\nlibanais\nlibanaise\nlibbed\nlibbey\nlibbra\nlibby\nlibe\nlibel\nlibelled\nlibelling\nlibellulidae\nlibelous\nliber\nlibera\nliberace\nliberacion\nliberadzki\nliberal\nliberal-national\nliberale\nliberalisation\nliberalise\nliberalised\nliberalises\nliberalising\nliberalism\nliberality\nliberalization\nliberalize\nliberalized\nliberalizing\nliberally\nliberals\nliberate\nliberated\nliberates\nliberating\nliberation\nliberator\nliberators\nlibere\nliberec\nliberia\nliberian\nliberian-registered\nliberians\nliberman\nlibero\nliberta\nlibertad\nlibertador\nlibertadores\nlibertarian\nlibertarianism\nlibertarians\nlibertas\nlibertatea\nliberte\nlibertel\nliberties\nlibertine\nlibertines\nliberty\nlibertyville\nlibeskind\nlibido\nlibor\nliboro\nlibra\nlibrarian\nlibrarians\nlibrarianship\nlibraries\nlibrary\nlibration\nlibre\nlibres\nlibretti\nlibrettist\nlibretto\nlibrettos\nlibreville\nlibri\nlibris\nlibro\nlibrorum\nlibs\nlibx\nlibya\nlibyan\nlibyans\nlic\nlicari\nlicata\nlice\nlicence\nlicenced\nlicences\nlicenciatura\nlicencing\nlicense\nlicensed\nlicensee\nlicensees\nlicenses\nlicensing\nlicensor\nlicensure\nlicentiate\nlicentious\nliceo\nliceu\nlich\nlichen\nlichens\nlichfield\nlicht\nlichtenberg\nlichtenstein\nlichtman\nlicinius\nlick\nlicked\nlickey\nlicking\nlickliter\nlicks\nlicorice\nlid\nlida\nlidar\nlidcombe\nliddell\nliddesdale\nliddle\nliddy\nlidia\nlidl\nlido\nlidocaine\nlidove\nlids\nlidy\nlie\nlie-detector\nlieb\nliebe\nliebenberg\nlieber\nlieberman\nliebermann\nliebert\nliebig\nliebknecht\nliebling\nliebman\nliebscher\nliechtenstein\nlied\nlieder\nlief\nliefeld\nliege\nliege-bastogne-liege\nliegnitz\nlieko\nlien\nlienard\nliens\nliepaja\nliepajas\nliepvre\nlier\nlieres\nlierse\nlies\nliesen\nlietuva\nlietuvos\nlieu\nlieut\nlieutenancy\nlieutenant\nlieutenant-colonel\nlieutenant-general\nlieutenants\nliew\nlif\nlife\nlife-high\nlife-insurance\nlife-long\nlife-of-contract\nlife-saving\nlife-support\nlife-threatening\nlife-time\nlife.\nlifeblood\nlifeboat\nlifeboats\nlifecare\nlifecore\nlifecycle\nlifeforce\nlifeform\nlifeforms\nlifeguard\nlifeguards\nlifehouse\nlifeless\nlifelike\nlifeline\nlifelong\nlifes\nlifesaving\nlifesize\nlifeson\nlifespan\nlifespans\nlifestyle\nlifestyles\nlifetime\nlifetimes\nlifeway\nliffe\nliffey\nlifford\nlifo\nlift\nlift-off\nliftback\nlifted\nlifter\nlifters\nlifting\nliftings\nliftoff\nlifton\nlifts\nlig\nliga\nligament\nligaments\nligand\nligands\nligase\nligat\nligation\nligature\nligatures\nliger\nligeti\nliggett\nlight\nlight-hearted\nlight-load\nlight-water\nlight-weight\nlightbulb\nlightbulbs\nlighted\nlightel\nlighten\nlightened\nlightening\nlighter\nlighter-than-expected\nlightering\nlighters\nlightest\nlightfoot\nlighthearted\nlighthouse\nlighthouses\nlighting\nlightly\nlightner\nlightness\nlightnin\nlightning\nlightnings\nlights\nlightsaber\nlightsabers\nlightship\nlightspeed\nlightwave\nlightweight\nlightyear\nligier\nligne\nlignin\nlignite\nligny\nligonier\nligresti\nligue\nligure\nliguria\nligurian\nliha\nlihir\nliiga\nliikanen\nliir\nliising\nlij\nlijsttrekker\nlik\nlika\nlikable\nlike\nlike-for-like\nlike-minded\nlikeable\nliked\nlikeliest\nlikelihood\nlikely\nliken\nlikened\nlikeness\nlikenesses\nlikening\nlikens\nlikes\nlikewise\nlikhovtseva\nliking\nlikley\nliklihood\nlikoni\nlikud\nlikud-led\nlikulia\nlil\nlila\nlilac\nlilacs\nlilah\nlilandra\nlilburn\nlilburne\nlilco\nlileikis\nliley\nlili\nlilia\nliliaceae\nlilian\nliliana\nlilic\nlilienthal\nlilies\nlilith\nlill\nlilla\nlilladher\nlille\nlillee\nlillehammer\nlillestroem\nlilley\nlilli\nlillian\nlillie\nlillies\nlilliput\nlillooet\nlilly\nlillywhite\nlilo\nlilongwe\nlilting\nlily\nlilydale\nlim\nlima\nliman\nlimassol\nlimavady\nlimb\nlimbaugh\nlimbed\nlimber\nlimbic\nlimbo\nlimbs\nlimbu\nlimburg\nlimburger\nlimburgish\nlimbuwan\nlime\nlimehouse\nlimeira\nlimelight\nlimerick\nlimericks\nlimes\nlimestone\nlimestones\nlimete\nliminal\nlimit\nlimit-down\nlimit-up\nlimitada\nlimitation\nlimitations\nlimited\nlimited-overs\nlimiter\nlimiting\nlimitless\nlimits\nlimo\nlimoges\nlimon\nlimon-covenas\nlimor\nlimousin\nlimousine\nlimousines\nlimp\nlimped\nlimpet\nlimpets\nlimping\nlimpopo\nlims\nlin\nlina\nlinares\nlinate\nlinc\nlincei\nlinchpin\nlincoln\nlincoln-mercury\nlincolns\nlincolnshire\nlind\nlind-wald\nlind-waldock\nlinda\nlindahl\nlindane\nlindau\nlindauer\nlindbaek\nlindberg\nlindbergh\nlinde\nlindell\nlindelof\nlindeman\nlindemann\nlinden\nlinder\nlinderman\nlindesfarne\nlindfield\nlindgren\nlindh\nlindholm\nlinding\nlindisfarne\nlindley\nlindner\nlindo\nlindon\nlindquist\nlindqvist\nlindros\nlindsay\nlindseth\nlindsey\nlindsley\nlindstrom\nlindt\nlindy\nline\nline-item\nline-out\nline-up\nline-ups\nline.\nlinea\nlineage\nlineages\nlineal\nlinear\nlinearcity\nlinearity\nlinearly\nlinebacker\nlinebackers\nlined\nlinehan\nlineker\nlineman\nlinemen\nlinen\nlinenger\nlinens\nlineout\nliner\nlinerboard\nliners\nlines\nlinescore\nlinesman\nlineup\nlineups\nlinfield\nlinford\nling\nlinga\nlingala\nlingam\nlingayen\nlinge\nlingen\nlinger\nlingered\nlingerie\nlingering\nlingers\nlinghui\nlingle\nlingo\nlingpa\nlingua\nlinguae\nlingual\nlinguist\nlinguistic\nlinguistically\nlinguistics\nlinguists\nlingus\nlingyun\nlinhart\nlini\nlining\nlinings\nlink\nlink-up\nlink-ups\nlinkage\nlinkages\nlinke\nlinked\nlinker\nlinkin\nlinking\nlinklater\nlinklaters\nlinkletter\nlinkoping\nlinks\nlinksys\nlinkup\nlinley\nlinlithgow\nlinn\nlinna\nlinnaean\nlinnaeus\nlinnane\nlinnco\nlinne\nlinnean\nlinnell\nlinnet\nlinney\nlino\nlinoleic\nlinoleum\nlinotype\nlinotype-hell\nlins\nlinseed\nlint\nlintas\nlintel\nlintels\nlintilla\nlinton\nlinus\nlinux\nlinwood\nlinx\nlinz\nlinzer\nlio\nlion\nlionda\nlionel\nlioness\nlionesses\nliong\nlionhead\nlionheart\nlionore\nlions\nlionsgate\nlior\nliotier\nliotta\nliouville\nlip\nlipa\nlipan\nlipari\nlipase\nlipetsk\nlipid\nlipids\nlipinski\nlipitor\nlipkin\nlipman\nlipophilic\nlipoprotein\nlipoproteins\nliposome\nliposomes\nliposuction\nlipp\nlippe\nlipped\nlippens\nlipper\nlippert\nlippi\nlippincott\nlippisch\nlippman\nlippmann\nlippo\nlipponen\nlips\nlipschitz\nlipscomb\nlipsius\nlipsky\nlipstick\nlipton\nliptovsky\nliqudity\nliquefaction\nliquefied\nliquefy\nliqueur\nliqueurs\nliquid\nliquidate\nliquidated\nliquidating\nliquidation\nliquidations\nliquidator\nliquidators\nliquide\nliquidity\nliquidity-driven\nliquidity-smoothing\nliquids\nliquified\nliquor\nliquorice\nliquoring\nliquors\nlir\nlira\nlirael\nlire\nlireo\nliri\nlirma\nliro\nlirquen\nlirr\nlis\nlisa\nlisala\nlisandro\nlisboa\nlisbon\nlisbon-based\nlisbon-hamburg\nlisbor\nlisburn\nlisco\nlise\nliselotte\nlisesi\nlisette\nlisgar\nlisheen\nlisi\nlisieux\nliskeard\nlisle\nlismore\nlisnave\nlisp\nlispi\nliss\nlissa\nlissitzky\nlissouba\nlist\nlista\nlisted\nlisten\nlistenable\nlistened\nlistener\nlisteners\nlistenership\nlistening\nlistens\nlister\nlisteria\nlisting\nlistings\nlistless\nliston\nlistowel\nlists\nlisu\nliszt\nlit\nlit.\nlita\nlitani\nlitanies\nlitany\nlitas\nlitchfield\nlite\nlite-on\nliter\nliteracy\nliteral\nliterally\nliterals\nliterary\nliterate\nliterate.\nliterati\nliteratur\nliteratura\nliterature\nliteratures\nliters\nlites\nlitex\nlithe\nlithgow\nlithic\nlithium\nlithium-ion\nlitho\nlithograph\nlithographed\nlithographer\nlithographic\nlithographs\nlithography\nlithosphere\nlithuania\nlithuania,$0\nlithuanian\nlithuanians\nlitigant\nlitigants\nlitigated\nlitigating\nlitigation\nlitigator\nlitimpeks\nlitin\nlitle\nlitmanen\nlitmus\nlito\nliton\nlitoral\nlitoria\nlitovsk\nlitre\nlitres\nlitt\nlitte\nlittelfuse\nlitter\nlitteraire\nlitterature\nlittered\nlittering\nlitters\nlittle\nlittle-changed\nlittle-known\nlittle-used\nlittlechild\nlittlefield\nlittlefoot\nlittlehampton\nlittlejohn\nlittlest\nlittleton\nlittlewood\nlittlewoods\nlittmann\nlitton\nlittoral\nliturgical\nliturgies\nliturgy\nlitvinenko\nlitvinov\nliu\nliutprand\nliuzzi\nliv\nlivable\nlivas\nlive\nlive-action\nlive-fire\nlive0\nlivecd\nlived\nlivejournal\nlivelier\nliveliest\nlivelihood\nlivelihoods\nlively\nliven\nlivened\nlivent\nliver\nliveries\nlivermore\nliverpool\nliverpudlian\nlivers\nliverworts\nlivery\nlives\nlivesey\nlivestock\nlivestocks\nlivewire\nlivgren\nlivia\nlivid\nlivilla\nlivin\nliving\nlivings\nlivingston\nlivingstone\nlivio\nliviu\nlivius\nlivnat\nlivolsi\nlivonia\nlivonian\nlivorno\nlivre\nlivres\nlivret\nlivshits\nlivy\nliyanage\nliz\nliza\nlizarazu\nlizard\nlizardmen\nlizards\nlizhu\nlizzano\nlizzie\nlizzy\nlj\nljubisa\nljubljana\nljubljanska\nljubomir\nljudevit\nljunggren\nljungqvist\nlk\nlkoh.rts\nlks\nll\nll&e\nll.b\nll.b.\nll.d\nll.d.\nll.m\nll.m.\nllama\nllamas\nllan\nllanberis\nllandaff\nllandeilo\nllandovery\nllandudno\nllanelli\nllanes\nllanfair\nllangollen\nllano\nllanos\nllanrwst\nllansantffraid\nllanview\nllazar\nllb\nllc\nllc.\nlld\nlleida\nlleu\nllew\nllewellyn\nllewelyn\nlleyton\nllm\nllnl\nllobregat\nllorente\nlloret\nllosa\nlloyd\nlloydminster\nlloyds\nllp\nlls\nlluis\nllwyd\nllyn\nllyr\nllywelyn\nlm\nlm0\nlma\nlmc\nlme\nlmg\nlml\nlmp\nlmp0\nlmr\nlms\nlmts\nlmu\nln\nlnb\nlnd\nlner\nlng\nlnnk\nlns\nlntl=lentils\nlnwr\nlo\nloa\nloach\nload\nloaded\nloader\nloaders\nloading\nloadings\nloads\nloaf\nloafing\nloam\nloamy\nloan\nloan-loss\nloaned\nloaning\nloans\nloans-for-kickbacks\nloansharking\nloanword\nloanwords\nloath\nloathe\nloathed\nloathes\nloathing\nloathsome\nloaves\nlob\nlobanov\nlobato\nlobau\nlobbed\nlobbied\nlobbies\nlobbing\nlobby\nlobbying\nlobbyist\nlobbyists\nlobdell\nlobe\nlobed\nlobelia\nlobengula\nlobes\nloblaw\nloblaws\nloblolly\nlobo\nloboc\nlobos\nlobotomy\nlobov\nlobsang\nlobster\nlobsters\nloc\nloc.\nloca\nlocabail\nlocal\nlocal-call\nlocal-led\nlocal-option\nlocale\nlocales\nlocalisation\nlocalise\nlocalised\nlocalism\nlocalities\nlocality\nlocalization\nlocalizations\nlocalize\nlocalized\nlocalizing\nlocally\nlocally-based\nlocally-made\nlocally-produced\nlocals\nlocarno\nlocate\nlocated\nlocatelli\nlocates\nlocating\nlocation\nlocational\nlocations\nlocative\nlocator\nloch\nlochaber\nlochalsh\nlocher\nlochner\nlochs\nloci\nlock\nlock-in\nlock-out\nlock-up\nlocka\nlockdown\nlocke\nlocked\nlocker\nlockerbie\nlockers\nlocket\nlockett\nlockhart\nlockheed\nlockheed-martin\nlocking\nlockjaw\nlocklear\nlockout\nlockport\nlocks\nlocksmith\nlockup\nlockwood\nlockyer\nloco\nlocomotion\nlocomotive\nlocomotives\nlocos\nlocsin\nloctite\nlocum\nlocus\nlocust\nlocusts\nlod\nlodbrok\nlodder\nloddon\nlode\nloder\nlodewijk\nlodge\nlodged\nlodgenet\nlodgepole\nlodger\nlodges\nlodging\nlodgings\nlodhi\nlodi\nlodoss\nlodovico\nlodz\nlodzka\nloe\nloeb\nloeffler\nloehmann\nloehr\nloei\nloess\nloesser\nloew\nloewe\nloewen\nloews\nloewy\nlof\nlofgren\nlofoten\nloft\nlofted\nlofthouse\nlofton\nlofts\nloftus\nlofty\nlog\nlogal\nlogan\nlogansport\nlogarithm\nlogarithmic\nlogarithms\nlogbook\nloge\nlogged\nlogger\nloggerhead\nloggerheads\nloggers\nloggia\nlogging\nloggins\nlogia\nlogic\nlogica\nlogical\nlogically\nlogician\nlogicians\nlogicon\nlogics\nlogie\nlogies\nlogin\nlogistic\nlogistica\nlogistical\nlogistically\nlogistics\nlogitech\nlogjam\nlogo\nlogograms\nlogographic\nlogon\nlogone\nlogos\nlogrones\nlogrono\nlogs\nlogu\nlogudoro\nlogue\nlogunov\nlogwood\nloh\nlohan\nlohani\nlohengrin\nlohia\nlohman\nlohmann\nlohmus\nlohner\nlohot\nlohr\nlohse\nloi\nloik\nloin\nloin:striploin\nloincloth\nloins\nloir\nloire\nloiret\nlois\nloitering\nloix\nloja\nlojas\nlojban\nlok\nloka\nloke\nloken\nlokendra\nlokeren\nloki\nlokmanya\nloko\nlokomotiv\nlokomotiva\nlokomotive\nlokondo\nlol\nlola\nlolita\nlolland\nlollapalooza\nlollard\nlollards\nlollipop\nlollipops\nlolly\nlolo\nlolth\nlom\nloma\nlomak\nloman\nlomas\nlomax\nlomb\nlombard\nlombarde\nlombardi\nlombardia\nlombardo\nlombards\nlombardy\nlombok\nlomborg\nlombroso\nlome\nlommel\nlomond\nlomonosov\nlompoc\nlomu\nlomza\nlon\nlonard\nloncaric\nlondinium\nlondo\nlondon\nlondon-\nlondon-based\nlondon-listed\nlondonderry\nlondoner\nlondoners\nlondono\nlondrina\nlone\nloneliness\nlonely\nloner\nlonergan\nlonesome\nlonestar\nloney\nlong\nlong-\nlong-anticipated\nlong-awaited\nlong-bond\nlong-closed\nlong-course\nlong-dated\nlong-delayed\nlong-distance\nlong-dormant\nlong-end\nlong-established\nlong-expected\nlong-fibre\nlong-grain\nlong-haired\nlong-haul\nlong-held\nlong-hsien\nlong-lasting\nlong-liquidation\nlong-lived\nlong-medium\nlong-on\nlong-overdue\nlong-planned\nlong-promised\nlong-protected\nlong-range\nlong-ruling\nlong-run\nlong-running\nlong-serving\nlong-simmering\nlong-sought\nlong-stalled\nlong-standing\nlong-staple\nlong-suffering\nlong-term\nlong-time\nlonga\nlongarm\nlongboard\nlongboat\nlongbottom\nlongbow\nlongbowmen\nlongbows\nlongbridge\nlongchamp\nlongclaws\nlonged\nlonger\nlonger-dated\nlonger-end\nlonger-range\nlonger-term\nlonger-than-expected\nlongest\nlongest-running\nlongest-serving\nlongevity\nlongfellow\nlongfield\nlongford\nlonghair\nlonghaul\nlonghi\nlonghorn\nlonghorns\nlonghouse\nlonghouser\nlonghouses\nlonghurst\nlongifolia\nlongin\nlonging\nlonginus\nlongish\nlongitude\nlongitudes\nlongitudinal\nlongitudinally\nlongleaf\nlongley\nlongman\nlongmeadow\nlongmont\nlongnose\nlongo\nlongoria\nlongreach\nlongridge\nlongs\nlongships\nlongshore\nlongshoreman\nlongshoremen\nlongshot\nlongsight\nlongstanding\nlongstreet\nlongsword\nlongterm\nlongtime\nlongton\nlongue\nlongueuil\nlongueville\nlongus\nlongview\nlongwave\nlongwell\nlongwood\nlongworth\nlongyear\nlonhro\nloni\nlonnie\nlonny\nlono\nlonrho\nlonsdale\nlonski\nlonza\nloo\nlooc\nlooe\nloog\nlook\nlook-alike\nlook-out\nlookalike\nlooked\nlooker\nlookin\nlooking\nlookout\nlookouts\nlooks\nlooksmart\nlookup\nlookups\nloom\nloomed\nlooming\nloomis\nlooms\nloon\nloonatics\nlooney\nloong\nloons\nloony\nloop\nlooped\nlooper\nloophole\nloopholes\nlooping\nloops\nloor\nloos\nloose\nloosed\nloosely\nloosen\nloosened\nloosening\nloosens\nlooser\nlooses\nloosing\nloot\nlooted\nlooters\nlooting\nlop\nlopatka\nlopburi\nlope\nlopes\nlopez\nlophem\nlopped\nlopping\nlopsided\nlor\nlora\nlorain\nloraine\nloral\nloran\nloras\nlorazepam\nlorber\nlorca\nlorcan\nlorch\nlord\nlordaeron\nlorde\nlordi\nlords\nlordship\nlordships\nlordstown\nlore\nlorean\nlorelai\nlorelei\nloren\nlorena\nlorentz\nlorentzian\nlorentzson\nlorenz\nlorenzen\nlorenzi\nlorenzo\nlores\nloreto\nloretta\nloretto\nlori\nloria\nloricariidae\nlorico\nlorien\nlorient\nlorikeet\nlorillard\nlorimar\nlorimer\nlorin\nloring\nloris\nlorn\nlorna\nlorne\nloro\nlorrach\nlorrain\nlorraine\nlorrayne\nlorre\nlorrie\nlorries\nlorry\nlors\nlorsch\nlortel\nlorton\nlory\nlos\nlosada\nloscam\nlose\nlosec\nloser\nlosers\nloses\nlosey\nlosh\nlosing\nlosman\nloss\nloss$\nloss-makers\nloss-making\nloss0\nlosses\nlossiemouth\nlossless\nlossmaking\nlossy\nlost\nlostprophets\nlostwithiel\nlot\nlotbiniere\nlotfi\nlotfy\nlothair\nlothal\nlothar\nlotharingia\nlothario\nlothian\nlothians\nlothlorien\nlothoo\nlothor\nlothrop\nloti\nlotion\nlotions\nlotru\nlots\nlott\nlotta\nlotte\nlotteries\nlottery\nlottie\nlotto\nlottum\nlotus\nlotz\nlou\nloubna\nloubser\nloud\nlouden\nlouder\nloudest\nloudly\nloudness\nloudon\nloudoun\nloudspeaker\nloudspeakers\nloudun\nlough\nloughborough\nlougheed\nloughlin\nloughnane\nloughor\nloughran\nloughton\nlouhi\nlouie\nlouima\nlouis\nlouis-based\nlouis-dreyfus\nlouisa\nlouisbourg\nlouisburg\nlouise\nlouisiana\nlouisiana-pacific\nlouisson\nlouisville\nloulo\nlounge\nlounges\nlounging\nlounici\nloup\nlourdes\nlourenco\nlourens\nlourey\nlouse\nlousiana\nlousy\nlouth\nlouvain\nlouvers\nlouviere\nlouvre\nlouw\nlovable\nlovas\nlovat\nlove\nlove-hate\nlove/hate\nlovebirds\nlovech\nlovecraft\nlovecraftian\nloved\nlovejoy\nlovelace\nloveland\nloveless\nloveline\nlovell\nlovelock\nlovelorn\nlovely\nlovemaking\nlovenox\nlover\nloverboy\nlovering\nlovers\nloves\nlovesick\nlovett\nloviisa\nlovin\nloving\nlovingly\nlovitz\nlow\nlow-\nlow-budget\nlow-caste\nlow-cost\nlow-delta\nlow-density\nlow-dose\nlow-end\nlow-fare\nlow-fat\nlow-grade\nlow-income\nlow-inflation\nlow-intensity\nlow-interest\nlow-key\nlow-level\nlow-lying\nlow-margin\nlow-paid\nlow-pour\nlow-pressure\nlow-price\nlow-priced\nlow-profile\nlow-quality\nlow-ranking\nlow-risk\nlow-speed\nlow-sulfur\nlow-sulphur\nlow-tariff\nlow-tax\nlow-tech\nlow-teens\nlow-to-mid\nlow-value\nlow-volume\nlow-wage\nlow-yielding\nlow0s\nlowbrow\nlowcountry\nlowden\nlowder\nlowe\nlowell\nlowen\nlowenstein\nlowenthal\nlower\nlower-cost\nlower-court\nlower-end\nlower-house\nlower-income\nlower-level\nlower-margin\nlower-paid\nlower-priced\nlower-quality\nlower-ranking\nlower-rated\nlower-than-anticipated\nlower-than-expected\nlower-than-forecast\nlower.-usda\nlowercase\nlowered\nlowering\nlowers\nlowery\nlowes\nlowest\nlowest-cost\nlowest-paid\nlowestoft\nloweswater\nlowey\nlowland\nlowlands\nlowlife\nlowly\nlowndes\nlowrey\nlowrider\nlowrie\nlowry\nlows\nlowther\nlowy\nlox\nloxley\nloxton\nloy\nloya\nloyal\nloyalist\nloyalists\nloyally\nloyalsock\nloyalties\nloyalty\nloyd\nloynes\nloyola\nlozada\nlozano\nlozenge\nlozenges\nlozere\nlozi\nloznica\nlp\nlp0\nlpa\nlpc\nlpd\nlpf\nlpfm\nlpg\nlpga\nlpgs\nlpmo\nlpo\nlpp\nlpr\nlps\nlpu\nlr\nlr0\nlra\nlrc\nlrg\nlrs\nlrt\nlrv\nls\nls0\nlsa\nlsam\nlsat\nlsb\nlsc\nlsd\nlsd0\nlse\nlsfo\nlsi\nlsm\nlso\nlsp\nlssah\nlssp\nlst\nlst0\nlsts\nlsu\nlswr\nlswr*\nlt\nlt-col\nlt-gen\nlt.\nlt0\nlta\nltc\nltcb\nltcol\nltd\nltd.\nltda\nltee\nlti\nltl\nltns\nltp\nltrs\nlts\nltte\nltu\nltv\nltx\nlu\nlua\nluan\nluanda\nluang\nluangwa\nluann\nluanne\nluanshya\nluapula\nluas\nlub\nluba\nlubash\nlubavitch\nlubavitcher\nlubawa\nlubbe\nlubbers\nlubbock\nlube\nlubeck\nlubiani\nlubick\nlubin\nlubitsch\nlublin\nlubomir\nlubomirski\nlubricant\nlubricants\nlubricate\nlubricated\nlubricating\nlubrication\nlubrizol\nlubumbashi\nlubusz\nlubutu\nluby\nlubyanka\nlubys\nluc\nluca\nlucan\nlucania\nlucas\nlucasarts\nlucasfilm\nlucassen\nlucasvarity\nlucca\nlucchese\nlucchini\nlucci\nluce\nlucena\nlucent\nlucerne\nlucero\nlucescu\nlucha\nluchino\nlucia\nlucian\nluciana\nluciano\nlucic\nlucid\nlucida\nlucidity\nlucie\nlucien\nlucier\nlucifer\nlucile\nlucilla\nlucille\nlucina\nlucinda\nlucinschi\nlucio\nlucius\nluck\nluckett\nluckey\nluckily\nluckless\nluckman\nlucknow\nlucky\nlucrative\nlucretia\nlucretius\nlucrezia\nlucullus\nlucy\nlud\nluda\nludacris\nludden\nluddite\nluddites\nludek\nludendorff\nludgate\nludger\nludhiana\nludi\nludicrous\nludington\nludlam\nludlow\nludlum\nludmila\nludmilla\nludo\nludovic\nludovico\nludovisi\nludowe\nludus\nludvig\nludwick\nludwig\nludwigsburg\nludwigshafen\nludwigslust\nludwik\nlue\nluebeck\nluf\nluff\nluffy\nlufkin\nluft\nlufthansa\nluftwaffe\nlug\nlugaid\nlugano\nlugar\nlugard\nlugdunum\nluge\nluger\nlugg\nluggage\nlugh\nlugner\nlugo\nlugosi\nlugs\nlugton\nluhansk\nluhmann\nluhnow\nluhrmann\nlui\nluigi\nluimes\nluis\nluisa\nluise\nluismin\nluiso\nluitpold\nluiz\nlujan\nlujiazui\nluk\nluka\nlukacs\nlukanov\nlukas\nlukashenko\nlukasiewicz\nlukasz\nlukather\nluke\nlukens\nlukes\nlukewarm\nlukic\nlukin\nlukman\nlukoil\nluksic\nlula\nlule\nlulea\nluli\nluling\nlull\nlullabies\nlullaby\nlulled\nlully\nlulu\nlum\nluma\nlumasi\nlumban\nlumbar\nlumbee\nlumber\nlumbering\nlumberjack\nlumberjacks\nlumberman\nlumbermen\nlumberton\nlumberyard\nlumen\nlumens\nlumet\nlumholdt\nlumiere\nlumina\nluminance\nluminaries\nluminary\nluminescence\nluminescent\nluminosity\nluminous\nlumiya\nlumley\nlummis\nlump\nlump-sum\nlumped\nlumpkin\nlumps\nlumpsum\nlumpur\nlumpur-based\nlumpy\nlums\nlumsden\nlumumba\nlumuna\nlun\nluna\nlunacy\nlunar\nlunas\nlunate\nlunatic\nlunatics\nlunch\nlunchbox\nluncheon\nluncheons\nlunches\nlunchroom\nlunchtime\nlund\nlunda\nlundberg\nlundbergs\nlundgren\nlundh\nlundi\nlundin\nlundquist\nlundqvist\nlundwall\nlundy\nlune\nluneburg\nlunenburg\nlunetta\nlunette\nlunettes\nluneville\nlung\nlunga\nlunge\nlunged\nlunges\nlungfish\nlungi\nlungren\nlungs\nlungsod\nluniku\nlunisolar\nlunn\nlunny\nlunsford\nlunshof\nlunt\nlunular\nlunules\nluny\nluo\nluong\nluongo\nluoyang\nlupa\nlupberger\nlupe\nlupertazzi\nlupescu\nlupin\nlupine\nlupino\nlupins\nlupita\nlupo\nlupone\nlupton\nlupu\nlupus\nluque\nlur\nluray\nlurch\nlurched\nlurches\nlurching\nlure\nlured\nlures\nlurgan\nlurgi\nluria\nlurid\nlurie\nluring\nlurk\nlurked\nlurking\nlurks\nlusa\nlusaka\nlusatia\nlusatian\nluscious\nluscombe\nlush\nlushai\nlushan\nlushnja\nlushnje\nlusignan\nlusitania\nlusitanian\nlusitanians\nlusk\nluso\nlusomundo\nlussac\nlust\nluster\nlustful\nlustig\nlustiger\nlustre\nlustrous\nlusts\nlusty\nlut\nlute\nlutenist\nlutes\nlutetia\nluteum\nlutfar\nlutfu\nluther\nlutheran\nlutheranism\nlutherans\nluthien\nluthier\nluthiers\nluthor\nluthorcorp\nluthy\nluton\nlutoslawski\nlutsk\nlutte\nluttenberger\nlutterworth\nluttrell\nlutyens\nlutz\nlutzen\nlutzow\nluv\nluwa\nluwian\nlux\nluxar\nluxe\nluxembourg\nluxembourg-based\nluxembourgeois\nluxembourgeoise\nluxembourgian\nluxembourgish\nluxemburg\nluxeuil\nluxor\nluxottica\nluxton\nluxuriant\nluxuries\nluxurious\nluxury\nluyendyk\nluyt\nluz\nluzavec\nluzern\nluzerne\nluzhkov\nluzon\nluzzatto\nlv\nlv0\nlvf\nlviv\nlvl\nlvmh\nlvn\nlvng\nlvo\nlvov\nlvs\nlvt\nlw\nlwabanji\nlwaxana\nlwc\nlwow\nlwr\nlwt\nlx\nlxr\nlxx\nly\nlyakh\nlyall\nlyapunov\nlybrand\nlycaenidae\nlycaenids\nlycan\nlycans\nlycanthrope\nlycanthropes\nlycanthropy\nlycee\nlyceum\nlyceums\nlycia\nlycian\nlycoming\nlycopene\nlycos\nlycra\nlycurgus\nlycus\nlydbrook\nlydda\nlyddon\nlydex\nlydia\nlydia.zajc@reuters.com\nlydian\nlydiard\nlydney\nlydon\nlye\nlyell\nlying\nlykes\nlykketoft\nlyla\nlyle\nlyles\nlyly\nlyman\nlyme\nlymington\nlymon\nlymph\nlymphatic\nlymphocyte\nlymphocytes\nlymphocytic\nlymphoid\nlymphoma\nlymphomas\nlyn\nlyna\nlynagh\nlynam\nlynbrook\nlynch\nlynchburg\nlynched\nlynching\nlynchings\nlynchpin\nlynd\nlynda\nlynde\nlynden\nlyndhurst\nlyndin\nlyndon\nlyndsay\nlyne\nlyneham\nlynette\nlyngby\nlyngstad\nlynley\nlynn\nlynne\nlynnley\nlynnwood\nlynott\nlynsey\nlynton\nlynwood\nlynx\nlynyrd\nlyoko\nlyon\nlyon-satolas\nlyondell\nlyondell-citgo\nlyonesse\nlyonnais\nlyonnaise\nlyons\nlyotard\nlyra\nlyrae\nlyran\nlyre\nlyric\nlyrical\nlyrically\nlyricism\nlyricist\nlyricists\nlyrics\nlyrinx\nlys\nlysa\nlysander\nlysenko\nlysergic\nlysias\nlysimachus\nlysine\nlysis\nlysosomes\nlyta\nlyte\nlytham\nlytic\nlytle\nlyttelton\nlytton\nlyubomir\nlyuboslav\nlyubov\nlyudmila\nlz\nlz0\nm\nm&a\nm&c\nm&g\nm&m\nm&p\nm&r\nm&s\nm'bishi\nm*a*s*h\nm-cell\nm-class\nm-l\nm-net\nm-p\nm-serla\nm-wave\nm.\nm.a\nm.a.\nm.a.i.d\nm.b.\nm.b.a.\nm.c.\nm.c.c.\nm.d\nm.d.\nm.d.c.\nm.div.\nm.e.\nm.f.\nm.f.a.\nm.g.\nm.i.a.\nm.i.m.\nm.i.t.\nm.j.\nm.k.\nm.l.\nm.m.\nm.p\nm.p.\nm.p.h.\nm.phil\nm.phil.\nm.r.\nm.s\nm.s.\nm.sc\nm.sc.\nm.v.\nm.y.\nm/0\nm/s\nm/v\nm0\nm0+cd\nm0+cds\nm0-grade\nm0/0\nm0/m0\nm00\nm0a\nm0a0\nm0b\nm0c\nm0e0\nm0k\nm0s\nm0y\nm;0yr\nm=meal\nma\nma'am\nma'at\nma'mun\nma0\nmaa\nmaac\nmaag\nmaaleh\nmaamba\nmaan\nmaanila\nmaanshan\nmaaouya\nmaapank\nmaar\nmaariv\nmaarken\nmaarouf\nmaarten\nmaas\nmaasai\nmaasland\nmaastricht\nmaastrichtian\nmaastrict\nmaasvlakte\nmaatsch\nmaatschappij\nmaazel\nmab\nmabel\nmabillard\nmabini\nmabinogion\nmable\nmably\nmabo\nmabry\nmabuchi\nmabuhay\nmabuse\nmac\nmac0\nmaca\nmacabre\nmacaca\nmacadam\nmacadamia\nmacalester\nmacalister\nmacanese\nmacao\nmacapagal\nmacaque\nmacaques\nmacaranas\nmacarena\nmacari\nmacarius\nmacaroni\nmacarthur\nmacartney\nmacau\nmacaulay\nmacauley\nmacaw\nmacaws\nmacbeth\nmacbook\nmacbrayne\nmacbride\nmacc\nmaccabees\nmaccabi\nmaccabiah\nmaccallum\nmaccanico\nmaccarthy\nmacchi\nmacciotta\nmacclesfield\nmaccoll\nmacculloch\nmacdermot\nmacdiarmid\nmacdill\nmacdonald\nmacdonalds\nmacdonell\nmacdonnell\nmacdonough\nmacdougal\nmacdougall\nmacdowell\nmacduff\nmace\nmaceda\nmacedo\nmacedon\nmacedonia\nmacedonia-thrace\nmacedonian\nmacedonians\nmaceio\nmacek\nmaceo\nmacerata\nmacerich\nmaces\nmacewan\nmacey\nmacfadyen\nmacfarlane\nmacgill\nmacgillivray\nmacgowan\nmacgregor\nmacgyver\nmach\nmacha\nmachacek\nmachado\nmachar\nmachaut\nmache\nmachel\nmachen\nmachete\nmachetes\nmachi\nmachias\nmachiavelli\nmachiavellian\nmachin\nmachina\nmachinations\nmachine\nmachine-building\nmachine-gun\nmachine-guns\nmachined\nmachinegun\nmachineguns\nmachinery\nmachines\nmachinima\nmachining\nmachinist\nmachinists\nmachismo\nmacho\nmachovec\nmacht\nmachu\nmachynlleth\nmacias\nmaciej\nmaciel\nmacinnes\nmacinnis\nmacintosh\nmacintoshes\nmacintyre\nmacisaac\nmack\nmackay\nmackaye\nmackensen\nmackenzie\nmackenzies\nmackerel\nmackerras\nmackertich\nmackey\nmackie\nmackillop\nmackinac\nmackinaw\nmackinnon\nmackintosh\nmacklin\nmackworth\nmaclachlan\nmaclaine\nmaclaren\nmaclaurin\nmaclay\nmaclean\nmacleay\nmacleish\nmaclellan\nmaclennan\nmacleod\nmacmahon\nmacmanus\nmacmed\nmacmillan\nmacmin\nmacminn\nmacmurray\nmacnab\nmacnaghten\nmacnamara\nmacnee\nmacneice\nmacneil\nmacneill\nmacneille\nmaco\nmacomb\nmacomber\nmacon\nmacoris\nmacos\nmacoupin\nmacphail\nmacphee\nmacpherson\nmacquarie\nmacqueen\nmacrae\nmacraes\nmacready\nmacri\nmacrinus\nmacritonin\nmacro\nmacro-economic\nmacroasia\nmacrobius\nmacrocom\nmacroeconomic\nmacroeconomics\nmacroeconomy\nmacromedia\nmacromolecular\nmacromolecules\nmacronix\nmacrophage\nmacrophages\nmacrorie\nmacros\nmacroscopic\nmacross\nmacrovision\nmacs\nmacswan\nmacsyma\nmactaggert\nmactan\nmactavish\nmacula\nmacular\nmaculata\nmacv\nmacva\nmacweek\nmacworld\nmacy\nmad\nmad-cow\nmada\nmadagascar\nmadagascariensis\nmadam\nmadama\nmadame\nmadan\nmadang\nmadani\nmadavo\nmadawaska\nmadcap\nmadchen\nmadchester\nmadcow\nmadd\nmaddalena\nmadden\nmaddened\nmadder\nmaddie\nmaddison\nmaddox\nmaddux\nmaddy\nmade\nmadea\nmadeco\nmadeira\nmadejski\nmadeleine\nmadeley\nmadelin\nmadeline\nmadelyne\nmademoiselle\nmader\nmadera\nmaderno\nmadero\nmadge\nmadhav\nmadhava\nmadhavan\nmadhouse\nmadhu\nmadhubala\nmadhur\nmadhuri\nmadhusudan\nmadhva\nmadhvacharya\nmadhya\nmadi\nmadigan\nmadikizela-mandela\nmadina\nmadinah\nmadison\nmadisonville\nmadju\nmadlax\nmadlib\nmadly\nmadman\nmadmen\nmadness\nmadoc\nmadog\nmadoka\nmadonna\nmadox\nmadra\nmadraiwiwi\nmadras\nmadrasa\nmadrasah\nmadrassa\nmadrassas\nmadrazo\nmadre\nmadrid\nmadrid-based\nmadrigal\nmadrigals\nmadrox\nmads\nmadsen\nmadson\nmadtv\nmaduna\nmadura\nmadurai\nmaduran\nmadureira\nmadurese\nmaduro\nmadusa\nmae\nmaeby\nmaecenas\nmaeda\nmaedhros\nmaegashira\nmaeil\nmaekawa\nmael\nmaelgwn\nmaelstrom\nmaersk\nmaes\nmaesteg\nmaestra\nmaestri\nmaestro\nmaestros\nmaeterlinck\nmaeve\nmaezawa\nmaf\nmafalda\nmafatlal\nmafco\nmafeking\nmaff\nmaffei\nmafia\nmafia-style\nmafias\nmafic\nmafiosi\nmafioso\nmag\nmag0\nmaga\nmagadan\nmagaddino\nmagadha\nmagainin\nmagalhaes\nmagallanes\nmagan\nmagar\nmagara\nmagarey\nmagatama\nmagath\nmagazin\nmagazine\nmagaziner\nmagazines\nmagda\nmagdala\nmagdalen\nmagdalena\nmagdalene\nmagdeburg\nmagdi\nmage\nmagee\nmagellan\nmagellanic\nmagen\nmagenta\nmages\nmaggert\nmaggi\nmaggia\nmaggid\nmaggie\nmaggio\nmaggiore\nmaggot\nmaggots\nmaggs\nmagh\nmagha\nmagherafelt\nmaghreb\nmaghrib\nmagi\nmagic\nmagica\nmagical\nmagically\nmagician\nmagicians\nmagick\nmagickal\nmagics\nmagid\nmagik\nmagill\nmaginnis\nmaginot\nmagister\nmagisterial\nmagisterium\nmagistracy\nmagistrate\nmagistrates\nmagistrature\nmaglev\nmagli\nmaglificio\nmagma\nmagmas\nmagmatic\nmagmatron\nmagna\nmagnanimity\nmagnanimous\nmagnate\nmagnates\nmagnavox\nmagne\nmagners\nmagnesia\nmagnesite\nmagnesium\nmagness\nmagnet\nmagnetek\nmagneti\nmagnetic\nmagnetically\nmagnetics\nmagnetism\nmagnetite\nmagnetization\nmagnetized\nmagneto\nmagnetometer\nmagnetosphere\nmagnetron\nmagnets\nmagni\nmagnificat\nmagnification\nmagnificence\nmagnificent\nmagnificently\nmagnifico\nmagnified\nmagnify\nmagnifying\nmagnin\nmagnitogorsk\nmagnitude\nmagnitudes\nmagno\nmagnolia\nmagnolias\nmagnon\nmagnox\nmagnum\nmagnus\nmagnuson\nmagnussen\nmagnusson\nmagny\nmagny-cours\nmago\nmagoffin\nmagog\nmagoni\nmagoo\nmagp\nmagpie\nmagpies\nmagps\nmagrath\nmagritte\nmagrizos\nmagruder\nmags\nmagsaysay\nmagtf\nmagui\nmaguindanao\nmaguire\nmaguires\nmagula\nmagureanu\nmagus\nmagwitch\nmagyar\nmagyars\nmah\nmaha\nmahabad\nmahabharat\nmahabharata\nmahadev\nmahadeva\nmahadji\nmahaffey\nmahaja\nmahajan\nmahakam\nmahal\nmahala\nmahalel\nmahalia\nmahama\nmahamane\nmahamat\nmahan\nmahanadi\nmahanagar\nmahanama\nmahane\nmahapokai\nmahaprabhu\nmahar\nmaharaj\nmaharaja\nmaharajah\nmaharajas\nmaharana\nmaharani\nmaharashtra\nmaharashtrian\nmaharastra\nmaharet\nmaharishi\nmaharshi\nmahasabha\nmahathir\nmahatma\nmahavamsa\nmahavir\nmahavira\nmahavishnu\nmahayana\nmahbub\nmahdi\nmahdist\nmahe\nmahele\nmahendra\nmaher\nmahesh\nmaheshwari\nmahfoud\nmahfouz\nmahi\nmahidol\nmahiga\nmahila\nmahim\nmahinda\nmahindra\nmahjong\nmahkota\nmahkutai\nmahle\nmahler\nmahlich\nmahlon\nmahlouji\nmahmood\nmahmoud\nmahmud\nmahogany\nmahomet\nmahon\nmahone\nmahoney\nmahoning\nmahony\nmahora\nmahovlich\nmahr\nmahri\nmahwah\nmai\nmai-mai\nmaia\nmaiar\nmaid\nmaida\nmaidan\nmaiden\nmaidenform\nmaidenhead\nmaidens\nmaids\nmaidservant\nmaidstone\nmaidu\nmaier\nmaigret\nmaiko\nmail\nmail-in\nmail-order\nmail-well\nmailbox\nmailboxes\nmailed\nmailer\nmailers\nmailing\nmailings\nmaillard\nmaillot\nmailman\nmailroom\nmails\nmaim\nmaimana\nmaimed\nmaiming\nmaimonides\nmain\nmain-market\nmain-tier\nmainassara\nmainboard\nmaine\nmaines\nmainframe\nmainframes\nmainfreight\nmaini\nmainichi\nmainland\nmainland-born\nmainlander\nmainlanders\nmainline\nmainly\nmainly-kurdish\nmainly-moslem\nmainmast\nmains\nmainsail\nmainspring\nmainstage\nmainstay\nmainstays\nmainstream\nmainstreaming\nmaintain\nmaintainability\nmaintainance\nmaintained\nmaintainer\nmaintainers\nmaintaining\nmaintains\nmaintanence\nmaintenance\nmaintenon\nmainwaring\nmainyu\nmainz\nmaio\nmaior\nmaiorescu\nmair\nmaire\nmairead\nmais\nmaisie\nmaison\nmaisonneuve\nmaisons\nmaistre\nmaithili\nmaitland\nmaitre\nmaitreya\nmaize\nmaj\nmaj-gen\nmaj.\nmaja\nmajak\nmajali\nmajapahit\nmajdanek\nmajeed\nmajendie\nmajere\nmajerle\nmajerus\nmajeste\nmajestic\nmajesties\nmajesty\nmajeure\nmaji\nmajid\nmajin\nmajko\nmajlis\nmajoli\nmajor\nmajor-general\nmajor-league\nmajora\nmajorana\nmajorca\nmajordomo\nmajored\nmajoring\nmajoris\nmajorities\nmajority\nmajority-owned\nmajors\nmaju\nmajumdar\nmajuro\nmajuscule\nmak\nmaka\nmakadmeh\nmakah\nmakai\nmakam\nmakams\nmakar\nmakara\nmakarios\nmakarov\nmakarova\nmakassar\nmakati\nmake\nmake-or-break\nmake-shift\nmake-up\nmake-whole\nmakeba\nmakedonija\nmakelele\nmakeli\nmakem\nmakeover\nmakeovers\nmakepeace\nmaker\nmakerere\nmakerfield\nmakers\nmakes\nmakeshift\nmaket\nmakeup\nmakhachkala\nmakhan\nmakharadze\nmakhashev\nmakhloufi\nmakhmalbaf\nmakhmud\nmakhno\nmakhteshim\nmaki\nmakin\nmakinen\nmaking\nmakings\nmakino\nmakinson\nmakkah\nmaklerski\nmakmur\nmako\nmakonnen\nmakoto\nmakran\nmakro\nmaksim\nmaktoum\nmaku\nmakumbe\nmakuria\nmakuta\nmakuuchi\nmal\nmala\nmalabar\nmalabo\nmalabon\nmalabsorption\nmalacanang\nmalacca\nmalachi\nmalachite\nmalachy\nmalaco\nmalad\nmaladaptive\nmaladie\nmaladies\nmalady\nmalaga\nmalagasy\nmalahide\nmalai\nmalaise\nmalaita\nmalaj\nmalak\nmalakand\nmalakoff\nmalam\nmalamud\nmalan\nmalang\nmalankara\nmalappuram\nmalar\nmalaren\nmalaria\nmalarial\nmalaspina\nmalate\nmalatesta\nmalathion\nmalatya\nmalavas\nmalawi\nmalawian\nmalay\nmalaya\nmalayalam\nmalayali\nmalayan\nmalayo\nmalays\nmalaysia\nmalaysia-based\nmalaysian\nmalaysian-based\nmalaysians\nmalazan\nmalbak\nmalcolm\nmalcom\nmalcontent\nmalda\nmalden\nmaldini\nmaldive\nmaldives\nmaldivian\nmaldivians\nmaldon\nmaldonado\nmale\nmale-dominated\nmale/female\nmalebranche\nmaleeva\nmaleficent\nmalek\nmalekith\nmalenko\nmalenkov\nmaleo\nmaler\nmales\nmalesia\nmalet\nmalev\nmalevich\nmalevolence\nmalevolent\nmalfeasance\nmalfi\nmalformation\nmalformations\nmalformed\nmalfoy\nmalfunction\nmalfunctioned\nmalfunctioning\nmalfunctions\nmalfurion\nmalgorzata\nmalherbe\nmalheur\nmalhotra\nmali\nmalia\nmalian\nmalians\nmalibu\nmalice\nmalicious\nmaliciously\nmalick\nmalien\nmalietoa\nmalign\nmalignancies\nmalignancy\nmalignant\nmaligned\nmalik\nmaliki\nmalin\nmalina\nmalinga\nmalini\nmalinovsky\nmalinowski\nmaliseet\nmalivai\nmaljkovic\nmalka\nmalkani\nmalkin\nmalkmus\nmalkovich\nmall\nmalla\nmallaig\nmallard\nmallards\nmallarme\nmallawi\nmalle\nmalleable\nmallee\nmallet\nmallets\nmallett\nmalleus\nmalley\nmalli\nmallika\nmallinckrodt\nmalling\nmallon\nmallorca\nmallory\nmallow\nmalloy\nmallrats\nmalls\nmallya\nmalmedy\nmalmesbury\nmalmo\nmalmsteen\nmalnourished\nmalnutrition\nmalo\nmalolos\nmalomyotismon\nmalon\nmalone\nmaloney\nmaloof\nmalory\nmalouf\nmalpas\nmalpass\nmalpede\nmalpensa\nmalpractice\nmalpractices\nmalraux\nmals0\nmalt\nmalta\nmaltby\nmalted\nmaltese\nmalthouse\nmalthus\nmalthusian\nmaltin\nmalting\nmaltings\nmalton\nmaltreated\nmaltreatment\nmalts\nmaltsev\nmaltsters\nmalu\nmalu-malu\nmaluf\nmaluku\nmalus\nmalvaceae\nmalvasia\nmalvern\nmalvina\nmalvinas\nmalvo\nmalwa\nmalware\nmaly\nmam\nmama\nmamadou\nmamalepot\nmamaroneck\nmamas\nmamba\nmambazo\nmambo\nmame\nmamedov\nmamelukes\nmamer\nmamera\nmamere\nmamet\nmami\nmamie\nmamiya\nmamluk\nmamluks\nmamma\nmammal\nmammalian\nmammals\nmammary\nmammograms\nmammography\nmammon\nmammoth\nmammoths\nmammy\nmamo\nmamodo\nmamoru\nmams\nmamta\nmamun\nman\nman''\nman'yoshu\nman-hours\nman-made\nman-of-the-match\nmana\nmanabu\nmanado\nmanage\nmanageable\nmanaged\nmanaged-care\nmanagement\nmanagement-led\nmanagements\nmanager\nmanagerial\nmanagers\nmanages\nmanaging\nmanagment\nmanagua\nmanajemen\nmanakin\nmanako\nmanalapan\nmanali\nmanalo\nmanama\nmanami\nmanana\nmanannan\nmanar\nmanas\nmanasquan\nmanassas\nmanasseh\nmanasses\nmanat\nmanatee\nmanatees\nmanats\nmanaus\nmanawatu\nmanayunk\nmance\nmancel\nmancelona\nmancera\nmancha\nmanche\nmanchester\nmanchester-based\nmanchester-by-the-sea\nmanchesters\nmanchu\nmanchukuo\nmanchuria\nmanchurian\nmanchus\nmancini\nmanco\nmancow\nmancunian\nmancuso\nmanda\nmandaeans\nmandal\nmandala\nmandalas\nmandalay\nmandali\nmandalore\nmandalorian\nmandalorians\nmandaluyong\nmandamus\nmandan\nmandapam\nmandara\nmandarin\nmandarins\nmandate\nmandated\nmandates\nmandating\nmandatorily\nmandatory\nmande\nmandel\nmandela\nmandelbrot\nmandell\nmandella\nmandelson\nmandelstam\nmander\nmandeville\nmandi\nmandible\nmandibles\nmandibular\nmandic\nmandingo\nmandinka\nmandir\nmandl\nmandla\nmando\nmandoki\nmandolin\nmandolins\nmandom\nmandos\nmandrake\nmandrel\nmandrell\nmandresh\nmandrill\nmandriva\nmandsaur\nmandu\nmanduca\nmandurah\nmandy\nmandya\nmane\nmaneater\nmaned\nmaneesh\nmanes\nmanet\nmanetho\nmanette\nmaneuver\nmaneuverability\nmaneuverable\nmaneuvered\nmaneuvering\nmaneuvers\nmanfed\nmanfred\nmanfredi\nmang\nmanga\nmangaka\nmangal\nmangala\nmangalam\nmangali\nmangalia\nmangalore\nmangan\nmanganese\nmangano\nmange\nmangel\nmangement\nmanger\nmangere\nmangers\nmangeshkar\nmangini\nmangione\nmangistaumunaigaz\nmangkusubroto\nmangle\nmangled\nmango\nmangoes\nmangold\nmangos\nmangosuthu\nmangrove\nmangroves\nmanguean\nmangum\nmanh\nmanhandled\nmanhasset\nmanhattan\nmanhattanville\nmanheim\nmanhole\nmanhood\nmanhua\nmanhunt\nmanhunter\nmanhunters\nmanhunts\nmanhwa\nmani\nmania\nmaniac\nmaniacal\nmaniacs\nmanic\nmanichaean\nmanichaeism\nmanicured\nmaniero\nmanifest\nmanifestation\nmanifestations\nmanifested\nmanifesting\nmanifestly\nmanifesto\nmanifestos\nmanifests\nmanifold\nmanifolds\nmanik\nmanila\nmanila-based\nmanila.newsroom@reuters.com\nmanilal\nmanilla\nmanilow\nmanin\nmanioc\nmanion\nmaniots\nmanipal\nmanipulate\nmanipulated\nmanipulates\nmanipulating\nmanipulation\nmanipulations\nmanipulative\nmanipulator\nmanipulators\nmanipur\nmanipuri\nmanish\nmanisha\nmanistee\nmanitoba\nmanitou\nmanitoulin\nmanitowoc\nmaniu\nmaniwa\nmanji\nmanjrekar\nmanju\nmankahlana\nmankani\nmankato\nmankiewicz\nmankind\nmankowski\nmanley\nmanliness\nmanlius\nmanly\nmanmade\nmanmohan\nmann\nmanna\nmannan\nmannar\nmanne\nmanned\nmannequin\nmannequins\nmanner\nmannered\nmannerheim\nmannerism\nmannerisms\nmannerist\nmanners\nmannes\nmannesman\nmannesmann\nmannheim\nmannie\nmanninen\nmanning\nmanningham\nmannix\nmannlicher\nmannose\nmanny\nmano\nmanoa\nmanoah\nmanoel\nmanoeuvering\nmanoeuvrability\nmanoeuvrable\nmanoeuvre\nmanoeuvred\nmanoeuvres\nmanoeuvring\nmanohar\nmanoir\nmanoj\nmanolis\nmanolo\nmanon\nmanor\nmanorama\nmanorial\nmanors\nmanos\nmanouevre\nmanowar\nmanpower\nmanresa\nmanrique\nmans\nmansa\nmansard\nmansart\nmanse\nmansehra\nmansell\nmanser\nmanservant\nmansfeld\nmansfield\nmansi\nmansion\nmansions\nmanslaughter\nmanso\nmanson\nmansoor\nmansour\nmanstein\nmanston\nmansur\nmansyur\nmanta\nmantadoc\nmantap\nmantapa\nmantaro\nmanteca\nmantegna\nmantel\nmantell\nmantellidae\nmantes\nmanti\nmanticoran\nmanticore\nmantik\nmantila\nmantilla\nmantinea\nmantis\nmantle\nmantled\nmantles\nmanto\nmanton\nmantos\nmantova\nmantovani\nmantra\nmantras\nmantronix\nmantua\nmanu\nmanual\nmanually\nmanuals\nmanuel\nmanuela\nmanueline\nmanuf\nmanufac\nmanufact\nmanufactory\nmanufacture\nmanufactured\nmanufacturer\nmanufacturers\nmanufactures\nmanufacturing\nmanugistics\nmanuka\nmanukau\nmanukyan\nmanulife\nmanumission\nmanure\nmanus\nmanuscript\nmanuscripts\nmanusmriti\nmanutius\nmanvers\nmanville\nmanx\nmany\nmanzanar\nmanzanares\nmanzanera\nmanzanillo\nmanzanita\nmanzano\nmanzarek\nmanzi\nmanzikert\nmanzil\nmanzoni\nmanzoor\nmao\nmaof\nmaois\nmaoism\nmaoist\nmaoists\nmaol\nmaoming\nmaori\nmaoris\nmaoz\nmap\nmapa\nmapai\nmapam\nmapco\nmapei\nmapenzauswa\nmapes\nmapfre\nmapiripan\nmaple\nmapleglen\nmaples\nmapleton\nmaplewood\nmapmaker\nmapourdit\nmapp\nmapped\nmapper\nmappila\nmapping\nmappings\nmapplethorpe\nmaps\nmapua\nmapuche\nmapuches\nmapudungun\nmaputo\nmaqam\nmaqbool\nmaquiladora\nmaquis\nmar\nmar'ie\nmar)*00\nmar--\nmar-apr\nmar-feb\nmar-july\nmar-may\nmar.\nmar0\nmara\nmarabout\nmaracaibo\nmaracana\nmaracas\nmaracay\nmarad\nmaradona\nmarae\nmaragall\nmarah\nmarais\nmarakanond\nmaramures\nmaran\nmarana\nmaranao\nmaranatha\nmaranda\nmaranhao\nmarano\nmaranon\nmaranzano\nmarapr\nmaras\nmarat\nmaratha\nmarathas\nmarathi\nmarathon\nmarathons\nmarauder\nmarauders\nmarauding\nmaraven\nmaravich\nmaravilla\nmarazov\nmarbella\nmarble\nmarbled\nmarblehead\nmarbles\nmarburg\nmarbury\nmarc\nmarc-kevin\nmarca\nmarcam\nmarcantonio\nmarceau\nmarcel\nmarcela\nmarcelino\nmarcell\nmarcella\nmarcelle\nmarcellin\nmarcellinus\nmarcello\nmarcellus\nmarcelo\nmarch\nmarch-april\nmarch-may\nmarch/april\nmarch0\nmarcha\nmarchais\nmarchal\nmarchand\nmarchant\nmarche\nmarched\nmarchelli\nmarchen\nmarchenko\nmarcher\nmarchers\nmarches\nmarches.it\nmarchese\nmarchesi\nmarchetti\nmarchi\nmarching\nmarchioness\nmarchionne\nmarci\nmarcia\nmarcian\nmarciano\nmarcie\nmarcin\nmarcio\nmarcion\nmarco\nmarcoh\nmarcomanni\nmarconi\nmarcopper\nmarcos\nmarcoses\nmarcum\nmarcus\nmarcuse\nmarcy\nmardan\nmarden\nmarder\nmardi\nmardia\nmardin\nmardiste\nmarduk\nmare\nmarea\nmarechal\nmaredudd\nmaree\nmarek\nmarekt\nmarella\nmarelli\nmaren\nmarenghi\nmarengi\nmarengo\nmares\nmarfa\nmarfan\nmarg\nmarga\nmargam\nmargaret\nmargareta\nmargarete\nmargaretha\nmargarethe\nmargaretta\nmargarine\nmargarita\nmargate\nmargaux\nmarge\nmargera\nmargery\nmargetts\nmargherita\nmargie\nmargin\nmarginal\nmarginalisation\nmarginalise\nmarginalised\nmarginalising\nmarginalization\nmarginalize\nmarginalized\nmarginally\nmargined\nmargins\nmargit\nmargo\nmargolin\nmargolis\nmargot\nmargrave\nmargraves\nmargraviate\nmargret\nmargrethe\nmarguerita\nmarguerite\nmargulies\nmargulis\nmari\nmaria\nmariachi\nmariae\nmariage\nmariah\nmariam\nmariamman\nmarian\nmariana\nmarianas\nmarianela\nmariani\nmarianna\nmarianne\nmariano\nmarianus\nmarias\nmarib\nmaribel\nmaribor\nmaribyrnong\nmaric\nmarican\nmarichal\nmaricopa\nmaricruz\nmaridian\nmarie\nmarie-benedicte\nmarie-jose\nmarie-laure\nmarieberg\nmariehamn\nmariel\nmarienburg\nmarietta\nmariette\nmarignane\nmarigny\nmarigold\nmariinsky\nmarija\nmarijan\nmarijuana\nmarik\nmarika\nmarikina\nmariko\nmarillion\nmarilyn\nmarimastat\nmarimba\nmarin\nmarina\nmarinas\nmarinated\nmarinduque\nmarine\nmarineland\nmariner\nmariners\nmarines\nmarinette\nmarinetti\nmarini\nmarinich\nmarino\nmarinos\nmarinov\nmarinus\nmario\nmarion\nmarionette\nmarionettes\nmarios\nmariposa\nmaris\nmarisa\nmariscal\nmarischal\nmarisol\nmarissa\nmarist\nmarit\nmarita\nmarital\nmaritech\nmaritim\nmaritima\nmaritime\nmaritimes\nmaritimo\nmaritrans\nmaritsa\nmaritz\nmaritza\nmariucci\nmariupol\nmarius\nmariusz\nmariya\nmarj\nmarja\nmarjan\nmarjanovic\nmarjayoun\nmarjoram\nmarjorie\nmarjory\nmark\nmark-denominated\nmark-down\nmark-to-market\nmark-up\nmark-ups\nmarka\nmarkborough\nmarkdown\nmarkdowns\nmarked\nmarkedly\nmarken\nmarker\nmarkers\nmarket\nmarket--remarks\nmarket--traders\nmarket-based\nmarket-boosting\nmarket-determined\nmarket-driven\nmarket-friendly\nmarket-leading\nmarket-led\nmarket-maker\nmarket-makers\nmarket-making\nmarket-moving\nmarket-on-close\nmarket-opening\nmarket-orientated\nmarket-oriented\nmarket-place\nmarket-ready\nmarket-related\nmarket-style\nmarket-traders\nmarket-watchers\nmarket-weighted\nmarketability\nmarketable\nmarketed\nmarketer\nmarketers\nmarketing\nmarketing-year\nmarketings\nmarketmaker\nmarketmakers\nmarketmen\nmarketplace\nmarketplaces\nmarkets\nmarketscope\nmarketshare\nmarkey\nmarkgraaff\nmarkham\nmarkhasev\nmarkie\nmarkin\nmarking\nmarkings\nmarkka\nmarkka-denominated\nmarkka-erm\nmarkku\nmarkland\nmarklin\nmarko\nmarkos\nmarkov\nmarkovic\nmarkowitz\nmarks\nmarks-roos\nmarksman\nmarksmanship\nmarksmen\nmarkt\nmarkup\nmarkups\nmarkus\nmarky\nmarl\nmarla\nmarland\nmarlatt\nmarlboro\nmarlboros\nmarlborough\nmarlena\nmarlene\nmarler\nmarlet\nmarley\nmarlies\nmarlin\nmarlins\nmarlo\nmarlon\nmarlow\nmarlowe\nmarlton\nmarly\nmarmaduke\nmarmagao\nmarmalade\nmarmara\nmarmion\nmarmite\nmarmon\nmarmont\nmarmora\nmarmoset\nmarmot\nmarmots\nmarne\nmarnie\nmaro\nmaroc\nmaroc-leasing\nmarocaine\nmarois\nmaromi\nmaron\nmarone\nmaroney\nmaroni\nmaronite\nmaronites\nmaroon\nmarooned\nmaroons\nmarot\nmaroto\nmaroubra\nmarovic\nmarple\nmarquand\nmarquardt\nmarque\nmarquee\nmarques\nmarquesan\nmarquesas\nmarquess\nmarquessate\nmarquesses\nmarquetry\nmarquette\nmarquez\nmarquis\nmarquisate\nmarquise\nmarr\nmarrakech\nmarrakesh\nmarranos\nmarred\nmarren\nmarrero\nmarri\nmarriage\nmarriageable\nmarriages\nmarrickville\nmarried\nmarries\nmarriner\nmarring\nmarriott\nmarron\nmarrone\nmarrow\nmarrs\nmarry\nmarrying\nmars\nmars0\nmarsa\nmarsala\nmarsalis\nmarsden\nmarseillaise\nmarseille\nmarseilles\nmarsford\nmarsh\nmarsha\nmarshal\nmarshall\nmarshalled\nmarshallese\nmarshalling\nmarshalls\nmarshalltown\nmarshals\nmarshes\nmarshfield\nmarshland\nmarshlands\nmarshmallow\nmarshmallows\nmarshman\nmarshy\nmarsilio\nmarske\nmarsonia\nmarston\nmarsupial\nmarsupials\nmarsupilami\nmart\nmarta\nmarte\nmartek\nmartel\nmartell\nmartelli\nmartello\nmarten\nmartenot\nmartens\nmartfu\nmarth\nmartha\nmarthanda\nmarthe\nmarti\nmartial\nmartialed\nmartialled\nmartian\nmartians\nmartin\nmartina\nmartinair\nmartindale\nmartine\nmartineau\nmartinelli\nmartinet\nmartinez\nmartingale\nmartini\nmartiniere\nmartinique\nmartinis\nmartino\nmartinovic\nmartins\nmartinsburg\nmartinsen\nmartinsh\nmartinson\nmartinsville\nmartinu\nmartinus\nmartius\nmartlesham\nmartok\nmarton\nmarts\nmartti\nmarty\nmartyn\nmartynenko\nmartyr\nmartyrdom\nmartyred\nmartyrology\nmartyrs\nmartz\nmaru\nmarubeni\nmaruco\nmaruha\nmarulanda\nmarushko\nmaruti\nmaruyama\nmaruyoshi\nmaruzen\nmarv\nmarvan\nmarvel\nmarvell\nmarvellous\nmarvelman\nmarvelous\nmarvels\nmarvex\nmarvin\nmarwa\nmarwah\nmarwan\nmarwar\nmarwari\nmarwaris\nmarwick\nmarwood\nmarx\nmarxian\nmarxism\nmarxist\nmarxist-leninist\nmarxists\nmary\nmarya\nmaryam\nmaryann\nmaryborough\nmarye\nmaryhill\nmaryja\nmaryknoll\nmaryland\nmaryland-based\nmarylebone\nmarymount\nmarys\nmarysville\nmaryville\nmarz\nmarzio\nmarzipan\nmarzo\nmarzook\nmarzotto\nmas\nmas'ud\nmasa\nmasaaki\nmasaccio\nmasada\nmasahide\nmasahiko\nmasahiro\nmasai\nmasaki\nmasako\nmasala\nmasami\nmasamune\nmasan\nmasanori\nmasao\nmasar\nmasari\nmasaru\nmasaryk\nmasashi\nmasataka\nmasato\nmasaya\nmasayoshi\nmasayuki\nmasbate\nmascagni\nmascara\nmascarene\nmascarenhas\nmascarpone\nmaschera\nmascis\nmasco\nmascot\nmascotech\nmascots\nmasculine\nmasculinity\nmase\nmaseca\nmasefield\nmaser\nmaserati\nmasers\nmaseru\nmash\nmasha\nmasham\nmashburn\nmashed\nmashgiach\nmashhad\nmashill\nmashing\nmashiro\nmashonaland\nmashpee\nmashreq\nmashriq\nmashup\nmashups\nmasi\nmasila\nmasinde\nmasinga\nmasint\nmasire\nmasisa\nmasisi\nmasiyiwa\nmasjid\nmask\nmasked\nmaskelyne\nmaskhadov\nmasking\nmasks\nmaslow\nmasnada\nmaso\nmasochism\nmasochistic\nmason\nmason-dixon\nmasonic\nmasonry\nmasons\nmasood\nmasoretic\nmasovia\nmasovian\nmasque\nmasquerade\nmasquerades\nmasquerading\nmasques\nmasri\nmass\nmass-circulation\nmass-market\nmass-produced\nmass.\nmass.-based\nmassa\nmassachusettes\nmassachusetts\nmassachusetts-based\nmassachussetts\nmassacre\nmassacred\nmassacres\nmassacring\nmassad\nmassage\nmassages\nmassaging\nmassapequa\nmassari\nmassaro\nmassasoit\nmassawa\nmasse\nmassed\nmassena\nmassenet\nmasseria\nmasses\nmasseur\nmassey\nmassick\nmassie\nmassieu\nmassif\nmassifs\nmassilia\nmassillon\nmassimiliano\nmassimo\nmassing\nmassinger\nmassino\nmassira\nmassive\nmassively\nmassless\nmasson\nmassoud\nmassport\nmassu\nmassy\nmast\nmasta\nmastec\nmastectomy\nmasted\nmaster\nmastercard\nmasterclass\nmasterclasses\nmastered\nmasterful\nmasterfully\nmastergain\nmastergrowth\nmastering\nmasterkova\nmasterly\nmastermind\nmasterminded\nmasterminding\nmasterminds\nmasterpiece\nmasterpieces\nmasterplan\nmasters\nmastership\nmasterson\nmasterton\nmasterwork\nmasterworks\nmastery\nmasthead\nmastic\nmastication\nmastiff\nmastitis\nmastodon\nmastoid\nmastrini\nmastro\nmastroianni\nmasts\nmasturbate\nmasturbating\nmasturbation\nmasud\nmasuda\nmasumi\nmasuoka\nmasur\nmasuria\nmasurian\nmasvingo\nmaszek\nmat\nmata\nmatabele\nmatabeleland\nmatadi\nmatador\nmatadors\nmatagalpa\nmatagorda\nmatahari\nmatamba\nmatambanadzo\nmatamoros\nmatane\nmatanikau\nmatanuska\nmatanzas\nmatapan\nmatar\nmatara\nmataram\nmatarrese\nmatas\nmatav\nmatawan\nmatch\nmatch-fixing\nmatch-rigging\nmatch-winner\nmatch-winning\nmatchbox\nmatchday\nmatched\nmatches\nmatchett\nmatching\nmatchless\nmatchlock\nmatchmaker\nmatchmaking\nmatchplay\nmatchstick\nmatchup\nmatchups\nmate\nmated\nmatei\nmatej\nmateo\nmateos\nmater\nmatera\nmateria\nmaterial\nmaterialise\nmaterialised\nmaterialises\nmaterialising\nmaterialism\nmaterialist\nmaterialistic\nmateriality\nmaterialize\nmaterialized\nmaterializes\nmaterially\nmaterials\nmateriel\nmaternal\nmaternity\nmates\nmatesa\nmatete\nmateus\nmateusz\nmath\nmatha\nmathas\nmathematica\nmathematical\nmathematically\nmathematician\nmathematicians\nmathematics\nmather\nmathers\nmathes\nmatheson\nmathew\nmathews\nmathewson\nmathias\nmathies\nmathieson\nmathieu\nmathilda\nmathilde\nmathis\nmathisen\nmathison\nmathml\nmathomo\nmaths\nmathur\nmathura\nmathurin\nmati\nmatias\nmatiba\nmatic\nmatica\nmatif\nmatignon\nmatilda\nmatilde\nmatile\nmatiliauskas\nmatin\nmatinee\nmating\nmatings\nmatins\nmatisse\nmatisyahu\nmatl\nmatlab\nmatlock\nmato\nmatoran\nmatos\nmatoso\nmatra\nmatre\nmatres\nmatria\nmatriarch\nmatriarchal\nmatriarchy\nmatric\nmatricaria\nmatrices\nmatriculate\nmatriculated\nmatriculating\nmatriculation\nmatricule\nmatridigm\nmatrilineal\nmatrimonial\nmatrimony\nmatrix\nmatroid\nmatron\nmatrons\nmatrox\nmats\nmatsakis\nmatsch\nmatsis\nmatson\nmatsu\nmatsuda\nmatsudaira\nmatsui\nmatsumoto\nmatsumotokiyoshi\nmatsunaga\nmatsuo\nmatsuoka\nmatsuri\nmatsushima\nmatsushita\nmatsushita-kotobuki\nmatsuura\nmatsuya\nmatsuyama\nmatsuzaka\nmatsuzakaya\nmatsya\nmatt\nmatt.\nmatta\nmattachine\nmattapan\nmattawa\nmatte\nmatted\nmattei\nmattel\nmatteo\nmatter\nmattered\nmatterhorn\nmatters\nmattes\nmatteus\nmatthaeus\nmatthaeus-maier\nmatthau\nmatthaus\nmatthew\nmatthews\nmatthey\nmatthias\nmatthieu\nmatti\nmattia\nmattiace\nmattias\nmattie\nmatting\nmattingly\nmattison\nmatto\nmattoon\nmattox\nmattress\nmattresses\nmattson\nmatty\nmatura\nmaturana\nmaturation\nmature\nmatured\nmatures\nmaturin\nmaturing\nmaturities\nmaturity\nmaturity-wise\nmatusic\nmatutes\nmaty\nmatyas\nmatz\nmatzkin\nmatzo\nmatzorkis\nmau\nmauboussin\nmauch\nmaucher\nmauchly\nmaud\nmaude\nmaudling\nmaudslay\nmaudsley\nmaududi\nmauer\nmauger\nmaugham\nmaughan\nmaui\nmaul\nmaulana\nmaulde\nmauldin\nmaule\nmauled\nmauler\nmaulik\nmauling\nmaulvi\nmaumee\nmauna\nmaund\nmaunder\nmaundy\nmaung\nmaunsell\nmaupassant\nmaupin\nmaur\nmaura\nmaureen\nmaurepas\nmaurer\nmauresmo\nmauretania\nmauri\nmaurice\nmauricie\nmauricio\nmaurienne\nmaurier\nmauritania\nmauritanian\nmauritanians\nmauritian\nmauritius\nmaurits\nmauritz\nmaurizio\nmauro\nmauroy\nmaurras\nmaurus\nmaury\nmaurya\nmauryan\nmaus\nmauser\nmausoleum\nmausoleums\nmauss\nmauthausen\nmautner\nmauve\nmauzas/mahallas\nmav\nmaven\nmaverick\nmavericks\nmavesa\nmavis\nmavs\nmaw\nmawampanga\nmawanpanga\nmawapanga\nmawar\nmawashi\nmawe\nmawhinney\nmawlana\nmawlavi\nmawr\nmawson\nmax\nmax.\nmax.price\nmaxco\nmaxentius\nmaxey\nmaxfield\nmaxi\nmaxie\nmaxilla\nmaxillary\nmaxillofacial\nmaxim\nmaxima\nmaximal\nmaximally\nmaximals\nmaxime\nmaximian\nmaximilian\nmaximilians\nmaximilien\nmaximillian\nmaximin\nmaximinus\nmaximise\nmaximised\nmaximising\nmaximization\nmaximize\nmaximized\nmaximizes\nmaximizing\nmaximo\nmaxims\nmaximum\nmaximum-security\nmaximus\nmaxine\nmaxis\nmaxon\nmaxserv\nmaxtel\nmaxton\nmaxtor\nmaxus\nmaxwell\nmaxx\nmaxxam\nmaxxie\nmaxxim\nmaxxon\nmay\nmay'0\nmay-august\nmay-buy\nmay-july\nmay-june\nmay-sept\nmay/june\nmay0\nmaya\nmayaguez\nmayakovsky\nmayall\nmayan\nmayans\nmayas\nmayawati\nmaybach\nmayban\nmaybank\nmaybe\nmaybelle\nmayberry\nmaybourne\nmaybury\nmayday\nmaydell\nmaydon\nmayen\nmayenne\nmayer\nmayers\nmayes\nmayfair\nmayfield\nmayflies\nmayflower\nmayhem\nmayhew\nmayjun\nmaykop\nmayland\nmaynard\nmayne\nmaynila\nmaynooth\nmayo\nmayon\nmayonnaise\nmayor\nmayora\nmayoral\nmayoralty\nmayorga\nmayors\nmayorship\nmayotte\nmaypole\nmayport\nmayq\nmayr\nmayr-melnhof\nmays\nmaystadt\nmaysville\nmaytag\nmayu\nmayumi\nmayville\nmayweather\nmaywood\nmaza\nmazama\nmazandaran\nmazar\nmazar-i-sharif\nmazara\nmazari\nmazarin\nmazatlan\nmazda\nmaze\nmazeaud\nmazeedi\nmazeikiu\nmazel\nmazen\nmazepa\nmazeppa\nmazer\nmazes\nmazhar\nmazheikiu\nmazier\nmazin\nmazinger\nmazinkaiser\nmazo\nmazoku\nmazowiecki\nmazur\nmazurka\nmazut\nmazza\nmazzalupi\nmazzini\nmazzola\nmazzone\nmazzoni\nmazzucchelli\nmazzy\nmb\nmb/s\nmb0\nmba\nmbabazi\nmbandaka\nmbar\nmbaru\nmbas\nmbaya\nmbayo\nmbb\nmbbs\nmbc\nmbda\nmbe\nmbeki\nmbeya\nmbf\nmbg\nmbh\nmbia\nmbil\nmbilinyi\nmbira\nmbit/s\nmbl\nmbna\nmbo\nmboma\nmboweni\nmbpd\nmbr\nmbs\nmbsl\nmbt\nmbta\nmbti\nmbts\nmbuende\nmbuji-mayi\nmbumba\nmbw\nmc\nmc0\nmca\nmcadam\nmcadams\nmcadoo\nmcafee\nmcaleer\nmcaleese\nmcalester\nmcaliskey\nmcalister\nmcallen\nmcallister\nmcalpine\nmcandrew\nmcanulty\nmcardle\nmcarthur\nmcas\nmcateer\nmcauley\nmcauliffe\nmcavoy\nmcb\nmcbain\nmcbeal\nmcbean\nmcbride\nmcc\nmccabe\nmccafferty\nmccaffrey\nmccain\nmccall\nmccalla\nmccallister\nmccallum\nmccamish\nmccandless\nmccann\nmccann-erickson\nmccardle\nmccarley\nmccarran\nmccarron\nmccarter\nmccarthy\nmccarthyism\nmccartney\nmccarty\nmccarver\nmccaskey\nmccaskill\nmccaughey\nmccauley\nmccaw\nmccay\nmcchesney\nmcchord\nmcclain\nmcclair\nmcclanahan\nmcclane\nmcclaren\nmcclatchy\nmcclellan\nmcclelland\nmcclendon\nmcclernand\nmcclintock\nmcclory\nmccloskey\nmccloud\nmccloy\nmcclung\nmcclure\nmcclurg\nmccluskey\nmccoist\nmccoll\nmccollam\nmccollum\nmccomas\nmccomb\nmccombs\nmcconaughey\nmcconnell\nmccook\nmccool\nmccord\nmccormack\nmccormick\nmccourt\nmccowan\nmccown\nmccoy\nmccoys\nmccracken\nmccrae\nmccrary\nmccray\nmccrea\nmccready\nmccreary\nmccree\nmccreery\nmccreevy\nmccrory\nmccue\nmccullagh\nmcculloch\nmccullough\nmccullum\nmccully\nmccune\nmccurdy\nmccurry\nmccutcheon\nmcd\nmcdade\nmcdaniel\nmcdaniels\nmcdermott\nmcdevitt\nmcdiarmid\nmcdonagh\nmcdonald\nmcdonalds\nmcdonnel\nmcdonnell\nmcdonnell-douglas\nmcdonough\nmcdormand\nmcdougal\nmcdougall\nmcdougals\nmcdowall\nmcdowell\nmcduck\nmcduff\nmcduffie\nmcdyess\nmce\nmceachern\nmcelroy\nmcelwee\nmcenroe\nmcentee\nmcentire\nmcevoy\nmcewan\nmcewen\nmcf\nmcfadden\nmcfarland\nmcfarlane\nmcfe\nmcferrin\nmcfly\nmcg\nmcgann\nmcgarrigle\nmcgarry\nmcgauchie\nmcgauran\nmcgavin\nmcgaw\nmcgee\nmcgeechan\nmcgeorge\nmcghee\nmcgill\nmcgillicuddy\nmcgillivray\nmcginlay\nmcginley\nmcginn\nmcginnis\nmcginty\nmcgivern\nmcglocklin\nmcglynn\nmcgonagall\nmcgoohan\nmcgovern\nmcgowan\nmcgrady\nmcgrath\nmcgraw\nmcgraw-hill\nmcgreevey\nmcgregor\nmcgriff\nmcgruder\nmcguffey\nmcguigan\nmcguiness\nmcguinn\nmcguinness\nmcguinty\nmcguire\nmcguirk\nmcgurk\nmcgwire\nmch\nmchale\nmchenry\nmchf\nmchugh\nmci\nmcilroy\nmcinerney\nmcinnes\nmcinnis\nmcintire\nmcintosh\nmcintyre\nmciver\nmckagan\nmckay\nmckean\nmckechnie\nmckee\nmckeef\nmckeen\nmckeesport\nmckeever\nmckeithen\nmckellar\nmckellen\nmckelvey\nmckelvie\nmckenna\nmckenney\nmckenzie\nmckeon\nmckeown\nmckern\nmckesson\nmckie\nmckim\nmckimson\nmckinlay\nmckinley\nmckinney\nmckinnon\nmckinsey\nmcknight\nmcl\nmclachlan\nmclachlin\nmclain\nmclanahan\nmclane\nmclaren\nmclarens\nmclarty\nmclauchlan\nmclaughlin\nmclaws\nmclean\nmcleish\nmclellan\nmclendon\nmclennan\nmcleod\nmcleodusa\nmcloughlin\nmcluhan\nmcm\nmcmahon\nmcmanaman\nmcmanimon\nmcmanus\nmcmaster\nmcmath\nmcmenemy\nmcmichael\nmcmillan\nmcmillen\nmcmillin\nmcminn\nmcminnville\nmcmoran\nmcmullan\nmcmullen\nmcmurdo\nmcmurphy\nmcmurray\nmcmurry\nmcmurtry\nmcn\nmcnab\nmcnabb\nmcnair\nmcnally\nmcnamara\nmcnamee\nmcnary\nmcnaught\nmcnaughton\nmcneal\nmcnealy\nmcneely\nmcneese\nmcneil\nmcneill\nmcneilly\nmcnelly\nmcnerney\nmcnichol\nmcnish\nmcnulty\nmcnutt\nmcp\nmcparland\nmcphail\nmcphee\nmcpherson\nmcphersons\nmcquaid\nmcquarrie\nmcqueen\nmcquillan\nmcr\nmcrae\nmcreynolds\nmcs\nmcshane\nmcsorley\nmcsween\nmcsweeney\nmct\nmctaggart\nmctavish\nmcteague\nmcteer\nmctell\nmctighe\nmcu\nmcv\nmcvay\nmcveigh\nmcvey\nmcvicar\nmcvie\nmcw\nmcwade\nmcwhirter\nmcwhorter\nmcwilliams\nmd\nmd-xx\nmd.\nmd.-based\nmd0\nmd0s\nmda\nmdax\nmdc\nmdf\nmdi\nmdk\nmdl\nmdm\nmdma\nmdo\nmdp\nmdr\nmds\nmdt\nmdu\nmdx\nme\nme.\nme0\nmea\nmeacham\nmeacher\nmead\nmeade\nmeaden\nmeader\nmeadow\nmeadowbank\nmeadowbrook\nmeadowhall\nmeadowlands\nmeadowlark\nmeadows\nmeads\nmeadville\nmeager\nmeagher\nmeagre\nmeakin\nmeal\nmeal/\nmeals\nmealworms\nmean\nmean-spirited\nmeander\nmeandered\nmeandering\nmeanders\nmeaner\nmeanest\nmeanie\nmeanies\nmeaning\nmeaningful\nmeaningfully\nmeaningless\nmeanings\nmeans\nmeant\nmeantime\nmeantone\nmeanwhile\nmeany\nmeara\nmeares\nmearns\nmears\nmeasles\nmeasurable\nmeasurably\nmeasure\nmeasured\nmeasurement\nmeasurements\nmeasures\nmeasurex\nmeasuring\nmeat\nmeat-processing\nmeat-products\nmeatball\nmeatballs\nmeath\nmeatloaf\nmeatpacking\nmeats\nmeatus\nmeatwad\nmeaty\nmeaux\nmebli\nmec\nmecanique\nmecaniques\nmecca\nmeccan\nmeccano\nmeccans\nmecg\nmech\nmecha\nmechagodzilla\nmecham\nmechanic\nmechanical\nmechanically\nmechanicals\nmechanics\nmechanicsburg\nmechanicsville\nmechanicus\nmechanisation\nmechanised\nmechanism\nmechanisms\nmechanistic\nmechanization\nmechanized\nmechanoid\nmechatronics\nmechelen\nmechs\nmechwarrior\nmeciar\nmeck\nmeckel\nmecklenburg\nmecklenburg-vorpommern\nmecklermedia\nmecon\nmed\nmed-tv\nmeda\nmedaille\nmedak\nmedal\nmedalist\nmedalists\nmedallion\nmedallions\nmedallist\nmedallists\nmedals\nmedan\nmedaphis\nmedard\nmedarex\nmedavoy\nmedb\nmedcare\nmedcath\nmedco\nmeddein\nmeddle\nmeddled\nmeddling\nmedea\nmedecine\nmedecins\nmedeen\nmedeiros\nmedellin\nmedes\nmedeski\nmedeva\nmedevac\nmedex\nmedfly\nmedford\nmedgar\nmedgyessy\nmedi-ject\nmedia\nmediacorp\nmediaeval\nmediafax\nmediagx\nmedial\nmedialink\nmedially\nmedialward\nmediametrie\nmedian\nmedianews\nmedians\nmediaone\nmedias\nmediaset\nmediastinum\nmediate\nmediated\nmediates\nmediating\nmediation\nmediator\nmediators\nmediawiki\nmediaworks\nmedic\nmedica\nmedicaid\nmedical\nmedically\nmedicare\nmedicated\nmedication\nmedications\nmedici\nmedicina\nmedicinal\nmedicinally\nmedicine\nmedicines\nmedicis\nmedico\nmedicorp\nmedicos\nmedics\nmedicus\nmedien\nmedienos\nmedieval\nmedievalist\nmedigap\nmedill\nmedimmune\nmedina\nmedinah\nmedinet\nmedio\nmediobanca\nmediocre\nmediocredito\nmediocrity\nmediolanum\nmediq\nmeditate\nmeditated\nmeditates\nmeditating\nmeditation\nmeditations\nmeditative\nmediterranean\nmediterranee\nmeditrust\nmedium\nmedium**\nmedium-\nmedium-duty\nmedium-haul\nmedium-pacer\nmedium-range\nmedium-ranking\nmedium-scale\nmedium-size\nmedium-sized\nmedium-staple\nmedium-term\nmediums\nmediumship\nmediumwave\nmedivh\nmedley\nmedleys\nmedline\nmedlock\nmednet\nmedoc\nmedora\nmedpartners\nmedplus\nmedquist\nmeds\nmedserve\nmedtech\nmedtronic\nmedulla\nmedullary\nmedusa\nmedved\nmedvedev\nmedway\nmee\nmeech\nmeeeting\nmeegeren\nmeehan\nmeek\nmeekatharra\nmeeker\nmeekly\nmeeks\nmeena\nmeenakshi\nmeenas\nmeer\nmeera\nmeerkat\nmeerkats\nmeerut\nmees\nmeese\nmeespierson\nmeet\nmeeting\nmeetinghouse\nmeetings\nmeets\nmef\nmeff\nmeg\nmega\nmega-merger\nmega-mergers\nmega-projects\nmega-regulator\nmegabit\nmegabits\nmegabyte\nmegabytes\nmegachurch\nmegacity\nmegadeth\nmegafauna\nmegah\nmegahertz\nmegalith\nmegalithic\nmegaliths\nmegalitres\nmegalodon\nmegalomania\nmegalomaniac\nmegalomaniacal\nmegalon\nmegalopoli\nmegalopolis\nmegalosaurus\nmegaman\nmegamerger\nmegami\nmegamix\nmegan\nmegane\nmegantic\nmegaphone\nmegapixel\nmegapixels\nmegara\nmegas\nmegastore\nmegastores\nmegat\nmegatokyo\nmegaton\nmegatons\nmegatron\nmegawati\nmegawatt\nmegawatt-hours\nmegawatts\nmegaworld\nmegazine\nmegazord\nmeggan\nmeggie\nmeggyesi\nmeghalaya\nmeghan\nmeghna\nmegiddo\nmegionneftegaz\nmego\nmegophryidae\nmegrahi\nmegret\nmegson\nmeguid\nmegumi\nmeh\nmehaffey\nmehdi\nmeher\nmehl\nmehlman\nmehmed\nmehmet\nmehmood\nmeho\nmehr\nmehra\nmehran\nmehrtens\nmehta\nmehul\nmei\nmeier\nmeigas\nmeigen\nmeighen\nmeigs\nmeihekou\nmeijer\nmeiji\nmeijide\nmeijin\nmeike\nmeikle\nmeikles\nmeiko\nmeili\nmeilin\nmeiling\nmeilleur\nmein\nmeine\nmeineke\nmeinhard\nmeinhof\nmeiningen\nmeinl\nmeinrad\nmeiosis\nmeir\nmeiring\nmeisei\nmeisel\nmeisels\nmeisner\nmeissen\nmeissner\nmeissnitzer\nmeister\nmeistersinger\nmeistriliiga\nmeitav\nmeitei\nmeitner\nmeito\nmeiwa\nmejdani\nmejia\nmejillones\nmejor\nmek\nmekhanik\nmeknes\nmeko\nmekon\nmekong\nmekouar\nmeksa\nmeksi\nmel\nmela\nmelaka\nmelaleuca\nmelamed\nmelamine\nmelancholia\nmelancholic\nmelancholy\nmelanchthon\nmelanesia\nmelanesian\nmelange\nmelanie\nmelanin\nmelanism\nmelanocytes\nmelanogaster\nmelanoma\nmelas\nmelastomataceae\nmelati\nmelati-\nmelatonin\nmelayu\nmelb\nmelba\nmelbourne\nmelbourne-based\nmelby\nmelcher\nmelchett\nmelchior\nmelchiot\nmelchizedek\nmelchor\nmelco\nmeld\nmelded\nmelding\nmeldrum\nmelds\nmele\nmeleager\nmelee\nmelek\nmelendez\nmeles\nmelescanu\nmelfi\nmelford\nmelfort\nmeli\nmelia\nmeliaceae\nmelian\nmelies\nmeligeni\nmelilla\nmelina\nmelinda\nmelinte\nmeliphagidae\nmelisande\nmelisende\nmelissa\nmelita\nmelitta\nmelk\nmelkert\nmelkite\nmelkor\nmelksham\nmell\nmella\nmelle\nmellen\nmellencamp\nmelli\nmellifera\nmelling\nmellish\nmellitus\nmello\nmello-roos\nmellon\nmellons\nmellor\nmellotron\nmellow\nmellowed\nmellower\nmelman\nmelmoth\nmelnbardis\nmelnik\nmelnikov\nmelnyk\nmelo\nmelodeon\nmelodi\nmelodic\nmelodica\nmelodically\nmelodie\nmelodies\nmelodifestivalen\nmelodious\nmelodrama\nmelodramas\nmelodramatic\nmelody\nmelon\nmeloni\nmelons\nmelora\nmelos\nmeloy\nmelquiond\nmelrose\nmelt\nmeltdown\nmelted\nmelting\nmelton\nmelts\nmeltwater\nmeltzer\nmelua\nmelun\nmelville\nmelville-ross\nmelvin\nmelvins\nmelvoin\nmelvyn\nmelzer\nmem\nmember\nmember-broker\nmember-country\nmember-states\nmembered\nmembers\nmembers.\nmembership\nmemberships\nmembrane\nmembranes\nmembranous\nmemc\nmemco\nmeme\nmemel\nmemento\nmementos\nmemes\nmemet\nmemetic\nmemetics\nmemnon\nmemo\nmemoir\nmemoire\nmemoires\nmemoirist\nmemoirs\nmemon\nmemons\nmemorabilia\nmemorable\nmemorably\nmemoranda\nmemorandum\nmemorandums\nmemorex\nmemoria\nmemorial\nmemorialize\nmemorialized\nmemorials\nmemoriam\nmemorias\nmemories\nmemorization\nmemorize\nmemorized\nmemorizing\nmemory\nmemos\nmemphis\nmemphis-based\nmems\nmemtec\nmen\nmena\nmenace\nmenaced\nmenaces\nmenachem\nmenacing\nmenacingly\nmenage\nmenagerie\nmenahem\nmenai\nmenander\nmenarche\nmenard\nmenasha\nmenashe\nmenasor\nmenatep\nmenchu\nmencia\nmencius\nmencken\nmend\nmende\nmended\nmendel\nmendeleev\nmendelian\nmendelsohn\nmendelson\nmendelssohn\nmendenhall\nmenderes\nmendes\nmendez\nmendham\nmendicant\nmending\nmendip\nmendis\nmendocino\nmendon\nmendonca\nmendota\nmendoza\nmendy\nmenelaus\nmenelik\nmenem\nmenen\nmenendez\nmenengah\nmeneses\nmenezes\nmeng\nmengelberg\nmengele\nmenger\nmengin\nmengistu\nmengsk\nmenhaden\nmenhirs\nmenial\nmenier\nmenin\nmeningeal\nmeningitis\nmenino\nmeniscus\nmenk\nmenken\nmenlo\nmenlow\nmenninger\nmenno\nmennonite\nmennonites\nmeno\nmenominee\nmenomonee\nmenon\nmenopausal\nmenopause\nmenorah\nmenos\nmenotti\nmens\nmensa\nmensah\nmensch\nmenschen\nmenses\nmenshevik\nmensheviks\nmenshikov\nmenstrual\nmenstruation\nmenswear\nment\nmental\nmentalist\nmentality\nmentally\nmentari\nmentat\nmentavlos\nmenteith\nmenteri\nmenthol\nmention\nmentioned\nmentioning\nmentions\nmentmore\nmento\nmenton\nmentone\nmentor\nmentored\nmentoring\nmentors\nmentorship\nmentos\nmentz\nmenu\nmenudo\nmenuhin\nmenus\nmenzel\nmenzies\nmenziesii\nmenzoberranzan\nmeo\nmeola\nmeon\nmeow\nmeowth\nmep\nmepc\nmephiles\nmephisto\nmephistopheles\nmeps\nmer\nmera\nmerah\nmeraj\nmerak\nmeral\nmeralco\nmerano\nmerapi\nmerc\nmercado\nmercados\nmercantil\nmercantile\nmercantilism\nmercantilist\nmercatone\nmercator\nmerce\nmerced\nmercedes\nmercedes-benz\nmercenaries\nmercenary\nmercenary-backed\nmercer\nmercers\nmercersburg\nmerch\nmerchandise\nmerchandiser\nmerchandisers\nmerchandising\nmerchant\nmerchanting\nmerchantman\nmerchantmen\nmerchants\nmerchiston\nmercia\nmercian\nmercians\nmercier\nmerciful\nmerciless\nmercilessly\nmerck\nmerckx\nmercosur\nmercredi\nmercure\nmercurial\nmercuric\nmercurio\nmercurius\nmercury\nmercutio\nmercy\nmercyful\nmerdeka\nmere\nmeredith\nmerely\nmerengue\nmeres\nmeretz\nmerfin\nmerge\nmerged\nmerger\nmerger-related\nmergers\nmerges\nmerging\nmeri\nmerial\nmeriam\nmerian\nmerida\nmeriden\nmeridia\nmeridian\nmeridians\nmeridien\nmeridor\nmerieux\nmerill\nmerina\nmeringue\nmerino\nmerinos\nmerinvest\nmerion\nmerionethshire\nmerisel\nmerissa\nmeristem\nmerit\nmerita\nmeritage\nmerite\nmerited\nmeritless\nmerito\nmeritocracy\nmeritorious\nmerits\nmerivale\nmeriwether\nmerkava\nmerkel\nmerkin\nmerkle\nmerko\nmerkur\nmerl\nmerle\nmerleau\nmerlene\nmerlin\nmerlino\nmerlo\nmerlot\nmerlyn\nmermaid\nmermaids\nmerman\nmerneptah\nmero\nmerode\nmeroe\nmeromorphic\nmerope\nmeropidae\nmerovingian\nmerovingians\nmerpati\nmerrell\nmerrem\nmerrett\nmerri\nmerriam\nmerrick\nmerrie\nmerrifield\nmerril\nmerrill\nmerrills\nmerrily\nmerrimac\nmerrimack\nmerriman\nmerriment\nmerrin\nmerrion\nmerritt\nmerriweather\nmerrow\nmerry\nmerry-go-round\nmerrydown\nmerryweather\nmers\nmersch\nmerseburg\nmersenne\nmersey\nmerseybeat\nmerseyrail\nmerseyside\nmersin\nmerson\nmertens\nmerthyr\nmerton\nmertz\nmertzig\nmeru\nmerukh\nmerv\nmerval\nmervyn\nmerwe\nmerwin\nmeryl\nmerz\nmerzbow\nmes\nmesa\nmesaba\nmesas\nmesbahi\nmesbla\nmescalero\nmescaline\nmesdaq\nmesenteric\nmeseta\nmesh\nmesha\nmeshed\nmeshes\nmeshiai\nmeshing\nmeshta\nmeshta-\nmeshuggah\nmesic\nmesilla\nmesirow\nmesmer\nmesmerised\nmesmerism\nmesmerized\nmesmerizing\nmesnil\nmeso\nmesoamerica\nmesoamerican\nmesoderm\nmesogog\nmesolithic\nmeson\nmesons\nmesopotamia\nmesopotamian\nmesoscale\nmesothelioma\nmesozoic\nmesquite\nmess\nmessage\nmessages\nmessaggero\nmessaging\nmessala\nmessalina\nmessaoud\nmesse\nmessed\nmessenger\nmessengers\nmessenia\nmesser\nmesserschmitt\nmesses\nmessi\nmessiaen\nmessiah\nmessianic\nmessick\nmessier\nmessina\nmessines\nmessing\nmessinger\nmessman\nmessmer\nmessner\nmessrs\nmessrs.\nmessy\nmesta\nmestalla\nmestizo\nmestizos\nmesto\nmestrallet\nmestre\nmesure\nmesut\nmet\nmeta\nmetabolic\nmetabolised\nmetabolism\nmetabolite\nmetabolites\nmetabolize\nmetabolized\nmetacarpal\nmetacritic\nmetadata\nmetafiction\nmetafictional\nmetahuman\nmetahumans\nmetair\nmetairie\nmetal\nmetalcore\nmetalcorp\nmetaleurop\nmetaliks\nmetall\nmetallbank\nmetallgesellschaft\nmetallic\nmetallica\nmetallicity\nmetallo\nmetallurgic\nmetallurgical\nmetallurgique\nmetallurgist\nmetallurgy\nmetals\nmetalurg\nmetalurgica\nmetalurgs\nmetalurh\nmetalwork\nmetalworker\nmetalworkers\nmetalworking\nmetamodel\nmetamorphic\nmetamorphism\nmetamorpho\nmetamorphose\nmetamorphosed\nmetamorphoses\nmetamorphosis\nmetaphor\nmetaphoric\nmetaphorical\nmetaphorically\nmetaphors\nmetaphysical\nmetaphysics\nmetareum\nmetarex\nmetaseries\nmetastable\nmetastases\nmetastasio\nmetastasis\nmetastatic\nmetatarsal\nmetathesis\nmetatools\nmetatron\nmetaxas\nmetcalf\nmetcalfe\nmetcard\nmetcash\nmete\nmeted\nmetellus\nmeteo\nmeteor\nmeteora\nmeteoric\nmeteorite\nmeteorites\nmeteoroid\nmeteorological\nmeteorologist\nmeteorologists\nmeteorology\nmeteors\nmeter\nmetered\nmetereological\nmetering\nmeterological\nmeterologist\nmeterologists\nmeters\nmetesz\nmetford\nmetformin\nmeth\nmethadone\nmethamphetamine\nmethane\nmethanex\nmethanol\nmetheny\nmethionine\nmethod\nmethode\nmethodical\nmethodically\nmethodism\nmethodist\nmethodists\nmethodius\nmethodolgy\nmethodological\nmethodologies\nmethodology\nmethods\nmethos\nmethotrexate\nmethoxy\nmethuen\nmethuselah\nmethven\nmethyl\nmethyl0\nmethylated\nmethylation\nmethylene\nmethylphenidate\nmethyltransferase\nmeticais\nmeticulous\nmeticulously\nmetiers\nmetin\nmeting\nmetis\nmetka\nmetla\nmetlakatla\nmetlife\nmetohija\nmetorex\nmetra\nmetre\nmetres\nmetric\nmetrical\nmetrication\nmetricom\nmetrics\nmetris\nmetro\nmetro-dade\nmetro-goldwyn-mayer\nmetroad\nmetrobank\nmetrobus\nmetrobuses\nmetrocall\nmetrocard\nmetrodome\nmetrogas\nmetroholding\nmetroid\nmetroland\nmetrolife\nmetroline\nmetrolink\nmetrology\nmetromail\nmetromedia\nmetron\nmetronidazole\nmetronome\nmetroplex\nmetropole\nmetropolis\nmetropolises\nmetropolitain\nmetropolitan\nmetropolitana\nmetropolitano\nmetropolitans\nmetropolitian\nmetrorail\nmetros\nmetrostars\nmetrostav\nmetrovacesa\nmetrowest\nmetru\nmets\nmetsa-botnia\nmetsa-serla\nmetsaliitto\nmetsef\nmetta\nmette\nmetternich\nmettle\nmetu\nmetuchen\nmetway\nmetz\nmetzger\nmetzler\nmeu\nmeucci\nmeudon\nmeulaboh\nmeunier\nmeur\nmeurant\nmeurthe\nmeuse\nmev\nmew\nmewah\nmewar\nmews\nmewtwo\nmex\nmex0\nmexborough\nmexica\nmexicali\nmexican\nmexicana\nmexicano\nmexicanos\nmexicans\nmexico\nmexico-based\nmexico-rotterdam\nmexpetrol\nmey\nmeyer\nmeyerbeer\nmeyerhold\nmeyers\nmeyerson\nmeynert\nmeyrin\nmeysonnier\nmeyssonnier\nmeza\nmezcal\nmezer\nmezger\nmezieres\nmezobank\nmezogep\nmezzanine\nmezzo\nmezzogiorno\nmezzotint\nmf\nmf0\nmfa\nmfb\nmfc\nmfd\nmfg\nmfi\nmfig\nmfk\nmfl\nmfn\nmfp\nmfr\nmfri\nmfs\nmfume\nmg\nmg/day\nmg/dl\nmg/kg\nmg/l\nmg0\nmga\nmgam\nmgb\nmge\nmgh\nmgi\nmgic\nmgk\nmgm\nmgm/ua\nmgmt\nmgn\nmgr\nmgrs\nmgs\nmgt\nmgts\nmh\nmh0\nmha\nmhangura\nmhb\nmhc\nmhd\nmhi\nmhic\nmhk\nmhm\nmhor\nmhow\nmhp\nmhs\nmhuire\nmhz\nmi\nmi'kmaq\nmi.\nmi0\nmia\nmiaa\nmiaka\nmiami\nmiami-based\nmiami:0\nmiamisburg\nmian\nmiang\nmianwali\nmiao\nmiasma\nmiata\nmib\nmib0\nmiba\nmibank\nmibor\nmibtel\nmibu\nmic\nmica\nmicaela\nmicah\nmicallef\nmiccosukee\nmice\nmiceli\nmicelles\nmicex\nmich\nmich.\nmich.-based\nmichael\nmichaela\nmichaelangelo\nmichaelides\nmichaelis\nmichaelmas\nmichaels\nmichail\nmichal\nmichalis\nmichalovce\nmichalski\nmichaniki\nmichaud\nmichaux\nmicheal\nmichel\nmichelangelo\nmichele\nmichelet\nmicheli\nmichelin\nmicheline\nmichelinie\nmichell\nmichelle\nmichels\nmichelsen\nmichelson\nmichener\nmichi\nmichie\nmichiel\nmichigan\nmichigan-based\nmichiko\nmichilimackinac\nmichinoku\nmichio\nmichiru\nmichoacan\nmichot\nmick\nmickael\nmickelson\nmickey\nmickie\nmickiewicz\nmicky\nmico\nmicon\nmiconia\nmicra\nmicrion\nmicro\nmicro-economic\nmicro-organisms\nmicroage\nmicroarchitecture\nmicroarray\nmicroarrays\nmicroban\nmicrobe\nmicrobes\nmicrobial\nmicrobiological\nmicrobiologist\nmicrobiology\nmicrobrewery\nmicrochip\nmicrochips\nmicroclimate\nmicroclimates\nmicrocode\nmicrocom\nmicrocomputer\nmicrocomputers\nmicrocontroller\nmicrocontrollers\nmicrocosm\nmicrocredit\nmicrodyne\nmicroeconomic\nmicroeconomics\nmicroelectronic\nmicroelectronics\nmicroelectronique\nmicrofiche\nmicrofilm\nmicrofinance\nmicroform\nmicrogame\nmicrografx\nmicrograms\nmicrogravity\nmicrohylidae\nmicrokernel\nmicroleague\nmicrolensing\nmicrolink\nmicromanagement\nmicrometer\nmicrometers\nmicrometre\nmicrometres\nmicromuse\nmicron\nmicronation\nmicronesia\nmicronesian\nmicronics\nmicrons\nmicroorganism\nmicroorganisms\nmicropal\nmicrophone\nmicrophones\nmicropolitan\nmicroprocessor\nmicroprocessors\nmicroprose\nmicroraptor\nmicroregion\nmicrorna\nmicros\nmicrosatellite\nmicroscope\nmicroscopes\nmicroscopic\nmicroscopically\nmicroscopy\nmicrosd\nmicrosecond\nmicroseconds\nmicrosoft\nmicrostates\nmicrostructure\nmicrosys\nmicrosystems\nmicrotel\nmicrotest\nmicrotonal\nmicrotouch\nmicrotubule\nmicrotubules\nmicrovision\nmicrovita\nmicroware\nmicrowave\nmicrowaves\nmics\nmid\nmid-\nmid-afternoon\nmid-air\nmid-america\nmid-american\nmid-april\nmid-atlantic\nmid-august\nmid-autumn\nmid-c\nmid-cap\nmid-columbia\nmid-continent\nmid-crop\nmid-curve\nmid-day\nmid-december\nmid-east\nmid-feb\nmid-february\nmid-january\nmid-july\nmid-june\nmid-level\nmid-march\nmid-market\nmid-may\nmid-med\nmid-mississippi\nmid-month\nmid-morning\nmid-norway\nmid-nov\nmid-november\nmid-oct\nmid-october\nmid-off\nmid-on\nmid-point\nmid-price\nmid-range\nmid-rate\nmid-rates\nmid-season\nmid-sept\nmid-september\nmid-session\nmid-size\nmid-sized\nmid-south\nmid-summer\nmid-table\nmid-teens\nmid-term\nmid-to-high\nmid-to-late\nmid-way\nmid-week\nmid-west\nmid-wicket\nmid-winter\nmid-year\nmid0\nmid0s\nmid0th\nmidafternoon\nmidair\nmidale\nmidamerican\nmidas\nmidbrain\nmidcap\nmidco\nmidcoast\nmidcom\nmidcon\nmidcontinent\nmidcrop\nmidd\nmidday\nmiddays\nmiddeck\nmiddelburg\nmiddelhoff\nmidden\nmiddens\nmiddle\nmiddle-\nmiddle-aged\nmiddle-class\nmiddle-distance\nmiddle-distillate\nmiddle-east\nmiddle-income\nmiddle-level\nmiddle-market\nmiddle-of-the-road\nmiddle-order\nmiddle-ranking\nmiddle-sized\nmiddleborough\nmiddlebrook\nmiddleburg\nmiddlebury\nmiddlefield\nmiddleman\nmiddlemen\nmiddlesbrough\nmiddlesex\nmiddleton\nmiddletown\nmiddleware\nmiddleweight\nmiddlewich\nmiddling\nmidds\nmide\nmideast\nmideast-japan\nmidem\nmidf\nmidfield\nmidfielder\nmidfielders\nmidgar\nmidgard\nmidge\nmidges\nmidget\nmidgets\nmidgley\nmidhurst\nmidi\nmidia\nmidian\nmidisoft\nmidkemia\nmidland\nmidlands\nmidler\nmidleton\nmidlife\nmidline\nmidlothian\nmidmorning\nmidnapore\nmidnight\nmidnighter\nmidnite\nmido\nmidopa\nmidori\nmidpoint\nmidrand\nmidrange\nmidrash\nmidrashic\nmidrashim\nmidrate\nmidrates\nmidrib\nmidriff\nmidseason\nmidsection\nmidsession\nmidshipman\nmidshipmen\nmidshires\nmidsize\nmidsomer\nmidst\nmidstream\nmidsummer\nmidterm\nmidtjylland\nmidtown\nmidtrade\nmidvale\nmidvein\nmidway\nmidweek\nmidwest\nmidwestern\nmidwife\nmidwifery\nmidwinter\nmidwives\nmidwood\nmidyear\nmie\nmieczyslaw\nmiedz\nmiel\nmielec\nmielgo\nmielke\nmien\nmiep\nmier\nmierlo\nmiers\nmiert\nmies\nmiesne\nmieszko\nmif\nmife\nmifepristone\nmiffed\nmifflin\nmifsud\nmifune\nmig\nmig0\nmig0s\nmigdal\nmight\nmightiest\nmightily\nmighty\nmiglia\nmiglin\nmigne\nmignola\nmignon\nmigraine\nmigraines\nmigrant\nmigrants\nmigrate\nmigrated\nmigrates\nmigrating\nmigration\nmigrations\nmigratory\nmigros\nmigs\nmiguel\nmih\nmihai\nmihail\nmihailo\nmihailova\nmihailovic\nmihajlo\nmihajlovic\nmihalis\nmihaly\nmihdhar\nmihiel\nmihika\nmiho\nmihoshi\nmihrab\nmii\nmiike\nmijatovic\nmik\nmika\nmikado\nmikael\nmikami\nmikan\nmikasa\nmikawa\nmike\nmike.conlon\nmikel\nmikes\nmikey\nmikhail\nmikhailov\nmikhailovich\nmikhalkov\nmikheil\nmiki\nmikio\nmikkel\nmikkelsen\nmikkelsplass\nmikko\nmikkola\nmiklos\nmiko\nmikolaj\nmikoto\nmikoyan\nmikro\nmikulas\nmikulski\nmikuni\nmikvah\nmil\nmila\nmilacron\nmiladin\nmilady\nmilagro\nmilagros\nmilam\nmilan\nmilan-based\nmilan-san\nmilanese\nmilano\nmilazzo\nmilbank\nmilberg\nmilburn\nmilby\nmilch\nmild\nmild-mannered\nmildara\nmildenhall\nmilder\nmildest\nmildew\nmildly\nmildmay\nmildred\nmilds\nmildura\nmile\nmileage\nmileena\nmilena\nmilentijevic\nmilepost\nmileposts\nmiler\nmiles\nmiles-clark\nmiles/0\nmilestone\nmilestones\nmiletich\nmiletus\nmiley\nmilf\nmilford\nmilgram\nmilgray\nmilhaud\nmilhouse\nmili\nmilian\nmiliband\nmilic\nmilieu\nmilieutech\nmilinko\nmilion\nmilisa\nmilitaire\nmilitancy\nmilitant\nmilitants\nmilitar\nmilitare\nmilitari\nmilitaries\nmilitarily\nmilitarisation\nmilitarised\nmilitarism\nmilitarist\nmilitaristic\nmilitarization\nmilitarized\nmilitary\nmilitary-backed\nmilitary-dominated\nmilitary-industrial\nmilitary-led\nmilitary-ruled\nmilitary-style\nmilitia\nmilitiaman\nmilitiamen\nmilitias\nmilitsiya\nmilitum\nmilius\nmiljenovic\nmilk\nmilked\nmilken\nmilking\nmilkman\nmilkmen\nmilkshake\nmilkshakes\nmilkweed\nmilky\nmill\nmilla\nmillais\nmillan\nmilland\nmillar\nmillard\nmillau\nmillbank\nmillbrae\nmillbrook\nmillburn\nmillcreek\nmille\nmilled\nmilledgeville\nmillen\nmillenarian\nmillenia\nmillenium\nmillennia\nmillennial\nmillennium\nmiller\nmillerite\nmillers\nmillersburg\nmillersville\nmilles\nmillet\nmillets\nmillett\nmillfeed\nmillfeeds\nmillfield\nmilli\nmillia\nmilliards\nmillibars\nmillicent\nmillicom\nmillie\nmilligan\nmilligrams\nmilliion\nmillikan\nmilliken\nmillimes\nmillimeter\nmillimeters\nmillimetre\nmillimetres\nmillin\nmilliner\nmillinery\nmilling\nmilling-stanley\nmillington\nmillion\nmillion-a\nmillion-a-year\nmillion-barrel\nmillion-dollar\nmillion-mark\nmillion-member\nmillion-plus\nmillion-pound\nmillion-r\nmillion-real\nmillion-share\nmillion-strong\nmillion-tonne\nmillion-zloty\nmillion0\nmillionaire\nmillionaires\nmillions\nmillionth\nmillipede\nmillipedes\nmillipore\nmillis\nmillisecond\nmilliseconds\nmilliyet\nmilllion\nmillman\nmillner\nmillns\nmillon\nmillonarios\nmilloy\nmillrose\nmills\nmillsaps\nmillstein\nmillstone\nmillstones\nmilltown\nmillville\nmillwall\nmillward\nmillwood\nmillwright\nmilly\nmilman\nmilmo\nmilne\nmilner\nmilnes\nmilngavie\nmilnor\nmilo\nmilorad\nmilos\nmilosavljevic\nmilosevic\nmiloslav\nmilosz\nmilovanovic\nmilpitas\nmilpo\nmilroy\nmils\nmilstein\nmilt\nmiltary\nmiltiades\nmiltiadis\nmilton\nmilumil\nmilunovich\nmilupa\nmilutin\nmilutinovic\nmilwaukee\nmilwaukee-based\nmim\nmimamsa\nmimas\nmime\nmimed\nmimes\nmimesis\nmimetic\nmimi\nmimic\nmimicked\nmimicking\nmimico\nmimicry\nmimics\nmimimum\nmiming\nmimms\nmimo\nmimosa\nmims\nmin\nmin*\nmin.\nmina\nminako\nminali\nminamata\nminami\nminamoto\nminangkabau\nminani\nminar\nminardi\nminaret\nminarets\nminas\nminato\nminbar\nminbari\nmince\nminced\nminch\nminchin\nmincho\nmind\nmind-boggling\nmind-set\nmindanao\nmindaugas\nmindbender\nminded\nmindedness\nmindelo\nminden\nminder\nmindful\nmindfulness\nminding\nmindless\nmindon\nmindoro\nminds\nmindscape\nmindset\nmindsets\nmindspring\nmindvox\nmindy\nmine\nmineable\nminear\nminebea\nminecraft\nmined\nminefield\nminefields\nminehan\nminehead\nmineiro\nmineko\nminelayer\nminelayers\nminelaying\nmineo\nmineola\nminer\nminera\nmineracao\nmineral\nmineral-producing\nmineral-rich\nmineralbank\nmineralisation\nmineralised\nmineralization\nmineralized\nmineralogical\nmineralogist\nmineralogy\nminerals\nminero\nminers\nminerva\nmines\nmineshaft\nminesweeper\nminesweepers\nminesweeping\nminet\nmineta\nminette\nminetti\nmineworkers\nminfin\nminfins\nminford\nming\nminghella\nmingle\nmingled\nmingling\nmingo\nmingrelia\nmingus\nminh\nminhas\nminho\nmini\nmini-band\nmini-boom\nmini-budget\nmini-bus\nmini-buses\nmini-car\nmini-constitution\nmini-mill\nmini-rally\nmini-series\nmini-session\nmini-state\nmini-summit\nmini-van\nminiature\nminiatures\nminiaturization\nminiaturized\nminibus\nminibuses\nminicar\nminicars\nminicomic\nminicomics\nminicomputer\nminicomputers\nminidisc\nminidv\nminie\nminiere\nminifigures\nminigame\nminigames\nminigolf\nminigun\nminima\nminimal\nminimalism\nminimalist\nminimalistic\nminimally\nminimax\nminimi\nminimis\nminimise\nminimised\nminimising\nminimization\nminimize\nminimized\nminimizes\nminimizing\nminimoog\nminimum\nminimums\nminimus\nmining\nminings\nminion\nminions\nminis\nminiscule\nminiser\nminiseries\nminish\nminister\nminister-designate\nminister-elect\nministere\nministered\nministerial\nministerial-level\nministeries\nministering\nministerio\nministers\nministership\nministre\nministries\nministry\nminitel\nminium\nminivan\nminivans\nminivehicles\nminix\nmink\nminke\nminkowski\nminkus\nminmetals\nminn\nminn.-based\nminna\nminneapolis\nminneapolis-based\nminneapolis-st\nminnehaha\nminnelli\nminnesota\nminnesota-based\nminnetonka\nminnett\nminnie\nminnig\nminnow\nminnows\nminntech\nmino\nminoan\nminoans\nminogue\nminolta\nminor\nminor-league\nminora\nminorca\nminorco\nminorities\nminority\nminority-\nminority-owned\nminors\nminoru\nminos\nminot\nminotaur\nminotaurs\nminova\nminovsky\nminproc\nmins\nminsa\nminsal\nminsheng\nminshull\nminsiter\nminsk\nminsky\nminster\nminsters\nminstrel\nminstrels\nminstrelsy\nminstry\nminsur\nmint\nmintage\nminted\nmintel\nminter\nminting\nminto\nminton\nmints\nmintues\nminty\nmintz\nminuet\nminuit\nminumum\nminurso\nminus\nminuscule\nminute\nminutely\nminuteman\nminutemen\nminutes\nminutiae\nminwax\nminx\nminya\nminyan\nminyor\nminyuan\nmio\nmiocene\nmiodrag\nmiorin\nmip\nmipham\nmips\nmipt\nmiquel\nmiquelon\nmir\nmir0\nmira\nmirab\nmirabeau\nmirabel\nmirabell\nmirabella\nmirabilis\nmiracle\nmiracleman\nmiracles\nmiraculous\nmiraculously\nmirada\nmirador\nmiraflores\nmirage\nmirages\nmirai\nmiraj\nmiral\nmiramar\nmiramax\nmiramichi\nmiran\nmiranda\nmirandola\nmiras\nmirbeau\nmirc\nmircea\nmircela\nmire\nmired\nmireille\nmirela\nmiri\nmiriam\nmirim\nmirjana\nmirko\nmirkwood\nmirna\nmiro\nmiroku\nmiroljub\nmiron\nmironov\nmiroslav\nmiroslaw\nmirpur\nmirra\nmirren\nmirrlees\nmirror\nmirrored\nmirroring\nmirrors\nmirsad\nmirsky\nmirth\nmirv\nmirvac\nmirvish\nmiryang\nmirza\nmirzan\nmirzapur\nmirzoyev\nmis\nmis-selling\nmisa\nmisadventure\nmisadventures\nmisaki\nmisaligned\nmisalignment\nmisalignments\nmisamis\nmisanthrope\nmisanthropic\nmisanthropy\nmisao\nmisappropriated\nmisappropriating\nmisappropriation\nmisato\nmisattributed\nmisawa\nmisbehaving\nmisbehavior\nmisbehaviour\nmisc\nmiscalculated\nmiscalculation\nmiscarriage\nmiscarriages\nmiscarried\nmiscegenation\nmiscellaneous\nmiscellany\nmischa\nmischief\nmischievous\nmiscible\nmiscommunication\nmisconception\nmisconceptions\nmisconduct\nmisconstrued\nmisdeeds\nmisdemeanor\nmisdemeanors\nmisdemeanours\nmisdiagnosed\nmisdiagnosis\nmisdirected\nmisdirection\nmise\nmiser\nmiserable\nmiserables\nmiserably\nmiserere\nmisericordia\nmiseries\nmiserly\nmisery\nmises\nmisfire\nmisfired\nmisfit\nmisfits\nmisfortune\nmisfortunes\nmisgivings\nmisguided\nmish\nmisha\nmishandled\nmishandling\nmishap\nmishaps\nmishawaka\nmisheard\nmishi\nmishima\nmishna\nmishnah\nmishnaic\nmishneh\nmishra\nmishtanim\nmisidentification\nmisidentified\nmisinformation\nmisinformed\nmisinterpret\nmisinterpretation\nmisinterpretations\nmisinterpreted\nmisinterprets\nmision\nmisiones\nmisjudged\nmiskatonic\nmiskito\nmiskolc\nmisl\nmislabeled\nmislead\nmisleading\nmisleadingly\nmisled\nmisleh\nmismanaged\nmismanagement\nmismanaging\nmismatch\nmismatched\nmismatches\nmisnamed\nmisnomer\nmiso\nmisogynist\nmisogynistic\nmisogyny\nmisperception\nmisplaced\nmispricing\nmispronounced\nmispronunciation\nmisquoted\nmisr\nmisra\nmisraq\nmisread\nmisreading\nmisrepresent\nmisrepresentation\nmisrepresentations\nmisrepresented\nmisrepresenting\nmisrule\nmiss\nmiss.\nmissa\nmissaglia\nmissal\nmissed\nmisselling\nmissenden\nmisses\nmisshapen\nmissiaen\nmissile\nmissiles\nmissiles-to-publishing\nmissing\nmission\nmissionaries\nmissionary\nmissions\nmissisquoi\nmississauga\nmississippi\nmississippian\nmissoula\nmissouri\nmissourians\nmisspelled\nmisspelling\nmisspellings\nmisstatements\nmissteps\nmissy\nmist\nmistake\nmistaken\nmistakenly\nmistakes\nmistaking\nmister\nmistic\nmistletoe\nmistook\nmistral\nmistranslated\nmistranslation\nmistreated\nmistreating\nmistreatment\nmistress\nmistresses\nmistrial\nmistrust\nmistrusted\nmistrustful\nmistry\nmists\nmistura\nmisty\nmisuari\nmisunderstand\nmisunderstanding\nmisunderstandings\nmisunderstands\nmisunderstood\nmisuse\nmisused\nmisusing\nmisuzu\nmisys\nmit\nmita\nmitac\nmitanni\nmitch\nmitcham\nmitchel\nmitchell\nmitchells\nmitchum\nmite\nmitel\nmites\nmitford\nmithi\nmithila\nmithos\nmithra\nmithraism\nmithras\nmithridates\nmithridatic\nmithril\nmithun\nmiti\nmitica\nmitigate\nmitigated\nmitigating\nmitigation\nmitja\nmitnick\nmito\nmitochondria\nmitochondrial\nmitochondrion\nmitosis\nmitotic\nmitra\nmitral\nmitre\nmitrokhin\nmitrovica\nmits\nmitscher\nmitsotakis\nmitsuba\nmitsubishi\nmitsuda\nmitsuhide\nmitsui\nmitsuki\nmitsuko\nmitsukoshi\nmitsumi\nmitsunari\nmitsuo\nmitsuomi\nmitsuru\nmitsurugi\nmitsuzuka\nmitt\nmittagong\nmittal\nmitte\nmitten\nmittens\nmitterrand\nmitty\nmityukov\nmitzi\nmitzvah\nmitzvot\nmiu\nmiura\nmiwok\nmiwon\nmix\nmix-up\nmixe\nmixed\nmixed-race\nmixed-signal\nmixed-use\nmixer\nmixers\nmixes\nmixing\nmixmag\nmixmaster\nmixolydian\nmixon\nmixtape\nmixtapes\nmixte\nmixtec\nmixture\nmixtures\nmiya\nmiyagi\nmiyahara\nmiyake\nmiyako\nmiyakoshi\nmiyamoto\nmiyanda\nmiyazaki\nmiyazawa\nmiyazu\nmiyoshi\nmiyu\nmiyuki\nmiz\nmizar\nmize\nmizer\nmizo\nmizoguchi\nmizoram\nmizrachi\nmizrahi\nmizuho\nmizuki\nmizuno\nmizushima\nmizzen\nmizzou\nmj\nmj0\nmjolnir\nmk\nmk.\nmk0\nmkapa\nmkb\nmkii\nmkm\nmks\nmkt\nmktg\nmktprice($\nmkts\nml\nml&h\nml0\nml=\nmla\nmlada\nmladen\nmladic\nmladost\nmlas\nmlb\nmlc\nmle\nmlf\nmlg\nmlk\nmll\nmlle\nmllion\nmlm\nmln\nmln#\nmln*\nmln+\nmln0\nmlns\nmlp\nmlpc\nmlr\nmlrs\nmls\nmlw\nmm\nmm.\nmm/0\nmm0\nmma\nmmar\nmmb\nmmbg\nmmboe\nmmbtu\nmmc\nmmcf\nmmcfd\nmmd\nmmds\nmme\nmme.\nmmegi\nmmhg\nmmi\nmmk\nmmm\nmmmals\nmmmf\nmmo\nmmog\nmmol/l\nmmorpg\nmmorpgs\nmmp\nmmr\nmms\nmmt\nmmta\nmmtc\nmmu\nmmx\nmn\nmn0\nmna\nmnc\nmncs\nmnd\nmnemonic\nmnemonics\nmnf\nmngrs\nmnh0\nmni\nmnlf\nmnm\nmno\nmnp\nmnr\nmnth\nmnyandu\nmo\nmo-fr\nmo-frjpn\nmo-mo\nmo-su\nmo-th\nmo-tu\nmo-we\nmo.\nmo.-based\nmoa\nmoab\nmoai\nmoan\nmoana\nmoaning\nmoans\nmoat\nmoated\nmoats\nmob\nmoba\nmobb\nmobbed\nmobbing\nmoberly\nmobifon\nmobil\nmobilcom\nmobile\nmobilehome\nmobilemedia\nmobileone\nmobiles\nmobilfunk\nmobiliare\nmobilisation\nmobilise\nmobilised\nmobilising\nmobility\nmobilization\nmobilize\nmobilized\nmobilizing\nmobilkom\nmobistar\nmobitel\nmobius\nmobley\nmobo\nmobotropolis\nmobs\nmobster\nmobsters\nmobuto\nmobutu\nmobutu-kabila\nmoby\nmoc\nmoca\nmocambique\nmocatta\nmoccasin\nmocha\nmoche\nmochi\nmochida\nmochizuki\nmochovce\nmock\nmock-up\nmocked\nmockery\nmocking\nmockingbird\nmockingbirds\nmockingly\nmocks\nmockumentary\nmockup\nmockus\nmoctezuma\nmocumbi\nmod\nmoda\nmodafinil\nmodal\nmodalities\nmodality\nmodano\nmodbury\nmodder\nmodders\nmodding\nmode\nmodel\nmodele\nmodeled\nmodeler\nmodelers\nmodeling\nmodell\nmodelled\nmodeller\nmodellers\nmodelling\nmodelo\nmodels\nmodem\nmodems\nmodena\nmodenas\nmoderate\nmoderate-income\nmoderated\nmoderately\nmoderates\nmoderating\nmoderation\nmoderator\nmoderators\nmodern\nmodern-day\nmoderna\nmoderne\nmodernes\nmodernisation\nmodernise\nmodernised\nmodernising\nmodernism\nmodernist\nmodernistic\nmodernists\nmodernity\nmodernization\nmodernize\nmodernized\nmodernizing\nmoderno\nmoderns\nmodes\nmodest\nmodestly\nmodesto\nmodesty\nmodi\nmodi'in\nmodiano\nmodibo\nmodicum\nmodifiable\nmodification\nmodifications\nmodified\nmodifieds\nmodifier\nmodifiers\nmodifies\nmodifiying\nmodify\nmodifying\nmodigliani\nmodine\nmodise\nmodlin\nmodo\nmodoc\nmodok\nmodra\nmods\nmodula0\nmodular\nmodularity\nmodulate\nmodulated\nmodulates\nmodulating\nmodulation\nmodulations\nmodulator\nmodulators\nmodule\nmodules\nmoduli\nmodulo\nmodulus\nmodus\nmodzelewski\nmoe\nmoebius\nmoel\nmoellemann\nmoeller\nmoen\nmoench\nmoenchengladbach\nmoer\nmoerdani\nmoere\nmoesha\nmoesia\nmoet\nmoevenpick\nmof\nmofet\nmoff\nmoffat\nmoffatt\nmoffett\nmoffitt\nmoftec\nmog\nmoga\nmogadishu\nmogae\nmogami\nmogas\nmogens\nmogg\nmoggie\nmoghul\nmogi\nmogilev\nmogilny\nmogilyov\nmogo\nmogollon\nmogren\nmogul\nmoguls\nmogwai\nmoh\nmohacs\nmohair\nmohaiyani\nmohajerani\nmohajir\nmohali\nmohamad\nmohamed\nmohammad\nmohammadi\nmohammed\nmohammedan\nmohammedia\nmohan\nmohandas\nmohanlal\nmohanty\nmoharoof\nmohave\nmohawk\nmohawks\nmohd\nmohegan\nmoheli\nmohenjo\nmohican\nmohicans\nmohieddin\nmohinder\nmohini\nmohler\nmoholy\nmohr\nmohs\nmohsen\nmohsin\nmohta\nmohun\nmohyla\nmoi\nmoieties\nmoiety\nmoin\nmoines\nmoins\nmoir\nmoira\nmoiraine\nmoire\nmois\nmoise\nmoises\nmoishe\nmoisi\nmoist\nmoistened\nmoister\nmoisture\nmoja\nmojave\nmoji\nmojo\nmok\nmoka\nmoke\nmokha\nmokhehle\nmokhoff\nmokhtar\nmokhzani\nmoko\nmokokchung\nmokona\nmoksha\nmol\nmola\nmolano\nmolar\nmolars\nmolasses\nmolay\nmold\nmoldavia\nmoldavian\nmoldavians\nmolde\nmolded\nmolders\nmolding\nmoldings\nmoldocim\nmoldova\nmoldovan\nmoldovans\nmolds\nmoldy\nmole\nmolecular\nmolecule\nmolecules\nmolenbeek\nmoler\nmoles\nmolesey\nmolest\nmolestation\nmolested\nmolester\nmolesters\nmolesting\nmolesworth\nmolex\nmolho\nmoliere\nmolina\nmolinari\nmolinaro\nmoline\nmolineux\nmolino\nmolinos\nmolins\nmolise\nmolitor\nmoll\nmolla\nmollari\nmolle\nmoller\nmollet\nmollie\nmollify\nmollison\nmollovbank\nmolloy\nmollusc\nmollusca\nmolluscs\nmollusk\nmollusks\nmolly\nmolnar\nmolniya\nmolnlycke\nmolo\nmoloch\nmolokai\nmoloko\nmoloney\nmolonglo\nmolotov\nmolson\nmolt\nmolten\nmolting\nmoltisanti\nmoltke\nmoluccas\nmolybdenum\nmolyneaux\nmolyneux\nmom\nmoma\nmombasa\nmombi\nmomcilo\nmoment\nmomenta\nmomentarily\nmomentary\nmomentous\nmoments\nmomentum\nmomiji\nmomir\nmomma\nmommsen\nmommy\nmomo\nmomoko\nmomoyama\nmoms\nmomus\nmon\nmona\nmonaco\nmonaco-based\nmonad\nmonadnock\nmonads\nmonagas\nmonaghan\nmonahan\nmonals\nmonarch\nmonarchial\nmonarchic\nmonarchical\nmonarchies\nmonarchist\nmonarchists\nmonarchs\nmonarchy\nmonaro\nmonash\nmonasteries\nmonastery\nmonastic\nmonasticism\nmonastics\nmonastir\nmonaural\nmonboddo\nmoncada\nmoncassin\nmoncayo\nmonch\nmonchengladbach\nmonchy\nmonck\nmonckton\nmonclova\nmoncrieff\nmoncton\nmond\nmondadori\nmondale\nmondavi\nmonday\nmonday-tuesday\nmondays\nmonde\nmondeo\nmondes\nmondesi\nmondex\nmondi\nmondial\nmondiale\nmondo\nmondorf\nmondovi\nmondragon\nmondrian\nmonds\nmondt\nmoneda\nmonegasque\nmoneo\nmonet\nmonetarist\nmonetary\nmonetize\nmoney\nmoney-laundering\nmoney-losing\nmoney-making\nmoney-market\nmoney-spinner\nmoney-spinning\nmoney0\nmoneygram\nmoneymaker\nmoneypenny\nmoneys\nmoneywatch\nmonferrato\nmong\nmonga\nmonge\nmonger\nmongering\nmongia\nmongke\nmongkok\nmongkut\nmongla\nmongo\nmongol\nmongolia\nmongolian\nmongolians\nmongolic\nmongoloid\nmongols\nmongoose\nmongooses\nmongrel\nmongstad\nmongul\nmoni\nmonica\nmonicker\nmonier\nmonies\nmonika\nmoniker\nmonikers\nmonique\nmonism\nmonist\nmonistic\nmonitor\nmonitored\nmonitoring\nmonitors\nmoniz\nmonjaraz\nmonjardin\nmonju\nmonk\nmonkees\nmonkey\nmonkeys\nmonkhouse\nmonkiewicz\nmonks\nmonkstown\nmonkton\nmonmouth\nmonmouthshire\nmonnaie\nmonnet\nmonno\nmono\nmonoamine\nmonocacy\nmonochromatic\nmonochrome\nmonocle\nmonoclinic\nmonoclonal\nmonocoque\nmonocots\nmonocular\nmonoculture\nmonocytes\nmonod\nmonody\nmonoecious\nmonofilament\nmonogamous\nmonogamy\nmonogatari\nmonogram\nmonograph\nmonographs\nmonohull\nmonoid\nmonoidal\nmonolingual\nmonolith\nmonolithic\nmonoliths\nmonologue\nmonologues\nmonomakh\nmonomer\nmonomers\nmonon\nmonona\nmonongahela\nmonongalia\nmononoke\nmononucleosis\nmonophonic\nmonophosphate\nmonophyletic\nmonophyly\nmonophysite\nmonophysites\nmonoplane\nmonoplanes\nmonopole\nmonopoles\nmonopolies\nmonopolise\nmonopolised\nmonopolising\nmonopolist\nmonopolistic\nmonopolize\nmonopolized\nmonopoly\nmonoprix\nmonorail\nmonorchio\nmonory\nmonosaccharide\nmonosaccharides\nmonostori\nmonosyllabic\nmonotheism\nmonotheistic\nmonotone\nmonotonic\nmonotonically\nmonotonous\nmonotony\nmonotremes\nmonotype\nmonotypic\nmonoxide\nmonro\nmonroe\nmonroeville\nmonrovia\nmons\nmonsanto\nmonsengwo\nmonsey\nmonsieur\nmonsignor\nmonson\nmonsoon\nmonsoonal\nmonsoons\nmonster\nmonsters\nmonstrosity\nmonstrous\nmont\nmonta\nmontacute\nmontag\nmontage\nmontages\nmontagne\nmontagnes\nmontagu\nmontague\nmontaigne\nmontalban\nmontale\nmontalto\nmontalvo\nmontana\nmontand\nmontane\nmontaner\nmontanes\nmontanez\nmontano\nmontanus\nmontauban\nmontauk\nmontaze\nmontbeliard\nmontcalm\nmontclair\nmonte\nmonteagle\nmontebello\nmontecassino\nmontecito\nmontedison\nmontefeltro\nmontefiore\nmontego\nmonteiro\nmonteith\nmontejo\nmontek\nmontel\nmonteleone\nmontell\nmontella\nmontenegrin\nmontenegrins\nmontenegro\nmontepulciano\nmonteregie\nmonterey\nmontero\nmonterrey\nmonterrey-based\nmontes\nmontesinos\nmontesquieu\nmontessori\nmonteux\nmonteverde\nmonteverdi\nmontevideo\nmontez\nmontezuma\nmontferrand\nmontferrat\nmontford\nmontfort\nmontgolfier\nmontgomerie\nmontgomery\nmontgomeryshire\nmonth\nmonth-ago\nmonth-earlier\nmonth-end\nmonth-long\nmonth-old\nmonth-on-month\nmonth-to-date\nmonth-to-month\nmonthan\nmonthly\nmonthon\nmonths\nmonths-long\nmonthsended\nmonti\nmonticello\nmontiel\nmontigny\nmontillet\nmontini\nmontjuic\nmontlake\nmontlhery\nmontly\nmontmagny\nmontmartre\nmontmorency\nmontoneros\nmontoro\nmontour\nmontoursville\nmontoya\nmontparnasse\nmontpelier\nmontpellier\nmontpensier\nmontreal\nmontreal-based\nmontree\nmontresor\nmontreuil\nmontreux\nmontrose\nmontross\nmonts\nmontserrat\nmontt\nmontvale\nmontville\nmonty\nmonuc\nmonument\nmonumenta\nmonumental\nmonumento\nmonuments\nmonza\nmonzon\nmoo\nmood\nmoodie\nmoods\nmoody\nmoody-stuart\nmoodys\nmoog\nmook\nmookie\nmoolah\nmoolen\nmoomba\nmoomin\nmoon\nmoonbase\nmoondance\nmoondog\nmoondragon\nmoonee\nmooney\nmooninites\nmoonlight\nmoonlighting\nmoonlit\nmoonraker\nmoons\nmoonsault\nmoonshine\nmoonstar\nmoonstone\nmoonves\nmoopanar\nmoor\nmoorabbin\nmoorby\nmoorcock\nmoorcroft\nmoore\nmoored\nmoorefield\nmoorehead\nmoorer\nmoores\nmoorestown\nmooresville\nmoorfield\nmoorfields\nmoorgate\nmoorhead\nmoorhouse\nmooring\nmoorings\nmoorish\nmoorland\nmoorlands\nmoorman\nmoorpark\nmoors\nmoos\nmoosa\nmoose\nmoot\nmooted\nmoovies\nmop\nmop-up\nmoped\nmopeds\nmopped\nmopping\nmops\nmor\nmora\nmoraceae\nmoraes\nmorag\nmoraga\nmoraine\nmoraines\nmorais\nmoral\nmorale\nmorale-boosting\nmorales\nmoralist\nmoralistic\nmorality\nmoralizing\nmorally\nmorals\nmoran\nmoran0x\nmorandi\nmorane\nmorang\nmoranis\nmorant\nmorarji\nmorass\nmorath\nmoratinos\nmoratorium\nmoratti\nmorav.chemic.\nmorava\nmoravcik\nmoravcova\nmoravec\nmoravia\nmoravian\nmoravians\nmoray\nmorayshire\nmorazan\nmorbid\nmorbidelli\nmorbidity\nmorbidly\nmorbihan\nmorbius\nmorceli\nmorcha\nmord\nmordant\nmordaunt\nmordecai\nmordechai\nmorden\nmordo\nmordor\nmordred\nmordru\nmordt\nmordvinov\nmore\nmorea\nmoreau\nmorecambe\nmoree\nmoreels\nmoreh\nmorehead\nmorehouse\nmoreira\nmorel\nmoreland\nmorelia\nmorell\nmorella\nmorelli\nmorello\nmorelos\nmorena\nmoreno\nmorenz\nmoreover\nmores\nmoresby\nmoreso\nmoreton\nmoretti\nmorewa\nmorey\nmorgaine\nmorgan\nmorgana\nmorganatic\nmorganna\nmorgans\nmorgantown\nmorgause\nmorgen\nmorgenpost\nmorgenstern\nmorgentaler\nmorgenthau\nmorges\nmorgoth\nmorgue\nmorgul\nmori\nmoria\nmoriah\nmorial\nmoriarty\nmoribund\nmorihei\nmorihisa\nmorillo\nmorimoto\nmorin\nmorinaga\nmorini\nmorioka\nmoris\nmoriscos\nmorishita\nmorison\nmorissette\nmorita\nmoritz\nmoriyama\nmork\nmorland\nmorley\nmorlock\nmorlocks\nmormaer\nmormaerdom\nmormon\nmormonism\nmormons\nmormugao\nmorn\nmorna\nmornay\nmorne\nmorning\nmornings\nmorningside\nmorningstar\nmornington\nmoro\nmoroccan\nmoroccans\nmorocco\nmorococha\nmoroder\nmoron\nmoroni\nmoros\nmorose\nmorosini\nmorotai\nmoroz\nmorozov\nmorpeth\nmorph\nmorphed\nmorpheme\nmorphemes\nmorpher\nmorpheus\nmorphin\nmorphine\nmorphing\nmorphism\nmorphisms\nmorphogenesis\nmorphological\nmorphologically\nmorphologies\nmorphology\nmorphs\nmorphy\nmorpork\nmorra\nmorrall\nmorrell\nmorricone\nmorrie\nmorrigan\nmorrill\nmorris\nmorrison\nmorrisons\nmorrissey\nmorristown\nmorrisville\nmorro\nmorrocan\nmorroco\nmorrolan\nmorrone\nmorrow\nmorrowind\nmors\nmorse\nmorshead\nmorshed\nmorslezs.teplarny\nmort\nmortage\nmortain\nmortal\nmortality\nmortally\nmortals\nmortar\nmortars\nmorte\nmortem\nmorten\nmortensen\nmortgage\nmortgage-backed\nmortgage-backeds\nmortgaged\nmortgages\nmortgages------------------\nmorticia\nmortician\nmortier\nmortification\nmortified\nmortimer\nmortis\nmortlake\nmorton\nmorts\nmortuary\nmorty\nmorvan\nmorville\nmorwell\nmorwen\nmorzine\nmos\nmosa\nmosaic\nmosaics\nmosaix\nmosasaurs\nmosby\nmosca\nmoscheles\nmoscoe\nmoscom\nmoscone\nmosconi\nmoscoso\nmoscovici\nmoscow\nmoscow-backed\nmoscow-based\nmoscow.newsroom@reuters.com\nmose\nmosel\nmoseley\nmoseley-braun\nmoselle\nmosely\nmoseneke\nmosenergo\nmoser\nmoses\nmosfet\nmosfets\nmosh\nmosharraf\nmoshav\nmoshe\nmosher\nmoshi\nmoshoeu\nmoshood\nmoshtaque\nmosiah\nmosiek-urbahn\nmosin\nmosinee\nmosk\nmoskovsky\nmoskow\nmoskowitz\nmoskva\nmoskvich\nmoskvitch\nmoskvy\nmoskwa\nmoslem\nmoslem-\nmoslem-based\nmoslem-controlled\nmoslem-croat\nmoslem-dominated\nmoslem-led\nmoslem-majority\nmoslem-oriented\nmoslems\nmosley\nmosman\nmoson\nmosop\nmosque\nmosquera\nmosques\nmosquito\nmosquitoes\nmosquitos\nmoss\nmossad\nmossadegh\nmosse\nmossel\nmosses\nmossetti\nmossflower\nmossgas\nmossi\nmossimo\nmossley\nmossman\nmossy\nmost\nmost-active\nmost-capitalised\nmost-favoured\nmost-favoured-nation\nmost-traded\nmosta\nmostafa\nmostar\nmostecka\nmostel\nmostly\nmostostal\nmostostal-e\nmostostal-w\nmostostal-z\nmostovoi\nmostyn\nmosu\nmosul\nmosuo\nmosz\nmot\nmota\nmotacillidae\nmotagua\nmotala\nmotaung\nmote\nmotel\nmotels\nmotet\nmotets\nmoth\nmothballed\nmothballs\nmother\nmother-in-law\nmotherboard\nmotherboards\nmothercare\nmotherfucker\nmotherhood\nmotherhouse\nmothering\nmotherland\nmotherlode\nmotherly\nmothers\nmothersbaugh\nmothership\nmotherwell\nmothma\nmothman\nmothra\nmoths\nmoti\nmotif\nmotifs\nmotilal\nmotile\nmotility\nmotion\nmotionless\nmotions\nmotivate\nmotivated\nmotivates\nmotivating\nmotivation\nmotivational\nmotivations\nmotivator\nmotive\nmotivepower\nmotives\nmotivic\nmotlatsi\nmotley\nmoto\nmotobu\nmotocross\nmotogp\nmotoinvest\nmotoko\nmotor\nmotor-columbus\nmotorbike\nmotorbikes\nmotorboat\nmotorboats\nmotorcade\nmotorcades\nmotorcar\nmotorcars\nmotorcycle\nmotorcycles\nmotorcycling\nmotorcyclist\nmotorcyclists\nmotorcyle\nmotored\nmotoren\nmotoren-werke\nmotorhead\nmotorhome\nmotoring\nmotorised\nmotorist\nmotorists\nmotorized\nmotorman\nmotorola\nmotors\nmotorsport\nmotorsports\nmotorway\nmotorways\nmotown\nmots\nmott\nmotta\nmotte\nmottled\nmottling\nmotto\nmottoes\nmottola\nmottos\nmottram\nmotu\nmou\nmoudjahid\nmouillot\nmouland\nmoulay\nmould\nmoulded\nmoulder\nmoulding\nmouldings\nmoulds\nmoulin\nmoulinex\nmoulinier\nmoulins\nmouloudia\nmoult\nmoulting\nmoulton\nmoultrie\nmouly\nmoumtzis\nmound\nmounds\nmount\nmountain\nmountaineer\nmountaineering\nmountaineers\nmountainous\nmountains\nmountainside\nmountainsides\nmountaintop\nmountaintops\nmountasia\nmountbatten\nmounted\nmountford\nmountfort\nmounth\nmountie\nmounties\nmounting\nmountings\nmountjoy\nmounts\nmoura\nmourad\nmourier\nmourinho\nmourn\nmourne\nmourned\nmourner\nmourners\nmournful\nmourning\nmourns\nmoury\nmous\nmousa\nmouscron\nmouse\nmousehole\nmouser\nmousetrap\nmouskouri\nmoussa\nmoussakele\nmoussaoui\nmousse\nmoustache\nmoustaches\nmoustachioed\nmoustapha\nmousterian\nmouth\nmouthed\nmouthful\nmouthing\nmouthparts\nmouthpiece\nmouthpieces\nmouths\nmouthwash\nmouton\nmouvement\nmouzone\nmov\nmova\nmovable\nmove\nmove-buy\nmoveable\nmoved\nmovement\nmovement)---------------------------------\nmovements\nmoveon\nmoveon.org\nmover\nmovers\nmoves\nmoveset\nmovie\nmoviegoers\nmovies\nmovietone\nmovimento\nmovimiento\nmovin\nmoving\nmovladi\nmow\nmowat\nmowbray\nmowed\nmower\nmowers\nmowgli\nmowing\nmowlam\nmowlavi\nmowlem\nmowry\nmox\nmoxie\nmoxon\nmoxy\nmoy\nmoya\nmoyco\nmoyen\nmoyer\nmoyers\nmoyes\nmoyet\nmoylan\nmoyle\nmoyles\nmoyne\nmoynihan\nmoyo\nmozal\nmozambican\nmozambicans\nmozambique\nmozarabic\nmozart\nmozarteum\nmozes\nmozi\nmozilla\nmozyr\nmozzarella\nmozzo\nmp\nmp0\nmp0/0\nmp0com\nmp0s\nmpa\nmpaa\nmpas\nmpb\nmpc\nmpc0\nmpd\nmpe\nmpeb\nmpeg\nmpeg0\nmpf\nmpg\nmph\nmphil\nmpi\nmpl\nmpla\nmplayer\nmpls\nmpm\nmpo\nmpp\nmpps\nmpr\nmprp\nmps\nmpt\nmpu\nmpumalanga\nmpv\nmq\nmqm\nmqm-haqiqi\nmr\nmr.\nmr.anupam\nmr.benny\nmr.chaitanya\nmr.felix\nmr.vikrant\nmr.vipul\nmr0\nmra\nmrap\nmraz\nmrc\nmrca\nmrcb\nmrd\nmrelb\nmrf\nmri\nmridangam\nmrinal\nmrl\nmrna\nmrnas\nmro\nmroczek\nmrp\nmrpl\nmrs\nmrs.\nmrsa\nmrt\nmrta\nmrv\nms\nms.\nms.chandra\nms.kavita\nms.preeti\nms.sowmya\nms0\nms=\nmsa\nmsas\nmsb\nmsc\nmsci\nmsd\nmsde\nmsdn\nmsds\nmse\nmseteka\nmsf\nmsf0\nmsg\nmsgr.\nmsi\nmsida\nmsiri\nmsk\nmsl\nmsm\nmsn\nmsnbc\nmsng.rts\nmso\nmso0\nmsp\nmsps\nmsr\nmsrb\nmsrp\nmss\nmss.\nmst\nmst0k\nmstislav\nmsts\nmsu\nmsv\nmsw\nmsx\nmszp\nmt\nmt--all\nmt.\nmt0\nmt=metric\nmta\nmtb\nmtbe\nmtc\nmtd\nmtdna\nmtel\nmtg\nmtgb\nmtge\nmth\nmth-on-mth\nmthembi-mahanyele\nmthly\nmths\nmti\nmti-econews\nmtk\nmtl\nmtm\nmtm-sbs\nmtmd\nmtn\nmtn.\nmtnl\nmto\nmtp\nmtr\nmtrc\nmts\nmtskheta\nmtt\nmtu\nmtv\nmtv0\nmtvu\nmty\nmu\nmua\nmuad'dib\nmuammar\nmuang\nmuar\nmuara\nmuasher\nmuawiya\nmuawiyah\nmuay\nmuban\nmubarak\nmuch\nmuch-anticipated\nmuch-awaited\nmuch-criticised\nmuch-delayed\nmuch-heralded\nmuch-hyped\nmuch-improved\nmuch-loved\nmuch-maligned\nmuch-needed\nmuch-publicised\nmuch-touted\nmuch-vaunted\nmuch-watched\nmucha\nmuchalls\nmuchmusic\nmucho\nmuchtar\nmucic\nmucilage\nmuck\nmuckraking\nmucky\nmucosa\nmucosal\nmucous\nmucus\nmud\nmud-slinging\nmuda\nmudaliar\nmudavadi\nmudd\nmuddied\nmuddle\nmuddled\nmuddling\nmuddy\nmudejar\nmudenge\nmudflats\nmudge\nmudgee\nmudhoney\nmudra\nmudros\nmuds\nmudslide\nmudslides\nmudslinging\nmudstone\nmudstones\nmudvayne\nmueang\nmuehlemann\nmueller\nmuench\nmuenchen\nmuenchener\nmuenster\nmuentefering\nmuerte\nmuerto\nmuertos\nmufamadi\nmufasa\nmuff\nmuffin\nmuffins\nmuffled\nmuffler\nmufti\nmufulira\nmug\nmuga\nmugabe\nmugar\nmugello\nmugen\nmugged\nmugger\nmuggeridge\nmuggers\nmugging\nmuggings\nmuggle\nmuggles\nmuggs\nmughal\nmughals\nmugla\nmugs\nmugunga\nmugur\nmuhajir\nmuhamad\nmuhamed\nmuhammad\nmuhammed\nmuharam\nmuharram\nmuharraq\nmuhlenberg\nmuhsin\nmui\nmuir\nmuirhead\nmuisca\nmuite\nmujahedin\nmujahid\nmujahideen\nmujer\nmujeres\nmujib\nmujibur\nmujtaba\nmujuru\nmukai\nmukalayi\nmukand\nmukasey\nmukden\nmukendi\nmukerji\nmukesh\nmukherjee\nmukhlisi\nmukhopadhyay\nmukhtar\nmukilteo\nmuklis\nmukti\nmukuro\nmul\nmula\nmulan\nmulatto\nmulayam\nmulberry\nmulcahy\nmulch\nmuldaur\nmulde\nmulder\nmuldoon\nmule\nmules\nmulford\nmulga\nmulgrave\nmulgrew\nmulheim\nmulholland\nmulhouse\nmuli\nmulia\nmulialand\nmulk\nmull\nmulla\nmullah\nmullahs\nmullaitivu\nmullally\nmullan\nmullaney\nmullard\nmullarkey\nmulled\nmullen\nmullens\nmuller\nmullerian\nmullet\nmullets\nmullica\nmulligan\nmullin\nmulliner\nmulling\nmullingar\nmullins\nmullion\nmullioned\nmulls\nmulpha\nmulroney\nmultan\nmultani\nmultedo\nmulti\nmulti-\nmulti-annual\nmulti-billion\nmulti-billion-dollar\nmulti-candidate\nmulti-center\nmulti-channel\nmulti-coloured\nmulti-credit\nmulti-cultural\nmulti-currency\nmulti-day\nmulti-employer\nmulti-ethnic\nmulti-faceted\nmulti-family\nmulti-function\nmulti-grade\nmulti-lateral\nmulti-level\nmulti-line\nmulti-lingual\nmulti-market\nmulti-media\nmulti-member\nmulti-million\nmulti-million-dollar\nmulti-millionaire\nmulti-modal\nmulti-national\nmulti-nationals\nmulti-party\nmulti-purpose\nmulti-racial\nmulti-role\nmulti-seat\nmulti-service\nmulti-sided\nmulti-state\nmulti-storey\nmulti-tranche\nmulti-user\nmulti-utility\nmulti-year\nmultiannual\nmultibillion\nmultibillion-dollar\nmultibras\nmulticanal\nmulticare\nmulticast\nmulticellular\nmultichannel\nmultichoice\nmultico\nmulticolor\nmulticolored\nmulticolour\nmulticoloured\nmulticrypt\nmultics\nmulticultural\nmulticulturalism\nmultidana\nmultidimensional\nmultidisciplinary\nmultiethnic\nmultifaceted\nmultifamily\nmultifarious\nmultifoods\nmultifunction\nmultifunctional\nmultigroup\nmultihouse\nmultilateral\nmultilayer\nmultilayered\nmultilevel\nmultilingual\nmultilingualism\nmultimedia\nmultimillion\nmultimillion-dollar\nmultimillionaire\nmultimodal\nmultinational\nmultinationals\nmultinvest\nmultiparty\nmultipath\nmultiplatform\nmultiplayer\nmultiple\nmultiples\nmultiplex\nmultiplexed\nmultiplexer\nmultiplexes\nmultiplexing\nmultiplic\nmultiplication\nmultiplications\nmultiplicative\nmultiplicity\nmultiplied\nmultiplier\nmultipliers\nmultiplies\nmultiply\nmultiplying\nmultipoint\nmultipolar\nmultipole\nmultiprocessing\nmultiprocessor\nmultipurpose\nmultiracial\nmultirole\nmultisource\nmultistage\nmultitasking\nmultithreaded\nmultithreading\nmultitrack\nmultituberculata\nmultitude\nmultitudes\nmultiuser\nmultivariate\nmultiverse\nmultivision\nmultiyear\nmultnomah\nmulumba\nmuluzi\nmulvey\nmulya\nmum\nmumba\nmumbai\nmumble\nmumbles\nmumbling\nmumbo\nmumford\nmumia\nmumias\nmumm\nmummers\nmummies\nmummification\nmummified\nmummy\nmumps\nmums\nmumtaz\nmumun\nmun\nmuna\nmunante\nmunasinghe\nmunch\nmunchausen\nmuncheberg\nmunchen\nmunchhausen\nmunchkin\nmunchkins\nmunchner\nmuncie\nmuncipal\nmuncipality\nmunckton\nmuncy\nmunda\nmundane\nmundaring\nmunday\nmunde\nmundelein\nmundell\nmunden\nmundi\nmundial\nmundie\nmundine\nmundo\nmundus\nmundy\nmung\nmunge\nmunger\nmungo\nmungomba\nmungyeong\nmuni\nmuni-bond\nmuni-bonds\nmunibonds\nmunic\nmunich\nmunich-based\nmunicipal\nmunicipalities\nmunicipality\nmunicipally\nmunicipals\nmunicipio\nmunicipios\nmunicipium\nmunifacts\nmunindex0\nmunir\nmunis\nmunistat\nmunition\nmunitions\nmuniz\nmunk\nmunn\nmunna\nmunnetra\nmunnich\nmunny\nmunoz\nmunro\nmunroe\nmunros\nmunsee\nmunsey\nmunshi\nmunson\nmunster\nmunsters\nmunsu\nmunteanu\nmunter\nmunthe\nmuntinlupa\nmuntjac\nmuntz\nmuoi\nmuon\nmuons\nmuppet\nmuppets\nmuqtada\nmur\nmura\nmuraco\nmurad\nmurakami\nmural\nmurali\nmuralist\nmuralitharan\nmuralitheran\nmurals\nmuramasa\nmurano\nmurasaki\nmurasame\nmurasoli\nmurat\nmurata\nmuratovic\nmuravei\nmuravyov\nmurayama\nmurban\nmurbella\nmurch\nmurchison\nmurcia\nmurco\nmurder\nmurderdolls\nmurdered\nmurderer\nmurderers\nmurderess\nmurdering\nmurderous\nmurders\nmurdiono\nmurdoc\nmurdoch\nmurdock\nmure\nmurerwa\nmures\nmuresan\nmurex\nmurfreesboro\nmurgita\nmuri\nmuriate\nmurid\nmuridae\nmuriel\nmurillo\nmurine\nmuritz\nmurkowski\nmurky\nmurmansk\nmurmur\nmurmurs\nmurnau\nmurni\nmuro\nmuromachi\nmurong\nmurphey\nmurphy\nmurphys\nmurr\nmurrah\nmurray\nmurrayfield\nmurrays\nmurree\nmurrell\nmurrieta\nmurrin\nmurrow\nmurrumbidgee\nmurry\nmurs\nmurshid\nmurshidabad\nmursid\nmursili\nmurtagh\nmurtaugh\nmurtaza\nmurtha\nmurthy\nmurti\nmurto\nmurton\nmuruga\nmurugan\nmuruli\nmururoa\nmurzuk\nmus\nmusa\nmusab\nmusalia\nmusampa\nmusashi\nmusashino\nmusburger\nmuscaria\nmuscarinic\nmuscat\nmuscatine\nmuscicapidae\nmuscle\nmuscled\nmuscles\nmuscling\nmuscogee\nmuscovite\nmuscovites\nmuscovy\nmuscular\nmusculature\nmusculoskeletal\nmusculus\nmuse\nmused\nmusee\nmuseeuw\nmusen\nmuseo\nmuses\nmusette\nmuseu\nmuseum\nmuseums\nmuseveni\nmusgrave\nmusgrove\nmush\nmusha\nmushahid\nmusharraf\nmusher\nmushers\nmushi\nmushroom\nmushroomed\nmushroomhead\nmushrooming\nmushrooms\nmushtaq\nmushy\nmusial\nmusic\nmusic/club\nmusica\nmusical\nmusicale\nmusicality\nmusically\nmusicals\nmusician\nmusicians\nmusicianship\nmusick\nmusicland\nmusicological\nmusicologist\nmusicologists\nmusicology\nmusics\nmusik\nmusikhochschule\nmusil\nmusing\nmusings\nmusique\nmusk\nmuskeg\nmuskegon\nmuskellunge\nmusket\nmusketeer\nmusketeers\nmusketry\nmuskets\nmuskie\nmuskies\nmuskingum\nmuskogee\nmuskoka\nmuskrat\nmuskrats\nmusl\nmuslim\nmuslimgauze\nmuslims\nmuslin\nmuso\nmusou\nmusquodoboit\nmuss\nmussa\nmussar\nmussel\nmusselburgh\nmusselman\nmussels\nmusser\nmusset\nmussi\nmussina\nmusso\nmussolini\nmussoorie\nmussorgsky\nmust\nmust-win\nmustache\nmustafa\nmustafar\nmustaine\nmustang\nmustangs\nmustapha\nmustard\nmustek\nmuster\nmustered\nmustering\nmusters\nmustoe\nmusume\nmuswell\nmusyoka\nmut\nmut'ah\nmuta\nmutable\nmutagen\nmutagenesis\nmutagenic\nmutal\nmutant\nmutants\nmutaqi\nmutare\nmutate\nmutated\nmutates\nmutating\nmutation\nmutations\nmutawae\nmutawakkil\nmute\nmuted\nmutes\nmuth\nmutha\nmutharika\nmuthiah\nmuthu\nmuti\nmutiara\nmutilate\nmutilated\nmutilating\nmutilation\nmutilations\nmutineers\nmuting\nmutinied\nmutinies\nmutinous\nmutiny\nmuto\nmutoh\nmutola\nmutombo\nmutsu\nmutsumi\nmutt\nmuttalib\nmutter\nmuttered\nmuttering\nmutterings\nmutters\nmuttiah\nmutton\nmutual\nmutualism\nmutuality\nmutually\nmutually-owned\nmutuals\nmutuelle\nmututulo\nmutya\nmuuga\nmuy\nmuybridge\nmuyo\nmuzaffar\nmuzaffarabad\nmuzaffarpur\nmuzak\nmuzik\nmuzio\nmuzorewa\nmuztagh\nmuztuba\nmuzzi\nmuzzle\nmuzzles\nmuzzling\nmv\nmva\nmvc\nmvd\nmvm\nmvo\nmvp\nmvrafter\nmvs\nmvsi\nmvv\nmw\nmwai\nmwana\nmwanza\nmwata\nmwc\nmwe\nmwenze\nmweru\nmwh\nmwiinga\nmwss\nmx\nmx0\nmx0l0=rr\nmxaap\nmxenge\nmxico\nmxpx\nmxr\nmxyzptlk\nmy\nmya\nmyanmar\nmyasthenia\nmyatt\nmyc\nmycal\nmycelium\nmycenae\nmycenaean\nmycenean\nmycobacteria\nmycobacterium\nmycogen\nmycology\nmycom\nmycoplasma\nmycorrhizal\nmycroft\nmyelin\nmyeloid\nmyeloma\nmyeon\nmyer\nmyers\nmyerson\nmykhailo\nmykola\nmykolayiv\nmykonos\nmylan\nmylapore\nmylar\nmylene\nmyles\nmyllylae\nmylrea\nmymensingh\nmyna\nmynetworktv\nmynydd\nmyocardial\nmyocardium\nmyoclonus\nmyoglobin\nmyong-hwan\nmyongdong\nmyopathy\nmyopia\nmyopic\nmyosin\nmyotis\nmyotismon\nmyotrophin\nmyoview\nmyp\nmyr\nmyra\nmyrdal\nmyriad\nmyriam\nmyrick\nmyristica\nmyristicaceae\nmyrna\nmyron\nmyrrh\nmyrsinaceae\nmyrtaceae\nmyrtle\nmys\nmyself\nmysore\nmyspace\nmyspace.com\nmysql\nmyst\nmystara\nmystere\nmysterians\nmysteries\nmysterio\nmysterious\nmysteriously\nmysterium\nmysteron\nmysterons\nmystery\nmystic\nmystical\nmystically\nmysticism\nmystics\nmystified\nmystique\nmystra\nmyth\nmythbusters\nmythic\nmythical\nmythological\nmythologies\nmythology\nmythopoeic\nmythos\nmyths\nmytilene\nmytilineos\nmytravel\nmyung\nmyx\nmz\nmzi\nmzilikazi\nmzimela\nn\nn$\nn'a\nn'djamena\nn'doram\nn'dour\nn'est\nn'goran\nn'gotty\nn't\nn+\nn+a\nn-\nn-market\nn-tv\nn.\nn.a\nn.a.\nn.a.=\nn.b.\nn.c\nn.c.\nn.c.-based\nn.d\nn.d.\nn.e.\nn.h\nn.h.\nn.i.c.\nn.iii0\nn.j\nn.j.\nn.j.-based\nn.j.shekhon\nn.l.\nn.m\nn.m.\nn.s.\nn.spec\nn.t.\nn.v\nn.v.\nn.w\nn.w.\nn.w.a\nn.w.a.\nn.w.t.\nn.y\nn.y.\nn.y.-based\nn.z.\nn/\nn0\nn=0\nn=cbot\nn=july\nn=kcbt\nn=notional\nna\nna0\nna=not\nnaa\nnaabsa\nnaac\nnaacp\nnaafi\nnaam\nnaamah\nnaamsa\nnaan\nnaantali\nnaar\nnaarden\nnaas\nnab\nnaba\nnabard\nnabataean\nnabatiyeh\nnabbed\nnabc\nnabco\nnabe\nnaberezhniye\nnabha\nnabi\nnabih\nnabiki\nnabil\nnabis\nnabisco\nnabl\nnablus\nnabo\nnabokov\nnabonidus\nnaboo\nnabors\nnabs\nnabu\nnabucco\nnac\nnaca\nnacala\nnacchio\nnacco\nnacelle\nnacelles\nnach\nnachman\nnacho\nnachos\nnachrichten\nnacht\nnacion\nnacional\nnacionales\nnacionalista\nnack\nnacka\nnacl\nnaco\nnacogdoches\nnad\nnada\nnadal\nnadar\nnadd\nnadeau\nnadeco\nnadeem\nnader\nnadesico\nnadezhda\nnadh\nnadi\nnadia\nnadim\nnadine\nnadir\nnadira\nnadja\nnadler\nnador\nnadph\nnadro\nnadu\nnae\nnaemura\nnaeringsbanken\nnaeringsliv\nnaess\nnaf\nnafin\nnafta\nnafta-moskva\nnaftali\nnaftemboriki\nnag\nnaga\nnaga-\nnagah\nnagai\nnagaland\nnagamootoo\nnagano\nnagant\nnagaoka\nnagapattinam\nnagar\nnagara\nnagari\nnagarjuna\nnagas\nnagasaki\nnagasakiya\nnagase\nnagash\nnagashima\nnagata\nnagato\nnagaur\nnage\nnagel\nnagercoil\nnagging\nnagi\nnagin\nnaginata\nnagisa\nnagle\nnaglis\nnagorno\nnagorno-karabakh\nnagoya\nnagpur\nnagra\nnags\nnaguib\nnagumo\nnagy\nnagykun\nnagymaros\nnagyova\nnah\nnaha\nnahal\nnahar\nnahariya\nnahda\nnahin\nnahmanides\nnahnah\nnahr\nnahra\nnahthen\nnahua\nnahuatl\nnahuel\nnahum\nnai\nnaia\nnaiad\nnaib\nnaibari\nnaic\nnaidoo\nnaidu\nnaif\nnaigai\nnaik\nnail\nnail-biting\nnailed\nnailene\nnailing\nnails\nnaim\nnaima\nnaimi\nnain\nnaina\nnainggolan\nnainital\nnaipaul\nnair\nnaira\nnairn\nnairne\nnairobi\nnairobi-based\nnairs\nnairu\nnais\nnaish\nnaismith\nnaito\nnaive\nnaively\nnaivete\nnaivety\nnaja\nnajaf\nnajarian\nnajd\nnajdorf\nnajera\nnaji\nnajib\nnajibullah\nnak\nnaka\nnakagawa\nnakaharu\nnakai\nnakajima\nnakamichi\nnakamura\nnakanishi\nnakano\nnakashima\nnakata\nnakatani\nnakauchi\nnakayama\nnakdong\nnaked\nnakedness\nnakhchivan\nnakhichevan\nnakhodka\nnakhon\nnakumatt\nnakuru\nnal\nnala\nnalanda\nnalbandian\nnalco\nnale\nnaledi\nnaletilic\nnalgonda\nnalkheda\nnalkhera\nnall\nnaloxone\nnam\nnama\nnamakkal\nnamath\nnamba\nnambiar\nnambla\nnamboothiri\nnamboothiris\nnambour\nnambrew\nnambu\nnamco\nnamdar\nname\nname-brand\nname=\nnamed\nnamek\nnameless\nnamely\nnameplate\nnameplates\nnames\nnamesake\nnamesakes\nnamespace\nnamespaces\nnamgyal\nnami\nnamib\nnamibia\nnamibian\nnamibians\nnamie\nnamier\nnaming\nnamm\nnamoi\nnamond\nnamor\nnampa\nnampak\nnampo\nnampower\nnamsos\nnamuh\nnamur\nnan\nnana\nnanagas\nnanaimo\nnanak\nnanako\nnanami\nnanashi\nnanavati\nnance\nnanchang\nnanci\nnancy\nnand\nnanda\nnanded\nnandi\nnandini\nnando\nnandor\nnandrolone\nnandy\nnane\nnanette\nnang\nnanga\nnangarhar\nnanhai\nnani\nnanites\nnanjing\nnankai\nnanking\nnanna\nnanni\nnannies\nnanning\nnannini\nnanny\nnano\nnanobots\nnanoha\nnanomachines\nnanometer\nnanometers\nnanoose\nnanoparticles\nnanoscale\nnanoseconds\nnanotech\nnanotechnology\nnanotube\nnanotubes\nnansa\nnansei\nnansemond\nnansen\nnanshan\nnant\nnantahala\nnanterre\nnantes\nnanticoke\nnantong\nnantucket\nnantwich\nnanyang\nnao\nnaoc\nnaoh\nnaoki\nnaoko\nnaomh\nnaomi\nnaomichi\nnaos\nnaota\nnaoto\nnap\nnapa\nnapalm\nnapanee\nnape\nnaped\nnaperville\nnapf\nnaphtali\nnaphtha\nnaphtha*\nnaphthalene\nnaphthenic\nnapi\nnapier\nnapkin\nnapkins\nnaples\nnaples-based\nnapm\nnapo\nnapoca\nnapocor\nnapoleon\nnapoleonic\nnapoli\nnapolitano\nnappa\nnappes\nnappies\nnapping\nnappy\nnapr\nnapro\nnaps\nnapster\nnaptha\nnaqahdah\nnaqoura\nnaqshbandi\nnaqvi\nnar\nnara\nnarada\nnarai\nnarain\nnaraku\nnaral\nnarang\nnaranjo\nnarasimha\nnarathiwat\nnarayan\nnarayana\nnarayanan\nnarayanganj\nnaraynaganj\nnarbonensis\nnarbonne\nnarc\nnarciso\nnarcissa\nnarcisse\nnarcissism\nnarcissistic\nnarcissus\nnarco\nnarcolepsy\nnarconon\nnarcosis\nnarcotic\nnarcotics\nnardello\nnardi\nnardo\nnaree\nnareit\nnarendra\nnares\nnaresh\nnaresuan\nnarew\nnargis\nnargiso\nnargothrond\nnari\nnarino\nnarita\nnarke\nnarmada\nnarmon\nnarn\nnarnia\nnarnian\nnaro\nnarodna\nnarodnaya\nnarodni\nnarodny\nnarodowy\nnaroff\nnarongchai\nnaropa\nnarovec\nnarrabeen\nnarrabri\nnarragansett\nnarrandera\nnarrate\nnarrated\nnarrates\nnarrating\nnarration\nnarrations\nnarrative\nnarratives\nnarrator\nnarrators\nnarrow\nnarrow-body\nnarrow-range\nnarrowband\nnarrowed\nnarrower\nnarrowest\nnarrowing\nnarrowly\nnarrowness\nnarrows\nnarses\nnarthex\nnaru\nnarumi\nnaruto\nnarva\nnarvaez\nnarvik\nnarwhal\nnaryanganj\nnas\nnasa\nnasal\nnasalized\nnasals\nnascar\nnascent\nnascimento\nnasd\nnasdaq\nnasdaq-listed\nnasdr\nnaseby\nnaseem\nnaseer\nnaseerullah\nnaselje\nnaser\nnash\nnashashibi\nnashe\nnasher\nnashik\nnashua\nnashville\nnasi\nnasik\nnasim\nnasional\nnasir\nnasiriyah\nnasl\nnaslund\nnasm\nnasmyth\nnaspers\nnasr\nnasrallah\nnasrullah\nnass\nnassar\nnassau\nnasser\nnast\nnastase\nnastech\nnasties\nnasty\nnasu\nnasution\nnat\nnat'l\nnat'l;y\nnata\nnatacha\nnatak\nnatal\nnatale\nnatalia\nnatalie\nnatalya\nnatan\nnataraja\nnatas\nnatasa\nnatasha\nnatatorium\nnatbank\nnatchez\nnatchitoches\nnatcity\nnate\nnateq-nouri\nnatfoods\nnatgas\nnath\nnathalie\nnathan\nnathanael\nnathaniel\nnathanson\nnatick\nnation\nnation-wide\nnational\nnational-led\nnational-new\nnational-oilwell\nnational-standard\nnational0\nnationale\nnationales\nnationalisation\nnationalise\nnationalised\nnationalism\nnationalist\nnationalist-ruled\nnationalistic\nnationalists\nnationalite\nnationalities\nnationality\nnationalization\nnationalize\nnationalized\nnationalizing\nnationalliga\nnationally\nnationals\nnationhood\nnations\nnations-run\nnations-sponsored\nnationsbanc\nnationsbank\nnationwide\nnative\nnative-born\nnatively\nnatives\nnatividad\nnativist\nnativity\nnatjan\nnatl\nnatmut\nnato\nnato-led\nnato-member\nnato-russia\nnato-russian\nnats\nnatsionalny\nnatsteel\nnatsu\nnatsuki\nnatsume\nnatsumi\nnatta\nnatto\nnatty\nnatuna\nnatur\nnatura\nnaturae\nnatural\nnaturalis\nnaturalisation\nnaturalised\nnaturalism\nnaturalist\nnaturalistic\nnaturalists\nnaturalization\nnaturalized\nnaturalizer\nnaturally\nnaturalness\nnaturals\nnature\nnatured\nnaturelle\nnatures\nnaturgas\nnaturism\nnaturist\nnaturists\nnaturopathic\nnatwest\nnatya\nnau\nnaude\nnaudero\nnaufor\nnaugatuck\nnaught\nnaughton\nnaughty\nnaugus\nnaum\nnauman\nnaumann\nnaumburg\nnauru\nnauruan\nnausea\nnauseda\nnaushad\nnausicaa\nnautica\nnautical\nnautico\nnautiloids\nnautilus\nnautla\nnauvoo\nnav\nnava\nnavais\nnavajo\nnavajos\nnaval\nnavale\nnavan\nnavarino\nnavarra\nnavarre\nnavarrese\nnavarro\nnavarro-valls\nnavas\nnavasota\nnave\nnaved\nnavee\nnaveed\nnaveen\nnaveh\nnavel\nnaves\nnavi\nnavia\nnavicular\nnavidad\nnavier\nnavies\nnavigable\nnavigate\nnavigated\nnavigates\nnavigating\nnavigation\nnavigational\nnavigations\nnavigator\nnavigators\nnavin\nnavinbhai\nnavio\nnavios\nnavis\nnavistar\nnavix\nnavjot\nnavratilova\nnavy\nnawab\nnawabs\nnawaf\nnawal\nnawaz\nnaxalite\nnaxos\nnay\nnaya\nnayak\nnayaka\nnayaks\nnayan\nnayapara\nnayar\nnayarit\nnayau\nnayef\nnaylor\nnayudu\nnayyar\nnazaire\nnazar\nnazarbayev\nnazarene\nnazareth\nnazario\nnazarov\nnazca\nnazdratenko\nnazgul\nnazi\nnazi-era\nnazi-occupied\nnazi-soviet\nnazia\nnazianzus\nnazim\nnazionale\nnazir\nnazirite\nnazis\nnazism\nnaziunalista\nnazmi\nnazran\nnazrul\nnb\nnb-no\nnb0\nnba\nnbad\nnbb\nnbc\nnbc-tv\nnbd\nnbdl\nnbe\nnbfcs\nnbh\nnbi\nnbk\nnbl\nnbm\nnbm-amstelland\nnbn\nnbnz\nnbp\nnbp-bill\nnbp-bills\nnbr\nnbs\nnbt\nnbva\nnby\nnc\nnc0\nnc=acomparison\nnc=no\nnca\nncaa\nncaer\nncall\nncb\nncba\nncbi\nncc\nncc0\nnccc\nncd\nncds\nnce\nncea\nncec\nnchanga\nnci\nncis\nncl\nnclb\nncm\nncmi\nnco\nncos\nncp\nncr\nncrna\nncs\nncsa\nncsoft\nncsu\nnctm\nncua\nncube\nncw\nnd\nnd0\nnda\nndadaye\nndahiro\nndb\nndc\nnde\nndebele\nndeti\nndf\nndfs\nndh\nndi\nndiaye\nndimira\nndizeye\nndola\nndongo\nndp\nndr\nnds\nndsu\nndtv\nndwandwe\nne\nne'er\nne0\nnea\nneagh\nneagle\nneal\nneale\nnealon\nneame\nneamt\nneanderthal\nneanderthals\nneapolis\nneapolitan\nneapolitans\nnear\nnear-\nnear-anarchy\nnear-bankrupt\nnear-dated\nnear-fatal\nnear-misses\nnear-monopoly\nnear-month\nnear-normal\nnear-perfect\nnear-record\nnear-term\nnear-total\nnear0\nnearby\nnearbys\nneared\nnearer\nnearest\nnearing\nnearly\nnearness\nnears\nnearshore\nnearterm\nneary\nneasden\nneat\nneath\nneatkariga\nneatly\nneave\nneb\nneb.-based\nnebehay\nnebel\nnebiolo\nnebo\nnebojsa\nnebraska\nnebraska-based\nnebuchadnezzar\nnebula\nnebulae\nnebulos\nnebulous\nnec\nnecaxa\nneccessary\nnecci\nnecesary\nnecessarily\nnecessary\nnecessitate\nnecessitated\nnecessitates\nnecessitating\nnecessities\nnecessity\nnechako\nneches\nnecho\nnechtan\nneck\nneck-and-neck\nneck-off\nneckar\nneckbones\nnecked\nnecker\nneckerchief\nnecklace\nnecklaces\nneckline\nnecks\nnecktie\nneckties\nnecmettin\nneco\nnecochea\nnecon\nnecro\nnecrolai\nnecromancer\nnecromancers\nnecromancy\nnecron\nnecronomicon\nnecrons\nnecrophilia\nnecropolis\nnecrosis\nnecrotic\nnectar\nnectarinia\nnectariniidae\nned\nneda\nnedam\nnedcar\nnedcor\nnedec\nnedee\nnedeljko\nnederland\nnederlanden\nnederlander\nnederlands\nnederlandsche\nnederlandse\nnedic\nnedlac\nnedlloyd\nnedunkeni\nnedved\nnee\nneed\nneeded\nneedful\nneedham\nneediest\nneeding\nneedle\nneedles\nneedless\nneedlessly\nneedlework\nneeds\nneedy\nneel\nneela\nneelix\nneely\nneem\nneeman\nneemuch\nneenah\nneepawa\nneer\nnees\nneeson\nneeti\nnef\nnefaria\nnefarious\nnefertari\nnefertiti\nnefesh\nneff\nneftochim\nneftochimik\nneftohim\nneftohimik\nneftyanaya\nneg\nnega\nnegara\nnegate\nnegated\nnegates\nnegating\nnegation\nnegative\nnegatively\nnegatives\nnegativity\nnegativland\nnegeri\nnegev\nnegi\nnegima\nneglect\nneglected\nneglectful\nneglecting\nneglects\nnegligence\nnegligent\nnegligently\nnegligible\nnegline\nnego0\nnegocios\nnegotations\nnegotiable\nnegotiate\nnegotiated\nnegotiates\nnegotiating\nnegotiation\nnegotiations\nnegotiator\nnegotiators\nnegra\nnegras\nnegrete\nnegri\nnegro\nnegroes\nnegron\nnegroponte\nnegros\nnegru\nnegura\nnegus\nneh\nneha\nnehalem\nnehemiah\nnehru\nnehru-gandhi\nnei\nneidhart\nneigbouring\nneiges\nneighbor\nneighborhood\nneighborhoods\nneighboring\nneighbors\nneighbour\nneighbourhood\nneighbourhoods\nneighbouring\nneighbourliness\nneighbourly\nneighbours\nneikov\nneil\nneil@jinks.demon.co.uk\nneiland\nneill\nneilsen\nneilson\nneiman\nneisse\nneith\nneither\nnejan\nnejd\nnek\nnekketsu\nneko\nnekrasov\nnel\nnell\nnella\nnellcor\nnelle\nnellie\nnellis\nnellore\nnelly\nnels\nnelson\nnelsonville\nnelvana\nnem\nnema\nneman\nnemanja\nnemanjic\nnematode\nnematodes\nnematron\nnembe\nnemec\nnemechek\nnemesis\nnemeth\nnemi\nnemo\nnemours\nnems\nnemtsov\nnemzet\nnen\nnena\nnenad\nnenagh\nnenana\nnene\nneneh\nnenets\nnengo\nnenki\nnennius\nneo\nneo-conservative\nneo-liberal\nneo-nazi\nneo-nazis\nneoclassic\nneoclassical\nneoclassicism\nneoconservatism\nneoconservative\nneoconservatives\nneocortex\nneodymium\nneofolk\nneogen\nneoh\nneoliberal\nneoliberalism\nneolithic\nneologism\nneologisms\nneomagic\nneon\nneonatal\nneonate\nneonates\nneopagan\nneopaganism\nneopagans\nneopath\nneopets\nneopharm\nneophyte\nneophytes\nneoplasms\nneoplastic\nneoplatonic\nneoplatonism\nneoprene\nneoprobe\nneoproterozoic\nneoptolemus\nneorealism\nneorx\nneos\nneosapien\nneosho\nneostar\nneotronics\nneotropical\nneotropics\nneots\nneozyme\nnep\nnepal\nnepalese\nnepali\nnepalis\nnepc\nnepean\nnepenthes\nnepheline\nnephew\nnephews\nnephi\nnephilim\nnephite\nnephites\nnephrite\nnephritis\nnephrology\nnephropathy\nnephthys\nnepia\nnepomuceno\nnepomuk\nnepool\nnepos\nnepotism\nnepszabadsag\nnepszava\nneptun\nneptune\nneptunes\nneptunian\nner\nner'zhul\nnera\nneraca\nnerang\nnerb\nnerc\nnerd\nnerdcore\nnerds\nnerdy\nnerefco\nneretva\nnereus\nnerevar\nnerf\nnergal\nneri\nneris\nnerissa\nneritan\nnerlinger\nnermal\nnerman\nnernst\nnero\nneron\nnertz\nneruda\nnerv\nnerva\nnerve\nnerves\nnervo\nnervosa\nnervous\nnervously\nnervousness\nnervy\nnerweyi\nnery\nnes\nnesbit\nnesbitt\nnescafe\nnesher\nneshoba\nnesmith\nnesn\nnesroom\nness\nnessa\nnessie\nnessus\nnest\nnesta\nneste\nnested\nnester\nnesting\nnestle\nnestled\nnestles\nnestling\nnestlings\nneston\nnestor\nnestorian\nnestorianism\nnestorians\nnestorius\nnests\nnesuah\nnet\nnetaji\nnetanya\nnetanyahu\nnetanyahu-arafat\nnetback\nnetball\nnetbios\nnetbsd\nnetcare\nnetcaster\nnetco\nnetcom\nnetcomm\nnetflix\nnetgrocer\nnethack\nnether\nnethercutt\nnetherealm\nnetherland\nnetherlandish\nnetherlands\nnetherlands-based\nnetherton\nnetherworld\nnethold\nneths\nnetia\nnetley\nnetlive\nnetmanage\nnetminder\nneto\nnetobjects\nnetpc\nnetpcs\nnetradio\nnets\nnetscape\nnetshitenzhe\nnetted\nnettie\nnetting\nnettle\nnettles\nnettleton\nnetto\nnettwerk\nneturei\nnetvantage\nnetware\nnetwork\nnetwork-affiliated\nnetwork-based\nnetworked\nnetworking\nnetworks\nnetworth\nnetzarim\nneu\nneubauer\nneubauten\nneuber\nneuberger\nneuburg\nneuchatel\nneucom\nneudorf\nneue\nneuen\nneues\nneuf\nneufchateau\nneufeld\nneuffer\nneuhaus\nneuilly\nneukirchen\nneuman\nneumann\nneumark\nneumarkt\nneuner\nneunkirchen\nneupogen\nneuquen\nneural\nneuralgia\nneuraminidase\nneurath\nneurex\nneuro\nneurobiology\nneurodegenerative\nneuroendocrine\nneurogen\nneurogenesis\nneuroimaging\nneuroleptic\nneurologic\nneurological\nneurologist\nneurologists\nneurology\nneuromancer\nneuromedical\nneuromuscular\nneuron\nneuronal\nneurone\nneuronetics\nneurons\nneuropathic\nneuropathy\nneurophysiology\nneuropsychiatric\nneuropsychological\nneuropsychology\nneuroscience\nneurosciences\nneuroscientist\nneuroscientists\nneuroses\nneurosis\nneurosurgeon\nneurosurgery\nneurotic\nneurotoxic\nneurotoxicity\nneurotoxin\nneurotoxins\nneurotransmitter\nneurotransmitters\nneurotrophic\nneuse\nneuss\nneustadt\nneustria\nneuter\nneutered\nneutering\nneutra\nneutral\nneutralise\nneutralised\nneutralising\nneutrality\nneutralization\nneutralize\nneutralized\nneutralizes\nneutralizing\nneutrally\nneutrals\nneutrino\nneutrinos\nneutron\nneutrons\nneutropenia\nneutrophil\nneutrophils\nneuve\nneuville\nneuwied\nneuwirth\nnev\nneva\nnevada\nnevado\nneve\nnever\nnever-ending\nneverending\nneverland\nnevermind\nnevermore\nnevers\nnevertheless\nneverthless\nneverwinter\nneves\nneveu\nnevil\nnevill\nneville\nnevin\nnevins\nnevio\nnevis\nnevitts\nnevsky\nnew\nnew-born\nnew-car\nnew-cars-for-old\nnew-crop\nnew-found\nnew-generation\nnew-home\nnew-issue\nnew-look\nnew-style\nnew-york\nnewall\nnewar\nnewark\nnewarthill\nnewbattle\nnewberg\nnewberry\nnewbery\nnewbie\nnewbies\nnewbold\nnewborn\nnewborns\nnewborough\nnewbridge\nnewbuilding\nnewburg\nnewburgh\nnewbury\nnewburyport\nnewby\nnewcap\nnewcastle\nnewco\nnewcomb\nnewcombe\nnewcomen\nnewcomer\nnewcomers\nnewcourt\nnewcrest\nnewdesk\nnewdigate\nnewell\nnewer\nnewest\nnewey\nnewfield\nnewfound\nnewfoundland\nnewfoundlanders\nnewgate\nnewgrange\nnewgrounds\nnewhall\nnewham\nnewhart\nnewhaven\nnewhouse\nnewington\nnewkirk\nnewland\nnewlands\nnewley\nnewly\nnewly-acquired\nnewly-appointed\nnewly-built\nnewly-created\nnewly-crowned\nnewly-elected\nnewly-established\nnewly-floated\nnewly-formed\nnewly-independent\nnewly-issued\nnewly-launched\nnewly-listed\nnewly-merged\nnewly-opened\nnewly-privatised\nnewly-promoted\nnewly-signed\nnewlyn\nnewlywed\nnewlyweds\nnewman\nnewmar\nnewmark\nnewmarket\nnewmont\nnewnan\nnewness\nnewnham\nnewpaper\nnewpark\nnewport\nnewquay\nnewroom\nnewry\nnews\nnews-\nnews-stand\nnews/talk\nnews@reuter.fi\nnews@reuters.fi\nnewsagency\nnewsagent\nnewsagents\nnewsboy\nnewsboys\nnewscast\nnewscaster\nnewscasters\nnewscasts\nnewscenter\nnewschannel\nnewsday\nnewsdesk\nnewsgroup\nnewsgroups\nnewshour\nnewsletter\nnewsletters\nnewsmagazine\nnewsmakers\nnewsman\nnewsmen\nnewsnight\nnewsom\nnewsome\nnewsoom\nnewspaper\nnewspaperman\nnewspapers\nnewspeak\nnewspoll\nnewsprint\nnewsradio\nnewsreader\nnewsreaders\nnewsreel\nnewsreels\nnewsrom\nnewsroom\nnewsroom0\nnewsrooms\nnewsroon\nnewsrooom\nnewsstand\nnewsstands\nnewstalk\nnewstead\nnewsted\nnewsweb\nnewsweek\nnewsweekly\nnewswire\nnewsworld\nnewsworthy\nnewt\nnewtelco\nnewton\nnewtonian\nnewtons\nnewtown\nnewtownabbey\nnewtownards\nnewts\nnewtype\nnewtypes\nnewyork\nnexstar\nnext\nnext-day\nnext-generation\nnextel\nnextlevel\nnextstep\nnextwave\nnexus\nney\nneyev\nneyland\nnez\nneza\nnezavisimaya\nnezavisnost\nnezha\nnezu\nnf\nnf0\nnfa\nnfb\nnfc\nnfd\nnfeb\nnff\nnfi\nnfis\nnfk\nnfl\nnfo\nnfp\nnfpa\nnfr\nnfs\nnfu\nnfy\nng\nng0\nnga\nngaedhael\nngai\nngam\nngan\nngandu\nngapuhi\nngara\nngata\nngati\nngawang\nngbanda\nngbandi\nngc\nngiam\nngilu\nngjela\nngk\nngl\nngls\nngo\nngoc\nngong\nngos\nngpl\nngu\nnguema\nnguesso\nnguni\nnguyen\nngvs\nnh\nnh0\nnha\nnhan\nnhat\nnhb\nnhc\nnhiek\nnhk\nnhl\nnhl-standings\nnhler\nnhlpa\nnhms\nnhon\nnhp\nnhpc\nnhra\nnhs\nnhtsa\nnhu\nnhut\nni\nnia\nniab0\nniacin\nniaga\nniaga0\nniagara\nniall\nniamey\nniamh\nniamien\nnian\nniantic\nnias\nniasse\nniaura\nniazi\nnib\nnibble\nnibbler\nnibbles\nnibbling\nnibelung\nnibelungen\nnibelungenlied\nnibid\nnibizi\nnibley\nnibs\nnibstrating\nnic\nnica\nnicaea\nnicanor\nnicap\nnicaragua\nnicaraguan\nnicaraguans\nnicaretta\nnicco\nniccolo\nnicd\nnice\nnicely\nnicene\nnicephorus\nnicer\nnicest\nnich.pir\nniche\nniches\nnichiboshin\nnichiei\nnichimen\nnichimo\nnichirei\nnichiren\nnichol\nnicholai\nnicholas\nnicholas-applegate\nnicholl\nnicholls\nnichols\nnicholson\nnicht\nnicias\nnicieza\nnick\nnickel\nnickel-metal\nnickelback\nnickelodeon\nnickels\nnickerson\nnicki\nnicklas\nnicklaus\nnickle\nnickleby\nnickles\nnickless\nnicklin\nnickname\nnicknamed\nnicknames\nnickos\nnicks\nnicktoons\nnicky\nniclas\nnico\nnicobar\nnicodemus\nnicol\nnicola\nnicolaas\nnicolae\nnicolaescu\nnicolai\nnicolas\nnicolau\nnicolaus\nnicole\nnicolet\nnicolette\nnicoll\nnicollet\nnicolo\nnicolson\nnicomedia\nnicon\nnicopolis\nnicor\nnicorette\nnicos\nnicosia\nnicotine\nnicotinic\nnics\nnicu\nnid\nnida\nnida'a\nnidal\nnidaros\nniddah\nnidec\nnidera\nnidhiki\nnidia\nnido\nnie\nniebaum\nniebuhr\nniece\nnieces\nnieck\nnieder\nniedermayer\nniedermeyer\nniekerk\nniekro\nniel\nniels\nnielsen\nnielson\nniem\nnieman\nniemann\nniemela\nniemeyer\nniemi\nnieminen\nniemira\nnien\nnienburg\nniesr\nnieto\nnietzsche\nnietzschean\nnieuport\nnieuw\nnieuwe\nnieuws\nnieves\nnif\nnifl\nnifong\nnifty\nnig\nnigam\nnigel\nniger\nnigeria\nnigerian\nnigerian-led\nnigerians\nnigerien\nnigg\nnigga\nnigger\nniggers\nniggling\nnigh\nnight\nnight-time\nnight-vision\nnightcliff\nnightclub\nnightclubs\nnightcrawler\nnightfall\nnightgown\nnighthawk\nnighthawks\nnightingale\nnightingales\nnightjar\nnightjars\nnightlife\nnightline\nnightly\nnightmare\nnightmares\nnightmarish\nnights\nnightshade\nnighttime\nnightwatch\nnightwatchman\nnightwing\nnightwish\nnighy\nnigra\nniguel\nnih\nnihal\nnihil\nnihilism\nnihilist\nnihilistic\nnihilo\nnihon\nnihoul\nnii\nniigata\nniinisto\nniit\nnijinsky\nnijmegen\nnijo\nnik\nnika\nnikah\nnikaya\nnike\nnikel\nnikephoros\nnikhil\nniki\nnikiforos\nnikiforov\nnikita\nnikitin\nnikka\nnikkatsu\nnikkei\nnikkei0\nnikkeis\nnikken\nnikki\nnikko\nnikkodo\nnikkor\nniklas\nniklaus\nniko\nnikola\nnikolac\nnikolaevich\nnikolai\nnikolaidis\nnikolaj\nnikolaos\nnikolas\nnikolaus\nnikolay\nnikolayev\nnikolayevich\nnikolic\nnikolov\nnikon\nnikopol\nnikos\nniksic\nnil\nnil------\nnila\nnile\nniles\nnilgiri\nnilgiris\nnilis\nnilo\nnilotic\nnilpotent\nnils\nnilsen\nnilsmark\nnilson\nnilsson\nnilus\nnim\nnima\nnimal\nnimble\nnimbus\nnimeiry\nnimes\nnimh\nnimir\nnimitz\nnimmo\nnimo\nnimoy\nnimrod\nnimzowitsch\nnin\nnina\nnine\nnine-\nnine-contract\nnine-day\nnine-day-old\nnine-game\nnine-member\nnine-mile\nnine-miles\nnine-month\nnine-month-old\nnine-months\nnine-mth\nnine-nation\nnine-party\nnine-percent\nnine-point\nnine-team\nnine-under-par\nnine-week\nnine-year\nnine-year-old\nniners\nnines\nnineteen\nnineteenth\nnineties\nninetieth\nninety\nninety-day\nninety-five\nninety-seven\nninety-six\nnineveh\nning\nningbo\nningxia\nninh\nninian\nninja\nninjas\nninjutsu\nnino\nninos\nninoy\nnintendo\nninth\nninth-largest\nninurta\nniobe\nniobium\nniobrara\nnioc\nniosh\nnip\nnip/tuck\nnipigon\nnipissing\nnippecraft\nnipped\nnipper\nnipple\nnipples\nnippon\nnippur\nnips\nnipsco\nniqab\nnir\nnira\nnirma\nnirmal\nnirmala\nniro\nnirvana\nnis\nnisa\nnisan\nnisar\nnisbet\nnisei\nnisga'a\nnish\nnisha\nnishan\nnishapur\nnishat\nnishi\nnishi-nippon\nnishikawa\nnishimatsu\nnishimoto\nnishimura\nnishiyama\nnishizawa\nnisi\nnisibis\nnismo\nnisqually\nnissa\nnissan\nnissei\nnisseki\nnissen\nnisshin\nnisshinbo\nnissho\nnissim\nnissin\nnissos\nnist\nnistelrooy\nnit\nnita\nnitc\nnite\nnitel\nniteroi\nnithipat\nnithsdale\nnitin\nnitinol\nnitra\nnitrate\nnitrates\nnitrazepam\nnitric\nnitride\nnitrite\nnitrites\nnitro\nnitrocellulose\nnitrogen\nnitrogenous\nnitroglycerin\nnitromethane\nnitrous\nnitrox\nnits\nnitschke\nnitta\nnittan\nnittany\nnittetsu\nnitti\nnitto\nnitty\nnitty-gritty\nnityananda\nnitz\nnitze\nniu\nniue\nniugini\nniv\nniva\nnivea\nnivelle\nnivelles\nniven\nniwa\nnix\nnixdorf\nnixed\nnixon\nniyazov\nnizam\nnizamabad\nnizami\nnizar\nnizhnevartovskneftegaz\nnizhny\nnizzola\nnj\nnjan\nnjcaa\nnje\nnjegos\nnjord\nnjoya\nnjpw\nnjs\nnjsiaa\nnk\nnkana\nnkel.rts\nnkf\nnkk\nnkomo\nnkosazana\nnkp\nnkrumah\nnkt\nnkvd\nnl\nnl0\nnla\nnlaka'pamux\nnlb\nnlc\nnlcf\nnlcs\nnld\nnlds\nnle\nnlf\nnlg\nnll\nnlm\nnlng\nnlp\nnlrb\nnls\nnm\nnm;y\nnma\nnmar\nnmax\nnmb\nnmbs\nnmc\nnmda\nnme\nnmfm\nnmh\nnmi\nnmjan\nnmo\nnmos\nnmr\nnms\nnmt\nnn\nnn0\nnnamdi\nnne\nnnn\nnnpc\nnnw\nno\nno-action\nno-balls\nno-confidence\nno-contest\nno-delivery\nno-fly\nno-frills\nno-go\nno-hitter\nno-load\nno-man\nno-nonsense\nno-one\nno-show\nno-shows\nno-win\nno.\nno.of\nno0\nno0c\nnoa\nnoaa\nnoah\nnoahide\nnoailles\nnoakes\nnoam\nnoarlunga\nnob\nnobby\nnobe\nnobel\nnobile\nnobili\nnobilis\nnobility\nnobilo\nnobis\nnoble\nnobleman\nnoblemen\nnobles\nnoblesse\nnoblest\nnoblesville\nnoblewoman\nnobly\nnobo\nnoboa\nnobody\nnoboru\nnobriga\nnobu\nnobuaki\nnobuatsu\nnobuhiko\nnobunaga\nnobuo\nnobutaka\nnobuyuki\nnoc\nnocera\nnocerina\nnoch\nnochchimoddai\nnoche\nnock\nnocona\nnocs\nnoctis\nnoctuidae\nnocturnal\nnocturne\nnocturnes\nnod\nnoda\nnodal\nnodaway\nnodded\nnodding\nnoddy\nnode\nnodes\nnodoka\nnods\nnodular\nnodule\nnodules\nnoe\nnoel\nnoelle\nnoether\nnoetherian\nnof\nnofx\nnog\nnogai\nnogales\nnogent\nnoggin\nnogi\nnograd\nnoguchi\nnogueira\nnoh\nnoi\nnoida\nnoin\nnoir\nnoire\nnoirs\nnoise\nnoises\nnoisier\nnoisily\nnoisy\nnoize\nnojima\nnok\nnokia\nnokian\nnol\nnola\nnolan\nnoland\nnolasco\nnolde\nnoldor\nnoldorin\nnoli\nnoll\nnols\nnolte\nnom\nnoma\nnomad\nnomadic\nnomads\nnoman\nnomar\nnombre\nnome\nnomen\nnomenclature\nnomes\nnomex\nnomi\nnomina\nnominal\nnominal-valued\nnominalism\nnominally\nnominate\nnominated\nnominates\nnominating\nnomination\nnominations\nnominative\nnomine\nnominee\nnominees\nnomiyama\nnomo\nnoms\nnomura\nnon\nnon-\nnon-accelerating\nnon-accompanied\nnon-accrual\nnon-aggression\nnon-agricultural\nnon-alcoholic\nnon-aligned\nnon-amt\nnon-annex\nnon-arab\nnon-bank\nnon-banking\nnon-banks\nnon-basmati\nnon-binding\nnon-borrowed\nnon-call\nnon-callable\nnon-cash\nnon-chinese\nnon-cis\nnon-citizens\nnon-cocoa\nnon-commercial\nnon-commercials\nnon-commissioned\nnon-committal\nnon-communist\nnon-comp\nnon-compete\nnon-competitive\nnon-compliance\nnon-consolidated\nnon-controversial\nnon-conventional\nnon-convertible\nnon-cooperation\nnon-core\nnon-cumulative\nnon-current\nnon-defence\nnon-defense\nnon-del\nnon-deliverable\nnon-delivery\nnon-dilutive\nnon-discrimination\nnon-discriminatory\nnon-dollar\nnon-domestic\nnon-durable\nnon-durables\nnon-economic\nnon-elected\nnon-electrical\nnon-emergency\nnon-emu\nnon-energy\nnon-essential\nnon-eu\nnon-european\nnon-event\nnon-exclusive\nnon-executive\nnon-existant\nnon-existent\nnon-farm\nnon-ferrous\nnon-fiction\nnon-financial\nnon-firm\nnon-fiscal\nnon-food\nnon-fuel\nnon-gold\nnon-government\nnon-governmental\nnon-guaranteed\nnon-hazardous\nnon-hospital\nnon-housing\nnon-independent\nnon-indigenous\nnon-inflationary\nnon-interest\nnon-interference\nnon-invasive\nnon-investment\nnon-issue\nnon-japan\nnon-japanese\nnon-jews\nnon-lethal\nnon-life\nnon-listed\nnon-manufacturers\nnon-manufacturing\nnon-marine\nnon-market\nnon-member\nnon-members\nnon-memory\nnon-metal\nnon-metallic\nnon-military\nnon-mining\nnon-monetary\nnon-mortgage\nnon-nato\nnon-negotiable\nnon-nuclear\nnon-oecd\nnon-official\nnon-oil\nnon-opec\nnon-operating\nnon-operational\nnon-opposition\nnon-parliamentary\nnon-participation\nnon-partisan\nnon-party\nnon-payment\nnon-payments\nnon-performing\nnon-permanent\nnon-petroleum\nnon-playing\nnon-political\nnon-prescription\nnon-prime\nnon-productive\nnon-profit\nnon-profitable\nnon-proliferation\nnon-public\nnon-quota\nnon-real\nnon-recourse\nnon-recurring\nnon-refundable\nnon-regulated\nnon-repatriable\nnon-reportable\nnon-resident\nnon-residential\nnon-residents\nnon-respect\nnon-rural\nnon-russian\nnon-scheduled\nnon-seasonally\nnon-serbs\nnon-smoker\nnon-smokers\nnon-smoking\nnon-standard\nnon-starter\nnon-state\nnon-stop\nnon-strategic\nnon-tariff\nnon-tax\nnon-taxable\nnon-tobacco\nnon-toxic\nnon-tradable\nnon-trade\nnon-tradeable\nnon-traditional\nnon-u.s.\nnon-union\nnon-unionized\nnon-utility\nnon-violence\nnon-violent\nnon-voting\nnon-wage\nnon-weighted\nnon-woven\nnona\nnonaccrual\nnonbank\nnonbinding\nnoncallable\nnoncash\nnonce\nnonchalant\nnoncommercial\nnoncommissioned\nnoncommittal\nnoncommutative\nnoncompetitive\nnonconformist\nnonconformists\nnonconformity\nnonconvex\nnoncurrent\nnondefense\nnondenominational\nnondescript\nnondeterministic\nnondurable\nnondurables\nnone\nnonempty\nnonesuch\nnonetheless\nnonexistence\nnonexistent\nnonfarm\nnonfat\nnonferrous\nnonfiction\nnonfinancial\nnonfunctional\nnong\nnongovernmental\nnonhuman\nnoni\nnonint\nnoninterest\nnonlinear\nnonnegative\nnono\nnonoc\nnonoperating\nnonpartisan\nnonperforming\nnonpolar\nnonprofit\nnonprofits\nnonproliferation\nnonrecurring\nnonreportable\nnonresidential\nnonsectarian\nnonsense\nnonsensical\nnonspecific\nnonstandard\nnonstop\nnonsuch\nnontoxic\nnontraditional\nnontrivial\nnonutility\nnonverbal\nnonviolence\nnonviolent\nnonzero\nnoo\nnoob\nnoodle\nnoodles\nnook\nnooks\nnool\nnoon\nnoonan\nnoone\nnoongar\nnoontime\nnoor\nnoord\nnoordwijk\nnoori\nnooruddin\nnoory\nnoosa\nnoose\nnootka\nnop\nnopa\nnopac\nnor\nnor'easter\nnora\nnorad\nnoradrenaline\nnorah\nnoram\nnorand\nnoranda\nnorberg\nnorbert\nnorberto\nnorbu\nnorbury\nnorby\nnorcen\nnorcity\nnorco\nnorcross\nnord\nnordbanken\nnordberg\nnorddeutsche\nnorden\nnordenham\nnordenskiold\nnordfriesland\nnordhausen\nnordheim\nnordic\nnordics\nnordin\nnordiques\nnordisk\nnordiska\nnordkap\nnordland\nnordlb\nnordlingen\nnordonia\nnordre\nnordsee\nnordson\nnordstrom\nnordvorpommern\nnordwestmecklenburg\nnore\nnoreen\nnorelco\nnorepinephrine\nnorf\nnorfield\nnorfolk\nnorfra\nnorgas\nnorge\nnorges\nnorhomes\nnori\nnoricum\nnoriega\nnoriko\nnorilsk\nnorilsky\nnorin\nnorinchukin\nnorit\nnoritsu\nnoriyuki\nnorland\nnorm\nnorma\nnormal\nnormalcy\nnormale\nnormalisation\nnormalise\nnormalised\nnormalising\nnormality\nnormalization\nnormalize\nnormalized\nnormalizing\nnormally\nnormals\nnorman\nnormanby\nnormand\nnormandie\nnormandy\nnormans\nnormanton\nnormar\nnormative\nnormed\nnormet\nnormie\nnorminco\nnorml\nnorms\nnorn\nnorne\nnorns\nnorodom\nnoroeste\nnoronha\nnorquay\nnorquist\nnorra\nnorrback\nnorrbotten\nnorrell\nnorreys\nnorrie\nnorrington\nnorris\nnorristown\nnorrkoping\nnorrland\nnorscan\nnorse\nnorseman\nnorsemen\nnorsk\nnorske\nnorstan\nnorte\nnortech\nnortek\nnortel\nnorteno\nnorth\nnorth-\nnorth-central\nnorth-east\nnorth-eastern\nnorth-northeast\nnorth-northwest\nnorth-rhine\nnorth-south\nnorth-west\nnorth-western\nnorth/south\nnorthallerton\nnortham\nnorthampton\nnorthamptonshire\nnorthants\nnorthbound\nnorthbridge\nnorthbrook\nnorthcentral\nnorthcliffe\nnorthcote\nnorthcott\nnorthcross\nnortheast\nnortheasterly\nnortheastern\nnortheastward\nnorthen\nnorther\nnortherly\nnorthern\nnortherner\nnortherners\nnorthernmost\nnortherns\nnorthfield\nnorthfleet\nnorthgate\nnorthland\nnorthlands\nnorthmen\nnortholt\nnorthport\nnorthrend\nnorthridge\nnorthrop\nnorthrup\nnorths\nnorthshore\nnorthside\nnorthstar\nnorthumberland\nnorthumbria\nnorthumbrian\nnorthumbrians\nnorthup\nnorthville\nnorthward\nnorthwards\nnorthway\nnorthwest\nnorthwesterly\nnorthwestern\nnorthwestward\nnorthwich\nnorthwind\nnorthwood\nnorthwoods\nnorthwst\nnorton\nnorvell\nnorvestia\nnorvik\nnorville\nnorvir\nnorwalk\nnorway\nnorweb\nnorwegian\nnorwegians\nnorwell\nnorwest\nnorwich\nnorwood\nnos\nnos.\nnos0\nnosal\nnose\nnose-dive\nnose-dived\nnosebleed\nnosebleeds\nnosed\nnosedive\nnosedived\nnosema\nnoses\nnosewheel\nnosferatu\nnosgoth\nnoson\nnossa\nnostalgia\nnostalgic\nnoster\nnostra\nnostradamus\nnostrand\nnostratic\nnostril\nnostrils\nnostromo\nnostrum\nnosy\nnot\nnot-for-profit\nnot-guilty\nnot-too-distant\nnota\nnotability\nnotable\nnotables\nnotably\nnotamment\nnotaries\nnotarized\nnotary\nnotat\nnotated\nnotation\nnotational\nnotationally\nnotations\nnotch\nnotchback\nnotched\nnotches\nnotching\nnote\nnote-\nnote-data\nnote0\nnote:-\nnote:two\nnotebaert\nnotebook\nnotebooks\nnoted\nnoteholders\nnotepad\nnotes\nnotes-----------------\nnoteworthy\nnoth\nnothaft\nnothern\nnothin\nnothing\nnothingness\nnothings\nnothofagus\nnoticable\nnotice\nnoticeable\nnoticeably\nnoticed\nnotices\nnoticias\nnoticing\nnotification\nnotifications\nnotified\nnotifies\nnotify\nnotifying\nnotimex\nnoting\nnotion\nnotional\nnotionally\nnotionnel\nnotions\nnotitia\nnotley\nnoto\nnotochord\nnotodden\nnotoriety\nnotorious\nnotoriously\nnotre\nnots\nnott\nnotte\nnotting\nnottingham\nnottinghamshire\nnottoway\nnotts\nnotwithstanding\nnou\nnouadhibou\nnouakchott\nnougat\nnought\nnouma\nnoumea\nnoun\nnouns\nnour\nnourbakhsh\nnoureddine\nnouri\nnourish\nnourished\nnourishing\nnourishment\nnourse\nnous\nnouveau\nnouveaux\nnouvel\nnouvelle\nnouvelles\nnov\nnov'0\nnov-dec\nnov-feb\nnov-jan\nnov-oct\nnov.\nnov0\nnova\nnovacare\nnovacek\nnovadigm\nnovae\nnovagas\nnovak\nnoval\nnovalis\nnovametrix\nnovara\nnovartis\nnovas\nnovastation\nnovato\nnovavax\nnovaya\nnovdec\nnove\nnovel\nnovela\nnovelette\nnovelisation\nnovelisations\nnovelist\nnovelistic\nnovelists\nnovelization\nnovelizations\nnovell\nnovella\nnovellae\nnovellas\nnovelli\nnovello\nnovellus\nnovels\nnovelties\nnovelty\nnovember\nnovember-december\nnovember-october\nnovember/december\nnovembre\nnovemeber\nnoven\nnovena\nnoverco\nnovgorod\nnovgorodian\nnovgorodians\nnovi\nnovica\nnovice\nnovices\nnovick\nnovikov\nnovinar\nnovine\nnoviny\nnovita\nnovitiate\nnovo\nnovodevichy\nnovolipetsk\nnovopan\nnovopharm\nnovorossiisk\nnovorossisk\nnovorossiysk\nnovoselic\nnovosibirsk\nnovosibirskenergo\nnovoste\nnovosti\nnovotna\nnovotny\nnovq\nnovum\nnovus\nnovy\nnovye\nnow\nnow-defunct\nnowa\nnowadays\nnowak\nnowakowski\nnowe\nnowell\nnowen\nnowhere\nnowitzki\nnowlan\nnowra\nnowshera\nnowy\nnox\nnoxious\nnoxso\nnoy\nnoyabrskneftegaz\nnoyce\nnoyer\nnoyes\nnoyon\nnozaki\nnozawa\nnozick\nnozomi\nnozze\nnozzle\nnozzles\nnp\nnpa\nnpas\nnpc\nnpcc\nnpcs\nnpd\nnpf\nnpfl\nnpg\nnpi\nnpk\nnpl\nnpm\nnpn\nnpo\nnpp\nnppc\nnpr\nnpra\nnps\nnpsl\nnpt\nnpv\nnq\nnqld\nnr\nnr.\nnr0\nnra\nnrb\nnrc\nnrdc\nnre\nnrf\nnrg\nnri\nnris\nnrj\nnrk\nnrl\nnrm\nnrma\nnrnr\nnro\nnrotc\nnrp\nnrs\nnrt\nnrw\nns\nns-no\nns0\nnsa\nnsaapr\nnsac\nnsafeb\nnsaid\nnsaids\nnsajan\nnsamar\nnsamay\nnsb\nnsc\nnscaa\nnsd\nnsdap\nnsdl\nnse\nnsf\nnsfeb\nnsi\nnsjan\nnsk\nnsl\nnsm\nnso\nnsp\nnspcc\nnsr\nnss\nnstor\nnstp\nnsu\nnsw\nnswrl\nnsx\nnt\nnt$\nnt-based\nnt0\nnta\nntac\nntb\nntc\nntfs\nnth\nntibantunganya\nntini\nntl\nntm\nntma\nntn\nntn-d\nntnu\nntp\nntpc\nntr\nnts\nntsb\nntsc\nntsu\nntt\nntu\nntuc\nntv\nntvi\nnu\nnu-kote\nnua\nnuada\nnuaimi\nnuala\nnuance\nnuanced\nnuances\nnuba\nnubia\nnubian\nnubians\nnubira\nnuccio\nnuchal\nnuclear\nnuclear-armed\nnuclear-free\nnuclear-powered\nnucleated\nnucleation\nnuclei\nnucleic\nnucleolar\nnucleolus\nnucleon\nnucleons\nnucleophile\nnucleophiles\nnucleophilic\nnucleoside\nnucleosynthesis\nnucleotide\nnucleotides\nnucleus\nnuclide\nnuclides\nnuco0\nnucor\nnude\nnudes\nnudge\nnudged\nnudges\nnudging\nnudie\nnudism\nnudist\nnudists\nnudity\nnudum\nnueces\nnuer\nnuerburgring\nnuestra\nnuestro\nnueva\nnuevo\nnuevos\nnuffield\nnugent\nnugget\nnuggets\nnugraha\nnugroho\nnuh\nnui\nnuisance\nnuit\nnuits\nnujoma\nnukaya\nnuke\nnukem\nnukes\nnuko\nnuku\nnul\nnull\nnullarbor\nnullification\nnullified\nnullify\nnullifying\nnullity\nnullius\nnulth\nnum\nnum.\nnuma\nnumac\nnuman\nnumar\nnumb\nnumb0rs\nnumber\nnumber-one\nnumber-two\nnumbered\nnumbering\nnumbers\nnumbing\nnumbness\nnumbuh\nnumenor\nnumenorean\nnumenoreans\nnumeracy\nnumeral\nnumerals\nnumerator\nnumerex\nnumeric\nnumerical\nnumerically\nnumero\nnumerology\nnumerous\nnumidia\nnumidian\nnumismatic\nnumismatics\nnumismatist\nnumismatists\nnumrique\nnumsa\nnun\nnunatak\nnunavik\nnunavut\nnunc\nnunca\nnunchaku\nnunciature\nnuncio\nnuneaton\nnunes\nnunez\nnunn\nnunnery\nnuno\nnuns\nnuntius\nnunziata\nnunzio\nnuon\nnuova\nnuovo\nnupe\nnupedia\nnuplex\nnuptial\nnuptials\nnur\nnurbs\nnurburgring\nnurdin\nnuremberg\nnuremburg\nnureyev\nnurhaci\nnuri\nnurkka\nnurlan\nnurmi\nnurnberg\nnurse\nnursed\nnursemaid\nnurseries\nnursery\nnurses\nnursing\nnursultan\nnurture\nnurtured\nnurtures\nnurturing\nnurul\nnus\nnusa\nnusamba\nnusantara\nnusaphala\nnusrat\nnussbaum\nnut\nnutation\nnutcracker\nnutcrackers\nnuthatch\nnuthatches\nnutley\nnutmeg\nnutreco\nnutricia\nnutrient\nnutrients\nnutrition\nnutritional\nnutritionally\nnutritionist\nnutritionists\nnutritious\nnutritive\nnuts\nnutshell\nnutt\nnuttall\nnutter\nnutting\nnutty\nnuu\nnuva\nnuveen\nnuvolari\nnuwan\nnuwara\nnuyorican\nnuys\nnv\nnv0\nnva\nnvc\nnvidia\nnw\nnw0\nnwa\nnwankwo\nnwe\nnwfp\nnwmp\nnwo\nnwobhm\nnwpp\nnwr\nnws\nnwt\nnx\nnx0\nnxe0\nny\nny-comex\nny-spot\nny0\nnya\nnyachae\nnyack\nnyanga\nnyangoma\nnyanza\nnyariki\nnyarlathotep\nnyasaland\nnyaya\nnyberg\nnyc\nnyce\nnycomed\nnye\nnyerere\nnyeri\nnygaard\nnyh\nnyheter\nnyhoff\nnyingma\nnyit\nnyk\nnykoping\nnykredit\nnyla\nnylander\nnylex\nnylon\nnyman\nnymex\nnymph\nnymphalidae\nnymphs\nnynaeve\nnynex\nnynorsk\nnyon\nnypa\nnypd\nnypp\nnyquist\nnyren\nnyro\nnyrup\nnys\nnysa\nnyse\nnyse-consolidated\nnyse-listed\nnyseg\nnyssa\nnystagmus\nnystrom\nnyt\nnyu\nnyum\nnyungan\nnyunt\nnyva\nnyx\nnz\nnz$\nnz0\nnzanga\nnzcc\nnzd\nnzfoe\nnzi\nnzier\nnzmc\nnzo\nnzog\nnzpa\nnzr\nnzrfu\nnzsc\nnzse\nnzse0\nnzt\no\no&m\no'\no'ahu\no'banion\no'bannon\no'brian\no'brien\no'bryan\no'byrne\no'callaghan\no'carroll\no'casey\no'clock\no'clocked\no'connell\no'connor\no'conor\no'day\no'dea\no'dell\no'doherty\no'donnell\no'donoghue\no'donovan\no'dowd\no'driscoll\no'duffy\no'dwyer\no'er\no'fallon\no'farrell\no'flaherty\no'gara\no'gorman\no'grady\no'hagan\no'halloran\no'hanlon\no'hara\no'hare\no'hearn\no'higgins\no'jays\no'kane\no'keefe\no'keeffe\no'kelly\no'lantern\no'leary\no'loughlin\no'mahony\no'malley\no'mara\no'meara\no'neal\no'neil\no'neill\no'neills\no'odham\no'quinn\no'rahilly\no'regan\no'reilly\no'reily\no'riley\no'riordan\no'rourke\no'shane\no'shaughnessy\no'shea\no'smach\no'sullivan\no'toole\no-kie\no.\no.c\no.c.\no.d\no.g.\no.j.\no.k.\no.o.\no.p.\no.s.\no.s.k.\no.t.o.\no.tel.o\no0\no0:h0\no=oil\noa\noaa\noac\noahu\noak\noakbrook\noakdale\noakenfold\noakes\noakeshott\noakey\noakglen\noakham\noakhurst\noakland\noaklands\noaklawn\noakleigh\noakley\noakmark\noakmont\noakridge\noaks\noakton\noakville\noakwell\noakwood\noam\noamaru\noao\noar\noars\noarsman\noarsmen\noas\noases\noasis\noat\noates\noath\noath-taking\noaths\noatlands\noatley\noatmeal\noats\noau\noav\noaxaca\nob\noba\nobadiah\nobafemi\nobama\noban\nobando\nobasanjo\nobata\nobayashi\nobc\nobchodna\nobchodni\nobe\nobeah\nobed\nobedience\nobedient\nobeid\nobeisance\nobelisk\nobelisks\nobelix\nober\noberg\nobergruppenfuhrer\noberhausen\noberheim\noberholzer\noberkommando\noberland\noberleutnant\noberliga\noberlin\nobermeier\noberoi\noberon\noberst\noberstdorf\noberth\noberursel\nobese\nobesity\nobey\nobeyed\nobeyesekere\nobeying\nobeys\nobfuscation\nobi\nobiang\nobie\nobigarm\nobilic\nobispo\nobituaries\nobituary\nobject\nobjected\nobjectification\nobjecting\nobjection\nobjectionable\nobjections\nobjective\nobjectively\nobjectives\nobjectivism\nobjectivist\nobjectivists\nobjectivity\nobjector\nobjectors\nobjects\nobjets\nobl\noblast\noblasts\noblate\noblates\noblation\noblig\nobligasi\nobligate\nobligated\nobligation\nobligations\nobligatory\noblige\nobliged\nobliges\nobliging\noblique\nobliquely\nobliterate\nobliterated\nobliterating\nobliteration\noblivion\noblivious\noblong\noblongata\nobnoxious\nobo\noboe\noboes\noboist\nobon\nobop\noboro\nobote\nobovate\nobp\nobra\nobrador\nobradovic\nobras\nobrecht\nobree\nobregon\nobrenovic\nobrero\nobroda\nobscene\nobscenities\nobscenity\nobscura\nobscure\nobscured\nobscurely\nobscures\nobscuring\nobscurity\nobservable\nobservables\nobservance\nobservances\nobservant\nobservation\nobservational\nobservations\nobservatories\nobservatory\nobserve\nobserved\nobserver\nobservers\nobserves\nobserving\nobsessed\nobsession\nobsessions\nobsessive\nobsessively\nobsidian\nobsolescence\nobsolescent\nobsolete\nobstacle\nobstacles\nobstetric\nobstetrical\nobstetrician\nobstetricians\nobstetrics\nobstinacy\nobstinate\nobstruct\nobstructed\nobstructing\nobstruction\nobstructions\nobstructive\nobstructs\nobtain\nobtainable\nobtained\nobtaining\nobtains\nobturator\nobtuse\nobu\nobuasi\nobukhov\nobus\nobverse\nobviate\nobviating\nobvious\nobviously\nobywatelska\noc\noc0\noca\nocal\nocala\nocalan\nocaml\nocampo\nocana\nocarina\nocasek\nocaw\nocb\nocbc\nocc\noccam\noccasion\noccasional\noccasionally\noccasioned\noccasions\noccassions\noccident\noccidental\noccidentalis\noccipital\noccitan\noccitania\noccluded\nocclusal\nocclusion\noccult\noccultation\noccultism\noccultist\noccultists\noccupancy\noccupant\noccupants\noccupation\noccupational\noccupations\noccupied\noccupier\noccupiers\noccupies\noccupy\noccupying\noccur\noccured\noccurence\noccuring\noccurred\noccurrence\noccurrences\noccurring\noccurs\noccusystems\nocd\noce\noce-van\nocean\nocean-going\noceana\noceaneering\noceanfront\noceangoing\noceania\noceanian\noceanic\noceano\noceanographer\noceanographic\noceanography\noceans\noceanside\noceanus\nocei\nocelli\nocelot\nocensa\noch\nocha\nochil\nochirbat\nocho\nochoa\nochotonidae\nochraceous\nochre\nochrony\nochs\noci\nock\nockeghem\nockham\nocl\noclc\nocoee\noconee\noconto\nocp\nocr\nocracoke\nocs\noct\noct'0\noct-april\noct-dec\noct-sept\noct.\noct0\noct0-nov0\nocta\noctagon\noctagonal\noctahedra\noctahedral\noctahedron\noctal\noctane\noctant\noctava\noctave\noctaves\noctavia\noctavian\noctavias\noctavio\noctavius\noctavo\noctel\noctet\noctets\noctnov\noctober\noctober-december\noctober-november\noctober-september\noctober/november\noctobre\noctonions\noctopi\noctopus\noctopuses\noctopussy\noctq\nocu\nocular\noculomotor\noculus\nocwen\nod\noda\nodak\nodakyu\nodawara\nodb\nodbc\nodd\nodd-lot\nodda\noddball\noddie\noddities\noddity\noddly\noddo\noddparents\nodds\nodds-on\node\nodebrecht\nodec\noded\nodeh\nodell\noden\nodenkirk\nodense\nodenwald\nodeon\noder\noderbruch\noderus\nodes\nodessa\nodets\nodetta\nodette\nodex\nodi\nodie\nodier\nodile\nodilo\nodin\nodinga\nodio\nodious\nodis\nodissi\nodlum\nodm\nodo\nodoacer\nodoardo\nodom\nodometer\nodon\nodontodes\nodor\nodori\nodorless\nodors\nodos\nodour\nodp\nodr\nodra\nodrade\nods\nodum\nodumbe\nodwalla\nodysseus\nodyssey\noe\noea\noebb\noecd\noecf\noecs\noed\noedema\noedipal\noedipus\noeffentliche\noehler\noeiag\noeics\noekb\noel\noelag\noelmuehle\noem\noems\noen\noengus\noeridian\noerlemans\noerlikon\noerlikon-buehrle\noersted\noesman\noeste\noester\noesterreicher\noesterreichische\noestfold\noestrogen\noetob\noetv\noeuvre\noevp\noevre\noex\noeystein\nof\nof0\nofa\nofc\nofcd\nofcom\nofdm\nofek\nofelia\nofer\noff\noff-again\noff-balance\noff-budget\noff-course\noff-duty\noff-exchange\noff-field\noff-floor\noff-grade\noff-guard\noff-highway\noff-limits\noff-line\noff-load\noff-loaded\noff-loading\noff-market\noff-peak\noff-price\noff-road\noff-season\noff-shore\noff-side\noff-site\noff-spinner\noff-stump\noff-take\noff-the-ball\noff-the-books\noff-the-cuff\noff-the-mall\noff-the-shelf\noff-track\noff-warrant\noffa\noffal\noffaly\noffbeat\noffcial\noffenbach\noffence\noffences\noffend\noffended\noffender\noffenders\noffending\noffends\noffense\noffenses\noffensive\noffensively\noffensives\noffer\noffered\nofferee\noffering\nofferings\nofferor\noffers\noffertory\noffhand\noffical\noffically\nofficals\noffice\nofficeholders\nofficemax\nofficer\nofficers\noffices\nofficial\nofficialdom\nofficially\nofficials\nofficialy\nofficiate\nofficiated\nofficiating\nofficier\nofficinalis\nofficio\noffiicial\noffing\noffline\noffload\noffloaded\noffloading\noffre\noffroad\noffs\noffscreen\noffseason\noffset\noffsets\noffsetting\noffshoot\noffshoots\noffshore\noffshoring\noffside\noffsite\noffspinner\noffspring\noffstage\nofftake\nofftakes\noffutt\noffworld\nofgas\nofi\noficial\noficials\nofisa\nofisi\nofk\noflag\nofm\nofonagoro\nofreg\nofsaa\nofsted\noft\noft-stated\noftel\noften\noften-volatile\noftentimes\nofthe\nofwat\nofz\nog\nogaden\nogami\nogasawara\nogata\nogawa\nogc\nogden\nogdensburg\nogdru\noge\nogedei\nogg\nogham\noghuz\nogi\nogier\nogilvie\nogilvy\nogiwara\nogl\noglala\nogle\noglesby\noglethorpe\nogmore\nogoni\nogoniland\nogonis\nogpu\nogre\nogres\nogress\nogrin\nogun\nogura\noguz\nogwuma\noh\noh0\noha\nohana\nohara\nohc\nohen\nohg\nohio\nohio-based\nohki\nohl\nohlone\nohm\nohman\nohmeda\nohmic\nohms\nohmsford\nohn\nohne\nohno\nohr\nohrid\nohs\nohsaa\nohta\nohv\noi\noiapr\noib\noic\noidec\noif\noifeb\noijan\noikawa\noil\noil-\noil-based\noil-bearing\noil-dri\noil-fired\noil-for\noil-for-food\noil-producing\noil-related\noil-rich\noil:dlrs\noilapr\noiled\noiler\noilers\noilex\noilfield\noilfields\noilgear\noiling\noiljul\noiljun\noilman\noilmay\noilmeal\noilmill\noils\noilseed\noilseeds\noilwell\noilworkers\noily\noimar\noingo\noinoussian\noinov\nointment\nointments\noirat\noirats\noireachtas\nois\noise\noiseaux\noishi\noisin\noistrakh\noita\noj\noj0\nojai\nojala\nojeda\noji\nojibwa\nojibway\nojibwe\nojo\nojos\nok\nok0\noka\nokabe\nokada\nokaloosa\nokami\nokamitsu\nokamoto\nokamura\nokan\nokanagan\nokano\nokanogan\nokapi\nokasan\nokavango\nokawara\nokay\nokayama\nokayed\nokays\nokazaki\nokb\nokd\noke\nokechukwu\nokeechobee\nokeh\nokehampton\nokello\nokey\nokh\nokhotsk\noki\nokie\nokinawa\nokinawan\nokinawans\nokita\nokla\noklahoma\noklahoman\noko\nokobank\nokocha\nokocim\nokoi\nokolie\nokon\nokotoks\nokra\nokres\nokrug\noks\noksana\noktay\noktoberfest\noku\nokubo\nokuda\nokulov\nokuma\nokura\nokw\nol\nola\nolaf\nolafsson\nolafur\nolah\nolainfarm\nolajuwon\nolam\noland\nolano\nolap\nolarn\nolathe\nolau\nolaus\nolav\nolave\nolawa\nolazabal\nolbermann\nolbia\nolcott\nolczyk\nold\nold-age\nold-crop\nold-fashioned\nold-growth\nold-guard\nold-style\nold-time\noldbury\noldcastle\noldcorn\nolde\nolden\noldenburg\noldendorf\noldendorff\noldendroff\nolder\noldest\noldfield\noldham\noldies\noldman\noldrich\nolds\noldsmobile\nolduvai\noldwick\nole\nolea\nolean\noleander\noled\nolefin\nolefins\noleg\noleic\nolein\noleksandr\noleksy\nolenghankoy\nolentangy\noleo\noleochemicals\nolerud\nolestra\nolexander\nolf\nolfactory\nolga\nolhovskiy\noli\nolicom\noligarch\noligarchic\noligarchies\noligarchs\noligarchy\noligocene\noligopoly\noligosaccharides\nolimpia\nolimpico\nolimpija\nolimpik\nolin\nolinda\noliphant\noliseh\noliva\nolivares\nolive\noliveira\noliver\nolivera\noliveri\noliveros\nolives\nolivet\nolivetti\nolivi\nolivia\nolivier\nolivine\nolivos\noliwa\noljeselskap\nolle\nolli\nollie\nollila\nolly\nolm\nolma\nolmec\nolmeca\nolmecs\nolmedo\nolmert\nolmo\nolmos\nolmstead\nolmsted\noln\nolney\nolo\nolof\nolomouc\nolonga\nolongapo\nolos\nolpe\nols\nolsen\nolson\nolsson\nolsten\nolster\nolsza\nolszewski\nolsztyn\nolt\noltchim\noltenia\nolu\nolufsen\nolujic\nolumpia\nolusegun\nolvera\nolvi\nolwen\nolympia\nolympiacos\nolympiad\nolympiads\nolympiakos\nolympian\nolympians\nolympias\nolympic\nolympics\nolympio\nolympique\nolympius\nolympus\nom\nom0\noma\nomac\nomagh\nomaha\nomai\nomake\noman\nomani\nomanthai\nomar\nomarion\nomarska\nomb\nombudsman\nombudsmen\nomc\nomd\nomdurman\nome\nomega\nomega0\nomelette\nomen\nomens\nomer\nomerta\nometraco\nomg\nomhsa\nomi\nomicron\nomineca\nominous\nominously\nomission\nomissions\nomit\nomits\nomitted\nomitting\nomiya\nommeren\nommissions\nomnes\nomni\nomnia\nomnibook\nomnibus\nomnicare\nomnicom\nomnidirectional\nomnimon\nomnimpex\nomnipoint\nomnipol\nomnipotence\nomnipotent\nomnipresence\nomnipresent\nomniquip\nomniscience\nomniscient\nomnitel\nomnitrix\nomnium\nomnius\nomnivore\nomnivores\nomnivorous\nomo\nomon\nomonia\nomori\nomri\nomron\noms\nomsk\nomv\non\non-\non-again\non-air\non-board\non-demand\non-farm\non-feed\non-field\non-going\non-line\non-market\non-off\non-peak\non-screen\non-shore\non-site\non-stream\non-the-spot\non-time\non-year\non/off\non0\nona\nonaga\nonako\nonam\nonassis\nonate\nonbancorp\nonboard\nonce\nonce-mighty\nonce-off\nonce-powerful\nonce-proud\nonce-weekly\noncins\noncogene\noncogenes\noncologist\noncology\noncoming\noncor\noncorhynchus\noncormed\nonda\nondaatje\nonderon\nondes\nondine\nondo\nondrej\nondruska\none\none-\none-and-a-half\none-billion\none-by-one\none-by-two\none-cent\none-china\none-day\none-dayer\none-dayers\none-eighth\none-fifth\none-for-five\none-for-four\none-for-one\none-for-six\none-for-three\none-for-two\none-for0\none-fourth\none-game\none-goal\none-half\none-hour\none-hundredth\none-legged\none-man\none-match\none-million\none-month\none-off\none-offs\none-on-one\none-out\none-over-par\none-page\none-party\none-percent\none-point\none-quarter\none-room\none-round\none-seat\none-sentence\none-seventh\none-shot\none-sided\none-sixth\none-step\none-stop\none-stroke\none-tenth\none-term\none-third\none-thousandth\none-time\none-to-one\none-two\none-under\none-under-par\none-vote\none-way\none-week\none-x\none-year\none-year-old\none-years\none-yr\none.\none0-one\none0one\nonega\nonegin\nonehunga\noneida\noneita\noneksimbank\noneness\noneok\noneonta\nonerous\nones\noneself\nonetime\nonewave\noneworld\nonex\nonfem\nong\nongar\nongc\nongoing\noni\nonias\nonic\nonida\nonimusha\nonin\nonion\nonions\nonis\nonishi\nonite\nonitsha\nonix\nonizuka\nonkaparinga\nonlf\nonline\nonlooker\nonlookers\nonly\nonn\nonna\nono\nonoda\nonofre\nonomatopoeia\nonomatopoeic\nonondaga\nonp\nonr\nons\nonsale\nonsan\nonscreen\nonsen\nonset\nonshore\nonside\nonsite\nonslaught\nonslow\nonstad\nonstage\nonstar\nonstream\nont\nont.\nontarian\nontarians\nontario\nontario-based\nonthe\nonto\nontological\nontologically\nontologies\nontology\nontonagon\nontrack\nontrak\nonu\nonuah\nonur\nonus\nonward\nonwards\nonyx\nonze\noo\noo0oo--\noo0oo-------\noocyte\noocytes\nood\noogie\nooh\noolong\noom\noomen-ruijten\noompa\noomph\noona\nooo\nooo----\nooo-----\noooooo\noop\noops\noort\noost\noostende\noosterveld\noosthuizen\nooty\noovel\noozaru\nooze\noozes\noozing\nop\nop.\nop0\nopa\nopacic\nopacity\nopal\nopals\nopaque\nopatov\nopatovice\nopava\nopc\nopcode\nopcodes\nopcw\nopec\nopec-member\nopechancanough\nopecna\nopel\nopelika\nopelousas\nopen\nopen-air\nopen-cast\nopen-door\nopen-end\nopen-ended\nopen-heart\nopen-market\nopen-minded\nopen-necked\nopen-outcry\nopen-pit\nopen-sided\nopen-skies\nopen-spec\nopen-specification\nopenbsd\nopencast\nopendocument\nopened\nopener\nopeners\nopengl\nopenid\nopening\nopening-round\nopenings\nopenly\nopenness\nopenoffice.org\nopens\nopensolaris\nopenstep\nopentype\nopenvms\noper\nopera\noperable\noperacion\noperand\noperandi\noperands\noperant\noperas\noperate\noperated\noperates\noperatic\noperating\noperation\noperational\noperationally\noperations\noperations(0\noperative\noperatively\noperatives\noperator\noperators\noperatorship\noperculum\noperetta\noperettas\noperon\nopers\nopeth\nopg\nopgc\nophelia\nophir\nophiuchus\nophthalmic\nophthalmologist\nophthalmologists\nophthalmology\nopiate\nopiates\nopic\nopie\nopine\nopined\nopines\nopinion\nopinionated\nopinions\nopioid\nopioids\nopium\nopjhl\nopl\nopm\nopmann\nopole\nopon\noporto\noposition\nopossum\nopossums\nopp\noppen\noppenheim\noppenheimer\noppenlaender\nopperman\noppidum\noppland\noppn\nopponent\nopponents\nopportune\nopportunism\nopportunist\nopportunistic\nopportunists\nopportunites\nopportunities\nopportunity\nopportunties\nopposable\noppose\nopposed\nopposes\nopposing\nopposite\noppositely\nopposites\nopposition\nopposition-backed\nopposition-controlled\nopposition-dominated\nopposition-held\nopposition-led\noppositional\noppositions\noppositon\noppostion\noppposition\noppress\noppressed\noppressing\noppression\noppressive\noppressor\noppressors\nopraf\noprah\nopry\nopryland\nops\nopsf\nopsm\nopstock\nopt\nopt-out\nopt-outs\nopta\noptare\nopted\noptek\nopteron\noptic\noptical\noptically\nopticals\noptician\nopticians\noptics\noptima\noptimal\noptimality\noptimally\noptimates\noptimax\noptimisation\noptimise\noptimised\noptimising\noptimism\noptimist\noptimistic\noptimistically\noptimists\noptimization\noptimizations\noptimize\noptimized\noptimizer\noptimizes\noptimizing\noptimum\noptimus\nopting\noption\noption-related\noptional\noptional-origin\noptionally\noptioned\noptions\noptions-\noptions-linked\noptions-related\noptioporssi\noptmistic\nopto\noptometrist\noptometrists\noptometry\nopts\noptus\nopuc\nopulence\nopulent\nopuntia\nopus\nopv\nopyright\noquendo\nor\nor0\nora\norac\noracle\noracle0\noracles\noracular\noradea\noradell\noral\norally\noram\noran\norang\norange\norangeburg\norangemen\norangery\noranges\norangeville\norangey\norangina\norangutan\norangutans\noranienburg\noranje\norapa\norapr\noration\norations\norator\noratorical\noratorio\noratorios\norators\noratory\norava\norazio\norb\norbach\norban\norbcomm\norbis\norbison\norbit\norbital\norbitals\norbited\norbiter\norbiters\norbiting\norbitor\norbits\norbotech\norbs\norc\norca\norcas\norchard\norchards\norchester\norchestra\norchestral\norchestras\norchestrate\norchestrated\norchestrating\norchestration\norchestrations\norchestrator\norchestre\norchid\norchidaceae\norchids\norcish\norckit\norcs\norcus\norczy\nord\nord/\norda\nordain\nordained\nordaining\nordapr\nordaz\norddec\norde\nordeal\nordeals\nordec\nordemar\norden\norder\norder-driven\norderbook\nordered\nordering\norderings\norderlies\norderly\norders\norders-blns\norders-on-hand\norders-pct\nordersapr\nordersdec\nordersfeb\nordersjan\nordersmar\nordersnov\nordfeb\nordinal\nordinals\nordinance\nordinances\nordinaries\nordinarily\nordinarius\nordinary\nordinate\nordinated\nordinates\nordinating\nordination\nordinations\nordinator\nordine\nordjun\nordmar\nordmay\nordnance\nordo\nordoct\nordonez\nordono\nordos\nordovician\nordre\nordrs\nordrsjan\nordrsjul\nordrsjun\nordrsmay\nords\nordsapr\nordsdec\nordsfeb\nordsjan\nordsmar\nordsmay\nordsnov\nordu\nordway\nordzhonikidze\nore\nore.-based\norebody\norebro\noregano\noregon\noregon-based\noregonian\noreja\norejuela\norel\norellana\norem\noremans\noren\norenburg\norenda\norengo\norenstein\noreo\nores\noresharski\noresme\noreste\norestes\noresund\norf\norfeb\norfeo\norfeus-spas\norff\norford\norg\norga\norgan\norgana\norganelle\norganelles\norganic\norganically\norganics\norganisation\norganisational\norganisations\norganise\norganised\norganiser\norganisers\norganises\norganising\norganism\norganisms\norganist\norganistion\norganists\norganization\norganizational\norganizationally\norganizations\norganize\norganized\norganizer\norganizers\norganizes\norganizing\norganogenesis\norganometallic\norganon\norganophosphate\norgans\norganum\norgasm\norgasmic\norgasms\norgies\norgill\norginal\norginally\norgins\norgone\norgryte\norgy\norhan\nori\noriana\noribi\noric\noricon\noriel\norient\norient-avia\norientable\noriental\norientale\norientales\norientalis\norientalism\norientalist\norientalists\norientated\norientation\norientations\noriente\noriented\norienteering\norienting\norientis\norifice\norifices\norig\norigami\norigen\norigin\noriginal\noriginality\noriginally\noriginals\noriginate\noriginated\noriginates\noriginating\norigination\noriginations\noriginator\noriginators\norigine\norigines\norigins\norihime\norii\norijent\norillia\norimi\norimulsion\norin\norinda\norinoco\noriole\norioles\norion\norion-squire\norion-yhtyma\norions\norisha\norishas\noriskany\norissa\norix\noriya\norizaba\norjan\nork\norkhon\norkla\norkney\norkneyinga\norkneys\norko\norks\norkut\norla\norlan\norland\norlandi\norlandini\norlando\norleanist\norleans\norleans-based\norlin\norlov\norly\norm\norman\normandy\normar\norme\normeau\normet\normiston\normoc\normond\normonde\normsby\normskirk\norn\nornament\nornamental\nornamentation\nornamented\nornaments\nornate\nornately\nornda\norndorff\norne\nornette\nornithischian\nornithological\nornithologist\nornithologists\nornithology\nornithopod\nornskoldsvik\nornstein\noro\norochi\norochimaru\norogen\norogenic\norogeny\norographic\noromia\noromo\norono\norontes\noropeza\norosius\norosz\noroville\noroya\norozco\norp\norphan\norphanage\norphanages\norphaned\norphans\norphee\norpheum\norpheus\norphic\norpington\norquesta\norr\norrefors\norrell\norrery\norrick\norridge\norrin\norry\nors\norsha\norsi\norsini\norson\nort\norta\nortega\north\northez\northo\northoclase\northodontic\northodontics\northodontist\northodox\northodoxy\northogonal\northographic\northographies\northography\northologic\northomolecular\northonormal\northopaedic\northopaedics\northopedic\northopedics\northorhombic\northostatic\nortigas\nortiz\nortlieb\norton\nortt\noru\norucevic\noruro\norval\norvieto\norville\norvis\norwell\nory\noryol\noryx\noryza\norzabal\nos\nos-siraj\nos/0\nos0\nosa\nosage\nosaka\nosaka-based\nosama\nosamu\nosan\nosasuna\nosb\nosbert\nosborn\nosborne\nosbourne\nosbournes\nosc\noscan\noscar\noscar-nominated\noscar-winning\noscars\nosce\nosceola\noscillate\noscillated\noscillates\noscillating\noscillation\noscillations\noscillator\noscillators\noscillatory\noscilloscope\noscilloscopes\nosco\nosd\nose\nosea\noseberg\nosei\nosel\nosella\noseltamivir\nosem\nosf\nosgiliath\nosgood\nosgoode\nosh\nosha\noshakati\noshawa\noshii\noshima\noshkosh\noshman\nosho\nosi\nosiander\nosicom\nosiguranje\nosijek\nosip\nosiris\nosk\noskar\nosler\noslo\noslo-based\noslobodjenje\noslofjord\nosm\nosman\nosmani\nosmania\nosmena\nosment\nosmium\nosmond\nosmonds\nosmonics\nosmosis\nosmotic\nosnabruck\nosnabrueck\nosnabruecker\noso\nosorio\nosorkon\nosorno\nosp\nospel\nospf\nospina\nosprey\nospreys\nosps\nosr\nosram\nosric\noss\nossa\nosseo\nossetia\nossetian\nossetians\nossett\nossia\nossian\nossicles\nossie\nossification\nossified\nossining\nossipee\nossory\nossuary\nossus\nost\nosteen\nosten\nostend\nostensible\nostensibly\nostenstad\nostentatious\nosteoarthritis\nosteoblasts\nosteomyelitis\nosteopathic\nosteopathy\nosteoporosis\noster\nosterberg\nostergotland\nosterley\nosterman\nosterreich\nosterreichische\nostersund\nostex\nostgota\nostia\nostinato\nostland\nostling\nostmark\nostoja\nostomy\nostra\nostracised\nostracism\nostracized\nostrander\nostrava\nostravar\nostrich\nostriches\nostrobothnia\nostroe\nostrog\nostrogothic\nostrogoths\nostroleka\nostrom\nostros\nostrov\nostrovsky\nostrow\nostrowski\nostvorpommern\nostwald\nosu\nosun\nosuna\nosunsade\nosv\nosvaldo\noswal\noswald\noswaldo\noswalt\noswego\noswestry\noswiecim\noswiu\nosz\not\nota\notago\notahuhu\notakar\notaki\notakon\notaku\notani\notaola\notaru\notc\notcei\note\notelinox\notello\notelul\notero\noth\nothello\nother\notherness\nothers\nothers.\nothers:cents\notherwise\notherworld\notherworldly\nothman\nothniel\notho\nothr\notis\notitis\notley\notmar\noto\notoe\notoko\notome\notomi\notomo\notomobil\notopeni\notori\notosan\notp\notra\notranto\notro\nots\notsego\notsu\notsuka\nott\nottar\nottaviano\nottavio\nottawa\nottaway\notter\notterbein\notters\nottey\nottis\nottmar\notto\nottokar\nottoman\nottomans\nottonian\nottumwa\notu\notus\notvos\notway\nou\nouachita\nouagadougou\noub\nouchi\noud\noude\noudh\noudtshoorn\noued\nouedec\nouedraogo\nouellet\nouellette\nouen\nouest\noufeb\nought\noui\nouija\nouimet\noujan\noujda\nouko\nould\nould-abdallah\noulton\noulu\noumar\noun\nounce\nounces\noundle\noup\nouput\nour\nouray\nourense\nouro\nouroboros\nours\nourselves\nousainou\nouse\nouside\nousland\nousmane\nouspensky\noust\noustanding\nousted\nouster\nousting\nousts\nout\nout-and-out\nout-in\nout-movement\nout-of-court\nout-of-date\nout-of-form\nout-of-pocket\nout-of-state\nout-of-the-money\nout-of-town\nout-patient\nout-turn\nout.\noutage\noutages\noutaouais\noutback\noutbid\noutboard\noutbound\noutbreak\noutbreaks\noutbuildings\noutburst\noutbursts\noutcast\noutcasts\noutclass\noutclassed\noutcome\noutcomes\noutcrop\noutcropping\noutcroppings\noutcrops\noutcry\noutdated\noutdid\noutdo\noutdone\noutdoor\noutdoors\noutdoorsman\nouted\nouteniqua\nouter\nouterbridge\noutermost\nouterwear\noutfall\noutfield\noutfielder\noutfielders\noutfit\noutfits\noutfitted\noutfitters\noutfitting\noutflank\noutflanked\noutflanking\noutflow\noutflows\noutgassing\noutgoing\noutgoings\noutgrew\noutgrow\noutgrown\noutgrowth\noutgrowths\noutgunned\nouthouse\nouthouses\nouting\noutings\noutkast\noutland\noutlander\noutlanders\noutlandish\noutlands\noutlast\noutlasted\noutlaw\noutlawed\noutlawing\noutlaws\noutlawz\noutlay\noutlays\noutlet\noutlets\noutlier\noutliers\noutline\noutlined\noutlines\noutlining\noutlive\noutlived\noutlook\noutlooks\noutlying\noutmaneuvered\noutmatched\noutmoded\noutnumber\noutnumbered\noutnumbering\noutokumpu\noutpace\noutpaced\noutpaces\noutpacing\noutpatient\noutpatients\noutperform\noutperformance\noutperformed\noutperformer\noutperformers\noutperforming\noutperforms\noutplacement\noutplayed\noutpointed\noutpolled\noutpost\noutposts\noutpouring\noutpq0\noutput\noutputs\noutputting\noutputy\noutq0\noutrage\noutraged\noutrageous\noutrageously\noutrages\noutram\noutran\noutranked\noutre\noutreach\noutremont\noutrigger\noutriggers\noutright\noutrights\noutro\noutrun\nouts\noutschakov\noutscored\noutscoring\noutselling\noutset\noutshine\noutshone\noutshopped\noutshot\noutside\noutsider\noutsiders\noutskirts\noutsmart\noutsold\noutsource\noutsourced\noutsourcing\noutspent\noutspoken\noutspokenness\noutstanding\noutstanding(0\noutstanding*\noutstandingly\noutstandings\noutstation\noutstretched\noutstrip\noutstripped\noutstripping\noutstrips\noutta\nouttake\nouttakes\noutturn\noutvoted\noutward\noutwardly\noutwards\noutwash\noutweigh\noutweighed\noutweighing\noutweighs\noutwit\noutwith\noutwitted\noutworld\nouvriere\nouyahia\nouyang\nov\nov0\nova\novais\noval\novale\novals\novando\novarian\novaries\novary\novas\novata\novate\novation\novations\novcara\novcharov\novchinnikov\nove\novechkin\noven\novens\nover\nover-\nover-age\nover-allotment\nover-allotments\nover-ambitious\nover-bought\nover-capacity\nover-dependence\nover-exposure\nover-extended\nover-heated\nover-heating\nover-optimism\nover-optimistic\nover-priced\nover-production\nover-reacted\nover-reacting\nover-reaction\nover-regulation\nover-reliance\nover-riding\nover-runs\nover-subscribed\nover-subscription\nover-supply\nover-the-counter\nover-the-weekend\nover-valuation\nover-valued\nover0\noveractive\noveral\noverall\noverallotment\noverallotments\noveralls\noverarching\noverawed\noverbanked\noverbearing\noverbeck\noverbidding\noverblown\noverboard\noverbought\noverbridge\noverbrook\noverbuilding\noverburden\noverburdened\novercame\novercapacity\novercast\novercharge\novercharged\novercharges\novercharging\noverclocked\noverclocking\novercoat\novercome\novercomes\novercoming\noverconfidence\noverconfident\novercrowded\novercrowding\noverdoing\noverdone\noverdose\noverdosed\noverdoses\noverdosing\noverdraft\noverdrafts\noverdrive\noverdriven\noverdub\noverdubbed\noverdubbing\noverdubs\noverdue\novereating\noverestimate\noverestimated\noverestimating\noverexposure\noverextended\noverfishing\noverflight\noverflights\noverflow\noverflowed\noverflowing\noverflows\noverfly\noverflying\novergrazing\noverground\novergrown\novergrowth\noverhand\noverhang\noverhanging\noverhangs\noverhaul\noverhauled\noverhauling\noverhauls\noverhead\noverheads\noverhear\noverheard\noverhearing\noverhears\noverheat\noverheated\noverheating\noverijssel\noverjoyed\noverkill\noverlaid\noverlain\noverland\noverlander\noverlap\noverlapped\noverlapping\noverlaps\noverlay\noverlayed\noverlaying\noverlays\noverlies\noverliquid\noverload\noverloaded\noverloading\noverloads\noverlook\noverlooked\noverlooking\noverlooks\noverlord\noverlords\noverlordship\noverly\noverlying\noverman\novermars\novermind\novernight\novernights\noverpaid\noverpass\noverpasses\noverpay\noverpaying\noverpayment\noverpayments\noverplayed\noverpopulated\noverpopulation\noverpower\noverpowered\noverpowering\noverpowers\noverpressure\noverpriced\noverprint\noverprinted\noverprints\noverproducing\noverproduction\noverprotective\noverran\noverrated\noverreact\noverreacted\noverreacting\noverreaction\noverridden\noverride\noverrides\noverriding\noverrode\noverrule\noverruled\noverruling\noverrun\noverrunning\noverruns\novers\noversaw\noversea\noversea-chinese\noverseas\noverseas-based\noversee\noverseeing\noverseen\noverseer\noverseers\noversees\novershadow\novershadowed\novershadowing\novershadows\novershoot\novershooting\novershoots\novershot\noversight\noversimplification\noversize\noversized\noversold\noverspend\noverspending\noverspent\noverspill\noverstaffed\noverstaffing\noverstate\noverstated\noverstatement\noverstates\noverstating\noverstaying\noversteer\noverstepped\noverstepping\noverstreet\noverstretched\noversubscribed\noversubscription\noversubscriptions\noversupplied\noversupply\novert\novertake\novertaken\novertakes\novertaking\noverthrew\noverthrow\noverthrowing\noverthrown\noverthrows\novertime\novertly\noverton\novertone\novertones\novertook\noverture\novertures\noverturn\noverturned\noverturning\noverturns\noveruse\noverused\novervaluation\novervalued\noverview\noverviews\noverwatch\noverweight\noverweighted\noverweighting\noverwhelm\noverwhelmed\noverwhelming\noverwhelmingly\noverwhelms\noverwinter\noverwintering\noverwinters\noverwork\noverworked\noverworld\noverwrite\noverwriting\noverwritten\noverzealous\novi\novid\noviedo\noviparous\novipositor\noviraptor\novitz\novo\novoid\novoviviparous\novp\novr\novsiannikov\novulation\novule\novules\novum\novw\now\nowain\nowais\nowari\nowatonna\nowe\nowed\nowego\nowen\nowens\nowens-illinois\nowens-thomsen\nowensboro\nowerri\nowes\nowing\nowings\nowl\nowlet\nowls\nown\nown-account\nown-brand\nown-goal\nown-label\nowned\nowner\nowner-occupied\nownerless\nowners\nownership\nowning\nowns\nowosso\nowsley\nox\noxalate\noxalic\noxbow\noxbridge\noxegen\noxen\noxenstierna\noxfam\noxford\noxfordshire\noxidant\noxidants\noxidase\noxidation\noxidative\noxide\noxides\noxidised\noxidize\noxidized\noxidizer\noxidizes\noxidizing\noxis\noxley\noxnard\noxo\noxon\noxtail\noxted\noxus\noxy\noxycodone\noxycontin\noxygen\noxygenated\noxygenation\noxymoron\noxyrhynchus\noxytocin\noy\noya\noyama\noye\noyl\noymen\noyo\noystein\noyster\noystercatcher\noystercatchers\noysters\noyvind\noz\noz.\nozai\nozaki\nozal\nozark\nozarks\nozawa\nozeki\nozemail\noziel\nozkasnak\nozma\nozolinsh\nozone\nozone-depleting\nozu\nozymandias\nozzfest\nozzie\nozzy\np\np&c\np&g\np&i\np&l\np&o\np&u\np&v\np&w\np'yongyang\np+c\np-\np-com\np-e\np-notes\np-pence\np-preliminary\np-premium\np.\np.a\np.a.\np.c.\np.d.\np.e.\np.f.\np.g.\np.g.t.\np.grid\np.h.\np.i.\np.i.f.\np.j.\np.k.\np.l.\np.l.c\np.m\np.m.\np.m.(0\np.m..\np.o.\np.o.d.\np.p.\np.r.\np.s\np.s.\np.t.\np.v.\np.w.\np/e\np0\np0+\np00\np0a\np0b\np0c\np0d\np0p\np0s\np=pellets\npa\npa.\npa.-based\npa0\npaa\npaar\npaarl\npaascu\npaasikivi\npaavo\npab\npablo\npabst\npac\npac0\npaca\npacaf\npacalta\npaccar\npacdun\npace\npaced\npacelli\npacem\npacemaker\npacemakers\npaceman\npacemen\npacer\npacers\npaces\npacesetter\npacesetters\npacey\npacha\npacheco\npachelbel\npachin\npachinko\npachomius\npachouri\npachuca\npachypodium\npacific\npacific-north\npacifica\npacificare\npacification\npacifico\npacificorp\npacifics\npacified\npacifier\npacifique\npacifism\npacifist\npacifistic\npacifists\npacify\npacifying\npacing\npacini\npacino\npacis\npacitti\npack\npackage\npackaged\npackager\npackages\npackaging\npackalen\npackard\npacked\npacker\npackers\npacket\npackets\npackhorse\npacking\npacks\npackwood\npaclitaxel\npacman\npaco\npacquiao\npacs\npact\npactel\npactio\npacto\npacts\npactual\npacuk\npacy\npad\npada\npadaeng\npadang\npadania\npadawan\npadborg\npadd\npadded\npadden\npaddick\npaddies\npadding\npaddington\npaddle\npaddled\npaddler\npaddlers\npaddles\npaddling\npaddock\npaddocks\npaddy\npaden\npaderborn\npaderewski\npadermpob\npadfield\npadgett\npadhraic\npadi\npadico\npadilha\npadilla\npadinha\npadishah\npadlock\npadma\npadmasambhava\npadme\npadmini\npadoa\npadoa-schioppa\npadova\npadovano\npadraig\npadre\npadres\npadron\npads\npadstow\npadua\npaducah\npaduka\npae\npaean\npaediatric\npaediatrics\npaedophile\npaedophiles\npaedophilia\npaes\npaevaleht\npaez\npaf\npafawag\npag\npagad\npagan\npagani\npaganin\npaganini\npaganism\npagano\npagans\npagar\npagasa\npagcor\npage\npage0\npageant\npageantry\npageants\npaged\npagenet\npager\npagerank\npagers\npages\npaget\npaging\npaglia\npagliacci\npagliuca\npagnell\npagnozzi\npago\npagoda\npagodas\npagrotsky\npah\npahad\npahalgam\npahang\npahari\npahat\npahlavas\npahlavi\npahrump\npahs\npai\npaice\npaich\npaid\npaid-in\npaid-up\npaigc\npaige\npaignton\npaik\npail\npailin\npain\npaine\npained\npaines\npainewebber\npainful\npainfully\npainkiller\npainkillers\npainless\npainleve\npains\npainstaking\npainstakingly\npaint\npaintball\npaintballs\npaintbrush\npainted\npainter\npainterly\npainters\npainting\npaintings\npaintmaker\npaintmakers\npaints\npaintsville\npaintwork\npaipote\npair\npairc\npaired\npairgain\npairing\npairings\npairs\npairwise\npais\npaisa\npaise\npaisley\npaiste\npaita\npaiute\npaiutes\npaiva\npaix\npaiz\npajama\npajamas\npajaritos\npajero\npak\npak0\npaka\npakeha\npakenham\npakhoed\npakhtuns\npakistan\npakistan-based\npakistani\npakistanis\npakning\npakpahan\npaks\npaktia\npakuwon\npal\npal-peugeot\npala\npalace\npalaces\npalacio\npalacios\npaladin\npaladine\npaladini\npaladins\npalaeolithic\npalaeologus\npalaeontological\npalaeontologist\npalaeontology\npalaeozoic\npalaestra\npalafox\npalahniuk\npalaiologos\npalais\npalak\npalakkad\npalamas\npalamedes\npalanca\npalance\npalang\npalanga\npalani\npalaniappan\npalanka\npalanquin\npalanthas\npalantir\npalapa\npalas\npalast\npalatable\npalatal\npalatalization\npalatalized\npalate\npalatial\npalatinate\npalatine\npalatka\npalau\npalaus\npalawan\npalazzi\npalazzo\npale\npalea\npalearctic\npaled\npalembang\npalencia\npalenque\npaleo\npaleocene\npaleolithic\npaleontological\npaleontologist\npaleontologists\npaleontology\npaleozoic\npaler\npalermo\npales\npalestinan\npalestinans\npalestine\npalestinian\npalestinian-controlled\npalestinian-israeli\npalestinian-ruled\npalestinians\npalestra\npalestrina\npalette\npalettes\npaley\npalffy\npalfrey\npalghat\npalgrave\npali\npaliburg\npalimony\npalimpsest\npalin\npalindrome\npalindromic\npalio\npalisa\npalisade\npalisades\npalitoy\npall\npallada\npalladian\npalladino\npalladio\npalladium\npalladius\npallars\npallas\npallav\npallava\npallavas\npallavi\npallavicini\npallbearers\npallet\npalletised\npallets\npalli\npalliative\npallid\npallidum\npallidus\npalliser\npallister\npallium\npallo\npallomari\npalm\npalm-oil\npalma\npalmach\npalmar\npalmares\npalmas\npalmately\npalmdale\npalme\npalmeiras\npalmeiro\npalmer\npalmerino\npalmers\npalmerston\npalmetto\npalmexpellers\npalmieri\npalmindustrie\npalmkernel\npalmoil\npalmolein\npalmolive\npalmor\npalms\npalmtop\npalmyra\npalo\npaloma\npalomar\npalombi\npalomino\npalos\npalouse\npalpable\npalpatine\npalpi\npalpitations\npals\npalsy\npaltrow\npaltry\npaltz\npalu\npalumbo\npalus\npalustris\npam\npama\npambansa\npamela\npamida\npamina\npamir\npamirs\npamlico\npampa\npampanga\npampas\npampered\npamphilj\npamphlet\npamphleteer\npamphlets\npamphylia\npampilla\npamplona\npamuk\npamungkas\npamunkey\npan\npan-african\npan-american\npan-arab\npan-baltic\npan-european\npan-german\npana\npanacea\npanache\npanaco\npanagia\npanagiotis\npanagora\npanahaiki\npanalpina\npanama\npanamanian\npanamanian-registered\npanamanians\npanamax\npanamax-sized\npanamaxes\npanamco\npanamerican\npanamericana\npanamint\npanamsat\npanasia\npanasonic\npanathinaikos\npanatta\npanavia\npanavision\npanay\npanayiotis\npanayotis\npancake\npancakes\npancamo\npancanadian\npancasila\npancevo\npanch\npancha\npanchala\npanchalas\npanchayat\npanchayath\npanchayats\npanchen\npancho\npancho-helinda\npanchore\npancontinental\npancras\npancrase\npancreas\npancreatic\npancreatitis\npanda\npandan\npandang\npandanus\npandas\npandava\npandavas\npanday\npande\npandeli\npandemic\npandemics\npandemonium\npander\npandering\npandey\npandion\npandionidae\npandit\npandita\npandits\npando\npandolfi\npandolfo\npandora\npandu\npandulf\npandya\npandyan\npandyas\npane\npanegyric\npanel\npaneled\npaneling\npanelist\npanelists\npanelled\npanelling\npanellist\npanellists\npanels\npanenergy\npanes\npanesar\npanetta\npaneuropean\npanevezys\npanfilo\npang\npangaea\npangalos\npanganiban\npangasinan\npangborn\npangea\npangestu\npangilinan\npanglima\npangolin\npangolins\npangs\npangue\npanguna\npanhandle\npanhard\npanhellenic\npani\npanic\npanic-stricken\npanicked\npanicker\npanicking\npanicky\npanicles\npanics\npaniliakos\npanin\npanini\npanionios\npanipat\npanis\npanizzi\npanjab\npanjabi\npanjang\npanjsher\npank\npankaj\npankhurst\npankkiiriliike\npankov\npankow\npankratov\npanmunjom\npanmure\npann\npanna\npanned\npannella\npannier\npanniers\npanning\npannon\npannon-flax\npannon-valto\npannonhalma\npannonia\npannonian\npannonplast\npanocean\npanola\npanoply\npanopticon\npanorama\npanoramas\npanoramic\npanos\npanoz\npans\npansy\npant\npantages\npantai\npantaleon\npantaloon\npantanal\npantani\npantano\npante\npanter\npantera\npanth\npanthay\npanthays\npantheism\npantheistic\npantheon\npantheons\npanther\npanthera\npanthers\npantic\npanties\npantillano\npantin\npantograph\npantographs\npantoja\npantomime\npantomimes\npanton\npantone\npantry\npants\npanty\npantyhose\npanucci\npanutan\npanvel\npanza\npanzanini\npanzer\npanzerfaust\npanzergrenadier\npanzerkorps\npanzers\npao\npaok\npaola\npaoletti\npaoli\npaolini\npaolo\npap\npapa\npapacy\npapademos\npapadopoulos\npapaioannou\npapakura\npapal\npapan\npapandoniou\npapandreou\npaparazzi\npaparizov\npapas\npapastratos\npapaya\npape\npapeete\npapel\npapen\npapendorp\npaper\npaper-based\npaper-maker\npaper-making\npaper-thin\npaperback\npaperbacks\npaperboard\npaperboy\npaperclip\npapered\npapering\npaperless\npapermaker\npapermaking\npapers\npaperwork\npapery\npaphos\npapi\npapier\npapilio\npapilionidae\npapilla\npapillae\npapillary\npapillion\npapillomavirus\npapillon\npapin\npapineau\npapon\npapoose\npapouis\npapoutsis\npapows\npapp\npappas\npappu\npappus\npappy\npaprika\npapua\npapuan\npapunya\npapyri\npapyrus\npaquin\npaquito\npar\npar-five\npar-four\npar-three\npar0\npara\npara-military\nparabellum\nparable\nparables\nparabola\nparabolic\nparacel\nparacelsus\nparacetamol\nparacha\nparachute\nparachuted\nparachutes\nparachuting\nparachutist\nparachutists\nparada\nparadas\nparade\nparaded\nparades\nparadigm\nparadigmatic\nparadigms\nparading\nparadip\nparadis\nparadise\nparadiso\nparadox\nparadoxes\nparadoxical\nparadoxically\nparaffin\nparaffinic\nparag\nparagliding\nparagon\nparagraph\nparagraphs\nparaguay\nparaguayan\nparaguayans\nparaiba\nparaiso\nparakeet\nparakeets\nparakramabahu\nparalegal\nparalimni\nparallax\nparallel\nparalleled\nparalleling\nparallelism\nparallelogram\nparallels\nparalympic\nparalympics\nparalyse\nparalysed\nparalyses\nparalysing\nparalysis\nparalytic\nparalyze\nparalyzed\nparalyzing\nparam\nparama\nparamagnetic\nparamaribo\nparamedic\nparamedics\nparameter\nparameterized\nparameters\nparametric\nparamilitaries\nparamilitary\nparamo\nparamount\nparamour\nparampara\nparamus\nparana\nparanaense\nparanagua\nparanapanema\nparanaque\nparanet\nparang\nparanoia\nparanoid\nparanor\nparanormal\nparantaka\nparanthan\nparanthropus\nparaparaumu\nparapet\nparapets\nparaphernalia\nparaphilia\nparaphilias\nparaphrase\nparaphrased\nparaphrases\nparaphrasing\nparaphyletic\nparapine\nparaplegic\nparappa\nparapsychological\nparapsychology\nparas\nparashurama\nparasite\nparasites\nparasitic\nparasitism\nparasitoids\nparasitology\nparasol\nparasrampuria\nparastatal\nparastatals\nparasurama\nparasympathetic\nparathyroid\nparatransit\nparatroop\nparatrooper\nparatroopers\nparatroops\nparaul\nparavur\nparaxylene\nparbat\nparboiled\nparbury\nparc\nparcel\nparcells\nparcels\nparcham\nparche\nparched\nparchim\nparchment\nparco\nparcs\nparczew\npardee\npardes\npardew\npardo\npardomuan\npardon\npardoned\npardoning\npardons\npardubice\npare\npared\nparedes\npareja\nparekh\npareks\nparekss\nparenchyma\nparent\nparentage\nparental\nparente\nparenteral\nparentheses\nparenthesis\nparenthetical\nparenthood\nparenti\nparenting\nparents\nparer\npares\nparesh\npareto\nparexel\nparfait\nparfitt\npargana\nparganas\nparham\npari\npari-mutuel\nparia\npariah\nparibas\nparidae\nparietal\nparijat\nparikh\nparing\nparis\nparis-based\nparis-bound\nparis-cdg\nparis-charles\nparis-nice\nparis-roubaix\nparish\nparishad\nparishes\nparishioner\nparishioners\nparisi\nparisian\nparisians\nparisien\nparisienne\nparit\nparities\nparity\nparizeau\npark\npark-ohio\nparka\nparkdale\nparke\nparke-davis\nparked\nparken\nparker\nparkers\nparkersburg\nparkes\nparkgate\nparkhead\nparkhurst\nparkiet\nparkin\nparking\nparkins\nparkinson\nparkland\nparklands\nparkman\nparkour\nparks\nparkside\nparkview\nparkville\nparkway\nparkways\nparkwood\nparlance\nparlay\nparlayed\nparle\nparlement\nparlements\nparler\nparley\nparliament\nparliamentarian\nparliamentarians\nparliamentarism\nparliamentary\nparliaments\nparlimentary\nparlophone\nparlor\nparlors\nparlour\nparlours\nparlous\nparlt\nparlux\nparma\nparmalat\nparmar\nparmenides\nparmesan\nparn\nparnassos\nparnassus\nparnell\nparnellite\nparnevik\nparnu\nparo\nparochial\nparodi\nparodic\nparodied\nparodies\nparody\nparodying\nparole\nparoled\nparoles\nparore\nparos\nparotid\nparoxetine\nparque\nparr\nparra\nparral\nparramatta\nparred\nparreira\nparrett\nparretti\nparried\nparris\nparrish\nparrot\nparrots\nparrott\nparry\npars\nparse\nparsecs\nparsed\nparser\nparsers\nparshah\nparsi\nparsifal\nparsimonious\nparsimony\nparsing\nparsippany\nparsis\nparsley\nparsloe\nparsoli\nparson\nparsonage\nparsons\npart\npart-float\npart-flotation\npart-owned\npart-owner\npart-time\npart-timers\npart-tutsi\npartake\npartakes\npartaking\npartch\nparte\npartecipazioni\nparted\npartei\npartek\npartenkirchen\nparter\nparterre\nparterres\nparters\nparthenogenesis\nparthenon\nparthia\nparthian\nparthians\nparti\npartia\npartial\npartial-birth\npartiality\npartially\npartials\nparticipacoes\nparticipant\nparticipants\nparticipate\nparticipated\nparticipates\nparticipating\nparticipation\nparticipations\nparticipatory\nparticiple\nparticiples\npartick\nparticle\nparticles\nparticuarly\nparticular\nparticularily\nparticularity\nparticularly\nparticulars\nparticulary\nparticulate\nparticulates\npartido\npartidul\npartie\npartied\nparties\npartij\nparting\npartington\npartir\npartisan\npartisans\npartisanship\npartisi\npartition\npartitioned\npartitioning\npartitions\npartito\npartizan\npartizani\npartlow\npartly\npartly-owned\npartly-paid\npartner\npartnered\npartnering\npartnerre\npartners\npartnership\npartnerships\nparton\npartook\npartridge\npartridges\nparts\npartway\nparty\nparty-led\npartygoers\npartying\nparus\nparva\nparvanov\nparvathi\nparvati\nparviz\nparvus\nparwan\nparzival\npas\npas0\npasa\npasadena\npasar\npasay\npascack\npascagoula\npascal\npascale\npascha\npaschal\npaschi\npaschke\npasco\npascoe\npascua\npascual\npaseo\npasfin\npasha\npashas\npashto\npashtun\npashtuns\npashupati\npasi\npasic\npasific\npasifik\npasig\npasion\npasiphae\npasir\npasir-\npaskal\npaskov\npasminco\npaso\npasok\npasolini\npasqua\npasqual\npasquale\npass\npass-in\npass-through\npass-throughs\npassable\npassacaglia\npassage\npassages\npassageway\npassageways\npassaglia\npassaic\npassamaquoddy\npassangers\npassant\npassarella\npassarini\npassat\npassau\npassbook\npasschendaele\npasse\npassed\npassenger\npassenger-side\npassengers\npasser\npasser-by\npassera\npasserby\npasseridae\npasseriformes\npasserine\npasserines\npassero\npassers\npassers-by\npassersby\npasses\npassiflora\npassing\npassion\npassionate\npassionately\npassionist\npassions\npassive\npassively\npassivity\npasslack\npassmore\npasso\npassos\npassover\npassow\npassport\npassports\npassu\npassword\npasswords\npassy\npast\npast-due\npasta\npaste\npasted\npastel\npastels\npasternak\npastes\npasteur\npasteurization\npasteurized\npastiche\npastiches\npasties\npastime\npastimes\npasting\npastis\npasto\npaston\npastor\npastora\npastoral\npastoralism\npastoralist\npastoralists\npastorals\npastorate\npastore\npastored\npastorius\npastors\npastrana\npastries\npastry\npasts\npasture\npastureland\npastures\npasty\npaswan\npat\npata\npatacas\npatagonia\npatagonian\npataki\npataliputra\npatamon\npatan\npatani\npatanjali\npatapsco\npatasse\npatch\npatched\npatches\npatchimkul\npatching\npatchogue\npatchwork\npatchy\npatco\npate\npatek\npatel\npatella\npatellar\npatent\npatentability\npatentable\npatented\npatenting\npatently\npatents\npater\npatera\npaternal\npaternalism\npaternalistic\npaternity\npaterno\npaternoster\npaterson\npath\npath-breaking\npathak\npathan\npathanamthitta\npathans\npathbreaking\npathe\npathet\npathetic\npathfinder\npathfinders\npathi\npathis\npathmark\npathogen\npathogenesis\npathogenic\npathogenicity\npathogens\npathologic\npathological\npathologies\npathologist\npathologists\npathology\npathom\npathophysiology\npathos\npaths\npathum\npathway\npathways\npati\npatiala\npatience\npatient\npatiently\npatients\npatijn\npatil\npatina\npatinkin\npatino\npatio\npatios\npatmos\npatna\npatnaik\npato\npatois\npaton\npatos\npatra\npatras\npatrascanu\npatrese\npatria\npatriae\npatriarca\npatriarch\npatriarchal\npatriarchate\npatriarchs\npatriarchy\npatriation\npatric\npatrice\npatricia\npatrician\npatricians\npatricio\npatricius\npatrick\npatricks\npatrie\npatrik\npatrika\npatrilineal\npatrimonio\npatrimony\npatriot\npatriote\npatriotes\npatriotic\npatriotism\npatriots\npatristic\npatrizia\npatroclus\npatrol\npatrolled\npatrolling\npatrolman\npatrolmen\npatrologia\npatrols\npatron\npatronage\npatroness\npatronised\npatronising\npatronize\npatronized\npatronizing\npatrons\npatronus\npatronymic\npatroons\npats\npatsy\npattana\npattanaik\npattani\npattaya\npatted\npattee\npatten\npatter\npatterdale\npattern\npatterned\npatterning\npatterns\npatterson\npatti\npattie\npatties\npattinson\npattison\npatton\npattullo\npatty\npatuxent\npau\npau-orthez\npaucity\npauker\npaul\npaul-savage\npaul.casciato@reuters.com\npaula\npaulding\npaule\npaulet\npaulette\npauley\npauli\npaulie\npaulin\npaulina\npauline\npauling\npaulinho\npaulini\npaulino\npaulinus\npaulista\npaull\npaullus\npaulo\npaulos\npauls\npaulse\npaulsen\npaulson\npaulus\npauly\npaunescu\npauper\npaupers\npausanias\npause\npaused\npauses\npausing\npauw\npavan\npavarotti\npave\npaved\npavel\npavelic\npavement\npavements\npaver\npaves\npavia\npavilion\npavilions\npavillion\npavillon\npavin\npaving\npavle\npavletic\npavlo\npavlodar\npavlos\npavlou\npavlov\npavlova\npavlovic\npavlovich\npavlovna\npavn\npavo\npavol\npavon\npaw\npawan\npawar\npawel\npawlak\npawlenty\npawley\npawling\npawn\npawnbroker\npawned\npawnee\npawns\npawnshop\npaws\npawtucket\npax\npaxar\npaxil\npaxman\npaxon\npaxson\npaxton\npay\npay-as-you-go\npay-back\npay-in-kind\npay-off\npay-offs\npay-out\npay-outs\npay-per-view\npay-television\npay-to-play\npay-tv\npaya\npayable\npayback\npaycheck\npaychecks\npaydate\npayday\npaye\npayed\npayee\npayer\npayers\npayette\npaying\npaykel\npayless\npayload\npayloads\npaymaster\npaymasters\npayment\npaymentech\npayments\npayne\npaynter\npayoff\npayoffs\npayoh\npayola\npayors\npayout\npayouts\npaypal\npayphone\npayphones\npayrl\npayroll\npayrolls\npays\npaysandu\npayson\npayton\npayuha\npaz\npazar\npazuzu\npazz\npazzi\npb\npb0\npba\npbank\npbc\npbe\npbg\npbgc\npbi\npbk\npbks\npbl\npbm\npboc\npbr\npbs\npbsy\npbx\npby\npc\npc-based\npc-meter\npc0\npca\npcb\npcbs\npcc\npccw\npcd\npcds\npce\npcf\npcg\npcgg\npch\npcha\npci\npcibank\npcie\npcjr\npcjss\npckgs\npcl\npcm\npcmcia\npcn\npco\npcp\npcpl\npcr\npcs\npct\npct(0\npct-a\npct-r\npctage\npcts\npcu\npcv\npcw\npcx\npd\npd0\npda\npdas\npdb\npdc\npdcp\npdd\npde\npde0\npdf\npdfm\npdi\npdis\npdl\npdm\npdo\npdp\npdp0\npdpa\npdr\npds\npdsr\npdst\npdt\npdusts\npdv\npdvsa\npdz\npe\npe0\npea\npea=peas\npeabody\npeace\npeace-keeping\npeace-making\npeaceable\npeaceably\npeacebuilding\npeaceful\npeacefully\npeacekeeper\npeacekeepers\npeacekeeping\npeacemaker\npeacemakers\npeacemaking\npeacetime\npeaceville\npeach\npeaches\npeachey\npeachtree\npeachy\npeacock\npeacocks\npeafowl\npeafowls\npeak\npeak-hour\npeake\npeaked\npeaking\npeaks\npeal\npeale\npeano\npeanut\npeanuts\npeapod\npear\npearce\npearcy\npearl\npearland\npearle\npearling\npearlman\npearls\npearly\npears\npearsall\npearse\npearson\npeart\npeary\npeas\npeasant\npeasantry\npeasants\npease\npeat\npeavey\npeay\npeb\npebble\npebbles\npec\npecan\npecc\npecchia\npecent\npech\npeche\npecheneg\npechenegs\npechersk\npechiney\npechora\npechstein\npeck\npeckham\npecking\npeckinpah\npeco\npecos\npecs\npecten\npectin\npectoral\npectoralis\npectoris\npeculiar\npeculiarities\npeculiarity\npeculiarly\npecuniary\npedagogic\npedagogical\npedagogue\npedagogy\npedal\npedalboard\npedaling\npedals\npedantic\npedder\npeddie\npeddle\npeddled\npeddler\npeddlers\npeddling\npeden\npeder\npederastic\npederasty\npedersen\npederson\npedestal\npedestals\npedestrian\npedestrianised\npedestrians\npediatric\npediatrician\npediatricians\npediatrics\npediatrix\npedicels\npedicle\npedigree\npedigrees\npediment\npediments\npedipalps\npedophile\npedophiles\npedophilia\npedra\npedro\npedros\npedrosa\npedroso\npeduncle\npeduncles\npee\npeebles\npeek\npeeking\npeekskill\npeel\npeele\npeeled\npeeler\npeeling\npeels\npeenemunde\npeep\npeeping\npeeps\npeer\npeerage\npeerages\npeered\npeeress\npeering\npeerless\npeers\npeet\npeeters\npeeve\npeewee\npefco\npeffekoven\npeformance\npeg\npegadaian\npegasi\npegaso\npegasus\npegg\npegged\npegging\npeggy\npegmatite\npegmatites\npegram\npegs\npegu\npehe\npehr\npei\npeikoff\npeinture\npeiper\npeirce\npeiris\npeixoto\npejorative\npejoratively\npek\npekalongan\npekan\npekan-\npekanbaru\npekao\npekar\npekin\npeking\npekka\npekkarinen\npekpol\npel\npelaez\npelagianism\npelagic\npelagius\npelambres\npelangi\npelayaran\npelayo\npele\npelecaniformes\npeled\npelee\npeleg\npeleliu\npelennor\npeleus\npelham\npelias\npelican\npelicans\npelikan\npelissier\npelisson\npell\npella\npellaeon\npelle\npelleas\npellegrini\npellegrino\npellervo\npellet\npelletier\npelletreau\npellets\npellew\npelley\npelli\npelly\npelni\npeloponnese\npeloponnesian\npeloponnesus\npelops\npelosi\npelosky\npelota\npelotas\npeloton\npelous\npels\npelt\npelted\npeltier\npelting\npeltola\npelton\npelts\npelvic\npelvis\npema\npemba\npemberstone\npemberton\npembina\npembrey\npembridge\npembroke\npembrokeshire\npemex\npemigewasset\npen\npena\npenal\npenalise\npenalised\npenalises\npenalising\npenalities\npenalize\npenalized\npenalties\npenalty\npenance\npenances\npenang\npenarol\npenarth\npenaud\npence\npenchant\npencil\npenciled\npenciler\npenciling\npencilled\npenciller\npencils\npenco\npend\npenda\npendant\npendants\npendapatan\npendentives\npender\npenderecki\npendergast\npendergrass\npending\npendino\npendle\npendlebury\npendleton\npendolino\npendragon\npenduline\npendulous\npendulum\npendulums\npenederm\npenedos\npenelas\npenelec\npenelope\npenetanguishene\npenetrate\npenetrated\npenetrates\npenetrating\npenetration\npenetrations\npenetrative\npenetrator\npenetrators\npenev\npenfield\npenfold\npeng\npenge\npengiran\npengkalen\npengo\npenguin\npenguins\npenh\npenhaul\npenic\npenicillin\npenicillium\npenile\npeninsula\npeninsular\npeninsulas\npenis\npenises\npenistone\npenitence\npenitent\npenitential\npenitentiary\npenitents\npenman\npenmanship\npenn\npenn-america\npenna\npennacchi\npennant\npennants\npennar\npenncorp\npenne\npennebaker\npenned\npennell\npenner\npenney\npennies\npenniless\npennine\npennines\npenning\npennington\npennisula\npenns\npennsauken\npennsylvania\npennsylvania-based\npennsylvania-new\npennsylvanian\npennsylvanians\npennu\npenny\npennyroyal\npennywise\npennyworth\npennzoil\npenobscot\npenoles\npenope\npenpix\npenrhyn\npenril\npenrith\npenrose\npenry\npenryn\npens\npensacola\npensec\npenser\npenshurst\npension\npensionable\npensionary\npensioned\npensioner\npensioners\npensions\npensive\npenske\npent\npent-up\npenta\npenta.pr\npentacle\npentafour\npentagon\npentagonal\npentagram\npentair\npentameter\npentangle\npentapolis\npentasena\npentateuch\npentathlon\npentatonic\npentax\npentecost\npentecostal\npentecostalism\npentecostals\npenthievre\npenthouse\npenticton\npentire\npentito\npentium\npentiums\npentland\npentonville\npentor\npentose\npentoxide\npentre\npentru\npenuell\npenultimate\npenumbra\npenwith\npenza\npenzance\npeo\npeony\npeople\npeople-to-people\npeople.\npeopled\npeoples\npeoplesoft\npeoria\npep\npepa\npepco\npepe\npepees\npepi\npepin\npepkor\npeppard\npepper\npeppercorn\npepperdine\npeppered\npepperidge\npeppermint\npepperoni\npeppers\npeppy\npeprah\npeps\npepsi\npepsi-cola\npepsi-gemex\npepsico\npeptic\npeptide\npeptides\npeptidoglycan\npepys\npequeno\npequiven\npequot\nper\nper-capita\nper-share\nper-ulrik\npera\nperafan\nperak\nperalta\nperanakan\nperathoner\nperatikos\nperaza\nperben\nperc\nperce\nperceive\nperceived\nperceives\nperceiving\npercent\npercent-owned\npercent-plus\npercentage\npercentage-point\npercentages\npercentile\npercents\nperceptible\nperception\nperceptions\nperceptive\nperceptor\nperceptron\nperceptual\nperceval\nperch\npercha\nperche\nperched\nperches\nperching\nperchlorate\nperciform\nperciformes\npercival\npercnet\npercolating\npercolation\npercussion\npercussionist\npercussionists\npercussions\npercussive\npercutaneous\npercy\nperdana\nperdiccas\nperdido\nperdigao\nperdita\nperdition\nperdue\npere\nperec\nperecent\nperecnt\nperegrin\nperegrine\nperegrinus\npereira\nperella\nperelman\nperemptory\nperennial\nperennially\nperennials\nperent\nperera\nperes\nperestroika\nperetti\nperetz\npereyaslav\nperez\nperez-whitaker\nperf\nperfact\nperfect\nperfectdata\nperfected\nperfecting\nperfection\nperfectionism\nperfectionist\nperfective\nperfectly\nperfecto\nperfectv\nperfetti\nperfomance\nperforated\nperforating\nperforation\nperforations\nperforce\nperform\nperforma\nperformace\nperformance\nperformance-based\nperformance-enhancing\nperformance-related\nperformances\nperformative\nperformed\nperformer\nperformers\nperforming\nperforms\nperfumania\nperfume\nperfumed\nperfumer\nperfumery\nperfumes\nperfusion\npergamon\npergamum\npergola\npergolesi\nperhaps\nperi\nperianth\nperiapsis\npericard\npericardial\npericardium\npericles\nperidotite\nperier\nperigee\nperigord\nperigot\nperigueux\nperihelion\nperil\nperilous\nperilously\nperils\nperilya\nperimeter\nperimeters\nperinatal\nperineal\nperineum\nperini\nperiod\nperiod-end\nperiodic\nperiodical\nperiodically\nperiodicals\nperiodicity\nperiodontal\nperiods\nperipatetic\nperipheral\nperipherally\nperipherals\nperipheries\nperiphery\nperiphonics\nperiplus\nperiscope\nperiscopes\nperish\nperishable\nperishables\nperished\nperishes\nperishing\nperisic\nperissodactyls\nperistome\nperistyle\nperitoneal\nperitoneum\nperitonitis\nperiwinkle\nperiyamadu\nperiyar\nperjury\nperk\nperkapalan\nperkasa\nperked\nperkier\nperkin\nperkin-elmer\nperking\nperkins\nperks\nperky\nperl\nperla\nperle\nperles\nperlin\nperlis\nperlman\nperlmutter\nperls\nperm\npermaculture\npermadi\npermafrost\npermai\npermai0\npermal\npermament\nperman\npermanence\npermanent\npermanente\npermanently\npermanganate\npermeability\npermeable\npermeate\npermeated\npermeates\npermet\npermian\npermissible\npermission\npermissions\npermissive\npermit\npermits\npermitsapr\npermitsfeb\npermitsjan\npermitsmar\npermitsnov\npermitted\npermitting\npermittivity\npermodalan\nperms\npermts\npermutation\npermutations\npern\nperna\npernambuco\npernas\npernell\npernicious\npernik\npernilla\npernis\npernod\npernod-ricard\npero\nperon\nperoni\nperonism\nperonist\nperonists\nperonne\nperot\nperote\nperouse\nperoxidase\nperoxide\nperoxides\nperpendicular\nperpendicularly\nperpetrate\nperpetrated\nperpetrating\nperpetrator\nperpetrators\nperpetua\nperpetual\nperpetually\nperpetuate\nperpetuated\nperpetuates\nperpetuating\nperpetuation\nperpetuity\nperpignan\nperplexed\nperplexing\nperrault\nperreault\nperreira\nperret\nperrett\nperri\nperrier\nperrigo\nperrin\nperrine\nperrins\nperris\nperro\nperron\nperros\nperrot\nperry\nperryville\npers\npersada\npersaud\nperse\npersecute\npersecuted\npersecuting\npersecution\npersecutions\npersecutor\npersephone\npersepolis\nperseptive\npersetel\nperseus\nperseverance\npersevere\npersevered\npershing\npershore\npersia\npersian\npersians\npersico\npersimmon\npersis\npersist\npersistant\npersisted\npersistence\npersistent\npersistently\npersisting\npersists\npersius\nperso\nperson\npersona\npersonable\npersonae\npersonage\npersonages\npersonal\npersonalised\npersonalities\npersonality\npersonalization\npersonalize\npersonalized\npersonally\npersonals\npersonas\npersonel\npersonhood\npersonification\npersonifications\npersonified\npersonifies\npersonify\npersonnel\npersons\nperspective\nperspectives\nperspex\nperspiration\npersson\nperstima\nperstorp\npersuade\npersuaded\npersuaders\npersuades\npersuading\npersuasion\npersuasions\npersuasive\npert\npertain\npertained\npertaining\npertains\npertamina\nperth\nperth-based\nperthshire\npertinent\npertiwi\npertti\npertuan\nperturbation\nperturbations\nperturbative\nperturbed\npertussis\npertwee\nperu\nperuana\nperuanas\nperuano\nperugia\nperugino\nperumahan\nperumal\nperun\nperupetro\nperusahaan\nperuvian\nperuvian-japanese\nperuvians\nperuzzi\npervade\npervaded\npervades\npervading\npervasive\nperverse\nperversely\nperversion\nperversions\npervert\nperverted\nperverts\npervez\npervious\nperwaja\nperzigian\npes\npesach\npesaka\npesaro\npesawat\npescadores\npescara\npescariu\npescarolo\npesci\npeseta\npesetas\npeshawar\npeshitta\npeshmerga\npeshwa\npeshwas\npesic\npesky\npeslier\npeso\npeso-denominated\npeso-dollar\npeso=$0\npeso=$0)--\npesos\npessimism\npessimistic\npessimists\npessoa\npessoais\npessotto\npest\npestalozzi\npester\npestered\npestering\npesticide\npesticides\npestilence\npestle\npests\npet\npet.reserve.\npeta\npetah\npetain\npetajoules\npetal\npetaling\npetals\npetaluma\npetar\npetawawa\npetchem\npetco\npetcoke\npete\npeten\npeter\npeterborough\npetercam\npetered\npeterhansel\npeterhead\npeterhof\npeterhouse\npetering\npeterka\npeterlee\npeterman\npeters\npetersberg\npetersburg\npetersen\npetersfield\npetersham\npeterson\npetersson\npetes\npetey\npetfood\npetfoods\npetiole\npetioles\npetion\npetipa\npetit\npetitcodiac\npetite\npetition\npetitioned\npetitioner\npetitioners\npetitioning\npetitions\npetito\npetits\npetkim\npetkoff\npetkov\npetlura\npeto\npetofi\npetone\npetoskey\npetr\npetra\npetraeus\npetrak\npetrakis\npetrarca\npetrarch\npetras\npetre\npetree\npetrel\npetrelli\npetrels\npetrescu\npetri\npetrie\npetrified\npetrimex\npetrine\npetro\npetro-canada\npetro-chemical\npetro-logistics\npetrobangla\npetrobank\npetrobras\npetrobrazi\npetrocelli\npetrochem\npetrochemia\npetrochemical\npetrochemicals\npetroci\npetrocorp\npetrocurrency\npetrodollars\npetroecuador\npetrofields\npetrofina\npetrogal\npetroglyph\npetroglyphs\npetrograd\npetrol\npetroleo\npetroleos\npetroles\npetroleum\npetroleums\npetrolia\npetroliam\npetrolifera\npetroliferos\npetrolimex\npetrolite\npetrolm\npetrology\npetroluem\npetrolul\npetrom\npetromidia\npetron\npetronas\npetronilla\npetronius\npetronor\npetropavlovsk\npetropedetidae\npetroperu\npetropolis\npetroquimica\npetros\npetrosani\npetrosian\npetrov\npetrova\npetrovaradin\npetrovic\npetrovich\npetrovietnam\npetrovna\npetroz\npetrozavodsk\npetrozuata\npetru\npetrucci\npetruchio\npetrus\npetrushka\npetry\npetrzalka\npets\npetsamo\npetsec\npetsmart\npett\npetter\npetterson\npettersson\npettibone\npetticoat\npetticoats\npettigrew\npetting\npettis\npettit\npettitte\npetty\npetula\npetunia\npetworth\npetz\npeu\npeugeot\npeugeot-citroen\npeuple\npevensey\npevensie\npevsner\npew\npews\npewter\npex\npeyote\npeyrelevade\npeyton\npez\npf\npf0\npf0s\npfa\npfad\npfaff\npfaffenhofen\npfalz\npfandbrief\npfandbrief-\npfandbriefe\npfauwadel\npfc\npfd\npfd0\npfeffer\npfeifer\npfeiffer\npfennig\npfennigs\npfenning\npfennings\npff\npfi\npfister\npfizer\npfl\npflp\npflp-gc\npforzheim\npfp\npfs\npft\npfy\npg\npg&e\npg.\npg0\npga\npgce\npgcil\npge\npggm\npgi\npgm\npgms\npgp\npgr\npgs\npgt\nph\nph-adr\nph.\nph.d\nph.d.\nph.d.s\npha\nphaedo\nphaedra\nphaedrus\nphaeton\nphage\nphages\nphagocytes\nphagocytosis\nphahlane\nphair\nphalacrocoracidae\nphalanges\nphalanx\nphalaropes\nphallic\nphallus\npham\nphamis\nphan\nphanariote\nphanerozoic\nphang\nphanom\nphantasia\nphantasm\nphantasmagoria\nphantasy\nphantom\nphantoms\nphar\nphar-mor\npharaoh\npharaohs\npharaonic\npharcyde\nphare\npharisee\npharisees\npharm\npharma\npharmacare\npharmaceutical\npharmaceuticals\npharmacia\npharmacies\npharmacist\npharmacists\npharmacokinetics\npharmacologic\npharmacological\npharmacologically\npharmacologist\npharmacology\npharmacopeia\npharmacopoeia\npharmacy\npharmacyclics\npharming\npharmos\npharoah\npharos\npharrell\npharsalus\npharyngeal\npharynx\nphase\nphase-in\nphase-out\nphased\nphased-in\nphaser\nphasers\nphases\nphasianidae\nphasing\nphat\nphatra\nphaya\nphd\nphd.\nphds\npheasant\npheasants\nphedre\nphelan\nphelim\nphelps\nphelsuma\nphenethylamine\nphenethylamines\npheng\nphenix\nphenobarbital\nphenocrysts\nphenol\nphenolic\nphenols\nphenom\nphenomena\nphenomenal\nphenomenally\nphenomenological\nphenomenology\nphenomenon\nphenotype\nphenotypes\nphenotypic\nphenyl\nphenylalanine\nphenytoin\npheromone\npheromones\nphet\nphetchabun\nphh\nphi\nphibes\nphibor\nphibro\nphibun\nphidias\nphieu\nphil\nphil.\nphila\nphiladelphia\nphiladelphia-based\nphiladelphian\nphiladelphians\nphiladelphus\nphilam\nphilander\nphilandering\nphilanthropic\nphilanthropies\nphilanthropist\nphilanthropists\nphilanthropy\nphilatelic\nphilatelists\nphilately\nphilautus\nphilbin\nphilbrick\nphilby\nphilco\nphilcom\nphileas\nphilelephtheros\nphilemon\nphileo\nphilequity\nphilex\nphilharmonia\nphilharmonic\nphilia\nphilibert\nphilidor\nphiliki\nphilip\nphilipine\nphilipines\nphilipp\nphilippa\nphilippe\nphilippi\nphilippine\nphilippines\nphilippoussis\nphilipps\nphilippus\nphilips\nphilistine\nphilistines\nphill\nphillies\nphillip\nphillipe\nphillipines\nphillippe\nphillippi\nphillips\nphillips-van\nphillipsburg\nphillis\nphilly\nphilmont\nphilo\nphiloctetes\nphilological\nphilologist\nphilologists\nphilology\nphilomena\nphilosopher\nphilosophers\nphilosophes\nphilosophia\nphilosophiae\nphilosophic\nphilosophical\nphilosophically\nphilosophie\nphilosophies\nphilosophy\nphiloxenia\nphilp\nphilpotts\nphilrealty\nphils\nphimosis\nphin\nphineas\nphinney\nphipps\nphiri\nphish\nphishing\nphitsanulok\nphl\nphlegm\nphloem\nphlogiston\nphlox\nphlx\nphnom\npho\nphobia\nphobias\nphobos\nphocas\nphocion\nphocis\nphoebe\nphoebus\nphoenicia\nphoenician\nphoenicians\nphoenix\nphoenix-based\nphoenixville\nphon\nphone\nphone-in\nphone-tapping\nphoned\nphoneme\nphonemes\nphonemic\nphones\nphonetel\nphonetic\nphonetically\nphonetics\nphoney\nphong\nphongo\nphonics\nphoning\nphono\nphonogram\nphonograph\nphonographic\nphonographs\nphonological\nphonologically\nphonology\nphonon\nphonons\nphony\nphool\nphos\nphos.acid\nphosgene\nphospate\nphosphatase\nphosphate\nphosphates\nphosphide\nphosphine\nphospholipase\nphospholipid\nphospholipids\nphosphor\nphosphorescent\nphosphoric\nphosphorite\nphosphors\nphosphorus\nphosphorylase\nphosphorylated\nphosphorylates\nphosphorylation\nphotius\nphoto\nphotobook\nphotochemical\nphotocomm\nphotocopied\nphotocopier\nphotocopiers\nphotocopies\nphotocopy\nphotocopying\nphotodiode\nphotoelectric\nphotoelectron\nphotofilm\nphotofinishing\nphotogenic\nphotograph\nphotographed\nphotographer\nphotographers\nphotographic\nphotographically\nphotographing\nphotographs\nphotography\nphotojournalism\nphotojournalist\nphotolithography\nphotomasks\nphotometric\nphotometry\nphotomultiplier\nphoton\nphotonic\nphotonics\nphotons\nphotoplay\nphotorealistic\nphotoreceptor\nphotoreceptors\nphotoresist\nphotos\nphotosensitive\nphotoshoot\nphotoshoots\nphotoshop\nphotosphere\nphotosynthesis\nphotosynthetic\nphotosystem\nphotovoltaic\nphotovoltaics\nphotran\nphotronics\nphp\nphp0\nphpbb\nphra\nphrase\nphrased\nphraseology\nphrases\nphrasing\nphraya\nphreatic\nphrenology\nphrygia\nphrygian\nphrygians\nphs\nphu\nphua\nphuc\nphuket\nphung\nphy\nphycor\nphyla\nphyllis\nphylloxera\nphylogenetic\nphylogenetically\nphylogenetics\nphylogenies\nphylogeny\nphylum\nphymatrix\nphyrexia\nphyrexian\nphyrexians\nphys\nphysic\nphysical\nphysicalism\nphysicality\nphysically\nphysicals\nphysician\nphysician-assisted\nphysicians\nphysicist\nphysicists\nphysico\nphysics\nphysik\nphysio\nphysio-control\nphysiognomy\nphysiographic\nphysiologic\nphysiological\nphysiologically\nphysiologist\nphysiologists\nphysiology\nphysiotherapist\nphysiotherapy\nphysique\nphythian\nphytophthora\nphytoplankton\nphytosanitary\npi\npia\npiaa\npiacenza\npiaf\npiaget\npiaggio\npian\npiana\npianissimo\npianist\npianists\npiano\npianoforte\npianos\npias\npiasecki\npiast\npiata\npiatra\npiatt\npiaui\npiave\npiazza\npiazzolla\npib\npiba\npibgorn\npibor\npic\npica\npicabo\npicado\npicador\npicard\npicardie\npicardy\npicaresque\npicasso\npicatinny\npicayune\npicc\npiccadilly\npiccard\npicchu\npiccoli\npiccolo\npiccolomini\npicea\npiceno\npichincha\npichler\npicidae\npick\npick-up\npick-ups\npickard\npickaway\npickaxe\npicked\npickens\npicker\npickerel\npickering\npickers\npickersgill\npicket\npicketed\npicketers\npicketing\npickets\npickett\npickford\npickguard\npicking\npickings\npickle\npickled\npickler\npickles\npickling\npickpocket\npickrel\npicks\npickup\npickups\npickwick\npicky\npicnic\npicnicking\npicnics\npico\npicop\npicot\npicota\npics\npictet\npictish\npictland\npictograms\npictographs\npicton\npictorial\npictorials\npictou\npicts\npicture\npicture-taking\npictured\npictures\npicturesque\npicturetel\npicturing\npicup\npid\npidemco\npidgeon\npidgin\npidgins\npie\npiebald\npiece\npieced\npiecemeal\npieces\npiecewise\npiech\npiechocinski\npiecing\npieck\npied\npiedad\npiedemonte\npiedmon\npiedmont\npiedmontese\npiedra\npiedras\npieds\npiel\npiemonte\npienaar\npieper\npiepoli\npier\npierce\npierced\npierces\npiercing\npiercings\npiercy\npierer\npieri\npieridae\npierina\npieris\npierluigi\npiero\npierog\npieronek\npieronkiewicz\npierpoint\npierpont\npierre\npierre.belec\npierrepont\npierret\npierrot\npiers\npierson\npierwszy\npierzynski\npies\npiestany\npiet\npieta\npieter\npietermaritzburg\npietersen\npietism\npietist\npietistic\npietra\npietrewicz\npietri\npietro\npietsch\npiety\npieve\npiezo\npiezoelectric\npifco\npig\npig-iron\npigafetta\npigeon\npigeons\npigface\npiggott\npiggy\npiggyback\npiglet\npiglets\npigmeat\npigment\npigmentation\npigmented\npigments\npignotti\npigot\npigott\npigs\npigtails\npiha\npihkal\npijesak\npik\npika\npikachu\npikas\npike\npikemen\npikes\npikesville\npikeville\npikko\npikmin\npil\npila\npilani\npilar\npilarczyk\npilasters\npilat\npilate\npilates\npilatus\npilbara\npilbeam\npilcher\npile\npile-up\npiled\npiledriver\npiles\npileser\npilger\npilgrim\npilgrimage\npilgrimages\npilgrims\npili\npilica\npiling\npilings\npilip\npilipinas\npilipino\npilkington\npill\npillage\npillaged\npillaging\npillai\npillar\npillard\npillared\npillars\npillay\npillbox\npillboxes\npiller\npillman\npilloried\npillory\npillow\npillows\npillowtex\npills\npillsbury\npilon\npilot\npilota\npilotage\npilote\npiloted\npiloting\npilotless\npilots\npilsen\npilsener\npilsner\npilsudski\npiltel\npilton\npim\npima\npimco\npimenta\npimentel\npimlico\npimm\npimp\npimpernel\npimple\npimps\npin\npina\npinaceae\npinacoteca\npinafore\npinakothek\npinal\npinang\npinar\npinas\npinata\npinatubo\npinault\npinault-printemps\npinault-printemps-redoute\npinball\npincer\npincers\npinch\npinch-hit\npinch-hitter\npinchas\npinched\npincher\npinches\npinching\npinchot\npinckney\npincus\npindar\npinder\npindling\npindus\npine\npine-covered\npineal\npineapple\npineapples\npinecrest\npineda\npinehurst\npinel\npinelands\npinellas\npinera\npinero\npinerolo\npines\npinetree\npineville\npinewood\npiney\npinez\npinfall\nping\nping-ping\npinga\npingo\npingree\npingu\npinhead\npinheiro\npinhole\npini\npiniella\npinilla\npininfarina\npining\npinion\npinjarra\npink\npinkard\npinker\npinkerton\npinkett\npinkham\npinkie\npinkish\npinkney\npinks\npinkston\npinky\npinna\npinnacle\npinnacles\npinnae\npinnate\npinnately\npinneberg\npinned\npinner\npinning\npinnipeds\npinnock\npino\npinocchio\npinochet\npinon\npinos\npinot\npinoy\npinpoint\npinpointed\npinpointing\npins\npinscher\npinsent\npinsk\npinsky\npinson\npinstripes\npint\npinta\npintado\npintail\npinter\npintle\npinto\npintor\npints\npintussevich\npinup\npinus\npinwheel\npinxten\npinyin\npinyon\npinzon\npio\npiola\npioline\npiombino\npion\npioneer\npioneer-standard\npioneered\npioneering\npioneers\npions\npiot\npiotr\npiotrkow\npious\npiovani\npip\npipa\npipe\npiped\npipeline\npipelined\npipelines\npipelining\npipemaker\npiper\npiperaceae\npipers\npipes\npipestone\npipil\npiping\npipistrelle\npipit\npipits\npipo\npippa\npipped\npippen\npippi\npippin\npips\npiqua\npiquant\npique\npiqued\npiquet\npir\npira\npiracy\npiraeus\npiraka\npiramal\npiran\npirandello\npiranha\npiranhas\npirata\npirate\npirated\npirates\npiratical\npirating\npirc\npirelli\npirena\npires\npiri\npirie\npirin\npirinski\npirma\npirna\npiro\npironi\npirro\npirs\npiru\npis\npisa\npisan\npisani\npisano\npisans\npiscataqua\npiscataway\npisces\npischetsrieder\npisco\npisek\npisgah\npisidia\npisin\npiso\npiss\npissarro\npissed\npistachio\npiste\npistes\npistil\npistoia\npistol\npistols\npiston\npistone\npistons\npistore\npistorio\npistorius\npit\npita\npitaka\npitale\npitbull\npitbulls\npitcairn\npitch\npitched\npitcher\npitchers\npitches\npitchfork\npitching\npitchman\npitesti\npitfall\npitfalls\npith\npithart\npithoragarh\npithy\npitic\npitiful\npitino\npitjantjatjara\npitkin\npitkowski\npitman\npitney\npitofsky\npiton\npitot\npitre\npits\npitsea\npitstop\npitt\npitt-des\npitta\npittance\npittas\npitted\npittencrieff\npitti\npitting\npittman\npittodrie\npitts\npittsburg\npittsburgh\npittsburgh-based\npittsfield\npittsford\npittston\npittwater\npittway\npituitary\npity\npitzer\npitzner\npiu\npiura\npius\npiven\npivetti\npivot\npivotal\npivotals\npivoted\npivoting\npivots\npivov.radegast\npivovar\npivovara\npivovary\npiwowarskie\npix\npixar\npixel\npixels\npixie\npixies\npiya\npiz\npizarro\npizza\npizzarelli\npizzas\npizzeria\npizzey\npizzi\npizzicato\npizzichini\npj\npja\npjeter\npjm\npk\npk0\npka\npkb\npkg\npkgs\npki\npkk\npko\npkp\npl\npl.\npl/i\npl0\npla\nplaaf\nplaca\nplacard\nplacards\nplacate\nplacated\nplace\nplace.\nplacebo\nplacebo-controlled\nplaced\nplaceholder\nplacekicker\nplacement\nplacements\nplacename\nplacenames\nplacenta\nplacental\nplacentia\nplacer\nplacers\nplacerville\nplaces\nplacid\nplacido\nplacing\nplacings\nplage\nplagiarism\nplagiarized\nplagiarizing\nplagioclase\nplagnol\nplague\nplagued\nplagues\nplaguing\nplaid\nplain\nplain-clothes\nplainchant\nplainclothes\nplaine\nplainer\nplaines\nplainfield\nplainly\nplainmoor\nplains\nplainsboro\nplainsong\nplaintext\nplaintexts\nplaintiff\nplaintiffs\nplaintive\nplainview\nplainville\nplaisance\nplaistow\nplait\nplaited\nplama\nplame\nplamen\nplamondon\nplan\nplan0\nplana\nplanar\nplanche\nplanck\nplane\nplane-maker\nplane-making\nplaned\nplaneload\nplaneloads\nplanemaker\nplaner\nplanes\nplanescape\nplaneswalker\nplanet\nplaneta\nplanetarium\nplanetariums\nplanetary\nplanetesimals\nplanetoid\nplanets\nplanform\nplanina\nplaning\nplanitia\nplank\nplanking\nplanks\nplankton\nplanktonic\nplanned\nplanner\nplanners\nplanning\nplano\nplans\nplant\nplant-gate\nplant-level\nplanta\nplantagenet\nplantain\nplantains\nplantar\nplantard\nplantarum\nplantation\nplantations\nplante\nplanted\nplanter\nplanters\nplantes\nplantier\nplantiffs\nplantin\nplanting\nplantinga\nplantings\nplantlife\nplants\nplanum\nplaque\nplaquemines\nplaques\nplas\nplaskett\nplasma\nplasmas\nplasmatics\nplasmid\nplasmids\nplasminogen\nplasmodium\nplass\nplassat\nplassey\nplasson\nplast\nplaster\nplasterboard\nplastered\nplastering\nplasters\nplasterwork\nplastic\nplasticine\nplasticity\nplastics\nplastids\nplastron\nplat\nplata\nplataea\nplate\nplateau\nplateaued\nplateaus\nplateaux\nplated\nplateia\nplateies\nplatelet\nplatelets\nplaten\nplatense\nplater\nplaters\nplates\nplatform\nplatforma\nplatformer\nplatformers\nplatforming\nplatforms\nplath\nplatina\nplating\nplatini\nplatinum\nplatinums\nplato\nplaton\nplatonic\nplatonism\nplatonist\nplatonists\nplatoon\nplatoons\nplatov\nplatow\nplatt\nplatte\nplatted\nplatter\nplatters\nplatteville\nplattner\nplatts\nplattsburg\nplattsburgh\nplatypus\nplatz\nplatzeck\nplaudits\nplauen\nplaushas\nplausibility\nplausible\nplausibly\nplautus\nplavsic\nplaxton\nplay\nplay-off\nplay-offs\nplaya\nplayability\nplayable\nplayas\nplayback\nplaybill\nplayboy\nplayboys\nplayed\nplayer\nplayer-coach\nplayer-manager\nplayer/coach\nplayer/manager\nplayers\nplayfair\nplayfield\nplayford\nplayful\nplayfully\nplayfulness\nplaygirl\nplayground\nplaygrounds\nplaygroup\nplayhouse\nplaying\nplayland\nplaylist\nplaylists\nplaymaker\nplaymakers\nplaymaking\nplaymate\nplaymates\nplaymore\nplayoff\nplayoffs\nplayout\nplays\nplayset\nplaysets\nplaystation\nplaytex\nplaythings\nplaytime\nplaywright\nplaywrights\nplaywriting\nplaza\nplazas\nplc\nplc-cra\nplcs\npld\npldt\nple\nplea\nplea-bargain\nplea-bargaining\nplead\npleaded\npleading\npleadings\npleads\npleas\npleasance\npleasant\npleasantly\npleasanton\npleasants\npleasantville\nplease\npleased\npleasence\npleases\npleasing\npleasonton\npleasurable\npleasure\npleasures\npleat\npleated\npleats\nplebeian\nplebeians\nplebiscite\nplebiscites\nplebs\nplectrum\npled\npledge\npledged\npledges\npledging\npleiade\npleiades\npleiku\nplein\npleistocene\nplekhanov\nplena\nplenary\nplenderleith\nplenipotentiary\nplentiful\nplenty\nplenum\npleroma\nplesiosaur\nplesiosaurs\nplessey\nplessis\nplessy\nplethodontidae\nplethora\npleura\npleural\npleurisy\npleven\nplex\nplexiglas\nplexus\npleyel\nplg\npli\npliable\npliant\nplied\npliego\npliers\nplies\nplight\nplimpton\nplimsoll\nplinth\npliny\npliocene\npliska\npliva\npll\nplm\nplmo\npln\nplo\nplo-controlled\nplo-israel\nplo-israeli\nplo-ruled\nploce\nploceidae\nplock\nplodding\nploiesti\nplon\nplooy\nplosive\nplosives\nplot\nplotinus\nplotkin\nplotline\nplotlines\nplots\nplotted\nplotter\nplotters\nplotting\nplotzensee\nplough\nploughed\nploughing\nploughman\nploughs\nploughshares\nplovdiv\nplover\nplovers\nplovidba\nplow\nplowed\nplowing\nplowman\nplowright\nplows\nploy\nploys\nplp\nplr\npls\nplt\nplts\npluck\nplucked\nplucking\nplucks\nplucky\nplug\nplugged\nplugging\nplugin\nplugins\nplugs\nplum\npluma\nplumage\nplumaged\nplumages\nplumas\nplumb\nplumbed\nplumber\nplumbers\nplumbing\nplume\nplumed\nplumer\nplumes\nplummer\nplummet\nplummeted\nplummeting\nplummets\nplummetted\nplump\nplumpton\nplums\nplumstead\nplumtree\nplunder\nplundered\nplunderers\nplundering\nplunge\nplunged\nplunger\nplunges\nplunging\nplunket\nplunkett\nplunketts\npluperfect\nplural\npluralism\npluralist\npluralistic\nplurality\nplurals\npluriform\nplus\nplus-unit\nplus/minus\npluses\nplush\nplusieurs\npluspetrol\nplutarch\npluto\npluton\nplutonic\nplutonium\nplutonium0\nplutons\nply\nplying\nplymouth\nplympton\nplynaren\nplynarenska\nplywood\nplzen\nplzen-based\nplzensky\npm\npm0\npma\npmc\npmc0\npmd\npmdb\npmi\npmid\npml\npmma\npmo\npmp\npmpa\npmr\npms\npmt\npmy\npn\npna\npnac\npnb\npnb-republic\npnc\npncc\npne\npneumatic\npneumatics\npneumonia\npneumoniae\npneumothorax\npng\npngdf\npni\npnl\npnm\npno\npnoc\npnoc-ec\npnp\npnr\npns\npnsc\npnt\npnt-cd\npnv\npnw\npnz\npo\npo0\npoa\npoaceae\npoach\npoached\npoacher\npoachers\npoaching\npoale\npobjeda\npoblachta\npoblacion\npoborsky\npoc\npocahontas\npocatello\npochinok\npock\npocket\npocket-sized\npocketbooks\npocketed\npocketing\npockets\npocklington\npoco\npocock\npocola\npocomoke\npocono\npoconos\npocos\npocus\npod\npodcast\npodcasting\npodcasts\npodebrady\npodein\npoder\npodesta\npodge\npodgorica\npodiatric\npodilovy\npodium\npodiums\npodivinsky\npodkrepa\npodlaska\npodobnik\npodocarpaceae\npodocarpus\npodolia\npodolski\npodravka\npods\npoe\npoehl\npoehler\npoem\npoems\npoeple\npoesia\npoesie\npoet\npoetess\npoetic\npoetica\npoetical\npoetically\npoetics\npoetry\npoets\npof\npog\npoggi\npoggio\npogo\npogon\npogrom\npogroms\npogue\npogues\npoh\npohang\npohjola\npohjolan\npohl\npohle\npohnpei\npoi\npoignant\npoignantly\npoincare\npoindexter\npoinsot\npoint\npoint-blank\npoint-of-sale\npoint-to-point\npointcast\npointe\npointed\npointedly\npointer\npointers\npointing\npointless\npoints\npointwise\npointy\npoipet\npoirier\npoirot\npoise\npoised\npoison\npoisoned\npoisoner\npoisoning\npoisonings\npoisonous\npoisons\npoisson\npoissy\npoistovna\npoitier\npoitiers\npoitou\npojistovna\npok\npokal\npoke\npoked\npokedex\npokemon\npoker\npokerstars\npokes\npokey\npokhara\npoking\npokka\npokphand\npol\npola\npolak\npolanco\npoland\npolands\npolanski\npolanyi\npolar\npolaris\npolarisation\npolarised\npolarities\npolarity\npolarization\npolarized\npolarizing\npolaroid\npolartechnics\npolatsk\npolay\npolder\npolders\npoldi\npole\npolecat\npolemic\npolemical\npolemicist\npolemics\npolene\npolenta\npoles\npolesine\npolet\npoletti\npoletto\npoletz\npolfa\npolgar\npolgara\npolgari\npolgas\npoli\npolian\npolice\npoliced\npoliceman\npolicemen\npolices\npolicewoman\npolicia\npolicies\npolicing\npolicolor\npolicy\npolicy-holders\npolicy-maker\npolicy-makers\npolicy-making\npolicy-setting\npolicyholder\npolicyholders\npolicymaker\npolicymakers\npolicymaking\npolidori\npoliet\npolifarb\npolifarbs\npolifin\npolignac\npoligrafia\npolikarpov\npoling\npolio\npoliomyelitis\npoliovirus\npolis\npolisa\npolisario\npolish\npolish-american\npolish-born\npolish-german\npolished\npolishes\npolishing\npolitburo\npolitcal\npolite\npolitecnico\npolitehnica\npolitely\npoliteness\npolitic\npolitica\npolitical\npolitically\npolitically-motivated\npolitically-sensitive\npolitican\npoliticans\npoliticial\npolitician\npoliticians\npoliticisation\npoliticise\npoliticised\npoliticising\npoliticization\npoliticized\npoliticking\npolitico\npolitics\npolities\npolitik\npolitika\npolitiken\npolitique\npolitiques\npolitkovskaya\npolity\npolitzer\npolivu\npolje\npolk\npolka\npolkas\npolkomtel\npoll\npoll-related\npollack\npollak\npollard\npolled\npolledo\npollen\npollena\npolley\npollicis\npollinate\npollinated\npollinating\npollination\npollinator\npollinators\npolling\npolling.unit@rtrlondon.co.uk\npollitt\npollo\npollock\npollok\npolls\npollster\npollsters\npollutant\npollutants\npollute\npolluted\npolluter\npolluters\npolluting\npollution\npollution-related\npollux\npollwatch\npolly\npollyanna\npolmos\npolnareff\npolnobanka\npolo\npolonaise\npolonia\npolonium\npolonius\npolonization\npolonnaruwa\npolotsk\npolsat\npolska\npolski\npolskich\npolskie\npolskiej\npolster\npoltava\npolten\npoltergeist\npolti\npoltical\npolus\npoly\npolya\npolyakov\npolyamide\npolyamorous\npolyamory\npolyandry\npolybius\npolycarbonate\npolycarp\npolychaete\npolychaetes\npolychora\npolychoral\npolychoron\npolychrome\npolycom\npolycrystalline\npolycyclic\npolycystic\npolydoc\npolydor\npolyester\npolyesters\npolyethylene\npolygamous\npolygamy\npolyglot\npolygon\npolygonal\npolygons\npolygram\npolygraph\npolygynous\npolygyny\npolyhedra\npolyhedral\npolyhedron\npolymath\npolymax\npolymedica\npolymer\npolymerase\npolymerases\npolymeric\npolymerisation\npolymerization\npolymerized\npolymers\npolymetal\npolymetallic\npolymorph\npolymorphic\npolymorphism\npolymorphisms\npolynesia\npolynesian\npolynesians\npolynomial\npolynomials\npolyolefin\npolyolefins\npolyols\npolyp\npolypeptide\npolypeptides\npolyphase\npolyphemus\npolyphenols\npolyphonic\npolyphony\npolyphyletic\npolypropylene\npolyps\npolyrhythms\npolysaccharide\npolysaccharides\npolysindo\npolyspin\npolyster\npolystyrene\npolyta\npolytechnic\npolytechnical\npolytechnics\npolytechnique\npolytex\npolytheism\npolytheistic\npolytheists\npolythene\npolytope\npolytopes\npolyunsaturated\npolyurethane\npolyvinyl\npom\npoma\npomace\npomare\npombal\npombo\npomegranate\npomegranates\npomerania\npomeranian\npomeroy\npomes\npomfret\npomme\npommel\npomo\npomona\npomorski\npomp\npompadour\npompano\npompeian\npompeii\npompeius\npompeo\npompey\npompidou\npomponius\npompous\npompton\npoms\npon\nponape\nponca\nponce\nponcelet\nponcho\npond\nponder\npondered\npondering\nponderosa\nponderous\nponders\npondicherry\nponds\npong\npongal\npongo\npongpanich\nponiatowski\nponies\nponnani\nponni\npons\nponsolle\nponsonby\nponsse\npont\nponta\npontchartrain\nponte\npontecorvo\npontefract\npontet\npontevedra\nponthieu\nponti\npontiac\npontiacs\npontian\npontianak\npontic\npontier\npontieri\npontifex\npontiff\npontiffs\npontifical\npontificalis\npontificate\npontificia\npontificum\npontine\nponting\npontius\npontoise\nponton\npontoon\npontoons\npontotoc\npontryagin\nponts\npontus\nponty\npontypool\npontypridd\npony\nponyboy\nponytail\nponzi\npoo\npooch\npoodle\npoodles\npooh\npooja\npoojas\npook\npool\npoole\npooled\npooley\npooling\npooling-of-interests\npoolings\npoolmart\npools\npoolside\npoom\npoon\npoona\npoonch\npoop\npoor\npoor-quality\npooram\npoore\npoorer\npoorest\npoorly\npoors\npoos\npoot\npop\npop.\npop/rock\npop0\npopa\npopayan\npopcorn\npope\npopemobile\npopery\npopes\npopescu\npopeski\npopeye\npopham\npopish\npoplar\npoplars\npopliteal\npopmart\npopo\npopocatepetl\npopoff\npopol\npopolare\npopolo\npopov\npopova\npopovic\npopovich\npopp\npoppa\npoppe\npoppea\npopped\npopper\npoppers\npoppet\npoppies\npoppin\npopping\npoppins\npopplewell\npoppo\npoppy\npoprad\npops\npopsicle\npopstar\npopstars\npopulace\npopulaire\npopulaires\npopular\npopulares\npopularisation\npopularise\npopularised\npopularising\npopularity\npopularization\npopularize\npopularized\npopularizer\npopularizing\npopularly\npopulate\npopulated\npopulating\npopulation\npopulation.\npopulations\npopuli\npopulism\npopulist\npopulists\npopulli\npopullit\npopulous\npopulus\npopup\npoque\npor\nporcaro\nporcelain\nporcelains\nporch\nporches\nporcine\nporco\nporcupine\nporcupines\npordenone\npore\nporec\npores\nporfirio\nporfolio\nporgera\nporges\nporgy\npori\nporing\nporirua\npork\nporky\nporla\nporn\nporno\npornographer\npornographers\npornographic\npornography\nporo\nporos\nporosity\nporou\nporous\nporphyria\nporphyrin\nporphyry\nporpoise\nporpoises\nporras\nporridge\nporrini\nporsche\nporsches\nporsgrunn\nporst\nport\nport-au-prince\nport-harbour\nporta\nportability\nportable\nportables\nportadown\nportage\nportages\nportal\nportales\nportals\nportarlington\nportas\nportcullis\nporte\nporte-parole\nported\nportela\nportend\nportends\nporteno\nportent\nporteous\nporter\nporterbrook\nporterfield\nporters\nportes\nportfolio\nportfolios\nporth\nporthmadog\nporthold\nporthole\nportholes\nporthos\nportia\nportico\nporticos\nportillo\nporting\nportion\nportions\nportis\nportisch\nportishead\nportland\nportlaoise\nportlethen\nportly\nportman\nportmanteau\nportnet\nportneuf\nportnoy\nporto\nportobello\nportocel\nportofino\nportola\nporton\nportoroz\nportrait\nportraitist\nportraits\nportraiture\nportray\nportrayal\nportrayals\nportrayed\nportraying\nportrays\nportrush\nports\nports=st\nportsea\nportsmouth\nportucel\nportugal\nportugese\nportugual\nportugues\nportuguesa\nportuguese\nportuguese-administered\nportuguese-ruled\nportuguese-run\nportuguese-speaking\nportus\nportworkers\nporus\nporvoo\nporzecanski\npos\nposada\nposadas\nposarac\nposco\npose\nposed\nposeidon\nposen\nposer\nposes\nposet\nposey\nposgold\nposh\nposhtova\nposicor\nposidonius\nposies\nposing\nposit\nposited\npositing\nposition\nposition-adjustment\nposition-squaring\npositional\npositioned\npositioning\npositions\npositive\npositively\npositives\npositivism\npositivist\npositivists\npositivity\npositron\npositronic\npositrons\nposits\nposix\nposner\npospieszynski\npospisil\npospisilova\nposs\nposse\nposses\npossess\npossessed\npossesses\npossessing\npossession\npossessions\npossessive\npossessor\npossessors\npossibile\npossibilites\npossibilities\npossibility\npossibilty\npossible\npossiblities\npossiblity\npossibly\npossis\npossum\npossums\npost\npost-\npost-apartheid\npost-bourse\npost-budget\npost-christmas\npost-closing\npost-cold\npost-colonial\npost-communist\npost-deng\npost-easter\npost-election\npost-electoral\npost-emu\npost-gulf\npost-handover\npost-harvest\npost-holiday\npost-ifor\npost-independence\npost-lome\npost-market\npost-match\npost-menopausal\npost-merger\npost-mortem\npost-operative\npost-price-fixing\npost-privatisation\npost-reform\npost-results\npost-retirement\npost-season\npost-secondary\npost-shipment\npost-soviet\npost-split\npost-sumitomo\npost-tax\npost-traumatic\npost-unification\npost-war\npost-world\npost0\nposta\npostabank\npostage\npostal\npostalveolar\npostbank\npostcard\npostcards\npostclassic\npostcode\npostcodes\npostcolonial\npostdiscal\npostdoctoral\nposte\nposted\npostel\nposten\nposter\nposterior\nposteriori\nposteriorly\nposterity\nposters\npostfix\npostgame\npostgraduate\npostgraduates\npostgresql\nposth\nposthuman\nposthumous\nposthumously\nposthumus\npostimees\nposting\npostings\npostion\npostions\npostipankki\npostive\npostlethwaite\npostma\npostman\npostmark\npostmaster\npostmen\npostmenopausal\npostmodern\npostmodernism\npostmodernist\npostmodernity\npostmortem\npostnatal\nposton\npostoperative\npostovni\npostpartum\npostpone\npostponed\npostponement\npostponements\npostpones\npostponing\npostponment\npostpositions\nposts\npostscript\npostseason\npostsecondary\npostsynaptic\npostulate\npostulated\npostulates\npostulating\npostumus\npostural\nposture\npostures\nposturing\npostwar\nposuvalyuk\nposyet\npot\npot-holed\npotable\npotala\npotanin\npotash\npotassium\npotato\npotatoes\npotawatomi\npotchefstroom\npotemkin\npotency\npotent\npotentate\npotential\npotentiality\npotentially\npotentials\npotentiation\npotentilla\npotentiometer\npotenza\npotez\npoteza\npotgieter\npotgietersrust\npothas\npothole\npotholed\npotholes\npoti\npotila\npotion\npotions\npotlatch\npotocki\npotok\npotomac\npotosi\npotpourri\npotrero\npots\npotsdam\npotsdamer\npott\npottawatomie\npotted\npotter\npotteries\npotters\npottery\npotting\npottinger\npotts\npottstown\npottsville\npotty\npotvin\npou\npouch\npouches\npoudre\npouget\npoughkeepsie\npoul\npoul-erik\npoulenc\npoulin\npoulos\npoulsen\npoulson\npoulter\npoulton\npoultry\npoultrymeat\npoum\npounce\npounced\npouncing\npound\npound-denominated\npounded\npounder\npounders\npounding\npounds\npour\npoured\npouring\npournelle\npours\npoussin\npouteria\npoutney\npouvoir\npouzilhac\npov\npoverty\npoverty-stricken\npovoa\npovolzhsk\npow\npoway\npowder\npowdered\npowderfinger\npowderject\npowderkeg\npowders\npowdery\npowel\npowell\npowelliphanta\npower\npower-broker\npower-generating\npower-hungry\npower-play\npower-sharing\npower0\npoweragent\npowerball\npowerbase\npowerboat\npowerbomb\npowerbook\npowerbroker\npowerchoice\npowerco\npowered\npoweredge\npowerfin\npowerful\npowerfully\npowergen\npowerglide\npowerhouse\npowerhouses\npowering\npowerless\npowerlessness\npowerlifting\npowerline\npowerlines\npowerman\npowerpc\npowerplant\npowerplants\npowerplay\npowerpoint\npowerpuff\npowers\npowerscreen\npowertech\npowertel\npowertrain\npowerup\npowerups\npowerwave\npowhatan\npowiat\npowis\npows\npowszechny\npowys\npox\npoyet\npoyner\npoynter\npoynton\npoyry\npoythress\npozega\npozen\npozieres\npozmeat\npoznan\npoznan-based\npozo\npozzi\npozzo\npp\npp&l\npp.\npp0\npp00\nppa\nppabank\nppb\nppc\nppd\nppe\nppf\nppg\npph\nppi\nppk\nppl\nppm\nppo\nppp\nppr\npps\nppt\nppv\nppwk\npq\npq0\npr\npr/\npr0\npr0+\npra\nprabang\nprabhakar\nprabhakaran\nprabhu\nprabhudas\nprabhupada\nprabowo\nprabu\npraca\npracha\nprachakorn\nprachuab\npracticable\npractical\npracticalities\npracticality\npractically\npractice\npracticed\npractices\npracticing\npractise\npractised\npractises\npractising\npractitioner\npractitioners\nprada\npradeep\npradesh\npradhan\npradip\nprado\npraecip\npraecipuum\npraed\npraefectus\npraeger\npraegitzer\npraetor\npraetorian\npraetorians\npraetorius\npraetors\nprafulla\npraga\npragati\nprager\npragmatic\npragmatically\npragmatics\npragmatism\npragmatist\npragmatists\npragobanka\nprague\nprague-based\nprague.newsroom@reuters.com\npraha\npraharaj\nprahlada\nprahova\nprahran\npraia\nprairie\nprairies\npraise\npraised\npraises\npraiseworthy\npraising\npraja\nprajatantra\nprajogo\nprakarsa\nprakasam\nprakash\nprakrit\npram\npramlintide\npramote\npran\nprana\npranab\npranam\npranayama\nprancing\nprandtl\nprang\nprange\nprank\npranks\nprankster\npranksters\nprarie\nprasad\nprasanna\npraschak\nprashant\nprasidha\nprasong\nprast\nprat\nprata\npratama\npratap\npratchett\nprater\nprather\npratibha\npratiharas\npratima\npratincoles\npratinidhi\npratique\nprato\nprats\npratt\npravachol\npravda\npravda0\npravdinsk\npraveen\npravin\npravo\nprawa\nprawang\nprawn\nprawns\nprawo\npraxair\npraxis\npray\nprayag\nprayed\nprayer\nprayers\npraying\nprayog\nprays\nprazdroj\nprazska\nprazske\nprc\nprca\nprci\nprcis\nprcise\nprd\npre\npre-\npre-abnormal\npre-abnormals\npre-accession\npre-announced\npre-announcement\npre-arranged\npre-auction\npre-bourse\npre-budget\npre-capex\npre-christmas\npre-clinical\npre-communist\npre-condition\npre-conditions\npre-data\npre-dawn\npre-determined\npre-easter\npre-election\npre-electoral\npre-eminence\npre-eminent\npre-empt\npre-empted\npre-empting\npre-emption\npre-emptive\npre-emptively\npre-empts\npre-excep\npre-exceps\npre-exceptional\npre-exceptionals\npre-excepts\npre-existing\npre-expiry\npre-feasibility\npre-fomc\npre-handover\npre-harvest\npre-hedging\npre-holiday\npre-ins\npre-launch\npre-listing\npre-market\npre-marketing\npre-match\npre-merger\npre-occupied\npre-open\npre-opening\npre-paid\npre-pay\npre-payment\npre-petition\npre-poll\npre-positioned\npre-press\npre-production\npre-qualification\npre-qualified\npre-race\npre-recorded\npre-registration\npre-report\npre-requisite\npre-sale\npre-scheduled\npre-schedulings\npre-school\npre-season\npre-selection\npre-set\npre-shipment\npre-sold\npre-split\npre-summit\npre-tax\npre-tournament\npre-trial\npre-war\npre-weekend\npre-winter\npre0\npreach\npreached\npreacher\npreachers\npreaches\npreaching\npreachings\npreah\npreakness\npreamble\npreamp\npreamplifier\npreapr\nprearranged\nprebble\nprebend\nprebendary\npreble\nprebon\nprecambrian\nprecarious\nprecariously\nprecast\nprecaution\nprecautionary\nprecautions\nprecede\npreceded\nprecedence\nprecedent\nprecedent-setting\nprecedents\nprecedes\npreceding\npreceeded\npreceeding\nprecent\nprecentor\nprecept\npreceptor\nprecepts\nprecession\nprecinct\nprecincts\nprecious\nprecipice\nprecipitate\nprecipitated\nprecipitates\nprecipitating\nprecipitation\nprecipitous\nprecipitously\nprecis\nprecise\nprecisely\nprecision\npreclassic\npreclinical\npreclude\nprecluded\nprecludes\nprecluding\nprecocious\nprecognition\nprecognitive\npreconceived\npreconceptions\nprecondition\npreconditions\nprecursor\nprecursors\npredacon\npredacons\npredate\npredated\npredates\npredating\npredation\npredator\npredators\npredatory\npredawn\npredeceased\npredecessor\npredecessors\npredefined\npredestination\npredestined\npredetermined\npredicament\npredicate\npredicated\npredicates\npredict\npredictability\npredictable\npredictably\npredicted\npredicting\nprediction\npredictions\npredictive\npredictor\npredictors\npredicts\npredilection\npredispose\npredisposed\npredisposition\nprednisone\npredominance\npredominant\npredominantly\npredominate\npredominated\npredominately\npredominates\npredominating\npredrag\npredynastic\npreece\npreeminence\npreeminent\npreempt\npreempted\npreemption\npreemptive\npreeti\npreexisting\npref\nprefab\nprefabricated\npreface\nprefaced\nprefaces\nprefect\nprefects\nprefectural\nprefecture\nprefectures\nprefer\npreferable\npreferably\nprefered\npreference\npreferences\npreferential\npreferentially\npreferment\npreferred\npreferreds\npreferring\nprefers\nprefet\nprefigured\nprefix\nprefixed\nprefixes\nprefixing\nprefontaine\npreform\npreformed\nprefrontal\nprefs\nprefunded\npregame\npregnancies\npregnancy\npregnant\nprehensile\nprehistoric\nprehistory\npreinvasion\npreis\npreiss\npreity\nprejan\nprejudge\nprejudice\nprejudiced\nprejudices\nprejudicial\nprejudicing\nprek0\npreki\nprekindergarten\npreko\nprel\nprelapr\nprelate\nprelates\nprelature\nprelim\npreliminaries\npreliminarily\npreliminary\npreljan\nprelmar\npreload\npreloaded\nprelq0\nprelude\npreludes\nprem\nprema\npremadasa\npremarin\npremarital\npremark\npremarket\npremature\nprematurely\npremaxilla\npremeditated\npremenos\npremia\npremier\npremiera\npremiere\npremiered\npremieres\npremiering\npremiers\npremiership\npremierships\npremillennialism\npreminger\npremio\npremios\npremire\npremise\npremised\npremises\npremisys\npremium\npremiums\npremiumwear\npremiunm\npremjee\npremolar\npremolars\npremonition\npremonitions\npremonstratensian\nprenatal\nprendergast\nprensa\nprentice\nprentiss\npreoccupation\npreoccupations\npreoccupied\npreopening\npreorder\nprep\nprepackaged\nprepaid\npreparation\npreparations\npreparatory\nprepare\nprepared\npreparedness\nprepares\npreparing\nprepay\nprepayment\nprepayments\npreponderance\npreposition\nprepositional\nprepositions\npreposterous\nprepped\npreppy\npreprocessor\npreproduction\npreprogrammed\nprequalification\nprequalified\nprequel\nprequels\nprerana\nprerecorded\nprerequisite\nprerequisites\nprerna\nprerogative\nprerogatives\nprerovske\npres\npresage\npresaged\npresaging\npresale\npresale-\npresario\npresas\npresbyter\npresbyterian\npresbyterianism\npresbyterians\npresbyteries\npresbyters\npresbytery\npreschool\npreschoolers\npreschools\nprescience\nprescient\nprescot\nprescott\nprescribe\nprescribed\nprescribes\nprescribing\nprescription\nprescriptions\nprescriptive\npreseason\npreselected\npreselection\npreseli\npresence\npresences\npresent\npresent-day\npresentation\npresentational\npresentations\npresented\npresentee\npresenter\npresenters\npresenting\npresently\npresents\npreservation\npreservationist\npreservationists\npreservative\npreservatives\npreserve\npreserved\npreserver\npreservers\npreserves\npreserving\npreset\npresets\npreside\npresided\npresidencies\npresidency\npresident\npresident-director\npresident-elect\npresident-finance\npresident-in-office\npresidental\npresidente\npresidential\npresidential-style\npresidents\npresides\npresiding\npresidio\npresidium\npreslav\npresley\npresnya\npresov\npresque\npress\npress.\npressburg\npressburger\npresse\npressed\npresser\npresses\npressgroup\npressing\npressings\npressler\npressley\npressman\npressman((000\npresstek\npressure\npressured\npressures\npressuring\npressurise\npressurised\npressurization\npressurized\nprestasi\nprester\nprestige\nprestigious\npresto\npreston\nprestonpans\nprestressed\nprestwich\nprestwick\npresumably\npresume\npresumed\npresumes\npresuming\npresumption\npresumptive\npresuppose\npresupposes\npresuppositions\npresure\npresynaptic\npret\npreta\npretax\npreteen\npretence\npretend\npretended\npretender\npretenders\npretending\npretends\npretense\npretenses\npretension\npretensions\npretentious\npreterite\npreterm\npretext\npreti\npreto\npretoria\npretorius\npretrial\nprettier\nprettiest\npretty\npretura\npretzel\npretzels\npreud'homme\npreuss\npreussag\npreussen\npreussenelektra\nprev\nprev0\nprevail\nprevailed\nprevailing\nprevails\npreval\nprevalence\nprevalent\nprevent\npreventable\npreventative\nprevented\npreventing\nprevention\npreventive\nprevents\nprevi\npreview\npreviewed\npreviewing\npreviews\nprevin\nprevious\npreviously\npreviously-announced\nprevisional\nprevlaka\nprevost\nprevoyance\nprewar\nprey\npreyed\npreying\npreys\nprez\nprf\nprft\npri\npriam\npribor\npribram\npricapr\nprice\nprice*\nprice-competitive\nprice-cutting\nprice-earnings\nprice-fixing\nprice-sensitive\nprice-setting\nprice-tag\nprice-to-earnings\npriced\npricejan\npriceless\npricellular\npricer\nprices\nprices)----------------------------------\nprices)0\nprices*\nprices*______________________________________\nprices-\npricesapr\npricesfeb\npricesjan\npricesjul\npricesjun\npricesmar\npricesmay\npricetag\npricewatch\npricewaterhousecoopers\npricey\npricfeb\nprichard\npricier\npricing\npricing-\npricings\npricjan\nprick\npricked\nprickly\npricmar\npriddle\npriddy\npride\nprideaux\nprided\nprides\npridi\npriebke\npriest\npriestess\npriestesses\npriesthood\npriestley\npriestly\npriests\nprieta\nprieto\nprievidza\npriit\nprijedor\nprilep\nprilosec\nprim\nprima\nprimac\nprimacy\nprimadonna\nprimagaz\nprimakov\nprimal\nprimality\nprimarch\nprimarchs\nprimaries\nprimarily\nprimark\nprimary\nprimary0\nprimary00\nprimate\nprimates\nprimavera\nprime\nprime-lending\nprime-tass\nprime-time\nprime0\nprimeau\nprimeco\nprimed\nprimedia\nprimeeast\nprimer\nprimera\nprimergy\nprimero\nprimers\nprimes\nprimestar\nprimetime\nprimetown\nprimeval\nprimex\nprimidone\npriming\nprimitive\nprimitives\nprimitivism\nprimitivists\nprimm\nprimo\nprimofin\nprimogeniture\nprimordial\nprimorje\nprimorsky\nprimoz\nprimrose\nprimula\nprimum\nprimus\nprince\nprincedom\nprincedoms\nprincely\nprincemarch\nprinceps\nprinces\nprincesa\nprincess\nprincesse\nprincesses\nprinceton\nprincip\nprincipal\nprincipalities\nprincipality\nprincipally\nprincipals\nprincipalship\nprincipate\nprincipe\nprincipes\nprincipia\nprinciple\nprincipled\nprinciples\nprincz\nprine\npringle\npringles\nprington\nprinia\nprinosil\nprins\nprint\nprintable\nprinted\nprintemps\nprinter\nprinters\nprinting\nprintings\nprintmaker\nprintmakers\nprintmaking\nprintout\nprints\nprinz\nprinze\nprio\npriok\nprion\nprions\nprior\nprior-year\nprioress\npriori\npriories\npriorities\nprioritise\nprioritize\nprioritized\nprioritizing\npriority\npriors\npriory\npripps\npripps-ringnes\npripyat\nprisa\npriscilla\nprisco\npriscus\nprise\nprising\nprism\nprisma\nprismatic\nprisms\nprison\nprisoner\nprisoners\nprisons\npristina\npristine\npritam\npritchard\npritchett\nprithi\nprithvi\nprithviraj\npritzker\nprius\npriv\npriv.banks\nprivacy\nprivalova\nprivat\nprivatbank\nprivatdozent\nprivate\nprivate-label\nprivate-sector\nprivateer\nprivateering\nprivateers\nprivately\nprivately-funded\nprivately-held\nprivately-operated\nprivately-owned\nprivately-run\nprivates\nprivation\nprivations\nprivatisation\nprivatisations\nprivatise\nprivatised\nprivatises\nprivatising\nprivatization\nprivatizations\nprivatize\nprivatized\nprivatizing\nprive\nprivee\nprivet\nprivilege\nprivileged\nprivileges\nprivredna\nprivy\nprix\npriya\npriyanka\nprize\nprize-giving\nprize-money\nprize-winning\nprized\nprizemoney\nprizes\nprizren\nprka\nprl\nprlic\nprm\nprnewswire/\npro\npro-\npro-active\npro-am\npro-american\npro-baghdad\npro-baseball\npro-beijing\npro-british\npro-business\npro-catholic\npro-china\npro-choice\npro-church\npro-communist\npro-competitive\npro-conservative\npro-democracy\npro-emu\npro-eta\npro-eu\npro-europe\npro-european\npro-europeans\npro-euthanasia\npro-forma\npro-government\npro-growth\npro-independence\npro-india\npro-iranian\npro-iraqi\npro-irish\npro-islamic\npro-islamist\npro-israel\npro-israeli\npro-kurdish\npro-labour\npro-life\npro-market\npro-moscow\npro-nazi\npro-north\npro-opposition\npro-pyongyang\npro-rata\npro-rated\npro-reform\npro-russian\npro-sikh\npro-soccer\npro-socialist\npro-soviet\npro-syrian\npro-taleban\npro-u.s.\npro-unity\npro-western\npro-yuan\npro0\nproa\nproactive\nproactively\nprobabilistic\nprobabilities\nprobability\nprobable\nprobably\nprobanka\nprobate\nprobation\nprobationary\nprobe\nprobed\nprobert\nprobes\nprobing\nprobity\nproblem\nproblematic\nproblems\nproboscis\nprobst\nprobus\nproby\nproc\nprocedural\nprocedure\nprocedures\nproceed\nproceeded\nproceeding\nproceedings\nproceeds\nproceedures\nprocellariids\nprocellarum\nproces\nproceso\nprocess\nprocessed\nprocesses\nprocessing\nprocession\nprocessional\nprocessions\nprocessor\nprocessors\nprochaine\nprochazka\nprochem\nprochnik\nprock\nproclaim\nproclaimed\nproclaimers\nproclaiming\nproclaims\nproclamation\nproclamations\nproclivity\nproclus\nprocol\nproconsul\nprocopius\nprocrastination\nprocreate\nprocreation\nprocter\nproctor\nproctors\nprocurator\nprocure\nprocured\nprocurement\nprocurements\nprocuring\nprocyon\nprod\nprodan\nprodctjun\nprodded\nprodding\nprodi\nprodigal\nprodigies\nprodigious\nprodigy\nprodigy.com.\nprodn\nprodrive\nprodromus\nprodrug\nprods\nproduc\nproducapr\nproduce\nproduced\nproducer\nproducer-consumer\nproducer/director\nproducer/engineer\nproducers\nproduces\nproducing\nproduct\nproduct-related\nproductidec\nproductijan\nproductiodec\nproductiojan\nproduction\nproduction-based\nproduction-sharing\nproductions\nproductive\nproductively\nproductivity\nproductn\nproducts\nprodudec\nprodufeb\nproduits\nprodujan\nprodumar\nproer\nprof\nprof.\nprofaci\nprofane\nprofanities\nprofanity\nprofat\nprofesional\nprofess\nprofessed\nprofesses\nprofessing\nprofession\nprofession.he\nprofessional\nprofessionalism\nprofessionally\nprofessionals\nprofessions\nprofessor\nprofessorial\nprofessors\nprofessorship\nprofessorships\nproffered\nproffitt\nproficiency\nproficient\nprofil\nprofile\nprofiled\nprofiler\nprofiles\nprofiling\nprofit\nprofit$\nprofit-\nprofit-booking\nprofit-making\nprofit-related\nprofit-sharing\nprofit-takers\nprofit-taking\nprofit-warning\nprofit/\nprofit0\nprofitability\nprofitabilty\nprofitable\nprofitablity\nprofitably\nprofited\nprofiteering\nprofiteers\nprofiting\nprofits\nprofittaking\nprofligate\nproforma\nprofound\nprofoundly\nprofumo\nprofurn\nprofuse\nprofusely\nprofusion\nprog\nprogamme\nprogen\nprogenitor\nprogenitors\nprogeny\nprogess\nprogesterone\nprogestin\nprognoses\nprognosis\nprognostic\nprogram\nprogramas\nprograme\nprograming\nprogrammable\nprogrammatic\nprogrammatically\nprogramme\nprogrammed\nprogrammer\nprogrammers\nprogrammes\nprogramming\nprograms\nprogres\nprogreso\nprogress\nprogressed\nprogresses\nprogressing\nprogression\nprogressions\nprogressive\nprogressively\nprogressives\nprogressivism\nprohibit\nprohibited\nprohibiting\nprohibition\nprohibitionist\nprohibitions\nprohibitive\nprohibitively\nprohibits\nproj\nproject\nproject0\nprojected\nprojectile\nprojectiles\nprojecting\nprojection\nprojectionist\nprojections\nprojective\nprojector\nprojectors\nprojectos\nprojects\nprojekt\nprojet\nprokaryotes\nprokaryotic\nprokofiev\nprokop\nprokopov\nprokurorov\nprolactin\nprolapse\nprolegomena\nproler\nproletarian\nproletariat\nproleter\nproliferate\nproliferated\nproliferating\nproliferation\nprolific\nprolifically\nproline\nprolog\nprologue\nprologues\nprolong\nprolongation\nprolonged\nprolonging\nprolongs\nprom\npromenade\npromenades\npromet\nprometeia\npromethean\nprometheus\npromethium\npromex\npromicin\nprominence\nprominent\nprominently\npromiscuity\npromiscuous\npromise\npromised\npromises\npromising\npromissory\npromo\npromodes\npromontory\npromos\npromote\npromoted\npromoter\npromoters\npromotes\npromoting\npromotion\npromotion/relegation\npromotional\npromotions\npromotor\npromotora\nprompt\nprompted\nprompting\npromptly\nprompts\nproms\npromstroibank\npromulgate\npromulgated\npromulgating\npromulgation\npromus\npron\npron.\nprone\npronet\nprong\npronged\npronger\npronghorn\nprongs\npronk\npronominal\npronoun\npronounce\npronounced\npronouncement\npronouncements\npronounces\npronouncing\npronouns\npronto\npronunciation\npronunciations\nproof\nproofed\nproofing\nproofreading\nproofs\nprop\nprop0\npropaganda\npropagandist\npropagandistic\npropagandists\npropagate\npropagated\npropagates\npropagating\npropagation\npropane\npropects\npropel\npropellant\npropellants\npropelled\npropeller\npropellers\npropelling\npropellor\npropellors\npropels\npropensity\nproper\nproperly\nproperties\npropertius\nproperty\nproperty-based\nproperty-casualty\nproperty-liability\nproperty-related\nprophecies\nprophecy\nprophesied\nprophesies\nprophesy\nprophesying\nprophet\nprophetess\nprophetic\nprophets\nprophylactic\nprophylaxis\nproponent\nproponents\nproportion\nproportional\nproportionality\nproportionally\nproportionate\nproportionately\nproportioned\nproportions\nproposal\nproposals\npropose\nproposed\nproposes\nproposing\nproposition\npropositional\npropositioning\npropositions\npropounded\npropped\npropper\npropping\nproprietary\nproprietor\nproprietors\nproprietorship\npropriety\nproprio\nproprioception\nproprioceptive\nprops\npropulsion\npropulsive\npropylene\nprorated\nproration\nprorogued\npros\nprosaic\nproscenium\nprosciutto\nproscribed\nproscription\nprose\nprosecute\nprosecuted\nprosecutes\nprosecuting\nprosecution\nprosecutions\nprosecutor\nprosecutor-general\nprosecutorial\nprosecutors\nproselytism\nproselytize\nproselytizing\nprosieben\nprosimians\nprosinecki\nprosody\nprosopis\nprosource\nprospect\nprospected\nprospecting\nprospective\nprospector\nprospectors\nprospects\nprospectus\nprospectuses\nprospekt\nprosper\nprospered\nprospering\nprosperity\nprospero\nprosperous\nprosser\nprost\nprostaglandin\nprostaglandins\nprostate\nprostatic\nprostheses\nprosthesis\nprosthetic\nprosthetics\nprostitute\nprostitutes\nprostitution\nprostran\nprostrate\nprostration\nprotagonist\nprotagonists\nprotagoras\nprotea\nproteaceae\nproteam\nprotease\nproteases\nproteasome\nprotect\nprotected\nprotecting\nprotection\nprotectionism\nprotectionist\nprotections\nprotective\nprotectobots\nprotector\nprotectorate\nprotectorates\nprotectors\nprotects\nprotege\nprotegee\nproteges\nprotein\nproteins\nproteinuria\nproteobacteria\nproteolysis\nproteolytic\nproteomics\nproterozoic\nprotest\nprotestant\nprotestantism\nprotestants\nprotestations\nprotested\nprotester\nprotesters\nprotesting\nprotestors\nprotests\nproteus\nprotexa\nprothonotary\nprothrombin\nprotists\nproto\nprotocol\nprotocols\nprotoculture\nprotoform\nproton\nprotonated\nprotons\nprotopapadakis\nprotoplanetary\nprotos\nprotoss\nprototype\nprototypes\nprototypical\nprototyping\nprotour\nprotozoa\nprotozoan\nprotracted\nprotrude\nprotruded\nprotrudes\nprotruding\nprotrusion\nprotrusions\nprotti\nprotzner\nproud\nproudest\nproudhon\nproudly\nproulx\nproust\nprout\nprouteau\nprouty\nprov\nprov;y\nprovable\nprovably\nprovan\nprovapr\nprovdec\nprove\nproved\nproven\nprovenance\nprovencal\nprovence\nproventus\nprovenzano\nprover\nproverb\nproverbial\nproverbs\nproves\nprovfeb\nprovida\nprovide\nprovided\nprovidence\nprovidencia\nprovident\nprovider\nproviders\nprovides\nprovidian\nproviding\nprovigo\nprovince\nprovince-wide\nprovinces\nprovincetown\nprovincia\nprovincial\nprovincially\nprovincials\nprovincie\nproving\nprovision\nprovisional\nprovisionally\nprovisionals\nprovisioned\nprovisioning\nprovisions\nproviso\nprovjan\nprovmar\nprovmay\nprovo\nprovocateur\nprovocateurs\nprovocation\nprovocations\nprovocative\nprovocatively\nprovoke\nprovoked\nprovokes\nprovoking\nprovost\nprovosts\nprovs\nprow\nprower\nprowess\nprowl\nprowler\nprowling\nprowse\nproxies\nproxim\nproxima\nproximal\nproximate\nproximity\nproximus\nproxy\nproxymed\nprozac\nprozen\nprp\nprr\nprs\nprsident\nprskalo\nprt\npru\nprudence\nprudent\nprudential\nprudential-bache\nprudently\nprudhoe\nprue\nprueher\npruett\nprufrock\npruitt\nprum\nprune\npruned\nprunella\nprunes\npruning\nprunus\nprus\nprussia\nprussian\nprussians\nprut\nprv\nprva\nprvmay\nprvni\nprvoit\nprvs\npry\npryca\npryce\nprydain\npryde\npryderi\nprying\nprykarpattya\npryor\nprzedsiebiorstwo\nprzemysl\nprzemyslowo-handlowy\nprzemyslu\nprzeworsk\nprzymierze\nps\nps.\nps/0\nps0\npsa\npsalm\npsalms\npsalter\npsas\npsb\npsbr\npsc\npsd\npsdb\npsdr\npse\npse&g\npseb\npseudo\npseudobulbs\npseudoephedrine\npseudomonas\npseudonym\npseudonymous\npseudonyms\npseudorandom\npseudoscience\npseudoscientific\npsf\npsf-gtd\npsg\npsi\npsi0\npsicologia\npsicosis\npsidc\npsilocin\npsilocybe\npsilocybin\npsinet\npsion\npsionic\npsionics\npsions\npsittacidae\npsk\npskov\npsl\npsm\npsmith\npsn\npsnh\npsni\npso\npsoe\npsoriasis\npsp\npspace\npsr\npss\npst\npstn\npsu\npsus\npsv\npsy\npsych\npsyche\npsychedelia\npsychedelic\npsychedelics\npsychiatric\npsychiatrist\npsychiatrists\npsychiatry\npsychic\npsychical\npsychically\npsychics\npsycho\npsychoactive\npsychoanalysis\npsychoanalyst\npsychoanalysts\npsychoanalytic\npsychoanalytical\npsychobilly\npsychodrama\npsychodynamic\npsychogenic\npsychohistory\npsychokinesis\npsychokinetic\npsychological\npsychologically\npsychologically-important\npsychologie\npsychologist\npsychologists\npsychology\npsychometric\npsychometrics\npsychomotor\npsychopath\npsychopathic\npsychopathology\npsychopaths\npsychopathy\npsychopharmacology\npsychophysics\npsychosexual\npsychosis\npsychosocial\npsychosomatic\npsychotherapeutic\npsychotherapist\npsychotherapists\npsychotherapy\npsychotic\npsychotria\npsychotropic\npsygnosis\npsykers\npsyllium\npsylocke\npsytrance\npt\npt.\npt0\npta\nptah\nptarmigan\nptas\nptc\nptcl\npte\npteranodon\npterodactyl\npteropodidae\npteropus\npterosaur\npterosaurs\npterygoid\nptf\nptfe\npth\npti\nptl\npto\nptolemaic\nptolemies\nptolemy\nptosis\nptp\nptr\npts\nptsd\nptt\npttep\nptv\npty\npu\npu0\npua\npub\npuberty\npubescens\npubescent\npubhold\npubic\npubis\npubli\npublic\npublic-interest\npublic-private\npublic-sector\npublic/private\npublica\npublically\npublican\npublication\npublications\npublicis\npublicise\npublicised\npublicising\npublicist\npublicists\npublicit\npublicitaire\npublicitaires\npublicity\npublicity-shy\npublicize\npublicized\npublicizing\npublicly\npublicly-held\npublicly-listed\npublicly-owned\npublicly-traded\npublico\npublics\npublique\npublish\npublished\npublisher\npublishers\npublishes\npublishing\npublitalia\npublius\npublix\npubmaster\npubmed\npubs\npuc\npucca\npucci\npuccia\npuccini\npuccio\npuch\npuchong\npuck\npuckett\npucko\npucks\npud\npudding\npuddings\npuddle\npuddles\npudendal\npudgy\npudong\npudsey\npudu\npuducherry\npudukkottai\npuebla\npueblo\npueblos\npuente\npuerta\npuerto\npuff\npuffed\npuffer\npufferfish\npuffers\npuffin\npuffing\npuffins\npuffs\npuffy\npug\npugachev\npugad\npuget\npugh\npugin\npuglia\npugliese\npugnacious\npugni\npugs\npugsley\npugwash\npuhelin\npui\npuig\npuisne\npuja\npujas\npujol\npujols\npuk\npuka\npuke\npukekohe\npukhet\npukur\npul\npul-i-khumri\npula\npulakesi\npulaski\npulau\npulau-\npulcher\npulchra\npuli\npulido\npulikovsky\npulitzer\npuliyankulam\npulkovo\npull\npull-back\npull-out\npullback\npullbacks\npulldown\npulled\npullella\npullen\npuller\npulley\npulleys\npulliam\npullin\npulling\npullman\npullo\npullout\npulls\npulman\npulmicort\npulmoddai\npulmonary\npulp\npulpex\npulping\npulpit\npulpits\npulps\npulpwood\npulsar\npulsars\npulsating\npulsation\npulsations\npulse\npulsed\npulses\npulsing\npulte\npulteney\npulver\npulverized\npuma\npumaranra\npumas\npumbaa\npumbedita\npumice\npumila\npummeled\npummelled\npump\npumped\npumper\npumping\npumpkin\npumpkinhead\npumpkins\npumps\npun\npuna\npunahou\npuncak\npunch\npunchbowl\npunched\npuncher\npunchers\npunches\npunching\npunchinilame\npunchline\npunchlines\npunchy\npunctual\npunctuality\npunctually\npunctuate\npunctuated\npunctuation\npuncture\npunctured\npunctures\npuncturing\npundit\npundits\npune\npungent\npunggol\npunia\npunic\npunish\npunishable\npunished\npunisher\npunishes\npunishing\npunishment\npunishments\npunitive\npunjab\npunjabi\npunjabis\npunk\npunks\npunky\npunnett\npunning\npuno\npunr\npuns\npunt\npunta\npuntarenas\npunted\npunter\npunters\npunting\npuntland\npunto\npunts\npunxsutawney\npuny\npup\npupa\npupae\npupal\npupate\npupation\npupil\npupillary\npupils\npupin\npuppet\npuppeteer\npuppeteers\npuppetry\npuppets\npuppies\npuppy\npups\npur\npura\npuram\npuran\npurana\npuranas\npuranic\npuraskar\npurbeck\npurcell\npurch\npurchase\npurchased\npurchaser\npurchasers\npurchases\npurchases/\npurchasing\npurdah\npurdue\npurdy\npure\npurebred\npuree\npurefoods\npuregon\npurely\npurer\npurest\npuretec\npurevolume\npurgative\npurgatory\npurge\npurged\npurges\npurging\npuri\npurification\npurified\npurifiers\npurify\npurifying\npurim\npurina\npurine\npuris\npurist\npurists\npuritan\npuritanical\npuritanism\npuritans\npurity\npurker\npurkinje\npurley\npurna\npurneftegaz\npurnell\npurnia\npurnima\npuro\npurple\npurples\npurplish\npurport\npurported\npurportedly\npurporting\npurports\npurpose\npurpose-built\npurposed\npurposeful\npurposefully\npurposely\npurposes\npurposive\npurpura\npurpurea\npurr\npurse\npurser\npurses\npursuance\npursuant\npursue\npursued\npursuer\npursuers\npursues\npursuing\npursuit\npursuits\npursuits.he\npursuivant\npurtzer\npuru\npurus\npurusha\npurves\npurveyor\npurveyors\npurviance\npurview\npurvin\npurvis\npus\npusan\npusateri\npuscas\npusey\npush\npushcart\npushed\npusher\npushers\npushes\npushing\npushkin\npushover\npushpa\npushpakumara\npushrod\npushtun\npushy\npuskas\npusri\npuss\npusser\npussy\npussycat\npussycats\npustovoitenko\nput\nputable\nputative\nputatively\nputeaux\nputera\nputeri\nputih\nputilov\nputin\nputnam\nputney\nputonghua\nputouts\nputra\nputrajaya\nputs\nputsch\nputt\nputtable\nputtalam\nputted\nputter\nputters\nputti\nputties\nputting\nputts\nputty\nputumayo\npuy\npuyallup\npuyi\npuyo\npuzo\npuzzle\npuzzled\npuzzlement\npuzzles\npuzzling\npv\npv0\npva\npvc\npvda\npvo\npvp\npvr\npvs\npvt\npvt.\npw\npw0\npwa\npwc\npwd\npwe\npweto\npwg\npwi\npwllheli\npwm\npwr\npws\npx\npx0\npxre\npy\npyaar\npyar\npyarelal\npyatigorsk\npycnonotidae\npye\npygmalion\npygmies\npygmy\npyjamas\npyke\npyle\npylon\npylons\npylori\npylos\npym\npyman\npynchon\npyne\npynzenyk\npyongyang\npyotr\npyramid\npyramidal\npyramids\npyre\npyrenean\npyrenees\npyrex\npyrgos\npyridine\npyridoxine\npyrimidine\npyrite\npyrmont\npyro\npyroclastic\npyrolysis\npyrophoric\npyrophosphate\npyros\npyrotechnic\npyrotechnics\npyroxene\npyrrhic\npyrrhus\npyruvate\npyschological\npythagoras\npythagorean\npythagoreans\npythias\npython\npythons\npyu\npyykkonen\npz\npzl\npzl0\npzm\npzpr\npzu\nq\nq&a\nq-data\nq-sblf\nq.\nq.c.\nq.v.\nq0\nq0'0\nq0-fin\nq0-p\nq0-q0\nq0-r\nq0-rev\nq00\nq0apr0\nq0aug0\nq0dec0\nq0feb0\nq0jan\nq0jan0\nq0jul0\nq0jun0\nq0mar0\nq0may0\nq0nov0\nq0oct0\nq0sep0\nq=cbot\nqa\nqaboos\nqaddafi\nqadeer\nqadi\nqadir\nqadissiya\nqadri\nqaeda\nqaen\nqaf\nqaida\nqais\nqajar\nqala\nqalqilya\nqam\nqamar\nqana\nqantas\nqara\nqarabagh\nqarase\nqarun\nqasim\nqasr\nqassam\nqassim\nqatar\nqatargas\nqatari\nqataris\nqawwali\nqazi\nqazvin\nqb\nqb0\nqbe\nqc\nqca\nqcd\nqct\nqd0\nqdr\nqe\nqe0\nqed\nqeissan\nqel\nqena\nqew\nqex\nqf\nqgpc\nqi\nqian\nqiang\nqianlong\nqiao\nqibla\nqichen\nqidc\nqigong\nqin\nqinetiq\nqing\nqingdao\nqinghai\nqingling\nqingqi\nqinshan\nqintex\nqir\nqiu\nql\nqland\nqld\nqlt\nqm\nqmc\nqmjhl\nqmv\nqna\nqni\nqnx\nqods\nqom\nqos\nqpr\nqq\nqr\nqrs\nqs\nqsc\nqt\nqtc\nqtly\nqtr\nqtrly\nqty\nqu\nqu'appelle\nqu'il\nqu'ran\nqua\nquabbin\nquack\nquackenbush\nquacker\nquackery\nquad\nquadi\nquadir\nquadra\nquadrangle\nquadrangles\nquadrangular\nquadrant\nquadrants\nquadraphonic\nquadrate\nquadratic\nquadrature\nquadratus\nquadrennial\nquadriceps\nquadrilateral\nquadrille\nquadriplegic\nquadrophenia\nquadruped\nquadrupedal\nquadruple\nquadrupled\nquadrupling\nquadrupole\nquads\nquae\nquaestor\nquagga\nquagmire\nquahog\nquai\nquaid\nquaife\nquail\nquails\nquaint\nquake\nquake-stricken\nquaker\nquakerism\nquakers\nquakes\nqual\nqualcomm\nqualia\nqualifer\nqualification\nqualifications\nqualified\nqualifier\nqualifiers\nqualifies\nqualify\nqualifying\nqualinesti\nqualitative\nqualitatively\nqualities\nquality\nqualms\nquam\nquan\nquanah\nquand\nquandary\nquando\nquandt\nquanex\nquang\nquant\nquanta\nquantech\nquantico\nquantifiable\nquantification\nquantified\nquantifier\nquantifiers\nquantifies\nquantify\nquantifying\nquantitative\nquantitatively\nquantities\nquantity\nquantization\nquantized\nquantrill\nquantum\nquanxing\nquanzhou\nquarantine\nquarantined\nquarashi\nquark\nquarks\nquarkxpress\nquarles\nquarrel\nquarreled\nquarreling\nquarrelled\nquarrelling\nquarrels\nquarrelsome\nquarried\nquarries\nquarry\nquarrying\nquarrymen\nquart\nquarter\nquarter-century\nquarter-end\nquarter-final\nquarter-finalist\nquarter-finalists\nquarter-finals\nquarter-on-quarter\nquarter-point\nquarter-to-quarter\nquarterback\nquarterbacks\nquarterdeck\nquartered\nquarterfinal\nquarterfinals\nquartering\nquarterly\nquartermaine\nquartermaster\nquarters\nquartet\nquartets\nquartic\nquartier\nquartile\nquarto\nquartz\nquartzite\nquasar\nquasars\nquash\nquashed\nquashes\nquashing\nquasi\nquasi-autonomous\nquasi-governmental\nquasi-money\nquasi-official\nquasi-parliament\nquasi-sovereigns\nquasimodo\nquat\nquater\nquatermain\nquatermass\nquaternary\nquaternion\nquaternions\nquatrain\nquatrains\nquatre\nquatro\nquattro\nquattrocchi\nquattrocento\nquay\nquayle\nquays\nquayside\nqubilah\nqubit\nqubits\nquds\nque\nqueanbeyan\nquebec\nquebec-based\nquebecers\nquebeckers\nquebecois\nquebecor\nquebrada\nquechua\nquedlinburg\nquee\nqueeg\nqueen\nqueenborough\nqueene\nqueenie\nqueens\nqueensberry\nqueensboro\nqueensbridge\nqueensbury\nqueenscliff\nqueensferry\nqueenside\nqueensland\nqueensland-based\nqueenslander\nqueensryche\nqueenston\nqueenstown\nqueensway\nqueer\nqueercore\nqueers\nqueiroz\nquel\nquel'thalas\nquell\nquelled\nquelling\nquels\nquem\nquemoy\nquench\nquenched\nquenching\nquentin\nquenya\nquequen\nquercus\nqueretaro\nqueried\nqueries\nquerns\nquerton\nquery\nquerying\nquesada\nquesnel\nqueso\nquest\nquestar\nquesting\nquestion\nquestion-and-answer\nquestionable\nquestioned\nquestioner\nquestioning\nquestionnaire\nquestionnaires\nquestions\nquestor\nquestrom\nquests\nquetta\nquetzal\nquetzalcoatl\nquetzals\nquetzaltenango\nqueue\nqueued\nqueueing\nqueues\nqueuing\nquevedo\nquezon\nqui\nquiberon\nquiche\nquick\nquick-fix\nquickdraw\nquicken\nquickened\nquickening\nquickens\nquicker\nquickest\nquickie\nquickly\nquickness\nquicksand\nquicksilver\nquicksort\nquickstrike\nquicktime\nquickturn\nquid\nquidditch\nquien\nquiero\nquiescent\nquiet\nquieted\nquieten\nquietened\nquieter\nquietest\nquietly\nquietness\nquigley\nquik\nquila\nquill\nquillan\nquillen\nquills\nquilmes\nquilon\nquilt\nquilted\nquilting\nquilts\nquimby\nquimica\nquimigal\nquimper\nquin\nquinault\nquince\nquincey\nquincy\nquindel\nquindio\nquine\nquinenco\nquing\nquinine\nquinlan\nquinley\nquinn\nquinnell\nquinnipiac\nquinnsworth\nquinoa\nquinones\nquint\nquinta\nquintaglie\nquintain\nquintal\nquintales\nquintals\nquintana\nquintanilla\nquinte\nquintero\nquintessence\nquintessential\nquintessentially\nquintesson\nquintessons\nquintet\nquintets\nquintiles\nquintilian\nquintin\nquinto\nquinton\nquintuple\nquintus\nquiones\nquip\nquipped\nquips\nquire\nquirici\nquirinal\nquirinale\nquirino\nquirk\nquirks\nquirky\nquiroga\nquirot\nquisling\nquist\nquit\nquite\nquitman\nquito\nquits\nquitting\nquiver\nquivers\nquixote\nquixotic\nquixtar\nquiz\nquizzed\nquizzes\nquizzing\nquli\nqumran\nquo\nquoc\nquod\nquon\nquonset\nquorn\nquorum\nquorums\nquota\nquota-busting\nquota-hopping\nquotas\nquotation\nquotations\nquote\nquote.com\nquoted\nquotes\nquotes-related\nquotidien\nquotient\nquotients\nquoting\nqur'an\nqur'anic\nquraish\nquran\nquranic\nquraysh\nqurayza\nqureshi\nqurna\nqurqas\nqutb\nqutub\nqv\nqvc\nqviberg\nqward\nqwark\nqwerty\nqwest\nr\nr$\nr&b\nr&d\nr'dam\nr'mel\nr'n'b\nr-iowa\nr-revised\nr-texas\nr-troy\nr-va\nr.\nr.a.\nr.a.kidwai\nr.b.\nr.c.\nr.d\nr.d.\nr.e.\nr.e.m\nr.e.m.\nr.f.\nr.f.c.\nr.g.\nr.g.bhat\nr.h.\nr.i\nr.i.\nr.j.\nr.k.\nr.l.\nr.m.\nr.n.\nr.o.\nr.p.\nr.r.\nr.s.\nr.s.c.\nr.v.\nr.w.\nr.z.\nr/\nr/c\nr/t\nr0\nr00\nr0a\nr0b\nr0s\nr=revised\nra\nra0\nraa\nraab\nraabe\nraad\nraadio\nraaf\nraafat\nraahe\nraam\nraapr\nraaschou\nraasuke\nraat\nrab\nraba\nrabarivony\nrabat\nrabaul\nrabb\nrabba\nrabbah\nrabban\nrabbani\nrabbeinu\nrabbi\nrabbids\nrabbinate\nrabbinic\nrabbinical\nrabbis\nrabbit\nrabbitohs\nrabbits\nrabbitt\nrabbitte\nrabble\nrabbo\nrabe\nrabelais\nrabi\nrabia\nrabid\nrabies\nrabigh\nrabih\nrabin\nrabindra\nrabindranath\nrabinowitz\nrabo\nrabobank\nrabri\nrabsi\nrabuka\nrabun\nraby\nrac\nracal\nracan\nraccoon\nraccoons\nrace\nracecar\nracecars\nracecourse\nraced\nracegoers\nracehorse\nracehorses\nraceme\nracemes\nracemic\nracer\nracers\nraces\nraces.\nracetrack\nracetracks\nraceway\nracha\nrachael\nrachel\nrachelle\nrachid\nrachis\nrachmaninoff\nrachmaninov\nracial\nracialist\nracially\nracine\nracing\nracism\nracist\nracists\nrack\nrackard\nracked\nracket\nracketeer\nracketeering\nracketeers\nrackets\nrackham\nracking\nrackmount\nracks\nraconteur\nracquet\nracquetball\nracquets\nracy\nracz\nrad\nrada\nradames\nradar\nradar-avoiding\nradar-evading\nradars\nradcliffe\nradclyffe\nrade\nradebe\nradegast\nradek\nraden\nradenska\nradeon\nrader\nrades\nradetzky\nradev\nradex\nradex-heraklith\nradford\nradha\nradhakrishnan\nradhika\nradi\nradial\nradially\nradials\nradian\nradiance\nradians\nradiant\nradiata\nradiate\nradiated\nradiates\nradiating\nradiation\nradiative\nradiator\nradiators\nradic\nradical\nradicalism\nradicalization\nradicalized\nradically\nradicals\nradice\nradii\nradikal\nradim\nradin\nradio\nradio-television\nradioactive\nradioactivity\nradiocarbon\nradiocommunications\nradioed\nradiographic\nradiographs\nradiography\nradiohead\nradioisotope\nradioisotopes\nradiokomunikace\nradiologic\nradiological\nradiologist\nradiologists\nradiology\nradioman\nradiometer\nradiometric\nradiomobil\nradionet\nradionuclides\nradiophonic\nradiopress\nradioprogramas\nradios\nradioshack\nradiotelephone\nradiotherapy\nradish\nradishes\nradisich\nradisson\nradisys\nradium\nradius\nradix\nradja\nradka\nradke\nradler\nradley\nradmila\nradner\nradnicki\nradnor\nradnorshire\nradnoti\nrado\nradoje\nradom\nradome\nradomir\nradomiro\nradon\nradosavljevic\nradoslav\nradoslaw\nradovan\nradstock\nradu\nraducioiu\nradula\nradulescu\nradulovic\nraduyev\nradwan\nradwell\nradyo\nradziwill\nrae\nraeburn\nraeder\nraedwald\nraeford\nraekwon\nrael\nraelian\nraelians\nraemdonck\nraf\nrafa\nrafael\nrafaela\nrafah\nrafako\nrafal\nrafale\nrafe\nraff\nraffaele\nraffaello\nraffarin\nrafferty\nraffi\nraffle\nraffles\nrafi\nrafidah\nrafik\nrafiki\nrafineria\nrafinerska\nrafiq\nrafiqul\nrafsanjani\nraft\nrafted\nrafter\nrafters\nrafting\nrafts\nrag\nrag-tag\nraga\nragamuffin\nragan\nragas\nragdoll\nrage\nraged\nragen\nrages\nragga\nragged\nragging\nraghava\nraghavan\nraghavendra\nraghu\nraghunath\nraghuraman\nragi\nraging\nraglan\nragman\nragnar\nragnarok\nragnhild\nragnos\nragnvald\nrags\nrags-to-riches\nragsdale\nragtag\nragtime\nragusa\nragusan\nragweed\nrah\nrahab\nrahaga\nrahal\nraheem\nraheny\nrahi\nrahilou\nrahim\nrahimuddin\nrahkshi\nrahl\nrahman\nrahmat\nrahn\nrahu\nrahul\nrahumaa\nrahway\nrahxephon\nrai\nraicevic\nraich\nraichev\nraichur\nraid\nraided\nraiden\nraider\nraiders\nraiding\nraids\nraiffeisen\nraiffeisenbank\nraiford\nraigad\nraikes\nraikkonen\nrail\nrail-for\nraila\nrailamerica\nrailcar\nrailcars\nrailed\nrailfans\nrailgun\nrailhawks\nrailhead\nrailing\nrailings\nrailroad\nrailroaded\nrailroading\nrailroads\nrails\nrailtex\nrailtrack\nrailway\nrailwaymen\nrailways\nrailworkers\nraimi\nraimond\nraimondas\nraimondi\nraimondo\nraimund\nraimundo\nrain\nrain-affected\nrain-delayed\nrain-hit\nrain-shortened\nrain-soaked\nrain-swollen\nraina\nrainbands\nrainbow\nrainbows\nraincoat\nraincoats\nraindance\nraindrops\nraine\nrained\nrainer\nraines\nrainey\nrainfall\nrainfalls\nrainford\nrainforest\nrainforests\nrainham\nrainhill\nrainier\nrainiers\nraining\nrainmaker\nrains\nrainstorm\nrainstorms\nrainsy\nrainwater\nrainy\nraion\nraions\nraipur\nrais\nraise\nraised\nraiser\nraisers\nraises\nraisin\nraising\nraisings\nraisins\nraisio\nraision\nraison\nraistlin\nraitberger\nraith\nraitt\nraivo\nraj\nraja\nrajab\nrajah\nrajahmundry\nrajan\nrajar\nrajaraja\nrajaram\nrajas\nrajasthan\nrajasthani\nrajasuya\nrajavi\nrajeev\nrajendra\nrajendran\nrajesh\nrajgarh\nraji\nrajic\nrajin-sonbong\nrajinder\nrajinikanth\nrajiv\nrajkot\nrajkumar\nrajoub\nrajpal\nrajput\nrajputana\nrajputs\nrajshahi\nraju\nrajya\nrak\nrakad\nrakata\nrake\nraked\nrakes\nrakesh\nrakhine\nrakhmonov\nrakim\nraking\nrakoczi\nrakosi\nrakovski\nrakovsky\nrakow\nraks\nrakshasa\nrakshasas\nrakvere\nrakyat\nral\nralco\nralcorp\nraleigh\nralf\nralfe\nrall\nrallidae\nrallied\nralliement\nrallies\nrallings\nrallis\nrally\nrallycross\nrallye\nrallying\nralph\nralphie\nralphs\nralston\nram\nrama\nramachandra\nramachandran\nramada\nramadan\nramadi\nramage\nramah\nramaiah\nramakrishna\nramakrishnan\nramallah\nraman\nramana\nramani\nramanuja\nramanujan\nramaphosa\nramapo\nramar\nramaswamy\nramat\nramay\nramayan\nramayana\nramazani\nramba\nrambaldi\nrambam\nrambaud\nrambeau\nrambert\nrambla\nramble\nrambler\nramblers\nrambles\nramblin\nrambling\nramblings\nrambo\nrambouillet\nrambunctious\nrambus\nramchandra\nramco\nramdas\nrame\nrameau\nrameez\nramen\nramenman\nrameses\nramesh\nramesses\nramey\nramgarh\nramgoolam\nrami\nramifications\nramillies\nramin\nramirez\nramiro\nramis\nramiz\nramjet\nramla\nramli\nrammed\nramming\nrammstein\nramnad\nramnagar\nramo\nramon\nramona\nramoncito\nramond\nramone\nramones\nramos\nramos-horta\nramotowski\nramp\nramp-up\nrampage\nrampaged\nrampages\nrampaging\nrampal\nrampant\nrampart\nramparts\nramped\nramphastidae\nramping\nrampling\nramprakash\nramps\nrampton\nrampur\nrampura\nramqvist\nramrod\nrams\nramsar\nramsay\nramsbottom\nramsden\nramses\nramsey\nramseys\nramsgate\nramshackle\nramstead\nramstein\nramsus\nramthan\nramtron\nramu\nramus\nramzan\nramzi\nran\nrana\nranald\nranariddh\nranasinghe\nranatunga\nranbaxy\nrance\nranch\nrancher\nranchera\nrancheria\nranchero\nranchers\nranches\nranchi\nranching\nrancho\nranchos\nrancid\nrancor\nrancorous\nrancour\nrand\nrand-debt\nranda\nrandal\nrandall\nrandalls\nrandell\nrandenigala\nranders\nrandex\nrandfontein\nrandgold\nrandi\nrandle\nrandleman\nrandolph\nrandom\nrandom-access\nrandomised\nrandomization\nrandomized\nrandomly\nrandomness\nrandor\nrands\nrandstad\nrandt\nrandwick\nrandy\nrane\nranelagh\nraner\nraney\nranford\nranfurly\nrang\nranga\nrangamati\nrangarajan\nrange\nrange-bound\nrange-trade\nrange-trading\nrangebound\nranged\nrangefinder\nrangel\nranger\nrangers\nranges\nrangi\nranging\nrangoon\nrangpur\nrangsitphol\nranh\nrani\nranidae\nranieri\nranil\nranitidine\nranjan\nranji\nranjit\nrank\nrank-and-file\nranke\nranked\nrankin\nrankin/bass\nrankine\nranking\nrankings\nrankled\nranks\nranma\nranmaru\nrann\nrannoch\nrano\nransack\nransacked\nransacking\nransdell\nransik\nransom\nransome\nransome-kuti\nransomed\nransoms\nranson\nrant\nrantatupa\nrantembe\nranting\nrants\nrantzau\nranuccio\nranulf\nranulph\nranunculaceae\nranvir\nranya\nrao\nraou\nraouf\nraoul\nraoult\nraoux\nrap\nrapa\nrapacious\nrapallo\nrapanui\nrapaport\nrapcore\nrape\nraped\nrapemeal\nraper\nrapes\nrapeseed\nraphael\nraphaelite\nraphaelites\nraphe\nraphel\nraphoe\nrapid\nrapid-fire\nrapidan\nrapide\nrapides\nrapidity\nrapidly\nrapidly-growing\nrapido\nrapids\nrapier\nraping\nrapist\nrapists\nrapoport\nraposo\nrapp\nrappahannock\nrappaport\nrapped\nrappel\nrappelling\nrapper\nrappers\nrapping\nrapport\nrapporteur\nrapporteurs\nrapprochement\nraps\nrapseed\nraptopoulos\nraptor\nraptors\nrapture\nrapturous\nrapunzel\nraquel\nrar\nrare\nrarefied\nrarely\nrarely-traded\nrarer\nrares\nrarest\nraritan\nrarities\nrarity\nrarotonga\nras\nrasa\nrasayan\nrascal\nrascals\nrasch\nrascher\nrascia\nrasdaq\nrasen\nrasgas\nrash\nrashad\nrashed\nrasheed\nrashes\nrashi\nrashid\nrashidi\nrashidun\nrashly\nrashmi\nrashomon\nrasht\nrashtra\nrashtrakuta\nrashtrakutas\nrashtriya\nrasim\nrask\nraska\nraskin\nrasmus\nrasmussen\nrasool\nrasp\nraspberries\nraspberry\nrasputin\nraspy\nrassemblement\nrassilon\nrast\nrasta\nrastafari\nrastafarian\nrastas\nrastatt\nraster\nrastra\nrastriya\nrasul\nrat\nrata\nratajczak\nratan\nratana\nratatouille\nratbat\nratchasima\nratchathani\nratchet\nratcheted\nratcheting\nratcliff\nratcliffe\nrate\nrate-bulgarian\nrate-cut\nrate-hike\nrate-sensitive\nrate-setting\nrate0\nrateaug\nrated\nratepayer\nratepayers\nrates\nrates-\nrates---\nrates----\nrath\nratha\nrathaus\nrathbone\nrathbun\nrathdown\nrather\nrathfarnham\nrathi\nrathmines\nrathore\nratification\nratifications\nratified\nratifies\nratify\nratifying\nrating\nratings\nratings---\nratings----\nratingwatch\nratio\nration\nrational\nrationale\nrationales\nrationalisation\nrationalise\nrationalised\nrationalising\nrationalism\nrationalist\nrationalistic\nrationalists\nrationality\nrationalization\nrationalize\nrationalized\nrationalizing\nrationally\nrationals\nrationed\nrationing\nrations\nratios\nratisbon\nratites\nratjun\nratko\nratlam\nratliff\nratna\nratnagiri\nratnam\nratnamani\nratnapura\nratnatilleke\nratnatunga\nratnayake\nratner\nrato\nraton\nratp\nrats\nratsirahonana\nratsiraka\nratt\nrattail\nrattan\nrattana\nrattigan\nrattle\nrattled\nrattler\nrattlers\nrattles\nrattlesnake\nrattlesnakes\nrattling\nrattrap\nrattray\nrattus\nratu\nratwatte\nratz\nratzdorf\nratzeburg\nratzenberger\nratzinger\nrau\nrauch\nraucous\nrauf\nraugs\nraul\nraulerson\nraum\nrauma\nraunchy\nrauparaha\nraurimu\nraus\nrausch\nrauschenberg\nrauscher\nrautakirja\nrautaruukki\nraute\nrav\nrav0\nrava\nravage\nravaged\nravager\nravages\nravaging\nravalo\nravalomanana\nravan\nravana\nravanelli\nrave\nravel\nravelli\nraven\nravenclaw\nravenel\nravenglass\nravenhill\nravenloft\nravenna\nravenous\nravens\nravensbruck\nravensburg\nravenscroft\nravenshaw\nravenswood\nraver\nravers\nraves\nravi\nravindra\nravine\nravines\nraving\nravinia\nravishing\nraviv\nravnica\nravva\nraw\nrawa\nrawal\nrawalpindi\nrawang\nrawat\nrawdon\nrawhide\nrawkus\nrawlings\nrawlins\nrawlinson\nrawls\nraws\nrawson\nrawtenstall\nray\nraya\nraya0\nrayalaseema\nraybould\nrayburn\nraychem\nraycom\nraye\nrayed\nrayford\nraygun\nrayleigh\nrayman\nraymer\nraymond\nraymonde\nraymundo\nrayna\nraynald\nraynaud\nrayne\nrayner\nraynham\nraynor\nrayo\nrayon\nrayong\nrayonier\nrayrock\nrays\nraytel\nraytheon\nrayyan\nraz\nraza\nrazafintsalama\nrazak\nrazaleigh\nrazali\nraze\nrazed\nrazer\nrazi\nraziel\nrazing\nrazon\nrazor\nrazor-sharp\nrazor-thin\nrazorback\nrazorbacks\nrazorlight\nrazors\nrazr\nrazvan\nrazz\nrazzak\nrazzaq\nrazzie\nrazzle\nrb\nrb0\nrba\nrbc\nrbc-ds\nrbcs\nrbd\nrbh\nrbi\nrbis\nrbls\nrbnz\nrbs\nrbz\nrc\nrc0\nrca\nrcaf\nrcbc\nrcc\nrcd\nrci\nrcm\nrcmp\nrcn\nrcp\nrcpts\nrcr\nrcs\nrcsb\nrct\nrcts\nrctv\nrd\nrd.\nrd0\nrda\nrdainah\nrdaineh\nrdbms\nrdc\nrdf\nrdi\nrdo\nrdp\nrdr\nrds\nrdx\nre\nre-\nre-admitted\nre-affirmed\nre-appointed\nre-apptd\nre-arrest\nre-arrested\nre-assess\nre-building\nre-calculated\nre-discount\nre-education\nre-elect\nre-elected\nre-electing\nre-election\nre-emerge\nre-emerged\nre-emergence\nre-emerging\nre-employed\nre-employment\nre-energise\nre-engineering\nre-enter\nre-entered\nre-entering\nre-entry\nre-equip\nre-establish\nre-established\nre-establishing\nre-establishment\nre-evaluate\nre-evaluated\nre-evaluating\nre-evaluation\nre-examination\nre-examine\nre-examined\nre-examining\nre-export\nre-exported\nre-exporting\nre-exports\nre-focus\nre-ignite\nre-ignited\nre-impose\nre-insurance\nre-introduce\nre-introduction\nre-invest\nre-invested\nre-investment\nre-invite\nre-issued\nre-iterated\nre-join\nre-launch\nre-match\nre-named\nre-negotiate\nre-offer\nre-offered\nre-open\nre-opened\nre-opening\nre-opens\nre-organisation\nre-rated\nre-rating\nre-register\nre-release\nre-route\nre-routed\nre-run\nre-scheduled\nre-selling\nre-sign\nre-signed\nre-start\nre-started\nre-starting\nre-structuring\nre-submit\nre-tender\nre-test\nre-think\nre-training\nre-trial\nre-use\nre-vote\nre-weighting\nre/max\nre0\nrea\nreabsorbed\nreabsorption\nreach\nreachable\nreached\nreaches\nreaching\nreacquired\nreact\nreactance\nreactant\nreactants\nreacted\nreacting\nreaction\nreactionaries\nreactionary\nreactions\nreactivate\nreactivated\nreactivating\nreactivation\nreactive\nreactivity\nreactor\nreactors\nreacts\nread\nread-rite\nread/write\nreadability\nreadable\nreaddy\nreade\nreader\nreaders\nreadership\nreadied\nreadies\nreadily\nreadiness\nreading\nreadings\nreadington\nreadjust\nreadjusted\nreadjustment\nreadmission\nreadmitted\nreadout\nreads\nready\nready-made\nready-mixed\nready-to-drink\nready-to-eat\nready-to-wear\nready=preparing\nreadying\nreadymade\nreadymix\nreadywear\nreaffirm\nreaffirmation\nreaffirmations\nreaffirmed\nreaffirming\nreaffirms\nreagan\nreagent\nreagents\nreais\nreais-dollar\nreal\nreal-dollar\nreal-estate\nreal-life\nreal-name\nreal-term\nreal-time\nrealaudio\nreale\nreales\nrealign\nrealigned\nrealigning\nrealignment\nrealignments\nrealisable\nrealisation\nrealisations\nrealise\nrealised\nrealises\nrealising\nrealism\nrealist\nrealistic\nrealistically\nrealists\nrealities\nreality\nrealizable\nrealization\nrealizations\nrealize\nrealized\nrealizes\nrealizing\nreallocate\nreallocated\nreallocates\nreallocating\nreallocation\nreally\nrealm\nrealms\nrealnetworks\nrealplayer\nrealpolitik\nreals\nrealschule\nrealtime\nrealtor\nrealtors\nrealty\nrealvideo\nream\nreamer\nreams\nreaney\nreanimate\nreanimated\nreanimation\nreap\nreaped\nreaper\nreapers\nreaping\nreappear\nreappearance\nreappeared\nreappearing\nreappears\nreapplied\nreapply\nreappoint\nreappointed\nreappointment\nreapportionment\nreappraisal\nreapr\nreaps\nrear\nreardon\nreared\nrearguard\nrearing\nrearm\nrearmament\nrearmed\nrearming\nrearrange\nrearranged\nrearrangement\nrearrangements\nrearranges\nrearranging\nrearrested\nrears\nrearward\nreasearch\nreaser\nreason\nreasonable\nreasonableness\nreasonably\nreasoned\nreasoner\nreasoning\nreasons\nreassemble\nreassembled\nreassembling\nreassembly\nreassert\nreasserted\nreasserting\nreassess\nreassessed\nreassessing\nreassessment\nreassigned\nreassignment\nreassumed\nreassurance\nreassurances\nreassure\nreassured\nreassures\nreassuring\nreattach\nreattached\nreauthorization\nreauthorize\nreaveley\nreaver\nreavers\nreaves\nreawaken\nreawakened\nreawakening\nreay\nreb\nreba\nrebadged\nrebadow\nrebalance\nrebalancing\nrebar\nrebased\nrebate\nrebates\nrebbe\nrebbes\nrebecca\nrebekah\nrebel\nrebel-controlled\nrebel-held\nrebelde\nrebelled\nrebellin\nrebelling\nrebellion\nrebellions\nrebellious\nrebelo\nrebels\nrebhold\nrebidding\nrebirth\nrebollar\nrebollo\nreboot\nrebooted\nreborn\nrebound\nrebounded\nrebounder\nrebounding\nrebounds\nrebrand\nrebranded\nrebranding\nrebreather\nrebreathers\nrebroadcast\nrebroadcaster\nrebroadcasters\nrebroadcasting\nrebroadcasts\nrebrov\nrebublic\nrebuff\nrebuffed\nrebuffing\nrebuffs\nrebuild\nrebuilding\nrebuilds\nrebuilt\nrebuke\nrebuked\nrebukes\nreburial\nreburied\nrebus\nrebut\nrebuttal\nrebuttals\nrebutted\nrec\nrec.\nrecai\nrecalada\nrecalcitrant\nrecalculated\nrecalculation\nrecall\nrecalled\nrecalling\nrecalls\nrecant\nrecanted\nrecap\nrecapitalisation\nrecapitalise\nrecapitalised\nrecapitalization\nrecapitalize\nrecapitalized\nrecapitulation\nrecaps\nrecapture\nrecaptured\nrecapturing\nrecaro\nrecast\nrecasting\nrecber\nrecca\nrecce\nrecchi\nrecede\nreceded\nrecedes\nreceding\nreceipt\nreceipts\nreceipts--------------\nreceivable\nreceivables\nreceivals\nreceive\nreceived\nreceiver\nreceivers\nreceivership\nreceives\nreceiving\nrecension\nrecensions\nrecent\nrecently\nrecently-acquired\nrecently-announced\nrecently-appointed\nrecently-formed\nrecently-launched\nrecently-listed\nrecently-privatised\nreceptacle\nreceptacles\nreception\nreceptionist\nreceptions\nreceptive\nreceptor\nreceptors\nrecertification\nrecess\nrecessed\nrecesses\nrecession\nrecessionary\nrecessions\nrecessive\nrecharge\nrechargeable\nrecharged\nrecharging\nrecherche\nrecherches\nrechristened\nrecht\nrecidivism\nrecieve\nrecieved\nrecife\nrecipe\nrecipes\nrecipient\nrecipients\nreciprocal\nreciprocate\nreciprocated\nreciprocates\nreciprocating\nreciprocity\nrecirculating\nrecirculation\nrecital\nrecitalist\nrecitals\nrecitation\nrecitations\nrecitative\nrecitatives\nrecite\nrecited\nrecites\nreciting\nreck\nreckitt\nreckless\nrecklessly\nrecklessness\nrecklinghausen\nreckon\nreckoned\nreckoning\nreckons\nreckson\nreclaim\nreclaimed\nreclaiming\nreclaims\nreclamation\nreclassification\nreclassifications\nreclassified\nreclassify\nrecline\nreclining\nrecluse\nreclusive\nrecognisable\nrecognisably\nrecognise\nrecognised\nrecognises\nrecognising\nrecognition\nrecognitions\nrecognizable\nrecognizably\nrecognize\nrecognized\nrecognizes\nrecognizing\nrecoil\nrecoiled\nrecoiling\nrecoilless\nrecollect\nrecollected\nrecollection\nrecollections\nrecollects\nrecolored\nrecoloured\nrecombinant\nrecombination\nrecombine\nrecombined\nrecommence\nrecommenced\nrecommend\nrecommendation\nrecommendations\nrecommended\nrecommending\nrecommends\nrecommissioned\nrecommissioning\nrecompense\nrecon\nreconcile\nreconciled\nreconciles\nreconciliation\nreconciling\nreconditioned\nreconditioning\nreconfigurable\nreconfiguration\nreconfigure\nreconfigured\nreconfiguring\nreconfirm\nreconfirmed\nreconnaisance\nreconnaissance\nreconnect\nreconnected\nreconnecting\nreconnection\nreconnoiter\nreconnoitered\nreconquer\nreconquered\nreconquest\nreconquista\nreconsider\nreconsideration\nreconsidered\nreconsidering\nreconstitute\nreconstituted\nreconstitution\nreconstruct\nreconstructed\nreconstructing\nreconstruction\nreconstructionism\nreconstructionist\nreconstructionists\nreconstructions\nreconstructive\nreconstructs\nreconvene\nreconvened\nreconvenes\nrecord\nrecord-breaking\nrecord-equalling\nrecord-high\nrecord-holder\nrecord-keeping\nrecord-low\nrecord-setting\nrecord-tying\nrecordable\nrecorded\nrecorder\nrecorders\nrecording\nrecordings\nrecordkeeping\nrecords\nrecoton\nrecount\nrecounted\nrecounting\nrecounts\nrecoup\nrecouped\nrecouping\nrecoups\nrecourse\nrecover\nrecoverable\nrecovered\nrecoveries\nrecovering\nrecovers\nrecovery\nrecp\nrecpts\nrecreate\nrecreated\nrecreates\nrecreating\nrecreation\nrecreational\nrecreationally\nrecreations\nrecreativo\nrecrimination\nrecriminations\nrecruit\nrecruited\nrecruiter\nrecruiters\nrecruiting\nrecruitment\nrecruits\nrecrystallization\nrecs\nrectal\nrectangle\nrectangles\nrectangular\nrecticel\nrectification\nrectified\nrectifier\nrectifiers\nrectify\nrectifying\nrectilinear\nrectitude\nrecto\nrector\nrectors\nrectory\nrectum\nrectus\nrecueil\nrecumbent\nrecuperate\nrecuperated\nrecuperating\nrecuperation\nrecur\nrecurred\nrecurrence\nrecurrences\nrecurrent\nrecurring\nrecurs\nrecursion\nrecursive\nrecursively\nrecurve\nrecurved\nrecurvirostridae\nrecusant\nrecused\nrecut\nrecyclable\nrecycle\nrecycled\nrecycler\nrecycles\nrecycling\nred\nred-and-white\nred-carpet\nred-chip\nred-chips\nred-faced\nred-handed\nred-hot\nred-tape\nreda\nredacted\nredaction\nredactor\nredan\nredash\nredbacks\nredbeard\nredbird\nredbirds\nredbook\nredbridge\nredcar\nredcedar\nredcliffe\nredcloak\nredcoats\nredd\nredden\nreddi\nreddick\nredding\nreddish\nredditch\nreddy\nreddys\nrede\nredeco\nredecorated\nrededicated\nrededication\nredeem\nredeemable\nredeemed\nredeemer\nredeemers\nredeeming\nredeems\nredefine\nredefined\nredefining\nredefinition\nredeker\nredel\nredelivery\nredempt\nredemption\nredemptions\nredemptive\nredemptorist\nredenominate\nredenominated\nredenomination\nredeploy\nredeployed\nredeploying\nredeployment\nredeployments\nrederi\nredesign\nredesignated\nredesignation\nredesigned\nredesigning\nredesigns\nredev\nredevelop\nredeveloped\nredeveloping\nredevelopment\nredevelopments\nredeye\nredfern\nredfield\nredford\nredgrave\nredhawks\nredhead\nredheaded\nredhill\nredhook\nredick\nrediffusion\nredirect\nredirected\nredirecting\nredirection\nredirects\nrediscount\nrediscounted\nrediscover\nrediscovered\nrediscovering\nrediscovery\nredistribute\nredistributed\nredistributing\nredistribution\nredistricted\nredistricting\nredknapp\nredland\nredlands\nredlegs\nredline\nredly\nredman\nredmen\nredmond\nredneck\nrednecks\nredness\nredo\nredocking\nredon\nredonda\nredondo\nredone\nredouble\nredoubled\nredoubling\nredoubt\nredoubtable\nredoubts\nredoute\nredox\nredpath\nredrafted\nredrafting\nredraw\nredrawing\nredrawn\nredress\nredressed\nredressing\nredruth\nreds\nredshift\nredshifts\nredshirt\nredshirted\nredskin\nredskins\nredstart\nredstone\nredubbed\nreduce\nreduced\nreduces\nreducibility\nreducible\nreducing\nreductase\nreductio\nreduction\nreductionism\nreductionist\nreductions\nreductive\nredundancies\nredundancy\nredundant\nreduplication\nredux\nredvers\nredwall\nredwood\nredwoods\nree\nreebok\nreece\nreed\nreed-elsevier\nreedbeds\nreeder\nreedley\nreeds\nreeducation\nreedy\nreef\nreefer\nreefers\nreefs\nreel\nreelected\nreelection\nreeled\nreelin\nreeling\nreels\nreema\nreemerged\nreemergence\nreemtsma\nreena\nreenacted\nreenactment\nreenactments\nreenactors\nreengineering\nreenter\nreentered\nreentering\nreenters\nreentry\nreer\nrees\nreese\nreestablish\nreestablished\nreestablishing\nreestablishment\nreevaluate\nreevaluated\nreevaluation\nreeve\nreeves\nreexamination\nreexamine\nref\nref.\nrefactoring\nrefco\nrefdg\nrefectory\nrefer\nrefered\nreferee\nrefereed\nrefereeing\nreferees\nreference\nreferenced\nreferences\nreferencing\nreferenda\nreferendum\nreferendums\nreferent\nreferential\nrefering\nreferral\nreferrals\nreferred\nreferring\nrefers\nrefile\nrefiled\nrefill\nrefilled\nrefilling\nrefills\nrefin\nrefinance\nrefinanced\nrefinances\nrefinancing\nrefinancings\nrefine\nrefined\nrefinement\nrefinements\nrefiner\nrefineries\nrefiners\nrefinery\nrefines\nrefining\nrefit\nrefits\nrefitted\nrefitting\nreflagged\nreflect\nreflectance\nreflected\nreflecting\nreflection\nreflections\nreflective\nreflectivity\nreflector\nreflectors\nreflects\nreflex\nreflexes\nreflexive\nreflexively\nreflexivity\nrefloat\nrefloated\nreflux\nrefocus\nrefocused\nrefocuses\nrefocusing\nreforestation\nreform\nreform-minded\nreforma\nreformate\nreformation\nreformatory\nreformatted\nreformatting\nreformed\nreformer\nreformers\nreforming\nreformism\nreformist\nreformists\nreforms\nreformulated\nreformulation\nrefoundation\nrefounded\nrefracted\nrefracting\nrefraction\nrefractive\nrefractor\nrefractories\nrefractory\nrefrain\nrefrained\nrefraining\nrefrains\nrefresh\nrefreshed\nrefresher\nrefreshing\nrefreshment\nrefreshments\nrefrigerant\nrefrigerants\nrefrigerated\nrefrigeration\nrefrigerator\nrefrigerators\nrefripar\nrefsnes\nrefsum\nrefuel\nrefueled\nrefueling\nrefuelled\nrefuelling\nrefuge\nrefugee\nrefugees\nrefuges\nrefugio\nrefund\nrefundable\nrefunded\nrefunding\nrefundings\nrefunds\nrefurbish\nrefurbished\nrefurbishing\nrefurbishment\nrefurbishments\nrefusal\nrefusals\nrefuse\nrefused\nrefuses\nrefusing\nrefutation\nrefutations\nrefute\nrefuted\nrefutes\nrefuting\nreg\nreg0\nrega\nregain\nregained\nregaining\nregains\nregal\nregal-beloit\nregalia\nregan\nregard\nregarded\nregarding\nregardless\nregards\nregatas\nregatta\nregattas\nregazzoni\nregd\nregemente\nregen\nregencies\nregency\nregenerate\nregenerated\nregenerates\nregenerating\nregeneration\nregenerative\nregenerator\nregeneron\nregensburg\nregenstreif\nregent\nregents\nreger\nreggae\nreggaeton\nreggiana\nreggie\nreggina\nreggio\nregi\nregia\nregicide\nregicides\nregime\nregimen\nregimens\nregiment\nregimental\nregimented\nregiments\nregimes\nregin\nregina\nreginald\nregine\nregio\nregion\nregion-wide\nregional\nregionalisation\nregionalised\nregionalism\nregionalist\nregionalliga\nregionally\nregionalnej\nregionals\nregions\nregionwide\nregis\nregister\nregistered\nregistereds\nregistering\nregisters\nregistrant\nregistrants\nregistrar\nregistrars\nregistration\nregistrations\nregistries\nregistry\nregius\nregl\nregnal\nregnant\nregnery\nregni\nregnier\nregno\nregns\nregnum\nrego\nregolith\nregrade\nregress\nregressed\nregression\nregressive\nregret\nregretfully\nregrets\nregrettable\nregrettably\nregretted\nregretting\nregroup\nregrouped\nregrouping\nregroupment\nregrow\nregrowth\nregs\nregt\nregula\nregular\nregular-season\nregularise\nregularity\nregularization\nregularized\nregularly\nregulars\nregulate\nregulated\nregulates\nregulating\nregulation\nregulations\nregulator\nregulators\nregulatory\nregulus\nregum\nregurgitate\nregurgitated\nregurgitation\nrehab\nrehabcare\nrehabilicare\nrehabilitate\nrehabilitated\nrehabilitating\nrehabilitation\nrehabilitative\nrehearing\nrehearsal\nrehearsals\nrehearse\nrehearsed\nrehearses\nrehearsing\nrehire\nrehired\nrehman\nrehn\nrehnquist\nrehoboth\nrehovot\nrehydration\nrei\nreich\nreiche\nreichel\nreichenau\nreichenbach\nreichert\nreichs\nreichsbahn\nreichsbank\nreichsfuhrer\nreichsmark\nreichsrat\nreichstag\nreichswehr\nreid\nreidsville\nreidy\nreierson\nreif\nreifer\nreiffel\nreification\nreigate\nreign\nreigned\nreigning\nreignite\nreignited\nreigniting\nreigns\nreiji\nreika\nreiki\nreiko\nreilly\nreily\nreimagined\nreimagining\nreimburse\nreimbursed\nreimbursement\nreimbursements\nreimburses\nreimbursing\nreimer\nreimi\nreimpose\nreimposed\nreimposing\nreimposition\nreims\nreimut\nrein\nreina\nreinaldo\nreincarnate\nreincarnated\nreincarnation\nreincarnations\nreincorporated\nreindeer\nreine\nreineck\nreined\nreiner\nreineri\nreinert\nreines\nreinfeldt\nreinforce\nreinforced\nreinforcement\nreinforcements\nreinforces\nreinforcing\nreinhard\nreinhardt\nreinhart\nreinhold\nreining\nreinitiated\nreino\nreinoldijus\nreinoso\nreins\nreinsch\nreinserted\nreinstalled\nreinstate\nreinstated\nreinstatement\nreinstates\nreinstating\nreinstituted\nreinsurance\nreinsure\nreinsured\nreinsurer\nreinsurers\nreintegrate\nreintegrated\nreintegrating\nreintegration\nreinterpret\nreinterpretation\nreinterpretations\nreinterpreted\nreinterred\nreintroduce\nreintroduced\nreintroducing\nreintroduction\nreinvent\nreinvented\nreinventing\nreinvention\nreinvest\nreinvested\nreinvesting\nreinvestment\nreinvigorate\nreinvigorated\nreinz\nreis\nreischauer\nreise\nreiser\nreisman\nreisner\nreiss\nreissue\nreissued\nreissues\nreissuing\nreisterstown\nreit\nreiter\nreiterate\nreiterated\nreiterates\nreiterating\nreiteration\nreith\nreitman\nreits\nreitwein\nreitz\nreivers\nreiziger\nreject\nrejected\nrejecting\nrejection\nrejections\nrejects\nrejewski\nrejig\nrejigged\nrejigging\nrejoice\nrejoiced\nrejoicing\nrejoin\nrejoined\nrejoining\nrejoins\nrejuvenate\nrejuvenated\nrejuvenating\nrejuvenation\nreka\nrekdal\nrekha\nrekindle\nrekindled\nrekindling\nrekord\nreksa\nrel\nrela\nrelaid\nrelapse\nrelapsed\nrelapses\nrelapsing\nrelate\nrelated\nrelatedness\nrelates\nrelating\nrelation\nrelational\nrelations\nrelationship\nrelationships\nrelative\nrelatively\nrelatives\nrelativism\nrelativist\nrelativistic\nrelativity\nrelaunch\nrelaunched\nrelaunching\nrelax\nrelaxant\nrelaxation\nrelaxations\nrelaxed\nrelaxes\nrelaxing\nrelay\nrelayed\nrelaying\nrelays\nrelease\nreleased\nreleases\nreleasing\nrelegate\nrelegated\nrelegating\nrelegation\nrelegation-threatened\nrelegations\nrelena\nrelending\nrelent\nrelented\nrelentless\nrelentlessly\nrelents\nrelet\nrelevance\nrelevancy\nrelevant\nrelevent\nrelf\nreliability\nreliable\nreliably\nreliance\nreliant\nreliastar\nrelic\nrelics\nrelict\nrelied\nrelief\nreliefs\nrelient\nrelies\nrelieve\nrelieved\nreliever\nrelievers\nrelieves\nrelieving\nreligio\nreligion\nreligionists\nreligions\nreligiosity\nreligious\nreligiously\nreligous\nrelinquish\nrelinquished\nrelinquishes\nrelinquishing\nreliquary\nrelish\nrelished\nrelishes\nrelishing\nrelisted\nrelisting\nreliv\nrelive\nreliving\nrelja\nrell\nreload\nreloaded\nreloading\nreloads\nrelocate\nrelocated\nrelocates\nrelocating\nrelocation\nrelocations\nrelpol\nreluctance\nreluctant\nreluctantly\nrely\nrelying\nrem\nrema\nremade\nremagen\nremain\nremainder\nremainders\nremained\nremaining\nremains\nremak\nremake\nremakes\nremaking\nremand\nremanded\nremark\nremarkable\nremarkably\nremarked\nremarketing\nremarking\nremarks\nremarriage\nremarried\nremarry\nremaster\nremastered\nremastering\nremasters\nrematch\nremay\nrembrandt\nreme\nremec\nremedial\nremediation\nremedied\nremedies\nremedios\nremedy\nremember\nremembered\nremembering\nremembers\nremembrance\nremeron\nremey\nremgro\nremi\nremic\nremick\nremigius\nremind\nreminded\nreminder\nreminders\nreminding\nreminds\nremington\nreminisce\nreminiscence\nreminiscences\nreminiscent\nreminisces\nreminiscing\nremission\nremit\nremittance\nremittances\nremitted\nremix\nremixed\nremixer\nremixers\nremixes\nremixing\nremnant\nremnants\nremo\nremodel\nremodeled\nremodeling\nremodelled\nremodelling\nremonstrance\nremora\nremorse\nremorseful\nremote\nremote-controlled\nremotely\nremoteness\nremotes\nremotest\nremovable\nremoval\nremovals\nremove\nremoved\nremover\nremoves\nremoving\nremp\nremparts\nremsen\nremsperger\nremuneration\nremunerative\nremus\nremy\nremy-cointreau\nren\nrena\nrenaissance\nrenaissancere\nrenal\nrenaldo\nrename\nrenamed\nrenames\nrenaming\nrenamo\nrenamon\nrenan\nrenard\nrenasterea\nrenat\nrenata\nrenate\nrenato\nrenaud\nrenault\nrenberg\nrenbourn\nrencko\nrenco\nrend\nrenda\nrendall\nrendel\nrendell\nrender\nrendered\nrenderer\nrendering\nrenderings\nrenders\nrendez\nrendezvous\nrendezvoused\nrending\nrendition\nrenditions\nrendlesham\nrendsburg\nrene\nreneberg\nrenee\nrenegade\nrenegades\nrenege\nreneged\nreneging\nrenegotiate\nrenegotiated\nrenegotiating\nrenegotiation\nrenegotiations\nrenel\nrenew\nrenewable\nrenewables\nrenewal\nrenewals\nrenewed\nrenewing\nrenews\nrenfe\nrenfield\nrenfrew\nrenfrewshire\nrenfro\nrenga\nrengo\nreni\nrenier\nrenin\nrenison\nrenji\nrenkaat\nrenminbi\nrenn\nrennais\nrennell\nrenner\nrennes\nrennet\nrennie\nrenno\nrenny\nreno\nrenoir\nrenominated\nrenomination\nrenong\nrenormalization\nrenounce\nrenounceable\nrenounced\nrenounces\nrenouncing\nrenouveau\nrenovate\nrenovated\nrenovating\nrenovation\nrenovations\nrenown\nrenowned\nrens\nrensburg\nrenshaw\nrensselaer\nrent\nrent-a-car\nrenta\nrentable\nrental\nrental-purchase\nrentals\nrented\nrentenbank\nrenteria\nrenters\nrentiersky\nrenting\nrentokil\nrenton\nrents\nrenu\nrenuka\nrenumbered\nrenumbering\nrenunciation\nrenville\nrenwick\nrenzi\nrenzo\nreo\nreoccupation\nreoccupied\nreoccurring\nreoffer\nreoffered\nreoffering\nreop_side\nreopen\nreopened\nreopening\nreopens\nreopro\nreordered\nreordering\nreorganisation\nreorganisations\nreorganise\nreorganised\nreorganises\nreorganising\nreorganization\nreorganizations\nreorganize\nreorganized\nreorganizes\nreorganizing\nreorientation\nreoriented\nrep\nrep.\nrepackage\nrepackaged\nrepackaging\nrepaid\nrepaint\nrepainted\nrepainting\nrepaints\nrepair\nrepairable\nrepaired\nrepairer\nrepairers\nrepairing\nrepairman\nrepairs\nrepap\nreparation\nreparations\nreparative\nrepatriate\nrepatriated\nrepatriating\nrepatriation\nrepatriations\nrepaved\nrepay\nrepayable\nrepaying\nrepayment\nrepayments\nrepays\nrepco\nrepeal\nrepealed\nrepealing\nrepeals\nrepeat\nrepeatable\nrepeated\nrepeatedly\nrepeater\nrepeaters\nrepeating\nrepeats\nrepechage\nrepel\nrepelled\nrepellent\nrepellents\nrepelling\nrepels\nrepent\nrepentance\nrepentant\nrepented\nrepents\nrepercussions\nrepertoire\nrepertoires\nrepertory\nrepetition\nrepetitions\nrepetitious\nrepetitive\nrepetitively\nrephlex\nrepin\nrepl\nreplace\nreplaceable\nreplaced\nreplacement\nreplacements\nreplaces\nreplacing\nreplant\nreplanted\nreplanting\nreplay\nreplayed\nreplaying\nreplays\nreplenish\nreplenished\nreplenishing\nreplenishment\nreplete\nreplica\nreplicant\nreplicants\nreplicas\nreplicate\nreplicated\nreplicates\nreplicating\nreplication\nreplicator\nreplicators\nreplied\nreplies\nreploids\nreply\nreplying\nrepo\nreponse\nreponsibility\nreponsible\nrepopulate\nrepopulated\nrepopulation\nreport\nreport--u.s.\nreport-india\nreportage\nreported\nreportedly\nreporter\nreporters\nreporting\nreports\nrepos\nrepose\nreposition\nrepositioned\nrepositioning\nrepositories\nrepository\nrepossessed\nrepossession\nrepp\nreppas\nreprehensible\nrepresenatives\nrepresent\nrepresentable\nrepresentation\nrepresentational\nrepresentations\nrepresentative\nrepresentatives\nrepresented\nrepresenting\nrepresentive\nrepresentives\nrepresents\nrepress\nrepressed\nrepressing\nrepression\nrepressions\nrepressive\nrepressor\nreprice\nrepriced\nrepricing\nreprieve\nreprieved\nreprimand\nreprimanded\nreprimands\nreprint\nreprinted\nreprinting\nreprints\nreprisal\nreprisals\nreprise\nreprised\nreprises\nreprising\nreprivatisation\nreproach\nreproached\nreproaches\nreprocessed\nreprocessing\nreproduce\nreproduced\nreproduces\nreproducibility\nreproducible\nreproducing\nreproduction\nreproductions\nreproductive\nreproductively\nreprogram\nreprogrammed\nreprogramming\nreps\nrepshe\nrepsol\nreptile\nreptiles\nreptilian\nrepton\nreptron\nrepubblica\nrepublic\nrepublica\nrepublicain\nrepublican\nrepublican-backed\nrepublican-controlled\nrepublican-dominated\nrepublican-f\nrepublican-led\nrepublicana\nrepublicanism\nrepublicans\nrepublication\nrepublics\nrepublik\nrepublika\nrepublikein\nrepublique\nrepublish\nrepublished\nrepublishing\nrepudiate\nrepudiated\nrepudiating\nrepudiation\nrepugnant\nrepulsa\nrepulse\nrepulsed\nrepulsing\nrepulsion\nrepulsive\nrepurchase\nrepurchased\nrepurchases\nrepurchasing\nrepurposed\nreputable\nreputation\nreputations\nrepute\nreputed\nreputedly\nreq\nrequest\nrequested\nrequesting\nrequests\nrequiem\nrequire\nrequired\nrequirement\nrequirements\nrequires\nrequiring\nrequirments\nrequisite\nrequisites\nrequisition\nrequisitioned\nrequotation\nrequote\nrequoted\nrer\nrerating\nrerecorded\nreredos\nrerelease\nrereleased\nrerngchai\nreroute\nrerouted\nrerouting\nrerum\nrerun\nreruns\nres\nres-care\nres.\nresaca\nresalat\nresale\nresales\nresc\nreschedule\nrescheduled\nreschedules\nrescheduling\nrescind\nrescinded\nrescinding\nrescinds\nrescript\nrescue\nrescued\nrescuer\nrescuers\nrescues\nrescuing\nreseach\nresearch\nresearch-based\nresearched\nresearcher\nresearchers\nresearches\nresearching\nreseau\nresection\nreseda\nresell\nreseller\nresellers\nreselling\nresells\nresemblance\nresemblances\nresemble\nresembled\nresembles\nresembling\nresende\nresendez\nresent\nresented\nresentful\nresenting\nresentment\nresents\nreserach\nreservation\nreservations\nreserve\nreserved\nreservefeb\nreservejan\nreserves\nreservesapr\nreservesfeb\nreservesmar\nreservesmay\nreserving\nreservist\nreservists\nreservoir\nreservoirs\nreservs\nreset\nresets\nresetting\nresettle\nresettled\nresettlement\nresettling\nreshape\nreshaped\nreshaping\nreshevsky\nreshot\nreshuffle\nreshuffled\nreshuffles\nreshuffling\nresid\nreside\nresided\nresidence\nresidences\nresidencies\nresidency\nresident\nresidential\nresidents\nresides\nresiding\nresids\nresidual\nresiduals\nresidue\nresidues\nresign\nresignation\nresignations\nresigned\nresigned.he\nresigning\nresigns\nresilience\nresiliency\nresilient\nresin\nresinous\nresins\nresist\nresistance\nresistances\nresistant\nresisted\nresistence\nresistencia\nresistent\nresisters\nresisting\nresistive\nresistivity\nresistor\nresistors\nresists\nresized\nresizing\nresler\nresnais\nresnick\nresold\nresolute\nresolutely\nresolution\nresolutions\nresolve\nresolved\nresolver\nresolves\nresolving\nresonance\nresonances\nresonant\nresonate\nresonated\nresonates\nresonating\nresonator\nresonators\nresorption\nresort\nresorted\nresorting\nresorts\nresouces\nresounding\nresoundingly\nresource\nresource-rich\nresourced\nresourceful\nresourcefulness\nresources\nresp.\nrespawn\nrespect\nrespectability\nrespectable\nrespectably\nrespected\nrespectful\nrespectfully\nrespecting\nrespective\nrespectively\nrespects\nrespighi\nrespiration\nrespirator\nrespiratory\nrespironics\nrespite\nresplendent\nrespond\nresponded\nrespondent\nrespondents\nresponder\nresponders\nresponding\nresponds\nresponsa\nresponse\nresponses\nresponsibilities\nresponsibility\nresponsibilty\nresponsible\nresponsiblity\nresponsibly\nresponsive\nresponsiveness\nresponsum\nrespublika\nrest\nrestart\nrestarted\nrestarting\nrestarts\nrestate\nrestated\nrestatement\nrestates\nrestating\nrestaurant\nrestaurants\nrestaurateur\nrested\nrestenosis\nrestigouche\nresting\nrestituta\nrestitution\nrestitutions\nrestive\nrestless\nrestlessness\nrestnce\nrestock\nrestocking\nreston\nrestoration\nrestorations\nrestorative\nrestore\nrestored\nrestorer\nrestorers\nrestores\nrestorick\nrestoring\nrestrain\nrestrained\nrestraining\nrestrains\nrestraint\nrestraints\nrestrengthened\nrestrepo\nrestrict\nrestricted\nrestricting\nrestriction\nrestrictions\nrestrictive\nrestrictor\nrestricts\nrestroom\nrestrooms\nrestructing\nrestructure\nrestructured\nrestructures\nrestructuring\nrestructurings\nrests\nrestucturing\nrestyled\nrestyling\nresubmit\nresubmitted\nresult\nresultant\nresulted\nresulting\nresults\nresume\nresumed\nresumes\nresuming\nresumption\nresupplied\nresupply\nresupplying\nresurface\nresurfaced\nresurfaces\nresurfacing\nresurgence\nresurgent\nresurrect\nresurrected\nresurrecting\nresurrection\nresurrects\nresuscitate\nresuscitated\nresuscitation\nresveratrol\nret\nret.\nretail\nretail-targeted\nretailed\nretailer\nretailers\nretailing\nretails\nretain\nretained\nretainer\nretainers\nretaining\nretains\nretake\nretaken\nretakes\nretaking\nretaliate\nretaliated\nretaliates\nretaliating\nretaliation\nretaliatory\nretard\nretardant\nretardation\nretarded\nretarding\nretcon\nretconned\nretcons\nretd\nrete\nretell\nretelling\nretellings\nretells\nretender\nretenders\nretention\nretentive\nretest\nretested\nretesting\nretevision\nretford\nrethabile\nrethel\nrethink\nrethinking\nrethy\nreti\nreticence\nreticent\nreticle\nreticular\nreticulata\nreticulated\nreticulum\nretief\nretina\nretinal\nretinitis\nretinol\nretinopathy\nretinue\nretire\nretired\nretiree\nretirees\nretirement\nretirements\nretires\nretiring\nretirment\nretiro\nretitled\nretl\nreto\nretold\nretook\nretool\nretooled\nretooling\nretort\nretorted\nretorts\nretouched\nretouching\nretour\nretrace\nretraced\nretracement\nretracements\nretraces\nretracing\nretract\nretractable\nretracted\nretracting\nretraction\nretracts\nretrain\nretrained\nretraining\nretransmission\nretransmitted\nretreat\nretreated\nretreaters\nretreating\nretreats\nretrench\nretrenched\nretrenching\nretrenchment\nretrenchments\nretrial\nretribution\nretried\nretrieval\nretrieve\nretrieved\nretriever\nretrievers\nretrieves\nretrieving\nretro\nretroactive\nretroactively\nretrofit\nretrofitted\nretrofitting\nretroflex\nretrograde\nretrospect\nretrospective\nretrospectively\nretrospectives\nretrovir\nretroviral\nretrovirus\nretroviruses\nretry\nretsls\nretto\nretuer\nretuning\nreturn\nreturned\nreturnees\nreturner\nreturning\nreturns\nretz\nreuben\nreubens\nreuchlin\nreunification\nreunified\nreunify\nreunifying\nreunion\nreunions\nreunite\nreunited\nreunites\nreuniting\nreuptake\nreus\nreusable\nreuse\nreused\nreuses\nreusing\nreuss\nreutemann\nreuter\nreuters\nreuters-zogby\nreuters.com\nreuters0@reutersecu.com.ec\nreuters@reuters.ee\nreutes\nreuther\nreutlingen\nreutlinger\nreuven\nrev\nrev.\nrev.ii\nreva\nreval\nrevaluation\nrevaluations\nrevalue\nrevalued\nrevalues\nrevaluing\nrevamp\nrevamped\nrevamping\nrevamps\nrevan\nrevascularization\nrevco\nrevd\nreve\nreveal\nrevealed\nrevealing\nreveals\nreveco\nreveille\nrevel\nrevelation\nrevelations\nrevelator\nrevelers\nrevell\nrevelle\nrevelled\nrevellers\nrevelling\nrevelry\nrevels\nrevelstoke\nrevenant\nrevenge\nreventlow\nrevenue\nrevenue-raising\nrevenue-sharing\nrevenues\nreverb\nreverberate\nreverberated\nreverberation\nrevercomb\nrevere\nrevered\nreverence\nreverend\nreverent\nreverie\nreversal\nreversals\nreverse\nreversed\nreverses\nreversible\nreversibly\nreversing\nreversion\nreversionary\nrevert\nreverted\nreverting\nreverts\nrevesby\nrevesz\nrevetments\nrevie\nreview\nreviewed\nreviewer\nreviewers\nreviewing\nreviews\nreviled\nrevilla\nrevisable\nrevise\nrevised\nrevises\nrevising\nrevision\nrevisionism\nrevisionist\nrevisionists\nrevisions\nrevisioq0\nrevisit\nrevisited\nrevisiting\nrevisits\nrevista\nrevitalisation\nrevitalise\nrevitalised\nrevitalising\nrevitalization\nrevitalize\nrevitalized\nrevitalizing\nrevival\nrevivalism\nrevivalist\nrevivalists\nrevivals\nrevive\nrevived\nrevives\nreviving\nrevivo\nrevlon\nrevo\nrevocation\nrevoke\nrevoked\nrevokes\nrevoking\nrevolt\nrevolted\nrevolting\nrevolts\nrevolucion\nrevolucionario\nrevolution\nrevolutionaries\nrevolutionary\nrevolutionise\nrevolutionised\nrevolutionist\nrevolutionists\nrevolutionize\nrevolutionized\nrevolutionizing\nrevolutionnaire\nrevolutions\nrevolve\nrevolved\nrevolver\nrevolvers\nrevolves\nrevolving\nrevolving-door\nrevoz\nrevpar\nrevq0\nrevrepo\nrevs\nrevson\nrevue\nrevues\nrevulsion\nrevving\nrewa\nreward\nrewarded\nrewarding\nrewards\nrewari\nrewe\nreweighting\nrewey\nrewind\nrewinding\nrework\nreworked\nreworking\nreworkings\nrewritable\nrewrite\nrewrites\nrewriting\nrewritten\nrewrote\nrex\nrex-linked\nrexall\nrexam\nrexel\nrexene\nrexhep\nrexrodt\nrexroth\nrexworks\nrexx\nrey\nreyes\nreykjavik\nreyna\nreynald\nreynaldo\nreynard\nreynaud\nreyne\nreynold\nreynolds\nreynoso\nreyshahri\nrez\nreza\nrezaei\nrezek\nrezekne\nrezervny\nrezes\nreznor\nrezoned\nrezoning\nrezulin\nrf\nrf0\nrf0c\nrfa\nrfc\nrfc0\nrfcc\nrfcs\nrfd\nrfdg\nrfe\nrfg\nrfi\nrfid\nrfk\nrfl\nrfm\nrfp\nrfs\nrftv\nrfu\nrg\nrg&e\nrg0\nrgb\nrgc\nrgi\nrgm0\nrgs\nrgt\nrh\nrha\nrhacophoridae\nrhadamanthys\nrham\nrhames\nrhapsody\nrhb\nrhd\nrhea\nrhee\nrheged\nrheims\nrhein\nrheingau\nrheingold\nrheinhyp\nrheinische\nrheinland\nrheinland-pfalz\nrheinmetall\nrhema\nrhemuth\nrhenish\nrhenium\nrheostatics\nrhesus\nrhetoric\nrhetorical\nrhetorically\nrhetorician\nrhetoricians\nrhett\nrheumatic\nrheumatism\nrheumatoid\nrheumatology\nrhi\nrhiannon\nrhin\nrhind\nrhine\nrhine-westphalia\nrhinebeck\nrhineland\nrhineland-palatinate\nrhinelander\nrhinestone\nrhinitis\nrhino\nrhinoceros\nrhinoceroses\nrhinolophus\nrhinoplasty\nrhinos\nrhinox\nrhizome\nrhizomes\nrho\nrhoades\nrhoads\nrhoda\nrhode\nrhoden\nrhodes\nrhodesia\nrhodesian\nrhodesians\nrhodian\nrhodium\nrhododendron\nrhododendrons\nrhodope\nrhodopsin\nrhodri\nrhomb\nrhombic\nrhombus\nrhon\nrhona\nrhonda\nrhondda\nrhone\nrhone-poulenc\nrhos\nrhotic\nrhs\nrhubarb\nrhuddlan\nrhumbline\nrhun\nrhus\nrhyd\nrhyl\nrhyme\nrhymed\nrhymer\nrhymes\nrhyming\nrhymney\nrhyolite\nrhyolitic\nrhys\nrhythm\nrhythmic\nrhythmical\nrhythmically\nrhythms\nrhytididae\nri\nria\nriaa\nriaan\nriad\nriada\nriado\nriady\nrial\nrials\nrialto\nrian\nrianta\nrias\nriata\nriau\nriaupulp\nriaz\nrib\nriba\nribald\nriband\nribas\nribault\nribavirin\nribbed\nribbentrop\nribbing\nribble\nribbon\nribbons\nribcage\nribe\nribeira\nribeirao\nribeiro\nribera\nribes\nribnica\nriboflavin\nribose\nribosomal\nribosome\nribosomes\nribot\nriboud\nribozyme\nribs\nric\nrica\nrican\nricans\nricard\nricardo\nriccardo\nriccarton\nricchiuto\nricci\nricciardi\nriccio\nrice\nrice-growing\nrich\nrichard\nrichards\nrichardson\nrichardsonian\nriche\nrichelieu\nrichemont\nricher\nriches\nrichest\nrichey\nrichfield\nrichfood\nrichie\nrichina\nrichland\nrichler\nrichly\nrichman\nrichmond\nrichmondshire\nrichness\nrichter\nrichterova\nrichthofen\nrichwhite\nricimer\nricin\nrick\nrickard\nricken\nrickenbacker\nricker\nrickets\nricketts\nrickety\nrickey\nricki\nrickie\nrickles\nrickman\nrickmansworth\nrickover\nricks\nrickshaw\nrickshaws\nricky\nrico\nricochet\nricoh\nricordi\nricotta\nrics\nrictor\nrid\nrida\nriddance\nriddell\nridden\nridder\nriddick\nriddim\nridding\nriddle\nriddled\nriddler\nriddles\nride\nrideau\nrideout\nrider\nriders\nridership\nrides\nridge\nridgecrest\nridged\nridgefield\nridgeley\nridgeline\nridgely\nridgemont\nridges\nridgeway\nridgewood\nridgway\nridicule\nridiculed\nridicules\nridiculing\nridiculous\nridiculously\nridin\nriding\nridings\nridley\nridvan\nrie\nrieber\nriechelmann\nried\nriedel\nriedle\nriefenstahl\nriegel\nrieger\nriegler\nriel\nriemann\nriemannian\nrien\nrienzi\nries\nriesling\nriester\nriesz\nrieter\nrieti\nrietumu\nrietveld\nrievaulx\nrieve\nrif\nrifampicin\nrife\nriff\nriffing\nriffs\nrifkin\nrifkind\nrifle\nrifled\nrifleman\nriflemen\nrifles\nrifling\nrift\nrifting\nrifts\nrig\nriga\nrigas\nrigaud\nrigby\nrigdon\nrigel\nrigg\nrigged\nrigger\nriggers\nrigging\nriggins\nriggs\nright\nright-\nright-arm\nright-back\nright-centre\nright-centrist\nright-field\nright-foot\nright-hand\nright-handed\nright-hander\nright-leaning\nright-left\nright-of-centre\nright-of-way\nright-to-die\nright-wing\nright-winger\nright-wingers\nrightchoice\nrighted\nrighteous\nrighteousness\nrightfield\nrightful\nrightfully\nrighthanded\nrighthander\nrighting\nrightist\nrightists\nrightly\nrightmost\nrights\nrightwing\nrightwingers\nrigi\nrigid\nrigidities\nrigidity\nrigidly\nrigney\nrigo\nrigoletto\nrigor\nrigorous\nrigorously\nrigors\nrigour\nrigours\nrigs\nrigveda\nrigvedic\nrih\nrihanna\nriigikogu\nriina\nriis\nrijecka\nrijeka\nrijk\nrijkaard\nrijksmuseum\nrijn\nrik\nrika\nrikadenki\nriken\nriker\nriki\nrikimaru\nrikishi\nrikki\nrikl\nriksbank\nriksdag\nrikshis\nriku\nril\nrila\nriley\nrilindja\nrilke\nrille\nrilles\nrilo\nrilwanu\nrim\nrima\nrimae\nriman\nrimantas\nrimavska\nrimba\nrimbaud\nrime\nrimer\nrimes\nrimfire\nrimini\nrimless\nrimmed\nrimmer\nrimouski\nrims\nrimsky\nrimutaka\nrin\nrina\nrinaco\nrinaco-plus\nrinaldi\nrinaldo\nrinascente\nrincewind\nrincon\nrind\nrindel\nrindge\nrindt\nrinehart\nrinehimer\nring\nringa\nringed\nringer\nringerike\nringers\nringforts\nringgit\nringgold\nringing\nringleader\nringleaders\nringling\nringmaster\nringnes\nringo\nrings\nrings''\nringside\nringtail\nringtone\nringtones\nringwald\nringway\nringwood\nringworld\nringworm\nringwraiths\nrini\nrink\nrinker\nrinko\nrinks\nrinn\nrino\nrinpoche\nrinse\nrinsed\nrinsing\nrintis\nrintje\nrinzai\nrio\nrioch\nriogas\nriograndense\nrioja\nrion\nrionda\nrione\nriopesca\nriordan\nrios\nriot\nriot-torn\nrioted\nrioters\nrioting\nriotous\nriots\nriou\nrip\nripa\nriparian\nripe\nripen\nripened\nripeness\nripening\nripens\nriperton\nripken\nripley\nripoll\nripon\nriposte\nripped\nripper\nripping\nripple\nrippled\nripples\nrippling\nrippon\nrips\nriptide\nripto\nriquelme\nris\nrisa\nrisborough\nrisc\nrisch\nriscorp\nrisdon\nrise\nrisen\nriser\nrisers\nrises\nrishi\nrishikas\nrishikesh\nrishis\nrishon\nrising\nrisings\nrisk\nrisk-adjusted\nrisk-averse\nrisk-based\nrisk-free\nrisk-reward\nrisk-sharing\nrisk-taking\nrisk-weighted\nrisked\nriskier\nrisking\nrisks\nrisky\nrisley\nrismanto\nrisorgimento\nrisparmio\nrisperdal\nrisque\nristo\nrit\nrita\nritalin\nritchey\nritchie\nrite\nrites\nritmo\nrito\nritonavir\nritsma\nritsuko\nritt\nrittenhouse\nritter\nritterbusch\nrittner\nritual\nritualism\nritualistic\nritualized\nritually\nrituals\nritz\nritz-carlton\nritzau\nriva\nrivadavia\nrival\nrivaldo\nrivaled\nrivaling\nrivalled\nrivalling\nrivalries\nrivalry\nrivals\nrivals.com\nrivas\nrivaud\nrive\nriven\nrivendell\nriver\nriver.the\nrivera\nriverbank\nriverbanks\nriverbed\nriverbeds\nriverbend\nriverboat\nriverboats\nriverclan\nriverdale\nriverdance\nriverfront\nriverhead\nriverina\nriverine\nrivero\nrivers\nriversdale\nriverside\nriverstone\nriverton\nriverview\nriverwalk\nriverwind\nrives\nrivet\nriveted\nriveting\nrivets\nriviera\nriviere\nrivieres\nrivington\nrivlin\nrivne\nrivoli\nrivulet\nrivulets\nrix\nrixon\nriyad\nriyadh\nriyadh-based\nriyal\nriyals\nriza\nrizal\nrize\nriziko\nrizk\nrizla\nrizvi\nrizvon\nrizzi\nrizzieri\nrizzitelli\nrizzo\nrizzuto\nrj\nrj0\nrjb\nrjd\nrjr\nrk\nrkc\nrko\nrl\nrl;y\nrlc\nrlds\nrlfc\nrli\nrljan\nrlm\nrm\nrm-system\nrm0\nrma\nrmb\nrmc\nrmg\nrmgs\nrmh\nrmi\nrmit\nrml\nrmn\nrmp\nrmr\nrms\nrmt\nrn\nrn0\nrna\nrnai\nrnas\nrnase\nrnb\nrnc\nrnd\nrnli\nrnp\nrnr\nrns\nrnvr\nrnzaf\nrnzn\nro\nro-myung\nro-ro\nro0\nroa\nroach\nroaches\nroad\nroad-building\nroad-show\nroadbed\nroadblock\nroadblocks\nroadbuilder\nroadhouse\nroadie\nroadies\nroading\nroadkill\nroadless\nroadmap\nroadmaster\nroadrunner\nroadrunners\nroads\nroadshow\nroadshows\nroadside\nroadsides\nroadster\nroadsters\nroadway\nroadways\nroadworks\nroald\nroam\nroamed\nroaming\nroams\nroan\nroane\nroanne\nroanoke\nroar\nroared\nroaring\nroark\nroarke\nroars\nroast\nroasted\nroaster\nroasters\nroasting\nroastings\nroasts\nrob\nrobaina\nrobards\nrobarts\nrobb\nrobbed\nrobben\nrobber\nrobberies\nrobbers\nrobbery\nrobbia\nrobbiati\nrobbie\nrobbin\nrobbing\nrobbins\nrobby\nrobe\nrobeco\nrobed\nroberds\nroberson\nrobert\nrobert.kozak@reuters.com\nroberta\nroberto\nroberts\nrobertson\nroberval\nrobes\nrobeson\nrobespierre\nrobey\nrobichaud\nrobidoux\nrobie\nrobien\nrobilant\nrobillard\nrobin\nrobina\nrobinet\nrobins\nrobinson\nrobinson-humphrey\nrobinsons\nrobison\nrobitaille\nrobledo\nrobles\nrobleto\nroblin\nrobo\nrobocop\nrobot\nrobotboy\nrobotech\nrobotic\nroboticized\nrobotics\nrobotman\nrobotnik\nrobots\nrobs\nrobson\nrobur\nrobust\nrobusta\nrobustas\nrobustly\nrobustness\nrobustus\nroby\nrobyn\nroc\nroca\nrocard\nrocca\nroccade\nrocco\nroch\nrocha\nrochambeau\nrochdale\nroche\nrochefort\nrochefoucauld\nrochelle\nrocher\nroches\nrochester\nrochet\nrochford\nrochon\nrocio\nrock\nrock'n\nrock'n'roll\nrock-bottom\nrock-solid\nrock-tenn\nrock-throwing\nrock/metal\nrock/pop\nrockabilly\nrockall\nrockaway\nrockbridge\nrockcliffe\nrockdale\nrocked\nrockefeller\nrocker\nrockers\nrocket\nrocket-propelled\nrocketdyne\nrocketed\nrocketing\nrocketry\nrockets\nrocketship\nrockett\nrockfall\nrockfish\nrockford\nrockhampton\nrockhurst\nrockier\nrockies\nrockin\nrocking\nrockingham\nrockland\nrockman\nrockne\nrocko\nrockport\nrocks\nrockshox\nrockslide\nrockstar\nrocksteady\nrockumentary\nrockville\nrockwall\nrockwell\nrockwood\nrocky\nrocla\nrococo\nrocor\nrocque\nrod\nroda\nrodale\nrodamco\nrodan\nrodange\nrodas\nrodber\nrodd\nroddam\nroddenberry\nroddick\nroddy\nrode\nroden\nrodent\nrodents\nrodeo\nrodeos\nroderic\nroderick\nrodes\nrodez\nrodge\nrodger\nrodgers\nrodham\nrodhan\nrodi\nrodier\nrodimus\nrodin\nrodina\nroding\nrodionov\nrodlauer\nrodman\nrodmond\nrodney\nrodolfo\nrodolphe\nrodong\nrodong0\nrodovia\nrodrigo\nrodrigues\nrodriguez\nrods\nroe\nroebling\nroebuck\nroed-larsen\nroeder\nroeg\nroehampton\nroekke\nroel\nroelf\nroelstra\nroemer\nroenick\nroentgen\nroeper\nroer\nroerich\nroermond\nroeros\nroeselare\nroethlisberger\nrof\nroff\nrofin-sinar\nrog\nrogaine\nrogaland\nrogallo\nrogan\nrogelio\nrogen\nroger\nrogerio\nrogers\nrogerson\nrogersville\nrogge\nroggio\nrogier\nrognvald\nrogue\nroguelike\nrogues\nroh\nroh-kap\nrohan\nrohatyn\nrohde\nrohe\nrohilla\nrohingya\nrohingyas\nrohini\nrohirrim\nrohit\nrohl\nrohm\nrohmer\nrohn\nrohr\nrohstoffhandel\nrohtak\nroi\nroig\nroil\nroiled\nrois\nroisin\nroja\nrojas\nrojo\nrok\nrokeby\nroker\nrokhlin\nrokishkis\nrokkaku\nroko\nrokossovsky\nroku\nrol\nroland\nrolandas\nrolando\nroldan\nrole\nroleplay\nroleplaying\nroles\nrolex\nrolf\nrolfe\nrolie\nrolimpex\nroll\nroll-off\nroll-on\nroll-out\nroll-over\nrolla\nrolland\nrollback\nrolle\nrolled\nrollei\nroller\nroller-coaster\nrollerball\nrollerblading\nrollercoaster\nrollers\nrolleston\nrollicking\nrollie\nrollin\nrolling\nrollins\nrollo\nrollout\nrollouts\nrollover\nrollovers\nrolls\nrolls-royce\nrolls-royces\nrolly\nrolodex\nroloff\nrolph\nrolston\nrolta\nroly\nrom\nrom.\nroma\nromac\nromagna\nromain\nromaine\nromaji\nromak\nroman\nromana\nromance\nromances\nromancing\nromande\nromandie\nromane\nromaneasca\nromanesc\nromanesque\nromani\nromania\nromanian\nromanian-hungarian\nromanians\nromanic\nromaniei\nromanised\nromanization\nromanized\nromano\nromanoff\nromanorum\nromanos\nromanov\nromanova\nromanovs\nromanow\nromans\nromansh\nromantic\nromantica\nromantically\nromanticised\nromanticism\nromanticized\nromantics\nromanum\nromanus\nromany\nromario\nromatex\nromberg\nromblon\nromboni\nromcim\nrome\nrome-based\nromeo\nromeos\nromer\nromero\nromesh\nromford\nromilly\nromina\nrominger\nromita\nromiti\nrommel\nromney\nromo\nromp\nromped\nromper\nrompres\nrompuy\nroms\nromsdal\nromsey\nromtelecom\nromuald\nromualdo\nromulan\nromulans\nromulo\nromulus\nromy\nron\nrona\nronald\nronaldinho\nronaldo\nronan\nroncalli\nroncesvalles\nronco\nrond\nronda\nronde\nrondeau\nrondo\nrondon\nrondonia\nrondout\nronen\nronettes\nroney\nrong\nronge\nrongji\nroni\nronin\nronk\nronkonkoma\nronn\nronne\nronnie\nronnies\nronning\nronny\nronon\nronsard\nronson\nronstadt\nrontgen\nrony\nroo\nrood\nroodaka\nroode\nroodepoort\nroodt\nroof\nroofed\nroofing\nroofless\nroofline\nroofs\nrooftop\nrooftops\nrooivalk\nrook\nrooke\nrooker\nrookery\nrookie\nrookies\nrooks\nrookwood\nrool\nroom\nroomed\nrooming\nroommate\nroommates\nrooms\nroomy\nroon\nrooney\nroop\nroorkee\nroos\nroose\nroosen\nroosendaal\nroosevelt\nroost\nrooster\nroosters\nroosting\nroosts\nroot\nrooted\nrootes\nrooting\nrootkit\nroots\nrootstock\nrootstocks\nrooyen\nrop\nropczyce\nrope\nroped\nroper\nropes\nropeway\nroping\nropner\nroppongi\nroque\nroquebrune-cap-martin\nroquefort\nroraima\nrorer\nrorke\nroro\nrorschach\nrorty\nrory\nros\nros-lehtinen\nrosa\nrosaceae\nrosada\nrosado\nrosaleen\nrosales\nrosalia\nrosalie\nrosalind\nrosalyn\nrosamond\nrosamund\nrosanna\nrosanne\nrosaries\nrosario\nrosary\nrosas\nrosati\nrosato\nrosberg\nrosca\nrosco\nroscoe\nroscommon\nroscrea\nrose\nrosea\nroseanne\nroseau\nrosebank\nrosebery\nrosebud\nroseburg\nrosecrans\nrosedale\nrosehill\nroseland\nrosella\nroselle\nroselli\nrosemarie\nrosemary\nrosemead\nrosemont\nrosemount\nrosen\nrosenbauer\nrosenbaum\nrosenberg\nrosenblatt\nrosenblatts\nrosenbloom\nrosenblum\nrosenborg\nrosencrantz\nrosendale\nrosenfeld\nrosenheim\nrosenkavalier\nrosenkranz\nrosenstein\nrosenstock\nrosenthal\nrosenwald\nrosenzweig\nroses\nrosetta\nrosette\nrosettes\nrosetti\nroseville\nrosewall\nrosewater\nrosewood\nrosey\nrosgosstrakh\nrosh\nroshan\nroshi\nroshni\nrosi\nrosicrucian\nrosicrucians\nrosie\nrosier\nrosin\nrosina\nrosine\nrosita\nroskam\nroskel\nroskilde\nroskill\nroslin\nroslotto\nroslyn\nrosneft\nrosner\nrosny\nrosprom\nross\nrossa\nrossakhsvyokla\nrossdale\nrosse\nrosselli\nrossellini\nrossello\nrossendale\nrosser\nrosses\nrosset\nrossetti\nrossi\nrossignol\nrossignolo\nrossii\nrossii-sakha\nrossiiskaya\nrossiiskiye\nrossiisky\nrossington\nrossini\nrossiter\nrossiya\nrossland\nrosslare\nrosslyn\nrossman\nrosso\nrossouw\nrossum\nrossville\nrost\nrostam\nrostand\nrostelekom\nroster\nrostered\nrosters\nrostislav\nrostker\nrostler\nrostock\nrostov\nrostral\nrostropovich\nrostrum\nrostselmash\nrosvooruzheniye\nroswell\nrosy\nrosyth\nrot\nrota\nrotana\nrotary\nrotate\nrotated\nrotates\nrotating\nrotation\nrotational\nrotations\nrotator\nrotax\nrotblat\nrotc\nrote\nrotech\nrotem\nroten\nrotenburg\nroth\nrothbard\nrothenberg\nrothenburg\nrother\nrotherham\nrotherhithe\nrothermere\nrothes\nrothesay\nrothfield\nrothfos\nrothko\nrothley\nrothman\nrothmans\nrothrock\nrothschild\nrothschilds\nrothstein\nrothwell\nroti\nrotisserie\nroto\nroto-rooter\nrotolo\nrotondo\nrotor\nrotors\nrotorua\nrotoscoping\nrott\nrotted\nrotten\nrottenburg\nrottentomatoes.com\nrotterdam\nrotterdam-based\nrotting\nrottnest\nrottweil\nrottweiler\nrotulorum\nrotuma\nrotuman\nrotund\nrotunda\nrotyis\nroubaix\nrouble\nroubles\nrouen\nrouen-delivered\nrouergue\nroufs\nrouge\nrougeau\nrougemont\nrouges\nrough\nroughed\nrougher\nroughest\nroughing\nroughly\nroughnecks\nroughness\nroughriders\nroughshod\nrougon\nroukema\nroulet\nroulette\nroumen\nroumiana\nround\nround-robin\nround-table\nround-the-clock\nround-the-world\nround-trip\nround-up\nroundabout\nroundabouts\nroundarm\nrounded\nroundel\nroundels\nrounder\nrounders\nroundhay\nroundhead\nroundheads\nroundhouse\nrounding\nroundly\nroundness\nrounds\nroundtable\nroundtop\nroundtree\nroundtrip\nroundup\nrouran\nrourke\nrourkela\nrous\nrouse\nroused\nrouses\nroush\nrousing\nrousse\nrousseau\nroussel\nroussel-uclaf\nroussillon\nrout\nroute\nrouted\nroutemaster\nrouter\nrouters\nroutes\nrouth\nroutier\nroutine\nroutinely\nroutines\nrouting\nroutings\nroutledge\nrouvas\nrouvillois\nroux\nrouyn\nrov\nrovaniemi\nrove\nrovelli\nrover\nrovere\nrovers\nrovida\nrovigo\nroving\nrow\nrowan\nrowboat\nrowdies\nrowdy\nrowe\nrowed\nrowell\nrowen\nrowena\nrower\nrowers\nrowhouses\nrowing\nrowland\nrowlands\nrowlett\nrowley\nrowling\nrowlinson\nrowntree\nrows\nrowse\nrox\nroxana\nroxane\nroxanne\nroxas\nroxboro\nroxborough\nroxburgh\nroxburghe\nroxburghshire\nroxbury\nroxette\nroxie\nroxxon\nroxy\nroy\nroya\nroyal\nroyal''\nroyale\nroyalist\nroyalists\nroyall\nroyally\nroyals\nroyalties\nroyalton\nroyalty\nroyce\nroyer\nroyko\nroyle\nroyston\nroyton\nroz\nroza\nrozelle\nrozen\nrozens\nrozental\nrozlucki\nrozsa\nrozwoju\nrozz\nrp\nrp-trn\nrp0\nrpa\nrpc\nrpf\nrpg\nrpg0\nrpgs\nrph\nrpi\nrpi-x\nrpi-y\nrpi0\nrpix\nrpiy\nrpk\nrpl\nrpm\nrpms\nrpn\nrpo\nrpp\nrpr\nrpr-udf\nrps\nrpt\nrr\nrra\nrrb\nrrna\nrrp\nrrsp\nrrz\nrs\nrs.\nrs.mln\nrs0\nrs0**\nrsa\nrsa0\nrsaf\nrsc\nrscg\nrsd\nrsdlp\nrseau\nrseb\nrsf\nrsfsr\nrsha\nrsi\nrsi0\nrsis\nrsk\nrsl\nrsm\nrsmml\nrso\nrsp\nrspb\nrspca\nrsr\nrsrvs\nrss\nrss0\nrst\nrstnc\nrsultat\nrsultats\nrsv\nrsvp\nrt\nrt.\nrt0\nrta\nrtafb\nrtb\nrtbf\nrtc\nrtd\nrte\nrte.\nrtf\nrtg\nrtgs\nrthk\nrti\nrtk\nrtkm.rts\nrtl\nrtl0\nrtls\nrtm\nrtos\nrtp\nrtr\nrtrs\nrts\nrts0\nrtv\nrtve\nrtw\nrtz\nrtz-cra\nru\nru0\nrua\nruabon\nruairi\nruan\nruano\nruapehu\nrub\nrubaiyat\nrubbed\nrubber\nrubber-coated\nrubber-stamp\nrubber-stamped\nrubberized\nrubbermaid\nrubbers\nrubbery\nrubbing\nrubbish\nrubble\nrube\nrubella\nruben\nrubens\nrubenstein\nruber\nrubi\nrubiaceae\nrubicam\nrubicon\nrubidium\nrubiera\nrubies\nrubik\nrubin\nrubino\nrubinstein\nrubio\nruble\nrubles\nrubra\nrubric\nrubrics\nrubs\nrubus\nruby\nruc\nruch\nruchi\nruck\nrucka\nruckauf\nrucker\nruckman\nrucks\nrucksack\nruckus\nructions\nrud\nruda\nrudar\nrudd\nrudder\nrudderless\nrudders\nruddigore\nruddock\nruddy\nrude\nrudel\nrudely\nrudeness\nruderman\nrudess\nrudge\nrudi\nrudiger\nrudimentary\nrudiments\nrudin\nrudman\nrudolf\nrudolph\nrudolstadt\nrudra\nrudy\nrudyard\nrue\nrueckversicherungs\nrueda\nruediger\nruehe\nruel\nruesch\nruesselsheim\nrueter\nruetgers\nrueti\nruettgers\nruf\nrufc\nruff\nruffed\nruffian\nruffians\nruffin\nruffini\nruffle\nruffled\nruffles\nruffo\nrufina\nrufino\nrufinus\nrufo\nrufous\nrufus\nrug\nrugal\nrugby\nrugeley\nrugen\nruger\nrugged\nruggedness\nruggero\nruggiero\nruggles\nrugova\nrugrats\nrugs\nruhengeri\nruhollah\nruhr\nruhrgas\nruhrkohle\nruhuna\nrui\nruin\nruined\nruining\nruinous\nruins\nruislip\nruiz\nruka\nrukh\nrukia\nrukingama\nrukmana\nrukmini\nrukn\nrule\nrule-making\nrulebook\nrulebooks\nruled\nrulemaking\nruler\nrulers\nrulership\nrules\nrules-afl\nruleset\nruling\nrulings\nrulon\nrum\nrumah\nrumba\nrumbek\nrumble\nrumbled\nrumbles\nrumbling\nrumblings\nrumelange\nrumeli\nrumelia\nrumen\nrumford\nrumi\nruminant\nruminants\nruml\nrummel\nrummelhardt\nrummy\nrumney\nrumohr\nrumor\nrumored\nrumors\nrumour\nrumoured\nrumours\nrump\nrumped\nrumpole\nrumpus\nrums\nrumsey\nrumsfeld\nrumson\nrun\nrun-down\nrun-in\nrun-ins\nrun-off\nrun-offs\nrun-rate\nrun-scoring\nrun-up\nrunabout\nrunaway\nrunaways\nrunciman\nruncorn\nrundfunk\nrundgren\nrundle\nrundown\nrundschau\nrundstedt\nrune\nrunequest\nrunes\nrunescape\nrunestone\nrunestones\nrung\nrunge\nrunggaldier\nrungs\nrunic\nruningo\nrunnels\nrunner\nrunner-up\nrunners\nrunners-up\nrunnin\nrunning\nrunnings\nrunny\nrunnymede\nrunoff\nrunoffs\nruns\nruns-x\nrunt\nruntime\nrunup\nrunway\nrunways\nrunyon\nruokatalo\nrup\nrupa\nrupam\nrupaul\nrupe\nrupee\nrupee-dollar\nrupees\nrupees)/\nrupert\nrupf\nrupiah\nrupkey\nrupo\nrupp\nruppelt\nruppert\nrupprecht\nruprecht\nrupture\nruptured\nruptures\nrupturing\nrur\nrural\nrural-based\nruri\nrurik\nrurikid\nrurouni\nrus\nrusa\nrusalka\nruse\nrusedski\nrush\nrush-hour\nrushcliffe\nrushd\nrushden\nrushdie\nrushed\nrushen\nrusher\nrushers\nrushes\nrushing\nrushmere\nrushmore\nrusholme\nrushton\nrushville\nrushworth\nrusk\nruskin\nruslan\nruslana\nrusomo\nrusplats\nruss\nrussa\nrusse\nrussel\nrussell\nrussell.blinch\nrussell.blinch@reuters.com\nrussells\nrussellville\nrussert\nrusses\nrusset\nrussia\nrussia-belarus\nrussia-japan\nrussia-nato\nrussian\nrussian-american\nrussian-belarussian\nrussian-born\nrussian-built\nrussian-chechen\nrussian-led\nrussian-made\nrussian-registered\nrussian-speakers\nrussian-speaking\nrussian-u.s.\nrussians\nrussification\nrussified\nrusso\nrust\nrustam\nrustaveli\nrustavi\nrusted\nrustenburg\nrustic\nrusticana\nrusticated\nrustin\nrusting\nrustlers\nrustling\nruston\nrustu\nrusty\nrusyn\nrusyns\nrut\nruta\nrutaceae\nrutaganda\nrutan\nrutee\nrutelli\nrutger\nrutgers\nruth\nruthenia\nruthenian\nruthenians\nruthenium\nrutherford\nrutherford-moran\nrutherglen\nruthie\nruthin\nruthless\nruthlessly\nruthlessness\nruthven\nrutile\nrutkowski\nrutland\nrutledge\nrutles\nruts\nrutskoi\nrutten\nruttenstorfer\nrutter\nruud\nruutel\nruvnuslns=rr\nruwais\nruwan\nruxandra\nruxton\nruy\nruyter\nruzicka\nrv\nrv0\nrvs\nrvsd\nrw\nrwa\nrwanda\nrwanda-backed\nrwandan\nrwandan-backed\nrwandans\nrwandese\nrwd\nrwd0\nrwe\nrwendeire\nrx\nrx0\nrx00\nry\nryabov\nryall\nryan\nryanair\nryazan\nrybkin\nrydal\nrydberg\nryde\nrydell\nryden\nryder\nryders\nryding\nrydz\nrye\nryedale\nryegrass\nryerson\nrygel\nryker\nrykodisc\nrykoff\nrykoff-sexton\nryland\nrylands\nryle\nryman\nrymer\nrynn\nryo\nryoden\nryoga\nryohin\nryoko\nryoma\nryong\nryotaro\nryszard\nrytas\nryti\nryton\nryu\nryuichi\nryuji\nryuki\nryukyu\nryukyuan\nryukyus\nryun\nryurikov\nryusei\nryutaro\nrz\nrza\nrzeczpospolita\nrzepka\nrzeszow\nrzhev\ns\ns$\ns&n\ns&p\ns&p0\ns&ps\ns'est\ns'pore\ns'tomo\ns-e\ns-e-banken\ns-p-f\ns-seller\ns-short\ns.\ns.a\ns.a.\ns.a.i.l\ns.a.m.s.\ns.africa\ns.african\ns.b.\ns.b.k-\ns.c\ns.c.\ns.c.r.\ns.d\ns.d.\ns.d0\ns.de\ns.e.\ns.e.asia\ns.f.\ns.g.\ns.h.e\ns.h.i.e.l.d\ns.h.i.e.l.d.\ns.h.m.p.\ns.i.\ns.i.e.l\ns.i.viscose\ns.j\ns.j.\ns.k.\ns.korea\ns.korean\ns.l.\ns.lanka\ns.league\ns.m.\ns.n.\ns.o.s.\ns.p.\ns.p.a\ns.p.a.\ns.p.d.\ns.r.\ns.r.o.\ns.s.\ns.s.c.\ns.t.\ns.t.a.r.\ns.t.a.r.s.\ns.v.\ns.w.\ns.w.a.t.\ns/\ns/0\ns/he\ns/n\ns0\ns0a\ns0apr0\ns0aug0\ns0c\ns0feb0\ns0jul0\ns0mar0\ns0may0\ns0s\nsa\nsa'ad\nsa'id\nsa+\nsa0\nsaa\nsaa.cn\nsaab\nsaad\nsaadat\nsaadi\nsaadia\nsaadoun\nsaaf\nsaaidi\nsaakashvili\nsaal\nsaale\nsaalekreis\nsaalfeld\nsaami\nsaanich\nsaapr\nsaar\nsaarbrucken\nsaarbruecken\nsaarburg\nsaarc\nsaaremaa\nsaari\nsaarinen\nsaarland\nsaas\nsaatchi\nsaavedra\nsab\nsaba\nsabac\nsabadell\nsabado\nsabah\nsabak\nsaban\nsabana\nsabanci\nsabaragamuwa\nsabarimala\nsabas\nsabata\nsabatier\nsabatini\nsabato\nsabbagh\nsabbat\nsabbatai\nsabbath\nsabbatical\nsabbatini\nsabc\nsabca\nsabella\nsabena\nsaber\nsabercats\nsaberhagen\nsabers\nsabertooth\nsabesp\nsabev\nsabeva\nsabha\nsabi\nsabia\nsabian\nsabic\nsabin\nsabina\nsabine\nsabines\nsabino\nsabinus\nsabir\nsabiyah\nsable\nsables\nsabmiller\nsabo\nsabonis\nsaboo\nsabor\nsabot\nsabotage\nsabotaged\nsabotages\nsabotaging\nsaboteur\nsaboteurs\nsabotinov\nsabr\nsabra\nsabratek\nsabre\nsabre-rattling\nsabres\nsabretech\nsabretooth\nsabri\nsabriel\nsabrina\nsabu\nsaburo\nsabvest\nsaby\nsabyasachi\nsabz\nsac\nsaca\nsacagawea\nsaccharin\nsaccharine\nsaccharomyces\nsacchi\nsacco\nsacd\nsacerdotal\nsaceur\nsach\nsacha\nsachar\nsachem\nsacher\nsachiko\nsachin\nsachs\nsachsen\nsachsenhausen\nsacilor\nsacirbey\nsack\nsacked\nsackett\nsacking\nsackings\nsackler\nsacks\nsackville\nsaco\nsacob\nsacra\nsacral\nsacrament\nsacramental\nsacramentary\nsacramento\nsacraments\nsacre\nsacred\nsacredness\nsacrifice\nsacrificed\nsacrifices\nsacrificial\nsacrificing\nsacrilege\nsacrilegious\nsacristan\nsacristy\nsacro\nsacrosanct\nsacrum\nsacs\nsacu\nsacz\nsad\nsada\nsadaf\nsadako\nsadam\nsadao\nsadar\nsadat\nsadbhavana\nsadc\nsadd\nsaddam\nsaddar\nsaddened\nsaddest\nsaddle\nsaddleback\nsaddled\nsaddler\nsaddles\nsaddleworth\nsadducees\nsade\nsadec\nsadeh\nsadeq\nsadf\nsadhana\nsadhu\nsadhus\nsadi\nsadia\nsadie\nsadik\nsadiq\nsadirov\nsadism\nsadist\nsadistic\nsadleir\nsadler\nsadly\nsadness\nsado\nsadomasochism\nsadomasochistic\nsadourny\nsadow\nsadr\nsadu\nsadyrin\nsae\nsaeb\nsaechssicher\nsaeco\nsaed\nsaeed\nsaehan\nsaeima\nsaeki\nsaemon\nsaens\nsaenz\nsaez\nsaf\nsafa\nsafar\nsafari\nsafaris\nsafavid\nsafavids\nsafco\nsafcol\nsafdar\nsafe\nsafe-haven\nsafeb\nsafeco\nsafed\nsafeguard\nsafeguarded\nsafeguarding\nsafeguards\nsafehouse\nsafekeeping\nsafely\nsafer\nsafes\nsafeskin\nsafest\nsafet\nsafeties\nsafety\nsafety-kleen\nsafety-related\nsafeway\nsafex\nsaffir\nsafflower\nsafford\nsaffron\nsafi\nsafilo\nsafin\nsafina\nsafir\nsafire\nsaflife\nsafmarine\nsafr\nsafra\nsafran\nsafras\nsafrica\nsafrican\nsaft\nsafwan\nsafwat\nsag\nsaga\nsagacity\nsagal\nsagami\nsagamore\nsagan\nsagar\nsagara\nsagas\nsagat\nsage\nsagebrush\nsagem\nsager\nsages\nsaget\nsagged\nsagging\nsagi\nsaginaw\nsagittal\nsagittarius\nsago\nsagrada\nsagrado\nsags\nsaguaro\nsaguenay\nsah\nsaha\nsahaba\nsahadeva\nsahaf\nsahagun\nsaham\nsahar\nsahara\nsaharan\nsaharanpur\nsahasranama\nsahaviriya\nsaheb\nsahel\nsahib\nsahiba\nsahibzada\nsahih\nsahitya\nsahiwal\nsahko\nsahl\nsahle\nsahm\nsahni\nsahnoun\nsahrawi\nsahrawis\nsahyadri\nsai\nsaib\nsaibot\nsaibu\nsaic\nsaid\nsaid.--karel\nsaida\nsaidamir\nsaidi\nsaidin\nsaidov\nsaif\nsaifuddin\nsaiga\nsaigo\nsaigon\nsail\nsailboat\nsailboats\nsailed\nsailer\nsailesh\nsailfish\nsailing\nsailings\nsailor\nsailors\nsailplane\nsailplanes\nsails\nsaima\nsaimaa\nsaimnieks\nsain\nsaini\nsainik\nsainovic\nsains\nsainsbury\nsaint\nsaint-\nsaint-andre\nsaint-bernard\nsaint-denis\nsaint-germain\nsaint-gobain\nsaint-louis\nsainte\nsaintes\nsainthood\nsaintly\nsaints\nsainz\nsaionji\nsaipa\nsaipan\nsaipem\nsairgroup\nsairrelations\nsais\nsaison\nsait\nsaitama\nsaito\nsaitoh\nsaitoti\nsaiva\nsaivism\nsaiyan\nsaiyans\nsajak\nsajan\nsajeeva\nsajid\nsajjad\nsak\nsaka\nsakaguchi\nsakai\nsakaki\nsakakibara\nsakamaki\nsakamoto\nsakas\nsakata\nsake\nsake-beeld\nsaker\nsakha\nsakhalin\nsakharov\nsaki\nsakic\nsakigake\nsako\nsakon\nsakra\nsaks\nsakti\nsaku\nsakuma\nsakura\nsakuraba\nsakuragi\nsakurai\nsakuya\nsakya\nsakyamuni\nsal\nsala\nsalaam\nsalaberry\nsalacgriva\nsalacious\nsalad\nsaladin\nsalado\nsalads\nsalafi\nsalah\nsalaheddin\nsalahuddin\nsalai\nsalak\nsalam\nsalama\nsalamanca\nsalamandastron\nsalamander\nsalamanders\nsalamaua\nsalameh\nsalami\nsalamina\nsalamis\nsalamone\nsalang\nsalant\nsalar\nsalaried\nsalaries\nsalary\nsalas\nsalat\nsalazar\nsalceda\nsalcedo\nsalchow\nsaldana\nsaldanha\nsaldivar\nsaldus\nsale\nsaleable\nsaleem\nsaleen\nsaleh\nsalem\nsalernitana\nsalerno\nsales\nsales:accumulated\nsalesian\nsalesians\nsalesman\nsalesmen\nsalespeople\nsalesperson\nsaleswoman\nsalette\nsaleyard\nsalford\nsalgado\nsalgueiros\nsali\nsalian\nsalic\nsalicylate\nsalicylic\nsalience\nsalient\nsalieri\nsalih\nsalihamidzic\nsalim\nsalimov\nsalina\nsalinas\nsaline\nsalinen\nsalinger\nsalinity\nsalins\nsalis\nsalisbury\nsalish\nsalishan\nsaliva\nsalivary\nsalix\nsalizzoni\nsalk\nsalkind\nsalla\nsallam\nsalle\nsalleh\nsalles\nsalley\nsallie\nsallies\nsallis\nsallust\nsally\nsalm\nsalma\nsalman\nsalminen\nsalmo\nsalmon\nsalmond\nsalmonella\nsalmoneus\nsalo\nsalome\nsalomon\nsalon\nsalon.com\nsalona\nsalonen\nsalonga\nsalonica\nsalonika\nsalons\nsaloon\nsaloons\nsalou\nsalpetriere\nsalsa\nsalsoul\nsalt\nsalta\nsaltash\nsaltcoats\nsalted\nsalter\nsalticidae\nsaltillo\nsalting\nsaltire\nsaltmarsh\nsalto\nsalton\nsaltonstall\nsaltpeter\nsaltpetre\nsalts\nsaltwater\nsalty\nsaltzman\nsaluces\nsalud\nsaluda\nsaluki\nsalus\nsalusbury\nsalut\nsalutary\nsalutation\nsalutations\nsalutatorian\nsalute\nsaluted\nsalutes\nsaluting\nsaluzzo\nsalva\nsalvador\nsalvadoran\nsalvadr\nsalvage\nsalvaged\nsalvaging\nsalvatierra\nsalvation\nsalvator\nsalvatore\nsalve\nsalvenmoser\nsalvesen\nsalvi\nsalvia\nsalviati\nsalvin\nsalvo\nsalvoes\nsalvos\nsalwa\nsalween\nsalyut\nsalz\nsalzburg\nsalzburger\nsalzgeber\nsalzgitter\nsalzman\nsalzmann\nsalzwedel\nsam\nsam.\nsam.perry@reuters.com\nsam0\nsama\nsamad\nsamadhi\nsamael\nsamaj\nsamaja\nsamajwadi\nsamak\nsamakuva\nsaman\nsamana\nsamanalawewa\nsamancor\nsamanda\nsamangan\nsamanid\nsamanids\nsamanosuke\nsamant\nsamantha\nsamar\nsamara\nsamaranch\nsamaras\nsamarasinghe\nsamaria\nsamarinda\nsamaritan\nsamaritans\nsamarium\nsamarkand\nsamarra\nsamart\nsamba\nsambalpur\nsambanthan\nsambar\nsambath\nsambhaji\nsambit\nsambo\nsambora\nsambre\nsambu\nsamburu\nsamcor\nsame\nsame-day\nsame-sex\nsame-store\nsamec\nsamedi\nsameer\nsameness\nsames\nsamford\nsamgro\nsamguk\nsamhain\nsamhita\nsami\nsamick\nsamir\nsamira\nsamis\nsamit\nsamiti\nsamity\nsamizdat\nsamkhya\nsamland\nsamlaut\nsamlip\nsammamish\nsamman\nsammartino\nsammer\nsammi\nsammo\nsammy\nsamnite\nsamnites\nsamo\nsamoa\nsamoan\nsamoans\nsamogitia\nsamogitian\nsamoobrona\nsamora\nsamos\nsamosata\nsamothrace\nsamotlor\nsamp\nsampa\nsampaguita\nsampaio\nsampang\nsampath\nsampdoria\nsamper\nsamphan\nsample\nsampled\nsampler\nsamplers\nsamples\nsampling\nsampo\nsampoerna\nsampradaya\nsampras\nsampson\nsamrand\nsamrong\nsams\nsamsara\nsamson\nsamsonite\nsamsonov\nsamsun\nsamsung\nsamsunspor\nsamtel\nsamtgemeinde\nsamu\nsamudera\nsamudra\nsamuel\nsamuels\nsamuelson\nsamuil\nsamurai\nsamurais\nsamuria\nsamus\nsamut\nsamvat\nsamwell\nsamwise\nsamy\nsamyang\nsan\nsana\nsanaa\nsanachem\nsanacorp\nsanada\nsanam\nsanandaj\nsanat\nsanatan\nsanatana\nsanath\nsanatorium\nsanayi\nsanayii\nsanborn\nsancerre\nsancha\nsanchar\nsanchez\nsanchez-vicario\nsanchi\nsancho\nsancta\nsanctae\nsanctaphrax\nsancti\nsanctification\nsanctified\nsanction\nsanctioned\nsanctioning\nsanctions\nsanctions-hit\nsanctity\nsanctorum\nsanctuaries\nsanctuary\nsanctum\nsanctus\nsand\nsanda\nsandakan\nsandal\nsandals\nsandalwood\nsandbach\nsandbag\nsandbagged\nsandbagging\nsandbags\nsandbank\nsandbanks\nsandbar\nsandbars\nsandberg\nsandbox\nsandburg\nsande\nsanded\nsandeep\nsandefjord\nsandelin\nsander\nsanders\nsanderson\nsandesh\nsandford\nsandgate\nsandgrouse\nsandhi\nsandhill\nsandhills\nsandhu\nsandhurst\nsandhya\nsandi\nsandia\nsandie\nsandiego\nsandiganbayan\nsandilands\nsanding\nsandinista\nsandinistas\nsandino\nsandis\nsandisk\nsandler\nsandlin\nsandline\nsandlot\nsandman\nsandner\nsandnes\nsandomierz\nsandon\nsandor\nsandoval\nsandover\nsandow\nsandown\nsandoz\nsandpaper\nsandpiper\nsandpipers\nsandra\nsandrine\nsandringham\nsandro\nsandry\nsands\nsandstone\nsandstones\nsandstorm\nsandstrom\nsandton\nsandusky\nsandvik\nsandwell\nsandwich\nsandwiched\nsandwiches\nsandworm\nsandworms\nsandy\nsandys\nsandzak\nsane\nsanevit\nsanfl\nsanford\nsang\nsanga\nsangakkara\nsangallo\nsangam\nsangamon\nsangat\nsangeet\nsangeeta\nsangeetha\nsanger\nsanggau\nsangguniang\nsangh\nsangha\nsanghavi\nsangheli\nsanghi\nsanghvi\nsangli\nsangma\nsango\nsangraal\nsangre\nsangro\nsangstat\nsangster\nsangthai\nsangu\nsanguine\nsanguinetti\nsanguinis\nsangyo\nsanh\nsanh.\nsanhedrin\nsani\nsanibel\nsanit\nsanitarium\nsanitary\nsanitaryware\nsanitas\nsanitation\nsanitec\nsanitized\nsanitorium\nsanity\nsanjak\nsanjana\nsanjaq\nsanjay\nsanjaya\nsanjeev\nsanjeeva\nsanji\nsanjit\nsanjiv\nsanjo\nsank\nsankar\nsankar0\nsankara\nsankei\nsankey\nsanko\nsankoh\nsankorp\nsankt\nsankyo\nsanlam\nsanlucar\nsanluis\nsanmao\nsanmar\nsanmina\nsanna\nsannda\nsano\nsanofi\nsanoh\nsanok\nsanoma\nsanomat\nsanonda\nsanosuke\nsanpete\nsanremo\nsanrio\nsans\nsansa\nsansei\nsanseverino\nsanshin\nsanskrit\nsanso\nsansom\nsanson\nsansone\nsansores\nsansovino\nsanssouci\nsant\nsant'agata\nsant'andrea\nsant'angelo\nsant'antonio\nsant'egidio\nsanta\nsantamaria\nsantana\nsantander\nsantander-chile\nsantangelo\nsantapaola\nsantarem\nsantas\nsantasalo\nsantasalo-jot\nsante\nsantee\nsanten\nsanter\nsanteria\nsanthenar\nsanti\nsantiago\nsantiam\nsantillan\nsantime\nsantimes\nsantini\nsantino\nsantis\nsantista\nsantley\nsanto\nsantoni\nsantorelli\nsantorini\nsantoro\nsantorum\nsantos\nsantosh\nsantoso\nsantow\nsantror\nsants\nsantuario\nsanturce\nsanu\nsanusi\nsanwa\nsanya\nsanyal\nsanyo\nsanyoto\nsanz\nsao\nsaone\nsaori\nsaotome\nsap\nsapa\nsaparmurat\nsapec\nsaperia\nsaphenous\nsaphira\nsapia\nsapieha\nsapien\nsapiens\nsapient\nsapienza\nsapindaceae\nsapir\nsapiro\nsapling\nsaplings\nsapna\nsapo\nsaponi\nsaporta\nsapotaceae\nsapp\nsapped\nsapper\nsappers\nsapphire\nsapphires\nsappho\nsappi\nsapping\nsapporo\nsaprissa\nsaps\nsapta\nsapura\nsaputo\nsapwood\nsaqlain\nsaqqara\nsaquinavir\nsar\nsara\nsarabande\nsarabhai\nsaracen\nsaracens\nsarada\nsarafan\nsaragossa\nsarah\nsarah.edmonds@reuters.com\nsarai\nsarajevans\nsarajevo\nsarakham\nsaramago\nsaran\nsarana\nsaranac\nsarande\nsarandi\nsarandon\nsarangi\nsarasin\nsarasota\nsarasvati\nsaraswat\nsaraswathi\nsaraswati\nsaraswats\nsarat\nsarath\nsaratoga\nsaratov\nsaravia\nsarawak\nsarayrah\nsarazen\nsarbanes\nsarbib\nsarcasm\nsarcastic\nsarcastically\nsarcoidosis\nsarcoma\nsarcophagi\nsarcophagus\nsarda\nsardar\nsardars\nsardaukar\nsardegna\nsardi\nsardine\nsardines\nsardinia\nsardinian\nsardis\nsardonic\nsardou\nsaree\nsarees\nsarek\nsarfu\nsargasso\nsarge\nsargeant\nsargent\nsargeras\nsargis\nsargodha\nsargon\nsargsian\nsarh\nsari\nsarid\nsarikaya\nsarin\nsarinic\nsaris\nsarit\nsarita\nsariyer\nsark\nsarka\nsarkar\nsarkis\nsarkisyan\nsarkozy\nsarkuhi\nsarl\nsarlacc\nsarma\nsarmatian\nsarmatians\nsarmiento\nsarn\nsarna\nsarnath\nsarnet\nsarney\nsarnia\nsarno\nsarnoff\nsaro\nsaro-wiwa\nsarobi\nsarod\nsarojini\nsarong\nsaronic\nsaros\nsaroyan\nsarpedon\nsarpsborg\nsarracenia\nsarrazin\nsarris\nsarroch\nsars\nsars-la-buissiere\nsarsfield\nsarsfields\nsartaj\nsartan\nsartana\nsarthe\nsartid\nsarto\nsartorius\nsartre\nsaru\nsarum\nsaruman\nsarwar\nsary\nsas\nsasa\nsasajima\nsasaki\nsasaki-smith\nsasami\nsasani\nsasanian\nsascha\nsasebo\nsash\nsasha\nsashes\nsashimi\nsashwat\nsasib\nsasini\nsask\nsaskatchewan\nsaskatoon\nsaskia\nsasol\nsasquatch\nsasr\nsass\nsassafras\nsassanian\nsassanid\nsassanids\nsassari\nsasser\nsassi\nsasso\nsasson\nsassoon\nsassou\nsassy\nsastre\nsastri\nsastrowardoyo\nsastry\nsasuke\nsat\nsat0\nsata\nsatam\nsatan\nsatana\nsatang\nsatangs\nsatanic\nsatanism\nsatanist\nsatanists\nsatara\nsatavahana\nsatavahanas\nsatay\nsatchel\nsatcom\nsatcon\nsate\nsated\nsatelindo\nsatelit\nsatelite\nsatellite\nsatellite-based\nsatellite-tv\nsatellites\nsateras\nsates\nsatguru\nsather\nsathya\nsati\nsatie\nsatin\nsatire\nsatires\nsatiric\nsatirical\nsatirically\nsatirised\nsatirist\nsatirists\nsatirize\nsatirized\nsatirizes\nsatirizing\nsatis\nsatisfaction\nsatisfactorily\nsatisfactory\nsatisfiability\nsatisfiable\nsatisfied\nsatisfies\nsatisfy\nsatisfying\nsatish\nsatisified\nsativa\nsatmar\nsato\nsatomi\nsatori\nsatoru\nsatoshi\nsatrap\nsatraps\nsatrapy\nsatriani\nsats\nsatsang\nsatsu\nsatsuki\nsatsuma\nsattar\nsattel\nsattler\nsatu\nsatullo\nsaturate\nsaturated\nsaturation\nsaturday\nsaturday-sunday\nsaturdays\nsaturn\nsaturnalia\nsaturnian\nsaturnino\nsaturninus\nsatya\nsatyagraha\nsatyajit\nsatyam\nsatyanarayana\nsatyr\nsatyricon\nsatyrs\nsau\nsauber\nsauce\nsaucedo\nsaucer\nsaucers\nsauces\nsaucy\nsaud\nsaudade\nsaudargas\nsaudi\nsaudi-based\nsaudi-owned\nsaudia\nsaudis\nsauer\nsauerkraut\nsauerland\nsaugeen\nsaugus\nsauk\nsaul\nsaulat\nsaule0\nsaules\nsauli\nsaulius\nsaulnier\nsaulo\nsault\nsaumarez\nsaumur\nsauna\nsaunas\nsaunatec\nsaunders\nsaunderson\nsaunier\nsauniere\nsaur\nsaura\nsaurashtra\nsaurav\nsaurer\nsaurian\nsauron\nsauropod\nsauropods\nsaurus\nsausage\nsausages\nsausalito\nsaussure\nsauteed\nsauter\nsautter\nsauvage\nsauve\nsauveur\nsauvignon\nsaux\nsav\nsava\nsavadove\nsavage\nsavaged\nsavagely\nsavagery\nsavages\nsavaiko\nsavak\nsavalas\nsavang\nsavanna\nsavannah\nsavannah-chatham\nsavannahs\nsavannas\nsavant\nsavants\nsavard\nsavarese\nsavarkar\nsavary\nsavas\nsavatage\nsavate\nsave\nsaved\nsaver\nsaverio\nsavers\nsavery\nsaves\nsavic\nsavicevic\nsavigny\nsavile\nsaville\nsavimbi\nsavin\nsaving\nsavings\nsavini\nsavino\nsavio\nsavior\nsaviour\nsavitri\nsavitsky\nsavo\nsavoia\nsavoie\nsavola\nsavoldelli\nsavon\nsavona\nsavonarola\nsavonia\nsavory\nsavour\nsavoured\nsavouring\nsavoury\nsavoy\nsavoyard\nsavvas\nsavvy\nsaw\nsaw-ginned\nsawa\nsawai\nsawamatsu\nsawan\nsaward\nsawatzky\nsawdust\nsawed\nsawfish\nsawgrass\nsawing\nsawmill\nsawmills\nsawn\nsaws\nsawtek\nsawtooth\nsawyer\nsax\nsaxby\nsaxe\nsaxena\nsaxo\nsaxon\nsaxons\nsaxony\nsaxony-anhalt\nsaxophone\nsaxophones\nsaxophonist\nsaxophonists\nsaxton\nsay\nsaya\nsayaka\nsayansk\nsaybolt\nsaybrook\nsaye\nsayed\nsayegh\nsayenko\nsayer\nsayeret\nsayers\nsaygin\nsayid\nsaying\nsayings\nsayla\nsayle\nsayles\nsaylor\nsayn\nsayonara\nsayre\nsayreville\nsays\nsayuri\nsayyaf\nsayyed\nsayyid\nsazka\nsb\nsb0\nsba\nsbab\nsbb\nsbc\nsbcw\nsbcw=\nsbd\nsberbank\nsbf\nsbf0\nsbh\nsbi\nsbicap\nsbici\nsbis\nsbm\nsbma\nsbmp\nsbnsw\nsbo\nsbp\nsbp=\nsbpus\nsbr\nsbs\nsbs-agro\nsbs0\nsbsi\nsbt\nsbu\nsc\nsc&t\nsc.\nsc0\nsca\nscab\nscabbard\nscabby\nscabies\nscabs\nscac\nscada\nscafell\nscaffold\nscaffolding\nscaffolds\nscaggs\nscaglia\nscaife\nscala\nscalability\nscalable\nscalar\nscalars\nscalded\nscalding\nscale\nscale-down\nscale-up\nscaled\nscaled-down\nscales\nscalfaro\nscalia\nscaliger\nscaling\nscalise\nscallop\nscalloped\nscallops\nscally\nscalp\nscalped\nscalpel\nscalping\nscalps\nscaly\nscalzi\nscam\nscammer\nscammers\nscamp\nscams\nscan\nscana\nscancem\nscandal\nscandal-hit\nscandal-plagued\nscandal-ridden\nscandal-tainted\nscandalised\nscandalized\nscandalous\nscandals\nscandanavia\nscandinavia\nscandinavian\nscandinavians\nscandium\nscania\nscanian\nscanlan\nscanline\nscanlon\nscanned\nscanner\nscanners\nscanning\nscans\nscant\nscantily\nscanty\nscap\nscapa\nscape\nscapegoat\nscapegoats\nscapes\nscapula\nscapular\nscar\nscarab\nscaramanga\nscarborough\nscarce\nscarcely\nscarcity\nscardino\nscare\nscarecrow\nscared\nscaremongering\nscares\nscarf\nscarface\nscarfe\nscarfo\nscargill\nscariest\nscaring\nscarlatti\nscarlet\nscarlets\nscarlett\nscarp\nscarpa\nscarran\nscarrans\nscarred\nscarring\nscars\nscarsdale\nscart\nscarves\nscary\nscat\nscathing\nscatman\nscatological\nscatter\nscattered\nscattering\nscatters\nscavenge\nscavenged\nscavenger\nscavengers\nscavenging\nscb\nscc\nscca\nscd\nsce\nsceats\nsceaux\nsceco-east\nscees\nscenario\nscenarios\nscene\nscenery\nscenes\nscenic\nscent\nscented\nscenting\nscents\nscepter\nsceptic\nsceptical\nsceptically\nscepticism\nsceptics\nsceptre\nscf\nscg\nsch\nschaal\nschacht\nschachter\nschade\nschadt\nschaefer\nschaeffer\nschaeffler\nschaeuble\nschafer\nschaff\nschaffer\nschaffhausen\nschaffner\nschaja\nschalk\nschalke\nschalken\nschalkwyk\nschaller\nschapiro\nscharf\nscharff\nscharia\nscharnhorst\nscharping\nschartner\nschatz\nschaub\nschaueble\nschaumburg\nschauspielhaus\nschawk\nschechter\nscheckter\nschecter\nschedule\nscheduled\nscheduler\nschedules\nscheduling\nschedulings\nscheele\nscheepbouwer\nscheer\nscheff\nscheffer\nscheherazade\nscheider\nscheidt\nschein\nscheiner\nscheldt\nschell\nschellenberg\nschelling\nschelly\nschema\nschemas\nschemata\nschematic\nschematics\nschembechler\nscheme\nscheme0june\nscheme0sept\nschemed\nschemer\nschemes\nscheming\nschempp\nschenck\nschenectady\nschengen\nschenk\nschenkel\nschenker\nschenker-rhenus\nschenley\nschenz\nscheppingen\nscher\nscherer\nschering\nschering-plough\nschermerhorn\nscherrer\nscherzinger\nscherzo\nschett\nscheuer\nscheuerle\nscheveningen\nschiaparelli\nschiavo\nschiavone\nschibetta\nschibevaag\nschick\nschickedanz\nschickele\nschieber\nschiedam\nschieder\nschieffer\nschiehallion\nschiele\nschiff\nschiffer\nschifferer\nschifrin\nschiller\nschilling\nschillinger\nschillings\nschimmel\nschindewolf\nschindler\nschinkel\nschinzler\nschioppa\nschiphol\nschipol\nschirmer\nschirra\nschism\nschismatic\nschisms\nschist\nschistosomiasis\nschists\nschizoid\nschizophrenia\nschizophrenic\nschladming\nschlafli\nschlafly\nschlager\nschlechter\nschlegel\nschleicher\nschleiermacher\nschlesinger\nschlessinger\nschleswig\nschleswig-holstein\nschleusser\nschley\nschleyer\nschlick\nschlieffen\nschliemann\nschlitz\nschlock\nschloegl\nschloss\nschlosser\nschlumberger\nschluter\nschmaedick\nschmalbach\nschmalbach-lubeca\nschmalkalden\nschmalkaldic\nschmeichel\nschmeling\nschmelz\nschmid\nschmidbauer\nschmidheiny\nschmidhuber\nschmidt\nschmidt-chiari\nschmidt-jortzig\nschmiedeknecht\nschmieder\nschmieding\nschmit\nschmitt\nschmitz\nschmuelling\nschnabel\nschnapps\nschnauzer\nschneersohn\nschneerson\nschneider\nschneier\nschnell\nschnittke\nschnittker\nschnitzer\nschnitzler\nschnyder\nschock\nschocken\nschoefisch\nschoen\nschoenbaum\nschoenberg\nschoenbohm\nschoene\nschoeneberg\nschoenfeld\nschofield\nschoharie\nschola\nscholar\nscholarly\nscholars\nscholarship\nscholarships\nscholastic\nscholastica\nscholasticism\nscholastics\nscholes\nscholia\nscholl\nscholten\nscholz\nschomberg\nschon\nschonberg\nschonborn\nschonbrunn\nschone\nschoneberg\nschool\nschool.\nschool.he\nschool.the\nschoolboy\nschoolboys\nschoolchildren\nschoolcraft\nschooldays\nschooled\nschooler\nschoolers\nschoolgirl\nschoolgirls\nschoolhouse\nschoolhouses\nschooling\nschoolman\nschoolmaster\nschoolmate\nschoolmates\nschoolroom\nschools\nschools.\nschools.he\nschoolteacher\nschoolteachers\nschoolwork\nschoolyard\nschooner\nschooners\nschoonmaker\nschopenhauer\nschopp\nschorderet\nschork\nschorling\nschorr\nschott\nschottenheimer\nschottenstein\nschottky\nschoute\nschouten\nschrader\nschramm\nschreck\nschreiber\nschreier\nschreiner\nschrempf\nschrempp\nschreyer\nschriften\nschroder\nschroders\nschrodinger\nschroeder\nschubert\nschuckardt\nschueren\nschuessel\nschuettler\nschuldiner\nschule\nschulenburg\nschuler\nschuller\nschulman\nschult\nschulte\nschulte-noelle\nschultz\nschultz-mccarthy\nschultze\nschulz\nschulze\nschumacher\nschuman\nschumann\nschumer\nschumpeter\nschunck\nschur\nschurz\nschussel\nschussler\nschuster\nschuszter\nschutte\nschutz\nschutzstaffel\nschuur\nschuyler\nschuylkill\nschwa\nschwab\nschwaben\nschwabisch\nschwaiger\nschwalier\nschwan\nschwanhold\nschwann\nschwantz\nschwarthoff\nschwartz\nschwartzman\nschwarz\nschwarz-schilling\nschwarzburg\nschwarze\nschwarzenberg\nschwarzenegger\nschwarzer\nschwarzkopf\nschwarzschild\nschwarzwald\nschwegmann\nschweinfurt\nschweitzer\nschweitzer-mauduit\nschweiz\nschweizer\nschweizerische\nschweizerischer\nschweppes\nschwerin\nschwimmer\nschwinger\nschwinn\nschwitters\nschwyz\nsci\nsci-fi\nsciandri\nsciatic\nsciatica\nscici\nsciclone\nscience\nscience-based\nscience-fiction\nsciences\nscientia\nscientific\nscientific-atlanta\nscientifically\nscientifics\nscientifique\nscientist\nscientists\nscientologist\nscientologists\nscientology\nscierski\nscifi\nscifo\nscilly\nscimitar\nscinax\nscincidae\nscindia\nscintillating\nscintillation\nscion\nscions\nscios\nscioscia\nscioto\nscipio\nscipione\nscirocco\nscissor\nscissorhands\nscissors\nscitex\nscituate\nsciuridae\nscl\nsclater\nsclc\nsclep\nsclera\nscleroderma\nsclerophyll\nsclerosis\nscm\nscn\nsco\nscobie\nscoff\nscoffed\nscoffield\nscoffs\nscofield\nscoil\nscola\nscolaire\nscolari\nscold\nscolded\nscolding\nscolds\nscoliosis\nscolopacidae\nscone\nscoobies\nscooby\nscools\nscoop\nscooped\nscooping\nscoops\nscooter\nscooters\nscope\nscoped\nscopes\nscoping\nscopolamine\nscops\nscopus\nscor\nscorch\nscorched\nscorching\nscore\nscoreboard\nscoreboards\nscorecard\nscorecards\nscored\nscoreless\nscoreline\nscorer\nscorers\nscores\nscoresby\nscoresheet\nscoria\nscoring\nscorn\nscorned\nscornful\nscorpia\nscorpio\nscorpion\nscorpions\nscorpius\nscorponok\nscorsese\nscot\nscotam\nscotch\nscotched\nscotia\nscotiabank\nscotiamcleod\nscotian\nscotland\nscotrail\nscots\nscotsman\nscotsmen\nscotstoun\nscott\nscotti\nscottie\nscottish\nscottish-based\nscotto\nscotts\nscottsboro\nscottsdale\nscottsville\nscotty\nscotus\nscoundrel\nscoundrels\nscour\nscoured\nscourge\nscouring\nscouse\nscout\nscouted\nscouter\nscouters\nscouting\nscoutmaster\nscouts\nscoville\nscow\nscp\nscpie\nscpn\nscr\nscr0\nscrabble\nscram\nscramble\nscrambled\nscrambler\nscrambles\nscrambling\nscramjet\nscranton\nscranton/wilkes\nscrap\nscrapbook\nscrapbooks\nscrape\nscraped\nscraper\nscrapers\nscrapes\nscrapie\nscraping\nscrapped\nscrapper\nscrapping\nscrappy\nscraps\nscrapt\nscrapyard\nscratch\nscratched\nscratches\nscratching\nscratchy\nscrawled\nscream\nscreamed\nscreamer\nscreamers\nscreamin\nscreaming\nscreamo\nscreams\nscree\nscreech\nscreeching\nscreen\nscreen-based\nscreened\nscreening\nscreenings\nscreenplay\nscreenplays\nscreens\nscreensaver\nscreenshot\nscreenshots\nscreenwriter\nscreenwriters\nscreenwriting\nscreven\nscrew\nscrewball\nscrewdriver\nscrewed\nscrewing\nscrewjob\nscrews\nscriabin\nscriba\nscribal\nscribble\nscribbled\nscribe\nscribes\nscribner\nscrigno\nscrimmage\nscrin\nscrip\nscripless\nscripps\nscrips\nscript\nscripted\nscripter\nscripting\nscriptores\nscriptorium\nscripts\nscriptura\nscriptural\nscripture\nscriptures\nscriptwriter\nscriptwriters\nscriptwriting\nscrivener\nscroll\nscrolled\nscroller\nscrolling\nscrolls\nscrooge\nscrope\nscrophulariaceae\nscrotum\nscrub\nscrubbed\nscrubber\nscrubbers\nscrubbing\nscrubby\nscrubland\nscrubs\nscruffy\nscruggs\nscrum\nscrum-half\nscrumhalf\nscruples\nscrupulous\nscrupulously\nscrutator\nscrutinise\nscrutinised\nscrutinising\nscrutinize\nscrutinized\nscrutinizing\nscrutiny\nscrying\nscs\nscsi\nsct\nsctv\nscuba\nscud\nscudamore\nscudder\nscuderia\nscudetto\nscudi\nscuds\nscudworth\nscuffle\nscuffled\nscuffles\nscull\nsculley\nscullin\nsculling\nsculls\nscully\nsculpin\nsculpt\nsculpted\nsculpting\nsculptor\nsculptors\nsculptress\nsculptural\nsculpture\nsculptured\nsculptures\nsculthorpe\nscum\nscunthorpe\nscuola\nscupper\nscuppered\nscurried\nscurrilous\nscurry\nscurrying\nscurvy\nscutes\nscuttle\nscuttled\nscuttling\nscutum\nscuzz\nscyliorhinidae\nscylla\nscythe\nscythes\nscythia\nscythian\nscythians\nsd\nsd0\nsda\nsdak\nsdam\nsdap\nsdb\nsdbo\nsdc\nsde\nsdec\nsderot\nsdf\nsdf0\nsdfc\nsdh\nsdi\nsdk\nsdkfz\nsdl\nsdlp\nsdls\nsdm\nsdn\nsdo\nsdoe\nsdp\nsdr\nsdr0=0\nsdram\nsdrs\nsds\nsdsp\nsdss\nsdsu\nsdtv\nsdu\nse\nse-banken\nse0\nse0en\nsea\nsea''\nsea-air\nsea-change\nsea-going\nsea-land\nsea-me-we\nsea-northwest\nseab\nseabed\nseabee\nseabees\nseabird\nseabirds\nseabiscuit\nseaboard\nseaborg\nseaborn\nseaborne\nseabrook\nseabury\nseachange\nseacoast\nseacole\nseacor\nseacrest\nseadragon\nseafarer\nseafarers\nseafaring\nseafield\nseafirst\nseafloor\nseafood\nseafoods\nseaford\nseafort\nseaforth\nseafreight\nseafresh\nseafront\nseagal\nseagate\nseager\nseagoing\nseagoville\nseagram\nseagrass\nseagull\nseagulls\nseah\nseaham\nseahawk\nseahawks\nseahorse\nseahorses\nseal\nsealab\nsealand\nsealant\nsealants\nsealdah\nseale\nsealed\nsealer\nsealers\nsealift\nsealing\nsealink\nsealion\nseals\nsealy\nseam\nseaman\nseamanship\nseamen\nseamer\nseamers\nseamico\nseamless\nseamlessly\nseamount\nseamounts\nseams\nseamstress\nseamus\nsean\nseanad\nseance\nseances\nseanchan\nseaplane\nseaplanes\nseaport\nseaports\nseapower\nseaq\nseaquest\nsear\nsearch\nsearchable\nsearched\nsearcher\nsearchers\nsearches\nsearching\nsearchlight\nsearchlights\nsearcy\nseardel\nsearing\nsearle\nsearles\nsears\nseas\nseascape\nseascapes\nseashell\nseashells\nseashore\nseaside\nseasiders\nseason\nseason'''\nseason-ending\nseason-high\nseason-opening\nseason.\nseasonable\nseasonably\nseasonal\nseasonality\nseasonally\nseasonally-adjusted\nseasonals\nseasoned\nseasongood\nseasoning\nseasonings\nseasons\nseat\nseatbelt\nseatbelts\nseated\nseater\nseaters\nseatex\nseating\nseatl\nseato\nseaton\nseatrans\nseats\nseattle\nseattle-based\nseattle-northwest\nseaver\nseaview\nseawall\nseaward\nseawater\nseaway\nseaweed\nseaweeds\nseawell\nseawolf\nseaworld\nseaworthiness\nseaworthy\nseay\nseb\nseba\nsebaceous\nsebadoh\nsebald\nsebastian\nsebastianelli\nsebastiani\nsebastiano\nsebastiao\nsebastien\nsebastopol\nsebelius\nsebes\nsebi\nsebold\nsebring\nsebs\nsebulba\nsebum\nsec\nsec'ties\nsec(0)0\nsec.\nseca\nsecam\nsecant\nsecaucus\nsecco\nseccombe\nsecd\nsecede\nseceded\nseceding\nsecession\nsecessionist\nsecessionists\nsecesyjny\nsechaba\nsechnaill\nseci\nsecluded\nseclusion\nseco\nsecofi\nsecom\nsecombe\nsecond\nsecond-\nsecond-best\nsecond-biggest\nsecond-class\nsecond-day\nsecond-degree\nsecond-fastest\nsecond-floor\nsecond-generation\nsecond-guess\nsecond-half\nsecond-hand\nsecond-highest\nsecond-in-command\nsecond-largest\nsecond-leg\nsecond-line\nsecond-liner\nsecond-liners\nsecond-longest\nsecond-month\nsecond-most\nsecond-period\nsecond-place\nsecond-placed\nsecond-position\nsecond-quarter\nsecond-ranked\nsecond-ranking\nsecond-rate\nsecond-round\nsecond-seeded\nsecond-stage\nsecond-string\nsecond-term\nsecond-tier\nsecond-year\nsecondaire\nsecondaries\nsecondarily\nsecondary\nseconded\nsecondhand\nsecondhand-smoke\nsecondliners\nsecondly\nsecondment\nsecondo\nseconds\nsecord\nsecours\nsecrecy\nsecret\nsecretan\nsecretaria\nsecretarial\nsecretariat\nsecretaries\nsecretario\nsecretary\nsecretary-\nsecretary-general\nsecretary-treasurer\nsecrete\nsecreted\nsecretes\nsecreting\nsecretion\nsecretions\nsecretive\nsecretly\nsecreto\nsecretory\nsecrets\nsecs\nsect\nsectarian\nsectarianism\nsecteur\nsection\nsectional\nsectioned\nsections\nsector\nsector-by-sector\nsector-wide\nsectoral\nsectors\nsects\nsecu\nsecular\nsecular-minded\nsecularisation\nsecularised\nsecularism\nsecularist\nsecularists\nsecularization\nsecularized\nsecunda\nsecunderabad\nsecundum\nsecundus\nsecura\nsecure\nsecured\nsecurely\nsecures\nsecuri\nsecuricor\nsecurindo\nsecuring\nsecuritas\nsecuritate\nsecurite\nsecurites\nsecurities\nsecurities-aug\nsecurities-feb\nsecurities-jan\nsecurities-july\nsecurities-june\nsecurities-may\nsecuritisation\nsecuritise\nsecuritised\nsecuritising\nsecuritization\nsecuritizations\nsecuritize\nsecuritized\nsecurity\nsecurity-connecticut\nsecurity-related\nsecurties\nsecurum\nsed\nseda\nsedai\nsedaka\nsedalia\nsedan\nsedans\nsedaris\nsedat\nsedate\nsedated\nsedation\nsedative\nsedatives\nsedbergh\nseddon\nsede\nsedentary\nseder\nsedge\nsedgefield\nsedgemoor\nsedges\nsedgley\nsedgwick\nsediment\nsedimentary\nsedimentation\nsediments\nsedis\nsedition\nseditious\nsedna\nsedona\nsedov\nsedra\nseduce\nseduced\nseducer\nseduces\nseducing\nseduction\nseductive\nseductress\nsee\nsee-saw\nsee-sawed\nsee-sawing\nseeadler\nseeboard\nseed\nseeded\nseeding\nseedings\nseedless\nseedling\nseedlings\nseedorf\nseeds\nseedy\nseeger\nseehofer\nseeing\nseek\nseeker\nseekers\nseeking\nseekonk\nseeks\nseele\nseeley\nseely\nseem\nseema\nseemed\nseeming\nseemingly\nseems\nseen\nseep\nseepage\nseeped\nseeping\nseeps\nseer\nseers\nsees\nseesaw\nseesawed\nseesawing\nseether\nseething\nsef\nsefalana\nsefer\nsefton\nseg\nsega\nsegal\nsegamat\nsegar\nsegara\nsegas\nsegeberg\nseger\nsegers\nsegesta\nsegev\nsegment\nsegmental\nsegmentation\nsegmented\nsegments\nsegni\nsegolene\nsegou\nsegovia\nsegrave\nsegre\nsegregate\nsegregated\nsegregating\nsegregation\nsegregationist\nsegue\nsegued\nsegues\nsegui\nseguin\nsegunda\nsegundo\nsegur\nsegura\nseguridad\nseguros\nsegway\nseh\nsehgal\nsehwag\nsei\nsei-\nseibel\nseibels\nseibert\nseibu\nseid\nseide\nseidel\nseidenberg\nseiders\nseidman\nseifert\nseigaku\nseige\nseigenthaler\nseigneur\nseigneurial\nseigneury\nseigniory\nseiji\nseika\nseikaly\nseikan\nseiken\nseiki\nseiko\nseiler\nseilliere\nseimas\nseimei\nseimitsu\nsein\nseina\nseine\nseinen\nseiner\nseinfeld\nseing\nseino\nseiran\nseiren\nseiroku\nseis\nseisakusho\nseishiro\nseismic\nseismically\nseismological\nseismologist\nseismologists\nseismology\nseita\nseitel\nseitz\nseiu\nseiuchin\nseixas\nseiya\nseiyaku\nseiyu\nseiyuu\nseize\nseized\nseizes\nseizing\nseizinger\nseizure\nseizures\nsejahtera\nsejanus\nsejati\nsejm\nsejny\nsejong\nsek\nseka\nsekai\nsekely\nsekhmet\nseki\nsekigahara\nsekine\nsekisui\nsekiwa\nsekiwake\nsekiyu\nseko\nsekolah\nsekou\nsekt\nsektor\nsekula\nsekuritas\nsel\nsela\nselah\nselander\nselangor\nselanne\nselassie\nselat-\nselatan\nselberg\nselborne\nselby\nseldane\nselden\nseldom\nseldon\nsele\nselect\nselecta\nselectable\nselected\nselecting\nselection\nselections\nselective\nselectively\nselectivity\nselectman\nselectmen\nselector\nselectors\nselectric\nselects\nselena\nselene\nselenia\nselenide\nselenium\nselenographic\nseles\nseletar\nseleucia\nseleucid\nseleucids\nseleucus\nseleznyov\nself\nself-\nself-administered\nself-appointed\nself-censorship\nself-confessed\nself-confidence\nself-confident\nself-contained\nself-declared\nself-defence\nself-described\nself-destruct\nself-determination\nself-effacing\nself-employed\nself-employment\nself-esteem\nself-exiled\nself-financed\nself-financing\nself-fulfilling\nself-governing\nself-government\nself-help\nself-immolation\nself-imposed\nself-incrimination\nself-inflicted\nself-insured\nself-interest\nself-led\nself-made\nself-managed\nself-proclaimed\nself-propelled\nself-regulating\nself-regulation\nself-regulatory\nself-reliance\nself-reliant\nself-rescue\nself-restraint\nself-rule\nself-ruled\nself-serve\nself-service\nself-serving\nself-styled\nself-sufficiency\nself-sufficient\nself-supporting\nself-sustainable\nself-sustaining\nself-tender\nselfcare\nselfish\nselfishness\nselfix\nselfless\nselflessly\nselflessness\nselfridge\nselfridges\nselhurst\nselic\nselig\nseligman\nseliko\nselim\nselin\nselina\nselinsgrove\nseljuk\nseljuks\nseljuq\nselke\nselkirk\nsell\nsell-by\nsell-down\nsell-off\nsell-offs\nsell-out\nsell-side\nsell-stop\nsell-stops\nsell-through\nsella\nsellafield\nselland\nsellars\nselldown\nselleck\nseller\nsellers\nsellier\nselling\nselloff\nselloffs\nsellout\nsells\nselly\nselma\nselman\nselmer\nselo\nselon\nselonda\nselous\nselsey\nseltzer\nselva\nselves\nselwood\nselwyn\nselz\nselznick\nsem\nsema\nsemaine\nsemana\nsemanario\nsemantic\nsemantically\nsemantics\nsemapa\nsemaphore\nsemarang\nsembawang\nsembcorp\nsembilan\nsemblance\nsemdex\nsemele\nsemen\nsemenov\nsemerdjieva\nsemesta\nsemester\nsemesters\nsemestre\nsemi\nsemi-\nsemi-ann\nsemi-annual\nsemi-annually\nsemi-arid\nsemi-automatic\nsemi-autonomous\nsemi-conductor\nsemi-conductors\nsemi-final\nsemi-finals\nsemi-finished\nsemi-government\nsemi-governmental\nsemi-manufactured\nsemi-official\nsemi-refined\nsemi-soft\nsemi-state\nsemi-submersible\nsemi-tech\nsemiannual\nsemiannually\nsemiarid\nsemiautomatic\nsemicha\nsemicircle\nsemicircular\nsemicolon\nsemicon\nsemiconductor\nsemiconductor-related\nsemiconductors\nsemien\nsemifinal\nsemifinalist\nsemifinalists\nsemifinals\nsemigroup\nseminaire\nseminal\nseminar\nseminarian\nseminarians\nseminaries\nseminario\nseminars\nseminary\nsemini\nseminole\nseminoles\nsemiotic\nsemiotics\nsemiramis\nsemirara\nsemiregular\nsemis\nsemisimple\nsemite\nsemites\nsemitic\nsemitism\nsemitone\nsemitones\nsemmelweis\nsemmering\nsemmes\nsemolina\nsemor\nsempati\nsemper\nsemperit\nsempervirens\nsempill\nsemple\nsempre\nsempronius\nsemtex\nsemyon\nsemyonov\nsen\nsen.\nsena\nsenan\nsenanayake\nsenang\nsenat\nsenate\nsenator\nsenatorial\nsenators\nsenatus\nsend\nsend-off\nsendai\nsendak\nsender\nsenders\nsending\nsending-off\nsending/receiving\nsendmail\nsendov\nsends\nsendzimir\nsendzimira\nseneca\nsenecio\nsenegal\nsenegalese\nsener\nsenescence\nseneschal\nsenetek\nseneviratne\nseng\nsenghor\nsengkang\nsengoku\nsengupta\nsenhora\nseni\nseniat\nsenile\nsenility\nsenior\nsenior-level\nseniority\nseniors\nsenj\nsenkaku\nsenkakus\nsenko\nsenkul\nsenlis\nsenna\nsennacherib\nsennar\nsennett\nsenor\nsenora\nsens\nsensation\nsensational\nsensationalism\nsensationalist\nsensationalistic\nsensationalized\nsensationally\nsensations\nsense\nsensed\nsensei\nsenseless\nsensenbrenner\nsenses\nsensex\nsenshi\nsenshu\nsensibilities\nsensibility\nsensible\nsensibly\nsensing\nsensitive\nsensitively\nsensitivities\nsensitivity\nsensitization\nsensitized\nsensor\nsensormatic\nsensors\nsensory\nsensu\nsensual\nsensuality\nsensui\nsensuous\nsent\nsenta\nsentai\nsentance\nsentence\nsentenced\nsentences\nsentencing\nsenter\nsentience\nsentient\nsentiment\nsentiment-driven\nsentimental\nsentimentality\nsentiments\nsentinal\nsentinel\nsentinels\nsentosa\nsentra\nsentrachem\nsentral\nsentries\nsentron\nsentry\nsentul\nsenufo\nsenusret\nsenussi\nsenza\nseo\nseok\nseon\nseong\nseongnam\nseonjo\nseoul\nseoul-based\nseoulbank\nseow\nsep\nsep)*00\nsep-nov\nsep.\nsep0\nsepals\nsepang\nsepap\nseparable\nseparate\nseparated\nseparately\nseparates\nseparating\nseparation\nseparations\nseparatism\nseparatist\nseparatists\nseparator\nseparators\nsepember\nseperate\nseperately\nsepetiba\nsephardi\nsephardic\nsephardim\nsephia\nsephiroth\nsepi\nsepia\nsepik\nsepoct\nsepoy\nsepoys\nsepp\nseppa\nseppala\nseppanen\nseppo\nseppuku\nsepracor\nsepsis\nsept\nsept'0\nsept--rev\nsept-nov\nsept.\nsept0\nsepta\nseptal\nseptember\nseptember-december\nseptember-october\nseptember/october\nseptembre\nseptet\nseptic\nsepticemia\nseptim\nseptimal\nseptimania\nseptimius\nseptimus\nsepts\nseptuagint\nseptum\nsepulchral\nsepulchre\nsepultura\nsepulveda\nseq\nseq.\nsequa\nsequana\nsequeira\nsequel\nsequels\nsequence\nsequenced\nsequencer\nsequencers\nsequences\nsequencing\nsequent\nsequential\nsequentially\nsequester\nsequestered\nsequestration\nsequestrators\nsequins\nsequitur\nsequoia\nsequoyah\nsequus\nser\nsera\nserafin\nserafina\nserafinowicz\nseragen\nseraglio\nseraiki\nseraikis\nserail\nserait\nserajul\nserampore\nserangoon\nseraph\nseraphim\nserapis\nseras\nseraya\nserb\nserb-controlled\nserb-held\nserb-run\nserban\nserbanescu\nserbia\nserbian\nserbian-led\nserbians\nserbo\nserbs\nserc\nserco\nserdar\nsere\nseremban\nserena\nserenade\nserenades\nserendipity\nserene\nserengeti\nserenissima\nserenity\nsereno\nserevent\nserevi\nserey\nserf\nserfdom\nserfin\nserfs\nserge\nsergeant\nsergeants\nsergei\nsergej\nsergey\nsergeyev\nsergi\nsergio\nsergipe\nsergius\nserguei\nserhiy\nseri\nseria\nserial\nserialised\nserialism\nserializability\nserialization\nserialized\nserially\nserials\nsericulture\nserie\nseries\nseries.\nserif\nserifs\nserine\nserio\nserious\nseriously\nseriousness\nserizawa\nserj\nserjeant\nserjeants\nserkin\nserkis\nserling\nsermet\nsermon\nsermons\nserna\nsernatinger\nserological\nserology\nseront\nserota\nserotonergic\nserotonin\nserotype\nserotypes\nserous\nserov\nseroxat\nserpa\nserpent\nserpentine\nserpentor\nserpents\nserpico\nserpiente\nserra\nserrana\nserrano\nserrata\nserrate\nserrated\nserrations\nserravalle\nserre\nserres\nserri\nsersi\nsertao\nsertorius\nsertraline\nseru\nserum\nserv\nserv-tech\nservais\nserval\nservant\nservants\nserve\nserve-and-volley\nserved\nservent\nserver\nserver-based\nservers\nserves\nservet\nservette\nservetus\nservgro\nservi\nservia\nservice\nservice-oriented\nservice-producing\nservice-sector\nservice.\nserviceability\nserviceable\nserviced\nserviceman\nservicemaster\nservicemembers\nservicemen\nservicer\nservices\nservices0\nservicing\nservicio\nservicios\nservico\nservicos\nservier\nservile\nservilia\nservilius\nserving\nservings\nservite\nservitude\nservius\nservlet\nservo\nservos\nserzh\nses\nsesa\nsesame\nsesay\nsesc\nsesdaq\nsese\nseselj\nsesia\nsesotho\nsesquicentennial\nsesshomaru\nsessile\nsession\nsessions\nsestak\nsesto\nsestriere\nset\nset-aside\nset-back\nset-piece\nset-pieces\nset-top\nset-up\nset0\nseta\nsetae\nsetanta\nsetback\nsetbacks\nsete\nseth\nsethi\nseti\nsetlist\nsetlists\nseto\nseton\nsets\nsetsuna\nsett\nsettat\nsetter\nsetters\nsetting\nsetting-up\nsettings\nsettle\nsettled\nsettlement\nsettlements\nsettlemnts\nsettler\nsettlers\nsettles\nsettling\nsettlment\nsettlor\nsettsu\nsetubal\nsetup\nsetups\nsetuza\nsetzer\nseu\nseung\nseung-soo\nseurat\nseuss\nsev\nseva\nsevan\nsevastopol\nseve\nsevel\nseven\nseven-\nseven-and-a-half\nseven-contract\nseven-counter\nseven-day\nseven-eleven\nseven-game\nseven-hitter\nseven-hour\nseven-man\nseven-match\nseven-member\nseven-minute\nseven-month\nseven-month-old\nseven-nation\nseven-party\nseven-percent\nseven-plus\nseven-point\nseven-run\nseven-session\nseven-share\nseven-state\nseven-under-par\nseven-up\nseven-week\nseven-wicket\nseven-year\nseven-year-old\nseven-years\nsevendust\nsevenfold\nsevenoaks\nsevens\nseventeen\nseventeenth\nseventh\nseventh-inning\nseventh-largest\nseventh-seeded\nseventies\nseventieth\nseventy\nseventy-five\nseventy-seven\nseventy-three\nseventy-two\nsever\nseveral\nseverance\nsevere\nsevered\nseverely\nseverian\nseveriano\nseverin\nsevering\nseverino\nseverinsen\nseverity\nseverly\nsevern\nsevero\nseveroc\nseveroceska\nseveroceske\nseveromoravska\nsevers\nseversky\nseverus\nsevices\nsevier\nsevierville\nsevigne\nsevigny\nsevilla\nsevillana\nseville\nsevket\nsevodnya\nsevres\nsew\nsewa\nsewage\nsewall\nsewanee\nseward\nsewed\nsewell\nsewer\nsewerage\nsewers\nsewickley\nsewing\nsewn\nsewon\nsewu\nsex\nsexbomb\nsexed\nsexes\nsexier\nsexiest\nsexism\nsexist\nsexologist\nsexology\nsexploitation\nsexsmith\nsextant\nsextet\nsexton\nsextus\nsexual\nsexuality\nsexualized\nsexually\nsexually-abused\nsexwale\nsexy\nseyang\nseychelles\nseydlitz\nseyfert\nseylan\nseymore\nseymour\nseyon\nseyyed\nsez\nsf\nsf0\nsfa\nsfakianakis\nsfas\nsfax\nsfaxien\nsfb\nsfbt\nsfc\nsfe\nsfeb\nsfeir\nsff\nsfi\nsfio\nsfl\nsfo\nsfor\nsforza\nsfp\nsfr\nsfr--\nsfry\nsfs\nsfsr\nsfu\nsfx\nsg\nsg&a\nsg0\nsga\nsgb\nsgc\nsgd\nsge\nsggb\nsgh\nsgi\nsgl\nsgm\nsgml\nsgp\nsgps\nsgs\nsgs-thomson\nsgst\nsgt\nsgt.\nsgurr\nsgz\nsh\nsh0\nsha\nsha0\nshaaban\nshaamit\nshaan\nshaanxi\nshaar\nshaara\nshaath\nshab.\nshaba\nshabak\nshabana\nshabazz\nshabbat\nshabby\nshabdurasulov\nshabunda\nshach\nshachtman\nshack\nshackelford\nshackle\nshackled\nshackleford\nshackles\nshackleton\nshacks\nshad\nshada\nshadab\nshaddaa\nshaddam\nshade\nshaded\nshader\nshaders\nshades\nshading\nshadinov\nshado\nshadow\nshadowcat\nshadowclan\nshadowed\nshadowing\nshadowlands\nshadowman\nshadowpact\nshadowrun\nshadows\nshadowy\nshadrach\nshadwell\nshady\nshaef\nshaeffer\nshafer\nshaffer\nshafi\nshafi'i\nshafiq\nshafranik\nshaft\nshafter\nshaftesbury\nshafts\nshag\nshagari\nshaggy\nshags\nshah\nshahab\nshahabuddin\nshahak\nshahar\nshahbaz\nshaheed\nshaheen\nshahi\nshahid\nshahin\nshahnameh\nshahnawaz\nshahor\nshahpur\nshahr\nshahravan\nshahrukh\nshahu\nshahzada\nshai\nshaiala\nshaibu\nshaif\nshaik\nshaiken\nshaikh\nshaimiyev\nshair\nshaiva\nshaivism\nshaivite\nshaka\nshakankiri\nshakas\nshake\nshake-out\nshake-up\nshake-ups\nshakedown\nshakeel\nshaken\nshakeout\nshaker\nshakers\nshakes\nshakespeare\nshakespearean\nshakespearian\nshakeup\nshakey\nshakhrai\nshakhtar\nshaki\nshakil\nshakin\nshaking\nshakir\nshakira\nshaklee\nshako\nshakopee\nshakthi\nshakti\nshaku\nshakuhachi\nshakuntala\nshakur\nshaky\nshakyamuni\nshalal-esa\nshalala\nshale\nshales\nshalhoub\nshalikashvili\nshalimar\nshalini\nshalit\nshalita\nshall\nshallah\nshallow\nshallower\nshallowly\nshallowness\nshallows\nshalmaneser\nshalom\nshalt\nshalung\nshalya\nsham\nshama\nshamal\nshaman\nshamanic\nshamanism\nshamanistic\nshamans\nshamash\nshamata\nshambhala\nshambles\nshame\nshamed\nshameful\nshameless\nshamelessly\nshami\nshamil\nshamin\nshamir\nshamisen\nshammai\nshamokin\nshampoo\nshampoos\nshamrock\nshamrocks\nshams\nshamshad\nshamsher\nshamsuddin\nshamus\nshamuyarira\nshan\nshan-chung\nshana\nshanahan\nshand\nshandling\nshandong\nshandwick\nshandy\nshane\nshang\nshangdong\nshanghai\nshanghai-based\nshanghai-born\nshanghai-listed\nshanghainese\nshangling\nshango\nshangri\nshangri-la\nshani\nshania\nshanil\nshank\nshankar\nshankara\nshankaracharya\nshanker\nshankill\nshanklin\nshankly\nshanks\nshanley\nshanmugam\nshanna\nshannara\nshannon\nshanti\nshanties\nshantis\nshantou\nshanty\nshantytown\nshantytowns\nshanxi\nshao\nshaolin\nshaoqi\nshap\nshape\nshaped\nshapely\nshaper\nshapers\nshapes\nshapeshift\nshapeshifter\nshapeshifters\nshapeshifting\nshaping\nshapira\nshapiro\nshapley\nshaposhnikov\nshapur\nshaq\nshaqir\nshaquille\nshar\nshara\nsharad\nsharada\nsharaf\nsharan\nsharansky\nsharapova\nsharat\nshard\nsharda\nshards\nshare\nshare(0\nshare*\nshare-based\nshare-holding\nshare-out\nshare-price\nshare-swap\nsharecropper\nsharecroppers\nsharecropping\nshared\nsharedalal\nsharedealings\nshareef\nshareholder\nshareholders\nshareholding\nshareholdings\nsharemarket\nshareout\nshareowner\nshareowners\nsharepoint\nsharer\nshares\nshares-for-loans\nshares_______________________________________\nsharetsky\nshareware\nshari\nshari'a\nsharia\nshariah\nshariat\nsharief\nsharif\nsharing\nsharjah\nshark\nshark-class\nsharkey\nsharkinas\nsharking\nsharks\nsharky\nsharm\nsharma\nsharman\nsharmila\nsharon\nsharona\nsharp\nsharpay\nsharpe\nsharpen\nsharpened\nsharpening\nsharpens\nsharper\nsharper-than-expected\nsharpest\nsharpeville\nsharpie\nsharples\nsharpless\nsharply\nsharpness\nsharps\nsharpsburg\nsharpshooter\nsharpshooters\nsharpstown\nsharpton\nsharptooth\nsharrol\nshars\nshartsis\nshas\nshashi\nshashikala\nshasta\nshastra\nshastri\nshatalov\nshatin\nshatkin\nshatner\nshatt\nshatter\nshattered\nshattering\nshatters\nshatterstar\nshattuck\nshau\nshaughnessy\nshaukat\nshaul\nshaun\nshauna\nshave\nshaved\nshaven\nshaven-headed\nshaver\nshavers\nshaves\nshaving\nshavings\nshavuot\nshaw\nshawangunk\nshawano\nshawcross\nshawinigan\nshawl\nshawls\nshawm\nshawn\nshawnee\nshawnees\nshaws\nshawshank\nshaxson\nshay\nshaybah\nshaye\nshayera\nshaykh\nshayne\nshays\nshazam\nshc\nshchedrov\nshe\nshe'an\nshea\nsheaf\nsheahan\nshean\nshear\nsheard\nsheared\nshearer\nshearers\nshearing\nshearman\nshears\nshearson\nshearwater\nshearwaters\nsheasby\nsheath\nsheathed\nsheathing\nsheaths\nsheaves\nsheba\nshebaa\nsheboygan\nshechem\nshed\nshedd\nshedding\nshediac\nsheds\nsheduled\nshee\nsheeda\nsheedy\nsheehan\nsheehy\nsheela\nsheen\nsheena\nsheep\nsheepdog\nsheepherders\nsheepmeat\nsheepshead\nsheepskin\nsheer\nsheerness\nsheet\nsheeting\nsheetmetal\nsheets\nsheffer\nsheffield\nshefford\nshego\nshehhi\nshehri\nshehu\nsheik\nsheikh\nsheikhh\nsheikhs\nsheikhupura\nsheiks\nsheila\nshek\nshekel\nshekel-basket\nshekels\nshekem\nshekhar\nshekhawat\nshekhawati\nshekou\nshel\nshelbourne\nshelburne\nshelby\nshelbyville\nsheldahl\nsheldon\nsheldrake\nshelf\nshelford\nshell\nshell-shocked\nshellac\nshelled\nshelley\nshellfire\nshellfish\nshelling\nshells\nshelly\nshels\nshelter\nsheltered\nsheltering\nshelters\nshelton\nshelve\nshelved\nshelves\nshelving\nshem\nshema\nshemesh\nshemeta\nshemp\nshen\nshenandoah\nshenango\nshenanigans\nshenbao\nshendu\nshenfield\nsheng\nshengli\nshenhua\nshenley\nshenlong\nshenmue\nshenouda\nshenton\nshenyang\nshenyin\nshenzhen\nshenzhen-based\nshenzhen-listed\nshenzhou\nsheol\nshep\nshepard\nshephard\nshepherd\nshepherded\nshepherdess\nshepherding\nshepherds\nshepherdson\nshepherdstown\nshepley\nshepp\nsheppard\nshepparton\nshepperd\nshepperton\nsheppey\nshepton\nsher\nsheraton\nsherbet\nsherborne\nsherbrooke\nsherburn\nsherburne\nsherds\nshere\nsheremet\nsheremetyevo\nsheri\nsheridan\nsherif\nsheriff\nsheriffs\nsherifi\nsheringham\nsherinian\nsherlock\nsherlund\nsherman\nshermans\nshermer\nsherpa\nsherpas\nsherri\nsherrie\nsherriff\nsherrill\nsherritt\nsherrod\nsherry\nshervani\nsherwin\nsherwin-williams\nsherwin-wlm\nsherwood\nsheryl\nshetland\nshetlands\nshetty\nsheu\nsheung\nsheva\nshevardnadze\nshevchenko\nshewa\nshewhart\nshex\nshg\nshh\nshi\nshi'a\nshi'ar\nshi'as\nshi'i\nshi'ite\nshi'ites\nshi-ting\nshia\nshias\nshiatsu\nshiawassee\nshiba\nshibarghan\nshibata\nshibaura\nshibboleth\nshibe\nshibuya\nshido\nshied\nshiel\nshield\nshielded\nshielding\nshields\nshiels\nshies\nshift\nshifted\nshifter\nshifters\nshifting\nshifts\nshifty\nshiga\nshigehara\nshigeki\nshigeo\nshigeru\nshigure\nshigyo\nshih\nshihab\nshihad\nshihan\nshiho\nshiina\nshiite\nshiites\nshiji\nshijiazhuang\nshik\nshikai\nshikari\nshikellamy\nshiki\nshikigami\nshikizai\nshikoku\nshikon\nshildon\nshill\nshillelagh\nshilling\nshillings\nshillong\nshilo\nshiloh\nshilowa\nshilpa\nshilton\nshim\nshima\nshimabara\nshimada\nshimane\nshimano\nshimazaki\nshimazu\nshimbun\nshimer\nshimin\nshimizu\nshimla\nshimmer\nshimmering\nshimmy\nshimoda\nshimoga\nshimogori\nshimomura\nshimon\nshimonoseki\nshimpei\nshimura\nshin\nshin-etsu\nshina\nshinagawa\nshinano\nshinawatra\nshinc\nshincliffe\nshinde\nshindig\nshindo\nshindongbang\nshine\nshined\nshiner\nshines\nshing\nshingen\nshingle\nshingles\nshingo\nshingon\nshinhan\nshinhwa\nshinichi\nshinichiro\nshinigami\nshining\nshinji\nshinjuku\nshinkansen\nshinken\nshinkin\nshinko\nshinn\nshinnecock\nshinnik\nshinnok\nshino\nshinobi\nshinobu\nshinoda\nshinozuka\nshinpan\nshinra\nshinran\nshinri\nshinrikyo\nshins\nshinsengumi\nshinshinto\nshinshu\nshintaro\nshinto\nshintom\nshinty\nshinui\nshinwa\nshiny\nshinya\nshinyo\nshinzo\nshion\nshionogi\nshiori\nship\nshipboard\nshipbroker\nshipbrokers\nshipbuilder\nshipbuilders\nshipbuilding\nshipholding\nshiping\nshipka\nshipley\nshipmair\nshipman\nshipmates\nshipment\nshipments\nshipmentsdec\nshipmentsjan\nshipmnts\nshipowner\nshipowners\nshipp\nshipped\nshippen\nshippensburg\nshipper\nshippers\nshipping\nshiprepair\nships\nshipsales\nshipton\nshipwreck\nshipwrecked\nshipwrecks\nshipwright\nshipwrights\nshipyard\nshipyards\nshir\nshira\nshiraishi\nshirakawa\nshiranui\nshiraz\nshirazi\nshirdi\nshire\nshirer\nshires\nshiri\nshirin\nshirk\nshirkuh\nshirley\nshiro\nshiromani\nshirou\nshirt\nshirtcliffe\nshirtless\nshirts\nshirvan\nshirvington\nshiryo\nshiryu\nshiseido\nshishio\nshishya\nshit\nshiv\nshiva\nshivaji\nshiver\nshivering\nshivers\nshivnarine\nshivpuri\nshizuka\nshizuoka\nshizuru\nshk\nshkele\nshkoder\nshkumbini\nshl\nshlomo\nshmona\nshmuel\nsho\nshoah\nshoaib\nshoal\nshoalhaven\nshoals\nshochu\nshock\nshocked\nshocker\nshockey\nshocking\nshockingly\nshockley\nshocks\nshockwave\nshockwaves\nshod\nshodan\nshoddy\nshodown\nshoe\nshoebox\nshoegaze\nshoegazing\nshoei\nshoelaces\nshoeless\nshoemaker\nshoemakers\nshoes\nshoeshine\nshoesource\nshoestring\nshofar\nshogakukan\nshoghi\nshogi\nshogo\nshogun\nshogunal\nshogunate\nshoguns\nshohei\nshoichi\nshoichiro\nshoigu\nshoji\nshojo\nshokai\nshokan\nshokhin\nshoki\nshoko\nshokochukin\nshokubai\nshokuhin\nshola\nsholom\nshomali\nshoman\nshomron\nshona\nshonan\nshone\nshonekan\nshonen\nshoney\nshoo\nshook\nshoop\nshoot\nshoot-out\nshoot-outs\nshooter\nshooters\nshooting\nshootings\nshooto\nshootout\nshootouts\nshoots\nshop\nshophouses\nshopkeeper\nshopkeepers\nshopko\nshoplifter\nshoplifting\nshopowner\nshopowners\nshoppe\nshopped\nshopper\nshoppers\nshoppes\nshopping\nshoppingtown\nshoprite\nshops\nshor\nshore\nshorea\nshorebirds\nshored\nshoreditch\nshoredits\nshoreham\nshoreline\nshorelines\nshores\nshorewood\nshorin\nshoring\nshorn\nshorrock\nshort\nshort-\nshort-changed\nshort-course\nshort-covering\nshort-dated\nshort-end\nshort-handed\nshort-haul\nshort-leg\nshort-list\nshort-listed\nshort-lived\nshort-positions\nshort-range\nshort-run\nshort-sellers\nshort-selling\nshort-sighted\nshort-squeeze\nshort-squeezing\nshort-term\nshort-termism\nshort-time\nshort-wave\nshortage\nshortages\nshortcake\nshortcoming\nshortcomings\nshortcovering\nshortcut\nshortcuts\nshorted\nshorten\nshortened\nshortening\nshortens\nshorter\nshorter-dated\nshorter-term\nshortest\nshortfall\nshortfalls\nshorthair\nshorthand\nshorthanded\nshorting\nshortland\nshortline\nshortlist\nshortlisted\nshortlists\nshortlived\nshortly\nshortness\nshortridge\nshorts\nshortsighted\nshortstop\nshortstops\nshortwave\nshorty\nshosha\nshoshanna\nshoshenq\nshoshone\nshoshu\nshostakovich\nshot\nshota\nshoten\nshotgun\nshotguns\nshoto\nshotokan\nshots\nshotton\nshotts\nshou\nshougang\nshoujo\nshoul\nshould\nshoulder\nshoulder-fired\nshouldered\nshouldering\nshoulders\nshoup\nshout\nshoutcast\nshouted\nshouting\nshouts\nshove\nshoved\nshovel\nshovels\nshoves\nshoving\nshow\nshowa\nshowalter\nshowband\nshowbiz\nshowboat\nshowbusiness\nshowcase\nshowcase-betting\nshowcase-pen\nshowcased\nshowcases\nshowcasing\nshowdown\nshowed\nshower\nshowered\nshowering\nshowers\nshowgirl\nshowgirls\nshowground\nshowgrounds\nshowing\nshowings\nshowlist\nshowlists\nshowman\nshowmanship\nshowmen\nshown\nshowpiece\nshowpla\nshowplace\nshowroom\nshowrooms\nshows\nshowscan\nshowtime\nshowy\nshp\nshpek\nshqaqi\nshqiponja\nshqiptare\nshr\nshran\nshrank\nshrapnel\nshravan\nshre\nshreck\nshred\nshredded\nshredder\nshredding\nshreds\nshree\nshrek\nshrem\nshrestha\nshreve\nshreveport\nshrew\nshrewd\nshrewdly\nshrews\nshrewsbury\nshreyas\nshri\nshriek\nshrieking\nshrieks\nshrift\nshrike\nshrikes\nshrill\nshrimp\nshrimps\nshrine\nshriner\nshriners\nshrines\nshrink\nshrinkage\nshrinking\nshrinks\nshriram\nshriteh\nshriver\nshroff\nshrontz\nshropshire\nshroud\nshrouded\nshrouding\nshrouds\nshrove\nshroyer\nshrs\nshrt\nshrub\nshrub-covered\nshrubbery\nshrubby\nshrubland\nshrublands\nshrubs\nshrug\nshrugged\nshrugging\nshrugs\nshrunk\nshrunken\nshruti\nshs\nshtetl\nshtokavian\nshtyrov\nshu\nshuaiba\nshuang\nshuar\nshub\nshubailat\nshubert\nshubik\nshuck\nshudder\nshudders\nshudras\nshue\nshueisha\nshuffle\nshuffled\nshuffles\nshuffling\nshug\nshugart\nshugden\nshugo\nshugrue\nshui\nshuichi\nshuisky\nshuja\nshujaat\nshujalpur\nshuji\nshujinko\nshukeyev\nshukhov\nshukla\nshukshin\nshul\nshula\nshulchan\nshuler\nshulgin\nshulman\nshultz\nshum\nshuman\nshumen\nshumer\nshumway\nshun\nshung\nshunned\nshunning\nshunpei\nshuns\nshunt\nshunted\nshunter\nshunters\nshunting\nshunts\nshura\nshure\nshurei\nshurgard\nshuri\nshuriken\nshusaku\nshusei\nshusha\nshushkevich\nshuster\nshuswap\nshut\nshut-down\nshut-in\nshutdown\nshutdowns\nshute\nshutout\nshutouts\nshuts\nshutter\nshuttered\nshutters\nshutting\nshuttle\nshuttle-mir\nshuttlecock\nshuttlecraft\nshuttled\nshuttlepod\nshuttles\nshuttleworth\nshuttling\nshuvalov\nshuya\nshuzo\nshv\nshvedsky\nshw\nshwe\nshy\nshyam\nshyamalan\nshying\nshylock\nshyness\nsi\nsia\nsiab\nsiachen\nsiad\nsiak\nsial\nsialkot\nsiam\nsiamese\nsian\nsiang\nsiauliai\nsiauliu\nsiazon\nsib\nsibeka\nsibelius\nsibenik\nsiberia\nsiberian\nsiberry\nsibi\nsibia\nsibierski\nsibilant\nsibirskaya\nsibiu\nsibley\nsibling\nsiblings\nsibneft\nsibolga\nsibon\nsibu\nsibuyan\nsibyl\nsibylla\nsibylline\nsic\nsica\nsicard\nsicav\nsich\nsicherheitsdienst\nsichuan\nsicilia\nsicilian\nsicilians\nsicilies\nsicily\nsick\nsick-pay\nsickbay\nsickened\nsickening\nsicker\nsickert\nsickle\nsickles\nsickly\nsickness\nsicom\nsicor\nsiculus\nsicyon\nsid\nsid'ahmed\nsida\nsidanko\nsidbi\nsidcup\nsiddeley\nsiddha\nsiddhanta\nsiddharth\nsiddhartha\nsiddhi\nsiddiqi\nsiddique\nsiddiqui\nsiddons\nsiddur\nside\nside-by-side\nside-effect\nside-effects\nside-stepped\nsidearm\nsideband\nsidebar\nsidebottom\nsideburns\nsidecar\nsidecars\nsideco\nsided\nsidek\nsidekick\nsidekicks\nsidel\nsideline\nsidelined\nsidelines\nsidelining\nsideman\nsidemen\nsider\nsiderar\nsiderca\nsidereal\nsiders\nsiderurgica\nsides\nsideshow\nsidestep\nsidestepped\nsidestepping\nsidesteps\nsideswipe\nsidetrack\nsidetracked\nsidewalk\nsidewalks\nsidewall\nsidewalls\nsideways\nsidewinder\nsidewinders\nsidex\nsidgwick\nsidhe\nsidhu\nsidi\nsidia\nsiding\nsidings\nsidious\nsidmar\nsidmouth\nsidney\nsido\nsidon\nsidonia\nsidonius\nsidor\nsidorov\nsidot\nsidoti\nsidra\nsids\nsidwell\nsie\nsiebe\nsiebel\nsieben\nsiebert\nsiebold\nsiecle\nsiedlungs-und\nsieg\nsiege\nsieged\nsiegel\nsiegelman\nsiegen\nsieges\nsiegfried\nsiegler\nsiegmund\nsiel\nsiem\nsiemens\nsiemerink\nsiemiatkowski\nsiempre\nsiena\nsienese\nsienkiewicz\nsienna\nsierad\nsierpinski\nsierra\nsierras\nsiesta\nsietco\nsiete\nsieur\nsieve\nsievers\nsievert\nsieves\nsiew\nsiezed\nsif\nsifca\nsifford\nsifo\nsifra\nsifre\nsift\nsifted\nsifting\nsifton\nsifu\nsig\nsigcau\nsigebert\nsigeco\nsigel\nsiggraph\nsigh\nsighed\nsighet\nsighs\nsight\nsighted\nsighting\nsightings\nsights\nsightseeing\nsightseers\nsigil\nsigint\nsigismondo\nsigismund\nsigit\nsigler\nsiglo\nsigma\nsigma-aldrich\nsigmar\nsigmaringen\nsigmatron\nsigmoid\nsigmund\nsign\nsign-up\nsignage\nsignal\nsignaled\nsignaling\nsignalized\nsignalled\nsignalling\nsignalman\nsignals\nsignatories\nsignatory\nsignature\nsignatures\nsignaux\nsigne\nsigned\nsigner\nsigners\nsignet\nsignficant\nsignficantly\nsignificance\nsignificant\nsignificantly\nsignification\nsignified\nsignifier\nsignifies\nsignify\nsignifying\nsigning\nsignings\nsignode\nsignor\nsignori\nsignoria\nsignpost\nsignposted\nsignposts\nsigns\nsignum\nsignup\nsigny\nsigourney\nsigrid\nsigsworth\nsigtuna\nsigue\nsigur\nsigurd\nsigurdsson\nsihanouk\nsihanoukville\nsii\nsiim\nsiiman\nsiimann\nsik\nsika\nsikandar\nsikander\nsikar\nsikes\nsikh\nsikhism\nsikhs\nsikkim\nsikora\nsikorski\nsikorsky\nsikri\nsikuru\nsil\nsil-gold\nsila\nsilage\nsilajdzic\nsilantiev\nsilas\nsilat\nsilber\nsilberman\nsilbermann\nsilberstein\nsilchar\nsilcorp\nsildenafil\nsilence\nsilenced\nsilencer\nsilencers\nsilences\nsilencing\nsilencio\nsilene\nsilent\nsilently\nsilenus\nsiler\nsiles\nsilesia\nsilesian\nsiletz\nsilgan\nsilguy\nsilha\nsilhouette\nsilhouetted\nsilhouettes\nsilica\nsilicate\nsilicates\nsiliceous\nsilicon\nsilicone\nsilicosis\nsiliguri\nsilik\nsilistra\nsilius\nsilja\nsilk\nsilkair\nsilke\nsilkeborg\nsilked\nsilken\nsilking\nsilks\nsilkworm\nsilkworms\nsilky\nsill\nsilla\nsillago\nsiller\nsilliman\nsilliness\nsills\nsilly\nsilmaril\nsilmarillion\nsilmarils\nsilmeria\nsilmet\nsilo\nsiloam\nsilopi\nsilos\nsilpa-archa\nsilt\nsiltation\nsilted\nsiltek\nsilting\nsiltstone\nsilty\nsilurian\nsilurians\nsiluriformes\nsilva\nsilvan\nsilvana\nsilvanesti\nsilvani\nsilvanus\nsilveira\nsilver\nsilver-gold\nsilver-haired\nsilver0\nsilverado\nsilverbacks\nsilverberg\nsilverbolt\nsilverchair\nsilverdale\nsilverdome\nsilvered\nsilverio\nsilverlight\nsilverlink\nsilverman\nsilvermane\nsilvermines\nsilvers\nsilverside\nsilversmith\nsilversmiths\nsilverstein\nsilverstone\nsilverstream\nsilverton\nsilvertown\nsilverware\nsilverwood\nsilvery\nsilvester\nsilvestre\nsilvestri\nsilvestro\nsilvia\nsilvio\nsim\nsima\nsimac\nsimao\nsimard\nsimba\nsimbolon\nsimca\nsimcha\nsimcity\nsimco\nsimcoe\nsimd\nsime\nsimec\nsimenon\nsimeon\nsimeone\nsimerini\nsimes\nsimex\nsimferopol\nsimi\nsimian\nsimic\nsimilar\nsimilar-sized\nsimilarities\nsimilarity\nsimilarly\nsimile\nsimiles\nsimiliar\nsimilkameen\nsimitis\nsimla\nsimm\nsimmer\nsimmered\nsimmering\nsimmers\nsimmonds\nsimmons\nsimms\nsimo\nsimon\nsimona\nsimonds\nsimone\nsimoni\nsimonides\nsimons\nsimonsen\nsimonson\nsimony\nsimonyi\nsimoun\nsimpkins\nsimple\nsimpler\nsimplest\nsimpleton\nsimplex\nsimplicial\nsimplicio\nsimplicity\nsimplicius\nsimplification\nsimplifications\nsimplified\nsimplifies\nsimplify\nsimplifying\nsimplistic\nsimplon\nsimplot\nsimply\nsimpson\nsimpsons\nsimran\nsims\nsimsbury\nsimsmetal\nsimson\nsimula\nsimulacrum\nsimulate\nsimulated\nsimulates\nsimulating\nsimulation\nsimulations\nsimulator\nsimulators\nsimulcast\nsimulcasted\nsimulcasting\nsimulcasts\nsimulcrypt\nsimultaneity\nsimultaneous\nsimultaneously\nsimutenkov\nsin\nsina\nsinai\nsinaloa\nsinan\nsinar\nsinar-\nsinatra\nsinbad\nsincan\nsince\nsincere\nsincerely\nsincerity\nsinclair\nsinclaire\nsind\nsindar\nsindarin\nsindel\nsinden\nsindh\nsindhi\nsindhia\nsindhis\nsindhu\nsindi\nsindicato\nsindri\nsine\nsinead\nsinecure\nsinensis\nsines\nsinestro\nsinew\nsinfonia\nsinfonica\nsinfonietta\nsinful\nsing\nsing.\nsinga\nsingapore\nsingapore-based\nsingapore-japan\nsingapore-listed\nsingapore.newsroom@reuters.com\nsingaporean\nsingaporeans\nsinged\nsinger\nsinger/actress\nsinger/guitarist\nsinger/songwriter\nsinger/songwriters\nsingers\nsinggih\nsingh\nsingha\nsinghania\nsinghvi\nsingin\nsinging\nsingirok\nsingkil\nsingle\nsingle-\nsingle-a\nsingle-a-minus\nsingle-b\nsingle-chamber\nsingle-currency\nsingle-day\nsingle-digit\nsingle-engine\nsingle-family\nsingle-handed\nsingle-handedly\nsingle-member\nsingle-minded\nsingle-party\nsingle-price\nsingle-seat\nsingle-storey\nsingled\nsinglehandedly\nsingles\nsinglet\nsingletary\nsingleton\nsingling\nsinglish\nsingly\nsings\nsingson\nsingspiel\nsingstar\nsingtel\nsingular\nsingularities\nsingularity\nsingularly\nsinh\nsinha\nsinhala\nsinhalese\nsinica\nsiniora\nsinisa\nsinise\nsinister\nsinistra\nsink\nsinker\nsinkhole\nsinkholes\nsinking\nsinkings\nsinkler\nsinks\nsinless\nsinmun\nsinn\nsinned\nsinner\nsinners\nsinnoh\nsinnott\nsino\nsino-american\nsino-australian\nsino-british\nsino-foreign\nsino-french\nsino-japanese\nsino-russian\nsino-u.s.\nsinochem\nsinologist\nsinopac\nsinope\nsinopec\nsinophil\nsinotrans\nsins\nsint\nsint-truiden\nsinter\nsintercast\nsintered\nsintering\nsinterklaas\nsinton\nsintra\nsinuous\nsinus\nsinuses\nsinusitis\nsinusoidal\nsinyavsky\nsio\nsiobhan\nsiochana\nsioen\nsiofok\nsiol\nsion\nsioned\nsiouan\nsioux\nsiouxsie\nsiow\nsip\nsipa\nsipah-i-sahaba\nsipe\nsipef\nsiphon\nsiphoned\nsiphoning\nsipovac\nsipowicz\nsipping\nsipple\nsippy\nsipri\nsips\nsiptu\nsiqueiros\nsir\nsir0\nsir0cv\nsira\nsiradovic\nsiraj\nsire\nsired\nsiren\nsirena\nsirenia\nsirens\nsires\nsiret\nsirhan\nsiri\nsirion\nsirius\nsirivudh\nsirk\nsirkka\nsirloin\nsirmium\nsirna\nsirnak\nsiro\nsirocco\nsirohi\nsirri\nsirrom\nsirte\nsirti\nsiryn\nsis\nsisa\nsisak\nsisaket\nsisal\nsiscomex\nsise\nsisi\nsiskel\nsiskin\nsiskiyou\nsisko\nsisler\nsismi\nsison\nsisqo\nsissel\nsissi\nsissoko\nsisson\nsissy\nsista\nsistan\nsistani\nsistem\nsistema\nsistemi\nsister\nsister-in-law\nsisterhood\nsisters\nsistership\nsistine\nsisto\nsisu\nsisyphus\nsit\nsit-down\nsit-in\nsita\nsitanyi\nsitar\nsitara\nsitaram\nsitca\nsitch\nsitcom\nsitcoms\nsite\nsited\nsitek\nsitel\nsites\nsitges\nsith\nsithe\nsithole\nsiti\nsiting\nsitio\nsitiveni\nsitix\nsitka\nsitra\nsits\nsittard\nsitter\nsitters\nsittin\nsitting\nsittingbourne\nsittings\nsittler\nsitu\nsituate\nsituated\nsituation\nsituational\nsituationist\nsituations\nsitubondo\nsitur\nsitus\nsitutation\nsitution\nsitwell\nsiu\nsiu-fung\nsiura\nsiv\nsiva\nsivaganga\nsivaji\nsivan\nsivana\nsivananda\nsivas\nsive\nsivensa\nsivertsen\nsiviglia\nsiwa\nsiwiec\nsix\nsix-\nsix-a-side\nsix-and-a-half\nsix-contract\nsix-day\nsix-day-old\nsix-figure\nsix-fold\nsix-foot\nsix-game\nsix-hitter\nsix-hour\nsix-inch\nsix-man\nsix-match\nsix-member\nsix-mile\nsix-minute\nsix-month\nsix-month-old\nsix-monthly\nsix-months\nsix-mth\nsix-nation\nsix-page\nsix-party\nsix-percent\nsix-point\nsix-row\nsix-run\nsix-seven\nsix-state\nsix-storey\nsix-team\nsix-test\nsix-time\nsix-times\nsix-to-one\nsix-to0\nsix-tonne\nsix-under\nsix-under-par\nsix-week\nsix-week-old\nsix-wheeled\nsix-wicket\nsix-year\nsix-year-old\nsixers\nsixes\nsixpence\nsixshot\nsixt\nsixteen\nsixteenth\nsixteenths\nsixth\nsixth-inning\nsixth-largest\nsixth-placed\nsixth-ranked\nsixth-seeded\nsixths\nsixties\nsixtieth\nsixto\nsixtus\nsixty\nsixty-eight\nsixty-five\nsixty-one\nsixty-seven\nsixty-six\nsixty-two\nsixx\nsizable\nsizarail\nsize\nsize--pct\nsize=\nsize=0\nsizeable\nsized\nsizemore\nsizes\nsizing\nsizov\nsizwe\nsizzla\nsizzle\nsizzler\nsizzling\nsj\nsjaelland\nsjan\nsjc\nsjeng\nsjoberg\nsjogren\nsjoland\nsk\nsk0\nska\nskaardal\nskadavy\nskadden\nskagen\nskagerrak\nskaggs\nskagit\nskagway\nskaife\nskala\nskala-coop\nskald\nskaldi\nskaldic\nskaldskaparmal\nskalicky\nskammelsrud\nskanda\nskanderbeg\nskandia\nskandinaviska\nskane\nskaneateles\nskank\nskansen\nskanska\nskara\nskard\nskardu\nskarloey\nskaro\nskase\nskat\nskate\nskateboard\nskateboarder\nskateboarders\nskateboarding\nskateboards\nskated\nskatepark\nskater\nskaters\nskates\nskating\nskating-world\nskaven\nskaw\nskaw-cape\nskaw-p\nskaw-passero\nskb\nskd\nskeena\nskeet\nskeeter\nskeets\nskeffington\nskegness\nskegro\nskeid\nskein\nskeith\nskeletal\nskeleton\nskeletons\nskeletor\nskelleftea\nskellerup\nskelley\nskelly\nskelmersdale\nskelter\nskelton\nskender\nskenderbeu\nskene\nskeptic\nskeptical\nskepticism\nskeptics\nskerries\nskerry\nsket\nsketch\nsketchbook\nsketchbooks\nsketched\nsketches\nsketching\nsketchy\nskew\nskewed\nskewer\nskewered\nskewers\nskewing\nskf\nskg\nskhirat\nski\nskid\nskiddaw\nskidded\nskidding\nskidmore\nskids\nskied\nskien\nskier\nskiers\nskies\nskiff\nskiffle\nskiing\nskiing-alphand\nskiing-men\nskiing-profile\nskiing-results\nskiing-tomba\nskiing-wiberg\nskiing-women\nskiing-world\nskikda\nskiles\nskilful\nskilfully\nskill\nskilled\nskillet\nskillful\nskillfully\nskilling\nskills\nskim\nskimmed\nskimmer\nskimmers\nskimming\nskimpy\nskin\nskin-on\nskincare\nskinhead\nskinheads\nskink\nskinks\nskinn\nskinned\nskinner\nskinners\nskinning\nskinny\nskins\nskip\nskipjack\nskipped\nskipper\nskippered\nskippers\nskipping\nskippy\nskips\nskipton\nskirmish\nskirmished\nskirmishers\nskirmishes\nskirmishing\nskirt\nskirted\nskirting\nskirtings\nskirts\nskis\nskit\nskits\nskittish\nskittles\nskk\nsklar\nsklyarov\nskm\nsknd\nsko\nskoda\nskofin\nskog\nskogindustrier\nskokie\nskold\nskole\nskolem\nskolian\nskolnick\nskonto\nskool\nskop\nskopje\nskorea\nskorzeny\nskowhegan\nskp\nskr\nskreb\nskrela\nskrull\nskrulls\nsks\nskua\nskuas\nskuld\nskule\nskulker\nskull\nskullcap\nskulls\nskunk\nskunks\nskuratov\nskw\nsky\nsky-high\nsky-rocketing\nskybox\nskyclan\nskydive\nskydiver\nskydivers\nskydiving\nskydome\nskye\nskyed\nskyepharma\nskyfire\nskyhawk\nskyhawks\nskyhook\nskyhooks\nskylab\nskylar\nskylark\nskylight\nskylights\nskyline\nskymaster\nskynet\nskynyrd\nskype\nskyraider\nskyrocket\nskyrocketed\nskyrocketing\nskyscraper\nskyscrapers\nskyteam\nskytel\nskytrain\nskywalk\nskywalker\nskyward\nskywarp\nskyway\nskyways\nskywest\nsl\nsl0\nsla\nslaanesh\nslab\nslabodka\nslabs\nslack\nslacken\nslackened\nslackening\nslacker\nslackers\nslacks\nslackware\nslade\nsladek\nsladen\nslag\nslaheddine\nslain\nslaine\nslalom\nslaloms\nslam\nslamdance\nslamet\nslammed\nslammer\nslamming\nslammiversary\nslams\nslander\nslandered\nslandering\nslanderous\nslane\nslaney\nslang\nslanging\nslant\nslanted\nslanting\nslap\nslapp\nslapped\nslapping\nslappy\nslaps\nslapshot\nslapstick\nslash\nslashdot\nslashed\nslasher\nslashes\nslashing\nslask\nslaski\nslat\nslate\nslated\nslater\nslates\nslatina\nslatkin\nslaton\nslats\nslattery\nslaty\nslaughter\nslaughtered\nslaughterhouse\nslaughterhouses\nslaughtering\nslaughters\nslav\nslava\nslave\nslaveholders\nslaven\nslaver\nslavers\nslavery\nslaves\nslavia\nslavic\nslavin\nslaving\nslavisa\nslavishly\nslavko\nslavneft\nslavomir\nslavonia\nslavonian\nslavonic\nslavonski\nslavs\nslavyani\nslawomir\nslay\nslayer\nslayers\nslaying\nslayings\nslays\nslayton\nslb\nslbm\nslc\nslcted\nsld\nsle\nsleaford\nsleat\nsleater\nsleaze\nsleazy\nsled\nsledding\nsledge\nsledgehammer\nsledges\nsledging\nsleds\nsleek\nsleeker\nsleeman\nsleep\nsleeper\nsleepers\nsleepiness\nsleeping\nsleepless\nsleepover\nsleeps\nsleepwalker\nsleepwalking\nsleepy\nsleet\nsleeve\nsleeved\nsleeveless\nsleeves\nsleigh\nsleight\nsleightholme\nsleiman\nsleipner\nsleipnir\nslender\nslept\nsleuth\nslew\nslezak\nslf\nslfp\nslg\nslgs\nsli\nsliabh\nslice\nsliced\nslicer\nslices\nslicing\nslick\nslicker\nslickers\nslicks\nslid\nslide\nslidell\nslider\nsliders\nslides\nslideshow\nsliding\nsliema\nslieve\nslifer\nslighlty\nslighly\nslight\nslighted\nslightest\nslightly\nslighty\nsligo\nsligos\nslim\nslime\nslimmed\nslimmed-down\nslimmer\nslimmest\nslimming\nslims\nslimy\nslindon\nsling\nslinger\nslingers\nslinging\nslings\nslingsby\nslingshot\nslinky\nslint\nslip\nslip-up\nslipcase\nslipknot\nslippage\nslippages\nslipped\nslipper\nslippers\nslippery\nslipping\nslippy\nslips\nslipstream\nslipway\nslit\nslite\nslitheen\nslither\nslithered\nslits\nslitting\nsliven\nsliver\nslivers\nslk\nslm\nslma\nslo\nsloan\nsloan-kettering\nsloane\nsloat\nslob\nsloboda\nslobodan\nslobodna\nslocan\nslocum\nslog\nslogan\nslogans\nslonim\nsloop\nsloops\nslop\nslope\nsloped\nslopes\nsloping\nsloppy\nslorc\nsloss\nslot\nslota\nsloth\nsloths\nslots\nslott\nslotted\nslotting\nslouch\nslough\nsloughs\nslovak\nslovakia\nslovakian\nslovakofarma\nslovaks\nslovan\nslovene\nslovenes\nslovenia\nslovenian\nslovenians\nslovenska\nslovenske\nslovnaft\nslovo\nslow\nslow-down\nslow-growing\nslow-growth\nslow-moving\nslowdown\nslowdowns\nslowed\nslower\nslower-than-expected\nslowest\nslowing\nslowly\nslowness\nslows\nslp\nslpa\nslpp\nslr\nslrs\nsls\nslsdec\nslt\nslu\nslubice\nsludge\nslug\nslugged\nslugger\nsluggers\nslugging\nsluggish\nsluggishly\nsluggishness\nslugs\nsluice\nsluices\nslum\nsluman\nslumber\nslumbering\nslump\nslumped\nslumping\nslumps\nslums\nslung\nslupsk\nslur\nslurred\nslurry\nslurs\nslush\nslut\nslutskaya\nslx\nsly\nslyly\nslytherin\nsm\nsm0\nsma\nsmack\nsmackdown\nsmacked\nsmacking\nsmacks\nsmail\nsmaland\nsmale\nsmall\nsmall-\nsmall-business\nsmall-cap\nsmall-capitalisation\nsmall-capitalised\nsmall-capitalization\nsmall-caps\nsmall-company\nsmall-investor\nsmall-lot\nsmall-scale\nsmall-sized\nsmall-time\nsmall-town\nsmallcap\nsmaller\nsmaller-cap\nsmaller-than-expected\nsmallest\nsmalley\nsmallholder\nsmallholders\nsmallish\nsmallmouth\nsmallness\nsmallpox\nsmalls\nsmalltalk\nsmalltown\nsmallville\nsmallwood\nsmaltz\nsmar\nsmart\nsmart-card\nsmartalk\nsmartcard\nsmartcards\nsmarter\nsmartest\nsmarth\nsmarties\nsmarting\nsmartly\nsmartone\nsmartphone\nsmartphones\nsmarts\nsmartsuite\nsmarty\nsmash\nsmashed\nsmasher\nsmashes\nsmashing\nsmattering\nsmaug\nsmb\nsmbat\nsmc\nsme\nsmear\nsmeared\nsmearing\nsmears\nsmeaton\nsmederevo\nsmederevska\nsmedley\nsmedvig\nsmeets\nsmeha\nsmell\nsmelled\nsmelling\nsmells\nsmelly\nsmelt\nsmelted\nsmelter\nsmelters\nsmelting\nsmenkhkare\nsmerdon\nsmerek\nsmersh\nsmes\nsmet\nsmetana\nsmethwick\nsmf\nsmg\nsmh\nsmi\nsmic\nsmicer\nsmidgen\nsmif\nsmifs\nsmigly\nsmile\nsmiled\nsmiles\nsmiley\nsmiling\nsmilodon\nsmirnoff\nsmirnov\nsmirnova\nsmit\nsmita\nsmith\nsmithburg\nsmithee\nsmithereens\nsmithers\nsmithfield\nsmithkline\nsmiths\nsmithson\nsmithsonian\nsmithtown\nsmithville\nsmithy\nsmits\nsmitten\nsmitty\nsmk\nsmkr\nsml\nsmmt\nsmock\nsmog\nsmog-forming\nsmoke\nsmoke-free\nsmokebox\nsmoked\nsmokehouse\nsmokeless\nsmoker\nsmokers\nsmokes\nsmokescreen\nsmokestack\nsmokestacks\nsmokey\nsmokies\nsmokin\nsmoking\nsmoking-related\nsmoky\nsmoldering\nsmolensk\nsmollett\nsmoltz\nsmoot\nsmooth\nsmoothbore\nsmoothe\nsmoothed\nsmoother\nsmoothie\nsmoothies\nsmoothing\nsmoothly\nsmoothness\nsmooths\nsmorgasbord\nsmorgon\nsmother\nsmothered\nsmothering\nsmothers\nsmouldering\nsmp\nsmpte\nsmr\nsmr0\nsmriti\nsmrt\nsms\nsmsp\nsmt\nsmtp\nsmu\nsmucker\nsmudge\nsmug\nsmuggle\nsmuggled\nsmuggler\nsmugglers\nsmuggles\nsmuggling\nsmurf\nsmurfit\nsmurfs\nsmut\nsmutny\nsmuts\nsmw\nsmyrna\nsmyslov\nsmyth\nsmythe\nsn\nsn0\nsna\nsnack\nsnacks\nsnaefell\nsnaffle\nsnafu\nsnag\nsnagfa\nsnagged\nsnags\nsnaige\nsnail\nsnails\nsnake\nsnakebite\nsnaked\nsnakehead\nsnakeheads\nsnakes\nsnakeskin\nsnaking\nsnam\nsnamprogetti\nsnap\nsnap-on\nsnape\nsnapped\nsnapper\nsnappers\nsnapping\nsnapple\nsnappy\nsnaps\nsnapshot\nsnapshots\nsnare\nsnared\nsnares\nsnark\nsnarl\nsnarled\nsnarling\nsnarls\nsnatch\nsnatched\nsnatcher\nsnatchers\nsnatches\nsnatching\nsnb\nsnc\nsnc-lavalin\nsncb\nsncc\nsncf\nsncfr\nsnead\nsneak\nsneaked\nsneaker\nsneakers\nsneaking\nsneaks\nsneaky\nsnecma\nsnedden\nsneddon\nsneed\nsneeze\nsneezes\nsneezing\nsnegur\nsneh\nsneha\nsnelgrove\nsnell\nsnelling\nsnellville\nsnes\nsnet\nsnetterton\nsnf\nsngs.rts\nsni\nsnia\nsnickers\nsnicket\nsnide\nsnider\nsniff\nsniffed\nsniffer\nsniffing\nsnip\nsnipe\nsniped\nsniper\nsnipers\nsnipes\nsniping\nsnippet\nsnippets\nsnitch\nsnitsky\nsnively\nsnk\nsnl\nsnm\nsnmp\nsno\nsnob\nsnobbery\nsnobbish\nsnobby\nsnodgrass\nsnoh\nsnohomish\nsnook\nsnooker\nsnoop\nsnooping\nsnoopy\nsnooty\nsnoqualmie\nsnoras\nsnoring\nsnorkel\nsnorkeling\nsnorkelling\nsnorna\nsnornas\nsnorre\nsnorri\nsnort\nsnorting\nsnot\nsnout\nsnouts\nsnow\nsnow-capped\nsnow-covered\nsnowball\nsnowballed\nsnowballing\nsnowballs\nsnowbird\nsnowboard\nsnowboarder\nsnowboarders\nsnowboarding\nsnowboards\nsnowbound\nsnowcocks\nsnowden\nsnowdon\nsnowdonia\nsnowdrifts\nsnowe\nsnowed\nsnowfall\nsnowfalls\nsnowflake\nsnowflakes\nsnowing\nsnowmaking\nsnowman\nsnowmass\nsnowmelt\nsnowmen\nsnowmobile\nsnowmobiles\nsnowmobiling\nsnowpack\nsnows\nsnowshoe\nsnowshoeing\nsnowshoes\nsnowstorm\nsnowstorms\nsnowy\nsnp\nsnpl\nsnps\nsnr\nsnrna\nsnrnas\nsns\nsnt\nsnu\nsnub\nsnubbed\nsnubbing\nsnubs\nsnuck\nsnuff\nsnuffed\nsnuffy\nsnug\nsnugly\nsnuka\nsnyder\nsnyman\nsnz\nso\nso)0\nso-called\nso-far\nso-so\nso0\nsoa\nsoak\nsoaked\nsoaking\nsoames\nsoane\nsoap\nsoapbox\nsoapnet\nsoaps\nsoapstone\nsoapy\nsoar\nsoared\nsoarers\nsoares\nsoaring\nsoars\nsoas\nsob\nsoba\nsobbed\nsobbing\nsobczak\nsobel\nsober\nsobering\nsoberon\nsobers\nsobeys\nsobhan\nsobhi\nsobhraj\nsobibor\nsobieski\nsobieslaw\nsobisek\nsobolev\nsobor\nsobota\nsobotka\nsobral\nsobre\nsobriety\nsobriquet\nsobs\nsoc\nsoc.\nsoc0\nsoca\nsocal\nsocalgas\nsocar\nsoccer\nsocceroo\nsocceroos\nsocdet\nsocgen\nsocgen-crosby\nsocha\nsochaux\nsochi\nsociable\nsocial\nsocial-democratic\nsociale\nsociales\nsocialise\nsocialising\nsocialism\nsocialisme\nsocialist\nsocialist-communist\nsocialist-dominated\nsocialist-led\nsocialista\nsocialiste\nsocialistic\nsocialists\nsocialite\nsocialites\nsocialization\nsocialize\nsocialized\nsocializing\nsocially\nsocially-minded\nsocially-owned\nsocials\nsociedad\nsociedade\nsocieta\nsocietal\nsocietas\nsociete\nsocietes\nsocieties\nsociety\nsocio\nsocio-economic\nsocio-political\nsociobiology\nsociocultural\nsocioeconomic\nsociolinguistic\nsociolinguistics\nsociological\nsociologist\nsociologists\nsociology\nsociopath\nsociopathic\nsociopolitical\nsocit\nsock\nsockers\nsocket\nsockets\nsockeye\nsocks\nsockwell\nsoco\nsocog\nsocol\nsocom\nsocorro\nsocotra\nsocrates\nsocratic\nsocs\nsod\nsoda\nsodak\nsodality\nsodan\nsodano\nsodas\nsodden\nsodefor\nsoderberg\nsoderbergh\nsoderlind\nsodermalm\nsodermanland\nsodertalje\nsodesucre\nsodexho\nsodi\nsodigraf\nsodium\nsodom\nsodomy\nsodor\nsodra\nsods\nsodus\nsoe\nsoedargo\nsoekarno\nsoekor\nsoelden\nsoen\nsoenderborg\nsoer\nsoeren\nsoerensen\nsoes\nsoest\nsoetoto\nsof\nsofa\nsofamor\nsofas\nsofer\nsofert\nsoffa\nsoffex\nsofia\nsofianski\nsofie\nsofinco\nsofitel\nsofofa\nsofres\nsoft\nsoft-drink\nsoft-drinks\nsoft-spoken\nsoftball\nsoftbank\nsoftcore\nsoftcover\nsoftdesk\nsoftdisk\nsoftech\nsoften\nsoftened\nsoftening\nsoftens\nsofter\nsofter-than-expected\nsoftest\nsoftkey\nsoftline\nsoftly\nsoftness\nsoftnet\nsofts\nsoftware\nsoftwood\nsoftworks\nsog\nsoga\nsogaris\nsogdian\nsogdiana\nsogecable\nsogefi\nsoggy\nsogn\nsogndal\nsogo\nsoh\nsohail\nsohaku\nsoham\nsohc\nsohma\nsohn\nsoho\nsohrab\nsoi\nsoifer\nsoil\nsoiled\nsoils\nsoilwork\nsoininen\nsoir\nsoiree\nsoissons\nsoit\nsojoud\nsojourn\nsojourner\nsok\nsoka\nsokaiya\nsokal\nsokar\nsoke\nsokka\nsoko\nsokol\nsokolov\nsokolovic\nsokolovska\nsokolow\nsokoto\nsol\nsola\nsolace\nsolamnia\nsolan\nsolana\nsolanaceae\nsolanas\nsolander\nsolange\nsolangi\nsolanki\nsolano\nsolanum\nsolapur\nsolar\nsolar-powered\nsolari\nsolarian\nsolaris\nsolartech\nsolarz\nsolas\nsolberg\nsolchem\nsold\nsold-out\nsoldat\nsolder\nsoldered\nsoldering\nsolders\nsoldier\nsoldiered\nsoldiering\nsoldiers\nsoldiery\nsoldo\nsole\nsolectron\nsoled\nsoledad\nsoledons\nsoleil\nsoleiman\nsolel\nsolely\nsolemn\nsolemnity\nsolemnly\nsolenoid\nsolenoids\nsolent\nsoler\nsoles\nsolesmes\nsolex\nsoley\nsolfege\nsolferino\nsolheim\nsoli\nsolicit\nsolicitation\nsolicitations\nsolicited\nsoliciting\nsolicitor\nsolicitor-general\nsolicitors\nsolicits\nsolid\nsolidaridad\nsolidarity\nsolidarnosc\nsoliday\nsolidbank\nsolider\nsolidere\nsoliders\nsolidification\nsolidified\nsolidifies\nsolidify\nsolidifying\nsolidity\nsolidly\nsolids\nsolidus\nsolidworks\nsolihull\nsoliloquy\nsolin\nsolingen\nsolipsism\nsolis\nsolitaire\nsolitary\nsoliton\nsolitons\nsolitude\nsoljic\nsolloway\nsolly\nsolms\nsolna\nsolo\nsoloing\nsoloist\nsoloists\nsolomon\nsolomonic\nsolomons\nsolomos\nsolon\nsolons\nsolos\nsolothurn\nsoloveitchik\nsolovyov\nsolow\nsolozabal\nsols\nsolskjaer\nsolstice\nsolstices\nsolti\nsoltvedt\nsolubility\nsoluble\nsolubles\nsolus\nsolute\nsolutes\nsolution\nsolutions\nsolv\nsolv-ex\nsolvable\nsolvation\nsolvay\nsolve\nsolved\nsolveig\nsolvency\nsolvent\nsolvents\nsolver\nsolvers\nsolves\nsolving\nsolway\nsolzhenitsyn\nsom\nsoma\nsomague\nsomaia\nsomali\nsomalia\nsomalian\nsomaliland\nsomalis\nsomanetics\nsomar\nsomare\nsomatic\nsomatix\nsomatogen\nsomatosensory\nsomatostatin\nsomber\nsombor\nsombra\nsombre\nsombrero\nsomchai\nsome\nsomebody\nsomeday\nsomehow\nsomeone\nsomeplace\nsomerfield\nsomerled\nsomers\nsomersault\nsomerset\nsomerton\nsomervell\nsomerville\nsomes\nsomesh\nsomesvara\nsomethin\nsomething\nsometime\nsometimes\nsomewhat\nsomewhere\nsomincor\nsomjai\nsomm\nsommaruga\nsomme\nsommer\nsommer-allibert\nsommerda\nsommerfeld\nsommers\nsommerville\nsomnath\nsomo\nsomogy\nsomos\nsomoza\nsomprasong\nsomsak\nson\nson-in-law\nsona\nsonaca\nsonae\nsonali\nsonangol\nsonar\nsonars\nsonasid\nsonat\nsonata\nsonatas\nsonatel\nsonatrach\nsonbong\nsonderburg\nsonderkommando\nsondheim\nsondhi\nsondra\nsone\nsonea\nsoneji\nsonet\nsong\nsongaila\nsongbird\nsongbirds\nsongbook\nsongbooks\nsonghai\nsongkhla\nsongs\nsongstress\nsongwriter\nsongwriters\nsongwriting\nsoni\nsonia\nsonic\nsonically\nsonics\nsoninke\nsonja\nsonjay\nsonkutch\nsonne\nsonnet\nsonnets\nsonning\nsonntag\nsonntagszeitung\nsonny\nsono\nsonoco\nsonofon\nsonoma\nsonora\nsonoran\nsonority\nsonorous\nsons\nsont\nsontag\nsonthi\nsonu\nsonumileht\nsonus\nsony\nsonya\nsoo\nsoo-sung\nsood\nsooji\nsook\nsooke\nsookie\nsool\nsoomro\nsoon\nsoon-hoon\nsoon-shik\nsoon-to-be\nsooner\nsooners\nsoonest\nsoong\nsoot\nsoothe\nsoothed\nsoothing\nsoothsayer\nsooty\nsop\nsopa\nsoper\nsophal\nsophia\nsophiatown\nsophie\nsophist\nsophisticated\nsophistication\nsophists\nsophocles\nsophomore\nsophomores\nsophus\nsoporcel\nsopot\nsopra\nsoprano\nsopranos\nsopron\nsoproni\nsops\nsopwith\nsoquimich\nsor\nsora\nsorabji\nsoran\nsoraya\nsorbara\nsorbian\nsorbitol\nsorbonne\nsorbs\nsorbus\nsorcerer\nsorcerers\nsorceress\nsorceresses\nsorcerous\nsorcery\nsordid\nsore\nsorel\nsorely\nsoren\nsoreness\nsorensen\nsorenson\nsorenstam\nsores\nsorex\nsorg\nsorgdrager\nsorge\nsorghum\nsorgyar\nsori\nsoria\nsoriana\nsoriano\nsoricidae\nsorin\nsorkin\nsorley\nsoro\nsororities\nsorority\nsoros\nsoroush\nsorrel\nsorrell\nsorrento\nsorrow\nsorrowful\nsorrows\nsorry\nsorsogon\nsort\nsortable\nsorted\nsorter\nsorters\nsortie\nsortied\nsorties\nsorting\nsorts\nsorum\nsorvino\nsos\nsosa\nsoseki\nsosnik\nsosnowiec\nsosnowski\nsoss\nsot\nsota\nsotah\nsotelo\nsoter\nsotero\nsotetsu\nsoth\nsotheby\nsothern\nsotho\nsotiropoulou\nsoto\nsotogrande\nsotomayor\nsotto\nsou\nsouces\nsouci\nsouda\nsoudek\nsouedie\nsoufan\nsouffle\nsoufflet\nsouflias\nsoufriere\nsought\nsought-after\nsouichiro\nsouk\nsoukous\nsoukup\nsoul\nsoul-searching\nsoulcalibur\nsoule\nsouled\nsoulfly\nsoulful\nsouligne\nsoulless\nsoulmate\nsouls\nsoult\nsoun\nsound\nsoundbites\nsoundboard\nsoundcheck\nsounded\nsounder\nsounders\nsoundgarden\nsounding\nsoundings\nsoundly\nsoundness\nsounds\nsoundscan\nsoundscape\nsoundscapes\nsoundstage\nsoundsystem\nsoundtrack\nsoundtracks\nsoundview\nsoundwave\nsoundwill\nsouness\nsoup\nsoups\nsoupy\nsour\nsourav\nsource\nsource:sbi\nsourcebook\nsourcebooks\nsourced\nsourceforge\nsourceforge.net\nsources\nsourcing\nsourdough\nsoured\nsourif\nsouring\nsouris\nsours\nsous\nsousa\nsousse\nsoussien\nsousuke\nsouter\nsouth\nsouth-\nsouth-central\nsouth-east\nsouth-eastern\nsouth-north\nsouth-southeast\nsouth-southwest\nsouth-west\nsouth-western\nsouthall\nsoutham\nsouthampton\nsouthard\nsouthbank\nsouthborough\nsouthbound\nsouthbridge\nsouthcentral\nsouthcoast\nsouthcorp\nsouthdown\nsoutheast\nsoutheasterly\nsoutheastern\nsoutheastward\nsoutheastwardly\nsouthend\nsouther\nsoutherly\nsouthern\nsoutherner\nsoutherners\nsouthernmost\nsouthey\nsouthfield\nsouthgate\nsouthington\nsouthlake\nsouthland\nsouthold\nsouthpac\nsouthpaw\nsouthport\nsouthridge\nsouths\nsouthsea\nsouthside\nsouthtown\nsouthtrust\nsouthwall\nsouthward\nsouthwards\nsouthwark\nsouthwell\nsouthwest\nsouthwesterly\nsouthwestern\nsouthwestward\nsouthwick\nsouthwold\nsouthwood\nsouthworth\nsouvenir\nsouvenirs\nsouza\nsov\nsovecon\nsovereign\nsovereignity\nsovereigns\nsovereigntist\nsovereignty\nsovetov\nsovich\nsoviet\nsoviet-backed\nsoviet-bloc\nsoviet-built\nsoviet-chinese\nsoviet-designed\nsoviet-era\nsoviet-led\nsoviet-made\nsoviet-style\nsovietov\nsoviets\nsovietskaya\nsovran\nsow\nsowed\nsowell\nsowerby\nsowest\nsowetan\nsoweto\nsowing\nsowings\nsown\nsowry\nsows\nsox\nsoy\nsoya\nsoyabean\nsoyabeans\nsoyameal\nsoyb\nsoybean\nsoybeans\nsoybns\nsoycomplex\nsoyinka\nsoylemez\nsoymeal\nsoyo\nsoyoil\nsoyproducts\nsoyuz\nsoz\nsp\nsp.\nsp.a\nsp0\nspa\nspa-francorchamps\nspaatz\nspac\nspace\nspace-based\nspacecraft\nspaced\nspacefaring\nspaceflight\nspaceflights\nspaceframe\nspacehab\nspacek\nspacelab\nspacelike\nspaceman\nspacemen\nspaceplane\nspaceport\nspacer\nspacers\nspaces\nspaceship\nspaceshipone\nspaceships\nspacesuit\nspacesuits\nspacetime\nspacetimes\nspacewalk\nspacewalking\nspacewalks\nspacex\nspacey\nspacial\nspacing\nspacious\nspad\nspada\nspade\nspadea\nspadel\nspader\nspades\nspadina\nspaelti\nspafford\nspaghetti\nspahn\nspain\nspalding\nspall\nspallation\nspam\nspamalot\nspammer\nspammers\nspamming\nspan\nspandau\nspandex\nspandrel\nspandrels\nspangdahlem\nspangenberg\nspangled\nspangler\nspanglish\nspaniard\nspaniards\nspaniel\nspaniels\nspanish\nspanish-based\nspanish-language\nspanish-speaking\nspank\nspanked\nspanking\nspanky\nspann\nspanned\nspanner\nspanning\nspano\nspanos\nspans\nspar\nsparbanken\nsparc\nsparcasse\nsparcstation\nspare\nsparebanken\nsparebankgruppen\nspared\nsparerib\nspareribs\nspares\nsparhawk\nsparing\nsparingly\nspark\nsparked\nsparking\nsparkle\nsparkled\nsparkling\nsparkman\nsparkplug\nsparks\nsparky\nsparred\nsparring\nsparrow\nsparrowhawk\nsparrows\nspars\nsparse\nsparsely\nsparsely-populated\nsparta\nspartacist\nspartacus\nspartak\nspartan\nspartanburg\nspartans\nspartech\nsparton\nsparx\nspas\nspasm\nspasmodic\nspasms\nspassky\nspastic\nspasticity\nspat\nspata\nspatafore\nspate\nspatial\nspatially\nspatio\nspats\nspatula\nspaulding\nspawn\nspawned\nspawning\nspawns\nspc\nspca\nspcc\nspcd\nspcpd\nspd\nspdit-sicaf\nspe\nspeak\nspeakeasies\nspeakeasy\nspeaker\nspeakers\nspeakership\nspeaking\nspeaks\nspear\nspeared\nspearfish\nspearhead\nspearheaded\nspearheading\nspearheads\nspearing\nspearman\nspearmen\nspearmint\nspears\nspec\nspecial\nspecial-purpose\nspeciale\nspecialeyes\nspecialisation\nspecialise\nspecialised\nspecialises\nspecialising\nspecialism\nspecialist\nspecialists\nspecialities\nspeciality\nspecialization\nspecializations\nspecialize\nspecialized\nspecializes\nspecializing\nspecialled\nspecially\nspecials\nspecialties\nspecialty\nspeciation\nspecie\nspecies\nspecies.\nspecific\nspecifically\nspecification\nspecifications\nspecificity\nspecifics\nspecified\nspecifies\nspecify\nspecifying\nspecimen\nspecimens\nspeciosa\nspeck\nspecker\nspeckle\nspeckled\nspeckles\nspecks\nspecs\nspect\nspectacle\nspectacled\nspectacles\nspectacular\nspectacularly\nspectator\nspectators\nspecter\nspector\nspectra\nspectral\nspectran\nspectranetics\nspectre\nspectres\nspectrian\nspectrograph\nspectrometer\nspectrometers\nspectrometry\nspectroscopic\nspectroscopy\nspectrum\nspecular\nspeculate\nspeculated\nspeculates\nspeculating\nspeculation\nspeculations\nspeculative\nspeculatively\nspeculator\nspeculators\nspeculum\nsped\nspedding\nspedec\nspee\nspeech\nspeeches\nspeechless\nspeechwriter\nspeed\nspeedball\nspeedboat\nspeedboats\nspeeded\nspeeder\nspeedfam\nspeedier\nspeedily\nspeeding\nspeedo\nspeedometer\nspeeds\nspeedskating\nspeedster\nspeedup\nspeedwagon\nspeedway\nspeedwell\nspeedy\nspeer\nspeh\nspehar\nspeight\nspejan\nspeke\nspektor\nspektr\nspela\nspell\nspellbinder\nspellbound\nspellcaster\nspellcasters\nspellcasting\nspelled\nspeller\nspelling\nspellings\nspellman\nspells\nspelman\nspelt\nspemar\nspen\nspence\nspencer\nspencers\nspend\nspender\nspenders\nspending\nspendings\nspendrups\nspends\nspendthrift\nspengler\nspenjul\nspennymoor\nspens\nspenser\nspent\nsperber\nsperling\nsperm\nspermatic\nspermatozoa\nspero\nsperry\nspes\nspessart\nspetalnick\nspeth\nspetsnaz\nspew\nspewed\nspewing\nspews\nspey\nspeyer\nspezia\nspf\nspfh\nspg\nsph\nsphagnum\nspheeris\nsphenoid\nsphere\nspheres\nspherical\nspherically\nspheroid\nspheroidal\nsphincter\nsphingidae\nsphinx\nsphinxes\nspi\nspic\nspica\nspice\nspiced\nspicer\nspicers\nspices\nspicules\nspicy\nspider\nspiderman\nspiders\nspidey\nspie\nspied\nspiegel\nspiegelman\nspieker\nspiel\nspielberg\nspier\nspiers\nspies\nspif\nspigot\nspike\nspiked\nspikes\nspikey\nspiking\nspiky\nspilka\nspill\nspill-over\nspillage\nspillane\nspilled\nspiller\nspilling\nspillover\nspills\nspillway\nspilotro\nspilt\nspin\nspin-off\nspin-offs\nspina\nspinach\nspinal\nspindle\nspindler\nspindles\nspindletop\nspine\nspine-tech\nspineanu\nspined\nspinefarm\nspinel\nspineless\nspinelli\nspinello\nspiner\nspines\nspinet\nspinetail\nspinifex\nspink\nspinks\nspinnaker\nspinner\nspinnerets\nspinners\nspinney\nspinning\nspinoff\nspinoffs\nspinola\nspinor\nspinors\nspinosaurus\nspinous\nspinoza\nspins\nspinster\nspintab\nspinulosa\nspiny\nspira\nspiracles\nspiral\nspiraled\nspiraling\nspiralled\nspiralling\nspirally\nspirals\nspire\nspires\nspiridon\nspirit\nspirited\nspiritism\nspirito\nspirits\nspiritual\nspiritualism\nspiritualist\nspiritualists\nspirituality\nspiritualized\nspiritually\nspirituals\nspiritus\nspirlea\nspiro\nspiros\nspirou\nspirulina\nspis\nspit\nspitaels\nspital\nspitalfields\nspite\nspiteful\nspiteri\nspitfire\nspitfires\nspithead\nspiti\nspits\nspitsbergen\nspitting\nspitz\nspitzbergen\nspitzer\nspivak\nspivey\nspk\nspl\nspla\nsplash\nsplashdown\nsplashed\nsplashes\nsplashing\nsplashy\nsplat\nsplatter\nsplattered\nsplc\nspleen\nsplendens\nsplendid\nsplendidly\nsplendor\nsplendour\nsplenic\nsplice\nspliced\nsplicing\nspline\nsplines\nsplint\nsplinter\nsplintered\nsplintering\nsplinters\nsplints\nsplit\nsplit-off\nsplit-up\nsplits\nsplitter\nsplitters\nsplitting\nsplittist\nsplittists\nsplurge\nspm\nspnd\nspndg\nspo\nspock\nspode\nspoe\nspofforth\nspohr\nspoif\nspoil\nspoilage\nspoiled\nspoiler\nspoilers\nspoiling\nspoils\nspoilt\nspokane\nspoke\nspoked\nspokeman\nspoken\nspokes\nspokesman\nspokesmen\nspokesmodel\nspokespeople\nspokesperson\nspokespersons\nspokeswoman\nspokeswomen\nspokewoman\nspolana\nspolecnost\nspoleto\nspondylitis\nspondylolisthesis\nspong\nsponge\nspongebob\nsponges\nspongiform\nspongy\nsponsons\nsponsor\nsponsored\nsponsoring\nsponsors\nsponsorship\nsponsorships\nspontaneity\nspontaneous\nspontaneously\nspoof\nspoofed\nspoofing\nspoofs\nspook\nspooked\nspooking\nspooks\nspooky\nspool\nspools\nspoon\nspoonbills\nspooner\nspoonful\nspoons\nspoor\nspoornet\nspoors\nspor\nspora\nsporadic\nsporadically\nsporangia\nspore\nspores\nsporitelna\nsporophyte\nsport\nsport-haley\nsport-utility\nsport0\nsportatorium\nsported\nsportier\nsportif\nsporting\nsportiva\nsportive\nsportivo\nsportmart\nsports\nsportscar\nsportscars\nsportscaster\nsportscasters\nsportscenter\nsportschannel\nsportsline\nsportsman\nsportsmanship\nsportsmen\nsportsnet\nsportspeople\nsportsperson\nsportspersons\nsportsplex\nsportswear\nsportswoman\nsportswriter\nsportswriters\nsportsystem\nsportul\nsporty\nspot\nspot-kick\nspotless\nspotlight\nspotlighted\nspotlighting\nspotlights\nspots\nspotswood\nspotsylvania\nspotted\nspotter\nspotters\nspotting\nspottiswoode\nspotty\nspousal\nspouse\nspouses\nspout\nspouting\nspouts\nspp\nspp.\nspprt\nspr\nspr-rsc\nsprache\nsprague\nsprain\nsprained\nsprains\nsprang\nspranger\nspraos\nspratly\nspratlys\nspratt\nsprawiedliwosc\nsprawl\nsprawled\nsprawling\nspray\nspray-painted\nsprayed\nspraying\nsprays\nsprd\nspread\nspreader\nspreaders\nspreading\nspreads\nspreads)---------------------------\nspreads)----------------------------\nspreads)------------------------------\nspreads)-------------------------------\nspreads)---------------------------------\nspreadsheet\nspreadsheets\nspreckels\nspree\nsprees\nsprewell\nsprig\nspring\nspring-like\nspring/summer\nspringboard\nspringbok\nspringboks\nspringbrook\nspringburn\nspringdale\nspringer\nspringfield\nspringhill\nspringing\nsprings\nspringsted\nspringsteen\nspringtime\nspringvale\nspringville\nspringwood\nsprinkle\nsprinkled\nsprinkler\nsprinklers\nsprinkles\nsprinkling\nsprint\nsprinted\nsprinter\nsprinters\nsprinting\nsprints\nsprit\nsprite\nsprites\nsprocket\nsprockets\nsproul\nsproule\nsprouse\nsprout\nsprouted\nsprouting\nsprouts\nspruance\nspruce\nspruce-pine-fir\nsprung\nspry\nsps\nspss\nspt\nspt*\nspu\nspud\nspudded\nspuds\nspun\nspun-off\nspunk\nspunky\nspur\nspurfowls\nspurge\nspurgeon\nspurious\nspurlock\nspurn\nspurned\nspurning\nspurns\nspurred\nspurrier\nspurring\nspurs\nspurt\nspurted\nspurts\nsputnik\nsputtered\nsputtering\nsputum\nspv\nspvgg\nspx\nspy\nspyder\nspyglass\nspying\nspyker\nspymaster\nspyro\nspyros\nspyware\nsq\nsq-km\nsq-mile\nsq.\nsql\nsqlite\nsqn\nsqq.\nsquabble\nsquabbled\nsquabbles\nsquabbling\nsquad\nsquadron\nsquadrons\nsquads\nsqualid\nsquall\nsqualls\nsqually\nsqualor\nsquamish\nsquamous\nsquander\nsquandered\nsquandering\nsquare\nsquare-foot\nsquared\nsquarely\nsquarepants\nsquares\nsquaresoft\nsquaring\nsquarish\nsquash\nsquashed\nsquat\nsquats\nsquatted\nsquatter\nsquatters\nsquatting\nsquaw\nsquawk\nsqueak\nsqueaked\nsqueaking\nsqueaks\nsqueaky\nsqueal\nsquealing\nsquee\nsqueegee\nsqueeze\nsqueezed\nsqueezes\nsqueezing\nsquelch\nsquelched\nsquib\nsquibb\nsquid\nsquids\nsquidward\nsquier\nsquint\nsquire\nsquires\nsquirrel\nsquirrels\nsquirt\nsquirts\nsr\nsr.\nsr.manager\nsr0\nsra\nsram\nsrb\nsrbija\nsrbije\nsrbs\nsrc\nsre\nsrebrenica\nsree\nsrem\nsremska\nsrf\nsri\nsridevi\nsrikakulam\nsrila\nsrimad\nsrinagar\nsrinath\nsringeri\nsrinivas\nsrinivasa\nsrinivasan\nsriracha\nsriram\nsrirangam\nsrivijaya\nsrl\nsrm\nsrna\nsrnicek\nsro\nsrodowiska\nsros\nsrour\nsrp\nsrpska\nsrr\nsrs\nsrt\nsrt0\nsru\nsrvcs\nsrw\nsrw0\nsrx\nss\nss0\nssa\nssab\nssangbangwool\nssangyong\nssb\nssbn\nssbn0\nssc\nssd\nsse\nsse0\nssec\nssg\nssh\nssi\nssk\nsski\nssl\nssm\nssme\nssn\nssn0\nssnnl\nsso\nssp\nssp.\nsspx\nssr\nssri\nssris\nsss\nsssi\nsssis\nsst\nssto\nssu\nssv\nssw\nssx\nssy\nssz\nst\nst-germain\nst.\nst.barbara\nst.dluhop.\nst.dluhop0\nst.james\nst.joseph\nst.louis\nst.petersburg\nst0\nsta\nstaal\nstaatliche\nstaats\nstaatsoper\nstab\nstabaek\nstabat\nstabbed\nstabbing\nstabile\nstabilisation\nstabilise\nstabilised\nstabiliser\nstabilises\nstabilising\nstability\nstability-oriented\nstabilization\nstabilize\nstabilized\nstabilizer\nstabilizers\nstabilizes\nstabilizing\nstable\nstable-to-loose\nstabled\nstablemate\nstabler\nstables\nstabling\nstablise\nstablised\nstablity\nstabs\nstaburadze\nstac\nstaccato\nstacey\nstachel\nstacie\nstack\nstacked\nstackelberg\nstacker\nstackhouse\nstacking\nstackpole\nstacks\nstacy\nstad\nstade\nstadia\nstadio\nstadion\nstadium\nstadiums\nstadler\nstadshypotek\nstadt\nstadtbahn\nstadtholder\nstaedtische\nstaein\nstael\nstaelens\nstaff\nstaffan\nstaffed\nstaffel\nstaffer\nstaffers\nstaffing\nstaffmark\nstafford\nstaffordshire\nstaffs\nstafy\nstag\nstage\nstage-managed\nstagecoach\nstagecoaches\nstagecraft\nstaged\nstagehand\nstages\nstagflation\nstagg\nstagger\nstaggered\nstaggering\nstaggers\nstaging\nstagings\nstagnant\nstagnate\nstagnated\nstagnates\nstagnating\nstagnation\nstags\nstahl\nstahlberg\nstahn\nstaid\nstain\nstaind\nstained\nstaines\nstaining\nstainless\nstains\nstainton\nstair\nstaircase\nstaircases\nstairs\nstairway\nstairways\nstairwell\nstairwells\nstake\nstaked\nstakeholder\nstakeholders\nstakeout\nstakes\nstaking\nstakis\nstal\nstalactite\nstalactites\nstalag\nstalagmites\nstale\nstalemate\nstalemated\nstalev\nstalexport\nstaley\nstalin\nstalingrad\nstalinism\nstalinist\nstalinists\nstalinization\nstalk\nstalked\nstalker\nstalkers\nstalking\nstalks\nstall\nstalled\nstalling\nstallings\nstallion\nstallions\nstallman\nstallone\nstalls\nstallworth\nstalprodukt\nstals\nstalwart\nstalwarts\nstalybridge\nstam\nstamas\nstamen\nstamenkovic\nstamens\nstamford\nstamina\nstamos\nstamp\nstampa\nstamped\nstampede\nstampeded\nstampeder\nstampeders\nstamper\nstamping\nstamps\nstan\nstanakzai\nstanbic\nstanbrook\nstanca\nstance\nstances\nstanchart\nstanchev\nstancliffe\nstand\nstand-alone\nstand-by\nstand-in\nstand-off\nstanda\nstandaard\nstandalone\nstandard\nstandard-bearer\nstandardbred\nstandardisation\nstandardise\nstandardised\nstandardising\nstandardization\nstandardize\nstandardized\nstandardizing\nstandards\nstandart\nstandartenfuhrer\nstandby\nstandchart\nstanddown\nstander\nstandex\nstanding\nstandings\nstandish\nstandly\nstandoff\nstandout\nstandouts\nstandpoint\nstands\nstandstill\nstandup\nstane\nstanek\nstanely\nstanfield\nstanford\nstang\nstangassinger\nstange\nstanger\nstanhome\nstanhope\nstanic\nstanier\nstanimirovic\nstanislas\nstanislaus\nstanislav\nstanislavski\nstanislaw\nstanitsa\nstankevich\nstankevicius\nstankovic\nstankowski\nstanl\nstanl0\nstanley\nstanly\nstanmore\nstannard\nstannary\nstannis\nstanol\nstanozolol\nstansbury\nstansfield\nstanshall\nstansky\nstanstead\nstansted\nstant\nstanton\nstantronic\nstanwell\nstanwix\nstanwyck\nstanza\nstanzas\nstaphylococcus\nstaple\nstapled\nstapledon\nstapleford\nstaples\nstapleton\nstapp\nstar\nstar-studded\nstara\nstaraya\nstarbase\nstarboard\nstarbuck\nstarbucks\nstarbug\nstarburst\nstarch\nstarches\nstarchy\nstarck\nstarckjohann\nstarclan\nstarcraft\nstardate\nstardock\nstardom\nstardrive\nstardust\nstare\nstared\nstarenko\nstares\nstarfighter\nstarfighters\nstarfire\nstarfish\nstarfleet\nstarflyer\nstarfox\nstargard\nstargate\nstargates\nstargazer\nstargell\nstarhawk\nstarhub\nstari\nstaring\nstarjammers\nstark\nstarkad\nstarke\nstarker\nstarkey\nstarkie\nstarkly\nstarkman\nstarks\nstarkville\nstarkweather\nstarlet\nstarlets\nstarlight\nstarlin\nstarling\nstarlings\nstarman\nstarnberg\nstarnes\nstaropolski\nstaropramen\nstarost\nstarova\nstarr\nstarrcade\nstarred\nstarrer\nstarrett\nstarring\nstarry\nstars\nstarscream\nstarship\nstarships\nstarsiege\nstarsight\nstarsky\nstarstruck\nstart\nstart-date\nstart-up\nstart-ups\nstart/finish\nstart0\nstartac\nstarted\nstarter\nstarters\nstarting\nstartle\nstartled\nstartling\nstartlingly\nstartronix\nstarts\nstartup\nstartups\nstarvation\nstarve\nstarved\nstarving\nstarwave\nstarwood\nstary\nstarz\nstasco\nstash\nstashed\nstasi\nstasiak\nstasis\nstasov\nstassen\nstat\nstat.\nstat0\nstat:exempt-ffc\nstat:exempt-rev\nstat:exempt-ult\nstate\nstate-\nstate-appointed\nstate-backed\nstate-by-state\nstate-controlled\nstate-designate\nstate-dominated\nstate-financed\nstate-funded\nstate-guaranteed\nstate-held\nstate-level\nstate-mandated\nstate-of-the\nstate-of-the-art\nstate-of-the-nation\nstate-oil\nstate-owned\nstate-paid\nstate-run\nstate-sector\nstate-set\nstate-sponsored\nstate-subsidised\nstate-supported\nstate-wide\nstate.\nstatecraft\nstated\nstateful\nstategic\nstategy\nstatehood\nstatehouse\nstateless\nstateline\nstately\nstatement\nstatements\nstaten\nstatens\nstaterooms\nstates\nstates-based\nstates.\nstatesboro\nstateside\nstatesman\nstatesmanship\nstatesmen\nstatesville\nstatewide\nstatfjord\nstatham\nstatic\nstatically\nstatics\nstatin\nstating\nstatins\nstation\nstationary\nstationed\nstationer\nstationers\nstationery\nstationing\nstationmaster\nstations\nstatism\nstatist\nstatistic\nstatistical\nstatistically\nstatistician\nstatisticians\nstatistics\nstatius\nstatix\nstatkraft\nstatler\nstatment\nstato\nstatoil\nstaton\nstator\nstatpipe\nstats\nstatscan\nstatuary\nstatue\nstatues\nstatuette\nstatuettes\nstature\nstatus\nstatuses\nstatute\nstatutes\nstatutory\nstaub\nstaubach\nstauder\nstaudinger\nstauffenberg\nstauffer\nstaunch\nstaunchest\nstaunchly\nstaunton\nstavanger\nstavby\nstave\nstaved\nstaveley\nstavelot\nstaves\nstaving\nstavka\nstavro\nstavropol\nstavropoulos\nstavros\nstawell\nstax\nstay\nstay-at-home\nstayaway\nstayed\nstayer\nstayin\nstaying\nstayner\nstays\nstb\nstc\nstci\nstd\nstd&btr\nstd0\nstds\nstdy\nste\nstead\nsteadfast\nsteadfastly\nsteadfastness\nsteadicam\nsteadied\nsteadier\nsteadies\nsteadily\nsteadiness\nsteadman\nsteady\nsteady-firm\nsteady-off\nsteady-up\nsteady-weak\nsteadying\nsteak\nsteakhouse\nsteaks\nsteal\nstealer\nstealers\nstealing\nsteals\nstealth\nstealthily\nstealthy\nsteam\nsteamboat\nsteamboats\nsteamed\nsteamer\nsteamers\nsteaming\nsteampunk\nsteamroller\nsteams\nsteamship\nsteamships\nsteamy\nstearin\nstearine\nstearn\nstearns\nstearns0\nsteaua\nstebbins\nstecher\nsteck-vaughn\nstedelijk\nstedman\nsteed\nsteeds\nsteel\nsteel-maker\nsteel-making\nsteele\nsteeler\nsteelers\nsteeles\nsteeleye\nsteelframes\nsteelhead\nsteelmaker\nsteelmakers\nsteelmaking\nsteelman\nsteels\nsteelworker\nsteelworkers\nsteelworks\nsteely\nsteen\nsteep\nsteeped\nsteepen\nsteepened\nsteepening\nsteepens\nsteeper\nsteepest\nsteeple\nsteeplechase\nsteeples\nsteeply\nsteepness\nsteer\nsteerable\nsteerage\nsteere\nsteered\nsteering\nsteers\nstef\nstefaan\nstefan\nstefanel\nstefani\nstefania\nstefanie\nstefano\nstefanos\nstefanovic\nstefansson\nsteffan\nsteffen\nsteffens\nsteffi\nstefka\nstefko\nsteger\nstegner\nstegosaurus\nstehlik\nsteichen\nsteiger\nstein\nsteinar\nsteinbach\nsteinbeck\nsteinberg\nsteinberger\nsteinbrenner\nsteinbruch\nsteinburg\nsteinem\nsteiner\nsteinfeld\nsteinhardt\nsteinhoff\nsteinitz\nsteinkjer\nsteinman\nsteinmann\nsteinmetz\nsteinschneider\nsteinway\nstel\nstela\nstelae\nstelco\nstele\nstelea\nstelios\nstella\nstellar\nstellate\nstelle\nstellenbosch\nsteller\nstellican\nsteltenpohl\nstem\nstemberg\nstemmed\nstemming\nstempel\nstems\nsten\nstena\nstenberg\nstench\nstencil\nstencils\nstendal\nstendhal\nstengel\nstenholm\nstenhousemuir\nsteniel\nstennis\nsteno\nstenographer\nstenosis\nstensness\nstenson\nstent\nstentex\nstenton\nstentor\nstents\nstep\nstep-by-step\nstep-down\nstep-up\nstepan\nstepashin\nstepbrother\nstepchildren\nstepdaughter\nstepfather\nstepford\nsteph\nstephan\nstephane\nstephanie\nstephanopoulos\nstephanos\nstephansen\nstephanus\nstephen\nstephenie\nstephens\nstephenson\nstephenville\nstephon\nstepmother\nstepney\nsteppe\nstepped\nstepped-up\nsteppenwolf\nstepper\nsteppers\nsteppes\nsteppin\nstepping\nsteps\nsteps-up\nstepsister\nstepsisters\nstepson\nsteptoe\nstepwise\nsteranko\nstercorariidae\nsterculiaceae\nstere\nstereo\nstereochemistry\nstereographic\nstereolab\nstereophonic\nstereophonics\nstereos\nstereoscopic\nstereotype\nstereotyped\nstereotypes\nstereotypical\nstereotypically\nstereotyping\nsterett\nsteric\nstericycle\nsterile\nsterilisation\nsterilise\nsterilised\nsterility\nsterilization\nsterilize\nsterilized\nsterilizing\nsteris\nsterling\nsterling-denominated\nsterlite\nstern\nsternad\nsternberg\nsterne\nsterner\nsternly\nsternoff\nsterns\nsternum\nsternwheeler\nsternwheelers\nsteroid\nsteroidal\nsteroids\nsterol\nsterols\nstet\nstethoscope\nstetkiewicz\nstetson\nstettin\nsteuart\nsteuben\nsteubenville\nsteuer\nstevan\nsteve\nstevedore\nstevedores\nstevedoring\nsteven\nstevenage\nstevens\nstevenson\nsteveston\nstevia\nstevie\nstevin\nstevo\nstew\nsteward\nstewardess\nstewardesses\nstewards\nstewardship\nstewart\nstewarton\nstewarts\nstewed\nstewie\nstews\nsteyn\nsteyning\nsteyr\nsteyr-daimler-puch\nstf\nstg\nstg-pence\nsth\nsthn\nsti\nstiansen\nstiavnica\nstic\nstich\nstichting\nstick\nsticker\nstickers\nsticking\nstickle\nstickler\nstickney\nsticks\nsticky\nstiefel\nstiegler\nstieglitz\nstierheim\nstiers\nstifel\nstiff\nstiffen\nstiffened\nstiffening\nstiffer\nstiffest\nstiffly\nstiffness\nstifle\nstifled\nstifler\nstifles\nstifling\nstift\nstiftung\nstig\nstigevo\nstigler\nstiglitz\nstigma\nstigmas\nstigmata\nstigmatized\nstigwood\nstihl\nstii\nstijl\nstikine\nstil\nstile\nstiles\nstiletto\nstilicho\nstill\nstillbirth\nstillborn\nstille\nstiller\nstillman\nstillness\nstills\nstillson\nstillwater\nstillwell\nstilo\nstilt\nstilted\nstilton\nstilts\nstilwell\nstimac\nstimpson\nstimpy\nstimson\nstimsonite\nstimulant\nstimulants\nstimulate\nstimulated\nstimulates\nstimulating\nstimulation\nstimulative\nstimuli\nstimulus\nstina\nstine\nsting\nstinger\nstingers\nstinging\nstingray\nstingrays\nstings\nstingy\nstink\nstinking\nstinks\nstinky\nstinnes\nstinson\nstint\nstints\nstip\nstipe\nstipend\nstipendiary\nstipends\nstipulate\nstipulated\nstipulates\nstipulating\nstipulation\nstipulations\nstipules\nstir\nstirling\nstirlingshire\nstirner\nstirred\nstirring\nstirrings\nstirrup\nstirrups\nstirs\nstis\nstitch\nstitched\nstitches\nstitching\nstith\nstitt\nstix\nstj\nstjepan\nstjoerdal\nstk\nstl\nstm\nstn\nsto\nstoa\nstoat\nstoats\nstob\nstochastic\nstochastics\nstock\nstock-based\nstock-for-stock\nstock-index\nstock-market\nstock-picking\nstock-related\nstock-swap\nstockade\nstockard\nstockbridge\nstockbroker\nstockbrokerage\nstockbrokers\nstockbroking\nstockbuilding\nstockdale\nstockdraw\nstocked\nstocker\nstockfeed\nstockford\nstockhausen\nstockholder\nstockholders\nstockholding\nstockholm\nstockholm-based\nstockholms\nstocking\nstockings\nstockists\nstockland\nstockman\nstockmann\nstockmarket\nstockmarkets\nstockpile\nstockpiled\nstockpiles\nstockpiling\nstockport\nstocks\nstocks-recent\nstocks-to-use\nstocks-week\nstocksbridge\nstockton\nstockwell\nstocky\nstockyards\nstocznia\nstoddard\nstoddart\nstodgy\nstoeger\nstoel\nstoiber\nstoic\nstoica\nstoichiometric\nstoichiometry\nstoichkov\nstoicism\nstoics\nstoilov\nstojan\nstojko\nstojkovic\nstoke\nstoked\nstokely\nstoker\nstokes\nstoking\nstokowski\nstol\nstolac\nstolberg\nstole\nstolen\nstolichny\nstolid\nstoll\nstolle\nstoller\nstollery\nstolons\nstolpe\nstolt\nstolt-nielsen\nstoltenberg\nstoltz\nstolypin\nstolz\nstoma\nstomach\nstomachs\nstomata\nstomatal\nstomil\nstomp\nstomped\nstomper\nstompers\nstompin\nstomping\nstomps\nston\nstone\nstone-consolidated\nstone-throwers\nstone-throwing\nstonebridge\nstonecipher\nstonecutters\nstoned\nstoneham\nstonehaven\nstonehenge\nstonehill\nstonehouse\nstoneleigh\nstoneman\nstonemason\nstonemasons\nstoner\nstones\nstonewall\nstonewalled\nstonewalling\nstoneware\nstonework\nstoney\nstong\nstonger\nstoning\nstonington\nstony\nstonyhurst\nstood\nstooge\nstooges\nstool\nstools\nstoop\nstooped\nstoops\nstop\nstop-gap\nstop-go\nstop-loss\nstop-losses\nstopford\nstopgap\nstopover\nstopovers\nstoppage\nstoppages\nstoppard\nstopped\nstopper\nstoppers\nstopping\nstops\nstopwatch\nstopwork\nstopyra\nstor\nstora\nstorage\nstorages\nstoragetek\nstorbeck\nstorch\nstorck\nstord\nstore\nstorebrand\nstored\nstored-value\nstorefront\nstorefronts\nstorehouse\nstorehouses\nstorekeeper\nstorer\nstoreroom\nstorerooms\nstores\nstoretypes\nstorey\nstoreyed\nstoreys\nstoria\nstoried\nstories\nstoring\nstorings\nstork\nstorks\nstorm\nstorm-related\nstormbringer\nstormed\nstormedia\nstormer\nstormers\nstormfront\nstorming\nstormont\nstormrage\nstorms\nstormtrooper\nstormtroopers\nstormwatch\nstormwater\nstormwind\nstormy\nstornoway\nstorr\nstorrs\nstortford\nstorting\nstortinget\nstorvik\nstory\nstoryboard\nstoryboards\nstorybook\nstoryline\nstorylines\nstoryteller\nstorytellers\nstorytelling\nstoryville\nstorz\nstossel\nstott\nstottlemeyer\nstottlemyre\nstoudamire\nstoudemire\nstoudenmire\nstouffer\nstouffville\nstoughton\nstour\nstourbridge\nstourport\nstourton\nstout\nstoute\nstoutly\nstovall\nstove\nstovepipe\nstover\nstoves\nstovl\nstow\nstowage\nstowaway\nstowaways\nstowe\nstowed\nstowell\nstowing\nstoyan\nstoyanov\nstp\nstr\nstrabag\nstrabane\nstrabismus\nstrabo\nstrachan\nstrachey\nstraczynski\nstrada\nstradbroke\nstraddle\nstraddled\nstraddles\nstraddling\nstradivari\nstradivarius\nstradlin\nstrafe\nstrafed\nstraffan\nstrafford\nstrafing\nstragglers\nstrahan\nstrahd\nstrahl\nstraight\nstraight-line\nstraight-run\nstraight-sets\nstraight-talking\nstraight0\nstraightaway\nstraightedge\nstraighten\nstraightened\nstraightening\nstraighter\nstraightforward\nstraights\nstrain\nstrained\nstrainer\nstraining\nstrains\nstrait\nstraitjacket\nstraits\nstrake\nstraker\nstralsund\nstram\nstrana\nstrand\nstranded\nstranding\nstrands\nstrang\nstrange\nstrangelove\nstrangely\nstrangeness\nstranger\nstrangers\nstrangest\nstrangeways\nstrangford\nstrangle\nstrangled\nstranglehold\nstrangler\nstranglers\nstrangles\nstrangling\nstrangulation\nstranraer\nstransky\nstrap\nstrap-off\nstrap-on\nstrapped\nstrapping\nstraps\nstrasberg\nstrasbourg\nstrasbourg-based\nstrasburg\nstrasky\nstrassburg\nstrasse\nstrasser\nstraszheim\nstrat\nstrata\nstratagem\nstratasys\nstratec\nstrategic\nstrategical\nstrategically\nstrategie\nstrategies\nstrategist\nstrategists\nstrategos\nstrategy\nstratemeyer\nstratford\nstrath\nstrathbogie\nstrathclyde\nstrathcona\nstrathearn\nstrathfield\nstrathmore\nstrathroy\nstrathspey\nstratification\nstratified\nstratigraphic\nstratigraphy\nstrating\nstrato\nstratocaster\nstratocasters\nstratofortress\nstratojet\nstratos\nstratosphere\nstratospheric\nstratotanker\nstratovarius\nstratovolcano\nstratovolcanoes\nstratton\nstratum\nstratus\nstraub\nstraubing\nstraus\nstrauss\nstrauss-kahn\nstravinsky\nstraw\nstrawberries\nstrawberry\nstrawbridge\nstrawbs\nstraws\nstray\nstrayed\nstrayer\nstrayhorn\nstraying\nstrays\nstreak\nstreaked\nstreaker\nstreaking\nstreaks\nstreaky\nstream\nstreamed\nstreamer\nstreamers\nstreaming\nstreamline\nstreamlined\nstreamliner\nstreamlines\nstreamlining\nstreamlogic\nstreams\nstreatham\nstreda\nstredoceska\nstreep\nstreet\nstreet-inspired\nstreetball\nstreetcar\nstreetcars\nstreeter\nstreeters\nstreetlight\nstreetlights\nstreeton\nstreets\nstreetscape\nstreetsville\nstreetwise\nstrega\nstreicher\nstreisand\nstrejcek\nstrelitz\nstreltsy\nstrenci\nstrenghten\nstrenghtened\nstrenghtening\nstrength\nstrengthen\nstrengthened\nstrengthening\nstrengthens\nstrengths\nstrenuous\nstrenuously\nstrep\nstreptococcus\nstreptomyces\nstreptomycin\nstresemann\nstress\nstress-related\nstressed\nstresses\nstressful\nstressing\nstressors\nstretch\nstretched\nstretcher\nstretchered\nstretchers\nstretches\nstretching\nstretford\nstretton\nstrewn\nstriae\nstriated\nstriations\nstriatum\nstribling\nstricken\nstricker\nstrickland\nstrict\nstricter\nstrictest\nstrictly\nstrictmiddling\nstrictness\nstrictures\nstride\nstrident\nstrider\nstriders\nstrides\nstriding\nstrife\nstrife-torn\nstrigidae\nstrike\nstrike-bound\nstrike-hit\nstrike-related\nstrikebreakers\nstrikeout\nstrikeouts\nstriker\nstrikers\nstrikes\nstriking\nstrikingly\nstrindberg\nstring\nstringed\nstringent\nstringer\nstringers\nstringfellow\nstringham\nstringing\nstrings\nstringy\nstrintzis\nstrip\nstripe\nstriped\nstripes\nstriping\nstrippable\nstripped\nstripped-down\nstripper\nstrippers\nstripping\nstrips\nstriptease\nstritch\nstrive\nstrived\nstriven\nstrives\nstriving\nstrix\nstrobe\nstrober\nstrobl\nstrode\nstroemsgodset\nstroessner\nstroeve\nstroganov\nstroger\nstrogg\nstroh\nstroheim\nstroj\nstroke\nstroked\nstrokes\nstroking\nstroll\nstrolled\nstroller\nstrollers\nstrolling\nstrolls\nstrom\nstroma\nstromal\nstromberg\nstromboli\nstromness\nstronach\nstrong\nstrong-arm\nstrong-dollar\nstrong-mayor\nstrongarm\nstrongbow\nstronger\nstronger-than-expected\nstronger-than-forecast\nstrongest\nstronghold\nstrongholds\nstrongin\nstrongly\nstrongly-worded\nstrongman\nstrongmen\nstrongpoint\nstrongpoints\nstrongsville\nstronnictwo\nstrontium\nstrood\nstroop\nstrophe\nstrophic\nstropkov\nstross\nstrother\nstroud\nstrouds\nstroudsburg\nstrouse\nstrove\nstroyev\nstrozzi\nstrs\nstrt\nstrts\nstruan\nstrube\nstruble\nstruck\nstrucker\nstruct\nstructual\nstructural\nstructuralism\nstructuralist\nstructurally\nstructure\nstructured\nstructures\nstructuring\nstruensee\nstruggle\nstruggled\nstrugglers\nstruggles\nstruggling\nstruk\nstrum\nstruma\nstrumica\nstrummer\nstrumming\nstrung\nstrunz\nstrupczewski\nstrut\nstruthers\nstruts\nstrutt\nstruve\nstruver\nstrychnine\nstrydom\nstryfe\nstryker\nstryper\nstrzelecki\nsts\nsts0\nstt\nsttk\nstu\nstuart\nstuarts\nstub\nstubble\nstubblefield\nstubborn\nstubbornly\nstubbornness\nstubbs\nstubby\nstubs\nstucco\nstuccoed\nstuck\nstuckey\nstuckist\nstuckists\nstud\nstudd\nstuddard\nstudded\nstudebaker\nstudenikova\nstudent\nstudent-led\nstudentesc\nstudents\nstudents.\nstuder\nstudi\nstudied\nstudien\nstudies\nstudies.he\nstudio\nstudios\nstudious\nstudiously\nstudium\nstudley\nstuds\nstudy\nstudying\nstuer-lauridsen\nstuff\nstuffed\nstuffing\nstuffs\nstuffy\nstuka\nstull\nstumble\nstumbled\nstumbles\nstumbling\nstump\nstumpage\nstumped\nstumpf\nstumpfe\nstumping\nstumpings\nstumps\nstumpy\nstun\nstung\nstunned\nstunner\nstunning\nstunningly\nstuns\nstunt\nstunted\nstunticons\nstunting\nstuntman\nstuntmen\nstunts\nstupa\nstupas\nstupendous\nstupid\nstupidity\nstupor\nsturbridge\nsturdier\nsturdy\nsturdza\nsture\nsturgeon\nsturges\nsturgess\nsturgis\nsturluson\nsturm\nsturmabteilung\nsturmbannfuhrer\nsturmer\nsturnidae\nsturridge\nsturrock\nsturt\nsturtevant\nstut\nstutt\nstutter\nstuttering\nstuttgart\nstuttgart-based\nstuttgarter\nstutthof\nstutz\nstuyvesant\nstv\nstx\nstyl\nstyle\nstyle=\nstyled\nstyler\nstyles\nstylidiaceae\nstylidium\nstyling\nstylings\nstylised\nstylish\nstylist\nstylistic\nstylistically\nstylistics\nstylists\nstylized\nstylus\nstymie\nstymied\nstyne\nstypulkowski\nstyrbjorn\nstyrczula\nstyrene\nstyria\nstyrian\nstyrofoam\nstyron\nstyx\nsu\nsu-fr\nsu-lin\nsu-th\nsu-tu\nsu-we\nsu0\nsu0s\nsua\nsuan\nsuard\nsuarez\nsuaudeau\nsuave\nsuazo\nsub\nsub-committee\nsub-compact\nsub-continent\nsub-contracted\nsub-contracting\nsub-contractor\nsub-contractors\nsub-freezing\nsub-group\nsub-groups\nsub-hub\nsub-index\nsub-indexes\nsub-indices\nsub-par\nsub-prime\nsub-region\nsub-regional\nsub-saharan\nsub-sea\nsub-sector\nsub-sectors\nsub-standard\nsub-total\nsub-tropical\nsub-underwriting\nsub-zero\nsub0\nsuba\nsubacute\nsubalgebra\nsubalpine\nsubaltern\nsubang\nsubantarctic\nsubarachnoid\nsubarctic\nsubaru\nsubatomic\nsubba\nsubbasal\nsubbed\nsubcamp\nsubcarpathian\nsubcarrier\nsubcategories\nsubcategory\nsubcellular\nsubchannel\nsubchannels\nsubchapter\nsubclass\nsubclasses\nsubclavian\nsubcommander\nsubcommittee\nsubcommittees\nsubcompact\nsubconscious\nsubconsciously\nsubcontinent\nsubcontract\nsubcontracted\nsubcontracting\nsubcontractor\nsubcontractors\nsubcostal\nsubcritical\nsubcultural\nsubculture\nsubcultures\nsubcutaneous\nsubdeacon\nsubdistrict\nsubdistricts\nsubdiv\nsubdivide\nsubdivided\nsubdividing\nsubdivision\nsubdivisions\nsubdomain\nsubdomains\nsubdominant\nsubducted\nsubducting\nsubduction\nsubdue\nsubdued\nsubdues\nsubduing\nsubdural\nsubedar\nsubfamilies\nsubfamily\nsubfield\nsubfields\nsubfossil\nsubframe\nsubg\nsubgame\nsubgenera\nsubgenius\nsubgenre\nsubgenres\nsubgenus\nsubgiant\nsubgraph\nsubgroup\nsubgroups\nsubh\nsubhani\nsubhas\nsubhash\nsubhuman\nsubiaco\nsubic\nsubindex\nsubisidiary\nsubject\nsubjected\nsubjecting\nsubjection\nsubjective\nsubjectively\nsubjectivity\nsubjects\nsubjugate\nsubjugated\nsubjugating\nsubjugation\nsubjunctive\nsublabel\nsublette\nsublimation\nsublime\nsubliminal\nsublingual\nsubmachine\nsubmanifold\nsubmarine\nsubmariner\nsubmariners\nsubmarines\nsubmerge\nsubmerged\nsubmerged.the\nsubmergence\nsubmerging\nsubmersible\nsubmersibles\nsubmersion\nsubmicron\nsubmission\nsubmissions\nsubmissive\nsubmit\nsubmits\nsubmitted\nsubmitting\nsubmunitions\nsubnational\nsubnet\nsubodh\nsuboptimal\nsuborbital\nsuborder\nsuborders\nsubordinate\nsubordinated\nsubordinates\nsubordination\nsubotica\nsubpanel\nsubpar\nsubphylum\nsubplot\nsubplots\nsubpoena\nsubpoenaed\nsubpoenas\nsubprime\nsubproduct\nsubra\nsubramaniam\nsubramanian\nsubramanya\nsubrange\nsubregion\nsubregions\nsubron\nsubroto\nsubroutine\nsubroutines\nsubs\nsubsc\nsubscribe\nsubscribed\nsubscriber\nsubscribers\nsubscribes\nsubscribing\nsubscript\nsubscription\nsubscriptions\nsubscripts\nsubsea\nsubsection\nsubsections\nsubsequence\nsubsequent\nsubsequently\nsubseries\nsubservience\nsubservient\nsubset\nsubsets\nsubsidaries\nsubsidary\nsubside\nsubsided\nsubsidence\nsubsides\nsubsidiaries\nsubsidiarity\nsubsidiary\nsubsidies\nsubsiding\nsubsidisation\nsubsidise\nsubsidised\nsubsidises\nsubsidising\nsubsidize\nsubsidized\nsubsidizes\nsubsidizing\nsubsidy\nsubsist\nsubsisted\nsubsistence\nsubsisting\nsubsists\nsubsoil\nsubsonic\nsubsp.\nsubspace\nsubspaces\nsubspecialty\nsubspecies\nsubstance\nsubstances\nsubstandard\nsubstantia\nsubstantial\nsubstantially\nsubstantiate\nsubstantiated\nsubstantive\nsubstation\nsubstations\nsubstituent\nsubstituents\nsubstitute\nsubstituted\nsubstitutes\nsubstituting\nsubstitution\nsubstitutions\nsubstrate\nsubstrates\nsubstratum\nsubstring\nsubstructure\nsubsumed\nsubsurface\nsubsystem\nsubsystems\nsubterfuge\nsubterminal\nsubterranean\nsubtext\nsubtidal\nsubtitle\nsubtitled\nsubtitles\nsubtitling\nsubtle\nsubtler\nsubtleties\nsubtlety\nsubtly\nsubtotal\nsubtract\nsubtracted\nsubtracting\nsubtraction\nsubtractive\nsubtracts\nsubtree\nsubtribe\nsubtropical\nsubtropics\nsubtype\nsubtypes\nsubud\nsubunit\nsubunits\nsuburb\nsuburban\nsuburbanization\nsuburbia\nsuburbs\nsubutai\nsubversion\nsubversive\nsubversives\nsubvert\nsubverted\nsubverting\nsubway\nsubways\nsubwoofer\nsubwoofers\nsucafina\nsucceded\nsucceed\nsucceeded\nsucceeding\nsucceeds\nsucces\nsuccesful\nsuccesfully\nsuccess\nsuccesses\nsuccessful\nsuccessfull\nsuccessfully\nsuccession\nsuccessions\nsuccessive\nsuccessively\nsuccessor\nsuccessories\nsuccessors\nsuccinate\nsuccinct\nsuccinctly\nsuccour\nsuccubus\nsucculent\nsucculents\nsuccumb\nsuccumbed\nsuccumbing\nsuccumbs\nsucden\nsuceava\nsucess\nsucessful\nsucessfully\nsuch\nsucha\nsuchard\nsuchet\nsuchkov\nsuchman\nsuck\nsucked\nsucker\nsuckers\nsucking\nsuckling\nsucks\nsucralose\nsucre\nsucres\nsucriere\nsucrose\nsuction\nsuctioning\nsud\nsuda\nsudakshina\nsudam\nsudamericana\nsudamtex\nsudan\nsudanese\nsudanic\nsudarman\nsudarshan\nsudarsono\nsudbury\nsudden\nsudden-death\nsuddenly\nsude\nsudeley\nsudeten\nsudetenland\nsudetens\nsudha\nsudharz\nsudhir\nsudirman\nsudjana\nsudjatmiko\nsudliche\nsudoku\nsudradjad\nsudradjat\nsuds\nsudwest\nsudwestpfalz\nsue\nsuebi\nsued\nsueddeutsche\nsuede\nsuedwestdeutsche\nsuedwestlb\nsuedzucker\nsuef\nsuel\nsuen\nsueno\nsues\nsuessmuth\nsuet\nsuetonius\nsueur\nsuevi\nsuey\nsuez\nsuez-lyonnaise\nsuezmax\nsuezmaxes\nsuffer\nsuffered\nsufferer\nsufferers\nsuffering\nsufferings\nsuffern\nsuffers\nsuffice\nsufficed\nsufficent\nsuffices\nsufficiency\nsufficient\nsufficiently\nsuffield\nsuffix\nsuffixed\nsuffixes\nsuffocate\nsuffocated\nsuffocating\nsuffocation\nsuffolk\nsuffragan\nsuffragans\nsuffrage\nsuffragette\nsuffragettes\nsuffragist\nsuffren\nsuffused\nsufi\nsufis\nsufism\nsufjan\nsufyan\nsuga\nsugababes\nsugar\nsugar-based\nsugarbeet\nsugarbeets\nsugarcane\nsugarcubes\nsugarev\nsugarhill\nsugarland\nsugarloaf\nsugarman\nsugars\nsugary\nsugden\nsuge\nsugen\nsuggest\nsuggested\nsuggesting\nsuggestion\nsuggestions\nsuggestive\nsuggests\nsuggs\nsugianto\nsugisaki\nsugita\nsugiura\nsugiyama\nsugriva\nsuguru\nsuh\nsuharto\nsuhl\nsui\nsuicidal\nsuicide\nsuicides\nsuikoden\nsuing\nsuir\nsuis\nsuisan\nsuissa\nsuisse\nsuisun\nsuit\nsuitability\nsuitable\nsuitably\nsuitcase\nsuitcases\nsuite\nsuited\nsuites\nsuitespot\nsuiting\nsuitland\nsuitor\nsuitors\nsuits\nsuiza\nsujatha\nsujet\nsuji\nsuk\nsukarno\nsukarnoputri\nsukavit\nsuker\nsukh\nsukhoi\nsukhothai\nsukhumi\nsuki\nsukkot\nsukkur\nsukova\nsukri\nsukses\nsukuna\nsukur\nsul\nsula\nsulaiman\nsulaimaniya\nsulawesi\nsulayman\nsulci\nsulcus\nsuleiman\nsuleyman\nsulfate\nsulfates\nsulfide\nsulfides\nsulfite\nsulfur\nsulfuric\nsuliban\nsulids\nsull\nsulla\nsullen\nsulley\nsullied\nsullivan\nsullivans\nsullom\nsully\nsulman\nsulong\nsulphate\nsulphide\nsulphides\nsulphur\nsulphuric\nsulphurs\nsulpice\nsulpicius\nsultan\nsultana\nsultanate\nsultanates\nsultanik\nsultanpur\nsultans\nsultry\nsulu\nsulzbach\nsulzberger\nsulzer\nsum\nsuma\nsumac\nsumadija\nsuman\nsumas\nsumatera\nsumatra\nsumatran\nsumba\nsumbawa\nsumed\nsumer\nsumerian\nsumerians\nsumi\nsumida\nsumisho\nsumitomo\nsumma\nsummarecon\nsummaries\nsummarily\nsummarise\nsummarised\nsummarises\nsummarising\nsummarization\nsummarize\nsummarized\nsummarizes\nsummarizing\nsummary\nsummary-\nsummation\nsummed\nsummer\nsummerall\nsummerfest\nsummerfield\nsummerhill\nsummerland\nsummerlin\nsummers\nsummerset\nsummerside\nsummerslam\nsummertime\nsummerville\nsumming\nsummit\nsummits\nsummitt\nsummitville\nsummon\nsummoned\nsummoner\nsummoning\nsummons\nsummonses\nsummum\nsumner\nsumo\nsump\nsumpter\nsumptuary\nsumptuous\nsums\nsumter\nsun\nsun-air\nsun-diamond\nsun-hong\nsun-sentinel\nsun-times\nsuna\nsunair\nsunako\nsunamerica\nsunan\nsunapee\nsunat\nsunbathing\nsunbeam\nsunbelt\nsunbird\nsunbirds\nsunbow\nsunburn\nsunburst\nsunbury\nsuncani\nsuncoast\nsuncor\nsuncor*\nsuncorp\nsuncorp-metway\nsuncrest\nsuncrush\nsund\nsunda\nsundae\nsundakov\nsundal\nsundance\nsundanese\nsundar\nsundara\nsundaram\nsundarbans\nsunday\nsundays\nsundberg\nsunder\nsundered\nsunderland\nsundew\nsundial\nsundials\nsundiata\nsundin\nsundiro\nsundown\nsundram\nsundry\nsunds\nsundstrand\nsundstrom\nsundsvall\nsune\nsuneson\nsunfire\nsunfish\nsunflower\nsunflowers\nsunflowerseed\nsung\nsung-hee\nsung-ho\nsung-joo\nsung-won\nsunga\nsungai\nsungard\nsungei\nsunglass\nsunglasses\nsunil\nsunita\nsunk\nsunken\nsunkist\nsunkyong\nsunland\nsunless\nsunlight\nsunlit\nsunmeal\nsunn\nsunna\nsunnah\nsunni\nsunni-led\nsunni-shi'ite\nsunniest\nsunningdale\nsunnis\nsunny\nsunnybank\nsunnybrook\nsunnydale\nsunnyside\nsunnyvale\nsunoco\nsunoil\nsunos\nsunpage\nsunraysia\nsunright\nsunrise\nsunriver\nsunroof\nsunrunner\nsuns\nsunscreen\nsunseed\nsunseeds\nsunset\nsunsets\nsunshine\nsunsource\nsunspot\nsunspots\nsunstar\nsunstone\nsunstorm\nsunstreaker\nsunt\nsuntory\nsuntrust\nsununu\nsunway\nsunwear\nsuny\nsuo\nsuomen\nsuomi\nsup\nsup-res\nsupa\nsuper\nsuper-g\nsuper-giant\nsuper-jumbo\nsuper-regional\nsuper-sol\nsuper0\nsuperannuation\nsuperb\nsuperba\nsuperbas\nsuperbike\nsuperbly\nsuperbowl\nsuperboy\nsuperbrawl\nsuperbus\nsupercar\nsupercard\nsupercars\nsupercell\nsupercells\nsupercentenarian\nsupercenter\nsupercenters\nsupercharged\nsupercharger\nsuperchargers\nsupercharging\nsuperchunk\nsupercilia\nsupercilium\nsuperclub\nsupercluster\nsupercomputer\nsupercomputers\nsupercomputing\nsuperconducting\nsuperconductivity\nsuperconductor\nsuperconductors\nsupercontinent\nsupercooled\nsupercopa\nsupercouple\nsupercritical\nsupercross\nsupercup\nsupercuts\nsuperdome\nsuperdraft\nsuperdrug\nsuperego\nsuperettan\nsuperfamilies\nsuperfamily\nsuperfast\nsuperficial\nsuperficiality\nsuperficially\nsuperfine\nsuperfluid\nsuperfluous\nsuperfly\nsuperfortress\nsuperfos\nsuperfriends\nsuperfund\nsupergate\nsupergen\nsupergiant\nsupergirl\nsupergrass\nsupergravity\nsupergroup\nsuperheated\nsuperhero\nsuperheroes\nsuperheroine\nsuperheros\nsuperhighway\nsuperhuman\nsuperhumanly\nsuperhumans\nsuperieur\nsuperieure\nsuperimposed\nsuperin\nsuperintend\nsuperintended\nsuperintendence\nsuperintendency\nsuperintendent\nsuperintendents\nsuperintending\nsuperion\nsuperior\nsuperiore\nsuperiority\nsuperiors\nsuperjumbo\nsuperlative\nsuperlatives\nsuperleague\nsuperliga\nsuperliner\nsuperluminal\nsupermajority\nsuperman\nsuperman/batman\nsupermarine\nsupermarionation\nsupermarket\nsupermarkets\nsupermarkets-to-funeral\nsupermassive\nsupermax\nsupermen\nsupermercados\nsupermini\nsupermodel\nsupermodels\nsupernatural\nsupernaturally\nsupernova\nsupernovae\nsupernumerary\nsuperorder\nsuperoxide\nsuperphenix\nsuperposed\nsuperposition\nsuperpower\nsuperpowered\nsuperpowers\nsuperpundi\nsupers\nsupersaham\nsuperscalar\nsuperscript\nsupersede\nsuperseded\nsupersedes\nsuperseding\nsuperset\nsupersol\nsupersonic\nsupersonics\nsuperspeedway\nsupersport\nsuperstar\nsuperstardom\nsuperstars\nsuperstate\nsuperstation\nsuperstition\nsuperstitions\nsuperstitious\nsuperstore\nsuperstores\nsuperstring\nsuperstructure\nsupersymmetric\nsupersymmetry\nsupertanker\nsupertel\nsupertramp\nsupervalu\nsupervillain\nsupervillains\nsupervise\nsupervised\nsupervises\nsupervising\nsupervision\nsupervisor\nsupervisors\nsupervisory\nsuperweapon\nsuperwoman\nsupine\nsuplex\nsuplied\nsuport\nsupp.\nsupper\nsuppiluliuma\nsupplant\nsupplanted\nsupplanting\nsupple\nsupplement\nsupplemental\nsupplementary\nsupplementation\nsupplemented\nsupplementing\nsupplements\nsupplication\nsupplied\nsupplier\nsuppliers\nsupplies\nsupply\nsupply-and-demand\nsupply-demand\nsupply-side\nsupplying\nsupport\nsupported\nsupporter\nsupporters\nsupporting\nsupportive\nsupports\nsuppose\nsupposed\nsupposedly\nsupposes\nsupposing\nsupposition\nsuppport\nsuppress\nsuppressant\nsuppressed\nsuppresses\nsuppressing\nsuppression\nsuppressive\nsuppressor\nsuppressors\nsupra\nsupramolecular\nsupranational\nsuprema\nsupremacist\nsupremacists\nsupremacy\nsupreme\nsupremely\nsupremes\nsupremo\nsupremum\nsuprianto\nsuprieur\nsuprise\nsuprised\nsuprising\nsuprisingly\nsuquia\nsur\nsura\nsurabaya\nsurah\nsuraj\nsurak\nsurakarta\nsurakiart\nsural\nsuralco\nsuramericana\nsurana\nsuranyi\nsurat\nsurayud\nsurbiton\nsurcharge\nsurcharges\nsurcouf\nsure\nsurely\nsurendra\nsuresh\nsurete\nsurety\nsurf\nsurface\nsurface-to-air\nsurface-to-surface\nsurfaced\nsurfaces\nsurfacing\nsurfactant\nsurfactants\nsurfboard\nsurfboards\nsurfed\nsurfeit\nsurfer\nsurfers\nsurfin\nsurfing\nsurfliner\nsurfside\nsurge\nsurged\nsurgeon\nsurgeons\nsurgeries\nsurgery\nsurges\nsurgical\nsurgically\nsurging\nsurgut\nsurgutneftegaz\nsurhoff\nsuri\nsuria\nsuribachi\nsurigao\nsurin\nsurinam\nsuriname\nsurinamese\nsuriya\nsurjadi\nsurjective\nsurjeet\nsurly\nsurma\nsurmise\nsurmised\nsurmises\nsurmount\nsurmounted\nsurmounting\nsurname\nsurnamed\nsurnames\nsuroor\nsurp\nsurpass\nsurpassed\nsurpasses\nsurpassing\nsurpise\nsurplice\nsurplus\nsurpluses\nsurprise\nsurprised\nsurprises\nsurprising\nsurprisingly\nsurratt\nsurreal\nsurrealism\nsurrealist\nsurrealistic\nsurrealists\nsurrender\nsurrendered\nsurrendering\nsurrenders\nsurreptitious\nsurreptitiously\nsurrey\nsurrogate\nsurrogates\nsurround\nsurrounded\nsurrounding\nsurroundings\nsurrounds\nsurry\nsurtax\nsurtees\nsuruga\nsurveillance\nsurvey\nsurveyed\nsurveying\nsurveyor\nsurveyors\nsurveys\nsurvivability\nsurvivable\nsurvival\nsurvivalist\nsurvivals\nsurvive\nsurvived\nsurvives\nsurviving\nsurvivor\nsurvivors\nsurvivorship\nsurya\nsurya-\nsus\nsusa\nsusak\nsusan\nsusana\nsusann\nsusanna\nsusannah\nsusanne\nsusantha\nsusanti\nsusceptibility\nsusceptible\nsuse\nsusep\nsushi\nsusi\nsusie\nsusitna\nsuskin\nsuslov\nsusp\nsuspect\nsuspected\nsuspecting\nsuspects\nsuspend\nsuspended\nsuspenders\nsuspending\nsuspends\nsuspense\nsuspenseful\nsuspension\nsuspensions\nsuspicion\nsuspicions\nsuspicious\nsuspiciously\nsusquehanna\nsusr\nsussex\nsusskind\nsussman\nsustain\nsustainability\nsustainable\nsustainably\nsustained\nsustainer\nsustaining\nsustainment\nsustains\nsustenance\nsustrans\nsusu\nsusumu\nsusurluk\nsusy\nsutch\nsutcliffe\nsuter\nsuthep\nsuther\nsutherland\nsutin\nsutjeska\nsutlej\nsutra\nsutras\nsutrisno\nsutro\nsutta\nsutter\nsutton\nsuture\nsutures\nsuu\nsuunto\nsuv\nsuva\nsuvarnabhumi\nsuvk\nsuvla\nsuvorov\nsuvs\nsuwa\nsuwalki\nsuwandi\nsuwanee\nsuwannee\nsuwat\nsuwon\nsuz\nsuzaku\nsuzanna\nsuzanne\nsuzano\nsuzdal\nsuze\nsuzerain\nsuzerainty\nsuzette\nsuzhou\nsuzi\nsuzie\nsuzuka\nsuzuken\nsuzuki\nsuzutan\nsuzy\nsv\nsv0\nsva\nsvalbard\nsvanholm\nsvante\nsvatopluk\nsvc\nsvcs\nsvd\nsvea\nsvealand\nsvedala\nsvedberg\nsvehla\nsvein\nsveinn\nsven\nsven-goran\nsvend\nsvendborg\nsvendsen\nsvensk\nsvenska\nsvensktoppen\nsvensson\nsverak\nsverdlovenergo\nsverdlovsk\nsverdrup\nsverige\nsveriges\nsverker\nsverre\nsveta\nsveti\nsvetlana\nsvetoslav\nsvetozar\nsvg\nsviatopolk\nsviatoslav\nsvift\nsvirko\nsvo\nsvoboda\nsvobodny\nsvorada\nsvp\nsvr\nsvs\nsvt\nsvt0\nsvu\nsvy\nsvyatoslav\nsvyazinform\nsvyazinvest\nsw\nsw0\nswab\nswabia\nswabian\nswabians\nswabs\nswadesh\nswadeshi\nswag\nswaggart\nswagger\nswaha\nswahili\nswain\nswainson\nswale\nswalec\nswales\nswallow\nswallowed\nswallowing\nswallows\nswallowtail\nswam\nswami\nswamigal\nswamiji\nswaminarayan\nswaminathan\nswamp\nswamped\nswamping\nswampland\nswamplands\nswamps\nswampy\nswamy\nswan\nswanage\nswanee\nswanepoel\nswank\nswanley\nswann\nswans\nswansea\nswanson\nswansong\nswanston\nswanton\nswanwick\nswap\nswapo\nswapped\nswapping\nswaps\nswaraj\nswarm\nswarmed\nswarming\nswarms\nswarovski\nswart\nswarthmore\nswarthy\nswartz\nswarzedz\nswarzedzkie\nswasey\nswash\nswashbuckler\nswashbuckling\nswastika\nswastikas\nswat\nswatara\nswatch\nswath\nswathe\nswathed\nswathes\nswathi\nswathing\nswaths\nswati\nsway\nswayamsevak\nswayed\nswaying\nswayne\nswayze\nswazi\nswaziland\nswc\nswe\nswear\nswearengen\nswearing\nswearing-in\nswearingen\nswears\nsweat\nsweater\nsweaters\nsweating\nsweats\nsweatshirt\nsweatshirts\nsweatshop\nsweatshops\nsweaty\nswebus\nswedbank\nswede\nsweden\nswedenborg\nswedenborgian\nswedes\nswedfund\nswedish\nswedish-based\nswedish-swiss\nswedish-u.s.\nswee\nsweelinck\nsweeney\nsweeny\nsweep\nsweeper\nsweepers\nsweeping\nsweeps\nsweepstakes\nsweet\nsweeten\nsweetened\nsweetener\nsweeteners\nsweetening\nsweetens\nsweeter\nsweetest\nsweetheart\nsweethearts\nsweetie\nsweetly\nsweetman\nsweetner\nsweetners\nsweetness\nsweets\nsweetwater\nswell\nswelled\nswelling\nswellings\nswells\nsweltering\nswensen\nswenson\nswept\nswerve\nswerved\nswett\nsweyn\nswf\nswiecicki\nswiecie\nswietokrzyskie\nswift\nswifter\nswiftlet\nswiftly\nswiftness\nswifts\nswilly\nswim\nswimmer\nswimmers\nswimming\nswims\nswimsuit\nswimsuits\nswimwear\nswinburn\nswinburne\nswindells\nswindle\nswindled\nswindler\nswindlers\nswindling\nswindon\nswine\nswinford\nswing\nswing-n-slide\nswingarm\nswingeing\nswinger\nswingers\nswingin\nswinging\nswingley\nswings\nswinney\nswinton\nswipe\nswiped\nswipes\nswire\nswirl\nswirled\nswirling\nswirls\nswish\nswisher\nswiss\nswiss-based\nswiss-run\nswiss-swedish\nswissair\nswisscargo\nswissotel\nswitch\nswitchable\nswitchback\nswitchbacks\nswitchblade\nswitchboard\nswitchboards\nswitched\nswitcher\nswitchers\nswitches\nswitchfoot\nswitchgear\nswitching\nswitchover\nswitchyard\nswitkowski\nswitzer\nswitzerland\nswitzerland-based\nswivel\nswizz\nswollen\nswonk\nswoon\nswoop\nswooped\nswooping\nswoops\nswope\nsword\nswordfighting\nswordfish\nswordplay\nswords\nswordsman\nswordsmanship\nswordsmen\nswore\nsworn\nswp\nswr\nsws\nswt\nswum\nswung\nsww\nswx\nsx\nsx-ew\nsx0\nsxsw\nsy\nsyama\nsyaoran\nsyarifuddin\nsybase\nsybil\nsybille\nsybron\nsycamore\nsych\nsycom\nsycorax\nsyd\nsydal\nsydbank\nsydenham\nsydkraft\nsydney\nsydney-based\nsydney-hobart\nsydney-to-hobart\nsydnor\nsydow\nsyed\nsyenite\nsyfrets\nsykes\nsykora\nsyl\nsylar\nsylhet\nsylla\nsyllabary\nsyllabi\nsyllabic\nsyllabics\nsyllable\nsyllables\nsyllabus\nsyllogism\nsylmar\nsylph\nsylt\nsylva\nsylvain\nsylvan\nsylvana\nsylvanas\nsylvania\nsylvanus\nsylven\nsylvester\nsylvestre\nsylvia\nsylvian\nsylvie\nsylviidae\nsymantec\nsymbian\nsymbiont\nsymbionts\nsymbiosis\nsymbiote\nsymbiotes\nsymbiotic\nsymbol\nsymbolic\nsymbolical\nsymbolically\nsymbolics\nsymbolise\nsymbolised\nsymbolises\nsymbolising\nsymbolism\nsymbolist\nsymbolists\nsymbolize\nsymbolized\nsymbolizes\nsymbolizing\nsymbology\nsymbols\nsymcox\nsyme\nsymeon\nsymington\nsymmes\nsymmetric\nsymmetrical\nsymmetrically\nsymmetries\nsymmetry\nsymon\nsymond\nsymonds\nsymone\nsymons\nsympathetic\nsympathetically\nsympathies\nsympathise\nsympathised\nsympathiser\nsympathisers\nsympathising\nsympathize\nsympathized\nsympathizer\nsympathizers\nsympathizes\nsympathizing\nsympathy\nsympatric\nsymphonia\nsymphonic\nsymphonie\nsymphonies\nsymphony\nsymphysis\nsymplectic\nsymposia\nsymposium\nsymptom\nsymptomatic\nsymptoms\nsyn\nsyn0\nsynagogue\nsynagogues\nsynapse\nsynapses\nsynaptic\nsync\nsynced\nsynch\nsynched\nsynching\nsynchro\nsynchromesh\nsynchronicity\nsynchronisation\nsynchronise\nsynchronised\nsynchronization\nsynchronize\nsynchronized\nsynchronizing\nsynchronous\nsynchronously\nsynchrony\nsynchrotron\nsyncing\nsyncopated\nsyncopation\nsyncope\nsyncor\nsyncretic\nsyncretism\nsyncrude\nsynd\nsyndicalism\nsyndicalist\nsyndicalists\nsyndicat\nsyndicate\nsyndicated\nsyndicates\nsyndicating\nsyndication\nsyndications\nsyndicator\nsyndrome\nsyndromes\nsyne\nsynergies\nsynergistic\nsynergy\nsynesthesia\nsynetic\nsyngal\nsynge\nsyngman\nsynod\nsynodal\nsynodic\nsynodical\nsynods\nsynonym\nsynonymous\nsynonymously\nsynonyms\nsynonymy\nsynopses\nsynopsis\nsynopsys\nsynoptic\nsynoptics\nsynovial\nsynovus\nsyntactic\nsyntactical\nsyntactically\nsyntax\nsyntex\nsynth\nsynthase\nsynthelabo\nsyntheses\nsynthesia\nsynthesis\nsynthesise\nsynthesised\nsynthesiser\nsynthesisers\nsynthesize\nsynthesized\nsynthesizer\nsynthesizers\nsynthesizes\nsynthesizing\nsynthetase\nsynthetic\nsynthetically\nsynthetics\nsynthpop\nsynthroid\nsynths\nsyon\nsyosset\nsyphax\nsyphilis\nsyphon\nsyquest\nsyr\nsyracusan\nsyracuse\nsyrah\nsyratech\nsyria\nsyriac\nsyrian\nsyrian-backed\nsyrian-controlled\nsyrian-israeli\nsyrians\nsyringe\nsyringes\nsyrinx\nsyrmia\nsyro\nsyron\nsyros\nsyrup\nsyrups\nsyrus\nsys\nsysco\nsysdeco\nsystel\nsystem\nsystem-wide\nsystem.\nsystem/0\nsystema\nsystemat\nsystematic\nsystematically\nsystematics\nsystematization\nsystematized\nsysteme\nsystemes\nsystemhaus\nsystemic\nsystemix\nsystems\nsystemsoft\nsystemwide\nsystole\nsystolic\nsysuyev\nsytem\nsytems\nsytrol\nsyunik\nsyzygium\nsyzygy\nsz\nszabo\nszabolcs\nszalasi\nszalloda\nszapary\nszasz\nszatmar\nszatmari\nszczecin\nszczesny\nszdsz\nsze\nszechenyi\nszeged\nszekely\nszekelys\nszekesfehervar\nszeles\nszell\nszent\nszentivanyi\nszepieniec\nszeto\nszilard\nszkla\nszlachcic\nszlachta\nszoke\nszolgyemy\nszolnok\nszolyka\nszombathely\nszpilman\nszulenyi\nszwarc\nszymanowski\nszymborska\nszymon\nt\nt$\nt&e\nt&g\nt&n\nt&t\nt'ai\nt'aime\nt'pol\nt'sas\nt-bill\nt-bills\nt-bond\nt-bonds\nt-cells\nt-corp\nt-d\nt-mobil\nt-note\nt-notes\nt-online\nt-shirt\nt-shirts\nt-trade\nt.\nt.a\nt.a.\nt.a.t.u.\nt.c.\nt.d.\nt.e.\nt.g.\nt.h.\nt.i.\nt.j.\nt.k.\nt.m.\nt.r.\nt.s.\nt.s.p.\nt.v\nt.v.\nt.w.\nt0\nt0/0\nt00\nt0a\nt0b\nt0e0\nt0s\nta\nta'if\nta0\ntaa\ntaaffe\ntaal\ntab\ntaba\ntabacalera\ntabacco\ntabacos\ntabai\ntabak\ntaban\ntabaqueira\ntabaracci\ntabarez\ntabari\ntabaristan\ntabasco\ntabassum\ntabbed\ntabby\ntabcorp\ntaber\ntabernacle\ntabernacles\ntabitha\ntabla\ntablas\ntablature\ntable\ntable-\ntable-first\ntable-india\ntable-philippine\ntable-sri\ntableau\ntableaux\ntablecloth\ntabled\ntableland\ntablelands\ntables\ntablet\ntabletop\ntablets\ntableware\ntabling\ntabloid\ntabloids\ntaboo\ntaboos\ntabor\ntabora\ntabou\ntabriz\ntabs\ntabu\ntabuchi\ntabuk\ntabula\ntabular\ntabulate\ntabulated\ntabulating\ntabulation\ntaby\ntac\ntaca\ntacchinardi\ntache\ntachi\ntachibana\ntachikawa\ntachikoma\ntachira\ntachometer\ntachycardia\ntachyon\ntacis\ntacit\ntacitly\ntaciturn\ntacitus\ntack\ntacked\ntacking\ntackle\ntackled\ntackler\ntackles\ntackling\ntacks\ntacky\ntacloban\ntacna\ntaco\ntacoma\ntacon\ntaconic\ntacony\ntacos\ntacs\ntact\ntactful\ntactic\ntactical\ntactically\ntactician\ntacticians\ntactics\ntactile\ntactless\ntad\ntada\ntadahiro\ntadano\ntadashi\ntadayuki\ntadcaster\ntaddeo\ntadema\ntadesse\ntadeusz\ntadhg\ntadic\ntadiran\ntadoussac\ntadpole\ntadpoles\ntae\ntae-soo\ntae-woo\ntaegu\ntaeil\ntaejo\ntaekwon\ntaekwondo\ntael\ntaelon\ntaelons\ntaf\ntafe\ntaff\ntaffarel\ntaffeta\ntaffy\ntafi\ntafsir\ntaft\ntaft-hartley\ntag\ntagalog\ntagalogs\ntaganrog\ntagaytay\ntagbilaran\ntage\ntages\ntages-anzeiger\ntagesspiegel\ntagg\ntaggart\ntagged\ntagging\ntagle\ntagliabue\ntagline\ntaglioni\ntagore\ntags\ntaguchi\ntaguig\ntagus\ntah\ntaha\ntahar\ntaher\ntahir\ntahiri\ntahirih\ntahiti\ntahitian\ntahlequah\ntahmasp\ntahoe\ntahoma\ntahrir\ntahu\ntai\ntaib\ntaibe\ntaic\ntaichi\ntaichung\ntaieri\ntaiex\ntaif\ntaifa\ntaiga\ntaihan\ntaihei\ntaiheiyo\ntaiho\ntaiji\ntaijiquan\ntaiko\ntail\ntail-end\ntailback\ntailed\ntailfin\ntailfins\ntailgate\ntailgating\ntailhook\ntailing\ntailings\ntailless\ntaillight\ntaillights\ntailor\ntailor-made\ntailored\ntailoring\ntailors\ntailpiece\ntailplane\ntails\ntailspin\ntailwheel\ntailwind\ntaim\ntain\ntaina\ntainan\ntaine\ntainer\ntaino\ntainos\ntaint\ntainted\ntainter\ntaipan\ntaipei\ntaipei.newsroom@reuters.com\ntaiping\ntaipower\ntaira\ntaisei\ntaisen\ntaishan\ntaishin\ntaisho\ntait\ntaita\ntaito\ntaiwan\ntaiwan-based\ntaiwan-china\ntaiwan-funded\ntaiwan-hong\ntaiwanese\ntaiyo\ntaiyuan\ntaiyuen\ntaizong\ntaj\ntajan\ntaji\ntajik\ntajik-afghan\ntajikistan\ntajiks\ntajima\ntajiri\ntajuddin\ntajudin\ntak\ntaka\ntaka-q\ntakada\ntakagi\ntakahashi\ntakahata\ntakako\ntakamatsu\ntakami\ntakamisawa\ntakamori\ntakano\ntakanobu\ntakanuva\ntakao\ntakaoka\ntakapuna\ntakara\ntakarabune\ntakarazuka\ntakare\ntakarekbank\ntakasago\ntakasaki\ntakase\ntakashi\ntakashima\ntakashimaya\ntakata\ntakato\ntakatoshi\ntakauji\ntakayama\ntakayanagi\ntakayuki\ntake\ntake-home\ntake-off\ntake-offs\ntake-or-pay\ntake-out\ntake-over\ntake-up\ntakeaway\ntakeaways\ntakeda\ntakedown\ntakefuji\ntakei\ntakelot\ntakemitsu\ntakemura\ntaken\ntakenaka\ntakeo\ntakeoff\ntakeoffs\ntakeout\ntakeover\ntakeovers\ntaker\ntakers\ntakeru\ntakes\ntakeshi\ntakeshita\ntakeuchi\ntakhar\ntakhisis\ntakhli\ntakht\ntaki\ntakin\ntaking\ntakings\ntakis\ntakizawa\ntakoma\ntakoradi\ntakover\ntaksim\ntaksin\ntaku\ntakua\ntakuma\ntakumi\ntakushoku\ntakuto\ntakuya\ntal\ntala\ntalabani\ntalal\ntalang\ntalaq\ntalara\ntalas\ntalat\ntalavera\ntalbert\ntalbot\ntalbots\ntalbott\ntalc\ntalca\ntalcahuano\ntalcott\ntale\ntaleb\ntaleban\ntaleban-controlled\ntaleban-held\ntalegen\ntalent\ntalented\ntalents\ntalentum\ntalermo\ntales\ntalha\ntali\ntalia\ntaliaferro\ntalib\ntaliban\ntalibid\ntalibor\ntaliesin\ntalinvest\ntalisay\ntalisman\ntalismans\ntalk\ntalkative\ntalkback\ntalked\ntalker\ntalkers\ntalkie\ntalkies\ntalkin\ntalking\ntalks\ntalkshow\ntalksport\ntall\ntalladega\ntallaght\ntallahassee\ntallapoosa\ntaller\ntalleres\ntallest\ntalley\ntalleyrand\ntallgrass\ntallied\ntallies\ntallin\ntallink\ntallinn\ntallinna\ntallis\ntallmadge\ntallman\ntallon\ntallow\ntallulah\ntally\ntallying\ntalmadge\ntalmage\ntalmon\ntalmud\ntalmudic\ntalmudical\ntalmudist\ntalon\ntalons\ntaloqan\ntalos\ntaloustutkimus\ntalpa\ntalse\ntalsi\ntaltavull\ntaltos\ntaluk\ntaluka\ntalukas\ntaluks\ntalus\ntalx\ntalyllyn\ntalyn\ntalysh\ntam\ntama\ntamagawa\ntamagotchi\ntamai\ntamaki\ntamale\ntamales\ntamalpais\ntamama\ntaman\ntamao\ntamar\ntamara\ntamarack\ntamarin\ntamarind\ntamarine\ntamas\ntamaulipas\ntamayo\ntamba\ntambang\ntambang-vii\ntambaram\ntambien\ntamblyn\ntambo\ntambon\ntambor\ntambora\ntambour\ntambourine\ntambourines\ntambov\ntambrands\ntambunan\ntame\ntamed\ntamer\ntamerlane\ntamers\ntameside\ntamexco\ntamfelt\ntami\ntamia\ntamiami\ntamika\ntamil\ntamilnadu\ntamils\ntamim\ntaming\ntamir\ntamirat\ntamiya\ntamla\ntamluk\ntamm\ntammany\ntammi\ntammuz\ntammy\ntamora\ntamoxifen\ntampa\ntampax\ntampella\ntamper\ntampere\ntampered\ntampering\ntampico\ntampines\ntampon\ntampons\ntamraz\ntamriel\ntamro\ntamrock\ntams\ntamsa\ntamsin\ntamura\ntamworth\ntan\ntana\ntanabe\ntanager\ntanagers\ntanagra\ntanah\ntanaiste\ntanaka\ntanakh\ntanami\ntanana\ntanasugarn\ntanayong\ntancred\ntancredi\ntancredo\ntandem\ntander\ntandja\ntando\ntandon\ntanduay\ntandy\ntane\ntanenbaum\ntaner\ntaney\ntaneyev\ntang\ntanga\ntangail\ntanganyika\ntangara\ntangent\ntangential\ntangentially\ntangentopoli\ntangents\ntanger\ntangerang\ntangerine\ntangerines\ntangible\ntangier\ntangiers\ntangjin\ntangle\ntangled\ntangles\ntanglewood\ntango\ntangos\ntangra\ntangshan\ntangut\ntanguy\ntangy\ntani\ntania\ntaniguchi\ntanis\ntanith\ntanizaki\ntanja\ntanjong\ntanjore\ntanjug\ntanjung\ntanjung-\ntank\ntanka\ntankage\ntankan\ntankard\ntanke\ntanker\ntankers\ntankian\ntanking\ntankobon\ntankor\ntanks\ntann\ntanna\ntannadice\ntanned\ntannen\ntannenbaum\ntannenberg\ntanner\ntanneries\ntanners\ntannery\ntannhauser\ntannic\ntannin\ntanning\ntannins\ntans\ntansen\ntansu\ntansy\ntant\ntantalising\ntantalisingly\ntantalite\ntantalizing\ntantalum\ntantalus\ntantamount\ntantawi\ntanto\ntanto-\ntantra\ntantras\ntantric\ntantrum\ntantrums\ntanu\ntanui\ntanuki\ntanura\ntanya\ntanz\ntanzania\ntanzanian\ntanzanians\ntanzi\ntao\ntaoiseach\ntaoism\ntaoist\ntaoists\ntaormina\ntaos\ntaoyuan\ntap\ntap*\ntap-air\ntap-in\ntapa\ntapaculo\ntapak-\ntapani\ntapas\ntape\ntape-recorded\ntaped\ntaper\ntapered\ntapering\ntapers\ntapes\ntapestries\ntapestry\ntapeworm\ntapi\ntapia\ntapie\ntaping\ntapings\ntapio\ntapioca\ntapiola\ntapir\ntapirs\ntapis\ntapos\ntapp\ntappan\ntapped\ntapper\ntappers\ntapping\ntapr\ntaproot\ntaps\ntapti\ntapu\ntaq\ntaqi\ntar\ntara\ntarabetic\ntarakan\ntaraki\ntaran\ntaranaki\ntaranee\ntarango\ntarantella\ntarantini\ntarantino\ntaranto\ntarantula\ntarantulas\ntarapaca\ntarapore\ntaras\ntarascan\ntarasov\ntarawa\ntarawnah\ntarbell\ntarbert\ntarbes\ntardiness\ntardis\ntardive\ntardy\ntare\ntaree\ntarek\ntarentum\ntareq\ntarg\ntarga\ntargaryen\ntarget\ntargeted\ntargeting\ntargetmasters\ntargets\ntargetted\ntargetting\ntargoviste\ntargu\ntargum\ntari\ntaribo\ntariceanu\ntarif\ntarifa\ntariff\ntariff-free\ntariffs\ntarija\ntarik\ntarikh\ntarim\ntariq\ntaris\ntarja\ntarka\ntarkenton\ntarkett\ntarkhanov\ntarkin\ntarkington\ntarkovsky\ntarlac\ntarleton\ntarmac\ntarn\ntarnat\ntarnish\ntarnished\ntarnishing\ntarnoff\ntarnopol\ntarnovo\ntarnow\ntarnowski\ntarns\ntarnum\ntaro\ntarom\ntarot\ntarp\ntarpaulin\ntarpon\ntarps\ntarquin\ntarquinius\ntarr\ntarraconensis\ntarragon\ntarragona\ntarrant\ntarrasch\ntarred\ntarrega\ntarrifs\ntarrytown\ntars\ntarsal\ntarses\ntarsier\ntarsiers\ntarski\ntarsus\ntart\ntartaglia\ntartakower\ntartan\ntartans\ntartar\ntartaric\ntartars\ntartarstan\ntartarus\ntartary\ntartous\ntarts\ntartu\ntartuffe\ntarullo\ntarun\ntaruna\ntarver\ntarxien\ntaryn\ntarzan\ntarzana\ntarzi\ntas\ntaschereau\ntaschke\ntascor\ntase\ntaser\ntasers\ntash\ntasha\ntashi\ntashkent\ntashlin\ntasikmalaya\ntask\ntasked\ntasker\ntaskforce\ntasking\ntaskmaster\ntasks\ntasman\ntasmania\ntasmanian\ntasr\ntass\ntassel\ntassels\ntassilo\ntasslehoff\ntasso\ntassos\ntaste\ntasted\ntasteful\ntasteless\ntastemaker\ntaster\ntastes\ntasting\ntastings\ntasty\ntat\ntata\ntata-sia\ntata-singapore\ntatami\ntatanka\ntatar\ntatarchev\ntatarescu\ntatars\ntatarstan\ntatas\ntataurangi\ntatchell\ntate\ntateho\ntatemono\ntathagatagarbha\ntatham\ntati\ntatiana\ntatler\ntatmadaw\ntatneft\ntato\ntatooine\ntatra\ntatran\ntatras\ntatsumi\ntatsuo\ntatsuya\ntattered\ntatters\ntattersall\ntattlers\ntattnall\ntatton\ntattoo\ntattooed\ntattooing\ntattoos\ntattva\ntatum\ntatyana\ntau\ntau'ri\ntaub\ntaube\ntauber\ntaubman\ntauern\ntaufik\ntaught\ntaulava\ntaument\ntaung\ntaunt\ntaunted\ntaunting\ntaunton\ntaunts\ntaunus\ntaupin\ntaupo\ntauran\ntauranga\ntauras\ntauren\ntauri\ntaurine\ntauro\ntaurus\ntaussig\ntaut\ntautog\ntautology\ntauziat\ntauzin\ntav\ntavares\ntavarez\ntavastia\ntaven\ntavener\ntavern\ntaverner\ntavernier\ntaverns\ntaveuni\ntavildara\ntavion\ntavis\ntavistock\ntavria\ntaw\ntawa\ntawang\ntawau\ntawdry\ntawhaki\ntawhid\ntawi\ntawney\ntawny\ntax\ntax-\ntax-and-spend\ntax-cut\ntax-cutting\ntax-deductible\ntax-deferred\ntax-exempt\ntax-financed\ntax-free\ntax-loss\ntax-paid\ntax-payers\ntax-raising\ntax-related\ntax-writing\ntaxa\ntaxable\ntaxable-equivalent\ntaxation\ntaxed\ntaxell\ntaxes\ntaxi\ntaxicab\ntaxicabs\ntaxidermist\ntaxidermy\ntaxiing\ntaxila\ntaxing\ntaxis\ntaxiway\ntaxiways\ntaxman\ntaxol\ntaxon\ntaxonomic\ntaxonomically\ntaxonomies\ntaxonomist\ntaxonomists\ntaxonomy\ntaxotere\ntaxpayer\ntaxpayers\ntaxquet\ntaxus\ntay\ntaya\ntayabas\ntayan\ntayeb\ntayler\ntaylor\ntaylors\ntaylorsville\ntaymyr\ntayside\ntaz\ntazewell\ntazz\ntb\ntb.cb0\ntb.pu0\ntb0\ntba\ntban\ntbc\ntbcc\ntbf\ntbi\ntbilisi\ntbill\ntbm\ntbn\ntbs\ntbwa\ntc\ntc0\ntca\ntcas\ntcb\ntcc\ntcd\ntce\ntcf\ntcg\ntch\ntchad\ntchaikovsky\ntchibo\ntchmil\ntchuruk\ntci\ntck\ntcl\ntcm\ntcnz\ntco\ntcorp\ntcp\ntcp/ip\ntcpl\ntcr\ntcs\ntcsi\ntcu\ntcv\ntcw\ntd\ntd0\ntdb\ntdc\ntdd\ntdf\ntdi\ntdk\ntdm\ntdma\ntdn\ntdp\ntdr\ntds\ntdy\nte\ntea\nteach\nteacher\nteachers\nteaches\nteaching\nteachings\nteachta\nteachtai\nteacup\nteagarden\nteague\nteahouse\nteak\nteal\nteal'c\nteam\nteam-mate\nteam-mates\nteam.\nteam0\nteamed\nteaming\nteammate\nteammates\nteams\nteamster\nteamsters\nteamsystem\nteamwork\nteaneck\nteapot\nteapots\ntear\nteardrop\nteardrops\nteare\ntearful\ntearfully\nteargas\ntearing\ntearoom\ntearooms\ntears\nteas\nteasdale\ntease\nteased\nteaser\nteasers\nteases\nteasing\nteaspoon\nteat\nteater\nteatr\nteatro\nteats\ntebaldi\ntebar\ntebbit\ntebbutt\ntebow\ntec\ntec0\ntech\ntechical\ntechint\ntechnet\ntechnetium\ntechnical\ntechnicalities\ntechnicality\ntechnically\ntechnically-driven\ntechnicals\ntechnicals)-------------------------\ntechnicals)---------------------------\ntechnicals)-----------------------------\ntechnicals)-------------------------------\ntechnicals)--------------------------------\ntechnician\ntechnicians\ntechnicolor\ntechnics\ntechnik\ntechnion\ntechnip\ntechnique\ntechniques\ntechnische\ntechnitrol\ntechno\ntechnocracy\ntechnocrat\ntechnocratic\ntechnocrats\ntechnodomiki\ntechnogym\ntechnol\ntechnolgy\ntechnological\ntechnologically\ntechnologie\ntechnologies\ntechnologist\ntechnologists\ntechnology\ntechnology-based\ntechnology-heavy\ntechnology-laden\ntechnology-studded\ntechnopark\ntechnorati\ntechnos\ntechology\ntechs\ntechsystems\ntechteam\ntechtv\ntechway\nteck\ntecmo\ntecnica\ntecnol\ntecnologico\ntecnomatix\ntecnost\nteco\ntecon\ntectona\ntectonic\ntectonics\ntecumseh\ntecumsehs\nted\ntedas\ntedco\ntedd\ntedder\nteddington\nteddy\ntedeschi\ntedesco\ntedi\ntedious\ntedium\ntee\ntee-comm\nteed\nteekay\nteela\nteeming\nteemu\nteen\nteen-age\nteen-ager\nteen-agers\nteena\nteenage\nteenaged\nteenager\nteenagers\nteenie\nteens\ntees\nteesdale\nteeside\nteesside\nteesta\nteeter\nteetered\nteetering\nteeth\nteething\ntefillin\nteflon\nteg\ntegan\ntegea\ntegel\ntegernsee\ntegh\ntegucigalpa\nteh\ntehachapi\ntehama\nteheran\ntehran\ntehrik-i-insaaf\ntehrik-i-jafria\ntehsil\ntehsils\ntehtaat\ntehuantepec\ntei\nteichmann\nteignmouth\nteijin\nteikoku\nteilhard\nteis\nteitelbaum\nteito\nteixeira\ntej\nteja\ntejada\ntejan\ntejano\ntejas\ntejo\ntejon\ntek\nteke\ntekelec\ntekke\ntekken\ntekko\ntekle\nteknaf\nteknik\nteknologi\ntekong\ntekstil\ntekstilshchik\ntektites\ntektronix\ntel\ntel+\ntel-save\ntel.o\ntel0\ntel0000\ntel:0\ntela\ntelam\ntelamon\ntelangana\ntelarc\ntelcel\ntelco\ntelcom\ntelcommunications\ntelcoms\ntelcos\ntele\ntele-comms\ntele-communications\ntele-tv\ntele0\ntelebras\ntelecard\ntelecast\ntelecaster\ntelecasters\ntelecasting\ntelecasts\ntelecel\ntelecheck\ntelechoice\ntelecinco\ntelecine\ntelecom\ntelecomasia\ntelecomm\ntelecomms\ntelecommuncations\ntelecommunciations\ntelecommunication\ntelecommunications\ntelecoms\ntelecomunicaciones\ntelecomunicacoes\ntelecomunications\nteleconference\nteleconferencing\nteleconstructors\ntelecopier\ntelectronics\nteledanmark\nteledata\nteledesic\ntelediffusion\nteledyne\ntelefe\ntelefilm\ntelefilms\ntelefis\ntelefnica\ntelefon\ntelefonica\ntelefonnaya\ntelefonos\ntelefunken\ntelefutura\ntelegenic\nteleglobe\ntelegraaf\ntelegraf\ntelegram\ntelegrams\ntelegraph\ntelegraphed\ntelegraphic\ntelegraphs\ntelegraphy\ntelegroup\nteleki\ntelekinesis\ntelekinetic\ntelekinetically\ntelekom\ntelekomunikacja\ntelekomunikasi\ntelelinks\ntelemachus\ntelemann\ntelemark\ntelemarketing\ntelematic\ntelematics\ntelemedia\ntelemedicine\ntelemetry\ntelemig\ntelemisr\ntelemovie\ntelemundo\ntelenet\ntelenor\ntelenoticias\ntelenovela\ntelenovelas\nteleological\nteleology\ntelepar\ntelepath\ntelepathic\ntelepathically\ntelepaths\ntelepathy\ntelephone\ntelephone-based\ntelephoned\ntelephones\ntelephoning\ntelephony\ntelephoto\ntelepiu\ntelepizza\nteleplay\nteleport\nteleportation\nteleported\nteleporter\nteleporters\nteleporting\nteleports\ntelepresence\nteleprinter\ntelerate\nteleri\ntelerj\ntelesat\ntelescope\ntelescopes\ntelescopic\ntelescoping\nteleservices\ntelesis\ntelesp\ntelesystem\ntelet\nteletech\nteletext\ntelethon\nteletoon\nteletype\ntelevangelist\ntelevisa\ntelevise\ntelevised\ntelevisi\ntelevising\ntelevision\ntelevisions\ntelevison\ntelevoting\ntelevsion\ntelewest\ntelework\ntelex\ntelex-chile\ntelfair\ntelfer\ntelford\ntelfort\ntelia\ntelic\ntelident\ntelinfo\nteljoy\ntelkom\ntell\ntella\ntellabs\nteller\ntellers\ntellez\ntellico\ntellier\ntelling\ntellingly\ntellings\ntells\ntelltale\ntelluride\ntellurium\ntellus\ntelly\ntelmex\ntelmo\ntelnet\ntelok\ntelomerase\ntelomeres\ntelos\ntelrad\ntelsim\ntelspec\ntelstar\ntelstra\nteltrend\ntelugu\nteluk\nteluk-\ntelular\ntelus\ntelxon\ntelz\ntem\ntema\ntemagami\ntemasek\ntemazepam\ntembec\ntemblor\ntembo\nteme\ntemecula\ntemelin\ntemer\ntemesan\ntemescal\ntemic\ntemiscamingue\ntemo\ntemp\ntempe\ntempel\ntempelhof\ntemper\ntempera\ntemperament\ntemperamental\ntemperaments\ntemperance\ntemperate\ntemperature\ntemperatures\ntempered\ntempering\ntempers\ntempest\ntempestuous\ntempi\ntemplar\ntemplars\ntemplate\ntemplates\ntemple\ntemple-inland\ntempleman\ntemplemore\ntempler\ntemples\ntempleton\ntempli\ntempo\ntemporal\ntemporally\ntemporarily\ntemporary\ntempore\ntempos\ntempranillo\ntemps\ntempt\ntemptation\ntemptations\ntempted\ntempting\ntemptress\ntempts\ntempus\ntems\ntemujin\ntemur\nten\nten-day\nten-fold\nten-month\nten-year\ntena\ntenable\ntenacious\ntenaciously\ntenacity\ntenafly\ntenaga\ntenancies\ntenancy\ntenant\ntenants\ntenasserim\ntenby\ntencel\ntench\ntenchi\ntenco\ntencor\ntend\ntendai\ntended\ntendencies\ntendency\ntender\ntendered\ntenderer\ntenderers\ntendering\ntenderloin\ntenderly\ntenderness\ntenders\ntending\ntendinitis\ntendinous\ntendo\ntendon\ntendons\ntendou\ntendril\ntendrils\ntends\ntendulkar\ntene\ntenedos\ntenel\ntenement\ntenements\ntenenbaum\ntenerife\ntenet\ntenets\ntenfold\nteng\nteng-hui\ntengah\ntengasco\ntenge\ntengen\ntenggara\ntengiz\ntengku\ntengo\ntengu\ntengwar\nteniente\ntenix\ntenkaichi\ntenke\ntenko\ntenma\ntenn\ntenn.-based\ntennant\ntenneco\ntennent\ntennessean\ntennessee\ntenney\ntennille\ntennis\ntenno\ntennyson\ntenochtitlan\ntenon\ntenor\ntenorio\ntenors\ntenpenny\ntenpin\ntenryu\ntens\ntensas\ntense\ntensei\ntenseiga\ntenses\ntenshi\ntenshinhan\ntensile\ntension\ntensioned\ntensions\ntensor\ntensors\ntent\ntentacle\ntentacled\ntentacles\ntentative\ntentatively\ntented\ntenterden\ntenterfield\ntenterhooks\ntenth\ntenths\ntents\ntenuis\ntenuous\ntenure\ntenured\ntenures\ntenz\ntenzan\ntenzen\ntenzin\ntenzing\nteo\nteochew\nteodor\nteodoro\nteofilo\nteotihuacan\ntep\ntepals\ntepco\ntepe\ntepelene\ntepes\ntephra\ntepid\nteplarenska\nteplarny\nteplice\nteplizky\ntepper\ntequesta\ntequila\nter\nter'angreal\nter-petrosyan\ntera\nterabytes\nterada\nteradata\nteradyne\nterahertz\nterai\nteramo\nterapia\nteratogenic\nteratoma\nteravainen\nterawatt\nterblanche\nterceira\ntercentenary\ntercera\ntere\nterek\nterence\nterengganu\nterenure\nterephthalate\nterephthalic\nteres\nteresa\nteresita\nterex\ntereza\nterezin\nterfenadine\ntergat\nteri\nterje\nterkel\nterm\nterm-lending\nterma\nterme\ntermed\ntermen\ntermin\ntermina\nterminal\nterminalia\nterminally\nterminally-ill\nterminals\nterminate\nterminated\nterminates\nterminating\ntermination\nterminations\nterminator\nterminators\nterminboerse\nterming\ntermini\nterminology\nterminus\ntermite\ntermites\nterms\ntern\nternary\nternate\nternby\nterni\nternopil\nterns\ntero\nterra\nterrace\nterraced\nterraces\nterracing\nterracotta\nterrae\nterraform\nterraformed\nterraforming\nterragno\nterrain\nterrains\nterran\nterrance\nterrane\nterranes\nterranova\nterrans\nterrapin\nterrapins\nterrarium\nterrassa\nterratech\nterrax\nterrazzo\nterre\nterrebonne\nterrell\nterrence\nterrestrial\nterrestrially\nterri\nterrible\nterribly\nterrier\nterriermon\nterriers\nterrific\nterrified\nterrify\nterrifying\nterrigen\nterrill\nterris\nterritoire\nterritorial\nterritorially\nterritories\nterritory\nterroir\nterror\nterrorcons\nterrorise\nterrorised\nterrorising\nterrorism\nterrorist\nterrorists\nterrorize\nterrorized\nterrorizer\nterrorizes\nterrorizing\nterrors\nterrorsaur\nterry\nterryman\nterrytoons\nterse\ntert\ntertia\ntertial\ntertiaries\ntertiary\ntertius\ntertullian\nteru\nteruaki\nteruel\nterumo\nterusuke\nterza\ntes\ntesar\nteschen\ntesco\ntesh\nteshuva\ntesla\ntesler\ntesol\ntesone\ntesoro\ntess\ntessa\ntessaiga\ntessellation\ntessen\ntessenderlo\ntesseract\ntessie\ntessier\ntessin\ntessitura\ntest\ntest-fired\ntest-tube\ntesta\ntestable\ntestament\ntestamentary\ntestaments\ntestarossa\ntestator\ntestaverde\ntestbed\ntested\ntested-usda\ntester\ntesters\ntestes\ntesticle\ntesticles\ntesticular\ntestified\ntestifies\ntestify\ntestifying\ntestimonial\ntestimonials\ntestimonies\ntestimony\ntesting\ntestis\ntestore\ntestosterone\ntests\ntestud\ntestudo\ntesty\ntet\ntetanus\ntetap\ntete\nteter\nteterboro\ntether\ntethered\ntethers\ntethys\ntetley\nteton\ntetouan\ntetovo\ntetra\ntetrachloride\ntetracycline\ntetradze\ntetragonal\ntetragrammaton\ntetrahedra\ntetrahedral\ntetrahedron\ntetralogy\ntetrapod\ntetrapods\ntetrarch\ntetrarchy\ntetras\ntetris\ntetrode\ntetroxide\ntetsu\ntetsuhito\ntetsuo\ntetsuya\ntettenhall\ntettleton\ntetum\nteu\nteufel\nteus\nteuta\nteutoburg\nteutonic\nteutons\ntev\nteva\ntevez\ntevye\ntew\ntewa\ntewkesbury\ntewksbury\ntewodros\ntex\ntex-ok\ntex.\ntexaco\ntexan\ntexans\ntexarkana\ntexas\ntexas-based\ntexas-okla\ntexcoco\ntexel\ntexfi\ntexmaco\ntext\ntext-to-speech\ntextbook\ntextbooks\ntextil\ntextile\ntextiles\ntextiles-synthetic\ntextline\ntextron\ntexts\ntextual\ntextural\ntexture\ntextured\ntextures\ntexturing\ntextus\nteyla\nteymourtash\ntezcatlipoca\ntezuka\ntf\ntf0\ntfb\ntfc\ntfci\ntfg\ntfi\ntfl\ntfm\ntfr\ntfrb\ntfs\ntft\ntft-lcd\ntfw\ntg\ntg0\ntga\ntge\ntgf\ntgif\ntgs\ntgv\ntgwu\nth\nth-fr\nth-mo\nth-moger.cost\nth-moger.export\nth-moger.import\nth-mojpn\nth-su\nth-th\nth-tu\nth-tujpn\nth-we\nth0\ntha\nthabit\nthabo\nthacher\nthacker\nthackeray\nthad\nthaddeus\nthai\nthai-based\nthai-burma\nthai-cambodian\nthailand\nthailand-based\nthailand0\nthaimex\nthais\nthakin\nthakkar\nthakral\nthaksin\nthakur\nthal\nthalamic\nthalamus\nthalassery\nthalassini\nthalberg\nthaler\nthalers\nthales\nthalia\nthaliana\nthalidomide\nthallium\nthallus\nthalmann\ntham\nthame\nthames\nthameslink\nthammarat\nthammasat\nthamnophilidae\nthampi\nthan\nthan-expected\nthana\nthanadech\nthanagar\nthanakit\nthanatos\nthanawat\nthandikulam\nthane\nthanet\nthang\nthangals\nthangathurai\nthanh\nthani\nthanjavur\nthank\nthanked\nthankful\nthankfully\nthanking\nthanks\nthanksgiving\nthanong\nthanos\nthant\nthao\nthap\nthapa\nthapar\nthar\ntharp\nthasos\nthat\nthatch\nthatched\nthatcher\nthatcherism\nthatcherite\nthats\nthatta\nthau\nthaw\nthawed\nthawing\nthawra\nthaxton\nthay\nthayer\nthc\nthd\nthe\nthea\ntheaceae\ntheakston\ntheater\ntheaters\ntheatre\ntheatres\ntheatrical\ntheatricality\ntheatrically\ntheatricals\ntheatrics\ntheatrum\ntheban\nthebans\nthebe\nthebes\nthecla\ntheda\ntheddlethorpe\nthedelegation\nthee\ntheft\nthefts\nthein\ntheir\ntheirs\ntheism\ntheismann\ntheist\ntheistic\nthelema\nthelma\nthelonious\nthem\nthem.\nthema\nthematic\nthematically\ntheme\nthemed\nthemes\ntheming\nthemis\nthemistocles\nthemself\nthemselves\nthemyscira\nthen\nthen-banned\nthen-communist\nthen-president\nthen-prime\nthen-ruling\nthen-soviet\nthen0\nthenardier\nthence\nthenceforth\nthenceforward\ntheni\ntheo\ntheobald\ntheobromine\ntheocracy\ntheocratic\ntheocritus\ntheoden\ntheodicy\ntheodolite\ntheodor\ntheodora\ntheodorakis\ntheodore\ntheodoret\ntheodoric\ntheodoros\ntheodorus\ntheodosia\ntheodosius\ntheodosopoulos\ntheogony\ntheologia\ntheologiae\ntheologian\ntheologians\ntheological\ntheologically\ntheologie\ntheologies\ntheology\ntheon\ntheoneste\ntheophanes\ntheophany\ntheophile\ntheophilos\ntheophilus\ntheophrastus\ntheorem\ntheorems\ntheoretic\ntheoretical\ntheoretically\ntheoretician\ntheoreticians\ntheorie\ntheories\ntheorised\ntheorist\ntheorists\ntheorize\ntheorized\ntheorizes\ntheorizing\ntheory\ntheos\ntheosophical\ntheosophist\ntheosophists\ntheosophy\ntheotokos\nther\nthera\ntheragenics\ntheramenes\ntherapeutic\ntherapeutically\ntherapeutics\ntherapies\ntherapist\ntherapists\ntherapsids\ntherapy\ntheratx\ntheravada\nthere\nthere.\nthereabouts\nthereafter\nthereby\ntherefor\ntherefore\ntherefrom\ntherein\ntheremin\nthereof\nthereon\ntheresa\ntherese\ntheresia\ntheresienstadt\nthereto\nthereupon\ntherewith\ntheriault\ntherin\ntherion\ntherm\nthermae\nthermal\nthermally\nthermals\nthermax\nthermedics\nthermidor\nthermidorian\nthermionic\nthermite\nthermo\nthermo-electric\nthermodynamic\nthermodynamically\nthermodynamics\nthermoelectric\nthermohaline\nthermolase\nthermometer\nthermometers\nthermonuclear\nthermoplastic\nthermopylae\nthermos\nthermostat\nthermostats\ntherms\nthermwood\nthern\ntheron\ntheropod\ntheropods\ntheroux\nthes\nthesaban\nthesaurus\nthese\ntheseira\ntheses\ntheseus\nthesiger\nthesis\nthespian\nthespians\nthespis\nthessalian\nthessalonians\nthessalonica\nthessaloniki\nthessaly\nthesz\ntheta\nthetan\nthetford\nthetis\ntheudebert\ntheuderic\nthevar\nthevenard\nthewlis\nthey\ntheyr\ntheyyam\nthf\nthi\nthiago\nthiam\nthiamine\nthibaud\nthibault\nthibodaux\nthich\nthick\nthicke\nthicken\nthickened\nthickener\nthickening\nthickens\nthicker\nthickest\nthicket\nthickets\nthickly\nthickness\nthicknesses\nthickset\nthief\nthiel\nthiele\nthieme\nthien\nthienthong\nthiepval\nthier\nthierry\nthiers\nthiessen\nthieu\nthievery\nthieves\nthieving\nthigh\nthighs\nthigpen\nthijn\nthika\nthimble\nthimerosal\nthin\nthin-film\nthinakaran\nthine\nthing\nthingol\nthings\nthink\nthink-tank\nthink-tanks\nthinker\nthinkers\nthinking\nthinks\nthinktank\nthinly\nthinly-traded\nthinly-veiled\nthinned\nthinner\nthinness\nthinnest\nthinning\nthinprep\nthins\nthiokol\nthiol\nthionville\nthird\nthird-\nthird-biggest\nthird-country\nthird-degree\nthird-generation\nthird-highest\nthird-largest\nthird-party\nthird-period\nthird-place\nthird-placed\nthird-quarter\nthird-ranked\nthird-round\nthird-sector\nthird-seeded\nthird-set\nthird-tier\nthird-wicket\nthirdliners\nthirdly\nthirds\nthirlmere\nthirlwell\nthirroul\nthirsk\nthirst\nthirsty\nthirteen\nthirteenth\nthirties\nthirtieth\nthirty\nthirty-eight\nthirty-five\nthirty-four\nthirty-nine\nthirty-one\nthirty-seven\nthirty-six\nthirty-three\nthirty-two\nthirty-year\nthirtysomething\nthiru\nthirumal\nthirunal\nthiruvananthapuram\nthiry\nthis\nthisbe\nthisday\nthistle\nthistles\nthither\nthk\ntho\ntholians\nthom\nthoma\nthomadakis\nthoman\nthomas\nthomason\nthomassen\nthomasson\nthomaston\nthomastown\nthomasville\nthomaz\nthomazeau\nthome\nthomke\nthomond\nthompson\nthompsons\nthoms\nthomsen\nthomson\nthomson-csf\nthomy\nthon\nthonburi\nthong\nthongs\nthor\nthora\nthoracic\nthorax\nthorbjoern\nthorburn\nthordarson\nthoreau\nthoresen\nthorfinn\nthorin\nthorium\nthorn\nthornburg\nthornburgh\nthornbury\nthorndike\nthorne\nthorney\nthornhill\nthorniest\nthornley\nthorns\nthornton\nthorny\nthornycroft\nthorogood\nthorold\nthoros\nthorough\nthoroughbred\nthoroughbreds\nthoroughfare\nthoroughfares\nthoroughly\nthoroughness\nthorp\nthorpe\nthorstein\nthorsteinn\nthorsten\nthorugh\nthorvald\nthorvaldsen\nthose\nthoth\nthou\nthouars\nthough\nthoughout\nthought\nthoughtful\nthoughtfully\nthoughtless\nthoughts\nthousand\nthousandfold\nthousands\nthousandth\nthq\nthr\nthrace\nthracian\nthracians\nthrall\nthralls\nthran\nthrapp\nthrash\nthrashed\nthrasher\nthrashers\nthrashing\nthrasybulus\nthraupidae\nthrawn\nthrax\nthre\nthread\nthreaded\nthreading\nthreadneedle\nthreads\nthreat\nthreaten\nthreatened\nthreatening\nthreatens\nthreats\nthredbo\nthree\nthree-\nthree-and-a-half\nthree-cent\nthree-class\nthree-day\nthree-day-old\nthree-decade\nthree-decade-old\nthree-dimensional\nthree-door\nthree-drug\nthree-fifths\nthree-five\nthree-fold\nthree-foot\nthree-for-one\nthree-for-two\nthree-for0\nthree-fourths\nthree-game\nthree-goal\nthree-grade\nthree-hitter\nthree-hour\nthree-judge\nthree-man\nthree-match\nthree-member\nthree-metre\nthree-mile\nthree-million-strong\nthree-minute\nthree-month\nthree-month-old\nthree-months\nthree-mth\nthree-nation\nthree-page\nthree-part\nthree-party\nthree-percent\nthree-person\nthree-phase\nthree-point\nthree-pointer\nthree-pointers\nthree-pronged\nthree-putted\nthree-quarter\nthree-quarters\nthree-run\nthree-session\nthree-set\nthree-shot\nthree-stage\nthree-star\nthree-state\nthree-storey\nthree-story\nthree-stroke\nthree-tenths\nthree-test\nthree-tier\nthree-time\nthree-times\nthree-to-five\nthree-to-one\nthree-tranche\nthree-under\nthree-under-par\nthree-way\nthree-week\nthree-week-old\nthree-wheel\nthree-year\nthree-year-old\nthree-year-olds\nthree-years\nthree-yr\nthreefold\nthreepenny\nthreepwood\nthrees\nthreesome\nthrelkeld\nthrenody\nthreonine\nthreshed\nthresher\nthreshhold\nthreshing\nthreshold\nthresholds\nthreskiornithidae\nthrew\nthrice\nthrift\nthrifts\nthrifty\nthrill\nthrilled\nthriller\nthrillers\nthrilling\nthrills\nthrips\nthrissur\nthrive\nthrived\nthrives\nthriving\nthroat\nthroated\nthroats\nthrob\nthrobbing\nthrockmorton\nthroes\nthrombin\nthrombocytopenia\nthrombosis\nthrombus\nthrone\nthrones\nthrong\nthronged\nthrongs\nthroop\nthrosby\nthrottle\nthrottled\nthrottles\nthrottling\nthrough\nthrough-out\nthroughout\nthroughput\nthroughputs\nthrought\nthrow\nthrowaway\nthrowback\nthrower\nthrowers\nthrowing\nthrown\nthrows\nthru\nthrun\nthrusday\nthrush\nthrushes\nthrust\nthruster\nthrusters\nthrusting\nthrusts\nthruway\nthruxton\nths\ntht\nthu\nthuan\nthuc\nthucydides\nthud\nthug\nthuggery\nthuggish\nthugs\nthugwane\nthuja\nthujone\nthule\nthumb\nthumbelina\nthumbnail\nthumbnails\nthumbs\nthumbs-up\nthummim\nthump\nthumped\nthumper\nthumping\nthun\nthunder\nthunderball\nthunderbird\nthunderbirds\nthunderbolt\nthunderbolts\nthundercats\nthunderchief\nthunderclan\nthunderclap\nthundercracker\nthunderdome\nthundered\nthunderhead\nthundering\nthunderous\nthunders\nthundershowers\nthunderstorm\nthunderstorms\nthunderwing\nthune\nthung\nthur\nthuram\nthurber\nthurday\nthurgau\nthurgood\nthuringia\nthuringian\nthuringowa\nthurles\nthurlow\nthurman\nthurmond\nthurn\nthurnham\nthurrock\nthurs\nthursday\nthursdays\nthurso\nthurston\nthus\nthusday\nthusly\nthutmose\nthuy\nthwaites\nthwart\nthwarted\nthwarting\nthwarts\nthx\nthy\nthye\nthyestes\nthylacine\nthylakoid\nthyme\nthymidine\nthymine\nthymus\nthynne\nthyristor\nthyristors\nthyroid\nthyroxine\nthyssen\nti\nti-acer\nti0\ntia\ntiaa-cref\ntiaan\ntiaca\ntiago\ntiamat\ntian\ntiananmen\ntianjin\ntiankai\ntiara\ntiaras\ntiasa\ntiatia\ntib\ntibbets\ntibbett\ntibbs\ntibby\ntibco\ntiber\ntiberi\ntiberian\ntiberias\ntiberium\ntiberius\ntibesti\ntibet\ntibetan\ntibetans\ntibeto\ntibi\ntibia\ntibial\ntibor\ntibs\ntibullus\ntiburon\ntic\nticaret\ntice\ntichanek\ntichborne\ntichenor\ntichon\ntichy\nticino\ntick\nticked\ntickell\nticker\nticket\nticketed\nticketing\nticketmaster\ntickets\ntickford\nticking\ntickle\ntickling\nticks\nticl\ntico\nticonderoga\nticor\ntics\ntid\ntidal\ntidally\ntidbits\ntide\ntideman\ntidende\ntides\ntidewater\ntidings\ntidnings\ntidus\ntidwell\ntidy\ntidying\ntie\ntie-break\ntie-breaker\ntie-breaking\ntie-in\ntie-ins\ntie-up\ntie-ups\ntiebreak\ntiebreaker\ntied\ntiek\ntiel\ntiempo\ntien\ntiene\ntientsin\ntiepolo\ntier\ntier0\ntiered\ntiergarten\ntiernan\ntierney\ntierra\ntiers\nties\ntiesto\ntietmeyer\ntieto\ntieying\ntif\ntifa\ntiff\ntiffany\ntiffe\ntiffin\ntiflis\ntig\ntiga\ntigana\ntigard\ntigatron\ntiger\ntigers\ntigerstar\ntigger\ntigh\ntighe\ntigher\ntight\ntight-fisted\ntight-lipped\ntighten\ntightened\ntightening\ntightenings\ntightens\ntighter\ntightest\ntighthead\ntightish\ntightlipped\ntightly\ntightly-controlled\ntightly-guarded\ntightness\ntightrope\ntights\ntiglath\ntignish\ntigon\ntigra\ntigran\ntigranes\ntigray\ntigre\ntigres\ntigress\ntigrinya\ntigris\ntihar\ntihomir\ntii\ntiie\ntiip\ntiit\ntij\ntijani\ntijd\ntijuana\ntik\ntika\ntikal\ntikes\ntikholova\ntikhomirov\ntikhon\ntikhonov\ntiki\ntikka\ntikkanen\ntikkun\ntikrit\ntikva\ntil\ntilak\ntilapia\ntilbrook\ntilburg\ntilbury\ntilcon\ntilda\ntilde\ntilden\ntile\ntiled\ntiles\ntilghman\ntiling\ntilings\ntill\ntillage\ntillamook\ntilled\ntillekaratne\ntillekeratne\ntiller\ntillers\ntilley\ntillich\ntillie\ntilling\ntillinghast\ntillis\ntillman\ntillotson\ntills\ntillsonburg\ntillstrom\ntilly\ntilman\ntilmann\ntilmant\ntilney\ntilsit\ntilson\ntilt\ntilted\ntilting\ntilton\ntiltrotor\ntilts\ntim\ntimaeus\ntimah\ntimaliidae\ntimaliids\ntiman\ntiman-pechora\ntimapr\ntimarida\ntimaru\ntimarui\ntimbaland\ntimber\ntimbered\ntimberjack\ntimberlake\ntimberland\ntimberlands\ntimberline\ntimbers\ntimberwest\ntimberwolves\ntimbre\ntimbrell\ntimbres\ntimbuktu\ntime\ntime-bomb\ntime-consuming\ntime-decay\ntime-frame\ntime-out\ntime-sensitive\ntime-trial\ntime-warner\ntime.\ntime.the\ntimebomb\ntimecharter\ntimecode\ntimed\ntimeframe\ntimeframes\ntimekeeper\ntimekeeping\ntimeless\ntimelike\ntimeline\ntimelines\ntimelines-today\ntimeliness\ntimely\ntimeout\ntimeouts\ntimepiece\ntimepieces\ntimeplex\ntimer\ntimers\ntimes\ntimes''\ntimes-stock\ntimescale\ntimescales\ntimeshare\ntimesharing\ntimeslot\ntimeslots\ntimespan\ntimesplitters\ntimestamp\ntimestream\ntimet\ntimetable\ntimetabled\ntimetables\ntimex\ntimezone\ntimid\ntimidity\ntimika\ntiming\ntimings\ntimis\ntimiskaming\ntimisoara\ntimken\ntimlin\ntimm\ntimmar\ntimmendequas\ntimmer\ntimmerman\ntimmins\ntimmons\ntimms\ntimmy\ntimna\ntimo\ntimofte\ntimon\ntimor\ntimorese\ntimoshenko\ntimothy\ntimpani\ntimperley\ntimra\ntimucua\ntimur\ntimurid\ntimurids\ntin\ntina\ntinamou\ntinbergen\ntinca\ntincture\ntinctures\ntindal\ntindall\ntinder\ntinderbox\ntindouf\ntine\ntineretul\ntines\nting\ntinge\ntinged\ntingey\ntinggi\ntingi\ntingi-tingi\ntingle\ntingley\ntingling\ntingslag\ntingyi\ntinh\ntinian\ntinker\ntinkered\ntinkering\ntinkler\ntinley\ntinned\ntinnitus\ntino\ntinplate\ntins\ntinsel\ntinsley\ntint\ntintagel\ntinted\ntintern\ntintin\ntinting\ntinto\ntintoretto\ntints\ntiny\ntio\ntioga\ntion\ntioxide\ntip\ntip-off\ntip-offs\ntipaza\ntipco\ntiphares\ntipi\ntipler\ntipo\ntipoff\ntipp\ntippecanoe\ntipped\ntippeligaen\ntippens\ntipper\ntipperary\ntippett\ntipping\ntippit\ntippmann\ntippu\ntippy\ntips\ntipsy\ntipton\ntiptree\ntipu\ntir\ntira\ntirade\ntirades\ntirah\ntirailleurs\ntirana\ntiraspol\ntire\ntired\ntiredness\ntireless\ntirelessly\ntiremaker\ntires\ntiresias\ntiresome\ntirgoviste\ntirgu\ntiriac\ntiridates\ntiring\ntirith\ntiro\ntirol\ntirone\ntirouflet\ntirpitz\ntirreno-adriatico\ntirso\ntirta\ntirtamas\ntirtha\ntirthankar\ntirthankara\ntiruchirapalli\ntirumala\ntirunelveli\ntirupati\ntirvengadum\ntis\ntisa\ntisbury\ntiscali\ntisch\ntisco\ntisdale\ntish\ntisha\ntishman\ntishomingo\ntishreen\ntism\ntismaneanu\ntiso\ntissa\ntissier\ntissue\ntissues\ntiswas\ntisza\ntiszai\ntit\ntit-for-tat\ntita\ntitan\ntitanate\ntitania\ntitanic\ntitanium\ntitans\ntitas\ntitasz\ntitchfield\ntite\ntithe\ntithes\ntithing\ntiti\ntitian\ntiticaca\ntitle\ntitle-holder\ntitled\ntitleholder\ntitleholders\ntitleist\ntitles\ntitley\ntitling\ntitmice\ntito\ntitov\ntitration\ntitre\ntitres\ntits\ntittawella\ntittle\ntitu\ntitular\ntitulus\ntitus\ntitusville\ntiu\ntiverton\ntivo\ntivoli\ntiwai\ntiwari\ntiwi\ntizard\ntizi-ouzou\ntiziana\ntiziano\ntj\ntjader\ntjiwi\ntjiwikimia0\ntjp\ntjx\ntk\ntk0\ntkach\ntkachuk\ntkm\ntko\ntl\ntlaloc\ntlas\ntlatelolco\ntlatoani\ntlaxcala\ntlc\ntlcom\ntld\ntleilaxu\ntlemcen\ntlg\ntlingit\ntln\ntlr\ntls\ntlvision\ntm\ntm0\ntma\ntma0\ntmc\ntmcc\ntmd\ntmf\ntmi\ntml\ntmm\ntmn\ntmnt\ntmo\ntmp\ntmp-tel\ntmr\ntms\ntms0\ntmt\ntn\ntna\ntnc\ntne\ntnf\ntng\ntni\ntnk\ntnn\ntno\ntnp\ntns\ntnt\nto\nto-date\nto/from\nto0\ntoa\ntoad\ntoadie\ntoads\ntoadstool\ntoal\ntoan\ntoast\ntoasted\ntoaster\ntoasters\ntoasting\ntoastmaster\ntoastmasters\ntoasts\ntoatsu\ntob\ntoba\ntobacco\ntobacco-free\ntobacco-growing\ntobacco-related\ntobacco-to-insurance\ntobago\ntobe\ntobermore\ntobermory\ntobey\ntobi\ntobias\ntobin\ntobishima\ntobit\ntoboggan\ntobolsk\ntobruk\ntobu\ntoby\ntoc\ntoca\ntocantins\ntoccata\ntocchet\ntocco\ntoccoa\ntocharian\ntochi\ntochigi\ntock\ntoco\ntocom\ntocopilla\ntocqueville\ntocsik\ntod\ntoda\ntodaro\ntoday\ntodays\ntodd\ntoddler\ntoddlers\ntoddy\ntodi\ntodman\ntodmorden\ntodo\ntodor\ntodoroki\ntodorov\ntodorovic\ntodos\ntodt\ntoe\ntoed\ntoehold\ntoei\ntoenails\ntoensberg\ntoenseth\ntoepfer\ntoes\ntoews\ntofael\ntofas\ntoffee\ntoft\ntofu\ntog\ntoga\ntogether\ntogetherness\ntogethers\ntoggle\ntogha\ntogliatti\ntogo\ntogoland\ntogolese\ntogther\ntoguro\ntoh\ntoh-pantin\ntohei\ntohira\ntohma\ntohmatsu\ntoho\ntohoku\ntohono\ntohru\ntoi\ntoil\ntoiled\ntoilet\ntoiletries\ntoilets\ntoiling\ntoit\ntoiv\ntoivonen\ntoji\ntojo\ntok\ntok'ra\ntokai\ntokaido\ntokaimura\ntokaj\ntokamak\ntokar\ntoke\ntokelau\ntoken\ntokens\ntokfeb\ntokheim\ntokhtamysh\ntoki\ntokimasa\ntokio\ntoklas\ntoko\ntokobank\ntokuda\ntokudome\ntokugawa\ntokumoto\ntokusatsu\ntokushima\ntokuyama\ntokuyo\ntokyo\ntokyo-based\ntokyo-mitsubishi\ntokyo-narita\ntokyo;y\ntokyopop\ntokyu\ntol\ntola\ntolan\ntoland\ntolar\ntolars\ntolbert\ntolbooth\ntold\ntoldo\ntoledano\ntoledo\ntolentino\ntoler\ntolerable\ntolerance\ntolerances\ntolerant\ntolerate\ntolerated\ntolerates\ntolerating\ntoleration\ntolhurst\ntolima\ntolka\ntolkacheva\ntolkien\ntoll\ntoll-free\ntoll-road\ntollan\ntolland\ntollbooth\ntolle\ntolled\ntollemache\ntoller\ntolles\ntolley\ntolling\ntolliver\ntollo\ntolls\ntollway\ntolly\ntollywood\ntolman\ntolmie\ntolna\ntolo\ntolonics\ntolosa\ntolson\ntolstoy\ntoltec\ntoluca\ntoluene\ntolwyn\ntolz\ntom\ntoma\ntomac\ntomahawk\ntomahawks\ntomar\ntomas\ntomasi\ntomaso\ntomasson\ntomasz\ntomato\ntomatoes\ntomb\ntomba\ntombalbaye\ntombigbee\ntomboy\ntomboyish\ntombs\ntombstone\ntombstones\ntomcat\ntomcats\ntomczak\ntome\ntomei\ntomen\ntomentosa\ntomes\ntomi\ntomic\ntomie\ntomiichi\ntomino\ntomis\ntomislav\ntomita\ntomjanovich\ntomkins\ntomkinson\ntomko\ntomlin\ntomlinson\ntommasi\ntommaso\ntommi\ntommie\ntommorow\ntommorrow\ntommy\ntomo\ntomobe\ntomoe\ntomography\ntomoko\ntomomi\ntomori\ntomorri\ntomorrow\ntomorrowland\ntomorrows\ntomoyo\ntompkins\ntompkinsville\ntoms\ntomsk\ntomskneft\ntomy\nton\nton-mile\nton-miles\ntonal\ntonality\ntonawanda\ntonbridge\ntondena\ntonder\ntondo\ntone\ntoned\ntonen\ntoner\ntones\ntoney\ntong\ntonga\ntongaat\ntongaat-hulett\ntongan\ntongans\ntongariro\ntongass\ntongatapu\ntonge\ntongeren\ntongkah\ntongkang\ntongs\ntongue\ntongue-in-cheek\ntongued\ntongues\ntongva\ntongyang\ntoni\ntonic\ntonight\ntoning\ntonio\ntonite\ntonk\ntonka\ntonkawa\ntonkin\ntonkov\ntonks\ntonle\ntonn\ntonnage\ntonnages\ntonne\ntonne-kilometres\ntonne-km\ntonne-per-year\ntonneau\ntonner\ntonnerre\ntonners\ntonnes\ntonnnes\ntonny\ntono\ntonopah\ntons\ntonsil\ntonsils\ntonsure\ntonsured\ntonto\ntonu'u\ntony\ntonya\ntoo\ntooele\ntoohey\ntooheys\ntook\ntooker\ntool\ntoolbar\ntoolbox\ntoole\ntooled\ntoolex\ntooley\ntooling\ntoolkit\ntoolkits\ntools\ntoolset\ntoomas\ntoombs\ntoomer\ntoomey\ntoon\ntoonami\ntoons\ntoontown\ntoorak\ntoot\ntooth\ntoothache\ntoothbrush\ntoothbrushes\ntoothed\ntoothless\ntoothpaste\ntoothpick\ntootie\ntooting\ntoots\ntootsie\ntoowong\ntoowoomba\ntop\ntop-class\ntop-end\ntop-five\ntop-flight\ntop-grower\ntop-heavy\ntop-level\ntop-line\ntop-notch\ntop-of-the-line\ntop-of-the-table\ntop-quality\ntop-ranked\ntop-ranking\ntop-rate\ntop-rated\ntop-scored\ntop-secret\ntop-security\ntop-seeded\ntop-selling\ntop-tier\ntop-up\ntop-ups\ntop0\ntop0s\ntopal\ntopalov\ntopanga\ntopaz\ntopdanmark\ntope\ntopeka\ntopenergy\ntoph\ntopham\ntopi\ntopiary\ntopic\ntopical\ntopically\ntopics\ntopix\ntopless\ntoplis\ntoplou\ntopmakers\ntopmost\ntopo\ntopographic\ntopographical\ntopographically\ntopography\ntopol\ntopological\ntopologically\ntopologies\ntopology\ntoponym\ntoponyms\ntopos\ntopp\ntoppan\ntopped\ntopper\ntoppers\ntopping\ntoppings\ntoppish\ntopple\ntoppled\ntoppling\ntopps\ntoppy\ntoprs\ntops\ntops0\ntopsail\ntopscorer\ntopside\ntopsides\ntopsoil\ntopspin\ntopsy\ntopsy-turvy\ntoque\ntor\ntora\ntorah\ntoraja\ntorak\ntoran\ntorana\ntoray\ntorbay\ntorbjoern\ntorc\ntorch\ntorched\ntorches\ntorching\ntorchlight\ntorchmark\ntorchwood\ntordesillas\ntordis\ntore\ntoreador\ntorelli\ntoren\ntorenth\ntorfaen\ntorg\ntorgau\ntorgyan\ntori\ntoribio\ntories\ntorii\ntoril\ntorinese\ntorino\ntoriyama\ntork\ntorlonia\ntorm\ntorme\ntorment\ntormented\ntormenting\ntormentor\ntormentors\ntorments\ntorn\ntornadic\ntornado\ntornadoes\ntornados\ntornal\ntorneo\ntornio\ntornus\ntoro\ntoroidal\ntorok\ntoron\ntoronado\ntoronto\ntoronto-based\ntoronto-dominion\ntoros\ntorotel\ntorpedo\ntorpedoed\ntorpedoes\ntorpey\ntorpid\ntorpor\ntorquato\ntorquatus\ntorquay\ntorque\ntorquemada\ntorr\ntorrance\ntorre\ntorrejon\ntorrence\ntorrens\ntorrent\ntorrente\ntorrential\ntorrents\ntorreon\ntorres\ntorresola\ntorrey\ntorri\ntorricelli\ntorrid\ntorrie\ntorrijos\ntorrington\ntorrio\ntorry\ntors\ntorshavn\ntorsion\ntorsional\ntorso\ntorsos\ntorstar\ntorsten\ntorsti\ntort\ntortilla\ntortillas\ntortoise\ntortoises\ntortoiseshell\ntortola\ntortona\ntortosa\ntorts\ntortuga\ntortugas\ntortuous\ntorture\ntortured\ntorturer\ntorturers\ntortures\ntorturing\ntorturous\ntoru\ntorun\ntorus\ntorvalds\ntorvill\ntory\ntoryo\ntos\ntosa\ntosafot\ntosca\ntoscanini\ntoscano\ntosco\ntose\ntosefta\ntosh\ntoshack\ntoshi\ntoshiaki\ntoshiba\ntoshihiko\ntoshiko\ntoshio\ntoshiro\ntoshka\ntoshoku\ntoso\ntosoh\ntosovsky\ntoss\ntossa\ntossed\ntosses\ntossing\ntostem\ntostevin\ntostig\ntot\ntotal\ntotal-\ntotal:0t\ntotaled\ntotaling\ntotalisator\ntotalitarian\ntotalitarianism\ntotality\ntotalled\ntotalling\ntotally\ntotals\ntote\ntotem\ntotems\ntoten\ntotenkopf\ntoth\ntothe\ntotila\ntoting\ntotley\ntotnes\ntoto\ntots\ntotta\ntotten\ntottenham\ntottenville\ntottering\ntotti\ntottori\ntou\ntouareg\ntoubon\ntoubro\ntoucan\ntoucans\ntouch\ntouchdown\ntouchdowns\ntouche\ntouched\ntouches\ntouching\ntouchline\ntouchscreen\ntouchstone\ntouchy\ntough\ntough-talking\ntoughen\ntoughened\ntoughening\ntoughens\ntougher\ntoughest\ntoughness\ntoujours\ntoul\ntoulmin\ntoulon\ntoulouse\ntouma\ntoumani\ntoungoo\ntoupee\ntour\ntouraine\ntoure\ntoured\ntourenwagen\ntourer\ntourette\ntouring\ntourisim\ntourism\ntourist\ntouristic\ntourists\ntourmaline\ntournai\ntournaire\ntournament\ntournaments\ntourneur\ntourney\ntourniquet\ntournoi\ntouro\ntours\ntourtellotte\ntourville\ntous\ntoussaint\ntout\ntouted\ntouting\ntouts\ntov\ntova\ntovalieri\ntovar\ntove\ntovey\ntow\ntowa\ntowage\ntowanda\ntoward\ntowards\ntowarzystwo\ntowcester\ntowed\ntowel\ntowels\ntower\ntowered\ntowering\ntowers\ntowing\ntowle\ntown\ntowne\ntownend\ntowner\ntownes\ntownhomes\ntownhouse\ntownhouses\ntownland\ntownlands\ntownley\ntowns\ntownsend\ntownsfolk\ntownshend\ntownship\ntownships\ntownsite\ntownsmen\ntownspeople\ntownsville\ntowpath\ntows\ntowson\ntoxic\ntoxicity\ntoxicology\ntoxin\ntoxins\ntoxteth\ntoy\ntoya\ntoyah\ntoyama\ntoye\ntoyed\ntoying\ntoyland\ntoyline\ntoymaker\ntoyman\ntoynbee\ntoyo\ntoyobo\ntoyoda\ntoyota\ntoyotomi\ntoys\ntozer\ntozzi\ntp\ntp0\ntpa\ntpao\ntpc\ntpd\ntpf\ntpg\ntph\ntpi\ntpm\ntps\ntpsa\ntqs\ntr\ntr.\ntr0\ntra\ntrabajadores\ntrabajo\ntrabant\ntrabzon\ntrabzonspor\ntrac\ntrace\ntraceability\ntraceable\ntraced\ntracer\ntracers\ntracery\ntraces\ntracey\ntrachea\ntracheal\ntracheomycosis\ntrachtenberg\ntraci\ntracie\ntracinda\ntracing\ntrack\ntrackage\ntrackball\ntrackbed\ntracked\ntracker\ntrackers\ntracking\ntrackless\ntracklist\ntracklisting\ntracks\ntrackside\ntrackway\ntrackways\ntrackwork\ntracor\ntract\ntractable\ntractate\ntractates\ntractatus\ntractebel\ntraction\ntractive\ntractor\ntractor-trailer\ntractors\ntracts\ntracy\ntrad\ntradable\ntrade\ntrade-\ntrade-off\ntrade-offs\ntrade-related\ntrade-weighted\ntradeable\ntraded\ntradeless\ntradelink\ntrademark\ntrademarked\ntrademarks\ntradename\ntradeoff\ntradeoffs\ntradepoint\ntrader\ntraders\ntrades\ntrades-gilts\ntradesman\ntradesmen\ntradigrain\ntrading\ntradition\ntraditional\ntraditionalism\ntraditionalist\ntraditionalists\ntraditionally\ntraditions\ntrafalgar\ntraffic\ntrafficked\ntrafficker\ntraffickers\ntrafficking\ntrafficmaster\ntrafford\ntrafigura\ntragedie\ntragedies\ntragedy\ntrager\ntragic\ntragically\ntragicomedy\ntragopans\ntrai\ntraian\ntrail\ntrailblazer\ntrailblazers\ntrailed\ntrailer\ntrailers\ntrailhead\ntrailheads\ntrailing\ntraill\ntrails\ntrailways\ntrain\ntrainable\ntrained\ntrainee\ntrainees\ntrainer\ntrainers\ntraining\ntrainings\ntrainor\ntrains\ntrainset\ntrainsets\ntrainspotting\ntrairattanapirom\ntrait\ntraite\ntraitor\ntraitorous\ntraitors\ntraits\ntrajan\ntrajectories\ntrajectory\ntrak\ntrakai\ntralee\ntram\ntramcar\ntramcars\ntramiel\ntramlink\ntrammell\ntramp\ntramping\ntrample\ntrampled\ntrampling\ntrampoline\ntramps\ntrams\ntramway\ntramways\ntran\ntrance\ntranche\ntranches\ntranfer\ntrang\ntrani\ntranmere\ntranportation\ntranquil\ntranquilidade\ntranquility\ntranquilizer\ntranquilizers\ntranquillity\ntrans\ntrans-\ntrans-alaska\ntrans-atlantic\ntrans-european\ntrans-national\ntrans-pacific\ntrans-shipment\ntrans-siberian\ntrans-tasman\ntrans-world\ntrans.\ntransact\ntransacted\ntransaction\ntransactional\ntransactions\ntransaero\ntransalta\ntransamerica\ntransamerican\ntransatlantic\ntransavia\ntransaxle\ntransbay\ntransbourse\ntransbus\ntranscanada\ntranscaucasia\ntranscaucasian\ntranscaucasus\ntransceiver\ntransceivers\ntranscend\ntranscended\ntranscendence\ntranscendent\ntranscendental\ntranscending\ntranscends\ntransco\ntranscom\ntranscona\ntranscontinental\ntranscord\ntranscribe\ntranscribed\ntranscribing\ntranscript\ntranscriptase\ntranscription\ntranscriptional\ntranscriptions\ntranscripts\ntranscrypt\ntransdermal\ntransdev\ntransdisciplinary\ntransducer\ntransducers\ntransduction\ntransept\ntransepts\ntransfer\ntransferable\ntransferase\ntransferator\ntransfered\ntransferee\ntransference\ntransfering\ntransferor\ntransferred\ntransferrin\ntransferring\ntransfers\ntransfield\ntransfiguration\ntransfinite\ntransform\ntransformable\ntransformation\ntransformational\ntransformations\ntransformative\ntransformed\ntransformer\ntransformers\ntransforming\ntransforms\ntransfusion\ntransfusions\ntransgas\ntransgender\ntransgendered\ntransgenic\ntransgenics\ntransgress\ntransgression\ntransgressions\ntransgressive\ntranshipment\ntranshumance\ntranshumanism\ntranshumanist\ntransient\ntransients\ntransilien\ntransistor\ntransistorized\ntransistors\ntransit\ntransited\ntransiting\ntransition\ntransitional\ntransitioned\ntransitioning\ntransitions\ntransitive\ntransitivity\ntransitory\ntransits\ntransitway\ntransjordan\ntranskaryotic\ntranskei\ntranslate\ntranslated\ntranslates\ntranslating\ntranslation\ntranslational\ntranslations\ntranslator\ntranslators\ntranslink\ntranslit\ntranslit.\ntransliterated\ntransliteration\ntransliterations\ntranslocated\ntranslocation\ntranslucent\ntransmarco\ntransmark\ntransmedia\ntransmembrane\ntransmetal\ntransmigration\ntransmile\ntransmilenio\ntransmissible\ntransmission\ntransmissions\ntransmit\ntransmits\ntransmitted\ntransmitter\ntransmitters\ntransmitters/\ntransmitting\ntransmontaigne\ntransmutation\ntransmute\ntransmuted\ntransmyocardial\ntransnational\ntransneft\ntransnet\ntransnistria\ntransnistrian\ntransocean\ntransoceanic\ntransom\ntransonic\ntransoxiana\ntranspacific\ntransparancy\ntransparencies\ntransparency\ntransparent\ntransparently\ntranspennine\ntranspersonal\ntransperth\ntranspiration\ntranspire\ntranspired\ntranspires\ntransplant\ntransplantation\ntransplanted\ntransplanting\ntransplants\ntranspo\ntransponder\ntransponders\ntransporation\ntransport\ntransportable\ntransportacion\ntransportadora\ntransportation\ntransported\ntransporter\ntransporters\ntransportes\ntransporting\ntransports\ntranspose\ntransposed\ntransposes\ntransposing\ntransposition\ntranspositions\ntranspower\ntransputer\ntransrapid\ntranssexual\ntranssexualism\ntranssexuals\ntransshipment\ntransshipments\ntranstechnology\ntranstexas\ntransubstantiation\ntransurban\ntransvaal\ntransversal\ntransverse\ntransversely\ntransvestite\ntransvestites\ntranswarp\ntranswater\ntranswede\ntranswomen\ntransworld\ntransylvania\ntransylvanian\ntranter\ntrantor\ntranz\ntraore\ntrap\ntrapani\ntrapattoni\ntrapdoor\ntrapeze\ntrapezius\ntrapezoid\ntrapezoidal\ntrapp\ntrappe\ntrapped\ntrapper\ntrappers\ntrapping\ntrappings\ntrappist\ntraps\ntraralgon\ntras\ntrash\ntrashed\ntrashing\ntrashy\ntrask\ntrasta\ntrastevere\ntraub\ntraube\ntraum\ntrauma\ntraumas\ntraumatic\ntraumatised\ntraumatized\ntrautman\ntrautmann\ntrav\ntravaglini\ntravail\ntravailleurs\ntravails\ntravancore\ntravel\ntravel-related\ntravelcard\ntraveled\ntraveler\ntravelers\ntraveling\ntravelled\ntraveller\ntravellers\ntravelling\ntravelogue\ntravelogues\ntravels\ntravers\ntraversal\ntraverse\ntraversed\ntraverses\ntraversing\ntraversoni\ntravertine\ntravesty\ntraviata\ntravis\ntravnik\ntravolta\ntrawl\ntrawler\ntrawlers\ntrawling\ntrax\ntraxon\ntray\ntraylor\ntraynor\ntrays\ntrb\ntrc\ntrd\ntrding\ntrds\ntre\ntreacher\ntreacherous\ntreacherously\ntreachery\ntreacle\ntreacy\ntread\ntreaded\ntreader\ntreading\ntreadle\ntreadmill\ntreads\ntreadwell\ntreapr\ntreas\ntreason\ntreasonable\ntreasonous\ntreasure\ntreasured\ntreasurer\ntreasurers\ntreasures\ntreasuries\ntreasury\ntreasury-bill\ntreat\ntreatable\ntreated\ntreatement\ntreaties\ntreating\ntreatise\ntreatises\ntreatment\ntreatments\ntreats\ntreaty\ntrebat\ntrebek\ntrebing\ntrebinje\ntrebisov\ntrebizond\ntreble\ntrebled\ntrebling\ntreblinka\ntrebon\ntrebuchet\ntredegar\ntredenick\ntree\ntree-covered\ntree-lined\ntreebeard\ntreecats\ntreecreepers\ntreehouse\ntreeless\ntreeline\ntreen\ntreepies\ntrees\ntreetops\ntrefoil\ntrefriw\ntrefusis\ntreg\ntregear\ntreibacher\ntreize\ntrejo\ntrek\ntrekked\ntrekkers\ntrekking\ntreks\ntrelawney\ntrelawny\ntrelleborg\ntrellis\ntremaine\ntremayne\ntremblant\ntremblay\ntremble\ntrembles\ntrembling\ntreme\ntremendous\ntremendously\ntremens\ntremolo\ntremont\ntremor\ntremors\ntren\ntrenaug\ntrench\ntrenchant\ntrenchard\ntrenchcoat\ntrenches\ntrencin\ntrencor\ntrend\ntrend-setting\ntrendafilov\ntrendaug\ntrended\ntrending\ntrendjun\ntrendle\ntrendless\ntrendline\ntrendlines\ntrends\ntrendsep\ntrendsetting\ntrendy\ntrenergy\ntrenfeb\ntrenin\ntrenjun\ntrenmar\ntrenmay\ntrent\ntrentham\ntrentino\ntrento\ntrenton\ntrenwick\ntreo\ntrepang\ntrepca\ntrepidation\ntrequesser\ntres\ntreschow\ntrescothick\ntresham\ntresor\ntrespass\ntrespasser\ntrespassers\ntrespassing\ntress\ntressel\ntrestle\ntrestles\ntretschok\ntretyakov\ntreu\ntreuhand\ntrevelyan\ntrever\ntreves\ntrevi\ntrevino\ntrevisan\ntreviso\ntrevithick\ntrevor\ntrex\ntrey\ntrf\ntrfrs\ntrg\ntrhy\ntri\ntri-nations\ntri-series\ntri-star\ntri-state\ntriad\ntriadic\ntriads\ntriage\ntrial\ntrialed\ntrialled\ntrials\ntriana\ntriangle\ntriangles\ntriangular\ntriangulated\ntriangulation\ntrianon\ntriarc\ntrias\ntriassic\ntriathlete\ntriathlon\ntriathlons\ntribal\ntribalism\ntribals\ntribasa\ntribbles\ntribe\ntribeca\ntribes\ntribesman\ntribesmen\ntribespeople\ntriborough\ntribulation\ntribulations\ntribuna\ntribunal\ntribunale\ntribunals\ntribune\ntribunes\ntributaries\ntributary\ntribute\ntributes\ntrice\ntriceps\ntriceratops\ntrichet\ntrichloride\ntrichloroethylene\ntrichomes\ntrichur\ntrichy\ntricia\ntrick\ntricked\ntrickery\ntrickiest\ntricking\ntrickle\ntrickled\ntrickles\ntrickling\ntricks\ntrickster\ntricksters\ntricky\ntrico\ntricolor\ntricolour\ntricom\ntricon\ntricord\ntricuspid\ntricycle\ntricycles\ntricyclic\ntrident\ntridentine\ntridents\ntridex\ntrie\ntried\ntriennial\ntrier\ntries\ntrieste\ntriestina\ntriffids\ntrifle\ntrifon\ntriforce\ntrig\ntrigano\ntrigartas\ntrigem\ntrigeminal\ntrigen\ntrigg\ntrigger\ntriggered\ntriggering\ntriggers\ntriglav\ntriglyceride\ntriglycerides\ntrigon\ntrigonal\ntrigonometric\ntrigonometry\ntrihatmodjo\ntrikala\ntrike\ntrikora\ntrilateral\ntrilby\ntrilingual\ntrill\ntrillian\ntrilling\ntrillion\ntrillions\ntrillium\ntrillo\ntrills\ntrilobite\ntrilobites\ntrilogies\ntrilogy\ntrilon\ntrim\ntrimaran\ntrimark\ntrimas\ntrimble\ntrimegah\ntrimester\ntrimet\ntrimmed\ntrimmer\ntrimming\ntrimmings\ntrims\ntrina\ntrincomalee\ntrindade\ntrine\ntrinecke\ntrinet\ntrinfiko\ntring\ntrinh\ntrini\ntrinidad\ntrinidadian\ntrinita\ntrinitarian\ntrinitarians\ntrinity\ntrinkaus\ntrinkets\ntrinkl\ntrinny\ntrinova\ntrintignant\ntrio\ntriode\ntriomphe\ntrion\ntrios\ntrioxide\ntrip\ntripartite\ntripe\ntripetrol\ntriphenylphosphine\ntriphosphate\ntripitaka\ntriplane\ntriple\ntriple-a\ntriple-b\ntriple-b-minus\ntriple-b-plus\ntriple-digit\ntriple-double\ntriple-witching\ntripled\ntriples\ntriplet\ntriplets\ntriplett\ntriplex\ntripling\ntripod\ntripods\ntripoli\ntripolitania\ntripos\ntripp\ntrippe\ntripped\ntripper\ntrippers\ntrippi\ntripping\ntrips\ntriptych\ntripura\ntripuri\ntripwire\ntriquint\ntrireme\ntriremes\ntris\ntrish\ntrisha\ntriskelion\ntrism\ntrisna\ntrisomy\ntristan\ntristar\ntristate\ntriste\ntristram\ntritan\ntrite\ntriticale\ntritium\ntriton\ntritone\ntritscher\ntritt\ntriumph\ntriumphal\ntriumphalism\ntriumphalist\ntriumphant\ntriumphantly\ntriumphed\ntriumphing\ntriumphs\ntriumvir\ntriumvirate\ntriune\ntriunfo\ntrivandrum\ntriveni\ntrivia\ntrivial\ntrivially\ntrivium\ntriwizard\ntrix\ntrixie\ntriz\ntrizec\ntrizechahn\ntrjul\ntrl\ntrln\ntrm\ntrmd\ntrn\ntrna\ntrnava\ntrnc\ntrnds\ntro\ntrobe\ntrocadero\ntrochanter\ntrochilidae\ntrod\ntrodden\ntroendelag\ntrofeo\ntrogen\ntroggs\ntrogir\ntroglodytes\ntrogon\ntrogonidae\ntrogons\ntroi\ntroia\ntroika\ntroika-dialog\ntroilus\ntrois\ntrojan\ntrojans\ntrokie\ntroll\ntrolle\ntrolley\ntrolleybus\ntrolleybuses\ntrolleys\ntrollhattan\ntrolling\ntrolloc\ntrollope\ntrolls\ntroma\ntrombone\ntrombones\ntrombonist\ntromp\ntrompe\ntroms\ntromso\ntromsoe\ntron\ntrond\ntrondheim\ntroodon\ntroon\ntroop\ntrooper\ntroopers\ntrooping\ntroops\ntroopship\ntroopships\ntrop\ntrope\ntropeon\ntropes\ntropez\ntrophee\ntrophic\ntrophies\ntrophy\ntropic\ntropical\ntropicana\ntropicbirds\ntropics\ntroposphere\ntropospheric\ntros\ntrost\ntrostberg\ntrot\ntrotman\ntrotsky\ntrotskyism\ntrotskyist\ntrotskyists\ntrott\ntrotta\ntrotted\ntrotter\ntrotters\ntrottier\ntrotting\ntroubadour\ntroubadours\ntrouble\ntrouble-free\ntroubled\ntroublemaker\ntroublemakers\ntroubles\ntroubleshooter\ntroubleshooters\ntroubleshooting\ntroublesome\ntroubling\ntroubridge\ntroud\ntrough\ntroughed\ntroughs\ntroughton\ntrounce\ntrounced\ntrouncing\ntroup\ntroupe\ntroupes\ntrousdale\ntrouser\ntrousers\ntroussier\ntrout\ntroutbeck\ntroutman\ntrouw\ntrovatore\ntrove\ntrovoada\ntrow\ntrowa\ntrowbridge\ntrowel\ntrower\ntroy\ntroyes\ntrp\ntrs\ntrs0\ntrt\ntru\ntruancy\ntruant\ntruax\ntruc\ntrucco\ntruce\ntruces\ntruck\ntruck-maker\ntruck-mounted\ntrucked\ntruckee\ntrucker\ntruckers\ntruckin\ntrucking\ntruckload\ntruckloads\ntruckmaker\ntrucks\ntrud\ntrude\ntrudeau\ntrudged\ntrudi\ntrudy\ntrue\ntrueform\ntrueman\ntruer\ntruest\ntruetype\ntruex\ntruffaut\ntruffle\ntruffles\ntruicko\ntruiden\ntrujillo\ntruk\ntrulli\ntruly\ntruman\ntrumbo\ntrumbull\ntrump\ntrumped\ntrumper\ntrumpet\ntrumpeted\ntrumpeter\ntrumpeters\ntrumpeting\ntrumpets\ntrumps\ntruncate\ntruncated\ntruncation\ntruncheons\ntrundle\ntrundled\ntrungpa\ntrunk\ntrunked\ntrunking\ntrunkline\ntrunks\ntruong\ntruro\ntruscott\ntruss\ntrusses\ntrust\ntrustco\ntrusted\ntrustee\ntrustees\ntrusteeship\ntrusting\ntrustmark\ntrustpower\ntrusts\ntrustworthiness\ntrustworthy\ntrusty\ntruter\ntruth\ntruthful\ntruthfully\ntruthfulness\ntruths\ntruworths\ntruxtun\ntrw\ntry\ntryg-baltica\ntrygg\ntrygg-hansa\ntryggvason\ntrygve\ntryin\ntrying\ntryon\ntryout\ntryouts\ntryp\ntrypsin\ntryptamine\ntrypticon\ntryptophan\ntryst\nts\nts0\ntsa\ntsahi\ntsai\ntsakh\ntsang\ntsann\ntsao\ntsar\ntsarevich\ntsarina\ntsarist\ntsarist-era\ntsaritsa\ntsars\ntsarskoye\ntsat\ntsawwassen\ntsb\ntsc\ntschudi\ntse\ntsegaye\ntseng\ntsereteli\ntses\ntsetse\ntseung\ntsf\ntsg\ntsh\ntshatshi\ntshikapa\ntshisekedi\ntshombe\ntshwane\ntshwete\ntsi\ntsibliev\ntsibliyev\ntsim\ntsimshian\ntsing\ntsinghua\ntsingtao\ntsl\ntsmsi\ntsn\ntso\ntsogo\ntsohatzopoulos\ntsonga\ntsongas\ntsovolas\ntsp\ntsr\ntsr0\ntss\ntsu\ntsubaki\ntsubakimoto\ntsubasa\ntsuburaya\ntsuchiya\ntsuda\ntsuen\ntsugaru\ntsui\ntsuji\ntsukahara\ntsukamoto\ntsukasa\ntsuki\ntsukiko\ntsukuba\ntsum\ntsumba\ntsumeb\ntsumura\ntsun\ntsuna\ntsunade\ntsunami\ntsunamis\ntsuneo\ntsung\ntsunku\ntsur\ntsuru\ntsuruga\ntsurugi\ntsuruta\ntsushima\ntsushin\ntsushinki\ntsusho\ntsutomu\ntsuyoshi\ntsuzuki\ntsv\ntsvangirai\ntsvetaeva\ntsw\ntswana\ntsx\ntsymbalar\ntszyu\ntt\ntt0\ntta\nttc\nttg\ntti\nttl\ntty\ntu\ntu-fr\ntu-frjpn\ntu-mo\ntu-th\ntu-tu\ntu-we\ntu0\ntu0s\ntua\ntuah\ntualatin\ntuam\ntuamotu\ntuan\ntuanku\ntuapse\ntuareg\ntuat\ntuatara\ntuatha\ntub\ntuba\ntubacex\ntubal\ntuban\ntubarao\ntubas\ntubb\ntubbs\ntubby\ntube\ntuber\ntubercle\ntubercles\ntuberculosis\ntuberosity\ntuberous\ntubers\ntubes\ntubing\ntubingen\ntubize\ntubman\ntubmanburg\ntuborg\ntubos\ntuboscope\ntubs\ntubular\ntubule\ntubules\ntubulidentata\ntubulin\ntuburao\ntuc\ntucci\ntuccillo\ntuck\ntuckahoe\ntucked\ntucker\ntuckey\ntucks\ntuco\ntucson\ntucuman\ntucumcari\ntudeh\ntudela\ntudhaliya\ntudjman\ntudo\ntudor\ntudors\ntue\ntueday\ntuen\ntues\ntuesay\ntuesday\ntuesday-thursday\ntuesdays\ntufa\ntufaili\ntuff\ntuffs\ntuffy\ntufnell\ntuft\ntufted\ntufton\ntufts\ntug\ntug-of-war\ntugboat\ntugboats\ntugela\ntugged\ntuggeranong\ntughlaq\ntughluq\ntugnutt\ntugrik\ntugriks\ntugs\ntui\ntuigamala\ntuileries\ntuir\ntuition\ntujue\ntujunga\ntuk\ntuke\ntukey\ntukhachevsky\ntuko\ntukoroirangi\ntukospar\ntula\ntulagi\ntulane\ntulare\ntulasi\ntule\ntuleyev\ntulf\ntuli\ntulikivi\ntulin\ntulio\ntulip\ntulips\ntulkarm\ntulku\ntull\ntullahoma\ntullamarine\ntullamore\ntullio\ntullius\ntulloch\ntullow\ntully\ntulsa\ntulse\ntulsi\ntulsidas\ntulu\ntum\ntumarkin\ntumba\ntumbes\ntumble\ntumbled\ntumbledown\ntumbler\ntumbles\ntumbleweed\ntumbling\ntumen\ntumkur\ntummy\ntumor\ntumors\ntumour\ntumours\ntumuli\ntumult\ntumultuous\ntumulus\ntun\ntuna\ntunable\ntunas\ntunb\ntunbridge\ntunc\ntuncay\ntunceli\ntundra\ntune\ntune-up\ntuned\ntuneful\ntunel\ntuner\ntuners\ntunes\ntung\ntungabhadra\ntunggal\ntungky\ntungsten\ntungusic\ntunguska\ntunic\ntunica\ntunics\ntuning\ntunings\ntunis\ntunisia\ntunisian\ntunisians\ntunisie\ntunisien\ntunisienne\ntunkillia\ntunku\ntunky\ntunnel\ntunneled\ntunneling\ntunnelling\ntunnels\ntunney\ntunnicliff\ntunny\ntunstall\ntuntex\ntuo\ntuoba\ntuohy\ntuoi\ntuolumne\ntuomas\ntuomioja\ntuor\ntupac\ntupelo\ntupi\ntuple\ntuples\ntupolev\ntupolev0\ntupou\ntupper\ntupperware\ntupras\ntur\ntura\nturabi\nturacos\nturaga\nturambar\nturan\nturandot\nturban\nturbans\nturbay\nturbid\nturbidity\nturbine\nturbines\nturbo\nturbo-prop\nturbocharged\nturbocharger\nturbochargers\nturbodiesel\nturbofan\nturbofans\nturbografx0\nturbojet\nturbojets\nturbomeca\nturbonegro\nturboprop\nturboprops\nturbos\nturboshaft\nturbot\nturbowicz\nturbuhaler\nturbulence\nturbulent\nturco\nturcotte\nturdidae\nturdus\nture\nturek\nturenne\nturespana\nturf\nturfan\nturgenev\nturgeon\nturgon\nturgot\nturgut\nturhan\nturi\nturia\nturin\nturin-based\nturing\nturismo\nturk\nturk-is\nturkana\nturkcell\nturkes\nturkestan\nturkey\nturkeys\nturki\nturkic\nturkic-speaking\nturkington\nturkish\nturkish-held\nturkish-israeli\nturkish-occupied\nturkistan\nturkistuottajat\nturkiye\nturkmen\nturkmenbashi\nturkmenistan\nturkmens\nturko\nturkoman\nturkomans\nturks\nturkseker\nturku\nturkyilmaz\nturlais\nturley\nturlock\nturlough\nturman\nturmel\nturmeric\nturmoil\nturn\nturn-around\nturn-key\nturn-of-the-century\nturn-out\nturn-over\nturnabout\nturnaround\nturnarounds\nturnbuckle\nturnbull\nturncoat\nturncoats\nturned\nturner\nturners\nturney\nturnham\nturnhout\nturning\nturnip\nturnips\nturnkey\nturnoff\nturnout\nturnouts\nturnover\nturnovers\nturnpike\nturnpikes\nturns\nturnstile\nturnstiles\nturntable\nturntables\nturntablism\nturntablist\nturok\nturpentine\nturpin\nturquoise\nturramurra\nturret\nturreted\nturrets\ntursunzade\nturtle\nturtledove\nturtles\nturton\nturturro\nturun\nturunen\nturvey\nturvy\ntus\ntuscaloosa\ntuscan\ntuscany\ntuscarawas\ntuscarora\ntuscola\ntusculum\ntusha\ntushar\ntusi\ntusk\ntuskar\ntuskegee\ntusken\ntusks\ntussaud\ntussauds\ntussle\ntussles\ntussock\ntustin\ntut\ntutak\ntutankhamun\ntutelage\ntutelary\ntuticorin\ntutor\ntutored\ntutorial\ntutorials\ntutoring\ntutors\ntutorship\ntutsi\ntutsi-dominated\ntutsi-led\ntutsis\ntutt\ntutte\ntutti\ntuttle\ntuttosport\ntutu\ntutuila\ntutut\ntuula\ntuva\ntuvalu\ntuvan\ntuvok\ntux\ntuxedo\ntuxpan\ntuxtla\ntuy\ntuya\ntuzla\ntv\ntv-pg\ntv.com\ntv0\ntva\ntvb\ntvc\ntve\ntver\ntvi\ntvk\ntvm\ntvn\ntvnz\ntvo\ntvontario\ntvr\ntvrtko\ntvs\ntvt\ntvx\ntw\ntwa\ntwain\ntwang\ntwardowski\ntway\ntwc\ntweak\ntweaked\ntweaking\ntweaks\ntweddell\ntwee\ntweed\ntweeddale\ntweede\ntweedsmuir\ntweedy\ntweek\ntweendeckers\ntweener\ntweet\ntweeter\ntweeters\ntweety\ntweezers\ntwelfth\ntwelve\ntwelve-month\ntwelve-months\ntwelver\ntwente\ntwenties\ntwentieth\ntwentsche\ntwenty\ntwenty-eight\ntwenty-first\ntwenty-five\ntwenty-foot\ntwenty-four\ntwenty-nine\ntwenty-one\ntwenty-seven\ntwenty-six\ntwenty-three\ntwenty-two\ntwenty0\ntwentynine\ntwh\ntwi\ntwi'lek\ntwice\ntwice-daily\ntwice-monthly\ntwice-weekly\ntwice-yearly\ntwickenham\ntwig\ntwigg\ntwiggs\ntwiggy\ntwigs\ntwilight\ntwill\ntwilley\ntwin\ntwin-engine\ntwin-engined\ntwin-track\ntwine\ntwingo\ntwinhead\ntwining\ntwinjet\ntwinjets\ntwink\ntwinkie\ntwinkle\ntwinkling\ntwinlab\ntwinned\ntwinning\ntwins\ntwinsanity\ntwinsburg\ntwirling\ntwist\ntwista\ntwisted\ntwister\ntwisters\ntwisting\ntwists\ntwisty\ntwit\ntwitch\ntwitchell\ntwitches\ntwitching\ntwitchy\ntwitty\ntwiztid\ntwo\ntwo-\ntwo-and-a-half\ntwo-and-a-half-year\ntwo-cent\ntwo-chamber\ntwo-day\ntwo-decade\ntwo-decade-old\ntwo-digit\ntwo-door\ntwo-drug\ntwo-fifths\ntwo-fold\ntwo-for-five\ntwo-for-one\ntwo-for0\ntwo-game\ntwo-goal\ntwo-hour\ntwo-lane\ntwo-leg\ntwo-man\ntwo-match\ntwo-metre\ntwo-mile\ntwo-minute\ntwo-month\ntwo-month-old\ntwo-months\ntwo-out\ntwo-page\ntwo-part\ntwo-party\ntwo-percent\ntwo-phase\ntwo-point\ntwo-pronged\ntwo-putted\ntwo-round\ntwo-row\ntwo-run\ntwo-seat\ntwo-seater\ntwo-session\ntwo-shot\ntwo-stage\ntwo-star\ntwo-step\ntwo-storey\ntwo-stroke\ntwo-tenths\ntwo-term\ntwo-test\ntwo-third\ntwo-thirds\ntwo-three\ntwo-tier\ntwo-tiered\ntwo-time\ntwo-to-one\ntwo-to-three\ntwo-tranche\ntwo-under\ntwo-under-par\ntwo-way\ntwo-week\ntwo-week-old\ntwo-wheel\ntwo-wheeler\ntwo-year\ntwo-year-old\ntwo-years\ntwo-yr\ntwofold\ntwombly\ntwomey\ntwos\ntwose\ntwp\ntwr\ntwu\ntwyford\ntwyla\ntx\ntx0\ntxg\nty\ntyagaraja\ntyagi\ntyana\ntybalt\ntybee\ntyburn\ntycho\ntychy\ntyco\ntycoon\ntycoons\ntydfil\ntydings\ntye\ntyers\ntyger\ntyhypko\ntying\ntyke\ntykes\ntyl\ntylan\ntyldesley\ntylenol\ntyler\ntylor\ntyme\ntymoshenko\ntympani\ntympanic\ntympanum\ntynan\ntyndale\ntyndall\ntyne\ntynecastle\ntynedale\ntynemouth\ntyner\ntyneside\ntynwald\ntype\ntype-approval\ntype0\ntypecast\ntypecasting\ntyped\ntypeface\ntypefaces\ntypes\ntypeset\ntypesetter\ntypesetting\ntypewriter\ntypewriters\ntypewritten\ntyphoid\ntyphon\ntyphoon\ntyphoons\ntyphus\ntypical\ntypically\ntypified\ntypifies\ntypify\ntyping\ntypist\ntypo\ntypographer\ntypographic\ntypographical\ntypography\ntypological\ntypology\ntypos\ntyr\ntyra\ntyramine\ntyrande\ntyranid\ntyranids\ntyrannical\ntyrannidae\ntyrannosaurus\ntyranny\ntyrant\ntyrants\ntyrconnell\ntyre\ntyre-grade\ntyre-maker\ntyree\ntyrell\ntyremaker\ntyres\ntyrese\ntyrian\ntyrion\ntyro\ntyrol\ntyrolean\ntyron\ntyrone\ntyrosine\ntyrrell\ntyrrhenian\ntyrwhitt\ntysan\ntysoe\ntyson\ntysons\ntytler\ntyube\ntyumen\ntz\ntzachi\ntzadik\ntzar\ntze\ntzedek\ntzi\ntzoumakas\ntzu\ntzvi\nu\nu$\nu-freight\nu-turn\nu-turns\nu.\nu.a.e.\nu.c.\nu.k\nu.k.\nu.k.-based\nu.m.\nu.n\nu.n.\nu.n.-approved\nu.n.-authorised\nu.n.-backed\nu.n.-brokered\nu.n.-controlled\nu.n.-mandated\nu.n.-monitored\nu.n.-organised\nu.n.-patrolled\nu.n.-run\nu.n.-sponsored\nu.n.-supervised\nu.n.c.l.e.\nu.p.\nu.s\nu.s-based\nu.s.\nu.s.$\nu.s.$0\nu.s.-\nu.s.-backed\nu.s.-based\nu.s.-born\nu.s.-bound\nu.s.-brokered\nu.s.-built\nu.s.-dominated\nu.s.-educated\nu.s.-eu\nu.s.-flag\nu.s.-funded\nu.s.-led\nu.s.-listed\nu.s.-made\nu.s.-mediated\nu.s.-origin\nu.s.-owned\nu.s.-sdr\nu.s.-sponsored\nu.s.-style\nu.s.-trained\nu.s..\nu.s.a\nu.s.a.\nu.s.c.\nu.s.consumer\nu.s.cpi\nu.s.d.\nu.s.domestic\nu.s.housing\nu.s.i.\nu.s.m0\nu.s.mich\nu.s.o.\nu.s.personal\nu.s.producer\nu.s.real\nu.s.s.\nu.s.s.r\nu.s.s.r.\nu/0\nu0\nu0s\nu=cbot\nu=september\nua\nuaa\nuaap\nuab\nuac\nuae\nuag\nuah\nuak\nual\nuanl\nuap\nuar\nuart\nuas\nuatu\nuav\nuavs\nuaw\nub\nub0\nuba\nubaidah\nubaldo\nuban\nubangi\nubb\nubc\nubci\nube\nube-nitto\nuber\nubermensch\nubezpieczen\nubi\nubiquitin\nubiquitous\nubiquity\nubisoft\nubk\nubn\nubon\nubp\nubs\nubu\nubundu\nubuntu\nubykh\nuc\nuc0\nuca\nucap\nucar\nucas\nucav\nucayali\nucb\nucbsa\nucc\nucce\nucd\nucda\nuce\nucf\nucfc\nuche\nuchi\nuchida\nuchiha\nuchumi\nuci\nucits\nuckermark\nuckfield\nucl\nucla\nuclaf\nuco\nuconn\nucp\nucr\nucs\nucsb\nucsc\nucsd\nucsf\nuct\nud\nuda\nudaipur\nudall\nuday\nudc\nudder\nuddin\nude\nuderzo\nudet\nudf\nudham\nudi\nudine\nudinese\nudis\nudl\nudmr\nudmurt\nudo\nudon\nudonna\nudovenko\nudp\nudps\nudr\nudt\nudugov\nudupi\nudv\nudyog\nue\nuea\nueapme\nueber\nuec\nuecker\nueda\nuefa\nuehara\nueki\nuematsu\nuemoa\nueno\nuerdingen\nues\nueshiba\nuestlove\nuesugi\nuf\nufa\nufb\nufc\nufcw\nuff\nuffe\nuffington\nuffizi\nufg\nufm\nufo\nufology\nufos\nufp\nufsd\nufuk\nug\nuga\nugaki\nuganda\nugandan\nugandans\nugarit\nugaritic\nugarte\nugauga\nugb\nugc\nugg\nugi\nugine\nugk\nugland\nugliest\nugliness\nuglow\nugly\nugo\nugolino\nugric\nugs\nugs0\nugt\nugta\nugur\nuh\nuh.spol.\nuh0\nuhelna\nuhf\nuhis\nuhispank\nuhl\nuhlans\nuhlmann\nuhrig\nuhrin\nuhsd\nuht\nuhtred\nuhud\nuhura\nuhuru\nui\nuia\nuib\nuic\nuighur\nuighurs\nuih\nuil\nuilleann\nuilm\nuinta\nuip\nuis\nuist\nuit\nuiuc\nujan\nuji\nujiie\nujjain\nujpest\nujun\nujung\nuk\nuk-based\nuka\nukav\nukawa\nukc\nukcm\nukcont\nuke\nukf\nukiah\nukio\nukip\nukiyo\nukooa\nukr\nukraina\nukraine\nukrainian\nukrainians\nukranian\nukridge\nuktv\nukulele\nukuwela\nukyo\nul\nula\nulaanbaatar\nulaid\nulam\nulama\nulan\nulbricht\nulc\nulcc\nulccs\nulcer\nulcerans\nulceration\nulcerative\nulcers\nuld\nuld)0\nuld-discharge\nuld-to\nuldis\nuleb\nulema\nulf\nulfa\nuli\nulic\nulica\nulihrach\nulimo\nulimo-j\nulimo-k\nulises\nulithi\nulker\nulla\nullah\nullevi\nullico\nullii\nullman\nullmann\nulloa\nullrich\nullswater\nulm\nulmanis\nulmer\nulmo\nulmus\nulna\nulnar\nulo\nuloom\nulric\nulrich\nulrik\nulrika\nulrike\nulsan\nulster\nult\nulterior\nulthuan\nultima\nultimate\nultimately\nultimates\nultimatum\nultimatums\nultimo\nultra\nultra-conservative\nultra-left\nultra-leftist\nultra-liberal\nultra-low\nultra-modern\nultra-nationalist\nultra-nationalists\nultra-orthodox\nultra-pure\nultra-right\nultradata\nultrafem\nultrafertil\nultraflex\nultrak\nultralight\nultramafic\nultraman\nultramar\nultramarathon\nultramarine\nultramarines\nultras\nultrasonic\nultrasonography\nultrasound\nultrasparc\nultraverse\nultraviolet\nultravox\nultron\nulu\nulugh\nuluru\nulus\nulvaeus\nulverston\nulyanovsk\nulysses\num\numa\numaga\numan\numang\numar\numass\numatilla\numax\numayyad\numayyads\numb\numbar\numbaugh\numbc\numbels\numberto\numbilical\numbilicus\numbra\numbrella\numbrellas\numbria\numbrian\numbridge\numbro\numc\numd\nume\numea\numeda\numesh\numi\numic\numich\numist\numkhonto\numl\numlaut\numm\numma\nummah\numno\nump\numphrey\numpire\numpired\numpires\numpiring\numpqua\nums\nums0\numts\numum\numw\numwa\nun\nun-islamic\nuna\nunabashed\nunabashedly\nunabated\nunable\nunabomber\nunabridged\nunacceptable\nunacceptably\nunaccompanied\nunaccountable\nunaccounted\nunaccredited\nunaccustomed\nunachievable\nunacknowledged\nunadilla\nunadj\nunadjusted\nunadorned\nunadulterated\nunaffected\nunaffiliated\nunaffordable\nunafraid\nunaided\nunaids\nunaired\nunal\nunalaska\nunaligned\nunallocated\nunaltered\nunam\nunambiguous\nunambiguously\nunamir\nunamortized\nunamuno\nunani\nunanimity\nunanimous\nunanimously\nunannounced\nunanswered\nunanticipated\nunapologetic\nunappealing\nunappreciated\nunapproved\nunarmed\nunarmored\nunarmoured\nunary\nunas\nunaspirated\nunassailable\nunassigned\nunassisted\nunassuming\nunatco\nunattached\nunattainable\nunattended\nunattractive\nunattributable\nunaudited\nunauthorised\nunauthorized\nunav\nunavailability\nunavailable\nunavailables\nunavem\nunavoidable\nunavoidably\nunaware\nunawares\nunbalance\nunbalanced\nunbaptized\nunbearable\nunbeatable\nunbeaten\nunbecoming\nunbeknown\nunbeknownst\nunbelievable\nunbelievably\nunbelievers\nunbending\nunbiased\nunbleached\nunblemished\nunblock\nunblocked\nunblocking\nunborn\nunbound\nunbounded\nunbowed\nunbranched\nunbreakable\nunbridled\nunbroken\nunbuilt\nunbundle\nunbundled\nunbundling\nunc\nunc=unchanged\nuncaf\nuncannily\nuncanny\nuncapped\nuncaring\nuncas\nuncast\nuncc\nunceasing\nuncensored\nunceremoniously\nuncertain\nuncertainity\nuncertainties\nuncertainty\nunch\nunch-a\nunchained\nunchallenged\nunchangeable\nunchanged\nunchanging\nuncharacteristic\nuncharacteristically\nuncharged\nuncharted\nunchecked\nunchnaged\nuncial\nuncirculated\nuncircumcised\nuncivilized\nunclaimed\nunclassified\nuncle\nunclean\nunclear\nuncles\nuncoated\nuncollateralised\nuncollateralized\nuncollected\nuncollectible\nuncomfortable\nuncomfortably\nuncommitted\nuncommon\nuncommonly\nuncompahgre\nuncompetitive\nuncompleted\nuncomplicated\nuncompressed\nuncompromising\nunconcerned\nunconditional\nunconditionally\nunconditioned\nunconfirmed\nunconformity\nunconnected\nunconquered\nunconscionable\nunconscious\nunconsciously\nunconsciousness\nunconsolidated\nunconstitutional\nunconstitutionally\nunconstrained\nuncontested\nuncontrollable\nuncontrollably\nuncontrolled\nuncontroversial\nunconventional\nunconvinced\nunconvincing\nuncooked\nuncooperative\nuncoordinated\nuncorrected\nuncorrelated\nuncorrupted\nuncountable\nuncounted\nuncoupled\nuncouth\nuncover\nuncovered\nuncovering\nuncovers\nuncp\nuncreated\nuncredited\nuncritical\nuncritically\nunctad\nunction\nuncultivated\nuncut\nund\nundamaged\nundan\nundated\nundaunted\nundcp\nundead\nundecid\nundecidable\nundecided\nundeclared\nundecorated\nundefeated\nundefended\nundefined\nundemocratic\nundeniable\nundeniably\nunder\nunder-age\nunder-developed\nunder-estimated\nunder-performing\nunder-reported\nunder-represented\nunder-secretary\nunder-secretary-general\nunder-utilised\nunder-valued\nunder0\nunder0s\nunderachieving\nunderage\nunderaged\nunderarm\nunderbase\nunderbelly\nunderboss\nunderbrush\nundercapitalised\nundercard\nundercarriage\nundercity\nunderclass\nunderclassmen\nundercoat\nundercover\nundercurrent\nundercurrents\nundercut\nundercuts\nundercutting\nunderdark\nunderdeveloped\nunderdevelopment\nunderdog\nunderdogs\nunderemployed\nunderemployment\nunderestimate\nunderestimated\nunderestimates\nunderestimating\nunderfloor\nunderfoot\nunderfunded\nunderfunding\nundergarment\nundergarments\nundergo\nundergoes\nundergoing\nundergone\nundergraduate\nundergraduates\nunderground\nundergrowth\nunderhand\nunderhanded\nunderhill\nunderlain\nunderlay\nunderlie\nunderlies\nunderline\nunderlined\nunderlines\nunderling\nunderlings\nunderlining\nunderlying\nundermanned\nundermine\nundermined\nunderminer\nundermines\nundermining\nunderneath\nundernourished\nunderoath\nunderpaid\nunderpants\nunderparts\nunderpass\nunderpasses\nunderperform\nunderperformance\nunderperformed\nunderperformer\nunderperformers\nunderperforming\nunderpin\nunderpinned\nunderpinning\nunderpinnings\nunderpins\nunderpowered\nunderpriced\nunderprivileged\nunderrated\nunderrepresented\nunderscore\nunderscored\nunderscores\nunderscoring\nundersea\nundersecretary\nundersecretary-general\nunderserved\nundershoot\nundershooting\nundershot\nunderside\nundersides\nundersigned\nundersized\nunderstand\nunderstandable\nunderstandably\nunderstanding\nunderstandings\nunderstands\nunderstate\nunderstated\nunderstatement\nunderstating\nundersteer\nunderstood\nunderstory\nunderstrength\nunderstudied\nunderstudy\nundersubscribed\nundertail\nundertake\nundertaken\nundertaker\nundertakers\nundertakes\nundertaking\nundertakings\nundertone\nundertones\nundertook\nundertow\nunderused\nunderutilized\nundervaluation\nundervalue\nundervalued\nundervalues\nunderwater\nunderway\nunderwear\nunderweight\nunderweighted\nunderweighting\nunderwent\nunderwhelming\nunderwing\nunderwings\nunderwood\nunderworld\nunderwrite\nunderwriter\nunderwriters\nunderwrites\nunderwriting\nunderwritings\nunderwritten\nunderwrote\nundescribed\nundeserved\nundesirable\nundesirables\nundesired\nundetectable\nundetected\nundetermined\nundeterred\nundeveloped\nundiagnosed\nundid\nundifferentiated\nundignified\nundiluted\nundiminished\nundine\nundirected\nundisc\nundisciplined\nundisclosed\nundiscovered\nundisputed\nundistinguished\nundistributed\nundisturbed\nundivided\nundo\nundocked\nundocking\nundocumented\nundof\nundoing\nundone\nundoubted\nundoubtedly\nundp\nundrafted\nundrawn\nundress\nundressed\nundue\nundulating\nundulations\nunduly\nundying\nune\nunearned\nunearth\nunearthed\nunearthing\nunearthly\nunease\nuneasily\nuneasiness\nuneasy\nuneaten\nuneconomic\nuneconomical\nunedic\nunedited\nuneducated\nunelected\nunemotional\nunemp\nunemploy\nunemployed\nunemployement\nunemployment\nunemploymnt\nunencrypted\nunencumbered\nunending\nunenforceable\nunenthusiastic\nunenviable\nunep\nunequal\nunequaled\nunequalled\nunequally\nunequivocal\nunequivocally\nunesco\nunescorted\nunethical\nuneven\nunevenly\nuneventful\nunexciting\nunexercised\nuneximbank\nunexpected\nunexpectedly\nunexpended\nunexpired\nunexplainable\nunexplained\nunexploded\nunexploited\nunexplored\nunexposed\nunfailing\nunfair\nunfairly\nunfairness\nunfaithful\nunfamiliar\nunfamiliarity\nunfancied\nunfashionable\nunfathomable\nunfavorable\nunfavorably\nunfavourable\nunfavourably\nunfazed\nunfeasible\nunfertilized\nunfettered\nunficyp\nunfilld\nunfilled\nunfiltered\nunfinished\nunfit\nunfixed\nunflattering\nunflinching\nunfocused\nunfold\nunfolded\nunfolding\nunfolds\nunforced\nunforeseen\nunforgettable\nunforgivable\nunforgiven\nunforgiving\nunforseen\nunfortunate\nunfortunately\nunfounded\nunfpa\nunfranked\nunfree\nunfreeze\nunfriendly\nunfrozen\nunfulfilled\nunfunded\nunfurled\nunfurling\nung\nunga\nungainly\nungar\nungdom\nunger\nunggul\nunglazed\nungol\nungovernable\nungraded\nungrammatical\nungrateful\nunguarded\nunguided\nungulate\nungulates\nunh\nunhappily\nunhappiness\nunhappy\nunharmed\nunharvested\nunhcr\nunhealthy\nunheard\nunheard-of\nunheated\nunhedged\nunheeded\nunhelpful\nunheralded\nunhindered\nunhinged\nunholy\nunhurt\nuni\nuni-charm\nuni-invest\nuni-marts\nunia\nuniao\nuniate\nuniban\nunibanco\nunibank\nunibanka\nunibody\nunibond\nunibud\nunicafe\nunicameral\nunicao\nunicast\nunicbank\nunice\nuniceb\nunicef\nunicellular\nunicenter\nunicer\nuniceramic\nunichem\nunichema\nunico\nunicode\nunicom\nunicorn\nunicorns\nunicorp\nunicron\nunicum\nunicycle\nunida\nunidad\nunidanmark\nunidare\nunidas\nuniden\nunidentifiable\nunidentified\nunidirectional\nunido\nunidos\nunif\nunifi\nunification\nunified\nunifies\nunifil\nuniflex\nuniforce\nuniform\nuniformed\nuniformity\nuniformly\nuniforms\nunifruco\nunify\nunifying\nunigate\nunigene\nuniglory\nunigro\nunihold\nunikom\nunikombank\nunilateral\nunilateralism\nunilaterally\nunilever\nunilingually\nunimaginable\nunimaginative\nunimarc\nunimed\nunimpeded\nunimportant\nunimpressed\nunimpressive\nunimproved\nunincorporated\nuninfected\nuninformed\nuninhabitable\nuninhabited\nuninhibited\nuninitiated\nuninjured\nunins\nuninspired\nuninspiring\nuninsured\nunintelligent\nunintelligible\nunintended\nunintentional\nunintentionally\nuninterested\nuninteresting\nuninterrupted\nuninvited\nuninvolved\nunio\nunion\nunionamerica\nuniondale\nunione\nunionidae\nunionised\nunionism\nunionist\nunionists\nunionization\nunionize\nunionized\nunions\nunions/wards\nuniontown\nunionville\nuniorias\nunip\nunipec\nunipetrol\nuniphase\nunipolar\nunique\nuniquely\nuniqueness\nuniroyal\nunis\nunisex\nunisia\nunison\nunisource\nunissued\nunisys\nunit\nunit-linked\nunita\nunita-held\nunitank\nunitarian\nunitarianism\nunitarians\nunitary\nunitas\nunite\nunitech\nunited\nunitel\nunites\nunitholders\nunities\nuniting\nunitog\nunitrans\nunitrin\nunits\nunity\nuniv\nuniv.\nunivac\nunivar\nuniveristy\nunivers\nuniversal\nuniversalis\nuniversalism\nuniversalist\nuniversalists\nuniversality\nuniversally\nuniversals\nuniverse\nuniverselle\nuniverses\nuniversiade\nuniversidad\nuniversidade\nuniversita\nuniversitaire\nuniversitaria\nuniversitario\nuniversitas\nuniversitat\nuniversitate\nuniversitatea\nuniversite\nuniversiteit\nuniversiti\nuniversities\nuniversity\nuniverso\nunivest\nunivision\nuniwear\nuniwide\nuniworld\nunix\nunix-based\nunjust\nunjustifiable\nunjustifiably\nunjustified\nunjustly\nunkempt\nunkind\nunknowable\nunknowing\nunknowingly\nunknown\nunknowns\nunl\nunlawful\nunlawfully\nunld\nunleaded\nunleash\nunleashed\nunleashes\nunleashing\nunleavened\nunless\nunley\nunlicenced\nunlicensed\nunlike\nunlikely\nunlikley\nunlimited\nunlined\nunlinked\nunlisted\nunlit\nunload\nunloaded\nunloading\nunloads\nunlock\nunlockable\nunlocked\nunlocking\nunlocks\nunloved\nunluckily\nunlucky\nunlv\nunm\nunmade\nunmanageable\nunmanned\nunmarked\nunmarried\nunmask\nunmasked\nunmasking\nunmasks\nunmatched\nunmentioned\nunmet\nunmik\nunmilled\nunmistakable\nunmistakably\nunmitigated\nunmixed\nunmodified\nunmolested\nunmot\nunmoved\nunmoving\nunna\nunnamed\nunnatural\nunnaturally\nunnavigable\nunneccessary\nunnecessarily\nunnecessary\nunneeded\nunnerve\nunnerved\nunnerving\nunni\nunnoticeable\nunnoticed\nunnumbered\nuno\nuno-ven\nunobservable\nunobserved\nunobstructed\nunobtainable\nunobtrusive\nunocal\nunoccupied\nunofficial\nunofficially\nunopened\nunopposed\nunordered\nunorganized\nunoriginal\nunorthodox\nunos\nunosom\nunp\nunpaid\nunpainted\nunpaired\nunpalatable\nunparalleled\nunparished\nunpasteurized\nunpatriotic\nunpaved\nunperturbed\nunplaced\nunplanned\nunplayable\nunpleasant\nunplugged\nunpolished\nunpopular\nunpopularity\nunpopulated\nunpowered\nunprecedented\nunprecendented\nunpredep\nunpredictability\nunpredictable\nunpredictably\nunprepared\nunpretentious\nunprocessed\nunproduced\nunproductive\nunprofessional\nunprofitable\nunprofor\nunpromising\nunprotected\nunproven\nunprovoked\nunpublished\nunpunished\nunq\nunq-\nunq=unquoted\nunqualified\nunquestionable\nunquestionably\nunquestioned\nunquestioning\nunquoted\nunr\nunrae\nunranked\nunrated\nunravel\nunraveled\nunraveling\nunravelled\nunravelling\nunravels\nunreachable\nunreadable\nunready\nunreal\nunrealised\nunrealistic\nunrealistically\nunreality\nunrealized\nunreasonable\nunreasonably\nunrecognised\nunrecognizable\nunrecognized\nunrecorded\nunrecoverable\nunrefined\nunreformed\nunregistered\nunregulated\nunrelated\nunreleased\nunrelenting\nunreliability\nunreliable\nunremarkable\nunrepentant\nunreported\nunrepresentative\nunrepresented\nunrequited\nunrequitted\nunreserved\nunreservedly\nunresolved\nunresponsive\nunrest\nunrestrained\nunrestricted\nunrevealed\nunrevised\nunripe\nunrivaled\nunrivalled\nunroasted\nunrolled\nunrounded\nunruffled\nunruh\nunruly\nunrwa\nuns\nunsafe\nunsafeguarded\nunsanctioned\nunsanitary\nunsatisfactory\nunsatisfiable\nunsatisfied\nunsatisfying\nunsaturated\nunsavory\nunsavoury\nunsc\nunscalded\nunscathed\nunscheduled\nunscientific\nunscom\nunscramble\nunscripted\nunscrupulous\nunsealed\nunseasonably\nunseasonal\nunseasonally\nunseat\nunseated\nunseating\nunsecured\nunseeded\nunseemly\nunseen\nunselfish\nunser\nunsettle\nunsettled\nunsettling\nunshakeable\nunshaken\nunshielded\nunsightly\nunsigned\nunsinkable\nunskilled\nunsold\nunsolicited\nunsolvable\nunsolved\nunsophisticated\nunsound\nunsourced\nunspeakable\nunspecified\nunspectacular\nunspent\nunspoiled\nunspoilt\nunspoken\nunsportsmanlike\nunsprung\nunstable\nunstaffed\nunstated\nunsteady\nunstoppable\nunstressed\nunstructured\nunstrut\nunstuck\nunsubordinated\nunsubscribed\nunsubsidised\nunsubstantiated\nunsuccesful\nunsuccessful\nunsuccessfully\nunsuitable\nunsuited\nunsung\nunsupervised\nunsupported\nunsure\nunsurpassed\nunsurprising\nunsurprisingly\nunsuspected\nunsuspecting\nunsustainable\nunsustainably\nunsw\nunsweeten\nunswerving\nunsworth\nunsympathetic\nunt\nuntaes\nuntainted\nuntamed\nuntangle\nuntapped\nuntarnished\nuntaxed\nuntenable\nunter\nunterberg\nunternehmen\nunterseeboot\nunterseebootsflottille\nuntested\nunthinkable\nuntidy\nuntie\nuntied\nuntil\nuntimely\nuntiring\nuntitled\nunto\nuntold\nuntouchability\nuntouchable\nuntouchables\nuntouched\nuntoward\nuntr\nuntraceable\nuntraded\nuntrained\nuntranslated\nuntreated\nuntried\nuntroubled\nuntrue\nuntrustworthy\nunturned\nunum\nunusable\nunusally\nunused\nunusual\nunusually\nunveil\nunveiled\nunveiling\nunveils\nunverifiable\nunverified\nunviable\nunvoiced\nunwanted\nunwarranted\nunwary\nunwashed\nunwavering\nunwed\nunweighted\nunwelcome\nunwell\nunwieldy\nunwilling\nunwillingly\nunwillingness\nunwin\nunwind\nunwinding\nunwinnable\nunwired\nunwise\nunwisely\nunwitting\nunwittingly\nunworkable\nunworried\nunworthy\nunwound\nunwrapped\nunwritten\nunwrought\nunyielding\nunyu\nuo\nuob\nuob-otc\nuokalani\nuol\nuop\nup\nup#\nup-and-coming\nup-and-down\nup-country\nup-front\nup-market\nup-to-date\nup.cotton\nupa\nupanishad\nupanishads\nupasi\nupazila\nupbeat\nupbringing\nupc\nupchurch\nupcoast\nupcoming\nupcountry\nupdate\nupdated\nupdates\nupdating\nupdike\nupdraft\nupe\nupended\nupfield\nupfront\nupgrade\nupgradeable\nupgraded\nupgrades\nupgrading\nupham\nupheaval\nupheavals\nupheld\nuphill\nuphold\nupholding\nupholds\nupholstered\nupholstery\nupi\nupjohn\nupkeep\nupland\nuplands\nuplift\nuplifted\nuplifting\nupliftment\nupline\nuplink\nuplinking\nupload\nuploaded\nuploading\nuploads\nupm\nupm-kymmene\nupmarket\nupminster\nupmove\nupn\nupnp\nupolu\nupon\nuponor\nupp\nuppal\nupped\nupper\nupper-caste\nuppercase\nupperclass\nupperclassmen\nuppercut\nuppermost\nupperparts\nuppers\nupperside\nupping\nuppingham\nuppland\nuppsala\nupr\nuprated\nupright\nuprights\nuprising\nuprisings\nupriver\nuproar\nuprona\nuproot\nuprooted\nuprooting\nups\nupsala\nupscale\nupset\nupsets\nupsetting\nupshaw\nupshot\nupshur\nupside\nupsilon\nupson\nupstage\nupstaged\nupstairs\nupstanding\nupstart\nupstarts\nupstate\nupstream\nupsurge\nupswing\nupswings\nuptake\nuptempo\nuptick\nupticks\nuptight\nuptime\nupto\nupton\nuptown\nuptrend\nuptrending\nuptrends\nupturn\nupturned\nupturns\nupu\nupul\nupward\nupwardly\nupwards\nupwelling\nupwind\nur\nura\nuraba\nurach\nuracil\nuraco\nurahara\nural\nuralic\nuralita\nuralmash\nurals\nuralsvyazinform\nurania\nuranian\nuranium\nuranium0\nurantia\nuranus\nuranyl\nurartian\nurartu\nurawa\nurb\nurbain\nurbaine\nurban\nurbana\nurbancorp\nurbandale\nurbane\nurbani\nurbanisation\nurbanised\nurbanism\nurbanist\nurbanization\nurbanized\nurbano\nurbe\nurbina\nurbino\nurbis\nurc\nurchin\nurchins\nurd\nurdaneta\nurdinola\nurdu\nurdu-speaking\nure\nurea\nureshiko\nureter\nurethane\nurethra\nurethral\nurey\nurge\nurged\nurgell\nurgency\nurgent\nurgently\nurges\nurging\nurgings\nuri\nuriah\nuribe\nuric\nurich\nuridine\nurie\nuriel\nurien\nurim\nurinal\nurinals\nurinalysis\nurinary\nurinate\nurinated\nurinating\nurination\nurine\nurinson\nuris\nurizen\nurkel\nurko\nurl\nurlacher\nurls\nurmanov\nurmia\nurmila\nurmston\nurn\nurnfield\nurng\nurns\nurogenital\nurohealth\nurological\nurologist\nurologix\nurology\nuromed\nuroquest\nuros\nurquhart\nurquiza\nurr\nurraca\nurrea\nurrusolo\nurrutia\nurs\nursa\nursae\nursinus\nurska\nursula\nursuline\nursus\nurticaria\nuru\nuruguay\nuruguayan\nuruguayans\nuruguyan\nuruk\nurumqi\nurusei\nuruzgan\nurvashi\nury\nuryu\nurza\nurzaiz\nus\nus$\nus-based\nus-japan\nus.\nus0\nusa\nusaa\nusaac\nusaaf\nusability\nusable\nusac\nusaf\nusafe\nusage\nusages\nusagi\nusaid\nusair\nusairways\nusan\nusar\nusas\nusat\nusb\nusba\nusbl\nusc\nusca\nuscf\nuscg\nuscgc\nuscis\nuscs\nusd\nusd*\nusd0\nusd=0\nusda\nuse\nuseable\nusec\nused\nused-car\nusedom\nuseful\nusefully\nusefulness\nuseless\nuselessness\nusenet\nuser\nuser-friendly\nuserland\nusername\nusers\nuses\nusf\nusf&g\nusfi\nusfl\nusfreightways\nusfws\nusg\nusga\nusgs\nusgulf\nusha\nushakov\nushant\nusher\nushered\nushering\nushers\nushikubo\nushio\nushl\nushra\nushuaia\nusi\nusia\nusiminas\nusines\nusing\nusinor\nusinor-sacilor\nusisl\nusk\nusko\nusl\nuslife\nusm\nusman\nusmc\nusmef\nusmx\nusn\nusne\nusnr\nusns\nuso\nusoc\nusop\nusopp\nusp\nuspd\nusps\nuspto\nusra\nuss\nussa\nussf\nussher\nussocom\nussr\nussuri\nust\nusta\nustad\nustasa\nustase\nustasha\nusti\nustinov\nustinova\nustr\nusu\nusual\nusually\nusui\nusul\nusurp\nusurpation\nusurped\nusurper\nusurpers\nusurping\nusury\nuswa\nuswc\nusweb\nusx\nusx-delhi\nusx-marathon\nusx-u.s.\nut\nut0\nuta\nutada\nutah\nutah-based\nutama\nutc\nutc0\nutd\nute\nutena\nutenos\nutensil\nutensils\nutep\nuterine\nutero\nuterus\nutes\nutf0\nuther\nuthman\nuti\nutica\nutihad\nutil\nutilicorp\nutilisation\nutilise\nutilised\nutilises\nutilising\nutilitarian\nutilitarianism\nutilities\nutility\nutilization\nutilizations\nutilize\nutilized\nutilizes\nutilizing\nutils\nutilties\nutley\nutm\nutmost\nutne\nuto\nutomo\nutopia\nutopian\nutp\nutr\nutrecht\nutricularia\nuts\nutsa\nutsav\nutsumi\nuttar\nuttara\nuttarakhand\nuttaranchal\nuttarapatha\nutter\nutterance\nutterances\nuttered\nuttering\nutterly\nutters\nuttoxeter\nutu\nutv\nutyos\nutz\nuu\nuua\nuucp\nuunet\nuuno\nuup\nuusikaupunki\nuv\nuva\nuvalde\nuvb\nuveitis\nuvf\nuvira\nuvular\nuw\nuwa\nuwb\nuwc\nuwe\nuwf\nuwfi\nuwm\nux\nuxbridge\nuy\nuyezd\nuyghur\nuyghurs\nuyl\nuys\nuz\nuzbek\nuzbekistan\nuzbekneftegaz\nuzbeks\nuzen\nuzes\nuzhhorod\nuzi\nuzice\nuzun\nv\nv-chip\nv-one\nv.\nv.a.\nv.c.\nv.f.d.\nv.g.\nv.i.\nv.i.p.\nv.p.\nv.s.\nv.v.\nv/\nv/line\nv0\nv00\nv0s\nva\nva'a\nva.\nva.-based\nva0\nvaahto\nvaal\nvaarsuvius\nvaas\nvaasa\nvab\nvab-index\nvab-ra\nvab-rasdaq\nvac\nvaca\nvacancies\nvacancy\nvacant\nvacante\nvacaroiu\nvacate\nvacated\nvacating\nvacation\nvacationed\nvacationers\nvacationing\nvacations\nvacaville\nvaccari\nvaccaro\nvaccinated\nvaccination\nvaccinations\nvaccine\nvaccines\nvaccinium\nvacco\nvaccuum\nvacek\nvacheron\nvachon\nvaclav\nvacova\nvacpak\nvacuole\nvacuoles\nvacuous\nvacuum\nvacuums\nvad\nvada\nvader\nvadilal\nvadim\nvadis\nvado\nvadodara\nvadstena\nvaduz\nvae\nvaehi\nvag\nvaga\nvagabond\nvagabonds\nvaganova\nvagar\nvagaries\nvagina\nvaginal\nvagit\nvagner\nvagnorius\nvagrancy\nvagrant\nvagrants\nvague\nvaguely\nvagueness\nvagus\nvah\nvahur\nvai\nvaid\nvaidisova\nvaidya\nvaikom\nvaikundar\nvail\nvaillant\nvain\nvainamoinen\nvainio\nvainly\nvaisala\nvaishali\nvaishnava\nvaishnavas\nvaishnavism\nvaishnavite\nvaisseau\nvajo\nvajpayee\nvajra\nvajrayana\nvakama\nvakha\nvakhtang\nvakuutusosakeyhtio\nval\nvala\nvalachi\nvalade\nvalais\nvalance\nvalar\nvalassis\nvalbusa\nvalcea\nvalchek\nvaldai\nvaldano\nvaldas\nvaldehuesa\nvaldemar\nvalderrama\nvaldes\nvaldez\nvaldis\nvaldivia\nvaldivieso\nvaldizon\nvaldo\nvaldosta\nvale\nvalea\nvalecom\nvaledictorian\nvalen\nvalence\nvalencia\nvalencian\nvalenciana\nvalenciennes\nvalency\nvalens\nvalente\nvalenti\nvalentia\nvalentin\nvalentina\nvalentine\nvalentines\nvalentinian\nvalentino\nvalentinus\nvalentyn\nvalenzuela\nvaleo\nvalepar\nvaler\nvalera\nvalerenga\nvaleri\nvaleria\nvalerian\nvalerie\nvalerio\nvaleriu\nvalerius\nvalero\nvalery\nvales\nvalet\nvalets\nvalette\nvaleurs\nvaleyard\nvalhall\nvalhalla\nvalhi\nvali\nvaliant\nvaliantly\nvaliants\nvalid\nvalidate\nvalidated\nvalidates\nvalidating\nvalidation\nvalidity\nvalidly\nvaliente\nvalinor\nvalis\nvalium\nvaljean\nvaljevo\nvalkenburg\nvalkenburgh\nvalkov\nvalkyrie\nvalkyries\nvall\nvalla\nvallabhbhai\nvalladares\nvalladolid\nvallance\nvallarta\nvalle\nvallecano\nvalledupar\nvallee\nvallegrande\nvallejo\nvallenato\nvalles\nvalletta\nvalley\nvalleyfield\nvalleys\nvalli\nvallicorp\nvallis\nvallo\nvallone\nvallourec\nvalls\nvalmet\nvalmiera\nvalmieragl.fiber\nvalmiki\nvalmont\nvalmy\nvalo\nvalois\nvalon\nvalor\nvalora\nvalorem\nvalores\nvaloret\nvalorous\nvalour\nvalparaiso\nvals\nvalse\nvalspar\nvaltellina\nvaluable\nvaluables\nvaluation\nvaluations\nvalue\nvalue-added\nvalue-added-tax\nvalue-for-money\nvalue-usda\nvalue-weighted\nvalued\nvalues\nvaluevision\nvaluing\nvalujet\nvalve\nvalved\nvalverde\nvalves\nvam\nvamana\nvamos\nvamp\nvampira\nvampire\nvampirella\nvampires\nvampiric\nvampirism\nvampiro\nvamps\nvampyre\nvan\nvana\nvanadium\nvanaspati\nvanbiesbrouck\nvanbrugh\nvance\nvanclief\nvancomycin\nvancouver\nvancouver-based\nvanda\nvandal\nvandalia\nvandalised\nvandalism\nvandalized\nvandalizing\nvandals\nvande\nvandegrift\nvandellas\nvanden\nvandenberg\nvandenbroucke\nvander\nvanderbilt\nvanderburgh\nvanderjagt\nvandersmissen\nvandersteen\nvandewater\nvandire\nvandross\nvane\nvanern\nvanes\nvanessa\nvang\nvanga\nvangelis\nvangipurappu\nvanguard\nvanguardia\nvanhala\nvanhanen\nvani\nvanier\nvanik\nvanilla\nvanilli\nvanillin\nvanir\nvanish\nvanished\nvanishes\nvanishing\nvanities\nvanity\nvanke\nvann\nvanna\nvannes\nvannevar\nvanni\nvanquish\nvanquished\nvanquishing\nvans\nvanspor\nvanstar\nvanstone\nvantaa\nvantage\nvantive\nvanua\nvanuatu\nvanunu\nvanya\nvanyel\nvanzetti\nvapid\nvapor\nvaporization\nvaporize\nvaporized\nvaporizes\nvapors\nvaporware\nvapour\nvapours\nvaquero\nvaqueros\nvar\nvar.\nvara\nvaradero\nvaradi\nvaraha\nvaram\nvaranasi\nvarangian\nvarangians\nvarazdin\nvarazdinska\nvarbanov\nvarda\nvardar\nvarden\nvardhaman\nvardhman\nvardon\nvare\nvarela\nvarennes\nvarese\nvarg\nvarga\nvargas\nvarghese\nvari\nvaria\nvariability\nvariable\nvariable-interest\nvariable-rate\nvariables\nvariably\nvarian\nvariance\nvariances\nvariant\nvariants\nvariation\nvariational\nvariations\nvaricella\nvarick\nvaricose\nvaried\nvariegated\nvaries\nvarietal\nvarietals\nvarieties\nvariety\nvarig\nvarina\nvario\nvarious\nvariously\nvaritek\nvarity\nvarius\nvarlen\nvarley\nvarma\nvarmint\nvarmland\nvarna\nvarner\nvarney\nvarnish\nvarnished\nvarnishes\nvarosha\nvarro\nvarsity\nvarsos\nvarszegi\nvarta\nvartan\nvarteks\nvarun\nvaruna\nvarus\nvarvara\nvary\nvarying\nvaryoganneftegaz\nvarzi\nvarzim\nvas\nvasa\nvasai\nvasakronan\nvasant\nvasari\nvasas\nvasco\nvasconcellos\nvasconcelos\nvasconia\nvascular\nvasculature\nvasculitis\nvase\nvasectomy\nvaseline\nvasella\nvases\nvasey\nvash\nvashem\nvashi\nvashon\nvashti\nvasic\nvasil\nvasile\nvasilescu\nvasilev\nvasilevsky\nvasili\nvasiliev\nvasily\nvasilyev\nvasilyevich\nvasishtha\nvaslui\nvaso\nvasoconstriction\nvasodilation\nvasodilator\nvasopressin\nvasovic\nvasp\nvasparr\nvasquez\nvassal\nvassalage\nvassallo\nvassals\nvassar\nvasser\nvasseur\nvassil\nvassilev\nvassiliko\nvassilis\nvassily\nvasso\nvast\nvastar\nvasteras\nvasterbotten\nvastergotland\nvastly\nvastmanland\nvastned\nvastness\nvasto\nvastra\nvasu\nvasudeva\nvasyl\nvat\nvater\nvathek\nvatican\nvaticanus\nvatnajokul\nvats\nvattenfall\nvauban\nvaucleroy\nvaucluse\nvaud\nvaudeville\nvaudevillian\nvaudreuil\nvaughan\nvaughn\nvaught\nvault\nvaulted\nvaulter\nvaulting\nvaults\nvaunted\nvaux\nvauxhall\nvava\nvavilov\nvavra\nvavuniya\nvaw\nvax\nvaxjo\nvayu\nvaz\nvazgen\nvazquez\nvb\nvb0\nvba\nvbc\nvbr\nvbulletin\nvc\nvc0\nvca\nvcd\nvcds\nvce\nvci\nvcl\nvcm\nvco\nvcr\nvcrs\nvcs\nvcu\nvd\nvda\nvdb\nvdc\nvdh\nvdma\nvdonet\nvdot\nve\nveal\nvealers\nveb\nveba\nvebacom\nveblen\nvec\nvecchia\nvecchio\nvecer\nvecernje\nvecernji\nveche\nvecna\nvector\nvectored\nvectoring\nvectors\nvectra\nved\nveda\nvedanta\nvedantic\nvedas\nvedder\nvedeno\nvedette\nvedic\nvedior\nvedra\nvedrine\nvee\nveeck\nveeco\nveemon\nveen\nveena\nveenstra\nveer\nveera\nveerakesari\nveeram\nveered\nveering\nveers\nvefa\nveg\nveg.oil\nvega\nvegan\nveganism\nvegans\nvegard\nvegas\nvegas-based\nvegeta\nvegetable\nvegetables\nvegetal\nvegetarian\nvegetarianism\nvegetarians\nvegetated\nvegetation\nvegetative\nvegf\nveggie\nveggietales\nvegoil\nvegoils\nveh\nvehbi\nvehement\nvehemently\nvehicl\nvehiclapr\nvehicle\nvehicles\nvehicljan\nvehiclmar\nvehicon\nvehicular\nvehicules\nvei\nveidt\nveiga\nveigue\nveikkausliiga\nveil\nveiled\nveils\nvein\nveined\nveins\nveit\nveitch\nveja\nvejle\nvekoma\nvel\nvela\nvelar\nvelarde\nvelasco\nvelasquez\nvelayati\nvelazco\nvelazquez\nvelcro\nveld\nvelde\nveldman\nveldze\nveles\nvelez\nvelha\nvelho\nveli\nvelickovic\nvelika\nveliki\nveliko\nvelikovsky\nvelimir\nvelky\nvell\nvella\nvellalar\nvellant'im\nvelletri\nvellien\nvellore\nvellu\nvellum\nvelma\nvelo\nvelociraptor\nvelocities\nvelocity\nvelodrome\nveloso\nvelour\nvelox\nveltroni\nvelu\nvelupillai\nvelvet\nvelvets\nvelvety\nvelzen\nven\nvena\nvenable\nvenables\nvenalum\nvenancio\nvenango\nvenantius\nvenation\nvencemos\nvencor\nvenda\nvendee\nvendetta\nvendettas\nvendex\nvending\nvenditti\nvendome\nvendor\nvendors\nvendredi\nvenecia\nveneer\nveneers\nvenegas\nvenepal\nvenera\nvenerable\nvenerate\nvenerated\nveneration\nvenereal\nveneta\nveneti\nvenetia\nvenetiaan\nvenetian\nvenetians\nveneto\nvenevision\nvenez\nvenezia\nvenezolana\nvenezuala\nvenezuela\nvenezuelan\nvenezuelans\nveng\nvengeance\nvengeful\nvengi\nveni\nvenice\nvenis\nvenison\nvenizelos\nvenkat\nvenkata\nvenkatesan\nvenkatesh\nvenkateswara\nvenkatraman\nvenlo\nvenlon\nvenn\nvenom\nvenomous\nvenoms\nvenona\nvenous\nvenstre\nvent\nventa\nventak\nventana\nventanas\nvented\nventer\nventilated\nventilation\nventilator\nventilators\nventimiglia\nventing\nventnor\nvento\nventra\nventral\nventrally\nventre\nventress\nventricle\nventricles\nventricular\nventriloquism\nventriloquist\nventritex\nvents\nventsislav\nventspils\nventura\nventuras\nventure\nventured\nventurer\nventurers\nventures\nventuri\nventurian\nventuring\nventuroni\nvenu\nvenue\nvenues\nvenugopalachari\nvenus\nvenusian\nvenustiano\nveolia\nver\nvera\nveracity\nveracruz\nveranda\nverandah\nverandahs\nverano\nverapaz\nveras\nverb\nverbaet\nverbal\nverbally\nverband\nverbandsgemeinde\nverbandsliga\nverbatim\nverbeek\nverbena\nverbenaceae\nverbin\nverbose\nverbs\nverbum\nverbund\nvercelli\nvercetti\nvercheres\nvercingetorix\nverdant\nverde\nverdean\nverden\nverdes\nverdi\nverdict\nverdicts\nverdon\nverdonk\nverdugo\nverdun\nverdy\nvere\nvereeniging\nverein\nvereinsbank\nvereinte\nverena\nverendrye\nverenigd\nvereniging\nverga\nvergara\nverge\nverger\nvergere\nverges\nverghese\nvergil\nvergina\nverging\nverhoef\nverhoeven\nverhofstadt\nveria\nveridian\nverifiable\nverification\nverified\nverifier\nverifies\nverifone\nverify\nverifying\nverilink\nverilog\nverin\nverio\nverisign\nverisimilitude\nverismo\nveritable\nveritas\nverite\nverity\nverizon\nverkhovna\nverlaat\nverlag\nverlaine\nverma\nvermandois\nvermeer\nvermeil\nvermelho\nvermeulen\nvermicelli\nvermiculite\nvermilion\nvermillion\nvermin\nvermont\nvermouth\nvern\nverna\nvernacular\nvernaculars\nvernal\nverne\nverner\nvernet\nverneuil\nverney\nvernier\nvernon\nvernor\nvero\nveron\nverona\nveronese\nveronica\nveronicas\nveronika\nveronique\nverplaetse\nverrazano\nverrier\nverrocchio\nvers\nversa\nversace\nversailles\nversand\nversant\nversar\nversatile\nversatility\nverse\nversed\nverses\nversfeld\nversicherung\nversicherungs\nversicolor\nversification\nversion\nversioning\nversions\nverslo\nverso\nverstappen\nverstraeten\nversus\nvert\nverte\nvertebra\nvertebrae\nvertebral\nvertebrate\nvertebrates\nvertes\nvertex\nvertical\nvertically\nvertically-integrated\nverticals\nvertices\nvertigo\nvertol\nvertov\nveruca\nverulam\nverus\nverve\nverwaayen\nverwaltungsgemeinschaft\nverwoerd\nvery\nves\nvesa\nvesalius\nveselin\nveselinovic\nvesey\nvesicle\nvesicles\nvesicular\nvesna\nvespa\nvespasian\nvesper\nvesperini\nvespers\nvespertilionidae\nvespucci\nvess\nvessel\nvesselin\nvessels\nvest\nvesta\nvestacor\nvestal\nvested\nvestel\nvestfold\nvesti\nvestibular\nvestibule\nvestibules\nvestige\nvestiges\nvestigial\nvesting\nvestment\nvestments\nvestre\nvestry\nvests\nvesuvio\nvesuvius\nveszprem\nvet\nvetch\nvetchinin\nveteran\nveterans\nveterinarian\nveterinarians\nveterinary\nvetinari\nveto\nvetoed\nvetoes\nvetoing\nvets\nvetted\nvetter\nvetting\nvettori\nvetus\nvevey\nvew\nvex\nvexed\nvexin\nvexing\nveyron\nveysonnaz\nvez\nvezina\nvf\nvf0\nvfa\nvfa0\nvfb\nvfd\nvfl\nvfl/afl\nvfr\nvfw\nvfx\nvg\nvga\nvgn\nvgo\nvh\nvh0\nvhcl\nvhcls\nvhdl\nvhf\nvhp\nvhs\nvhsl\nvi\nvi-i\nvi.\nvia\nviability\nviable\nviacheslav\nviacom\nviad\nviaduct\nviaducts\nviag\nviagra\nvial\nvialbe\nvialli\nvials\nvian\nviana\nviannet\nvianney\nviareggio\nviars\nviasa\nviasat\nviasoft\nviatel\nviatical\nviaticus\nvibe\nvibert\nvibes\nvibhushan\nvibor\nviborg\nvibrancy\nvibranium\nvibrant\nvibraphone\nvibraphonist\nvibrate\nvibrates\nvibrating\nvibration\nvibrational\nvibrations\nvibrato\nvibrator\nvibrators\nvibrio\nviburnum\nvic\nvic+\nvic0\nvicap\nvicar\nvicarage\nvicariate\nvicariates\nvicario\nvicarious\nvicariously\nvicarius\nvicars\nvice\nvice-\nvice-admiral\nvice-captain\nvice-chairman\nvice-chairmen\nvice-chancellor\nvice-director\nvice-governor\nvice-mayor\nvice-minister\nvice-premier\nvice-presidency\nvice-president\nvice-presidential\nvice-presidents\nvice-versa\nvicente\nvicenza\nviceregal\nviceroy\nviceroyalty\nviceroys\nvices\nvichy\nvicini\nvicinity\nvicious\nviciously\nvicissitudes\nvick\nvickers\nvickery\nvicki\nvickie\nvickrey\nvicksburg\nvicky\nvico\nvicomte\nvict.\nvictim\nvictimisation\nvictimised\nvictimization\nvictimized\nvictims\nvictoire\nvictor\nvictoria\nvictorian\nvictorian-based\nvictoriano\nvictorians\nvictorias\nvictoriaville\nvictories\nvictorino\nvictorio\nvictorious\nvictoriously\nvictors\nvictorville\nvictory\nvicuna\nvicus\nvid\nvida\nvidago\nvidal\nvidalia\nvidalon\nvidamed\nvidar\nvidarbha\nvidc\nvide\nvidela\nvidem\nvidenov\nvideo\nvideo-conferencing\nvideo-game\nvideo-on-demand\nvideocassette\nvideoclip\nvideocon\nvideoconferencing\nvideogame\nvideogames\nvideographer\nvideography\nvideolan\nvideoland\nvideos\nvideoserver\nvideotape\nvideotaped\nvideotapes\nvideotaping\nvideoton\nvideotron\nvidesh\nvidhan\nvidi\nvidin\nvidiri\nvidmar\nvidor\nvidos\nvidya\nvidyalaya\nvidyasagar\nvie\nvied\nvieira\nvieja\nviejo\nvienna\nvienna-based\nvienne\nviennese\nvienot\nvientiane\nviento\nvieques\nvier\nviera\nvierchowod\nvieri\nviesgo\nviet\nvietcombank\nvietcong\nvietminh\nvietnam\nvietnam0\nvietnamese\nvieux\nview\nview-australian\nviewable\nviewed\nviewer\nviewers\nviewership\nviewfinder\nviewing\nviewings\nviewpoint\nviewpoints\nviews\nviewtiful\nvig\nvigan\nvigario\nvigdis\nvigenere\nviggen\nviggo\nvigil\nvigilance\nvigilant\nvigilante\nvigilantes\nvigilantism\nvigilius\nvigils\nvigipirate\nviglen\nvigna\nvignal\nvignano\nvigne\nvignette\nvignettes\nvignola\nvigo\nvigor\nvigoreaux\nvigorous\nvigorously\nvigour\nvihar\nvihara\nvihuela\nvii\nvii.\nviic\nviii\nviii.\nviil\nviinanen\nviipuri\nviisnurk\nvijay\nvijaya\nvijayan\nvijayanagar\nvijayanagara\nvijayawada\nvijaynagar\nvik\nvikar\nvikas\nvikernes\nviki\nviking\nvikings\nvikki\nvikram\nvikrama\nvikramaditya\nviktor\nviktoria\nvil\nvila\nvilaggazdasag\nvilaine\nvilar\nvilas\nvilatte\nvilayat\nvilayet\nvile\nvilfima\nvilhelm\nvilification\nvilified\nvilis\nviljandi\nviljoen\nvilkancas\nvill\nvilla\nvillach\nvillafranca\nvillage\nvillager\nvillagers\nvillages\nvillain\nvillainess\nvillainous\nvillains\nvillainy\nvillalba\nvillalobos\nvillalonga\nvillamizar\nvillanova\nvillanueva\nvillar\nvillaraigosa\nvillard\nvillareal\nvillarreal\nvillars\nvillarzu\nvillas\nvillavicencio\nville\nvillefranche\nvillegas\nvillehardouin\nvillena\nvilleneuve\nvillepin\nvillepreux\nvilleroi\nvilleroy\nvillers\nvillette\nvilleurbanne\nvilli\nvilliers\nvilliger\nvillon\nvilma\nvilna\nvilniaus\nvilnius\nviloca\nvilsack\nvilvoorde\nvim\nvima\nvimana\nvimes\nvimpani\nvimpel\nvimpel-communications\nvimpelcom\nvimrx\nvimy\nvin\nvina\nvinatieri\nvinay\nvinaya\nvinayak\nvinayaka\nvinca\nvincam\nvince\nvincennes\nvincent\nvincente\nvincentian\nvincents\nvincenzo\nvinci\nvinck\nvindhya\nvindicate\nvindicated\nvindicates\nvindication\nvindicator\nvindictive\nvine\nvinegar\nvineland\nviner\nvines\nvineyard\nvineyards\nving\nvinge\nvingis\nvinh\nvini\nvinicius\nvinick\nvinifera\nvinik\nvining\nvinko\nvinkovci\nvinland\nvinnie\nvinnikova\nvinny\nvinnytsya\nvino\nvinod\nvinogradov\nvinokourov\nvins\nvinson\nvint\nvintage\nvintages\nvintner\nvintners\nvinto\nvinton\nvinyard\nvinyl\nvinyls\nviognier\nviol\nviola\nviolante\nviolas\nviolate\nviolated\nviolates\nviolating\nviolation\nviolations\nviolator\nviolators\nvioleau\nviolence\nviolence-prone\nviolence-torn\nviolent\nviolently\nviolet\nvioleta\nviolets\nvioletta\nviolette\nviolin\nviolinist\nviolinists\nviolins\nviolist\nviollet\nvioloncello\nviols\nvion\nviorel\nviosca\nvioxx\nvip\nvipassana\nviper\nvipers\nvipingo\nvipnet\nvippy\nvips\nvipsanius\nviqueque\nvir\nvira\nviracept\nvirago\nviral\nvirat\nvirata\nviravan\nviray\nvirchow\nvirco\nvirden\nvire\nviren\nvirenque\nvireo\nvires\nvirgen\nvirgil\nvirgilio\nvirgin\nvirgina\nvirginal\nvirginia\nvirginia-based\nvirginian\nvirginiana\nvirginians\nvirginie\nvirginis\nvirginity\nvirgins\nvirgo\nviridian\nviridis\nvirieu\nvirile\nvirility\nvirion\nvirions\nvirmani\nvirology\nviropharma\nvirtanen\nvirtua\nvirtual\nvirtuality\nvirtualization\nvirtualized\nvirtually\nvirtue\nvirtues\nvirtuosi\nvirtuosic\nvirtuosity\nvirtuoso\nvirtuosos\nvirtuous\nvirtus\nvirtuti\nviru\nvirulence\nvirulent\nvirulently\nvirunga\nvirus\nviruses\nvis\nvis-a-vis\nvisa\nvisa-free\nvisage\nvisakhapatnam\nvisalia\nvisas\nvisayan\nvisayas\nvisbreaker\nvisby\nviscera\nvisceral\nvisco\nviscoelastic\nviscofan\nvisconti\nviscoplast\nviscose\nviscosity\nviscount\nviscountcy\nviscountess\nviscounts\nviscous\nvise\nvisegrad\nviseu\nvishal\nvishay\nvishnu\nvishnuvardhana\nvishva\nvishwa\nvishwamitra\nvishwanath\nvisibility\nvisible\nvisibly\nvisigoth\nvisigothic\nvisigoths\nvisio\nvision\nvisionaries\nvisionary\nvisions\nvisit\nvisita\nvisitation\nvisitations\nvisited\nvisiting\nvisitor\nvisitors\nvisits\nvisoko\nvisor\nvisorak\nvisors\nvissel\nvisser\nvissi\nvista\nvistan\nvistana\nvistas\nvistula\nvisual\nvisualisation\nvisualise\nvisualised\nvisualization\nvisualizations\nvisualize\nvisualized\nvisualizing\nvisually\nvisuals\nviswanathan\nvisx\nvit\nvita\nvitae\nvitafoam\nvitagraph\nvital\nvitalcom\nvitale\nvitali\nvitaliano\nvitalini\nvitalink\nvitalis\nvitality\nvitally\nvitaly\nvitamin\nvitamins\nvitaphone\nvitara\nvitarich\nvitas\nvite\nvitebsk\nvitec\nvitelic\nvitellius\nviterbi\nviterbo\nvitesse\nvitez\nvith\nvithal\nvithoon\nviti\nviticultural\nviticulture\nvitis\nvitkovice\nvitner\nvito\nvitol\nvitor\nvitoria\nvitorino\nvitransauto\nvitreous\nvitrification\nvitriol\nvitriolic\nvitro\nvitrolles\nvitruvius\nvitry\nvitter\nvitti\nvittoria\nvittorio\nvitus\nviv\nviva\nvivacious\nvivaldi\nvivant\nvivar\nvivas\nvive\nvivec\nvivek\nvivekananda\nvivendi\nvives\nvivi\nvivian\nvivid\nvividly\nvividness\nvivien\nvivienne\nviviparous\nvivisection\nvivo\nvivra\nvivre\nvivus\nvix\nvixen\nvixens\nviyella\nviz\nviz.\nvizag\nvizard\nvizcaino\nvizcaya\nvizianagaram\nvizier\nviziers\nvizquel\nvizzini\nvj\nvj0\nvjesnik\nvjs\nvk\nvl\nvlaams\nvlaamse\nvlaanderen\nvlach\nvlachs\nvlad\nvlade\nvladikavkaz\nvladimir\nvladimiro\nvladimirovich\nvladislaus\nvladislav\nvladivostok\nvlado\nvlakplaas\nvlan\nvlaovic\nvlasov\nvlatko\nvlatkovic\nvlbi\nvlc\nvlcc\nvlccs\nvld\nvlek\nvlf\nvliet\nvlissingen\nvliw\nvllaznia\nvlm\nvlok\nvlore\nvls\nvlsi\nvltava\nvm\nvma\nvma0\nvme\nvmf\nvmf0\nvmfa0\nvmi\nvmig\nvmig0\nvmro\nvms\nvmware\nvn\nvna\nvnaf\nvnc\nvnesh\nvnesheconombank\nvneshekonombank\nvneshtorgbank\nvnu\nvnukovo\nvo\nvoa\nvobis\nvoblast\nvoboril\nvoc\nvocabularies\nvocabulary\nvocal\nvocalion\nvocalist\nvocalist/guitarist\nvocalists\nvocalization\nvocalizations\nvocalized\nvocally\nvocals\nvocals/guitar\nvocaltec\nvocation\nvocational\nvocations\nvocative\nvoce\nvoces\nvociferous\nvociferously\nvocoder\nvod\nvoda\nvodacom\nvodafone\nvodaphone\nvodicka\nvodka\nvodkas\nvodni\nvodochody\nvodou\nvodun\nvoe\nvoelker\nvoest-alpine\nvoet\nvogel\nvogels\nvogler\nvoglreiter\nvogt\nvogtle\nvogts\nvogue\nvoi\nvoice\nvoiced\nvoiceless\nvoicemail\nvoicenow\nvoiceover\nvoiceovers\nvoices\nvoicing\nvoicings\nvoicu\nvoid\nvoided\nvoiding\nvoids\nvoie\nvoight\nvoigt\nvoima\nvoinea\nvoinovich\nvoip\nvoir\nvoisey\nvoisin\nvoith\nvoivod\nvoivode\nvoivodeship\nvoivodeships\nvoivodship\nvoix\nvojislav\nvojvodina\nvojvodjanska\nvok\nvol\nvol.\nvol0\nvol:00\nvolante\nvolapuk\nvolar\nvolare\nvolatile\nvolatiles\nvolatilities\nvolatility\nvolatilty\nvolcan\nvolcanic\nvolcanics\nvolcanism\nvolcano\nvolcanoes\nvolcanology\nvolcanos\nvolchok\nvolcker\nvoldemort\nvole\nvolendam\nvoles\nvolga\nvolga-dnepr\nvolgo-vyatsk\nvolgograd\nvolhynia\nvolition\nvolk\nvolker\nvolkhov\nvolkisch\nvolkoff\nvolkov\nvolksbank\nvolksdeutsche\nvolksfuersorge\nvolksgerichtshof\nvolkskammer\nvolkskrant\nvolkswagen\nvoll\nvollenhoven\nvoller\nvolley\nvolleyball\nvolleyed\nvolleying\nvolleys\nvollmer\nvolmac\nvolney\nvolo\nvolodymyr\nvologases\nvologda\nvolos\nvolozhin\nvolpe\nvolpi\nvolpone\nvolrath\nvols\nvols.\nvolt\nvolta\nvoltage\nvoltages\nvoltaic\nvoltaire\nvoltas\nvolterra\nvoltigeurs\nvoltmeter\nvoltron\nvolts\nvolturno\nvolume\nvolume-to-weight\nvolumes\nvolumetric\nvoluminous\nvoluntarily\nvoluntary\nvolunteer\nvolunteered\nvolunteering\nvolunteerism\nvolunteers\nvoluptuous\nvolusia\nvoluspa\nvolvo\nvolya\nvolyn\nvolz\nvolzhsky\nvom\nvomit\nvomited\nvomiting\nvomitoxin\nvomits\nvon\nvonage\nvonda\nvondas\nvong\nvongola\nvonnegut\nvons\nvontobel\nvoodoo\nvoodoo0\nvoom\nvoor\nvoorburg\nvoorhees\nvoorhis\nvoortrekker\nvoortrekkers\nvor\nvora\nvoracious\nvorarlberg\nvorbeck\nvorbis\nvorenus\nvorilhon\nvorkosigan\nvorlon\nvorlons\nvorman\nvornado\nvoronezh\nvoronin\nvorontsov\nvoros\nvoroshilov\nvorpal\nvorpommern\nvorskla\nvorster\nvortex\nvortices\nvorticity\nvortigaunts\nvortigern\nvorwarts\nvos\nvosanibola\nvoscherau\nvosges\nvoshon\nvoskamp\nvoskhod\nvosloo\nvosper\nvoss\nvossen\nvostok\nvote\nvote-buying\nvote-counting\nvote-getter\nvote-rich\nvote-rigging\nvote-winning\nvoted\nvoter\nvoters\nvotes\nvoting\nvotive\nvotorantim\nvouch\nvouched\nvoucher\nvouchers\nvought\nvous\nvow\nvowed\nvowel\nvowels\nvowing\nvowinkel\nvows\nvox\nvoxware\nvoy\nvoya\nvoyage\nvoyaged\nvoyager\nvoyagers\nvoyages\nvoyageur\nvoyageurs\nvoyaging\nvoyeur\nvoyeurism\nvoynet\nvoynich\nvoz\nvozrozhdeniye\nvp\nvp0\nvpa\nvpc\nvpi\nvpn\nvpns\nvpp\nvpro\nvps\nvr\nvr0\nvracar\nvrah\nvrain\nvranitzky\nvranov\nvratsa\nvrba\nvrc\nvreeland\nvries\nvrije\nvril\nvrindavan\nvrolijk\nvroom\nvrs\nvrsac\nvrt\nvs\nvs.\nvs0\nvsa\nvsat\nvsc\nvsd\nvse\nvsel\nvseobecny\nvsevolod\nvsf\nvsi\nvsm\nvsnl\nvso\nvsq0\nvss\nvst\nvsu\nvsz\nvt\nvt0\nvta\nvtec\nvtel\nvtm\nvtol\nvtr\nvts\nvtv\nvtx\nvu\nvub\nvucic\nvue\nvuelta\nvuh\nvuitton\nvujtek\nvuk\nvukaj\nvukasin\nvukovar\nvukovic\nvukovich\nvuksanovic\nvulcan\nvulcanization\nvulcans\nvulgar\nvulgaris\nvulgarity\nvulgate\nvulkan\nvulkaneifel\nvullo\nvulnerabilities\nvulnerability\nvulnerable\nvulpes\nvultee\nvulture\nvultures\nvulva\nvunerable\nvung\nvural\nvuursteen\nvv\nvva\nvvardenfell\nvvaw\nvvd\nvvpr\nvvs\nvvt\nvvv\nvw\nvx\nvx0\nvxl\nvxtreme\nvy\nvyacheslav\nvyakhirev\nvyas\nvyasa\nvyatka\nvyazma\nvyborg\nvyborny\nvychc\nvygotsky\nvying\nvympel\nvynosovy\nvyse\nvysehrad\nvystavel\nvysya\nvytautas\nvyvyan\nvz\nvz.\nvz0c0=rr\nw\nw&h\nw-withheld\nw.\nw.a.\nw.a.s.p.\nw.b.\nw.c.\nw.d.\nw.e.\nw.e.b.\nw.f.\nw.g\nw.g.\nw.g.cst\nw.g.gdp\nw.g.indust\nw.g.manu\nw.g.unemployment\nw.german\nw.h.\nw.i.\nw.i.carr\nw.i.t.c.h.\nw.j.\nw.k.\nw.l.\nw.m.\nw.r.\nw.s.\nw.t.\nw.w.\nw/\nw0\nw0-w0\nw00\nw0c\nwa\nwa0-p\nwaa\nwaaf\nwaal\nwaals\nwaalwijk\nwaas\nwaban\nwabash\nwabasha\nwabc\nwabi\nwac\nwaca\nwaccamaw\nwace\nwachovia\nwachowski\nwachtel\nwachter\nwachuku\nwachusett\nwack\nwacken\nwackenhut\nwacker\nwacker-chemie\nwacky\nwaclaw\nwaco\nwad\nwada\nwaddell\nwadden\nwaddesdon\nwadding\nwaddington\nwaddle\nwaddy\nwade\nwadebridge\nwaded\nwader\nwaders\nwadham\nwadhwa\nwadi\nwadia\nwading\nwadis\nwadkins\nwadleigh\nwado\nwads\nwadsworth\nwaf\nwafa\nwafabank\nwafangdian\nwafer\nwafer-thin\nwafers\nwaffen\nwaffle\nwaffles\nwafl\nwag\nwaga\nwagad\nwage\nwage-driven\nwage-earners\nwaged\nwagener\nwageningen\nwager\nwagered\nwagering\nwagers\nwages\nwagga\nwagggs\nwagging\nwaggoner\nwaggonner\nwaging\nwagler\nwagner\nwagnerian\nwagon\nwagoner\nwagons\nwagram\nwags\nwagstaff\nwagtail\nwagtails\nwah\nwaha\nwahab\nwaheed\nwahhab\nwahhabi\nwahid\nwahine\nwahl\nwahlberg\nwahlen\nwahoo\nwahpeton\nwahroonga\nwai\nwaiau\nwaiblinger\nwaid\nwaif\nwaigaoqiao\nwaigel\nwaiheke\nwaihi\nwaikato\nwaikiki\nwail\nwailed\nwailers\nwailing\nwails\nwaimea\nwain\nwainoco\nwainwright\nwairarapa\nwairoa\nwais\nwaist\nwaistband\nwaistcoat\nwaistcoats\nwaistline\nwaists\nwait\nwait-and-see\nwaitakere\nwaitaki\nwaitangi\nwaitara\nwaite\nwaited\nwaitemata\nwaiter\nwaiters\nwaiting\nwaitress\nwaitresses\nwaitrose\nwaits\nwaitt\nwaive\nwaived\nwaiver\nwaivers\nwaives\nwaiving\nwajda\nwaka\nwakamatsu\nwakanda\nwakasa\nwakayama\nwake\nwake-up\nwakeboard\nwakeboarding\nwakebourne\nwakefield\nwakefulness\nwakeham\nwakeman\nwaker\nwakes\nwakil\nwakim\nwaking\nwakizashi\nwako\nwakulla\nwal\nwal-mart\nwala\nwalaker\nwalang\nwalbro\nwalbrook\nwalbrzych\nwalcheren\nwalcott\nwald\nwaldburg\nwaldeck\nwaldegrave\nwaldemar\nwalden\nwaldensians\nwalder\nwaldheim\nwaldholtz\nwaldman\nwaldmann\nwaldner\nwaldo\nwaldock\nwaldorf\nwaldron\nwaldshut\nwale\nwaleed\nwaleran\nwales\nwales''\nwalesa\nwaley\nwalford\nwalgreen\nwalgreens\nwalhalla\nwali\nwalid\nwalikale\nwalk\nwalk-out\nwalk-outs\nwalkable\nwalkabout\nwalkden\nwalke\nwalked\nwalken\nwalker\nwalkers\nwalkerton\nwalkerville\nwalkie\nwalkie-talkie\nwalkin\nwalking\nwalkinshaw\nwalkley\nwalkman\nwalkout\nwalkouts\nwalkover\nwalks\nwalkthrough\nwalkure\nwalkway\nwalkways\nwall\nwalla\nwallabies\nwallaby\nwallace\nwallacea\nwallach\nwallachia\nwallachian\nwallachians\nwallaroo\nwallasey\nwallboard\nwalldorf\nwalled\nwallen\nwallenberg\nwallenbergs\nwallengren\nwallenstein\nwaller\nwallerstein\nwallet\nwallets\nwalley\nwalleye\nwallflower\nwallflowers\nwalliams\nwallin\nwalling\nwallinger\nwallingford\nwallington\nwallis\nwallkill\nwallman\nwallonia\nwalloon\nwallop\nwallops\nwallow\nwallowa\nwallowed\nwallowing\nwallpaper\nwallpapers\nwalls\nwallsend\nwally\nwalmart\nwalmer\nwalmley\nwalmsley\nwalnut\nwalnuts\nwalpole\nwalpurgis\nwalras\nwalrus\nwalruses\nwalsall\nwalschaerts\nwalser\nwalsh\nwalsham\nwalsingham\nwalt\nwalter\nwalters\nwaltham\nwalthamstow\nwaltheof\nwalther\nwaltman\nwalton\nwaltons\nwaltrick\nwaltrip\nwaltz\nwaltzes\nwaltzing\nwalus\nwalvis\nwalworth\nwalwyn\nwalz\nwam\nwamalwa\nwamba\nwambui\nwami\nwampanoag\nwampas\nwampum\nwamwere\nwan\nwanadoo\nwanaka\nwanamaker\nwanandi\nwanchai\nwanchope\nwand\nwanda\nwandel\nwander\nwandered\nwanderer\nwanderers\nwandering\nwanderings\nwanderlei\nwanderlust\nwanders\nwandoo\nwands\nwandsworth\nwane\nwaned\nwanes\nwang\nwanganui\nwangaratta\nwangen\nwangler\nwanguo\nwanigasekera\nwaning\nwankel\nwanker\nwankie\nwanless\nwanna\nwannabe\nwannabes\nwannabovorn\nwanneroo\nwanni\nwannsee\nwannstedt\nwanshel\nwanstead\nwant\nwantage\nwantagh\nwanted\nwanting\nwanton\nwants\nwanzer\nwap\nwapa\nwapakoneta\nwapda\nwapentake\nwapet\nwapi\nwapiti\nwapping\nwaqar\nwaqf\nwar\nwar-crimes\nwar-damaged\nwar-era\nwar-ravaged\nwar-related\nwar-scarred\nwar-shattered\nwar-time\nwar-torn\nwar-weary\nwar.\nwarangal\nwarao\nwaratah\nwaratahs\nwaray\nwarband\nwarbeck\nwarbird\nwarbirds\nwarbler\nwarblers\nwarbucks\nwarburg\nwarburton\nwarchest\nwarchief\nwarcraft\nwarcrimes\nward\nwarde\nwarded\nwardell\nwarden\nwardens\nwarder\nwarders\nwardha\nwarding\nwardlaw\nwardle\nwardour\nwardrobe\nwardroom\nwards\nware\nwaregem\nwareham\nwarehouse\nwarehouses\nwarehousing\nwarenne\nwares\nwarez\nwarfare\nwarfarin\nwarfield\nwarfighter\nwarfighting\nwargame\nwargames\nwargaming\nwargreymon\nwarhammer\nwarhawk\nwarhead\nwarheads\nwarhol\nwarhols\nwari\nwarily\nwariness\nwaring\nwario\nwarioware\nwaris\nwark\nwarkworth\nwarley\nwarlike\nwarlock\nwarlocks\nwarlord\nwarlords\nwarlpiri\nwarm\nwarm-up\nwarman\nwarmaster\nwarmblood\nwarmed\nwarmer\nwarmer-than-normal\nwarmers\nwarmest\nwarmia\nwarmian\nwarming\nwarminster\nwarmly\nwarms\nwarmth\nwarmup\nwarn\nwarnaco\nwarne\nwarned\nwarner\nwarner-lambert\nwarners\nwarnes\nwarning\nwarnings\nwarnke\nwarnock\nwarns\nwaronker\nwarp\nwarpath\nwarped\nwarping\nwarplane\nwarplanes\nwarps\nwarr\nwarragul\nwarrandyte\nwarrant\nwarrantech\nwarranted\nwarranties\nwarranting\nwarrantless\nwarrants\nwarrants---------------\nwarranty\nwarred\nwarren\nwarrens\nwarrensburg\nwarrenton\nwarri\nwarrick\nwarriner\nwarring\nwarringah\nwarrington\nwarrior\nwarriors\nwarrnambool\nwars\nwars''\nwarsaw\nwarsaw-based\nwarsaw.newsroom@reuters.com\nwarschauer\nwarship\nwarships\nwarsman\nwarspite\nwarszawa\nwarszawy\nwart\nwarta\nwartburg\nwarthog\nwarthogs\nwartime\nwarton\nwarts\nwartsila\nwarty\nwarwara\nwarwick\nwarwick-ching\nwarwickshire\nwary\nwarzone\nwas\nwasa\nwasabi\nwasatch\nwasc\nwascana\nwasco\nwasdale\nwaseda\nwash\nwash.\nwash.-based\nwashboard\nwashburn\nwashed\nwasher\nwashers\nwashes\nwashing\nwashington\nwashington-based\nwashingtonian\nwashita\nwashoe\nwashout\nwashroom\nwashrooms\nwashtenaw\nwashu\nwasim\nwasl\nwasmosy\nwasp\nwaspinator\nwasps\nwass\nwassall\nwassenaar\nwasser\nwasserman\nwasserstein\nwassily\nwasson\nwast\nwastage\nwaste\nwaste-to-energy\nwasted\nwasteful\nwastegate\nwasteland\nwastelands\nwastes\nwastewater\nwasting\nwat\nwata\nwatan\nwatanabe\nwatanuki\nwataru\nwatauga\nwatc\nwatch\nwatchdog\nwatchdogs\nwatched\nwatcher\nwatchers\nwatches\nwatchful\nwatching\nwatchlist\nwatchmaker\nwatchmakers\nwatchmaking\nwatchman\nwatchmen\nwatchtower\nwatchtowers\nwatchung\nwatchword\nwater\nwater-logged\nwater-sewer\nwater-sharing\nwaterbending\nwaterberg\nwaterbirds\nwaterborne\nwaterboys\nwaterbury\nwatercolor\nwatercolors\nwatercolour\nwatercolours\nwatercourse\nwatercourses\nwatercraft\nwatercress\nwaterdeep\nwatered\nwatered-down\nwaterfall\nwaterfalls\nwaterfield\nwaterford\nwaterfowl\nwaterfront\nwatergate\nwaterhole\nwaterholes\nwaterhouse\nwateridge\nwatering\nwaterless\nwaterline\nwaterlogged\nwaterloo\nwaterlooville\nwaterman\nwatermark\nwatermelon\nwatermelons\nwatermen\nwatermill\nwatermills\nwaterpark\nwaterpolo\nwaterproof\nwaterproofing\nwaters\nwatershed\nwatersheds\nwatership\nwaterside\nwaterskiing\nwaterson\nwatersports\nwaterston\nwaterstone\nwatertight\nwaterton\nwatertown\nwaterville\nwatervliet\nwaterway\nwaterways\nwaterwheel\nwaterworks\nwaterworld\nwatery\nwatford\nwath\nwatkin\nwatkins\nwatkinson\nwatley\nwatling\nwatrous\nwats\nwatsa\nwatsco\nwatson\nwatsonville\nwatt\nwattage\nwatteau\nwatters\nwatterson\nwattis\nwattle\nwattled\nwattles\nwatton\nwattoo\nwattret\nwatts\nwattyah\nwattyl\nwau\nwauchope\nwaud\nwaugh\nwaukegan\nwaukesha\nwausau\nwauseon\nwauwatosa\nwav\nwave\nwaved\nwaveform\nwaveforms\nwavefront\nwavefunction\nwavefunctions\nwaveguide\nwaveguides\nwaveland\nwavelength\nwavelengths\nwavelet\nwavelets\nwavell\nwavelock\nwaveney\nwavephore\nwaver\nwavered\nwaverider\nwavering\nwaverley\nwaverly\nwavertree\nwaves\nwavetable\nwavin\nwaving\nwavre\nwavy\nwaw\nwawa\nwawasan\nwawel\nwax\nwaxahachie\nwaxed\nwaxes\nwaxing\nwaxman\nwaxwings\nwaxy\nway\nwayanad\nwayang\nwayans\nwaycross\nwayfarer\nwaylaid\nwayland\nwaylon\nwayne\nwaynesboro\nwaynesburg\nwaynesville\nwaynflete\nwaypoint\nwaypoints\nways\nwayside\nwayss\nwayward\nwayzata\nwaz\nwaza\nwazir\nwaziristan\nwb\nwb0\nwba\nwbai\nwbal\nwbbm\nwbc\nwbcn\nwbf\nwbk\nwbms\nwbo\nwbp\nwbrc\nwbs\nwbt\nwbz\nwc\nwc0\nwca\nwcau\nwcbs\nwcc\nwcco\nwccw\nwce\nwcf\nwcg\nwcha\nwchl\nwchs\nwci\nwcm\nwcml\nwcs\nwct\nwctu\nwcvb\nwcw\nwd\nwd0\nwdaf\nwdc\nwdiv\nwdm\nwdr\nwds\nwe\nwe-fr\nwe-frger\nwe-mo\nwe-moger.producer\nwe-mojpn\nwe-mow.g.producer\nwe-su\nwe-th\nwe-tu\nwe-we\nwea\nweah\nweak\nweaken\nweakend\nweakened\nweakeness\nweakening\nweakens\nweaker\nweaker-than-expected\nweakest\nweakish\nweakling\nweakly\nweakness\nweaknesses\nweald\nwealden\nwealdstone\nweale\nwealth\nwealthier\nwealthiest\nwealthy\nwean\nweaned\nweaning\nweapon\nweaponry\nweapons\nweapons-grade\nweapons-related\nwear\nwearable\nweardale\nweare\nwearer\nwearers\nwearhouse\nweariness\nwearing\nwearnes\nwears\nwearside\nweary\nweasel\nweasels\nweasley\nweather\nweather-related\nweatherall\nweatherboard\nweatherby\nweathered\nweatherfield\nweatherford\nweathering\nweatherlight\nweatherly\nweatherman\nweathermen\nweathers\nweathervane\nweatherwax\nweave\nweaved\nweaver\nweavers\nweaves\nweaving\nweb\nweb-based\nwebb\nwebbe\nwebbed\nwebber\nwebbing\nwebby\nwebcam\nwebcams\nwebcast\nwebcasting\nwebcasts\nwebcomic\nwebcomics\nwebcrawler\nwebdav\nwebelos\nweber\nwebern\nwebisodes\nwebley\nweblog\nweblogs\nwebmail\nwebmaster\nwebmasters\nwebpage\nwebpages\nwebs\nwebsecure\nwebserver\nwebsite\nwebsites\nwebsphere\nwebster\nwebtv\nwebzine\nwec\nwechsel\nwechsel-bank\nwechselbank\nwechsler\nwed\nwed+\nwedd\nwedded\nweddell\nwedderburn\nwedding\nweddings\nwedel\nwedenesday\nwedensday\nwedesday\nwedge\nwedged\nwedges\nwedgwood\nwedlock\nwedneday\nwednedsay\nwednesay\nwednesbury\nwednesday\nwednesday-thursday\nwednesdays\nweds\nwee\nweebl\nweed\nweeding\nweedkiller\nweedkillers\nweedon\nweeds\nweedy\nweehawken\nweei\nweek\nweek-----------------\nweek---------------------\nweek----------------------\nweek-------------------------\nweek-ago\nweek-end\nweek-fixed\nweek-long\nweek-old\nweek-on-week\nweek-to-date\nweek-to-week\nweekday\nweekdays\nweekend\nweekender\nweekends\nweekes\nweeklies\nweeklong\nweekly\nweeknight\nweeknights\nweeks\nweems\nween\nweenie\nweep\nweeping\nweeps\nweert\nweevil\nweevils\nweezer\nwefa\nweft\nweg\nwegener\nwegman\nwegner\nwegter\nwehner\nwehrmacht\nwei\nweibull\nweicker\nweickhardt\nweidelfeld\nweidenfeld\nweider\nweideraufbau\nweidling\nweidman\nweierstrass\nweifu\nweigel\nweigh\nweighed\nweighing\nweighs\nweight\nweight-loss\nweightage\nweighted\nweighted-average\nweighting\nweightings\nweightless\nweightlessness\nweightlifter\nweightlifting\nweights\nweighty\nweil\nweiland\nweilburg\nweiler\nweill\nweimar\nweimarer\nwein\nweinbaum\nweinberg\nweinberger\nweiner\nweingarten\nweinstein\nweinstock\nweinstrasse\nweintraub\nweipa\nweir\nweird\nweirdness\nweirs\nweirton\nweis\nweisberg\nweise\nweiser\nweisman\nweismann\nweiss\nweisse\nweissenburg\nweissenfels\nweissman\nweissmann\nweissmuller\nweisz\nweitz\nweizman\nweizmann\nweizsacker\nweka\nwekly\nwel\nwelbeck\nwelby\nwelch\nwelco\nwelcome\nwelcomed\nwelcomes\nwelcoming\nweld\nwelded\nwelder\nwelders\nwelding\nweldon\nwelds\nwelega\nwelensky\nwelf\nwelfare\nwelfare-to-work\nwelford\nwelk\nwelker\nwell\nwell-\nwell-above\nwell-armed\nwell-balanced\nwell-behaved\nwell-being\nwell-below\nwell-bid\nwell-connected\nwell-covered\nwell-defined\nwell-deserved\nwell-developed\nwell-documented\nwell-dressed\nwell-educated\nwell-equipped\nwell-established\nwell-founded\nwell-functioning\nwell-funded\nwell-heeled\nwell-informed\nwell-known\nwell-liked\nwell-managed\nwell-meaning\nwell-off\nwell-oiled\nwell-organised\nwell-paid\nwell-placed\nwell-planned\nwell-positioned\nwell-prepared\nwell-publicised\nwell-qualified\nwell-received\nwell-regarded\nwell-respected\nwell-run\nwell-stocked\nwell-suited\nwell-supplied\nwell-supported\nwell-taken\nwell-timed\nwell-to-do\nwell-trained\nwell-wishers\nwell-worn\nwella\nwelland\nwellauer\nwellbeing\nwellbore\nwellcare\nwellco\nwellcome\nwelle\nwellek\nwellensiek\nweller\nwelles\nwellesley\nwellhausen\nwellhead\nwellhuner\nwelling\nwellingborough\nwellington\nwellington-based\nwellington.newsroom\nwellington.newsroom@reuters.com\nwellingtons\nwellman\nwellness\nwellpoint\nwells\nwells-gardner\nwellsford\nwellspring\nwellstone\nwellsville\nwellworth\nwels\nwelsh\nwelshman\nwelshpool\nwelspun\nwelt\nwelteke\nwelter\nwelterweight\nwelton\nwelty\nwelwyn\nwem\nwembley\nwemyss\nwen\nwenatchee\nwenceslas\nwenceslaus\nwench\nwenck\nwendel\nwendelin\nwendell\nwenden\nwenders\nwendesday\nwendi\nwendigo\nwendish\nwendorf\nwendover\nwends\nwendt\nwendy\nwenesday\nweng\nwengen\nwenger\nwenham\nwenlock\nwenn\nwenner\nwensleydale\nwent\nwentworth\nwentz\nwenzel\nwenzhou\nwep\nwept\nwer\nwerdel\nwerden\nwerder\nwere\nwereldhave\nwerewolf\nwerewolves\nwerfel\nwerft\nwergeland\nwerk\nwerke\nwermuth\nwerner\nwernher\nwernicke\nwerra\nwerribee\nwerrington\nwert\nwerth\nwertham\nwertheim\nwertheimer\nwerther\nwertpapier\nweru\nwes\nwesbanco\nwesco\nwesel\nweser\nwesfarmers\nwesker\nwesley\nwesleyan\nwesner\nwesolowski\nwessel\nwesselius\nwessels\nwessex\nwesson\nwest\nwest-central\nwest-northwest\nwest-southwest\nwesta\nwestamerica\nwestar\nwestbank\nwestboro\nwestborough\nwestbound\nwestbourne\nwestbrook\nwestbury\nwestchester\nwestcliff\nwestcoast\nwestcott\nwestcountry\nwestdale\nwestdeutsche\nwestell\nwesten\nwestend\nwestendorp\nwestenra\nwester\nwesterberg\nwesterfed\nwesterlies\nwesterly\nwestern\nwestern-backed\nwestern-based\nwestern-imposed\nwestern-made\nwestern-protected\nwestern-style\nwesterner\nwesterners\nwesternization\nwesternized\nwesternmost\nwesternport\nwesterns\nwesteros\nwesterville\nwesterwald\nwesterwaldkreis\nwesterwelle\nwestfalen\nwestfalia\nwestfall\nwestfield\nwestford\nwestgate\nwestgold\nwesth\nwestheimer\nwesthoughton\nwesthoven\nwesthuizen\nwesties\nwestin\nwestinghouse\nwestjet\nwestlake\nwestland\nwestlaw\nwestlb\nwestley\nwestlife\nwestlink\nwestman\nwestmark\nwestmeath\nwestmerchant\nwestmin\nwestminister\nwestminster\nwestmont\nwestmore\nwestmoreland\nwestmorland\nwestmount\nwestner\nweston\nwestover\nwestpac\nwestpac-melbourne\nwestpactrust\nwestphal\nwestphalia\nwestphalian\nwestpoint\nwestport\nwestral\nwestralian\nwestron\nwests\nwestside\nwestvaco\nwestview\nwestville\nwestward\nwestwards\nwestway\nwestwood\nwet\nwet-leased\nweta\nwetaskiwin\nwetherby\nwetherell\nwetherill\nwethers\nwethersfield\nwetherspoon\nwetland\nwetlands\nwetmore\nwetsuit\nwetsuits\nwetted\nwetteland\nwetter\nwettest\nwettin\nwetting\nwetton\nwetzel\nwetzlar\nweu\nwew\nwewak\nwews\nwexford\nwexler\nwexner\nwey\nweybridge\nweyburn\nweyerhaeuser\nweygand\nweyl\nweyland\nweyler\nweymouth\nweyr\nweyrich\nwf\nwfa\nwfaa\nwfan\nwfc\nwfil\nwfl\nwfla\nwfld\nwfm\nwfmu\nwfp\nwfts\nwg\nwga\nwgbh\nwgc\nwght\nwghtd\nwgi\nwgn\nwgst\nwgt\nwgtd\nwh\nwha\nwhack\nwhacked\nwhakatane\nwhale\nwhaleboat\nwhalen\nwhaler\nwhalers\nwhales\nwhaley\nwhaling\nwhalley\nwham\nwhammy\nwhampoa\nwhanganui\nwhangarei\nwharf\nwharfe\nwharfedale\nwharfs\nwharton\nwharves\nwhas\nwhat\nwhatcom\nwhately\nwhatever\nwhatley\nwhats\nwhatsoever\nwhb\nwhch\nwhdh\nwheat\nwheat-growing\nwheat-soy\nwheatbelt\nwheatcroft\nwheatear\nwheatfield\nwheaties\nwheatland\nwheatley\nwheaton\nwheats\nwheatsheaf\nwheatstone\nwhedon\nwheel\nwheelabrator\nwheelbarrow\nwheelbase\nwheelchair\nwheelchair-bound\nwheelchairs\nwheeled\nwheeler\nwheelers\nwheelhouse\nwheelie\nwheeling\nwheeling-pittsburgh\nwheeljack\nwheelock\nwheels\nwheelwright\nwheezing\nwhelan\nwheldon\nwhelen\nwhen\nwhen-issued\nwhence\nwhenever\nwhenua\nwhere\nwhereabouts\nwhereafter\nwhereas\nwhereby\nwherefore\nwherein\nwhereof\nwhereupon\nwherever\nwherewithal\nwherry\nwhessoe\nwhet\nwhether\nwhetstone\nwhetted\nwhewell\nwhey\nwhfs\nwhibley\nwhich\nwhichever\nwhidbey\nwhiff\nwhig\nwhigs\nwhile\nwhiley\nwhilst\nwhim\nwhimper\nwhims\nwhimsical\nwhimsy\nwhine\nwhining\nwhio\nwhip\nwhiplash\nwhipped\nwhippet\nwhipping\nwhipple\nwhippy\nwhips\nwhipsaw\nwhipsawed\nwhiptail\nwhirl\nwhirling\nwhirlpool\nwhirlpools\nwhirlwind\nwhirlwinds\nwhisk\nwhisked\nwhisker\nwhiskers\nwhiskey\nwhiskies\nwhisky\nwhisper\nwhispered\nwhisperer\nwhispering\nwhispers\nwhist\nwhistle\nwhistle-stop\nwhistleblower\nwhistleblowers\nwhistled\nwhistler\nwhistles\nwhistlestop\nwhistling\nwhiston\nwhit\nwhitacre\nwhitaker\nwhitall\nwhitbread\nwhitburn\nwhitby\nwhitchurch\nwhitcomb\nwhite\nwhite-collar\nwhite-haired\nwhite-led\nwhite-ruled\nwhitebeard\nwhiteboard\nwhiteboards\nwhitecaps\nwhitechapel\nwhiteface\nwhitefield\nwhitefish\nwhitegate\nwhitegoods\nwhitehall\nwhitehaven\nwhitehead\nwhitehill\nwhitehorn\nwhitehorse\nwhitehouse\nwhitehurst\nwhitelaw\nwhiteley\nwhitelighter\nwhiteman\nwhiten\nwhiteness\nwhitening\nwhiter\nwhites\nwhiteside\nwhitesnake\nwhitespace\nwhitestone\nwhitetail\nwhitewash\nwhitewashed\nwhitewater\nwhiteway\nwhitey\nwhitfield\nwhitford\nwhitgift\nwhither\nwhithorn\nwhiting\nwhitish\nwhitlam\nwhitley\nwhitlock\nwhitlow\nwhitman\nwhitmer\nwhitmire\nwhitmore\nwhitney\nwhitsett\nwhitson\nwhitstable\nwhitsun\nwhitsunday\nwhittaker\nwhittal\nwhittall\nwhittemore\nwhitten\nwhittier\nwhittingham\nwhittington\nwhittle\nwhittled\nwhittlesea\nwhittlesey\nwhittling\nwhittman-hart\nwhitton\nwhitty\nwhitwell\nwhitworth\nwhiz\nwhizzer\nwhk\nwhl\nwhle\nwho\nwho''\nwhoa\nwhodunit\nwhodunnit\nwhoever\nwhois\nwhole\nwholehearted\nwholeheartedly\nwholemeal\nwholeness\nwholesale\nwholesaler\nwholesalers\nwholesales\nwholesaling\nwholesome\nwholly\nwholly-owned\nwhom\nwhomever\nwhoop\nwhoopee\nwhoopi\nwhooping\nwhopper\nwhopping\nwhore\nwhorehouse\nwhores\nwhorf\nwhorl\nwhorls\nwhos\nwhose\nwhr\nwhs\nwht\nwht=milling\nwht=wheat\nwhx\nwhy\nwhyalla\nwhyte\nwi\nwia\nwiaa\nwiang\nwiart\nwiba\nwiberg\nwibier\nwibor\nwibulswasdi\nwic\nwicca\nwiccan\nwiccans\nwich\nwichita\nwicht\nwick\nwicked\nwickedness\nwicker\nwickersham\nwickes\nwicket\nwicket-keeper\nwicket-taker\nwicketkeeper\nwicketless\nwickets\nwickford\nwickham\nwickliffe\nwicklow\nwickremasinghe\nwickremesinghe\nwicks\nwickus\nwicomico\nwicor\nwidad\nwiddecombe\nwide\nwide-area\nwide-bodied\nwide-body\nwide-open\nwide-ranging\nwide-reaching\nwide-scale\nwide-screen\nwide-spread\nwideband\nwidebody\nwidely\nwidely-expected\nwidely-held\nwidely-used\nwidely-watched\nwiden\nwidened\nwidener\nwidening\nwidens\nwider\nwider-than-expected\nwideroee\nwides\nwidescale\nwidescreen\nwidespread\nwidest\nwidgery\nwidget\nwidgets\nwidia\nwidjaja\nwidmark\nwidmer\nwidmerpool\nwidnall\nwidnes\nwidness\nwidney\nwidodo\nwidow\nwidowed\nwidower\nwidowhood\nwidowmaker\nwidows\nwidth\nwidths\nwidukind\nwiduri\nwidzew\nwie\nwiebe\nwiechert\nwied\nwiedeking\nwiedemann\nwiederaufbau\nwiedersehen\nwiegandt\nwieland\nwield\nwielded\nwielder\nwielders\nwielding\nwields\nwielki\nwielkie\nwielkopolski\nwien\nwiener\nwienerberger\nwies\nwiesbaden\nwiese\nwiesehuegel\nwiesel\nwiesenthal\nwieslaw\nwiesner\nwiess\nwiest\nwieting\nwife\nwifi\nwifo\nwig\nwigan\nwigand\nwiggin\nwiggins\nwigginton\nwiggle\nwiggles\nwigglesworth\nwiggly\nwiggs\nwiggum\nwight\nwightman\nwiglaf\nwigley\nwigmore\nwigner\nwigram\nwigs\nwigtown\nwigtownshire\nwigwam\nwih\nwii\nwijaya\nwijdenbosch\nwijeratne\nwijers\nwijffels\nwijk\nwik\nwika\nwiki\nwikimedia\nwikinfo\nwiking\nwikipedia\nwikis\nwil\nwilander\nwilaya\nwilber\nwilberforce\nwilbert\nwilbon\nwilbraham\nwilbur\nwilburn\nwilburys\nwilby\nwilco\nwilcox\nwild\nwild-card\nwildc.a.t.s\nwildcard\nwildcards\nwildcat\nwildcats\nwilde\nwildebeest\nwilder\nwilderness\nwilders\nwildes\nwildest\nwildfire\nwildfires\nwildflower\nwildflowers\nwildfowl\nwildhearts\nwilding\nwildland\nwildlife\nwildly\nwildman\nwildness\nwilds\nwildside\nwildstorm\nwildwood\nwile\nwilecki\nwiles\nwiley\nwilf\nwilford\nwilfred\nwilfredo\nwilfrid\nwilfried\nwilful\nwilfully\nwilhelm\nwilhelmina\nwilhelmine\nwilhelmshaven\nwilhelmstrasse\nwilhelmus\nwilhoite\nwilk\nwilkens\nwilkerson\nwilkes\nwilkes-barre\nwilkesboro\nwilkie\nwilkin\nwilkins\nwilkinson\nwilks\nwill\nwill.i.am\nwilla\nwillam\nwillamette\nwillard\nwillbros\nwillcox\nwille\nwillebrand\nwilled\nwillem\nwillems\nwillemstad\nwillenhall\nwillens\nwilles\nwillesden\nwillet\nwillett\nwilletts\nwilley\nwillful\nwillfully\nwilli\nwilliam\nwilliam.boston@reuters.com\nwilliamite\nwilliams\nwilliams-sonoma\nwilliamsburg\nwilliamson\nwilliamsport\nwilliamston\nwilliamstown\nwilliamsville\nwillibald\nwillibrord\nwillie\nwillimantic\nwilling\nwillingboro\nwillingdon\nwillingham\nwillingly\nwillingness\nwillington\nwillis\nwilliston\nwillits\nwillkie\nwillmore\nwillmott\nwillott\nwilloughby\nwillow\nwillowbrook\nwillowdale\nwillows\nwillpower\nwills\nwillson\nwilly\nwillys\nwilma\nwilmer\nwilmette\nwilmington\nwilmore\nwilmot\nwilmots\nwilmslow\nwilmut\nwilna\nwilner\nwilno\nwilshire\nwilson\nwilsons\nwilsonville\nwilt\nwilted\nwilting\nwilton\nwilts\nwiltshire\nwiltsie\nwiltz\nwiluna\nwily\nwim\nwiman\nwimax\nwimberley\nwimbledon\nwimborne\nwimhurst\nwimmer\nwimmera\nwimp\nwimpey\nwimpy\nwimsey\nwin\nwin-win\nwin0\nwinamp\nwinans\nwinbond\nwincenty\nwinch\nwinched\nwinchell\nwinchelsea\nwinches\nwinchester\nwinckelmann\nwind\nwind-down\nwind-up\nwind=windsor\nwindage\nwindass\nwindclan\nwinded\nwinder\nwindermere\nwindfall\nwindfalls\nwindham\nwindhoek\nwindies\nwinding\nwinding-up\nwindings\nwindlass\nwindle\nwindmere-durable\nwindmill\nwindmills\nwindoc\nwindom\nwindow\nwindow-dressing\nwindowed\nwindowing\nwindowless\nwindows\nwindows-based\nwindows0\nwindrow\nwinds\nwindscreen\nwindscreens\nwindshield\nwindshields\nwindsor\nwindstar\nwindstorm\nwindsurfing\nwindswept\nwindu\nwindward\nwindy\nwine\nwinebox\nwinehouse\nwinemaker\nwinemakers\nwinemaking\nwiner\nwineries\nwinery\nwines\nwinfield\nwinfoong\nwinfrey\nwinfs\nwing\nwing-back\nwingas\nwingate\nwingback\nwinged\nwinger\nwingers\nwingfield\nwingham\nwingless\nwinglets\nwingman\nwingmen\nwingo\nwings\nwingspan\nwingspans\nwingtip\nwingtips\nwinick\nwinifred\nwining\nwink\nwinkel\nwinkelbedrijven\nwinkelhaak\nwinkelhock\nwinkhaus\nwinkie\nwinking\nwinkle\nwinkler\nwinks\nwinky\nwinless\nwinn\nwinn-dixie\nwinnable\nwinnebago\nwinnemucca\nwinnepeg\nwinner\nwinner-take-all\nwinners\nwinnetka\nwinnfield\nwinnie\nwinning\nwinningest\nwinnings\nwinnipeg\nwinnipesaukee\nwinnowing\nwino\nwinograd\nwinona\nwinooski\nwinry\nwins\nwinsford\nwinslet\nwinsloew\nwinslow\nwinsor\nwinstanley\nwinstar\nwinstead\nwinston\nwinston-salem\nwinstone\nwintel\nwinter\nwinter-grade\nwinterberg\nwinterbottom\nwinterbourne\nwintered\nwinterfell\nwintergreen\nwintering\nwinterkill\nwinterland\nwinters\nwintersburg\nwintershall\nwinterthur\nwintertime\nwinterton\nwinthrop\nwinton\nwintour\nwintringham\nwintry\nwinwood\nwinx\nwip\nwipe\nwiped\nwipeout\nwiper\nwipers\nwipes\nwiping\nwipo\nwipro\nwir\nwiradjuri\nwiranto\nwire\nwirebars\nwired\nwireless\nwirelessly\nwireline\nwires\nwiretap\nwiretapping\nwiretaps\nwiring\nwirken\nwirksworth\nwirral\nwirt\nwirth\nwirtschaft\nwirtschaftsblatt\nwirtschaftswoche\nwirtz\nwiry\nwis\nwis.-based\nwisbech\nwisc\nwiscasset\nwisconsin\nwisconsin-based\nwisden\nwisdom\nwisdomtree\nwise\nwisecracking\nwiseguy\nwisely\nwiseman\nwiser\nwisest\nwish\nwishart\nwishaw\nwishbone\nwished\nwishers\nwishes\nwishful\nwishing\nwisla\nwislawa\nwismar\nwisn\nwisner\nwisniewski\nwisniowiecki\nwisnumurti\nwisp\nwisps\nwispy\nwissahickon\nwissel\nwissenschaft\nwissenschaften\nwissmann\nwister\nwisteria\nwistful\nwit\nwitbank\nwitch\nwitch-hunt\nwitchblade\nwitchcraft\nwitches\nwitchhunt\nwitching\nwitco\nwith\nwith-profits\nwitham\nwithdraw\nwithdrawal\nwithdrawals\nwithdrawing\nwithdrawl\nwithdrawls\nwithdrawn\nwithdraws\nwithdrew\nwitheld\nwither\nwithered\nwithering\nwithers\nwitherspoon\nwithheld\nwithhold\nwithholding\nwithholds\nwithin\nwithington\nwithold\nwitholding\nwithout\nwithstand\nwithstanding\nwithstood\nwiththe\nwiti\nwitkowski\nwitley\nwitmer\nwitmeyer\nwitness\nwitnessed\nwitnesses\nwitnessing\nwitney\nwitold\nwitom\nwits\nwitschge\nwitt\nwitte\nwitted\nwittelsbach\nwitten\nwittenberg\nwittenburg\nwittenoom\nwitter\nwittgenstein\nwittich\nwittig\nwittlich\nwittman\nwittmann\nwitton\nwitty\nwitwatersrand\nwitwicky\nwivenhoe\nwives\nwiwa\nwixom\nwiz\nwizard\nwizarding\nwizardry\nwizards\nwizkids\nwizz\nwizzard\nwj\nwjbk\nwjc\nwjfk\nwjr\nwjro\nwjw\nwjz\nwk\nwk-\nwk-date\nwkbd\nwkbw\nwkdec0\nwkly\nwknov0\nwknr\nwkoct0\nwkrc\nwkrp\nwks\nwktu\nwkyc\nwlac\nwladimir\nwladyslaw\nwlan\nwlaschek\nwll\nwlodzimierz\nwlol\nwlr\nwls\nwlup\nwlw\nwm\nwma\nwmap\nwmaq\nwmata\nwmc\nwmca\nwmd\nwmds\nwmmr\nwmms\nwmo\nwmr\nwms\nwmu\nwmv\nwmx\nwnac\nwnba\nwnbc\nwnet\nwnew\nwnp0\nwnt\nwnw\nwnyc\nwnyw\nwo\nwobble\nwobbled\nwobbles\nwobblies\nwobbly\nwoburn\nwoche\nwockhardt\nwodehouse\nwoden\nwodeyar\nwodniok\nwodonga\nwodzislaw\nwoe\nwoeful\nwoefully\nwoerden\nwoes\nwoessner\nwoetzel\nwofford\nwogan\nwogau\nwohl\nwohler\nwohlers\nwoio\nwojciech\nwojciechowski\nwojcik\nwojewodztwo\nwojnowski\nwojtala\nwojtyla\nwok\nwoke\nwoken\nwoking\nwokingham\nwol\nwola\nwolcott\nwolczanka\nwold\nwolde\nwolds\nwole\nwolf\nwolfe\nwolfen\nwolfenbuttel\nwolfenden\nwolfensohn\nwolfenstein\nwolff\nwolffian\nwolfgang\nwolfie\nwolfman\nwolfmother\nwolford\nwolfowitz\nwolfpack\nwolfram\nwolfriders\nwolfsbane\nwolfsburg\nwolfsburg-based\nwolfson\nwolfville\nwolin\nwolk\nwolkoff\nwoll\nwollaston\nwollaton\nwollheim\nwolli\nwollo\nwollongong\nwollstonecraft\nwolman\nwolof\nwolpe\nwolseley\nwolsey\nwolstenholme\nwolters\nwolthers\nwoltjes\nwoluwe\nwolverhampton\nwolverine\nwolverines\nwolverton\nwolves\nwomack\nwomad\nwoman\nwomanhood\nwomanising\nwomanizer\nwomanizing\nwomb\nwombat\nwombats\nwombwell\nwomen\nwomen-owned\nwomens\nwomenswear\nwomyn\nwon\nwonder\nwondered\nwonderen\nwonderful\nwonderfully\nwondering\nwonderland\nwonders\nwonderswan\nwonderwall\nwonderware\nwondrous\nwong\nwonka\nwonsan\nwont\nwoo\nwoo-choong\nwoo-suk\nwood\nwood-ridge\nwoodall\nwoodard\nwoodberry\nwoodbine\nwoodblock\nwoodbridge\nwoodburn\nwoodbury\nwoodcarver\nwoodcarving\nwoodchester\nwoodchip\nwoodchips\nwoodchuck\nwoodchucks\nwoodcliff\nwoodcock\nwoodcocks\nwoodcommerz\nwoodcraft\nwoodcreeper\nwoodcut\nwoodcuts\nwoodcutter\nwoodcutters\nwooded\nwooden\nwoodfield\nwoodford\nwoodforde\nwoodgate\nwoodhall\nwoodham\nwoodhaven\nwoodhead\nwoodhouse\nwoodhull\nwoodies\nwoodinville\nwoodland\nwoodlands\nwoodlawn\nwoodley\nwoodlief\nwoodmac\nwoodman\nwoodmere\nwoodpecker\nwoodpeckers\nwoodpulp\nwoodridge\nwoodring\nwoodroffe\nwoodrow\nwoodruff\nwoods\nwoodsball\nwoodside\nwoodsman\nwoodsmen\nwoodson\nwoodstock\nwoodsworth\nwoodvale\nwoodville\nwoodward\nwoodway\nwoodwind\nwoodwinds\nwoodwork\nwoodworkers\nwoodworking\nwoodworth\nwoody\nwooed\nwoof\nwoofer\nwoogie\nwooing\nwookey\nwookiee\nwookiees\nwool\nwoolco\nwooldoor\nwooldridge\nwoolen\nwooler\nwooley\nwoolf\nwoolgrowers\nwoollahra\nwoollen\nwoolley\nwoolly\nwoolmer\nwoolpack\nwools\nwoolsey\nwoolston\nwoolton\nwooltru\nwoolwich\nwoolworth\nwoolworths\nwooly\nwoomera\nwoon\nwoonsocket\nwoorkeri\nwoos\nwoosnam\nwooster\nwoot\nwooten\nwooter\nwootton\nwop\nwor\nworcester\nworcestershire\nword\nworded\nworden\nwording\nwordless\nwordnet\nwordperfect\nwordplay\nwordpress\nwords\nwordstar\nwordsworth\nwore\nworeda\nworedas\nworf\nwork\nwork-\nwork-for-the-dole\nwork-related\nwork-to-rule\nwork.\nworkable\nworkaholic\nworkaround\nworkarounds\nworkbench\nworkbook\nworkchoices\nworkday\nworked\nworker\nworkers\nworkfare\nworkflow\nworkflows\nworkforce\nworkforces\nworkgroup\nworkgroups\nworkhorse\nworkhouse\nworkhouses\nworkin\nworking\nworking-age\nworking-class\nworking-level\nworkingmen\nworkings\nworkington\nworkload\nworkloads\nworkman\nworkmanship\nworkmen\nworkout\nworkouts\nworkover\nworkpiece\nworkplace\nworkplaces\nworks\nworkshop\nworkshops\nworksop\nworkspace\nworkspaces\nworkstation\nworkstations\nworkup\nworkweek\nworkwk\nworld\nworld-class\nworld-famous\nworld-leading\nworld-renowned\nworld-scale\nworld-wide\nworld.\nworldbest\nworldcom\nworldcon\nworldcorp\nworldly\nworldnet\nworldpartners\nworlds\nworldscale\nworldspace\nworldtex\nworldview\nworldviews\nworldwatch\nworldwide\nworley\nworlwide\nworm\nwormhole\nwormholes\nwormmon\nworms\nwormwood\nworn\nworonora\nworrall\nworrell\nworried\nworries\nworrisome\nworry\nworrying\nworryingly\nworse\nworse-than-expected\nworseck\nworsen\nworsened\nworsening\nworsens\nworship\nworshiped\nworshipers\nworshipful\nworshiping\nworshipped\nworshipper\nworshippers\nworshipping\nworships\nworsley\nworsnip\nworst\nworst-case\nworst-ever\nworst-hit\nworsted\nwort\nwortel\nworth\nworth-based\nworthies\nworthiness\nworthing\nworthington\nworthless\nworthwhile\nworthy\nwortley\nwosm\nwosz\nwot\nwotan\nwotje\nwotton\nwoud\nwouda\nwouk\nwould\nwould-be\nwound\nwounded\nwounding\nwounds\nwoundwort\nwouter\nwove\nwoven\nwow\nwowed\nwoy\nwozniak\nwozzeck\nwp\nwpa\nwpc\nwpf\nwpi\nwpial\nwpix\nwpl\nwplj\nwpm\nwpp\nwppss\nwpri\nwps\nwpt\nwpta\nwptz\nwpvi\nwr\nwrack\nwracked\nwraith\nwraiths\nwral\nwran\nwrangel\nwrangell\nwrangle\nwrangled\nwrangler\nwranglers\nwrangles\nwrangling\nwranglings\nwrap\nwraparound\nwrapped\nwrapper\nwrappers\nwrapping\nwraps\nwrasse\nwrath\nwrather\nwrathful\nwraxall\nwray\nwrc\nwre\nwreak\nwreaked\nwreaking\nwreaks\nwreath\nwreath-laying\nwreaths\nwreck\nwreckage\nwrecked\nwrecker\nwreckers\nwrecking\nwrecks\nwrede\nwregget\nwreh\nwrekin\nwren\nwrench\nwrenched\nwrenches\nwrenching\nwrens\nwrest\nwrested\nwresting\nwrestle\nwrestled\nwrestlemania\nwrestler\nwrestlers\nwrestles\nwrestling\nwretched\nwrexham\nwright\nwrights\nwrightson\nwrightsville\nwrigley\nwring\nwringing\nwrinkle\nwrinkled\nwrinkles\nwriothesley\nwrist\nwristband\nwristbands\nwrists\nwristwatch\nwristwatches\nwrit\nwritable\nwrite\nwrite-back\nwrite-down\nwrite-downs\nwrite-off\nwrite-offs\nwrite-up\nwritedown\nwritedowns\nwriteoff\nwriteoffs\nwriter\nwriter/\nwriter/artist\nwriter/director\nwriter/producer\nwriters\nwrites\nwrithing\nwriting\nwritings\nwrits\nwritten\nwrk\nwrko\nwroclaw\nwrong\nwrong-doing\nwrong-footed\nwrongdoing\nwrongdoings\nwronged\nwrongful\nwrongful-death\nwrongfully\nwrongly\nwrongs\nwronki\nwrote\nwrought\nwroughton\nwrp\nwrs\nwru\nwrung\nwrx\nwry\nwryly\nws\nwsa\nwsb\nwsbk\nwsc\nwscc\nwsf\nwsj\nwsl\nwsm\nwsoc\nwsop\nwsoy\nwspolpracy\nwsu\nwsvn\nwsw\nwt\nwta\nwtae\nwtam\nwtavg\nwtbs\nwtc\nwtcc\nwtd\nwted\nwtf\nwth\nwti\nwtic\nwtmj\nwtn\nwto\nwtop\nwtr\nwts\nwttg\nwttw\nwtvj\nwtvt\nwu\nwuab\nwuchang\nwucheng\nwuerttembergische\nwuestenrot\nwufei\nwuhan\nwuji\nwukong\nwulf\nwulf-mathies\nwulff\nwulfgar\nwulfhere\nwulfhorst\nwulfstan\nwun\nwundt\nwuornos\nwuppertal\nwurlitzer\nwurm\nwurmser\nwurster\nwurttemberg\nwurundjeri\nwurz\nwurzburg\nwusa\nwushu\nwust\nwuthering\nwuxi\nwuxia\nwv\nwvg\nwvu\nwvz\nww\nww0\nwwa\nwwc\nwwdc\nwwe\nwwe.com\nwwf\nwwi\nwwii\nwwj\nwwl\nwwor\nwwp\nwww\nwww.racs.com\nwwwf\nwxyz\nwy\nwyandot\nwyandotte\nwyatt\nwyborcza\nwych\nwyche\nwycherley\nwychwood\nwyck\nwyckoff\nwyclef\nwycliffe\nwycombe\nwydawnictw\nwyden\nwye\nwyeth\nwyeth-ayerst\nwyk\nwyke\nwykeham\nwyld\nwylde\nwyle\nwyler\nwylie\nwyllie\nwyman\nwyman-gordon\nwymondham\nwyn\nwynalda\nwyndham\nwynette\nwynn\nwynne\nwynonna\nwynter\nwynton\nwynyard\nwyo\nwyoming\nwyomissing\nwyong\nwyrd\nwyre\nwyrm\nwyse\nwyser-pratte\nwysiwyg\nwysp\nwyss\nwythe\nwythenshawe\nwyvern\nwyverns\nwyznikiewicz\nx\nx-aut\nx-crude\nx-def\nx-detroit\nx-files\nx-houston\nx-la\nx-members\nx-mln\nx-new\nx-press\nx-ray\nx-rays\nx-rite\nx-seattle\nx.\nx.org\nx0\nx00\nx0a\nx0s\nx=cbot\nxa\nxa0\nxabier\nxak\nxalapa\nxalatan\nxamax\nxan\nxana\nxanadu\nxanana\nxanatos\nxander\nxandir\nxang\nxanga\nxanten\nxanth\nxanthakis\nxanthi\nxanthine\nxar\nxata\nxau\nxaut\nxauto\nxaver\nxaverian\nxavier\nxaviere\nxavin\nxb\nxb0\nxbox\nxbred\nxc\nxc0\nxcan\nxcel\nxcellenet\nxcl\nxcode\nxcp\nxd\nxe\nxeelee\nxeikon\nxel'naga\nxen\nxena\nxenakis\nxenia\nxenical\nxenogears\nxenomorph\nxenomorphs\nxenon\nxenophobia\nxenophobic\nxenophon\nxenopus\nxenos\nxenosaga\nxenova\nxenu\nxeon\nxeric\nxero\nxerox\nxerxes\nxeu\nxf0\nxfe\nxfl\nxfm\nxfree0\nxhaferri\nxhelili\nxhosa\nxhtml\nxi\nxi'an\nxi.\nxia\nxiahou\nxiamen\nxian\nxianbei\nxiang\nxianglong\nxiangqi\nxiao\nxiaobo\nxiaohua\nxiaolin\nxiaolongnu\nxiaoping\nxichang\nxicor\nxidan\nxie\nxii\nxii.\nxiii\nxiii.\nxilinx\nxillix\nximenes\nxin\nxindi\nxing\nxingang\nxingu\nxinhai\nxinhua\nxinjiang\nxinmin\nxiong\nxiongnu\nxionics\nxios\nxiosbank\nxircom\nxis\nxitong\nxiu\nxiv\nxiv.\nxix\nxizhe\nxj\nxj0\nxjr0\nxk\nxk0\nxl\nxl0\nxlconnect\nxli\nxlr\nxm\nxm0\nxmas\nxml\nxmpp\nxo\nxochimilco\nxoma\nxor\nxorda\nxorn\nxox\nxp\nxp0\nxpedite\nxpress\nxps\nxpt\nxpw\nxr\nxr0\nxs\nxsl\nxslt\nxt\nxt0\nxtc\nxtra\nxtreme\nxu\nxuan\nxuanzang\nxuanzong\nxue\nxul\nxun\nxuxa\nxuzhou\nxv\nxv.\nxv0\nxvi\nxvi.\nxvid\nxvii\nxviii\nxx\nxxi\nxxii\nxxiii\nxxiv\nxxix\nxxl\nxxv\nxxvi\nxxvii\nxxviii\nxxx\nxxxi\nxxxii\nxxxiii\nxxxiv\nxxxix\nxxxv\nxxxvi\nxxxvii\nxxxviii\nxxxx\nxy\nxykon\nxylan\nxylem\nxylene\nxylitol\nxylophone\nxyz\nxzibit\ny\ny'all\ny-includes\ny-weekly\ny-y\ny.\ny.k.\ny.v.\ny0\ny0k\nya\nya'qub\nyaacov\nyaakov\nyaari\nyabeng\nyabloko\nyablonski\nyabran\nyachiyo\nyacht\nyachting\nyachts\nyachtsman\nyachtsmen\nyacimientos\nyacyreta\nyad\nyadana\nyadav\nyadava\nyadavas\nyaddo\nyadkin\nyael\nyag\nyaga\nyagami\nyagan\nyagcioglu\nyageo\nyagi\nyagna\nyaguchi\nyagudin\nyagyu\nyah\nyahagi\nyahaya\nyahia\nyahiko\nyahoo\nyahtzee\nyahweh\nyahya\nyai\nyaik\nyair\nyajna\nyajurveda\nyak\nyak0\nyakama\nyakima\nyakin\nyakko\nyakoma\nyakomas\nyakov\nyakovlev\nyaks\nyaksha\nyakshagana\nyakub\nyakubu\nyakult\nyakumo\nyakut\nyakutat\nyakutia\nyakutsk\nyakuza\nyala\nyalcin\nyale\nyalim\nyallop\nyallouz\nyalta\nyalu\nyam\nyama\nyamada\nyamagata\nyamaguchi\nyamaha\nyamaichi\nyamakawa\nyamaki\nyamal\nyamamoto\nyamamura\nyaman\nyamana\nyamanashi\nyamani\nyamanouchi\nyamasaki\nyamasee\nyamashina\nyamashiro\nyamashita\nyamatane\nyamato\nyamauchi\nyamazaki\nyambol\nyamcha\nyamhill\nyami\nyamin\nyamoussoukro\nyams\nyamuna\nyan\nyan'an\nyana\nyanachi\nyanacocha\nyanagi\nyanam\nyanase\nyanbian\nyanbu\nyancey\nyancy\nyandarbiyev\nyandi\nyanez\nyang\nyang-ho\nyangban\nyangming\nyangon\nyangtze\nyangzhou\nyanhua\nyani\nyanine\nyanjing\nyank\nyanked\nyankee\nyankees\nyankovic\nyanks\nyankton\nyann\nyanni\nyannick\nyannis\nyannon\nyannos\nyano\nyanomami\nyanowitch\nyanshan\nyantai\nyantian\nyantra\nyanukovych\nyao\nyaohan\nyaohua\nyaoi\nyaounde\nyap\nyapi\nyaping\nyapr\nyaqoob\nyaqub\nyaqui\nyar\nyara\nyarborough\nyarbrough\nyard\nyardage\nyardbirds\nyarder\nyardings\nyardley\nyards\nyardstick\nyardsticks\nyare\nyari\nyaris\nyarkand\nyarm\nyarmouk\nyarmouth\nyarn\nyarnell\nyarns\nyaroslav\nyaroslavl\nyarra\nyarralumla\nyarraville\nyarrow\nyas\nyasar\nyasay\nyash\nyashin\nyashra\nyasht\nyasin\nyasir\nyasmin\nyasmine\nyasna\nyass\nyasser\nyassin\nyassir\nyastrzemski\nyastrzhembsky\nyasuda\nyasuhiro\nyasukuni\nyasunaga\nyasunori\nyasuo\nyasushi\nyat\nyata\nyate\nyates\nyatirim\nyatra\nyatsura\nyau\nyaug\nyauliyacu\nyauricocha\nyavana\nyavanas\nyavapai\nyavin\nyavlinsky\nyaw\nyawgmoth\nyawkey\nyawl\nyawn\nyawning\nyaya\nyayo\nyayoi\nyayuk\nyazd\nyazdegerd\nyazdi\nyazicioglu\nyazid\nyazidi\nyazidis\nyazoo\nyb\nyb0\nyba\nybics\nybor\nybrahim\nyc0\nyd\nydec\nyds\nye\nyea\nyeadon\nyeager\nyeah\nyeahs\nyear\nyear*\nyear-\nyear-ago\nyear-and-a-half\nyear-average\nyear-bill\nyear-earlier\nyear-end\nyear-ended\nyear-high\nyear-highs\nyear-long\nyear-low\nyear-old\nyear-olds\nyear-on\nyear-on-\nyear-on-year\nyear-over-year\nyear-round\nyear-to-date\nyear-to-date$0\nyear-to-year\nyear.\nyear.the\nyear0\nyearbook\nyearbooks\nyearend\nyearling\nyearlings\nyearlong\nyearly\nyearned\nyearning\nyearns\nyears\nyears-old\nyears.\nyears.he\nyears.the\nyearwood\nyeast\nyeasts\nyeates\nyeats\nyeboah\nyechiel\nyechury\nyedinaya\nyedioth\nyee\nyeerk\nyeerks\nyegor\nyegorov\nyegorova\nyeh\nyehoshua\nyehuda\nyehudah\nyehudi\nyei\nyekaterina\nyekaterinburg\nyekhanurov\nyekimov\nyeldham\nyelena\nyell\nyelled\nyellen\nyelling\nyello\nyellow\nyellowcake\nyellowcard\nyellowhead\nyellowing\nyellowish\nyellowjacket\nyellowjackets\nyellowknife\nyellows\nyellowstone\nyellowtail\nyells\nyelstin\nyeltin\nyeltsin\nyelverton\nyemen\nyemeni\nyemenidjian\nyemenis\nyemenite\nyen\nyen-based\nyen-denominated\nyen-dollar\nyen;feb\nyen;jan\nyen;nsa;imf\nyen;nsa;imfapr\nyen;nsa;imffeb\nyen;nsa;imfjan\nyen;nsa;imfjul\nyen;nsa;imfjun\nyen;nsa;imfmay\nyeni\nyenisei\nyenoct\nyeo\nyeoh\nyeom\nyeoman\nyeomanry\nyeomen\nyeon\nyeong\nyeovil\nyep\nyer\nyerba\nyereth\nyerevan\nyerkes\nyermak\nyersinia\nyerushalmi\nyes\nyes/no\nyesha\nyeshe\nyeshiva\nyeshivah\nyeshivas\nyeshivat\nyeshivot\nyeshu\nyeshua\nyesilada\nyesler\nyester\nyesterday\nyesteryear\nyesudas\nyet\nyet-to-be\nyetagun\nyeti\nyeung\nyevenko\nyevgeny\nyevhen\nyevon\nyew\nyf0\nyfeb\nyg\nyggdrasil\nyhs\nyhwh\nyi\nyiannakis\nyiannis\nyick\nyiddish\nyieh\nyield\nyield-hungry\nyield-pct\nyielded\nyielders\nyielding\nyields\nyieldwatch\nyigal\nyih\nyik\nyildirim\nyildiz\nyilgarn\nyilmaz\nyim\nyimou\nyin\nying\nyining\nyioham\nyip\nyishun\nyishuv\nyisrael\nyisroel\nyit\nyit-yhtyma\nyitai\nyitzchak\nyitzchok\nyitzhak\nyiu\nyiu-chung\nyixian\nyizheng\nyjan\nyjul\nyjun\nyl\nyld\nylds\nylds0\nyle\nylva\nym\nymar\nymay\nymca\nyme\nymir\nymos\nyms0\nyn\nynaty\nynez\nynglinga\nyngwie\nynov\nynys\nyo\nyo-yo\nyoakam\nyocam\nyochanan\nyock\nyod\nyoda\nyodel\nyodeling\nyoder\nyodogawa\nyoel\nyog\nyoga\nyogacara\nyogananda\nyogendra\nyogesh\nyoghurt\nyogi\nyogic\nyogie\nyogis\nyogurt\nyogyakarta\nyoh\nyohannes\nyohko\nyoichi\nyoji\nyojimbo\nyoka\nyokai\nyoke\nyokich\nyokkaichi\nyoko\nyokogawa\nyokohama\nyokoi\nyokosuka\nyokota\nyokoyama\nyokozuna\nyola\nyolanda\nyolande\nyolk\nyolks\nyolngu\nyolo\nyom\nyoma\nyomi\nyomiko\nyomiuri\nyon\nyona\nyonah\nyoncourt\nyonder\nyong\nyongchaiyudh\nyonge\nyongle\nyongsan\nyongtu\nyongzheng\nyonhap\nyoni\nyonkers\nyonne\nyonsei\nyoo\nyoobamrung\nyoon\nyoon-jeong\nyoram\nyorba\nyorck\nyordan\nyori\nyorick\nyoritomo\nyork\nyork''\nyork-area\nyork-based\nyork-listed\nyorke\nyorker\nyorkers\nyorkie\nyorkist\nyorks\nyorkshire\nyorkshire-tyne\nyorkton\nyorktown\nyorkville\nyorn\nyoruba\nyoruichi\nyosef\nyoseikan\nyosemite\nyoshi\nyoshiaki\nyoshida\nyoshihiro\nyoshihisa\nyoshikawa\nyoshiki\nyoshiko\nyoshimi\nyoshimitsu\nyoshimoto\nyoshimura\nyoshinaka\nyoshino\nyoshinobu\nyoshinori\nyoshinoya\nyoshio\nyoshioka\nyoshitaka\nyoshitoki\nyoshitomi\nyoshitsune\nyoshiyuki\nyossarian\nyossi\nyost\nyou\nyou.\nyoughal\nyounes\nyoung\nyoung-kil\nyoung-sam\nyoungberg\nyoungblood\nyoungdahl\nyounger\nyoungest\nyounghusband\nyoungman\nyoungs\nyoungster\nyoungsters\nyoungstown\nyounis\nyounkers\nyount\nyour\nyouri\nyours\nyourself\nyourselves\nyousaf\nyousef\nyoussef\nyoussou\nyousuf\nyouth\nyouthful\nyouths\nyoutube\nyoutube.com\nyow\nyoweri\nyoyo\nypf\nypfb\nypres\nypsilanti\nyq0\nyr\nyr-\nyr--mof\nyr-ago\nyr-date\nyr-end\nyr-on-yr\nyr-to-date\nyr-yr\nyrigoyen\nyrjo\nyrs\nyrsa\nys\nysandre\nysaye\nysc\nyse\nysep\nyser\nysgol\nysidro\nysp\nystem\nystrad\nytd\nytd:*\nytl\nytm\nytt\nyttrium\nytv\nyu\nyuan\nyuan-dong\nyuanji\nyuasa\nyuba\nyuca\nyucatan\nyucatec\nyucca\nyucel\nyuchi\nyuden\nyudenich\nyudhisthira\nyudhoyono\nyudistira\nyue\nyueh\nyuen\nyuezhi\nyuga\nyuganskneftegaz\nyugas\nyugi\nyugo\nyugoslav\nyugoslavia\nyugoslavian\nyugoslavs\nyui\nyuichi\nyuji\nyujin\nyuk\nyuka\nyukam\nyukari\nyukawa\nyuki\nyukie\nyukihiko\nyukihira\nyukiko\nyukimura\nyukino\nyukio\nyukito\nyukmouth\nyuko\nyukon\nyukong\nyukos\nyuksel\nyul\nyule\nyuli\nyulia\nyulo\nyum\nyuma\nyuman\nyume\nyumi\nyumiko\nyummy\nyun\nyuna\nyung\nyung-ching\nyungli\nyunko\nyunnan\nyunus\nyuoka\nyup'ik\nyupanqui\nyupik\nyuppie\nyuppies\nyura\nyuraszeck\nyuri\nyurie\nyuriy\nyurkov\nyurt\nyurtcu\nyury\nyusef\nyusen\nyushchenko\nyusheng\nyushin\nyushiro\nyusoki\nyusuf\nyusuke\nyusupov\nyutaka\nyuto\nyuu\nyuuki\nyuuzhan\nyuvraj\nyuwen\nyuya\nyuzo\nyuzyil\nyvan\nyvelines\nyverdon\nyves\nyves-thibault\nyvette\nyvon\nyvonne\nywca\nyy\nyzerman\nz\nz$\nz.\nz/os\nz0\nz=cbot\nz=december\nz=kcbt\nza\nzaandam\nzab\nzabala\nzabaleta\nzabarenko\nzabel\nzabi\nzabludovsky\nzabriskie\nzabrze\nzabul\nzac\nzacarias\nzacatecas\nzaccaria\nzach\nzachariah\nzacharias\nzachary\nzachodni\nzack\nzacklin\nzacks\nzacutex\nzadar\nzadarkomerc\nzadeh\nzadok\nzadornov\nzae0=\nzaentz\nzafar\nzafarullah\nzafiro\nzafririm\nzaft\nzafy\nzag\nzagallo\nzagato\nzaglebie\nzagora\nzagorje\nzagorodniuk\nzagorski\nzagreb\nzagrebacka\nzagros\nzahedi\nzaheer\nzahhak\nzahid\nzahir\nzahle\nzahn\nzahoor\nzahovic\nzahra\nzahringen\nzahumlje\nzai\nzaibatsu\nzaid\nzaidan\nzaidi\nzain\nzaina\nzainab\nzainichi\nzainuddin\nzaire\nzairean\nzaireans\nzaires\nzairian\nzairians\nzaitsev\nzaius\nzajc\nzajedno\nzak\nzakaria\nzakat\nzakayev\nzakharov\nzakho\nzaki\nzakir\nzakk\nzaklad\nzaklady\nzako\nzakopane\nzaku\nzakum\nzakynthos\nzal\nzala\nzalaegerszeg\nzalakeramia\nzaldivar\nzale\nzalgiris\nzallaq\nzalm\nzalman\nzam\nzama\nzamalek\nzaman\nzamansky\nzambales\nzambelli\nzambezi\nzambia\nzambian\nzambians\nzamboanga\nzamboni\nzambrano\nzamenhof\nzametalin\nzamia\nzamiaceae\nzamindar\nzamindari\nzamindars\nzamky\nzamora\nzamorano\nzamorin\nzamosc\nzamoyski\nzan\nzana\nzanardi\nzanarkand\nzand\nzandano\nzandbergen\nzander\nzandig\nzandt\nzandvoort\nzane\nzanella\nzanesville\nzanetti\nzang\nzanganeh\nzanini\nzanki\nzanla\nzannex\nzanpakuto\nzanskar\nzant\nzantac\nzante\nzantovsky\nzanu\nzanu-pf\nzanuck\nzanussi\nzany\nzanzibar\nzao\nzaolzie\nzap\nzapan\nzapata\nzapatero\nzapatista\nzapatistas\nzapf\nzaphod\nzapolya\nzaporizhia\nzaporizhya\nzaporozhian\nzapotec\nzapp\nzappa\nzapped\nzapper\nzapruder\nzapu\nzar\nzar0=\nzara\nzaragoza\nzarah\nzarahemla\nzarak\nzarate\nzarathos\nzarathustra\nzarb\nzardari\nzarek\nzargar\nzaria\nzariski\nzarko\nzarqawi\nzarrabeitia\nzarrella\nzartan\nzarubezhneft\nzarya\nzarzis\nzarzuela\nzasada\nzastava\nzat\nzatanna\nzatch\nzatoichi\nzauberflote\nzauriel\nzav\nzavala\nzavarei\nzaveryukha\nzavgayev\nzavod\nzavody\nzavvos\nzaw\nzawahiri\nzawinul\nzax\nzayas\nzayd\nzayed\nzaynab\nzaza\nzazen\nzazu\nzb\nzberg\nzbigniew\nzborowski\nzbrojovka\nzbyszko\nzc\nzcb\nzccm\nzctu\nzdas\nzdb\nzdenek\nzdf\nzdnet\nzdravko\nzdroj\nzdzislaw\nze\nze'ev\nzea\nzeal\nzealand\nzealand-based\nzealander\nzealanders\nzealot\nzealots\nzealous\nzealously\nzearth\nzeb\nzebedee\nzebic\nzebra\nzebrafish\nzebras\nzebu\nzebulon\nzebulun\nzeca\nzecevic\nzech\nzechariah\nzechs\nzecter\nzed\nzedd\nzedek\nzedillo\nzedong\nzee\nzeebrugge\nzeeland\nzeeman\nzeenat\nzeev\nzeffirelli\nzeglis\nzeid\nzeidler\nzeien\nzeigler\nzeile\nzeilin\nzeina\nzeiss\nzeist\nzeit\nzeitgeist\nzeitler\nzeitschrift\nzeitung\nzeitz\nzeke\nzeki\nzekk\nzelaya\nzelazny\nzelda\nzelenika\nzelenka\nzelenskaja\nzelenskaya\nzelezarny\nzeleznik\nzelezny\nzelic\nzelig\nzelimkhan\nzelimorski\nzeljeznicar\nzeljko\nzell\nzeller\nzellers\nzellweger\nzelos\nzeman\nzemeckis\nzement\nzemes\nzemin\nzemlinsky\nzemlya\nzemo\nzemplen\nzemun\nzen\nzen-noh\nzena\nzenawi\nzend\nzenda\nzenden\nzenebas\nzeneca\nzener\nzeng\nzenga\nzengerle\nzengi\nzenica\nzenigata\nzenit\nzenith\nzennoh\nzeno\nzenobia\nzenon\nzenrin\nzentradi\nzentraedi\nzentralbank\nzentrum\nzeo\nzeolite\nzeolites\nzeon\nzep\nzephaniah\nzephyr\nzephyrs\nzeppelin\nzeppelins\nzera\nzeratul\nzerbe\nzerbst\nzerg\nzeri\nzermatt\nzermelo\nzero\nzero-coupon\nzero-deficit\nzero-tariff\nzero-tolerance\nzeroed\nzeroes\nzeromaru\nzeros\nzeroth\nzeroual\nzesa\nzest\nzet\nzeta\nzetec\nzetland\nzetor\nzetterberg\nzetterlund\nzeus\nzev\nzeven\nzevi\nzevon\nzew\nzexel\nzeynep\nzeytinburnuspor\nzf\nzfc\nzgmf\nzh\nzhaan\nzhan\nzhang\nzhanjiang\nzhanna\nzhao\nzhaoying\nzhdanov\nzhejiang\nzhelev\nzhelyu\nzhemchuzhina\nzhen\nzheng\nzhengzhou\nzhenhai\nzhenhua\nzhenwu\nzhi\nzhichao\nzhili\nzhirinovsky\nzhivago\nzhivkov\nzhong\nzhonghao\nzhongli\nzhongnanhai\nzhongshan\nzhongxin\nzhou\nzhu\nzhuang\nzhuangzi\nzhuge\nzhuhai\nzhukov\nzhukovsky\nzhulali\nzhuo\nzhuzhou\nzhvaliauskas\nzhytomyr\nzi\nzia\nzia-ul-haq\nzia-ur-rahman\nziad\nziana\nziaur\nzickler\nzico\nzicot\nzidane\nziedonis\nziege\nziegfeld\nziegler\nziel\nzieleniec\nzielinski\nzielona\nziemia\nziff\nziff-davis\nzig\nziganda\nziggurat\nziggy\nzigmund\nzigo\nzigzag\nzigzagged\nzigzagging\nzil\nzildjian\nzile\nzilei\nzilina\nzilla\nzilog\nziltendorf\nzim\nzimbabwe\nzimbabwean\nzimbabwean-born\nzimbabweans\nzimbalist\nzimbru\nzimmer\nzimmerman\nzimmermann\nzimpapers\nzimsun\nzin\nzina\nzinat\nzinc\nzine\nzinedine\nzines\nzinets\nzinfandel\nzing\nzingari\nzinios\nzink\nzinkernagel\nzinn\nzinoviev\nzinta\nzinzan\nzinzendorf\nzion\nzionism\nzionist\nzionists\nzions\nzip\nzipper\nzippers\nzippo\nzippy\nzips\nzira\nziraat\nzircon\nzirconia\nzirconium\nzirka-nibas\nzirmunai\nzisco\nzisser\nzita\nzitel\nzitelli\nzither\nzito\nzittau\nziua\nziv\nziva\nzivkovic\nzivnobanka\nzivnobanka-podil.f\nzivnostenska\nziyad\nziyang\nzizek\nzizka\nzizkov\nzkb\nzl\nzlatkis\nzlatko\nzlin\nzlochevsky\nzloty\nzlotys\nzm\nzmax\nzmp\nzn\nzo\nzob\nzobel\nzoca\nzocalo\nzochowski\nzocor\nzod\nzodiac\nzodiacal\nzoe\nzoeller\nzoete\nzoetrope\nzoey\nzoff\nzofia\nzog\nzogby\nzogu\nzohar\nzoid\nzoidberg\nzoids\nzola\nzolder\nzolkiewski\nzoller\nzoloft\nzoltan\nzoltek\nzomax\nzomba\nzombi\nzombie\nzombies\nzombified\nzomi\nzomig\nzona\nzonagen\nzonal\nzond\nzonder\nzondervan\nzone\nzoned\nzones\nzong\nzoning\nzonta\nzoo\nzook\nzookeeper\nzoolander\nzoological\nzoologist\nzoologists\nzoology\nzoom\nzoomed\nzooming\nzooms\nzoonotic\nzoophilia\nzooplankton\nzoos\nzoot\nzope\nzor\nzora\nzoran\nzorba\nzorc\nzord\nzordon\nzords\nzorin\nzork\nzorn\nzoro\nzoroaster\nzoroastrian\nzoroastrianism\nzoroastrians\nzorro\nzorzi\nzos\nzosen\nzosimus\nzoster\nzosteropidae\nzosterops\nzou\nzouabri\nzouari\nzouave\nzouaves\nzouch\nzouche\nzouk\nzovirax\nzoysa\nzpa\nzpass\nzpm\nzps\nzr\nzr0\nzrenjanin\nzrinski\nzrs\nzrubakova\nzs\nzsa\nzse\nzseries\nzsinj\nzsolt\nzsr\nzte\nzts\nztt\nzu\nzu'bi\nzuari\nzuazo\nzubair\nzubak\nzubayr\nzuberbuehler\nzubets\nzubin\nzubizarreta\nzubov\nzubrin\nzucchero\nzucchini\nzucco\nzucker\nzuckerman\nzuelle\nzuercher\nzug\nzuhair\nzuhdi\nzuid\nzuiderzee\nzukerman\nzukhurov\nzuko\nzukofsky\nzukor\nzukowski\nzulfikar\nzulfiqar\nzulia\nzulu\nzulu-based\nzululand\nzulus\nzum\nzuma\nzumwalt\nzundel\nzune\nzuni\nzuniga\nzunk\nzunks\nzunz\nzuo\nzupan\nzur\nzurab\nzurawski\nzurbriggen\nzurcher\nzurich\nzurich-based\nzurn\nzus\nzuse\nzutons\nzutphen\nzuzana\nzvereva\nzvezda\nzvi\nzvn\nzvolen\nzvonimir\nzvornik\nzwack\nzwarte\nzwei\nzweibrucken\nzweig\nzweynert\nzwiazek\nzwickau\nzwickel\nzwicky\nzwiesel\nzwingli\nzwolle\nzx\nzx0\nzycad\nzych\nzycie\nzycon\nzydeco\nzygmunt\nzygodactyl\nzygomatic\nzygote\nzyklon\nzyl\nzyprexa\nzyrtec\nzytec\nzytek\nzyuganov\nzywcu\nzywiec\nzywnosciowej\nzz\n{\n|\n|0\n||\n||0d\n||0||\n}\n~\n~0\n~00\n"
  },
  {
    "path": "dataset/SemEval/test/npy/.gitkeeper",
    "content": ""
  },
  {
    "path": "dataset/SemEval/test/test.txt",
    "content": "e1\te2\taudits\twaste\tMessage-Topic\tthe most common audits were about waste and recycling\ne1\te2\tcompany\tchairs\tProduct-Producer_reversed\tthe company fabricates plastic chairs\ne1\te2\tmaster\tstick\tInstrument-Agency_reversed\tthe school master teaches the lesson with a stick\ne1\te2\tbody\treservoir\tEntity-Destination\tthe suspect dumped the dead body into a local reservoir\ne1\te2\tinfluenza\tvirus\tCause-Effect_reversed\tavian influenza is an infectious disease of birds caused by type a strains of the influenza virus\ne1\te2\tear\telephant\tComponent-Whole\tthe ear of the african elephant is significantly larger--measuring 183 cm by 114 cm in the bush elephant\ne1\te2\tlie\tparents\tProduct-Producer\ta child is told a lie for several years by their parents before he/she realizes that a santa claus does not exist\ne1\te2\thookup\tusers\tMember-Collection_reversed\tskype, a free software, allows a hookup of multiple computer users to join in an online conference call without incurring any telephone costs\ne1\te2\troom\thouse\tComponent-Whole\tthe disgusting scene was retaliation against her brother philip who rents the room inside this apartment house on lombard street\ne1\te2\tthesis\tclinical characteristics\tMessage-Topic\tthis thesis defines the clinical characteristics of amyloid disease\ne1\te2\tsurvivors\thouses\tEntity-Destination\tten million quake survivors moved into makeshift houses\ne1\te2\tkimchi\tmaker\tOther\ton a friend's advice, i purchased a sauerkraut and kimchi maker here and it is just fabulous (and cheap too)\ne1\te2\tnames\tspace\tEntity-Destination\tnasa kepler mission sends names into space\ne1\te2\tlandscape\tcompany\tProduct-Producer\tas a landscape company in atlanta, we know which plants thrive in this planting zone and know the optimum landscaping designs for local yards and business\ne1\te2\tgift\tfriend\tEntity-Origin\tas i was contemplating if i had a favorite in the pink category, a gift arrived from a sweet friend\ne1\te2\tyoung\tnest\tEntity-Origin\tthe male took over the entire care of the young that had left the nest\ne1\te2\tactress\tairport\tEntity-Destination\tthe famous actress arrived at the airport\ne1\te2\tfilesharing\tinternet\tOther\tan ftp server is an inexpensive and relatively simple to operate tool that works great for filesharing over the internet\ne1\te2\tzoo\tbeasts\tMember-Collection_reversed\tbeneath this invocation there is a zoo of fearsome beasts, including several man-eaters, as well as sphinxes with lions' bodies and human heads\ne1\te2\tsong\tmusician\tProduct-Producer\tthe song was composed for a famous brazilian musician\ne1\te2\toutline\tspirituality\tMessage-Topic\tthis outline focuses on spirituality, esotericism, mysticism, religion and/or parapsychology\ne1\te2\tbomb\tsuitcase\tContent-Container\tthe bomb was in a suitcase loaded in frankfurt and transferred to the doomed boeing 747 in london\ne1\te2\tsoftware\tcompany\tProduct-Producer\ti spent a year working for a software company to pay off my college loans\ne1\te2\tcaptain\tcrew\tOther\tthe captain and the crew of the steve irwin are grateful for the support of the city of fremantle and mayor brad pettitt for hosting the event\ne1\te2\tsesame\toil\tEntity-Origin_reversed\torganic sesame oil has an anti-bacterial and anti imflammatory effect\ne1\te2\thousing\tdeveloper\tProduct-Producer\tmileson has sold his humble abode to a housing developer\ne1\te2\teffect\tway\tCause-Effect_reversed\tthe same effect is achieved the traditional way, with a team of workers like keebler elves\ne1\te2\tdramas\treal events\tOther\the has built a formidable reputation writing powerful dramas for the stage and screen, based on real events or socially vital issues\ne1\te2\tdrawings\tmuseums\tOther\the produces drawings and videos that have been shown in museums in europe and america\ne1\te2\tcultures\tepochs\tEntity-Origin\ttherefore, nowadays china is the complex mixture of different cultures from various epochs\ne1\te2\tviruses\tinfections\tCause-Effect\tof the hundreds of strains of avian influenza a viruses, only four have caused human infections: h5n1, h7n3, h7n7, and h9n2\ne1\te2\tpieces\tstories\tMessage-Topic\tmany of his literary pieces narrate and mention stories that took place in lipa\ne1\te2\tsteps\tstairs\tComponent-Whole\twhen i'm walking alone, i count the steps of the stairs, and i also guess approximately how many steps are left till i reach the next street\ne1\te2\tblisters\therpes simplex virus\tProduct-Producer\tessentially, the blisters that appear in the mouth are caused by the herpes simplex virus type 1, hsv-1 for short\ne1\te2\tluff\tsail\tComponent-Whole\tthe man at the helm was watching the luff of the sail and whistling away gently to himself, and that was the only sound excepting the swish of the sea\ne1\te2\tcircuit\tconverter\tComponent-Whole_reversed\tstill further, the circuit comprises a digital adder and an analog-to-digital converter with an analog input connected to the output of the operational amplifier and a digital output connected to a first input of the digital adder\ne1\te2\tcamp\tchampions\tMember-Collection_reversed\tdolf oehler, a leader in the leftist camp of heine champions since the 1970s, gathered a group of likeminded critics for this symposium\ne1\te2\tcartridge\tink\tContent-Container_reversed\tthe cartridge was marked as empty, even with ink in both chambers\ne1\te2\tpod\twhales\tMember-Collection_reversed\ta pod of sperm whales was beached on italy's southern coast and at least five died in what experts said was a rare and puzzling mass beaching for such a large species\ne1\te2\troundworms\tparasite\tProduct-Producer\troundworms or ascarids are caused by an intestinal parasite called toxocara canis\ne1\te2\tsubject\timplication\tCause-Effect\tthe subject of \"imply\" is the source of an implication while the subject of \"infer\" is the recipient of an implication\ne1\te2\tcat\tpaw\tComponent-Whole_reversed\tmy cat has a problem with his paw\ne1\te2\ttreaty\trule\tCause-Effect\tthe treaty establishes a double majority rule for council decisions\ne1\te2\toil\tocean\tEntity-Destination\tthe accident has spread oil into the ocean\ne1\te2\ttalent\tvillage\tEntity-Origin\ta tidal wave of talent has emanated from this lush village\ne1\te2\tcoins\tplastic case\tContent-Container\tthese coins are enclosed in a clear hard plastic case with a blue background that is packaged in a blue box\ne1\te2\tspace\tdrawer\tOther\tby dividing the space in a kitchen drawer where you keep all your cooking utensils, you grouped items by size or purpose\ne1\te2\tbottle\tcontainer\tEntity-Destination\tthen, the target pet bottle was put inside of a metal container, which was grounded\ne1\te2\tnews programs\tviolence\tMessage-Topic\tnews programs commented on the violence from the game and expressed worries on how it would affect the players' personalities\ne1\te2\tnarrative\tinterplay\tOther\tthe narrative comprises the interplay of two themes that are woven together as it criss-crosses back and forth between the life of nineteen year old greg kowalski's desire to become a firefighter and his heart-rending life growing up in saginaw michigan where he had to endure the physical and verbal abuse handed out by his appalling father\ne1\te2\tacid\teyes\tEntity-Destination\tas vinay collapsed in pain, the villagers poured acid into his eyes\ne1\te2\troom\tcanvases\tOther\tthe room was filled with huge jack-the-dripper canvases\ne1\te2\tgulp\tmagpies\tMember-Collection_reversed\tthe gulp of magpies just left after a quick breakfast of peanuts and cookie crumbs\ne1\te2\tconvocation\tscholars\tOther\tthe proposal was debated and enthusiastically endorsed in 2002 by a convocation of international scholars that included many prominent academics, among them scientists of the stature of the late h. curien, h. varmus, p. crutzen and j. sachs\ne1\te2\tmurders\tconviction\tCause-Effect\tin south africa, which has one of the best police to public ratios on the continent, the share of murders that result in a conviction is about 18%, compared to 56% in the us and 61% in the uk\ne1\te2\tmonkeys\tenclosure\tEntity-Origin\ta group of monkeys who escaped from an enclosure at edinburgh zoo are one step from being caught\ne1\te2\topinions\tblog\tOther\tpeople now post their opinions to this blog\ne1\te2\tvibrations\tmovement\tCause-Effect\ttraffic vibrations on the street outside had caused the movement of the light\ne1\te2\tdiamond\tcolliers\tOther\tpoodles of all types were the ideal circus dogs when not dyed pink and wearing diamond colliers in via veneto or maxim's\ne1\te2\tdoor\tlock\tComponent-Whole_reversed\ta digital door lock is an electronic lock for residential applications such as front doors on apartments and single-family houses\ne1\te2\tred grape\twine\tEntity-Origin_reversed\tred grape wine is an alcoholic fruit drink of between 10 and 14% alcoholic strength\ne1\te2\ttranscript\tscribe\tProduct-Producer\tthe text also exists in a transcript by a professional scribe, which was prepared for sir dudley carleton\ne1\te2\twitch\tmagic\tInstrument-Agency_reversed\ta witch is able to change events by using magic\ne1\te2\tcommittee\torganisation\tComponent-Whole\tthe committee is an integral part of our organisation\ne1\te2\tclock\tpresentations\tEntity-Destination\ti have inserted a clock into the presentations\ne1\te2\tfamily\tfeatures\tProduct-Producer_reversed\tthe family constructed some tcu horned frog supporting snow features as well as just a really nice picture of an old fashioned light post\ne1\te2\tmethod\tcombination\tOther\tone simple method for clearing small clogs is to use a tried-and-true combination of baking soda and vinegar\ne1\te2\tstatue\thead\tOther\tthe complete statue, topped by an imposing head, was originally nearly five metres high\ne1\te2\tarticle\tuse\tMessage-Topic\tin the article, the authors explore the use of technology in small pharmacy chains\ne1\te2\tcomments\treaders\tProduct-Producer\tthe following comments are provided by readers and are the sole responsiblity of the authors\ne1\te2\tpresident\tuniversity\tOther\tthe organic act of 1868 made several specific references to the powers and duties of the president of the university after stating that he be elected to office by the board of regents\ne1\te2\twine\tgrapes\tEntity-Origin\tthis grand cru wine is made from pinot noir grapes and is medium to full-bodied in style\ne1\te2\tslide\tcrew\tCause-Effect_reversed\tthe slide, which was triggered by an avalanche-control crew, damaged one home and blocked the road for most of the day\ne1\te2\tinspector\tyard\tEntity-Origin\tsince the inspector had left the yard, early that morning, he had disappeared\ne1\te2\tregulations\tforce\tOther\tinternational ship sewage regulations have entered into force\ne1\te2\tquestions\tpress\tProduct-Producer\tambassador sun shuzhong answered the questions from the local press after his visit to the memorial center in kigali on dec. 28, 2007\ne1\te2\tchildren\texile\tOther\ther children have gone into exile\ne1\te2\tfather\tbar\tInstrument-Agency_reversed\ta bedouin mediator again returned her when her father promised not to hurt her, and then her father killed her with an iron bar\ne1\te2\trebound\tnet\tEntity-Destination\the put a rebound into an open net for his eighth goal\ne1\te2\tstudent\tapplication\tProduct-Producer_reversed\tthe ubc graduate student spent his free time creating an application called colorsplash that lets people play with the colour in their digital photos\ne1\te2\tbar\tseats\tComponent-Whole\tthe safety bar of the seats has to be folded down by the passenger and it has to be kept closed during the journey\ne1\te2\tback\tchair\tComponent-Whole\tby 1715 the cabriole leg was in general use, and the back of the chair had started to become square in shape: no longer was it the characteristic tall and narrow feature of the previous century\ne1\te2\tfatigue\tpain\tCause-Effect\tmuscle fatigue is the number one cause of arm muscle pain\ne1\te2\tclaw\thammer\tComponent-Whole\tlawhammer coat: a slang term for a man's formal evening coat, because split tails resemble the claw of a hammer\ne1\te2\tmagazine\tsport\tMessage-Topic\tthe magazine was founded in order to keep athletes serving as soldiers informed about their sport back home\ne1\te2\tcartomancers\tcards\tInstrument-Agency_reversed\tmany professional cartomancers use a regular deck of playing cards for divination\ne1\te2\tfilms\tmental illness\tMessage-Topic\tmany films have portrayed mental illness or used it as a backdrop for other themes\ne1\te2\tcompany\tpublication\tProduct-Producer_reversed\tthe software company addressed the problem with the publication of a fix on saturday\ne1\te2\tpapaya\tnectar\tEntity-Origin_reversed\tdrinking down the rest of his papaya nectar, and wiping his mouth he turned and hurried away throwing a goodbye and wave over his shoulder madly dashing thorough the crowds\ne1\te2\tvolume\tconcepts\tMessage-Topic\tthis volume analyzes central concepts of the contemporary political debate\ne1\te2\tdefendant\tcustody\tEntity-Origin\tthe defendant was released from custody on march 2, 2001\ne1\te2\tplant\tvehicles\tOther\tin addition, the plant builds four-cylinder \"ecotec\" that are used in vehicles like the chevy malibu and cobalt\ne1\te2\tcheese\tdish\tComponent-Whole\twe used fried cheese as an element in a dish\ne1\te2\tcastle\tmuseum\tComponent-Whole\tthe castle was inside a museum\ne1\te2\tclubs\townership\tOther\tmore and more english premier league clubs are falling into foreign ownership\ne1\te2\tman\tcar\tEntity-Destination\tthe man was carried into a waiting police car from coleraine times\ne1\te2\tsection\tinterpretation\tMessage-Topic\tthe aim of this section is the interpretation of the results and their relation to the existing knowledge\ne1\te2\tdrawer\tcoffeemaker\tComponent-Whole\tbunn has recalled 35,600 single-cup pod brewers because the drawer of the coffeemaker opens unexpectedly during a brew cycle, posing a burn hazard to consumers\ne1\te2\ttube\tcontainer\tEntity-Destination\ta probe tube is introduced into a reaction container for measuring the operating condition of a medium in the interior of the container\ne1\te2\tviews\ttelevision\tMessage-Topic\tdavid mamet took questions from the audience and shared his views on topics such as television, the democracy of culture and the english accent\ne1\te2\tchapter\timportance\tMessage-Topic\tadditionally, the chapter points out the importance of new employee orientation and lists some of the important things to cover during that process\ne1\te2\tstation\tdevice\tComponent-Whole_reversed\tthe monitoring station receives the signal through a communication device and the combined signal is processed to retrieve gps data\ne1\te2\toffenders\tofficers\tEntity-Origin\tin this approach, correction and police personnel jointly sought to locate and apprehend offenders who had absconded from parole and probation officers\ne1\te2\tbook\tbeauty\tMessage-Topic\tthe major theme of the book is the beauty of a dream\ne1\te2\tspills\thurricane\tCause-Effect_reversed\tit spilled more than 53000 gallons of crude oil into the surrounding marshes one of the bigger spills caused by the hurricane\ne1\te2\tstudies\tadults\tOther\teighteen studies were focused on older adults living at home\ne1\te2\tdiseases\tgene mutations\tCause-Effect_reversed\tthe diseases are caused by gene mutations on the x chromosome\ne1\te2\tresponse\tripple\tCause-Effect\tthe pretexts offered were laughable, and the response caused scarcely a ripple on the flood of commentary on washington's noble \"efforts to spread democracy\"\ne1\te2\ttree\tcrown\tComponent-Whole_reversed\tthe size of a tree crown is strongly correlated with the growth of the tree\ne1\te2\tmischief\trats\tMember-Collection_reversed\tthe state capital is a disgusting sewer and bruno is just one in the mischief of filthy rats that proliferate there\ne1\te2\tcable network\tscience fiction tv shows\tOther\tsci-fi channel is the cable network exclusively dedicated to offering classic science fiction tv shows and movies, as well as bold original programming\ne1\te2\tcat\ttrap\tContent-Container\tthe mummified cat was found in a live trap with an empty dish\ne1\te2\tstories\tdance\tOther\tthe stories are narrated through dance\ne1\te2\tfoundry\tframes\tProduct-Producer_reversed\tthe foundry's major product lines include manhole frames and utility covers, airport castings, drainage products, trench grates, hydrant and valve components, and industrial castings\ne1\te2\tair\tsmell\tOther\tthe air was filled with the smell of burning plastic\ne1\te2\tjoy\tlaughing\tCause-Effect_reversed\tlisa took great joy from laughing, volunteering at school, taking pictures, chatting, the twins and vikings, playing softball and volleyball, and time at lake vermilion\ne1\te2\tlines\tauthor\tProduct-Producer\tsuch lines from the pen of a young author widely read by the younger part of the population only confirm the profound change in the mood of the freuch proletariat\ne1\te2\treceiver\ttone\tCause-Effect\tthe receiver was outputting the same tone to my deva 5\ne1\te2\tsquad\tmilitants\tMember-Collection_reversed\tat least 12 people were killed yesterday when a squad of heavily armed militants stormed the police training school on the outskirts of lahore, spraying it with gunfire and grenades\ne1\te2\ttelescope\tlenses\tComponent-Whole_reversed\tthe telescope comprises lenses and tubes: both are extremely important to the performance of the telescope\ne1\te2\tpulp\ttupperware tub\tEntity-Destination\twe poured the pulp into the tupperware tub filled with water\ne1\te2\tcarpenters\twood\tInstrument-Agency_reversed\tcarpenters build many things from wood and other materials, like buildings and boats\ne1\te2\tsamples\tmilking\tOther\tmilk samples were obtained from one milking of each cow\ne1\te2\tblogger\tconversation\tOther\tthere's a comparison between the intimacy and accountability offered by a novel and that offered by a blog in which the blogger is participant in an on going conversation, in which the line between reader and original poster is blurred beyond recognition, in which collective comment replaces old-fashioned ivory tower editing with a kind of universal peer review\ne1\te2\tspeech\tidea\tMessage-Topic\this speech criticised the idea of religious education as a journey around the various religions\ne1\te2\trice\tflour\tEntity-Origin_reversed\tthe bread prepared with rice flour was considered good by 25% of the assessors, regular by 33%, very bad by 17% and very good by only 8%\ne1\te2\tbody\tpassenger\tEntity-Origin_reversed\tthe body unleashes its extraterrestrial passenger, which proceeds to infect the student population at a breakneck pace\ne1\te2\tasteroid\tdisaster\tOther\tasteroid threatened earth with disaster\ne1\te2\tfarm\tacres\tComponent-Whole_reversed\tin its early years the farm had forty acres, and was a productive subsistence farm with sheep being the primary source of income\ne1\te2\tlaptop\tplastic bag\tContent-Container\tthe laptop was inside a protective plastic bag made from ldpe number 4, which can be easily recycled\ne1\te2\ttelephone\toperator\tInstrument-Agency\tgary wheelan, a womanizing, adulterous thirty-something dallas attorney, finally gets what he deserves when his verbal assaults provoke a telephone operator\ne1\te2\ttales\tconcerns\tMessage-Topic\the weaves complex tales concerning the romantic concerns of happiness, love and sufferance\ne1\te2\tforebrain\tamphibians\tComponent-Whole\tunlike the forebrain (telencephalon or cerebrum) of mammals, birds, and fish, the forebrain of amphibians is similar across all three orders of amphibians: the anurons (frogs and toads), the urodiles (salamanders and newts), and the caecilians\ne1\te2\tcompany\thome\tOther\tafter handsome renovations at various locales, the company has remodeled a church into a home\ne1\te2\tcamera\tleaflet box\tContent-Container\tthe hidden camera, found by a security guard, was hidden in a business card-sized leaflet box placed at an unmanned atm in tokyo's minato ward in early september\ne1\te2\torganizations\tresources\tInstrument-Agency_reversed\twith our help, non-profit human service organizations effectively manage their resources and succeed in the modern era of human services\ne1\te2\tswim bladder\tanimals\tComponent-Whole\tthe swim bladder of aquatic animals gives them the ability to manioulate gravity and should be researched more\ne1\te2\tcoffle\tasses\tMember-Collection_reversed\ton the morning of the 16th we again set forward, accompanied by a coffle of fourteen asses, loaded with salt, bound for sansanding\ne1\te2\tcoloring\tcoat of arms\tEntity-Origin\tthe coloring is derived from the grand duke's coat of arms\ne1\te2\tcoalition\tinterests\tMember-Collection_reversed\tthe constitutionalist and republican were arm in arm; and the quaker and presbyterian forgot their religious antipathies in this coalition of interests\ne1\te2\telectrician\ttool\tInstrument-Agency_reversed\ta multi-purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working\ne1\te2\tdata\tepochs\tEntity-Origin\tthe gps network adjustment of data from both epochs is accomplished using the ski tm software with constrains network adjustment\ne1\te2\tcity\trock and roll\tOther\twe built this city on rock and roll\ne1\te2\tparents\tstation\tEntity-Origin\tthe parents went away from the police station, since they were poor\ne1\te2\tpolice\tchief\tMember-Collection_reversed\twilliam h. parker was the longest serving police chief in los angeles police department\ne1\te2\thospitals\tapparatus\tInstrument-Agency_reversed\thospitals today use a \"blowby\" apparatus for this purpose\ne1\te2\tboots\tbox\tContent-Container\tthe boots were in a box of stuff the boys picked up at the post office just before the curtain fell\ne1\te2\tattractions\tbillboards\tMessage-Topic_reversed\troadside attractions are frequently advertised with billboards to attract tourists\ne1\te2\tguy\tcar\tOther\tanyway, the guy convinced some local with a car to drive somewhere to procure us some beer\ne1\te2\tfetus\tinsulin\tProduct-Producer_reversed\tthe placenta fully functions at this time and the fetus makes insulin and urinates\ne1\te2\tdesign\twife\tProduct-Producer\tthe design is by my wife, bianca\ne1\te2\tcircle\thooligans\tMember-Collection_reversed\this literary debut occured in 1919, when he joined esenin's small circle of \"literary hooligans,\" the imaginists\ne1\te2\tlitter\trabbits\tMember-Collection_reversed\tmy rabbit just had a new litter of rabbits\ne1\te2\ttexts\tanecdotes\tMessage-Topic\tseveral texts relate mythological anecdotes associated with his birth and exploits and explain his distinct iconography\ne1\te2\tdocuments\tstrategies\tMessage-Topic\tthese new documents point out a number of troubling strategies utilized by enron\ne1\te2\tpunchcutter\timprint\tProduct-Producer_reversed\tto test the punch, the punchcutter makes an imprint on a piece of paper after coating the punch with soot from an open flame\ne1\te2\tplug\tbattery box\tOther\tthey connected the plug of the battery box to the plug of the charger\ne1\te2\tvisit\tstrategy\tComponent-Whole\tour visit is part of the general strategy to engage the global community to benefit our economy, to enhance our national security and of course, to promote the welfare of our ofws -- the biggest community of which is right here in the kingdom of saudi arabia\ne1\te2\tmicrobes\tsickness\tCause-Effect\tthe presentation uses animation to show how germs and microbes cause sickness, and outlines simple preventive measures\ne1\te2\timplications\tpublication\tMessage-Topic_reversed\tthe possible implications were indicated in the first publication\ne1\te2\tdocument\tdrugs\tMessage-Topic\tthe document is about illegal drugs, which, it claims, are illegal because they are harmful\ne1\te2\tbazooka\tgame\tEntity-Origin\ta bazooka is going to far away from the orginal mafia game\ne1\te2\tmodel\texample\tEntity-Origin\tthe model is derived from an example used by bertrand meyer in his book, object-oriented software construction\ne1\te2\tresearchers\tingredients\tProduct-Producer_reversed\tresearchers synthesized the basic ingredients\ne1\te2\tale\tmug\tEntity-Destination\tthe ale poured slowly into a mug, at first all foam, then turning translucent before suddenly clarifying into a brilliant suds-topped amber\ne1\te2\tmotor\tcanister\tContent-Container\ta central vacuum is a vacuum motor and filtration system built inside a canister\ne1\te2\tcorps\tcadets\tMember-Collection_reversed\tformation of the corps of medical cadets was approved by congress on august 3, 1861\ne1\te2\twing\taircrafts\tComponent-Whole_reversed\tit was used mainly on scarff ring mounts, but was also fitted onto the top wing of fighter aircrafts, controlled by a bowden cable\ne1\te2\tname\taddress\tEntity-Origin\tthe headquarters of the operation were at tiergartenstrasse 4, berlin and the code name for the program was derived from that address - t-4\ne1\te2\tanalysts\tfrequency\tInstrument-Agency_reversed\tanalysts assess distribution and changes in distribution over time by using frequency\ne1\te2\tman\tcountries\tEntity-Destination\tthe man was travelling into neighboring countries without a permission\ne1\te2\tkeeper\tteam\tMember-Collection\ttoday it was proved camp is the third best keeper in the team\ne1\te2\thigh-wheelers\tpush-bike\tOther\tthe high-wheelers were descended from an early type of push-bike, without pedals\ne1\te2\tline\tgeometry\tOther\ta line is one of the basic terms in geometry\ne1\te2\tpollution\tcars\tCause-Effect_reversed\tas a result, pollution from cars is causing serious health problems for americans\ne1\te2\tposts\twriter\tProduct-Producer\twhen viewers ignore negative posts, the offending writer often leaves the site\ne1\te2\tmolten core\triver\tEntity-Destination\tmolten core have been dropped into the river to investigate the conditions of the occurrence of a steam\ne1\te2\tlithics\tmountain ranges\tEntity-Origin\tthe main origin of the metamorphic lithics is from the mountain ranges located in the north-western\ne1\te2\tanalyzer\tmethod\tInstrument-Agency_reversed\tthe core of the analyzer first identifies the infeasible paths using the constraint propagation method\ne1\te2\tnarrative\thistory\tMessage-Topic\the has combined intelligent history with moving prose, creating an informative, inspiring narrative telling the history of a great people\ne1\te2\tattributes\tchildren\tEntity-Destination\tthese attributes are inherited to their children\ne1\te2\tpollen\tbasket\tContent-Container\tthe bee carries pollen in a pollen basket back to the hive\ne1\te2\tnurse\tarm\tOther\ta nurse grabs the patient by the arm and escorts her back to her bed\ne1\te2\tperson\tcontent\tProduct-Producer_reversed\tsimply taking something because it's there is unfair to the person who created the content, and whose rights come first\ne1\te2\tmushroom\tmass\tOther\tthe mushroom was found in a mass of wet twigs and leaves\ne1\te2\tsquad\tbeaters\tMember-Collection_reversed\tone win and we've suddenly got a squad of world beaters\ne1\te2\tpotatoes\tbasket\tEntity-Destination\tmeanwhile, we placed the potatoes in a steaming basket that was fitting inside a large pot\ne1\te2\tbuilding\tengineer\tProduct-Producer\t'we weren't sure how high we could go', said bill baker of skidmore, owings & merrill, the building's structural engineer\ne1\te2\tthesis\tbook\tMessage-Topic_reversed\tthis thesis was asserted in a book, written by the police chief of ocrb\ne1\te2\tcrew\tbreast\tInstrument-Agency_reversed\ta busy crew behind the counter assembles the sandwiches with two pieces of fried chicken breast, which are beautifully battered\ne1\te2\train\tcancellation\tCause-Effect\train caused cancellation of the event in 1877, so enforcement of the new law had to wait until 1878\ne1\te2\tsociety\ttrends\tOther\tprofessional education is inevitably concerned with the future directions of the profession, and technology and society magazine has published a number of articles about the implications for society of various trends and issues in engineering, computer science, and education\ne1\te2\troundtables\tkeywords\tMessage-Topic\tthe second format is that of roundtables organised around keywords, that offer students the opportunity to participate in dialogue\ne1\te2\twebsite\tarticles\tComponent-Whole_reversed\tthe website publishes analytical articles as well as advanced statistics and projections for individuals and teams\ne1\te2\ttheory\tscience fiction\tMessage-Topic_reversed\tthe ancient astronaut theory has been addressed frequently in science fiction and horror fiction\ne1\te2\tclustering\tclusters\tOther\tthe clustering resulted in 22445 clusters, which were composed from two to thousands of reads\ne1\te2\tcherry\twine\tEntity-Origin_reversed\ti got started on this project by reading jack keller's recipes for cherry wine\ne1\te2\tsong\tcontest\tEntity-Destination\tthis song has been entered into the contest unofficially\ne1\te2\tdollars\ttrusts\tEntity-Destination\the invested dollars into real estate investment trusts\ne1\te2\tfloppies\tfactory\tProduct-Producer\tin recent years, most floppies have shipped pre-formatted from the factory as dos fat12 floppies\ne1\te2\twall\tstore\tComponent-Whole\ton the back wall of the store, beverages within the cooler pop thanks to led lighting, which also helps cut down on the store's energy costs\ne1\te2\tbody\tbin\tContent-Container\tthe body was in a bin, next to a dumpster, in a fenced-in area of the complex's parking lot\ne1\te2\tcongressman\tparty ticket\tOther\tin 1952, when fidel ran for congressman on the ortodoxo party ticket, it was father who helped finance his campaign\ne1\te2\tsound\tviper\tCause-Effect_reversed\this trademark steam-engine puffing is revealed as a sound made by a viper spitting venom at his prey before swallowing her whole\ne1\te2\tcontainers\tdam\tEntity-Destination\tsixty-two containers fell into the dam\ne1\te2\tlobe\tpancreas\tComponent-Whole\ttissues from the dorsal lobe of the pancreas of 8 starlings (sturnus vulgaris) were examined electron microscopically using conventionally prepared samples\ne1\te2\telephant\ttoes\tComponent-Whole_reversed\tthe \"listening\" elephant catches the vibrations with its toes, behind which lie pads of acoustically sensitive fat\ne1\te2\tbottle\tmarbles\tContent-Container_reversed\tyou have a bottle with enough marbles in it to make one row across the bottom as it rolls down the track\ne1\te2\tstaff\temployees\tMember-Collection_reversed\tan initial staff of 5 yields a net saving of 1 employee, whereas an initial staff of 50 employees is reduced by 10\ne1\te2\torder\tfriars\tMember-Collection_reversed\tthe order of friars minor capuchin (ofm cap) is an order of friars in the roman catholic church, the chief and only permanent offshoot of the franciscans\ne1\te2\tnails\thand\tComponent-Whole\tmusicians used their real nails of the right hand to pluck the strings\ne1\te2\toil\tseed\tEntity-Origin\tthe oil was extracted from crambe abyssinica seed cultivar belenzian cultivated in italy in 1992, using a new cold mechanical squeezing process\ne1\te2\tsamples\tbeaker\tContent-Container\tthat measured moisture content of bagged samples inserted in a beaker of soil at various depths\ne1\te2\tbrother\tgloves\tInstrument-Agency_reversed\tsilent black-and-white flashbacks show his brother punching him with gloves as his father looks on\ne1\te2\tcane\tsugar\tEntity-Origin_reversed\tyou have seen that our 12-ounce cans of soda are now made with pure cane sugar\ne1\te2\tbottle\tsoda\tContent-Container_reversed\tthe magician shows a bottle full of soda\ne1\te2\tmoney\tjar\tContent-Container\tworse, the family money was in a jar in the house and was also lost\ne1\te2\tbanner\tknights\tOther\tafter months of sieges, with some of the most fierce human assaults by numbers many times their own, and when the smoke had cleared, the banner of the knights still stood on the ramparts\ne1\te2\tcrash\tattack\tCause-Effect_reversed\tthe deadly train crash was caused by terrorist attack\ne1\te2\tcriticism\tmedia coverage\tMessage-Topic\the directed his criticism at media coverage of the catholic church\ne1\te2\twine\tjeroboam\tContent-Container\tveuve clicquot's yellow label wine in a jeroboam is aged for up to 15 years\ne1\te2\twork\tend\tEntity-Origin\tconstruction work at the facility started at the end of 1980\ne1\te2\tdebate\troles\tMessage-Topic\tdebate flourishes on the relative roles of the ancient greeks, mesopotamians and romans\ne1\te2\tconditions\treport\tMessage-Topic_reversed\tconditions at nottingham prison have been criticised in a new report\ne1\te2\tanimals\tfarm\tOther\tthe animals on this farm are contented, happy cattle\ne1\te2\tsound\tcombination\tOther\tshe's the lead vocalist and has a sound that captures the listener with a combination of a british/scandinavian accent that's not lost in the mix\ne1\te2\tcoin\tcase\tContent-Container\tthe coin was enclosed in a protective plastic case\ne1\te2\tparade\tpenguins\tMember-Collection_reversed\ta parade of pygmy penguins is now a critical economic mainstay, even as generations of migrants develop innovative tourism products and create new export markets\ne1\te2\tethanol\tfactories\tProduct-Producer\tspeculations on the causes behind the below capacity production of ethanol by the sugar factories in the state figured in the legislative council on tuesday\ne1\te2\tdrilling\tchemicals\tOther\tgas drilling threatens public with undisclosed chemicals\ne1\te2\tinformation\tpress release\tEntity-Origin\tthe information came from a utica police department press release\ne1\te2\tchain\tislands\tComponent-Whole_reversed\tthe chain of hawaiian islands provides evidence that the pacific plate moves to the northwest\ne1\te2\tinvestigations\tevidence\tMessage-Topic\tthese investigations provided statistical evidence for genuine moral concern for the poor\ne1\te2\tdamage\tmisuse\tCause-Effect_reversed\tall the decking on the ramps need to be replaced (for the second time) because of the damage caused by the misuse of the facility\ne1\te2\tfruit\tseeds\tComponent-Whole\ta \"green bean\" which is actually a fruit with seeds inside\ne1\te2\tenjoyment\tprogramming\tCause-Effect_reversed\tthese types of scripts help visually impaired individuals to get more enjoyment from programming because the action on-screen is described for them\ne1\te2\ttechnique\tcombination\tOther\tthe technique used for combination of information from the different subdetectors was presented during the tracking-pid-physics meeting\ne1\te2\tbones\tfoot\tComponent-Whole\tbroken bones (also called fractures) in the foot are very common\ne1\te2\tmigrations\tdeprivation\tCause-Effect\tseasonal and nocturnal migrations cause sleep deprivation in diurnal swainson's thrush, catharus ustulatus\ne1\te2\taccident\timpact\tCause-Effect\tthe aircraft was written off in the accident due to the severe impact caused by the klm aircraft, and the resulting fire\ne1\te2\taria\tcomposer\tProduct-Producer\tbist du bei mir (en: \"be thou with me\") (bwv 508) is an aria by a german composer named gottfried heinrich stoelzel\ne1\te2\tcontents\tcarafe\tEntity-Destination\twe dissolved the contents of one packet in a carafe of water and ran the brew cycle\ne1\te2\tstem\ttree\tComponent-Whole\tin the stem of that tree is a cute little house\ne1\te2\ttime\tmachine\tOther\tthe time machine itself is a plain gray box, with a distinctive electronic \"hum\" created by overlaying the sounds of a mechanical grinder and a car engine, rather than a processed digital effect\ne1\te2\tproduction\tplaywright\tOther\tbut few anticipated that a small-scale production by a young playwright could spark the violent confrontation that this weekend resulted in thousands of pounds worth of damage and clashes with riot police at birmingham repertory theatre\ne1\te2\tphilosopher\twritings\tProduct-Producer_reversed\tandronicus wrote a work upon aristotle, the fifth book of which contained a complete list of the philosopher's writings\ne1\te2\ttableau\troom\tContent-Container\ta tableau like this one is placed inside the king's room and refers to court ceremonies\ne1\te2\tstrings\tdevice\tComponent-Whole\tthe following protocol is used for patients who do feel the strings of the device at the external cervical os\ne1\te2\tcases\tterm\tEntity-Origin\tthe article does a great job of tying the three procedural cases from last term with larger complex litigation issues\ne1\te2\tmix\tpans\tEntity-Destination\twe all worked together to mix the ingredients, poured the mix into the two cake pans and put them into the oven\ne1\te2\tlungs\tferrets\tComponent-Whole\tan increased expression of cyclin d1 was seen in our experiments in the lungs of the ferrets supplemented with high dose beta-carotene\ne1\te2\tgerbil\tthreat\tEntity-Origin\tin this panel the gerbil runs away from the threat\ne1\te2\tairstrike\texplosions\tCause-Effect\tthe airstrike also resulted in several secondary explosions, leading marines at the site to suspect that the house may have contained homemade bombs\ne1\te2\tkeel\tship\tComponent-Whole\tthe keel acts as the backbone of the ship\ne1\te2\tbarrages\tenergy\tOther\tbarrages make use of the potential energy in the difference in height (or head) between high and low tides\ne1\te2\tprotocol\timplementation\tOther\tin accordance with the provisions of the interim agreement both parties agreed on this protocol for the implementation of the redeployment in hebron\ne1\te2\tconflict\twastewater\tCause-Effect_reversed\tthe third conflict has been caused by the highly polluted wastewater from the industrial park around the town of kemalpasha\ne1\te2\treport\tcommission\tProduct-Producer\ta report by the commission forecasts that revenues of the nation's post and telecommunications sector will grow 22.4% year-on-year to 60 trillion dong ($3.75b) this year\ne1\te2\tcar\tengine\tComponent-Whole_reversed\tthe competitor car achieved the top fuel efficiency using a small internal combustion engine\ne1\te2\tdriver\tkeys\tInstrument-Agency_reversed\ta port st. lucie man who stole a delivery driver's keys to get back at him over a grudge has been arrested on felony burglary charges\ne1\te2\tbook\tphases\tMessage-Topic\tthe book takes into account various phases of the life of the muhammad\ne1\te2\tspam\tclients\tEntity-Destination\the has just sent spam to the clients\ne1\te2\tplum\tsyrup\tEntity-Origin_reversed\tpanna cotta was average, except for the plum syrup was a bit overpowering\ne1\te2\tnews\tstatement\tMessage-Topic_reversed\tthe london-based law firm broke the news in a brief statement on tottenham's official website\ne1\te2\tdamage\ttornado\tCause-Effect_reversed\tthe fujita scale is used to rate the intensity of a tornado by examining the damage caused by the tornado after it has passed over a man-made structure\ne1\te2\tfriend\tsurfer\tEntity-Destination\tlast night, my friend ran into a legendary surfer at a bar\ne1\te2\tsong\thypocrisy\tMessage-Topic\tthe song basically criticizes the hypocrisy and lack of care from politicians\ne1\te2\thorse\thoof\tComponent-Whole_reversed\tevery three to five weeks due to the growth of the horse's hoof, the shoe is removed and the hoof trimmed\ne1\te2\tdownturn\tpeople\tOther\tas the downturn has made people more frugal, landfill volumes have dropped\ne1\te2\tmotives\ttrial\tEntity-Destination\tthe prosecution seeks to enter motives into gibbs trial\ne1\te2\tcompeers\tprofession\tOther\ttodd was quite as much on a level with his compeers of the profession, in that country, as was marmaduke with his brethren on the bench\ne1\te2\tcitizen\tbattles\tOther\tthe new corporate citizen has landed into legal battles\ne1\te2\ttopics\tsong\tMessage-Topic_reversed\tseveral topics were related through song\ne1\te2\trookery\tseals\tMember-Collection_reversed\tthe largest breeding rookery of grey seals is on the monach isles, west of benbecula\ne1\te2\tnovel\tforces\tOther\tthe film trilogy has contributed to a dumbing down of the reception of the novel by the forces of mass-commercialization\ne1\te2\tcar\triver\tEntity-Destination\ta car went into the river with a man and a baby inside\ne1\te2\tnews\trights issues\tMessage-Topic\twe are happy to relay the news that the various rights issues have been resolved\ne1\te2\tteam\tram\tInstrument-Agency_reversed\tthe swat team breaks open a 2nd-floor door with a battering ram\ne1\te2\tbuilder\tcenotaphs\tProduct-Producer_reversed\tin the foreground a large upright stone, carved in roman capitals, still exhibits the name of a builder of mausoleums and cenotaphs\ne1\te2\tsong\tband\tProduct-Producer\tit became the third song by the band to enter the top 5 of the uk singles chart\ne1\te2\thead\tpolitical party\tMember-Collection\tthe head of the political party that wins the most seats is responsible for forming the government and thereby becomes the prime minister\ne1\te2\tleaves\tstreet\tEntity-Destination\tthese gardeners blew the leaves into the street\ne1\te2\tbook\tcatalogues\tMember-Collection_reversed\tthese pages are intended to assist you in accessing belgian library book catalogues over the internet\ne1\te2\tman\twater\tOther\ta man from oxford with leprosy for more than 20 years was cured by the water\ne1\te2\tstory\texistence\tMessage-Topic\tthe new york times printed a story alleging the existence of a classified military space shuttle\ne1\te2\tbrain\tjar\tContent-Container\tthe man's brain was in a jar on my desk, but for all i know he could be out practicing law somewhere\ne1\te2\tstand\tflamingos\tMember-Collection_reversed\tthere's a stand of pink flamingos just beyond the mudflats, where the brochure warns people not to venture\ne1\te2\thair loss\tstress\tCause-Effect_reversed\tthis is one of the more common causes of hair loss caused by stress and when you are losing hair because of this your hair stops growing and lies dormant\ne1\te2\tnation\tmourning\tOther\this tragic ordeal has thrown our nation into mourning\ne1\te2\tfilm\tcadaver\tMessage-Topic\tthe film revolves around a cadaver who seems to bring misfortune on those who come in contact with it\ne1\te2\tlitter\tlitter box\tContent-Container\the changed the litter in his pet's litter box\ne1\te2\tnews\tagreement\tMessage-Topic\ti welcome the news that a comprehensive agreement on bananas has now been reached\ne1\te2\tstem\tplant\tComponent-Whole\tthe stem of the plant is used for making mats for floor covering as well as decoration\ne1\te2\tgrandstand\tconcourse\tOther\tthe grandstand completes the concourse around the ground, and it will increase seating capacity to where it should be\ne1\te2\tspreads\tbook\tEntity-Origin\ttwelve double-page spreads from the book are enlarged and reproduced for hanging with the exhibit to illustrate some of the techniques used in the creation of the work in the exhibit\ne1\te2\theroes\tmovies\tEntity-Origin\tthe heroes from our past movies are back and and they now have to compete in mortal kombat to save their friends from certain doom\ne1\te2\tpetition\tgovernor\tEntity-Destination\tthe construction workers delivered the petition to the governor\ne1\te2\tteam\tjungle\tEntity-Destination\tthe research team is going into the deep jungle in the amazon\ne1\te2\tstaff\tpeople\tEntity-Destination\tour staff has approached many people for the product survey\ne1\te2\tgrandfather\tstory\tProduct-Producer_reversed\tmy grandfather reveals some of his ancestors by telling a humorous family story\ne1\te2\trunning\tshoes\tOther\tcompared to running barefoot, running in conventional running shoes increases stress on the knee joints up to 38%\ne1\te2\tpilot\tkit\tInstrument-Agency_reversed\tfor example, the photo at the top of the page shows a pilot's emergency kit with a watch type compass included\ne1\te2\tchurch\tsteps\tComponent-Whole_reversed\tat the bottom of the church steps were three brown parishioners; two more were perched precariously on the railing of the deck\ne1\te2\tactivation\tsource\tOther\tthe meon activation was done with a light source by bouncing, splitting, and changing the color of the beams\ne1\te2\tlabor\tbuilding\tProduct-Producer_reversed\tthe county commissioners had deeded the district an acre of land, and volunteer labor had put up a building\ne1\te2\treport\tagreement\tMessage-Topic\ti read the report from somalia on the agreement reached by faction leaders on the form of a future government that has been warmly welcomed\ne1\te2\theart\tartist\tProduct-Producer\tthere is a rubbery silicone heart, created by an american artist for a whispered 5,000, pounds for exploring 3d visualisation and ways of removing tremor\ne1\te2\tleather\tcraftsman\tOther\tthis forum is dedicated to the late lou alessi, a devoted leather craftsman and an all around gentleman\ne1\te2\tarticle\tdifficulties\tMessage-Topic\tthis article explains the speech and language difficulties pre-school children encounter and how parents and early years workers can help\ne1\te2\twriter\tseries\tProduct-Producer_reversed\ttributes have been paid to the writer who created goodness gracious me, the hit bbc television series\ne1\te2\tcartload\tfirewood\tOther\ti used it to pay for a cartload of firewood i bought from a peasant\ne1\te2\tcolors\tdispersion\tCause-Effect_reversed\tthe colors of the rainbow are caused by the dispersion of light as it passes through a prism\ne1\te2\tdiscussion\tviolence\tMessage-Topic\ta panel discussion focusing on issues such as domestic violence and fearful relationships was held at the university of rio grande\ne1\te2\thandset\tmanufacturer\tProduct-Producer\tthe phones announced by vodafone yesterday continue the trend of putting the operator's brand ahead of the handset manufacturer's\ne1\te2\tposition\tcanon law\tMessage-Topic_reversed\tthe position of the catholic church on the matter is defined in canon law\ne1\te2\tclutch\tconferences\tMember-Collection_reversed\thaving completed my clutch of conferences for the time being at least, i'm back in the office today ploughing through the usual pile of emails that always accompany any period of absence from the computer\ne1\te2\tphoto\tframe\tContent-Container\twe bought this photo frame for the mother in law and after putting pics on it i was so pleased with it i went back and bought another for my mum\ne1\te2\tfinger\tcan\tContent-Container\ta human finger was found in a can of menudo soup\ne1\te2\tshipments\tstock\tEntity-Destination\tthe shipments have arrived into the stock\ne1\te2\tdoctor\tsphygmomanometer\tInstrument-Agency_reversed\tyour doctor tells your blood pressure by using a sphygmomanometer, which is the instrument for measuring blood pressure\ne1\te2\twheelchairs\tpeople\tEntity-Destination\tthe wheelchair foundation donated wheelchairs to people with physical problems in hundred countries\ne1\te2\ttroupe\tdancers\tMember-Collection_reversed\teichmann's troupe of talented young dancers has presented the classic fairy tale before\ne1\te2\tcitizen\tcorporation\tMember-Collection\tin the case of public corporations every citizen is a member of the corporation\ne1\te2\thostname\tserver\tEntity-Destination\twe sent the hostname to the primary server\ne1\te2\tshell\trod\tContent-Container_reversed\tthe shell encloses a rod having a nickel layer with a phosphorous content\ne1\te2\tmeeting\thour\tOther\tthe meeting started at the obscenely early hour of 8.30 am\ne1\te2\tlove\tsculpture\tMessage-Topic_reversed\tthe themes of love and gaiety were reflected in sculpture, as were elements of nature, curving lines and asymmetry\ne1\te2\tarticles\tpromotion\tMessage-Topic\thowever, only 20 research articles were identified on the topic of health promotion at retirement\ne1\te2\tmeeting\ttrade\tMessage-Topic\tat a recent meeting on the thorny subject of the gas trade between russia and ukraine, russian prime minister vladimir putin said mrs tymoshenko was a woman with whom he could do business\ne1\te2\tpoem\tworker\tProduct-Producer\twhen victor hugo was shown a poem written by a worker, his embarrassed and patronizing response was \"in your fine verse there is something more than fine verse.\ne1\te2\tphalanx\tlawyers\tMember-Collection_reversed\tobama was adapting the tactic to further the bedrock american principle that everyone deserves a phalanx of lawyers\ne1\te2\tdrama series\tteam\tMessage-Topic\tdesperados is a cbbc children's drama series following a wheelchair basketball team\ne1\te2\tliberties\tlaws\tMessage-Topic_reversed\tsince then, other civil liberties have been set out in other constitutional laws\ne1\te2\tdepression\tunemployment\tCause-Effect_reversed\ti won't tell you how much music means now, in these times, when you are battling depression from unemployment\ne1\te2\thuddle\ttents\tMember-Collection_reversed\tbut they lost their child, arife, here, in the muddy, freezing huddle of tents where the survivors eke out a living\ne1\te2\tstone\tgrinding\tOther\tstone grinding flattens the ski base, removes burnt and damaged base material and provides important micro-structure\ne1\te2\tcoffin\tfuneral\tOther\tthe boy's coffin is carried to the funeral by his uncles\ne1\te2\tcontroversy\ttickets\tMessage-Topic\tthe shows were marred by some controversy in regard to tickets\ne1\te2\texcursions\tharbour\tOther\twe sailed to neptune's grotto on one of the boat excursions from the harbour\ne1\te2\tcoffee\tcup\tContent-Container\tthe coffee we got was in a cup the size of a thimble, and it was so strong\ne1\te2\tdocument\tdiversity\tMessage-Topic\tthis document looks at the diversity of arts and creativity in rural england, and the key role that the arts play in rural regeneration\ne1\te2\topening\tcask\tOther\ta latching device removably secures and sealingly engages a closure around an opening in a cask\ne1\te2\tfamily\ttaxi\tInstrument-Agency_reversed\tansari allegdely bombed jhaveri bazaar and the family took the taxi to the gateway of india\ne1\te2\tsong\tmp player\tEntity-Destination\trythmbox moves the song into the mp player\ne1\te2\tbody\tcart\tContent-Container\tthere is a reward for information leading to the killer of a man whose dismembered body was found in a shopping cart\ne1\te2\ttoy\ttrash\tContent-Container_reversed\tcat toy was filled with trash\ne1\te2\ttransport\tmechanism\tOther\tactive transport is a mechanism evolved to mediate traffic across cellular membranes\ne1\te2\tsouffle\tclouds\tOther\twhite souffle of clouds were strolling along the sky\ne1\te2\tfirm\taccountants\tMember-Collection_reversed\tits reputation as an efficient firm of accountants has grown and has attracted a large number of companies\ne1\te2\tbone\tcell\tComponent-Whole_reversed\tbone is built up of many cell types and so far we have only investigated human osteoblasts\ne1\te2\tmoney\tenvelopes\tContent-Container\tthe money was stored in red envelopes with chinese writing\ne1\te2\tcluster\tcomputers\tMember-Collection_reversed\tthis machine is a cluster of 3240 computers, each with 40 processing cores and includes both amd and cell processors\ne1\te2\tquestion\tannouncement\tMessage-Topic\ta question was raised in regard to the public announcement of the names of the three finalists\ne1\te2\trelationships\tseries\tMessage-Topic_reversed\trelationships between humans of different races have been depicted in more modern series\ne1\te2\tfuel\tbunker\tContent-Container\tthe cost of fuel delivered in a vessel bunker is always high\ne1\te2\tphagocytes\tnanoparticles\tOther\tthe difference, though, is that this research targeted the phagocytes with the polymer nanoparticles, and not the cancer cells themselves\ne1\te2\tcollision\tcrashes\tCause-Effect\tthe collision resulted in two more crashes in the intersection, including a central concrete truck that was about to turn left onto college ave\ne1\te2\telectricians\tohmmeters\tInstrument-Agency_reversed\tafter they finish wiring, electricians use ohmmeters, voltmeters, and oscilloscopes to measure the amount of electricity running through the system\ne1\te2\thorde\tmen\tMember-Collection_reversed\tfrom the city the red warriors were rushing toward us, and from the jungle the savage horde of green men were coming to meet them\ne1\te2\tearphones\tcord\tComponent-Whole_reversed\tthese earphones have a short cord so as not to get tangled up or create drag while submerged in water\ne1\te2\tpain\tstrains\tCause-Effect_reversed\ta good neck support pillow can be used while you are sleeping to remedy the neck pain which has been caused by the stresses and strains of your daily routine\ne1\te2\tyeast\tbeer\tOther\tthe yeast is an ingredient for making beer\ne1\te2\tboat\tharbour\tEntity-Origin\tas the boat sailed away from the harbour one of the crew felt increasingly uneasy about some of the signs he observed\ne1\te2\tplayer\tstring\tInstrument-Agency_reversed\ton instruments with stoppable strings, such as the violin or guitar, the player shortens the vibrating length of the string\ne1\te2\tanecdotes\tworkers\tProduct-Producer\tpersonal anecdotes gathered in oral interviews with rural workers and their allies add a compelling human element to the book\ne1\te2\tmovie\tsheep\tMessage-Topic\tthe movie featured a mutated sheep as the titular monster, which grew larger throughout the movie, until it exploded in the climactic scene\ne1\te2\tbrains\tdish\tEntity-Destination\tthe mice brains were removed into a 35mm dish\ne1\te2\tstorm\ttown\tEntity-Destination\ta heavy storm is moving into the town\ne1\te2\tstories\tbook\tMember-Collection\tcarolyn cooke's stories have been featured in the book\ne1\te2\tcommittee\tcommission\tOther\ta committee assists the commission with the implementation of the programme\ne1\te2\tribs\tumbrella\tComponent-Whole\tthe ribs are reinforced with metal tips, to which the fabric of the umbrella is sewn\ne1\te2\tblazes\ttrail\tOther\tthe yellow blazes denote the trail\ne1\te2\tdamage\tbullet\tCause-Effect_reversed\tthe damage caused by a bullet depends on the amount of energy which it transfers to the tissues\ne1\te2\tmusician\talbum\tProduct-Producer_reversed\ta musician who has written an album describing suicide bombers has said he is prepared to be imprisoned under new anti-terrorism legislation\ne1\te2\tfiles\tsoftware\tEntity-Destination\ti'm importing old document files into the new software\ne1\te2\tswans\tregions\tEntity-Destination\talready in recent years, iowa-raised swans have migrated into regions in illinois near savanna where they have had a successful nesting\ne1\te2\tneuralgia\theadache\tCause-Effect\tneuralgia (tn) is the most common cause of chronic sinusitis headache\ne1\te2\twriter\tstoryboard\tProduct-Producer_reversed\tcertainly it did to the writer at ad agency saatchi's who pencilled up a storyboard showing a landcruiser emerging from the far side of the world\ne1\te2\tbibliometrics\tresearch evaluation\tOther\tbibliometrics is an increasingly important tool for research evaluation\ne1\te2\tconcerns\tcases\tOther\tthere are serious legal concerns in relation to cases of this kind and these are the factors we have to bear in mind when deciding what we publish or broadcast\ne1\te2\tbrick\tmason\tInstrument-Agency\ta brick mason is able to use these materials with hand tools and is able to mix the correct mortar to hold it all together\ne1\te2\tdamage\tearthquake\tCause-Effect_reversed\tthe distribution of the damage caused by the earthquake in valdivia in relation to the form of the terrane\ne1\te2\tfeet\tfloor\tEntity-Destination\tmy feet have sunk into the floor\ne1\te2\taunt\tcare\tOther\tmy aunt has been put into care suffering with memory loss\ne1\te2\tturtles\tshells\tEntity-Origin\tafter recovery, three rescued turtles come out of their shells\ne1\te2\tdishwasher\tcontrols\tComponent-Whole_reversed\tthis dishwasher has simple, straightforward electronic controls\ne1\te2\tstudent\tsolution\tProduct-Producer_reversed\tin the 1960s, a university of wisconsin graduate student named thomas crocker came up with a novel solution for environmental problems\ne1\te2\tarm\tpatient\tComponent-Whole\tthis test is performed with the patient sitting or standing and with the examiner holding the arm of the patient flexed to 90 degrees\ne1\te2\tfirst part\ttechniques\tMessage-Topic\tthe first part gives an introduction to safety techniques, where risk analysis plays an important part\ne1\te2\tflower\tcord\tOther\tthe rainbow flower was made with spool knitted cord on a flower loom\ne1\te2\tevacuation\twar\tOther\talthough he initially returns to his wife and children, when they return from evacuation after the war, pavel now sees his wife as cloying and bourgeois\ne1\te2\tpencil\tpoint\tComponent-Whole_reversed\tpalomino-kum long point pencil sharpener makes a long pencil point in 2 steps, first sharpening the wood and then precision sharpening the graphite point\ne1\te2\tcadets\ttraining\tEntity-Origin\tthe cadets departed from training with smiles on their faces as they made the journey back to their schools\ne1\te2\tchunks\tairplane\tEntity-Origin\tthe ice chunks fell from an airplane\ne1\te2\tstrings\tcello\tComponent-Whole\tsounds of trumpets, bagpipes, and church organ all appear from the strings of the cello\ne1\te2\ttext\tmaterial\tOther\tthe text handles all of this material well, integrating it into the flow of the argument\ne1\te2\tcouple\twaters\tOther\ta couple embraced next to vehicles piled up by flood waters in tlalnepantla, mexico\ne1\te2\tair\tmouthpiece\tEntity-Destination\tthe air is blown into the mouthpiece\ne1\te2\tassociations\treceiverships\tInstrument-Agency_reversed\tcondo associations are turning to receiverships to collect rent on foreclosed units\ne1\te2\tcrisis\tboss\tOther\tthe first i heard of the crisis was from my boss\ne1\te2\tscholarship\tstudent\tEntity-Destination\tthis scholarship was awarded to an outstanding student for recognizing her academic excellence\ne1\te2\tmisinterpretation\tword\tCause-Effect_reversed\tthe misinterpretation has been caused by the italian word for vacuum tubes, which is valvole (or tubi a vuoto)\ne1\te2\tdamage\tbombing\tCause-Effect_reversed\tthe current iraqi government is seeking financial compensation from israel for the damage caused by the bombing of the osirak nuclear reactor in 1981\ne1\te2\tdeath\ttsunami\tCause-Effect_reversed\tthe sheer scale of the death and destruction caused by the 2004 boxing day tsunami is impossible to fathom, even five years on\ne1\te2\tsatisfaction\tplaying\tCause-Effect_reversed\tas a guitarist i get so much satisfaction from the playing and performing of music\ne1\te2\tbackpage\tnews paper\tComponent-Whole\tshe guessed the backpage of the news paper, and she won\ne1\te2\tteam\tteam\tOther\tthe mccain team has hastily assembled a team of former bush white house aides to tutor the vice-presidential candidate\ne1\te2\tpotato\tstarch\tEntity-Origin_reversed\tpotato starch tolerates higher temperatures than cornstarch when used as a thickener\ne1\te2\tleakage\tperson\tCause-Effect_reversed\tin this paper, we propose a web-based system for prevention of the confidential information leakage caused by the person who is authorized to access\ne1\te2\tinvestments\tcentury\tEntity-Destination\tthe inquiry takes the investments into the 21st century\ne1\te2\tparticle\tbath\tEntity-Origin\tthe time to the arrival of the first brownian particle from an equilibrated continuumbath to an absorbing sphere was shown by bordewijk in 1975\ne1\te2\tbottle\twater\tContent-Container_reversed\tbut the man had a bottle with water in it inside the bag, and it was not accidental\ne1\te2\tlane\troad\tComponent-Whole\ttransport authorities in the western cape have warned of hefty fines for motorists who ignore dedicated lane for buses and minibus taxis on the road\ne1\te2\tindustries\teconomies\tEntity-Destination\tin effect, rich countries have exported dirty industries to emerging economies\ne1\te2\tcongregation\tplovers\tMember-Collection_reversed\ta congregation of plovers is nesting in the field behind the church\ne1\te2\tsensor\twinding\tComponent-Whole_reversed\tthe sensor has a coil winding in the shell of the cylinder\ne1\te2\tmicrocracks\tstress\tCause-Effect\tclinically, microcracks cause stress or fragility fractures\ne1\te2\tbody\tcoffin\tEntity-Destination\tthe body that was removed for an autopsy was placed in a lead coffin, which was put inside a wooden case\ne1\te2\tcrock pot\thams\tContent-Container_reversed\tin a large oval crock pot i've had some hams that can fit in whole\ne1\te2\tpaper\tdiscovery\tMessage-Topic\this paper narrated the discovery chronologically\ne1\te2\tlane\troad\tComponent-Whole\tthere is a curb between the sidewalk and the shared bus and bike lane on the road\ne1\te2\trouleau\tcells\tComponent-Whole_reversed\twe study the influence of an external electromagnetic field of 1.8 ghz in the formation or disaggregation of long rouleau of identical erythrocyte cells\ne1\te2\tmobile phone\ttoilet\tEntity-Destination\ti accidentally dropped my mobile phone into the toilet\ne1\te2\thusband\tleg\tInstrument-Agency_reversed\ther husband copes well with his handicap in using a wooden leg\ne1\te2\tsearch\tscales\tOther\tthe search for the coefficients started at the higher scales (lower frequency) since there were fewer wtmm at higher scales\ne1\te2\tbook\twriter\tOther\tan academic book has been reviewed by a fiction writer, who complained the book is \"academic\"\ne1\te2\thandgrip\tmicrometer\tComponent-Whole\tthe handgrip of the micrometer has a circumference of exactly 2 in., so that lateral movement of. 1 in. results in the expulsion of 0.005 ml. of fluid\ne1\te2\tcreations\tchef\tProduct-Producer\tthe food here is outstanding, thanks to the expertly crafted culinary creations of the head chef\ne1\te2\tcylinder\tengine\tComponent-Whole\tunit direct injection also injects fuel directly into the cylinder of the engine\ne1\te2\tsquirrel\tgroup\tEntity-Origin\ta gray squirrel runs away from a group of mushrooms\ne1\te2\tshoe\tlaces\tComponent-Whole_reversed\tmy shoe laces stay tied all the time\ne1\te2\tland\triver\tOther\tthe land uprises from the river to the hills\ne1\te2\tmovement\tmoles\tMember-Collection_reversed\tearly and recent pictures had to be perfectly aligned, allowing them to track the movement of moles, wrinkles and other facial landmarks\ne1\te2\tbasis\tpopulation\tOther\tthe elections to the minority seats are held on separate electorate basis consisting of non-muslim population of the country under the same general procedures as those for the muslim seats and at the same time\ne1\te2\taunt\thealth\tOther\tunfortunately, my aunt fell into bad health throughout the year\ne1\te2\thand\tgestures\tOther\tin 2006 we reported on a robotic hand that formed rock, paper, scissors gestures by reading a human subject's mind via an mri scanner\ne1\te2\tplane crash\tnovel\tMessage-Topic_reversed\ta plane crash is the first event in that adventure novel\ne1\te2\tsystem\tmodules\tComponent-Whole_reversed\tsince the system is built up of many modules, each weighing less than 16kg, it can be easily transported and installed\ne1\te2\tfear\tstab\tCause-Effect_reversed\tfinally, slone's fear of aids and the mental distress she suffered from this fear were caused by the needle stab\ne1\te2\treforms\tchanges\tMessage-Topic\tthe majority of the announced reforms had to do with changes in allocation mechanisms\ne1\te2\tcommentator\tobscenity\tProduct-Producer_reversed\tthe outspoken cricket commentator's obscenity as south africa lost their sixth wicket was heard by listeners\ne1\te2\tspindle\tareometer\tComponent-Whole\tthe glass spindle of the areometer (see figure 2.3.39) is immersed in the liquid under analysis\ne1\te2\tchapel\tmanor house\tComponent-Whole\tthe chapel in the manor house was dedicated to the nowadays somewhat obscure st blaise\ne1\te2\toven\tplug\tComponent-Whole_reversed\tthe outlet has the single l-shaped prong for the dryer, but the oven has the standard 3-prong flat plug\ne1\te2\tbag\tsecure locker\tContent-Container\tthe bag was contained in a secure locker inside the security office\ne1\te2\tporch\tqueen\tProduct-Producer\tthese temple excavations at luxor discovered a \"porch of drunkenness\" built onto the temple by the queen hatshepsut, during the height of her twenty year reign\ne1\te2\ttopic\tdiscussion\tOther\tone topic that came up in the discussion with the audience was the future of news\ne1\te2\tlychee\tnote\tOther\tthe lychee stuffed in the meat stirs the palate with a resonating note of citrus while the elusive taste of the lotus leaves fades\ne1\te2\tanswer\triddle\tEntity-Origin\tthe answer metaphorically popped out of the riddle in words\ne1\te2\tscum\tstripes\tOther\to'reilly drew yet more ire from think progress smear artists christy harvey and judd legum by pointing out an obvious truth, that the internet gives scum of various stripes support and encouragement by linking them up with like minded cretin\ne1\te2\tdance\tcompany\tOther\twe dissect the body of people who make up a dance company, offering an insight into the roles and responsibilities involved in running a successful company\ne1\te2\tbrotherhood\tkings\tMember-Collection_reversed\tthe boy ends up having to find a second and third pendant in order to save his family, following clues left by the followers of an ancient brotherhood of four forgotten british kings\ne1\te2\tprisoner\tdetention\tEntity-Origin\ta saudi prisoner escaped an american detention in the desert\ne1\te2\tgrasshoppers\tburrow\tProduct-Producer_reversed\tit is used by the grasshoppers to force a burrow in the earth to receive the eggs\ne1\te2\tsuffering\tembargo\tCause-Effect_reversed\tthe suffering caused by the embargo is sometimes reported here as well\ne1\te2\tmedallion\tpouch\tEntity-Destination\tone young pilot placed the medallion in a small leather pouch that he wore about his neck\ne1\te2\tneedles\tpacks\tEntity-Destination\tthe company inserted needles into small lunch-size pork packs\ne1\te2\tsculpture\tcraftsmen\tProduct-Producer\talso, a small carved wooden sculpture of a rhinoceros was made by craftsmen in africa\ne1\te2\tattacker\tinstrument\tInstrument-Agency_reversed\tshe had struggled violently with her attacker, who killed her with a blunt instrument\ne1\te2\tplants\trooms\tEntity-Destination\tplants from the tissue culture laboratory were brought into plant growth rooms\ne1\te2\tcompany\tversion\tOther\tthe company has mocked up a version of youtube built around the html5 video tag, playing mini-movies inside a browser sans plug-ins\ne1\te2\tstudents\tdrawing\tProduct-Producer_reversed\tthe students had decorated the blackboard with a drawing of a young woman and a bright yellow moon\ne1\te2\toffers\tcatalog\tEntity-Destination\tthe offers have been placed into our catalog\ne1\te2\theart\tcasket\tEntity-Destination\tdouglas obeyed the king, and the heart was enclosed in a silver casket\ne1\te2\tbody\tbin\tContent-Container\tthe body of 52-year-old patrick mccormack was hidden in a bin in the walk-in freezer at the back of a fish shop in galway after he was killed by a criminal associate\ne1\te2\texport\tcompany\tOther\tthis export company is involved in sourcing various manufacturing commodities and exporting these products to different countries around the world\ne1\te2\thyperlink\tfield\tEntity-Destination\tthe first hyperlink in the post was inserted into a custom field\ne1\te2\taid\tareas\tEntity-Destination\tfor once, the aid is flowing into the areas destroyed by the typhoon\ne1\te2\tcriminal\tjail\tEntity-Origin\tthe criminal just got out of jail from a mutli-million dollar fraud involving his old company\ne1\te2\tarm\tgovernment\tComponent-Whole\tthe maritime administration of latvia is the arm of the government, under the ministry of transport, which has the overall responsibility for overseeing maritime concerns\ne1\te2\tnuclear energy\tpollution\tCause-Effect\teven nuclear energy is among the causes of water pollution\ne1\te2\twindshield\tcockpit\tComponent-Whole\tthe windshield of the cockpit is much like other windshields except for a few things, laser sensors on the plane find other planes within a 45 mile radius\ne1\te2\tanger\tabuse\tCause-Effect_reversed\tsorace was unaware that her anger was caused by the abuse\ne1\te2\tpaper\tdesk drawer\tContent-Container\tthen i remembered--my paper was in the desk drawer\ne1\te2\tentrance\teast\tOther\tthe entrance to the temple was originally from the east, near the southeastern corner and decorated with twin monolithic limestone pillars colored red and bearing on the exterior side vertical hieroglyphic inscriptions in sunk relief with the queen's titulary, name and depiction\ne1\te2\tdebt\tstress\tCause-Effect\tas people discovered that debt and overconsumption cause stress to families, the planet, and each of us, many turned instead to friends\ne1\te2\thall\tarrangement\tOther\tthe hall has a 'vineyard-style' seating arrangement similar to that of walt disney hall, in los angeles; here the audience will be arrayed on raised terraces surrounding an orchestra platform\ne1\te2\tterrorists\tjail\tEntity-Origin\tthey were prosecuted and sentenced to death by court but, last year 2007 all the five terrorists broke away from a security high-alert jail in quetta\ne1\te2\tadvertising\tselections\tMessage-Topic\twe use newspaper advertising primarily to inform customers about new selections available\ne1\te2\tleaflet\tqualities\tMessage-Topic\ttherefore, we have made a new 8-page leaflet informing about all the qualities of our large range of pressure filters\ne1\te2\tsoldiers\tcamp\tEntity-Destination\tthe newly recruited soldiers arrived to the training camp\ne1\te2\thaul\tfish\tOther\tan artificial coral reef sunk off phuket's karon beach two years ago is thought to be responsible for a bumper haul of fish caught by local fishermen earlier this month\ne1\te2\tquilts\tcousin\tProduct-Producer\tthe first exhibition featured seven quilts by loretta pettway, arlonzia pettway's first cousin\ne1\te2\tchivalry\twarrior-knights\tOther\tthe nobility, honor, and chivalry of the warrior-knights of medieval europe disappeared with modern warfare's machine guns, tanks, and nuclear bombs\ne1\te2\tcomment\tmayor\tProduct-Producer\tthe shrinkage debate suddenly gained prominence last month with a blunt comment by the acting mayor\ne1\te2\tstrike\tdeath\tCause-Effect\tthe drone strike that resulted in the death of pakistan's most wanted terrorist is believed to be a result of deliberately planted false intelligence, sources in south waziristan have confirmed\ne1\te2\trig\tdrilling\tOther\tnido petroleum hires rig for drilling\ne1\te2\talbum\tsinger\tProduct-Producer\tit is the final album completed by the singer and released in her lifetime\ne1\te2\tfear\tpower\tCause-Effect_reversed\tthe idea of roman expansion into north africa started with the fear and jealousy caused by the great economic power of carthage\ne1\te2\tmoney\tsafe\tContent-Container\tthe money was locked in a safe on the premises, but it was on a timelock and would not have opened until 9am\ne1\te2\tstudents\tcrops\tOther\tstudents of mozambique planted the first crops\ne1\te2\tjam\ttrucks\tMember-Collection_reversed\ti realized then that the jam of trucks at the gate probably belonged to his young charges\ne1\te2\ttides\tgravitational pull\tCause-Effect_reversed\ttides are caused by the gravitational pull of the moon and sun, and the rotation of the earth\ne1\te2\tstreaks\tparticles\tCause-Effect_reversed\tthe dramatic streaks we see in the sky are caused by particles that incinerate before they hit the ground\ne1\te2\tchanges\tsub-committee\tMessage-Topic_reversed\tchanges to the regulations have been discussed in cabinet sub-committee\ne1\te2\tanimations\tversion\tEntity-Destination\tanimations are exported to the new adobe version\ne1\te2\treflux\tmouth\tEntity-Origin\the removed the recurring acid reflux in the mouth\ne1\te2\tdust\talarm\tCause-Effect\tthe dust from the extinguishers set off the alarm\ne1\te2\tphotoreceptors\tretina\tComponent-Whole\tthe small photoreceptors of the retina (the inner surface at the back of the eye) sense light and transmit impulses to the optic nerve\ne1\te2\tbacteria\tsickness\tCause-Effect\tthe drug has a low half-life that makes it ideal for killing of the susceptible bacteria responsible for sleeping sickness\ne1\te2\ttypes\tsections\tMessage-Topic_reversed\tthree types of gesture features have been introduced in previous sections\ne1\te2\tgun\tbox\tContent-Container\tshe indicated to the deputy sheriff that a gun was in a box in her bedroom\ne1\te2\tpain\tindigestion\tCause-Effect_reversed\tthe pain from an ulcer is usually more severe than pain from indigestion, often gnawing in nature, it sometimes goes through to the back\ne1\te2\tword\tnoun\tEntity-Origin\ttechnically an adjective, the word is derived from a noun meaning \"force,\" \"power,\" or \"cause.\ne1\te2\tremote\tdesk\tContent-Container\twell my husband was still in the shower and the remote was in the desk in the back room\ne1\te2\tcells\ttissues\tEntity-Destination\tthe cells migrated into the inflammatory tissues\ne1\te2\tdrove\thogs\tMember-Collection_reversed\tthis is a typical barnyard scene, showing the farmer feeding a drove of hogs\ne1\te2\tborrowers\ttroubles\tOther\tborrowers fall into financial troubles, but lenders have several ways to help\ne1\te2\tjoy\teating\tCause-Effect_reversed\tthe kids get great joy from eating the tomatoes right off the vine\ne1\te2\tmen\tstore\tOther\tthree men spent the afternoon inside a record store listening to an obscure band\ne1\te2\tfarmer\ttractor\tInstrument-Agency_reversed\tthe farmer ploughed the fields with this 2-piece farm tractor\ne1\te2\tstroke\tdeath\tCause-Effect\tstroke is one of the leading causes of death, long-term disability, and hospital admission in the industrialized world\ne1\te2\tpraise\tclassics\tOther\tin praise of these beautiful classics we organized 'mekko exhibition' out of diy fashion shoots and nostalgic photos from family albums\ne1\te2\tnewsletter\thappenings\tMessage-Topic\tthe newsletter is published once a fortnight to keep families informed on school happenings\ne1\te2\tmanagement\tfirm\tOther\tthe management of the firm needs information on condition in the market and price elasticity of demand\ne1\te2\tmachine\tdictators\tOther\tthe propaganda machine tells us about these tin-pot dictators, which are the greatest threat to the world\ne1\te2\tplant\tstorage unit\tEntity-Origin\tthe plant grows from an underground storage unit called a corm\ne1\te2\tpoppy\tcodeine\tEntity-Origin_reversed\tthe opium poppy, papaver somniferum, is the source of the narcotic analgesics codeine and morphine, which accumulate in specialized internal secretory cells\ne1\te2\tdefendant\taffidavit\tProduct-Producer_reversed\tin march 1995 the defendant swore an affidavit in which he referred to sales of parts of the farm land and an offer for the wareham property\ne1\te2\tflicker\tcandles\tCause-Effect_reversed\ti still shiver as i remember trying to page through economics texts by the flicker from candles while clad in overcoat, scarf, and little knitted gloves with the fingertips cut off, in the 4 p.m\ne1\te2\tpain\ttorment\tCause-Effect_reversed\tthe worst pain of all was caused by the torment to her head which was like the pain of thorns pressing into her\ne1\te2\tdirector\tcompany\tOther\tthe director of the company in its inaugural year was george ogilvie\ne1\te2\tdiscomfort\tbraces\tCause-Effect_reversed\toverall, discomfort from braces is typically short in duration and easily managed\ne1\te2\tplaywright\tdirections\tInstrument-Agency_reversed\tthe playwright creates tension using many stage directions\ne1\te2\tcommunity\tpositions\tEntity-Origin\tthe community was eluded from positions of power as a result of a deal made by the sunni arab minority and the british \"imperialists\" who had carved iraq out of the moribund ottoman empire in the wake of world war i\ne1\te2\tflour\tsacks\tEntity-Destination\teverything from flour to coffee beans to spices were neatly labelled in cannisters and, through a viewing window, a young girl poured flour into hessian sacks\ne1\te2\tlocomotive\ttrain\tComponent-Whole\tthe lead locomotive of the train had a video camera that recorded the view in front of the train\ne1\te2\tbody\tsuitcase\tContent-Container\this body was in a suitcase which had been dumped in a duck pond\ne1\te2\tboy\tcradle\tEntity-Destination\tpaul bunyan's parents took the boy and put him in a cradle out in the ocean\ne1\te2\tfactory\tglass\tProduct-Producer_reversed\ta major product of the factory was decorative quarry glass which was mass-produced by moulding and printing, rather than hand-cutting and painting\ne1\te2\tear\tcanal\tComponent-Whole_reversed\tafter sound waves enter the outer ear, they travel through the ear canal and make their way to the middle ear\ne1\te2\twork\tgalleries\tOther\the is a russian artist whose work has been shown in various galleries across the world\ne1\te2\tproperty\tdeveloper\tProduct-Producer\ta property developer has banned homeowners from keeping cats or dogs to protect birdlife on nearby heathland\ne1\te2\tdistraction\tincident\tCause-Effect\tthe distraction caused by the students, coupled with limited vision down the track, caused the incident to occur\ne1\te2\tlight\tfriend\tCause-Effect_reversed\timmediately a soft glow appeared on her lovely face as the light was radiating from her soft winged friend\ne1\te2\tentrapments\tsuffocation\tCause-Effect\tfour of the entrapments resulted in suffocation: a 7-month-old in gouverneur, n.y.; a 7-month-old in new iberia, la.; a 6-month-old in summersville, w.va.; and a 9-month-old in bronx, n.y\ne1\te2\tglut\tparrs\tOther\tabout nine or ten years ago such a glut of parrs visited that part, that for several weeks it was imposible to dip a pail into the sea without taking some\ne1\te2\tcrush\tfans\tMember-Collection_reversed\tbeatles' peripatetic lifestyle, had quickly become a logistical necessity and a large part of the budget was reputedly spent avoiding the crush of fans\ne1\te2\tmembers\tgangs\tMember-Collection\tsix members of one of mexico's most active drug gangs, including someone accused of being the organization's bookkeeper, were arrested this week\ne1\te2\tsignal\tsine\tOther\tthe produced signal sensitively departs from an ideal sine as the input angle approaches the extremes of the range\ne1\te2\tpie\tfactory\tProduct-Producer\tpork farms is to close its bowyers pork pie factory in trowbridge by april 2008 with the loss of 400 jobs\ne1\te2\tstorms\tlosses\tCause-Effect\tstorms and earthquakes lead to the second-highest losses in insurance history\ne1\te2\tapp\tnewspaper\tEntity-Origin\tan app from local newspaper the manchester evening news has topped the uk palm pre app store sales chart in its first week of release\ne1\te2\tlaws\twar\tMessage-Topic\thowever, there are many universal humanitarian laws applying to war\ne1\te2\tdrivers\ttoothpick\tInstrument-Agency_reversed\trather than call a mobile mechanic, the drivers fixed the hole with a toothpick\ne1\te2\tcross\tsite\tEntity-Origin\tthe base in which it sits hides the damage which occurred when the cross was removed from its initial site on the long tan battlefield\ne1\te2\tassembly\tcover\tComponent-Whole\ta hinge assembly attaches a cover pivotally to a base of an electronic device and has a pivoting leaf and a stationary leaf\ne1\te2\tplantation\tbeans\tComponent-Whole_reversed\ttoward the end of the novel, chike's father, a former slave whose wealth was based, in part, on a large plantation of cocoa beans and coconuts, wakes up one morning to find that all his plants have been cut down\ne1\te2\tseat\tcockpit\tComponent-Whole\ti then widened the opening for the seat in the cockpit tub a tiny bit\ne1\te2\tline\taisle\tOther\tthe viewing line starts in the magic trick aisle\ne1\te2\tlighting\tworks\tMessage-Topic_reversed\twe learned so much about lighting and rendering from these works of art\ne1\te2\tmedicine\tfood\tEntity-Destination\the has added the medicine into the food for his cat\ne1\te2\tdiscussion\tfunction\tMessage-Topic\tdiscussion took place on the function of this committee\ne1\te2\tbottle\tcarton box\tContent-Container\tone bottle of red wine in a carton box costs 6 euro per order unit\ne1\te2\tfish\toil\tEntity-Origin_reversed\tdietary sources of omega-3 fatty acids include fish oil and certain plant/nut oils\ne1\te2\tfume\tirritation\tCause-Effect\tcobalt metal fume and dust cause irritation of the nose and throat\ne1\te2\tflame\tpyre\tEntity-Origin\tnow a faint and lonely flame uprises from the pyre\ne1\te2\ttreadmill\tspace station\tEntity-Destination\tthe stephen colbert treadmill has been installed in the international space station\ne1\te2\tghostwriters\tbooks\tProduct-Producer_reversed\tthe purported author of the nancy drew mystery series, \"carolyn keene\", is actually a pseudonym for a series of ghostwriters who write books in the same style using a template of basic information about the book's characters and their fictional universe\ne1\te2\tgeometry\tstring\tOther\ta single good starting geometry was generated from an input smiles string\ne1\te2\tpistil\tcarpels\tComponent-Whole_reversed\tthe pistil, made up of one or more carpels, encloses an ovary that contains the ovules, or potential seeds\ne1\te2\tgirl\tboy\tEntity-Origin\ti can't help myself crying, especially when the girl went away from the boy in sadness during the boy was in hospital\ne1\te2\tdocument\tfacts\tMessage-Topic\tit is a formal legal document that sets out the facts and legal reasons\ne1\te2\tdocument\tlevels\tMessage-Topic\tthe document established levels of voltage distortion acceptable to the distribution system\ne1\te2\tconcern\teconomy\tOther\tthere is great concern among voters over the economy\ne1\te2\tartist\tcan\tEntity-Destination\tfinally, the escape artist was put inside a locked milk can filled with water at the old town square in fort collins\ne1\te2\tguy\tmap\tInstrument-Agency_reversed\tthe first time, the guy hid the taximeter with a map and tried to get 35 euros instead of 12\ne1\te2\tseniors\tleadership positions\tOther\ttwo seniors in this house have arrived into senior leadership positions\ne1\te2\tanswer\ttrend\tEntity-Origin\tsurely the answer grows partly from the 20th century's long strange trend toward treating children as a separate species\ne1\te2\tvolery\tbirds\tMember-Collection_reversed\tyour writer had a volery of birds in a large aviary in the back yard\ne1\te2\tareas\tcomposition\tOther\tthe two central areas of controversy have to do with composition and titles\ne1\te2\tkindle\trabbits\tMember-Collection_reversed\twhen our american doe gave birth to her first kindle of rabbits we were very excited\ne1\te2\tinvestigation\tallegations\tOther\tthe investigation had to do with allegations of corruption against some democratic officials\ne1\te2\tnose\tman\tComponent-Whole\tblood splattered his boots from the nose of the man\ne1\te2\tshuttles\tspace\tEntity-Destination\tfor 15 years, nasa's shuttles have journeyed into space\ne1\te2\tvaluables\tsafe\tContent-Container\tjewelry and other smaller valuables were locked in a safe or a closet with a deadbolt\ne1\te2\tcadre\tgroups\tMember-Collection_reversed\tcadre of various ethnic groups defied the banda in dharan of sunsari district\ne1\te2\taudience\tkids\tMember-Collection_reversed\tthe cast is appealing because they connect with the audience of young kids and their parents\ne1\te2\tprogramme\thappiness\tMessage-Topic\talso in the programme we consider the subject of happiness\ne1\te2\tmemo\tlineup\tMessage-Topic\tthe internal memo gives details of morgan stanley's new management lineup\ne1\te2\tstudy\tmechanisms\tOther\ta new mechanobiology research centre of excellence (rce) aims to break new ground in the study of diseases through the mechanisms of cell and tissue\ne1\te2\tchildren\tcompetition\tOther\t194 bulgarian children participated in the international school competition\ne1\te2\tcongress\tprovinces\tMember-Collection_reversed\tthe venezuelan declaration of independence is a statement adopted by a congress of venezuelan provinces on july 5, 1811, through which venezuelans took the decisions of breaking away from the spanish crown, establish a new nation based on the premises of the equality of individuals, the abolition of censorship and a dedication to the freedom of expression\ne1\te2\tsword\tblade\tComponent-Whole_reversed\tanother popular military blade was the hyup-do, a heavy, long sword with a curved blade\ne1\te2\trange\tdiagram\tMessage-Topic_reversed\tthis range has also been illustrated in the appended diagram\ne1\te2\tdashboard\tspeedometer\tComponent-Whole_reversed\tthe minimum number of gauges on a passenger car dashboard are the speedometer and the fuel gauge\ne1\te2\ttext\tencyclopedia\tEntity-Origin\teventually britannica put together a cd product with only the text from the encyclopedia on it\ne1\te2\tinformation\temployees\tMessage-Topic\tthe u.s. transportation security administration (tsa) has lost a hard drive containing information about 100,000 former and current employees\ne1\te2\tforum\teighteenth century\tMessage-Topic\tthe swedish society for eighteenth century studies is an interdisciplinary forum for researchers specialized in eighteenth century\ne1\te2\tbrotherhood\tbruisers\tMember-Collection_reversed\tto give the audience the most exciting show possible, this brotherhood of bruisers decides which headlocks to throw in, determines when to do so and discusses the use of various props such as plate-glass windows and staple guns\ne1\te2\tdevastation\twaves\tCause-Effect_reversed\tamateur video has been posted online that shows some of the devastation caused by the tsunami waves\ne1\te2\tnoise regulations\tforce\tOther\tnoise regulations have come into force\ne1\te2\tdesign\tarchitects\tProduct-Producer\tfollowing an international contest for the city's design, a design by the chicago architects walter burley griffin and marion mahony griffin was selected\ne1\te2\toil\trunoff\tEntity-Origin\tmost oil polluting the oceans comes from runoff, rivers, small boats, not tanker spills\ne1\te2\tdesign\tstudent\tProduct-Producer\tin this same paper, a footnote mentioned an op-amp design by a student that turned out to be quite significant\ne1\te2\tcancer\tillness\tCause-Effect\tcancer is the abnormal growth of cells that causes illness in the body\ne1\te2\tdrama\taftermath\tMessage-Topic\trobert redford's historical drama about the aftermath of the assassination of abraham lincoln looks set to get under way\ne1\te2\tserver\tcabinet\tEntity-Destination\tthe size of the hole meant that when the server was put inside the cabinet it was dead easy to put the power and network wires through the hole\ne1\te2\tjeans\ttopstitching\tComponent-Whole_reversed\tjeans have topstitching that is almost impossible to match\ne1\te2\tlegion\tinfantrymen\tMember-Collection_reversed\tin the early years of the monarchy there was only one legion of 3000 infantrymen (front soldiers) and 300 cavalry\ne1\te2\tcompany\tfireman\tProduct-Producer\tamerican firehouse brewing supply, located in arlington/pantego, texas, is a company established by a fireman who has a love of home brewing quality beer\ne1\te2\tfire\tcollision\tCause-Effect_reversed\tthe two trains caught fire after the collision and were burned\ne1\te2\tjoy\tanimals\tCause-Effect_reversed\tseniors get much joy from animals\ne1\te2\tessay\tliterature\tMessage-Topic\tthe paper includes both an essay surveying the literature and a descriptor-indexed bibliography of over 200 papers and books\ne1\te2\tmainmast\tbark\tComponent-Whole\tthe mainmast of the bark caught her on top of the pilot house, and capt. curler escaped by crawling out of the dow\ne1\te2\tinterview\tnext show\tEntity-Destination\the assigned an interview with a presidential candidate to the next show\ne1\te2\tskills\tsurgery\tOther\tover the past decade, robotics has driven forward the concept of minimally invasive surgery, building on the skills developed in keyhole surgery and moving away from open-body operations\ne1\te2\tsatisfaction\twatching\tCause-Effect_reversed\ti get tons of satisfaction and joy from watching the little fur ball become the hunter it was bred to be\ne1\te2\tdryer\twall\tComponent-Whole_reversed\tthis dryer has a wall on one side, wall on the back, oil heater on the side and a water heater in front\ne1\te2\timmigrant\tport\tOther\tan african immigrant arrives on board a rescue boat at the port of los cristianos on spain's canary island of tenerife october 17, 2008\ne1\te2\tpage\tterms\tMessage-Topic\tthis page explains commonly used terms in chess in alphabetical order\ne1\te2\ttaxes\tyears\tEntity-Origin\ti owed some back taxes from pervious years\ne1\te2\tbottle\twater\tContent-Container_reversed\ta bottle full of water or fluids overloaded and stressed rods 218 when the bottle was grabbed by the neck with claw 224\ne1\te2\tlist\trecords\tEntity-Origin\tthis list has been prepared on the basis of records and information available to the secretariat\ne1\te2\tgirl\tdanger\tOther\tas the young girl journeyed into unbelievable danger, she did not have the faintest clue that she alone was destined to win, or to lose, this more-than-mortal battle\ne1\te2\thandles\thand brake\tComponent-Whole\twhen the flange is close to 90 degrees, lower the bending leaf and unclamp the sheet metal by raising the clamping leaf handles of the hand brake\ne1\te2\tdrug\tbrain\tEntity-Origin\tafter the drug leaves the brain, the user may experience a \"coke crash\" that causes the user to feel depressed and irritabl\ne1\te2\tphone\tprototype stage\tOther\tthe new phone has been moved into prototype stage\ne1\te2\tfiles\tfolder\tEntity-Destination\tmy completed torrent files are going into this folder\ne1\te2\tgas centrifuge\tcamp\tEntity-Origin\tthe modern gas centrifuge was born in a soviet camp for captured german and austrian scientists after world war ii\ne1\te2\tpollution\tshipwreck\tCause-Effect_reversed\tthe pollution was caused by the shipwreck\ne1\te2\tnose\tsurfboard\tComponent-Whole\the run the shear form over the nose to continue shaping the nose of the surfboard\ne1\te2\tinhalation\tirritation\tCause-Effect\tinhalation of excessive concentrations of vapor, fumes, and/or dust produces irritation of the upper respiratory trad\ne1\te2\tcorridors\thospital\tComponent-Whole\tthere were women in headscarves on the corridors of the hospital and men wearing traditional caps\ne1\te2\tseminar\tsystem\tMessage-Topic\tat the seminar, we gave an account of the current education system and teacher education environment in hong kong\ne1\te2\tfilm\tfare\tOther\tthe film departed from typical documentary fare by emphasizing the commentaries of thompson's friends and peers\ne1\te2\thailstorm\tbullets\tMember-Collection_reversed\tmosul's al-qaeda leader dies from carpal tunnel syndrome and a hailstorm of bullets - but mostly a hailstorm of bullets..\ne1\te2\tsymposium\tphysicians\tOther\tfor 31 years, the symposium has assembled international physicians and researchers from academic institutions and private organisations\ne1\te2\tregulation\taccess\tMessage-Topic\ta new regulation governing the access to documents in the custody of national archives came into effect on the 26th of february 2003\ne1\te2\tingredients\tmixing ball\tEntity-Destination\twe have put the ingredients into a big mixing ball long before we started baking the plain naan\ne1\te2\tmethane\twells\tEntity-Destination\ttheir water has become discolored, foul-smelling, or even flammable because methane from disturbed gas deposits has migrated into water wells\ne1\te2\tprostate\tglands\tComponent-Whole_reversed\tthe normal prostate is composed of glands and stroma\ne1\te2\tpollution\tsmog\tCause-Effect\tair pollution causes smog and respiratory problems when breathed\ne1\te2\tstudents\ttexts\tInstrument-Agency_reversed\the encourages students to read beyond the mandatory texts in order to prepare for his exam\ne1\te2\theroes\tliterature\tEntity-Origin\tthis series is about a guy named walter who shows what it's like to replace famous heroes from literature, movies, television, etc. with himself\ne1\te2\tsuitcase\tcannabis\tContent-Container_reversed\ta woman is due to face court on drugs charges after police found a suitcase full of cannabis in her car near finley\ne1\te2\tbatter\tballs\tInstrument-Agency_reversed\there a batter has mistakenly used his balls to hit the bat into the crowd, scoring a home run and extra casualties\ne1\te2\tbed\toysters\tMember-Collection_reversed\ta polypropylene net, attached to the bottom of the fluidized bed section, acted as a flow distributor and a support for the static bed of oysters\ne1\te2\ttopics\tcategories\tEntity-Destination\tthe numismatic topics were placed into categories\ne1\te2\tice\tshore\tEntity-Origin\tthe us coast guard is operating a rescue mission to save up to 500 people have been left stranded on a slab of ice that broke away from the shore\ne1\te2\tnoise\tpowertrain\tCause-Effect_reversed\tuntil now, no paper has been presented on predicting the interior noise caused by a powertrain on the basis of hybrid tpa with a real vehicle\ne1\te2\tfactory\tblouses\tProduct-Producer_reversed\tunder the ownership of max blanck and isaac harris, the factory produced women's blouses (known at the time as \"shirtwaists\")\ne1\te2\tlymphoeytes\tlymphatics\tEntity-Destination\tlymphoeytes are drained into efferent lymphatics\ne1\te2\tkitchen\tmeal\tProduct-Producer_reversed\tthere were no vegetarian entrees on the menu, but the kitchen quickly prepared a beautiful meal of 8 different steamed vegetables\ne1\te2\tfiles\tbust\tOther\ta bundle of sensitive files linked to a massive police drugs bust have been found dumped in a skip\ne1\te2\tbody\tphrase\tOther\tthe message body was comprised of the phrase \"hey, check this out! \"\ne1\te2\tdiamond\tnecklace\tOther\tevidence of ms. bhutto's role in bomer finance emerged from a visit to london during which she bought a diamond necklace at a knightsbridge\ne1\te2\tpandemic\tinfection\tCause-Effect_reversed\tworld aids day, observed december 1 each year, is dedicated to raising awareness of the aids pandemic caused by the spread of hiv infection\ne1\te2\tplayer\torchestra\tMember-Collection\the was a solo double bass player in a symphony orchestra; at that time that was almost impossible due to racist reasons\ne1\te2\tpaper\treview\tMessage-Topic\tthis paper thus presents a detailed review of previous work that evaluates the optimum operational decisions of an lse\ne1\te2\tjournal\thistory\tMessage-Topic\tthe journal takes an inter-disciplinary approach, examining the history, culture and theory of anarchism\ne1\te2\theating\twood\tOther\theating with wood is environmentally appropriate (conditionally) and economically\ne1\te2\tevidence\tresults\tEntity-Origin\tthe evidence arose from the results of several gws studies in which our team has participated\ne1\te2\tdata\ttables\tContent-Container\tthe data is stored in tables\ne1\te2\twind\tweathering\tCause-Effect\twind and water cause weathering and erosion to change the shape of the earth\ne1\te2\tsyndicate\tinvestors\tMember-Collection_reversed\tthe buyer is a syndicate of european investors making their first investment in new zealand\ne1\te2\tmotifs\tewer\tComponent-Whole\ta more spare, less robust use of classical motifs is evident in a ewer of 1784-85\ne1\te2\tdisplay\tstatus\tMessage-Topic\tthe display showing signal and battery status also incorporates feedback from machinery being operated\ne1\te2\tbacteria\tacne\tCause-Effect\tthe mentality is since oil and bacteria cause acne, i'll just remove the oil off my face and kill the bacteria\ne1\te2\tchapter\tattempts\tMessage-Topic\tone chapter of the book relates attempts made by the us to establish a similar alliance with yemen\ne1\te2\tcharacter\tproducers\tProduct-Producer\tactually, he is a cartoon character devised by the two producers to serve their blistering cocktail of dancehall reggae, hip-hop and electro\ne1\te2\tbenchmarking\tsources\tMessage-Topic_reversed\tthere are people who have learnt about benchmarking from a range of sources, most notably practitioner-oriented literature, networking, and reflections on their own practice\ne1\te2\thunter\tcave\tEntity-Destination\tafter the fox, the hunter ran into a small cave\ne1\te2\tbarrels\tcoopers\tProduct-Producer\tthe highest quality barrels are those hand-made by professional coopers\ne1\te2\tbuzzard\tclaws\tComponent-Whole_reversed\tthe common buzzard uses its claws to grasp prey and its beak to tear\ne1\te2\tcar\tclutch\tComponent-Whole_reversed\tthis car still has the original shocks, brakes, clutch, battery, and starts and goes every day even in minnesota's bitter cold\ne1\te2\tstrings\tguitar\tComponent-Whole\tthe strings of a guitar are normally tuned to fourths (excepting the g and b strings in standard tuning), as are the strings of the bass guitar and double bass\ne1\te2\tfistful\texpectations\tOther\ti came here with a fistful of expectations only to have them scattered by the brutal wind of chinggis\ne1\te2\tcache\tgoods\tMember-Collection_reversed\tstroker serpentine alerted me to a very messy situation this evening involving a huge cache of stolen goods\ne1\te2\thardwire\tbrain\tEntity-Destination\ta psi-comp implant hardwire has been put into the human brain\ne1\te2\tmachineguns\tbox\tContent-Container\tthe foreign machineguns, greasegun, and machine gun pistol were in a box about 3 ft long and 2 ft wide, olive drab in color, with white lettering on the box\ne1\te2\tfairy tale\tgiant\tMessage-Topic\tthe fairy tale describes a giant with a pair of magic boots that allow the wearer to cover seven leagues in one stride\ne1\te2\tshops\tclocks\tProduct-Producer_reversed\talready by the middle of the eighteenth century, several small clockmaking shops produced cuckoo clocks with wooden gears\ne1\te2\ttable\tdata\tMessage-Topic\tthis table serves as an example of the data and observations routinely collected in the horner rootstock trial\ne1\te2\troof\tbuilding\tComponent-Whole\tthe order, issued nov. 16 by eric landoll, the city's code administrator, states that the roof of the building is allowing rain to fall into the interior of the building and because of this the interior floors are structurally unsound and there is mold and mildew throughout the building causing health concerns for anyone entering the building\ne1\te2\tlaw\tregistration\tMessage-Topic\tgeneral contract law issues are examined, as is the law covering the registration of hotel guests\ne1\te2\tcheek\tbone\tComponent-Whole_reversed\twell i still have a sore spot on my cheek bone and left joint\ne1\te2\tbar\tsteel\tOther\ta solid round bar, 32\" long, is constructed from ductile steel (syt=60 ksi, g=11.5 x 106 psi)\ne1\te2\tmanor\tsmallholdings\tComponent-Whole_reversed\tin the days before the democratic reform, the manor had included twenty-two smallholdings, six lots of grassland and farmland covering some 8600 mu (1414.45 acres)\ne1\te2\tindex\tpackage\tOther\tthe author index was generated using the latex authorindex package\ne1\te2\tfear\tdarkness\tCause-Effect_reversed\tin the last couple of years i have been working with my fear from darkness\ne1\te2\ttract\tliturgical practices\tMessage-Topic\tpatriarch cerularius eventually wrote a tract against the western liturgical practices\ne1\te2\tcamp\toutsiders\tMember-Collection_reversed\tthere was weeping and wailing and gnashing of teeth in the camp of the outsiders now\ne1\te2\tman\tthumb\tComponent-Whole_reversed\the noticed a speck of blood on the man's thumb and what he thought were several corresponding drops on the driver's door of the truck\ne1\te2\tdata\twarehouse\tContent-Container\ta data warehouse is a place where data is stored for archival purposes\ne1\te2\tghost-ship\tfleet\tMember-Collection\tthe ghost-ship fleet anchored idle off singabore is an interesting proxy for the collapse in world trade\ne1\te2\tgrowth\tarea\tOther\tthe city of chicago lost 725000 residents between 1950 and 2000, yet 82 percent of the suburban growth was from outside the metropolitan area\ne1\te2\tname\tgoddess\tEntity-Origin\tthe name sedna is from an inuit goddess of the ocean\ne1\te2\telectronic equipment\tcabinet\tContent-Container\tthe electronic equipment was in a cabinet on the surface and connected to a 3.65-long, 7.9-cm-diameter thermosyphon with one end buried in the ground\ne1\te2\ttsunami\tearthquake\tCause-Effect_reversed\ta large tsunami triggered by the earthquake spread outward from off the sumatran coast\ne1\te2\tdebate\tpublic execution\tMessage-Topic\tgatrell illuminates the debate over public execution that raged in polite society\ne1\te2\tswitch\tlight\tComponent-Whole\tbut even as she fumbled impatiently for the switch of the electric light, she knew that the voice had not come from the bed on the further side of the room\ne1\te2\ttape recorder\tcabinet\tContent-Container\tthe tape recorder was in a cabinet outside the cab of the engine\ne1\te2\tcomedy format\tsequences\tOther\ttv total started as a comedy format mainly showing and commenting on funny and embarrassing sequences from other tv programs\ne1\te2\tpizza\ttrash bag\tContent-Container\tthe pizza was inside a trash bag and taped shut\ne1\te2\tplayer\torchestra\tMember-Collection\tthe synthesist is thus carrying out a role which is analogous to that of a player in an orchestra\ne1\te2\tworker\tplank\tOther\tconstruction worker carrying a wooden plank on his shoulder\ne1\te2\telectrodes\tbrain\tEntity-Destination\tthe neuroscientists have implanted electrodes into patient's brain\ne1\te2\tmail\tcity\tEntity-Origin\tmail was delivered from the city once each week\ne1\te2\tpainter\tself-portrait\tProduct-Producer_reversed\tthe new pencil and graphite drawing is the painter's first self-portrait in 35 years and took six years to complete\ne1\te2\tgrove\tredwoods\tMember-Collection_reversed\tdespite this defeat, armstrong continued to work and plan toward the realization of his dream, the preservation of his beloved grove of redwoods\ne1\te2\thinge\tbook\tComponent-Whole\tthe brick is aligned with the hinge of the repaired book\ne1\te2\tdowel\tgroove\tComponent-Whole_reversed\tpicture 192 shows a completed dowel with a small groove running along its entire length\ne1\te2\tgrain\tdrink\tEntity-Origin_reversed\tcooking and fermenting the grain produced a tasty nutritious drink which stored well\ne1\te2\tagreements\tdiversion\tCause-Effect\tlopez and espinoza took plea agreements that resulted in diversion -- the completion of requirements such as community service and a fine during a probation period that ended with a clean slate and no conviction\ne1\te2\tatmospheric chemistry\tacid rain\tOther\texamples of problems which have been addressed by atmospheric chemistry include acid rain, photochemical smog and global warming\ne1\te2\tsuitcase\tbooks\tContent-Container_reversed\the'd brought a suitcase full of books with him and set it out on the sidewalk in front of the library, out of the way of pedestrians, but in plain view of potential customer\ne1\te2\tulcer\tstress\tCause-Effect_reversed\tcutler ended up with a bleeding stomach ulcer caused by the stress and hard work supervising their tours twenty-four hours a day\ne1\te2\tmother\tland\tEntity-Origin\tthe mother left her native land about the same time and they were married in that city\ne1\te2\tstudies\tinquiry\tEntity-Destination\tcritical audience studies are migrating into intellectual inquiry focused on participation developing the stress on processes of interactive engagement\ne1\te2\tnotes\ttelephone call\tMessage-Topic\tyou have been asked to make notes about a telephone call left by a colleague in the german office of the bank\ne1\te2\tbaboons\tparties\tMember-Collection\tthe baboons have formed themselves into raiding parties and frequently descend on the village\ne1\te2\tclutch\tmechanics\tMember-Collection_reversed\tdown one wall was a series of blueprints, to which the clutch of mechanics around each car constantly referred\ne1\te2\tcommittee\tvultures\tMember-Collection_reversed\tbut, after a few weeks of lying low, mr moi returned to the limelight like a cowboy on horseback, shooting criticisms to the narc administration over its handling of a number of projects, including the free primary education programme, which is now under threat from a committee of thieving vultures\ne1\te2\tmoney\tchest\tContent-Container\tthey took all the money that was in the chest in an upper room; it consisted of hard money and was contained in bags\ne1\te2\tnortheast\tcontention\tOther\tthe northeast was the source of contention between these various rivaling groups\ne1\te2\tbees\thoney\tProduct-Producer_reversed\tin antiquity, people knew that bees produce delicious honey, that they sting, and that they increase their numbers by swarming\ne1\te2\tcouple\taccounts\tOther\tthe estranged couple transferred funds into these accounts from their own personal accounts\ne1\te2\trecipe\tsafe\tEntity-Destination\tthe closely guarded raffles recipe was locked in a safe that still remains onsite today\ne1\te2\trecessions\texcess demand\tCause-Effect_reversed\trecessions are caused by an excess demand for money combined with rational downward price rigidity\ne1\te2\tcontractors\tentrance\tOther\twork was completed by contractors using a temporary entrance off old renwick road\ne1\te2\tguy\tstory\tProduct-Producer_reversed\tit was terrific having lagravenese aboard, because he was the guy who thought up the whole story, and to ask his opinion was very valuable\ne1\te2\ttechnicians\tstage\tProduct-Producer_reversed\ttechnicians quickly prepared the stage for the headliner\ne1\te2\tboom\tfitting\tComponent-Whole_reversed\tthe front of the boom has a hinged \"mounting\" fitting which is placed into the opening in the mast for the boom and sail slugs\ne1\te2\tquestions\taspects\tMessage-Topic\tquestions on various aspects of the study were raised and discussed\ne1\te2\ttongue\tcanteen\tOther\ta boy gets his tongue stuck in a canteen\ne1\te2\tmale\tpit\tProduct-Producer_reversed\teach day during the breeding season, the male digs a pit into his mound and sticks his head in\ne1\te2\tmilk\tpail\tContent-Container\tpatty the milkmaid was going to market carrying her milk in a pail on her head\ne1\te2\taudience\treaders\tMember-Collection_reversed\tsome articles are written for the widest audience of general readers\ne1\te2\tslot\tmusic player\tComponent-Whole\tto connect your mp3 player to your computer, you need a usb cord that hooks into a slot on the music player\ne1\te2\trecession\tcollapse\tCause-Effect_reversed\tin the present recession, which has been triggered by a collapse in land prices, land-value taxation would reverse the collapse - not by re-inflating a temporary speculative bubble, but by inducing investment in infrastructure that permanently enhances the utility of the land\ne1\te2\tpunks\tobjects\tInstrument-Agency_reversed\tthe punks carefully chose objects to be used in a nihilistic approach to style\ne1\te2\tcharacter\tliterature\tEntity-Origin\tthe other great character from arabic literature sinbad is from the tales\ne1\te2\tbourbon\tbarrel\tEntity-Origin\tthe bourbon was removed from its original barrel and re-barreled december 12, 2001\ne1\te2\theads\tferrets\tComponent-Whole\tthe manifold was constructed so that the heads of the ferrets protrude into the stream of mixed air and smoke flowing through the manifold\ne1\te2\tlesions\tleg weakness\tCause-Effect\tlesions in the internal capsule caused proportional leg weakness\ne1\te2\tresearcher\tcategories\tInstrument-Agency_reversed\tat other times, the researcher approached the data with predetermined categories in mind\ne1\te2\tmoney\tbag\tContent-Container\tthe money was hidden in his bag and in his underwear\ne1\te2\tsuffering\tbomb\tCause-Effect_reversed\thiroshima has rejected the demands of some citizens and victims groups that the newly renovated museum include an exhibition on japan's \"aggressive role\" in world war ii, alongside the gruesome displays of the suffering and devastation caused by the bomb\ne1\te2\tdeath\tcancellation\tCause-Effect\tthe death caused the cancellation of the band's plans for overseas tours\ne1\te2\tmuster\tpeacocks\tMember-Collection_reversed\tthe man graciously put off feeding his muster of peacocks (yes, he's got them, and yes, a group of peacocks is called a muster) to chat\ne1\te2\tchild\toutlet\tEntity-Destination\ta man threw a child into an outlet\ne1\te2\tpowder\tcanteen cup\tEntity-Destination\ti poured some powder into a canteen cup and found that the cocoa was mixed with sugar granules\ne1\te2\trapper\tsong\tProduct-Producer_reversed\tthe 23-year-old rapper has recently completed a song with the hip-hop superstar and announced it would appear on his debut lp thank me later\ne1\te2\tproblems\tpolicy\tCause-Effect_reversed\tmany problems have ensued from the new policy, most of them unforeseen and based on ethnic differences\ne1\te2\tarm\tcross\tComponent-Whole\tmary and john stand in similar poses to the left of the cross, while on the right longinus steps from beneath the arm of the cross across the frame into the viewer's space\ne1\te2\tmoisture\tstack\tEntity-Origin\tbe sure and always stack on an elevated stack pad so the moisture runs away from the stack\ne1\te2\tbacteria\tpneumonia\tCause-Effect\tthe bacteria is the cause of pneumonia, including common uses, side effects, interactions and risks\ne1\te2\tshow\tslot\tEntity-Origin\tthe show was pulled from its original christmas/new year slot because of the tsunami, and to be honest it really should have stayed pulled\ne1\te2\tseniors\tdata\tInstrument-Agency_reversed\t'wellness' tracker lures seniors to a data driven lifestyle\ne1\te2\tplague\tinsects\tMember-Collection_reversed\tand with a flourish of her wand she unleashed a plague of biting insects, the sand fly\ne1\te2\tincoming water\tstain\tCause-Effect\tthe incoming water caused a stain on the wall that, through the lens of pareidolia, looked like a bearded man with a big afro hairdo\ne1\te2\tside\tstation\tOther\tthe north side of the street accommodated a gas station on the corner\ne1\te2\tbleeding\tinjury\tCause-Effect_reversed\tthe bleeding was caused by an injury, such as a fall or something hitting your face\ne1\te2\tteam\tterritory\tEntity-Destination\tthe team is travelling into uncharted territory\ne1\te2\tphotos\tfriend\tProduct-Producer\ton the mantel in our living room was a handmade book of photos done by a friend who is a professional photographer\ne1\te2\tflour\tbowl\tEntity-Destination\twe poured flour into a large mixing bowl, adding slightly more than the recipe calls for\ne1\te2\tspecimens\tjar\tEntity-Destination\the rolled up towel and dump specimens into the pint jar\ne1\te2\tcompanionship\tteammates\tOther\tthis chapter shows how much nova has accomplished earning the companionship of her teammates\ne1\te2\twater\tlakes\tEntity-Destination\tthe ongoing drought means that there is little water flowing into the lakes\ne1\te2\tinsulin\tpancreas\tEntity-Origin\twhen the blood glucose levels are lowered, the insulin release from the pancreas is turned down\ne1\te2\tinsulin\tpancreases\tEntity-Origin\tin the past, insulin was extracted from the pancreases of cows or pigs, then used to treat diabetics\ne1\te2\tchild\tbasket\tOther\tin this grotto the boy was also born, and exposed; the mother leaves the child behind in a woven basket\ne1\te2\tcaterpillars\tdisease\tCause-Effect\tmerlin lindeman (animal sciences) then pooled their expertise to show that the caterpillars caused the disease\ne1\te2\tglass-blower\tvase\tProduct-Producer_reversed\tmouth blown by a glass-blower, each vase is slightly different\ne1\te2\thole\tmissile\tProduct-Producer\tit is far more reminiscent of an exit hole caused by a real missile\ne1\te2\tproposals\tspeech\tMessage-Topic_reversed\tmccain's proposals were outlined in a speech made at the prestigious carnegie mellon university\ne1\te2\tfilms\tfilmmakers\tProduct-Producer\tten short films, both single and double screen, reap audio-visual crops from the fertile soil of the filmmakers' florid imaginations\ne1\te2\tvaccine\tmaker\tProduct-Producer\tcrucell, a dutch vaccine and biopharmaceuticals maker, said yesterday that it was in friendly but early-stage talks over a potential takeover\ne1\te2\tcassette tape\tbox\tContent-Container\ti have a cassette tape from 1969 that was in a box with many different copies of \"yesterday and today\", some with fake pictures of the fabs holding meat\ne1\te2\tcrack\thumidor\tOther\teven the thinnest crack in a humidor is an open invitation to cigar beetles\ne1\te2\tcomplexity\tmix\tEntity-Destination\tyou have added complexity into the mix by not having the proxy server and media server together\ne1\te2\tfamily\tchild\tMember-Collection_reversed\tthe rural european 'stem family', or extended family, consisting of parents and one married child who would eventually inherit the family property\ne1\te2\teffect\tlight\tCause-Effect_reversed\tthey made the effect even more dramatic by lighting the talent with a light placed on the floor and focused on the face\ne1\te2\tperturbations\tmoon\tCause-Effect_reversed\tthe thin f ring on the left of the image shows the perturbations caused by the moon prometheus\ne1\te2\teditor\tinterface\tComponent-Whole_reversed\tthinkcascade is a css editor that uses a spreadsheet like interface\ne1\te2\tice cream\tcup\tContent-Container\tlast time we got ice cream that was in a cup and didn't fall over\ne1\te2\tcomputer\tscreen\tComponent-Whole_reversed\tbasic diagrams also work well on the computer screen if they are carefully designed to match the grid of pixels on the screen\ne1\te2\tdiatoms\tskeleton\tComponent-Whole_reversed\tdiatoms have an external skeleton of silica and silicon may therefore be a limiting element to diatom population growth\ne1\te2\tmedal\tbox\tContent-Container\tthe medal was contained in a velvet lined square box with gold lettering on the lid\ne1\te2\tcrisis\tjobless rate\tCause-Effect\ta recent book by carmen m. reinhart and kenneth s. rogoff, two economists, found that over the last century the typical crisis had caused the jobless rate in the country where it occurred to rise for almost five years\ne1\te2\tstaff\ttools\tInstrument-Agency_reversed\tonce the data is collected, an emissions inventory is completed by staff using calculation tools from the ghg protocol\ne1\te2\tworkers\tport\tProduct-Producer_reversed\tchinese construction workers build the port at hambantota that analysts believe will become a base for its navy\ne1\te2\tmaid\tbalcony\tEntity-Origin\tthe ethiopian maid fell from the balcony yesterd\ne1\te2\tbinder\ttrials\tOther\tnovomer's cleaner burning binder goes into customer trials\ne1\te2\tactivities\tdevelopment\tOther\tthe target of those activities is development of meta-information systems, which enables record metadata of geodata\ne1\te2\torange\tjuice\tEntity-Origin_reversed\tfrozen concentrated orange juice futures have gained 17% this week on fears that crop damage could be substantial\ne1\te2\tbooks\ttransformation\tMessage-Topic\the is the author of eight books which have charted the transformation of europe over the last quarter-century\ne1\te2\tstory\tboy\tMessage-Topic\tthe story portrays a boy who encounters a young woman whom he must serve\ne1\te2\tserver\tidentifier\tInstrument-Agency_reversed\tthe server identifies the exam using the identifier and retrieves the corresponding template\ne1\te2\tconcrete\tpiers\tEntity-Destination\tthe workers poured concrete into the three new stepped piers\ne1\te2\tsoldiers\tbattles\tOther\tthe commander has dragged soldiers into unnecessary battles\ne1\te2\tmast\tship\tEntity-Destination\tthe bottom section of the mast has been mounted onto the ship\ne1\te2\thuman\tbox\tOther\tthe human lies down in a sealed box and allows his mind to do nothing but operate the avatar\ne1\te2\tpride\tlions\tMember-Collection_reversed\teight british tourists are suing a south african safari park after they became trapped by a pride of wild lions when their tour vehicle overturned\ne1\te2\tbevy\tdeer\tMember-Collection_reversed\tas i write this to you, a bevy of female deer tick nymphs perch upon my shouders and act as my spell checkers\ne1\te2\ttheory\tjournalists\tProduct-Producer\tit also caused a conspiracy theory to sprout from the fertile imaginations of the world's paranoid independent investigative journalists\ne1\te2\twolfpack\tsubmarines\tMember-Collection_reversed\tthey are afloat in the mid-atlantic, with a german wolfpack of submarines attacking whenever he blinks\ne1\te2\tquote\temail\tEntity-Origin\tby the way, that quote was from an email to researchers, not the official google blog post\ne1\te2\tarray\tresponder\tEntity-Destination\tthe users sent an array to the responder\ne1\te2\tperson\temployee\tOther\twhen a person assists the employee with completing this form, the preparer must certify the form\ne1\te2\tcat\tpaw\tComponent-Whole_reversed\tmerchants often have a small statue of a cat with its paw raised in their store window\ne1\te2\tbench\taldermen\tMember-Collection_reversed\tand one third of the bench of aldermen is exclusively composed of men, which explains the on average lower share of female aldermen than female local councillors\ne1\te2\tbiographer\tminutiae\tInstrument-Agency_reversed\tin a poetic series of alternately charming, dry and sometimes tragic aphorisms the biographer constructs a personality from minutiae\ne1\te2\tchains\tbags\tEntity-Origin_reversed\tthe seven chains have given away a total of 5.6 billion single-use bags in the past year\ne1\te2\tgun\tsafe\tContent-Container\tthey left one weapon, a gun that was locked in a safe, and have since returned two others\ne1\te2\thelve\thammer\tComponent-Whole\tthe grip 1 is fitted over a rear part of a core 6 of the helve of the hammer\ne1\te2\tnails\thand\tComponent-Whole\tthe nails of the right hand are easily cut with scissors made for cutting the nails of the left hand\ne1\te2\tporch\tstoics\tOther\tmoreover, from the porch of the stoics he brings out matter, and places it on a par with the divine creator\ne1\te2\tgrain\tale\tEntity-Origin_reversed\tlast night i bottled the all grain ale\ne1\te2\tprofiles\tteachers\tInstrument-Agency\tthe senior profiles are used by teachers in order to help them write a more informed letter of recommendation\ne1\te2\tcorruption\tutilities\tCause-Effect_reversed\twe have recently determined the corruption was (ironically) triggered by the smart utilities\ne1\te2\tlauncher\tsystem\tInstrument-Agency_reversed\tthe launcher receives the balls through a similar belt system leading up the neck of the robot from the ground\ne1\te2\tessays\tbook\tMember-Collection\tthe essays collected in this book are based on the reports presented to the symposium \"the european union as an actor in international relations\", jointly organised by the two historical universities of macerata and camerino, held on 5-7 april 2001\ne1\te2\twater\twell\tEntity-Destination\tsterile distilled water was put inside the fifth well to serve as negative control while gentamicin was used as positive control in the fourth well\ne1\te2\tpig\tcrate\tContent-Container\tthe pig was in a crate on the back of the wagon, and cold as it was, mr. huy waded to the wagon and fed it that night and the next morning\ne1\te2\tnumber\tmathematicians\tMember-Collection_reversed\tthe use of mathematical models and numerical techniques is a practice employed by a growing number of applied mathematicians working on applications in finance\ne1\te2\tworld\tanimation\tOther\tcomplementing the unique arsenal is a vibrant world that employs a cel-shaded animation reminiscent of a comic book\ne1\te2\tbattalion\tcavalry\tComponent-Whole\tthe 34th battalion was a part of the cavalry not surrendered by gen. robert\ne1\te2\tpin\twheel\tComponent-Whole\tat the turn of each hour the pin of the wheel raises the hour wheel lever\ne1\te2\tombudsman\treport\tProduct-Producer_reversed\tthe ombudsman's report concluded that \"a large part of the package was not provided\"\ne1\te2\tbody\telders\tMember-Collection_reversed\teach congregation has a body of appointed male elders and ministerial servants\ne1\te2\ttherapist\tway\tInstrument-Agency_reversed\tas i travelled the world and had facials in every corner, i have finally found a therapist with such a perfect way of touching my face\ne1\te2\tcrush\tapplications\tMember-Collection_reversed\tsome voter advocates worry that the requirement, paired with the crush of applications, has risked leaving more would-be voters with only a provisional ballot on election day\ne1\te2\tbaby\thome\tEntity-Destination\tthree days later, the new-born baby was brought into her home\ne1\te2\tevening\tcourage\tMessage-Topic\tour whole evening was centered on the topic of courage\ne1\te2\tspecies\tareas\tEntity-Destination\tnon-native species are spreading into new areas increasingly rapidly through human activities as international trade, transportation and travel intensify\ne1\te2\ttwisters\tcreations\tProduct-Producer_reversed\ttwisters generally fill their creations with a gas other than helium, as these designs will not usually float anyway\ne1\te2\tcreatures\tscare\tCause-Effect\tthe life-like creatures caused a real scare on the set when a 44-foot spinosaurus malfunctioned and began slamming its head against a prop plane\ne1\te2\tfilm\teconomy\tMessage-Topic\tthis documentary film reveals a shocking insight into the jamaican economy and everyday life\ne1\te2\tgunnel\tboat\tComponent-Whole\tthis invention relates to a mooring fender apparatus, particular an apparatus to protect the gunnel and rub rail of a boat\ne1\te2\tword\troot\tEntity-Origin\tgoing much much farther back, ultimately the word descended from the indo-european root\ne1\te2\tpork butt\tcrock pot\tContent-Container\ta fresh pork butt is cooked slowly in a crock pot instead of being cooked in the traditional pit\ne1\te2\tpaper\tthesis\tEntity-Origin\tthis paper is constructed from a portion of a thesis presented by edward w. shand, june, 1930, for the degree of doctor of philosophy at new york university\ne1\te2\tphotographers\tcameras\tInstrument-Agency_reversed\tprofessional photographers use digital cameras\ne1\te2\ttrain\tairport\tEntity-Origin\tline 3 (blue) completed part: from egaleo to doukissis plakendias, where it connects with the new suburban train from the airport\ne1\te2\tshark\tteeth\tComponent-Whole_reversed\tthey (the aquarium) were brushing the shark's teeth\ne1\te2\tgirls\tbottles\tInstrument-Agency_reversed\tthe girls drank the vodka out of plastic water bottles\ne1\te2\tcoven\twarlocks\tMember-Collection_reversed\trowe coven was a coven of male warlocks who got more powerful down the generations until there are three brothers, the most powerful ever seen\ne1\te2\tcapuchins\tknives\tProduct-Producer_reversed\tduring experiments in captivity, capuchins have made flint knives after banging a piece of flint against the floor until it broke\ne1\te2\tban\tdebate\tCause-Effect\tthe ban caused a widespread debate, largely on the internet, in which rabbis and scholars from around the world participated\ne1\te2\tcowardice\tcurs\tOther\tand destiny lies for us in many places, way up in the high lonesome with a cowardice of curs or our passions for the loves we know\ne1\te2\tlatte\tglass\tContent-Container\tthe coffees were all tasty, even though my latte was in a glass after we had discussed the size of the cup, i always find them hard to drink\ne1\te2\tchapter\timpact\tMessage-Topic\tthe focus of the chapter is the impact of diversification on the performance of pe funds\ne1\te2\tmusic\tlives\tOther\tfrom the ancient times, music documented the lives of the people and was widely patronized by the rulers\ne1\te2\twheat\tcountries\tEntity-Destination\tsaudi arabia has exported wheat to 30 countries including china\ne1\te2\tbox\tsystem\tOther\tthe box contained a complete british manual telegraph tape-making and high speed sending system\ne1\te2\treport\tactivities\tMessage-Topic\tthe commission has published an annual report giving a summary of committee activities during the previous year\ne1\te2\tguests\twedding\tEntity-Destination\tthe guests arrived to the wedding on time\ne1\te2\tneeds\tsociety\tEntity-Destination\turgent needs are approaching the society, which requires dynamic changes\ne1\te2\texpansion\tdevelopment\tCause-Effect_reversed\the preserved the working ranches of the west, while achieving an expansion of the ranch's value through development and management of the recreational ecosystem within the ranch\ne1\te2\tsand\thourglass\tContent-Container\tthe sand in the hourglass solves several problems of the clepsydra: it does not freeze in cold temperatures, it does not evaporate in warm weather, and it can be sealed so nothing can get in that will affect the flow of the sand in the glass\ne1\te2\tname\tseries\tEntity-Origin\tthe name mirumo was derived from a cartoon series\ne1\te2\tbelt\tasteroids\tMember-Collection_reversed\tceres is the largest known asteroid at approximately 950 km (590 miles) in diameter, and it lies in the belt of asteroids between mars and jupiter\ne1\te2\texperience\tblend\tCause-Effect_reversed\ta really enjoyable drinking experience ensued from this red blend from this boutique winery from the cowra area of central western nsw\ne1\te2\tchabazite\tmultiple u-tube\tContent-Container\tthe chabazite was contained in a multiple u-tube and was first thoroughly outgassed at 550' in a good vacuum\ne1\te2\tspill\ttanker\tCause-Effect_reversed\tthe spill was caused by the iraqi fuel tanker zainab, suspected of smuggling around 1,300 tonnes of fuel oil from iraq, as it ran into trouble on its way to a holding area in international waters\ne1\te2\tsunlight\tfatigue\tCause-Effect\tuse outdoor where sunlight and glare cause eye strain and fatigue\ne1\te2\tdamage\tcollision\tCause-Effect_reversed\tpolice investigators later found brake discs on the car were broken, though experts from the italian car manufacturers insist the damage was caused by the collision and the car had been in perfect condition\ne1\te2\tgeneral\trole\tOther\tsuch interventions placed the general in a role that many within the profession considered inappropriate\ne1\te2\tstatutes\tpolicy\tMessage-Topic\ttypically, statutes declare policy\ne1\te2\tdisposes\tarea\tEntity-Destination\ti removed the chemical disposes into the designated area only\ne1\te2\tdopamine\tdepression\tOther\tas a result, the brain is depleted of dopamine, which causes the severe depression after the cocaine has dissipated\ne1\te2\tkingdom\tareas\tComponent-Whole_reversed\tthe kingdom comprises four topographical and climatic areas, which vary from 400 to 1800 metres above sea level\ne1\te2\trailing\tbridge\tComponent-Whole\tfirst we measured from the railing of the bridge to the surface of the stream\ne1\te2\treferee\tgame\tOther\ta referee, or on-ice official, is responsible for enforcing the rules during a game\ne1\te2\tsquatters\tbuilding\tEntity-Destination\tthe squatters have moved into the building\ne1\te2\tfarm\tgreenhouses\tComponent-Whole_reversed\tas of 2010 the farm has two large greenhouses and one field tunnel and cultivates about 6 acres of vegetables\ne1\te2\tclauses\tframers\tProduct-Producer\talthough the clauses were invented by the framers to serve common values, there is some tension between the two\ne1\te2\tcompound\ttube\tEntity-Destination\tthe researchers placed the compound in a tube, which then was put inside a magnet\ne1\te2\tcoterie\teditors\tMember-Collection_reversed\tthe opening issues, mostly written and guest-edited by the coterie of contributing editors, seem infused with the same spirit\ne1\te2\tconstruction\tbuilder\tInstrument-Agency\tutilizing concrete plank floor/ceiling construction benefits the builder\ne1\te2\tmuscles\tleg\tComponent-Whole\tthe muscles at the back of the leg, by connection with the achilles tendon raise the heel\ne1\te2\tproject\tstandard\tOther\ta project to regulate the standard of private rental properties in dumfries and galloway looks set to close\ne1\te2\tturbines\telectricity\tCause-Effect\tthese wind turbines generate electricity from naturally occurring wind\ne1\te2\tpit\tsnakes\tOther\tin the 2006 robin hood series, robin at one point is lowered into a pit of poisonous snakes\ne1\te2\tewes\tflock\tMember-Collection\ta suffolk ram was removed from the flock and test mated to unrelated suffolk ewes in another flock; 14 of the resulting 43 lambs born in 1984 had an identical congenital renal disease\ne1\te2\tclip\tseries\tEntity-Origin\tthe x-men battle sentinels in this new clip from the animated series\ne1\te2\tsuffering\texploitation\tCause-Effect_reversed\taware of the suffering caused by exploitation, social injustice, stealing, and oppression, i am committed to cultivate loving kindness and learn ways to work for the well-being of people, animals, plants, and minerals\ne1\te2\tformalism\tliterature\tEntity-Origin\the then maps the development of anglo-american formalism from modernist literature to the american and british academies\ne1\te2\tbody\tdrum\tContent-Container\ther decomposed body was found in a drum in a lake elsinore field\ne1\te2\tmaize\tspirits\tEntity-Origin_reversed\ti have also had some aged maize spirits that they use for flavoring in their blends that tasted quite a bit like bourbon\ne1\te2\tneighbour\tfence\tProduct-Producer_reversed\tmy neighbour has erected a fence and it has been built on our land, not on the boundary\ne1\te2\tmechanism\tmagnet\tComponent-Whole_reversed\tthe magnetic mechanism is composed of a rotatably seated permanent magnet which can be swiveled or rotated into alignment with the actual throughput channel for the developer mix\ne1\te2\triots\tverdict\tCause-Effect_reversed\twitness the gangs in los angeles who stopped killing one another for a time after the riots triggered by the rodney king bashing verdict\ne1\te2\tdrug\ttablet\tEntity-Origin\tthe addition of disintegrants could further accelerate the drug release from the tablet\ne1\te2\tresults\tfilms\tMessage-Topic_reversed\tthe results have been documented in two films\ne1\te2\tquarrel\tpurchase\tOther\tthree friends are forced to question what keeps them together after a quarrel over the purchase of a work of art\ne1\te2\tcold\tgerms\tCause-Effect_reversed\tfrom banishing cold and flu germs to preventing foodborne illnesses, frequent hand-washing is one of the smartest preventive habits you can adopt\ne1\te2\tneologisms\tliterature\tEntity-Origin\tmany neologisms have come from popular literature and tend to appear in different forms\ne1\te2\tbody\tsuitcase\tContent-Container\tthe two-year-old's body was in a suitcase found floating in a pond by local children\ne1\te2\tprogram\tauthor\tProduct-Producer\tthis program was developed based on research, best practices, several parenting programs, and the personal experiences of the author, who is a minister\ne1\te2\thelicopters\trotors\tComponent-Whole_reversed\tour horses soon get used to it, the only things they really don't seem to like are the helicopters with rotors front and back\ne1\te2\tresponses\tpresidents\tEntity-Origin\tresponses were obtained from 310 presidents provosts and 1293 deans\ne1\te2\tstory\tstudents\tProduct-Producer\ta publicly shared web 2.0 story, created by students for a class, afterward becomes something that other students can explore\ne1\te2\tbark\tphloem\tOther\tthe outer bark composed of dead phloem alternating with bands of cork is called, technically, rhytidome\ne1\te2\tdescent\twoodpeckers\tMember-Collection_reversed\tinsects that harm trees are often prey for a descent of woodpeckers, which, in turn benefits the birds that nest in the saved tree\ne1\te2\tsetup\tchimney\tEntity-Destination\tthe setup was put inside a chimney in order to enhance the natural convection cooling\ne1\te2\tstrawberry\tjam\tEntity-Origin_reversed\tstrawberry jam is made to be shared and people love it when you do\ne1\te2\tbulletin\tproject\tMessage-Topic\tthe bulletin informed key persons and opinion leaders about the project, its background, objectives, activities, and results\ne1\te2\tbook\tgeographical theory\tMessage-Topic\tthe book introduces modern geographical theory in an accessible format and reflects the changing nature of the subject\ne1\te2\tleague\tmovements\tMember-Collection_reversed\tthe leftist student platform at lau is newly born independent leftist league of various leftist movements and independents at the lebanese american university\ne1\te2\tpoison\tmilk\tEntity-Destination\tthe bottles have leaked poison into the milk\ne1\te2\tmanagers\tspreadsheets\tInstrument-Agency_reversed\tmany times, the problem of keeping track of depreciation rates in you fixed assets is attempted by managers using spreadsheets which they program themselves\ne1\te2\tjournalist\toffice\tOther\ta western journalist took an assignment from his newspaper's office for visiting pakistan and filing exclusive reports on the current nuclear issue\ne1\te2\tsociety\tagents\tMember-Collection_reversed\tan office is then modeled as a society of various interacting agents using their knowledge to complete the office goals cooperatively\ne1\te2\tvalley\twines\tEntity-Origin_reversed\tthe valley is france's largest producer of sparkling wines outside of the champagne region\ne1\te2\ttalks\tcontract\tMessage-Topic\tpreliminary talks between the association and nigel worthington regarding a new contract took place last week and these talks are still ongoing\ne1\te2\tstories\thistorical truths\tOther\talthough some of the stories were based on historical truths, most were a weaving of greek, roman and celtic myths\ne1\te2\tproblems\tstudy\tOther\thowever several problems were pointed out during the course of this feasibility study\ne1\te2\tsergeant\tarmy\tMember-Collection\tthe salary of a sergeant in the army for an experience of 2 years or less is $19504.80, after 10 years it is $26841.60\ne1\te2\tweather report\tstorm conditions\tMessage-Topic\tthe weather report informed me about the high wind storm conditions that was already in place\ne1\te2\tsoldier\tmessage\tProduct-Producer_reversed\tone soldier was brutally frank in a message posted on a website last week\ne1\te2\tgrowth\thormone\tCause-Effect_reversed\thuman growth hormone is described by some as the key to slowing the aging process\ne1\te2\tumbrella\tribs\tComponent-Whole_reversed\tthe wind lifted the umbrella, tipped the table, smashed some of the umbrella ribs, and ripped about half the umbrella seams\ne1\te2\tduo\tsongs\tProduct-Producer_reversed\tin another two short sessions, the duo produced six or seven songs, two of which just didn't fit the mood of the album\ne1\te2\tterrorist\torganizations\tOther\tin september 2001 president george w. bush declared a \"war on terrorism\" and vowed to destroy all terrorist organizations \"with a global reach\"\ne1\te2\telectronic engineer\tembedded software\tInstrument-Agency_reversed\tat my work, an electronic engineer has migrated into embedded software\ne1\te2\tdiscussion\tappendix\tMessage-Topic_reversed\ta brief discussion of the rice market is presented in the appendix\ne1\te2\tsoftware\tcompany\tProduct-Producer\troni music is a software company with an emphasis on powerful music software\ne1\te2\tblackberry\tsyrup\tEntity-Origin_reversed\tfirst you feel the fire of vodka, but sweetish and then the blackberry syrup neutrolizes all the alcohol, the last touch is the coffee taste of kahlua\ne1\te2\tfilm\tmaker\tProduct-Producer\tmartin smith is a film maker who wrote and directed the 2006 scottish bafta award winning short tracks\ne1\te2\tpocket\ttrousers\tComponent-Whole\ti kept it in a pocket in my trousers and, day after day, used it more frequently, and with more pleasure\ne1\te2\ttablet\tmonk\tProduct-Producer\tin 616, the first buddhist stone scripture tablet was made at the temple by a monk named jingwan\ne1\te2\tpresident\tcorporation\tOther\tthe president of the corporation, by virtue of his office, presides as chairman of the meeting\ne1\te2\tjaws\thandle\tComponent-Whole\tthe covered clamp style handles hold mop firmly between the jaws of the mop handle\ne1\te2\tfounder\tagency\tProduct-Producer_reversed\tthe founder of a growing advertising agency is happy to see his business flourish, but is left wondering what his role is now that others have taken over\ne1\te2\tfoot\tnails\tComponent-Whole_reversed\ti bought him his meds and cut his foot nails first before we headed to the hospital\ne1\te2\tferret\tpaw\tComponent-Whole_reversed\tthe lure is a treat that is held in the owners hand, and the ferret lifts its paw to try to get to the treat\ne1\te2\tamount\tcylinder\tEntity-Destination\tat this moment, a certain amount of chlorine gas was placed inside a cylinder with a movable piston at one end\ne1\te2\tgame\ttelevision\tOther\twhile playing the labyrinth game through the television, i thought of a few ideas that i wanted to test out\ne1\te2\tplug\tvalve\tComponent-Whole\tthe plug of the valve shown in figure 3-50 is fitted for this purpose with a packing sleeve, which is tightened against the seat by a follower nut\ne1\te2\tsister\tcradle\tOther\tmy baby sister was lying asleep in a cradle next to my mom's bed\ne1\te2\tfarrow\tpiglets\tMember-Collection_reversed\tso they mate with boars every year and give birth to a litter, no, a farrow of piglets\ne1\te2\tdepartment\tstore\tComponent-Whole\tin the footwear department of the store, socks and other accessories needed to be displayed in an area close to the shoes, boots and sandals, yet also be unobtrusive\ne1\te2\tchain\tsaws\tComponent-Whole\tseveral major manufacturers of chain saws claim to have invented the first chain saw and all their claims point to the 1920s\ne1\te2\telection\tappointment\tCause-Effect_reversed\tthe election was caused by the appointment of donald sumner, formerly conservative mp for orpington, to be a county court judge\ne1\te2\tpolonium\ttantalum capsule\tContent-Container\tthe polonium was contained in a tantalum capsule which was closed by beliarc welding remotely controlled manipulators\ne1\te2\titems\tstore\tEntity-Destination\tfinally, the holiday items arrived to the local store\ne1\te2\tfever\timmunizations\tCause-Effect_reversed\tthis was our first day back volunteering there but he wasn't feeling good, had a fever from immunizations\ne1\te2\tpropellor\tblade\tComponent-Whole_reversed\tthe first french aircraft designer to try this simply installed a deflector plate on the propellor blade\ne1\te2\tbusloads\tcontention\tOther\teight busloads ran into contention\ne1\te2\tmother\tsweater\tProduct-Producer_reversed\ti was very lucky to have my friend from ballet knit a baby blanket for my daughter and my friend's mother from austria knit a baby sweater\ne1\te2\tremuda\thorses\tMember-Collection_reversed\tin 1874 captain john t. lytle and several cowboys left south texas with 3500 head of longhorn cattle and a remuda of saddle horses\ne1\te2\tplague\tlocusts\tOther\tthe western region of mauritania is the scene of a serious plague of desert locusts\ne1\te2\texhibits\tfall fair\tEntity-Destination\tthe exhibitors have entered the exhibits into the fall fair\ne1\te2\ttaxation\tgovernment\tInstrument-Agency\the sees taxation as a central instrument for the government (over and above revenue raising) especially for re-distribution of wealth\ne1\te2\tliterature\trecognition\tMessage-Topic\tit has been asserted in the literature that the recognition of speech takes place not because of phonemic distinctions only\ne1\te2\twind\tdraft\tCause-Effect\ti found that the wind swirling around from the back, in between the front seats, caused a draft on the driver and passenger's necks\ne1\te2\thoney\tbottle\tContent-Container\ti also enjoyed the fact that the honey was in a bottle rather than those little packages that are almost impossible to open and make a huge mess once you manage to do so\ne1\te2\tvehicles\tbumpers\tComponent-Whole_reversed\tvehicles are equipped with front and rear bumpers designed to withstand the impact of the collision\ne1\te2\tmischief\tmice\tMember-Collection_reversed\tthe japanese team conducted their preliminary research on mice, with a cancer gene among the regulators, and created in the process a mischief of clone mice\ne1\te2\tacidity\tcarbon dioxide\tCause-Effect_reversed\tthe acidity is caused by the gradual buildup of carbon dioxide (co2) in the atmosphere, dissolving into the oceans\ne1\te2\texpansion\tmovements\tCause-Effect\tthe european colonial expansion to the americas resulted in massive population movements from the old world to the new world\ne1\te2\twax\tworkers\tProduct-Producer\tworkers take wax from wax producing workers and build the comb with it\ne1\te2\tauthor\tdevil\tOther\tthe author identifies the piper with the devil\ne1\te2\tfaction\tleaders\tMember-Collection_reversed\ta faction of sikh leaders took over a gurdwara in this haryana town, which was controlled by amritsar-based shiromani gurdwara parbandhak committee (sgpc)\ne1\te2\tlaw-maker\thorse\tInstrument-Agency_reversed\tthe law-maker narrowly escaped by fleeing from his house on a horse\ne1\te2\tbar\tinjector\tComponent-Whole\twhen the loading time was completed, the sliding bar of the injector was displaced manually to the other resting position (dashed area)\ne1\te2\ttroops\tareas\tEntity-Destination\tcambodian troops arrived to areas in chad, central african republic where us forces had settled already\ne1\te2\thighways\tdisrepair\tOther\thighways are falling into disrepair\ne1\te2\tdoor\ttruck\tComponent-Whole\twitness ryan jones tried to stop the fleeing diaz, jones became caught on the door of the truck and was dragged for a distance\ne1\te2\ttea\tmug\tContent-Container\tthe tea was in a mug my husband, larry, had ordered from some company online\ne1\te2\tobservations\tmonitor\tOther\twhile making observations the microfossil through the binocular microscope or on a computer monitor, the investigator needed to manually move the specimen\ne1\te2\tharras\thorses\tMember-Collection_reversed\ta while ago i was walking along the nibenay basin when i stumbled upon a harras of wild horses\ne1\te2\traft\tducks\tMember-Collection_reversed\ton the way in we saw a big raft of eider ducks and there were some tiny babies with them\ne1\te2\tpeople\thunger\tOther\tanother 40 million people have been pushed into hunger this year\ne1\te2\tclothing\thamper\tEntity-Destination\the grabbed and put all dirty clothing in a hamper\ne1\te2\tanecdote\tband\tProduct-Producer\teach recipe features an anecdote by a band that performed via the hope collective, a popular punk booking collective in dublin\ne1\te2\twriter\tink\tInstrument-Agency_reversed\tthe writer has a 'bottle of ink, a pen and a blotter'\ne1\te2\tcity\tstation\tProduct-Producer_reversed\tthe city has constructed some tourism facilities and a new police station in the showcase area, but no new houses are to be built here\ne1\te2\ttail\tsolar wind\tCause-Effect_reversed\tthe straight, blue ion tail is caused by the solar wind and the curved dust tail is caused by solar radiation pressure\ne1\te2\texploration\twaters\tEntity-Destination\tthe ocean exploration is now moving into deeper waters\ne1\te2\tinfectious diseases\tparasites\tCause-Effect_reversed\tinfectious diseases or communicable diseases are caused by bacteria, viruses, and parasites\ne1\te2\tproposals\tconference\tMessage-Topic_reversed\tproposals to simplify the university admissions process have been outlined at a conference of secondary school head teachers\ne1\te2\troof\tcarpenter\tProduct-Producer\tduring the reign of king richard ii, this was replaced by a hammerbeam roof by the royal carpenter hugh herland, \"the greatest creation of medieval timber architecture\"\ne1\te2\tstudent\twebsite\tInstrument-Agency_reversed\tto prepare for his exam, the student visited the isa website\ne1\te2\ttrials\tday\tEntity-Destination\tthe football club has rescheduled the trials to the next day due to recent wet weather\ne1\te2\tlesson\tpredominant\tMessage-Topic\tthe second lesson points to the predominant role of quality over quantity\ne1\te2\tjournalists\tdiscussion\tMessage-Topic_reversed\tmany times, journalists become the topic for discussion among political party supporters at press conferences\ne1\te2\twomen\tsheep\tInstrument-Agency_reversed\twomen improve lives of their families with the help of a few sheep\ne1\te2\tdefinition\tstandards\tInstrument-Agency_reversed\tthe definition of the vcard specification made use of a number of existing standards\ne1\te2\tposts\tinstallation\tEntity-Destination\tall your posts are imported into the standard wordpress installation\ne1\te2\tteam\tarmy\tComponent-Whole\twithout wasting time, a medical team of the army rushed to the house of the militant and provided emergent medical treatment to her\ne1\te2\treport\tsocietal impacts\tMessage-Topic\tthe report provides a full account of the societal impacts of car production\ne1\te2\tregiment\tswordsmen\tMember-Collection_reversed\tthe siege started rather slow, with a regiment of lightly armored swordsmen ramming down the gate\ne1\te2\tinteraction\tlayers\tCause-Effect_reversed\ton this basis, the vibronically coupled cd bands of lutein diacetate are attributed to an excitonic interaction arose from the twisted nematic layers\ne1\te2\tchemical\tgland\tProduct-Producer\tpsa is a chemical produced exclusively by the prostate gland to liquefy semen\ne1\te2\tcrisis\tcost\tCause-Effect_reversed\tthe pension crisis has been caused by the escalating cost of funding \"copper bottomed\" final salary pension schemes still provided, unlike most companies, by councils and other public sector employers such as transport for london\ne1\te2\tnarration\tdescription\tEntity-Destination\tthe editors have inserted narration into the description\ne1\te2\tblood\tclot\tOther\ta blood clot is a normal reaction of the body that occurs if a blood vessel is injured\ne1\te2\tinjuries\tfireworks\tCause-Effect_reversed\ta third of the injuries are caused by illegally obtained fireworks, and burns account for half the injuries\ne1\te2\tpainting\tbeing\tMessage-Topic\tthe icon is generally a flat panel painting depicting a holy being or object\ne1\te2\tweather\tfront pages\tMessage-Topic_reversed\tthe weather is still the main talking point on the front pages\ne1\te2\trelationship\tchaos\tOther\ttheir relationship is thrown into chaos\ne1\te2\tbottle\tformula\tContent-Container_reversed\ti wanted to breastfeed him when he was hungry and i noticed that he wasn't approving of my breast, so i gave him a bottle with formula in it\ne1\te2\twaiters\tmop\tInstrument-Agency_reversed\tthe mess was rapidly cleaned by one of the waiters with a mop and disinfectant and the meal continued\ne1\te2\tdesert\tlapwings\tMember-Collection_reversed\tthe skies were also filled with a desert of lapwings and a congregation of golden plover, mixed together in a cloud of birds which filled the sky as they escaped a passing (but unseen by me) predator\ne1\te2\tnorms\tissues\tMessage-Topic\tone of the few clear and non-controversial norms governing issues of state succession are the customary rules enshrined in article 11\ne1\te2\tbomb\tradio-cassette player\tContent-Container\tthe bomb was hidden in a toshiba radio-cassette player which in turn, was inside a brown samsonite suitcase\ne1\te2\tkey\tsafe\tContent-Container\tonly i had a key to that door, the door was unlocked earlier, the key was locked in a safe and only i had access to the key\ne1\te2\tphilosopher\tbreakdown\tOther\tpeter gast \"corrected\" nietzsche's writings even after the philosopher's breakdown and so without his approval\ne1\te2\tflapper\tamplifier\tComponent-Whole\tthe flapper of the first stage hydraulic amplifier is rigidly attached to the midpoint of the armature flapper\ne1\te2\twine\tcarafe\tContent-Container\tthere are three techniques for properly decanting wine in a carafe\ne1\te2\tthreat\ttelevision\tCause-Effect_reversed\tin addition to the threat from cable television, analog terrestrial television is now also subject to competition from satellite television and distribution of video and film content over the internet\ne1\te2\tcitations\tbook\tComponent-Whole\taccess to the citations contained in the book is rather difficult\ne1\te2\tspider\tglass box\tContent-Container\tthe spider was contained in a glass box, but it was big enough and close enough to have the desired effect\ne1\te2\tplatoon\tmarines\tMember-Collection_reversed\tthe safest place in korea was right behind a platoon of marines\ne1\te2\tplantation\tcrops\tOther\tthe innovative techniques consist of plantation of appropriate horticultural crops, fodder trees and medicinal plants along with micro-irrigation facilities\ne1\te2\tdrive\twallet\tContent-Container\tworld's slimmest usb flash drive fits comfortably in a wallet\ne1\te2\tproducer\tprograms\tProduct-Producer_reversed\tthe polish competition authority condemns a producer of paid tv programs for abusing of its dominant position in the licensing agreement with the cable tv operator\ne1\te2\talcohol\tsuicide\tCause-Effect\talcohol and drugs directly cause suicide by significantly diminishing the reasoning of the person at the time of the suicide\ne1\te2\tchamber\toven\tComponent-Whole\ta metal pipe connects the magnetron to the cooking chamber of the oven\ne1\te2\tillness\tchickenpox\tCause-Effect_reversed\ti write as both a doctor/medical director of the me association and as someone who suffers from the illness, which was triggered by an attack of chickenpox\ne1\te2\twrinkles\tsun\tCause-Effect_reversed\ti know plenty of people with oily skin and wrinkles from the sun and they're in their 30s\ne1\te2\tdependencies\tfilters\tEntity-Destination\textending ninject injects dependencies into action filters\ne1\te2\tship\tport\tEntity-Origin\tthe ship departs from the port of naoussa, and is of the catamaran type\ne1\te2\tdisturbances\terosion\tCause-Effect\twindmills kill birds and bats, while soil disturbances required to build solar and wind arrays lead to soil erosion\ne1\te2\tthink tank\tissues\tOther\tthe boyd group is a british based, independent think tank considering issues relating to animal testing\ne1\te2\tgroup\tscholarships\tOther\tthe seattle women's group distributes a number of small scholarships for single mothers who want to go to college\ne1\te2\tpoliceman\tpolice force\tMember-Collection\tas late as the 1950s, for example, only one mexican served as a policeman in the entire chicago police force\ne1\te2\tscience\tlives\tOther\tscience is part of our daily lives: all day, every day, everywhere we go\ne1\te2\tinstrument\tpolyethylene bag\tContent-Container\tthe instrument was sealed in a polyethylene bag for 40 hours at room temperature\ne1\te2\tcamera\tsuitcase\tContent-Container\tthe camera was in a suitcase and the screen has been damaged\ne1\te2\tmosaicism\tmutation\tCause-Effect_reversed\tthe mosaicism observed in the proband was derived from a postzygotic somatic mutation of the normal maternal y chromosome\ne1\te2\tcitation\tbooks\tEntity-Origin\tand the citation from whelpton's books was listed first in the assortment of quotations specifically characterized as \"comparatively modest\"\ne1\te2\tship\tharbour\tEntity-Origin\tdues were paid before the ship departed from the harbour and the captain was provided with municipal and customs services\ne1\te2\tconsiderations\tcases\tOther\tconsiderations have been concerned with cases where the forces between particles can be handled in a satisfactory manner\ne1\te2\tbirds\teyes\tComponent-Whole_reversed\tbirds with eyes on the sides of their heads have a wide visual field, while birds with eyes on the front of their heads, such as owls, have binocular vision\ne1\te2\tsystems\tpaper\tMessage-Topic_reversed\tsome metal-free catalytic systems have been investigated in the paper\ne1\te2\tscientists\tmap\tProduct-Producer_reversed\tpatterson and a half-dozen scientists from several institutions compiled the global map using images from nasa's historic voyager and galileo missions\ne1\te2\twife\tmovement\tMember-Collection\tthe vp's wife was a member of a succession movement\ne1\te2\tman\tlist\tProduct-Producer_reversed\ta man drew up a hit list before shooting ten people dead\ne1\te2\twheels\tgrinding\tOther\tdeveloped in 1979, depressed center wheels revolutionized angle grinding\ne1\te2\tdisguise\tbin\tContent-Container\tfive seconds later the disguise was in a bin and he was just your average joe in the fluero singlet and workboots walkin down the path\ne1\te2\tcutter\tdo-it-yourselfer\tInstrument-Agency\tfor straight cuts, a tile cutter is the best tool for a do-it-yourselfer\ne1\te2\tathlete\thurdle\tEntity-Destination\tthe athlete ran into a hurdle\ne1\te2\ttape\thandycam\tEntity-Destination\ti inserted an old tape into my brand new handycam\ne1\te2\torganisms\tareas\tEntity-Destination\tthe organisms are spreading into uninhabited areas\ne1\te2\trule\tapproach\tComponent-Whole\twe propose a rule driven approach for adaptive business collaboration development in which rules drive and govern the development process\ne1\te2\tgelatin\tanimal\tEntity-Origin\tkosher indicates that the gelatin is derived from an animal that is mercifully slaughtered according to the laws of kashruth\ne1\te2\tshop\tmethod\tInstrument-Agency_reversed\tthe shop has since \"fixed\" the problem with a method of their own (with approval from fsa apparently) and i have the cranks on my bike ready to use\ne1\te2\tdrug\tbottle\tContent-Container\tthe drug was in a bottle that was not prescribed to her\ne1\te2\tbottle\tmilk\tContent-Container_reversed\ta bottle full of milk that has been left sitting out in a warm room quickly breeds more bacteria than a newborn can handle\ne1\te2\tsuitcase\tmoney\tContent-Container_reversed\ti lost a suitcase with money in it last week\ne1\te2\tstudents\twiki\tProduct-Producer_reversed\tstudents worked together to create their own wiki on a given topic\ne1\te2\tpromises\tleaders\tProduct-Producer\trogge conceded that perhaps the committee had been naive in accepting the promises made by chinese leaders\ne1\te2\tdollars\teconomy\tEntity-Destination\t$600 billion dollars have been put into the us economy\ne1\te2\torganization\tstudent\tProduct-Producer\tthis is a student organization founded by some master student at university of rajasthan india\ne1\te2\tcontroversy\tintelligence\tMessage-Topic\tthe controversy has centered mainly on intelligence\ne1\te2\tmushroom\tsauce\tEntity-Origin_reversed\tthis easy mushroom sauce is delicious with steak\ne1\te2\tboy\twindmills\tProduct-Producer_reversed\tself-educated malawi boy builds windmills out of junk\ne1\te2\tseminars\tarea\tOther\tseminars and conferences have been organised around the asia-pacific area in the most recent years by different organisations and institutions\ne1\te2\tconvention\tbills\tOther\tthe convention of splitting tax bills is based on the construction of the first paragraph of s 55 that is rejected by the high court in permanent trustee\ne1\te2\tdeleveraging\tcrisis\tCause-Effect_reversed\tthe deleveraging triggered by the crisis implies that countries that hoarded reserves have been reaping the benefits\ne1\te2\tshipyard\tvessel\tProduct-Producer_reversed\tthe world's largest shipyard in ulsan slips a newly-built, multi-million dollar vessel into the water every four working days\ne1\te2\tdizziness\tinjury\tCause-Effect_reversed\theadaches, dizziness, balance problems, and neck and back pain were caused by the work injury\ne1\te2\tmembers\tordinance\tProduct-Producer_reversed\tthe historic district commission members drafted a demolition delay ordinance that went before the board of selectmen last year\ne1\te2\tnews\tinterplay\tMessage-Topic\tthis blog tracks and comments on news relevant to the interplay of science & religion\ne1\te2\tsubstance\tcytoplasm\tEntity-Destination\tthe substance is exported to the cytoplasm\ne1\te2\twater\ttank\tEntity-Destination\tapproximately 20 dl of water was put in a fish tank\ne1\te2\tfainting\tunconsciousness\tCause-Effect\tfainting is a common cause of unconsciousness and may occur when the casualty's heart rate is too slow to maintain sufficient blood pressure for the brain\ne1\te2\tway\tdebate\tMessage-Topic_reversed\tthe best way to peel a chestnut has long been a topic of debate\ne1\te2\ttreasure trove\tconcerts\tMember-Collection_reversed\tthis region boasts a treasure trove of concerts, museums, and other cultural offerings\ne1\te2\twoman\tfamily\tEntity-Origin\tthe woman was taken from her native family and addopted in england on some relocation scheme in the 1960's\ne1\te2\tbevy\tdoves\tMember-Collection_reversed\tthere was such a bevy of mourning doves in the tree across from the deck that they looked like christmas ornaments\ne1\te2\tpie\tsky\tEntity-Origin\tfor a flaming pie descended from the sky, and jesus christ stepped out of it, and he sayeth unto me\ne1\te2\tvirus\tpandemic\tCause-Effect\tmuch like the virus that caused the 1918 flu pandemic, this new h1n1 flu virus affects young adults and school children in greater numbers\ne1\te2\tclutch\tmechanics\tMember-Collection_reversed\ti look around to discover he's about two metres away, obscured from view by a clutch of force india mechanics\ne1\te2\tspring\tdevice\tEntity-Destination\ta worker inserts the small spring in the device and then installs the buttons\ne1\te2\tcompany\thouse\tProduct-Producer_reversed\tthe company has constructed a demonstration house at the bre innovation park, at watford, using the same combination of timber and hemcrete\ne1\te2\tteam\tbrilliance\tOther\tin a tense struggle, the other team prevailed in convincing fashion with a flurry of sacrifical brilliance\ne1\te2\tburns\tliquids\tCause-Effect_reversed\theat burns, or thermal burns, are caused by steam, fire, hot objects or hot liquids\ne1\te2\tdispute\tplot\tOther\tit is a dispute over a plot of land where hundreds of babies are believed to be buried\ne1\te2\tconfederation\tpeoples\tMember-Collection_reversed\tthe country was a confederation of various tribal peoples of caucasian descent (closely associated with the georgians and the peoples of the modern russian north caucasus)\ne1\te2\tnitrogen\tlakes\tEntity-Destination\tnitrogen is falling into remote lakes\ne1\te2\tidiot\tmotion\tOther\twhen the dog starts jumping like a nut, the idiot pulls the leash up with a jerk motion to get his attention and distract him\ne1\te2\tspacecraft\touter-space\tEntity-Destination\tmore than 40 years have passed since the spacecraft departed into the outer-space with a fuel cell on-board\ne1\te2\texaltation\tlarks\tMember-Collection_reversed\tthe exaltation of the larks were heard in high-exalting by the mallards who were rather flushed from playing in the puddling\ne1\te2\tcamaraderie\tsupporters\tOther\teach year, waterfowl enthusiasts and conservationists gather to learn about du's priorities, socialize and enjoy the camaraderie of other du supporters\ne1\te2\tmethadone\tbuzz\tCause-Effect\tmethadone gives a buzz too, but it's the most effective way to reel in heroin addicts into treatment and real life\ne1\te2\thandgun\tsafe\tContent-Container\tthey were not issued guns at the time, but the office did have one handgun that was locked in a safe; however, there was no ammunition\ne1\te2\tflooding\tcyclone\tCause-Effect_reversed\tthe flooding, caused by a cyclone, came on the heels of a prolonged drought, which destroyed 60 percent of fiji's sugar cane crop last year and cost more than 50 million fijian dollars (25 million us) in relief and rehabilitation\ne1\te2\tbrigade\tfollowers\tMember-Collection_reversed\tgovernor rutledge had commissioned him a brigadier, and with his famous brigade of ragged followers, he performed those deeds for the redemption of south carolina which have made his name immortal\ne1\te2\tdiscourse\tpoet\tProduct-Producer\tit's a long, polyphonic novel bookended by a virtuoso first-person discourse from madero, a cocky, seventeen-year-old student poet\ne1\te2\tjar\tlid\tComponent-Whole_reversed\tmake two holes in the jar lid, one hole in the middle of the lid and the other near the edge\ne1\te2\tfog\tdelays\tCause-Effect\tfog caused delays at the charlotte douglas international airport monday morning\ne1\te2\thandful\tlocations\tOther\tclearwire customers in a handful of locations were unable to get online for several hours due to a network outage late tuesday\ne1\te2\tadministration\tcentres\tProduct-Producer_reversed\tthe administration has established a number of health posts and health centres to provide health care to amerindians\ne1\te2\trotors\tturbines\tComponent-Whole\tbecause the rotors of the turbines are relatively slow-moving, they pose little threat to fish and other small marine life\ne1\te2\tbio-energetics\tbio-magnification\tEntity-Destination\tresearchers put bio-energetics into bio-magnification\ne1\te2\thurts\tmemories\tEntity-Origin\tin time we found that those pains and hurts from past memories were beginning to be mended and those past hurts became our scars, our badge of honor\ne1\te2\tmodel\tevent\tOther\tthe model developed from that event include academic visits and symposia, alumni and. vip events, together with government and press relations\ne1\te2\tconvention\townership\tOther\tit is a common informal convention to reserve or declare full or partial ownership of a community resource\ne1\te2\tideas\tissue\tMessage-Topic\tbelow you find my ideas with regard to this issue\ne1\te2\tman\tpit\tProduct-Producer_reversed\tthe man dug a three-foot-deep fire pit to roast a pig, but somehow fell into the fiery hole\ne1\te2\tofficers\tbus\tInstrument-Agency_reversed\twe were forced to get off the bus and find accommodation for the night, while the police officers took the bus to the scene of the incident; apparently they were lacking their own transportation\ne1\te2\tmother\traft\tProduct-Producer_reversed\ta mother was seen to have built a small raft out of birch bark for her and her children, but it promptly sank among the ice floes\ne1\te2\tastronauts\tcapsule\tOther\tthe astronauts rode to the station in a capsule\ne1\te2\tlaboratory\torganisation\tComponent-Whole\tnow this laboratory also is part of a larger organisation\ne1\te2\tpresident\tcorporation\tOther\tthe president of this corporation was one of its stockholders\ne1\te2\tlegion\tarchers\tMember-Collection_reversed\tthe archers of the eyes were an elite legion of elven archers who served troughout various wars\ne1\te2\tskeleton\ttomb\tContent-Container\tthe skeleton was discovered inside a neolithic-age tomb unearthed in yumuktepe hoyuk of the southern mersin province\ne1\te2\tsquadron\tswans\tMember-Collection_reversed\ta little later you're admiring a squadron of huge, white swans soaring over a nearly unspoiled natural area where it's hard to believe that a big city is only minutes away\ne1\te2\tlion\tpaw\tComponent-Whole_reversed\tas he came near, the lion put out his paw, which was all swollen and bleeding, and androcles found that a huge thorn had got into it\ne1\te2\tmoney\tartwork\tEntity-Destination\tthe celebrity poured money into modern artwork\ne1\te2\trequest\tmoderator\tEntity-Destination\ta request has been sent to the moderator\ne1\te2\thypothesis\tdomination\tMessage-Topic\tthe second hypothesis asserting economic domination is rejected, and the third largely accepted\ne1\te2\tvolume\tunderstanding\tMessage-Topic\tthis volume synthesizes current understanding of the ecology of alaska's boreal forests\ne1\te2\tprocess\tstricture\tCause-Effect\tthe accompanying inflammatory process had caused the stricture of the mid-cbd\ne1\te2\tscars\tburns\tCause-Effect_reversed\tone of the most dreaded types of scars are contracture scars from burns\ne1\te2\tparcels\tfood items\tContent-Container_reversed\tthe parcels contained a few basic food items to supplement the prisoners' meagre rations\ne1\te2\tlid\tbin\tComponent-Whole\tthe bees made their entry through a small hole in the lid of the bin, and they created a wonderful honeycomb on the underside of the lid, hanging downward in the bin, in a beautiful arrangement\ne1\te2\tofficials\tdossier\tProduct-Producer_reversed\tthe official is one of the senior officials involved in drawing up the september dossier\ne1\te2\tphrase\te-mail\tEntity-Origin\tthe phrase originated in an e-mail of july 11, 2003, from cooper to his time bureau chief, referring to a conversation with karl rove\ne1\te2\tgunman\tweapons\tInstrument-Agency_reversed\tthe gunman bought his weapons legally from a champaign gun dealer\ne1\te2\tbuns\tsteamer\tEntity-Destination\twe placed the buns into the steamer, leaving 1-2 inches between each bun\ne1\te2\tpoems\tcontests\tEntity-Destination\ta famous poet has entered his poems into three current contests\ne1\te2\tdehydration\tdeath\tCause-Effect\tdehydration is one of the lead causes of death in the world due to dirty water and felt this should be emphasized in global charity documentation\ne1\te2\tsoftware\tdeveloper\tProduct-Producer\tmr grisby, 30, a software developer\" and victim of a previous burglary, had also activated a back-up system which transferred the captured images to his private website when the computer was stolen\ne1\te2\tstatue\tsculptor\tProduct-Producer\tthe statue was carved by a scots sculptor in 1826-27 and may be the only one based on a portrait of burns by burns's friend peter taylor, an amateur artist\ne1\te2\ttissue\tcapsule\tEntity-Destination\tan encapsulating composition is infused into the channel to encapsulate the tissue in a capsule\ne1\te2\tbook\tfriend\tEntity-Origin\ti first became acquainted with the book through an audio book i was given by a dear friend of mine a few years ago\ne1\te2\tbaby\twipes\tInstrument-Agency_reversed\ta baby uses a box of baby wipes per week\ne1\te2\tship\tport\tEntity-Origin\tthe ship sailed from the port only once and was registered in liverpool\ne1\te2\tfling\toxbirds\tMember-Collection_reversed\ta fling of oxbirds is known by the singular and beautiful appearance those birds present in the air; the grace, swiftness, and compactness of their flight\ne1\te2\tmethod\tcountry\tEntity-Origin\tthe method of writing, and the use of the fashionable amusement quizzes wauwau arrives from the country of prester john\ne1\te2\ttoxins\todor\tCause-Effect\tthese toxins cause sickness or an unpleasant odor\ne1\te2\treel\tcan\tContent-Container\tthis particular reel was in a can where the writing on the label was completely obscured by a substance that looks like hamburger mustard\ne1\te2\tstaff\thospital\tOther\tthe staff of the hospital are committed to maintaining these services\ne1\te2\taccident\tdelays\tCause-Effect\taccident causes delays on bw parkway\ne1\te2\tstudent\ttelephone\tInstrument-Agency_reversed\tstudent support by telephone has a long tradition in open and distance learning\ne1\te2\tuser\tbutton\tInstrument-Agency_reversed\ta user activates the device with the power-on button\ne1\te2\tplate\telectroscope\tComponent-Whole\tthe presence of the charged object above the plate of the electroscope, induces electrons within the electroscope to move accordingly\ne1\te2\tartist\tcrayons\tInstrument-Agency_reversed\tan artist creates sculptures using up to 250000 colouring crayons\ne1\te2\tfire\tearthquake\tCause-Effect_reversed\tchildren stand near houses in padang that caught fire after the earthquake\ne1\te2\thostel\tbuilding\tOther\tthe hostel comprises of a main building of 3 floors, it started its life as a nun's convent that's been renovated\ne1\te2\tsword\tblade\tComponent-Whole_reversed\tthe sword with leaf-shaped blade was used for both cut and thrust, but it is clear from the representational evidence that it was principally used in a downward cut\ne1\te2\tsuffering\tcrisis\tCause-Effect_reversed\tindividual donors make a significant difference in addressing the suffering caused by the economic crisis\ne1\te2\trags\treceptacle\tEntity-Destination\tgreasy or oily rags or materials subject to spontaneous ignition are deposited in a receptacle\ne1\te2\tvolume\tinscriptions\tMessage-Topic\tthe rest of the volume presents the inscriptions, giving the circumstances of finding\ne1\te2\tfile\tfolder\tEntity-Destination\ti moved the file into the folder\ne1\te2\tcomradeship\tbrothers\tMember-Collection_reversed\ti'm so honored to represent my father in this comradeship of brothers\ne1\te2\tperson\tgoods\tProduct-Producer_reversed\ta person who prepares baked goods as a profession is called a baker\ne1\te2\tnote\trating\tMessage-Topic\teach question requires a text note to explain the rating\ne1\te2\tinfection\tfungus\tCause-Effect_reversed\tthis is a yeast infection of the esophagus caused by the same fungus that causes vaginal yeast infections\ne1\te2\ttonsillitis\tmicro-organisms\tCause-Effect_reversed\ttonsillitis is caused by infection by a variety of different micro-organisms\ne1\te2\thiccups\tspasm\tCause-Effect_reversed\thiccups are caused by a spasm contracting the diaphragm, a muscle essential in human respiration\ne1\te2\tlocation\tcircle\tOther\tthe location of each airport and presence of control towers is indicated with a circle\ne1\te2\telectricity\tbiomass\tEntity-Origin\tthe french government published on 13 january 2010 new guaranteed tariffs for the purchase of electricity produced from biomass, geothermal and solar by the public electricity grid management companies\ne1\te2\tmetaphors\tsaint\tProduct-Producer\tthis translation is systematic and literal; with a particular emphasis on preserving the metaphors used by the saint in their original signification\ne1\te2\tgear\tcollar\tComponent-Whole_reversed\tthe locking mechanism for a gear consists of a collar (or dog collar) on the shaft which is able to slide sideways so that teeth (or dogs) on its inner surface bridge two circular rings with teeth on their outer circumference: one attached to the gear, one to the shaft\ne1\te2\tmummy\tcoffins\tContent-Container\tupon its discovery, king tut's mummy was placed inside three coffins, one smaller than the next\ne1\te2\taircraft\tapproach\tOther\tthe aircraft was making a third approach to irkutsk, a scheduled refueling stop, when it crashed\ne1\te2\tmoments\tyear\tEntity-Origin\tthe party-goers had an array of favorite moments from the past year, from celebrity scandals to personal triumphs, but everyone seemed focused on their resolutions and things to come\ne1\te2\tmemes\tcopies\tOther\tsuccessful memes spread into numerous copies whereas unsuccessful ones become extinct\ne1\te2\tossicone\tcartilage\tOther\tan ossicone grows from the basal cartilage upward\ne1\te2\tcocaine\tpineapples\tContent-Container\tcocaine was hidden in the pineapples exported from ecuador to medellin city of columbia\ne1\te2\tpuppy\tgarbage bag\tContent-Container\tthe puppy was inside a sealed garbage bag lying in vomit and near death\ne1\te2\tcommittee\tpeople\tMember-Collection_reversed\tthe committee is composed of people from every department\ne1\te2\tlandslides\tdeaths\tCause-Effect\tlandslides caused the majority of the deaths\ne1\te2\treferences\tname index\tEntity-Destination\ti have added references into the name index\ne1\te2\train\tpower outage\tCause-Effect\train and wind cause power outage in los angeles 11:24, october 15, 2009\ne1\te2\tspeech\tcritics\tOther\tgordon brown speech addresses the critics on uk immigration\ne1\te2\tpublication\tdevelopments\tMessage-Topic\tthis weekly economic publication analyzes and interprets financial, commercial and industrial developments\ne1\te2\tmachine\tmemory\tComponent-Whole_reversed\tthis machine has a memory of 5000 slots and in this memory we can stock 500 customers and products\ne1\te2\tirritation\tchemicals\tCause-Effect_reversed\the took a shower after using hair cream to avoid skin irritation from the chemicals in the product\ne1\te2\thumiliation\tpeople\tCause-Effect_reversed\tthe humiliation comes from authorities and people making him loose faith in humanity\ne1\te2\texhibition\tcontacts\tMessage-Topic\tthe exhibition examines the first sustained contacts between american people and european explorers, conquerors and settlers from 1492 to 1600\ne1\te2\tinitiations\tyears\tOther\tthese initiations only have been passed on to a selected few after years of apprenticeship\ne1\te2\tvisit\tsensation\tCause-Effect\tthe visit caused a sensation on the whangaparaoa peninsula with people reporting the orca and rushing out to photograph and film them, from a safe distance\ne1\te2\tvoltage\treaction\tCause-Effect\tthe constant polarization voltage between the two electrodes instigates the electrochemical reaction of the chlorine compounds on the working electrode\ne1\te2\tguard\tpodium\tEntity-Origin\twithin a minute, the guard leaves the podium again and disappears into the crowd\ne1\te2\tsessions\tabstracts\tComponent-Whole_reversed\tthese sessions highlight selected abstracts of submitted papers in poster format\ne1\te2\tvirus\tbird\tEntity-Origin\tthe a/h1n1 virus originated in an asian bird that was exported to mexico, where it may have reassorted in a pig before infecting people\ne1\te2\tfunding\tnewspaper\tEntity-Origin\tprincipal threatens to pull funding from student newspaper for covering flag-burning\ne1\te2\thands\ttomb\tProduct-Producer_reversed\thuman hands built this extravagant tomb for the god king\ne1\te2\tatlas\tcabinet\tEntity-Origin\tshe pulled out an atlas from the cabinet by the couch and opened it to a world map\ne1\te2\tvapor\tswelling\tCause-Effect\tdust or vapor cause burns or irritation of the eyes with swelling\ne1\te2\temail\tperson\tEntity-Origin\ti had just returned from a wonderful meal at gusto when a mysterious email arrived from an unknown person identified only as, salumi monger\ne1\te2\treproductive toxicity\tnitrite\tCause-Effect_reversed\tincreased reproductive toxicity of landfill leachate after degradation was caused by nitrite\ne1\te2\tquotes\tmovies\tEntity-Origin\there are my favourite quotes from movies, songs and friends\ne1\te2\tcar\tseat\tComponent-Whole_reversed\tthis group 0+ baby car seat fits easily into the car and connects to the jane powertwin pro pushchair (sold separately) to make a travel system\ne1\te2\tscuttle\tcoal\tContent-Container_reversed\ti maintained an even temperature in my ward by bringing in a scuttle of coal for the day's business\ne1\te2\tsurface\tplates\tComponent-Whole_reversed\tthe earth's surface is divided into huge, thick plates that drift atop the soft mantle\ne1\te2\tpetition\toil\tMessage-Topic\tthe petition described the oil as being useful for salads and culinary purposes\ne1\te2\tsuperfluity\tpriests\tOther\tbefore the council, ireland had such a superfluity of catholic priests that it exported many of them to glasgow, england, and the united states\ne1\te2\twheat\tflour\tEntity-Origin_reversed\twe use whole wheat flour almost exclusively, but the white whole wheat flour was a new thing\ne1\te2\tcameras\tbooths\tEntity-Destination\ttwo voters put cameras into their booths\ne1\te2\tcontroversy\tassignment\tCause-Effect_reversed\ta controversy arose from an equivocal assignment of the metastable 150-mev vibrational peak\ne1\te2\tspeeches\teconomy\tMessage-Topic\tmost of his speeches at the rallies have been about the economy and the need to fight against corruption\ne1\te2\tray theory\tlayer\tOther\thigh-frequency geometric ray theory is used to study the refracted arrival from a layer embedded in an infinite medium\ne1\te2\tdispute\tinterpretation\tOther\tthe tribunal has jurisdiction over any dispute concerning the interpretation or application of other agreements\ne1\te2\tchairman\tpolitical party\tMember-Collection\the was a civilian president, but also he was functioning as the chairman of the political party that he founded from the cantonment\ne1\te2\tpractices\tprogrammers\tInstrument-Agency\tguru jakob nielsen gives his advice on best practices for programmers\ne1\te2\tbrew\tcauldron\tContent-Container\tshe began to create a brew in her cauldron, that would take an entire year to prepare\ne1\te2\tdioxide\tatmosphere\tEntity-Destination\tdioxide has been released into the atmosphere\ne1\te2\tmutation\tthrushes\tMember-Collection_reversed\tyes, i have a mutation of thrushes eating me out of bird food\ne1\te2\tdiscussion\tissues\tMessage-Topic\tone year later, a follow-up workshop was held to provide a focused discussion on these issues from a research, practice and policy perspective\ne1\te2\trecovery\tnext year\tEntity-Destination\tthe shocking macro-economics numbers have postponed the recovery to next year\ne1\te2\tcattle\tmiddle ages\tEntity-Origin\tthe busha cattle is a breed originated in middle ages\ne1\te2\tbook\trelationship\tMessage-Topic\tthe book asserts the intrinsic relationship between psychotherapy, human rights and politics\ne1\te2\tbutton\tradio\tComponent-Whole\ti pressed the button of the radio for contacting the engine driver and said that there was much smoke in the car\ne1\te2\tguards\tbuilding\tEntity-Origin\tas soon as the guards had left the building to investigate, he scrambled through the window and looked around\ne1\te2\ttechnician\tin-circuit emulator\tInstrument-Agency_reversed\ta technician uses an in-circuit emulator on the host pc to set breakpoints, read/write internal registers, dump memory, and perform other debugger-like functions\ne1\te2\twheat\tstarch\tEntity-Origin_reversed\tthe wheat starch has had more than one-hundred-year tradition in krnov\ne1\te2\tshank\thook\tComponent-Whole\tthe shank of the hook is the right length to create properly proportioned fish profiles\ne1\te2\tdeath\tvat\tOther\tdeath in a vat of chocolate was just waiting for some witty hilarious jokes\ne1\te2\tdataset\tdocuments\tEntity-Origin\tthe dataset was extracted from internal documents of the ministry of justice and analysed using standard demographic and epidemiological methods\ne1\te2\tcarriages\ttrain\tComponent-Whole\tthe carriages of the train were painted blue; the seams were decorated with gilding; all wooden parts were made of indian teak\ne1\te2\talliance\tbrands\tMember-Collection_reversed\this first aim was to complete the move from a loose alliance of different brands to a tighter, more business-like grouping\ne1\te2\tmouse\tloaf\tContent-Container\ta mouse was found in a loaf of malt bread\ne1\te2\tabuse\tswelling\tCause-Effect\tthe alleged abuse resulted in bruises and swelling of the brain\ne1\te2\tbird\twing\tComponent-Whole_reversed\ta bird is touching the sun with his wing\ne1\te2\tbootlegger\tstaples\tInstrument-Agency_reversed\tthe bootlegger bought his staples there, as well as apples for his mash\ne1\te2\tclump\treeds\tMember-Collection_reversed\tshe knew each favorite clump of concealing reeds along the river that the buffalo loved best\ne1\te2\tstories\tprequels\tOther\teven the most self-contained stories have spawned sequels, or even prequels\ne1\te2\tcode\tprocess\tEntity-Destination\twe have injected the code into the native process\ne1\te2\tman\ttestosterone\tOther\ta man relaxes with higher levels of testosterone, and a woman relaxes by secretion of oxytocin\ne1\te2\tfire\tarea\tEntity-Origin\tthe fire originated in an area of the plant housing cement mixing and lifting equipment\ne1\te2\tharm\tquake\tCause-Effect_reversed\tpicture of a woodcut portraying the harm caused by the quake\ne1\te2\ttritium\twater\tEntity-Destination\tthe braidwood generating station, owned by the exelon corporation, has leaked tritium into underground water\ne1\te2\tcomment\tdeveloper\tProduct-Producer\this approach is similar to a recent comment made by a prominent video game developer\ne1\te2\tinfections\tmalodor\tCause-Effect\tbacterial infections of the ear result in malodor, excessive exudation (drainage of pus-like material), and ulceration\ne1\te2\tgas\talgae\tEntity-Origin\tthe us department of energy has developed a method for producing natural gas from algae\ne1\te2\tfungi\tdisease\tCause-Effect\ton the one hand, a small notorious set of bacteria, fungi, parasites, protozoa, and viruses cause disease, as discussed in the two units of the book\ne1\te2\tdiabetes\tdisorders\tOther\tdiabetes is a group of metabolic disorders characterized by a hyperglycemia resulting from defects in insulin secretion, insulin action, or both\ne1\te2\tclashes\tdeaths\tCause-Effect\tthe clashes resulted in a great deal of bloodshed, including the deaths of at least 1200 civilians and 180 pakistani soldiers\ne1\te2\tfleet\tship\tMember-Collection_reversed\tthe twenty-fifth ship, the fleet's command ship shinbatsu, continued on into saturn space instead of returning home, escorted by the command ships shugotenshi and kergueren\ne1\te2\ttool\thandles\tComponent-Whole_reversed\tthe rivet tool offers long, ergonomically designed handles to increase leverage, and to secure the rivet in the nosepiece while the tool is in use, in any position\ne1\te2\tbutterfly\tpatio\tEntity-Destination\tyesterday a big huge beautiful orange butterfly flew into my patio\ne1\te2\tdaughter\tcoma\tOther\this daughter fell into perpetual coma by car accident\ne1\te2\tdivision\tsoldiers\tMember-Collection_reversed\tstill segregated in world war i, the u.s. army was reluctant to use its 93d division of black soldiers in combat and instead assigned the division's three national guard and one draftee regiments to the french army\ne1\te2\tvariations\tstratospheric winds\tCause-Effect_reversed\tthe variations are caused by stratospheric winds and the chemical production and destruction of ozone\ne1\te2\tlaugh\thairs\tOther\tbut now there came from out the niche a low laugh that erected the hairs upon my head\ne1\te2\tplum\twine\tEntity-Origin_reversed\ttakara plum is a rich, sweet and aromatic plum wine suitable as an aperitif\ne1\te2\tintroduction\tbook\tComponent-Whole\tthis is from the introduction in the book \"fountain pens and pencils, the golden age of writing instruments\" by george fischler and stuart schneider, 1990\ne1\te2\trock\tstrokes\tComponent-Whole_reversed\tthe sketchy rock in figure 16 is built up of many separate brush strokes\ne1\te2\tcreator\tworm\tProduct-Producer_reversed\tmicrosoft has put a price of $250000 on the head of the creator of the conficker internet worm\ne1\te2\tevidence\tstudy\tEntity-Origin\tthe clinical evidence came from a cohort study\ne1\te2\tmeal\trice\tComponent-Whole_reversed\tthe meal comprises: 1 portion of rice (bukhari / mandi / biryani); 1/4 roast chicken (leg and thigh / breast and wing); 1 small (handsized) box of dates\ne1\te2\tstack\tobjects\tMember-Collection_reversed\tintuitively stack is visualized as indeed a stack of objects\ne1\te2\ttank\tbunker\tContent-Container\ta devonport resident has discovered a fuel tank in a concrete bunker at north head\ne1\te2\tmaps\tportfolio\tEntity-Destination\tit was schoener who placed the maps in a portfolio that was later acquired by a german prince and stored in a castle for nearly 400 years\ne1\te2\tbalm\tsoul\tOther\tyou have poured balm into my anxious soul\ne1\te2\tman\tcustody\tOther\tthe cops took the man into custody\ne1\te2\ttears\triver\tEntity-Destination\tseven tears have flown into the river\ne1\te2\treservoir\toperation\tOther\tnow, this reservoir is put into operation\ne1\te2\thandful\ttidbits\tOther\ttoday, i present to you a small handful of informational tidbits which act as glimpses into the world of a typography enthusiast\ne1\te2\ttree\ttrunks\tComponent-Whole_reversed\tone of the most common reasons for cracks and splits on tree trunks is cold temperature\ne1\te2\tunit\ttransportation\tOther\tconveyance is any unit for transportation of explosives or blasting agents, including but not limited to trucks, trailers, rail cars, barges, and vessels\ne1\te2\tinsight\tproblem\tOther\tanalogies are examples which aid us in gaining insight into a problem\ne1\te2\tstatement\tleadership\tProduct-Producer\ta statement by the leadership of the smaller italy of principles party said berlusconi's only alternative would be \"to resign immediately\"\ne1\te2\tfish\tshoal\tMember-Collection\tsome fish swim in a shoal for protection\ne1\te2\twine\tcan\tContent-Container\tthe wine was in a can so i called downstairs to see if there were any other regular roses\ne1\te2\tlog- jam\tcases\tOther\tthe delay in bringing the suit to trial is being caused by a terrific log- jam of pending cases, court aids explained\ne1\te2\tjournal\tbook reviews\tComponent-Whole_reversed\tthe journal also contains book reviews and two regular columns that digest news from other sources\ne1\te2\ttalk\tchallenges\tMessage-Topic\this 'intensely personal' talk tackles the great challenges facing immigrants today\ne1\te2\tbloodshed\tgrowth\tCause-Effect_reversed\tmuch of the bloodshed was caused by the growth of gangs\ne1\te2\tcorrespondence\tcheque\tContent-Container_reversed\tthe correspondence encloses a purported cheque, as described above, for $2980.00, to go towards these fees\ne1\te2\tclass\ttherapeutic benefits\tMessage-Topic\tthe purpose of the class was to examine the therapeutic benefits of writing and to discern whether writing can be a help or a hinderance in some situations\ne1\te2\tflink\tcows\tMember-Collection_reversed\tthen all the evil llamas has cried and a flink of cows has rampaged threw the streets trying to find the person that killed him\ne1\te2\tring\tpartners\tMember-Collection_reversed\tit is a leaderless organization, although there is an \"inner\" ring of partners, and an \"outer\" ring of additional members that are associated with the wikiring, but have limited rights with regards to voting and access to shared resources\ne1\te2\ttree\tbark\tComponent-Whole_reversed\ttree bark are protected during construction activities and remodeling, since heavy equipment can damage trees\ne1\te2\tbolt\tfirearm\tComponent-Whole\tblowback firearms use the expanding gas impinging on the cartridge itself to push the bolt of the firearm rearward\ne1\te2\twater\tevaporators\tEntity-Origin\tthe water evaporated from the evaporators is condensed in the condenser and can be reused in the process\ne1\te2\tquestionnaire\tsections\tComponent-Whole_reversed\tthe questionnaire comprises three sections: (i) the dissemination of budget information, (ii) the executive's annual budget proposal to the legislature and the availability of other information that would contribute to analysis of budget policies and practices and (iii) the four phases of the budget process\ne1\te2\tdisputation\tlawyers\tMember-Collection_reversed\tthe last hereditary sheriff of galloway used to silence the disputation of lawyers in his court by calling them \"schoondrels! blethering loons!\ne1\te2\tbenefits\tsentence\tMessage-Topic_reversed\tthese benefits have been eloquently described in the last sentence of the preamble\ne1\te2\twitch\tbone\tInstrument-Agency_reversed\tin the sequence, the raven looks on as the witch stirs the cauldron with a huge bone\ne1\te2\tbiosurfactant\toil\tEntity-Origin\tthe efficiency of the biosurfactant produced from used vegetable oil was compared to other commercially available surfactants and the results were comparable\ne1\te2\tsteps\tladder\tComponent-Whole\tthe subjects were asked to climb up a total of 10 steps on the ladder and then down to the floor for each trial\ne1\te2\tbottle\tisopropanol\tContent-Container_reversed\ti carry a spray bottle with 91% isopropanol in it\ne1\te2\tletter\tgroup\tEntity-Origin\tthe letter was sent from group to group of the dispersed believers to try and build them up \"to encourage them\" to fill them with hope\ne1\te2\tstranger\tbrother\tEntity-Destination\ta stranger approached my little brother\ne1\te2\trudders\ttowboats\tComponent-Whole\tflanking or backing rudders are used by towboats and other vessels that require a high degree of manoeuvrability\ne1\te2\ttribes\thouses\tProduct-Producer_reversed\tmany tribes used animal hides to build houses such as tepees and wigwams\ne1\te2\train\tforest canopy\tEntity-Origin\tmuch of the rain evaporated from the forest canopy without ever reaching the ground\ne1\te2\tboat\tharbour\tEntity-Origin\tthe boat basically sails from the harbour to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach\ne1\te2\tanxiety\taccident\tCause-Effect_reversed\tthe anxiety caused by the accident, which appears to show no sign of diminishing, and its negative impact on the living conditions in the affected areas, may be the principal reason for the increase in poor reported health\ne1\te2\tcompany\tobligations\tOther\tthis company has eluded from state budget fiscal obligations (vat and profit tax) totalizing 2.183.351 lei\ne1\te2\tcommunity\tscholars\tMember-Collection_reversed\tin addition to the stipend, the center provides each scholar with a carrel in the vorhoff library; supplies and support such as stationery and copying; borrowing privileges of the center and university libraries; a tulane email account and access to university online resources, and the collegiality of a community of feminist scholars and practitioners\ne1\te2\troom\tcorner\tOther\tmy room has been moved into the corner of the first floor\ne1\te2\ttechnique\twebsites\tInstrument-Agency\tthis technique is used by most major websites to minimize http requests and hence improve page load times\ne1\te2\tfile cabinet\tiou\tContent-Container_reversed\tit's a file cabinet in washington with an iou in it\ne1\te2\tpoliceman\tpolice force\tMember-Collection\tit's about a corrupt policeman in a corrupt police force who changes his ways\ne1\te2\tsunflower\toil\tEntity-Origin_reversed\tthe mid-oleic sunflower oil was compared to cottonseed (gossypium spp.) oil, the \"gold standard\" for frying\ne1\te2\tstores\tareas\tComponent-Whole_reversed\tdiscount department stores have central customer checkout areas, generally in the front area of the store\ne1\te2\tenergy\tsource\tCause-Effect_reversed\tthe energy is going away from the source at the group velocity cg\ne1\te2\tpublications\tsimilarities\tMessage-Topic\tthe game received mixed reviews, with some of video games publications commenting on the similarities between other games from dragon ball\ne1\te2\tman\tbat\tInstrument-Agency_reversed\ta man attacked women with a baseball bat\ne1\te2\tremnants\tbox\tContent-Container\tthe remnants of einstein's brain were in a box marked \"costa cider.\ne1\te2\tcerebrum\themispheres\tComponent-Whole_reversed\tthe cerebrum (the forebrain) is made up of the right and left cerebral hemispheres\ne1\te2\tclowder\tcats\tMember-Collection_reversed\tmy vision of heaven is to be surrounded by a clowder of cats\ne1\te2\tpowder\tcasing\tEntity-Destination\ta 52-year-old rocket enthusiast suffered minor injuries when a motor exploded as he packed powder into the casing, blowing his garage door off its hinges\ne1\te2\tsoul\tbody\tEntity-Origin\tthe soul departs from the body for eternity\ne1\te2\tremote control\twater\tEntity-Destination\taccidentally, my remote control fell into the water\ne1\te2\tbooks\tidentification\tMessage-Topic\tthere are a series of books dealing with the identification of groups of birds\ne1\te2\tenergy\tcharge\tEntity-Origin\twe assume that the energy release from the charge is pot instantaneous, but it depends on time\ne1\te2\tnucleocapsids\tnuclei\tEntity-Destination\tparental influenza virion nucleocapsids were efficiently transported into the nuclei of murine cells\ne1\te2\tnest\thornets\tOther\tthe nest of hornets was long and uncovered externally\ne1\te2\tspindle\tpump\tComponent-Whole\tin a known motor-pump unit of this type, the slot-barrel motor is connected, to the drive spindle of the screw-spindle pump with a pressure side throttle interval interposed\ne1\te2\tcaravan\tcamels\tMember-Collection_reversed\tcaillie dutifully explored the city for four weeks, then departed in a huge caravan of 1400 camels\ne1\te2\tcrimes\tshow\tMessage-Topic_reversed\tit is very realistic and the crimes that are investigated on the show are crimes that have actually occured\ne1\te2\tchocolate\tbutter\tEntity-Origin\twhite chocolate is made of cocoa butter, milk, and sugar\ne1\te2\tniece\tapartment\tEntity-Destination\this niece moved into this apartment last month\ne1\te2\tdesign\tarchitect\tProduct-Producer\tthe chinesischer turm (\"chinese tower\") is a 25 metre high wooden structure, first constructed in 1789 to 1790, from a design by a mannheimer military architect\ne1\te2\tcook\tcoals\tInstrument-Agency_reversed\tthe solid fuel in a conventional grill remains stationary, unless the cook manually stirs the coals with a stick or similar tool\ne1\te2\tacne\tcosmetics\tCause-Effect_reversed\tthis mild and relatively common form of acne is caused by cosmetics\ne1\te2\tmoons\tcollaboration\tOther\tthe newest moons were discovered by an international collaboration of astronomers, working in july at the canada-france-hawaii telescope (cfht)\ne1\te2\tlight\tface\tCause-Effect_reversed\tthe light was radiating from the face of jesus christ\ne1\te2\treceiver\tcatch\tOther\tthe dallas wide receiver reacts after coming up with a big catch\ne1\te2\tshirt\tsleeve\tComponent-Whole_reversed\tand again, the shirt sleeve is too long, but the jacket is too short\ne1\te2\tgarden\tpail\tContent-Container\tthis garden in a pail is a unique idea that would make a great gift for any cook or herb enthusiast\ne1\te2\tdocument\tinterrogation\tMessage-Topic\tthis document is a summary of an interrogation of the witness conducted on the noted date\ne1\te2\tnuts\ttires\tComponent-Whole\the panics when he sees a blue gremlin on the side of the bus loosening the lug nuts on one of the tires\ne1\te2\tman\tknife\tInstrument-Agency_reversed\tthe man pulled it and the staples off the door, prying gently with a putty knife\ne1\te2\tstone\tcup\tEntity-Destination\tevery morning he put a stone into the cup without knowing that one of his friends put a handful of stones in it, to play a trick on him\ne1\te2\tnoise\tresistors\tCause-Effect_reversed\tthe output noise was caused by the biasing resistors and the shot noises of the base currents of q1 and q4\ne1\te2\tdamage\treconstruction\tOther\tthe painting shows a historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities\ne1\te2\tdialogue\teconomic impact\tMessage-Topic\tthe dialogue at the summit also covered the economic impact of ict literacy\ne1\te2\tbank\tplans\tProduct-Producer_reversed\tthe bank has drawn up plans for the same and may start scouting for partners over next few months\ne1\te2\tlight\tturrets\tCause-Effect_reversed\tthe only light was from two turrets of bulletproof glass\ne1\te2\tstew\tcauldron\tContent-Container\tonions and garlic were added to the stew in the cauldron\ne1\te2\tsedge\tbitterns\tMember-Collection_reversed\tquaint things the women wrought for her -- pomanders and cushions of thistledown; and the men were never happier than when they could tell her of the first thrush's egg in the thorn-bush or the sedge of bitterns that haunted the marsh\ne1\te2\twoman\tvillage\tEntity-Origin\tthe woman was born in the village\ne1\te2\tquestions\tcultural differences\tMessage-Topic\tmost americans are interested in topics or questions that have to do with cultural differences and with language\ne1\te2\tphosphorus\tcalcium loss\tCause-Effect\tthe widespread opinion that both protein and phosphorus cause calcium loss is examined\ne1\te2\tfurnace\tthermostat\tComponent-Whole_reversed\tthe furnace thermostat is the nerve center of your home heating system\ne1\te2\tbureau\tcommittee\tProduct-Producer_reversed\tthe bureau established an audit-and-risk committee based on the large number of receiverships and an external auditor was appointed to review all 2009 receivership files\ne1\te2\tmover\thamburger\tInstrument-Agency_reversed\tthat night, at dinnertime, the prime mover eats the philosophical pickle with a hamburger\ne1\te2\twallet\tlocker\tContent-Container\tthe wallet was inside of a locker designated for union employees\ne1\te2\tbook\tchapters\tComponent-Whole_reversed\tpowerpoint presentations for each of the book's chapters are posted on this website\ne1\te2\tdisplay case\tdesserts\tContent-Container_reversed\tanother great sign was the wonderful aroma of freshly baked desserts and brewed coffee, and the display case was full of wonderful looking desserts\ne1\te2\tchemicals\triver\tEntity-Destination\tthey have dumped chemicals into the local river\ne1\te2\tmember\tteam\tMember-Collection\tjeff ma, who was a key member of the infamous mit blackjack team, notes the turn around of the oakland a's and the reversal of criticism directed toward gm billy beane\ne1\te2\tscript\tindex\tComponent-Whole_reversed\tthe generated script creates candidate keys defined using a unique index\ne1\te2\tpreview\tblog\tEntity-Destination\tthe preview of a new dell laptop has been leaked to this blog\ne1\te2\tradio\tdevelopment\tMessage-Topic\ta local fm radio keeps the town informed about local and international development\ne1\te2\tconvict\tclaim\tProduct-Producer_reversed\tthe convict protects pip with a claim that he stole the items himself\ne1\te2\tarmor\tchest\tContent-Container\tmy father's armor was in a chest next to the shrine\ne1\te2\tdust\tirritation\tCause-Effect\tambient vanadium pentoxide dust produces irritation of the eyes, nose and throat\ne1\te2\tflakeboard\tguardrail\tEntity-Origin\tin this study, flakeboard was produced from decommissioned guardrail posts that had been treated with chromated copper arsenate (cca)\ne1\te2\ttroop\tprincesses\tMember-Collection_reversed\tboth her and her troop of pampered beverly hills princesses learn valuable lessons in character, courage, and friendship with a super happy ending\ne1\te2\tplastic bag\tmarijuana\tContent-Container_reversed\ton the floor of the passenger side, they found a plastic bag with marijuana inside\ne1\te2\tthermostat\trefrigerator\tComponent-Whole\tadjust the thermostat of the refrigerator to between 36 to 38 degrees fahrenheit, and make sure the freezer is set between zero to 5 degrees\ne1\te2\tcrisis\tsector\tEntity-Origin\tthe crisis originated in an over-leveraged corporate sector and a banking sector that had mismatched assets and liabilities\ne1\te2\thormone\tgland\tProduct-Producer\tit is a hormone that is produced by the pituitary gland and has widespread effects on the body\ne1\te2\tresearcher\tprogramme\tInstrument-Agency_reversed\tas a strategic move, the researcher started the school with a third-year programme with mature students\ne1\te2\tmountain\tlandscapes\tOther\tit features some of the most beautiful mountain landscapes anywhere, with vertical walls, sheer cliffs and a high density of narrow, deep and long valleys\ne1\te2\tboxes\thouse\tEntity-Destination\tthe old lady moved the boxes in the corridor into her own house\ne1\te2\theat\tmetamorphism\tCause-Effect\tthe heat and pressure cause metamorphism to occur\ne1\te2\toptimization\tengineers\tInstrument-Agency\tas a consequence, optimization is now viewed as an indispensable tool of the trade for engineers working in many different industries\ne1\te2\tphalanx\tcomrades\tMember-Collection_reversed\tthe two chiefs quickly gather round them a phalanx of their comrades\ne1\te2\tflange\tbaboons\tMember-Collection_reversed\tin this marvelous book smuts draws from years of painstaking field research in which she followed around a flange of chacma baboons in the mateti game park in zimbabwe\ne1\te2\tarchitect\tstrip\tInstrument-Agency_reversed\tinstead, the architect measures 'the sage' with a flexible strip of metal\ne1\te2\tfever\tstress\tCause-Effect_reversed\tdogs develop a fever from stress and/or pain such as in a severe flea infestation\ne1\te2\taircraft\tflight\tOther\tthe ntsb determined that the aircraft departed from controlled flight and crashed into the atlantic ocean\ne1\te2\trecipe\tfriends\tEntity-Origin\tthe recipe comes from our friends at evil mad scientist laboratories\ne1\te2\tmastiffs\thomes\tEntity-Destination\tthey misplaced mastiffs into homes\ne1\te2\tpin\tpotentiometer\tComponent-Whole\tthe left pin of the potentiometer is the ground connection\ne1\te2\tnide\tpheasants\tMember-Collection_reversed\twe are careful when mowing a meadow, as a nide of pheasants is in the tall grasses, brooding their young\ne1\te2\tstatement\ttopics\tMessage-Topic\tthe conference's final statement was a summary of all the topics the speakers had touched on during two days of meetings in cordoba\ne1\te2\tarticle\tmusic\tMessage-Topic\ti have recently found a little article claiming that music affects our health both improving and worsening it\ne1\te2\tbottle\tgold dust\tContent-Container_reversed\tthe winner of the goron races gets a bottle full of gold dust\ne1\te2\tweight\tcollapse\tCause-Effect\tthe weight of the concrete on the soft materials caused a second ground collapse on the following sunday night\ne1\te2\tcommittee\trecommendations\tProduct-Producer_reversed\tin its last 12 meetings this year the committee has made about 30-35 recommendations\ne1\te2\tcircle\tmobsters\tMember-Collection_reversed\tin fact while coppola was away serving his sentence, the question -- \"what're you gonna do now, tough guy?\" -- had become a popular catch phrase within a small circle of jersey mobsters\ne1\te2\tnose\ttissue\tOther\tthe inside of your nose is lined with a moist, thin layer of tissue called a mucous membrane (say: myoo-kus mem-brayne)\ne1\te2\tmonsoons\tchange\tCause-Effect_reversed\tevery schoolchild is taught that the monsoons are caused by the change in wind patterns when a large body of warm air rises\ne1\te2\trules\tbehavior\tMessage-Topic\tthese rules regulate human's behavior toward eachother and serve to maintain a sense of social unity\ne1\te2\texplosion\tblast\tCause-Effect_reversed\tboth reached the same basic conclusion, that the ship had been destroyed by a magazine explosion which was triggered by an external blast\ne1\te2\tsadness\tfear\tCause-Effect\tbut just think, sadness leads to fear then fear leads to anger\ne1\te2\tpadding\thelmets\tEntity-Destination\tthen, padding was then put inside the helmets so they fit comfortably and securely\ne1\te2\tletters\taddresses\tEntity-Destination\tindividualized letters have been sent to the following addresses\ne1\te2\tkitchen\tfridge\tComponent-Whole_reversed\tthe kitchen has a fridge and all necessary utensils\ne1\te2\tshop\tbooth\tInstrument-Agency_reversed\tthey chose a shop that oven bakes the paint in a down draft paint booth\ne1\te2\tdamage\thallucinogens\tCause-Effect_reversed\tby far the greatest damage has been caused by the illicit use of the hallucinogens\ne1\te2\tflu\tchills\tCause-Effect\tthe symptoms of h1n1 flu include fever, cough, sore throat, runny or stuffy nose, body aches, headache, chills, fatigue, and possibly vomiting or diarrhea\ne1\te2\tdevice\tport\tEntity-Destination\tanother device was inserted into another usb port\ne1\te2\tworkshop\ttools\tMessage-Topic\tthe first five-day workshop introduced tools for identifying and exploiting market opportunities\ne1\te2\tjoke\tcomedy\tComponent-Whole\twhen a joke driven comedy has weaker jokes, there's nothing behind them\ne1\te2\tgrain\twhisky\tEntity-Origin_reversed\tthis reputation as a cheap filler for blends has meant grain whisky has been overlooked\ne1\te2\tquarterback\tpass\tInstrument-Agency_reversed\tthe quarterback then wins the game with a \"hail mary\" pass\ne1\te2\tcistern\tliquids\tContent-Container_reversed\tin a cistern that stores cold liquids, the concrete ring serving as juncture element may be thermally lagged against the rock\ne1\te2\tpolicy\tprevention\tOther\teu enlargement policy was presented as a central instrument for eu conflict prevention\ne1\te2\tcatapult\tarm\tComponent-Whole_reversed\ti changed the length of the catapult arm and i changed the rubber band\ne1\te2\tcompany\tresearch\tOther\tthe company entered into collaborative research\ne1\te2\tpeople\tareas\tEntity-Destination\tduring the period of economy growth, those people have migrated into the urban areas\ne1\te2\tdecedent\tyard\tEntity-Origin\tthe decedent had left the nursery supply company's main yard earlier in the day\ne1\te2\theart\tvalves\tComponent-Whole_reversed\tthe opening and closing of the heart valves produce the sound of the heartbeat\ne1\te2\tauthor\tbirth\tOther\tthe dickens community archive project marks the bicentenary of the author's birth\ne1\te2\tpage\tconventions\tComponent-Whole_reversed\tthis page carries a list of some of these conventions\ne1\te2\tblaze\tfault\tCause-Effect_reversed\tthe full amount paid to aardman for the blaze, which was triggered by an electrical fault, was not disclosed\ne1\te2\tbean\tflour\tEntity-Origin_reversed\tthe emc of the common bean flour was determined at 10, 25, and 40 c\ne1\te2\tkey\tmember\tOther\tsince sally industries' inception, john wood has been a key member of the company's management team and a founding member of the board of directors\ne1\te2\tmerger\topposition\tOther\tthe merger is running into some opposition\ne1\te2\tregulation\tvalve\tInstrument-Agency_reversed\tpressure regulation using the valve and different amounts of fluid goes a long way in keeping your hydraulic log splitter in action\ne1\te2\tbullet\thead\tEntity-Destination\ta mob wanna-be graphically described yesterday how he put a bullet into a gangster's head in a twisted attempt to earn respect in his brooklyn neighborhood\ne1\te2\tcomputer\tarea\tOther\tthe computer is kept in a common area within our home\ne1\te2\tdetails\tinterview\tMessage-Topic_reversed\tinside of it, the first details about the game were revealed through an interview with series director masahiro yasuma\ne1\te2\tdebris\tfire\tOther\tthere is the evidence, photographic and otherwise, recording the debris caused by the subsequent fire and the explosions\ne1\te2\tflu\tstress\tCause-Effect\tmost illnesses, including colds and flu, cause a toxic overload that also increases the stress on the kidneys\ne1\te2\tslot machine\treels\tComponent-Whole_reversed\tthis particular slot machine has three reels and two paylines\ne1\te2\trod\tcylinder\tComponent-Whole\tfor example, if the user is bench-pressing the bar, the small end of the lever pushes down on the rod of the hydraulic cylinder\ne1\te2\tarchive\tmonths\tOther\tthe archive contains reviews from previous months\ne1\te2\tjug\twine\tContent-Container_reversed\tjug wine has a bad reputation, with many considering it cheap and low-quality\ne1\te2\tpaddle\tcanister\tOther\tthe paddle, called a dasher, fits inside a canister that holds the ice cream mixture\ne1\te2\tgovernment\tscience\tInstrument-Agency_reversed\tthis government views science simply as a tool for profit generation\ne1\te2\tpages\tsignificance\tMessage-Topic\tbertolli takes pages and pages of text to explain the significance of flours\ne1\te2\tcockpit\tfloor\tComponent-Whole_reversed\twith the engine now silent, the airman could hear the air as it whistled through the hole in the cockpit floor and the canopy\ne1\te2\tteam\tgeneral counsel\tMember-Collection_reversed\tthat is one of the many reasons that a ceo's team includes an experienced general counsel\ne1\te2\tmerchant\tduct-flutes\tInstrument-Agency_reversed\tthis is an allegory illustrating a flemish proverb which shows a merchant with a basket of seven duct-flutes for sale\ne1\te2\tplurality\tfeatures\tOther\tthe feature analysis storage stores the plurality of predetermined features extracted from the retrieved textual opinions\ne1\te2\taccident\tdeath\tCause-Effect\tthis case arises from a december 21, 2005 automobile accident that resulted in the death of larry haynes\ne1\te2\tkidney\tfather\tEntity-Destination\ta daughter donated her kidney to her father\ne1\te2\ttechnique\tlaser\tOther\tthe photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper\ne1\te2\tspecies\tforest\tOther\tother tree species in the gabonese forest are much more liable to burn, particularly burseraceae such as\ne1\te2\tparts\tstory\tComponent-Whole\tthe album contains not only songs but also spoken parts narrating parts of the story\ne1\te2\tplant\tleaves\tComponent-Whole_reversed\tat the moment, we have to expend a great deal of effort to fight black sigatoka, which attacks the banana plant's leaves\ne1\te2\tstarch\tsugars\tEntity-Origin_reversed\tthe starch is the source of the newly formed sugars\ne1\te2\temployee\tcomment\tProduct-Producer_reversed\tan employee posted a negative comment about the company on facebook\ne1\te2\ttree\twoods\tMember-Collection\tthe oak tree was growing in the woods of the longleat estate, in wiltshire, at the time darwin was alive and developing his theory\ne1\te2\tcouncil\tzones\tOther\tthe council has carved the city into zones it calls \"airsheds\", and the most affected areas are those where the new rules are being applied first\ne1\te2\ttheme\tstreet vision\tMessage-Topic\tthe theme is centered around urban street vision, with a philosophical future edge\ne1\te2\tcatheter\tartery\tEntity-Destination\tthen a polyurethane catheter was inserted distally into the hepatic artery and connected to the reservoir through a 3-4 cm subcutaneous tunnel\ne1\te2\tfever\tvaccines\tCause-Effect_reversed\ttwo of my girls had the high fever from vaccines, and our family doctor thought nothing of it\ne1\te2\tdecision\tmaker\tProduct-Producer\tvalue of information (voi or voi) is the amount a decision maker would be willing to pay for information prior to making a decision\ne1\te2\tbodies\tbarrels\tEntity-Destination\tsantiago meza lopez, known as the stew maker, stuffed bodies into barrels of lye for drug cartels\ne1\te2\treport\tmotives\tMessage-Topic\ta full written report supplying motives for your action has been prepared\ne1\te2\tbaseball\tarbitrator\tOther\tformer baseball arbitrator thomas roberts died due to age-related complications last wednesday\ne1\te2\treport\tdegree\tMessage-Topic\tthe second report assesses the degree of climate policy integration in six different european countries\ne1\te2\ttree\twoods\tMember-Collection\ta tree growing in the woods often develops long roots (15 to 25 feet) rather than a compact root system in order to compete with the roots of existing trees\ne1\te2\tacne\toily skin\tCause-Effect_reversed\tacne is caused by oily skin and often has black or whiteheads, inflamed sores, and infected sores along with scars\ne1\te2\tmeeting\tvote\tInstrument-Agency_reversed\tthe meeting decided definitively by secret vote of at least 2/3 of those present entitled to vote\ne1\te2\tmovie\tbox set\tContent-Container\tthis movie was in a box set with 20 others, with varying quality, and i can safely say that this title was right at the bottom of the heap\ne1\te2\tmagazines\tsubscribers\tEntity-Destination\tthe magazines were delivered to the subscribers on tuesday\ne1\te2\tdirt\tacne\tCause-Effect\texcess oil, dirt and bacteria cause acne\ne1\te2\tbottle\tcanteen\tOther\tthe bottle carrier converts your bottle into a canteen\ne1\te2\tsandalwood\tsoil\tEntity-Origin\tthe fragrant sandalwood grows from the soil\ne1\te2\tcoil\tgalvanometer\tComponent-Whole\tthe coil of the galvanometer turns about a vertical axis in the plane of the coil, passing through its centre of gravity and perpendicular to the field\ne1\te2\tsheets\taspects\tMessage-Topic\tthe sheets are concerned with aspects of speaking the language\ne1\te2\tproject\tart\tInstrument-Agency_reversed\tthe project uses art as an instrument to provide viewers different insights\ne1\te2\tsquads\tshots\tOther\tboth squads battered the opposing goaltender with a continuous flurry of shots\ne1\te2\tfuselage\tbay\tComponent-Whole_reversed\tthe fuselage accommodated a camera bay, flare bay and an additional fuel tank\ne1\te2\trabble\tpersons\tMember-Collection_reversed\ti saw come out of london, even unto the presence of the prince, a great rabble of mean and light persons\ne1\te2\tpole\treceptacle\tContent-Container\tmy dish is attached to a pole that resides in a receptacle designed for just such a purpose\ne1\te2\tbrain\tcerebellum\tComponent-Whole_reversed\tthe bulbar region is an area of the brain composed of the cerebellum, medulla and pons\ne1\te2\tpillow\tfoam\tComponent-Whole_reversed\tthe best mode of the invention is to form the pillow of firm foam rather than using cotton or cloth or feather filers\ne1\te2\thouses\tgovernment\tProduct-Producer\ta year later, arlonzia married bizzell pettway and moved into one of the new houses built by the government\ne1\te2\tpile\tbooks\tMember-Collection_reversed\tof course the problem is christmas just passed so i've got a brand new pile of unread books to contend with\ne1\te2\trules\tcriteria\tCause-Effect\tthe proposed permanent rules establish criteria and procedures for awarding grants to eligible applicants\ne1\te2\tremnant\tepochs\tEntity-Origin\tas a geologically inactive remnant from accretionary epochs of solar system history, callisto was expected to be a dead, cratered relict, useful only as a contrast to the other, more geologically active satellites\ne1\te2\tplayer\tkeyframe\tEntity-Origin\tthe player starts playing at the next nearest keyframe\ne1\te2\tship\tfleet\tMember-Collection\tthe target of the naval chief of attaining a ship fleet of 313 remains uncertain, as the congress believes that it would be beyond their budget to fund such a huge amount and cheaper options of shipbuilding were possibl\ne1\te2\tblogs\tlife\tMessage-Topic\tsome of my most recent blogs were concerned with life on the croft in various seasons\ne1\te2\tteacher\tblackboard\tInstrument-Agency_reversed\the proposed writing a teacher's guide to blackboard drawing\ne1\te2\twork\temployee\tProduct-Producer\ta work of the united states government, as defined by united states copyright law, is \"a work prepared by an officer or employee of the u.s. government as part of that person's official duties.\ne1\te2\tcategories\ttourism\tOther\tthey break down into different categories, including tourism, financial services (such as banks, insurance companies), shipping, telecommunications, labour money remitted by nationals working abroad), public services (such as health care, sanitation and education), and public utilities like water, electricity and gas\ne1\te2\twater\tocean\tEntity-Origin\tninety percent of the water evaporated from the ocean falls back on the ocean as rain\ne1\te2\tmother\tdepression\tOther\tmy mother sank into a deep depression after breast cancer scare\ne1\te2\ttroop\tfairies\tMember-Collection_reversed\tte kanawa, a chief of waikato, was the man who fell in with a troop of fairies upon the top of puke-more, a high hill in the waikato district\ne1\te2\tsyrup\tcask\tEntity-Origin\the nevertheless drew that syrup from a cask and handed it to me in a jug\ne1\te2\trainbows\trefraction\tCause-Effect_reversed\tthe rainbows are caused by the refraction, or bending, of sunlight as it passes through the raindrops\ne1\te2\tchart\tstudy\tOther\tthe above chart, produced by a study at the weizmann institute of science in israel, shows our reactions to different smells along two axes\ne1\te2\tcandlestick\tmaker\tProduct-Producer\tin the terry pratchett discworld novel feet of clay (1996) a butcher, a baker and a candlestick maker (heads of their respective guilds) play important supporting roles\ne1\te2\tstorm\tcancellation\tCause-Effect\tthe weekend snow storm caused cancellation of the tornadoes' scheduled league game\ne1\te2\tparade\tathletes\tMember-Collection_reversed\tthe event was to be kicked off by a parade of the competing athletes, followed by a speech i was to give prior to the opening of competition\ne1\te2\tharm\tflood\tCause-Effect_reversed\tthe response to the harm caused by the flood, although institutionally organized, relied mostly on individuals joined in a common purpose rather than on an orchestrated effort by established hand binderies\ne1\te2\thistory\tbook\tMessage-Topic_reversed\tthe history has recently (2008) been set out in a book by arnie gibbons\ne1\te2\talbum\tjacket\tContent-Container\tthe album was stored in a protective poly jacket and the vinyl was stored in an anti-static sleeve\ne1\te2\taid\tcountries\tEntity-Destination\ttraditionally aid has been delivered to african countries by international charities\ne1\te2\tmustard\tmustard seeds\tEntity-Origin\thot dog or cream salad mustard is made from yellow mustard seeds using a wet milling process that creates a fine paste\ne1\te2\tmother\tteam\tMember-Collection\tfather was member of the ussr olympic rowing team from 1986-92 and her mother was a member of the team from 1986-88\ne1\te2\tmilk\tsack\tContent-Container\ti grew up with milk in a sack\ne1\te2\twork\tthemes\tMessage-Topic\this previous work has explored archetypal and symbolic themes\ne1\te2\tbands\tresearchers\tInstrument-Agency\tmarking birds with color bands and a u.s. fish and wildlife service uniquely numbered metal band enables researchers to follow individuals from year to year\ne1\te2\tregiment\tarchers\tMember-Collection_reversed\tin addition to being the fellowship's guide in lothlorien, in the second movie he leads a regiment of elven archers from lorien to the battle of helm's deep, where he is eventually slain by an uruk-hai along with many of his archers\ne1\te2\tskin\tface\tComponent-Whole\trosacea is a longterm disorder in which the skin of the face becomes red and develops pimples, lesions, and more rarely enlargement of the nose\ne1\te2\tformations\tyear\tOther\tthis category classifies military units and formations by the year in which they were established\ne1\te2\tcow\tmilk\tProduct-Producer_reversed\tthe cappuccino's climate change impact depends on whether the cafe is double-glazed, the decisions the staff and i take to get there, the diet of the methane-producing cow that produced the milk and the source of power for the espresso machine\ne1\te2\tbatteries\tpower\tCause-Effect\tlarger batteries provide standby power for telephone exchanges or computer data centers\ne1\te2\tbomb\tfruit\tContent-Container\tpolice found in front of one of the bombed establishments an improvised bomb inside a papaya fruit left under a table at delecta bakeshop friday by two teenage suspects\ne1\te2\tburner\tdryer\tComponent-Whole\tthe burner of the dryer is lined with more than 3 cm thick castable refractory material\ne1\te2\thumpback\tflipper\tComponent-Whole_reversed\tthe water rushing off that safe platform started to wash the seal back into the sea, but then the humpback gave the seal a gentle nudge with its flipper\ne1\te2\tvessels\tbadge\tInstrument-Agency_reversed\tuntil 1864 vessels in the service of certain uk public offices defaced the red ensign with the badge of their office\ne1\te2\tbakers\thandle\tInstrument-Agency_reversed\texperienced bakers hold the door open a crack with a wooden spoon handle\ne1\te2\tprince\tfrosting\tInstrument-Agency_reversed\tthe prince decorated the cake with a frosting i pre-made from confectioner's sugar\ne1\te2\tcontractions\tprostaglandins\tCause-Effect_reversed\tthe uterine contractions are caused by prostaglandins\ne1\te2\tpleasure\tsuffering\tCause-Effect_reversed\tslaanesh enjoys every aspect of experience, deriving pleasure from pain and suffering\ne1\te2\tfolks\tlens\tInstrument-Agency_reversed\tthe folks at the lilly endowment were interested in the study of philanthropy through a biographical lens\ne1\te2\tpeople\ttwilight zone\tOther\tthe politicians have taken people deep into the twilight zone\ne1\te2\tchicken\tsoup\tEntity-Origin_reversed\tabove all, the prime ingredient in chicken soup is love\ne1\te2\tcigarette\talarm\tCause-Effect\ta cigarette set off a smoke alarm\ne1\te2\tmagazine\tdevelopments\tMessage-Topic\tquarterly magazine covers the latest political, economic, social, cultural and sporting developments in africa\ne1\te2\tcasket\tcasket\tContent-Container\twe discovered that a casket was placed inside a second casket made of zinc\ne1\te2\twindow\ttrain\tComponent-Whole\tfrom the window of a train the world is a visual banquet, one you taste and inhale as it flows past your window\ne1\te2\tdrawing\tman\tMessage-Topic\ta reconstruction drawing from 1954 shows a man wearing the cape over his shoulders\ne1\te2\tchess openings\tliterature\tMessage-Topic_reversed\tit is one of the oldest chess openings, having been discussed in the literature by 1497\ne1\te2\tpowder\troll\tContent-Container\ttuesday night, a mysterious white powder was discovered inside a roll of quarters at the lakeshore mall movie theater\ne1\te2\tbody\tsuitcase\tContent-Container\tthe badly decomposed body was in a suitcase placed inside a manhole near some luxury homes in stanley\ne1\te2\tsweeper\tend\tEntity-Origin\ta sweeper starts at an end then runs to the opposite end\ne1\te2\tabridger\teye\tOther\tthe abridger did his job carefully, and with a fairly good eye for consequential alterations\ne1\te2\tproclamation\tflu\tMessage-Topic\the signed a proclamation that declares the flu a national emergency\ne1\te2\trumors\tpublic\tOther\trumors have been leaked to the public\ne1\te2\tbook\tcupboard\tEntity-Destination\the put a book into the cupboard\ne1\te2\tinfant\tbox\tOther\tthe infant was in a box\ne1\te2\tcomplications\tdeaths\tCause-Effect\teighty-four percent of the complications resulted in patient deaths, while 16 percent resulted in a serious injury\ne1\te2\tbrood\tchicks\tMember-Collection_reversed\ta fisherman saw them with a brood of chicks on the river on 11 may\ne1\te2\ttrail\tvillage\tOther\tthe trail extended from the coushatta village on the sabine river through the area of ten present texas counties and merged with the atascosito road in colorado county\ne1\te2\tpilots\ttrouble\tOther\tthe pilots have flown into trouble before they have even seen it by flying near the base of the clouds\ne1\te2\tgrower\tmoldboard\tInstrument-Agency_reversed\tthe grower had to \"flip plow\" the field with a modified moldboard\ne1\te2\tmaker\thandbags\tProduct-Producer_reversed\tthe chief executive of bottega veneta, the italian maker of the coveted and distinctive woven handbags, is planning for the worst while hoping for something better\ne1\te2\trecipe\tgrandmother\tEntity-Origin\there is a reliable and tasty cookie recipe from my grandmother\ne1\te2\tsteam\tcombustion\tCause-Effect_reversed\tso solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels, the steam is produced by the heat collected from sunlight\ne1\te2\ttimers\tevent\tOther\trecall that in the blink application, the timers were started from the booted event\ne1\te2\tclergy\tfaiths\tOther\tbishop v. gene robinson of new hampshire and more than 300 clergy of various faiths plan to spend tuesday on capitol hill lobbying lawmakers to push through a bill that broadens the definition of hate crimes to include those motivated by a person's sexual orientation, gender identity and disability\ne1\te2\tdule\tturkeys\tMember-Collection_reversed\tour civilisation is like a dule of young turkeys who are in danger of losing their marbles\ne1\te2\tshifts\tgas flows\tCause-Effect_reversed\tthe shifts are caused by gas flows going up one leg and returning down the other\ne1\te2\tteacher\tbook\tOther\tthis primary school teacher has completed a whole book with his class in just one week\ne1\te2\tdeclaration\tclimate change\tMessage-Topic\tthe cornish pirates have signed a declaration to tackle climate change as part of their commitment to save energy and reduce their environmental footprint\ne1\te2\tcontents\tpacket\tContent-Container\twe dissolved the contents of one packet in a carafe of water and ran the brew cycle\ne1\te2\tflight\tstairs\tOther\tas she looked up, she saw a flight of stairs\ne1\te2\tlesions\themiparesis\tCause-Effect\tlesions affecting the medial part of the premotor cortex, the sma and sparing the precentral gyrus caused a contralateral hemiparesis predominating on the leg but predominating proximally on both leg and arm\ne1\te2\tinitiative\tobesity\tMessage-Topic\ta french initiative aimed at tackling childhood obesity is adopted in a town in north lanarkshire\ne1\te2\tbook\trole\tMessage-Topic\tthis book provides a powerful analysis of the role that information and communication technologies can have in teaching and learning\ne1\te2\tfrontpage\tnews paper\tComponent-Whole\tin 1974, the american sociologist david l. phillips showed that publications of suicides on the frontpage of the news paper were followed by an increase in national suicide rates in the month after the publication\ne1\te2\tchip\treliquary\tContent-Container\ta chip of his breastbone the shape and size of a pinkie fingernail is preserved in a reliquary kept in the rectory\ne1\te2\tblank\tcarton\tEntity-Origin\ta die-cut and creased cartonboard blank is made into a carton\ne1\te2\tmeinie\tsparrows\tMember-Collection_reversed\tdulce, a sophisticated girl of twelve, did not in the least care for the bird-fancier, and his waiting meinie of sparrows, or to go into the louvre for a last look at the victory\ne1\te2\tfluid\tbody\tEntity-Destination\tthe injected fluid is slowly spread to the body\ne1\te2\tprincess\tstorm\tOther\tthus, the princess was born in the midst of the storm that swept over the world in march, 1848\ne1\te2\tolive oil\tsalad\tEntity-Destination\tjust before serving, the olive oil was poured into the salad\ne1\te2\tacid\tbottle\tContent-Container\tthe acid was in a bottle but that the cap was knocked off when trash was thrown into the dumpster\ne1\te2\ttransformer\tshield\tComponent-Whole\toptimizing a transformer driven active magnetic shield in induction heating\ne1\te2\tarticle\timpulsivity\tMessage-Topic\tin this article, he explores impulsivity in detail\ne1\te2\tcadre\tcombinations\tOther\tnewer damper designs have been tested to accommodate a cadre of various flanged connection combinations to comply with ul's breakaway requirements\ne1\te2\tletter\tteaching duties\tMessage-Topic\tshe received a letter discussing her teaching duties\ne1\te2\tprojects\tmarkets\tEntity-Destination\tthis is the right time to apply as many new projects are landing into markets in india\ne1\te2\tsleeve\tblouse\tComponent-Whole\ti finished my little 30s puff sleeve blouse last night/early this morning\ne1\te2\tissues\tlaw\tOther\tmembers are primarily interested in issues related to family law\ne1\te2\tcongestion\tdelays\tCause-Effect\tresulting congestion caused delays of 15-20 minutes to northeast corridor, north jersey coast line and midtown direct trains\ne1\te2\treport\tdeath\tMessage-Topic\tthe rcmp released its report this week on the death of robert dziekanski\ne1\te2\tsuspects\tpolice\tEntity-Destination\the handed the suspects over to the police\ne1\te2\tconcerns\tdata protection\tOther\tconcerns regarding data protection had been raised by a number of authorities\ne1\te2\tcatch\tfish\tOther\tto preserve its catch of fish, each boat loads between 2000 and 3000 kilos of ice before it goes out to sea\ne1\te2\tprogram\tnotes\tComponent-Whole_reversed\tthe program creates sound using individually recorded notes from a real piano\ne1\te2\tterm\tmetaphor\tEntity-Origin\tthe term is derived from a boxing metaphor - when boxers train on a heavy bag they can knock the bag \"off the hook\"\ne1\te2\tanswer\tparagraph\tOther\tmy answer came in the last paragraph\ne1\te2\tanthology\tnovels\tMember-Collection_reversed\tbarbauld was also a literary critic, and her anthology of eighteenth-century british novels helped establish the canon as we know it today\ne1\te2\tofficer\tram\tInstrument-Agency_reversed\tat 5:30am my son was right behind the officer who battered the door down with a huge steel ram\ne1\te2\tbastard\tvelocity\tOther\tthis blazing bastard of a cut literally peels the skin straight off you face with its unswerving white knuckle apocalyptic velocity - frankly we need more of this in our life\ne1\te2\tverses\tpeople\tProduct-Producer\tin america, september 11 gave rise to a mass of verses written by ordinary people to express their grief\ne1\te2\ttext\ttext box\tEntity-Destination\tthey opened the text file and dumped the text into the text box\ne1\te2\tdentist\tdrill\tInstrument-Agency_reversed\tand you thought a dentist with a drill was scary\ne1\te2\tcompetition\tstation\tCause-Effect_reversed\tkhzz experienced competition from former oldies station khyl, but both stations ended up giving up the format, with khzz turning to oldies\ne1\te2\tproverb\tparts\tComponent-Whole_reversed\txiehouyu is a chinese proverb consisting of two parts\ne1\te2\tpicture\tfile\tOther\tan icon is a small picture representing a file, folder or program on your computer\ne1\te2\tplasma\tdischarge\tCause-Effect_reversed\ta plasma was generated by an electric discharge between electrodes located in the focal plane of the lens and separated by ~ 1 cm from one another\ne1\te2\tartwork\tevening\tEntity-Origin\tthe artwork arose from an enjoyable evening with some friends and too much inspiration\ne1\te2\tindicator\tbus\tComponent-Whole\tthe speed indicator of the bus wasn't working and the driver was driving like mad\ne1\te2\thorn\tend\tComponent-Whole_reversed\tthe horn has a full round end, the expensive part of the antlers\ne1\te2\tcopper\tmolds\tEntity-Destination\tmolten copper is poured into molds at chuquicamata copper refinery\ne1\te2\tstorylines\tchapters\tMessage-Topic_reversed\tthree different storylines are narrated in alternating chapters\ne1\te2\tpadlock\tcage\tComponent-Whole\ta careless attendant had hooked the padlock of the monkey cage in the staple, but had not locked it\ne1\te2\tbook\tsocial history\tMessage-Topic\tthe book is rich in social history as more traces the origins and subsequent careers of numerous students and the experiences of numerous faculty\ne1\te2\tmethods\tpaper\tMessage-Topic_reversed\tthe methods adopted for histochemical observations have been described in the preceding paper\ne1\te2\tcoffee\tpot\tEntity-Destination\tthe coffee grounds fall to the bottom of the pot, and the coffee is poured off into a second pot known as a mutbak\ne1\te2\tensemble\tclothes\tOther\ta group of women from curves timaru won best-dressed prize with their ensemble of purple clothes, colourful wigs and sparkly tiaras\ne1\te2\tzoo\tmonsters\tMember-Collection_reversed\tthere was also a zoo of metallic monsters and a giant rocket poised on the lake\ne1\te2\tdust\tcaisson\tEntity-Origin\tpaint dust collected from a grit-blasting operation inside a caisson was stirred up using a leave blower\ne1\te2\tguest\tmallet\tInstrument-Agency_reversed\tthe guest of honour breaks open the clay with a mallet, allowing a fragrant aroma to escape\ne1\te2\tinfections\tdisease\tCause-Effect\tseveral infections cause rash-fever disease that is commonly mistaken for measles\ne1\te2\ttreatment\tultrasound\tOther\tdescribed herein are improved apparatus and method for tissue treatment with high intensity-focused ultrasound\ne1\te2\tlathe\tfriend\tInstrument-Agency\tthe clutch holder was made with a lathe by a friend of mine\ne1\te2\tjump\tdeterioration\tCause-Effect_reversed\tthe cause for the jump to over 30,000 was the deterioration in the economy triggered by a series of bankruptcies among banks and securities firms\ne1\te2\tcocaine\tpressure\tOther\tboth cocaine and crack cocaine cause constricted blood vessels, increased heart rate, body temperature and blood pressure\ne1\te2\tman\tbuilding\tEntity-Destination\tthe man was taken into the building\ne1\te2\tfile\tpages\tComponent-Whole_reversed\tmichael jackson's fbi file consists of about 600 pages\ne1\te2\tlocomotives\tengines\tComponent-Whole_reversed\tbecause steam locomotives included one or more steam engines, they are sometimes referred to as \"steam engines\"\ne1\te2\tdirt\tcanister\tEntity-Destination\tit took the dirt out of the house into a canister which was located in the garage\ne1\te2\tspike\tglitch\tCause-Effect\tas the compressor on the frig turned on caused a voltage spike on the electrical line, which caused a glitch in the \"room commander\" system\ne1\te2\tcomplex\trestaurant\tComponent-Whole_reversed\tthe complex includes a restaurant, shop and the \"adventure centre\"\ne1\te2\thorde\thackers\tMember-Collection_reversed\tpreventing computer fraud means outwitting horde of hackers, crackers, spoofers, and sniffers\ne1\te2\tareas\tspaces\tEntity-Destination\tfurthermore, several areas have also been added to the spaces\ne1\te2\trecordings\tpublic domain\tEntity-Destination\tall librivox recordings have been released into the public domain\ne1\te2\tbook\tauthor\tProduct-Producer\tfor crazy science, don't forget the amazingly fun and dangerous book \"mad science\" or a beautiful book by the same author about chemistry\ne1\te2\tbrigade\tguns\tOther\tat full establishment, a brigade of 18-lbr field guns consisted of 795 men of whom 23 were officers\ne1\te2\tstimulation\tlatency\tCause-Effect\tstimulation of the posterior horn of the medial meniscus produced a measurable amount of cmap latency for the semimembranosus muscle\ne1\te2\tartist\tpointer\tInstrument-Agency_reversed\tthe artist moves a pointer attached to one part of the pantograph along the outline of the original flat image, and a pencil attached to another part traces out the image but at a larger scale\ne1\te2\toatmeal\tcookies\tEntity-Origin_reversed\tthick oatmeal cookies are soft, while the thin ones are crispy\ne1\te2\tclamour\trooks\tMember-Collection_reversed\tfrom their sleeping place in some unseen vale below, came the clamour of homing rooks\ne1\te2\tgrenade\tcrowd\tEntity-Destination\tinsurgents in asadabad have thrown a grenade into the crowd\ne1\te2\tintellect\tpen\tInstrument-Agency_reversed\thands wield the sword in the realm of the flesh, but the intellect wields the pen in the realm of understanding, or of the spirit\ne1\te2\ttribe\tbaboons\tMember-Collection_reversed\ta researcher had been studying a tribe of baboons for 30 years in the wilds of africa\ne1\te2\tverses\tfreedom\tMessage-Topic\tmost of the verses of the plantation songs had some reference to freedom\ne1\te2\tcoughing\tinhaling\tCause-Effect_reversed\tsaosin shook himself off, coughing from inhaling the smoke, and then stood up in an awkward fashion\ne1\te2\tdata\tsection\tEntity-Destination\twe put the trampoline data into the read-only section since a cpu hot plug was supported\ne1\te2\tcharacter-compeers\tprofligates\tOther\tfinally, there are the compeers, i mean the character-compeers of all these profligates, whose appearance is truly somewhat different, namely, rags and drunkenness\ne1\te2\tintestine\tcat\tComponent-Whole\tthe species in the intestine of the cat is not the same as that found in the mouth of the cat and other animals\ne1\te2\toutbreak\tvaccine\tCause-Effect_reversed\ta polio outbreak in nigeria was caused by the vaccine designed to stop it, leaving at least 69 children paralyzed\ne1\te2\tcommunion\tchurches\tMember-Collection_reversed\tthe pyramid of champagne flutes is like the communion of local churches that comprise the catholic church\ne1\te2\thandle\tdishwasher\tComponent-Whole\tthe edge of that drawer hits the handle of the dishwasher\ne1\te2\tsuitcase\titems\tContent-Container_reversed\ti left belgium to return to italy with a suitcase full of items i cannot find here and more importantly with a more positive attitude\ne1\te2\ttests\tsubstance\tInstrument-Agency_reversed\tthese tests work by using a substance that changes color once it is bound to hcg\ne1\te2\tprice\tweeks\tOther\tthe us price of gasoline went unchanged from two weeks ago, holding an average of $2.64 a gallon\ne1\te2\tfacemasks\treduction\tOther\tthis document provides updated interim guidance on the use of facemasks and respirators for reduction of exposure to 2009 influenza a\ne1\te2\tratpack\tfolks\tMember-Collection_reversed\tcontrolling for the mid-five-figure bribe, imus is a guilty pleasure for a large ratpack of media folks including anna quindlen, jim lehrer, tim russert, tom brokaw, bill o'reilly, tom friedman, frank rich, maureen dowd, and andy rooney\ne1\te2\tbasket\tfaces\tContent-Container_reversed\tthe basket was full of furry orange-and-black faces -- kittens\ne1\te2\treport\trequirements\tOther\this becomes version 1 of the report and is the report that fulfills compliance with the arra section 1512 reporting requirements\ne1\te2\tcollagen\tshavings\tEntity-Origin\tthe collagen was extracted from chrome shavings with alkali\ne1\te2\tkeyboard\tkeypad keys\tComponent-Whole_reversed\tbut for an old at keyboard the keypad keys produced digits when numlock was on or shift\ne1\te2\tvest\tuniform\tComponent-Whole\tbrownie girl scout vest is the best part of the uniform\ne1\te2\tchief\tpolice\tMember-Collection\tso the chief of the police shouted to his officers, \"stop thief!\" and many made after him\ne1\te2\tads\tdangers\tMessage-Topic\twarning labels on cigarette packs and ads inform about dangers and, implicitly, to discourage use\ne1\te2\tafternoon\tdrink\tOther\thotel la residencia was used by dali frequently for his afternoon drink and chat sessions, and has lovely two-level rooms\ne1\te2\tswim bladder\tfish\tComponent-Whole\tthe sonar picks up the swim bladder of the fish\ne1\te2\timpact\tslit\tCause-Effect\tthe impact of the tire against the pothole caused a slit on the tube that the repairman had to sew three stiches\ne1\te2\tsailor\tcudgel\tInstrument-Agency_reversed\t\"national discourse\" (1780) shows a stout british sailor with a cudgel staring down a relatively effete french seaman with a sword\ne1\te2\tmenage\tstyles\tMember-Collection_reversed\ttongsville uses a menage of pixel styles that are best compared to famed digitally designed experiences like netbabyworld and eboy's ecity\ne1\te2\teffort\tdevelopment\tEntity-Destination\ta lot of effort has gone into the development of a suitable statistical method\ne1\te2\tseries\tcrimes\tMessage-Topic\tthe three-part irish crime documentary series examined three memorable and notorious large-scale crimes committed in the country\ne1\te2\tofficers\tleave\tOther\tthe officers have been placed on administrative leave\ne1\te2\tstress\tpanic attacks\tCause-Effect\tstress and anxiety trigger panic attacks, however healthy people may experience panic attacks, but they are no that common\ne1\te2\tpads\tmice\tComponent-Whole\twe examined the electrical resistance of the paw pads of mice under the same conditions as used previously in studies of the passive avoidance response\ne1\te2\tpeanut butter\tcookies\tEntity-Origin_reversed\tthe reason peanut butter cookies are being recalled is that the cookies might not get hot enough throughout to kill all the salmonella\ne1\te2\tgraph\tformat\tOther\tthe graph was stored in live format\ne1\te2\tlumberjacks\thandle\tInstrument-Agency_reversed\tlumberjacks hold the axe handle nearer the axe head\ne1\te2\tworks\tepistemology\tMessage-Topic\the published important works on epistemology, as well as works relevant to religion, law, and history\ne1\te2\tbaby\tcupboard drawer\tOther\tthat's why i gave birth in the toilet and hid the baby in a cupboard drawer\ne1\te2\tdrift\tcattle traffic\tOther\tfortunately the drift of the cattle traffic is eastward, and as yet there has been no propagation of the poison in the great cattle ranges of the west\ne1\te2\tmetro\tstation\tComponent-Whole_reversed\tthe construction work of the metro station for line 6 started in september 2007\ne1\te2\tvictims\troom\tEntity-Destination\tvictims from the factory have been transported into the emergency room\ne1\te2\tblogs\tnews\tComponent-Whole_reversed\twithin minutes of last night's terrorist attacks in mumbai in india, blogs and social networks were buzzing with news, photos and eyewitness accounts\ne1\te2\tsand\thourglass\tContent-Container\tthis is due to the amount of sand in the hourglass and the size of the hole the sand must pass through\ne1\te2\tvalve\theart\tComponent-Whole\tpeople with thickened heart valves may need to take antibiotics before some types of dental and surgical procedures because they are at risk of developing an infection on the valve in the heart\ne1\te2\tmarines\ttowns\tEntity-Destination\tsome 9000 marines are moving into the small afghan towns near the border to stop taliban soldiers\ne1\te2\tplane\tdive\tOther\tthe stunt plane went into uncontrollable dive\ne1\te2\tpresident\tjobs\tOther\tthe former president in my company has moved into private equity jobs\ne1\te2\tbomb\tbin\tContent-Container\tthe bomb which killed two people and injured several others was in a bin outside a jewellers to the right of the george street entrance to the hotel\ne1\te2\tstaff\tshop\tOther\tin order for you to find the exact products that you are looking for, the staff in the shop gives advice over the phone; just call +45 33 69\ne1\te2\trecovery\tstorm\tOther\tmental health recovery and economic recovery after the storm: high-frequency longitudinal evidence from sri lankan small business owners\ne1\te2\tflame\tvessel\tOther\tthe behavior of premixed flame in a vessel is investigated through a direct numerical simulation of the three-dimensional unsteady navier-stokes equations\ne1\te2\tarray\tgroup\tProduct-Producer\tthe structure is similar to a microfiber array developed by the same group of researchers in 2006\ne1\te2\thead\tjar\tContent-Container\this head was in a jar, but most of his brain stem and one ear was left on his body\ne1\te2\tchair\tcorporation\tOther\tthe chair of the corporation is elected for a term of office of up to four years as determined by the corporation\ne1\te2\tdrop\trecession\tCause-Effect_reversed\tthe drop was caused by the recession and the usual seasonal factors, with fruit and vegetable prices lower in the summer months\ne1\te2\tpandemic\tvirus\tCause-Effect_reversed\tthe pandemic was caused by the virus yesinia pestis, better known as the bubonic black plague, which infected the flees on the black rodents\ne1\te2\tband\tproducts\tInstrument-Agency\t5 gigahertz is a radio frequency band that is used by 802.11a/n wi-fi products\ne1\te2\tprocesses\tacids\tOther\tamino acid synthesis is the set of biochemical processes (metabolic pathways) by which the various amino acids are produced from other compounds\ne1\te2\tring\tassociates\tMember-Collection_reversed\tafter arresting a computer hacker who stole $2 million from the federal reserve, jake assumes his identity to infiltrate a ring of his associates and discover what their next target will be\ne1\te2\tforces\ttroops\tOther\twashington's forces defeated the british in 1781 with the help of french troops and german military officer baron von steuben\ne1\te2\texistence\tspeech\tMessage-Topic_reversed\tthe processor's existence was revealed during a speech from amd executive vice-president\ne1\te2\tswitchboard\toperator\tInstrument-Agency\tthe article describes the tragedy of a switchboard operator\ne1\te2\tplant material\tsuburb\tEntity-Destination\tthe company is moving plant material into queensland's suburb\ne1\te2\tterm\texpression\tEntity-Origin\tthe term originates from an expression same-edne\ne1\te2\tserum\tcheeses\tEntity-Origin\tafter 1 and 14 d of ripening, the cheese serum was pressed from the cheeses brined at 0.1 and 300 mpa\ne1\te2\tstate\treport\tOther\tthe latest state of the economy report by the bank of uganda indicates that overall, export proceeds in the month of october increased by 9.7 per cent\ne1\te2\tunemployment\tabuse\tCause-Effect\tunemployment and poverty cause abuse of children and serious situations such as the breakdown of families where the rights of the child are easily infringe\ne1\te2\tlist\tcolors\tMember-Collection_reversed\tthe following is a comprehensive list of colors that are included in the wikipedia articles about color\ne1\te2\tdiscussion\tcontent\tMessage-Topic\tthe discussion around content shifts to a curation model\ne1\te2\tbody\tlaundry bag\tContent-Container\tthe child's body was abandoned placed in a laundry bag that was sealed in a plastic garbage bag before it was left behind in the woods\ne1\te2\tproducts\tagreement\tOther\tthe software products governed by this agreement are the viewpoint media playerand the viewpoint manager\ne1\te2\tbattery\tquestions\tMember-Collection_reversed\tin this study, subjects from two different societies were asked to play ultimatum games and subsequently to answer a battery of attitudinal questions\ne1\te2\tgoods\tcountries\tEntity-Destination\tgoods such as soaps and towels were transported into countries in central africa\ne1\te2\troof\tsupermarket\tComponent-Whole\tthere were at least 12 firefighters operating on the roof of the supermarket at this time\ne1\te2\tcontestant\tanswer\tProduct-Producer_reversed\tthe contestant gave an answer that drew a mixed reaction from the audience\ne1\te2\tbutton\tdash\tComponent-Whole\tthere is a red indicator button on the dash to the left of the steering wheel and it is stationary\ne1\te2\tgases\tsources\tEntity-Origin\tthe paper presents a chemical composition analysis of the gases emanated from geothermal sources in the herculane spa area (romania)\ne1\te2\tstudent\twindow\tEntity-Origin\tthe student who fell from an olson hall window in october was alone in his room\ne1\te2\tpersonality\tstyle\tComponent-Whole_reversed\tpersonality in poetry includes such things as style and rhythm\ne1\te2\tcourse\tholes\tComponent-Whole_reversed\tthe course comprises 9 holes through the listed historic park round gilling castle, and provides a stimulating challenge for any golfer\ne1\te2\tacne\tirritants\tCause-Effect_reversed\tacne is caused by irritants like fabrics, hair gels and makeup\ne1\te2\tfilename extension\tfile\tOther\texe is the common filename extension denoting an executable file\ne1\te2\tverbalizations\tquestions\tMessage-Topic\tparent verbalizations were focused on story-relevant questions\ne1\te2\ttalks\tovertime\tEntity-Destination\tclimate change talks have been moving into overtime\ne1\te2\ttextile\tfactories\tProduct-Producer\tin new england in the early to mid-19th century, many cotton and textile factories employed large numbers of female adolescent workers from the new england area\ne1\te2\tlibrary\tbooks\tMember-Collection_reversed\tas well as being a writer, landis was also a collector, and by the time of his death had laid the foundation of a library of rare books on korea\ne1\te2\tmouth\tcave\tComponent-Whole\tman at the norhtern edge of the mouth of the cave of stora forvar, with a stone age settlement which was excavated in 1888-1893\ne1\te2\tplains\tmountain\tOther\trising as it does, 8260 feet straight from the fertile plains of the north island's finest dairying country, the mountain is clothed with primeval forest\ne1\te2\tanthology\tsongs\tMember-Collection_reversed\tchinese literature begins with shijing (book of odes), an anthology of songs, poems, and hymns\ne1\te2\tsadness\tdissatisfaction\tCause-Effect\tsadness leads to dissatisfaction with the job\ne1\te2\tcertificate\tproduct\tEntity-Destination\ta grade i certificate was awarded to the product\ne1\te2\tsounds\tspecies\tCause-Effect_reversed\tthe word \"song\" is used to describe the pattern of regular and predictable sounds made by some species of whales, notably the humpback whale\ne1\te2\thinge\toyster\tComponent-Whole\tinsert the oyster knife in the hinge of the oyster (figure 1)\ne1\te2\tbaby\tcedar chest\tOther\ta 7-month-old baby was locked in a 2-by-3 foot cedar chest hidden underneath her aunt's bed for 12 hours before police found her wednesday\ne1\te2\tfitter\tgauge\tInstrument-Agency_reversed\tfor very young children the fitter measures the foot with a little hand gauge but when the child gets older they get to go on the state of the art\ne1\te2\tsystem\tpower\tCause-Effect\tby 1945 the french electric system was generating more power than it had before the war\ne1\te2\tfrustration\tdebugging\tCause-Effect_reversed\tthat being said, i do love the game and play it all the time but would appreciate a little less frustration from programming and debugging, and sticking strictly with the frustration that comes from hitting bad shots\ne1\te2\tscreaming\tshooting\tCause-Effect_reversed\tyou see and hear hackman's screaming after the dreadful shooting\ne1\te2\texcerpt\ttheme\tMessage-Topic\tthe whole excerpt revolved around one single theme\ne1\te2\trhyme\tthing\tProduct-Producer\tthe \"magic e\" was a rhyme by an orange alien robot thing that sang along the lines of: \"kit, becomes kite with me...\"\ne1\te2\tberry\twine\tEntity-Origin_reversed\tberry wine has the potential to be really remarkably awful\ne1\te2\tbody\tcask\tContent-Container\tnelson's body was preserved first in a cask of brandy - at gibraltar, this was changed to spirits of wine\ne1\te2\twater\terosion\tCause-Effect\twind and water erosion is confined to farmlands\ne1\te2\tfan\tair\tInstrument-Agency_reversed\tthe idea is the heatsink removes the heat from the cpu and the fan blasts the heatsink with the surrounding air cooling it down\ne1\te2\tglands\tducks\tComponent-Whole\tadaptive hyperplasia and compensatory growth in the salt glands of ducks and geese\ne1\te2\tpapillomavirus\twarts\tCause-Effect\tthe human papillomavirus is one of the most common causes of these and most other types of warts, and this is a virus that attacks the skin through direct contact\ne1\te2\tcrash\tmeteor\tCause-Effect_reversed\tthe crash has been caused by a meteor\ne1\te2\tday\tchaos\tOther\tan ordinary day is thrown into chaos by an audacious crime\ne1\te2\tbody\tmuscle\tOther\tthe body is built up of many different things such as muscle and fat and water\ne1\te2\tplantation\tbananas\tMember-Collection_reversed\tthe house is set in a large garden or plantation of bananas, coconuts, limes, and other fruit trees, and a short distance off are the teachers' and students' houses\ne1\te2\tcoughing\tsuffocation\tCause-Effect_reversed\tthe man was on his knees, sdiraya neck with the rope and coughing from suffocation\ne1\te2\tsupreme court\tamendment\tInstrument-Agency_reversed\tthe supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment\ne1\te2\tpaper\tderivation\tMessage-Topic\tin this paper we describe the derivation of a blastocyst following heterologous nuclear transfer (nt) into a human oocyte\ne1\te2\tclosure\tpipe\tOther\tthe primary aim of the present invention is to provide a capless closure for a conventional fuel filler pipe\ne1\te2\tdolphin\ttail\tComponent-Whole_reversed\tthe dolphin 's tail is so powerful it can push the dolphin straight up out of the water\ne1\te2\textinction\tdeforestation\tCause-Effect_reversed\tthe south china tigers are verging on the brink on extinction from hunting and deforestation, and these magestic animals are so close to being gone forever\ne1\te2\tleader\torganization\tMember-Collection\tmatthew coon come is the leader of this organization\ne1\te2\tword\tlanguage\tEntity-Origin\tthe word \"mandala\" is from the classical indian language of sanskrit\ne1\te2\tstudents\tassembly\tEntity-Origin\thopefully the students went away from the assembly with a little more pride and respect for our veterans\ne1\te2\tresearchers\treport\tProduct-Producer_reversed\tthe researchers produced a report which has, literally, saved their jobs\ne1\te2\twings\tduckling\tComponent-Whole\tflapping with his wings the duckling quacked for joy\ne1\te2\tproducers\tproduce\tOther\tall of our producers rear produce within the new forest\ne1\te2\tstethoscope\thead\tComponent-Whole_reversed\tsensitive and robust, this active stethoscope features a small metal and rubber button head with a preamped pvdf film sensor inside\ne1\te2\tband\talbum\tProduct-Producer_reversed\tthis lot are simply an ace young british pop band, who recorded the most consistent power-pop album of 2009\ne1\te2\tcongress\tbaboons\tMember-Collection_reversed\tthe council hall stank like a congress of baboons\ne1\te2\tpatient\tcoma\tOther\tthe patient has been placed into a drug induced coma\ne1\te2\tswine flu\tdisease\tCause-Effect\tswine flu is one of the leading causes of respiratory disease in swine throughout the world\ne1\te2\tevacuation\taccident\tCause-Effect_reversed\tthe environmental and health consequences of the evacuation after the chernobyl accident\ne1\te2\tlasers\twavelengths\tInstrument-Agency_reversed\tlasers work by using various soft pulsing light wavelengths and intensities to help reshape scar tissue\ne1\te2\tdevastation\tflooding\tCause-Effect_reversed\tthe queen has expressed her shock at the devastation caused by the flooding\ne1\te2\tsleeve\tcoil\tComponent-Whole\tthe handpiece contains a primary coil and the sleeve encloses a secondary coil, which are inductively coupled together so that electromagnetic energy can be transferred between them\ne1\te2\tfetus\tembryo\tEntity-Origin\tsubsequent dna analysis confirmed that the fetus was derived from a cloned embryo\ne1\te2\tspeech\tcombustion\tCause-Effect\tthe speech caused a conservative combustion on the internet, but when wanda visited the tonight show a few weeks later to talk about the dinner, she told jay leno that she didn't even know about the controversy\ne1\te2\ttension\tmuscles\tOther\trelaxation involves concentration and slow, deep breathing to release tension from muscles and relieve pain\ne1\te2\tticks\tdiscomfort\tCause-Effect\tthe pet was overly sensitive, and thus the ticks and fleas caused rashes and discomfort\ne1\te2\tnews\tplane\tMessage-Topic\tdr. legome discussed the hospital's response to the news that a plane had crashed into a river\ne1\te2\tshovel\tneighbor\tInstrument-Agency\tstrenuous activity with shovel and wheelbarrow enabled my neighbor to give the ground a gradual slope up to the fence\ne1\te2\tletter\tdispute\tMessage-Topic\tthe letter contained details on the dispute\ne1\te2\traid\tcrisis\tCause-Effect\tthe raid resulted in an immediate regional crisis over the apparent colombian violation of ecuadoran sovereignty, with both ecuador and venezuela mobilizing military forces\ne1\te2\tscheme\taccess\tCause-Effect\ta scheme establishing access to the east sussex countryside for disabled people draws to a close\ne1\te2\tpaint\taluminium\tEntity-Origin\tthe paint is going away from the small aluminium at the bottom and at the top of the keyboard\ne1\te2\tdocuments\tmeeting\tMessage-Topic_reversed\tcopy of all documents being discussed at the meeting were available for inspection\ne1\te2\tspeech\tchild labour\tMessage-Topic\tthis included writing an account of their character and a speech on the subject of child labour\ne1\te2\tlaptop\tprocessor\tComponent-Whole_reversed\tthe laptop includes a 1.6ghz intel processor, presumably with the usual 945gse northbridge and ich7m southbridge, 1gb of ram, and a 2.5-inch, 160gb hard disk drive\ne1\te2\tartwork\texhibit\tComponent-Whole\tthe artwork and artifacts that make-up this exhibit give students the opportunity to physically and personally experience some of the things (and weight of the things) that \"grunts\" carried in vietnam\ne1\te2\tnature\tdisarray\tOther\trecent global warming has thrown nature into disarray\ne1\te2\ttension\tfighting\tCause-Effect_reversed\tcomedy was employed in a cathartic role against the tension, fear and grief caused by the fighting\ne1\te2\tstress\tbattles\tCause-Effect_reversed\tsince 1972, when jewish settler organizations were successful in falsely registering the land with the israeli land registrar, the family have suffered the stress and anxiety caused by the constant legal battles involved in fighting for the right to stay in the homes in which many of them were born\ne1\te2\tconvicts\tguards\tOther\tthe fleeing convicts were picked out of the darkness by the watchful prison guards\ne1\te2\tbusiness\tletter\tMessage-Topic_reversed\tthere are a number of fairly standard conventions when framing a business letter that it is important to observe\ne1\te2\tletter\tinstructions\tComponent-Whole_reversed\tthe letter contains instructions for completion, and encloses a blank copy of the assurance of compliance\ne1\te2\tbook\tdebate\tMessage-Topic_reversed\tthis book has been the topic of considerable heated debate, but it is not the intention of this reviewer to enter into this public argument\ne1\te2\tmeet\thounds\tMember-Collection_reversed\the is mentioned in the first chapter of walton's \" compleat angler,\" wherein venator refers to a meet of his hounds at am well hill\ne1\te2\tcopse\ttrees\tMember-Collection_reversed\tone of the few landmarks to guide the charge was a copse of oak trees near the center of the union line\ne1\te2\tclass\tsociology\tOther\tfor a time class became the dominant research topic for sociology\ne1\te2\tleague\texhibitions\tMember-Collection_reversed\tmud-plastered walls, traditional display of art, handicrafts from all parts of the nation and the exclusivity of each theme state every year makes the surajkund mela stand apart in the league of various exhibitions of arts and crafts\ne1\te2\tparagraphs\tideas\tMessage-Topic\tthe next paragraphs introduce some simple ideas from weighted digraph analysis\ne1\te2\tphotograph\tmemory\tOther\ta photograph reminds frederic about a forgotten childhood memory about a mysterious woman in white a young\ne1\te2\tsurgeon\tteam\tMember-Collection\tthe surgeon is part of the team of clinicians participating in a long rehabilitation process\ne1\te2\tbait\tfrig\tEntity-Origin\tthe bait got out from under the frig\ne1\te2\tcabal\tmurderers\tMember-Collection_reversed\tin the hands of an evil cabal of sadistic murderers who feast on the flesh of their victims, a young woman lashes out in one, last, desperate act of defiance\ne1\te2\tgarden\twindow box\tContent-Container\tone way to have a garden in the country is in a window box\ne1\te2\tportion\tspectrum\tEntity-Origin_reversed\tthe deepest portion of the photosphere is the source of a continuous spectrum\ne1\te2\tcalendar\tsaints\tMessage-Topic\ta calendar of saints forms a way of organising a liturgical year on the finely-granulated level of days by assigning each day to association with a saint\ne1\te2\treport\tderailment\tMessage-Topic\tthe rail accident investigation branch has released its report on the derailment\ne1\te2\tdevastation\tfire\tCause-Effect_reversed\tall thirty of the patches sewn into the cloth in 1534 by the poor clare nuns to repair the devastation caused by the 1532 fire were removed\ne1\te2\tconference\troundtables\tComponent-Whole_reversed\tthe conference was organised around four roundtables\ne1\te2\tcocaine\tsuitcase\tContent-Container\tthe cocaine was in a suitcase that had arrived on a flight from mexico\ne1\te2\tprojects\taspects\tOther\tthe learning institute has several externally funded projects investigating aspects of learning and teaching or management in higher education\ne1\te2\tcockatiel\tmorning\tOther\tmy cockatiel threw up this morning\ne1\te2\tapparatus\tvessel\tComponent-Whole_reversed\tthe plasma processing apparatus produces a plasma in a vessel and processes samples using the plasma\ne1\te2\tsketch\tideas\tMessage-Topic\the wrote out a sketch setting out his basic ideas on transmutation of species\ne1\te2\tbusiness\tferrets\tMember-Collection_reversed\trhys and frost, two of my business of four ferrets, love to go outside on their leashes\ne1\te2\tfunds\tschemes\tEntity-Destination\tthe funds are invested into renewable energy schemes\ne1\te2\thead\tclothing\tEntity-Origin\tas mr. appenzeller retracted his hand in shock, a head popped out of the wet clothing, its eyes wide and frightened\ne1\te2\tcourt\trule\tInstrument-Agency_reversed\tthe court instead achieved the desired flexibility using a harmless error rule\ne1\te2\tstorm\tcold front\tCause-Effect_reversed\tthe storm was generated by an intense cold front moving across drought-affected areas in south australia and nsw\ne1\te2\tarticle\tbook\tEntity-Origin\tthis 80 page article was extracted from the book: new model of the universe, by p. d. ouspensky\ne1\te2\tmechanism\tgun\tComponent-Whole\tmetallurgical plant has shown that the performance of the clamping mechanism of the gun is less than satisfactory\ne1\te2\ttest\texam\tEntity-Destination\tan aids test is added to the physical exam\ne1\te2\tmother\tbreast\tComponent-Whole_reversed\tit is soon asleep, however, on the pillow of mother's breast\ne1\te2\torder\toverseas address\tEntity-Destination\tthe order is posted to an overseas address\ne1\te2\tslices\tbasket\tEntity-Destination\tto reheat the turkey without drying it out, we placed the slices in a steamer basket set in a pot of simmering water\ne1\te2\tmatter\tblack hole\tOther\tthe matter inside a supermassive black hole is not as dense as inside a stellar-sized black hole\ne1\te2\tguide\tissues\tMessage-Topic\tthis guide outlines the issues to consider before submitting your junior reporter pieces\ne1\te2\tfirm\treport\tProduct-Producer_reversed\tthe marketing research firm reeased a recent report saying the number of americans watching online video has more than tripled in the last 5 years\ne1\te2\tubiquity\tsparrows\tOther\tin late summer (july to september), the robins disperse and the culex shift to feeding on humans, again despite the ubiquity of house sparrows\ne1\te2\tjoint problems\tosteoarthitis\tCause-Effect_reversed\tjoint problems are caused by osteoarthitis (degenerative joint disease), subluxations, sprains, intervertebral disc\ne1\te2\tlactoferrin\tblood\tEntity-Destination\tenteric-formulated lactoferrin was more effectively transported into the blood\ne1\te2\texamination\thead\tOther\tthe examination started at the head\ne1\te2\tlocomotive\tplatform\tEntity-Origin\twith a blow of the whistle, the locomotive departs from the station platform pushing four carriages ahead of it\ne1\te2\tarchives\tstudies\tProduct-Producer_reversed\tthe archives also publish historical and scientific studies\ne1\te2\tscientists\twarning\tProduct-Producer_reversed\tscientists responsible for analysing the seizures have given a warning that traffickers are turning to hospital x-ray equipment and laboratory supplies as an illicit source of radioactive material\ne1\te2\tmoney\tsafe\tContent-Container\tthe money was locked in a safe on the premises\ne1\te2\tflame\tturnip\tEntity-Destination\tthis flame was put inside a hollowed-out turnip to keep it glowing\ne1\te2\ttutorial\tmusical theory\tMessage-Topic\tit is a tutorial by mark levine that aims to summarise the musical theory, including jazz harmony, required by an aspiring jazz pianist\ne1\te2\tnecklace\tchain\tOther\tthis adorable necklace is made with fine silver plated chain and is 20\" long\ne1\te2\tcorps\tgiraffes\tMember-Collection_reversed\twe did spot a few elephants, cape buffaloes, and warthogs, when we got so close we could actually count the warts on their faces, but our best shots were of the corps of giraffes, who towered over us at over eighteen feet tall and weighed in excess of 2,000 pounds\ne1\te2\tlice\tinfestation\tCause-Effect\ta lice infestation is diagnosed by looking closely through pubic hair for nits, nymphs, or adults\ne1\te2\tphotos\tjournal\tEntity-Destination\tan actress's nude photos have been leaked to a local journal\ne1\te2\tundulation\tcliffs\tOther\t'transition' are the series of large mirrored beach hits that cling to the stubborn undulation of the cliffs above mckenzie's bay\ne1\te2\ttitle\tbook\tComponent-Whole\tthe nice thing about the title of the first book was that as soon as you saw the the cover, or even read the title, you knew immediately about the blog without having to read a review or a \"to get more info\" blurb\ne1\te2\tmask\tprotection\tOther\ta traveler wears a mask for protection against the swine flu\ne1\te2\tmechanism\tbath\tOther\tthose models were chain driven and the mechanism was enclosed in a very visible oil bath\ne1\te2\tdestruction\twar\tCause-Effect_reversed\the created and advocated \"flower power,\"a strategy in which antiwar demonstrators promoted positive values like peace and love to dramatize their opposition to the destruction and death caused by the war in vietnam\ne1\te2\tfile\tdirectory\tEntity-Destination\tthe file is added to the directory\ne1\te2\tfacts\tlegal proceeding\tOther\tit is a document that recites facts pertinent to a legal proceeding\ne1\te2\tfiles\tplot\tMessage-Topic\tthe files reveal militarist plot to kill yoshida\ne1\te2\ttrain\tstation\tEntity-Origin\the took the most convenient way to go to lausanne: using a train from the railway station located at the airport\ne1\te2\ttroops\tregion\tEntity-Destination\tpentagon moves the troops into the middle eastern region\ne1\te2\tend-sequencing\treads\tOther\tend-sequencing of the fragments with short 36-base reads therefore leads to elevated coverage near the end of the baits\ne1\te2\ttrip\tdotterel\tMember-Collection_reversed\tfor wader enthusiasts each spring provides an opportunity to discover a trip of dotterel\ne1\te2\tstone\tpot\tEntity-Destination\ta stone was put inside a freshly made pot, then it was pressed against the metal\ne1\te2\tcognac\tbottle\tContent-Container\tthe cognac was in a bottle from which the label, if it ever had one, had long since vanished\ne1\te2\tmemories\tdays\tEntity-Origin\ta rustic cottage and farm yard buildings give memories from bygone days\ne1\te2\tproject\tstate\tOther\tit is an ongoing academic project by social scientists to assess the state of sociocultural, moral, religious, and political values of different cultures around the world\ne1\te2\tleader\tpolice\tEntity-Destination\tan assam rebel leader was handed over to the police\ne1\te2\tchickens\tbox\tContent-Container\tthe two four-legged chickens were in a box under a heat lamp, a temporary lodging until a more spacious cage was available\ne1\te2\tclerk\tshop\tOther\tthe clerk in the shop activated the card for us\ne1\te2\taccident\tsnarl\tCause-Effect\tthe accident caused a traffic snarl on the ever busy bridge leading to diversions to other routes\ne1\te2\tpressure\tprocess\tInstrument-Agency\taromatic hydrocarbon-water separations by a pressure driven membrane separation process\ne1\te2\tcolony\trabbits\tMember-Collection_reversed\tgreene monitored a colony of rabbits over a long period of time (8-10 years)\ne1\te2\toil painting\tframe\tOther\tthe arts minister eagerly put this famous oil painting into a cultural frame\ne1\te2\tman\ttruck\tInstrument-Agency_reversed\tthe man ran him over with his own truck, and then left the country\ne1\te2\tstatute\ttrade\tMessage-Topic\thowever, in 1819 the united states had by statute declared the slave trade to be piracy and subject to the death penalty\ne1\te2\tcovey\tgrouse\tMember-Collection_reversed\ton one occasion we had an excellent opportunity of watching a small covey of willow grouse, almost as pure white as the snow upon which they were running\ne1\te2\tinjury\tperson\tCause-Effect_reversed\ti've suffered from an injury that has been caused by the negligence of another person, and i've filed an injury claim\ne1\te2\ttrain\ttunnel\tOther\tsome part of the train was inside a tunnel and the remaining on the ramp\ne1\te2\tsculptor\tmaker\tProduct-Producer\tjames ford, a sculptor and print maker, died on tuesday at his home in manhattan\ne1\te2\twords\tcurate\tProduct-Producer\tthe words flowed from the imagination of a modest curate\ne1\te2\tblackcurrent\tsyrup\tEntity-Origin_reversed\ti've been to ireland several times and once while in a pub in galway city i noticed people ording pints with blackcurrent syrup in them\ne1\te2\tshaman\therbs\tInstrument-Agency_reversed\tthe shaman cured him with herbs\ne1\te2\tcommunion\tbelievers\tMember-Collection_reversed\tlot means the share in eschatological salvation that god gives to each individual believer in the communion of all believers\ne1\te2\tsingular\tboars\tMember-Collection_reversed\tgary oldman, whose name has vanished from the main credits, is lecter's disfigured victim who wants revenge, specifically to feed the evil doctor to his singular of wild boars\ne1\te2\tpod\tdolphins\tMember-Collection_reversed\tin a marine park on the coast of hawaii's oahu in the 1990s a small pod of bottlenose dolphins turned these bubble-rings into their own art form\ne1\te2\tsong\tgroup\tProduct-Producer\tthe ultravox song, with its faint allusions to the crumbling hapsburg empire, was written by a group that never set foot in vienna\ne1\te2\tinterferon\tfever\tCause-Effect\tcells damaged or killed by flu result in the production of interferon which is one of the most potent causes of fever\ne1\te2\tword\tverb\tEntity-Origin\tthe philological origin of the word \"tact\" is derived from the latin verb tangere\ne1\te2\tpressure\tfriction\tCause-Effect\tpressure from shoes and walking cause friction and the body's natural response is to build up the skin to protect it from breaking down\ne1\te2\trat\tcell\tEntity-Origin\tthe clever house rat is going to get away from a cell\ne1\te2\trecovery\ttsunami\tOther\tthe un team for recovery after the tsunami in india nominated the who\ne1\te2\tpocket\trobe\tComponent-Whole\tthe boy places the bell in the pocket of his robe and all the children watch as santa takes off into the night for his annual deliveries\ne1\te2\tbrain\tjar\tContent-Container\twhen the scientists came here the brain was in a jar\ne1\te2\tpoet\tpoems\tProduct-Producer_reversed\tthe poet's sizable oeuvre includes very little prose but more than 500 published poems\ne1\te2\tveto\tpresident\tInstrument-Agency\tthe line-item veto is the best tool the president has to rein in excessive spending\ne1\te2\trabble\tappetites\tMember-Collection_reversed\tthe prerogative of reason lies very low, perpetually overpowered by the rabble of appetites, passions, and opinions\ne1\te2\tcountries\thistory\tOther\tthe two countries are related through an unbroken common history spanning three-hundred and thirty-nine years\ne1\te2\tscience fiction\troles\tMessage-Topic\tfeminist science fiction tends to deal with women's roles in society\ne1\te2\tfraternity\tcultures\tMember-Collection_reversed\tafter shelling the serbian orthodox church in east mostar, the croat artillery had destroyed the mostar bridge aiming at sweeping all the symbols of fraternity of different cultures\ne1\te2\tcancellations\tmail\tOther\tcancellations were notified by mail\ne1\te2\tworld\tprocess\tOther\tthe world was created by a long process beginning with the collapse of a huge molecular cloud\ne1\te2\tmotet\tidea\tEntity-Origin\tthe motet grows from a short, sparse germinal idea in which the intervals of the tone, semitone and augmented fourth predominate\ne1\te2\tmethod\tstep\tComponent-Whole_reversed\tthe method comprises the step of administering approximately 5 25 ml of silver composition, one to five times a day orally until there was a response\ne1\te2\tcreator\tgame\tProduct-Producer_reversed\twell, he's only the creator of possibly the most played computer game ever written\ne1\te2\tcornucopia\treviews\tOther\tthe unofficial charles portis website aims to be a virtual cornucopia of book reviews and biographical pieces related to its namesake\ne1\te2\tfloods\trains\tCause-Effect_reversed\ta mother carries her children inside a public school used as an evacuation center for victims of the floods caused by the continuous rains of typhoon ketsana, in the town of tanay, rizal east of manila september 28, 2009\ne1\te2\tumpire\tgame\tOther\tthe umpire in the game of serina williams and martinez sanchez was true\ne1\te2\tphysicist\tterm\tProduct-Producer_reversed\twhy exactly the physicist came up with the term \"black hole\" i'm not sure of, but you might be able to find out in his autobiography\ne1\te2\tbrigade\tguards\tMember-Collection_reversed\tit was in this background that the brigade of the guards was raised in 1949\ne1\te2\tbuses\tairport\tEntity-Origin\texpress buses depart the airport every 1 hour from 6.00 until 1.00\ne1\te2\tpredisposition\tdiseases\tOther\tunfortunately, you also inherited predisposition to certain diseases\ne1\te2\trun\tpoultry\tMember-Collection_reversed\twe just finished our last run of pasture poultry for the year\ne1\te2\tsketch\tsleeve\tEntity-Destination\tthey packed the sketch into a thick stiff cardboard sleeve so that it wouldn't get bent\ne1\te2\twater\tflask\tContent-Container\the boiled one liter of water in a flask on a hot plate\ne1\te2\tcrystal\tmolecules\tComponent-Whole_reversed\twe describe the design and synthesis of a ferroelectric liquid crystal composed of racemic molecules\ne1\te2\tsoftware\tdeveloper\tProduct-Producer\tshe met her british husband, martin stamp, a software developer, in 1983, and with him felt that she finally belonged\ne1\te2\tbag\titems\tContent-Container_reversed\tthe bag was full of electronic and game items, and fled the scene possibly in a black gmc envoy\ne1\te2\tsolute\tmicelle\tEntity-Origin\tthe first mechanism involves the exit of a solute from a micelle into the aqueous phase and its re-entry into another (or the same) micelle\ne1\te2\tbeam\temission\tCause-Effect_reversed\tthe electron beam is generated by an explosive emission cathode\ne1\te2\tbook\tlibrary\tEntity-Origin\tthe latter book i got out of storage from the university of north carolina library\ne1\te2\tgroups\ttunnel\tProduct-Producer_reversed\tduring his reign, two working groups under the lead of the engineer eupalinos dug a tunnel through mount kastro\ne1\te2\tparty\tpledge\tProduct-Producer_reversed\tin 1993 the party won the governorship with a pledge to cut income taxes 30%\ne1\te2\torange slices\tmeals\tEntity-Destination\twendy's has added orange slices into children's meals\ne1\te2\tlegion\tswordsmen\tMember-Collection_reversed\tgeneral lee is hourly expected, as if from heaven, with a legion of flaming swordsmen\ne1\te2\tpressure\tcaisson\tOther\tthe high pressure inside acaisson presents health risks\ne1\te2\tfire\tquake\tCause-Effect_reversed\tthree people had been killed in a fire after the quake and hundreds of people were injured\ne1\te2\tsong\tcharacter\tOther\tthe song is featured in the 1990 film riff-raff, performed by the main female character\ne1\te2\tbook\tauthor\tProduct-Producer\tthose of us resolving to lead a lower-carbon life in 2010 could do worse than acquire a copy of prashant vaze's new book, the economical environmentalist, in which the author picks over the fine details of his life\ne1\te2\tpilot\tparking lot\tEntity-Destination\tthe pilot crash-landed into a mall parking lot\ne1\te2\tswarm\tearthquakes\tOther\tseismologists are keeping an eye on a recent swarm of small earthquakes in sun valley\ne1\te2\tviruses\tpeople\tEntity-Destination\twe all are spreading viruses to other people since we are not washing our hands well\ne1\te2\tincome\tadministration\tEntity-Destination\tthe income went to the administration\ne1\te2\tteacher\tteam\tMember-Collection\tthe class teacher is part of the school team, ensuring the unit is well integrated into the school, whilst still preserving the montessori character and method of education\ne1\te2\tdevastation\twaste\tCause-Effect_reversed\tsome have argued that the money the pirates demand is very little compared to the devastation that has been caused by the toxic waste, which includes nuclear waste\ne1\te2\tsaint\tmartyrdom\tOther\tthe procession lasts all days and passes by all the places in the city that are linked to the saint's martyrdom\ne1\te2\thuddle\thens\tMember-Collection_reversed\tshe frowned as she glanced around at the huddle of hens, now in a tight pact gathered near azul\ne1\te2\tpresident\tbankruptcy\tOther\tthe president is running into bankruptcy\ne1\te2\tcigars\thumidor\tContent-Container\tafter having been aged for several months to a year, the cigars were kept in a humidor; thus they tasted better\ne1\te2\tring\tgossipers\tMember-Collection_reversed\tthe ring of gossipers sat in their old place in the post-office one evening, when the door opened and in came jerry himself\ne1\te2\tinformation\ttest\tEntity-Origin\tinformation was gained from this second test\ne1\te2\twire\tbeaker\tEntity-Destination\tyou placed two bare ends of the wire into a beaker filled halfway with distilled water\ne1\te2\tmonks\tpieces\tInstrument-Agency_reversed\tthe monks scaled the sheer rock faces by inserting pieces of timber into crevices\ne1\te2\ttalk\ttricks\tMessage-Topic\tduring her talk she related some of the tricks that orville liked to play on people\ne1\te2\thorses\tstud\tOther\tin addition to this, subsidies are paid private individuals to keep horses of merit in the stud\ne1\te2\tbattalion\tpikemen\tMember-Collection_reversed\tthe elector of saxony made up the battalion of 120 pikemen, or so-called men of double pay, and 180 musketeers\ne1\te2\tleader\tsociety\tMember-Collection\tkim jong il was raised in totalitarian north korea and became the leader of this society\ne1\te2\tmetrosexuals\tmoisturizers\tInstrument-Agency_reversed\treal metrosexuals use moisturizers\ne1\te2\tlegion\tgrenadiers\tMember-Collection_reversed\the had long thrown over the bismarck tradition, and for him and his emperor affairs in south-eastern europe have long been worth the bones of a legion of pomeranian grenadiers\ne1\te2\tstaff\tchairman\tMember-Collection_reversed\tall staff, from the chairman, charlie mayfield, to part-time shelf stackers in waitrose, get the same percentage payout\ne1\te2\tblonde\tvoice\tOther\ta few of her tracks delve more into a pop-rock sound, and the petit blonde performs with a sweet, southern voice made for the genre\ne1\te2\tsystem\trig\tComponent-Whole_reversed\tthe system works using a character rig or \"biped\" which is pre-made and allows the user to adjust the rig to fit the character they will be animating\ne1\te2\tmeatballs\tground\tEntity-Destination\tin the movie, meatballs are dropped onto the ground\ne1\te2\tproducer\tmachinery\tProduct-Producer_reversed\tthe partners were a producer of required machinery and a research institute\ne1\te2\tinstrument\tvacuum chamber\tContent-Container\tthe instrument was inside a vacuum chamber, and both piston and anvil were cooled with liquid nitrogen\ne1\te2\tpact\teffect\tOther\tthe gulf monetary union pact has come into effect\ne1\te2\tmetal\tchamber\tEntity-Destination\tthe molten metal was poured into an unheated chamber from an external melting container\ne1\te2\tdisappointment\taudience\tCause-Effect_reversed\tthe paper reported a 'palpable sense of disappointment' from the audience\ne1\te2\tprofit\tcancer research center\tEntity-Destination\tthe exhibition profit was donated to a cancer research center\ne1\te2\tdamage\tindustry\tCause-Effect_reversed\tscientists warn that the damage caused by the fishing industry is irreparable\ne1\te2\tpollution\twarming\tCause-Effect\tthese old power plants produce pollution that causes smog, acid rain and global warming, and they generate radioactive wastes and other toxic pollutants\ne1\te2\ttreatment\tdisease\tOther\tthe team used the newly-developed nanoparticle to build therapies for treatment of individuals with cardiovascular disease\ne1\te2\tphrase\targument\tEntity-Origin\tthe phrase originates from an argument for taxing english nobles\ne1\te2\tseawater\tions\tOther\tof course, the most common things in seawater, besides the hydrogen and oxygen that make up the water itself, are sodium and chloride ions, which are the components of common table salt and make ocean water taste salty to us\ne1\te2\ttapir\thoof\tComponent-Whole_reversed\tthe tapir hit the thick stem a few times with its hoof, tore off a piece of the bark and passed it to tasurinchi\ne1\te2\tpaper\tstaff\tProduct-Producer\ta paper co-authored by jrc staff entitled \"plutonium-based superconductivity with a transition temperature above 18k\" was published on 21 november in nature magazine\ne1\te2\tholder\tspiral\tOther\tthe glass tealight holder appears to float inside the metal spiral as it spins in the gentle breeze\ne1\te2\tdaughter\tidea\tProduct-Producer_reversed\tmy 8 year old daughter came up with an extremely good idea\ne1\te2\trecipe\tcollection\tMember-Collection\tdiabetic peanut butter cookies recipe from the diabetic recipe collection at informationaboutdiabetes.com\ne1\te2\tmedical information\tmedical procedures\tMessage-Topic\tsome of the medical information in the book pertaining to medical procedures, drugs, etc., is out of date and i check anything i am unsure of with my health care provider\ne1\te2\tserver\tapproach\tInstrument-Agency\twe chose a server driven approach to link prefetching\ne1\te2\tbible\tdesk drawer\tContent-Container\ti was sitting in the hotel room the other day and found the bible that was in the desk drawer, i got a few quotes that seemed good and expressed my feelings\ne1\te2\tcarafe\tclock\tContent-Container\tit is inherently no less silly to see a king in a pear (as all of france did) than to see a pear in a rabbit, a rabbit in a carafe, a carafe in a clock, and so on and so forth\ne1\te2\tstudy\teffects\tOther\tthe purpose of this article is to report the findings of a study on the effects of the federal truth-in-lending legislation\ne1\te2\tsets\tletters\tOther\tsets are conventionally denoted with capital letters\ne1\te2\tartist\tcreations\tProduct-Producer_reversed\tthe sculpture is considered among the artist's most restrained creations\ne1\te2\tfederation\tassociations\tMember-Collection_reversed\tin many countries, the national association is a federation of various scout associations\ne1\te2\tdisorders\tdrinking\tCause-Effect_reversed\tfetal alcohol spectrum disorders, or fasds, are caused by drinking alcohol during pregnancy\ne1\te2\tmusician\tdulcimers\tProduct-Producer_reversed\tthis musician and instrument maker makes dulcimers that meet his own demanding requirements as a player\ne1\te2\tpocket\tjeans\tComponent-Whole\the gets the door open easily and leads sam inside, fingers curled into the front pocket of his jeans\ne1\te2\tpineapple\twine\tEntity-Origin_reversed\t\"lagrima del sol\" is a pineapple wine made from 100% fresh pineapple juice produced in the only pineapple production region in japan\ne1\te2\tswarm\tparticles\tMember-Collection_reversed\tas a typical case, the slow motion of a swarm of particles in a viscous fluid was studied both theoretically and experimentally\ne1\te2\trelease\tsurfaces\tOther\tthe release profiles were modified by delaying additional drug release from the press-coated surfaces\ne1\te2\theel\tfoot\tComponent-Whole\tpain in the heel of the foot is caused by several different conditions\ne1\te2\tbeavers\tcanals\tProduct-Producer_reversed\tbeavers also build canals to float build materials that are difficult to haul over land\ne1\te2\tvalves\theart\tComponent-Whole\tthe job of the four heart valves is to make sure blood flows in one direction through the heart\ne1\te2\toffices\tbuilding\tComponent-Whole\tto heighten that translucent effect, the executive offices have been placed in the middle of the building, while underlings, with their open-plan work stations, get to enjoy breathtaking views over the hudson\ne1\te2\tinformation\tfiles\tContent-Container\tbefore databases appeared, the information on the computers was stored in files\ne1\te2\tcrypt\tchoir\tOther\ta crypt of the xi century dug a posteriori under the choir also preserves frescos of the time\ne1\te2\tointment\teyelid\tEntity-Destination\tthen antibiotic ointment was put inside my lower eyelid and they patched my eye closed\ne1\te2\tcocaine\tcylinders\tContent-Container\tin another case, cocaine was hidden in cylinders on the bottom of a commercial vessel, a banana boat\ne1\te2\tgolfer\tstatement\tProduct-Producer_reversed\tthe world's top golfer said in a statement on his website that he had let his family down and that he regretted those \"transgressions with all of my heart\"\ne1\te2\tveins\tleg\tComponent-Whole\tvenous insufficiency ( a failure of the valves in the veins of the leg that causes congestion and slowing of blood circulation in the veins )\ne1\te2\tengineer\tmachine\tProduct-Producer_reversed\tto solve this problem tommy flowers, an engineer who worked for the post office, designed a machine which worked on the digital data stream of the lorenz traffic and could carry out the statistical tests needed to find the key\ne1\te2\twater\tcrack\tEntity-Destination\ttony found that when he poured water into a crack in a rock sample and froze it, then allowed it to thaw, the crack was actually wider\ne1\te2\tarray\ttopics\tMember-Collection_reversed\the has worked on a wide array of topics, including transportation security and the future of the faa and the national airspace system\ne1\te2\tcrash\trhinoceroses\tMember-Collection_reversed\twe were crushed by a crash of rhinoceroses\ne1\te2\tamount\tcharities\tEntity-Destination\tover the six years, this club donated a large amount of money to local children's charities and families\ne1\te2\tbottle\tkerosene\tContent-Container_reversed\tthey lit a bottle full of kerosene and flung it over the gates before fleeing the scene\ne1\te2\tforkful\tmouth\tEntity-Destination\tthen he put a forkful into his mouth, chewing with discernment the toothsome pliant meat\ne1\te2\tsuitcase\tclothes\tContent-Container_reversed\ti had a suitcase with clothes in it\ne1\te2\troom\thill\tOther\ta room was dug from the side of a hill and the opening closed in by wood, earth, or fabric, such as the wagon's cover\ne1\te2\tstory\tconquest\tMessage-Topic\the had a wonderful story to tell of the conquest of a continent by a people through thrift, endurance, sacrifice and grit\ne1\te2\tconference\tdebate\tComponent-Whole_reversed\tthe conference started with the general debate at which heads of delegations are delivering their national statements\ne1\te2\tmeasure\tdiscussion\tMessage-Topic_reversed\tthe chancellor confirmed that this measure was under discussion\ne1\te2\tperson\tbrakes\tProduct-Producer_reversed\ti dunno, i'm kinda leaning towards some props for the person that came up with brakes\ne1\te2\train\tdowntown\tEntity-Destination\twind driven rain has come into the downtown\ne1\te2\toil\tflour\tEntity-Origin\tafter 30 min, the oil was pressed from the flour on a small capacity hydraulic press\ne1\te2\tstone\tgrinding\tOther\tstone grinding is very technical\ne1\te2\tstatement\tdeparture\tMessage-Topic\tnewsted's statement revealed his departure was based on private and personal reasons\ne1\te2\tjunk mails\tspam folder\tEntity-Destination\tjunk mails were automatically put into a spam folder\ne1\te2\tyeast\ttubes\tEntity-Destination\tthey packed yeast into toothpaste tubes\ne1\te2\tlactic acid\tdextrose\tEntity-Origin\tlactic acid is made from dextrose by fermentation\ne1\te2\tbackpack\tlaptop computer\tContent-Container_reversed\tthe backpack contained a laptop computer and a wallet with identification\ne1\te2\tdemolition\tcompany\tCause-Effect_reversed\tlittle irish girl becky called a demolition company and asked if they would knock her school down\ne1\te2\tcushion\tfeathers\tComponent-Whole_reversed\tthe pillow of western nations is a cushion of linen or other material, stuffed with feathers, down, hair or wool\ne1\te2\tgirl\tcommunity\tEntity-Origin\ton his blog theres a 2-part article about a girl who escaped from an amish community\ne1\te2\tdisplay\tcable\tInstrument-Agency_reversed\tthe display receives the output through a 15 pin d connector cable\ne1\te2\ttreasure trove\tpalaces\tMember-Collection_reversed\tas well as the wildlife, india has a vast treasure trove of palaces, forts, temples, museums and bustling cities\ne1\te2\tinventor\talternative\tProduct-Producer_reversed\tannie's the inventor of the astoundingly clever flip knit, a low tech, portable alternative to knitting videos\ne1\te2\tsatellite\torbit\tEntity-Origin\tafter a successful launch on 29 november 1994, the satellite was manoeuvred from its initial geosynchronous-transfer orbit at 28.5 degrees to the equator, to an intermediate one at 12.4 degrees, 6,390-36,065km by mid-december\ne1\te2\tnanotubes\tcavity\tEntity-Destination\tcarbon nanotubes introduced into the abdominal cavity of mice show asbestos-like pathogenicity\ne1\te2\taward\tscholar\tEntity-Destination\tthe award has been given to the scholar who proved the mathematical theory\ne1\te2\tmeasure\tlectures\tCause-Effect_reversed\tadam smith's first measure of fame was gained from a series of public lectures on rhetoric and belles lettres delivered in edinburgh from 1748 to 1751\ne1\te2\thall\tdisuse\tOther\tthe hall fell into disuse\ne1\te2\tclosure\tbackup\tCause-Effect\tthe closure caused a backup on the freeway for several miles northbound as cars were detoured to the lost hills road exit and over to agoura road to head south on las virgenes\ne1\te2\tsculpture\tpublications\tMessage-Topic_reversed\tthe sculpture of lawrence j nowlan has been featured in numerous publications\ne1\te2\tawards\tprojects\tEntity-Destination\tcip has been bestowing awards to honour planning projects\ne1\te2\tmotor\tbelt\tInstrument-Agency_reversed\tthe motor drives the blade using a belt rather than being directly connected like the portable models\ne1\te2\tsewer\tcovers\tComponent-Whole_reversed\tsewer covers are found in roads - sometimes sidewalks - and permit access to the sewer below\ne1\te2\thilt\tkatana\tComponent-Whole\tthe symbol appears on the hilt of the katana\ne1\te2\tplay\tambition\tMessage-Topic\tthe main theme of the play is ambition and how it can destroy a courageous, trustworthy, noble man\ne1\te2\tdevastation\ttsunami\tCause-Effect_reversed\tthe devastation caused by the earthquake-generated tsunami is seen on the south coast of western samoa\ne1\te2\tscars\tburns\tCause-Effect_reversed\tscars from burns happen when the entire depth of the skin is destroyed by heat\ne1\te2\tmess\tgrits\tOther\ti got scrambled eggs, a biscuit, bacon and a mess of grits\ne1\te2\tfactory\tbanduras\tProduct-Producer_reversed\tin 1950 the factory began to manufacture banduras, initially using the construction plans of chernihiv bandura maker\ne1\te2\tpower supply\tpower-pack\tOther\tthe 400 v power supply (unstabilized) was derived from a conventional power-pack with n-filter\ne1\te2\tcoalition\tactivities\tCause-Effect\tto that end, the coalition has established some local recreational activities, including laser tag and paintball\ne1\te2\ttail\tshark\tComponent-Whole\twe noted the tail of the shark curved to its left side (away from the camera) and moving to its right side (towards the camera)\ne1\te2\tskein\tgeese\tMember-Collection_reversed\ta skein of greylag geese came directly over me and i killed one that dropped far out in the field\ne1\te2\tdrug\ttubes\tEntity-Destination\tthe fire drug was put inside of bamboo tubes and thrown in the fire to be ignited\ne1\te2\tmanna\tpot\tContent-Container\tnot only was the manna hidden in the golden pot, but this pot was hidden in the ark\ne1\te2\tbattalion\tmusketeers\tMember-Collection_reversed\tfollowing the abortive italian campaign, siberia grenadiers and grenadier battalion of aleksopol musketeers returned to russia via the black sea in january 1806\ne1\te2\tcrisis\tblockade\tCause-Effect_reversed\tthe march's goal is to raise awareness of the crisis caused by the israeli blockade and bring much needed humanitarian relief\ne1\te2\tquarrel\tadministration\tOther\the then escalated a quarrel with austria and its german allies over the administration of these provinces into a war\ne1\te2\tfactory\tcells\tProduct-Producer_reversed\tresearchers have turned a mouse into a factory for human liver cells\ne1\te2\tbox cutter\tbook\tContent-Container\the forgot the 9/11 style box cutter was hidden in the hollowed out book\ne1\te2\tindustry\tbackfill\tOther\tthe coal industry has been recycling the material into backfill and building materials such as cement\ne1\te2\tcandidate\trace\tOther\tthe proposed tax helped to push the candidate into the senate race\ne1\te2\tmodules\tapostrophes\tMessage-Topic\teach of these contain many modules on different topics, such as apostrophes, silent letters, personal pronouns, spelling plurals, etc\ne1\te2\tdeck\tbus\tComponent-Whole\tviews and camera angles from the upper deck of the bus are good - but it can get wet\ne1\te2\tmessenger bag\ttrash bag\tContent-Container\tfor more than five years after 9/11, a messenger bag coated with debris was sealed in a plastic trash bag\ne1\te2\tentrance\tbuilding\tComponent-Whole\tthis close-up of the entrance shows the poor maintenance of the building\ne1\te2\tphotograph\thand\tOther\tthey were added to the photograph by an unknown hand after the picture had been circulating on the internet for several years\ne1\te2\tspeech\tbelief\tMessage-Topic\the also used his speech to set out his belief that the country's \"greatest challenge\" was social breakdown\ne1\te2\ttap\tshower\tComponent-Whole\tin the rainy season, the tap of the bucket shower is closed\ne1\te2\tphonograph\twork\tEntity-Origin\tthe phonograph was developed from work done on the telegraph and on the telephone\ne1\te2\toil\tfilter\tEntity-Destination\t16 hp onan engine blew oil into the air filter\ne1\te2\tscientists\tmusic\tInstrument-Agency_reversed\tscientists are turning to music to put across their messages: whether informing the public or campaigning\ne1\te2\tmechanic\tspanner\tInstrument-Agency_reversed\ta mechanic tightens the bolt with a spanner 0.25 m long\ne1\te2\tartworks\tview\tMessage-Topic\tthey are massive artworks that reveal a wide, all-encompassing view of a particular subject, often a landscape, military battle, or historical event\ne1\te2\tblast\tmishandling\tCause-Effect_reversed\tthe truck carried homemade weapons, and the blast was caused by the mishandling of weapons\ne1\te2\tguns\tbar\tEntity-Destination\the has illegally carried guns into the bar\ne1\te2\tworker\tmask\tInstrument-Agency_reversed\tthe top photo shows a worker with a poorly fitting dust mask\ne1\te2\tcommittee\tcreditors\tMember-Collection_reversed\tsix flags' reorganization plan is supported by a steering committee of its secured creditors and led by investment firm avenue capital management, which would take control of the company under the plan\ne1\te2\tphotos\tweeks\tEntity-Origin\there are some photos from a few weeks ago when i came out of the subway and stumbled across an amazing sighting\ne1\te2\tcandies\tchild\tEntity-Destination\the gave two candies to each child\ne1\te2\tshortages\triots\tCause-Effect\tbread shortages and mounting poverty cause riots in nearby paris\ne1\te2\tion\tacid\tEntity-Origin\tthe monocarboxylate ion is derived from an acid selected from formic acid\ne1\te2\tpace\tdonkeys\tOther\thowever, after five years the water pump was stolen, leaving the villagers once again dependant on a pace of donkeys to ferry buckets of water to them from an old well\ne1\te2\tnoise\tquake\tCause-Effect_reversed\tthursday afternoon the staff from the university of wisconsin-madison near lake mendota felt a shake and heard a noise like a boom which was triggered by an ice quake\ne1\te2\tcollective\torganizations\tMember-Collection_reversed\tindymedia is a collective of independent media organizations and hundreds of journalists offering grassroots, non-corporate coverage\ne1\te2\tsettlers\tregions\tEntity-Destination\tthe transcontinental railroad brought more settlers into the southern regions\ne1\te2\tproducts\tdisuse\tOther\tproducts have fallen into disuse\ne1\te2\tpackage\tbelt bag\tContent-Container\tthe package was contained in a red belt bag that a security guard found outside one burgundy plaza at around 7 a.m\ne1\te2\tinstallation\tnext week\tEntity-Destination\tthe technician rescheduled the installation to the next week\ne1\te2\timages\tprogram\tEntity-Origin\tthis is a collection of many of the best images from nasa's planetary exploration program\ne1\te2\tpersonnel\torganisation\tOther\tthe study focuses on the personnel in three service stations in finland that are part of teboil's organisation\ne1\te2\ttext\tfiles\tEntity-Destination\ti entered text into several files one after the other\ne1\te2\tpeople\tbankruptcy\tOther\tthe labour party has taken people further into bankruptcy\ne1\te2\tman\tbody\tOther\ta man was hidden in the body of the turk itself\ne1\te2\tstories\tlife\tMessage-Topic\tit is a rural community and the stories narrate family life on a smallholding in the farming world\ne1\te2\tlectures\tthoughts\tMessage-Topic\tthis book is a collection of his lectures and papers that summarised his thoughts on the philosophy of science\ne1\te2\tadvantages\tfortress\tOther\timpressed by the strategic advantages of this fortress and its protection of the city on the slope beneath, king vakhtang gorgasali of iberia decided to move his capital here from mtskheta in 458\ne1\te2\tgenerator\tprinciple\tInstrument-Agency_reversed\tthe generator creates electricity using much the same principle as the alternator on your car (depending on the turbine type)\ne1\te2\tdriver\tstreet\tEntity-Destination\tthen the driver turned the car into a dark and narrow street and reduced his speed\ne1\te2\ttalk\toperations\tMessage-Topic\tthe talk was about peacekeeping operations\ne1\te2\tsord\tmallards\tMember-Collection_reversed\tthey came flocking and honking into england like a sord of hungry mallards\ne1\te2\tstones\tgrinding\tOther\tmillers checked that the stones used for cereal grinding weren't overheating\ne1\te2\tbrotherhood\taristocrats\tMember-Collection_reversed\tthe brotherhood of feudal aristocrats was itself a democracy and devolved later into democratic european states\ne1\te2\tanthology\tpoems\tMember-Collection_reversed\tan anthology of his poems entitled, sundramaithry, has been translated into malayalam by dr. dhanya menon, and published in 2008\ne1\te2\tkitchen\tsmoke\tOther\tthe kitchen was full of smoke\ne1\te2\tpen\tdesk drawer\tContent-Container\tthe pen was in the desk drawer\ne1\te2\tscaffold\tplatform\tComponent-Whole_reversed\tthis makeshift scaffold 's platform is not 18\" wide, nor does it have adequate guardrails, and the workers are not wearing fall protection\ne1\te2\tmedia\tmixture\tOther\tthe israeli media treated the event with a mixture of derision and pity\ne1\te2\tties\tera\tEntity-Destination\tthe sino-u.s. joint statement takes the ties into a positive era\ne1\te2\tcoughing\tsmoking\tCause-Effect_reversed\tchronic coughing from smoking increases the risk of developing a hernia\ne1\te2\toil\triver\tEntity-Destination\tthe ship leaked oil into brisbane river\ne1\te2\tdelays\tgovernments\tCause-Effect_reversed\tthe delays are caused by local governments trying to wring more money out of the feder\ne1\te2\tillness\tbacteria\tCause-Effect_reversed\tinformation about the foodborne illness caused by salmonella bacteria\ne1\te2\texplanation\tappendix\tMessage-Topic_reversed\tan explanation of that conclusion was set out in appendix\ne1\te2\tinternal auditors\tlocations\tEntity-Destination\tthe internal auditors are moved into specific pre-selected locations\ne1\te2\tworkpackage\ttasks\tComponent-Whole_reversed\tthe workpackage comprise of the following tasks: task 2.1 compilation of long term data sets\ne1\te2\tcat\tforepaw\tComponent-Whole_reversed\tone cat pats another individual with its forepaw, keeping claws retracted\ne1\te2\tpepper\ttoy\tEntity-Destination\tthe boy inserted pepper into his little brother's toy\ne1\te2\tpoverty\tmigration\tCause-Effect\twar and rural poverty cause mass migration of people and often simultaneous growth of informal development\ne1\te2\tartisan\tburin\tInstrument-Agency_reversed\tselecting the dry gourds according to their shape, the artisan carves the decorative motifs with a burin\ne1\te2\tarticle\texperiences\tMessage-Topic\tthe article narrates baseball player terry pendleton's experiences of several baseball matches\ne1\te2\tsuitcase\tmoney\tContent-Container_reversed\tthey found a suitcase with money in it and were driving to denver to return it to the owner\ne1\te2\tbroom\tstick\tComponent-Whole_reversed\tto do this i drilled a small hole in one end of the broom stick, and ran a four inch piece of coat hanger through the hole\ne1\te2\tmews\thawks\tMember-Collection_reversed\tthere are records from 1762 of lord bandon having a mews of hawks and a falconer at ardfert abbey in kerry\ne1\te2\tcarp\tsack\tContent-Container\talthough the sack is as fish friendly as possible, we took great care when we retained the carp in a sack for such a long period of time\ne1\te2\tfrustration\trejection\tCause-Effect_reversed\ti'm close to taking a writing break myself - to mention the frustration from rejection, but i got the rosetta stone spanish cd;s a couple of years ago, and they've taken a back-seat in the priority list - not much time with work and the hubby and kids\ne1\te2\tdeposits\taccount\tEntity-Destination\t2 deposits have been put into my account\ne1\te2\tblood\tewer\tEntity-Destination\the spent that time slaughtering a young pig and carefully catching all its blood in a ewer\ne1\te2\tparties\ttelephone\tInstrument-Agency_reversed\tparties appear by telephone when circumstances prevent their appearance in person\ne1\te2\tworkers\tparty\tMember-Collection\tcongress workers play with colours while celebrating party's win in the assembly elections of three states at party office in kolkata on thursday\ne1\te2\tforce\tjoystick\tCause-Effect_reversed\twhen the force was generated via the joystick, the reproduced force matched the original force much more accurately\ne1\te2\tcompany\tsegments\tOther\tthe company is migrating into profitable new segments\ne1\te2\tchimpanzees\tlove\tOther\tchimpanzees make love rather like humans do, but they do not usually run the risk of contracting syphilis\ne1\te2\tfuel\tteflon bladder\tContent-Container\twithin each fuel tank, the fuel was inside a teflon bladder\ne1\te2\tsystem\tglands\tComponent-Whole_reversed\tthe endocrine system is composed of a number of glands\ne1\te2\ttsunami\tdisplacement\tCause-Effect\tin sri lanka, the tsunami resulted in 31187 deaths, 4280 missing people, 23189 injured people, and the displacement of 545715 people\ne1\te2\tbox\tbox\tContent-Container\tthe box of jungle oats were in a box and sealed with wax\ne1\te2\tsounds\tsignals\tOther\tthe machine implant converts sounds into electrical signals\ne1\te2\tegg\tspecies\tEntity-Origin\tthe chicken egg came from a different species\ne1\te2\tresponsibilities\tcare\tEntity-Destination\ttheir parental responsibilities are handed over into another's care\ne1\te2\tformation\tparties\tOther\tin a recent emendation, formation of parties on religious basis has been strictly prohibited in egypt\ne1\te2\trooms\tcottage\tComponent-Whole\tthere are bedrooms, dining rooms and sitting rooms in the cottage\ne1\te2\tinvasion force\tplanet\tEntity-Origin\tthe genteel tranquility of victorian england is shattered by the arrival of an invasion force from the red planet\ne1\te2\tletter\tcopy\tContent-Container_reversed\tthe letter contains instructions for completion, and encloses a blank copy of the assurance of compliance\ne1\te2\tignorance\tnews\tOther\the began to chat with him in ignorance of the news\ne1\te2\tnunt\tcuisine\tEntity-Origin\ta nunt is a pastry originating from jewish cuisine and vaguely resembles nougat\ne1\te2\tboat\tport\tEntity-Origin\tthe boat departs from the port of thap lamu near the resort town of khao la\ne1\te2\thorseshoes\tblacksmiths\tProduct-Producer\thorseshoes are made by blacksmiths and blacksmithing is considered a very lucky trade\ne1\te2\tcontainers\tretail stores\tEntity-Destination\twe have delivered containers to retail stores for excess of inventory\ne1\te2\titem\tcustomer\tEntity-Destination\tthis item is already shipped to the customer\ne1\te2\tcooper\tbarrels\tProduct-Producer_reversed\ta cooper makes leak proof wooden barrels, tubs, and pails\ne1\te2\tmothers\tkidneys\tEntity-Origin_reversed\tmothers were the single largest group to donate their kidneys\ne1\te2\tpollution\tstratosphere\tEntity-Destination\tthe current study has proved that humans send pollution into the stratosphere\ne1\te2\texample\tbook\tEntity-Origin\tthe example from the book is building a gwt based todo list with different categories, something which is actually quite handy to have\ne1\te2\tbowels\tcastle\tComponent-Whole\tit was he who uncovered the honours of scotland (the crown jewels) in a locked room in the bowels of the castle, where they had been placed in 1707\ne1\te2\taircraft\tairport\tEntity-Origin\tthe aircraft departed from boston's airport shortly after 8:00 am and was overtaken by a team of terrorists\ne1\te2\tfund\tbusiness\tEntity-Destination\tshe invested all her retirement fund into this business\ne1\te2\tcleaners\tburning sensation\tCause-Effect\ti have found that i have extremely sensitive skin and most cleaners cause rash or a burning sensation if it has contact with my skin\ne1\te2\tship\tdestination\tEntity-Destination\tsoon after, the ship departed to the next destination\ne1\te2\tuser\tgestures\tInstrument-Agency_reversed\ta user inputs spatio-temporal information intuitively by using gestures\ne1\te2\tpotter\tpot\tProduct-Producer_reversed\tto oversimplify, in a village the potter makes a pot for the brewer and the brewer compensates the potter by giving him a certain amount of beer\ne1\te2\tdust\tnosebleeds\tCause-Effect\tdry air, dust and wind dry out the nose and throat and cause nosebleeds, coughing, wheezing, and other short-term respiratory problems\ne1\te2\tredcurrent\tsyrup\tEntity-Origin_reversed\tand for brunch, we had the cast iron pan ($20) as well as the banana pancakes with redcurrent syrup and caramelized bananas and walnuts ($13)\ne1\te2\ttrain\tstation\tEntity-Origin\twe were arriving after the train had left the station\ne1\te2\thusband\tsweater\tOther\tmy husband returned a $275 cashmere sweater to jos\ne1\te2\tbrew\tbottle\tContent-Container\tthat brew was in a bottle and did not quite measure up to the altbier, perhaps because it was served ice cold, but was still worth trying\ne1\te2\twater\tkettle\tEntity-Destination\ti only put enough water in a kettle for just a single small cup of tea\ne1\te2\tfinger\tnails\tComponent-Whole_reversed\tthe title has been won by an american lady, lee redmond, who has been growing her finger nails since the last 27 years\ne1\te2\tglue\tplace\tOther\twe store the glue in a cool place\ne1\te2\tguide\twork\tMessage-Topic\tthis is a clear and concise guide to the work of one of the twentieth century's most influential thinkers\ne1\te2\tconditions\tareas\tEntity-Destination\twintry conditions are spreading into adjacent areas\ne1\te2\tcement\tforms\tEntity-Destination\twe have poured cement into 3 inch forms\ne1\te2\tpalm\toil\tEntity-Origin_reversed\tdemand for palm oil, a vegetable oil present in many of the goods we buy, is contributing to the destruction of the world's most precious rainforest\ne1\te2\tdepression\tsuicide\tCause-Effect\tdepression is among the top 10 causes of suicide both among doctors as well as nursing professionals\ne1\te2\tspeech\tpractices\tMessage-Topic\tdouglas was giving a speech addressing the harmful practices of the army corps of engineers\ne1\te2\tcadre\tmusicians\tMember-Collection_reversed\tin addition, we also build a meaningful cadre of various musicians who help us produce music on an on-going basis\ne1\te2\tbattalion\tswordsmen\tMember-Collection_reversed\tthe grenade ricochets off the wall and into the advancing battalion of swordsmen\ne1\te2\tfortress\ttowers\tComponent-Whole_reversed\tthe fortress has four towers corresponding to the cardinal points\ne1\te2\tpages\ttankard\tContent-Container\tthree pages from an autograph manuscript of hamlet were found wadded in a tankard near the former site of a stratford tavern\ne1\te2\tfigure\tresults\tMessage-Topic\tthis figure illustrates typical results of various operating parameters during these studies\ne1\te2\twall\texperience\tOther\tthe aquarium wall was truly the best part of the experience here\ne1\te2\tnotes\tchanges\tMessage-Topic\tthe release notes give details of the technical changes\ne1\te2\tappellant\tmalice\tOther\tthe evidence was sufficient to authorize a rational trier of fact to conclude beyond a reasonable doubt that appellant had killed the victim with malice\ne1\te2\tvariety\tpeasants\tOther\tscientists in cambridge have discovered that a lowly grape variety grown by peasants - but despised by noblemen - during the middle ages was the mother of many of today's greatest grape varieties\ne1\te2\tmanager\tlist\tProduct-Producer_reversed\tthe italian manager has drawn up a list of potential targets to reinforce his depleted defensive options\ne1\te2\ttheme\tscience fiction\tMessage-Topic_reversed\tthis theme has been covered in science fiction like star trek\ne1\te2\tfilm\ttenacity\tMessage-Topic\tthe film asserts the astonishingly intricate tenacity with which class is intimately mingled with severine's sense of identity\ne1\te2\tcane\tsugar\tEntity-Origin_reversed\ti've been tempted to buy the cane sugar version for ages, but the shipping cost always stopped me\ne1\te2\tviolinist\tbody\tProduct-Producer_reversed\tsince leaving the bay area for brooklyn in 1999, the violinist has constructed a mind-bogglingly disparate body of work\ne1\te2\tshot\twound\tCause-Effect\tthe shot caused a wound on the left side of the neck which bled profusely\ne1\te2\tpace\tasses\tMember-Collection_reversed\twilderness tour guides often maintain a pace of asses to carry the equipment necessary for camping\ne1\te2\tmethod\tsteps\tComponent-Whole_reversed\tthe method comprises the steps of heating a laminated sheet, and vacuum forming the heated sheet in the first vacuum mould component\ne1\te2\tbug\tgarage\tEntity-Destination\tthis bug flew into my garage\ne1\te2\tfamily\tvillage\tEntity-Origin\tthe poor family went away from the village\ne1\te2\texhibition\tqualities\tMessage-Topic\tthis small photographic exhibition studies the linear qualities present through natural and man-created subjects\ne1\te2\tinfestation\tfleas\tOther\tin ancient egypt, the people in that civilization depilated their bodies to prevent infestation of fleas and lice\ne1\te2\ttheory\texchange\tOther\tthis unified theory was governed by the exchange of four particles: the photon for electromagnetic interactions, a neutral z particle and two charged w particles for weak interaction\ne1\te2\tmob\tworkers\tMember-Collection_reversed\tcorporate india is in shock after a mob of workers bludgeoned to death the chief executive who sacked them from a factory in a suburb of delhi\ne1\te2\tstaff\thospital\tOther\this tenure was marked by absolute discipline among the staff of the hospital\ne1\te2\tbrush\tpainter\tInstrument-Agency\tthe brush and the roller are the tools most readily associated with the painter\ne1\te2\tcompany\ttrouble\tOther\tour company has landed into serious trouble with its london network since the summer\ne1\te2\tman\tlap\tOther\tthe man completed a full lap before being stopped by guards, but he never interfered with shorter\ne1\te2\tnovel\tgovernor-general\tProduct-Producer\thitchcock drew on a 20-year-old novel by the future governor-general of canada, john buchan\ne1\te2\tflash drive\troms\tComponent-Whole_reversed\tthis snes controller has a flash drive loaded with roms inside\ne1\te2\tscientists\tantiboitics\tInstrument-Agency_reversed\tbut scientists successfully treated the mice with broad-spectrum antiboitics\ne1\te2\tacne\thormonal imbalance\tCause-Effect_reversed\tacne is caused by hormonal imbalance within the body, but there are many other contributing factors to acne outbreaks\ne1\te2\tpump\tcoupling\tComponent-Whole_reversed\tmore particularly, the invention is a sealless pump that employs a magnetic coupling to drive the impeller\ne1\te2\tflights\tairspace\tEntity-Origin\tthe flights are departing into the adjacent controlled airspace\ne1\te2\tdiscussion\tconcept\tMessage-Topic\tthe classroom discussion made this concept clear to the candidates\ne1\te2\tprobe\tfragment\tEntity-Origin\tthe probe was generated from an amplified dna fragment, using prd136 as the template\ne1\te2\trestaurant\tlist\tEntity-Origin\tgordon ramsay's flagship restaurant has fallen out of an influential list of the top 50 restaurants in the world\ne1\te2\tgovernment\tagency\tProduct-Producer_reversed\tthe government established an independent agency which is to boost quality in higher education\ne1\te2\tfurniture\tlegs\tOther\tthey shop there for a huge selection of furniture and table legs, carved and turned furniture legs and feet, wood turnings and more\ne1\te2\tpassenger\tphotograph\tProduct-Producer_reversed\thalfway into the flight to la, a passenger took a photograph and the icy blue flash from the camera bounced momentarily across the dimly lit cabin\ne1\te2\tmystery\tenergy\tOther\tthe ultimate mystery is the source of the energy itself\ne1\te2\tteacher\tliterature\tInstrument-Agency_reversed\ta teacher explores the various reactions and ideas by using literature\ne1\te2\tligature\tperformer\tInstrument-Agency\tthe ligature assists the performer in seeking a more responsive and free playing style\ne1\te2\tdesign\tstudio\tProduct-Producer\tcolourmovie is a design driven creative studio specializing in motion design, animation, brand identity, and live-action production\ne1\te2\ttree\troots\tComponent-Whole_reversed\ttree roots also take nutrients and chemicals out of the soil and use them to produce what they need for the tree's growth, development, and repair\ne1\te2\tmason\twalls\tProduct-Producer_reversed\tthe same stone mason who did the stonework of the first mill dam put up the walls\ne1\te2\tcompany\tbenchmarking\tInstrument-Agency_reversed\ta company is able to determine a range of restrictions for the selection of the perspective countries by using benchmarking\ne1\te2\tcadre\tbanks\tComponent-Whole\tprofessionals from streams like law, engineering, agriculture also have opening in the management cadre of various banks\ne1\te2\tcomposer\tworks\tProduct-Producer_reversed\tmozart's piano concertos are the composer's finest instrumental works\ne1\te2\tshovel\tgardeners\tInstrument-Agency\tthis bright yellow, lightweight shovel is a favourite of our adventurous little gardeners\ne1\te2\tman\tsubmersible\tProduct-Producer_reversed\ta spanish man built a homemade submersible to carry cocaine\ne1\te2\tfamily\tinpatients\tMember-Collection_reversed\tfriends and family of inpatients at various hospitals and health care facilities are now able to send well wishes via email\ne1\te2\tcertificate\texemption\tMessage-Topic\tit is a certificate, declaring sales tax exemption, presented to a vendor when making a purchase for the agency\ne1\te2\tinflammation\tpain\tCause-Effect\tthe inflammation causes pain in the joint\ne1\te2\ttitle\tbook\tComponent-Whole\tthe title of the book gives you a sense of its breadth and scope\ne1\te2\titems\tcustomer\tEntity-Destination\tall items have been shipped out to the customer\ne1\te2\tteaching experience\tanecdotes\tOther\tmuch of his early teaching experience involves telling anecdotes about his childhood in ireland\ne1\te2\tassociation\tkits\tOther\thelped by donations, the association has assembled 1,000 free kits, which include water, flashlights, battery-operated radios, spare batteries, an emergency preparedness booklet and emergency window placards\ne1\te2\tskin\torange\tComponent-Whole\tas with grapefruit, the white membrane under the skin of the orange contains more vitamin c than the flesh and a lot of the pectin fiber\ne1\te2\tstudent\tbalcony\tEntity-Origin\ta student who fell from a seventh floor balcony in mexico and had been in a coma for several weeks returns to the uk\ne1\te2\tproperty\texpression\tEntity-Origin_reversed\twhen a property is the source of a data binding expression, flex automatically copies the value of the source property to any destination property\ne1\te2\tnews\tarticle\tEntity-Origin\tthe breaking news from the article was that the first recorded use of the word gongoozler took place in the late 1800s in the book narrow boat by t.c. rolt\ne1\te2\tfilms\tviewers\tEntity-Destination\toriginal mammography films are being delivered to viewers\ne1\te2\tforebrain\tbrain\tComponent-Whole\tthe forebrain is the largest part of the brain, most of which is made up of the cerebrum cerebrum\ne1\te2\tplane\trunway\tEntity-Origin\the pulled back the stick gently until the plane lifted from the runway\ne1\te2\tbomb\tfreezer\tContent-Container\ta bomb was found put inside a broken freezer which was set to be a table for sellers inside al-khalis city\ne1\te2\tpaddling\tducks\tMember-Collection_reversed\twe have a paddling of muscovy ducks that hang by our door, this day the younger one was fighting the dominant male\ne1\te2\tkids\tplace\tEntity-Origin\tthe accused beat up the other kids who resultantly ran away from the place\ne1\te2\tfreighter\tdope\tContent-Container_reversed\tafter the freighter was full of colombian dope, it was transferred on the ocean to a handful of medium-sized boats and eventually to smaller craft that blended in with recreation boaters for the trip to american soil\ne1\te2\timpact\twork\tMessage-Topic_reversed\tthe impact of the floating body effect on noise is investigated in this work for the first time\ne1\te2\tconstitutes\tplant\tOther\tthe major phytochemical constitutes of the plant are elephantopin, triterpenes, stigmasterol epifriedelinol and lupeol\ne1\te2\tfroggery\tfrogs\tMember-Collection_reversed\tonce upon a pond, there lived a froggery of muppet frogs and their leader, kermit the frog\ne1\te2\twater\triver\tEntity-Destination\tthe polluted water has been poured into a local river\ne1\te2\tevangelist\tnews\tProduct-Producer_reversed\tthe evangelist blasts the patrons with the news that they're going to hell, if they don't come to his meeting and get saved\ne1\te2\tdisorders\tmutation\tCause-Effect_reversed\tgenetic disorders are caused by the mutation of a gene\ne1\te2\tbaby\tbag\tEntity-Destination\tthe woman placed the baby in a plastic bio-hazard bag and threw it out\ne1\te2\twall\tyouths\tProduct-Producer\tin dutch camping culture empty beer cases are saved and stacked up into a wall by youths\ne1\te2\tteacher\tumbrella\tInstrument-Agency_reversed\ta lonely teacher finds a friend with the help of an umbrella\ne1\te2\tbook\tprocess\tOther\tand so this book involves the reader in a true educational process which is also fun\ne1\te2\tpower\treaction\tCause-Effect_reversed\tpower is generated by an electrochemical reaction of hydrogen and oxygen that yields as its by-product only heat and h2o\ne1\te2\tmotions\tdiscipline\tMessage-Topic\tthe gaa's central council passed a number of motions regarding discipline at a special meeting on saturday\ne1\te2\thero\tbuilding\tEntity-Destination\tthe hero enters into the building\ne1\te2\tmoney\tpocket\tEntity-Origin\tthe money to buy the properties was coming from his own pocket and it was risky for him\ne1\te2\tdynamite\tblasting\tOther\tthe dynamite used in blasting for the south island line had been stored at a depot in chung hom shan, near stanley\ne1\te2\tfish\tsea\tEntity-Destination\tthe big fish has been pushed into the deeper sea\ne1\te2\tplayer\tnext round\tOther\tthis player has moved to the next round\ne1\te2\tseries of poems\tstory\tMessage-Topic\tthe effect is a series of poems relating a story of one man's journey to find happiness\ne1\te2\tlicense\tstate\tProduct-Producer\tthe license is issued from the new state after verifying the particulars of the applicant license from the original issuing state\ne1\te2\tradio wave\touter space\tEntity-Destination\tby now, our early radio wave is travelling into outer space\ne1\te2\tauthor\tblog\tProduct-Producer_reversed\twithin a matter of months, tavi gevinson, the author of a blog called style rookie, was feted by designers\ne1\te2\tvalves\ttrumpet\tComponent-Whole\tthe three valves of the trumpet add lengths of tubing to the instrument to lower the pitch\ne1\te2\tlist\tcall\tEntity-Origin\tthe list was generated from an open call for nominations and prioritized based on factors including the age of the structure\ne1\te2\tdoctor\tdrill\tInstrument-Agency_reversed\tdoctor saves boy with a drill\ne1\te2\tsensor\tcircle\tOther\tthe flux sensor moves a half circle around the filament in order to measure the spatial directivity of each heater\ne1\te2\tfilm\tindustry\tProduct-Producer\tnonetheless, people in the film industry were sounding alarm bells by the end of the year\ne1\te2\tequipment\tcountry\tEntity-Origin\tmy equipment was built in another country\ne1\te2\thairstyles\tdays\tEntity-Origin\tmost of the hairstyles from past days of hollywood glory have unique features that are set in place\ne1\te2\teruption\tcraters\tEntity-Origin\ta bed of ancient lava seemed to mark the commencement of the eruption from the craters of the great chain of the andes\ne1\te2\tgirl\tcompanion\tInstrument-Agency_reversed\ta little girl finds a lost shoe with the help of her imaginary dinosaur companion\ne1\te2\tsoldiers\tpost\tEntity-Destination\tthe soldiers moved into the newest post\ne1\te2\tancestors\trafts\tInstrument-Agency_reversed\ttheir ancestors reached the island using bamboo rafts\ne1\te2\tjournal\tveterinary imaging\tMessage-Topic\tit is the only journal dedicated to veterinary imaging\ne1\te2\tprogram\tpoems\tProduct-Producer_reversed\ta computer program called trakl'bigi generates poems in the style of the expressionist poet georg trakl\ne1\te2\tfoundry\tbells\tProduct-Producer_reversed\tthe foundry's main business is the manufacture of church bells and their fittings and accessories\ne1\te2\tweapons\tspace\tEntity-Destination\tu.s. astronauts took weapons into space with them\ne1\te2\tseat\ttruck\tComponent-Whole\tthe loaded shotgun disappears from the seat of the truck after the fights in the casino\ne1\te2\tstorm\tupwelling\tCause-Effect_reversed\tthe storm is generated by an upwelling of warmer air, similar to a terrestrial thunderhead\ne1\te2\tfilm\tflashbacks\tComponent-Whole_reversed\tthe film uses flashbacks as a device to tell the story, which was based on a 1947 novel by david goodis\ne1\te2\tdocuments\tliterature\tMessage-Topic\tthese documents survey the literature and recommend limits for worker exposure to hazards\ne1\te2\teye\tbull\tComponent-Whole\tthis is the eye of the bull in the constellation taurus\ne1\te2\tshampoos\tacid\tOther\tshampoos work by using acid to remove hard water scale\ne1\te2\tbase\tclock\tComponent-Whole\tthe base of the clock was constructed from standard legos, encasing two mindstorm servo motors\ne1\te2\tword\trace\tEntity-Origin\tthe word 'latin' originates from an ancient race called the lats\ne1\te2\tmagazine\tmusic\tMessage-Topic\tfor 20 years the magazine has been dedicated to american old-time music\ne1\te2\tsocialist\tparty\tOther\tthere is in fact a socialist party in america and there are real socialists\ne1\te2\tbarley\twine\tEntity-Origin_reversed\texplaining the mysterious term barley wine, the authors share their secrets of how to brew this challenging high-alcohol, hoppy, sweet ale that is every brewer's crowning achievement\ne1\te2\tworld\tegg\tContent-Container\tthe world was enclosed in an egg before creation\ne1\te2\tarticle\tproblems\tMessage-Topic\the wrote an article, that pointed out factual problems in the work of new york times columnist and author david brooks\ne1\te2\telements\tliterature\tEntity-Origin\tit included elements from latin literature and arab-influenced spain and north africa\ne1\te2\ttitle\tquip\tEntity-Origin\tthe english title is derived from a quip in the story, and works well enough\ne1\te2\triffraff\tsavages\tMember-Collection_reversed\ti am at my happiest when i am in a smoke-filled, crowded bar with the riffraff of savages i call my friends, our voices raised, our faces flushed, our speech slurred, as we strumble from one poorly constructed argument to the next half-baked bagful of lies (to quote michael jackson)\ne1\te2\tpoet\tsequel\tProduct-Producer_reversed\tthe work was such a popular success that the poet wrote a sequel\ne1\te2\tleague\tcodes\tMember-Collection_reversed\tthe annual residence league of various sport codes, the mini olympics held during the september break has proven very popular amongst our students\ne1\te2\treligion\tempire\tEntity-Destination\tit was in this period that the new religion spread into the empire\ne1\te2\twoofers\tbox\tContent-Container\tthere was a pair of odd looking 12\" three ways i built for a friend, the woofers were in a box screwed to the back of 4 foot high raindrop-shaped panels which housed the midranges and tweeters\ne1\te2\tflood\tsea\tCause-Effect_reversed\tlight blue shows the additional extent of an extreme flood from rivers or the sea\ne1\te2\tstudents\tgroups\tMember-Collection\tthe teacher always assigned students to groups\ne1\te2\tdisaster\thurricane\tCause-Effect_reversed\tfrom the outset, the tv reporters started talking about two disasters: the natural disaster which was caused by the hurricane and the man-made disaster which happened in new orleans, the blame for which was laid at the hands of george bush\ne1\te2\tproducts\tareas\tEntity-Destination\tthe products of business entity within the export processing zone are shipped to non-bonded areas\ne1\te2\tpoison\tbottle\tContent-Container\tthe poison was in a bottle of pricey wine\ne1\te2\tmen\tfort\tOther\tso, in the night, when the men in the fort were asleep, white fang applied his teeth to the stick that held him\ne1\te2\tcompany\tportfolio\tProduct-Producer_reversed\tthe company has assembled a portfolio of precious and base metal exploration prospects in ontario, saskatchewan, and the north west territories\ne1\te2\tavenger\trifle\tInstrument-Agency_reversed\trather, the avenger killed the victim with a rifle, often from a secure hiding place or in ambush\ne1\te2\tmanuscript\tjustice\tMessage-Topic\tanother manuscript introduced justice in terms of contractual justice\ne1\te2\tmembers\tcomputers\tProduct-Producer_reversed\tmembers of the bletchley team went on to build the first post-war computers in the uk, at manchester and cambridge\ne1\te2\tcrush\tpassengers\tMember-Collection_reversed\twithin a little over a month from inception, schedules had to be expanded from 41 daily trips to 97 in an effort to meet the crush of passengers\ne1\te2\thorde\tbelievers\tMember-Collection_reversed\tit serves only the self-serving purposes of the political parties; it provides them a faithful horde of believers\ne1\te2\tbomb\tregion\tEntity-Destination\thundreds of bomb have been dropped into the target region\ne1\te2\tastronomer\ttelescope\tInstrument-Agency_reversed\tthe galileoscope is named after the italian astronomer, who first observed the heavens through a telescope 400 years ago\ne1\te2\tmethods\tpublication\tMessage-Topic_reversed\tthe methods of almost all procedures were extensively described in an earlier publication\ne1\te2\tman\tshovel\tInstrument-Agency_reversed\tthere was a man with shovel and hoe\ne1\te2\tdignity\tcanons\tOther\tby the time of the inquest of 1106 the dignity of the canons and their enjoyment of 'all... free honourable customs' in their lands and houses is clear\ne1\te2\tpilots\thistory\tEntity-Destination\tiraqi air force pilots took flight into history\ne1\te2\tenergy\tposters\tCause-Effect_reversed\tanother reason for the impression of energy and optimism caused by many posters is their very nature as images of propaganda\ne1\te2\tcourse\tinteraction\tMessage-Topic\tthe course studies in depth the complex interaction between issues of conflict, security and development\ne1\te2\tcar\tsnakes\tContent-Container_reversed\tshe left the engine running because the car was full of snakes used in her exotic routine\ne1\te2\tchef\tknife\tInstrument-Agency_reversed\tthe soft-spoken, professorial chef spoke with knife in hand passionately about why he's been drawn to thai cooking for twenty-five years\ne1\te2\ttreatise\ttheorist\tProduct-Producer\tthe prince (italian: il principe) is a political treatise by an italian public servant and political theorist\ne1\te2\tcommunion\tsaints\tOther\tthe communion of saints (in latin, communio sanctorum) is the spiritual union of all christians living and the dead, those on earth, in heaven and, in catholic belief, in purgatory\ne1\te2\tcreditor\tprocess\tInstrument-Agency_reversed\ta certificated security for which the certificate has been surrendered to the issuer is reached by a creditor by legal process upon the issuer\ne1\te2\tjournal\tuse\tMessage-Topic\tsteroid nation (tm) is an online journal looking at the use of anabolic steroids in sports, youth, and society\ne1\te2\tlaughter\tjoke\tCause-Effect_reversed\ttimoshenko commented its laughter after the joke of putin about yushchenko and of\ne1\te2\tefforts\tobjective\tEntity-Destination\this efforts have been invested into this main objective\ne1\te2\tbottle\tblood\tContent-Container_reversed\the was distressed and smeared in dust and held a bottle full of blood in his hands\ne1\te2\texplosion\tcrater\tCause-Effect\tthe explosion caused a crater on the ground and destroyed several stalls\ne1\te2\tdamage\taircraft\tCause-Effect_reversed\tthe video then shows the damage caused by the aircraft as it hit the north tower, follows the disintegrating plane through the interior, and then shows the airplane metal, ignited fuel, dust and smoke exiting the building on the opposite side\ne1\te2\tepisode\tvideo\tMessage-Topic_reversed\tthe whole episode was documented on video and stills, but these have never come to light\ne1\te2\tsound\tstructure\tEntity-Origin\tthe sound came from a wooden structure two hundred yards away\ne1\te2\tbuilding\twall\tOther\ti crawled over to the edge of the building where there was still a fragment of wall and peered over, trying to see what was going on\ne1\te2\tgenerations\tfuture survival\tOther\tthe next two generations have departed into an uncertain future survival without mother\ne1\te2\tornaments\tmolds\tEntity-Destination\tthe ornaments were blown into complicated, multi-piece molds\ne1\te2\tsaw\tblades\tComponent-Whole_reversed\tthere are many different types of saw blades, each of which is designed for a particular cut\ne1\te2\tnotes\tideas\tMessage-Topic\tthe album comes with rambling notes from wolf detailing the ideas behind each song\ne1\te2\tprisoner\ttunnel\tProduct-Producer_reversed\ta year later, in september 1941, he and a fellow prisoner dug a tunnel from an incinerator to a point beyond the perimeter\ne1\te2\taccident\tpower outage\tCause-Effect\ta vehicle accident with a utility pole cause a power outage\ne1\te2\tbench\tmagistrates\tMember-Collection_reversed\tin this way he gathered materials for weekly epistles destined to enlighten some county town or some bench of rustic magistrates\ne1\te2\tdebate\tethical issues\tMessage-Topic\tcontroversy and even heated debate with respect to the ethical issues involved has broken out in germany and other parts of the world\ne1\te2\teyewitness\taccount\tProduct-Producer_reversed\tan eyewitness account to a turning point in the civil war, from the pen of a she-rebel chronicles not only a community's near destruction but also its endurance\ne1\te2\tletter\theadquarters\tEntity-Origin\ta few weeks after we sent the taylors our final report, a letter arrived from the headquarters of the green howards in england\ne1\te2\tchain\tsaw\tComponent-Whole\ta chain saw is one of those tools that can be described thusly: when you need one, nothing else will really do\ne1\te2\tapplicant\tschool\tEntity-Origin\tthe applicant graduated from an accredited school of dentistry\ne1\te2\tgarden\tpatches\tComponent-Whole_reversed\tthe garden also comprises large natural patches of renosterveld fynbos and succulent karoo vegetation\ne1\te2\tflu\tfevers\tCause-Effect\tcolds and flu cause high fevers in babies and toddlers, but with the flu, the fever will last more than one or two days\ne1\te2\tfather\tcollege\tEntity-Destination\tmy father is going into college at his old age\ne1\te2\tindicator\theadset\tComponent-Whole\twhen you press and hold k1 button for about 3 seconds, the green indicator of the headset flashes once every 3 seconds\ne1\te2\thydrants\tfacility\tProduct-Producer\tadditionally, all hydrants and valves are pressure tested at the manufacturing facility\ne1\te2\tinfluenza\tvirus\tCause-Effect_reversed\tduring the first documented outbreak of human infections with h5n1, which occurred in hong kong in 1997, the 18 human cases coincided with an outbreak of highly pathogenic avian influenza, caused by a virtually identical virus, in poultry farms and live markets\ne1\te2\tsoap\tprime time\tEntity-Destination\tthe popular soap has been moved to prime time\ne1\te2\twrinkles\tlaughing\tCause-Effect_reversed\twrinkles from laughing is a good sign of a healthy, happy life\ne1\te2\tvarieties\tchurch\tOther\tgood vineyards, on the other hand, growing better and lower yielding varieties were owned and farmed under the supervision of the church or nobility\ne1\te2\tgrain\tspirits\tEntity-Origin_reversed\twith grain spirits, the initial fermentation takes place after the starch that is naturally present is converted into sugar\ne1\te2\tcrisis\teconomy\tEntity-Destination\tfigures show that the crisis is spreading into israel's economy\ne1\te2\tdamage\tvirus\tCause-Effect_reversed\tthe damage caused by the \" w32/sircam\" computer virus is expanding in japan\ne1\te2\tmap\tsafe\tContent-Container\tthe map was locked in a safe in the clerk's office except when it was being viewed by someone in the presence of the clerk\ne1\te2\tpants\tbox\tContent-Container\tyesterday i put on my largest pants, those pants that were in a box slated to go to goodwill\ne1\te2\tmechanism\tbridge\tComponent-Whole_reversed\tthe scum rake mechanism consists of a rotating bridge with attached skimmers, which are suitable for an effective removal of scum of various consistencies, even of a light, creamy consistency\ne1\te2\tdray\tsquirrels\tMember-Collection_reversed\tearlier, a dray of terrified ground squirrels ran for their lives as flames raced their way\ne1\te2\treagent\tbottle\tContent-Container\tafter that i mentioned that the reagent was in a bottle packed with vermiculite as a filler between the carton & the bottle\ne1\te2\tillusion\texperiments\tOther\tthe illusion has been examined in a number of different psychological experiments, and suggested as a basis for other biases\ne1\te2\tcriticism\tweaknesses\tMessage-Topic\tcontemporary criticism commented on the weaknesses of the opera's characters and the storyline\ne1\te2\tsinger\toutdoor stage\tEntity-Destination\tthe singer arrived to the outdoor stage for rehearsal\ne1\te2\tscrewdriver\tmen\tInstrument-Agency\tbaljinder singh is still recovering in the alfred hospital, a week after he was stabbed in the stomach with a screwdriver by two men as they robbed him of his wallet\ne1\te2\tlife\tmovie\tMessage-Topic_reversed\tthe life of the kathoey kick boxer is related in the 2003 movie beautiful boxer\ne1\te2\tfear\trobbers\tCause-Effect_reversed\the has fear from darkness, ghosts, robbers & being alone, of thunder, in the crowd, of death, of disease, of evil, that something may happen\ne1\te2\tship\tharbour\tEntity-Origin\tunfortunately though, to the surprise of all present, the ship completely dissapeared from the harbour\ne1\te2\tstate\tcapital\tEntity-Origin_reversed\tthe state was the source of capital, raw materials and labour\ne1\te2\tasphalt\tterm\tEntity-Origin\tthe word asphalt was derived from that term because of the lumps of gooey petroleum that were washed up on the lake shores from underwater seeps\ne1\te2\tlord\tgiving\tOther\tthe lord continues to demonstrate his faithfulness through the generous giving of his people\ne1\te2\tflock\tducks\tMember-Collection_reversed\tseveral times a flock of wild ducks (anas superciliosd) flew over, evidently making their way to the more open water- ways several miles west\ne1\te2\tdebate\tkiosks\tMessage-Topic\tentrepreneur creates a debate over 'amber alert' kiosks\ne1\te2\taward\torganization\tEntity-Destination\tthe award was bestowed to the organization\ne1\te2\tofficer\tapparatus\tInstrument-Agency_reversed\tat 73 meters underwater, a petty officer reached the surface using his drager apparatus\ne1\te2\troof\tbuilding\tComponent-Whole\tthe roof of the building was equipped with two helicopter landing pads that became vital during the fire\ne1\te2\tcow\tnuzzle\tComponent-Whole_reversed\tthe choice was recorded when the cow touched the training card with its nuzzle\ne1\te2\tbus\tcomputer\tComponent-Whole\twhat this type of memory does is it allows itself to sync with the cpu bus of the computer giving it the capability to run at higher clock speeds\ne1\te2\tplan\tcrime\tOther\tthis plan is the result of a focused analysis of crime and disorder over the last three years\ne1\te2\tguide\tworld\tMessage-Topic\tthis page is a guide to the floating world of cyberspace\ne1\te2\tbook\tinfluence\tMessage-Topic\tone of the recurring themes of the book is the influence of religion in motivating and structuring dutch emigration\ne1\te2\tpicture\tholes\tComponent-Whole_reversed\tthe children, seated on their mother's laps, played with toys on a table in front of a picture with holes in it\ne1\te2\tbottle\twater\tContent-Container_reversed\tthe precipitate of dpa na together with the filter is transferred to a bottle with cold water in it where it is dissolved by shaking\ne1\te2\taddition\tscribe\tProduct-Producer\tthere is a short addition by the scribe which matches that on the kirkham priory copy, above\ne1\te2\tblocks\tcaisson\tContent-Container\tthere were concrete blocks inside a caisson\ne1\te2\tkey\tkeyboard\tComponent-Whole\tshe tried to find out what key on your keyboard fits your personalty\ne1\te2\tmethamphetamine\tcontainer\tContent-Container\tofficer daniel testified that the methamphetamine was inside a glass container that was placed and sealed inside a \"winnie the pooh\" plastic container\ne1\te2\tbelief\tdeterminism\tOther\tadler's belief in human teleology was a radical departure from the \"cause-and-effect\" determinism of science at the beginning of the 20th century\ne1\te2\tbungalow\tbarn\tOther\tthe bungalow was built inside a barn\ne1\te2\tzoo\tcreeps\tMember-Collection_reversed\tberserk is one title in recent memory which does an admirable job of throwing a veritable zoo of creeps, thugs, demons, monsters, and fetid creatures before the reader in each volume, inviting awe at the creativity and skill involved in conceiving of and executing such disgusting vermin\ne1\te2\tcomplex\tpoison\tInstrument-Agency_reversed\tmy apartment complex treated the yard with a poison to kill locusts\ne1\te2\tastronauts\tasteroid\tEntity-Destination\tnasa is sending astronauts to an asteroid\ne1\te2\tbolt\tdoor\tComponent-Whole\tto take the fragment of green material first, i found it caught in the bolt of the communicating door between that room and the adjoining one\ne1\te2\tteam\tfifth place\tOther\tthe team has moved into fifth place in career scoring at nd\ne1\te2\texhibition\tview\tMessage-Topic\tthe exhibition displayed a historical view of video game development from early arcade games to the present\ne1\te2\tobject\tnylon bag\tContent-Container\tthe object was inside a nylon bag, and the blasting caps were inside a plastic case\ne1\te2\ttools\tprocess\tOther\tsuch tools sped up the drug development process by years\ne1\te2\tpieces\thutch\tContent-Container\tit is a wonderful way to show off your prized china pieces in a handsome china hutch\ne1\te2\tconstitution\tleaders\tProduct-Producer\tit is unfortunate that the constitution was prepared by leaders of political parties and not legal experts\ne1\te2\tmusician\tpreparation\tInstrument-Agency_reversed\tthe musician also treated the wood with a preparation of borax in the manner of stradivari\ne1\te2\tagarose\ttray\tEntity-Destination\tshe was pouring the hot agarose into the casting tray\ne1\te2\tteam\tchemistry\tInstrument-Agency_reversed\tthe team then sequenced the captured dna with the gs flx titanium series chemistry\ne1\te2\tgun\tdrawer\tContent-Container\tin a disturbing laboratory experiment in which a gun was hidden in a drawer, many boys found the weapon, played with it and even pulled the trigger without knowing whether it was loaded\ne1\te2\tpresident\tuniversity\tOther\tthe vice president for development is responsible to the president of the university for planning, coordinating and managing the gift procurement programs of the university\ne1\te2\tstudents\tviolence\tOther\tthe students enforced it with violence\ne1\te2\tdamage\tearthquakes\tCause-Effect_reversed\tmuch of the difference in the total damage caused by the nisqually and the northridge earthquakes can be attributed to the nisqually earthquake's location\ne1\te2\ttrain\tphotographer\tEntity-Origin\tthe train is going away from the photographer, pushing its cars to gain elevation\ne1\te2\tfluids\tcylinder\tContent-Container\tthe fluids are enclosed in a vertical cylinder of aspect ratio and heated from below\ne1\te2\tship\tport\tEntity-Origin\tthe loading takes a couple of days and the ship sails from the port with the help of the local pilot who knows every inch of the area\ne1\te2\tworker\tboxcar\tOther\taccidentally, one worker was locked in a refrigerator boxcar, and the rest of the workmen left the site\ne1\te2\ttempeh\tsoybeans\tEntity-Origin\tlike tofu, tempeh is made from soybeans, but tempeh is a whole soybean product with different nutritional characteristics and textural qualities\ne1\te2\twhirl\tinsects\tOther\tgodfrey and i, caught up in the whirl of insects, had become part of the forest, too\ne1\te2\ttessellate\tsongs\tEntity-Destination\twhatever the case, we have added tessellate into our favorite songs\ne1\te2\trespondents\tprograms\tInstrument-Agency_reversed\tsurveys were completed by respondents using a variety of browser software programs, each configured differently with different displays\ne1\te2\tabscess\tinfection\tCause-Effect_reversed\tbreast abscess is caused by infection of the engorged glandular system of the breasts\ne1\te2\tstudy\tevaluations\tComponent-Whole_reversed\tthe study assessed the effectiveness of the world's fisheries management regimes using evaluations by nearly 1200 fisheries experts\ne1\te2\tact\tlimitation\tInstrument-Agency_reversed\tthe act promotes efficiency through limitation of the copyright owner's available monetary damages\ne1\te2\tbottle\ttestimony\tContent-Container_reversed\tas soon as the ceremony is done, the couple holds a bottle with love testimony in it and puts it into the ocean\ne1\te2\tflour\tmixture\tEntity-Destination\tgrace did as she was told as adele poured flour into the liquid mixture\ne1\te2\tbody\tworkers\tMember-Collection_reversed\ti found, moreover, a body of trained and earnest school workers, whose wealth of experience, professional spirit, and loyal support of the new organization gave ample assurance of advancement in all departments of public school work\ne1\te2\tfat\tdisease\tCause-Effect\tthe fat and cholesterol cause heart disease; the animal protein causes cancer\ne1\te2\tbarium\tsulphate\tEntity-Destination\tother early organisms have released barium into sulphate depleted pore-waters\ne1\te2\tfees\tdiscussion\tMessage-Topic_reversed\thigh fees charged by senior lawyers became a point of discussion at the apex court hearing the ambani brothers' gas row\ne1\te2\tcountry\tmachines\tProduct-Producer_reversed\tthe country has resumed manufacturing of components and assembly of centrifuge machines under iaea supervision\ne1\te2\tpreforms\tbottles\tEntity-Destination\tthe preforms were blown into the bottles\ne1\te2\tplant\tflask\tContent-Container\tone plant was sealed in a flask as described\ne1\te2\tacetoin\tfiltrate\tEntity-Origin\tthe acetoin was first distilled from the filtrate and subsequently oxidized to biacetyl\ne1\te2\tmetal\tground\tEntity-Origin\tit has taken time and effort to get the metal out of the ground\ne1\te2\tpillars\truins\tComponent-Whole\tthe pillars of the ruins of persepolis are famous and an example of the glories of iran during the reign of the darius emperors\ne1\te2\tchange\tconsole\tOther\tyou reassigned them after making a change in the registry through the administrative console or by using wsadmin scriptin\ne1\te2\tfable\tprogress\tMessage-Topic\tthis humorous fable illustrates the progress of education and gives valuable insights into how it could continue to develop in the decades to come\ne1\te2\tresources\tprogrammers\tInstrument-Agency\tone of the best resources for programmers is the excellent (and free) book small memory by charles weir and james noble\ne1\te2\ttechnocrats\tgovernment\tEntity-Destination\tkarzai brought more technocrats into his government\ne1\te2\tbasin\tdepression\tEntity-Destination\tthe basin has sunk into a deep depression\ne1\te2\tdesigner\tsets\tProduct-Producer_reversed\tthe designer made up these sets for us from leftover fabirc\ne1\te2\tnotification\tnames\tMessage-Topic\tthis notification declares the names of plants, plant pests or carriers that are considered to be prohibited\ne1\te2\tzoo\tmisfits\tMember-Collection_reversed\tin the following essay, allen discusses flannery o'connor's use of animal imagery to depict her notion of the world as a zoo of misfits in her novel wise blood\ne1\te2\tresearcher\tquestion\tProduct-Producer_reversed\tthe researcher started the interview with a question on relationships and their relation to staff retention in an acute perioperative environment\ne1\te2\tstudent\tbook\tInstrument-Agency_reversed\ta student relaxes with a book in a cambridge park\ne1\te2\tguy\tknob\tInstrument-Agency_reversed\tthe engine revved a bit in the lower gears, but was adjusted immediately by the guy with a knob\ne1\te2\tfox\tfury\tOther\tovercome with hunger, the fox tore into the carcass with a fury, sending feathers scattering every which way\ne1\te2\twork\tman\tProduct-Producer\tit's a powerful personal work by a man who still thinks for himself in an era of fear, conformity, and dehumanization\ne1\te2\tpoem\tpoet\tProduct-Producer\tin this poem the poet personifies his city during the last years in which he was able to live there\ne1\te2\telectrical short\tfire\tCause-Effect\tlater on that same day, an electrical short at the farragut north station caused a fire on the tracks which shut down service three times over the course of the day\ne1\te2\tbatch\tsuitcase\tContent-Container\tthat first batch of forgeries was in a suitcase and the two gentlemen that disappeared in the night were both japanese\ne1\te2\twriggle\tworms\tMember-Collection_reversed\trachael, katie and chloe enjoy the wriggle of worms from the worm farms they built on an excursion to jells park in glen waverley\ne1\te2\tspecies\tcountry\tEntity-Destination\tthe exotic species are imported into the country illegally\ne1\te2\tmessage\tsocial structure\tMessage-Topic\tthe gist of his message was that the religious social structure was in crisis and should be saved\ne1\te2\traspberry\tjelly\tEntity-Origin_reversed\tjust the thought of the delicate flavours of rose and vanilla, combined with a slightly tart raspberry jelly was enough to get me running through the larder in search of the necessary ingredients\ne1\te2\tevents\tdissolution\tCause-Effect\tthe events at the trial caused the dissolution of the communist league, and a general dampening of revolutionary activity\ne1\te2\tbat\twings\tComponent-Whole_reversed\tthe bat moves its wings like we move our fingers\ne1\te2\texhibition\tdynamic connections\tMessage-Topic\tthis exhibition looks at the dynamic connections that occurred from the mid-1960s to the mid-1970s with a display of early media works presented alongside related drawings, prints, and photographs\ne1\te2\tcontamination\tresidues\tCause-Effect_reversed\tthe contamination was caused by residues of the aromatic hydrocarbons\ne1\te2\tasthma\tnarrowing\tCause-Effect\tasthma is a disease of the respiratory system, which causes swelling and narrowing of the airways\ne1\te2\trequest\tfirm\tEntity-Origin\ta month ago a request arrived from an american environmental consulting firm\ne1\te2\tinvertebrate\thalves\tInstrument-Agency_reversed\tthis invertebrate builds armor from coconut halves\ne1\te2\texhibit\tdesigns\tComponent-Whole_reversed\tthe exhibit features the winning designs in both the professional and student categories, as well as other outstanding entries\ne1\te2\thand\tfingers\tComponent-Whole_reversed\tthe disease most often starts in the palm of the hand at the base of the ring or small fingers\ne1\te2\tmemo\tchairman\tProduct-Producer\tthe purpose of this funding, a memo from the chairman of rj reynolds shows, was to \"refute the criticisms against cigarettes\"\ne1\te2\tarm\tchair\tComponent-Whole\tmy hand was resting on the arm of the chair\ne1\te2\tride\tsign\tOther\tthe ride starts at the large bryce canyon national park boundary sign on hwy 63\ne1\te2\tfarmer\thoe\tInstrument-Agency_reversed\tone design shows a farmer with a hoe and reads \"genuine dirt farmer descendant\"\ne1\te2\tmeeting\tinfluenza\tMessage-Topic\tthe world health organization co-sponsored a meeting on avian influenza and human pandemic influenza\ne1\te2\tair\tlungs\tEntity-Origin\tthe air was pressed from his lungs; it felt like millions of electrodes were attached to his neural system\ne1\te2\tpress\tresults\tOther\tas iran's press continues to digest the election results, conservative and reformist outlets condemn perceived us interference\ne1\te2\tlyrics\tsexual politics\tMessage-Topic\tthe lyrics point toward sexual politics, and the lack of understanding between boys and girls\ne1\te2\tincident\tentry\tCause-Effect_reversed\tthe incident was caused by the entry of high pressure gas from a deep formation that got confined in the porthole of the well\ne1\te2\tname\ttimes\tEntity-Origin\tfirst found in old castile in the heart of spain, where the name originated in visigothic times\ne1\te2\timbalance\ttorque\tCause-Effect\tthe imbalance caused a torque on the moon that acted to synchronize its rotation with its orbit, so that one side is always facing the earth\ne1\te2\tbombs\tcars\tEntity-Destination\tpipe bombs have been thrown into two parked cars in londonderry\ne1\te2\ttimer\tclock\tComponent-Whole\tno centralized timer exists, so the standard synchronizes all timers to the timer of the fastest-running clock in the bss\ne1\te2\train\toffers\tMember-Collection_reversed\ttoday miguel cotto is receiving a rain of offers to keep fighting\ne1\te2\tofficer\tcollege\tOther\tthe dean of the faculty is the chief academic officer of the college and has primary responsibility for matters of academic policy that affect the faculty and for the educational consequences of the academic budget\ne1\te2\trobbers\tscene\tEntity-Origin\tthe robbers ran away from the scene as he drove away and called his employer to report the incident\ne1\te2\tbody\ttraders\tMember-Collection_reversed\tthe core of the city state, regarded as a trading entity, is a body of specialized traders engaged in external trade\ne1\te2\tprisoner\tcell\tEntity-Destination\tthe officer threw a prisoner into a cell\ne1\te2\tstudies\tvegetation\tOther\tthose early studies were directed toward examining the spring vegetation green-up and subsequent summer and fall dry-down\ne1\te2\tfish\teggs\tProduct-Producer_reversed\ta catfish, some fish that have spawned eggs and an anglerfish is all i can remember\ne1\te2\tclique\tacquaintances\tMember-Collection_reversed\tin contrast, i first learned of steve's existence through an observation by a clique of bursley dorm acquaintances i used to dine with that same year\ne1\te2\tstatement\tpresident\tProduct-Producer\tyet this signing statement issued by the president yesterday is the clearest signal yet that the administration wants to hold this option in reserve\ne1\te2\tworld\tfactory\tOther\twith the help of its diaspora, china has won the race to be the world's factory\ne1\te2\tunion\tsenses\tOther\tsynaesthesia literally means 'union of the senses' and is defined as the stimulation of one sensory modality by another (e.g., sound by vision)\ne1\te2\tengineers\tmethod\tProduct-Producer_reversed\tboston university biomedical engineers have devised a method for making future genome sequencing faster and cheaper\ne1\te2\toil\tradiator\tEntity-Destination\tthey leaked oil into the radiator\ne1\te2\tparameters\ttext\tMessage-Topic_reversed\tother parameters were as described in the text\ne1\te2\tmedicine\tpatient\tEntity-Destination\tthe medicine was given to the patient\ne1\te2\trookery\tglossy ibis\tMember-Collection_reversed\tthis intermixed rookery of glossy ibis, herons, and egrets first established itself on sheffield island in 1961 with 28 nesting pairs\ne1\te2\tfear\tdeath\tCause-Effect_reversed\talmost suddenly, i was overcome with an uncontrollable fear which was triggered by the death of my friend\ne1\te2\tdata\ttext box\tEntity-Destination\tthe operator moved the data into the text box from the database table column\ne1\te2\tview\tperspective\tCause-Effect_reversed\tmy view of how the brain works is rooted in an evolutionary perspective that moves from the fact that our mental life reflects the actions of many\ne1\te2\tsinger\tsong\tOther\tthe singer demonstrates his sensitivity during the song by suggesting that he would bring flowers\ne1\te2\tvehicles\tcity\tEntity-Destination\t212 vehicles were brought into this city under personal imports\ne1\te2\tdiscussion\twords\tMessage-Topic\tmost of the discussion has been about the words he used\ne1\te2\tdesign\twork\tEntity-Origin\tthe waverider design was evolved from work done in the u.k. in the 1950's and early 1960's on winged atmosphere re-entry vehicles\ne1\te2\tcounty\tmailbox\tInstrument-Agency_reversed\tthe county replaces the mailbox with a standard metal mailbox acceptable for delivery of mail by the united states\ne1\te2\tdevastation\tearthquake\tCause-Effect_reversed\tamong the first to survey the devastation caused by the april earthquake, the team discusses what they observed and learned from the damaged buildings\ne1\te2\trash\tfungal imbalance\tCause-Effect_reversed\tknown by the medical field as tinea cruris, jock itch is a persistent reddish, flaky, and itchy rash in the groin and around the anus caused by a fungal imbalance on the skin\ne1\te2\tfans\thiding\tOther\tthe hockey fans have gone into hiding\ne1\te2\tchapters\tbook\tComponent-Whole\tthe chapters included in the book are the \"core\" of this fundamental handbook on heterogeneous catalysis\ne1\te2\tpatents\talgorithms\tMessage-Topic\twe have seen that many software patents covering well-known algorithms and techniques hinder the software industry in the united states of america and around the world\ne1\te2\tpatch\tflowers\tMember-Collection_reversed\tlots of people were having picture taking sessions at the big patch of yellow flowers in showa kinen\ne1\te2\tstatue\tbox\tContent-Container\tthe statue was inside a bamboo box\ne1\te2\tbox\tcornerstone\tContent-Container\twe observed that a box was actually placed inside the cornerstone with a variety of artifacts and documents commemorating the event and the history of savannah\ne1\te2\tteeth\troots\tComponent-Whole_reversed\tmany of the larger teeth in the back of your jaws have two or three roots\ne1\te2\tneuron\tjolt\tCause-Effect\teach time a neuron unleashes its tiny jolt, it needs to replenish its stores of energy for the next spark\ne1\te2\tcells\ttable\tComponent-Whole\tthe cells inside a nested table are isolated from changes made to the outer table\ne1\te2\tballs\tbasket\tEntity-Destination\twe have thrown the balls into the basket\ne1\te2\trule\tuse\tMessage-Topic\tthe same rule governs the use of the reversed and the monochrome versions of the logo\ne1\te2\tproletariat\tnationalities\tOther\tin particular, the 'historical inevitability' of a united proletariat of various nationalities was understood as a state interest\ne1\te2\tboys\tfighting\tOther\tthe teenage boys were dragged into the fighting at school\ne1\te2\talbum\tband\tProduct-Producer\tthe eighth and finest album by this heady band from baltimore revels in the joy of musical experimentation and sonic surprise\ne1\te2\tdean\tfaculty\tMember-Collection\tthe dean of the faculty, rajiv vohra, is a senior member of the university's academic administration and is directly responsible for the recruitment, retention and development of university faculty, working closely with the dean of medicine and biological sciences, who has those responsibilities within the division of biology and medicine\ne1\te2\tanimal\tbong\tEntity-Destination\ta man who tried to cool out his hyper cat by stuffing the animal into a boxlike homemade bong faces cruelty charges\ne1\te2\tskirt\ttrunk\tContent-Container\ther split skirt was in a trunk of clothing that still hadn't arrived from washington, but she looked forward to the freedom\ne1\te2\telectricians\tmaps\tInstrument-Agency_reversed\telectricians start by reading maps - called blueprints - that show how electricity flows\ne1\te2\tgrenade\tcanister\tContent-Container\tel salvador prison officials have detained a woman who was caught trying to smuggle a military grenade hidden inside a canister in her vagina during a jail visit\ne1\te2\tyachts\tharbor\tEntity-Destination\teight yachts have arrived into the harbor\ne1\te2\tham\tsandwich\tOther\tthe thick slab of spiced ham was the best part of this year's new breakfast sandwich; the salty meat was griddled to a crisp, nut-brown sear, and it outshone the surrounding egg, cheese, and bun\ne1\te2\tarrangements\tdemonstrator\tProduct-Producer\there are the amazing arrangements from this months demonstrator, fantastic, brilliant and stunning\ne1\te2\tcavalry\tcuirassiers\tMember-Collection_reversed\tcavalry consisted of cuirassiers, dragoons and chevauxlegers\ne1\te2\thookup\tproducts\tOther\tdonovan mcnabb threw a 13-yard touchdown pass to jason avant, a hookup of two chicago products, as the philadelphia eagles took a 10-0 lead over the chicago bears after one quarter sunday night\ne1\te2\tsewer\tcover\tComponent-Whole_reversed\ta sewer cover showing the mets and yankees logos\ne1\te2\tescape\tbottle\tOther\tthe only escape i had now was in a bottle\ne1\te2\temails\tmail box\tEntity-Destination\tnew emails arrive into my mail box every 1 min; this includes a lot of spam\ne1\te2\tseries\trites\tMessage-Topic\ttake me to the edge is a british reality series investigating global rites of passage\ne1\te2\twares\tpotter\tProduct-Producer\tthe first native tea wares were those made in the early thirteenth century by the potter to-shiro at his kiln in seto, aichi prefecture\ne1\te2\twater\tstraw-bales\tEntity-Destination\tthe drain was only half way through the bale wall, so when it stormed, the water poured right into the straw-bales\ne1\te2\tshow\tdiscussion\tMessage-Topic\tthe show offers a constructive discussion of a hot-button topic with leading m&a experts\ne1\te2\tresearch\tenvironmental issues\tOther\tafter 2000, his research has concerned environmental issues in south africa\ne1\te2\tfarmer\tpoverty\tOther\tcollapsing commodity prices have pushed the farmer into poverty\ne1\te2\tcrocodile\tsnout\tComponent-Whole_reversed\tthe crocodile has a lump on his snout\ne1\te2\tauthor\tbook\tProduct-Producer_reversed\tquestions about pullman's plans for new his dark materials' books reveal that the author has just finished a short book\ne1\te2\tcough syrup\tbottle\tContent-Container\tthe cough syrup was in a bottle on a shelf in the kitchen\ne1\te2\tcartridges\tprinter\tEntity-Destination\ti have inserted various cartridges into that old printer, but still the printer is not working\ne1\te2\tmuseum\tpit\tProduct-Producer_reversed\tthe chicago museum dug a pit in front of the building and built a new display area for the zephyr, where it could be displayed year-round\ne1\te2\tlaws\tsize\tMessage-Topic\tthe united states has laws that limit magazine size, too\ne1\te2\ttsunamis\tdisplacement\tCause-Effect_reversed\ttsunamis are caused by the sudden displacement of large volumes of water\ne1\te2\tmaterial\touter disc regions\tEntity-Destination\tradial mixing processes have transported such material into outer disc regions\ne1\te2\tirritants\tcoughing\tCause-Effect\tscientists have revealed how environmental irritants such as air pollution and cigarette smoke which cause coughing in people\ne1\te2\toffice\tfloor\tComponent-Whole\tthe accommodation comprises a newly redecorated office floor on the third floor\ne1\te2\twine\tcarton\tContent-Container\twhen i first arrived in italy i was amazed to find that they sell wine in a carton\ne1\te2\tammonia\tplant\tEntity-Origin\tat one time, most of europe's ammonia was produced from the hydro plant at vemork, via the electrolysis route\ne1\te2\tspeech\tproblems\tMessage-Topic\this speech was a summary of known problems\ne1\te2\tblisters\tantibodies\tProduct-Producer\tthe blisters are caused by antibodies against desmogleins (dsgs), which are glycoproteins present in the junctions between skin cells\ne1\te2\ttimestamp\tdate\tEntity-Origin\tbelow is a code snippet for creating a timestamp from formatted date date\ne1\te2\tdivision\tpikemen\tMember-Collection_reversed\tjomini speaks of an entire division of pikemen at reunion-sur-oise, as the re- volution rechristened guise\ne1\te2\tbook\tslipcase\tContent-Container\tadditional colors were screen printed and the book was enclosed in a mock alligator slipcase\ne1\te2\tspacecraft\tcontainer\tContent-Container\tduring this transport, over about 10 kilometres, the herschel spacecraft was placed inside the payload transport container\ne1\te2\tphotographer\theartland\tEntity-Destination\tthe photographer journeyed into america's heartland as a lone artist\ne1\te2\twater\tewer\tContent-Container\taretus fetched water from the house in a ewer that had a flower pattern on it\ne1\te2\tpipeline\tgas\tEntity-Origin_reversed\tthe pipeline that the gas leaked from belongs to puyang company, and was constructed by nanjing sanye utility installment company\ne1\te2\tdecline\tcollapse\tCause-Effect_reversed\tthe recent decline has been caused by the environmentally-induced collapse of fish catches from the black sea\ne1\te2\tblock\tfishermen\tProduct-Producer\tpolicemen were seen breaking up a road block put up by fishermen\ne1\te2\tfly\tjeans\tComponent-Whole\ti'm 5ft10 and the jacket reaches about halfway down the fly of my jeans\ne1\te2\tknob\tbat\tComponent-Whole\tfinally, next to the handle is the knob of the bat, a wider piece that keeps the bat from sliding out of a batter's hands\ne1\te2\tathlete\tstance\tOther\tthe athlete starts in the three-point stance, and explodes out 5 yards to his right\ne1\te2\tresource\tresults\tMessage-Topic\tit is a free online resource documenting pennsylvania political election results dating back to 1796\ne1\te2\tmaternity wards\tchaos\tOther\ta former nhs worker revealed that understaffed maternity wards are sinking into chaos\ne1\te2\tgold\tquartz tube\tEntity-Destination\tone ounce of pure gold was sealed in a quartz tube and a section of 5-mm inside diameter quartz tube was sealed on the quartz-gold tube\ne1\te2\tsystem\tantennas\tComponent-Whole_reversed\tthis radar system contains two tower-shaped antennas shown in figure 1, one is to transmit pulsed waves and the other is to receive reflected waves\ne1\te2\tcranberry\tjelly\tEntity-Origin_reversed\ti've been in thanksgiving preparation mode since last week, and when i saw her post on homemade cranberry jelly, i knew i was going to try it\ne1\te2\tman\tstone\tInstrument-Agency_reversed\tthe second man, who struck him with a paving stone, was accordingly discharged\ne1\te2\tworld\tlife\tOther\tthe world we live in is rooted in an infinite life\ne1\te2\tchocolates\tacne\tCause-Effect\tchocolates, junk food, dirty skin, and stress cause acne\ne1\te2\tgunshot\tforearm\tOther\tthere were two wounds on the surface and one was the exit wound of the gunshot from the victim's left forearm\ne1\te2\tpan\tspaghetti\tContent-Container_reversed\tpart of the seam had been opened up and a roasting pan filled with wet spaghetti, cherry pie filling and jello was put inside\ne1\te2\temperor\tdecree\tProduct-Producer_reversed\tin 1792, the emperor issued a 29-point decree which appeared to tighten qing control over tibet\ne1\te2\tmachine\treservoir\tComponent-Whole_reversed\tput at its simplest, the injection molding machine contains a reservoir of hydraulic oil which is pumped by an electrically- driven pump at high pressure\ne1\te2\tbox\tbraces\tContent-Container_reversed\tthe first box that arrived at shirley shupp's door was filled with braces to help with her arthritis\ne1\te2\tmoment\tminutes\tOther\tthe most disturbing moment arrives five minutes from the end\ne1\te2\tcoughing\tallergies\tCause-Effect_reversed\ti ended up going to the doctor, although it was just coughing from allergies\ne1\te2\tdisturbance\toverpopulation\tCause-Effect_reversed\tthree times (every 1200 years), the gods were distressed by the disturbance from human overpopulation\ne1\te2\tindustry\teconomy\tComponent-Whole\tthe furniture industry constitutes of one the most important sectors of the polish economy\ne1\te2\tpillar\tbridge\tComponent-Whole\tfour people died after their vehicle crashed into the support pillar of an overhead bridge in cheras\ne1\te2\tannouncement\tstir\tCause-Effect\tthe announcement of the game caused a stir on the web yesterday, with the weekly standard launching a protest campaign encouraging readers to e-mail microsoft and t-enterprise, the out-of-its-depth company that had hired actual gitmo detainee moazzam begg as a consultant on the game\ne1\te2\tprotein\tcancer\tCause-Effect\tthe fat and cholesterol cause heart disease; the animal protein causes cancer\ne1\te2\tblacksmith\tforge\tInstrument-Agency_reversed\tthe glow from the blacksmith's forge led civilization from the dark ages and brought humankind to the standard of living enjoyed today\ne1\te2\twheat\twhisky\tEntity-Origin_reversed\tuk-based master of malt stocks the finest straight wheat whisky\ne1\te2\tcell\tbees\tProduct-Producer\tthe queen deposits each egg in a cell prepared by the worker bees\ne1\te2\timages\tweb page\tEntity-Destination\ti have put these images into my web page\ne1\te2\tstern\tboat\tComponent-Whole\the got an idea of the depth of the shear layer by observing the extent of the sideways turbulence at the stern of the boat\ne1\te2\tfirm\thead\tProduct-Producer\tan investment firm co-founded by the head of the obama administration's auto task force is under scrutiny in an investigation into what authorities allege was a pay-to-play scheme involving the new york state pension fund\ne1\te2\tlines\tterminal\tOther\tapproximately three dozen bus lines operate from the port authority bus terminal located between eighth and ninth avenues and 40th to 42nd streets\ne1\te2\tguard\tchuckle\tOther\tthe guard pushes the passports back with a chuckle and ignores them\ne1\te2\telectrode\ttop\tEntity-Origin\tthe second gold electrode was pressed from the top onto the pellet by a screw in order to ensure optimum contact\ne1\te2\tconfederacy\tclans\tMember-Collection_reversed\tin about 985 the seljuk clan split off from the bulk of the tokuz-oghuz, a confederacy of nine clans long settled between the aral and caspian seas, and set up camp on the right bank of the lower syr darya (jaxartes), in the direction of jend, near kzyl orda in present day south-central kazakhstan where they were converted to islam\ne1\te2\tcommunists\twall\tProduct-Producer_reversed\tin berlin, the communists threw up a wall of barbed wire and stone to block the exit of freedom-seeking germans\ne1\te2\tdanger\troutine\tOther\tdanger is part of the palestinian journalist's daily routine\ne1\te2\tcriticism\treligion\tMessage-Topic\tthe revealer is an online journal of media criticism related to the subject of religion in the press\ne1\te2\ttube\tbeaker\tEntity-Destination\twe then placed the tube in a beaker of iodine water\ne1\te2\tformation\tdragoons\tMember-Collection_reversed\tthis elite formation comprised of several regiments: lifeguard dragoons, lifeguard uhlans, lifeguard hussars, and lifeguard cossacks\ne1\te2\ttomatoes\tpail\tOther\teco-friendly tomatoes grown in a portable pail are moved inside and continue to produce delicious tomatoes even when summer is just a hearth-side\ne1\te2\tguard\tlook\tOther\tthe guard did his job with a scowling look on his face\ne1\te2\tdeformation\tfilling\tCause-Effect_reversed\ta method for computing the deformation of the crust caused by the filling of large lakes\ne1\te2\theadaches\tallergies\tCause-Effect_reversed\ti had been constipated for over 30 years, had significant sleep requirements (average 9+ hours a night), and had recurring headaches from fatigue and allergies\ne1\te2\tconstable\travens\tMember-Collection_reversed\ta constable of ravens is stationed at the tower of london\ne1\te2\tpin\tgrenade\tComponent-Whole\tthird, the user places his non-dominant index finger in the pin of the grenade while maintaining a firm grasp on the body of the grenade\ne1\te2\tnursery\tstars\tMember-Collection_reversed\torion, a giant stellar nursery which has spawned roughly 20,000 low-mass stars like the sun in the last 10 million years, also harbors a handful of massive type o and b stars that emit blowtorch-like radiation\ne1\te2\tbreakdown\twar\tCause-Effect_reversed\tsocial breakdown and poverty caused by civil war in several african countries has caused further increases in the rate of prostitution in those countries\ne1\te2\twizard\tinterface\tComponent-Whole\tadvanced xml converter has a wizard driven interface for converting xml files into html, csv, dbf and xls formats with ease\ne1\te2\tbody\ttrunk\tContent-Container\tthe body was in a trunk of a vehicle\ne1\te2\ttechnical terms\tglossary section\tMessage-Topic_reversed\tthe technical terms are defined in the glossary section of this document\ne1\te2\tremark\tperson\tEntity-Origin\tinstead of sounding self-centered, the remark came from a person who is confused and unaccustomed to anything but personal success\ne1\te2\tbill\tcommerce\tMessage-Topic\ta congressman from the state of texas, presented a bill regulating interstate commerce carried on railways\ne1\te2\tartery\tarch\tOther\tthe opening lay just below the exit of the left subclavian artery from the arch\ne1\te2\tmagazine\tlife\tMessage-Topic\tnew york is a weekly magazine concerned with the life, culture, politics, and style of new york city\ne1\te2\twalls\tfortress\tComponent-Whole\tthese are the walls of the byzantine fortress that surrounds the acropolis of lindos on the island of rhodes\ne1\te2\tcraftsperson\trepresentation\tProduct-Producer_reversed\ta model maker is a professional craftsperson who creates a 3-dimensional representation of a design or concept\ne1\te2\tdrug\tmatrix\tEntity-Origin\tas the initial drug-loading was increased, the drug release from the matrix was decreased\ne1\te2\ttext\tgrammars\tProduct-Producer\tthe postmodernism generator was written by andrew c. bulhak using the dada engine, a system for generating random text from recursive grammars\ne1\te2\tqueen\tcage\tEntity-Destination\tthe queen was put inside her cage and then placed in the box with a bunch of worker bees four days ago\ne1\te2\tclaim\tquarters\tEntity-Origin\twe accepted the claim that issued forth from the usual quarters\ne1\te2\tbolt\thandle\tComponent-Whole_reversed\the places the bolt in the receiver so that it fits under the retaining rail as the bolt handle engages the groove in the bolt\ne1\te2\tpress release\tstudio\tEntity-Origin\tthe full press release from the studio is pasted at the bottom of this post\ne1\te2\thunger\tunrest\tCause-Effect\tsince hunger and poverty cause violence and unrest, the solution must be found in other than military action\ne1\te2\tulcers\tinfectious agent\tCause-Effect_reversed\thowever, recent research demonstrates that most ulcers of the duodenum are caused by an infectious agent named helicobacter pylori or h. pylori\ne1\te2\tpolitical science\tgovernment\tOther\tthe discipline of political science revolves around government, public policy and ethics, foreign politics, law and judicial process\ne1\te2\tstates\tcounties\tComponent-Whole_reversed\tthe states are divided into smaller counties\ne1\te2\thide\ttigers\tComponent-Whole\tmy second question is regarding the sale of bones and hide of tigers going on in delhi\ne1\te2\tproducts\tdefendant\tProduct-Producer\tall of the products grown by the defendant are grown either under glass or in special plots of ground\ne1\te2\tfisherman\tboat\tInstrument-Agency_reversed\tthus, the fisherman bought his own boat in 1991, after renting one many years\ne1\te2\tinconvenience\tfence\tCause-Effect_reversed\tto alleviate the inconvenience caused by the fence, the cabinet approved a plan to construct 11 passages through the barrier to facilitate movement in and out of the city\ne1\te2\twaves\tnausea\tCause-Effect\tthe sound waves cause disorientation and nausea\ne1\te2\tsweetcorn\tcobs\tProduct-Producer_reversed\tthe sweetcorn produced a massive box of earwig filled sweet cobs\ne1\te2\tperson\tcouverture\tProduct-Producer_reversed\ta chocolate maker, on the other hand, is the person who physically creates the couverture from cacao beans and other ingredients\ne1\te2\timages\treliquary\tContent-Container\tthese images were found in a reliquary installed inside the three-story pagoda at the monastic site of hwangboksa in guhwang-dong, gyeongju in 1942\ne1\te2\thouse\tgarage\tComponent-Whole_reversed\tthis house has a super-sized garage, but i guess this is a super-sized house\ne1\te2\twater\thole\tEntity-Destination\tinstead i again poured water into the hole and again water came dripping down in the place\ne1\te2\tspeech\tconversation\tMessage-Topic\tthe speech was about a conversation i had with my daughter\ne1\te2\tproduct\thouse\tEntity-Destination\ti already posted the product to your house last friday\ne1\te2\tdeck\tcards\tMember-Collection_reversed\tthe chaplain noticed one soldier looking at a a deck of cards\ne1\te2\tfire\taccident\tOther\tshe had left her notebook out on the fire escape by accident\ne1\te2\tprofits\tinflation\tOther\tmobil is now turning to fine art as a way of protecting some of its huge profits from inflation\ne1\te2\tteam\tinsulation\tProduct-Producer_reversed\tyesterday the team recycled 200kg of unwanted knitting wool into insulation\ne1\te2\tsnow\tsnowdrifts\tEntity-Destination\tthe strong winds blew snow into the snowdrifts\ne1\te2\tfurniture\tmaker\tProduct-Producer\ttraining in the field is easily obtained in a furniture and cabinet maker diploma program\ne1\te2\tsparrows\twall\tEntity-Destination\tthe little sparrows have flown into the wall\ne1\te2\tstand\tgang violence\tOther\ta city takes a stand against gang violence\ne1\te2\tcommissioner\tofficers\tOther\tthe deputy commissioner is assisted by a number of officers belonging to uttar pradesh civil service and other uttar pradesh\ne1\te2\twool\tindustry\tProduct-Producer\tthe upheavals of the late 17th century initiated the decline of the wool industry, and records show that by 1750 only two firms were producing cloth\ne1\te2\torders\tlegislation\tMessage-Topic\tother orders on environmental legislation and abortion issues were also under consideration\ne1\te2\ttheory\tnapkin\tOther\there's the theory i wrote down the other night on the cocktail napkin i fished out of my purse just now\ne1\te2\tresearchers\tfat\tOther\tus researchers have found a gene responsible for turning a plate of pasta into fat, offering new clues\ne1\te2\thelp\tquarter\tEntity-Origin\tstrangely, today's help for the crown-jewels enthusiasts has arrived from an unexpected quarter\ne1\te2\tarea\tpen\tOther\tthe area selected easily accommodated a pen that was 16 by 24 inches\ne1\te2\tguns\tsafe\tContent-Container\tmy guns are locked in a safe and have trigger locks on them\ne1\te2\tauthor\tbook\tProduct-Producer_reversed\ta preface (pronounced \"preffus\") is an introduction to a book written by the author of the book\ne1\te2\tclot\tseizure\tCause-Effect\tthe clot later caused a seizure, leaving nathan completely paralyzed on the right side of his body\ne1\te2\tradiation\tmicrowaves\tCause-Effect_reversed\tin ionic conduction charge carriers are affected by the electromagnetic radiation from the microwaves by being attracted or repelled by the electric field\ne1\te2\tbrew\ttank\tContent-Container\tdispenser models hold the brew in a heated tank; you fill your cup by pressing it against the dispenser lever\ne1\te2\torchard\tcherries\tMember-Collection_reversed\tan orchard of ripe black cherries, blueberries and plums join together in seamless harmony\ne1\te2\tlions\tflippers\tComponent-Whole_reversed\tsea turtles and sea lions use their front flippers to move forward\ne1\te2\tleash\tdeer\tMember-Collection_reversed\this sport was indifferent, for he brought down only a leash of red deer, and a couple of wolves\ne1\te2\tchild\tnail\tInstrument-Agency_reversed\twhen she got home, the child, who was waiting for her, killed her with a rusty nail\ne1\te2\tboredom\tviolence\tCause-Effect\twe already know ignorance, heat, boredom, greed and poverty cause violence even in the u.s\ne1\te2\trobots\tcomponents\tProduct-Producer\tat the volvo koping factory, seven robots make 17 components in 30 seconds\ne1\te2\tsteps\tladder\tComponent-Whole\tthe ladder shield comprises a rigid yet slightly flexible shell of plastic which is sized and shaped to fit around the front and sides of the ladder so as to block access to the steps on the ladder\ne1\te2\twheat\tbeer\tEntity-Origin_reversed\ta filtered wheat beer, sunshine offers a crisp, refreshing alternative to heavier-bodied heffe-weizens\ne1\te2\tcouple\tclowns\tMember-Collection_reversed\tthen he had richard weixler, one of radio's quiz kids, talk about the animals and for no apparent reason presented a couple of circus clowns\ne1\te2\twainwright\tshapes\tOther\tthe wainwright worked by whittling or lathing pieces of wood into shapes necessary for end products, notably wagon wheels\ne1\te2\tchildren\trelatives\tEntity-Destination\tthe injured children were handed over to their relatives in mannaar\ne1\te2\tpendant\tbail\tComponent-Whole_reversed\tthe pendant with the bail measure 1 1/4\"\ne1\te2\tmainspring\twatch\tComponent-Whole\tthe mainspring in the automatic winding watch is designed to prevent over winding (with continuation of automatic winding) when the spring is fully wound\ne1\te2\tpopulation\tpeak\tOther\tin the years following, detroit's population fell from a peak of roughly 1.8 million in 1950 to about half that number today\ne1\te2\tdata\tstudy\tEntity-Origin\tthe data is derived from a transnational ethnographic study of dominicans who have been deported from the united states\ne1\te2\tring\tpower\tOther\tthe ring unleashes its own power in the struggle\ne1\te2\tverses\tnature\tMessage-Topic\tthe poem consists of short verses reflecting on nature and travel through the landscape\ne1\te2\tstruggle\tdisturbance\tCause-Effect\tthe struggle with the door and the oiler caused a disturbance on the ship\ne1\te2\tcomputer company\tproblems\tOther\tthe computer company is running into density scaling problems\ne1\te2\tevacuation\texplosion\tCause-Effect_reversed\tplaintiffs seek compensatory damages for personal injuries, property damage, emotional distress, and expenses resulting from the evacuation after the explosion\ne1\te2\tmessage\tfriend\tProduct-Producer\tarriving home from this concert, i found an e-mail message from a musician friend\ne1\te2\ttrio\tblaze\tOther\tthe trio lit the blaze in a reserve behind combine street about 6.40pm and ran off\ne1\te2\tinformation\tpublic domain\tEntity-Destination\the was releasing information into the public domain without understanding what that was\ne1\te2\talcohol\tdrink\tOther\tsometime shortly before the murder, a woman came to verloo's apartment and put a drug identified as clophelinum into his alcohol drink\ne1\te2\tfish\tliver\tComponent-Whole_reversed\tfish without the pyloric ceca have digestive enzyme production in the liver and pancreas\ne1\te2\tincidents\tinjuries\tCause-Effect\tthe industry only reports incidents that have resulted in serious physical injuries, and reporting is left up to the cruise line with no oversight\ne1\te2\twind\tfire\tCause-Effect\tthis time, though, they left the fire unattended and the wind caused nearby leaves to catch fire, spreading 14 feet to the building\ne1\te2\tpatient\tnostrils\tComponent-Whole_reversed\tat birth, the patient has bilateral supernumerary nostrils, which were situated above the normal nostrils and opened into the ipsilateral nasal cavities\ne1\te2\tvisitor\tstars\tEntity-Origin\tthe day the earth stood still envisions the arrival of a wise and high-minded visitor from the stars\ne1\te2\tpoliticians\tteachings\tInstrument-Agency_reversed\tpoliticians are discovering sufi teachings as a means against religious extremism\ne1\te2\tname\tarticle\tOther\tthe vehicle's name was leaked in a financial times article published on august 31, and this evening, several photos and more information about the concept were published online\ne1\te2\tbubbles\tair\tEntity-Destination\tthe kids are blowing bubbles into the air\ne1\te2\tthugs\tbehaviour\tOther\ti just looked at how people in fact protected even the thugs from mob behaviour today in tehran\ne1\te2\tgifts\tbase\tEntity-Destination\the posted his gifts to a military base in middle east asia\ne1\te2\tcomplication\tirradiation\tCause-Effect_reversed\tthe complication arose from the light irradiation\ne1\te2\tbody\tknowledge\tOther\tthe ends sought by education are to train the mind into the habit of clear and accurate thinking, to accumulate a body of useful and necessary knowledge, and to acquire correct habits of conduct and behavior\ne1\te2\tnews\ttradition\tMessage-Topic\the also provides the news that the 300-year old tradition of paying by cheque is on the way out\ne1\te2\tdrippings\tsauerkraut\tEntity-Destination\tsince the chops were brown, the chef drained the drippings into the sauerkraut\ne1\te2\twomen\tstyle\tProduct-Producer_reversed\talong the way the women developed a distinctive style, noted for its lively improvisations and geometric simplicity\ne1\te2\tword\tterm\tEntity-Origin\tin many languages, other than english, the word is derived from a germanic term akin to \"backboard\", from the same roots as english \"back\" and \"board\"\ne1\te2\toperation\tgrain\tOther\tbradis produce is a full-time farming operation raising fresh produce, greenhouse flowers, and grain\ne1\te2\thiring\tbeers\tOther\thiring in a down economy with the help of some beers proved successful\ne1\te2\tbombing\tdeaths\tCause-Effect\tthe bombing resulted in the deaths of 1318 in hanoi\ne1\te2\tcandidate\tprogram\tEntity-Origin\tthe ideal candidate has graduated from an approved program in radiography\ne1\te2\tlarvae\tvial\tContent-Container\twe double-checked that a maximum of 80 larvae were placed inside each vial\ne1\te2\tdule\tdoves\tMember-Collection_reversed\teveryone cheers as a dule of white doves take flight\ne1\te2\tmachine\tfilters\tComponent-Whole_reversed\tthe machine filters the hot oil through long lasting (12 months) polymer filters\ne1\te2\terror\ttags\tCause-Effect_reversed\tthe error was caused by the illegal embedded code tags\ne1\te2\tnovels\tquestions\tMessage-Topic\tboth novels tackle with political questions in a direct manner\ne1\te2\tsteroids\thypertension\tCause-Effect\tliver plays key role in how steroids cause diabetes and hypertension\ne1\te2\tname\tchatrooms\tOther\tthe name was leaked in chatrooms as people gave clues as to who it is and some also said his name\ne1\te2\tskull\tcauldron\tContent-Container\tstate police are investigating the discovery of a human skull in a black cauldron in a wooded area in conowingo\ne1\te2\tanti-crime rap\tmobiles\tEntity-Destination\tanti-crime rap is sent to mobiles\ne1\te2\tgames\tchatting\tEntity-Destination\tcross-network instant messenger service, meebo, has added games into chatting\ne1\te2\tuniverse\theroes\tMember-Collection_reversed\tthe movie is a nice escape, taking viewers into a self-contained universe of costumed heroes and exotic settings\ne1\te2\tfigurine\tcake\tContent-Container\ta small ceramic figurine of a baby was hidden in the cake\ne1\te2\tcoolant\tbottle\tContent-Container\tthe nitrogen coolant was contained in a 6 litre bottle in the navy lau-7 launcher, and provided for 2.5 hrs of seeker cool down\ne1\te2\tsorrow\tloss\tCause-Effect_reversed\tthe poet essex hemphill conquered sorrow after the loss of a friend by taking up the cause of that friend\ne1\te2\tinvestigations\tviolations\tOther\tthe ds criminal investigative division conducts criminal investigations into violations of passport and visa fraud\ne1\te2\twinds\tmoisture\tCause-Effect_reversed\tthe winds are caused by moisture, originating off the pacific coast, cooling as they climb the western slopes, and then rapidly warming as they drop down the eastern side of the mountains\ne1\te2\tsleeve\tsweater\tComponent-Whole\tthe left sleeve of this sweater is clearly rolled back, and the sweater is hanging off her left shoulder\ne1\te2\tdrag\tatmosphere\tCause-Effect_reversed\tthe drag caused by the earth's atmosphere works against a rocket or a water molecule\ne1\te2\tendometriosis\tinfertility\tCause-Effect\tendometriosis is the cause of pelvic pain (dysmenorrhea, dyspareunia) and infertility in more than 35% of women of reproductive age\ne1\te2\tflooding\tclogging\tCause-Effect_reversed\tmost of the flooding has been caused by the clogging of drains\ne1\te2\tfood\tanimal\tEntity-Origin\tthe food is an illegally imported product of animal origin\ne1\te2\tdips\ty-rays\tCause-Effect_reversed\tthe dips are caused by the thermal diffuse of y-rays which is reflected secondarily by the net planes in the same crystal\ne1\te2\tvacancy\tretirement\tCause-Effect_reversed\tthe jnc also is currently accepting applications for the vacancy created by the retirement of judge edwin b. browning, jr\ne1\te2\tbeginning\tdocuments\tMessage-Topic_reversed\tthe beginning of the bbc's wartime role is also explored through documents and photographs dating back to 1935\ne1\te2\tgarment\tfactory\tProduct-Producer\ta multiple goal model structure is formulated for a garment factory based on the objectives of the company including minimisation of lateness\ne1\te2\tfragment\tgene\tEntity-Origin\tsequence analysis showed that the fragment was generated from an intron-containing thymosin b15 gene\ne1\te2\tperformance\tcompany\tCause-Effect_reversed\tthe evening's performance was a great production by a first-class company - and not expensive\ne1\te2\tgame\tconies\tMember-Collection_reversed\tthe survey further refers to a 'game of conies,' and a lodge and coney warren, in the tenure of richard hopgood by lease from richard gifford\ne1\te2\tfirefighters\thorror\tOther\tat the public inquiry into the disaster firefighters described the horror that faced them when they arrived at the scene of the paddington rail crash\ne1\te2\tsections\tquantitative methods\tMessage-Topic\tthe sections of the book pertaining to quantitative methods are written clearly and contain more detail than usually is found in similar books\ne1\te2\tchairman\tcollege\tOther\tthe members of committee of the program are formed by the chairman of the college and the chairman of each department\ne1\te2\tcutlery\twallet\tContent-Container\tcutlery in a wallet is a cutlery concept designed to facilitate outdoor eating\ne1\te2\tdresses\tyears\tEntity-Origin\tin fact, the only clothes she could fit into were her maternity dresses from twenty-five years ago\ne1\te2\ttip\tbrush\tComponent-Whole\ttouch the tip of the brush on the paper and turn it to the opposite direction, the left a bit, as you begin writing\ne1\te2\tbook chapter\tdoctrine\tMessage-Topic\tthis book chapter provides pluralistic yet concise introduction to the doctrine and theory of employment discrimination law\ne1\te2\tleader\torganization\tMember-Collection\tand they learned that lenin was the leader of that organization\ne1\te2\ttext\tnature\tMessage-Topic\tit is text at the top of a newspaper article indicating the nature of the article below it\ne1\te2\tbrewer\tales\tProduct-Producer_reversed\tfuller's is a brewer of distinguished, prize-winning british ales crafted with over 150 years of pride and tradition\ne1\te2\tsuitcase\tsuitcase\tContent-Container_reversed\tthey went into a big walk-in closet where there was a suitcase with another locked suitcase in it\ne1\te2\trabbits\thutch\tContent-Container\tthe rabbits are unhappy when left alone in a hutch in the garden, as they need company\ne1\te2\ttrio\tartists\tOther\twith gary versace on piano, gary hobbs on drums, and chuck bergeron on bass, the trio performs with a wide range of artists and ensembles\ne1\te2\tcabinet\twoofer\tComponent-Whole_reversed\tthe cabinet encloses a 6 1/2 inch cone woofer, 4 inch cone midrange, and a 7/8 inch balanced dome tweeter\ne1\te2\tpolynucleotide\tspecies\tEntity-Origin\tin a further embodiment the polynucleotide is derived from an angiosperm species\ne1\te2\tcompilation\tconsiderations\tOther\tinstead, their compilation was governed by didactic considerations\ne1\te2\tcouple\tweeks\tMember-Collection_reversed\tthe first couple of weeks at palm have been a whirlwind\ne1\te2\tobservations\tkinematics\tMessage-Topic\tthese observations determine the high spatial resolution stellar kinematics within the nuclei of these galaxies\ne1\te2\tpens\ttankard\tContent-Container\tmy ancient array of pens in a tankard works every time\ne1\te2\tbook\tstudy\tOther\tthe book has made a significant contribution to the study of fashion buying and merchandising in a uk context\ne1\te2\tdiscussion\thusband\tOther\tokay, after a discussion with my husband we have decided to work on the emergency fund first\ne1\te2\tmethod\tscholar\tProduct-Producer\tit is a method discovered by a japanese scholar, mikao usui, around 1890\ne1\te2\treferences\tnumbers\tOther\treferences to the hearing transcript are denoted by volume and page numbers\ne1\te2\tskydivers\tisland\tEntity-Destination\tskydivers are dropped into the island\ne1\te2\trouleau\tsovereigns\tComponent-Whole_reversed\tthe difference both for show and for use is as great as the difference between a lump of golden ore and a rouleau of sovereigns fresh from the mint\ne1\te2\tevents\tblogs\tMessage-Topic_reversed\tpersonal stories were shared and events on the islands were documented through the islanders' blogs\ne1\te2\ttime\tpainters\tOther\tthis is the \"best time of day for painters to capture the 'inner state' of a landscape\"\ne1\te2\tegg\tfemale\tProduct-Producer\tan egg is a round or oval cell laid by the female of any number of different species\ne1\te2\tcook\tpan\tInstrument-Agency_reversed\tfor a sit-down snack the cook bakes the batter in a mini-muffin pan and serves the smaller version muffins with a lemon cream on the side\ne1\te2\tuniforms\tstudents\tEntity-Destination\tseacrest students donated uniforms to shadowlawn students\ne1\te2\tteacher\tschool\tOther\ttaking time for introductions and a brief tour of the building helps the pre-service teacher feel part of the school and aids the important transition from college student. include the pre-service teacher on staff mailing list and in staff workshops and social functions\ne1\te2\tproducts\toverseas\tEntity-Destination\tnow we deliver all products to overseas\ne1\te2\tbrandy\tjuices\tEntity-Origin\tbrandy is distilled from fermented fruit juices\ne1\te2\tdirector\tfootage\tProduct-Producer_reversed\tthe director shot some additional footage\ne1\te2\tsite\tnetwork\tComponent-Whole\tthis site is part of newsquest's audited local newspaper network\ne1\te2\tdemerol\tdrugs\tOther\tdemerol is in a group of drugs called narcotic pain relievers\ne1\te2\tmodule\tbrowser\tEntity-Destination\ta new module has been imported into the mozilla browser\ne1\te2\tmetro line\tstation\tComponent-Whole_reversed\tthe metro line begins at an underground station in st. stephen's green in the city centre\ne1\te2\tboat\tport\tEntity-Origin\tit has several chalet to stay over night and the boat leaves from the port twice a day: 10:00 am and 17:00 pm\ne1\te2\twine\tskins\tEntity-Origin\tthe fermenting musts were plunged twice per day and the wine was pressed from the skins at a tss level of 3.6 brix\ne1\te2\tincidents\tpoisonings\tCause-Effect\ttwo of the incidents resulted in fatal co poisonings (cohb levels of 55% and 49% )\ne1\te2\tsubstance\tletter\tContent-Container\tan unidentified substance was found in a letter\ne1\te2\tmoney\tcustody\tEntity-Destination\tthe money was handed over into notarial custody for the purpose of securing an obligation\ne1\te2\tissues\tmyth\tMessage-Topic_reversed\tthese philosophical issues have been addressed by myth, fiction and philosophy since antiquity\ne1\te2\tmanufacturer\tparts\tInstrument-Agency_reversed\tthe manufacturer assembles the order using parts supplied by his preferred supplier, and ships the order to the retailer\ne1\te2\tconference\tpluralism\tMessage-Topic\tthe three themes for the conference were pluralism, sustainability and innovation\ne1\te2\tlioness\tgrief\tOther\tthe lioness drank the poisoned water out of grief for the loss of her daughter\ne1\te2\tcaveats\te-mail\tMessage-Topic_reversed\tthe data is still preliminary and comes with the caveats outlined in mark's original e-mail\ne1\te2\twolfpack\tu-boats\tMember-Collection_reversed\ton 23 april 1945, the hunter-killer group, operating as a combined force against a large wolfpack of u-boats, spotted a partially submerged submarine but could not locate it after it dived\ne1\te2\twoman\thouse\tEntity-Destination\ta woman has been placed into the house as well\ne1\te2\tgroup\tshovels\tInstrument-Agency_reversed\tthe group dug into the ground with their ceremonial shovels\ne1\te2\tsadness\tmurder\tCause-Effect\tin this excellent fourth sunny randall pi tale (after shrink rap), is shown how sadness leads to murder\ne1\te2\tlight\ttable-lamp\tCause-Effect_reversed\tshe was looking beautiful in the dim light that emanated from my broken table-lamp\ne1\te2\tplayers\tstadium\tEntity-Destination\thusseys sent their key players to the stadium for the decisive game\ne1\te2\tsample\tpowder\tOther\tthe sample was pressed from powder into a platelet with about 10 mm thickness, which was cut into a rectangle and put on the platinum leads\ne1\te2\tmaze\tcatacombs\tComponent-Whole_reversed\teventually, the player descends into a maze of catacombs and a \"fake y2\"\ne1\te2\tweapons\tnavy\tEntity-Destination\tmore weapons are being delivered to the french navy\ne1\te2\tslope\tline\tOther\tand from the slope of the line we compute the amount of time which has passed since the pool of matter became separated into individual objects\ne1\te2\tbloat\thippopotamuses\tMember-Collection_reversed\tthen there's a bloat of hippopotamuses, which is really quite insulting to full-figured hippopotami, who can look quite nice if they put flowers in their ears and become (old joke alert) hippypotamuses\ne1\te2\tsquirrel\tshirt\tEntity-Origin\ta squirrel popped out of a woman's shirt when she was interviewed\ne1\te2\tremnants\tstorm\tEntity-Origin\tit was windy and cold yesterday and there is still some remnants of snow left from early yesterdays storm\ne1\te2\tking\tbroom\tInstrument-Agency_reversed\tafter seating all the idols, which itself takes hours, the traditional king sweeps the chariot with a golden broom\ne1\te2\tmaterials\tindustries\tProduct-Producer\tthe minister attributed the slow production of the materials by the local industries to their limited capacities\ne1\te2\tumbrella\tframe\tComponent-Whole_reversed\tthe umbrella frame is provided with a movable yoke at the upper end and a stationary yoke at an intermediate point\ne1\te2\tfilm\tsalesman\tProduct-Producer\tmanos: the hands of fate is a low-budget horror film made by el paso fertilizer salesman hal p. warren\ne1\te2\tcasket\tring\tEntity-Destination_reversed\ta few days before the service, tom burris had thrown into karen's casket his wedding ring"
  },
  {
    "path": "dataset/SemEval/test.txt",
    "content": "14 3 3 6 6 the most common audits were about waste and recycling\n17 1 1 4 4 the company fabricates plastic chairs\n11 2 2 8 8 the school master teaches the lesson with a stick\n6 5 5 9 9 the suspect dumped the dead body into a local reservoir\n1 1 1 16 16 avian influenza is an infectious disease of birds caused by type a strains of the influenza virus\n2 1 1 5 5 the ear of the african elephant is significantly larger measuring 183 cm by 114 cm in the bush elephant\n16 5 5 11 11 a child is told a lie for several years by their parents before he realizes that a santa claus does not exist\n13 8 8 12 12 skype , a free software , allows a hookup of multiple computer users to join in an online conference call without incurring any telephone costs\n2 12 12 16 16 the disgusting scene was retaliation against her brother philip who rents the room inside this apartment house on lombard street\n14 1 1 4 5 this thesis defines the clinical characteristics of amyloid disease\n6 3 3 7 7 ten million quake survivors moved into makeshift houses\n18 12 12 13 13 on a friend ' s advice , i purchased a sauerkraut and kimchi maker here and it is just fabulous ( and cheap too )\n6 4 4 6 6 nasa kepler mission sends names into space\n16 2 2 3 3 as a landscape company in atlanta , we know which plants thrive in this planting zone and know the optimum landscaping designs for local yards and business\n8 15 15 20 20 as i was contemplating if i had a favorite in the pink category , a gift arrived from a sweet friend\n8 9 9 14 14 the male took over the entire care of the young that had left the nest\n6 2 2 6 6 the famous actress arrived at the airport\n18 16 16 19 19 an ftp server is an inexpensive and relatively simple to operate tool that works great for filesharing over the internet\n13 6 6 9 9 beneath this invocation there is a zoo of fearsome beasts , including several man eaters , as well as sphinxes with lions ' bodies and human heads\n16 1 1 8 8 the song was composed for a famous brazilian musician\n14 1 1 4 4 this outline focuses on spirituality , esotericism , mysticism , religion and parapsychology\n4 1 1 5 5 the bomb was in a suitcase loaded in frankfurt and transferred to the doomed boeing 747 in london\n16 7 7 8 8 i spent a year working for a software company to pay off my college loans\n18 1 1 4 4 the captain and the crew of the steve irwin are grateful for the support of the city of fremantle and mayor brad pettitt for hosting the event\n9 1 1 2 2 organic sesame oil has an anti bacterial and anti imflammatory effect\n16 8 8 9 9 mileson has sold his humble abode to a housing developer\n1 2 2 7 7 the same effect is achieved the traditional way , with a team of workers like keebler elves\n18 8 8 17 18 he has built a formidable reputation writing powerful dramas for the stage and screen , based on real events or socially vital issues\n18 2 2 10 10 he produces drawings and videos that have been shown in museums in europe and america\n8 10 10 13 13 therefore , nowadays china is the complex mixture of different cultures from various epochs\n0 9 9 16 16 of the hundreds of strains of avian influenza a viruses , only four have caused human infections h5n1 , h7n3 , h7n7 , and h9n2\n14 4 4 8 8 many of his literary pieces narrate and mention stories that took place in lipa\n2 10 10 13 13 when i ' m walking alone , i count the steps of the stairs , and i also guess approximately how many steps are left till i reach the next street\n16 3 3 13 15 essentially , the blisters that appear in the mouth are caused by the herpes simplex virus type 1 , hsv 1 for short\n2 8 8 11 11 the man at the helm was watching the luff of the sail and whistling away gently to himself , and that was the only sound excepting the swish of the sea\n3 4 4 14 14 still further , the circuit comprises a digital adder and an analog to digital converter with an analog input connected to the output of the operational amplifier and a digital output connected to a first input of the digital adder\n13 8 8 11 11 dolf oehler , a leader in the leftist camp of heine champions since the 1970s , gathered a group of likeminded critics for this symposium\n5 1 1 9 9 the cartridge was marked as empty , even with ink in both chambers\n13 1 1 4 4 a pod of sperm whales was beached on italy ' s southern coast and at least five died in what experts said was a rare and puzzling mass beaching for such a large species\n16 0 0 8 8 roundworms or ascarids are caused by an intestinal parasite called toxocara canis\n0 1 1 9 9 the subject of imply is the source of an implication while the subject of infer is the recipient of an implication\n3 1 1 7 7 my cat has a problem with his paw\n0 1 1 6 6 the treaty establishes a double majority rule for council decisions\n6 4 4 7 7 the accident has spread oil into the ocean\n8 4 4 10 10 a tidal wave of talent has emanated from this lush village\n4 1 1 8 9 these coins are enclosed in a clear hard plastic case with a blue background that is packaged in a blue box\n18 3 3 7 7 by dividing the space in a kitchen drawer where you keep all your cooking utensils , you grouped items by size or purpose\n6 5 5 12 12 then , the target pet bottle was put inside of a metal container , which was grounded\n14 0 1 5 5 news programs commented on the violence from the game and expressed worries on how it would affect the players ' personalities\n18 1 1 4 4 the narrative comprises the interplay of two themes that are woven together as it criss crosses back and forth between the life of nineteen year old greg kowalski ' s desire to become a firefighter and his heart rending life growing up in saginaw michigan where he had to endure the physical and verbal abuse handed out by his appalling father\n6 9 9 12 12 as vinay collapsed in pain , the villagers poured acid into his eyes\n18 1 1 9 9 the room was filled with huge jack the dripper canvases\n13 1 1 3 3 the gulp of magpies just left after a quick breakfast of peanuts and cookie crumbs\n18 11 11 14 14 the proposal was debated and enthusiastically endorsed in 2002 by a convocation of international scholars that included many prominent academics , among them scientists of the stature of the late h curien , h varmus , p crutzen and j sachs\n0 21 21 26 26 in south africa , which has one of the best police to public ratios on the continent , the share of murders that result in a conviction is about 18 , compared to 56 in the us and 61 in the uk\n8 3 3 8 8 a group of monkeys who escaped from an enclosure at edinburgh zoo are one step from being caught\n18 4 4 7 7 people now post their opinions to this blog\n0 1 1 9 9 traffic vibrations on the street outside had caused the movement of the light\n18 15 15 16 16 poodles of all types were the ideal circus dogs when not dyed pink and wearing diamond colliers in via veneto or maxim ' s\n3 2 2 3 3 a digital door lock is an electronic lock for residential applications such as front doors on apartments and single family houses\n9 0 1 2 2 red grape wine is an alcoholic fruit drink of between 10 and 14 alcoholic strength\n16 6 6 10 10 the text also exists in a transcript by a professional scribe , which was prepared for sir dudley carleton\n11 1 1 9 9 a witch is able to change events by using magic\n2 1 1 8 8 the committee is an integral part of our organization\n6 4 4 7 7 i have inserted a clock into the presentations\n17 1 1 9 9 the family constructed some tcu horned frog supporting snow features as well as just a really nice picture of an old fashioned light post\n18 2 2 14 14 one simple method for clearing small clogs is to use a tried and true combination of baking soda and vinegar\n18 2 2 8 8 the complete statue , topped by an imposing head , was originally nearly five metres high\n14 2 2 8 8 in the article , the authors explore the use of technology in small pharmacy chains\n16 2 2 6 6 the following comments are provided by readers and are the sole responsiblity of the authors\n18 16 16 19 19 the organic act of 1868 made several specific references to the powers and duties of the president of the university after stating that he be elected to office by the board of regents\n8 3 3 9 9 this grand cru wine is made from pinot noir grapes and is medium to full bodied in style\n1 1 1 10 10 the slide , which was triggered by an avalanche control crew , damaged one home and blocked the road for most of the day\n8 2 2 6 6 since the inspector had left the yard , early that morning , he had disappeared\n18 3 3 7 7 international ship sewage regulations have entered into force\n16 5 5 9 9 ambassador sun shuzhong answered the questions from the local press after his visit to the memorial center in kigali on dec 28 , 2007\n18 1 1 5 5 her children have gone into exile\n11 8 8 24 24 a bedouin mediator again returned her when her father promised not to hurt her , and then her father killed her with an iron bar\n6 3 3 7 7 he put a rebound into an open net for his eighth goal\n17 3 3 10 10 the ubc graduate student spent his free time creating an application called colorsplash that lets people play with the color in their digital photos\n2 2 2 5 5 the safety bar of the seats has to be folded down by the passenger and it has to be kept closed during the journey\n2 12 12 15 15 by 1715 the cabriole leg was in general use , and the back of the chair had started to become square in shape no longer was it the characteristic tall and narrow feature of the previous century\n0 1 1 10 10 muscle fatigue is the number one cause of arm muscle pain\n2 19 19 22 22 lawhammer coat a slang term for a man ' s formal evening coat , because split tails resemble the claw of a hammer\n14 1 1 15 15 the magazine was founded in order to keep athletes serving as soldiers informed about their sport back home\n11 2 2 9 9 many professional cartomancers use a regular deck of playing cards for divination\n14 1 1 4 5 many films have portrayed mental illness or used it as a backdrop for other themes\n17 2 2 8 8 the software company addressed the problem with the publication of a fix on saturday\n9 6 6 7 7 drinking down the rest of his papaya nectar , and wiping his mouth he turned and hurried away throwing a goodbye and wave over his shoulder madly dashing thorough the crowds\n14 1 1 4 4 this volume analyzes central concepts of the contemporary political debate\n8 1 1 5 5 the defendant was released from custody on march 2 , 2001\n18 4 4 13 13 in addition , the plant builds four cylinder ecotec that are used in vehicles like the chevy malibu and cobalt\n2 3 3 9 9 we used fried cheese as an element in a dish\n2 1 1 5 5 the castle was inside a museum\n18 6 6 11 11 more and more english premier league clubs are falling into foreign ownership\n6 1 1 8 8 the man was carried into a waiting police car from coleraine times\n14 4 4 7 7 the aim of this section is the interpretation of the results and their relation to the existing knowledge\n2 12 12 15 15 bunn has recalled 35 , 600 single cup pod brewers because the drawer of the coffeemaker opens unexpectedly during a brew cycle , posing a burn hazard to consumers\n6 2 2 8 8 a probe tube is introduced into a reaction container for measuring the operating condition of a medium in the interior of the container\n14 10 10 15 15 david mamet took questions from the audience and shared his views on topics such as television , the democracy of culture and the english accent\n14 3 3 7 7 additionally , the chapter points out the importance of new employee orientation and lists some of the important things to cover during that process\n3 2 2 9 9 the monitoring station receives the signal through a communication device and the combined signal is processed to retrieve gps data\n8 14 14 22 22 in this approach , correction and police personnel jointly sought to locate and apprehend offenders who had absconded from parole and probation officers\n14 5 5 8 8 the major theme of the book is the beauty of a dream\n1 17 17 21 21 it spilled more than 53000 gallons of crude oil into the surrounding marshes one of the bigger spills caused by the hurricane\n18 1 1 6 6 eighteen studies were focused on older adults living at home\n1 1 1 5 6 the diseases are caused by gene mutations on the x chromosome\n0 8 8 12 12 the pretexts offered were laughable , and the response caused scarcely a ripple on the flood of commentary on washington ' s noble efforts to spread democracy\n3 4 4 5 5 the size of a tree crown is strongly correlated with the growth of the tree\n13 14 14 17 17 the state capital is a disgusting sewer and bruno is just one in the mischief of filthy rats that proliferate there\n18 5 6 12 15 sci fi channel is the cable network exclusively dedicated to offering classic science fiction tv shows and movies , as well as bold original programming\n4 2 2 8 8 the mummified cat was found in a live trap with an empty dish\n18 1 1 5 5 the stories are narrated through dance\n17 1 1 9 9 the foundry ' s major product lines include manhole frames and utility covers , airport castings , drainage products , trench grates , hydrant and valve components , and industrial castings\n18 1 1 6 6 the air was filled with the smell of burning plastic\n1 3 3 5 5 lisa took great joy from laughing , volunteering at school , taking pictures , chatting , the twins and vikings , playing softball and volleyball , and time at lake vermilion\n16 1 1 8 8 such lines from the pen of a young author widely read by the younger part of the population only confirm the profound change in the mood of the freuch proletariat\n0 1 1 6 6 the receiver was outputting the same tone to my deva 5\n13 9 9 13 13 at least 12 people were killed yesterday when a squad of heavily armed militants stormed the police training school on the outskirts of lahore , spraying it with gunfire and grenades\n3 1 1 3 3 the telescope comprises lenses and tubes both are extremely important to the performance of the telescope\n6 3 3 6 7 we poured the pulp into the tupperware tub filled with water\n11 0 0 5 5 carpenters build many things from wood and other materials , like buildings and boats\n18 1 1 6 6 milk samples were obtained from one milking of each cow\n18 23 23 30 30 there ' s a comparison between the intimacy and accountability offered by a novel and that offered by a blog in which the blogger is participant in an on going conversation , in which the line between reader and original poster is blurred beyond recognition , in which collective comment replaces old fashioned ivory tower editing with a kind of universal peer review\n14 1 1 4 4 his speech criticised the idea of religious education as a journey around the various religions\n9 4 4 5 5 the bread prepared with rice flour was considered good by 25 of the assessors , regular by 33 , very bad by 17 and very good by only 8\n9 1 1 5 5 the body unleashes its extraterrestrial passenger , which proceeds to infect the student population at a breakneck pace\n18 0 0 4 4 asteroid threatened earth with disaster\n3 5 5 8 8 in its early years the farm had forty acres , and was a productive subsistence farm with sheep being the primary source of income\n4 1 1 6 7 the laptop was inside a protective plastic bag made from ldpe number 4 , which can be easily recycled\n10 23 23 24 24 gary wheelan , a womanizing , adulterous thirty something dallas attorney , finally gets what he deserves when his verbal assaults provoke a telephone operator\n14 3 3 7 7 he weaves complex tales concerning the romantic concerns of happiness , love and sufferance\n2 2 2 19 19 unlike the forebrain ( telencephalon or cerebrum ) of mammals , birds , and fish , the forebrain of amphibians is similar across all three orders of amphibians the anurons ( frogs and toads ) , the urodiles ( salamanders and newts ) , and the caecilians\n18 8 8 15 15 after handsome renovations at various locales , the company has remodeled a church into a home\n4 2 2 17 18 the hidden camera , found by a security guard , was hidden in a business card sized leaflet box placed at an unmanned atm in tokyo ' s minato ward in early september\n11 8 8 12 12 with our help , non profit human service organizations effectively manage their resources and succeed in the modern era of human services\n2 1 2 5 5 the swim bladder of aquatic animals gives them the ability to manioulate gravity and should be researched more\n13 14 14 17 17 on the morning of the 16th we again set forward , accompanied by a coffle of fourteen asses , loaded with salt , bound for sansanding\n8 1 1 10 12 the coloring is derived from the grand duke ' s coat of arms\n13 19 19 21 21 the constitutionalist and republican were arm in arm and the quaker and presbyterian forgot their religious antipathies in this coalition of interests\n11 3 3 5 5 a multi purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working\n8 5 5 8 8 the gps network adjustment of data from both epochs is accomplished using the ski tm software with constrains network adjustment\n18 3 3 5 7 we built this city on rock and roll\n8 1 1 7 7 the parents went away from the police station , since they were poor\n13 7 7 8 8 william h parker was the longest serving police chief in los angeles police department\n11 0 0 5 5 hospitals today use a blowby apparatus for this purpose\n4 1 1 5 5 the boots were in a box of stuff the boys picked up at the post office just before the curtain fell\n15 1 1 6 6 roadside attractions are frequently advertised with billboards to attract tourists\n18 3 3 9 9 anyway , the guy convinced some local with a car to drive somewhere to procure us some beer\n17 9 9 11 11 the placenta fully functions at this time and the fetus makes insulin and urinates\n16 1 1 5 5 the design is by my wife , bianca\n13 14 14 17 17 his literary debut occured in 1919 , when he joined esenin ' s small circle of literary hooligans , the imaginists\n13 6 6 8 8 my rabbit just had a new litter of rabbits\n14 1 1 4 4 several texts relate mythological anecdotes associated with his birth and exploits and explain his distinct iconography\n14 2 2 9 9 these new documents point out a number of troubling strategies utilized by enron\n17 6 6 9 9 to test the punch , the punchcutter makes an imprint on a piece of paper after coating the punch with soot from an open flame\n18 3 3 6 7 they connected the plug of the battery box to the plug of the charger\n2 1 1 7 7 our visit is part of the general strategy to engage the global community to benefit our economy , to enhance our national security and of course , to promote the welfare of our ofws the biggest community of which is right here in the kingdom of saudi arabia\n0 9 9 11 11 the presentation uses animation to show how germs and microbes cause sickness , and outlines simple preventive measures\n15 2 2 8 8 the possible implications were indicated in the first publication\n14 1 1 5 5 the document is about illegal drugs , which , it claims , are illegal because they are harmful\n8 1 1 11 11 a bazooka is going to far away from the orginal mafia game\n8 1 1 6 6 the model is derived from an example used by bertrand meyer in his book , object oriented software construction\n17 0 0 4 4 researchers synthesized the basic ingredients\n6 1 1 6 6 the ale poured slowly into a mug , at first all foam , then turning translucent before suddenly clarifying into a brilliant suds topped amber\n4 6 6 13 13 a central vacuum is a vacuum motor and filtration system built inside a canister\n13 3 3 6 6 formation of the corps of medical cadets was approved by congress on august 3 , 1861\n3 16 16 19 19 it was used mainly on scarff ring mounts , but was also fitted onto the top wing of fighter aircrafts , controlled by a bowden cable\n8 14 14 22 22 the headquarters of the operation were at tiergartenstrasse 4 , berlin and the code name for the program was derived from that address t 4\n11 0 0 11 11 analysts assess distribution and changes in distribution over time by using frequency\n6 1 1 6 6 the man was traveling into neighboring countries without a permission\n12 9 9 12 12 today it was proved camp is the third best keeper in the team\n18 1 2 10 11 the high wheelers were descended from an early type of push bike , without pedals\n18 1 1 9 9 a line is one of the basic terms in geometry\n1 4 4 6 6 as a result , pollution from cars is causing serious health problems for americans\n16 4 4 8 8 when viewers ignore negative posts , the offending writer often leaves the site\n6 0 1 7 7 molten core have been dropped into the river to investigate the conditions of the occurrence of a steam\n8 6 6 10 11 the main origin of the metamorphic lithics is from the mountain ranges located in the north western\n11 4 4 14 14 the core of the analyzer first identifies the infeasible paths using the constraint propagation method\n14 14 14 4 4 he has combined intelligent history with moving prose , creating an informative , inspiring narrative telling the history of a great people\n6 1 1 6 6 these attributes are inherited to their children\n4 3 3 7 7 the bee carries pollen in a pollen basket back to the hive\n18 1 1 7 7 a nurse grabs the patient by the arm and escorts her back to her bed\n17 12 12 16 16 simply taking something because it ' s there is unfair to the person who created the content , and whose rights come first\n18 1 1 6 6 the mushroom was found in a mass of wet twigs and leaves\n13 9 9 12 12 one win and we ' ve suddenly got a squad of world beaters\n6 5 5 9 9 meanwhile , we placed the potatoes in a steaming basket that was fitting inside a large pot\n16 24 24 28 28 ` we were n ' t sure how high we could go ' , said bill baker of skidmore , owings merrill , the building ' s structural engineer\n15 1 1 6 6 this thesis was asserted in a book , written by the police chief of ocrb\n11 2 2 15 15 a busy crew behind the counter assembles the sandwiches with two pieces of fried chicken breast , which are beautifully battered\n0 0 0 2 2 rain caused cancellation of the event in 1877 , so enforcement of the new law had to wait until 1878\n18 16 16 31 31 professional education is inevitably concerned with the future directions of the profession , and technology and society magazine has published a number of articles about the implications for society of various trends and issues in engineering , computer science , and education\n14 6 6 9 9 the second format is that of roundtables organised around keywords , that offer students the opportunity to participate in dialogue\n3 1 1 4 4 the website publishes analytical articles as well as advanced statistics and projections for individuals and teams\n15 3 3 9 10 the ancient astronaut theory has been addressed frequently in science fiction and horror fiction\n18 1 1 5 5 the clustering resulted in 22445 clusters , which were composed from two to thousands of reads\n9 14 14 15 15 i got started on this project by reading jack keller ' s recipes for cherry wine\n6 1 1 7 7 this song has been entered into the contest unofficially\n6 2 2 7 7 he invested dollars into real estate investment trusts\n16 5 5 12 12 in recent years , most floppies have shipped pre formatted from the factory as dos fat12 floppies\n2 3 3 6 6 on the back wall of the store , beverages within the cooler pop thanks to led lighting , which also helps cut down on the store ' s energy costs\n4 1 1 5 5 the body was in a bin , next to a dumpster , in a fenced in area of the complex ' s parking lot\n18 7 7 11 12 in 1952 , when fidel ran for congressman on the ortodoxo party ticket , it was father who helped finance his campaign\n1 9 9 13 13 his trademark steam engine puffing is revealed as a sound made by a viper spitting venom at his prey before swallowing her whole\n6 2 2 6 6 sixty two containers fell into the dam\n2 4 4 7 7 tissues from the dorsal lobe of the pancreas of 8 starlings ( sturnus vulgaris ) were examined electron microscopically using conventionally prepared samples\n3 2 2 8 8 the listening elephant catches the vibrations with its toes , behind which lie pads of acoustically sensitive fat\n5 3 3 6 6 you have a bottle with enough marbles in it to make one row across the bottom as it rolls down the track\n13 2 2 19 19 an initial staff of 5 yields a net saving of 1 employee , whereas an initial staff of 50 employees is reduced by 10\n13 1 1 3 3 the order of friars minor capuchin ( ofm cap ) is an order of friars in the roman catholic church , the chief and only permanent offshoot of the franciscans\n2 4 4 8 8 musicians used their real nails of the right hand to pluck the strings\n8 1 1 7 7 the oil was extracted from crambe abyssinica seed cultivar belenzian cultivated in italy in 1992 , using a new cold mechanical squeezing process\n4 6 6 10 10 that measured moisture content of bagged samples inserted in a beaker of soil at various depths\n11 7 7 11 11 silent black and white flashbacks show his brother punching him with gloves as his father looks on\n9 15 15 16 16 you have seen that our 12 ounce cans of soda are now made with pure cane sugar\n5 4 4 7 7 the magician shows a bottle full of soda\n4 4 4 8 8 worse , the family money was in a jar in the house and was also lost\n18 28 28 31 31 after months of sieges , with some of the most fierce human assaults by numbers many times their own , and when the smoke had cleared , the banner of the knights still stood on the ramparts\n1 3 3 8 8 the deadly train crash was caused by terrorist attack\n14 3 3 5 6 he directed his criticism at media coverage of the catholic church\n4 6 6 9 9 veuve clicquot ' s yellow label wine in a jeroboam is aged for up to 15 years\n8 1 1 8 8 construction work at the facility started at the end of 1980\n14 0 0 5 5 debate flourishes on the relative roles of the ancient greeks , mesopotamians and romans\n15 0 0 10 10 conditions at nottingham prison have been criticised in a new report\n18 1 1 4 4 the animals on this farm are contented , happy cattle\n18 9 9 16 16 she ' s the lead vocalist and has a sound that captures the listener with a combination of a british accent that ' s not lost in the mix\n4 1 1 8 8 the coin was enclosed in a protective plastic case\n13 1 1 4 4 a parade of pygmy penguins is now a critical economic mainstay , even as generations of migrants develop innovative tourism products and create new export markets\n16 10 10 14 14 speculations on the causes behind the below capacity production of ethanol by the sugar factories in the state figured in the legislative council on tuesday\n18 1 1 6 6 gas drilling threatens public with undisclosed chemicals\n8 1 1 8 9 the information came from a utica police department press release\n3 1 1 4 4 the chain of hawaiian islands provides evidence that the pacific plate moves to the northwest\n14 1 1 4 4 these investigations provided statistical evidence for genuine moral concern for the poor\n1 19 19 23 23 all the decking on the ramps need to be replaced ( for the second time ) because of the damage caused by the misuse of the facility\n2 7 7 9 9 a green bean which is actually a fruit with seeds inside\n1 11 11 13 13 these types of scripts help visually impaired individuals to get more enjoyment from programming because the action on screen is described for them\n18 1 1 4 4 the technique used for combination of information from the different subdetectors was presented during the tracking pid physics meeting\n2 1 1 9 9 broken bones ( also called fractures ) in the foot are very common\n0 3 3 6 6 seasonal and nocturnal migrations cause sleep deprivation in diurnal swainson ' s thrush , catharus ustulatus\n0 7 7 12 12 the aircraft was written off in the accident due to the severe impact caused by the klm aircraft , and the resulting fire\n16 17 17 21 21 bist du bei mir ( en be thou with me ) ( bwv 508 ) is an aria by a german composer named gottfried heinrich stoelzel\n6 3 3 9 9 we dissolved the contents of one packet in a carafe of water and ran the brew cycle\n2 2 2 5 5 in the stem of that tree is a cute little house\n18 1 1 2 2 the time machine itself is a plain gray box , with a distinctive electronic hum created by overlaying the sounds of a mechanical grinder and a car engine , rather than a processed digital effect\n18 7 7 11 11 but few anticipated that a small scale production by a young playwright could spark the violent confrontation that this weekend resulted in thousands of pounds worth of damage and clashes with riot police at birmingham repertory theatre\n17 18 18 21 21 andronicus wrote a work upon aristotle , the fifth book of which contained a complete list of the philosopher ' s writings\n4 1 1 12 12 a tableau like this one is placed inside the king ' s room and refers to court ceremonies\n2 11 11 14 14 the following protocol is used for patients who do feel the strings of the device at the external cervical os\n8 11 11 14 14 the article does a great job of tying the three procedural cases from last term with larger complex litigation issues\n6 5 5 16 16 we all worked together to mix the ingredients , poured the mix into the two cake pans and put them into the oven\n2 13 13 16 16 an increased expression of cyclin d1 was seen in our experiments in the lungs of the ferrets supplemented with high dose beta carotene\n8 4 4 9 9 in this panel the gerbil runs away from the threat\n0 1 1 7 7 the airstrike also resulted in several secondary explosions , leading marines at the site to suspect that the house may have contained homemade bombs\n2 1 1 8 8 the keel acts as the backbone of the ship\n18 0 0 6 6 barrages make use of the potential energy in the difference in height ( or head ) between high and low tides\n18 14 14 17 17 in accordance with the provisions of the interim agreement both parties agreed on this protocol for the implementation of the redeployment in hebron\n1 2 2 10 10 the third conflict has been caused by the highly polluted wastewater from the industrial park around the town of kemalpasha\n16 1 1 4 4 a report by the commission forecasts that revenues of the nation ' s post and telecommunications sector will grow 22 4 year on year to 60 trillion dong ( 3 75 b ) this year\n3 2 2 13 13 the competitor car achieved the top fuel efficiency using a small internal combustion engine\n11 9 9 12 12 a port st lucie man who stole a delivery driver ' s keys to get back at him over a grudge has been arrested on felony burglary charges\n14 1 1 6 6 the book takes into account various phases of the life of the muhammad\n6 4 4 7 7 he has just sent spam to the clients\n9 8 8 9 9 panna cotta was average , except for the plum syrup was a bit overpowering\n15 7 7 11 11 the london based law firm broke the news in a brief statement on tottenham ' s official website\n1 15 15 11 11 the fujita scale is used to rate the intensity of a tornado by examining the damage caused by the tornado after it has passed over a man made structure\n6 4 4 9 9 last night , my friend ran into a legendary surfer at a bar\n14 1 1 5 5 the song basically criticizes the hypocrisy and lack of care from politicians\n3 11 11 14 14 every three to five weeks due to the growth of the horse ' s hoof , the shoe is removed and the hoof trimmed\n18 2 2 5 5 as the downturn has made people more frugal , landfill volumes have dropped\n6 5 5 8 8 the prosecution seeks to enter motives into gibbs trial\n18 10 10 13 13 todd was quite as much on a level with his compeers of the profession , in that country , as was marmaduke with his brethren on the bench\n18 3 3 8 8 the new corporate citizen has landed into legal battles\n15 1 1 5 5 several topics were related through song\n13 3 3 6 6 the largest breeding rookery of gray seals is on the monach isles , west of benbecula\n18 14 14 17 17 the film trilogy has contributed to a dumbing down of the reception of the novel by the forces of mass commercialization\n6 1 1 5 5 a car went into the river with a man and a baby inside\n14 6 6 10 11 we are happy to relay the news that the various rights issues have been resolved\n11 2 2 12 12 the swat team breaks open a 2nd floor door with a battering ram\n17 19 19 23 23 in the foreground a large upright stone , carved in roman capitals , still exhibits the name of a builder of mausoleums and cenotaphs\n16 4 4 7 7 it became the third song by the band to enter the top 5 of the uk singles chart\n12 1 1 4 5 the head of the political party that wins the most seats is responsible for forming the government and thereby becomes the prime minister\n6 4 4 7 7 these gardeners blew the leaves into the street\n13 11 11 12 12 these pages are intended to assist you in accessing belgian library book catalogues over the internet\n18 1 1 15 15 a man from oxford with leprosy for more than 20 years was cured by the water\n14 6 6 9 9 the new york times printed a story alleging the existence of a classified military space shuttle\n4 4 4 8 8 the man ' s brain was in a jar on my desk , but for all i know he could be out practicing law somewhere\n13 4 4 7 7 there ' s a stand of pink flamingos just beyond the mudflats , where the brochure warns people not to venture\n1 9 10 13 13 this is one of the more common causes of hair loss caused by stress and when you are losing hair because of this your hair stops growing and lies dormant\n18 6 6 8 8 his tragic ordeal has thrown our nation into mourning\n14 1 1 5 5 the film revolves around a cadaver who seems to bring misfortune on those who come in contact with it\n4 3 3 9 10 he changed the litter in his pet ' s litter box\n14 3 3 7 7 i welcome the news that a comprehensive agreement on bananas has now been reached\n2 1 1 4 4 the stem of the plant is used for making mats for floor covering as well as decoration\n18 1 1 4 4 the grandstand completes the concourse around the ground , and it will increase seating capacity to where it should be\n8 3 3 6 6 twelve double page spreads from the book are enlarged and reproduced for hanging with the exhibit to illustrate some of the techniques used in the creation of the work in the exhibit\n8 1 1 5 5 the heroes from our past movies are back and and they now have to compete in mortal kombat to save their friends from certain doom\n6 5 5 8 8 the construction workers delivered the petition to the governor\n6 2 2 8 8 the research team is going into the deep jungle in the amazon\n6 1 1 5 5 our staff has approached many people for the product survey\n17 1 1 12 12 my grandfather reveals some of his ancestors by telling a humorous family story\n18 2 2 9 9 compared to running barefoot , running in conventional running shoes increases stress on the knee joints up to 38\n11 13 13 17 17 for example , the photo at the top of the page shows a pilot ' s emergency kit with a watch type compass included\n3 5 5 6 6 at the bottom of the church steps were three brown parishioners two more were perched precariously on the railing of the deck\n18 2 2 8 8 the meon activation was done with a light source by bouncing , splitting , and changing the color of the beams\n17 14 14 19 19 the county commissioners had deeded the district an acre of land , and volunteer labor had put up a building\n14 3 3 8 8 i read the report from somalia on the agreement reached by faction leaders on the form of a future government that has been warmly welcomed\n16 5 5 11 11 there is a rubbery silicone heart , created by an american artist for a whispered 5 , 000 , pounds for exploring 3d visualisation and ways of removing tremor\n18 12 12 13 13 this forum is dedicated to the late lou alessi , a devoted leather craftsman and an all around gentleman\n14 1 1 7 7 this article explains the speech and language difficulties pre school children encounter and how parents and early years workers can help\n17 6 6 17 17 tributes have been paid to the writer who created goodness gracious me , the hit bbc television series\n18 7 7 9 9 i used it to pay for a cartload of firewood i bought from a peasant\n1 1 1 9 9 the colors of the rainbow are caused by the dispersion of light as it passes through a prism\n14 2 2 9 9 a panel discussion focusing on issues such as domestic violence and fearful relationships was held at the university of rio grande\n16 19 19 20 20 the phones announced by vodafone yesterday continue the trend of putting the operator ' s brand ahead of the handset manufacturer ' s\n15 1 1 12 13 the position of the catholic church on the matter is defined in canon law\n13 3 3 5 5 having completed my clutch of conferences for the time being at least , i ' m back in the office today ploughing through the usual pile of emails that always accompany any period of absence from the computer\n4 3 3 4 4 we bought this photo frame for the mother in law and after putting pics on it i was so pleased with it i went back and bought another for my mum\n4 2 2 7 7 a human finger was found in a can of menudo soup\n6 1 1 6 6 the shipments have arrived into the stock\n11 1 1 9 9 your doctor tells your blood pressure by using a sphygmomanometer , which is the instrument for measuring blood pressure\n6 4 4 6 6 the wheelchair foundation donated wheelchairs to people with physical problems in hundred countries\n13 3 3 7 7 eichmann ' s troupe of talented young dancers has presented the classic fairy tale before\n12 7 7 13 13 in the case of public corporations every citizen is a member of the corporation\n6 3 3 7 7 we sent the hostname to the primary server\n5 1 1 4 4 the shell encloses a rod having a nickel layer with a phosphorous content\n18 1 1 7 7 the meeting started at the obscenely early hour of 8 30 am\n15 3 3 9 9 the themes of love and gaiety were reflected in sculpture , as were elements of nature , curving lines and asymmetry\n14 5 5 13 13 however , only 20 research articles were identified on the topic of health promotion at retirement\n14 3 3 11 11 at a recent meeting on the thorny subject of the gas trade between russia and ukraine , russian prime minister vladimir putin said mrs tymoshenko was a woman with whom he could do business\n16 6 6 10 10 when victor hugo was shown a poem written by a worker , his embarrassed and patronizing response was in your fine verse there is something more than fine verse\n13 15 15 17 17 obama was adapting the tactic to further the bedrock american principle that everyone deserves a phalanx of lawyers\n14 7 8 13 13 desperados is a cbbc children ' s drama series following a wheelchair basketball team\n15 5 5 13 13 since then , other civil liberties have been set out in other constitutional laws\n1 21 21 23 23 i wo n ' t tell you how much music means now , in these times , when you are battling depression from unemployment\n13 15 15 17 17 but they lost their child , arife , here , in the muddy , freezing huddle of tents where the survivors eke out a living\n18 0 0 1 1 stone grinding flattens the ski base , removes burnt and damaged base material and provides important micro structure\n18 4 4 9 9 the boy ' s coffin is carried to the funeral by his uncles\n14 6 6 10 10 the shows were marred by some controversy in regard to tickets\n18 12 12 15 15 we sailed to neptune ' s grotto on one of the boat excursions from the harbor\n4 1 1 7 7 the coffee we got was in a cup the size of a thimble , and it was so strong\n14 1 1 5 5 this document looks at the diversity of arts and creativity in rural england , and the key role that the arts play in rural regeneration\n18 12 12 15 15 a latching device removably secures and sealingly engages a closure around an opening in a cask\n11 7 7 10 10 ansari allegdely bombed jhaveri bazaar and the family took the taxi to the gateway of india\n6 3 3 6 7 rythmbox moves the song into the mp player\n4 15 15 21 21 there is a reward for information leading to the killer of a man whose dismembered body was found in a shopping cart\n5 1 1 5 5 cat toy was filled with trash\n18 1 1 4 4 active transport is a mechanism evolved to mediate traffic across cellular membranes\n18 1 1 3 3 white souffle of clouds were strolling along the sky\n13 5 5 7 7 its reputation as an efficient firm of accountants has grown and has attracted a large number of companies\n3 0 0 6 6 bone is built up of many cell types and so far we have only investigated human osteoblasts\n4 1 1 6 6 the money was stored in red envelopes with chinese writing\n13 4 4 7 7 this machine is a cluster of 3240 computers , each with 40 processing cores and includes both amd and cell processors\n14 1 1 9 9 a question was raised in regard to the public announcement of the names of the three finalists\n15 0 0 12 12 relationships between humans of different races have been depicted in more modern series\n4 3 3 8 8 the cost of fuel delivered in a vessel bunker is always high\n18 11 11 15 15 the difference , though , is that this research targeted the phagocytes with the polymer nanoparticles , and not the cancer cells themselves\n0 1 1 6 6 the collision resulted in two more crashes in the intersection , including a central concrete truck that was about to turn left onto college ave\n11 5 5 7 7 after they finish wiring , electricians use ohmmeters , voltmeters , and oscilloscopes to measure the amount of electricity running through the system\n13 17 17 20 20 from the city the red warriors were rushing toward us , and from the jungle the savage horde of green men were coming to meet them\n3 1 1 5 5 these earphones have a short cord so as not to get tangled up or create drag while submerged in water\n1 16 16 25 25 a good neck support pillow can be used while you are sleeping to remedy the neck pain which has been caused by the stresses and strains of your daily routine\n18 1 1 7 7 the yeast is an ingredient for making beer\n8 2 2 7 7 as the boat sailed away from the harbor one of the crew felt increasingly uneasy about some of the signs he observed\n11 14 14 21 21 on instruments with stoppable strings , such as the violin or guitar , the player shortens the vibrating length of the string\n16 1 1 8 8 personal anecdotes gathered in oral interviews with rural workers and their allies add a compelling human element to the book\n14 1 1 5 5 the movie featured a mutated sheep as the titular monster , which grew larger throughout the movie , until it exploded in the climactic scene\n6 2 2 8 8 the mice brains were removed into a 35mm dish\n6 2 2 7 7 a heavy storm is moving into the town\n12 4 4 10 10 carolyn cooke ' s stories have been featured in the book\n18 1 1 4 4 a committee assists the commission with the implementation of the program\n2 1 1 14 14 the ribs are reinforced with metal tips , to which the fabric of the umbrella is sewn\n18 2 2 5 5 the yellow blazes denote the trail\n1 1 1 5 5 the damage caused by a bullet depends on the amount of energy which it transfers to the tissues\n17 1 1 6 6 a musician who has written an album describing suicide bombers has said he is prepared to be imprisoned under new anti terrorism legislation\n6 6 6 10 10 i ' m importing old document files into the new software\n6 7 7 11 11 already in recent years , iowa raised swans have migrated into regions in illinois near savanna where they have had a successful nesting\n0 0 0 12 12 neuralgia ( tn ) is the most common cause of chronic sinusitis headache\n17 5 5 16 16 certainly it did to the writer at ad agency saatchi ' s who pencilled up a storyboard showing a landcruiser emerging from the far side of the world\n18 0 0 7 8 bibliometrics is an increasingly important tool for research evaluation\n18 4 4 8 8 there are serious legal concerns in relation to cases of this kind and these are the factors we have to bear in mind when deciding what we publish or broadcast\n10 1 1 2 2 a brick mason is able to use these materials with hand tools and is able to mix the correct mortar to hold it all together\n1 4 4 8 8 the distribution of the damage caused by the earthquake in valdivia in relation to the form of the terrane\n6 1 1 6 6 my feet have sunk into the floor\n18 1 1 6 6 my aunt has been put into care suffering with memory loss\n8 5 5 10 10 after recovery , three rescued turtles come out of their shells\n3 1 1 7 7 this dishwasher has simple , straightforward electronic controls\n17 9 9 18 18 in the 1960s , a university of wisconsin graduate student named thomas crocker came up with a novel solution for environmental problems\n2 16 16 6 6 this test is performed with the patient sitting or standing and with the examiner holding the arm of the patient flexed to 90 degrees\n14 1 2 8 8 the first part gives an introduction to safety techniques , where risk analysis plays an important part\n18 2 2 8 8 the rainbow flower was made with spool knitted cord on a flower loom\n18 14 14 17 17 although he initially returns to his wife and children , when they return from evacuation after the war , pavel now sees his wife as cloying and bourgeois\n3 4 4 3 3 palomino kum long point pencil sharpener makes a long pencil point in 2 steps , first sharpening the wood and then precision sharpening the graphite point\n8 1 1 4 4 the cadets departed from training with smiles on their faces as they made the journey back to their schools\n8 2 2 6 6 the ice chunks fell from an airplane\n2 13 13 16 16 sounds of trumpets , bagpipes , and church organ all appear from the strings of the cello\n18 1 1 6 6 the text handles all of this material well , integrating it into the flow of the argument\n18 1 1 10 10 a couple embraced next to vehicles piled up by flood waters in tlalnepantla , mexico\n6 1 1 6 6 the air is blown into the mouthpiece\n11 1 1 5 5 condo associations are turning to receiverships to collect rent on foreclosed units\n18 6 6 10 10 the first i heard of the crisis was from my boss\n6 1 1 7 7 this scholarship was awarded to an outstanding student for recognizing her academic excellence\n1 1 1 8 8 the misinterpretation has been caused by the italian word for vacuum tubes , which is valvole ( or tubi a vuoto )\n1 12 12 16 16 the current iraqi government is seeking financial compensation from israel for the damage caused by the bombing of the osirak nuclear reactor in 1981\n1 5 5 14 14 the sheer scale of the death and destruction caused by the 2004 boxing day tsunami is impossible to fathom , even five years on\n1 7 7 10 10 as a guitarist i get so much satisfaction from the playing and performing of music\n2 3 3 6 7 she guessed the backpage of the news paper , and she won\n18 2 2 2 2 the mccain team has hastily assembled a team of former bush white house aides to tutor the vice presidential candidate\n9 0 0 1 1 potato starch tolerates higher temperatures than cornstarch when used as a thickener\n1 16 16 20 20 in this paper , we propose a web based system for prevention of the confidential information leakage caused by the person who is authorized to access\n6 4 4 8 8 the inquiry takes the investments into the 21st century\n8 9 9 14 14 the time to the arrival of the first brownian particle from an equilibrated continuum bath to an absorbing sphere was shown by bordewijk in 1975\n5 5 5 7 7 but the man had a bottle with water in it inside the bag , and it was not accidental\n2 16 16 24 24 transport authorities in the western cape have warned of hefty fines for motorists who ignore dedicated lane for buses and minibus taxis on the road\n6 8 8 11 11 in effect , rich countries have exported dirty industries to emerging economies\n13 1 1 3 3 a congregation of plovers is nesting in the field behind the church\n3 1 1 5 5 the sensor has a coil winding in the shell of the cylinder\n0 2 2 4 4 clinically , microcracks cause stress or fragility fractures\n6 1 1 13 13 the body that was removed for an autopsy was placed in a lead coffin , which was put inside a wooden case\n5 4 5 11 11 in a large oval crock pot i ' ve had some hams that can fit in whole\n14 1 1 4 4 his paper narrated the discovery chronologically\n2 13 13 16 16 there is a curb between the sidewalk and the shared bus and bike lane on the road\n3 20 20 24 24 we study the influence of an external electromagnetic field of 1 8 ghz in the formation or disaggregation of long rouleau of identical erythrocyte cells\n6 4 5 8 8 i accidentally dropped my mobile phone into the toilet\n11 1 1 11 11 her husband copes well with his handicap in using a wooden leg\n18 1 1 9 9 the search for the coefficients started at the higher scales ( lower frequency ) since there were fewer wtmm at higher scales\n18 2 2 9 9 an academic book has been reviewed by a fiction writer , who complained the book is academic\n2 1 1 4 4 the handgrip of the micrometer has a circumference of exactly 2 in , so that lateral movement of 1 in results in the expulsion of 0 005 ml of fluid\n16 12 12 16 16 the food here is outstanding , thanks to the expertly crafted culinary creations of the head chef\n2 9 9 12 12 unit direct injection also injects fuel directly into the cylinder of the engine\n8 2 2 7 7 a gray squirrel runs away from a group of mushrooms\n3 1 1 2 2 my shoe laces stay tied all the time\n18 1 1 5 5 the land uprises from the river to the hills\n13 15 15 17 17 early and recent pictures had to be perfectly aligned , allowing them to track the movement of moles , wrinkles and other facial landmarks\n18 11 11 16 16 the elections to the minority seats are held on separate electorate basis consisting of non muslim population of the country under the same general procedures as those for the muslim seats and at the same time\n18 3 3 7 7 unfortunately , my aunt fell into bad health throughout the year\n18 7 7 15 15 in 2006 we reported on a robotic hand that formed rock , paper , scissors gestures by reading a human subject ' s mind via an mri scanner\n15 1 2 10 10 a plane crash is the first event in that adventure novel\n3 2 2 8 8 since the system is built up of many modules , each weighing less than 16kg , it can be easily transported and installed\n1 5 5 22 22 finally , slone ' s fear of aids and the mental distress she suffered from this fear were caused by the needle stab\n14 5 5 10 10 the majority of the announced reforms had to do with changes in allocation mechanisms\n17 3 3 6 6 the outspoken cricket commentator ' s obscenity as south africa lost their sixth wicket was heard by listeners\n2 2 2 5 5 the glass spindle of the areometer ( see figure 2 3 39 ) is immersed in the liquid under analysis\n2 1 1 4 5 the chapel in the manor house was dedicated to the nowadays somewhat obscure st blaise\n3 14 14 21 21 the outlet has the single l shaped prong for the dryer , but the oven has the standard 3 prong flat plug\n4 1 1 6 7 the bag was contained in a secure locker inside the security office\n16 7 7 16 16 these temple excavations at luxor discovered a porch of drunkenness built onto the temple by the queen hatshepsut , during the height of her twenty year reign\n18 1 1 7 7 one topic that came up in the discussion with the audience was the future of news\n18 1 1 12 12 the lychee stuffed in the meat stirs the palate with a resonating note of citrus while the elusive taste of the lotus leaves fades\n8 1 1 7 7 the answer metaphorically popped out of the riddle in words\n18 28 28 31 31 o ' reilly drew yet more ire from think progress smear artists christy harvey and judd legum by pointing out an obvious truth , that the internet gives scum of various stripes support and encouragement by linking them up with like minded cretin\n18 10 10 11 11 we dissect the body of people who make up a dance company , offering an insight into the roles and responsibilities involved in running a successful company\n13 28 28 33 33 the boy ends up having to find a second and third pendant in order to save his family , following clues left by the followers of an ancient brotherhood of four forgotten british kings\n8 2 2 6 6 a saudi prisoner escaped an american detention in the desert\n17 5 5 9 9 it is used by the grasshoppers to force a burrow in the earth to receive the eggs\n1 1 1 5 5 the suffering caused by the embargo is sometimes reported here as well\n6 5 5 10 10 one young pilot placed the medallion in a small leather pouch that he wore about his neck\n6 3 3 9 9 the company inserted needles into small lunch size pork packs\n16 6 6 13 13 also , a small carved wooden sculpture of a rhinoceros was made by craftsmen in africa\n11 6 6 14 14 she had struggled violently with her attacker , who killed her with a blunt instrument\n6 0 0 11 11 plants from the tissue culture laboratory were brought into plant growth rooms\n18 1 1 6 6 the company has mocked up a version of youtube built around the html5 video tag , playing mini movies inside a browser sans plug ins\n17 1 1 8 8 the students had decorated the blackboard with a drawing of a young woman and a bright yellow moon\n6 1 1 7 7 the offers have been placed into our catalog\n6 7 7 13 13 douglas obeyed the king , and the heart was enclosed in a silver casket\n4 1 1 12 12 the body of 52 year old patrick mccormack was hidden in a bin in the walk in freezer at the back of a fish shop in galway after he was killed by a criminal associate\n18 1 1 2 2 this export company is involved in sourcing various manufacturing commodities and exporting these products to different countries around the world\n6 2 2 11 11 the first hyperlink in the post was inserted into a custom field\n6 4 4 9 9 for once , the aid is flowing into the areas destroyed by the typhoon\n8 1 1 6 6 the criminal just got out of jail from a mutli million dollar fraud involving his old company\n2 7 7 10 10 the maritime administration of latvia is the arm of the government , under the ministry of transport , which has the overall responsibility for overseeing maritime concerns\n0 1 2 9 9 even nuclear energy is among the causes of water pollution\n2 1 1 4 4 the windshield of the cockpit is much like other windshields except for a few things , laser sensors on the plane find other planes within a 45 mile radius\n1 5 5 10 10 sorace was unaware that her anger was caused by the abuse\n4 4 4 8 9 then i remembered my paper was in the desk drawer\n18 1 1 9 9 the entrance to the temple was originally from the east , near the southeastern corner and decorated with twin monolithic limestone pillars colored red and bearing on the exterior side vertical hieroglyphic inscriptions in sunk relief with the queen ' s titulary , name and depiction\n0 4 4 8 8 as people discovered that debt and overconsumption cause stress to families , the planet , and each of us , many turned instead to friends\n18 1 1 9 9 the hall has a ` vineyard style ' seating arrangement similar to that of walt disney hall , in los angeles here the audience will be arrayed on raised terraces surrounding an orchestra platform\n8 17 17 25 25 they were prosecuted and sentenced to death by court but , last year 2007 all the five terrorists broke away from a security high alert jail in quetta\n14 3 3 10 10 we use newspaper advertising primarily to inform customers about new selections available\n14 9 9 14 14 therefore , we have made a new 8 page leaflet informing about all the qualities of our large range of pressure filters\n6 3 3 8 8 the newly recruited soldiers arrived to the training camp\n18 22 22 24 24 an artificial coral reef sunk off phuket ' s karon beach two years ago is thought to be responsible for a bumper haul of fish caught by local fishermen earlier this month\n16 5 5 15 15 the first exhibition featured seven quilts by loretta pettway , arlonzia pettway ' s first cousin\n18 6 6 9 10 the nobility , honor , and chivalry of the warrior knights of medieval europe disappeared with modern warfare ' s machine guns , tanks , and nuclear bombs\n16 11 11 15 15 the shrinkage debate suddenly gained prominence last month with a blunt comment by the acting mayor\n0 2 2 7 7 the drone strike that resulted in the death of pakistan ' s most wanted terrorist is believed to be a result of deliberately planted false intelligence , sources in south waziristan have confirmed\n18 3 3 5 5 nido petroleum hires rig for drilling\n16 4 4 8 8 it is the final album completed by the singer and released in her lifetime\n1 11 11 19 19 the idea of roman expansion into north africa started with the fear and jealousy caused by the great economic power of carthage\n4 1 1 6 6 the money was locked in a safe on the premises , but it was on a timelock and would not have opened until 9am\n18 0 0 6 6 students of mozambique planted the first crops\n13 5 5 7 7 i realized then that the jam of trucks at the gate probably belonged to his young charges\n1 0 0 5 6 tides are caused by the gravitational pull of the moon and sun , and the rotation of the earth\n1 2 2 11 11 the dramatic streaks we see in the sky are caused by particles that incinerate before they hit the ground\n15 0 0 9 10 changes to the regulations have been discussed in cabinet sub committee\n6 0 0 7 7 animations are exported to the new adobe version\n8 5 5 8 8 he removed the recurring acid reflux in the mouth\n0 1 1 8 8 the dust from the extinguishers set off the alarm\n2 2 2 5 5 the small photoreceptors of the retina ( the inner surface at the back of the eye ) sense light and transmit impulses to the optic nerve\n0 16 16 20 20 the drug has a low half life that makes it ideal for killing of the susceptible bacteria responsible for sleeping sickness\n15 1 1 10 10 three types of gesture features have been introduced in previous sections\n4 8 8 12 12 she indicated to the deputy sheriff that a gun was in a box in her bedroom\n1 1 1 12 12 the pain from an ulcer is usually more severe than pain from indigestion , often gnawing in nature , it sometimes goes through to the back\n8 5 5 10 10 technically an adjective , the word is derived from a noun meaning force , power , or cause\n4 10 10 14 14 well my husband was still in the shower and the remote was in the desk in the back room\n6 1 1 6 6 the cells migrated into the inflammatory tissues\n13 12 12 14 14 this is a typical barnyard scene , showing the farmer feeding a drove of hogs\n18 0 0 4 4 borrowers fall into financial troubles , but lenders have several ways to help\n1 4 4 6 6 the kids get great joy from eating the tomatoes right off the vine\n18 1 1 8 8 three men spent the afternoon inside a record store listening to an obscure band\n11 1 1 10 10 the farmer ploughed the fields with this 2 piece farm tractor\n0 0 0 8 8 stroke is one of the leading causes of death , long term disability , and hospital admission in the industrialized world\n18 1 1 5 5 in praise of these beautiful classics we organized ` mekko exhibition ' out of diy fashion shoots and nostalgic photos from family albums\n14 1 1 13 13 the newsletter is published once a fortnight to keep families informed on school happenings\n18 1 1 4 4 the management of the firm needs information on condition in the market and price elasticity of demand\n18 2 2 9 9 the propaganda machine tells us about these tin pot dictators , which are the greatest threat to the world\n8 1 1 6 7 the plant grows from an underground storage unit called a corm\n9 2 2 14 14 the opium poppy , papaver somniferum , is the source of the narcotic analgesics codeine and morphine , which accumulate in specialized internal secretory cells\n17 4 4 7 7 in march 1995 the defendant swore an affidavit in which he referred to sales of parts of the farm land and an offer for the wareham property\n1 14 14 16 16 i still shiver as i remember trying to page through economics texts by the flicker from candles while clad in overcoat , scarf , and little knitted gloves with the fingertips cut off , in the 4 p m\n1 2 2 9 9 the worst pain of all was caused by the torment to her head which was like the pain of thorns pressing into her\n18 1 1 4 4 the director of the company in its inaugural year was george ogilvie\n1 2 2 4 4 overall , discomfort from braces is typically short in duration and easily managed\n11 1 1 7 7 the playwright creates tension using many stage directions\n8 1 1 5 5 the community was eluded from positions of power as a result of a deal made by the sunni arab minority and the british imperialists who had carved iraq out of the moribund ottoman empire in the wake of world war i\n6 2 2 27 27 everything from flour to coffee beans to spices were neatly labeled in cannisters and , through a viewing window , a young girl poured flour into hessian sacks\n2 2 2 5 5 the lead locomotive of the train had a video camera that recorded the view in front of the train\n4 1 1 5 5 his body was in a suitcase which had been dumped in a duck pond\n6 7 7 13 13 paul bunyan ' s parents took the boy and put him in a cradle out in the ocean\n17 5 5 9 9 a major product of the factory was decorative quarry glass which was mass produced by moulding and printing , rather than hand cutting and painting\n3 6 6 13 13 after sound waves enter the outer ear , they travel through the ear canal and make their way to the middle ear\n18 6 6 12 12 he is a russian artist whose work has been shown in various galleries across the world\n16 1 1 2 2 a property developer has banned homeowners from keeping cats or dogs to protect birdlife on nearby heathland\n0 1 1 17 17 the distraction caused by the students , coupled with limited vision down the track , caused the incident to occur\n1 11 11 18 18 immediately a soft glow appeared on her lovely face as the light was radiating from her soft winged friend\n0 3 3 6 6 four of the entrapments resulted in suffocation a 7 month old in gouverneur , n y a 7 month old in new iberia , la a 6 month old in summersville , w va and a 9 month old in bronx , n y\n18 8 8 10 10 about nine or ten years ago such a glut of parrs visited that part , that for several weeks it was imposible to dip a pail into the sea without taking some\n13 23 23 25 25 beatles ' peripatetic lifestyle , had quickly become a logistical necessity and a large part of the budget was reputedly spent avoiding the crush of fans\n12 1 1 11 11 six members of one of mexico ' s most active drug gangs , including someone accused of being the organization ' s bookkeeper , were arrested this week\n18 2 2 8 8 the produced signal sensitively departs from an ideal sine as the input angle approaches the extremes of the range\n16 8 8 9 9 pork farms is to close its bowyers pork pie factory in trowbridge by april 2008 with the loss of 400 jobs\n0 0 0 8 8 storms and earthquakes lead to the second highest losses in insurance history\n8 1 1 4 4 an app from local newspaper the manchester evening news has topped the uk palm pre app store sales chart in its first week of release\n14 7 7 10 10 however , there are many universal humanitarian laws applying to war\n11 8 8 14 14 rather than call a mobile mechanic , the drivers fixed the hole with a toothpick\n8 13 13 19 19 the base in which it sits hides the damage which occurred when the cross was removed from its initial site on the long tan battlefield\n2 2 2 5 5 a hinge assembly attaches a cover pivotally to a base of an electronic device and has a pivoting leaf and a stationary leaf\n3 26 26 29 29 toward the end of the novel , chike ' s father , a former slave whose wealth was based , in part , on a large plantation of cocoa beans and coconuts , wakes up one morning to find that all his plants have been cut down\n2 7 7 10 10 i then widened the opening for the seat in the cockpit tub a tiny bit\n18 2 2 8 8 the viewing line starts in the magic trick aisle\n15 5 5 10 10 we learned so much about lighting and rendering from these works of art\n6 4 4 7 7 he has added the medicine into the food for his cat\n14 0 0 5 5 discussion took place on the function of this committee\n4 1 1 7 8 one bottle of red wine in a carton box costs 6 euro per order unit\n9 8 8 9 9 dietary sources of omega 3 fatty acids include fish oil and certain plant oils\n0 2 2 6 6 cobalt metal fume and dust cause irritation of the nose and throat\n8 5 5 9 9 now a faint and lonely flame uprises from the pyre\n6 3 3 10 11 the stephen colbert treadmill has been installed in the international space station\n17 21 21 24 24 the purported author of the nancy drew mystery series , carolyn keene , is actually a pseudonym for a series of ghostwriters who write books in the same style using a template of basic information about the book ' s characters and their fictional universe\n18 4 4 11 11 a single good starting geometry was generated from an input smiles string\n3 1 1 9 9 the pistil , made up of one or more carpels , encloses an ovary that contains the ovules , or potential seeds\n8 12 12 17 17 i ca n ' t help myself crying , especially when the girl went away from the boy in sadness during the boy was in hospital\n14 5 5 10 10 it is a formal legal document that sets out the facts and legal reasons\n14 1 1 3 3 the document established levels of voltage distortion acceptable to the distribution system\n18 3 3 8 8 there is great concern among voters over the economy\n6 4 4 11 11 finally , the escape artist was put inside a locked milk can filled with water at the old town square in fort collins\n11 5 5 11 11 the first time , the guy hid the taximeter with a map and tried to get 35 euros instead of 12\n18 1 1 9 10 two seniors in this house have arrived into senior leadership positions\n8 2 2 13 13 surely the answer grows partly from the 20th century ' s long strange trend toward treating children as a separate species\n13 4 4 6 6 your writer had a volery of birds in a large aviary in the back yard\n18 3 3 10 10 the two central areas of controversy have to do with composition and titles\n13 9 9 11 11 when our american doe gave birth to her first kindle of rabbits we were very excited\n18 1 1 6 6 the investigation had to do with allegations of corruption against some democratic officials\n2 6 6 9 9 blood splattered his boots from the nose of the man\n6 7 7 11 11 for 15 years , nasa ' s shuttles have journeyed into space\n4 4 4 9 9 jewelry and other smaller valuables were locked in a safe or a closet with a deadbolt\n13 0 0 4 4 cadre of various ethnic groups defied the banda in dharan of sunsari district\n13 9 9 12 12 the cast is appealing because they connect with the audience of young kids and their parents\n14 3 3 9 9 also in the program we consider the subject of happiness\n14 2 2 12 12 the internal memo gives details of morgan stanley ' s new management lineup\n18 17 17 22 22 a new mechanobiology research centre of excellence ( rce ) aims to break new ground in the study of diseases through the mechanisms of cell and tissue\n18 2 2 8 8 194 bulgarian children participated in the international school competition\n13 11 11 14 14 the venezuelan declaration of independence is a statement adopted by a congress of venezuelan provinces on july 5 , 1811 , through which venezuelans took the decisions of breaking away from the spanish crown , establish a new nation based on the premises of the equality of individuals , the abolition of censorship and a dedication to the freedom of expression\n3 13 13 3 3 another popular military blade was the hyup do , a heavy , long sword with a curved blade\n15 1 1 9 9 this range has also been illustrated in the appended diagram\n3 9 9 12 12 the minimum number of gauges on a passenger car dashboard are the speedometer and the fuel gauge\n8 10 10 13 13 eventually britannica put together a cd product with only the text from the encyclopedia on it\n14 15 15 23 23 the u s transportation security administration ( tsa ) has lost a hard drive containing information about 100 , 000 former and current employees\n14 10 10 4 5 the swedish society for eighteenth century studies is an interdisciplinary forum for researchers specialized in eighteenth century\n13 11 11 13 13 to give the audience the most exciting show possible , this brotherhood of bruisers decides which headlocks to throw in , determines when to do so and discusses the use of various props such as plate glass windows and staple guns\n1 11 11 16 16 amateur video has been posted online that shows some of the devastation caused by the tsunami waves\n18 0 1 5 5 noise regulations have come into force\n16 9 9 16 16 following an international contest for the city ' s design , a design by the chicago architects walter burley griffin and marion mahony griffin was selected\n8 1 1 7 7 most oil polluting the oceans comes from runoff , rivers , small boats , not tanker spills\n16 11 11 14 14 in this same paper , a footnote mentioned an op amp design by a student that turned out to be quite significant\n0 0 0 9 9 cancer is the abnormal growth of cells that causes illness in the body\n14 5 5 8 8 robert redford ' s historical drama about the aftermath of the assassination of abraham lincoln looks set to get under way\n6 9 9 14 14 the size of the hole meant that when the server was put inside the cabinet it was dead easy to put the power and network wires through the hole\n3 0 0 2 2 jeans have topstitching that is almost impossible to match\n13 11 11 14 14 in the early years of the monarchy there was only one legion of 3000 infantrymen ( front soldiers ) and 300 cavalry\n16 14 14 18 18 american firehouse brewing supply , located in arlington pantego , texas , is a company established by a fireman who has a love of home brewing quality beer\n1 4 4 7 7 the two trains caught fire after the collision and were burned\n1 3 3 5 5 seniors get much joy from animals\n14 5 5 8 8 the paper includes both an essay surveying the literature and a descriptor indexed bibliography of over 200 papers and books\n2 1 1 4 4 the mainmast of the bark caught her on top of the pilot house , and capt curler escaped by crawling out of the dow\n6 3 3 10 11 he assigned an interview with a presidential candidate to the next show\n18 19 19 14 14 over the past decade , robotics has driven forward the concept of minimally invasive surgery , building on the skills developed in keyhole surgery and moving away from open body operations\n1 4 4 8 8 i get tons of satisfaction and joy from watching the little fur ball become the hunter it was bred to be\n3 1 1 4 4 this dryer has a wall on one side , wall on the back , oil heater on the side and a water heater in front\n18 2 2 11 11 an african immigrant arrives on board a rescue boat at the port of los cristianos on spain ' s canary island of tenerife october 17 , 2008\n14 1 1 5 5 this page explains commonly used terms in chess in alphabetical order\n8 4 4 7 7 i owed some back taxes from pervious years\n5 1 1 4 4 a bottle full of water or fluids overloaded and stressed rods 218 when the bottle was grabbed by the neck with claw 224\n8 1 1 9 9 this list has been prepared on the basis of records and information available to the secretariat\n18 3 3 7 7 as the young girl journeyed into unbelievable danger , she did not have the faintest clue that she alone was destined to win , or to lose , this more than mortal battle\n2 23 23 26 27 when the flange is close to 90 degrees , lower the bending leaf and unclamp the sheet metal by raising the clamping leaf handles of the hand brake\n8 2 2 5 5 after the drug leaves the brain , the user may experience a coke crash that causes the user to feel depressed and irritable\n18 2 2 7 8 the new phone has been moved into prototype stage\n6 3 3 8 8 my completed torrent files are going into this folder\n8 2 3 9 9 the modern gas centrifuge was born in a soviet camp for captured german and austrian scientists after world war ii\n1 1 1 6 6 the pollution was caused by the shipwreck\n2 7 7 15 15 he run the shear form over the nose to continue shaping the nose of the surfboard\n0 0 0 12 12 inhalation of excessive concentrations of vapor , fumes , and dust produces irritation of the upper respiratory trad\n2 7 7 10 10 there were women in headscarves on the corridors of the hospital and men wearing traditional caps\n14 2 2 12 12 at the seminar , we gave an account of the current education system and teacher education environment in hong kong\n18 1 1 6 6 the film departed from typical documentary fare by emphasizing the commentaries of thompson ' s friends and peers\n13 13 13 15 15 mosul ' s al qaeda leader dies from carpal tunnel syndrome and a hailstorm of bullets but mostly a hailstorm of bullets\n18 5 5 9 9 for 31 years , the symposium has assembled international physicians and researchers from academic institutions and private organizations\n14 2 2 5 5 a new regulation governing the access to documents in the custody of national archives came into effect on the 26th of february 2003\n6 4 4 8 9 we have put the ingredients into a big mixing ball long before we started baking the plain naan\n6 13 13 22 22 their water has become discolored , foul smelling , or even flammable because methane from disturbed gas deposits has migrated into water wells\n3 2 2 6 6 the normal prostate is composed of glands and stroma\n0 1 1 3 3 air pollution causes smog and respiratory problems when breathed\n11 2 2 8 8 he encourages students to read beyond the mandatory texts in order to prepare for his exam\n8 18 18 20 20 this series is about a guy named walter who shows what it ' s like to replace famous heroes from literature , movies , television , etc with himself\n5 14 14 17 17 a woman is due to face court on drugs charges after police found a suitcase full of cannabis in her car near finley\n11 2 2 7 7 here a batter has mistakenly used his balls to hit the bat into the crowd , scoring a home run and extra casualties\n13 11 11 27 27 a polypropylene net , attached to the bottom of the fluidized bed section , acted as a flow distributor and a support for the static bed of oysters\n6 2 2 6 6 the numismatic topics were placed into categories\n8 23 23 29 29 the us coast guard is operating a rescue mission to save up to 500 people have been left stranded on a slab of ice that broke away from the shore\n1 12 12 16 16 until now , no paper has been presented on predicting the interior noise caused by a powertrain on the basis of hybrid tpa with a real vehicle\n17 11 11 16 16 under the ownership of max blanck and isaac harris , the factory produced women ' s blouses ( known at the time as shirtwaists )\n6 0 0 5 5 lymphoeytes are drained into efferent lymphatics\n17 11 11 16 16 there were no vegetarian entrees on the menu , but the kitchen quickly prepared a beautiful meal of 8 different steamed vegetables\n18 4 4 11 11 a bundle of sensitive files linked to a massive police drugs bust have been found dumped in a skip\n18 2 2 7 7 the message body was comprised of the phrase hey , check this out !\n18 21 21 22 22 evidence of ms bhutto ' s role in bomer finance emerged from a visit to london during which she bought a diamond necklace at a knightsbridge\n1 18 18 25 25 world aids day , observed december 1 each year , is dedicated to raising awareness of the aids pandemic caused by the spread of hiv infection\n12 6 6 10 10 he was a solo double bass player in a symphony orchestra at that time that was almost impossible due to racist reasons\n14 1 1 6 6 this paper thus presents a detailed review of previous work that evaluates the optimum operational decisions of an lse\n14 1 1 10 10 the journal takes an inter disciplinary approach , examining the history , culture and theory of anarchism\n18 0 0 2 2 heating with wood is environmentally appropriate ( conditionally ) and economically\n8 1 1 5 5 the evidence arose from the results of several gws studies in which our team has participated\n4 1 1 5 5 the data is stored in tables\n0 0 0 4 4 wind and water cause weathering and erosion to change the shape of the earth\n13 4 4 7 7 the buyer is a syndicate of european investors making their first investment in new zealand\n2 9 9 14 14 a more spare , less robust use of classical motifs is evident in a ewer of 1784 85\n14 1 1 6 6 the display showing signal and battery status also incorporates feedback from machinery being operated\n0 6 6 8 8 the mentality is since oil and bacteria cause acne , i ' ll just remove the oil off my face and kill the bacteria\n14 1 1 6 6 one chapter of the book relates attempts made by the us to establish a similar alliance with yemen\n16 6 6 11 11 actually , he is a cartoon character devised by the two producers to serve their blistering cocktail of dancehall reggae , hip hop and electro\n15 7 7 12 12 there are people who have learned about benchmarking from a range of sources , most notably practitioner oriented literature , networking , and reflections on their own practice\n6 5 5 10 10 after the fox , the hunter ran into a small cave\n16 3 3 10 10 the highest quality barrels are those hand made by professional coopers\n3 2 2 5 5 the common buzzard uses its claws to grasp prey and its beak to tear\n3 1 1 10 10 this car still has the original shocks , brakes , clutch , battery , and starts and goes every day even in minnesota ' s bitter cold\n2 1 1 4 4 the strings of a guitar are normally tuned to fourths ( excepting the g and b strings in standard tuning ) , as are the strings of the bass guitar and double bass\n18 5 5 7 7 i came here with a fistful of expectations only to have them scattered by the brutal wind of chinggis\n13 14 14 17 17 stroker serpentine alerted me to a very messy situation this evening involving a huge cache of stolen goods\n6 4 4 11 11 a psi comp implant hardwire has been put into the human brain\n4 2 2 13 13 the foreign machineguns , greasegun , and machine gun pistol were in a box about 3 ft long and 2 ft wide , olive drab in color , with white lettering on the box\n14 1 2 5 5 the fairy tale describes a giant with a pair of magic boots that allow the wearer to cover seven leagues in one stride\n17 12 12 15 15 already by the middle of the eighteenth century , several small clockmaking shops produced cuckoo clocks with wooden gears\n14 1 1 8 8 this table serves as an example of the data and observations routinely collected in the horner rootstock trial\n2 20 20 23 23 the order , issued nov 16 by eric landoll , the city ' s code administrator , states that the roof of the building is allowing rain to fall into the interior of the building and because of this the interior floors are structurally unsound and there is mold and mildew throughout the building causing health concerns for anyone entering the building\n14 2 2 13 13 general contract law issues are examined , as is the law covering the registration of hotel guests\n3 9 9 10 10 well i still have a sore spot on my cheek bone and left joint\n18 3 3 12 12 a solid round bar , 32 long , is constructed from ductile steel ( syt 60 ksi , g 11 5 x 106 psi )\n3 9 9 14 14 in the days before the democratic reform , the manor had included twenty two smallholdings , six lots of grassland and farmland covering some 8600 mu ( 1414 45 acres )\n18 2 2 9 9 the author index was generated using the latex authorindex package\n1 12 12 14 14 in the last couple of years i have been working with my fear from darkness\n14 5 5 9 10 patriarch cerularius eventually wrote a tract against the western liturgical practices\n13 11 11 14 14 there was weeping and wailing and gnashing of teeth in the camp of the outsiders now\n3 8 8 11 11 he noticed a speck of blood on the man ' s thumb and what he thought were several corresponding drops on the driver ' s door of the truck\n4 1 1 2 2 a data warehouse is a place where data is stored for archival purposes\n12 1 2 3 3 the ghost ship fleet anchored idle off singabore is an interesting proxy for the collapse in world trade\n18 18 18 24 24 the city of chicago lost 725000 residents between 1950 and 2000 , yet 82 percent of the suburban growth was from outside the metropolitan area\n8 1 1 7 7 the name sedna is from an inuit goddess of the ocean\n4 1 2 6 6 the electronic equipment was in a cabinet on the surface and connected to a 3 65 long , 7 9 cm diameter thermosyphon with one end buried in the ground\n1 2 2 6 6 a large tsunami triggered by the earthquake spread outward from off the sumatran coast\n14 3 3 5 6 gatrell illuminates the debate over public execution that raged in polite society\n2 8 8 12 12 but even as she fumbled impatiently for the switch of the electric light , she knew that the voice had not come from the bed on the further side of the room\n4 1 2 6 6 the tape recorder was in a cabinet outside the cab of the engine\n18 5 6 15 15 tv total started as a comedy format mainly showing and commenting on funny and embarrassing sequences from other tv programs\n4 1 1 5 6 the pizza was inside a trash bag and taped shut\n12 15 15 18 18 the synthesist is thus carrying out a role which is analogous to that of a player in an orchestra\n18 1 1 5 5 construction worker carrying a wooden plank on his shoulder\n6 4 4 9 9 the neuroscientists have implanted electrodes into patient ' s brain\n8 0 0 5 5 mail was delivered from the city once each week\n17 8 8 12 13 the new pencil and graphite drawing is the painter ' s first self portrait in 35 years and took six years to complete\n13 22 22 24 24 despite this defeat , armstrong continued to work and plan toward the realization of his dream , the preservation of his beloved grove of redwoods\n2 6 6 10 10 the brick is aligned with the hinge of the repaired book\n3 5 5 9 9 picture 192 shows a completed dowel with a small groove running along its entire length\n9 4 4 9 9 cooking and fermenting the grain produced a tasty nutritious drink which stored well\n0 5 5 9 9 lopez and espinoza took plea agreements that resulted in diversion the completion of requirements such as community service and a fine during a probation period that ended with a clean slate and no conviction\n18 8 9 11 12 examples of problems which have been addressed by atmospheric chemistry include acid rain , photochemical smog and global warming\n5 5 5 8 8 he ' d brought a suitcase full of books with him and set it out on the sidewalk in front of the library , out of the way of pedestrians , but in plain view of potential customers\n1 7 7 11 11 cutler ended up with a bleeding stomach ulcer caused by the stress and hard work supervising their tours twenty four hours a day\n8 1 1 5 5 the mother left her native land about the same time and they were married in that city\n6 2 2 7 7 critical audience studies are migrating into intellectual inquiry focused on participation developing the stress on processes of interactive engagement\n14 6 6 9 10 you have been asked to make notes about a telephone call left by a colleague in the german office of the bank\n12 1 1 7 7 the baboons have formed themselves into raiding parties and frequently descend on the village\n13 12 12 14 14 down one wall was a series of blueprints , to which the clutch of mechanics around each car constantly referred\n13 51 51 54 54 but , after a few weeks of lying low , mr moi returned to the limelight like a cowboy on horseback , shooting criticisms to the narc administration over its handling of a number of projects , including the free primary education program , which is now under threat from a committee of thieving vultures\n4 4 4 9 9 they took all the money that was in the chest in an upper room it consisted of hard money and was contained in bags\n18 1 1 6 6 the northeast was the source of contention between these various rivaling groups\n17 6 6 9 9 in antiquity , people knew that bees produce delicious honey , that they sting , and that they increase their numbers by swarming\n18 2 2 7 7 the estranged couple transferred funds into these accounts from their own personal accounts\n6 4 4 9 9 the closely guarded raffles recipe was locked in a safe that still remains onsite today\n1 0 0 5 6 recessions are caused by an excess demand for money combined with rational downward price rigidity\n18 4 4 8 8 work was completed by contractors using a temporary entrance off old renwick road\n17 11 11 17 17 it was terrific having lagravenese aboard , because he was the guy who thought up the whole story , and to ask his opinion was very valuable\n17 0 0 4 4 technicians quickly prepared the stage for the headliner\n3 4 4 9 9 the front of the boom has a hinged mounting fitting which is placed into the opening in the mast for the boom and sail slugs\n14 0 0 3 3 questions on various aspects of the study were raised and discussed\n18 4 4 8 8 a boy gets his tongue stuck in a canteen\n17 8 8 11 11 each day during the breeding season , the male digs a pit into his mound and sticks his head in\n4 9 9 12 12 patty the milkmaid was going to market carrying her milk in a pail on her head\n13 7 7 10 10 some articles are written for the widest audience of general readers\n2 18 18 21 22 to connect your mp3 player to your computer , you need a usb cord that hooks into a slot on the music player\n1 3 3 11 11 in the present recession , which has been triggered by a collapse in land prices , land value taxation would reverse the collapse not by re inflating a temporary speculative bubble , but by inducing investment in infrastructure that permanently enhances the utility of the land\n11 1 1 4 4 the punks carefully chose objects to be used in a nihilistic approach to style\n8 3 3 6 6 the other great character from arabic literature sinbad is from the tales\n8 1 1 7 7 the bourbon was removed from its original barrel and re barreled december 12 , 2001\n2 7 7 10 10 the manifold was constructed so that the heads of the ferrets protrude into the stream of mixed air and smoke flowing through the manifold\n0 0 0 7 8 lesions in the internal capsule caused proportional leg weakness\n11 5 5 11 11 at other times , the researcher approached the data with predetermined categories in mind\n4 1 1 6 6 the money was hidden in his bag and in his underwear\n1 36 36 42 42 hiroshima has rejected the demands of some citizens and victims groups that the newly renovated museum include an exhibition on japan ' s aggressive role in world war ii , alongside the gruesome displays of the suffering and devastation caused by the bomb\n0 1 1 4 4 the death caused the cancellation of the band ' s plans for overseas tours\n13 7 7 9 9 the man graciously put off feeding his muster of peacocks ( yes , he ' s got them , and yes , a group of peacocks is called a muster ) to chat\n6 4 4 7 7 a man threw a child into an outlet\n6 3 3 6 7 i poured some powder into a canteen cup and found that the cocoa was mixed with sugar granules\n17 4 4 9 9 the 23 year old rapper has recently completed a song with the hip hop superstar and announced it would appear on his debut lp thank me later\n1 1 1 7 7 many problems have ensued from the new policy , most of them unforeseen and based on ethnic differences\n2 23 23 12 12 mary and john stand in similar poses to the left of the cross , while on the right longinus steps from beneath the arm of the cross across the frame into the viewer ' s space\n8 12 12 4 4 be sure and always stack on an elevated stack pad so the moisture runs away from the stack\n0 1 1 6 6 the bacteria is the cause of pneumonia , including common uses , side effects , interactions and risks\n8 1 1 9 9 the show was pulled from its original christmas year slot because of the tsunami , and to be honest it really should have stayed pulled\n11 5 5 8 8 ` wellness ' tracker lures seniors to a data driven lifestyle\n13 10 10 13 13 and with a flourish of her wand she unleashed a plague of biting insects , the sand fly\n0 1 2 5 5 the incoming water caused a stain on the wall that , through the lens of pareidolia , looked like a bearded man with a big afro hairdo\n18 2 2 9 9 the north side of the street accommodated a gas station on the corner\n1 1 1 6 6 the bleeding was caused by an injury , such as a fall or something hitting your face\n6 1 1 6 6 the team is traveling into uncharted territory\n16 12 12 16 16 on the mantel in our living room was a handmade book of photos done by a friend who is a professional photographer\n6 2 2 7 7 we poured flour into a large mixing bowl , adding slightly more than the recipe calls for\n6 6 6 10 10 he rolled up towel and dump specimens into the pint jar\n18 10 10 13 13 this chapter shows how much nova has accomplished earning the companionship of her teammates\n6 8 8 12 12 the ongoing drought means that there is little water flowing into the lakes\n8 9 9 13 13 when the blood glucose levels are lowered , the insulin release from the pancreas is turned down\n8 4 4 9 9 in the past , insulin was extracted from the pancreases of cows or pigs , then used to treat diabetics\n18 15 15 20 20 in this grotto the boy was also born , and exposed the mother leaves the child behind in a woven basket\n0 14 14 17 17 merlin lindeman ( animal sciences ) then pooled their expertise to show that the caterpillars caused the disease\n17 4 5 8 8 mouth blown by a glass blower , each vase is slightly different\n16 8 8 13 13 it is far more reminiscent of an exit hole caused by a real missile\n15 3 3 8 8 mccain ' s proposals were outlined in a speech made at the prestigious carnegie mellon university\n16 2 2 20 20 ten short films , both single and double screen , reap audio visual crops from the fertile soil of the filmmakers ' florid imaginations\n16 4 4 7 7 crucell , a dutch vaccine and biopharmaceuticals maker , said yesterday that it was in friendly but early stage talks over a potential takeover\n4 3 4 11 11 i have a cassette tape from 1969 that was in a box with many different copies of yesterday and today , some with fake pictures of the fabs holding meat\n18 3 3 6 6 even the thinnest crack in a humidor is an open invitation to cigar beetles\n6 3 3 6 6 you have added complexity into the mix by not having the proxy server and media server together\n13 5 5 18 18 the rural european ` stem family ' , or extended family , consisting of parents and one married child who would eventually inherit the family property\n1 3 3 13 13 they made the effect even more dramatic by lighting the talent with a light placed on the floor and focused on the face\n1 12 12 16 16 the thin f ring on the left of the image shows the perturbations caused by the moon prometheus\n3 4 4 10 10 thinkcascade is a css editor that uses a spreadsheet like interface\n4 4 5 10 10 last time we got ice cream that was in a cup and did n ' t fall over\n3 7 7 8 8 basic diagrams also work well on the computer screen if they are carefully designed to match the grid of pixels on the screen\n3 0 0 4 4 diatoms have an external skeleton of silica and silicon may therefore be a limiting element to diatom population growth\n4 1 1 9 9 the medal was contained in a velvet lined square box with gold lettering on the lid\n0 23 23 27 28 a recent book by carmen m reinhart and kenneth s rogoff , two economists , found that over the last century the typical crisis had caused the jobless rate in the country where it occurred to rise for almost five years\n11 12 12 15 15 once the data is collected , an emissions inventory is completed by staff using calculation tools from the ghg protocol\n17 2 2 5 5 chinese construction workers build the port at hambantota that analysts believe will become a base for its navy\n8 2 2 6 6 the ethiopian maid fell from the balcony yesterd\n18 5 5 9 9 novomer ' s cleaner burning binder goes into customer trials\n18 4 4 6 6 the target of those activities is development of meta information systems , which enables record metadata of geodata\n9 2 2 3 3 frozen concentrated orange juice futures have gained 17 this week on fears that crop damage could be substantial\n14 6 6 11 11 he is the author of eight books which have charted the transformation of europe over the last quarter century\n14 1 1 4 4 the story portrays a boy who encounters a young woman whom he must serve\n11 1 1 7 7 the server identifies the exam using the identifier and retrieves the corresponding template\n6 3 3 9 9 the workers poured concrete into the three new stepped piers\n18 4 4 7 7 the commander has dragged soldiers into unnecessary battles\n6 5 5 11 11 the bottom section of the mast has been mounted onto the ship\n18 1 1 7 7 the human lies down in a sealed box and allows his mind to do nothing but operate the avatar\n13 16 16 19 19 eight british tourists are suing a south african safari park after they became trapped by a pride of wild lions when their tour vehicle overturned\n13 8 8 11 11 as i write this to you , a bevy of female deer tick nymphs perch upon my shouders and act as my spell checkers\n16 5 5 20 20 it also caused a conspiracy theory to sprout from the fertile imaginations of the world ' s paranoid independent investigative journalists\n13 11 11 13 13 they are afloat in the mid atlantic , with a german wolfpack of submarines attacking whenever he blinks\n8 5 5 9 9 by the way , that quote was from an email to researchers , not the official google blog post\n6 4 4 7 7 the users sent an array to the responder\n18 2 2 5 5 when a person assists the employee with completing this form , the preparer must certify the form\n3 8 8 11 11 merchants often have a small statue of a cat with its paw raised in their store window\n13 5 5 7 7 and one third of the bench of aldermen is exclusively composed of men , which explains the on average lower share of female aldermen than female local councillors\n11 14 14 19 19 in a poetic series of alternately charming , dry and sometimes tragic aphorisms the biographer constructs a personality from minutiae\n9 2 2 14 14 the seven chains have given away a total of 5 6 billion single use bags in the past year\n4 6 6 12 12 they left one weapon , a gun that was locked in a safe , and have since returned two others\n2 15 15 18 18 the grip 1 is fitted over a rear part of a core 6 of the helve of the hammer\n2 1 1 5 5 the nails of the right hand are easily cut with scissors made for cutting the nails of the left hand\n18 4 4 7 7 moreover , from the porch of the stoics he brings out matter , and places it on a par with the divine creator\n9 6 6 7 7 last night i bottled the all grain ale\n10 2 2 6 6 the senior profiles are used by teachers in order to help them write a more informed letter of recommendation\n1 5 5 14 14 we have recently determined the corruption was ( ironically ) triggered by the smart utilities\n11 1 1 9 9 the launcher receives the balls through a similar belt system leading up the neck of the robot from the ground\n12 1 1 5 5 the essays collected in this book are based on the reports presented to the symposium the european union as an actor in international relations , jointly organised by the two historical universities of macerata and camerino , held on 5 7 april 2001\n6 2 2 8 8 sterile distilled water was put inside the fifth well to serve as negative control while gentamicin was used as positive control in the fourth well\n4 1 1 5 5 the pig was in a crate on the back of the wagon , and cold as it was , mr huy waded to the wagon and fed it that night and the next morning\n13 15 15 18 18 the use of mathematical models and numerical techniques is a practice employed by a growing number of applied mathematicians working on applications in finance\n18 7 7 13 13 complementing the unique arsenal is a vibrant world that employs a cel shaded animation reminiscent of a comic book\n2 2 2 8 8 the 34th battalion was a part of the cavalry not surrendered by gen robert\n2 7 7 10 10 at the turn of each hour the pin of the wheel raises the hour wheel lever\n17 1 1 4 4 the ombudsman ' s report concluded that a large part of the package was not provided\n13 4 4 8 8 each congregation has a body of appointed male elders and ministerial servants\n11 17 17 22 22 as i traveled the world and had facials in every corner , i have finally found a therapist with such a perfect way of touching my face\n13 11 11 13 13 some voter advocates worry that the requirement , paired with the crush of applications , has risked leaving more would be voters with only a provisional ballot on election day\n6 7 7 12 12 three days later , the new born baby was brought into her home\n14 2 2 9 9 our whole evening was centered on the topic of courage\n6 2 2 7 7 non native species are spreading into new areas increasingly rapidly through human activities as international trade , transportation and travel intensify\n17 0 0 4 4 twisters generally fill their creations with a gas other than helium , as these designs will not usually float anyway\n0 3 3 7 7 the life like creatures caused a real scare on the set when a 44 foot spinosaurus malfunctioned and began slamming its head against a prop plane\n14 2 2 10 10 this documentary film reveals a shocking insight into the jamaican economy and everyday life\n2 15 15 21 21 this invention relates to a mooring fender apparatus , particular an apparatus to protect the gunnel and rub rail of a boat\n8 8 8 14 14 going much much farther back , ultimately the word descended from the indo european root\n4 2 3 9 10 a fresh pork butt is cooked slowly in a crock pot instead of being cooked in the traditional pit\n8 1 1 9 9 this paper is constructed from a portion of a thesis presented by edward w shand , june , 1930 , for the degree of doctor of philosophy at new york university\n11 1 1 4 4 professional photographers use digital cameras\n8 20 20 23 23 line 3 ( blue ) completed part from egaleo to doukissis plakendias , where it connects with the new suburban train from the airport\n3 8 8 11 11 they ( the aquarium ) were brushing the shark ' s teeth\n11 1 1 9 9 the girls drank the vodka out of plastic water bottles\n13 1 1 7 7 rowe coven was a coven of male warlocks who got more powerful down the generations until there are three brothers , the most powerful ever seen\n17 5 5 9 9 during experiments in captivity , capuchins have made flint knives after banging a piece of flint against the floor until it broke\n0 1 1 5 5 the ban caused a widespread debate , largely on the internet , in which rabbis and scholars from around the world participated\n18 17 17 19 19 and destiny lies for us in many places , way up in the high lonesome with a cowardice of curs or our passions for the loves we know\n4 9 9 13 13 the coffees were all tasty , even though my latte was in a glass after we had discussed the size of the cup , i always find them hard to drink\n14 4 4 7 7 the focus of the chapter is the impact of diversification on the performance of pe funds\n18 5 5 8 8 from the ancient times , music documented the lives of the people and was widely patronized by the rulers\n6 4 4 7 7 saudi arabia has exported wheat to 30 countries including china\n18 1 1 14 14 the box contained a complete british manual telegraph tape making and high speed sending system\n14 6 6 12 12 the commission has published an annual report giving a summary of committee activities during the previous year\n6 1 1 5 5 the guests arrived to the wedding on time\n6 1 1 5 5 urgent needs are approaching the society , which requires dynamic changes\n1 12 12 20 20 he preserved the working ranches of the west , while achieving an expansion of the ranch ' s value through development and management of the recreational ecosystem within the ranch\n4 1 1 4 4 the sand in the hourglass solves several problems of the clepsydra it does not freeze in cold temperatures , it does not evaporate in warm weather , and it can be sealed so nothing can get in that will affect the flow of the sand in the glass\n8 1 1 8 8 the name mirumo was derived from a cartoon series\n13 22 22 24 24 ceres is the largest known asteroid at approximately 950 km ( 590 miles ) in diameter , and it lies in the belt of asteroids between mars and jupiter\n1 4 4 9 9 a really enjoyable drinking experience ensued from this red blend from this boutique winery from the cowra area of central western nsw\n4 1 1 6 8 the chabazite was contained in a multiple u tube and was first thoroughly outgassed at 550 ' in a good vacuum\n1 1 1 8 8 the spill was caused by the iraqi fuel tanker zainab , suspected of smuggling around 1 , 300 tonnes of fuel oil from iraq , as it ran into trouble on its way to a holding area in international waters\n0 3 3 10 10 use outdoor where sunlight and glare cause eye strain and fatigue\n1 21 21 26 26 police investigators later found brake discs on the car were broken , though experts from the italian car manufacturers insist the damage was caused by the collision and the car had been in perfect condition\n18 4 4 7 7 such interventions placed the general in a role that many within the profession considered inappropriate\n14 2 2 4 4 typically , statutes declare policy\n6 4 4 8 8 i removed the chemical disposes into the designated area only\n18 9 9 15 15 as a result , the brain is depleted of dopamine , which causes the severe depression after the cocaine has dissipated\n3 1 1 7 7 the kingdom comprises four topographical and climatic areas , which vary from 400 to 1800 metres above sea level\n2 5 5 8 8 first we measured from the railing of the bridge to the surface of the stream\n18 1 1 16 16 a referee , or on ice official , is responsible for enforcing the rules during a game\n6 1 1 6 6 the squatters have moved into the building\n3 4 4 8 8 as of 2010 the farm has two large greenhouses and one field tunnel and cultivates about 6 acres of vegetables\n16 2 2 7 7 although the clauses were invented by the framers to serve common values , there is some tension between the two\n6 4 4 7 7 the researchers placed the compound in a tube , which then was put inside a magnet\n13 11 11 14 14 the opening issues , mostly written and guest edited by the coterie of contributing editors , seem infused with the same spirit\n10 4 4 7 7 utilizing concrete plank floor construction benefits the builder\n2 1 1 7 7 the muscles at the back of the leg , by connection with the achilles tendon raise the heel\n18 1 1 5 5 a project to regulate the standard of private rental properties in dumfries and galloway looks set to close\n0 2 2 4 4 these wind turbines generate electricity from naturally occurring wind\n18 15 15 18 18 in the 2006 robin hood series , robin at one point is lowered into a pit of poisonous snakes\n12 14 14 7 7 a suffolk ram was removed from the flock and test mated to unrelated suffolk ewes in another flock 14 of the resulting 43 lambs born in 1984 had an identical congenital renal disease\n8 8 8 12 12 the x men battle sentinels in this new clip from the animated series\n1 3 3 6 6 aware of the suffering caused by exploitation , social injustice , stealing , and oppression , i am committed to cultivate loving kindness and learn ways to work for the well being of people , animals , plants , and minerals\n8 8 8 11 11 he then maps the development of anglo american formalism from modernist literature to the american and british academies\n4 2 2 7 7 her decomposed body was found in a drum in a lake elsinore field\n9 6 6 7 7 i have also had some aged maize spirits that they use for flavoring in their blends that tasted quite a bit like bourbon\n17 1 1 5 5 my neighbor has erected a fence and it has been built on our land , not on the boundary\n3 2 2 10 10 the magnetic mechanism is composed of a rotatably seated permanent magnet which can be swiveled or rotated into alignment with the actual throughput channel for the developer mix\n1 16 16 23 23 witness the gangs in los angeles who stopped killing one another for a time after the riots triggered by the rodney king bashing verdict\n8 8 8 12 12 the addition of disintegrants could further accelerate the drug release from the tablet\n15 1 1 7 7 the results have been documented in two films\n18 12 12 15 15 three friends are forced to question what keeps them together after a quarrel over the purchase of a work of art\n1 2 2 5 5 from banishing cold and flu germs to preventing foodborne illnesses , frequent hand washing is one of the smartest preventive habits you can adopt\n8 1 1 6 6 many neologisms have come from popular literature and tend to appear in different forms\n4 6 6 10 10 the two year old ' s body was in a suitcase found floating in a pond by local children\n16 1 1 21 21 this program was developed based on research , best practices , several parenting programs , and the personal experiences of the author , who is a minister\n3 22 22 24 24 our horses soon get used to it , the only things they really do n ' t seem to like are the helicopters with rotors front and back\n8 0 0 5 5 responses were obtained from 310 presidents provosts and 1293 deans\n16 6 6 10 10 a publicly shared web 2 0 story , created by students for a class , afterward becomes something that other students can explore\n18 2 2 6 6 the outer bark composed of dead phloem alternating with bands of cork is called , technically , rhytidome\n13 9 9 11 11 insects that harm trees are often prey for a descent of woodpeckers , which , in turn benefits the birds that nest in the saved tree\n6 1 1 6 6 the setup was put inside a chimney in order to enhance the natural convection cooling\n9 0 0 1 1 strawberry jam is made to be shared and people love it when you do\n14 1 1 10 10 the bulletin informed key persons and opinion leaders about the project , its background , objectives , activities , and results\n14 1 1 4 5 the book introduces modern geographical theory in an accessible format and reflects the changing nature of the subject\n13 11 11 15 15 the leftist student platform at lau is newly born independent leftist league of various leftist movements and independents at the lebanese american university\n6 4 4 7 7 the bottles have leaked poison into the milk\n11 18 18 20 20 many times , the problem of keeping track of depreciation rates in you fixed assets is attempted by managers using spreadsheets which they program themselves\n18 2 2 11 11 a western journalist took an assignment from his newspaper ' s office for visiting pakistan and filing exclusive reports on the current nuclear issue\n13 7 7 11 11 an office is then modeled as a society of various interacting agents using their knowledge to complete the office goals cooperatively\n9 1 1 10 10 the valley is france ' s largest producer of sparkling wines outside of the champagne region\n14 1 1 11 11 preliminary talks between the association and nigel worthington regarding a new contract took place last week and these talks are still ongoing\n18 4 4 8 9 although some of the stories were based on historical truths , most were a weaving of greek , roman and celtic myths\n18 2 2 12 12 however several problems were pointed out during the course of this feasibility study\n12 4 4 7 7 the salary of a sergeant in the army for an experience of 2 years or less is 19504 80 , after 10 years it is 26841 60\n14 1 2 9 10 the weather report informed me about the high wind storm conditions that was already in place\n17 1 1 7 7 one soldier was brutally frank in a message posted on a website last week\n1 1 1 2 2 human growth hormone is described by some as the key to slowing the aging process\n3 4 4 15 15 the wind lifted the umbrella , tipped the table , smashed some of the umbrella ribs , and ripped about half the umbrella seams\n17 7 7 12 12 in another two short sessions , the duo produced six or seven songs , two of which just did n ' t fit the mood of the album\n18 17 17 18 18 in september 2001 president george w bush declared a war on terrorism and vowed to destroy all terrorist organizations with a global reach\n11 5 6 10 11 at my work , an electronic engineer has migrated into embedded software\n15 2 2 11 11 a brief discussion of the rice market is presented in the appendix\n16 4 4 5 5 roni music is a software company with an emphasis on powerful music software\n9 13 13 14 14 first you feel the fire of vodka , but sweetish and then the blackberry syrup neutrolizes all the alcohol , the last touch is the coffee taste of kahlua\n16 4 4 5 5 martin smith is a film maker who wrote and directed the 2006 scottish bafta award winning short tracks\n2 5 5 8 8 i kept it in a pocket in my trousers and , day after day , used it more frequently , and with more pleasure\n16 8 8 16 16 in 616 , the first buddhist stone scripture tablet was made at the temple by a monk named jingwan\n18 1 1 4 4 the president of the corporation , by virtue of his office , presides as chairman of the meeting\n2 10 10 14 14 the covered clamp style handles hold mop firmly between the jaws of the mop handle\n17 1 1 6 6 the founder of a growing advertising agency is happy to see his business flourish , but is left wondering what his role is now that others have taken over\n3 8 8 9 9 i bought him his meds and cut his foot nails first before we headed to the hospital\n3 15 15 18 18 the lure is a treat that is held in the owners hand , and the ferret lifts its paw to try to get to the treat\n6 6 6 14 14 at this moment , a certain amount of chlorine gas was placed inside a cylinder with a movable piston at one end\n18 4 4 7 7 while playing the labyrinth game through the television , i thought of a few ideas that i wanted to test out\n2 1 1 4 4 the plug of the valve shown in figure 3 50 is fitted for this purpose with a packing sleeve , which is tightened against the seat by a follower nut\n18 2 2 8 8 my baby sister was lying asleep in a cradle next to my mom ' s bed\n13 17 17 19 19 so they mate with boars every year and give birth to a litter , no , a farrow of piglets\n2 3 3 6 6 in the footwear department of the store , socks and other accessories needed to be displayed in an area close to the shoes , boots and sandals , yet also be unobtrusive\n2 4 4 5 5 several major manufacturers of chain saws claim to have invented the first chain saw and all their claims point to the 1920s\n1 1 1 6 6 the election was caused by the appointment of donald sumner , formerly conservative mp for orpington , to be a county court judge\n4 1 1 6 7 the polonium was contained in a tantalum capsule which was closed by beliarc welding remotely controlled manipulators\n6 4 4 9 9 finally , the holiday items arrived to the local store\n1 19 19 21 21 this was our first day back volunteering there but he was n ' t feeling good , had a fever from immunizations\n3 15 15 16 16 the first french aircraft designer to try this simply installed a deflector plate on the propellor blade\n18 1 1 4 4 eight busloads ran into contention\n17 22 22 28 28 i was very lucky to have my friend from ballet knit a baby blanket for my daughter and my friend ' s mother from austria knit a baby sweater\n13 20 20 23 23 in 1874 captain john t lytle and several cowboys left south texas with 3500 head of longhorn cattle and a remuda of saddle horses\n18 11 11 14 14 the western region of mauritania is the scene of a serious plague of desert locusts\n6 5 5 8 9 the exhibitors have entered the exhibits into the fall fair\n10 2 2 9 9 he sees taxation as a central instrument for the government ( over and above revenue raising ) especially for re distribution of wealth\n14 6 6 9 9 it has been asserted in the literature that the recognition of speech takes place not because of phonemic distinctions only\n0 4 4 19 19 i found that the wind swirling around from the back , in between the front seats , caused a draft on the driver and passenger ' s necks\n4 7 7 11 11 i also enjoyed the fact that the honey was in a bottle rather than those little packages that are almost impossible to open and make a huge mess once you manage to do so\n3 0 0 7 7 vehicles are equipped with front and rear bumpers designed to withstand the impact of the collision\n13 24 24 8 8 the japanese team conducted their preliminary research on mice , with a cancer gene among the regulators , and created in the process a mischief of clone mice\n1 1 1 9 10 the acidity is caused by the gradual buildup of carbon dioxide ( co2 ) in the atmosphere , dissolving into the oceans\n0 3 3 11 11 the european colonial expansion to the americas resulted in massive population movements from the old world to the new world\n16 2 2 0 0 workers take wax from wax producing workers and build the comb with it\n18 1 1 7 7 the author identifies the piper with the devil\n13 1 1 4 4 a faction of sikh leaders took over a gurdwara in this haryana town , which was controlled by amritsar based shiromani gurdwara parbandhak committee ( sgpc )\n11 1 2 12 12 the law maker narrowly escaped by fleeing from his house on a horse\n2 9 9 12 12 when the loading time was completed , the sliding bar of the injector was displaced manually to the other resting position ( dashed area )\n6 1 1 4 4 cambodian troops arrived to areas in chad , central african republic where us forces had settled already\n18 0 0 4 4 highways are falling into disrepair\n2 15 15 18 18 witness ryan jones tried to stop the fleeing diaz , jones became caught on the door of the truck and was dragged for a distance\n4 1 1 5 5 the tea was in a mug my husband , larry , had ordered from some company online\n18 2 2 13 13 while making observations the microfossil through the binocular microscope or on a computer monitor , the investigator needed to manually move the specimen\n13 15 15 18 18 a while ago i was walking along the nibenay basin when i stumbled upon a harras of wild horses\n13 8 8 11 11 on the way in we saw a big raft of eider ducks and there were some tiny babies with them\n18 3 3 8 8 another 40 million people have been pushed into hunger this year\n6 6 6 9 9 he grabbed and put all dirty clothing in a hamper\n16 4 4 7 7 each recipe features an anecdote by a band that performed via the hope collective , a popular punk booking collective in dublin\n11 1 1 7 7 the writer has a ` bottle of ink , a pen and a blotter '\n17 1 1 11 11 the city has constructed some tourism facilities and a new police station in the showcase area , but no new houses are to be built here\n1 5 5 10 11 the straight , blue ion tail is caused by the solar wind and the curved dust tail is caused by solar radiation pressure\n6 2 2 8 8 the ocean exploration is now moving into deeper waters\n1 0 1 13 13 infectious diseases or communicable diseases are caused by bacteria , viruses , and parasites\n15 0 0 12 12 proposals to simplify the university admissions process have been outlined at a conference of secondary school head teachers\n16 14 14 18 18 during the reign of king richard ii , this was replaced by a hammerbeam roof by the royal carpenter hugh herland , the greatest creation of medieval timber architecture\n11 7 7 11 11 to prepare for his exam , the student visited the isa website\n6 6 6 10 10 the football club has rescheduled the trials to the next day due to recent wet weather\n14 2 2 6 6 the second lesson points to the predominant role of quality over quantity\n15 3 3 8 8 many times , journalists become the topic for discussion among political party supporters at press conferences\n11 0 0 12 12 women improve lives of their families with the help of a few sheep\n11 1 1 13 13 the definition of the vcard specification made use of a number of existing standards\n6 2 2 9 9 all your posts are imported into the standard wordpress installation\n2 6 6 9 9 without wasting time , a medical team of the army rushed to the house of the militant and provided emergent medical treatment to her\n14 1 1 8 9 the report provides a full account of the societal impacts of car production\n13 8 8 12 12 the siege started rather slow , with a regiment of lightly armored swordsmen ramming down the gate\n1 17 17 23 23 on this basis , the vibronically coupled cd bands of lutein diacetate are attributed to an excitonic interaction arose from the twisted nematic layers\n16 3 3 9 9 psa is a chemical produced exclusively by the prostate gland to liquefy semen\n1 2 2 9 9 the pension crisis has been caused by the escalating cost of funding copper bottomed final salary pension schemes still provided , unlike most companies , by councils and other public sector employers such as transport for london\n6 4 4 7 7 the editors have inserted narration into the description\n18 1 1 2 2 a blood clot is a normal reaction of the body that occurs if a blood vessel is injured\n1 4 4 10 10 a third of the injuries are caused by illegally obtained fireworks , and burns account for half the injuries\n14 7 7 11 11 the icon is generally a flat panel painting depicting a holy being or object\n15 1 1 10 11 the weather is still the main talking point on the front pages\n18 1 1 5 5 their relationship is thrown into chaos\n5 28 28 30 30 i wanted to breastfeed him when he was hungry and i noticed that he was n ' t approving of my breast , so i gave him a bottle with formula in it\n11 9 9 12 12 the mess was rapidly cleaned by one of the waiters with a mop and disinfectant and the meal continued\n13 7 7 9 9 the skies were also filled with a desert of lapwings and a congregation of golden plover , mixed together in a cloud of birds which filled the sky as they escaped a passing ( but unseen by me ) predator\n14 8 8 10 10 one of the few clear and non controversial norms governing issues of state succession are the customary rules enshrined in article 11\n4 1 1 7 9 the bomb was hidden in a toshiba radio cassette player which in turn , was inside a brown samsonite suitcase\n4 4 4 21 21 only i had a key to that door , the door was unlocked earlier , the key was locked in a safe and only i had access to the key\n18 10 10 13 13 peter gast corrected nietzsche ' s writings even after the philosopher ' s breakdown and so without his approval\n2 1 1 7 7 the flapper of the first stage hydraulic amplifier is rigidly attached to the midpoint of the armature flapper\n4 7 7 10 10 there are three techniques for properly decanting wine in a carafe\n1 4 4 7 7 in addition to the threat from cable television , analog terrestrial television is now also subject to competition from satellite television and distribution of video and film content over the internet\n2 3 3 7 7 access to the citations contained in the book is rather difficult\n4 1 1 6 7 the spider was contained in a glass box , but it was big enough and close enough to have the desired effect\n13 9 9 11 11 the safest place in korea was right behind a platoon of marines\n18 5 5 9 9 the innovative techniques consist of plantation of appropriate horticultural crops , fodder trees and medicinal plants along with micro irrigation facilities\n4 6 6 11 11 world ' s slimmest usb flash drive fits comfortably in a wallet\n17 6 6 10 10 the polish competition authority condemns a producer of paid tv programs for abusing of its dominant position in the licensing agreement with the cable tv operator\n0 0 0 5 5 alcohol and drugs directly cause suicide by significantly diminishing the reasoning of the person at the time of the suicide\n2 9 9 12 12 a metal pipe connects the magnetron to the cooking chamber of the oven\n1 18 18 27 27 i write as both a doctor director of the me association and as someone who suffers from the illness , which was triggered by an attack of chickenpox\n1 9 9 12 12 i know plenty of people with oily skin and wrinkles from the sun and they ' re in their 30s\n6 3 3 6 6 extending ninject injects dependencies into action filters\n8 1 1 5 5 the ship departs from the port of naoussa , and is of the catamaran type\n0 8 8 19 19 windmills kill birds and bats , while soil disturbances required to build solar and wind arrays lead to soil erosion\n18 9 10 12 12 the boyd group is a british based , independent think tank considering issues relating to animal testing\n18 5 5 11 11 the seattle women ' s group distributes a number of small scholarships for single mothers who want to go to college\n12 15 15 20 21 as late as the 1950s , for example , only one mexican served as a policeman in the entire chicago police force\n18 0 0 6 6 science is part of our daily lives all day , every day , everywhere we go\n4 1 1 6 7 the instrument was sealed in a polyethylene bag for 40 hours at room temperature\n4 1 1 5 5 the camera was in a suitcase and the screen has been damaged\n1 1 1 12 12 the mosaicism observed in the proband was derived from a postzygotic somatic mutation of the normal maternal y chromosome\n8 2 2 7 7 and the citation from whelpton ' s books was listed first in the assortment of quotations specifically characterized as comparatively modest\n8 5 5 9 9 dues were paid before the ship departed from the harbor and the captain was provided with municipal and customs services\n18 0 0 5 5 considerations have been concerned with cases where the forces between particles can be handled in a satisfactory manner\n3 0 0 2 2 birds with eyes on the sides of their heads have a wide visual field , while birds with eyes on the front of their heads , such as owls , have binocular vision\n15 4 4 10 10 some metal free catalytic systems have been investigated in the paper\n17 5 5 12 12 patterson and a half dozen scientists from several institutions compiled the global map using images from nasa ' s historic voyager and galileo missions\n12 4 4 11 11 the vp ' s wife was a member of a succession movement\n17 1 1 6 6 a man drew up a hit list before shooting ten people dead\n18 6 6 9 9 developed in 1979 , depressed center wheels revolutionized angle grinding\n4 4 4 8 8 five seconds later the disguise was in a bin and he was just your average joe in the fluero singlet and workboots walkin down the path\n10 6 6 13 15 for straight cuts , a tile cutter is the best tool for a do it yourselfer\n6 1 1 5 5 the athlete ran into a hurdle\n6 4 4 9 9 i inserted an old tape into my brand new handycam\n6 1 1 6 6 the organisms are spreading into uninhabited areas\n2 3 3 5 5 we propose a rule driven approach for adaptive business collaboration development in which rules drive and govern the development process\n8 4 4 9 9 kosher indicates that the gelatin is derived from an animal that is mercifully slaughtered according to the laws of kashruth\n11 1 1 9 9 the shop has since fixed the problem with a method of their own ( with approval from fsa apparently ) and i have the cranks on my bike ready to use\n4 1 1 5 5 the drug was in a bottle that was not prescribed to her\n5 1 1 4 4 a bottle full of milk that has been left sitting out in a warm room quickly breeds more bacteria than a newborn can handle\n5 3 3 5 5 i lost a suitcase with money in it last week\n17 0 0 7 7 students worked together to create their own wiki on a given topic\n16 12 12 16 16 rogge conceded that perhaps the committee had been naive in accepting the promises made by chinese leaders\n6 2 2 9 9 600 billion dollars have been put into the us economy\n16 4 4 3 3 this is a student organization founded by some master student at university of rajasthan india\n14 1 1 6 6 the controversy has centered mainly on intelligence\n9 2 2 3 3 this easy mushroom sauce is delicious with steak\n17 3 3 5 5 self educated malawi boy builds windmills out of junk\n18 0 0 10 10 seminars and conferences have been organised around the asia pacific area in the most recent years by different organizations and institutions\n18 1 1 5 5 the convention of splitting tax bills is based on the construction of the first paragraph of s 55 that is rejected by the high court in permanent trustee\n1 1 1 5 5 the deleveraging triggered by the crisis implies that countries that hoarded reserves have been reaping the benefits\n17 5 5 16 16 the world ' s largest shipyard in ulsan slips a newly built , multi million dollar vessel into the water every four working days\n1 2 2 17 17 headaches , dizziness , balance problems , and neck and back pain were caused by the work injury\n17 4 4 9 9 the historic district commission members drafted a demolition delay ordinance that went before the board of selectmen last year\n14 6 6 10 10 this blog tracks and comments on news relevant to the interplay of science religion\n6 1 1 6 6 the substance is exported to the cytoplasm\n6 4 4 10 10 approximately 20 dl of water was put in a fish tank\n0 0 0 6 6 fainting is a common cause of unconsciousness and may occur when the casualty ' s heart rate is too slow to maintain sufficient blood pressure for the brain\n15 2 2 13 13 the best way to peel a chestnut has long been a topic of debate\n13 4 5 7 7 this region boasts a treasure trove of concerts , museums , and other cultural offerings\n8 1 1 7 7 the woman was taken from her native family and addopted in england on some relocation scheme in the 1960 ' s\n13 4 4 7 7 there was such a bevy of mourning doves in the tree across from the deck that they looked like christmas ornaments\n8 3 3 7 7 for a flaming pie descended from the sky , and jesus christ stepped out of it , and he sayeth unto me\n0 3 3 9 9 much like the virus that caused the 1918 flu pandemic , this new h1n1 flu virus affects young adults and school children in greater numbers\n13 18 18 22 22 i look around to discover he ' s about two metres away , obscured from view by a clutch of force india mechanics\n6 5 5 8 8 a worker inserts the small spring in the device and then installs the buttons\n17 1 1 6 6 the company has constructed a demonstration house at the bre innovation park , at watford , using the same combination of timber and hemcrete\n18 7 7 17 17 in a tense struggle , the other team prevailed in convincing fashion with a flurry of sacrifical brilliance\n1 1 1 18 18 heat burns , or thermal burns , are caused by steam , fire , hot objects or hot liquids\n18 3 3 6 6 it is a dispute over a plot of land where hundreds of babies are believed to be buried\n13 4 4 8 8 the country was a confederation of various tribal peoples of caucasian descent ( closely associated with the georgians and the peoples of the modern russian north caucasus )\n6 0 0 5 5 nitrogen is falling into remote lakes\n18 10 10 18 18 when the dog starts jumping like a nut , the idiot pulls the leash up with a jerk motion to get his attention and distract him\n6 8 8 12 13 more than 40 years have passed since the spacecraft departed into the outer space with a fuel cell on board\n13 1 1 4 4 the exaltation of the larks were heard in high exalting by the mallards who were rather flushed from playing in the puddling\n18 20 20 24 24 each year , waterfowl enthusiasts and conservationists gather to learn about du ' s priorities , socialize and enjoy the camaraderie of other du supporters\n0 0 0 3 3 methadone gives a buzz too , but it ' s the most effective way to reel in heroin addicts into treatment and real life\n4 15 15 21 21 they were not issued guns at the time , but the office did have one handgun that was locked in a safe however , there was no ammunition\n1 1 1 6 6 the flooding , caused by a cyclone , came on the heels of a prolonged drought , which destroyed 60 percent of fiji ' s sugar cane crop last year and cost more than 50 million fijian dollars ( 25 million us ) in relief and rehabilitation\n13 12 12 15 15 governor rutledge had commissioned him a brigadier , and with his famous brigade of ragged followers , he performed those deeds for the redemption of south carolina which have made his name immortal\n16 14 14 25 25 it ' s a long , polyphonic novel bookended by a virtuoso first person discourse from madero , a cocky , seventeen year old student poet\n3 5 5 6 6 make two holes in the jar lid , one hole in the middle of the lid and the other near the edge\n0 0 0 2 2 fog caused delays at the charlotte douglas international airport monday morning\n18 4 4 6 6 clearwire customers in a handful of locations were unable to get online for several hours due to a network outage late tuesday\n17 1 1 11 11 the administration has established a number of health posts and health centres to provide health care to amerindians\n2 2 2 5 5 because the rotors of the turbines are relatively slow moving , they pose little threat to fish and other small marine life\n6 2 3 5 6 researchers put bio energetics into bio magnification\n8 8 8 11 11 in time we found that those pains and hurts from past memories were beginning to be mended and those past hurts became our scars , our badge of honor\n18 1 1 5 5 the model developed from that event include academic visits and symposia , alumni and vip events , together with government and press relations\n18 5 5 13 13 it is a common informal convention to reserve or declare full or partial ownership of a community resource\n14 4 4 9 9 below you find my ideas with regard to this issue\n17 1 1 8 8 the man dug a three foot deep fire pit to roast a pig , but somehow fell into the fiery hole\n11 18 18 7 7 we were forced to get off the bus and find accommodation for the night , while the police officers took the bus to the scene of the incident apparently they were lacking their own transportation\n17 1 1 9 9 a mother was seen to have built a small raft out of birch bark for her and her children , but it promptly sank among the ice floes\n18 1 1 8 8 the astronauts rode to the station in a capsule\n2 2 2 9 9 now this laboratory also is part of a larger organization\n18 1 1 4 4 the president of this corporation was one of its stockholders\n13 8 8 1 1 the archers of the eyes were an elite legion of elven archers who served troughout various wars\n4 1 1 8 8 the skeleton was discovered inside a neolithic age tomb unearthed in yumuktepe hoyuk of the southern mersin province\n13 8 8 13 13 a little later you ' re admiring a squadron of huge , white swans soaring over a nearly unspoiled natural area where it ' s hard to believe that a big city is only minutes away\n3 6 6 10 10 as he came near , the lion put out his paw , which was all swollen and bleeding , and androcles found that a huge thorn had got into it\n6 3 3 6 6 the celebrity poured money into modern artwork\n6 1 1 7 7 a request has been sent to the moderator\n14 2 2 5 5 the second hypothesis asserting economic domination is rejected , and the third largely accepted\n14 1 1 4 4 this volume synthesizes current understanding of the ecology of alaska ' s boreal forests\n0 3 3 7 7 the accompanying inflammatory process had caused the stricture of the mid cbd\n1 7 7 12 12 one of the most dreaded types of scars are contracture scars from burns\n5 1 1 6 7 the parcels contained a few basic food items to supplement the prisoners ' meager rations\n2 11 11 14 14 the bees made their entry through a small hole in the lid of the bin , and they created a wonderful honeycomb on the underside of the lid , hanging downward in the bin , in a beautiful arrangement\n17 7 7 14 14 the official is one of the senior officials involved in drawing up the september dossier\n8 1 1 5 6 the phrase originated in an e mail of july 11 , 2003 , from cooper to his time bureau chief , referring to a conversation with karl rove\n11 1 1 4 4 the gunman bought his weapons legally from a champaign gun dealer\n6 3 3 6 6 we placed the buns into the steamer , leaving 1 2 inches between each bun\n6 6 6 10 10 a famous poet has entered his poems into three current contests\n0 0 0 8 8 dehydration is one of the lead causes of death in the world due to dirty water and felt this should be emphasized in global charity documentation\n16 6 6 7 7 mr grisby , 30 , a software developer and victim of a previous burglary , had also activated a back up system which transferred the captured images to his private website when the computer was stolen\n16 1 1 7 7 the statue was carved by a scots sculptor in 1826 27 and may be the only one based on a portrait of burns by burns ' s friend peter taylor , an amateur artist\n6 11 11 14 14 an encapsulating composition is infused into the channel to encapsulate the tissue in a capsule\n8 6 6 17 17 i first became acquainted with the book through an audio book i was given by a dear friend of mine a few years ago\n11 1 1 7 7 a baby uses a box of baby wipes per week\n8 1 1 5 5 the ship sailed from the port only once and was registered in liverpool\n13 1 1 3 3 a fling of oxbirds is known by the singular and beautiful appearance those birds present in the air the grace , swiftness , and compactness of their flight\n8 1 1 17 17 the method of writing , and the use of the fashionable amusement quizzes wauwau arrives from the country of prester john\n0 1 1 7 7 these toxins cause sickness or an unpleasant odor\n4 2 2 6 6 this particular reel was in a can where the writing on the label was completely obscured by a substance that looks like hamburger mustard\n18 1 1 4 4 the staff of the hospital are committed to maintaining these services\n0 0 0 2 2 accident causes delays on bw parkway\n11 0 0 3 3 student support by telephone has a long tradition in open and distance learning\n11 1 1 9 9 a user activates the device with the power on button\n2 8 8 11 11 the presence of the charged object above the plate of the electroscope , induces electrons within the electroscope to move accordingly\n11 1 1 9 9 an artist creates sculptures using up to 250000 coloring crayons\n1 8 8 11 11 children stand near houses in padang that caught fire after the earthquake\n18 1 1 6 6 the hostel comprises of a main building of 3 floors , it started its life as a nun ' s convent that ' s been renovated\n3 1 1 5 5 the sword with leaf shaped blade was used for both cut and thrust , but it is clear from the representational evidence that it was principally used in a downward cut\n1 9 9 14 14 individual donors make a significant difference in addressing the suffering caused by the economic crisis\n6 3 3 14 14 greasy or oily rags or materials subject to spontaneous ignition are deposited in a receptacle\n14 4 4 7 7 the rest of the volume presents the inscriptions , giving the circumstances of finding\n6 3 3 6 6 i moved the file into the folder\n13 11 11 13 13 i ' m so honored to represent my father in this comradeship of brothers\n17 1 1 5 5 a person who prepares baked goods as a profession is called a baker\n14 5 5 9 9 each question requires a text note to explain the rating\n1 4 4 12 12 this is a yeast infection of the esophagus caused by the same fungus that causes vaginal yeast infections\n1 0 0 10 11 tonsillitis is caused by infection by a variety of different micro organisms\n1 0 0 5 5 hiccups are caused by a spasm contracting the diaphragm , a muscle essential in human respiration\n18 1 1 14 14 the location of each airport and presence of control towers is indicated with a circle\n8 15 15 18 18 the french government published on 13 january 2010 new guaranteed tariffs for the purchase of electricity produced from biomass , geothermal and solar by the public electricity grid management companies\n16 13 13 17 17 this translation is systematic and literal with a particular emphasis on preserving the metaphors used by the saint in their original signification\n3 5 5 9 9 the locking mechanism for a gear consists of a collar ( or dog collar ) on the shaft which is able to slide sideways so that teeth ( or dogs ) on its inner surface bridge two circular rings with teeth on their outer circumference one attached to the gear , one to the shaft\n4 8 8 13 13 upon its discovery , king tut ' s mummy was placed inside three coffins , one smaller than the next\n18 1 1 6 6 the aircraft was making a third approach to irkutsk , a scheduled refueling stop , when it crashed\n8 8 8 12 12 the party goers had an array of favorite moments from the past year , from celebrity scandals to personal triumphs , but everyone seemed focused on their resolutions and things to come\n18 1 1 5 5 successful memes spread into numerous copies whereas unsuccessful ones become extinct\n18 1 1 6 6 an ossicone grows from the basal cartilage upward\n4 0 0 5 5 cocaine was hidden in the pineapples exported from ecuador to medellin city of columbia\n4 1 1 6 7 the puppy was inside a sealed garbage bag lying in vomit and near death\n13 1 1 5 5 the committee is composed of people from every department\n0 0 0 6 6 landslides caused the majority of the deaths\n6 3 3 6 7 i have added references into the name index\n0 0 0 4 5 rain and wind cause power outage in los angeles 11 24 , october 15 , 2009\n18 2 2 5 5 gordon brown speech addresses the critics on uk immigration\n14 3 3 12 12 this weekly economic publication analyzes and interprets financial , commercial and industrial developments\n3 1 1 4 4 this machine has a memory of 5000 slots and in this memory we can stock 500 customers and products\n1 11 11 14 14 he took a shower after using hair cream to avoid skin irritation from the chemicals in the product\n1 1 1 6 6 the humiliation comes from authorities and people making him loose faith in humanity\n14 1 1 6 6 the exhibition examines the first sustained contacts between american people and european explorers , conquerors and settlers from 1492 to 1600\n18 1 1 12 12 these initiations only have been passed on to a selected few after years of apprenticeship\n0 1 1 4 4 the visit caused a sensation on the whangaparaoa peninsula with people reporting the orca and rushing out to photograph and film them , from a safe distance\n0 3 3 11 11 the constant polarization voltage between the two electrodes instigates the electrochemical reaction of the chlorine compounds on the working electrode\n8 5 5 8 8 within a minute , the guard leaves the podium again and disappears into the crowd\n3 1 1 4 4 these sessions highlight selected abstracts of submitted papers in poster format\n8 2 2 7 7 the a virus originated in an asian bird that was exported to mexico , where it may have reassorted in a pig before infecting people\n8 4 4 7 7 principal threatens to pull funding from student newspaper for covering flag burning\n17 1 1 5 5 human hands built this extravagant tomb for the god king\n8 4 4 7 7 she pulled out an atlas from the cabinet by the couch and opened it to a world map\n0 2 2 11 11 dust or vapor cause burns or irritation of the eyes with swelling\n8 13 13 18 18 i had just returned from a wonderful meal at gusto when a mysterious email arrived from an unknown person identified only as , salumi monger\n1 1 2 11 11 increased reproductive toxicity of landfill leachate after degradation was caused by nitrite\n8 4 4 6 6 here are my favorite quotes from movies , songs and friends ,\n3 4 4 5 5 this group 0 baby car seat fits easily into the car and connects to the jane powertwin pro pushchair ( sold separately ) to make a travel system\n5 12 12 14 14 i maintained an even temperature in my ward by bringing in a scuttle of coal for the day ' s business\n3 4 4 11 11 the earth ' s surface is divided into huge , thick plates that drift atop the soft mantle\n14 1 1 4 4 the petition described the oil as being useful for salads and culinary purposes\n18 8 8 11 11 before the council , ireland had such a superfluity of catholic priests that it exported many of them to glasgow , england , and the united states\n9 3 3 4 4 we use whole wheat flour almost exclusively , but the white whole wheat flour was a new thing\n6 3 3 6 6 two voters put cameras into their booths\n1 1 1 6 6 a controversy arose from an equivocal assignment of the metastable 150 mev vibrational peak\n14 3 3 11 11 most of his speeches at the rallies have been about the economy and the need to fight against corruption\n18 3 4 14 14 high frequency geometric ray theory is used to study the refracted arrival from a layer embedded in an infinite medium\n18 6 6 9 9 the tribunal has jurisdiction over any dispute concerning the interpretation or application of other agreements\n12 13 13 16 17 he was a civilian president , but also he was functioning as the chairman of the political party that he founded from the cantonment\n10 8 8 10 10 guru jakob nielsen gives his advice on best practices for programmers\n4 5 5 8 8 she began to create a brew in her cauldron , that would take an entire year to prepare\n6 0 0 6 6 dioxide has been released into the atmosphere\n13 5 5 7 7 yes , i have a mutation of thrushes eating me out of bird food\n14 14 14 17 17 one year later , a follow up workshop was held to provide a focused discussion on these issues from a research , practice and policy perspective\n6 8 8 10 11 the shocking macro economics numbers have postponed the recovery to next year\n8 2 2 8 9 the busha cattle is a breed originated in middle ages\n14 1 1 5 5 the book asserts the intrinsic relationship between psychotherapy , human rights and politics\n2 3 3 6 6 i pressed the button of the radio for contacting the engine driver and said that there was much smoke in the car\n8 4 4 8 8 as soon as the guards had left the building to investigate , he scrambled through the window and looked around\n11 1 1 4 6 a technician uses an in circuit emulator on the host pc to set breakpoints , read internal registers , dump memory , and perform other debugger like functions\n9 1 1 2 2 the wheat starch has had more than one hundred year tradition in krnov\n2 1 1 4 4 the shank of the hook is the right length to create properly proportioned fish profiles\n18 0 0 3 3 death in a vat of chocolate was just waiting for some witty hilarious jokes\n8 1 1 6 6 the dataset was extracted from internal documents of the ministry of justice and analyzed using standard demographic and epidemiological methods\n2 1 1 4 4 the carriages of the train were painted blue the seams were decorated with gilding all wooden parts were made of indian teak\n13 11 11 14 14 his first aim was to complete the move from a loose alliance of different brands to a tighter , more business like grouping\n4 1 1 6 6 a mouse was found in a loaf of malt bread\n0 2 2 7 7 the alleged abuse resulted in bruises and swelling of the brain\n3 1 1 8 8 a bird is touching the sun with his wing\n11 1 1 4 4 the bootlegger bought his staples there , as well as apples for his mash\n13 4 4 7 7 she knew each favorite clump of concealing reeds along the river that the buffalo loved best\n18 5 5 12 12 even the most self contained stories have spawned sequels , or even prequels\n6 4 4 8 8 we have injected the code into the native process\n18 1 1 7 7 a man relaxes with higher levels of testosterone , and a woman relaxes by secretion of oxytocin\n8 1 1 5 5 the fire originated in an area of the plant housing cement mixing and lifting equipment\n1 6 6 10 10 picture of a woodcut portraying the harm caused by the quake\n6 13 13 16 16 the braidwood generating station , owned by the exelon corporation , has leaked tritium into underground water\n16 7 7 14 14 his approach is similar to a recent comment made by a prominent video game developer\n0 1 1 7 7 bacterial infections of the ear result in malodor , excessive exudation ( drainage of pus like material ) , and ulceration\n8 12 12 14 14 the us department of energy has developed a method for producing natural gas from algae\n0 12 12 21 21 on the one hand , a small notorious set of bacteria , fungi , parasites , protozoa , and viruses cause disease , as discussed in the two units of the book\n18 0 0 6 6 diabetes is a group of metabolic disorders characterized by a hyperglycemia resulting from defects in insulin secretion , insulin action , or both\n0 1 1 12 12 the clashes resulted in a great deal of bloodshed , including the deaths of at least 1200 civilians and 180 pakistani soldiers\n13 6 6 3 3 the twenty fifth ship , the fleet ' s command ship shinbatsu , continued on into saturn space instead of returning home , escorted by the command ships shugotenshi and kergueren\n3 2 2 8 8 the rivet tool offers long , ergonomically designed handles to increase leverage , and to secure the rivet in the nosepiece while the tool is in use , in any position\n6 6 6 10 10 yesterday a big huge beautiful orange butterfly flew into my patio\n18 1 1 5 5 his daughter fell into perpetual coma by car accident\n13 17 17 20 20 still segregated in world war i , the u s army was reluctant to use its 93d division of black soldiers in combat and instead assigned the division ' s three national guard and one draftee regiments to the french army\n1 1 1 5 6 the variations are caused by stratospheric winds and the chemical production and destruction of ozone\n18 10 10 14 14 but now there came from out the niche a low laugh that erected the hairs upon my head\n9 1 1 10 10 takara plum is a rich , sweet and aromatic plum wine suitable as an aperitif\n2 4 4 7 7 this is from the introduction in the book fountain pens and pencils , the golden age of writing instruments by george fischler and stuart schneider , 1990\n3 2 2 13 13 the sketchy rock in figure 16 is built up of many separate brush strokes\n17 12 12 17 17 microsoft has put a price of 250000 on the head of the creator of the conficker internet worm\n8 2 2 7 7 the clinical evidence came from a cohort study\n3 1 1 6 6 the meal comprises 1 portion of rice ( bukhari mandi biryani ) 1 roast chicken ( leg and thigh breast and wing ) 1 small ( handsized ) box of dates\n13 1 1 9 9 intuitively stack is visualized as indeed a stack of objects\n4 7 7 11 11 a devonport resident has discovered a fuel tank in a concrete bunker at north head\n6 6 6 9 9 it was schoener who placed the maps in a portfolio that was later acquired by a german prince and stored in a castle for nearly 400 years\n18 3 3 7 7 you have poured balm into my anxious soul\n18 4 4 6 6 the cops took the man into custody\n6 1 1 6 6 seven tears have flown into the river\n18 3 3 7 7 now , this reservoir is put into operation\n18 8 8 11 11 today , i present to you a small handful of informational tidbits which act as glimpses into the world of a typography enthusiast\n3 11 11 12 12 one of the most common reasons for cracks and splits on tree trunks is cold temperature\n18 3 3 5 5 conveyance is any unit for transportation of explosives or blasting agents , including but not limited to trucks , trailers , rail cars , barges , and vessels\n18 8 8 11 11 analogies are examples which aid us in gaining insight into a problem\n16 1 1 4 4 a statement by the leadership of the smaller italy of principles party said berlusconi ' s only alternative would be to resign immediately\n12 1 1 5 5 some fish swim in a shoal for protection\n4 1 1 5 5 the wine was in a can so i called downstairs to see if there were any other regular roses\n18 14 15 18 18 the delay in bringing the suit to trial is being caused by a terrific log jam of pending cases , court aids explained\n3 1 1 4 5 the journal also contains book reviews and two regular columns that digest news from other sources\n14 5 5 9 9 his ` intensely personal ' talk tackles the great challenges facing immigrants today\n1 3 3 8 8 much of the bloodshed was caused by the growth of gangs\n5 1 1 5 5 the correspondence encloses a purported cheque , as described above , for 2980 00 , to go towards these fees\n14 4 4 9 10 the purpose of the class was to examine the therapeutic benefits of writing and to discern whether writing can be a help or a hinderance in some situations\n13 9 9 11 11 then all the evil llamas has cried and a flink of cows has rampaged threw the streets trying to find the person that killed him\n13 11 11 13 13 it is a leaderless organization , although there is an inner ring of partners , and an outer ring of additional members that are associated with the wikiring , but have limited rights with regards to voting and access to shared resources\n3 0 0 1 1 tree bark are protected during construction activities and remodeling , since heavy equipment can damage trees\n2 14 14 17 17 blowback firearms use the expanding gas impinging on the cartridge itself to push the bolt of the firearm rearward\n8 1 1 5 5 the water evaporated from the evaporators is condensed in the condenser and can be reused in the process\n3 1 1 4 4 the questionnaire comprises three sections ( i ) the dissemination of budget information , ( ii ) the executive ' s annual budget proposal to the legislature and the availability of other information that would contribute to analysis of budget policies and practices and ( iii ) the four phases of the budget process\n13 10 10 12 12 the last hereditary sheriff of galloway used to silence the disputation of lawyers in his court by calling them schoondrels ! blethering loons !\n15 1 1 9 9 these benefits have been eloquently described in the last sentence of the preamble\n11 10 10 17 17 in the sequence , the raven looks on as the witch stirs the cauldron with a huge bone\n8 4 4 9 9 the efficiency of the biosurfactant produced from used vegetable oil was compared to other commercially available surfactants and the results were comparable\n2 11 11 14 14 the subjects were asked to climb up a total of 10 steps on the ladder and then down to the floor for each trial\n5 4 4 7 7 i carry a spray bottle with 91 isopropanol in it\n8 1 1 5 5 the letter was sent from group to group of the dispersed believers to try and build them up to encourage them to fill them with hope\n6 1 1 5 5 a stranger approached my little brother\n2 3 3 7 7 flanking or backing rudders are used by towboats and other vessels that require a high degree of manoeuvrability\n17 1 1 7 7 many tribes used animal hides to build houses such as tepees and wigwams\n8 3 3 7 8 much of the rain evaporated from the forest canopy without ever reaching the ground\n8 1 1 6 6 the boat basically sails from the harbor to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach\n1 1 1 5 5 the anxiety caused by the accident , which appears to show no sign of diminishing , and its negative impact on the living conditions in the affected areas , may be the principal reason for the increase in poor reported health\n18 1 1 8 8 this company has eluded from state budget fiscal obligations ( vat and profit tax ) totalizing 2 183 351 lei\n13 50 50 53 53 in addition to the stipend , the center provides each scholar with a carrel in the vorhoff library supplies and support such as stationery and copying borrowing privileges of the center and university libraries a tulane email account and access to university online resources , and the collegiality of a community of feminist scholars and practitioners\n18 1 1 7 7 my room has been moved into the corner of the first floor\n10 1 1 7 7 this technique is used by most major websites to minimize http requests and hence improve page load times\n5 4 5 10 10 it ' s a file cabinet in washington with an iou in it\n12 6 6 10 11 it ' s about a corrupt policeman in a corrupt police force who changes his ways\n9 3 3 4 4 the mid oleic sunflower oil was compared to cottonseed ( gossypium spp ) oil , the gold standard for frying\n3 2 2 7 7 discount department stores have central customer checkout areas , generally in the front area of the store\n1 1 1 7 7 the energy is going away from the source at the group velocity cg\n14 11 11 15 15 the game received mixed reviews , with some of video games publications commenting on the similarities between other games from dragon ball\n11 1 1 7 7 a man attacked women with a baseball bat\n4 1 1 10 10 the remnants of einstein ' s brain were in a box marked costa cider\n3 1 1 15 15 the cerebrum ( the forebrain ) is made up of the right and left cerebral hemispheres\n13 10 10 12 12 my vision of heaven is to be surrounded by a clowder of cats\n6 16 16 19 19 a 52 year old rocket enthusiast suffered minor injuries when a motor exploded as he packed powder into the casing , blowing his garage door off its hinges\n8 1 1 5 5 the soul departs from the body for eternity\n6 3 4 8 8 accidentally , my remote control fell into the water\n14 5 5 9 9 there are a series of books dealing with the identification of groups of birds\n8 4 4 8 8 we assume that the energy release from the charge is pot instantaneous , but it depends on time\n6 3 3 9 9 parental influenza virion nucleocapsids were efficiently transported into the nuclei of murine cells\n18 1 1 3 3 the nest of hornets was long and uncovered externally\n2 20 20 4 4 in a known motor pump unit of this type , the slot barrel motor is connected , to the drive spindle of the screw spindle pump with a pressure side throttle interval interposed\n13 14 14 17 17 caillie dutifully explored the city for four weeks , then departed in a huge caravan of 1400 camels\n15 6 6 12 12 it is very realistic and the crimes that are investigated on the show are crimes that have actually occured\n8 1 1 6 6 white chocolate is made of cocoa butter , milk , and sugar\n6 1 1 5 5 his niece moved into this apartment last month\n16 24 24 29 29 the chinesischer turm ( chinese tower ) is a 25 metre high wooden structure , first constructed in 1789 to 1790 , from a design by a mannheimer military architect\n11 12 12 16 16 the solid fuel in a conventional grill remains stationary , unless the cook manually stirs the coals with a stick or similar tool\n1 7 7 11 11 this mild and relatively common form of acne is caused by cosmetics\n18 2 2 8 8 the newest moons were discovered by an international collaboration of astronomers , working in july at the canada france hawaii telescope ( cfht )\n1 1 1 6 6 the light was radiating from the face of jesus christ\n18 3 3 11 11 the dallas wide receiver reacts after coming up with a big catch\n3 4 4 5 5 and again , the shirt sleeve is too long , but the jacket is too short\n4 1 1 4 4 this garden in a pail is a unique idea that would make a great gift for any cook or herb enthusiast\n14 1 1 7 7 this document is a summary of an interrogation of the witness conducted on the noted date\n2 17 17 22 22 he panics when he sees a blue gremlin on the side of the bus loosening the lug nuts on one of the tires\n11 1 1 16 16 the man pulled it and the staples off the door , prying gently with a putty knife\n6 5 5 8 8 every morning he put a stone into the cup without knowing that one of his friends put a handful of stones in it , to play a trick on him\n1 2 2 8 8 the output noise was caused by the biasing resistors and the shot noises of the base currents of q1 and q4\n18 8 8 17 17 the painting shows a historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities\n14 1 1 8 9 the dialogue at the summit also covered the economic impact of ict literacy\n17 1 1 5 5 the bank has drawn up plans for the same and may start scouting for partners over next few months\n1 2 2 6 6 the only light was from two turrets of bulletproof glass\n4 7 7 10 10 onions and garlic were added to the stew in the cauldron\n13 37 37 39 39 quaint things the women wrought for her pomanders and cushions of thistledown and the men were never happier than when they could tell her of the first thrush ' s egg in the thorn bush or the sedge of bitterns that haunted the marsh\n8 1 1 6 6 the woman was born in the village\n14 7 7 13 14 most americans are interested in topics or questions that have to do with cultural differences and with language\n0 7 7 9 10 the widespread opinion that both protein and phosphorus cause calcium loss is examined\n3 1 1 2 2 the furnace thermostat is the nerve center of your home heating system\n17 1 1 7 7 the bureau established an audit and risk committee based on the large number of receiverships and an external auditor was appointed to review all 2009 receivership files\n11 8 8 15 15 that night , at dinnertime , the prime mover eats the philosophical pickle with a hamburger\n4 1 1 6 6 the wallet was inside of a locker designated for union employees\n3 6 6 9 9 powerpoint presentations for each of the book ' s chapters are posted on this website\n5 17 18 10 10 another great sign was the wonderful aroma of freshly baked desserts and brewed coffee , and the display case was full of wonderful looking desserts\n6 3 3 7 7 they have dumped chemicals into the local river\n12 7 7 13 13 jeff ma , who was a key member of the infamous mit blackjack team , notes the turn around of the oakland a ' s and the reversal of criticism directed toward gm billy beane\n3 2 2 10 10 the generated script creates candidate keys defined using a unique index\n6 1 1 12 12 the preview of a new dell laptop has been leaked to this blog\n14 3 3 12 12 a local fm radio keeps the town informed about local and international development\n17 1 1 6 6 the convict protects pip with a claim that he stole the items himself\n4 4 4 8 8 my father ' s armor was in a chest next to the shrine\n0 3 3 5 5 ambient vanadium pentoxide dust produces irritation of the eyes , nose and throat\n8 4 4 9 9 in this study , flakeboard was produced from decommissioned guardrail posts that had been treated with chromated copper arsenate ( cca )\n13 4 4 9 9 both her and her troop of pampered beverly hills princesses learn valuable lessons in character , courage , and friendship with a super happy ending\n5 11 12 14 14 on the floor of the passenger side , they found a plastic bag with marijuana inside\n2 2 2 5 5 adjust the thermostat of the refrigerator to between 36 to 38 degrees fahrenheit , and make sure the freezer is set between zero to 5 degrees\n8 1 1 8 8 the crisis originated in an over leveraged corporate sector and a banking sector that had mismatched assets and liabilities\n16 3 3 10 10 it is a hormone that is produced by the pituitary gland and has widespread effects on the body\n11 6 6 14 14 as a strategic move , the researcher started the school with a third year program with mature students\n18 7 7 8 8 it features some of the most beautiful mountain landscapes anywhere , with vertical walls , sheer cliffs and a high density of narrow , deep and long valleys\n6 5 5 12 12 the old lady moved the boxes in the corridor into her own house\n0 1 1 5 5 the heat and pressure cause metamorphism to occur\n10 4 4 16 16 as a consequence , optimization is now viewed as an indispensable tool of the trade for engineers working in many different industries\n13 8 8 11 11 the two chiefs quickly gather round them a phalanx of their comrades\n13 18 18 21 21 in this marvelous book smuts draws from years of painstaking field research in which she followed around a flange of chacma baboons in the mateti game park in zimbabwe\n11 3 3 12 12 instead , the architect measures ` the sage ' with a flexible strip of metal\n1 3 3 5 5 dogs develop a fever from stress and pain such as in a severe flea infestation\n18 5 5 9 9 the ntsb determined that the aircraft departed from controlled flight and crashed into the atlantic ocean\n8 1 1 5 5 the recipe comes from our friends at evil mad scientist laboratories\n6 2 2 4 4 they misplaced mastiffs into homes\n2 2 2 5 5 the left pin of the potentiometer is the ground connection\n13 10 10 12 12 we are careful when mowing a meadow , as a nide of pheasants is in the tall grasses , brooding their young\n14 5 5 12 12 the conference ' s final statement was a summary of all the topics the speakers had touched on during two days of meetings in cordoba\n14 6 6 9 9 i have recently found a little article claiming that music affects our health both improving and worsening it\n5 8 8 11 12 the winner of the goron races gets a bottle full of gold dust\n0 1 1 13 13 the weight of the concrete on the soft materials caused a second ground collapse on the following sunday night\n17 8 8 14 14 in its last 12 meetings this year the committee has made about 30 35 recommendations\n13 33 33 36 36 in fact while coppola was away serving his sentence , the question what ' re you gon na do now , tough guy ? had become a popular catch phrase within a small circle of jersey mobsters\n18 4 4 14 14 the inside of your nose is lined with a moist , thin layer of tissue called a mucous membrane ( say myoo kus mem brayne )\n1 6 6 11 11 every schoolchild is taught that the monsoons are caused by the change in wind patterns when a large body of warm air rises\n14 1 1 6 6 these rules regulate human ' s behavior toward eachother and serve to maintain a sense of social unity\n1 16 16 23 23 both reached the same basic conclusion , that the ship had been destroyed by a magazine explosion which was triggered by an external blast\n0 4 4 7 7 but just think , sadness leads to fear then fear leads to anger\n6 2 2 8 8 then , padding was then put inside the helmets so they fit comfortably and securely\n6 1 1 8 8 individualized letters have been sent to the following addresses\n3 1 1 4 4 the kitchen has a fridge and all necessary utensils\n11 3 3 14 14 they chose a shop that oven bakes the paint in a down draft paint booth\n1 4 4 14 14 by far the greatest damage has been caused by the illicit use of the hallucinogens\n0 4 4 23 23 the symptoms of h1n1 flu include fever , cough , sore throat , runny or stuffy nose , body aches , headache , chills , fatigue , and possibly vomiting or diarrhea\n6 1 1 7 7 another device was inserted into another usb port\n14 4 4 6 6 the first five day workshop introduced tools for identifying and exploiting market opportunities\n2 2 2 4 4 when a joke driven comedy has weaker jokes , there ' s nothing behind them\n9 10 10 11 11 this reputation as a cheap filler for blends has meant grain whisky has been overlooked\n11 1 1 10 10 the quarterback then wins the game with a hail mary pass\n5 2 2 6 6 in a cistern that stores cold liquids , the concrete ring serving as juncture element may be thermally lagged against the rock\n18 2 2 12 12 eu enlargement policy was presented as a central instrument for eu conflict prevention\n3 6 6 7 7 i changed the length of the catapult arm and i changed the rubber band\n18 1 1 5 5 the company entered into collaborative research\n6 8 8 14 14 during the period of economy growth , those people have migrated into the urban areas\n8 1 1 11 11 the decedent had left the nursery supply company ' s main yard earlier in the day\n3 6 6 7 7 the opening and closing of the heart valves produce the sound of the heartbeat\n18 10 10 13 13 the dickens community archive project marks the bicentenary of the author ' s birth\n3 1 1 9 9 this page carries a list of some of these conventions\n1 8 8 16 16 the full amount paid to aardman for the blaze , which was triggered by an electrical fault , was not disclosed\n9 5 5 6 6 the emc of the common bean flour was determined at 10 , 25 , and 40 c\n18 11 11 12 12 since sally industries ' inception , john wood has been a key member of the company ' s management team and a founding member of the board of directors\n18 1 1 6 6 the merger is running into some opposition\n11 1 1 4 4 pressure regulation using the valve and different amounts of fluid goes a long way in keeping your hydraulic log splitter in action\n6 12 12 18 18 a mob wan na be graphically described yesterday how he put a bullet into a gangster ' s head in a twisted attempt to earn respect in his brooklyn neighborhood\n18 1 1 7 7 the computer is kept in a common area within our home\n15 6 6 14 14 inside of it , the first details about the game were revealed through an interview with series director masahiro yasuma\n18 11 11 16 16 there is the evidence , photographic and otherwise , recording the debris caused by the subsequent fire and the explosions\n0 6 6 16 16 most illnesses , including colds and flu , cause a toxic overload that also increases the stress on the kidneys\n3 2 3 6 6 this particular slot machine has three reels and two paylines\n2 22 22 26 26 for example , if the user is bench pressing the bar , the small end of the lever pushes down on the rod of the hydraulic cylinder\n18 1 1 6 6 the archive contains reviews from previous months\n5 0 0 1 1 jug wine has a bad reputation , with many considering it cheap and low quality\n18 1 1 10 10 the paddle , called a dasher , fits inside a canister that holds the ice cream mixture\n11 1 1 3 3 this government views science simply as a tool for profit generation\n14 2 2 10 10 bertolli takes pages and pages of text to explain the significance of flours\n3 20 20 21 21 with the engine now silent , the airman could hear the air as it whistled through the hole in the cockpit floor and the canopy\n13 12 12 16 17 that is one of the many reasons that a ceo ' s team includes an experienced general counsel\n11 11 11 17 18 this is an allegory illustrating a flemish proverb which shows a merchant with a basket of seven duct flutes for sale\n18 6 6 9 9 the feature analysis storage stores the plurality of predetermined features extracted from the retrieved textual opinions\n0 10 10 15 15 this case arises from a december 21 , 2005 automobile accident that resulted in the death of larry haynes\n6 4 4 7 7 a daughter donated her kidney to her father\n18 2 2 15 15 the photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper\n18 2 2 6 6 other tree species in the gabonese forest are much more liable to burn , particularly burseraceae such as\n2 9 9 14 14 the album contains not only songs but also spoken parts narrating parts of the story\n3 22 22 25 25 at the moment , we have to expend a great deal of effort to fight black sigatoka , which attacks the banana plant ' s leaves\n9 1 1 9 9 the starch is the source of the newly formed sugars\n17 1 1 5 5 an employee posted a negative comment about the company on facebook\n12 2 2 7 7 the oak tree was growing in the woods of the longleat estate , in wiltshire , at the time darwin was alive and developing his theory\n18 1 1 7 7 the council has carved the city into zones it calls airsheds , and the most affected areas are those where the new rules are being applied first\n14 1 1 6 7 the theme is centered around urban street vision , with a philosophical future edge\n6 3 3 10 10 then a polyurethane catheter was inserted distally into the hepatic artery and connected to the reservoir through a 3 4 cm subcutaneous tunnel\n1 7 7 9 9 two of my girls had the high fever from vaccines , and our family doctor thought nothing of it\n16 12 12 13 13 value of information ( voi or voi ) is the amount a decision maker would be willing to pay for information prior to making a decision\n6 11 11 13 13 santiago meza lopez , known as the stew maker , stuffed bodies into barrels of lye for drug cartels\n14 3 3 5 5 a full written report supplying motives for your action has been prepared\n18 1 1 2 2 former baseball arbitrator thomas roberts died due to age related complications last wednesday\n14 2 2 5 5 the second report assesses the degree of climate policy integration in six different european countries\n12 1 1 5 5 a tree growing in the woods often develops long roots ( 15 to 25 feet ) rather than a compact root system in order to compete with the roots of existing trees\n1 0 0 4 5 acne is caused by oily skin and often has black or whiteheads , inflamed sores , and infected sores along with scars\n11 1 1 6 6 the meeting decided definitively by secret vote of at least 2 of those present entitled to vote\n4 1 1 5 6 this movie was in a box set with 20 others , with varying quality , and i can safely say that this title was right at the bottom of the heap\n6 1 1 6 6 the magazines were delivered to the subscribers on tuesday\n0 3 3 7 7 excess oil , dirt and bacteria cause acne\n18 1 1 8 8 the bottle carrier converts your bottle into a canteen\n8 2 2 6 6 the fragrant sandalwood grows from the soil\n2 1 1 4 4 the coil of the galvanometer turns about a vertical axis in the plane of the coil , passing through its center of gravity and perpendicular to the field\n14 1 1 5 5 the sheets are concerned with aspects of speaking the language\n11 1 1 3 3 the project uses art as an instrument to provide viewers different insights\n18 1 1 11 11 both squads battered the opposing goaltender with a continuous flurry of shots\n3 1 1 5 5 the fuselage accommodated a camera bay , flare bay and an additional fuel tank\n13 17 17 22 22 i saw come out of london , even unto the presence of the prince , a great rabble of mean and light persons\n4 6 6 11 11 my dish is attached to a pole that resides in a receptacle designed for just such a purpose\n3 8 8 12 12 the bulbar region is an area of the brain composed of the cerebellum , medulla and pons\n3 10 10 13 13 the best mode of the invention is to form the pillow of firm foam rather than using cotton or cloth or feather filers\n16 15 15 19 19 a year later , arlonzia married bizzell pettway and moved into one of the new houses built by the government\n13 16 16 19 19 of course the problem is christmas just passed so i ' ve got a brand new pile of unread books to contend with\n0 3 3 5 5 the proposed permanent rules establish criteria and procedures for awarding grants to eligible applicants\n8 4 4 7 7 as a geologically inactive remnant from accretionary epochs of solar system history , callisto was expected to be a dead , cratered relict , useful only as a contrast to the other , more geologically active satellites\n8 1 1 8 8 the player starts playing at the next nearest keyframe\n12 9 9 10 10 the target of the naval chief of attaining a ship fleet of 313 remains uncertain , as the congress believes that it would be beyond their budget to fund such a huge amount and cheaper options of shipbuilding were possible\n14 5 5 9 9 some of my most recent blogs were concerned with life on the croft in various seasons\n11 4 4 9 9 he proposed writing a teacher ' s guide to blackboard drawing\n16 1 1 24 24 a work of the united states government , as defined by united states copyright law , is a work prepared by an officer or employee of the u s government as part of that person ' s official duties\n18 5 5 8 8 they break down into different categories , including tourism , financial services ( such as banks , insurance companies ) , shipping , telecommunications , labor money remitted by nationals working abroad ) , public services ( such as health care , sanitation and education ) , and public utilities like water , electricity and gas\n8 4 4 8 8 ninety percent of the water evaporated from the ocean falls back on the ocean as rain\n18 1 1 6 6 my mother sank into a deep depression after breast cancer scare\n13 16 16 18 18 te kanawa , a chief of waikato , was the man who fell in with a troop of fairies upon the top of puke more , a high hill in the waikato district\n8 4 4 7 7 he nevertheless drew that syrup from a cask and handed it to me in a jug\n1 1 1 6 6 the rainbows are caused by the refraction , or bending , of sunlight as it passes through the raindrops\n18 2 2 7 7 the above chart , produced by a study at the weizmann institute of science in israel , shows our reactions to different smells along two axes\n16 19 19 20 20 in the terry pratchett discworld novel feet of clay ( 1996 ) a butcher , a baker and a candlestick maker ( heads of their respective guilds ) play important supporting roles\n0 3 3 5 5 the weekend snow storm caused cancellation of the tornadoes ' scheduled league game\n13 9 9 13 13 the event was to be kicked off by a parade of the competing athletes , followed by a speech i was to give prior to the opening of competition\n1 4 4 8 8 the response to the harm caused by the flood , although institutionally organized , relied mostly on individuals joined in a common purpose rather than on an orchestrated effort by established hand binderies\n15 1 1 12 12 the history has recently ( 2008 ) been set out in a book by arnie gibbons\n4 1 1 8 8 the album was stored in a protective poly jacket and the vinyl was stored in an anti static sleeve\n6 1 1 7 7 traditionally aid has been delivered to african countries by international charities\n8 5 5 10 11 hot dog or cream salad mustard is made from yellow mustard seeds using a wet milling process that creates a fine paste\n12 14 14 8 8 father was member of the ussr olympic rowing team from 1986 92 and her mother was a member of the team from 1986 88\n4 4 4 7 7 i grew up with milk in a sack\n14 2 2 8 8 his previous work has explored archetypal and symbolic themes\n10 4 4 18 18 marking birds with color bands and a u s fish and wildlife service uniquely numbered metal band enables researchers to follow individuals from year to year\n13 19 19 22 22 in addition to being the fellowship ' s guide in lothlorien , in the second movie he leads a regiment of elven archers from lorien to the battle of helm ' s deep , where he is eventually slain by an uruk hai along with many of his archers\n2 8 8 11 11 rosacea is a longterm disorder in which the skin of the face becomes red and develops pimples , lesions , and more rarely enlargement of the nose\n18 6 6 9 9 this category classifies military units and formations by the year in which they were established\n17 33 33 37 37 the cappuccino ' s climate change impact depends on whether the cafe is double glazed , the decisions the staff and i take to get there , the diet of the methane producing cow that produced the milk and the source of power for the espresso machine\n0 1 1 4 4 larger batteries provide standby power for telephone exchanges or computer data centers\n4 12 12 16 16 police found in front of one of the bombed establishments an improvised bomb inside a papaya fruit left under a table at delecta bakeshop friday by two teenage suspects\n2 1 1 4 4 the burner of the dryer is lined with more than 3 cm thick castable refractory material\n3 20 20 29 29 the water rushing off that safe platform started to wash the seal back into the sea , but then the humpback gave the seal a gentle nudge with its flipper\n11 2 2 17 17 until 1864 vessels in the service of certain uk public offices defaced the red ensign with the badge of their office\n11 1 1 12 12 experienced bakers hold the door open a crack with a wooden spoon handle\n11 1 1 7 7 the prince decorated the cake with a frosting i pre made from confectioner ' s sugar\n1 2 2 6 6 the uterine contractions are caused by prostaglandins\n1 8 8 12 12 slaanesh enjoys every aspect of experience , deriving pleasure from pain and suffering\n11 1 1 16 16 the folks at the lilly endowment were interested in the study of philanthropy through a biographical lens\n18 4 4 8 9 the politicians have taken people deep into the twilight zone\n9 7 7 8 8 above all , the prime ingredient in chicken soup is love\n0 1 1 6 6 a cigarette set off a smoke alarm\n14 1 1 14 14 quarterly magazine covers the latest political , economic , social , cultural and sporting developments in africa\n4 4 4 4 4 we discovered that a casket was placed inside a second casket made of zinc\n2 2 2 5 5 from the window of a train the world is a visual banquet , one you taste and inhale as it flows past your window\n14 2 2 7 7 a reconstruction drawing from 1954 shows a man wearing the cape over his shoulders\n15 6 7 14 14 it is one of the oldest chess openings , having been discussed in the literature by 1497\n4 6 6 11 11 tuesday night , a mysterious white powder was discovered inside a roll of quarters at the lakeshore mall movie theater\n4 3 3 7 7 the badly decomposed body was in a suitcase placed inside a manhole near some luxury homes in stanley\n8 1 1 5 5 a sweeper starts at an end then runs to the opposite end\n18 1 1 12 12 the abridger did his job carefully , and with a fairly good eye for consequential alterations\n14 3 3 7 7 he signed a proclamation that declares the flu a national emergency\n18 0 0 6 6 rumors have been leaked to the public\n6 3 3 6 6 he put a book into the cupboard\n18 1 1 5 5 the infant was in a box\n0 5 5 9 9 eighty four percent of the complications resulted in patient deaths , while 16 percent resulted in a serious injury\n13 6 6 8 8 a fisherman saw them with a brood of chicks on the river on 11 may\n18 1 1 6 6 the trail extended from the coushatta village on the sabine river through the area of ten present texas counties and merged with the atascosito road in colorado county\n18 1 1 5 5 the pilots have flown into trouble before they have even seen it by flying near the base of the clouds\n11 1 1 11 11 the grower had to flip plow the field with a modified moldboard\n17 9 9 16 16 the chief executive of bottega veneta , the italian maker of the coveted and distinctive woven handbags , is planning for the worst while hoping for something better\n8 7 7 10 10 here is a reliable and tasty cookie recipe from my grandmother\n1 19 19 23 23 so solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels , the steam is produced by the heat collected from sunlight\n18 8 8 14 14 recall that in the blink application , the timers were started from the booted event\n18 11 11 14 14 bishop v gene robinson of new hampshire and more than 300 clergy of various faiths plan to spend tuesday on capitol hill lobbying lawmakers to push through a bill that broadens the definition of hate crimes to include those motivated by a person ' s sexual orientation , gender identity and disability\n13 5 5 8 8 our civilisation is like a dule of young turkeys who are in danger of losing their marbles\n1 1 1 5 6 the shifts are caused by gas flows going up one leg and returning down the other\n18 3 3 8 8 this primary school teacher has completed a whole book with his class in just one week\n14 6 6 9 10 the cornish pirates have signed a declaration to tackle climate change as part of their commitment to save energy and reduce their environmental footprint\n4 3 3 6 6 we dissolved the contents of one packet in a carafe of water and ran the brew cycle\n18 8 8 10 10 as she looked up , she saw a flight of stairs\n0 0 0 20 20 lesions affecting the medial part of the premotor cortex , the sma and sparing the precentral gyrus caused a contralateral hemiparesis predominating on the leg but predominating proximally on both leg and arm\n14 2 2 7 7 a french initiative aimed at tackling childhood obesity is adopted in a town in north lanarkshire\n14 1 1 8 8 this book provides a powerful analysis of the role that information and communication technologies can have in teaching and learning\n2 16 16 19 20 in 1974 , the american sociologist david l phillips showed that publications of suicides on the frontpage of the news paper were followed by an increase in national suicide rates in the month after the publication\n4 1 1 17 17 a chip of his breastbone the shape and size of a pinkie fingernail is preserved in a reliquary kept in the rectory\n8 6 6 11 11 a die cut and creased cartonboard blank is made into a carton\n13 22 22 24 24 dulce , a sophisticated girl of twelve , did not in the least care for the bird fancier , and his waiting meinie of sparrows , or to go into the louvre for a last look at the victory\n6 2 2 8 8 the injected fluid is slowly spread to the body\n18 3 3 11 11 thus , the princess was born in the midst of the storm that swept over the world in march , 1848\n6 5 6 11 11 just before serving , the olive oil was poured into the salad\n4 1 1 5 5 the acid was in a bottle but that the cap was knocked off when trash was thrown into the dumpster\n2 2 2 6 6 optimizing a transformer driven active magnetic shield in induction heating\n14 2 2 6 6 in this article , he explores impulsivity in detail\n18 9 9 14 14 newer damper designs have been tested to accommodate a cadre of various flanged connection combinations to comply with ul ' s breakaway requirements\n14 3 3 6 7 she received a letter discussing her teaching duties\n6 10 10 14 14 this is the right time to apply as many new projects are landing into markets in india\n2 6 6 7 7 i finished my little 30s puff sleeve blouse last night this morning\n18 5 5 9 9 members are primarily interested in issues related to family law\n0 1 1 3 3 resulting congestion caused delays of 15 20 minutes to northeast corridor , north jersey coast line and midtown direct trains\n14 4 4 9 9 the rcmp released its report this week on the death of robert dziekanski\n6 3 3 7 7 he handed the suspects over to the police\n18 0 0 2 3 concerns regarding data protection had been raised by a number of authorities\n18 3 3 5 5 to preserve its catch of fish , each boat loads between 2000 and 3000 kilos of ice before it goes out to sea\n3 1 1 7 7 the program creates sound using individually recorded notes from a real piano\n8 1 1 7 7 the term is derived from a boxing metaphor when boxers train on a heavy bag they can knock the bag off the hook\n18 1 1 6 6 my answer came in the last paragraph\n13 9 9 14 14 barbauld was also a literary critic , and her anthology of eighteenth century british novels helped establish the canon as we know it today\n11 10 10 20 20 at 5 30 am my son was right behind the officer who battered the door down with a huge steel ram\n18 2 2 20 20 this blazing bastard of a cut literally peels the skin straight off you face with its unswerving white knuckle apocalyptic velocity frankly we need more of this in our life\n16 11 11 15 15 in america , september 11 gave rise to a mass of verses written by ordinary people to express their grief\n6 3 3 11 12 they opened the text file and dumped the text into the text box\n11 4 4 7 7 and you thought a dentist with a drill was scary\n1 2 2 6 6 khzz experienced competition from former oldies station khyl , but both stations ended up giving up the format , with khzz turning to oldies\n3 4 4 8 8 xiehouyu is a chinese proverb consisting of two parts\n18 5 5 8 8 an icon is a small picture representing a file , folder or program on your computer\n1 1 1 7 7 a plasma was generated by an electric discharge between electrodes located in the focal plane of the lens and separated by 1 cm from one another\n8 1 1 6 6 the artwork arose from an enjoyable evening with some friends and too much inspiration\n2 2 2 5 5 the speed indicator of the bus was n ' t working and the driver was driving like mad\n3 1 1 6 6 the horn has a full round end , the expensive part of the antlers\n6 1 1 5 5 molten copper is poured into molds at chuquicamata copper refinery\n15 2 2 7 7 three different storylines are narrated in alternating chapters\n2 6 6 10 10 a careless attendant had hooked the padlock of the monkey cage in the staple , but had not locked it\n14 1 1 5 6 the book is rich in social history as more traces the origins and subsequent careers of numerous students and the experiences of numerous faculty\n15 1 1 12 12 the methods adopted for histochemical observations have been described in the preceding paper\n6 1 1 9 9 the coffee grounds fall to the bottom of the pot , and the coffee is poured off into a second pot known as a mutbak\n18 13 13 16 16 a group of women from curves timaru won best dressed prize with their ensemble of purple clothes , colorful wigs and sparkly tiaras\n13 4 4 7 7 there was also a zoo of metallic monsters and a giant rocket poised on the lake\n8 1 1 10 10 paint dust collected from a grit blasting operation inside a caisson was stirred up using a leave blower\n11 1 1 10 10 the guest of honor breaks open the clay with a mallet , allowing a fragrant aroma to escape\n0 1 1 5 5 several infections cause rash fever disease that is commonly mistaken for measles\n18 9 9 14 14 described herein are improved apparatus and method for tissue treatment with high intensity focused ultrasound\n10 7 7 10 10 the clutch holder was made with a lathe by a friend of mine\n1 4 4 12 12 the cause for the jump to over 30 , 000 was the deterioration in the economy triggered by a series of bankruptcies among banks and securities firms\n18 1 1 18 18 both cocaine and crack cocaine cause constricted blood vessels , increased heart rate , body temperature and blood pressure\n6 1 1 6 6 the man was taken into the building\n3 5 5 10 10 michael jackson ' s fbi file consists of about 600 pages\n3 2 2 8 8 because steam locomotives included one or more steam engines , they are sometimes referred to as steam engines\n6 3 3 10 10 it took the dirt out of the house into a canister which was located in the garage\n0 11 11 20 20 as the compressor on the frig turned on caused a voltage spike on the electrical line , which caused a glitch in the room commander system\n3 1 1 4 4 the complex includes a restaurant , shop and the adventure centre\n13 5 5 7 7 preventing computer fraud means outwitting horde of hackers , crackers , spoofers , and sniffers\n6 3 3 10 10 furthermore , several areas have also been added to the spaces\n6 2 2 8 9 all librivox recordings have been released into the public domain\n16 14 14 24 24 for crazy science , do n ' t forget the amazingly fun and dangerous book mad science or a beautiful book by the same author about chemistry\n18 5 5 10 10 at full establishment , a brigade of 18 lbr field guns consisted of 795 men of whom 23 were officers\n0 0 0 15 15 stimulation of the posterior horn of the medial meniscus produced a measurable amount of cmap latency for the semimembranosus muscle\n11 1 1 4 4 the artist moves a pointer attached to one part of the pantograph along the outline of the original flat image , and a pencil attached to another part traces out the image but at a larger scale\n9 1 1 2 2 thick oatmeal cookies are soft , while the thin ones are crispy\n13 12 12 15 15 from their sleeping place in some unseen vale below , came the clamor of homing rooks\n6 6 6 9 9 insurgents in asadabad have thrown a grenade into the crowd\n11 13 13 16 16 hands wield the sword in the realm of the flesh , but the intellect wields the pen in the realm of understanding , or of the spirit\n13 6 6 8 8 a researcher had been studying a tribe of baboons for 30 years in the wilds of africa\n14 3 3 12 12 most of the verses of the plantation songs had some reference to freedom\n1 5 5 7 7 saosin shook himself off , coughing from inhaling the smoke , and then stood up in an awkward fashion\n6 4 4 9 9 we put the trampoline data into the read only section since a cpu hot plug was supported\n18 10 11 15 15 finally , there are the compeers , i mean the character compeers of all these profligates , whose appearance is truly somewhat different , namely , rags and drunkenness\n2 4 4 7 7 the species in the intestine of the cat is not the same as that found in the mouth of the cat and other animals\n1 2 2 9 9 a polio outbreak in nigeria was caused by the vaccine designed to stop it , leaving at least 69 children paralyzed\n13 8 8 11 11 the pyramid of champagne flutes is like the communion of local churches that comprise the catholic church\n2 7 7 10 10 the edge of that drawer hits the handle of the dishwasher\n5 9 9 12 12 i left belgium to return to italy with a suitcase full of items i can not find here and more importantly with a more positive attitude\n11 1 1 6 6 these tests work by using a substance that changes color once it is bound to hcg\n18 2 2 9 9 the us price of gasoline went unchanged from two weeks ago , holding an average of 2 64 a gallon\n18 10 10 14 14 this document provides updated interim guidance on the use of facemasks and respirators for reduction of exposure to 2009 influenza a\n13 16 16 19 19 controlling for the mid five figure bribe , imus is a guilty pleasure for a large ratpack of media folks including anna quindlen , jim lehrer , tim russert , tom brokaw , bill o ' reilly , tom friedman , frank rich , maureen dowd , and andy rooney\n5 1 1 9 9 the basket was full of furry orange and black faces kittens\n18 6 6 20 20 his becomes version 1 of the report and is the report that fulfills compliance with the arra section 1512 reporting requirements\n8 1 1 6 6 the collagen was extracted from chrome shavings with alkali\n3 5 5 7 8 but for an old at keyboard the keypad keys produced digits when numlock was on or shift\n2 3 3 10 10 brownie girl scout vest is the best part of the uniform\n12 2 2 5 5 so the chief of the police shouted to his officers , stop thief ! and many made after him\n14 6 6 9 9 warning labels on cigarette packs and ads inform about dangers and , implicitly , to discourage use\n18 10 10 11 11 hotel la residencia was used by dali frequently for his afternoon drink and chat sessions , and has lovely two level rooms\n2 5 6 9 9 the sonar picks up the swim bladder of the fish\n0 1 1 10 10 the impact of the tire against the pothole caused a slit on the tube that the repairman had to sew three stiches\n11 9 9 12 12 national discourse ( 1780 ) shows a stout british sailor with a cudgel staring down a relatively effete french seaman with a sword\n13 3 3 6 6 tongsville uses a menage of pixel styles that are best compared to famed digitally designed experiences like netbabyworld and eboy ' s ecity\n6 3 3 8 8 a lot of effort has gone into the development of a suitable statistical method\n14 6 6 14 14 the three part irish crime documentary series examined three memorable and notorious large scale crimes committed in the country\n18 1 1 7 7 the officers have been placed on administrative leave\n0 0 0 4 5 stress and anxiety trigger panic attacks , however healthy people may experience panic attacks , but they are no that common\n2 8 8 10 10 we examined the electrical resistance of the paw pads of mice under the same conditions as used previously in studies of the passive avoidance response\n9 2 3 4 4 the reason peanut butter cookies are being recalled is that the cookies might not get hot enough throughout to kill all the salmonella\n18 1 1 6 6 the graph was stored in live format\n11 0 0 4 4 lumberjacks hold the axe handle nearer the axe head\n14 3 3 5 5 he published important works on epistemology , as well as works relevant to religion , law , and history\n18 13 13 16 17 that ' s why i gave birth in the toilet and hid the baby in a cupboard drawer\n18 2 2 5 6 fortunately the drift of the cattle traffic is eastward , and as yet there has been no propagation of the poison in the great cattle ranges of the west\n3 5 5 6 6 the construction work of the metro station for line 6 started in september 2007\n6 0 0 10 10 victims from the factory have been transported into the emergency room\n3 14 14 21 21 within minutes of last night ' s terrorist attacks in mumbai in india , blogs and social networks were buzzing with news , photos and eyewitness accounts\n4 7 7 10 10 this is due to the amount of sand in the hourglass and the size of the hole the sand must pass through\n2 29 29 3 3 people with thickened heart valves may need to take antibiotics before some types of dental and surgical procedures because they are at risk of developing an infection on the valve in the heart\n6 2 2 9 9 some 9000 marines are moving into the small afghan towns near the border to stop taliban soldiers\n18 2 2 6 6 the stunt plane went into uncontrollable dive\n18 2 2 11 11 the former president in my company has moved into private equity jobs\n4 1 1 13 13 the bomb which killed two people and injured several others was in a bin outside a jewellers to the right of the george street entrance to the hotel\n18 16 16 19 19 in order for you to find the exact products that you are looking for , the staff in the shop gives advice over the phone just call 45 33 69\n18 2 2 8 8 mental health recovery and economic recovery after the storm high frequency longitudinal evidence from sri lankan small business owners\n18 4 4 7 7 the behavior of premixed flame in a vessel is investigated through a direct numerical simulation of the three dimensional unsteady navier stokes equations\n16 7 7 12 12 the structure is similar to a microfiber array developed by the same group of researchers in 2006\n4 1 1 5 5 his head was in a jar , but most of his brain stem and one ear was left on his body\n18 1 1 4 4 the chair of the corporation is elected for a term of office of up to four years as determined by the corporation\n1 1 1 6 6 the drop was caused by the recession and the usual seasonal factors , with fruit and vegetable prices lower in the summer months\n1 1 1 6 6 the pandemic was caused by the virus yesinia pestis , better known as the bubonic black plague , which infected the flees on the black rodents\n10 6 6 16 16 5 gigahertz is a radio frequency band that is used by 802 11 a wi fi products\n18 8 8 18 18 amino acid synthesis is the set of biochemical processes ( metabolic pathways ) by which the various amino acids are produced from other compounds\n13 21 21 24 24 after arresting a computer hacker who stole 2 million from the federal reserve , jake assumes his identity to infiltrate a ring of his associates and discover what their next target will be\n18 3 3 14 14 washington ' s forces defeated the british in 1781 with the help of french troops and german military officer baron von steuben\n15 4 4 9 9 the processor ' s existence was revealed during a speech from amd executive vice president\n10 7 7 8 8 the article describes the tragedy of a switchboard operator\n6 4 5 10 10 the company is moving plant material into queensland ' s suburb\n8 1 1 5 5 the term originates from an expression same edne\n8 10 10 15 15 after 1 and 14 d of ripening , the cheese serum was pressed from the cheeses brined at 0 1 and 300 mpa\n18 2 2 6 6 the latest state of the economy report by the bank of uganda indicates that overall , export proceeds in the month of october increased by 9 7 per cent\n0 0 0 4 4 unemployment and poverty cause abuse of children and serious situations such as the breakdown of families where the rights of the child are easily infringe\n13 5 5 7 7 the following is a comprehensive list of colors that are included in the wikipedia articles about color\n14 1 1 3 3 the discussion around content shifts to a curation model\n4 4 4 10 11 the child ' s body was abandoned placed in a laundry bag that was sealed in a plastic garbage bag before it was left behind in the woods\n18 2 2 6 6 the software products governed by this agreement are the viewpoint media playerand the viewpoint manager\n13 20 20 23 23 in this study , subjects from two different societies were asked to play ultimatum games and subsequently to answer a battery of attitudinal questions\n6 0 0 9 9 goods such as soaps and towels were transported into countries in central africa\n2 9 9 12 12 there were at least 12 firefighters operating on the roof of the supermarket at this time\n17 1 1 4 4 the contestant gave an answer that drew a mixed reaction from the audience\n2 5 5 8 8 there is a red indicator button on the dash to the left of the steering wheel and it is stationary\n8 9 9 13 13 the paper presents a chemical composition analysis of the gases emanated from geothermal sources in the herculane spa area ( romania )\n8 1 1 8 8 the student who fell from an olson hall window in october was alone in his room\n3 0 0 7 7 personality in poetry includes such things as style and rhythm\n3 1 1 4 4 the course comprises 9 holes through the listed historic park round gilling castle , and provides a stimulating challenge for any golfer\n1 0 0 4 4 acne is caused by irritants like fabrics , hair gels and makeup\n18 4 5 9 9 exe is the common filename extension denoting an executable file\n14 1 1 7 7 parent verbalizations were focused on story relevant questions\n6 2 2 7 7 climate change talks have been moving into overtime\n16 14 14 15 15 in new england in the early to mid 19th century , many cotton and textile factories employed large numbers of female adolescent workers from the new england area\n13 26 26 29 29 as well as being a writer , landis was also a collector , and by the time of his death had laid the foundation of a library of rare books on korea\n2 7 7 10 10 man at the norhtern edge of the mouth of the cave of stora forvar , with a stone age settlement which was excavated in 1888 1893\n18 11 11 23 23 rising as it does , 8260 feet straight from the fertile plains of the north island ' s finest dairying country , the mountain is clothed with primeval forest\n13 12 12 14 14 chinese literature begins with shijing ( book of odes ) , an anthology of songs , poems , and hymns\n0 0 0 3 3 sadness leads to dissatisfaction with the job\n6 3 3 8 8 a grade i certificate was awarded to the product\n1 13 13 17 17 the word song is used to describe the pattern of regular and predictable sounds made by some species of whales , notably the humpback whale\n2 6 6 2 2 insert the oyster knife in the hinge of the oyster ( figure 1 )\n18 4 4 13 14 a 7 month old baby was locked in a 2 by 3 foot cedar chest hidden underneath her aunt ' s bed for 12 hours before police found her wednesday\n11 5 5 13 13 for very young children the fitter measures the foot with a little hand gauge but when the child gets older they get to go on the state of the art\n0 5 5 9 9 by 1945 the french electric system was generating more power than it had before the war\n1 21 21 25 25 that being said , i do love the game and play it all the time but would appreciate a little less frustration from programming and debugging , and sticking strictly with the frustration that comes from hitting bad shots\n1 7 7 11 11 you see and hear hackman ' s screaming after the dreadful shooting\n14 2 2 7 7 the whole excerpt revolved around one single theme\n16 5 5 11 11 the magic e was a rhyme by an orange alien robot thing that sang along the lines of kit , becomes kite with me\n9 0 0 1 1 berry wine has the potential to be really remarkably awful\n4 3 3 9 9 nelson ' s body was preserved first in a cask of brandy at gibraltar , this was changed to spirits of wine\n0 2 2 3 3 wind and water erosion is confined to farmlands\n11 13 13 20 20 the idea is the heatsink removes the heat from the cpu and the fan blasts the heatsink with the surrounding air cooling it down\n2 8 8 10 10 adaptive hyperplasia and compensatory growth in the salt glands of ducks and geese\n0 2 2 17 17 the human papillomavirus is one of the most common causes of these and most other types of warts , and this is a virus that attacks the skin through direct contact\n1 1 1 7 7 the crash has been caused by a meteor\n18 2 2 6 6 an ordinary day is thrown into chaos by an audacious crime\n18 1 1 11 11 the body is built up of many different things such as muscle and fat and water\n13 9 9 11 11 the house is set in a large garden or plantation of bananas , coconuts , limes , and other fruit trees , and a short distance off are the teachers ' and students ' houses\n1 13 13 15 15 the man was on his knees , sdiraya neck with the rope and coughing from suffocation\n11 1 2 9 9 the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment\n14 2 2 6 6 in this paper we describe the derivation of a blastocyst following heterologous nuclear transfer ( nt ) into a human oocyte\n18 12 12 18 18 the primary aim of the present invention is to provide a capless closure for a conventional fuel filler pipe\n3 1 1 4 4 the dolphin ' s tail is so powerful it can push the dolphin straight up out of the water\n1 10 10 14 14 the south china tigers are verging on the brink on extinction from hunting and deforestation , and these magestic animals are so close to being gone forever\n12 5 5 8 8 matthew coon come is the leader of this organization\n8 1 1 8 8 the word mandala is from the classical indian language of sanskrit\n8 2 2 7 7 hopefully the students went away from the assembly with a little more pride and respect for our veterans\n17 1 1 4 4 the researchers produced a report which has , literally , saved their jobs\n2 3 3 5 5 flapping with his wings the duckling quacked for joy\n18 3 3 5 5 all of our producers rear produce within the new forest\n3 6 6 14 14 sensitive and robust , this active stethoscope features a small metal and rubber button head with a preamped pvdf film sensor inside\n17 9 9 18 18 this lot are simply an ace young british pop band , who recorded the most consistent power pop album of 2009\n13 6 6 8 8 the council hall stank like a congress of baboons\n18 1 1 9 9 the patient has been placed into a drug induced coma\n0 0 1 10 10 swine flu is one of the leading causes of respiratory disease in swine throughout the world\n1 7 7 11 11 the environmental and health consequences of the evacuation after the chernobyl accident\n11 0 0 8 8 lasers work by using various soft pulsing light wavelengths and intensities to help reshape scar tissue\n1 8 8 12 12 the queen has expressed her shock at the devastation caused by the flooding\n2 8 8 5 5 the handpiece contains a primary coil and the sleeve encloses a secondary coil , which are inductively coupled together so that electromagnetic energy can be transferred between them\n8 6 6 12 12 subsequent dna analysis confirmed that the fetus was derived from a cloned embryo\n0 1 1 5 5 the speech caused a conservative combustion on the internet , but when wanda visited the tonight show a few weeks later to talk about the dinner , she told jay leno that she did n ' t even know about the controversy\n18 10 10 12 12 relaxation involves concentration and slow , deep breathing to release tension from muscles and relieve pain\n0 9 9 15 15 the pet was overly sensitive , and thus the ticks and fleas caused rashes and discomfort\n14 10 10 13 13 dr legome discussed the hospital ' s response to the news that a plane had crashed into a river\n10 3 3 8 8 strenuous activity with shovel and wheelbarrow enabled my neighbor to give the ground a gradual slope up to the fence\n14 1 1 6 6 the letter contained details on the dispute\n0 1 1 7 7 the raid resulted in an immediate regional crisis over the apparent colombian violation of ecuadoran sovereignty , with both ecuador and venezuela mobilizing military forces\n0 1 1 3 3 a scheme establishing access to the east sussex countryside for disabled people draws to a close\n8 1 1 8 8 the paint is going away from the small aluminium at the bottom and at the top of the keyboard\n15 3 3 8 8 copy of all documents being discussed at the meeting were available for inspection\n14 10 10 15 16 this included writing an account of their character and a speech on the subject of child labor\n3 1 1 8 8 the laptop includes a 1 6 ghz intel processor , presumably with the usual 945gse northbridge and ich7m southbridge , 1gb of ram , and a 2 5 inch , 160gb hard disk drive\n2 1 1 8 8 the artwork and artifacts that make up this exhibit give students the opportunity to physically and personally experience some of the things ( and weight of the things ) that grunts carried in vietnam\n18 5 5 7 7 recent global warming has thrown nature into disarray\n1 9 9 17 17 comedy was employed in a cathartic role against the tension , fear and grief caused by the fighting\n1 25 25 33 33 since 1972 , when jewish settler organizations were successful in falsely registering the land with the israeli land registrar , the family have suffered the stress and anxiety caused by the constant legal battles involved in fighting for the right to stay in the homes in which many of them were born\n18 2 2 13 13 the fleeing convicts were picked out of the darkness by the watchful prison guards\n15 11 11 12 12 there are a number of fairly standard conventions when framing a business letter that it is important to observe\n3 1 1 3 3 the letter contains instructions for completion , and encloses a blank copy of the assurance of compliance\n15 1 1 9 9 this book has been the topic of considerable heated debate , but it is not the intention of this reviewer to enter into this public argument\n13 19 19 22 22 he is mentioned in the first chapter of walton ' s compleat angler , wherein venator refers to a meet of his hounds at am well hill\n13 11 11 14 14 one of the few landmarks to guide the charge was a copse of oak trees near the center of the union line\n18 3 3 10 10 for a time class became the dominant research topic for sociology\n13 33 33 36 36 mud plastered walls , traditional display of art , handicrafts from all parts of the nation and the exclusivity of each theme state every year makes the surajkund mela stand apart in the league of various exhibitions of arts and crafts\n14 2 2 6 6 the next paragraphs introduce some simple ideas from weighted digraph analysis\n18 1 1 8 8 a photograph reminds frederic about a forgotten childhood memory about a mysterious woman in white a young\n12 1 1 6 6 the surgeon is part of the team of clinicians participating in a long rehabilitation process\n8 1 1 7 7 the bait got out from under the frig\n13 6 6 9 9 in the hands of an evil cabal of sadistic murderers who feast on the flesh of their victims , a young woman lashes out in one , last , desperate act of defiance\n4 5 5 12 13 one way to have a garden in the country is in a window box\n9 2 2 12 12 the deepest portion of the photosphere is the source of a continuous spectrum\n14 1 1 3 3 a calendar of saints forms a way of organising a liturgical year on the finely granulated level of days by assigning each day to association with a saint\n14 8 8 11 11 the rail accident investigation branch has released its report on the derailment\n1 19 19 24 24 all thirty of the patches sewn into the cloth in 1534 by the poor clare nuns to repair the devastation caused by the 1532 fire were removed\n3 1 1 6 6 the conference was organised around four roundtables\n4 1 1 5 5 the cocaine was in a suitcase that had arrived on a flight from mexico\n18 7 7 9 9 the learning institute has several externally funded projects investigating aspects of learning and teaching or management in higher education\n18 1 1 5 5 my cockatiel threw up this morning\n3 3 3 9 9 the plasma processing apparatus produces a plasma in a vessel and processes samples using the plasma\n14 4 4 9 9 he wrote out a sketch setting out his basic ideas on transmutation of species\n13 7 7 10 10 rhys and frost , two of my business of four ferrets , love to go outside on their leashes\n6 1 1 7 7 the funds are invested into renewable energy schemes\n8 10 10 16 16 as mr appenzeller retracted his hand in shock , a head popped out of the wet clothing , its eyes wide and frightened\n11 1 1 11 11 the court instead achieved the desired flexibility using a harmless error rule\n1 1 1 7 8 the storm was generated by an intense cold front moving across drought affected areas in south australia and nsw\n8 3 3 8 8 this 80 page article was extracted from the book new model of the universe , by p d ouspensky\n2 10 10 13 13 metallurgical plant has shown that the performance of the clamping mechanism of the gun is less than satisfactory\n6 2 2 8 8 an aids test is added to the physical exam\n3 11 11 14 14 it is soon asleep , however , on the pillow of mother ' s breast\n6 1 1 6 7 the order is posted to an overseas address\n6 12 12 16 16 to reheat the turkey without drying it out , we placed the slices in a steamer basket set in a pot of simmering water\n18 1 1 5 6 the matter inside a supermassive black hole is not as dense as inside a stellar sized black hole\n14 1 1 4 4 this guide outlines the issues to consider before submitting your junior reporter pieces\n17 3 3 7 7 the marketing research firm reeased a recent report saying the number of americans watching online video has more than tripled in the last 5 years\n18 24 24 27 27 in late summer ( july to september ) , the robins disperse and the culex shift to feeding on humans , again despite the ubiquity of house sparrows\n1 0 1 5 5 joint problems are caused by osteoarthitis ( degenerative joint disease ) , subluxations , sprains , intervertebral disc\n6 2 2 9 9 enteric formulated lactoferrin was more effectively transported into the blood\n18 1 1 5 5 the examination started at the head\n8 8 8 13 13 with a blow of the whistle , the locomotive departs from the station platform pushing four carriages ahead of it\n17 1 1 7 7 the archives also publish historical and scientific studies\n17 0 0 9 9 scientists responsible for analyzing the seizures have given a warning that traffickers are turning to hospital x ray equipment and laboratory supplies as an illicit source of radioactive material\n4 1 1 6 6 the money was locked in a safe on the premises\n6 1 1 8 8 this flame was put inside a hollowed out turnip to keep it glowing\n14 3 3 12 13 it is a tutorial by mark levine that aims to summarise the musical theory , including jazz harmony , required by an aspiring jazz pianist\n18 2 2 9 9 this adorable necklace is made with fine silver plated chain and is 20 long\n13 35 35 37 37 we did spot a few elephants , cape buffaloes , and warthogs , when we got so close we could actually count the warts on their faces , but our best shots were of the corps of giraffes , who towered over us at over eighteen feet tall and weighed in excess of 2 , 000 pounds\n0 1 1 2 2 a lice infestation is diagnosed by looking closely through pubic hair for nits , nymphs , or adults\n6 5 5 12 12 an actress ' s nude photos have been leaked to a local journal\n18 16 16 19 19 ` transition ' are the series of large mirrored beach hits that cling to the stubborn undulation of the cliffs above mckenzie ' s bay\n2 5 5 9 9 the nice thing about the title of the first book was that as soon as you saw the the cover , or even read the title , you knew immediately about the blog without having to read a review or a to get more info blurb\n18 4 4 6 6 a traveler wears a mask for protection against the swine flu\n18 7 7 15 15 those models were chain driven and the mechanism was enclosed in a very visible oil bath\n1 26 26 32 32 he created and advocated flower power , a strategy in which antiwar demonstrators promoted positive values like peace and love to dramatize their opposition to the destruction and death caused by the war in vietnam\n6 1 1 6 6 the file is added to the directory\n18 6 6 10 11 it is a document that recites facts pertinent to a legal proceeding\n14 1 1 4 4 the files reveal militarist plot to kill yoshida\n8 12 12 16 16 he took the most convenient way to go to lausanne using a train from the railway station located at the airport\n6 3 3 8 8 pentagon moves the troops into the middle eastern region\n18 0 1 9 9 end sequencing of the fragments with short 36 base reads therefore leads to elevated coverage near the end of the baits\n13 11 11 13 13 for wader enthusiasts each spring provides an opportunity to discover a trip of dotterel\n6 1 1 8 8 a stone was put inside a freshly made pot , then it was pressed against the metal\n4 1 1 5 5 the cognac was in a bottle from which the label , if it ever had one , had long since vanished\n8 8 8 11 11 a rustic cottage and farm yard buildings give memories from bygone days\n18 5 5 12 12 it is an ongoing academic project by social scientists to assess the state of sociocultural , moral , religious , and political values of different cultures around the world\n6 3 3 9 9 an assam rebel leader was handed over to the police\n4 4 4 8 8 the two four legged chickens were in a box under a heat lamp , a temporary lodging until a more spacious cage was available\n18 1 1 4 4 the clerk in the shop activated the card for us\n0 1 1 5 5 the accident caused a traffic snarl on the ever busy bridge leading to diversions to other routes\n10 6 6 10 10 aromatic hydrocarbon water separations by a pressure driven membrane separation process\n13 3 3 5 5 greene monitored a colony of rabbits over a long period of time ( 8 10 years )\n18 7 8 12 12 the arts minister eagerly put this famous oil painting into a cultural frame\n11 1 1 8 8 the man ran him over with his own truck , and then left the country\n14 9 9 13 13 however , in 1819 the united states had by statute declared the slave trade to be piracy and subject to the death penalty\n13 12 12 15 15 on one occasion we had an excellent opportunity of watching a small covey of willow grouse , almost as pure white as the snow upon which they were running\n1 6 6 16 16 i ' ve suffered from an injury that has been caused by the negligence of another person , and i ' ve filed an injury claim\n18 4 4 8 8 some part of the train was inside a tunnel and the remaining on the ramp\n16 4 4 7 7 james ford , a sculptor and print maker , died on tuesday at his home in manhattan\n16 1 1 9 9 the words flowed from the imagination of a modest curate\n9 23 23 24 24 i ' ve been to ireland several times and once while in a pub in galway city i noticed people ording pints with blackcurrent syrup in them\n11 1 1 5 5 the shaman cured him with herbs\n13 16 16 19 19 lot means the share in eschatological salvation that god gives to each individual believer in the communion of all believers\n13 30 30 33 33 gary oldman , whose name has vanished from the main credits , is lecter ' s disfigured victim who wants revenge , specifically to feed the evil doctor to his singular of wild boars\n13 17 17 20 20 in a marine park on the coast of hawaii ' s oahu in the 1990s a small pod of bottlenose dolphins turned these bubble rings into their own art form\n16 2 2 18 18 the ultravox song , with its faint allusions to the crumbling hapsburg empire , was written by a group that never set foot in vienna\n0 11 11 21 21 cells damaged or killed by flu result in the production of interferon which is one of the most potent causes of fever\n8 5 5 12 12 the philological origin of the word tact is derived from the latin verb tangere\n0 0 0 6 6 pressure from shoes and walking cause friction and the body ' s natural response is to build up the skin to protect it from breaking down\n8 3 3 11 11 the clever house rat is going to get away from a cell\n18 4 4 7 7 the un team for recovery after the tsunami in india nominated the who\n2 7 7 10 10 the boy places the bell in the pocket of his robe and all the children watch as santa takes off into the night for his annual deliveries\n4 6 6 10 10 when the scientists came here the brain was in a jar\n17 1 1 15 15 the poet ' s sizable oeuvre includes very little prose but more than 500 published poems\n10 3 3 9 9 the line item veto is the best tool the president has to rein in excessive spending\n13 12 12 14 14 the prerogative of reason lies very low , perpetually overpowered by the rabble of appetites , passions , and opinions\n18 2 2 9 9 the two countries are related through an unbroken common history spanning three hundred and thirty nine years\n14 1 2 10 10 feminist science fiction tends to deal with women ' s roles in society\n13 25 25 28 28 after shelling the serbian orthodox church in east mostar , the croat artillery had destroyed the mostar bridge aiming at sweeping all the symbols of fraternity of different cultures\n18 0 0 4 4 cancellations were notified by mail\n18 1 1 7 7 the world was created by a long process beginning with the collapse of a huge molecular cloud\n8 1 1 9 9 the motet grows from a short , sparse germinal idea in which the intervals of the tone , semitone and augmented fourth predominate\n3 1 1 4 4 the method comprises the step of administering approximately 5 25 ml of silver composition , one to five times a day orally until there was a response\n17 7 7 14 14 well , he ' s only the creator of possibly the most played computer game ever written\n18 10 10 13 13 the unofficial charles portis website aims to be a virtual cornucopia of book reviews and biographical pieces related to its namesake\n1 18 18 23 23 a mother carries her children inside a public school used as an evacuation center for victims of the floods caused by the continuous rains of typhoon ketsana , in the town of tanay , rizal east of manila september 28 , 2009\n18 1 1 4 4 the umpire in the game of serina williams and martinez sanchez was true\n17 3 3 8 8 why exactly the physicist came up with the term black hole i ' m not sure of , but you might be able to find out in his autobiography\n13 7 7 10 10 it was in this background that the brigade of the guards was raised in 1949\n8 1 1 4 4 express buses depart the airport every 1 hour from 6 00 until 1 00\n18 5 5 8 8 unfortunately , you also inherited predisposition to certain diseases\n13 5 5 8 8 we just finished our last run of pasture poultry for the year\n6 3 3 9 9 they packed the sketch into a thick stiff cardboard sleeve so that it would n ' t get bent\n4 5 5 8 8 he boiled one liter of water in a flask on a hot plate\n3 10 10 14 14 we describe the design and synthesis of a ferroelectric liquid crystal composed of racemic molecules\n16 10 10 11 11 she met her british husband , martin stamp , a software developer , in 1983 , and with him felt that she finally belonged\n5 1 1 8 8 the bag was full of electronic and game items , and fled the scene possibly in a black gmc envoy\n8 8 8 11 11 the first mechanism involves the exit of a solute from a micelle into the aqueous phase and its re entry into another ( or the same ) micelle\n1 2 2 8 8 the electron beam is generated by an explosive emission cathode\n8 2 2 14 14 the latter book i got out of storage from the university of north carolina library\n17 6 6 16 16 during his reign , two working groups under the lead of the engineer eupalinos dug a tunnel through mount kastro\n17 3 3 9 9 in 1993 the party won the governorship with a pledge to cut income taxes 30\n6 5 6 11 11 wendy ' s has added orange slices into children ' s meals\n13 13 13 16 16 general lee is hourly expected , as if from heaven , with a legion of flaming swordsmen\n18 2 2 5 5 the high pressure inside a caisson presents health risks\n1 7 7 10 10 three people had been killed in a fire after the quake and hundreds of people were injured\n18 1 1 16 16 the song is featured in the 1990 film riff raff , performed by the main female character\n16 25 25 34 34 those of us resolving to lead a lower carbon life in 2010 could do worse than acquire a copy of prashant vaze ' s new book , the economical environmentalist , in which the author picks over the fine details of his life\n6 1 1 7 8 the pilot crash landed into a mall parking lot\n18 8 8 11 11 seismologists are keeping an eye on a recent swarm of small earthquakes in sun valley\n6 4 4 7 7 we all are spreading viruses to other people since we are not washing our hands well\n6 1 1 5 5 the income went to the administration\n12 2 2 8 8 the class teacher is part of the school team , ensuring the unit is well integrated into the school , whilst still preserving the montessori character and method of education\n1 15 15 23 23 some have argued that the money the pirates demand is very little compared to the devastation that has been caused by the toxic waste , which includes nuclear waste\n18 19 19 22 22 the procession lasts all days and passes by all the places in the city that are linked to the saint ' s martyrdom\n13 8 8 10 10 she frowned as she glanced around at the huddle of hens , now in a tight pact gathered near azul\n18 1 1 5 5 the president is running into bankruptcy\n4 12 12 17 17 after having been aged for several months to a year , the cigars were kept in a humidor thus they tasted better\n13 1 1 3 3 the ring of gossipers sat in their old place in the post office one evening , when the door opened and in came jerry himself\n8 0 0 6 6 information was gained from this second test\n6 7 7 10 10 you placed two bare ends of the wire into a beaker filled halfway with distilled water\n11 1 1 9 9 the monks scaled the sheer rock faces by inserting pieces of timber into crevices\n14 2 2 8 8 during her talk she related some of the tricks that orville liked to play on people\n18 12 12 17 17 in addition to this , subsidies are paid private individuals to keep horses of merit in the stud\n13 7 7 10 10 the elector of saxony made up the battalion of 120 pikemen , or so called men of double pay , and 180 musketeers\n12 12 12 15 15 kim jong il was raised in totalitarian north korea and became the leader of this society\n11 1 1 3 3 real metrosexuals use moisturizers\n13 28 28 31 31 he had long thrown over the bismarck tradition , and for him and his emperor affairs in south eastern europe have long been worth the bones of a legion of pomeranian grenadiers\n13 1 1 5 5 all staff , from the chairman , charlie mayfield , to part time shelf stackers in waitrose , get the same percentage payout\n18 16 16 23 23 a few of her tracks delve more into a pop rock sound , and the petit blonde performs with a sweet , southern voice made for the genre\n3 1 1 6 6 the system works using a character rig or biped which is pre made and allows the user to adjust the rig to fit the character they will be animating\n6 4 4 9 9 in the movie , meatballs are dropped onto the ground\n17 4 4 7 7 the partners were a producer of required machinery and a research institute\n4 1 1 5 6 the instrument was inside a vacuum chamber , and both piston and anvil were cooled with liquid nitrogen\n18 4 4 8 8 the gulf monetary union pact has come into effect\n6 2 2 8 8 the molten metal was poured into an unheated chamber from an external melting container\n1 8 8 12 12 the paper reported a ` palpable sense of disappointment ' from the audience\n6 2 2 7 9 the exhibition profit was donated to a cancer research center\n1 4 4 9 9 scientists warn that the damage caused by the fishing industry is irreparable\n0 5 5 14 14 these old power plants produce pollution that causes smog , acid rain and global warming , and they generate radioactive wastes and other toxic pollutants\n18 11 11 16 16 the team used the newly developed nanoparticle to build therapies for treatment of individuals with cardiovascular disease\n8 1 1 5 5 the phrase originates from an argument for taxing english nobles\n18 8 8 26 26 of course , the most common things in seawater , besides the hydrogen and oxygen that make up the water itself , are sodium and chloride ions , which are the components of common table salt and make ocean water taste salty to us\n3 1 1 11 11 the tapir hit the thick stem a few times with its hoof , tore off a piece of the bark and passed it to tasurinchi\n16 1 1 6 6 a paper co authored by jrc staff entitled plutonium based superconductivity with a transition temperature above 18k was published on 21 november in nature magazine\n18 3 3 10 10 the glass tealight holder appears to float inside the metal spiral as it spins in the gentle breeze\n17 4 4 11 11 my 8 year old daughter came up with an extremely good idea\n12 4 4 9 9 diabetic peanut butter cookies recipe from the diabetic recipe collection at informationaboutdiabetes com\n14 3 4 10 11 some of the medical information in the book pertaining to medical procedures , drugs , etc , is out of date and i check anything i am unsure of with my health care provider\n10 3 3 5 5 we chose a server driven approach to link prefetching\n4 13 13 18 19 i was sitting in the hotel room the other day and found the bible that was in the desk drawer , i got a few quotes that seemed good and expressed my feelings\n4 33 33 39 39 it is inherently no less silly to see a king in a pear ( as all of france did ) than to see a pear in a rabbit , a rabbit in a carafe , a carafe in a clock , and so on and so forth\n18 12 12 15 15 the purpose of this article is to report the findings of a study on the effects of the federal truth in lending legislation\n18 0 0 6 6 sets are conventionally denoted with capital letters\n17 6 6 11 11 the sculpture is considered among the artist ' s most restrained creations\n13 9 9 13 13 in many countries , the national association is a federation of various scout associations\n1 3 3 11 11 fetal alcohol spectrum disorders , or fasds , are caused by drinking alcohol during pregnancy\n17 1 1 6 6 this musician and instrument maker makes dulcimers that meet his own demanding requirements as a player\n2 16 16 19 19 he gets the door open easily and leads sam inside , fingers curled into the front pocket of his jeans\n9 5 5 6 6 lagrima del sol is a pineapple wine made from 100 fresh pineapple juice produced in the only pineapple production region in japan\n13 10 10 12 12 as a typical case , the slow motion of a swarm of particles in a viscous fluid was studied both theoretically and experimentally\n18 1 1 14 14 the release profiles were modified by delaying additional drug release from the press coated surfaces\n2 3 3 6 6 pain in the heel of the foot is caused by several different conditions\n17 0 0 3 3 beavers also build canals to float build materials that are difficult to haul over land\n2 6 6 5 5 the job of the four heart valves is to make sure blood flows in one direction through the heart\n2 8 8 17 17 to heighten that translucent effect , the executive offices have been placed in the middle of the building , while underlings , with their open plan work stations , get to enjoy breathtaking views over the hudson\n4 5 5 12 12 before databases appeared , the information on the computers was stored in files\n18 1 1 11 11 a crypt of the xi century dug a posteriori under the choir also preserves frescos of the time\n6 2 2 8 8 then antibiotic ointment was put inside my lower eyelid and they patched my eye closed\n4 4 4 8 8 in another case , cocaine was hidden in cylinders on the bottom of a commercial vessel , a banana boat\n17 5 5 9 9 the world ' s top golfer said in a statement on his website that he had let his family down and that he regretted those transgressions with all of my heart\n2 10 10 13 13 venous insufficiency ( a failure of the valves in the veins of the leg that causes congestion and slowing of blood circulation in the veins )\n17 8 8 18 18 to solve this problem tommy flowers , an engineer who worked for the post office , designed a machine which worked on the digital data stream of the lorenz traffic and could carry out the statistical tests needed to find the key\n6 6 6 9 9 tony found that when he poured water into a crack in a rock sample and froze it , then allowed it to thaw , the crack was actually wider\n13 6 6 8 8 he has worked on a wide array of topics , including transportation security and the future of the faa and the national airspace system\n13 5 5 7 7 we were crushed by a crash of rhinoceroses\n6 10 10 18 18 over the six years , this club donated a large amount of money to local children ' s charities and families\n5 3 3 6 6 they lit a bottle full of kerosene and flung it over the gates before fleeing the scene\n6 4 4 7 7 then he put a forkful into his mouth , chewing with discernment the toothsome pliant meat\n5 3 3 5 5 i had a suitcase with clothes in it\n18 1 1 9 9 a room was dug from the side of a hill and the opening closed in by wood , earth , or fabric , such as the wagon ' s cover\n14 4 4 9 9 he had a wonderful story to tell of the conquest of a continent by a people through thrift , endurance , sacrifice and grit\n3 1 1 6 6 the conference started with the general debate at which heads of delegations are delivering their national statements\n15 5 5 8 8 the chancellor confirmed that this measure was under discussion\n17 13 13 18 18 i dunno , i ' m kinda leaning towards some props for the person that came up with brakes\n6 2 2 7 7 wind driven rain has come into the downtown\n8 5 5 10 10 after 30 min , the oil was pressed from the flour on a small capacity hydraulic press\n18 0 0 1 1 stone grinding is very technical\n14 3 3 6 6 newsted ' s statement revealed his departure was based on private and personal reasons\n6 0 1 7 8 junk mails were automatically put into a spam folder\n6 2 2 5 5 they packed yeast into toothpaste tubes\n8 0 1 5 5 lactic acid is made from dextrose by fermentation\n5 1 1 4 5 the backpack contained a laptop computer and a wallet with identification\n1 6 6 7 7 little irish girl becky called a demolition company and asked if they would knock her school down\n3 7 7 16 16 the pillow of western nations is a cushion of linen or other material , stuffed with feathers , down , hair or wool\n8 10 10 16 16 on his blog theres a 2 part article about a girl who escaped from an amish community\n11 1 1 11 11 the display receives the output through a 15 pin d connector cable\n13 10 11 13 13 as well as the wildlife , india has a vast treasure trove of palaces , forts , temples , museums and bustling cities\n17 4 4 17 17 annie ' s the inventor of the astoundingly clever flip knit , a low tech , portable alternative to knitting videos\n8 10 10 18 18 after a successful launch on 29 november 1994 , the satellite was manoeuvred from its initial geosynchronous transfer orbit at 28 5 degrees to the equator , to an intermediate one at 12 4 degrees , 6 , 390 36 , 065 km by mid december\n6 1 1 6 6 carbon nanotubes introduced into the abdominal cavity of mice show asbestos like pathogenicity\n6 1 1 7 7 the award has been given to the scholar who proved the mathematical theory\n1 5 5 15 15 adam smith ' s first measure of fame was gained from a series of public lectures on rhetoric and belles lettres delivered in edinburgh from 1748 to 1751\n18 1 1 4 4 the hall fell into disuse\n0 1 1 4 4 the closure caused a backup on the freeway for several miles northbound as cars were detoured to the lost hills road exit and over to agoura road to head south on las virgenes\n15 1 1 11 11 the sculpture of lawrence j nowlan has been featured in numerous publications\n6 4 4 8 8 cip has been bestowing awards to honor planning projects\n11 1 1 7 7 the motor drives the blade using a belt rather than being directly connected like the portable models\n3 0 0 1 1 sewer covers are found in roads sometimes sidewalks and permit access to the sewer below\n2 5 5 8 8 the symbol appears on the hilt of the katana\n14 5 5 7 7 the main theme of the play is ambition and how it can destroy a courageous , trustworthy , noble man\n1 1 1 7 7 the devastation caused by the earthquake generated tsunami is seen on the south coast of western samoa\n1 0 0 2 2 scars from burns happen when the entire depth of the skin is destroyed by heat\n18 11 11 13 13 i got scrambled eggs , a biscuit , bacon and a mess of grits\n17 3 3 7 7 in 1950 the factory began to manufacture banduras , initially using the construction plans of chernihiv bandura maker\n18 3 4 13 14 the 400 v power supply ( unstabilized ) was derived from a conventional power pack with n filter\n0 5 5 11 11 to that end , the coalition has established some local recreational activities , including laser tag and paintball\n2 3 3 6 6 we noted the tail of the shark curved to its left side ( away from the camera ) and moving to its right side ( towards the camera )\n13 1 1 4 4 a skein of greylag geese came directly over me and i killed one that dropped far out in the field\n6 2 2 8 8 the fire drug was put inside of bamboo tubes and thrown in the fire to be ignited\n4 4 4 9 9 not only was the manna hidden in the golden pot , but this pot was hidden in the ark\n13 10 10 13 13 following the abortive italian campaign , siberia grenadiers and grenadier battalion of aleksopol musketeers returned to russia via the black sea in january 1806\n1 11 11 16 16 the march ' s goal is to raise awareness of the crisis caused by the israeli blockade and bring much needed humanitarian relief\n18 4 4 13 13 he then escalated a quarrel with austria and its german allies over the administration of these provinces into a war\n17 7 7 11 11 researchers have turned a mouse into a factory for human liver cells\n4 5 6 13 13 he forgot the 9 style box cutter was hidden in the hollowed out book\n18 2 2 9 9 the coal industry has been recycling the material into backfill and building materials such as cement\n18 7 7 11 11 the proposed tax helped to push the candidate into the senate race\n14 5 5 12 12 each of these contain many modules on different topics , such as apostrophes , silent letters , personal pronouns , spelling plurals , etc\n2 7 7 10 10 views and camera angles from the upper deck of the bus are good but it can get wet\n4 10 11 20 21 for more than five years after 9 11 , a messenger bag coated with debris was sealed in a plastic trash bag\n2 5 5 12 12 this close up of the entrance shows the poor maintenance of the building\n18 5 5 9 9 they were added to the photograph by an unknown hand after the picture had been circulating on the internet for several years\n14 4 4 9 9 he also used his speech to set out his belief that the country ' s greatest challenge was social breakdown\n2 6 6 10 10 in the rainy season , the tap of the bucket shower is closed\n8 1 1 5 5 the phonograph was developed from work done on the telegraph and on the telephone\n6 5 5 9 9 16 hp onan engine blew oil into the air filter\n11 0 0 4 4 scientists are turning to music to put across their messages whether informing the public or campaigning\n11 1 1 7 7 a mechanic tightens the bolt with a spanner 0 25 m long\n14 3 3 11 11 they are massive artworks that reveal a wide , all encompassing view of a particular subject , often a landscape , military battle , or historical event\n1 8 8 13 13 the truck carried homemade weapons , and the blast was caused by the mishandling of weapons\n6 4 4 7 7 he has illegally carried guns into the bar\n11 5 5 11 11 the top photo shows a worker with a poorly fitting dust mask\n13 10 10 14 14 six flags ' reorganization plan is supported by a steering committee of its secured creditors and led by investment firm avenue capital management , which would take control of the company under the plan\n8 3 3 7 7 here are some photos from a few weeks ago when i came out of the subway and stumbled across an amazing sighting\n6 3 3 6 6 he gave two candies to each child\n0 1 1 6 6 bread shortages and mounting poverty cause riots in nearby paris\n8 2 2 7 7 the monocarboxylate ion is derived from an acid selected from formic acid\n18 19 19 21 21 however , after five years the water pump was stolen , leaving the villagers once again dependant on a pace of donkeys to ferry buckets of water to them from an old well\n1 19 19 29 29 thursday afternoon the staff from the university of wisconsin madison near lake mendota felt a shake and heard a noise like a boom which was triggered by an ice quake\n13 3 3 7 7 indymedia is a collective of independent media organizations and hundreds of journalists offering grassroots , non corporate coverage\n6 5 5 9 9 the transcontinental railroad brought more settlers into the southern regions\n18 0 0 4 4 products have fallen into disuse\n4 1 1 7 8 the package was contained in a red belt bag that a security guard found outside one burgundy plaza at around 7 a m\n6 4 4 7 8 the technician rescheduled the installation to the next week\n8 9 9 16 16 this is a collection of many of the best images from nasa ' s planetary exploration program\n18 5 5 19 19 the study focuses on the personnel in three service stations in finland that are part of teboil ' s organization\n6 2 2 5 5 i entered text into several files one after the other\n18 5 5 8 8 the labor party has taken people further into bankruptcy\n18 1 1 6 6 a man was hidden in the body of the turk itself\n14 7 7 10 10 it is a rural community and the stories narrate family life on a smallholding in the farming world\n14 7 7 13 13 this book is a collection of his lectures and papers that summarised his thoughts on the philosophy of science\n18 4 4 7 7 impressed by the strategic advantages of this fortress and its protection of the city on the slope beneath , king vakhtang gorgasali of iberia decided to move his capital here from mtskheta in 458\n11 1 1 8 8 the generator creates electricity using much the same principle as the alternator on your car ( depending on the turbine type )\n6 2 2 11 11 then the driver turned the car into a dark and narrow street and reduced his speed\n14 1 1 5 5 the talk was about peacekeeping operations\n13 9 9 12 12 they came flocking and honking into england like a sord of hungry mallards\n18 4 4 8 8 millers checked that the stones used for cereal grinding were n ' t overheating\n13 1 1 4 4 the brotherhood of feudal aristocrats was itself a democracy and devolved later into democratic european states\n13 1 1 4 4 an anthology of his poems entitled , sundramaithry , has been translated into malayalam by dr dhanya menon , and published in 2008\n18 1 1 5 5 the kitchen was full of smoke\n4 1 1 5 6 the pen was in the desk drawer\n3 2 2 5 5 this makeshift scaffold ' s platform is not 18 wide , nor does it have adequate guardrails , and the workers are not wearing fall protection\n18 2 2 8 8 the israeli media treated the event with a mixture of derision and pity\n6 8 8 12 12 the sino u s joint statement takes the ties into a positive era\n1 1 1 3 3 chronic coughing from smoking increases the risk of developing a hernia\n6 3 3 6 6 the ship leaked oil into brisbane river\n1 1 1 6 6 the delays are caused by local governments trying to wring more money out of the feder\n1 4 4 8 8 information about the foodborne illness caused by salmonella bacteria\n15 1 1 9 9 an explanation of that conclusion was set out in appendix\n6 1 2 9 9 the internal auditors are moved into specific pre selected locations\n3 1 1 6 6 the workpackage comprise of the following tasks task 2 1 compilation of long term data sets\n3 1 1 7 7 one cat pats another individual with its forepaw , keeping claws retracted\n6 3 3 10 10 the boy inserted pepper into his little brother ' s toy\n0 3 3 6 6 war and rural poverty cause mass migration of people and often simultaneous growth of informal development\n11 10 10 17 17 selecting the dry gourds according to their shape , the artisan carves the decorative motifs with a burin\n14 1 1 9 9 the article narrates baseball player terry pendleton ' s experiences of several baseball matches\n5 3 3 5 5 they found a suitcase with money in it and were driving to denver to return it to the owner\n3 13 13 14 14 to do this i drilled a small hole in one end of the broom stick , and ran a four inch piece of coat hanger through the hole\n13 10 10 12 12 there are records from 1762 of lord bandon having a mews of hawks and a falconer at ardfert abbey in kerry\n4 18 18 2 2 although the sack is as fish friendly as possible , we took great care when we retained the carp in a sack for such a long period of time\n1 13 13 15 15 i ' m close to taking a writing break myself to mention the frustration from rejection , but i got the rosetta stone spanish cd s a couple of years ago , and they ' ve taken a back seat in the priority list not much time with work and the hubby and kids\n6 1 1 7 7 2 deposits have been put into my account\n6 13 13 16 16 he spent that time slaughtering a young pig and carefully catching all its blood in a ewer\n11 0 0 3 3 parties appear by telephone when circumstances prevent their appearance in person\n12 1 1 7 7 congress workers play with colors while celebrating party ' s win in the assembly elections of three states at party office in kolkata on thursday\n1 2 2 7 7 when the force was generated via the joystick , the reproduced force matched the original force much more accurately\n18 1 1 7 7 the company is migrating into profitable new segments\n18 0 0 2 2 chimpanzees make love rather like humans do , but they do not usually run the risk of contracting syphilis\n4 2 2 10 11 within each fuel tank , the fuel was inside a teflon bladder\n3 2 2 9 9 the endocrine system is composed of a number of glands\n0 5 5 21 21 in sri lanka , the tsunami resulted in 31187 deaths , 4280 missing people , 23189 injured people , and the displacement of 545715 people\n4 1 1 1 1 the box of jungle oats were in a box and sealed with wax\n18 4 4 7 7 the machine implant converts sounds into electrical signals\n8 2 2 7 7 the chicken egg came from a different species\n6 2 2 10 10 their parental responsibilities are handed over into another ' s care\n18 5 5 7 7 in a recent emendation , formation of parties on religious basis has been strictly prohibited in egypt\n2 5 5 11 11 there are bedrooms , dining rooms and sitting rooms in the cottage\n8 13 14 18 18 the genteel tranquility of victorian england is shattered by the arrival of an invasion force from the red planet\n5 1 1 11 11 the letter contains instructions for completion , and encloses a blank copy of the assurance of compliance\n18 7 7 10 10 he began to chat with him in ignorance of the news\n8 1 1 8 8 a nunt is a pastry originating from jewish cuisine and vaguely resembles nougat\n8 1 1 5 5 the boat departs from the port of thap lamu near the resort town of khao lak\n16 0 0 4 4 horseshoes are made by blacksmiths and blacksmithing is considered a very lucky trade\n6 3 3 5 6 we have delivered containers to retail stores for excess of inventory\n6 1 1 7 7 this item is already shipped to the customer\n17 1 1 6 6 a cooper makes leak proof wooden barrels , tubs , and pails\n9 0 0 9 9 mothers were the single largest group to donate their kidneys\n6 8 8 11 11 the current study has proved that humans send pollution into the stratosphere\n8 1 1 4 4 the example from the book is building a gwt based todo list with different categories , something which is actually quite handy to have\n2 20 20 23 23 it was he who uncovered the honours of scotland ( the crown jewels ) in a locked room in the bowels of the castle , where they had been placed in 1707\n8 1 1 7 7 the aircraft departed from boston ' s airport shortly after 8 00 am and was overtaken by a team of terrorists\n6 5 5 8 8 she invested all her retirement fund into this business\n0 11 11 16 17 i have found that i have extremely sensitive skin and most cleaners cause rash or a burning sensation if it has contact with my skin\n6 4 4 9 9 soon after , the ship departed to the next destination\n11 1 1 9 9 a user inputs spatio temporal information intuitively by using gestures\n17 7 7 10 10 to oversimplify , in a village the potter makes a pot for the brewer and the brewer compensates the potter by giving him a certain amount of beer\n0 3 3 14 14 dry air , dust and wind dry out the nose and throat and cause nosebleeds , coughing , wheezing , and other short term respiratory problems\n9 20 20 21 21 and for brunch , we had the cast iron pan ( 20 ) as well as the banana pancakes with redcurrent syrup and caramelized bananas and walnuts ( 13 )\n8 5 5 9 9 we were arriving after the train had left the station\n18 1 1 6 6 my husband returned a 275 cashmere sweater to jos\n4 1 1 5 5 that brew was in a bottle and did not quite measure up to the altbier , perhaps because it was served ice cold , but was still worth trying\n6 4 4 7 7 i only put enough water in a kettle for just a single small cup of tea\n3 18 18 19 19 the title has been won by an american lady , lee redmond , who has been growing her finger nails since the last 27 years\n18 3 3 7 7 we store the glue in a cool place\n14 6 6 9 9 this is a clear and concise guide to the work of one of the twentieth century ' s most influential thinkers\n6 1 1 6 6 wintry conditions are spreading into adjacent areas\n6 3 3 7 7 we have poured cement into 3 inch forms\n9 2 2 3 3 demand for palm oil , a vegetable oil present in many of the goods we buy , is contributing to the destruction of the world ' s most precious rainforest\n0 0 0 8 8 depression is among the top 10 causes of suicide both among doctors as well as nursing professionals\n14 4 4 8 8 douglas was giving a speech addressing the harmful practices of the army corps of engineers\n13 8 8 11 11 in addition , we also build a meaningful cadre of various musicians who help us produce music on an on going basis\n13 10 10 12 12 the grenade ricochets off the wall and into the advancing battalion of swordsmen\n3 1 1 4 4 the fortress has four towers corresponding to the cardinal points\n4 1 1 13 13 three pages from an autograph manuscript of hamlet were found wadded in a tankard near the former site of a stratford tavern\n14 1 1 4 4 this figure illustrates typical results of various operating parameters during these studies\n18 2 2 10 10 the aquarium wall was truly the best part of the experience here\n14 2 2 8 8 the release notes give details of the technical changes\n18 18 18 24 24 the evidence was sufficient to authorize a rational trier of fact to conclude beyond a reasonable doubt that appellant had killed the victim with malice\n18 9 9 12 12 scientists in cambridge have discovered that a lowly grape variety grown by peasants but despised by noblemen during the middle ages was the mother of many of today ' s greatest grape varieties\n17 2 2 7 7 the italian manager has drawn up a list of potential targets to reinforce his depleted defensive options\n15 1 1 6 7 this theme has been covered in science fiction like star trek\n14 1 1 6 6 the film asserts the astonishingly intricate tenacity with which class is intimately mingled with severine ' s sense of identity\n9 8 8 9 9 i ' ve been tempted to buy the cane sugar version for ages , but the shipping cost always stopped me\n17 11 11 18 18 since leaving the bay area for brooklyn in 1999 , the violinist has constructed a mind bogglingly disparate body of work\n0 1 1 4 4 the shot caused a wound on the left side of the neck which bled profusely\n13 6 6 8 8 wilderness tour guides often maintain a pace of asses to carry the equipment necessary for camping\n3 1 1 4 4 the method comprises the steps of heating a laminated sheet , and vacuum forming the heated sheet in the first vacuum mould component\n6 1 1 5 5 this bug flew into my garage\n8 2 2 7 7 the poor family went away from the village\n14 3 3 7 7 this small photographic exhibition studies the linear qualities present through natural and man created subjects\n18 14 14 16 16 in ancient egypt , the people in that civilization depilated their bodies to prevent infestation of fleas and lice\n18 2 2 7 7 this unified theory was governed by the exchange of four particles the photon for electromagnetic interactions , a neutral z particle and two charged w particles for weak interaction\n13 7 7 9 9 corporate india is in shock after a mob of workers bludgeoned to death the chief executive who sacked them from a factory in a suburb of delhi\n18 9 9 12 12 his tenure was marked by absolute discipline among the staff of the hospital\n10 1 1 13 13 the brush and the roller are the tools most readily associated with the painter\n18 1 1 6 6 our company has landed into serious trouble with its london network since the summer\n18 1 1 5 5 the man completed a full lap before being stopped by guards , but he never interfered with shorter\n16 7 7 11 12 hitchcock drew on a 20 year old novel by the future governor general of canada , john buchan\n3 5 6 9 9 this snes controller has a flash drive loaded with roms inside\n11 1 1 9 9 but scientists successfully treated the mice with broad spectrum antiboitics\n1 0 0 4 5 acne is caused by hormonal imbalance within the body , but there are many other contributing factors to acne outbreaks\n3 8 8 13 13 more particularly , the invention is a sealless pump that employs a magnetic coupling to drive the impeller\n8 1 1 8 8 the flights are departing into the adjacent controlled airspace\n14 2 2 5 5 the classroom discussion made this concept clear to the candidates\n8 1 1 8 8 the probe was generated from an amplified dna fragment , using prd136 as the template\n8 5 5 12 12 gordon ramsay ' s flagship restaurant has fallen out of an influential list of the top 50 restaurants in the world\n17 1 1 5 5 the government established an independent agency which is to boost quality in higher education\n18 8 8 11 11 they shop there for a huge selection of furniture and table legs , carved and turned furniture legs and feet , wood turnings and more\n17 8 8 11 11 halfway into the flight to la , a passenger took a photograph and the icy blue flash from the camera bounced momentarily across the dimly lit cabin\n18 2 2 8 8 the ultimate mystery is the source of the energy itself\n11 1 1 10 10 a teacher explores the various reactions and ideas by using literature\n10 1 1 4 4 the ligature assists the performer in seeking a more responsive and free playing style\n16 3 3 6 6 colourmovie is a design driven creative studio specializing in motion design , animation , brand identity , and live action production\n3 0 0 1 1 tree roots also take nutrients and chemicals out of the soil and use them to produce what they need for the tree ' s growth , development , and repair\n17 3 3 16 16 the same stone mason who did the stonework of the first mill dam put up the walls\n11 1 1 19 19 a company is able to determine a range of restrictions for the selection of the perspective countries by using benchmarking\n2 15 15 18 18 professionals from streams like law , engineering , agriculture also have opening in the management cadre of various banks\n17 7 7 12 12 mozart ' s piano concertos are the composer ' s finest instrumental works\n10 5 5 13 13 this bright yellow , lightweight shovel is a favorite of our adventurous little gardeners\n17 2 2 6 6 a spanish man built a homemade submersible to carry cocaine\n13 2 2 4 4 friends and family of inpatients at various hospitals and health care facilities are now able to send well wishes via email\n14 3 3 8 8 it is a certificate , declaring sales tax exemption , presented to a vendor when making a purchase for the agency\n0 1 1 3 3 the inflammation causes pain in the joint\n2 1 1 4 4 the title of the book gives you a sense of its breadth and scope\n6 1 1 8 8 all items have been shipped out to the customer\n18 4 5 8 8 much of his early teaching experience involves telling anecdotes about his childhood in ireland\n18 5 5 12 12 helped by donations , the association has assembled 1 , 000 free kits , which include water , flashlights , battery operated radios , spare batteries , an emergency preparedness booklet and emergency window placards\n2 9 9 12 12 as with grapefruit , the white membrane under the skin of the orange contains more vitamin c than the flesh and a lot of the pectin fiber\n8 1 1 8 8 a student who fell from a seventh floor balcony in mexico and had been in a coma for several weeks returns to the uk\n9 2 2 10 10 when a property is the source of a data binding expression , flex automatically copies the value of the source property to any destination property\n8 2 2 5 5 the breaking news from the article was that the first recorded use of the word gongoozler took place in the late 1800s in the book narrow boat by t c rolt\n6 2 2 7 7 original mammography films are being delivered to viewers\n2 1 1 8 8 the forebrain is the largest part of the brain , most of which is made up of the cerebrum cerebrum\n8 8 8 12 12 he pulled back the stick gently until the plane lifted from the runway\n4 1 1 8 8 a bomb was found put inside a broken freezer which was set to be a table for sellers inside al khalis city\n13 3 3 6 6 we have a paddling of muscovy ducks that hang by our door , this day the younger one was fighting the dominant male\n8 6 6 13 13 the accused beat up the other kids who resultantly ran away from the place\n5 2 2 7 7 after the freighter was full of colombian dope , it was transferred on the ocean to a handful of medium sized boats and eventually to smaller craft that blended in with recreation boaters for the trip to american soil\n15 1 1 13 13 the impact of the floating body effect on noise is investigated in this work for the first time\n18 3 3 6 6 the major phytochemical constitutes of the plant are elephantopin , triterpenes , stigmasterol epifriedelinol and lupeol\n13 8 8 11 11 once upon a pond , there lived a froggery of muppet frogs and their leader , kermit the frog\n6 2 2 9 9 the polluted water has been poured into a local river\n17 1 1 7 7 the evangelist blasts the patrons with the news that they ' re going to hell , if they do n ' t come to his meeting and get saved\n1 1 1 6 6 genetic disorders are caused by the mutation of a gene\n6 4 4 10 10 the woman placed the baby in a plastic bio hazard bag and threw it out\n16 14 14 16 16 in dutch camping culture empty beer cases are saved and stacked up into a wall by youths\n11 2 2 11 11 a lonely teacher finds a friend with the help of an umbrella\n18 3 3 11 11 and so this book involves the reader in a true educational process which is also fun\n1 0 0 6 6 power is generated by an electrochemical reaction of hydrogen and oxygen that yields as its by product only heat and h2o\n14 10 10 12 12 the gaa ' s central council passed a number of motions regarding discipline at a special meeting on saturday\n6 1 1 5 5 the hero enters into the building\n8 1 1 11 11 the money to buy the properties was coming from his own pocket and it was risky for him\n18 1 1 4 4 the dynamite used in blasting for the south island line had been stored at a depot in chung hom shan , near stanley\n6 2 2 9 9 the big fish has been pushed into the deeper sea\n18 1 1 6 7 this player has moved to the next round\n14 4 6 9 9 the effect is a series of poems relating a story of one man ' s journey to find happiness\n16 1 1 7 7 the license is issued from the new state after verifying the particulars of the applicant license from the original issuing state\n6 5 6 10 11 by now , our early radio wave is traveling into outer space\n17 10 10 13 13 within a matter of months , tavi gevinson , the author of a blog called style rookie , was feted by designers\n2 2 2 5 5 the three valves of the trumpet add lengths of tubing to the instrument to lower the pitch\n8 1 1 7 7 the list was generated from an open call for nominations and prioritized based on factors including the age of the structure\n11 0 0 5 5 doctor saves boy with a drill\n18 2 2 6 6 the flux sensor moves a half circle around the filament in order to measure the spatial directivity of each heater\n16 5 5 6 6 nonetheless , people in the film industry were sounding alarm bells by the end of the year\n8 1 1 6 6 my equipment was built in another country\n8 3 3 6 6 most of the hairstyles from past days of hollywood glory have unique features that are set in place\n8 12 12 15 15 a bed of ancient lava seemed to mark the commencement of the eruption from the craters of the great chain of the andes\n11 2 2 14 14 a little girl finds a lost shoe with the help of her imaginary dinosaur companion\n6 1 1 6 6 the soldiers moved into the newest post\n11 1 1 7 7 their ancestors reached the island using bamboo rafts\n14 4 4 7 8 it is the only journal dedicated to veterinary imaging\n17 2 2 8 8 a computer program called trakl ` bigi generates poems in the style of the expressionist poet georg trakl\n17 1 1 11 11 the foundry ' s main business is the manufacture of church bells and their fittings and accessories\n6 4 4 6 6 u s astronauts took weapons into space with them\n2 6 6 9 9 the loaded shotgun disappears from the seat of the truck after the fights in the casino\n1 1 1 6 6 the storm is generated by an upwelling of warmer air , similar to a terrestrial thunderhead\n3 1 1 3 3 the film uses flashbacks as a device to tell the story , which was based on a 1947 novel by david goodis\n14 1 1 4 4 these documents survey the literature and recommend limits for worker exposure to hazards\n2 3 3 6 6 this is the eye of the bull in the constellation taurus\n18 0 0 4 4 shampoos work by using acid to remove hard water scale\n2 1 1 4 4 the base of the clock was constructed from standard legos , encasing two mindstorm servo motors\n8 1 1 9 9 the word ` latin ' originates from an ancient race called the lats\n14 4 4 12 12 for 20 years the magazine has been dedicated to american old time music\n18 5 5 6 6 there is in fact a socialist party in america and there are real socialists\n9 4 4 5 5 explaining the mysterious term barley wine , the authors share their secrets of how to brew this challenging high alcohol , hoppy , sweet ale that is every brewer ' s crowning achievement\n4 1 1 6 6 the world was enclosed in an egg before creation\n14 3 3 9 9 he wrote an article , that pointed out factual problems in the work of new york times columnist and author david brooks\n8 2 2 5 5 it included elements from latin literature and arab influenced spain and north africa\n8 2 2 7 7 the english title is derived from a quip in the story , and works well enough\n13 17 17 19 19 i am at my happiest when i am in a smoke filled , crowded bar with the riffraff of savages i call my friends , our voices raised , our faces flushed , our speech slurred , as we strumble from one poorly constructed argument to the next half baked bagful of lies ( to quote michael jackson )\n17 9 9 12 12 the work was such a popular success that the poet wrote a sequel\n13 3 3 7 7 the annual residence league of various sport codes , the mini olympics held during the september break has proven very popular amongst our students\n6 8 8 12 12 it was in this period that the new religion spread into the empire\n4 17 17 21 21 there was a pair of odd looking 12 three ways i built for a friend , the woofers were in a box screwed to the back of 4 foot high raindrop shaped panels which housed the midranges and tweeters\n1 9 9 14 14 light blue shows the additional extent of an extreme flood from rivers or the sea\n12 4 4 6 6 the teacher always assigned students to groups\n1 14 14 20 20 from the outset , the tv reporters started talking about two disasters the natural disaster which was caused by the hurricane and the man made disaster which happened in new orleans , the blame for which was laid at the hands of george bush\n6 1 1 15 15 the products of business entity within the export processing zone are shipped to non bonded areas\n4 1 1 5 5 the poison was in a bottle of pricey wine\n18 8 8 11 11 so , in the night , when the men in the fort were asleep , white fang applied his teeth to the stick that held him\n17 1 1 5 5 the company has assembled a portfolio of precious and base metal exploration prospects in ontario , saskatchewan , and the north west territories\n11 3 3 9 9 rather , the avenger killed the victim with a rifle , often from a secure hiding place or in ambush\n14 1 1 3 3 another manuscript introduced justice in terms of contractual justice\n17 0 0 13 13 members of the bletchley team went on to build the first post war computers in the uk , at manchester and cambridge\n13 26 26 28 28 within a little over a month from inception , schedules had to be expanded from 41 daily trips to 97 in an effort to meet the crush of passengers\n13 16 16 18 18 it serves only the self serving purposes of the political parties it provides them a faithful horde of believers\n6 2 2 9 9 hundreds of bomb have been dropped into the target region\n11 7 7 16 16 the galileoscope is named after the italian astronomer , who first observed the heavens through a telescope 400 years ago\n15 1 1 12 12 the methods of almost all procedures were extensively described in an earlier publication\n11 3 3 5 5 there was a man with shovel and hoe\n18 9 9 12 12 by the time of the inquest of 1106 the dignity of the canons and their enjoyment of ` all free honorable customs ' in their lands and houses is clear\n6 3 3 7 7 iraqi air force pilots took flight into history\n1 6 6 12 12 another reason for the impression of energy and optimism caused by many posters is their very nature as images of propaganda\n14 1 1 7 7 the course studies in depth the complex interaction between issues of conflict , security and development\n5 7 7 11 11 she left the engine running because the car was full of snakes used in her exotic routine\n11 5 5 8 8 the soft spoken , professorial chef spoke with knife in hand passionately about why he ' s been drawn to thai cooking for twenty five years\n16 10 10 18 18 the prince ( italian il principe ) is a political treatise by an italian public servant and political theorist\n18 1 1 3 3 the communion of saints ( in latin , communio sanctorum ) is the spiritual union of all christians living and the dead , those on earth , in heaven and , in catholic belief , in purgatory\n11 17 17 20 20 a certificated security for which the certificate has been surrendered to the issuer is reached by a creditor by legal process upon the issuer\n14 8 8 12 12 steroid nation ( tm ) is an online journal looking at the use of anabolic steroids in sports , youth , and society\n1 3 3 6 6 timoshenko commented its laughter after the joke of putin about yushchenko and of\n6 1 1 8 8 his efforts have been invested into this main objective\n5 10 10 13 13 he was distressed and smeared in dust and held a bottle full of blood in his hands\n0 1 1 4 4 the explosion caused a crater on the ground and destroyed several stalls\n1 5 5 9 9 the video then shows the damage caused by the aircraft as it hit the north tower , follows the disintegrating plane through the interior , and then shows the airplane metal , ignited fuel , dust and smoke exiting the building on the opposite side\n15 2 2 6 6 the whole episode was documented on video and stills , but these have never come to light\n8 1 1 6 6 the sound came from a wooden structure two hundred yards away\n18 8 8 16 16 i crawled over to the edge of the building where there was still a fragment of wall and peered over , trying to see what was going on\n18 3 3 9 10 the next two generations have departed into an uncertain future survival without mother\n6 1 1 9 9 the ornaments were blown into complicated , multi piece molds\n3 6 6 7 7 there are many different types of saw blades , each of which is designed for a particular cut\n14 5 5 10 10 the album comes with rambling notes from wolf detailing the ideas behind each song\n17 12 12 15 15 a year later , in september 1941 , he and a fellow prisoner dug a tunnel from an incinerator to a point beyond the perimeter\n0 2 2 9 10 a vehicle accident with a utility pole cause a power outage\n13 17 17 20 20 in this way he gathered materials for weekly epistles destined to enlighten some county town or some bench of rustic magistrates\n14 4 4 9 10 controversy and even heated debate with respect to the ethical issues involved has broken out in germany and other parts of the world\n17 1 1 2 2 an eyewitness account to a turning point in the civil war , from the pen of a she rebel chronicles not only a community ' s near destruction but also its endurance\n8 13 13 17 17 a few weeks after we sent the taylors our final report , a letter arrived from the headquarters of the green howards in england\n2 1 1 2 2 a chain saw is one of those tools that can be described thusly when you need one , nothing else will really do\n8 1 1 6 6 the applicant graduated from an accredited school of dentistry\n3 1 1 6 6 the garden also comprises large natural patches of renosterveld fynbos and succulent karoo vegetation\n0 2 2 5 5 colds and flu cause high fevers in babies and toddlers , but with the flu , the fever will last more than one or two days\n6 1 1 5 5 my father is going into college at his old age\n2 14 14 17 17 when you press and hold k1 button for about 3 seconds , the green indicator of the headset flashes once every 3 seconds\n16 3 3 12 12 additionally , all hydrants and valves are pressure tested at the manufacturing facility\n1 31 31 38 38 during the first documented outbreak of human infections with h5n1 , which occurred in hong kong in 1997 , the 18 human cases coincided with an outbreak of highly pathogenic avian influenza , caused by a virtually identical virus , in poultry farms and live markets\n6 2 2 7 8 the popular soap has been moved to prime time\n1 0 0 2 2 wrinkles from laughing is a good sign of a healthy , happy life\n18 13 13 23 23 good vineyards , on the other hand , growing better and lower yielding varieties were owned and farmed under the supervision of the church or nobility\n9 1 1 2 2 with grain spirits , the initial fermentation takes place after the starch that is naturally present is converted into sugar\n6 4 4 11 11 figures show that the crisis is spreading into israel ' s economy\n1 1 1 7 7 the damage caused by the w32 computer virus is expanding in japan\n4 1 1 6 6 the map was locked in a safe in the clerk ' s office except when it was being viewed by someone in the presence of the clerk\n4 6 6 14 14 yesterday i put on my largest pants , those pants that were in a box slated to go to goodwill\n3 3 3 8 8 the scum rake mechanism consists of a rotating bridge with attached skimmers , which are suitable for an effective removal of scum of various consistencies , even of a light , creamy consistency\n13 3 3 7 7 earlier , a dray of terrified ground squirrels ran for their lives as flames raced their way\n4 6 6 10 10 after that i mentioned that the reagent was in a bottle packed with vermiculite as a filler between the carton the bottle\n18 1 1 11 11 the illusion has been examined in a number of different psychological experiments , and suggested as a basis for other biases\n14 1 1 5 5 contemporary criticism commented on the weaknesses of the opera ' s characters and the storyline\n6 1 1 5 6 the singer arrived to the outdoor stage for rehearsal\n10 21 21 24 24 baljinder singh is still recovering in the alfred hospital , a week after he was stabbed in the stomach with a screwdriver by two men as they robbed him of his wallet\n15 1 1 12 12 the life of the kathoey kick boxer is related in the 2003 movie beautiful boxer\n1 2 2 8 8 he has fear from darkness , ghosts , robbers being alone , of thunder , in the crowd , of death , of disease , of evil , that something may happen\n8 11 11 16 16 unfortunately though , to the surprise of all present , the ship completely dissapeared from the harbor\n9 1 1 6 6 the state was the source of capital , raw materials and labor\n8 2 2 7 7 the word asphalt was derived from that term because of the lumps of gooey petroleum that were washed up on the lake shores from underwater seeps\n18 1 1 10 10 the lord continues to demonstrate his faithfulness through the generous giving of his people\n13 3 3 6 6 several times a flock of wild ducks ( anas superciliosd ) flew over , evidently making their way to the more open water ways several miles west\n14 3 3 9 9 entrepreneur creates a debate over ` amber alert ' kiosks\n6 1 1 6 6 the award was bestowed to the organization\n11 7 7 14 14 at 73 meters underwater , a petty officer reached the surface using his drager apparatus\n2 1 1 4 4 the roof of the building was equipped with two helicopter landing pads that became vital during the fire\n3 6 6 13 13 the choice was recorded when the cow touched the training card with its nuzzle\n2 15 15 18 18 what this type of memory does is it allows itself to sync with the cpu bus of the computer giving it the capability to run at higher clock speeds\n18 1 1 10 10 this plan is the result of a focused analysis of crime and disorder over the last three years\n14 4 4 8 8 this page is a guide to the floating world of cyberspace\n14 7 7 10 10 one of the recurring themes of the book is the influence of religion in motivating and structuring dutch emigration\n3 21 21 23 23 the children , seated on their mother ' s laps , played with toys on a table in front of a picture with holes in it\n5 13 13 16 16 the precipitate of dpa na together with the filter is transferred to a bottle with cold water in it where it is dissolved by shaking\n16 4 4 7 7 there is a short addition by the scribe which matches that on the kirkham priory copy , above\n4 3 3 6 6 there were concrete blocks inside a caisson\n2 6 6 9 9 she tried to find out what key on your keyboard fits your personalty\n4 5 5 10 10 officer daniel testified that the methamphetamine was inside a glass container that was placed and sealed inside a winnie the pooh plastic container\n18 3 3 16 16 adler ' s belief in human teleology was a radical departure from the cause and effect determinism of science at the beginning of the 20th century\n18 1 1 6 6 the bungalow was built inside a barn\n13 16 16 18 18 berserk is one title in recent memory which does an admirable job of throwing a veritable zoo of creeps , thugs , demons , monsters , and fetid creatures before the reader in each volume , inviting awe at the creativity and skill involved in conceiving of and executing such disgusting vermin\n11 2 2 8 8 my apartment complex treated the yard with a poison to kill locusts\n6 3 3 6 6 nasa is sending astronauts to an asteroid\n2 15 15 19 19 to take the fragment of green material first , i found it caught in the bolt of the communicating door between that room and the adjoining one\n18 1 1 5 6 the team has moved into fifth place in career scoring at nd\n14 1 1 5 5 the exhibition displayed a historical view of video game development from early arcade games to the present\n4 1 1 5 6 the object was inside a nylon bag , and the blasting caps were inside a plastic case\n18 1 1 7 7 such tools sped up the drug development process by years\n4 11 11 16 16 it is a wonderful way to show off your prized china pieces in a handsome china hutch\n16 5 5 9 9 it is unfortunate that the constitution was prepared by leaders of political parties and not legal experts\n11 1 1 8 8 the musician also treated the wood with a preparation of borax in the manner of stradivari\n6 5 5 9 9 she was pouring the hot agarose into the casting tray\n11 1 1 13 13 the team then sequenced the captured dna with the gs flx titanium series chemistry\n4 8 8 13 13 in a disturbing laboratory experiment in which a gun was hidden in a drawer , many boys found the weapon , played with it and even pulled the trigger without knowing whether it was loaded\n18 2 2 12 12 the vice president for development is responsible to the president of the university for planning , coordinating and managing the gift procurement programs of the university\n18 1 1 5 5 the students enforced it with violence\n1 7 7 15 15 much of the difference in the total damage caused by the nisqually and the northridge earthquakes can be attributed to the nisqually earthquake ' s location\n8 1 1 7 7 the train is going away from the photographer , pushing its cars to gain elevation\n4 1 1 7 7 the fluids are enclosed in a vertical cylinder of aspect ratio and heated from below\n8 9 9 13 13 the loading takes a couple of days and the ship sails from the port with the help of the local pilot who knows every inch of the area\n18 3 3 9 9 accidentally , one worker was locked in a refrigerator boxcar , and the rest of the workmen left the site\n8 3 3 7 7 like tofu , tempeh is made from soybeans , but tempeh is a whole soybean product with different nutritional characteristics and textural qualities\n18 8 8 10 10 godfrey and i , caught up in the whirl of insects , had become part of the forest , too\n6 7 7 11 11 whatever the case , we have added tessellate into our favorite songs\n11 4 4 11 11 surveys were completed by respondents using a variety of browser software programs , each configured differently with different displays\n1 1 1 5 5 breast abscess is caused by infection of the engorged glandular system of the breasts\n3 1 1 14 14 the study assessed the effectiveness of the world ' s fisheries management regimes using evaluations by nearly 1200 fisheries experts\n11 1 1 5 5 the act promotes efficiency through limitation of the copyright owner ' s available monetary damages\n5 12 12 15 15 as soon as the ceremony is done , the couple holds a bottle with love testimony in it and puts it into the ocean\n6 9 9 13 13 grace did as she was told as adele poured flour into the liquid mixture\n13 6 6 12 12 i found , moreover , a body of trained and earnest school workers , whose wealth of experience , professional spirit , and loyal support of the new organization gave ample assurance of advancement in all departments of public school work\n0 1 1 6 6 the fat and cholesterol cause heart disease the animal protein causes cancer\n6 5 5 7 7 other early organisms have released barium into sulphate depleted pore waters\n15 1 1 10 10 high fees charged by senior lawyers became a point of discussion at the apex court hearing the ambani brothers ' gas row\n17 1 1 11 11 the country has resumed manufacturing of components and assembly of centrifuge machines under iaea supervision\n6 1 1 6 6 the preforms were blown into the bottles\n4 1 1 6 6 one plant was sealed in a flask as described\n8 1 1 7 7 the acetoin was first distilled from the filtrate and subsequently oxidized to biacetyl\n8 9 9 13 13 it has taken time and effort to get the metal out of the ground\n2 1 1 4 4 the pillars of the ruins of persepolis are famous and an example of the glories of iran during the reign of the darius emperors\n18 6 6 13 13 you reassigned them after making a change in the registry through the administrative console or by using wsadmin scriptin\n14 2 2 5 5 this humorous fable illustrates the progress of education and gives valuable insights into how it could continue to develop in the decades to come\n10 4 4 6 6 one of the best resources for programmers is the excellent ( and free ) book small memory by charles weir and james noble\n6 3 3 6 6 karzai brought more technocrats into his government\n6 1 1 7 7 the basin has sunk into a deep depression\n17 1 1 5 5 the designer made up these sets for us from leftover fabirc\n14 1 1 4 4 this notification declares the names of plants , plant pests or carriers that are considered to be prohibited\n13 26 26 28 28 in the following essay , allen discusses flannery o ' connor ' s use of animal imagery to depict her notion of the world as a zoo of misfits in her novel wise blood\n17 1 1 7 7 the researcher started the interview with a question on relationships and their relation to staff retention in an acute perioperative environment\n11 1 1 5 5 a student relaxes with a book in a cambridge park\n11 16 16 19 19 the engine revved a bit in the lower gears , but was adjusted immediately by the guy with a knob\n18 5 5 12 12 overcome with hunger , the fox tore into the carcass with a fury , sending feathers scattering every which way\n16 6 6 9 9 it ' s a powerful personal work by a man who still thinks for himself in an era of fear , conformity , and dehumanization\n16 2 2 4 4 in this poem the poet personifies his city during the last years in which he was able to live there\n0 7 8 16 16 later on that same day , an electrical short at the farragut north station caused a fire on the tracks which shut down service three times over the course of the day\n4 2 2 8 8 that first batch of forgeries was in a suitcase and the two gentlemen that disappeared in the night were both japanese\n13 7 7 9 9 rachael , katie and chloe enjoy the wriggle of worms from the worm farms they built on an excursion to jells park in glen waverley\n6 2 2 7 7 the exotic species are imported into the country illegally\n14 4 4 9 10 the gist of his message was that the religious social structure was in crisis and should be saved\n9 17 17 18 18 just the thought of the delicate flavors of rose and vanilla , combined with a slightly tart raspberry jelly was enough to get me running through the larder in search of the necessary ingredients\n0 1 1 7 7 the events at the trial caused the dissolution of the communist league , and a general dampening of revolutionary activity\n3 1 1 4 4 the bat moves its wings like we move our fingers\n14 1 1 5 6 this exhibition looks at the dynamic connections that occurred from the mid 1960s to the mid 1970s with a display of early media works presented alongside related drawings , prints , and photographs\n1 1 1 5 5 the contamination was caused by residues of the aromatic hydrocarbons\n0 0 0 13 13 asthma is a disease of the respiratory system , which causes swelling and narrowing of the airways\n8 4 4 11 11 a month ago a request arrived from an american environmental consulting firm\n11 1 1 6 6 this invertebrate builds armor from coconut halves\n3 1 1 5 5 the exhibit features the winning designs in both the professional and student categories , as well as other outstanding entries\n3 10 10 19 19 the disease most often starts in the palm of the hand at the base of the ring or small fingers\n16 7 7 10 10 the purpose of this funding , a memo from the chairman of rj reynolds shows , was to refute the criticisms against cigarettes\n2 6 6 9 9 my hand was resting on the arm of the chair\n18 1 1 11 11 the ride starts at the large bryce canyon national park boundary sign on hwy 63\n11 4 4 7 7 one design shows a farmer with a hoe and reads genuine dirt farmer descendant\n14 7 7 10 10 the world health organization co sponsored a meeting on avian influenza and human pandemic influenza\n8 1 1 6 6 the air was pressed from his lungs it felt like millions of electrodes were attached to his neural system\n18 4 4 10 10 as iran ' s press continues to digest the election results , conservative and reformist outlets condemn perceived us interference\n14 1 1 4 5 the lyrics point toward sexual politics , and the lack of understanding between boys and girls\n1 1 1 6 6 the incident was caused by the entry of high pressure gas from a deep formation that got confined in the porthole of the well\n8 13 13 17 17 first found in old castile in the heart of spain , where the name originated in visigothic times\n0 1 1 4 4 the imbalance caused a torque on the moon that acted to synchronize its rotation with its orbit , so that one side is always facing the earth\n6 1 1 8 8 pipe bombs have been thrown into two parked cars in londonderry\n2 2 2 18 18 no centralized timer exists , so the standard synchronizes all timers to the timer of the fastest running clock in the bss\n13 6 6 8 8 today miguel cotto is receiving a rain of offers to keep fighting\n18 9 9 12 12 the dean of the faculty is the chief academic officer of the college and has primary responsibility for matters of academic policy that affect the faculty and for the educational consequences of the academic budget\n8 1 1 6 6 the robbers ran away from the scene as he drove away and called his employer to report the incident\n13 15 15 18 18 the core of the city state , regarded as a trading entity , is a body of specialized traders engaged in external trade\n6 4 4 7 7 the officer threw a prisoner into a cell\n18 2 2 9 9 those early studies were directed toward examining the spring vegetation green up and subsequent summer and fall dry down\n17 4 4 8 8 a catfish , some fish that have spawned eggs and an anglerfish is all i can remember\n13 16 16 20 20 in contrast , i first learned of steve ' s existence through an observation by a clique of bursley dorm acquaintances i used to dine with that same year\n16 3 3 7 7 yet this signing statement issued by the president yesterday is the clearest signal yet that the administration wants to hold this option in reserve\n18 15 15 18 18 with the help of its diaspora , china has won the race to be the world ' s factory\n18 4 4 7 7 synaesthesia literally means ' union of the senses ' and is defined as the stimulation of one sensory modality by another ( e g , sound by vision )\n17 3 3 7 7 boston university biomedical engineers have devised a method for making future genome sequencing faster and cheaper\n6 2 2 5 5 they leaked oil into the radiator\n15 1 1 7 7 other parameters were as described in the text\n6 1 1 6 6 the medicine was given to the patient\n13 2 2 4 5 this intermixed rookery of glossy ibis , herons , and egrets first established itself on sheffield island in 1961 with 28 nesting pairs\n1 9 9 15 15 almost suddenly , i was overcome with an uncontrollable fear which was triggered by the death of my friend\n6 4 4 7 8 the operator moved the data into the text box from the database table column\n1 1 1 12 12 my view of how the brain works is rooted in an evolutionary perspective that moves from the fact that our mental life reflects the actions of many\n18 1 1 7 7 the singer demonstrates his sensitivity during the song by suggesting that he would bring flowers\n6 1 1 6 6 212 vehicles were brought into this city under personal imports\n14 3 3 8 8 most of the discussion has been about the words he used\n8 2 2 6 6 the waverider design was evolved from work done in the u k in the 1950 ' s and early 1960 ' s on winged atmosphere re entry vehicles\n11 1 1 4 4 the county replaces the mailbox with a standard metal mailbox acceptable for delivery of mail by the united states\n1 6 6 11 11 among the first to survey the devastation caused by the april earthquake , the team discusses what they observed and learned from the damaged buildings\n1 20 20 31 32 known by the medical field as tinea cruris , jock itch is a persistent reddish , flaky , and itchy rash in the groin and around the anus caused by a fungal imbalance on the skin\n18 2 2 6 6 the hockey fans have gone into hiding\n2 1 1 5 5 the chapters included in the book are the core of this fundamental handbook on heterogeneous catalysis\n14 6 6 10 10 we have seen that many software patents covering well known algorithms and techniques hinder the software industry in the united states of america and around the world\n13 11 11 14 14 lots of people were having picture taking sessions at the big patch of yellow flowers in showa kinen\n4 1 1 6 6 the statue was inside a bamboo box\n4 4 4 10 10 we observed that a box was actually placed inside the cornerstone with a variety of artifacts and documents commemorating the event and the history of savannah\n3 4 4 15 15 many of the larger teeth in the back of your jaws have two or three roots\n0 3 3 7 7 each time a neuron unleashes its tiny jolt , it needs to replenish its stores of energy for the next spark\n2 1 1 5 5 the cells inside a nested table are isolated from changes made to the outer table\n6 4 4 7 7 we have thrown the balls into the basket\n14 2 2 5 5 the same rule governs the use of the reversed and the monochrome versions of the logo\n18 11 11 14 14 in particular , the ` historical inevitability ' of a united proletariat of various nationalities was understood as a state interest\n18 2 2 7 7 the teenage boys were dragged into the fighting at school\n16 4 4 8 8 the eighth and finest album by this heady band from baltimore revels in the joy of musical experimentation and sonic surprise\n12 1 1 4 4 the dean of the faculty , rajiv vohra , is a senior member of the university ' s academic administration and is directly responsible for the recruitment , retention and development of university faculty , working closely with the dean of medicine and biological sciences , who has those responsibilities within the division of biology and medicine\n6 13 13 18 18 a man who tried to cool out his hyper cat by stuffing the animal into a boxlike homemade bong faces cruelty charges\n4 2 2 6 6 her split skirt was in a trunk of clothing that still had n ' t arrived from washington , but she looked forward to the freedom\n11 0 0 4 4 electricians start by reading maps called blueprints that show how electricity flows\n4 16 16 20 20 el salvador prison officials have detained a woman who was caught trying to smuggle a military grenade hidden inside a canister in her vagina during a jail visit\n6 1 1 6 6 eight yachts have arrived into the harbor\n18 5 5 17 17 the thick slab of spiced ham was the best part of this year ' s new breakfast sandwich the salty meat was griddled to a crisp , nut brown sear , and it outshone the surrounding egg , cheese , and bun\n16 4 4 8 8 here are the amazing arrangements from this months demonstrator , fantastic , brilliant and stunning\n13 0 0 3 3 cavalry consisted of cuirassiers , dragoons and chevauxlegers\n18 13 13 17 17 donovan mcnabb threw a 13 yard touchdown pass to jason avant , a hookup of two chicago products , as the philadelphia eagles took a 10 0 lead over the chicago bears after one quarter sunday night\n3 1 1 2 2 a sewer cover showing the mets and yankees logos\n18 2 2 9 9 the only escape i had now was in a bottle\n6 1 1 5 6 new emails arrive into my mail box every 1 min this includes a lot of spam\n14 9 9 12 12 take me to the edge is a british reality series investigating global rites of passage\n16 4 4 15 15 the first native tea wares were those made in the early thirteenth century by the potter to shiro at his kiln in seto , aichi prefecture\n6 17 17 22 23 the drain was only half way through the bale wall , so when it stormed , the water poured right into the straw bales\n14 1 1 5 5 the show offers a constructive discussion of a hot button topic with leading m a experts\n18 4 4 7 8 after 2000 , his research has concerned environmental issues in south africa\n18 6 6 8 8 collapsing commodity prices have pushed the farmer into poverty\n3 1 1 7 7 the crocodile has a lump on his snout\n17 16 16 22 22 questions about pullman ' s plans for new his dark materials ' books reveal that the author has just finished a short book\n4 1 2 6 6 the cough syrup was in a bottle on a shelf in the kitchen\n6 4 4 8 8 i have inserted various cartridges into that old printer , but still the printer is not working\n17 2 2 5 5 the chicago museum dug a pit in front of the building and built a new display area for the zephyr , where it could be displayed year round\n14 4 4 8 8 the united states has laws that limit magazine size , too\n1 0 0 6 6 tsunamis are caused by the sudden displacement of large volumes of water\n6 6 6 8 10 radial mixing processes have transported such material into outer disc regions\n0 5 5 15 15 scientists have revealed how environmental irritants such as air pollution and cigarette smoke which cause coughing in people\n2 6 6 7 7 the accommodation comprises a newly redecorated office floor on the third floor\n4 14 14 17 17 when i first arrived in italy i was amazed to find that they sell wine in a carton\n8 9 9 15 15 at one time , most of europe ' s ammonia was produced from the hydro plant at vemork , via the electrolysis route\n14 1 1 7 7 his speech was a summary of known problems\n16 1 1 5 5 the blisters are caused by antibodies against desmogleins ( dsgs ) , which are glycoproteins present in the junctions between skin cells\n8 8 8 11 11 below is a code snippet for creating a timestamp from formatted date date\n13 5 5 7 7 jomini speaks of an entire division of pikemen at reunion sur oise , as the re volution rechristened guise\n4 7 7 14 14 additional colors were screen printed and the book was enclosed in a mock alligator slipcase\n4 11 11 18 18 during this transport , over about 10 kilometres , the herschel spacecraft was placed inside the payload transport container\n6 1 1 7 7 the photographer journeyed into america ' s heartland as a lone artist\n4 2 2 8 8 aretus fetched water from the house in a ewer that had a flower pattern on it\n9 1 1 4 4 the pipeline that the gas leaked from belongs to puyang company , and was constructed by nanjing sanye utility installment company\n1 2 2 10 10 the recent decline has been caused by the environmentally induced collapse of fish catches from the black sea\n16 7 7 11 11 policemen were seen breaking up a road block put up by fishermen\n2 12 12 15 15 i ' m 5ft10 and the jacket reaches about halfway down the fly of my jeans\n2 8 8 11 11 finally , next to the handle is the knob of the bat , a wider piece that keeps the bat from sliding out of a batter ' s hands\n18 1 1 7 7 the athlete starts in the three point stance , and explodes out 5 yards to his right\n14 5 5 10 10 it is a free online resource documenting pennsylvania political election results dating back to 1796\n18 7 8 12 12 a former nhs worker revealed that understaffed maternity wards are sinking into chaos\n6 4 4 9 10 one ounce of pure gold was sealed in a quartz tube and a section of 5 mm inside diameter quartz tube was sealed on the quartz gold tube\n3 2 2 7 7 this radar system contains two tower shaped antennas shown in figure 1 , one is to transmit pulsed waves and the other is to receive reflected waves\n9 20 20 21 21 i ' ve been in thanksgiving preparation mode since last week , and when i saw her post on homemade cranberry jelly , i knew i was going to try it\n11 2 2 10 10 the second man , who struck him with a paving stone , was accordingly discharged\n18 1 1 10 10 the world we live in is rooted in an infinite life\n0 0 0 11 11 chocolates , junk food , dirty skin , and stress cause acne\n18 15 15 22 22 there were two wounds on the surface and one was the exit wound of the gunshot from the victim ' s left forearm\n5 11 11 15 15 part of the seam had been opened up and a roasting pan filled with wet spaghetti , cherry pie filling and jello was put inside\n17 4 4 9 9 in 1792 , the emperor issued a 29 point decree which appeared to tighten qing control over tibet\n3 8 8 11 11 put at its simplest , the injection molding machine contains a reservoir of hydraulic oil which is pumped by an electrically driven pump at high pressure\n5 2 2 14 14 the first box that arrived at shirley shupp ' s door was filled with braces to help with her arthritis\n18 3 3 6 6 the most disturbing moment arrives five minutes from the end\n1 12 12 14 14 i ended up going to the doctor , although it was just coughing from allergies\n1 14 14 17 17 three times ( every 1200 years ) , the gods were distressed by the disturbance from human overpopulation\n2 2 2 13 13 the furniture industry constitutes of one the most important sectors of the polish economy\n2 10 10 14 14 four people died after their vehicle crashed into the support pillar of an overhead bridge in cheras\n0 1 1 7 7 the announcement of the game caused a stir on the web yesterday , with the weekly standard launching a protest campaign encouraging readers to e mail microsoft and t enterprise , the out of its depth company that had hired actual gitmo detainee moazzam begg as a consultant on the game\n0 9 9 11 11 the fat and cholesterol cause heart disease the animal protein causes cancer\n11 4 4 7 7 the glow from the blacksmith ' s forge led civilization from the dark ages and brought humankind to the standard of living enjoyed today\n9 9 9 10 10 uk based master of malt stocks the finest straight wheat whisky\n16 7 7 12 12 the queen deposits each egg in a cell prepared by the worker bees\n6 4 4 7 8 i have put these images into my web page\n2 21 21 24 24 he got an idea of the depth of the shear layer by observing the extent of the sideways turbulence at the stern of the boat\n16 2 2 7 7 an investment firm co founded by the head of the obama administration ' s auto task force is under scrutiny in an investigation into what authorities allege was a pay to play scheme involving the new york state pension fund\n18 4 4 11 11 approximately three dozen bus lines operate from the port authority bus terminal located between eighth and ninth avenues and 40th to 42nd streets\n18 1 1 8 8 the guard pushes the passports back with a chuckle and ignores them\n8 3 3 8 8 the second gold electrode was pressed from the top onto the pellet by a screw in order to ensure optimum contact\n13 17 17 20 20 in about 985 the seljuk clan split off from the bulk of the tokuz oghuz , a confederacy of nine clans long settled between the aral and caspian seas , and set up camp on the right bank of the lower syr darya ( jaxartes ) , in the direction of jend , near kzyl orda in present day south central kazakhstan where they were converted to islam\n17 4 4 8 8 in berlin , the communists threw up a wall of barbed wire and stone to block the exit of freedom seeking germans\n18 0 0 10 10 danger is part of the palestinian journalist ' s daily routine\n14 8 8 14 14 the revealer is an online journal of media criticism related to the subject of religion in the press\n6 4 4 7 7 we then placed the tube in a beaker of iodine water\n13 2 2 8 8 this elite formation comprised of several regiments lifeguard dragoons , lifeguard uhlans , lifeguard hussars , and lifeguard cossacks\n18 2 2 7 7 eco friendly tomatoes grown in a portable pail are moved inside and continue to produce delicious tomatoes even when summer is just a hearth side\n18 1 1 8 8 the guard did his job with a scowling look on his face\n1 5 5 12 12 a method for computing the deformation of the crust caused by the filling of large lakes\n1 24 24 28 28 i had been constipated for over 30 years , had significant sleep requirements ( average 9 hours a night ) , and had recurring headaches from fatigue and allergies\n13 1 1 3 3 a constable of ravens is stationed at the tower of london\n2 12 12 15 15 third , the user places his non dominant index finger in the pin of the grenade while maintaining a firm grasp on the body of the grenade\n13 5 5 15 15 orion , a giant stellar nursery which has spawned roughly 20 , 000 low mass stars like the sun in the last 10 million years , also harbors a handful of massive type o and b stars that emit blowtorch like radiation\n1 1 1 7 7 social breakdown and poverty caused by civil war in several african countries has caused further increases in the rate of prostitution in those countries\n2 5 5 7 7 advanced xml converter has a wizard driven interface for converting xml files into html , csv , dbf and xls formats with ease\n4 1 1 5 5 the body was in a trunk of a vehicle\n15 1 2 7 8 the technical terms are defined in the glossary section of this document\n8 7 7 11 11 instead of sounding self centered , the remark came from a person who is confused and unaccustomed to anything but personal success\n14 10 10 13 13 a congressman from the state of texas , presented a bill regulating interstate commerce carried on railways\n18 11 11 14 14 the opening lay just below the exit of the left subclavian artery from the arch\n14 5 5 9 9 new york is a weekly magazine concerned with the life , culture , politics , and style of new york city\n2 3 3 7 7 these are the walls of the byzantine fortress that surrounds the acropolis of lindos on the island of rhodes\n17 6 6 12 12 a model maker is a professional craftsperson who creates a 3 dimensional representation of a design or concept\n8 3 3 13 13 as the initial drug loading was increased , the drug release from the matrix was decreased\n16 19 19 22 22 the postmodernism generator was written by andrew c bulhak using the dada engine , a system for generating random text from recursive grammars\n6 1 1 6 6 the queen was put inside her cage and then placed in the box with a bunch of worker bees four days ago\n8 3 3 10 10 we accepted the claim that issued forth from the usual quarters\n3 3 3 18 18 he places the bolt in the receiver so that it fits under the retaining rail as the bolt handle engages the groove in the bolt\n8 2 3 6 6 the full press release from the studio is pasted at the bottom of this post\n0 1 1 7 7 since hunger and poverty cause violence and unrest , the solution must be found in other than military action\n1 7 7 15 16 however , recent research demonstrates that most ulcers of the duodenum are caused by an infectious agent named helicobacter pylori or h pylori\n18 3 4 7 7 the discipline of political science revolves around government , public policy and ethics , foreign politics , law and judicial process\n3 1 1 6 6 the states are divided into smaller counties\n2 10 10 12 12 my second question is regarding the sale of bones and hide of tigers going on in delhi\n16 3 3 7 7 all of the products grown by the defendant are grown either under glass or in special plots of ground\n11 3 3 7 7 thus , the fisherman bought his own boat in 1991 , after renting one many years\n1 3 3 7 7 to alleviate the inconvenience caused by the fence , the cabinet approved a plan to construct 11 passages through the barrier to facilitate movement in and out of the city\n0 2 2 6 6 the sound waves cause disorientation and nausea\n17 1 1 10 10 the sweetcorn produced a massive box of earwig filled sweet cobs\n17 11 11 16 16 a chocolate maker , on the other hand , is the person who physically creates the couverture from cacao beans and other ingredients\n4 1 1 6 6 these images were found in a reliquary installed inside the three story pagoda at the monastic site of hwangboksa in guhwang dong , gyeongju in 1942\n3 1 1 6 6 this house has a super sized garage , but i guess this is a super sized house\n6 4 4 7 7 instead i again poured water into the hole and again water came dripping down in the place\n14 1 1 5 5 the speech was about a conversation i had with my daughter\n6 4 4 7 7 i already posted the product to your house last friday\n13 9 9 11 11 the chaplain noticed one soldier looking at a a deck of cards\n18 8 8 11 11 she had left her notebook out on the fire escape by accident\n18 16 16 18 18 mobil is now turning to fine art as a way of protecting some of its huge profits from inflation\n17 2 2 10 10 yesterday the team recycled 200kg of unwanted knitting wool into insulation\n6 4 4 7 7 the strong winds blew snow into the snowdrifts\n16 9 9 12 12 training in the field is easily obtained in a furniture and cabinet maker diploma program\n6 2 2 7 7 the little sparrows have flown into the wall\n18 4 4 6 7 a city takes a stand against gang violence\n18 2 2 9 9 the deputy commissioner is assisted by a number of officers belonging to uttar pradesh civil service and other uttar pradesh\n16 12 12 13 13 the upheavals of the late 17th century initiated the decline of the wool industry , and records show that by 1750 only two firms were producing cloth\n14 1 1 4 4 other orders on environmental legislation and abortion issues were also under consideration\n18 4 4 14 14 here ' s the theory i wrote down the other night on the cocktail napkin i fished out of my purse just now\n18 1 1 14 14 us researchers have found a gene responsible for turning a plate of pasta into fat , offering new clues\n8 5 5 16 16 strangely , today ' s help for the crown jewels enthusiasts has arrived from an unexpected quarter\n18 1 1 6 6 the area selected easily accommodated a pen that was 16 by 24 inches\n4 1 1 6 6 my guns are locked in a safe and have trigger locks on them\n17 15 15 11 11 a preface ( pronounced preffus ) is an introduction to a book written by the author of the book\n0 1 1 5 5 the clot later caused a seizure , leaving nathan completely paralyzed on the right side of his body\n1 10 10 13 13 in ionic conduction charge carriers are affected by the electromagnetic radiation from the microwaves by being attracted or repelled by the electric field\n4 4 4 8 8 dispenser models hold the brew in a heated tank you fill your cup by pressing it against the dispenser lever\n13 1 1 5 5 an orchard of ripe black cherries , blueberries and plums join together in seamless harmony\n3 4 4 8 8 sea turtles and sea lions use their front flippers to move forward\n13 11 11 14 14 his sport was indifferent , for he brought down only a leash of red deer , and a couple of wolves\n11 6 6 19 19 when she got home , the child , who was waiting for her , killed her with a rusty nail\n0 7 7 13 13 we already know ignorance , heat , boredom , greed and poverty cause violence even in the u s\n16 7 7 10 10 at the volvo koping factory , seven robots make 17 components in 30 seconds\n2 34 34 1 1 the ladder shield comprises a rigid yet slightly flexible shell of plastic which is sized and shaped to fit around the front and sides of the ladder so as to block access to the steps on the ladder\n9 2 2 3 3 a filtered wheat beer , sunshine offers a crisp , refreshing alternative to heavier bodied heffe weizens\n13 25 25 28 28 then he had richard weixler , one of radio ' s quiz kids , talk about the animals and for no apparent reason presented a couple of circus clowns\n18 1 1 11 11 the wainwright worked by whittling or lathing pieces of wood into shapes necessary for end products , notably wagon wheels\n6 2 2 8 8 the injured children were handed over to their relatives in mannaar\n3 1 1 4 4 the pendant with the bail measure 1 1 4\n2 1 1 6 6 the mainspring in the automatic winding watch is designed to prevent over winding ( with continuation of automatic winding ) when the spring is fully wound\n18 8 8 12 12 in the years following , detroit ' s population fell from a peak of roughly 1 8 million in 1950 to about half that number today\n8 1 1 8 8 the data is derived from a transnational ethnographic study of dominicans who have been deported from the united states\n18 1 1 5 5 the ring unleashes its own power in the struggle\n14 5 5 8 8 the poem consists of short verses reflecting on nature and travel through the landscape\n0 1 1 10 10 the struggle with the door and the oiler caused a disturbance on the ship\n18 1 2 8 8 the computer company is running into density scaling problems\n1 19 19 22 22 plaintiffs seek compensatory damages for personal injuries , property damage , emotional distress , and expenses resulting from the evacuation after the explosion\n16 11 11 15 15 arriving home from this concert , i found an e mail message from a musician friend\n18 1 1 4 4 the trio lit the blaze in a reserve behind combine street about 6 40 pm and ran off\n6 3 3 6 7 he was releasing information into the public domain without understanding what that was\n18 23 23 24 24 sometime shortly before the murder , a woman came to verloo ' s apartment and put a drug identified as clophelinum into his alcohol drink\n3 0 0 11 11 fish without the pyloric ceca have digestive enzyme production in the liver and pancreas\n0 4 4 11 11 the industry only reports incidents that have resulted in serious physical injuries , and reporting is left up to the cruise line with no oversight\n0 12 12 8 8 this time , though , they left the fire unattended and the wind caused nearby leaves to catch fire , spreading 14 feet to the building\n3 4 4 8 8 at birth , the patient has bilateral supernumerary nostrils , which were situated above the normal nostrils and opened into the ipsilateral nasal cavities\n8 15 15 18 18 the day the earth stood still envisions the arrival of a wise and high minded visitor from the stars\n11 0 0 4 4 politicians are discovering sufi teachings as a means against religious extremism\n18 4 4 11 11 the vehicle ' s name was leaked in a financial times article published on august 31 , and this evening , several photos and more information about the concept were published online\n6 4 4 7 7 the kids are blowing bubbles into the air\n18 11 11 14 14 i just looked at how people in fact protected even the thugs from mob behavior today in tehran\n6 3 3 7 7 he posted his gifts to a military base in middle east asia\n1 1 1 6 6 the complication arose from the light irradiation\n18 22 22 27 27 the ends sought by education are to train the mind into the habit of clear and accurate thinking , to accumulate a body of useful and necessary knowledge , and to acquire correct habits of conduct and behavior\n14 4 4 10 10 he also provides the news that the 300 year old tradition of paying by cheque is on the way out\n6 10 10 13 13 since the chops were brown , the chef drained the drippings into the sauerkraut\n17 4 4 8 8 along the way the women developed a distinctive style , noted for its lively improvisations and geometric simplicity\n8 9 9 15 15 in many languages , other than english , the word is derived from a germanic term akin to backboard , from the same roots as english back and board\n18 7 7 16 16 bradis produce is a full time farming operation raising fresh produce , greenhouse flowers , and grain\n18 0 0 10 10 hiring in a down economy with the help of some beers proved successful\n0 1 1 5 5 the bombing resulted in the deaths of 1318 in hanoi\n8 2 2 8 8 the ideal candidate has graduated from an approved program in radiography\n4 8 8 13 13 we double checked that a maximum of 80 larvae were placed inside each vial\n13 4 4 7 7 everyone cheers as a dule of white doves take flight\n3 1 1 2 2 the machine filters the hot oil through long lasting ( 12 months ) polymer filters\n1 1 1 9 9 the error was caused by the illegal embedded code tags\n14 1 1 5 5 both novels tackle with political questions in a direct manner\n0 6 6 10 10 liver plays key role in how steroids cause diabetes and hypertension\n18 1 1 5 5 the name was leaked in chatrooms as people gave clues as to who it is and some also said his name\n4 9 9 13 13 state police are investigating the discovery of a human skull in a black cauldron in a wooded area in conowingo\n6 0 2 6 6 anti crime rap is sent to mobiles\n6 10 10 12 12 cross network instant messenger service , meebo , has added games into chatting\n13 13 13 16 16 the movie is a nice escape , taking viewers into a self contained universe of costumed heroes and exotic settings\n4 3 3 11 11 a small ceramic figurine of a baby was hidden in the cake\n4 2 2 9 9 the nitrogen coolant was contained in a 6 litre bottle in the navy lau 7 launcher , and provided for 2 5 hrs of seeker cool down\n1 5 5 8 8 the poet essex hemphill conquered sorrow after the loss of a friend by taking up the cause of that friend\n18 7 7 9 9 the ds criminal investigative division conducts criminal investigations into violations of passport and visa fraud\n1 1 1 5 5 the winds are caused by moisture , originating off the pacific coast , cooling as they climb the western slopes , and then rapidly warming as they drop down the eastern side of the mountains\n2 2 2 5 5 the left sleeve of this sweater is clearly rolled back , and the sweater is hanging off her left shoulder\n1 1 1 8 8 the drag caused by the earth ' s atmosphere works against a rocket or a water molecule\n0 0 0 13 13 endometriosis is the cause of pelvic pain ( dysmenorrhea , dyspareunia ) and infertility in more than 35 of women of reproductive age\n1 3 3 9 9 most of the flooding has been caused by the clogging of drains\n8 1 1 8 8 the food is an illegally imported product of animal origin\n1 1 1 9 10 the dips are caused by the thermal diffuse of y rays which is reflected secondarily by the net planes in the same crystal\n1 9 9 13 13 the jnc also is currently accepting applications for the vacancy created by the retirement of judge edwin b browning , jr\n15 1 1 13 13 the beginning of the bbc ' s wartime role is also explored through documents and photographs dating back to 1935\n16 9 9 10 10 a multiple goal model structure is formulated for a garment factory based on the objectives of the company including minimisation of lateness\n8 5 5 14 14 sequence analysis showed that the fragment was generated from an intron containing thymosin b15 gene\n1 4 4 13 13 the evening ' s performance was a great production by a first class company and not expensive\n13 7 7 9 9 the survey further refers to a ' game of conies , ' and a lodge and coney warren , in the tenure of richard hopgood by lease from richard gifford\n18 7 7 10 10 at the public inquiry into the disaster firefighters described the horror that faced them when they arrived at the scene of the paddington rail crash\n14 1 1 7 8 the sections of the book pertaining to quantitative methods are written clearly and contain more detail than usually is found in similar books\n18 11 11 14 14 the members of committee of the program are formed by the chairman of the college and the chairman of each department\n4 0 0 3 3 cutlery in a wallet is a cutlery concept designed to facilitate outdoor eating\n8 13 13 17 17 in fact , the only clothes she could fit into were her maternity dresses from twenty five years ago\n2 2 2 5 5 touch the tip of the brush on the paper and turn it to the opposite direction , the left a bit , as you begin writing\n14 1 2 10 10 this book chapter provides pluralistic yet concise introduction to the doctrine and theory of employment discrimination law\n12 7 7 10 10 and they learned that lenin was the leader of that organization\n14 2 2 12 12 it is text at the top of a newspaper article indicating the nature of the article below it\n17 5 5 12 12 fuller ' s is a brewer of distinguished , prize winning british ales crafted with over 150 years of pride and tradition\n5 12 12 12 12 they went into a big walk in closet where there was a suitcase with another locked suitcase in it\n4 1 1 9 9 the rabbits are unhappy when left alone in a hutch in the garden , as they need company\n18 18 18 25 25 with gary versace on piano , gary hobbs on drums , and chuck bergeron on bass , the trio performs with a wide range of artists and ensembles\n3 1 1 8 8 the cabinet encloses a 6 1 inch cone woofer , 4 inch cone midrange , and a 7 inch balanced dome tweeter\n8 5 5 11 11 in a further embodiment the polynucleotide is derived from an angiosperm species\n18 3 3 8 8 instead , their compilation was governed by didactic considerations\n13 2 2 4 4 the first couple of weeks at palm have been a whirlwind\n14 1 1 8 8 these observations determine the high spatial resolution stellar kinematics within the nuclei of these galaxies\n4 4 4 7 7 my ancient array of pens in a tankard works every time\n18 1 1 9 9 the book has made a significant contribution to the study of fashion buying and merchandising in a uk context\n18 4 4 7 7 okay , after a discussion with my husband we have decided to work on the emergency fund first\n16 3 3 8 8 it is a method discovered by a japanese scholar , mikao usui , around 1890\n18 0 0 11 11 references to the hearing transcript are denoted by volume and page numbers\n6 0 0 5 5 skydivers are dropped into the island\n3 22 22 24 24 the difference both for show and for use is as great as the difference between a lump of golden ore and a rouleau of sovereigns fresh from the mint\n15 5 5 15 15 personal stories were shared and events on the islands were documented through the islanders ' blogs\n18 4 4 8 8 this is the best time of day for painters to capture the ` inner state ' of a landscape\n16 1 1 11 11 an egg is a round or oval cell laid by the female of any number of different species\n11 6 6 14 14 for a sit down snack the cook bakes the batter in a mini muffin pan and serves the smaller version muffins with a lemon cream on the side\n6 3 3 1 1 seacrest students donated uniforms to shadowlawn students\n18 15 15 20 20 taking time for introductions and a brief tour of the building helps the pre service teacher feel part of the school and aids the important transition from college student include the pre service teacher on staff mailing list and in staff workshops and social functions\n6 4 4 6 6 now we deliver all products to overseas\n8 0 0 6 6 brandy is distilled from fermented fruit juices\n17 1 1 5 5 the director shot some additional footage\n2 1 1 11 11 this site is part of newsquest ' s audited local newspaper network\n18 0 0 6 6 demerol is in a group of drugs called narcotic pain relievers\n6 2 2 9 9 a new module has been imported into the mozilla browser\n3 1 2 7 7 the metro line begins at an underground station in st stephen ' s green in the city center\n8 10 10 14 14 it has several chalet to stay over night and the boat leaves from the port twice a day 10 00 am and 17 00 pm\n8 10 10 15 15 the fermenting musts were plunged twice per day and the wine was pressed from the skins at a tss level of 3 6 brix\n0 3 3 8 8 two of the incidents resulted in fatal co poisonings ( cohb levels of 55 and 49 )\n4 2 2 7 7 an unidentified substance was found in a letter\n6 1 1 7 7 the money was handed over into notarial custody for the purpose of securing an obligation\n15 2 2 7 7 these philosophical issues have been addressed by myth , fiction and philosophy since antiquity\n11 1 1 6 6 the manufacturer assembles the order using parts supplied by his preferred supplier , and ships the order to the retailer\n14 5 5 7 7 the three themes for the conference were pluralism , sustainability and innovation\n18 1 1 8 8 the lioness drank the poisoned water out of grief for the loss of her daughter\n15 9 9 16 17 the data is still preliminary and comes with the caveats outlined in mark ' s original e mail\n13 18 18 20 21 on 23 april 1945 , the hunter killer group , operating as a combined force against a large wolfpack of u boats , spotted a partially submerged submarine but could not locate it after it dived\n6 1 1 7 7 a woman has been placed into the house as well\n11 1 1 9 9 the group dug into the ground with their ceremonial shovels\n0 17 17 20 20 in this excellent fourth sunny randall pi tale ( after shrink rap ) , is shown how sadness leads to murder\n1 7 7 13 14 she was looking beautiful in the dim light that emanated from my broken table lamp\n6 4 4 7 7 husseys sent their key players to the stadium for the decisive game\n18 1 1 5 5 the sample was pressed from powder into a platelet with about 10 mm thickness , which was cut into a rectangle and put on the platinum leads\n3 7 7 9 9 eventually , the player descends into a maze of catacombs and a fake y2\n6 1 1 8 8 more weapons are being delivered to the french navy\n18 3 3 6 6 and from the slope of the line we compute the amount of time which has passed since the pool of matter became separated into individual objects\n13 5 5 7 7 then there ' s a bloat of hippopotamuses , which is really quite insulting to full figured hippopotami , who can look quite nice if they put flowers in their ears and become ( old joke alert ) hippypotamuses\n8 1 1 9 9 a squirrel popped out of a woman ' s shirt when she was interviewed\n8 11 11 18 18 it was windy and cold yesterday and there is still some remnants of snow left from early yesterdays storm\n11 13 13 20 20 after seating all the idols , which itself takes hours , the traditional king sweeps the chariot with a golden broom\n16 8 8 12 12 the minister attributed the slow production of the materials by the local industries to their limited capacities\n3 1 1 2 2 the umbrella frame is provided with a movable yoke at the upper end and a stationary yoke at an intermediate point\n16 10 10 16 16 manos the hands of fate is a low budget horror film made by el paso fertilizer salesman hal p warren\n7 15 15 18 18 a few days before the service , tom burris had thrown into karen ' s casket his wedding ring\n"
  },
  {
    "path": "dataset/SemEval/test_keys.txt",
    "content": "8001\tMessage-Topic(e1,e2)\n8002\tProduct-Producer(e2,e1)\n8003\tInstrument-Agency(e2,e1)\n8004\tEntity-Destination(e1,e2)\n8005\tCause-Effect(e2,e1)\n8006\tComponent-Whole(e1,e2)\n8007\tProduct-Producer(e1,e2)\n8008\tMember-Collection(e2,e1)\n8009\tComponent-Whole(e1,e2)\n8010\tMessage-Topic(e1,e2)\n8011\tEntity-Destination(e1,e2)\n8012\tOther\n8013\tEntity-Destination(e1,e2)\n8014\tProduct-Producer(e1,e2)\n8015\tEntity-Origin(e1,e2)\n8016\tEntity-Origin(e1,e2)\n8017\tEntity-Destination(e1,e2)\n8018\tOther\n8019\tMember-Collection(e2,e1)\n8020\tProduct-Producer(e1,e2)\n8021\tMessage-Topic(e1,e2)\n8022\tContent-Container(e1,e2)\n8023\tProduct-Producer(e1,e2)\n8024\tOther\n8025\tEntity-Origin(e2,e1)\n8026\tProduct-Producer(e1,e2)\n8027\tCause-Effect(e2,e1)\n8028\tOther\n8029\tOther\n8030\tEntity-Origin(e1,e2)\n8031\tCause-Effect(e1,e2)\n8032\tMessage-Topic(e1,e2)\n8033\tComponent-Whole(e1,e2)\n8034\tProduct-Producer(e1,e2)\n8035\tComponent-Whole(e1,e2)\n8036\tComponent-Whole(e2,e1)\n8037\tMember-Collection(e2,e1)\n8038\tContent-Container(e2,e1)\n8039\tMember-Collection(e2,e1)\n8040\tProduct-Producer(e1,e2)\n8041\tCause-Effect(e1,e2)\n8042\tComponent-Whole(e2,e1)\n8043\tCause-Effect(e1,e2)\n8044\tEntity-Destination(e1,e2)\n8045\tEntity-Origin(e1,e2)\n8046\tContent-Container(e1,e2)\n8047\tOther\n8048\tEntity-Destination(e1,e2)\n8049\tMessage-Topic(e1,e2)\n8050\tOther\n8051\tEntity-Destination(e1,e2)\n8052\tOther\n8053\tMember-Collection(e2,e1)\n8054\tOther\n8055\tCause-Effect(e1,e2)\n8056\tEntity-Origin(e1,e2)\n8057\tOther\n8058\tCause-Effect(e1,e2)\n8059\tOther\n8060\tComponent-Whole(e2,e1)\n8061\tEntity-Origin(e2,e1)\n8062\tProduct-Producer(e1,e2)\n8063\tInstrument-Agency(e2,e1)\n8064\tComponent-Whole(e1,e2)\n8065\tEntity-Destination(e1,e2)\n8066\tProduct-Producer(e2,e1)\n8067\tOther\n8068\tOther\n8069\tMessage-Topic(e1,e2)\n8070\tProduct-Producer(e1,e2)\n8071\tOther\n8072\tEntity-Origin(e1,e2)\n8073\tCause-Effect(e2,e1)\n8074\tEntity-Origin(e1,e2)\n8075\tOther\n8076\tProduct-Producer(e1,e2)\n8077\tOther\n8078\tInstrument-Agency(e2,e1)\n8079\tEntity-Destination(e1,e2)\n8080\tProduct-Producer(e2,e1)\n8081\tComponent-Whole(e1,e2)\n8082\tComponent-Whole(e1,e2)\n8083\tCause-Effect(e1,e2)\n8084\tComponent-Whole(e1,e2)\n8085\tMessage-Topic(e1,e2)\n8086\tInstrument-Agency(e2,e1)\n8087\tMessage-Topic(e1,e2)\n8088\tProduct-Producer(e2,e1)\n8089\tEntity-Origin(e2,e1)\n8090\tMessage-Topic(e1,e2)\n8091\tEntity-Origin(e1,e2)\n8092\tOther\n8093\tComponent-Whole(e1,e2)\n8094\tComponent-Whole(e1,e2)\n8095\tOther\n8096\tEntity-Destination(e1,e2)\n8097\tMessage-Topic(e1,e2)\n8098\tComponent-Whole(e1,e2)\n8099\tEntity-Destination(e1,e2)\n8100\tMessage-Topic(e1,e2)\n8101\tMessage-Topic(e1,e2)\n8102\tComponent-Whole(e2,e1)\n8103\tEntity-Origin(e1,e2)\n8104\tMessage-Topic(e1,e2)\n8105\tCause-Effect(e2,e1)\n8106\tOther\n8107\tCause-Effect(e2,e1)\n8108\tCause-Effect(e1,e2)\n8109\tComponent-Whole(e2,e1)\n8110\tMember-Collection(e2,e1)\n8111\tOther\n8112\tContent-Container(e1,e2)\n8113\tOther\n8114\tProduct-Producer(e2,e1)\n8115\tOther\n8116\tCause-Effect(e2,e1)\n8117\tProduct-Producer(e1,e2)\n8118\tCause-Effect(e1,e2)\n8119\tMember-Collection(e2,e1)\n8120\tComponent-Whole(e2,e1)\n8121\tEntity-Destination(e1,e2)\n8122\tInstrument-Agency(e2,e1)\n8123\tOther\n8124\tOther\n8125\tMessage-Topic(e1,e2)\n8126\tEntity-Origin(e2,e1)\n8127\tEntity-Origin(e2,e1)\n8128\tOther\n8129\tComponent-Whole(e2,e1)\n8130\tContent-Container(e1,e2)\n8131\tInstrument-Agency(e1,e2)\n8132\tMessage-Topic(e1,e2)\n8133\tComponent-Whole(e1,e2)\n8134\tOther\n8135\tContent-Container(e1,e2)\n8136\tInstrument-Agency(e2,e1)\n8137\tComponent-Whole(e1,e2)\n8138\tMember-Collection(e2,e1)\n8139\tEntity-Origin(e1,e2)\n8140\tMember-Collection(e2,e1)\n8141\tInstrument-Agency(e2,e1)\n8142\tEntity-Origin(e1,e2)\n8143\tOther\n8144\tEntity-Origin(e1,e2)\n8145\tMember-Collection(e2,e1)\n8146\tInstrument-Agency(e2,e1)\n8147\tContent-Container(e1,e2)\n8148\tMessage-Topic(e2,e1)\n8149\tOther\n8150\tProduct-Producer(e2,e1)\n8151\tProduct-Producer(e1,e2)\n8152\tMember-Collection(e2,e1)\n8153\tMember-Collection(e2,e1)\n8154\tMessage-Topic(e1,e2)\n8155\tMessage-Topic(e1,e2)\n8156\tProduct-Producer(e2,e1)\n8157\tOther\n8158\tComponent-Whole(e1,e2)\n8159\tCause-Effect(e1,e2)\n8160\tMessage-Topic(e2,e1)\n8161\tMessage-Topic(e1,e2)\n8162\tEntity-Origin(e1,e2)\n8163\tEntity-Origin(e1,e2)\n8164\tProduct-Producer(e2,e1)\n8165\tEntity-Destination(e1,e2)\n8166\tContent-Container(e1,e2)\n8167\tMember-Collection(e2,e1)\n8168\tComponent-Whole(e2,e1)\n8169\tEntity-Origin(e1,e2)\n8170\tInstrument-Agency(e2,e1)\n8171\tEntity-Destination(e1,e2)\n8172\tMember-Collection(e1,e2)\n8173\tOther\n8174\tOther\n8175\tCause-Effect(e2,e1)\n8176\tProduct-Producer(e1,e2)\n8177\tEntity-Destination(e1,e2)\n8178\tEntity-Origin(e1,e2)\n8179\tInstrument-Agency(e2,e1)\n8180\tMessage-Topic(e1,e2)\n8181\tEntity-Destination(e1,e2)\n8182\tContent-Container(e1,e2)\n8183\tOther\n8184\tProduct-Producer(e2,e1)\n8185\tOther\n8186\tMember-Collection(e2,e1)\n8187\tEntity-Destination(e1,e2)\n8188\tProduct-Producer(e1,e2)\n8189\tMessage-Topic(e2,e1)\n8190\tInstrument-Agency(e2,e1)\n8191\tCause-Effect(e1,e2)\n8192\tOther\n8193\tMessage-Topic(e1,e2)\n8194\tComponent-Whole(e2,e1)\n8195\tMessage-Topic(e2,e1)\n8196\tOther\n8197\tEntity-Origin(e2,e1)\n8198\tEntity-Destination(e1,e2)\n8199\tEntity-Destination(e1,e2)\n8200\tProduct-Producer(e1,e2)\n8201\tComponent-Whole(e1,e2)\n8202\tContent-Container(e1,e2)\n8203\tOther\n8204\tCause-Effect(e2,e1)\n8205\tEntity-Destination(e1,e2)\n8206\tComponent-Whole(e1,e2)\n8207\tComponent-Whole(e2,e1)\n8208\tContent-Container(e2,e1)\n8209\tMember-Collection(e2,e1)\n8210\tMember-Collection(e2,e1)\n8211\tComponent-Whole(e1,e2)\n8212\tEntity-Origin(e1,e2)\n8213\tContent-Container(e1,e2)\n8214\tInstrument-Agency(e2,e1)\n8215\tEntity-Origin(e2,e1)\n8216\tContent-Container(e2,e1)\n8217\tContent-Container(e1,e2)\n8218\tOther\n8219\tCause-Effect(e2,e1)\n8220\tMessage-Topic(e1,e2)\n8221\tContent-Container(e1,e2)\n8222\tEntity-Origin(e1,e2)\n8223\tMessage-Topic(e1,e2)\n8224\tMessage-Topic(e2,e1)\n8225\tOther\n8226\tOther\n8227\tContent-Container(e1,e2)\n8228\tMember-Collection(e2,e1)\n8229\tProduct-Producer(e1,e2)\n8230\tOther\n8231\tEntity-Origin(e1,e2)\n8232\tComponent-Whole(e2,e1)\n8233\tMessage-Topic(e1,e2)\n8234\tCause-Effect(e2,e1)\n8235\tComponent-Whole(e1,e2)\n8236\tCause-Effect(e2,e1)\n8237\tOther\n8238\tComponent-Whole(e1,e2)\n8239\tCause-Effect(e1,e2)\n8240\tCause-Effect(e1,e2)\n8241\tProduct-Producer(e1,e2)\n8242\tEntity-Destination(e1,e2)\n8243\tComponent-Whole(e1,e2)\n8244\tOther\n8245\tOther\n8246\tProduct-Producer(e2,e1)\n8247\tContent-Container(e1,e2)\n8248\tComponent-Whole(e1,e2)\n8249\tEntity-Origin(e1,e2)\n8250\tEntity-Destination(e1,e2)\n8251\tComponent-Whole(e1,e2)\n8252\tEntity-Origin(e1,e2)\n8253\tCause-Effect(e1,e2)\n8254\tComponent-Whole(e1,e2)\n8255\tOther\n8256\tOther\n8257\tCause-Effect(e2,e1)\n8258\tProduct-Producer(e1,e2)\n8259\tComponent-Whole(e2,e1)\n8260\tInstrument-Agency(e2,e1)\n8261\tMessage-Topic(e1,e2)\n8262\tEntity-Destination(e1,e2)\n8263\tEntity-Origin(e2,e1)\n8264\tMessage-Topic(e2,e1)\n8265\tCause-Effect(e2,e1)\n8266\tEntity-Destination(e1,e2)\n8267\tMessage-Topic(e1,e2)\n8268\tComponent-Whole(e2,e1)\n8269\tOther\n8270\tEntity-Destination(e1,e2)\n8271\tOther\n8272\tOther\n8273\tMessage-Topic(e2,e1)\n8274\tMember-Collection(e2,e1)\n8275\tOther\n8276\tEntity-Destination(e1,e2)\n8277\tMessage-Topic(e1,e2)\n8278\tInstrument-Agency(e2,e1)\n8279\tProduct-Producer(e2,e1)\n8280\tProduct-Producer(e1,e2)\n8281\tMember-Collection(e1,e2)\n8282\tEntity-Destination(e1,e2)\n8283\tMember-Collection(e2,e1)\n8284\tOther\n8285\tMessage-Topic(e1,e2)\n8286\tContent-Container(e1,e2)\n8287\tMember-Collection(e2,e1)\n8288\tCause-Effect(e2,e1)\n8289\tOther\n8290\tMessage-Topic(e1,e2)\n8291\tContent-Container(e1,e2)\n8292\tMessage-Topic(e1,e2)\n8293\tComponent-Whole(e1,e2)\n8294\tOther\n8295\tEntity-Origin(e1,e2)\n8296\tEntity-Origin(e1,e2)\n8297\tEntity-Destination(e1,e2)\n8298\tEntity-Destination(e1,e2)\n8299\tEntity-Destination(e1,e2)\n8300\tProduct-Producer(e2,e1)\n8301\tOther\n8302\tInstrument-Agency(e2,e1)\n8303\tComponent-Whole(e2,e1)\n8304\tOther\n8305\tProduct-Producer(e2,e1)\n8306\tMessage-Topic(e1,e2)\n8307\tProduct-Producer(e1,e2)\n8308\tOther\n8309\tMessage-Topic(e1,e2)\n8310\tProduct-Producer(e2,e1)\n8311\tOther\n8312\tCause-Effect(e2,e1)\n8313\tMessage-Topic(e1,e2)\n8314\tProduct-Producer(e1,e2)\n8315\tMessage-Topic(e2,e1)\n8316\tMember-Collection(e2,e1)\n8317\tContent-Container(e1,e2)\n8318\tContent-Container(e1,e2)\n8319\tEntity-Destination(e1,e2)\n8320\tInstrument-Agency(e2,e1)\n8321\tEntity-Destination(e1,e2)\n8322\tMember-Collection(e2,e1)\n8323\tMember-Collection(e1,e2)\n8324\tEntity-Destination(e1,e2)\n8325\tContent-Container(e2,e1)\n8326\tOther\n8327\tMessage-Topic(e2,e1)\n8328\tMessage-Topic(e1,e2)\n8329\tMessage-Topic(e1,e2)\n8330\tProduct-Producer(e1,e2)\n8331\tMember-Collection(e2,e1)\n8332\tMessage-Topic(e1,e2)\n8333\tMessage-Topic(e2,e1)\n8334\tCause-Effect(e2,e1)\n8335\tMember-Collection(e2,e1)\n8336\tOther\n8337\tOther\n8338\tMessage-Topic(e1,e2)\n8339\tOther\n8340\tContent-Container(e1,e2)\n8341\tMessage-Topic(e1,e2)\n8342\tOther\n8343\tInstrument-Agency(e2,e1)\n8344\tEntity-Destination(e1,e2)\n8345\tContent-Container(e1,e2)\n8346\tContent-Container(e2,e1)\n8347\tOther\n8348\tOther\n8349\tMember-Collection(e2,e1)\n8350\tComponent-Whole(e2,e1)\n8351\tContent-Container(e1,e2)\n8352\tMember-Collection(e2,e1)\n8353\tMessage-Topic(e1,e2)\n8354\tMessage-Topic(e2,e1)\n8355\tContent-Container(e1,e2)\n8356\tOther\n8357\tCause-Effect(e1,e2)\n8358\tInstrument-Agency(e2,e1)\n8359\tMember-Collection(e2,e1)\n8360\tComponent-Whole(e2,e1)\n8361\tCause-Effect(e2,e1)\n8362\tOther\n8363\tEntity-Origin(e1,e2)\n8364\tInstrument-Agency(e2,e1)\n8365\tProduct-Producer(e1,e2)\n8366\tMessage-Topic(e1,e2)\n8367\tEntity-Destination(e1,e2)\n8368\tEntity-Destination(e1,e2)\n8369\tMember-Collection(e1,e2)\n8370\tOther\n8371\tComponent-Whole(e1,e2)\n8372\tOther\n8373\tCause-Effect(e2,e1)\n8374\tProduct-Producer(e2,e1)\n8375\tEntity-Destination(e1,e2)\n8376\tEntity-Destination(e1,e2)\n8377\tCause-Effect(e1,e2)\n8378\tProduct-Producer(e2,e1)\n8379\tOther\n8380\tOther\n8381\tInstrument-Agency(e1,e2)\n8382\tCause-Effect(e2,e1)\n8383\tEntity-Destination(e1,e2)\n8384\tOther\n8385\tEntity-Origin(e1,e2)\n8386\tComponent-Whole(e2,e1)\n8387\tProduct-Producer(e2,e1)\n8388\tComponent-Whole(e1,e2)\n8389\tMessage-Topic(e1,e2)\n8390\tOther\n8391\tOther\n8392\tComponent-Whole(e2,e1)\n8393\tEntity-Origin(e1,e2)\n8394\tEntity-Origin(e1,e2)\n8395\tComponent-Whole(e1,e2)\n8396\tOther\n8397\tOther\n8398\tEntity-Destination(e1,e2)\n8399\tInstrument-Agency(e2,e1)\n8400\tOther\n8401\tEntity-Destination(e1,e2)\n8402\tCause-Effect(e2,e1)\n8403\tCause-Effect(e2,e1)\n8404\tCause-Effect(e2,e1)\n8405\tCause-Effect(e2,e1)\n8406\tComponent-Whole(e1,e2)\n8407\tOther\n8408\tEntity-Origin(e2,e1)\n8409\tCause-Effect(e2,e1)\n8410\tEntity-Destination(e1,e2)\n8411\tEntity-Origin(e1,e2)\n8412\tContent-Container(e2,e1)\n8413\tComponent-Whole(e1,e2)\n8414\tEntity-Destination(e1,e2)\n8415\tMember-Collection(e2,e1)\n8416\tComponent-Whole(e2,e1)\n8417\tCause-Effect(e1,e2)\n8418\tEntity-Destination(e1,e2)\n8419\tContent-Container(e2,e1)\n8420\tMessage-Topic(e1,e2)\n8421\tComponent-Whole(e1,e2)\n8422\tComponent-Whole(e2,e1)\n8423\tEntity-Destination(e1,e2)\n8424\tInstrument-Agency(e2,e1)\n8425\tOther\n8426\tOther\n8427\tComponent-Whole(e1,e2)\n8428\tProduct-Producer(e1,e2)\n8429\tComponent-Whole(e1,e2)\n8430\tEntity-Origin(e1,e2)\n8431\tComponent-Whole(e2,e1)\n8432\tOther\n8433\tMember-Collection(e2,e1)\n8434\tOther\n8435\tOther\n8436\tOther\n8437\tMessage-Topic(e2,e1)\n8438\tComponent-Whole(e2,e1)\n8439\tCause-Effect(e2,e1)\n8440\tMessage-Topic(e1,e2)\n8441\tProduct-Producer(e2,e1)\n8442\tComponent-Whole(e1,e2)\n8443\tComponent-Whole(e1,e2)\n8444\tComponent-Whole(e2,e1)\n8445\tContent-Container(e1,e2)\n8446\tProduct-Producer(e1,e2)\n8447\tOther\n8448\tOther\n8449\tEntity-Origin(e1,e2)\n8450\tOther\n8451\tOther\n8452\tMember-Collection(e2,e1)\n8453\tEntity-Origin(e1,e2)\n8454\tProduct-Producer(e2,e1)\n8455\tCause-Effect(e2,e1)\n8456\tEntity-Destination(e1,e2)\n8457\tEntity-Destination(e1,e2)\n8458\tProduct-Producer(e1,e2)\n8459\tInstrument-Agency(e2,e1)\n8460\tEntity-Destination(e1,e2)\n8461\tOther\n8462\tProduct-Producer(e2,e1)\n8463\tEntity-Destination(e1,e2)\n8464\tEntity-Destination(e1,e2)\n8465\tContent-Container(e1,e2)\n8466\tOther\n8467\tEntity-Destination(e1,e2)\n8468\tEntity-Destination(e1,e2)\n8469\tEntity-Origin(e1,e2)\n8470\tComponent-Whole(e1,e2)\n8471\tCause-Effect(e1,e2)\n8472\tComponent-Whole(e1,e2)\n8473\tCause-Effect(e2,e1)\n8474\tContent-Container(e1,e2)\n8475\tOther\n8476\tCause-Effect(e1,e2)\n8477\tOther\n8478\tEntity-Origin(e1,e2)\n8479\tMessage-Topic(e1,e2)\n8480\tMessage-Topic(e1,e2)\n8481\tEntity-Destination(e1,e2)\n8482\tOther\n8483\tProduct-Producer(e1,e2)\n8484\tOther\n8485\tProduct-Producer(e1,e2)\n8486\tCause-Effect(e1,e2)\n8487\tOther\n8488\tProduct-Producer(e1,e2)\n8489\tCause-Effect(e2,e1)\n8490\tContent-Container(e1,e2)\n8491\tOther\n8492\tMember-Collection(e2,e1)\n8493\tCause-Effect(e2,e1)\n8494\tCause-Effect(e2,e1)\n8495\tMessage-Topic(e2,e1)\n8496\tEntity-Destination(e1,e2)\n8497\tEntity-Origin(e1,e2)\n8498\tCause-Effect(e1,e2)\n8499\tComponent-Whole(e1,e2)\n8500\tCause-Effect(e1,e2)\n8501\tMessage-Topic(e2,e1)\n8502\tContent-Container(e1,e2)\n8503\tCause-Effect(e2,e1)\n8504\tEntity-Origin(e1,e2)\n8505\tContent-Container(e1,e2)\n8506\tEntity-Destination(e1,e2)\n8507\tMember-Collection(e2,e1)\n8508\tOther\n8509\tCause-Effect(e2,e1)\n8510\tOther\n8511\tInstrument-Agency(e2,e1)\n8512\tCause-Effect(e1,e2)\n8513\tOther\n8514\tMessage-Topic(e1,e2)\n8515\tOther\n8516\tOther\n8517\tEntity-Origin(e1,e2)\n8518\tEntity-Origin(e2,e1)\n8519\tProduct-Producer(e2,e1)\n8520\tCause-Effect(e2,e1)\n8521\tCause-Effect(e2,e1)\n8522\tOther\n8523\tCause-Effect(e2,e1)\n8524\tInstrument-Agency(e2,e1)\n8525\tEntity-Origin(e1,e2)\n8526\tEntity-Destination(e1,e2)\n8527\tComponent-Whole(e1,e2)\n8528\tContent-Container(e1,e2)\n8529\tEntity-Destination(e1,e2)\n8530\tProduct-Producer(e2,e1)\n8531\tComponent-Whole(e2,e1)\n8532\tOther\n8533\tProduct-Producer(e1,e2)\n8534\tCause-Effect(e1,e2)\n8535\tCause-Effect(e2,e1)\n8536\tCause-Effect(e1,e2)\n8537\tOther\n8538\tMember-Collection(e2,e1)\n8539\tMember-Collection(e1,e2)\n8540\tOther\n8541\tProduct-Producer(e1,e2)\n8542\tCause-Effect(e1,e2)\n8543\tEntity-Origin(e1,e2)\n8544\tMessage-Topic(e1,e2)\n8545\tInstrument-Agency(e2,e1)\n8546\tEntity-Origin(e1,e2)\n8547\tComponent-Whole(e1,e2)\n8548\tComponent-Whole(e2,e1)\n8549\tComponent-Whole(e1,e2)\n8550\tOther\n8551\tMessage-Topic(e2,e1)\n8552\tEntity-Destination(e1,e2)\n8553\tMessage-Topic(e1,e2)\n8554\tContent-Container(e1,e2)\n8555\tEntity-Origin(e2,e1)\n8556\tCause-Effect(e1,e2)\n8557\tEntity-Origin(e1,e2)\n8558\tEntity-Destination(e1,e2)\n8559\tProduct-Producer(e2,e1)\n8560\tOther\n8561\tComponent-Whole(e2,e1)\n8562\tEntity-Origin(e1,e2)\n8563\tMessage-Topic(e1,e2)\n8564\tMessage-Topic(e1,e2)\n8565\tOther\n8566\tEntity-Destination(e1,e2)\n8567\tInstrument-Agency(e2,e1)\n8568\tOther\n8569\tEntity-Origin(e1,e2)\n8570\tMember-Collection(e2,e1)\n8571\tOther\n8572\tMember-Collection(e2,e1)\n8573\tOther\n8574\tComponent-Whole(e1,e2)\n8575\tEntity-Destination(e1,e2)\n8576\tContent-Container(e1,e2)\n8577\tMember-Collection(e2,e1)\n8578\tMember-Collection(e2,e1)\n8579\tMessage-Topic(e1,e2)\n8580\tMessage-Topic(e1,e2)\n8581\tOther\n8582\tOther\n8583\tMember-Collection(e2,e1)\n8584\tComponent-Whole(e2,e1)\n8585\tMessage-Topic(e2,e1)\n8586\tComponent-Whole(e2,e1)\n8587\tEntity-Origin(e1,e2)\n8588\tMessage-Topic(e1,e2)\n8589\tMessage-Topic(e1,e2)\n8590\tMember-Collection(e2,e1)\n8591\tCause-Effect(e2,e1)\n8592\tOther\n8593\tProduct-Producer(e1,e2)\n8594\tEntity-Origin(e1,e2)\n8595\tProduct-Producer(e1,e2)\n8596\tCause-Effect(e1,e2)\n8597\tMessage-Topic(e1,e2)\n8598\tEntity-Destination(e1,e2)\n8599\tComponent-Whole(e2,e1)\n8600\tMember-Collection(e2,e1)\n8601\tProduct-Producer(e1,e2)\n8602\tCause-Effect(e2,e1)\n8603\tCause-Effect(e2,e1)\n8604\tMessage-Topic(e1,e2)\n8605\tComponent-Whole(e1,e2)\n8606\tEntity-Destination(e1,e2)\n8607\tOther\n8608\tCause-Effect(e2,e1)\n8609\tComponent-Whole(e2,e1)\n8610\tOther\n8611\tMessage-Topic(e1,e2)\n8612\tEntity-Origin(e1,e2)\n8613\tContent-Container(e2,e1)\n8614\tEntity-Origin(e1,e2)\n8615\tOther\n8616\tComponent-Whole(e1,e2)\n8617\tEntity-Origin(e1,e2)\n8618\tOther\n8619\tEntity-Destination(e1,e2)\n8620\tEntity-Origin(e1,e2)\n8621\tCause-Effect(e2,e1)\n8622\tComponent-Whole(e1,e2)\n8623\tCause-Effect(e1,e2)\n8624\tComponent-Whole(e1,e2)\n8625\tMessage-Topic(e1,e2)\n8626\tOther\n8627\tMember-Collection(e2,e1)\n8628\tOther\n8629\tMessage-Topic(e1,e2)\n8630\tEntity-Destination(e1,e2)\n8631\tEntity-Destination(e1,e2)\n8632\tComponent-Whole(e2,e1)\n8633\tCause-Effect(e1,e2)\n8634\tInstrument-Agency(e2,e1)\n8635\tEntity-Origin(e1,e2)\n8636\tContent-Container(e2,e1)\n8637\tInstrument-Agency(e2,e1)\n8638\tMember-Collection(e2,e1)\n8639\tEntity-Destination(e1,e2)\n8640\tEntity-Origin(e1,e2)\n8641\tCause-Effect(e2,e1)\n8642\tProduct-Producer(e2,e1)\n8643\tEntity-Destination(e1,e2)\n8644\tProduct-Producer(e2,e1)\n8645\tOther\n8646\tOther\n8647\tOther\n8648\tCause-Effect(e2,e1)\n8649\tMember-Collection(e1,e2)\n8650\tMessage-Topic(e1,e2)\n8651\tMessage-Topic(e1,e2)\n8652\tOther\n8653\tEntity-Origin(e1,e2)\n8654\tContent-Container(e1,e2)\n8655\tCause-Effect(e1,e2)\n8656\tMember-Collection(e2,e1)\n8657\tComponent-Whole(e1,e2)\n8658\tMessage-Topic(e1,e2)\n8659\tCause-Effect(e1,e2)\n8660\tMessage-Topic(e1,e2)\n8661\tProduct-Producer(e1,e2)\n8662\tMessage-Topic(e2,e1)\n8663\tEntity-Destination(e1,e2)\n8664\tProduct-Producer(e1,e2)\n8665\tComponent-Whole(e2,e1)\n8666\tComponent-Whole(e2,e1)\n8667\tComponent-Whole(e1,e2)\n8668\tOther\n8669\tMember-Collection(e2,e1)\n8670\tEntity-Destination(e1,e2)\n8671\tContent-Container(e1,e2)\n8672\tMessage-Topic(e1,e2)\n8673\tProduct-Producer(e2,e1)\n8674\tMessage-Topic(e1,e2)\n8675\tComponent-Whole(e1,e2)\n8676\tMessage-Topic(e1,e2)\n8677\tComponent-Whole(e2,e1)\n8678\tOther\n8679\tComponent-Whole(e2,e1)\n8680\tOther\n8681\tCause-Effect(e2,e1)\n8682\tMessage-Topic(e1,e2)\n8683\tMember-Collection(e2,e1)\n8684\tComponent-Whole(e2,e1)\n8685\tContent-Container(e1,e2)\n8686\tMember-Collection(e1,e2)\n8687\tOther\n8688\tEntity-Origin(e1,e2)\n8689\tContent-Container(e1,e2)\n8690\tCause-Effect(e2,e1)\n8691\tMessage-Topic(e1,e2)\n8692\tComponent-Whole(e1,e2)\n8693\tContent-Container(e1,e2)\n8694\tOther\n8695\tContent-Container(e1,e2)\n8696\tMember-Collection(e1,e2)\n8697\tOther\n8698\tEntity-Destination(e1,e2)\n8699\tEntity-Origin(e1,e2)\n8700\tProduct-Producer(e2,e1)\n8701\tMember-Collection(e2,e1)\n8702\tComponent-Whole(e1,e2)\n8703\tComponent-Whole(e2,e1)\n8704\tEntity-Origin(e2,e1)\n8705\tCause-Effect(e1,e2)\n8706\tOther\n8707\tContent-Container(e2,e1)\n8708\tCause-Effect(e2,e1)\n8709\tEntity-Origin(e1,e2)\n8710\tEntity-Destination(e1,e2)\n8711\tMessage-Topic(e1,e2)\n8712\tMember-Collection(e1,e2)\n8713\tMember-Collection(e2,e1)\n8714\tMember-Collection(e2,e1)\n8715\tContent-Container(e1,e2)\n8716\tOther\n8717\tProduct-Producer(e2,e1)\n8718\tOther\n8719\tEntity-Destination(e1,e2)\n8720\tCause-Effect(e2,e1)\n8721\tOther\n8722\tProduct-Producer(e2,e1)\n8723\tProduct-Producer(e2,e1)\n8724\tComponent-Whole(e2,e1)\n8725\tMessage-Topic(e1,e2)\n8726\tOther\n8727\tProduct-Producer(e2,e1)\n8728\tContent-Container(e1,e2)\n8729\tMember-Collection(e2,e1)\n8730\tComponent-Whole(e1,e2)\n8731\tCause-Effect(e2,e1)\n8732\tInstrument-Agency(e2,e1)\n8733\tEntity-Origin(e1,e2)\n8734\tEntity-Origin(e1,e2)\n8735\tComponent-Whole(e1,e2)\n8736\tCause-Effect(e1,e2)\n8737\tInstrument-Agency(e2,e1)\n8738\tContent-Container(e1,e2)\n8739\tCause-Effect(e2,e1)\n8740\tCause-Effect(e1,e2)\n8741\tMember-Collection(e2,e1)\n8742\tEntity-Destination(e1,e2)\n8743\tEntity-Destination(e1,e2)\n8744\tProduct-Producer(e2,e1)\n8745\tCause-Effect(e2,e1)\n8746\tComponent-Whole(e1,e2)\n8747\tEntity-Origin(e1,e2)\n8748\tCause-Effect(e1,e2)\n8749\tEntity-Origin(e1,e2)\n8750\tInstrument-Agency(e2,e1)\n8751\tMember-Collection(e2,e1)\n8752\tCause-Effect(e1,e2)\n8753\tOther\n8754\tCause-Effect(e2,e1)\n8755\tEntity-Destination(e1,e2)\n8756\tProduct-Producer(e1,e2)\n8757\tEntity-Destination(e1,e2)\n8758\tEntity-Destination(e1,e2)\n8759\tOther\n8760\tEntity-Destination(e1,e2)\n8761\tEntity-Origin(e1,e2)\n8762\tEntity-Origin(e1,e2)\n8763\tOther\n8764\tCause-Effect(e1,e2)\n8765\tProduct-Producer(e2,e1)\n8766\tProduct-Producer(e1,e2)\n8767\tMessage-Topic(e2,e1)\n8768\tProduct-Producer(e1,e2)\n8769\tProduct-Producer(e1,e2)\n8770\tContent-Container(e1,e2)\n8771\tOther\n8772\tEntity-Destination(e1,e2)\n8773\tMember-Collection(e2,e1)\n8774\tCause-Effect(e2,e1)\n8775\tCause-Effect(e2,e1)\n8776\tComponent-Whole(e2,e1)\n8777\tContent-Container(e1,e2)\n8778\tComponent-Whole(e2,e1)\n8779\tComponent-Whole(e2,e1)\n8780\tContent-Container(e1,e2)\n8781\tCause-Effect(e1,e2)\n8782\tInstrument-Agency(e2,e1)\n8783\tProduct-Producer(e2,e1)\n8784\tEntity-Origin(e1,e2)\n8785\tOther\n8786\tOther\n8787\tEntity-Origin(e2,e1)\n8788\tMessage-Topic(e1,e2)\n8789\tMessage-Topic(e1,e2)\n8790\tInstrument-Agency(e2,e1)\n8791\tEntity-Destination(e1,e2)\n8792\tOther\n8793\tEntity-Destination(e1,e2)\n8794\tOther\n8795\tMember-Collection(e2,e1)\n8796\tMember-Collection(e2,e1)\n8797\tProduct-Producer(e1,e2)\n8798\tMember-Collection(e2,e1)\n8799\tEntity-Origin(e1,e2)\n8800\tEntity-Destination(e1,e2)\n8801\tOther\n8802\tComponent-Whole(e2,e1)\n8803\tMember-Collection(e2,e1)\n8804\tInstrument-Agency(e2,e1)\n8805\tEntity-Origin(e2,e1)\n8806\tContent-Container(e1,e2)\n8807\tComponent-Whole(e1,e2)\n8808\tComponent-Whole(e1,e2)\n8809\tOther\n8810\tEntity-Origin(e2,e1)\n8811\tInstrument-Agency(e1,e2)\n8812\tCause-Effect(e2,e1)\n8813\tInstrument-Agency(e2,e1)\n8814\tMember-Collection(e1,e2)\n8815\tEntity-Destination(e1,e2)\n8816\tContent-Container(e1,e2)\n8817\tMember-Collection(e2,e1)\n8818\tOther\n8819\tComponent-Whole(e1,e2)\n8820\tComponent-Whole(e1,e2)\n8821\tProduct-Producer(e2,e1)\n8822\tMember-Collection(e2,e1)\n8823\tInstrument-Agency(e2,e1)\n8824\tMember-Collection(e2,e1)\n8825\tEntity-Destination(e1,e2)\n8826\tMessage-Topic(e1,e2)\n8827\tEntity-Destination(e1,e2)\n8828\tProduct-Producer(e2,e1)\n8829\tCause-Effect(e1,e2)\n8830\tMessage-Topic(e1,e2)\n8831\tComponent-Whole(e1,e2)\n8832\tEntity-Origin(e1,e2)\n8833\tContent-Container(e1,e2)\n8834\tEntity-Origin(e1,e2)\n8835\tInstrument-Agency(e2,e1)\n8836\tEntity-Origin(e1,e2)\n8837\tComponent-Whole(e2,e1)\n8838\tInstrument-Agency(e2,e1)\n8839\tMember-Collection(e2,e1)\n8840\tProduct-Producer(e2,e1)\n8841\tCause-Effect(e1,e2)\n8842\tOther\n8843\tContent-Container(e1,e2)\n8844\tMessage-Topic(e1,e2)\n8845\tOther\n8846\tEntity-Destination(e1,e2)\n8847\tOther\n8848\tMessage-Topic(e1,e2)\n8849\tEntity-Destination(e1,e2)\n8850\tEntity-Destination(e1,e2)\n8851\tCause-Effect(e2,e1)\n8852\tContent-Container(e1,e2)\n8853\tEntity-Origin(e1,e2)\n8854\tMember-Collection(e2,e1)\n8855\tCause-Effect(e2,e1)\n8856\tContent-Container(e1,e2)\n8857\tCause-Effect(e2,e1)\n8858\tCause-Effect(e1,e2)\n8859\tCause-Effect(e2,e1)\n8860\tOther\n8861\tMessage-Topic(e1,e2)\n8862\tEntity-Destination(e1,e2)\n8863\tOther\n8864\tComponent-Whole(e2,e1)\n8865\tComponent-Whole(e1,e2)\n8866\tOther\n8867\tEntity-Destination(e1,e2)\n8868\tComponent-Whole(e2,e1)\n8869\tProduct-Producer(e1,e2)\n8870\tEntity-Destination(e1,e2)\n8871\tMember-Collection(e2,e1)\n8872\tInstrument-Agency(e1,e2)\n8873\tComponent-Whole(e1,e2)\n8874\tOther\n8875\tCause-Effect(e1,e2)\n8876\tOther\n8877\tMember-Collection(e1,e2)\n8878\tEntity-Origin(e1,e2)\n8879\tCause-Effect(e2,e1)\n8880\tEntity-Origin(e1,e2)\n8881\tContent-Container(e1,e2)\n8882\tEntity-Origin(e2,e1)\n8883\tProduct-Producer(e2,e1)\n8884\tComponent-Whole(e2,e1)\n8885\tCause-Effect(e2,e1)\n8886\tEntity-Origin(e1,e2)\n8887\tMessage-Topic(e2,e1)\n8888\tOther\n8889\tCause-Effect(e2,e1)\n8890\tEntity-Origin(e1,e2)\n8891\tContent-Container(e1,e2)\n8892\tProduct-Producer(e1,e2)\n8893\tComponent-Whole(e2,e1)\n8894\tEntity-Origin(e1,e2)\n8895\tProduct-Producer(e1,e2)\n8896\tOther\n8897\tMember-Collection(e2,e1)\n8898\tEntity-Destination(e1,e2)\n8899\tEntity-Origin(e2,e1)\n8900\tMessage-Topic(e1,e2)\n8901\tMessage-Topic(e1,e2)\n8902\tMember-Collection(e2,e1)\n8903\tEntity-Destination(e1,e2)\n8904\tInstrument-Agency(e2,e1)\n8905\tOther\n8906\tMember-Collection(e2,e1)\n8907\tEntity-Origin(e2,e1)\n8908\tMessage-Topic(e1,e2)\n8909\tOther\n8910\tOther\n8911\tMember-Collection(e1,e2)\n8912\tMessage-Topic(e1,e2)\n8913\tProduct-Producer(e2,e1)\n8914\tCause-Effect(e2,e1)\n8915\tComponent-Whole(e2,e1)\n8916\tProduct-Producer(e2,e1)\n8917\tOther\n8918\tInstrument-Agency(e2,e1)\n8919\tMessage-Topic(e2,e1)\n8920\tProduct-Producer(e1,e2)\n8921\tEntity-Origin(e2,e1)\n8922\tProduct-Producer(e1,e2)\n8923\tComponent-Whole(e1,e2)\n8924\tProduct-Producer(e1,e2)\n8925\tOther\n8926\tComponent-Whole(e1,e2)\n8927\tProduct-Producer(e2,e1)\n8928\tComponent-Whole(e2,e1)\n8929\tComponent-Whole(e2,e1)\n8930\tEntity-Destination(e1,e2)\n8931\tOther\n8932\tComponent-Whole(e1,e2)\n8933\tOther\n8934\tMember-Collection(e2,e1)\n8935\tComponent-Whole(e1,e2)\n8936\tComponent-Whole(e1,e2)\n8937\tCause-Effect(e2,e1)\n8938\tContent-Container(e1,e2)\n8939\tEntity-Destination(e1,e2)\n8940\tCause-Effect(e2,e1)\n8941\tComponent-Whole(e2,e1)\n8942\tOther\n8943\tProduct-Producer(e2,e1)\n8944\tMember-Collection(e2,e1)\n8945\tOther\n8946\tEntity-Destination(e1,e2)\n8947\tInstrument-Agency(e1,e2)\n8948\tMessage-Topic(e1,e2)\n8949\tCause-Effect(e1,e2)\n8950\tContent-Container(e1,e2)\n8951\tComponent-Whole(e2,e1)\n8952\tMember-Collection(e2,e1)\n8953\tCause-Effect(e2,e1)\n8954\tCause-Effect(e1,e2)\n8955\tProduct-Producer(e1,e2)\n8956\tOther\n8957\tMember-Collection(e2,e1)\n8958\tInstrument-Agency(e2,e1)\n8959\tComponent-Whole(e1,e2)\n8960\tEntity-Destination(e1,e2)\n8961\tOther\n8962\tComponent-Whole(e1,e2)\n8963\tContent-Container(e1,e2)\n8964\tOther\n8965\tMember-Collection(e2,e1)\n8966\tMember-Collection(e2,e1)\n8967\tOther\n8968\tEntity-Destination(e1,e2)\n8969\tProduct-Producer(e1,e2)\n8970\tInstrument-Agency(e2,e1)\n8971\tProduct-Producer(e2,e1)\n8972\tCause-Effect(e2,e1)\n8973\tEntity-Destination(e1,e2)\n8974\tCause-Effect(e2,e1)\n8975\tMessage-Topic(e2,e1)\n8976\tProduct-Producer(e1,e2)\n8977\tInstrument-Agency(e2,e1)\n8978\tEntity-Destination(e1,e2)\n8979\tMessage-Topic(e1,e2)\n8980\tMessage-Topic(e2,e1)\n8981\tInstrument-Agency(e2,e1)\n8982\tInstrument-Agency(e2,e1)\n8983\tEntity-Destination(e1,e2)\n8984\tComponent-Whole(e1,e2)\n8985\tMessage-Topic(e1,e2)\n8986\tMember-Collection(e2,e1)\n8987\tCause-Effect(e2,e1)\n8988\tProduct-Producer(e1,e2)\n8989\tCause-Effect(e2,e1)\n8990\tEntity-Destination(e1,e2)\n8991\tOther\n8992\tCause-Effect(e2,e1)\n8993\tMessage-Topic(e1,e2)\n8994\tMessage-Topic(e2,e1)\n8995\tOther\n8996\tContent-Container(e2,e1)\n8997\tInstrument-Agency(e2,e1)\n8998\tMember-Collection(e2,e1)\n8999\tMessage-Topic(e1,e2)\n9000\tContent-Container(e1,e2)\n9001\tContent-Container(e1,e2)\n9002\tOther\n9003\tComponent-Whole(e1,e2)\n9004\tContent-Container(e1,e2)\n9005\tCause-Effect(e2,e1)\n9006\tComponent-Whole(e1,e2)\n9007\tContent-Container(e1,e2)\n9008\tMember-Collection(e2,e1)\n9009\tOther\n9010\tContent-Container(e1,e2)\n9011\tProduct-Producer(e2,e1)\n9012\tCause-Effect(e1,e2)\n9013\tComponent-Whole(e1,e2)\n9014\tCause-Effect(e2,e1)\n9015\tCause-Effect(e2,e1)\n9016\tEntity-Destination(e1,e2)\n9017\tEntity-Origin(e1,e2)\n9018\tCause-Effect(e1,e2)\n9019\tOther\n9020\tOther\n9021\tMember-Collection(e1,e2)\n9022\tOther\n9023\tContent-Container(e1,e2)\n9024\tContent-Container(e1,e2)\n9025\tCause-Effect(e2,e1)\n9026\tEntity-Origin(e1,e2)\n9027\tEntity-Origin(e1,e2)\n9028\tOther\n9029\tComponent-Whole(e2,e1)\n9030\tMessage-Topic(e2,e1)\n9031\tProduct-Producer(e2,e1)\n9032\tMember-Collection(e1,e2)\n9033\tProduct-Producer(e2,e1)\n9034\tOther\n9035\tContent-Container(e1,e2)\n9036\tInstrument-Agency(e1,e2)\n9037\tEntity-Destination(e1,e2)\n9038\tEntity-Destination(e1,e2)\n9039\tEntity-Destination(e1,e2)\n9040\tComponent-Whole(e1,e2)\n9041\tEntity-Origin(e1,e2)\n9042\tInstrument-Agency(e2,e1)\n9043\tContent-Container(e1,e2)\n9044\tContent-Container(e2,e1)\n9045\tContent-Container(e2,e1)\n9046\tProduct-Producer(e2,e1)\n9047\tProduct-Producer(e1,e2)\n9048\tEntity-Destination(e1,e2)\n9049\tProduct-Producer(e1,e2)\n9050\tMessage-Topic(e1,e2)\n9051\tEntity-Origin(e2,e1)\n9052\tProduct-Producer(e2,e1)\n9053\tOther\n9054\tOther\n9055\tCause-Effect(e2,e1)\n9056\tProduct-Producer(e2,e1)\n9057\tCause-Effect(e2,e1)\n9058\tProduct-Producer(e2,e1)\n9059\tMessage-Topic(e1,e2)\n9060\tEntity-Destination(e1,e2)\n9061\tEntity-Destination(e1,e2)\n9062\tCause-Effect(e1,e2)\n9063\tMessage-Topic(e2,e1)\n9064\tMember-Collection(e2,e1)\n9065\tEntity-Origin(e1,e2)\n9066\tMember-Collection(e2,e1)\n9067\tEntity-Origin(e1,e2)\n9068\tCause-Effect(e1,e2)\n9069\tMember-Collection(e2,e1)\n9070\tEntity-Destination(e1,e2)\n9071\tProduct-Producer(e2,e1)\n9072\tOther\n9073\tCause-Effect(e2,e1)\n9074\tOther\n9075\tMember-Collection(e2,e1)\n9076\tEntity-Destination(e1,e2)\n9077\tOther\n9078\tEntity-Destination(e1,e2)\n9079\tMember-Collection(e2,e1)\n9080\tOther\n9081\tCause-Effect(e1,e2)\n9082\tContent-Container(e1,e2)\n9083\tCause-Effect(e2,e1)\n9084\tMember-Collection(e2,e1)\n9085\tProduct-Producer(e1,e2)\n9086\tComponent-Whole(e2,e1)\n9087\tCause-Effect(e1,e2)\n9088\tOther\n9089\tProduct-Producer(e2,e1)\n9090\tComponent-Whole(e1,e2)\n9091\tEntity-Destination(e1,e2)\n9092\tEntity-Origin(e1,e2)\n9093\tOther\n9094\tOther\n9095\tMessage-Topic(e1,e2)\n9096\tProduct-Producer(e2,e1)\n9097\tInstrument-Agency(e2,e1)\n9098\tProduct-Producer(e2,e1)\n9099\tOther\n9100\tComponent-Whole(e1,e2)\n9101\tOther\n9102\tMember-Collection(e2,e1)\n9103\tContent-Container(e1,e2)\n9104\tMember-Collection(e2,e1)\n9105\tComponent-Whole(e2,e1)\n9106\tEntity-Destination(e1,e2)\n9107\tEntity-Destination(e1,e2)\n9108\tMessage-Topic(e1,e2)\n9109\tMessage-Topic(e1,e2)\n9110\tCause-Effect(e1,e2)\n9111\tCause-Effect(e2,e1)\n9112\tContent-Container(e2,e1)\n9113\tComponent-Whole(e1,e2)\n9114\tProduct-Producer(e2,e1)\n9115\tEntity-Origin(e1,e2)\n9116\tInstrument-Agency(e2,e1)\n9117\tEntity-Destination(e1,e2)\n9118\tEntity-Destination(e1,e2)\n9119\tCause-Effect(e1,e2)\n9120\tProduct-Producer(e1,e2)\n9121\tProduct-Producer(e1,e2)\n9122\tEntity-Destination(e1,e2)\n9123\tEntity-Origin(e1,e2)\n9124\tInstrument-Agency(e2,e1)\n9125\tEntity-Origin(e1,e2)\n9126\tMember-Collection(e2,e1)\n9127\tEntity-Origin(e1,e2)\n9128\tCause-Effect(e1,e2)\n9129\tContent-Container(e1,e2)\n9130\tOther\n9131\tCause-Effect(e1,e2)\n9132\tInstrument-Agency(e2,e1)\n9133\tInstrument-Agency(e2,e1)\n9134\tComponent-Whole(e1,e2)\n9135\tInstrument-Agency(e2,e1)\n9136\tCause-Effect(e2,e1)\n9137\tOther\n9138\tComponent-Whole(e2,e1)\n9139\tCause-Effect(e2,e1)\n9140\tEntity-Destination(e1,e2)\n9141\tMessage-Topic(e1,e2)\n9142\tEntity-Destination(e1,e2)\n9143\tMember-Collection(e2,e1)\n9144\tProduct-Producer(e2,e1)\n9145\tMessage-Topic(e1,e2)\n9146\tCause-Effect(e2,e1)\n9147\tCause-Effect(e2,e1)\n9148\tCause-Effect(e2,e1)\n9149\tOther\n9150\tEntity-Origin(e1,e2)\n9151\tProduct-Producer(e1,e2)\n9152\tComponent-Whole(e2,e1)\n9153\tContent-Container(e1,e2)\n9154\tOther\n9155\tEntity-Origin(e1,e2)\n9156\tOther\n9157\tOther\n9158\tContent-Container(e1,e2)\n9159\tContent-Container(e1,e2)\n9160\tMember-Collection(e2,e1)\n9161\tCause-Effect(e1,e2)\n9162\tEntity-Destination(e1,e2)\n9163\tCause-Effect(e1,e2)\n9164\tOther\n9165\tMessage-Topic(e1,e2)\n9166\tComponent-Whole(e2,e1)\n9167\tCause-Effect(e2,e1)\n9168\tCause-Effect(e2,e1)\n9169\tMessage-Topic(e1,e2)\n9170\tOther\n9171\tCause-Effect(e1,e2)\n9172\tCause-Effect(e1,e2)\n9173\tEntity-Origin(e1,e2)\n9174\tComponent-Whole(e2,e1)\n9175\tEntity-Origin(e1,e2)\n9176\tEntity-Origin(e1,e2)\n9177\tProduct-Producer(e2,e1)\n9178\tEntity-Origin(e1,e2)\n9179\tCause-Effect(e1,e2)\n9180\tEntity-Origin(e1,e2)\n9181\tCause-Effect(e2,e1)\n9182\tEntity-Origin(e1,e2)\n9183\tComponent-Whole(e2,e1)\n9184\tContent-Container(e2,e1)\n9185\tComponent-Whole(e2,e1)\n9186\tMessage-Topic(e1,e2)\n9187\tOther\n9188\tEntity-Origin(e2,e1)\n9189\tEntity-Destination(e1,e2)\n9190\tCause-Effect(e2,e1)\n9191\tMessage-Topic(e1,e2)\n9192\tOther\n9193\tOther\n9194\tMember-Collection(e1,e2)\n9195\tInstrument-Agency(e1,e2)\n9196\tContent-Container(e1,e2)\n9197\tEntity-Destination(e1,e2)\n9198\tMember-Collection(e2,e1)\n9199\tMessage-Topic(e1,e2)\n9200\tEntity-Destination(e1,e2)\n9201\tEntity-Origin(e1,e2)\n9202\tMessage-Topic(e1,e2)\n9203\tComponent-Whole(e1,e2)\n9204\tEntity-Origin(e1,e2)\n9205\tInstrument-Agency(e2,e1)\n9206\tEntity-Origin(e2,e1)\n9207\tComponent-Whole(e1,e2)\n9208\tOther\n9209\tEntity-Origin(e1,e2)\n9210\tComponent-Whole(e1,e2)\n9211\tMember-Collection(e2,e1)\n9212\tContent-Container(e1,e2)\n9213\tCause-Effect(e1,e2)\n9214\tComponent-Whole(e2,e1)\n9215\tInstrument-Agency(e2,e1)\n9216\tMember-Collection(e2,e1)\n9217\tOther\n9218\tEntity-Destination(e1,e2)\n9219\tOther\n9220\tEntity-Origin(e1,e2)\n9221\tCause-Effect(e2,e1)\n9222\tEntity-Destination(e1,e2)\n9223\tProduct-Producer(e1,e2)\n9224\tCause-Effect(e1,e2)\n9225\tEntity-Origin(e1,e2)\n9226\tCause-Effect(e1,e2)\n9227\tOther\n9228\tCause-Effect(e1,e2)\n9229\tMember-Collection(e2,e1)\n9230\tComponent-Whole(e2,e1)\n9231\tEntity-Destination(e1,e2)\n9232\tOther\n9233\tMember-Collection(e2,e1)\n9234\tCause-Effect(e2,e1)\n9235\tOther\n9236\tEntity-Origin(e2,e1)\n9237\tComponent-Whole(e1,e2)\n9238\tComponent-Whole(e2,e1)\n9239\tProduct-Producer(e2,e1)\n9240\tEntity-Origin(e1,e2)\n9241\tComponent-Whole(e2,e1)\n9242\tMember-Collection(e2,e1)\n9243\tContent-Container(e1,e2)\n9244\tEntity-Destination(e1,e2)\n9245\tOther\n9246\tOther\n9247\tEntity-Destination(e1,e2)\n9248\tOther\n9249\tOther\n9250\tComponent-Whole(e2,e1)\n9251\tOther\n9252\tOther\n9253\tProduct-Producer(e1,e2)\n9254\tMember-Collection(e1,e2)\n9255\tContent-Container(e1,e2)\n9256\tOther\n9257\tComponent-Whole(e2,e1)\n9258\tMessage-Topic(e1,e2)\n9259\tCause-Effect(e2,e1)\n9260\tContent-Container(e2,e1)\n9261\tMessage-Topic(e1,e2)\n9262\tMember-Collection(e2,e1)\n9263\tMember-Collection(e2,e1)\n9264\tComponent-Whole(e2,e1)\n9265\tComponent-Whole(e1,e2)\n9266\tEntity-Origin(e1,e2)\n9267\tComponent-Whole(e2,e1)\n9268\tMember-Collection(e2,e1)\n9269\tMessage-Topic(e2,e1)\n9270\tInstrument-Agency(e2,e1)\n9271\tEntity-Origin(e1,e2)\n9272\tComponent-Whole(e1,e2)\n9273\tContent-Container(e2,e1)\n9274\tEntity-Origin(e1,e2)\n9275\tEntity-Destination(e1,e2)\n9276\tComponent-Whole(e1,e2)\n9277\tProduct-Producer(e2,e1)\n9278\tEntity-Origin(e1,e2)\n9279\tEntity-Origin(e1,e2)\n9280\tCause-Effect(e2,e1)\n9281\tOther\n9282\tMember-Collection(e2,e1)\n9283\tOther\n9284\tInstrument-Agency(e1,e2)\n9285\tContent-Container(e2,e1)\n9286\tMember-Collection(e1,e2)\n9287\tEntity-Origin(e2,e1)\n9288\tComponent-Whole(e2,e1)\n9289\tCause-Effect(e2,e1)\n9290\tMessage-Topic(e1,e2)\n9291\tInstrument-Agency(e2,e1)\n9292\tContent-Container(e1,e2)\n9293\tComponent-Whole(e2,e1)\n9294\tMember-Collection(e2,e1)\n9295\tEntity-Destination(e1,e2)\n9296\tEntity-Origin(e1,e2)\n9297\tEntity-Destination(e1,e2)\n9298\tMessage-Topic(e1,e2)\n9299\tEntity-Origin(e1,e2)\n9300\tEntity-Destination(e1,e2)\n9301\tOther\n9302\tComponent-Whole(e1,e2)\n9303\tMember-Collection(e2,e1)\n9304\tMessage-Topic(e2,e1)\n9305\tEntity-Origin(e1,e2)\n9306\tEntity-Destination(e1,e2)\n9307\tProduct-Producer(e1,e2)\n9308\tInstrument-Agency(e2,e1)\n9309\tCause-Effect(e2,e1)\n9310\tOther\n9311\tCause-Effect(e2,e1)\n9312\tOther\n9313\tComponent-Whole(e2,e1)\n9314\tContent-Container(e1,e2)\n9315\tMessage-Topic(e1,e2)\n9316\tComponent-Whole(e1,e2)\n9317\tInstrument-Agency(e2,e1)\n9318\tEntity-Destination(e1,e2)\n9319\tCause-Effect(e2,e1)\n9320\tOther\n9321\tMessage-Topic(e1,e2)\n9322\tProduct-Producer(e2,e1)\n9323\tCause-Effect(e2,e1)\n9324\tContent-Container(e1,e2)\n9325\tMember-Collection(e2,e1)\n9326\tEntity-Origin(e1,e2)\n9327\tMessage-Topic(e1,e2)\n9328\tCause-Effect(e1,e2)\n9329\tComponent-Whole(e2,e1)\n9330\tProduct-Producer(e2,e1)\n9331\tInstrument-Agency(e2,e1)\n9332\tContent-Container(e1,e2)\n9333\tComponent-Whole(e2,e1)\n9334\tContent-Container(e2,e1)\n9335\tEntity-Destination(e1,e2)\n9336\tMember-Collection(e1,e2)\n9337\tComponent-Whole(e2,e1)\n9338\tEntity-Destination(e1,e2)\n9339\tMessage-Topic(e1,e2)\n9340\tProduct-Producer(e2,e1)\n9341\tContent-Container(e1,e2)\n9342\tCause-Effect(e1,e2)\n9343\tEntity-Origin(e1,e2)\n9344\tMember-Collection(e2,e1)\n9345\tContent-Container(e2,e1)\n9346\tComponent-Whole(e1,e2)\n9347\tEntity-Origin(e1,e2)\n9348\tProduct-Producer(e1,e2)\n9349\tInstrument-Agency(e2,e1)\n9350\tOther\n9351\tEntity-Destination(e1,e2)\n9352\tCause-Effect(e1,e2)\n9353\tInstrument-Agency(e1,e2)\n9354\tMember-Collection(e2,e1)\n9355\tMember-Collection(e2,e1)\n9356\tInstrument-Agency(e2,e1)\n9357\tCause-Effect(e2,e1)\n9358\tOther\n9359\tEntity-Origin(e1,e2)\n9360\tEntity-Destination(e1,e2)\n9361\tComponent-Whole(e1,e2)\n9362\tMember-Collection(e2,e1)\n9363\tMessage-Topic(e1,e2)\n9364\tMessage-Topic(e1,e2)\n9365\tContent-Container(e2,e1)\n9366\tCause-Effect(e1,e2)\n9367\tProduct-Producer(e2,e1)\n9368\tMember-Collection(e2,e1)\n9369\tOther\n9370\tCause-Effect(e2,e1)\n9371\tMessage-Topic(e1,e2)\n9372\tCause-Effect(e2,e1)\n9373\tCause-Effect(e1,e2)\n9374\tEntity-Destination(e1,e2)\n9375\tEntity-Destination(e1,e2)\n9376\tComponent-Whole(e2,e1)\n9377\tInstrument-Agency(e2,e1)\n9378\tCause-Effect(e2,e1)\n9379\tCause-Effect(e1,e2)\n9380\tEntity-Destination(e1,e2)\n9381\tMessage-Topic(e1,e2)\n9382\tComponent-Whole(e1,e2)\n9383\tEntity-Origin(e2,e1)\n9384\tInstrument-Agency(e2,e1)\n9385\tContent-Container(e2,e1)\n9386\tOther\n9387\tComponent-Whole(e2,e1)\n9388\tOther\n9389\tEntity-Destination(e1,e2)\n9390\tEntity-Origin(e1,e2)\n9391\tComponent-Whole(e2,e1)\n9392\tOther\n9393\tComponent-Whole(e2,e1)\n9394\tCause-Effect(e2,e1)\n9395\tEntity-Origin(e2,e1)\n9396\tOther\n9397\tOther\n9398\tInstrument-Agency(e2,e1)\n9399\tEntity-Destination(e1,e2)\n9400\tOther\n9401\tMessage-Topic(e2,e1)\n9402\tOther\n9403\tCause-Effect(e1,e2)\n9404\tComponent-Whole(e2,e1)\n9405\tComponent-Whole(e1,e2)\n9406\tOther\n9407\tContent-Container(e2,e1)\n9408\tOther\n9409\tInstrument-Agency(e2,e1)\n9410\tMessage-Topic(e1,e2)\n9411\tComponent-Whole(e2,e1)\n9412\tMember-Collection(e2,e1)\n9413\tInstrument-Agency(e2,e1)\n9414\tOther\n9415\tCause-Effect(e1,e2)\n9416\tEntity-Destination(e1,e2)\n9417\tOther\n9418\tOther\n9419\tComponent-Whole(e1,e2)\n9420\tComponent-Whole(e2,e1)\n9421\tEntity-Origin(e2,e1)\n9422\tProduct-Producer(e2,e1)\n9423\tMember-Collection(e1,e2)\n9424\tOther\n9425\tMessage-Topic(e1,e2)\n9426\tEntity-Destination(e1,e2)\n9427\tCause-Effect(e2,e1)\n9428\tProduct-Producer(e1,e2)\n9429\tEntity-Destination(e1,e2)\n9430\tMessage-Topic(e1,e2)\n9431\tOther\n9432\tMessage-Topic(e1,e2)\n9433\tMember-Collection(e1,e2)\n9434\tCause-Effect(e2,e1)\n9435\tInstrument-Agency(e2,e1)\n9436\tContent-Container(e1,e2)\n9437\tEntity-Destination(e1,e2)\n9438\tCause-Effect(e1,e2)\n9439\tOther\n9440\tEntity-Origin(e1,e2)\n9441\tComponent-Whole(e1,e2)\n9442\tMessage-Topic(e1,e2)\n9443\tInstrument-Agency(e2,e1)\n9444\tOther\n9445\tComponent-Whole(e2,e1)\n9446\tMember-Collection(e2,e1)\n9447\tContent-Container(e1,e2)\n9448\tComponent-Whole(e2,e1)\n9449\tComponent-Whole(e2,e1)\n9450\tProduct-Producer(e1,e2)\n9451\tMember-Collection(e2,e1)\n9452\tCause-Effect(e1,e2)\n9453\tEntity-Origin(e1,e2)\n9454\tEntity-Origin(e1,e2)\n9455\tMember-Collection(e1,e2)\n9456\tMessage-Topic(e1,e2)\n9457\tInstrument-Agency(e2,e1)\n9458\tProduct-Producer(e1,e2)\n9459\tOther\n9460\tEntity-Origin(e1,e2)\n9461\tOther\n9462\tMember-Collection(e2,e1)\n9463\tEntity-Origin(e1,e2)\n9464\tCause-Effect(e2,e1)\n9465\tOther\n9466\tProduct-Producer(e1,e2)\n9467\tCause-Effect(e1,e2)\n9468\tMember-Collection(e2,e1)\n9469\tCause-Effect(e2,e1)\n9470\tMessage-Topic(e2,e1)\n9471\tContent-Container(e1,e2)\n9472\tEntity-Destination(e1,e2)\n9473\tEntity-Origin(e1,e2)\n9474\tMember-Collection(e1,e2)\n9475\tContent-Container(e1,e2)\n9476\tMessage-Topic(e1,e2)\n9477\tInstrument-Agency(e1,e2)\n9478\tMember-Collection(e2,e1)\n9479\tComponent-Whole(e1,e2)\n9480\tOther\n9481\tProduct-Producer(e2,e1)\n9482\tCause-Effect(e1,e2)\n9483\tContent-Container(e1,e2)\n9484\tComponent-Whole(e1,e2)\n9485\tComponent-Whole(e2,e1)\n9486\tInstrument-Agency(e2,e1)\n9487\tInstrument-Agency(e2,e1)\n9488\tInstrument-Agency(e2,e1)\n9489\tCause-Effect(e2,e1)\n9490\tCause-Effect(e2,e1)\n9491\tInstrument-Agency(e2,e1)\n9492\tOther\n9493\tEntity-Origin(e2,e1)\n9494\tCause-Effect(e1,e2)\n9495\tMessage-Topic(e1,e2)\n9496\tContent-Container(e1,e2)\n9497\tComponent-Whole(e1,e2)\n9498\tMessage-Topic(e1,e2)\n9499\tMessage-Topic(e2,e1)\n9500\tContent-Container(e1,e2)\n9501\tContent-Container(e1,e2)\n9502\tEntity-Origin(e1,e2)\n9503\tOther\n9504\tMessage-Topic(e1,e2)\n9505\tOther\n9506\tEntity-Destination(e1,e2)\n9507\tOther\n9508\tCause-Effect(e1,e2)\n9509\tMember-Collection(e2,e1)\n9510\tOther\n9511\tOther\n9512\tInstrument-Agency(e2,e1)\n9513\tProduct-Producer(e2,e1)\n9514\tEntity-Origin(e1,e2)\n9515\tCause-Effect(e2,e1)\n9516\tOther\n9517\tOther\n9518\tMember-Collection(e2,e1)\n9519\tCause-Effect(e2,e1)\n9520\tOther\n9521\tMessage-Topic(e1,e2)\n9522\tContent-Container(e1,e2)\n9523\tOther\n9524\tCause-Effect(e1,e2)\n9525\tMessage-Topic(e1,e2)\n9526\tMessage-Topic(e1,e2)\n9527\tComponent-Whole(e1,e2)\n9528\tContent-Container(e1,e2)\n9529\tEntity-Origin(e1,e2)\n9530\tMember-Collection(e2,e1)\n9531\tEntity-Destination(e1,e2)\n9532\tOther\n9533\tEntity-Destination(e1,e2)\n9534\tContent-Container(e1,e2)\n9535\tComponent-Whole(e1,e2)\n9536\tMessage-Topic(e1,e2)\n9537\tOther\n9538\tMessage-Topic(e1,e2)\n9539\tEntity-Destination(e1,e2)\n9540\tComponent-Whole(e1,e2)\n9541\tOther\n9542\tCause-Effect(e1,e2)\n9543\tMessage-Topic(e1,e2)\n9544\tEntity-Destination(e1,e2)\n9545\tOther\n9546\tOther\n9547\tComponent-Whole(e2,e1)\n9548\tEntity-Origin(e1,e2)\n9549\tOther\n9550\tMember-Collection(e2,e1)\n9551\tInstrument-Agency(e2,e1)\n9552\tOther\n9553\tProduct-Producer(e1,e2)\n9554\tEntity-Destination(e1,e2)\n9555\tInstrument-Agency(e2,e1)\n9556\tCause-Effect(e2,e1)\n9557\tComponent-Whole(e2,e1)\n9558\tOther\n9559\tCause-Effect(e2,e1)\n9560\tEntity-Origin(e1,e2)\n9561\tComponent-Whole(e1,e2)\n9562\tComponent-Whole(e2,e1)\n9563\tEntity-Destination(e1,e2)\n9564\tMessage-Topic(e2,e1)\n9565\tComponent-Whole(e1,e2)\n9566\tMessage-Topic(e1,e2)\n9567\tMessage-Topic(e2,e1)\n9568\tEntity-Destination(e1,e2)\n9569\tOther\n9570\tMember-Collection(e2,e1)\n9571\tEntity-Origin(e1,e2)\n9572\tInstrument-Agency(e2,e1)\n9573\tCause-Effect(e1,e2)\n9574\tOther\n9575\tInstrument-Agency(e1,e2)\n9576\tCause-Effect(e2,e1)\n9577\tOther\n9578\tEntity-Destination(e1,e2)\n9579\tComponent-Whole(e2,e1)\n9580\tComponent-Whole(e2,e1)\n9581\tEntity-Destination(e1,e2)\n9582\tCause-Effect(e1,e2)\n9583\tComponent-Whole(e2,e1)\n9584\tMember-Collection(e2,e1)\n9585\tEntity-Destination(e1,e2)\n9586\tEntity-Destination(e1,e2)\n9587\tProduct-Producer(e1,e2)\n9588\tOther\n9589\tCause-Effect(e1,e2)\n9590\tInstrument-Agency(e2,e1)\n9591\tEntity-Origin(e2,e1)\n9592\tMember-Collection(e2,e1)\n9593\tEntity-Destination(e1,e2)\n9594\tInstrument-Agency(e2,e1)\n9595\tMember-Collection(e2,e1)\n9596\tMessage-Topic(e1,e2)\n9597\tCause-Effect(e2,e1)\n9598\tEntity-Destination(e1,e2)\n9599\tOther\n9600\tComponent-Whole(e1,e2)\n9601\tCause-Effect(e2,e1)\n9602\tMember-Collection(e2,e1)\n9603\tComponent-Whole(e1,e2)\n9604\tContent-Container(e2,e1)\n9605\tInstrument-Agency(e2,e1)\n9606\tOther\n9607\tOther\n9608\tMember-Collection(e2,e1)\n9609\tContent-Container(e2,e1)\n9610\tOther\n9611\tEntity-Origin(e1,e2)\n9612\tComponent-Whole(e2,e1)\n9613\tComponent-Whole(e1,e2)\n9614\tMember-Collection(e1,e2)\n9615\tMessage-Topic(e1,e2)\n9616\tOther\n9617\tComponent-Whole(e1,e2)\n9618\tCause-Effect(e1,e2)\n9619\tInstrument-Agency(e2,e1)\n9620\tMember-Collection(e2,e1)\n9621\tEntity-Destination(e1,e2)\n9622\tMessage-Topic(e1,e2)\n9623\tOther\n9624\tCause-Effect(e1,e2)\n9625\tComponent-Whole(e1,e2)\n9626\tEntity-Origin(e2,e1)\n9627\tOther\n9628\tInstrument-Agency(e2,e1)\n9629\tMessage-Topic(e1,e2)\n9630\tOther\n9631\tOther\n9632\tComponent-Whole(e2,e1)\n9633\tEntity-Destination(e1,e2)\n9634\tComponent-Whole(e2,e1)\n9635\tContent-Container(e1,e2)\n9636\tComponent-Whole(e1,e2)\n9637\tEntity-Destination(e1,e2)\n9638\tOther\n9639\tOther\n9640\tContent-Container(e1,e2)\n9641\tOther\n9642\tOther\n9643\tOther\n9644\tProduct-Producer(e1,e2)\n9645\tContent-Container(e1,e2)\n9646\tOther\n9647\tCause-Effect(e2,e1)\n9648\tCause-Effect(e2,e1)\n9649\tInstrument-Agency(e1,e2)\n9650\tOther\n9651\tMember-Collection(e2,e1)\n9652\tOther\n9653\tMessage-Topic(e2,e1)\n9654\tInstrument-Agency(e1,e2)\n9655\tEntity-Destination(e1,e2)\n9656\tEntity-Origin(e1,e2)\n9657\tEntity-Origin(e1,e2)\n9658\tOther\n9659\tCause-Effect(e1,e2)\n9660\tMember-Collection(e2,e1)\n9661\tMessage-Topic(e1,e2)\n9662\tContent-Container(e1,e2)\n9663\tOther\n9664\tMember-Collection(e2,e1)\n9665\tEntity-Destination(e1,e2)\n9666\tComponent-Whole(e1,e2)\n9667\tProduct-Producer(e2,e1)\n9668\tComponent-Whole(e1,e2)\n9669\tEntity-Origin(e1,e2)\n9670\tEntity-Origin(e1,e2)\n9671\tComponent-Whole(e2,e1)\n9672\tComponent-Whole(e2,e1)\n9673\tCause-Effect(e2,e1)\n9674\tOther\n9675\tMessage-Topic(e1,e2)\n9676\tEntity-Destination(e1,e2)\n9677\tProduct-Producer(e1,e2)\n9678\tMember-Collection(e2,e1)\n9679\tComponent-Whole(e1,e2)\n9680\tOther\n9681\tMember-Collection(e2,e1)\n9682\tCause-Effect(e1,e2)\n9683\tEntity-Destination(e1,e2)\n9684\tCause-Effect(e2,e1)\n9685\tComponent-Whole(e1,e2)\n9686\tOther\n9687\tInstrument-Agency(e2,e1)\n9688\tCause-Effect(e1,e2)\n9689\tCause-Effect(e2,e1)\n9690\tCause-Effect(e2,e1)\n9691\tMessage-Topic(e1,e2)\n9692\tProduct-Producer(e1,e2)\n9693\tEntity-Origin(e2,e1)\n9694\tContent-Container(e1,e2)\n9695\tCause-Effect(e1,e2)\n9696\tInstrument-Agency(e2,e1)\n9697\tComponent-Whole(e1,e2)\n9698\tCause-Effect(e1,e2)\n9699\tCause-Effect(e2,e1)\n9700\tOther\n9701\tOther\n9702\tMember-Collection(e2,e1)\n9703\tCause-Effect(e2,e1)\n9704\tInstrument-Agency(e2,e1)\n9705\tMessage-Topic(e1,e2)\n9706\tOther\n9707\tComponent-Whole(e2,e1)\n9708\tCause-Effect(e2,e1)\n9709\tMember-Collection(e1,e2)\n9710\tEntity-Origin(e1,e2)\n9711\tEntity-Origin(e1,e2)\n9712\tProduct-Producer(e2,e1)\n9713\tComponent-Whole(e1,e2)\n9714\tOther\n9715\tComponent-Whole(e2,e1)\n9716\tProduct-Producer(e2,e1)\n9717\tMember-Collection(e2,e1)\n9718\tOther\n9719\tCause-Effect(e1,e2)\n9720\tCause-Effect(e2,e1)\n9721\tInstrument-Agency(e2,e1)\n9722\tCause-Effect(e2,e1)\n9723\tComponent-Whole(e1,e2)\n9724\tEntity-Origin(e1,e2)\n9725\tCause-Effect(e1,e2)\n9726\tOther\n9727\tCause-Effect(e1,e2)\n9728\tMessage-Topic(e1,e2)\n9729\tInstrument-Agency(e1,e2)\n9730\tMessage-Topic(e1,e2)\n9731\tCause-Effect(e1,e2)\n9732\tCause-Effect(e1,e2)\n9733\tEntity-Origin(e1,e2)\n9734\tMessage-Topic(e2,e1)\n9735\tMessage-Topic(e1,e2)\n9736\tComponent-Whole(e2,e1)\n9737\tComponent-Whole(e1,e2)\n9738\tOther\n9739\tCause-Effect(e2,e1)\n9740\tCause-Effect(e2,e1)\n9741\tOther\n9742\tMessage-Topic(e2,e1)\n9743\tComponent-Whole(e2,e1)\n9744\tMessage-Topic(e2,e1)\n9745\tMember-Collection(e2,e1)\n9746\tMember-Collection(e2,e1)\n9747\tOther\n9748\tMember-Collection(e2,e1)\n9749\tMessage-Topic(e1,e2)\n9750\tOther\n9751\tMember-Collection(e1,e2)\n9752\tEntity-Origin(e1,e2)\n9753\tMember-Collection(e2,e1)\n9754\tContent-Container(e1,e2)\n9755\tEntity-Origin(e2,e1)\n9756\tMessage-Topic(e1,e2)\n9757\tMessage-Topic(e1,e2)\n9758\tCause-Effect(e2,e1)\n9759\tComponent-Whole(e2,e1)\n9760\tContent-Container(e1,e2)\n9761\tOther\n9762\tOther\n9763\tComponent-Whole(e2,e1)\n9764\tMessage-Topic(e1,e2)\n9765\tMember-Collection(e2,e1)\n9766\tEntity-Destination(e1,e2)\n9767\tEntity-Origin(e1,e2)\n9768\tInstrument-Agency(e2,e1)\n9769\tCause-Effect(e2,e1)\n9770\tEntity-Origin(e1,e2)\n9771\tComponent-Whole(e1,e2)\n9772\tEntity-Destination(e1,e2)\n9773\tComponent-Whole(e2,e1)\n9774\tEntity-Destination(e1,e2)\n9775\tEntity-Destination(e1,e2)\n9776\tOther\n9777\tMessage-Topic(e1,e2)\n9778\tProduct-Producer(e2,e1)\n9779\tOther\n9780\tCause-Effect(e2,e1)\n9781\tEntity-Destination(e1,e2)\n9782\tOther\n9783\tEntity-Origin(e1,e2)\n9784\tProduct-Producer(e2,e1)\n9785\tProduct-Producer(e2,e1)\n9786\tContent-Container(e1,e2)\n9787\tEntity-Destination(e1,e2)\n9788\tMessage-Topic(e1,e2)\n9789\tOther\n9790\tMember-Collection(e2,e1)\n9791\tCause-Effect(e1,e2)\n9792\tEntity-Destination(e1,e2)\n9793\tOther\n9794\tComponent-Whole(e1,e2)\n9795\tOther\n9796\tOther\n9797\tCause-Effect(e2,e1)\n9798\tEntity-Destination(e1,e2)\n9799\tOther\n9800\tMessage-Topic(e1,e2)\n9801\tEntity-Origin(e1,e2)\n9802\tEntity-Destination(e1,e2)\n9803\tOther\n9804\tMember-Collection(e2,e1)\n9805\tEntity-Destination(e1,e2)\n9806\tContent-Container(e1,e2)\n9807\tEntity-Origin(e1,e2)\n9808\tOther\n9809\tEntity-Destination(e1,e2)\n9810\tContent-Container(e1,e2)\n9811\tOther\n9812\tCause-Effect(e1,e2)\n9813\tInstrument-Agency(e1,e2)\n9814\tMember-Collection(e2,e1)\n9815\tOther\n9816\tInstrument-Agency(e2,e1)\n9817\tMessage-Topic(e1,e2)\n9818\tMember-Collection(e2,e1)\n9819\tCause-Effect(e2,e1)\n9820\tOther\n9821\tProduct-Producer(e1,e2)\n9822\tProduct-Producer(e1,e2)\n9823\tEntity-Origin(e2,e1)\n9824\tInstrument-Agency(e2,e1)\n9825\tMember-Collection(e2,e1)\n9826\tMember-Collection(e2,e1)\n9827\tMember-Collection(e2,e1)\n9828\tProduct-Producer(e1,e2)\n9829\tCause-Effect(e1,e2)\n9830\tEntity-Origin(e1,e2)\n9831\tCause-Effect(e1,e2)\n9832\tEntity-Origin(e1,e2)\n9833\tOther\n9834\tComponent-Whole(e1,e2)\n9835\tContent-Container(e1,e2)\n9836\tProduct-Producer(e2,e1)\n9837\tInstrument-Agency(e1,e2)\n9838\tMember-Collection(e2,e1)\n9839\tOther\n9840\tMessage-Topic(e1,e2)\n9841\tMember-Collection(e2,e1)\n9842\tOther\n9843\tOther\n9844\tEntity-Origin(e1,e2)\n9845\tComponent-Whole(e2,e1)\n9846\tProduct-Producer(e2,e1)\n9847\tOther\n9848\tCause-Effect(e2,e1)\n9849\tOther\n9850\tProduct-Producer(e2,e1)\n9851\tMember-Collection(e2,e1)\n9852\tEntity-Origin(e1,e2)\n9853\tOther\n9854\tMember-Collection(e2,e1)\n9855\tEntity-Destination(e1,e2)\n9856\tContent-Container(e1,e2)\n9857\tComponent-Whole(e2,e1)\n9858\tProduct-Producer(e1,e2)\n9859\tContent-Container(e2,e1)\n9860\tEntity-Origin(e1,e2)\n9861\tCause-Effect(e2,e1)\n9862\tEntity-Origin(e1,e2)\n9863\tProduct-Producer(e2,e1)\n9864\tProduct-Producer(e2,e1)\n9865\tEntity-Destination(e1,e2)\n9866\tMember-Collection(e2,e1)\n9867\tOther\n9868\tCause-Effect(e2,e1)\n9869\tOther\n9870\tProduct-Producer(e1,e2)\n9871\tEntity-Destination(e1,e2)\n9872\tOther\n9873\tEntity-Destination(e1,e2)\n9874\tEntity-Destination(e1,e2)\n9875\tMember-Collection(e1,e2)\n9876\tCause-Effect(e2,e1)\n9877\tOther\n9878\tMember-Collection(e2,e1)\n9879\tOther\n9880\tContent-Container(e1,e2)\n9881\tMember-Collection(e2,e1)\n9882\tEntity-Origin(e1,e2)\n9883\tEntity-Destination(e1,e2)\n9884\tInstrument-Agency(e2,e1)\n9885\tMessage-Topic(e1,e2)\n9886\tOther\n9887\tMember-Collection(e2,e1)\n9888\tMember-Collection(e1,e2)\n9889\tInstrument-Agency(e2,e1)\n9890\tMember-Collection(e2,e1)\n9891\tMember-Collection(e2,e1)\n9892\tOther\n9893\tComponent-Whole(e2,e1)\n9894\tEntity-Destination(e1,e2)\n9895\tProduct-Producer(e2,e1)\n9896\tContent-Container(e1,e2)\n9897\tOther\n9898\tEntity-Destination(e1,e2)\n9899\tCause-Effect(e2,e1)\n9900\tEntity-Destination(e1,e2)\n9901\tCause-Effect(e2,e1)\n9902\tCause-Effect(e1,e2)\n9903\tOther\n9904\tEntity-Origin(e1,e2)\n9905\tOther\n9906\tComponent-Whole(e2,e1)\n9907\tProduct-Producer(e1,e2)\n9908\tOther\n9909\tProduct-Producer(e2,e1)\n9910\tMember-Collection(e1,e2)\n9911\tMessage-Topic(e1,e2)\n9912\tInstrument-Agency(e1,e2)\n9913\tContent-Container(e1,e2)\n9914\tContent-Container(e1,e2)\n9915\tOther\n9916\tOther\n9917\tProduct-Producer(e2,e1)\n9918\tMember-Collection(e2,e1)\n9919\tCause-Effect(e2,e1)\n9920\tProduct-Producer(e2,e1)\n9921\tComponent-Whole(e1,e2)\n9922\tEntity-Origin(e2,e1)\n9923\tMember-Collection(e2,e1)\n9924\tOther\n9925\tComponent-Whole(e1,e2)\n9926\tProduct-Producer(e2,e1)\n9927\tComponent-Whole(e1,e2)\n9928\tComponent-Whole(e1,e2)\n9929\tContent-Container(e1,e2)\n9930\tOther\n9931\tEntity-Destination(e1,e2)\n9932\tContent-Container(e1,e2)\n9933\tProduct-Producer(e2,e1)\n9934\tComponent-Whole(e1,e2)\n9935\tProduct-Producer(e2,e1)\n9936\tEntity-Destination(e1,e2)\n9937\tMember-Collection(e2,e1)\n9938\tMember-Collection(e2,e1)\n9939\tEntity-Destination(e1,e2)\n9940\tContent-Container(e2,e1)\n9941\tEntity-Destination(e1,e2)\n9942\tContent-Container(e2,e1)\n9943\tOther\n9944\tMessage-Topic(e1,e2)\n9945\tComponent-Whole(e2,e1)\n9946\tMessage-Topic(e2,e1)\n9947\tProduct-Producer(e2,e1)\n9948\tEntity-Destination(e1,e2)\n9949\tEntity-Origin(e1,e2)\n9950\tOther\n9951\tMessage-Topic(e1,e2)\n9952\tEntity-Destination(e1,e2)\n9953\tEntity-Destination(e1,e2)\n9954\tEntity-Origin(e1,e2)\n9955\tContent-Container(e2,e1)\n9956\tCause-Effect(e2,e1)\n9957\tComponent-Whole(e2,e1)\n9958\tEntity-Origin(e1,e2)\n9959\tInstrument-Agency(e2,e1)\n9960\tMember-Collection(e2,e1)\n9961\tProduct-Producer(e2,e1)\n9962\tEntity-Origin(e1,e2)\n9963\tEntity-Destination(e1,e2)\n9964\tEntity-Destination(e1,e2)\n9965\tCause-Effect(e2,e1)\n9966\tOther\n9967\tCause-Effect(e1,e2)\n9968\tMessage-Topic(e2,e1)\n9969\tEntity-Destination(e1,e2)\n9970\tInstrument-Agency(e2,e1)\n9971\tComponent-Whole(e2,e1)\n9972\tComponent-Whole(e1,e2)\n9973\tMessage-Topic(e1,e2)\n9974\tCause-Effect(e2,e1)\n9975\tCause-Effect(e2,e1)\n9976\tOther\n9977\tProduct-Producer(e2,e1)\n9978\tOther\n9979\tCause-Effect(e1,e2)\n9980\tComponent-Whole(e1,e2)\n9981\tMember-Collection(e2,e1)\n9982\tEntity-Destination(e1,e2)\n9983\tContent-Container(e1,e2)\n9984\tMember-Collection(e2,e1)\n9985\tCause-Effect(e2,e1)\n9986\tOther\n9987\tProduct-Producer(e2,e1)\n9988\tContent-Container(e1,e2)\n9989\tOther\n9990\tOther\n9991\tMessage-Topic(e1,e2)\n9992\tComponent-Whole(e1,e2)\n9993\tContent-Container(e1,e2)\n9994\tComponent-Whole(e1,e2)\n9995\tOther\n9996\tMessage-Topic(e1,e2)\n9997\tComponent-Whole(e1,e2)\n9998\tEntity-Origin(e1,e2)\n9999\tEntity-Destination(e1,e2)\n10000\tInstrument-Agency(e2,e1)\n10001\tInstrument-Agency(e2,e1)\n10002\tMessage-Topic(e1,e2)\n10003\tCause-Effect(e2,e1)\n10004\tEntity-Destination(e1,e2)\n10005\tInstrument-Agency(e2,e1)\n10006\tMember-Collection(e2,e1)\n10007\tEntity-Origin(e1,e2)\n10008\tEntity-Destination(e1,e2)\n10009\tCause-Effect(e1,e2)\n10010\tEntity-Origin(e1,e2)\n10011\tOther\n10012\tCause-Effect(e2,e1)\n10013\tMember-Collection(e2,e1)\n10014\tEntity-Destination(e1,e2)\n10015\tOther\n10016\tContent-Container(e1,e2)\n10017\tEntity-Destination(e1,e2)\n10018\tEntity-Origin(e1,e2)\n10019\tOther\n10020\tEntity-Destination(e1,e2)\n10021\tOther\n10022\tOther\n10023\tMessage-Topic(e1,e2)\n10024\tMessage-Topic(e1,e2)\n10025\tOther\n10026\tInstrument-Agency(e2,e1)\n10027\tEntity-Destination(e1,e2)\n10028\tMessage-Topic(e1,e2)\n10029\tMember-Collection(e2,e1)\n10030\tOther\n10031\tMember-Collection(e2,e1)\n10032\tMember-Collection(e2,e1)\n10033\tOther\n10034\tContent-Container(e1,e2)\n10035\tComponent-Whole(e2,e1)\n10036\tOther\n10037\tEntity-Destination(e1,e2)\n10038\tCause-Effect(e2,e1)\n10039\tEntity-Destination(e1,e2)\n10040\tCause-Effect(e2,e1)\n10041\tCause-Effect(e2,e1)\n10042\tMessage-Topic(e2,e1)\n10043\tEntity-Destination(e1,e2)\n10044\tComponent-Whole(e2,e1)\n10045\tComponent-Whole(e2,e1)\n10046\tEntity-Destination(e1,e2)\n10047\tCause-Effect(e1,e2)\n10048\tInstrument-Agency(e2,e1)\n10049\tMessage-Topic(e1,e2)\n10050\tContent-Container(e2,e1)\n10051\tComponent-Whole(e2,e1)\n10052\tMember-Collection(e2,e1)\n10053\tContent-Container(e1,e2)\n10054\tCause-Effect(e2,e1)\n10055\tEntity-Destination(e1,e2)\n10056\tEntity-Destination(e1,e2)\n10057\tInstrument-Agency(e2,e1)\n10058\tMember-Collection(e1,e2)\n10059\tCause-Effect(e2,e1)\n10060\tOther\n10061\tOther\n10062\tContent-Container(e1,e2)\n10063\tComponent-Whole(e2,e1)\n10064\tCause-Effect(e1,e2)\n10065\tContent-Container(e1,e2)\n10066\tOther\n10067\tEntity-Origin(e1,e2)\n10068\tEntity-Destination(e1,e2)\n10069\tOther\n10070\tComponent-Whole(e1,e2)\n10071\tEntity-Origin(e1,e2)\n10072\tContent-Container(e2,e1)\n10073\tOther\n10074\tEntity-Origin(e1,e2)\n10075\tEntity-Origin(e1,e2)\n10076\tProduct-Producer(e1,e2)\n10077\tEntity-Destination(e1,e2)\n10078\tEntity-Destination(e1,e2)\n10079\tProduct-Producer(e2,e1)\n10080\tEntity-Origin(e2,e1)\n10081\tEntity-Destination(e1,e2)\n10082\tEntity-Origin(e1,e2)\n10083\tComponent-Whole(e1,e2)\n10084\tEntity-Origin(e1,e2)\n10085\tEntity-Destination(e1,e2)\n10086\tCause-Effect(e1,e2)\n10087\tEntity-Destination(e1,e2)\n10088\tInstrument-Agency(e2,e1)\n10089\tProduct-Producer(e2,e1)\n10090\tCause-Effect(e1,e2)\n10091\tEntity-Origin(e2,e1)\n10092\tEntity-Origin(e1,e2)\n10093\tOther\n10094\tContent-Container(e1,e2)\n10095\tEntity-Destination(e1,e2)\n10096\tComponent-Whole(e2,e1)\n10097\tOther\n10098\tMessage-Topic(e1,e2)\n10099\tEntity-Destination(e1,e2)\n10100\tEntity-Destination(e1,e2)\n10101\tEntity-Origin(e2,e1)\n10102\tCause-Effect(e1,e2)\n10103\tMessage-Topic(e1,e2)\n10104\tMember-Collection(e2,e1)\n10105\tMember-Collection(e2,e1)\n10106\tComponent-Whole(e2,e1)\n10107\tContent-Container(e1,e2)\n10108\tMessage-Topic(e1,e2)\n10109\tOther\n10110\tMessage-Topic(e1,e2)\n10111\tOther\n10112\tOther\n10113\tProduct-Producer(e2,e1)\n10114\tMessage-Topic(e2,e1)\n10115\tMessage-Topic(e1,e2)\n10116\tEntity-Origin(e2,e1)\n10117\tProduct-Producer(e2,e1)\n10118\tCause-Effect(e1,e2)\n10119\tMember-Collection(e2,e1)\n10120\tComponent-Whole(e2,e1)\n10121\tEntity-Destination(e1,e2)\n10122\tEntity-Origin(e1,e2)\n10123\tMessage-Topic(e1,e2)\n10124\tOther\n10125\tOther\n10126\tMember-Collection(e2,e1)\n10127\tOther\n10128\tInstrument-Agency(e1,e2)\n10129\tOther\n10130\tOther\n10131\tProduct-Producer(e1,e2)\n10132\tComponent-Whole(e2,e1)\n10133\tInstrument-Agency(e2,e1)\n10134\tCause-Effect(e2,e1)\n10135\tComponent-Whole(e2,e1)\n10136\tEntity-Origin(e1,e2)\n10137\tMessage-Topic(e1,e2)\n10138\tEntity-Origin(e1,e2)\n10139\tEntity-Origin(e1,e2)\n10140\tProduct-Producer(e2,e1)\n10141\tOther\n10142\tProduct-Producer(e2,e1)\n10143\tOther\n10144\tInstrument-Agency(e2,e1)\n10145\tInstrument-Agency(e1,e2)\n10146\tProduct-Producer(e1,e2)\n10147\tComponent-Whole(e2,e1)\n10148\tProduct-Producer(e2,e1)\n10149\tInstrument-Agency(e2,e1)\n10150\tComponent-Whole(e1,e2)\n10151\tProduct-Producer(e2,e1)\n10152\tInstrument-Agency(e1,e2)\n10153\tProduct-Producer(e2,e1)\n10154\tMember-Collection(e2,e1)\n10155\tMessage-Topic(e1,e2)\n10156\tCause-Effect(e1,e2)\n10157\tComponent-Whole(e1,e2)\n10158\tEntity-Destination(e1,e2)\n10159\tOther\n10160\tOther\n10161\tComponent-Whole(e1,e2)\n10162\tEntity-Origin(e1,e2)\n10163\tEntity-Origin(e2,e1)\n10164\tEntity-Origin(e1,e2)\n10165\tEntity-Destination(e1,e2)\n10166\tComponent-Whole(e1,e2)\n10167\tEntity-Origin(e1,e2)\n10168\tContent-Container(e1,e2)\n10169\tMember-Collection(e2,e1)\n10170\tEntity-Origin(e1,e2)\n10171\tContent-Container(e2,e1)\n10172\tMessage-Topic(e2,e1)\n10173\tOther\n10174\tMember-Collection(e2,e1)\n10175\tEntity-Destination(e1,e2)\n10176\tProduct-Producer(e2,e1)\n10177\tCause-Effect(e2,e1)\n10178\tEntity-Destination(e1,e2)\n10179\tProduct-Producer(e1,e2)\n10180\tInstrument-Agency(e2,e1)\n10181\tOther\n10182\tCause-Effect(e2,e1)\n10183\tMessage-Topic(e1,e2)\n10184\tEntity-Destination(e1,e2)\n10185\tEntity-Origin(e1,e2)\n10186\tOther\n10187\tEntity-Destination(e1,e2)\n10188\tOther\n10189\tMessage-Topic(e1,e2)\n10190\tProduct-Producer(e1,e2)\n10191\tEntity-Destination(e1,e2)\n10192\tProduct-Producer(e2,e1)\n10193\tComponent-Whole(e1,e2)\n10194\tEntity-Origin(e1,e2)\n10195\tInstrument-Agency(e2,e1)\n10196\tOther\n10197\tProduct-Producer(e1,e2)\n10198\tEntity-Origin(e1,e2)\n10199\tEntity-Origin(e1,e2)\n10200\tEntity-Origin(e1,e2)\n10201\tInstrument-Agency(e2,e1)\n10202\tEntity-Destination(e1,e2)\n10203\tInstrument-Agency(e2,e1)\n10204\tMessage-Topic(e1,e2)\n10205\tProduct-Producer(e2,e1)\n10206\tProduct-Producer(e2,e1)\n10207\tEntity-Destination(e1,e2)\n10208\tComponent-Whole(e1,e2)\n10209\tCause-Effect(e2,e1)\n10210\tComponent-Whole(e2,e1)\n10211\tMessage-Topic(e1,e2)\n10212\tComponent-Whole(e1,e2)\n10213\tOther\n10214\tComponent-Whole(e1,e2)\n10215\tEntity-Origin(e1,e2)\n10216\tMessage-Topic(e1,e2)\n10217\tOther\n10218\tEntity-Origin(e2,e1)\n10219\tContent-Container(e1,e2)\n10220\tMessage-Topic(e1,e2)\n10221\tEntity-Origin(e1,e2)\n10222\tEntity-Origin(e1,e2)\n10223\tMember-Collection(e2,e1)\n10224\tProduct-Producer(e2,e1)\n10225\tMember-Collection(e2,e1)\n10226\tEntity-Destination(e1,e2)\n10227\tContent-Container(e1,e2)\n10228\tCause-Effect(e2,e1)\n10229\tMember-Collection(e1,e2)\n10230\tCause-Effect(e2,e1)\n10231\tEntity-Destination(e1,e2)\n10232\tContent-Container(e1,e2)\n10233\tOther\n10234\tProduct-Producer(e2,e1)\n10235\tInstrument-Agency(e2,e1)\n10236\tMessage-Topic(e1,e2)\n10237\tProduct-Producer(e2,e1)\n10238\tMember-Collection(e2,e1)\n10239\tMember-Collection(e2,e1)\n10240\tEntity-Destination(e1,e2)\n10241\tInstrument-Agency(e2,e1)\n10242\tMessage-Topic(e2,e1)\n10243\tInstrument-Agency(e2,e1)\n10244\tOther\n10245\tEntity-Destination(e1,e2)\n10246\tCause-Effect(e2,e1)\n10247\tMessage-Topic(e1,e2)\n10248\tContent-Container(e2,e1)\n10249\tInstrument-Agency(e2,e1)\n10250\tProduct-Producer(e1,e2)\n10251\tOther\n10252\tInstrument-Agency(e2,e1)\n10253\tMessage-Topic(e1,e2)\n10254\tCause-Effect(e2,e1)\n10255\tEntity-Destination(e1,e2)\n10256\tContent-Container(e2,e1)\n10257\tCause-Effect(e1,e2)\n10258\tCause-Effect(e2,e1)\n10259\tMessage-Topic(e2,e1)\n10260\tEntity-Origin(e1,e2)\n10261\tOther\n10262\tOther\n10263\tEntity-Destination(e1,e2)\n10264\tComponent-Whole(e2,e1)\n10265\tMessage-Topic(e1,e2)\n10266\tProduct-Producer(e2,e1)\n10267\tCause-Effect(e1,e2)\n10268\tMember-Collection(e2,e1)\n10269\tMessage-Topic(e1,e2)\n10270\tProduct-Producer(e2,e1)\n10271\tEntity-Origin(e1,e2)\n10272\tComponent-Whole(e1,e2)\n10273\tEntity-Origin(e1,e2)\n10274\tComponent-Whole(e2,e1)\n10275\tCause-Effect(e1,e2)\n10276\tEntity-Destination(e1,e2)\n10277\tComponent-Whole(e1,e2)\n10278\tProduct-Producer(e1,e2)\n10279\tCause-Effect(e2,e1)\n10280\tEntity-Destination(e1,e2)\n10281\tCause-Effect(e2,e1)\n10282\tOther\n10283\tEntity-Origin(e2,e1)\n10284\tEntity-Destination(e1,e2)\n10285\tCause-Effect(e2,e1)\n10286\tContent-Container(e1,e2)\n10287\tContent-Container(e1,e2)\n10288\tComponent-Whole(e2,e1)\n10289\tMember-Collection(e2,e1)\n10290\tContent-Container(e1,e2)\n10291\tOther\n10292\tMessage-Topic(e1,e2)\n10293\tEntity-Destination(e1,e2)\n10294\tInstrument-Agency(e1,e2)\n10295\tMessage-Topic(e2,e1)\n10296\tCause-Effect(e2,e1)\n10297\tEntity-Origin(e1,e2)\n10298\tEntity-Origin(e2,e1)\n10299\tEntity-Origin(e1,e2)\n10300\tOther\n10301\tMember-Collection(e2,e1)\n10302\tMessage-Topic(e1,e2)\n10303\tEntity-Destination(e1,e2)\n10304\tInstrument-Agency(e2,e1)\n10305\tComponent-Whole(e1,e2)\n10306\tComponent-Whole(e2,e1)\n10307\tComponent-Whole(e1,e2)\n10308\tOther\n10309\tMessage-Topic(e1,e2)\n10310\tMessage-Topic(e1,e2)\n10311\tComponent-Whole(e2,e1)\n10312\tContent-Container(e2,e1)\n10313\tProduct-Producer(e1,e2)\n10314\tContent-Container(e1,e2)\n10315\tComponent-Whole(e1,e2)\n10316\tContent-Container(e1,e2)\n10317\tOther\n10318\tOther\n10319\tMember-Collection(e2,e1)\n10320\tInstrument-Agency(e2,e1)\n10321\tEntity-Destination(e1,e2)\n10322\tComponent-Whole(e1,e2)\n10323\tOther\n10324\tMessage-Topic(e1,e2)\n10325\tContent-Container(e1,e2)\n10326\tOther\n10327\tContent-Container(e1,e2)\n10328\tProduct-Producer(e1,e2)\n10329\tInstrument-Agency(e2,e1)\n10330\tEntity-Destination(e1,e2)\n10331\tInstrument-Agency(e2,e1)\n10332\tContent-Container(e1,e2)\n10333\tOther\n10334\tOther\n10335\tCause-Effect(e2,e1)\n10336\tEntity-Origin(e1,e2)\n10337\tContent-Container(e1,e2)\n10338\tEntity-Origin(e1,e2)\n10339\tOther\n10340\tEntity-Origin(e1,e2)\n10341\tOther\n10342\tEntity-Destination(e1,e2)\n10343\tInstrument-Agency(e2,e1)\n10344\tCause-Effect(e2,e1)\n10345\tComponent-Whole(e2,e1)\n10346\tInstrument-Agency(e2,e1)\n10347\tContent-Container(e2,e1)\n10348\tEntity-Destination(e1,e2)\n10349\tMember-Collection(e2,e1)\n10350\tCause-Effect(e1,e2)\n10351\tEntity-Destination(e1,e2)\n10352\tMessage-Topic(e2,e1)\n10353\tProduct-Producer(e2,e1)\n10354\tEntity-Destination(e1,e2)\n10355\tContent-Container(e1,e2)\n10356\tEntity-Origin(e1,e2)\n10357\tEntity-Origin(e1,e2)\n10358\tComponent-Whole(e1,e2)\n10359\tOther\n10360\tMessage-Topic(e1,e2)\n10361\tInstrument-Agency(e1,e2)\n10362\tEntity-Destination(e1,e2)\n10363\tEntity-Destination(e1,e2)\n10364\tProduct-Producer(e2,e1)\n10365\tMessage-Topic(e1,e2)\n10366\tMember-Collection(e2,e1)\n10367\tProduct-Producer(e2,e1)\n10368\tInstrument-Agency(e2,e1)\n10369\tInstrument-Agency(e2,e1)\n10370\tOther\n10371\tProduct-Producer(e1,e2)\n10372\tProduct-Producer(e1,e2)\n10373\tCause-Effect(e1,e2)\n10374\tContent-Container(e1,e2)\n10375\tMember-Collection(e2,e1)\n10376\tEntity-Destination(e1,e2)\n10377\tMessage-Topic(e1,e2)\n10378\tEntity-Origin(e2,e1)\n10379\tCause-Effect(e1,e2)\n10380\tComponent-Whole(e2,e1)\n10381\tMessage-Topic(e1,e2)\n10382\tCause-Effect(e2,e1)\n10383\tCause-Effect(e1,e2)\n10384\tEntity-Origin(e1,e2)\n10385\tInstrument-Agency(e2,e1)\n10386\tComponent-Whole(e2,e1)\n10387\tComponent-Whole(e2,e1)\n10388\tProduct-Producer(e1,e2)\n10389\tComponent-Whole(e1,e2)\n10390\tOther\n10391\tInstrument-Agency(e2,e1)\n10392\tMessage-Topic(e1,e2)\n10393\tEntity-Origin(e1,e2)\n10394\tOther\n10395\tMessage-Topic(e1,e2)\n10396\tCause-Effect(e2,e1)\n10397\tEntity-Origin(e1,e2)\n10398\tCause-Effect(e1,e2)\n10399\tEntity-Destination(e1,e2)\n10400\tComponent-Whole(e1,e2)\n10401\tMember-Collection(e2,e1)\n10402\tOther\n10403\tEntity-Origin(e1,e2)\n10404\tMember-Collection(e2,e1)\n10405\tEntity-Destination(e1,e2)\n10406\tOther\n10407\tProduct-Producer(e2,e1)\n10408\tMember-Collection(e2,e1)\n10409\tProduct-Producer(e1,e2)\n10410\tOther\n10411\tOther\n10412\tProduct-Producer(e2,e1)\n10413\tEntity-Destination(e1,e2)\n10414\tMessage-Topic(e2,e1)\n10415\tEntity-Destination(e1,e2)\n10416\tMember-Collection(e2,e1)\n10417\tCause-Effect(e2,e1)\n10418\tEntity-Destination(e1,e2)\n10419\tCause-Effect(e2,e1)\n10420\tOther\n10421\tEntity-Destination(e1,e2)\n10422\tMessage-Topic(e1,e2)\n10423\tEntity-Origin(e1,e2)\n10424\tInstrument-Agency(e2,e1)\n10425\tCause-Effect(e2,e1)\n10426\tCause-Effect(e2,e1)\n10427\tOther\n10428\tComponent-Whole(e1,e2)\n10429\tMessage-Topic(e1,e2)\n10430\tMember-Collection(e2,e1)\n10431\tContent-Container(e1,e2)\n10432\tContent-Container(e1,e2)\n10433\tComponent-Whole(e2,e1)\n10434\tCause-Effect(e1,e2)\n10435\tComponent-Whole(e1,e2)\n10436\tEntity-Destination(e1,e2)\n10437\tMessage-Topic(e1,e2)\n10438\tOther\n10439\tOther\n10440\tProduct-Producer(e1,e2)\n10441\tMember-Collection(e1,e2)\n10442\tEntity-Destination(e1,e2)\n10443\tContent-Container(e1,e2)\n10444\tInstrument-Agency(e2,e1)\n10445\tContent-Container(e1,e2)\n10446\tEntity-Destination(e1,e2)\n10447\tOther\n10448\tProduct-Producer(e1,e2)\n10449\tMember-Collection(e2,e1)\n10450\tOther\n10451\tComponent-Whole(e2,e1)\n10452\tOther\n10453\tEntity-Destination(e1,e2)\n10454\tMessage-Topic(e1,e2)\n10455\tProduct-Producer(e1,e2)\n10456\tEntity-Destination(e1,e2)\n10457\tMessage-Topic(e1,e2)\n10458\tOther\n10459\tOther\n10460\tComponent-Whole(e2,e1)\n10461\tProduct-Producer(e2,e1)\n10462\tContent-Container(e1,e2)\n10463\tEntity-Destination(e1,e2)\n10464\tProduct-Producer(e2,e1)\n10465\tMessage-Topic(e1,e2)\n10466\tCause-Effect(e2,e1)\n10467\tEntity-Destination(e1,e2)\n10468\tCause-Effect(e1,e2)\n10469\tComponent-Whole(e1,e2)\n10470\tContent-Container(e1,e2)\n10471\tEntity-Origin(e1,e2)\n10472\tMessage-Topic(e1,e2)\n10473\tProduct-Producer(e1,e2)\n10474\tEntity-Origin(e1,e2)\n10475\tMember-Collection(e2,e1)\n10476\tContent-Container(e1,e2)\n10477\tContent-Container(e1,e2)\n10478\tEntity-Destination(e1,e2)\n10479\tContent-Container(e1,e2)\n10480\tEntity-Origin(e2,e1)\n10481\tCause-Effect(e2,e1)\n10482\tProduct-Producer(e1,e2)\n10483\tComponent-Whole(e1,e2)\n10484\tComponent-Whole(e1,e2)\n10485\tOther\n10486\tMessage-Topic(e1,e2)\n10487\tOther\n10488\tEntity-Destination(e1,e2)\n10489\tComponent-Whole(e2,e1)\n10490\tEntity-Origin(e2,e1)\n10491\tInstrument-Agency(e2,e1)\n10492\tOther\n10493\tCause-Effect(e1,e2)\n10494\tOther\n10495\tContent-Container(e2,e1)\n10496\tProduct-Producer(e2,e1)\n10497\tComponent-Whole(e2,e1)\n10498\tContent-Container(e2,e1)\n10499\tOther\n10500\tCause-Effect(e2,e1)\n10501\tCause-Effect(e2,e1)\n10502\tComponent-Whole(e1,e2)\n10503\tComponent-Whole(e1,e2)\n10504\tCause-Effect(e1,e2)\n10505\tCause-Effect(e1,e2)\n10506\tInstrument-Agency(e2,e1)\n10507\tEntity-Origin(e2,e1)\n10508\tProduct-Producer(e1,e2)\n10509\tEntity-Destination(e1,e2)\n10510\tComponent-Whole(e1,e2)\n10511\tProduct-Producer(e1,e2)\n10512\tOther\n10513\tOther\n10514\tEntity-Origin(e1,e2)\n10515\tMember-Collection(e2,e1)\n10516\tProduct-Producer(e2,e1)\n10517\tOther\n10518\tMessage-Topic(e1,e2)\n10519\tEntity-Destination(e1,e2)\n10520\tMember-Collection(e2,e1)\n10521\tOther\n10522\tOther\n10523\tCause-Effect(e2,e1)\n10524\tCause-Effect(e2,e1)\n10525\tMember-Collection(e2,e1)\n10526\tComponent-Whole(e1,e2)\n10527\tMember-Collection(e2,e1)\n10528\tCause-Effect(e2,e1)\n10529\tComponent-Whole(e1,e2)\n10530\tContent-Container(e1,e2)\n10531\tMessage-Topic(e2,e1)\n10532\tEntity-Origin(e1,e2)\n10533\tMessage-Topic(e1,e2)\n10534\tOther\n10535\tMessage-Topic(e1,e2)\n10536\tComponent-Whole(e1,e2)\n10537\tProduct-Producer(e2,e1)\n10538\tEntity-Origin(e1,e2)\n10539\tProduct-Producer(e1,e2)\n10540\tEntity-Destination(e1,e2)\n10541\tEntity-Origin(e1,e2)\n10542\tComponent-Whole(e2,e1)\n10543\tEntity-Origin(e1,e2)\n10544\tCause-Effect(e1,e2)\n10545\tCause-Effect(e2,e1)\n10546\tOther\n10547\tComponent-Whole(e2,e1)\n10548\tComponent-Whole(e1,e2)\n10549\tProduct-Producer(e1,e2)\n10550\tInstrument-Agency(e2,e1)\n10551\tCause-Effect(e2,e1)\n10552\tCause-Effect(e1,e2)\n10553\tProduct-Producer(e2,e1)\n10554\tProduct-Producer(e2,e1)\n10555\tContent-Container(e1,e2)\n10556\tComponent-Whole(e2,e1)\n10557\tEntity-Destination(e1,e2)\n10558\tMessage-Topic(e1,e2)\n10559\tEntity-Destination(e1,e2)\n10560\tMember-Collection(e2,e1)\n10561\tOther\n10562\tOther\n10563\tProduct-Producer(e2,e1)\n10564\tEntity-Destination(e1,e2)\n10565\tProduct-Producer(e1,e2)\n10566\tEntity-Destination(e1,e2)\n10567\tOther\n10568\tOther\n10569\tProduct-Producer(e1,e2)\n10570\tMessage-Topic(e1,e2)\n10571\tOther\n10572\tOther\n10573\tEntity-Origin(e1,e2)\n10574\tOther\n10575\tContent-Container(e1,e2)\n10576\tProduct-Producer(e2,e1)\n10577\tCause-Effect(e1,e2)\n10578\tCause-Effect(e2,e1)\n10579\tContent-Container(e1,e2)\n10580\tMember-Collection(e2,e1)\n10581\tComponent-Whole(e2,e1)\n10582\tMember-Collection(e2,e1)\n10583\tInstrument-Agency(e2,e1)\n10584\tCause-Effect(e1,e2)\n10585\tProduct-Producer(e1,e2)\n10586\tComponent-Whole(e1,e2)\n10587\tEntity-Origin(e2,e1)\n10588\tMember-Collection(e2,e1)\n10589\tOther\n10590\tEntity-Destination(e1,e2)\n10591\tComponent-Whole(e2,e1)\n10592\tComponent-Whole(e1,e2)\n10593\tOther\n10594\tEntity-Origin(e1,e2)\n10595\tOther\n10596\tMessage-Topic(e1,e2)\n10597\tCause-Effect(e1,e2)\n10598\tOther\n10599\tCause-Effect(e2,e1)\n10600\tProduct-Producer(e1,e2)\n10601\tOther\n10602\tEntity-Destination(e1,e2)\n10603\tOther\n10604\tComponent-Whole(e2,e1)\n10605\tCause-Effect(e1,e2)\n10606\tCause-Effect(e1,e2)\n10607\tComponent-Whole(e2,e1)\n10608\tEntity-Origin(e1,e2)\n10609\tInstrument-Agency(e2,e1)\n10610\tOther\n10611\tEntity-Destination(e1,e2)\n10612\tOther\n10613\tEntity-Destination(e1,e2)\n10614\tCause-Effect(e2,e1)\n10615\tOther\n10616\tMessage-Topic(e1,e2)\n10617\tEntity-Destination(e1,e2)\n10618\tProduct-Producer(e2,e1)\n10619\tEntity-Origin(e1,e2)\n10620\tOther\n10621\tOther\n10622\tCause-Effect(e1,e2)\n10623\tEntity-Origin(e1,e2)\n10624\tContent-Container(e1,e2)\n10625\tMember-Collection(e2,e1)\n10626\tComponent-Whole(e2,e1)\n10627\tCause-Effect(e2,e1)\n10628\tMessage-Topic(e1,e2)\n10629\tCause-Effect(e1,e2)\n10630\tOther\n10631\tContent-Container(e1,e2)\n10632\tEntity-Destination(e1,e2)\n10633\tEntity-Destination(e1,e2)\n10634\tMember-Collection(e2,e1)\n10635\tContent-Container(e1,e2)\n10636\tContent-Container(e1,e2)\n10637\tCause-Effect(e2,e1)\n10638\tOther\n10639\tCause-Effect(e2,e1)\n10640\tComponent-Whole(e1,e2)\n10641\tCause-Effect(e2,e1)\n10642\tCause-Effect(e1,e2)\n10643\tCause-Effect(e2,e1)\n10644\tEntity-Origin(e1,e2)\n10645\tCause-Effect(e2,e1)\n10646\tCause-Effect(e2,e1)\n10647\tMessage-Topic(e2,e1)\n10648\tProduct-Producer(e1,e2)\n10649\tEntity-Origin(e1,e2)\n10650\tCause-Effect(e2,e1)\n10651\tMember-Collection(e2,e1)\n10652\tOther\n10653\tMessage-Topic(e1,e2)\n10654\tOther\n10655\tContent-Container(e1,e2)\n10656\tEntity-Origin(e1,e2)\n10657\tComponent-Whole(e1,e2)\n10658\tMessage-Topic(e1,e2)\n10659\tMember-Collection(e1,e2)\n10660\tMessage-Topic(e1,e2)\n10661\tProduct-Producer(e2,e1)\n10662\tContent-Container(e2,e1)\n10663\tContent-Container(e1,e2)\n10664\tOther\n10665\tComponent-Whole(e2,e1)\n10666\tEntity-Origin(e1,e2)\n10667\tOther\n10668\tMember-Collection(e2,e1)\n10669\tMessage-Topic(e1,e2)\n10670\tContent-Container(e1,e2)\n10671\tOther\n10672\tOther\n10673\tProduct-Producer(e1,e2)\n10674\tOther\n10675\tEntity-Destination(e1,e2)\n10676\tComponent-Whole(e2,e1)\n10677\tMessage-Topic(e2,e1)\n10678\tOther\n10679\tProduct-Producer(e1,e2)\n10680\tInstrument-Agency(e2,e1)\n10681\tEntity-Destination(e1,e2)\n10682\tOther\n10683\tEntity-Destination(e1,e2)\n10684\tEntity-Origin(e1,e2)\n10685\tProduct-Producer(e2,e1)\n10686\tComponent-Whole(e1,e2)\n10687\tOther\n10688\tEntity-Destination(e1,e2)\n10689\tComponent-Whole(e2,e1)\n10690\tEntity-Origin(e1,e2)\n10691\tEntity-Origin(e1,e2)\n10692\tCause-Effect(e1,e2)\n10693\tContent-Container(e1,e2)\n10694\tEntity-Destination(e1,e2)\n10695\tMessage-Topic(e2,e1)\n10696\tInstrument-Agency(e2,e1)\n10697\tMessage-Topic(e1,e2)\n10698\tOther\n10699\tMessage-Topic(e2,e1)\n10700\tMember-Collection(e2,e1)\n10701\tEntity-Destination(e1,e2)\n10702\tInstrument-Agency(e2,e1)\n10703\tCause-Effect(e1,e2)\n10704\tCause-Effect(e2,e1)\n10705\tEntity-Destination(e1,e2)\n10706\tOther\n10707\tComponent-Whole(e2,e1)\n10708\tEntity-Destination(e1,e2)\n10709\tOther\n10710\tMember-Collection(e2,e1)\n10711\tEntity-Origin(e1,e2)\n10712\tEntity-Origin(e1,e2)\n10713\tInstrument-Agency(e2,e1)\n10714\tProduct-Producer(e1,e2)\n10715\tComponent-Whole(e2,e1)\n10716\tProduct-Producer(e1,e2)\n10717\tEntity-Destination(e2,e1)\n"
  },
  {
    "path": "dataset/SemEval/train/npy/.gitkeeper",
    "content": ""
  },
  {
    "path": "dataset/SemEval/train/train.txt",
    "content": "e1\te2\tconfiguration\telements\tComponent-Whole_reversed\tthe system as described above has its greatest application in an arrayed configuration of antenna elements\ne1\te2\tchild\tcradle\tOther\tthe child was carefully wrapped and bound into the cradle by means of a cord\ne1\te2\tauthor\tdisassembler\tInstrument-Agency_reversed\tthe author of a keygen uses a disassembler to look at the raw assembly code\ne1\te2\tridge\tsurge\tOther\ta misty ridge uprises from the surge\ne1\te2\tstudent\tassociation\tMember-Collection\tthe student association is the voice of the undergraduate student population of the state university of new york at buffalo\ne1\te2\tcomplex\tproducer\tOther\tthis is the sprawling complex that is peru's largest producer of silver\ne1\te2\tinflammation\tinfection\tCause-Effect_reversed\tthe current view is that the chronic inflammation in the distal part of the stomach caused by helicobacter pylori infection results in an increased acid production from the non-infected upper corpus region of the stomach\ne1\te2\tpeople\tdowntown\tEntity-Destination\tpeople have been moving back into downtown\ne1\te2\tlawsonite\tplatinum crucible\tContent-Container\tthe lawsonite was contained in a platinum crucible and the counter-weight was a plastic crucible with metal pieces\ne1\te2\tsolvent\tflask\tEntity-Destination\tthe solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial\ne1\te2\tessays\tvolume\tMember-Collection\tthe fifty essays collected in this volume testify to most of the prominent themes from professor quispel's scholarly career\ne1\te2\tcomposer\toblivion\tOther\ttheir composer has sunk into oblivion\ne1\te2\tcitation\treasons\tMessage-Topic\tthe pulitzer committee issues an official citation explaining the reasons for the award\ne1\te2\tburst\tpressure\tCause-Effect_reversed\tthe burst has been caused by water hammer pressure\ne1\te2\tnetworks\thigh-definition broadcast\tInstrument-Agency_reversed\teven commercial networks have moved into high-definition broadcast\ne1\te2\tcall\tbill\tMessage-Topic\tit was a friendly call to remind them about the bill and make sure they have a copy of the invoice\ne1\te2\tvirtuoso\tinstrument\tInstrument-Agency_reversed\ttexas-born virtuoso finds harmony, sophistication in appalachian instrument\ne1\te2\tfactory\ttrays\tProduct-Producer_reversed\tthe factory's products have included flower pots, finnish rooster-whistles, pans, trays, tea pots, ash trays and air moisturisers\ne1\te2\ttree\tblossom\tComponent-Whole_reversed\tthe girl showed a photo of apple tree blossom on a fruit tree in the central valley\ne1\te2\tbattalion\tgrenadiers\tMember-Collection_reversed\tthey tried an assault of their own an hour later, with two columns of sixteen tanks backed by a battalion of panzer grenadiers\ne1\te2\tknowledge\trecruits\tEntity-Origin\ttheir knowledge of the power and rank symbols of the continental empires was gained from the numerous germanic recruits in the roman army, and from the roman practice of enfeoffing various germanic warrior groups with land in the imperial provinces\ne1\te2\tstable\thounds\tMember-Collection_reversed\tshe soon had a stable of her own rescued hounds\ne1\te2\tsinger\tcommotion\tCause-Effect\tthe singer, who performed three of the nominated songs, also caused a commotion on the red carpet\ne1\te2\tessays\thistory\tOther\this intellectually engaging books and essays remain pertinent to illuminating contemporary history\ne1\te2\tbrace\tgrouse\tMember-Collection_reversed\tpoor hygiene controls, reports of a brace of gamey grouse and what looked like a skinned fox all amounted to a pie that was unfit for human consumption\ne1\te2\tdress\tblend\tOther\tthis sweet dress is made with a blend of cotton and silk, and the crochet flower necklace is the perfect accessory\ne1\te2\tsuicide\tdeath\tCause-Effect\tsuicide is one of the leading causes of death among pre-adolescents and teens, and victims of bullying are at an increased risk for committing suicide\ne1\te2\tarticle\tmusic\tMessage-Topic\tthis article gives details on 2004 in music in the united kingdom, including the official charts from that year\ne1\te2\tmeeting\trural history\tMessage-Topic\twe have therefore taken the initiative to convene the first international open meeting dedicated solely to rural history\ne1\te2\ttimer\tdevice\tComponent-Whole\tthe timer of the device automatically eliminates wasted \"standby power\" consumption by automatically turn off electronics plugged into the \"auto off\" outlets\ne1\te2\toffer\tphone call\tMessage-Topic_reversed\tbob parks made a similar offer in a phone call made earlier this week\ne1\te2\theadaches\tmold\tCause-Effect_reversed\the had chest pains and headaches from mold in the bedrooms\ne1\te2\tcountry\tfather\tProduct-Producer\tthe silver-haired author was not just laying india's politician saint to rest but healing a generations-old rift in the family of the country's founding father\ne1\te2\tstack\tcarton\tEntity-Destination\tit describes a method for loading a horizontal stack of containers into a carton\ne1\te2\tplumbing\tmanor house\tComponent-Whole\tthe foundation decided to repurpose the building in order to reduce wear and tear on the plumbing in the manor house by redirecting visitors during restoration projects and beyond\ne1\te2\telectricity\tsystems\tEntity-Origin\tthe technology is available to produce and transmit electricity economically from otec systems\ne1\te2\tplan\tresistance\tOther\tthe medicare buy-in plan ran into senate resistance\ne1\te2\tprovinces\tcounties\tComponent-Whole_reversed\tthe provinces are divided into counties (shahrestan), and subdivided into districts (bakhsh) and sub-districts (dehestan)\ne1\te2\tstress\tdivorce\tCause-Effect\tfinancial stress is one of the main causes of divorce\ne1\te2\tnewspapers\tservice\tInstrument-Agency_reversed\tnewspapers swap content via widgets with the help of the newsgator service\ne1\te2\twomen\taccident\tCause-Effect\tthe women that caused the accident was on the cell phone and ran thru the intersection without pausing on the median\ne1\te2\ttransmitter\tsuite\tContent-Container\tthe transmitter was discovered inside a bed settee suite on which he had been sitting\ne1\te2\tchain\tlagoons\tMember-Collection_reversed\tthe kerala backwaters are a chain of brackish lagoons and lakes lying parallel to the arabian sea coast of kerala state in southern india\ne1\te2\tstudent\tjail\tEntity-Origin\ta st. paul college student was released from jail wednesday night, after his arrest tuesday in the alleged rape of another student on campus\ne1\te2\tcalluses\tskin abnormality\tCause-Effect_reversed\tcalluses are caused by improperly fitting shoes or by a skin abnormality\ne1\te2\tadults\tdrugs\tInstrument-Agency_reversed\tadults use drugs for this purpose\ne1\te2\tcouncilor\telicitation\tInstrument-Agency_reversed\tthe councilor proposed assessing infinitival complements through elicitation\ne1\te2\tmeteor shower\tcomet\tCause-Effect_reversed\tas in the popular movie \"deep impact\", the action of the perseid meteor shower is caused by a comet, in this case periodic comet swift-tuttle\ne1\te2\tnotes\tstatements\tOther\tthe following information appeared in the notes to consolidated financial statements of some corporate annual reports\ne1\te2\tdiamond\tcolliers\tOther\thiphop appropriates the symbols of a consumer society: oversized diamond colliers are worn\ne1\te2\tradiation\tbomb explosion\tCause-Effect_reversed\tthe radiation from the atomic bomb explosion is a typical acute radiation\ne1\te2\tboat\ttiller\tComponent-Whole_reversed\tthe ride-on boat tiller was developed by engineers arnold s. juliano and dr. eulito u. bautista\ne1\te2\trecurrence\tradiation\tCause-Effect_reversed\ta neoplastic recurrence arose from an extensive radiation induced ulceration\ne1\te2\tscars\tstitches\tCause-Effect_reversed\the has a tattoo on his right arm and scars from stitches on his right elbow\ne1\te2\tknob\ttoads\tMember-Collection_reversed\twhether your home includes a charm of finches, a sute of bloodhounds, or a knob of toads, i think it's important to keep the numbers within reason\ne1\te2\tdiscourse\tparticipation\tMessage-Topic\tfurthermore, these ingo practitioners constructed a discourse around participation which distorted the real significance of participation\ne1\te2\tsilver\tring\tOther\tkelvin bought a silver ring which he was so happy with and he keeps wearing it now even though its abit too big haha\ne1\te2\tdebate\tvalue\tMessage-Topic\tscientists are in the midst of an ongoing debate about the relative value of openness and collaboration in their profession\ne1\te2\tdress\ttrunk\tContent-Container\tthis cut blue and white striped cotton dress with red bands on the bodice was in a trunk of vintage barbie clothing\ne1\te2\tdisagreement\tcausal part\tOther\tmy major disagreement with lyons concerns the causal part of his theory\ne1\te2\tfeet\tball\tEntity-Destination\tboth his feet have been moving into the ball\ne1\te2\tbox cutters\tbox\tContent-Container\tthe scissors were in a small plastic soap container, next to a bar of soap, and the box cutters were in a box next to a bottle of after-shave lotion\ne1\te2\twing\tdragons\tMember-Collection_reversed\ta great wing of fluorite dragons, the greatest concentration of the rather solitary dragons ever known, joined the desperate battle with the blues and silvers against chaos\ne1\te2\tcowpea\tdouble bags\tEntity-Destination\tas a control, cowpea was sealed in double bags without fumigant\ne1\te2\tbrucellosis\tcow\tOther\tthe infectious bacterial disease brucellosis has been found in a beef cow in eastern idaho\ne1\te2\trout\thosts\tOther\tas the anglo-norman force sustained but little loss in this battle, their archers at the onset showered a hail of arrows upon the irish host who were not protected with mail armour, and shot them down in hundreds before they could get to close quarters; and then the charge of the heavy anglo-norman cavalry of mail-clad knights, completed the havoc and rout of the undisciplined gaelic hosts\ne1\te2\tprincess\tisland\tEntity-Origin\tthe first incarnation of this series was set in the 1940s, during world war ii, when the princess left her native paradise island (where amazon women had lived for centuries) to help the u.s. foil the nazis\ne1\te2\tstory\tpoint\tMessage-Topic\tcieply's story makes a compelling point about modern-day studio economics\ne1\te2\tmilk\tpumpkin mixture\tEntity-Destination\twe poured the milk into the pumpkin mixture\ne1\te2\tlawsuits\tfans\tEntity-Origin\tlawyers in detroit also worked overtime as several lawsuits ensued from angry and injured fans\ne1\te2\toutbreak\tvaccine\tCause-Effect_reversed\tthe continuing nigerian outbreak is the biggest ever caused by the vaccine\ne1\te2\tcabal\tkillers\tMember-Collection_reversed\tour mercenary army has now degenerated into a godless cabal of mindless killers not unlike the soviets that were butchering civilians in afghanistan (exactly as sadistically as we have)\ne1\te2\tfire\tfuel\tCause-Effect_reversed\tthe fire inside wtc was caused by exploding fuel\ne1\te2\tepithelium\tmatrix\tEntity-Destination\tthe epithelium from the knockout mouse bladder is migrating into the transplanted matrix\ne1\te2\tstaff\tposition\tEntity-Origin\tthe staff was removed from his position\ne1\te2\tsuffering\tterrorists\tCause-Effect_reversed\tthe suffering caused by the terrorists is the real torture\ne1\te2\tlove\tartworks\tMessage-Topic_reversed\tthis love of nature's gift has been reflected in artworks dating back more than a thousand years\ne1\te2\tcourt\torder\tProduct-Producer_reversed\tthe court decided the objection by making the instalment order as sought\ne1\te2\ttsunami\tband\tCause-Effect_reversed\tin a poetic twist, the tsunami triggered by the rock band forced many american jazz and blues singers to seek work in the united kingdom, which is where anderson found a receptive audience in 1965\ne1\te2\tleakage\tcorrosion\tCause-Effect_reversed\tleakage and fire caused due to corrosion of bypass piping for recirculation gas at a fuel oil desulphurization unit\ne1\te2\tdrivers\twheel\tInstrument-Agency_reversed\ta team of students from virginia tech university have created a vehicle that allows vision impaired drivers to take control of the wheel\ne1\te2\thorde\tfeatures\tMember-Collection_reversed\tbmw's idrive 4.0 brings in a horde of new features\ne1\te2\tball\tnoise\tCause-Effect\tthe metal ball makes a ding ding ding noise when it swings back and hits the metal body of the lamp\ne1\te2\tensemble\tladies\tMember-Collection_reversed\tit consists of an ensemble of ladies who are highly qualified to play various arabic musical instruments\ne1\te2\tproducts\tindustry\tProduct-Producer\tit underscores the need for continued surveillance of nicotine delivery in products created by an unregulated industry\ne1\te2\tsand\tbeach\tOther\tunlike other fish, grunion come out of the water completely to lay their eggs in the wet sand of the beach\ne1\te2\tmarble\tbowl\tEntity-Destination\ta large marble was dropped into the bowl\ne1\te2\tdamage\tearthquake\tCause-Effect_reversed\thistorical view of the damage caused by the 1693 catania earthquake and the reconstruction activities\ne1\te2\tsuffering\tofficers\tCause-Effect_reversed\tai requested that the perpetrators be prosecuted to the fullest extent of the law, that adequate compensation be provided to the victims and that senior government and police officials offer apologies for the suffering caused by the responsible police officers\ne1\te2\tfindings\tsection\tOther\tthe findings have been published in a special section of the academic journal archives of sexual behavior\ne1\te2\tpassenger\ttrain\tEntity-Origin\tan amtrak passenger who alarmed fellow passengers by talking about terrorist threats on a cellphone was pulled from the train and is being held in colorado\ne1\te2\tintroduction\tbook\tComponent-Whole\tthe introduction in the book is a summary of what is in the text\ne1\te2\tsimulation\tstructure\tEntity-Origin\tthe second simulation was started from the uncomplexed x-ray structure after insertion of the ligand into the binding site\ne1\te2\tuser\tconsole\tInstrument-Agency_reversed\tthis user plays games on a portable console\ne1\te2\texhibition\tidea\tEntity-Origin\tthe ambitious eurasia exhibition arose from an idea by achille bonito oliva\ne1\te2\tdriver\those\tInstrument-Agency_reversed\tthe driver of the cement truck cleaned the loading chute on his truck with a truck-mounted water hose and began to pull away\ne1\te2\trecession\tcrash\tCause-Effect_reversed\tthe marshall plan also provided a way of gaining public acceptance in europe for the new deal format that the united states had successfully used before the war to end the recession triggered by the 1929 wall street crash\ne1\te2\tlegion\tcrossbowmen\tMember-Collection_reversed\tin the corner there are several gate captains and a legion of wu crossbowmen\ne1\te2\tswelling\tinfection\tCause-Effect_reversed\tonce they grow there, the swelling and inflammation caused by the infection closes off the sac, causing it not to \"shed\" bacteria, and protecting the bacteria inside from antibiotics and your body's own immune cells\ne1\te2\ttone\tvibration\tCause-Effect_reversed\tguitars are played acoustically; the tone is produced by the vibration of the strings which is amplified by the body of the guitar, which acts as a large hollow resonating chamber, or they may rely on an amplifier that can electronically manipulate tone\ne1\te2\tscore\torchestra\tOther\tflowers are reborn from the soil and the climate begins to warm, all set to a score improvised by an orchestra of birds\ne1\te2\tanswers\twebsite\tEntity-Destination\the posted the answers to the website\ne1\te2\tthreat\tspell\tCause-Effect_reversed\tarcane subtlety reduced the threat caused by polymorph by 40% at max rank, though the threat caused by the spell is minimal\ne1\te2\tprogrammer\tlanguage\tInstrument-Agency_reversed\ta programmer uses a high level language to implement its algorithms\ne1\te2\tearthquakes\tmovements\tCause-Effect_reversed\tthe beautiful hydrothermal features in the park (geysers, hot springs, mud pots, etc.), the uplift and subsidence, and many of the earthquakes are caused by the movements of hydrothermal and/or magmatic fluids\ne1\te2\tfruit\tbasket\tContent-Container\tflowers are nice, but don't last very long and the fruit in a fruit basket often goes bad\ne1\te2\theel\tshoes\tComponent-Whole\the decided to pad the heel of shoes with a shock absorbing insole or heel pad\ne1\te2\tshoemaker\tthread\tInstrument-Agency_reversed\tfrom the scots (lingle) and french (ligneul, lignoul), comes a shoemaker's sewing thread, waxed and bristled (see waxed end)\ne1\te2\ttablet\tcanteen\tEntity-Destination\tone tablet per quart was dropped into a canteen and made the water safe to drink\ne1\te2\timage\tcarafe\tContent-Container\tthe tiny image of the renaissance master is hidden in a carafe of wine in his 1597 oil painting bacchus, one of his most acclaimed works\ne1\te2\tplastic container\tcabinet\tContent-Container\tthen i swept up the dust, which looked like sawdust, and put it in a plastic container, which was in a cabinet under the granite counter top\ne1\te2\tacetone\tsolution\tEntity-Origin\tin the former method the acetone was distilled from an allraline solution after the excess oxidant had been destroyed with sodium\ne1\te2\tguide\troses\tMessage-Topic\tin this comprehensive guide, over 850 roses are described, illustrated, and arranged by group\ne1\te2\tchestnut\tflour\tEntity-Origin_reversed\tchestnut flour was more common than wheat flour in the italian alps a century ago\ne1\te2\tartists\tbook\tProduct-Producer_reversed\tfor us the term artists' book simply means a book made by an artist; a book made as a work of art rather than as a literary artifact\ne1\te2\tsilver\tnecklace\tOther\tmy parents bought her a silver necklace almost identical to the one pictured\ne1\te2\tmotion\tsuction\tCause-Effect\tforward motion of the vehicle through the air caused a suction on the road draft tube\ne1\te2\tbabel\twords\tOther\tpaul friedrich guides us through a babel of words, and worlds of the imagination ranging from his translations from five languages(notably the russian of his literary studies) to the poetry of the indian mexico of his anthropological field work to america writ large -- super highways, a vermont farm, father and child\ne1\te2\tcourtyard\tcastle\tComponent-Whole\tthe picture below shows a view chapel and west range of the inner courtyard of the castle\ne1\te2\tflock\tpigeons\tMember-Collection_reversed\ti was attacked by a flock of pigeons today\ne1\te2\tdecision\tlegal challenge\tOther\tthat decision was also the subject of an unsuccessful legal challenge\ne1\te2\tstream\treactor\tEntity-Origin\tthe exit temperature of an effluent stream from the low temperature steam reforming reactor is not higher than 600 c\ne1\te2\tinvestors\tproperty\tEntity-Destination\tindividual investors moved into the property\ne1\te2\tquestions\tsalary\tMessage-Topic\tone of the trickiest questions to answer in an interview relates to salary\ne1\te2\ttradition\tbiographies\tMessage-Topic_reversed\tthis tradition has been narrated in prophet's early biographies\ne1\te2\tthief\tscrewdriver\tInstrument-Agency_reversed\ta thief who tried to steal the truck broke the igenition with screwdriver\ne1\te2\tunit\tinfantrymen\tMember-Collection_reversed\tafter the marian reforms the legion was notionally a unit of heavy infantrymen armed with just sword and pilum, but even so it was normally fielded with attached auxiliary skirmishers and missile troops, and incorporated a small cavalry unit\ne1\te2\tguns\tcourt room\tEntity-Destination\tthe prosecutors carried guns into the court room\ne1\te2\tmalfunctions\tdelays\tCause-Effect\tthe malfunctions on monday caused delays for patrons waiting to check out or renew books at the branches, and impeded access to personal accounts that allow users to renew or hold books online\ne1\te2\tchemical weapons\tlake\tEntity-Destination\tchemical weapons have been dropped into the lake\ne1\te2\tdwarves\tclan\tEntity-Origin\tmany other dwarves also hailed from this infamous clan\ne1\te2\tnose\tbloodhound\tComponent-Whole\tthe nose of a bloodhound is so good that evidence found by a bloodhound will hold up in matters involving the united states supreme court\ne1\te2\tindustry\tmodels\tProduct-Producer_reversed\tglobal digital music sales grow as the music industry develops new business models\ne1\te2\tdevices\tfactory\tProduct-Producer\tthe devices were manufactured at the factory in beaverton well into the 1980s, when production was shifted elsewhere and portions of the factory sold\ne1\te2\tmuster\tleaders\tMember-Collection_reversed\tan expensive uniform and a strict ballot rendered it somewhat too exclusive in its character, but in the end it answered its purpose by becoming practically a muster of the national leaders of the present and the future\ne1\te2\ttrain ride\tstation\tOther\tthe train ride from station to station is approximate 30 minutes\ne1\te2\trelics\tculture\tEntity-Origin\tthe archaeological site yields relics from long-forgotten culture\ne1\te2\tmaze\tjurisdictions\tOther\ta maze of interlocking jurisdictions and levels of government confronts average citizens in trying to solve even the simplest of problems\ne1\te2\tdamage\tgrowth\tCause-Effect\twater damage from roof leaks, plumbing leaks or flooding lead to the growth of molds\ne1\te2\tscourge\tmosquitoes\tOther\twarm weather is here, and with it comes the scourge of mosquitoes\ne1\te2\tformation\tstones\tOther\tthe formation of struvite stones is associated with the presence of urea-splitting bacteria, most commonly proteus mirabilis (but also klebsiella, serratia, providencia species)\ne1\te2\tenemy\tefforts\tOther\tour army was successfully engaged during the day with strong rearguards of all arms on the petit morin river, thereby materially assisting the progress of the french armies on our right and left, against whom the enemy was making his greatest efforts\ne1\te2\triffraff\tmercenaries\tMember-Collection_reversed\tso when william did cross the boyne on july 1st 1690, he had an army consisting of the riffraff of europe's mercenaries\ne1\te2\tgeometry\tdata\tEntity-Origin\tthe overall geometry of the heart was extracted from the intensity data\ne1\te2\tdiscomfort\tinjury\tCause-Effect_reversed\tthe discomfort from the injury was now precluding him from his occupation which involved prolonged procedures in the standing position\ne1\te2\tcoven\tsorcerers\tMember-Collection_reversed\tflames of purple, pink, yellow and blue dance in the air as a coven of sorcerers call forth energies from within the empyrean\ne1\te2\tconvoy\tlorries\tMember-Collection_reversed\tout of the early morning haze, a convoy of articulated lorries pulls into the gashouder square\ne1\te2\treaders\tancient times\tEntity-Destination\tthis book has transported readers into ancient times\ne1\te2\tenvironment\tprogrammers\tOther\twe always try to maintain the best environment for programmers, starting with good salary and conducive working environment\ne1\te2\tscarab\tbody\tContent-Container\tindeed, a green or black basalt heart scarab was found put inside the body in its place\ne1\te2\tmotorcycle\tbuilding\tEntity-Origin\tthe first motorcycle was manufactured in a small wood building with only one room\ne1\te2\twater\ttides\tCause-Effect\tthe water pushed to the coast resulted in tides as much as three feet above normal, with waves of 5-10 feet atop these tides\ne1\te2\tchapters\tissues\tMessage-Topic\tthe chapters in this book investigate issues and communities\ne1\te2\tparty\tnext day\tEntity-Destination\the rescheduled the birthday party to the next day\ne1\te2\tbacterial aerosol\tnebulizer\tProduct-Producer_reversed\tthe bacterial aerosol was generated from an up-draft nebulizer\ne1\te2\tpeople\tspace\tEntity-Destination\tpeople have travelled into space, but not the deep ocean\ne1\te2\tlanguage\tsettlers\tEntity-Origin\tfor those of you who are unsure what afrikaans is, it is a language which originated from the dutch which were the first settlers in south africa and the unique language was evolved from other settlers from malaya, indonesia, madagascar and west africa\ne1\te2\tbeaver\tdams\tProduct-Producer_reversed\tbeaver dams are created as a protection against predators, such as coyotes, wolves and bears, and to provide easy access to food during winter\ne1\te2\tplay\treligion\tMessage-Topic\tso, the theme of the play has to do with religion\ne1\te2\tdebate\torigins\tMessage-Topic\tthere has been intense debate over the circles' origins\ne1\te2\tear\tlobes\tComponent-Whole_reversed\ti have recently developed creases in my ear lobes\ne1\te2\talcohol\tliquor\tEntity-Origin_reversed\tmanufacturing extra neutral alcohol which is the basic ingredient used for making liquor, the commodity was largely used by companies making indian made foreign liquor (imfl)\ne1\te2\tuser\tstandard\tInstrument-Agency_reversed\tinitially the user calibrates the microscope with a fluorescence lifetime standard positioned at the sample plane\ne1\te2\tprovince\tpart\tComponent-Whole_reversed\tthe province comprises the southeastern part of panay island with island-province of guimaras just across its coast\ne1\te2\tcharge\tfield\tCause-Effect\tthe charge is the source of an electric field, which carries energy-the electrostatic self-energy\ne1\te2\ttardiness\tarrival\tCause-Effect_reversed\tthe tardiness however has been caused by the arrival of my old man; who in true bloodworth fashion has had me walking everywhere\ne1\te2\tkey\tchest\tContent-Container\tthe key was in a chest\ne1\te2\tresidue\tflask\tEntity-Origin\tthe residue was distilled from an arbuzov flask\ne1\te2\train\tarrows\tMember-Collection_reversed\tas the gondorians moved forward the evil force started to withdraw, unleashing a rain of deadly arrows into the heavily armoured gondorians\ne1\te2\tmanuscript\thistory\tMessage-Topic\tit is a medieval latin manuscript relating the early history of the isle of man\ne1\te2\tflood\tdeluge\tCause-Effect_reversed\tthe river had now turned into full flood after the deluge of rain a few days ago\ne1\te2\tsteamer\tengine\tComponent-Whole_reversed\the stopped rowing when the boat was opposite to the paddle wheel of the steamer, and the steamer stopped her engine at the same time\ne1\te2\tumbrella\tpencil\tInstrument-Agency_reversed\tthis is the umbrella that peels the potatoes with a pencil and makes a pink ink with the peelings stood up\ne1\te2\twheat\tale\tEntity-Origin_reversed\tthis american-style wheat ale is a light, unfiltered brew with a citrus aroma andflavor imparted by a late addition of lemon grass\ne1\te2\tcar\tplant\tEntity-Origin\tthe car left the plant\ne1\te2\tarchipelago\tislands\tComponent-Whole_reversed\tour experience extends to 15 years continued promotion of this archipelago of nine islands\ne1\te2\tclay\tmembrane tubing\tContent-Container\tto separate the solids at the end of the experiment, the clay was contained in a semi- permeable membrane tubing\ne1\te2\tsand\tmolds\tEntity-Destination\tthis machine is blowing sand into molds\ne1\te2\tcultivation\tplow\tOther\tthe cultivation consisted of plowing the crop with a double-shovel plow\ne1\te2\tchapter\ttheological survey\tMessage-Topic\tthe final chapter offers a theological survey of the use of the formula\ne1\te2\tscandal\tdocumentary\tCause-Effect_reversed\tshe mentioned the scandal caused by a bbc documentary on the treatment of children in a special-needs home and asked how the state had responded to these\ne1\te2\tshaft\tulna\tComponent-Whole\tisolated fractures of the shaft of the ulna, without other fractures, often result when the forearm is raised to fend off a blow\ne1\te2\tcandidates\troles\tOther\twe have placed the candidates into roles\ne1\te2\tlife\tdisarray\tOther\tfrequent agitations throw academic life into disarray\ne1\te2\tpotter\tceramics\tProduct-Producer_reversed\tstill other examples of the potter's ceramics are clad in slinky assortments of tassels and beads\ne1\te2\tnasal cavity\tbirds\tComponent-Whole\tthe nasal cavity of birds contains turbinates (bang 1971), cartilaginous structures that are thought to have as one of their functions water recovery from air\ne1\te2\ttendon\tmuscle\tOther\tthus, in simple words, a tendon attaches a muscle to a bone\ne1\te2\tpositions\tblack dots\tOther\tpositions were denoted by black dots along the tracks, the adjacent numbers indicating the day of the month\ne1\te2\tradiation\taccident\tCause-Effect_reversed\tthe world health organization(who) found that the radiation release from the chernobyl accident was 200 times that of the hiroshima and nagasaki\ne1\te2\tcellophane bag\tdog treats\tContent-Container_reversed\tmy dog ate a cellophane bag full of dog treats on tuesday\ne1\te2\towl\tclaw\tComponent-Whole_reversed\tthe owl held the mouse in its claw\ne1\te2\thay\tbarn\tEntity-Destination\tthis is how grain was delivered to the wooden grain bins and hay was put inside the upper part of the rock barn\ne1\te2\tartist\tcartoon\tProduct-Producer_reversed\tpolice foiled an attempt to kill an artist who drew a cartoon depicting the prophet muhammad that sparked outrage in the muslim world\ne1\te2\tpaper\tbag\tEntity-Destination\twhen woody harrelson received a copy of the screenplay for \"zombieland\" last year, he stuffed the paper into his duffel bag of unread scripts and promptly forgot about it\ne1\te2\ttreasure trove\tlibraries\tMember-Collection_reversed\tthe city is a treasure trove of terrific libraries, interesting museums, and wonderful victorian architecture complemented by the incomparable work of scotland's greatest architect, charles rennie mackintosh\ne1\te2\tbail\treel\tComponent-Whole\twe leave the bail of the reel open and place your the rod in a double mounted set up as shown on the facing page\ne1\te2\tworks\tkingdom\tEntity-Origin\tthe mapungubwe collection at the university of pretoria features remarkable works from the largely forgotten kingdom of mapungubwe that flourished near the confluence of the limpopo and shashe rivers between 1000 and 1300 ad\ne1\te2\tconfusion\tcoup\tCause-Effect_reversed\talso, in the midst of the confusion caused by the coup, the issuing of militant posters was a way for artists and organizations to declare their active engagement against the rebellion\ne1\te2\tbook\tplanter\tProduct-Producer\tthe title is taken from an 1813 book by a virginia planter and senator named john taylor\ne1\te2\tsociety\tindividuals\tMember-Collection_reversed\tin the same way, a society is built up of many individuals\ne1\te2\tscientist\tnotepad\tInstrument-Agency_reversed\tthe scientist approached the big cat with a notepad and a pencil in her hands\ne1\te2\tphoto\tlibrary\tEntity-Origin\tthe bottom photo is from the new york public library\ne1\te2\taccident\tsnarl\tCause-Effect\tthe accident caused a major traffic snarl on the arterial road\ne1\te2\tsurgeon\tteam\tOther\ttwo plane crash survivors have paid a special visit to the hutt hospital surgeon whose team helped to re-build their shattered faces eight years ago\ne1\te2\tdress\ttrunk\tContent-Container\tthe dress was in a trunk dated summer of 1938 along with several other dresses from this same period\ne1\te2\ttension\tsituation\tCause-Effect_reversed\tthe various forms of idealistic, materialistic and agnostic philosophies are subject to the tension caused by the indicated situation\ne1\te2\tleader\torganization\tMember-Collection\tfrom him, cain learns that alexis had survived his suicide and became the leader of that organization, renaming it delilah\ne1\te2\tdirector\tbook\tProduct-Producer_reversed\tjames hagler, venice's director of historical resources, has completed a picture book of the area's buildings\ne1\te2\tdata\tarrays\tEntity-Destination\ta program has fetched data into host variable arrays\ne1\te2\tthings\ttheatres\tEntity-Destination\trecently, only insignificant things arrive to theatres\ne1\te2\telectrode\tcorrosion\tOther\ttissue damage and electrode corrosion are both associatcd with high charge density stimulation\ne1\te2\tkoala\tpouch\tComponent-Whole_reversed\ttwo of walters's fingers are inside the koala 's pouch\ne1\te2\tduel\tmoles\tMember-Collection_reversed\tin a former residence, your writer had an atrium containing a duel of dovesmoles numbering 22\ne1\te2\tumbrella\tframes\tComponent-Whole_reversed\tto stand up to the wind, umbrella frames are strong yet flexible\ne1\te2\tcontractions\tirritation\tCause-Effect_reversed\tcontractions of the diaphragm are caused by stimulation of the vagus nerve either by the brain or by irritation anywhere along the length of the nerve\ne1\te2\tplane\trunway\tEntity-Origin\ta 15 minute plane drive from runway to terminal is uncommon\ne1\te2\tskeleton\tobject\tEntity-Origin\tthe geometric skeleton is derived from a static object using an implicit 'directions' method\ne1\te2\tfilmmakers\thole\tProduct-Producer_reversed\tthe filmmakers dug a large hole in the ground for the scene where the narnians cause the pillars supporting the growth near aslan's how to collapse on the telmarines\ne1\te2\treport\topinion\tMessage-Topic\tit is a monthly report providing opinion and advice on current united states government contract issues\ne1\te2\tgovernments\tsubsidization\tInstrument-Agency_reversed\tgovernments, frightened of losing votes, resolved the crisis through subsidization\ne1\te2\tdiamond\tnecklace\tOther\tfor christmas, daniel gave kelly a tiffany bracelet, and for valentine's day he bought a diamond necklace\ne1\te2\twake\tbuzzards\tMember-Collection_reversed\twe also passed a wake of turkey buzzards, and i was again glad to not be driving, because my car and i both have shaky nerves still, from the great turkey buzzard incident of '08\ne1\te2\twarts\tvirus\tCause-Effect_reversed\tplantar warts are caused by a virus that infects the outer layer of skin on the soles of the feet\ne1\te2\tsensor\tprocess\tOther\tthe sensor was manufactured in a cost effective thin film process\ne1\te2\tcompeers\tcriminals\tOther\tthe putative left, we see, is just as eager as the nominal right to brand crime and violence with any hint of political motivation as terrorism, and therefore to remove it from the ordinary processes of criminal law and sanction, which are already quite draconian in these united states, and to animate parallel systems of harsher surveillance and punishment for the political compeers of such criminals\ne1\te2\tlist\timages\tComponent-Whole_reversed\tthe list of the 10 most beautiful women posted on the official web site of the 2009 australian open was filled with sleek, thin images\ne1\te2\trope\tprayer-bell\tComponent-Whole\tthe rope of the prayer-bell was there in a perfect state and coiled up\ne1\te2\tman\tpaddle\tInstrument-Agency_reversed\tone man pours on a liquid while the other man stirs the mixture with a wooden paddle or spatula\ne1\te2\talliance\tclasses\tMember-Collection_reversed\tbesides, the chinese case also challenges some ideas of rss theory, including the concept of alliance of different social classes and the role of working class in democratization\ne1\te2\toperations\tnearby countries\tEntity-Destination\tas the us and colombian military put pressure on drug traffickers, operations are migrating into nearby countries\ne1\te2\tcover\tewer\tContent-Container\ta conical cover preserved in a ewer in athens accords extremely well with the form of these vessels\ne1\te2\tmachine\tpicks\tComponent-Whole_reversed\tthe front of the boring machine contains tungsten-tipped picks that workers guide with the use of laser projections on video screens\ne1\te2\timmigrant flows\tmicrosimulation\tEntity-Destination\tthey incorporated the immigrant flows into microsimulation\ne1\te2\tboys\tcreek\tEntity-Origin\ti have always felt so relieved that roy and the boys had left the creek\ne1\te2\treport\tstrategies\tMessage-Topic\tthe first report analyses the adaptation strategies of the eu member states\ne1\te2\tcolony\tpower\tProduct-Producer\tcook's discoveries prepared the way for establishment of a new penal colony by the colonial power\ne1\te2\tgene\tgeneration\tOther\tthis process passes on a health gene to the next generation\ne1\te2\ttelescope\teye\tInstrument-Agency\ta telescope assists the eye chiefly in two ways\ne1\te2\tboy\tbathroom\tEntity-Destination\tthe boy accidentally went into the girl's bathroom\ne1\te2\tdocument\tfolder\tContent-Container\tthe document is stored in the proper folder as a text\ne1\te2\tpages\tscene\tMessage-Topic\tunfortunately, they just had brief mentions and more pages were spent describing the clubs scene\ne1\te2\tweather\tconditions\tOther\tthe map to the left shows a snapshot of weather conditions in selected towns across italy\ne1\te2\tpassel\tpigeons\tMember-Collection_reversed\ti reflected on this while passing a passel of pigeons parading on a loop sidewalk the other day\ne1\te2\tresources\twine\tOther\tthe retailers poured resources into promoting low-alcohol wine\ne1\te2\tmoney\tbaskets\tContent-Container\tfiscus was the treasury of the roman emperor, so-called because the money was stored in baskets\ne1\te2\tchemicals\tatmosphere\tEntity-Destination\thundreds of toxic chemicals were released into the atmosphere\ne1\te2\tpart\tchapel\tOther\tthe final part of the court is completed by the chapel, begun by mary i in 1554 in memory of her father\ne1\te2\tmobile\tbelly\tContent-Container\tmobile lost in the ocean was found in a cod belly\ne1\te2\tflyer\tworkshop\tMessage-Topic\tthe flyer advertised a two-week workshop being conducted at the university this summer\ne1\te2\thotel\treconstruction\tOther\tthe hotel arose from the reconstruction of historical building\ne1\te2\tedition\tfindings\tMessage-Topic\tthis revised edition incorporates new research findings and advances in the treatment of genetic disorders, including gene-directed therapies\ne1\te2\tfish\tshoal\tMember-Collection\tfish swim in a shoal, but they fall one by one\ne1\te2\tbookmarks\tfile\tEntity-Destination\tall bookmarks have been exported to a single file\ne1\te2\tteam\tnanoparticle\tInstrument-Agency_reversed\tthe team used the newly-developed nanoparticle to build therapies for treating individuals with cardiovascular disease\ne1\te2\trevelation\tphone call\tMessage-Topic_reversed\ttobia made a stunning revelation in a phone call in september 2002\ne1\te2\tsiege\therons\tMember-Collection_reversed\tit was also home to a bale of snapping turtles and a siege of great blue herons\ne1\te2\tindenter\tmaterial\tEntity-Destination\tthe indenter is pushed into the material, and both the load and displacement increase\ne1\te2\tissue\tmembers\tEntity-Destination\tthe latest issue of five bells has been sent to poet union members\ne1\te2\tcruisers\tfittings\tComponent-Whole_reversed\tcruisers and large yachts have much more sophisticated fittings that that require more skills\ne1\te2\taccused\tkirpan\tInstrument-Agency_reversed\tthe accused killed the victim with a kirpan and separated the head from the body and threw it in a canal near nabha\ne1\te2\tshiver\tsharks\tMember-Collection_reversed\tthere are enough gills there to serve the oxygen demands of an entire shiver of whale sharks\ne1\te2\tcapsule\ttube\tEntity-Destination\tthe inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube\ne1\te2\tdoll\tstockings\tComponent-Whole_reversed\tthe finished doll was made with stockings for the face and a baby sock for the body\ne1\te2\tdocuments\thistory\tMessage-Topic\tit is the document repository of extremely valuable archival documents illustrating the history of the spanish empire\ne1\te2\tchoreographer\tmoves\tOther\tthis \"all around immature nice guy\" is, above all, a choreographer, having devised the moves to the film adaptation of hairspray\ne1\te2\tstate\tpackage\tOther\tthe state has assembled a $230 million incentive package to lure the project, which could mean as many as 9000 jobs\ne1\te2\tbottle\tcarbonated beverage\tContent-Container_reversed\twhen you strike someone with a bottle full of carbonated beverage, apparently a vacuum is created and then quickly refills, which is somehow capable of breaking the glass\ne1\te2\twire\tpail\tContent-Container\twelding wire is coiled in a pail and used as an electrode in an automatic or semiautomatic welding operation\ne1\te2\tearthquake\tblackout\tCause-Effect\tthe stong earthquake caused a blackout on the sound stage and short-circuited some of the neon-tubed violins\ne1\te2\tconfigurations\tdrawings\tMessage-Topic_reversed\tvarious configurations have been illustrated in the drawings\ne1\te2\thead\tpolice\tMember-Collection\tavci was the head of the chief of the police in diyarbakir between 1984 and 1992\ne1\te2\tseries\ttitles\tComponent-Whole_reversed\tthe series comprises some re-issues of the previous books, as well as new titles\ne1\te2\tstudents\tbarricade\tProduct-Producer_reversed\tthe agitating students also put up a barricade on the dhaka-mymensingh highway disrupting vehicular movement for about two hours from 10:30am to 12:30pm\ne1\te2\tsolution\tcreation\tOther\tthe solution comprises the creation of a decentralized internet host name resolution system with flat hierarchy on the basis of metrized small world data structure\ne1\te2\ttension\tstress\tCause-Effect_reversed\ttension release by mega food contains sensoril, a clinically studied extract of a ashwagandha that helps to inhibit fatigue and physical tension from everyday stress\ne1\te2\thill\tcorn\tOther\twith an innate desire to know and to do, mankind has progressed past placing a dead fish in every hill of corn, beans and squash\ne1\te2\tchocolate\tjars\tEntity-Destination\tmayans charted venus's motion across the sky, poured chocolate into jars and interred them with the dead\ne1\te2\telephant\tanimal\tEntity-Origin\tthe elephant descended from an aquatic animal\ne1\te2\tmeeting\tshareholders\tOther\ta special meeting of the shareholders of lydia diamond was held on december 23rd, 2009 and the sale was approved by the shareholders\ne1\te2\tneedle\tmachine\tEntity-Destination\the inserted a needle into the tattoo machine\ne1\te2\tquality\toocytes\tOther\tthe aim of this study, therefore, was to examine the embryo quality obtained from vitrified, warmed oocytes in a standard infertility population\ne1\te2\tletter\tgroup\tEntity-Destination\tthe letter was sent from group to group of the dispersed believers to try and build them up \"to encourage them\" to fill them with hope\ne1\te2\tcardiovascular disease\tmorbidity\tCause-Effect\tcardiovascular disease is one of the leading causes of morbidity and mortality in the uk, as well as in the developed and the developing world\ne1\te2\tgeoid\tellipsoid\tOther\tthe level surface closest to the mss, known as the geoid, departs from an ellipsoid by about 100 m in each direction\ne1\te2\tbeans\tflask\tEntity-Destination\tafter soaking them overnight, we slipped the beans into a fairly wide-necked wine flask that's been peeled of its straw wrapper\ne1\te2\tdizziness\tsinus pressure\tCause-Effect_reversed\tdizziness from nasal and sinus pressure usually can be seen on a good nasal examination and a ct of the sinuses\ne1\te2\tstudy\tapproach\tInstrument-Agency_reversed\tstudents actually benefit from study through an sts approach\ne1\te2\tgovernor\tappearances\tOther\tin the 2006 campaign, the governor won the hispanic vote with appearances such as one at casa de maryland\ne1\te2\tbomb\thandcart\tContent-Container\tthe bomb was hidden in a handcart near the mar toma church, also known as church of st. thomas, in the city of mosul\ne1\te2\tfistful\tcoupons\tMember-Collection_reversed\tshe does, however, remember walking through campus when a chipper salesman gave her a fistful of bright orange coupons offering her and her friends complimentary slices of pizza\ne1\te2\tbook\tsoftware\tEntity-Destination\ti have imported an audio book into the software\ne1\te2\tsoldiers\tjungle\tEntity-Destination\tthe soldiers moved into the deep jungle\ne1\te2\tchair\tcorporation\tOther\tthe chair of the corporation, at the time of election, shall be either a former president, the retiring president, or a member (not emeritus) of the corporation\ne1\te2\thole\tpiece\tOther\tthe hole was found in a piece of the package that was ripped off near its edge\ne1\te2\tmummy\twooden coffin\tContent-Container\tthe mummy originally was inside a wooden coffin, which had deteriorated\ne1\te2\tmeeting\tlaws\tCause-Effect\tthis meeting establishes the laws which govern the church and the priorities for the coming year\ne1\te2\tgame\tpacking\tContent-Container\tthe game was sealed in the original packing, unopened and untouched\ne1\te2\tnerve\tcistern\tComponent-Whole\tthe oculomotor nerve rests in a cistern within the sinus roof\ne1\te2\tbody\tsack\tEntity-Destination\ta baby girl was murdered and her body stuffed in a sack and dumped in a water body in the capital's pallabi area\ne1\te2\tmodel\tterritory\tEntity-Destination\tthe new model is moving into new territory with revisions\ne1\te2\tpriests\twork\tOther\the also pointed out that on the sabbath the priests broke the commandment with priestly work\ne1\te2\tsagas\toral culture\tEntity-Origin\tthe sagas developed from the oral culture of the viking age\ne1\te2\twalls\thospital\tComponent-Whole\thogarth also decorated the walls of the hospital with works of art donated by contemporary british artists\ne1\te2\tsolution\trefrigerator\tContent-Container\tthey are storing the solution in a non-food refrigerator to avoid degradation and transfer what is immediately needed to a spray bottle for manual cleaning\ne1\te2\tmoney\tproject\tEntity-Destination\tin a desperate attempt, the company poured money into the project\ne1\te2\tfarmer\tmule\tInstrument-Agency_reversed\tmy grandparents rest beneath a stone that shows a farmer plowing with a mule, an emblem of the way they began their lives together back in the 1930s\ne1\te2\tflower\tbuds\tComponent-Whole_reversed\tthe temperature at which flower buds are injured depends\ne1\te2\tclothes\tbox\tContent-Container\ther clothes were in a box with no lid sitting on the next higher step\ne1\te2\tventer\tcell\tComponent-Whole_reversed\tthe venter encloses a venter canal cell and an egg cell\ne1\te2\tfeedback\tchapter\tMessage-Topic_reversed\tfeedback, as defined earlier in this chapter, is information that can be used to modify or maintain previous behaviours\ne1\te2\ttrain\tpoint\tEntity-Origin\tthe train arrives from a distant point and bears down on the viewer, finally crossing the lower edge of the screen\ne1\te2\tbody\tsack\tContent-Container\tin a shocking incident, the body of a 10-year-old school boy, a resident of jaylal munshi ka rasta in nahargarh area, was found in a sack with his mouth glued with feviquick on the railway tracks near chanani railway station in niwai area of tonk district on thursday evening\ne1\te2\tdraught\tsalmons\tMember-Collection_reversed\the likewise directed edric to fling out his nets, who was rewarded with a miraculous draught of salmons\ne1\te2\twebsite\tsoap operas\tMessage-Topic\tfive has launched a website, holy soap, dedicated to popular television soap operas across all channels\ne1\te2\tsystem\tlines\tComponent-Whole_reversed\tthe aroon indicator system consists of two lines, 'aroon(up)' and 'aroon(down)'\ne1\te2\towner\tfire\tProduct-Producer_reversed\tthe fire started when the owner lit a fire behind the house\ne1\te2\twriter\tletters\tProduct-Producer_reversed\ta street writer who specialises in love letters becomes involved with one of the addressees\ne1\te2\tname\tvote\tEntity-Origin\tthe name of the aquarium was derived from a public vote amongst japanese people\ne1\te2\tpoodle\tacre\tEntity-Destination\tshe has fetched the poodle into the same acre of ground as pup\ne1\te2\tfear\tcrowd\tCause-Effect_reversed\tphobia like fear from crowd, fear from insects, fear from height etc all contribute in developing the anxiety disorder\ne1\te2\tavalanches\tmass\tEntity-Origin\tthe avalanches originated in an extensive mass of rock that had previously been hydrothermally altered in large part to clay\ne1\te2\texhibition\tfight\tMessage-Topic\tthe exhibition describes the fight against the forces of nature that has been central to the history of vasa ever since it sunk in 1628\ne1\te2\twax\tcan\tEntity-Destination\twe placed some wax into the old tin can\ne1\te2\tnose\tplane\tComponent-Whole\ti looked straight under the nose of the plane and sure enough, i was directly over the tiny airstrip\ne1\te2\texecutive board\tcompany\tComponent-Whole\tthe executive board of this company reported on its activities and answered questions from the audience\ne1\te2\ttoys\tfuture\tEntity-Origin\tthey have also taken a very personal story about one family and a box of toys from the future and turned it into an epic story in which childlike innocence saves the human race\ne1\te2\tpocketwatch\tmainspring\tComponent-Whole_reversed\the unwinded the pocketwatch by letting down the mainspring, a ribbon of tightly rolled steel inside the mainspring barrel\ne1\te2\ttelevision network\tarts\tMessage-Topic\tovation is the television network devoted exclusively to the arts, featuring programming on visual arts, theater, opera, music and dance\ne1\te2\tlaws\tcrimes\tMessage-Topic\ta penal code is a portion of a state's laws defining crimes and specifying the punishment\ne1\te2\traspberry\tsyrup\tEntity-Origin_reversed\ta normal beer is 8 zlots (2 euros) and a beer with raspberry syrup is 9 zlots\ne1\te2\tstars\theavens\tOther\tin a cloudless, new moon sky, a billion stars lit the heavens\ne1\te2\ttransmission\ttransmitter\tCause-Effect_reversed\tthe hidden preamble or timing signal is employed to mark the time of commencement of the transmission of information pulses from a transmitter\ne1\te2\tpeep\tchickens\tMember-Collection_reversed\tin a peep of bantam chickens, proliferative skin lesions were observed on the shanks of 6 of 29 birds, with digit necrosis observed in some birds\ne1\te2\tcover\tarticle\tMessage-Topic_reversed\tthe cover of the inner artwork of the record was analysed in an article published in 2008\ne1\te2\tconfrontation\tcommotion\tCause-Effect\tdoe's confrontation with the flight attendant caused a commotion on the plane, prolonged the flight's delay, and added to the aggravation already being felt by the passengers and crew\ne1\te2\tworkers\thoneycomb\tProduct-Producer_reversed\tthe workers build the honeycomb in which the eggs are laid and the honey and pollen is stored\ne1\te2\tcutting board\tbox\tContent-Container\tthe blue plastic cutting board behind it was in a box lot i bought at an auction\ne1\te2\twolf\tpack\tMember-Collection\tinstead of \"dominance\" and \"submission\", he uses the terms \"assertiveness\" and \"passiveness\" to reflect the role of the wolf in the pack\ne1\te2\tprotein\tgene\tOther\tthe chronic myelogenous leukemia-specific p210 protein is the product of the bcr/abl hybrid gene\ne1\te2\taudit\tfinancial statements\tOther\tthe purpose of the audit was to report on the financial statements\ne1\te2\tstomach\tgravel\tContent-Container_reversed\tthe stomach was full of fine gravel and small seeds\ne1\te2\tthrong\tfoes\tMember-Collection_reversed\ti bore my chalice safely through a throng of foes\ne1\te2\tcoffin\tcase\tContent-Container\tthe body is already removed for an autopsy and placed in a lead coffin, which is put inside a wooden case\ne1\te2\treduction\trelaxation\tCause-Effect_reversed\tthe increase of the signal might correspond to formation of the high-density excitons, while the reduction of the signal originates from the relaxation\ne1\te2\tdevastation\ttornado\tCause-Effect_reversed\twe estimate a wind speed associated with the devastation caused by the tornado\ne1\te2\trobot\tstates\tComponent-Whole_reversed\tthe robot reached the goal using a smaller number of internal states than with the conventional methods\ne1\te2\tindicator\tcondition\tCause-Effect_reversed\tthe basic indicator of the health condition of trees, stands and forests is tree defoliation\ne1\te2\tdeficits\tpeople\tCause-Effect_reversed\tthe deficits are caused by people saving too much of their money\ne1\te2\tteacher\tblackboard\tInstrument-Agency_reversed\ta teacher writes a whole number less than 50000 on the blackboard\ne1\te2\twedge\tswans\tComponent-Whole_reversed\tit was a whole flying wedge of white swans flying over wall street marking the market in their own charming way\ne1\te2\tfriend\tlove\tOther\tunfortunately, my friend falls in love easily and breaks her heart all the time\ne1\te2\twind\tdelays\tCause-Effect\theat, wind and smoke cause flight delays\ne1\te2\tillnesses\tdiseases\tCause-Effect_reversed\tin developing countries four-fifths of all the illnesses are caused by water-borne diseases, with diarrhoea being the leading cause of childhood death\ne1\te2\trectangles\tcook\tProduct-Producer\tthis has made it much richer, rather like fried bread and altogether different from the crisp rectangles produced by the modern cook\ne1\te2\tbillions\tproducts\tEntity-Destination\tbillions flow into unit trust-linked products\ne1\te2\tcorporation\trailways\tProduct-Producer_reversed\tthe corporation has constructed railways in ukraine, guinea, iran, iraq, and syria\ne1\te2\tglamour\texhibition\tMessage-Topic_reversed\tthe faded glamour of american roadside diners, cinemas and motels is the subject of a new photography exhibition at the fox talbot museum\ne1\te2\tresetting\tsignal\tOther\tafter completing the resetting through the reset signal, the bit period transmitted by the master module 30 is received\ne1\te2\tdestruction\tbombing\tCause-Effect_reversed\tthe destruction caused by the bombing of attorney general palmer's home\ne1\te2\tkit\ttoggle switch\tComponent-Whole_reversed\tthe kit includes an on-off-on toggle switch for the clipper switching and modifications\ne1\te2\tblood\tanimal\tEntity-Origin\tblood arrives from the animal via suitable tubing and enters the pump\ne1\te2\tmesencephalon\ttectum\tComponent-Whole_reversed\tin biological anatomy, the mesencephalon (or midbrain) comprises the tectum (or corpora quadrigemini), tegmentum, the ventricular mesocoelia (or \"iter\"), and the cerebral peduncles, as well as several nuclei and fasciculi\ne1\te2\tconstruction\tnext year\tEntity-Destination\tthe company rescheduled the new construction to early next year\ne1\te2\tship\tjug\tContent-Container\ta sailing ship is scratched in a jug marked \"g. goodale, hartford.\ne1\te2\tconsciousness\tfuture\tEntity-Destination\tpast consciousness is travelling into the future\ne1\te2\talligator\tpick\tComponent-Whole_reversed\tabout two months later, the baby alligator breaks open the egg with a sharp pick on the end of the nose called an \"egg tooth\"\ne1\te2\tchapters\tbook\tComponent-Whole\tbecause some of these terms are used in the case study chapters later in the book, they are defined here now\ne1\te2\tplane\tcrate\tContent-Container\tthe plane was in a crate and the put on a flatbed truck and taken to the sar hangar\ne1\te2\twater\thand\tEntity-Destination\the held the vessel with his right hand and poured water into his left hand, and washed his hands up to the wrist\ne1\te2\tvapor\toceans\tEntity-Origin\tmost of the vapor that is in the air evaporated from the surface of the oceans\ne1\te2\tsound\tdrum\tCause-Effect_reversed\tthe second biggest factor affecting the sound produced by a drum is the tension at which the drum head is held against the shell of the drum\ne1\te2\tcaravan\tdepo\tEntity-Origin\tone of my woodworkers got imprisoned as a result of a bloody noble putting up an export ban after the caravan had left the depo\ne1\te2\ttea\tglass\tContent-Container\tthe tea was in a glass with pink flowers on the rim, served on a small porcelain plate with a european pastoral scene of a man in knee britches holding hands with a woman in a long dress\ne1\te2\tplant\tsteel\tProduct-Producer_reversed\tthe second memorable shift was in september, when the plant made the 75-millionth ton of steel\ne1\te2\tbox\tcontroller\tComponent-Whole_reversed\tthe box regulated the temperature using an odoff controller and t2 as temperature reference\ne1\te2\tlandslide\tearthquake\tCause-Effect_reversed\tthe largest landslide triggered by the earthquake is located approximately 32 kilometers southeast of muzafarrabad in a tributary valley of the jhelum river\ne1\te2\tmeinie\tknights\tMember-Collection_reversed\tbut, lord king, he has with him a meinie of full forty knights\ne1\te2\tmechanism\tpatella\tComponent-Whole_reversed\tthis extensor mechanism is composed chiefly of the quadriceps femoris (rectus femoris, vastus lateralis, vastus intermedius, vastus medialis), quadriceps tendon, patella, and patellar tendon\ne1\te2\tbag\tcondoms\tContent-Container_reversed\ti carried a bag with condoms in it, and i gave them out\ne1\te2\tdebris\tcrash\tCause-Effect\tthe debris caused a crash on the schuylkill, and it has been closed for hours because of the mishap\ne1\te2\tfire\tblasts\tCause-Effect_reversed\ta fire triggered by the blasts damaged eight buildings at the plant, including one that was burned down\ne1\te2\tstandards\tdiscussion\tMessage-Topic_reversed\tthese standards are under discussion and not yet published\ne1\te2\tmacaque\tcoat\tComponent-Whole_reversed\thowever, the barbary macaque grows a big thick coat for the winter, which means they can live outside all year\ne1\te2\tcongressmen\tparty\tMember-Collection\tanderson is regarded as one of the most able and articulate members of congress, but he has a voting record that is anathema to most other congressmen in his party\ne1\te2\tsediments\tlake\tEntity-Destination\tthe melt water has transported sediments into the lake\ne1\te2\treview\tcommentary\tComponent-Whole_reversed\tthe review published political commentary and opinion, but even more than that\ne1\te2\tannouncement\treview\tMessage-Topic\tnus today responded to the government's announcement of the long-awaited review of university funding\ne1\te2\thandbag\tdisplay case\tContent-Container\tthe handbag was locked in a glass display case\ne1\te2\tpoem\triverside\tOther\tin his poem, written by the riverside near the battle-ground, mr. emerson alluded to \"yon stem headstone\"\ne1\te2\tintestines\tabdomen\tEntity-Destination\tthe intestines have migrated into the abdomen from the umbilical cord\ne1\te2\tfaults\tcancellations\tCause-Effect\tmechanical faults caused delays and cancellations on wellington's suburban train services this morning\ne1\te2\tcritic\tnovel\tProduct-Producer_reversed\tcaryn james, a film critic for the new york times, has just completed a novel\ne1\te2\tincidents\tbooks\tMessage-Topic_reversed\tthe incidents of his travels were related in a succession of books\ne1\te2\tfocus\tbutton\tEntity-Origin\tthe focus is going away from the display button\ne1\te2\tasparagus\tcancer\tOther\tasparagus is a natural cure for cancer\ne1\te2\tmustering\tstork\tMember-Collection_reversed\tvillagers in the netherlands are glad to have a mustering of stork visit them\ne1\te2\tcraniopharyngioma\tbone\tEntity-Origin\ta case of craniopharyngioma originating in the sphenoid bone is presented\ne1\te2\tbook\tpool\tMessage-Topic\tearly in the book, a seashore tide pool is used as an exquisite metaphor for discovery\ne1\te2\tpower\tgrid\tEntity-Destination\tthe remaining power is exported to the grid\ne1\te2\tpressure\tdisc\tCause-Effect_reversed\trelieve spinal stenosis by enlarging the spinal canal to relieve pressure on the spinal cord that has been caused by a herniated or bulging disc\ne1\te2\tsinus rinse\tear canal\tEntity-Destination\tthe sinus rinse went into ear canal\ne1\te2\tfactory\tplates\tProduct-Producer_reversed\tin 1882 louis developed a method of making photographic plates, and by 1894 the brothers' factory was producing 15 million plates a year\ne1\te2\tcold air\tmountains\tEntity-Destination\tcold air at the surface moved southward into the mountains of colorado\ne1\te2\tmission\tmonkeys\tMember-Collection_reversed\tthe translucent blue plastic belied the heady resonance of the instrument, and like a mission of monkeys, several coworkers were lured into the room by the dulcet tones of my accordion\ne1\te2\tquiver\tcobras\tMember-Collection_reversed\ther shallow waters seethe at times, standing tall and swaying back and forth like a quiver of king cobras\ne1\te2\troach\tsail\tComponent-Whole\tthe curved roach on a square sail was dependent on the angle or height of the stay immediately below it\ne1\te2\tlimestone\tpieces\tComponent-Whole_reversed\tcoquina is a poorly consolidated limestone composed of pieces of coral or shells\ne1\te2\theartwood\thematoxylin\tEntity-Origin_reversed\tthe dark heartwood is the source of the brilliant red dye hematoxylin\ne1\te2\tbeer\tdog\tOther\tthe beer acts as a great hair of the dog\ne1\te2\tcompany\tproblem\tOther\tthe company has run into a financial problem over the last few years\ne1\te2\tspans\tbridge\tComponent-Whole\tthe curved spans of the bridge are the original sections\ne1\te2\tgirl\tstick\tOther\ta girl plays her violin on a pogo stick\ne1\te2\tsurgeon\tsplints\tInstrument-Agency_reversed\ta surgeon carefully applies the splints to the forearm\ne1\te2\tbody\tduffel bag\tContent-Container\tthe body was inside a duffel bag that was secured with duct tape\ne1\te2\tscientist\tniece\tOther\tmado manages to escape and kidnaps the scientist's niece\ne1\te2\tclothing\tfactory\tProduct-Producer\ta friend had given her purple scraps from a clothing factory in a nearby town\ne1\te2\tpeanut butter\tcookies\tEntity-Origin_reversed\tpeanut butter cookies are simply cookies that use peanut butter as one of the ingredients\ne1\te2\tseeds\tstratification unit\tEntity-Destination\tfall planting cannot be completed before the ground freezes, so i stored the seeds in a stratification unit until spring\ne1\te2\tcranberry\tsauce\tEntity-Origin_reversed\ttwo years ago i made cranberry sauce to die for\ne1\te2\tbarren\tmules\tMember-Collection_reversed\tone of the grand canyon tour guides has a barren of mules for the tourists to ride down into the canyon\ne1\te2\tcancellation\tairline\tCause-Effect_reversed\tpassengers have rights in the event of a delay or cancellation that has been caused by the airline\ne1\te2\tsupreme court\tprotections\tInstrument-Agency_reversed\tthe supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment\ne1\te2\tbody\tcypress coffin\tContent-Container\tthe pontiff's body was contained in a plain cypress coffin\ne1\te2\tguides\tmaps\tMessage-Topic\tbrief guides have been prepared on maps, school histories, electoral rolls, land tenure, government buildings, railways and hotel licensing\ne1\te2\ttenant\thome\tEntity-Origin\ta without notice injunction was obtained at very short notice under which the tenant was excluded from his own home and the block of flats in which he lived\ne1\te2\torphan\tbachelor\tOther\tthe screenplay by patterson mcnutt and arthur j. beckhard focuses on the adoption of a young orphan (shirley temple) by a wealthy bachelor (john boles)\ne1\te2\tessay\torigins\tMessage-Topic\tthe essay inquires into the origins, nature, and usage of the term in multiple contexts\ne1\te2\tsorrow\tloss\tCause-Effect_reversed\thowever susanoo was in sorrow after the loss of his mother and he was raging in his kingdom\ne1\te2\tearthquake\teruption\tCause-Effect_reversed\tbut the earthquake triggered by the eruption of thera struck first\ne1\te2\tadvances\tbiology\tOther\tour objective is to review advances in the molecular biology and pharmacogenomics of lung cancer and how they apply to personalizing medicine\ne1\te2\tpaper\ttechniques\tMessage-Topic\tthis paper is a review of frequency stability measurement techniques and of noise properties of frequency sources\ne1\te2\tdiabetes mellitus\tblindness\tCause-Effect\tdiabetes mellitus is one of the leading causes of irreversible blindness worldwide, and, in the united states\ne1\te2\tcrew\tinvestigation\tOther\tthe crew assisted with the investigation and was in service for around an hour\ne1\te2\tdata\toperations\tOther\tthis data has been concerning primarily assembly operations\ne1\te2\tbid\tcompany\tProduct-Producer\tthe third bid was from a window company that does its own installation\ne1\te2\thurdles\tdrilling\tOther\tinterior chief adds hurdles for drilling on public lands\ne1\te2\tcomma\tscribe\tProduct-Producer\twhen the amendment was transcribed, the semicolon in the religious exemption portion was changed to a comma by the senate scribe\ne1\te2\tpellets\tcavities\tEntity-Destination\tthe fibre pellets were blown into cavities using special equipment\ne1\te2\twinemaker\tgrapes\tInstrument-Agency_reversed\tthe winemaker carefully chose grapes from different lots in the vineyards and blended them into this wonderful pinot\ne1\te2\tpin\tconnector\tComponent-Whole\tthe pin of the connector is inserted through the hole and connected to the microstrip circuit\ne1\te2\tinsulation\tcarafe\tOther\tit is the most efficient and compact form of insulation in a carafe, and it's unbreakable\ne1\te2\tbook\tauthors\tProduct-Producer\tearly in the book, the authors review why the groundswell is taking off and how to participate, and they identify the \"tools\" - blogs, wikis and so on - that drive the groundswell\ne1\te2\tirritation\tfungus\tCause-Effect_reversed\tgetting help has reduced the time to reverse all the irritation that had been caused by the fungus\ne1\te2\tflower\tpond\tEntity-Origin\tthe pure lotus flower blooms out of the muddy pond\ne1\te2\tbed\tsnakes\tMember-Collection_reversed\tthe 13th gate offers 13 themed experiences to make every nightmare seem real from crawling through a crematory oven and an old hearse to being lost in dark underground tunnels or finding yourself standing on a rickety bridge over a bed of live snakes\ne1\te2\thamper\tgoodies\tContent-Container_reversed\the was generous enough to bring in a hamper of festive goodies for one of you lot to win\ne1\te2\timpetus\tveteran\tEntity-Origin\tmuch of the impetus behind the formation of the fund came from a wounded vietnam veteran\ne1\te2\tsatisfaction\tpurchase\tCause-Effect_reversed\ton the other hand, the higher the satisfaction from the purchase, the greater the benefit of word-of-mouth referrals and repeat purchasing\ne1\te2\tcamaraderie\trunners\tOther\talthough big city marathons offer great crowd support and a large camaraderie of runners, running in a big city marathon is not for everyone\ne1\te2\tkinship systems\tgrandparents\tOther\tin 48% of the divorces, the kinship systems of grandparents expanded with divorce through one or more of the following four processes\ne1\te2\trestaurant\tagent\tInstrument-Agency_reversed\tthe restaurant first cleaned the floor with a company-approved cleaning agent before the cof test was conducted\ne1\te2\tpackage\treceiver\tComponent-Whole_reversed\tthe package includes an audio and video receiver that transmits information to the plasma display\ne1\te2\taccident\tnegligence\tCause-Effect_reversed\tdistrict judge without a jury and judgment was entered for the defendants on the ground that the accident was caused by the plaintiff's own negligence\ne1\te2\tcoffee\tmug\tContent-Container\twhen it was ready, my coffee arrived in a mug instead of to go as i had ordered it\ne1\te2\tglut\tsavings\tOther\tthe world is experiencing an unprecedented glut of savings, driving down real interest rates\ne1\te2\tnuts\tplane\tInstrument-Agency\tin this manner, nuts from the amazon powered a plane\ne1\te2\tcase\ttree\tOther\tthe case centers on a tree at a high school that was a meeting place for white students\ne1\te2\tarrays\tholes\tMember-Collection_reversed\tthe influence of hole shape on extraordinary optical transmission was investigated using hole arrays consisting of rectangular holes with different aspect ratios\ne1\te2\tcomment\tstudents\tProduct-Producer\tfor many years, a recurring comment by the senior dental students at louisiana state university school of dentistry (lsusd) during exit interviews is their lack of confidence regarding the business aspects of running a dental practice\ne1\te2\tflowers\tchapel\tEntity-Destination\tflowers are carried into the chapel\ne1\te2\tdocuments\tpolicies\tMessage-Topic\tthe documents define policies, procedures, training, and auditing\ne1\te2\trage\tfight\tOther\tstill filled with rage after the fight with the darkside, i rush at ansem, light and dark energy overflowing from me\ne1\te2\talarm\tfire\tCause-Effect_reversed\tthe children descend the ladder after hearing the fire alarm which has been triggered by the wood work workshop catching fire\ne1\te2\tguys\tnets\tInstrument-Agency_reversed\tthe guys catch the shad with gill nets\ne1\te2\tsection\tstore\tComponent-Whole\tas we watched the videotape, we noticed that for some unknown reason men were tending to wander over toward the glassware section of the store\ne1\te2\twaistband\tunderwear\tComponent-Whole\tthe site has free galleries of pics of guys showing the waistband of their underwear above their jeans\ne1\te2\tplot\tgirl\tMessage-Topic\tthe plot centers around a young girl who must decide between helping her community that is being falsely accused of witchcraft or staying silent to protect her family\ne1\te2\tcatamaran\ttiller\tComponent-Whole_reversed\ta catamaran tiller having a grip is provided to permit tension to be applied to the tiller more easily\ne1\te2\toil\tcountries\tEntity-Destination\tthis oil company imports oil to some countries illegally\ne1\te2\tblogging\tplaces\tOther\tsometimes the best blogging is going on well away from the most visible places\ne1\te2\tnurses\tjars\tInstrument-Agency_reversed\tsome of the nurses drank the alcohol out of jars containing diseased human viscera\ne1\te2\ttopics\tliterature\tEntity-Origin\ttwo broad topics emerging from the literature on fiscal forecasting are reviewed\ne1\te2\trepresentative\tkey\tInstrument-Agency_reversed\tthe nrc, rso, and the first bank representative accessed the vault with the key\ne1\te2\tplatform\tship\tComponent-Whole\tthe drill platform was a part of the romulan mining ship narada that could be lowered into the atmosphere of a planet or planetoid for mining operations\ne1\te2\tcar\tplant\tProduct-Producer\teighty years on from the first pipes being laid for the car plant, unemployment is at 2 million and rising\ne1\te2\tentrance\tpalace\tComponent-Whole\thowever, greg saw people inside and went to the front entrance of the palace and was able to use enough russian to communicate with the guide and get permission to buy our tickets without waiting to come inside for a tour\ne1\te2\tclarinet\trecorder family\tEntity-Origin\tthe clarinet developed from the recorder family, and is closely related to the saxophone\ne1\te2\tauthor\twork\tProduct-Producer_reversed\tthe author's reasons for creating a work differ remarkably from his incentive to publicly distribute the work\ne1\te2\tpaddle\tmicroaccelerometer\tComponent-Whole\tthe paddle of the microaccelerometer is designed symmetric with respect to the direction of the beam\ne1\te2\tsoldiers\twall\tProduct-Producer_reversed\tnext the soldiers put up a wall of stakes on the pile of dirt\ne1\te2\thookah\twater\tInstrument-Agency_reversed\tthe hookah filters the smoke through water, making the end result much less harsh and allowing the flavor of the smoke to really come through\ne1\te2\tnegotiations\tapprentice training\tMessage-Topic\tthen there's labour - where negotiations are under way on issues such as apprentice training\ne1\te2\ttrembling\tfinches\tMember-Collection_reversed\tthere's a trembling of finches on my lawn\ne1\te2\tincident\tsensation\tCause-Effect\tthe incident caused a brief sensation on the web among people suspicious that it was a political commentary\ne1\te2\tcomputer\tscreen\tComponent-Whole_reversed\tthis is a guide teaches you how to make a video tutorial by recording the computer screen without camera in minutes\ne1\te2\tnavy\tcrew\tOther\tthe navy searched the vessel with the crew on board\ne1\te2\tpoems\tsite\tComponent-Whole\tpoems are published on this site purely for educational reasons, for the purpose of information and with good intentions\ne1\te2\thairdresser\ttoners\tInstrument-Agency_reversed\ta hairdresser fine-tunes your hair color without causing excessive damage by using toners\ne1\te2\tstudents\tpushpins\tInstrument-Agency_reversed\tstudents locate these cities on the large map (b2) with assistance from the teacher (b14) marking them with colored pushpins\ne1\te2\tbanquet\tbasket\tContent-Container\twe've even included a beautiful royal scot crystal hogget decanter to round off this bountiful banquet in a hamper basket\ne1\te2\tarray\tluminaries\tMember-Collection_reversed\tin addition to weinstein, the band is comprised of a formidable array of luminaries\ne1\te2\tsugar\tcabinet\tContent-Container\tthe sugar was in a cabinet above the sink\ne1\te2\tcut\tblade\tOther\the sealed the cut after making a cut of the stem with a clean, sharp blade\ne1\te2\tsugar\tfactory\tProduct-Producer\tthe sugar factory in ipswich was built in 1925\ne1\te2\tmanagers\tshop\tOther\tthe workers locked themselves in the upstairs office and left the shocked managers downstairs in the shop\ne1\te2\trecipient\treceiver\tInstrument-Agency_reversed\tthe recipient receives the call through a miniature radio receiver carried on his person, the receiver having a built-in ferritic antenna\ne1\te2\tbasket\tbiscuits\tContent-Container_reversed\the carried with him an old wicker basket containing stale biscuits, some cured ham, and a bottle full of goat's milk\ne1\te2\tgenetic material\tgeneration\tEntity-Destination\tpaternally derived genetic material is inherited to the next generation\ne1\te2\tpower cord\tdryer\tComponent-Whole\tthe power cord of the dryer connects to a terminal block at the rear of the dryer\ne1\te2\tcholesterol\tdisease\tCause-Effect\tand this is frequently cited as \"proof\" that saturated fats and cholesterol cause heart disease\ne1\te2\tfraternity\tadults\tMember-Collection_reversed\tas a fraternity of adults we have a right to question the gm, and should expect a reasonable response\ne1\te2\tflight\tgulls\tMember-Collection_reversed\tit was an immense flight of gulls, seamews, and cormorants; a vast multitude of affrighted sea birds\ne1\te2\tdrawings\tlandmarks\tMessage-Topic\tthe exhibition comprises original drawings featuring famous landmarks between plymouth and london\ne1\te2\tprogram\tdistricts\tOther\tthe water information program is a public information program sponsored by the water districts, organizations and agencies in the san juan and dolores watersheds of southwestern colorado\ne1\te2\ttroupe\tperformers\tMember-Collection_reversed\twhile the job was good, ahmed's daily exposure to the troupe of circus performers and artists continued to pique his interest\ne1\te2\tmemory\tmouse\tOther\tscientists recently succeeded in wiping out a nasty memory from the mind of a genetically-engineered mouse\ne1\te2\tcigarettes\twomen\tInstrument-Agency\tcigarettes are used by women in order to relax, to avoid gaining weight, and to appear attractive, mature and feminine\ne1\te2\tpreservatives\titchiness\tCause-Effect\tmany commercial soap, shower gel or cleanser products contain preservatives, colorants and chemicals that cause dryness, rashes, itchiness and roughness on the skin\ne1\te2\tx-rays\tdentists\tInstrument-Agency\tbitewing x-rays are used by dentists in order to determine if any cavities exist within the mouth\ne1\te2\tcricket\tbusiness\tEntity-Destination\tenglish cricket has now been dragged into the whole revolting business\ne1\te2\tspace monkey\tspace\tEntity-Destination\tthe space monkey travels into space\ne1\te2\tpack\thounds\tMember-Collection_reversed\tany country gentleman who liked the sport kept a small pack of hounds, and rode over his own lands or the lands of such of his neighbours as had no similar establishments of their own\ne1\te2\trequest\tport\tEntity-Destination\tthe plain http request was sent to an https port\ne1\te2\tgirl\tquilt\tProduct-Producer_reversed\tthe girl, in her first holiday season as an elm creek quilter, creates a quilt for her best friend even as she begins to question her feelings for him\ne1\te2\tbox\tbox\tEntity-Destination\tthe small box was placed inside the large box and the 4-inch of surrounding space filled with either shredded fabric, fiberglass insulation or no insulation\ne1\te2\tpyrotechnics\tfire\tCause-Effect\tbirchwood and stockton heath were called to the scene after pyrotechnics used during one of the performances caused a fire on the main stage\ne1\te2\tstress\tbreakouts\tCause-Effect\tlike a catch-22 the worst part is that acne causes stress and stress triggers acne breakouts\ne1\te2\tcrisis\tflood\tCause-Effect_reversed\tthe us patent system is in a crisis that has been caused by the flood of patent applications being filed at the uspto every year\ne1\te2\tmanufacturer\tdrug\tProduct-Producer_reversed\tand in every single trial, the sponsoring manufacturer's drug came out as better than, or equal to, the others in the trial\ne1\te2\tscissors\tstylist\tInstrument-Agency\tthe size of the scissors used by a beginning stylist for learning to cut the hair is actually determined more by the size of his or her hands\ne1\te2\ttooth\tcup\tContent-Container\tmy little brother's tooth was in a cup of water the other day and i nearly fainted when i saw it\ne1\te2\tfloor\tcottage\tComponent-Whole\tlocated by the river at circular road, cong, between actual locations used for the filming, the ground floor of the cottage has been designed as an exact replica of 'white-o-mornin' cottage\ne1\te2\tbike\tbees\tMember-Collection_reversed\tday after day, then, he has put himself into a hornets' nest, or what the scottish call a bike of bees\ne1\te2\thand\tbox\tEntity-Destination\tas his hand was put inside the glass box, he had to guess what creepy animal was inside\ne1\te2\tplowing\tplow\tOther\twhile many farmers did their plowing the land with a single furrow plow, some large-scale farmers began to use a multiple share or bukker plow\ne1\te2\tpublication\tmail\tOther\tletters were be submitted by 5 p.m. on the wednesday before publication by mail\ne1\te2\tpassport\ttrunk\tContent-Container\tmy passport was in a trunk under my bed\ne1\te2\tinfection\tviruses\tCause-Effect_reversed\tviral gastroenteritis is a highly contagious infection of the intestines caused by one of several viruses\ne1\te2\tfish\twater\tEntity-Destination\trecently, a huge amount of commercial fish and shellfish have migrated to cooler water\ne1\te2\tvictim\twater\tEntity-Destination\tthe murder has dragged the victim into the water\ne1\te2\tcellar\tdwelling\tComponent-Whole\tthe first bank in loudoun county, the short-lived loudoun company, held meetings in the cellar of this dwelling beginning around 1815, hence the name bank house\ne1\te2\tsegment\tmembrane\tOther\tthe outer segment is comprised of a membrane which is folded into several layers of disks\ne1\te2\tlitter\tpups\tMember-Collection_reversed\tin this section, we are going to follow srr sandy as she raises a litter of pups\ne1\te2\tshed\tpeople\tProduct-Producer\tthe shed got put up by these people who arrived and made it\ne1\te2\tsession\tinter-loans\tMessage-Topic\tthe session discussed about inter-loans of performance sets\ne1\te2\tdrinks\tdiabetes\tCause-Effect\tdiet fizzy drinks and meat cause heart disease and diabetes\ne1\te2\tgrief\tloss\tCause-Effect_reversed\twe explore the experience of grief after the loss of a parent and offers support; we also make simple suggestions, and we provide a place for sharing memories\ne1\te2\tstudents\tschools\tEntity-Destination\ttoo often, students were misplaced into alternative schools\ne1\te2\tdeceit\tlapwings\tMember-Collection_reversed\ta deceit of lapwings, with their beautiful crests, made a pretty dish to set before the king\ne1\te2\tmentality\twar\tCause-Effect_reversed\tthe war mentality was generated by the iraq war in combination with the constant drum beat of fear at home\ne1\te2\tauthors\tseries\tInstrument-Agency_reversed\tthe authors assessed the reliability of the basic diagnostic methods in series of 181 patients with bladder tumoursas compared with operative findings\ne1\te2\tpainting\tmeal\tMessage-Topic\tthe painting represents the last meal shared by jesus with his disciples before his capture and death\ne1\te2\tpillars\tbridge\tComponent-Whole\ttwo pillars of a bridge at karsaz road have collapsed today morning\ne1\te2\tblood\tproducts\tEntity-Origin_reversed\tall other blood products are derived from whole blood\ne1\te2\tpreeclampsia\tmortality\tCause-Effect\tpreeclampsia is still one of the leading causes of maternal mortality\ne1\te2\tdevice\tmatchboxes\tOther\tsince no computers were then available to him, he hand-simulated the boxes algorithm, using a device made from an assembly of matchboxes\ne1\te2\trunning\tshoes\tOther\tcompared to running barefoot, running in conventional running shoes increases stress on the knee joints up to 38%\ne1\te2\tpacket\tbox\tContent-Container\tthe packet of corn tortillas, which was inside a box, said \"contains wheat\"\ne1\te2\tcall\trobbers\tProduct-Producer\tdetectives are sifting through hundreds of mobile telephone records in an effort to trace a call made by the graff jewellery robbers as they stood outside the store two days before the successful heist\ne1\te2\tsugar\tcompany\tProduct-Producer\ttwo years ago, being a sugar company in india was a sweet proposition\ne1\te2\tdemolition\tterror\tCause-Effect\tthe demolition was the cause of terror and communal divide is just a way of not letting truth prevail\ne1\te2\tprices\thotel\tEntity-Destination\ttwo prices arrived to the hotel\ne1\te2\ttiger\tpen\tEntity-Origin\ta 300-pound siberian tiger that killed a visitor escaped from its high-walled pen on its own\ne1\te2\tcomb\tenvelope\tContent-Container\ta comb was hidden in an envelope at the bottom of a paper folder stuck to the wall\ne1\te2\tmachine\tunits\tComponent-Whole_reversed\tthis machine has two heating units and two cooling units\ne1\te2\tbout\tviolin\tComponent-Whole\tthe tailpiece anchors the strings to the lower bout of the violin by means of the tailgut\ne1\te2\tpeople\tcities\tEntity-Destination\trecently, in china, more people are moving into big cities\ne1\te2\tlime\tjuice\tEntity-Origin_reversed\tan overdose of lime juice with salt also acts as an excellent purgative without any side effects, thereby giving relief in constipation\ne1\te2\toutbreak\tinjuries\tCause-Effect\tthe outbreak resulted in 256 deaths and 3,402 injuries\ne1\te2\tpadlock\tpane\tComponent-Whole\tin my case the solution was to lock the padlock on the security pane itself\ne1\te2\ttroops\thill\tProduct-Producer_reversed\tto develop a rampart, troops piled up the dirt into a small hill\ne1\te2\tfridge\tmahogany case\tContent-Container\tthe fridge was inside a mahogany case\ne1\te2\treader\tpast\tOther\tthe postcard took the reader into the author's past\ne1\te2\tdocument\teconomic policy\tMessage-Topic\tthe white paper full employment in australia was the defining document of economic policy in australia for the 30 years between 1945 and 1975\ne1\te2\tcomradeship\tveterans\tOther\tthese emotionally wrenching experiences encouraged the volunteers to seek the comradeship of fellow veterans\ne1\te2\tlobby\tbuilding\tComponent-Whole\tgwathmey famously prefers curves to angularity and, though these are absent from the facade, they recur in the lobby of the building, with rounded pylons and legato movements through space\ne1\te2\tpriest\tspoon\tInstrument-Agency_reversed\tthe priest mixes the holy oil and the wine with a spoon and pours it into small containers, as many as there be priests\ne1\te2\tmoney\tcharity\tEntity-Destination\tthe senator donated money to a local charity\ne1\te2\tbag\tbin\tContent-Container\tthis bag was in a bin with other santa bags (out of package)\ne1\te2\tale\tcarton\tContent-Container\tthe freshness of ale in a carton is the limiting factor\ne1\te2\tstatute\tdominions\tMessage-Topic\tthe statute applied to the six dominions which existed in 1931\ne1\te2\tspring\tcreek\tOther\tclay county, a small but thriving colony grows in the seepage spring which is the source of the creek\ne1\te2\tdevices\tissues\tOther\tnew portable electronic devices are running into temperature sensitivity issues\ne1\te2\tchannel\tsports\tMessage-Topic\tit is a cable television specialty channel showing sports and sport-related shows\ne1\te2\tstove\tmethod\tOther\twhile melting butter on the stove is the preferred method, because it gives you more control over the process, you can also melt butter in a microwave\ne1\te2\tpain\tindigestion\tCause-Effect_reversed\tsip the tea slowly to reduce stomach pain from indigestion, bloating and feeling of fullness\ne1\te2\tteacher\tglass\tInstrument-Agency_reversed\tthe teacher covers the candle with a tall glass\ne1\te2\talcohol\tchild abuse\tCause-Effect\talcohol, substance abuse and poverty all lead to child abuse\ne1\te2\tmalfunction\trush\tCause-Effect\tthe atm malfunction caused a rush on the atm machine until the police sealed off the area\ne1\te2\tphysiotherapy\tadmission avoidance\tOther\tphysiotherapy was focused on admission avoidance, prevention of deterioration after admission and facilitating early discharge\ne1\te2\tcomradeship\tarms\tOther\tmoreover, the knightly ethic was based on a sense of honour and reflected the ideal of a comradeship of arms\ne1\te2\tdata\ttechnician\tProduct-Producer\tthe photomask is usually prepared with a photoplotter from data produced by a technician using cam, or computer-aided manufacturing software\ne1\te2\tconfederacy\tkingdoms\tMember-Collection_reversed\tactually on the strength of matrimonial alliances of the bhargavas with ruling families of kanyakubja and ayoddhya, parasurama organised a confederacy of various kingdoms including vaisali, videha, kasi, kanyakubja and ayodhya which fought the haihayas on various batterfields\ne1\te2\ttroubadour\tbroadsides\tProduct-Producer_reversed\the painstakingly taught the chords to the young troubadour's anti-establishment broadsides\ne1\te2\tgoods\tstates\tEntity-Destination\tnarcotic goods have been imported into several states in australia\ne1\te2\tpopulation\tsettlers\tMember-Collection_reversed\tanother program to increase the population of french settlers was the selection of 770 women to make the journey to new france\ne1\te2\toven\tconveyor\tComponent-Whole_reversed\tthis oven has a flat belt conveyor with three zones and complete controls\ne1\te2\tpsychiatrists\tmedications\tInstrument-Agency_reversed\tall psychiatrists are familiar with antipsychotic, anti-anxiety, and antidepressant medications, whose origins date to the 1950s\ne1\te2\tsections\tasterisk\tOther\tsome sections have been denoted with an asterisk\ne1\te2\tcashier\tregister\tInstrument-Agency_reversed\tthe assigned cashier code serves to identify the cashier using the electronic cash register\ne1\te2\treport\tneed\tMessage-Topic\tthe report emphasised the need for better co-ordination between the agencies\ne1\te2\tcorpse\tnoose\tOther\tthe corpse of a murderer was dangling from the noose, twisting in the wind\ne1\te2\tsodium\tretention\tCause-Effect\tsodium causes fluid retention, which can lead to edema (swelling), increased blood pressure, and in those susceptible patients, congestive heart failure\ne1\te2\tboards\tdirectors\tMember-Collection_reversed\tin theory, boards of independent directors look after the interests of individual shareholders\ne1\te2\tteam\tgardens\tProduct-Producer_reversed\tfor the last two years, the team has constructed two gardens out of recycled materials\ne1\te2\tpouches\twallabies\tComponent-Whole\tthe pouches of female wallabies, like those of other macropods, are front-opening\ne1\te2\tshoemaker\tmachine\tProduct-Producer_reversed\tin 1858 a shoemaker invented a machine for sewing the soles of shoes to the uppers\ne1\te2\tgam\twhales\tMember-Collection_reversed\ta gam of whales migrates to breeding lagoons every season\ne1\te2\twords\taction\tOther\the takes words into action\ne1\te2\tsample\tglass tube\tContent-Container\tthe sample was contained in a 5-mm glass tube surrounded by oscillator and receiver coils at right angles to one another\ne1\te2\tguidelines\tarticle\tEntity-Origin\ti'm about to delve into buchholz's pitch f/x and pitch data to try to find some sort of answer here using guidelines from allen's article plus buchholz's run values as shown here\ne1\te2\tdamages\tvehicle\tCause-Effect_reversed\tin businesses generally the third party claims for the damages that has been caused by the company vehicle\ne1\te2\tmater\tsaline\tEntity-Destination\tthe freeze-dried dura mater was placed into warm sterile saline for 20 minutes before grafting\ne1\te2\ttext messages\touter space\tEntity-Destination\tthese text messages are sent to the outer space\ne1\te2\tresearchers\tpaper\tInstrument-Agency_reversed\tstanford researchers have coated paper with carbon nanotubes and silver nanowires to serve as electricity storage devices\ne1\te2\tstuffed dog\ttrunk\tContent-Container\tunfortunately, cleo the stuffed dog was in a trunk that was stolen back in 1975\ne1\te2\tmartyrs\tpersecution\tOther\tthe martyrs conquered the fears associated with persecution and always remained loyal to the lord\ne1\te2\tartist\tphotograph\tProduct-Producer_reversed\there is a picture of the artist taking a photograph of a young girl in front of a vegetable stand on mulberry street in new york city\ne1\te2\ttherapist\ttherapy\tInstrument-Agency_reversed\tthe therapist treats the patient with a certain kind of manual therapy\ne1\te2\tprogram\tfamilies\tInstrument-Agency\tthe program assists separating families in high conflict over parenting arrangements\ne1\te2\tdocument\tseries\tComponent-Whole\tthis document is part of the who information series on school health\ne1\te2\tdeers\tcars\tEntity-Destination\ttwo deers ran into cars\ne1\te2\tball\tcatnip\tComponent-Whole_reversed\twe got a ball with catnip inside\ne1\te2\tfistful\tdollars\tOther\tsecretary tim geithner came along with a fistful of taxpayer dollars\ne1\te2\tdesign\tbag\tComponent-Whole_reversed\tthis is due to a unique design that filters the dirt through the bag and not the blower fan\ne1\te2\tlaw\tredistribution\tCause-Effect\tthe law established a major redistribution of territorial sovereignty within the empire\ne1\te2\tvirus\ttonsillitis\tCause-Effect\tinfectious mononucleosis due to the epstein-barr virus causes exudative tonsillitis or pharyngitis in about one-half of cases\ne1\te2\telectricity\twater\tEntity-Destination\taccidentally, the electricity flew into the water on the ground\ne1\te2\tsummary\taspects\tMessage-Topic\tthe lead serves both as an introduction to the article and as a summary of the important aspects of the subject of the article\ne1\te2\tdevice\tfigure\tMessage-Topic_reversed\tthe device shown in the figure rotates\ne1\te2\tconstellation\tartists\tMember-Collection_reversed\tthe symposium was attended by a constellation of artists and writers\ne1\te2\texplosion\tcrash\tCause-Effect_reversed\tduring the trial, the prosecution presented \"pictures of burning bodies and human remains as well as images of the explosion triggered by the pentagon crash.\ne1\te2\tfiction\twriter\tProduct-Producer\tthese days, with a decent income landing in my bank account from writing, and the beginnings of some success as a fiction writer, i feel i have enough of the trappings to unashamedly admit to being a writer\ne1\te2\tstaff\tphilosophers\tMember-Collection_reversed\tthe academic staff at the uvh comprises scholars in humanistics, religious and cultural scholars, social scientists, philosophers and historians\ne1\te2\tdamage\tstrikers\tCause-Effect_reversed\textensive damage at the mine has been caused by the strikers\ne1\te2\tinstallation\trelationships\tMessage-Topic\tthe artist's installation studies the relationships between man and nature\ne1\te2\tsail\troach\tComponent-Whole_reversed\tthe sail had an important roach and had adjustable batten fittings on the leech and luff receptacles\ne1\te2\tassistant\trug\tProduct-Producer_reversed\tnext was a stop at christien meindertsma's gorgeous knitting exhibition where she and an assistant knit a giant really thick woolen rug using six-foot-long needles\ne1\te2\tcard\tmanufacturer\tProduct-Producer\t\"just like real baseball,\" he told the card manufacturer's reps as he tried to flog the game at toy fairs\ne1\te2\tname\tword\tEntity-Origin\tthe name of the climactic battle cue, \"neodammerung\" is derived from the german word gotterdammerung, literally \"twilight of the gods\"\ne1\te2\tbottle\twine\tContent-Container_reversed\tshe gave him a bottle with wine in it\ne1\te2\tdocument\tlocations\tProduct-Producer\tthis document is issued from 28 locations across the country and 160 indian missions abroad\ne1\te2\tmachine\tfeeder\tComponent-Whole_reversed\tthis specific machine has been fitted with a mirus automatic sheet feeder thereby increasing the capacity on large runs\ne1\te2\tmethod\tmathematicians\tInstrument-Agency\tthe dominant method that the roman mathematicians used to identify a year for dating purposes was to name it after the two consuls who took office in it\ne1\te2\tcash\tshirt\tEntity-Destination\the stuffed cash into his shirt as he fled the robbery\ne1\te2\tscroll wheel\tmouse\tComponent-Whole\ti especially love the way the scroll wheel of the mouse riffles through the tabs; it's so fast and easy\ne1\te2\tsite\tearth\tOther\tthis is the site deep inside the earth where fault movement begin\ne1\te2\tterrorism\tsociety\tEntity-Destination\tthis outlaw has exported terrorism to our society\ne1\te2\tcompeers\tages\tOther\tthus, we have set-up, early on, a familiar literary dynamic --- two compeers of different ages thrown together: huck finn and nigger jim, holden caufield and sister phoebe, hell --- maybe even dmitri karamazov and alyosha (or, if we stretch it far enough, falstaff and prince hal)\ne1\te2\tfood\tmanufacturer\tProduct-Producer\ta food and beverage manufacturer found that lack of partnered planning with their service provider counterparts deeply divided the two sides\ne1\te2\tperson\tsnowshoes\tInstrument-Agency_reversed\ta person regains the movement roughly equal to walking on solid ground by using snowshoes\ne1\te2\tdesign\tbrothers\tProduct-Producer\tthe dyna-cam engine originally came from a design by the blazer brothers, who worked for studebaker in 1916\ne1\te2\theadache\twine\tCause-Effect_reversed\ti too, get a headache from wine, and was always told that it was the sulfites\ne1\te2\tbulbs\telectricity\tInstrument-Agency_reversed\tincandescent bulbs work by using electricity to heat a tungsten filament in the bulb until it glows\ne1\te2\tauthority\ttranslation\tOther\tthe most significant is a well-preserved black and white mosaic for which the authority has given a provisional translation\ne1\te2\tposter\tpackaging\tContent-Container\tinside, the poster was enclosed in tight plastic packaging\ne1\te2\ttheories\tbirth certificate\tMessage-Topic\tsome of these conspiracy theories allege that his birth certificate is a forgery\ne1\te2\tdraft\tborders\tMessage-Topic\ton the border issue, the original draft had declared some initial borders, which are to be confirmed and decided by the un partition plan\ne1\te2\ttree\tacorn\tEntity-Origin\tan oak tree grows from an acorn\ne1\te2\tpatients\ttrials\tOther\tclinicians entered the patients into randomised controlled trials\ne1\te2\tgirl\tviolin\tInstrument-Agency_reversed\ta girl plays her violin on a pogo stick\ne1\te2\tatlas\tcartographer\tProduct-Producer\tin 1594 and in 1608 he published an atlas created by the cartographer matthias quad\ne1\te2\tinterrogation\tactivities\tOther\tthe interrogation covers von neurath's activities during the years 1932 to 1938 and hitler's policy of aggression during the late 1930s\ne1\te2\tdrove\toxen\tMember-Collection_reversed\ta drove of oxen was taken to market\ne1\te2\tmast\tcanister\tContent-Container\tthe mast was folded up accordion-style inside a canister that was attached to the side of the main antenna\ne1\te2\twebsite\tprojects\tMessage-Topic\tmembers use the website to inform about projects and events\ne1\te2\tharm\thurricane\tCause-Effect_reversed\tdescribing all of the harm caused by the hurricane has filled entire books so this web page summarizes the total damage and focuses on the damage incurred on long island, new york\ne1\te2\tliquor amnii\tphial\tEntity-Destination\tthe colourless or nearly colourless liquor amnii then was put into an ounce phial\ne1\te2\tstatement\tknowledge\tEntity-Origin\tthe statement comes from the writer's knowledge and its ideas are fresh and original\ne1\te2\tflip-flop\tcircuit\tComponent-Whole\tthe flip-flop is a basic element of the sequential circuit and there are various structures even for the same type\ne1\te2\tsuitcase\tmarihuana\tContent-Container_reversed\ta suitcase full of marihuana was found by the pilot of a searching helicopter near the side of the road at a place where tire tracks could be observed pulling off the edge of the road\ne1\te2\tfluid\tcup\tContent-Container\tthe fluid was in a cup, and was intended for use as a lotion by her husband\ne1\te2\tpaper\tresults\tMessage-Topic\tthe aim of this paper is to present some recent experimental results obtained in rayleigh-benard instability\ne1\te2\tdrama\tgirl\tMessage-Topic\tit is a drama that is centered around a troubled teenage girl and a family that is trying to get over the loss of their son\ne1\te2\tdisease\torganism\tCause-Effect_reversed\tinformation is included on the disease caused by the organism, its transmission, geographical distribution, and hosts\ne1\te2\twater\tkettle\tEntity-Origin\tthe water evaporated from the kettle\ne1\te2\tcrash\thippopotami\tMember-Collection_reversed\tand out of the unspeakable river dividing zambia and zimbabwe splashes a crash of stampeding hippopotami\ne1\te2\tbuilders\tadhesive\tInstrument-Agency_reversed\tbuilders use a paste like adhesive (known in the building trade as mud) to fix the plasterboard to the wall\ne1\te2\tstar\tcontroversies\tOther\tthe star is landing into controversies because of thoughtless statements\ne1\te2\tprisoner\toblivion\tOther\tour political prisoner is falling into oblivion\ne1\te2\tinfection\tdeath\tCause-Effect\tinfection is one of the commonest causes of death in burn patients, particularly\ne1\te2\tmonasteries\triver\tOther\tthe vikings had become assimilated into a peaceable society, and monasteries at chertsey and abingdon were founded by the river\ne1\te2\tcoffee\tmachine\tProduct-Producer\tthe staff stood guard all night, drinking the coffee machine dry and plotting their revenge on the injustices of the workplace\ne1\te2\tbreakdown\tdeath\tCause-Effect_reversed\ti was diagnosed with bipolar disorder following a breakdown triggered by the sudden death of my brother six years ago\ne1\te2\tmanufacturers\tcapscrews\tInstrument-Agency_reversed\tmore recently, starter manufacturers have attached the flange with a number of capscrews to the main housing thus allowing a finite number of position\ne1\te2\twake\tbuzzards\tMember-Collection_reversed\tstill, we were surprised yesterday by a wake of buzzards perched on a dead copse of trees and haunting wellfleet harbor\ne1\te2\tcall\tfather\tEntity-Origin\tthe call came from a minnesota father who said his daughter was in the chapel that day\ne1\te2\tpassel\tbrats\tMember-Collection_reversed\tthe chavettes are the female of the species, usually have a 'passel of brats with different dads before they turn 20 which ensures the perpetuation of the disease\ne1\te2\tdaughter\tharssement\tOther\tfor years now my daughter has put up with verbal harssement from a girl\ne1\te2\tcircus\tfighters\tMember-Collection_reversed\tcharles beauregard is still working for intelligence and hears about the red baron flying ace and his circus of vampire fighters\ne1\te2\tspacecraft\tretirement\tOther\tthe longest serving spacecraft goes into retirement\ne1\te2\tpiece\tbladder\tContent-Container\twe saw that a piece of the double stent was placed inside the urinary bladder of mice to study the extent of tissue reaction\ne1\te2\tfactory\tfirearms\tProduct-Producer_reversed\tunder hideyoshi's administration the factory's output of firearms increased dramatically\ne1\te2\tbaby\tsleep\tOther\tthe baby is falling into a sleep\ne1\te2\tbuilders\tbuilding committee\tEntity-Destination\tmany builders have approached the colony's building committee for redevelopment projects\ne1\te2\tmeltdown\treaction\tCause-Effect\tthe reactor meltdown caused a chain reaction that destroyed all the towers in the network\ne1\te2\tginger\tjar\tContent-Container\tthe only ginger i had was in a jar, so i put a heaping teaspoon in\ne1\te2\tseeds\tspace\tEntity-Destination\tchina sent seeds into space\ne1\te2\tgroup\tassociation\tComponent-Whole\tthe local group, which has over 5000 members, is part of a national association of active and retired law enforcement officers\ne1\te2\tevent\ttomorrow\tEntity-Destination\tthe entrepreneurs forum event is postponed to tomorrow\ne1\te2\tchips\tmouth\tEntity-Destination\the stuffed chips into his mouth and watched his cousin-in-law shrewdly\ne1\te2\taccount\tanalysis\tMessage-Topic\tthis paper offers a reflexive account of secondary analysis focused on the topic of convenience food and choice\ne1\te2\tconvulsions\tfever\tCause-Effect_reversed\tconvulsions that occur after dtap are caused by a fever\ne1\te2\tplugs\tplugboard\tOther\talthough a commercial enigma, modified by polish cryptanalysts to match a military enigma, used phone plugs, the plugs in the plugboard of the actual enigma had two prongs, but they still functioned electrically in the same way as phone plugs\ne1\te2\trules\ttransfers\tMessage-Topic\tthis includes those rules governing transfers, academic eligibility, age requirements, and the number of consecutive seasons of athletic eligibility beyond grade eight\ne1\te2\tpage\tbook\tEntity-Origin\tthere's a phrase of sickert's where he speaks somewhere about something succeeding in that it is like a page torn from the book of life\ne1\te2\tbook\ttales\tMessage-Topic\tthis book relates tales, which were recorded by a popular minister in the early 1900's\ne1\te2\tmouse\tbutton\tComponent-Whole_reversed\tshe double clicked the mouse button by placing her finger on the left mouse-button and then quickly pressing and releasing the button two times\ne1\te2\tman\tbridge\tEntity-Origin\ta man who fell from a bridge along interstate 29/35 after running from a minor crash has died\ne1\te2\tvirus\thard disk\tEntity-Destination\tthe virus is exported to the hard disk\ne1\te2\tsign\tlength\tOther\tit is marked by a sign indicating the length of the pause\ne1\te2\tshoe\tmouth\tEntity-Destination\tthe police has beaten him up, poured water into his ears and nose, and stuffed a shoe in his mouth\ne1\te2\ttext\tpotter\tProduct-Producer\tabu'l-qasim's treastie is a text from 1301 by an iranian potter who describes numerous recepies\ne1\te2\tfire\tcollision\tCause-Effect_reversed\tas the vehicles caught fire after the collision, the transformers began to explode one after the other\ne1\te2\tinlet\tdryer\tComponent-Whole\ta type t thermocouple controlled air temperature at the inlet of the dryer\ne1\te2\tfog\tirritation\tCause-Effect\tfog or smoke cause irritation to those with respiratory sensitivity\ne1\te2\tdollars\tfacilities\tEntity-Destination\tfederal dollars flow into halifax recreational facilities\ne1\te2\tprofessor\tpaper\tOther\ta professor portrays his students' term paper as his own\ne1\te2\timage\tphotos\tComponent-Whole_reversed\twhat is so amazing about this technology is that the image is constructed from random photos pulled from the internet\ne1\te2\tteam\tmethodology\tOther\tthe team, has carefully devised an amended research methodology; it has also since found that further compromises will have to be made\ne1\te2\tclip\tinvestment\tMessage-Topic\ta clip describing the bakery's investment in people as well as machines has been presented\ne1\te2\temissions reductions\tdiscussion\tMessage-Topic_reversed\tonly the most ambitious emissions reductions under discussion within unfccc achieves climate goals\ne1\te2\tfable\tforce\tMessage-Topic\tthis fable illustrates the force of jealousy between married people\ne1\te2\tsinking\tloss\tCause-Effect\tthe sinking resulted in the loss of 112 lives, including those of 28 americans\ne1\te2\tresearcher\tpaper\tProduct-Producer_reversed\tlisted as an author is andrew wakefield - he is the british researcher who started the vaccine-autism myth with his paper linking the mmr vaccine to autism\ne1\te2\tteam\tplayer\tOther\tthe team drafted a great player in 2002 when they chose julius peppers second overall\ne1\te2\tnovels\tagents\tMessage-Topic\tthroughout his writing career, all of his novels have concerned fictional secret agents\ne1\te2\tcreep\ttortoises\tMember-Collection_reversed\ttoday, it is most famous for proving sanctuary to a creep of giant tortoises (geochelone gigantea), descendants of four gifted from the seychellois governor to his opposite number in zanzibar in the 18th century\ne1\te2\theadaches\tpain killers\tCause-Effect_reversed\tchronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers\ne1\te2\tstudents\tcomponents\tOther\tbut over time, indigenous students have been moving into more specialised and skill-intensive components within disciplines\ne1\te2\tadvocates\tflame\tInstrument-Agency_reversed\thuman rights advocates lit a flame to press the international community - especially china - to bring security to darfur, sudan\ne1\te2\ttraffic\tcache\tEntity-Destination\ti/o traffic is transferred directly into a target processor cache in accordance with routing information\ne1\te2\tclams\tbucket\tEntity-Destination\tmr. lagano was engrossed in a search for cherrystone and quahog clams, which he deposited proudly in a bucket beside him\ne1\te2\tmonth\tsundays\tOther\ta month of snowy sundays in january had an adverse impact on prospect's finances\ne1\te2\tpopulation\tdwellers\tMember-Collection_reversed\tit has the fourth highest population of slum dwellers among major cities in india\ne1\te2\titems\tmuseum\tEntity-Destination\tthe items have been donated to the museum of thracian art\ne1\te2\tdefendant\tstatement\tProduct-Producer_reversed\tin defamation, the circumstances are that the defendant has made a statement which injures the reputation of the claimant\ne1\te2\tcoil\tgalvanometer\tComponent-Whole\tthe coil of the galvanometer is wrapped around a cylindrical form\ne1\te2\tvoters\tissues\tEntity-Origin\tvoters are eluded from the fundamental issues\ne1\te2\tcoven\twitches\tMember-Collection_reversed\the was later recaptured through the combined efforts of a coven of white witches and a group of satanists\ne1\te2\tplane\tcity\tEntity-Origin\tthe misery of the passengers had started from singapore as the plane took off from the city seven hours behind schedule\ne1\te2\tcraftsmen\tmarks\tInstrument-Agency_reversed\tthe etruscan craftsmen marked their wares with ink marks\ne1\te2\tbottle\tapple\tContent-Container_reversed\ti got the idea after getting a bottle with an apple in it as a gift from a cousin\ne1\te2\tinfestation\tlice\tOther\tat necropsy a heavy infestation of haematopinus lice was present, along with a polyserositis affecting the right hock, left elbow and peritoneum\ne1\te2\tgarbages\tocean\tEntity-Destination\tthe garbages have been secretly thrown into the ocean for the last few years\ne1\te2\tmeningitis\tbacteria\tCause-Effect_reversed\tpneumococcal meningitis is caused by pneumococcus bacteria, which also cause several diseases of the respiratory system, including pneumonia\ne1\te2\tgallery\twork\tMessage-Topic\ta local gallery is promoting the work of a diverse range of artists from across the region\ne1\te2\tfield\tracehorses\tMember-Collection_reversed\tphilip larkin's poem \"at grass\" employs his sensitive poetic technique to reflect on a field of aged racehorses, and on the practice of poetry\ne1\te2\tbook\tfamily\tMessage-Topic\tthe book criticizes the institutionalized nuclear family from a feminist perspective\ne1\te2\tregulations\tprofessional corporations\tMessage-Topic\tlegal regulations applying to professional corporations typically differ in important ways from those applying to other corporations\ne1\te2\tpeople\tpanic\tOther\tthree shark attacks in 24 hours threw local people into panic\ne1\te2\tkinship\tideals\tOther\twe share a kinship of ideals with every man and woman on earth who struggles for their god-given rights\ne1\te2\tnovel\tlife\tMessage-Topic\tthe novel depicts the harsh life of workers who worked on a crab-fishing and canning boat in the northern seas of japan\ne1\te2\tsyndicate\tcapitalists\tMember-Collection_reversed\tfrank c. lewis, a representative of a syndicate of chicago capitalists, was credited as the source of this information\ne1\te2\thelicopter\tgrass\tEntity-Destination\tthe helicopter was landing into the high grass during the combat sar demo with soldiers on board\ne1\te2\trainbow\tspray\tCause-Effect_reversed\talso (on a proportional basis) the rainbow caused by the spray appeared smaller than that of the other rainbow\ne1\te2\tfluther\tjellyfish\tMember-Collection_reversed\tthe day after they had marvelled at a fluther of jellyfish, the girl looked up and frowned in confusion\ne1\te2\timplant\tjaw bone\tEntity-Destination\tthe implant is placed into the jaw bone\ne1\te2\tpapers\tthreat\tMessage-Topic\tthe first two papers define the contemporary terrorist threat while the next three papers examine global counter-terrorism trends\ne1\te2\tmusic\tslideshows\tEntity-Destination\tbackground music is added into slideshows\ne1\te2\tcops\thotels\tEntity-Destination\tthe cops moved into the floating hotels\ne1\te2\tflood\treaches\tEntity-Origin\tlater in the year, from november to april, the black flood arrives from the upper reaches of the river beyond timbuktu\ne1\te2\tbox\tdollar bill\tContent-Container_reversed\tthe box contained a dollar bill\ne1\te2\tgrain\tcountries\tEntity-Destination\twe have imported grain into developing countries in asia several times\ne1\te2\tstatesman\tdraft\tProduct-Producer_reversed\twhen the statesman threw together a draft of the constitution in 1776, he probably did not realise he would be working in a couple of the positions specified quite so soon\ne1\te2\tchanges\thormone\tCause-Effect_reversed\tthe changes now seen in the endometrium are caused by a hormone called progesterone\ne1\te2\twater\tplants\tEntity-Destination\ti gave water to the plants\ne1\te2\twaste\tfumes\tCause-Effect\tthe waste, a mixture of gasoline, water and caustic soda, gave off toxic fumes\ne1\te2\tdebris\tair\tEntity-Destination\tthe debris were thrown into the air\ne1\te2\tcoconut\toil\tEntity-Origin_reversed\tcoconut oil is extracted from the kernel or meat of matured coconut harvested from the coconut palm (cocos nucifera)\ne1\te2\tplastic container\tdehydrated food\tContent-Container_reversed\tthe mission introduced the spoon bowl, a plastic container with dehydrated food inside\ne1\te2\tparcel\tdeer\tMember-Collection_reversed\the had a parcel of twelve deer grazing his land as well as some cows so he probably required a larger water supply -- hence the canal\ne1\te2\tpopulations\tgene pool\tEntity-Origin\tthe two populations started from the same gene pool\ne1\te2\tnape\tmale\tComponent-Whole\tthe nape on the male has a turquoise blue wash over the light green base feathers\ne1\te2\tarticles\tsociological research\tMessage-Topic\tthe remaining articles run the gamut of sociological research\ne1\te2\truins\tinhabitants\tProduct-Producer\tpearson identified the bittangabee bay ruins as having been built as a store house by the imlay brothers, early european inhabitants\ne1\te2\twort\tbucket\tEntity-Destination\ti am draining the wort into the fermenting bucket\ne1\te2\tstudies\tmedicine\tOther\tcase studies, some of them book long, have made a notable contribution to scientific medicine\ne1\te2\tbooks\tbible\tComponent-Whole\tbelow is a list of the books of the bible\ne1\te2\tfunds\taccount\tEntity-Destination\tother private sector stakeholders have placed funds into a separate state-specific account\ne1\te2\targument\tsource\tEntity-Origin\tit is settled that the argument of theodicy is from an academical source which is not only not epicurean, but even anti-epicurean\ne1\te2\tweak ligaments\tproblems\tCause-Effect_reversed\tweak ligaments are caused by problems with collagen (protein fibres in the ligaments)\ne1\te2\targuments\tpractice\tMessage-Topic\tit is a controversial topic that provokes strong arguments for and against the practice\ne1\te2\tclips\tcareer\tMessage-Topic\there, in exclusive interview clips, he talked about his career and what he thought of today's television\ne1\te2\tcreativity\tuse\tOther\the puts creativity into use\ne1\te2\tadvertisements\tmurders\tCause-Effect\tthis article discusses the ethics of the soldier of fortune's guns-for-hire advertisements that resulted in several murders across the united states\ne1\te2\tbook\tacademic\tProduct-Producer\ta book authored by an obscure danish academic with little or no expertise in environmental science become an international media event\ne1\te2\tthrong\tspectators\tMember-Collection_reversed\twales ' commonwealth hopefuls impressed the gathered throng of spectators at the norwich union international this weekend\ne1\te2\tads\tbeauty\tMessage-Topic\tauto ads during this period tended to feature the beauty and engineering strength of the vehicle\ne1\te2\tpress\tdisorders\tOther\tin 1905 the press reported extensively and vividly on the disorders in the cities and countryside, the clamor for basic reform, the political discussions\ne1\te2\tquotation\twords\tOther\tquotation is used to indicate the words of another speaker or writer\ne1\te2\tbook\texplorations\tMessage-Topic\this famous book telling of his explorations is valuable not only for its botanical and ethnological record but also for its poetry and narrative\ne1\te2\tinterview\tchildhood\tMessage-Topic\tin the interview josie speaks about her childhood and family in dudley\ne1\te2\tpassion\tpainting\tEntity-Destination\tshe threw her passion into this painting\ne1\te2\tgel\tsheath\tEntity-Destination\tan 18-gauge or 21-gauge needle guide kit was opened and sonoconductive gel was placed inside the sterile sheath\ne1\te2\tbar\tcorner\tOther\tthe size of the thumbnails is changed with a sliding bar on the upper right corner of the window\ne1\te2\tcd\tfolder\tEntity-Destination\tthis music cd was misplaced into the wrong folder\ne1\te2\tquestionnaires\tcountries\tEntity-Destination\tthese questionnaires were sent to 144 countries\ne1\te2\tcabin\tbedrooms\tComponent-Whole_reversed\tthis cabin has 3 beautifully decorated bedrooms; one on each level featuring custom made log beds, each with its own bathroom\ne1\te2\tboard\tjudge\tMember-Collection_reversed\tthe first board was comprised of the county judge and the five district court judges of bexar county\ne1\te2\tshipment\tcask\tOther\tthey evaluated maximum number of breached assemblies and exposed fuel area for a proposed shipment in a cask with a test leakage rate\ne1\te2\tmason\tstonework\tProduct-Producer_reversed\tthe mason who did the stonework did a wonderful job\ne1\te2\tphilosophy\tlanguage\tInstrument-Agency_reversed\tphilosophy is a special kind of discourse that uses language in order to give us access to extra-linguistic truth\ne1\te2\tcells\tcavity\tEntity-Destination\tthese cells have been injected into the vitreous cavity\ne1\te2\tsacrifices\tvolcano\tEntity-Destination\tthe sacrifices were thrown into the volcano\ne1\te2\tcountry\tcentury\tEntity-Destination\tthis developing country has moved into the 21st century\ne1\te2\tpractices\tinterviews\tMessage-Topic_reversed\tthe following good practices were pointed out during the interviews\ne1\te2\tshoes\tbox\tContent-Container\this shoes were in a box\ne1\te2\tmechanic\twrench\tInstrument-Agency_reversed\ta mechanic attaches a socket wrench to a bolt\ne1\te2\tbrigade\tchefs\tMember-Collection_reversed\twe have assembled a brigade of high-profile master chefs who are creating a menu that - like ballet kelowna itself - exemplifies the very best of where we live\ne1\te2\tstores\tmemory\tEntity-Destination\tconflicting loads were stalled while pending stores were draining into memory\ne1\te2\tbattle\tpanic\tCause-Effect\tthe battle caused a panic on the frontier, and settlers in the surrounding counties fled\ne1\te2\tpoet\tcenter\tEntity-Destination\tthe famous poet moved into a medical center\ne1\te2\tworld\tjug\tContent-Container\ti've got the world in a jug, the stopper's in my hand\ne1\te2\tchapters\tbook\tComponent-Whole\tas a general rule, chapters later in the book are designed to be studied after earlier ones\ne1\te2\tpower\tdams\tCause-Effect_reversed\tfor decades, most of the nation's renewable power has come from dams, which supplied cheap electricity without requiring fossil fuels\ne1\te2\tchimpanzees\ttools\tProduct-Producer_reversed\tchimpanzees make tools and use them to acquire foods and for social displays\ne1\te2\tstapler\tanvil\tComponent-Whole_reversed\tthe stapler comprises a stapling head (2) and an anvil (3)\ne1\te2\tsignal\tlaser\tCause-Effect_reversed\tthe optical signal is generated by an externally modulated tunable laser, and introduced to the chip through a tapered fiber\ne1\te2\tbyelection\tresignation\tCause-Effect_reversed\tthe byelection was caused by the resignation of boris johnson following his election as mayor of london in may\ne1\te2\tstructure\tspeculation\tCause-Effect_reversed\tswissair was a victim of the clandestine wealth-transfer plaguing the productive sector as a result of the falling interest-rate structure caused by bond speculation\ne1\te2\twars\tliving rooms\tEntity-Destination\ttechnological advances have brought the wars into the living rooms across the world\ne1\te2\titems\thome\tEntity-Destination\tthe moving companies transport personal items to your new home\ne1\te2\tdishwasher\ttub\tComponent-Whole_reversed\tthis dishwasher has the tallest tub available* and allows you to wash more than ever before\ne1\te2\tworks\tchurch\tEntity-Destination\tthis week we donated handcrafted fabric works to the local church\ne1\te2\tpier\tforms\tOther\tdee's end caps make pier piling sidewall forms function more efficiently by locking the forms together so they stay in place\ne1\te2\tevacuation\tdrill\tCause-Effect_reversed\the received reports from the residence hall presidents regarding evacuation after the fire drill\ne1\te2\tmessage\tpaper\tContent-Container\tthe message was enclosed in a paper that was folded and sealed\ne1\te2\tpiano\tkeys\tComponent-Whole_reversed\the cleaned his piano keys, using the proposed tips, but also remembered: playing with clean hands can prevent future headache\ne1\te2\tgathering\tevent\tComponent-Whole\tthe \"happy hour\" gathering was the best part of the event\ne1\te2\tindicator\tland\tOther\tthe frog is the environmental indicator of the land, but university of queensland researchers reckon when it comes to the sea, we should look to the turtle\ne1\te2\tbag\tsafe\tEntity-Destination\tballots were tallied by an independent third party and locked in a bag which was locked in a safe\ne1\te2\tboiler\tcylinder\tComponent-Whole_reversed\tthe worcester greenstar 30 cdi conventional boiler works with a hot water storage cylinder to provide hot water\ne1\te2\tarticle\tfood\tMessage-Topic\tthe point of the article is that food forms an important part of cny\ne1\te2\ttsunamis\tearthquakes\tCause-Effect_reversed\tthe tsunamis triggered by the massive earthquakes plunged those provinces into crisis: the number of people dead and missing has reached to 245,782 people\ne1\te2\telements\tearth\tEntity-Origin\tthe human body is the product of the earth with all elements in it originating from the earth\ne1\te2\tnovel\thistorian\tProduct-Producer\tit's basically a trashy pseudo-18th-century novel written by a american historian at harvard\ne1\te2\tdamage\tderegulation\tCause-Effect_reversed\twe have to take into account the reality of the damage that has been caused by the deregulation of nutritional supplements\ne1\te2\tanthrax\tsuitcase\tContent-Container\tthe anthrax was in a suitcase that the egyptian was supposed to deliver to someone in canada\ne1\te2\tchair\tcrate\tContent-Container\tthe chair was in a crate and then completely wrapped in cellophane and then bubble wrap\ne1\te2\tclub\thotels\tMember-Collection_reversed\triviera holiday club consists of few hotels (look on the left part of the page) which are located on the beach, in a nice and quite park\ne1\te2\tcatastrophe\tmetaphor\tOther\tthe catastrophe is narrated through metaphor\ne1\te2\tbread\tbasket\tEntity-Destination\tshe placed the bread in a serving basket and passed it around the classroom\ne1\te2\tclutch\teggs\tOther\tlesser black-backed gulls were capable of producing, on average, almost three times the normal clutch of three eggs\ne1\te2\tmissile\tcanister\tEntity-Destination\tthe missile was placed inside a canister and loaded into a launch facility\ne1\te2\tdrama\twatchdog\tOther\ta channel 4 drama set in a psychiatric unit has been criticised by a tv watchdog for its \"offensive\" title and for reinforcing prejudice against people with mental health problems\ne1\te2\testrogen dominance\tosteoporosis\tCause-Effect\testrogen dominance is one of the main causes of osteoporosis, cancer, ovarian cysts, fibroids and a host of other female problems in the u.s\ne1\te2\tsupplies\tregulator\tComponent-Whole_reversed\tmany simple dc power supplies regulate the voltage using a shunt regulator such as a zener diode\ne1\te2\tfly\tjeans\tComponent-Whole\the zeroed in on the metal button in the fly of my jeans as well as the metal eyelets on my shoes as the only sources of metal that likely triggered the metal detector\ne1\te2\tinformation\tsentence\tMessage-Topic_reversed\tthe essential information is found in the second sentence\ne1\te2\tkettle\tdrums\tOther\titunes, however, is a different kettle of drums\ne1\te2\tpictures\tbox\tContent-Container\tthis is movingly symbolised in the film in the way that people's homes were bare, all their memories and pictures were in a box\ne1\te2\tman\twindow\tInstrument-Agency_reversed\tthe young man watched the snow through the window, and he wanted to stay in that cafe forever\ne1\te2\ttribe\tnatives\tMember-Collection_reversed\tat the same time in this very same region, lived a tribe of muslim natives known as almamy\ne1\te2\tgroup\tbus\tInstrument-Agency_reversed\ti joined the group which took the bus to jura house gardens for the start of our walk\ne1\te2\tking\tapartment\tEntity-Origin\twhen the king had left the apartment, she withdrew her hand\ne1\te2\tguide\tresources\tMessage-Topic\tit also offers a concise guide to the historical documentary resources\ne1\te2\tsuperfluity\tgoods\tOther\twealth is nominally a superfluity of goods required for subsistence, but the character of these goods varies with the use of wealth\ne1\te2\twife\tblogosphere\tOther\this wife is a participant in the blogosphere, and he doesn't want to ruin the surprise for her\ne1\te2\tmental disorders\tart\tMessage-Topic_reversed\tmental disorders have often been featured in art and literature\ne1\te2\tscan\tpotential\tOther\tthe scan started at the rest potential toward the positive direction\ne1\te2\tquestions\trules\tMessage-Topic\tthe answers to questions raised about rules governing immigration were wheeled out one after another\ne1\te2\tparameter\tconstructor\tEntity-Destination\tthe parent parameter was passed on to the qobject constructor\ne1\te2\ttail\tfeather\tComponent-Whole_reversed\tthe tail is long and thin with a blue central tail feather\ne1\te2\tboat\tbeach\tEntity-Destination\tthe boat basically sails from the harbour to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach\ne1\te2\tearly years\tdiscussion\tMessage-Topic_reversed\tthe early years of autism is the topic of discussion\ne1\te2\tbasket\tvillage\tEntity-Origin\twhen we arrived, a large basket of goodies was delivered from the village manager and our neighbours presented my wife with a rose to welcome us\ne1\te2\tgerms\tillnesses\tCause-Effect\tthe great news is that germs causing recreational water illnesses are killed by chlorine\ne1\te2\tmachine\tstitches\tProduct-Producer_reversed\tthis is more of a production machine stitching 600 stitches per minute\ne1\te2\texperts\tdefence\tOther\tthe eu inserted experts into the national defence\ne1\te2\tshop\tdiameter\tOther\tthe shop machined the part with a 1.25 inch diameter\ne1\te2\ttops\tdrawer\tContent-Container\twe store the tops for the containers in a shallow drawer to reduce the clutter\ne1\te2\tbillions\treforms\tEntity-Destination\tthe government has poured billions into education reforms\ne1\te2\tmanufacturer\tpledge\tProduct-Producer_reversed\tthe campaign's leaders were right to accept the arms manufacturer's pledge\ne1\te2\tdefinition\terror\tEntity-Origin\tthe popular definition is rooted in an editorial error\ne1\te2\trock\tpower\tOther\tby chance, toe discovers a rainbow-coloured rock with hidden power to grant wishes\ne1\te2\tcontainer\tvault\tEntity-Destination\tthat container was put inside a vault provided by stark memorial funeral home\ne1\te2\tsystem\tcarbon\tOther\tthe turbines are making an electricity system with low carbon emissions even greener - already, in seattle, more than 90 percent of the power comes from renewable sources\ne1\te2\tsubsection\tmeasure\tInstrument-Agency_reversed\tamendment 4 removed the subsection which applies the measure to partner authorities of local authorities\ne1\te2\toven\tprobe\tComponent-Whole_reversed\tthis oven has a meat probe so i tried it in the lasagna at a set temperature of 165 degrees\ne1\te2\trum\tjuice\tEntity-Origin\trum is distilled from fermented sugarcane juice, fermented sugarcane syrup or fermented molasses\ne1\te2\tmaterial\tarticle\tEntity-Origin\ti am grateful to a former editor of cogito for permission to reproduce material from my article 'an introduction to infinity', 1992\ne1\te2\tblades\tscissors\tComponent-Whole\tin the process of engagement the two blades of the scissors engage a piece of tissue to cut\ne1\te2\tregiment\tmarksmen\tMember-Collection_reversed\ta handpicked regiment of 100 marksmen under general william maxwell laid an ambush in the surrounding cover\ne1\te2\tpicture\tframe\tContent-Container\tthe picture frame hangs on the wall in my living room, reminding me that i'm the only child of three to be born and live to my parents\ne1\te2\tpapers\tchemistry\tMessage-Topic\ttoday, for the first time in the uk, full examination papers in chemistry and mathematics set for 16-year-old school pupils in the people's republic of china are to be published in english and made widely available\ne1\te2\tdisruption\tsubstance\tCause-Effect_reversed\tthe disruption has been caused by a sensitivity reaction in the brain to an ingested substance\ne1\te2\tlandslide\trainfall\tCause-Effect_reversed\tthe enormous landslide, which was triggered by an exceptionally heavy rainfall event (500 mm in 24 h) on 30 october 1998\ne1\te2\tdieters\tformula\tInstrument-Agency_reversed\tmost dieters are familiar with the usual weight loss formula: proper diet, adequate exercise, and a healthier lifestyle\ne1\te2\twood\tbonfire\tEntity-Destination\tin the evening, he threw wood into the bonfire\ne1\te2\tstudent\tgovernance\tOther\tin the framework of a holistic approach to student development and support, student services are also the contact point for other functions such as student out-of-class involvement, student participation in the university governance as well as in the student union\ne1\te2\tspeech\tmeasures\tMessage-Topic\this speech outlined urgent measures for stimulating the economy\ne1\te2\tplane\tearth\tEntity-Origin\tmore than 20 years have passed since the last plane took off from the earth\ne1\te2\tmarket\tstructure\tOther\tthe market is rooted in the structure of zanzibar household economies, and therefore proides an indispensible function in daily life\ne1\te2\tozone layer\tatmosphere\tComponent-Whole\tthe ozone layer is a relatively small constitute part of the earth's atmosphere, although it accounts for a large protection measure\ne1\te2\tguidelines\tlenders\tInstrument-Agency\tdebt-to-income ratios are referred to as the guidelines that are used by mortgage lenders in order to determine your maximum mortgage amount\ne1\te2\tofficer\toath\tProduct-Producer_reversed\tthe officer swore an oath of secrecy on becoming a sky marshal, so his name can't be revealed\ne1\te2\twine\track\tContent-Container\tthe wine was stored in a wine rack so the cork has been wet to prevent the wine from turning to vinegar\ne1\te2\tlist\tsafe\tContent-Container\tthe list of passengers and crew, handed to the purser just before the steamer left providence, was locked in a safe, and it was not recovered\ne1\te2\trestaurant\twebsite\tMessage-Topic_reversed\tthe restaurant is advertised by the official municipal website\ne1\te2\twolf\tpack\tMember-Collection\tthis pecking order continues all the way down to the most subordinate wolf in the pack\ne1\te2\trhumba\trattlesnakes\tMember-Collection_reversed\ta rhumba of rattlesnakes plagued a village\ne1\te2\tpoint\tbackground\tEntity-Origin\tmy point was coming from a welding background that good goggles are most definitely not hard to find\ne1\te2\texamination process\tdirectives\tOther\tthe complete examination process has been carried out according to the pertinent directives\ne1\te2\tpoet\timagery\tInstrument-Agency_reversed\teven if an abstract theme is at the center of the poem, the poet still uses concrete imagery in order to make it more accessible\ne1\te2\tleaflet\tentitlements\tMessage-Topic\tthis leaflet gives a summary of holiday entitlements\ne1\te2\tgas\tpyrolysis\tCause-Effect\tthe heated gas caused a pyrolysis on the lower part of oil shale and produced shale oil and oil shale gas are escaped from the retort through exhaust pipe\ne1\te2\tqueue\treports\tOther\tthe signoff queue is used for reports that the user has not seen before\ne1\te2\tfiles\tdirectory\tEntity-Destination\twe put the files into a date-based directory like yy/mm/dd\ne1\te2\tcouple\ttown\tEntity-Origin\tthe couple hailed from tezpur town in northern assam\ne1\te2\tbottle\tteeth\tContent-Container_reversed\tin her dentist dad's office, with the help of her brother norman she finds a bottle full of pulled teeth\ne1\te2\tguns\troom\tContent-Container\tmy guns are locked in my room\ne1\te2\tstudent\tuniversity\tMember-Collection\tthus, aptitude provides no information about critical interactional processes that take place after the student has enrolled in the university\ne1\te2\tscream\tchambers\tEntity-Origin\tthe scream was coming from his own chambers; he ran through them and drew to a halt at the doorway to eirin's room\ne1\te2\tproducts\thamper\tContent-Container\tthe winner has received the years worth of beauty products in a hamper\ne1\te2\tprogram\tbio-scientist\tProduct-Producer\the is also a work of fiction, a software program written by a bio-scientist from st petersburg and a finalist in a contest to find the world's first thinking computer, staged yesterday at reading university\ne1\te2\temissions\tatmosphere\tEntity-Destination\tit was a significant environmental hazard in the copper smelting process when the emissions were released into the atmosphere\ne1\te2\tcover\tcanister\tEntity-Destination\tthe tonneau cover retracts into a canister\ne1\te2\thouse\tsenators\tMember-Collection_reversed\this reformation of many of the roman laws caused quite a bit of discomfort in the seats of power at the house of senators\ne1\te2\tentitlements\tproperty\tOther\tparties have inherited entitlements to property\ne1\te2\tclaimant\tstatement\tOther\tthe libel claimant has proved that the statement was defamatory\ne1\te2\tprices\tcollapse\tCause-Effect\tthe low oil prices caused the collapse of the wall and the russian empire\ne1\te2\tcashier\ttill\tOther\tby charging odd amounts like 49 or 99 cents, the cashier very probably opened the till\ne1\te2\tcells\tbone\tEntity-Destination\tthe cancer cells have increasingly been moving into the bone\ne1\te2\tvisitors\tvineyard\tEntity-Destination\tthis christmas, visitors travelled to the vineyard by the free bus\ne1\te2\tgeodiversity\tobjective\tEntity-Destination\tgeodiversity has been added into the objective\ne1\te2\tpain\tparasite\tCause-Effect_reversed\tthe pain was caused by the parasite entering the body through the skin during bathing or drinking of infested water\ne1\te2\tbevy\troebucks\tMember-Collection_reversed\tone who lives in the area of the ural mountains has a possibility of observing a bevy of roebucks\ne1\te2\twasher\twater\tInstrument-Agency_reversed\twasher works with a single cup of water\ne1\te2\treaction\ttemperature\tCause-Effect_reversed\tthe reaction starts at a rather low temperature ( + 5c), and the calorimeter is run from 40 to 130c\ne1\te2\taccommodation\thall\tComponent-Whole_reversed\tthe accommodation briefly comprises of hall, downstairs w.c., lounge, kitchen, three bedrooms and bathroom\ne1\te2\tharlot\thornpipe\tOther\tnext to moll lived the celebrated actress nancy dawson, a former harlot made famous by her lascivious hornpipe in gay's phenomenally popular the beggar'ss opera\ne1\te2\tcommittee\tmember\tMember-Collection_reversed\the has been a committee member for gungarde in cooktown\ne1\te2\tpaw\tcat\tComponent-Whole\tthe paw of the cat thus appears to be more sensitive to temperature changes than was believed previously, and its temperature sensitivity may be comparable to that of the hand of the primate\ne1\te2\tunit\tarchers\tMember-Collection_reversed\ton the seleucid right flank atticus deployed the elite companions screened by a single unit of scythian horse archers\ne1\te2\tweapon\twooden box\tContent-Container\ta weapon was inside a wooden box behind a stereo cabinet that was suspended about seven feet above the floor\ne1\te2\tstable\thorses\tMember-Collection_reversed\twhile jackson was in the white house he kept a stable of race horses -- perhaps the only president of the united states ever to run a racing stable\ne1\te2\tjob listings\tcareers section\tEntity-Destination\tjob listings in india have been added to our careers section\ne1\te2\tconference\tkortdage\tComponent-Whole\tthe conference was a part of the danish kortdage and was arranged by geoforum in cooperation with gi norden\ne1\te2\tcars\tsignal\tEntity-Origin\tthe left-turns are sequenced to correspond to the arrival of the group of cars from the upstream signal\ne1\te2\tcable\tmachine\tComponent-Whole\the atached a handle to the upper part of a cable machine\ne1\te2\tchallenges\trecruitment\tOther\tbut we are not at all complacent and we are well aware of the challenges around recruitment\ne1\te2\tbutton\tmouse\tComponent-Whole\tthis is made possible by unscrewing the three or four screws from the button of the mouse\ne1\te2\ttowns\tyear\tOther\tthe influential towns of brownville and fontanelle were founded that year as well\ne1\te2\tslice\tbeaker\tContent-Container\ton the table, a potato slice was already placed in a beaker of distilled water\ne1\te2\tdiscovery\tworker\tOther\ta chance discovery made by a road worker in 1956 uncovered a rich find of 360 million year old fish fossils\ne1\te2\tpsychiatrist\tdrugs\tInstrument-Agency_reversed\tthe psychiatrist killed him with the drugs she gave him\ne1\te2\thandgrip\twheelchair\tComponent-Whole\tthe user-friendly control device is mounted on the handgrip of the wheelchair\ne1\te2\trestaurant\tproducts\tInstrument-Agency_reversed\tthe restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack\ne1\te2\tpractices\tengineers\tInstrument-Agency\ti conducted a training seminar on energy efficiency best practices for engineers at the pune municipal corporation\ne1\te2\tposter\texhibition\tMessage-Topic\tthis poster advertises the 1898 exhibition of the shroud\ne1\te2\talcohol\tsteam bath\tEntity-Origin\tthe alcohol was distilled from a steam bath, and the lactone was separated from the sodium bromide by extraction with ether\ne1\te2\tsurvey\topinions\tMessage-Topic\tthe survey documents children's opinions on a wide range of social issues\ne1\te2\tsuitcase\toranges\tContent-Container_reversed\tmy grandmother came here when she was 17 years old with nothing but a suitcase full of oranges\ne1\te2\tsample\tvial\tEntity-Destination\teach sample of the felt was enclosed in a separate glass vial with blanks of polished lead, silver and copper\ne1\te2\tbrothers\tmovie\tProduct-Producer_reversed\tthe brothers wrote this movie after coming up with the characters\ne1\te2\tsong\twriters\tProduct-Producer\telsewhere, you'll find a real embarrassment of riches, with song after brilliant hit song from the fertile imaginations of the great brill building writers\ne1\te2\ttittering\tmagpies\tMember-Collection_reversed\twhen a murder of crows and a tittering of magpies get into a turf war over susie wu's eucalyptus, the real winner is susie's cat, mittens\ne1\te2\tpolice\treport\tProduct-Producer_reversed\tthe police report has cast a spotlight on america's self-help industry\ne1\te2\tflight\tgate\tEntity-Destination\tmy flight arrived at the usual gate\ne1\te2\tbarley\tspirits\tEntity-Origin_reversed\tthe rising popularity of malted whiskies, especially single malt barley spirits, is evidenced in the growing number of distilleries and labels that have been cropping up over the past few years\ne1\te2\tbank\tbubble\tOther\ttowne bank, which has only one retail location, was one of those opportunistic upstarts, a bank built on a bubble\ne1\te2\tdetachment\tvolunteers\tMember-Collection_reversed\tmeanwhile, general wadsworth with a detachment of militia volunteers and winfield scott's regulars crossed the river to reinforce captain wool's position and take command\ne1\te2\thelix\tnucleotide\tOther\tthe helix runs away from the nucleotide\ne1\te2\tjoy\tteaching\tCause-Effect_reversed\ti derive a tremendous amount of joy from teaching students in the research laboratory\ne1\te2\tgalaxy\tfootballers\tMember-Collection_reversed\tbesides a galaxy of prominent footballers, his colleagues, sportspersons and people from all walks of life paid last respect to the departed footballer\ne1\te2\tcombination\tinhibitors\tOther\tthe study found that people who took the combination of cholinesterase inhibitors (aricept, razadyne, or exelon) and memantine, showed a significantly slower rate of cognitve decline than those who took only a cholinesterase inhibitor or no drug\ne1\te2\thorns\tmountains\tOther\tantelope horns grows from the southern california desert mountains across to arkansas and up into kansas\ne1\te2\tproblem\tevents\tCause-Effect_reversed\ta very serious problem ensued from the events of the day\ne1\te2\tbook\tcoloring\tMessage-Topic\tthe book contained not only recipes but also such things as coloring of textiles and other things concerning a household\ne1\te2\trevellers\tparty mode\tOther\the sent the revellers into party mode\ne1\te2\tjam\tcanteen\tEntity-Destination\ttrench pudding is made from broken biscuits, condensed milk, jam put into a canteen and cooked over a little spirit stove\ne1\te2\trevolution\twriting\tCause-Effect_reversed\ta first revolution was triggered by the growing use of reading and writing\ne1\te2\tpassage\tflag\tMessage-Topic\tthe pertinent passage describes the flag as a tricolor consisting of green, white and orange bands\ne1\te2\tstatement\taccount\tComponent-Whole\ta witness statement contains the witness's factual account of the circumstances of the dispute\ne1\te2\tbristles\tbrush\tComponent-Whole\tyou shaped the bristles of the brush with clean lather still in it\ne1\te2\tmolding\tpaperboard\tEntity-Destination\tthe extrusion blew the molding into paperboard\ne1\te2\tagency\tallegations\tOther\tthe us regulatory agency was investigating allegations that at least one plane was considered unsafe to fly\ne1\te2\tbiofilm\tinside\tOther\tthe resulting biofilm grows from the inside out rather than planktonic organisms attaching and promoting the growth from the outside\ne1\te2\tvibration\ttrain\tCause-Effect_reversed\tthe vibration caused by a heavy goods train on the metropolitan railway, which runs under the exhibition premises, had shaken the figure off its balance\ne1\te2\toffer\tcompany\tProduct-Producer\tthe other offer was from an old-line investment counsel-mutual fund company in new york\ne1\te2\tfeature\tsoftware\tEntity-Destination\ta similar image search feature has been added to the software\ne1\te2\tformation\tdragoons\tOther\tit also gives some of the history behind the formation of wolf's dragoons and some of the battles and campaigns the mercenary regiment has fought\ne1\te2\thull\tboat\tComponent-Whole\tthe hull of the boat is carved from a single piece of wood\ne1\te2\tmetal cube\tjacket\tContent-Container\ta metal cube, one meter on each side, is enclosed in a thermally insulating jacket\ne1\te2\tsurges\tlightning\tCause-Effect_reversed\tvoltage surges or spikes are caused by lightning, short circuits, power company equipment problems, and inductive spikes, among many other causes\ne1\te2\tdesign\tartist\tProduct-Producer\tthis is a tattoo design an artist drew up\ne1\te2\tdamage\tcrisis\tCause-Effect_reversed\tthe recovery is weak and fragile, and the economic and social damage caused by the crisis is long-lasting\ne1\te2\tmycoses\tfungi\tCause-Effect_reversed\tthe cutaneous mycoses are caused by a homogeneous group of keratinophilic fungi termed the dermatophytes\ne1\te2\tcrisis\tcollapse\tCause-Effect_reversed\trecovery from the global economic crisis triggered by the collapse of lehman brothers was achieved with cooperation from brazil, russia, india and china\ne1\te2\tmicrophone\tsignal\tCause-Effect\tthe microphone converts sound into an electrical signal\ne1\te2\tmass\tmovement\tOther\tthe trapped mass takes part in the movement and therefore contributes to the inertia of the system\ne1\te2\tdisk\timage\tProduct-Producer_reversed\tbaird's scanning disk produced an image of 30 lines resolution, just enough to discern a human face, from a double spiral of lenses\ne1\te2\timplants\tbone\tEntity-Destination\tseveral authors have inserted implants into bone that have been subject to higher radiation doses\ne1\te2\ttransmitters\torangutans\tEntity-Destination\tthe sabah wildlife department has implanted transmitters into three orangutans\ne1\te2\thygrometer\tspring\tEntity-Origin\tthe hygrometer was manufactured in the spring of 1995, and it was calibrated for the first time in june 1995\ne1\te2\tmenage\tshadows\tMember-Collection_reversed\tnext up was the climb, a slow steady rock strewn menage of eirie shadows reflecting off of tall trees and red rocks\ne1\te2\tgoatfish\tbarbels\tComponent-Whole_reversed\tgoatfish use a pair of large chin barbels to probe the sea bottom to detect buried prey\ne1\te2\tbillion\teconomy\tEntity-Destination\tolympics have already poured one billion into the economy\ne1\te2\titems\tplastic bag\tEntity-Destination\twe removed the sharp items into the plastic bag\ne1\te2\twall\tshop\tComponent-Whole\tbarrymore is singing while painting the flowers on the wall in the shop\ne1\te2\tfriends\tapartment\tEntity-Destination\tmy two friends have moved into my apartment last weekend\ne1\te2\tcloset\twriter\tOther\ti've been a closet writer for a long time\ne1\te2\treport\tapplication\tMessage-Topic\tthe commission submitted to the council and the european parliament a report on the application and conditions of implementation of the agreement\ne1\te2\tswelling\texpansion\tCause-Effect_reversed\tswelling of the resin is caused by the expansion of the structure as a result of water (or other liquid) molecules penetrating the matrix\ne1\te2\tsetbacks\tdesign\tCause-Effect_reversed\tthere were setbacks and technical problems that ensued from the location design, flooding, and moisture that plagued the winery and bumped up the investment cost beyond the initial budgetary estimates\ne1\te2\tmattress\tmoney\tContent-Container_reversed\tan israeli woman mistakenly threw out a mattress with money inside, setting off a frantic search through tons of garbage at a number of landfill sites\ne1\te2\tbisexuality\tbook\tMessage-Topic_reversed\tlauren also explores bisexuality in this new book\ne1\te2\tresearchers\texams\tInstrument-Agency_reversed\tthe researchers studied the efficiencies of assessment through exams, particularly if the marking is routine or automated, are counterbalanced by its limitation\ne1\te2\ttoxic materials\twater\tEntity-Destination\tplastic water bottles leak toxic materials into the water\ne1\te2\tdata entry\tdatabase\tEntity-Destination\ta basic data entry has been added to the database\ne1\te2\tgoat\therd\tMember-Collection\tprevention of cae viral infection is important in goat herd management because there is no treatment that eliminates cae virus or vaccine to prevent this disease\ne1\te2\tinfraction\tclot\tCause-Effect_reversed\twe find evidence that ernst suffered a thrombotic cardiovascular event, i.e., a myocardial infraction triggered by a blood clot\ne1\te2\tmask\traccoons\tMember-Collection_reversed\ti will leave it up to wes to tell you about the mask of raccoons we encountered on the trip\ne1\te2\tcontent\tencyclopedia\tEntity-Origin\tsome content from the encyclopedia became a part of microsoft's encarta digital encyclopedia\ne1\te2\tfire\tbuilding\tOther\tfire was venting from the first floor of a multi-storeyed building in south mumbai's nariman point area on monday\ne1\te2\twater\tpaintings\tEntity-Origin\tthe water evaporated from the paintings, leaving only the colored salt behind\ne1\te2\tmemory\tneurons\tContent-Container\tthe memory is stored in the same neurons that responded to the odor\ne1\te2\tversion\ttale\tEntity-Origin_reversed\tthe perrault version is the source of the most familiar cinderella tale\ne1\te2\tstrawberry\tjam\tEntity-Origin_reversed\tstrawberry jam is the perfect way to use a glut of strawberries and is so easy to make with this strawberry jam recipe\ne1\te2\twebsite\tdetails\tComponent-Whole_reversed\tthis website is dedicated to providing event details, guest book, class photos, rsvp, payment collection and trip planning information\ne1\te2\tchain\tsaws\tComponent-Whole\tit's important you choose the right one as chain saws are quick to start malfunctioning if the chain saw you choose isn't up to the task at hand\ne1\te2\trod\ttool\tComponent-Whole\tthe rod in the hand priming tool is quite long and the handle bottoms out before the primer is completely seated\ne1\te2\taccompaniment\tcondiments\tOther\tthe charcuterie was well portioned offering lots of variety, well textured, with a nice accompaniment of condiments and composed salads\ne1\te2\thands\tclock\tComponent-Whole\tthe hands of the clock are stainless steel tubing: the hour hand is 14.5 ft, the minute hand 17.5 ft and the second hand 21 ft long\ne1\te2\tspeaker\tquestion\tProduct-Producer_reversed\tthe speaker opens the poem with a question addressed to the beloved\ne1\te2\tegg\tnest box\tEntity-Destination\twhen his pullets got ready to start laying, he placed the fake egg in a nest box, thus giving them the idea that the boxes were \"the place\" to lay their eggs\ne1\te2\trobbers\tstore\tEntity-Origin\tthe robbers ran away from the store without any money\ne1\te2\tfilm\tlife\tMessage-Topic\tthis is a short film with 12 minutes duration on the life of a live statue - a mimo - on the streets of florence, italy\ne1\te2\tskulk\tthieves\tMember-Collection_reversed\ta skulk of thieves gathered for their monthly summit\ne1\te2\tdiscussion\tissues\tMessage-Topic\tpicture books invite students to engage in critical discussion of complex issues of race, class, and gender\ne1\te2\tprotesters\troad\tOther\tthe protesters carefully chose a private road in order not to cause inconvenience to the public\ne1\te2\tpeakeffect\teffect\tCause-Effect_reversed\tthe breakdown of the linear relation of j,1 d at peakeffect region indicates that the peakeffect originates from an addition pinning effect\ne1\te2\tinsert\tmachine\tContent-Container\tthis set of buttons comes with the colorful printed paper insert placed inside of the gum machine\ne1\te2\tbottle\thoney\tContent-Container_reversed\twhen a bottle full of honey was weighed, its weight was 1 kilogram\ne1\te2\ttrespass\tinterference\tOther\tthe gist of trespass is direct physical interference with another's exclusive possession of land\ne1\te2\tgalaxy\tstars\tMember-Collection_reversed\tthe milky way, the galaxy of billions of stars that contains the solar system, has been devouring a much smaller galaxy for hundreds of millions of years, but until now the \"dwarf\" galaxy had been mistaken for a portion of the milky way itself\ne1\te2\tcorn\tspirits\tEntity-Origin_reversed\tthe distillation of corn spirits, which appears to have been first brought to high perfection in germany, and in holland, is now become an important assistance to our agriculture, particularly in the departments on the north and east of france\ne1\te2\tbook\tofficial\tProduct-Producer\ta best-selling book by an anonymous cia official assures us that our \"survival\" is at stake\ne1\te2\tpile\tashes\tMember-Collection_reversed\tone of them jumps from the boat to the bank and turns into a pile of ashes, as if he had been on the earth for hundreds of years\ne1\te2\tsurgeon\tforceps\tInstrument-Agency_reversed\tduring camera adjustment, the surgeon accidentally tore the choroid and retina with a tissue forceps\ne1\te2\tbleeding\tartery\tEntity-Origin\tthe bleeding usually originates from an artery in the back part of the nose\ne1\te2\tgarment\treliquary\tContent-Container\there is a detective story involving some scientists and their efforts to explain the origins of a mysterious garment found in a reliquary\ne1\te2\tproducts\tcountries\tEntity-Destination\tmany old products are exported to developing countries\ne1\te2\theadache\twine\tCause-Effect_reversed\thowever, a headache from wine is often stronger and last longer due to several compounds\ne1\te2\tfields\ttheme\tOther\tspecialists from various fields pertinent to the theme took part and presented specific aspects of the topic\ne1\te2\tcourt\tassumption\tEntity-Origin\tthe court started from the assumption that the constitution applied\ne1\te2\tcontainer\tcapacity\tOther\tthe container encloses a one-cup capacity, plus with the bonus lid it provides convenient storage of chopped foods\ne1\te2\timpulses\theartbeat\tCause-Effect\tthe maze procedure crates new pathways for the electrical impulses that trigger the heartbeat\ne1\te2\tcustom\tmilitary\tEntity-Origin\talthough the custom originated in an all male military, it is gender neutral\ne1\te2\tfederation\tworkers\tMember-Collection_reversed\tas a federation of the most skilled workers, and therefore the best paid workers, the afl came to identify its own interests closely with the interests of the american system\ne1\te2\tvolume\tessays\tMember-Collection_reversed\tthis volume contains fifteen essays by well-established scholars addressed to various aspects of russell's wide-ranging and dynamic philosophical work\ne1\te2\tsong\tsingers\tOther\tearly in the song, the background singers repeat the christian and jewish word of praise, \"hallelujah\"\ne1\te2\tegg\tminer\tProduct-Producer\tan association between increased egg laying by the leaf miner and increased caffeine levels in coffee leaves was recently recognized\ne1\te2\tmigraines\tinjuries\tCause-Effect_reversed\twe discovered that my chronic migraines and neck pain were caused by the injuries i had sustained in my first car accident two and a half years ago\ne1\te2\tplay\tquestions\tMessage-Topic\tthe play reflects, among other things, questions about the nature of political power and the dilemmas facing royal families\ne1\te2\tmouse\tscroll ball\tComponent-Whole_reversed\tthis is a tutorial on how to fix a mighty mouse 's scroll ball\ne1\te2\tshield\tradius\tOther\tthe 180 cm thick concrete shield starts at the radius of 600 cm\ne1\te2\tinformation\tpacket\tContent-Container\tthe information was inside a sealed packet, so purchasers may not have known they could not enter the competition\ne1\te2\ttechniques\tinterrogators\tInstrument-Agency\tbrainwashing techniques were used by some british interrogators during world war ii\ne1\te2\tactivities\tnewsreels\tMessage-Topic_reversed\tthe activities were documented on the newsreels of the day, and form part of a new bbc television series\ne1\te2\trains\toverflow\tCause-Effect\tthe continuous rains had caused the overflow of sulangaling river, a creek of the muara batang\ne1\te2\tpharmaceutical\tcapsule\tContent-Container\tthe weight of the pharmaceutical in a capsule is dependent on the volume of the channel in the dosage plate and the density of the pharmaceutical\ne1\te2\tdeck\tcards\tMember-Collection_reversed\the used a real deck of cards\ne1\te2\tarms\tmanufacturer\tProduct-Producer\tdick olver, chairman of bae systems, found himself fighting a battle on two fronts at the arms manufacturer's annual meeting in london\ne1\te2\tdisease\thumans\tEntity-Destination\tthis disease is spread to humans via fleas from rats infected with the bacteria yersinia pestis\ne1\te2\tcigarettes\tproducer\tProduct-Producer\tfurthermore, the production of cigarettes by the major producer has continued\ne1\te2\tsun\tevaporation\tCause-Effect\tsun and wind cause evaporation of water, causing rains, and this energy can be caught using hydroelectric power\ne1\te2\tformation\tparties\tOther\tit has changed the way i think about the formation of parties and party systems\ne1\te2\twren\tnests\tProduct-Producer_reversed\tthe cactus wren builds many nests in the cactus, but actually nests in only one\ne1\te2\tpapers\tconstruction\tMessage-Topic\ta variety of methods are known, but only a few papers give details of equipment construction\ne1\te2\tdistress\tdelusions\tCause-Effect_reversed\the schose the better approach: to be honest and understanding and to acknowledge the distress caused by the hallucinations or delusions\ne1\te2\tdrive\tdrum\tEntity-Origin\tthe skeletal percussive drive grows from an absentmindedly struck bass drum\ne1\te2\tfatigue\tcorrosion\tCause-Effect\tfatigue corrosion and stress corrosion are similar, as both are caused by external stresses applied to the pipe and occur inside of the pipe\ne1\te2\tcartridge\tprinter\tEntity-Destination\tthe man placed the cartridge into the printer\ne1\te2\tcooperative\tproducers\tMember-Collection_reversed\tmbaka is a member of the agricultural cooperative of vegetable producers in kinshasa's changu district\ne1\te2\ttrain\tdoors\tComponent-Whole_reversed\tthis train has as many as six sets of doors on each side to shorten the time for passengers to get on and off at station\ne1\te2\tcommittee\tchair\tMember-Collection_reversed\tthe awards committee is comprised of a chair appointed by the president, with the approval of the board of directors\ne1\te2\ttea\tbag\tContent-Container\tmy chihuahua ate a tea bag of green tea within the last two hours\ne1\te2\tfire\tsoutheastern end\tOther\tthe fire started at the southeastern end of the circus maximus in shops selling flammable goods\ne1\te2\thandpiece\tcoil\tComponent-Whole_reversed\tthe handpiece contains a primary coil and the sleeve encloses a secondary coil, which are inductively coupled together so that electromagnetic energy can be transferred between them\ne1\te2\tchip\tmodem\tEntity-Destination\tat&t inserted a new chip into their latest modem\ne1\te2\trelease\tgallery\tProduct-Producer\ta news release from the gallery, however, told a different story\ne1\te2\tuser\tbroach\tInstrument-Agency_reversed\tpreviously, the end user machined the wrenches with a high-speed steel pull broach\ne1\te2\tchampagne\tglasses\tEntity-Destination\tthe bride and the groom poured champagne into stacked champagne glasses\ne1\te2\tyolk\tthird\tComponent-Whole\tthe yolk makes up about a third of the liquid weight of the egg\ne1\te2\tvaccine\touter-surface protein a\tOther\twe assessed the efficacy of a recombinant vaccine consisting of outer-surface protein a (ospa) without adjuvant in subjects at risk for lyme disease\ne1\te2\tperchlorate\tsoil\tEntity-Destination\tdisposed perchlorate-based products have released perchlorate into the soil\ne1\te2\tyoungster\tapartment\tEntity-Origin\tthings reach a head when the capricious youngster runs away from the jeffersons' apartment\ne1\te2\tangel\tlantern\tInstrument-Agency_reversed\ther guardian angel went before her, lighting the road with a headlight-like lantern\ne1\te2\tweight gain\tstress\tCause-Effect_reversed\tthe best kept secret for avoiding abdominal weight gain due to stress is the use of adaptogens\ne1\te2\titems\tstovetop\tOther\tother items advertised on tv simply melt the chocolate on the stovetop\ne1\te2\tnatural history\tprogrammes\tMessage-Topic_reversed\tnatural history programmes began as live outside broadcasts on bbc television in the early 1950s\ne1\te2\tsense\tlanguage\tOther\tthe sense was extended from the language to the people who spoke it\ne1\te2\tred grape\twine\tEntity-Origin_reversed\tin the eastern orthodox church, for example, sacramental wine used in the divine liturgy must usually be pure red grape wine, often sweet\ne1\te2\tfarmer\tsurplus\tOther\tthe farmer produced a surplus despite the country's worst drought in 30 years by using conservation farming techniques\ne1\te2\tstory\tboards\tMessage-Topic_reversed\tthe story is being discussed on message boards\ne1\te2\trookery\therons\tMember-Collection_reversed\tbaur and adams found on albemarle a rookery of white herons\ne1\te2\tpoet\timagination\tOther\tit is an eden invented by the poet's imagination into which external values are not disregarded, but have been absorbed and re-invented\ne1\te2\tdiamonds\tsafe deposit box\tContent-Container\ther diamonds are locked in a safe deposit box\ne1\te2\tbones\tfreezer\tContent-Container\tscientists store the bones in a freezer, helping to preserve the remaining dna that has been exposed to soil for three decades\ne1\te2\torchard\tplums\tMember-Collection_reversed\ti once had a mixed orchard of plums, sweet cherries, apricots, tart cherries, peaches and apples\ne1\te2\tstory\tstandards\tOther\ttreasure island is a gripping pirate story, fast-paced by the standards of its time and full of action\ne1\te2\ttoll\tearthquake\tCause-Effect_reversed\tvietnam's response on the toll caused by the earthquake in sichuan, china\ne1\te2\tmodel\tjar\tContent-Container\tthe clay model was in a jar wrapped in a daily mirror from 1947\ne1\te2\ttech\tinternet\tInstrument-Agency_reversed\tsemiconductor tech diagnoses eye disease over the internet\ne1\te2\tpig\thead\tComponent-Whole_reversed\ta typical pig has a large head with a long snout which is strengthened by a special prenasal bone and by a disk of cartilage in the tip\ne1\te2\tteacher\tprogram\tProduct-Producer_reversed\tduring the 1980s, that exceptional teacher at a poor public school built a calculus program rivaled by only a handful of exclusive academies\ne1\te2\tshot\tgun\tEntity-Origin\tjames was seriously injured; the shot was fired from his own gun, which he had left on the bank\ne1\te2\tstudent\tjump\tOther\ta university of colorado student died due to a jump from an overpass onto us 36\ne1\te2\tbottle\tchemicals\tContent-Container_reversed\tgiven the choice, i much prefer to have products with natural ingredient than have a bottle full of chemicals\ne1\te2\tdeveloper\tposting\tProduct-Producer_reversed\tan application developer with adobe said in a blog posting that adobe is working on the security flaw\ne1\te2\tresident\tassociation\tMember-Collection\ta happy resident feels part of their association\ne1\te2\tbratpack\tpornographers\tMember-Collection_reversed\tan emerging bratpack of young female pornographers is storming the market and challenging lads' magazines such as fhm and esquire.\ne1\te2\tcourse\twater\tOther\tafter mile 17 the course went away from the water and onto streets with trees\ne1\te2\tearth\tsun\tOther\tas the earth revolves around the sun, the place where light shines the brightest changes\ne1\te2\treview\twork\tMessage-Topic\tas of october 5, 2009, the group has finally produced a review summarising the work performed over the past 12 years\ne1\te2\tproblem\tstate\tCause-Effect_reversed\ttheir analysis demonstrates beyond any doubt that the problem of unemployment has been caused by the state, not by any inherent flaws or failures in a free market\ne1\te2\tsisterhood\tsingers\tMember-Collection_reversed\teve joins an entire sisterhood of female singers\ne1\te2\tcompanies\tgovernments\tInstrument-Agency\tcritics of the industry maintain that private military and security companies are used by governments in order to circumvent attention\ne1\te2\thistorians\tevidence\tInstrument-Agency_reversed\thistorians use evidence and artifacts\ne1\te2\tpouch\trod\tContent-Container_reversed\tthe pouch contained a small stubby rod looking somewhat like a pencil but containing a rod made of antler\ne1\te2\ttube\tstomach\tEntity-Destination\tit is because schiavo cannot swallow that a feeding tube was inserted directly into her stomach\ne1\te2\tpassword\temail\tEntity-Destination\ta temporary password has been sent to your email\ne1\te2\trotors\tgenerators\tComponent-Whole\tin a power system consisting of transmission lines connected together and to two or more generators, the rotors of the generators rotate at a constant speed\ne1\te2\tstudent\tinterview\tEntity-Origin\ta student went away from an interview buoyed up by wise and wholesome advice\ne1\te2\tinequality\triots\tCause-Effect\tthe inequality and poverty caused the riots in 2001\ne1\te2\tbook\tindex\tComponent-Whole_reversed\tthe book includes a 13-page index, which is quite extensive for a volume of this length\ne1\te2\tmarshes\tfarms\tOther\tthe marshes have been drained into the farms\ne1\te2\tsuitcase\tpapers\tContent-Container_reversed\tall i had left were two pairs of shorts, one pair of underwear, a pair of slippers, a purse and a suitcase with some important papers in it\ne1\te2\tlithium\tstainless steel tray\tContent-Container\tthe lithium was contained in a stainless steel tray in two semicircular halves at the bottom of the vacuum vessel\ne1\te2\tmitochondria\tgenerations\tOther\tmitochondria were passed on to subsequent generations only through egg cells\ne1\te2\tember\tturnip\tEntity-Destination\tjack placed the ember in a hollowed-out turnip, one of his favorite foods and an item he often stole and carried with him\ne1\te2\torca\texhibit\tComponent-Whole\tmoby doll was the first captive orca displayed in a public aquarium exhibit\ne1\te2\tepigraphs\thell\tMessage-Topic\tall the epigraphs make reference to hell or the underworld\ne1\te2\twafers\tsites\tEntity-Destination\tthe wafers are shipped to sites for probing\ne1\te2\tchocolate\tcake\tEntity-Origin_reversed\tgerman chocolate cake is one of my all time favorite cakes and with our step by step instructions you simply cannot go wrong\ne1\te2\tanalysis\tvalue\tOther\tcost-benefit analysis is used mainly to assess the monetary value of very large private and public sector projects\ne1\te2\tcompanions\tway\tOther\tthe three companions reached the city by way of the river selintan\ne1\te2\tclub\tparents\tMember-Collection_reversed\tthe club consists of parents, friends, alumni and local businesses\ne1\te2\tflyers\tcompany information\tMessage-Topic\tflyers and postcards supply current clients with company information, but normally do not increase clients to the mailing list\ne1\te2\tmenage\tcharacters\tMember-Collection_reversed\tbelfast student martin lives as part of a menage of outlandish characters all struggling to make sense of the 1970s psychosexual revolution under the watchful eye of their colourful landlady crystal\ne1\te2\tback\tcoffeemaker\tComponent-Whole\tthe model number is found on the back of the coffeemaker\ne1\te2\treport\tlearning\tMessage-Topic\tthe australian flexible learning framework has released a new report on mobile learning\ne1\te2\tword\tword\tEntity-Origin\tthe word 'donjon' was derived from a latin word meaning 'dominating point'\ne1\te2\tprotagonist\tplace\tEntity-Destination\tusing a teleport, the protagonist travels into any place instantly\ne1\te2\teggs\tdish\tContent-Container\twe kept raw eggs in a dish in the fridge for too long\ne1\te2\tspeech\tdoctrine\tMessage-Topic\tobama uses nobel speech to explain his foreign policy doctrine\ne1\te2\theat\tbody\tCause-Effect_reversed\tit seems like the fever heat got pushed out from the body as rashes\ne1\te2\troof\tbuilding\tComponent-Whole\trepairs were being carried out on the roof of the building, which was partly made of felt\ne1\te2\tgirl\tcandle\tInstrument-Agency_reversed\tvisibly disturbed, the girl searched the room with the burning candle\ne1\te2\tpotter\twheel\tInstrument-Agency_reversed\tafter the pottery is formed, either by a potter's wheel or more primitive means, it has been left to thoroughly dry\ne1\te2\tseries\tdevelopment\tOther\tthis series made a contribution to the development of museological thought\ne1\te2\tplan\tdesigner\tProduct-Producer\tthe universe was made with a plan by a designer\ne1\te2\tgrammars\tlanguages\tOther\thence, the left regular grammars generate exactly all regular languages\ne1\te2\truler\tempire\tOther\tthis feared ruler founded the largest land empire in history\ne1\te2\tholder\taircraft\tProduct-Producer_reversed\tthe record holder folded his 10cm aircraft by hand from a single sheet of paper and did not use scissors or glue\ne1\te2\tdocument\tindependence\tMessage-Topic\tthe chilean declaration of independence is a document declaring the independence of chile from the spanish empire\ne1\te2\tprotocol\tstack\tOther\tto connect the microcontroller to the internet, one must implement a protocol stack on the device\ne1\te2\tcrank\tshaft\tComponent-Whole\tthe slide system consists of a slideway and a sliding element, whereas the slide system is connected to at least one piston and the crank of the shaft\ne1\te2\tserpent\tcradle\tContent-Container\tit's killed a serpent that was in the cradle\ne1\te2\tfurniture\troom\tEntity-Destination\tthe two men moved the furniture into the room\ne1\te2\toil prolongation\tpeak\tEntity-Destination\tglobal oil prolongation is approaching its peak\ne1\te2\tbook\tnotion\tMessage-Topic\tthe book asserts the notion that men and women are as different as beings from other planets\ne1\te2\tapparatus\tpanels\tInstrument-Agency_reversed\tthe present invention concerns an apparatus that makes a modular wall using a plurality of panels\ne1\te2\tprogram\tdiscussion\tComponent-Whole_reversed\tthe program offers a lively discussion of magnificent value\ne1\te2\tsoda\tcup\tContent-Container\tbut my soda was in a cup, so no top made it very unwieldy\ne1\te2\tnewsletter\tprojects\tMessage-Topic\tthe newsletter tells of practical projects developed to help those affected by the pandemic\ne1\te2\tfiles\tdate\tEntity-Origin\tthe jackson county court case files from that date have been lost, and the entries in the judgement book are ambiguous\ne1\te2\tclub\thomes\tMember-Collection_reversed\tthe club consists of 902 condominium homes each with a unique golf course or lake view\ne1\te2\tnye\tpheasants\tMember-Collection_reversed\tthe nye of pheasants had increased to 23, including four cock birds\ne1\te2\tviolence\tcountry\tEntity-Destination\tviolence and corruption are spreading into this country\ne1\te2\tplanes\trooms\tEntity-Destination\tthe 9/11 planes directly flew into the computer rooms\ne1\te2\ttechnician\tfishermen\tOther\ta technician assists the fishermen with this\ne1\te2\ttitles\tauthors\tProduct-Producer\tmany publishing houses delayed some of their hottest books to the first of the new year to remove them from a scrum of titles from big-name authors that were released last fall\ne1\te2\thearing\tallegations\tMessage-Topic\ton 17 may 2005, the committee held a hearing concerning specific allegations\ne1\te2\tawards\tareas\tOther\twe are therefore invited software engineering researchers to apply for research awards in all areas of software engineering\ne1\te2\tdiscolouration\tproperties\tCause-Effect_reversed\tthe yellow discolouration has been caused by the damaging acidic properties of the low-grade mount used in the original frame\ne1\te2\ttroops\tincursion\tOther\tbritish troops made their deepest incursion into basra yesterday, \"poking a toe\" within four miles of the centre\ne1\te2\trecommendation\texecutive\tEntity-Destination\tthe sports medical committee has passed on the recommendation to the fifa executive\ne1\te2\tflour\tstockings\tEntity-Destination\tfor this installation, i poured flour into nylon stockings and created shapes that looked a lot like bodies themselves\ne1\te2\tpainter\troller\tInstrument-Agency_reversed\twith the recent invention of plastic core roller covers, the painter is able to complete an entire job no matter how large, with their original roller\ne1\te2\tbomb\tcan\tContent-Container\tthe man was bluffing because the bomb was in a can of orange juice that had been served by the airline itself\ne1\te2\tchurch\tstate\tProduct-Producer\ta state church is created by the state, as in the cases of the anglican church, created by henry viii\ne1\te2\tastronomy\tbook\tMessage-Topic_reversed\tsun astronomy is explored in this book with large type, full-page color photos, and a word list for young readers\ne1\te2\tman\tmicrophone\tInstrument-Agency_reversed\ta man uses a microphone as he gives a speech\ne1\te2\te-mail\taccount\tEntity-Origin\tthe e-mail was sent from the private account of a member from guarding our children against marijuana, or gocam\ne1\te2\tfilm\tgirls\tMessage-Topic\tthe film portrays four girls in a trend-setting clique at a fictional ohio high school\ne1\te2\tdivision\tswordsmen\tMember-Collection_reversed\tnear bailli, a division of veteran swordsmen proved its valor and killed a division of medieval infantry with minimal losses\ne1\te2\tmaterial\tcopy\tEntity-Origin\tthis material was produced from a microfilm copy of the original document\ne1\te2\tgeneral\ttrain\tInstrument-Agency_reversed\tthe general reached the city by train from worcester at 6, and was received by a delegation from the military of the city, accompanied by the brigade band\ne1\te2\tcement\tfactory\tProduct-Producer\tdominicans have been protesting against the proposed construction of a cement factory in the protected area of los haitises national park\ne1\te2\tdamage\ttsunami\tCause-Effect_reversed\tthe damage caused by the tsunami - at least the physical damage - is barely visible in some places\ne1\te2\tkaleidoscope\tbutterflies\tMember-Collection_reversed\twe used the scope to leisurely study the kaleidoscope of whirling and nectaring butterflies\ne1\te2\tsurgeon\tgroup\tMember-Collection\tdr. brian howard is a remarkably skilled atlanta plastic surgeon who is part of a select group of medical professionals who has certification in plastic surgery\ne1\te2\ttroops\tzone\tEntity-Destination\tlast week, the troops moved into a dangerous war zone\ne1\te2\ttomato\tsoup\tEntity-Origin_reversed\thomemade tomato soup is so much better than the shop bought versions\ne1\te2\ttable\tparty\tMessage-Topic\tthe following table indicates the party of elected officials in the u.s. state of california\ne1\te2\tark\tcave\tContent-Container\tthe ark was hidden in a cave beneath the temple mount in the very heart of israel\ne1\te2\tear\tlobes\tComponent-Whole_reversed\ti used these techniques to stretch my ear lobes to accept 6 gauge earrings\ne1\te2\texaminer\tprobe\tInstrument-Agency_reversed\tthe examiner lightly touched the cornea with a hand-held probe until a reading was automatically recorded\ne1\te2\tindividual\tcollective unconscious\tOther\tfor jung, the individual is a participant in a 'collective unconscious'\ne1\te2\tdesigner\thotel\tProduct-Producer_reversed\t144 of those apartments have been personally designed by giorgio armani and the tower also boasts the designer's first hotel\ne1\te2\tson\tembassy\tEntity-Destination\tleader moammar gadhafi's son has been handed over to the libyan embassy in switzerland\ne1\te2\tcabin\tsite\tEntity-Origin\tthe cabin was moved from its original site near huxley, iowa, as a project of the ames heritage association\ne1\te2\tsister\thouse\tEntity-Destination\tafter 30 minutes, my sister arrived to my house for dinner\ne1\te2\tticker\tposts\tEntity-Origin\tthe above ticker was distilled from my daily posts to twitter\ne1\te2\tmessage\tchairman\tProduct-Producer\tthat ominous message from the chairman has been followed up this afternoon with the departure of manager russell slade\ne1\te2\tteam\tarmy\tComponent-Whole\tthe medical team of the army has undertaken a vaccination drive to prevent outbreak of any epidemic\ne1\te2\tpistachios\tfruit\tEntity-Destination\tthe chef stirred the chopped pistachios into the soaked fruit\ne1\te2\tnetwork cord\tdesk\tContent-Container\tthere wasn't wireless internet, but a network cord was in the desk\ne1\te2\tgaps\tresonance\tCause-Effect_reversed\tthe gaps in the rings are caused by resonance between the particles in the rings and the moons orbiting nearby\ne1\te2\ttapir\tsnout\tComponent-Whole_reversed\tthe baby tapir snorgled its snout into the basket full of cuddly baby bunnies\ne1\te2\tidentity\theritage\tEntity-Origin\tthe diaspora's identity is rooted in an ancient heritage, a rich language and literature and a vibrant culture\ne1\te2\tfactories\tproducts\tProduct-Producer_reversed\tsubsidiary sales companies were also located in canada, germany, and italy, and two factories were producing products in england\ne1\te2\tscientist\tcopy\tProduct-Producer_reversed\tthe scientist synthesizes a copy of the magical red ball by using a few fragments that were left on the grandfather's hand\ne1\te2\tnovel\tphotographs\tComponent-Whole_reversed\tthis documentary graphic novel brings together starkly beautiful black and white photographs taken by lefevre\ne1\te2\tperspective\tknowledge\tEntity-Origin\this perspective was gained from a knowledge of history and theology\ne1\te2\tdrugs\tbox\tContent-Container\tthe drugs were in a box\ne1\te2\tletter\tconfetti hearts\tContent-Container\the sent his love a letter with confetti hearts inside of the letter so they pour out everywhere when his sweetheart opens it\ne1\te2\tengineer\tpermit\tOther\the followed a specific procedure for obtaining the engineer's permit in quebec and met certain requirements to receive an engineer's permit\ne1\te2\tparty\thour\tOther\tthe party starts in an hour\ne1\te2\tpublication\tcontroversial topics\tMessage-Topic\tfact magazine was an american publication that commented on controversial topics\ne1\te2\tpolitician\ttourism\tInstrument-Agency_reversed\tthis is how a politician uses tourism as an instrument for power\ne1\te2\thold\tship\tComponent-Whole\tin the hold of the american ship, i was feeling very queasy\ne1\te2\tmeeting\tlater date\tEntity-Destination\tthe meeting was postponed to a later date\ne1\te2\tenvelope\tdvd\tContent-Container_reversed\tthe envelope contained a dvd of her mother\ne1\te2\tinformation\tneurons\tEntity-Origin\tnearly all sensory information (except the sense of smell) arrives here from the primary sensory neurons before being sent to the cortex\ne1\te2\tautomobiles\tbumpers\tComponent-Whole_reversed\talmost all of today's automobiles have painted plastic bumpers because they are easily damaged during parking maneuvers\ne1\te2\tconflict\tdestruction\tCause-Effect\tthe resulting conflict caused the destruction of the town, and the conqueror, wisecrack, jackdaw and most of the citizens of the town were transported to a demon-dimension\ne1\te2\tmodification\tgenes\tOther\tthey discovered a good bit of published literature about modification of yeast with resveratrol-related genes\ne1\te2\timpact\ttorsion\tCause-Effect\tas the right front wheel of senna's car hit the wall, the violent impact caused a torsion on the steering column, causing it to break\ne1\te2\tfield\tphotons\tComponent-Whole_reversed\tmagnetic field is made of photons\ne1\te2\tphotograph\tcourt\tOther\tthe above exceptions fully resolved the evaluation of a photograph by a court as a result of the claim\ne1\te2\ttram\twheel\tComponent-Whole_reversed\ta few bare-bodied young lads were standing on the rod of the tram's wheel, hanging on to the windows with one hand\ne1\te2\tallegations\tmassacre\tMessage-Topic\tthere are allegations that the massacre was organized\ne1\te2\tsystem\tspeech\tOther\tscientists have successfully tested a system that translates brain waves into speech\ne1\te2\tcolony\tpairs\tMember-Collection_reversed\tthe entire colony of nesting pairs of cassin's auklets on california's farallones islands, for example, abandoned their nests, most likely because of shortages of krill, their main food\ne1\te2\tcompany\texperts\tOther\tthe company has assembled five independent food safety experts to serve on its newly formed food safety advisory council\ne1\te2\tweather\taccidents\tCause-Effect\tthe weather resulted in several deaths and hundreds of accidents\ne1\te2\tstarch\tbundles\tContent-Container\tin the western province the starch is stored in woven palm leaf bundles\ne1\te2\tboss\toffice\tEntity-Destination\tmy new boss moved into his office yesterday\ne1\te2\torange\tjuice\tEntity-Origin_reversed\torange juice is a popular breakfast beverage made from the extraction (squeezing) of liquid from fresh oranges\ne1\te2\tvegetable\toil\tEntity-Origin_reversed\tvegetable oil as fuel is a cleaner, safer and less expensive alternative to petroleum based fuel\ne1\te2\twire\telectrician\tInstrument-Agency\ta multi-purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working\ne1\te2\tfun run\tnoon\tOther\tthe fun run starts at noon\ne1\te2\tprovince\tpoppy\tProduct-Producer_reversed\tonce a major center of opium poppy production in afghanistan, the province's production of poppy had decreased by up to 95% in 2005\ne1\te2\tclock\tbar\tComponent-Whole_reversed\tthe clock has one brass bar attached to a chain on each side of the pendulum\ne1\te2\tgrinding\twheels\tOther\tthe site welcomed to the premier industrial grinding wheels resource\ne1\te2\tcoin\tkettle\tEntity-Origin\ta single silver coin collected from a salvation army red kettle near berlin wasn't just another drop in the bucket\ne1\te2\tmoney\tdesk\tContent-Container\tone of the robberes opened a red bag and took all the money that was in the desk and drawers, ordered the workers to lie down on the floor and took a substantial amount of money with them\ne1\te2\ttaxi\triver\tEntity-Destination\tthe taxi was dropped into the river killing all passengers\ne1\te2\tfactory\tlocomotives\tProduct-Producer_reversed\tin his latest book he chronicles, in great detail and with first-hand knowledge, the factory's output of diesel and diesel electric locomotives\ne1\te2\tferry\twhale\tEntity-Destination\ta japanese ferry ran into a whale\ne1\te2\tasteroid\textinction\tCause-Effect\tsixty five million years ago an asteroid caused the extinction of the dinosaurs\ne1\te2\tmodels\tagreement\tOther\tsince this afternoon the models have come into somewhat better agreement\ne1\te2\taccident\tdelays\tCause-Effect\tamtrak expects a normal rush hour after a fatal accident near baltimore caused delays along the northeast corridor\ne1\te2\thelicobacter\tulcer\tCause-Effect\tas we saw earlier, helicobacter is responsible for causing stomach ulcer\ne1\te2\tringworm\tfungus\tCause-Effect_reversed\tover 90% of the cases of ringworm of the scalp are caused by trichophyton tonsurans, a fungus that infects the hairs and causes them to break\ne1\te2\tmusicians\tmaterial\tProduct-Producer_reversed\tno material was prepared for the sessions, so the three musicians improvised an album's worth of material\ne1\te2\tcar\tchildren\tOther\tso, while naked, he stole a car with children inside, dropped one out of the window, and drove it through a fence\ne1\te2\tshoulder problems\tbreakdown\tCause-Effect_reversed\tmany shoulder problems are caused by the breakdown of soft tissues in the shoulder region\ne1\te2\tregiment\tinfantrymen\tMember-Collection_reversed\tthey signed him up and sent him to dakar, to a regiment of senegalese infantrymen that was leaving for verdun in 1917\ne1\te2\tcover\tmagazine\tComponent-Whole\tbernanke is featured on the cover of the magazine that hits stores friday\ne1\te2\tmania\tinflux\tCause-Effect_reversed\ttulip mania, in the 1600s, was caused by the massive influx of newly discovered gold into amsterdam from the new world: in particular the capture of the spanish treasury fleet\ne1\te2\tmyth-making\texhibition\tMessage-Topic_reversed\tmyth-making is a major theme of the exhibition as witnessed in the massive seven-piece sculpture\ne1\te2\tclock\tdisplay\tComponent-Whole_reversed\tthe clock has a lcd display with the following fields: dayofweek date x time (offset to utc)\ne1\te2\tkey\tsender\tInstrument-Agency\tthe key matches the private key that the sender used to encrypt it\ne1\te2\tplug\tblades\tComponent-Whole_reversed\ta polarized plug has two blades with one wider than the other\ne1\te2\tpoem\tauthor\tProduct-Producer\tso, just to be clear, sir gawain and the green knight, as we have come to call it, is an untitled poem written by an unknown author in about 1400\ne1\te2\tpain\tdisease\tCause-Effect_reversed\tcurrently, there is no known cure for asbestos cancer but several mesothelioma treatment regimens have proven to be successful in helping the patient avoid pain and discomfort caused by the disease\ne1\te2\tgroup\trefrigerator\tContent-Container\twhen i came, the second group of popcorn kernels was stored in the refrigerator, and the third group was stored in the freezer\ne1\te2\tpercentages\trate\tOther\tpercentages denote the interest rate\ne1\te2\tsyringe\tbeaker\tEntity-Destination\the easily put the syringe in a beaker of water\ne1\te2\tads\tbooks\tEntity-Destination\tamazon put ads into kindle books\ne1\te2\tgaggle\tgeese\tMember-Collection_reversed\tin autumn, a gaggle of tagged canada geese takes over the waterfront lawn and wild ducks land on the lake\ne1\te2\tpresident\tconstruction\tOther\tthe president increased the fleet by the construction of one high-class cruiser\ne1\te2\tbattery\tmeasures\tMember-Collection_reversed\tin preparing this study, the pew forum devised a battery of measures, phrased as questions, to gauge the levels of government and social restrictions on religion in each country\ne1\te2\tceiling\toven\tComponent-Whole\tevery couple of seconds, the flame flares up, and sometimes a small fireball detaches itself, float to the ceiling of the oven\ne1\te2\tsquadron\tbombers\tMember-Collection_reversed\tthis film was taken by b-17 flight personnel during world war two as the two german saucers attacked a squadron of bombers\ne1\te2\twolf\tpack\tMember-Collection\teach wolf in his pack plays a character befitting his social status\ne1\te2\tplayers\tplane\tInstrument-Agency_reversed\tthe players flew to lexington on a plane separate from the team\ne1\te2\tdeprivation\tdivorce\tCause-Effect_reversed\tthe patient experiences displaced emotional and financial deprivation as well as anger after the divorce\ne1\te2\tbrain\ttechnology\tOther\tnow we are beginning to understand how the brain works using brain-machine interface technology\ne1\te2\ttechnology\ttracking\tOther\tregulations limit the use of rfid technology for human tracking\ne1\te2\tascent\tbackpack\tOther\ti was a little worried about making an ascent of the crux with a backpack\ne1\te2\tassists\tlist\tMessage-Topic_reversed\tkidd passed jackson on the career assists list with an alley-oop pass to rodrigue beaubois with 10:53 left in the third quarter\ne1\te2\tbody\tequipment\tContent-Container\tthe body of a missing fort benning soldier was discovered inside a piece of air conditioning equipment friday at a downtown hotel\ne1\te2\trest\tsavings\tEntity-Origin\tthe rest was funded from her small family savings\ne1\te2\trod\tspindle\tComponent-Whole\tthe end of the rod of the mute's spindle (outside the bassoon) is bent through an angle of 90 degrees, where the communicator-gearing leads up to it\ne1\te2\timplementation\tlevel\tOther\timplementation of this proposal is being discussed at the state level\ne1\te2\tpadlock\tgate\tComponent-Whole\twhen approaching the observatory, they unlock the padlock on the gate of the security fence, and entered the observatory grounds and relock the gate\ne1\te2\tpurpose\tanimal\tOther\tthis is based on the notion that a human is basically a purpose driven animal\ne1\te2\tflower\tpeople\tInstrument-Agency\tthis orange marigold was the flower that people used to remember their dead by\ne1\te2\tletter\tbottle\tEntity-Destination\the stuffed the letter into an empty lemonade bottle, corked it, tossed it overboard, and forgot\ne1\te2\thuddle\tphotographers\tMember-Collection_reversed\ta huddle of photographers was waiting outside the courtroom\ne1\te2\tbus\tcontroller\tComponent-Whole\tin addition, the cpu bus of the non-safety controller is connected to each safety unit of the safety controller\ne1\te2\tstudents\tbricks\tProduct-Producer_reversed\tstudents and local residents have worked together to produce 10000 bricks, and the mason has completed most of the work on the first guest house\ne1\te2\tcolumns\tpast\tMessage-Topic\tthis is supplemented by columns and articles reflecting on fantasy literature's past as well as the occasional interview\ne1\te2\tcharger\tsuitcase\tContent-Container\tthe charger was in a suitcase that was lost by the airline\ne1\te2\tspam\tjunk folder\tEntity-Destination\twe have dumped the spam into the junk folder\ne1\te2\tviolinist\tbow\tInstrument-Agency_reversed\tthe violinist produces sound by drawing a bow across one or more strings (which may be stopped by the fingers of the other hand)\ne1\te2\tsmoke\tkidney failures\tCause-Effect\tsmoke is one of the leading causes of kidney failures\ne1\te2\tdata\tdatabase\tContent-Container\tall of the data is stored in a microsoft access database\ne1\te2\tproducts\tclients\tEntity-Destination\tthese companies have delivered new products or service to their clients\ne1\te2\tgerms\tdisease\tCause-Effect\tgerms are microscopic organisms that cause sickness or disease\ne1\te2\tdebate\tcomments\tMessage-Topic\tthe current debate swirling around leather's comments seems to suggest both\ne1\te2\tsilver\tnecklace\tOther\ti have just bought a silver necklace from a lady who makes her own jewellery with the fingerprints of my children on it\ne1\te2\tsugar\tfactory\tProduct-Producer\tthese breakdown products are not only losses of sucrose but also have knock-on effects reducing the final output of processed sugar from the factory\ne1\te2\tflour\tbin\tContent-Container\tthe flour was in a bin about six feet square, by four feet high, and only a small round hole at the top\ne1\te2\tcrust\tsilicon\tOther\tthe earth's thin, rocky crust is composed of silicon, aluminum, calcium, sodium and potassium\ne1\te2\tsows\thouses\tEntity-Destination\tthe sows were moved into isolated farrowing houses at least 5 days before farrowing\ne1\te2\tdesigner\tpalettes\tInstrument-Agency_reversed\tmfx colours are implemented at the design stage, where the designer creates artwork using the metalfx colour palettes and actions\ne1\te2\tbranch\tdiagram\tComponent-Whole\tthe horizontal branch is a part of the hertzsprung -russell (h-r) diagram that represents stars that burn helium in thier cores\ne1\te2\tfever\tvirus\tCause-Effect_reversed\tyellow fever is caused by infection with yellow fever virus, which is transmitted by the bite of infected mosquitoes\ne1\te2\tadvertising campaign\tsoap powder\tMessage-Topic\tthe painting was one of the first used as a poster in an advertising campaign for soap powder\ne1\te2\tobservations\tmicroscope\tOther\twhile making observations of the microfossil through the binocular microscope or on a computer monitor, the investigator needed to manually move the specimen\ne1\te2\tjatropha\tplant\tProduct-Producer\tcuba is already a customer and now the state development bank, bndes, plans to finance the export of ethanol knowhow to africa, where the hopes of countries such as ghana are pinned on the jatropha plant\ne1\te2\tsuperfamily\tfactors\tComponent-Whole_reversed\tthe nuclear hormone receptor superfamily consists of structurally related, ligand-dependent transcription factors and a large number of orphan receptors for which the ligand has not yet been identified\ne1\te2\twatch\tnightingales\tMember-Collection_reversed\twhen a watch of nightingales is at the height of breeding season, the males serenade their prospective brides with one of the most glorious and celebrated bird songs there is\ne1\te2\tpythons\twild\tEntity-Destination\tpet owners have released pythons into the wild when they had grown too large for the owners to care for them\ne1\te2\tthicket\tcontradictions\tOther\tbiddle has done a thorough job of cutting through the thicket of contradictions and fantasies that surround the strategic bombing debate from 1914 to 1945\ne1\te2\thouses\tbeneficiaries\tEntity-Destination\tthree houses are handed over to beneficiaries\ne1\te2\tterm\tword\tEntity-Origin\tthe term baroque was derived from a portuguese word meaning \"a pearl of irregular shape\"\ne1\te2\tdaughter\tcomments\tProduct-Producer_reversed\tthe former prime minister's daughter made numerous offensive comments about a french mixed-race tennis player\ne1\te2\tdrove\tcattle\tMember-Collection_reversed\ta freight train on the chicago and alton railroad, while approaching this city yesterday morning, dashed into a drove of cattle, killing three of them\ne1\te2\tdish\tshanks\tComponent-Whole_reversed\tthis italian dish is made with gelatinous veal shanks that are braised with fresh vegetables and rich stock\ne1\te2\trake\tcolts\tMember-Collection_reversed\tpink kodiak is coming in like a rake of colts\ne1\te2\tsquadron\tdragoons\tMember-Collection_reversed\ton 29 august 1914, c squadron of the 12th lancers made a successful charge against a dismounted squadron of prussian dragoons\ne1\te2\tmanuscript\tfeatures\tMessage-Topic\tthis manuscript describes two specific features that we have found to be effective in generating high quality models\ne1\te2\tcard\tmobile phone\tEntity-Destination\the put the card into his mobile phone\ne1\te2\tinsight\tmessage\tEntity-Destination\tjoseph herrin, a dear brother in the lord, has added insight into the message\ne1\te2\tposters\tplays\tMessage-Topic\tpurely textual posters advertised the plays of shakespeare and made citizens aware of government proclamations for centuries\ne1\te2\tfoundation\tindividuals\tProduct-Producer\tthe conceptual foundation for creation of the internet was largely created by three individuals and a research conference, each of which changed the way we thought about technology by accurately predicting its future\ne1\te2\tinvitation\tbottle\tEntity-Destination\tfollowing the convention's sports theme, we placed a fun invitation with an astroturf look inside a branded water bottle\ne1\te2\tdissimulation\tbirds\tMember-Collection_reversed\ta dissimulation of small birds arrived near our place last week and took over our tree outside\ne1\te2\tburns\tboiling water\tCause-Effect_reversed\teven though his 16-month old suffered from severe burns on her body caused by boiling water spilled on her, father refuses to allow ambulance to take his daughter to hadassah because 'rabbi advised otherwise'\ne1\te2\tsociety\tacts\tOther\tthis study presents a comprehensive methodology for calculating the cost to society of various criminal acts\ne1\te2\tsatellite\torbit\tEntity-Destination\tthe launcher released a satellite into geosynchronous transfer orbit at 23.31 gmt\ne1\te2\thelve\thatchet\tComponent-Whole\tin western australia, the helve of the hatchet is pointed and the natives, after making the notch, stick the tool in the bark and lift themselves up with it\ne1\te2\twisp\tsnipes\tMember-Collection_reversed\ta wisp of snipes utter their well known cry and scud over the heath; one of these is secured\ne1\te2\tbrand\tcompany\tOther\tthe fad started when a certain brand of socks manufactured by an american company became popular among japanese schoolgirls\ne1\te2\tinterview\toccasions\tMessage-Topic\tin a taped interview she recounted two occasions on which she had lent money\ne1\te2\tlifeguard\tpool\tEntity-Destination\tan unnamed lifeguard was pushed into the pool\ne1\te2\tfriend\tmap\tProduct-Producer_reversed\twhen we were in junior high school, my friend made a map of the school lunch tables according to popularity\ne1\te2\tproblem\tperspective\tOther\tafter 5 minutes or so, the problem went away from an operational perspective\ne1\te2\tcorn\tspirits\tOther\tfrazerian theory of corn spirits and fertility and have thus needed to enquire no further, so their distribution and function remains unclear\ne1\te2\tauthor\tcase\tOther\tthe author cites the case of an american citizen during the general war\ne1\te2\tcover\tmagazine\tComponent-Whole\tthe cover of the magazine featured the famous image of einstein taken in 1947 by american portrait photographer philippe halsman\ne1\te2\tmidbrain\tnucleus\tComponent-Whole_reversed\ttwo other structures in the depth of the midbrain that are important for normal motor function are the red nucleus (not visible) and the substantia nigra\ne1\te2\tspacecraft\torbit\tEntity-Destination\ton 8 february 1992, ulysses reached jupiter for the gravity-assist manoeuvre that placed the spacecraft in a polar orbit\ne1\te2\tcandle\twarmers\tComponent-Whole\ta tealight, or nightlight, is a candle used in tea or food warmers or (because they last for many hours) as a night light\ne1\te2\tpainter\tpaint\tInstrument-Agency_reversed\tthe painter continues adding paint on top of still wet paint rather than waiting a lengthy amount of time to allow each layer of paint to dry\ne1\te2\tbratpack\tboys\tMember-Collection_reversed\tthe new bratpack of boys, be it ranbir or imran or shahid or neil, are way too 'chikna' to be taken seriously as action heroes and the slightly senior abhishek bachchan, john abraham and hrithik roshan are content playing roles that require sophistication\ne1\te2\tbomb\tbox\tContent-Container\tthe bomb weighing 6kg was inside a box fitted with an electronic detonator\ne1\te2\tmother superior\tcorporation\tMember-Collection\tthe mother superior is a member of the corporation\ne1\te2\trout\tarmy\tOther\tthe army of israel was utterly defeated and its camp ransacked, which terribly augmented the horrors and disasters of the rout of saul's army\ne1\te2\tblades\tantenna\tComponent-Whole\tthe feed wire connecting the two blades of the antenna has a length of 4 mm and a radius of 0.01 mm\ne1\te2\ttools\tsentries\tInstrument-Agency\ton the other hand, sentry tools are used by sentries in order to defend against spies\ne1\te2\tsword\thands\tEntity-Origin\tthe sword was taken from his small hands, and placed back in its place on the wall\ne1\te2\tdermatitis\titchiness\tCause-Effect\tatopic dermatitis, the most common type of eczema, causes itchiness that's worse in the colder months\ne1\te2\twoman\tpatch\tInstrument-Agency_reversed\ta woman applies the patch to the skin of her abdomen or buttock for three and a half weeks\ne1\te2\tnote\tclass room\tEntity-Destination\tthe student took the note to the class room\ne1\te2\tpolitics\tparodies\tMessage-Topic_reversed\tas a little boy, he learned about politics from the parodies done on saturday night live\ne1\te2\tactress\tcenter\tEntity-Destination\tthe actress willingly moved into a rehabilitation center in california\ne1\te2\trig\tvessel\tComponent-Whole\tthe priority of hoisting locations depends on the rig of the vessel\ne1\te2\tbottle\tvinegar\tContent-Container_reversed\ti kept a spray bottle with vinegar in it\ne1\te2\tframe\tpicture\tContent-Container\tthe frame encloses a rectangular picture that has the same area as the frame itself\ne1\te2\trout\tfoes\tOther\tmy eyes have seen the defeat of my adversaries; my ears have heard the rout of my wicked foes\ne1\te2\tlid\tcoffin\tComponent-Whole\tthe lid of the anthropoid coffin of khonstefnakht dates from the 4th century bc\ne1\te2\tsong\tchorus\tComponent-Whole_reversed\ton the studio version, the song breaks wide open after the second chorus with a string section as ryan rips up the harmonica\ne1\te2\tdolphins\ttools\tProduct-Producer_reversed\tdolphins created tools to use for entertainment\ne1\te2\tpainting\twall\tEntity-Origin\tthis system proved to be effective during the earthquake; only one large painting fell from an interior wall which apparently took an unusually strong jolt\ne1\te2\tillness\ttoxin\tCause-Effect_reversed\tbotulism is a rare but serious paralytic illness caused by a nerve toxin that is produced by the bacterium clostridium botulinum\ne1\te2\tdog\tsnout\tComponent-Whole_reversed\tmy dog has a little red ball on his snout\ne1\te2\temployees\tmedication\tInstrument-Agency_reversed\temployees increasingly are turning to medication - and away from therapy - to treat depression\ne1\te2\ttrain\tcamels\tMember-Collection_reversed\tdown the winding path which curved among the rocks the little train of baggage camels was daintily picking its way\ne1\te2\tsandwiches\tknapsack\tEntity-Destination\the packed the sandwiches into a knapsack\ne1\te2\tfrustration\tcomments\tMessage-Topic_reversed\tthe frustration during this period was reflected in comments published in the youngstown daily vindicator\ne1\te2\tphalanx\ttoe\tComponent-Whole\tkoak et al 14 reported a case of such transformation in an enchondroma of the distal phalanx of a toe\ne1\te2\tknob\tpochards\tMember-Collection_reversed\tsome are just strange such as parliament of owls, a knob of pochards, a cohort of zebras\ne1\te2\tbenefits\tinflation\tCause-Effect_reversed\tthe benefits from inflation which professor mulligan cites (e.g., bailing out underwater mortgagers) are better understood as a government sponsored transfer of wealth from savers to speculators\ne1\te2\traft\tturkeys\tMember-Collection_reversed\tin the lower mainland, 2003 saw the usual raft of architectural turkeys, with our highest density of under-achieving, view-gobbling buildings in the flock of new condo towers under construction in downtown south\ne1\te2\ttrain\tstation\tEntity-Origin\tget on board before the train leaves the station\ne1\te2\tconcerto\tpop\tCause-Effect_reversed\tthe concerto comes from the pop of gas bubbles escaping the joints, snapping tendons and ligaments, and rickety arthritic joints\ne1\te2\twastes\ttanks\tEntity-Origin\tthe wastes leaked from these tanks have been in contact with surrounding soils and vadose sediments for decades and have undergone significant geochemical and radiological transformations\ne1\te2\tpayment\temail address\tEntity-Destination\ti sent the payment to the registered email address in sandbox\ne1\te2\tbus\tstand\tEntity-Origin\tthe bus departed from panaji bus stand at six a.m. and reached mangalore the same day at four in the evening\ne1\te2\tpart\talphabet\tMessage-Topic\tthe first part teaches the alphabet along with a fruit or vegetable\ne1\te2\tunkindness\travens\tMember-Collection_reversed\tthe most famous unkindness of six ravens at the tower of london are employees, kept on staff at the expense of the british government\ne1\te2\tcourse\trun-up\tComponent-Whole_reversed\tthe course scaled the mountain via a very muddy run-up\ne1\te2\tassignment\toperator\tOther\tanother misconception i see often is a fuzzy idea of the difference between the copy constructor and the assignment operator\ne1\te2\tregiment\tpikemen\tMember-Collection_reversed\ta regiment of swiss pikemen recaptured some of their former glory during the battle of dreux in 1562, when they singlehandedly defended the city of dreux long enough for the catholic army to send in reinforcements\ne1\te2\tgunmen\tscene\tEntity-Origin\tthe gunmen ran away from the scene\ne1\te2\tbarbels\tcatfish\tComponent-Whole\tthe barbels of the exposed catfish curled within 2 hours in heptachlor\ne1\te2\tlobes\tbrain\tComponent-Whole\toptic lobes of the brain are connected to the eyes by the optic nerve, cranial nerve 1\ne1\te2\tworkgangs\ttrack\tProduct-Producer_reversed\tunder this completed contract, workgangs made up almost entirely of mormons built the union pacific track in the utah territory\ne1\te2\tletter\tdeathbed\tEntity-Origin\tthe letter was sent from the deathbed of the former kgb spy, alexander litvinenko, who died this saturday after being poisoned with radioactive poison earlier in the month\ne1\te2\tinfection\tirritation\tCause-Effect\ta urinary tract infection (uti) is the most common cause of bladder irritation\ne1\te2\tprotein\tmitochondria\tEntity-Destination\tthe nhibitor protein is transported into the mitochondria\ne1\te2\tprotest\tjams\tCause-Effect\tthe protest resulted in hours of traffic jams on guangzhou's major roads, such as guangyuanxi lu, huangshidong lu and dongfeng lu\ne1\te2\tmarijuana\tsuitcase\tContent-Container\tthe marijuana in the bed was in a suitcase\ne1\te2\tpassword\tsystem\tEntity-Destination\tthe user has entered his password into an authorized system\ne1\te2\ttrauma\tarrival\tCause-Effect_reversed\tevacuees with disabilities had a difficult time conveying the trauma caused by the unexpected arrival of uniformed officers who ordered them out of their homes and sometimes forcibly removed them\ne1\te2\tequipment\tbox\tContent-Container\tto the left is drinking equipment, sitting in a wooden box\ne1\te2\tgenome\tgenes\tComponent-Whole_reversed\tthe genome comprises 4411529 base pairs, contains around 4000 genes, and has a very high guanine + cytosine content\ne1\te2\tdischarge\tcorona\tOther\tthe discharge started from the burst pulse corona\ne1\te2\tlavas\teruption\tCause-Effect\thighly viscous lavas lead to a violent eruption\ne1\te2\tprickle\thedgehogs\tMember-Collection_reversed\tthe clippers, in contrast, are a prickle of hedgehogs without a common goal\ne1\te2\tacid\tpool\tEntity-Destination\taccidentally, acid was dropped into the pool\ne1\te2\tball\tleather\tEntity-Origin\tthe standard soccer ball is made of synthetic leather, usually polyurethane or polyvinyl chloride, stitched around an inflated rubber or rubber-like bladder\ne1\te2\tartist\ttoolkit\tInstrument-Agency_reversed\tthe artist's development toolkit is one of a series of interactive artist's tookits\ne1\te2\taircraft\tlanding\tOther\ta us aircraft was dropped into a difficult landing in mali\ne1\te2\tcysts\tinflammation\tCause-Effect_reversed\tthe cysts are caused by chronic inflammation of the perichondrium with production of serous fluid between the perichondrium and cartilage\ne1\te2\ttoy\tring\tComponent-Whole_reversed\tthis barbell toy has an acrylic ring to rattle and lots of dots to \"tongue\"\ne1\te2\tdisease\trefugees\tCause-Effect_reversed\tsome posters (e.g. number 18) encouraged the population of areas near the front to evacuate, thus avoiding the overcrowding and ensuing problems of food distribution and disease caused by the incoming refugees\ne1\te2\thead\tteam\tMember-Collection\tthe head of the team has gathered a very dynamic and productive team\ne1\te2\tcomplaint\tlead\tCause-Effect\tif a participant complaint is the source of an investigative lead, interim contact with the participant should be made by the investigator\ne1\te2\tquiver\tarrows\tContent-Container_reversed\teach warrior carries a sime, or spatulate-shaped sword, in a leather sheath, and bears a bow and quiver of poisoned arrows\ne1\te2\tblades\tengine\tComponent-Whole\teven the fan blades inside the engine are designed to be quieter\ne1\te2\tviolence\tmilitia\tCause-Effect_reversed\tthe violence has been caused by the hutu militia who fled rwanda after the genocide in that country and who have been in hiding in the forest in congo\ne1\te2\tclock\tchime\tCause-Effect\tthe clock struck twelve with a loud chime that made me jump\ne1\te2\trouleau\tdollars\tComponent-Whole_reversed\tthe first parcel he found was a rouleau of fifty dollars, the coins not having burst the paper enveloping them\ne1\te2\tboy\tidea\tProduct-Producer_reversed\tsam houghton, a five-year old boy from buxton, derbyshire, patented an invention after coming up with an idea for a labour-saving broom to help his father sweep up leaves\ne1\te2\tcooperative\tdairymen\tMember-Collection_reversed\tthe woman purchases raw milk from a local member of communities alliance for responsible eco-farming, a self-regulating cooperative of raw milk dairymen\ne1\te2\talarm\tlight\tComponent-Whole_reversed\tthis personal alarm combines two great deterrents to attack- a loud alarm and flashing light\ne1\te2\tkindle\tkittens\tMember-Collection_reversed\tthe rescue adoption room was filled with a kindle of kittens\ne1\te2\tpages\tmagazine\tComponent-Whole\tthe pages of the magazine came to life at the metreon with gourmet food, great sonoma valley wine, and jamming music\ne1\te2\tantacids\tbase\tOther\tantacids work by using a base to neutralize the acid\ne1\te2\tauthor\trepetition\tInstrument-Agency_reversed\tin wuthering heights by emily bronte's, the author uses repetition as a device to give us the full understanding of the characters\ne1\te2\tspray\tcustomers\tInstrument-Agency\tthis is a homeopathic nasal spray which really helps customers keep their sinuses clear\ne1\te2\trope\tbell\tComponent-Whole\tthe thing that most struck him, however, was the rope of the great alarm bell on the roof, which hung down in a corner of the room on the right-hand side of the fireplace\ne1\te2\tlandscapes\tmountains\tOther\tross noted that the landscapes he painted - typically mountains, lakes, snow, and log cabin scenes - were strongly influenced by his years living in alaska, where he was stationed for the majority of his air force career\ne1\te2\tacupressure\tbranch\tEntity-Origin\tthe acupressure is a skill derived from the acupuncture and moxibusti branch of the chinese traditional medicine\ne1\te2\tpepper\tjar\tContent-Container\tthe sichuan pepper i got was in a jar labeled \"prickly ash\", which is the name of the plant\ne1\te2\tsigns\tstir\tCause-Effect\tsigns placed at the flagpole island at the village square caused a stir on the linglestown forum on pennlive.com\ne1\te2\tblack rhinos\twild\tEntity-Destination\tfor the first time in more than 25 years, captive-bred black rhinos have been released back into the wild in kenya\ne1\te2\tarticle\tauthor\tProduct-Producer\tthe views expressed in the article are from the author and are not shared by nestle\ne1\te2\trung\tpeoples\tMember-Collection_reversed\tthe lowest rung of society was composed of conquered peoples brought to tenochtitlan as slaves\ne1\te2\tletter\tdemolition\tMessage-Topic\tthe letter contains a description of the demolition of the old synagogue\ne1\te2\tclutter\tspiders\tMember-Collection_reversed\ta clutter of frightening spiders are seen still clinging to and covering their prey\ne1\te2\tbook\tcare\tOther\tthe valuable book has arrived into my care\ne1\te2\tstuff\tice cream maker\tEntity-Destination\ti mixed up the ingredients and poured the stuff into the ice cream maker\ne1\te2\tprogramme\thistory\tMessage-Topic\tthe final programme detailed the history of russborough house\ne1\te2\tburn\tspilling\tCause-Effect_reversed\tlena basilone, a cook at camp pendleton, was in the hospital recovering from a severe kitchen burn after the spilling of scalding liquid on her feet\ne1\te2\trevenues\tselling\tCause-Effect_reversed\tgross revenues from the selling of crude oil in 2003 reached us$11.508 billion or some 112.85 percent of the amount targeted in the 2003 state budget\ne1\te2\tinfection\tbacteria\tCause-Effect_reversed\twhooping cough is another name for the pertussis, an infection of the airways caused by the bacteria bordetella pertussis\ne1\te2\tfluid\tcuffs\tEntity-Destination\textra-alveolar veins are contiguous and leaked fluid into periarterial cuffs in the rabbit lungs\ne1\te2\tpetroleum\tcompany\tOther\twe are a petroleum and petrochemical company\ne1\te2\tusers\tproblems\tOther\tthe users are running into problems with the installer\ne1\te2\tlows\tdrivers\tEntity-Origin\tthe cross over is going to take away the lows from the drivers anyway\ne1\te2\tdisease\tcities\tEntity-Destination\theartwater disease was imported into the major cities\ne1\te2\tpath\tlake\tOther\teventually the path went away from the lake into some gorse\ne1\te2\texecutioners\tsword\tInstrument-Agency_reversed\tthe flames did not harm her, so her executioners killed her with a sword\ne1\te2\tjudge\treport\tProduct-Producer_reversed\tthe judge's condemnatory report on israel's actions in gaza has been dismissed as hopelessly one-sided by neutral observers\ne1\te2\thardship\trecession\tCause-Effect_reversed\tand it is why we are even prouder to announce that the appeal - thanks to the generosity of our readers - has raised 26,000 pounds, despite the hardship that has been caused by the recession\ne1\te2\tproblems\toverflows\tCause-Effect_reversed\tthe problems are caused by buffer overflows when parsing an overly long parameter\ne1\te2\tsword\tblade\tComponent-Whole_reversed\tfrom the duke himself he received his right spur and a magnificent eastern sword with golden hilt and shining blade, inscribed with letters\ne1\te2\tmess\tofficers\tMember-Collection_reversed\tso it was that in 1724 at the age of 17 a somewhat awkward, refined young man took his place at the mess of officers much older, wiser, and harder than he\ne1\te2\tbusiness\tself-parody\tOther\tthe rock 'n' roll business is falling into self-parody\ne1\te2\teditor\tchanges\tProduct-Producer_reversed\tin all versions of word, the easiest way to review the editor's changes is by displaying the reviewing toolbar\ne1\te2\tstudent\tbackground\tInstrument-Agency_reversed\tuniversity guarantees that the student accesses the subjects with the proper background\ne1\te2\tcomponents\tworkers\tProduct-Producer\tfactories accommodated large-scale manufacture and assembly of aircraft components by unskilled workers\ne1\te2\tclique\tfans\tMember-Collection_reversed\tbrendel's own admission of his limitations is laudable, especially in light of the clique of idolatrous brendel fans which formed in the 1980s\ne1\te2\toranges\ttank\tEntity-Origin\ta soldier brings oranges he got out from a tank\ne1\te2\tliver\tpatient\tEntity-Destination\tthe liver from the donor has been successfully transported into the patient\ne1\te2\tartist\twire\tInstrument-Agency_reversed\tin wire working, the artist creates shapes, using various sizes of wire\ne1\te2\thandful\tcountries\tOther\ta handful of countries blocked a legally binding deal on climate change in copenhagen and the talks process needs urgent reform to prevent something similar happening again\ne1\te2\ttemplate\tbrain\tEntity-Destination\tmouse rrna transcription template is injected into the brain\ne1\te2\tfruit\twine\tEntity-Origin_reversed\trowan berry wine is a classic ancient method to form a fruit wine based on rowan berries\ne1\te2\taspects\tsignals\tOther\tall aspects are indicated with colour light signals\ne1\te2\tscoop\tpelicans\tMember-Collection_reversed\tteetotallers zip over the causeway in the midst of a maze of sweaty congestion after a day pounding keyboards and missing deadlines, barely noticing the scoop of pelicans floating by and the kangaroos that call the secluded area home\ne1\te2\tbask\tcrocodiles\tMember-Collection_reversed\tone of them was observing a bask of over 90 mugger crocodiles in the dried beds of buttuwa tank\ne1\te2\tospreys\tliterature\tMessage-Topic_reversed\tit is the story of an amateur bird watcher who learns more about ospreys from the extant literature\ne1\te2\tknife\tblade\tComponent-Whole_reversed\ta sliding knife is a knife which is opened by sliding the knife blade out the front of the handle\ne1\te2\tbottle\tliquid\tContent-Container_reversed\tthe seville side had just fallen 2-1 behind at home to fellow relegation strugglers athletic bilbao when a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye\ne1\te2\tdata\tcategory\tEntity-Destination\tcategorical data were misplaced into the wrong category\ne1\te2\tfacades\tpalace\tComponent-Whole\tthe facades of the palace consist of beautifully decorated wooden doors and windows and ventilations in addition to decorated gypsum motifs\ne1\te2\tpleiad\tbeauties\tMember-Collection_reversed\tthe very famous elite agency chose among a pleiad of beauties, the prizes winner of the contest elite model world\ne1\te2\twife\tpaper\tProduct-Producer_reversed\this wife has just completed the first paper of her graduate degree\ne1\te2\tsacrifices\tarmies\tOther\the underlined the tiny sacrifices made by western armies in comparison with those of the red army\ne1\te2\treactor\tmelter\tEntity-Origin\tthe kursk (rbmk) reactor was manufactured in a slurry-fed ceramic joule-heated glass melter\ne1\te2\ttypes\tbone\tOther\tone of the types of tissue that makes up bone is the mineralized osseous tissue, also called bone tissue, that gives it rigidity and a honeycomb-like three-dimensional internal structure\ne1\te2\tdiscussion\tcontingent\tCause-Effect_reversed\tdiscussion ensued from the florida contingent on the fact that very stringent landowner protection laws in florida make it imperative that the highest supportable appraised vallue be offered first\ne1\te2\tden\tmurderers\tOther\tabout 1830, the new york mirror described the area as a \"loathsome den of murderers, thieves, abandoned women, ruined children, filth, drunkenness, and broils.\ne1\te2\tcorporal\ttrain\tEntity-Origin\tcaptured, the corporal escaped by jumping from a pow train headed towards germany\ne1\te2\tcritics\tverdict\tProduct-Producer_reversed\tthe film opened in america before christmas, and the critics have given their verdict\ne1\te2\tcement\tmason\tInstrument-Agency\tcement mason means a person who finishes all concrete construction, such as floors, walls, ceilings, sidewalks, curbs and gutters\ne1\te2\tswarm\trobots\tMember-Collection_reversed\treal robot experiments are carried out with a swarm of up to 40 alice miniature robots, developed at the autonomous systems laboratory by gilles caprari\ne1\te2\tkids\tcandle\tInstrument-Agency_reversed\tthe kids illuminated them with a candle\ne1\te2\tcharacter\tcomedian\tProduct-Producer\tsmith was referring to the fictional kazakhstani character created by the british comedian\ne1\te2\tshowers\tregions\tEntity-Destination\tat the moment heavy snow showers are running into the northeastern regions of england\ne1\te2\tpeach\tsyrup\tEntity-Origin_reversed\tcanned peach syrup was cooked for three minutes with a half-glass of raspberry jelly, this for color and to give a peach-melba flavor\ne1\te2\tcleric\tmessage\tProduct-Producer_reversed\tin early october, anwar al-awlaki, a radical cleric based in yemen, posted a provocative message on his english-language web site\ne1\te2\torgans\tpatients\tEntity-Destination\tthe victim of last night's car accident donated his organs to several patients who have been waiting for donated organs\ne1\te2\tgold\tring\tOther\ti sold a gold ring to another company online and they sent me a lousy check for $14.00\ne1\te2\tvisitors\tkettle\tOther\tthe dome of the museum rotunda is made from an actual brewing kettle, and walking into it gives visitors the sense of being in a kettle\ne1\te2\treport\tcasualties\tMessage-Topic\tthe report informed about casualties in the area\ne1\te2\tbattle\tpublications\tMessage-Topic_reversed\tthe battle has been analysed in various publications\ne1\te2\tshells\tareas\tEntity-Destination\tthe shells landed into different areas in mogadishu\ne1\te2\tpeople\taccident\tOther\terikson(1976) found that people from among a community who escaped an horrific accident had made little progress after two years\ne1\te2\tfall\tlambs\tMember-Collection_reversed\tthe present bright, dry weather, although cold, is just what flock owners require and judging from the large number of lambs seen skipping about nibbling the tender shoots of the fresh green herbage, the flocks of mr john cracknell, mr geo walker, and mr russell walker appear to have had a very satisfactory fall of good strong lambs\ne1\te2\tcomradeship\tteachers\tOther\tthe camp is more rugged than a hotel but comes with a great lake view and the comradeship of fellow chemistry teachers\ne1\te2\tproducts\tfuture\tEntity-Origin\ti asked the something awful forum goons to create products from the future, and by golly they did\ne1\te2\tstatistical methods\tpapers\tMessage-Topic_reversed\tfreedman makes a thorough appraisal of the statistical methods in these papers, and in a variety of other examples\ne1\te2\tyoke\toxen\tMember-Collection_reversed\twe have all seen videos showing a yoke of oxen plowing a rice paddy or hauling a dray\ne1\te2\tprogramme\tcompetition\tComponent-Whole_reversed\tthe programme begins with the uwi venture competition which is opened to final year undergraduate students, graduate students and researchers at the uwi\ne1\te2\tchronicle\tfortunes\tMessage-Topic\the was the author of a chronicle narrating the fortunes of the monastery\ne1\te2\tinquiry\tconditions\tOther\tit utilized a critical eye and free inquiry into the conditions of life and issues of morality\ne1\te2\twork\tcomposer\tProduct-Producer\tso president obama's administration was ushered in with a new chamber music work by a living american composer\ne1\te2\tflour\tdragon\tEntity-Destination\tshe poured flour into a pretend dragon with a tube\ne1\te2\tsociety\tschools\tMember-Collection_reversed\ta survey made for the statistical society of the various sunday schools in manchester and salford in 1836 returned the number of catholic schools as ten, with an attendance of 4295 scholars\ne1\te2\tpopulation\tcosmopolites\tMember-Collection_reversed\twe do have a fledgling population of cosmopolites living the good life almost without cars\ne1\te2\tqueen\tbox\tEntity-Destination\tthe queen was put inside her cage, which was then placed in the box with a bunch of worker bees four days ago\ne1\te2\tdiagram\tprinciple\tMessage-Topic\ta large diagram illustrated the principle of this apparatus\ne1\te2\texperts\taircraft\tProduct-Producer_reversed\ttop stealth-plane experts have re-created a radical, nearly forgotten nazi aircraft\ne1\te2\twebsite\tsecret\tInstrument-Agency_reversed\tthe relying website then forms a relationship using a shared secret with help of diffie-hellman (encryption) key exchange to make sure information is not compromised in transit\ne1\te2\tlitho\tplastic\tContent-Container\tthe litho was enclosed in plastic and is like new\ne1\te2\tman\tcoma\tOther\tthe old man went into diabetic coma\ne1\te2\tprobes\ttomb\tEntity-Destination\tarchaeologists have located the tomb and have inserted probes deep into the tomb\ne1\te2\tpuppy\tbarn\tEntity-Origin\tthe puppy was born in a barn where layla made a soft, bed out of hay in an empty horse stall\ne1\te2\tcandle\tlight\tCause-Effect\twe find the candle light creates a special atmosphere not only for food, but ambiance for a relaxing convivial meal as well\ne1\te2\tincome\torphanage\tEntity-Destination\tsecretly, she has been donating 10% of her income to local a orphanage every month\ne1\te2\tcompanies\tfilms\tProduct-Producer_reversed\ta variety of companies manufacture bopet and other polyester films under different trade names\ne1\te2\tperson\tvehicle\tEntity-Origin\ta person was release from their vehicle before emergency services arrived just after 9am this morning\ne1\te2\tstick\ttoothpick\tComponent-Whole\the used his finger on the stick of the toothpick for a trial balance\ne1\te2\tinflammation\tbacteria\tCause-Effect_reversed\tsymptoms vary according to the degree of inflammation caused by the bacteria, ranging from slightly loose stools to bloody diarrhea, abdominal pain, and fever\ne1\te2\tbaby\tshoebox\tContent-Container\ta newborn baby was found stuffed in a shoebox and dumped in the lobby of a long island apartment building\ne1\te2\thorn\tvalve\tComponent-Whole_reversed\tthe more common double horn has a fourth valve, usually operated by the thumb, which routes the air to one set of tubing tuned to f or the second set of tubing tuned to b\ne1\te2\tgangster\tgang\tMember-Collection\tthree people who are on the verge of giving up life -- a gangster in trouble with his gang, a doctor who has lost his family, and a woman with a terminal disease -- all meet up by coincidence\ne1\te2\twinds\tcancellations\tCause-Effect\thigh winds caused delays and cancellations of some state ferries\ne1\te2\twheels\tgrinding noise\tCause-Effect\tthe front wheels are making a grinding noise\ne1\te2\tdisorder\timpairment\tCause-Effect\twilliams syndrome: a genetic disorder that results in selective cognitive impairment\ne1\te2\tbomb\thome\tOther\ta chowchilla man is behind bars, after a pipe bomb was discovered inside a mobile home\ne1\te2\tsymbol\tconcatenation\tOther\tthe symbol denotes concatenation\ne1\te2\tscript\tmodule\tInstrument-Agency_reversed\tthis simple script uses the dbi module in order to connect to a mysql database, retrieves the results from a select query and display the results\ne1\te2\tglint\tgoldfish\tOther\tin the open air of the sanz hotel, amid the music of the fountain and the glint of the goldfish, i almost forgot my nationality and imagined myself a great spanish grandee, residing in an ancient spanish mansion, and, no doubt, unconsciously adopted something of the stately walk and conversation suited to the part\ne1\te2\ttrain\tstation\tEntity-Origin\ton the way back, the train departed from station zilupe at 08:07 and arrived in riga passenger station at 12:05\ne1\te2\tstudents\tmixture\tInstrument-Agency_reversed\tafter receiving parental permission for the project, students treated the chickens with a mixture of salt and baking powder\ne1\te2\tvolume\treligious\tMessage-Topic\tthis is a very useful volume for anyone interested in the religious in nineteenth and twentieth-century american literature\ne1\te2\twedge\tgeese\tMember-Collection_reversed\ta wedge of canada geese passed overhead, already fleeing from winter, but for the moment it was summer still\ne1\te2\tceramist\tfoil\tInstrument-Agency_reversed\ta ceramist bakes the porcelain in a tin foil and further heats it by placing it an oven\ne1\te2\trabble\tmoney\tOther\ti was lucky enough to see with my own eyes the recent stock-market crash, where they lost several million dollars, a rabble of dead money that went sliding off into the sea\ne1\te2\told cars\tresidents properties\tEntity-Destination\tthe old cars is migrating into the new residents properties together with the residents\ne1\te2\tcrisis\tmess\tCause-Effect_reversed\tand the economic crisis was generated due to the sub-prime mortgage mess brought about through government intervention in the market to promote progressive ideals (ie extending loans to low-income borrowers)\ne1\te2\tlegacy\ttime\tOther\ta specific legacy has relation to the time of making the will\ne1\te2\tcrisis\trecession\tCause-Effect_reversed\tby the late 1980s, however, the bank was caught up in the debt crisis in the developing world caused by the recession and the dramatic rise in interest rates\ne1\te2\tstudy\tmeasurement\tOther\tthe aim of this study was the measurement of the intensity and circumstances of drug use\ne1\te2\tstory\tflashbacks\tComponent-Whole_reversed\tthe story of the pilot episode is related through a series of flashbacks\ne1\te2\tbarn\tfarm\tComponent-Whole\tthe barn on her dad's farm that he cultivated from 1963 until the mid-1990s, was restored\ne1\te2\tprofits\tinflation\tCause-Effect_reversed\tthe risks to housing and general corporate profits from inflation were quite clear and the defensive strategy over the long term has paid dividends\ne1\te2\tpoem\tneed\tMessage-Topic\tthe poem explores the inevitable need to make choices\ne1\te2\ttrain\tdestination\tEntity-Destination\tthe train started to its destination\ne1\te2\tspin-off\tscientist\tProduct-Producer\tgoto.com was an idealab spin-off created by the scientist, and was the first company to successfully provide a pay-for-placement search service\ne1\te2\tdiscomfort\tsurgery\tCause-Effect_reversed\tthere is relatively little discomfort from this surgery and most individuals rarely take more than tylenol for their discomfort\ne1\te2\tsiege\tcranes\tMember-Collection_reversed\this ninth novel, the echo maker, starts with a siege of sandhill cranes, a one-vehicle highway accident and a mystery\ne1\te2\tfats\tdisease\tCause-Effect\tfats from meat and dairy cause heart disease, the leading killer of people with diabetes\ne1\te2\tenergy\tsource\tEntity-Origin\tthe energy originates from an external source of light, which is absorbed and almost immediately emitted\ne1\te2\tparents\tpills\tInstrument-Agency_reversed\tmaddie's parents killed her with sleeping pills\ne1\te2\twriter\twork\tProduct-Producer_reversed\tthe writer's principal work during the years following pushkin's death was the satirical epic dead souls\ne1\te2\tassignment\tterm\tEntity-Origin\tmy animation assignment from last term made everyone smile\ne1\te2\trunners\tstreets\tOther\tafter runners carried the torch through the streets of north platte, the torch was again handed off to a pony express rider, who continued down the trail\ne1\te2\tcontortions\tinteractions\tCause-Effect_reversed\tthe contortions are caused by gravitational interactions with the small satellites prometheus and pandora\ne1\te2\tcitations\tbook\tComponent-Whole\textensive references to scientific literature form an important part of each monograph and over 1800 new citations appear in the book\ne1\te2\tbottle\tvinegar\tContent-Container_reversed\tfirst we put baking soda in a balloon then we attached the balloon to the top of a bottle with vinegar in it\ne1\te2\tbeer\tstarches\tEntity-Origin\tbeer is produced by the brewing and fermentation of starches\ne1\te2\tlaw\tcodes\tComponent-Whole_reversed\tcalifornia law consists of 29 codes, covering various subject areas, the state constitution and statutes\ne1\te2\tbird flu\tcountry\tEntity-Destination\tthis winter season, bird flu has been carried into the country quickly\ne1\te2\tteachers\tstatistics\tInstrument-Agency_reversed\tteachers systematically engage students in such higher order cognitive skills as analysis and synthesis of data by using statistics\ne1\te2\tnectar\tplants\tProduct-Producer\tthe female bees of most species feed on the nectar secreted by many plants\ne1\te2\tnewspaper\tnews\tMessage-Topic\tthe newspaper was reporting news from macedonia from that period\ne1\te2\tessays\tworkshops\tEntity-Origin\tmost of the essays originated in writing workshops run by the literary magazine tin house\ne1\te2\tpresentation\tstatus\tMessage-Topic\tone aspect of the media presentation is the status attributed to claims-makers on either side of the issue\ne1\te2\ttherapy\tgovernment\tOther\tin future britain, charismatic delinquent alex delarge is jailed and later volunteers for an experimental aversion therapy developed by the government in an effort to solve society's crime problem\ne1\te2\tdrawer\tphial\tContent-Container_reversed\tthe drawer contained \"a phial of some tincture, a paper of some salt, and a record of a series of experiments\"\ne1\te2\tfarm\tbuildings\tComponent-Whole_reversed\tthe farm had many acres with a number of buildings dedicated to a variety of goodies from produce, fruits, baker goods and specialty items depending on the season\ne1\te2\tswine\therd\tMember-Collection\tmissouri experienced growth in swine herd from 1990 to 2000 as did four nearby states (iowa, oklahoma, kansas and texas)\ne1\te2\tblizzards\tregion\tEntity-Destination\textremely dangerous blizzards have moved into the midwest region\ne1\te2\tbouquets\tcity\tEntity-Destination\tthe company sent floral bouquets to a city in ireland\ne1\te2\temail\treservation\tMessage-Topic\tand after waiting two days, i finally decide to send an email to inquire about my car reservation and i explained my trouble\ne1\te2\tsmile\thope\tCause-Effect\tthis smile, a true reflection of god's tenderness, is the source of an invincible hope\ne1\te2\tfish\tlungs\tComponent-Whole_reversed\tit's a fish with lungs, and it can survive on land for brief periods\ne1\te2\tearthquake\tmarsh\tCause-Effect\tthe earthquake caused a bulrush marsh at west point, on the puget sound shore in seattle, to drop and the tsunami deposited sand on top of the marsh\ne1\te2\tamazement\tfloats\tCause-Effect_reversed\tthe greatest amazement was caused by the floats\ne1\te2\tinput\tqueue\tOther\tthe input queue is used for processing events from an mfg/pro application to a websphere-connected application\ne1\te2\tcurbside\tbus\tComponent-Whole\tfor safety reasons, he loads and unloads his bike from the curbside of the bus\ne1\te2\tsignatures\tcache\tEntity-Destination\tthe signatures were fetched into the cache together with the instructions\ne1\te2\tspeeches\tpolicy\tMessage-Topic\ther speeches have special reference to environmental policy\ne1\te2\taliens\tspace\tEntity-Origin\tthis incident was an incursion of illegal aliens from outer space and not u.s. military high-tech black project flying objects\ne1\te2\tcollapse\toverdose\tCause-Effect_reversed\ttreatment of cardiovascular collapse from caffeine overdose with lidocaine, phenylephrine, and hemodialysis\ne1\te2\tdown\twater-sheep\tEntity-Origin\tthey weave fine cloth, and they use the down of water-sheep in making it; it is called hai-hsi-pu (cloth from the west of the sea)\ne1\te2\thomepage\tyears\tEntity-Origin\tbizarrely enough i was just looking at our homepage from ten years ago\ne1\te2\tcommissioner\tnations\tEntity-Destination\tthis month, the commissioner travels to several remote nations\ne1\te2\tbasic concepts\ttutorial\tMessage-Topic_reversed\tit covers the basic concepts in a clean and slick tutorial\ne1\te2\tbolt\tcrossbow\tInstrument-Agency\tthese efforts of the crossbow-makers to decrease the friction of the bolt of the crossbow against the stock, as the bolt was driven forward by the bow-string, are traced in all mediaeval crossbows\ne1\te2\trout\tforces\tOther\tus forces fared so well that macarthur gained truman's permission to attempt a total rout of communist forces\ne1\te2\tphalanx\tartists\tMember-Collection_reversed\tbreuer chairs a phalanx of high-flying artists in a family saga\ne1\te2\tcomputer\tchurch office\tEntity-Origin\ta computer was stolen from a church office sometime monday or tuesday in the 1500 block of cr 144, brazoria county\ne1\te2\tbeer\tmug\tContent-Container\tand the beer was in a mug, and full to the brim\ne1\te2\tstrategy\tfocus\tOther\tthe strategy covers the period to 2016, with a strong focus on 2010\ne1\te2\tcriticisms\tarticle\tMessage-Topic_reversed\ta number of scientific criticisms of duesberg's hypothesis were summarised in a review article in the journal science in 1994\ne1\te2\tcups\tstack\tMember-Collection\tto cover all areas, i've included coffee pot and cups in a neat stack on the table, so that the meal has both a beginning and an end feel to it\ne1\te2\tfilm\tnecessity\tMessage-Topic\tboth novel and film insist upon the necessity of the past in defining who we are and how we will live in the present\ne1\te2\tbook\tchapters\tComponent-Whole_reversed\tthe book comprises ten chapters\ne1\te2\toutbreaks\tviruses\tCause-Effect_reversed\tto date, all outbreaks of the highly pathogenic form of avian influenza have been caused by viruses of the h5 and h7 subtypes\ne1\te2\tconvoy\tvans\tMember-Collection_reversed\ton march 29, 1984, in the middle of the night, a convoy of moving vans left the colts' headquarters, headed for indianapolis\ne1\te2\tsailor\tlist\tComponent-Whole_reversed\tit shows a sailor with a list of crossed-out ex-girlfriend's names going down his arm\ne1\te2\tplant\toxidase\tProduct-Producer_reversed\tit is in the hours of darkness that the plant builds up the oxidase that is to call out the signal that the flower has run its full course\ne1\te2\tprickle\tporcupines\tMember-Collection_reversed\tto put it discretely, she described the sensation in her knees as that of being forcibly violated by a prickle of porcupines\ne1\te2\tfactory\trifles\tProduct-Producer_reversed\tthe factory produced british military rifles, muskets and swords from 1816\ne1\te2\tindustry\tperiod\tEntity-Destination\tchina's feed industry has entered into its mature period\ne1\te2\tculture\tpast\tEntity-Origin\tnuevomexicano culture is rooted in an indigenous past\ne1\te2\ttension\tlongings\tCause-Effect_reversed\twes anderson has made one classic comedy(the royal tenenbaums) fueled by the tension from the characters' longings to burst out of the trappings in which they are framed\ne1\te2\tsyndicate\tfraudsters\tMember-Collection_reversed\trecently, the efcc succeeded in arresting a syndicate of internet fraudsters with the following identity, badiru abidemi adeyinka\ne1\te2\tabuse\tserver\tEntity-Origin\ti have abuse originating from my server\ne1\te2\twork\tleadership\tMessage-Topic\tkotter's most significant and controversial work, however, has been on the subject of leadership\ne1\te2\tpolysilicon\tstep\tOther\tit is found that the polysilicon grows from an initial step of the deposition\ne1\te2\tmillions\tcountry\tEntity-Destination\ta chinese firms poured millions into the country\ne1\te2\tstand\tbees\tMember-Collection_reversed\ti also received one stand of choice bees and about $100 in cash\ne1\te2\tpain\tbuttock\tEntity-Origin\tthe pain was radiating from the right buttock to the knee joint\ne1\te2\tboards\tgovernors\tMember-Collection_reversed\tthe reconstitution of boards of governors takes place every 4 years and the current term of boards of governors is due to end on 30 june 2009 for controlled and maintained schools\ne1\te2\tslugs\tholes\tProduct-Producer_reversed\tsnails and slugs cause holes in the leaves of young plants and can chew right through the stems of newly planted seedlings\ne1\te2\tclutch\teggs\tMember-Collection_reversed\ta family living at calabogie, ontario was digging their new potatoes and came upon a different clutch of eggs\ne1\te2\thelix\tear\tComponent-Whole\tnow, your earlobe can never escape because this brass knuckle stud is attached to a chain attached to a cuff that affixes to the helix of the ear\ne1\te2\tswitch\ttape recorder\tComponent-Whole\the draged the nail on the head of the snake and then clicked the switch of the tape recorder\ne1\te2\tpreparations\tincrease\tCause-Effect\tin general, the greatest hypocalcemic effect was achieved by those liposomal preparations that resulted in the most sustained increase of l-hct and f-hct in plasma\ne1\te2\tkit\tbox\tContent-Container\tthe kit was in a box that measured about 18x11x3.5 inches\ne1\te2\tprobe\tprosecution\tEntity-Destination\tdoj released a probe into siegelman prosecution\ne1\te2\tmodel\tcarpenter\tProduct-Producer\ta model for a summer house by the carpenter and architect william thornton was approved by sir abstrupus in 1700\ne1\te2\tchapter\tbackground information\tMessage-Topic\ta short introductory chapter furnishes the background information\ne1\te2\tapplet\tbrowser\tOther\tthe applet requires a browser that supports jdk 1.1.5 or above\ne1\te2\tjaw\tbone\tComponent-Whole_reversed\ttasheki was taking photographs at the encounter site when a bullet hit his jaw bone\ne1\te2\talbum\tband\tProduct-Producer\tthe 2001 debut album by the new york band was voted top of the pile by a panel of musicians, producers, writers and record label bosses\ne1\te2\ttools\tengineers\tInstrument-Agency\tplanetcad offers the best tools for engineers and now the whole industry is following\ne1\te2\tapricot\tnectar\tEntity-Origin_reversed\tcloud loss behaviour in pasteurized apricot nectar was found to be different from that of other fruit juices\ne1\te2\tpile\tbin\tContent-Container\ta very small pile of soft green hay was in a bin in a corner of their downstairs room\ne1\te2\tworkers\tengines\tProduct-Producer_reversed\tamong them are the 2,000 or so workers who still make diesel engines for ford on a site that employed more than 50,000 in the 1950s\ne1\te2\tset\tprinciples\tMember-Collection_reversed\tthis paper describes a set of principles designed to help archives position themselves to address the management of current records\ne1\te2\tpoverty\toverpopulation\tCause-Effect_reversed\tpoverty is caused by overpopulation\ne1\te2\thydrophone\tcable\tOther\tthis new, improved active piezoelectric hydrophone is made with shielded clear waterproof cable and a copper acoustic chamber coated in non-toxic, durable black rubber\ne1\te2\tbottle\twine\tContent-Container_reversed\tthe waiter returns with a bottle full of wine, pours a small amount in the glass for tasting\ne1\te2\tpaintings\texhibition\tComponent-Whole\tthe oil paintings shown at the exhibition were of exceptionally high quality\ne1\te2\tsetbacks\tunemployment\tCause-Effect\tthe economic setbacks of 1893 had created unemployment and poverty which caused migration in search of new opportunities\ne1\te2\tsoot\tfireplace\tEntity-Destination\tthe soot has been blown down into the fireplace\ne1\te2\tfarm\thorses\tOther\tat this time the farm had three horses and a small tractor\ne1\te2\tgoose\twild\tEntity-Destination\tthe goose was released into the wild\ne1\te2\tplay\thumor\tComponent-Whole_reversed\tthe original play was filled with very topical humor, so the director felt free to add current topical humor to the script\ne1\te2\tconquest\tgood\tOther\twe are determined to pursue the conquest of evil with the good\ne1\te2\tpeople\tjoy\tOther\tauthentic people, knowing their place in the world, fulfill it with joy and attention\ne1\te2\tunificationists\tpresident\tOther\tunificationists sees kingdom coming with the help of the new president\ne1\te2\tusers\tsoftware\tInstrument-Agency_reversed\tmore important, these changes improved the users' experience of the software\ne1\te2\tsoftware\tdrain\tCause-Effect\tthe software caused a pretty good drain on the cpu for some reason\ne1\te2\tdrugs\tbox\tContent-Container\twhen shown the location of the drugs, the investigators noted that the drugs were in a box in a closet, and were not stored in a securely locked, substantially constructed cabinet, as required\ne1\te2\tprize\tpupils\tEntity-Destination\tthe national prize was awarded to lionacleit fashion pupils\ne1\te2\tharm\tsystem\tCause-Effect_reversed\tthe harm has been caused by the invitation system\ne1\te2\tformation\tcoalitions\tOther\twhile most of the experimental literature focuses on individual contributions, many real-world problems involve the formation of coalitions\ne1\te2\tmethod\ttechniques\tInstrument-Agency_reversed\tthe method uses histologic techniques for processing and thus offers one major advantage\ne1\te2\tbody\tcupboard\tContent-Container\this body was inside a cupboard in the jumeirah carlton tower hotel in upmarket knightsbridge\ne1\te2\tfortune\tselling\tCause-Effect_reversed\talfred nobel created his fortune from the selling of explosives that utilized nitroglycerin\ne1\te2\tcrane\tarm\tComponent-Whole_reversed\tthe crane arm raises, swivels, and extends to a maximum length of 11\" inches, just like our own poe ghostal\ne1\te2\tbacteria\tacne\tCause-Effect\tproper washing and skin care can help to remove bacteria and oils which cause acne\ne1\te2\tlaunch\tnext month\tEntity-Destination\tthe launch has been rescheduled to next month due to bad weather\ne1\te2\temployees\torganisation\tMember-Collection\temployees are the most important part of an organisation\ne1\te2\tstatement\tparties\tOther\tthe coalition sprang up after the tories released an economic statement lambasted by the opposition parties\ne1\te2\tarray\tcolors\tMember-Collection_reversed\tall of their products are the direct result of extensive research and development and produce a varied array of spectral colors, enabling you to sound your best\ne1\te2\tsystem\tstructure\tOther\tthe system combined the hierarchical structure of decision trees with a clean probabilistic semantics\ne1\te2\tlack\treliance\tCause-Effect\tthe lack of stability caused a strong reliance on the colonizers\ne1\te2\tchild\tcare\tOther\ta child has been placed into foster care\ne1\te2\tstudies\tmechanics\tMessage-Topic\tin the mechanical department the course includes a variety of previously published studies having relation to applied mechanics, the art of construction, and mechanical drawing\ne1\te2\tthoughts\teffects\tMessage-Topic\tthere are many theories and thoughts about the effects of the moon on people, animals, and the natural world\ne1\te2\tarm\tpatient\tComponent-Whole\twhen the arm of the patient is meticulously placed at the right atrium level in both positions, the difference is even greater than when the arm rests on the desk or on the arm support of the chair\ne1\te2\tcousin\tportfolio\tEntity-Destination\the has added his cousin into his portfolio\ne1\te2\tdollars\treconstructions\tOther\tsince then, millions of dollars have gone into reconstructions for victims of tsunami in 2004\ne1\te2\tband\toutsiders\tMember-Collection_reversed\tjust 18 months ago, the new york times magazine ran a cover story depicting progressive bloggers as a band of unkempt outsiders\ne1\te2\tfunctionality\tdatabase\tEntity-Destination\tthe functionality is moved into a separate database\ne1\te2\tprogenitor\tname\tOther\tits progenitor made his name with a wonderful non-fiction account of policing in baltimore called homicide\ne1\te2\tchapter\talgorithms\tMessage-Topic\tit contains a chapter giving an introduction to compression algorithms\ne1\te2\tflyer\tbox\tContent-Container\tone flyer was inside a box of cracker jacks at a hughes market\ne1\te2\tpopulation\tburghers\tMember-Collection_reversed\tpetitions against the annexation were signed by between one half and two-thirds of a total population of some 8000 burghers\ne1\te2\teruptions\ttectonic forces\tCause-Effect_reversed\tthe eruptions are caused by tectonic forces or by the compaction of sediments at the deltas of large rivers, such as the mississippi\ne1\te2\tmarijuana\tjar\tContent-Container\tappellant's only challenge to the application of the plain view doctrine is that because the marijuana was in a jar in the freezer compartment it was not in \"plain view.\ne1\te2\ttortoise\tbox\tContent-Container\tthe tortoise that had been picked up the night before was in a box\ne1\te2\tgenerator\tfactory\tInstrument-Agency\tthe generator powered a nearby aluminium factory, considered vital to the german war effort\ne1\te2\trope\trod\tComponent-Whole\tmr. adel throws the rope of the rod as far as he can into the water\ne1\te2\twater\ttank\tEntity-Destination\tthe water was drained into the second water drain tank through the connecting pipes\ne1\te2\tdamage\twar\tCause-Effect_reversed\tlenin and the other leaders of the soviet union set about repairing the damage caused by the revolution and the civil war\ne1\te2\ttemple\tmonks\tProduct-Producer\ta temple has been built by monks in northeast thailand who used over a million recycled beer bottles to make the walls and roof\ne1\te2\tedge\tflat\tComponent-Whole\tstones must be set in% inch from the edge of the flat\ne1\te2\tmachine\tfactory\tEntity-Origin\tthe machine arrived from the factory with windows 2000 installed on a single large partition\ne1\te2\tfactory\tworkshop\tComponent-Whole_reversed\tthe factory's workshop functioned inside an extension which was bigger than the actual residence\ne1\te2\tmoney\treturn duct\tContent-Container\tthe money was hidden in an air-conditioning system's return duct, which conveniently connected to the room behind\ne1\te2\twrack\trabbits\tMember-Collection_reversed\tindividuals were granted a wrack of rabbits and some help building a rabbit run in their backyard to start up a small rabbit farm (--40 rabbits and a hutch, perhaps?), along with automatic membership in a cooperative rabbit abatoir\ne1\te2\twarehouse\tuser\tInstrument-Agency\ta warehouse user with limited authority cannot crate the required bufferpool\ne1\te2\tmoney\tcompanies\tEntity-Destination\thuge money is given to companies for boosting economy\ne1\te2\treaction\tpress\tCause-Effect_reversed\tthe reaction from the international press, which i am sure you here in tokyo have noticed, has been very wide and detailed\ne1\te2\thouses\tway\tOther\tall houses are now built this way\ne1\te2\tsong\tquartet\tProduct-Producer\tthis lovely song by a virtually unknown quartet from oklahoma epitomizes what a great wedding song is\ne1\te2\tcrash\tseismic event\tCause-Effect\twhen the first model sank in august 1991, the crash caused a seismic event registering 3.0 on the richter scale, and left nothing but a pile of debris at 220m of depth\ne1\te2\tpayment\taccount\tEntity-Destination\ta test payment was put into my bank account on october 13th\ne1\te2\talliance\telements\tMember-Collection_reversed\tthis an alliance of various elements connected into the political elite with the old prd forces, who have adopted a strategy of postponing efforts to lead any fight with the domestic bourgeoisie\ne1\te2\tchanges\tpolicies\tMessage-Topic_reversed\tthese changes have been reflected in the general policies and approach of the forestry commission\ne1\te2\tgrain\tproduction\tEntity-Origin\tthe drying step is achieved within 4 hours from the exit of the barley spent grain from the beer or malt production\ne1\te2\tmeeting\tcreation\tMessage-Topic\ta meeting called by india's government to discuss the creation of a separate state in the tea-producing darjeeling hills has ended without a breakthrough\ne1\te2\tpresident\tcountry\tEntity-Origin\tthe g-53 ended its statement with one of the many speculations that have arisen from the president's contentious departure from the country\ne1\te2\ttest\tachievement\tOther\tthe purpose of this test was to report to the american public on the academic achievement of individual students, schools, districts, and states\ne1\te2\tgovernment\ttourniquet\tInstrument-Agency_reversed\ta year after the government applied a tourniquet to the banking industry, the bleeding has slowed\ne1\te2\tboy\tschool\tEntity-Origin\tthe boy runs away from the school when he sees his father's insensitivity, but the teacher and his other friends bring him back\ne1\te2\taccident\tdeath\tCause-Effect\tfor example, driving recklessly and causing an auto accident that result in the death of another driver or passenger could be qualified as manslaughter\ne1\te2\tdeath\tstorm\tCause-Effect_reversed\tthat coupled with the death and destruction caused by the storm was a very traumatic experience for these residents\ne1\te2\tmilk\tdrink\tOther\ti've been asking for a fizzy milk drink for a while\ne1\te2\tmanufacturers\tfactors\tOther\tmanufacturers have traditionally been more concerned about factors like price, quality, or cycle time, and not as concerned over how much energy their manufacturing processes use\ne1\te2\tneurons\tsubstantia nigra\tComponent-Whole\tthe midbrain dopaminergic (mda) neurons of the substantia nigra and the ventral tegmental area play a fundamental role in the control of voluntary movement\ne1\te2\tefforts\tdiaries\tMessage-Topic_reversed\this efforts were documented in the diaries of his sister katherine\ne1\te2\tinfection\twound\tCause-Effect_reversed\tthe infection came from a wound\ne1\te2\tlakes\tnetwork\tComponent-Whole\tthe public are welcome to visit the lakes and dams that make up tasmania's hydro electric network\ne1\te2\tradiation\tcell phones\tCause-Effect_reversed\tthe emission of electromagnetic radiation from cell phones continues to become a growing concern\ne1\te2\tvan\tdebtors\tInstrument-Agency\ta van used by debtors in the business of transporting passengers was a tool of the trade for lien avoidance purposes\ne1\te2\tprofessor\tworks\tProduct-Producer_reversed\tthe english writer, poet, philologist, and university professor was best known as the author of the classic high fantasy works the hobbit, the lord of the rings and the silmarillion\ne1\te2\toil\tbunker\tContent-Container\tit carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab\ne1\te2\texplosives\tbox\tContent-Container\tthe explosives were in a box covered by sheet metal, while the wooden handle and fuse were those of the stick hand grenade\ne1\te2\tsubscribers\tcountryside\tEntity-Origin\thalf of the new subscribers hailed from china's vast countryside\ne1\te2\tdollar\tbasket\tOther\twe derive a pair of optimal weights on the dollar in a currency basket to stabilize their trade balances for both of the countries\ne1\te2\ttime travel\tscience fiction\tMessage-Topic_reversed\ttime travel is a common theme in science fiction\ne1\te2\tnote\tplastic baggy\tContent-Container\tthe handwritten note was inside a plastic baggy\ne1\te2\tagent\tdiscount\tInstrument-Agency_reversed\tthis happens when a collecting agent inadvertently applies the pns discount to an ineligible vessel\ne1\te2\tconstituency\tsupporters\tMember-Collection_reversed\tthe stress of electoral defeats exposed mr. hoyte to opposite pressures within the constituency of his supporters\ne1\te2\ttripe\talchemists\tProduct-Producer\tquite a large part of the religious establishment was opposed to alchemy, but, given the fraudulent tripe written by most of the alchemists, that was no bad thing\ne1\te2\tbottle\tair\tContent-Container_reversed\twhen a bottle full of air is opened under water, the water will not enter the bottle\ne1\te2\tprofit\tselling\tCause-Effect_reversed\tsumatera (yagasu) made a profit from the selling of women groups' handicrafts activities\ne1\te2\tscientists\tmap\tProduct-Producer_reversed\tscientists have assembled the first global geological map of the solar system's largest moon - and in doing so have gathered new evidence into the formation of the large, icy satellite\ne1\te2\texperiences\tmemoir\tMessage-Topic_reversed\tlambert's wartime experiences were related in his excellent 1973 memoir\ne1\te2\tsignal\tperoxisomes\tEntity-Destination\tthe correct targeting signal is imported into the peroxisomes\ne1\te2\tfilm\tname\tOther\tthe ultimate d.c.-related work on this topic, in recent decades, anyway, may be jerzy kosinski's satirical being there, the inspiration for a peter sellers film by the same name\ne1\te2\tsections\tcity\tComponent-Whole\tin the older sections of the city the street in front of one's house is considered the person's responsibility, it is seen as an extension of their house\ne1\te2\torphan\torphanage\tEntity-Origin\tin some of the other stories, an orphan runs away from the orphanage\ne1\te2\tdolphin\tflukes\tComponent-Whole_reversed\tthe dolphin uses its flukes for swimming and its flippers for steering\ne1\te2\tworth\tplant\tEntity-Destination\tconstruction industry's worth is invested into construction plant and equipment\ne1\te2\tfrustrations\tstress\tCause-Effect\tfrustrations, threats, and conflicts cause stress\ne1\te2\twall\towner\tOther\tkegs of guinness rolled off and then were grabbed and stacked up against the wall by the pub owner\ne1\te2\thorses\tstud\tOther\tin this section are horses born in tori stud that have made tori breed famous and maintained that fame\ne1\te2\tfood\tstore\tEntity-Origin\tfood comes from the grocery store, packaged, sanitized, frozen or chilled\ne1\te2\ttreatment\tmask\tComponent-Whole_reversed\tthe treatment includes an aromatherapy mask and moisturizer\ne1\te2\tsyndicate\tbanks\tMember-Collection_reversed\tas a consequence it sold bonds indirectly to the public with the help of a syndicate of banks\ne1\te2\tplayer\tcolor\tInstrument-Agency_reversed\tplayer one can become white and block all the bullets while player two blasts the boss with the opposite color\ne1\te2\tcompassion\tpeople\tEntity-Origin\tcompassion was originally from a people known as the remote, a splinter group of the time travelling voodoo cult faction paradox\ne1\te2\timperative\tauthority\tEntity-Origin\tthe imperative originates from an authority which transcends the speaker\ne1\te2\tlemon\tmarmalade\tEntity-Origin_reversed\tmeyer lemon marmalade is an amazingly delicious version of fruit recipe\ne1\te2\tauthor\tnovel\tProduct-Producer_reversed\tfrom the pulitzer prize-winning author of march comes this novel - inspired by a true story - that traces the journey of a rare illuminated manuscript through centuries of exile and war\ne1\te2\tpryde\tgriffins\tMember-Collection_reversed\tsimon roused himself slowly from a wonderful dream revolving around a whole pryde of baby griffins, just waiting for him to play with them\ne1\te2\ttree\tcrown\tComponent-Whole_reversed\ttopping is the indiscriminate removal of a tree 's crown, cutting off large branches and the main stem of the tree, leaving large branch stubs\ne1\te2\tchandlers\tcandles\tProduct-Producer_reversed\ttraditionally, chandlers made both soap and candles, because a long time ago both of these products were made with lard\ne1\te2\tcomments\tsource code\tComponent-Whole\tcomments are parts of the source code disregarded by the compiler\ne1\te2\tpiezos\twires\tComponent-Whole_reversed\tthese piezos have 2.5 inch pretinned lead wires solidly attached with solder joins protected by a dab of silicone\ne1\te2\treligion\tprohibition\tProduct-Producer_reversed\tthe baha'u'llah religion has liberated human minds by a prohibition within his faith against any caste with ecclesiastical prerogatives\ne1\te2\tpapers\tlibrary\tEntity-Destination\tpapers of conductor and arranger andre kostelanetz are being donated to the library by the musician's estate\ne1\te2\tcitizens\tguns\tInstrument-Agency_reversed\tso almost immediately after pearl harbor, hawaii's governor calls for citizens and their guns to man checkpoints and patrol beaches against an expected japanese invasion\ne1\te2\tprofit\tselling\tCause-Effect_reversed\tcyber squatter- a person who buys domain names, and holds them with the intent of making a profit from the selling of the domain name\ne1\te2\tcriminals\ttime-traveling\tInstrument-Agency_reversed\the needs to capture 22nd century criminals who have escaped by time-traveling\ne1\te2\tcolleagues\tspectrometer\tInstrument-Agency_reversed\tshe and colleagues exhaustively tested the sample, sequencing the proteins they found with a new and better mass spectrometer\ne1\te2\tcorpses\twrappings\tEntity-Destination\tthe corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was put inside of another case that was decorated with details of their life and a mask of their face\ne1\te2\tprotein\tdiet\tEntity-Destination\tour ancestors have added high protein into their diet\ne1\te2\tsoup\tdish\tContent-Container\twe served a bowl of delicious soup in a dish of ivory china\ne1\te2\tbrotherhood\trogues\tMember-Collection_reversed\tthis brotherhood of halfling rogues is the most powerful criminal organisation in town\ne1\te2\tlandscape\tcompany\tProduct-Producer\tthere are a few simple steps you take to ensure you have selected the correct landscape company\ne1\te2\tcompany\tmachines\tProduct-Producer_reversed\tthe company builds many of the machines used in the manufacturing of the beds and the upfitting of the chassis\ne1\te2\tbomb\tbottle\tEntity-Destination\tten-year-old huynh thanh tung was fortunate to survive when the tiny war relic burst into a ball of flames and flying metal as he stuffed the bomb into a bottle\ne1\te2\tseed\toils\tEntity-Origin_reversed\tflax seed oils is the form in which the oil was extracted from the seed\ne1\te2\tdystrophies\tdefects\tCause-Effect_reversed\tthe muscular dystrophies are caused by genetic defects, which means they are inherited at birth\ne1\te2\tpeptide\tprotein\tEntity-Origin\tthe signal peptide is derived from a protein that is exported by the cell\ne1\te2\tpurse\tmoney\tContent-Container_reversed\ta boy scout in north carolina found a purse with money in it\ne1\te2\tcaffeine\tgoods\tEntity-Destination\tthe researchers inserted caffeine into baked goods\ne1\te2\taccused\tscene\tEntity-Origin\the was 10 to 11 meters away from the accused when the latter ran away from the scene of the incident\ne1\te2\tslaves\tcountry\tEntity-Destination\tthe slaves were brought into the country against their will\ne1\te2\taberrations\treasons\tCause-Effect_reversed\tin a two-mirror telescope equipped with an active optics system usually m2 is used to correct the aberrations originated by optical reasons, i.e. defocus and coma\ne1\te2\taddition\treaction\tCause-Effect\tthe addition of water to the tank caused a runaway chemical reaction, resulting in a rapid rise in pressure and temperature\ne1\te2\tcivility\tdiscussion\tMessage-Topic_reversed\tin recent months, civility has been a topic of much discussion in the newspapers\ne1\te2\tband\tberserkers\tMember-Collection_reversed\tother ritual practices attributed to berserks represent the initiation of the young warrior into a band of berserkers\ne1\te2\tbag\tmarket\tOther\ta new insulated pizza bag is delivered to the market\ne1\te2\tpigs\ttrampoline\tInstrument-Agency_reversed\tpigs really fly....with the help of a trampoline\ne1\te2\tslugs\tdamage\tCause-Effect\tsnails and slugs cause damage to seedlings, flowers, vegetables and shrubs\ne1\te2\tsoldiers\tkatanas\tOther\teven in world war ii, american soldiers targeted the men with the katanas first because their killing power was feared and respected\ne1\te2\tpeople\tpottery\tProduct-Producer_reversed\tfor me, the most interesting thing was some pottery by people who are so well known for their pottery like picasso or miro\ne1\te2\treport\tcompany\tProduct-Producer\tand a 22-page internal report by a computer security company named mandiant, dated august 18, fleshes out many details of the june-july breaches\ne1\te2\ttree\twoods\tOther\thaving delivered her charge, she had silently returned to her tree deep in the woods\ne1\te2\tconcepts\tscience\tEntity-Destination\tmodern economists have exported equilibrium concepts to political science\ne1\te2\teditor\tprogrammers\tInstrument-Agency\ttextmate is hailed as the best editor for programmers by many people\ne1\te2\tcallus\tseeds\tEntity-Origin\tthe most suitable callus to establish suspension cell cultures was obtained from seeds\ne1\te2\tsnowstorm\tcatastrophe\tCause-Effect\tthe snowstorm caused a major catastrophe on the west virginia turnpike\ne1\te2\trye\tspirits\tEntity-Origin_reversed\ttom's prominient selection of various rye spirits wins him kudos today\ne1\te2\tglaucoma\tblindness\tCause-Effect\tglaucoma is one of the leading causes for blindness and currently about 90 million patients worldwide are affected by the disease\ne1\te2\ttrain\tstation\tEntity-Origin\tred line conductor ivan hardaway prepares the train for departure from the station\ne1\te2\tbedroom\tdrugs\tOther\tbrittany murphy's bedroom was filled with prescription drugs\ne1\te2\trestaurant\tpackage\tComponent-Whole\tin exclusive buildings, a private restaurant is part of the package\ne1\te2\tgerms\tinfluenza\tCause-Effect\tthere are everyday actions that can help prevent the spread of germs that cause respiratory illnesses like influenza\ne1\te2\toutbreak\tvirus\tCause-Effect_reversed\tthe outbreak was caused by the live polio virus that is used in vaccines given orally the preferred method in developing countries because it is cheaper and doesn't require medical training to dispense\ne1\te2\twheelchair\tuser\tInstrument-Agency\tim a wheelchair user in a third floor flat serviced by only 1 lift\ne1\te2\tdeputy\tparty\tMember-Collection\ta deputy from sarkozy's ruling ump party, etienne pinte, also said he was \"very shocked\" by the charter flight\ne1\te2\tgates\tpalace\tComponent-Whole\tthe gates of the palace of john the priest were \"made of sardius, with the horn of the horned snake inwrought, so that no man might bring poison within\"\ne1\te2\tagar\tpolyethylene tube\tContent-Container\tthe agar was contained in a polyethylene tube 3,o mm inside diameter and about 1 mm of agar protruded\ne1\te2\tflight\tairport\tEntity-Origin\tthe imams were removed from a us airways flight awaiting departure from the minneapolis-st. paul airport\ne1\te2\tvagina\tdilator\tOther\tthe vagina was sutured behind the neourethra; the vagina accommodated a size 12 dilator\ne1\te2\tcall\tcells\tEntity-Origin\tthe firing of transition t_continuous_call represents the arrival of a handoff call from neighbour cells\ne1\te2\tomissions\tbooks\tEntity-Origin\tin these last three paragraphs, then, wordsworth began by first of all considering his omissions from previous books\ne1\te2\trun\tfish\tOther\tseptember normally marks the arrival of the earliest run of fish into lake tributaries, and peak runs occur in october\ne1\te2\tvehicle sales\tmuck\tOther\tall-terrain vehicle sales sink into muck\ne1\te2\tcrowd\temployees\tMember-Collection_reversed\tthe county fair drew a large crowd of usda employees\ne1\te2\trice\tspirits\tOther\trice spirits in asia are almost always female and regarded as a kind of mother figure (thus, the connection to fertility and tossing it at the bride)\ne1\te2\trange\toptions\tMember-Collection_reversed\tas a result of their relatively narrower range of options, predictions regarding their behavior tend to be more accurate\ne1\te2\tear\tdrum\tComponent-Whole_reversed\tthe air in the middle ear space is important to allow the ear drum and middle ear bones to be vibrated by sounds collected by the ear canal\ne1\te2\twork\tbook\tMessage-Topic_reversed\tmuch of the resulting work is summarised in his joint book with howitt\ne1\te2\tsky\tbasket\tOther\tand there's you, floating a couple of thousand feet up in the sky in a tiny little basket\ne1\te2\tstandards\treport\tMessage-Topic_reversed\tstandards at a secondary school are criticised in a report by the inspection body\ne1\te2\ttrunk\ttree\tComponent-Whole\troots that cross over the trunk of a tree instead of growing outward are known as girdling roots and should be removed since they can choke trees\ne1\te2\tsugar\ttea\tEntity-Destination\taccidentally, i poured too much sugar into my tea\ne1\te2\tcigarettes\tcountries\tEntity-Destination\the used to bring some cigarettes into these middle eastern countries\ne1\te2\tconcerns\tpublic sector\tOther\ttrade union side reiterated its concerns that the public sector was effectively subsidising these events and requested that this practice cease\ne1\te2\tarm\tdancer\tComponent-Whole\tthe momentum of their movement breaks the circle as the arm of the foreground dancer reaches out\ne1\te2\tpitying\tturtledoves\tMember-Collection_reversed\tthere's a pitying of turtledoves cooing to their mate\ne1\te2\taward\tactivist\tEntity-Destination\tthe civil rights hero award was bestowed to a disability rights activist\ne1\te2\tpendant\tstone\tContent-Container\tthe pendant encloses a tumbled stone\ne1\te2\tdrugs\tnausea\tCause-Effect\tthese drugs also cause headaches and nausea, affect your internal organs and raise your bad cholesterol\ne1\te2\tboy\torphanage\tEntity-Origin\tone day the little orphan boy ran away from the orphanage\ne1\te2\tstrand\ttheatre\tMessage-Topic\tthe strand was devoted to music theatre and film music and featured interviews with songwriters, composers, and orchestrators\ne1\te2\tcharge\texpenditures\tComponent-Whole_reversed\tthe restructuring charge was comprised of $11.9 million of cash expenditures for severance benefits and other costs and $8.2 million of non-cash charges, primarily for the write-down of impaired assets\ne1\te2\tdissatisfaction\tlaughing\tCause-Effect_reversed\twell i know quite a few people who get dissatisfaction from laughing at retards\ne1\te2\tworks\trelationship\tMessage-Topic\tworks in this exhibition investigate humanity's relationship with the world\ne1\te2\tadministration\tgimmicks\tInstrument-Agency_reversed\tthe bush administration hid the true fiscal picture with a plethora of accounting gimmicks\ne1\te2\tadenosine deaminase\tanalog\tOther\tadenosine deaminase converts purine riboside into an analog of a reactive intermediate\ne1\te2\tbees\thoney\tProduct-Producer_reversed\tnectar is the sweet flower sap that bees make into honey by evaporating off the excess water\ne1\te2\taluminum\tcan\tOther\tas time passed, aluminum formed itself into a can, a lid, and a tab\ne1\te2\tbottle\tbucket\tContent-Container\tthey still store the bottle in a chilling bucket or the refrigerator\ne1\te2\tjobs\tspeech\tMessage-Topic_reversed\tthe 08 campaign green jobs was the main talking point of any speech\ne1\te2\tdog\towner\tEntity-Origin\ta surfside man running away from a dog that broke away from its owner was struck by a bus in the chase\ne1\te2\tbanker\thotel\tProduct-Producer_reversed\tthe banker, who has put up in a sudder street hotel, told the sleuths that he had entered india on october 20, 2009\ne1\te2\tartists\tchisel\tInstrument-Agency_reversed\tthe artists carve away the surface with a chisel\ne1\te2\timmigrants\tpopulation\tCause-Effect\timmigrants accounted for more than half of britain's population growth in recent years\ne1\te2\tmarmalade\toranges\tEntity-Origin\tthis marmalade is made of the finest oranges, to create a delecious taste\ne1\te2\tdamage\texplosion\tCause-Effect_reversed\tiraqi soldiers inspect the damage after the explosion in a school in baghdad\ne1\te2\tbrace\tgeldings\tMember-Collection_reversed\tsam, who formerly was a sportsman, and in his apprenticeship used to frequent barnet races, keeps a high chaise, with a brace of seasoned geldings\ne1\te2\tcartoons\tpaper\tEntity-Origin\tthe cartoons originated in denmark's jyllands-posten paper and have been reprinted in newspapers in france, germany, italy, hungary, the netherlands and spain - who say they were exercising their right to free speech\ne1\te2\treproof\tchairman\tProduct-Producer\ta more coded reproof came from the chairman of parliament's foreign affairs committee\ne1\te2\tgrenade\ttin\tContent-Container\tthe grenade was inside a tin alongside the hotel fence\ne1\te2\tcomputers\tclassroom\tEntity-Destination\tthe principal has put computers into our classroom\ne1\te2\tfamily\trestaurants\tMember-Collection_reversed\tolive garden is a family of local restaurants focused on delighting every guest with a genuine italian dining experience\ne1\te2\tcomputer\tmouse\tComponent-Whole_reversed\tthe computer mouse has been the input device of choice for a long time now in the computer world\ne1\te2\trule\tlegal challenge\tOther\tthe rule is the subject of a legal challenge brought by abc and its coalition partners\ne1\te2\tpanel\tmember\tMember-Collection_reversed\tthroughout her career she has worked extensively with the california department of education and the commission on teacher credentialing where she has been a contributing panel member on the writing of the california subject examination for teachers (cset), the california music standards, and the caltpa, the california teacher preparation assessment, as well as an evaluator for the single subject music preparation submission documents\ne1\te2\tsteppingmotor\tcoil\tComponent-Whole_reversed\tfor example the steppingmotor has a coil with a resistance of 5 ohm and a nominal current of 1 amp\ne1\te2\tstyle\tcrime\tOther\tit is a literary style which portrays crime and violence in an unsentimental way\ne1\te2\tmachine\tblades\tComponent-Whole_reversed\tthe cutting machine contains 13 circular blades mounted on a cutting axis\ne1\te2\tcommittee\tdocument\tProduct-Producer_reversed\tthe 25-member steering committee that drafted the document also passed it through two palestinian gfm organizers\ne1\te2\tguide\twebsite\tComponent-Whole\tthe student guide, consisting of a list and description of courses offered by each faculty, is published on the website of the university\ne1\te2\tform\tplatonists\tOther\tin other words such people accept a form of mathematical platonists, whether or not they label themselves that way\ne1\te2\tbook\tidentity\tMessage-Topic\tthe book created a picture of social and religious identity\ne1\te2\tstorytelling\tcrows\tMember-Collection_reversed\tso this morning started early with a chorus of caws coming from a storytelling of crows outside my bedroom window\ne1\te2\tpaper\treview\tMessage-Topic_reversed\tthat paper received favorable review\ne1\te2\tsleeve\tshirt\tComponent-Whole\the was wearing a short sleeve shirt with a tie\ne1\te2\tcommittee\tmisuse\tOther\tthe nepalese government sets up a committee to inquire into the alleged misuse of diplomatic passports\ne1\te2\tinvestigation\tseries\tOther\tthe investigation was concerning a series of letters received at the house containing non-noxious white powder\ne1\te2\tembassy\tinjured\tEntity-Origin\tupon the arrival of an embassy from the injured to demand satisfaction, romulus decided that those who had done the injury should be delivered up\ne1\te2\tfishermen\treserves\tEntity-Destination\tindustries have pushed fishermen into fragile marine reserves\ne1\te2\tphotograph\tartist\tProduct-Producer\tthe three prints are a great example of a rare vintage photograph by an artist who had an influence on later 20th-century photographers\ne1\te2\twater\tcup\tContent-Container\tthe water was in a cup\ne1\te2\tplump\twildfowls\tMember-Collection_reversed\tthankfully the plump of wildfowls brought about the destrcution of the wild cats and that ended the whole fiasco\ne1\te2\tresult\tcases\tEntity-Origin\tbut the result was derived from a small number of actual hiv cases\ne1\te2\tplasma\tdischarge\tOther\tthe plasma was generated by an rf discharge between two parallel electrodes whose diameter was 100 mm and separation was 40 mm using pure silane gas\ne1\te2\tslides\tnanotechnology\tMessage-Topic\tthe european commission has released a set of slides explaining nanotechnology\ne1\te2\tdataset\tsize\tOther\twith these two tools, the dataset was reduced from its original size of over 200 features into 17%\ne1\te2\tcrane\tarm\tComponent-Whole_reversed\tas for the main attraction: the pnuematic function allowing the crane arm to be raised and lowered, well, it's a simple job made a little more complex\ne1\te2\tcarpenter\tbee\tOther\told nests are used year after year by the carpenter bee\ne1\te2\tsurfer\twave\tEntity-Destination\tthe surfer is dropped into a 35-foot wave at waimea bay\ne1\te2\tprofessional\tlamp\tInstrument-Agency_reversed\tthe health professional uses a lamp during the test\ne1\te2\tworld\tlaws\tOther\tthe world is governed by mathematical laws\ne1\te2\tdrift\tbees\tMember-Collection_reversed\tthe hive entrances were oriented in different directions and painted with different colors to reduce colony drift of foraging bees\ne1\te2\tscribe\tquire\tProduct-Producer_reversed\truling is in ink and was generally done by the scribe who wrote the quire\ne1\te2\tcommission\tselling\tCause-Effect_reversed\tthe broker is entitled to commission from the selling of your property\ne1\te2\tdocument\tsection\tComponent-Whole_reversed\tthe agenda 21 document, agreed in rio, includes a section on international co-operation\ne1\te2\tcream\tdessert\tComponent-Whole\tthe dulche de leche ice cream was the best part of this dessert; it was creamy and not too sweet as i usually find this flavor\ne1\te2\tcrater\tvulcano\tComponent-Whole\tthe crater of the vulcano solfatara shows a great variety of botanica species, varying greatly from each other due to climatic and pedologic reasons\ne1\te2\tvictim\tcliff\tEntity-Destination\tthe suspect pushed the victim into a deep cliff\ne1\te2\tking\tdecree\tProduct-Producer_reversed\tin the first year of king cyrus, the king issued a decree\ne1\te2\tjudgment\tnewspapers\tMessage-Topic_reversed\tthe judgment was reported in local newspapers on saturday\ne1\te2\tglaucoma\tdisorders\tOther\tglaucoma is a group of neurodegenerative disorders characterized by the death of retinal ganglion cells and by a specific deformation of the optic nerve\ne1\te2\tpresident\tsociety\tMember-Collection\tthe president of this society is responsible for presiding over all meetings (both general and executive)\ne1\te2\tunemployment\talcoholism\tCause-Effect\tparental pressures of unemployment and poverty lead to drug abuse and alcoholism or stress and depression which have a profound effect on children\ne1\te2\tfunds\tcompanies\tEntity-Destination\tjapan injected funds into struggling companies\ne1\te2\tkeys\tignition\tOther\tinside the car, keys were found in the ignition and codario-ferrino's license was discovered inside a purse on the passenger's seat\ne1\te2\tstreak\ttigers\tMember-Collection_reversed\tscattered among this streak of celtic tigers are billions of euro loaned by anglo irish bank over the past decade in a calculated play for lucrative returns\ne1\te2\tgulp\tcormorants\tMember-Collection_reversed\tthere is a gulp of cormorants that scavenge this stretch of the sacramento river where i usually kayak\ne1\te2\tmaster\tvoice\tComponent-Whole_reversed\the has always waited patiently in the studio until his master's voice signals that it was time to go home\ne1\te2\tship\tport\tEntity-Origin\tthe ship left from the port of bremen with 434 passengers\ne1\te2\tdebtor\tredemption\tInstrument-Agency_reversed\ta debtor gets liens released on personal household possessions for much less than the underlying debt on those secured possessions with redemption\ne1\te2\tballs\tmud\tEntity-Destination\tthe balls were dropped into the mud from a height of about 5 metres\ne1\te2\tmineral\toil\tEntity-Origin_reversed\tste oil company has all your white mineral oil needs covered\ne1\te2\tsystem\tvessels\tProduct-Producer_reversed\twhat happens is that the system builds many inferior blood vessels in the eye to take the place of the vessels that are dying\ne1\te2\tlights\tshop\tComponent-Whole\tthe stage was in the cellar, and all the lights in the shop were out; groans rose from a trap-door\ne1\te2\tmason\twall\tProduct-Producer_reversed\tthe mason has completed a concrete wall that creates a bathroom and storage area adjacent to a preschool classroom\ne1\te2\tslapshot\tglove\tEntity-Origin\tdartmouth nearly narrowed the gap to one goal when a slapshot popped out of the glove of princeton goalie zane kalemba '10\ne1\te2\tmagnetic field\tcurrent\tCause-Effect_reversed\tthe magnetic field is generated by an electric current circulating in the star's interior\ne1\te2\tagave\tnectar\tEntity-Origin_reversed\tit's funny my friend just used agave nectar in his margaritas\ne1\te2\tbattery\tmeasures\tMember-Collection_reversed\tthis research aimed to select and validate a battery of outcome measures of recovery after lower limb burn injury (llbi)\ne1\te2\tspecies\tnoise\tCause-Effect\tthe species makes a squelching noise\ne1\te2\ttax cuts\tdoubt\tOther\ttax cuts for rich are thrown into doubt\ne1\te2\tline\tdesigners\tOther\tit is part of a furniture line conceived for anthropologie by british interior designers\ne1\te2\tbook\tmaterial\tMessage-Topic\tthis book supplies us with a good deal of material for his biography\ne1\te2\tdiscourse\trole\tMessage-Topic\tthe second discourse concerned the role of democracy in the new republic\ne1\te2\tunity\tpower\tCause-Effect\tthe political unity of the iroquois was the source of their power, but it was by no means perfect\ne1\te2\tresidents\tcountries\tEntity-Origin\tmost of birdtown's earliest residents hailed from eastern european countries, including slovakia, ukraine, czech republic, poland and carpatho-rusyn\ne1\te2\tscissors\tmanufacturer\tProduct-Producer\tthese are the least expensive scissors produced by this manufacturer and are available for less than $6.00 per pair\ne1\te2\tresidents\tlifestyle\tOther\tsouth bade residents have been blown back into primitive lifestyle\ne1\te2\tprotocol\trandomization\tInstrument-Agency_reversed\tin fact, a protocol copes even with byzantine failures by using randomization\ne1\te2\tnotes\tinvestigator\tProduct-Producer\tthe website cited notes made by an investigator from the los angeles county coroner's office as the source of the information\ne1\te2\tinmates\tshotguns\tProduct-Producer_reversed\talso on display are weapons made by inmates including a zip gun, shanks, two sawed-off shotguns, as well as other items such as masks and an alcohol still\ne1\te2\tcarpet\tstrips\tComponent-Whole\ti made the carpet by cutting a knitting wool into short strips\ne1\te2\tdevastations\tstorm\tCause-Effect_reversed\there are the news reports and photographs of the devastations caused by the storm\ne1\te2\ttechnique\tissue\tMessage-Topic_reversed\tthis technique has been clearly explained in a previous issue of this magazine\ne1\te2\tprocess\tprocedures\tInstrument-Agency_reversed\tcontrol is a process that employs a set of procedures to ensure that defined quality standards are met on a consistent basis\ne1\te2\tchapters\trelationships\tMessage-Topic\tseveral chapters of the book are devoted to the relationships between ethics and justice\ne1\te2\tstent\twire\tComponent-Whole_reversed\tthe steel z-shaped stent was made with a steel guide wire (0.2 mm in diameter), covered with the vascular graft, and fixed to the graft wall with multiple interrupted sutures\ne1\te2\tthemes\tnovel\tMessage-Topic_reversed\tliterary critics have examined many themes in the novel\ne1\te2\tcrime\tfiction\tMessage-Topic_reversed\tcrime fiction is a typically 19th and 20th century genre, dominated by british and american writers\ne1\te2\tsample\tpolyethylene bag\tContent-Container\ta sample was sealed in a polyethylene bag and irradiated together with cobalt as a neutron flux determinant\ne1\te2\theel\tinfants\tComponent-Whole\tthe neonatal heel prick is a common procedure for taking a blood sample from the heel of newborn infants\ne1\te2\toperator\tcloth\tInstrument-Agency_reversed\tnext up is the fingerprint scanner, the scanner was cleaned by the ukps operator with a cloth\ne1\te2\tthinkers\tways\tOther\ttoday's curious thinkers are keeping ben's traditions alive by inventing new and improved ways to make things work\ne1\te2\teditor\tchanges\tProduct-Producer_reversed\tthe editor improved the manuscript with his changes\ne1\te2\tmovement\tvaccum\tCause-Effect_reversed\tthe movement of the flag on the surface of the moon was caused by the vaccum\ne1\te2\tjacks\tareas\tEntity-Destination\tjacks are spreading into areas formerly occupied by white-tails in colorado\ne1\te2\tbar\tharness\tOther\tthe hollow bar mounting the cameras encloses a wiring harness between the cameras\ne1\te2\tcircle\tcriminals\tMember-Collection_reversed\tblade is accepted into the inner circle of hardened criminals who run things inside the prison and is offered a job on his release\ne1\te2\tcircus\tartists\tMember-Collection_reversed\tthough calder had gone to paris to paint, he began creating figures and animals from wire and wood, gradually building up an entire circus of trapeze artists, clowns and trained animals\ne1\te2\tbacteria\tbreakouts\tCause-Effect\tpropionibacteria acnes, or p. acnes, are the bacteria responsible for acne breakouts\ne1\te2\tharem\twives\tMember-Collection_reversed\tamong the hittites there was only one queen consort, but the king had a harem of wives (free women) and of slave concubines also\ne1\te2\tmicrowave\tturntable\tComponent-Whole_reversed\tour microwave has a turn-able turntable inside and dial-able knobs outside\ne1\te2\tsleeves\tsweater\tComponent-Whole\tfelt dots are embroidered on the front and sleeves of this sweater, adding an extra dimension of fun\ne1\te2\tstory\tmob\tMessage-Topic\tin the story a mob surrounds a woman to stone her for adultery, and ask jesus what they should do\ne1\te2\ttroop\tscouts\tMember-Collection_reversed\tthe summer he was thirteen he organized the neighboring farmer boys into a troop of scouts\ne1\te2\tbody\talumni\tMember-Collection_reversed\tlike all new towns we have missed.the encouraging influence of a large body of alumni, only two of the thirty-five former graduates having entered college\ne1\te2\tchamber\tdiaphragm\tComponent-Whole_reversed\tthe depression chamber contains a diaphragm under pressure from a diaphragm spring\ne1\te2\tpoem\talbatross\tOther\tin the poem, an albatross starts to follow a ship - being followed by an albatross was generally considered an omen of good luck\ne1\te2\tfortress\tgate\tComponent-Whole_reversed\tthe fortress had the only gate from the southwest\ne1\te2\tdissertations\tresearch project\tMessage-Topic\tthe dissertations reported on a research project of some kind\ne1\te2\tlobe\tear\tComponent-Whole\tbody piercing jewellery specially for lobe ear piercings\ne1\te2\tginger\tbeer\tEntity-Origin_reversed\tthe stone ginger beer has a ginger 'bite' without the 'ginger burn' of more peppery jamaican ginger beers\ne1\te2\textraction\textinction\tCause-Effect\toil extraction in the amazon has already caused the extinction of the tetete and zaparo nationalities and continues to threaten indigenous peoples\ne1\te2\thorses\tdragoons\tInstrument-Agency\tfor the original stud farm, desirous of producing the best horses for the dragoons and hussars, the lighter horse of a square frame was the ideal\ne1\te2\tlisteners\tinternet\tInstrument-Agency_reversed\tlisteners receive wbai live over the internet (referred to as \"streaming\"), using one of the various audio formats below\ne1\te2\tsignal\tgenerator\tCause-Effect_reversed\tthe 100 mhz rf signal for the amplitude modulator was derived from a pulse pattern generator (ppg)\ne1\te2\ttravel agents\ttelepresence\tInstrument-Agency_reversed\teven travel agents are turning to telepresence for clients\ne1\te2\tdistributions\tvial\tOther\tthe temperature distributions in a vial during freeze-drying of a skim milk solution were determined experimentally\ne1\te2\tseismic arrival\tearthquake\tCause-Effect_reversed\tthe first seismic arrival from an earthquake is the p wave, which is usually relatively low-amplitude\ne1\te2\tsuitcase\tcash\tContent-Container_reversed\ti sent you a suitcase with cash in it so you can fill it up with wine gummies\ne1\te2\tmedia\treports\tProduct-Producer_reversed\tthe media then creates a self fulfilling prophesy with constant reports of doom and gloom and individuals also pull their money out of the targeted bank\ne1\te2\tcommands\tmalware\tEntity-Destination\tgoogle groups were sending commands to malware\ne1\te2\tgun\tsuitcase\tContent-Container\talso missing was a 38 caliber smith & wesson gun that was in a suitcase in the tractor\ne1\te2\ttrauma\tearthquake\tCause-Effect_reversed\tthese centres, along with appropriate educational and psychosocial interventions, helped children overcome the trauma and stress caused by the earthquake\ne1\te2\tbellowing\tbullfinches\tMember-Collection_reversed\tbut my local bellowing of bullfinches prefer natural food\ne1\te2\tfog\tcancellation\tCause-Effect\tamerican skiier lindsey vonn denied downhill treble as fog caused cancellation in val d'isere\ne1\te2\tstern\tcruiser\tComponent-Whole\tthrough the night the stern continued to settle as the cruiser listed to port\ne1\te2\tgenes\tstem cells\tEntity-Destination\tthis technique efficiently inserted genes into hematopoietic stem cells\ne1\te2\tdevice\tjiffy bag\tContent-Container\tthe device was contained in a small jiffy bag with a white label, with a post mark that was \"not local\"\ne1\te2\tcrowd\tcandidates\tMember-Collection_reversed\tillinois race for lieutenant governor attracts a crowd of candidates\ne1\te2\tparty\tview\tOther\tthe opposing party hid the anvil with a view to important consequences\ne1\te2\thabitat\tgovernment\tProduct-Producer\ta critical habitat for beluga whales in upper cook inlet has been created by the federal government\ne1\te2\tcrew\ttrench\tProduct-Producer_reversed\tthe crew had dug a trench for her to walk in so that she would not dwarf the star\ne1\te2\tbottle\tlizards\tContent-Container_reversed\the came back 15 minutes later with a bottle, with three lizards in it\ne1\te2\tissues\timmigrants\tOther\tmark also spoke about post-september 11 civil rights and civil liberties issues facing immigrants\ne1\te2\texplorer\tregion\tEntity-Destination\tthe explorer journeyed into the arctic region of the himalayas, determined to find a copy of the himis manuscript or to expose the fraud\ne1\te2\tcourt\tpetitioner\tOther\tthe judge directed the court to decide the preliminary issue raised by the petitioner\ne1\te2\tpanel\treferees\tMember-Collection_reversed\tthe nmb maintains a panel of neutral referees for service on these and certain other boards\ne1\te2\tbroom\tstick\tComponent-Whole_reversed\the grabed one end of the broom stick as they grab the other end\ne1\te2\tbill\tparticulars\tMember-Collection_reversed\tin law, a bill of particulars is a list of written statements made by a party to a court proceeding, upon demand of another party, that sets forth details of a claim or defense\ne1\te2\tpug\tchin\tComponent-Whole_reversed\tmy pug has little bumps under his chin\ne1\te2\tquench\tcross-section\tOther\tit has been assumed that the quench starts at the middle cross-section of the magnet\ne1\te2\tjournalist\ttelevision\tEntity-Origin\tin the fall of 2003, a hidden camera-equipped journalist from germany's ard television infiltrated the saudi-built king fahd academy in bonn and taped what it taught to young muslim children\ne1\te2\tcream\thand\tOther\tice cream was made by hand in a large bowl placed inside a tub filled with ice and salt\ne1\te2\truins\tyears\tEntity-Origin\truins from 800,000 years ago discovered in israel show that stone age ancestors had began to organize their open-air living spaces into separate clusters for different activities such as cooking and stone manufacturing\ne1\te2\tuser\tusage\tOther\tthe user is cooling a processor with a power usage of 35w, using a conventional heatsink\ne1\te2\teffluent\tlake\tEntity-Destination\tthe hotel released effluent into the lake\ne1\te2\te-mails\tabandoned items\tMessage-Topic\tthey include sending e-mails to remind customers about abandoned items\ne1\te2\ttsunami\tdamage\tCause-Effect\tthe tsunami resulted in significant property damage but only two fatalities in rs\ne1\te2\tsuitcase\tpassports\tContent-Container_reversed\tas we were leaving the house, we found a suitcase with three or four jordanian passports in it, clothes, and hygiene gear\ne1\te2\tpresident\ttaxes\tOther\tthe president has made taxes and spending the big issues again\ne1\te2\tstudent\tprogram\tInstrument-Agency_reversed\tthe student creates compositional forms using a sequencer or notation program\ne1\te2\tmemory card\tphone\tEntity-Destination\ti have placed a new memory card directly into my mobile phone\ne1\te2\tcricketers\tteam\tEntity-Origin\tcertain cricketers have been eluded from their team on accounts of injury\ne1\te2\tspread\tsack\tContent-Container\tthe frozen spread was found in a sack in a former pony stable nearly a century after captain robert scott's mission to the south pole\ne1\te2\tspeeches\trelationship\tMessage-Topic\tthe speeches were on the subject of the relationship between institutional and poetic violence\ne1\te2\tbrood\tvipers\tMember-Collection_reversed\tlittle did these naive people realize at the time that they were embracing a foul brood of ungrateful vipers, which would soon prove to be their undoing\ne1\te2\tcraters\tmeteorite\tProduct-Producer\there is one of the craters created by the meteorite morasko\ne1\te2\tstent\tartery\tEntity-Destination\ta stent was inserted into the patient's artery in 55 minutes\ne1\te2\tpublication\tproject\tMessage-Topic\tthe publication has connection to an international research project\ne1\te2\tanger\tcity\tCause-Effect_reversed\tby the end of the work day, the anger was radiating from the city\ne1\te2\tfarm\tturbines\tComponent-Whole_reversed\tthe farm comprises 80 turbines and generates 160 megawatts, nearly 2% of denmark's total electricity consumption\ne1\te2\tindicator\ttransmitter\tComponent-Whole\tthe power indicator of the transmitter and headphone then went off\ne1\te2\tpile\tjunk\tOther\tthe big barn farm friends discover a pile of junk\ne1\te2\tdestruction\twaves\tCause-Effect_reversed\tin view of the terrible destruction that was caused by the flood waves, we have to fear that a number of germans, clearly in the three-digit numbers, will be among the dead\ne1\te2\tchapter\tthemes\tMessage-Topic\tthe conclusion chapter is cautious and organised around the six themes of the book\ne1\te2\tsounder\tpigs\tMember-Collection_reversed\the also had access to a sounder of fat pigs upon which the humans feasted upon in celebration of the newly expanded farmland\ne1\te2\tswitchboard\tengine\tComponent-Whole\tthe appellant noticed that the switch of the circuit breaker which feeds 440 volts a.c. power to the main switchboard in the engine\ne1\te2\twave crests\tfroth\tEntity-Destination\twave crests are blown into the froth\ne1\te2\tworkshop\tfactors\tMessage-Topic\tthis workshop analyzes credit risk factors and how these risk factors can be measured, controlled, and reduced in financial institutions\ne1\te2\tparty\tpropaganda\tInstrument-Agency_reversed\tthese are some of the many ways in which hitler and the nazi party used propaganda in order to brainwash and manipulate people into thinking that the nazi party was a good party to be in\ne1\te2\tbirds\ttails\tComponent-Whole_reversed\tharriers are large, slender hawk-like birds with long tails and long, thin legs\ne1\te2\tthinking\tscribe\tOther\tthis is wishful thinking by a scribe who is more blind to the reality than those he accuses of blindness\ne1\te2\tmarshmallow\tmaker\tProduct-Producer\ti am just joining the queue of disappointed parents and upset children as i bought a marshmallow maker and toffee apple maker\ne1\te2\thead\tteam\tMember-Collection\tchris caisley remains the head of the team and sources were keen to pinpoint his previous experience as chairman of the bradford bulls rugby league club\ne1\te2\tnations\tprosperity\tOther\tpublic education systems have carried nations into prosperity\ne1\te2\tnitric oxide\tgold-plated cylinder\tContent-Container\tthe nitric oxide was contained in a large gold-plated cylinder in which it was ionized by krypton resonance radiation\ne1\te2\thorseshoes\tblacksmith\tOther\tmaking and fitting horseshoes was only part of the life of a blacksmith\ne1\te2\tscreaming\tlapse\tCause-Effect_reversed\tit's hell in the hospitals where the amputees's screaming after the lapse of morphine is heard all the time\ne1\te2\tcommunion\tleaders\tMember-Collection_reversed\twilliams, who is regarded as \"the first among equals\" within the communion of leaders that represent 160 countries and some 75 million anglicans worldwide, has sought to find a delicate balance within the deeply divided group of primates\ne1\te2\tdepartment\tbusiness\tComponent-Whole\tsince the ultimate purpose of the company is that of sales, the sales department is rightly recognized as one of the major departments of the business\ne1\te2\tsergeant\tcar\tEntity-Origin\tthe sergeant got out from the police car\ne1\te2\tdrugs\tdisease\tCause-Effect\tscientists discovered that these drugs were related to heart valve disease\ne1\te2\tbook\tcharacter\tMessage-Topic_reversed\tin the book, the main female character is a woman named messua who adopts mowgli\ne1\te2\tunions\twalkout\tInstrument-Agency_reversed\tguinea unions threaten junta with walkout\ne1\te2\thive\tbees\tOther\tbeeswax is a natural wax produced in the bee hive of honey bees of the genus apis\ne1\te2\tpeasant\tcask\tEntity-Destination\tbevilona, pretending astonished fear, hides the frightened peasant in a cask\ne1\te2\tvarieties\tpeasants\tOther\ttypically, varieties of this sort were grown on flat land by peasants\ne1\te2\tpadlock\tchain\tComponent-Whole\thowever, some person had broken the padlock of the chain across the road\ne1\te2\tbow\tvessel\tComponent-Whole\tin other words, the bow of the vessel points at the 'windy' extended edge of the table\ne1\te2\tcells\tbox\tContent-Container\ti liked how his d cells were in a box behind the counter, with no prices on them, as if they were contraband or moonshine\ne1\te2\tpepper\tsalad\tEntity-Destination\tthe pepper is added to the salad before serving\ne1\te2\tcriminals\tfire\tCause-Effect\tthe criminals that caused the fire illegally entered our country\ne1\te2\tviews\tdesigns\tOther\tthese views were reflected in his building designs\ne1\te2\tbasket\tears\tContent-Container_reversed\ta basket such as you mention holds four ears of corn\ne1\te2\teucharist\tmission\tEntity-Origin_reversed\teucharist is the source of the church's mission\ne1\te2\trecipe\tmagazine\tEntity-Origin\tit's fairly rare that i follow an exact recipe from a magazine, but every once in a while a photo calls to me\ne1\te2\tcrown\ttree\tComponent-Whole\twe removed some living branches and new growth, thus maximizing light penetration and air flow through the crown of the tree\ne1\te2\tsociety\tages\tOther\tthen, certain texts do talk about english society of various ages\ne1\te2\tpack\tcigarettes\tContent-Container_reversed\ta pack of the most popular cigarettes in the seychelles in 2008 cost $15 at purchasing-power parity (ppp)\ne1\te2\tfluids\tpatients\tEntity-Destination\tsufficient coagulation-deficient fluids were given to surgical patients\ne1\te2\tsecretions\tcells\tProduct-Producer\tthis website, www.fertilityuk.org, shows how to interpret the changes that take place in the mucus secretions produced by the cells lining the cervix\ne1\te2\ttablets\tbox\tContent-Container\tthe iron tablets were in a box on the floor\ne1\te2\tsuitcase\tclothes\tContent-Container_reversed\tthe next shot shows only a suitcase with neatly folder clothes in it on the bed\ne1\te2\tanchor\tvessel\tComponent-Whole\ta cable or rode is the rope, chain, or combination thereof used to connect the anchor to the vessel\ne1\te2\tpotato\tsoup\tEntity-Origin_reversed\tthe warm version of leek and potato soup was handed down to him by his mother, annette diat\ne1\te2\tbody\tcupboard\tContent-Container\ther naked and decomposing body was discovered inside a locked cupboard in an auckland building\ne1\te2\tkilns\tpotter\tProduct-Producer\tthe banko kilns were founded by the potter nunami ro-zan (1718-77) who often imitated the work of kenzan (1663-1743)\ne1\te2\tear\tcup\tOther\tto create a good seal, manufacturers put a foam- or gel-filled seal between the ear cup and your head\ne1\te2\tcampers\twilderness\tEntity-Destination\tby foot on the trail, or by canoe on the river, our campers have journeyed into some spectacular wilderness\ne1\te2\tteam\tcave\tEntity-Destination\tthe research team is moving into a deeper cave to explore\ne1\te2\tbeam\tside\tEntity-Origin\tthe electron beam arrives from the left side, is collimated by 1cm thick copper and traverses the light tight sensor box\ne1\te2\tdrove\tcattle\tMember-Collection_reversed\treal working cowboys, who are hired to take a drove of cattle to market, have a very difficult and strenuous job\ne1\te2\tpilot\tgeese\tOther\ta file photo shows a microlight pilot flying with geese\ne1\te2\tcloud\tbats\tMember-Collection_reversed\tit was a cloud of shrieking black bats that was attacking them\ne1\te2\tinitiative\tspeech\tMessage-Topic_reversed\tthe initiative was outlined in a speech delivered by saudi crown prince abdullah on wednesday\ne1\te2\tpoem\tcertificate holder\tContent-Container\tthe teacher retirement poem on parchment is a customized poem printed on parchment and enclosed in a black certificate holder\ne1\te2\tletter\tpresident\tProduct-Producer\ta letter penned by george washington praising the new constitution sold for $3.2 million at an auction, the highest price for a letter by america's first president\ne1\te2\tpassion\tlover\tEntity-Destination\the poured his passion into his lover\ne1\te2\tdeed\tpublic\tOther\ttheir deed of agreement was drawn up in the temple by a notary public and confirmed with an oath \"by god and the king.\ne1\te2\tchorus\tboys\tMember-Collection_reversed\tand the chorus of teenage boys and girls were a pleasure to watch as they sang and danced\ne1\te2\tflotilla\tboats\tMember-Collection_reversed\tfor 25 years, christmas in new bern has included a flotilla of decorated boats gliding along the confluence of the neuse and trent rivers at union point park\ne1\te2\tshooter\tcaps\tInstrument-Agency_reversed\ttaking a stick of dynamite from their mule, the shooter assembles the hand-charge with two caps and fuses - which is now considered live\ne1\te2\ttoilet\twaste\tContent-Container_reversed\ta man is facing charges after police pulled him from a tank under a women's toilet that was filled with human waste\ne1\te2\tlorry\tdelays\tCause-Effect\ta jack-knifed lorry caused delays on the a27 eastbound between havant, hampshire, and chichester, west sussex\ne1\te2\tviruses\tillness\tCause-Effect\tviruses that cause respiratory illness typically are capable of causing a range of clinical manifestations, and asymptomatic infections are possible\ne1\te2\tchocolate\tcocoa paste\tEntity-Origin\tnutritious chocolate is made of cocoa paste, cocoa butter, and sugar\ne1\te2\tlist\ttalent\tMessage-Topic\tthe list highlighted the best new music talent for the new year\ne1\te2\tashes\tpit\tEntity-Destination\tthey cremated their dead and placed the ashes in a specially prepared pit\ne1\te2\tdoor locks\tbar\tComponent-Whole_reversed\tthe door locks with a sliding bar hidden in the carved piece across the center of the door\ne1\te2\thouse\titems\tContent-Container_reversed\tofficials got a warning from the victim's son: his 87-year-old father was a \"hoarder\" and the house was full of items\ne1\te2\tdoor\tchamber\tComponent-Whole\tthe door on the right enclosed a fumigating chamber\ne1\te2\tpassages\tmonastery\tComponent-Whole\ti found the secret passages inside the monastery\ne1\te2\tstars\tcourse\tEntity-Origin\tthe drama unfolded even after some of the stars had left the course\ne1\te2\tfuture\tdisarray\tOther\ttheir whole future is being thrown into disarray\ne1\te2\tplans\tneeds\tMessage-Topic\tthe announced plans absolutely take into account the needs of disabled people\ne1\te2\tspeeches\tpublic\tEntity-Destination\tthe newly inaugurated president has delivered speeches to the public\ne1\te2\tmechanism\tdown-regulation\tOther\tthe inherent rna silencing mechanism in plants has been effectively manipulated as a tool for the targeted down-regulation of genes\ne1\te2\traisin\tfactory\tProduct-Producer\tthe neighbor, who owns a raisin factory, wanted the property to expand his business\ne1\te2\twife\twork\tOther\this wife, a successful corporate lawyer, has given up work\ne1\te2\tmeeting\tnext month\tEntity-Destination\tthe board meeting is rescheduled to next month\ne1\te2\tcraftsman\tiron\tInstrument-Agency_reversed\tthe craftsman bought his own iron, finished his hinge ls, packed them, and conveyed them to the warehouse of the factor in the large town\ne1\te2\thermit\tbow\tInstrument-Agency_reversed\tthree lines are missing from the end of this stanza; the hermit demonstrates his prowess with the bow\ne1\te2\tpiles\tdealers\tProduct-Producer\told pickups and suvs were stacked up in clunker piles by dealers\ne1\te2\tmultiword concepts\tsingle words\tOther\tin this method, multiword concepts are treated as single words\ne1\te2\tjewelry\tsafe\tContent-Container\the made his way inside, where the jewelry was locked in a safe for the night\ne1\te2\tuncle\tuncle\tOther\tfranken's uncle, who was in the russian army, liberated auschwitz with barry's uncle\ne1\te2\tconfederation\tspecies\tMember-Collection_reversed\tthe free states of alaska is a loose confederation of various species of bears in the far northern lands and outlands of megatexas\ne1\te2\temissions\tlorries\tCause-Effect_reversed\t92% of the co2 emissions are caused by the lorries, but this is not fair so a different distribution method is needed\ne1\te2\tflights\tcountries\tEntity-Destination\tgol airlines started flights to middle eastern countries\ne1\te2\tvariable\taxis\tEntity-Destination\teach independent variable is moving into its axis constantly\ne1\te2\tsuitcase\tbones\tContent-Container_reversed\ttwo children playing in a queens park have found a suitcase with bones in it\ne1\te2\tshadows\tsun\tProduct-Producer_reversed\tthe \"intihuatana\" (in quechua = place where the sun is bonded) is a solar observatory that allowed the incas to keep track of the seasons of the year and the flow of time based on the shadows caused by the sun over the stone\ne1\te2\terosion\thydraulic mining\tCause-Effect_reversed\twidely previously interpreted as precursory activity to the 1906 earthquake, they have been found to have a strong seasonal pattern and have been postulated to be due to large seasonal sediment loads in coastal bays that overlie faults as a result of the erosion caused by hydraulic mining in the later years of the california gold rush\ne1\te2\tfingerlings\tlake\tEntity-Destination\t470000 mullet fingerlings have been released into the lake\ne1\te2\tplayer\tace\tOther\tthe exception is the player who drew the ace, who may stop whenever they want\ne1\te2\tidea\tarchaeologists\tProduct-Producer\tthe idea of intensification was put forward by a number of archaeologists, but the most prominent in developing the idea was harry lourandos\ne1\te2\tsuspect\tpatrol car\tEntity-Destination\tthe deputy called for backup, and placed the suspect in a patrol car\ne1\te2\tcream\tchurn\tEntity-Destination\twe put the soured cream in the butter churn and started stirring it\ne1\te2\tknife\tblade\tComponent-Whole_reversed\the placed his index finger on the knife blade and his three remaining fingers on the knife handle\ne1\te2\ttale\trisk\tMessage-Topic\tthis delightful tale humorously makes the point that the greatest risk in life may be in not taking one\ne1\te2\tvoltage\tsource\tEntity-Origin\tthe boost voltage is derived from a separate, external low-voltage source so as to meet the (vboost-. vsw) voltage requirement\ne1\te2\tsect\theretics\tMember-Collection_reversed\tyet he afterwards fell away and became the head of a sect of vile heretics, of gross practices, called from his name the sect of the nicolaitans, rev. ii. 6, and 15\ne1\te2\tinfant\tcondition\tOther\tthe infant was born in a condition of shock and died in ten minutes\ne1\te2\tbrickwork\tbricklayer\tProduct-Producer\tbrickwork is masonry produced by a bricklayer, using bricks and mortar to build up brick structures such as walls\ne1\te2\tpoint\tlegal battles\tMessage-Topic_reversed\tthis point has been discussed in several legal battles over the years\ne1\te2\tshortage\tanemia\tCause-Effect\ta shortage of folate cause megaloblastic anemia, where red blood cells are large and pale\ne1\te2\tcreation\tintellectuals\tProduct-Producer\tit was an artificial and unworkable creation of intellectuals supported by the great powers\ne1\te2\ttechnologies\tenterprise\tEntity-Destination\tin past 10 years, web technologies have been arriving into the enterprise\ne1\te2\tplane\trunway\tEntity-Origin\tonce we had 6 hour delay because they deiced our plane too far from runway, so each time we got to the runway our plane had iced up again\ne1\te2\tcurbs\tsidewalks\tOther\tthere are drain openings on both sides of the street in the curbs of the sidewalks\ne1\te2\tsnow\tspill\tCause-Effect\trains and melting snow lead to genesee county's biggest sewage spill of the year\ne1\te2\tclump\ttrees\tMember-Collection_reversed\tsometimes their way led them under the shade of an overhanging bank or through the thin obscurity of a clump of leafless trees\ne1\te2\twind\tfingers\tComponent-Whole_reversed\tthe wind pried with its stiff fingers at the very foundations\ne1\te2\tbuss\tsignal\tCause-Effect\ta stereo buss outputs the stereo buss signal; a record buss outputs the record buss signal\ne1\te2\tbrake\tcable\tComponent-Whole_reversed\the released the brake cable by detaching the retaining clip from the cable housing\ne1\te2\trudders\tboats\tComponent-Whole\tthe rudders in dinghy boats are either fixed or have a lifting blade\ne1\te2\tgrief\tmiscarriage\tCause-Effect_reversed\tmarital breakdown is often attributed to unresolved grief from infertility, miscarriage, and the loss of a child\ne1\te2\tsign\troute number\tOther\ta highway shield is a sign denoting the route number of a highway, usually in the form of a symbolic shape with the route number\ne1\te2\tcohort\tauthors\tMember-Collection_reversed\ti have enjoyed my interaction with the 2004 cohort of gutenberg authors, and learned much from the books that have appeared in the series as a whole\ne1\te2\tparties\tdecree\tProduct-Producer_reversed\tthe parties resolved the suit through a 3-year consent decree providing a total of $225000 to charging party and two other female claimants\ne1\te2\tbiography\tcredentials\tCause-Effect\tin addition, a brief biography establishing her credentials was included at the end of the report\ne1\te2\tshelves\tsupermarket\tComponent-Whole\tleave the comfort food on the shelves in the supermarket, buy extra fruit and veg, that way you gorge on healthy stuff, it does work trust me, i do it often\ne1\te2\tdossier\taccount\tComponent-Whole_reversed\tiraq reiterated on friday that its dossier provided a full and honest account of its weapons programmes\ne1\te2\tpod\tseals\tMember-Collection_reversed\ta pod of ringed seals burst out of the water, then dove, leaving in their place a piece of green ice shaped like a harpoon\ne1\te2\tconspiracy\travens\tMember-Collection_reversed\tsean patrick flannery and rod taylor star in this horrific tale of a small town overrun by a conspiracy of flesh eating ravens\ne1\te2\tairmen\tchief\tEntity-Destination\tfour deployed holloman airmen ran into their former holloman command chief recently\ne1\te2\tdefendants\tcapacity\tOther\tthe defendants took advantage of astor's diminished mental capacity to carry them out\ne1\te2\tparticipant\tattenuator\tInstrument-Agency_reversed\tthe babble was adjusted three times by the participant, using an attenuator with a continuously variable unmarked knob\ne1\te2\tpanel\timpact\tMessage-Topic\tthe panel considers the impact of the exhibition\ne1\te2\tdiscussion\tcrisis\tMessage-Topic\tat the heart of the discussion was the financial and artistic crisis that photojournalism is currently going through\ne1\te2\tman\tstudies\tOther\tthe man has journeyed into deeper level studies with sound masters\ne1\te2\tpainting\tcrate\tContent-Container\tthe painting was in a crate from which it had not been unpacked since its return from an exhibition in oklahoma city a year ago\ne1\te2\tbuilder\tproduct\tProduct-Producer_reversed\twe think that's a case where the builder has targeted the market with the right product and has priced it well\ne1\te2\tsmoke\tburning\tCause-Effect_reversed\tin addition, soil and river systems have been contaminated by the harsh chemicals used in cocaine production and the air has been polluted by the smoke caused by the burning of jungle and forest for coca bush cultivation\ne1\te2\twriting\tyears\tEntity-Origin\tthe earliest writing is from 5000 years ago and helps us understand some of the changes\ne1\te2\tgold\tbracelet\tOther\the bought a gold bracelet for $200\ne1\te2\tnote\tziplock bag\tContent-Container\tthe note was tucked inside a quart size plastic ziplock bag\ne1\te2\tcandle\twicks\tOther\tmost people buy pre-made candle wicks when making homemade candles\ne1\te2\tdefects\tgranules\tContent-Container_reversed\tcylindrical defects in the trochanter area of 18 rabbit femora were filled with bg granules\ne1\te2\tbook\tscribe\tProduct-Producer\tthis panel once decorated the cover of a gospel book (now in the hessisches landesmuseum, darmstadt) written and illuminated by a scribe named liuthard\ne1\te2\tremoval\twizard\tOther\tthe removal duplicate songs is done with the user-friendly start-up wizard\ne1\te2\trecession\tstock bubble\tCause-Effect_reversed\tthe recession caused by the stock bubble was relatively mild, but so was the recovery\ne1\te2\toil\ttank\tContent-Container\tthe oil was contained in a massive tank in the basement storage room\ne1\te2\tbrain\tvat\tContent-Container\tin philosophy, the brain in a vat is an element used in a variety of thought experiments intended to draw out certain features of our ideas of knowledge\ne1\te2\tmother\tdish\tInstrument-Agency_reversed\tmy mother bakes the puddings in a lidded dish which results in no skin and little caramelisation\ne1\te2\tcitizenship\timmigrant\tEntity-Destination\tcitizenship was finally awarded to the immigrant\ne1\te2\tdocumentary\tstages\tMessage-Topic\tshow 1 in the series is a documentary detailing the first stages of the celebrity students' conductor training as they enter into a week long 'baton camp'\ne1\te2\tundulation\thills\tOther\ti thought sometimes i saw the flash of distant spires, the sunny gleam of upland pastures, the soft undulation of purple hills\ne1\te2\tpups\twild\tEntity-Destination\tthree poor seal pups rescued from the yorkshire coast were released back into the wild at seal sands on teesside\ne1\te2\tbottle\tgoo\tContent-Container_reversed\tscience and faith collide when a bottle full of flowing green goo is determined to not be dormitory food, but something altogether more sinister\ne1\te2\tsizzle\tbill\tCause-Effect_reversed\tin the senate, the sizzle comes from an issue ad bill from dem sen. jon erpenbach\ne1\te2\tstrings\tsquash\tComponent-Whole\tas you see, it very easily pulls away and the strings of the spaghetti squash come out relatively easy here\ne1\te2\tarm\tmachine\tComponent-Whole\tair circulates through the arm of the machine, creating a gentle vacuum that can attract a page and guide it from the right side of the book to the left\ne1\te2\tevidence\torbiter\tEntity-Origin\tthe evidence comes from nasa's mars reconnaissance orbiter which spied a series of depressions linked by what look like drainage channels\ne1\te2\trig\tship\tComponent-Whole\tto that end the rig of the ship and the style of operation have the simplicity\ne1\te2\temergency\tlandslide\tCause-Effect_reversed\tcali, colombia, for their series of articles on the emergency caused by a landslide on the highway leading to the coast\ne1\te2\tlosses\tearthquake\tCause-Effect_reversed\tthe financial losses caused by the earthquake were estimated at $7 million\ne1\te2\ttiger\tterritory\tEntity-Destination\tthe tiger is moving into a new territory\ne1\te2\tgrant\tschool\tEntity-Destination\tthe government research grant was given to a top school to boost its research activities\ne1\te2\tposition\tliterature\tMessage-Topic_reversed\tthe position of the oecd has been criticized in literature\ne1\te2\ttsunami\tdisaster\tCause-Effect\tthe december 26th tsunami disaster is an example of a tsunami which was triggered by an earthquake\ne1\te2\tviolence\tdeath\tCause-Effect\tthe violence resulted in the death of police \"capo\" filippo raciti, which caused widespread soul-searching and a week-long suspension of italian football\ne1\te2\tcrowd\treasons\tMember-Collection_reversed\tthere's a crowd of reasons we get the flu in winter\ne1\te2\ttrain\tcattle\tEntity-Destination\ta train ran into a cattle on the railroad\ne1\te2\tengineer\tscale\tInstrument-Agency_reversed\tthe engineer's scale came into existence when machining parts required a greater precision than the usual, binary fractionalization of the inch\ne1\te2\tdiscomfort\tbraces\tCause-Effect_reversed\tdiscomfort from braces is similar to that of working out at the gym - the first few days you know you' done something different, but then the body adapts and the discomfort disappears\ne1\te2\tfire\tfireworks\tCause-Effect_reversed\tbecause the fire was caused by fireworks, costs associated with suppressing the fire were also applied\ne1\te2\tworkers\tcomb\tProduct-Producer_reversed\tworkers build the comb from wax extruded from glands under their abdomen\ne1\te2\tstories\tscientists\tInstrument-Agency\tthese and many other stories are used by the new scientists in order to support their theory\ne1\te2\ttube\tfurnace\tEntity-Destination\tafter the source material and substrates were arranged, the small quartz tube was placed inside the 50-cm-long horizontal tube furnace\ne1\te2\tring\tdames\tMember-Collection_reversed\tbut largely they were of the rose kind, and, in the bloomy ring of wedded dames, sighed to in canzons, ' fair friends\" of knight and poet, but saw themselves a little further on\ne1\te2\tpreservation\tcooling\tCause-Effect_reversed\tthe titan heats the dermis to cause collagen contraction while ensuring preservation the epidermis through continuous cooling\ne1\te2\tsewer\tgrate\tComponent-Whole_reversed\tancient roman sewer grate made out of lime sandstone, 1st century ad, excavated at vindobona\ne1\te2\torigin\tscript\tEntity-Origin_reversed\tthere have been various stories about the origin of the chinese script, with nearly all ancient writers attributing it to a man named cangjie\ne1\te2\tlight\tmissile\tCause-Effect_reversed\tthe spiral light was caused by the missile\ne1\te2\tscandal\tresignation\tCause-Effect\tone of these papers which was published in the journal climate research turned out to be so badly flawed that the scandal resulted in the resignation of the editor-in-chief\ne1\te2\twatermarks\tfile\tEntity-Destination\tthe manager has added background text watermarks into the existing pdf file\ne1\te2\tdiscussion\tpeople\tMessage-Topic\tin the course of the discussion it was pointed out that middle-class and lower-class people in the united states also seem to react differently to work\ne1\te2\tscrawl\tartist\tProduct-Producer\tit is a scrawl by an artist to portray that which cannot be portrayed even on a canvas as big and large as the heavens\ne1\te2\tpassengers\tshuttle\tInstrument-Agency_reversed\tmany of the passengers took the shuttle to town and turned around in ten minutes retreating back to the comfort of the air-conditioned ship\ne1\te2\tdeputy\tparty\tMember-Collection\tanother deputy from coalition party resigns in turkey\ne1\te2\tbed sores\tpressure\tCause-Effect_reversed\tbed sores (also known as: pressure sores, decubitus ulcers or pressure ulcers) are caused by pressure, which cuts off blood flow to parts of the body\ne1\te2\tdriver\tcar\tInstrument-Agency_reversed\tthe \"underdog\" prize is awarded to the driver who wins the race with a car in the lowest pi of the field\ne1\te2\tsection\tclinical aspects\tMessage-Topic\tthe aim of this section is a brief review of the clinical aspects of itp in pregnancy\ne1\te2\tfarmer\tdisguise\tProduct-Producer_reversed\ta farmer erected the disguise in 2000 out of hundreds of 8ftx4ft bales of straw and covered the top with blue tarpaulin\ne1\te2\tnursery\traccoons\tMember-Collection_reversed\twhen i was growing up in washington, my grandmother fed a nursery of raccoons every night\ne1\te2\tfat\tchocolate\tEntity-Destination\tthe fat migrated into enrobing chocolate\ne1\te2\tpresentation\tdebate\tCause-Effect\tthe presentation generated debate and there was general discussion on how journalists can better equip themselves to handle the challenges\ne1\te2\tstick\tbow\tComponent-Whole\tdrawing my bow across the string sometimes results in the stick of the bow bouncing/vibrating up and down\ne1\te2\tsoy\tflour\tEntity-Origin_reversed\trich in high-quality protein and other nutrients, soy flour also adds a pleasant texture and flavor to a variety of products\ne1\te2\tclothier\tgarments\tProduct-Producer_reversed\ta custom clothier makes custom garments one at a time, to order\ne1\te2\tshelf\trefrigerator\tComponent-Whole\tuncooked steak is placed on the top shelf of the refrigerator and uncovered roast chicken on the bottom shelf\ne1\te2\tarray\thedgehogs\tMember-Collection_reversed\thedgehogs annoy only their political opposition, while foxes annoy across the political spectrum, in part because the smartest foxes cherry-pick idea fragments from the whole array of hedgehogs\ne1\te2\tcache\tjewels\tMember-Collection_reversed\tthe plot here involves a cache of stolen jewels and gold bars, which were confiscated at the end of world war ii\ne1\te2\tdentists\tsedation\tInstrument-Agency_reversed\tdentists use sedation in order to provide an anxiety-free dental experience\ne1\te2\tinsoles\tspot\tCause-Effect\ton my backpacking trip, the insoles caused a hot spot on the left side of my right heel and a blister on the right side of my left heel\ne1\te2\tchip\tpet\tEntity-Destination\tthe chip was implanted into the pet\ne1\te2\tweapon\tmobile phone\tContent-Container\tthe weapon was hidden in what appears to be a mobile phone\ne1\te2\tsponsorship\tcorporate image\tOther\tthe code applies to all sponsorship related to corporate image, brands, products, services activities or events of any kind\ne1\te2\texcerpt\tarticle\tEntity-Origin\tthe following excerpt was a part of the article: \"some say it feels like a scene from a norman rockwell painting as families gather in front of the picturesque performing arts center.\ne1\te2\tcities\temissions\tCause-Effect\tcities produce surprisingly low carbon emissions per capita\ne1\te2\tvillage\tstatue\tOther\ta tiny serbian village has put up a statue in honour of its adopted patron - sylvester stallone's rocky\ne1\te2\tbottle\tfentermine\tContent-Container_reversed\ti found a bottle with 5 fentermine in it yesterday\ne1\te2\tpepper\tulcers\tOther\tcayenne pepper is a miracle cure for ulcers and so many other conditions, plus aids assimilation of nutrients and vitamins\ne1\te2\tstethoscope\tdoctor\tInstrument-Agency\tthe stethoscope lets the doctor hear your heartbeat and the way your lungs sound\ne1\te2\ttemperature waves\tdesert\tEntity-Destination\tthe cold temperature waves are flowing into the desert\ne1\te2\tsoul\tbody\tEntity-Origin\twhen the soul left the body, it was at the first moment quite unclothed, as at birth\ne1\te2\tbutter\tjar\tContent-Container\ta small supply of butter was in a jar that stood on the hearth, and the eggs were kept in a basket that hung on a peg nearby\ne1\te2\tfilm\tproblems\tMessage-Topic\tthe authentic-looking, powerful film is concerned with the problems of trade unionism, corruption and racketeering\ne1\te2\tdisk\tdisk drive\tEntity-Destination\the slowly inserted the disk into the removable disk drive\ne1\te2\thandgrip\tgun\tComponent-Whole\tthe handgrip of the gun is standard plastic but with two rubber insets which make the unit feel very comfortable in your hand\ne1\te2\ttourist\tjungle\tEntity-Destination\tthe tourist was taking a trip into the amazing jungle of amazon\ne1\te2\tspeech\tthreat\tMessage-Topic\tthe newly elected president is making a speech addressing the latest threat to this countries economy and people\ne1\te2\tsoftware\tteleworker\tInstrument-Agency\tthe software lets the teleworker closely associate his ip soft phone with other public switched telephone network (pstn) connections\ne1\te2\toutbreaks\tvirus\tCause-Effect_reversed\texcluding the current outbreaks caused by the h5n1 virus, only 24 outbreaks of highly pathogenic avian influenza have been recorded worldwide since 1959\ne1\te2\tgroup\ttask\tInstrument-Agency_reversed\tthe group tried assessment of vigilance through a brief pencil and paper letter cancellation task\ne1\te2\tjumper\tox\tOther\ttom reynold's brought his first barrel of flour from detour on a jumper drawn by an ox\ne1\te2\talternators\telectricity\tCause-Effect_reversed\talternators generate electricity by the same principle as dc generators\ne1\te2\tlounge\tlizards\tMember-Collection_reversed\tthe site has a lounge of dedicated lizards who vote out anyone with whom they do not agree\ne1\te2\tshelf\trefrigerator\tComponent-Whole\ta chinese food container set on top of something sticky was lifted up and tore, leaving a shred of cardboard glued to the shelf of the refrigerator\ne1\te2\tgrandmother\tliver\tOther\tfrench-style pate is in fact easier to make than my grandmother's chopped liver, which called for rendering chicken fat\ne1\te2\tmilk\tdairy\tEntity-Origin\tsilverwoods set up small distribution points through southern ontario where the packaged milk was delivered from the city dairy via large tractor trailers then it was reloaded on smaller route trucks that distributed it to the stores in a certain area surrounding the distribution depot\ne1\te2\tdeaths\tphysician\tCause-Effect_reversed\tmany of the 550 deaths are directly and intentionally caused by the physician but not reported as euthanasia because they lacked consent\ne1\te2\tstem\ttree\tComponent-Whole\tthe purpose of this is to slow or reduce decay in the stem of the tree or limb\ne1\te2\tkey\tmouse\tComponent-Whole\the clicked the left key of the mouse in order to copy the chosen translation to the clipboard\ne1\te2\thailstorm\tgunships\tMember-Collection_reversed\tthe mighty chaos warships let down a hailstorm of gunships and drop pods, flooding the planet with vile and corrupted plague marines\ne1\te2\tnostrils\tnose\tComponent-Whole\the opened up the nostrils in the nose a bit to fit the left and right winglets into it\ne1\te2\tbottle\twater\tContent-Container_reversed\tin japan i was able to bring a bottle with water in it through security on my way to singapore\ne1\te2\tcard\tdeck\tMember-Collection\tat that time, it issued a card deck in the hopes of paving the way to regime change and, eventually, large-scale war crimes proceedings\ne1\te2\tpamphlet\tbinder\tEntity-Destination\tthe paperback pamphlet was put inside a binder, as shown below\ne1\te2\tsuitcase\ttracts\tContent-Container_reversed\talthough the guards searched his car and opened a suitcase with tracts in it they did not notice the illegal materials\ne1\te2\tcattle\tfarm\tOther\tjohn chaney is found home on the range herding cattle on his clarksburg farm\ne1\te2\tmessage\tcapsule\tEntity-Destination\tthe inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube\ne1\te2\tplans\tfarm\tOther\tnew plans are outlined for another wind farm in north devon of no more than four turbines\ne1\te2\tuniversities\tcollaboration\tOther\ttwo universities entered in collaboration focusing on development of plant biotechnology\ne1\te2\tfemale\tnest\tProduct-Producer_reversed\tusing her tail, the female digs a trough-shaped nest, called a redd (scandinavian word for \"nest\"), in the gravel of the stream bed\ne1\te2\tstrings\tbow\tComponent-Whole\tthe handle of the bow is made of wood and the strings of the bow are actually horsehair from horses' tails\ne1\te2\trecogniser\tvocabulary\tComponent-Whole_reversed\tthis recogniser works with a vocabulary of up to several hundred words\ne1\te2\tstrands\tmop\tComponent-Whole\tthe inner strands of the mop are twisted very little, while the outer strands have farther to go and thus receive more of the torque, or twisting force\ne1\te2\towner\tcure\tOther\ta cafe owner thought up an unlikely beverage that has created a 'miracle' cure\ne1\te2\tmarks\toutput\tEntity-Destination\twe inserted marks into the heap profiling output programmatically\ne1\te2\tactress\tcardiac arrest\tOther\tthe actress went into cardiac arrest\ne1\te2\trides\tharbour\tOther\tthe boat rides leave from the harbour at avoch, chugging out into the firth in search of bottle nose dolphins\ne1\te2\tconfederacy\trepublics\tMember-Collection_reversed\tbut a confederacy of different republics has, in many instances, existed and flourished for a long time together\ne1\te2\twad\tbank-notes\tMember-Collection_reversed\the fumbled at his shirt and pulled out a wad of bank-notes tied with a string\ne1\te2\tcustoms\tculture\tEntity-Destination\tnew western customs moved into the traditional asian culture\ne1\te2\tgirl\tblog\tProduct-Producer_reversed\tbesieged by questions, the girl started a blog to defend herself, and to capitalise on her newfound fame\ne1\te2\tstamp\tbox\tContent-Container\tthe stamp was inside a box for a double pack\ne1\te2\tzoo\tanimals\tMember-Collection_reversed\the had a huge zoo of animals, savage beasts from the far parts of the world, but that wasn't enough for him\ne1\te2\thusk\thares\tMember-Collection_reversed\tstarring an unforgettable husk of lively hares, the volume is set to nurture the positive presence of loved ones, - powerful players in the development of emotive resilience... and for the living of dreams\ne1\te2\tcar\tseat belts\tComponent-Whole_reversed\tgod, i'm glad that car had seat belts\ne1\te2\tpliers\telectrician\tInstrument-Agency\tthe pliers belong to john's electrician\ne1\te2\tbook\tjourney\tOther\tthis readable book is the product of darwin's amazing journey aboard the beagle\ne1\te2\treport\tcommittee\tProduct-Producer\tit should also train all public officials and civil servants to refrain from discriminating against this group, according to a new report by the european affairs committee\ne1\te2\tguns\tcountry\tEntity-Destination\tthe illicit guns flow into this country through mexican gangs\ne1\te2\tlayout\tcomputer displays\tComponent-Whole_reversed\tthe control layout in the cabin comprises computer displays, traditional control panels and two joysticks for con- trolling the crane arm\ne1\te2\treport\tpayment\tMessage-Topic\tthe remainder of this report had relation to the payment of the loan from the bank\ne1\te2\tparcel\tbirds\tMember-Collection_reversed\tthe bm purchased from stevens in december 1861 a parcel of 116 birds from various localities including mysol\ne1\te2\tstring\tpack-ponies\tMember-Collection_reversed\ta string of pack-ponies trotted through the pines behind them\ne1\te2\tstriker\tteam\tMember-Collection\the scored 10 out of 14, performed below his rating at 2474, but still was the striker of the team\ne1\te2\tclique\trenegades\tMember-Collection_reversed\tjust like in oyo state, obasanjo sired a clique of renegades, who believe that the state treasury is their birthright\ne1\te2\tfactory\tcars\tProduct-Producer_reversed\ta factory for cars and spareparts was built in russia\ne1\te2\tsoftware\tdistributors\tEntity-Destination\tthe new software is shipped to the major distributors\ne1\te2\therd\tboars\tMember-Collection_reversed\tafter an hour after lunch break, kenny and randy spotted a herd of boars in a common feeding area\ne1\te2\tscrew\tchuck\tOther\the puts a driver bit that fits the screw in the drill press chuck\ne1\te2\tboat\tshore\tEntity-Origin\tthere was be just sufficient time for him to go there and return before the boat had left the shore\ne1\te2\ttherapist\tprogram\tInstrument-Agency_reversed\tlove didn't find success initially as he bounced from one therapist to another, but eventually found a therapist with a program that worked for him\ne1\te2\tdefendant\tcomputer\tOther\tthe defendant was acting from his own computer in london\ne1\te2\tnewspaper\tevents\tMessage-Topic\tthe local newspaper keeps new brighton residents informed on various events in the city\ne1\te2\tbeam\tvalve\tInstrument-Agency_reversed\tthe combined beam forms a picture using a light valve\ne1\te2\tmusic\tmusician\tProduct-Producer\tthe music was composed by a musician who was not known outside his village\ne1\te2\tsmoke\tfires\tCause-Effect_reversed\tsmoke from wood fires in tutbury castle in nottingham was considered unendurable by eleanor of aquitaine, wife of henry ii, causing her to move out in 1157\ne1\te2\taliens\tspace\tEntity-Destination\tthose aliens travel to the deep space in seconds\ne1\te2\tuser\theatsink\tInstrument-Agency_reversed\tthe user is cooling a processor with a power usage of 35w, using a conventional heatsink\ne1\te2\tincrease\tabsorption\tCause-Effect_reversed\tthe increase is caused by the absorption of uv radiation by the oxygen and ozone\ne1\te2\tcutlery\tdrawer\tContent-Container\tthe tray is also used to hold the cutlery in a kitchen drawer\ne1\te2\tdrug addict\thibernation\tOther\tthe court sent the drug addict into hibernation\ne1\te2\tdevision\tarchers\tMember-Collection_reversed\tanother small devision of archers was sent towards gots to inforse united army\ne1\te2\tcover\tmagazine\tComponent-Whole\tthe group made the cover of rolling stone magazine on march 29, 1973, 3 months after this was released\ne1\te2\tintelligence\tlitter\tEntity-Origin\tthey show that substantial intelligence was gained from pocket litter (materials found on detainees when they were captured)\ne1\te2\tcompany\tproposals\tProduct-Producer_reversed\ton wednesday high speed two, a government-backed company of engineers and experts who have drawn up the proposals, gave their report to adonis\ne1\te2\tpenny\tmachines\tEntity-Destination\tto pass the time, he put a penny into two different coin-operated weight machines and got readings of 106 pounds and 200 pounds\ne1\te2\ttexts\tcivilisation\tMessage-Topic\ttheir texts made reference to ancient civilisation like atlantis\ne1\te2\tcoughing\tallergies\tCause-Effect_reversed\ttake medicine to reduce sneezing and coughing from allergies\ne1\te2\tchai\tglass\tContent-Container\twe had breakfast and the chai was in a glass which i found a little strange\ne1\te2\tdevices\tphones\tEntity-Destination\tmulti-keypad devices are added into upcoming at&t phones\ne1\te2\tingredients\tbasket\tContent-Container\tmany of the ingredients in a gourmet basket are vaguely familiar, but they have been taken to the ultimate level in luxury\ne1\te2\tdevice\tparts\tComponent-Whole_reversed\ta device consisting of fixed and moving parts that modifies mechanical energy and transmits it in a more useful form\ne1\te2\tliterature\tproblems\tMessage-Topic\tas discussed in the literature, several experimental problems have not been solved\ne1\te2\tvalve\ttank\tComponent-Whole\tthe safety valve of the first tank was actuated after 16 min and 27 s, while the safety valve of the second tank was actuated after 16 min and 53 s\ne1\te2\tauthors\tcontrol\tInstrument-Agency_reversed\tauthors use a radiobuttongroup control for this purpose\ne1\te2\tdoses\tstates\tEntity-Destination\t200000 doses of smallpox vaccine have been shipped to 35 states\ne1\te2\tferrets\tsack\tContent-Container\tferrets in a sack show more politesse\ne1\te2\tartists\tseasons\tEntity-Origin\tin this slideshow, images and quotes by artists from past seasons of art:21 are juxtaposed to create a portrait of architecture in contemporary art\ne1\te2\turine\tbag\tEntity-Destination\tthe urine was drained into the urine bag\ne1\te2\thappiness\tdepression\tOther\tshowing interest in something is a large step towards happiness after depression\ne1\te2\tsuitcase\tsuitcase\tContent-Container\tthe green suitcase was inside a larger tan suitcase, which also contained a set of baby rosary beads, a religious picture, a picture of a 5-year-old girl and a card that read \"birthday prayer\"\ne1\te2\tfriends\tobsession\tOther\tby now, my friends are familiar with my almost english obsession with toast\ne1\te2\tplants\tsalmon\tProduct-Producer_reversed\ttwo plants were producing cold-smoked salmon, the third plant was producing semi-preserved herring and the fourth plant was producing caviar\ne1\te2\tcharges\tblackmail\tOther\tthe charges originated in an attempted blackmail against moti, a constitutional lawyer and australian citizen, in vanuatu in 1997-98\ne1\te2\talbum\tcover\tComponent-Whole_reversed\tthe beatles' 1967 album sgt. pepper's lonely hearts club band has a widely-recognized album cover which depicts several dozen celebrities and other images\ne1\te2\taudiences\tsessions\tEntity-Destination\taudiences are dragged into troi's counseling sessions\ne1\te2\thull\tvessel\tComponent-Whole\tthe fins extend beyond the hull of the vessel below the waterline, and alter their angle of attack depending upon heel angle of the vessel\ne1\te2\tpassenger\troom\tEntity-Destination\tthe passenger was placed into a small room before being transported to harborview medical center for treatment\ne1\te2\twallet\tsafe\tContent-Container\tthey went to the mall where my wallet was locked in a safe that very few people knew how to open, but they persevered\ne1\te2\tplates\tmechanism\tComponent-Whole\tthe fragment that first caught the eye of stais was one of the corroded, inscribed plates that is an integral part of the antikythera mechanism, as the device later came to be called\ne1\te2\toutfielder\tglove\tInstrument-Agency_reversed\tthe index finger was placed inside a normal outfielder's glove, but it seemed placed at an angle where it has a difficult time assisting in the closing of the glove around the ball\ne1\te2\telectricity\toperations\tInstrument-Agency\tthe electricity used for distillery operations has been estimated at 12.9 kwh/tonne cane, with a best available technology rate of 9.6 kwh/tonne cane\ne1\te2\ttube\tmagnet\tEntity-Destination\tresearchers placed the compound in a tube, which then was put inside a magnet\ne1\te2\tdamage\tseas\tCause-Effect_reversed\tgenerally it appears that most of the damage was caused by the winds and the rough seas\ne1\te2\tradiology\timaging technology\tOther\tradiology is the branch or specialty of medicine that deals with the study and application of imaging technology\ne1\te2\tdisasters\tchange\tCause-Effect_reversed\tworld practices have shown that often local authorities are quicker to respond to the natural disasters caused by the climate change\ne1\te2\tmasterpiece\tnovelist\tProduct-Producer\tearthly powers is a meta-novel, then, an unexpected masterpiece by a mediocre novelist\ne1\te2\tball\tbasket\tContent-Container\tthis is usually accomplished by placing the ball in a wire basket or container that substantially conforms to the shape of the ball\ne1\te2\tcompany\tbutchers\tOther\tthere are four locations of this restaurant, owned by the buckley company of dublin butchers\ne1\te2\thouse\trepresentatives\tMember-Collection_reversed\tthe lower house was composed of elected representatives\ne1\te2\tstrawberry\tsyrup\tEntity-Origin_reversed\ttherefore, a different method is used, involving a condom, some strawberry syrup, and a piece of 1/2\" aluminium plating (not as kinky as it sounds)\ne1\te2\tdevastations\tstorms\tCause-Effect_reversed\tthe funds raised through this appeal have a direct impact on the people affected by the severe devastations caused by the storms\ne1\te2\ttruck\tmaker\tProduct-Producer\tthe popcorn truck was improvised by an armenian cabinet maker who came here in 1914 to escape turkish massacres\ne1\te2\tpsittacosis\tparrots\tMember-Collection_reversed\tevery morning / night we have a psittacosis of green parrots doing a couple of loops around our house\ne1\te2\tbook\tsurvivor\tProduct-Producer\tthe book by the death-march survivor constitutes the basis of the case\ne1\te2\tharness\tchest\tOther\tthe harness was in a chest\ne1\te2\tdrug\tmicrocapsules\tEntity-Origin\tthe drug release from the microcapsules was diffusion controlled\ne1\te2\tsinger\tstatement\tProduct-Producer_reversed\tthe r&b singer has issued a statement expressing remorse 'over what transpired' and saying he is seeking counselling\ne1\te2\trealm\tspirits\tOther\tas the group ventures deeper into the forest, the eerie realm unleashes its spirits unto the intruders, killing them one by one\ne1\te2\tchairman\tpolitical party\tMember-Collection\tthe chairman of the political party or the independent/primary candidate entitled to representatives, as appropriate, must provide a notice of authorization\ne1\te2\tbutcher\tsausage\tProduct-Producer_reversed\twhenever we try a new butcher we always buy the butcher's sausage first\ne1\te2\tservomotor\tarm\tComponent-Whole\tthis was demonstrated for a servomotor driven-robot arm using a computer simulation\ne1\te2\tstream\terosion\tOther\tpreventing stream and riverbank erosion is one of the main focuses in riparian protection and restoration\ne1\te2\tfilm\tdirector\tProduct-Producer\tthe film's star, writer and director, tommy wiseau, has claimed it to be a black comedy, but other actors involved in the production believe it was supposed to be a melodramatic romance\ne1\te2\tthesis\tbackground information\tMessage-Topic\this graduation thesis supplied valuable background information on the subject of the duel\ne1\te2\tcareer\tbiography\tMessage-Topic_reversed\this career was most recently summarised in john bray's biography of gallienus\ne1\te2\tcollections\tnatural history\tMessage-Topic\tits collections illustrate admirably the natural history, archeology and art of southern india\ne1\te2\toutbreaks\tvirus\tCause-Effect_reversed\toutbreaks caused by the oral vaccine's live virus have happened before\ne1\te2\tring\tfolder\tComponent-Whole\the took a ring folder, and a pad of paper suitably punched to fit the ring folder\ne1\te2\toperator\tstick\tInstrument-Agency_reversed\tin tele-operation, a human operator manipulates a control stick to generate a command signal so that a robot performs a specified task\ne1\te2\tbelly\tbuttons\tComponent-Whole_reversed\tthe site contained photos of female celebrities exposing their belly buttons\ne1\te2\tsquad\trivals\tMember-Collection_reversed\tdespite being a fan of 1860 munich, he ended up playing for the youth squad of their rivals, bayern munich, in 1959\ne1\te2\tresults\treport\tMessage-Topic_reversed\tresults from this testing were presented in a previous technical progress report for this project\ne1\te2\tprogrammes\tgames\tMessage-Topic\tthe programmes explored britain's favourite games across a century of childhood\ne1\te2\tpassengers\tairport\tEntity-Origin\ton sunday afternoon, passengers on the united flight were leaving the airport after being taken to a room there for about three hours\ne1\te2\tcompromise\tnegotiations\tCause-Effect_reversed\tthe compromise resolved the crisis through a series of secret negotiations involving republican and democratic politicians and various interest groups\ne1\te2\tmen\tcaisson\tOther\tmen work inside a caisson while excavating for bridge foundations\ne1\te2\tteacher\tinformation\tEntity-Origin_reversed\tin other words, when the teacher is the source of the information, the learning path tends to be teacher-to-learner\ne1\te2\thuddle\tideas\tMember-Collection_reversed\tseveral merry answers were made to my question, which entertained us 'till bed time, and filled my mind with a huddle of ideas\ne1\te2\tsuitcase\tcocaine\tContent-Container_reversed\ta passenger was taken into custody after trying to bring a suitcase full of cocaine onto a plane at philadelphia international airport\ne1\te2\tman\thospital\tEntity-Origin\ta man who absconded from a hospital in abergavenny has been found by police\ne1\te2\treligion\tcountry\tEntity-Destination\tunlike our expectation, this religion is spreading faster into the country\ne1\te2\tbook\tpainting\tMessage-Topic\tthis book approaches painting in a traditional manner with an extreme sensitivity to light and texture\ne1\te2\tpacket\tgateway\tEntity-Origin\tan initial phase 1 packet arrived from an unrecognized peer gateway\ne1\te2\tinfant\tcradle\tEntity-Destination\tafter wrapping him in a light blanket, they placed the infant in the cradle his father had carved for him\ne1\te2\tnurse\tscalpel\tInstrument-Agency_reversed\tthe nurse wields the scalpel\ne1\te2\tmosquitoes\tplaces\tEntity-Destination\tmosquitoes are spreading into new places, bringing malaria and dengue fever with them\ne1\te2\tfactory\tcars\tProduct-Producer_reversed\tbeginning in 1939, the factory's passenger cars were sold under the moskvitch (\"muscovite\") brand\ne1\te2\tbathtub\tbooks\tContent-Container_reversed\tthe bathtub was full of books, and extra space became paramount\ne1\te2\tspeech\tcompetition\tMessage-Topic\tzhao guoxiang in his speech pointed out that this competition is an important measure for the cultivation of academic atmosphere\ne1\te2\tbag\tsheath\tContent-Container\tthe fine powder was loaded into a rubber bag of 3/4\" diameter and the bag was contained in a stainless or plastic sheath\ne1\te2\tcandle\twick\tComponent-Whole_reversed\tthis absorbency is important in a candle because the wick needs to absorb liquid wax and move it upward while the candle is burning\ne1\te2\tcombustibles\tbunker\tEntity-Destination\tthe light combustibles are dropped in to a bunker as the combustible fuel for use in the steam boiler for generation of steam\ne1\te2\tfetus\tbox\tContent-Container\tan aborted 7-month-old fetus was found in a gift box under a christmas tree\ne1\te2\tauthor\texplanation\tOther\tfrequently the author departs from an explanation of what has transpired and the facts and forces pertaining to the action\ne1\te2\tpeople\tpowers\tEntity-Origin_reversed\tin this constitution the people was the source of all powers, but it exercised none\ne1\te2\trotors\tmixer\tComponent-Whole\tthe predominant mixing action is to shear the mixing compound between the rotors of the mixer, and the distance between the rotors is less than the rotor diameter\ne1\te2\tband\tmusicality\tOther\tthe band performs with a high level of musicality, energy and spirit while combining sensitive group interplay with dynamic solo improvisations\ne1\te2\tglass bottle\twire mesh basket\tContent-Container\tthe glass bottle was contained in a wire mesh basket in case of explosion\ne1\te2\tinstallation\tmotor\tInstrument-Agency\tthe installation powered a 100 horsepower (75 kw) synchronous motor at telluride\ne1\te2\tsect\theretics\tMember-Collection_reversed\tmerolchazzar, the high-priest, muttered something about the anger of the gods at the toleration shown to a sect of impious heretics who ate pigeons broiled, \" whereas,\" said he, \"our religion commands us to eat them roasted.\ne1\te2\tprocess\tfeatures\tOther\tthe process builds many features into the product that translate into benefits for you\ne1\te2\tfarmer\thand-cultivator\tInstrument-Agency_reversed\ta shirtless farmer toils to plow the soil with a hand-cultivator while his wife quietly follows with seeds for the freshly turned earth\ne1\te2\tcourse\tphenomena\tMessage-Topic\tthe latter course explained the biological phenomena in a mathematical way\ne1\te2\tflat\tbathrooms\tComponent-Whole_reversed\tthe flat has a fully equipped kitchen, bbq, two bathrooms, internet, sky and an indoor pool\ne1\te2\tfish\tshoal\tMember-Collection\tfish gather in a shoal, a shallow place in a river or lake\ne1\te2\tfactory\thours\tOther\twhere a worker works in a factory for more than nine hours in any day or for more than forty-eight hours in any week, he shall be entitled to wages at the rate of twice his ordinary rate of wages\ne1\te2\tcache\tarms\tMember-Collection_reversed\tthey raided a house behind mustapha's residence and seized a cache of arms, weapons and explosives\ne1\te2\twork\teffort\tOther\tthe work is rooted in an effort to demonstrate commonality between the arts by focusing on classical rhetoric as the main discursive agency\ne1\te2\temails\tscientists\tEntity-Origin\trepublican senators hammered white house science officials about the emails leaked from prominent climate scientists two weeks ago\ne1\te2\tburner\therbs\tOther\tthermocerin is a powerful fat burner that works with a combination of natural herbs such as white and green tea, capsaicin, and caffeine\ne1\te2\ttechnology\twriter\tOther\tpeter wayner, a technology writer, struggles with how to respond to the widespread piracy of his books online\ne1\te2\thinges\trefrigerator\tComponent-Whole\teven the hinges of the refrigerator are hidden to provide a clean edged look\ne1\te2\tsteam\theat\tCause-Effect_reversed\tso solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels, the steam is produced by the heat collected from sunlight\ne1\te2\tarray\tcolors\tMember-Collection_reversed\tsince we see an array of spectral colors, it led him to the conclusion that color is a perceptual experience that depends on the wavelength of the light\ne1\te2\tproblem\tsolution\tOther\tbut the problem requires a broader solution - one that is consistent with the new u.s. commitment to cross-border cooperation\ne1\te2\tassemblies\tinterface\tOther\tthe size of the assemblies grows from the byssus substrate interface to the transition layer\ne1\te2\tvisitors\tsuborbital space\tEntity-Destination\tvirgin spaceship takes visitors into suborbital space\ne1\te2\tkennel\tdogs\tMember-Collection_reversed\tdavid and i have the same \"vision\" for our kennel of dogs and share the same philosophy in what we want our labradors to represent\ne1\te2\tsquad\tpolicemen\tMember-Collection_reversed\tthe street outside the side entrance was decked, however, with three limousines double-parked and a squad of motorcycle policemen stood at the door\ne1\te2\trice\tspirits\tEntity-Origin_reversed\tthe production of rice spirits in south china, such as the well-known guiling shanhua spirit, kept using the same method described above until the first half of this century\ne1\te2\tsoftware\talgorithms\tInstrument-Agency_reversed\tthe software creates pictures using random algorithms, and prints them in sections on multiple pages which can be trimmed and assembled to fashion large posters\ne1\te2\tautonomic imbalance\thypertension\tCause-Effect\tautonomic imbalance is one of the multifactorial causes of essential hypertension currently\ne1\te2\tgunners\tweapons\tInstrument-Agency_reversed\tsitting on wooden benches, in strong, concealed positions, the enemy machine gunners tore the platoon to shreds with their murderous weapons\ne1\te2\tfolder\tplanes\tProduct-Producer_reversed\ttoda has established himself as the world's foremost folder of paper planes\ne1\te2\texhibition\tideas\tMessage-Topic\tthe exhibition explores the ideas and beliefs of people in the middle ages\ne1\te2\tidentity\tmovement\tOther\tnarrative identity takes part in the story's movement, in the dialectic between order and disorder\ne1\te2\tjudgements\tvalue\tMessage-Topic\tagain you make professional judgements regarding their relative value\ne1\te2\tshank\tshoe\tComponent-Whole\tsome nails are more difficult to remove than others from the shank of the shoe\ne1\te2\tbook\ttitles\tComponent-Whole_reversed\the kept collecting those book titles, and sent them to me for our next reading list\ne1\te2\tdiscussion\tissue\tMessage-Topic\tthe following discussion centered mainly around the issue of photographing children\ne1\te2\tcloud\tgnats\tMember-Collection_reversed\tit was the only living thing in sight except for a stationary cloud of hysterical gnats suspended in the heat above the road\ne1\te2\thum\trefrigerator\tCause-Effect_reversed\tas i move closer to the kitchen, the steady hum of the refrigerator grows stronger\ne1\te2\tkeeper\tteam\tMember-Collection\the changed perspective cricketers view, on role of wicket keeper in the team\ne1\te2\tknitwear\tcompany\tProduct-Producer\ti have long been an ardent admirer, user, and buyer of the knitwear produced by this excellent company based in the small borders town of hawick\ne1\te2\tpea\tmattress\tEntity-Origin\tto strengthen, if needed, maybe some sinister reference to the pea having got out from under the mattress\ne1\te2\toutput\tbarriers\tOther\tthe real output per capita is running into inherent barriers\ne1\te2\tacid\tadhesion\tCause-Effect\tfatty acid and phospholipid chlorohydrins cause cell stress and endothelial adhesion\ne1\te2\tmaterial\tmitochondria\tEntity-Destination\tnuclear material of trypanosoma brucei is imported into the mitochondria\ne1\te2\tsteroids\tmuscles\tEntity-Destination\tlately, even women inject steroids into their muscles\ne1\te2\tsky\tdome\tOther\tthe earth was the center of the universe, and the sky was enclosed in a dome\ne1\te2\tcase\tcivilian courts\tEntity-Destination\tthe enemy combatant case has moved into civilian courts\ne1\te2\tstory\tteenager\tMessage-Topic\tit is the story of a teenager who finds himself floating on a raft down the mississippi river with an escaping slave\ne1\te2\tstandards\tformats\tMessage-Topic\tthey are a collection of standards defining the allowed formats of compact discs\ne1\te2\trange\tpapers\tMember-Collection_reversed\tstrora enso has a wide range of white envelope papers developed for excellent runnability and printability\ne1\te2\tcancer\tcell\tEntity-Origin\tthe origin of a cancer is from a single cell\ne1\te2\tnest\tsnakes\tMember-Collection_reversed\ti had a nest of garter snakes in the crack between the sidewalk and foundation last year\ne1\te2\ttheory\tmountains\tMessage-Topic\tthe old geological theory explained mountains as wrinkles made by the earth shrinking as it cools down\ne1\te2\tcutter\tstaysail\tComponent-Whole_reversed\tour cutter has a staysail on a furler\ne1\te2\tmint julep\tglass\tContent-Container\tmy mint julep was in a glass i still own\ne1\te2\tradiation\tsoil\tEntity-Destination\tthe contaminated buildings that were buried have leaked radiation into the soil\ne1\te2\tworker\tcigarette\tInstrument-Agency_reversed\tanother shows a worker with a cigarette dangling from his mouth, a lunch box popping out from under a well-muscled arm\ne1\te2\tbottle\tre-hydration tablets\tContent-Container_reversed\twhen leaving on the walk, our guide gave one of our group a bottle with twenty re-hydration tablets in it\ne1\te2\tfile\tfolder\tEntity-Destination\the accidentally dropped the file into the wrong folder\ne1\te2\tcigarettes\tnausea\tCause-Effect\tthe new cigarettes cause headaches and nausea and contain dangerous chemicals\ne1\te2\thypothesis\tstack\tMember-Collection\tthe method examines the hypothesis stack of the decoder during recognition and picks the most likely terms before they are pruned\ne1\te2\tvisas\ttravel\tOther\tbangladesh has urged india to do away with visas for travel between the two neighbours to boost trade\ne1\te2\tdoctor\tmassage\tInstrument-Agency_reversed\ta canadian doctor cured me with only a massage\ne1\te2\tburglar\tprison\tEntity-Origin\tthis past september, the convicted burglar escaped from an open prison\ne1\te2\tdowel\trod\tOther\ti made sure that the end could still slide freely over the dowel rod\ne1\te2\tgallon\tcart\tEntity-Destination\the put a gallon into his cart and walked back to the front of the store\ne1\te2\tconfederacy\tlineages\tMember-Collection_reversed\tthey were a loose confederacy of various arab lineages who were forged together in the eighteenth century by a common way of life and amalgamated in the twentieth century under their famous shaykh (sir) 'ali al-tom (1874-1937)\ne1\te2\tlegend\tman\tMessage-Topic\tlocal legend tells of a man unjustly hanged and a grave where no grass will grow\ne1\te2\tpolicy\tmeeting\tMessage-Topic_reversed\tit was noted that this policy had been considered at the last meeting of the policy and procedure review\ne1\te2\tbillionaires\trich list\tMember-Collection\tbillionaires make up india's rich list\ne1\te2\tfreshener\tparts\tComponent-Whole_reversed\tan air freshener is constructed from parts to make a model of an object from everyday life, e.g. an airplane, insect, or bird\ne1\te2\twheels\ttruck\tComponent-Whole\tas the driver passed venne, one of the hooks caught the cyclist, dragging him under the wheels of the truck\ne1\te2\tcoins\tfountain\tEntity-Destination\tpeople used to throw coins into this fountain\ne1\te2\tmilitary\tsandbags\tInstrument-Agency_reversed\tthe military uses sandbags for field fortifications, or as a temporary measure to protect civilian structures\ne1\te2\tprophet\tcell\tEntity-Destination\tthe prophet was put into a vaulted cell in a dungeon, where he remained a long time\ne1\te2\tisle\tstore\tComponent-Whole\tpeg bags are the medium sized bags that hang in the candy isle of the store\ne1\te2\tclock\tmelody\tCause-Effect\ton the hour, the clock plays a melody with motion\ne1\te2\ttechnology\tmanufacturer\tOther\tfor example, a technology manufacturer undertook a seven-year, $200 million human resources outsourcing effort\ne1\te2\tmilitancy\texperiences\tCause-Effect_reversed\tnurses' militancy stemmed from two different kinds of experiences\ne1\te2\tcomputer chip\tsteel case\tContent-Container\tan i-button is a globally unique computer chip enclosed in a 16mm steel case\ne1\te2\telectrician\tend\tInstrument-Agency_reversed\tfour hours earlier, the electrician injured his eye with the blunt end of a screwdriver\ne1\te2\tmixes\tbox\tContent-Container\the was shocked to find the mixes were in a box in his garage that was in mortal danger because rats had used it for nesting\ne1\te2\tpublication\tgrant\tOther\tthis publication is supported by a grant from merck\ne1\te2\tmotor\tcoil\tComponent-Whole_reversed\ta simple dc motor has a coil of wire that can rotate in a magnetic field\ne1\te2\tconfederation\taspects\tMember-Collection_reversed\tthe human psyche is seen to be a confederation of various aspects (e.g., cognition, affection, conation)\ne1\te2\tskin\tfingers\tComponent-Whole\tnails grow out of deep folds in the skin of the fingers and toes\ne1\te2\tplane\trunway\tEntity-Origin\tthe plane took off westbound from the small airport's southernmost runway shortly before 6 p.m\ne1\te2\tpollution\tfactories\tCause-Effect_reversed\tthe pollution from animal factories is also destroying parts of the world's oceans\ne1\te2\tchain\tponds\tMember-Collection_reversed\tit is a shady retreat, close to a chain of shallow ponds near the lake shore\ne1\te2\tteam\tseason\tOther\tbut o'brien was proud of how his team finished a difficult season\ne1\te2\taircraft\tsea\tEntity-Destination\tthe aircraft is landing into the sea\ne1\te2\tarea\tvillages\tComponent-Whole_reversed\tas a result of this consolidation, the area comprised of these villages is now called kalbach, but each village still has its own identity on a map\ne1\te2\tachievements\ttalking point\tOther\tthe achievements of michael phelps in the pool proved to be a major talking point for the riders\ne1\te2\tcombination\tcircumstances\tOther\ta remarkable combination of favourable circumstances saw the technology progress from the innovation phase - its trial in prototype form - through to adoption and widespread use, in only a few years\ne1\te2\tharm\ttreatment\tCause-Effect_reversed\tthe nnt and nnh are useful indices to describe the trade-off between the benefit and the harm produced by a new treatment\ne1\te2\tfish\tlungs\tComponent-Whole_reversed\thowever, there are fish with lungs and fish without swim bladders\ne1\te2\tchapter\tarchitecture\tMessage-Topic\tthe eleventh chapter is devoted entirely to architecture\ne1\te2\tacne\tclogging\tCause-Effect_reversed\tacne is caused by clogging of sebaceous (oil producing) glands on the skin\ne1\te2\tlist\tpatents\tMember-Collection_reversed\tonce the list of relevant patents appears, clicking on the patent number brings up the entire patent\ne1\te2\tcrowd\ttheatre\tEntity-Origin\tin one of cinema's earliest and most famous screenings, the crowd ran away from the theatre after an approaching train appeared\ne1\te2\tmilitary\tbombs\tInstrument-Agency_reversed\tthey infiltrated here and there, provoking the russian military to liberate region after region with bombs and artillery\ne1\te2\ttherapy\tfilms\tMessage-Topic_reversed\telectroconvulsive therapy has been depicted in several fictional and semi-fictional films, books, and songs\ne1\te2\tmuscularis\tstomach\tComponent-Whole\tthe muscularis of the stomach is thicker than that elsewhere\ne1\te2\theadphone\tcords\tComponent-Whole_reversed\tcordgo has developed a nifty little headphone winder to prevent your headphone cords from tangling as you as you move about during the day\ne1\te2\tpile\tbooks\tMember-Collection_reversed\tof course the proble is christmas just passed so i've got a brand new pile of unread books to contend with\ne1\te2\tbond\tagents\tOther\tthis ordinance was a result of the bond of profit agents getting angry over the recent expansion of the broward county pretrial program\ne1\te2\tconfederation\tcantons\tMember-Collection_reversed\tthe current swiss confederation was created in 1802 as a confederation of various multi-ethnic cantons, which all have their own characteristics\ne1\te2\ttable\tresults\tComponent-Whole_reversed\tthe table summarises the results for the remaining 567 women\ne1\te2\tmotor\tsound\tCause-Effect\tno water enters the inside of the dishwasher, and the motor makes a sound as if under strain\ne1\te2\tman\tbuffer\tOther\tthe vessel went down in a typhoon and the man was discovered inside a cork buffer used to prevent damage to the ship during docking\ne1\te2\trules\tguidelines\tMessage-Topic\tthe approved fireworks exhibition rules involve stricter display guidelines\ne1\te2\tevidence\tweeks\tEntity-Origin\tmy evidence from two weeks ago proves the situation has changed from the time of their evidence\ne1\te2\tbook\thistory\tMessage-Topic\tthis comprehensive book discusses both the human and the natural history of the islands of california\ne1\te2\twalls\tmicrowave\tComponent-Whole\tmetals, on the other hand, reflect these radio waves, a characteristic very cleverly put to use in the walls of the microwave such that no waves escape\ne1\te2\tspring\tgravimeter\tComponent-Whole\tthe spring of the gravimeter must extend some more to accommodate the larger weight\ne1\te2\tfort\twoods\tOther\twalking trails, fire pit and a tree fort in the woods have encouraged him to spend time outside\ne1\te2\tsubstance\tcapsule\tEntity-Destination\tthe scientists placed the substance in a tiny capsule which gets channelled into cancer cells, and is then \"unpacked\" with a laser impulse\ne1\te2\tleap\tleopards\tMember-Collection_reversed\tjackson wasn't to be outdone and was rewarded with a leap of three leopards, which he watched with his guests for an amazing five hours\ne1\te2\tappellant\thouse\tEntity-Origin\tmeanwhile the appellant had left the house\ne1\te2\tpeople\tmountain\tEntity-Destination\tthese people have journeyed into a mountain that is over 2,000 m high\ne1\te2\tsort\tdrilling\tOther\ta cutting tool of the sort used for deep hole drilling has a cutting head mounted on a shank\ne1\te2\tmetaphor\teconomist\tProduct-Producer\tthe invisible hand, also known as the invisible hand of the market, is a metaphor first coined by the economist in the theory of moral sentiments\ne1\te2\tgarbage bag\tclothes\tContent-Container_reversed\ti have a large garbage bag full of clothes for a teen or preteen girl\ne1\te2\tlines\tpoet\tProduct-Producer\tthese lines from the pen of a nineteenth-century poet rupchand pakshi describe the city of calcutta as a city of machines\ne1\te2\tarmy\tcaterpillars\tMember-Collection_reversed\tit seems really nasty to have an army of caterpillars infest a fruit tree\ne1\te2\tfluctuations\ttaxes\tCause-Effect_reversed\tthe fluctuations are caused by state and federal taxes, distance from refineries to filling stations and environmental laws\ne1\te2\tbook\tfriend\tProduct-Producer\ti just got in the mail a newly published book by an old friend of mine, gordon goldstein\ne1\te2\tbalances\taccounting\tEntity-Destination\tthe balances were imported into the small business accounting correctly\ne1\te2\tinformation\tpublic\tEntity-Destination\tan unofficial technical information has been leaked to the public\ne1\te2\trabies\tvirus\tCause-Effect_reversed\trabies is caused by a virus that is usually contracted through the saliva of an infected animal\ne1\te2\thamper\tbiscuits\tContent-Container_reversed\tthe hamper was full of high-quality sweet biscuits, chocolates, cakes and puddings, shortbread, pickles, teas and wine\ne1\te2\tfamily\tbrushes\tProduct-Producer_reversed\tjillian palmer came from a comfortably-off portsmouth family, who manufactured the renowned range of victory brushes\ne1\te2\taccident\tfog\tCause-Effect_reversed\tan accident has been caused by the fog\ne1\te2\thalls\tbuilding\tComponent-Whole\tas was standard practice at the museum on that day of the week, only maintenance workers, cleaning staff, curators, and a few other employees roamed the cavernous halls of the building that was once the home of france's kings but for centuries had been devoted to housing the nation's art treasures\ne1\te2\tinjury\toperations\tCause-Effect\tthe injury resulted in numerous operations to save his eyesight\ne1\te2\tflight\tcormorants\tMember-Collection_reversed\tthe drive starts out in the small community of copeland and on through a couple of small ponds, where a flight of double-crested cormorants were gathered\ne1\te2\tmail\tmailbox\tEntity-Destination\tthe man dropped off the mail into the mailbox\ne1\te2\tsuitcase\tbeer\tContent-Container_reversed\ti had a trash bag full of clothes and a suitcase full of beer\ne1\te2\temperor\troom\tEntity-Origin\tafter the emperor had left the room, he turned to his attendants\ne1\te2\tfountain\tlocation\tEntity-Origin\tthe fountain was removed from that location and placed at seneca park along north tenth street some time later\ne1\te2\tlobster\tflavor\tOther\tthis time the lobster was full of its superb flavor, which suffused even into the buttered corn\ne1\te2\tcan\tbody\tComponent-Whole_reversed\tthis was an exciting innovation for the packaging industry because the aluminum can was made with only two pieces - a body and an end\ne1\te2\tmistress\trashers\tOther\tthe mistress fries the rashers in a small china fryingpan over the lamp, passing to each person the hot slices as they are done\ne1\te2\tmajority\tworkers\tOther\tin luxembourg, the majority of migrant workers are cross-border workers who maintain their residence in neighbouring countries such as belgium, france and germany; as a result, employers and public authorities recognise their diplomas rather easily\ne1\te2\tcrabmeat\tcan\tContent-Container\tthis crabmeat was in a can, but it was in the refrigerator case in the seafood section, not in the grocery aisle by the tuna\ne1\te2\tstudies\tphenomena\tOther\tvarious studies have been conducted with regard to the above phenomena\ne1\te2\tmessage\tvoters\tProduct-Producer\tas for the damaged republican brand, one message voters sent with mr. mcdonnell's election is that they don't want the gop to repeat its mistakes from the past decade\ne1\te2\tbuyer\tspoon\tInstrument-Agency_reversed\tthe buyer adjusted the gold dust with a spoon until the scale balanced\ne1\te2\tfour\tcandles\tInstrument-Agency_reversed\tfour of us stopped the cyanide train, with no money, but with candles, cups of tea and home-made banners\ne1\te2\tareas\tstore\tComponent-Whole\the saw behind the scenes and all the showroom areas of the store\ne1\te2\timbalance\ttax cuts\tCause-Effect_reversed\twe address the longer-term budget imbalance that has been caused by the tax cuts\ne1\te2\twildfires\thumans\tCause-Effect_reversed\tin north america, about 58 percent of the wildfires are caused by humans\ne1\te2\tfairness\tcopyright use\tOther\twe put fairness into copyright use\ne1\te2\tpoison\tvessels\tEntity-Destination\tshortly after injection, the poison is going into the blood vessels\ne1\te2\tconcern\teconomy\tOther\tdata shows that public concern about the economy has moved into the top five issues facing the country\ne1\te2\tden\tsnakes\tMember-Collection_reversed\tthe communal den of garter snakes in manitoba is selected to study whether courting males make mistakes in selecting females\ne1\te2\tletter\tpocket\tEntity-Destination\the stuffed the letter into the breast pocket of his suit and slipped the enclosed dvd into the player\ne1\te2\tquota\tweeks\tOther\tthe quota was extended from six weeks to 10 weeks in 2009\ne1\te2\tbore\ttrumpet\tComponent-Whole\talthough the bore of the trumpet is mostly cylindrical, it is formed from a complex series of tapers, the smallest being at the mouthpiece receiver, and the largest being at the throat of the bell, before the flare for the bell begins\ne1\te2\tpictures\tweeks\tEntity-Origin\there are some pictures from a couple weeks ago when we had some ice\ne1\te2\tsteps\tbasket\tOther\tmy cousins have some fun sliding down the steps in a laundry basket\ne1\te2\tman\tbeach\tEntity-Origin\ta man holding a small toddler ran away from the beach as fast as he could, calling out: \"tsunami!\"\ne1\te2\tsnout\tshark\tComponent-Whole\tandre hartman touches the snout of the great white shark\ne1\te2\tinformation\tenvironment\tOther\tvolvo stores the information in a secure and protected environment for as long as they believe it will help the company understand how to serve its clients better\ne1\te2\tcase\tbooks\tMessage-Topic_reversed\tthe case has been examined in several books\ne1\te2\tarsenic\tcoatings\tEntity-Origin\tmore recently they concluded the arsenic originated in iron oxide coatings of rocks lining the aquifer\ne1\te2\tspeech\taffairs\tMessage-Topic\tthe speech also devoted considerable time to foreign affairs\ne1\te2\thold\tvessel\tComponent-Whole\tmunitions were stored in the hold of the vessel\ne1\te2\tsurgeon\tmicroscope\tInstrument-Agency_reversed\tthe surgeon performs a vasoepididymostomy using an operating microscope\ne1\te2\tdioceses\tallegations\tOther\tdetails about how catholic church dioceses dealt with allegations of child abuse are to emerge within the coming weeks\ne1\te2\tengine\tplant\tProduct-Producer\tevery engine that the plant builds is hot-tested\ne1\te2\tbrother\troom\tEntity-Destination\tmy brother has entered my room without knocking\ne1\te2\tstud\tmares\tMember-Collection_reversed\tover the years a sound stud of homogenous brood mares has developed\ne1\te2\tfever\tdehydration\tCause-Effect_reversed\tmake sure the child takes lots of fluids in spite of the oral discomfort to prevent high fever from dehydration\ne1\te2\tsystem\tmuscles\tInstrument-Agency_reversed\tthe motor system scaled the object's dimensions by modulating the muscles\ne1\te2\tbook\thistory\tMessage-Topic\tthis splendid little book traces the history of the company from 3000 bc to the present day\ne1\te2\tratpack\tthieves\tMember-Collection_reversed\tthe key to thirteen's return to form is having danny ocean (clooney) and his merry ratpack of expert thieves and con men reteam in las vegas, site of their original big score in eleven\ne1\te2\tgalaxy\tevents\tOther\tthe tafawa balewa square (tbs) in lagos hosted a galaxy of events with tourism and culture activities as center of attraction\ne1\te2\tmovie\thours\tMessage-Topic\tthis movie is a depiction of the last twelve hours in the life of jesus of nazareth, on the day of his crucifixion in jerusalem\ne1\te2\tpiles\tpier\tComponent-Whole\tthe divers went down two weeks ago to look at the condition of the piles supporting the pier\ne1\te2\tscissors\tguy\tProduct-Producer\tinside, senior stylist favio alfano, 33, wields custom-made $1000 scissors made by a guy named shioji, a genius in wakayama\ne1\te2\tplane\trunway\tEntity-Origin\tplane taxies from runway and stops on terminal roof\ne1\te2\twine\trestaurant\tEntity-Destination\tlast night, wine was brought to the restaurant\ne1\te2\tmenage\tnatives\tMember-Collection_reversed\tin the meantime, an unlikely menage of payaya natives, franciscan padres, canary islanders and spanish soldiers struggle to bring the city together as winter approaches\ne1\te2\tfloor\tbuilding\tComponent-Whole\tlandings are be provided at the top and the bottom of every flight include part of the floor of the building\ne1\te2\tnewspaper\twords\tComponent-Whole_reversed\ta newspaper consists of just the same number of words whether there be any news in it or not\ne1\te2\tworker\tmallet\tInstrument-Agency_reversed\tthe picture shows a worker with a mallet and a scalpel in his hands, and having his trunk exposed\ne1\te2\tsupernatant\ttube\tEntity-Destination\tsupernatant was removed into a 100 ml polypropylene centrifuge tube\ne1\te2\tdisease\tblindness\tCause-Effect\ta rare and incurable congenital disease which causes blindness has been successfully treated for the first time using gene therapy\ne1\te2\theat\tdiscoloration\tCause-Effect\tas i pulled unit apart the small fan on top of light was caked with dust, the heat caused a little discoloration on the difusing lense\ne1\te2\theroin\twithdrawal\tCause-Effect\this work has led to new treatments for addicts, tests for drug intoxication and understanding of how heroin, other opiates and cocaine cause dependence and withdrawal\ne1\te2\tactress\tchaos\tOther\tserious troubles have dragged the infamous actress into chaos\ne1\te2\tmill\ttool\tComponent-Whole_reversed\tthe mill carves the model from polyurethane with a cutting tool that moves based on coordinates from the image\ne1\te2\tconvocation\tacademicians\tOther\tthe shakespeare authorship studies conference is the world's largest convocation of academicians and scholars to gather annually for the purpose of sharing new research on the life and works of the elizabethan era's premier poet, playwright and wordsmith\ne1\te2\tshrinkage\twashing\tCause-Effect_reversed\tshrinkage from washing has always been considered a serious problem for cotton knitted fabrics\ne1\te2\thoof\treindeer\tComponent-Whole\twith its hoof the reindeer scrapes away the snow and discovers underneath the reindeer moss\ne1\te2\tfiancee\tmessage\tProduct-Producer_reversed\tlast year cavendish had barely completed a move, 45 degrees across a road at 70km/h, before his fiancee, melissa, watching on tv, had completed a text message threatening him with divorce if he risked his life like that again\ne1\te2\tsystem\tparts\tComponent-Whole_reversed\tthis air conditioning system contains refrigerant under pressure, rotating parts and electrical connections which may be dangerous and could cause serious injury\ne1\te2\tportraits\twomen\tMessage-Topic\tthese 14 portraits give an introduction to successful women in the fields of politics, the economy, science, the church and new social movements\ne1\te2\tmachine\tpump\tComponent-Whole_reversed\tthe machine processes the blood using a centrifugal pump, which separates the components of the blood and the plasma\ne1\te2\train\tmeteorites\tMember-Collection_reversed\tthe data provided powerful evidence that the unusual meteorite was the result of a long-lasting rain of meteorites following the destruction of an asteroid\ne1\te2\twater\tsolution\tEntity-Origin\tthe water was distilled from an alkaline permanganate solution in an all pyrex still\ne1\te2\tfall\twoodcocks\tMember-Collection_reversed\toften when people hunt for snipe, they come upon a fall of woodcocks, which are also game birds\ne1\te2\tconflicts\tdevelopment\tCause-Effect_reversed\tthis article goes some wat towards, identifying some of the conflicts arose from the previous and present agricultural development\ne1\te2\tgoal-keeper\tteam\tMember-Collection\tluke played the crucial role of goal-keeper in the team that defeated tournament favourites croatia 6-4 in the final match\ne1\te2\tbell\ttrumpet\tComponent-Whole\tair is forced through the instrument, coming from the bottom of the player's lungs and pushed all the way through to the bell of the trumpet\ne1\te2\tanimal\tcrate\tContent-Container\twhen he arrived at 1 p.m., the poor animal was in a crate for five hours\ne1\te2\tdisruption\tterrorist\tCause-Effect_reversed\tthe disruption caused by the latest christmas terrorist has added too much to the weary trip home\ne1\te2\twheeze\tpeople\tProduct-Producer\tthis is another great new wheeze from the people who got rid of news at ten in the first place (and then ended up bringing it back)\ne1\te2\tcovey\tquail\tMember-Collection_reversed\tfalconers send their dogs into the field to bark and cause the nearby covey of quail (or partridges) to take flight\ne1\te2\tcharts\tproperties\tMessage-Topic\tit allows users to create custom charts comparing fuel properties and characteristics for multiple alternative fuels\ne1\te2\tdiffusers\tteams\tOther\tsenior figures in the sport expect the brawn cars to be the subject of a technical protest over the design of their diffusers by rival teams\ne1\te2\tfarmer\tale\tProduct-Producer_reversed\ta brewer from southwick is immortalised as a hampshire farmer produces a new real ale in celebration of old dick\ne1\te2\tparliament\towls\tMember-Collection_reversed\tmany growers harbor a parliament of owls in their barns so as to keep down the population of burrowing rodents\ne1\te2\ttungsten\tfilament\tEntity-Origin\tthe halogen combines with the tungsten evaporated from the hot filament to form a compound that is attracted back to the filament, thus extending the filament's life\ne1\te2\tduckling\tfarm\tEntity-Origin\tthe ugly duckling runs away from the farm\ne1\te2\tslopes\tvulcano\tComponent-Whole\tgunung papandayan, has woken up from it's sleep and is now threathening thousands of villagers living around and on the slopes of the vulcano\ne1\te2\tdiner\tdelight\tInstrument-Agency_reversed\tit becomes a lunch-time respite from the busy city life as a diner relaxes with his buffet delight while watching the commuters waiting alongside each other\ne1\te2\tspeech\tdomestic issues\tMessage-Topic\tduring his speech, kennedy focused on domestic issues, the vietnam war, and racism\ne1\te2\tmember\tdevice\tComponent-Whole\tthe warming member of the heating device is positioned on inner sides of finger front portions of a glove for warming front ends of a wearer's fingers\ne1\te2\tcarrier polymers\torgans\tEntity-Destination\tthe carrier polymers are migrating into the target organs\ne1\te2\texemption\tgoods\tOther\tsuch exemption also applies to goods supplied for use on ships and aircraft\ne1\te2\tunit\tswordsmen\tMember-Collection_reversed\ti also have a full unit of blighted swordsmen and the blessing of vengeance on my to seal shelf\ne1\te2\tnun\tkiss\tOther\tthe nun fulfills his fantasy with a kiss that would make a hooker blush\ne1\te2\tbuilder\ttownhouse\tProduct-Producer_reversed\tthe builder has now completed the townhouse\ne1\te2\tsink\tstand\tComponent-Whole\tthe sink was in a cabinet type stand with the sides of the sink being the same porcelain coated cast iron as the sink\ne1\te2\tbroadside\tshells\tComponent-Whole_reversed\tsimultaneously the 5-inch battery fired a broadside of star shells for illumination\ne1\te2\tperson\twill\tProduct-Producer_reversed\tthe person who makes a will is not available to explain him or herself, or to correct any technical deficiency or error in expression, when it comes into effect on that person's death\ne1\te2\tsignals\tnerve cells\tEntity-Destination\tthe scientists used nanotubes to send signals to the nerve cells\ne1\te2\tletter\toffice\tEntity-Destination\ta letter was delivered to my office in the morning\ne1\te2\tcompany\tcontroversies\tOther\tthe company has landed into great controversies\ne1\te2\tinvasions\tdestruction\tCause-Effect_reversed\tthe barbarian invasions of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372-375\ne1\te2\topinions\tgroups\tMember-Collection\tin recent years, opinions on classical drive theory have fallen into contending groups\ne1\te2\tflapper\tclosure\tComponent-Whole\tfig. 3 is a fragmentary cross-section taken substantially along the line 3--3 of fig. 2 and shows the flapper of the closure in its closed position\ne1\te2\tstand\tplovers\tMember-Collection_reversed\tand look, there goes a good stand of golden plovers, right clean away from the foreshores\ne1\te2\tpapers\tissue\tMessage-Topic\tthese papers approach the issue of taxation and the labour market from different angles\ne1\te2\treturn\tmail\tOther\tthe form was printed and filled out before return by mail\ne1\te2\tcouple\tfriends\tOther\tboth in malta and jamaica, the couple made many friends by immersing themselves in the local culture\ne1\te2\tcache\tcavity\tEntity-Destination\ti placed the cache in a natural cavity, at the base of a part of the fallen arch\ne1\te2\tgeneration\tstage\tEntity-Origin\tthe generation of t cells in the thymus starts at a late stage during embryonic development\ne1\te2\tstems\ttrays\tEntity-Destination\ton the other side of the grape crusher the stems poured out into trays\ne1\te2\tmodelmakers\tmodels\tProduct-Producer_reversed\tprofessional modelmakers often create models for many professions\ne1\te2\tband\tepic\tProduct-Producer_reversed\treturning with their new single 'we want war' the band have constructed a seven and a half minute epic\ne1\te2\texcitement\tdirection\tEntity-Origin\tthe excitement comes from frakes's direction -- his liveliness, and his pleasure in looking at, and showing us, events and images\ne1\te2\tiron\tocean\tEntity-Destination\tclimate hackers dumped iron into the ocean\ne1\te2\tsorority\tchoice\tOther\thowever, the increased demand logically calls for expansion and modification of intake processes to reach the goal of pairing each potential member with a sorority of their choice\ne1\te2\tfloods\train\tCause-Effect_reversed\tho chi minh city and hanoi are in floods after the rain\ne1\te2\tmessage\tsender\tProduct-Producer\tthe message was generated by the sender\ne1\te2\ttalk\tneed\tMessage-Topic\tthe gist of stephen's talk was the need for brmss to evolve to the next level\ne1\te2\trevenues\tprograms\tEntity-Destination\tgovernment revenues are drained into expensive welfare programs such as health care, pensions\ne1\te2\tfactory\tclothing\tProduct-Producer_reversed\tthe factory's repertoire expanded to include coalminers workwear, military clothing, and emergency service uniforms\ne1\te2\tfraud\tinstitutions\tCause-Effect_reversed\teighty percent of the mortgage fraud has been caused by the banks and the lending institutions\ne1\te2\tactivities\tsection\tMessage-Topic_reversed\this other research activities and accomplishments have been discussed in the section presented below\ne1\te2\tmembrane\tcanister\tEntity-Destination\tthe heart of the system is an air-tight membrane initially spooled inside a canister\ne1\te2\tcourses\tlanguages\tMessage-Topic\tthe county council runs courses covering a range of topics such as languages, astronomy and archaeology, with many offering qualifications\ne1\te2\tscientist\tinvention\tProduct-Producer_reversed\tthe scientist's invention is still in the house of the plummers\ne1\te2\treport\tmission\tProduct-Producer\tthe 575-page report by the four-person mission was released today, ahead of its presentation to the un's human rights council in geneva on 29 september\ne1\te2\tbottle\tiodine crystals\tContent-Container_reversed\tthis is a small glass bottle with iodine crystals in it\ne1\te2\tcriticism\tstoryline\tMessage-Topic\tcriticism was directed at its storyline\ne1\te2\tcourse\tcomputer programming\tMessage-Topic\tthe goal of the experimental course was to introduce students to computer programming\ne1\te2\tterminal\tprogrammer\tInstrument-Agency\tit's a best mobile terminal for a programmer or geek\ne1\te2\tpollution\tsmog\tCause-Effect\tusing solar electricity instead of conventional electricity sources helps to reduce pollution that causes smog, acid rain, respiratory illness and global warming\ne1\te2\tvisitors\twaterbirds\tMember-Collection_reversed\tso look out in your gardens for unexpected visitors, including waterbirds such as moorhen, water rail, and snipe, which struggle more than most to find food\ne1\te2\tconcrete\thull\tEntity-Destination\tprevious custodians of the submarine poured concrete into the hull in a misguided attempt to retain the vessel's overall structure\ne1\te2\tstrawberry\tsauce\tEntity-Origin_reversed\tthis strawberry sauce has about a million uses, is freezer-friendly, and is so much better than that jar of smuckers strawberry sauce that you've had sitting in your fridge since that time you made banana splits 1 1/2 years ago\ne1\te2\tschool\tdisciples\tProduct-Producer\tthey also saw the birth of the gelugpa school (also known as yellow hats) by the disciples of tsongkhapa lobsang dragpa\ne1\te2\tislands\tsea\tEntity-Destination\tliterally, many islands are sinking into the sea due to global climate changes\ne1\te2\tscrimmage\tagendas\tOther\tstate and local implementation of the $787 billion package has degenerated into a scrimmage of competing agendas among governors and legislatures, state capitals and city halls, and even between neighboring municipalities\ne1\te2\tattacks\tfear\tCause-Effect_reversed\tit gets a little bit \"chicken first or egg first\" on examination but the primary truth is that the attacks are caused by the fear of the attacks themselve\ne1\te2\tcrew\thaunted locations\tEntity-Destination\this crew has journeyed into numerous haunted locations including the stanley hotel\ne1\te2\tfilm clip\tknife crime\tMessage-Topic\tworking with the police they have made a short, dramatic film clip about knife crime, which they are circulating on websites like bebo and youtube\ne1\te2\tpay\tdispute\tOther\tthird year student david beer is one of those affected by the pay dispute\ne1\te2\thusband\tbear\tProduct-Producer_reversed\tmy husband actually made me a teddy bear when we got married\ne1\te2\tsports broadcast\ton-going events\tMessage-Topic\tbecause sports broadcast reports on-going events within a constrained physical situation, contextualized reference is extremely high in these texts\ne1\te2\tstudies\tdetails\tOther\tthese studies supplied exploratory details on some of the determinant attributes and provided a basis for the current research\ne1\te2\tbang\tcollision\tCause-Effect_reversed\tthe big bang was caused by the collision of two parallel universes\ne1\te2\tincrease\tstrain\tCause-Effect\tthe increase in customers, though, caused a strain on the company servers\ne1\te2\treport\tarm\tProduct-Producer\tan early exit from support measures adopted in response to the global economic crisis could postpone a jobs recovery for years and render the fledgling economic upturn fragile and incomplete, a new report by the research arm of the international labour organization (ilo) says\ne1\te2\torchard\tapples\tMember-Collection_reversed\tchurch orchard is a mixed orchard of standard apples, pears and damsons and mason's and winslow's are standard cider apple orchards\ne1\te2\tproletariat\tcitizens\tMember-Collection_reversed\tthe internal proletariat, consisting of failed citizens, conquered peoples, and slaves, turn away from the aggressive conquering state\ne1\te2\tcredit card bill\tlimits\tOther\tmy credit card bill is approaching its limits\ne1\te2\trailroad\twell\tProduct-Producer_reversed\tin the 1880s the railroad had dug a large water well here, which had later turned into a cold bubbling mudpot driven by naturally-occurring pressurized carbon dioxide gas\ne1\te2\tintroduction\tbackground\tMessage-Topic\tits introduction supplies useful historical background\ne1\te2\tlymphomas\tproliferation\tCause-Effect_reversed\tthe lymphomas are caused by neoplastic proliferation of cells in the lymphoid system\ne1\te2\tacne\tinfections\tCause-Effect_reversed\tacne is caused by infections that occur when pores in the skin are filled with oil, dirt, or other substances\ne1\te2\tknot\tlawyers\tMember-Collection_reversed\this story begins with an old woman's attempt to locate her father's wartime swiss bank account and spirals quickly into an emotionally charged, multibillion-dollar international knot of lawyers, bankers, and politicians\ne1\te2\temission\tring\tEntity-Origin\tthe v = 1 emission originates from an 80 au diameter ring of maser spots centered on radio continuum source i\ne1\te2\tharem\tseals\tMember-Collection_reversed\tthe largest of the bulls, sometimes fourteen feet long, establish themselves on a fixed part of the rock, and each gathers about him his harem of cow seals\ne1\te2\tfederation\tcompanies\tMember-Collection_reversed\tit is the federation of different companies of believers that has brought such evils as dabbling in politics into the church of god\ne1\te2\tfever\tvaccines\tCause-Effect_reversed\ta girl with a mitochondrial disorder who developed a neurodegenerative disorder with \"features of autism\" after getting a fever from vaccines\ne1\te2\twheat\tliquor\tEntity-Origin_reversed\tit dated back to the meiji time that ryes were the raw material of wheat liquor\ne1\te2\tinventor\ttechnology\tOther\tswype -- founded by the cliff kushler, the inventor of the t9 text input technology -- raised $1.3 million earlier this year\ne1\te2\tcreation\tcritics\tOther\tit is no accident that the title of the exhibition is a homage to one of the classic figures of contemporaneity, antoni tapies, whose work breached all the boundaries imposed on artistic creation by the critics\ne1\te2\tstorm\tdamage\tCause-Effect\tthe storm caused a tremendous amount of damage on the landing beaches, and for the time completely isolated the troops at anzac\ne1\te2\tshaft\tbow\tOther\tand on other stormy days the boy learned to whittle out a straight shaft for the long bow, and tip it with gray goose feathers\ne1\te2\tdiscomfort\tinjury\tCause-Effect_reversed\tbut in 1993, montalban had a 10-hour surgery to try to alleviate the pain and discomfort from this injury\ne1\te2\tofffender\tneighborhood\tEntity-Destination\tthe sex offfender moved into a new neighborhood\ne1\te2\tkapok fiber\tplastic packets\tContent-Container\twhen it arrived, the kapok fiber was sealed in vinyl plastic packets to prevent exposure to the water\ne1\te2\tpredispositions\tanxiety\tOther\twe have inherited predispositions to anxiety\ne1\te2\texclusion\tdefinition\tOther\tthis notifies the commencement of the exclusion of hospitals from the definition\ne1\te2\tpassion\tgeneration\tEntity-Destination\tthe sportsman passed on passion to the younger generation\ne1\te2\twriter\tparagraph\tProduct-Producer_reversed\tthe writer has dropped the quotation into the paragraph without making any connection between it and the claim\ne1\te2\texamination\tarticles\tOther\tan examination has been made of all articles published in the review from 1944 through 1953\ne1\te2\tspindle\tmachine\tComponent-Whole\tthe dial indicator is mounted on the spindle of the milling machine\ne1\te2\tsounder\tswine\tMember-Collection_reversed\tthis was a sounder of fifteen swine, led by an enormous white pig, the size of a cow\ne1\te2\tphone\twasher\tEntity-Destination\tthe phone went into the washer\ne1\te2\tdisease\tingestion\tCause-Effect_reversed\tceliac disease (cd) is an inflammatory disorder of the upper small intestine triggered by the ingestion of wheat, rye, barley, and possibly oat products\ne1\te2\tgrandmother\tpoultice\tInstrument-Agency_reversed\ton returning home, the patient's grandmother applied a poultice to the child's ankle overnight with the aim of reducing pain and inflammation\ne1\te2\treport\tmoments\tMessage-Topic\ta leaked police report has revealed the horrifying final moments of participants in a new age retreat\ne1\te2\tgrove\tsequoias\tMember-Collection_reversed\tredwood canyon is home to the world's largest grove of sequoias\ne1\te2\tillness\tvirus\tCause-Effect_reversed\tswine flu - popular name for the illness caused by the h1n1 virus\ne1\te2\tgodmother\tfootmen\tProduct-Producer_reversed\tthe fairy godmother turned a pumpkin into a coach, mice into horses, a rat into a coachman, and lizards into footmen\ne1\te2\tspeech\tdreams\tMessage-Topic\tthe theme of the speech was about dreams coming true\ne1\te2\tsoil sample\tcontainer\tEntity-Destination\tlater, the soil sample was sealed in a container and the martian atmosphere was replaced by inert helium gas\ne1\te2\tpuzzle\tstudy\tEntity-Origin\tthe puzzle gradually emerged from a long-term study of the properties of asteroids carried out by mit professor of planetary science richard binzel and his students, along with postdoctoral researcher p. vernazza, who is now with the european space agency, and a.t. tokunaga, director of the university of hawaii's institute of astronomy\ne1\te2\tconcept\ttribe\tEntity-Origin\tthe concept is originated in an ancient maternal tribe named 'mosuo' in sichuan province of china\ne1\te2\tpanel\treport\tProduct-Producer_reversed\tpainful digestive problems can trigger problem behaviour in children with autism and should be treated medically, according to the panel's report published today\ne1\te2\tharem\thens\tMember-Collection_reversed\tjust before dark, we saw a big gobbler strutting on the edge of the field with a harem of hens\ne1\te2\tstatement\tevidence\tMessage-Topic\ta witness statement is a statement summarising the oral evidence that a witness will give at trial\ne1\te2\tshrewdness\tapes\tMember-Collection_reversed\tnational geographic videos include several tapes dealing with a shrewdness of apes that dwells in zaire\ne1\te2\tman\trope\tInstrument-Agency_reversed\ta man attaches a rope to a 20 kg block, pulling it across a floor with constant velocity\ne1\te2\thorde\theroes\tMember-Collection_reversed\tmost business that think they have teams really have a horde of heroes looking for plunder\ne1\te2\tboast\tsoldiers\tOther\tit is an eye which never blanched at danger, and it is the boast of his soldiers that he never looked unpityingly upon the sufferings of his followers\ne1\te2\talmond\tflour\tEntity-Origin_reversed\tsure the almond flour was pricey, but i felt exotic using an ingredient i've never used before\ne1\te2\tpalm\thand\tComponent-Whole\tthe abductor pollicis brevis draws the thumb forward in a plane at right angles to that of the palm of the hand\ne1\te2\tmessages\tromance\tMessage-Topic\ttext messages outline her blossoming romance with the teenager\ne1\te2\tmites\tburrows\tProduct-Producer_reversed\tscabies mites construct their burrows in the skin of the infested animal or human\ne1\te2\tcollection\tcabinet\tContent-Container\this collection of sunglasses was in a cabinet against one of the walls\ne1\te2\tleader\tpolitical party\tMember-Collection\texecutive authority is invested in the prime minister, who is the leader of the political party commanding a majority in the house\ne1\te2\temployees\tsharee\tInstrument-Agency_reversed\temployees wear a sharee as its a sign of formal dresss code\ne1\te2\tsaw\tblade\tComponent-Whole_reversed\tshe hold the saw in place with its blade right on the cut line\ne1\te2\tprogramme\tsexual relationship\tMessage-Topic\tthe programme reported a sexual relationship between the two that began in the summer of 2008\ne1\te2\tspam\tinbox folder\tEntity-Destination\tstill, some spam arrives into the inbox folder\ne1\te2\tboats\tjib\tComponent-Whole_reversed\ton boats with only one jib, it is common for the clew of the jib to be further aft than the mast, meaning the jib and mainsail overlap\ne1\te2\tapple\tblossom\tComponent-Whole_reversed\tthe apple blossom season usually runs from mid-april to early may\ne1\te2\tdocuments\tshredder\tEntity-Destination\tthe office staff threw the documents into the shredder before the police came in\ne1\te2\tbrace\tducks\tMember-Collection_reversed\tjohnny remembered the two of them having the waiters bring for their inspection a brace of dressed ducks, or pheasants, before ordering them cooked\ne1\te2\troad\tuser\tInstrument-Agency\tthe report is about the regular road user and the law\ne1\te2\tbook\tmovement\tOther\tthe jungle book, because of its moral tone, came to be used as a motivational book by the movement\ne1\te2\tflight\tairport\tEntity-Origin\tthe flight departs from an airport on territory of a member state to which the treaty applies\ne1\te2\tdoctor\tjackknife\tInstrument-Agency_reversed\tafter the doctor performs a caesarian with a jackknife and fishing leaders, and the infant is delivered, he examines the husband\ne1\te2\twallet\tdollar bill\tContent-Container_reversed\tthe wallet contained a special bk dollar bill (legal tender), a $5 bk gift card and other random bk stuff\ne1\te2\tfiddler\ttechnique\tInstrument-Agency_reversed\tthis traditional country fiddler is distinguished from his urban colleague by his nonstandardized technique\ne1\te2\tproduction\tcountry\tEntity-Destination\tcar makers moved production into another country for cheap labors\ne1\te2\tmemoir\tteaching experiences\tMessage-Topic\tteacher man is a 2005 memoir written by frank mccourt which describes and reflects on his teaching experiences in new york high schools and colleges\ne1\te2\tpotter\twheel\tInstrument-Agency_reversed\tthe same day that doss was working at the potter's wheel a group of students from pomona's village academy high school were at the sheraton suites fairplex\ne1\te2\tcheesecake\tcontainer\tContent-Container\twhen i opened the box, the cheesecake was inside a silver foil container\ne1\te2\tuniverse\tplayers\tMember-Collection_reversed\tccp games is unrelenting in its quest to maintain a fresh and challenging gaming experience to its ever-expanding universe of players\ne1\te2\tperson\tball\tInstrument-Agency_reversed\tto use it, a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area\ne1\te2\tshape\tewer\tOther\tthe shape of the vessel is seen in a ewer that has been in the metropolitan museum for many years\ne1\te2\tblood\tbottle\tContent-Container\tsome of that blood was in a bottle in the operating room though the record is not clear as to how it got there\ne1\te2\tpork\tstew\tEntity-Origin_reversed\ti first tried this comforting, pork stew a year ago and it is unbelievably good\ne1\te2\tpainting\tgallery\tEntity-Destination\tthis water painting has been donated to a local art gallery\ne1\te2\tknot\ttoads\tMember-Collection_reversed\ta knot of toads or an army of frogs in the garden is a pleasure to see, and it feels like a compliment to the gardener\ne1\te2\tknob\tslider\tComponent-Whole\ta user drags the knob of the slider, select a word, and the japanese translation of the word is displayed at the center of the screen immediately\ne1\te2\tstrings\tclavichord\tComponent-Whole_reversed\tstrings in the clavichord run transversely from the hitchpin rail at the left-hand end to tuning pegs on the right\ne1\te2\tfire\tcollision\tCause-Effect_reversed\tboth ships caught fire after the collision but the blazes were brought under control\ne1\te2\tbomb\tgas tank\tContent-Container\tthe bomb was hidden in the gas tank of a motorcycle\ne1\te2\tmoney\tsuitcase\tContent-Container\tthe money was in a suitcase\ne1\te2\tgroup\tbases\tProduct-Producer_reversed\tprotected by tribes who were wary of government interference, the group established bases from which to launch fresh attacks\ne1\te2\tstick\tplunger\tComponent-Whole\tholding firmly onto the stick of the plunger, plant the mouth of it over the toilet hole\ne1\te2\tsadness\tinspiration\tCause-Effect\tsadness leads to inspiration, so in this story of love and hate, respect and betrayal, learn about the history of the mexican wrestling wars\ne1\te2\tdog\tcrate\tContent-Container\tthe dog was in a crate 0.2 cubic inches too small\ne1\te2\tfacade\tbuilding\tComponent-Whole\tthe facade of the building is of unhewn stone and glass\ne1\te2\tgrist\tbees\tMember-Collection_reversed\tgrowers of fruits and nuts usually rent a grist of bees to pollinate their trees\ne1\te2\tcoven\tvampires\tMember-Collection_reversed\tlaurent leaves them and travels to denali, alaska, hoping to find solace among a coven of \"vegetarian\" vampires\ne1\te2\tcyclotron\tbeginning\tOther\tthe cyclotron started from the beginning of january 2000\ne1\te2\tplay\tstate\tOther\tconsequently, play of a game starts in an initial state, at which players collect payoffs only if they remain in that state so that it becomes the final\ne1\te2\tfarmer\tjawbone\tOther\tin 1965, a farmer dug up the lower jawbone of a mammoth while in the process of expanding his cellar\ne1\te2\tmedicine\tsafe\tEntity-Destination\tafter they caught me, the medicine was locked in a safe, a safe with a combination lock and the weirdest looking key i've ever seen\ne1\te2\tactivities\tprogrammes\tComponent-Whole\tthe activities are divided into three programmes: the children and youth programme, the adult programme and the senior citizens programme\ne1\te2\thandful\timages\tOther\tone immediate challenge posed by this method was that only a handful of images were viewable on a computer screen at the same time\ne1\te2\tclimate change\ttalks\tMessage-Topic_reversed\tdelegates from the developing world have suspended their participation in climate change talks in copenhagen today, bringing negotiations to a temporary stop\ne1\te2\tflight\taircrafts\tOther\tin this paper, we introduce dynamic analysis and model transformations of longitudinal flight of hypersonic aircrafts\ne1\te2\tgays\tcloset\tEntity-Origin\tlebanese gays come out of closet, but quietly\ne1\te2\tharm\tdriver\tCause-Effect_reversed\tsince the bar sold alcohol to a person that was already obviously intoxicated, it became liable for the subsequent harm that was caused by the drunk driver\ne1\te2\tsharpening\tstones\tOther\tsharpening stones, water stones or whetstones are used to grind and hone the edges of steel tools and implements\ne1\te2\tpain\tcrisis\tCause-Effect_reversed\tasia feels the pain caused by the crisis but could be poised for rapid recovery\ne1\te2\tplot\tpeople\tMessage-Topic\tsome of the plot is based on real-life people and events\ne1\te2\tconvention\tkidnapping\tMessage-Topic\tthis convention covered the kidnapping, murder, and assault of persons specially protected by international law\ne1\te2\tseminar\tpsychology\tMessage-Topic\tthis seminar goes into the psychology of each major color group and how to best use it in your museum stores\ne1\te2\tofficial\tdescription\tProduct-Producer_reversed\tan egyptian official has given them a hazy description of the inner chamber\ne1\te2\tship\tanchor\tComponent-Whole_reversed\tthe ship has already provoked the debate its crew is seeking even before lifting its anchor\ne1\te2\temails\tright party members\tInstrument-Agency\tstolen emails were used by the right party members to deny science\ne1\te2\tepogen\tplasma\tEntity-Origin\tepogen is made from human plasma (part of the blood) and may contain viruses and other infectious agents that can cause disease\ne1\te2\tboom\tasteroid\tCause-Effect_reversed\tthe boom and shaking was caused by the asteroid that passed earth yesterday\ne1\te2\tbar\tcans\tInstrument-Agency_reversed\tbar builds guillotine out of beer cans to protest atlantic yards\ne1\te2\tjackfruit\tnectar\tEntity-Origin_reversed\tthe ripe bulbs are mechanically pulped to make jackfruit nectar or reduced to concentrate or powder\ne1\te2\tgames\tbox\tContent-Container\tthe games were in a box that had a $3 sticker on it, so i thought the games were all $3 each\ne1\te2\tcadge\tperegrines\tMember-Collection_reversed\tfor the contemporary events there are still opportunities for a few participants, including a team from the moors with a cadge of peregrines and a brace of pointers, to hedgerow hawkers with ferrets and flushing dogs\ne1\te2\tcompany\tstory\tProduct-Producer_reversed\tbefore introducing via in three test markets, the company told employees an elaborate story about its creation\ne1\te2\tearthquake\tnuclear test\tCause-Effect_reversed\ton the morning of may 25, many schools in northeast china were evacuated because of the earthquake caused by the north korea nuclear test\ne1\te2\tmissis\tticket\tInstrument-Agency_reversed\tthe missis won the lottery with a ticket she didn't tell you about\ne1\te2\tprotein\tcells\tEntity-Destination\targinine-rich intracellular delivery peptides noncovalently transported the protein into the living cells\ne1\te2\thacienda\tcentury\tEntity-Origin\tthe hacienda originated in the colonial period and survived into the 20th century\ne1\te2\tstaff\tshop\tOther\tthestaff in the shop are all left-handed themselves and are happy to demonstrate products, explain why they are left-handed and give helpful advice to left-handers of all ages\ne1\te2\ttelevision series\tfortunes\tMessage-Topic\tspringwatch is an annual bbc television series which charts the fortunes of wildlife during the arrival of springtime in the united kingdom\ne1\te2\ttrain\tstation\tEntity-Origin\tas a train moves from station to station, its passengers glimpse different worlds of people\ne1\te2\talarm\tsounder\tComponent-Whole_reversed\tthe alarm has one sounder based in the entrance hall for entry and exit sound\ne1\te2\tdepartment\tuniversity\tComponent-Whole\tworking closely not only with the faculty in comparative literature but also with other professors from the department of the university that best complements their interests, students develop individualized research topics that may range from the sociology of paraliterature to the hermeneutics of divination, from crime fiction in english and chinese to comparisons between sanskrit and greek epic\ne1\te2\tdermatitis\tdandruff\tCause-Effect\tseborrheic dermatitis is one of the causes for dandruff\ne1\te2\tfloor\tshop\tComponent-Whole\tthursday we started steam-cleaning the floor in the shop for the party\ne1\te2\tsquid\tbeak\tComponent-Whole_reversed\tthe colossal squid has a sharp bird-like beak that slices 2-metre-long antarctic toothfish into small chunks\ne1\te2\tdevastation\tconflict\tCause-Effect_reversed\tsierra leone in the wake of the devastation caused by the decade old civil conflict in every sector of our society, the education sector, being key\ne1\te2\thorse\tnuzzle\tComponent-Whole_reversed\tthe horse stretches its nuzzle towards the boy\ne1\te2\tdrugs\tcities\tEntity-Destination\ta gang in mexico has illegally imported drugs to big cities such as la and ny in usa over a decade\ne1\te2\tgrades\tblackboard\tEntity-Destination\tthe final exam grades are posted to the blackboard\ne1\te2\tman\tarea\tEntity-Origin\ta tamil man, who escaped from an ltte rebel-held area following heavy fighting, looks on as he arrives at a temporary refugee camp in vavuniya\ne1\te2\tbond\tagents\tOther\tthe theory in possession about leather-making shows that penetration and bond of tanning agents are supplement each other during the tanning process\ne1\te2\tinfection\tvirus\tCause-Effect_reversed\thepatitis b is a potentially life-threatening liver infection caused by the hepatitis b virus\ne1\te2\tceiling\tcave\tComponent-Whole\tan electro-magnetic motion-tracking system (ascension flock of birds ) was installed in the ceiling of the cave to provide positional data\ne1\te2\tcackle\thyenas\tMember-Collection_reversed\tresidents of a southern kenyan village near the city of machakos have become prisoners in their own homes after sunset following a violent attack by a cackle of hungry hyenas\ne1\te2\tice cores\tlabs\tEntity-Destination\tthe ice cores were shipped to clean labs for examination\ne1\te2\tpants\tpocket\tComponent-Whole_reversed\ti found a piece of paper in your pants pocket with the name 'marylou' written on it\ne1\te2\tunions\tpolitics\tOther\tthe unions are moving into politics\ne1\te2\tpadlock\tcage\tComponent-Whole\talfonso used a crowbar to break the padlock of the cage and took the generator and put it inside his car\ne1\te2\tsuitcase\tphotographs\tContent-Container_reversed\the was surprised to discover that the suitcase was full of black-and-white photographs\ne1\te2\tnoise\tarrival\tCause-Effect_reversed\ton investigation, however, it was found that all the noise was caused by the arrival of fred riemer with an ox-team load of flour\ne1\te2\torgan\tbuilder\tProduct-Producer\tthe organ builder inspects the site where the organ will be used\ne1\te2\tumpire\tmatch\tOther\ti especially enjoyed matthew wells' bare arms waving his hockey stick at the umpire in the australia-canada match to dispute a decision\ne1\te2\tbottle\tingredients\tContent-Container_reversed\tin the center ring is a bottle with mystic ingredients in it\ne1\te2\tcleaner\twater\tInstrument-Agency_reversed\tthe vaps cleaner completely retains all ingested dust particles by using water as a filter\ne1\te2\tkingfishers\tcentre\tEntity-Destination\ttwo beautiful sacred kingfishers have come into the discovery centre in the last few days\ne1\te2\tbedroom\tsuite\tComponent-Whole\tthe round bedroom was the best part of this suite\ne1\te2\teggs\tbuckets\tEntity-Destination\tfemales were caught and their eggs were removed into buckets\ne1\te2\tmanor\tlands\tOther\tthe manor had lands in old thame, moreton and north weston and property in new thame\ne1\te2\tquotes\tyesterdays\tEntity-Origin\ti recalled parental quotes from many yesterdays\ne1\te2\texcitement\triot\tCause-Effect_reversed\tthis meeting was called in response to a request of eastern labor papers, but happened to fall amid the excitement caused by the pittsburgh riot\ne1\te2\tmachine\tstates\tComponent-Whole_reversed\tthe state machine contains six states, seven inputs, and five outputs\ne1\te2\tchemicals\troughness\tCause-Effect\tmany commercial soap, shower gel or cleanser products contain preservatives, colorants and chemicals that cause dryness, rashes, itchiness and roughness on the skin\ne1\te2\tmonuments\ttimes\tEntity-Origin\tthey are a small part of the seized by the bodies of the ministry of internal affairs movable cultural monuments from different times\ne1\te2\tkaleidoscope\tcolours\tOther\tin what's become a drug legend, he got woozy, dreamy and saw a kaleidoscope of dancing colours\ne1\te2\tsongwriter\tlyrics\tProduct-Producer_reversed\ta songwriter is someone who writes the lyrics, as well as the musical composition or melody to songs\ne1\te2\tring\tbore\tEntity-Destination\tjohn wing used it every time he put a ring into a bore to ensure he wouldn't get a false reading\ne1\te2\tinfrastructure\tdisrepair\tOther\tall infrastructure is falling into disrepair\ne1\te2\tcabal\tartists\tMember-Collection_reversed\tthis is a bunch of comics from act-i-vate, which, if i'm understanding the intro correctly, is a cabal of comix artists who hang out on livejournal\ne1\te2\tinsecurity\tviolence\tCause-Effect\tpriority must be given to efforts to combat insecurity and thus poverty, major cause of violence most often experienced by poorest\ne1\te2\tprisoner\tfamily\tEntity-Destination\tthe prisoner has been released into her new family\ne1\te2\tpanzerkompanie\treserves\tEntity-Origin\tan entire panzerkompanie arrived from reserves including the attached heavy tank platoon\ne1\te2\tcookies\trecipe\tOther\tthe situation called for peanut butter cookies baked from the simplest recipe imaginable\ne1\te2\ttoe\tfoot\tComponent-Whole\tclasp the big toe of the right foot with the first finger of both hands\ne1\te2\tdriver\tvehicle\tOther\tthe angry driver then demonstrated his displeasure by speeding around the other vehicle, cutting the other driver off\ne1\te2\tova\tovary\tEntity-Origin\tovulation is the exit of a mature ova (egg) from the ovary\ne1\te2\tchattering\tchoughs\tMember-Collection_reversed\ti remember one day many years ago sitting on the top of braich-y-pwll on the llyn peninsula watching a chattering of choughs performing an amazing set of aerodynamics in the updrafts of a winter storm\ne1\te2\ttensile stresses\tsurfaces\tEntity-Origin\tthe arrival of the tensile stresses from the free surfaces was about 2 bsec in the tests\ne1\te2\tdust\tregion\tEntity-Origin\tthe dust is derived from an arid region, presumedly north africa\ne1\te2\tarm\tchair\tComponent-Whole\tto perform these exercises, the patient sits in a chair with the elbow supported on the edge of a table or on the arm of the chair\ne1\te2\tcompromises\twar\tCause-Effect\tthe compromises contained in the agreement caused the civil war in the 26 counties in june 1922-april 1923, in which the pro-treaty provisional government defeated the anti-treaty republican forces\ne1\te2\tfaction\textremists\tMember-Collection_reversed\trather than extremist voices, the majority muslim population is acquiring the confidence to undermine the slurs being made against it and is showing that it is not held to account for the actions of a minority faction of islamist extremists\ne1\te2\tdisruption\twork\tCause-Effect_reversed\tthe disruption has been caused by work being carried out by track operator network rail\ne1\te2\tsatisfaction\trunning\tCause-Effect_reversed\ta person with an intrinsic motivation to run gains satisfaction from a very long running around their favourite course on a calm, sunny day\ne1\te2\tplate\tembryo\tComponent-Whole\tthe animal plate of the sea urchin embryo becomes the apical organ, a sensory structure of the larva\ne1\te2\tsuffocation\tsmoke\tCause-Effect_reversed\tthe real possibility of total engulfment by flame or suffocation from smoke was a constant threat\ne1\te2\torganizers\tbarrier\tProduct-Producer_reversed\tfans scale these city walls after organizers threw up a barrier to block the view for those without tickets\ne1\te2\tcommittee\tdecision\tOther\tthe committee is approaching the final decision\ne1\te2\tdetails\tpeople\tOther\tdetails include pertinent people involved as well as interesting facts and production statistics\ne1\te2\tpencil\tlines\tMember-Collection_reversed\tusing a pencil of lines, a new restriction on the location of ovals of a nonsingular plane curve is obtained\ne1\te2\taudit\tmanagement\tMessage-Topic\treviewed audit reports on contract audit management issued by the nasa office of inspector general and the u.s. general accounting office\ne1\te2\tdoor\tknob\tComponent-Whole_reversed\tas i was entering the bathroom, i grabbed the door knob and it felt loose and hollow, like cheap crap\ne1\te2\tact\toldies\tComponent-Whole_reversed\this act includes everything from golden oldies to contemporary tunes\ne1\te2\tstudy\tretrieval\tMessage-Topic\tthe present study has been concerned with the retrieval of semantic information\ne1\te2\tabuse\tillness\tCause-Effect_reversed\tthe abuse is rooted in the perpetrator's mental illness\ne1\te2\tevent\tqueue\tMember-Collection\tthe event queue is used for periodic functions such as performing cache replacement, cleaning swap directories, as well as one-time functions such as icp query timeouts\ne1\te2\talbum\tartist\tProduct-Producer\tthis is the best-selling album by a male artist and the best-seller in the pop/r&b genre\ne1\te2\tcontent\tencyclopedia\tEntity-Origin\tthis article includes content from the schaff-herzog encyclopedia of religious knowledge, 1914\ne1\te2\tfactory\tpants\tOther\tit was a factory for destroying perfectly good pants\ne1\te2\tbirthmarks\texpansions\tCause-Effect_reversed\tthe birthmarks are caused by expansions (dilations) in tiny blood vessels called capillaries\ne1\te2\tchocolate\tmarket\tEntity-Destination\tsince last weekend, it has imported chocolate into that market\ne1\te2\tbeverage\troot\tEntity-Origin\tthe beverage was distilled from the root of its eponymous plant\ne1\te2\tmoney\thedge funds\tEntity-Destination\tmoney flows into hedge funds again\ne1\te2\tnest\ttables\tOther\tevery household needs a nest of tables - functional and economic with space\ne1\te2\tchain\tconspiracy theory\tMessage-Topic_reversed\tanother fried chicken restaurant chain also became the subject of a conspiracy theory\ne1\te2\tlumberjack\taxe\tInstrument-Agency_reversed\tthe lumberjack axe is the most ancient and most simple of all axe types and serves as a working tool\ne1\te2\tparcel\tlinnets\tMember-Collection_reversed\tthe calls of his caged decoy-birds have announced the arrival and passing over of a parcel of linnets\ne1\te2\tdevice\tslots\tComponent-Whole_reversed\tthe connector device comprises a plurality of host computer system expansion slots for coupling to the cpu bus of the host computer system\ne1\te2\tbuilder\tmud\tOther\tmeanwhile, the builder is shifting the mud to some other place in closed vehicles\ne1\te2\tbook\tdevelopment\tMessage-Topic\tthis book surveys the development of the script from the earliest pictographic signs to the latest astronomical tablets\ne1\te2\tfellowship\tcraftsmen\tOther\ttraditional techniques are encouraged in all the work and volunteers benefit by getting away from the stress of modern day life and enjoying the spirit and fellowship of the skilled craftsmen of the past\ne1\te2\tcontracts\tregion\tEntity-Destination\tdefense contracts have been awarded to the region since 2005\ne1\te2\tflock\tgeese\tMember-Collection_reversed\twhen a flock of geese or ducks began to descend toward the decoys, the hunter pulled hard on the rope which he held in his hands\ne1\te2\tmoop\tareas\tEntity-Destination\tthe winds have blown moop into some formerly moop-free areas\ne1\te2\tcolloquia\tissues\tMessage-Topic\tfellows also participate in a program of seminars and colloquia focusing on contemporary issues and community building in the asia-pacific region\ne1\te2\tpainting\tmuseum\tEntity-Destination\ta painting has been shipped to the museum by mistake\ne1\te2\tdrove\tdonkeys\tMember-Collection_reversed\tit is fearful to meet in a narrow defile, or where the road winds around the edge of a precipice, a drove of reckless donkeys and mules descending the mountain, urged on by the cries and lashes of the muleteers behind\ne1\te2\ttubers\tbag\tContent-Container\tgrowers store the tubers in a perforated plastic bag filled with peat moss or vermiculite in a cool, dark place\ne1\te2\tfederation\tpeoples\tMember-Collection_reversed\tthe republics are seeking to assert an unequivocal understanding of the country's ethnic nature as a federation of various peoples\ne1\te2\tseasoning\tsauce\tEntity-Destination\twe poured a mixed seasoning into the sauce on the stove\ne1\te2\tdispute\twars\tCause-Effect\tthe dispute has resulted in major regional wars and two palestinian intifadas with tragedies on both sides\ne1\te2\tseal\tflipper\tComponent-Whole_reversed\tthe first author has observed a ringed seal slapping the water with its flipper as he approached\ne1\te2\tsignal\tprocess\tEntity-Destination\ta signal was sent to the process\ne1\te2\tpencil\tpoint\tComponent-Whole_reversed\tthe patient was stabbed or stuck with a sharp pencil point\ne1\te2\tvortices\tlegs\tCause-Effect_reversed\tthis photograph shows the vortices created by the water strider's legs as it moves across the water\ne1\te2\tjeans\tzipper\tComponent-Whole_reversed\ti am looking for jeans with a zipper all the way from the waistband in front to the waistband in the back\ne1\te2\tsite\tnews\tComponent-Whole_reversed\tthe site features comprehensive news and gossip about all britain's biggest soaps\ne1\te2\tdandelion\twine\tEntity-Origin_reversed\tthe closest i have come to a glass of dandelion wine was reading ray bradbury's evocative novel about midwestern small-town life, dandelion wine, about 50 years ago\ne1\te2\tprincess\tfamily\tEntity-Origin\this son once married a princess descended from the middle eastern kingdom's founding family\ne1\te2\tcold\tviruses\tCause-Effect_reversed\tthe common cold and the flu are caused by different viruses, with symptoms of the flu presenting more quickly and with more severity than those of a cold\ne1\te2\ttoy\tbox\tContent-Container\tthe toy was inside a box and had been left on the minivan\ne1\te2\tshoulderbone\tsocket\tEntity-Origin\tshe grabbed your arm and twisted it until the shoulderbone popped out of the socket\ne1\te2\trestrictions\tspeech\tOther\tbrazilian campaign laws include several restrictions on political speech that can seem arcane to outsiders, and even to some brazilians\ne1\te2\tmother\thumor\tOther\ther mother copes with that using humor as a shield\ne1\te2\tcarving\tpirate\tProduct-Producer\tthis pirate ship carving was made by an actual pirate\ne1\te2\ttofu\tmilk\tEntity-Origin\ttofu (to-fu), or bean curd is a soft white food made by coagulating soy milk\ne1\te2\twinds\tsand\tOther\ti stand here above the twisting gorge the winds have carved out of the sand\ne1\te2\tbottle\tfluid\tContent-Container_reversed\tpulling out a bottle with purple fluid in it, he smiled\ne1\te2\teffort\tyear\tEntity-Destination\tthe effort to buy papers is pushed into the next year\ne1\te2\tbeakers\tformula\tEntity-Destination\tthe scientist is pouring beakers into the formula\ne1\te2\tsuitcase\tcash\tContent-Container_reversed\ta federal jury has seen video of a former louisiana congressman accepting a suitcase filled with $100000 in cash outside a northern virginia hotel\ne1\te2\tauthor\tsciences\tOther\tthe author makes reference to all sciences, to many classical works in both psychology and biology\ne1\te2\tunit\tmusketeers\tMember-Collection_reversed\tthey preferred having a unit of russian musketeers or dragoons among the kalmyks to supplying the kalmyks with firearms\ne1\te2\tworkshop\ttalks\tComponent-Whole_reversed\teach day the workshop accommodated a few invited talks targeted towards generating discussions on open problems\ne1\te2\tcountries\tagreement\tOther\tthe two countries finally entered into a code share agreement\ne1\te2\tpresident\tsociety\tMember-Collection\ti feel honored and take great pride in being the president of this society, of this family\ne1\te2\tcooperative\tassociations\tMember-Collection_reversed\tthree years ago the coalition organized a strategic cooperative of several farmers associations to export mangos under the taiwan mango brand\ne1\te2\tnausea\tchemotherapy\tCause-Effect_reversed\tp6 stimulation for ponv is a convincing case for the efficacy of acupuncture; to that were later added nausea from chemotherapy or pregnancy, and dental pain\ne1\te2\tdome\tbuilding\tComponent-Whole\twe pop our heads out the capped dome of the building\ne1\te2\tbrandy\tjuice\tEntity-Origin\tgrape brandy is made from fermented grape juice\ne1\te2\trye\tale\tEntity-Origin_reversed\twhen poured into a sly imperial pint glass, this rye ale was a solid amber color with a few minor gold highlights along the sides and at the bottom of the beer\ne1\te2\tgeology\tgranite\tOther\tthe geology comprises granite of the mesozoic era as the bedrock\ne1\te2\tfevers\tcolds\tCause-Effect_reversed\tmixed in equal parts with peppermint, elder flowers help reduce the fevers and aches caused by colds and the flu\ne1\te2\tstudents\tideas\tProduct-Producer_reversed\tthe students also came up with ideas for further development\ne1\te2\tdamage\tquake\tCause-Effect_reversed\tthe following pages are organized by subject, and investigate the root causes of damage caused by the quake\ne1\te2\tresearches\timage\tMessage-Topic\tthere are numerous researches pointing out the public image of mathematics\ne1\te2\tplans\tletter\tMessage-Topic_reversed\tthe government's plans for the future of community care are outlined in a letter to professor graham thornicroft\ne1\te2\tinformation\tworks\tMessage-Topic\tmusica international, with its musicanet website, is a database containing information on over 150'000 works of the international chorale repertoire\ne1\te2\tchaos\thurricanes\tCause-Effect_reversed\tin the chaos and urgency caused by the hurricanes, it was difficult to keep track of people with psychiatric disabilities\ne1\te2\tbarley\tliquor\tEntity-Origin_reversed\tgeneral-secretary jiang zemin is tasting the \"huzhu brand\" barley liquor offered by the local tu minority people and he gives the liquor a high rating\ne1\te2\thammers\tdrop zone\tEntity-Destination\teverton sent hammers into the drop zone\ne1\te2\tsections\tmarkets\tMessage-Topic\ti included sections dealing with labour markets, domestic taxation, economic activation policies, and financial market regulation\ne1\te2\tcommunity\tchaos\tOther\tpulmonary arterial hypertension clinical community builds order from chaos\ne1\te2\twater\ttanks\tContent-Container\tit carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab\ne1\te2\tdisk\tjewel case\tContent-Container\tin my case the disk was inside a jewel case which was itself inside the mailing box\ne1\te2\tletter\tstudy\tMessage-Topic\ta letter informing about the study was sent to all patients\ne1\te2\tmagazine\tscience\tMessage-Topic\tquo is a monthly magazine that informs about science through thinking and entertainment\ne1\te2\tports\tmanufacture\tOther\tthese two ports were specialized in the manufacture of luxury goods\ne1\te2\tbuilder\tlocation\tOther\tconstruction progress is steady and the builder has now established the location of offices on the future car park area along forest road\ne1\te2\tboy\torphanage\tEntity-Origin\tthe boy runs away from the orphanage and tries to pick pockets\ne1\te2\tsword\tcase\tContent-Container\tthe sword was stored in a case full of gold and jewels\ne1\te2\tcrust\tearth\tComponent-Whole\tthe crust of the earth is composed of a great variety of igneous, metamorphic, and sedimentary rocks\ne1\te2\tmob\tfans\tMember-Collection_reversed\tsarah palin was faced with an angry mob of her own fans who were turned away without having their copies signed\ne1\te2\tedition\ttoilet\tEntity-Origin\ta first edition of charles darwin's seminal \"the origin of species\", which was found in a family's toilet in southern britain, will be sold this week\ne1\te2\tprofessor\tpaper\tProduct-Producer_reversed\tthe focus of the german professor's paper was very relevant to the main subject of the conference\ne1\te2\tinvaders\tpity\tOther\tas the years passed, some of the invaders graduated from pity to an emotion resembling guilt\ne1\te2\titems\tgarbage bin\tEntity-Destination\tall items including photos have been dragged into a garbage bin\ne1\te2\tdoylt\tpigs\tMember-Collection_reversed\ti talk knowledgeably of cord-feet with lumberjacks, point out a doylt of pigs, and bandy verse forms with poets\ne1\te2\teditors\tresearchers\tOther\tthe editors assembled many of the leading medical specialists, researchers and allied health professionals who have extensive clinical experience with polio survivors\ne1\te2\tproducts\tfirm\tProduct-Producer\tconsumers are urged to check their refrigerators and freezers for beef products produced by this firm\ne1\te2\tdiscussion\topen standard\tMessage-Topic\tmy last post has driven some great discussion around what an open standard means\ne1\te2\tcatfish\tbarbels\tComponent-Whole_reversed\tthen a piranha tries to get close, the catfish stuns it with his barbels in with in milli seconds suck the fish up like a vacoom\ne1\te2\trivet\tbutton\tComponent-Whole\tone small piece of fleece or other soft, slightly thick material (to protect your ipod from the rivet of the button on the inside of the pocket)\ne1\te2\tpouch\tpackage\tContent-Container_reversed\tthe first aid pouch contained a package of sulfa powder and a bandage to dress the wound\ne1\te2\tscars\tstitches\tCause-Effect_reversed\told scars from stitches that were successfully put in but ripped out by the individual are also common\ne1\te2\tsuitcase\treceptacle\tContent-Container\ton saturday in california a suitcase was discovered inside a trash receptacle with a corpse stuffed inside of it\ne1\te2\tfighting\tdeaths\tCause-Effect\tthe fighting resulted in hundreds of deaths and in the deployment of peace keepers into east timor\ne1\te2\tstreaks\tmeteoroids\tCause-Effect_reversed\tmost of the streaks are caused by meteoroids about the size of a grain of sand, although meteoroids are porous and much less dense than sand\ne1\te2\tlicense\tpurse\tContent-Container\tinside the car, keys were found in the ignition and codario-ferrino's license was discovered inside a purse on the passenger's seat\ne1\te2\tmethods\tanalysis\tOther\tthree methods approaching the analysis of cells are described, with applications\ne1\te2\tsiphon\tcistern\tComponent-Whole\tthe siphon in a cistern consisted of a pipe bent over above the water level in the cistern\ne1\te2\tream\tpapers\tMember-Collection_reversed\ta spokeswoman for onewest bank acknowledged that an official, confronted with a ream of foreclosure papers, had mistakenly signed for two different banks -- just as the deutsche bank official did\ne1\te2\tcongregation\tcrocodiles\tMember-Collection_reversed\tour next appointment is with the largest congregation of saltwater crocodiles in the world - the famous mary river\ne1\te2\tmarmalade\tmilk\tEntity-Origin\tour coconut marmalade is made of all-natural coconut milk and brown sugar reduced to the perfect consistency\ne1\te2\trangale\tdeer\tMember-Collection_reversed\tthose of you who ran free, i hoped to hunt you down, to set a pack of hounds of heaven or hell, whichever was my fate, upon a great rangale of red deer, or my own hand with longbow or crossbow to pierce the heart of a wild boar, and then sit at ttable and tear your sweet flesh with my hands and eat\ne1\te2\tstrategy\tgoal\tOther\tthe strategy departs from an overriding goal\ne1\te2\tspecies\tnature reserve\tEntity-Destination\tendangered species have been released into a nature reserve in northwest china's xinjiang uygur autonomous region\ne1\te2\tcable\tnut\tOther\tside-pull brakes are secured by a cable clamp nut\ne1\te2\tpile\texcrement\tOther\tthe expressive colour, contrasting with the blackness of an apocalyptic sky, the chiaroscuro that accentuates the insubstantial limbs, and the desert landscape and pile of excrement dominating the scene express miro's profound pessimism\ne1\te2\tinvestment\tdrawer\tEntity-Destination\tthe small store did an investment in a second drawer (\"till\") which was kept in the back and switched with the live till was a worthwhile one\ne1\te2\trice\twine\tEntity-Origin_reversed\ttraditional homemade yellow rice wine is more than a home brew\ne1\te2\tcomponent\tbackground\tCause-Effect\tthe large anti-neutrino component is the source of an irreducible background\ne1\te2\tbacterium\tstalk tissue\tEntity-Destination\tthe bacterium is spreading into the stalk tissue\ne1\te2\tmortality\twar\tCause-Effect_reversed\tthe mortality caused by the war is also high\ne1\te2\tunit\tcrossbowmen\tMember-Collection_reversed\tuniforms were rare, although one unit of royal crossbowmen had been issued with standard black cottes, or tunics, earlier in the 14th century\ne1\te2\tmold carrier\tstore\tEntity-Destination\tthe movable mold carrier has arrived into the store\ne1\te2\tpainter\tcollection\tOther\tuntil now, this corner of the painter's rambling private collection has been all but forgotten\ne1\te2\tupdates\tyears\tEntity-Origin\tthe following are pages of mesh annual updates from previous years\ne1\te2\triot\tsilversmiths\tCause-Effect_reversed\tbefore he leaves ephesus, however, a riot breaks out, instigated by the silversmiths who manufacture idols of the goddess artemis; they are afraid that paul's evangelistic success will ruin their business\ne1\te2\tprotein\tnuclei\tEntity-Destination\tthe protein migrated into the nuclei\ne1\te2\thikers\tshelters\tProduct-Producer_reversed\tover the years, hikers have piled up rocks into semicircular shelters\ne1\te2\teruption\tflows\tCause-Effect\tthe eruption resulted in massive lahar flows (a mixture of ash, lava, rock and water), primarily in the rio montana and marker watersheds\ne1\te2\tperson\terror\tOther\ta seemingly orthodox person has departed into serious error\ne1\te2\tseats\tbus\tComponent-Whole\twe were under the seats of the bus for 20 minutes, trying to get away from the bullets\ne1\te2\tmyths\tbeginnings\tMessage-Topic\tchinese creation myths explain the legendary beginnings of the universe, earth, and life\ne1\te2\tplayers\tpenalty boxes\tEntity-Destination\tthey packed the players into the penalty boxes like sardines tonight\ne1\te2\tbowels\tbuilding\tComponent-Whole\tin the bowels of the building he showed me the stage equipment which has been going flat out virtually every day for the last 35 years\ne1\te2\tinfection\tpeople\tEntity-Destination\tthe diseases have rapidly spread infection to other people\ne1\te2\tfloodwaters\trains\tCause-Effect_reversed\ta philippine airforce aerial shot shows residents standing on a rooftop to escape the floodwaters caused by continuous rains brought on by typhoon ketsana in marikina city, metro manila september 27, 2009\ne1\te2\tpressure\tacceleration\tCause-Effect_reversed\tthe pressure was caused by the rapid power acceleration at the start\ne1\te2\tman\tholiness\tOther\tthe real man departs from holiness\ne1\te2\tbulldog\ttongue\tComponent-Whole_reversed\troyalty-free animal clipart picture of a sitting bulldog hanging his tongue out\ne1\te2\tdata\tpaper\tOther\tsome of these data were presented in a paper read at the annual meeting\ne1\te2\tmusic\tsurgeons\tInstrument-Agency\tmusic is used by surgeons to ease operations\ne1\te2\tauthor\tinitials\tOther\tthe item is engraved with the english author's initials\ne1\te2\tregiment\tcrossbowmen\tMember-Collection_reversed\ttwo reapers and an entire regiment of repeater crossbowmen had trained their weapons on seth garrick from their elevated positions\ne1\te2\tmechanic\twrench\tInstrument-Agency_reversed\ta mechanic uses a wrench to work on the wheel-mount of an auto on a hydraulic lift\ne1\te2\tdirector\torganizations\tMember-Collection\tour director is a member of the aea, nafsa, and eaie organizations\ne1\te2\tbombing\tdeaths\tCause-Effect\tin addition to the sudanese rebels, the bombing resulted in the deaths of several chadian civilians and livestock\ne1\te2\tformulations\ttrials\tOther\tthree distinct formulations of valproic acid have been investigated in clinical trials\ne1\te2\twater\teye\tEntity-Destination\the dropped the instilled water into the study eye\ne1\te2\tbranch\ttree\tComponent-Whole\tin the branch of the tree which bends towards christ, a bird feeds her chicks\ne1\te2\tstacks\tentrances\tOther\tthere were stacks of verizon's directories piled up by entrances of buldings\ne1\te2\ttrain\twindows\tComponent-Whole_reversed\tthis train's windows are elegantly curtained\ne1\te2\tauthor\tcollege\tEntity-Origin\tthe author graduated from an ivy league college in 1991 and then spent a short time working as an investigator\ne1\te2\tgene\tduplication\tOther\there i show that adh-psi is actually a new, functional gene recently descended from an adh duplication\ne1\te2\tpatches\tcapillaries\tEntity-Destination\tthe patches immediately spread into the lymphatic capillaries of the surrounding intestinal tissue\ne1\te2\tdocuments\tsessions\tMessage-Topic_reversed\tthe council also gave final approval to other documents that had been considered in earlier sessions\ne1\te2\tgovernor\tgovernor\tOther\tthe governor is assisted by a vice governor\ne1\te2\tsignal\tdiode\tCause-Effect_reversed\tthe noise signal was generated by a noise diode (enr = 27 db) and gated with a high-speed electronic switch\ne1\te2\twarts\tviruses\tCause-Effect_reversed\tordinary warts on the hands and feet are caused by viruses, which only affect humans\ne1\te2\tbottle\tair\tContent-Container_reversed\twe sealed up a bottle full of air and put it in a freezer for 15 to 30 minutes\ne1\te2\tbillions\tsafety\tEntity-Destination\twe have poured billions into airline safety\ne1\te2\tfocus\tethics\tOther\tthe focus has largely been on the subject of ethics\ne1\te2\tunemployment\tpeople\tCause-Effect_reversed\tunemployment has been caused by people who either knowingly or unknowingly have priced people out of jobs\ne1\te2\tplayer\tjack\tComponent-Whole_reversed\tan mp3 player has an earphone jack and in some cases a \"line output\" jack, both of which put out audio\ne1\te2\tfarmer\tshovel\tInstrument-Agency_reversed\this painting of 1607 also shows a farmer with a shovel, accompanied by a woman holding a cross\ne1\te2\tman\tfork\tInstrument-Agency_reversed\tthe man ate the steak with a fork\ne1\te2\tgirl\tfamily\tEntity-Destination\tthe social worker has placed the girl into the loving family of a lawyer\ne1\te2\tnoise\tpassage\tCause-Effect_reversed\tthe noise and vibration caused by the passage of trains resulted in unacceptable conditions within the convention center as standard construction techniques had been used\ne1\te2\tglutaminase\tterminals\tEntity-Destination\tthe enzyme glutaminase is removed into both nerve terminals and glial cells\ne1\te2\tseminar\tbanners\tMessage-Topic_reversed\tthe seminar was well advertised by big banners in red\ne1\te2\tmusic\tfolk\tComponent-Whole_reversed\ttheir music reflected different influences, combining elements of rock and roll, garage rock, folk and psychedelia\ne1\te2\tscandal\timpeachment\tCause-Effect\tbecause of the ethics scandal that resulted in the impeachment of the state's governor, there was real hope for real ethics reform in illinois this year\ne1\te2\tpower\tmandate\tEntity-Origin\tthe power to rule is derived from a mandate of the masses\ne1\te2\tconjecture\tmanuscript\tEntity-Origin\tthe lebedev-milin conjecture was distilled from the original manuscript\ne1\te2\twax\tcandles\tEntity-Origin_reversed\tthe candle wax is the main ingredient needed for making candles of all types\ne1\te2\tsinger\ttechnique\tInstrument-Agency_reversed\tthe singer's technique facilitates the message\ne1\te2\tepisode\ttrack\tComponent-Whole_reversed\tthe episode featured a commentary track recorded by creator and writer/producer david simon\ne1\te2\torigin\tberserkers\tOther\tthe origin of berserkers is unknown, although tacitus mentions groups of germanic warriors with berserk-like fury\ne1\te2\tdamage\tstorm\tCause-Effect_reversed\tthe storm ended up causing about a fraction of the damage caused by the chesapeake bay storm\ne1\te2\tbust\tsuitcase\tContent-Container\tthe bust was in a suitcase and was carried into the building with as much reverence as if it had been the bier of the poet\ne1\te2\tbusiness\tmarkets\tCause-Effect_reversed\tprimary wholesale markets are held in a fixed place and transact daily a large volume of business emanated from the village markets\ne1\te2\tstump\twoods\tOther\tin the episode \"my future self 'n' me\" the boys discover a joint and rolling papers on a tree stump in the woods\ne1\te2\tblock\tcache\tEntity-Destination\tthe block was fetched into the cache\ne1\te2\tcomposer\tmusic\tProduct-Producer_reversed\tobsessed with the music of js bach, the clown tends to find frequent analogies with the german composer's music\ne1\te2\tevening\tweekend\tComponent-Whole\tsunday evening was the best part of this weekend\ne1\te2\tcookie\toven\tEntity-Origin\tpeanut blossoms are made by putting a chocolate kiss into a peanut butter cookie just from the oven\ne1\te2\tmurder\tcrows\tMember-Collection_reversed\ti called for wolf and was answered by a murder of idle crows that seemed to look down from an old dead oak and scoff at my dilemma\ne1\te2\tdiscussion\ttable\tOther\tit opens with a group of diplomats having a discussion around a rectangular table covered with a green cloth\ne1\te2\tdoor\tknob\tComponent-Whole_reversed\tthere are aids designed to help people grip and turn a door knob\ne1\te2\tprinciples\thomoeopathy\tOther\tthe principles on which homoeopathy is based are very different to conventional medical beliefs\ne1\te2\tremuda\tponies\tMember-Collection_reversed\twhile we transferred our gear to saddlebags, the wranglers roped and saddled horses from the remuda of scrubby, short-legged mexican ponies\ne1\te2\tindex\tsurface\tEntity-Origin\ta habitat suitability index was generated from an elevation surface\ne1\te2\tresults\tjournals\tMessage-Topic_reversed\tthe results of the study were subsequently published in a number of leading psychology journals\ne1\te2\tbears\thibernation\tOther\tthe bears have gone into hibernation\ne1\te2\tdress\tbodice\tComponent-Whole_reversed\tbelying the fashionable exterior of the dress, the inner bodice was made with a section of a homespun linen bedsheet, on which one can still see the embroidered initials of the owner\ne1\te2\tissues\tchurch\tOther\tthe bishop was also happy to talk about some of the contentious issues affecting the church at the moment\ne1\te2\tformulations\twritings\tMessage-Topic_reversed\tsuch formulations are already found in the apostolic writings\ne1\te2\tpressure\tnarrowing\tCause-Effect_reversed\thigh blood pressure is caused by a narrowing of the arteries, which means the heart has to work harder in order to push the blood through\ne1\te2\tmoney\tquake recovery projects\tEntity-Destination\tthe donated money flows into the quake recovery projects\ne1\te2\tanesthetic\tinsensibility\tCause-Effect\tthe genreal anesthetic cause unconsciousness and insensibility to paid and are used for major surgical procedures\ne1\te2\tacne\thormonal changes\tCause-Effect_reversed\tacne or pimples are caused by hormonal changes, wrong food habits and improper skin care\ne1\te2\timpulse\tphotocell\tEntity-Origin\tthe charge to leak away before the arrival of the next impulse from the photocell\ne1\te2\tart\tcommunity\tEntity-Destination\tthe government is committed to bring art to the community\ne1\te2\tmoney\tdesk\tContent-Container\tat noon the money was in the desk, and in the evening the pocket book that contained the money, was left in the drawer with 40 cents, but $265 was missing\ne1\te2\trebellion\tpeople\tCause-Effect_reversed\tin july he was sent north to quell a rebellion instigated by the discontented people of warwick\ne1\te2\twomen\tsituations\tOther\tthese trends have thrown women into totally inhibiting situations\ne1\te2\tbook\tnanoscience\tMessage-Topic\tthis book provides a very detailed and interesting overview of the fundamental principles of nanoscience\ne1\te2\tdamage\tfloods\tCause-Effect_reversed\tironically, the damage caused by the floods, and the subsequent insurance payout, were what prompted the restoration of the station building\ne1\te2\tcursor\tvariables\tEntity-Destination\tfirst, we fetched the cursor into the target variables\ne1\te2\tfacade\tbuilding\tComponent-Whole\tit is a live audio/visual performance composed of animated monochrome geometrical shapes matching the real size and form of the quadrilateral alluminium modules which form the facade of the building\ne1\te2\tscrew\tarm\tComponent-Whole\tthis way the idle speed is set correctly using the bypass screw without touching the screw on the throttle arm, which has to be set exactly right\ne1\te2\tcockpit\tairplane\tComponent-Whole\tthe safety cockpit of the airplane has been completely redesigned\ne1\te2\trod\tarm\tOther\tthe wooden rod is attached to the arm of the chair, which on my chair has an l-shaped opening (corner) under the armrest\ne1\te2\tprotagonist\tmovement\tOther\tlike shibnath, our protagonist too takes part in the freedom movement of india, faces the pangs of foreign rule, and is inspired by sarojini naidu and other notable figures like veteran communist leader ravi narayan reddy\ne1\te2\tprocess\tintervention\tOther\tthe process is assisted by benign intervention or neglect\ne1\te2\troof\tchamber\tComponent-Whole\tsix horses wearing elaborate harnesses had been sacrificed and lay on the logs which formed the roof of the burial chamber\ne1\te2\tcandidate\tcrowd\tEntity-Destination\tthe presidential candidate arrived to the cheering crowd at fort hood\ne1\te2\tplot\tgoldfish\tMessage-Topic\tthe plot centers on a goldfish named ponyo who befriends a five-year-old human boy\ne1\te2\tbonuses\tspeculators\tProduct-Producer\tit is just another asset bubble, where the grotesque bonuses made by the speculators who have brought the world economy to its knees\ne1\te2\tresults\tchapter\tMessage-Topic_reversed\tfirst, a comprehensive literature review was conducted and results were presented in the previous chapter\ne1\te2\tfire\tdryer\tCause-Effect_reversed\tthe court found proof that the fatal fire was caused by the dryer\ne1\te2\tphotocopy\tencyclopedia\tEntity-Origin\tfor the locative she includes a photocopy from collier's encyclopedia under the header zwickau which has the text dating the city from at least 1471\ne1\te2\tchannel\toutdoor activities\tMessage-Topic\tthe channel promotes the traditional outdoor activities that are a vital part of our national heritage including fishing, hunting and shooting sports\ne1\te2\tbottle\tpopcorn\tContent-Container_reversed\tthe percussionist rattled a nalgene bottle with uncooked popcorn in it\ne1\te2\tpopulation\tindividuals\tMember-Collection_reversed\toutcomes are integrated for the entire developmental disabilities population, including individuals who have multiple diagnoses\ne1\te2\tdata structure\tchapter\tMessage-Topic_reversed\tanother important data structure - the heap - has already been introduced in the previous chapter\ne1\te2\tcrush\tspectators\tMember-Collection_reversed\tphil mickelson eased through a crush of spectators and into a courtesy van telling them he would sign autographs in front of the sheshan international clubhouse after he had a chance to eat\ne1\te2\tburnt food\talarm\tCause-Effect\t13, students were evacuated from conrad residence for approximately 15 minutes after burnt food in one of the kitchens set off the fire alarm\ne1\te2\tlobes\tfish\tComponent-Whole\tthe paired optic lobes of teleost fish are connected by two commissures\ne1\te2\thub\tteeth\tComponent-Whole_reversed\tthe dog clutch is a sliding selector mechanism which is splined to the output shaft, meaning that its hub has teeth that fit into slots (splines) on the shaft, forcing it to rotate with that shaft\ne1\te2\tgrain\tliquor\tEntity-Origin_reversed\taspergillus niger was found capable of rapidly converting about 97% of the sugar from brewery spent grain liquor to fungal mass\ne1\te2\trocks\tcastle\tEntity-Destination\tit was he who threw rocks into the castle\ne1\te2\triffraff\tliars\tMember-Collection_reversed\tserious people flinch from being associated with the intellectual slum that is the bush campaign, with its riffraff of liars and aspiring ayatollahs\ne1\te2\tbook\tbattles\tMessage-Topic\tthe book relates epic battles between horses, wolves and the sheep herders and pasture dwellers\ne1\te2\theadaches\texhaustion\tCause-Effect_reversed\tlavender is excellent in the reatment of headaches from fatigue and exhaustion\ne1\te2\tdamage\tfire\tCause-Effect_reversed\tthe archbishop of york, dr john sentamu, visited the stoneyard to survey the damage caused by the fire\ne1\te2\tstrap\tpolyurethane\tEntity-Origin\tthe coordinating colorful strap is made from polyurethane\ne1\te2\tevidence\tbox\tContent-Container\tthe evidence was in a box in his patrol car, and started walking back toward it\ne1\te2\tmovies\trace relations\tMessage-Topic\tlee's movies have examined race relations, the role of media in contemporary life, urban crime and poverty, and other political issues\ne1\te2\tgrenade\tsock\tContent-Container\tthe grenade was found inside a sock sunday morning\ne1\te2\tinformation\tdatabase\tContent-Container\twe store the information in a database in a secure environment at our data center\ne1\te2\tcommunism\tdustbin\tEntity-Destination\tthe rest of the world has stuffed communism into the dustbin of history\ne1\te2\tagreement\tlaunchers\tMessage-Topic\tan agreement to limit strategic launchers was reached in vienna on june 18, 1979\ne1\te2\ttown\tfactory\tOther\tone of the most vivid portraits is that of brookie simmons, a white woman who fought to abolish child labor in a town factory\ne1\te2\tcanaille\tletters\tMember-Collection_reversed\tit was a total canaille of letters pencils and papers and things that had been placed once on my table and to be removed and tucked away elsewhere the next day\ne1\te2\tcase\tcase\tEntity-Destination\tthe corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was then put inside of another case that was decorated with details of their life and a mask of their face\ne1\te2\tfactories\tdeveloping countries\tEntity-Destination\tthe factories in developed countries are migrating into developing countries which have cheaper labors\ne1\te2\tjoy\thitting\tCause-Effect_reversed\tmy first encounter in my luxurious hotels casino was the sound of a woman behind the roulette wheels screaming for joy after hitting the 12225.00 jackpot\ne1\te2\tphilosophy\tnature\tOther\tit is a branch of philosophy dealing with the nature of beauty, art, and taste, and with the creation and appreciation of beauty\ne1\te2\ttrays\tbeaker\tEntity-Destination\tthe trays were placed into a mixed beaker of 4 drops ivory liquid\ne1\te2\teconomics\tworld\tOther\tour future leaders are learning about economics and politics from the real world\ne1\te2\thull\tship\tComponent-Whole\tat the second half of the 18th. century the hull of the sailing ship had been developed from the galleon to it's almost ultimate shape\ne1\te2\tstudents\tdisplay\tProduct-Producer_reversed\tin addition to the landscape display, the students have assembled a window display with the assistance of fortuna energy inc\ne1\te2\tstyle\tfeelings\tOther\tthis style of music reflected feelings and situations experienced in daily life\ne1\te2\twall\tfield\tOther\tlooked at from one side, the wall enclosed a barren sixty-acre field called the port of anarres\ne1\te2\tantler\tattachment point\tOther\teach antler grows from an attachment point on the skull called a pedicle\ne1\te2\tpresenter\torganization\tEntity-Origin\tthe final presenter was from an organization that deals with gender equality and women in climate change with a really long name that i didn't entirely catch\ne1\te2\tkidneys\thosts\tEntity-Destination\tthe kidneys were placed into wild-type hosts\ne1\te2\tbottle\tsoap\tContent-Container_reversed\ti have ruined the outside, when i mistakenly used a bottle with soap in it, instead of water\ne1\te2\tproducts\tlocations\tEntity-Destination\twe have exported products to domestic locations only\ne1\te2\tgarbage\tbin\tEntity-Destination\tthe garbage was thrown into the waste disposal bin\ne1\te2\tcells\ttumor\tEntity-Destination\tthe progenitor cells migrated into the tumor\ne1\te2\tstamp stock\tsafe\tEntity-Destination\tduring this time, her stamp stock was locked in a safe and no one else had access to it\ne1\te2\tincrease\trains\tCause-Effect_reversed\tthere was a serious increase in the acidity of the seas caused by the acid rains\ne1\te2\tacademic\thole\tProduct-Producer_reversed\tten years ago an indian academic knocked a hole through the wall of his laboratory so that children in the adjoining slum could play on one of his computers\ne1\te2\tcompany\tbenches\tProduct-Producer_reversed\ton eastern side the company has carved out 30-foot benches, known as \"mayan steps.\ne1\te2\ttalks\ttopic\tEntity-Destination\ttalks have moved into a new topic\ne1\te2\targuments\tthreat\tMessage-Topic\tone of her arguments addresses the very real threat that the women's struggle is being bypassed as the new social movement succeeds\ne1\te2\tviewer\tremote\tInstrument-Agency_reversed\tthe viewer wields the remote\ne1\te2\tlemon\tcake\tEntity-Origin_reversed\tthis frosted lemon cake is sweet and buttery with a wonderful citrus flavor that comes from adding both lemon zest and juice to the batter\ne1\te2\tfirebomb\tlot\tEntity-Destination\tthe suspect threw a firebomb into the church lot\ne1\te2\tring\tbag\tEntity-Destination\tthe diamond ring was dropped into a trick-or-treater's bag\ne1\te2\tfestival\talternative rock\tComponent-Whole_reversed\tlollapalooza is an annual music festival featuring alternative rock, hip hop, and punk rock bands, dance and comedy performances, and craft booths\ne1\te2\tbounding pulses\tarterial blood pressure\tCause-Effect_reversed\tbounding pulses are caused by the relatively low systemic arterial blood pressure due to the continuous runoff of blood from the aorta into the pulmonary artery\ne1\te2\tevents\tbooks\tEntity-Origin\tdetails in the curious george sequels refer to events from previous books\ne1\te2\tenrichment\textract\tOther\tenrichment of the soil with liquid seaweed extract has just enough of an alkaline effect that slugs hate\ne1\te2\tdeficits\tpackage\tCause-Effect_reversed\tthe deficits caused by the fiscal stimulus package end in 2011 and will help to sustain a fragile recovery in 2010, the deficits projected for the longer term are a threat to our economic future\ne1\te2\tcube\tblock\tContent-Container\ta small steel cube was found in a block of coal in austria\ne1\te2\tfindings\tparts\tComponent-Whole_reversed\tthe findings of the study have been narrated in three parts\ne1\te2\tsuffering\tbleeding\tCause-Effect_reversed\tthe suffering caused by the bleeding depends on where the arteriovenous malformation is located\ne1\te2\tcircle\tfallacies\tOther\tthe banks, in order to employ the government deposits, gave unusual accommodation to their customers, until, moving in a circle of fallacies, the whole colony dreamed of growing rich by selling to each other land which produced nothing\ne1\te2\tpantheon\tgods\tMember-Collection_reversed\tmax weber's 1922 opus, economy and society discusses the link between a pantheon of gods and the development of monotheism\ne1\te2\ttent\tframe\tComponent-Whole_reversed\ta tent assembly includes a tent frame, a top support frame mounted on top of the tent frame, and an umbrella frame connected to the top support frame\ne1\te2\tjungle\tautomotives\tOther\tmajor car manufacturers are launching more and more cars to attain the top position in this jungle of automotives\ne1\te2\tdrawing\tletter\tComponent-Whole\tthis text indicates that the drawing was enclosed in a letter to anna\ne1\te2\tgambol\tdancers\tOther\tthey have taken this from my trousseau when something rustles beyond the staggering gambol of the shadow dancers\ne1\te2\tbroom\tstick\tComponent-Whole_reversed\tthe mass on the whisk side of the broom is closer to the center of mass than the end of the broom stick\ne1\te2\tpoint\tpen\tComponent-Whole\tthe penholder is held between the thumb and first and forefingers, the thumb pressing upon the holder about two inches from the point of the pen\ne1\te2\tsubstance\tarea\tEntity-Destination\tthe substance is injected into the damaged area\ne1\te2\tcars\toverseas\tEntity-Destination\ti'm using a fast and safe way to import cars to overseas\ne1\te2\tanchor\tmicrophone\tInstrument-Agency_reversed\tfor example, a television anchor uses a microphone on their lapel\ne1\te2\tlady\tmonks\tEntity-Origin\tthis is a song from the musical i'm making, it's about where a young lady, the sacrifice, ran away from the monks\ne1\te2\tdivision\tgrenadiers\tMember-Collection_reversed\tin the second line, behind marshal soult, was first the division of united grenadiers, and on their left were the two divisions of marshal bernadotte\ne1\te2\tpatients\thospital\tEntity-Destination\tstroke patients have been entered into hospital for neuroprotection\ne1\te2\tpress release\tcounsel\tEntity-Origin\tthe press release from the respondent's counsel describing the settlement is here\ne1\te2\tprincipal\tcorporation\tMember-Collection\tthe principal is a member of the corporation (governing body) and is its main professional adviser\ne1\te2\tseeds\tbasket\tOther\tinstead of placing the seeds in a strainer basket, they were placed in a wet muslin or cheesecloth and hung up\ne1\te2\tcompany\tretail business\tOther\tour company has entered into the exclusive retail business and plans to open 60 retail stores in the country in the next 5 years\ne1\te2\tbillions\tnanotechnology\tEntity-Destination\tbillions of euro are invested into nanotechnology in europe\ne1\te2\tmarsupial\tpouch\tComponent-Whole_reversed\tthe marsupial pouch helps keep the young attached to a teat\ne1\te2\tdamage\tdestruction\tCause-Effect_reversed\tthe overall damage caused by the destruction of land and property for the wall's construction has taken many years to recover further\ne1\te2\teyeball\thead\tEntity-Origin\ter physicians trying to save an eyeball that has popped out of an accident victim's head\ne1\te2\tleaflets\timprovement\tMessage-Topic\tfirst great western is preparing to distribute thousands of leaflets on board its trains to inform customers about a major track improvement\ne1\te2\tpainting\tburgher\tMessage-Topic\tthe painting shows a burgher portrayed as a benefactor on the steps of his house on the oude delft canal\ne1\te2\trelationship\tcontroversy\tMessage-Topic_reversed\tthe relationship between gaelic and australian football is the subject of a controversy among historians\ne1\te2\tpain\trubbing\tCause-Effect_reversed\tthe pain he felt was caused by the plant rubbing against his capillaries\ne1\te2\tloans\tforeclosure\tOther\tthese loans are travelling into foreclosure significantly slower than conventional loans\ne1\te2\tfire\tblaze\tCause-Effect_reversed\tseveral blocks of flats caught fire after the blaze spread from a building site in sumner road\ne1\te2\tratings\tdeans\tProduct-Producer\tthey used prestige ratings obtained from academic deans, recruiters at firms, and prospective mba candidates\ne1\te2\tfire\tearthquake\tCause-Effect_reversed\tthe hawke's bay herald building was completely destroyed by the fire after the earthquake\ne1\te2\tsystem\tmodule\tComponent-Whole_reversed\tin particular, the system convinced the jury with its advanced speech recognition module and a successful dialog\ne1\te2\tperformer\tnewspaper\tInstrument-Agency_reversed\tthe performer briefly covers the window with a newspaper or jacket for 5 seconds\ne1\te2\tscenes\tpaintings\tMessage-Topic_reversed\ttea-related scenes form the subject of paintings and drawings\ne1\te2\tmethods\tsection\tMessage-Topic_reversed\tthe methods mentioned here are analysed in the next section\ne1\te2\tpedometer\tarm\tComponent-Whole_reversed\ta pedometer uses a spring loaded arm to measure the vertical movement\ne1\te2\tsmoke\tareas\tEntity-Destination\twinds have been blowing smoke from the fire into heavily populated areas\ne1\te2\tapartment\tbalcony\tComponent-Whole_reversed\tthe apartment comprises a large open plan reception room with direct access to a west facing balcony and stripped and polished floors\ne1\te2\tinjury\theart attack\tCause-Effect_reversed\twe seek to actually reverse the injury that has been caused by the heart attack\ne1\te2\tgardener\tfootwear\tInstrument-Agency_reversed\tit is easier to push the blade through the soil and is easier on the gardener's footwear\ne1\te2\tcylinder\trevolver\tComponent-Whole\tit was sean who first spun the cylinder of the revolver, put the eight-inch barrel to his head and pulled the trigger\ne1\te2\tbattlements\tfortress\tComponent-Whole\tthe towers and battlements of this fortress gleam brilliantly on the rare occasions when the sun appears\ne1\te2\tsentences\tsimilarities\tMessage-Topic\tthe important thing is to be able to write two or three sentences pointing out similarities and differences between the poems\ne1\te2\tsounder\tboar\tMember-Collection_reversed\ta very large sounder of boar emerges, racing across the bare ground between the grass and the waterhole\ne1\te2\tpaper\tbackpack\tEntity-Destination\the stuffed the paper into the bottom of his backpack\ne1\te2\techoing\tcommand\tCause-Effect_reversed\tthe echoing you see is from an expect command running after send has run\ne1\te2\ttimer\tbomb\tComponent-Whole\tluckily, the timer of the bomb had malfunctioned and it had not caused further damage\ne1\te2\tclause\tretiree\tMessage-Topic\tthe first clause states that the retiree is entitled to an annuity\ne1\te2\trun-of-the-mill\tworkers\tOther\tthey were your run-of-the-mill poultry workers and janitors, people whose chief crime was to cross a border, an arbitrarily line that determines who is rich and who is poor, who has rights and who doesn't\ne1\te2\twater\tnozzle\tEntity-Origin\tthe sprinkler spins because of the recoil as the water leaves the nozzle\ne1\te2\tfilm\tjourney\tMessage-Topic\tthis film documented the first journey of an european orchestra to iran after 30 years\ne1\te2\tadvertising campaign\tfilm\tMessage-Topic\tthe advertising campaign for the film also emphasized the supposed historical accuracy\ne1\te2\ttalent\ttelevision\tOther\tin the spring of 1950, the fcc issued a warning to the hollywood motion picture studios against withholding product and talent from broadcast television, in what motion picture exhibitors denounced as \"a bullying statement\"\ne1\te2\trouter\tcompany\tProduct-Producer\ttidal is a major departure for cisco, a switch and router company that in the last year has been on an acquisition binge buying a number of web 2.0 application firms\ne1\te2\tfood\tweeks\tOther\tthe undernourished kittens were 'rehabilitated' with ad libitum access to food from six weeks of age onwards, and eventually achieved normal body size\ne1\te2\tpaintings\tshapes\tMessage-Topic\tthese later paintings explore non-figurative shapes and textures within a bare compositional space\ne1\te2\tlymphedema\tswelling\tCause-Effect\tlymphedema is an abnormal build-up of fluid that causes swelling, most often in the arms or legs\ne1\te2\tmeal\twife\tProduct-Producer\tin some societies, it really matters to a husband that he comes back to a meal cooked by his wife\ne1\te2\tquantity\tsmelts\tMember-Collection_reversed\twithin it i found a large quantity of small smelts, besides prawns, shrimps, and a few small crabs\ne1\te2\tblood\tvessel\tEntity-Origin\tthe blood originates from an abnormal blood vessel that leaks or ruptures\ne1\te2\treligion\ttopic\tOther\treligion has become the hottest topic of study for united states historians\ne1\te2\tmechanism\tgoniometer\tComponent-Whole_reversed\tthe developed mechanism is composed of a dual coaxial high-precision goniometer, which has theta-in and theta-out axes with 0.0025\" resolution, and two crystal mounts connected to the rotation axes (fig. 1)\ne1\te2\tsignal\talgorithm\tCause-Effect_reversed\tsince the pn signal is generated by an algorithm, knowledge of the algorithm reveals the entire sequence\ne1\te2\tscience\tgeneration\tOther\tthis government views science simply as a tool for profit generation\ne1\te2\tstudents\tdonations\tInstrument-Agency_reversed\ttokay students cultivate plot of olive trees with the help of donations\ne1\te2\tdestruction\texpansion\tCause-Effect_reversed\targentina was the destruction of the natural grasslands caused by the expansion of the cropping frontiers starting in 1875\ne1\te2\tnecklace\tmaireeners\tComponent-Whole_reversed\tthe shells are maireeners but of different species; the 1802 necklet was made with king or queen maireeners, the 1830s necklace with small maireeners\ne1\te2\trailing\tship\tComponent-Whole\tan old lady was standing at the railing of the cruise ship holding her hat on tight, so that it would not blow off in the wind\ne1\te2\tsinger\tprison\tEntity-Destination\ta famous singer was sent to prison\ne1\te2\tfellowship\tartisans\tMember-Collection_reversed\tthey rail against the coffeehouse fellowship of the artisans and others\ne1\te2\tsex\tworks\tMessage-Topic_reversed\tthe themes of sex, death and growing older are explored in new works by poet mark doty\ne1\te2\theadphone\tcable\tComponent-Whole_reversed\tthe device is the best solution for headphone cable knots on your mp3 player\ne1\te2\tspan\tmules\tMember-Collection_reversed\tcornelius gingerich sold a span of mules to jake ayers of wellman last week\ne1\te2\tsteel\tmill\tProduct-Producer\tproduction of raw steel by the steel mill also dropped by 63104 tons and the same was the case in other products excluding coke\ne1\te2\tromances\tscribe\tOther\tthis dissertation examines four romances copied by the scribe himself\ne1\te2\tdaggerboard\tboat\tComponent-Whole\tthe current was quite strong and i was having difficulty swimming over to the daggerboard of the boat which was now sticking out of the water\ne1\te2\tenergy\tsource\tEntity-Origin\tthe energy is derived from an external power source\ne1\te2\tscheme\texample\tMessage-Topic_reversed\tthe scheme is illustrated with the following example\ne1\te2\tplump\tmoorhens\tMember-Collection_reversed\tearlier on our trip, where the seawall between two backyards was missing, jennifer and i spotted a plump of moorhens living in the void\ne1\te2\tparasites\tcousins\tEntity-Destination\tthe commercial bees are spreading parasites to their wild cousins\ne1\te2\tconfederacy\traces\tMember-Collection_reversed\tthese aliens were the covenant, a confederacy of various races brought together by their fanatical religious devotion\ne1\te2\tphilosopher\tdialogues\tProduct-Producer_reversed\tthat claim is however exploited in the philosopher's dialogues\ne1\te2\tcentrifuge\trotors\tComponent-Whole_reversed\the operated the centrifuge with rotors and buckets which show signs of corrosion or mechanical damage\ne1\te2\tcouncil\tadvisors\tMember-Collection_reversed\tin september 2001, idrc created a council of regional advisors for west and central africa\ne1\te2\tswarm\tbees\tMember-Collection_reversed\tpart of new york city became an \"urban jungle\" -- as a swarm of bees descended on the busy union square park area\ne1\te2\tmeeting\tplateau\tOther\tnepala cabinet held a chilly outdoor meeting on a mount everest plateau today\ne1\te2\tdeveloper\tadministration\tOther\tthe java developer has moved into weblogic administration\ne1\te2\tdeath\trelocation\tCause-Effect\tthe death of the rat caused the relocation of the flea, and if its next host just happened to be a human, then contagion was the result\ne1\te2\tcluster\tbees\tMember-Collection_reversed\tthe crowd congregating near the dwelling reminded one man of \"a huge cluster of swarming bees extending far back\ne1\te2\tjobs\tschools\tEntity-Destination\t200 it jobs are going into schools in victoria\ne1\te2\tproducers\tscallops\tOther\tproducers planted the frozen scallops that led to spike's elimination from top chef\ne1\te2\tcopper\ttissue\tEntity-Destination\tin an experiment, proteins successfully transported copper into the tissue\ne1\te2\tfirm\tteam\tOther\tthe firm assembled a project team consisting of the authors of this paper to develop its onstar telematics business\ne1\te2\tdirectors\tfilm\tProduct-Producer_reversed\tmany directors adapt a story from another medium such as a book, play, or game into a film, with varying results\ne1\te2\tinjury\tintoxication\tCause-Effect_reversed\tthe injury or death was caused by the intoxication and the employee shall be barred from receiving workers' compensation\ne1\te2\tmouse\tbuttons\tComponent-Whole_reversed\tthe mouse has left and right buttons on top, 4-direction scroll ball between them\ne1\te2\texperiences\tinterview\tMessage-Topic_reversed\tkit hinrichs talks about his experiences in a recent interview for the one club\ne1\te2\tmother\tcar\tInstrument-Agency_reversed\ta drunk mother who killed her fiance by running him over with her car outside a pub was jailed for three years today\ne1\te2\theadaches\tperfume\tCause-Effect_reversed\ti suffer from headaches from perfume and any other toxic thing i get to smell\ne1\te2\tempathy\tpoetry\tEntity-Destination\tthe students poured their empathy into startling poetry\ne1\te2\tbook\tmovie\tOther\tthe book departs from the movie in several respects, but eggers does an excellent job taking us inside max's head and motivations\ne1\te2\tuser\tkeyboard\tInstrument-Agency_reversed\t\"menuactivate\" occurs when the user accesses the menu with the keyboard or mouse\ne1\te2\ttote\tbag\tOther\twhen opened to its tote bag form, it looks like a unsubstantial tote bag with a compartment for the umbrella\ne1\te2\torganist\tchurch\tEntity-Origin\tthis week the organist was from nearby trinity episcopal church, and he did a wonderful job\ne1\te2\tale\ttankard\tContent-Container\ti love to sup an ale in a tankard by a blazing fire on a coldly day\ne1\te2\tportfolio\tterritory\tEntity-Destination\ttakeovers have taken ted's portfolio into new territory\ne1\te2\tpathologists\texamination\tInstrument-Agency_reversed\tthe pathologists perform study of disease through examination of organs, fluids and tissues of the body\ne1\te2\ttrain\tstation\tEntity-Origin\tthe day was declared a public holiday, and at noon the train started from the gaily decorated station\ne1\te2\tsnacks\tmovie theaters\tEntity-Destination\tthe customers are bringing snacks to the movie theaters\ne1\te2\tpromises\tleaders\tProduct-Producer\twe hear promises from our leaders of big change in the future, without any credible plans right now\ne1\te2\tincreased pressure\ttumor\tCause-Effect_reversed\tthese changes can be caused by the tumor itself, by increased pressure within the skull caused by the presence of the tumor\ne1\te2\tharem\tconcubines\tMember-Collection_reversed\the was married twice, and after his second marriage he kept in the sight and knowledge of everybody a harem of concubines\ne1\te2\tvessel\tnitrogen\tEntity-Destination_reversed\tthe stainless-steel vessel was filled with nitrogen, and the pressure in the outer volume of the chamber was kept steady\ne1\te2\tcomments\tdecision\tMessage-Topic\ti have read the comments made by micheal hortin with regard to this decision and would like to make the following observations\ne1\te2\tscript\tperson\tMessage-Topic\twhile the slide was presented, an audio-recorded biographical script was played describing the person\ne1\te2\tmob\twomen\tMember-Collection_reversed\ttyra banks and mob of women took over the streets of union square monday (aug 17) in new york city as they \"flash danced\" for a taping of the tyra banks show\ne1\te2\tdrug\tdeath\tCause-Effect\tinstead, the doctor had administered a drug which had caused the eventual death of the child\ne1\te2\tturtle\tmouth\tComponent-Whole_reversed\tthe turtle was slowly pushing the jellyfish in front of his mouth (in the manner of a water-polo player controlling a ball), keeping his prey steady with his flippers\ne1\te2\tcovert\tcoots\tMember-Collection_reversed\tlike magic, a covert of coots arrives to feed on whatever there is in the lake bottom\ne1\te2\tcrashes\tcollapse\tCause-Effect\tthe crashes resulted in the collapse of much of the world trade center complex, the destruction of part of the southwest side of the pentagon\ne1\te2\thaft\taxe\tComponent-Whole\tthe haft of the axe is make of yew wood\ne1\te2\tarm\tcross\tComponent-Whole\tthe smallest star was completely inside the arm of the blue cross\ne1\te2\teyes\thead\tComponent-Whole\tthe cat's large and prominent eyes are placed well forward on the head and, like the eyes of humans, they face forward\ne1\te2\tcondition\tliterature\tMessage-Topic_reversed\tthe condition was previously described in the literature\ne1\te2\tletter\ttrunk\tContent-Container\tfinally, they found out that the letter was in a trunk in her mother's attic\ne1\te2\taccident\tinjury\tCause-Effect\tthe fact that you actually caused an accident that resulted in injury or death gives them the justification they need to prosecute you to the fullest extent of the law, and seek the toughest penalties possible\ne1\te2\tcanaille\tcourtiers\tMember-Collection_reversed\tin the chambre de offering, where the service bed was placed, immutable persons, such as ambassadors or great lords, whom it was desired to honesty, were received in a more covert dernier cri than the canaille of courtiers\ne1\te2\twater\tconnecting conduit\tEntity-Destination\tthe machine blows water into the connecting conduit\ne1\te2\tloan fees\tset interest\tEntity-Destination\tthe loan fees were added into the set interest\ne1\te2\tcub\thome\tEntity-Origin\tafter the distraught cub runs away from home, a mischievous storyteller called bonifacio sweet-talks him into performing on stage\ne1\te2\tfloodlights\tpower outage\tCause-Effect\twith bummer gone for the night the groms decide to surf at night with the help of floodlights, but the floodlights cause a power outage for the entire hotel\ne1\te2\tsummary\ttable\tComponent-Whole\ta summary of the procedure appears in the table\ne1\te2\tintruders\torganisation\tEntity-Destination\tintruders are going into the organisation looking for key documents\ne1\te2\tpainting\tlayers\tComponent-Whole_reversed\teach painting is built up of many layers over time, thin transparent layers are juxtaposed with thicker juicier layers of paint\ne1\te2\tinflammation\tvirus\tCause-Effect_reversed\tan inflammation of the liver caused by the hepatitis a virus (hav)\ne1\te2\tauthors\tbook\tProduct-Producer_reversed\tthe authors produced a high quality book that is an important reference source whenever i need to undertake strategic planning\ne1\te2\tbrake\tcables\tComponent-Whole_reversed\tit is a relatively simple task to lubricate your brake cables periodically\ne1\te2\tloss\tfailure\tCause-Effect_reversed\tthe conclusion of the investigation was that the loss was caused by a failure in a cell wall, resulting in a serious crack and a leakage that the pumps were not able to cope with\ne1\te2\ttalk\tgraphs\tMessage-Topic\tthe talk considers graphs and multi-graphs as a subject of knowledge\ne1\te2\ttsunami\tearthquake\tCause-Effect_reversed\tthe tsunami was generated by an unusual type of earthquake that occurs near oceanic trenches\ne1\te2\tprisoners\tjail\tEntity-Origin\tthe prisoners escaped from an older part of the jail\ne1\te2\tfish\tshoal\tMember-Collection\tthis fish lives in shoal of 150 to 900\ne1\te2\tfirefighters\tpaint\tInstrument-Agency_reversed\tfirefighters mark hydrants that work okay with spray paint\ne1\te2\tlizard\texcrement\tProduct-Producer_reversed\tin 2009, daniel bennett began litigation against the university of leeds for it having disposed of 5s 7lbs of lizard excrement he had meticulously collected\ne1\te2\tinspiration\tjob\tEntity-Origin\tthe inspiration came from a temp job he once had that involved alphabetizing purchase orders and a job he had as an engineer for three months\ne1\te2\tstudent\tsession\tOther\teach student is a participant in a web conferencing session\ne1\te2\tcable\tinsulation\tComponent-Whole_reversed\ta portion of the ethernet cable 's outer insulation is in the connector as well\ne1\te2\tkey\tplanter thing\tContent-Container\tthe key was inside a planter thing we had hanging near the door\ne1\te2\textinction\thunting\tCause-Effect_reversed\taround the globe, unique and fascinating species face extinction from hunting and habitat destruction, which affects vulnerable animals in every kind of environment\ne1\te2\tpeople\tfeelings\tOther\tmost people are familiar with feelings of anxiety\ne1\te2\tgun\tnail\tInstrument-Agency_reversed\tthe nail gun drives the nail using a single rapid stroke so that heat is generated by friction between the nail and the wood\ne1\te2\tdoor\tcottage\tComponent-Whole\tas he was mulling over his options, the front door of the cottage opened and someone stepped out\ne1\te2\tbook\tthemes\tMessage-Topic\tthe book involves the reader in many other themes of vital relevance to everyone\ne1\te2\tcombination\tresources\tOther\tcapacity is the combination of human resources and institutions that permits countries to achieve their development goals\ne1\te2\tworkers\tupper part\tEntity-Origin\tthe workers fell from an upper part of the roof to a lower part\ne1\te2\tcomposer\thead\tComponent-Whole_reversed\tfrequently, the librettist hasn't had an inkling of these feelings, for they are all in the composer's head\ne1\te2\titems\tyesterdays\tEntity-Origin\tin swahili, jana means yesterday; so here are some items from her yesterdays\ne1\te2\tteam\tseason\tOther\tthe team finishes the season with a 9-11 record, just short of tournament contention\ne1\te2\tcopy\tfirm\tOther\tit became an obsession but, frustrated at every turn, he eventually made do with a copy made by a family firm in nottingham\ne1\te2\tflag\tcorpse\tEntity-Origin\tthe flag randomly popped out of an enemy's corpse\ne1\te2\tdamage\teffects\tCause-Effect_reversed\tbut the most damage has been caused by the corrosive effects of wind and water\ne1\te2\tscene\tmeeting\tMessage-Topic\tthe first scene shows a meeting between axel and a tramp in the street at night-time\ne1\te2\tfueltruck\tbox\tContent-Container\tthe fueltruck was contained in a large box to ensure that any spilled diesel would be contained\ne1\te2\tsheet\tstudent\tProduct-Producer\tone of the requirements of the portfolio is a goal sheet, which is completed by the student\ne1\te2\tsun\tpillow\tEntity-Origin\tthe sun emerged from the pillow of white clouds\ne1\te2\tbook\tdevelopment\tMessage-Topic\tthe central theme of the book is the development of the idea of congruence\ne1\te2\tsnake\tjar\tContent-Container\tafter the snake was in a jar for a few minutes, it ceased the letisimulatory posturing and appeared normal\ne1\te2\trice\tbeer\tEntity-Origin_reversed\trice beer is a famous asian country's drink, especially in japan\ne1\te2\tbody\tpathologists\tMember-Collection_reversed\ti feel honored to have been awarded this scholarship, since it comes from the governing body of pathologists, which decides who is worthy and who they think will progress to become successful in this field\ne1\te2\tpleiad\tpoets\tMember-Collection_reversed\ttheocritus was born in syracuse, sicily, spent time on the island of kos and was also a member of the pleiad of alexandrian poets under ptolemy ii in alexandria\ne1\te2\tfactory\tequipment\tProduct-Producer_reversed\tthe years of the first postwar five-year plan saw a vigorous rise in the factory's output of equipment for the chemical, metallurgical, coal and petroleum industries\ne1\te2\tcity dwellers\tabominations\tOther\tthese city dwellers have sunk into abominations\ne1\te2\tmanager\tfirm\tOther\tthe model describes the relationship between a government and the manager of a firm which produces a pure public good, under private or public ownership\ne1\te2\tescargotoire\tsnails\tMember-Collection_reversed\ti will need a stevyn sized box as i have more mucus than an escargotoire of giant african land snails\ne1\te2\tdriver\tcar\tInstrument-Agency_reversed\tputting a first time learner in the driver's seat of a car is a scary proposition\ne1\te2\tshampoo\tbottle\tContent-Container\tthe 2 in 1 shampoo and conditioner was in a bottle fixed on the shower wall\ne1\te2\tinsights\tdiversity\tMessage-Topic\tthis study has added insights into the diversity as a phenomenon in nursing and has implications for the nursing profession\ne1\te2\tbrutality\tplantation life\tOther\tbrutality was an intrinsic part of plantation life and no child, however privileged or protected, could escape its ugliness or it savagery\ne1\te2\tturbine\tplant\tProduct-Producer\ta unique \"red and green\" army of trade union and environmental campaigners was on the march in an attempt to save from closure britain's only major wind turbine manufacturing plant\ne1\te2\tfigure\tcamera\tEntity-Origin\tin his running film (1972), each shot lasts for ten seconds while a figure runs away from the camera as far as he can in the time\ne1\te2\tpolice\tsurveyor\tOther\tthe police told an open government surveyor it \"doesn't give out the records\"\ne1\te2\tmovement\trediscovery\tCause-Effect\tthe movement developed from the rediscovery by european scholars of many greek and roman texts\ne1\te2\tfireman\treport\tProduct-Producer_reversed\tthe fireman's report for the afternoon of january 11th stated the banbury seam to be in good condition with no gas and good ventilation\ne1\te2\tbirds\tparent\tEntity-Origin\tthe albinistic birds are descended from an albinistic parent for in all these years that i have been observing these abnormal birds\ne1\te2\tmycelia\ttruffles\tComponent-Whole\tthe mycelia of truffles form symbiotic relationships with the roots of several tree species\ne1\te2\ttank\tcylinder\tComponent-Whole_reversed\tan expansion tank has a vertically set up cylinder with a float therein, which forms a separating element between water and gas in the cylinder\ne1\te2\tdilatation\tnerves\tCause-Effect_reversed\tthe vascular dilatation was caused by the sympathetic and the course of vaso-motor nerves\ne1\te2\trill\terosion\tCause-Effect_reversed\tsheet and rill erosion is considered to be the most harmful of all soil erosion forms since it may be unnoticed or ignored by the peasant\ne1\te2\tengine\tpistons\tComponent-Whole_reversed\tengine pistons transmit the force generated by the combustion gas to the connecting rods\ne1\te2\tclique\tgirls\tMember-Collection_reversed\ta young girl tries to fit in with a clique of popular middle school girls after moving into the guest house of one of their homes\ne1\te2\tsorority\tmisfits\tMember-Collection_reversed\tnaturally, they get taken in by a sorority of misfits who teach them that what's on the inside is more important than being cute\ne1\te2\tfoot\trunning shoe\tContent-Container\tthe foot was inside a white nike running shoe\ne1\te2\tcoalition\tcheetahs\tMember-Collection_reversed\texpecting the lion to come out of the bushes at any moment, we were surprised to see a coalition of male cheetahs instead\ne1\te2\tcards\tbox\tContent-Container\twe store the cards in a matching box\ne1\te2\tnest\tgrass\tOther\tthe female constructs a nest of grass in a hollow on the ground\ne1\te2\tproblem\twidgets\tCause-Effect_reversed\tthe problem comes from the widgets resembling htc's own sense ui widgets\ne1\te2\tfish\tspace\tEntity-Destination\tnasa have also taken fish into space\ne1\te2\tsoldier\tarmy\tMember-Collection\tthe average soldier joins your army for the pay, and if you cannot pay him he will walk away and go back to get a job as a farmer or laborer\ne1\te2\tkids\tsack\tOther\tthe kids get to hop around in a sack or pillowcase\ne1\te2\tadvantages\tposition\tOther\tmore important advantages are related to the position of a left-handed first baseman with respect to the base\ne1\te2\tboat\tport\tEntity-Origin\tthe boat had set sail on wednesday from the port of kotorr (monte negro) and was making to southern coast of italy\ne1\te2\tmage\tspells\tInstrument-Agency_reversed\tthe mage blasts the foe with spells and the knights ride up the flank and hammer the enemies' sides\ne1\te2\tsewage\triver\tEntity-Destination\tso far this year, the city has dumped sewage into the river more than 500 times\ne1\te2\tblock\tparking structure\tComponent-Whole_reversed\tthe northern half of the block includes a parking structure with five levels\ne1\te2\treport\tevents\tMessage-Topic\ta family report on hope's website gave details of the morning's events\ne1\te2\toccupants\tproperty\tEntity-Origin\tthe owner returns the amount paid by way of guarantee deposit, within 31 days after the occupants' departure from the property\ne1\te2\tticking\tfibers\tEntity-Origin\tmost ticking is made of synthetic fibers like polyester, or acrylic\ne1\te2\tpizza\tcardboard box\tContent-Container\tthe pizza was contained in a large, recyclable cardboard box, and the sugar was packaged in a recyclable paper bag\ne1\te2\tentrance\tsupermarket\tComponent-Whole\tone of the guards at the entrance of the supermarket said it had been the same scenario on saturday with a long queue for sugar being the order of the day\ne1\te2\tpainting\ttrunk\tContent-Container\tthe painting was in a trunk next to the bed\ne1\te2\tbattery\ttests\tMember-Collection_reversed\tthus, the interpretation of a battery of psychological tests depends on who does the interpreting\ne1\te2\tstrategy\tissues\tMessage-Topic\tin this strategy we set out the main issues, priorities and tasks\ne1\te2\tfire\toverheating\tCause-Effect_reversed\tthe fire is caused by overheating of connections, which is cause by its turn by poor ohmic contact\ne1\te2\tsubject\tfoot\tComponent-Whole_reversed\tthe subject first moves a foot in order to take a step\ne1\te2\tdelays\tpolicy\tCause-Effect_reversed\tfigure 9 shows the average delays obtained with this policy as compared with those of the previous subsection\ne1\te2\tbench\tbishops\tMember-Collection_reversed\tby the end of 1559 the whole bench of catholic bishops had been replaced\ne1\te2\ttrip\tgoats\tOther\tthe trip of two mountain goats to was also a subject for discussion\ne1\te2\texplosion\tcomet\tCause-Effect_reversed\tspace shuttle science shows how 1908 tunguska explosion was caused by a comet\ne1\te2\tmelee\tinfluences\tMember-Collection_reversed\tthe result is an exciting melee of influences, all bound together by the unswerving class and charisma of kinny's persona\ne1\te2\tfume\tsensitization\tCause-Effect\tcobalt metal fume and dust cause upper respiratory tract irritation, chronic interstitial pneumonitis, and skin sensitization\ne1\te2\tbarchan\tbarchan\tEntity-Origin\tthe leeward barchan runs away from the windward barchan because of the inverse relationship between velocity and height\ne1\te2\tintoxication\tdrug use\tCause-Effect_reversed\tevery child and young person seen at starship with intoxication from alcohol or illicit drug use had a social work assessment before leaving the hospital\ne1\te2\tcoffees\tspecies\tEntity-Origin\tparadise coffee is one producer that offers several coffees produced by different species of beans\ne1\te2\tpack\tclothing\tContent-Container_reversed\taccompained by two seneca indians, he set out on snow shoes with a forty pound pack of clothing and books to traverse that long and perilous trail\ne1\te2\tsound\tannouncements\tEntity-Destination\twe inserted some sound into the blackboard announcements\ne1\te2\tambush\ttigers\tMember-Collection_reversed\tonly then did i notice an ambush of tigers pacing us on the far shore\ne1\te2\tradionuclides\tstainless steel\tEntity-Destination\tthus, during long-term operation of a reactor with a sodium coolant, the radionuclides migrated into stainless steel up to a depth of i00-ii0 ~m\ne1\te2\ttitle\tmyth\tEntity-Origin\tthe title originates from an ohioan urban myth\ne1\te2\tphotos\tevents\tEntity-Origin\tthe photos from past events were printed and on display in the fellowship hall for several weeks during the 60th anniversary celebration in sept 2006\ne1\te2\tsantur\tbark\tOther\tthe original santur was made with tree bark, stones and stringed with goat intestines\ne1\te2\taccident\tshows\tMessage-Topic_reversed\tthe second accident was reported on radio and television morning shows\ne1\te2\tplace\tdesk\tOther\this place was in the desk in front of me\ne1\te2\tboat\tmainsail\tComponent-Whole_reversed\ta sailing boat has the large mainsail, a smaller foresail and perhaps a large balloon-like spinnaker at the very front\ne1\te2\tchief executive\tcorporation\tOther\tsome time in 2002, the chief executive of this corporation sought and received board approval to construct a modern training school for its staff\ne1\te2\tbottle\twater\tContent-Container_reversed\ti gave him a bottle with very cold water in it yesterday because it was so hot out when i took him for a walk\ne1\te2\tstudy\tflowering plants\tMessage-Topic\tthe new study provides insight into how the first flowering plants evolved from pre-existing genetic programs found in gymnosperms\ne1\te2\tvictim\tperpetrators\tEntity-Origin\tthe victim ran away from the perpetrators so quickly, he ran out of his shoes\ne1\te2\tpeople\tlanguage\tInstrument-Agency_reversed\tafter this preliminary identification of the hittite people and their language, we had more confidently approach the story of their rise to fame\ne1\te2\tgroup\tfacility\tEntity-Origin\tupon completion of the activity, the employee supervises the exit of the group from the facility\ne1\te2\ttrain\ttruck\tEntity-Destination\ta train ran into a truck, leaving 14 dead\ne1\te2\tmuscles\tbody\tComponent-Whole\tmuscles are the parts of the body that allow us to move in positions such as sit, stand, walk, run, bend, and reach\ne1\te2\ttool\tartists\tInstrument-Agency\tthis website is the best tool for artists, labels and fans alike\ne1\te2\thook\tcrane\tComponent-Whole\tthe mobile crane can be used for demolition or earthmoving as the hook at the end of the crane can be changed to a ball or wrecking bucket, dependent on the crane hire job\ne1\te2\troom\tshower\tComponent-Whole_reversed\tthe room includes a queen bed, shower and tub and sitting room with sofa bed\ne1\te2\tleader\tmachine\tOther\tover much of the past decade, the leader has methodically fashioned the party into a re-election machine\ne1\te2\ttrash bag\tmoney\tContent-Container_reversed\toh, so this was all about a trash bag with money in it\ne1\te2\tcoins\tsack\tEntity-Destination\ti went to a bank and got $100 worth of pennies in those rolls, emptied them out, then put all the loose coins in a sack, and delivered them to mr. giles's office at the league headquarters in carew tower\ne1\te2\tship\tharbour\tEntity-Origin\tas the ship drew from the harbour more, the helmsman turned 'round easily\ne1\te2\tfilms\tman\tMessage-Topic\tthe most successful action films were about a man called \"rambo\"\ne1\te2\tpollution\tburing\tCause-Effect_reversed\twith the pollution caused by the buring of coal, the light-colored tree trunks became darker due to soot\ne1\te2\tdish\tsardines\tOther\the stirred the oil, garlic and cumin seeds together in a dish large enough to hold the sardines in a single layer\ne1\te2\tmedia\tartery\tComponent-Whole\tthe media is the middle part of the artery, made up of a layer of muscle and elastic tissue\ne1\te2\texposure\tconvulsions\tCause-Effect\tcontinued exposure to higher concentrations of the gas cause disorientation, convulsions, unconsciousness and death\ne1\te2\tbed\tclams\tMember-Collection_reversed\ti was hoping to find yet another bed of clams, but no luck\ne1\te2\trefuges\tregion\tEntity-Destination\tthe war refuges migrated into the southern region to avoid battles\ne1\te2\tswarm\tants\tMember-Collection_reversed\ta swarm of ants in the search for food shows the remarkable capability of finding shortest paths between a found food source and the anthill\ne1\te2\tmoney\tcancer research\tEntity-Destination\tthe scientists poured money into pint cancer research\ne1\te2\tprogramme\tadventures\tMessage-Topic\tthe programme depicts the adventures of a mysterious, humanoid alien\ne1\te2\tstudies\tproof\tCause-Effect\tthese chemical studies were directed toward proof of structure of the indole components of the seeds\ne1\te2\triot\tclergy\tCause-Effect_reversed\tthe riot was instigated by the clergy of the church of england with the active support and collaboration of the magistrates\ne1\te2\tscene\tmovie\tComponent-Whole\tthe skydiving scene was the best part of the movie\ne1\te2\tfarm\tforestry\tOther\tthe farm is participant in forestry and there have already been planted around eight thousand plants\ne1\te2\tdiscomfort\tointment\tCause-Effect_reversed\tbut the discomfort caused by the ointment and the duration of treatment often result in non-compliance\ne1\te2\tmenopause\tanxiety\tCause-Effect\tmenopause and pms cause stress and anxiety even without imbalanced hormones\ne1\te2\tarrest\tweeks\tOther\tthe arrest completes a dismal past five weeks for the 25-year-old\ne1\te2\tshuffle\tbureaucrats\tMember-Collection_reversed\talong with the terracotta army, comes a shuffle of terracotta bureaucrats: identified by the knives hanging from their belts, which would have been used to correct mistakes written on strips of bamboo\ne1\te2\tkillings\tfiring\tCause-Effect\tthe killings resulted in indiscriminate firing by unknown people in garden area of the city\ne1\te2\tpublication\tviolations\tMessage-Topic\tit is an online publication dedicated to informing the world about the numerous state violations of citizens' rights\ne1\te2\tcow\tsound\tCause-Effect_reversed\tthe cow makes a sound called lowing, also known as mooing\ne1\te2\tletter\tpocket notebook\tContent-Container\tfinally, they found out that the letter was placed inside a pocket notebook that donna owned\ne1\te2\tplan\tstudy committee\tProduct-Producer\tthe dissolution plan has been presented by the special study committee that was responsible for producing it\ne1\te2\tflashes\ttugging\tCause-Effect_reversed\tflashes are caused by the vitreous gel tugging on the retina\ne1\te2\tcountry\tplant\tProduct-Producer_reversed\tthe country has constructed a thermal plant in takoradi to supplement its power supply needs\ne1\te2\tscrew\tmagnet\tComponent-Whole\tnext, i adjusted the screw of the lifter magnet to be about 20mm above the top surface of the adjustable arm\ne1\te2\tsingle\tbin\tContent-Container\tthe scorpio single was in a bin with around 6 zillion 45s\ne1\te2\tson\ttemples\tEntity-Destination\the took his son to the ancient temples in cambodia\ne1\te2\twing\tplanes\tMember-Collection_reversed\tthe first fighter wing of these planes is already in service\ne1\te2\tillness\tbacteria\tCause-Effect_reversed\tinformation about salmonellosis, an illness caused by a bacteria found in raw food, soil, or water\ne1\te2\tbook\tgentleman\tOther\tin the book, a distinguished country gentleman becomes a knight after reading too many chivalric novels\ne1\te2\tdisease\thardening\tCause-Effect\tnatural liver cirrhosis treatment liver cirrhosis is a degenerative inflammatory disease that results in hardening and scarring of liver cells\ne1\te2\tdesigner\ttool\tInstrument-Agency_reversed\tthe game designer also uses a very specific tool for his work\ne1\te2\tmoney\tbasket\tEntity-Destination\tmany investors' funds are pooled together and the fund managers invest all the money in a diversified basket of investments\ne1\te2\tvase\tflowers\tContent-Container_reversed\tthe brochure shows, in one embodiment, a vase with flowers inside a \"cut flower\" sleeve with the sleeve tied with a ribbon about the neck of the vase\ne1\te2\tdesign\tmonkey\tProduct-Producer\tthe sun displayed a design by a macaque monkey\ne1\te2\tname\tbox\tContent-Container\teach person's name was in a box\ne1\te2\tbaby\tintensive care\tOther\tthe day-old baby was taken into intensive care\ne1\te2\ttrucks\tparts\tComponent-Whole_reversed\tthe trucks are comprised of smaller parts, including axles, bushings and kingpins\ne1\te2\tstudent\triver\tEntity-Destination\tan american student fell drunkenly into the city's main river\ne1\te2\tgases\tevaporation\tCause-Effect\tand these gases cause evaporation of water from sea and soil\ne1\te2\tjewels\tcasket\tEntity-Destination\tshe put her jewels back in the casket, and dressed herself in the plain black gown\ne1\te2\tgyrus\thippocampus\tComponent-Whole\tthe dentate gyrus is a part of the hippocampus, the main memory structure, and has been shown to play a role in the forming of new memories\ne1\te2\tbolus\tports\tEntity-Destination\tbolus was injected into ports above the filter set\ne1\te2\tconcrete\tcement\tEntity-Origin\tconcrete is made from cement, aggregates (gravel and crush- ed stones) and water\ne1\te2\tclergy\tdenominations\tOther\tcongregational clergy of various denominations were surveyed to assess their understanding and experience of trauma\ne1\te2\tspring\thammer\tComponent-Whole\tthe small spring of the percussion hammer then forces the latter downward into the head of the striker, thus firing the mine\ne1\te2\tmedication\ttingling\tCause-Effect\ti am currently taking a medication which causes tingling in my hands and feet, but i also have vitamin d deficiency r/t hyperparathyroidism and my calcium is up and down\ne1\te2\tinvestment\tmarkets\tEntity-Destination\tinvestment flows into emerging markets\ne1\te2\tdust\tregions\tEntity-Destination\tthe mechanism transported dust into shadowed regions\ne1\te2\tbratpack\tteenagers\tMember-Collection_reversed\tboth are driven to play a leading role in the five-strong bratpack of teenagers who have the game's future in their hands\ne1\te2\tplight\tdwellers\tEntity-Destination\tsqueezed growers have put plight to the city dwellers\ne1\te2\tbuckling\tearthquake\tCause-Effect_reversed\tbut by far the most frequent tsunami-maker is the buckling of the seafloor caused by an undersea earthquake\ne1\te2\tperson\tvinegar\tInstrument-Agency_reversed\tto use it, a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area\ne1\te2\tblog\tpolitics\tMessage-Topic\ta political blog is a common type of blog that comments on politics\ne1\te2\tmouth\tperson\tComponent-Whole\tso, it is quite possible for \"nonviolence\" and \"grave violence\" to slip back and forth in the mouth of the same person\ne1\te2\tpain\tstroke\tCause-Effect_reversed\ta magnetic bracelet helps the pain from stroke in your arm\ne1\te2\thumiliation\ttrial\tCause-Effect_reversed\tdalindyebo r900-million and the tribe a further r80-billion in compensation for the humiliation caused by the monarch's criminal trial\ne1\te2\twar\tdevolution\tMessage-Topic\ta war of words erupts between sinn fein and the dup over the devolution of policing and justice powers to northern ireland\ne1\te2\tapplicant\tcountry\tEntity-Origin\tthe duration of the visa is estimated from the first exit of the applicant from the country after issuance of the visa\ne1\te2\thatch\tmayflies\tMember-Collection_reversed\ta few crappie on tuesday (june 24) were found among flooded willow trees, presumably feeding on the recent hatch of mayflies (willow flies) that occurred on sunday and monday\ne1\te2\tstring\tpearls\tComponent-Whole_reversed\ther bathing suit was pulled off her shoulders and her back, a ruddy, orange brown, set off by a string of creamy pearls, shone in the sun\ne1\te2\torder\tclergy\tMember-Collection_reversed\tby tacit approval, an order of preaching heretics who deny the infallibility of the bible, an order of drunken and adulterous clergy, are permitted, and are at this moment holding benefices and preaching in the church of england\ne1\te2\tpig\tsnout\tComponent-Whole_reversed\tthe pig rooted around in the dirt with its snout\ne1\te2\tcoterie\tadvisers\tMember-Collection_reversed\tthe government spent nearly 10m euro of taxpayers' money this year to cover the salaries of the ever-increasing coterie of special advisers\ne1\te2\tconstellation\tsatellites\tMember-Collection_reversed\tindia plans to build a constellation of seven geo-stationary satellites at a cost of rs 1,600 crore to meet the navigational system requirements in cars, trains and aircraft\ne1\te2\tcycle\tmonths\tOther\tthe sales cycle has shortened from several months to weeks\ne1\te2\tblade\thaft\tComponent-Whole\talexandros caught blade by the haft as it fell\ne1\te2\tstudy\tpaper\tOther\tthe study on which this paper is based was prompted by concerns about marking standards\ne1\te2\tphone\toperator\tInstrument-Agency\tbefore heading down the phone operator career path, you need to examine whether you possess the skills for this type of position\ne1\te2\temployee\ttrust\tOther\talso, every employee who is a participant in the trust automatically has a beneficial interest in the ownership of the agency\ne1\te2\tglass\twater\tContent-Container_reversed\tken put a thermometer in a glass filled with hot water\ne1\te2\tbottles\tsubstance\tContent-Container_reversed\tthe bottles contained a substance authorities believe is human fat\ne1\te2\tdetector module\tlaboratory oven\tContent-Container\tthe detector module including a preamplifier was inside a laboratory oven\ne1\te2\tsession\tconference\tComponent-Whole\tthe mentor session was the best part of the conference\ne1\te2\twindscreen\tnozzles\tComponent-Whole_reversed\tthe concept car acura tl features a wiperless windscreen using a series of jet nozzles in the cowl to blow pressurized air onto the windscreen\ne1\te2\tpopcorn\tkettle\tContent-Container\tstirring the hot popcorn around in a kettle drizzled with sugar, salt and oil evenly coats the popcorn\ne1\te2\tanchor\tboat\tComponent-Whole\tafter arriving on the bottom at the wreck site, the first team of divers must check the anchor of the boat for security\ne1\te2\ttiller\tstonebow\tComponent-Whole\tthe tiller of the stonebow is curved downward between the latch and the prod\ne1\te2\tconfiguration\tenzymes\tComponent-Whole_reversed\thowever, the exact active site configuration of enzymes in vivo is very difficult to address for two reasons\ne1\te2\tsubculture\tviolence\tOther\tpart of the task which the authors set themselves is the delineation and validation of the idea that a subculture of violence exists\ne1\te2\trootball\tcrate\tContent-Container\tthe rootball was in a crate the size of a refrigerator, and some of the arms were over 12 feet tall\ne1\te2\tauthor\tname\tOther\tthe author's name gives her work a brand image that informs consumers' choices of literary and artistic works\ne1\te2\tnewborn\tworld\tEntity-Destination\tthe newborn arrived into this world with gifts and talents\ne1\te2\tventricle\trotation\tOther\tin the healthy heart, the left ventricle performs a systolic wringing motion, with a counterclockwise rotation at the apex\ne1\te2\tradiation burst\tsupernova remnant\tEntity-Origin\tthe radiation burst was coming from a supernova remnant known as n49 in the galaxy known as the large magellanic cloud\ne1\te2\tnovels\tblack comedy\tMessage-Topic\this novels and stories often have to do with black comedy, parody, satire, and zen buddhism\ne1\te2\twater\terosion\tCause-Effect\twater erosion is the detachment and removal of soil material by water\ne1\te2\tfish\tpound\tEntity-Destination\ttwo days later, the salt water fish was put into a fresh water pound\ne1\te2\tlesions\themiplegia\tCause-Effect\tlesions involving the medial part of the premotor cortex, the supplementary motor area (sma) and the rear portion of the medial part of the precentral gyrus caused a contralateral, severe leg-predominant hemiplegia, distally predominant and a less severe proximal weakness of the arm\ne1\te2\tpins\tsocket\tComponent-Whole\tthe pins of this socket are as thick as the pins of an ic\ne1\te2\trasher\tbook\tContent-Container\ta rasher of bacon was found in a returned book by a worthing librarian\ne1\te2\tratpack\tphotographers\tMember-Collection_reversed\tthe frenetic jostling for elbow room among the ratpack of photographers is more usually the case\ne1\te2\tmarriage\tconversation\tMessage-Topic_reversed\ttheir marriage became the topic of conversation in all circles of society\ne1\te2\tdisruption\tmobility\tCause-Effect_reversed\texamining the disruption caused by pupil mobility\ne1\te2\tbrothers\tairplane\tProduct-Producer_reversed\tthese brothers were the first to invent a working airplane\ne1\te2\tpiano\thammer\tComponent-Whole_reversed\tthe hardness of a piano hammer has a great deal of influence on the resulting piano sound\ne1\te2\tinjury\tcollision\tCause-Effect_reversed\tthe second injury also started from the aforementioned collision, but has only recently re-surfaced\ne1\te2\tproduction\tsensitivity\tCause-Effect_reversed\tproduction and investigation of such a detector arose from an inadequate sensitivity of a commercial p-type si detector\ne1\te2\tworkmen\tblowlamp\tInstrument-Agency_reversed\tthe workmen applied a blowlamp to the pipes which were lagged with felt\ne1\te2\tgroup\tdevice\tProduct-Producer_reversed\tthe group has thrown together a neat prototype device that could possibly be the future of casinos\ne1\te2\tdirector\tlogic\tOther\tthe director, robert connolly, who co-wrote the script with david williamson, assembles the pieces with great methodical logic\ne1\te2\twhite\teye\tComponent-Whole\tthey looked very closely at the white of the eye, and saw lines that look like tiny pink threads\ne1\te2\tovercharge\tcustomers\tEntity-Destination\tillegal overcharge was passed on to the customers\ne1\te2\tlayout\tsite\tOther\thowever, apart from visual design elements, one also gets creative with the layout of the site\ne1\te2\tstudents\tsystem\tInstrument-Agency_reversed\tthis is completed by students using the online system\ne1\te2\tprobes\torbit\tEntity-Destination\ta few space probes have been placed into orbit around other bodies\ne1\te2\tstatement\twebsite\tEntity-Origin\tthe statement below comes from the morristown humane society website\ne1\te2\tways\tproposal\tComponent-Whole_reversed\ta longer probationary period for new teachers, placing experienced teachers on probation following several years of unsatisfactory evaluations, and new alternative ways for certification are parts of the proposal\ne1\te2\tartwork\tcreator\tProduct-Producer\tart, a concept separate from both artwork and creator, thus exists as the source for them both\ne1\te2\tdiscovery\tseeing\tOther\tdiscovery consists of seeing what everybody else has seen and thinking what nobody else has thought\ne1\te2\tlocker\trobe\tContent-Container_reversed\tthe locker contained a big fluffy robe for me to change into\ne1\te2\tcrowd\tcapital\tEntity-Origin\tthe crowd departs from the capital after the swearining of president barack obama\ne1\te2\tshow\tconversation\tMessage-Topic\tthis show studies the artist's conversation between and untamed subject and a highly domesticated setting\ne1\te2\tinflammation\tgrowth\tCause-Effect_reversed\tthe inflammation is caused by the growth of unusual bacteria, which usually results from antibiotic use\ne1\te2\texhibition\trevolution\tCause-Effect\tthe exhibition the art of the motorcycle caused a revolution on the museum scene with its presentation of the motorcycle as a metaphor of the 20th century\ne1\te2\tart\tperiods\tEntity-Origin\tstudents review art from different periods throughout history\ne1\te2\tpressures\tstress\tCause-Effect\tpressures occur throughout life and those pressures cause stress\ne1\te2\tproducts\tsupermarket\tContent-Container\ta full quarter of the products in the supermarket have some form of corn in them\ne1\te2\tgoddess\tsword\tInstrument-Agency_reversed\tthe other shows the goddess of justice as blindfolded, with a sword by her side\ne1\te2\tpoints\twater\tOther\tone of the best vantage points of the boston skyline is from the water, in a boat heading toward the boston harbor islands\ne1\te2\tshell\tscripting\tOther\twith iterpipes, python is ready to replace the bash shell for scripting\ne1\te2\tmachine\tsoftware\tComponent-Whole_reversed\tthe slot machine contains computer software known as random number generator\ne1\te2\tjumper\tdaughter\tProduct-Producer\tbut here is a jumper sewn by a daughter (antoinette) for her mother\ne1\te2\tdata\tdatabase\tEntity-Destination\tnow, you have imported the data into the region database\ne1\te2\tcoterie\thaters\tMember-Collection_reversed\tit took the great ronald reagan years to develop his vast coterie of left wing haters\ne1\te2\tdrugs\tunconsciousness\tCause-Effect\tthe drugs cause unconsciousness and cardiac arrest separately\ne1\te2\tconsignment\tport\tEntity-Destination\tthe consignment was brought into a port in sagunto\ne1\te2\tship\tfleet\tMember-Collection\tthe three ship fleet of columbus consisted of two ships known as caravels (pinta and nina) and a larger ship which served as columbus's flag ship\ne1\te2\tparade\telephants\tMember-Collection_reversed\tthousands of drummers and dancers perform in the streets of kandy accompanied by a parade of ornamented elephants\ne1\te2\tartwork\tstamps\tMessage-Topic_reversed\tthis article lists people whose artwork has been featured on stamps of the united states\ne1\te2\tgroup\tcameras\tInstrument-Agency_reversed\tfocusing on chronic dumping areas the group began enforcement action with surveillance cameras and day and night patrols\ne1\te2\tmaker\tadditives\tProduct-Producer_reversed\tthe maker of additives for engine oils and industrial lubricants posted significantly higher profit in its last quarter despite continued volume declines\ne1\te2\tbook\tway\tOther\tthis is an absorbing book, diminished by the choppy way ackerman balances antonina's account with the larger story of the warsaw holocaust\ne1\te2\treader\twallet\tContent-Container\tthe credit card-sized reader sits in my wallet, so that i can carry it with myself wherever i go\ne1\te2\tfireplaces\tcottage\tComponent-Whole\tthe three fireplaces in the cottage are constructed of random stones with mortar joints raised and rounded\ne1\te2\ttextile\tfactory\tProduct-Producer\twhen guang yang worked in a textile factory in her hometown of beijing, she would sing to pass the time\ne1\te2\tclutch\tchicks\tMember-Collection_reversed\tbruce had fallen out of favour and koro and cleo settled into a more conventional relationship, producing another clutch of chicks\ne1\te2\tshark\tfins\tComponent-Whole_reversed\tamong the highlights were an epaulette shark that walks on its fins, a praying mantis-like shrimp and scores of reef-building corals\ne1\te2\telectrolysis\treduction\tCause-Effect\telectrolysis of the resulting mixture caused the reduction of the aluminum ions in the al2o3\ne1\te2\tbillions\tnanotechnology\tEntity-Destination\tgovernments and industries in nations around the world are pouring billions into nanotechnology\ne1\te2\tpresident\tbank\tOther\tthe president of the bank has told us that most of the state banks exist by its forbearance\ne1\te2\tstories\tcultural norms\tMessage-Topic\tthe stories also explore cultural norms, social norms, and other aspects of vietnamese society\ne1\te2\tresidents\thome\tEntity-Destination\tthe new residents have been moved into their brand new home\ne1\te2\tpaper\tmodel\tMessage-Topic\tthe aim of this paper is to present a model for the determination of the monetary values\ne1\te2\tpower\tclient countries\tEntity-Destination\tthe president seeks to hand over power for aids program to client countries\ne1\te2\tscientists\tbrain\tOther\tlast month, scientists sliced the brain into 2401 paper-thin sections, part of a project to create an open-access digital atlas\ne1\te2\tcup\tcup\tEntity-Destination\tthe white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup\ne1\te2\tearth\tfoxes\tMember-Collection_reversed\tthere was an ancient-looking small shrine there in the ground, and they found an earth of foxes under its floor\ne1\te2\tgamers\tties\tInstrument-Agency_reversed\treal gamers use keys neck ties\ne1\te2\tspeech\tsupport\tMessage-Topic\tlater in his speech, obama declared his support for iranian nuclear power and opposition to iranian nuclear weapons\ne1\te2\twork\tlife experiences\tOther\tchin creates his work based on his life experiences and observations\ne1\te2\tcamaraderie\tsmokers\tOther\tthese include the tapping of the package, the way one holds their cigarette, the oral gratification, and the easy social camaraderie of smokers on a break\ne1\te2\tquestions\tdangers\tMessage-Topic\ta number of questions had been tabled relating to the dangers of the new vaccine\ne1\te2\tjewelry\tcabinet\tContent-Container\tthe jewelry was in a cabinet in the same room\ne1\te2\tmeeting\tfriends\tOther\tthis meeting of devoted friends and lovers served as the foundation of the names project aids memorial quilt\ne1\te2\tspider\tbite\tProduct-Producer_reversed\ta spider bite is an injury resulting from a spider's forced interaction with other than prey organisms that can lead to medically significant complications\ne1\te2\tpriest\tfingers\tComponent-Whole_reversed\tusman was made to dig one place for a foot or so, while the priest searched the earth with his fingers: the charm did not appear\ne1\te2\tself-assemblage\tnetworks\tOther\tself-organization become apparent in evolution as self-assemblage of the gene networks and cascades\ne1\te2\tprotozoa\tpoisoning\tCause-Effect\tmany different bacteria, protozoa and viruses cause food poisoning, but most cases are the result of just a few species of bacteria\ne1\te2\tlight switch\tcover\tOther\tthe boy learned how to protect the socket for making a picture light switch cover in this free home decorating video\ne1\te2\tdispute\tquestion\tMessage-Topic\tit was a dispute discussing the question whether the language of the greek people (dimotiki) or a cultivated imitation of ancient greek (katharevousa) should be the official language of the greek nation\ne1\te2\tdatabase\timages\tContent-Container_reversed\tthe database's contents comprise more than 150000 images covering the early 1970s to 1994\ne1\te2\tdocument\tviolence\tMessage-Topic\the also released a similar document investigating violence against women\ne1\te2\tpsychoanalysis\tfilms\tOther\tthe concepts of psychoanalysis have been applied to films in various ways\ne1\te2\tweight gain\tantidepressants\tCause-Effect_reversed\tone sad (excuse the pun) consequence is that a winter of suffering from sad adds to the weight gain caused by the antidepressants\ne1\te2\tfortress\tbastions\tComponent-Whole_reversed\tthe fortress has 6 bastions and 4 gates\ne1\te2\tdeveloper\tsoftware\tProduct-Producer_reversed\tward cunningham, the developer of the first wiki software, wikiwikiweb, originally described it as \"the simplest online database that could possibly work.\ne1\te2\torganization\tconspiracy parody\tMessage-Topic_reversed\tthe organization has also been the subject of much conspiracy parody\ne1\te2\tworkers\tdepression\tOther\tthe poor management pushed the workers into depression\ne1\te2\tstings\twasps\tProduct-Producer\tstings or bites are caused by midges, horseflies, bees, wasps, ants, some spiders, fleas, lice, etc\ne1\te2\tconscripts\tgalleons\tEntity-Origin\tconscripts on spanish galleons escaped by jumping ship in new orleans and in acapulco, mexico\ne1\te2\tshoulder\tblade\tComponent-Whole_reversed\tin the shoulder joint, the humerus (upper arm bone) fits into the socket of the shoulder blade\ne1\te2\tcharm\tfinches\tMember-Collection_reversed\tthe beach was empty except for a charm of yellow finches\ne1\te2\ttumour\tbag\tContent-Container\tthe ovarian tumour was put inside a plastic bag before retrieval\ne1\te2\tmeeting\tjobs\tMessage-Topic\ta stormont meeting on jobs with a delegation from the north west was 'constructive'\ne1\te2\tinstitutions\tthesaurus\tInstrument-Agency\tof the three institutions using a thesaurus as a tool for managing indexing vocabulary, one stated that the material covered was of a general nature\ne1\te2\tmunicipality\tcorporation\tMember-Collection\tevery municipality in ontario is a member of the corporation\ne1\te2\tpilgrimage\ttenet\tOther\tpilgrimage to mecca is a basic tenet of islam\ne1\te2\tunit\tinterceptor\tComponent-Whole_reversed\tthe unit consists of a mobile launcher, an interceptor and a command and control battle management and communication (c2bmc) system\ne1\te2\treciter\tsword\tInstrument-Agency_reversed\tthe reciter stirs the water with a double-edged sword, a khanda, which he holds in his right hand\ne1\te2\tdeficit\ttax cuts\tCause-Effect_reversed\tthe structural deficit has been caused by the series of tax cuts, not the recession or defense needs\ne1\te2\thypermenorrhea\ttreatment\tOther\tthe hypermenorrhea was made worse by treatment\ne1\te2\tpoet\tdespair\tOther\tafter facing the hopelessness of the future, the poet sank into despair\ne1\te2\tperpetrator\tgun\tInstrument-Agency_reversed\tthe perpetrator killed the victim with a gun\ne1\te2\tbrigade\tvolunteers\tMember-Collection_reversed\the has arranged a new brigade of irish volunteers\ne1\te2\trules\tconsideration\tOther\tthe final rules are under consideration and are expected by june 30\ne1\te2\tstring\tbeads\tComponent-Whole_reversed\ti remembered about a string of rosary beads my mother purchase for me from a young priest and i pulled them out of the nightstand, (where they had been for about 15 years)\ne1\te2\trail\tbed\tComponent-Whole\ton the bedroom chair and along the rail of the bed were scattered the garments, the only garments so far as he knew, and the bandages of their guest\ne1\te2\tdrink\tcan\tContent-Container\tplus the drink machine was out so my drink was in a can and they had no ice as well\ne1\te2\tskull\tsafe\tEntity-Destination\tat that time, the skull was already locked in a safe along with some other longish bones\ne1\te2\tissue\tvalue\tMessage-Topic\tin this issue, we focus on the value of wild trees and the varied products they provide\ne1\te2\thaft\tknife\tComponent-Whole\tthe backside of the haft of the gebel el arak knife is decorated with the images of a number of of a number of animals presided over by an old man in mesopotamian dress\ne1\te2\tgroup\tbombs\tInstrument-Agency_reversed\tin july 2004, the group struck again with bombs at the u.s. and israeli embassies\ne1\te2\twriting\teditor\tProduct-Producer\tthis is effective public relations writing from the mind of a retired editor with a dose of \"stickiness\"\ne1\te2\tmanager\tmale\tOther\tthe manager saw a black male fire two shots while beside his car in the parking lot\ne1\te2\temperor\tgathering\tOther\thowever, the emperor took advantage of the gathering to determine the order and organization of the church\ne1\te2\tlocusts\tsector\tEntity-Destination\tstrong warm winds from the northwest and north have carried locusts into the closest sector\ne1\te2\tcat\tdresser drawer\tEntity-Destination\tmy brother joe put the cat in a dresser drawer and shut it\ne1\te2\tcommunity\tcitizens\tMember-Collection_reversed\tthe community of senior citizens already has great electoral power\ne1\te2\twater\tdevelopment\tEntity-Origin\tthe storm water is going away from the development\ne1\te2\tplan\tpiracy\tMessage-Topic\tin july last year, six of the uk's biggest net providers agreed and announced a plan to tackle online piracy\ne1\te2\tproduct\tengine\tComponent-Whole_reversed\tmusic label is a very mature product that uses a powerful database engine\ne1\te2\tsalesman\tscene\tEntity-Origin\tthere is this really funny scene where the tie salesman runs away from the crime scene\ne1\te2\tequipment\tcharity\tEntity-Destination\tthe italian donated equipment to the charity\ne1\te2\tprobe\touter space\tEntity-Destination\tnasa has dumped the probe into the deep outer space\ne1\te2\tdamage\tcrisis\tCause-Effect_reversed\tit took a long time to undo the damage that has been caused by the crisis of confidence, damage whose effects are just now beginning to make themselves felt in a slow, glacial collapse\ne1\te2\tclub\tresidents\tMember-Collection_reversed\tour club consists of fun-loving residents, both retired and working from a wide range of businesses\ne1\te2\tstudent\tassociation\tMember-Collection\tthe young student is part of the environmental association indyact\ne1\te2\toatmeal\tcookies\tEntity-Origin_reversed\tthese oatmeal cookies are very moist with a good flavor\ne1\te2\tloopholes\tfortress\tComponent-Whole\tthese are the loopholes of the fortress, at which, either at top or bottom, the self-immuned spider is usually to be seen watching\ne1\te2\tsewer\tpipes\tComponent-Whole_reversed\tpressure sewer pipes are manufactured to astm d3754 also in 20 and 40 foot lengths and in standard pressure classes from 50 psi up to 250 psi\ne1\te2\tpigment\tbreakdown\tOther\tthe immediate origin of the pigment in circulation is from the breakdown of endodermal tissue\ne1\te2\tvegetable\tstew\tEntity-Origin_reversed\tvegetable stew is a delicious, low calorie and healthy meal to enjoy on a cold winter night\ne1\te2\tbratpack\tauthors\tMember-Collection_reversed\tellis was one of the so called bratpack of american authors of the 1980's along with jay mcinerney and tama janowitz\ne1\te2\tidentifier\tcookie\tContent-Container\tonly the session identifier is stored in a cookie whether database is used or not\ne1\te2\tcar\tappeal\tOther\tthis car definitely has snob appeal with its good looks and saloon functionality\ne1\te2\tdocument\tsafe\tContent-Container\tthe document was locked in a safe at scotland yard and only sent to the coroner in 2003\ne1\te2\tbook\tauthor\tProduct-Producer\tone downside of the book was that some points in the book the author expanded the book with knowledge that made it a little less interesting\ne1\te2\tcourses\tterm\tEntity-Origin\tbut i am more or less set on 2 continued courses from last term and financial derivatives for this term\ne1\te2\trecords\tbox\tContent-Container\tthey advised me that their records for 1993 were in a box of files in a warehouse\ne1\te2\tsupplies\tfamilies\tEntity-Destination\tessential supplies are being delivered to conflict-affected families in yemen\ne1\te2\tmummy\tbox\tContent-Container\tthe mummy, ensconced in material, was inside a box bearing the words \"sacred to the memory of our little hawaiian home across the sea.\ne1\te2\tlevel\tchapter\tMessage-Topic_reversed\tthis level of experience has already been mentioned in the previous chapter\ne1\te2\tcup\tsoil\tContent-Container_reversed\tto the right of that is a cup with soil inside\ne1\te2\telectromagnets\tuse\tOther\telectromagnets have come into use\ne1\te2\tprincess\tland\tEntity-Origin\twhen the princess left her native land and traveled west to her bridegroom, she carried, smuggled in her headdress, silkworm cocoons and the seeds of the mulberry tree on which they feed\ne1\te2\tsaint\tletter\tProduct-Producer_reversed\ta typical passage on these themes is found in the saint's letter to the christians in the city of magnesia\ne1\te2\tterm\tarticle\tEntity-Origin\tthe term originates from an article published 14 february, 1807 by journalist william cobbett in the polemical weekly political register\ne1\te2\ttreaty\tforce\tOther\tthe lisbon treaty has come into force\ne1\te2\tdrug\tcapsule\tEntity-Destination\tthe drug was put inside a capsule for a reason\ne1\te2\twebsite\tsides\tMessage-Topic\tthis website sets out both sides of the argument\ne1\te2\tlocal legend\tmausoleum\tMessage-Topic\tthe local legend is about a mausoleum that was also the final resting place of king robert the bruce, adding spin to the earl's noble connections\ne1\te2\ttribes\tnavigation tools\tInstrument-Agency_reversed\tamazonian tribes reclaim the rain forest with the help of gps navigation tools\ne1\te2\tfire\tcollision\tCause-Effect_reversed\tthe rescue teams found 17 of the 25 crew thrown into the sea when the tanker caught fire after the collision\ne1\te2\tadvertising\tpodcast\tEntity-Destination\tthe user inserted an advertising into the podcast\ne1\te2\tpost\tevents\tEntity-Destination\tthe entire post was placed into the upcoming events\ne1\te2\tanecdotes\tprinciples\tMessage-Topic\talong the way she presents anecdotes illustrating basic business principles\ne1\te2\tkids\thelp\tOther\tthe kids liberate the ponies with the help of a sympathetic groom\ne1\te2\tchicken\tstew\tEntity-Origin_reversed\tbecause of its low cost of preparation and reputation as a local comfort food, chicken stew is often served at large social gatherings such as church fellowships, family reunions and community fundraisers\ne1\te2\tfarm\tanimals\tOther\tapproximately 1,000 farm animals receive health and medical care each year in our farm animal hospital\ne1\te2\ttrauma\tnosebleeds\tCause-Effect\ttrauma to the face and nasal area causes nosebleeds, such as getting punched or violently slapped\ne1\te2\tphotographer\tfilter\tInstrument-Agency_reversed\twhen the photographer took pictures with the filter attached the images looked flat with a glare that covered the entire image\ne1\te2\tnovel\tghosts\tMessage-Topic\tin this affecting, perceptive debut novel, rachel kadish reflects on the ghosts of the past, the tensions of war, and the difficult bonds of family\ne1\te2\tmusician\tthemes\tProduct-Producer_reversed\tbesides acting, directing and producing, eastwood is also a musician who has composed the themes to nine of his films\ne1\te2\tboy\tmud\tInstrument-Agency_reversed\tthe boy sculpts a pony out of mud and takes care of it as if it were real\ne1\te2\twoman\twindscreen\tEntity-Destination\tthe man pushed the woman into the windscreen\ne1\te2\terst\tbees\tMember-Collection_reversed\tpakistan captain younis khan was on thursday forced to skip a pre-scheduled media discussion session in the city after being bitten by an erst of honey bees outside his home\ne1\te2\ttowns\tliterature\tEntity-Origin\tlots of people responded positively to my recent post about favorite fictional towns from children's literature\ne1\te2\trye\tbeer\tEntity-Origin_reversed\tin many ways, the flavor of rye beer is reminiscent of wheat beers\ne1\te2\tshow\tcurrent events\tMessage-Topic\tit is a satirical show on quebec television that comments on current events by the favour of the show's main character\ne1\te2\tconference\tsafety\tMessage-Topic\tconference deals with nuclear safety, environmental issues\ne1\te2\tfrustration\tsystem\tCause-Effect_reversed\tsome comments from readers highlight the frustration and inconvenience caused by the 3-pin system\ne1\te2\thelix\tauricle\tComponent-Whole\tthe patient denies any symptoms associated with this pointed lesion, located on the edge of the helix of the auricle, which has been present since infancy\ne1\te2\tobservations\tspace\tOther\tvisual observations from space reveal a number of fascinating natural phenomena of interest to meteorologists and aeronomists, such as aurorae, airglow, aerosol layers, lightning, and atmospheric refraction effects\ne1\te2\tarmature\tcoil\tComponent-Whole_reversed\tthe armature has a coil of wire wrapped around an iron core\ne1\te2\tteacher\tchalk\tInstrument-Agency_reversed\ta teacher is writing vocabulary words on a green chalk board with yellow chalk in mid-afternoon\ne1\te2\tstick\tpinwheel\tComponent-Whole\tthe stick of the pinwheel is as simple as a pencil or as intricate as a carved stick or metal rod\ne1\te2\tkangaroos\tstomach\tComponent-Whole_reversed\tall kangaroos have a chambered stomach similar to cattle and sheep\ne1\te2\trecords\tmaritime history\tMessage-Topic\tthe museum also has a subject gateway that contains over 2,500 records relevant to maritime history\ne1\te2\tmaker\tguidelines\tProduct-Producer_reversed\tthe maker's guidelines were clear but not really necessary as it was so simple to use\ne1\te2\thelicopter\trotors\tComponent-Whole_reversed\tground resonance occurs while the helicopter is on the ground with rotors turning; it will not happen in flight\ne1\te2\tspeech\tsteps\tOther\tthe speech was delivered from the steps of lincoln memorial on august 28, 1963 as part of his famous march on washington\ne1\te2\tcleats\tboat\tComponent-Whole\tthey come up from under the thwart, through the traveler and out through the eyestrap to the clam cleats located on either side of the boat\ne1\te2\tcombo\thamburgers\tComponent-Whole_reversed\tjust a few months earlier, burger king had launched its burger buddies combo of two hamburgers for 89 cents and, later, launched breakfast buddies, a 59-cent breakfast sandwich that came with a disposable razor blade\ne1\te2\treport\twork\tMessage-Topic\tthe report gives an account of the silvicultural work done in africa, asia, australia, south american and the caribbean\ne1\te2\tteacher\tscrewdriver\tInstrument-Agency_reversed\tthey continued in conversation when the teacher tapped him on the head with a screwdriver\ne1\te2\tloans\tforeclosures\tOther\tthe city accuses wells fargo of engaging in illegal \"reverse redlining\" - targeting black neighborhoods for bad loans that resulted in mass foreclosures\ne1\te2\tbees\tpropolis\tProduct-Producer_reversed\tbased in cambridge, new zealand, the company's bees produce manuka honey, rewarewa honey, bee pollen and propolis\ne1\te2\tfriend\tcollege\tEntity-Origin\tin new york, i had dinner with a friend who graduated from a prominent evangelical college; he was active in a pro israel student organization\ne1\te2\tarmada\tships\tMember-Collection_reversed\tplayers are tasked with building an armada of ships and a base from which to deploy them\ne1\te2\tstepmother\tswans\tProduct-Producer_reversed\tsorcha, the seventh daughter of a seventh son, had to save her brothers from their stepmother, who turned them into swans for many years\ne1\te2\tcookies\trecipe\tOther\tshe once took a tin of her delicious cookies made from the following old recipe\ne1\te2\tstars\tmovies\tEntity-Origin\tjessica simpson's \"a public affair\" video features a group of stars from movies and tv\ne1\te2\tnewsroom\tdevelopments\tOther\tour newsroom contains the latest developments in uk foreign policy and news on the work of the british embassy and consulates around the us\ne1\te2\tinflammation\tirritants\tCause-Effect_reversed\tpneumonia is an inflammation of the lungs caused by bacteria, viruses, or chemical irritants\ne1\te2\tbook\tprogrammers\tInstrument-Agency\tthis is the best book for programmers needing algorithms not theory\ne1\te2\tdashboard\ttruck\tComponent-Whole\tin addition to a speedometer, a flickering digital meter mounted on the dashboard of the truck tells you how much energy is being drawn from the batteries\ne1\te2\tblockages\tfatty plaque\tCause-Effect_reversed\tthe blockages are caused by a build-up of fatty plaque along the artery walls\ne1\te2\tsettlers\tnorth\tEntity-Origin\tthe report refers to the arrival of the first somali settlers from the north in three waves\ne1\te2\tdigressions\tfootnotes\tEntity-Destination\tthe student moved his digressions into footnotes\ne1\te2\twheel\tpins\tComponent-Whole_reversed\tthis wheel with its snout-engaging pins is exposed so that the worker can thrust the snout thereagainst\ne1\te2\tstatute\tmatter\tMessage-Topic\tthe statute covering the matter specified in detail when and where the fair was to be held\ne1\te2\tattention\tstudy\tOther\tconsiderable attention has been directed toward the study of the motility of the stomach and its regulation by the extrinsic nerves\ne1\te2\tdemise\tcommerce\tCause-Effect_reversed\tthe demise of the bees has been caused by the globalization of commerce\ne1\te2\tbomb\tcar\tContent-Container\tthe first bomb to explode in the main northwest city of peshawar on saturday was hidden in a car and devastated a street busy with traffic, shoppers and worshippers heading to mosques to pray\ne1\te2\ttrucks\tbatteries\tComponent-Whole_reversed\tboth trucks run on lead-acid batteries, common in most vehicles\ne1\te2\tscientists\tdesert\tEntity-Destination\tthe governments sent scientists to the desert for surveying climate changes\ne1\te2\tletter\twoman\tEntity-Origin\tthe letter was from a woman who explained to me every single detail of a three month affair she had with my husband\ne1\te2\tfood poisoning\teating\tCause-Effect_reversed\tstaphylococcal food poisoning is caused by eating food contaminated with staphylococcus aureus\ne1\te2\tveteran\ttribute\tProduct-Producer_reversed\tthe decorated vietnam veteran posts a weekly tribute to service members killed in iraq and afghanistan\ne1\te2\tstudent\tphrase\tInstrument-Agency_reversed\tthe student formed a paragraph using a phrase from an original source\ne1\te2\tbillionaire\tdeveloper\tOther\tdoc's former lover, the erstwhile hippie shasta, has become entangled with a married, billionaire developer, marty wolfmann\ne1\te2\trabble\talleys\tOther\tbritish, were engaged, at great odds, with the swarming rabble of the alleys\ne1\te2\tbinder\tbox\tContent-Container\tthe binder was in a box labeled \"vegetable oil\"\ne1\te2\tfeed\tscuttle\tContent-Container\teach feeding unit contains sensor for measure of remaining feed in a scuttle\ne1\te2\tcrush\tcandidates\tMember-Collection_reversed\treporters commented on the crush of candidates compared to the crowd of supporters\ne1\te2\tproperties\tamphibolites\tCause-Effect\tproperties of the soils developed from the amphibolites of santiago-ponte ulla, spain\ne1\te2\tgirlfriend\tsweater\tProduct-Producer_reversed\tspeaking of nerdy sweaters, my girlfriend knit me a mugatu sweater for xmas a few years back\ne1\te2\ttext\tcessation\tMessage-Topic\tnearly all transcribed interview text was on the subject of smoking cessation\ne1\te2\tstrategies\tcauses\tOther\tthe declaration urged that such strategies address the root causes and risk factors of crime and victimization\ne1\te2\tcanaille\tletters\tMember-Collection_reversed\tbehind him crouch canaille of minor letters sins, venial sycophantic hacks with shady past\ne1\te2\tfilm\tdirector\tProduct-Producer\td. g. phalke's raja harishchandra is the earliest indian fiction film made by an indian director\ne1\te2\tauthor\tstatement\tProduct-Producer_reversed\tthe author has published a statement on a website calling the diagnosis \"an embuggerance\"\ne1\te2\twealth\tcommunities\tEntity-Destination\twealth is migrating into communities in verde valley/sedona\ne1\te2\tbuilder\tinstitutions\tProduct-Producer_reversed\the was a maker of things, a builder of institutions, a harvester and disseminator and progenitor of ideas and the means whereby those ideas were made flesh\ne1\te2\tministers\tconference\tEntity-Origin\tthe ministers went away from the december conference\ne1\te2\tapplications\tshops\tEntity-Destination\tour company has released five computer applications to the apple's online shops\ne1\te2\tequipment\tengine\tComponent-Whole_reversed\tthis farm equipment adopts the air-cooled diesel engine, which is very suitable to the place where lacks of water or is difficult to fetch water\ne1\te2\trubber\tproducts\tEntity-Origin_reversed\tnatural rubber latex or synthetic rubber is the main ingredient used for making rubber latex dipped products\ne1\te2\tflyers\tboxes\tEntity-Destination\tbogus water collectors have dropped flyers into people's letter boxes\ne1\te2\tmillion\tmobile\tEntity-Destination\teu is pouring a million into next, next generation mobile\ne1\te2\tradiation\tsun\tCause-Effect_reversed\tsolar disturbances such as flares, prominences, and sunspots increase the amount of radiation from the sun\ne1\te2\tcrank\tengine\tComponent-Whole\twe pulled the engine out to fix the main oil gasket on the crank of the engine\ne1\te2\tcomment\tcritic\tProduct-Producer\ta vivid comment was made by the german critic, walter benjamin\ne1\te2\tstress\tresources\tCause-Effect_reversed\tthe results support the theoretical model conceptualizing alcohol use and misuse as being the product of stress caused by constraints and resources brought to bear simultaneously by agent personality, structures of daily life, and macro social structures\ne1\te2\tnegotiations\tprotocol\tMessage-Topic\tnegotiations between the european community and greenland on a fourth protocol concerning the implementation of the agreement, were concluded at 13 september 2000\ne1\te2\tactions\tinterview\tMessage-Topic_reversed\ttaylor reflected on his actions in a 2003 interview\ne1\te2\trope\tswing\tComponent-Whole\tthe rope of the swing makes an angle of 10 with the downward vertical\ne1\te2\tgarbage\tdiscussion\tMessage-Topic_reversed\tgarbage is rapidly becoming the topic of discussion in business meetings, political conventions, and even at the dinner table\ne1\te2\tunion\tmasses\tOther\twhen the great union of the popular masses of france opposed the great union of the adherents of the monarchy and the victory of 'political reform' had been attained, many countries followed the french example and undertook all sorts of 'political reforms'\ne1\te2\tmillion\tproduct\tEntity-Destination\tthe company invested a million into a new product for potential profit\ne1\te2\tcancers\tpapillomavirus\tCause-Effect_reversed\ta significant portion of head and neck cancers, anal cancers, and cancer of the larynx are caused by the human papillomavirus\ne1\te2\tlight\tparticles\tComponent-Whole_reversed\tlight is composed of particles or corpuscles, which are refracted by accelerating into a denser medium\ne1\te2\toverpopulation\ttension\tCause-Effect\toverpopulation and poverty cause tension not only within communities and countries, but throughout the world\ne1\te2\taccomplice\thanger\tInstrument-Agency_reversed\ttaylor's accomplice killed the victim with a coat hanger\ne1\te2\tresume\ttransition\tOther\ta great resume is the best tool for a successful career transition\ne1\te2\tthermocouple\tbox\tContent-Container\tthe thermocouple was in a box (to prevent it from being sprayed with liquid nitrogen) and in a small block of thermal insulation (to reduce excessive cycling)\ne1\te2\tlight\tscreen\tCause-Effect_reversed\tthe only light in the house was radiating from the tv screen\ne1\te2\tcocoon\tcaterpillars\tProduct-Producer\tunder a giant silk cocoon created by an army of caterpillars, the shape of a honda is just about visible\ne1\te2\tkitten\troom\tEntity-Origin\tin other news, a young and deadly kitten has absconded from an interrogation room at about 3:00 am this morning\ne1\te2\tcatastrophe\tspill\tCause-Effect_reversed\tin economic terms, the ecological catastrophe caused by the prestige oil spill is comparable with that caused by the exxon valdez\ne1\te2\tfile icon\tfolder\tEntity-Destination\the drags and drops the file icon into a folder\ne1\te2\thead\tfish\tComponent-Whole\tin this article most of the photos are taken with the fish oriented with the head of the fish pointing away from you and and turned upside down\ne1\te2\tquality\ttime\tOther\ttense is a temporal linguistic quality expressing the time\ne1\te2\taxe\thaft\tComponent-Whole_reversed\tslowly, with a shaking hand, he reached out and grasped the axe by the haft\ne1\te2\tteam\tguns\tInstrument-Agency_reversed\tthe team stapled the plastic along the joists with heavy duty staple guns to hold it in place\ne1\te2\tcar\tmanufacturer\tProduct-Producer\thowever, legal experts expressed surprise at the car manufacturer's stance\ne1\te2\toutside\tstore\tOther\tthe beautiful outside of the store is complementary to the local surroundings and is designed to be a store of the community\ne1\te2\tchapters\tbook\tComponent-Whole\tthe qualitative chapters appear earlier in the book and focus on the issue of political legitimacy. re the \"core\" of this fundamental handbook on heterogeneous catalysis\ne1\te2\tenamel\terosion\tOther\tan important aim concerning enamel and dentin erosion is to identify agents that might protect the tooth surface from demineralization\ne1\te2\tofficer\tcorporation\tOther\ta representative is a technical guarantor, a partner or an officer of an enterprise who is a member of the corporation and who is designated as a representative for the enterprise in accordance with sections 79 and 80 of the regulation respecting the internal management of the corporation of master electricians of quebec\ne1\te2\trecipe\tlady\tEntity-Origin\ti learned my recipe from a cuban lady\ne1\te2\tman\twork\tProduct-Producer_reversed\tthe man has written his most high-profile work yet, a poem to be broadcast on television to mark the fifth anniversary of the world trade center attacks\ne1\te2\tlayer\tbeaker\tEntity-Destination\twhen the layers have separated, the lower layer drained into a beaker; this phase is thrown away\ne1\te2\tradiation\tcomputers\tCause-Effect_reversed\tbiomagnetic research, in arizona, makes a range of devices for neutralizing radiation from computers and other sources\ne1\te2\tjoy\tdogs\tCause-Effect_reversed\tthe family members also get great joy from dogs doing tricks and great for family activities\ne1\te2\tfather\tparty\tMember-Collection_reversed\ther father also was a member of the new party and supported abraham lincoln\ne1\te2\tmaker\tcars\tProduct-Producer_reversed\ta maker of electric cars plans to use old gm plant in delaware\ne1\te2\tastrophysicists\texplanation\tProduct-Producer_reversed\tastrophysicists have discovered a new explanation for the early composition of our solar system\ne1\te2\tpopulation\tregion\tEntity-Origin\tthe immigrant population comes from the pacific region\ne1\te2\tnatron\tcolor\tOther\tnatron is an ingredient for making a distinct color called egyptian blue\ne1\te2\thandle\tstick\tComponent-Whole\tthe handle of the stick was covered with plastic material for more durability (figure - 3)\ne1\te2\tbag\tcrate\tEntity-Destination\tonce outside, the python was placed in a bag, which was put inside a dog crate\ne1\te2\tband\tcompetition\tEntity-Origin\tthe current band arrived from the lafayette competition\ne1\te2\tbuilders\tconcrete\tInstrument-Agency_reversed\tthis course teaches home builders when to use concrete for a paving or floor project\ne1\te2\tflight\tswallows\tMember-Collection_reversed\tthe residents of capistrano need to wash their cars after the annual flight of swallows returns\ne1\te2\tdamage\ttyphoon\tCause-Effect_reversed\tthe us forces have withdrawn due to the damage caused by the eruption and the typhoon\ne1\te2\triot\tdeaths\tCause-Effect\tthe riot resulted in the deaths of 196 people, and led to a major reform in the country's economic policy favouring the malays\ne1\te2\tflour\tpan\tEntity-Destination\tshe poured flour into a flat metal pan\ne1\te2\tgoods\tbuyer\tEntity-Destination\tthe goods have been delivered to the buyer\ne1\te2\tflea\tinfestation\tCause-Effect\tcanine flea infestation is caused by fleas, which are small, wingless blood-sucking insects\ne1\te2\tbag\tsand\tContent-Container_reversed\tit turned out that the bag was full of sand and had been inadvertently left behind by jansport, a company that makes backpacks\ne1\te2\tcombination\tfactors\tOther\tin this case report we describe a young female with bcs, which was the result of a combination of risk factors, including the recently discovered g20210a\ne1\te2\tproduction\tlake\tOther\the went up to oxford during the war to read english and, after war service in india, codirected the tempest with neville coghill in an outdoor production by the worcester college lake\ne1\te2\tconvocation\tclergy\tOther\the founded the emmaus program, an annual convocation of diocesan clergy for their continuing education and spiritual formation, in 1983\ne1\te2\ttomb\tfollower\tProduct-Producer\tover the entrance to the left circular chapel is the tomb of pius ii (1475) finished by a follower of the andrea bregno\ne1\te2\tmoney\ttechnology\tEntity-Destination\tmoney for communication is invested into ethernet technology\ne1\te2\tburn\tspilling\tCause-Effect_reversed\tstella liebeck is the woman who sued mcdonalds after she suffered a serious burn after the spilling of a cup of coffee on her lap\ne1\te2\tbending\tfracture\tCause-Effect\tthe bending caused a fracture on the tension side of the test specimen, but the uhmp fiber ribbon held the fractured parts together\ne1\te2\tharm\tfloods\tCause-Effect_reversed\tfollowing a decision made by the typhoon committee in cooperation with united nations agencies and the league of red crescent societies, escap compiles every year region-wide statistics and reports on the harm caused by tropical cyclones, floods, droughts and other severe weather events\ne1\te2\ttools\tteam\tProduct-Producer\tusing the analytical tools developed by the mit team for this study was the first step in the detailed analysis\ne1\te2\tpreview\tfeatures\tMessage-Topic\tour preview below highlights some of the features from lesser known artists\ne1\te2\tfish\tgill\tComponent-Whole_reversed\tthe fish gill is arguably one of the most complex transport epithelia in the biological world\ne1\te2\trotors\tcompressor\tComponent-Whole\tin contrast, the rotors of the screw compressor and quite a few others rotate in opposite directions\ne1\te2\tpanic\tattacks\tOther\tpanic attacks linked to heart disease and heart attacks\ne1\te2\tgroups\tpeople\tOther\thowever in addition to maori, other population groups need specific recognition in the bill, including people with disabilities\ne1\te2\tvibe\tcurrent century\tEntity-Destination\tthese musicians have transported the vibe into the current century\ne1\te2\tclothing\teras\tEntity-Origin\thand-stitched with fabric and clothing from different eras of her life, this quilt is imbued with meaning and memory\ne1\te2\temails\trecipients\tEntity-Destination\the was sending emails to undisclosed recipients frequently\ne1\te2\tsleuth\tbears\tMember-Collection_reversed\tthere is great diversity of collective nouns associated with animals, from a sleuth of bears to a murder of crows\ne1\te2\tinflux\tdrain\tCause-Effect\tthe influx caused a further drain on the country's already scanty resources\ne1\te2\tpaper\ttopics\tMessage-Topic\tthe examination paper was based on topics which previously had been treated in prerequisite modules in isolation\ne1\te2\thandgrip\tarm\tComponent-Whole\tfrom the operating area, when the operator moves the handgrip of the master arm, the motion gets reproduced on the tong of the slave arm in the remote area\ne1\te2\tparts\tlocal issues\tMessage-Topic\twe are only interested in the parts of the proposals that pertain to local issues\ne1\te2\trecord\tquartet\tProduct-Producer\tlet it be, the third full-length record by the now long-defunct minnesota quartet, was released at the tail end of 1984\ne1\te2\tcommittee\tmember\tMember-Collection_reversed\tlouise is a director, audit chair and finance committee member of a public health board, and was a director of afaanz for 3 years\ne1\te2\tcane\tsugar\tEntity-Origin_reversed\thigher cane sugar prices are unlikely to have any impact on the price of soft drinks\ne1\te2\tarticle\thistory\tMessage-Topic\tthis article charts the history of the city from its settlement by the insubres around 600 bc\ne1\te2\tdancer\tfoot\tComponent-Whole_reversed\tthe teacher set up an activity where each time the dancer performed a tendu with a fully stretched foot she received a tag\ne1\te2\tflapper\tvalve\tComponent-Whole\tthe flapper of the valve opens and oxygen from the hose enters\ne1\te2\ttail\tshark\tComponent-Whole\tthe tail of the shark continued to swish back and forth a few feet away\ne1\te2\trifle\tcase\tContent-Container\tthe rifle was enclosed in a case, which, in turn, was enclosed in a box\ne1\te2\talizarin\troots\tEntity-Origin\tthe alizarin was extracted from the roots of rubia tinctorium and rubia peregrina which grew wild in the mediterranean region\ne1\te2\tjungle\tcities\tOther\ttoday most of the world's unreached people live in the jungle of big cities and no longer in the real jungle\ne1\te2\tgas\tmetal\tEntity-Origin\tbecause pressure is low in the vacuum or inert gas, the gas leaves the metal\ne1\te2\tcollective\tmusicians\tMember-Collection_reversed\tmobilizing a collective of musicians, artists, models and collaborators n.i.c.e. built a temporary community 60 miles outside the san francisco city limits\ne1\te2\tchorus\tangels\tMember-Collection_reversed\teven in its harshest moments, the guitars sound like a chorus of fuzzed-out angels\ne1\te2\ttimer\toven\tComponent-Whole\twhen he want for a run, he checked the timer on the oven, and again when he returned\ne1\te2\tdamage\tsun\tCause-Effect_reversed\tthis ingredient also repairs the damage that has been caused by the sun\ne1\te2\tpie\tcrust\tComponent-Whole_reversed\tthe cheddar cheese in the pie crust of this apple pie is a stroke of genius\ne1\te2\tmusician\tmusic\tProduct-Producer_reversed\tthe musician performed music in venues around the united states\ne1\te2\tpin\tplug\tComponent-Whole\tpreferably, the fuse is foreseen between the pin of the plug which projects to the outside and the inner connector of the plug\ne1\te2\tissues\tlife\tOther\tmark patterson discusses the issues affecting daily life in the north-west\ne1\te2\tdealer\tplate\tInstrument-Agency_reversed\ta car dealer attaches a license plate to a minivan sold at a eugene dealership\ne1\te2\tsafflower\tbelly fat\tOther\ti picked up the latest issue of woman's world magazine a few days ago because it had a head line about the effect of safflower on belly fat\ne1\te2\ttruths\tworld\tEntity-Destination\treal-world truths were imported into the fictional world\ne1\te2\tensemble\tmusicians\tMember-Collection_reversed\tbella strings is a professional string ensemble of passionate musicians performing in the greater orlando area and across central florida\ne1\te2\tunit\tdrawer\tEntity-Destination\tthe collapsing funnel compressed to a fraction of its extended size, and the unit was moved to a kitchen drawer\ne1\te2\tcasemate\thowitzer\tContent-Container_reversed\tthe new armored casemate fitted on the hull enclosed a 15 cm howitzer\ne1\te2\tassembly\tpipe\tComponent-Whole_reversed\tthe electrical connector assembly is further comprising a circulating pipe for providing the airflow passage by the mini-motor to at least one of the clearance and the gap\ne1\te2\tdamage\twater\tCause-Effect_reversed\tapparently, beyond the damage caused by the smoke and the water, the structure of the store itself it was not overly damaged\ne1\te2\tman\tmonument\tProduct-Producer_reversed\ta local man put up a monument at the site, and in 1997 a community group put up a welcoming sign for visitors\ne1\te2\tdisorder\tloss\tCause-Effect\tindividuals with this change, or with similar mutations in the ush2a gene, develop moderate to severe hearing loss and retinitis pigmentosa, a disorder that results in loss of vision\ne1\te2\tcrabs\tarchives\tEntity-Destination\trare crabs have arrived into the historical archives\ne1\te2\tfaction\tconspirators\tMember-Collection_reversed\tthe guardianship lay in the hands of his pious mother, the empress agnes, until april 1063, however, when a faction of conspirators, led by archbishop anno ii of cologne, abducted the young king, who tried to safe himself by jumping into the rhine\ne1\te2\tgovernment\tstatement\tProduct-Producer_reversed\tat 5.55pm the government issues a statement saying a ministry of defence official has come forward and admitted meeting bbc defence correspondent andrew gilligan on may 22\ne1\te2\tcat\twhiskers\tComponent-Whole_reversed\tyour cat uses these whiskers to judge the size of an opening\ne1\te2\tplans\tmeltdown\tOther\tbarber's olympic bobsleigh plans go into meltdown\ne1\te2\tsword\thilt\tComponent-Whole_reversed\tthe sword appears in the photograph with the hilt at 10 o'clock and the blade tip at 5 o'clock\ne1\te2\tstack\tboxes\tMember-Collection_reversed\tyet in judd's stack of galvanized-iron boxes, all of the units are identical; they are set on the wall and separated, so that none is subordinated to another's weight (and also so that the space around them plays a role in the work equivalent to theirs); and their regular climb -- each of the twelve boxes is nine inches high, and they rest nine inches apart -- suggests an infinitely extensible series, denying the possibility of a crowning summit\ne1\te2\tstatement\tchancellor\tProduct-Producer\ttoday's statement by the chancellor was a responsible one\ne1\te2\tship\tkeel\tComponent-Whole_reversed\tunder-keel clearances in the panama canal (pc) and the sls were calculated for ship transits by comparison of elevations of the ship's keel and channel bottom\ne1\te2\tmemoir\tcommentator\tProduct-Producer\ta food memoir written by a commentator on race and politics - it doesn't sound that appetising\ne1\te2\tarray\tdipoles\tMember-Collection_reversed\ta system for attaining an impedance match uses an array of collinear dipoles\ne1\te2\tdeck\tbridge\tComponent-Whole\tthis reconstruction involved track removals, conversion of each deck (lower and upper) to one-way motor vehicle traffic, and the lowering of the lower deck of the bridge by 16 inches through the yerba buena tunnel\ne1\te2\tpiano\tstrings\tComponent-Whole_reversed\twith a concert coming up in only 4 hours, you are working feverishly to perfect the tune of the piano 's strings\ne1\te2\tgun\tsafe\tContent-Container\talthough there was ammunition scattered over the apartment, the gun itself was locked in a safe, and not loaded\ne1\te2\tshaving cream\tbox\tContent-Container\tthe shaving cream was contained in a box with plywood sides and plastic faces\ne1\te2\tfraternity\tsections\tMember-Collection_reversed\tthere is an urgent need for a fraternity of various sections of the people to fight for the rights of the tribals and against the increasing atrocities on them\ne1\te2\tsled dogs\twilds\tEntity-Destination\talbion students took the sled dogs into the canadian wilds\ne1\te2\tshow\twork\tMessage-Topic\tsky cops is a british reality tv show revealing the work of the air police\ne1\te2\tman\tpassion\tOther\twhitaker had what it took to play the terrifying ugandan dictator - but the other man convinced him with his passion for the part\ne1\te2\tmovie\tmonkey\tProduct-Producer\tthe biggest news at the festival was not my receiving the prestigious aleksandar lifka award for cinematography, but that the first screening was held of a movie made entirely by a monkey\ne1\te2\tmaize\tliquor\tEntity-Origin_reversed\tthe indians drink so much maize liquor that it makes them drunk\ne1\te2\tdocumentary\tcareer\tMessage-Topic\ta new documentary investigates the short career of gm's electric vehicle, the ev1\ne1\te2\tburglar\trings\tOther\tthe burglar forgot to log out before leaving the home with two diamond rings\ne1\te2\tmigrations\tdestruction\tCause-Effect_reversed\tthe germanic migrations of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372-375\ne1\te2\tstand\tfireweed\tMember-Collection_reversed\tbrown and white butterflies flip-flopped over a stand of fireweed\ne1\te2\tcountry\tturmoil\tOther\tthe country is sinking into turmoil\ne1\te2\troad\tbuilder\tProduct-Producer\tthis established his reputation as a road builder as other engineers had believed it could not be done\ne1\te2\twar\tinternet\tOther\tin the run-up to this match, a new war of words has erupted on the internet in yet another twist to the long-simmering saga\ne1\te2\tbondholders\tplan\tProduct-Producer_reversed\tsenior bondholders who drafted the reorganization plan for bankrupt six flags revealed their investments\ne1\te2\tmagnet\tfacility\tEntity-Destination\ta low temperature superconducting magnet has been delivered to ad astra's houston facility\ne1\te2\tpackage\tseries\tComponent-Whole_reversed\tthe package includes the bbc \"fight for life\" series of videos, which chronicles the difficulties experienced in the lives of women giving birth in developing countries\ne1\te2\tcharger\tsystem\tComponent-Whole_reversed\tfuji electric has developed a quick battery charger that copes with the regulations using a choke input system\ne1\te2\theater\tthermostats\tComponent-Whole_reversed\tspecifications of electric heater thermostats include temperature ranging from 50 degrees f to 80 degrees f, current ranging from 19 a to 22 a, & voltage ranging from 120 v to 277 v\ne1\te2\tpainter\tworks\tProduct-Producer_reversed\tit was an elegant book that treats the painter's life and works with reverence\ne1\te2\tthesis research\tsocial structure\tOther\tthe purpose of this thesis research was to examine social structure, culture, and gender as potential sources of variation in the seriousness of punishment recommended for everyday acts of wrongdoing\ne1\te2\tsongs\tsex\tMessage-Topic\ttheir songs are about sex, drugs, drinking, fighting, and rock & roll\ne1\te2\tcelebrity\tset\tEntity-Origin\tanother celebrity has bailed out of the costa rican jungle set of \"i'm a celebrity... get me out of here\ne1\te2\tcarafe\twater\tContent-Container_reversed\twe dissolved the contents of one packet in a carafe of water and ran the brew cycle\ne1\te2\tperiscope\troof\tEntity-Origin\ton entering the water the esprit's wheels turned inwards to reveal four lateral fins and a periscope popped out of the roof\ne1\te2\tsystem\tdefense mechanism\tComponent-Whole\tthe complement system is important as part of the body's defense mechanism against infection (fig. 8.2)\ne1\te2\tquestions\texhibition\tMessage-Topic_reversed\tthese are just some of the questions tackled in the exhibition\ne1\te2\tsignal\tphotomultiplier\tCause-Effect_reversed\tthe reference signal was generated from an auxiliary photomultiplier (rca 1p28) with a quantum counter\ne1\te2\tcongress\tdeals\tOther\trodrigues, who is also the governor of punjab has been accused by the congress of various murky deals worth billions of rupees\ne1\te2\tbody\tpathologists\tMember-Collection_reversed\tas evidenced from the detailed histories and clinicopathological summaries insome reports, there is a body of pathologists who are committed to performing at a high level, and answering all the questions raised by a death\ne1\te2\tsink\tdesk\tComponent-Whole\tthe sink was in the desk and i had to wedge myself into the bathroom\ne1\te2\tprofessor\tdungeon\tEntity-Origin\tthe professor was released from the dungeon right in front of my eyes\ne1\te2\tcolony\tvultures\tMember-Collection_reversed\ta little ringed plover flew over the water at the bottom of the colony of vultures\ne1\te2\tradiation\tsun\tCause-Effect_reversed\tthe electromagnetic (em) radiation from the sun arrives mostly in the form of visible and infrared wavelengths\ne1\te2\tholes\tbasket\tComponent-Whole\tthe juice passes through the tiny holes in a strainer basket and is collected in a container at the bottom\ne1\te2\toratorio\tcentury\tEntity-Origin\tas a form, the oratorio originated in seventeenth century\ne1\te2\tstructure\tbase\tComponent-Whole_reversed\ta lamp holder structure of the present invention is comprised of: a cup-shaped base; a circuit board and two elastic conducting devices mounted inside the cup-shaped base; and at least one light-emitting device mounted on the circuit board\ne1\te2\tcharts\tmusical genre\tMessage-Topic\tsome charts are specific to a particular musical genre and most to a particular geographical location\ne1\te2\tfight scenes\tscript\tMessage-Topic_reversed\tthe fight scenes were barely described in the script\ne1\te2\trecipe\tbook\tEntity-Origin\tjust like consulting a cookbook, starting out by using a recipe from a book or website is great\ne1\te2\ttree\troots\tComponent-Whole_reversed\ttree roots that grow on the surface are difficult to mow or walk over and can effect the growth and health of nearby grass and groundcovers\ne1\te2\tlight\ttelephone\tComponent-Whole\tthe red indicator light on my telephone continues to blink after i have checked and emptied my mailbox\ne1\te2\tpseudolesion\tdrainage\tCause-Effect_reversed\tthe pseudolesion was caused by drainage of the paraumbilical vein\ne1\te2\tcocktail\tfan\tEntity-Destination\tthe young man's cocktail flew into the running ceiling fan\ne1\te2\tgiraffe\ttongue\tComponent-Whole_reversed\ta giraffe 's tongue is purplish-black and can extend almost twenty inches\ne1\te2\towner\tinformation\tInstrument-Agency_reversed\tthe owner uses your information solely in order to process your credit card payment\ne1\te2\tangels\tpieces\tProduct-Producer_reversed\tthen after that the angels chopped him into millions of pieces, but still he glittered and hummed\ne1\te2\tblood vessels\tcirculatory system\tComponent-Whole\theart, blood vessels, blood are parts of the circulatory system\ne1\te2\tinfection\tbacteria\tCause-Effect_reversed\tuser-edited article about salmonellosis, the infection caused by salmonella bacteria, leading to diarrhea, fever, vomiting, and abdominal cramps\ne1\te2\tdamage\teruption\tCause-Effect_reversed\tthis paper presents the results of a survey of the building damage caused by the ash fall from the cataclysmic eruption of mount pinatubo\ne1\te2\tfarm\tgardenhouse\tComponent-Whole_reversed\tat the entrance to the farm is the gardenhouse, the heart of the community supported garden at genesis farm\ne1\te2\tpopulation\tfarmers\tMember-Collection_reversed\tthe major population constitutes of farmers and agriculture related business men and merchants\ne1\te2\twave\tsurfers\tMember-Collection_reversed\ta new computer aimed at people aged over 60 aims to inspire a whole new wave of silver surfers\ne1\te2\tgun\tsafe box\tContent-Container\tthe 18-year-old apparently took her life with her father's service gun, which was locked in a safe box\ne1\te2\tradio\ttuner\tOther\tstreema is an online radio tuner to listen, discover and share radios with your friends\ne1\te2\tcompanies\tliquidation\tOther\tthe companies have gone into liquidation\ne1\te2\tfire\tairconditioners\tOther\tinvestigations had indicated the fire started from the airconditioners because on arrival that was the area engulfed\ne1\te2\tessays\tvolume\tMember-Collection\tthere is a certain dissonance among the essays collected in this volume\ne1\te2\twelcome speech\tconference\tComponent-Whole\tthe welcome speech of the conference was referred by the president of vse prof. ing. richard hindls, csc\ne1\te2\tplane\trunway\tEntity-Origin\tthe plane went away from the runway and burst into flames\ne1\te2\tcastle\ttowers\tComponent-Whole_reversed\tthe castle has two big concentric towers, corresponding to a three-story building with two smaller towers at its exterior angles\ne1\te2\tearthquake\tfailures\tCause-Effect\tthe earthquake caused the failures of the electric power system, the water supply system, the sewer system, the telephone and telegraph systems\ne1\te2\tguy\tfight\tCause-Effect\tthe guy put up a fight, so the mugger takes out a gun and shoots him, point blank\ne1\te2\tnovels\twoman\tProduct-Producer\tthese are vampire novels with little blood shed and a strong moral message, written by a woman with a robust mormon faith who does not like horror books\ne1\te2\trope\thalter\tComponent-Whole\ta man living nearby brought a lantern, and i found the rope of the horse's halter tied tightly round the waist of the almost naked body of a boy\ne1\te2\tscum\ttripes\tOther\tthey are hedging bets on hosting the terror scum of different tripes\ne1\te2\tradicalisation\tmachine\tOther\tit is the oil that allows the radicalisation machine's many cogs to turn\ne1\te2\thumanity\tspace\tEntity-Destination\tthe humanity has migrated into space to settle in an outer solar system\ne1\te2\tstream\thawks\tMember-Collection_reversed\tunlike most fall days now, few bird watchers were present to witness the spectacular stream of migrating hawks passing over\ne1\te2\tbook\teditor\tOther\ta third book was requested by the editor, e.l. doctorow but he changed jobs before the manuscript was completed\ne1\te2\tdoors\tchurch\tComponent-Whole\tin a moment more the crowd began to gush forth from the doors of the church\ne1\te2\tlaw\tslaves\tMessage-Topic\tit is notable because it was the first nationwide law dealing with runaway slaves under the 1787 constitution\ne1\te2\tboils\tinfections\tCause-Effect_reversed\tboils or furuncles are caused by staphylococcal bacterial infections of the hair follicles\ne1\te2\tmethod\treduction\tComponent-Whole_reversed\tthis method increases the ship's efficiency through drag reduction while also protecting the ocean from biocides that may leak\ne1\te2\tassemblies\tcask\tContent-Container\ttypically, the maximum heat generated from 24 fuel assemblies stored in a cask is less than that given off by a typical home heating system in an hour\ne1\te2\tsystem\trobot\tComponent-Whole\tthe safety control system of the cooperative robot has size limitations, and all power is derived from onboard batteries\ne1\te2\tvillage\tpaintings\tMessage-Topic_reversed\tthe village also appears in numerous paintings\ne1\te2\tpainter\ttape\tInstrument-Agency_reversed\tthe painter's tape has to be removed\ne1\te2\tcheek\tbone\tComponent-Whole_reversed\tmy concern is that the skin around my eyes extending to my cheek bone and on the lids are wrinkled - profoundly so\ne1\te2\tperpetrators\tbomb\tInstrument-Agency_reversed\tthe perpetrators carried out the karachi blast through a planted bomb\ne1\te2\tstations\tshows\tOther\tother stations (and cable channels) have spawned imitation shows\ne1\te2\tdescription\tsection\tMessage-Topic_reversed\tanother mathematical system description is presented in the next section\ne1\te2\tnecklaces\tcradle\tEntity-Destination\tcausing many night-glowing rubies to be strung on red silken thread, he put the necklaces in the cradle\ne1\te2\tcoin\toperator\tOther\ti'm the coin-operated machine supplier a.k.a. the coin operator\ne1\te2\tbase\tseedpod\tContent-Container_reversed\tthe base of the shrine encloses a lone datura seedpod\ne1\te2\tship\tport\tEntity-Destination\tthe ship is arriving into the port now\ne1\te2\tcancer\tinfection\tCause-Effect_reversed\tcervical cancer is caused by infection with the human papillomavirus (hpv) and is one of the most common cancers in women in developing countries\ne1\te2\tcreation\tstudents\tProduct-Producer\ta gingerbread house creation by the culinary art students of wake tech was auctioned off at the umstead hotel in cary\ne1\te2\tproperty\tbedrooms\tComponent-Whole_reversed\tthe property comprises of three bedrooms, kitchen, lounge / diner and both a shower room and bathroom\ne1\te2\tcargo\tfactory\tEntity-Destination\tthe company shipped the cargo to the factory in china\ne1\te2\tstomach\tacid fluid\tContent-Container_reversed\tthe stomach contained a small amount of bile-stained acid fluid\ne1\te2\tcancers\tradiation exposures\tCause-Effect_reversed\tnotwithstanding problems associated with screening, many of those cancers were caused by radiation exposures shortly after the accident\ne1\te2\tguava\tsauce\tEntity-Origin_reversed\tone of my girlfriends ordered the lomo de puerco which was their pork chop in some guava sauce\ne1\te2\tcavvy\tmounts\tMember-Collection_reversed\tgorgol brought in your cavvy of mounts four days ago, took his bag, and rode off\ne1\te2\tcommitment\tscholarship\tOther\tthese corporate leaders have inherited woodrow wilson's commitment to scholarship\ne1\te2\temail marketing\tspam folders\tEntity-Destination\tthe email marketing is landing into the spam folders decreasing the roi for these programs\ne1\te2\tinfection\tbacterium\tCause-Effect_reversed\tthis year's nobel laureates in physiology or medicine made the remarkable and unexpected discovery that inflammation in the stomach (gastritis) as well as ulceration of the stomach or duodenum (peptic ulcer disease) is the result of an infection of the stomach caused by the bacterium helicobacter pylori\ne1\te2\ttheory\tcomputational tasks\tMessage-Topic\tthis theory focuses on computational tasks, and considers automated procedures (i.e., computing devices and algorithms) that may solve such tasks\ne1\te2\tinstaller\treveal\tOther\tthe siding installer erroneously installed the siding with a 6\" reveal, rather than a 7\" reveal as required\ne1\te2\tstocks\tretirement account\tContent-Container\ti hold the stocks in an individual retirement account\ne1\te2\tasterisk\tobservation\tOther\tas usual, an asterisk denotes a censored observation\ne1\te2\tcounter\tshop\tComponent-Whole\tthere he received food, lodging (often sleeping under the counter in the shop itself), clothes, and instruction in the craft\ne1\te2\ttoothache\tjaw problem\tCause-Effect_reversed\ta thorough oral examination, which includes dental x-rays, determines that the toothache is coming from a jaw problem\ne1\te2\tfederation\tdwellers\tMember-Collection_reversed\tthe collaborative effort helped sa and its associate group baandhani, a federation of slum dwellers, build strong relationships with the local government\ne1\te2\tstar\tdocumentary\tProduct-Producer_reversed\tthe movie's child star, michael stephenson, made a documentary about the movie titled \"best worst movie,\" released to critical success in 2009\ne1\te2\ttheory\tyoungster\tProduct-Producer\tfor a mathematician of minkowski's stature there was little glory to be had in dotting the i's on the theory discovered by a mathematically unsophisticated, unknown, unchaired youngster\ne1\te2\tpart\tconsumer\tEntity-Destination\tonly part of the food energy is passed on to another consumer\ne1\te2\tconvergence\tcirculation\tCause-Effect_reversed\talso, we note the convergence over the lakes caused by the land breeze circulation\ne1\te2\tbox\tdesk drawer\tContent-Container\twe keep the box in a desk drawer and use the removable four-compartment tray to organize cash and valuables\ne1\te2\tpair\teggs\tProduct-Producer_reversed\ti did have a mated pair of tiger oscars, a mated pair of green terrors, and a mated pair of jack dempseys, who all have spawned eggs and hatched fry\ne1\te2\tbodies\tpersons\tMember-Collection_reversed\ta statement of the boards, councils, committees and other bodies consisting of two or more persons constituted as its part or for the purpose of its advice, and as to whether meetings of those boards, councils, committees and other bodies are open to the public, or the minutes of such meetings are accessible for public\ne1\te2\tdebate\tneed\tOther\tpam court added to the debate pointing out the need for investment in primary care as part of the long term strategy\ne1\te2\tbelly\tbutton\tComponent-Whole_reversed\tour belly button heals over because there is nothing between it and our stomach except a few thin layers of skin\ne1\te2\tholy water\tbottle\tContent-Container\tthe holy water was in a bottle container in the form of the virgin mary\ne1\te2\tlid\tsarcophagus\tComponent-Whole\tthe lid of the pink granite sarcophagus is decorated with isis and nephthys, which were meant to serve as guardians over the body\ne1\te2\trelationships\ttable\tMessage-Topic_reversed\tthe relationships are summarised in the table below\ne1\te2\tstriker\tkeeper\tOther\tji-sung finds jae-young, but the striker blasts over the bar with only the keeper to beat\ne1\te2\tdoctor\tx-rays\tInstrument-Agency_reversed\ta doctor uses x-rays for radiographic diagnostic purposes\ne1\te2\tamino acid\ttumors\tEntity-Destination\tmagnetic nanoworms and nanocrystals deliver the amino acid to the tumors\ne1\te2\tamble\twalkers\tMember-Collection_reversed\ton a gorgeous autumn morning, the amble of walkers snaked down terrace road to the main entrance on the great eastern highway\ne1\te2\tbridge\tadmirals\tMember-Collection_reversed\tits ignominious failure, scattering a bridge of admirals sent to supervise its testing, became proverbial, even inspiring an episode of dad's army\ne1\te2\trecession\tcrisis\tCause-Effect_reversed\tthe severe recession triggered by the global crisis has bottomed out, thanks in part to a rebound in exports, although production remains the same\ne1\te2\tpinots\tproducer\tProduct-Producer_reversed\tone of the most memorable pinots came from a tiny boutique swiss producer\ne1\te2\tlodge\tbeavers\tMember-Collection_reversed\tsomeone with a sense of humour decided to help a lodge of beavers in neighbouring renfrew organize their own campaign\ne1\te2\tdoor\ttruck\tComponent-Whole\the noticed a speck of blood on the man's thumb and what he thought were several corresponding drops on the driver's door of the truck\ne1\te2\tpaddle wheel\tboat\tComponent-Whole\ta photo of a paddle wheel boat on the mississippi river at new orleans\ne1\te2\tmerchandise\tshop\tContent-Container\tas the plan became a reality, schwartz inventoried all the existing merchandise in the shop and prepared an excel spreadsheet to track sales\ne1\te2\tdrift\thogs\tMember-Collection_reversed\tfrench people find truffles by taking a drift of hogs into the oak forests to locate and dig for them\ne1\te2\tstatue\tfriend\tProduct-Producer\trecently a statue of welles by his faithful friend was unveiled in split, croatia\ne1\te2\tbusiness\tflies\tMember-Collection_reversed\tit was a stinker of a day and we were accompanied by a bothersome business of flies\ne1\te2\tflight\tcrisis\tCause-Effect\tin the 1998 crisis, capital flight caused a crisis on the currency markets, as the removal of funds from russia necessarily entailed the conversion of rubles to dollars\ne1\te2\theadaches\tinfections\tCause-Effect_reversed\ti used to get terrible headaches from sinus and infections that resulted in taking antibiotics a few times a year\ne1\te2\tmanager\tresources\tInstrument-Agency_reversed\tprofit centres are points in the structure where the manager uses resources in order to achieve profitability targets\ne1\te2\trabble\tbutterflies\tMember-Collection_reversed\tthe other group name, a rabble of butterflies, is a bit more obscure\ne1\te2\tdoor\tbathroom\tComponent-Whole\tthe first door inside the bathroom is a linen cupboard\ne1\te2\tcuisine\tchefs\tProduct-Producer\tthe gourmet cuisine seen throughout the film was prepared by chefs from the food network\ne1\te2\tparents\tstatement\tProduct-Producer_reversed\tthe parents of the american student said in a statement that they would immediately begin the process of appealing against her guilty verdict\ne1\te2\tservewear\tdishwasher\tEntity-Destination\tthe anoxidized servewear went into the dishwasher\ne1\te2\tcurbs\troadway\tOther\tspecially designed lampposts are spaced along the curbs of the roadway\ne1\te2\tship\tocean\tEntity-Destination\tthis remarkable research ship is vertically sinking into the deep ocean\ne1\te2\tslug\tglass envelope\tEntity-Destination\tto prevent rust, etc., the slug c is enclosed in a glass envelope before being sealed into the tap\ne1\te2\tspindle\tmachine\tComponent-Whole\tthis attachment has a taper shank which is inserted in the spindle of the machine\ne1\te2\tgrief\tinfertility\tCause-Effect_reversed\tthe grief from infertility is at times so overwhelming that no one person can provide all the comfort and support that his or her partner needs\ne1\te2\tfilms\tworld issues\tMessage-Topic\tmost of these films were tackling world issues or had a socio-political background\ne1\te2\tspecies\tforest\tOther\tbecker & castillo (1990) compared the root systems of three species of shrub or treelet with saplings of three tree species in the forest on barro colorado\ne1\te2\ttherapy\tvitamin\tComponent-Whole_reversed\tthe antioxidant therapy was comprised of vitamin e, vitamin c, beta carotene, and selenium\ne1\te2\tprogram\torigins\tMessage-Topic\tunwrapped is a television program on food network that reveals the origins of foods\ne1\te2\tboy\tjunk\tInstrument-Agency_reversed\tself-educated malawi boy builds windmills out of junk\ne1\te2\tflight\taircrafts\tMember-Collection_reversed\tafter my arrival a flight of seven van's aircrafts came in together\ne1\te2\tcoils\tslots\tEntity-Destination\tthe coils were inserted radially into the stator's open slots\ne1\te2\tinfections\tcandida\tCause-Effect_reversed\tmonilia, candida or yeast infections are caused by various species of candida, especially candida albicans, and are very common in babies and young children\ne1\te2\tbottle\tsnakes\tContent-Container_reversed\ti pressed my nose against a bottle full of snakes, fermenting in their frozen grimaces\ne1\te2\tdizziness\tdehydration\tCause-Effect_reversed\tthe elderly found it hard to cope with the high heat-humidity, which often causes nausea and dizziness from exhaustion and dehydration\ne1\te2\texport\tcompany\tOther\tthe government and some private companies hold stakes in this export company\ne1\te2\tcowboy\tturn\tOther\tthe cowboy swiftly adjusted the halter with a turn of chain between the jaws\ne1\te2\tskin\tabdomen\tComponent-Whole\tmetastases from the ovary and the uterus are seen in the skin of the lower abdomen, the groin, or the upper thigh\ne1\te2\tmaze\tletters\tOther\twhen they stood, he held out to them an endless scroll, filled with a maze of letters, words, the very stories they had been listening to\ne1\te2\tpuppeteer\tpuppet\tInstrument-Agency_reversed\tamerica allows the media to manipulate society as easy a puppeteer manipulates a puppet\ne1\te2\tquery\tmanager\tProduct-Producer\tthe strange query was coming from a 28-year-old african-american starbucks manager named crystal thompson\ne1\te2\thost\tsparrows\tMember-Collection_reversed\tthis painting depicts a swooping falcon with its claws bared pursuing a host of nine sparrows in frightened flight, the two forming an energetic arc enriched by the lifted right wing of the falcon and the panicked sparrows dispersed in all directions\ne1\te2\tgolden retriever\tcrate\tContent-Container\ta golden retriever was in a crate in the back of the vehicle when it was stolen\ne1\te2\tmelatonin\tbloodstream\tEntity-Destination\tshortly, after the injection, the melatonin was released into the bloodstream\ne1\te2\tboy\tforce\tInstrument-Agency_reversed\tthe boy pulls the rope with a force of 10.0 n; and the sled moves with constant velocity\ne1\te2\tcarbon\tplants\tComponent-Whole\tin any forest, the carbon is stored in the plants and trees\ne1\te2\tindustry\tcrap\tProduct-Producer_reversed\ttaking advantage of your seasonal obligation to buy stuff for people, the music industry unleashes its annual torrent of giftable crap\ne1\te2\tcurvature\tbowl\tOther\tthe curvature of the piece was originally from a small bowl or cup\ne1\te2\tconvention\tprevention\tMessage-Topic\tat first instance, this convention was concerned with prevention, reduction and control of pollution\ne1\te2\tlist\tsafe\tContent-Container\tat police headquarters, the list of hidden initials was forgotten locked in a safe in the office of the squad's boss\ne1\te2\twine\tgrapes\tEntity-Origin\tthe first wine was pressed from cape grapes on february 2, 1659\ne1\te2\tsolutions\tlegislation\tOther\tsolutions involving legislation, technical innovation and international cooperation have been examined\ne1\te2\tletter\tsymptoms\tMessage-Topic\tthe letter described the most common symptoms of breast, colorectal, lung, prostate and skin cancers\ne1\te2\tmaterial\tvial\tEntity-Destination\tthe scientist enclosed a liquid material in a vial in three steps\ne1\te2\tfraternity\tpresences\tMember-Collection_reversed\tprevious to and after the first dragon encounter, i had recall of several conversations with a fraternity of different presences\ne1\te2\tconclusions\tdocument\tMessage-Topic_reversed\tthe working party's conclusions were set out in a document dated june 1951\ne1\te2\tdeputy\tparty\tMember-Collection\ta deputy from albania's ruling party assaulted a balkan insight editor when he was grilled over a fake law degree\ne1\te2\tcreation\tdesigner\tProduct-Producer\tslighted authors submitted their books via write-in, but it was an unlikely cover that took home first prize, a creation by a designer named doogie horner\ne1\te2\tbottle\tpaper\tContent-Container_reversed\ti was walking on a beach today and found a plastic bottle with paper in it\ne1\te2\trouter\tinformation\tInstrument-Agency_reversed\ta router manipulates a packet's header information to influence the packet's direction\ne1\te2\tearthquake\tavalanche\tCause-Effect\tthe earthquake caused a massive avalanche on the northern slope of mount huascar\ne1\te2\tplant\tvehicle\tProduct-Producer_reversed\tthe plant builds two toyota models, the corolla sedan and tacoma pickup truck, and a small crossover vehicle for g.m\ne1\te2\treport\tprisoners\tProduct-Producer\tthe attitude of the allies changed with receipt of the very detailed vrba-wetzler report, compiled by two jewish prisoners\ne1\te2\telectrons\tapproach\tOther\tthey calculated the exit positions of the backscattered electrons from a single-scattering approach\ne1\te2\tpile\trocks\tMember-Collection_reversed\the walked me over to an immense pile of rocks -- someone had broken down a stone wall -- and told me to move them to the back of the church courtyard across the street\ne1\te2\tletter\tdinner\tMessage-Topic\tan 1833 letter detailed a dinner that began with a very rich soup and continued with a saddle of mutton\ne1\te2\tcomputer\tsleep\tOther\tthere are several scripts to shut down windows, hibernate or put the computer to sleep\ne1\te2\tpresident\tuniversity\tOther\tthe president of the university of the philippines is elected for a single six-year term by the university's twelve-member board of regents\ne1\te2\tmalfunction\tdelays\tCause-Effect\tthe jfk baggage system malfunction caused delays for some flights and caused some passengers to simply travel without their things\ne1\te2\tplane\tairfield\tEntity-Origin\tthe plane took off from an airfield a mile away from where it crashed\ne1\te2\twings\tbat\tComponent-Whole\tthe wings of a bat are made of bones like those bones in our arms and hands\ne1\te2\tparticles\tscratches\tCause-Effect\tsmall particles, grime and dirt cause friction and microscopic scratches that over time destroy the performance of equipment\ne1\te2\tpatriarch\tland\tEntity-Origin\twhen the patriarch, abram, left his native land, god made him a tremendous promise\ne1\te2\tascension\tlarks\tMember-Collection_reversed\the resisted the urge to yank open at least a few bottles of 1787 chateau lafitte (as it was then spelled) and enjoy them with a brace of partridges or an ascension of larks or whatever the french were eating at the time\ne1\te2\ttsunami\tearthquake\tCause-Effect_reversed\twhen a tsunami is generated by a strong offshore earthquake, its first waves would reach the outer coast minutes after the ground stops shaking\ne1\te2\tapricot\tmarmalade\tEntity-Origin_reversed\tapricot marmalade is delicious on toast first thing in the morning or on piping hot dinner biscuits\ne1\te2\tcats\tclaws\tComponent-Whole_reversed\tcats, on the other hand, retract their claws when they walk or run\ne1\te2\tcorporal\tarmy\tMember-Collection\the claimed to have witnessed terrible abuses in iraq as a corporal in the army\ne1\te2\tpeople\tship\tEntity-Origin\the had been as concerned about the 400 people who had left the ship as about those who remained aboard\ne1\te2\tglobules\taction\tOther\tmolten globules have moved into action\ne1\te2\tweathering\tcementation\tCause-Effect\ta deposit ages, soil formation, weathering, diagenetic processes, and earthquake shaking lead to consolidation and cementation of the sediment\ne1\te2\tbun\tbasket\tOther\tthere were two smiling and waving individuals hanging under the bun in a wicker basket equipped with the big bunsen burner\ne1\te2\tcast\tactors\tMember-Collection_reversed\ta great ensemble cast of likeable young actors makes this a joy to watch\ne1\te2\tpiece\tuse\tMessage-Topic\tthis experimental piece explored the use of indigenous medicinal plants by modern urban cultures\ne1\te2\tnut\tflour\tEntity-Origin_reversed\tthe fermented cashew nut flour has the highest energy values while the boiled sample has the least\ne1\te2\tpresent\tpast\tEntity-Origin\tthe present is constructed from the past\ne1\te2\tlabor\tmoles\tMember-Collection_reversed\tmy vegetable garden was destroyed by a labor of moles\ne1\te2\thobo\tmorning\tOther\twhen the hobo leaves the next morning, dick notices that on the gate is a picture of a knife\ne1\te2\tmurderer\tprison\tEntity-Origin\ta convicted murderer who escaped from an open prison has been found dead in a west african holiday resort, it was revealed today\ne1\te2\tlabour dispute\tarbitration\tEntity-Destination\tcn railway labour dispute goes into arbitration\ne1\te2\twoman\ttale\tProduct-Producer_reversed\tthis science-fiction thriller by a seattle author is the story of jane charlotte, a young woman who tells her increasingly surreal tale of murder, kidnapping and an evil tribe of \"bad monkeys\" who are trying to control her actions to a skeptical psychiatrist\ne1\te2\tpaper\tbehaviour\tMessage-Topic\tthis paper surveys the behaviour of the industry from its origins to the present in a perspective informed by current developments\ne1\te2\tcomputer\tbox\tContent-Container\tthe computer was inside a water-proof box\ne1\te2\tcupful\tshrimps\tOther\tanother good salad calls for a cupful of shrimps, cut in small pieces; half a cupful of celery hearts diced small, and seasoning of pepper and salt\ne1\te2\thall\tlift\tComponent-Whole_reversed\tthe hall has a lift and full access for the disabled\ne1\te2\tdesigner\tline\tProduct-Producer_reversed\tgames aren't the only geeky point of reference for the designer's new line\ne1\te2\taudiophile\tforest\tEntity-Origin\ta little later the audiophile descended from the forest to announce cables could improve the sound of a hi fi system\ne1\te2\tbody\toxygen\tInstrument-Agency_reversed\tthe human body uses oxygen in order to transform glucose into energy\ne1\te2\tsloth\tbears\tMember-Collection_reversed\tduring play, i ingested a large sloth of gummi bears in my efforts to help ward off a potential jon lee \"10-0\" train\ne1\te2\tscreaming\tvictory\tCause-Effect_reversed\tthe cheering and screaming after the victory had hardly died down when marilyn kelly proclaimed \"party at my house!\"\ne1\te2\tscreaming\tfight\tCause-Effect_reversed\tyou counted almost thirty-three honorable punches and kicks thrown in this clip of little kid screaming after the terrible fight\ne1\te2\tmason\tplazas\tProduct-Producer_reversed\tmanuel neves, the spouse of idalina, is a mason who did work on the shopping plazas and at botti's maple avenue residence\ne1\te2\tprofessor\tcare\tEntity-Origin\twhen the professor was released from medical care, he was able to fly home on a commercial flight, but required being accompanied by a medical assistant\ne1\te2\tshoe\tlaces\tComponent-Whole_reversed\told kook's makes super strong shoe laces, designed especially for skateboarding\ne1\te2\twoman\ttaxi\tOther\tthe blind woman took the taxi driver to the equality tribunal\ne1\te2\ttest\tcontroversy\tOther\tpoor umpiring pushed the test into controversy\ne1\te2\tspam\tmail server\tEntity-Destination\tthe spam already travels into the mail server\ne1\te2\tclock\tbutton\tComponent-Whole_reversed\teach side of the clock has a button that, when pressed, starts the other team's timer running\ne1\te2\tdetachment\tpartisans\tMember-Collection_reversed\ta large detachment of soviet partisans was beginning operations in the area and so the upa company was forced right from the start to make manoeuvres in order to avoid a confrontation with the soviets\ne1\te2\timplants\tjawbone\tEntity-Destination\tmdi implants were placed into the jawbone\ne1\te2\tpayment\tgateway\tOther\tthere is several bulk sms software and the popular ones can be purchased online after making the payment through secured payment gateway\ne1\te2\tbomb\tcan\tContent-Container\tan unexploded bomb was discovered inside a powdered milk can two months ago\ne1\te2\tremark\tauthor\tProduct-Producer\tthis is a disturbing remark from the author which indicates just how arrogant and distant the police have become\ne1\te2\tcountries\trecession\tOther\tother countries are also sinking into recession\ne1\te2\tlesions\tleg weakness\tCause-Effect\tlesions restricted to the rear portion of the medial part of the precentral gyrus caused a contralateral predominantly distal leg weakness\ne1\te2\tbattery\tbarracudas\tMember-Collection_reversed\ta battery of barracudas relies on ambush\ne1\te2\toperation\tarrest\tCause-Effect\tone of the largest internet piracy rings in the world has been shut down in a police operation that resulted in the arrest of 181 people\ne1\te2\tproducer\tmaterials\tProduct-Producer_reversed\tdevices like that led to the company being converted to a producer of strategic materials for the axis powers during world war ii\ne1\te2\tprogramme\twelcome speech\tComponent-Whole_reversed\tthe programme began with the welcome speech of the organisation's president mahabubul haider and was presided over by kranti's adviser dilip\ne1\te2\trice\tliquor\tEntity-Origin_reversed\tthe taste, however, is mild, and like rice liquor gone right\ne1\te2\tstare\towls\tMember-Collection_reversed\tanyway, when he read that stacey had spent the night beneath the stare of more than 30 owls, his interest was piqued\ne1\te2\tconditions\tmagnitude\tOther\tthese conditions have relation to such matters as the magnitude and importance of the company\ne1\te2\tbubbles\ttubes\tEntity-Destination\ti have removed the bubbles into the glass tubes\ne1\te2\tentertainer\tpick\tInstrument-Agency_reversed\tthe entertainer defaced the soundman's vehicle with an ice pick\ne1\te2\tresults\tinvestigations\tMessage-Topic_reversed\tjisc has recently released preliminary results of one of the largest investigations ever undertaken into the usage of e-books by students\ne1\te2\tcurriculum\tpeople\tEntity-Destination\tthe cfa program curriculum is shipped to the people\ne1\te2\tfortress\twalls\tComponent-Whole_reversed\tthe fortress has two layers of walls - the outer wall with the fortress gates, and the inner wall protecting the keep\ne1\te2\tbeef\tstew\tEntity-Origin_reversed\tit's a straightforward beef stew to which all sorts of root veg can be added\ne1\te2\tfilm\tsocial factors\tMessage-Topic\tof course the film also takes into account the social factors\ne1\te2\tofficer\tfork\tInstrument-Agency_reversed\tthe officer merely calibrates the unit with a tuning fork, then points it at a moving object, which can be moving either toward or away from the gun\ne1\te2\tincidents\tdistress\tCause-Effect\tdod/usaf/afrcc initiated federal sar response activities for incidents that result in aeronautical distress\ne1\te2\tapproximation\tassumption\tEntity-Origin\tthe approximation is derived from an assumption that a is constant along the radial positions in the tube\ne1\te2\trelease\tpresence\tCause-Effect_reversed\tpavlov-like, looking at the picture aids \"let-down,\" the release of milk normally triggered by the presence of the baby, its touch, its cry\ne1\te2\tdeclaration\tstatement\tOther\ta declarative sentence or declaration, the most common type, commonly makes a statement\ne1\te2\tdispute\tpay\tOther\tworkers at a devon hospital are due to strike on 5 january for two days in a dispute over sick pay\ne1\te2\tbottle\tgasoline\tContent-Container_reversed\tthe molotov cocktail is a bottle with gasoline in it that has a damp cloth in the top that acts as a wick\ne1\te2\tbrake\tcable\tComponent-Whole_reversed\tbrake cable anchor bolts are the most important fasteners on a bicycle\ne1\te2\twinery\tgardens\tComponent-Whole_reversed\tthe winery includes gardens\ne1\te2\tthumb\thand\tComponent-Whole\the use the thumb of the hand holding the head to pull down the lower eye lid to create a pouch\ne1\te2\treaders\tcontent\tOther\treaders focus on the content rather than struggling to see the words\ne1\te2\tinspiration\tevent\tCause-Effect_reversed\tthe inspiration for the multi-touch technology came from a decidedly non-digital event\ne1\te2\touter ear\tear canal\tComponent-Whole_reversed\tthe outer ear also includes the ear canal, where wax is produced\ne1\te2\tstem\ttree\tComponent-Whole\tscratch the stem of this tree and a spicy-sweet aroma is revealed\ne1\te2\tdebate\tpurpose\tMessage-Topic\tpublic debate swirls over the purpose and goals of science\ne1\te2\tpeople\tspace\tEntity-Origin\tit was like playing people from outer space\ne1\te2\tbottle\tliquid\tContent-Container_reversed\ta man picked us up at an airport on the west coast a short time ago, and on the floor of his car was a bottle with liquid in it\ne1\te2\tlid\ttank\tOther\tthe victim slipped off the gangway while attempting to close the lid of the tank trailer\ne1\te2\tdiffusion\tprocess\tInstrument-Agency\ta diffusion driven desalination process is driven by water vapor saturating low humidity air\ne1\te2\tdinner\tvillage\tEntity-Origin\tour dinner was delivered from the local village\ne1\te2\treducers\tsystem\tEntity-Destination\tthe company dragged the reducers into the hydrocarbon transportation system\ne1\te2\tsuspects\thouse\tEntity-Origin\tafter his alarm began to sound and the suspects had left the house, he went to the front door\ne1\te2\tversion\tdiffing\tComponent-Whole_reversed\tit's coming along really well; i've got a base version with diffing in it released in less than a couple of weeks\ne1\te2\tprotein\tpancreas\tProduct-Producer\tinsulin is a simple protein normally produced by the pancreas\ne1\te2\treconstruction\ttsunami\tOther\tnow that recovery and reconstruction after the tsunami are getting under way, we want to see people move into their new homes, communities resume their livelihoods and children back into their rebuilt schools\ne1\te2\tlibertarianism\tessay\tMessage-Topic_reversed\tlibertarianism as discussed in this essay is a theory of political justice\ne1\te2\tunit\treceivership\tOther\tthe bond-insurance unit was placed into receivership\ne1\te2\tcranberry\tsyrup\tEntity-Origin_reversed\tthe french toast was very tasty and the mango cranberry syrup was a nice touch\ne1\te2\twash water\tsump pump\tEntity-Destination\tdraining your wash water into an open sump pump was a bad idea\ne1\te2\twarren\thares\tMember-Collection_reversed\tit was formerly known as how park, possibly through the early connexion of william de ow with the parish, and had its origin in the charter of 1200 granting william briwere the elder chase of hare, fox, cat and wolf through all the king's land (per totam terram nostram) and warren of hares, pheasants and partridges throughout all his own lands, as also licence to inclose two coppices, one of which was situated between king's somborne and stockbridge and the other was called how wood\ne1\te2\tlegion\tmarksmen\tMember-Collection_reversed\tkurosawa hired a legion of marksmen to fire arrows at his lead actor\ne1\te2\tmethod\tformation\tComponent-Whole_reversed\tthe method includes the formation of a two-layer semifmished product with a low-melting surface layer and simering combined with impregnation\ne1\te2\terror\tquotas\tOther\tthe european ombudsman, p. nikiforos diamandouros, has asked the european commission to correct an administrative error concerning fishing quotas in the west of scotland\ne1\te2\tstone\twindow\tEntity-Destination\tlast night, someone threw a stone into our glass window\ne1\te2\trage\treading\tCause-Effect_reversed\traj driven to rage after reading about yet another weirdly spelled web 2.0 company is struggling on techcrunch\ne1\te2\talbum\tpublic\tOther\tcent's hotly anticipated new album has been leaked on to the public\ne1\te2\tminister\tconference\tOther\tforeign minister participated in a high level un conference on financing for development\ne1\te2\trug\tjar\tEntity-Origin\tas they watch, the jar breaks open and a dark man with a rolled-up rug climbs from inside the jar\ne1\te2\tstudies\tquestions\tOther\tstudies described in this article investigated two questions about forgiveness\ne1\te2\tcells\tanimals\tEntity-Destination\tscientists have injected human cells into lab animals\ne1\te2\tcrowd\tprotesters\tMember-Collection_reversed\tcondoleezza rice speaks amid a crowd of torture protesters\ne1\te2\tflooding\trainfall\tCause-Effect_reversed\tthe team prepared gis precipitation and contour maps of the area (approximately 777 square miles) depicting the landforms and identifying the flooding and landslides caused by the rainfall\ne1\te2\tearthquake\trupture\tCause-Effect_reversed\tthe 1906 san francisco earthquake was caused by a rupture on the san andreas fault, a continental transform fault that forms part of the boundary between the pacific plate and the north american plate\ne1\te2\tinstruments\tglacier\tEntity-Origin\tpioneering percussionist terje isungset plays instruments made from a 2500 year old glacier\ne1\te2\tmemorandum\tchanges\tMessage-Topic\tjames p. gorman greeted his employees on tuesday with a memorandum that outlined the management changes at the firm\ne1\te2\tlid\ttoilet\tComponent-Whole\tthey posted a note on the back of the door and the lid of the toilet\ne1\te2\talarm\tcircuits\tComponent-Whole_reversed\ta two zone alarm means the alarm has two seperate 'detection' circuits and can identify which circuit was triggered\ne1\te2\trelationship\tstudies\tOther\tthe relationship between funding source and study outcome was investigated in several other studies\ne1\te2\tgrains\tcountries\tEntity-Destination\taustralia exports grains to the neighboring countries\ne1\te2\tobject\torbit\tEntity-Destination\tan object has been placed into orbit\ne1\te2\tgrief\tdeath\tCause-Effect_reversed\tthe grief from sudden death is completely different from expected death, when families have time to prepare and say goodbye\ne1\te2\tbook\tpoet\tOther\tthe book, compiled by the poet's daughter, includes memoirs by writers, poets, translators, critics, actors, and theater directors\ne1\te2\tcombustion\tflask\tOther\tschoniger's technique for combustion of organic compounds in a flask filled with oxygen is well known\ne1\te2\tcabinet\ttechnocrats\tMember-Collection_reversed\tthose who staged the coup appointed a civilian prime minister and a cabinet of civilian technocrats\ne1\te2\tarmor\tknights\tInstrument-Agency\tthis is the best armor for knights\ne1\te2\tbeer\tmaize\tEntity-Origin\tthere is chicha, andian beer made with a maize called jora\ne1\te2\twounds\tthorns\tCause-Effect_reversed\tthe wounds caused by the scourging and the thorns are almost invisible\ne1\te2\tcreek\tages\tOther\ta series of steps takes you to the top of the falls where you get a wide and spectacular view of the stone bowl that the creek has carved over the ages\ne1\te2\tgalleries\toccupation history\tMessage-Topic\tthe tunnel complex now hosts a series of galleries detailing the occupation history\ne1\te2\tconfigurator\tparts\tComponent-Whole_reversed\tthe existing configurator i'm certain is built up of many parts expertly layered, probably mostly inside of this 'configed' program\ne1\te2\tpeople\tdesigns\tProduct-Producer_reversed\tmyoats is a community where people create designs using an online drawing application\ne1\te2\twar\tdesires\tCause-Effect_reversed\tthe war was caused by the expansionist desires of hitler, mussolini and the japanese imperialists\ne1\te2\tlaw\toffice\tProduct-Producer\tthe official printed slip law is available from the government printing office\ne1\te2\tproject\tphases\tComponent-Whole_reversed\tthe project comprises several phases including 19 miles of highway expansion\ne1\te2\tdevice\tstem\tInstrument-Agency_reversed\tthe fixation device fixed the tibia proximally with a stem which was inserted into the medullary channel and connected to a rod\ne1\te2\tnarcs\trock\tOther\tthe narcs planted a rock of cocaine on me when they arrested my buddy with his stash\ne1\te2\tosteoporosis\tdecrease\tCause-Effect_reversed\tosteoporosis is caused by a sharp decrease in estrogen levels that leads to an increased rate of bone remodeling\ne1\te2\tsubculture\thomosexuals\tMember-Collection_reversed\tbon vivants were a subculture of homosexuals who partied in the 50's\ne1\te2\ttier\ttowels\tComponent-Whole_reversed\tthe bottom tier was made with two bath towels, the third tier with one bath towel, the second tier with two hand towels\ne1\te2\tgirl\ttrance\tOther\ta beautiful young girl is going into blissful trance\ne1\te2\tcoil\trotor\tComponent-Whole\tin the sketch at right, the electromagnet formed by the coil of the rotor is represented as a permanent magnet, and the same torque (north attracts south) is seen to be that acting to align the central magnet\ne1\te2\tcrime\tcommunities\tEntity-Destination\tthey have exported serious crime to previously blissful communities\ne1\te2\tbackground\tcity\tOther\tin the background is a depiction of a city with angels that along a path that leads towards it\ne1\te2\tdesign\toffice\tProduct-Producer\tthe following monday, his bosses were so impressed they gave him a job as a draughtsman in the design office\ne1\te2\tcollapse\tconsumers\tCause-Effect_reversed\tthe economic collapse was caused by consumers buying mortgages they couldn't afford and the housing collapse\ne1\te2\tlizard\ttongue\tComponent-Whole_reversed\ta lizard sticks its tongue out of its mouth\ne1\te2\tfever\tvaccine\tCause-Effect_reversed\tconvulsions that occur after dtap are usually not caused directly by the vaccine, but by a fever, which in turn was triggered by the vaccine\ne1\te2\tburrows\tbirds\tProduct-Producer\tburrows by birds are usually made in soft soils; some penguins and other pelagic seabirds are noted for such burrows\ne1\te2\tappeal\tworker\tProduct-Producer\tone of the most important ostraca found at mesad hashavyahu is a written appeal by a field worker to the fortress's governor\ne1\te2\tjournal\tpapers\tComponent-Whole_reversed\tit is a magazine style journal that publishes full-length research papers in all disciplines of science\ne1\te2\tdrug\tconjugates\tEntity-Origin\tthe character of the drug release from the conjugates was different\ne1\te2\tcorps\tengineers\tMember-Collection_reversed\tthe first civilization to have a dedicated force of military engineering specialists were the romans, whose army contained a dedicated corps of military engineers known as architecti\ne1\te2\tbird\tcontainer\tContent-Container\twe recommend keeping the bird in a container, not letting it loose in your house or car\ne1\te2\ttank\tmolasses\tContent-Container_reversed\tat the time of the incident the front tank was full of molasses, the middle two tanks were empty and the rear tank had just been emptied\ne1\te2\tmanakin\tsounds\tCause-Effect_reversed\tto determine, once and for all, how the manakin was making its bizarre sounds, bostwick and colleagues decided to take feather samples\ne1\te2\tscandal\tdemocrat\tEntity-Origin\tthe biggest political sex scandal came from a democrat\ne1\te2\tunit\tcaisson\tContent-Container\tthe motor unit is housed inside a caisson\ne1\te2\tcatheter\tstomach\tEntity-Destination\ta catheter was placed into the stomach through the same gastrostomy tract\ne1\te2\tevening\tletter\tMessage-Topic_reversed\the painted the picture of a typical middle-class family evening in a letter to the editor\ne1\te2\talliance\tinterests\tMember-Collection_reversed\tchess is a game that portrays the old power structures of feudal europe and recognizes the alliance of different authoritarian interests that kept the people of society under the yoke of service to the elite\ne1\te2\tunit\tdye\tInstrument-Agency_reversed\tthe assay sample preparation unit processes a specimen using a fluorescent dye\ne1\te2\tbook\tgraduate\tProduct-Producer\tin the book, the unc-chapel hill graduate explains how starbucks became a wall street favorite by making its customers feel environmentally aware, upwardly mobile, connected and cool\ne1\te2\tangle\tresolution\tOther\tthe opening angle of the cherenkov cone measures the velocity with a resolution of 0.2%\ne1\te2\tmanufacturer\tprocess\tInstrument-Agency_reversed\tthe manufacturer guarantees the dimension by using the precise grind process\ne1\te2\tbiceps\tarm\tComponent-Whole\tthe stabilising effects on the glenohumeral joint of each of the rotator-cuff muscles and of the biceps were studied with the arm in abduction and external rotation in 13 cadaver shoulders\ne1\te2\tdata\tset\tEntity-Destination\tyou have fetched character data into a standard result set\ne1\te2\tflower\tbuds\tComponent-Whole_reversed\tthe flower buds of forsythia require a relatively short rest period and will grow at the first sign of warm weather\ne1\te2\tdrove\tgoats\tMember-Collection_reversed\tfrom time to time a drove of goats or donkeys passed by on its way to the jardin du luxembourg\ne1\te2\tgun\tsafe\tContent-Container\ti'm not a violent person and the gun was locked in a safe away from anyone\ne1\te2\tplastics\tmachine\tOther\tit damaged some components of espresso machines and the plastics inside the machine absorbed it and started to pass on odour and taste to the espresso\ne1\te2\tmounds\tearthworms\tProduct-Producer\tmounds in the lawn are caused by earthworms working in the top few inches of turf\ne1\te2\tarchaeologists\ttrap\tEntity-Destination\tmany archaeologists have fallen into a trap while working to solve the secret of this pyramid\ne1\te2\tbook\twritings\tMessage-Topic\tit is a 2004 book criticizing the political and linguistic writings of noam chomsky\ne1\te2\tknot\tfrogs\tMember-Collection_reversed\tthe knot of struggling frogs stays flopping in the same spot on the pond surface\ne1\te2\twater\treceptacle\tEntity-Destination\twith the ramps and platform for off-ground vehicle washing, used water is collected in a receptacle below platform\ne1\te2\tdoctor\tmask\tInstrument-Agency_reversed\tin your issue of april 26 a photograph shows a woman doctor with a precautionary mask against sars infection, attending a patient\ne1\te2\trecipe\tpage\tEntity-Origin\tthis page is based on the well working recipe from the pizza dough page\ne1\te2\timplants\tfunction\tOther\tthese implants were placed into function\ne1\te2\tdrive\tcar\tContent-Container\tthe hard drive was forgotten placed inside a car, which was ignited\ne1\te2\tballads\tpoliticians\tMessage-Topic\tthese ballads specialized in lampooning politicians and authority figures who encouraged irishmen to fight in foreign wars\ne1\te2\tstallions\tstud\tOther\twe have three of the finest hanoverian stallions in england standing at stud\ne1\te2\tdirective\tdiscrimination\tMessage-Topic\tthe directive applied to discrimination on the basis of gender reassignment as well as discrimination on the basis of sex alone\ne1\te2\twebsite\tmaps\tComponent-Whole_reversed\tthis website gives you detailed maps and trails that are specifically in kent\ne1\te2\tfloat\tcrocodiles\tMember-Collection_reversed\tseth tends to devote his affections to his float of crocodiles that live in the tiny swampland on seabat isle\ne1\te2\tslice\tdish\tEntity-Destination\tthen, we placed a bread slice into the heatproof baking dish\ne1\te2\tpainter\tperch\tInstrument-Agency_reversed\tthe painter uses a perch and a roller to apply the painting to the roof of a building\ne1\te2\tsugar\tmix\tEntity-Destination\tin the next step, the chef added sugar into the mix\ne1\te2\tmarriage\trituals\tComponent-Whole_reversed\tthe marriage combined the rituals of the mangalorean bride and the punjabi groom with the vows being exchanged according to south indian tradition while pre-wedding rituals like 'mehendi' and 'sangeet' conducted as per punjabi tradition\ne1\te2\tcriminal procedure\tlegal process\tOther\tcriminal procedure refers to the legal process for adjudicating claims that someone has violated criminal law\ne1\te2\tapple\ttree\tEntity-Origin\tthe apple went away from the apple tree\ne1\te2\tunit\tmemory\tComponent-Whole_reversed\tthe system unit is comprised of a central processing unit, memory, power supply, and an internal clock\ne1\te2\telectrodes\tmethod\tOther\tthe present invention relates to a method for producing battery electrodes, electrodes produced by this method, and batteries containing such electrodes\ne1\te2\twomen\tpump\tInstrument-Agency_reversed\tmost women use a portable pump for this purpose\ne1\te2\tcells\tcarbon dioxide\tProduct-Producer_reversed\tdirect-formic acid fuel cells convert formic acid and oxygen into carbon dioxide and water to produce energy\ne1\te2\tsubtitles\tfiles\tEntity-Destination\tthe user added subtitles into the mp4 files\ne1\te2\trennet\tanimals\tProduct-Producer\tthe best cheeses use a rennet naturally produced by animals and unpasteurised milk from the neighbourhood farm with its bacteria and nutrients intact\ne1\te2\tnobleman\torganization\tProduct-Producer_reversed\tin 1890, the nobleman organized and founded a sports organization, union des societes francaises de sports athletiques (usfsa)\ne1\te2\tcorn\tstarch\tEntity-Origin_reversed\twith corn starch as its source material, plantic's plastic is also cost-competitive\ne1\te2\trevenues\tselling\tCause-Effect_reversed\tlicenses and permits are revenues from the selling of vendor and dog licenses and other items\ne1\te2\tbirds\tfeathers\tComponent-Whole_reversed\tbirds take a lot of time caring for their feathers\ne1\te2\tmathematician\tformula\tProduct-Producer_reversed\tthe first mathematician derived the new formula for the sum of the fourth power using a method that is readily general for determining the general formula for the sum of any integral powers\ne1\te2\tlight\tazimuth\tEntity-Origin\toblique light is directed toward the specimen from any azimuth to achieve the best desired effect for a given specimen\ne1\te2\tbuilding\tman\tOther\tbut none of this was really necessary, because you just head for the largest building ever created by man\ne1\te2\tactivity\tresources\tOther\tthe following activity involves surveying the child health resources available in your group's community\ne1\te2\tculture\tbacteria\tOther\tmuch of the work on continuous culture of bacteria has been carried out with aerobic bacteria, though little has been done with strict anaerobes\ne1\te2\tentertainment\tcomedy\tComponent-Whole_reversed\tcabaret is a form of entertainment featuring comedy, song, dance, and theatre\ne1\te2\tauthor\tarticles\tProduct-Producer_reversed\tmichael barry is one of the most respected riders in the peloton and the author of two books and many fascinating articles\ne1\te2\tcartilage\tbackbone\tOther\tas you age, the bones and cartilage that make up your backbone and neck gradually deteriorate, sometimes forming irregular bony outgrowths called bone spurs\ne1\te2\tgrave\tfool\tProduct-Producer\twhen the guard happened upon a mass grave dug by this sick fool, a massive, horned, disgusting behemoth was digging itself out\ne1\te2\tname\tverb\tEntity-Origin\tthe name peerbot arose from the verb 'to peer'\ne1\te2\tmoney\tproducers\tEntity-Destination\tthe government gave money to wind power producers\ne1\te2\tcrank\tfishing reel\tComponent-Whole\tthe user holded the handle with one hand and used the other hand to rotate the crank of the fishing reel\ne1\te2\tround\tdrinks\tMember-Collection_reversed\ti went with a few friends up to the sky pool bar area, proceeded to order a round of cocktail drinks and had to wait a considerable amount of time for them\ne1\te2\taerie\teagles\tMember-Collection_reversed\twe saw an aerie of eleven eagles soaring majestically alongside us on the heights of monte espino\ne1\te2\tinventor\tradio\tProduct-Producer_reversed\tthe veteran inventor best-known for creating the clockwork radio is planning to float his incubator company on the stock exchange\ne1\te2\tcartload\tmonkeys\tMember-Collection_reversed\tthey're as artful as a cartload of monkeys when it comes to breaking the rules\ne1\te2\tchoice\tbook\tOther\ta choice takes you forward by a more or less fixed number of pages at any given position in the book\ne1\te2\tarticle\ttesting\tMessage-Topic\tan article has been prepared on patient self testing of oral anticoagulation\ne1\te2\tflatware\tsteel\tEntity-Origin_reversed\theavy-gauge flatware is composed of polished stainless steel for good heft and balance\ne1\te2\tcompiler\tprogrammer\tInstrument-Agency\tthe compiler assumes that the programmer passes an object to the method\ne1\te2\tadjective\tnoun\tEntity-Origin\tthe adjective capitolinus was of course derived from the noun\ne1\te2\tcommodities\tcocoa\tMember-Collection_reversed\tthere is need for \"agreement between producers and consumers that established fair prices for commodities, including those such as cocoa, coffee, sugar and tropical timber\"\ne1\te2\tmusicians\tinstruments\tInstrument-Agency_reversed\tmost musicians have developed a standard of their own for cleaning their instruments\ne1\te2\tcongressmen\tparty\tOther\tonly a few congressmen attended that first party in 1977\ne1\te2\tcongregation\tbirds\tMember-Collection_reversed\tchilika supports the largest congregation of migratory birds in the country during winter\ne1\te2\tpeople\tbody\tEntity-Origin\tthey have talked to people who have come out of their body in surgery; they come out of their body after an accident\ne1\te2\tcoterie\tdogs\tMember-Collection_reversed\tthe minnesota zoo's northern trail is home to a coterie of black-tailed prairie dogs\ne1\te2\tbottle\tsolution\tContent-Container_reversed\tthe \"rosewill lcd/plasma screen cleaner\" came with a bottle full of solution and a cloth and a spray bottle to put the solution in\ne1\te2\tbarn\tfarm\tComponent-Whole\tthe bull is grazing at the hay pen by the barn at a farm in the mennonite heritage village\ne1\te2\tkennel\thounds\tMember-Collection_reversed\tyou needed a glamour cat to purr in this kennel of hungry hounds\ne1\te2\tsubculture\tbeatniks\tMember-Collection_reversed\tin the 50s, as the postwar generation lived lives of \"leave it to beaver,\" a subculture of beatniks and musicians was busy being \"mischievous, irreverent, impulsive, drunken, and sex-obsessed,\" breaking the social mores that came along with ike and the baby boom\ne1\te2\tlaboratory\tmagnets\tProduct-Producer_reversed\tthe laboratory made elementary mistakes in the production of the magnets and their anchors that made them insecure once the system was operational\ne1\te2\tbank\tmonitors\tMember-Collection_reversed\tthe first thought we had was to set up the bank of monitors and simply feed a bright and unusual color to it, such as green, and then use the greenscreened monitors to later add video of our choosing\ne1\te2\tescapee\tfollowing\tOther\ta british prison escapee who taunted police over the internet has established a following of more than 32000 fans on facebook\ne1\te2\tentrance\ttunnel\tComponent-Whole\tunlike modern tunnels, the brothers placed their fan at the entrance of the tunnel\ne1\te2\tinjection\tvein\tEntity-Destination\ta new trial injection was inserted into a leg or an arm vein\ne1\te2\tfocus groups\tneeds\tOther\tthe purpose of the focus groups was to determine user needs, wants, and concerns early and progressively throughout the development of the prototype\ne1\te2\tsentence\tdisease\tMessage-Topic\tthe second sentence tells us about heart disease, which is an illness of late middle age and old age\ne1\te2\tside\tlight\tOther\tthe port side of a vessel is indicated with a red navigation light at night\ne1\te2\tpollutant\train\tCause-Effect\tmore than 4500 tons of nitrogen oxides annually -- a pollutant that causes smog, acid rain, and contributes to asthma attacks and other breathing problems\ne1\te2\tsection\tduties\tMessage-Topic\tthis section outlines the duties of the trust with respect to setting the bbc's editorial standards\ne1\te2\taddiction\tneglect\tCause-Effect\taddiction and poverty lead to neglect and abuse\ne1\te2\tchap\tfiddle\tInstrument-Agency_reversed\tit includes acts such as a chap who plays jigs on the fiddle while balancing on a rope\ne1\te2\tliver\trats\tComponent-Whole\twe also showed the presence of 22:6(n-3) in the liver and brain of weanling rats\ne1\te2\towls\tlocations\tEntity-Destination\tthe juvenile tawny owls were released into four woodland locations\ne1\te2\trailing\tbridge\tComponent-Whole\tahead of her the young woman stops again and is leaning over the heavy iron railing of the bridge\ne1\te2\tchildren\tspoon\tInstrument-Agency_reversed\tthe children ate the cake with a spoon\ne1\te2\twriters\tpapers\tProduct-Producer_reversed\twith medical ghostwriting, pharmaceutical companies pay both professional writers to produce papers and then pay other scientists or physicans to attach their names to these papers before they are published in a medical or scientific journals\ne1\te2\tflush\tclubs\tOther\ti had three of the eights against a flush of clubs\ne1\te2\tnation\tyears\tEntity-Origin\tthe nation emerged from president george w. bush's eight years in office more dependent on oil than ever before\ne1\te2\tsusceptibility\tcancers\tOther\the has inherited susceptibility to certain cancers\ne1\te2\tswelling\tsmoking\tCause-Effect_reversed\tthe swelling of the vocal fold mucosa is caused by smoking\ne1\te2\tincubation\treduction\tCause-Effect\tin conclusion, incubation of the aorta produces a specific reduction in agonist-evoked contraction\ne1\te2\tturkey\tcrock pot\tContent-Container\tmaking a slow cook turkey in the crock pot is pretty similar to making one in the oven\ne1\te2\tcelebrity\tparty\tOther\tthe celebrity arrived to crash the party\ne1\te2\tmeal\tchef\tProduct-Producer\teveryone, including the chef, is a 'soldier first' and 'tradesman second', and troops find themselves eating a meal cooked by the same chef who supported them out on patrol or fired mortars in the same mission\ne1\te2\tstories\tfuture\tOther\this stories range from near future predictions to far future, far space improvisations\ne1\te2\triffraff\tcharacteristics\tOther\twe owe it to ourselves to separate the riffraff from riffraff of less unsavory characteristics\ne1\te2\tparticles\tvessel\tContent-Container\tin this study, we examined the suspension of solid particles in a vessel equipped with dual traditional impellers\ne1\te2\twarmouth\tbin\tContent-Container\tthe warmouth, for example, was in a bin next to some nearly translucent banded pygmy sunfish\ne1\te2\trim\tcockpit\tComponent-Whole\ti quickly glanced around to see if the tow crew was near yet and then kissed the rim of the cockpit\ne1\te2\ttourism sector\tpoverty\tOther\tthe tourism sector is sinking into deeper poverty\ne1\te2\tchicken\troad\tEntity-Origin\tit was pushed on the road by another chicken, which went away from the road\ne1\te2\tlife\talien worlds\tEntity-Destination\tsuch cosmic impacts also have spread life to alien worlds\ne1\te2\tflowers\tgarden\tComponent-Whole\tit can be seen among the wild flowers growing in the lower garden of pavilion vi\ne1\te2\tissue\tattention\tOther\tin recent years, the issue of experimentation upon nonhuman animals has become the subject of media attention\ne1\te2\tpiece\tfellow\tProduct-Producer\tthis is a brilliant piece of work by a fellow not one person in the music press would ever have tipped to write one of the great scottish albums of the last five years\ne1\te2\tsilver\tring\tOther\ton the last day, in a small shop in the plaka, the oldest quarter in athens, i bought a silver ring with athena's image carved on it\ne1\te2\tscience fiction\tnovel\tOther\trama revealed (1993) is a science fiction novel by arthur c. clarke and gentry lee\ne1\te2\thigh humidity\trainfall\tCause-Effect_reversed\tthe high humidity caused by the rainfall damaged the seed of pu already mature while the good soil moisture allowed the seed of so, to and oo to fill better\ne1\te2\tpresident\thelp\tOther\tadditionally, the president won the democratic nomination with the help of the super delegates\ne1\te2\trye\tliquor\tEntity-Origin_reversed\tat its height, the whiskey rebellion involved thousands of pennsylvania farmers being taxed on rye liquor, their chief export\ne1\te2\tlocation\tfortress\tOther\tthe superb location of this fortress allows us a great view over the surrounding mountains\ne1\te2\ttrunk\tlid\tComponent-Whole_reversed\tmount the antenna on the trunk lid, at least 3 inches from the front edge\ne1\te2\tcriticism\tcontext\tMessage-Topic\ttheir moral criticism concerns the particular social and personal context in which they appear\ne1\te2\tstand\ttrees\tMember-Collection_reversed\tthis was the thought until recently when a small stand of ginkgo trees were found growing in a remote valley in china\ne1\te2\tphalanx\tstorks\tMember-Collection_reversed\tin the autumnal season, a phalanx of storks, herons, or swans, mounts into the heavens, like an ascending pyramid, to migrate from the frigid to the torrid zone\ne1\te2\te-mail\tmanager\tProduct-Producer\tin a frantic midnight e-mail to colleagues, the bank's senior technology manager referred to the situation as an \"unprecedented crisis.\ne1\te2\tdebris\tatmosphere\tEntity-Destination\ta giant asteroid, like the one shown in this artist's rendering, has thrown fiery debris into earth's atmosphere\ne1\te2\tdefendant\twitness\tOther\tthe defendant, in order to prove his plea of justification, produced a witness named mary dillon\ne1\te2\tvirus\tdisease\tCause-Effect\tfirst, the h5n1 virus has caused by far the greatest number of human cases of very severe disease and the greatest number of deaths\ne1\te2\tcitizens\tboarder guards\tEntity-Destination\tthe usa government handed over these detained foreign citizens to russian boarder guards\ne1\te2\tguide\tinteractions\tMessage-Topic\toverall the guide speaks about creative and dynamic interactions\ne1\te2\tlamp\tfitting\tComponent-Whole_reversed\tthis reflects much of the light back towards the lamp fitting\ne1\te2\tmanhole\tcover\tComponent-Whole_reversed\tin the nineteenth century, modern manholes and the modern manhole cover were developed\ne1\te2\tgardeners\tmulch\tInstrument-Agency_reversed\tsome gardeners use a thick mulch for this purpose\ne1\te2\tsymptoms\tchemical changes\tCause-Effect_reversed\tmany symptoms of fight or flight are caused by chemical changes in the body, but these two symptoms of are caused by chronic, rapid, shallow breathing\ne1\te2\tbatter\tpan\tEntity-Destination\tfollowing step 2 in making pancake, he poured the batter in the pan\ne1\te2\tissue\tdiscussion\tMessage-Topic_reversed\tthe issue of the legitimacy of kosovo's declaration of independence is now under discussion by the international court of justice\ne1\te2\tproducts\tcharities\tEntity-Destination\tpublic brand products were donated to charities\ne1\te2\tresearchers\tink\tInstrument-Agency_reversed\tthe sensors being created inside the fiber are so tiny that the researchers mark their location with ink\ne1\te2\tphoto\twindow\tOther\ti took this photo out of an airplane window\ne1\te2\towner\tgrease\tInstrument-Agency_reversed\tthe owner had installed the closed-end nuts with a generous dab of wheel bearing grease\ne1\te2\tpack\tscripts\tMember-Collection_reversed\tthe agency spent this week auctioning off a 12-pack of beer-commercial scripts on ebay\ne1\te2\turine\tadults\tProduct-Producer\tthe urine output of the normal adults was 1350ml\ne1\te2\tclutter\tplanes\tMember-Collection_reversed\ti was formerly a person who looked at the sky expecting only the usual clutter of planes, stars, and the occasional blinking satellite\ne1\te2\tplane\tairport\tEntity-Destination\tthis plane arrives into the international airport in melbourne\ne1\te2\tmouse\tscroll wheel\tComponent-Whole_reversed\tthe mouse is a traditional ball mouse with 3 buttons and a scroll wheel\ne1\te2\tmusicians\tstate\tEntity-Origin\tmany excellent musicians emanated from ihe hoosier state\ne1\te2\thilt\tsword\tComponent-Whole\ti had my hand on the hilt of the sword waiting for your signal to kill him\ne1\te2\tcongregation\tpeople\tMember-Collection_reversed\twe were a congregation of young people concerned about the religious education of our children as well as creating a good life in our community\ne1\te2\tcommunities\tbuilder\tProduct-Producer\ti visited other communities the builder had built\ne1\te2\tbox\tchest\tContent-Container\tthat box was in a chest that had been locked since at least the early 1800s\ne1\te2\tmovie\tcelebrations\tMessage-Topic\tthe 1983 movie \"a christmas story\" captured the nation's heart with a story about 1950s middle american celebrations during the christmas season\ne1\te2\tfactory\tpadlock\tProduct-Producer_reversed\tanother product from the factory was the scandinavian padlock (\"polhem locks\", swedish: polhemslas)\ne1\te2\tcarpenter\tshaft\tEntity-Destination\ta carpenter fell into an elevator shaft\ne1\te2\tteenagers\tties\tOther\thomeless teenagers return home with the help of family ties\ne1\te2\tassassination\tarrests\tCause-Effect\tthe assassination resulted in extensive arrests of governmental, security, and criminal figures\ne1\te2\trope\tpearls\tComponent-Whole_reversed\tpearls are expensive and rare, many women prefer to buy a good-sized south sea pearl pendant, instead of opting for a rope of pearls\ne1\te2\tsuitcase\tclothing\tContent-Container_reversed\ta suitcase with some clothing in it had been left by my bed earlier in the week\ne1\te2\tguy\tswab\tInstrument-Agency_reversed\tthe guy cleaned the heads with a cotton swab soaked in flushing fluid, changed the pad, and then ran a head clean, the results were amazing\ne1\te2\tdirector\treportage\tProduct-Producer_reversed\tduring his early period, the director produced numerous documentaries, including an interview with aleksandr solzhenitsyn and a reportage about grigori kozintsev's flat in st petersburg\ne1\te2\tparagraph\tpurpose\tMessage-Topic\topening paragraph defines purpose of essay clearly and succinctly, allows the reader to predict what follows and establishes a clear theme for essay\ne1\te2\tstorm\tdamage\tCause-Effect\tthe storm resulted in 31 deaths and 2.5 million dollars damage\ne1\te2\tsilver\tring\tOther\ti bought a silver ring from a bass pro shops, a hunting/fishing chain store, for $53\ne1\te2\tidea\tstory\tEntity-Origin\tthe idea for the film came from a short story by ward greene entitled \"happy dan\ne1\te2\tpottery\tfriend\tEntity-Origin\tthe name of keith murray meant nothing to me until i was given some pottery by a friend who was leaving for america\ne1\te2\tplane\tcemetery\tEntity-Destination\tthe plane crashed and landed into a cemetery killing 17 children\ne1\te2\tshooter\tbullets\tInstrument-Agency_reversed\ta sporting shooter in a nearby car killed her with three bullets from his gun\ne1\te2\tportrait\tpaintings\tMessage-Topic_reversed\this portrait appears in innumerable paintings in the national gallery, sometimes with his mother in a supporting role\ne1\te2\tcongress\tstates\tMember-Collection_reversed\tthe first involved representation in congress of different-sized states\ne1\te2\texamination paper\tphysical geography\tMessage-Topic\tone examination paper was in physical geography, the other in political geography\ne1\te2\tpolicies\tdisaster\tCause-Effect\tobama's economic policies are turning into a global disaster\ne1\te2\tbottle\twater\tContent-Container_reversed\tthe desert temperature at the time of her death was 110 degrees, but a bottle with water in it was found with her body, raising doubts on dehydration as a cause of death\ne1\te2\tlover\thand\tComponent-Whole_reversed\ti found a lover with a slow hand\ne1\te2\tsuitcase\tcash\tContent-Container_reversed\ton his journeys around the world, yasser arafat was in the habit of taking a suitcase full of cash for \"emergency\" cases\ne1\te2\tegg\tbottle\tEntity-Destination\tthe egg was pushed into the bottle\ne1\te2\tseat\ttruck\tComponent-Whole\ti had enough plywood left over from previous jobs to build the box, and there was a nylon tow strap stored behind the seat of the truck\ne1\te2\tenvironmentalists\teconomics\tOther\tenvironmentalists, utilities, and green businesses are turning to behavioral economics\ne1\te2\tplay\ttrip\tOther\tthe original play was inspired by a trip to europe made by murray burnett in 1938\ne1\te2\tbed\tpost\tComponent-Whole_reversed\this big slouch hat even was cocked jauntily over the bed post\ne1\te2\tclass\tstudents\tMember-Collection_reversed\tin some cases, however, teachers have been given sole responsibility for a class of thirty students, with as many as ten having disabilities\ne1\te2\tplane\tairport\tEntity-Origin\tthe plane took off from an airport in duval county, florida on saturday\ne1\te2\tautomobile\tsheriff\tInstrument-Agency\tharry loper had provided the automobile that the sheriff used to get the two men out of harm's way\ne1\te2\tdancer\tstudio\tEntity-Destination\tthe dancer has arrived into the studio\ne1\te2\teggs\tbelly\tContent-Container\tscientists have discovered for the first time a dinosaur with shelled eggs inside her belly\ne1\te2\tlaptop\tmanufacturer\tProduct-Producer\tthere has been abuzz in recent weeks about the arrival of a diminutive new laptop from a little-known hardware manufacturer\ne1\te2\tservant\tspoon\tInstrument-Agency_reversed\tthe servant who carves removes the fat with a spoon\ne1\te2\tsupreme court\tstates\tOther\tthe supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment\ne1\te2\tpizza dough\tbin\tContent-Container\tthe pizza dough was in a bin on the floor\ne1\te2\tspecies\tland\tEntity-Destination\tthese species migrated into the fallow land\ne1\te2\tsystem\tparticipants\tInstrument-Agency\tmost importantly, the increase in bold activity in these regions was independent of the motor system that the participants used to express their decision\ne1\te2\tmiles\tsea\tOther\tin the end what was left of the city was miles from the sea, and many of the inhabitants left swampy lowland to live in the surrounding hills\ne1\te2\tsailor\tmusket\tInstrument-Agency_reversed\tin the foreground, the illustration shows a sailor with a musket standing on the shore\ne1\te2\tkit\tpigeons\tMember-Collection_reversed\teach club member flew his flock or kit of twenty pigeons, to be judged for twenty minutes\ne1\te2\tmurders\texecution\tCause-Effect\tthus, evaluating capital punishment as a form of retribution is reduced by sellin to merely estimating the proportion of capital murders that result in execution\ne1\te2\taddiction\tinformation\tMessage-Topic_reversed\tthis website is dedicated to providing quality addiction related information and drug and alcohol treatment program listings\ne1\te2\topioids\tpain\tOther\tin recent years there have been many advances in the use of opioids for cancer pain\ne1\te2\tclusters\tcosmology\tOther\tthe authors propose galaxy clusters as a tool for cosmology\ne1\te2\tdizziness\tinjury\tCause-Effect_reversed\tdizziness was caused by whiplash and head injury\ne1\te2\trichness\tmartens\tMember-Collection_reversed\twhen fur coats were popular, a richness of martens were sacrificed to make one coat\ne1\te2\tneighbors\tsnow\tOther\tfive neighbors used snow blowers to clear the road ahead while the other neighbors dug out the snow around the ambulance with snow shovels\ne1\te2\thull\tscratch\tCause-Effect\tthe hull caused a scratch on the eye and that is why it's not healing all the way\ne1\te2\te-mail\trequest\tMessage-Topic\tin one e-mail, climate scientist benjamin santer commented on a request for data and correspondence from science blogger stephen mcintyre\ne1\te2\tmassacre\tonslaught\tCause-Effect\tthe massacre resulted in a local and international onslaught\ne1\te2\tknowledge\tdescendants\tOther\tour ancestors have passed on knowledge to descendants\ne1\te2\tnecromancer\tpower\tInstrument-Agency_reversed\tthe necromancer wields the power of death itself, a power no enemy can stand against\ne1\te2\tstatement\thead\tProduct-Producer\tthis week, for example, brought a public statement by the head of now acknowledging that the fight to have women valued for their inner beauty is essentially a wash\ne1\te2\tmanager\tplane\tEntity-Origin\tpilot-money manager who bailed out of plane over shelby county says in letter he \"snapped\"\ne1\te2\tcornucopia\topportunities\tOther\thell already offers a cornucopia of employment opportunities for anyone coming from a myriad of backgrounds, but they lack name recognition\ne1\te2\tchurch\tobscurity\tOther\tthe church is sinking into indolent obscurity\ne1\te2\tcolds\tinflammation\tCause-Effect\tboth colds and flu cause inflammation of the mucous membranes (found in the nose, throat and mouth)\ne1\te2\tdivision\tmusketeers\tMember-Collection_reversed\tat one point, for instance, attacking a large division of musketeers with a small group of lancer cavalry resulted in a massacre of the musketeers\ne1\te2\tmaker\tapps\tProduct-Producer_reversed\tthe suit accuses the maker of apps like \"slideshow\" for myspace and \"superwall\" for facebook of making its unencrypted customer data \"available to even the least capable hacker.\ne1\te2\tmessage\tmail application\tEntity-Destination\tanother message is being delivered to another mail application\ne1\te2\twoman\tcloset\tEntity-Destination\ta japanese woman moved into the bloke's closet\ne1\te2\tcrush\texecutions\tOther\ttexas prepares for crush of executions\ne1\te2\tconstipation\tabdominal pain\tCause-Effect\tconstipation is the most common cause of abdominal pain in the pediatric population\ne1\te2\tinsects\twings\tComponent-Whole_reversed\tinsects wings are very thin so the poor insect must beat (or flap) their wings very fast so that they can really take off to fly\ne1\te2\tdocument\tproof\tMessage-Topic\tit is an official document providing proof of ownership of a motor vehicle\ne1\te2\tpoverty\tadministration\tCause-Effect_reversed\tour country is resolving the war and poverty caused by the previous administration\ne1\te2\taurora\tpolar bears\tMember-Collection_reversed\ti had to battle through an aurora of polar bears to get to the station, where all the trains were cancelled and the one that i finally got took 37 hours to get to london, where there is no snow and it is about 20c like a summer day\ne1\te2\tensembles\tfestival\tOther\t22 traditional dancing ensembles participated in the festival of razlog\ne1\te2\tarea\tcortex\tComponent-Whole\tthis area is part of the association cortex, regions of the brain responsible for incorporating and synthesizing information from multiple other brain regions\ne1\te2\tpiano\tframework\tComponent-Whole_reversed\tsecondly, the soundboard contributes much more to the timbre underneath the keyboard because it is less obscured by the piano 's framework and hammer mechanism\ne1\te2\tdaughter\tmicrowave\tEntity-Destination\ta man had a psychotic episode when he put his baby daughter in a microwave\ne1\te2\tmitigation\tprescriptions\tEntity-Destination\tdoctors have inserted ghg mitigation into the prescriptions\ne1\te2\tkey\tpouch\tContent-Container\tno one found the handcuff key, which was hidden in a small pouch in his gym shorts\ne1\te2\twater\tplate\tEntity-Destination\tshe just poured half a bottle of water into her lunch plate and all over the table\ne1\te2\tmails\tservers\tEntity-Destination\tthe incoming mails are sent to queue servers\ne1\te2\tsisterhood\tdancers\tMember-Collection_reversed\ttina moeckel and gail coakley have been with the guild for 17 years, have sons and daughters who they have danced with onstage, worked with backstage, and belong to a sisterhood of women dancers, now lifelong friends\ne1\te2\tproperty\tvessel\tOther\tfor registration purposes, the property in a vessel is divided into 64 indivisible shares\ne1\te2\toffense\tgame\tOther\tthe buffs once again lacked playmakers, the wide receivers couldn't get open, the offense went away from the running game early\ne1\te2\tusers\tcontent\tProduct-Producer_reversed\tan emerging category is \"podcasting\", in which users generate content for widespread download on portable mp3 players\ne1\te2\tscript\tchildhood\tEntity-Origin\tthe script was drawn from his own childhood when he felt that his father couldn't understand his feelings and emotions\ne1\te2\ttreat\ttowel\tContent-Container\talong with lots of padding, a treat wrapped inside a towel was put inside the seat of the stuntman's pants to entice the dog to bite the padded part\ne1\te2\tenergy\tcoal\tEntity-Origin\t38% of the world's generated electrical energy is gained from coal\ne1\te2\tpain\tcontraction\tCause-Effect_reversed\tthe pain was radiating from the contraction out to my hips and back and then down both my legs all the way to my toes\ne1\te2\tcorpses\tgraves\tEntity-Destination\tthey have placed corpses into shallow graves along with stone tools\ne1\te2\tproblems\tdebate\tMessage-Topic_reversed\tthe problems of crime and the quality of justice have become central issues in public debate\ne1\te2\tfarmers\timplements\tInstrument-Agency_reversed\tfarmers till their fields with implements which europeans know only from museums\ne1\te2\tscum\tnationalities\tOther\tthe citizens remained in their houses, and only vagabonds, the scum of various nationalities, and spies were about; women were not to be seen, or only such as belonged to the dregs of society\ne1\te2\tstraw\tstack\tOther\thardcore country cats are happy to live in the shed or the chicken house, or a nest deep inside a straw stack\ne1\te2\tseed\toil\tEntity-Origin_reversed\tthe study demonstrates that ultrasound is a reliable and great efficiency tool for the fast extraction of korean pine seed oil\ne1\te2\tanger\tspeech\tCause-Effect_reversed\tthe fresh muslim anger has been caused by the opening speech delivered by pope benedict xvi on september 12, 2006\ne1\te2\tevening\tdrink\tOther\ti milked their evening drink for them and then found them asleep\ne1\te2\tcold sores\tvirus\tCause-Effect_reversed\tcold sores or fever blisters are caused by the herpes simplex virus and are usually relatively easy to identify\ne1\te2\ttrainer\tend\tInstrument-Agency_reversed\tthe trainer touched the scorpion lightly with the end of a straw and it lifted its tail up\ne1\te2\tthrong\tshoppers\tMember-Collection_reversed\tsuddenly, they were in oxford street, amid a throng of shoppers\ne1\te2\thead-phone\tsystem\tComponent-Whole\tthe head-phone of the ear pad system is provided with a head band which is formed into an approximately u-shape mounted on a head top portion of a user\ne1\te2\tcoat\tcassock\tEntity-Origin\tthe coat was evolved from the cassock, a loose, knee-length coat with buttons all the way down the front\ne1\te2\tcompanies\tcountries\tEntity-Destination\tmany japanese companies have been moving into developing countries for cheap labor\ne1\te2\tparents\tfraud\tOther\this parents have been dragged into his alleged life insurance fraud\ne1\te2\tauthor\tbook\tProduct-Producer_reversed\tthe canadian author's sixth book is a domestic tragicomedy about love, alcoholism and failed families\ne1\te2\tprojects\tsocial justice\tMessage-Topic\tit creates projects having to do with social justice and environmental justice\ne1\te2\tnatural science\tstudy\tOther\tbiology is the natural science concerned with the study of life and living organisms\ne1\te2\trug\tplans\tEntity-Origin\tsounds like the rug got pulled out from the original plans\ne1\te2\tdough\tpie pan\tEntity-Destination\tshe formed the dough into a round loaf and placed the dough in a greased nine-inch metal pie pan\ne1\te2\tdynamic\tliterature\tMessage-Topic_reversed\tthis predictable dynamic has recently been established in the research literature\ne1\te2\tfish\ttidal action\tOther\tsome of them breed in the rice-field, while other fish enter the field through tidal action\ne1\te2\tplastic bottle\tmeth lab\tContent-Container_reversed\tthe plastic bottle contained a working \"shake-n-bake\" method meth lab\ne1\te2\teditor\tnewspaper\tEntity-Origin\teditor resigns from student newspaper after publication of controversial cartoon\ne1\te2\tpanel\tadvocates\tMember-Collection_reversed\tin a staggering lapse of judgment, the national research council let its panel of hydrogen advocates publish a deeply flawed report trashing plug-in hybrids\ne1\te2\tshepherds\ttrebuchets\tInstrument-Agency_reversed\treal shepherds use trebuchets\ne1\te2\tmachine\tmonitor\tComponent-Whole_reversed\tthis particular elliptical machine has a dual grip heart rate monitor so that when you get the power intensity ramp on full stride you can keep track of how your heart is reacting to your workout\ne1\te2\tcar\tcamera\tComponent-Whole_reversed\tthat car had a number of gps sensors and lasers, a camera, and other equipment to help it make its way through the course\ne1\te2\televator\toperator\tInstrument-Agency\tthe elevator operator is a meditation on the simultaneous power and futility of hope\ne1\te2\tblade\thilt\tComponent-Whole_reversed\tthe gatotsu stance itself is done by holding the blade by the hilt in the left hand, and poising the right hand above the tip of the blade\ne1\te2\tgunman\tleg\tOther\ta gunman pumped a bullet into his right leg and fled his northwest side convenience store with several hundred dollars\ne1\te2\tbride\tpheras\tEntity-Origin\tfor the zillionth time in a hindi film, a bride runs away from the pheras on her wedding day\ne1\te2\ttrain\tstation\tEntity-Origin\tas the little black train goes from station to station, driver zach picks up more and more silly passengers\ne1\te2\tcolloquia\tlanguage\tMessage-Topic\tthis is facilitated through regular colloquia on the subject of language and society, as well as through a diverse curriculum of courses offered toward the clasp graduate certificate\ne1\te2\tplants\tgrain\tProduct-Producer_reversed\tso when the plants came up and bore grain, then the weeds appeared also\ne1\te2\tfindings\tinteractions\tMessage-Topic\toverall, the findings on class work discourse point out invariant teacher-student interactions\ne1\te2\tmob\tthugs\tMember-Collection_reversed\tan attorney of law and his two sons who are public prosecutors, accompanied by a mob of about 50 thugs attacked an historical roman orthodox church in rasheed, egypt\ne1\te2\tinquiry\tsafety issues\tMessage-Topic\tthe inquiry was confined to investigating marine safety issues\ne1\te2\tson\tdish\tProduct-Producer_reversed\ther son, trent, remade for his father the dish cooked at the school that day\ne1\te2\tpeople\tworld\tEntity-Destination\tin the past three to four years, many industry people have come into the venture world\ne1\te2\tlegs\tcompany\tProduct-Producer\tand those are guys running on the exact same legs made by the same company\ne1\te2\tquarrel\tmoney\tCause-Effect_reversed\tthe quarrel during the night of the crime was caused by money\ne1\te2\tmanuscript\tstudy\tOther\tthe manuscript has been the object of intense study by many professional and amateur cryptographers\ne1\te2\tlist\tdata structures\tMember-Collection_reversed\tshigang chen and liman wei, both of santa clara, calif., and partha bhattacharya of cupertino, calif., have developed a method for removing redundancies from a list of data structures\ne1\te2\tconcept car\tmotor shows\tComponent-Whole\tit was a concept car displayed by bmw in 2007 at several international motor shows\ne1\te2\tskull\tauthorities\tEntity-Destination\tinfamous criminal's skull was handed over to the authorities\ne1\te2\tsinusitis\tinfection\tCause-Effect_reversed\tsinusitis is the inflammation of the sinuses caused by a bacterial infection\ne1\te2\tphysics\tturmoil\tOther\tenigmatic discoveries of dark matter a few decades ago and of dark energy a few years ago have thrown physics into turmoil\ne1\te2\tspring\tvalve\tComponent-Whole\tnotwithstanding the use of special assembly techniques, it is currently quite common to find, downstream of the assembly line, known radiator caps with the small spring of the low-pressure valve imperfectly aligned with one of its necessary bearing surfaces and/or with the shutter, which leads to unpredictable operation of the radiator cap and consequent rejection of the product\ne1\te2\tworker\tplank\tInstrument-Agency_reversed\tanother worker with a long straight-edge plank screens over the wall to remove any bumps\ne1\te2\tobjects\tsand\tEntity-Destination\tbecause of the air pressure, the objects sank into the sand\ne1\te2\thookup\tvessels\tOther\tthe current study demonstrates that angiogenesis occurs early following transplantation, resulting in a hookup of donor and recipient vessels\ne1\te2\tblackberry\tjelly\tEntity-Origin_reversed\tthe jar on the left has blackberry jelly, the middle jar is relish, and the jar on the right is blueberry jam\ne1\te2\tsubject\tcard\tOther\tas the face of each card is displayed, the subject identifies the name associated with the card\ne1\te2\tworks\tparts\tComponent-Whole_reversed\tof these one of the very first that occurred to me was, that there is seldom so much perfection in works composed of many separate parts, upon which different hands had been employed, as in those completed by a single master\ne1\te2\tpin\tmicrocontroller\tComponent-Whole\tthis means that current flowed out of the pin of the microcontroller\ne1\te2\tfire\taftershock\tCause-Effect_reversed\tduring the great fire of the aftershock in tokyo in 1923 many ginkgo trees survived while other trees died\ne1\te2\tpeople\tinstructions\tInstrument-Agency_reversed\tdianetics appealed to a broad range of people who used instructions from the book and applied the method to each other, becoming practitioners themselves\ne1\te2\tparagraph\tnumber\tMessage-Topic\tthe paragraph states that the number of rules is finite\ne1\te2\tclique\tladies\tMember-Collection_reversed\tthe town's most popular sculpture, however, is the high-heeled clique of bost ladies created by malmo artist fred aberg\ne1\te2\tdashboard area\tcar\tComponent-Whole\the started with the dashboard area of the car, as that's where so much dust and dirt shows up\ne1\te2\tproduct\tattack\tCause-Effect_reversed\tthe major product arose from an attack of aromatic compound\ne1\te2\tcrust\tplanet\tComponent-Whole\tthe crust of the planet was flooded with melt and the crater tended to erase itself\ne1\te2\tpleiad\tbuilders\tMember-Collection_reversed\tthere are two important personalities among the pleiad of builders of bulgaria after the liberation, which are opposite to each other in their state-political views and activity\ne1\te2\tcancer\tlymph nodes\tEntity-Destination\tcancer has spread into lymph nodes close to the tumour\ne1\te2\tgas\tshell\tEntity-Origin\tin the known reciprocating hermetically sealed motor compressors, the refrigerant gas arrives vaporized from in the shell\ne1\te2\tensemble\tdecision trees\tMember-Collection_reversed\tone approach is to have an ensemble of decision trees with each data site contributing its own local decision tree to the ensemble\ne1\te2\tinterpolation\tdistortion\tCause-Effect\tinterpolation of the missing samples repairs the waveform with a minimum of distortion\ne1\te2\tcell mass\tflask\tContent-Container\tthe results were obtained after measuring the cell mass in a flask\ne1\te2\tdoor\tlocks\tComponent-Whole_reversed\tnearly two-thirds of all burglaries involve forced entry, and they succeed partly because of flimsy door locks and mounting hardware\ne1\te2\tfable\tdifference\tMessage-Topic\tthe fable narrates a difference between prehistory and history that is beyond the comprehension of those on either side of the divide\ne1\te2\tcouple\tcoffee\tInstrument-Agency_reversed\ta couple relaxes with a cup of coffee at one of alaska's fabulous bed and breakfasts\ne1\te2\tgrove\tpines\tMember-Collection_reversed\twe gathered kindling in a grove of tall pines near the cabin\ne1\te2\tconverter\tprocess\tOther\tthe dc-dc converter was manufactured in a 130nm bulk cmos process\ne1\te2\thouse\tforeclosure\tOther\tthe house is going into foreclosure\ne1\te2\trod\tdamper\tComponent-Whole\tthe rod of the damper passes thru the main stem, so you need to have a top nut with a hole in it (part 110 in the drawing)\ne1\te2\tbomb\tcar\tContent-Container\ta planted bomb put inside a sedan car exploded in front of the fine arts institution at mansour neighborhood\ne1\te2\tremarks\tresults\tMessage-Topic\tthe following remarks have special reference to the results obtained in the human lung\ne1\te2\teditor cum scientist\treverence\tOther\tthe editor cum scientist approached the pod with reverence, and a remote control device\ne1\te2\tbark\ttrunk\tComponent-Whole\tthe bark of this tree trunk presented an interesting pattern\ne1\te2\tfiles\tfolder\tEntity-Destination\ti chose the simplest option: i copied and stored the files in a specific folder, and used them from there\ne1\te2\tdevastation\teducation\tCause-Effect_reversed\tthe worst devastation around us has been caused by the abject failure of religious education\ne1\te2\tmessage\tbox\tContent-Container\tthe message was inside a box of post toasties\ne1\te2\tplayer\tequipment\tInstrument-Agency_reversed\twhatever your choice, that horribly dated chick corea electric keyboard tone on the first cut sounds like the player bought his equipment at toys \"r\" us\ne1\te2\tswarm\teels\tMember-Collection_reversed\tin an effort to lighten the sexually intense atmosphere that surrounded us like a swarm of excited electric eels, i decided to try a bit of humor\ne1\te2\tmanufacturer\tresponse\tProduct-Producer_reversed\twhen a fan of ea's golf game pointed out a flaw that tiger woods could play a \"jesus shot\" from on water, the game manufacturer's response was this viral featuring the man himself\ne1\te2\torder\tpreachers\tMember-Collection_reversed\tthe impossibility of attending with frequency congregations gathered in various parts of the kingdom, led before long to the employment of lay speakers; and these in turn gradually gave place to an established order of itinerant preachers; and later these again to ministers settled for a limited period, with superintending bishops\ne1\te2\tovens\tmechanism\tComponent-Whole_reversed\the purchases only microwave ovens that have a \"fail safe\" mechanism, which shuts off the power when the door is opened or prevents the door from opening when the oven is operating\ne1\te2\tcerebellum\tbrain\tComponent-Whole\tin humans, the cerebellum comprises only about one-tenth of the total volume of the brain, but more than 50 percent of all its neurons are located in the structure\ne1\te2\tfarmhouse\tfarm\tComponent-Whole\tthe farmhouse of the farm kronendal, built in 1800, is a natinal monument\ne1\te2\tact\tcontracts\tMessage-Topic\tthe act applies to contracts or agreements among competing manufacturers and distributors\ne1\te2\toil\tcask\tContent-Container\textra virgin olive oil is in a cask\ne1\te2\twrangle\townership\tOther\ta judge has ordered a woman to hand over her daughter's pet sheep to a rescue centre after a legal wrangle over ownership of the animal\ne1\te2\tvehicle\tphotographer\tInstrument-Agency\ta good off road vehicle is the best tool for a photographer with a sense of adventure\ne1\te2\tstudy\tprofessors\tProduct-Producer\tthey established that the russian president's academic credentials were based on a dissertation he had lifted in part verbatim from the russian translation of a management study written by two professors at the university of pittsburgh in 1978\ne1\te2\tculture\tdiscussion\tMessage-Topic_reversed\tthe culture of violence has become the topic of discussion among the people following the series of recent riots in java\ne1\te2\tbook\tlibrarian\tOther\ta rasher of bacon was found in a returned book by a worthing librarian\ne1\te2\tmodel\tprocess\tOther\tin order to gather experimental data, researchers explicitly defined a model describing the process\ne1\te2\tconfederation\tmodules\tMember-Collection_reversed\tthe brain, to paraphrase dr. gazzaniga, is a confederation of various modules capped by the \"normally dominant computational systems\" of the left brain, that has the \"capacity to interpret our multiple self.\ne1\te2\tline\tdata\tOther\tthe dotted line refers to experimental and simulated data\ne1\te2\tguinea\thand\tEntity-Destination\the put a guinea into the hand of the poor fellow\ne1\te2\tspecial\tterm\tMessage-Topic\tuncle jay occasionally does a one-off special, dedicated to explaining a specific term or issue\ne1\te2\tscrew\tload frame\tComponent-Whole\tquasi-static tensile tests were performed on the specimens using a screw driven instron load frame\ne1\te2\tbank\tstatement\tProduct-Producer_reversed\tthe bank issued a statement at around 2am in the uk confirming that it would buy lehman's north american investment banking and capital markets business\ne1\te2\tdrivers\twheel\tInstrument-Agency_reversed\tmy 92 rangers drivers wheel is clicking or grinding all the time going down the road\ne1\te2\tbooks\tknitting\tMessage-Topic\tmost recent books on the topic of traditional knitting contain information on sanquhar knitting\ne1\te2\tcasket\tsarcophagus\tContent-Container\tremains from the viking ship were reburied in an aluminium casket put inside a five-ton stone sarcophagus\ne1\te2\tidea\tteenager\tProduct-Producer\ta bizarre idea springing from the mind of an original-thinking teenager in malta is put into a chat room and picked up by an interested schoolteacher in cleveland\ne1\te2\tgases\tcows\tProduct-Producer\tbritish scientists are fighting climate change by reducing the harmful greenhouse gases produced by flatulent cows\ne1\te2\tclips\ttracks\tEntity-Destination\toften users have dragged midi clips into audio tracks\ne1\te2\tconvention\trights\tMessage-Topic\ta child is an individual with personal oppinions, feelings and needs, just as adults are, that is what the convention of children's rights says\ne1\te2\tabsorbent\treactor\tContent-Container\tthe absorbent was contained in a 3 litre reactor\ne1\te2\tchurch\taristocracy\tProduct-Producer\tthe church, is a stunning onion-domed, golden-filigreed, jewel of a building built (1903-1912) by the russian aristocracy\ne1\te2\twoman\tcasket\tOther\tman gets life sentence in kidnap, ransom case of woman he kept in makeshift casket\ne1\te2\tdepression\tsuicide\tCause-Effect\tbut among the heroin addicts especially, there is frequently a very severe depression, and depression is one of the main causes of suicide\ne1\te2\ttiding\tmagpies\tMember-Collection_reversed\tthe band's mascots are a tiding of black-billed magpies and a beanie baby skeleton called \"death\"\ne1\te2\tessays\tbook\tMember-Collection\tthe essays collected in this book -- written by some of the leading experts in the field -- challenge this popular image right at its heart, taking as their starting point that science trades not only in truth, but in fiction, too\ne1\te2\te-mail\treceiver\tEntity-Destination\tyour e-mail has been successfully delivered to the receiver\ne1\te2\tnetwork\texperts\tMember-Collection_reversed\ta second significant recent institutional development has been the establishment of an eu network of independent experts on fundamental rights\ne1\te2\tmemorabilia\ttimes\tEntity-Origin\tthe trust strives to gather, protect and preserve aircraft and aviation memorabilia from bygone times especially material with a bay of plenty or new zealand connection\ne1\te2\tpeople\tdamnation\tOther\this deeds have thrown thousands of people into eternal financial damnation\ne1\te2\tproducts\twarehouse\tEntity-Destination\tyour products have landed into our warehouse and you have been called to book in a delivery date\ne1\te2\tmeteorites\tspace\tEntity-Origin\ti also incorporate meteorites from outer space and dinosaur bones\ne1\te2\treport\tmigration\tMessage-Topic\tthe report investigates migration in the context of demographic changes and trends in both growth and inequality\ne1\te2\tbile\tliver\tProduct-Producer\tthe bile produced by the liver is collected in bile canaliculi, which merge to form bile ducts\ne1\te2\tcars\tmetro\tComponent-Whole\tthere was a time when the sound of an accordion playing in the cars of the metro brought commuters respite from \"le stress.\ne1\te2\tglut\tpears\tOther\tpear and ginger marmalade was made from a glut of corella pears\ne1\te2\tmulti-user dungeon\tbuilders\tProduct-Producer\thowever, the adminstrators of a multi-user dungeon - comprised primarily of two factions, builders and coders - are the backbone of mud creation\ne1\te2\talcohol\tchocolate ball\tEntity-Destination\tthe baker put alcohol into the dark chocolate ball\ne1\te2\tsurveys\treport\tEntity-Destination\twe have entered successful surveys into report demonstrating secondary meaning\ne1\te2\tbed\tpole\tComponent-Whole_reversed\tthis bed pole has a hook type handle, and fits under the mattress and provides a firm handle to assist with moving and positioning in bed\ne1\te2\telephants\tholes\tProduct-Producer_reversed\telephants have been observed digging holes to drink water and then ripping bark from a tree, chewing it into the shape of a ball, filling in the hole and covering over it with sand to avoid evaporation\ne1\te2\tdriver\tcar\tEntity-Origin\tthe driver was ejected from his small car\ne1\te2\tnation\tpeople\tMember-Collection_reversed\ta nation is a group of people\ne1\te2\tpaleogene horizons\tbasement blocks\tEntity-Destination\tthe paleogene horizons have migrated into the upthrown basement blocks from adjacent sedimentary horizons\ne1\te2\tlecturer\ttape\tInstrument-Agency_reversed\tthe previous robotics lecturer had created an obstacle course with colored duct tape on the floor\ne1\te2\tgame\tbin\tContent-Container\tthe aerosmith game was in a bin over on the other side of the store\ne1\te2\tspeech\thomophobia\tMessage-Topic\tobama speech addresses homophobia, anti-semitism among black americans\ne1\te2\thead\tcoils\tComponent-Whole_reversed\tthe stereo cutter head has two coils which move in a magnetic field\ne1\te2\tprogram\tdifficulties\tOther\tthe loan program is running into insurmountable difficulties\ne1\te2\tbottle\twine\tContent-Container_reversed\tpeople look at me as if i'm crazy talking to a bottle full of wine\ne1\te2\tidea\tscript\tOther\twhat we saw was a promising idea sabotaged by a muddled and undernourished script\ne1\te2\tviolation\tmemory\tEntity-Destination\tviolation in the text associated concepts was brought into the working memory in an attempt to resolve the violation\ne1\te2\tflows\terosion\tCause-Effect\twe minimized excessive flows that cause flooding, bank erosion, and habitat loss\ne1\te2\tgods\tbreath\tInstrument-Agency_reversed\tthe gods conquer the asuras with the \"breath within the mouth\"\ne1\te2\treagent\tholding dam\tContent-Container\tthe reagent was contained in a \"holding dam\" of melted paraffin wax approximately 2 inches in diameter\ne1\te2\tstem\tverb\tComponent-Whole\tthe stem of the verb is the main building block when forming the present tense\ne1\te2\tcry\thounds\tMember-Collection_reversed\thunt clubs often maintain a cry of hounds, trained to hunt foxes\ne1\te2\tscientist\tinventor\tOther\tthe final character was the brilliant scientist inventor and technology geek\ne1\te2\tsection\tfindings\tMessage-Topic\tthe section concludes by giving a summary of findings\ne1\te2\tcore\tfield\tEntity-Origin_reversed\tthe outer core is the source of the geomagnetic field\ne1\te2\tshow\tbeach theme\tMessage-Topic\tthe show centered around a beach theme\ne1\te2\tjournalist\tnewspaper\tEntity-Origin\tat the end of 2004, a journalist from dnevnik newspaper, hristo hristov, submitted a request to the director of the national intelligence services(nis)\ne1\te2\tmeasles\trashes\tCause-Effect\tfor example, measles and chickenpox cause rashes along with other symptoms\ne1\te2\trod\telectroscope\tComponent-Whole\tformerly it was usual to insulate the rod of the electroscope by passing it through a hole in a cork or mass of sulphur fixed in the top of the glass vessel within which the gold leaves were suspended\ne1\te2\tproposal\topposition\tCause-Effect\thowever, the planning proposal has generated opposition from locals who have voiced fears over health issues\ne1\te2\thouses\tvictims\tEntity-Destination\tthe famous actor donated 100 houses to victims of last year's flood\ne1\te2\tshot\tbunker\tEntity-Destination\tthat club cost him as he put a shot into a bunker on hole 13\ne1\te2\tjoy\tlaughter\tCause-Effect\tallaah decreed joy and sadness, because joy results in laughter and sadness leads to crying\ne1\te2\torigin\tmoon\tEntity-Origin_reversed\thowever, in general the theory languished until 1984 when an international meeting was organized in kona, hawaii, about the origin of the moon\ne1\te2\tviruses\thumans\tEntity-Destination\tsome animal viruses have migrated into humans\ne1\te2\tarbiter\tgame\tOther\tthe arbiter of the game begins the game and requests a move from the first player\ne1\te2\tstudy\tmechanisms\tMessage-Topic\tthe focus of study is on psychological or mental mechanisms, also referred to as decision processes, information processes, or darwinian algorithms\ne1\te2\tworks\tquilters\tProduct-Producer\tthere's a new exhibition of works by the quilters of gee's bend, alabama, whose lives have been transformed by worldwide acclaim for their artistry\ne1\te2\tfire\tarea\tOther\tin the beginning, a fire started from the ring area of a crude oil storage tank(33000kl)\ne1\te2\tsurgeon\trobot\tInstrument-Agency_reversed\twith robotic surgery the surgeon manipulates a robot to do the operation through the small openings\ne1\te2\tmalaria\tparasite\tCause-Effect_reversed\tmalaria is caused by infection with a parasite called plasmodium that is transmitted by mosquitos\ne1\te2\tactress\tmovies\tEntity-Origin\tjennifer holt, a former actress from western movies, was \"aunt judy,\" the only human in the cast\ne1\te2\tbook\twoman\tProduct-Producer\tthis book written by an american woman tells the story of her meeting the love of her life in venice\ne1\te2\ttransmitter\taxon\tEntity-Origin\twhen the synaptic input to the axon was stimulated before eliciting an action potential in the axon, transmitter release from the axon was enhanced\ne1\te2\timmigrants\tstates\tEntity-Destination\tthe elderly immigrants flow into warmer states such as california and florida\ne1\te2\thairdryer\tdesk drawer\tContent-Container\tthe hairdryer was in the desk drawer\ne1\te2\tscenes\tmovies\tEntity-Origin\tthere are also dark american-inspired murals copying urban scenes from gangster movies and picturing gangsta rap heroes\ne1\te2\tparticles\tair\tEntity-Destination\tthe particles were released into the air\ne1\te2\tcraftsman\tscene\tProduct-Producer_reversed\tan italian craftsman has created the world's smallest nativity scene - on the head of a pin\ne1\te2\tarrows\tstudents\tOther\tthe arrows act as avatars of the students\ne1\te2\tmessage\terror\tMessage-Topic\tthis error message indicates that an error has occurred\ne1\te2\tbook\tmaster\tProduct-Producer\tthis is, however, a decidedly intellectual book, penned by a clear master of language and intra-psychic evaluation\ne1\te2\tlocals\tmonument\tProduct-Producer_reversed\tthe average year round temperature in denia is 18' centigrade, so the locals have put up a monument to the weather\ne1\te2\tpaper\tviolation\tMessage-Topic\tthe second bodily privacy paper relates to violation of a person's bodily integrity\ne1\te2\trelease\tnext month\tEntity-Destination\tthe new product's release is postponed to next month\ne1\te2\tmast\tship\tComponent-Whole\ta symbol of this mystery is the sail that hangs on the mast of the ship as though it were christ raised on the cross\ne1\te2\tracer\tadvice\tOther\tthe banded racer needs advice on accommodation\ne1\te2\thappiness\tmembers\tOther\twe catch happiness from friends and family members like an emotional virus\ne1\te2\tpage\tevents\tMessage-Topic\tthis page describes the 1982 events only\ne1\te2\texhibition\tphotographs\tComponent-Whole_reversed\tthe 1858 exhibition was the first exhibition of photographs to be held in any museum\ne1\te2\tprogram\ttradition\tEntity-Origin\tthe tm program is derived from an ancient indian tradition\ne1\te2\tacorns\tcheeks\tEntity-Destination\tsquirrel stuffed the acorns into his cheeks until they were puffed up like two furry balloons\ne1\te2\tarcher\tcentury\tEntity-Origin\tkevin kim is surprised by the arrival of an ancient korean archer from the 1st century\ne1\te2\tcriminal\tprison\tEntity-Origin\ta violent criminal who absconded from an open prison less than a third of the way through his sentence was recaptured today\ne1\te2\tproducer\tdrums\tProduct-Producer_reversed\tgeorgia was the leading producer of fiber cans and drums, followed by ohio, wisconsin, and north carolina\ne1\te2\tshank\tfish hook\tComponent-Whole\twe report a rather unusual case of severe ocular injury caused by the shank of a triplet fish hook\ne1\te2\tmaze\tcanyons\tOther\ttwo years passed before i saw the ibex again, despite regular field trips to the area and the services of an ncwcd ranger who knew every bend in the maze of canyons\ne1\te2\tinventor\tprinciple\tProduct-Producer_reversed\tthe device is sometimes known as a flettner rotor after the inventor of the basic principle\ne1\te2\tcabal\tgangsters\tMember-Collection_reversed\tit pits dolph's nikolai cherenko - a stoic, wordless, physical threat - against a cabal of unsavoury russian gangsters\ne1\te2\tmonitor\tlid\tContent-Container\tthe monitor was enclosed in the lid of the wire recorder case\ne1\te2\tdesigner\tcreations\tProduct-Producer_reversed\ta powder blue suit and a silver chain mail vest were two of the designer's more subdued creations on sale\ne1\te2\ttrain\tstation\tEntity-Origin\tas the train left the station a cool spring rain pelted the windows\ne1\te2\tcheese\tfood banks\tEntity-Destination\tthe government cheese is flowing into missouri food banks\ne1\te2\twheel\ttruck\tComponent-Whole\tshe leant for a moment against the wheel of the truck and glanced about\ne1\te2\twarmth\tfireplace\tCause-Effect_reversed\tthe warmth was radiating from the fireplace to all corners of the room\ne1\te2\tbakeries\tarea\tOther\tthe bakeries in the supermarket area also reduce the prices on their goods as closing time approaches\ne1\te2\tloss\tquake\tCause-Effect_reversed\tthe reports regarding the casualties has been announced and the loss that has been caused by the quake is being estimated\ne1\te2\tdryer\tsensor\tComponent-Whole_reversed\tthis dryer has a sensor that is supposed to sense when the clothes are dry\ne1\te2\tcartload\tgroceries\tOther\ti bought a whole cartload of groceries, and spent a fraction of what i would at any regular grocery store\ne1\te2\tpollution\tplants\tCause-Effect_reversed\tair pollution from coal-fired power plants is large and varied and contributes to a significant number of negative environmental and health problems\ne1\te2\tslowdown\trecession\tCause-Effect_reversed\tformer safety-service director rex katterheinrich estimated the city collecting $2.16 million in 2009, who took into account for the economic slowdown caused by the national recession\ne1\te2\tstatement\trepresentative\tProduct-Producer\tchina associates itself with the statement by the representative of south africa on behalf of the group of 77 and china, and now my delegation would like to make a few comments on the following issues\ne1\te2\tguns\tschool\tEntity-Destination\ta small number of students continue to bring guns to school\ne1\te2\tgovernment\tdebts\tInstrument-Agency_reversed\tthe government took advantage of independent tv's debts to the main gas company, gazprom, to engineer a takeover by government-friendly forces\ne1\te2\twater\toven\tEntity-Origin\the poured all the water he got out from the oven and went tothe boyer\ne1\te2\tcooperative\tfarmers\tMember-Collection_reversed\tlas nubes coffee is produced by a cooperative of small farmers in southern costa rica as part of the las nubes research and conservation program of the faculty of environmental studies of york university\ne1\te2\tear\touter ear\tComponent-Whole_reversed\tthe ear is made up of three different sections: the outer ear, the middle ear, and the inner ear\ne1\te2\tgerm\tulcer\tCause-Effect\tdr. marshall is the discoverer of helicobacter (h. pylori), the germ that causes peptic ulcer\ne1\te2\tbomb\tvictims\tEntity-Destination\tthe bomb was delivered to the unsuspected victims\ne1\te2\tmonk\tauthor\tOther\tthe recipes are culled from various restaurant chefs, magazines and brother victor-antoine d'avila-latourrette, a monk and cookbook author\ne1\te2\tspikes\tknights\tInstrument-Agency\tthe best spikes for knights are hook + big weel and death strike + dragon divide\ne1\te2\tcameras\ttrains\tEntity-Destination\tsecurity cameras have been installed in commuter trains to prevent groping\ne1\te2\tcast\tferrets\tMember-Collection_reversed\tjeanne carley has once again created a fun calendar with a cast of adorable ferrets\ne1\te2\tdates\tcycles\tOther\tthe dates for when the coral reefs had been living(125,000, 105,000, and 82,000 years ago) closely matched dates from milankovitch cycles for times when the ice sheets should have been melted and the seas at their highest(127,000, 106,000, and 82,000 years ago)\ne1\te2\tmanagement\tship\tEntity-Origin\tmanagement on massive salaries have already retired or bailed out of a sinking ship leaving the masses to endure the hardship caused by ignorance and mis-management\ne1\te2\tsuspects\tcustody\tOther\tsuspects were brought into custody for questions\ne1\te2\tsadness\tdivorce\tCause-Effect_reversed\tthe sadness from divorce meant more if you were aware she was married very briefly to choreographer/director michael bennett, who shaped her career, then created the \"chorus line\" character around her in 1975\ne1\te2\tray\tfins\tComponent-Whole_reversed\tthe ray moves its fins in an s-shaped wave, up and down, from the head to the tail\ne1\te2\tinfection\tpathogens\tCause-Effect_reversed\tngu (nongonococcal urethritis) is an infection of the urethra caused by pathogens ( germs ) other than gonorrhea\ne1\te2\tdesk\tfloor\tEntity-Destination\tmy manager's desk has been moved up to the top floor\ne1\te2\twater\tears\tEntity-Destination\tthe police has beaten him up, poured water into his ears and nose, and stuffed a shoe in his mouth\ne1\te2\twalls\toven\tComponent-Whole\tmost of the energy from preheating your oven goes to heating the inner walls of the oven itself, not the air inside\ne1\te2\tcomposer\tworks\tProduct-Producer_reversed\tthey shared a love of richard wagner and were regulars at the annual bayreuth festival held to celebrate the composer's works\ne1\te2\tsections\tscientific method\tMessage-Topic\tthe sections of the text that explain the scientific method are interesting and could be applied to most areas of life\ne1\te2\tsuppliers\tassociation\tMember-Collection\tall key suppliers are part of toyota's supplier association\ne1\te2\tdesign\tstudio\tProduct-Producer\ti work in a design studio and by chance it's a really good profession for me\ne1\te2\tchimps\trods\tProduct-Producer_reversed\tthe chimps first picked some stems from the marantaceae plant and plucked off the leaves in order to make their rods\ne1\te2\treferences\tscholars\tProduct-Producer\tmany other references were obtained from various scholars worldwide\ne1\te2\tbottle\tsoda\tContent-Container_reversed\tas with most american families i started bad eating habits at an early age, i still remember the times i was given a bottle with soda in it\ne1\te2\tmilk\tcup\tContent-Container\tthe interesting problem with this is that the oatmeal was in a bowl and the milk was in a cup\ne1\te2\tmom\tattitude\tOther\tmom of 5 succeeded with can-do attitude\ne1\te2\tdoctor\talcohol\tInstrument-Agency_reversed\tthe doctor injects the solution after disinfection with alcohol\ne1\te2\tbook\tpsychoanalyst\tProduct-Producer\tthis slim, small, delightful book, a translation, comes from the pen of an italian psychoanalyst who believes in the magic of our mind, soul, and nature more than in our professional attempt to be scientific\ne1\te2\tbook\tauthor\tProduct-Producer\tthat's more or less how the book's author is viewing the situation\ne1\te2\tfilms\tprogrammes\tComponent-Whole\tsince then his short films have been presented in retrospective programmes at film festivals worldwide\ne1\te2\tmicrophone\tplug\tComponent-Whole_reversed\tthey presented passive brass piezo mono contact microphone with high quality 1/4\" male output plug\ne1\te2\tshow\tissues\tMessage-Topic\tthe show tackled many serious issues\ne1\te2\tcrash\tgash\tCause-Effect\tthe crash caused a gash on the west side of the pentagon measuring 30 yards wide and 10 yards deep\ne1\te2\tbook\timpact\tMessage-Topic\tthe first book dealt with the tragic impact of the cultural revolution on a highly educated family of literary intellectuals\ne1\te2\tfluids\tanimals\tOther\tthe scientists injected fluids into the animals\ne1\te2\tschool\tfish\tMember-Collection_reversed\tthe school of fish mentioned in the title poem of this book live at the bottom of the sea, but are somehow addicted to light\ne1\te2\tthrong\tmemories\tMember-Collection_reversed\tthe first time we enter that interior court, the four sides of which each tell the history of a great period of architecture, we are dazzled by the throng of memories and ideas that start from these four great pages\ne1\te2\tpellets\tplasmas\tEntity-Destination\tdeuterium fueling pellets have been injected into diii-d plasmas from five different locations\ne1\te2\tfactory\tsugar\tProduct-Producer_reversed\tthe main product of the factory is white granulated sugar, which goes into industry with, for example, coca cola being one of the largest customers\ne1\te2\tpanels\tloved ones\tProduct-Producer\twith panels designed and sewn by the loved ones of people who have died from aids, the entire quilt made its final public appearance on the washington mall in the summer of 1996\ne1\te2\thookup\tstations\tMember-Collection_reversed\tthe biggest broadcast was on election eve, when a hookup of twenty-six stations carried coolidge's speech\ne1\te2\twedges\tbuilding\tComponent-Whole\tthe third through seventh phases of the program are the five wedges of the building from the first floor to the fifth floor\ne1\te2\tsolvent\tapparatus\tEntity-Origin\tthe solvent was distilled from an all glass apparatus and the distillate collected when the boiling point became constant\ne1\te2\tbottle\twater\tContent-Container_reversed\ttwo hours later, i had a bottle full of warm water\ne1\te2\tnicotine\tincrease\tCause-Effect\ta stimulant, nicotine causes a temporary increase in alertness and a calm feeling\ne1\te2\twalls\tveins\tComponent-Whole\tthis storing capacity is due to the elasticity (flexibility to expand) of the walls of the veins\ne1\te2\tpain\tshingles\tCause-Effect_reversed\the treated the pain from shingles as it persisted for long periods of time\ne1\te2\tvelocity\tstack\tOther\tthe addition of a velocity stack on the carb inlet helps stop some fuel spray coming out the carb when the engine is running\ne1\te2\tstructure\tspeech\tMessage-Topic_reversed\tcox examined the current financial regulatory structure and pointed towards its very immediate potential in a speech before the conference\ne1\te2\ttrunks\tforest\tOther\this new research shows that the tree trunks in the forest act like hot water bottles\ne1\te2\tmatter\tlegal action\tOther\tthis matter became the subject of protracted legal action, from which the employer emerged victorious\ne1\te2\tcontract\twages\tMessage-Topic\tthe union contract governs wages and hours and runs for three years\ne1\te2\tpowers\tsanctions\tInstrument-Agency_reversed\tworld powers threaten iran with sanctions\ne1\te2\tcoalition\thypocrites\tMember-Collection_reversed\tthis double lie betrays what it is really all about in the coalition of the hypocrites: solidarity with the culprits\ne1\te2\tclaims\tnature\tMessage-Topic\tthis book largely seeks to refute the claims made by his contemporary john locke about the nature of human perception\ne1\te2\tarmy\tgas\tInstrument-Agency_reversed\tthe french army made use of a nerve gas obtained from prussic acid\ne1\te2\tco-designer\tprotocol\tProduct-Producer_reversed\tvinton (vint) cerf, along with robert kahn, is co-designer of the tcp/ip internet network protocol\ne1\te2\tresearches\thistory\tOther\trecent researches are making a valuable contribution to the history of logic in a period little known in the west\ne1\te2\ttext\tprimary sources\tEntity-Origin\tmost of the text was extracted verbatim from primary sources, which entails the presentation of far more information than is customary on the opera stage\ne1\te2\twater\tseeds\tEntity-Destination\tthe man poured water into the seeds\ne1\te2\ttension\theadaches\tCause-Effect\tthere are many types and causes of headaches, from tension headaches due to stress to migraines triggered by certain foods\ne1\te2\tsewer\tpipe\tComponent-Whole_reversed\ttree roots are attracted to the water vapor leaving the pipe and they follow the vapor trail to the source of the moisture, which are usually cracks or loose joints in the sewer pipe\ne1\te2\tmales\ttubing\tOther\tmales had their urethra and urachus ligated with a fine silastic tubing\ne1\te2\topinions\ttown\tMessage-Topic\tjust a moment ago you were pronouncing such astonishingly correct opinions about our town, and now you're so silent\ne1\te2\tcast\tcats\tMember-Collection_reversed\tthe other stations responded by hiring a cast of precocious cats, ferrets, chimpanzees and marmosets\ne1\te2\tpain\tdisease\tCause-Effect_reversed\tpatients with adenomyosis experience pain from this disease in the early 30's\ne1\te2\tstrawberry\tjelly\tEntity-Origin_reversed\tthat strawberry jelly was more like strawberry glue\ne1\te2\tnovel\tlife\tMessage-Topic\tthe novel examined the life of larry weller, an \"ordinary man made extraordinary\" by his unique talent for creating labyrinths\ne1\te2\treports\ttrailer\tEntity-Origin\tthe reports arrived from an army trailer in a corner of camp victory in baghdad\ne1\te2\tpolice\tchief\tMember-Collection_reversed\tnew haven police chief james lewis left his post after his contract expired jan. 31\ne1\te2\tamenities\tkiosks\tOther\tincluding amenities such as kiosks create pedestrian-friendly spaces\ne1\te2\tmeetings\tnext week\tEntity-Destination\tthe auditor staff rescheduled the meetings to next week\ne1\te2\tmaterial\ttrunk\tContent-Container\tthe material was in a trunk in a basement and i knew i needed to get it\ne1\te2\tdose\tcrabs\tMember-Collection_reversed\ti caught a dose of crabs in phuket once\ne1\te2\tanswer\tmouth\tEntity-Origin\tthe answer to the inquiry was solicited from his own mouth through the questioning of the lord, who then directed him to live in accordance with what he knew\ne1\te2\tbottle\tjuice\tContent-Container_reversed\tabout 3% of 2-4 year olds show marked dental decay due to sleeping with a bottle full of juice or milk\ne1\te2\tsplints\tmuscles\tOther\tshin splints are caused by the muscles on the front and sides of the leg\ne1\te2\tmixture\tdish\tComponent-Whole\tthe ricotta mixture was the best part of this dish\ne1\te2\tofficer\tunveiling\tOther\tthe chief safety officer announced the gwinnett-barrow-jackson enforcement wave with the unveiling of a replica of new traffic warning signs that have been posted along i-85\ne1\te2\tresearchers\tsimulator\tProduct-Producer_reversed\tresearchers at durham university have turned a video game into a fire drill simulator\ne1\te2\tsimulation\tcorrection\tOther\tautomatic diagnosis has replaced simulation for the correction of simple design errors\ne1\te2\tpeople\tclimate action\tOther\the moves people into climate action\ne1\te2\twebsites\tpainters\tInstrument-Agency\tfrom the quotes by frederick law olmstead, to the philosophy of making art, this is one of the best websites for painters and artists out there\ne1\te2\tdaughter\tsack\tProduct-Producer_reversed\tone daughter sewed four wide shirttails into a sack, which the men in the family filled with corn and sweet potatoes and hid in a ditch\ne1\te2\tscreen\tink\tComponent-Whole_reversed\tthe screen works using ink, just like books and newspapers, but displays the ink particles electronically\ne1\te2\tmeth\tvan\tOther\tthe mobile meth was inside a van parked inside a storage unit at 4095 west kearns\ne1\te2\ttests\tinformation\tCause-Effect\tthese tests establish baseline information on employees and help insure that they are appropriately matched to the physical demands of their jobs\ne1\te2\tcortex\tneurons\tComponent-Whole_reversed\tthe cerebral cortex is composed of a sheet ofneurons that during evolution has increased by three orders of mag- nitude in surface area\ne1\te2\tdisorders\tenzymes\tCause-Effect_reversed\tbecause the disorders are caused by defective lysosomal enzymes, with the result being lysosomal accumulation of pathway intermediates, these are often referred to as lysosomal storage diseases\ne1\te2\tflour\tbowl\tEntity-Destination\tshe poured flour into the bowl, and asked me to take out four eggs from the carton and carefully crack them into the bowl\ne1\te2\ttelephone calls\tpayments\tMessage-Topic\tthey respond to more and more telephone calls demanding payments to cover costs in order to receive their prize\ne1\te2\tspeech\tstrategies\tMessage-Topic\tthis speech makes explicitly crystal clear the strategies adopted by the imperialists to subjugate man\ne1\te2\tsyscalls\tvirtual machine\tEntity-Destination\tfinally, we injected syscalls into the virtual machine\ne1\te2\tforests\tfirewood\tEntity-Origin_reversed\tthe region's forests also provide minor forest produce such as posts and poles, other hewn timber, firewood, wood chop blocks and specialty timbers\ne1\te2\tnetwork\tscientists\tMember-Collection_reversed\tthere is a large network of social scientists studying agricultural systems, and interdisciplinary working groups have developed around themes such as the nature off traditional and modern agrucultural production and the energetic efficiencies of farminc systems\ne1\te2\tfestival\tcompetitions\tComponent-Whole_reversed\tthe festival involved two practical competitions and a lecture\ne1\te2\tgrove\ttrees\tMember-Collection_reversed\toutside the walls of athens, the site of the academy was a sacred grove of olive trees, still recalled in the phrase \"the groves of academe.\ne1\te2\tcrew\tmember\tMember-Collection_reversed\tjust as jack says, \"on deck, you scabrous dogs,\" to the very left edge of the screen over jack's shoulder is a grip crew member with a tan cowboy hat, white short sleeve tee shirt and sunglasses, just standing there looking out to sea\ne1\te2\tarea\tbasalts\tEntity-Origin_reversed\tthe tuxtlas area is the source of the olivine-augite basalts\ne1\te2\teconomy\trecession\tOther\tthe uk economy has come out of recession, after figures showed it had grown by a weaker-than-expected 0.1% in the last three months of 2009\ne1\te2\tcar\tshop\tEntity-Destination\tthe car has been delivered to the upholstery shop\ne1\te2\tcircuit\tprecedent\tEntity-Origin\tin lotus, the 1st circuit departed from precedent, narrowing protection for developed software and giving crafty litigators a blank disk\ne1\te2\tend\tbottle\tEntity-Destination\ti pulled the breather hose off of the airbox and placed the end in a nalgene bottle\ne1\te2\tscreen\tcoil\tEntity-Destination\twhen a metallic screen was placed inside the coil, so as to surround the needle, the demagnetization produced by the discharge was less\ne1\te2\tpeople\touter space\tEntity-Destination\tonly few selected people journeyed into outer space\ne1\te2\tcrisis\thousing bubble\tCause-Effect_reversed\tthe current crisis was caused by the housing bubble, and the primary cause of the housing bubble was the federal reserve keeping interest rates at 1 percent\ne1\te2\tphotograph\tletter\tComponent-Whole\tthis photograph of an automobile training device was enclosed in a letter to edwin link\ne1\te2\tstrips\tchambers\tEntity-Destination\tthe strips were placed into individual chambers for incubation\ne1\te2\tclattering\tchoughs\tMember-Collection_reversed\tover the sierras from los gazquez, passing the peaks of limestone, the cliffs where the peregrines battle for purchase, the clattering of choughs tumble to cave mouths\ne1\te2\tguy\tmobs\tOther\ti read that interview you did with the guy who came up with flash mobs\ne1\te2\tside\tstart\tOther\twinners of four straight games, the side has constructed the program's best start since 1979-80 and the third-best opening in school history\ne1\te2\tresearchers\tluciferin\tInstrument-Agency_reversed\tsome researchers watered the plant with luciferin\ne1\te2\tblur\tbicyclists\tOther\tthe tour of california raced through west marin on monday in a blur of speeding bicyclists and their caravan of support vehicles, once again sparking charges that it puts spectators in harm's way\ne1\te2\tawards\tcompanies\tEntity-Destination\tinternational committees have bestowed industry awards to outstanding companies\ne1\te2\tworkshop\tderivatives\tMessage-Topic\tthe first workshop was convened on the topic of derivatives\ne1\te2\tappendix\ttransactions\tMessage-Topic\tthe appendix gives a summary of financing transactions\ne1\te2\tsong\tpiano\tOther\tthat song immediately segues into the maniacal \"red & purple\", a bewilderingly worded love song accompanied by a toy piano and fuzzy bass\ne1\te2\tbox\ticebox\tContent-Container\tthe skinner box was inside a large wooden icebox\ne1\te2\tmammal\tstone\tInstrument-Agency_reversed\tone marine mammal breaks open shellfish by hitting the shellfish with a stone\ne1\te2\tscaffold\tplatform\tComponent-Whole_reversed\tthe liftable scaffold 10 has a platform 12 including a frame 14\ne1\te2\tnewsletter\twork\tMessage-Topic\tit is an international newsletter designed to inform about work in progress, conferences, publications, etc\ne1\te2\tfundus\tstomach\tComponent-Whole\tthe fundus of the stomach is that part dorsal to the cardiac ostium and refers to either its lumen or its wall\ne1\te2\tpills\theadaches\tCause-Effect\tboth over-the-counter pain pills and prescription drugs cause medication-overuse headaches\ne1\te2\tmews\thawks\tMember-Collection_reversed\tthe kennels of hounds and mews of hawks were a form of conspicuous consumption that only a noble could afford as so mark his status\ne1\te2\tcoin\ttankard\tContent-Container\twhen recruits were paid a shilling for signing on to the royal navy, press gangs tricked men into committing themselves to service by passing them the coin in a tankard of beer\ne1\te2\tmouse\tbutton\tComponent-Whole_reversed\tshe lightly clicked the mouse button with her index finger\ne1\te2\tproducts\tclass\tOther\tthe protein products encoded by this class of resistance gene are located within the plant cell cytoplasm\ne1\te2\tcanaille\tletters\tMember-Collection_reversed\tinstead of this set of grub street authors, the mere canaille of letters, this corporation of mendicity, this ragged regiment of genius suing at the corners of streets in forma pauperis, give me the gentleman and scholar, with a good house over his head and a handsome table 'with wine of attic taste' to ask his friends to, and where want and sorrow never come\ne1\te2\tcup\toak coffin\tContent-Container\tthe cup was inside a 9ft oak coffin, carved from a single tree trunk\ne1\te2\trival\tpledge\tProduct-Producer_reversed\this rival won the nod with a pledge to spend $500000 of his own money on the race\ne1\te2\tdeaths\tpoisoning\tCause-Effect_reversed\tmost deaths from the accident were caused by radiation poisoning\ne1\te2\tprisoner\tcustody\tOther\tthe prisoner was taken into preventive custody this morning\ne1\te2\tleftovers\tcolon\tEntity-Destination\tthe leftovers are pushed into the colon\ne1\te2\tloss\tperformance\tCause-Effect_reversed\tbankers were assessing the loss caused by the poor performance of gartmore's 340m pounds ipo this week after it needed to be scaled down and its price slashed\ne1\te2\tbody\tchest freezer\tContent-Container\this mother's body was in a chest freezer in the basement\ne1\te2\trhythm\tdance\tEntity-Destination\tthe second dancer has added rhythm into his dance\ne1\te2\tcrane\tboom\tComponent-Whole_reversed\tthe crane has a five-section 51 m boom with megaform shaping for greater rigidity and grove's patented twin-lock boom pinning system\ne1\te2\tjeans\tzippers\tComponent-Whole_reversed\ti made two pairs of jeans with regular zippers, which both quickly tore out\ne1\te2\tvegetable\tsoup\tEntity-Origin_reversed\ta nice, big bowl of homemade vegetable soup is one of the best ways to get a lot of the veggies you need all in one dish\ne1\te2\tresearchers\tear\tProduct-Producer_reversed\tusing the latest techniques of a science known as tissue engineering, researchers at the university of boston recently grew a human ear on the back of a mouse -- apparently with no adverse effects to the hybrid rodent\ne1\te2\tconclusion\timportance\tMessage-Topic\tsuch a conclusion highlights the importance of environmental concern in understanding and encouraging environmental behavior\ne1\te2\tloot\tbox\tContent-Container\tthe balance of the loot was in a box in the garage\ne1\te2\tdoor\thandle\tComponent-Whole_reversed\tthis door handle is in gold color and is installed on the front door\ne1\te2\tphrase\tpreface\tOther\tthe phrase was related in a preface of a 1904 collection of drury's stories\ne1\te2\tring\tglass\tContent-Container\tthe ring was in a glass of champagne, and all of hubby's family was present\ne1\te2\tlegend\tpublication\tEntity-Origin\tthe legend was derived from a much older publication\ne1\te2\tbabies\tmouths\tComponent-Whole_reversed\tmothers transmit the cavity causing bacteria by kissing their babies mouths\ne1\te2\tsun\tcluster\tEntity-Origin\tthe death of a massive nearby star billions of years ago offers evidence the sun was born in a star cluster\ne1\te2\ttrash\tdumpster\tEntity-Destination\tthrowing trash into the dumpster 70 feet away from the third story floor was very dangerous\ne1\te2\tcompany\tlawsuit\tOther\tthe company has been dragged into a lawsuit\ne1\te2\tefficiency\tparagraph\tMessage-Topic_reversed\tthe calculated efficiency has already been defined in the preceding paragraph\ne1\te2\tcamaraderie\ttyrants\tOther\tstate abandoned national socio-cultural imperatives and rushed in to join the scandalous community and the camaraderie of the tyrants\ne1\te2\tpronouns\tparentheses\tOther\tthe pronouns are indicated with parentheses and are given for example purposes\ne1\te2\tecophilosophy\tview\tOther\tthe aim of ecophilosophy is a total or comprehensive view of our human and individual situation\ne1\te2\tax\tstaff\tEntity-Destination\tzook took the ax to the coaching staff\ne1\te2\tsuitcase\tmoney\tContent-Container_reversed\tthere is a suitcase full of money, which is being auctioned off\ne1\te2\tjars\tcages\tEntity-Destination\tjars were then placed into three separate cages\ne1\te2\tembassy\topening\tOther\tu.s. embassy participated in opening of the unique exhibition about general pika\ne1\te2\tpurse\tmoney\tContent-Container_reversed\tan 11-year-old greensboro boy turned in a purse with money inside after he found it in a creek saturday\ne1\te2\tmeetings\ttomorrow\tEntity-Destination\tthe committee meetings have been rescheduled to tomorrow, january 17\ne1\te2\textensors\ttendon\tOther\tthe origin of the superficial extensors is from a flattened common extensor tendon\ne1\te2\tpod\tseals\tMember-Collection_reversed\trecently a national geographic video showed a pod of seals teasing a group of iguanas\ne1\te2\tpeasants\tdonkeys\tInstrument-Agency_reversed\tthe peasants used of donkeys for cart pulling which not only enables larger quantities of goods to be transported but also allows users to earn extra income\ne1\te2\tmethod\tsteps\tComponent-Whole_reversed\tthe method includes the steps of contacting a bacterial suspension with a single wavelength in the ultra-violet range\ne1\te2\tbreast\ttissue\tComponent-Whole_reversed\tthe remainder of the breast is composed of connective tissue (collagen and elastin), adipose tissue (fat), and cooper's ligaments\ne1\te2\tmist\tair\tEntity-Destination\tthe mist was carried into the air by bursting bubbles over the plating vats\ne1\te2\tpaper\tcomments\tMessage-Topic_reversed\tthis paper received positive review comments from the senior editors of the journal and was accepted for december 2005 presentation\ne1\te2\tcomedy\tcoach\tMessage-Topic\tit is a comedy centered on a has-been coach who is given a shot at redemption when he's asked to run his local high school's girls basketball team\ne1\te2\tcombo\tsandwiches\tComponent-Whole_reversed\tanother favorite supper at my house is the classic combo of grilled cheese sandwiches and cream of tomato soup\ne1\te2\tsystem\tdesign\tOther\ta first prototype of the new system is constructed from the preliminary design\ne1\te2\thousing\tdeveloper\tProduct-Producer\the works as an accounts manager for a luxury housing developer\ne1\te2\tsenator\tshuttle\tInstrument-Agency_reversed\tit runs past la guardia airport, where the senator took the shuttle to washington many times\ne1\te2\tscientists\tletter\tProduct-Producer_reversed\twe did not endorse a candidate unlike the ten scientists who wrote a letter in support of john kerry\ne1\te2\tbills\ttopics\tMessage-Topic\ta number of bills and acts are under consideration concerning a variety of topics that relate to telemedicine, electronic medical record systems, research, prescriptions, task forces, commissions, and broadband adoption\ne1\te2\tcracks\tearthquakes\tCause-Effect_reversed\tgis revealed a relationship between cracks caused by earthquakes and paddy fields\ne1\te2\treport\tcase\tMessage-Topic\tthe purpose of this report is to present an unusual case of hepatic abscess due to infestation by endamoeba histolytica\ne1\te2\tcreation\tdesigner\tProduct-Producer\tbollywood stunner koena mitra sashayed down the ramp in a stunning creation by the designer\ne1\te2\tballot box\tballots\tContent-Container_reversed\tthe election judges found in a ballot box some ballots that were not the kind properly belonging in it; they've put those ballots aside\ne1\te2\tapproach\tshock\tOther\ta reasonable approach was distilled from the initial shock at the conflicting data\ne1\te2\tresearcher\tmind\tOther\tthe researcher approached the subjects and their experiences with an open mind\ne1\te2\tinfertility\tgenerations\tEntity-Destination\tthe growing use of this technology passed on infertility to future generations\ne1\te2\theating\tcompost\tOther\tthey presented very extensive and detailed report on greenhouse heating with compost\ne1\te2\tcompiler\tprogrammer\tInstrument-Agency\tthe second stage, referred to as the optimizer, optimizes the code according to the various switches on the compiler set by the programmer\ne1\te2\tbacteria\tmortality\tCause-Effect\tboth bacteria cause mortality in target species via a lethal septicaemia as a result of spore germination\ne1\te2\trouter\tbox\tContent-Container\tthe second router was in a box under the overhang of the bathrooms at the top part of the map\ne1\te2\troof\thouse\tComponent-Whole\tbut she had brought them up to the roof of the house, and hid them with the stalks of flax, which she had laid in order upon the roof\ne1\te2\tbuilding\tjournal\tMessage-Topic_reversed\tcharles rennie mackintosh's unique building was enthusiastically described by the modern art journal, as 'one of the most complete and best equipped schools in the united kingdom'\ne1\te2\twater\tregion\tEntity-Destination\ta trillion gallons of water have been poured into an empty region of outer space heated by a star\ne1\te2\tinflammation\tmalfunction\tCause-Effect_reversed\tpancreatitis is an inflammation of the pancreas caused by a malfunction involving the digestive enzymes that the pancreas makes\ne1\te2\tmachine\tpancakes\tProduct-Producer_reversed\tthis machine pops out pancakes at a rate of 200 pancakes per hour\ne1\te2\tcatastrophe\tearthquake\tCause-Effect_reversed\tthe direct catastrophe caused by the earthquake was estimated at 10.2 billion euro, clearly justifying european intervention\ne1\te2\tmoney\tshop\tEntity-Origin\tthe money was income from his small retail shop\ne1\te2\tfish\tmuscles\tComponent-Whole_reversed\tfish use their muscles to move their bodies and fins\ne1\te2\tdamages\tfires\tCause-Effect_reversed\tthe damages caused by the fires that immediately broke out and raged for three days, were by far worse than those caused by the earthquake itself\ne1\te2\tkilt\touting\tOther\tgavin wears a kilt for the outing\ne1\te2\tglands\twax\tProduct-Producer_reversed\tfour sets of wax glands, situated inside the last four ventral segments of the abdomen, produce wax for comb construction\ne1\te2\tbooks\tlibrary\tEntity-Destination\twe have donated the books to the local library\ne1\te2\tprofit\tproject\tEntity-Destination\tthe new ceo has invested 10% of the profit from last year into a new project\ne1\te2\tbattalion\tcrossbowmen\tMember-Collection_reversed\ticen yelled to his battalion of crossbowmen\ne1\te2\tdevices\tpatient\tEntity-Destination\tthe medical devices were inserted into a female teen patient\ne1\te2\tcatch\tscuttle\tContent-Container\tlocal fisherman heated some of their catch cooked over coals in a scuttle\ne1\te2\tpreparations\tcompany\tProduct-Producer\tin 1991 the placental cell preparations developed by the company where entered into clinical tests by the health authorities\ne1\te2\tglut\tstartups\tOther\tas longtime publishers in the healthcare industry, we, too, are skeptical about the glut of startups in this area\ne1\te2\tpump\tlaser\tComponent-Whole\tthe photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper\ne1\te2\tbrotherhood\tcounselors\tMember-Collection_reversed\tthe story of the epic struggle between the islamic empire of the ottomans and the christian kingdoms of eastern europe is told from the perspective of a secret fraternity, the excubitors, a brotherhood of counselors to kings, sultans, head of churches, knights, scholars, financiers, and merchant adventurers who hold influential positions on both sides of the conflict\ne1\te2\tdesigners\tmegafunctions\tInstrument-Agency_reversed\tdesigners focus more time and energy on improving and differentiating their system-level product by using megafunctions\ne1\te2\tline\tarticle\tEntity-Destination\ti have put an empty line into an article\ne1\te2\tthrottle\tcable\tComponent-Whole_reversed\tthe technitians discussed how to clean the throttle cable on a gas scooter\ne1\te2\tcitizenship\tparentheses\tOther\tthe citizenship and connection to britain and italy is shown in parentheses\ne1\te2\tride\tlibrary\tEntity-Origin\ta social ride departs from the cleveland library and heads for carbrook where it splits into 2 groups\ne1\te2\tdevision\tcrossbowmen\tMember-Collection_reversed\tthe forth devision of crossbowmen marched through the gate, dust hanging in stifling clouds above the column\ne1\te2\tdeath\twound\tCause-Effect_reversed\the testified that cause of death was massive bleeding into the blood sac of the heart caused by a stab wound on the left chest\ne1\te2\tcharcoal\tpainters\tInstrument-Agency\tthe woods that furnish the best charcoal for painters are the beech and vine\ne1\te2\tslides\tearthquake\tCause-Effect_reversed\tthe scale of such landslides on natural slopes can be large enough to devastate entire villages or towns, such as the huascaran avalanche triggered by the peru earthquake (1970, mw = 7.8), or the complex slides caused by the alaska earthquake in 1964 (ms = 8.4)\ne1\te2\tlegion\tmusketeers\tMember-Collection_reversed\tas part of his wicked plan, pete promotes mickey and his pals into the legion of musketeers and assigns them to guard minnie\ne1\te2\tguava\tnectar\tEntity-Origin_reversed\tshe made a face at him and slowly sipped her guava nectar, watching him over the rim of her glass\ne1\te2\tinvoice\tproducts\tMessage-Topic\tan invoice is a commercial document indicating the products, quantities, and agreed prices for products or services the seller has provided the buyer\ne1\te2\tanimation\te-post card\tEntity-Destination\ti have inserted animation into the e-post card\ne1\te2\tblush\tboys\tMember-Collection_reversed\tdonald rayfield, professor of russian and georgian at the university of london, presents us with a blush of boys who made the faustian bargain with stalin\ne1\te2\tpineapple\tcake pan\tEntity-Destination\the dumped the pineapple into the ungreased cake pan\ne1\te2\tvolume\tsoftware\tContent-Container_reversed\tthe chosen volume contains software which is newer than the software you are installing\ne1\te2\tslope\triver\tOther\ta remote slope of nevado mismi, a 5316 m peak, is the ultimate source of the river\ne1\te2\tcomposition\tinvention\tOther\tthe composition forming the subject of the present invention included one or more fillers as defined above\ne1\te2\twhisky\tmolasses\tEntity-Origin\tmuch indian whisky is distilled from fermented molasses, and as such would be considered a sort of rum outside of the indian subcontinen\ne1\te2\tplatelets\tmarrow\tProduct-Producer\tthrombopoietin is a glycoprotein hormone that regulates the production of platelets by the bone marrow\ne1\te2\tstudy\teconomist\tProduct-Producer\tthe study is the first major contribution to the global warming debate by an economist, rather than an environmental scientist\ne1\te2\ttension\theadaches\tCause-Effect\tchronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers\ne1\te2\tflights\tairport\tEntity-Destination\tonly domestic flights are landing into this airport\ne1\te2\tmixture\tcontainer\tContent-Container\twe currently store the mixture in a covered container in the refrigerator and we will use it up within a couple of days\ne1\te2\tarmy\tmound\tProduct-Producer_reversed\tthe israeli army erected a giant earth mound across a crucial agricultural road in the northern west bank\ne1\te2\tbody\tcasket\tContent-Container\ta grieving family learned their 95-year-old great-grandmother had been cremated when they found a stranger's body in her casket\ne1\te2\ttrain\tlocomotive\tComponent-Whole_reversed\ta train with a locomotive attached at each end is described as 'top and tailed', this practice typically being used when there are no reversing facilities available\ne1\te2\tneeds\tsurvey\tMessage-Topic_reversed\tpilot information needs were investigated in a web-based survey\ne1\te2\timpact\tlines\tOther\tthe immediate, down-to-earth impact of the poem is established in the first two lines\ne1\te2\tmeal\tchef\tProduct-Producer\twe feasted upon a meal sumptuously produced by our ever-wondrous chef (issy) and then the games commenced\ne1\te2\tlumberjack\tthief\tOther\tas soon as the lumberjack saw the thief, the lumberjack thought that \"if i kill him and bring his head to the authorities, i will get a reward.\ne1\te2\tlumberjack\tsaw\tInstrument-Agency_reversed\ti purchased the wen lumberjack saw a few years ago, and just broke the blade\ne1\te2\ttrend\trising unemployment rate\tCause-Effect_reversed\ta trend has been caused by the growing absolute numbers of young people on the planet, and by the rising unemployment rate\ne1\te2\tstar\tinsight\tOther\tfor some reason, the star was blinded from his own insight about the incommensurability of time\ne1\te2\tauto\tplant\tProduct-Producer\tit is the last auto plant operating in california and toyota's only plant represented by the united automobile workers\ne1\te2\tbirth defects\tdrugs\tCause-Effect_reversed\tbirth defects are caused by drugs that the persons have been exposed to before birth\ne1\te2\tprinciple\tcertainty\tOther\tthe precautionary principle insists on certainty that a technology is not harmful before it can be used\ne1\te2\tcontroller\tsystem\tComponent-Whole_reversed\tthe controller regulates the superheat using a double loop system\ne1\te2\tsoils\tgrowing\tOther\tthe soils used for the growing of irrigated cotton in the macquarie valley of n.s.w. are variable and each soil type has its own characteristics and problems\ne1\te2\tacetonitrile\tphosphorus pentoxide\tEntity-Origin\treagent-grade acetonitrile is distilled from phosphorus pentoxide immediately before use\ne1\te2\tplane\trunway\tEntity-Origin\tthis still images sequence shows a plane switching from runway 25l to 25r while on final approach in frankfurt airport\ne1\te2\tcapsule\tclip\tComponent-Whole_reversed\teach omnidirectional mic capsule is fitted with a metal alligator clip which can be attached on either side of your head\ne1\te2\trainwater\tuse\tOther\trainwater falls into special use\ne1\te2\tfever\tconstipation\tCause-Effect_reversed\tin these cases of fever from constipation there are no local signs except, perhaps, a varying amount of tenderness over the sigmoid flexure of the colon, but only appreciable where the distension of gut is extreme\ne1\te2\tclip\talarm\tComponent-Whole\tyou carry it in a purse or pocket or attach it to your belt using the clip on the back of the alarm\ne1\te2\tfilm\tdecision-making\tMessage-Topic\tthe film makes the point that decision-making is an important aspect of such an affair of the heart\ne1\te2\tfunctionality\ttool\tEntity-Destination\tprevx has added functionality into its new tool\ne1\te2\tkoala\tchurch\tEntity-Destination\ta kid took a baby koala to church on sunday\ne1\te2\tsulphur dioxides\tatmosphere\tEntity-Destination\tacid precipitation was caused when sulphur dioxides and oxides of nitrogen were released into the atmosphere\ne1\te2\tcomputer\tstudent\tInstrument-Agency\tfor other useful ideas on how to use e-texts to aide literary analysis the girls read robert harris's \"the personal computer as a tool for student literary analysis\"\ne1\te2\tallegations\tbehaviour\tMessage-Topic\tallegations were made about galloway's personal and financial behaviour\ne1\te2\tcleaner\tcistern\tOther\twhen the cleaner was down in a cistern, the children enjoyed looking down into the cistern to see him work\ne1\te2\tanimals\therd\tMember-Collection\tabout 40 animals in a herd of 3050 swine herd (approximately 1.3%) contracted the virus\ne1\te2\trestaurant\toutbreak\tEntity-Origin_reversed\ta popular local restaurant is the source of an outbreak linked to salmonella\ne1\te2\tcoil\trelay\tComponent-Whole\twhen thecoil of the relay is at rest (not energized), the common terminal (30) and the normally closed terminal (87a) have continuity\ne1\te2\ttower\tgiraffes\tMember-Collection_reversed\tthe manor, with its tower of endangered rothschild's giraffes, also features an education center where kids can take guided walks through the surrounding primeval forest and learn about the rich local flora and fauna\ne1\te2\tcell line\tcell culture\tOther\tthe cell line was derived from a macrophage-enriched cell culture\ne1\te2\tapartment\tdining room\tComponent-Whole_reversed\tthe apartment has a separate dining room, which can easily be converted into a third bedroom if need be\ne1\te2\tcongressman\tparty\tMember-Collection\tcampbell, from the congressman's own party, stepped into the fray, introducing a special bill that made an exception to the general rule in the particular case of the student, jesus apodaca\ne1\te2\twine\tcradle\tEntity-Destination\twhen service time came, he carefully put the wine in a cradle that holded it at an angle\ne1\te2\ttoxoplasmosis\tparasite\tCause-Effect_reversed\ttoxoplasmosis is caused by infection with toxoplasma gondii, an obligate intracellular parasite\ne1\te2\teconomy\tprostitution\tComponent-Whole_reversed\tthe goods and services that make up this economy are sadly familiar: prostitution, slavery, drugs, arms, protection rackets, money laundering\ne1\te2\tsongs\tidentity\tMessage-Topic\tin several of her songs, marshall has reflected on her racial identity\ne1\te2\tartist\tstyle\tInstrument-Agency_reversed\tthe artist skilfully hand-carves the wood with a distinctive style which captures the beauty and the harmony of the nature\ne1\te2\tshock\tattack\tCause-Effect_reversed\tmost importantly, the shock and anger caused by the surprise attack on pearl harbor united a divided nation and was translated into a wholehearted commitment to victory in world war ii\ne1\te2\tmessage\tmailman\tEntity-Destination\tthe message is being delivered to the mailman\ne1\te2\tarmy\twall\tProduct-Producer_reversed\tover the next six years, the army built a wall 80 roman miles long (117km or 73 modern miles), some 5 metres (15 feet) high, east to west from wallsend to bowness\ne1\te2\tneuroma\tpain\tCause-Effect\tmorton's neuroma is the most common cause of localized pain in the third interspace and these diagnostic tests produce good indications of the condition\ne1\te2\tcommittee\tamendment\tOther\tthe government of iraq has established a committee to consider a proposed amendment to the constitution of iraq\ne1\te2\tgovernment\tcriticism\tMessage-Topic_reversed\tthe government has run into a criticism after quietly closing its grant programme for solar energy last week\ne1\te2\twater\tcistern\tContent-Container\twater in a cistern is suitable for drinking water or bathing\ne1\te2\tneurons\treverse\tOther\tnew experiences throw neurons into reverse\ne1\te2\tphilosopher\tbooks\tProduct-Producer_reversed\the had attended vollenhoven's lectures and read the philosopher's books, much of them available for years in mimeo editions in dutch\ne1\te2\tcavalcade\thorsemen\tMember-Collection_reversed\tthe parthenon frieze shows racing chariots ahead of the cavalcade of mounted horsemen\ne1\te2\ttown\tdogs\tOther\ti've never seen anything like it in my life: they have a whole town of prarie dogs\ne1\te2\tionization\tavalanche\tCause-Effect\tfurthermore, the substrate doping density at which impact ionization causes avalanche breakdown at the trench capacitor junction has been estimated\ne1\te2\tman\taddiction\tOther\tthe man is falling into a drug addiction and needs help\ne1\te2\tcash\tdesk drawer\tContent-Container\twhile it is very easy to tuck the cash in a desk drawer or a closet shelf, it is not secure\ne1\te2\tsocialists\troom\tEntity-Origin\tthe socialists had left the room to protest against wilm's speech on the taxi\ne1\te2\tbody\tsuitcase\tContent-Container\tthe body of sandra cantu was discovered inside a suitcase in an irrigation pond\ne1\te2\tcyclone\tclimate change\tCause-Effect_reversed\tmajor disasters like cyclone, floods and the storm surges, drought are caused by climate change\ne1\te2\twater\tkettle\tContent-Container\twhen water in a kettle becomes acidic due to decomposing organic plant matter, it becomes a kettle bog or kettle peatland\ne1\te2\tbottle\tsnake oil\tContent-Container_reversed\ti gotta a bottle full of snake oil with a label made of rainbows\ne1\te2\tsoda\tcleaning\tOther\ti really got into using baking soda for cleaning, so i buy it in bulk\ne1\te2\tcharts\tpopularity\tMessage-Topic\tthe billboard charts tabulate the relative weekly popularity of songs or albums in the united states\ne1\te2\tjury\tmember\tMember-Collection_reversed\the has been a jury member at four olympic games, and chairman in 2004 and 2008\ne1\te2\tinformation\tstorage\tContent-Container\tthis information is part of the 'header' information in the file storage, and is required for proper display and analysis of the images\ne1\te2\tsteps\tladder\tComponent-Whole\tthey were allowed to use the top two steps of the ladder\ne1\te2\tinjuries\trunning\tCause-Effect_reversed\tknee injuries from running are treated and prevented by following tips and performing stretches from runner's world.com\ne1\te2\tzone\ticon\tOther\teach zone is denoted with an icon indicating how difficult the zone is expected to be to conquer\ne1\te2\tpen\tpoint\tComponent-Whole_reversed\tthis paper discusses an on-line signature verification method based on angular direction of pen point movement (adpm)\ne1\te2\tpeople\tcombination\tInstrument-Agency_reversed\tspanish people successfully resolved the problem through a judicious combination of self-rule and shared rule\ne1\te2\tthermostat\trefrigerator\tComponent-Whole\tthe thermostat of the refrigerator is fitted on the aluminium evaporator surface\ne1\te2\tcraziness\tvirus\tCause-Effect_reversed\tita s hard for me to fathom the craziness that has been caused by the h1n1 virus\ne1\te2\tgirl\tcountry\tEntity-Origin\the remembers their shared past - childhood, school, the war years and those which followed - until 1956 when the girl left her native country\ne1\te2\tdetails\tdiscussion\tMessage-Topic_reversed\tdetails of new contract were under discussion\ne1\te2\tfit\tjacket\tOther\tthe fit of this jacket is perfect, it is not bulky\ne1\te2\tdisplacement\tatmospheric pressure\tCause-Effect_reversed\tthe displacement comes from low atmospheric pressure within the centre of the depression\ne1\te2\tprescription bottle\tplastic pouch\tContent-Container\tthe prescription bottle was inside a plastic pouch along with the newport cigarette box containing one of the crack pipes\ne1\te2\tchurch\tportals\tComponent-Whole_reversed\tthe church comprises six portals, representing different architectural styles from gothic to renaissance style\ne1\te2\tdynamite\tfishing\tOther\tblast fishing or dynamite fishing is the practice of using explosives to stun or kill fish\ne1\te2\tplayers\tinstrument\tInstrument-Agency_reversed\tthis usage is uncommon among players of the instrument\ne1\te2\tquestion\textent\tMessage-Topic\tthe first question concerns the extent and nature of the shocks that buffet the system\ne1\te2\tmoney\tfunds\tEntity-Destination\tthe trustees invested money directly into funds made available by newton investment\ne1\te2\teye\tretina\tComponent-Whole_reversed\tthe eye works using the retina as a lens\ne1\te2\tfurniture\thouse\tEntity-Destination\tnew furniture has been delivered to the house\ne1\te2\tsergeant major\tarmy\tMember-Collection\tas sergeant major of the army, preston serves as the army chief of the staff's personal adviser on all enlisted-related matters, particularly in areas affecting soldier training and quality of life\ne1\te2\tsnake\ttongue\tComponent-Whole_reversed\ta snake 's tongue looks like a long, sharp, slender forked finger\ne1\te2\tteam\tgame\tEntity-Destination\tthe team moved into the championship game\ne1\te2\tundergraduate\tparts\tInstrument-Agency_reversed\ta 24-year-old undergraduate from nigeria is building helicopters out of old car and bike parts\ne1\te2\tadventures\tfilms\tMessage-Topic_reversed\this adventures form the subject of my first two films\ne1\te2\treference\tmail\tMessage-Topic_reversed\tthey respond directly to these current vacancies mentioning the job code reference on the subject of the mail\ne1\te2\trabbit\tcarafe\tContent-Container\tit is inherently no less silly to see a king in a pear (as all of france did) than to see a pear in a rabbit, a rabbit in a carafe, a carafe in a clock, and so on and so forth\ne1\te2\tbook\tman\tProduct-Producer\tthis self-help book, written by a man for the benefit of women, seems to be dividing reader opinion\ne1\te2\tspeech\tnorth\tMessage-Topic\tsalva kiir gave a speech criticising the north for the slow progress of the country's peace agreement\ne1\te2\tnews agencies\tmurder\tOther\tin 1993, international news agencies reported the murder of a four-year- old english boy, james bulger\ne1\te2\tdacryoadenitis\tinfection\tCause-Effect_reversed\tdacryoadenitis is caused by local infection of the lacrimal gland by bacteria or viruses\ne1\te2\tfingers\thands\tComponent-Whole\tthis page shows you how to hold your fingers and hands correctly, and addresses the most common problems\ne1\te2\tcadre\tspecialties\tOther\tfirst of all, it is a source of specialist cadre of various specialties, such as monument and art renovation, foreign language teachers, economists, chemists, lawyers and it specialists, just to name a few, who often stay in the city after graduating\ne1\te2\tmalfunction\tlaunch\tCause-Effect\tshortly after takeoff, an apparent systems malfunction has caused the inadvertent launch of an aim-9 sidewinder missile\ne1\te2\tevacuation\teruption\tCause-Effect_reversed\tafter the war, as the midway was preparing for retirement, she was called upon one last time to the philippines to help with an evacuation after the eruption of mt. pinatubo\ne1\te2\tpalace\tlake\tOther\tthe palace was built by the lake during the reign of the umayyad caliph al-walid i (705-715 ce)\ne1\te2\tvibrations\tmotion\tCause-Effect\tthe vibrations caused a violent twisting motion on the bridge\ne1\te2\tspread\tmesophyll\tEntity-Destination\tmp shows spread into mesophyll rather than epidermal tissues during virus infection\ne1\te2\tkids\tbus\tInstrument-Agency_reversed\tthe kids took the bus to school before, so don't start taking them now that you have more free time\ne1\te2\tterrorists\tsystems\tInstrument-Agency_reversed\tjust as the terrorists took advantage of our relatively open and porous educational, aviation, and immigration systems to plan and execute their attacks, they also likely took advantage of our financial systems\ne1\te2\tscheme\tworks\tMessage-Topic_reversed\tbrent, writing in 1952, accepted much of the classification scheme set out in earlier works\ne1\te2\tround\tcontestants\tOther\tthe final round lets the last 2 contestants answer the question from a hint of a given qualification to find the last man standing\ne1\te2\theadaches\tmedication overuse\tCause-Effect_reversed\tto help doctors to know and cure headaches from medication overuse a revised criteria was published by the international headache society\ne1\te2\tflower\twine\tEntity-Origin_reversed\tanother variety of flower wine, called baekhwaju, is made from 100 varieties of flowers\ne1\te2\tproposal\tconsideration\tOther\tthe debates proposal is still under consideration, although there are potential problems\ne1\te2\tobedience\tsubjects\tOther\tless obedience was extracted from subjects in this case\ne1\te2\tbazaar\tguillemots\tMember-Collection_reversed\ta bazaar of fledgling guillemots braved a plunge from the flat this afternoon to raucous cheering from the crowd\ne1\te2\tmen\tpaint\tInstrument-Agency_reversed\tin 2004 a two men, including a local parks commissioner, defaced the monument with white paint and were sentenced to jail time\ne1\te2\temail\tcustomer\tEntity-Destination\twe saw that the email had been sent to the customer\ne1\te2\ttools\tgardeners\tInstrument-Agency\tthere are a variety of basic gardening tools that the all gardeners have\ne1\te2\tcoat\tartist\tProduct-Producer\ta coat of arms was conjured from the fertile imagination of an artist\ne1\te2\tmachinists\tcovers\tProduct-Producer_reversed\tthe struggle began in 1968 when machinists making seat covers for the car giant were paid less than men who swept floors\ne1\te2\tpin\tconnector\tComponent-Whole\tanother known connector uses the center conductor of the coaxial cable to push out the pin of the connector\ne1\te2\taircraft\tstructure\tEntity-Origin\tthey are arranged on the chart in accordance with their position relative to the aircraft's arrival from the en route structure\ne1\te2\tsatellite\trotors\tComponent-Whole_reversed\tfor the satellite with rotors, one must include the effects of p as well; this modification, consistent with (2.2), is given in (4.3)\ne1\te2\tdebate\ttheory\tMessage-Topic\tdebate continues to swirl around the theory of evolution charles darwin proposed 150 years ago in his groundbreaking book\ne1\te2\twallet\tpassport\tContent-Container_reversed\tthe wallet contained a driver's license, passport, a couple credit cards and $16 in cash\ne1\te2\tinjuries\tunconsciousness\tCause-Effect\thead injuries are a common cause of unconsciousness and they occur in many sports like rugby and boxing\ne1\te2\tpioneer\tscratch\tOther\tmodern pioneer builds home from scratch\ne1\te2\tfamily\thome\tEntity-Origin\ta family was evacuated from their home near the north canterbury township of waiau when the waiau river flooded overnight\ne1\te2\tgirlfriend\ttrunk\tOther\this girlfriend was in a trunk and they drove over a bridge\ne1\te2\ttabernacle\tcourt\tOther\tthe tabernacle was inside a rectangular court whose entrance faced the east\ne1\te2\tcolouration\tdye\tCause-Effect_reversed\tthe colouration has been caused by a blue dye\ne1\te2\tpeach\tjelly\tEntity-Origin_reversed\tsmall diced pieces of peach is found in the cheesecake and whats more, a thick slice of peach jelly is hidden in between the cheesecake\ne1\te2\thashish\tchessboard\tContent-Container\ta drug smuggler tried to secret more than 2 pounds of hashish into the country inside a wooden chessboard\ne1\te2\tanger\tsky\tOther\tfrom the anger, sky was evolved, from the sky air was evolved, from the air fire was evolved and from the fire water was evolved\ne1\te2\tcooperative\tproducers\tMember-Collection_reversed\tangeles ortega's family became involved with yeni navan after hearing from the local priest about a cooperative of organic coffee producers that was forming in order to seek out new markets and better prices\ne1\te2\tdisk\tbox\tContent-Container\tthe disk and controller were in a box seven feet high and about 20 feet long and 3 feet wide\ne1\te2\tpoem\tdiaries\tEntity-Origin\tthe poem is from his posthumous diaries and collection, a river dies of thirst: the girl / the scream\ne1\te2\tcheque\tcasket\tEntity-Destination\ti've obediently banked in all his cash into my account and put a big fat cheque into his casket\ne1\te2\tstudentship\tbursary\tComponent-Whole_reversed\tthe studentship comprises of a tax free bursary of 15290 gbp pa plus the payment of fees for three years\ne1\te2\ttag\tlanguages\tComponent-Whole\tas a noun, a tag is a basic element of the languages used to create web pages ( html) and similar languages such as xml\ne1\te2\twheels\ttrain\tComponent-Whole\tas zhivago (omar sharif) grabs her hand to help her aboard, she slips and seems to fall beneath the wheels of the train\ne1\te2\tdefendant\tglove\tInstrument-Agency_reversed\tthe defendant battered the victim with a standard weighted workout glove containing sand in the palm area\ne1\te2\tanxiety\tconflict\tCause-Effect_reversed\toccasionally, a dream proffers no solution but portrays only the anxiety which is generated by the conflict\ne1\te2\tdiamond\tnecklace\tOther\twhen the merchant was ready to come home, he had bought a diamond necklace for his first daughter\ne1\te2\ttroop\tmonkeys\tMember-Collection_reversed\tscarcely had we reached the edge of the wood when turk darted past us, barking furiously at a troop of monkeys, who were gambolling on the turf\ne1\te2\tomelette\tbread\tEntity-Destination\ttheir omelette was put inside the bread and was served on their plates\ne1\te2\tcousin\ttrain station\tEntity-Destination\tmy cousin was arriving at the train station in boston and i went for pickup\ne1\te2\tmachine\tregister\tComponent-Whole_reversed\tthis amazing machine contained a shift register made out of a motor and a rotor as well as a keyboard rom consisting solely of levers and springs\ne1\te2\tsurpluses\tdeficits\tOther\tyour republican tax cut fetish has drained government surpluses into unprecedented deficits\ne1\te2\tship\tport\tEntity-Origin\tthe ship sailed from the port of site, near marseilles, on july 11, 1947, with 4515 immigrants\ne1\te2\tvaccine\ttechnology\tOther\tthey ordered vaccine made with a 50-year-old egg technology rather than experimental methods\ne1\te2\tcorn\twhiskey\tEntity-Origin_reversed\tcorn whiskey is an american liquor made from a mash made of at least 80 percent corn\ne1\te2\tsuitcase\tbody parts\tContent-Container_reversed\tpolice investigating the discovery of a severed head on a british beach have found a suitcase full of body parts in a nearby harbour\ne1\te2\tvolume\tselection\tComponent-Whole_reversed\tthis volume contains a selection of japanese prose literature dating from the classical age\ne1\te2\tmaize\tspirits\tOther\tthis was meant to represent the resting of the maize spirits until the next harvesting period came around\ne1\te2\tcasket\tmausoleum\tEntity-Destination\tthe casket has been moved into the mausoleum\ne1\te2\tscientist\tpapers\tProduct-Producer_reversed\tthe index is based on the set of the scientist's most cited papers and the number of citations that they have received in other people's publications\ne1\te2\trange\tmountains\tMember-Collection_reversed\tthough the woods petered out further south, the ground became increasingly difficult down towards the coast, where it resembled a range of rocky mountains\ne1\te2\tsuit\tscene\tOther\trobert pattinson wears a suit for a cemetery scene on location\ne1\te2\tresearchers\tprobe\tInstrument-Agency_reversed\tthe researchers applied a vibration to monkeys' fingertips for half a second using a pencillike probe\ne1\te2\tgasoline\tcanister\tEntity-Destination\twhite gasoline was put inside a metal canister with a smooth, flat base, and lit to heat up the metal\ne1\te2\tdisappointment\tspeech\tMessage-Topic\thitler expressed his disappointment over the munich agreement in a speech on 9 october 1938\ne1\te2\tball\tpellets\tComponent-Whole_reversed\tfor cricket, we use a ball with pellets inside it, which make a noise\ne1\te2\tworks\tcivilization\tMessage-Topic\this works criticize agricultural civilization as inherently oppressive\ne1\te2\tgerms\tsore throat\tCause-Effect\tusing the product around the house killed germs that were causing flu, colds or sore throat\ne1\te2\tpain\tbook\tMessage-Topic_reversed\tthe pain of loneliness is another theme of the book\ne1\te2\tsubculture\tpoets\tMember-Collection_reversed\this tale of a subculture of poets, folk singers, and eccentrics who smoked marijuana and rejected conformist society was written in just three weeks\ne1\te2\titems\ttrust\tEntity-Destination\tthe items are handed over into our trust\ne1\te2\tteam\tgame\tEntity-Origin\the also hinted that the team is going away from the running game far too soon\ne1\te2\tbuilding\trooks\tMember-Collection_reversed\ttwo large ash trees dominate the back garden and offer shade and shelter in all weathers and home to a colony of bats and building of rooks\ne1\te2\toffences\ttrade\tOther\tpolice charge a carlisle man with eight offences in relation to the illegal trade of endangered tortoises\ne1\te2\tseeds\tfields\tEntity-Destination\tthe seeds have been blown into their fields by wind or deposited by birds\ne1\te2\tawards\tindividuals\tEntity-Destination\ton national day, the government bestowed awards to deserving individuals\ne1\te2\tmachine\tcabinet\tContent-Container\tthe machine was in a cabinet very similar to the type 'a' machines, and weighed 95 pounds\ne1\te2\tcharger\tsuitcase\tContent-Container\tthe charger was in a suitcase that was (and still is!) lost by the airline\ne1\te2\telectromagnet\tcoil\tComponent-Whole_reversed\tthe electromagnet has a coil of insulated wire around it, which corresponds to the life energy currents which magnetise our body\ne1\te2\tbicycle\tbuilding\tEntity-Origin\tthe bicycle was manufactured in a building leased from their former employer, the canadian typothetac company\ne1\te2\tunit\tcult\tOther\tan iraqi unit is sent to battle the cult\ne1\te2\tpeople\tcountry\tEntity-Destination\tthose people from mexico have entered into this country illegally\ne1\te2\tremark\tcomments\tMessage-Topic\tmy remark pertained to your earlier comments\ne1\te2\tbody\tsack\tContent-Container\tthe dead body of a british tourist was found tied in a sack with weights, stripped, and thrown into sea\ne1\te2\tdoctors\tprocedure\tInstrument-Agency_reversed\tdoctors treated the cancer with an experimental bone-marrow transplant procedure at berlin's charite hospital\ne1\te2\tdrawer\tcabinet\tComponent-Whole\twe filled the second drawer from the bottom in a four-drawer filing cabinet before any of the others, to weight the bottom and to prevent it from tilting over\ne1\te2\tcanvases\tcolors\tComponent-Whole_reversed\tthose canvases by mark rothko with luminous colors floating in space make me swoon\ne1\te2\twoman\tinsert\tProduct-Producer_reversed\there was a woman who invented a generic plastic pouring insert a few years ago - making the spout-to-cup distance less critical\ne1\te2\talbum\tfolder\tEntity-Destination\tan album by the same artist has now been put into a folder\ne1\te2\tboom\tsailboat\tComponent-Whole\ta device for controlling the swinging of the boom of a sailboat comprises a line fixed at its opposite ends to opposite gunwales of the boat and passing intermediate its ends about a sheave carried by the boom\ne1\te2\tcard\tcamera\tEntity-Destination\ti have put the memory card into the camera\ne1\te2\tcoins\tcirculation\tOther\tin australia, fifty cent coins have been put into circulation\ne1\te2\tcovey\tpartridges\tMember-Collection_reversed\ta covey of partridges nested in my pear grove\ne1\te2\tframe\tphotographs\tContent-Container_reversed\tthis picture frame fits photographs measuring 9 x 13 cm, 3.5 x 5 inches\ne1\te2\tfilm\tpath\tMessage-Topic\tthe film details plastic's path over the last 100 years and provides a wealth of expert interviews on practical and cutting edge solutions to recycling\ne1\te2\tsolute\tbeaker\tEntity-Destination\tfinally, the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial\ne1\te2\tcat\tscuttle\tContent-Container\ta sluggish cat named minnie sleeps in a scuttle beside the stove\ne1\te2\tflotilla\tships\tMember-Collection_reversed\tsomali pirates simply shift their area of activity to avoid international flotilla of navy ships in the area\ne1\te2\tseries\tlives\tMessage-Topic\tit is a reality series documenting the lives of teenagers\ne1\te2\tgrief\tdeath\tCause-Effect_reversed\tthis consensus paper describes the essential skills that clinicians need to help persons who are experiencing grief after the death of a loved one\ne1\te2\tset\tprinciples\tMember-Collection_reversed\tthis set of principles serves to offer a baseline for quality vocal leadership\ne1\te2\tskin\tcarafe\tContent-Container\ta chicken skin is cooked inside a carafe after having been stuffed with its own meat\ne1\te2\tdesign\tworldview\tOther\tperhaps even more compelling, the design is rooted in an optimistic worldview\ne1\te2\tcats\tgarage\tEntity-Destination\tseveral cats ran into rob's garage\ne1\te2\ttrilogy\ttransition\tMessage-Topic\tthe trilogy studies in depth the transition from war to peace in 1815, 1918 and 1945\ne1\te2\timpression\trendition\tCause-Effect_reversed\tafter making an impression the crowd with an a capella rendition of their national anthem, the south african were immediately under pressure\ne1\te2\tsymposium\tdissemination\tMessage-Topic\tthe halsey institute has put together a symposium with intent to discuss the dissemination of difficult imagery\ne1\te2\tumbrella\tmaker\tProduct-Producer\ther dad was an umbrella maker and spoke loudly about honor\ne1\te2\thandgrip\tcamera\tComponent-Whole\tthe memory compartment is placed in the handgrip of the camera\ne1\te2\tconcern\tclimate change\tOther\tas delegates gather in copenhagen for the un climate summit, a new poll shows growing concern for climate change\ne1\te2\ttelevision\tscreen\tComponent-Whole_reversed\tthe pan-and-scan area (lighter shaded) is what is shown when your television screen is full\ne1\te2\tsniper\tdeath\tOther\tthe washington sniper is put to death\ne1\te2\tbottle\tcereal\tContent-Container_reversed\ta bottle with cereal in it contains more calories than the bottle alone so it can set your baby up for some overeating habits\ne1\te2\ttea\tbags\tContent-Container\tthe first tea bags were made from hand-sewn silk muslin bags\ne1\te2\tjam\thorns\tOther\ton 16th avenue, throngs of cars crowded the street forming a huge traffic jam of honking horns with people hanging out of windows and sunroofs, slapping high-fives to all who passed\ne1\te2\tcompanies\trecession\tOther\tafter massive companies were bailed out of the recession earlier this year, an advantage to cardholders started to be there\ne1\te2\ttreatment\ttherapy\tComponent-Whole_reversed\ttreatment consists of antifungal therapy, surgery, and supportive care\ne1\te2\thinge\tknee brace\tComponent-Whole\tadditionally, and particularly in the case of injured or weak knees, means must be provided in the hinge of the knee brace to control the extension of the knee joint and to stop the extension\ne1\te2\train\ttears\tMember-Collection_reversed\tstripped even of reservation rights, the few survivors drifted between the four winds on their final journey into the bitter rain of tears\ne1\te2\theroin\tpuppies\tEntity-Destination\tdrug smugglers surgically implanted heroin into puppies\ne1\te2\tseries\tchanges\tMessage-Topic\tthe series reflected on the changes that had taken place in ireland since the 1960s\ne1\te2\tmenage\tguitars\tComponent-Whole_reversed\tmixing the best spirit of punk with a rock musician's technical ability, the 36 minutes blur past in a furious menage of soloing guitars, crunching rhythm and fantastic lead vocals\ne1\te2\torchestra\tbox\tOther\tthe orchestra was in a box above the stage\ne1\te2\tposts\tchronological order\tOther\the put the posts in chronological order\ne1\te2\tbunch\tcrybabies\tMember-Collection_reversed\tthey are the biggest bunch of crybabies i have dealt with in my 30 years in washington\ne1\te2\tcat\tbox\tContent-Container_reversed\tbecause we made observations, we know the fate of the cat in the box\ne1\te2\tdoor\thandle\tComponent-Whole_reversed\ti removed and reinstalled my door handle just to see if it could be all be done external to the door\ne1\te2\tcompanies\ttechnologies\tProduct-Producer_reversed\tother companies compete with us by inventing their own technologies\ne1\te2\tsystem\tfacility\tComponent-Whole_reversed\ttgmc is a public, non-profit integrated healthcare system consisting of a 299 licensed bed acute care facility complete with a range of services such as rehabilitation and skilled nursing units, an outpatient surgery center, emergency care services, primary care services and a community outreach center\ne1\te2\tmarketing spending\trevenue\tCause-Effect\trecently, marketing spending translated into revenue\ne1\te2\tintervention\tproduction\tOther\ta simple intervention in relation to local small-scale gold production was undertaken in the late 1980s\ne1\te2\tconstituency\tvoters\tMember-Collection_reversed\ta large constituency of voters is concerned that america, an historic leader in innovation, is falling behind as it devotes less attention to developing what they perceive to be essential skills of the imagination and inovation than do other nations\ne1\te2\tsamples\tresin\tEntity-Origin\tthe water samples eluded from the resin were collected and analyzed for mercury content\ne1\te2\tdrama\tash\tCause-Effect_reversed\tin reality, however, the drama has been caused by the erupting ash and smoke colliding with a lightning storm\ne1\te2\tresults\tcycles\tEntity-Origin\tsome cycles depend on the results from previous cycles\ne1\te2\tdeveloper\tadventure\tCause-Effect\tyet on the whole, given the constraints of sticking so closely to the original book, the developer has crafted a thoroughly pleasing puzzle adventure\ne1\te2\tstriker\tteam\tMember-Collection\tthe striker of the team dimcho belyakov became top goalscorer with his 21 goals scored during the season\ne1\te2\tstory\tflashback\tOther\tthe story is narrated in flashback\ne1\te2\tstudies\tissue\tMessage-Topic\tthree large-scale controlled observational studies have been reported on this issue\ne1\te2\tnest\tcrocodiles\tMember-Collection_reversed\tthey had stumbled upon a nest of saltwater crocodiles that had made their home deep into the swamp, near the coastline\ne1\te2\tmethod\tteam\tProduct-Producer\ta method, discovered by a team of seven researchers, exploits a weakness in the md5 hash function to construct a rogue certificate authority\ne1\te2\tsurgeon\tsuture\tInstrument-Agency_reversed\tthe surgeon repairs the cartilage with a suture\ne1\te2\tdecline\tspeech\tMessage-Topic_reversed\tphilip collins discusses the apparent decline in rhetoric in a speech given at radio 3\ne1\te2\tsmuck\tjellyfish\tMember-Collection_reversed\ti'm still having a hard time imagining a smuck of glowing jellyfish 10x10 miles and 35 feet deep\ne1\te2\tarticle\tprovince\tMessage-Topic\tthis article deals with a province in belgium\ne1\te2\tmanure\tsheds\tContent-Container\tthe manure was stored in open sheds, though some stored it in closed sheds\ne1\te2\twords\tdictionaries\tEntity-Destination\tnew words are manually added into phone dictionaries\ne1\te2\tsubject\tcustody\tOther\tthe subject was taken into custody for trespassing\ne1\te2\torgans\tbody\tComponent-Whole\tvestigial organs are parts of the body that once had a function but are now more-or-less useless\ne1\te2\tships\tspace\tEntity-Origin\t\"v\" starts with the arrival of a couple of dozen ships from outer space, piloted by creatures who look like humans except a lot prettier\ne1\te2\tgirl\tcloset\tEntity-Origin\ta little girl came out of the closet, her face swollen and red from crying\ne1\te2\tproducts\tbasket\tContent-Container\tso often the products in a gift basket look wonderful until you actually remove them from the basket\ne1\te2\tbottle\twater\tContent-Container_reversed\tyou find a bottle with pretty blue water in it in the bathroom\ne1\te2\tanvil\tblacksmiths\tInstrument-Agency\tflamenco and bullfight cultural icons such as the ghostly bullhorns of the bullfight, or the anvil of the romani (gypsy) blacksmiths are used in these paintings to visually sing a seguiriyas\ne1\te2\tmalls\ttowns\tEntity-Destination\tmalls are spreading into smaller towns with few precedents to guide them\ne1\te2\ttickets\tmachines\tEntity-Origin\the bought tickets for the local train from the ticket machines or staffed kiosks\ne1\te2\tfactory\tminibuses\tProduct-Producer_reversed\tthe factory produced several versions of the raf-2203 minibuses based on gaz-24\ne1\te2\tpremier\tmeeting\tEntity-Destination\tchina sent the premier to the meeting on the climate change\ne1\te2\twarren\thares\tMember-Collection_reversed\taldergrove airport in belfast was once renowned for the sight of a warren of 80 hares feeding between the runways\ne1\te2\tpoet\tpen\tInstrument-Agency_reversed\tbeaulieu's predilection for the work of hugo was evident in the recurrent use of grotesque or architecturally fantastic pictorial material from the poet's pen and ink sketches, with the whale a recurrent figure\ne1\te2\taircraft\thangar\tEntity-Destination\tthe aircraft is moved into the hangar\ne1\te2\twater\tfields\tEntity-Destination\tthe factory owners have drained polluted water into their paddy fields\ne1\te2\toil\tharbor\tEntity-Destination\ta broken exxon pipeline leaked 567000 gallons of oil into the new york harbor\ne1\te2\ttombs\tlegions\tProduct-Producer\tsome tombs were laboriously piled up by legions of coolies, others dug into hills\ne1\te2\tfeet\ttrack\tProduct-Producer_reversed\thundreds of tramping feet have pressed the snow into a glacial track\ne1\te2\tinterviews\tresearchers\tInstrument-Agency\tsemi-structured interviews are used by researchers in order to acquire an agent-informed account of policy processes\ne1\te2\treceipt\tair-mail\tOther\tafter receipt of the invoice through the air-mail or the email, we send it the accounting department for payment procedures\ne1\te2\tneighborhoods\tdisrepair\tOther\tin a decade, neighborhoods are sinking into disrepair\ne1\te2\tmembrane\tlipids\tOther\tthe plasma membrane is composed of a double layer (bilayer) of lipids, oily substances found in all cells (see figure 1)\ne1\te2\tcorruption\tcrisis\tCause-Effect\tcorruption is one of the main causes of a global crisis that deprives more than a billion people of access to safe drinking water and more than 2.6 billion of access to sanitation systems\ne1\te2\tgroup\ttaxi\tInstrument-Agency_reversed\tand so i was in the group that took the taxi to the restaurant and then back again to the end of the race\ne1\te2\tinfrastructure\thardware\tComponent-Whole_reversed\tthe infrastructure comprises the physical hardware and services that must be maintained and operated for the resource-sharing to occur\ne1\te2\tfuel\tbody\tInstrument-Agency\tthe fuel or energy that the body uses, comes from the food and drink that we consume in our diet\ne1\te2\twoman\tmarriage\tOther\twhen frances was 13, she read an article about a woman who escaped an unhappy marriage and went to kenya\ne1\te2\tcolorants\trashes\tCause-Effect\tmany commercial soap, shower gel or cleanser products contain preservatives, colorants and chemicals that cause dryness, rashes, itchiness and roughness on the skin\ne1\te2\tmanifesto\tneed\tMessage-Topic\tcreated by bloc 8406, this manifesto declares the need for democratic reforms in vietnam\ne1\te2\tforum\tfirefighting\tMessage-Topic\tthis forum is particularly specialized in firefighting, ems, and rescue discussions\ne1\te2\tpresentation\tidentity\tOther\tthe presentation of the data is rooted in an identity in which a nation's saving is equal to domestic investment plus net foreign investment\ne1\te2\tmicrophone\tsuction cup\tComponent-Whole_reversed\tthis microphone is made with a medical grade grey silicone suction cup that can stay attached to slick smooth surfaces for long periods\ne1\te2\tcream\tsauce\tEntity-Origin_reversed\tthe big secret is that their white cream sauce is in fact the same ranch sauce they put on their salads and for dipping\ne1\te2\texhibition\ttechniques\tMessage-Topic\tnaturally the exhibition studies the modern techniques of communication\ne1\te2\ttrain\tobserver\tEntity-Origin\tthe pitch of a train's whistle that is lower when the train is going away from an observer\ne1\te2\tholders\tfloor\tEntity-Destination\tflag holders have been pushed into the floor to remove the bump on top of the flag\ne1\te2\tjoints\tbody\tComponent-Whole\tjoints are parts of the body where bones meet, such as your knee\ne1\te2\tchapter\tthemes\tMessage-Topic\tthis introductory chapter sets out the main themes of the book\ne1\te2\tparents\tfactory\tOther\tboth her parents wind up accompanying her to the factory, though her mother disapproves of violet's gum-chewing habit\ne1\te2\tpain\trecession\tCause-Effect_reversed\tfor all the pain caused by the great recession, the job market still was not in as bad shape as it had been during the depths of the early 1980s recession, until now\ne1\te2\tmethod\tstep\tComponent-Whole_reversed\tthe method comprises a cleaning step of applying a cleaning fluid on the teats and/or the udder\ne1\te2\tdestruction\thurricanes\tCause-Effect_reversed\tlandrieu where he saw firsthand the destruction caused by the hurricanes and the failure of the storm protection system\ne1\te2\tbreezes\tair\tCause-Effect_reversed\tsea breezes are caused by cool and more dense air moving inland off the water\ne1\te2\tstories\tpress\tEntity-Origin\there are some stories from the international press involving balkan sunflowers\ne1\te2\tparts\tbasket\tEntity-Destination\tmrs. bissell then gathered the parts in a clothes basket and took them back to a room above the store for assembly\ne1\te2\tbeads\tgasoline\tEntity-Destination\ti have dropped the beads into the gasoline\ne1\te2\theel\tbone\tComponent-Whole_reversed\tthe heel of a persons foot consists of the heel bone, a pad of fat which acts as a protective cushion and a layer of thickened skin\ne1\te2\tclient\tmechanism\tInstrument-Agency_reversed\ta client copes with replica failures using a simple retransmission mechanism\ne1\te2\tsculpture\tseries\tMember-Collection\tthis sculpture is part of a shoes series i'm currently working on where i revisit some of my favorite classic sneakers silhouettes\ne1\te2\tfactory\twaste\tProduct-Producer_reversed\tthe factory's waste had still not been proven as the cause of minamata disease\ne1\te2\tgerms\tdiarrhea\tCause-Effect\tthese germs cause several kinds of illnesses, such as diarrhea, meningitis or a cold\ne1\te2\tdescription\tmarket segments\tMessage-Topic\tthe section provides a detailed description of the market segments within the communications service industries\ne1\te2\tenvelope\tpowder\tContent-Container_reversed\the found that the envelope contained a white powder, which you told him was anthrax\ne1\te2\tcoolant\tcylinder\tEntity-Destination\ta combustion chamber leak in the cylinder head or block leaks coolant into the cylinder\ne1\te2\tcoastal\terosion\tOther\twaves and coastal erosion is a good general discussion of these subjects\ne1\te2\testablishment\tsoup-seller\tProduct-Producer\tit was first applied to an eating establishment in around 1765 founded by a parisian soup-seller named boulanger\ne1\te2\tworkers\tcars\tProduct-Producer_reversed\tford's dagenham workers still produced more cars for less pay than any other plant in europe in the 1960s\ne1\te2\tantifreeze\tcontainers\tEntity-Destination\ti have drained the antifreeze into the open containers\ne1\te2\tmovie\treview\tMessage-Topic_reversed\tthe movie received poor review from critics\ne1\te2\tsoda\tjobs\tOther\tbaking soda safely tackles kitchen jobs above and beyond the legendary box at the back of the refrigerator\ne1\te2\trole\tscrutiny\tOther\tbut the role is also under scrutiny in this affair\ne1\te2\tcoalition\tforces\tMember-Collection_reversed\tthe revolution of ayutla represented a broad coalition of forces\ne1\te2\texhibition\tliterature\tMessage-Topic\tthis exhibition involves literature and ethics as well as science and history\ne1\te2\tcompany\tcollection\tProduct-Producer_reversed\tthe company has made available its collection of luxurious full black parts\ne1\te2\triders\tbeams\tEntity-Destination\tthe riders are moved into the beams until the pointer is balanced at the zero point\ne1\te2\tsugar\tcoffee\tEntity-Destination\the put sugar into his coffee without even trying it\ne1\te2\tteacher\tnap\tOther\tat the end of a long day, the teacher relaxed with a short nap on her sofa\ne1\te2\tperson\tcountry\tEntity-Origin\ta person has just arrived from an affected country and developed flu-like symptoms\ne1\te2\tclew\tworms\tMember-Collection_reversed\tthomas once found a clew of slow worms (about 8) under a stone\ne1\te2\tfirm\tsolicitors\tMember-Collection_reversed\twhen i read that an irish firm of solicitors was named \"argue and phibbs\" i assumed that this was an urban legend\ne1\te2\tdepartment\tstore\tComponent-Whole\the went to the kids department in the store, decorated one of the \"little brown bags\" and was entered to win prizes, including a $100 shopping spree\ne1\te2\tsoy\toil\tEntity-Origin_reversed\tsoy oil used in our handmade soy candles is renewable with each growing season, and is just one of the many uses of soybeans\ne1\te2\troad\tintersection\tOther\tthe road starts at an intersection with melrose avenue, east 165th street, brook avenue and park avenue in melrose\ne1\te2\tgroceries\tbasket\tContent-Container\tthe weight of the groceries in a shopping basket and the number of items in a shopping basket are discrete quantities\ne1\te2\tartist\tlaugh\tOther\tthe artist hid the convulsion with a forced laugh and finished the performance, but went immediately to bed\ne1\te2\torganisation\tchild labour\tOther\tthe organisation campaigns against such things as child labour\ne1\te2\therds\tstallion\tMember-Collection_reversed\therds with one stallion were organized in many stud farms, and a large number of separate lines were recognized\ne1\te2\tcouple\tarea\tEntity-Origin\tthe couple got out safely from the area\ne1\te2\tfilters\tstreams\tEntity-Destination\tthe filters are going into people's blood streams\ne1\te2\tbrown areas\tdrought\tCause-Effect_reversed\tthe brown areas are caused by drought, brown patch, take-all-patch, chinch bugs or grubs\ne1\te2\trestaurant\tproducts\tInstrument-Agency_reversed\tthe restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack\ne1\te2\trupture\tsoutheast end\tOther\tbut in 2004 the rupture started at the southeast end of the segment and ran northwestward, the opposite direction from those that struck in '34 and '66\ne1\te2\tcommunity\tteachers\tMember-Collection_reversed\tin doing this we recognize that english language teaching comprises a global community of teachers and learners in a range of social contexts\ne1\te2\twave\tcavity\tEntity-Origin\tthe tsunami wave was generated by a 100 kilometer radius cavity, 3000 meters deep\ne1\te2\tscurry\tsquirrels\tMember-Collection_reversed\ttheir dash raised a flock of morning doves and caused a scurry of ground squirrels into their holes\ne1\te2\tlaws\tregistries\tOther\tthe other countries passed their own laws to establish local slave registries\ne1\te2\tmillions\tresearch\tEntity-Destination\tmillions of dollars are poured into research for the innermost recesses of the atom\ne1\te2\tbail\tpendant\tComponent-Whole\tthe bail of the pendant is created in dimensional lattice weave\ne1\te2\tscars\tacne breakouts\tCause-Effect_reversed\tmany adults retain scars from acne breakouts during their teen years and feel marked for life\ne1\te2\tskulk\tfoxes\tMember-Collection_reversed\tit has been nearly 40 years since former u.s. president lyndon johnson convened the skulk of veteran foxes for the fateful consultation on november 2, 1967, on the issue of the vietnam war\ne1\te2\tprovisions\tarticle\tMessage-Topic_reversed\tsimilar provisions are established in the same article\ne1\te2\tarray\tevents\tOther\tnorthern michigan towns hosts an array of yuletide events\ne1\te2\tbook\tcover\tComponent-Whole_reversed\ti judged the book by the cover\ne1\te2\tgovernment\tfacts\tInstrument-Agency_reversed\tat the same time, the government carefully chose the facts that it gave to the newspapers\ne1\te2\tsuffocation\tshock\tCause-Effect\tthe slow suffocation of the cells swiftly cause unconsciousness and shock, soon followed by death\ne1\te2\tgranules\tmagnetic force\tOther\tthe granules and the pebbles are caused by a magnetic force to collide with one another, thereby resulting in liberation of the oxygen molecules contained in the granules and the pebbles\ne1\te2\tresults\tarticle\tMessage-Topic_reversed\tthe results of al shabab ksa in the 2007-2008 season are shown in this article\ne1\te2\tmetacorpora\tisthmus\tEntity-Destination\tthe metacorpora ware misplaced into the isthmus\ne1\te2\tdocument\tincidents\tMessage-Topic\tthe document makes reference to three similar incidents\ne1\te2\tgovernor\tcauseway\tProduct-Producer_reversed\tthe governor piled up all the mud into another causeway, in the style of bai causeway\ne1\te2\tpottery\tpotters\tProduct-Producer\this site shows some pottery by well known potters\ne1\te2\tnewspaper\theadline\tComponent-Whole_reversed\ta reservation newspaper captured the mood with a headline: \"wilma mankiller, cecelia babykiller.\ne1\te2\tcompetition\tdressers\tOther\tdescription stylesearch is a competition to establish the uk's most ethical dressers\ne1\te2\tfamily\tregion\tEntity-Origin\this family was originally from the baltic region\ne1\te2\tinformation\tinstitutions\tMessage-Topic\tthe catalog of norwegian research institutes and laboratories is a database containing information on more than 110 r&d performing institutions in the norwegian institute sector\ne1\te2\tspeech\texperience\tMessage-Topic\tin his speech, he related his trishaw journey experience to the residents who kept giving him loud applause\ne1\te2\tear\tmouse\tComponent-Whole\tthe ear of the mouse was used in this study\ne1\te2\trevenue\tmoney\tEntity-Origin\tqualifying for the champions league, and earning the extra revenue from guaranteed television money, is a major goal of top european clubs\ne1\te2\tscientist\tstring\tInstrument-Agency_reversed\tin \"prologue,\" the youthful scientist splits open a hailstone with a violin string, the only sharp edge available\ne1\te2\tdisappointment\tpurchase\tCause-Effect_reversed\tin these cases, the disappointment from the purchase is not forgotten over time, but rather accumulates\ne1\te2\ttroop\tcavalry\tOther\tin 1805 merchants of the city formed a troop of cavalry in montreal\ne1\te2\toutfall\tcurb\tEntity-Destination\tthe operator drained the outfall into the curb\ne1\te2\tsaltpetre\tsticks\tEntity-Destination\tthey packed saltpetre into thin-size bamboo sticks\ne1\te2\tstreaking\tpenguins\tOther\tthe streaking was from the penguins doing what all animals do in the forests and woods, etc\ne1\te2\tdeck\tcards\tMember-Collection_reversed\tsolitaire generates its keystream using a deck of cards\ne1\te2\tbook\tauthor\tProduct-Producer\tonce upon a time, the remit of getting a first book published by an unknown author was that you had talent for prose and storytelling, along with promise\ne1\te2\tnovella\tlady\tOther\tthe term \"dung beetle\" or mistkaefer is in fact used in the novella by the cleaning lady near the end of the story, but it is not used in the narration\ne1\te2\tcomposer\tdrawings\tProduct-Producer_reversed\tin the festival hall's foyer, alongside videos of birtwistle cooking pasta, is an exhibition of the versatile composer's drawings\ne1\te2\tmachine\tsemiconductor switch\tComponent-Whole_reversed\tthis machine has a high-speed semiconductor switch for quick interruption and restart\ne1\te2\tproducts\tdocument\tOther\tother standards can apply to products covered by this document\ne1\te2\tissue\tdocuments\tMessage-Topic_reversed\tthis issue has been covered in greater detail in many other documents about network abuse\ne1\te2\tdebt\tstress\tCause-Effect\tunemployment, debt and poverty cause enormous stress\ne1\te2\tfaculty\tacademicians\tMember-Collection_reversed\tthe students are groomed by an expert faculty of respected academicians and proven management professionals, who bring the knowledge and experience of the corporate world to the classroom\ne1\te2\tearthquake\tplate\tCause-Effect_reversed\tthe earthquake was caused by the anatolian plate and the eurasian plate moving past each other\ne1\te2\tcortex\tbrain\tComponent-Whole\tthe frontal cortex is a part of the brain that maintains very close ties with the limbic system\ne1\te2\tpetrol\tlawnmower\tInstrument-Agency\tthere is an exhaust vent and a cable to start the engine, just like a petrol driven lawnmower\ne1\te2\tsynthesis\twork\tEntity-Origin\tthe synthesis was developed from his own work and that of m. c. read in northern and northeastern ohio, g. k. gilbert and n. h. winchell in northwestern ohio, and edward orton in southwestern ohio\ne1\te2\tliquidity\tbanking system\tEntity-Destination\twe have injected liquidity into the banking system\ne1\te2\trookery\tegrets\tMember-Collection_reversed\ta large wading bird rookery of egrets, herons, ibis and anhinga is along the lake edge at the east side of the park\ne1\te2\tplayer\tsilicone case\tContent-Container\tthe mp3 player was inside a silicone case that covered everything but the click wheel and the screen\ne1\te2\ttsunami\thavoc\tCause-Effect\twhile it took only minutes for the pacific tsunami and earthquake to cause havoc to the south coast of samoa, the rebuilding and reconstruction efforts will take years\ne1\te2\tlid\tvacuum chamber\tComponent-Whole\twith the lid of the three-story vacuum chamber in place, a worker on top checks release of the cables\ne1\te2\tdevastation\tepidemic\tCause-Effect_reversed\tmany more resources are required in order to stem the devastation that has been caused by the epidemic throughout sub-saharan africa\ne1\te2\tcrank\ttoy\tComponent-Whole\tthe red bead on the crank of the toy detaches, posing a choking hazard to young children\ne1\te2\tcarrier\tperson\tOther\tthe responsibility of the carrier commences from the moment he receives the merchandise, personally or through a person charged for the purpose\ne1\te2\tcohort\tstudents\tMember-Collection_reversed\teverything's been done, all interventions applied and everyone has worked hard at motivating that cohort of underperforming students\ne1\te2\tbid\tenvelope\tEntity-Destination\teach bid was enclosed in a sealed envelope bearing the title of the project\ne1\te2\tbottle\tjug\tEntity-Destination\tshe placed the bottle in a jug, filled this with freshly boiled water, and placed it on a low table for ease of access\ne1\te2\tplayer\torchestra\tMember-Collection\tas the story goes, whiteman went from being a string player in a symphony orchestra to becoming, after the first world war, the highest paid dance band in the country, achieving both fame and money\ne1\te2\telectrician\tbelt\tInstrument-Agency_reversed\tin the end the most important factor is how the electrician's tool belt fits\ne1\te2\twaterjet\tgouge\tCause-Effect\tin one case, the waterjet caused a large gouge on the bottom side of a a copper/ wood/copper piece\ne1\te2\tthreats\tstress\tCause-Effect\tfrustrations, threats, and conflicts cause stress\ne1\te2\tmaps\trepresentations\tOther\tthis is an atlas of maps and graphic representations of the geographies of the new electronic territories of the internet, the world-wide web and other emerging cyberspaces\ne1\te2\texperimenter\tpeephole\tInstrument-Agency_reversed\tduring each trial, the first experimenter observed the infant through the small peephole and recorded visual fixations to the left and right stimuli\ne1\te2\tsample\tcup\tContent-Container\tthe sample was contained in a brass sample cup\ne1\te2\tblacksmith\tparts\tProduct-Producer_reversed\tthe blacksmith creates shoes for horses and oxen, hinges for doors, farm implements, metal parts for wagons, hooks for home use, cutting utensils and other similar devices\ne1\te2\tcity\tauthor\tProduct-Producer\tthere's the city that sprang from the imagination of the author of \"the charterhouse of parma,\" and there's the real place\ne1\te2\tauthor\tsite\tProduct-Producer_reversed\tthe second author constructed the web site using a new open-source toolkit\ne1\te2\trivet\tstrap\tComponent-Whole\the pushed the rivet of the cable strap back into the hole\ne1\te2\tgas\tarea\tEntity-Destination\tthis pipeline has transported natural gas to the urban area\ne1\te2\tinterviews\tacademic freedom\tMessage-Topic\trecently, interviews were conduced on the topic of academic freedom\ne1\te2\targumentation\tspeed\tMessage-Topic\tthere was also some argumentation between the co-pilot and the pilot and captain relating with the speed and flaps\ne1\te2\tcohort\tprofessionals\tMember-Collection_reversed\tthere was a whole cohort of young professionals working to establish themselves\ne1\te2\tdrug\tdeveloper\tProduct-Producer\tin those five years, a drug developer must make enough profit to recover costs and replenish its research budget\ne1\te2\tdamages\ttremors\tCause-Effect_reversed\tthe damages caused by mudslides, tremors, subsidence, superficial or underground water were verified, as well as swelling clay soils\ne1\te2\tancestors\tunknown world\tEntity-Destination\tour ancestors journeyed into an unknown world to find food\ne1\te2\tcabinet\tmaker\tProduct-Producer\tit is currently a cabinet maker's workshop\ne1\te2\texcerpt\tbooks\tEntity-Origin\tin an excerpt from upcoming books, andre agassi says he took what he believes to be speed\ne1\te2\tcote\tdoves\tMember-Collection_reversed\tseveral of the street's whores had wended their way through the crowd and now cooed like a cote of perfumed doves as they strove to press their exposed flesh to him\ne1\te2\trum\tglass\tContent-Container\tthe real rum was in a glass on a nearby shelf\ne1\te2\tinsight\torigins\tMessage-Topic\tuk researchers have offered new insight into the origins of rna\ne1\te2\tman\tcutter\tInstrument-Agency_reversed\tthe man delivers one more hard-charging book about the hellish demands of corporate law with the help of a well-used cookie cutter\ne1\te2\tboat\tport\tEntity-Origin\tas the boat sailed away from the port, we had a perfect view of fira and the zigzag road we just traversed via our donkey rides\ne1\te2\tpolonium\tbismuth\tEntity-Origin\tpolonium is distilled from bismuth under vacuum in a pot provided with a cover carrying a condenser which is positioned inside the pot\ne1\te2\tmachine\tsounds\tCause-Effect\tthe sound machine contained 10 sounds that his dog loved\ne1\te2\tguard\tceremony\tOther\tcoast guard participates in veterans day observance ceremony in juneau\ne1\te2\tbattery\ttests\tMember-Collection_reversed\tin the present study, we adapted a battery of tests used to assess age-related cognitive decline in english speakers for use with older spanish speakers\ne1\te2\tmenu\tdishes\tMember-Collection_reversed\tits menu includes customary chinese dishes, such as sweet and sour pork and cashew chicken, but it also lists some uncommon choices such as lemongrass chicken and kung pao triple delight\ne1\te2\tsuitcase\tbooze\tContent-Container_reversed\tpolice have appealed for help in catching a burglar who snatched a suitcase full of booze from a garden shed\ne1\te2\tring\tbinders\tComponent-Whole\tshe saved up to 80% on ring binders, lever arch files, box files, folders, manilla wallets, suspension files, plastic wallets and plastic pockets\ne1\te2\tfilms\textraterrestrial life\tMessage-Topic\tthis is a list of films that feature extraterrestrial life\ne1\te2\tarray\tservices\tMember-Collection_reversed\tmep center specialists provide an array of services to companies, from initial assessments prioritizing opportunities for improvement, to implementation projects guiding companies through process improvements, productivity increases, and growth\ne1\te2\tdebate\ttransparency\tMessage-Topic\ta second element of debate had to do with transparency\ne1\te2\tmodule\tproject\tComponent-Whole\tthis module is part of the virtual geography department project and has been prepared for the physical geography working group of the project\ne1\te2\tseries\tcollections\tMember-Collection_reversed\tthis series consists of edited collections of essays, some original and some previously published\ne1\te2\tdouble sole\tpadding\tComponent-Whole_reversed\tthese slippers have a double sole with padding inside\ne1\te2\tjumbo squids\twaters\tEntity-Destination\tjumbo squids are migrating into new waters, and scientists wonder why\ne1\te2\tjury\tpeers\tMember-Collection_reversed\ta cornerstone of american jurisprudence is the right to be tried by a jury of ones peers\ne1\te2\tumbrella\tframe\tComponent-Whole_reversed\thighly durable, the umbrella frame and thatch tiles have been designed to withstand harsh conditions including: strong winds, driving rain and snow\ne1\te2\tarticle\tmovies\tMessage-Topic\tthe article also talks about some fascinating movies made by luis bunuel\ne1\te2\tarticles\talarm management\tMessage-Topic\ta variety of articles were written on the topic of alarm management\ne1\te2\tdescription\teffect\tMessage-Topic\thowever, his detailed description made quite clear the effect of the drug\ne1\te2\tbox\tpaper bag\tContent-Container\tthe box was inside a plain brown paper bag with a heart drawn on the side\ne1\te2\tsystem\tarm\tComponent-Whole_reversed\tthe system works using a spring loaded trem arm which when turned raises or lowers itself from a nut in the steel backplate\ne1\te2\tsteam\tbackpressure\tCause-Effect\tthe steam caused a backpressure on the vtd, resulting in the rupture disc opening\ne1\te2\tnews\ttables\tMessage-Topic\tsuch parodies are encouraged by the news that the british government's league tables for schools and health authorities contain basic flaws which render them practically useless\ne1\te2\tinitiative\tsafer drinking\tOther\tthe campaign coincides with a government initiative to promote safer drinking\ne1\te2\twater\tjar\tContent-Container\tbut solomon had arranged that the only water in the palace was in a jar by his bed\ne1\te2\tcongregation\tworshippers\tMember-Collection_reversed\ta decade later, with a growing congregation of several hundred worshippers, the mosque was ready to expand\ne1\te2\tice\taircraft\tEntity-Origin\tthe federal aviation administration is investigating the two latest cases under the theory that the ice fell from an aircraft\ne1\te2\tglitter\tadmirals\tOther\tthere was the glitter of admirals and generals before the high altar, and the brighter colors of the representatives of powers and potentates\ne1\te2\tbrood\tchickens\tMember-Collection_reversed\tas per traditional indian thinking, seeing a brood of chickens along with a hen is a bad omen\ne1\te2\ttreatment\teosinophilia\tOther\tfurthermore, the present invention includes a composition for treatment of disorders associated with or enhanced by an eosinophilia\ne1\te2\tdeath\tabandonment\tCause-Effect\this death during one of the portuguese raids caused the abandonment of the settlement\ne1\te2\tjournals\tbiomedical research\tMessage-Topic\tfurthermore, many journals publishing biomedical research demand formal ethical clearance\ne1\te2\tjaw\tbone\tComponent-Whole_reversed\tmy son (9 years old) has been complaining of pain on his jaw bone for a few weeks now\ne1\te2\tceremony\tbuilding\tOther\tby choosing to hold the ceremony in a public building and inviting guests you are recognizing both that your new life affects the lives of many other people\ne1\te2\tengineers\ttrick\tInstrument-Agency_reversed\tengineers turn co2 into methane with the help of a novel cellular trick\ne1\te2\tcompany\tperfumes\tProduct-Producer_reversed\tby 1906, the company was making over 3000 different soaps, perfumes and other products\ne1\te2\tauthor\tfamily\tEntity-Origin\tthe author was born in a loving family, with all the privileges of an upper middle class lifestyle, and in fact was an accomplished athlete in high school and writer in his adult life\ne1\te2\tlogs\tmonths\tEntity-Origin\tthese are archived boat logs from previous months sampling beginning in february 2002\ne1\te2\tpassion\tcorrespondence\tMessage-Topic_reversed\ttheir passion was reflected in the correspondence they kept\ne1\te2\tlungs\tlobes\tComponent-Whole_reversed\tthe lungs are divided into lobes\ne1\te2\tqueen\teggs\tProduct-Producer_reversed\tin general, the old queen starts laying eggs into queen cups when conditions are right for swarming or supersedure\ne1\te2\tnetworks\ttowns\tEntity-Destination\ttwo attributes have carried meraki networks into amazonian towns\ne1\te2\tknitwear\tconcept\tOther\tku's sculpture-like knitwear was inspired by the concept of 'sculpture.\ne1\te2\thacker\tcomputer\tInstrument-Agency_reversed\ta hacker uses a home computer that can be linked to other computers by a modem that allows the user to send and receive information over telephone lines\ne1\te2\tdisease\tdogs\tEntity-Destination\tthis activity spreads disease to our dogs\ne1\te2\tjungle aid\tescape kit\tContent-Container\tthe aviator's jungle aid was contained in a sealed escape kit along with maps of the territory and a dictionary of phrases and words in local dialect\ne1\te2\teight-year-old boy\tsafe\tOther\tthe eight-year-old boy was locked in a safe for a prank but had to be rescued when his air ran short\ne1\te2\tstem\tplant\tComponent-Whole\tthus the leaves situated in the middle part of the stem of the sunflower plant show the highest amounts of endogenous cytokinin-like substances\ne1\te2\tpaper\tstorage\tMessage-Topic\tthe paper inquires into energy storage examining electrical energy storage devices, especially supercapacitors\ne1\te2\ttooth\teye\tEntity-Destination\ta 60-year-old us grandmother, blind for nearly a decade, has recovered her sight after surgeons implanted a tooth in her eye as a base to hold a tiny plastic lens\ne1\te2\ttrain\tterminal\tEntity-Origin\tyou catched the train from the terminal, direct non-stop to rome termini station\ne1\te2\tcete\tbadgers\tMember-Collection_reversed\tforests are benefited by harboring a cete of badgers, who burrow in the soil, thereby aerating it, which helps root systems to grow through the soil\ne1\te2\tupholsterer\tgizmo\tInstrument-Agency_reversed\ti watched with utter amazement as the upholsterer attached the pieces with a hook-and-eye gizmo\ne1\te2\tlid\tcoffeemaker\tOther\tfinally, this entire assembly is covered by a lid attached to the rear of the coffeemaker and latches in front\ne1\te2\texposure\twatering\tCause-Effect\texposure to vapor causes intense watering and irritation to eyes\ne1\te2\ttutorial\tmethods\tMessage-Topic\tthis two-day tutorial introduced astronomers to modern methods in nonparametric statistics\ne1\te2\tcoin\tmachine\tEntity-Destination\tthe boy inserted a coin into the machine and then took the ticket\ne1\te2\thill\tbeans\tOther\tbiting into the grill-charred, bronze-fleshed copper river salmon fillet perched on a hill of crisp-tender green beans and roasted fingerling potatoes -- a dribble of mustard vinaigrette around the plate rim the only sauce it wanted -- i was back in san francisco again\ne1\te2\tfolder\tshell\tEntity-Origin\tonce unregistered, the folder went away from the shell\ne1\te2\tphotograph\tmember\tProduct-Producer\teach weekday one photograph by a member of the utata flickr group is chosen to be featured on the utata blog\ne1\te2\tnotebook\tastronomers\tInstrument-Agency\tthis is an online notebook for astronomers and space scientists wanting to become involved in science education\ne1\te2\tsuitcase\tclothes\tContent-Container_reversed\ti always carry a suitcase with my clothes in it\ne1\te2\tpropellor\tblade\tComponent-Whole_reversed\tshe lost a propellor blade going through the bay of biscay and was taken in tow arriving gibraltar 2pm 6th march\ne1\te2\tdemocrats\tproblem\tOther\tdemocrats are running into one problem after another trying to pass the health care bill in the senate\ne1\te2\twarship\towner\tEntity-Destination\tthe royal navy's newest 1bn gbp warship has been handed over to the new owner in a formal ceremony\ne1\te2\ttoy\trings\tComponent-Whole_reversed\tdesigned for light chewers, this colorful toy is made with little vine rings that slide between wood balls joined together with wooden craft sticks\ne1\te2\ttick\tcats\tEntity-Destination\tit only spreads tick to other cats\ne1\te2\tstem\ttree\tComponent-Whole\tthe stem of this tree is carved all around with names and dates, many of them grown into mere scars on the bark\ne1\te2\tcompany\tline\tProduct-Producer_reversed\tthe company has also targeted the premium sector with the pringles gourmet line\ne1\te2\tcameras\tconcert\tEntity-Destination\the took the cameras to the concert\ne1\te2\tworker\teye\tComponent-Whole_reversed\tfine workmanship is the result almost entirely of the worker's accurate eye and deft hand\ne1\te2\tprinter\tpaper\tInstrument-Agency_reversed\tthe printer covers the plate with a sheet of paper and runs both through a press under light pressure\ne1\te2\tlid\tportable computer\tComponent-Whole\tclose the lid of the portable computer, disconnect the computer from the power source, and then reopen the lid\ne1\te2\tresources\torganisations\tInstrument-Agency\tmarketing communications resources are used by organisations in order to communicate with their target audiences\ne1\te2\tdisease\tperson\tEntity-Destination\tthe disease is passed on to another person by skin\ne1\te2\tscandals\tcelebs\tCause-Effect_reversed\tthe scandals are caused by the young female celebs who 'inadvertently' reveal glimpses of their naked faces as they get out of limousines\ne1\te2\thistorical events\tmusic\tMessage-Topic_reversed\tmany historical events have been described through music and song\ne1\te2\tinfection\tchopsticks\tCause-Effect_reversed\tthe infection was caused by the contaminated chopsticks used by the parent to feed her child\ne1\te2\tboy\tdesk\tOther\t\"any time,\" he told her before turning to the boy who was in the desk next to him\ne1\te2\tcaravan\tpilgrims\tMember-Collection_reversed\tone caravan trail developed into the silk road. during the height of caravan travel, which lasted until the 19th century, a single caravan of muslim pilgrims journeying from cairo and damascus to mecca might employ as many as 10,000 camels\ne1\te2\tauthor\tbook\tProduct-Producer_reversed\tthis author has just completed the first book on the topic: gis in hospital and healthcare emergency management\ne1\te2\tcustomer\tpodcasting\tInstrument-Agency_reversed\ta customer picks and chooses the level of information by using podcasting\ne1\te2\tworks\tquestions\tMessage-Topic\tjordan's recent works are concerned with questions of truth, beauty and the human condition\ne1\te2\tremarks\tcall\tMessage-Topic\tin his remarks, he described his call to bush while the u.s. president was giving a speech in philadelphia\ne1\te2\tadvice\tbaseball team\tEntity-Destination\tsmith passed on his advice to the naples high baseball team\ne1\te2\tjam\twomen\tMember-Collection_reversed\tas we left, three liberated frenchmen drove up in a car they had captured a few minutes before and tried to make their way through the jam of jabbering women\ne1\te2\tcopy\tpage\tEntity-Origin\tin order to evaluate monotouch, i've got an evaluation copy with the debugger from the evaluation page\ne1\te2\tconvention\tdischarges\tOther\tthe convention took into account discharges of harmful substances from ships\ne1\te2\tindustry\tfoods\tProduct-Producer_reversed\tthe modern industry fabricates foods from non-traditional ingredients and additives to look like a familiar product\ne1\te2\tactor\tvoice\tOther\tgrint shows he's becoming a delightful comic actor with a highly flexible voice\ne1\te2\talien frog\teco-system\tOther\tan unknown source brought an alien frog into our eco-system\ne1\te2\tflexibility\tbasket\tOther\tthey achieved the maximum possible flexibility in a crockery basket for receiving a plurality of different items of crockery\ne1\te2\tcoffeemaker\tvalve\tComponent-Whole_reversed\tanother important part of the coffeemaker is the one-way valve\ne1\te2\tbindings\tbooks\tComponent-Whole\tthe paint on the metal spiral bindings of the address books and journals contains excessive levels of lead, which violates the federal lead paint ban\ne1\te2\tdebate\tvalue\tMessage-Topic\tthe debate considers cultural value, social relevance, sustainability and other abstract topics as possible measures to drive a decision\ne1\te2\tman\televator\tInstrument-Agency_reversed\ta man in a mechanic's jumpsuit took the elevator to the eighteenth floor and shook hands with a smiling agent\ne1\te2\tprotesters\tgroup\tEntity-Origin\teight to 10 protesters broke away from a larger group of demonstrators and darted into the street in front of palin's car just after the first police motorcycles in her motorcade had passed\ne1\te2\tmembers\trope\tInstrument-Agency_reversed\tparsley, french, koomjian and two other members of the group scaled the tree with a rope\ne1\te2\tsubject\tdiscussion\tMessage-Topic_reversed\tthis subject has over the years become the topic for much discussion\ne1\te2\tparameters\tepochs\tEntity-Origin\tparameters were obtained from eeg epochs of 30s\ne1\te2\temails\tbroadcasting\tOther\tinternal emails have been leaked to the public broadcasting\ne1\te2\treports\texamination\tOther\tthese latter reports were subjected to intensive examination\ne1\te2\tstory board\tstory\tMessage-Topic\tlucy, ali and beth produced a photo story board to tell the story of the legend of the drift\ne1\te2\tcommercial\tpiracy\tMessage-Topic\the also appeared in a television commercial against internet movie piracy\ne1\te2\tconfiguration\telectrons\tComponent-Whole_reversed\tthis is the most stable configuration of electrons - adding or subtracting an electron requires too much energy and so it does not really happen in nature\ne1\te2\trats\tchamber\tEntity-Destination\tthey placed the rats in a chamber which would give their feet an electrical shock\ne1\te2\taircraft\tpilot\tOther\tthe aircraft accommodated a pilot and copilot sitting side-by-side in a framed canopy\ne1\te2\tparameter\tvalue\tEntity-Origin\tour procedure is applicable to a wide variety of problems in which an order parameter departs spontaneously from an unstable initial value\ne1\te2\tsmack\tjellyfish\tMember-Collection_reversed\ta large smack of translucent jellyfish mechanically undulates in and around the frothy pacific shoreline, cast against the sharp backdrop of a 35 million year old canyon that takes my breath away\ne1\te2\tspirit\tvessel\tEntity-Origin\tthe spirit was distilled from a capacious glass vessel, and the vapour allowed to pass into a long glass tube about three inches in diameter\ne1\te2\toil\tgas tank\tEntity-Destination\the accidental put oil into the gas tank\ne1\te2\tfallout\tunemployment\tCause-Effect_reversed\ta university of michigan study of 756 recently unemployed job seekers has found that medical and emotional fallout, including depression, from unemployment continued even after two years, when 71 percent were re-employed\ne1\te2\tsilver\tnecklace\tOther\tbefore leaving peter bought a silver star necklace for tina\ne1\te2\taccolade\tdiscussion\tCause-Effect_reversed\tthe accolade was decided upon after an intense discussion between about 200 members\ne1\te2\texample\tfunctions\tMessage-Topic\tthe second example was about memory allocation functions\ne1\te2\tteacher\tcase\tOther\tthe infamous teacher has been dragged into another child abuse case\ne1\te2\tpoisoning\tabdominal pain\tCause-Effect\tfood poisoning is perhaps the commonest cause of abdominal pain, especially in the young dog or the scavenger type\ne1\te2\tdirection\tnorth\tOther\tthe first days were frustrating as the winds were blowing for large sails, but the direction was from the north, and the bay was at low tide\ne1\te2\tcombo\telements\tComponent-Whole_reversed\tthe trailer is a combo of the movies comedy and horror elements whilst also selling the potential for megan fox to be mostly naked\ne1\te2\talkali\tnickel crucible\tContent-Container\tthe alkali was contained in a nickel crucible with a loose lid having openings for the stirrer and for the passage of nitrogen\ne1\te2\tlawsuit\tviolation\tMessage-Topic\tthe lawsuit alleged the release of the records was a violation of the video privacy protection act\ne1\te2\tskegs\tkayak\tComponent-Whole\trudders and skegs improve the control over your kayak\ne1\te2\tessential oil\tpeel\tEntity-Origin\tformerly, the essential oil was distilled from the peel for use in perfumery\ne1\te2\tscenes\tnewspapers\tMessage-Topic_reversed\tthe harrowing scenes were reported over several weeks in national newspapers\ne1\te2\tpants\twaists\tComponent-Whole_reversed\ti make all of my skirts and pants with elastic waists\ne1\te2\tdesign\tpanel\tOther\tthe model was approved by as the top design by a professional panel; however, it was later exhibited for the public\ne1\te2\tspeech\tnarrator\tProduct-Producer\tthe ending consists of a long speech by the narrator informing us that \"there was no monster.\ne1\te2\tdefendant\tprobation\tEntity-Origin\tthe defendant had absconded from his probation\ne1\te2\ttablet\tpatients\tEntity-Destination\ta tablet was given to patients to relieve extreme conditions of discomfort\ne1\te2\tsurgeon\tgroup\tMember-Collection\tthis surgeon is part of the study group\ne1\te2\tcandles\tcoating\tComponent-Whole_reversed\twe are able to wax any of our wicks with either a paraffin coating or for natural candles a 100% natural wax coating\ne1\te2\tparagraph\tattitude\tMessage-Topic\tthe rest of the paragraph talks about attitude rather than syntax\ne1\te2\tgoddess\tcrane\tProduct-Producer_reversed\tthe wrathful goddess turned her into a crane and proclaimed that her bird descendants should wage eternal war on the pygmy folk\ne1\te2\tmansion\tmuseum\tComponent-Whole_reversed\tthe mansion has a small museum with exhibits linked to the building's history, including antique singer sewing machines\ne1\te2\tfunds\tcandidate\tEntity-Destination\tmany local shops donated funds to the candidate\ne1\te2\tstem\ttree\tComponent-Whole\tthe stem of this tree was completely eaten by termites\ne1\te2\tphone\tcradle\tEntity-Destination\ti took everything out and immediately placed the phone in the cradle to charge the battery\ne1\te2\tsuccess\tcelebration\tCause-Effect\tinstead, the success of the revolution is the reason for the celebration\ne1\te2\tfever\texhaustion\tCause-Effect_reversed\ti got a fever from exhaustion and it seems like i'm better but basically my body is suffering from major exhaustion so i'm always tired\ne1\te2\tspecies\tforest\tOther\tthis is one of the most abundant tree species in the whole forest, and with a maximum height of 14 m. the dominant tree species of the first canopy layer\ne1\te2\tcartload\tchimpanzees\tOther\tthe trio, the penguins, and a cartload of chimpanzees use the newly-fixed plane (which looks more like a helicopter) to come to the rescue\ne1\te2\theart\tdog\tEntity-Destination\tthis heart was put inside a dog after its own heart had been removed\ne1\te2\tissues\tfreedom\tOther\tthe author examines some issues connected to religious freedom\ne1\te2\tstudent\ttextbooks\tInstrument-Agency_reversed\tthese are the most typical student edition textbooks\ne1\te2\thinge\tcrack\tCause-Effect\tthe hinge caused a crack on the left side of my kindle, and amazon has been horrible about helping with this issue\ne1\te2\tinjury\tradiation\tCause-Effect_reversed\tinjury of patients of the bikini accident has been caused by the radiation of the fallout in contrast to the atomic bomb injury at hiroshima and nagasaki\ne1\te2\tdistention\tworms\tCause-Effect_reversed\tthe abdominal distention caused by the worms was slightly asymmetrical when compared with the normal fright-induced swelling\ne1\te2\tquestions\tproposals\tMessage-Topic\tthe candidates then answered questions from other mps on their proposals for reform of parliament\ne1\te2\tdisaster\trains\tCause-Effect_reversed\tmore than thirty people lost their lives in june, in the disaster caused by torrential rains in hiroshima prefecture, and in september more than thirty people lost their lives in the damage caused by the typhoon that swept through various regions, centering on kumamoto prefecture\ne1\te2\tdiamond\tring\tOther\ti've sold a diamond ring that i bought at zales for about $500 for $200 on craigslist\ne1\te2\texecutive\tvideo\tProduct-Producer_reversed\tin september, an executive worked with goofy boi to create this video to support a current promotion\ne1\te2\tconcerns\tboardrooms\tEntity-Destination\tthe concerns over security has moved into the boardrooms\ne1\te2\tcharge\tbag\tContent-Container\tan explosive charge was discovered inside a bag at the entrance to the shalom theater in moscow\ne1\te2\tdriver\tseat\tInstrument-Agency_reversed\tputting a first time learner in the driver's seat of a car is a scary proposition\ne1\te2\ttext\tliterature\tOther\tthis introductory text makes a threefold contribution to the undergraduate literature\ne1\te2\tbody\twall\tContent-Container\ta body was discovered inside a wall in the yale university building at 10 amistad street\ne1\te2\tlimits\toffices\tOther\tterm limits apply to many offices at both the federal and state level in the united states\ne1\te2\tsoldier\tsign\tInstrument-Agency_reversed\ta german soldier attaches a eufor sign to a vehicle\ne1\te2\tessay\tinventories\tMessage-Topic\tthe essay makes the point that inventories are legally required\ne1\te2\tgood practice\tfilm clips\tMessage-Topic_reversed\tsamples of good practice were highlighted through film clips presented to the audience\ne1\te2\tsample\tsilver crucible\tContent-Container\tthe sample was contained in a tightly sealed silver crucible\ne1\te2\tideas\tgambles\tOther\tliberal ideas insist on large gambles and conservatives rely on incremental small changes\ne1\te2\tstaysail\tschooner\tComponent-Whole\ta staysail schooner has no foresail, but instead carries a main staysail between the masts in addition to the fore staysail ahead of the foremast\ne1\te2\treports\ttroops\tMessage-Topic\tother reports talk about the former government troops that are holding out in other regions of sierra leone, particularly the town of makeni\ne1\te2\tmessage\twarning\tComponent-Whole\toften the message includes a warning regarding a problem related to related to the recipient's account\ne1\te2\tchefs\tpress\tInstrument-Agency_reversed\tyou saw professional chefs using a garlic press\ne1\te2\tvancomycin\tcement\tEntity-Origin\tthe relative proportion of the vancomycin release from the bone cement was lower, although its initial quantity was four times higher\ne1\te2\tdamage\taddiction\tCause-Effect_reversed\tlearning about the dynamics of addiction starts from repairing the damage that has been caused by the addiction\ne1\te2\twool\tindustry\tProduct-Producer\tthe thriving wool industry led to the development in tregaron of one of the first welsh banks, the bank of the black sheep\ne1\te2\troots\tteeth\tComponent-Whole\tthe roots of your teeth are fixed into a socket in your jawbone\ne1\te2\tossicles\tfracture\tOther\tthe first is that the ossicles are caused by an avulsion fracture 1,5 and the second is that the ossicles occur as a result of accessory ossification\ne1\te2\tcompany\tdrums\tProduct-Producer_reversed\twith operations in scandinavia, the company manufactures plastic drums, jerricans and pails\ne1\te2\tbrain cells\tdish\tOther\tamerican scientists have discovered a way of creating new brain cells in a dish\ne1\te2\taccommodation\thall\tComponent-Whole_reversed\tthe accommodation comprises hall, dining room, extended lounge, kitchen, two double bedrooms, single bedroom, shower room\ne1\te2\tturbinates\tbirds\tComponent-Whole\tspecific viral rna and antigen were detected by reverse-transcription pcr and immunohistochemical evaluation, respectively, in nasal turbinates of birds\ne1\te2\tfarmers\tmarket\tOther\tfarmers till now have negotiated with the market as individuals\ne1\te2\tregulator\tinquiry\tOther\tthe corporate regulator has been dragged into undertaker's inquiry\ne1\te2\tconvulsion\tfever\tCause-Effect_reversed\ta febrile seizure is a convulsion in a child triggered by a fever\ne1\te2\tcontraband\tsuitcase\tContent-Container\tthe contraband was in a suitcase in the unclaimed luggage room at the airport\ne1\te2\tcastle\tgatehouses\tComponent-Whole_reversed\tbeyond its guardtowers, the castle had two gatehouses, a barbican and a tall tower in the castle's inner ward\ne1\te2\twork\tmodel\tEntity-Destination\tin recent years much work has been invested into a new model of computers\ne1\te2\tcards\tpin\tOther\tthe merchant facilitates attacks using fake or modified terminals, towards tapping both the financial data stored on the cards as well as the pin of the cardsholders\ne1\te2\tstudy\tfarms\tMessage-Topic\tthe study considered dairy farms, sheep and beef farms, vineyards and orchards in hawkes\ne1\te2\tcase study\troute\tMessage-Topic\tthe presented case study charts the route taken by north kesteven\ne1\te2\tquizmaster\triddle\tProduct-Producer_reversed\tin one of the early years, a quizmaster thought up an abstruse riddle based on an arcane area of study - then checked the only two books relating to it out of the library\ne1\te2\tangel\tthroneroom\tEntity-Origin\tthe angel was sent from the throneroom of god\ne1\te2\tpeach\tnectar\tEntity-Origin_reversed\tbellini was not very good though, like they used peach nectar instead of fresh peaches\ne1\te2\thouse\tdoor\tComponent-Whole_reversed\tthis house has a false front door facing the river and a real entrance on wilmington street\ne1\te2\tresearchers\texperiment\tInstrument-Agency_reversed\tthe researchers took advantage of a natural experiment to compare school performance with varying degrees of competition\ne1\te2\tslide\tbeaker\tContent-Container\the removed the glass slide precleaned in piranha solution that was placed upright in a beaker\ne1\te2\tletters\tfamily\tProduct-Producer\ti am prepared to accept what was going on in the family from letters written by your family\ne1\te2\tcity\tdarkness\tOther\tthe disruption of electricity and telecommunication lines have thrown the city into darkness\ne1\te2\tjournals\tbirding\tMessage-Topic\tthe following is a list of journals and magazines relating to birding and ornithology, arranged by place of publication\ne1\te2\tdevice\tcompany\tProduct-Producer\tthe device established the company as a leading player in the digital decade\ne1\te2\tcommunity\tminds\tMember-Collection_reversed\tentering a community of minds is conceptualized as a theoretical framework for understanding social cognitive development during the preschool years\ne1\te2\tmovement\tcommunity\tCause-Effect_reversed\trecently, there is a movement afoot, instigated by the heterodox section of the community, as well as by the followers of the gatha alone cultists to proselytise others to become \"zarthushtis\"\ne1\te2\tpoint\thouse\tMessage-Topic\tthe first point of his statement has relation to the house\ne1\te2\texperiments\tproperties\tOther\tthe experiments reported in this article investigated two specific properties of the location probability effect\ne1\te2\tcornucopia\tfoods\tOther\tyet a recent tour of the handful of year-round farmers' markets in town turned up a cornucopia of fresh foods, from staples to rarities, sweets to meats\ne1\te2\tinterference\tdirection\tEntity-Origin\tthe interference arrives from a direction near endfire since this is the direction where the interelement propagation delay for the interference is largest\ne1\te2\troof\tnasal cavity\tComponent-Whole\tthe ethmoid forms the medial portions of the orbits and the roof of the nasal cavity\ne1\te2\tbirth\tcertificate\tMessage-Topic_reversed\the has released a photocopy of his original birth certificate\ne1\te2\tsadness\tdivorce\tCause-Effect_reversed\tregardless i got my life back, sadness from divorce is gone i am thrilled i am not bleeding, dont need red shorts to walk my daughter to the park\ne1\te2\tacids\tspot\tOther\tafter some time, the acids caused a white spot on the tooth where they dissolved some of the enamel\ne1\te2\tgroup\tpeople\tMember-Collection_reversed\tshe is the village bank president for a village bank loan group consisting of eight people\ne1\te2\tcarnage\tfight\tCause-Effect_reversed\the is personally responsible for the carnage that has been caused by the fight\ne1\te2\tissues\tabilities\tOther\the has highlighted some important issues with regard to the abilities of firefighters\ne1\te2\tissues\tanimal welfare\tOther\the has been used to promote many issues to do with animal welfare and has also helped raise funds for many of the service charities\ne1\te2\tisland\texplorer\tOther\thundreds of years ago the island was almost discovered by an explorer called marco polo\ne1\te2\tliquid\tcontainer\tEntity-Destination\twe drained the liquid into the container\ne1\te2\tform\toptions\tMessage-Topic\tthis add on uses an intermediate form to declare the latex/pdflatex rendering options\ne1\te2\tdecline\targuments\tOther\tthe decline of the old ideologies has made many of the old left-right arguments redundant\ne1\te2\tprotein\tnucleus\tEntity-Origin\tthey found that after the protein was manufactured in the nucleus, it traveled outward through the cell's many branching dendrites and eventually settled in\ne1\te2\tsize\tamount\tOther\tthe size of the issue was increased from its initial amount of us$750 million following strong market interest\ne1\te2\tpain\taccident\tCause-Effect_reversed\tpeters's pain and symptoms were caused by the automobile accident\ne1\te2\tacts\tprinciples\tMessage-Topic\tthese acts declared principles and established policies in the only way it has ever been successfully done\ne1\te2\tdinner\tfiance\tProduct-Producer\tthe dinner, cooked by his gorgeous fiance, was beautiful\ne1\te2\tset\ttombs\tMember-Collection_reversed\tegyptian archaeologists discovered a new set of tombs belonging to the workers who built the great pyramids, shedding light on how the labourers lived and ate more than 4,000 years ago\ne1\te2\tepidemic\tareas\tEntity-Destination\tthe epidemic is spreading into areas and countries where, until recently, there was little or no hiv present\ne1\te2\tpleiad\twarriors\tMember-Collection_reversed\the was the muster-spirit of that glorious pleiad of warriors and sailors who at that epoch used to swarm the indian seas\ne1\te2\treconstruction\ttsunami\tOther\tprovention has supported the development of a series of ifrc studies on rebuilding and reconstruction after the tsunami to identify lessons learned in promoting and strengthening community roles in the rebuilding process\ne1\te2\tjaw\tjoints\tComponent-Whole_reversed\tthe temporomandibular joints are the two jaw joints, one at each side of the face\ne1\te2\texcerpt\ttimes\tMessage-Topic\tthe excerpt was speaking about the average processing times of social security disability decisions by these aforementioned offices\ne1\te2\tcity\tsection\tOther\tlast week the city had patched up the offending section of roadway\ne1\te2\tword\tthwong\tEntity-Origin\tthe origin of the word \"thong\" is from the old english thwong\ne1\te2\tchallenges\tindustry\tOther\tit is the oldest and largest international research consortium aimed at understanding the challenges facing the global automotive industry\ne1\te2\tbackflap\tsuitcase\tContent-Container\tthe backflap was in a suitcase in the trunk of the car\ne1\te2\tclip\tholder\tComponent-Whole\tthe clip on the back of the little plastic puck like holder is handy for clipping onto your belt, backpack, arm band or lady's bag strap\ne1\te2\tsmallholders\tassociations\tMember-Collection\ta growing number of smallholders have formed themselves into associations to sell tea, sugar, cotton and nuts to processors\ne1\te2\tpassages\tfootnotes\tMessage-Topic_reversed\tdifficult passages have been explained in footnotes\ne1\te2\twolf\tteeth\tComponent-Whole_reversed\tthe higher ranking wolf on the right shows his dominance by baring his teeth and growling\ne1\te2\tfamilies\timmigrants\tEntity-Origin\tcolonial families of the united states descended from the immigrants who arrived before 1700\ne1\te2\twunch\tbankers\tMember-Collection_reversed\twatching that 'apology' from the wunch of senior bankers was vomit inducing\ne1\te2\tspores\tair\tEntity-Destination\tthe spores were blown into the air and a spark caused them to give off an enormous flash\ne1\te2\tengine\trefrigerator\tComponent-Whole\tthe top half of the network belongs to the engine of the refrigerator\ne1\te2\tproject\ttechnologies\tOther\tthe goal of the project was to introduce environmentally efficient production technologies\ne1\te2\teggs\tbody\tEntity-Origin\teggs come out of the female's body through the ovipositor\ne1\te2\tsystem\tbeam\tInstrument-Agency_reversed\tlc repair is a special welding system that employs a high power yag laser beam\ne1\te2\trashes\tfleas\tCause-Effect_reversed\tsensitive pets experience rashes and discomfort from ticks and fleas\ne1\te2\tnausea\tpregnancy\tCause-Effect_reversed\t\"morning sickness\" is a bit of a misnomer, as nausea from pregnancy; it can happen at any time of the day\ne1\te2\tchauffeur\tlimousine\tInstrument-Agency_reversed\tthe stay at home dads in inverness put their feet up for a little while in a chauffeur driven limousine\ne1\te2\tfactory\tproducts\tProduct-Producer_reversed\this aim was to regain the previous high artistic level of the factory's products\ne1\te2\tincrease\tvaccine\tCause-Effect_reversed\tsome people took this as an indication that the increase was caused by the mmr vaccine\ne1\te2\tgoddess\trace\tEntity-Origin\tas an immortal goddess descended from a race of divine beings, she's probably all entitled\ne1\te2\tbike\twasps\tMember-Collection_reversed\tin general, i am not in favour of the television journalist, mr jeremy paxman, a gentleman who reads the news with the impatience of a man astride a bike of wasps, but i must confess i have been warming to him in recent weeks\ne1\te2\tletters\tgovernment\tEntity-Destination\ttwenty physicists sent letters to the government as an act of protest\ne1\te2\tprisoner\tcaptivity\tOther\tthe prisoner has departed into captivity\ne1\te2\tdanger\tfuel\tEntity-Origin\tthe real danger comes from fossil fuel firms that, like big tobacco corporations decades ago, know full well the lethal potential of their products\ne1\te2\tchief executive\tcompany\tOther\tmoreover, it is beyond the power of the state to compel the syme family to retain their shares or, more importantly, to oblige mr macdonald to remain the chief executive of this company\ne1\te2\tdollars\twinner\tEntity-Destination\ttwo million dollars are given to the winner of the contest\ne1\te2\tobservers\ttrial\tEntity-Destination\tgermany sent observers to the 9/11 trial\ne1\te2\thill\tbeans\tMember-Collection_reversed\twith each visit, the lamb shank gets better, tender and lemon-scented beside a hill of cannellini beans seasoned with oven-intensified tomatoes\ne1\te2\thilt\tsmallsword\tComponent-Whole\tthe exhibition shows the hilt of the 18th century smallsword used by captain john paul schott in the american revolutionary war\ne1\te2\twind\tcorkscrew\tCause-Effect\tthe wind caused a neat effect on the smoke clouds though, causing a corkscrew in the otherwise straight line\ne1\te2\tauthors\twork\tProduct-Producer_reversed\twith the end of his task, gibbon felt that ambiguous elation known to all authors who have completed a weighty work\ne1\te2\tcoolant\ttank\tContent-Container\tthe coolant was contained in a special tank divided by a flexible membrane onto a coolant storage and an air-pressurization chamber\ne1\te2\tfear\tcockroaches\tCause-Effect_reversed\ta women fear from darkness, insects, cockroaches, mice, lizards, spiders and more and more\ne1\te2\thandgrip\tgun\tComponent-Whole\teach airsoft pistol has a separate magazine for the bbs which is normally stored in the handgrip of the gun (just like the real thing)\ne1\te2\tbook\tintellectual\tProduct-Producer\ta sensible, rational person reads a book written by a show-offy irrational intellectual and doesn't like the book\ne1\te2\tartisans\tfootwear\tProduct-Producer_reversed\tartisans created unique footwear for rich patrons, and new styles developed\ne1\te2\tmanhole\tcover\tComponent-Whole_reversed\tthese tough, stainless steel bolts have a pentagonal head designed for fastening a manhole cover in place\ne1\te2\tpeople\tsugar\tProduct-Producer_reversed\tpre-contact native peoples, living in the northeastern part of north america, were the first people who have produced maple syrup and maple sugar\ne1\te2\thouse\tmoment\tOther\tthe house was packed from that moment to past midnight\ne1\te2\tworkman\thoe\tInstrument-Agency_reversed\tthe workman stirs the ore with a hoe or an iron rake, back and forward across the hearth, moving it from the bridge toward the flue and back\ne1\te2\ttoy\tfactory\tProduct-Producer\tjane works all day in the toy factory\ne1\te2\tprospectors\tcars\tOther\tprospectors have arrived in midland cars\ne1\te2\tsnout\tpipefishes\tComponent-Whole\tthe model accurately predicted the snout lengths of a number of pipefishes\ne1\te2\tbook\treporter\tProduct-Producer\tthis book is another eloquent triumph from the pen of the world's bravest and most beautiful war reporter\ne1\te2\tdebris\tpustules\tCause-Effect\tbacteria and comedonal debris cause acne pimples or pustules (inflammatory lesions)\ne1\te2\tskirt\tfabric\tEntity-Origin\tthis atalanta running skirt is made of beefier dry-flex fabric, which will help smooth your curves but also stretch to let you move\ne1\te2\twine\tvine\tProduct-Producer_reversed\tit produces a wine descended from a local vine, galbena de odobesti, a light white wine, little aromatic but appreciated for its freshness and its balance\ne1\te2\tinstruments\tplayer\tInstrument-Agency\tother keyed string instruments, small enough to be held by a strolling player, include the plucked autoharp, the bowed nyckelharpa, and the hurdy gurdy, which is played by cranking a rosined wheel\ne1\te2\tmen\tjet\tInstrument-Agency_reversed\tthree of the men flew to miami on a private jet, and the fourth traveled to honduras on a false u.s. passport\ne1\te2\tball\tbin\tContent-Container\ttoday i was there and i bought a ball that was in a bin with a ton of things placed on top of it\ne1\te2\tchimps\tfood\tOther\tthe chimps had tasted cooked food before, which may have influenced the outcome\ne1\te2\tblood\tclot\tOther\tautologous blood clot is useful to occlude and repair perforations in small side branches of the coronary artery without myocardial damage\ne1\te2\tpiazza\tbuilding\tComponent-Whole\tthe steep slopes of the rooftop's hills draw cool air into the open piazza at the center of the building\ne1\te2\tslope\tspeed\tOther\tthe slope on a distance-time graph represents the speed of an object\ne1\te2\tsection\tformat\tOther\tthe illustrators section has been brought into the new web format\ne1\te2\tfamilies\tpoverty\tOther\tfamilies are being thrown into poverty by our corrupt health care system\ne1\te2\tsorority\tlesbians\tMember-Collection_reversed\tin these ancient religions the clergymen were women, the monks were a sorority of lesbians, who were a subculture that lived near the ordinary local people, but were not really part of the community\ne1\te2\tmeat\tcan\tContent-Container\tthat big piece of meat was in a can of bush's baked beans that we had for lunch today\ne1\te2\tnetwork\tmarkets\tMember-Collection_reversed\tin particular, the main target of the bombing in tigray was the network of rural markets in tplf-controlled areas\ne1\te2\tbirds\theads\tComponent-Whole_reversed\tbirds with eyes on the sides of their heads have a wide visual field, while birds with eyes on the front of their heads, such as owls, have binocular vision\ne1\te2\tchurch\tmessengers\tOther\tsince the earliest period of its history, the church made use of messengers, called \"cursores,\" in order to communicate with the entire world\ne1\te2\tspill\tcollision\tCause-Effect_reversed\tan oil spill caused by a collision between a ship and a barge closed the ship channel servicing the nation's second largest port\ne1\te2\tdynamite\tcreation\tOther\tin america, one of dynamite's first use was in the creation of trenches for irrigation systems\ne1\te2\tfear\theart attack\tCause-Effect\texcessive anxiety, worry or fear are among the causes of heart attack\ne1\te2\tpaintings\twomen\tMessage-Topic\ta vibrant collection of oil paintings depicting women at various stages in life is on display through mid-december\ne1\te2\tbuilder\tland\tOther\tthe builder who has mortgaged the land to raise money will have to spell this out in all advertisements and brochures\ne1\te2\toutfielder\tglove\tInstrument-Agency_reversed\tthe outfielder needs a glove that is large enough\ne1\te2\tsubculture\tfolksingers\tMember-Collection_reversed\this work presented a new, spontaneous, unpolished style, which appealed to a subculture of folksingers, hipsters, mystics, and writers of 50s cold war america where conformity and witchhunts sought to impose straitjacket freedom\ne1\te2\tcrane\tboom\tComponent-Whole_reversed\tthis crane has a telescopic boom that is mounted on a movable platform\ne1\te2\tcorporal\tarmy\tMember-Collection\the was a corporal in the army of sierra leone, a wedding photographer and cameraman for the state television\ne1\te2\tplastic bag\tcocaine\tContent-Container_reversed\tinside, they found a plastic bag with cocaine inside under the driver's seat\ne1\te2\tdocuments\tfinance\tMessage-Topic\tthese are documents to do with finance\ne1\te2\tnest\ttwigs\tComponent-Whole_reversed\tmockingbirds build a nest of twigs, plant stems, mosses, cloth, string, and dry leaves\ne1\te2\tbills\tbankruptcies\tCause-Effect\tmedical bills make up half of bankruptcies\ne1\te2\tcavalry\ttown\tOther\tstuart's cavalry observed the passing through the town\ne1\te2\tsisterhood\tpatriots\tMember-Collection_reversed\tthere is also, an organization for moms as a mom.org, a sisterhood of patriots, it is helping like minded women to meet, come together and realize we are not alone in our thinking\ne1\te2\trafters\tturkeys\tMember-Collection_reversed\tlarge rafters of turkeys have drown by standing out in the rain, looking up at it, with their mouths open\ne1\te2\tacne\tbacteria\tCause-Effect_reversed\tin reality, acne is caused by bacteria and oil on the skin\ne1\te2\tcontaminants\tgroundwater\tEntity-Destination\tthese tanks have leaked contaminants into the groundwater\ne1\te2\tratpack\tarchitects\tMember-Collection_reversed\ta veritable ratpack of architects are turning up the style in sin city, writes thomas lane - and they're not all playing it straight\ne1\te2\tchild\tpetition\tProduct-Producer_reversed\tthe child collected names on a petition and wrote to the premier\ne1\te2\tclutches\tdishwasher\tOther\twhile he was freeing himself from the clutches of the dishwasher, he ripped off some of his skin, revealing his bionic arm\ne1\te2\twater\tlake\tEntity-Origin\tthe water starts in an underground lake a mile away, arrives in an intricately-ptterned moss pool and falls over a small cliff face\ne1\te2\tkeys\tvehicles\tOther\ta locksmith copies and repairs car keys for modern vehicles at a lower cost\ne1\te2\ttraveller\tblind\tOther\twhen the traveller drew up the blind the next morning, the sea opened before him joyously under the broad august sunlight\ne1\te2\tchanges\tspaces\tEntity-Destination\tinfinitesimal changes between a large serial of different sub-functions are running into different graphical spaces or dimensions\ne1\te2\tabsinthe\tglasses\tEntity-Destination\twe watched as a barman poured alcohol on to the bar, poured absinthe into a couple of shot glasses, then lit the lot\ne1\te2\tsuffering\texhaustion\tCause-Effect_reversed\tthe 77-year-old is suffering from exhaustion and he will undergo medical tests\ne1\te2\tscrew\tpress\tComponent-Whole\tpierre stood, breathing heavily, as the screw of the press caught at her hair and dragged her in\ne1\te2\ttreatment\tliquid\tOther\ta substrate treating apparatus for treatment of substrates with a treating liquid includes a treating tank having an inner tank for storing the treating liquid\ne1\te2\tclip\tgrenade\tComponent-Whole\tsecond, the user removes the safety clip from the grenade\ne1\te2\tsoot\tface\tEntity-Destination\tsomeone has blown soot into my face\ne1\te2\thoney bees\twarmer areas\tEntity-Destination\thoney bees have migrated into warmer areas\ne1\te2\tdriver\ttorque\tInstrument-Agency_reversed\tan experienced driver \"feathers\" the brakes so as to stop the vehicle with only just enough torque in the brakes to hold the vehicle stationary on any gradient\ne1\te2\tplane\trunway\tEntity-Origin\tit is an exceptional location to see lake tenkiller and private plane takeoffs from runway\ne1\te2\ttable\tleg\tEntity-Origin_reversed\ta woman accused of throwing a table leg through the window of her home after her boyfriend refused to buy more beer faces a felony charge\ne1\te2\tsymbols\tstructure\tOther\tthey are symbols that indicate the structure and organization of written language\ne1\te2\tmother\ttribe\tEntity-Origin\tgenghis khan's mother hailed from a tribe which later became part of the kazakh people\ne1\te2\tvaccine\tplant\tEntity-Origin\tthe new vaccine was manufactured in a tobacco plant using plant viruses engineered to produce high levels of virus-like particles\ne1\te2\tsubstance\tchamber\tEntity-Origin\tthe exit of such a substance from the anterior chamber is equal to the transfer constant for the loss of fluid\ne1\te2\tcompany\tmobile software applications\tOther\tthe company has moved into mobile software applications, which connect to enterprise databases\ne1\te2\tstudents\tprograms\tOther\tmany students participated in the tutoring programs funded by the legislation, but the controversial element was not the options for public schools or the tutoring program (both of which where never challenged)\ne1\te2\tsuitcase\tbills\tContent-Container_reversed\tthe liberian national offered a suitcase full of purported bills\ne1\te2\tteam\tmember\tMember-Collection_reversed\the has been a core team member for the various research publications and resource person for policy documents of the rbi\ne1\te2\tscientists\ttransistor\tProduct-Producer_reversed\tscientists have succeeded in creating the first transistor made from a single molecule\ne1\te2\treceptor\tsubunits\tComponent-Whole_reversed\tthe receptor comprises four subunits, which are chemically identical but, surprisingly, are folded differently (see picture)\ne1\te2\tpresident\tpower\tInstrument-Agency_reversed\twe now live in a country in which the president wields the power to send the entire nation into war on his own initiative\ne1\te2\tassembly\tknob\tComponent-Whole_reversed\ta damper assembly is further comprising a control knob coupled to said rod, said knob extending radially about said axis\ne1\te2\taims\tchapter\tMessage-Topic_reversed\tthe early aims and objectives of cooperatives have been considered in the first chapter of this book\ne1\te2\tgalls\tlarvae\tProduct-Producer\tthe galls are caused by the larvae of a small gnat-like midge, dasyneura communis felt\ne1\te2\torders\tcountries\tOther\tthe orders are shipped to foreign countries using us postal service delivery\ne1\te2\tdamage\tconstruction\tCause-Effect_reversed\twe began to reverse the damage to one of the greatest rivers in the state caused by the construction of a dam nearly 70 years ago\ne1\te2\tweyr\tdragons\tMember-Collection_reversed\tas the bus climbed steadily throughrich terraced fields of grain towards the qilian shan, layersof mountains enfolded like a weyr of dragons\ne1\te2\tpeasants\tmajority\tMember-Collection\tuntil the 1960s, rural laborers and peasants composed the majority of brazil's population and yet most scholars have downplayed their influence on the country's history\ne1\te2\tgelding\tnuzzle\tComponent-Whole_reversed\ttyphoon was a dapple-gray gelding with small splashes of brown around his nuzzle and his hind end\ne1\te2\tfruit\toil\tEntity-Origin_reversed\tthis item is orange fruit oil and is used in the creation and/or manufacturing of fragrance and flavor concentrates of all types\ne1\te2\tcharter\tbody\tProduct-Producer\tthe charter was a joint creation by the local authorities co-ordinating body, the trading standards institute, the market operators association and industry groups representing copyright and trademark owners\ne1\te2\tloop\tlight\tCause-Effect\ta loop emiting short flashes of light is projected onto volunteer members of the audience\ne1\te2\tfile\tdesk\tContent-Container\tthe file was in the desk of a researcher employed by kenny macaskill and tricia marwick who had been dismissed earlier in the month\ne1\te2\tearthquakes\tmovement\tCause-Effect_reversed\tearthquakes are caused by movement of the earth's crust along this fault\ne1\te2\tvillain\tmachine-gun\tInstrument-Agency_reversed\tthe villain sweeps the ceiling with a machine-gun, perforating milla jovovich, who is hiding in the ceiling duct\ne1\te2\tdevice\tbeaker\tContent-Container\ti like how the device is crammed into a beaker; i view this gizmo as a metaphor for a mad scientist's brain\ne1\te2\twriter\tfolktales\tProduct-Producer_reversed\tthis is a classic book by the famous writer of folktales\ne1\te2\tsong\tlove\tMessage-Topic\tit is a dark song reflecting on potential love with deep electronic tones and soft beats\ne1\te2\tantenna\tmedium\tContent-Container\ti saw that the antenna was placed inside the two-dimensional labyrinth-based left-handed medium\ne1\te2\tenvelope\tsheet\tContent-Container_reversed\tthe envelope contained a single sheet of paper, describing an attempt to set the record for the world's longest running chain letter\ne1\te2\tuniverse\tepoch\tOther\twe see that the universe starts at an initial epoch t0\ne1\te2\tdrilling\tfluids\tOther\trice university and houston-based mi swaco, the world's largest producer of drilling fluids for the petrochemical industry, aim to develop a graphene additive\ne1\te2\ttrials\tmatters\tMessage-Topic\tsuch trials were concerned with matters of national importance such as treason\ne1\te2\tcrime fiction\tcrimes\tMessage-Topic\tcrime fiction is the genre of fiction that deals with crimes, their detection, criminals and their motives\ne1\te2\tfish\tshoal\tMember-Collection\tthousands of multicoloured fish populate the lagoon and the fallings of the passes; the large barracudas are scouting dangerously, and their cousins the \"becunes\" fish gather in immense shoal, like the\"carangues\"playing in the sun, as squadrons driving out of their territory the too daring small sharks\ne1\te2\tboy\tfamily\tEntity-Destination\tshe delivered a healthy boy to this family\ne1\te2\tdrama\treactions\tMessage-Topic\tit is a 1956 crime drama examining the reactions of parents, police, and the public to a kidnapping\ne1\te2\tjobs\tgovernment\tEntity-Destination\tthe jobs migrated into the government\ne1\te2\tfeed\tkitchen\tEntity-Origin\tthe feed was derived from a commercial mink feed kitchen\ne1\te2\tlandslide\tearthquake\tCause-Effect_reversed\tthe tsunami was generated by an undersea landslide, which was triggered by the earthquake\ne1\te2\tplenitude\tgraces\tOther\tthe greatest plenitude of graces was conferred on him as man, and from him, as he was our head, derived to all the members of his church\ne1\te2\tchapter\tcanons\tMember-Collection_reversed\twith the conquest of jerusalem in 1099, geoffrey de bouillon established a chapter of secular canons in the basilica of the holy sepulcher to offer the sacred liturgy according to the latin rite\ne1\te2\tchief executive\trepublic\tOther\tin the presence of cuba's favorite son, estrada palma, who is to enjoy the honor of being the first chief executive of this republic\ne1\te2\titinerary\tsuitcase\tContent-Container\tmy itinerary was in a suitcase, among stacks of teaching materials so i asked the delta ticket agent to look up my outgoing flight number\ne1\te2\twriter\tmixture\tInstrument-Agency_reversed\ta new york times food writer fries the potatoes in a mixture of peanut oil and duck fat with bacon added\ne1\te2\tfaction\textremists\tMember-Collection_reversed\this administration is moderate, but it contains a faction of extremists.\ne1\te2\twindow\tdoor\tEntity-Destination\tthe passenger side front window has fallen into the door, both front and back need new window regulators\ne1\te2\tunit\tgrenadiers\tMember-Collection_reversed\tunfortunately on the right flank a unit of dismounted grenadiers were spotted by a tau piranha team supported by kroot\ne1\te2\tsaint\tprayer\tProduct-Producer_reversed\tat the saint's prayer, the statue comes to life, and drops of milk, a metaphor for the gift of life, fall from the virgin's breast onto bernard's lips\ne1\te2\tlaws\tworkers\tOther\twelch shows how laws composed to incorporate rural workers in a controlled way became platforms for unexpected protest and political mobilization culminating in the 1963 rural laborer statute (etr)\ne1\te2\tband\tcoyotes\tMember-Collection_reversed\tmelvin hancock was one of the residents to spot the about 85 pound full-grown coyote and other residents have seen a band of coyotes with a litter of pups\ne1\te2\tmeeting\troad\tOther\tthe decision to take the meeting on the road gave groups around the world the opportunity to host future keele meetings\ne1\te2\tchairman\tcollege\tOther\tdr. k.p. kumar is the chairman of the college that strives to impart value education to students and guide them for excellent prospects in career making\ne1\te2\tjudge\tquestions\tProduct-Producer_reversed\tthe judge put two questions to the jury\ne1\te2\trapper\tmessage\tProduct-Producer_reversed\tthe 22-year-old rapper posted a message on his twitter page just after midnight admitting he was driving his \"lambo,\" or lamborghini, while sloshed -- or \"tispy,\" as he misspelled \"tipsy.\ne1\te2\tduo\tstir\tCause-Effect\tthe dancing duo caused a stir on the 2008 series of the show with their infusion of classic michael jackson songs and dance moves mixed with bangra\ne1\te2\treport\tpublic\tEntity-Destination\tthe investigator has released his report on this case to the public\ne1\te2\taluminium\tingots\tEntity-Destination\twe poured the molten aluminium into ingots, which was very dangerous\ne1\te2\tfrog\ttree\tOther\tthis pacific chorus frog was found in a christmas tree being sold in anchorage, alaska\ne1\te2\tliver\thormone\tProduct-Producer_reversed\tthe liver synthesizes angiotensinogen, a hormone that is responsible for raising the blood pressure when activated by renin\ne1\te2\tcountry\tturmoil\tOther\tthe spreading riots threw the country into turmoil\ne1\te2\tsteps\tstairs\tComponent-Whole\tthe upper and lower steps of the stairs inside university buildings are clearly marked and are all equipped with at least one handrail\ne1\te2\tblower\tvase\tProduct-Producer_reversed\tthis picture shows a glass blower in one of hebron's blown glass factories molding the hot glass paste into the bottom of a vase\ne1\te2\tcontractors\ttemplates\tInstrument-Agency_reversed\tcontractors quickly generate documents that are shared via fax, email, or text message, by using templates\ne1\te2\treligion\tsociety\tEntity-Destination\tthis new religion was spread to the society\ne1\te2\tproduction\tpartnership\tOther\tdutch national ballet's new production, by the creative partnership of rachel beaujean and ricardo bustamante, is based on the original ballet by jean coralli and jules perrot\ne1\te2\tclues\temployees\tEntity-Origin\tof course, the biggest clues leaked from former blizzard employees in korea who hinted that the game was going totally 3d\ne1\te2\tcontents\tliposomes\tEntity-Origin\tthe contents release from the copolymer-modified liposomes was strongly accelerated around the lcst of the copolymer\ne1\te2\twriter\tjail\tEntity-Origin\ton this day in 1897, writer oscar wilde is released from jail after two years of hard labor\ne1\te2\tillumination\tcandle\tOther\tthis was performed by illumination of the urethra with a candle\ne1\te2\tpeople\torbit\tEntity-Destination\tsince 1982, people have travelled into low-earth orbit aboard the workhorse of nasa's space program\ne1\te2\tpeople\thanging\tMessage-Topic_reversed\telegant people walking in an early eighteenth-century garden are depicted in this beautiful embroidered wall hanging\ne1\te2\tcompanions\teternity\tOther\tour companions have departed into eternity\ne1\te2\thorses\tstud\tOther\tthis is the second italian championship won by woody with horses bred in his stud\ne1\te2\tblog\tambassador\tProduct-Producer\tthe most telling critique of this delusional foreign policy comes in regular instalments in the form of a blog by the former british ambassador to poland\ne1\te2\tcurrents\theat\tCause-Effect_reversed\tthe deeper currents are caused by heat from the sun\ne1\te2\tcheese\tlandlord\tProduct-Producer\tthe author of the letter, francis pawlett, wrote of a delicious cheese produced by cooper thornhill, the well-known landlord of the bull inn\ne1\te2\tplant\tsystem\tComponent-Whole_reversed\tthe wastewater treatment plant processes the influent using a ultra-violet light system to kill the bacteria prior to outflow\ne1\te2\tname\tword\tEntity-Origin\tthe name is derived from a dutch or flemish word\ne1\te2\tvalves\tveins\tComponent-Whole\tvaricose veins result from weakening of the valves of the veins so that blood pools in the legs or another dependent area\ne1\te2\tskirt\twaistband\tComponent-Whole_reversed\tthe pictorial demonstration below shows how to put your skirt waistband on after you have sewn your zipper and how to join and serge the skirt side seams\ne1\te2\tnovel\tview\tOther\tbut this is a very dark novel, driven by an unsparing view of human nature and a clear-eyed analysis of the idea of human perfectibility\ne1\te2\tdemocracy\tcountries\tEntity-Destination\tamericans have exported democracy to many countries\ne1\te2\temployee\tissues\tOther\tsince arriving in cairns, co-workers have thrown the new employee into local issues\ne1\te2\twater\tpipe\tEntity-Destination\tthe water is running into the overflow pipe\ne1\te2\tworkers\tproduct\tProduct-Producer_reversed\thighly specialized workers situated alongside a series of rolling ramps built up a product such as (in ford's case) an automobile\ne1\te2\tflour\tcan\tContent-Container\tthe flour was in a can marked \"sugar\" and the tea was in a box marked \"salt.\ne1\te2\tsuitcase\tprops\tContent-Container_reversed\tten years ago i started bringing a suitcase full of odd props to schools and libraries all over the world\ne1\te2\tkangaroo\tlegs\tComponent-Whole_reversed\tthe kangaroo moves by hopping on its hind legs using its tail for steering and balancing while hopping at speed up to 40mph/60kmh\ne1\te2\tstadium\tteams\tProduct-Producer\tthe 82500-seat stadium was built privately by the teams, the first constructed to serve as the host of two nfl teams\ne1\te2\tquote\tinterview\tEntity-Origin\tthe quote above, about how he wants to build magma into the biggest business of its kind in the world, is from an interview that he gave almost a year ago\ne1\te2\tdiscomfort\tinjury\tCause-Effect_reversed\tan alert victim with a broken neck or severely torn ligament has enough discomfort from the injury and muscle spasm to force him to hold his neck still\ne1\te2\tboat\tharbour\tEntity-Origin\tthe boat departs from the harbour at approximately 08:30 to arrive in the channel 30 minutes later\ne1\te2\tcottage\tkitchen\tComponent-Whole_reversed\tthe cottage kitchen is on the first floor and is fully fitted with fridge, dishwasher, microwave and all the standard self catering facilities\ne1\te2\tteam\tarea\tEntity-Destination\tthe team journeyed into an uncharted area\ne1\te2\tcommission\tselling\tCause-Effect_reversed\tthe affiliate classroom promotes the direct sales and gets commission from the selling of products\ne1\te2\tanxiety\tthought\tCause-Effect_reversed\tthe act of repeated hand washing is the compulsive behavior performed in an attempt to remove the anxiety caused by the obsessive thought\ne1\te2\tinfusion\tsyringe\tContent-Container\tthe infusion was contained in a 6 ml plastic disposable syringe\ne1\te2\tbeers\twall\tOther\tit's basically just a shack with a fridge and some fosters beers stacked up the back wall\ne1\te2\tziggurat\temperor\tProduct-Producer\tin fact, this is not so far removed from the famous ziggurat, the huge building erected by the emperor to communicate with the god marduk\ne1\te2\tdeclaration\tchairman\tProduct-Producer\tthe draft ministerial declaration developed by the council chairman was untenable and caused the meeting to be still-born\ne1\te2\tprinter\tinternet\tOther\tthat's right boys and girls you read that correctly, you just shared a printer over the internet\ne1\te2\tgold\tbracelet\tOther\tshe bought a gold bracelet for her sister\ne1\te2\tconversation\tprivacy\tMessage-Topic\tthe conversation centers around privacy, contextualization and other issues surrounding our increasingly digital lives\ne1\te2\tmusician\tviolin\tInstrument-Agency_reversed\tas a term, \"fiddle\" better indicates the style of music the musician plays on the violin\ne1\te2\ttendency\tobesity\tOther\tpeople have inherited a tendency to obesity\ne1\te2\twhiteness\tswans\tOther\ti stood at the great central window, which was wide open, and watched the whiteness of the swans moving vaguely over the surface of the canal in the oncoming twilight\ne1\te2\ttubes\tindustry\tProduct-Producer\tfiber cans, tubes, and similar products are, by far, the largest category of products produced by this industry, accounting for $1.76 billion of the industry value of shipments in 2001\ne1\te2\tinvestments\tlight rail\tEntity-Destination\tinvestments have gone into the light rail\ne1\te2\tpadlock\tflat\tComponent-Whole\tthe resident, who had gone out for a short while when the thieves struck, found the padlock of the flat broken and all the household articles strewn around\ne1\te2\tscripts\tstory\tMessage-Topic\tstudents wrote scripts to narrate their story\ne1\te2\tacid\tspecies\tProduct-Producer\tchenodeoxycholic acid is made by many species, and is quite a functional bile acid\ne1\te2\tcatastrophe\trains\tCause-Effect_reversed\tin relation to the catastrophe caused by the rains of recent days in the sierra and coastal zones of chiapas\ne1\te2\tbananas\tcountries\tEntity-Destination\tfair trade bananas have been imported into a few countries in europe for decades\ne1\te2\textra credit\tstudent\tEntity-Destination\tthe instructor gave extra credit to an outstanding student\ne1\te2\tset\tsite\tOther\tthe second primer set was derived from a specific variant surface glycoprotein(vsg) expression site where the sra gene is expressed(r-es)\ne1\te2\tmaze\tskulls\tOther\twhen the police raid the catacombs, shannyn's character hits her head while fleeing only to wake up alone in the maze of skulls and bones\ne1\te2\tgroups\tchimpanzees\tEntity-Origin\tthe red colobus groups went away from the chimpanzees when they were alone and no potential association partner was around\ne1\te2\tisland\tradius\tOther\tthe magnetic island grows from the resonant radius until the so-called mixing radius rmix and full reconnection are reached\ne1\te2\tcompany\toil\tProduct-Producer_reversed\tour company converts waste plastics into crude oil\ne1\te2\tbag\tbuttons\tContent-Container_reversed\tso with my little bag full of buttons, i faced the cold, blustery day to carry out some of these lovely ideas\ne1\te2\tcode\tphone\tOther\ti have blocked out the pin code of the phone (please do not give this code to the customer)\ne1\te2\tcancer\tareas\tEntity-Destination\thowever, the 5-year survival rate falls steadily as the cancer spreads into other areas\ne1\te2\tcraftsman\that\tProduct-Producer_reversed\ta big thanks goes out to the expert craftsman who did such a good job building my sailing hat\ne1\te2\tstranger\tbat\tInstrument-Agency_reversed\tupon emerging from the car, the stranger battered the man to death with a baseball bat\ne1\te2\tdrivers\twheel\tInstrument-Agency_reversed\tmore than 10 percent of drivers admit to having fallen asleep at the wheel\ne1\te2\tbristles\tbrush\tComponent-Whole\tshe used her fingertips to scrub into the bristles of the brush, getting between crevices where food can often get stuck\ne1\te2\tresearch\tmeeting\tOther\tthe research, performed at the kyoto prefectural university of medicine, has been presented at a medical meeting in japan\ne1\te2\trobber\thammer\tInstrument-Agency_reversed\tmasked robber threatens worker with claw hammer\ne1\te2\tmachine\tbutton\tComponent-Whole_reversed\tthis pavoni machine has continuous brewing espresso coffee machine with push button, power indicator light and electro valve\ne1\te2\ttermites\tcup\tEntity-Destination\tthe white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup\ne1\te2\tnest\trabbits\tMember-Collection_reversed\tthere is a nest of rabbits up in the loft\ne1\te2\twhirl\therons\tMember-Collection_reversed\tthis rather bizarre picture is of a whirl hedge of herons - for such is the collective noun for these birds\ne1\te2\thousing\tbearing\tOther\tthe housing encloses a double sealed ball bearing, with a lower lip seal for additional protection\ne1\te2\tchin\trockfish\tComponent-Whole\tlike the canary rockfish, the chin of the yelloweye rockfish is smooth\ne1\te2\tlaw\tforce\tOther\tthe new law has been brought into force\ne1\te2\trestaurant\tcustomers\tOther\tthe restaurant was filled with customers, most of them children and mothers\ne1\te2\tdevelopment\tclearance\tCause-Effect\tthe development of oil palm plantations is one of the biggest causes of rainforest clearance\ne1\te2\tpliers\telectrician\tInstrument-Agency\tlineman's pliers are an essential item in the electrician's tool complement\ne1\te2\tcounselors\ttechniques\tInstrument-Agency_reversed\tprofessional counselors use a number of techniques, including conflict management seminars, peer mediation teams, student mentoring, group guidance activities and rumor control\ne1\te2\tterrorist\tbomb\tOther\ta terrorist has planted a bomb in a city centre and it is due to go off in one or two hours' time\ne1\te2\tdogs\tteeth\tComponent-Whole_reversed\tthe second biggest problem for dogs and their teeth is that hard chews can break the teeth\ne1\te2\tasthma\tswelling\tCause-Effect\tasthma causes swelling and narrowing of the airways\ne1\te2\tmothers\titems\tInstrument-Agency_reversed\tmothers brought all items required to dress the child - bandages, creams, gloves - all of which are ridiculously expensive here\ne1\te2\tcamera\toperator\tInstrument-Agency\tthe camera operator is that person behind-the-scenes but very much a part of the final project\ne1\te2\tpuppet\tcrate\tContent-Container\tthe purple puppet was in a crate being shipped from the uk to australia\ne1\te2\thailstorm\tatoms\tMember-Collection_reversed\tthe hailstorm of atoms triggers nano-avalanches on the slopes\ne1\te2\tbillions\teconomies\tEntity-Destination\tthe governments have injected billions into their economies\ne1\te2\twater\tcover\tEntity-Destination\tmy wife mistakenly poured water into the valve cover of her 1999 sebring when it began overheating\ne1\te2\tstudy report\tgenetic structure\tMessage-Topic\tthe study report compares the genetic structure of two vastly different flowering plants to see whether differences exist in the set of circuits that create each species' flower\ne1\te2\tsnowstorm\tdelays\tCause-Effect\tthe weekend snowstorm caused delays that had some passengers still stuck in washington, dc on monday night\ne1\te2\train\tarea\tOther\tthe heaviest rain fell from an area from roane and clay counties northeastward across braxton, gilmer and lewis counties and into southern harrison county\ne1\te2\ttests\tbook\tMessage-Topic_reversed\tthese tests are a major theme of the book, so it is worth investigating them\ne1\te2\tcountry\twar\tEntity-Origin\tthe country emerged from the war as clearly the greatest power in the world as well as the creditor nation of the world\ne1\te2\tmagnesium ribbon\ttongs\tOther\twe hold the magnesium ribbon in tongs, and place one end in a bunsen burner flame\ne1\te2\twalk\tentry\tOther\tthe walk starts at an entry to mealmore forest\ne1\te2\tman\toffice\tOther\tthe71-year-old man has already converted a room in the basement into an office\ne1\te2\tpollution\tcars\tCause-Effect_reversed\tglobal warming pollution from cars, light trucks and suv's is the single largest source of global warming pollution generated in maine\ne1\te2\tdrugs\tplants\tEntity-Origin\tpharmacognosy is the study of crude drugs obtained from plants, animals and mineral kingdom\ne1\te2\toils\tcapsule\tContent-Container\tthe swelling continued so it was time to try the oils in a capsule\ne1\te2\tbungalow\tbar\tComponent-Whole_reversed\tthe bungalow has a full bar and offers a wide selection of draft and bottled beer and wine\ne1\te2\tsisterhood\tsurvivors\tMember-Collection_reversed\ta woman diagnosed with breast cancer today joins a huge sisterhood of cancer survivors ready to help her along the way to recovery\ne1\te2\tprofessional\ttests\tInstrument-Agency_reversed\ta qualified medical professional uses a variety of diagnostic tests\ne1\te2\tinsert\tcolumn\tOther\tthe insert starts in the left column and only spans the left column\ne1\te2\ttension\tpoor sleeping\tCause-Effect_reversed\tcervical strain results from the physical stresses of everyday life, including poor posture, muscle tension from psychologic stress or poor sleeping\ne1\te2\tsignal\tsource\tCause-Effect_reversed\tthe reference clock signal originates from an internal clock source\ne1\te2\tsymposium\tattendees\tOther\tthe morning session of the symposium ends with a reunion lunch for the attendees\ne1\te2\ttimber\tvessel\tEntity-Origin\tthe timber fell from the russian registered vessel the sinegorsk in the channel on monday, 14 miles off of new haven, sussex\ne1\te2\tsoftware\tdeveloper\tProduct-Producer\trather more fun is book-crossing, started in the us by a software developer to encourage the release of books into the wild so they can be enjoyed by others\ne1\te2\tmast\tship\tComponent-Whole\tthe mast of the ship, part of a waterfront memorial in portland, had fallen into disrepair, tarnishing the image of the once-proud ship\ne1\te2\tresources\tarchives\tEntity-Destination\tresearchers have thrown a lot of resources into the archives without checking\ne1\te2\tskateboard\tdeck\tComponent-Whole_reversed\tthe primary parts of a skateboard are the deck, the trucks, the wheels and bearings, the hardware and the grip tape\ne1\te2\tauthor\tnote\tProduct-Producer_reversed\tin the author's note to this work he writes about the importance of the play's \"threnodic essence.\ne1\te2\tpapers\tlaboratory\tEntity-Origin\ta number of papers have emanated from this laboratory on the chemistry of dl-pinonic acid(i,) and dl-pinolic acid(ii.a)\ne1\te2\tbottle\trum\tContent-Container_reversed\tbe careful, because just one little clove imparts a terrific amount of spice to a bottle full of rum\ne1\te2\tmah-jongg set\ttrunk\tContent-Container\tthe mah-jongg set was in a trunk in the attic all through my childhood, then the trunk was in the garage for ten years\ne1\te2\tcrush\tdelegates\tMember-Collection_reversed\thotels and restaurants downtown are prepared to handle the crush of delegates\ne1\te2\tslides\tbox\tEntity-Destination\tthen after the concert, he stuffed the slides into a box under his bed where they remained for 40 years\ne1\te2\tfield trip\tnext month\tEntity-Destination\tthe school has rescheduled the field trip to next month\ne1\te2\tshelf\trefrigerator\tComponent-Whole\twhite and rose wines are served slightly chilled (around 10 c or 50 f) - one hour on the shelf of the refrigerator brings them to the right temperature\ne1\te2\tbillions\tcompanies\tEntity-Destination\tbillions have sunk into devastating companies\ne1\te2\tcharacter\treviews\tMessage-Topic_reversed\tthroughout the series run, the character has received positive reviews\ne1\te2\tstethoscope\tdoctor\tInstrument-Agency\tthe stethoscope gives the doctor clues as to the presence or absence of pathology\ne1\te2\treaction\taffect\tCause-Effect\tthe chemical reaction in the water caused a bubbling affect on the surface\ne1\te2\tvideo\tcomplex\tEntity-Origin\ti remember there being an uproar because the video got out from an apartment complex and wasn't suppsoed to\ne1\te2\tvirus\tspecies\tEntity-Origin\talthough most scientists suspected that the virus descended from a primate species, only three chimpanzees infected with viruses\ne1\te2\tresearch\tpaper\tOther\tthe research has been published in a paper by the scottish records association\ne1\te2\tbook\texercises\tComponent-Whole_reversed\tthe book is rich in exercises, most with answers\ne1\te2\tbird\tbuilding\tEntity-Destination\ta bird has flown into the building and is flying around the atrium\ne1\te2\tresults\tcharts\tComponent-Whole_reversed\tthe results are often displayed in charts or written as narratives\ne1\te2\ttest results\tlogbook\tEntity-Destination\tthe test results are entered into the electronic logbook\ne1\te2\tactors\tbackground\tEntity-Origin\tall the actors came from a theater background\ne1\te2\tconflict\trefusal\tCause-Effect_reversed\tthe conflict is rooted in an ongoing refusal by the palestinians and the arab world to recognize the right of the jewish people\ne1\te2\tpopulation\tpeople\tMember-Collection_reversed\tuniversal design makes stand-alone courseware, web-based e-learning systems, and other content more accessible to a larger population, including people with disabilities\ne1\te2\tname\tsaying\tEntity-Origin\tthe name of the method comes from an arabic saying\ne1\te2\tlegend\tvillage\tMessage-Topic\tthe urban legend was that the whole village had moved from italy to south wales\ne1\te2\tforms\tstudents\tInstrument-Agency\tchoreographed fighting forms are used by students in order to develop an understanding of the offense, defense, distance, reaction, speed, and so forth\ne1\te2\tfire\tembers\tCause-Effect_reversed\ta spot fire is caused by burning embers being blown away by high winds that occur during bushfires\ne1\te2\tsmoke\tstack\tOther\tstack gummy savers with a little frosting in between to make a smoke stack on the engine\ne1\te2\tlitter\tkittens\tMember-Collection_reversed\tkind-hearted market traders have stepped in to rescue a litter of kittens which were abandoned under one of their stalls\ne1\te2\tsubjects\tconference\tMessage-Topic_reversed\tthese subjects were thoroughly investigated at the conference during the three seminars each of high specialist content\ne1\te2\trock\taccident\tCause-Effect\ta rock in the road caused an accident by breaking the rear wheel on the wagon\ne1\te2\tsheets\tcarton\tComponent-Whole\tthe number of sheets in a carton varies for large printing sheets\ne1\te2\tschwannoma\tcells\tEntity-Origin\tthe origin of the schwannoma is from the normally-existing schwann cells in the tentorium\ne1\te2\tman\tkidnapping\tCause-Effect\tditto for his funny turn as a man who instigates the kidnapping of his own wife in e niwas's love ke liye kuch bhi karega\ne1\te2\tbook\tauthor\tProduct-Producer\tthis is the first book by this author that i have read and i thoroughly enjoyed it\ne1\te2\tfather\tlunch-group\tMember-Collection\tmy father is in a lunch-group of old-timey political people called the sacramento seminar\ne1\te2\tquestions\tchapter\tMessage-Topic_reversed\trelated questions form the subject of the next chapter\ne1\te2\texplosion\tgas leak\tCause-Effect\tthe explosion caused a gas leak on the pipeline near the village of pouce coupe, south of dawson creek\ne1\te2\tpicture\tphoto\tEntity-Origin\tthe picture of the orb was then extracted from the photo and inverted and this is what was found to be inside of this tiny looking orb\ne1\te2\tglass\twater\tContent-Container_reversed\tthe tube was placed in an inclined position with the end in a glass filled with water that was kept boiling\ne1\te2\tfactory\tvodka\tProduct-Producer_reversed\tthe factory's main products are brandy (armenian cognac), wine and vodka\ne1\te2\twall\tintestines\tComponent-Whole\tthe absorbed nutrients move through the wall of the intestines and into blood vessels that take them throughout the body\ne1\te2\tfish\tbarrel\tEntity-Destination\tthey then placed the fish in a wooden barrel filled with water and fired at the fish with a 9 mm pistol\ne1\te2\tnews\texecution\tMessage-Topic\tthe news that there was an execution in lydgate's house had got to lowick by the evening\ne1\te2\tpie\tpoisoning\tCause-Effect\ta spaghetti pie served at a church dinner had caused the poisoning of one hundred people\ne1\te2\tboat\tport\tEntity-Origin\tone of the nicest ways to spend an afternoon anywhere is to take a boat from the port of ouchy on the lakefront of lausanne\ne1\te2\tprospectors\ttrail\tOther\tprospectors seeking their fortune in the colorado gold fields traveled to denver on the smoky hill trail from kansas and points east\ne1\te2\tinstructions\tfunds\tMessage-Topic\tthe instructions were concerning funds for benevolent purposes\ne1\te2\tpasta\tmethod\tOther\tmost commercial pasta is made by this method\ne1\te2\thappiness\taffair\tOther\tmany marriages do not recover from affairs at all, but at least one-third do find some way to rebuild trust and happiness after an affair\ne1\te2\tfever\tallergies\tCause-Effect_reversed\tmy dog has a fever from allergies he was given clavamox and a shot\ne1\te2\tdiamond\tring\tOther\twe sold a diamond ring on consignment through a jeweller who also dealt in second hand jewellery\ne1\te2\tsaplings\tsprouts\tProduct-Producer\tthe saplings put up new sprouts by the end of the monsoon\ne1\te2\tsymposium\tcurrent state\tMessage-Topic\tin january 2003 a symposium was held to discuss the current state of progress and future challenges\ne1\te2\tphotographs\tsurvivors\tMessage-Topic\tthese photographs show the survivors of a time that the truly nostalgic fondly remember and the rest of us can't believe existed at all\ne1\te2\tparent\tchild\tOther\tit is also when a parent manipulates a child\ne1\te2\texoskeleton\tcompany\tProduct-Producer\tthe us army is in the early stages of testing an aluminium exoskeleton made by a company called sarcos\ne1\te2\tcenterboard\tyacht\tComponent-Whole\tissues are presented concerning the importance of annually inspecting the centerboard on a yacht\ne1\te2\tlid\teye\tComponent-Whole\tusually only the bottom lid of one eye is involved, but the top eyelid also can twitch\ne1\te2\tshooting\targument\tCause-Effect_reversed\tthe shooting stemmed from an argument the two students had \"in the community\" over the weekend\ne1\te2\tcocaine\tcrate\tContent-Container\tthey had been alerted that the cocaine was in a crate of turkeys, but they didn't see any\ne1\te2\tchemicals\treclamation\tOther\tthe chemicals used for screen reclamation are some of the most hazardous products in a screen printing facility\ne1\te2\tideas\tsoftware engineering\tEntity-Destination\tsuch ideas and technologies from the functional language community are migrating into mainstream software engineering\ne1\te2\tquery\tservers\tEntity-Destination\twe sent a query to two servers at a time\ne1\te2\tflour\tpaper\tEntity-Destination\tthe seniors poured flour into wax paper and threw the items as projectiles on freshmen during a morning pep rally\ne1\te2\tladder\telectrician\tInstrument-Agency\tthe ladder is designed for the specific needs of the electrician\ne1\te2\tplan\tweekly benefit\tComponent-Whole_reversed\toptions that are core components of the plan include: a benefit period, an elimination period, a maximum benefit percentage of salary and a maximum weekly benefit\ne1\te2\tpoetry\tmagazines\tComponent-Whole\this poetry and fiction have been published in literary magazines around the world\ne1\te2\tresort\thotel\tComponent-Whole_reversed\tthe resort comprises a central hotel and free-standing villas in the forest\ne1\te2\tmen\tunderworld\tOther\tthe four men are being dragged into the criminal underworld\ne1\te2\tbowls\tceramicist\tProduct-Producer\tnext we stopped by a pine table where an arrangement of cobalt blue \"knitted\" bowls by a south african ceramicist complemented a neat stack of chic indigo denim trousers by london's made in heaven\ne1\te2\tundulation\tdunes\tOther\twhile the curved shape resembles the gentle undulation of sand dunes, two raised starfish accent the border\ne1\te2\tkeyboard\tcable\tComponent-Whole_reversed\twhen a key is pressed and the circuit is completed, the code generated is sent to the computer either via a keyboard cable (using on-off electrical pulses to represent bits) or over a wireless connection\ne1\te2\tstructure\tpointer\tComponent-Whole_reversed\tan open file is described in the linux kernel by a struct file item; the structure encloses a pointer to the inode representing the file\ne1\te2\tapple\twine\tEntity-Origin_reversed\trabbi was cured of a severe disorder of the bowels by drinking apple wine seventy years old, a gentile having stored away 300 casks of it ('ab. zarah 40b)\ne1\te2\tproblem\tlaw\tCause-Effect_reversed\tpart of the problem is rooted in an ill-conceived state law\ne1\te2\tbooks\tsociometrics\tMessage-Topic\tin the 1950s, several books were published on the topic of sociometrics\ne1\te2\tinsecurity\twar\tCause-Effect_reversed\tan important challenge for the new administration was to address the insecurity and poverty caused by civil war\ne1\te2\twake\tvultures\tMember-Collection_reversed\ttwo days ago, adept garazo sighted a wake of ash vultures circling over the foothills of the redimeres\ne1\te2\tman\tstare\tOther\tthe old man fixed the children with a firm stare\ne1\te2\tpeople\ttorture\tOther\tan afghan handed over innocent people into torture\ne1\te2\tfactory\tsuccess\tOther\this good taste for good cheese leads to the factory's commercial success\ne1\te2\tmasts\tnausea\tCause-Effect\tphone masts for the high-tech third generation mobile phones cause headaches and nausea\ne1\te2\tprobe\tarea\tEntity-Destination\tnasa successfully dropped a probe into the designated area\ne1\te2\tclodronate\tdialysate\tEntity-Destination\tinjected clodronate was removed into dialysate\ne1\te2\tmother\tbelly\tComponent-Whole_reversed\tthe joey is blind at birth, and must instinctively ascend their mother's belly and crawl into the nurturing pouch\ne1\te2\tmountain\tocean\tEntity-Origin\tfrom the fires of inner earth, a mountain was formed that grew from the depths of the ocean\ne1\te2\thome\tgroup\tProduct-Producer\ttribble's one-story, wood-frame home is the 34th that the group has constructed in the county\ne1\te2\tarticle\tnewspaper\tEntity-Destination\tthis article is included into australia's most well respected newspaper\ne1\te2\tenvoy\tgovernment\tEntity-Destination\tthe us government sent an envoy to the north korean government\ne1\te2\tants\thabitats\tEntity-Destination\tants are spreading into new habitats\ne1\te2\tradio\ttuner\tOther\tclaiming to have better fm reception than the previous model, this radio tuner works with both windows and mac systems\ne1\te2\tsculptor\tstatue\tProduct-Producer_reversed\tthe sculptor has carved a statue of brad pitt and angelina jolie, naked and embracing one another and placed it inside an oklahoma city home\ne1\te2\tdiapir\tdome\tOther\ta diapir uprises from the upward-convex silicone dome, intruding within the sand\ne1\te2\tpistol\tsafe\tContent-Container\ta \"talented student\" who kept a pistol locked in a safe at his wolverhampton home has been sent to a young offenders institution\ne1\te2\tinstrumental\tsignature\tOther\tthis acoustic instrumental (which has always been one of my favorites), makes an abrupt departure from the band's signature and dark-sounding metal riffs\ne1\te2\tmonitor\tcircuitry\tComponent-Whole_reversed\tthe monitor comprises the display device, circuitry, and an enclosure\ne1\te2\tlaptop\tdesk\tOther\tthe laptop was in the desk\ne1\te2\tdescription\tswings\tMessage-Topic\tthe description reveals that mass psychology swings from pessimism to optimism and back in a natural sequence\ne1\te2\tfindings\ttesting\tOther\tthe findings were from two years of dna testing and ct scans on 16 mummies, including those of tutankhamun and his family, the team that carried out the study said in an article to be published wednesday in the journal of the american medical association\ne1\te2\tpool water\tsanitary sewer\tEntity-Destination\tthe man is draining the pool water into the sanitary sewer\ne1\te2\thive\tideas\tOther\tthe immediate post-war years were a hive of ideas at glyndebourne, some worked and others did not\ne1\te2\tleague\ttribes\tMember-Collection_reversed\tgoguryeo developed from a league of various yemaek tribes to an early state and rapidly expanded its power from their original basin of control in the hun river drainage\ne1\te2\tseconds\tgloves\tInstrument-Agency_reversed\tthe harper brothers were blindfolded, and swung most of their punches into the air as seconds punched them with gloves attached to long poles\ne1\te2\tinmates\tgloves\tInstrument-Agency_reversed\tthe inmates successfully scaled the barbed wire fence by using heavy-duty work gloves\ne1\te2\tsoldier\tarmy\tMember-Collection\tultimately, a soldier joins the army and trains to fight\ne1\te2\tstatement\tlawyers\tProduct-Producer\tfollowing is a statement released by the lawyers acting on behalf of humayra abedin\ne1\te2\tmoney\tbag\tContent-Container\tthe money was contained in a bag of chamois leather, of respectable dimensions, which my banker had given me\ne1\te2\tflour\thand\tEntity-Destination\tat one point in desperation, i poured flour into my great aunt's hand and measured how much it could hold\ne1\te2\tdog\tforepaw\tComponent-Whole_reversed\tthe dog scratched at the door with its forepaw\ne1\te2\tplug\tantenna\tComponent-Whole\twhen he clicked on the plug of the antenna and it automatically attached to the wires of the bulb socket\ne1\te2\tfish\tgills\tComponent-Whole_reversed\tfish gills are multifunctional organs\ne1\te2\tpiano\tbenefactor\tEntity-Origin\tthis suspicion is further fueled by the arrival of a piano for jane from a mysterious anonymous benefactor\ne1\te2\tstudents\tcomputers\tInstrument-Agency_reversed\tstudents learn at their own pace by using computers\ne1\te2\tsuitcase\tgifts\tContent-Container_reversed\tevery bride was given a suitcase with gifts in it\ne1\te2\tsuitcase\tthings\tContent-Container_reversed\ta suitcase with his things in it was on the doorstep\ne1\te2\tarsenic\tgroundwater\tEntity-Destination\tthe bacteria released arsenic into the groundwater\ne1\te2\tcast\tstory\tProduct-Producer_reversed\tfrom here, the cast improvised an elaborate story of teenage vampire romance, centering on actress chelsea gilman\ne1\te2\tkids\tcastle\tEntity-Origin\tthe kids got tuckered out from the bouncy castle\ne1\te2\tintegration\tnetworks\tEntity-Destination\ta number of vendors, including salesforce.com and rightnow, have released integration into social networks\ne1\te2\tdisturbances\tacne\tCause-Effect\tvarious hormonal, bacterial and inflammatory disturbances cause acne\ne1\te2\tcar\tfuture\tEntity-Origin\tfrom the front, it looks like some sort of car from the future in a 50's sci-fi movie\ne1\te2\tfable\tfox\tMessage-Topic\tthis famous chinese fable describes a fox, who visits chickens and brings presents\ne1\te2\tprofit\tcompany\tEntity-Destination\tthanks to the new product, a large profit is brought into the company\ne1\te2\tsownder\tswans\tMember-Collection_reversed\tthere is a wedge or a sownder of swans flying north for the spring breeding season\ne1\te2\tpotato\tstew\tEntity-Origin_reversed\tcoconut rice and potato stew was a sunday lunch on a day when i wanted to spend as less time as possible in the kitchen\ne1\te2\tchapter\tpalliative care\tMessage-Topic\tthe purpose of the chapter is to create a picture of palliative care today by presenting its definition, history, philosophy. objectives, and standards of care\ne1\te2\tcomputer\tnumbers\tOther\tthe gateway dx-4822-01 computer makes a convincing pitch with the performance numbers and features to earn its place in your home\ne1\te2\tparalysis\timbalances\tCause-Effect_reversed\tparalysis or convulsions are caused by hormone deficiencies and imbalances\ne1\te2\tmusic\tcomposer\tProduct-Producer\ttamkin is interested in musique concrete, a form of music that emanated from the french composer and theorist pierre schaeffer, in which emphasis is placed on finding new sounds that aren't traditionally regarded as music to create a new aesthetic\ne1\te2\tsand\tseashores\tEntity-Destination\tthe dust storm in libya blew sand into seashores in the mediterranean\ne1\te2\tcompany\tcountry side\tEntity-Destination\tthe whole company migrated into the country side\ne1\te2\tlaws\tlengths\tMessage-Topic\tlaws often refer to blade lengths and styles to define tools with useful purposes\ne1\te2\tmotion\tconference\tMessage-Topic_reversed\tthe doctors, who are behind the motion being discussed at the conference, are unhappy about the guidance that has been issued\ne1\te2\therbs\tgarden\tComponent-Whole\tthey learned that some herbs and flowers planted in the garden help to control pests\ne1\te2\tartist\tassistant\tOther\t\"suzy\" probably refers to the artist's assistant, suzanne miller\ne1\te2\tdepictions\tartist\tProduct-Producer\ttraditionally in china, such depictions of nature come from the mind of the artist, and are idealized representations of the natural world\ne1\te2\tflotilla\ticebergs\tMember-Collection_reversed\tthe current flotilla of icebergs that split off antarctic ice shelves is slowly drifting in the direction of new zealand\ne1\te2\thair\teyebrow\tEntity-Origin\tit removes the hair to the precise contour of a perfectly shaped eyebrow\ne1\te2\tblouse\tsleeves\tComponent-Whole_reversed\tthis blouse puts a unique twist on the classic blouse with bat-wing sleeves\ne1\te2\tbag\tsack\tContent-Container\tthe bag was stored in a sack\ne1\te2\trim\tdorsal angle\tOther\ta sharp marginal rim starts at the anterior dorsal angle and continues around the anterior and ventral margins to the posterior-ventral angle\ne1\te2\tcar\tcasette player\tComponent-Whole_reversed\tthis car even has the original casette player and cd changer, which is fully functional\ne1\te2\testate\tdownturn\tOther\treal estate builds itself out of downturn\ne1\te2\treservoir\tcoffeemaker\tComponent-Whole\tfill the reservoir of the coffeemaker with white vinegar\ne1\te2\tcomponent\tparts\tOther\ta detailed estimate is built up of many component parts which may result in cumulative errors\ne1\te2\tconflict\tcollapse\tCause-Effect\tconflict had caused the collapse of the somali republic\ne1\te2\tcarbon\temitter\tEntity-Destination\tthe carbon sank into the emitter\ne1\te2\tpocket\ttrousers\tComponent-Whole\ti kept my mobile (cellphone) in the same pocket in my trousers (pants)\ne1\te2\tstyle\tdesigns\tEntity-Origin\tit doesn't hurt either that the understated style is a satisfying departure from the faux french imperial designs\ne1\te2\tword\tpaperboy\tEntity-Origin\twhen the word got out from the paperboy, the town cheered\ne1\te2\tcane\tsugar\tEntity-Origin_reversed\tcane sugar engineering and technology texts currently used are out of date and do not include most of the developments in technolog\ne1\te2\tchocolate\tcake\tEntity-Origin_reversed\tchocolate cake is a dessert popularized at the end of the 19th century and popular internationally\ne1\te2\tspecies\ttoys\tProduct-Producer_reversed\tcommon ravens are one of only a few species who make their own toys\ne1\te2\tdole\tturkeys\tMember-Collection_reversed\there is a dole of female wild turkeys\ne1\te2\tcracks\tearthquakes\tProduct-Producer\tgis analysis did show a relationship between cracks caused by the earthquakes and paddy fields and ponds with or without water\ne1\te2\tsociety\tplan\tProduct-Producer_reversed\thaving done this, the society of agents has constructed a valid plan to deliver the set of initial orders and has reached a state of equilibrium in the sense of (ste90)\ne1\te2\tsuperfluity\twords\tOther\ta concise, comprehensive style is- a great ornament in narration; and a superfluity of unnecessary words, altogether improper\ne1\te2\ttheories\tgeodesist\tProduct-Producer\tmost of the relevant theories were derived by the geodesist in his famous books \"die mathematischen und physikalischen theorien der hoeheren geodaesie\" (1880)\ne1\te2\ttree\tforest\tMember-Collection\twinter is here, and the little fir tree stands lonely in the forest\ne1\te2\tauthor\tcomposition\tInstrument-Agency_reversed\tthe author carefully chose the composition so that the desired molecular machines and the relationship between them are clearly revealed\ne1\te2\tcosts\tconsumers\tEntity-Destination\tmanufacturers passed on the costs to the consumers\ne1\te2\tparticles\tclouds\tEntity-Destination\tthe particles were dropped into the clouds before the storm occurred\ne1\te2\troof\thouse\tComponent-Whole\tbranches overhang the roof of this house\ne1\te2\tdefendant\tweapon\tInstrument-Agency_reversed\thowever, the trial court also found, within the same aggravating factor, that the defendant killed the victim with a deadly weapon\ne1\te2\twords\tpress\tProduct-Producer\ttad wilkes wrote a note titled \"kind words from the local press\"\ne1\te2\tinformation\tmemory\tContent-Container\tthe information was stored in the memory of a second-hand photo camera\ne1\te2\taluminum\tnitride crucible\tContent-Container\tin the first series of tests, the aluminum was contained in a vacuum-sealed, pyrolytic boron nitride crucible\ne1\te2\tsculptor\twork\tProduct-Producer_reversed\tmark coreth, 48, a troop leader with 4 troop, b squadron the blues and royals during the conflict, and now a sculptor who has recently completed a memorial work featuring three flying albatrosses, spoke after the service\ne1\te2\tpancreas\trabbit\tComponent-Whole\tthe experiments indicated that the insulin content of the pancreas of the normal rabbit averaged one-half unit of \"lilly\" insulin\ne1\te2\tvowel length\tacute accent\tOther\tthe vowel length was denoted by the acute accent\ne1\te2\tclaw\tanimals\tComponent-Whole\tthe deformity is similar to the claw of lower animals, and perhaps its cause is atavistic\ne1\te2\tmessage\tdangers\tMessage-Topic\treverend stafford carson focused almost all of his message on the dangers of abusing alcohol\ne1\te2\tgroup\tplan\tProduct-Producer_reversed\tthe islamist group which provoked outrage with its plan to march through wootton bassett was banned\ne1\te2\taerie\tsparrow-hawks\tMember-Collection_reversed\tin these woods they had an aerie of sparrow-hawks and merlins, and the right to bees, honey and millstones and turf, bracken and heather for themselves and their tenants\ne1\te2\tmistake\tquarrel\tCause-Effect\tthe fatal mistake caused a quarrel between different companies\ne1\te2\tdrift\tsheep\tMember-Collection_reversed\tone drift of the sheep was marked with a red cross, and the other drift with a black patch\ne1\te2\tdisorders\tvomiting\tCause-Effect\tmany disorders of the stomach and intestines cause nausea and vomiting\ne1\te2\tstatue\ttemple\tEntity-Destination\tthe statue of an aztec god is carried into a temple\ne1\te2\tparalysis\ttoxin\tCause-Effect_reversed\tthese are all symptoms of the muscle paralysis caused by the bacterial toxin\ne1\te2\tbed\tmussels\tMember-Collection_reversed\tthe structure of the benthic boundary layer over a bed of mussels (mytilus edulis) was investigated in a large racetrack flume\ne1\te2\tbutton\tcalculator\tComponent-Whole\tfirst, he pressed the start button of the calculator to see what happens, then tried to vary the parameters\ne1\te2\tartist\ttouches\tOther\ta makeup artist applies the finishing touches to marquesa lawrence before the taping of a segment of \"the scholar.\ne1\te2\tresources\tdevelopment\tMessage-Topic\tthese resources discuss the development of photography through the 20th century\ne1\te2\tsystem\tbulbs\tComponent-Whole_reversed\tthis led system contains 5 colored led bulbs meant to calm the mind and provide a truly memorable bathing experience\ne1\te2\tcartons\tplastic bags\tContent-Container\t4 g of sodium metabisulfite were spread between sheets of greaseproof paper at the bottom of 40 x 30 x 10 cm cartons which were enclosed in plastic bags\ne1\te2\tcasing\trefrigerator\tComponent-Whole\tthe metal casing of the refrigerator made it impossible to access them\ne1\te2\tfishes\tmouth\tComponent-Whole_reversed\the has simply taken the hook of the fishes mouth because the point of the hook did not stick out\ne1\te2\tshelter\tbottles\tComponent-Whole_reversed\tthe solar-powered bus shelter was composed of recycled bottles\ne1\te2\tlady\tchurch\tProduct-Producer_reversed\ta pious lady having built a church under the invocation of the blessed virgin, on the high road to bethlehem, longinus refused her request that his pupil should undertake the charge of it\ne1\te2\tdog\tcrate\tContent-Container\tmy first dog was in a crate until about a year old\ne1\te2\tform\tcentury\tEntity-Origin\tthe form originated in sixteenth century as a kind of parody of tales of chivalric adventures\ne1\te2\tdissidents\tplans\tProduct-Producer_reversed\tdissidents have drawn up plans to kill policemen in milltown in west belfast\ne1\te2\tpresident\thelicopter\tInstrument-Agency_reversed\ton a clear fall night, the president had traveled to dover on a 40-minute helicopter ride from the white house\ne1\te2\tbackpage\tnewspaper\tComponent-Whole\tthe article appears on the backpage of the newspaper, in the \"endzone\" section, and makes viola the first known njcu athlete to ever appear on a cover of the ncaa news\ne1\te2\tfamilies\tweeks\tOther\tgaza families recover from three weeks of war\ne1\te2\tmodification\tpolymers\tOther\twe detect defect sites by chemical modification of the sites with polymers\ne1\te2\tshift\tplant\tOther\tit was drizzling lightly in late october when the midnight shift started at the owls head water pollution control plant\ne1\te2\tdestruction\tcollapse\tCause-Effect\tit was the destruction of the gold standard by the government that caused the unprecedented collapse in the world economy\ne1\te2\tcoughing\tasthma\tCause-Effect_reversed\tcoughing from asthma is worse at night or early in the morning, making it hard to sleep\ne1\te2\tcorn\tbeer\tEntity-Origin_reversed\tday two in the sacred valley began with a trip to a local chicha (corn beer) brewery, but there was more there than just beer\ne1\te2\tsoldier\tarmy\tMember-Collection\tduring this period of time, when a soldier joins the army, he has to buy his own war horse and weapons\ne1\te2\tmigration\tarticle\tMessage-Topic_reversed\tthe migration as defined in this article was the expansion of the turkic peoples across most of central asia into europe and the middle east\ne1\te2\tequipment\tdrawers\tContent-Container\tthey saw that the equipment was put inside rollout drawers, which looked aesthetically more pleasing and tidy\ne1\te2\therd\tbulls\tMember-Collection_reversed\tin addition, herd bulls supply half of the genetics to all the calves he sires; therefore, bull selection can be the most powerful method of genetic improvement in the herd\ne1\te2\tlists\tjar\tEntity-Destination\tms. sendler made lists of these children and placed the lists in a jar that she buried in a garden\ne1\te2\tclay\tcanister\tOther\t5 lbs of clay made into a canister hold a 5 lb bag of flour\ne1\te2\tantibiotics\tgrowth\tCause-Effect\tthe obama administration supports ending the use of antibiotics for growth and feed efficiency in food animals\ne1\te2\tbank\tcircuits\tComponent-Whole_reversed\tin each bank of circuits, one side of each of all 8 circuits thereof is commonly connected\ne1\te2\tcomposer\tpiece\tProduct-Producer_reversed\tjazz represented a break from western musical traditions, where the composer wrote a piece of music on paper and the musicians then tried their best to play exactly what was in the score\ne1\te2\tbeer\tmonasteries\tProduct-Producer\tby the 7th century ad, beer was also being produced by european monasteries\ne1\te2\tgeneration\tworkforce\tEntity-Origin\tyounger workers demand more perks due to the exit of the much larger boomer generation from the workforce\ne1\te2\tconcerns\ttaxes\tOther\tthe concerns were related to property taxes, sewage systems, property values, and control of school districts\ne1\te2\tvinyl\tsleeve\tEntity-Destination\tthe album was stored in a protective poly jacket and the vinyl was stored in an anti-static sleeve\ne1\te2\tmachine\tconfirmation\tOther\tthe machine needs user confirmation each time the camera is turned on\ne1\te2\tbeam\tgun\tCause-Effect_reversed\tthe primary electron beam was generated by an electrostatically focused electron gun, with a rhenium strip cathode\ne1\te2\tinstrument\tplayers\tInstrument-Agency\tviolin-family string instrument players are also occasionally instructed to strike the string with the side of the bow, a technique called col legno\ne1\te2\tpictures\ttaverns\tMessage-Topic\tin 1672 he opened a tavern in leiden and many of his pictures represent taverns and festive gatherings\ne1\te2\tqualifications\tcare\tOther\tcache designs qualifications in the care and education of children and young people\ne1\te2\tauthor\tbook\tProduct-Producer_reversed\tthe author wrote a book, moneyball, that drove baseball's clubby traditionalists crazy\ne1\te2\tpiece\tmodernist\tProduct-Producer\tas must concerto ph, a piece this modernist composed for the brussels fair using amplified burning charcoal as his single sound source\ne1\te2\tcocaine\tmortality\tCause-Effect\thigher doses of cocaine cause convulsions, severe maternal weight loss and increased maternal mortality\ne1\te2\tdroxyapatite\tgaps\tEntity-Destination\tdroxyapatite were implanted into facial osteotomy gaps\ne1\te2\tbunch\tflowers\tMember-Collection_reversed\ti'm going with some girls to get a bunch of flowers\ne1\te2\tdog\tcrash\tCause-Effect\ta dog loose on the carriageway caused a five-vehicle crash on the m25 on wednesday morning\ne1\te2\tmicroprocessor cluster\tapplications\tOther\tthe microprocessor cluster has been migrated into high-end embedded applications\ne1\te2\tcakes\toven\tEntity-Origin\tthey were ready to bake the best darn cakes that ever popped out of an oven\ne1\te2\tdemonstrators\tvehicles\tEntity-Origin\tthe demonstrators descended from the vehicles and marched five kilometers\ne1\te2\tinterview\tfiles\tContent-Container\this interview for colonel james critchfield of the cia's gehlen organization that runs to nearly a thousand pages was hidden in the cia's files for years\ne1\te2\tcorn\tliquor\tEntity-Origin_reversed\tonce all the corn liquor is collected, you have to proof it down\ne1\te2\tnavigator\tsextant\tInstrument-Agency_reversed\tthe navigator did his job then with a plath sextant and a chronograph\ne1\te2\tbathroom\twash basin\tComponent-Whole_reversed\tthe bathroom comprises bath tub with electric shower, wash basin and wc\ne1\te2\tsystem\tfilter\tComponent-Whole_reversed\tthe system uses a filter to clean the air that the central vacuum has taken in\ne1\te2\tregulations\trefunds\tMessage-Topic\tthe following regulations govern refunds available upon withdrawal from the university or when other changes of status take place\ne1\te2\tskills\tworkshops\tMessage-Topic_reversed\twe teach conflict resolution skills to young people through workshops in schools and youth centres\ne1\te2\tpollution\tfuels\tCause-Effect_reversed\tin economic terms, pollution from fossil fuels is regarded as a negative externality and should be taxed\ne1\te2\tpollution\tfuels\tCause-Effect_reversed\tthird, air and water pollution from fossil fuels are a huge problem in china\ne1\te2\taxe\thelve\tComponent-Whole_reversed\tonce he dangled his axe by the helve to sight along the tree trunk\ne1\te2\tcorn\tflour\tEntity-Origin_reversed\tthe ca content in the corn flour has also a strong dependence on the pericarp thickness (gutierrez et al., 2007)\ne1\te2\tsuitcase\tclothes\tContent-Container_reversed\tthe suitcase was full of smart new clothes\ne1\te2\toestrogens\tbody\tProduct-Producer\tthere are three different oestrogens made by your body\ne1\te2\tflock\tturkeys\tMember-Collection_reversed\tthe pandemic h1n1 flu virus was confirmed in a flock of breeder turkeys in virginia\ne1\te2\tgoddess\tfish\tOther\tmurmur of water, kuttimuratov's other piece i photographed for you, shows the zoroastrian goddess of water with a fish\ne1\te2\ttyphoon\tdestruction\tCause-Effect\tin 1880, there was a strong typhoon and an earthquake that lead to the destruction of the instrument\ne1\te2\tyarn\tbins\tContent-Container\tin the beginning, the yarn was stored in plastic ikea bins\ne1\te2\tteam\tfinal\tOther\ttwo extra-time goals sent the team into the carling final\ne1\te2\tpoliticians\tcloset\tEntity-Origin\tbuoyed by liberal attitudes such as those, politicians across western europe are stepping out of the closet\ne1\te2\twriter\tessay\tProduct-Producer_reversed\tit took sonu shamdasani, the primary translator and the writer of a 33-page introductory essay, two years to persuade jung's family to let him start working on a colour copy of the original book\ne1\te2\trye\twhiskey\tEntity-Origin_reversed\tstill, wondrich, a onetime history professor who is now the drinks correspondent for esquire magazine, was the man who made me see the light about rye whiskey\ne1\te2\tcompany\tmarket\tOther\tthe foreign company has entered into the insurance market in china\ne1\te2\ttourists\thotel\tEntity-Origin\twell rested from our relaxing day pool side, the tourists had an early departure from the hotel\ne1\te2\tdivorce\tnewspaper\tMessage-Topic_reversed\the learnt about their divorce from a newspaper\ne1\te2\tauthor\tinformation\tOther\talso included is our commission authorization form, which collects the author's contact information and authorizes us to retain our standard 5% commission\ne1\te2\tconstellation\twindows\tMember-Collection_reversed\tfar below and a universe away, a constellation of windows darkened\ne1\te2\tfaction\tdragons\tMember-Collection_reversed\tone faction of netherwing dragons, named the netherwing, were attacked by the dragonmaw orcs of shadowmoon valley and many were enslaved by zuluhed, including the female karynaku (mate of neltharaku) who was leader of the brood\ne1\te2\trampart\tgangs\tProduct-Producer\tthe ditch was dug and the rampart piled up by gangs of men working in sections\ne1\te2\tspeeding\taccidents\tCause-Effect\tspeeding is one of the more obvious causes of pedestrian accidents\ne1\te2\tvalues\talbums\tMessage-Topic_reversed\tfamily values and meanings are narrated through family albums\ne1\te2\tpecans\tdish\tContent-Container\tit was a jigsaw puzzle game of several spilled pecans in a dish\ne1\te2\taxis\twheel\tComponent-Whole\tthe axis of the drive wheel of the internal geneva drive haves a bearing only on one side\ne1\te2\tprogramming\tpolitical process\tMessage-Topic\teven though the network's programming covers the political process, the network receives no funding from the government\ne1\te2\ttea bag\tmug\tContent-Container\tthe tea bag was in a mug, which made the whole process more straightforward\ne1\te2\talliance\tpartners\tMember-Collection_reversed\tmicrosoft has announced an alliance of various industry partners whose goal is to fight the conficker worm\ne1\te2\timages\tgroup\tMessage-Topic\tthe images show a group of men that detectives want to question\ne1\te2\tdetainee\tpassport\tInstrument-Agency_reversed\tthe detainee traveled to afghanistan on a forged passport\ne1\te2\tman\tstaff\tInstrument-Agency_reversed\tthorstein has no choice but to ride to the village of hof and deal with thord, the man who struck him with the staff\ne1\te2\ttreatises\tobligation\tMessage-Topic\tnumerous international treatises assert the obligation to give medical care without discrimination to all victims in a war zone\ne1\te2\tlamentation\tswans\tMember-Collection_reversed\ta lamentation of swans is swimming on the lake, some are on the shore, and others are flying\ne1\te2\temployee\tcompany\tEntity-Origin\tnote that the relevant superannuation fund(s) must be notified of the employee's departure from the company\ne1\te2\tfilms\tfilm festival\tEntity-Destination\tthis year, many films from asian countries are entering into the film festival\ne1\te2\thigh temperature\tdecomposition reaction\tCause-Effect\tthe high temperature caused a decomposition reaction, increased the inner pressure of the reactor, and resulted in a rupture\ne1\te2\tbrigade\triflemen\tMember-Collection_reversed\tnew zealand raised a force to fight in europe and sent a brigade of mounted riflemen and a brigade of infantry which after meeting up with the australians, was diverted to egypt\ne1\te2\tbody\tplane\tComponent-Whole\the hold the body of the plane loosely between two fingers with the nose of the plane pointing toward the floor\ne1\te2\tscientists\tbinoculars\tInstrument-Agency_reversed\tthe scientists and monitored the depth while studying the narrows through binoculars\ne1\te2\tanimal food\tlake\tEntity-Destination\tthese people dropped animal food into the lake\ne1\te2\tspace shuttle orbiters\tspace\tEntity-Destination\tfive space shuttle orbiters have flown into space on nasa's missions\ne1\te2\tregiment\tmusketeers\tMember-Collection_reversed\tathos, porthos and aramis were soldiers in the very prestigious regiment of the king's musketeers - something like king's guard- which main arm, in the battlefield was the musket, a very heavy gun that needed to be held on a fork\ne1\te2\taccess\tdoorway\tOther\taccess to two gateway center is gained from a doorway just inside the liberty avenue vehicle entrance\ne1\te2\tsolicitors\tadministration building\tEntity-Destination\tbranton bridge solicitors entered into the administration building\ne1\te2\tbarley\twhisky\tEntity-Origin_reversed\tit is a general rule of thumb that the tastier and more expensive a blended whisky is, the more single malt, i.e., barley whisky, has gone into its making\ne1\te2\tschool\tplans\tProduct-Producer_reversed\tthe school convinced jurors with plans for ground-breaking research programs, such as the karlsruhe school of optics and photonics\ne1\te2\tdeterioration\trecession\tCause-Effect_reversed\tthe deterioration has been caused by an apparently endless recession\ne1\te2\tmoney\teducation\tEntity-Destination\tthe money was put into education and health\ne1\te2\twater\tcookie pan\tEntity-Destination\the poured water into a cookie pan, put the mold into the pan, and froze the two together\ne1\te2\tapartment\tbedrooms\tComponent-Whole_reversed\tthe apartment comprises of two bedrooms with fitted wardrobes, two bathrooms with tub, a spacious kitchen and lounge/dining room..\ne1\te2\tbutton\ttransmitter\tComponent-Whole\ti pressed the button of the radio transmitter to be programmed 1x\ne1\te2\twork\tcomposer\tProduct-Producer\there is another work from the pen of a vital american composer\ne1\te2\tcouple\timpalas\tMember-Collection_reversed\tafter a short playing session they walked off on the trail of a couple of lone female impalas\ne1\te2\tcommittee\trecommendations\tProduct-Producer_reversed\tthe committee came up with some interesting recommendations\ne1\te2\tolive\toil\tEntity-Origin_reversed\tthe greatest exponent of monounsaturated fat is olive oil, and it is a prime component of the mediterranean diet\ne1\te2\tmoney\tcompany\tEntity-Destination\tmy father spent his money on his company\ne1\te2\twife\tcoffee\tProduct-Producer_reversed\tmy wife quickly prepared scrambled eggs and black coffee and took them back to bed with her copy of \"miss pettigrew lives for a day\"\ne1\te2\tdoor\tdryer\tComponent-Whole\ti took a look at the way and in what direction the door of the dryer swings open since there was limited space in my laundry room\ne1\te2\telbow pain\ttendinitis\tCause-Effect_reversed\tthe scientific, yet understandable reasons of why the l*bo aid is so effective in eliminating and preventing elbow pain due to epicondylitis commonly referred to as \"tennis elbow\" and tendinitis\ne1\te2\tbaby bat\tnest\tEntity-Destination\tthe baby bat was blown into the squirrel's treetop nest by a storm\ne1\te2\tbook\treviewer\tOther\tthe principal hazard facing the publisher with respect to reviews is getting panned by an honest book reviewer or scammed by a phony book reviewer\ne1\te2\tcomforter\tsuitcase\tContent-Container\tthe money-laced comforter was in a suitcase bound for the middle east aboard a commercial flight\ne1\te2\tprocess\tinspiration\tCause-Effect_reversed\tthe process departs from an inspiration and idea generation phase based on challenges the company faces in the coming years\ne1\te2\tpaste\tcurry\tComponent-Whole\tshrimp paste is a key ingredient used for making thai curry and it is also used in many spicy soups, salads, sauces and stir-fries\ne1\te2\tdecline\timmigration\tCause-Effect_reversed\tthe decline has been caused by the immigration of lower ability immigrants\ne1\te2\tbirdhouse\twood\tEntity-Origin\tthe country lane charm birdhouse is made from antique salvaged barn wood\ne1\te2\tfactory\toutput\tProduct-Producer_reversed\tone factory's output or waste-product became the raw materials of another factory (preferably nearby)\ne1\te2\tletter\tmembers\tEntity-Destination\tthe following letter was sent to members of the u.s. senate\ne1\te2\tmachine\tsuitcase\tContent-Container\tthis machine was in a suitcase that was the size of a carry-on bag and weighed less than 10 pounds\ne1\te2\trear\trefrigerator\tComponent-Whole\tsimple plastic covered wire baskets with wheels on a rail, allows access to the rear of the refrigerator\ne1\te2\tshop\twindows\tComponent-Whole_reversed\tjudging by the decorations in the shop windows, it is christmas time\ne1\te2\tcriminal law\trange\tCause-Effect_reversed\tinstead, criminal law is set out in a diverse range of statutes and court decisions\ne1\te2\tcoast\tlowlands\tOther\there, the coast comprises coastal lowlands that receive the many small rivers flowing from the lake-studded plains of the island's western half\ne1\te2\tconjunctivitis\tpinkeye\tCause-Effect\tinfectious conjunctivitis is the most common cause of pinkeye around the world\ne1\te2\twork\tdifficulties\tMessage-Topic\tafterwards the work points out the great difficulties due to the measurement of those parameters and reports about some experimental investigations executed\ne1\te2\tsinging\tfigure\tCause-Effect_reversed\tthe singing comes from the substantial figure of mole - paul smith in the normal world - who crams into his days a full-time job\ne1\te2\tcollective\twriters\tMember-Collection_reversed\this poetry began enjoying increasing success, and in 1933 he was able to earn his living exclusively from his writings, joining the collective of young writers at the magazine ogonyok\ne1\te2\tbible\ttrunk\tContent-Container\tthe bible was in a trunk that was sent to fort worth, texas\ne1\te2\tauthor\tsymbolism\tInstrument-Agency_reversed\tthe author uses symbolism in order to show the importance of some ideals and main themes of the novel\ne1\te2\tstrawberry\ttea\tEntity-Origin_reversed\tstrawberry tea tastes almost as delicious as the berry itself, with a mild and fruity flavor\ne1\te2\tbacon\tbutcher\tOther\tthe bacon is home cured by our local butcher who also supplies the award winning sausages\ne1\te2\tstudios\trecordings\tProduct-Producer_reversed\tthese studios became veritable \"hit factories\" that produced many of the most successful pop recordings of the latter 20th century\ne1\te2\tterraces\tphilanthropist\tProduct-Producer\tthe 1886 terraces are of historic importance to geelong, having been built by the philanthropist elizabeth austin\ne1\te2\tslider\tmachine\tEntity-Destination\tfinally, the slider was inserted up into the machine and used to trip the payout switch\ne1\te2\tconference\tsession\tComponent-Whole_reversed\tthe second day of the conference started with the fourth session on knowledge\ne1\te2\tsession\tcontributions\tComponent-Whole_reversed\tthe morning session of the symposium comprises contributions from former group members and ends with a reunion lunch for the attendees\ne1\te2\tfemale\tcollar\tComponent-Whole_reversed\tthe adult female has a faint emerald green collar that is difficult to discern in the field\ne1\te2\tnovels\tstory\tMessage-Topic\tthe demon princes is a five-book series of science fiction novels which cumulatively relate the story of kirth gersen\ne1\te2\tdamage\tearthquake\tCause-Effect_reversed\tthe damage in washington was so much less than the damage caused by the 1994 northridge earthquake, despite that their magnitudes were so similar-- 6.8 vs. 6.7\ne1\te2\tsculpture\tharbour\tEntity-Origin\ta specially built sculpture of the ship emerges from the harbour\ne1\te2\tbarley\tbeer\tEntity-Origin_reversed\tthe highland barley beer produced in tibet has been becoming increasingly popular among americans since the first batch of 11,340 boxes of such beer were shipped to the united states in may\ne1\te2\taward\ttrophy\tComponent-Whole_reversed\tthe award comprises a trophy and a certificate and is being run by the british cartographic society with the support of stanfords map shop\ne1\te2\tviolence\ttalks\tMessage-Topic_reversed\tthe violence in indonesia's aceh province has been discussed at talks in jakarta between president wahid and the visiting malaysian prime minister, mahathir mohamad\ne1\te2\tpeople\tcaricatures\tMessage-Topic_reversed\taboriginal people have repeatedly been popularly described through coarse, even racist caricatures\ne1\te2\tbenefits\tconsumers\tEntity-Destination\tthe hotel sector passed on benefits to the consumers\ne1\te2\tdisc\tpaper\tContent-Container\tit showed a photo of it being enclosed in a black plastic case and the disc was enclosed in paper\ne1\te2\tfriend\tcooker\tInstrument-Agency_reversed\ti even have a friend who cooks the cans in a pressure cooker because she can't be bothered cooking them on the stove for 3 hours\ne1\te2\tpicture\tpupils\tProduct-Producer\tthe picture of madonna and child in glory with st sebastian and st rocco on the far wall of the church of campello sul clitunno was completed by one of his pupils from a preparatory drawing by lo spagna\ne1\te2\tpopulation\tindividuals\tOther\there, we analysed changes in heterozygosity over time in an insular mouflon (ovis aries) population founded by two individuals in 1957\ne1\te2\ttrain\tdepot\tEntity-Origin\tthe train departs from the bryson city, nc train depot on its magical journey to the north pole\ne1\te2\twindshield\thousing\tContent-Container_reversed\tthe windshield encloses a parachute housing containing a parachute assembly\ne1\te2\tactivity\tearthquake\tCause-Effect\tin early 2007 renewed a coal mining activity in the region triggered the earthquake, although earthquake activity has been present in the area at least since white settlement first occurred\ne1\te2\tresearchers\tsilk\tProduct-Producer_reversed\tin experiments so far the researchers have produced spider silk by inserting the gene into the genome of cows and hamsters\ne1\te2\tjumper\tgrandmother\tProduct-Producer\tthis little cutie was once a jumper knitted by my grandmother\ne1\te2\tpeople\tdebt\tOther\tsince last year, many people are sinking into debt\ne1\te2\treport\tneed\tMessage-Topic\tthe report insisted on the need to guarantee income security independently of the variations in economic circumstances\ne1\te2\tashes\tjar\tEntity-Destination\the placed the ashes in a jar and divided them equally into eight portions\ne1\te2\tbacteria\tdiarrhea\tCause-Effect\tthis bacteria causes skin infections, colds, or diarrhea\ne1\te2\tmoney\teducation\tEntity-Destination\twashington has fiddled while other states poured money into higher education\ne1\te2\ttroops\tjungle\tEntity-Destination\tthe un has transported troops into the deep jungle of cambodia\ne1\te2\tscript\tsituation\tMessage-Topic\ta script was written describing the initial situation, with ongoing scenarios developed containing essential actions\ne1\te2\twall\tbuilding\tComponent-Whole\the was all asshatty about the mural on the wall of the building and thus he did not spend much time in cities\ne1\te2\tcoughing\tdust\tCause-Effect_reversed\tbrushing the air with both hands and coughing from the dust, it settled on both vehicles\ne1\te2\tuniverse\texplosion\tEntity-Origin\tbut all these friedmann universes are very different from the kind of expansion one gets when the universe originated in an explosion\ne1\te2\tclothing\tchest\tContent-Container\tstoring clothing in a cedar chest protected the apparel from the damaging effects of moth larvae\ne1\te2\texperts\tfacilities\tOther\texperts said that the creation of such facilities contributes to strengthening the city's position as one of eastern cuba's major tourist destinations\ne1\te2\tanger\taggressions\tCause-Effect\tanger leads to aggressions towards colleagues\ne1\te2\tmeals\tseniors\tEntity-Destination\tthe organization delivered meals to homebound seniors\ne1\te2\temission\texcitation\tCause-Effect_reversed\tthe former emission arose from the primary collisional excitation\ne1\te2\tperception\tvehicle\tInstrument-Agency\twe present a perception driven autonomous urban vehicle\ne1\te2\tdates\tposition\tOther\ta solar calendar is a calendar whose dates indicate the position of the earth on its revolution around the sun\ne1\te2\tunit\tpikemen\tMember-Collection_reversed\tthe regiment is composed of ten battalions of 400 heavy infantry and 50 light infantry each plus an extra unit of 1000 pikemen and 500 extra light infantry\ne1\te2\tmagazine\tlist\tProduct-Producer_reversed\tthis magazine has thrown together a list of the top 100 albums between 2000 and 2009\ne1\te2\tdish\therring\tComponent-Whole_reversed\ttraditionally the national dish of the island is 'spuds and herrin', boiled potatoes and herring\ne1\te2\ttissue\tchoroidal side\tEntity-Origin\tweights were added to the other side of the balance until tissue release from the choroidal side was achieved\ne1\te2\tpneuroblasts\tdam\tEntity-Destination\tnewly generated pneuroblasts are migrating into the dam\ne1\te2\tmercury\tshell\tEntity-Destination\tshri pandit krishnapal sharma made approximately 1 tola of gold from 1 tola of mercury in front of us; the mercury was put inside a shell of reetha\ne1\te2\tdish\toven\tEntity-Destination\ti even placed the dish in a cold oven as directions state\ne1\te2\tsorrow\tattack\tCause-Effect_reversed\tthis sweet satisfaction was only troubled by the sorrow caused by the horrible attack on the person of a representative of the nation\ne1\te2\trailing\tbalcony\tComponent-Whole\tearl turned and leaned on the railing of the balcony\ne1\te2\treinstatement\tremedy\tComponent-Whole\tin a similar context, this circuit has followed the rule that reinstatement is a basic element of the appropriate remedy in wrongful employee discharge cases\ne1\te2\tcombo\tsalads\tOther\ti love the sweet and salty combo of the watermelon salads that have been all over the food world lately\ne1\te2\twindsurfers\tcontrol\tOther\tit is exciting to see the windsurfers conquer the water body with their impressive control and skills\ne1\te2\tresearch\tmale reproduction biology\tMessage-Topic\tduring the period of professor mikko niemi (1965-1996) the focus of research was in male reproduction biology\ne1\te2\tcoolant\toil\tEntity-Destination\tthe head gasket leaked coolant into the oil\ne1\te2\tcompany\tpool\tProduct-Producer\ta german company dug a pool on an outdoor running track and then covered it up\ne1\te2\tquality\tbag\tOther\tit's the quality inside a fertilizer bag\ne1\te2\tinsomnia\tdepression\tCause-Effect_reversed\tmany depression sufferers and their physicians revealed that insomnia was caused by depression\ne1\te2\teducation\tartistic performances\tComponent-Whole_reversed\teducation in early african societies included such things as artistic performances, ceremonies, games, festivals, dancing, singing, and drawing\ne1\te2\tworkers\tdormitory\tEntity-Destination\tsome foreign workers moved into a converted dormitory at serangoon gardens estate on friday\ne1\te2\tinsulation\twalls\tEntity-Destination\tthis company has put the insulation into the walls\ne1\te2\tpleiad\tauthors\tMember-Collection_reversed\tfrom 1958 to the present, he has cautiously undertaken a close collaboration with a pleiad of reputed authors in his cinematic endeavors\ne1\te2\tartists\tpiece\tProduct-Producer_reversed\tartists have created a living piece of leather from mouse stem cells\ne1\te2\tbillions\tcompany\tEntity-Destination\tthe taxpayers have dumped billions into this bankrupt company without noticing it\ne1\te2\tbrace\tankle\tOther\tshe wears a brace for her left ankle, has restricted use of her left hand, still has vision problems and continues with therapy\ne1\te2\ttomato\tsauce\tEntity-Origin_reversed\twe had calamari appetizer which was no different then any other place, the lamb shank tasted like it was cooked in canned tomato sauce\ne1\te2\tdisease\tpatient\tEntity-Destination\tthe disease was transmitted on to another patient by skin\ne1\te2\tbridges\tplayer\tInstrument-Agency\tthe bridges of a koto, on the other hand, are moved by the player, in the course of a single piece of music\ne1\te2\tliver\tbiochemicals\tProduct-Producer_reversed\tthe liver is responsible for production of biochemicals necessary for digestion\ne1\te2\tspending\tstrain\tCause-Effect\tthe increased spending caused a strain on the state treasury as the sultan was spending increasing amounts of time in the harem rather than leading the people\ne1\te2\tepisode\triots\tMessage-Topic\tthat episode also reflected on the 1992 los angeles riots\ne1\te2\tinterest\tinternship\tCause-Effect_reversed\tmy earliest research interest stemmed from an internship at tall timbers\ne1\te2\tloss\trunning\tCause-Effect_reversed\there are some ways to avoid mindless eating and boost your weight loss from running\ne1\te2\tboat\tjib\tComponent-Whole_reversed\tadding a staysail gives a boat a small jib that can balance the boat in heavier wind and sea conditions\ne1\te2\tstatement\tresolution\tMessage-Topic\tthis statement pointed toward the resolution preferred by the bosnian serbs\ne1\te2\tfigures\tunemployment\tOther\tlatest figures show unemployment in wales is rising again despite falls in the previous two months\ne1\te2\tlanguage\tcommunity\tEntity-Origin\twhen the anatolian language went away from the community, it continued its dialectal divisions\ne1\te2\ttides\tsun\tCause-Effect_reversed\tthe tides caused by the sun follow the exact same methods as those by the moon\ne1\te2\torganizers\tgroup\tOther\tthe organizers of the retreat near lake placid threw together a group of people on a hunch\ne1\te2\tstudy\tprocessing time\tOther\tthis study aimed at assessing the processing time of a natural scene in a fast categorization task of its context or 'gist'\ne1\te2\tchivalry\tdukes\tOther\tathens, in his time, was strictly a portion of feudal europe, and the chivalry of athenian dukes was familiar to those for whom he wrote, and wherever chivalry was in esteem; and when he described a fatal battle in the plain of thebes, the slaughter of knights, the despair of their ladies, he recalled a great catastrophe recent in men's memories\ne1\te2\telderberry\twine\tEntity-Origin_reversed\telderberry wine has a unique flavor that changes considerably over time\ne1\te2\tcampaigners\tgroup\tMember-Collection\tall that has changed after the arrival, last month, of a handful of socialist environmental campaigners from the group\ne1\te2\trefrigerators\tcompanies\tProduct-Producer\tin 1946, maytag began marketing a separate line of ranges and refrigerators made by other companies under the maytag name\ne1\te2\tboobs\toutfit\tEntity-Origin\tmaybe a few times my boobs have popped out of an outfit but that happens\ne1\te2\tfilm\tdate\tOther\tlionsgate has announced that they have pulled the film from its release date, but as of yet have not announced when we can expect to dee the movie in theaters\ne1\te2\tkeys\tmemory\tEntity-Destination\tyou have added keys into the memory on the remote systems\ne1\te2\tdebacle\tconversation\tMessage-Topic_reversed\tthe debacle was the topic of conversation for days\ne1\te2\tsteam\talarm\tCause-Effect\ti forgot to shut the bathroom door before showering and the steam set off the smoke alarm on the wall between the bathroom and my bedroom\ne1\te2\trice\twhisky\tEntity-Origin_reversed\tmekong is a 35 percent (70 proof) rice whisky famous in thailand as the drink of choice for the blue collar workforce\ne1\te2\tbuildings\tvillains\tProduct-Producer\ta katrina-like hurricane eventually collapses the slapdash apartment buildings the villains have constructed, killing the guilty and innocent alike\ne1\te2\tarticle\targuments\tMessage-Topic\tthis article introduces feminist and women's rights arguments\ne1\te2\tspark\tbeam\tCause-Effect_reversed\tcharacteristics of a vacuum spark triggered by the transient hollowcathode discharge electron beam\ne1\te2\tlemon\tcake\tEntity-Origin_reversed\tlemon cake is my husband's favorite\ne1\te2\tboy\twindmill\tProduct-Producer_reversed\tsome of you remember the story of william kamkwamba, the boy who at 14 built a 12-watt windmill from improvised materials for his famine-stricken home in africa\ne1\te2\tsocket\tbulb\tComponent-Whole\tshe painted the socket of the bulb with black paint, using a cotton swab\ne1\te2\tsystem\thydrogen\tProduct-Producer_reversed\tthe fuel processor system of the invention generates hydrogen from a hydrocarbon compound or from mixtures of hydrocarbon compounds\ne1\te2\tassembly\tpanel\tOther\tthe sliding bar assembly is attached to the removable panel and the bush is mounted to the panel's stationary support\ne1\te2\tdesign\tarchitects\tProduct-Producer\tthe design unveiled yesterday by the architects is on a more human scale than the american and spanish projects\ne1\te2\tmachine\ttimer\tComponent-Whole_reversed\tthis particular x-ray machine has a timer on it that they used for exposure time\ne1\te2\tdisparity\tdissertation\tMessage-Topic_reversed\tthe disparity became the topic for her doctoral dissertation\ne1\te2\tfriend\tcountries\tEntity-Destination\tmy friend travels into several countries in northern europe by himself\ne1\te2\tdocument\tsettings\tMessage-Topic\tthis document reflects the best browser settings for use with a macintosh system\ne1\te2\tpaste\twrap\tEntity-Destination\tthe paste was put inside a wrap which reminded me of a chinese mu-shu wrapper\ne1\te2\tcycling\tfootball age\tEntity-Destination\tsky transfer has taken cycling into the football age\ne1\te2\telectrician\tchecks\tOther\tthe electrician carries out audibility checks throughout the building during the drill\ne1\te2\tburlap\tbucket\tEntity-Destination\twe placed the burlap into the bucket as lining\ne1\te2\trecomendations\tarticle\tEntity-Origin\tthat puts you a little above the recomendations from the article i linked, but not rediculously so\ne1\te2\tleukocytes\ttissues\tEntity-Destination\tthe leukocytes migrated into the body tissues to take up a permanent residence at that location rather than remaining in the blood\ne1\te2\tdehydrator\tdrying\tOther\ta dehydrator is best for the drying of high moisture herbs\ne1\te2\tdagger\twooden sheath\tContent-Container\tthe dagger was inside a wooden sheath which is actually a walking stick\ne1\te2\tships\tcurrent\tInstrument-Agency_reversed\tships heading north and eastward across the north atlantic stayed in the current\ne1\te2\tfloor\thouse\tComponent-Whole\tjack and jill are lying on the floor inside the house dead\ne1\te2\tsystem\treference guides\tComponent-Whole_reversed\tthis revolutionary system contains dvd's reference guides, phone and online support and much more (it's like having your own personal weight loss coach 24/7)\ne1\te2\tpainters\tbucket\tInstrument-Agency_reversed\tprofessional painters use a 5-gallon bucket with a roller screen\ne1\te2\tgas\tcontainer\tContent-Container\ta gas is enclosed in a container fitted with a piston of cross-sectional area 0.10 mz\ne1\te2\tsuffocation\tbreathing\tCause-Effect_reversed\teach year, many infants and toddlers die due to suffocation from breathing small objects into their breathing passages and lungs\ne1\te2\tflu shot\tchildren\tEntity-Destination\tthe flu shot was given to young children, pregnant women, and elders first\ne1\te2\tresearchers\tapproaches\tInstrument-Agency_reversed\ttransient reduced electronic dynamics at low temperatures has been attempted by researchers using qdt approaches\ne1\te2\tunion\tprovinces\tMember-Collection_reversed\tultimately, this began to shake the confidence of people in the union of the provinces\ne1\te2\tsolutions\tappendix\tMessage-Topic_reversed\tsolutions to these exercises have been provided in the appendix\ne1\te2\tsuffering\tdestruction\tCause-Effect_reversed\taware of the suffering caused by the destruction of life, i am committed to cultivating compassion and learning ways to protect the lives of people, animals, plants, and minerals\ne1\te2\tstory\tedition\tComponent-Whole\tthe story was related in the adevarul newspaper's online edition\ne1\te2\tcocaine\tteddy bear\tContent-Container\tthe cocaine was concealed inside a teddy bear\ne1\te2\tfire\tearthquake\tCause-Effect_reversed\teven way back in the san francisco earthquake, most of the damage was caused by fire after the earthquake\ne1\te2\tpiece\tartist\tProduct-Producer\tthese three-dimensional lithographs are similar to the paper constructions of red grooms and an impressive installation piece previously created by the artist\ne1\te2\tfuel\tcrankcase\tEntity-Destination\tthe fuel is leaked into a crankcase\ne1\te2\tmanagement\tbearers\tMember-Collection_reversed\tthe management of the club consists of thai office bearers and local expatriate volunteers\ne1\te2\tvillage\tconquistadors\tProduct-Producer\tthe promotion of tourist attractions in baracoa, the first village founded by the spanish conquistadors in cuba, is the main goal of the tourist information center (infotur) in that eastern city\ne1\te2\tstudent\torganisation\tMember-Collection\ta new student organisation is being established at uws from the beginning of 2009\ne1\te2\tbomb\trubbish bin\tContent-Container\tthe bomb was discovered placed inside a rubbish bin\ne1\te2\taircraft\tairport\tEntity-Origin\tthe aircraft departed from the illegal airport of lefkoniko the following day\ne1\te2\tcompany\tagreement\tOther\tthe company has entered into a reseller agreement\ne1\te2\tpeople\tpoverty\tOther\tmore people are falling into poverty, especially those already struggling to make ends meet\ne1\te2\tdecade\tcrop\tOther\tthe decade produced a bumper crop of great movies\ne1\te2\ttrail\televation\tOther\tthe trail starts at an elevation of 5600' and steadily climbs to the top of a 6850' promontory overlooking pine and juniper canyons\ne1\te2\ttv\tcabinet\tContent-Container\tthe tv was in a cabinet that you can only see from the bed but not from the side because of the cabinet's door\ne1\te2\taisles\tsupermarket\tComponent-Whole\tthe aisles in the supermarket are well-designed\ne1\te2\tbrewery\tbeer\tProduct-Producer_reversed\ta microbrewery, or craft brewery, is a modern brewery which produces a limited amount of beer\ne1\te2\tbarley\tale\tEntity-Origin_reversed\tgroups of them were gathered, drinking barley ale\ne1\te2\tessay\tstudy\tEntity-Origin\tthe present essay is derived from a more comprehensive study\ne1\te2\tambassador\tborder\tEntity-Destination\tvenezuela sent an ambassador to the palestine border\ne1\te2\tsmile\tface\tOther\tthe smile runs away from the kid's face\ne1\te2\tmaps\tdescriptions\tOther\tthey are navigational maps based on realistic descriptions of harbours and coasts\ne1\te2\tbottom\tcasket\tOther\tthe bottom is welded into each monoseal casket using a continuous weld aldong the entire seam\ne1\te2\tpork\tdefense\tOther\the's stuffed pork into defense and homeland security\ne1\te2\tintestines\tgastrointestinal system\tComponent-Whole\tthe intestines and appendix are part of the gastrointestinal system\ne1\te2\tcancer\tvirus\tCause-Effect_reversed\tliver cancer caused by hbv virus is among the first three causes of death from cancer in men, and a major cause of cancer in women\ne1\te2\theadaches\tcaffeine withdrawal\tCause-Effect_reversed\ta common side effect of strict elimination after extended periods of use is headaches from caffeine withdrawal, which is also a clear sign of the addiction\ne1\te2\twar\tconquests\tCause-Effect\tthe war resulted in other collateral imperial conquests as well\ne1\te2\tbackpackers\tcountries\tEntity-Destination\tbackpackers are travelling to several countries in a short period of time\ne1\te2\tflock\tsheep\tMember-Collection_reversed\tcongenital renal disease was detected in a flock of sheep in the english midlands over 2 successive years (1982 and 1983)\ne1\te2\tanthrax\tsuitcase\tContent-Container\tthe anthrax was in a suitcase, on its way to canada\ne1\te2\tfunds\tproject\tEntity-Destination\tfunds are moving into this new project\ne1\te2\tpersonnel\tpaint\tInstrument-Agency_reversed\tmanagement unit personnel marked private lines with blue paint\ne1\te2\tpapers\tresults\tMessage-Topic\tpublished papers include results of original investigation, clinical reports, case history reports and review articles\ne1\te2\ttablets\tcanteen\tEntity-Destination\twater disinfection tablets were put into the canteen\ne1\te2\ttea\tcup\tContent-Container\tthe tea was in a cup and not as the menu suggested in a pot\ne1\te2\tmoths\tcocoon\tEntity-Origin\twith one exception, the moths emerged from the cocoon during hours of darkness\ne1\te2\thuddle\thuts\tMember-Collection_reversed\twhat passes for a town is a huddle of bubble-shaped huts, the movable homes of camel-thwacking nomads who somehow survive out here\ne1\te2\tmachine\tcomputer\tComponent-Whole_reversed\tan mri machine measures the response with a computer\ne1\te2\tchamber\tmusician\tOther\ti hear it, too, in the lovely expansiveness of his work as a chamber musician\ne1\te2\tinjection\tpupils\tOther\tthe teenager fell seriously ill after receiving the injection, along with thousands of other pupils across northern ireland last friday\ne1\te2\tprophecies\trise\tMessage-Topic\tthe most specific prophecies are on the topic of the rise and fall of leaders and organizations\ne1\te2\ttwins\tcity\tProduct-Producer_reversed\twhen they became adults the twins established a city\ne1\te2\tlight\tsun\tCause-Effect_reversed\tthe light that is currently reaching the earth was generated in the sun approximately 100000 years ago\ne1\te2\tpopulation\tcountry\tEntity-Origin\taround 5% of the eu population was born in a third country and as many as one in 12 are living in a country different to the one in which they grew up\ne1\te2\tpanda\tpark\tEntity-Destination\ta panda moved into the suburban darwin park\ne1\te2\tprostitute\tprogram\tInstrument-Agency_reversed\ta former prostitute finds a professional job with the help of a training program\ne1\te2\tapplicability\tlinearity\tCause-Effect_reversed\tthe bounded applicability of the perceptron arose from the linearity of its modifiable decision rule\ne1\te2\tpoliceman\tdepartment\tMember-Collection\tin addition to my passionate work with this firm and other moustache related activities i work as a policeman in trondheim police department\ne1\te2\twave\texplosive\tCause-Effect_reversed\tthe shock wave was generated by an explosive made from rdx\ne1\te2\tbuilding\twall\tOther\tat that time there was also a renaissance building founded by the wall\ne1\te2\ttrattoria\tpair\tProduct-Producer\tfrankies 457 spuntino is a cozy tin-ceilinged trattoria founded by a pair of italian american pals from queens - both named frankie\ne1\te2\tdoctor\thormones\tInstrument-Agency_reversed\tin that case, the doctor stops the bleeding with hormones\ne1\te2\tviolin\tstrings\tComponent-Whole_reversed\tthe violin is a string instrument with four strings usually tuned in perfect fifths\ne1\te2\tethanol\tbuffer\tEntity-Destination\the added ethanol into the wash buffer\ne1\te2\tbeak\tchicken\tComponent-Whole\tto enable the animal to perform this wide range of activities, the beak of the chicken has an extensive nerve supply with numerous mechanoreceptors, thermoreceptors, and nociceptors\ne1\te2\tbale\tturtles\tMember-Collection_reversed\tit is okay to have a bale of turtles for pets, but they must be free of salmonella bacteria\ne1\te2\tginger\twine\tEntity-Origin_reversed\tginger wine is a fortified wine made from a fermented blend of ground ginger and raisins that was first produced in england\ne1\te2\tpepper\tbottle\tContent-Container\tthe pepper was in a bottle, and the roll of butter was made around it\ne1\te2\tfuselage\ttank\tComponent-Whole_reversed\tthe fuselage accommodated a camera bay, flare bay and an additional fuel tank\ne1\te2\tferns\tallies\tOther\tlycophytes are vascular plants in the class lycopodiopsida, a division of vascular plants known as pteridophytes (the ferns and their allies)\ne1\te2\tdepartment\treduction\tOther\tthe department achieved the goal with a 75% reduction in accidents\ne1\te2\tcircle\trobbers\tMember-Collection_reversed\tching survives by latching on to a prostitute, played by maggie cheung, while fung works his way in a circle of robbers\ne1\te2\tvocabulary\tlanguages\tEntity-Origin\tthe root vocabulary was generated from the world's six most widely spoken languages (chinese, hindi/urdu, english, spanish, arabic and russian)\ne1\te2\tsounder\tboar\tMember-Collection_reversed\twe sit up for almost an hour before a sounder of boar enter the arena\ne1\te2\tpistol\tbattery slot\tContent-Container\tthe 9-mm pistol was hidden in the battery slot of the laptop and could have been used in a possible hijacking attempt\ne1\te2\ttumor\tdeath\tCause-Effect\tin a literature review of 875 cases of merkel cell carcinoma, the tumor was the cause of death in 34% of these patients\ne1\te2\tcabal\tassassins\tMember-Collection_reversed\tanyway, there's a cabal of ninja assassins who traverse the globe killing people for \"100 pounds of gold\", or the modern day equivalent\ne1\te2\tpain\tyesterdays\tEntity-Origin\tfor this moment with you gives me hope of happier tomorrows and eases the pain from sad yesterdays\ne1\te2\tbug buddies\tjug\tContent-Container\tone of the soft baby toys were four bug buddies in a jug with a mesh-top lid\ne1\te2\tinstability\tperturbation\tCause-Effect_reversed\tthe instability grows from an perturbation whose initial amplitude is small\ne1\te2\tpraise\tconcern\tCause-Effect\tboth praise and blame cause concern, for they bring people hope and fear\ne1\te2\tapartment\tkitchen\tComponent-Whole_reversed\tthis apartment has a recently redone kitchen and bathroom and gets lots of light\ne1\te2\tconditions\thealth insurance\tOther\tthis article is about pre-existing conditions with respect to health insurance\ne1\te2\tazeotrope\tmixture\tEntity-Origin\tthe azeotrope was distilled from an equimolar mixture\ne1\te2\tginger\tale\tEntity-Origin_reversed\tthe key to drinking ginger ale for an upset stomach is to make sure it actually has ginger in it\ne1\te2\tden\tchild-thieves\tOther\tthe dreary tenement scene is architecturally reminiscent of the neighbourhood of fagin's den of child-thieves in oliver twist\ne1\te2\tequations\tsections\tComponent-Whole\tthe exact equations are set out in later sections of this article\ne1\te2\tskirt\tbin\tContent-Container\tthis skirt was sitting in a bin in my garage\ne1\te2\tdoctor\tveil\tInstrument-Agency_reversed\tit shows a female doctor with a veil standing beside a female patient in bed, also wearing the veil\ne1\te2\tfiles\tshared folder\tEntity-Destination\tshe moved the files into a shared folder\ne1\te2\tfolks\tspace\tEntity-Destination\tvirgin galactic is determined to send folks into space\ne1\te2\tspike\telection\tCause-Effect_reversed\ta method of mitigating the effect of a market spike caused by the triggering and the election of a conditional order includes monitoring conditional orders\ne1\te2\tbouquet\tpheasants\tMember-Collection_reversed\tit is a beautiful sight to watch a bouquet of pheasants fly from their nesting area, straight up into the sky\ne1\te2\tresearchers\tprocess\tInstrument-Agency_reversed\tresearchers formed a mold using a silicon coating process\ne1\te2\tbottle\twater\tContent-Container_reversed\tthis video segment, adapted from zoom, demonstrates how to use a drinking straw and a bottle full of water to make low- and high-pitched sounds\ne1\te2\tbed\tpost\tComponent-Whole_reversed\tthis paralyzed him so much that when trying to lay back on the bed, he fell on his back and hit his head on the bed post\ne1\te2\tfriend\trelationship\tOther\tmy friend has entered into a new relationship\ne1\te2\twall\tsettlers\tProduct-Producer\tthe wall was built some 2000 years ago by the first settlers of new zealand, the waitahas, who were subsequently nearly exterminated by the maoris\ne1\te2\toutput\tbody\tProduct-Producer\tthe associated extra output of co2 through the lungs acts as one of the principal buffering mechanisms of the body\ne1\te2\tdeaths\tterror\tCause-Effect_reversed\tthe deaths of israelis caused by terror are permanent and irreversible whereas the hardships faced by the palestinians are temporary and reversible\ne1\te2\tactors\tmovies\tEntity-Origin\ti notice that some indian actors from bollywood movies sometimes star in punjabi movies\ne1\te2\tfruit\tchute\tContent-Container\tfruit is held in a chute or on pack or rotary tables prior to being loaded into a carton\ne1\te2\tcompany\tactors\tMember-Collection_reversed\tin 1752, william hallam sent a company of twelve actors from britain to the colonies with his brother lewis as their manager\ne1\te2\tmicro-machine\tmagnet\tComponent-Whole_reversed\tthe micro-machine was composed of a bulk magnet and a spiral structure\ne1\te2\tparties\theadquarters\tEntity-Origin\ton each occasion the search parties departed from commissioner tyers's headquarters at eagle point overlooking lake king\ne1\te2\tmoney\tbox\tContent-Container\tthe club's president saw the money that was inside a box\ne1\te2\toutsiders\tpole\tEntity-Destination\tthe outsiders are moving into the pole\ne1\te2\ttract\tmethod\tMessage-Topic\tthis short tract, among other things, contains a description of the psychosomatic method\ne1\te2\tinsurance cost\tshipping price\tEntity-Destination\tthe insurance cost has been added into the shipping price\ne1\te2\teyebrow\thair\tComponent-Whole\tmost techniques to \"thicken\" the eyebrow hair are actually meant to give the appearance of thicker eyebrows, without really affecting the eyebrow hair growth itself\ne1\te2\tjob dissatisfaction\tstress\tCause-Effect\tjob dissatisfaction is one of the main causes of stress and stress is one of the main causes of illness\ne1\te2\thinge\tjaw\tComponent-Whole\tthere is a cluster of nerves that is located below each ear and at the hinge of the jaw\ne1\te2\tmoney\tschools\tEntity-Destination\tthe town poured money into schools, streetscapes and new buildings for city services\ne1\te2\tstolen property\ttrunk\tContent-Container\tthis stolen property was in a trunk which was locked, and was in her room\ne1\te2\tinjection\tfurrows\tEntity-Destination\tthe doctor implanted an injection into three vertical glabellar furrows\ne1\te2\tatlas\tmapmaker\tProduct-Producer\tthese maps are from an atlas made by the french mapmaker, guillaume de l'isle in about 1740\ne1\te2\tpresident\tmessage\tProduct-Producer_reversed\t\"know that you are in our thoughts and our prayers,\" the president said in a message released two days early because of christmas\ne1\te2\tstorm runoff\tcreek\tEntity-Destination\tfor the past hundred or so years, the culverts have drained storm runoff into san ramon creek\ne1\te2\tvehicle\tpremises\tEntity-Destination\ta vehicle has been delivered to the premises of eads\ne1\te2\tdelicacy\tbirds\tEntity-Origin\twe recoil at the roman delicacy made by drowning tiny birds in wine before consuming them whole\ne1\te2\tideas\ttopics\tMessage-Topic\tstudents express their ideas and opinions on topics of interest, and illustrate their writings with drawings and photos\ne1\te2\tbook\tpress\tProduct-Producer\tand, even stranger, a book published by an academic press is made into a play\ne1\te2\tcooperative\tconsumers\tMember-Collection_reversed\tand a third option is a cooperative of water consumers under the cooperatives code of the philippines under ra 6938, with the consumers converted into shareholders, with voting rights after contributing equity to the enterprise\ne1\te2\tstroke\tbout\tCause-Effect_reversed\tthe stroke, which was triggered by a bout of chicken pox, also weakened her arteries so much that doctors said she had the brain 'of an 80-year-old'\ne1\te2\ttravellers\tdelays\tOther\tcommuters and holiday travellers are running into heavy delays on route 128 in weston this morning\ne1\te2\tcitizen\twindow\tInstrument-Agency_reversed\tthe citizen observed the robbery through the store window and was assaulted by chaplin as he left the store\ne1\te2\tconfederacy\tfactions\tMember-Collection_reversed\thizb-e wahdat, a confederacy of various hazara mujahideen factions, was supported by iran during the anti-soviet resistance in the 1980s\ne1\te2\tmeat\tpig\tEntity-Origin\treferred to as \"the other white meat,\" pork is a meat originating from the pig that comes in a variety of cuts, and can be cooked almost any way\ne1\te2\tbottle\tliquid\tContent-Container_reversed\ta bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye\ne1\te2\texplanation\tcomments\tEntity-Destination\the added the explanation to the comments\ne1\te2\tmarines\tport\tEntity-Destination\tthe us marines have landed into the port this morning\ne1\te2\taerosol\tacid solution\tOther\tthe aerosol was generated from an oxalic acid solution containing only the tracer\ne1\te2\tmusic\tculture\tComponent-Whole\tin particular, we missed the way music was a part of the everyday culture in holland\ne1\te2\tfarm\tproduce\tProduct-Producer_reversed\tensuring a stable supply of farm produce is good news to most chinese people who spend much of their money on food\ne1\te2\tbevy\totters\tMember-Collection_reversed\twe are a small but brave bevy of otters located in eugene, oregon\ne1\te2\tcompany\tstatement\tProduct-Producer_reversed\thowever, his company, gordon ramsay holdings, issued a statement that appeared remarkably graceful at first glance\ne1\te2\tdelay\tapplicants\tCause-Effect_reversed\tthe delay in the progression of these applications has been caused by the original applicants\ne1\te2\ttoxins\tsound\tEntity-Destination\twe have drained our toxins into puget sound\ne1\te2\tgunman\tapartment building\tOther\tabout two hours later, officers got an anonymous tip that the gunman was inside a nearby apartment building\ne1\te2\teditions\twarehouse\tEntity-Destination\tthe limited editions have arrived into our warehouse in time for the release date on thursday\ne1\te2\tscholar\texile\tOther\tthe executioners have carried the scholar into exile\ne1\te2\tfireball\tintersection\tCause-Effect_reversed\tboslough and colleagues achieved fame more than a decade ago by accurately predicting that that the fireball caused by the intersection of the comet shoemaker-levy 9 with jupiter is observable from earth\ne1\te2\tcountry\trecession\tOther\tdeclining oil revenues have dragged this poor country into even deeper recession\ne1\te2\tcrank\thandle\tComponent-Whole\tside play of the spindle is prevented in one direction by the crank of the handle, and in other directions by a piece of brass tube\ne1\te2\tsong\tcomposer\tProduct-Producer\tfor example, during a chorus later in the song, the composer has interjected musical elements from the bridge\ne1\te2\tfunds\troad construction projects\tEntity-Destination\tspain, portugal and greece invested the eu funds into massive road construction projects\ne1\te2\tmoney\teconomy\tEntity-Destination\tthe government has been dumping huge amount of money into the devastated economy\ne1\te2\tpython\tbag\tEntity-Destination\tonce outside, the python was placed in a bag, which was put inside a dog crate\ne1\te2\toats\tale\tEntity-Origin_reversed\tthe current list includes pumpkin ale, local hops ale and an organic wheat and oats ale\ne1\te2\tfireman\tbuilding\tEntity-Destination\tthe fireman ran into the burning building\ne1\te2\texamples\tadjectives\tMessage-Topic\tin this section there are examples comparing possessive adjectives and pronouns\ne1\te2\tpoisons\tveins\tEntity-Destination\tthe poisons were poured into his veins\ne1\te2\tache\tvaccine\tCause-Effect_reversed\there are reside meningococcal bacilli in the vaccine and it is accessible to bolt the ache or become a carrier of the ache from the vaccine\ne1\te2\tgame\tdate\tEntity-Origin\tthe game was rescheduled from its original date of september 15 due to the events of september 11\ne1\te2\tbook\tauthor\tProduct-Producer\tthe book's author is so historically significant that any of his or her written works may be considered notable\ne1\te2\tlight\tcorpuscles\tComponent-Whole_reversed\tlight was composed of corpuscles (particles of matter) which were emitted in all directions from a source\ne1\te2\tsuitcase\tpajamas\tContent-Container_reversed\twhen she had her last surgery in march, her grandma got her a suitcase with new pajamas in it\ne1\te2\tstudent\tparticipation\tOther\tthe student demonstrates his/her understanding through active participation in the learning process\ne1\te2\tsea otters\tstone\tInstrument-Agency_reversed\tsea otters often swim with a stone on their stomachs, which they use to crack abalone\ne1\te2\ttea\tharbor\tEntity-Destination\tthe sailors threw tea into the boston harbor\ne1\te2\thomepage sticker\thomepage inventory\tEntity-Destination\ta lovely bauble homepage sticker has arrived into your homepage inventory\ne1\te2\tstern\tvessel\tComponent-Whole\tthe bridge tower of an mc80 was located towards the stern of the vessel\ne1\te2\tlawyers\tscuffle\tOther\thc lawyers entered into a scuffle over the division of ap\ne1\te2\tslope\thouse\tOther\tthe slope is going away from the house\ne1\te2\twater\ttank\tEntity-Destination\this friend accidently poured water into the gas tank\ne1\te2\tnewsletter\texhibitions\tMessage-Topic\tthe newsletter of the center informs about new exhibitions, congresses, seminars and conferences\ne1\te2\tcharts\tland masses\tOther\tthere are charts for all land masses on earth, and long-distance charts for trans-oceanic travel\ne1\te2\tbike\tants\tMember-Collection_reversed\tso there's a great bike of ants outside, and in dealing with such i've managed to bring some inside with me\ne1\te2\tdigital channels\tweather\tMessage-Topic\tthat's because local stations are beginning to provide digital channels devoted entirely to weather\ne1\te2\tlines\tartist\tInstrument-Agency\tthere are guide lines under the paint that the artist used to create the pedestal in perfect perspective\ne1\te2\tinitiative\tenergy consumption\tOther\tthe initiative, called the big switch off, aims to reduce energy consumption by turning off lights and unused appliances\ne1\te2\tfastener\tplatform\tComponent-Whole\tthe fastener and delivery mechanism are core components of the endogastric solutions platform, which will continue to spawn a range of innovative products for nos\ne1\te2\tsprayer\talloy\tInstrument-Agency_reversed\tthe tube former also cuts the tubes to length before a tube sprayer applies the brazing alloy to the tubes' od\ne1\te2\tbreeding\tconcealing\tCause-Effect\tgood breeding consists of concealing how much we think of ourselves and how little we think of the other person\ne1\te2\tfiles\tfolder\tEntity-Destination\ti dragged the files into the file sharing folder\ne1\te2\tkey\tdesk\tContent-Container\tas it was, the principal thing she thought of, after mr. wales and his wife had gone, was that the key was in the desk\ne1\te2\tpiper\talbum\tProduct-Producer_reversed\tthe piper made many recordings, including an album called the king of the highland pipers\ne1\te2\tlisteners\tformats\tInstrument-Agency_reversed\tlisteners receive wbai live over the internet (referred to as \"streaming\"), using one of the various audio formats below\ne1\te2\twheat\tspirits\tEntity-Origin_reversed\tthe first legislation specifically forbidding the production of wheat spirits for anything other than medicinal purposes appeared in 1570\ne1\te2\tbruises\tfingertips\tCause-Effect_reversed\tthe bruises are caused by the attacker's fingertips pressing into the skin\ne1\te2\tgang\tgrave\tProduct-Producer_reversed\tpressley was the member of the gang that dug the shallow grave for nicholas\ne1\te2\tlaws\tspeech\tMessage-Topic\tbrazil is trying to change laws that limit political speech\ne1\te2\tmachine\tpins\tComponent-Whole_reversed\tthe \"e\" tank assembly on the anesthesia machine contains various pins whose position is peculiar for each gas\ne1\te2\tstatement\tcampaign\tProduct-Producer\ta statement from the campaign claimed that police knew quickly they had killed an innocent man\ne1\te2\tbook\tlife\tMessage-Topic\ta book titled heures de louis le grand that looks at the life and arts of the sun king is showcased at the exhibition\ne1\te2\tfog\tdisorientation\tCause-Effect\tfog, rain, darkness, and or blowing snow lead to disorientation\ne1\te2\tprogramme\tmodules\tComponent-Whole_reversed\tthe programme is constructed from modules, and teaching consists of lectures, seminars on various themes, and project work\ne1\te2\tsord\tmallards\tMember-Collection_reversed\tlake oswego was home to a sord of mallards who fled south during january and february, and returned in march for breeding\ne1\te2\tnovel\tobserver\tProduct-Producer\tthis is a powerful novel, well and clearly written, by an experienced and compassionate observer\ne1\te2\tcontamination\thumidity\tCause-Effect_reversed\tfungal growth and aflatoxin contamination are caused by the following factors: warm temperature, high humidity and poor soil condition\ne1\te2\ttides\tgravitational force\tCause-Effect_reversed\tthe tides are caused by the gravitational force of the moon\ne1\te2\tattendee\tconcepts\tOther\tby now an seo-minded attendee has journeyed deep into advanced seo concepts\ne1\te2\troyalties\ttax shelters\tEntity-Destination\tcelebrity royalties flow into dutch tax shelters\ne1\te2\twallet\tquid\tContent-Container_reversed\ti found a wallet once with 30 quid in it, i handed in the wallet but took the money\ne1\te2\tmind\tquestions\tContent-Container_reversed\tanne grey's mind was filled with questions\ne1\te2\tking\tkey\tEntity-Origin_reversed\tthen the king handed the key to the queen, telling her, \"be warned that whoever lets the serpent escape will be hung\"\ne1\te2\toxygen\tcell\tEntity-Destination\tlike blood, the nanorobots deliver oxygen to each cell\ne1\te2\tforum\tdropshipping\tMessage-Topic\tthis is a wholesale forum to discuss aspects of business such as dropshipping, wholesale buying and selling, reselling, etc\ne1\te2\tharm\twar\tCause-Effect_reversed\treducing the harm caused by the war on drugs is a big task\ne1\te2\teditor\tcompiler\tOther\ti recently decided to work a bit outside of visual studio and configure a plain text editor to work with the c# compiler\ne1\te2\tconsonants\tslots\tEntity-Destination\tfor example, consonants were misplaced into consonant slots\ne1\te2\trivet\ttruck\tComponent-Whole\ti solder a wire onto the rivet of the chassis ground truck, run it into the searchlight, and connect the other end of the wire to the rear of the lamp socket\ne1\te2\ttemples\tdisrepair\tOther\tfive ancient temples have fallen into disrepair\ne1\te2\tsinger\ttimbre\tOther\tthe request to alter the voice to a great extent has resulted in exaggerated deviations from the \"normally\" accepted opera singer's timbre\ne1\te2\tgovernment\torganization\tEntity-Origin\ta huge percentage of the united states government was from a greek organization along with many presidents being from greek organizations\ne1\te2\tfile\tsettings\tMessage-Topic\tthe file contains a description of the settings that can be altered\ne1\te2\treindeer\tdebut\tOther\tthe reindeer made his television debut on nbc in 1964, when rankin/bass produced a stop-motion animated tv special\ne1\te2\tphalanx\tumbrellas\tMember-Collection_reversed\ta phalanx of umbrellas followed the casket toward the gravesite\ne1\te2\tdiscussion\tcontrasts\tMessage-Topic\tthe discussion here has made extensive reference to the contrasts between systems\ne1\te2\tdiamond\tring\tOther\tsotheby's yesterday in hong kong sold a diamond ring containing a 8.74 carat blue diamond for 3.5m pounds\ne1\te2\tpiece\ttrunk\tEntity-Destination\ta small piece of rock landed into the trunk\ne1\te2\tpocket\tjeans\tComponent-Whole\tedmund produced a small, green spiral notebook from the back pocket of his jeans\ne1\te2\tcase studies\trefugees\tMessage-Topic\tthe case studies detail where refugees come from now and in the past\ne1\te2\tice\tbox\tContent-Container\tthe ice was contained in a 10 cm thick insulating foam-lined box\ne1\te2\tset\tnumbers\tMember-Collection_reversed\tthe set of hyperreal numbers satisfies the same first order sentences as r\ne1\te2\tjungle\twagons\tMember-Collection_reversed\tthat looked like an equally impenetrable city jungle of wagons, horses, small tents, and humanity\ne1\te2\ttoxins\tocean\tEntity-Destination\ta greedy real estate developer has released toxins into the ocean\ne1\te2\trequest\tphone call\tMessage-Topic_reversed\tmr clinton made the request in a twenty-minute phone call to the prime minister, john howard\ne1\te2\tletter\tenvelope\tContent-Container\tthe letter was contained in a stamped envelope of the type sold in the south dakota state penitentiary commissary\ne1\te2\tinstructions\tstep\tMessage-Topic\twe have provided detailed instructions setting out each step you need to follow in order to carry out your own dna sample collection\ne1\te2\tconception\tintellect\tEntity-Origin\tfor the present, the religious conception uprises from the human intellect\ne1\te2\tapartment\tlounge area\tComponent-Whole_reversed\tthis apartment has a lounge area with 1 sofa bed and a separate bedroom with 1 double bed (twin beds not available)\ne1\te2\tposter\tfashion brand\tMessage-Topic\tpeople walk past a poster advertising a luxury fashion brand on a main street in shanghai\ne1\te2\tnewspaper\tfeminist issues\tMessage-Topic\tthe newspaper gave extensive coverage to a broad range of feminist issues\ne1\te2\tsensors\tmobile phones\tEntity-Destination\tscientists have put sensors into mobile phones\ne1\te2\tparable\trewards\tMessage-Topic\tthe parable related the rewards for those who invested successfully and the punishment for those who did not\ne1\te2\tring\tbeauties\tMember-Collection_reversed\tin the film, howell plays a cop who gets involved with a murder witness, only to find out that she's part of an international ring of sex-for-hire beauties\ne1\te2\tpollution\tdisease\tCause-Effect\twhen these fuels are burned, they create air pollution that contributes to global warming and causes smog, acid rain and respiratory disease\ne1\te2\tcar kit\treceiver\tComponent-Whole_reversed\tthe car kit has a gps receiver built in that is better than the iphone's\ne1\te2\tmoratorium\tmonths\tOther\tthe financial regulator today amended the code of conduct of mortgage arrears by increasing the moratorium from six months to 12 months\ne1\te2\tissue\tprinter\tEntity-Destination\tthis issue has been sent to the printer\ne1\te2\tsample\tfunnel\tEntity-Destination\the put a sample into a funnel and, after giving it three years to settle, sealed everything in a glass jar\ne1\te2\tremains\tepochs\tEntity-Origin\tremains from ancient epochs are discernible in the village vicinities - to the north of the village, in the location of \"gradishteto\", lie the ruins of a thracian and late antique fortresses, thracian mounds and objects, bearing witness to ancient metallurgy\ne1\te2\tdelegation\tgovernment\tEntity-Destination\tnorway sent a delegation to the madagascar government\ne1\te2\tshrewdness\tapes\tMember-Collection_reversed\ttoday, on the way to work, i saw a shrewdness of pink apes being chased by a colony of noctiphobic bats\ne1\te2\tquestionnaire\ttraits\tOther\tin psychology, eysenck personality questionnaire (epq) is a questionnaire to assess the personality traits of a person\ne1\te2\trash\tbite\tCause-Effect_reversed\tmy friend got a rash from a mosquito bite and westcort helped her but it left a scar so she also put on mederma after the rash went away\ne1\te2\tabortion\tstory\tOther\tit really underscores everything in the pro-life movement, that abortion is part of a very sad story for women\ne1\te2\tengineers\tparts\tProduct-Producer_reversed\tengineers manually manufacture parts in the areas of applied spray coatings, finishes, and other processes that cannot economically or practically be done by a machine\ne1\te2\tcar\tcrate\tContent-Container\tsecond, the car was in a crate, so no one would have been able to climb into it even if he/she had found a way into the cargo hold\ne1\te2\ttelescope\troutine\tOther\tthe floating zenith telescope has come into formal observatory routine since september\ne1\te2\thandle\tmop\tComponent-Whole\tshe marked the handle of the mop used for washing with red duct tape to prevent mixing up mops when working\ne1\te2\tcenter\tplan\tProduct-Producer_reversed\tan elite u.s. army study center has devised a plan for enforcing a major israeli-palestinian peace accord that requires about 20000 well-armed troops\ne1\te2\tsensors\tcoffeemaker\tComponent-Whole\tthe various sensors and fuses of this coffeemaker lie in the white sheathing bridging the heating element\ne1\te2\tflour\ttuba\tEntity-Destination\the poured flour into the tuba of an orchestra collegue\ne1\te2\tgerms\tflu\tCause-Effect\tthese germs cause illnesses ranging from common ailments, like the cold and flu, to disabling\ne1\te2\tdishwasher\tfilter\tComponent-Whole_reversed\tlike the bosch, this dishwasher has a filter that must be manually emptied and does not include a built-in food disposal\ne1\te2\thavoc\ttsunami\tCause-Effect_reversed\tthe greatest impact of the tsunami was generally in an east-west direction, so the havoc caused by the tsunami along the southwestern shores of sri lanka was not as severe as along the eastern coast\ne1\te2\ttoys\tchildren\tEntity-Destination\toperation homefront and partners delivered toys to military children\ne1\te2\tpublications\tphenomenon\tMessage-Topic\tthe term has been used by a number of publications discussing the phenomenon\ne1\te2\tphotographer\tcamera\tInstrument-Agency_reversed\tdiane daly, multi-talented photographer, creates magic with her camera and intuitive eye\ne1\te2\telectroscope\tplate\tComponent-Whole_reversed\tthe top of the electroscope consists of a flat, smooth plate of lacquered brass on which another plate of brass rests, separated from it by three minute fragments of glass or shellac, or a film of shellac varnish\ne1\te2\tstrawberry\ttea\tEntity-Origin_reversed\ti have a strawberry tea addiction\ne1\te2\tblisters\tmoisture\tOther\tthe blisters are caused by moisture that was actually trapped in between the layers of paint\ne1\te2\tsatisfaction\tfeelings\tOther\torientation is towards the future, and satisfaction is gained from feelings of progress\ne1\te2\thandle\tbucket\tComponent-Whole\ti grabbed the handle of the bucket and even this small 20 second interaction was enough to make me break out in a small rash\ne1\te2\tbook\ttales\tComponent-Whole_reversed\tthe book contains short tales, it is regarded as the first book of juvenile literature\ne1\te2\tscleroderma\thardening\tCause-Effect\tscleroderma is a disease of the body's connective tissue that causes thickening and hardening of the skin\ne1\te2\tspec\tscribe\tProduct-Producer\tthe studio picked up the sci-fi action spec by tyro scribe chad st. john, and set up the project with gianni nunnari (300) at his hollywood gang shingle\ne1\te2\tslate\tofficers\tMember-Collection_reversed\tyou are on the committee to select a slate of officers for the next academic year\ne1\te2\tbureaucracy\tbeing\tOther\tthe developmental bureaucracy has come into being\ne1\te2\tdriver\tkeys\tEntity-Origin_reversed\tthe man took driver's keys until the arrival of police, thus preventing him from leaving\ne1\te2\tplayer\thammers\tInstrument-Agency_reversed\tanother example is the hammered dulcimer, where the player holds the hammers\ne1\te2\tcampus\tbuildings\tComponent-Whole_reversed\tthe campus comprises the most noteworthy buildings including the rector tower, the central library and the university olympic stadium used for the 1968 olympic games and the 1986 soccer world cup\ne1\te2\tgeneration\tvipers\tMember-Collection_reversed\tthis generation of unregenerated vipers was still perverse, stiff-necked, and hardened in their iniquity\ne1\te2\thood\ttruck\tComponent-Whole\tin one of the scenes when robert and francessca are talking in front of his truck, a reflection of one of the movie set lights is seen on the hood of the truck\ne1\te2\tcramps\tanxiety reaction\tCause-Effect_reversed\tthe cramps are caused by the anxiety reaction but because the sufferer has high anxiety, they can be interpreted in other ways; fears grow and the anxiety worsens\ne1\te2\tgift\tbrother\tEntity-Origin\ta gift arrived from the politician's big brother\ne1\te2\tsubway\tstop\tEntity-Destination\tthe subway is now approaching the stop at city hall\ne1\te2\tdebate\tpatent\tMessage-Topic\ta less well-known debate swirls about patent and antitrust law interactions\ne1\te2\tinvention\tservers\tInstrument-Agency_reversed\tthe present invention processes a transaction using a plurality of servers\ne1\te2\tstatement\tmother\tProduct-Producer\ti sent the daily family a moving statement made by the mother of michael kelly\ne1\te2\tgrants\tschools\tEntity-Destination\tthe dissemination grants have been awarded to three idaho public charter schools this year\ne1\te2\tphotograph\tscene\tEntity-Origin\tthe photograph was from the scene of the play's climax, where the character formerly known as shylock threatens antonio with a knife while demanding his \"pound of coins\"\ne1\te2\tmen\tseason\tOther\tall 18 of the men assist that season\ne1\te2\tnewspaper\tco-operative\tProduct-Producer\tprairie dog is a free newspaper produced by a saskatchewan worker co-operative\ne1\te2\tcysteamine\tgastric juice\tEntity-Destination\thelicobacter pylori was released cysteamine into the gastric juice\ne1\te2\tproductions\tfestivals\tComponent-Whole\ttheir productions have been presented at drama festivals across the country\ne1\te2\tresults\tdatabase\tEntity-Destination\ti am putting the results into a mysql database\ne1\te2\twebsite\tdissemination\tOther\tthe website is concerned with the dissemination and exchange of information about the encore project\ne1\te2\tfloor\tbus\tComponent-Whole\tthe chicken in a bag on the floor of the bus doesn't seem to appreciate the driver's hard breaking\ne1\te2\tmarbles\tmethod\tOther\tgermany produced many of the bottle stopper marbles made by this method\ne1\te2\tmovies\tlist\tEntity-Origin\tsome of the movies got kicked out from the most recent list\ne1\te2\tfuel leak\tdelay\tCause-Effect\ta fuel leak in one of the c-17s caused a delay on the morning of nov. 7 as the crew was preparing for departure for cairo, egypt\ne1\te2\tpinworm\tinfestation\tCause-Effect\tpinworm infestation is very rarely fatal; death and morbidity are from secondary infection\ne1\te2\tmoney\tstocks\tEntity-Destination\tthe money was invested into stocks\ne1\te2\ttoxins\tsea\tEntity-Destination\ttoxins are drained into the sea\ne1\te2\tpainter\tfigures\tProduct-Producer_reversed\tthe painter's strange, anguished figures have enthralled artists and bewildered viewers for centuries\ne1\te2\tsneak\tweasels\tMember-Collection_reversed\tso if you see a solitary dutch cyclist stopping at a red light while the others gallop on like a sneak of famished weasels, it's probably me\ne1\te2\tlava\tbubbles\tOther\tthe lava has been blown into great bubbles\ne1\te2\triffraff\tclasses\tOther\tsome accounts detail the routine and perfunctory nature of arrest and proceedings against the riffraff of the \"criminal classes\" (friedman and percival)\ne1\te2\tvisit\tstaff\tOther\tan advance visit was made by staff to arrange the visits\ne1\te2\tdrugs\tdeath\tCause-Effect\tthe drugs he sold had caused the overdose death of matthew lessard, 19, of lowell\ne1\te2\tjar\thematoma\tCause-Effect\tthe jar from the fall had caused a subdural hematoma on the right front side of my brain that shows up in the ct\ne1\te2\tpolice\tmud\tInstrument-Agency_reversed\tgazan police have rebuilt at least one of their stations out of mud and residents throughout the territory have used mud to build simple homes\ne1\te2\tmoney\ttrunk box\tContent-Container\tthis money was in a trunk box as a family treasure and was deposited as consignment to avoid much demurrage from the security company\ne1\te2\tinterschool\tweek\tOther\tthe hip hop national interschool is rescheduled to the 1st week of july\ne1\te2\tfarmers\tplow\tInstrument-Agency_reversed\tinstead of plowing the land with a single furrow plow, some large-scale farmers began to use a multiple share or bukker plow\ne1\te2\trim\tbucket\tComponent-Whole\ti pulled the bags over the rim of the bucket and pulled the cord to tighten it\ne1\te2\tclaw\tbird\tComponent-Whole\ta talon is the claw of abird of prey\ne1\te2\twriter\tadaptations\tOther\tdavies, the writer behind award-winning bbc adaptations of bleak house, little dorrit and pride and prejudice, blamed what he called a \"new breed\" of bbc executives\ne1\te2\tnews\ttelegraph\tOther\tin february of 1885 the news reached the city by telegraph that indians and half breeds had massacred a number of white people at duck lake\ne1\te2\treport\texperts\tProduct-Producer\ta report by two independent medical experts has concluded that the rate of staph infections among nfl players is \"low\"\ne1\te2\tquotes\tleads\tEntity-Origin\tsome of the following quotes come from newspaper article leads\ne1\te2\tcabinet\tnames\tOther\tat his inauguration in november, he pledged a fresh start after an election marred by fraud and violence, but disappointed many by presenting a cabinet of familiar names\ne1\te2\tfence\tfarmer\tProduct-Producer\tthe three lionesses and two cubs were electrocuted by a crop protection fence put up by a farmer near dhari\ne1\te2\tliterature\tstabilization\tMessage-Topic\tthe adaptive control literature focuses primarily on adaptive stabilization, adaptive tracking, and model reference adaptive control\ne1\te2\texhibition\tceramics\tComponent-Whole_reversed\tthe exhibition brings together rare chinese ceramics and paintings\ne1\te2\ttroops\tschools\tEntity-Destination\tan israeli minister sent troops into the schools to boost conscription\ne1\te2\tbeef\tsoup\tEntity-Origin_reversed\tthis southern-style homemade vegetable beef soup was my very first recipe i ever made\ne1\te2\tform\tsoup\tEntity-Origin\tfollowing the first definition above, parasites evolved billions of years ago from the beginning when life form was evolved from the primordial organic soup\ne1\te2\tearthquakes\tdischarge\tCause-Effect_reversed\tearthquakes are caused by the discharge of accumulated along geologic faults\ne1\te2\thealth\tdata\tMessage-Topic_reversed\tmost health related data has been developed by using animal models\ne1\te2\tstudents\tmap\tInstrument-Agency_reversed\tthe students labelled the 13 colonies using a map\ne1\te2\tband\tstatement\tProduct-Producer_reversed\tthe band themselves explained the decision with a following statement on their official website\ne1\te2\toutdoor unit\tdefrost\tOther\tthe outdoor unit is going into defrost\ne1\te2\toscillation\tswinging\tCause-Effect_reversed\toscillation of the lever caused by the swinging of the pendulum\ne1\te2\tinterference\tprocess\tCause-Effect_reversed\tmethod according to claim 1, characterized in that the time duration of the quality reduction is limited at least to the duration of the interference triggered by the switching process\ne1\te2\torganisation\twoman\tProduct-Producer\tthe world's largest aid organisation founded by a woman celebrates 90th anniversary\ne1\te2\tbook\tstore\tEntity-Destination\tthe book was placed into every store within the past few days\ne1\te2\tcloud\tgrasshoppers\tMember-Collection_reversed\tjust as we were sitting down to dinner one night, someone brushed the drapes and a cloud of baby grasshoppers erupted over the dining room table and into our dinner\ne1\te2\ttheory\tsuperconductivity\tMessage-Topic\tthe theory explained low-temperature superconductivity almost 50 years after its discovery\ne1\te2\tprotests\trevolution\tCause-Effect\tstudent protests are turning into a twitter revolution in moldova\ne1\te2\tlandscapes\tearth\tOther\tglacial landscapes are parts of the earth that were covered by glaciers during the last ice age\ne1\te2\tcooperation\tpress\tMessage-Topic_reversed\tthat cooperation has been explicitly described in the press in recent days\ne1\te2\twhiskers\ttiger\tComponent-Whole\ta favourite amulet for demoniacal possession consists of the whiskers of the tiger or leopard mixed with nail parings, some sacred root or grass and red lead and hung on the troat or the upper arm\ne1\te2\tmedium\tnews\tOther\twhile twitter is a powerful social medium for spreading news and information, some government agencies fear it could also be used by terrorists as a tool for communication\ne1\te2\tbody\tsuitcase\tContent-Container\tthe body of her nephew was in a suitcase under the bed\ne1\te2\tsmoke\tbonfire\tEntity-Origin\tthe drama unfolded shortly after 7pm last tuesday (december 22), when glyn saw that smoke was coming from a bonfire\ne1\te2\tengineers\tchips\tInstrument-Agency_reversed\tprior to the 4004, engineers built computers either from collections of chips or from discrete components\ne1\te2\tcluster\tworkstations\tMember-Collection_reversed\tthe effective utilization of a cluster of workstations for the implementation of a scientific application requires a highly flexible software environment\ne1\te2\tplayer\tkeyboard\tInstrument-Agency_reversed\ta player manipulates a keyboard, a mouse, or a joystick as a game scene is displayed on a video monitor, or the like\ne1\te2\ttarps\tpainters\tInstrument-Agency\ttarps plus has the best tarps for painters on the market\ne1\te2\tdryness\tcoughing\tCause-Effect\tnasal dryness causes nosebleeds, coughing, wheezing, and other short-term respiratory problems\ne1\te2\tbuilding\tpolice\tOther\tthe building was surrounded by police who arrested three people as they tried to gain access\ne1\te2\tstory\torphanage\tEntity-Origin\tin this beautiful re-imagining, the story starts in an orphanage and moves to a magical land where the sweets have a sexual subtext\ne1\te2\tgenie\tlamp\tEntity-Origin\tparker dunlap was startled when a beautiful genie popped out of an old, beat-up lamp\ne1\te2\tflu\tinflammation\tCause-Effect\tcolds and flu cause inflammation of the mucous membranes of the nose, throat and mouth\ne1\te2\tconfederation\tsects\tMember-Collection_reversed\tafter 1646, however, the puritan emphasis upon individualism and the individual conscience made it impossible for the movement to form a national presbyterian church, and by 1662, when the anglican church was re-established, puritanism had become a loose confederation of various dissenting sects\ne1\te2\tpayoff\tcost\tOther\tthe internal payoff is rooted in the psychological cost of preference falsification\ne1\te2\tswarm\tlocusts\tMember-Collection_reversed\tofficials in the northern chinese province of inner mongolia have mobilized 33,000 people to stop a swarm of locusts 267 miles outside of beijing\ne1\te2\tsurgeon\tgeneration\tMember-Collection\tmehmet oz, a cardiovascular surgeon, is part of a new generation of doctors who are taking medicine to new technological and spiritual frontiers\ne1\te2\tlead\tfoxes\tOther\tthe government has spended the following 18 months before the elections in a similar vein - shooting a whole lead of conservative foxes, to extend the metaphor - namely heathrow and royal mail privatisation\ne1\te2\tsecretary\topener\tInstrument-Agency_reversed\tquickly, but neatly, the secretary tore the side open with a letter opener, pulling out yet another sheet of paper\ne1\te2\tvibrator\tphysician\tProduct-Producer\tthe first british steam powered vibrator dates back to the early 1880s, developed by an american physician\ne1\te2\ttank\tcanons\tComponent-Whole_reversed\ti love the imperial logo at the end of the tank canons\ne1\te2\tbody\tteachers\tMember-Collection_reversed\tthe efficiency of the body of teachers, taken as a whole, during the past seven years has at no time been better than it was during the past year\ne1\te2\tmagazine\tcontemporary sculpture\tMessage-Topic\tit is an international, monthly magazine dedicated to all forms of contemporary sculpture\ne1\te2\tchapter\ttechniques\tMessage-Topic\tthis chapter gives an introduction, and a brief overview of the most important optimization techniques\ne1\te2\tnoises\tdogs\tCause-Effect\tdefra identified the different noises made by dogs and the meanings behind them\ne1\te2\tprocess\tfield study\tComponent-Whole_reversed\tthe project process is comprised of a field study with istanbul inhabitants for 4 weeks and presentations to last 8 weeks\ne1\te2\tmessage\tbottle\tContent-Container\tthere are actual world records for the kookiest hat, the longest time a message was in a bottle at sea, and the tallest scarecrow\ne1\te2\tlegal procedure\tmarriage\tOther\tannulment is a legal procedure for declaring a marriage null and void\ne1\te2\tconvocation\teagles\tMember-Collection_reversed\tthere is also a large convocation of bald eagles near the park entrance that provides excellent viewing opportunities\ne1\te2\tgoalkeeper\tteam\tMember-Collection\tthis past summer, the goalkeeper helped her team advance to the finals of the w-league tournament\ne1\te2\tskein\tfowl\tMember-Collection_reversed\tthe pilgrims rejoiced when they located a skein of wild fowl for their thanksgiving tables\ne1\te2\tplay\tperson\tMessage-Topic\tdaborne's play is also about a historic person, the pirate ward, famous in england at the time of its writing\ne1\te2\twine\ttemperature\tOther\tthey stored the wine in a cool temperature\ne1\te2\tcompany\tbusiness\tOther\tthe company moved into the music business\ne1\te2\tpollution\tfactories\tCause-Effect_reversed\tthe maryland department of the environment has already worked to reduce the amount of pollution from sources like cars and factories\ne1\te2\tsoya farming\tdeforestation\tCause-Effect\tsoya farming is one of the main causes of tropical deforestation, which currently produces a fifth of global climate change\ne1\te2\tleader\tcomments\tProduct-Producer_reversed\tthe church leader made his comments as he flew to cameroon for the first leg of a six-day trip that will also see him travelling to angola\ne1\te2\tdarkness\tplague\tCause-Effect_reversed\tthe encroaching darkness has been caused by the twin horrors of war and a mysterious plague\ne1\te2\tman\tear\tProduct-Producer_reversed\tthe man who grew a human ear on the back of a mouse has made a breakthrough that brings the prospect of an artificial liver much closer\ne1\te2\twrestlers\twedge\tProduct-Producer_reversed\tlike a scene from \"lord of the rings\", the wrestlers formed a wedge using a table as a shield and rushed the smark cluster en-masse\ne1\te2\talcohol\tbar\tEntity-Destination\twe watched as a barman poured alcohol on to the bar, poured absinthe into a couple of shot glasses, then lit the lot\ne1\te2\tplaywright\tnames\tInstrument-Agency_reversed\tthe playwright uses names as a device for wordplay at several points in the play\ne1\te2\tcomplex\tstages\tOther\tsince the complex was built in stages, discrepancies exist in completion dates due to differing opinions on \"completion\"\ne1\te2\tmason\tedges\tOther\ta mason has removed the original left and right edges and in their place has prepared a simple moulding on each side\ne1\te2\tsection\tfactors\tMessage-Topic\tin the second section, the authors explore factors that are ostensibly unrelated to race but nonetheless contribute to racial inequality\ne1\te2\tratpack\tcolonels\tMember-Collection_reversed\tin particular, a ratpack of colonels in arrested development are the worst possible people to handle relations with latin countries\ne1\te2\tplaylist\tportfolio\tContent-Container\tthe playlist was enclosed in a small leather portfolio in which i keep important papers\ne1\te2\tconvicts\tweirs\tInstrument-Agency_reversed\tat the andaman islands fish are captured by the convicts by means of weirs fixed across the openings of creeks\ne1\te2\tarmada\tships\tMember-Collection_reversed\tmany joined the armada of sailing ships which sailed from belfast, dublin, cork, holyhead, liverpool and glasgow, all bound for the new world\ne1\te2\tinformation sheet\tlabour environment\tMessage-Topic\tthis information sheet summarises the labour environment in the uk\ne1\te2\tnecklace\tsafe\tContent-Container\tthe necklace was locked in a safe in their room at the victor hugo hotel\ne1\te2\tterm\troot\tEntity-Origin\tthe term is derived from a root which can mean both 'to be effective\" and 'to be bright.\ne1\te2\tanimal\tpelvic limbs\tComponent-Whole_reversed\tthe animal is lowered until its pelvic limbs touch the floor or a solid supporting surface\ne1\te2\tfactory\tfurnace\tComponent-Whole_reversed\tbob oblong's suggestions have been used as kindling for the factory's furnace\ne1\te2\tlaws\tplay\tMessage-Topic\tthe laws apply to the play, officiating, equipment and procedures of the sport\ne1\te2\tdisorder\tmemory loss\tCause-Effect\talzheimer's disease is a degenerative brain disorder that results in memory loss, impaired thinking, difficulty finding the right word when speaking, and personality changes (see \"warning signs of alzheimer's disease,\" below)\ne1\te2\tvirus\tchildren\tEntity-Destination\tas the winter is coming, the virus is rapidly spreading into young children and elderly people\ne1\te2\tanimal\tcrate\tContent-Container\tit wasn't long before the animal was in a crate on its way back to its farm, courtesy of the assistant, of course\ne1\te2\tsignal\tlaser\tCause-Effect_reversed\tthe clock signal was generated from an external cavity semiconductor laser\ne1\te2\tdeadline\tindustry\tInstrument-Agency\tthis is a deadline driven industry\ne1\te2\tminority\tphysicians\tOther\tonly a minority of armenian physicians felt well prepared to counsel patients to quit smoking\ne1\te2\tteam\tvictory\tOther\tthe team captured the provincial title with a convincing 6-1 victory over their adversaries, the pas huskies\ne1\te2\tyuan\treconstruction\tEntity-Destination\t360 bln yuan have been invested into post-quake reconstruction\ne1\te2\tconstellation\tpoints\tOther\ta university of washington system named hubble looks for these black holes and maps them on a web site, providing an ever-changing constellation of the internet's weak points\ne1\te2\tlandslides\taftershocks\tCause-Effect_reversed\tthe landslides caused by these earthquakes and aftershocks were concentrated along the mudstone and sandstone surfaces\ne1\te2\tcoffee\tglass cup\tEntity-Destination\twe carefully poured the hot coffee into a glass cup\ne1\te2\tman\tthump\tCause-Effect\tthe desperate man who had clung to the stump had battered the rocks with a shuddering thump\ne1\te2\thead\tstaff\tMember-Collection\tbutlers (sometimes known as a household managers) are respected as the head of the household staff\ne1\te2\tdocument\tclarification\tOther\tthis document makes a significant contribution into further clarification of the access to drinking water as a human right\ne1\te2\texchanger\ttank\tEntity-Destination\tthe following day, the heat exchanger was installed in the fuel tank\ne1\te2\tfume\tnausea\tCause-Effect\tsystemically, dust and fume cause irritation of the upper respiratory tract, metallic taste and nausea\ne1\te2\tconjunction\tgrammarians\tMember-Collection_reversed\ti awoke to find a conjunction of grammarians standing over me, observing my disposition with a look that would put a sneer of butlers to shame\ne1\te2\tdisc\tmusic box\tContent-Container\tthe disc in a disc music box plays this function, with pins perpendicular to the plane surface\ne1\te2\tskin\torange\tComponent-Whole\tthe skin of the orange has multiple benefits you can take advantage of: its external skin contains flavonoids, a valuable component of vitamin c\ne1\te2\tdust\tconstruction\tCause-Effect_reversed\tthe dust, noise, and sleep deprivation produced by the construction are intolerable\ne1\te2\ttuxedo\tsuitcase\tContent-Container\tmy tuxedo for the banquet that night was in a suitcase in peter rickham's office\ne1\te2\tparent\treport\tProduct-Producer_reversed\tas an option for extra credit, i read it also and completed a parent's book report for the teacher\ne1\te2\tparty\tbox\tOther\tthe nrma's president, wendy machin, and the chief executive, tony stuart, were among members of the party which viewed the concert in a private box\ne1\te2\tfarmer\tplant\tOther\tthe picture at the top shows a farmer with a genetically engineered cotton plant in south africa in 2003\ne1\te2\tproduction schemes\tcrops\tOther\tintegrated production schemes are spreading into various crops and may have relevance for sectors such as dairy production\ne1\te2\tpocket\tcoat\tComponent-Whole\twith a pen procured from the pocket of his lab coat he jotted a quick note in the spiral, yelling, \"driver! why in the fuck aren't you pumping any gas?!?\"\ne1\te2\tchassis\ttruck\tComponent-Whole\tthe chassis of the truck has two wooden beams fixed to it, which carry the body framework; two monorails\ne1\te2\ttruck\tengine\tComponent-Whole\tthe throttle of the truck's engine was wide open now, and the roar of the engine, emitted through the vertical exhaust acting as a stack, was loud and strangely comforting\ne1\te2\teffort\tresearch\tEntity-Destination\tmuch effort has been put into research of the phenomenon of voltage collapse\ne1\te2\tarticle\tuse\tMessage-Topic\tthis article is about the use of bench marks in surveying, for other uses see bench mark\ne1\te2\toutfit\tpair\tProduct-Producer\tit's called symform - a stealthy seattle outfit founded by a pair of ex-microsoft employees, praerit garg and bassam tabbara\ne1\te2\twork\tresearchers\tProduct-Producer\tin this work the researchers, for the first time, attest that monopoles exist as emergent states of matter, i.e. they emerge from special arrangements of dipoles and are completely different from the constituents of the material\ne1\te2\ttransmitter\tsignal\tCause-Effect\tthe transmitter sends a radio signal to the doorbell radio receiver inside the building\ne1\te2\tstatement\tgroup\tProduct-Producer\tbut in a statement put out by the group, it reiterated that it would be illegal to create a robot that used dead bodies as an energy source\ne1\te2\tremuda\tgeldings\tMember-Collection_reversed\tthis classic huffman photograph pictures the cow hands on their way to set up camp with their remuda of geldings trailing behind\ne1\te2\techocardiography system\tclinical cardiology\tEntity-Destination\ta real-time three dimensional echocardiography system has arrived into our clinical cardiology, allowing noninvasive and repeatable spatial visualisation\ne1\te2\tluggage\tvehicle\tEntity-Destination\tnews of the broken engagement came three months after love hewitt was snapped sobbing as he packed luggage into the back of a vehicle outside her home\ne1\te2\tcomplaints\tfilms\tMessage-Topic_reversed\tgermans complained bitterly in the rostrum newspapers, and these complaints were reflected in propaganda films regarding soldiers from the french colonial\ne1\te2\tproducts\tfirm\tProduct-Producer\tthe products manufactured by this firm still continue to be chiefly dyestuffs\ne1\te2\tsketches\tcomposer\tProduct-Producer\tthe remainder was reconstructed by deryck cooke in 1964 from extensive sketches left by the composer\ne1\te2\tconsumers\tparameters\tInstrument-Agency_reversed\tspecifying a command once, consumers execute it by using input parameters\ne1\te2\tletter\tprediction\tMessage-Topic\tthe new letter reminds them of the broker's prediction about abc's stock and makes a new prediction about def's stock for the next month\ne1\te2\tpeople\tdestruction\tCause-Effect\tthey are all in on it and the same people who caused the destruction of the economy are still running the show so they can keep us down and buy up the country cheap\ne1\te2\ttechnicians\tnuclear aircraft carriers\tEntity-Destination\tthe nuclear qualified electronics technicians were sent to nuclear aircraft carriers\ne1\te2\tplayer\tflashlight\tInstrument-Agency_reversed\ta player attaches a flashlight to a rifle which is later discarded\ne1\te2\trecord\tbook\tMessage-Topic_reversed\tadditionally, his record as a vietnam veteran has been documented in a recent book\ne1\te2\tmiscarriages\tchord\tCause-Effect_reversed\tin two of the cases reported in the media, an older woman's baby was stillborn because of an abnormal placeta, and one of the miscarriages was caused by the umbilical chord encircling the fetus\ne1\te2\tconvoy\tbuses\tMember-Collection_reversed\tthe plan for the day was for our group to join a convoy of buses, vans and coasters on a 3-hour drive across the bare egyptian desert to the distant city of abu simbel\ne1\te2\tlight\tflashlight\tCause-Effect_reversed\twhen it was closer she saw the light was coming from a flashlight being carried in the mouth of a large black scottie dog, its muzzle gray with age\ne1\te2\tmeeting\twelcome speech\tComponent-Whole_reversed\tthe meeting was opened by the welcome speech of the mayor of komotini, mr. dimitrios. kotsakis\ne1\te2\tsquabble\tseagulls\tMember-Collection_reversed\thaving been won over by the slick downiness of a paddling of ducklings nibbling bread crumbs on the central pond, i was irritated to see their place taken by a squabble of seagulls\ne1\te2\tbuilding\tplace\tOther\tthe building leaked from every conceivable place\ne1\te2\thorde\tbarbarians\tMember-Collection_reversed\tsuch an uneasy state of affairs existed until the fifth century, when the empire's rhine barrier was breached, allowing a vast, mixed horde of barbarians to stream into italy, thereby laying the groundwork for the kingdoms that would eventually come to dominate the european continent\ne1\te2\tusers\tkeyboard\tInstrument-Agency_reversed\tthe users navigate on a bloomberg with a special color-coded keyboard\ne1\te2\tfloors\tcottage\tComponent-Whole\tthe fourteen paintings are presented in up to three levels of detail as you walk through the two floors of the cottage\ne1\te2\tstory\ttrends\tMessage-Topic\ton the eve of the olympics, the times online ran a story looking at disconcerting trends developing in the doping world\ne1\te2\tfaces\ttemplates\tEntity-Destination\twe inserted the faces into the provided templates\ne1\te2\tkeyboards\tkeys\tComponent-Whole_reversed\tthe full featured keyboards had keys 4 times bigger than the traditional keyboard\ne1\te2\tprogramme\tthemes\tMessage-Topic\tthe programme of events has been organised around five main themes\ne1\te2\twalls\tsultan\tProduct-Producer\tdefining the bounds of the old city are its massive walls having been built by the ottoman sultan sulieman the magnificent\ne1\te2\tsenatorships\tindividuals\tEntity-Destination\tthe princeton jaycees have bestowed senatorships to three individuals\ne1\te2\tstreet\tfurniture\tOther\tboth goals were addressed, but the primary goal of the street furniture was to enhance the quality of life for people in phildaelphia and the secondary goal was to increase revenue for the city of philadelphia\ne1\te2\tmeasures\tprocedures\tMessage-Topic\tthe gaa's central council published measures with regard to disciplinary procedures\ne1\te2\tcovey\tpartridges\tMember-Collection_reversed\tthe young goshawks seemed a bit fazed by all the cover, and never really got onto the rabbits, so we moved out to the field and roy worked his pointer until we found a youngish covey of partridges\ne1\te2\tofficial\tplans\tProduct-Producer_reversed\ta senior un official sacked earlier this year had drawn up plans to depose afghanistan's president hamid karzai\ne1\te2\tmortar\tcompany\tProduct-Producer\tbuy owner is a brick and mortar company with a long term knowledgeable staff dedicated to providing your property with the maximum amount of exposure\ne1\te2\tdeliberations\tair\tOther\tthe jury's deliberations were reported weekly on air\ne1\te2\tbeer\tbarley\tEntity-Origin\tspace beer is made from barley grown in space\ne1\te2\tvulvodynia\tvulval pain\tCause-Effect\tvulvodynia is the cause of chronic vulval pain in the absence of skin disease and infection\ne1\te2\tservo\twallet\tComponent-Whole\tthis concept uses a servo embedded in a wallet, which rotates its arm from parallel to perpendicular to the wallet surface\ne1\te2\tviewers\tconfusion\tOther\tthis movie has thrown viewers into confusion\ne1\te2\tcouch\tshop\tComponent-Whole\tthe old brick walls, the smell of paper and the big couch in the shop all help to create the image of a comfortable place where people would want to spend time\ne1\te2\tmail\taccount\tEntity-Destination\ti have already fetched the mail into my account via gmail\ne1\te2\tstudent\tuniversity\tEntity-Destination\thigh test scores have placed the student into a top university\ne1\te2\tblog\twriter\tProduct-Producer\tthe distance between a blog writer and an audience happens only if the audience never shows up\ne1\te2\tdamage\tflame\tCause-Effect_reversed\tolympic chiefs are worried about the environmental damage caused by the olympic flame\ne1\te2\tfire\tcollision\tCause-Effect_reversed\tthe log truck caught fire after the collision, but the 35-year-old driver escaped before the cab became engulfed in flames\ne1\te2\taeroplane\tduty\tOther\tthe aeroplane was withdrawn from that duty and confined to low-level flying, where it became a success\ne1\te2\tseed\tjar\tContent-Container\tthe seed was discovered inside a jar full of the discarded pits of dates during excavations of masada in the 1960s\ne1\te2\tradiation\tcomputers\tCause-Effect_reversed\ti have an additional concern about body exposure to any electromagnetic radiation, from computers and cell phones held next to the body\ne1\te2\tsuitcase\tclothing\tContent-Container_reversed\ta suitcase with clothing in it had escaped the flames, yet some of the clothing inside were ashes, while the rest remained intact\ne1\te2\tspill\tleak\tCause-Effect_reversed\tthe spill was caused by a leak in a kuwaiti tanker carrying 160,000 tonnes of crude, after it collided with a dredger further south on december 14\ne1\te2\tlawyer\tteam\tMember-Collection\tthe lawyer was a member of the team\ne1\te2\tboy\tcamp\tEntity-Origin\tit was the whole world to a sun boy who was born in a refugee camp\ne1\te2\tfilmmaker\tcinema\tProduct-Producer_reversed\there is jose mojica marins, the popular coffin joe, a filmmaker who invented a cinema of total grossness\ne1\te2\tpile\tbones\tMember-Collection_reversed\tin one place the sea had a sweep fifteen feet of the were upturned, and a big pile of human bones was exhumed\ne1\te2\tmuseum pieces\tfederal storage\tEntity-Destination\tthe museum pieces are moved into federal storage at the famous washington museums\ne1\te2\tbunch\tguys\tMember-Collection_reversed\tthey are just a nice bunch of guys\ne1\te2\tblood\tpatient\tEntity-Destination\this donating blood to an unknown patient was a good thing to do\ne1\te2\tcells\tlayers\tEntity-Destination\tthe cells migrated into both upper layers\ne1\te2\tmovie\tinfanticide\tMessage-Topic\t\"hakani\" is a 30 minute movie alleging the occurrence of infanticide in tribal communities in brazil\ne1\te2\tcorps\texecutives\tMember-Collection_reversed\topm and others have regularly bemoaned the failure of the ses to produce a corps of generalist executives - and have regularly suggested the removal from the ses of executives with technical or professional skills and competencies\ne1\te2\tcrowd\tharassment\tCause-Effect\tjosie cormier, succumbed to peer pressure and now hangs out with the popular crowd that often instigates the harassment\ne1\te2\tgold\tbracelet\tOther\the had visited myer's during the afternoon and bought a gold bracelet for $300\ne1\te2\tfraternity\tchapters\tMember-Collection_reversed\tapril, 1903 saw the first issue of the delta chi quarterly published for a fraternity of fourteen chapters and fewer than 3000 alumni\ne1\te2\tlimbs\tbasket\tEntity-Destination\tan array of severed limbs are then thrown down, the magician returns to earth, collects the limbs in a covered basket and the boy magically reappears\ne1\te2\tmeasures\tprocedures\tMessage-Topic\tthe government's new measures to regulate cosmetic surgery procedures are a good move\ne1\te2\tax\thelve\tComponent-Whole_reversed\the was very careful to see that the bit of the ax comes in direct line with the helve\ne1\te2\tmachine\tdrilling\tOther\tthe saving from the introduction of a single machine for flange hole drilling was 15500 rubles\ne1\te2\tbody\tmat\tContent-Container\tone pottery vessel lay on her breast, and the body was enclosed in a reed mat\ne1\te2\telimination\triot\tCause-Effect\ther unexpected elimination caused a riot on the internet, and one blog site (sohh.com) referred to her elimination episode as the one where the show lost all credibility\ne1\te2\tceiling\tcraftsman\tProduct-Producer\tthe gold leaf lobby ceiling was hand-finished by an italian craftsman\ne1\te2\tfiles\tprograms\tEntity-Destination\ti sent files to programs other than metax\ne1\te2\tbottle\tattractant\tContent-Container_reversed\tvinegar flies are capable of living off alcohol fumes, alas, so it is enough toput out a bottle with attractant in it\ne1\te2\tcourse\ttheory\tMessage-Topic\tthe focus of any course is, however, art therapy theory\ne1\te2\trates\treview\tOther\ttheir standard variable rates are still under review\ne1\te2\timages\tdays\tEntity-Origin\twe are in advertising and yes, some of those images from past days are quite the find\ne1\te2\tincrease\traisin bread\tCause-Effect_reversed\ti changed the balance of the flavours through my selection of bread, and got an increase in the sweetness with a choice of raisin bread\ne1\te2\tcourse\tinitiative\tMessage-Topic\ttypically, employees attend a day-long course explaining the initiative\ne1\te2\tmaterial\tlaboratory\tProduct-Producer\ta superblack material made from microscopic carbon nanotubes is produced by a us laboratory\ne1\te2\tsuitcase\tclothing\tContent-Container_reversed\the had a suitcase full of new clothing bought from new york and took a flight to india from heathrow\ne1\te2\torder\tpreachers\tMember-Collection_reversed\tin december, 1216, pope honorius iii (1216 - 1227), the successor of innocent iii, approved dominic's plan for an order of contemplative preachers exercising the priestly ministry and living in mendicant poverty\ne1\te2\tbackpack\tgeeks\tInstrument-Agency\tmind you, a backpack is interpreted as a sign of geeks\ne1\te2\ttoddlers\tsoup\tProduct-Producer_reversed\teven the toddlers make a tasty mint pea soup at the kids' cooking school in bucktown that tax attorney elena marre gave up her law practice to open\ne1\te2\tseed\tcompany\tProduct-Producer\tthroughout the past decade, monsanto has been re-making itself as a seed and biotech company, as opposed to one focused on agrochemicals\ne1\te2\tchildren\tpoverty\tOther\tchildren in rural southern areas fell into poverty faster than those in cities in 2008\ne1\te2\tnews\tstock-index futures\tMessage-Topic\tthe news that the stock-index futures have been approved stimulated wednesday's market\ne1\te2\tbeetle\tarmor\tProduct-Producer_reversed\ta beetle protects itself by constructing armor made from excrement\ne1\te2\tinquiry\ttip\tCause-Effect_reversed\tour inquiry into the city's job creation funding came from a reader's tip\ne1\te2\tsorrow\tloss\tCause-Effect_reversed\tit is very natural and normal to feel grief and sorrow after the loss of a pet\ne1\te2\teagle\tbeak\tComponent-Whole_reversed\tan eagle hatches with both a beak and talons and these will continue to grow throughout the bird's life\ne1\te2\tpiece\tfriend\tProduct-Producer\tit is an opinion piece by a collegue and friend who is gravely concerned about the survival of israel as a unique jewish state\ne1\te2\tarmy\tmaneuver\tInstrument-Agency_reversed\twith the help of scots who spoke perfect french, the english army scaled the cliffs with a maneuver the french never considered\ne1\te2\tsounds\tnames\tOther\tthe dog, owned by steve abbott, the singer's manager, is stranger to music and has reacted to the sounds made by any other of universal's top names\ne1\te2\tcrane\toperator\tInstrument-Agency\tlicensing is different from a certification since it is a governmental requirement needed before a crane operator starts practicing his occupation\ne1\te2\tfilm\tphilosophers\tMessage-Topic\tthe film features eight influential contemporary philosophers walking around new york\ne1\te2\tirritation\tchemicals\tCause-Effect_reversed\tthe irritation from the chemicals in the tobacco is considered to be the number one contributing factor\ne1\te2\trunway\tstanchion\tOther\tthe exit portion of the runway is cantilevered from the support stanchion\ne1\te2\tsmell\ttree\tCause-Effect_reversed\tthe smell was radiating from all directions, from every tree and branch\ne1\te2\tfriends\ttown\tProduct-Producer_reversed\tbob the builder and friends construct an ecologically friendly town\ne1\te2\tsingle release\talbum\tEntity-Origin\tthe first single release from the album was \"africa\", a remake of the worldwide hit africa by toto\ne1\te2\tbirds\taviary\tOther\tthe town's population is approximately four, the school closed years ago and birds have turned the church into a poop-caked aviary\ne1\te2\tfoundry\tcastings\tProduct-Producer_reversed\tthe foundry utilizes the best horizontal parted molding line for the manufacturing of street castings and features the best environmental control technology available\ne1\te2\tknobs\tslots\tEntity-Origin\ttwice when i was putting on the fully loaded atlas, the knobs popped out of the frame slots\ne1\te2\tmotor\tsystem\tInstrument-Agency_reversed\tthe motor turns the panel with the help of the mechanical transmission system\ne1\te2\tarm\tveterinarian\tEntity-Origin\tpolice in taiwan were forced to shoot a crocodile after it bit off the arm of the zoo veterinarian treating it\ne1\te2\tparty\tcrazies\tOther\tthe party has made the crazies into mainstream republicans\ne1\te2\tlymphomas\tlymphomas\tOther\tthe lymphomas are divided into two major categories: hodgkin lymphoma and all other lymphomas, called non-hodgkin lymphomas\ne1\te2\tbackpack\tpapers\tContent-Container_reversed\tin the bushes near the door, investigators found a backpack with papers inside\ne1\te2\tmarriage\tdownward spiral\tOther\tthe children sent their marriage into a downward spiral\ne1\te2\tstory\tugliness\tMessage-Topic\tit is a fairy story depicting the incredible ugliness of human sin, misery, and futility, yet also the incredible and beautiful power of love\ne1\te2\tcar\tmanufacturer\tProduct-Producer\tbmw or bavarian motor works is a german car and motorcycle manufacturer\ne1\te2\tback\tquilt\tComponent-Whole\tleah day attached quilt binding to the back of a quilt using a sewing machine\ne1\te2\tdocumentary\tincrease\tMessage-Topic\tbbc radio documentary spoke about an increase in the cases of black anorexic women in south africa\ne1\te2\tgovernment\thouses\tProduct-Producer_reversed\tas part of a short-term strategy, the government has constructed 10300 houses, double than the fixed target of 5000 houses\ne1\te2\tperspectives\tpromotion\tMessage-Topic\ttheir perspectives explain democracy promotion as an instrument of global capitalism\ne1\te2\tnovel\twriter\tProduct-Producer\tthe third novel by the well-known turkish writer recounts the life of a young italian christian taken captive at sea by the ottoman turks in the 17th century\ne1\te2\theadaches\tcaffeine withdrawal\tCause-Effect_reversed\tthousands of women suffer headaches from caffeine withdrawal as a result of this study\ne1\te2\tpolitician\tcontroversy\tOther\tonce again, the infamous politician has landed into a nepotism controversy\ne1\te2\tmen\tpotatoes\tProduct-Producer_reversed\tgee's bend men and women grew cotton, peanuts, okra, corn, peas and potatoes\ne1\te2\tcomputer\tcompany\tProduct-Producer\the also went on to found next inc., a computer company that built machines with futuristic designs\ne1\te2\tknife\tblade\tComponent-Whole_reversed\twith the knife at a 10- to 25-degree angle to the steel, he hold the steel rod steady and drew the knife blade down the steel\ne1\te2\tsystem\troutings\tInstrument-Agency_reversed\tthe system uses routings for the part number identified in the work order to determine workstation assignment and loading\ne1\te2\tclergy\tvestments\tInstrument-Agency_reversed\twilliam durand' book on the clergy and their vestments was the topic of the discussion\ne1\te2\tviruses\tillness\tCause-Effect\tup to 85% of viruses that cause respiratory illness are identified by the technology\ne1\te2\tattention\tmedicine\tOther\tin recent years, considerable attention has been focused on regenerative medicine because of its applicability to a wide range of medical fields\ne1\te2\tbridge\tpillars\tComponent-Whole_reversed\tthe bridge pillars, constructed with stone and lime mortar cores rather than wooden posts, rest on a large oak beam-grate that was built atop the gravel bed of the danube, at the bottom of the cofferdam\ne1\te2\tman\twindow\tEntity-Origin\ta man who leapt from a brothel window during an immigration raid filmed for reality television later died\ne1\te2\tcollege\telectors\tMember-Collection_reversed\tthe democrats are competing for positions in the college of electors\ne1\te2\tcomponents\tsystem\tComponent-Whole\tthe spring and damper components of the absorber system are provided by the plate of the absorber, which is a continuous mechanical system\ne1\te2\tdrugs\tblood\tEntity-Origin\tthe health medical insurance coverage for allergy kits, abortificants, and prescription drugs produced from blood or blood products is discussed\ne1\te2\tdata\tsimulation\tEntity-Origin\tthe source data was generated from an ultrasound reflection mode simulation\ne1\te2\tportraits\tamateurs\tProduct-Producer\tit is typical of the distinguished portraits made by professionals and amateurs in the late 19th century\ne1\te2\tmushroom\tsoup\tEntity-Origin_reversed\tcream of mushroom soup was first made available in the 30s and became one of the most popular recipe helpers as a substitution for veloutes and bechamel sauces\ne1\te2\tspamming\tlegislation\tMessage-Topic_reversed\tspamming has been the subject of legislation in many jurisdictions\ne1\te2\tchapter\thistory\tMessage-Topic\tthe first chapter gives an account of the ancient history of the country\ne1\te2\tmarketing\tstimulating\tMessage-Topic\tmarketing was focused on stimulating existing subscribers to use the telephone more often\ne1\te2\tupload\tsystem\tEntity-Destination\tyour upload has been added to the system\ne1\te2\tconsultant\tway\tProduct-Producer_reversed\tin 1999, the british consultant thought up an innovative way of dealing with waste paper\ne1\te2\tmetals\tenvironment\tEntity-Destination\tmetals were released into the environment\ne1\te2\tbunch\tconclusions\tMember-Collection_reversed\ti saw his piece in the post this morning, and it is predicated on a bunch of erroneous conclusions\ne1\te2\tfactory\tcondoms\tProduct-Producer_reversed\tgiven the factory's primary product is condoms, the gay community's support is essential\ne1\te2\tstudy\tlevels\tOther\tthe study is making a valuable contribution to determining the levels of sustainable tourism in this country\ne1\te2\tsettlers\tland\tEntity-Destination\tnew settlers arrived into this harsh land to seek a new life\ne1\te2\tphoto\tframe\tContent-Container\ta digital photo frame (also called digital media frame) is a picture frame that displays digital photos without the need to print them or use a computer\ne1\te2\tauthor\tnovel\tProduct-Producer_reversed\tthe author's new novel, a staggeringly detailed and charged re-creation of the period between the end of the 19th century and the first world war, overflows with people attempting to define their responsibilities\ne1\te2\tcomplaints\tdoor\tEntity-Destination\tcsu stanislaus students take complaints to president's door\ne1\te2\tclinker\tshipwrights\tProduct-Producer\tany form of clinker hull, even the triple clinker of the late medieval english shipwrights, was totally unsuitable for such treatment\ne1\te2\tflotilla\tvessels\tMember-Collection_reversed\tchina has tested barack obama early in his presidency, with a flotilla of naval vessels surrounding and harassing a us spy ship in the south china sea\ne1\te2\thoneysuckle\tsyrup\tEntity-Origin_reversed\thowever, since meat eating was a taboo in japan then, azuki bean paste sweetened with honeysuckle syrup, was used as a replacement filling\ne1\te2\tlining\tjacket\tComponent-Whole\tit was in the lining of this jacket that he had managed to secrete the valuables of several villagers\ne1\te2\tchimps\ttools\tProduct-Producer_reversed\t4300 years ago chimps started making stone tools\ne1\te2\tprogram\tpopulation\tOther\tthe recovery plan was the commencement of a captive breeding program from a small wild population\ne1\te2\tdetection dye\tair conditioning\tEntity-Destination\twe introduced leak detection dye into the air conditioning\ne1\te2\tcommunity\tassessors\tMember-Collection_reversed\twe evaluated the application of these guidelines, focusing on the opinions and experience of the global community of national assessors\ne1\te2\tcocaine\tcities\tEntity-Destination\tcaribbean criminal groups have been transporting cocaine into major cities in usa\ne1\te2\ttrimming\tfinches\tMember-Collection_reversed\tfirst these hawks made a meal of a diving of teal, then a trimming of finches came last\ne1\te2\tapp\tpriest\tProduct-Producer\tthe vatican's pontifical council for social communications has blessed an app developed by an italian priest\ne1\te2\tbattalion\tarchers\tMember-Collection_reversed\tlike a battalion of medieval archers, these plasma cells let fly their antibodies, which travel to their targets on the outer surface of harmful bacteria\ne1\te2\tclause\tpension\tMessage-Topic\tthe second clause tells of the pension that is the equal of one service-fraction of final compensation\ne1\te2\tdisruption\tfloods\tCause-Effect_reversed\tthe disruption has been caused by the freak storms and flash floods overnight\ne1\te2\tgrief\tdeath\tCause-Effect_reversed\tan organization with the mission of allowing a safe haven for parents to share their grief after the death of a child\ne1\te2\tauthor\tnovel\tProduct-Producer_reversed\tearlier this year, the author's latest novel, the complaints - his first since retiring rebus - became a number one bestseller\ne1\te2\ttheory\tanswer\tMessage-Topic\tour theory supplies the answer\ne1\te2\talarm\tswitch\tComponent-Whole_reversed\tthe alarm has one magnetic switch and operates on a 12-volt battery\ne1\te2\tdisruption\tstrike\tCause-Effect_reversed\ti have been talking extensively here about the disruption that has been caused by the brazilian air traffic controllers white strike\ne1\te2\tdetectives\tcase\tOther\tthe detectives have been dragged into a mysterious case\ne1\te2\tlimits\tstem cell research\tOther\tlegislators are considering new limits on stem cell research\ne1\te2\tpollution\tcoal\tCause-Effect_reversed\tair pollution from coal fired sources is so serious we can not afford a policy that backslides in any way\ne1\te2\tdifficulties\tstructure\tEntity-Origin\tthe difficulties in developing vista stemmed from its monolithic structure and the need for 'backwards compatibility', i.e. ensuring that software used by customers on older versions of windows will work under vista\ne1\te2\tsatellite\tservice\tOther\tthe satellite has been placed into service\ne1\te2\tbatteries\tteam\tProduct-Producer\tthe batteries developed by the team from tel aviv university (tau) work in a different way than conventional batteries\ne1\te2\tpicture\tframe\tContent-Container\ti had the picture frame in my office for couple of days, but like anybody else in the world i wanted to play with the device for a little longer\ne1\te2\tregiment\tgrenadiers\tMember-Collection_reversed\tinitially, the infantry component of the guard consisted of one regiment of foot grenadiers and one of foot chasseurs, each with two march battalions and one training battalion\ne1\te2\ttemple\tsealer\tOther\tin these cases, marriages performed in the temple by a duly authorized temple sealer are recognized by the government\ne1\te2\tarchitect\tmasterplan\tProduct-Producer_reversed\tthey really saw the architect's expensively produced dongtan masterplan as a blueprint for a more sustainable future\ne1\te2\texeretonevra\tfamilies\tEntity-Destination\tthe workers have accidentally placed exeretonevra into several families\ne1\te2\tprotein\tcell\tComponent-Whole\tone drug blocks the protein inside a cell and the other does the same on the cell's surface\ne1\te2\tmen\tjoke\tProduct-Producer_reversed\tanother period of silence was broken by one of the men who told a joke\ne1\te2\twhoop\tgorillas\tMember-Collection_reversed\tsurviving a plane crash over micronesia as a baby that killed my adoptive parents, i was initially raised by a whoop of wild gorillas, then later by savage pygmies who idolised me as someone with special powers and christened me \"mighty white man\", shortened recently to dean wightman\ne1\te2\tboxes\tusers\tEntity-Destination\tall 1000 lemote boxes have been delivered to the users\ne1\te2\tplayers\tpickup\tInstrument-Agency_reversed\tsome players attach a pickup to their traditional string instrument to \"electrify\" it\ne1\te2\tweather\tconversation\tMessage-Topic_reversed\tthe weather is a constant topic of conversation, especially of course when it comes to climate change\ne1\te2\tinfections\trash\tCause-Effect\tmany viral infections that cause rash resolve within several days and require no medication\ne1\te2\tbird\ttank\tEntity-Destination\tthe bird was put in a fish tank, and a tube was run into the tank\ne1\te2\tteacher\tknife\tInstrument-Agency_reversed\tafter the heimlich maneuver fails, the teacher performs a cricothyrotomy with a kitchen knife and a drinking straw\ne1\te2\tbagful\tlies\tMember-Collection_reversed\tblum turned whistle-blower after becoming morally nauseated at the bagful of lies that launched the country on its disastrous adventure in vietnam\ne1\te2\tsoda\tcan\tContent-Container\tmy soda came in a can\ne1\te2\thandgrip\tfirearm\tComponent-Whole\ta laser sighting device for a firearm comprises a holder adapted to attach to the handgrip of the firearm such that the firearm may be held in a firing position\ne1\te2\ttext\tdialog box\tComponent-Whole\tpeople did read the text in a dialog box\ne1\te2\tproducts\tmaterials\tEntity-Origin\tthe finished products ordered by the customer are manufactured using the raw materials purchased from suppliers\ne1\te2\tsong\tteam\tProduct-Producer\tthe theme song was written by the songwriting team of jay livingston and ray evans\ne1\te2\tchin\tpatient\tComponent-Whole\tafter the family leaves, remove the towel from under the chin of the deceased patient\ne1\te2\tmurmuration\tstarlings\tMember-Collection_reversed\tws a murmuration of starlings enters a holly grove, it ruins the entire crop\ne1\te2\tauthors\tbook\tProduct-Producer_reversed\tangela works with authors who've completed a nonfiction book, and also with authors who are just in the planning stages\ne1\te2\tchapters\tnotion\tMessage-Topic\tthe preceding chapters have made little reference to the notion of film language\ne1\te2\tmanufacturers\tpyrometers\tProduct-Producer_reversed\tthe manufacturers of pyrometers put up an excellent show\ne1\te2\tvirtuoso\tinstrument\tInstrument-Agency_reversed\tmeurkens is one of those rare musicians who makes you listen to his instrument - the harmonica - as a virtuoso instrument\ne1\te2\tcomposer\tcomposition\tProduct-Producer_reversed\tin most non-percussion music, the instrument sounds are simply the tools with which the composer creates a composition\ne1\te2\thaft\taxe\tComponent-Whole\tthe roaring chainsword bit into the haft of the axe, just below the massive blade\ne1\te2\tbottle\tappendix\tContent-Container_reversed\the also finds a bottle with joe's appendix in it\ne1\te2\tsergeant\tarmy\tMember-Collection\tall they have on their side is the most artful sergeant in the army and a vampire with a lust for coffee\ne1\te2\tmoney\taccounts\tEntity-Destination\tthe money getting through from our own third-world bankrupt economy is drained into corrupt dictators' accounts\ne1\te2\tbacteria\tbreakouts\tCause-Effect\tthe kind of treatments necessary to kill the bacteria which cause acne breakouts must be prescribed or administered by a medical professional\ne1\te2\topposition leader\thiding\tOther\tthe opposition leader has gone into hiding\ne1\te2\tidea\tchild care\tOther\ti had another idea to do with child care that was stroller related\ne1\te2\tmanuscripts\taspects\tMessage-Topic\tthe remaining three manuscripts concerned the psychological aspects of gender-confirming surgical treatment\ne1\te2\tball\tstick\tContent-Container\tlacrosse players carry the ball inside a stick\ne1\te2\tgold\tring\tOther\ti've just sold a gold ring, which was my last asset and now we have nothing left for a better life\ne1\te2\tprograms\tcomputers\tEntity-Destination\ta few have successfully imported programs into their own computers\ne1\te2\tcolony\tpenguins\tMember-Collection_reversed\twhen the pilots were flying over a colony of penguins, the birds were watching the planes, but instead of moving their bodies to follow the aircrafts they only moved their heads which lead them fall backwards over\ne1\te2\ttelegram\texecutive\tEntity-Origin\the was beginning to think he'd better find something else to do with his life when out of the blue a telegram arrived from an executive at ibm\ne1\te2\tpopulation\tcitizens\tMember-Collection_reversed\tthe report looks at past and future of booming population of senior citizens\ne1\te2\tyogurt\tsoup\tEntity-Origin_reversed\tyogurt soup is a popular comfort dish both in turkey and central asia\ne1\te2\tbook\tpoet\tProduct-Producer\tin this book, the coptic egyptian poet returns to his cultural roots and the legacy of strength so necessary to confront the hostilities against entire communities because of language, nationhood or religion\ne1\te2\ttrain\twagon\tComponent-Whole_reversed\tdrawings, backgrounds and decorations are placed over the complete height of the train wagon, but don't cover the entire width of the train wagon\ne1\te2\tcomments\tadherence\tMessage-Topic\tthe commission is accepting comments regarding the program's adherence to the accreditation standards\ne1\te2\tblinking\teyelids\tCause-Effect_reversed\tblinking is caused by the eyelids sliding down over the positively charged cornea, whereas saccade potentials are caused by changes in the orientation of the corneoretinal dipole\ne1\te2\tvisit\tfrenzy\tCause-Effect\tthe surprise visit caused a frenzy on the already chaotic trading floor\ne1\te2\torganization\tcorporation\tMember-Collection\teach organization that is a member of the corporation as provided in the constitution of the corporation is entitled to all the benefits of incorporation under this chapter\ne1\te2\tstory\treports\tMessage-Topic_reversed\tlina's incredible story was documented in contemporaneous reports by edmundo escomel\ne1\te2\tnumber\tdate\tOther\tbut i am trying to get a week number from a given date\ne1\te2\tcopy\tpacket\tContent-Container\ta copy of the survey was enclosed in the back-up materials packet\ne1\te2\tdistress\tbankers\tCause-Effect_reversed\tan agenda of deeper reforms can boost public confidence even as it undoes a lot of the distress caused by the financiers and bankers\ne1\te2\tevent\tworkshop\tComponent-Whole_reversed\tas it did in 2004, the event combined the annual neural prosthesis workshop - now in its 36th year - and the dbs consortium\ne1\te2\tmouse\tprison\tContent-Container\tthe mouse was enclosed in a prison with no hope of escape\ne1\te2\tfever\tdehydration\tCause-Effect_reversed\tbe sure to drink plenty of water to prevent running a fever from dehydration\ne1\te2\tmolecules\tsynapse\tComponent-Whole\tbut researchers have now learnt how molecules at the site of the synapse behave to cement a memory\ne1\te2\tflush\tmallards\tMember-Collection_reversed\ta flush of mallards splash and forage in melt-water on the parkland turf\ne1\te2\tauthor\tstudy\tProduct-Producer_reversed\ton the other, there's the man of letters jim, a stalwart of book festivals from edinburgh to richmond, the author of an acclaimed study on the progress of music, chairman of last year's man booker prize and the presenter of the long-running radio 4 series book club\ne1\te2\tlist\tcities\tMember-Collection_reversed\tthe following is a list showing the 100 largest incorporated cities in the state of california ranked by population\ne1\te2\ttoothpaste\tjar\tContent-Container\tthe first mass marketed toothpaste was in a jar from colgate with the tubes we know today coming into existence in 1896\ne1\te2\tblazer\tbin\tContent-Container\ti have no idea why this rather loud blazer from the gap was in a bin at my local dollar tree\ne1\te2\tdiscussion\tneed\tMessage-Topic\tthe concluding panel discussion pointed out a high need and interest on sharing a set of well defined same scenarios and use cases transparently described as well as modules and simulators\ne1\te2\tplaform\tsteel\tEntity-Origin\tthis speed bag plaform is made of heavy duty powder coated steel that secures easily to a wood stud, brick or concrete\ne1\te2\tactivists\tcages\tEntity-Destination\tth animal rights activists have approached the open-air cages\ne1\te2\tsighting\tdistance\tOther\tour first sighting of the mighty mount kinabalu was from quite a distance and it was still extremely impressive\ne1\te2\ttextile\tmill\tProduct-Producer\ta textile mill is a factory for making textiles\ne1\te2\tgaze\traccoons\tMember-Collection_reversed\tthe gaze of raccoons seemingly form an orderly queue to accept snacks from the bus driver as he stops off outside the legion of honor museum in san francisco\ne1\te2\tplot\tcrises\tMessage-Topic\tthe melodramatic plot dealt with crises of human emotion\ne1\te2\treport\ttechnician\tProduct-Producer\tin october, the group reporters without borders, based in paris, released an astonishing report by a chinese internet technician writing under the pseudonym \"mr. tao.\ne1\te2\tbear\tswamps\tEntity-Destination\ta bear was dropped into petrified swamps devastated by the 2004 tsunami\ne1\te2\tinjuries\tbike-accident\tCause-Effect_reversed\tthe consequences of the injuries caused by the bike-accident in february, fractures in the area of head and neck, unfortunately have turned out to be still too severe\ne1\te2\tagency\tsupply\tOther\tthe agency also provides a third of the region's power supply, drawn mostly from generators inside big dams\ne1\te2\tmelee\trioters\tMember-Collection_reversed\tlast month, police fired shots into the air at a soccer game in eastern congo, attempting to break up a melee of rioters who believed one of the players was a witch: 15 fans died from trampling\ne1\te2\trights\tbenefits\tOther\tmore people know and understand their rights on issues such as benefits, housing and employment\ne1\te2\tsodium hypochlorite\ttooth\tEntity-Destination\tduring a root canal, sodium hypochlorite was put into the tooth, and went through the tooth into the patient's sinuses\ne1\te2\tbook\tscribe\tProduct-Producer\teven so, the labour involved in the meticulous copying of a text made a book produced by a professional scribe a comparatively expensive luxury\ne1\te2\tlobby\tbuilding\tComponent-Whole\tthe software made it easier for the team to explore rational ways of expanding the lobby using the geometry of the building\ne1\te2\tclan\tberserkers\tMember-Collection_reversed\tin the age of myth, a clan of berserkers made war against a druidic order\ne1\te2\tdevices\tcommotion\tOther\tthe passenger set off the devices at detroit metropolitan airport, causing a commotion and some injuries\ne1\te2\tauthor\tbook\tProduct-Producer_reversed\tthe author of this book is believed to be nehemiah himself\ne1\te2\tdraft\tscientist-authors\tProduct-Producer\the noted that, before printing, key phrases had been deleted that had earlier been approved by the draft's several scientist-authors\ne1\te2\tproduct\tonline shopping malls\tEntity-Destination\tthe new product has been released into the online shopping malls\ne1\te2\tteam\tadvertisement\tProduct-Producer_reversed\tthe team put up an advertisement to fill 225 posts, we received over 6500 applications\ne1\te2\tconversation\tinvestment\tMessage-Topic\tconversation was centered more around investment in the consumer area rather than fb specific\ne1\te2\tbottle\tliquid\tContent-Container_reversed\tthe mechanism whereby air enters the skull could perhaps be compared to that in which air enters a bottle full of liquid\ne1\te2\tsleeve\tshirt\tComponent-Whole\tthe right sleeve of this shirt features the harley-davidson bar & shield logo in orange, black and white\ne1\te2\tassociation\tdevelopments\tOther\tthe association keeps teachers informed about current developments\ne1\te2\tflat\tbalcony\tComponent-Whole_reversed\tthe flat has a big balcony, a bathtub and there's also a lift if you don't want to walk up 2 flights of steps to the second floor\ne1\te2\tanesthetics\tdepression\tCause-Effect\tthe amide-linked local anesthetics, bupivacaine and ropivacaine, cause depression of cardiac contractility and dysrhythmias\ne1\te2\tnuclei\ttube\tEntity-Destination\ttwo nuclei have migrated into the conjugation tube\ne1\te2\thold\tboat\tComponent-Whole\tthe engine operated three strands of rope fall, hoisting from the hold of the boat three tubs of iron ore at a time\ne1\te2\tpillow\tbed\tOther\tfrom the transistor radio you listened to under the pillow of your bed to streamcasts on the net, fisher covers it all, and extremely well\ne1\te2\tapproach\tconvergence\tOther\tthe functionalist approach tries to explain the convergence of modern welfare states\ne1\te2\troots\ttree\tComponent-Whole\tthe ground has eroded away around the roots of this young pine tree\ne1\te2\tcircle\tsouls\tMember-Collection_reversed\tit was a beautiful example of community forming - a circle of kindred souls who shared a vision and a dream\ne1\te2\tsuffering\tdrinking\tCause-Effect_reversed\taware of the suffering caused by unmindful drinking, i am committed to cultivate good health, both physical and mental, for myself, my family, and my society\ne1\te2\tbook\ttitle\tComponent-Whole_reversed\tshe clicked on the book title to see a couple of illustrations from the book\ne1\te2\tconfiguration\tdominoes\tOther\tthis configuration of dominoes is called the layout, string, or line of play\ne1\te2\tman\tpole\tInstrument-Agency_reversed\ta man in a boat pushes the shore with a pole and his boat gets clear of the shore\ne1\te2\tscold\tjays\tMember-Collection_reversed\toften times i have watched a scold of blue jays band together to battle the crows\ne1\te2\tapplications\tprize draw\tEntity-Destination\tten applications are automatically entered into a monthly prize draw\ne1\te2\tbrigade\tsoldiers\tMember-Collection_reversed\tgeorge clooney, ewan mcgregor, kevin spacey and jeff bridges are in top form in this uproarious tale about a top-secret brigade of psychic soldiers trained in new age warfare\ne1\te2\tviruses\tlabs\tEntity-Destination\tthe viruses were sent to unsuspecting labs\ne1\te2\tjournal\tbox\tContent-Container\tthe journal was inside a box of items given to him and his wife by his stepfather, after his mother's passing, which they never sorted through but kept stored in a garage\ne1\te2\ttie\twardrobes\tEntity-Origin\tthe tie is going away from men's wardrobes\ne1\te2\tswing\twicket\tEntity-Origin\tafter the swing went away from the wicket he couldn't do anything\ne1\te2\tchild\tnose\tComponent-Whole_reversed\tyears later, and here i am, thirteen years old, the child with her nose pressed up against the window waving goodbye\ne1\te2\tnews\tblog\tOther\tmilinkovich, executive director for life of the eclipse foundation (just kidding mike) broke the news today in his blog\ne1\te2\tcivilians\tareas\tEntity-Destination\t77793 civilians have arrived into the government controlled areas within the last two days\ne1\te2\tsuitcase\tschool supplies\tContent-Container_reversed\ton my trip, i brought with me a suitcase full of school supplies\ne1\te2\tculprit\tdata\tEntity-Origin\tsurprisingly soon, a culprit popped out of the data\ne1\te2\ttroupe\tminstrels\tMember-Collection_reversed\tamerican warships, which, in addition to opening japan's borders with their show of military supremacy, brought along a troupe of blackface minstrels as entertainment\ne1\te2\thand\tbananas\tMember-Collection_reversed\tthe reddish purple bracts of the flower roll back and split to expose a hand of bananas, usually at the rate of one per day\ne1\te2\tphotograph\tquilt\tMessage-Topic\tannie mae young is looking at a photograph of a quilt she pieced together out of strips torn from well-worn cotton shirts and polyester pants\ne1\te2\tirritation\tsun\tCause-Effect_reversed\toak root and chamomile provide a gentle astringent that helps reduce inflammation and calms skin irritation from the sun and environmental pollutants\ne1\te2\tfounders\ttv\tEntity-Destination\tskype founders have moved into a net tv\ne1\te2\tworkers\tstructure\tProduct-Producer_reversed\tbut what is not seen in the television pictures, is the almost invisible army of 7000 migrant workers who built the iconic structure\ne1\te2\tpeople\thomes\tEntity-Destination\tthe older people have been moving into new homes\ne1\te2\tcolitis\tantibiotics\tCause-Effect_reversed\tthe colitis usually is caused by taking antibiotics\ne1\te2\tnotes\tstate\tMessage-Topic\tcomprehensive notes survey the current state of the law, raise questions for class discussion, and address the continuing controversies in this field\ne1\te2\tcents\tinitiatives\tEntity-Destination\t50 cents from every book sold are invested into sustainability initiatives\ne1\te2\tdebate\tmergers\tMessage-Topic\tthe panelists bring knowledge and experience to a debate focusing on mergers, acquisitions and joint ventures within the world's largest industry\ne1\te2\tfigurine\tchocolate egg\tContent-Container\tthe figurine was inside a chocolate egg eaten by ten-year-old dixie, a dalmatian collie living in aberdeen\ne1\te2\tstructure\tdome\tOther\tthis lowly structure is preserved and protected from decay by having built over it an outer structure surmounted by a great dome of glass\ne1\te2\tinformation\tpresidents\tEntity-Origin\tout current secretary is gathering information from past presidents and committee chairs\ne1\te2\tstardust\tcycles\tEntity-Origin\tit is stardust that remains from previous cycles of evolution, cycles without a beginning or end\ne1\te2\tprotein molecule\texistence\tOther\tthe protein molecule has come into existence by natural processes\ne1\te2\tfood\tcompany\tProduct-Producer\tstarting a food and beverage company from scratch requires a lot of planning and research\ne1\te2\tcash\ttowel\tContent-Container\tmethamphetamine residue and a broken pipe used for consuming it were retrieved from a toilet, along with $7800 in cash that was hidden in a towel\ne1\te2\tpuppet\trecords\tProduct-Producer_reversed\tthe puppet, who rose to fame through a children's tv show called the den, has recorded a string of hit records, including dustin unplucked\ne1\te2\tprofits\tinflation\tCause-Effect_reversed\tthe halting of easy profits from inflation brought on a banking crisis, which resulted in a complete restructuring of the industry during the late 1990s\ne1\te2\tking\tdecree\tProduct-Producer_reversed\tthen they came near, and spake before the king concerning the king's decree\ne1\te2\tfire\tearthquake\tCause-Effect_reversed\toverall, the fire after the earthquake burned out 7456 houses in over 530 localities\ne1\te2\thero\tstrength\tOther\tthe hero initially attempts to stop the train with his own strength, but fails miserably and doesn't slow the train down\ne1\te2\tworker\tsurface\tEntity-Origin\tthe injured worker fell from an elevated work surface or was struck by an object falling from an elevated work surface\ne1\te2\tscientist\ttheories\tProduct-Producer_reversed\tthe scientist's theories about the mutants being extinct were proven false when hades and his surviving clan members stalked and brutally killed wilson\ne1\te2\tsettlers\tditch\tProduct-Producer_reversed\tthe remaining settlers dug a 10 miles (16 km) ditch from the sevier's east fork into tropic valley\ne1\te2\tcommandos\tplant\tEntity-Destination\tthe commandos were dropped into a french nuclear plant\ne1\te2\twares\tfilmmakers\tProduct-Producer\tfilm exhibition in north america, wrapped this past weekend, and paste was there to sample the latest wares from the world's filmmakers\ne1\te2\tparagraph\treasons\tMessage-Topic\tstudents write a paragraph stating reasons for doing something, and then a paragraph about how to do something\ne1\te2\tcongress\tnations\tMember-Collection_reversed\twe have a congress of different nations and congress within nations and some sports congress\ne1\te2\tsubjects\tattenuator\tInstrument-Agency_reversed\tthe subjects adjusted the signal level with a shop-built attenuator\ne1\te2\torder\tevents\tOther\tremaining under the same influence, it was in the natural order of events that john, a little later, recorded his awakening into the new life at a religious meeting at a quarter before nine o'clock on the evening of may 24th 1738\ne1\te2\twave\tregion\tEntity-Origin\tin this animation the incident wave is travelling from a high density region towards a low density (high wave speed) region\ne1\te2\tswell\tstorm\tCause-Effect_reversed\tthe northwest swell was generated by a powerful storm off japan on jan. 5 and gained strength last week\ne1\te2\tslingshot\thero\tProduct-Producer\thaving built a makeshift slingshot, the hero apparently flies through the ceiling of his shabby room and vanishes into space\ne1\te2\tteeth\twallet\tContent-Container\ta customer shopping at a walmart in falmouth found 10 human teeth in a wallet he was about to purchase\ne1\te2\tprocession\tbas-reliefs\tMessage-Topic_reversed\tthe procession formed the subject of the bas-reliefs which embellished the outside of the temple of the parthenon\ne1\te2\tstress\tacne\tCause-Effect\tin the same way that diet and stress effect facial acne they also effect body acne therefore the basic \"clear skin rules\" of cutting out greasy, fatty foods, and sugary foods as well as trying to reduce everyday stress apply to body acne as well\ne1\te2\twoman\toffice\tEntity-Origin\twhen i got up there, a woman popped out of an office and introduced herself as the pm's secretary\ne1\te2\tregiment\thunters\tMember-Collection_reversed\ta western regiment was behind it, a regiment of hunters and marksmen\ne1\te2\tdirector\tstudio\tProduct-Producer_reversed\tthe museum's first director, who oversaw the museum for 50 years, converted the building into an art studio\ne1\te2\tman\tpit\tEntity-Destination\tthe man fell into a pit\ne1\te2\taccounts\tbasis\tMessage-Topic\tthe accounts have been prepared on a historical cost basis\ne1\te2\tcouple\toutback\tEntity-Destination\ta young couple travelled into the australian outback\ne1\te2\tnovels\tthemes\tMessage-Topic\tthe discworld novels contain common themes and motifs that run through the series\ne1\te2\tadventure\twizards\tOther\tthis latest adventure from the animation wizards at pixar is beautiful, masterly, inspired - and delivers a powerful ecological message\ne1\te2\thairdressing\tcolor\tOther\thairdressing with color has become a common trend these days\ne1\te2\tdownflow\ttimes\tOther\tthe height-time profiles revealed that the downflow started at times of the deceleration phase of the cme core\ne1\te2\trod\tpiston\tComponent-Whole\tthe rod of the piston, which is connected to the nose steering spindle, causes it to pivot at point x\ne1\te2\tthesaurus\tlogs\tEntity-Origin\tthe purpose of this paper is to present an on-going research that constructs a live thesaurus directly from search term logs of real-world search engines\ne1\te2\tbike\tcrate\tContent-Container\tthe bike was in a crate on the back of a truck\ne1\te2\tinformation\tsurveys\tEntity-Origin\tthe information presented here comes from a series of seasonal telephone surveys\ne1\te2\tpack\tcd\tContent-Container_reversed\tthe pack contained a cd which held a range of resource information sheets and some presentations that could be integrated into your training packages\ne1\te2\tspace shuttle\tspace\tEntity-Destination\ta space shuttle travels into space\ne1\te2\tpeacekeepers\tregion\tEntity-Destination\tthe eu sent peacekeepers to the middle eastern region\ne1\te2\tteam\tregularity\tOther\tthe team won the association's championship with some regularity\ne1\te2\texhibition\tworks\tComponent-Whole_reversed\tthe exhibition comprises more than sixty works of art from international public and private collections\ne1\te2\tenzyme\tstrawberries\tProduct-Producer_reversed\tthe strawberry-maker enzyme, found in the roots of the plant, builds strawberries after being catalyzed by the digestive fluid of an earthworm\ne1\te2\troot canals\ttooth\tComponent-Whole\tmicroorganisms in your oral flora gain access to the pulp chamber and root canals in the affected tooth\ne1\te2\tamber\tfirkin\tContent-Container\ti was thrilled to see this delicious pennsylvania 7.5% amber in a firkin down there\ne1\te2\tbirds\tsubway\tEntity-Destination\tall the birds have flown into the subway for the snowstorm\ne1\te2\tgalaxy\tfigures\tMember-Collection_reversed\ta galaxy of legendary figures from the annals of western history comes to life in this stirring sequel to intellectuals and creators\ne1\te2\tslaves\tbedcovers\tProduct-Producer_reversed\tthe quilting tradition in gee's bend goes back to the 1800s, when slaves fashioned bedcovers out of strips of cloth\ne1\te2\twire\tinjury\tCause-Effect\tthe wire had caused a slight injury on the ventral side of the neck and at the base of horns\ne1\te2\tbarrister-cum-writer\tdefender\tProduct-Producer_reversed\tsir john mortimer, the barrister-cum-writer who created the old bailey's most famous fictional defender, has died at the age of 85\ne1\te2\tdeliverables\tinformation\tMessage-Topic\tthe resulting deliverables provide richer, more detailed, and more helpful information for your clients\ne1\te2\tcompany\tmethod\tProduct-Producer_reversed\ttoday's story of patent insanity comes to us courtesy of wysong, a small natural pet foods company that came up with a method to put probiotics in foods in the early 80s\ne1\te2\tmelamine\tsample\tOther\tthe industrial chemical melamine was found in a sample of infant formula made in the usa\ne1\te2\tdiamond\tcolliers\tOther\twho buys all these glittering diamond colliers, rings, pendants, etc., eto., is. a mystery\ne1\te2\tagency\tads\tOther\tbetter&partners communications is an advertising agency specialized in tv ads, outdoors, media, marketing, consulting, press, etc..\ne1\te2\tdroplets\tsneezing\tOther\tthe spread is mainly airborne, via the virus-laden droplets produced by coughing and sneezing\ne1\te2\tstress\tcorrosion\tCause-Effect\tspecial articles specifically on gas corrosion and stress corrosion are also available in the literature\ne1\te2\tcentral nervous system\tbrain\tComponent-Whole_reversed\tthe central nervous system comprises the brain and the spinal chord\ne1\te2\taccidents\tdrivers\tCause-Effect_reversed\trecent traffic studies by the department show that a majority of the accidents are caused by drivers\ne1\te2\tarmy\tbloggers\tMember-Collection_reversed\tin the past couple of days, a small army of bloggers and journalists have indicated that they're heading for ses chicago\ne1\te2\tpain\tindigestion\tCause-Effect_reversed\tchest pain from indigestion feels like an intense burning and is usually accompanied by regurgitation and gas\ne1\te2\tskate shoes\tstore\tEntity-Destination\tnew skate shoes have arrived into the store\ne1\te2\tsuitcase\tmarijuana\tContent-Container_reversed\tu.s. customs and border protection officers stopped a drug-smuggling attempt when they seized a suitcase full of marijuana\ne1\te2\tcourse\tprogramme\tComponent-Whole\tthis course is part of the master of veterinary public health (mvph) programme at faculty of life sciences, university of copenhagen, denmark\ne1\te2\twebsites\tcollege\tMessage-Topic\tthe best online advices come from the websites that are specialized in college and nba leagues\ne1\te2\twetlands\tditches\tEntity-Destination\the has been draining the wetlands into federally owned ditches\ne1\te2\teyrar\tswans\tMember-Collection_reversed\tthis time, however, another bird joined the eyrar of black swans, as dubai-owned subsidiary dubai world. oliver russ. argonaut capital partners\ne1\te2\tpresentations\tproceedings\tComponent-Whole\tpresentations and outputs of the conference have been provided in the conference proceedings\ne1\te2\tcurrency\tbuckets\tContent-Container\ta traffic stop for speeding tuesday afternoon in troup county led to the seizure of more than $540,000 in currency that was hidden in buckets of roofing tar\ne1\te2\ttimer\tcooker\tComponent-Whole\tthey set the timer on the cooker for three minutes\ne1\te2\ttears\tpain\tCause-Effect_reversed\tit was intermittently wet and dry, and almost always followed with a whine and often a few tears from the terrible pain\ne1\te2\tburrows\trashes\tCause-Effect\tthe mite's burrows, fecal matter, proteins and eggs cause itching, rashes and sensitivity\ne1\te2\tvictim\tscrewdriver\tEntity-Origin_reversed\tmarcus stabs one of the attackers with a screwdriver and we see the impact, as well as the victim painfully removing the screwdriver\ne1\te2\tintranet\ttraining opportunities\tOther\tit also uses the intranet to inform staff about training opportunities or forthcoming staff events\ne1\te2\tdata\tsystem\tEntity-Destination\texternally derived data were leaked into the system\ne1\te2\tquestion\tarrangements\tMessage-Topic\ta question was raised in relation to the partnership arrangements in germany\ne1\te2\tpiano\tkeyboard\tComponent-Whole_reversed\tfor a beginner, the layout of piano keys is hard to recognize on a piano keyboard\ne1\te2\tconvention\tteachers\tOther\tthe kiosk was placed at a statewide convention of science teachers and in a high school science classroom\ne1\te2\tdevastation\tasteroid\tCause-Effect_reversed\tthus previous scientific estimates had overstated the devastation caused by the asteroid, since topographic and ecologic factors contributing to the result had not been taken into account\ne1\te2\tpieces\tplace\tEntity-Destination\tthe pieces are falling into place\ne1\te2\tpreamble\tpurpose\tMessage-Topic\ta preamble explains the document's purpose and underlying philosophy\ne1\te2\tdevice\ttermination\tCause-Effect\tthe analysis device instigates the termination of the connection\ne1\te2\tletter\tagent\tEntity-Origin\tthey took her address and two years later a letter arrived from an agent asking if she'd like a part in a big motion picture\ne1\te2\tagencies\tcountry\tEntity-Origin\tthe local industry was virtually demolished that year as other agencies bailed out of a country whose business practices were becoming increasingly corrupt and dangerous for foreign executives\ne1\te2\thouses\twoods\tOther\tkids built forts and tree houses in the woods out of materials swiped from the construction sites that would eventually render those woods someone's back yard\ne1\te2\tadvertising campaign\tproducts\tMessage-Topic\tthe marketing strategy and advertising campaign of the company's products are dedicated to bringing back the old traditional glamorous image\ne1\te2\tfear\tbugs\tCause-Effect_reversed\teither we saw our mothers show fear from bugs /spiders/cockroaches and learned to fear them irrationally\ne1\te2\tpoint\tpen\tComponent-Whole\tthe point of the pen is in good writing position if the tip is anywhere from a to b\ne1\te2\tplane\trunway\tEntity-Origin\tthis plane taxied back from runway 22r to business apron after aborted takeoff\ne1\te2\twoman\twound\tOther\ta woman was recovering from a bullet wound after she was caught in the cross-fire of a shootout\ne1\te2\tmother\tyoung\tProduct-Producer_reversed\tafter birth, which usually takes place in shallow waters, the mother suckles her young for up to 18 months\ne1\te2\tapricot\tmarmalade\tEntity-Origin_reversed\tapricot marmalade is effective in treating emotional indigestion\ne1\te2\tplants\tanalysis\tInstrument-Agency_reversed\tplants obtain a significant reduction in water usage and costs by effectively using conductivity analysis\ne1\te2\tearth\tcradle\tOther\ti was digging up the earth to throw into the cradle, when i turned up a lump of ore about the size of a small walnut, which i knew at once was a piece of gold\ne1\te2\tsoda\tdrink\tOther\tso mary found a pocketknife in the compartment and a straw from her soda drink now spilled everywhere\ne1\te2\tcircus\tdreams\tOther\tthese four superb performers - and at the end it's almost impossible to believe there have been so few of them - present a wordless show that is like a circus of human dreams and nightmares\ne1\te2\tnews\tsheep\tMessage-Topic\tthe breakthrough came after the news that a sheep named dolly was born as the first cloned mammal\ne1\te2\tpublication\tevents\tMessage-Topic\tit is an occasional publication reporting recent events and activities taking place at the institute for agriculture and trade policy\ne1\te2\tluff\tsail\tComponent-Whole\tthe luff is the leading edge of a sail\ne1\te2\ttelevision\tscreen\tComponent-Whole_reversed\tblood looks very red on the colour television screen\ne1\te2\tinsights\tindustry\tEntity-Destination\tnielsen released his insights into the online industry\ne1\te2\tfever\timmunizations\tCause-Effect_reversed\tit's common to get a slight fever from immunizations, which can make them uncomfortable\ne1\te2\tshrinkage\twashing\tCause-Effect_reversed\tthey are intentionally sewn larger than the pillow to accommodate for shrinkage from washing\ne1\te2\tcommittee\tfactory\tEntity-Origin\tthe first workers' committee was formed in yamit factory\ne1\te2\tjungle\tcars\tMember-Collection_reversed\tmy grandfather's backyard is an absolute jungle of old wrecked cars\ne1\te2\tcalculator\tengineers\tInstrument-Agency\tthe 50g is hands-down, the absolute best calculator for engineers, surveyors, and hackers\ne1\te2\tidea\tfootball team\tMessage-Topic\tthey planned a meeting where they discussed about this idea regarding the football team\ne1\te2\ttorso\tsuitcase\tContent-Container\tneighbours and some parents saw the limbs and head were missing from the body, and its torso was in a suitcase\ne1\te2\ttrawl\ttrove\tOther\ta trawl through ancient copies of the herts advertiser threw up a treasure trove of information about the early days of the city's first ever cinema\ne1\te2\tliquidity\tfirm\tOther\tthis unwillingness to fund on a secured basis placed stress on the liquidity of the firm\ne1\te2\twheel\tpanel\tComponent-Whole\tthe small wheel of the button panel is limited to the range of a button, so you don't have to worry that you turn into another function\ne1\te2\texhibition\torigins\tMessage-Topic\tthe exhibition considers tea's mythic origins in the hills of southern china\ne1\te2\tthunderstorms\tcancellation\tCause-Effect\theavy thunderstorms caused cancellation of races later in the afternoon preventing the masters mens fours and masters womens and womens eights from racing\ne1\te2\tbelly\tfish\tComponent-Whole\tbut pradyumna did not die, even when he was digested in the belly of the fish\ne1\te2\tgold\tring\tOther\tshe sold a gold ring she received as a gift from her company and her old '80s style chains\ne1\te2\tsoloist\tcadenza\tProduct-Producer_reversed\tin fact, in the concerto form, the soloist often composed and performed a cadenza as a way to express their individual interpretation of the piece\ne1\te2\tsnowstorm\tlosses\tCause-Effect\tactually, the earthquake is largely from a global company that had interests insured in china, whereas the snowstorm losses are exclusively from a variety of chinese companies that we had relationships with for some year\ne1\te2\ttroops\tarea\tEntity-Destination\tthe us troops are going into a mountain area in pakistan\ne1\te2\tscientists\tsupercapacitors\tProduct-Producer_reversed\tscientists have made batteries and supercapacitors with little more than ordinary office paper and some carbon and silver nanomaterials\ne1\te2\tbomb\ttruck\tContent-Container\tthe bomb was contained in a large white truck and consisted of a fertilizer device wrapped with a detonation cord made from semtex\ne1\te2\tcells\tturbinates\tComponent-Whole\tthe three types of bone cells in the nasal turbinates had characteristic ultrastructural features\ne1\te2\textractant\tchlorobenzene\tEntity-Destination\tthe o-dichlorobenzene extractant was removed into chlorobenzene for the first step of rough separation\ne1\te2\ttissue\tglass tubes\tEntity-Destination\tthe tumorous tissue was sealed in pyrex glass tubes with a gas-oxygen flame and frozen by the procedure described previously\ne1\te2\tlicence\twife\tEntity-Destination\tthe porter passed on the licence to the wife and the daughter\ne1\te2\tpollution\tair\tEntity-Destination\tthe pollution is being spread to air rapidly\ne1\te2\tanswers\tcomputer\tEntity-Origin\tnone of the answers just popped out of the computer\ne1\te2\tdeputy\tparty\tMember-Collection\tpierre cardo, a deputy from chirac's party, explained that the most rebellious of \"delinquents\" are \"often products of polygamous families.\ne1\te2\tcar\tspeedometer\tComponent-Whole_reversed\tthe car already has a digital speedometer which tracks speed at, yes, precision of 1 kilometer - not 1.3, 1.6, but exactly 1 km\ne1\te2\treporters\texplanations\tProduct-Producer_reversed\tthe reporters on this project have constructed one of the most comprehensive explanations of how the price of this vital infrastructure has spiraled out of control\ne1\te2\tgerms\tsickness\tCause-Effect\tby avoiding or limiting contact with trash the chance of contracting germs that lead to sickness or disease is decreased\ne1\te2\tmember\torganisation\tMember-Collection\teach member takes part in the activity of the whole organisation in the same way as the organisation is responsible for the revolutionary and political activity of each of its members, since they do not act in the political domain without consulting the organisation\ne1\te2\tdialect\tlanguage\tOther\tthe dialect spoken in the south karelian region of finland is part of the south eastern dialects of the finnish language\ne1\te2\tclimate change\tday\tOther\tclimate change is the topic of the day\ne1\te2\topener\tspiral\tComponent-Whole_reversed\tthe rabbit wine opener even automatically releases the cork from the spiral\ne1\te2\trope\tgarlic\tComponent-Whole_reversed\ta popular kitchen protection is a rope of garlic, onions or peppers\ne1\te2\tperil\tsuitor\tOther\this promised bride was already in great peril from the twisted love of an insane suitor\ne1\te2\tcalamities\tsubversion\tCause-Effect_reversed\tin the years since the adm scandal of the 1990s, the calamities caused by the subversion of the food resources of masses of people to the private profit interests of a few has reached new heights\ne1\te2\tbees\thoney\tOther\tworker bees eating ordinary honey live only four to six weeks\ne1\te2\tvaccine\ttemperature elevation\tCause-Effect\tthe living vaccine, caused a sharp temperature elevation on the day following the second injection\ne1\te2\tsedge\tbitterns\tMember-Collection_reversed\tinstead, i ran at them, whirling my arms and screeching as loud as a sedge of bitterns\ne1\te2\tdivision\tinfantrymen\tMember-Collection_reversed\tonce more he is facing off against the malicious cobra, who has released a division of irresistible infantrymen with fierce battle talents\ne1\te2\tcommittee\tpresident\tMember-Collection_reversed\tthe executive committee is composed of the president, vice presidents from the 10 largest affiliates, and nine other vice presidents chosen in consultation\ne1\te2\tinhabitants\tmainland\tEntity-Origin\tthe philippines' aboriginal inhabitants arrived from the asian mainland around 25000 bc\ne1\te2\texplosive\tcondom\tContent-Container\tan explosive was hidden in a condom or condom-like bag just below his torso\ne1\te2\ttension\tstress\tCause-Effect_reversed\tin a person who already has some neck tension from stress, such an event can lead to a long-term increase of neck tension\ne1\te2\tpasta\tterritory\tEntity-Destination\tthe spices took pasta into moroccan territory\ne1\te2\tpalpitations\theart rhythm\tCause-Effect_reversed\tthe first order of business when a patient complains of palpitations is to check whether the palpitations are caused by a heart rhythm\ne1\te2\tbook\tshelf\tEntity-Destination\tthe book was misplaced into the wrong shelf\ne1\te2\tbridge\tlocation\tEntity-Origin\tthe bridge was moved from its original location in an effort to save it\ne1\te2\tobstruction\tablation\tOther\twe report the second case of ureteropelvic junction obstruction after radiofrequency ablation that resulted in nephrectomy\ne1\te2\tmiscarriages\tgenetic problems\tCause-Effect_reversed\tthe miscarriages are caused by one time, non-repeating genetic problems\ne1\te2\tinflux\timmigration\tCause-Effect_reversed\tit found the net aggregate economic benefit to native-born americans from the enormous influx accidentally triggered by the 1965 immigration is nugatory-less than $10 billion a year, in an economy of $10 trillion\ne1\te2\tforklift\toperator\tInstrument-Agency\tosha regulates that a forklift operator's training program have three parts\ne1\te2\tbackpack\tsocial security number\tContent-Container_reversed\tthe backpack contained a social security number and other miscellaneous items\ne1\te2\tgrove\toaks\tMember-Collection_reversed\tstanding squarely in the way of progressive plans to fortify marseilles, that magic grove of dodonian oaks, holly oaks and alder just had to go\ne1\te2\tjoey\tpouch\tEntity-Origin\tthe joey leaves the pouch for short periods in about nine months of age, but continues to be suckled until it is about 18 months of age\ne1\te2\tengineers\tcomputers\tInstrument-Agency_reversed\tengineers use computers to solve a variety of problems ranging from the evaluation of a simple function to solving a system of nonlinear equations\ne1\te2\tdocument\tjournalist\tEntity-Destination\tsomeone leaked the secret document to a journalist\ne1\te2\tlist\tconversations\tEntity-Origin\tthe list was distilled from conversations and presentations at ibm's emea analyst conference, analyst insights 07\ne1\te2\tworkflow\tdistribution\tEntity-Destination\twe did an integration of the git-based release workflow into the distribution\ne1\te2\tmice\ttrap\tEntity-Destination\tthe mice fell into the trap\ne1\te2\thead\thousehold\tMember-Collection\tthis is the basic household return, filled in and signed by the head of the household\ne1\te2\tteens\tsnags\tEntity-Destination\ttwo other teens ran into snags\ne1\te2\tmovement\tsense\tEntity-Origin\tdeeply chauvinistic, the movement is rooted in an atavistic sense of indian identity that harks back to a mystical time\ne1\te2\tlighting\tshop\tOther\tthe lighting in the shop was dim and the walls were covered with shelves which were covered with shoes\ne1\te2\tcaravan\tmerchants\tMember-Collection_reversed\tjust then a camel caravan of ishmaelite merchants came passing by, on their way to trade in egypt\ne1\te2\tservices\tcall\tEntity-Destination\tthese services are migrated into the call since they require booking facilities\ne1\te2\tmicrowave\tbutton\tComponent-Whole_reversed\tour microwave has a button for popcorn\ne1\te2\tcharm\tgoldfinches\tMember-Collection_reversed\ta small charm of seven goldfinches bounced in front of the bus\ne1\te2\tbook\ttrunk\tContent-Container\tthe book was in a trunk full of documents handed over to the archive\ne1\te2\tlegs\tchairs\tComponent-Whole\tthe legs of the chairs were designed differently and they were continuously upgraded with new styles and designs\ne1\te2\tpeople\tchaos\tOther\tthis statement threw people into chaos\ne1\te2\tdepartment\tcompany\tComponent-Whole\tthe overseas department collaborates with the law department of the company to resolve any legal matters in the field of international trade\ne1\te2\tcomposer\taria\tOther\tthe concert closes with the young composer's take on another aria from guilio cesare, the notoriously tricky al lampo dell'armi\ne1\te2\tspotter\tlamp\tInstrument-Agency_reversed\tthe spotter sweeps the surrounding countryside with a powerful hand-held lamp with a tightly focused beam\ne1\te2\tcells\tpatient\tEntity-Destination\tthe clinical trials have implanted cells into the patient\ne1\te2\tflour\twell\tEntity-Destination\twe had a flour bin, i poured flour into the well, and i stirred it with the bucket\ne1\te2\ttalent\tteaching\tCause-Effect_reversed\tmcgee's talent stemmed from mother's teaching\ne1\te2\trecipe\trestaurant\tEntity-Origin\ti make this all the time and replicated a similar recipe from a wonderful wonderful restaurant in paducah, ky\ne1\te2\tcase\tattack\tCause-Effect_reversed\tharbor beach man pleads in case that stemmed from dog attack on tot\ne1\te2\tantibodies\tcells\tEntity-Destination\tantibodies introduced into living cells by red cell ghosts are functionally stable in the cytoplasm of the cells\ne1\te2\tleash\tgreyhounds\tMember-Collection_reversed\tmany people gamble away their rent and grocery money just to take a chance on a leash of greyhounds chasing a mechanical rabbit\ne1\te2\twork\trealities\tMessage-Topic\tibsen's work examined the realities that lay behind many facades, possessing a revelatory nature that was disquieting to many contemporaries\ne1\te2\tpandemonium\tmonk parrots\tMember-Collection_reversed\tthis morning while shoveling snow a commotion caused me to look up and see that a small pandemonium of monk parrots had chased away all the cardinals from our bird feeder\ne1\te2\tastronauts\torbit\tEntity-Destination\tnasa paid a private company which carried astronauts into orbit\ne1\te2\tband\tsong\tProduct-Producer_reversed\tthe band first reached the charts with the song \"touch my light\" in the late spring of 1993, receiving major airplay on mainstream radio stations\ne1\te2\tfemale\tcuffs\tOther\tthe younger female got out rather easily from the cuffs and massaged her wrists\ne1\te2\tleopard\twild\tEntity-Destination\tthe animal control released a wild leopard into the wild\ne1\te2\tsinusitis\tanxiety\tCause-Effect\tsinusitis and tinnitus cause stress or anxiety\ne1\te2\tlemon\tmarmalade\tEntity-Origin_reversed\tla nicchia's lemon marmalade is a sublime addition to any vinaigrette or fish marinade\ne1\te2\tmillions\tprojects\tEntity-Destination\tthey have poured millions into these projects\ne1\te2\tchurn\tice cream\tOther\tthe hand-cranked churn produced smoother ice cream than the pot freezer and did it quicker\ne1\te2\tcomponents\tbuilding\tComponent-Whole\tas part of their class, titled \"sustainable building design,\" the students analyze the components of the building that play a role in the structure's environmental impact, such as insulation, water usage and drainage, and the heating, ventilation and air conditioning (hvac) system\ne1\te2\tscientists\tsperm\tProduct-Producer_reversed\tbritish scientists have created human sperm using stem cells in a medical first that could revolutionise fertility treatment\ne1\te2\tdeliverance\tcycles\tOther\tit is the way of deliverance from vicious cycles of anger and insult\ne1\te2\tcongregation\thippos\tMember-Collection_reversed\tlake st. lucia, africa's largest estuary, is home to the greatest congregation of hippos and crocodiles in south africa\ne1\te2\tfog\tmoisture\tCause-Effect\tthe cool fog of the summer morning had inundated the fabric of the blimp's coverings with excess moisture, adding additional weight to the aircraft\ne1\te2\tsoundtrack\tband\tProduct-Producer\tthe movie represents the only film soundtrack by the seminal los angeles punk rock band\ne1\te2\tkids\tgusto\tOther\tthe kids dug into the baked ziti with gusto\ne1\te2\tcampaign\tinitiative\tComponent-Whole\tthe campaign is part of the european e-inclusion initiative, which seeks to build on all existing e-inclusion activities and identify synergies between them and improvements in overall e-inclusion impact\ne1\te2\tperturbations\tcurrents\tCause-Effect_reversed\tthe perturbations caused by the substorm related field-aligned currents are most notable in the east-west deflections of the geosynchronous magnetic field\ne1\te2\thouse\tlocation\tEntity-Origin\tafter 1890 the house was moved from its original location to the complex of outbuildings next to the present ross home\ne1\te2\tbattalion\tinfantrymen\tMember-Collection_reversed\tin the process, they initiated the establishment of the tirailleurs senegalais, the first battalion of senegalese infantrymen in 1857\ne1\te2\tquestionnaire\tcoordinators\tProduct-Producer\tin both course offerings, all except one student completed the questionnaire designed by the university coordinators\ne1\te2\tclips\ttelevision\tEntity-Origin\tthe program featured clips from 1950's television and interviews with game show stars\ne1\te2\tchannel\tsoccer\tMessage-Topic\tgoltv's unique offering positions it in the highly competitive us media market as the only tv channel devoted exclusively to soccer\ne1\te2\tmechanic\tscrewdriver\tInstrument-Agency_reversed\tit took the mechanic less than 10 seconds (no exaggeration) to fix the lock with a screwdriver\ne1\te2\tdebate\tseries\tMessage-Topic_reversed\tthis public debate has been reflected in widely advertised series in the popular magazines and by numerous analysts\ne1\te2\tchemicals\tanxiety\tCause-Effect\txanax works by changing brain chemicals that cause stress and anxiety\ne1\te2\thandgun\tpocket\tContent-Container\tthe handgun was discovered inside a sealed velcro pocket on the front driver's seat\ne1\te2\trings\ttoy\tComponent-Whole\tbrightly colored honey dipper beads and chunky disk rings make up this all wood foot toy\ne1\te2\tsuitcase\tclothes\tContent-Container_reversed\tthese children have given up everything - all they own now is a suitcase with clothes in it\ne1\te2\tfungi\tmortality\tCause-Effect\thowever several species of fungi, insect, and bacteria cause mortality or reduced growth of the tree\ne1\te2\treplies\tgroups\tEntity-Destination\tthe replies are posted to all groups\ne1\te2\tcockpit\tcrew\tOther\tthe cockpit accommodated a crew of three, including pilot, radar operator, and sensor operator\ne1\te2\trye\tflour\tEntity-Origin_reversed\trye flour was found to contain only one glutelin, which separated at 3 per cent of saturation with ammonium sulfate\ne1\te2\tquote\tspot\tEntity-Destination\tpee dee academy girls basketball coach jerry coleman placed the quote in a spot where he was sure all of his players could see it\ne1\te2\tlivers\tducks\tComponent-Whole\tviral dna forms in the livers of ducks transfected with mutant genomes\ne1\te2\tpainter\tmarks\tProduct-Producer_reversed\tthe painter's marks represent the story of a hunt or a great war; my symbols represent the story of a problem and its solution\ne1\te2\tpleasure\twork\tCause-Effect_reversed\tthe author clearly got a great deal of pleasure from the work and did not allow his vast amount of material to force him into shallow generalizations\ne1\te2\tinfection\tbacteria\tCause-Effect_reversed\tgeneral information about the infection caused by the bacteria called salmonella, when food is eaten raw or undercooked\ne1\te2\tprofits\tbooks\tCause-Effect_reversed\tall the profits from the books listed below are donated to the norman historic preservation program, inc. (nhpp) to be used toward the renovation of the old norman high school as a children's educational center and museum\ne1\te2\tphysical geography\tnatural environment\tOther\tphysical geography examines the natural environment and how the climate, vegetation & life, soil, water, and landforms are produced and interact\ne1\te2\tcode\tlines\tInstrument-Agency_reversed\tthis code constructs a triangle from a set of three lines\ne1\te2\ttree\telements\tComponent-Whole_reversed\tthe target is semantically a tree that is constructed from elements of terminal and non-terminal nodes represented through lists and symbols\ne1\te2\thome\tassociation\tMember-Collection\tmy home is a part of homeowner's association\ne1\te2\tman\tlist\tOther\trecently the man was put into an interpol red flag list\ne1\te2\twaste\tmetal drums\tContent-Container\tin the 1940s and 50s the empty canal was used by a chemical and plastics company to dump nearly 20,000 tons (c.18,000 metric tons) of toxic waste; the waste was sealed in metal drums in a manner that has since been declared illegal\ne1\te2\tfilm\tdangers\tMessage-Topic\tyoung people from bridgend made this animated film to highlight the dangers of forest fires\ne1\te2\tpouch\tmarsupials\tComponent-Whole\tthe pouch is a distinguishing feature of female marsupials (and rarely in the males as in the water opossum and the extinct thylacine)\ne1\te2\tsurfeit\tskunks\tMember-Collection_reversed\tbut nothing prepared her for the day when a surfeit of 10 baby skunks popped their heads out of the hole and began scurrying about with their mommy\ne1\te2\tcommittee\tguidelines\tProduct-Producer_reversed\twe started the scholarship and then formed a committee of employees who drafted the guidelines of what we wanted to do with it\ne1\te2\tstatements\tinnocence\tMessage-Topic\tdespite previous statements asserting their innocence, both titus and ryan pleaded guilty to various charges on may 30\ne1\te2\tdestruction\tinvasion\tCause-Effect_reversed\tgaza following the widespread destruction caused by the israeli invasion\ne1\te2\tclutter\tcats\tMember-Collection_reversed\tthe ragtag cast evinces as much harmony as a clutter of alley cats in your backyard\ne1\te2\tresolution\tplanets\tMessage-Topic\tin 2006, the international astronomical union officially adopted a resolution defining planets within the solar system\ne1\te2\tcontinent\tabyss\tOther\tthe continent has sunk into deep economic abyss\ne1\te2\tspeech\tinnovation\tMessage-Topic\tmeanwhile, the speech pointed out that the scientific innovation is the only way to develop\ne1\te2\tadventurers\tdepths\tEntity-Destination\tfor years, adventurers from across the prime realms have journeyed into those dark depths seeking glory and wealth\ne1\te2\tpants\tpocket\tComponent-Whole_reversed\tfig. 1 is a front perspective view of a pants pocket showing my new design\ne1\te2\tinvestigations\tidentity\tOther\tinvestigations are under way to establish the identity of human remains found by police in woodland in surrey\ne1\te2\tvote\ttomorrow\tEntity-Destination\tthe house has postponed the vote to tomorrow\ne1\te2\ttree\troots\tComponent-Whole_reversed\tthe majority of tree feeder roots are located in the top four to eight inches of soil\ne1\te2\tgas\tmetal\tEntity-Destination\tthe gas is blown into the molten metal through a gas blast nozzle in a refining furnace\ne1\te2\thole\taccumulation\tCause-Effect_reversed\tthe hole has been caused by the accumulation of dust into planets like earth\ne1\te2\tphotos\tiphone\tOther\ti managed to squeeze decent photos out of an iphone\ne1\te2\tdiverticulitis\tpain\tCause-Effect\tsigmoid colon diverticulitis is the most common cause of acute pain in the left lower abdomen in older adults\ne1\te2\tcalm\tceasefire\tCause-Effect\tthe relative calm produced by the shia ceasefire has coincided with what the cia is now calling the \"near strategic defeat\" of al-qaeda in iraq\ne1\te2\tpresident\tjoke\tProduct-Producer_reversed\tthe president surprised world leaders with a joke about his poor record on the environment as he left the g8 summit in japan\ne1\te2\thug\tteddy bears\tMember-Collection_reversed\ti am a semi-professional myself and i also have a small hug of teddy bears, but the photos that marc hoberman made of these bears are really fantastic\ne1\te2\tauction\thour\tOther\tthe auction started at the ungodly hour of 10 am, which i'm guessing ensures no one will show up after hitting the bars and bid drunk\ne1\te2\tacne\thormonal imbalance\tCause-Effect_reversed\twe are aware that acne or pimples are caused by hormonal imbalance, improper skin care or bad eating habits\ne1\te2\tconference\tprevention\tMessage-Topic\tin march 1997 a scientific conference was held on the topic of prevention and health promotion\ne1\te2\trobot\toperator\tInstrument-Agency\tby contrast, the robot lets the operator just queue raw stock and walk away, returning later to pick up completed parts in the unload queue\ne1\te2\tsuitcase\tbomb\tContent-Container_reversed\ta suitcase with a bomb in it is carried around\ne1\te2\twrinkles\tsun\tCause-Effect_reversed\tmy grandmother is beautiful too but she has a lot of wrinkles from the sun\ne1\te2\tbuttonhole\tbutton\tOther\toriginally, the buttonhole accommodated a button sewn to the underside of the opposite lapel, thus allowing a man to button all the way up in brisk weather\ne1\te2\tbrain\tskull\tContent-Container\tbritain's oldest surviving human brain was discovered inside a decapitated skull placed in a small pit near york\ne1\te2\tsuperfluity\tbachelors\tOther\the established a new administrative system, sent a regiment of regular troops which quelled the lroquois, and then invested vast sums in economicdevelopment, establishing new industries such as lumbering and shipbuilding and subsidizing the immigration of skilled and unskilled labor, and marriageable girls for the superfluity of bachelors\ne1\te2\tinformation\tvariable\tOther\tyou store the information in the variable in your source code\ne1\te2\tserial\tdynasty\tMessage-Topic\tthe eight-part serial was a historical drama set in ancient egypt and charted the ruling dynasty of the cleopatras\ne1\te2\tpaddle\tswitch\tComponent-Whole\tthe device operates as follows: the flowing medium presses against the paddle of the kobold flow switch\ne1\te2\tslate\tcandidates\tMember-Collection_reversed\tthe republican party of pennsylvania has a strong slate of endorsed judicial candidates running for statewide office\ne1\te2\tstruggle\tdrowning\tCause-Effect\tthe confrontation between martyn and liz earlier ended with a struggle that resulted in martyn's drowning\ne1\te2\tscepticism\tliberal reforms\tOther\this scepticism in regard to the liberal reforms of the sixties made him very unpopular among the more progressive writers of that time\ne1\te2\tresearcher\tslide\tInstrument-Agency_reversed\tthe researcher started the slide show with a blue slide showing an overview of all episodes of the task and left the adolescent alone\ne1\te2\tlid\tcasing\tComponent-Whole\the noticed that this black substance was also on the lid of the cracked stone casing\ne1\te2\tdeaths\tinvasion\tCause-Effect_reversed\tthe lancet study already demonstrated that, as of july 2006, the deaths caused by the u.s. invasion of iraq rivaled the death toll of the 1994 rwandan genocide\ne1\te2\tcharacters\tcomics\tMessage-Topic_reversed\tcharacters native to the african continent have been depicted in comics since the beginnings of the modern comic strip\ne1\te2\tpillars\ttemple\tComponent-Whole\tthe two pillars of the temple reinforce the theme of polarity\ne1\te2\tletter\tchest\tContent-Container\tthe letter was in a chest downstairs in the kitchen area\ne1\te2\tauthor\treply\tProduct-Producer_reversed\tthis comment refers to the author's reply\ne1\te2\tstring\twebserver\tEntity-Destination\twe sent the string to the webserver\ne1\te2\tburn\tspilling\tCause-Effect_reversed\ta 3-year-old boy sustains a chemical burn after the spilling of bleach onto his lower extremities\ne1\te2\ttechnique\tozone\tOther\tin the fifties, they developed a technique for treating blood with ozone called 'major autohemotherapy'\ne1\te2\tdesign\tcity\tProduct-Producer\tfrom 1972 through 2000, cassioli's design (or a slight modification) remained on the obverse with a custom design by the host city on the reverse\ne1\te2\tromp\totters\tMember-Collection_reversed\there at flamingo gardens we are proud to have the most prolific romp of river otters in the world, and romp they do\ne1\te2\twriter\tmemoir\tProduct-Producer_reversed\ta writer who lives in salt lake city has recently completed a memoir about her experiences as a mormon missionary\ne1\te2\ttroubling\tgoldfish\tMember-Collection_reversed\tthis \"miller's dozen\" as i'm calling our troubling of 11 goldfish was thought to have dwindled to only 5 or 6 by as soon as the first morning after their purchase\ne1\te2\traffle\tturkeys\tMember-Collection_reversed\tthe farm takes on the raffle of turkeys in july, when they're just one day old, until they're slaughtered in december\ne1\te2\tpoem\tauthor\tProduct-Producer\tin the poem, the author develops the metaphysical issues raised in a riddle and canto\ne1\te2\tdizziness\tdrinks\tCause-Effect_reversed\ti get severe headaches and dizziness from colas and drinks with nutrasweet (aspartame) and splenda (sucralose)\ne1\te2\tmen\tsledgehammer\tInstrument-Agency_reversed\tthe armed men tore down the rear wall using a sledgehammer and used a bolt cutter to destroy the detention locks\ne1\te2\tmankind\tbondage\tOther\tthey have thrown mankind into deeper bondage than ever\ne1\te2\thairs\tbrush\tComponent-Whole\tthe longest hairs that make the tip of the brush all have the same length and stay evenly together\ne1\te2\tmessages\tmembers\tEntity-Destination\tvoters passed on messages to members of the congress by email\ne1\te2\tmango\tnectar\tEntity-Origin_reversed\thermione just shook her head and drank her mango nectar, laughing a little\ne1\te2\tuniverse\tscoundrels\tMember-Collection_reversed\tthe plot evokes old-school space opera with its whirlwind pace, immense scope and twist ending, but cutting-edge extrapolation breathes vivid life into this universe of scoundrels, heroes and romantics\ne1\te2\tkit\tsaw\tOther\tbefore attacking the walthers kit with a razor saw, however, let's take care of some other important layout details\ne1\te2\tcopy\te-mail address\tEntity-Destination\ta copy was sent to your e-mail address\ne1\te2\tship\tharbour\tEntity-Origin\tthey were sailing the ship away from the harbour laughing and cheering\ne1\te2\thomeowners\tequity\tOther\tat least 140000 homeowners have fallen into negative equity\ne1\te2\tmechanic\those\tInstrument-Agency_reversed\tthe whole thing was cleaned up by the mechanic with a high pressure hose\ne1\te2\tparties\tconfidence\tOther\tall parties were taken into confidence over swat offensive\ne1\te2\ttrillions\tventures\tEntity-Destination\tapproximately $2 trillions are invested into sri socially responsible investing ventures in the present day\ne1\te2\tfish\teggs\tProduct-Producer_reversed\tfish eggs are collected by opening the outlet of the spawning pond leading to the egg-collection chamber\ne1\te2\twilderness\tmonkeys\tMember-Collection_reversed\tcanned vocally, caruso is worth a wilderness of wagner monkeys\ne1\te2\tevents\tmusic\tOther\tthe cccb is an institution that organizes contemporary cultural events and exhibitions with regard to music, dance, debates and readings\ne1\te2\tbooks\tartists\tInstrument-Agency\twithout doubt, this is one of the best books for artists available\ne1\te2\tgovernment\tdebate\tMessage-Topic_reversed\tthe government was criticised in a radio debate\ne1\te2\tsorority\tsisters\tMember-Collection_reversed\tin her emotional acceptance speech, berry shook off the happy heaves and dedicated her prize to a sorority of splendid sisters: dorothy dandridge, lena horne, diahann carroll, jada pinkett, angela bassett, viveca fox and \"every nameless, faceless woman of color that now has a chance because this door tonight has been opened.\ne1\te2\tflies\tperforation\tEntity-Origin\twe are being cautious as the flies emerged from the perforation after a period of three days last week\ne1\te2\tallegations\tcorruption\tMessage-Topic\the made allegations of corruption against the administration\ne1\te2\tdirectors\tseries television\tOther\tsince then, numerous independent feature directors have journeyed into series television\ne1\te2\tsurplus\texcess\tCause-Effect_reversed\tfor a few more years the surplus is generated by the excess of social security tax revenue over benefits paid to today's elderly and disabled\ne1\te2\tgear\tcase\tContent-Container\tthe entire running gear of the engine was enclosed in a copper case\ne1\te2\tdecline\tinflux\tCause-Effect_reversed\tthe decline in populations has been caused by the influx of industrial and resident waste water, sludge sedimentation, and land reclamation\ne1\te2\trose\tbud\tComponent-Whole_reversed\tthis rose bud waiting to open up for the world to see, was in the garden at the swan inn\ne1\te2\tguide\tchronological order\tMessage-Topic\tthe guide depicts the chronological order of electronic music genres' appearance\ne1\te2\tlamp\tlight\tCause-Effect\ta lamp emiting a strong white light is placed on an mobile block makes it possible to the scanner to sweep all the document\ne1\te2\toil\treservoirs\tEntity-Origin\toil produced from such reservoirs, especially nigeria and middle east, could have poor economical balance\ne1\te2\tfigures\tresults\tComponent-Whole_reversed\tthe following figures summarise the results for the last financial year\ne1\te2\tfather\tland\tEntity-Origin\tthinking to better his chances in his chosen calling the father left his native land in 1817 and came to america, landing at st. john's, newfoundland\ne1\te2\theat\tprincess\tCause-Effect_reversed\trelena's head was bowed, though the heat was radiating from the young princess in waves\ne1\te2\tquestions\tcases\tMessage-Topic\tit presents some questions connected to these cases\ne1\te2\tdisease\tvirus\tCause-Effect_reversed\tin many patients, the disease caused by the h5n1 virus follows an unusually aggressive clinical course, with rapid deterioration and high fatality\ne1\te2\tbandmembers\tstage\tEntity-Origin\tafter \"lost!,\" the bandmembers descended from the stage, winding their way through the crowd on the floor\ne1\te2\tallegations\tprisoner suffocation\tMessage-Topic\tthe first public allegations of prisoner suffocation in the containers appeared in a december 2001 new york times article\ne1\te2\tgrain\tbeer\tEntity-Origin_reversed\tthis week we take a look at instructions for all grain beer brewing using a single step infusion mash setup\ne1\te2\ttelevision\tscreen\tComponent-Whole_reversed\ttelevision screen size is measured diagonally, so that's what the 19\", 22\", 24\", 32\" measurements on televisions are referencing\ne1\te2\tstatue\tboy\tMessage-Topic\tthe statue is an armless depiction of a young boy and was first acknowledged as an early work of michelangelo in 1997\ne1\te2\tpeep\tchickens\tMember-Collection_reversed\tanybody who has a peep of chickens has an opportunity for some interesting observations and great omelet material\ne1\te2\tautomaton\tstate\tOther\tthe automaton starts in the initial state, reads input character by character and changes state according to the progra\ne1\te2\tnote\talchemist\tProduct-Producer\tlidenbrock translates the note, which is revealed to be a medieval note written by the icelandic alchemist arne saknussemm\ne1\te2\tmap\tsafe\tContent-Container\tthe map was locked in a safe in her office\ne1\te2\tatom\tsite\tEntity-Origin\tit was probable that the mn atom went away from an interstitial site neighboring on the substitutional pt atom after the dissociation of the pt.mn complex\ne1\te2\tproducer\tenergy\tCause-Effect\tagriculture has again become a producer of renewable domestic energy to offset supply disruption and stabilize fuel prices\ne1\te2\tmother-in-law\thospital\tEntity-Origin\ttiger woods' mother-in-law was released from the hospital tuesday, 11 hours after a pre-dawn emergency call was made from his florida mansion because she was suffering from stomach pains\ne1\te2\tlawnmower\tswath\tOther\tthe lawnmower cuts a swath of grass as it moves across the lawn\ne1\te2\tshrinkage\tyears\tOther\tthe centre and right images show progressive shrinkage after two and four years\ne1\te2\tdiscomfort\tbeginning\tOther\talthough harry noticed it during exercise, the change that was identified was the difference in muscular discomfort from the beginning of his training program (riding five miles per day) to his current status two months later\ne1\te2\tsurgeon\thole\tProduct-Producer_reversed\tduring this procedure, the surgeon makes a small hole (\"fenestration\") in the baffle to help relieve the symptoms of the original heart disease\ne1\te2\tflask\tpowder\tContent-Container_reversed\ttim boyle (1846) checks a flask that contains the dried cathode precursor powder\ne1\te2\tmoat\tenemy\tOther\ta moat keeps the enemy at bay\ne1\te2\tremoval\texposure\tOther\this lung function remained stable after complete removal from exposure to metalworking fluids\ne1\te2\tfamine\tfailure\tCause-Effect_reversed\tlosing land to new white settlers, non-payment, past broken treaties, plus food shortages and famine following crop failure led to great discontent among the dakota people\ne1\te2\tpatient\thospital\tOther\tthe patient is kept in the hospital one night for observation\ne1\te2\tcircumstances\tpoliticisation\tCause-Effect_reversed\tsome people voluntarily get involved with politicisation, while others become victims of circumstances created by the politicisation\ne1\te2\tfulfillment\tvendors\tOther\tthey're bringing in applications such as catalog management and order fulfillment from vendors, then laboriously developing and integrating those applications themselves\ne1\te2\textinction\tclimate change\tCause-Effect_reversed\tpolar bears and hippos have joined the ranks of species threatened with extinction from climate change, unregulated hunting and other dangers created by humans\ne1\te2\tbulbs\thouse\tComponent-Whole\tthe bulbs in my house use 190 watts\ne1\te2\tceiling\tkitchen\tComponent-Whole\tso i was looking at the ceiling in my kitchen yelling at god\ne1\te2\timplant\tnanoparticles\tComponent-Whole_reversed\tthe implant contains nanoparticles which are designed to test for different substances, including metabolites such as glucose and oxygen that are associated with tumor growth\ne1\te2\texcitement\tanticipation\tCause-Effect_reversed\tmost of the excitement came from the anticipation of winning a nice prize, all for the sum of one dollar\ne1\te2\tenvelope\tsheet\tContent-Container_reversed\tthe contents of the envelope were a sheet of foreign note-paper, and a folded enclosure\ne1\te2\tdamage\tdawn\tOther\ttheir retreat was disorderly and confused and much like a flight, the pallantines hanging on their flanks and rear and doing great damage from early dawn till evening\ne1\te2\tgrowth\tsavagery\tOther\tthese hebrew histories tell the story of a people's upward growth from savagery\ne1\te2\tdrunk\tlamppost\tInstrument-Agency_reversed\ta major government researcher once complained that his bosses used his scientific findings the way a drunk uses a lamppost: for support rather than illumination\ne1\te2\tcompany\tmachines\tProduct-Producer_reversed\teventually the company manufactured the machines\ne1\te2\tprogress\tcompetition\tCause-Effect_reversed\tprogress comes from constructive competition, and churches and religions can benefit greatly from it\ne1\te2\tsidewalk\theat\tCause-Effect\tthe concrete sidewalk radiated heat like a furnace, and there was no relief in the shade of a large crepe myrtle tree as they walked under it\ne1\te2\torator\targument\tProduct-Producer_reversed\tin cicero's speech for milo, the orator makes a valid argument\ne1\te2\tcheese\tstarter\tOther\tin a preliminary investigation, cheddar cheese was made with a lactococcal starter overproducing different peptidases\ne1\te2\tfire\texplosion\tCause-Effect_reversed\tthe fire started with an explosion in the cargo hold and spread across the ship within 10 minutes\ne1\te2\topium\texporter\tOther\tuntil last year, afghanistan was an opium exporter, not a major heroin producer\ne1\te2\tcar battery\tlaptop computer\tInstrument-Agency\ta car battery powered a laptop computer connected to a small, portable satellite antenna\ne1\te2\tforces\tpolitical power\tInstrument-Agency_reversed\tanti-gun forces still wield a lot of political power\ne1\te2\tlogs\tdesign\tOther\tthe logs sawed smoothly and accurately using either saw design\ne1\te2\tterror\tgunfire\tCause-Effect_reversed\tvillagers live in constant terror of indiscriminate gunfire which fills the nights throughout chechnya\ne1\te2\tliquid nitroglycerin\tbottle\tContent-Container\the used a stable form of liquid nitroglycerin carried in a bottle labeled as contact lens solution, using cotton as a stabilizer\ne1\te2\tcarpeting\tbottles\tEntity-Origin\tthe basement carpeting is made from recycled plastic pop bottles, and the underpad was once automobile tires\ne1\te2\taudit\tsecret\tOther\tbut the contents of the audit were a closely held secret, and attempts to obtain other records were denied repeatedly\ne1\te2\tkitchen\ttrap door\tComponent-Whole_reversed\tthe kitchen contained one other interesting item, a trap door in the ceiling\ne1\te2\tworkshop\tdiscussion\tComponent-Whole_reversed\tthe contents of the workshop included a discussion on various documents in respect of exports, imports and documents relating to letters of credit\ne1\te2\ttenant\towner\tOther\tthe tenant has farmed for this owner for several years and doesn't want to lose the ground, but also does not want to pay the large increase in rent\ne1\te2\tfeedback\treaders\tProduct-Producer\twe're always looking for feedback from readers and articles to highlight\ne1\te2\toutrage\tcrusaders\tCause-Effect_reversed\tthere was an the outrage from the sexism crusaders\ne1\te2\thydrogen\twater\tEntity-Origin\tthe hydrogen comes from water and electricity from any source can be used to electrolyze the water\ne1\te2\taching\tlaughter\tCause-Effect_reversed\this highly original and topical act reaches from the top of the corporate ladder into blokes' sheds, leaving his audiences aching from laughter\ne1\te2\torgan\tinsulin\tProduct-Producer_reversed\tthe pancreas is the organ of the body that produces insulin\ne1\te2\tballet\tcompany\tProduct-Producer\tnine-year-old chloe clark joined a ballet company on stage last monday\ne1\te2\tweaver\tloom\tInstrument-Agency_reversed\tthe weaver sits with a loom fixing the back strap, keeps her legs against the footrest, which is adjustable for keeping the loom in tension\ne1\te2\tflask\tbroth\tContent-Container_reversed\tthe conventional way to grow bacteria is to inoculate a flask that contains a broth of nutrients\ne1\te2\ttoolkits\tframework\tOther\tthe toolkits provide a secure framework where sensitive information remains private\ne1\te2\torienteering\tskill\tOther\tin a nutshell, orienteering combines a physical skill with a more cerebral element\ne1\te2\tfood\tkitchen\tOther\tthe food is kept in the kitchen and guests help themselves as it is a self service\ne1\te2\tdeterioration\texposure\tCause-Effect_reversed\tvideotape is a fragile medium subject to damage and deterioration from exposure to poor environmental conditions and inadequate handling practices\ne1\te2\tchallenges\tstandpoint\tOther\tthe challenges are being addressed from a manufacturing standpoint rather than ict solutions that could answer them\ne1\te2\tkitchen\tstoves\tComponent-Whole_reversed\tthe kitchen contains various commercial equipment such as stoves, griddles, deep fryer, and an oven\ne1\te2\tsteam\tmagma\tCause-Effect_reversed\tmost of the steam comes from a volcano's magma\ne1\te2\tartist\tpiano\tInstrument-Agency_reversed\tthe artist played the piano with great precision\ne1\te2\tcar\tsound\tCause-Effect\twhen i start the engine the car makes a screaching sound\ne1\te2\tkeyboard\ttyping\tOther\ttouch sliding keyboard offers keyless typing\ne1\te2\tacid\ttank\tContent-Container\tthe acid is kept in a level-controlled tank (with a controller and an alarm in the event of low acid level)\ne1\te2\tyeast\tmanufacturer\tProduct-Producer\tthe yeast's manufacturer, lesaffre yeast corp. of milwaukee, did not return calls seeking comment\ne1\te2\tcommunity\tpersonality\tCause-Effect\tthe enclosed community produced the enclosed personality, and vice versa\ne1\te2\tbatteries\tgood condition\tOther\tbatteries kept in good condition have a 5 to 6 year service life\ne1\te2\ttick\taction\tCause-Effect_reversed\tin a clock, the 'tick' is produced by the action of the escapement\ne1\te2\tstudents\tscheme\tOther\tnon-uk students benefit from the bursary scheme\ne1\te2\tcastle\tcontest\tEntity-Origin\tthis is the winning sand castle from the castlemania contest\ne1\te2\tsore throat\tintubation\tCause-Effect_reversed\tthe risks of this procedure include anesthesia complications, post-operative difficulty breathing, and sore throat from intubation\ne1\te2\tcook\tstove\tInstrument-Agency_reversed\tan accompanying cd of light classic italian music helps to inspire the cook laboring over the stove or to create a romantic atmosphere at dinner\ne1\te2\tvictim\thammer\tInstrument-Agency_reversed\tthe victim, who was positioned underneath the conveyor, was using a hammer to adjust the return roller\ne1\te2\tbulldozer\tarea\tOther\tthe bulldozer is kept in the area and is suspected of being used to create makeshift paths across the river\ne1\te2\tstomach\tapple mash\tContent-Container_reversed\tthe contents of the bear's stomach included apple mash, corn and blueberries\ne1\te2\tbone marrow\tstem cells\tProduct-Producer_reversed\tnormally, the bone marrow produces stem cells (immature cells) that develop into mature blood cells\ne1\te2\tmarinade\tacid\tOther\ta marinade that contains acid, alcohol or salt has been used for a short time\ne1\te2\trowing\toar\tOther\tto say that rowing is just pulling an oar is like saying golf is just swinging a club\ne1\te2\thypodermis\tbody fat\tOther\tthe main cell types are fibroblasts, macrophages and adipocytes (the hypodermis contains 50% of body fat)\ne1\te2\tfrustration\texposure\tCause-Effect_reversed\twhilst audio sampled at 8khz is sufficient for communication, such narrow-band speech does not sound natural, leading to user frustration after prolonged exposure, and making language learning difficult\ne1\te2\tcountry\tgentleman\tEntity-Origin_reversed\tthe country gentleman, lodging at the hotel de mayence, rue saint-honore, near the place vendome, one morning received a visit from a confidential agent of the ministry, who was an expert in 'winding up' business\ne1\te2\tjudges\tprinciples\tOther\twith these axioms, the judges cultivated the principles of judgment, and those principles could be used in gauging the restrictions on freedom that were justified or unjustified, in any domain of the law\ne1\te2\thunter\tspear\tInstrument-Agency_reversed\tit is noteworthy that peacham's emblem has a hunter chasing the ermine with a spear and dogs\ne1\te2\tdollar\tpeaks\tEntity-Origin\tthe dollar fell from six-week peaks against major european currencies\ne1\te2\tpreservative\tmercury\tOther\tsome inactivated influenza vaccine contains thimerosal, a preservative that contains mercury\ne1\te2\tboost\tfunding\tCause-Effect_reversed\tinitiated during the early 1990's national mineral resource assessment, this project received a major boost from funding provided through the 'data-at-risk' add-on funding received by the usgs through the 2004 fiscal year\ne1\te2\tcrane\toperator\tInstrument-Agency\ti worked as a crane operator in construction at that time\ne1\te2\tfloorboard\tbamboo\tOther\ta pop-up roll cage and active headrests aim to protect occupants during a rollover, and the floorboard is made from bamboo and aluminum\ne1\te2\thybrid\tgasoline engine\tComponent-Whole_reversed\tin simplest terms, a hybrid combines a gasoline engine and an electric motor to provide adequate power with minimal fuel useage and low emissions\ne1\te2\tenergy\tseparation field\tCause-Effect\tthe energy of emission produces the separation field\ne1\te2\tbatteries\tdischarged state\tOther\tbatteries stored in a discharged state are susceptible to freezing, sulfation and an increased rate of discharge\ne1\te2\tmarvels\toutback\tEntity-Origin\tfrom the diagrams of davinci to the latest photographic marvels retrieved from the remotest galactic outback, visualization of research has a long and literally illustrious history\ne1\te2\tfulfillment\tteaching\tCause-Effect_reversed\ti derive tremendous pleasure and fulfillment from teaching, particularly when i am able to help students understand a previously foreign concept or idea, aid them in seeing a familiar object or event from a new and unusual perspective, guide them with projects they are working on, or encourage the interests they have\ne1\te2\tstove\tcook\tInstrument-Agency\tpot supports are used in the stove to protect the cook from the heat\ne1\te2\tcompiler\tcode\tProduct-Producer_reversed\tthe guarantees so painfully obtained by formal verification of the source program are useless if the compiler generates wrong code\ne1\te2\tvaccine\tmaker\tProduct-Producer\tthe vaccine's maker, the irish drug company elan, has stopped giving the shots to its 360 volunteers while doctors determine what caused this serious side effect\ne1\te2\tman\thammer\tInstrument-Agency_reversed\ta man struck my video camera with a hammer while i accompanied a german film crew in clearwater\ne1\te2\tblockage\tfear\tCause-Effect_reversed\tsometimes the blockage comes from fear, as for a ceo who hates public speaking but must give frequent speeches\ne1\te2\tevaluators\tgeneralization\tInstrument-Agency_reversed\tevaluators applied the statistically accurate generalization that men are usually taller than women to their estimates of the height of individuals who did not necessarily conform to the generalization\ne1\te2\tpassengers\tcar\tOther\tit makes the drive more comfortable by intelligently seeking out what the passengers inside the car prefer in terms of temperature, music, lighting etc\ne1\te2\tsounds\tserenade\tOther\tit is a family luxury villa with breeze-kissed balconies from which the sounds of the sea provide a sensuous nightly serenade\ne1\te2\tpatriots\tconfidence\tCause-Effect\twhen they took the floor against a team favored to win the national championship, the patriots radiated carefree confidence\ne1\te2\tjewel\tbag\tEntity-Destination\twhile calvin is able to get the diamond, he's nearly caught by the police while making his getaway, and stashes the jewel in a bag carried by a passerby\ne1\te2\tvalve\tclosed position\tOther\tthe discharge valve is kept in the closed position at all times unless the dike is deliberately being drained\ne1\te2\tcompany\tdecision\tProduct-Producer_reversed\tthe company practically created the personal-home-computer industry, but the company made the fateful decision not to liberally license its software applications\ne1\te2\tbeach\tmouth\tOther\tthe 3 km long beach extends from the mouth of the oro river in the west, to the cliffs of point caramonal to the southeast\ne1\te2\ttests\tbank\tOther\tthe tests are generated randomly from a bank of questions developed for each module\ne1\te2\tnurse\tclothes\tOther\tsuddenly a nurse takes off her familiar loose-fitting clothes, and dresses her in clothes, which fit her more closely\ne1\te2\tsegment\tanecdotes\tComponent-Whole_reversed\tthe global warming segment starts off with two, cute anecdotes about flowers blooming early and aardvarks moving north\ne1\te2\tshell\taluminum\tOther\tthe outer shell is made from anodized aluminum\ne1\te2\tcoffee\tmaker\tProduct-Producer\twe cleaned the coffee maker, repeating this step again with a fresh vinegar and water mixture\ne1\te2\tservant\tjewels\tOther\tthe servant brought forth jewels of silver, and jewels of gold, and clothing, and gave them to rebekah\ne1\te2\tdevice\ttechnology\tInstrument-Agency_reversed\tthe device uses the newest personal antenna technology\ne1\te2\tdressings\tfruit\tOther\tcolorful, almost fat-free salad dressings start with fresh fruit\ne1\te2\tcompany\tassertion\tProduct-Producer_reversed\tthe company uses a policy assertion to convey a condition under which they offer a web service\ne1\te2\tfruit\tsugar\tEntity-Origin_reversed\tfruit juice has all the fruit sugar and none of the fruit fiber, and only some of the fruit nutrients\ne1\te2\tbox\tcardboard tubes\tContent-Container_reversed\tthe box holds three stiff cardboard tubes, each wrapped in now decaying cellophane\ne1\te2\tbuilding\tgrammar school\tOther\tuntil 1729 the building contained only the grammar school\ne1\te2\tmove\tmockery\tOther\tthe move makes a mockery of china's long-standing opposition to such capabilities in the hands of other powers\ne1\te2\tbag\tface\tEntity-Destination\tsuddenly, a man approached me from nowhere and stuck a bag of candy in my face\ne1\te2\ttheory\tperspective\tOther\the went on to examine the theory from a risk assessment perspective\ne1\te2\tcourts\ttest\tProduct-Producer_reversed\tthe courts created the freeman-walter-abele test to determine whether an algorithm only represents an abstract idea\ne1\te2\tpresident\tveto pen\tInstrument-Agency_reversed\tit was the only time the president has wielded the veto pen during his six years in office\ne1\te2\tgrowth\tcaterpillar\tOther\tkids love watching the stages of growth from caterpillar to cocoon to butterfly in this easy reliable kit\ne1\te2\tmood\tcar\tOther\tthe mood inside the car was very quiet as the couple continued home and went to bed\ne1\te2\twine\tlimelight\tOther\ttelevision cooking shows and more advertising have put wine in the limelight\ne1\te2\tvillagers\tpress\tInstrument-Agency_reversed\tcurrently, the villagers operate a ram oil press that is counter-intuitive to use and leads to sub-optimal oil extraction from groundnuts\ne1\te2\tbuilding\tfurniture\tContent-Container_reversed\tthe building contained a significant amount of furniture and equipment\ne1\te2\tzinc\tgrowth\tCause-Effect\tzinc is essential for growth and cell division\ne1\te2\tpeeler\tfoods\tOther\twith its non-slip, ambidextrous grip, the peeler glides effortlessly through foods\ne1\te2\tofficer\tgun\tInstrument-Agency_reversed\tpolice officer uses a taser stun gun to subdue a glass-wielding six-year-old\ne1\te2\tland\twheat\tEntity-Origin_reversed\tthe land surrounding the lakes is extensively farmed for wheat, while elsewhere in the national park the steppe is heavily grazed by domestic livestock\ne1\te2\tvocals\tfemale\tCause-Effect\tthe backup vocals are from a rather talented female, stephanie eitel\ne1\te2\taudio\tevent\tEntity-Origin\tso you are not only sharing the speaker information, but you are also sharing the audio from the event quickly and easily\ne1\te2\tcontents\tplastique\tContent-Container_reversed\tthe remaining contents of the package included four ounces of plastique filled with tiny metallic slivers\ne1\te2\tnewspaper\tbox\tContent-Container\tthe newspaper was being kept in a box\ne1\te2\tactivation\tend\tOther\ttwo years ago, president george w. bush ordered the activation by the end of 2004 of a system capable of defending the united states against a missile attack by a terrorist group or an unfriendly rogue state such as north korea\ne1\te2\ttones\tmood\tCause-Effect\tthe soft brown and beige tones in the decoration provide a tranquil mood\ne1\te2\ttram\ttrip\tOther\tthe tram makes the trip from the main university campus in less than 5 minutes, while driving can take 15 minutes or longer\ne1\te2\tlodge\tcolonial atmosphere\tOther\ta lodge combines a colonial atmosphere with the rustic beauty and history of africa\ne1\te2\trule\tsentences\tProduct-Producer_reversed\tthe simple rule produces sentences such as abab\ne1\te2\tgrease\tsoap\tEntity-Origin\ttub drains clog up with hair and the grease from soap and must be cleaned out occasionally\ne1\te2\tgas\tspace\tOther\tyou proved that a gas takes up space\ne1\te2\tdocumentary\tmaker\tProduct-Producer\talex's skills as an editor and a documentary maker allowed us to be able to shoot it and turn it in that short amount of time\ne1\te2\tsuccess\tability\tCause-Effect_reversed\ttheir success comes from their ability to quickly answer a growing surge of mid-size customer demands -- demands that *always* focus around ease of implementation and ease of administration/use\ne1\te2\tcountry\tgirl\tEntity-Origin_reversed\torpheus falls in love with the country girl for no apparent reason save her name and beauty\ne1\te2\tchair-leg\tplastic bag\tContent-Container\tharry stanley, 46, from hackney, east london, was shot and killed by metropolitan police officers who had mistaken a chair-leg being carried in a plastic bag for a firearm\ne1\te2\tfertilizer\tpackage\tContent-Container\tyou noticed the three numbers at the bottom of a fertilizer package\ne1\te2\tbox\tanswer\tContent-Container_reversed\tthe box holds the answer to how you got trapped\ne1\te2\tturn signal indicator\tcar\tComponent-Whole\tthe turn signal indicator inside the car was blinking erratically for the last month and someone recently explained that it meant the bulb had gone somewhere on the left\ne1\te2\tfilament\tlight\tCause-Effect\tthe filament emits a yellowish-white light, and the walls have a strong yellow tint\ne1\te2\tdamage\thurricanes\tCause-Effect_reversed\tthis program is an effective step to mitigate damage from hurricanes, but let us not forget this is a retroactive measure\ne1\te2\thairdresser\tscissors\tInstrument-Agency_reversed\tthe hairdresser took his scissors and held up a coil of hair\ne1\te2\tmonitor\treport\tProduct-Producer_reversed\tthe monitor provides a quarterly report to the chapter (or nec)\ne1\te2\tdiscoverer\tcitation\tProduct-Producer_reversed\tthe discoverer writes a short citation explaining the reasons for assigning the name\ne1\te2\tcarpenter\taxe\tInstrument-Agency_reversed\tthe carpenter carries an axe over his shoulder and a smaller one in his belt\ne1\te2\tengine\ttrain\tComponent-Whole\ta gasoline engine powers a hydraulic drive train that provides torque at all six wheels\ne1\te2\ttokotoko\tgear lever\tEntity-Origin\telizabeth smither's tokotoko was made with a gear lever\ne1\te2\tchoking\tlaughter\tCause-Effect_reversed\tit's not unlike an archeological dig through an attic, choking from laughter rather than dust, as familiar and forgotten memories are refreshed and taken for a satirical synaptic spin by a master humorist\ne1\te2\tpaper\tmuseum\tOther\tthese are memorable words written on a piece of paper kept in a museum\ne1\te2\tmicroscopes\tbeam\tInstrument-Agency_reversed\telectron microscopes are scientific instruments that use a beam of highly energetic electrons to examine objects on a very fine scale\ne1\te2\taxe\tcarpenter\tInstrument-Agency_reversed\tbut then one of them got hold of an axe belonging to the carpenter\ne1\te2\tscissors\tease\tOther\tquality forged pinking scissors cut with exceptional ease and efficiency\ne1\te2\talmond\tbutter\tEntity-Origin_reversed\talmond butter is available in many natural and whole food stores\ne1\te2\tactivation\tfootsteps\tCause-Effect_reversed\tsix glowing disks await activation by the footsteps of desert wanderers\ne1\te2\ttailor\tscissors\tInstrument-Agency_reversed\tthe tailor brought his scissors and a newly made garment\ne1\te2\tsewing machines\tstitch\tInstrument-Agency_reversed\tmost sewing machines use a sturdier stitch known as the lock-stitch\ne1\te2\tshrinkage\tcooling\tCause-Effect_reversed\tsignificant reductions of these levels produce pastries with poor lift in the oven and with unacceptable shrinkage after cooling\ne1\te2\ttransmitter\twave\tCause-Effect\tthe transmitter generates the electromagnetic wave, some of which will be incident on the receiver\ne1\te2\tland\tyears\tOther\tit is set in the most beautiful surroundings and the land has been biodynamically farmed for many years\ne1\te2\train\tseawater\tEntity-Origin\train comes from evaporated seawater, transferring not just water but the solar energy that took it from the sea\ne1\te2\textinction\tlakes\tOther\tsome plants and animals are facing extinction from alberta's lakes, rivers, mountains and prairies\ne1\te2\tprogress\tscience\tCause-Effect_reversed\ttrue progress comes from science, debate, inference, logic and reasoning\ne1\te2\tquenches\tvortex-densities\tCause-Effect\tpreliminary experiments seemed to support this idea in that the quenches produced the predicted high vortex-densities\ne1\te2\tdeformation\troundness\tCause-Effect_reversed\ta tear or a crease changes the character of the surface more drastically than a mere deformation from roundness\ne1\te2\timprovement\tmeasuring\tCause-Effect_reversed\tcontinuous improvement starts with measuring process performance, and instigating a robust process for reviewing further changes logically and quickly\ne1\te2\tshrinkage\ttherapy\tCause-Effect_reversed\tthe period of tumor shrinkage after radiation therapy is often long and varied (mean 29 months)\ne1\te2\thouse\tgranny flat\tComponent-Whole_reversed\tyou own a house that contains a granny flat\ne1\te2\tdriver\tcar\tInstrument-Agency_reversed\twhen the taxi driver stopped his car and got out, the two people ran up the street toward downtown potsdam\ne1\te2\temigrants\tlowlands\tEntity-Origin\tthis appalachian region had been settled by emigrants from the lowlands\ne1\te2\thouse\tmoney\tOther\tarthur and franz are thieves, or they're trying to be thieves, and somehow learn that odile lives in a house that contains a large sum of money\ne1\te2\triver\tgrist mill\tInstrument-Agency\tthe river once powered a grist mill\ne1\te2\tfirearm\tcloset\tEntity-Origin\tthe older child took the firearm from a closet and was handling it when he fired and struck eric, who was in the same room, investigators concluded\ne1\te2\tsound\tsurface\tCause-Effect_reversed\tfirst, the sound radiated from a surface simulating a two-dimensional monopole is calculated using an unstructured mesh\ne1\te2\tsatisfaction\texertion\tCause-Effect_reversed\ti have always drawn satisfaction from exertion, straining my muscles to their limits\ne1\te2\tmedia\tmistake\tCause-Effect\tthat happens when the media makes a mistake\ne1\te2\teyehole\tmetal box\tComponent-Whole\tthe viewer looks through an eyehole in the metal box into the abyss, an infinite regression/progression of mirrors reflecting themselves\ne1\te2\tdeath\tinhalation\tCause-Effect_reversed\tsudden death from inhalation of petroleum distillates is well recognised in misuses of volatile substances\ne1\te2\tbox\trecipes\tContent-Container_reversed\tthe box contained 126 recipes, mostly written in pen in neatly rounded script\ne1\te2\tarchitect\trowhouses\tOther\tthe architect carefully designed the 15 rowhouses, reflecting the suburban ideal of the late 1800s\ne1\te2\tscrapbooks\tpictures\tMember-Collection_reversed\tcontents of the scrapbooks included pictures cut from magazines and newspapers, stories, poems and anecdotes as well as photographs\ne1\te2\tteeth\tpliers\tOther\tthe piglet's incisor teeth are cut off with pliers\ne1\te2\tengine\tmodel\tComponent-Whole\tthe original engine powered a limited-production mustang model sold for two years\ne1\te2\tproducer\toil\tOther\tintersense, inc., a market leader in precision motion technology, today announced that hydro, a leading offshore producer of oil and gas, has installed its tenth intersense is-900 precision motion tracking system as part of hydro's large scale immersive visualization rooms\ne1\te2\tmove\taccess\tOther\tthe move from binary access (yes or no) to fine-grained authorization betrays a shift in mindset: from a defensible perimeter to a qualifier that identifies who can access what room\ne1\te2\troom\tbilliard table\tOther\ton the courtyard there is a room that contains a billiard table, a big cinema screen with a sony dvc/cd player with over 300 titles and several sofas\ne1\te2\tblueberry\tvodka\tOther\tshe opened a fridge in the side of the door and got out a blueberry vodka\ne1\te2\tbatteries\tflashlights\tComponent-Whole\ti reversed the position of the batteries stored in the flashlights to prevent them from accidentally switching on and losing power\ne1\te2\tground\tthorns\tEntity-Origin_reversed\twhen man sinned, the occasion of his fall was a tree, and the ground cursed brought forth thorns\ne1\te2\tfertilizer\tcompany\tProduct-Producer\tshowing a sample of a fertilizer package this fertilizer company shows what to look for on their label\ne1\te2\tkitchen\tclues\tOther\tthe kitchen holds little clues about how we tried to reinvent the past\ne1\te2\tdividend\ttreaty country\tEntity-Origin\tthis is assuming that the dividend is received from a treaty country\ne1\te2\torgan\tdonor\tEntity-Origin\tpatient survival one year after transplantation from a living-related donor is 95% and comparably high if the organ comes from a cadaveric donor\ne1\te2\tterror\tlandmines\tCause-Effect_reversed\twe continue to see progress toward a world free of the daily terror of antipersonnel landmines\ne1\te2\tmicropump\tanisotropic etching\tOther\tthe micropump is fabricated by the anisotropic etching, the boron diffusion and the metal evaporation\ne1\te2\tpomegranate\tjuice\tEntity-Origin_reversed\tpomegranate juice has anti-inflammatory effects and high levels of anti-oxidants, which are believed to protect the body from free-radical damage\ne1\te2\tartist\tpicture\tProduct-Producer_reversed\tthe artist made the picture when he was a fourth grade student in iowa city\ne1\te2\tteam\tdiscovery\tOther\tdr. aimee rose, a member of the team who made the discovery, predicts it will save many lives, both military and civilian\ne1\te2\tcontrol\tresearch\tOther\tfurthermore, control over agricultural research, production, distribution and practice is shifting from public institutions to private corporations, which are profit driven and are not motivated by humanitarian concerns\ne1\te2\tengineers\tregions\tEntity-Origin\the described the meeting with her as an exception, since he normally has meetings directly with engineers from the regions\ne1\te2\theat\tboiler\tCause-Effect_reversed\tin a conventional, steam turbine-only power plant, the heat required to produce the steam comes from a boiler\ne1\te2\tlist\tbooks\tMember-Collection_reversed\tthe list contained books of various genres and reading and interest levels\ne1\te2\trig\ttrampoline system\tComponent-Whole_reversed\ta large rig combines a trampoline system with a bungee cord system\ne1\te2\tdance\tcompany\tProduct-Producer\tnow in its 56th year, this unique folkloric dance company continues to collect, perform and preserve authentic traditional hungarian music and dance\ne1\te2\tfuel\tgases\tEntity-Origin_reversed\tthe burning fuel produces exhaust gases, which, when forced out the nozzle, produce thrust, moving the rocket in the other direction\ne1\te2\tsaw\twaste\tOther\tin converting a tree into thick planks, the saw causes a waste of a very small fractional part\ne1\te2\tdocuments\tformats\tOther\tuntil recently patient record was represented by documents in paper kept in a variety of formats, different contents, and places\ne1\te2\tbomb\tdiplomacy\tInstrument-Agency\tthe book is about how the bomb was used in diplomacy\ne1\te2\tdisplay table\tbooks\tOther\tthe display table contained books and posters for visitors to browse\ne1\te2\tinhibition\tmovement\tCause-Effect_reversed\tafter several years of self-observation, alexander began to teach his method of conscious inhibition through manual facilitated movement\ne1\te2\tspammer\tbot\tProduct-Producer_reversed\tthe spammer writes a simple bot that goes to your site and hits the registration page\ne1\te2\tshape\tcavity\tCause-Effect_reversed\tas the molten metal cools, it hardens and assumes the shape created by the mold's cavity\ne1\te2\tsignal\tbeam\tOther\tin particular, we work on devices that take the signal that is carried in a beam of light going through an optical fiber and transfer that signal to another beam of light going through the same fiber\ne1\te2\tknitting pin\tmanufacture\tOther\ta knitting needle or knitting pin is a long stick or rod used as a tool in the manufacture of hand knitted fabric\ne1\te2\tdriving\tdeprivation\tOther\tdriving with sleep deprivation has similar effects as driving under the influence\ne1\te2\tecstasy\trepetition\tCause-Effect_reversed\twe planetary citizens have a unique capacity for ecstasy from repetition - especially when it comes from drumming\ne1\te2\ttailor\tscissors\tInstrument-Agency_reversed\tthe tailor left his scissors on a wall below his balcony\ne1\te2\tguy\tcompany\tOther\tas many as 18 products in your home come from this guy's company\ne1\te2\tpathologists\tscalpel\tInstrument-Agency_reversed\tsome pathologists do this with a scalpel, while others use scissors\ne1\te2\tnet\tfisherman\tInstrument-Agency\tthe authors take us on an extraordinary journey, from the depths of the ocean to the net of a fisherman\ne1\te2\tscintillator material\tvisible light\tCause-Effect\tthe scintillator material produces visible light when transversed by the particle's radiated energy\ne1\te2\tsupplier\tinvoice\tProduct-Producer_reversed\tthe supplier's invoice is payable within 30 days\ne1\te2\tboxes\tphone cards\tContent-Container_reversed\tthe contents of the boxes included phone cards, disposable cameras and razors, travel-size toiletries, snack food, and lots of candy\ne1\te2\tphotoheliograph\tphotographs\tProduct-Producer_reversed\tthe photoheliograph produced the glass-plate photographs on display in this exhibition gallery\ne1\te2\tspacecraft\tsound chamber\tOther\tthe acoustic test is where we put the spacecraft in a sound chamber and blast it with over 140 decibels of noise for at least a full minute to simulate what it is going to experience during the launch\ne1\te2\tevacuation\taccident\tCause-Effect_reversed\tthe evacuation after the chernobyl accident was poorly planned and chaotic\ne1\te2\tbox\tpresent\tContent-Container_reversed\tthe contents of the box were a present and the box itself was as a present\ne1\te2\tjimmy\tburglar\tInstrument-Agency\tcommodities that sell and bear rents are also products, including the coils that help distill whiskey, the tatters of the beggar, the retorts of the adulterating druggist, the jimmy of the burglar and the brig of the pirate\ne1\te2\tinfection\tfever\tOther\tthe typical flu infection starts with fever, muscular pains, headache and general fatigue\ne1\te2\tmoney\tsavings account\tContent-Container\tthe goal of the study was to determine the percentage of adult americans who keep money in a regular savings account\ne1\te2\tsignal\tdirection\tEntity-Origin\tthe signal is received from a known direction\ne1\te2\tbatteries\tpockets\tContent-Container\tour water froze and batteries kept in pockets got cold\ne1\te2\theadhunter\tcompany\tOther\ti had told this headhunter's company repeatedly that i was only interested in working in the philadelphia area\ne1\te2\tblow\tchisel\tOther\ta single blow made with the chisel angled incorrectly cracks a block or break a delicate protrusion\ne1\te2\tcorbel\tface\tComponent-Whole_reversed\tthe corbel was carved with a contorted face\ne1\te2\tcommittee\tprotocol\tProduct-Producer_reversed\tthe steering committee developed the protocol and consent forms with the participating sites and guided the implementation of the trial\ne1\te2\tstove\tmanufacturer\tProduct-Producer\tbuyers of new stoves are sometimes encouraged to buy the optional fan that is offered by the stove's manufacturer\ne1\te2\tfaculty\tprograms\tProduct-Producer_reversed\tto that end the faculty collaboratively designed the credential, certificate, and degree programs to provide you with a sequence of coursework and field experiences that prepares you to not only act like teachers, counselors and administrators, but to think like them as well\ne1\te2\tmembers\tparty\tMember-Collection\tyet 14 members in the lebanese parliament are from the hezbollah party\ne1\te2\tbees\tnectar\tProduct-Producer_reversed\tthe flavour and colour depend on the plants from which the bees manufactured the nectar\ne1\te2\tinsulin\tpancreas\tProduct-Producer\tinsulin is a hormone naturally produced by the pancreas\ne1\te2\tcanola\toil\tEntity-Origin_reversed\tcanola oil is a versatile, neutral-tasting oil that is very low in saturated fat\ne1\te2\toar\trowing\tOther\ta second aspect of the invention provides apparatuses for indicating the position of an oar during rowing\ne1\te2\tengines\tcar\tOther\tsuch airships are essentially motorized free balloons and the engines are carried in a car attached to the lower side or bottom of the bag\ne1\te2\tactivation\tlight\tCause-Effect_reversed\ttheir chemical activation by light (halogen, plasma, lasers, etc.) enhances their efficiency by reducing exposure time and number of appointments\ne1\te2\tvodka\trye\tEntity-Origin\tthe best vodka is distilled from rye and barley malt, but the cheaper corn and potatoes are commonly employed\ne1\te2\tpopcorn\tmaker\tProduct-Producer\twe put frozen prawns in the popcorn maker, and we obtained prawn crackers\ne1\te2\tnovelist\tcomputer\tInstrument-Agency_reversed\tthe woman left the room and walked down the hall and saw the novelist hunched before his computer\ne1\te2\twine\tvintners\tProduct-Producer\tthe piedmont area of italy is wine country and is noted for the merits of the wine produced by its vintners\ne1\te2\twrinkles\tdryness\tCause-Effect_reversed\tthe moisturizers' primary function is to keep skin moist, minimize wrinkles from dryness, smoothe and soften skin, and to deliver other ingredients, like sunscreen, that benefit the skin\ne1\te2\tbiodiesel\toils\tEntity-Origin\tbiodiesel is derived from vegetable oils\ne1\te2\tcupboards\tkitchen\tComponent-Whole\ti find it hard to bend and reach and use the cupboards in my kitchen\ne1\te2\tbox\tlegacy\tContent-Container_reversed\tthe box contained an entire legacy of her life and the lives of those she had known and loved\ne1\te2\tancients\tspecies\tOther\tthe ancients cultivated the species heracleum sphondylium which is the parsnip a similar plant to carrots\ne1\te2\tinflammation\tradiation\tCause-Effect_reversed\tthis lamp causes serious skin burn and eye inflammation from shortwave ultraviolet radiation when outer envelope of the lamp is broken or punctured\ne1\te2\tcanola\tseedbed\tOther\tin contrast, clay-textured soils are more difficult to prepare a canola seedbed because the clods can be too large when worked wet, and they tend to crust once worked to a fine seedbed\ne1\te2\tgrater\twater\tOther\twe recommend rinsing your grater in warm water immediately after each use\ne1\te2\tfarmers\tbeans\tProduct-Producer_reversed\tvirtually all hillside farmers grow maize during both seasons, and many of the farmers cultivate beans, rice, and other crops as well\ne1\te2\tpassengers\telite\tMember-Collection\tthe cabin passengers composed the elite\ne1\te2\tjoy\tawareness\tCause-Effect_reversed\tgenuine joy comes from profound spiritual awareness on life and an absolute clarity of direction, living for a purpose\ne1\te2\tscientists\tdisciplines\tEntity-Origin\twe repositioned ourselves and our events, thus attracting scientists from complementary disciplines\ne1\te2\tdetainee\tcell\tOther\tthe detainee is kept in the cell 23.5 hours a day\ne1\te2\tbrains\tbabies\tComponent-Whole\tthey are taking the brains from babies\ne1\te2\tseller\tinvoice\tProduct-Producer_reversed\tseller adds taxes as a separate line item on the seller's invoice, when applicable\ne1\te2\tdepression\tsemester\tOther\tresearch shows that 30% to 40% of law students experience depression after their first semester and this depression persists throughout law school\ne1\te2\tbroadsword\tunits\tInstrument-Agency\tthe broadsword was used in some units, particularly scottish regiments\ne1\te2\tscientists\tuniversities\tEntity-Origin\teach year over 2300 scientists from universities, industries and government labs perform research at the nsls\ne1\te2\tsatisfaction\tcustomers\tOther\tthe findings clearly show a high level of satisfaction from customers using new cutting-edge retail technology that has led to higher sales\ne1\te2\tengineers\trefinery\tEntity-Origin\tshe looked like lauren bacall in those days and dated a few of the engineers from the refinery\ne1\te2\texperimenters\tshape\tOther\tthe experimenters designed the shape and size of the enlarged fiber ends so they don't experience the stresses that usually snap fibers and limit a short-fiber composite's performance\ne1\te2\tballplayers\tpolicy bat\tInstrument-Agency_reversed\tcuban ballplayers wield a bigger policy bat\ne1\te2\tlight\tsunrise\tCause-Effect_reversed\tthe light in the background is from the sunrise\ne1\te2\tbrothers\talphabet\tProduct-Producer_reversed\thowever, the two brothers created the glagolithic alphabet; it was their disciple saint climent who invented the simpler cyrillic alphabet and named it in honor of his teacher\ne1\te2\tchicken\tbouillon\tEntity-Origin_reversed\tchicken bouillon is obtained in three different forms, either liquid, powder or in cubes\ne1\te2\tthieves\tblowtorch\tInstrument-Agency_reversed\tthieves used a blowtorch and bolt cutters to force their way through a fenced area topped with razor wire\ne1\te2\tbooby trap\thowitzer shell\tComponent-Whole_reversed\tthe booby trap puller stepped on was made with a howitzer shell\ne1\te2\tvapour\tstream\tOther\tthe milled powder is then heated converting it into a vapour which is then carried in a stream of argon to be deposited on the wafer\ne1\te2\tinformation\tdatabase\tContent-Container\tthe information on the recorded talks is kept in the database\ne1\te2\tpassageways\tcave\tComponent-Whole\tabout 2000 feet of passageways have been located inside the cave, and about half of that has been mapped\ne1\te2\tisland\toats\tEntity-Origin_reversed\tthe island was farmed for oats and barley until 1796 when the owner mandated that oak and alder trees be planted\ne1\te2\toil\tprices\tOther\tbecause winter has been mild in much of the country, oil prices have been low for the past few months\ne1\te2\twatchmaker\twatch\tProduct-Producer_reversed\tthe watchmaker makes the watch, he winds it up, he sets it going, he is outside the process but he initiates the process, he sets the hands in motion\ne1\te2\tintroduction\tprocess\tOther\tthe introduction of the gas stove, the electric mixer and the food processor made the process easier, faster and more reliable\ne1\te2\tscissors\tfabrics\tOther\tour powered scissors effortlessly cut fabrics, gift wrap, vinyl and much more\ne1\te2\tfulfillment\thelping\tCause-Effect_reversed\tthe volunteers enjoy a sense of satisfaction and personal fulfillment from helping others, and recent findings suggest that this feeling may well be a major reason why many people choose to volunteer\ne1\te2\tstudy\tresults\tOther\tthe simulation study produces voluminous results, since there are two types of models, each with four different specifications and with two sample sizes involved\ne1\te2\tprogress\tsources\tEntity-Origin\tstadler agrees, stating that progress comes from unexpected sources\ne1\te2\tsink\troom\tComponent-Whole\tinterestingly, the sink was inside the room\ne1\te2\twaiters\tshow\tProduct-Producer_reversed\tthe glass dome from the beginning of the century is gorgeous, prices are reasonable, and the waiters provide a show worth watching\ne1\te2\tartists\tfigurines\tProduct-Producer_reversed\tand this means that researchers have lost a valuable lead in their hunt for the artists who created the figurines\ne1\te2\tkitchen\tboiler\tComponent-Whole_reversed\ti'm looking at one right now and he appears to be very content, despite the fact that he's trying to sleep in a kitchen that contains a noisy boiler\ne1\te2\therb\tbutter\tOther\tit is best to use bold flavors in herb butter\ne1\te2\tnucleic acid\tcell\tOther\tribozymes, also known as catalytic rna and molecular scissors, break down nucleic acid inside a cell, cut out bad genetic information and splice in good material\ne1\te2\tpanic\tclaustrophobia\tCause-Effect_reversed\tthis prescription drug alleviates panic from claustrophobia and is also very handy for airplane rides and in case of broken-down subway cars or elevators\ne1\te2\tsauce\tflour\tEntity-Origin\tthe sauce is made from soybean flour, chiles, red beans, and many other spices\ne1\te2\ttelecommunications\tcompany\tOther\twe do know this telecommunications company\ne1\te2\tkitchen\tdesk\tOther\tin my vancouver home there is small portion of our kitchen that contains my desk\ne1\te2\tpackage\tcandy bar wrapper\tContent-Container_reversed\tthe contents of the package included one opened individual candy bar wrapper, four unopened candy bar wrappers, one cardboard tray insert, and two cash register receipts\ne1\te2\tdrinking\tregulations\tOther\twhile public drinking regulations varied, some form of the beer parlour became the norm across the country\ne1\te2\tcandidate\tproposal\tProduct-Producer_reversed\tafter successful completion of the comprehensives, the candidate writes a dissertation proposal\ne1\te2\tcontents\tgender\tComponent-Whole_reversed\tthe contents of the questionnaire included the gender and age of the patient, his/her knowledge of the procedure undertaken and the person obtaining consent\ne1\te2\ttrucking\tcompany\tOther\tthe decedent was a licensed commercial truck driver and had been employed by this trucking company for five years\ne1\te2\tobservatory\ttelescope\tInstrument-Agency_reversed\tthe observatory has used a 45-meter cosmic radio emission telescope to make a number of important contributions\ne1\te2\tboys\tmachine\tInstrument-Agency_reversed\tthe boys sawed wood with the sawing machine this afternoon\ne1\te2\tengineers\tmedical industry\tEntity-Origin\twith five of the six classes being a single credit hour and the sixth being three credit hours of capstone design, sophomores, juniors, and seniors work directly with medical doctors, nurses, graduate students, ph.d.'s, and engineers from the medical industry\ne1\te2\toracle\tanswers\tProduct-Producer_reversed\tafter various rituals, the oracle brought forth mysteriously cryptic answers that had somehow to be interpreted by the visitor\ne1\te2\textinction\toverdevelopment\tCause-Effect_reversed\tit has helped to revive a city whose primary natural resource -- its charm -- is constantly threatened with extinction from overdevelopment\ne1\te2\tcandidates\tquestions\tOther\tthe remarkably comprehensive 32-page 2004 memorandum of understanding prohibited the candidates from asking each other questions, limited rebuttals to a mere 30 seconds, barred direct follow-up questions and entirely prohibited surrebuttals\ne1\te2\tcandy\tjar\tEntity-Destination\tthen, i put candy in my jar\ne1\te2\tproposal\tcost analysis\tComponent-Whole_reversed\tfirst, the contents of the proposal included a detailed cost analysis, accurate marketing analysis and a preliminary project execution plan\ne1\te2\tphysician\tstethoscope\tInstrument-Agency_reversed\tthe physician brought only his stethoscope and otoscope\ne1\te2\tclock\tvacuum\tOther\tfrancis hauksbee proves that sound needs air to travel, by experiments with a clock inside a vacuum\ne1\te2\twine\tgrape\tEntity-Origin\this favorite wine was made with the loire valley red wine grape\ne1\te2\toil\tchips\tEntity-Origin\tcinnamon oil is distilled from bark chips and used to alleviate stomach upsets\ne1\te2\trecommendations\tkey points\tComponent-Whole_reversed\tthe recommendations contained the following key points and highlights\ne1\te2\tentrails\tapples\tContent-Container_reversed\trather, the entrails contained mostly apples and corn\ne1\te2\tenvelope\tdiscovery\tContent-Container_reversed\tthe envelope contained an important intelligence discovery of the war\ne1\te2\tlibrary\tbooks\tMember-Collection_reversed\tthe library contained books of guidance on the processes\ne1\te2\tghosts\thouse\tOther\tthe ghosts in my house are mischievous, like little children\ne1\te2\tinjury\ttherapy\tCause-Effect_reversed\tdiabetes drug shows promise for preventing brain injury from radiation therapy\ne1\te2\thorse\trider\tInstrument-Agency\tfrancisco garcia lorca sees the horse carrying the rider, against his will, to his death\ne1\te2\tconfirmation\tinvoice\tOther\tthe date for final payment is shown on the confirmation invoice\ne1\te2\thumidifier\tgreenhouse\tComponent-Whole\ta humidifier keeps the greenhouse between 47 and 58 percent humidity\ne1\te2\tcompany\tfabrics\tProduct-Producer_reversed\tto better follow the quality, the company manufactures itself the necessary fabrics, starting from the purchase of the yarn\ne1\te2\tequalization\tchanges\tOther\tit also includes an automatic purge valve for quick equalization after changes in atmospheric pressure\ne1\te2\tdriver\tcar\tOther\ttaxi driver spotted stolen car shortly after police sent out an alert\ne1\te2\tkeyboard\terrors\tOther\telecom's gear drive keyboard prevents typing errors\ne1\te2\tfootballer\tball\tInstrument-Agency_reversed\twell, this footballer kicked the ball the hardest he could and hit me\ne1\te2\tkitchen\tdrinks\tContent-Container_reversed\tthe kitchen holds patient drinks and snacks\ne1\te2\tbox\tskeletal remains\tContent-Container_reversed\tthe box contained the jumbled skeletal remains of what appeared to be sheep, as well as a variety of other mammals\ne1\te2\tsculptor\tdeal\tOther\tin prolific suspense novelist johansen's energetic new eve duncan thriller (countdown, 2005, etc.), the forensics sculptor makes a dangerous deal with a colombian weapons dealer\ne1\te2\tview\tbridge\tOther\tthis view from the inside is from the bridge that spans atherton street\ne1\te2\tantihelion radiant\tdebris\tOther\tunlike most of the annual showers the antihelion radiant is produced by debris from unknown sources orbiting in a direct motion like the earth\ne1\te2\ttobacco\tproducer\tProduct-Producer\tyanbian is also blessed with agricultural riches and is a major tobacco producer\ne1\te2\tkitchen\topportunities\tOther\tthe kitchen holds many opportunities for teaching kids as well as having fun\ne1\te2\tdebate\tquestions\tComponent-Whole_reversed\tthe debate starts with smalley's questions about drexler's proposal\ne1\te2\tland\tprofit\tOther\tapparantly you think two wrongs can make a right, but that doesn't help the starving people of zimbabwe, who were previously not starving due to the land being farmed for profit instead of used as political gifts\ne1\te2\tmoney\tshoe box\tContent-Container\tpaul powell wasn't the only public figure in illinois to keep money in a shoe box\ne1\te2\tlinoleum\tkitchen\tComponent-Whole\tin my tests with a final engineering prototype, scooba generally did a fine job cleaning the linoleum in my kitchen after my 2-year-old daughter's birthday party\ne1\te2\texcerpts\tarticle\tEntity-Origin\tthe following are verbatim excerpts from a lengthy article\ne1\te2\tkitchen\trefrigerator\tComponent-Whole_reversed\tthe kitchen contents include an ice dispensing refrigerator, ovens, a toaster, and a coffee maker\ne1\te2\tusher\troom\tOther\ta white house usher prepares the blue room for a luncheon for the european commission\ne1\te2\tjobs\trelocation\tOther\tthe wal-mart supercenter plans to employ as many as 455 associates, including 180 planned new jobs created by the relocation\ne1\te2\taircraft\tair\tOther\tin the case of aerodynamic lift, the aircraft is kept in the air by wings or rotors (see aerodynamics)\ne1\te2\tpaper\tbinder\tContent-Container\tthat's all paper stored in a binder by the door of the room\ne1\te2\tdata\tsurvey\tEntity-Origin\tthe data are derived primarily from a three-nation survey conducted for the harvard school of public health and the robert wood johnson foundation by louis harris and associates and its international affiliates between 10 june and 14 september 1994\ne1\te2\tfounders\tconstitution\tProduct-Producer_reversed\tthe founders designed the constitution to transform the barbarian rule we rejected as colonies, into a civilization befitting the dignity of a free people\ne1\te2\train\tfood\tOther\tthe rain begets the food we eat\ne1\te2\tbaseboards\thouse\tComponent-Whole\ton windy days i feel the drafts coming from the baseboards in my house\ne1\te2\tcitizens\tliving\tOther\tthe local citizens farmed for a living, raising a variety of crops including peanuts, cotton, hay, sorghum, and a variety of truck crops\ne1\te2\toceans\tfood\tEntity-Origin_reversed\tit is set in a future in which the oceans are farmed for food\ne1\te2\tprogress\tbreakthroughs\tCause-Effect_reversed\tscientific progress comes from breakthroughs and breakthroughs by their very nature are unpredictable and surprising in their impact\ne1\te2\tsunflower\toil\tEntity-Origin_reversed\tsunflower oil is obtained by extracting oil from sunflower seeds\ne1\te2\tfissure\timpact\tOther\tentering the fissure created by the meteor's impact, sephiroth merged with all the energy of the planet, granting him god-like power over it\ne1\te2\tabstinence\tlaughter\tOther\tthe good friar was insistent on both celibacy and abstinence from laughter\ne1\te2\tguy\tcoffee\tProduct-Producer_reversed\tthe production assistant is basically the guy who makes coffee and goes to the post office\ne1\te2\tsoybean\toil\tEntity-Origin_reversed\tcrude soybean oil meeting exchange-approved grades and standards-see exchange rules and regulations for exact specifications\ne1\te2\tinformation\twave\tOther\ton the other hand, the information being carried in a high frequency quasi-sinusoidal wave invites comparisons with the auditory system of vertebrates\ne1\te2\truins\tmonument\tEntity-Origin\tothers think that the underwater ruins are from a different ancient monument, perhaps a temple that gradually sank beneath the waves\ne1\te2\tjudges\twig\tInstrument-Agency_reversed\tjudges wear the bench wig when they are sitting in court\ne1\te2\tmotherboard\tmanufacturer\tProduct-Producer\ttry a google search for the motherboard manufacturer and exact model if the information is not listed above\ne1\te2\tmidwife\tbirth\tOther\ta midwife assists the birth, and women usually rely on their mothers or other women for support during labour\ne1\te2\tbottle\tnotebook\tContent-Container_reversed\ta letterbox is a plastic, screw-top bottle that contains a small notebook and a unique rubber stamp\ne1\te2\theroin\tproducer\tProduct-Producer\tuntil last year, afghanistan was an opium exporter, not a major heroin producer\ne1\te2\tart\tcollection\tEntity-Origin\tthe art in the book is from the city of tulsa's public collection, as well as other collections\ne1\te2\tafterglow\tshock waves\tCause-Effect_reversed\tthe afterglow is produced by shock waves in the jets of tenuous gas that shoot from the blast at almost the speed of light\ne1\te2\tantenna\tcar\tComponent-Whole\twe kept the antenna inside the car, which limited range due to the car's attenuation\ne1\te2\tnouns\tvocabulary\tMember-Collection\tthe corel data set is relatively simple because the annotations are nouns selected from a relatively small vocabulary\ne1\te2\tcaller\tmistake\tCause-Effect\tlike normal 'simon' games, it starts with a one digit sequence, and then increases indefinitely until the caller makes a mistake\ne1\te2\tprofit\tsale\tCause-Effect_reversed\tprofit from sale of investments is tax-free for general insurers\ne1\te2\troom\tsquare feet\tOther\tthe conference center has at least one dedicated main conference room that contains a minimum of 1,000 square feet\ne1\te2\tdeformation\tpressure\tCause-Effect_reversed\tthe design of the shape of the can ends moreover has a marked effect on their ability to resist deformation from internal pressure\ne1\te2\ttea\tthermos\tEntity-Destination\tmy friend puts tea in a thermos to take to work\ne1\te2\tsubstance\tpharmaceuticals\tOther\tthe white fatty substance obtained from the head of the sperm whale was used in pharmaceuticals and candles\ne1\te2\tdose\tpoison\tOther\tthe dose makes the poison\ne1\te2\tresearchers\tprotein\tInstrument-Agency_reversed\tto demonstrate the performance of the mixer, the researchers used a cold shock protein from the bacterium thermotoga maritime\ne1\te2\tbiologists\tmimic\tProduct-Producer_reversed\twhile the yale biologists created the versatile protein mimic from dna, breaker theorizes that a similar enzyme could be created with rna, which many scientists believe is the strongest candidate for being the precursor of all other life forms\ne1\te2\tfood\tscratch\tEntity-Origin\tthe food is made from scratch, fresh daily\ne1\te2\tland\tcattle\tEntity-Origin_reversed\tthe land was farmed for cattle, but segments of the forests were sold off and the chapel fell into disrepair\ne1\te2\timitation\tbutter\tOther\tthe margarine is imitation butter was without the superior flavor and pleasant mouthfeel\ne1\te2\ttools\tjob\tOther\tthe tools made the job easy when it could have been a nightmare\ne1\te2\trisk\tloss\tCause-Effect_reversed\tcompanies face big risk from loss of key employees\ne1\te2\twine\tpositive health light\tOther\tthe story put wine in a positive health light and pointed out that it was superior to other foods in that particular regard\ne1\te2\tperson\ttree\tEntity-Origin\tthe person fell from the tree\ne1\te2\tshelves\tbooks\tContent-Container_reversed\tthe shelves contained books with sinister-sounding titles, such as crime and punishment, days of wrath, death walks among you and a few others\ne1\te2\tsnowflakes\tsky\tEntity-Origin\tonce it was the middle of winter, and the snowflakes fell from the sky like feathers\ne1\te2\tworker\thammer\tInstrument-Agency_reversed\ton october 28, 2003, a worker was using a hammer to tap the arms of a truck's cabstand into a vertical position when the cabstand's arms collapsed in an unintended opposite direction causing the cab to slide off the stand onto the worker's arm\ne1\te2\tcrypt\ttomb\tContent-Container_reversed\tthe crypt contained the tomb of st paul but the altar had hidden it\ne1\te2\tlogin\tadministrator\tProduct-Producer\tthe pi login is created by the administrator\ne1\te2\tdiesel\toil\tOther\theating oil is similar to diesel oil, and the process of refining it is very similar\ne1\te2\tsting\tpainful episode\tOther\tthat's because nostalgia serves a useful defensive and reparative function; it took the sting from a painful episode in his life by shading the script\ne1\te2\tplane\tmaneuver\tOther\tthe plane makes a parabolic maneuver, much like a roller coaster with steep climbs and descents, that simulates zero gravity conditions\ne1\te2\ttremors\tdrinking\tCause-Effect_reversed\tsome people experience tremors after drinking coffee and tea\ne1\te2\tcharity\tlibraries\tOther\ti'm running a charity that helps the poorest school libraries in the u.s\ne1\te2\thitting\tanger\tCause-Effect_reversed\thitting out of anger is absolutely wrong\ne1\te2\tpresident\tpretext\tInstrument-Agency_reversed\tthe president used the pretext of national security\ne1\te2\tobservations\tearthquakes\tOther\tthese characteristics are inconsistent with observations from earthquakes of comparable distance and magnitude to those that dominate the hazard at yucca mountain\ne1\te2\thappiness\tcycling\tCause-Effect_reversed\the derives great joy and happiness from cycling\ne1\te2\twrinkles\tsmiling\tCause-Effect_reversed\tthe man cannot be too old - in his middle thirties - but his face exhibits more wrinkles from smiling than i've seen upon the mug of the happiest of grandparents\ne1\te2\tbook\teuthanasia\tMessage-Topic\tthe book has as its backdrop the political controversy over euthanasia in australia, where the author is senior lecturer in the health law program\ne1\te2\twalls\thouse\tComponent-Whole\ti am amazed how the sound is making things bounce off the walls in my house\ne1\te2\tpowerboat\tmanufacturer\tProduct-Producer\tat their peak on saturday, 23 september, the powerboat manufacturer sold a new boat every 28 minutes\ne1\te2\tdecrease\tcontrol\tCause-Effect_reversed\tthe randomized hypertensive abcd study demonstrated a decrease in myocardial infarction with ace inhibitors and a decrease in overall mortality with aggressive blood pressure control\ne1\te2\tscientist\tmethod\tInstrument-Agency_reversed\tthe scientist applied a method called recombineering to the fruitfly genes\ne1\te2\tshockwaves\tconditions\tCause-Effect\tthe resulting shockwaves produced the metal-forming conditions for periods of 100-200 ns\ne1\te2\tsoftware\tmarks\tProduct-Producer_reversed\tthe software uses the wrong comment marks for php files\ne1\te2\tcandy\tunderwear\tContent-Container\ti found some candy in my underwear\ne1\te2\tprisoners\ttrapdoors\tProduct-Producer_reversed\tonce the prisoners had created the trapdoors, they were ready to start digging the tunnels, but there was a major problem to overcome\ne1\te2\tskateboard\tcompany\tProduct-Producer\tthis skateboard company designs skateboards specifically for girls\ne1\te2\tbehaviour\tlearners\tOther\tmyles and simpson also identify defensive behaviour from learners like lashing out verbally or physically or threatening the educators or other learners and withdrawing from others emotionally or physically\ne1\te2\tdrinking\taccident\tCause-Effect\tanother drinking accident happened in the gallup area the other day, which is plagued by drinking and driving accidents\ne1\te2\tprogrammer\tmistake\tCause-Effect\tthe programmer made a mistake with respect to quoting, but it appeared as over-quoting instead of lurking as a security problem\ne1\te2\tattacker\tidea\tProduct-Producer_reversed\tin almost all of the incidents, the attacker developed the idea to harm the target before the attack\ne1\te2\tquotation\tpreface\tEntity-Origin\tthe quotation is from the preface to the fourth edition\ne1\te2\timmigrants\tmainland\tEntity-Origin\tin america, generations of portuguese immigrants from the mainland, azores and madeira have brought their often-simple but diverse and always tasty cuisine\ne1\te2\ttemperature\tcar\tOther\tthe temperature inside the car was 79 degrees\ne1\te2\tmustard\tcompany\tProduct-Producer\ther employment at this mustard company is considered the earliest recorded evidence of a company specifically hiring an industrial nurse\ne1\te2\tlanguage\tdesigners\tProduct-Producer\tdigital computers actually execute numerical instructions: bitstrings that contain information in the native language created by the machine's designers\ne1\te2\tbag\tbooks\tContent-Container_reversed\tthe bag contained books, a cell phone and notepads\ne1\te2\tentrepreneurship\tnecessity\tCause-Effect_reversed\tentrepreneurship out of necessity is quite common in europe where 60% of female headed businesses in northern europe and 70% in southern europe are established for this reason\ne1\te2\tactor\tmalice\tOther\tthe actor played a psychopathic preacher with a restrained malice\ne1\te2\tnurse\tcaregiver\tOther\ta nurse helps the caregiver\ne1\te2\tclub\tplayoffs\tEntity-Destination\tbeginning in 1966-67, the club made the playoffs nine consecutive seasons, the only nhl team of the period to accomplish that feat\ne1\te2\thappiness\tdancing\tCause-Effect_reversed\tanthony finds inspiration in a beautiful, enigmatic older woman who teaches him to follow his heart and find happiness through swing dancing\ne1\te2\tauthor\tdovetailer\tInstrument-Agency_reversed\tthe author applied the above-mentioned simple dovetailer to all computable universes\ne1\te2\tdepression\tweeks\tOther\tst john's wort reduced the severity of depression after six weeks\ne1\te2\tanalysis\tprogram\tOther\tstatistical analysis was made using the pcsm program\ne1\te2\twine\twineries\tProduct-Producer\tthey generally bought grapes from farmers or else they bought wine produced by cooperative wineries\ne1\te2\tdegradation\tchannels\tOther\thabitat degradation from within stream channels, loss of riparian vegetation, and reductions in water quality degrade and also limit the population\ne1\te2\tcocoa tree\tcocoa beans\tProduct-Producer_reversed\tlocated near the equator in south america, the cocoa tree produces cocoa beans, the source of all chocolate\ne1\te2\tpump\thole\tOther\tthey often have a pump over the drainage hole to draw the waste water towards it\ne1\te2\tcoupon\tcustomer\tEntity-Origin\tthe retailerer reported the income from a coupon's face value and its related handling fee at the time the coupon was received from the customer\ne1\te2\tweeks\ttherapy\tOther\tsurgery is reserved for treating residual disease six to eight weeks after radiation therapy or for recurrence\ne1\te2\tjoy\tflavours\tCause-Effect_reversed\ti'm finding the most joy comes from asian flavours; beautiful fresh fish; things that have been marinated; roasted vegetables; meats that intensify in flavour during the cooking process; and dishes made from the most brilliant, fresh, in-season food\ne1\te2\tcalcification\ttherapy\tCause-Effect_reversed\ta cancer survivor writes about the relatively rare occurrence of calcification of the breast after radiation therapy\ne1\te2\tbatteries\tcontact\tOther\tbatteries stored in contact with one another generate heat and hydrogen gas\ne1\te2\tmass\tland\tOther\tof the situation in the fifteenth century, parkes remarks: 'the mass of the people cultivated the land'\ne1\te2\tanxiety\tyears\tOther\this tendency to experience pathological anxiety from his early years and his tendency to respond to novelty, change, and challenges with an exaggerated anxiety response were noted\ne1\te2\tprawns\tpopcorn maker\tEntity-Destination\twe put frozen prawns in the popcorn maker, and we obtained prawn crackers\ne1\te2\tsite\tyears\tOther\tthe entire site was actively farmed during the 2004 growing season and aerial photography indicates the site has been farmed for multiple years\ne1\te2\tneutrons\tbombarding\tCause-Effect_reversed\tthe neutrons were produced by bombarding a tritium target with deuterium\ne1\te2\treduction\ttreatment\tCause-Effect_reversed\tbefore doing for his hair reduction by laser treatment, he first consulted with a dermatologist\ne1\te2\trings\tcopolymer polypropylene\tOther\tthe rings are preferably made from a copolymer polypropylene\ne1\te2\thouse\tlight bulb\tComponent-Whole_reversed\tthis represents a house that contains a light bulb and an airconditioner\ne1\te2\tname\tmythology\tEntity-Origin\tthe name given to our cluster, valhalla, comes from norse mythology\ne1\te2\tvioin\tmaker\tProduct-Producer\ti was trained as a vioin maker, over 20 years ago, and have built violins (baroque and classical), violas, cellos, viols da gamba, and viols d'amore\ne1\te2\tfamine\tfeast\tOther\tancient pagan traditions used famine following feast as a way of revealing truth\ne1\te2\tstudents\tareas\tOther\tthe students designed the home's living areas with an eye toward making a small house feel spacious\ne1\te2\tcompany\tnegatives\tOther\tthe company developed the negatives and returned the camera with a fresh roll of film\ne1\te2\tmeasurement\tsystem\tOther\tthe measurement was made using a gonio-photometric color measurement system\ne1\te2\thairdresser\tscissors\tInstrument-Agency_reversed\tfor this reason the hairdresser prefers conventional scissors, which however do not exhibit the ergonomical advantages\ne1\te2\tdeformation\tform\tOther\tany deformation from the circular form have a significant effect on the ability of the hose to sustain internal pressure\ne1\te2\tdata\tsensor\tProduct-Producer\tthe data is received from a sensor in the shoe, with audible feedback provided through the earphones\ne1\te2\tterror\tinfidels\tOther\tthe check given by charles v to the advance of the ottoman power along the african coast made him appear to the world as the liberator of the christians and the terror of the infidels, and gave him such prestige that francis felt obliged to get all the advantage possible out of his alliance\ne1\te2\tpatient\ttoe\tComponent-Whole\tthe patient had crushed a pencil with this toe about 30 years previously\ne1\te2\tobjects\tchart\tComponent-Whole\tit often becomes necessary to delete objects from the chart during the course of monitoring system performance\ne1\te2\tfrustration\tmeeting\tOther\tcraig expressed his frustration after monday's meeting\ne1\te2\tgin\tspirit\tEntity-Origin\ton the other hand, gin is distilled from a neutral grain spirit, which is then infused with juniper and a host of other botanicals\ne1\te2\tcontents\tflyers\tContent-Container_reversed\tthe contents of the bag included numerous flyers from other conference sponsors and exhibitors and some useful stationery supplies\ne1\te2\tperson\tchores\tOther\tit supports the personal information and interaction environment thus liberating the person from tedious chores and enriching their life and interaction with others in social or business contexts it enlarges the personal contribution\ne1\te2\tclutter\thouse\tOther\tthe clutter in my house was destroying me\ne1\te2\trowing motion\toar\tOther\tit is a motorized spherical mechanism that simulates the rowing motion of an oar\ne1\te2\tcandy\tmouth\tEntity-Destination\ti put the remaining candy in my mouth and walked back the way i came, then past the village and into town\ne1\te2\tcrane\tconstruction material\tOther\tthe site was encircled by a high fence and one could see a crane lifting some heavy construction material\ne1\te2\tvoice\tstory\tOther\twith lyrical descriptions of landscape and terse, unpunctuated dialogue, a distinctive voice powered a gripping story\ne1\te2\tcook\tstove\tInstrument-Agency_reversed\tthe cook squatted by the stove\ne1\te2\tplastic\tbag\tOther\tduring his travel to russia you managed to buy vodka in a plastic bag\ne1\te2\tmicroarrays\tapproach\tOther\tamong them, 24% is related to microarrays fabricated by the microspotting approach\ne1\te2\twine\tfermentation\tOther\tchinese liquor is a kind of wine produced by solidified fermentation of grain\ne1\te2\tsaw\thole\tOther\tthe saw cut a large hole in a huge concrete wall at the plant\ne1\te2\tswimming pool\thouse\tComponent-Whole\twoz has outfitted the house with an elaborate swimming pool that extends inside the house by way of an underwater channel\ne1\te2\traindrop\tshape\tOther\ta raindrop keeps the same shape to a reasonable approximation all the time it is falling\ne1\te2\tscientists\tobservation\tOther\tthe scientists made the surprising observation that smn binds efficiently -- and carry out its functions -- when the proteins to which it needs to bind are first \"tagged\" by specific enzymes\ne1\te2\tpotato\tvodka\tEntity-Origin_reversed\tit's unfortunate you tried a potato vodka\ne1\te2\troom\tradioactive materials\tContent-Container_reversed\tthe room contains radioactive materials\ne1\te2\ttrees\tseeds\tProduct-Producer_reversed\ttrees grow seeds\ne1\te2\theadache\teyestrain\tCause-Effect_reversed\tshort-term side effects are uncommon, but include headache from eyestrain, nausea, agitation or nervousness\ne1\te2\tmixture\tdark\tOther\tthe reaction mixture is kept in the dark at room temperature for 1 1/2 hours\ne1\te2\tgrowth\toverfertilizing\tCause-Effect_reversed\tthatch is caused by excessive growth from overfertilizing, by allowing the grass to get too high before mowing, or by incorrect watering\ne1\te2\tspirit\tgrain\tEntity-Origin\tthe clear spirit is distilled from fresh grain\ne1\te2\tdeath\tinjection\tCause-Effect_reversed\talabama has since enacted legislation, allowing death by lethal injection as an alternative choice to death in the electric chair\ne1\te2\tmarijuana pipe\tcar\tOther\tas the officer shone his flashlight on the lock he was working on, he spotted a marijuana pipe laying on the floor inside the car\ne1\te2\tdrug\tmanufacturer\tProduct-Producer\tit is also illegal for anyone other than the drug's manufacturer to re-import a prescription drug that was originally manufactured in the united states\ne1\te2\twine\tcellar\tEntity-Destination\tbottle aging, which is anaerobic (oxygen-free), is one of the reasons that people put wine in a cellar and let it age\ne1\te2\tboxes\tbooks\tContent-Container_reversed\tsince i was a teacher, the boxes contained books i was bringing for the students to improve their english\ne1\te2\tbox\tpool equipment\tContent-Container_reversed\tthe box holds our pool equipment perfectly\ne1\te2\torganization\tdentists\tOther\tthe organization helps educate practitioner dentists through clinical meetings\ne1\te2\tsilver heart\tclock\tComponent-Whole_reversed\tmiss clockheart wears a silver heart around her neck with a clock inside\ne1\te2\tliving room\tdoor\tComponent-Whole_reversed\tstraight ahead you enter a nice sized living room that contains the front door\ne1\te2\tactivation\tsummer\tOther\tone newly formed iraqi battalion is on duty, with 27 scheduled for activation by summer 2004\ne1\te2\tbacon\tmanufacture\tOther\tthe bacon manufacture is the 74th greatest export of denmark\ne1\te2\ttrench\tfenced back yard\tOther\tthe trench was inside the fenced back yard\ne1\te2\tgrater\tportion\tOther\tstrikingly large in scale, this grater shaves a perfect portion in a single stroke\ne1\te2\thell\tsky\tEntity-Origin\tthe night hell fell from the sky\ne1\te2\theating\toil\tOther\theating oil is a refined oil made from petroleum, used in furnaces to heat buildings\ne1\te2\tsculptures\tchainsaw\tOther\toriginal sculptures were carved with a chainsaw\ne1\te2\tsatisfaction\tmentoring\tCause-Effect_reversed\tit's very rewarding and i get a great deal of enjoyment and satisfaction from mentoring\ne1\te2\tfishes\tpurposes\tOther\tother non-native species used in aquaculture are brook trout (salvelinus fontinalis) and lake trout (salvelinus namaycush), fishes that mainly has been farmed for stocking purposes\ne1\te2\tbombing\tcarnage\tCause-Effect\tthe bombing produced the worst carnage since a nov. 23 attack in the shi'ite slum of sadr city that killed more than 200 people\ne1\te2\ttarantula\tweb\tProduct-Producer_reversed\tlike other spiders, the tarantula makes a silken web, but not for snaring prey\ne1\te2\tadvertisement\timpression\tCause-Effect\tmy problem is that the advertisement gives the impression that women in rural bangladesh have 6 children\ne1\te2\tvaccine\tvirus\tEntity-Origin\tthe vaccine is made from inactivated virus, so it's impossible to get the flu from the vaccine\ne1\te2\tsupercell\ttornado track\tCause-Effect\tthe southern supercell produced the longest tornado track of the outbreak (tornado #4)\ne1\te2\tfactory class\tobjects\tProduct-Producer_reversed\tfactory class that manufactures component objects for the farmyard\ne1\te2\tdevice\tthread\tInstrument-Agency_reversed\ta sewing machine is a mechanical (or electromechanical) device that joins fabric using thread\ne1\te2\toil\tpress\tOther\tthe newer lesser-known attraction that the kibbutz offers is a reconstructed oil press whose beginnings can be traced to the early 20th century in jaffa\ne1\te2\temission\tdwarf\tCause-Effect_reversed\tthat year, summer students at the vla made the first discovery of radio emission from a brown dwarf\ne1\te2\tappetite\tsmell\tCause-Effect_reversed\tthe tongue has taste buds, but a cat's appetite comes from the smell of the food and doesn't come from the taste of it\ne1\te2\tstakes\tperspective\tOther\tthey understand the stakes from a personal perspective, as well, since the extremists have tried to assassinate them\ne1\te2\tdryer\tair\tCause-Effect_reversed\tthe dryer emits air that is regulated close to your body temperature\ne1\te2\tbuilding\tarchitectural features\tComponent-Whole_reversed\tbecause of the depression the original design was cut back significantly, but the building contained a number of unique architectural features\ne1\te2\tdentist\tdrill\tInstrument-Agency_reversed\tyou are in the chair while the dentist gets the drill ready to begin work on your teeth\ne1\te2\tinstructor\tpresentation\tProduct-Producer_reversed\tphy 319 is presently taught in three 50-minute lectures per week in which the instructor makes a chalkboard presentation\ne1\te2\trecovery\texhaustion\tOther\tsparky anderson is making progress in his recovery from exhaustion and could return to managing the detroit tigers within a week\ne1\te2\tsenator\tinfluence\tInstrument-Agency_reversed\tthe senator also wielded enormous influence in the dispensing of rhode island's share of expanding federal budgets of the 1950s and 1960s\ne1\te2\tdraft\tdistinction\tMessage-Topic\tthe draft makes a distinction between 'data' and 'records'\ne1\te2\tvaccine\tgovernment\tProduct-Producer\tthe vaccine is produced by the government and is not for sale to private individuals or companies\ne1\te2\tland\tolives\tEntity-Origin_reversed\tthe land was farmed for olives and a few other crops\ne1\te2\tregiment\treserve\tComponent-Whole\tseventy-first regiment and the rest of the cavalry composed the reserve\ne1\te2\tinflatable corgis\tbag\tEntity-Destination\tas the servants put the inflatable corgis in a bag for the balmoral jumble sale, the queen will be settling down this morning for a nice cup of tea and a quiet rest during the archers, known to be one of her radio favourites\ne1\te2\tdisruption\tattacks\tCause-Effect_reversed\tflight disruption after the attacks in the us delayed him there for three days\ne1\te2\ttechnique\tkeys\tComponent-Whole_reversed\tpublic key encryption is a technique that uses a pair of asymmetric keys for encryption and decryption\ne1\te2\tsyringe\tnurse\tEntity-Origin\ti nicked a syringe from a nurse and got somebody to get me a lemon from the kitchen\ne1\te2\tfrustration\tdefeat\tCause-Effect_reversed\tray parlour shows his frustration after middlesbrough's defeat\ne1\te2\tbiologist\tresources\tInstrument-Agency_reversed\ta biologist combines a range of diverse and distributed resources (databases, tools, instruments) to answer complex questions\ne1\te2\tgovernment\tfactual return\tProduct-Producer_reversed\tthen, in may, 2005, the government produced the factual return, as ordered by the district court\ne1\te2\tarchitect\tcourtroom\tProduct-Producer_reversed\tthese first person accounts humanize history as readers share the experiences of american prosecutors, security personnel, journalists, and even the architect who designed the courtroom\ne1\te2\tgaps\tmetal box\tOther\tto repair, he used duct tape and caulk to seal gaps in the metal box and between joints and seams in the duct\ne1\te2\ttremors\tearthquake\tCause-Effect_reversed\thundreds of thousands in central china are sleeping outdoors for fear of more tremors after saturday's earthquake\ne1\te2\tdepartment\tadjustment\tInstrument-Agency_reversed\tthe department applied a one-time adjustment to the graduation rates to remove the bias\ne1\te2\troom\tremains\tContent-Container_reversed\teight rooms surround a central square room that contains the mortal remains of bibi pari\ne1\te2\tpatient\ttoothbrush\tInstrument-Agency_reversed\tthe patient literally sawed it in half using a hard toothbrush over a period of many years\ne1\te2\trouter\tmanufacturer\tProduct-Producer\tcontact the router's manufacturer for assistance with configuration and proper setup of your wired router\ne1\te2\tcane\tsugar\tEntity-Origin_reversed\tmost cane sugar comes from countries with warm climates, such as brazil, pakistan, india, china and australia\ne1\te2\tpoliceman\ttruncheon\tInstrument-Agency_reversed\tas the policeman hit her with his truncheon, another police officer pushed him away from her and shouted for him to stop\ne1\te2\tcarbohydrase\tprocess\tOther\tthe carbohydrase is produced by a process which completely removes the organism rhizopus oryzae from the carbohydrase product\ne1\te2\tplanet\tthreat\tOther\twe saved the planet from the imperialist threat\ne1\te2\tsatchel\trevelation\tOther\tthe contents of the satchel were a revelation\ne1\te2\toffshore\tproducer\tOther\tintersense, inc., a market leader in precision motion technology, today announced that hydro, a leading offshore producer of oil and gas, has installed its tenth intersense is-900 precision motion tracking system as part of hydro's large scale immersive visualization rooms\ne1\te2\tloom\tweaver\tInstrument-Agency\tthe event featured a demonstration of weaving on a loom by local weaver nancy alexander\ne1\te2\tstory\tsheriff\tProduct-Producer\tthis is another false story fabricated by the sheriff\ne1\te2\tants\tkitchen\tOther\tshe got rid of the ants in the kitchen without using dangerous pesticides\ne1\te2\ttaste\tginseng\tCause-Effect_reversed\tthe taste is from the ginseng, not alcohol\ne1\te2\thouse\tperson\tOther\tin each house lives a person with a different nationality\ne1\te2\temigration\tnecessity\tCause-Effect_reversed\tmaybe the most significant difference is that we have changed from emigration out of necessity to emigration in search of new opportunities\ne1\te2\toffice\tplants\tOther\tan office that contains plants creates an agreeable environment for yourself and others\ne1\te2\tinflammation\tjoints\tOther\tthis daily assault of inflammation in their digestive system, plus the inflammation from your joints and an overworked immune system and excess weight easily exceed the amount of inflammation your body can effectively handle\ne1\te2\tpollen\tforest\tEntity-Origin\tthe pollen is derived from a podocarp/broadleaved forest, which probably. covered both the alluvial flats and sides of the valley\ne1\te2\tterror\tprotagonist\tOther\t'the incredible shrinking man' follows matheson's novel and effectively captures the terror of the protagonist as he shrinks to oblivion\ne1\te2\tfish\toil\tEntity-Origin_reversed\tin any case, fish oil did harm patients\ne1\te2\tdiscomfort\tstomach\tOther\tnausea is the sensation of unease and discomfort from the stomach, with the sufferers feeling that they may vomit\ne1\te2\tdecision\tmaker\tProduct-Producer\ti'm the decision maker, and i had to come up with a way forward that precluded disaster\ne1\te2\toverview\tviewer\tMessage-Topic\tthis is an overview of the viewer from a developer's perspective\ne1\te2\tscientists\tcommunities\tEntity-Origin\trecruiting talented computer scientists from underrepresented communities is important to current and future workforce needs of the computation directorate as well as the laboratory as a whole\ne1\te2\tliquor\tfruit\tEntity-Origin\tafterwards, stroll to a bar for a glass of 'medronho' - the national liquor made from a fleshy, red fruit grown in portugal\ne1\te2\tsection\tnotion\tMessage-Topic\tthe section focused on the notion of a backprojection, which was used in that to characterize the set of states that can reach another set of states in one stage\ne1\te2\tfuser\tpage\tProduct-Producer_reversed\tthe hp laserjet 3800n's instant-on fuser produces the first page of each print job in less than 12.5 seconds\ne1\te2\tsheet\tfile cabinet\tContent-Container\tthe record was a sheet of paper stored in a file cabinet or an image on microform\ne1\te2\treboot\tmessage\tCause-Effect\ton both of my systems, the reboot produced the ominous message 'missing operating system'\ne1\te2\tshopper\tdecision\tProduct-Producer_reversed\tsince the product has made it over that first hurdle, it was blessed with another two seconds while the shopper made his purchasing decision\ne1\te2\tperson\talibi\tCause-Effect\tthe person providing the alibi is the culprit and would be providing a fabricated alibi\ne1\te2\tphoton\tcloud\tOther\tonce the photon was inside the cloud, the control beam was switched off, allowing the photon to come to a halt inside the dense ensemble of atoms\ne1\te2\tbytecodes\tstructure\tEntity-Origin\tthe bytecodes compiled from a nonoptimized control structure are illustrated by the following hypothetical method in collection\ne1\te2\trelief\tacupuncture\tCause-Effect_reversed\tthe effect of pain relief by acupuncture lasts for an extended period of time, sometimes months after the needle was removed\ne1\te2\tdeaths\toutbreak\tCause-Effect_reversed\tabout 30 ducks were found dead in klamath county in the past two days, and officials are investigating whether the deaths are from a cholera outbreak\ne1\te2\tdecrease\tstrategies\tCause-Effect\tprincipals respond to a decrease in uncertainty with more aggressive strategies\ne1\te2\tphysician\tstethoscope\tInstrument-Agency_reversed\tsimilarly, the western physician's white coat and stethoscope and the environment of western medical clinics and hospitals create an aura of expectancy and hope for healing\ne1\te2\ttaste\tsmell\tCause-Effect_reversed\tmost of the taste of strong onions comes from the smell\ne1\te2\tbuilding\tlaboratory facilities\tComponent-Whole_reversed\tthe building contained laboratory facilities for conducting spectrochemical, chemical, and mass spectrometric analyses\ne1\te2\tbehaviour\trevellers\tCause-Effect_reversed\ta city nightclub has had an ambitious expansion plan blocked over concerns about unruly behaviour from drunken revellers\ne1\te2\tbowl\tapples\tContent-Container_reversed\tthe bowl contained apples, pears, and oranges\ne1\te2\tsite\twheat\tEntity-Origin_reversed\tthe site is currently dry farmed for wheat\ne1\te2\tlady\tphotocopies\tProduct-Producer_reversed\tthe lady made the photocopies, pushed a few more keys on her computer, and shuffled some papers around\ne1\te2\thamburgers\trestaurant\tProduct-Producer\thamburgers from the restaurant were recalled, preventing further illness\ne1\te2\tcoins\tjar\tContent-Container\tone in four americans keeps coins in a jar\ne1\te2\tdemonstrators\tfigure\tProduct-Producer_reversed\tthe demonstrators composed the figure 420, representing the number of people still being held at the us prison in cuba\ne1\te2\tirritation\tsoaps\tCause-Effect_reversed\tthe studies revealed that skin irritation from soaps, inaccessibility to supplies or sinks, and insufficient time to wash hands between every patient care contact were the main reasons given by healthcare workers for lack of handwashing compliance\ne1\te2\thardcopy\tbook\tOther\tthe hardcopy book (at an even higher price) and this one purchase ensures you are up to date with all future releases of the electronic book\ne1\te2\texperiment\tstate\tCause-Effect\tbut not every run of the experiment produced the desired state - a very large number of failed tries accompanied each successful creation\ne1\te2\treinsurance\tcompany\tOther\tmonica mullikin ('00) is working for willis of minneapolis as a catastrophe risk analyst for this reinsurance company\ne1\te2\treflex\thammer\tOther\tthe brachioradialis reflex is observed by striking the brachioradialis tendon directly with the hammer when the patient's arm is resting\ne1\te2\taqueous solution\tflask\tContent-Container\tthis experiment is performed with an aqueous solution of a strong acid inside a flask\ne1\te2\tmovie\timpression\tCause-Effect\tthe movie gives the inaccurate impression that the apaches all surrendered\ne1\te2\tpanic\tmorning\tOther\tsaunders felt a resurgence of the panic from this morning when he'd regained consciousness in the minefield\ne1\te2\taristocracy\tlaws\tProduct-Producer_reversed\tthe aristocracy composed the laws, regulated the monetary system and banks, enforced justice, and often controlled prices, wages, and other economic transactions\ne1\te2\tquote\tcartoon\tEntity-Origin\tthe first quote is from the ginger meggs cartoon\ne1\te2\tengine\toil\tOther\tlearning to change your vehicle's engine oil saves you time and money\ne1\te2\tcompany\tsubstitute\tProduct-Producer_reversed\tthe same company also makes a good coffee substitute called bambu which is made from organic chicory combined with figs, cereals and acorns to the original recope of the late swiss nature doctor and founder of the company, alfred vogel\ne1\te2\tspa\twax\tInstrument-Agency_reversed\tshe spread a cream wax, applied strips (the spa uses a stripless wax for the bikini), and removed them with such agility that we barely flinched\ne1\te2\tjokes\tcrackers\tEntity-Origin\the put on a gold pointed hat and read out jokes from the crackers\ne1\te2\tnet\tfisherman\tInstrument-Agency\tjust as the net enables the fisherman to catch many fish in one go, the pattern was favored by the samurai as it symbolized victory over many opponents at one time\ne1\te2\tdrill\tdentist\tInstrument-Agency\tthe drill enables the dentist to accomplish these procedures quickly and reduces the trauma to oral tissues\ne1\te2\telectron\tmicroscope\tInstrument-Agency\tthey chose samples and prepared them for viewing with the electron microscope\ne1\te2\tsuitcase\tgym shoes\tContent-Container_reversed\tthe other contents of the suitcase included gym shoes, dirty sweat socks, limburger cheese, scented oils, and a severely poop stained armani suit\ne1\te2\thouse\tbedrooms\tComponent-Whole_reversed\ta house that contains a minimum of three bedrooms and a maximum of seven bedrooms to include the proprietor's bedroom is considered to be a \"b&b\" (a town or country home or a farmhouse)\ne1\te2\trider\thorse\tInstrument-Agency_reversed\tthe fascinating aspect of therapeutic riding is that the rider sitting astride a horse walking establishes what is a perfect walking gait for the human\ne1\te2\tsoy milk\tcreamer\tOther\tthe soy milk makes a great coffee creamer (and with whatever else you can cook it)\ne1\te2\tdownturn\tbombs\tCause-Effect_reversed\tthailand has been bracing itself for a downturn in the wake of the bombs, especially in the tourist sector\ne1\te2\tgrowth\troots\tOther\tliterary criticism is the study of literature by means of a microscopic knowledge of the language in which a book is written, of its growth from various roots, of its stages of development and the factors influencing them, of its condition in the period of this particular composition, of the writer's idiosyncrasies of thought and style in his ripening periods, of the general history and literature of his race, and of the special characteristics of his age and of his contemporary writers\ne1\te2\tvessel\ttools\tContent-Container_reversed\tamong the contents of the vessel were a set of carpenter's tools, several large storage jars, ceramic utensils, ropes and remnants of food, as well as a heavy load of ballast stones\ne1\te2\tringtone\ttelecommunicator\tOther\tthe ringtone makes the telecommunicator\ne1\te2\tworkers\tcrane\tInstrument-Agency_reversed\tconstruction workers utilized a crane to assist in bringing roofing materials up to the top\ne1\te2\tspiciness\tglands\tCause-Effect_reversed\tthe spiciness comes from small capsaicin glands located between the pepper's outside skin and the white ribs inside\ne1\te2\tpanic\taftershocks\tCause-Effect_reversed\tin one day, the red crescent treated more than 50 injuries - mainly broken bones caused by panic from aftershocks\ne1\te2\tsports\thands\tOther\tamerican sports are played with the hands\ne1\te2\tclimber\thook\tInstrument-Agency_reversed\tthe climber had a hook in each hand\ne1\te2\tclock\ttrain station\tOther\tjapanese commuters look at a clock inside a tokyo train station\ne1\te2\tbomb\tsuitcase\tContent-Container\tthe bomb was contained in a suitcase and was planted by two men\ne1\te2\tcabinets\tkitchen\tComponent-Whole\ti am installing lights under the cabinets in my kitchen\ne1\te2\timplementor\tdecision\tProduct-Producer_reversed\tthe implementor makes the decision, not the protocol\ne1\te2\tmaterial\tacid\tOther\the mounts the photo on a material that contains acid, so that the paper absorbs the acid which in turn attacks the photo itself\ne1\te2\tcommander\tneck\tComponent-Whole_reversed\tthe commander sawed logs with his neck hanging radically from one medieval arm while his feet hung three feet above the hardwood floor on the other side\ne1\te2\tblockage\tclot\tCause-Effect_reversed\tin the most common form of such an attack, called ischemic stroke, the blockage comes from a blood clot that develops in one of the brain's blood vessels\ne1\te2\tdiener\tscalpel\tInstrument-Agency_reversed\tthe diener takes a large scalpel and makes the incision in the trunk\ne1\te2\tphotographer\tpicture\tProduct-Producer_reversed\tas for camera/lens info, the photographer made the picture, not the camera\ne1\te2\toutrage\tcorruption\tCause-Effect_reversed\tthe report links conditions in some of the worst affected localities and the likelihood that dire poverty - combined with despair and outrage over rampant corruption, repressive policies, and governments' failure to address local needs - could lead to outbreaks of localised unrest with the potential to spread into a wider regional conflict\ne1\te2\ttremors\tmidnight\tOther\teverybody in the region experienced the tremors after midnight\ne1\te2\tthermostat\twater\tOther\ta thermostat keeps the water at the requested temperature\ne1\te2\tassembly\tstatement\tProduct-Producer_reversed\tin response to the problem, the assembly composed the following statement\ne1\te2\tmorning session\ttutorial\tComponent-Whole_reversed\tthe morning session contains a tutorial that aims to address the basic issues necessary for a better understanding of this complicated topic\ne1\te2\taftershocks\twithdrawal\tCause-Effect_reversed\tthe troubled company is still feeling aftershocks after its devastating withdrawal of the pain medication vioxx six months ago\ne1\te2\tstrategy\tneeds\tEntity-Origin\tthe company's storage strategy is derived from customer's needs\ne1\te2\trecipe\tapples\tComponent-Whole_reversed\tlike many recipes for stuffing, the original recipe contained apples, but as apples are a higher carb fruit, i have substituted cranberries which have the dual effect of making the stuffing lower carb than the regular recipe and also adding a little extra seasonal color and flavor\ne1\te2\texpenditure\tactivity\tCause-Effect_reversed\tenergy expenditure through physical activity is a key component in the prevention and treatment of overweight and obesity\ne1\te2\tbox\tcontroller\tContent-Container_reversed\tamong the additional contents of the box were a controller, an audio/video connector, a plug, and quite a few manuals and booklets\ne1\te2\tartist\tsong\tOther\tthe artist who originally made the song popular is listed for reference only\ne1\te2\twife\tfamily\tEntity-Origin\tunder the circumstance that the wife comes from a wealthy family, her dissatisfactions with her marriage may make her seem like a spoiled brat\ne1\te2\tvideo\tclip\tComponent-Whole_reversed\tthe video contains a clip from the movie\ne1\te2\ttypist\ttypewriter\tInstrument-Agency_reversed\toriginally, the typewriter sales companies sold the typist with the typewriter\ne1\te2\tsoils\tdealer\tEntity-Origin\tyour garden does well with either of these soils since these soils come from a reputable dealer\ne1\te2\ttube\tknife\tOther\tthe quartz sample tube with polyradical residue was cut with diamond knife to the size that fit into the teflon digestion vessel\ne1\te2\tinjury\tpreseason\tOther\tclinton portis, who missed last week's game against dallas because of a shoulder injury from the preseason, rushed for 86 yards on 16 attempts to become the fifth-fastest player to reach the 6,000-yard mark in his career\ne1\te2\tbatteries\tphone\tComponent-Whole\tthe batteries are kept in a phone\ne1\te2\tcathode\telectrons\tCause-Effect\tthe cathode emits electrons\ne1\te2\tproduct\tradiation\tCause-Effect\tthe product emits radiation\ne1\te2\twine\tcontext\tOther\tthey put wine in the exact context it needs to be kept in - not so bloody serious\ne1\te2\tbuilding\tstorage rooms\tComponent-Whole_reversed\tthe lower portion of the building contained hundreds of storage rooms\ne1\te2\tinfection\texecution\tCause-Effect_reversed\tinfection starts with manual execution of the binary\ne1\te2\tcarpenter\taxe\tInstrument-Agency_reversed\tlike a carpenter wielding an axe to make furniture, the hacker does good things with his skills\ne1\te2\tconstruction\trefinement\tCause-Effect\tthe construction gives a refinement of nori's argument in the case of a self-product of a curve\ne1\te2\tsculptor\tfigures\tProduct-Producer_reversed\tthe architect created the beautiful division of the space and the exact proportions, the sculptor produced the anatomically correct figures, and the painter knew how to blend forms and colours into perfect harmony\ne1\te2\tpicric acid\taqueous solution\tOther\tpicric acid is kept in an aqueous solution, which makes it suitable and safe to handle\ne1\te2\tvacuum\tcleaner\tInstrument-Agency\thoover is also notable for an extremely unusual vacuum cleaner, the hoover constellation, which is canister type but lacks wheels\ne1\te2\tgoats\tfibre\tEntity-Origin_reversed\talthough the goats were farmed for their fibre from early times it was not until the 16th century that export of the goats was permitted\ne1\te2\tsavings\thardware side\tOther\tthe big savings is coming from the hardware side\ne1\te2\tpanel\trecommendation\tProduct-Producer_reversed\tafter the panel makes a recommendation, orasure said it likely will formally apply to sell the test over-the-counter\ne1\te2\tjuicer\tsqueezing\tInstrument-Agency\ta juicer is a utensil used for squeezing juice from fruit\ne1\te2\tkitchen\tsalt\tContent-Container_reversed\tthe kitchen contains basic items such as salt, pepper and olive oil\ne1\te2\texclusion\tstandards\tOther\texamples include the exclusion of certain benefits from funding standards and the exclusion of entire plans from certain funding requirements\ne1\te2\tkeys\tcar\tOther\twhen he was back he noticed that he had locked the keys inside the car\ne1\te2\tcollaboration\tcurriculum\tOther\tthe collaboration produced the pump(pittsburg urban mathematics program) curriculum, which focuses on mathematical analyses of real-world situations, the use of computational tools, and on making algebra accessible to all students\ne1\te2\tchange\tend\tOther\tthe only change is from the energy company's end, where their section of the gas or electricity infrastructure is now supplying an extra home\ne1\te2\thole\tmetal box\tComponent-Whole\ta high voltage coupling capacitor is added at the input as well as a small hole in the metal box in order to provide screwdriver adjustment to the gain control potentiometer\ne1\te2\tpotato\tpeeler\tOther\ta potato peeler is a metal blade attached to a metal, plastic or wooden handle that is used for peeling vegetables, usually potatoes\ne1\te2\tbeach\tcave\tOther\ta pool with a sand beach is located inside the cave\ne1\te2\tobservation\tspectrograph\tOther\tthe third observation was made with the echellette spectrograph\ne1\te2\tvolunteer\torganization\tOther\tfor projects submitted at national level, the volunteer is sent by a organization legally established in his/her country of residence\ne1\te2\twork\tfood\tOther\tin zen, there is a strong relationship between work and food, for the former begets the latter\ne1\te2\tbouillon\tchicken\tEntity-Origin\tdifferent from the curry source, chicken bouillon is mainly distilled from chicken\ne1\te2\tsalad\tapples\tComponent-Whole_reversed\tthe original waldorf salad, created at new york's waldorf astoria hotel in the 1890s, contained only apples, mayonnaise, and celery\ne1\te2\tcollapse\texhaustion\tCause-Effect_reversed\tthere were the years of constant fatigue and shortness of breath, the heart attack at age 11, the collapse from exhaustion on her high school graduation night\ne1\te2\tcandidates\tcriticism\tOther\tthe commission merely implements the contracts, shielding the major party candidates from public criticism\ne1\te2\tincrease\tlist\tMessage-Topic_reversed\tthe board selected a list of expenditure reduction and revenue increase from the list attached to staff report\ne1\te2\tmemorandum\tstigmatizing statements\tComponent-Whole_reversed\tthe contents of the memorandum included stigmatizing statements about cannon\ne1\te2\tgovernment\tgunfire\tInstrument-Agency_reversed\tthe pri government crushed a burgeoning student movement with gunfire that killed scores of peaceful demonstrators\ne1\te2\tcollapse\ttop\tOther\tand because of a last minute collapse from top to bottom - what would be and should be a perfect season to this point is just another year\ne1\te2\tregion\tfertility\tOther\tthe surrounding region is farmed for its fertility\ne1\te2\tfertilizer\tsalesman\tOther\tpeterson worked as a fertilizer salesman before his arrest\ne1\te2\tsurgery\tchemotherapy\tOther\tsurgery after radiation chemotherapy is an effective local treatment, which is able to significantly increase local tumor control compared to radiation chemotherapy only\ne1\te2\tdamage\tspills\tCause-Effect_reversed\tthe pipeline had to face the following main concerns from opposition: disturbance of animal migration patterns, environmental damage from spills, geological concerns and the alaskan permafrost\ne1\te2\tcollection\tbooks\tMember-Collection_reversed\tthe collection contained books, magazines, journals, and newspapers\ne1\te2\tagarwood\taquilaria tree\tEntity-Origin\tagarwood, the world's most valuable incense, is produced by the aquilaria tree, found in tropical rainforests, and has been used for centuries as incense and in traditional medicine\ne1\te2\tpistol\tmaker\tProduct-Producer\tso the inscription didn't name the pistol's maker, or the artist who decorated it, or the year it was made\ne1\te2\texcerpt\tbook\tEntity-Origin\tthe following excerpt is from the self help psychology book, be your own therapist\ne1\te2\tbag\tdiamond ring\tContent-Container_reversed\tamong the contents of the bag were a diamond ring worth $2000 and a watch worth $500\ne1\te2\tdining room\taccess\tComponent-Whole_reversed\ta dining room that contains direct access from the kitchen is the most practical, unless the room will exist for fluff purposes only\ne1\te2\ttherapist\tpatient\tOther\ta therapist helps the patient to understand himself or herself better\ne1\te2\tdehydration\tloss\tCause-Effect_reversed\tdehydration from fluid loss is the only major problem the virus causes, most often in the elderly\ne1\te2\trequest\tcompany\tProduct-Producer\twhen the request comes from a private company, there's no law that requires them to provide a disclosure notice\ne1\te2\thandset\tmaker\tProduct-Producer\tsharp, as a handset maker, produces panels for a possible competitor\ne1\te2\tyoga\tflexibility\tCause-Effect\tyoga is fantastic for increased flexibility, which is great for cross-training with all the other programs we offer\ne1\te2\telectricity\treactors\tCause-Effect_reversed\tthe electricity is produced by 440 nuclear reactors in 31 countries\ne1\te2\tartist\tpainting\tProduct-Producer_reversed\toutraged, upon his release and return to england, the artist produced the virulently anti-french painting based on his experience there\ne1\te2\tpatterns\ttextiles\tEntity-Origin\tinterspersed in the design are patterns derived from a variety of textiles\ne1\te2\tmediator\tparties\tOther\ta mediator assists the parties in finding their own answers for the problems before them by encouraging constructive communications, keeping the parties focused on settlement alternatives, offering information and suggestions as needed, and building the foundation for improved relations between the parties\ne1\te2\tecstasy\tcultures\tOther\tthis year's newest attractions include a dedicated music zone which takes you on a musical journey around the world and gives you a chance to experience musical ecstasy from different cultures\ne1\te2\theater\tcar\tComponent-Whole\tthe heater inside the car consumed gasoline\ne1\te2\tjudge\tgavel\tInstrument-Agency_reversed\tthe defendant and i flinched when the judge pounded his gavel\ne1\te2\ttrouble\tmaker\tCause-Effect\the was a trouble maker then, a leader in sds, and a trouble maker he remains\ne1\te2\tdriver\tcar\tOther\tthe driver was trapped inside the car, which landed upside down, and died while emergency crews were preparing to transport him to a local hospital\ne1\te2\tdefendant\tline\tEntity-Destination\tin the lineup, the police literally put the defendant in a line with other people to see if the victim or witness can identify anyone in the line as having participated in a crime\ne1\te2\tjimmy\tburglar\tInstrument-Agency\tthe test is made by inserting the end of a jimmy or other burglar's tool and endeavouring to produce impressions similar to those which have been found on doors or windows\ne1\te2\tevacuation\tbusiness hours\tOther\tsince the evacuation was after normal business hours, the on-duty security officer and maintenance personnel were responsible for the notification and evacuation of occupants of all buildings\ne1\te2\tfacility\tgrowth\tOther\tthe controlled environment facility is for growth of experimental material only\ne1\te2\tmaterials\tmixing\tOther\tthe materials were produced by mixing the constituents and processing them through a press/sinter cycle to produce a consolidated material\ne1\te2\tcountry\tlodge\tOther\tthe hotel is in the style of a country lodge and only has 18 rooms\ne1\te2\tmicrowave\toven\tInstrument-Agency\tthe microwave oven is one of the great inventions of the 20th century\ne1\te2\tland\tcoffee\tEntity-Origin_reversed\tsome of the land was farmed for coffee in the past, but it is now mostly native vegetation (with some emergent trees)\ne1\te2\tstatement\tproducer\tProduct-Producer\tthe satisfaction was complete - please find below a statement from the producer\ne1\te2\tfire\tflammable liquids\tCause-Effect_reversed\tin summer 2000, an adventist church in polotsk, vitebsk region, was damaged by a fire started with flammable liquids\ne1\te2\tjelly\tdoughnut\tComponent-Whole\tthe jelly inside a doughnut is scalding while the pastry is only warm\ne1\te2\tevacuation\teruption\tCause-Effect_reversed\tthe film also features documentary like segments about fishing and about the evacuation after the eruption of the volcano\ne1\te2\tswing\tamplifier\tCause-Effect_reversed\tthe voltage swing obtainable across the load is greater than the output voltage swing obtainable from the amplifier alone, thus the efficiency of the amplifier system and power handling capacity of the system are improved\ne1\te2\tnoise\tcar\tOther\tthis was the signal for dozens of others to do the same and the noise inside the car was quite something\ne1\te2\tdribbler\tball\tInstrument-Agency_reversed\tduring a dribble the dribbler keeps the ball on the side of his body that is away from the defender\ne1\te2\tpopulation\tliving\tOther\tin 1871, nearly 60 percent of the italian population farmed for a living, attempting to eke out an existence from arid land that often was not their own\ne1\te2\tgrowth hormone\tpituitary gland\tProduct-Producer\tanother good example of the importance of hormonal balance in the body is the growth hormone produced by the pituitary gland\ne1\te2\tastronauts\tsystem\tInstrument-Agency_reversed\tthe astronauts used the orbiter boom sensor system mounted on the end of the shuttle's robotic arm\ne1\te2\tcaverns\tcave\tComponent-Whole\tthere are four caverns located inside the cave with the tunnel heading west being the largest\ne1\te2\tcooperation\tactivity\tOther\tcooperation through physical activity promotes important life skills\ne1\te2\tclock\twheel\tComponent-Whole\ttapestries of rocky coastlines share wall space with a clock inside a ship's wheel\ne1\te2\tbarber\tscissors\tInstrument-Agency_reversed\tbefore the barber takes his scissors out, family, friends and rabbis take turns snipping\ne1\te2\talterations\tactivity\tCause-Effect_reversed\twe examined mood alterations through physical activity and other interventions\ne1\te2\tfarmers\tmaize\tProduct-Producer_reversed\tvirtually all hillside farmers grow maize during both seasons, and many of the farmers cultivate beans, rice, and other crops as well\ne1\te2\toverproduction\tgrowth\tCause-Effect\tin addition, scientists maye have a number of potentially useful targets to prevent and treat this lethal tumour because of the findings that nox5 mediated overproduction of hydrogen peroxide is responsible for increased growth and decreased death of cancer cells\ne1\te2\tcanola\tseed\tEntity-Origin_reversed\tcanola seed are small, and placement at a shallow depth is required\ne1\te2\tmustard\tseed\tEntity-Origin\tthe mustard is made from brown or black mustard seed and has a smooth, not-too-acidic flavor\ne1\te2\tgavel\tjudge\tInstrument-Agency\tthe gavel helps the judge establish his or her rule over the court room\ne1\te2\ttea\tfood\tEntity-Destination\twe actually did put tea in the food\ne1\te2\tcatalogue\tbooks\tMember-Collection_reversed\tthe catalogue contained books published in 1998 warning of the upcoming millennium bug and other similarly germane works, but neither of brock's bestsellers\ne1\te2\tviolin\tmaker\tProduct-Producer\twe even heard from descendants of gustav schoenike who was the violin maker\ne1\te2\tkitchen\tstove\tComponent-Whole_reversed\tthe kitchen contained a large stove, a sink, a small table with chairs, and an old sofa that had seen many children and grandchildren tear at its skin\ne1\te2\tmalcontents\tdiminutive condition\tOther\tin a little time the numbers increased from forty-five to eighty, and soon after to a greater number; which, with the majority of the clergy, and the whole of the national representatives, put the malcontents in a very diminutive condition\ne1\te2\tnovelist\tcomputer\tOther\tpaul the novelist has a computer but uses his old smith corona manual\ne1\te2\tpollution\tdumping\tCause-Effect_reversed\tit was also felt necessary at this time to draw up a similar document, dealing not with the prevention of marine pollution by dumping, but instead with the prevention of marine pollution by discharges of dangerous substances from land-based sources, watercourses or pipelines\ne1\te2\tdisability\tbenefits\tCause-Effect\tshort-term disability and long-term disability benefits are available at no cost to ustelecom employees\ne1\te2\tchart\treport\tEntity-Origin\tthe chart above is from the commission's 2005 report and outlines the strategic areas which require action\ne1\te2\tequipment\tjockey box\tEntity-Destination\tequipment for making repairs en route was carried in a jockey box attached to one end or side of the wagon\ne1\te2\trecovery\tlaughter\tOther\tthere are three set changes and two intervals which help the recovery from laughter, but the entertainment is maintained despite the well expected ending\ne1\te2\tgenerator\tenergy\tCause-Effect\tthis proves that the generator actually produced the renewable energy purchased and acts as the operative instrument of the transaction\ne1\te2\trefugee\tnation\tEntity-Origin\the was a young refugee on the run from a nation at war\ne1\te2\tmicrofiber\tmop\tOther\tbecause it's a strong, lint-free synthetic material with tiny absorbent fibers, microfiber allows a mop to hold sufficient water without dripping\ne1\te2\tshroud\tcathedral\tOther\tthe shroud is kept in the cathedral of st. john the baptist in turin, italy\ne1\te2\tworms\tbox\tContent-Container\tthe worms are in a box with bedding made from such materials as straw, grass clippings, or shredded paper\ne1\te2\twhistle\ttone\tCause-Effect\tthe said whistle produced the 2600 hz tone necessary to authorize calls\ne1\te2\tfurniture\tmaker\tProduct-Producer\tthese are new sorts of sponsors for us, a shoe company and a furniture maker\ne1\te2\tfertilizer\tingredient\tEntity-Origin\tin addition to serving as a fertilizer ingredient, ammonia can also be used directly as a fertilizer by forming a solution with irrigation water, without additional chemical processing\ne1\te2\tcontents\tloss\tOther\twhile that operation was a success, the contents of the satchel were a tiny loss for the traffickers\ne1\te2\tdentist\tdrill\tInstrument-Agency_reversed\tanesthesia is not necessary since the dentist uses the drill and sandpaper discs and polishing wheels to reshape the teeth\ne1\te2\tbody\tparents\tProduct-Producer\tthis teaches that the body is procreated by the parents and the soul and spirit are directly created by god and placed in the body\ne1\te2\tmachine\tcoffee\tProduct-Producer_reversed\tthe cup's a bit small but who cares, the machine makes coffee quickly enough that it's no problem to just make a second cup\ne1\te2\tcontroversy\tresearch\tCause-Effect_reversed\tthere exists a widespread controversy over stem cell research that emanates from the techniques used in the creation and usage of stem cells\ne1\te2\tgains\tliberalization\tCause-Effect_reversed\tin the months leading up to trade negotiations, estimates of the economic gains from trade liberalization suddenly become newsworthy\ne1\te2\tboy\tstick\tInstrument-Agency_reversed\tfurther left a boy is fighting a peacock with a stick, and to the right a boy is killing an attacking goat with a spear\ne1\te2\tbehaviour\tconsumption\tCause-Effect_reversed\tthe resulting anti-social behaviour from alcohol consumption is an on-going matter that the town and the police continue to address, particularly in the summer months\ne1\te2\tfilm\tmaker\tProduct-Producer\tin addition to his reputation as a film maker lehmuskallio is also known as an artist\ne1\te2\thostess\trules\tProduct-Producer_reversed\tthe hostess made the following rules: no husband and wife could sit next to one another (to the right or to the left) and men had to alternate with women everywhere\ne1\te2\trevolution\tpleas\tCause-Effect_reversed\tthe revolution brought forth impassioned pleas condemning the common law for not respecting the interests of the people and calling for law reform\ne1\te2\tglomeruli\tkidneys\tComponent-Whole\tthe glomeruli assist the kidneys in filtering urine from the blood\ne1\te2\tcounty\tcorn\tEntity-Origin_reversed\ttoday 75% of the county is intensively farmed for corn, soybeans, oats, and alfalfa with emphasis on dairy production\ne1\te2\twings\tplane\tEntity-Origin\tnot sure what brand of model it came from but the wings are from a trashed plane my buddy had\ne1\te2\tmemo\ttranscription\tOther\tand john was able to talk to some people in the u.s. government and verify that the substantive contents of the memo were a reasonably accurate transcription of what had transpired\ne1\te2\tpowder\tsugar\tOther\the combines strawberries and powder sugar and mixes well\ne1\te2\tbenefits\tbeverages\tCause-Effect_reversed\tthe health benefits of alcoholic beverages are the subject of this investigation\ne1\te2\tfruit basket\tapples\tContent-Container_reversed\tthe fruit basket contained apples, oranges and bananas\ne1\te2\tpulsar\tremnant\tInstrument-Agency\ta pulsar powers the supernova remnant by confirming the existence of the point-like source and discovering a cloud of high-energy electrons around the central object\ne1\te2\tmechanism\tvacuum cleaner\tComponent-Whole_reversed\tthis is the same basic mechanism at work in a vacuum cleaner, though the execution is a bit more complicated\ne1\te2\tmap\tmaker\tProduct-Producer\the learned how cartographic evidence refutes the authenticity of the vinland map and from where the map's maker have drawn inspiration\ne1\te2\tkitchen\tculinary temptations\tOther\tand we do recommend excersise, as the kitchen holds culinary temptations in store for you that are bound to prolong your evening and lift your spirit\ne1\te2\tsnowdrift\tdoor\tOther\ti struggle for my dream of painless perfection but a snowdrift keeps the door from opening\ne1\te2\theathcare\tcompany\tOther\twe conducted a usability test on the enterprise-wide navigation system for this heathcare company's proposed intranet redesign\ne1\te2\tinhibition\tdepression\tCause-Effect_reversed\tinhibition through synaptic depression is unlike the previous forms of inhibition in that it turns on more slowly and thus acts as delayed negative feedback\ne1\te2\trubberized trim\thandset\tComponent-Whole\tspecial construction and a rubberized trim helps the handset stand up to everyday wear-and-tear, and even occasional dropping\ne1\te2\tcoffin\tmaker\tProduct-Producer\ta coffin maker has increased productivity by 20% since securing a 180000 pounds finance package from business angels\ne1\te2\tjoy\twriting\tCause-Effect_reversed\tthe joy comes from cather's writing: precise observation and wording, the lilting cadence of her phrasing, the beautiful and clear pictures she evokes of scenery and characters, and the unfamiliar, old fashioned words and expressions she uses\ne1\te2\trobber\toffice\tOther\tthe robber was inside the office when the manager decided to take action and escape out the side door\ne1\te2\tfamine\tdrought\tCause-Effect_reversed\tfamine following drought has hit the west african savannahs, where there have been other bad droughts, notably the great one of 1972-74\ne1\te2\tbinder\thandouts\tContent-Container_reversed\tthe contents of the binder included handouts on lectures, lab. exercises, assignments, as well as production information of use to the participants\ne1\te2\trefugee\tcountry\tEntity-Origin\twhen you're an immigrant or refugee from any country then you have an experience with a botched translated name\ne1\te2\tkitchen\tnuturing role\tOther\tbut for the family that shares the cooking and clean up duties, the kitchen holds a special nuturing role beyond supplying nutrition for the physical body\ne1\te2\tstereograph\toutput\tProduct-Producer_reversed\tstereograph produces the same output\ne1\te2\tassemblies\tstrips\tOther\tthe small knife assemblies are widely used for cutting various strips of flexible materials\ne1\te2\tpeople\tseeds\tOther\tpeople harvest the seeds, macerate them, and roll them into thick sticks of dry, hardened paste which can then be stored or exported from the region\ne1\te2\tingredient\tplant\tEntity-Origin\tthe special ingredient in the lotion comes from a plant\ne1\te2\tcontents\tcell phone\tContent-Container_reversed\tthe total contents of the purse included a cell phone and wallet valued at $120\ne1\te2\tcartoon strip\tcomic book\tComponent-Whole\tin 1996, a major publishing company simultaneously launched in 13 countries a dinosaur cartoon strip carried in a weekly comic book\ne1\te2\tdamage\tautumn\tOther\tgrubs tend to cause significant damage from autumn to spring by which time the larvae are becoming fully grown\ne1\te2\tgrapefruit\tjuice\tEntity-Origin_reversed\tit was originally assumed that the ingredients responsible for drug interactions were the flavonoids that give grapefruit juice its bitter taste\ne1\te2\theadmaster\tannouncement\tProduct-Producer_reversed\tthe headmaster made the formal announcement\ne1\te2\tkitchen\twell\tComponent-Whole_reversed\tthe kitchen contained a well at the northern end and a well and two holding areas for live fish on the southern end\ne1\te2\tcyst\tgas\tComponent-Whole_reversed\tthe contents of the cyst included a foul smelling gas and white-green pus\ne1\te2\tadults\tsleep deprivation\tOther\tadults with sleep deprivation who listened to soft classical music at bedtime reported a 35 percent improvement in their quality of sleep\ne1\te2\tkitchen\tcooker\tComponent-Whole_reversed\tthe kitchen holds a cooker, fridge, microwave oven, in short; everything you need if you want to prepare a light meal\ne1\te2\tbuilding\topen central space\tComponent-Whole_reversed\tthe building contained a large open central space with tables and chairs as well as a nursery and two tearooms\ne1\te2\tknight\tbattle axe\tInstrument-Agency_reversed\tthe knight raised his dragon battle axe, and dealt the creature a crushing blow\ne1\te2\tgrapefruit\tjuice\tEntity-Origin_reversed\tgrapefruit juice causes more of these drugs to enter the blood\ne1\te2\timmigrants\tsubcontinent\tEntity-Origin\tby the early '90s, indian entrepreneurs bought a majority of the properties and flourished with the new immigrants from the subcontinent\ne1\te2\tcolours\tstylesheet\tEntity-Origin\tthe colours were similarly derived from the stylesheet\ne1\te2\tdentist\tdrill\tInstrument-Agency_reversed\tat that point the patient grabbed the arm of the dentist to forcibly pull the drill out of his mouth\ne1\te2\tground\tcrane\tOther\tit was this moist ground that during construction engulfed a crane which remains under the stadium today\ne1\te2\tcountry\tlife\tOther\ttom plans to continue to live the country life as he grows older\ne1\te2\tland\tdairying\tOther\tnear adelaide the land is intensively farmed for dairying, fruit, and vegetables\ne1\te2\tflask\tale\tContent-Container_reversed\tbevan opens a case on the other side of the room and pulls out a flask that contains ale of the best sort\ne1\te2\tsteps\ttrain\tOther\tride metrorail and then pick up a car just steps from the train to run errands, shop or reach any other business or social event not easily accessible via transit\ne1\te2\tman\tchisel\tOther\tprovidence had sent the old man into the world with a chisel in his hand\ne1\te2\tbelief\texperience\tCause-Effect\tand, of course, everyone wants to prove the truth of their beliefs through experience, but the belief begets the experience\ne1\te2\tmesosphere\tthermosphere\tOther\tthe mesopause separates the mesosphere from the thermosphere\ne1\te2\ttypewriter\ttypist\tInstrument-Agency\tunlike earlier machines, their typewriter permits the typist to see what is being typed and has other features that make it the first really practical typing machine\ne1\te2\tavocado\tbutter\tEntity-Origin_reversed\tavocado butter is a very rich, moisturizing treatment for the hair and skin, and it has some natural sunscreen properties\ne1\te2\tman\tjolliness\tCause-Effect\tthe man radiated jolliness\ne1\te2\tdiscomfort\ttraveling\tCause-Effect_reversed\tearplugs relieve the discomfort from traveling with a cold allergy or sinus condition\ne1\te2\tbehaviour\tabuse\tCause-Effect_reversed\tthere is a rise in erratic behaviour from substance abuse and frustration caused by long waits for hospital treatment\ne1\te2\trefugees\thome\tEntity-Origin\tthe sisters are teenage refugees from a violent home, living alone in a faded victorian mansion where they survive by creating a closed world centered around each other and their new friends -- a rowdy makeshift family of castoffs, dealers, and drama queens on the periphery of the burgeoning drug game, some looking for a way out, some looking for a way deeper in\ne1\te2\tfuel\toil\tEntity-Origin\tin europe the fuel is distilled from canola oil\ne1\te2\tbeef\tbouillon\tEntity-Origin_reversed\tshe prepared some beef bouillon and let it cool\ne1\te2\tfibres\tglial capsule\tComponent-Whole\tsurrounding each neuron there was a group of cells of the glial type (satellite cells), which together with the collagen fibres composed the glial capsule\ne1\te2\tscientists\texplosion\tOther\tthe residents and scientists learned from the krakatau explosion\ne1\te2\tdeveloper\tperspective\tOther\tthis is an overview of the viewer from a developer's perspective\ne1\te2\tbirds\tsyllables\tOther\tmonths later, the birds composed the syllables into complete songs, whether the songs matched natural patterns or not\ne1\te2\tmolt\tfeathers\tCause-Effect\tthe spring molt produces mottled brown feathers, making the female almost invisible as she sits on her nest\ne1\te2\tcommittee\tguidelines\tProduct-Producer_reversed\tthe student committee developed the following guidelines\ne1\te2\tcastle\tlight\tCause-Effect\tbeauty had scarcely uttered these words when the castle radiated with light\ne1\te2\tstability\tankle joint\tOther\tmuscles, tendons, and ligaments surround the ankle providing the stability the ankle joint needs for walking and running\ne1\te2\tunderpad\ttires\tEntity-Origin\tthe basement carpeting is made from recycled plastic pop bottles, and the underpad was once automobile tires\ne1\te2\tcash\tbag\tContent-Container\tafter the cashier put the cash in a bag, the robber saw a bottle of scotch that he wanted behind the counter on the shelf\ne1\te2\tshrinkage\twashing\tCause-Effect_reversed\tthis durable short sleeve crew neck tee shirt is made of preshrunk cotton to minimize shrinkage after washing\ne1\te2\tinstitution\tdeposit\tOther\tthe institution provides a deposit, as set in the commission dues and fees schedule, towards the fee when it submits its appeal document\ne1\te2\tmultivitamin\tvitamins\tOther\twe take multivitamin that contains vitamins d, e, k, and beta-carotene\ne1\te2\tdeveloper\tcase\tProduct-Producer_reversed\tthe developer duly writes a test case, makes the necessary code changes, ensures the test passes, checks the code in and considers the job finished\ne1\te2\tstudents\tcurricula\tOther\tmany students deviate from the ideal curricula presented in a later section of this bulletin\ne1\te2\tsound system\tsuitcase\tComponent-Whole\tthe sound system is contained in a suitcase and controlled from within the steering wheel\ne1\te2\thappiness\tgiving\tCause-Effect_reversed\tgivers gain moral strength and happiness from giving\ne1\te2\tcanola\tproduction\tOther\teffective canola production requires hands-on involvement with the crop\ne1\te2\tboy\tthreat\tProduct-Producer_reversed\tthe boy who made the threat was arrested, charged, and had items confiscated from his home\ne1\te2\tacoustics\tcar\tOther\tauto eq is a powerful sound tuning feature which uses a microphone to monitor and analyse the acoustics inside the car\ne1\te2\tapproach\tmethodology\tOther\ta very robust metal hydride discovery approach was made with a demonstrated hts methodology\ne1\te2\tjuicer\tfruit\tOther\tthe norwalk juicer grinds and presses any fruit or vegetable\ne1\te2\tconflict\tcharges\tCause-Effect_reversed\tciting the conflict of interest created by the ethics charges, nifong asked the state attorney general's office to take over the lacrosse case\ne1\te2\tdrape\tbathroom\tComponent-Whole\ton this oval porthole, a lace drape keeps the bathroom private while showing off the shapely window and letting in light\ne1\te2\tsub-catchment\tbeef sucklers\tEntity-Origin_reversed\tthe sub-catchment is farmed primarily for beef sucklers with a single dairy enterprise and a single poultry unit so the land use is entirely grassland\ne1\te2\tadvertisement\tprovider\tProduct-Producer\tthe above advertisement is from the server provider not from me\ne1\te2\tjoy\tplaces\tOther\tsometimes joy comes from unexpected places\ne1\te2\tcave\ttelephone\tOther\tlocated inside the cave was an old, broken-down army field telephone\ne1\te2\tgrowth\tleaks\tCause-Effect_reversed\tapartment residents in delaware were awarded $1 million for health problems due to mold growth from unrepaired leaks\ne1\te2\ttruncheon\tpolice\tOther\tthe rap star was apprehended at john wayne airport late last month and his truncheon was confiscated by police\ne1\te2\tfamine\tgood years\tOther\tthe severe famine following the good years required a political and economic reorganization in the country\ne1\te2\tmagnetic bottle\tfusion plasma\tContent-Container_reversed\ta tokamak is a toroidal (doughnut shape) magnetic bottle that contains the fusion plasma\ne1\te2\timage\tposter\tEntity-Origin\tthe image is from the poster 'selling counterfeit products is illegal'\ne1\te2\twine\thands\tOther\tretailers have done their bit to put wine in the hands of the masses, to make it more accessible to the wider uk public\ne1\te2\tkitchen\tdrug paraphernalia\tOther\tthe kitchen contained primarily drug paraphernalia\ne1\te2\tmemories\tmind\tProduct-Producer\talso, very rarely, hypnotherapy leads to the development of 'false memories' fabricated by the unconscious mind; these are called confabulations\ne1\te2\trower\toar\tInstrument-Agency_reversed\ta rower has one oar in sweep rowing, an oar in each hand in sculling\ne1\te2\tlight\tlamp\tCause-Effect_reversed\ta lamp's lumen output expresses the total amount of light the lamp emits in all directions per unit time\ne1\te2\tbottle\talcohol\tContent-Container_reversed\tnow, i have a plastic bottle that contains alcohol in which i put my artificial eyelashes at night when i take them off, to clean them and keep them safe\ne1\te2\tbox\tempty promises\tContent-Container_reversed\tthe box holds all our empty promises to give back, to help others, to do something worthwhile - if only we weren't so busy\ne1\te2\ttutors\tintervention\tOther\tthe tutors provide a consistent, reliable intervention that allows students who are falling behind an opportunity to reach proficiency\ne1\te2\tbrushing\tmeals\tOther\tbrushing after meals became part of your daily schedule\ne1\te2\tbus\tcompany\tOther\ta bus company has pledged a week-long roadside survey after a group of workers complained about its bradford to morley service\ne1\te2\tcrowd\toptimism\tCause-Effect\twhen deliberations began, the crowd of people jamming the hallways radiated optimism\ne1\te2\tsink\tkitchen\tComponent-Whole\twe have a bright and cheery yellow casement window over the sink in my kitchen\ne1\te2\tplayer\tsmile\tOther\tthe snooker player played the game with a smile on his face\ne1\te2\twine\tgrapevines\tEntity-Origin\teuropeans have rejected wine produced from genetically modified grapevines, which has caused californian wine-growers, who rely heavily on the european market, to worry\ne1\te2\tsmoothie\tmaker\tProduct-Producer\tbecause the ice in the smoothie has to be crushed and blended with the other ingredients, a smoothie maker is usually the appliance of choice\ne1\te2\tdefamation\tbishop\tProduct-Producer\tthe defamation comes from a bishop\ne1\te2\tadvice\tbuilders\tEntity-Origin\tthe following advice is distilled from builders and first-hand experience\ne1\te2\tair\tjar\tContent-Container\tthe air in the jar started circulating to the rest of the room\ne1\te2\tgrowth\texports\tCause-Effect_reversed\tbut hong kong was able to recover from that and is now experiencing strong economic growth from exports\ne1\te2\tlegislature\tombudsman\tProduct-Producer_reversed\tthe legislature created the ombudsman to intervene when children or their parents are subjected to unauthorized or unreasonable agency decisions\ne1\te2\tsun\tlight\tCause-Effect\tthe sun emits light or radiation at a large range of energies or frequencies\ne1\te2\tchef\tmeal\tProduct-Producer_reversed\tthen, while you relax, the chef prepares the meal and serves it, restaurant-style\ne1\te2\tdiets\tenergy density\tOther\thowever, the fact that the guinea pigs appeared to function in a normal physiological manner indicates that the diets contained the necessary energy density\ne1\te2\tstudent\trequest\tProduct-Producer_reversed\tthe student provided a written request, mailed to the executive director of the pacific division\ne1\te2\tlather\tsoap\tEntity-Origin\tin order for handwashing to be effective, vigorous friction, ample lather from soap, and thorough rinsing are needed to remove the germs from the hands\ne1\te2\tworsening\tdeprivation\tCause-Effect_reversed\tmr c notes worsening of seizures and cognition with sleep deprivation and stress\ne1\te2\tquesadilla\tmaker\tProduct-Producer\tget a quesadilla maker from one of your local discount stores such as target, walmart, or kmart\ne1\te2\tbarber\tscissors\tInstrument-Agency_reversed\tbernie the barber downed his scissors, leaving the final triangle of hair uncut\ne1\te2\tgrass\thay\tEntity-Origin_reversed\tnot too long ago, the grass was farmed for hay; then, it was ditched for mosquito control\ne1\te2\texplosion\tscene\tOther\tthe punk explosion cultivated the underground/indie rock scene that would one day be called 'alternative music'\ne1\te2\tcarpet\tmaterials\tOther\tthe carpet is made from recycled materials\ne1\te2\tminicab\tcompany\tOther\tthis is incorrect, and when a minicab company uses the word taxi on their livery it can lead to prosecution by the local government body\ne1\te2\tclimber\tgrappling hook\tInstrument-Agency_reversed\ta goal is like a mountain outcropping to which a climber throws a grappling hook and pulls themselves up\ne1\te2\tfacilitator\tdiscussion\tOther\ta facilitator keeps the discussion focused and limited to the allotted time, while the recorder keeps a written record of the panel's recommendations\ne1\te2\tdryness\texposure\tCause-Effect_reversed\thand creams counteract dryness from exposure to wind, sun, and detergents\ne1\te2\tdiscomfort\tstaring effect\tCause-Effect_reversed\teye discomfort from this staring effect is exacerbated by low humidity\ne1\te2\tcompany\tmug\tProduct-Producer_reversed\tthe lower mark is the vienna company that made the mug\ne1\te2\ttransmitter\tsignal\tCause-Effect\tthe transmitter emits a constant radio signal to crea\ne1\te2\tanxiety\tfear\tCause-Effect_reversed\tparents also experience anxiety from fear of the suffering of their child and worry about an uncertain outcome\ne1\te2\thorse\trider\tInstrument-Agency\tit just so happened that the horse bucked the rider and threw him into a mud-puddle\ne1\te2\tturtles\tfood\tEntity-Origin_reversed\tin some asian countries, including china, malaysia and the philippines, the turtles are farmed for food\ne1\te2\tprescriber\tprescription\tProduct-Producer_reversed\tusing an e-prescription module in an electronic record system, the prescriber makes out a prescription and transfers it to the national e-prescription mailbox\ne1\te2\tcitizens\tstates\tProduct-Producer_reversed\tstate citizens created the states who created the federal government who created federal citizens\ne1\te2\tinversion\treaction\tCause-Effect_reversed\tin chemical lasers the inversion is produced by a chemical reaction\ne1\te2\tstreaks\ttruck\tProduct-Producer\tthe streaks are from a passing truck\ne1\te2\tengine\tconcept\tOther\ta v8 engine mated with a manual transmission powers the convertible concept\ne1\te2\tnotice\tfax\tOther\twhen the notice is sent by fax, the notice is not deemed received until 3 days after faxing it\ne1\te2\therbicide\tantibiotic\tEntity-Origin\tthe herbicide is derived from a natural antibiotic, which is produced by two strains of a soil bacterium\ne1\te2\tmatch\tjar\tEntity-Destination\tto test this, we placed a kitchen match in the jar instead of the candle, lit the match, screwed on the lid and dropped the jar\ne1\te2\tfarmers\tmarket\tOther\tthe farmers and city officials in the region have tried to get state money to move the farmers market into a first-class operation and tourist attraction\ne1\te2\tsurgeon\thole\tProduct-Producer_reversed\tthe surgeon cuts a small hole in the skull and lifts the edge of the brain to expose the nerve"
  },
  {
    "path": "dataset/SemEval/train.txt",
    "content": "3 12 12 15 15 the system as described above has its greatest application in an arrayed configuration of antenna elements\n18 1 1 9 9 the child was carefully wrapped and bound into the cradle by means of a cord\n11 1 1 7 7 the author of a keygen uses a disassembler to look at the raw assembly code\n18 2 2 6 6 a misty ridge uprises from the surge\n12 1 1 2 2 the student association is the voice of the undergraduate student population of the state university of new york at buffalo\n18 4 4 11 11 this is the sprawling complex that is peru ' s largest producer of silver\n1 7 7 19 19 the current view is that the chronic inflammation in the distal part of the stomach caused by helicobacter pylori infection results in an increased acid production from the non infected upper corpus region of the stomach\n6 0 0 6 6 people have been moving back into downtown\n4 1 1 6 7 the lawsonite was contained in a platinum crucible and the counter weight was a plastic crucible with metal pieces\n6 12 12 20 20 the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial\n12 2 2 6 6 the fifty essays collected in this volume testify to most of the prominent themes from professor quispel ' s scholarly career\n18 1 1 5 5 their composer has sunk into oblivion\n14 6 6 9 9 the pulitzer committee issues an official citation explaining the reasons for the award\n1 1 1 8 8 the burst has been caused by water hammer pressure\n11 2 2 6 8 even commercial networks have moved into high definition broadcast\n14 4 4 10 10 it was a friendly call to remind them about the bill and make sure they have a copy of the invoice\n11 2 2 9 9 texas born virtuoso finds harmony , sophistication in appalachian instrument\n17 1 1 16 16 the factory ' s products have included flower pots , finnish rooster whistles , pans , trays , tea pots , ash trays and air moisturisers\n3 7 7 8 8 the girl showed a photo of apple tree blossom on a fruit tree in the central valley\n13 20 20 23 23 they tried an assault of their own an hour later , with two columns of sixteen tanks backed by a battalion of panzer grenadiers\n8 1 1 18 18 their knowledge of the power and rank symbols of the continental empires was gained from the numerous germanic recruits in the roman army , and from the roman practice of enfeoffing various germanic warrior groups with land in the imperial provinces\n13 4 4 9 9 she soon had a stable of her own rescued hounds\n0 1 1 14 14 the singer , who performed three of the nominated songs , also caused a commotion on the red carpet\n18 5 5 11 11 his intellectually engaging books and essays remain pertinent to illuminating contemporary history\n13 7 7 10 10 poor hygiene controls , reports of a brace of gamey grouse and what looked like a skinned fox all amounted to a pie that was unfit for human consumption\n18 2 2 7 7 this sweet dress is made with a blend of cotton and silk , and the crochet flower necklace is the perfect accessory\n0 0 0 8 8 suicide is one of the leading causes of death among pre adolescents and teens , and victims of bullying are at an increased risk for committing suicide\n14 1 1 7 7 this article gives details on 2004 in music in the united kingdom , including the official charts from that year\n14 12 12 16 17 we have therefore taken the initiative to convene the first international open meeting dedicated solely to rural history\n2 1 1 4 4 the timer of the device automatically eliminates wasted standby power consumption by automatically turn off electronics plugged into the auto off outlets\n15 5 5 8 9 bob parks made a similar offer in a phone call made earlier this week\n1 5 5 7 7 he had chest pains and headaches from mold in the bedrooms\n16 26 26 30 30 the silver haired author was not just laying india ' s politician saint to rest but healing a generations old rift in the family of the country ' s founding father\n6 8 8 13 13 it describes a method for loading a horizontal stack of containers into a carton\n2 16 16 19 20 the foundation decided to repurpose the building in order to reduce wear and tear on the plumbing in the manor house by redirecting visitors during restoration projects and beyond\n8 8 8 12 12 the technology is available to produce and transmit electricity economically from otec systems\n18 4 4 8 8 the medicare buy in plan ran into senate resistance\n3 1 1 5 5 the provinces are divided into counties ( shahrestan ) , and subdivided into districts ( bakhsh ) and sub districts ( dehestan )\n0 1 1 9 9 financial stress is one of the main causes of divorce\n11 0 0 11 11 newspapers swap content via widgets with the help of the newsgator service\n0 1 1 5 5 the women that caused the accident was on the cell phone and ran thru the intersection without pausing on the median\n4 1 1 8 8 the transmitter was discovered inside a bed settee suite on which he had been sitting\n13 5 5 8 8 the kerala backwaters are a chain of brackish lagoons and lakes lying parallel to the arabian sea coast of kerala state in southern india\n8 4 4 8 8 a st paul college student was released from jail wednesday night , after his arrest tuesday in the alleged rape of another student on campus\n1 0 0 10 11 calluses are caused by improperly fitting shoes or by a skin abnormality\n11 0 0 2 2 adults use drugs for this purpose\n11 1 1 7 7 the councilor proposed assessing infinitival complements through elicitation\n1 13 14 19 19 as in the popular movie deep impact , the action of the perseid meteor shower is caused by a comet , in this case periodic comet swift tuttle\n18 6 6 10 10 the following information appeared in the notes to consolidated financial statements of some corporate annual reports\n18 9 9 10 10 hiphop appropriates the symbols of a consumer society oversized diamond colliers are worn\n1 1 1 5 6 the radiation from the atomic bomb explosion is a typical acute radiation\n3 3 3 4 4 the ride on boat tiller was developed by engineers arnold s juliano and dr eulito u bautista\n1 2 2 7 7 a neoplastic recurrence arose from an extensive radiation induced ulceration\n1 9 9 11 11 he has a tattoo on his right arm and scars from stitches on his right elbow\n13 16 16 18 18 whether your home includes a charm of finches , a sute of bloodhounds , or a knob of toads , i think it ' s important to keep the numbers within reason\n14 7 7 9 9 furthermore , these ingo practitioners constructed a discourse around participation which distorted the real significance of participation\n18 3 3 4 4 kelvin bought a silver ring which he was so happy with and he keeps wearing it now even though its abit too big haha\n14 8 8 12 12 scientists are in the midst of an ongoing debate about the relative value of openness and collaboration in their profession\n4 7 7 17 17 this cut blue and white striped cotton dress with red bands on the bodice was in a trunk of vintage barbie clothing\n18 2 2 7 8 my major disagreement with lyons concerns the causal part of his theory\n6 2 2 8 8 both his feet have been moving into the ball\n4 19 20 19 19 the scissors were in a small plastic soap container , next to a bar of soap , and the box cutters were in a box next to a bottle of after shave lotion\n13 2 2 5 5 a great wing of fluorite dragons , the greatest concentration of the rather solitary dragons ever known , joined the desperate battle with the blues and silvers against chaos\n6 4 4 8 9 as a control , cowpea was sealed in double bags without fumigant\n18 4 4 11 11 the infectious bacterial disease brucellosis has been found in a beef cow in eastern idaho\n18 67 67 72 72 as the anglo norman force sustained but little loss in this battle , their archers at the onset showered a hail of arrows upon the irish host who were not protected with mail armor , and shot them down in hundreds before they could get to close quarters and then the charge of the heavy anglo norman cavalry of mail clad knights , completed the havoc and rout of the undisciplined gaelic hosts\n8 19 19 24 24 the first incarnation of this series was set in the 1940s , during world war ii , when the princess left her native paradise island ( where amazon women had lived for centuries ) to help the u s foil the nazis\n14 3 3 7 7 cieply ' s story makes a compelling point about modern day studio economics\n6 3 3 6 7 we poured the milk into the pumpkin mixture\n8 8 8 14 14 lawyers in detroit also worked overtime as several lawsuits ensued from angry and injured fans\n1 3 3 11 11 the continuing nigerian outbreak is the biggest ever caused by the vaccine\n13 9 9 12 12 our mercenary army has now degenerated into a godless cabal of mindless killers not unlike the soviets that were butchering civilians in afghanistan ( exactly as sadistically as we have )\n1 1 1 8 8 the fire inside wtc was caused by exploding fuel\n6 1 1 12 12 the epithelium from the knockout mouse bladder is migrating into the transplanted matrix\n8 1 1 6 6 the staff was removed from his position\n1 1 1 5 5 the suffering caused by the terrorists is the real torture\n15 1 1 11 11 this love of nature ' s gift has been reflected in artworks dating back more than a thousand years\n17 1 1 9 9 the court decided the objection by making the instalment order as sought\n1 6 6 11 11 in a poetic twist , the tsunami triggered by the rock band forced many american jazz and blues singers to seek work in the united kingdom , which is where anderson found a receptive audience in 1965\n1 0 0 6 6 leakage and fire caused due to corrosion of bypass piping for recirculation gas at a fuel oil desulphurization unit\n11 16 16 22 22 a team of students from virginia tech university have created a vehicle that allows vision impaired drivers to take control of the wheel\n13 9 9 12 12 bmw ' s idrive 4 0 brings in a horde of new features\n0 2 2 8 8 the metal ball makes a ding ding ding noise when it swings back and hits the metal body of the lamp\n13 4 4 6 6 it consists of an ensemble of ladies who are highly qualified to play various arabic musical instruments\n16 11 11 16 16 it underscores the need for continued surveillance of nicotine delivery in products created by an unregulated industry\n18 18 18 21 21 unlike other fish , grunion come out of the water completely to lay their eggs in the wet sand of the beach\n6 2 2 7 7 a large marble was dropped into the bowl\n1 4 4 10 10 historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities\n1 34 34 40 40 ai requested that the perpetrators be prosecuted to the fullest extent of the law , that adequate compensation be provided to the victims and that senior government and police officials offer apologies for the suffering caused by the responsible police officers\n18 1 1 8 8 the findings have been published in a special section of the academic journal archives of sexual behavior\n8 2 2 19 19 an amtrak passenger who alarmed fellow passengers by talking about terrorist threats on a cellphone was pulled from the train and is being held in colorado\n2 1 1 4 4 the introduction in the book is a summary of what is in the text\n8 2 2 10 10 the second simulation was started from the uncomplexed x ray structure after insertion of the ligand into the binding site\n11 1 1 7 7 this user plays games on a portable console\n8 3 3 7 7 the ambitious eurasia exhibition arose from an idea by achille bonito oliva\n11 1 1 18 18 the driver of the cement truck cleaned the loading chute on his truck with a truck mounted water hose and began to pull away\n1 31 31 38 38 the marshall plan also provided a way of gaining public acceptance in europe for the new deal format that the united states had successfully used before the war to end the recession triggered by the 1929 wall street crash\n13 10 10 13 13 in the corner there are several gate captains and a legion of wu crossbowmen\n1 6 6 12 12 once they grow there , the swelling and inflammation caused by the infection closes off the sac , causing it not to shed bacteria , and protecting the bacteria inside from antibiotics and your body ' s own immune cells\n1 5 5 10 10 guitars are played acoustically the tone is produced by the vibration of the strings which is amplified by the body of the guitar , which acts as a large hollow resonating chamber , or they may rely on an amplifier that can electronically manipulate tone\n18 17 17 21 21 flowers are reborn from the soil and the climate begins to warm , all set to a score improvised by an orchestra of birds\n6 3 3 6 6 he posted the answers to the website\n1 4 4 20 20 arcane subtlety reduced the threat caused by polymorph by 40 at max rank , though the threat caused by the spell is minimal\n11 1 1 6 6 a programmer uses a high level language to implement its algorithms\n1 28 28 33 33 the beautiful hydrothermal features in the park ( geysers , hot springs , mud pots , etc ) , the uplift and subsidence , and many of the earthquakes are caused by the movements of hydrothermal and magmatic fluids\n4 14 14 18 18 flowers are nice , but do n ' t last very long and the fruit in a fruit basket often goes bad\n2 5 5 7 7 he decided to pad the heel of shoes with a shock absorbing insole or heel pad\n11 16 16 20 20 from the scots ( lingle ) and french ( ligneul , lignoul ) , comes a shoemaker ' s sewing thread , waxed and bristled ( see waxed end )\n6 1 1 8 8 one tablet per quart was dropped into a canteen and made the water safe to drink\n4 2 2 11 11 the tiny image of the renaissance master is hidden in a carafe of wine in his 1597 oil painting bacchus , one of his most acclaimed works\n4 17 18 24 24 then i swept up the dust , which looked like sawdust , and put it in a plastic container , which was in a cabinet under the granite counter top\n8 5 5 11 11 in the former method the acetone was distilled from an allraline solution after the excess oxidant had been destroyed with sodium\n14 3 3 7 7 in this comprehensive guide , over 850 roses are described , illustrated , and arranged by group\n9 0 0 1 1 chestnut flour was more common than wheat flour in the italian alps a century ago\n17 4 4 6 6 for us the term artists ' book simply means a book made by an artist a book made as a work of art rather than as a literary artifact\n18 5 5 6 6 my parents bought her a silver necklace almost identical to the one pictured\n0 1 1 10 10 forward motion of the vehicle through the air caused a suction on the road draft tube\n18 6 6 8 8 paul friedrich guides us through a babel of words , and worlds of the imagination ranging from his translations from five languages ( notably the russian of his literary studies ) to the poetry of the indian mexico of his anthropological field work to america writ large super highways , a vermont farm , father and child\n2 13 13 16 16 the picture below shows a view chapel and west range of the inner courtyard of the castle\n13 5 5 7 7 i was attacked by a flock of pigeons today\n18 1 1 9 10 that decision was also the subject of an unsuccessful legal challenge\n8 6 6 13 13 the exit temperature of an effluent stream from the low temperature steam reforming reactor is not higher than 600 c\n6 1 1 5 5 individual investors moved into the property\n14 4 4 12 12 one of the trickiest questions to answer in an interview relates to salary\n15 1 1 10 10 this tradition has been narrated in prophet ' s early biographies\n11 1 1 12 12 a thief who tried to steal the truck broke the igenition with screwdriver\n13 9 9 12 12 after the marian reforms the legion was notionally a unit of heavy infantrymen armed with just sword and pilum , but even so it was normally fielded with attached auxiliary skirmishers and missile troops , and incorporated a small cavalry unit\n6 3 3 6 7 the prosecutors carried guns into the court room\n0 1 1 5 5 the malfunctions on monday caused delays for patrons waiting to check out or renew books at the branches , and impeded access to personal accounts that allow users to renew or hold books online\n6 0 1 7 7 chemical weapons have been dropped into the lake\n8 2 2 8 8 many other dwarves also hailed from this infamous clan\n2 1 1 4 4 the nose of a bloodhound is so good that evidence found by a bloodhound will hold up in matters involving the united states supreme court\n17 8 8 12 12 global digital music sales grow as the music industry develops new business models\n16 1 1 6 6 the devices were manufactured at the factory in beaverton well into the 1980s , when production was shifted elsewhere and portions of the factory sold\n13 28 28 32 32 an expensive uniform and a strict ballot rendered it somewhat too exclusive in its character , but in the end it answered its purpose by becoming practically a muster of the national leaders of the present and the future\n18 1 2 4 4 the train ride from station to station is approximate 30 minutes\n8 4 4 8 8 the archaeological site yields relics from long forgotten culture\n18 1 1 4 4 a maze of interlocking jurisdictions and levels of government confronts average citizens in trying to solve even the simplest of problems\n0 1 1 13 13 water damage from roof leaks , plumbing leaks or flooding lead to the growth of molds\n18 10 10 12 12 warm weather is here , and with it comes the scourge of mosquitoes\n18 1 1 4 4 the formation of struvite stones is associated with the presence of urea splitting bacteria , most commonly proteus mirabilis ( but also klebsiella , serratia , providencia species )\n18 38 38 43 43 our army was successfully engaged during the day with strong rearguards of all arms on the petit morin river , thereby materially assisting the progress of the french armies on our right and left , against whom the enemy was making his greatest efforts\n13 19 19 24 24 so when william did cross the boyne on july 1st 1690 , he had an army consisting of the riffraff of europe ' s mercenaries\n8 2 2 11 11 the overall geometry of the heart was extracted from the intensity data\n1 1 1 4 4 the discomfort from the injury was now precluding him from his occupation which involved prolonged procedures in the standing position\n13 15 15 17 17 flames of purple , pink , yellow and blue dance in the air as a coven of sorcerers call forth energies from within the empyrean\n13 8 8 11 11 out of the early morning haze , a convoy of articulated lorries pulls into the gashouder square\n6 4 4 6 7 this book has transported readers into ancient times\n18 7 7 9 9 we always try to maintain the best environment for programmers , starting with good salary and conducive working environment\n4 8 8 14 14 indeed , a green or black basalt heart scarab was found put inside the body in its place\n8 2 2 9 9 the first motorcycle was manufactured in a small wood building with only one room\n0 1 1 8 8 the water pushed to the coast resulted in tides as much as three feet above normal , with waves of 5 10 feet atop these tides\n14 1 1 6 6 the chapters in this book investigate issues and communities\n6 4 4 7 8 he rescheduled the birthday party to the next day\n17 1 2 9 9 the bacterial aerosol was generated from an up draft nebulizer\n6 0 0 4 4 people have traveled into space , but not the deep ocean\n8 14 14 24 24 for those of you who are unsure what afrikaans is , it is a language which originated from the dutch which were the first settlers in south africa and the unique language was evolved from other settlers from malaya , indonesia , madagascar and west africa\n17 0 0 1 1 beaver dams are created as a protection against predators , such as coyotes , wolves and bears , and to provide easy access to food during winter\n14 6 6 11 11 so , the theme of the play has to do with religion\n14 4 4 9 9 there has been intense debate over the circles ' origins\n3 7 7 8 8 i have recently developed creases in my ear lobes\n9 3 3 12 12 manufacturing extra neutral alcohol which is the basic ingredient used for making liquor , the commodity was largely used by companies making indian made foreign liquor ( imfl )\n11 2 2 10 10 initially the user calibrates the microscope with a fluorescence lifetime standard positioned at the sample plane\n3 1 1 5 5 the province comprises the southeastern part of panay island with island province of guimaras just across its coast\n0 1 1 8 8 the charge is the source of an electric field , which carries energy the electrostatic self energy\n1 1 1 8 8 the tardiness however has been caused by the arrival of my old man who in true bloodworth fashion has had me walking everywhere\n4 1 1 5 5 the key was in a chest\n8 1 1 7 7 the residue was distilled from an arbuzov flask\n13 14 14 17 17 as the gondorians moved forward the evil force started to withdraw , unleashing a rain of deadly arrows into the heavily armored gondorians\n14 5 5 9 9 it is a medieval latin manuscript relating the early history of the isle of man\n1 7 7 10 10 the river had now turned into full flood after the deluge of rain a few days ago\n3 14 14 21 21 he stopped rowing when the boat was opposite to the paddle wheel of the steamer , and the steamer stopped her engine at the same time\n11 3 3 10 10 this is the umbrella that peels the potatoes with a pencil and makes a pink ink with the peelings stood up\n9 3 3 4 4 this american style wheat ale is a light , unfiltered brew with a citrus aroma andflavor imparted by a late addition of lemon grass\n8 1 1 4 4 the car left the plant\n3 10 10 13 13 our experience extends to 15 years continued promotion of this archipelago of nine islands\n4 12 12 19 20 to separate the solids at the end of the experiment , the clay was contained in a semi permeable membrane tubing\n6 4 4 6 6 this machine is blowing sand into molds\n18 1 1 11 11 the cultivation consisted of plowing the crop with a double shovel plow\n14 2 2 5 6 the final chapter offers a theological survey of the use of the formula\n1 3 3 8 8 she mentioned the scandal caused by a bbc documentary on the treatment of children in a special needs home and asked how the state had responded to these\n2 4 4 7 7 isolated fractures of the shaft of the ulna , without other fractures , often result when the forearm is raised to fend off a blow\n18 4 4 6 6 we have placed the candidates into roles\n18 4 4 6 6 frequent agitations throw academic life into disarray\n17 5 5 8 8 still other examples of the potter ' s ceramics are clad in slinky assortments of tassels and beads\n2 1 2 4 4 the nasal cavity of birds contains turbinates ( bang 1971 ) , cartilaginous structures that are thought to have as one of their functions water recovery from air\n18 7 7 10 10 thus , in simple words , a tendon attaches a muscle to a bone\n18 0 0 4 5 positions were denoted by black dots along the tracks , the adjacent numbers indicating the day of the month\n1 10 10 15 15 the world health organization ( who ) found that the radiation release from the chernobyl accident was 200 times that of the hiroshima and nagasaki\n5 4 5 8 9 my dog ate a cellophane bag full of dog treats on tuesday\n3 1 1 7 7 the owl held the mouse in its claw\n6 12 12 22 22 this is how grain was delivered to the wooden grain bins and hay was put inside the upper part of the rock barn\n17 7 7 11 11 police foiled an attempt to kill an artist who drew a cartoon depicting the prophet muhammad that sparked outrage in the muslim world\n6 17 17 21 21 when woody harrelson received a copy of the screenplay for zombieland last year , he stuffed the paper into his duffel bag of unread scripts and promptly forgot about it\n13 4 5 8 8 the city is a treasure trove of terrific libraries , interesting museums , and wonderful victorian architecture complemented by the incomparable work of scotland ' s greatest architect , charles rennie mackintosh\n2 3 3 6 6 we leave the bail of the reel open and place your the rod in a double mounted set up as shown on the facing page\n8 10 10 15 15 the mapungubwe collection at the university of pretoria features remarkable works from the largely forgotten kingdom of mapungubwe that flourished near the confluence of the limpopo and shashe rivers between 1000 and 1300 ad\n1 7 7 11 11 also , in the midst of the confusion caused by the coup , the issuing of militant posters was a way for artists and organizations to declare their active engagement against the rebellion\n16 7 7 11 11 the title is taken from an 1813 book by a virginia planter and senator named john taylor\n13 6 6 12 12 in the same way , a society is built up of many individuals\n11 1 1 8 8 the scientist approached the big cat with a notepad and a pencil in her hands\n8 2 2 9 9 the bottom photo is from the new york public library\n0 1 1 6 6 the accident caused a major traffic snarl on the arterial road\n18 13 13 15 15 two plane crash survivors have paid a special visit to the hutt hospital surgeon whose team helped to re build their shattered faces eight years ago\n4 1 1 5 5 the dress was in a trunk dated summer of 1938 along with several other dresses from this same period\n1 14 14 19 19 the various forms of idealistic , materialistic and agnostic philosophies are subject to the tension caused by the indicated situation\n12 14 14 17 17 from him , cain learns that alexis had survived his suicide and became the leader of that organization , renaming it delilah\n17 6 6 15 15 james hagler , venice ' s director of historical resources , has completed a picture book of the area ' s buildings\n6 4 4 8 8 a program has fetched data into host variable arrays\n6 4 4 7 7 recently , only insignificant things arrive to theaters\n18 3 3 4 4 tissue damage and electrode corrosion are both associatcd with high charge density stimulation\n3 9 9 12 12 two of walters ' s fingers are inside the koala ' s pouch\n13 12 12 15 15 in a former residence , your writer had an atrium containing a duel of doves moles numbering 22\n3 7 7 8 8 to stand up to the wind , umbrella frames are strong yet flexible\n1 0 0 18 18 contractions of the diaphragm are caused by stimulation of the vagus nerve either by the brain or by irritation anywhere along the length of the nerve\n8 3 3 6 6 a 15 minute plane drive from runway to terminal is uncommon\n8 2 2 8 8 the geometric skeleton is derived from a static object using an implicit ` directions ' method\n17 1 1 5 5 the filmmakers dug a large hole in the ground for the scene where the narnians cause the pillars supporting the growth near aslan ' s how to collapse on the telmarines\n14 4 4 6 6 it is a monthly report providing opinion and advice on current united states government contract issues\n11 0 0 11 11 governments , frightened of losing votes , resolved the crisis through subsidization\n18 19 19 20 20 for christmas , daniel gave kelly a tiffany bracelet , and for valentine ' s day he bought a diamond necklace\n13 4 4 7 7 we also passed a wake of turkey buzzards , and i was again glad to not be driving , because my car and i both have shaky nerves still , from the great turkey buzzard incident of ' 08\n1 1 1 6 6 plantar warts are caused by a virus that infects the outer layer of skin on the soles of the feet\n18 1 1 10 10 the sensor was manufactured in a cost effective thin film process\n18 67 67 70 70 the putative left , we see , is just as eager as the nominal right to brand crime and violence with any hint of political motivation as terrorism , and therefore to remove it from the ordinary processes of criminal law and sanction , which are already quite draconian in these united states , and to animate parallel systems of harsher surveillance and punishment for the political compeers of such criminals\n3 1 1 25 25 the list of the 10 most beautiful women posted on the official web site of the 2009 australian open was filled with sleek , thin images\n2 1 1 4 5 the rope of the prayer bell was there in a perfect state and coiled up\n11 1 1 16 16 one man pours on a liquid while the other man stirs the mixture with a wooden paddle or spatula\n13 17 17 21 21 besides , the chinese case also challenges some ideas of rss theory , including the concept of alliance of different social classes and the role of working class in democratization\n6 12 12 16 17 as the us and colombian military put pressure on drug traffickers , operations are migrating into nearby countries\n4 2 2 6 6 a conical cover preserved in a ewer in athens accords extremely well with the form of these vessels\n3 5 5 9 9 the front of the boring machine contains tungsten tipped picks that workers guide with the use of laser projections on video screens\n6 3 4 6 6 they incorporated the immigrant flows into microsimulation\n8 10 10 14 14 i have always felt so relieved that roy and the boys had left the creek\n14 2 2 6 6 the first report analyses the adaptation strategies of the eu member states\n16 13 13 17 17 cook ' s discoveries prepared the way for establishment of a new penal colony by the colonial power\n18 6 6 10 10 this process passes on a health gene to the next generation\n10 1 1 4 4 a telescope assists the eye chiefly in two ways\n6 1 1 9 9 the boy accidentally went into the girl ' s bathroom\n4 1 1 7 7 the document is stored in the proper folder as a text\n14 9 9 15 15 unfortunately , they just had brief mentions and more pages were spent describing the clubs scene\n18 9 9 10 10 the map to the left shows a snapshot of weather conditions in selected towns across italy\n13 7 7 9 9 i reflected on this while passing a passel of pigeons parading on a loop sidewalk the other day\n18 3 3 8 8 the retailers poured resources into promoting low alcohol wine\n4 13 13 17 17 fiscus was the treasury of the roman emperor , so called because the money was stored in baskets\n6 3 3 8 8 hundreds of toxic chemicals were released into the atmosphere\n18 2 2 10 10 the final part of the court is completed by the chapel , begun by mary i in 1554 in memory of her father\n4 0 0 10 10 mobile lost in the ocean was found in a cod belly\n14 1 1 6 6 the flyer advertised a two week workshop being conducted at the university this summer\n18 1 1 5 5 the hotel arose from the reconstruction of historical building\n14 2 2 6 6 this revised edition incorporates new research findings and advances in the treatment of genetic disorders , including gene directed therapies\n12 0 0 4 4 fish swim in a shoal , but they fall one by one\n6 1 1 8 8 all bookmarks have been exported to a single file\n11 1 1 6 6 the team used the newly developed nanoparticle to build therapies for treating individuals with cardiovascular disease\n15 4 4 7 8 tobia made a stunning revelation in a phone call in september 2002\n13 12 12 16 16 it was also home to a bale of snapping turtles and a siege of great blue herons\n6 1 1 6 6 the indenter is pushed into the material , and both the load and displacement increase\n6 2 2 12 12 the latest issue of five bells has been sent to poet union members\n3 0 0 8 8 cruisers and large yachts have much more sophisticated fittings that that require more skills\n11 1 1 7 7 the accused killed the victim with a kirpan and separated the head from the body and threw it in a canal near nabha\n13 13 13 16 16 there are enough gills there to serve the oxygen demands of an entire shiver of whale sharks\n6 13 13 21 21 the inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube\n3 2 2 6 6 the finished doll was made with stockings for the face and a baby sock for the body\n14 9 9 12 12 it is the document repository of extremely valuable archival documents illustrating the history of the spanish empire\n18 12 12 17 17 this all around immature nice guy is , above all , a choreographer , having devised the moves to the film adaptation of hairspray\n18 1 1 8 8 the state has assembled a 230 million incentive package to lure the project , which could mean as many as 9000 jobs\n5 6 6 9 10 when you strike someone with a bottle full of carbonated beverage , apparently a vacuum is created and then quickly refills , which is somehow capable of breaking the glass\n4 1 1 6 6 welding wire is coiled in a pail and used as an electrode in an automatic or semiautomatic welding operation\n0 2 2 5 5 the stong earthquake caused a blackout on the sound stage and short circuited some of the neon tubed violins\n15 1 1 7 7 various configurations have been illustrated in the drawings\n12 3 3 9 9 avci was the head of the chief of the police in diyarbakir between 1984 and 1992\n3 1 1 15 15 the series comprises some re issues of the previous books , as well as new titles\n17 2 2 7 7 the agitating students also put up a barricade on the dhaka mymensingh highway disrupting vehicular movement for about two hours from 10 30am to 12 30pm\n18 1 1 4 4 the solution comprises the creation of a decentralized internet host name resolution system with flat hierarchy on the basis of metrized small world data structure\n1 0 0 25 25 tension release by mega food contains sensoril , a clinically studied extract of a ashwagandha that helps to inhibit fatigue and physical tension from everyday stress\n18 20 20 22 22 with an innate desire to know and to do , mankind has progressed past placing a dead fish in every hill of corn , beans and squash\n6 11 11 13 13 mayans charted venus ' s motion across the sky , poured chocolate into jars and interred them with the dead\n8 1 1 6 6 the elephant descended from an aquatic animal\n18 2 2 5 5 a special meeting of the shareholders of lydia diamond was held on december 23rd , 2009 and the sale was approved by the shareholders\n6 3 3 7 7 he inserted a needle into the tattoo machine\n18 13 13 19 19 the aim of this study , therefore , was to examine the embryo quality obtained from vitrified , warmed oocytes in a standard infertility population\n6 1 1 5 5 the letter was sent from group to group of the dispersed believers to try and build them up to encourage them to fill them with hope\n0 0 1 9 9 cardiovascular disease is one of the leading causes of morbidity and mortality in the uk , as well as in the developed and the developing world\n18 11 11 16 16 the level surface closest to the mss , known as the geoid , departs from an ellipsoid by about 100 m in each direction\n6 8 8 15 15 after soaking them overnight , we slipped the beans into a fairly wide necked wine flask that ' s been peeled of its straw wrapper\n1 0 0 4 5 dizziness from nasal and sinus pressure usually can be seen on a good nasal examination and a ct of the sinuses\n11 4 4 8 8 students actually benefit from study through an sts approach\n18 6 6 12 12 in the 2006 campaign , the governor won the hispanic vote with appearances such as one at casa de maryland\n4 1 1 6 6 the bomb was hidden in a handcart near the mar toma church , also known as church of st thomas , in the city of mosul\n13 16 16 20 20 she does , however , remember walking through campus when a chipper salesman gave her a fistful of bright orange coupons offering her and her friends complimentary slices of pizza\n6 5 5 8 8 i have imported an audio book into the software\n6 1 1 6 6 the soldiers moved into the deep jungle\n18 1 1 4 4 the chair of the corporation , at the time of election , shall be either a former president , the retiring president , or a member ( not emeritus ) of the corporation\n18 1 1 6 6 the hole was found in a piece of the package that was ripped off near its edge\n4 1 1 6 7 the mummy originally was inside a wooden coffin , which had deteriorated\n0 1 1 4 4 this meeting establishes the laws which govern the church and the priorities for the coming year\n4 1 1 7 7 the game was sealed in the original packing , unopened and untouched\n2 2 2 6 6 the oculomotor nerve rests in a cistern within the sinus roof\n6 7 7 11 11 a baby girl was murdered and her body stuffed in a sack and dumped in a water body in the capital ' s pallabi area\n6 2 2 7 7 the new model is moving into new territory with revisions\n18 9 9 15 15 he also pointed out that on the sabbath the priests broke the commandment with priestly work\n8 1 1 5 6 the sagas developed from the oral culture of the viking age\n2 4 4 7 7 hogarth also decorated the walls of the hospital with works of art donated by contemporary british artists\n4 4 4 9 9 they are storing the solution in a non food refrigerator to avoid degradation and transfer what is immediately needed to a spray bottle for manual cleaning\n6 8 8 11 11 in a desperate attempt , the company poured money into the project\n11 9 9 13 13 my grandparents rest beneath a stone that shows a farmer plowing with a mule , an emblem of the way they began their lives together back in the 1930s\n3 4 4 5 5 the temperature at which flower buds are injured depends\n4 1 1 5 5 her clothes were in a box with no lid sitting on the next higher step\n3 1 1 6 6 the venter encloses a venter canal cell and an egg cell\n15 0 0 7 7 feedback , as defined earlier in this chapter , is information that can be used to modify or maintain previous behaviors\n8 1 1 6 6 the train arrives from a distant point and bears down on the viewer , finally crossing the lower edge of the screen\n4 6 6 30 30 in a shocking incident , the body of a 10 year old school boy , a resident of jaylal munshi ka rasta in nahargarh area , was found in a sack with his mouth glued with feviquick on the railway tracks near chanani railway station in niwai area of tonk district on thursday evening\n13 16 16 18 18 he likewise directed edric to fling out his nets , who was rewarded with a miraculous draught of salmons\n14 4 4 13 14 five has launched a website , holy soap , dedicated to popular television soap operas across all channels\n3 3 3 7 7 the aroon indicator system consists of two lines , ` aroon ( up ) ' and ` aroon ( down ) '\n17 5 5 1 1 the fire started when the owner lit a fire behind the house\n17 2 2 7 7 a street writer who specialises in love letters becomes involved with one of the addressees\n8 1 1 10 10 the name of the aquarium was derived from a public vote amongst japanese people\n6 4 4 8 8 she has fetched the poodle into the same acre of ground as pup\n1 2 2 4 4 phobia like fear from crowd , fear from insects , fear from height etc all contribute in developing the anxiety disorder\n8 1 1 6 6 the avalanches originated in an extensive mass of rock that had previously been hydrothermally altered in large part to clay\n14 1 1 4 4 the exhibition describes the fight against the forces of nature that has been central to the history of vasa ever since it sunk in 1628\n6 3 3 8 8 we placed some wax into the old tin can\n2 5 5 8 8 i looked straight under the nose of the plane and sure enough , i was directly over the tiny airstrip\n2 1 2 5 5 the executive board of this company reported on its activities and answered questions from the audience\n8 15 15 18 18 they have also taken a very personal story about one family and a box of toys from the future and turned it into an epic story in which childlike innocence saves the human race\n3 3 3 8 8 he unwinded the pocketwatch by letting down the mainspring , a ribbon of tightly rolled steel inside the mainspring barrel\n14 3 4 9 9 ovation is the television network devoted exclusively to the arts , featuring programming on visual arts , theater , opera , music and dance\n14 11 11 13 13 a penal code is a portion of a state ' s laws defining crimes and specifying the punishment\n9 14 14 15 15 a normal beer is 8 zlots ( 2 euros ) and a beer with raspberry syrup is 9 zlots\n18 10 10 13 13 in a cloudless , new moon sky , a billion stars lit the heavens\n1 16 16 22 22 the hidden preamble or timing signal is employed to mark the time of commencement of the transmission of information pulses from a transmitter\n13 2 2 5 5 in a peep of bantam chickens , proliferative skin lesions were observed on the shanks of 6 of 29 birds , with digit necrosis observed in some birds\n15 1 1 13 13 the cover of the inner artwork of the record was analyzed in an article published in 2008\n0 3 3 10 10 doe ' s confrontation with the flight attendant caused a commotion on the plane , prolonged the flight ' s delay , and added to the aggravation already being felt by the passengers and crew\n17 1 1 4 4 the workers build the honeycomb in which the eggs are laid and the honey and pollen is stored\n4 3 4 10 10 the blue plastic cutting board behind it was in a box lot i bought at an auction\n12 19 19 22 22 instead of dominance and submission , he uses the terms assertiveness and passiveness to reflect the role of the wolf in the pack\n18 6 6 14 14 the chronic myelogenous leukemia specific p210 protein is the product of the bcr hybrid gene\n18 4 4 10 11 the purpose of the audit was to report on the financial statements\n5 1 1 6 6 the stomach was full of fine gravel and small seeds\n13 7 7 9 9 i bore my chalice safely through a throng of foes\n4 13 13 21 21 the body is already removed for an autopsy and placed in a lead coffin , which is put inside a wooden case\n1 17 17 24 24 the increase of the signal might correspond to formation of the high density excitons , while the reduction of the signal originates from the relaxation\n1 8 8 12 12 we estimate a wind speed associated with the devastation caused by the tornado\n3 1 1 11 11 the robot reached the goal using a smaller number of internal states than with the conventional methods\n1 2 2 6 6 the basic indicator of the health condition of trees , stands and forests is tree defoliation\n1 1 1 5 5 the deficits are caused by people saving too much of their money\n11 1 1 11 11 a teacher writes a whole number less than 50000 on the blackboard\n3 5 5 8 8 it was a whole flying wedge of white swans flying over wall street marking the market in their own charming way\n18 3 3 6 6 unfortunately , my friend falls in love easily and breaks her heart all the time\n0 2 2 7 7 heat , wind and smoke cause flight delays\n1 8 8 14 14 in developing countries four fifths of all the illnesses are caused by water borne diseases , with diarrhoea being the leading cause of childhood death\n16 17 17 22 22 this has made it much richer , rather like fried bread and altogether different from the crisp rectangles produced by the modern cook\n6 0 0 6 6 billions flow into unit trust linked products\n17 1 1 4 4 the corporation has constructed railways in ukraine , guinea , iran , iraq , and syria\n15 2 2 18 18 the faded glamour of american roadside diners , cinemas and motels is the subject of a new photography exhibition at the fox talbot museum\n18 3 3 7 7 after completing the resetting through the reset signal , the bit period transmitted by the master module 30 is received\n1 1 1 5 5 the destruction caused by the bombing of attorney general palmer ' s home\n3 1 1 7 8 the kit includes an on off on toggle switch for the clipper switching and modifications\n8 0 0 4 4 blood arrives from the animal via suitable tubing and enters the pump\n3 5 5 12 12 in biological anatomy , the mesencephalon ( or midbrain ) comprises the tectum ( or corpora quadrigemini ) , tegmentum , the ventricular mesocoelia ( or iter ) , and the cerebral peduncles , as well as several nuclei and fasciculi\n6 5 5 8 9 the company rescheduled the new construction to early next year\n4 2 2 7 7 a sailing ship is scratched in a jug marked g goodale , hartford\n6 1 1 6 6 past consciousness is traveling into the future\n3 7 7 15 15 about two months later , the baby alligator breaks open the egg with a sharp pick on the end of the nose called an egg tooth\n2 11 11 15 15 because some of these terms are used in the case study chapters later in the book , they are defined here now\n4 1 1 5 5 the plane was in a crate and the put on a flatbed truck and taken to the sar hangar\n6 10 10 7 7 he held the vessel with his right hand and poured water into his left hand , and washed his hands up to the wrist\n8 3 3 15 15 most of the vapor that is in the air evaporated from the surface of the oceans\n1 6 6 10 10 the second biggest factor affecting the sound produced by a drum is the tension at which the drum head is held against the shell of the drum\n8 20 20 24 24 one of my woodworkers got imprisoned as a result of a bloody noble putting up an export ban after the caravan had left the depo\n4 1 1 5 5 the tea was in a glass with pink flowers on the rim , served on a small porcelain plate with a european pastoral scene of a man in knee britches holding hands with a woman in a long dress\n17 10 10 17 17 the second memorable shift was in september , when the plant made the 75 millionth ton of steel\n3 1 1 8 8 the box regulated the temperature using an odoff controller and t2 as temperature reference\n1 2 2 6 6 the largest landslide triggered by the earthquake is located approximately 32 kilometers southeast of muzafarrabad in a tributary valley of the jhelum river\n13 10 10 14 14 but , lord king , he has with him a meinie of full forty knights\n3 2 2 27 27 this extensor mechanism is composed chiefly of the quadriceps femoris ( rectus femoris , vastus lateralis , vastus intermedius , vastus medialis ) , quadriceps tendon , patella , and patellar tendon\n5 3 3 5 5 i carried a bag with condoms in it , and i gave them out\n0 1 1 4 4 the debris caused a crash on the schuylkill , and it has been closed for hours because of the mishap\n1 1 1 5 5 a fire triggered by the blasts damaged eight buildings at the plant , including one that was burned down\n15 1 1 4 4 these standards are under discussion and not yet published\n3 4 4 9 9 however , the barbary macaque grows a big thick coat for the winter , which means they can live outside all year\n12 27 27 30 30 anderson is regarded as one of the most able and articulate members of congress , but he has a voting record that is anathema to most other congressmen in his party\n6 5 5 8 8 the melt water has transported sediments into the lake\n3 1 1 4 4 the review published political commentary and opinion , but even more than that\n14 8 8 13 13 nus today responded to the government ' s announcement of the long awaited review of university funding\n4 1 1 7 8 the handbag was locked in a glass display case\n18 2 2 7 7 in his poem , written by the riverside near the battle ground , mr emerson alluded to yon stem headstone\n6 1 1 6 6 the intestines have migrated into the abdomen from the umbilical cord\n0 1 1 5 5 mechanical faults caused delays and cancellations on wellington ' s suburban train services this morning\n17 5 5 16 16 caryn james , a film critic for the new york times , has just completed a novel\n15 1 1 11 11 the incidents of his travels were related in a succession of books\n8 1 1 8 8 the focus is going away from the display button\n18 0 0 6 6 asparagus is a natural cure for cancer\n13 9 9 11 11 villagers in the netherlands are glad to have a mustering of stork visit them\n8 3 3 8 8 a case of craniopharyngioma originating in the sphenoid bone is presented\n14 3 3 8 8 early in the book , a seashore tide pool is used as an exquisite metaphor for discovery\n6 2 2 7 7 the remaining power is exported to the grid\n1 10 10 24 24 relieve spinal stenosis by enlarging the spinal canal to relieve pressure on the spinal cord that has been caused by a herniated or bulging disc\n6 1 2 5 6 the sinus rinse went into ear canal\n17 17 17 9 9 in 1882 louis developed a method of making photographic plates , and by 1894 the brothers ' factory was producing 15 million plates a year\n6 0 1 9 9 cold air at the surface moved southward into the mountains of colorado\n13 15 15 17 17 the translucent blue plastic belied the heady resonance of the instrument , and like a mission of monkeys , several coworkers were lured into the room by the dulcet tones of my accordion\n13 16 16 19 19 her shallow waters seethe at times , standing tall and swaying back and forth like a quiver of king cobras\n2 2 2 6 6 the curved roach on a square sail was dependent on the angle or height of the stay immediately below it\n3 5 5 8 8 coquina is a poorly consolidated limestone composed of pieces of coral or shells\n9 2 2 11 11 the dark heartwood is the source of the brilliant red dye hematoxylin\n18 1 1 9 9 the beer acts as a great hair of the dog\n18 1 1 7 7 the company has run into a financial problem over the last few years\n2 2 2 5 5 the curved spans of the bridge are the original sections\n18 1 1 8 8 a girl plays her violin on a pogo stick\n11 1 1 5 5 a surgeon carefully applies the splints to the forearm\n4 1 1 5 6 the body was inside a duffel bag that was secured with duct tape\n18 7 7 10 10 mado manages to escape and kidnaps the scientist ' s niece\n16 9 9 10 10 a friend had given her purple scraps from a clothing factory in a nearby town\n9 0 1 2 2 peanut butter cookies are simply cookies that use peanut butter as one of the ingredients\n6 15 15 18 19 fall planting can not be completed before the ground freezes , so i stored the seeds in a stratification unit until spring\n9 5 5 6 6 two years ago i made cranberry sauce to die for\n13 9 9 11 11 one of the grand canyon tour guides has a barren of mules for the tourists to ride down into the canyon\n1 10 10 17 17 passengers have rights in the event of a delay or cancellation that has been caused by the airline\n11 1 2 6 6 the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment\n4 4 4 10 11 the pontiff ' s body was contained in a plain cypress coffin\n14 1 1 6 6 brief guides have been prepared on maps , school histories , electoral rolls , land tenure , government buildings , railways and hotel licensing\n8 13 13 19 19 a without notice injunction was obtained at very short notice under which the tenant was excluded from his own home and the block of flats in which he lived\n18 16 16 24 24 the screenplay by patterson mcnutt and arthur j beckhard focuses on the adoption of a young orphan ( shirley temple ) by a wealthy bachelor ( john boles )\n14 1 1 5 5 the essay inquires into the origins , nature , and usage of the term in multiple contexts\n1 4 4 7 7 however susanoo was in sorrow after the loss of his mother and he was raging in his kingdom\n1 2 2 6 6 but the earthquake triggered by the eruption of thera struck first\n18 5 5 9 9 our objective is to review advances in the molecular biology and pharmacogenomics of lung cancer and how they apply to personalizing medicine\n14 1 1 9 9 this paper is a review of frequency stability measurement techniques and of noise properties of frequency sources\n0 0 1 10 10 diabetes mellitus is one of the leading causes of irreversible blindness worldwide , and , in the united states\n18 1 1 5 5 the crew assisted with the investigation and was in service for around an hour\n18 1 1 7 7 this data has been concerning primarily assembly operations\n16 2 2 7 7 the third bid was from a window company that does its own installation\n18 3 3 5 5 interior chief adds hurdles for drilling on public lands\n16 17 17 21 21 when the amendment was transcribed , the semicolon in the religious exemption portion was changed to a comma by the senate scribe\n6 2 2 6 6 the fiber pellets were blown into cavities using special equipment\n11 1 1 4 4 the winemaker carefully chose grapes from different lots in the vineyards and blended them into this wonderful pinot\n2 1 1 4 4 the pin of the connector is inserted through the hole and connected to the microstrip circuit\n18 9 9 12 12 it is the most efficient and compact form of insulation in a carafe , and it ' s unbreakable\n16 3 3 6 6 early in the book , the authors review why the groundswell is taking off and how to participate , and they identify the tools blogs , wikis and so on that drive the groundswell\n1 10 10 17 17 getting help has reduced the time to reverse all the irritation that had been caused by the fungus\n8 3 3 9 9 the pure lotus flower blooms out of the muddy pond\n13 40 40 43 43 the 13th gate offers 13 themed experiences to make every nightmare seem real from crawling through a crematory oven and an old hearse to being lost in dark underground tunnels or finding yourself standing on a rickety bridge over a bed of live snakes\n5 8 8 11 11 he was generous enough to bring in a hamper of festive goodies for one of you lot to win\n8 3 3 15 15 much of the impetus behind the formation of the fund came from a wounded vietnam veteran\n1 8 8 11 11 on the other hand , the higher the satisfaction from the purchase , the greater the benefit of word of mouth referrals and repeat purchasing\n18 11 11 13 13 although big city marathons offer great crowd support and a large camaraderie of runners , running in a big city marathon is not for everyone\n18 7 8 10 10 in 48 of the divorces , the kinship systems of grandparents expanded with divorce through one or more of the following four processes\n11 1 1 11 11 the restaurant first cleaned the floor with a company approved cleaning agent before the cof test was conducted\n3 1 1 7 7 the package includes an audio and video receiver that transmits information to the plasma display\n1 17 17 26 26 district judge without a jury and judgment was entered for the defendants on the ground that the accident was caused by the plaintiff ' s own negligence\n4 6 6 10 10 when it was ready , my coffee arrived in a mug instead of to go as i had ordered it\n18 6 6 8 8 the world is experiencing an unprecedented glut of savings , driving down real interest rates\n10 4 4 10 10 in this manner , nuts from the amazon powered a plane\n18 1 1 5 5 the case centers on a tree at a high school that was a meeting place for white students\n13 13 13 17 17 the influence of hole shape on extraordinary optical transmission was investigated using hole arrays consisting of rectangular holes with different aspect ratios\n16 6 6 11 11 for many years , a recurring comment by the senior dental students at louisiana state university school of dentistry ( lsusd ) during exit interviews is their lack of confidence regarding the business aspects of running a dental practice\n6 0 0 5 5 flowers are carried into the chapel\n14 1 1 3 3 the documents define policies , procedures , training , and auditing\n18 3 3 6 6 still filled with rage after the fight with the darkside , i rush at ansem , light and dark energy overflowing from me\n1 9 9 8 8 the children descend the ladder after hearing the fire alarm which has been triggered by the wood work workshop catching fire\n11 1 1 7 7 the guys catch the shad with gill nets\n2 22 22 25 25 as we watched the videotape , we noticed that for some unknown reason men were tending to wander over toward the glassware section of the store\n2 11 11 14 14 the site has free galleries of pics of guys showing the waistband of their underwear above their jeans\n14 1 1 6 6 the plot centers around a young girl who must decide between helping her community that is being falsely accused of witchcraft or staying silent to protect her family\n3 1 1 2 2 a catamaran tiller having a grip is provided to permit tension to be applied to the tiller more easily\n6 1 1 7 7 this oil company imports oil to some countries illegally\n18 3 3 13 13 sometimes the best blogging is going on well away from the most visible places\n11 3 3 9 9 some of the nurses drank the alcohol out of jars containing diseased human viscera\n8 2 2 6 6 two broad topics emerging from the literature on fiscal forecasting are reviewed\n11 9 9 15 15 the nrc , rso , and the first bank representative accessed the vault with the key\n2 2 2 10 10 the drill platform was a part of the romulan mining ship narada that could be lowered into the atmosphere of a planet or planetoid for mining operations\n16 11 11 12 12 eighty years on from the first pipes being laid for the car plant , unemployment is at 2 million and rising\n2 11 11 14 14 however , greg saw people inside and went to the front entrance of the palace and was able to use enough russian to communicate with the guide and get permission to buy our tickets without waiting to come inside for a tour\n8 1 1 5 6 the clarinet developed from the recorder family , and is closely related to the saxophone\n17 1 1 8 8 the author ' s reasons for creating a work differ remarkably from his incentive to publicly distribute the work\n2 1 1 4 4 the paddle of the microaccelerometer is designed symmetric with respect to the direction of the beam\n17 2 2 6 6 next the soldiers put up a wall of stakes on the pile of dirt\n11 1 1 6 6 the hookah filters the smoke through water , making the end result much less harsh and allowing the flavor of the smoke to really come through\n14 6 6 14 15 then there ' s labor where negotiations are under way on issues such as apprentice training\n13 4 4 6 6 there ' s a trembling of finches on my lawn\n0 1 1 5 5 the incident caused a brief sensation on the web among people suspicious that it was a political commentary\n3 15 15 16 16 this is a guide teaches you how to make a video tutorial by recording the computer screen without camera in minutes\n18 1 1 7 7 the navy searched the vessel with the crew on board\n2 0 0 5 5 poems are published on this site purely for educational reasons , for the purpose of information and with good intentions\n11 1 1 13 13 a hairdresser fine tunes your hair color without causing excessive damage by using toners\n11 0 0 23 23 students locate these cities on the large map ( b2 ) with assistance from the teacher ( b14 ) marking them with colored pushpins\n4 17 17 21 21 we ' ve even included a beautiful royal scot crystal hogget decanter to round off this bountiful banquet in a hamper basket\n13 12 12 14 14 in addition to weinstein , the band is comprised of a formidable array of luminaries\n4 1 1 5 5 the sugar was in a cabinet above the sink\n18 3 3 16 16 he sealed the cut after making a cut of the stem with a clean , sharp blade\n16 1 1 2 2 the sugar factory in ipswich was built in 1925\n18 12 12 16 16 the workers locked themselves in the upstairs office and left the shocked managers downstairs in the shop\n11 1 1 9 9 the recipient receives the call through a miniature radio receiver carried on his person , the receiver having a built in ferritic antenna\n5 7 7 10 10 he carried with him an old wicker basket containing stale biscuits , some cured ham , and a bottle full of goat ' s milk\n6 2 3 9 9 paternally derived genetic material is inherited to the next generation\n2 1 2 5 5 the power cord of the dryer connects to a terminal block at the rear of the dryer\n0 11 11 14 14 and this is frequently cited as proof that saturated fats and cholesterol cause heart disease\n13 2 2 4 4 as a fraternity of adults we have a right to question the gm , and should expect a reasonable response\n13 4 4 6 6 it was an immense flight of gulls , seamews , and cormorants a vast multitude of affrighted sea birds\n14 4 4 7 7 the exhibition comprises original drawings featuring famous landmarks between plymouth and london\n18 3 3 13 13 the water information program is a public information program sponsored by the water districts , organizations and agencies in the san juan and dolores watersheds of southwestern colorado\n13 13 13 16 16 while the job was good , ahmed ' s daily exposure to the troupe of circus performers and artists continued to pique his interest\n18 8 8 16 16 scientists recently succeeded in wiping out a nasty memory from the mind of a genetically engineered mouse\n10 0 0 4 4 cigarettes are used by women in order to relax , to avoid gaining weight , and to appear attractive , mature and feminine\n0 10 10 21 21 many commercial soap , shower gel or cleanser products contain preservatives , colorants and chemicals that cause dryness , rashes , itchiness and roughness on the skin\n10 1 2 6 6 bitewing x rays are used by dentists in order to determine if any cavities exist within the mouth\n6 1 1 10 10 english cricket has now been dragged into the whole revolting business\n6 1 2 1 1 the space monkey travels into space\n13 10 10 12 12 any country gentleman who liked the sport kept a small pack of hounds , and rode over his own lands or the lands of such of his neighbors as had no similar establishments of their own\n6 3 3 9 9 the plain http request was sent to an https port\n17 1 1 16 16 the girl , in her first holiday season as an elm creek quilter , creates a quilt for her best friend even as she begins to question her feelings for him\n6 2 2 2 2 the small box was placed inside the large box and the 4 inch of surrounding space filled with either shredded fabric , fiberglass insulation or no insulation\n0 10 10 19 19 birchwood and stockton heath were called to the scene after pyrotechnics used during one of the performances caused a fire on the main stage\n0 11 11 16 16 like a catch 22 the worst part is that acne causes stress and stress triggers acne breakouts\n1 7 7 14 14 the us patent system is in a crisis that has been caused by the flood of patent applications being filed at the uspto every year\n17 8 8 11 11 and in every single trial , the sponsoring manufacturer ' s drug came out as better than , or equal to , the others in the trial\n10 4 4 9 9 the size of the scissors used by a beginning stylist for learning to cut the hair is actually determined more by the size of his or her hands\n4 5 5 9 9 my little brother ' s tooth was in a cup of water the other day and i nearly fainted when i saw it\n2 20 20 23 23 located by the river at circular road , cong , between actual locations used for the filming , the ground floor of the cottage has been designed as an exact replica of ` white o mornin ' cottage\n13 22 22 24 24 day after day , then , he has put himself into a hornets ' nest , or what the scottish call a bike of bees\n6 2 2 8 8 as his hand was put inside the glass box , he had to guess what creepy animal was inside\n18 5 5 12 12 while many farmers did their plowing the land with a single furrow plow , some large scale farmers began to use a multiple share or bukker plow\n18 12 12 14 14 letters were be submitted by 5 p m on the wednesday before publication by mail\n4 1 1 5 5 my passport was in a trunk under my bed\n1 6 6 15 15 viral gastroenteritis is a highly contagious infection of the intestines caused by one of several viruses\n6 7 7 14 14 recently , a huge amount of commercial fish and shellfish have migrated to cooler water\n6 5 5 8 8 the murder has dragged the victim into the water\n2 17 17 20 20 the first bank in loudoun county , the short lived loudoun company , held meetings in the cellar of this dwelling beginning around 1815 , hence the name bank house\n18 2 2 7 7 the outer segment is comprised of a membrane which is folded into several layers of disks\n13 15 15 17 17 in this section , we are going to follow srr sandy as she raises a litter of pups\n16 1 1 7 7 the shed got put up by these people who arrived and made it\n14 1 1 4 5 the session discussed about inter loans of performance sets\n0 2 2 9 9 diet fizzy drinks and meat cause heart disease and diabetes\n1 5 5 8 8 we explore the experience of grief after the loss of a parent and offers support we also make simple suggestions , and we provide a place for sharing memories\n6 3 3 8 8 too often , students were misplaced into alternative schools\n13 1 1 3 3 a deceit of lapwings , with their beautiful crests , made a pretty dish to set before the king\n1 2 2 1 1 the war mentality was generated by the iraq war in combination with the constant drum beat of fear at home\n11 1 1 11 11 the authors assessed the reliability of the basic diagnostic methods in series of 181 patients with bladder tumoursas compared with operative findings\n14 1 1 5 5 the painting represents the last meal shared by jesus with his disciples before his capture and death\n2 1 1 4 4 two pillars of a bridge at karsaz road have collapsed today morning\n9 2 2 3 3 all other blood products are derived from whole blood\n0 0 0 10 10 preeclampsia is still one of the leading causes of maternal mortality\n18 18 18 24 24 since no computers were then available to him , he hand simulated the boxes algorithm , using a device made from an assembly of matchboxes\n18 2 2 9 9 compared to running barefoot , running in conventional running shoes increases stress on the knee joints up to 38\n4 1 1 10 10 the packet of corn tortillas , which was inside a box , said contains wheat\n16 15 15 21 21 detectives are sifting through hundreds of mobile telephone records in an effort to trace a call made by the graff jewellery robbers as they stood outside the store two days before the successful heist\n16 6 6 7 7 two years ago , being a sugar company in india was a sweet proposition\n0 1 1 6 6 the demolition was the cause of terror and communal divide is just a way of not letting truth prevail\n6 1 1 5 5 two prices arrived to the hotel\n8 4 4 14 14 a 300 pound siberian tiger that killed a visitor escaped from its high walled pen on its own\n4 1 1 6 6 a comb was hidden in an envelope at the bottom of a paper folder stuck to the wall\n3 1 1 5 5 this machine has two heating units and two cooling units\n2 8 8 11 11 the tailpiece anchors the strings to the lower bout of the violin by means of the tailgut\n6 6 6 11 11 recently , in china , more people are moving into big cities\n9 3 3 4 4 an overdose of lime juice with salt also acts as an excellent purgative without any side effects , thereby giving relief in constipation\n0 1 1 10 10 the outbreak resulted in 256 deaths and 3 , 402 injuries\n2 9 9 13 13 in my case the solution was to lock the padlock on the security pane itself\n17 5 5 13 13 to develop a rampart , troops piled up the dirt into a small hill\n4 1 1 5 6 the fridge was inside a mahogany case\n18 4 4 10 10 the postcard took the reader into the author ' s past\n14 10 10 12 13 the white paper full employment in australia was the defining document of economic policy in australia for the 30 years between 1945 and 1975\n18 10 10 13 13 these emotionally wrenching experiences encouraged the volunteers to seek the comradeship of fellow veterans\n2 20 20 23 23 gwathmey famously prefers curves to angularity and , though these are absent from the facade , they recur in the lobby of the building , with rounded pylons and legato movements through space\n11 1 1 11 11 the priest mixes the holy oil and the wine with a spoon and pours it into small containers , as many as there be priests\n6 3 3 7 7 the senator donated money to a local charity\n4 1 1 5 5 this bag was in a bin with other santa bags ( out of package )\n4 3 3 6 6 the freshness of ale in a carton is the limiting factor\n14 1 1 6 6 the statute applied to the six dominions which existed in 1931\n18 12 12 19 19 clay county , a small but thriving colony grows in the seepage spring which is the source of the creek\n18 3 3 9 9 new portable electronic devices are running into temperature sensitivity issues\n14 6 6 8 8 it is a cable television specialty channel showing sports and sport related shows\n18 5 5 9 9 while melting butter on the stove is the preferred method , because it gives you more control over the process , you can also melt butter in a microwave\n1 7 7 9 9 sip the tea slowly to reduce stomach pain from indigestion , bloating and feeling of fullness\n11 1 1 8 8 the teacher covers the candle with a tall glass\n0 0 0 9 10 alcohol , substance abuse and poverty all lead to child abuse\n0 2 2 5 5 the atm malfunction caused a rush on the atm machine until the police sealed off the area\n18 0 0 4 5 physiotherapy was focused on admission avoidance , prevention of deterioration after admission and facilitating early discharge\n18 18 18 20 20 moreover , the knightly ethic was based on a sense of honor and reflected the ideal of a comradeship of arms\n16 9 9 13 13 the photomask is usually prepared with a photoplotter from data produced by a technician using cam , or computer aided manufacturing software\n13 21 21 24 24 actually on the strength of matrimonial alliances of the bhargavas with ruling families of kanyakubja and ayoddhya , parasurama organised a confederacy of various kingdoms including vaisali , videha , kasi , kanyakubja and ayodhya which fought the haihayas on various batterfields\n17 8 8 13 13 he painstakingly taught the chords to the young troubadour ' s anti establishment broadsides\n6 1 1 7 7 narcotic goods have been imported into several states in australia\n13 5 5 8 8 another program to increase the population of french settlers was the selection of 770 women to make the journey to new france\n3 1 1 6 6 this oven has a flat belt conveyor with three zones and complete controls\n11 1 1 12 12 all psychiatrists are familiar with antipsychotic , anti anxiety , and antidepressant medications , whose origins date to the 1950s\n18 1 1 7 7 some sections have been denoted with an asterisk\n11 2 2 13 13 the assigned cashier code serves to identify the cashier using the electronic cash register\n14 1 1 4 4 the report emphasised the need for better co ordination between the agencies\n18 1 1 9 9 the corpse of a murderer was dangling from the noose , twisting in the wind\n0 0 0 3 3 sodium causes fluid retention , which can lead to edema ( swelling ) , increased blood pressure , and in those susceptible patients , congestive heart failure\n13 3 3 6 6 in theory , boards of independent directors look after the interests of individual shareholders\n17 7 7 11 11 for the last two years , the team has constructed two gardens out of recycled materials\n2 1 1 4 4 the pouches of female wallabies , like those of other macropods , are front opening\n17 3 3 6 6 in 1858 a shoemaker invented a machine for sewing the soles of shoes to the uppers\n13 1 1 3 3 a gam of whales migrates to breeding lagoons every season\n18 2 2 4 4 he takes words into action\n4 1 1 8 9 the sample was contained in a 5 mm glass tube surrounded by oscillator and receiver coils at right angles to one another\n8 25 25 30 30 i ' m about to delve into buchholz ' s pitch f and pitch data to try to find some sort of answer here using guidelines from allen ' s article plus buchholz ' s run values as shown here\n1 9 9 17 17 in businesses generally the third party claims for the damages that has been caused by the company vehicle\n6 4 4 10 10 the freeze dried dura mater was placed into warm sterile saline for 20 minutes before grafting\n6 1 2 7 8 these text messages are sent to the outer space\n11 1 1 4 4 stanford researchers have coated paper with carbon nanotubes and silver nanowires to serve as electricity storage devices\n4 4 5 9 9 unfortunately , cleo the stuffed dog was in a trunk that was stolen back in 1975\n18 1 1 7 7 the martyrs conquered the fears associated with persecution and always remained loyal to the lord\n17 6 6 9 9 here is a picture of the artist taking a photograph of a young girl in front of a vegetable stand on mulberry street in new york city\n11 1 1 11 11 the therapist treats the patient with a certain kind of manual therapy\n10 1 1 4 4 the program assists separating families in high conflict over parenting arrangements\n2 1 1 8 8 this document is part of the who information series on school health\n6 1 1 4 4 two deers ran into cars\n3 3 3 5 5 we got a ball with catnip inside\n18 7 7 10 10 secretary tim geithner came along with a fistful of taxpayer dollars\n3 6 6 13 13 this is due to a unique design that filters the dirt through the bag and not the blower fan\n0 1 1 5 5 the law established a major redistribution of territorial sovereignty within the empire\n0 7 7 10 10 infectious mononucleosis due to the epstein barr virus causes exudative tonsillitis or pharyngitis in about one half of cases\n6 3 3 7 7 accidentally , the electricity flew into the water on the ground\n14 13 13 17 17 the lead serves both as an introduction to the article and as a summary of the important aspects of the subject of the article\n15 1 1 5 5 the device shown in the figure rotates\n13 6 6 8 8 the symposium was attended by a constellation of artists and writers\n1 20 20 25 25 during the trial , the prosecution presented pictures of burning bodies and human remains as well as images of the explosion triggered by the pentagon crash\n16 23 23 24 24 these days , with a decent income landing in my bank account from writing , and the beginnings of some success as a fiction writer , i feel i have enough of the trappings to unashamedly admit to being a writer\n13 2 2 19 19 the academic staff at the uvh comprises scholars in humanistics , religious and cultural scholars , social scientists , philosophers and historians\n1 1 1 10 10 extensive damage at the mine has been caused by the strikers\n14 4 4 7 7 the artist ' s installation studies the relationships between man and nature\n3 1 1 5 5 the sail had an important roach and had adjustable batten fittings on the leech and luff receptacles\n17 16 16 23 23 next was a stop at christien meindertsma ' s gorgeous knitting exhibition where she and an assistant knit a giant really thick woolen rug using six foot long needles\n16 8 8 9 9 just like real baseball , he told the card manufacturer ' s reps as he tried to flog the game at toy fairs\n8 1 1 14 14 the name of the climactic battle cue , neodammerung is derived from the german word gotterdammerung , literally twilight of the gods\n5 4 4 6 6 she gave him a bottle with wine in it\n16 1 1 6 6 this document is issued from 28 locations across the country and 160 indian missions abroad\n3 2 2 11 11 this specific machine has been fitted with a mirus automatic sheet feeder thereby increasing the capacity on large runs\n10 2 2 6 6 the dominant method that the roman mathematicians used to identify a year for dating purposes was to name it after the two consuls who took office in it\n6 2 2 5 5 he stuffed cash into his shirt as he fled the robbery\n2 6 7 10 10 i especially love the way the scroll wheel of the mouse riffles through the tabs it ' s so fast and easy\n18 3 3 7 7 this is the site deep inside the earth where fault movement begin\n6 4 4 7 7 this outlaw has exported terrorism to our society\n18 15 15 18 18 thus , we have set up , early on , a familiar literary dynamic two compeers of different ages thrown together huck finn and nigger jim , holden caufield and sister phoebe , hell maybe even dmitri karamazov and alyosha ( or , if we stretch it far enough , falstaff and prince hal )\n16 1 1 4 4 a food and beverage manufacturer found that lack of partnered planning with their service provider counterparts deeply divided the two sides\n11 1 1 14 14 a person regains the movement roughly equal to walking on solid ground by using snowshoes\n16 8 8 12 12 the dyna cam engine originally came from a design by the blazer brothers , who worked for studebaker in 1916\n1 5 5 7 7 i too , get a headache from wine , and was always told that it was the sulfites\n11 1 1 5 5 incandescent bulbs work by using electricity to heat a tungsten filament in the bulb until it glows\n18 14 14 19 19 the most significant is a well preserved black and white mosaic for which the authority has given a provisional translation\n4 3 3 9 9 inside , the poster was enclosed in tight plastic packaging\n14 4 4 8 9 some of these conspiracy theories allege that his birth certificate is a forgery\n14 7 7 12 12 on the border issue , the original draft had declared some initial borders , which are to be confirmed and decided by the un partition plan\n8 2 2 6 6 an oak tree grows from an acorn\n18 3 3 7 7 clinicians entered the patients into randomised controlled trials\n11 1 1 4 4 a girl plays her violin on a pogo stick\n16 8 8 12 12 in 1594 and in 1608 he published an atlas created by the cartographer matthias quad\n18 1 1 7 7 the interrogation covers von neurath ' s activities during the years 1932 to 1938 and hitler ' s policy of aggression during the late 1930s\n13 1 1 3 3 a drove of oxen was taken to market\n4 1 1 9 9 the mast was folded up accordion style inside a canister that was attached to the side of the main antenna\n14 3 3 7 7 members use the website to inform about projects and events\n1 4 4 8 8 describing all of the harm caused by the hurricane has filled entire books so this web page summarizes the total damage and focuses on the damage incurred on long island , new york\n6 5 6 13 13 the colourless or nearly colourless liquor amnii then was put into an ounce phial\n8 1 1 8 8 the statement comes from the writer ' s knowledge and its ideas are fresh and original\n2 1 2 10 10 the flip flop is a basic element of the sequential circuit and there are various structures even for the same type\n5 1 1 4 4 a suitcase full of marihuana was found by the pilot of a searching helicopter near the side of the road at a place where tire tracks could be observed pulling off the edge of the road\n4 1 1 5 5 the fluid was in a cup , and was intended for use as a lotion by her husband\n14 4 4 11 11 the aim of this paper is to present some recent experimental results obtained in rayleigh benard instability\n14 3 3 11 11 it is a drama that is centered around a troubled teenage girl and a family that is trying to get over the loss of their son\n1 5 5 9 9 information is included on the disease caused by the organism , its transmission , geographical distribution , and hosts\n8 1 1 5 5 the water evaporated from the kettle\n13 12 12 15 15 and out of the unspeakable river dividing zambia and zimbabwe splashes a crash of stampeding hippopotami\n11 0 0 5 5 builders use a paste like adhesive ( known in the building trade as mud ) to fix the plasterboard to the wall\n18 1 1 5 5 the star is landing into controversies because of thoughtless statements\n18 2 2 6 6 our political prisoner is falling into oblivion\n0 0 0 8 8 infection is one of the commonest causes of death in burn patients , particularly\n18 11 11 20 20 the vikings had become assimilated into a peaceable society , and monasteries at chertsey and abingdon were founded by the river\n16 9 9 10 10 the staff stood guard all night , drinking the coffee machine dry and plotting their revenge on the injustices of the workplace\n1 8 8 13 13 i was diagnosed with bipolar disorder following a breakdown triggered by the sudden death of my brother six years ago\n11 4 4 13 13 more recently , starter manufacturers have attached the flange with a number of capscrews to the main housing thus allowing a finite number of position\n13 8 8 10 10 still , we were surprised yesterday by a wake of buzzards perched on a dead copse of trees and haunting wellfleet harbor\n8 1 1 6 6 the call came from a minnesota father who said his daughter was in the chapel that day\n13 13 13 15 15 the chavettes are the female of the species , usually have a ' passel of brats with different dads before they turn 20 which ensures the perpetuation of the disease\n18 4 4 10 10 for years now my daughter has put up with verbal harssement from a girl\n13 17 17 20 20 charles beauregard is still working for intelligence and hears about the red baron flying ace and his circus of vampire fighters\n18 3 3 6 6 the longest serving spacecraft goes into retirement\n4 4 4 14 14 we saw that a piece of the double stent was placed inside the urinary bladder of mice to study the extent of tissue reaction\n17 6 6 11 11 under hideyoshi ' s administration the factory ' s output of firearms increased dramatically\n18 1 1 6 6 the baby is falling into a sleep\n6 1 1 8 9 many builders have approached the colony ' s building committee for redevelopment projects\n0 2 2 6 6 the reactor meltdown caused a chain reaction that destroyed all the towers in the network\n4 2 2 8 8 the only ginger i had was in a jar , so i put a heaping teaspoon in\n6 2 2 4 4 china sent seeds into space\n2 2 2 15 15 the local group , which has over 5000 members , is part of a national association of active and retired law enforcement officers\n6 3 3 7 7 the entrepreneurs forum event is postponed to tomorrow\n6 2 2 5 5 he stuffed chips into his mouth and watched his cousin in law shrewdly\n14 5 5 8 8 this paper offers a reflexive account of secondary analysis focused on the topic of convenience food and choice\n1 0 0 9 9 convulsions that occur after dtap are caused by a fever\n18 17 17 23 23 although a commercial enigma , modified by polish cryptanalysts to match a military enigma , used phone plugs , the plugs in the plugboard of the actual enigma had two prongs , but they still functioned electrically in the same way as phone plugs\n14 3 3 5 5 this includes those rules governing transfers , academic eligibility , age requirements , and the number of consecutive seasons of athletic eligibility beyond grade eight\n8 22 22 26 26 there ' s a phrase of sickert ' s where he speaks somewhere about something succeeding in that it is like a page torn from the book of life\n14 1 1 3 3 this book relates tales , which were recorded by a popular minister in the early 1900 ' s\n3 4 4 5 5 she double clicked the mouse button by placing her finger on the left mouse button and then quickly pressing and releasing the button two times\n8 1 1 6 6 a man who fell from a bridge along interstate 29 after running from a minor crash has died\n6 1 1 6 7 the virus is exported to the hard disk\n18 5 5 8 8 it is marked by a sign indicating the length of the pause\n6 18 18 21 21 the police has beaten him up , poured water into his ears and nose , and stuffed a shoe in his mouth\n16 9 9 15 15 abu ' l qasim ' s treastie is a text from 1301 by an iranian potter who describes numerous recepies\n1 4 4 7 7 as the vehicles caught fire after the collision , the transformers began to explode one after the other\n2 9 9 12 12 a type t thermocouple controlled air temperature at the inlet of the dryer\n0 0 0 4 4 fog or smoke cause irritation to those with respiratory sensitivity\n6 1 1 6 6 federal dollars flow into halifax recreational facilities\n18 1 1 7 7 a professor portrays his students ' term paper as his own\n3 10 10 15 15 what is so amazing about this technology is that the image is constructed from random photos pulled from the internet\n18 1 1 9 9 the team , has carefully devised an amended research methodology it has also since found that further compromises will have to be made\n14 1 1 7 7 a clip describing the bakery ' s investment in people as well as machines has been presented\n15 4 5 7 7 only the most ambitious emissions reductions under discussion within unfccc achieves climate goals\n14 1 1 4 4 this fable illustrates the force of jealousy between married people\n0 1 1 5 5 the sinking resulted in the loss of 112 lives , including those of 28 americans\n17 11 11 20 20 listed as an author is andrew wakefield he is the british researcher who started the vaccine autism myth with his paper linking the mmr vaccine to autism\n18 1 1 5 5 the team drafted a great player in 2002 when they chose julius peppers second overall\n14 8 8 13 13 throughout his writing career , all of his novels have concerned fictional secret agents\n13 11 11 14 14 today , it is most famous for proving sanctuary to a creep of giant tortoises ( geochelone gigantea ) , descendants of four gifted from the seychellois governor to his opposite number in zanzibar in the 18th century\n1 2 2 15 16 chronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers\n18 5 5 15 15 but over time , indigenous students have been moving into more specialised and skill intensive components within disciplines\n11 2 2 5 5 human rights advocates lit a flame to press the international community especially china to bring security to darfur , sudan\n6 1 1 9 9 i traffic is transferred directly into a target processor cache in accordance with routing information\n6 11 11 19 19 mr lagano was engrossed in a search for cherrystone and quahog clams , which he deposited proudly in a bucket beside him\n18 1 1 4 4 a month of snowy sundays in january had an adverse impact on prospect ' s finances\n13 5 5 8 8 it has the fourth highest population of slum dwellers among major cities in india\n6 1 1 7 7 the items have been donated to the museum of thracian art\n17 8 8 12 12 in defamation , the circumstances are that the defendant has made a statement which injures the reputation of the claimant\n2 1 1 4 4 the coil of the galvanometer is wrapped around a cylindrical form\n8 0 0 6 6 voters are eluded from the fundamental issues\n13 10 10 13 13 he was later recaptured through the combined efforts of a coven of white witches and a group of satanists\n8 11 11 16 16 the misery of the passengers had started from singapore as the plane took off from the city seven hours behind schedule\n11 2 2 8 8 the etruscan craftsmen marked their wares with ink marks\n5 7 7 10 10 i got the idea after getting a bottle with an apple in it as a gift from a cousin\n18 4 4 7 7 at necropsy a heavy infestation of haematopinus lice was present , along with a polyserositis affecting the right hock , left elbow and peritoneum\n6 1 1 8 8 the garbages have been secretly thrown into the ocean for the last few years\n1 1 1 6 6 pneumococcal meningitis is caused by pneumococcus bacteria , which also cause several diseases of the respiratory system , including pneumonia\n14 2 2 6 6 a local gallery is promoting the work of a diverse range of artists from across the region\n13 16 16 19 19 philip larkin ' s poem at grass employs his sensitive poetic technique to reflect on a field of aged racehorses , and on the practice of poetry\n14 1 1 6 6 the book criticizes the institutionalized nuclear family from a feminist perspective\n14 1 1 4 5 legal regulations applying to professional corporations typically differ in important ways from those applying to other corporations\n18 8 8 10 10 three shark attacks in 24 hours threw local people into panic\n18 3 3 5 5 we share a kinship of ideals with every man and woman on earth who struggles for their god given rights\n14 1 1 5 5 the novel depicts the harsh life of workers who worked on a crab fishing and canning boat in the northern seas of japan\n13 8 8 11 11 frank c lewis , a representative of a syndicate of chicago capitalists , was credited as the source of this information\n6 1 1 7 7 the helicopter was landing into the high grass during the combat sar demo with soldiers on board\n1 8 8 12 12 also ( on a proportional basis ) the rainbow caused by the spray appeared smaller than that of the other rainbow\n13 8 8 10 10 the day after they had marvelled at a fluther of jellyfish , the girl looked up and frowned in confusion\n6 1 1 6 7 the implant is placed into the jaw bone\n14 3 3 8 8 the first two papers define the contemporary terrorist threat while the next three papers examine global counter terrorism trends\n6 1 1 5 5 background music is added into slideshows\n6 1 1 6 6 the cops moved into the floating hotels\n8 12 12 17 17 later in the year , from november to april , the black flood arrives from the upper reaches of the river beyond timbuktu\n5 1 1 4 5 the box contained a dollar bill\n6 3 3 6 6 we have imported grain into developing countries in asia several times\n17 2 2 6 6 when the statesman threw together a draft of the constitution in 1776 , he probably did not realize he would be working in a couple of the positions specified quite so soon\n1 1 1 11 11 the changes now seen in the endometrium are caused by a hormone called progesterone\n6 2 2 5 5 i gave water to the plants\n0 1 1 16 16 the waste , a mixture of gasoline , water and caustic soda , gave off toxic fumes\n6 1 1 6 6 the debris were thrown into the air\n9 0 0 1 1 coconut oil is extracted from the kernel or meat of matured coconut harvested from the coconut palm ( cocos nucifera )\n5 8 9 11 12 the mission introduced the spoon bowl , a plastic container with dehydrated food inside\n13 3 3 6 6 he had a parcel of twelve deer grazing his land as well as some cows so he probably required a larger water supply hence the canal\n8 2 2 7 8 the two populations started from the same gene pool\n2 1 1 4 4 the nape on the male has a turquoise blue wash over the light green base feathers\n14 2 2 7 8 the remaining articles run the gamut of sociological research\n16 5 5 21 21 pearson identified the bittangabee bay ruins as having been built as a store house by the imlay brothers , early european inhabitants\n6 4 4 8 8 i am draining the wort into the fermenting bucket\n18 1 1 16 16 case studies , some of them book long , have made a notable contribution to scientific medicine\n2 6 6 9 9 below is a list of the books of the bible\n6 6 6 12 12 other private sector stakeholders have placed funds into a separate state specific account\n8 5 5 12 12 it is settled that the argument of theodicy is from an academical source which is not only not epicurean , but even anti epicurean\n1 0 1 5 5 weak ligaments are caused by problems with collagen ( protein fibers in the ligaments )\n14 8 8 13 13 it is a controversial topic that provokes strong arguments for and against the practice\n14 5 5 11 11 here , in exclusive interview clips , he talked about his career and what he thought of today ' s television\n18 2 2 4 4 he puts creativity into use\n0 15 15 20 20 this article discusses the ethics of the soldier of fortune ' s guns for hire advertisements that resulted in several murders across the united states\n16 1 1 7 7 a book authored by an obscure danish academic with little or no expertise in environmental science become an international media event\n13 7 7 9 9 wales ' commonwealth hopefuls impressed the gathered throng of spectators at the norwich union international this weekend\n14 1 1 9 9 auto ads during this period tended to feature the beauty and engineering strength of the vehicle\n18 3 3 10 10 in 1905 the press reported extensively and vividly on the disorders in the cities and countryside , the clamor for basic reform , the political discussions\n18 0 0 6 6 quotation is used to indicate the words of another speaker or writer\n14 2 2 6 6 his famous book telling of his explorations is valuable not only for its botanical and ethnological record but also for its poetry and narrative\n14 2 2 7 7 in the interview josie speaks about her childhood and family in dudley\n6 3 3 6 6 she threw her passion into this painting\n6 13 13 19 19 an 18 gauge or 21 gauge needle guide kit was opened and sonoconductive gel was placed inside the sterile sheath\n18 10 10 15 15 the size of the thumbnails is changed with a sliding bar on the upper right corner of the window\n6 2 2 8 8 this music cd was misplaced into the wrong folder\n6 1 1 6 6 these questionnaires were sent to 144 countries\n3 1 1 6 6 this cabin has 3 beautifully decorated bedrooms one on each level featuring custom made log beds , each with its own bathroom\n13 2 2 8 8 the first board was comprised of the county judge and the five district court judges of bexar county\n18 14 14 17 17 they evaluated maximum number of breached assemblies and exposed fuel area for a proposed shipment in a cask with a test leakage rate\n17 1 1 5 5 the mason who did the stonework did a wonderful job\n11 0 0 9 9 philosophy is a special kind of discourse that uses language in order to give us access to extra linguistic truth\n6 1 1 8 8 these cells have been injected into the vitreous cavity\n6 1 1 6 6 the sacrifices were thrown into the volcano\n6 2 2 8 8 this developing country has moved into the 21st century\n15 3 3 9 9 the following good practices were pointed out during the interviews\n4 1 1 5 5 his shoes were in a box\n11 1 1 5 5 a mechanic attaches a socket wrench to a bolt\n13 4 4 9 9 we have assembled a brigade of high profile master chefs who are creating a menu that like ballet kelowna itself exemplifies the very best of where we live\n6 6 6 10 10 conflicting loads were stalled while pending stores were draining into memory\n0 1 1 4 4 the battle caused a panic on the frontier , and settlers in the surrounding counties fled\n6 2 2 7 7 the famous poet moved into a medical center\n4 5 5 8 8 i ' ve got the world in a jug , the stopper ' s in my hand\n2 5 5 9 9 as a general rule , chapters later in the book are designed to be studied after earlier ones\n1 10 10 14 14 for decades , most of the nation ' s renewable power has come from dams , which supplied cheap electricity without requiring fossil fuels\n17 0 0 2 2 chimpanzees make tools and use them to acquire foods and for social displays\n3 1 1 11 11 the stapler comprises a stapling head ( 2 ) and an anvil ( 3 )\n1 2 2 10 10 the optical signal is generated by an externally modulated tunable laser , and introduced to the chip through a tapered fiber\n1 1 1 6 6 the byelection was caused by the resignation of boris johnson following his election as mayor of london in may\n1 21 21 25 25 swissair was a victim of the clandestine wealth transfer plaguing the productive sector as a result of the falling interest rate structure caused by bond speculation\n6 5 5 8 9 technological advances have brought the wars into the living rooms across the world\n6 5 5 9 9 the moving companies transport personal items to your new home\n3 1 1 5 5 this dishwasher has the tallest tub available and allows you to wash more than ever before\n6 6 6 10 10 this week we donated handcrafted fabric works to the local church\n18 6 6 9 9 dee ' s end caps make pier piling sidewall forms function more efficiently by locking the forms together so they stay in place\n1 9 9 13 13 he received reports from the residence hall presidents regarding evacuation after the fire drill\n4 1 1 6 6 the message was enclosed in a paper that was folded and sealed\n3 3 3 4 4 he cleaned his piano keys , using the proposed tips , but also remembered playing with clean hands can prevent future headache\n2 3 3 10 10 the happy hour gathering was the best part of the event\n18 5 5 8 8 the frog is the environmental indicator of the land , but university of queensland researchers reckon when it comes to the sea , we should look to the turtle\n6 12 12 18 18 ballots were tallied by an independent third party and locked in a bag which was locked in a safe\n3 6 6 13 13 the worcester greenstar 30 cdi conventional boiler works with a hot water storage cylinder to provide hot water\n14 4 4 7 7 the point of the article is that food forms an important part of cny\n1 1 1 6 6 the tsunamis triggered by the massive earthquakes plunged those provinces into crisis the number of people dead and missing has reached to 245 , 782 people\n8 11 11 8 8 the human body is the product of the earth with all elements in it originating from the earth\n16 9 9 14 14 it ' s basically a trashy pseudo 18th century novel written by a american historian at harvard\n1 10 10 17 17 we have to take into account the reality of the damage that has been caused by the deregulation of nutritional supplements\n4 1 1 5 5 the anthrax was in a suitcase that the egyptian was supposed to deliver to someone in canada\n4 1 1 5 5 the chair was in a crate and then completely wrapped in cellophane and then bubble wrap\n13 2 2 6 6 riviera holiday club consists of few hotels ( look on the left part of the page ) which are located on the beach , in a nice and quite park\n18 1 1 5 5 the catastrophe is narrated through metaphor\n6 3 3 7 7 she placed the bread in a serving basket and passed it around the classroom\n18 17 17 20 20 lesser black backed gulls were capable of producing , on average , almost three times the normal clutch of three eggs\n6 1 1 6 6 the missile was placed inside a canister and loaded into a launch facility\n18 3 3 15 15 a channel 4 drama set in a psychiatric unit has been criticised by a tv watchdog for its offensive title and for reinforcing prejudice against people with mental health problems\n0 0 1 9 9 estrogen dominance is one of the main causes of osteoporosis , cancer , ovarian cysts , fibroids and a host of other female problems in the u s\n3 4 4 11 11 many simple dc power supplies regulate the voltage using a shunt regulator such as a zener diode\n2 9 9 12 12 he zeroed in on the metal button in the fly of my jeans as well as the metal eyelets on my shoes as the only sources of metal that likely triggered the metal detector\n15 2 2 8 8 the essential information is found in the second sentence\n18 7 7 9 9 itunes , however , is a different kettle of drums\n4 22 22 26 26 this is movingly symbolised in the film in the way that people ' s homes were bare , all their memories and pictures were in a box\n11 2 2 8 8 the young man watched the snow through the window , and he wanted to stay in that cafe forever\n13 12 12 15 15 at the same time in this very same region , lived a tribe of muslim natives known as almamy\n11 3 3 7 7 i joined the group which took the bus to jura house gardens for the start of our walk\n8 2 2 6 6 when the king had left the apartment , she withdrew her hand\n14 5 5 10 10 it also offers a concise guide to the historical documentary resources\n18 4 4 6 6 wealth is nominally a superfluity of goods required for subsistence , but the character of these goods varies with the use of wealth\n18 1 1 7 7 his wife is a participant in the blogosphere , and he does n ' t want to ruin the surprise for her\n15 0 1 7 7 mental disorders have often been featured in art and literature\n18 1 1 6 6 the scan started at the rest potential toward the positive direction\n14 3 3 6 6 the answers to questions raised about rules governing immigration were wheeled out one after another\n6 2 2 9 9 the parent parameter was passed on to the qobject constructor\n3 1 1 11 11 the tail is long and thin with a blue central tail feather\n6 1 1 12 12 the boat basically sails from the harbor to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach\n15 1 2 9 9 the early years of autism is the topic of discussion\n8 6 6 13 13 when we arrived , a large basket of goodies was delivered from the village manager and our neighbors presented my wife with a rose to welcome us\n0 5 5 9 9 the great news is that germs causing recreational water illnesses are killed by chlorine\n17 6 6 9 9 this is more of a production machine stitching 600 stitches per minute\n18 3 3 7 7 the eu inserted experts into the national defense\n18 1 1 10 10 the shop machined the part with a 1 25 inch diameter\n4 3 3 10 10 we store the tops for the containers in a shallow drawer to reduce the clutter\n6 4 4 7 7 the government has poured billions into education reforms\n17 11 11 14 14 the campaign ' s leaders were right to accept the arms manufacturer ' s pledge\n8 2 2 8 8 the popular definition is rooted in an editorial error\n18 8 8 11 11 by chance , toe discovers a rainbow colored rock with hidden power to grant wishes\n6 1 1 6 6 that container was put inside a vault provided by stark memorial funeral home\n18 6 6 9 9 the turbines are making an electricity system with low carbon emissions even greener already , in seattle , more than 90 percent of the power comes from renewable sources\n11 4 4 8 8 amendment 4 removed the subsection which applies the measure to partner authorities of local authorities\n3 1 1 5 5 this oven has a meat probe so i tried it in the lasagna at a set temperature of 165 degrees\n8 0 0 6 6 rum is distilled from fermented sugarcane juice , fermented sugarcane syrup or fermented molasses\n8 13 13 16 16 i am grateful to a former editor of cogito for permission to reproduce material from my article ` an introduction to infinity ' , 1992\n2 7 7 10 10 in the process of engagement the two blades of the scissors engage a piece of tissue to cut\n13 2 2 5 5 a handpicked regiment of 100 marksmen under general william maxwell laid an ambush in the surrounding cover\n4 1 1 2 2 the picture frame hangs on the wall in my living room , reminding me that i ' m the only child of three to be born and live to my parents\n14 12 12 14 14 today , for the first time in the uk , full examination papers in chemistry and mathematics set for 16 year old school pupils in the people ' s republic of china are to be published in english and made widely available\n1 1 1 15 15 the disruption has been caused by a sensitivity reaction in the brain to an ingested substance\n1 2 2 11 11 the enormous landslide , which was triggered by an exceptionally heavy rainfall event ( 500 mm in 24 h ) on 30 october 1998\n11 1 1 9 9 most dieters are familiar with the usual weight loss formula proper diet , adequate exercise , and a healthier lifestyle\n6 6 6 9 9 in the evening , he threw wood into the bonfire\n18 8 8 36 36 in the framework of a holistic approach to student development and support , student services are also the contact point for other functions such as student out of class involvement , student participation in the university governance as well as in the student union\n14 1 1 4 4 his speech outlined urgent measures for stimulating the economy\n8 9 9 14 14 more than 20 years have passed since the last plane took off from the earth\n18 1 1 6 6 the market is rooted in the structure of zanzibar household economies , and therefore proides an indispensible function in daily life\n2 1 2 14 14 the ozone layer is a relatively small constitute part of the earth ' s atmosphere , although it accounts for a large protection measure\n10 9 9 15 15 debt to income ratios are referred to as the guidelines that are used by mortgage lenders in order to determine your maximum mortgage amount\n17 1 1 4 4 the officer swore an oath of secrecy on becoming a sky marshal , so his name ca n ' t be revealed\n4 1 1 7 7 the wine was stored in a wine rack so the cork has been wet to prevent the wine from turning to vinegar\n4 1 1 22 22 the list of passengers and crew , handed to the purser just before the steamer left providence , was locked in a safe , and it was not recovered\n15 1 1 8 8 the restaurant is advertised by the official municipal website\n12 12 12 15 15 this pecking order continues all the way down to the most subordinate wolf in the pack\n13 1 1 3 3 a rhumba of rattlesnakes plagued a village\n8 1 1 7 7 my point was coming from a welding background that good goggles are most definitely not hard to find\n18 2 3 12 12 the complete examination process has been carried out according to the pertinent directives\n11 14 14 18 18 even if an abstract theme is at the center of the poem , the poet still uses concrete imagery in order to make it more accessible\n14 1 1 7 7 this leaflet gives a summary of holiday entitlements\n0 2 2 5 5 the heated gas caused a pyrolysis on the lower part of oil shale and produced shale oil and oil shale gas are escaped from the retort through exhaust pipe\n18 2 2 6 6 the signoff queue is used for reports that the user has not seen before\n6 3 3 8 8 we put the files into a date based directory like yy mm\n8 1 1 5 5 the couple hailed from tezpur town in northern assam\n5 18 18 22 22 in her dentist dad ' s office , with the help of her brother norman she finds a bottle full of pulled teeth\n4 1 1 6 6 my guns are locked in my room\n12 15 15 20 20 thus , aptitude provides no information about critical interactional processes that take place after the student has enrolled in the university\n8 1 1 7 7 the scream was coming from his own chambers he ran through them and drew to a halt at the doorway to eirin ' s room\n4 9 9 12 12 the winner has received the years worth of beauty products in a hamper\n16 10 10 14 15 he is also a work of fiction , a software program written by a bio scientist from st petersburg and a finalist in a contest to find the world ' s first thinking computer , staged yesterday at reading university\n6 13 13 18 18 it was a significant environmental hazard in the copper smelting process when the emissions were released into the atmosphere\n6 2 2 6 6 the tonneau cover retracts into a canister\n13 21 21 23 23 his reformation of many of the roman laws caused quite a bit of discomfort in the seats of power at the house of senators\n18 3 3 5 5 parties have inherited entitlements to property\n18 2 2 7 7 the libel claimant has proved that the statement was defamatory\n0 3 3 6 6 the low oil prices caused the collapse of the wall and the russian empire\n18 11 11 16 16 by charging odd amounts like 49 or 99 cents , the cashier very probably opened the till\n6 2 2 9 9 the cancer cells have increasingly been moving into the bone\n6 3 3 7 7 this christmas , visitors traveled to the vineyard by the free bus\n6 0 0 6 6 geodiversity has been added into the objective\n1 1 1 6 6 the pain was caused by the parasite entering the body through the skin during bathing or drinking of infested water\n13 16 16 18 18 one who lives in the area of the ural mountains has a possibility of observing a bevy of roebucks\n11 0 0 7 7 washer works with a single cup of water\n1 1 1 7 7 the reaction starts at a rather low temperature ( 5c ) , and the calorimeter is run from 40 to 130c\n3 1 1 5 5 the accommodation briefly comprises of hall , downstairs w c , lounge , kitchen , three bedrooms and bathroom\n18 12 12 18 18 next to moll lived the celebrated actress nancy dawson , a former harlot made famous by her lascivious hornpipe in gay ' s phenomenally popular the beggar ` ss opera\n13 4 4 5 5 he has been a committee member for gungarde in cooktown\n2 1 1 4 4 the paw of the cat thus appears to be more sensitive to temperature changes than was believed previously , and its temperature sensitivity may be comparable to that of the hand of the primate\n13 14 14 18 18 on the seleucid right flank atticus deployed the elite companions screened by a single unit of scythian horse archers\n4 1 1 5 6 a weapon was inside a wooden box behind a stereo cabinet that was suspended about seven feet above the floor\n13 10 10 13 13 while jackson was in the white house he kept a stable of race horses perhaps the only president of the united states ever to run a racing stable\n6 0 1 9 10 job listings in india have been added to our careers section\n2 1 1 8 8 the conference was a part of the danish kortdage and was arranged by geoforum in cooperation with gi norden\n8 14 14 18 18 the left turns are sequenced to correspond to the arrival of the group of cars from the upstream signal\n2 10 10 11 11 he atached a handle to the upper part of a cable machine\n18 14 14 16 16 but we are not at all complacent and we are well aware of the challenges around recruitment\n2 13 13 16 16 this is made possible by unscrewing the three or four screws from the button of the mouse\n18 2 2 10 10 the influential towns of brownville and fontanelle were founded that year as well\n4 6 6 12 12 on the table , a potato slice was already placed in a beaker of distilled water\n18 2 2 7 7 a chance discovery made by a road worker in 1956 uncovered a rich find of 360 million year old fish fossils\n11 1 1 6 6 the psychiatrist killed him with the drugs she gave him\n2 9 9 12 12 the user friendly control device is mounted on the handgrip of the wheelchair\n11 1 1 7 7 the restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack\n10 9 9 11 11 i conducted a training seminar on energy efficiency best practices for engineers at the pune municipal corporation\n14 1 1 5 5 this poster advertises the 1898 exhibition of the shroud\n8 1 1 6 7 the alcohol was distilled from a steam bath , and the lactone was separated from the sodium bromide by extraction with ether\n14 1 1 6 6 the survey documents children ' s opinions on a wide range of social issues\n5 14 14 17 17 my grandmother came here when she was 17 years old with nothing but a suitcase full of oranges\n6 1 1 11 11 each sample of the felt was enclosed in a separate glass vial with blanks of polished lead , silver and copper\n17 1 1 4 4 the brothers wrote this movie after coming up with the characters\n16 13 13 27 27 elsewhere , you ' ll find a real embarrassment of riches , with song after brilliant hit song from the fertile imaginations of the great brill building writers\n13 7 7 9 9 when a murder of crows and a tittering of magpies get into a turf war over susie wu ' s eucalyptus , the real winner is susie ' s cat , mittens\n17 1 1 2 2 the police report has cast a spotlight on america ' s self help industry\n6 1 1 6 6 my flight arrived at the usual gate\n9 10 10 11 11 the rising popularity of malted whiskies , especially single malt barley spirits , is evidenced in the growing number of distilleries and labels that have been cropping up over the past few years\n18 1 1 22 22 towne bank , which has only one retail location , was one of those opportunistic upstarts , a bank built on a bubble\n13 6 6 9 9 meanwhile , general wadsworth with a detachment of militia volunteers and winfield scott ' s regulars crossed the river to reinforce captain wool ' s position and take command\n18 1 1 6 6 the helix runs away from the nucleotide\n1 6 6 8 8 i derive a tremendous amount of joy from teaching students in the research laboratory\n13 2 2 5 5 besides a galaxy of prominent footballers , his colleagues , sportspersons and people from all walks of life paid last respect to the departed footballer\n18 8 8 11 11 the study found that people who took the combination of cholinesterase inhibitors ( aricept , razadyne , or exelon ) and memantine , showed a significantly slower rate of cognitve decline than those who took only a cholinesterase inhibitor or no drug\n18 1 1 8 8 antelope horns grows from the southern california desert mountains across to arkansas and up into kansas\n1 3 3 7 7 a very serious problem ensued from the events of the day\n14 1 1 11 11 the book contained not only recipes but also such things as coloring of textiles and other things concerning a household\n18 3 3 5 6 he sent the revellers into party mode\n6 11 11 15 15 trench pudding is made from broken biscuits , condensed milk , jam put into a canteen and cooked over a little spirit stove\n1 2 2 12 12 a first revolution was triggered by the growing use of reading and writing\n14 2 2 5 5 the pertinent passage describes the flag as a tricolor consisting of green , white and orange bands\n2 2 2 9 9 a witness statement contains the witness ' s factual account of the circumstances of the dispute\n2 3 3 6 6 you shaped the bristles of the brush with clean lather still in it\n6 4 4 6 6 the extrusion blew the molding into paperboard\n18 3 3 6 6 the us regulatory agency was investigating allegations that at least one plane was considered unsafe to fly\n18 2 2 6 6 the resulting biofilm grows from the inside out rather than planktonic organisms attaching and promoting the growth from the outside\n1 1 1 7 7 the vibration caused by a heavy goods train on the metropolitan railway , which runs under the exhibition premises , had shaken the figure off its balance\n16 2 2 12 12 the other offer was from an old line investment counsel mutual fund company in new york\n6 4 4 10 10 a similar image search feature has been added to the software\n18 9 9 14 14 it also gives some of the history behind the formation of wolf ' s dragoons and some of the battles and campaigns the mercenary regiment has fought\n2 1 1 4 4 the hull of the boat is carved from a single piece of wood\n4 1 2 16 16 a metal cube , one meter on each side , is enclosed in a thermally insulating jacket\n1 1 1 7 7 voltage surges or spikes are caused by lightning , short circuits , power company equipment problems , and inductive spikes , among many other causes\n16 4 4 6 6 this is a tattoo design an artist drew up\n1 12 12 16 16 the recovery is weak and fragile , and the economic and social damage caused by the crisis is long lasting\n1 2 2 11 11 the cutaneous mycoses are caused by a homogeneous group of keratinophilic fungi termed the dermatophytes\n1 5 5 9 9 recovery from the global economic crisis triggered by the collapse of lehman brothers was achieved with cooperation from brazil , russia , india and china\n0 1 1 7 7 the microphone converts sound into an electrical signal\n18 2 2 7 7 the trapped mass takes part in the movement and therefore contributes to the inertia of the system\n17 4 4 7 7 baird ' s scanning disk produced an image of 30 lines resolution , just enough to discern a human face , from a double spiral of lenses\n6 4 4 6 6 several authors have inserted implants into bone that have been subject to higher radiation doses\n6 6 6 9 9 the sabah wildlife department has implanted transmitters into three orangutans\n8 1 1 6 6 the hygrometer was manufactured in the spring of 1995 , and it was calibrated for the first time in june 1995\n13 11 11 14 14 next up was the climb , a slow steady rock strewn menage of eirie shadows reflecting off of tall trees and red rocks\n3 0 0 7 7 goatfish use a pair of large chin barbels to probe the sea bottom to detect buried prey\n6 5 5 8 8 olympics have already poured one billion into the economy\n6 4 4 7 8 we removed the sharp items into the plastic bag\n2 9 9 12 12 barrymore is singing while painting the flowers on the wall in the shop\n6 2 2 7 7 my two friends have moved into my apartment last weekend\n18 5 5 6 6 i ' ve been a closet writer for a long time\n14 11 11 14 14 the commission submitted to the council and the european parliament a report on the application and conditions of implementation of the agreement\n1 0 0 8 8 swelling of the resin is caused by the expansion of the structure as a result of water ( or other liquid ) molecules penetrating the matrix\n1 2 2 11 11 there were setbacks and technical problems that ensued from the location design , flooding , and moisture that plagued the winery and bumped up the investment cost beyond the initial budgetary estimates\n5 7 7 9 9 an israeli woman mistakenly threw out a mattress with money inside , setting off a frantic search through tons of garbage at a number of landfill sites\n15 3 3 7 7 lauren also explores bisexuality in this new book\n11 1 1 8 8 the researchers studied the efficiencies of assessment through exams , particularly if the marking is routine or automated , are counterbalanced by its limitation\n6 4 5 1 1 plastic water bottles leak toxic materials into the water\n6 2 3 9 9 a basic data entry has been added to the database\n12 8 8 9 9 prevention of cae viral infection is important in goat herd management because there is no treatment that eliminates cae virus or vaccine to prevent this disease\n1 16 16 21 21 we find evidence that ernst suffered a thrombotic cardiovascular event , i e , a myocardial infraction triggered by a blood clot\n13 12 12 14 14 i will leave it up to wes to tell you about the mask of raccoons we encountered on the trip\n8 1 1 4 4 some content from the encyclopedia became a part of microsoft ' s encarta digital encyclopedia\n18 0 0 11 11 fire was venting from the first floor of a multi storeyed building in south mumbai ' s nariman point area on monday\n8 1 1 5 5 the water evaporated from the paintings , leaving only the colored salt behind\n4 1 1 7 7 the memory is stored in the same neurons that responded to the odor\n9 2 2 11 11 the perrault version is the source of the most familiar cinderella tale\n9 0 0 1 1 strawberry jam is the perfect way to use a glut of strawberries and is so easy to make with this strawberry jam recipe\n3 1 1 7 7 this website is dedicated to providing event details , guest book , class photos , rsvp , payment collection and trip planning information\n2 10 10 11 11 it ' s important you choose the right one as chain saws are quick to start malfunctioning if the chain saw you choose is n ' t up to the task at hand\n2 1 1 6 6 the rod in the hand priming tool is quite long and the handle bottoms out before the primer is completely seated\n18 16 16 18 18 the charcuterie was well portioned offering lots of variety , well textured , with a nice accompaniment of condiments and composed salads\n2 1 1 4 4 the hands of the clock are stainless steel tubing the hour hand is 14 5 ft , the minute hand 17 5 ft and the second hand 21 ft long\n17 1 1 7 7 the speaker opens the poem with a question addressed to the beloved\n6 13 13 16 17 when his pullets got ready to start laying , he placed the fake egg in a nest box , thus giving them the idea that the boxes were the place to lay their eggs\n8 1 1 6 6 the robbers ran away from the store without any money\n14 4 4 11 11 this is a short film with 12 minutes duration on the life of a live statue a mimo on the streets of florence , italy\n13 1 1 3 3 a skulk of thieves gathered for their monthly summit\n14 8 8 11 11 picture books invite students to engage in critical discussion of complex issues of race , class , and gender\n18 1 1 6 6 the protesters carefully chose a private road in order not to cause inconvenience to the public\n1 12 12 23 23 the breakdown of the linear relation of j , 1 d at peakeffect region indicates that the peakeffect originates from an addition pinning effect\n4 10 10 16 16 this set of buttons comes with the colorful printed paper insert placed inside of the gum machine\n5 2 2 5 5 when a bottle full of honey was weighed , its weight was 1 kilogram\n18 3 3 7 7 the gist of trespass is direct physical interference with another ' s exclusive possession of land\n13 5 5 9 9 the milky way , the galaxy of billions of stars that contains the solar system , has been devouring a much smaller galaxy for hundreds of millions of years , but until now the dwarf galaxy had been mistaken for a portion of the milky way itself\n9 3 3 4 4 the distillation of corn spirits , which appears to have been first brought to high perfection in germany , and in holland , is now become an important assistance to our agriculture , particularly in the departments on the north and east of france\n16 3 3 8 8 a best selling book by an anonymous cia official assures us that our survival is at stake\n13 14 14 16 16 one of them jumps from the boat to the bank and turns into a pile of ashes , as if he had been on the earth for hundreds of years\n11 5 5 15 15 during camera adjustment , the surgeon accidentally tore the choroid and retina with a tissue forceps\n8 1 1 6 6 the bleeding usually originates from an artery in the back part of the nose\n4 18 18 22 22 here is a detective story involving some scientists and their efforts to explain the origins of a mysterious garment found in a reliquary\n6 2 2 7 7 many old products are exported to developing countries\n1 3 3 5 5 however , a headache from wine is often stronger and last longer due to several compounds\n18 3 3 7 7 specialists from various fields pertinent to the theme took part and presented specific aspects of the topic\n8 1 1 5 5 the court started from the assumption that the constitution applied\n18 1 1 6 6 the container encloses a one cup capacity , plus with the bonus lid it provides convenient storage of chopped foods\n0 9 9 13 13 the maze procedure crates new pathways for the electrical impulses that trigger the heartbeat\n8 2 2 8 8 although the custom originated in an all male military , it is gender neutral\n13 2 2 7 7 as a federation of the most skilled workers , and therefore the best paid workers , the afl came to identify its own interests closely with the interests of the american system\n13 1 1 4 4 this volume contains fifteen essays by well established scholars addressed to various aspects of russell ' s wide ranging and dynamic philosophical work\n18 3 3 7 7 early in the song , the background singers repeat the christian and jewish word of praise , hallelujah\n16 4 4 9 9 an association between increased egg laying by the leaf miner and increased caffeine levels in coffee leaves was recently recognized\n1 5 5 13 13 we discovered that my chronic migraines and neck pain were caused by the injuries i had sustained in my first car accident two and a half years ago\n14 1 1 8 8 the play reflects , among other things , questions about the nature of political power and the dilemmas facing royal families\n3 10 10 13 14 this is a tutorial on how to fix a mighty mouse ' s scroll ball\n18 5 5 9 9 the 180 cm thick concrete shield starts at the radius of 600 cm\n4 1 1 6 6 the information was inside a sealed packet , so purchasers may not have known they could not enter the competition\n10 1 1 7 7 brainwashing techniques were used by some british interrogators during world war ii\n15 1 1 6 6 the activities were documented on the newsreels of the day , and form part of a new bbc television series\n0 2 2 6 6 the continuous rains had caused the overflow of sulangaling river , a creek of the muara batang\n4 4 4 7 7 the weight of the pharmaceutical in a capsule is dependent on the volume of the channel in the dosage plate and the density of the pharmaceutical\n13 4 4 6 6 he used a real deck of cards\n16 18 18 19 19 dick olver , chairman of bae systems , found himself fighting a battle on two fronts at the arms manufacturer ' s annual meeting in london\n6 1 1 5 5 this disease is spread to humans via fleas from rats infected with the bacteria yersinia pestis\n16 5 5 9 9 furthermore , the production of cigarettes by the major producer has continued\n0 0 0 4 4 sun and wind cause evaporation of water , causing rains , and this energy can be caught using hydroelectric power\n18 9 9 11 11 it has changed the way i think about the formation of parties and party systems\n17 2 2 5 5 the cactus wren builds many nests in the cactus , but actually nests in only one\n14 11 11 16 16 a variety of methods are known , but only a few papers give details of equipment construction\n1 14 14 20 20 he schose the better approach to be honest and understanding and to acknowledge the distress caused by the hallucinations or delusions\n8 3 3 10 10 the skeletal percussive drive grows from an absentmindedly struck bass drum\n0 0 0 1 1 fatigue corrosion and stress corrosion are similar , as both are caused by external stresses applied to the pipe and occur inside of the pipe\n6 4 4 7 7 the man placed the cartridge into the printer\n13 7 7 10 10 mbaka is a member of the agricultural cooperative of vegetable producers in kinshasa ' s changu district\n3 1 1 9 9 this train has as many as six sets of doors on each side to shorten the time for passengers to get on and off at station\n13 2 2 7 7 the awards committee is comprised of a chair appointed by the president , with the approval of the board of directors\n4 4 4 5 5 my chihuahua ate a tea bag of green tea within the last two hours\n18 1 1 5 6 the fire started at the southeastern end of the circus maximus in shops selling flammable goods\n3 1 1 5 5 the handpiece contains a primary coil and the sleeve encloses a secondary coil , which are inductively coupled together so that electromagnetic energy can be transferred between them\n6 5 5 9 9 at t inserted a new chip into their latest modem\n16 2 2 5 5 a news release from the gallery , however , told a different story\n11 4 4 14 14 previously , the end user machined the wrenches with a high speed steel pull broach\n6 6 6 10 10 the bride and the groom poured champagne into stacked champagne glasses\n2 1 1 6 6 the yolk makes up about a third of the liquid weight of the egg\n18 7 7 10 13 we assessed the efficacy of a recombinant vaccine consisting of outer surface protein a ( ospa ) without adjuvant in subjects at risk for lyme disease\n6 1 1 9 9 disposed perchlorate based products have released perchlorate into the soil\n8 7 7 14 14 things reach a head when the capricious youngster runs away from the jeffersons ' apartment\n11 2 2 14 14 her guardian angel went before her , lighting the road with a headlight like lantern\n1 7 8 11 11 the best kept secret for avoiding abdominal weight gain due to stress is the use of adaptogens\n18 1 1 11 11 other items advertised on tv simply melt the chocolate on the stovetop\n15 0 1 2 2 natural history programs began as live outside broadcasts on bbc television in the early 1950s\n18 1 1 6 6 the sense was extended from the language to the people who spoke it\n9 20 21 10 10 in the eastern orthodox church , for example , sacramental wine used in the divine liturgy must usually be pure red grape wine , often sweet\n18 1 1 4 4 the farmer produced a surplus despite the country ' s worst drought in 30 years by using conservation farming techniques\n15 1 1 7 7 the story is being discussed on message boards\n13 7 7 10 10 baur and adams found on albemarle a rookery of white herons\n18 7 7 10 10 it is an eden invented by the poet ' s imagination into which external values are not disregarded , but have been absorbed and re invented\n4 1 1 6 8 her diamonds are locked in a safe deposit box\n4 3 3 6 6 scientists store the bones in a freezer , helping to preserve the remaining dna that has been exposed to soil for three decades\n13 5 5 7 7 i once had a mixed orchard of plums , sweet cherries , apricots , tart cherries , peaches and apples\n18 6 6 12 12 treasure island is a gripping pirate story , fast paced by the standards of its time and full of action\n1 6 6 10 10 vietnam ' s response on the toll caused by the earthquake in sichuan , china\n4 2 2 6 6 the clay model was in a jar wrapped in a daily mirror from 1947\n11 1 1 7 7 semiconductor tech diagnoses eye disease over the internet\n3 2 2 6 6 a typical pig has a large head with a long snout which is strengthened by a special prenasal bone and by a disk of cartilage in the tip\n17 6 6 15 15 during the 1980s , that exceptional teacher at a poor public school built a calculus program rivaled by only a handful of exclusive academies\n8 5 5 11 11 james was seriously injured the shot was fired from his own gun , which he had left on the bank\n18 4 4 9 9 a university of colorado student died due to a jump from an overpass onto us 36\n5 16 16 19 19 given the choice , i much prefer to have products with natural ingredient than have a bottle full of chemicals\n17 2 2 9 9 an application developer with adobe said in a blog posting that adobe is working on the security flaw\n12 2 2 7 7 a happy resident feels part of their association\n13 2 2 6 6 an emerging bratpack of young female pornographers is storming the market and challenging lads ' magazines such as fhm and esquire\n18 4 4 9 9 after mile 17 the course went away from the water and onto streets with trees\n18 2 2 6 6 as the earth revolves around the sun , the place where light shines the brightest changes\n14 13 13 16 16 as of october 5 , 2009 , the group has finally produced a review summarising the work performed over the past 12 years\n1 8 8 16 16 their analysis demonstrates beyond any doubt that the problem of unemployment has been caused by the state , not by any inherent flaws or failures in a free market\n13 4 4 7 7 eve joins an entire sisterhood of female singers\n10 10 10 14 14 critics of the industry maintain that private military and security companies are used by governments in order to circumvent attention\n11 0 0 2 2 historians use evidence and artifacts\n5 1 1 6 6 the pouch contained a small stubby rod looking somewhat like a pencil but containing a rod made of antler\n6 10 10 16 16 it is because schiavo can not swallow that a feeding tube was inserted directly into her stomach\n6 2 2 8 8 a temporary password has been sent to your email\n2 18 18 15 15 in a power system consisting of transmission lines connected together and to two or more generators , the rotors of the generators rotate at a constant speed\n8 1 1 6 6 a student went away from an interview buoyed up by wise and wholesome advice\n0 1 1 6 6 the inequality and poverty caused the riots in 2001\n3 1 1 6 6 the book includes a 13 page index , which is quite extensive for a volume of this length\n18 1 1 7 7 the marshes have been drained into the farms\n5 24 24 28 28 all i had left were two pairs of shorts , one pair of underwear , a pair of slippers , a purse and a suitcase with some important papers in it\n4 1 1 6 8 the lithium was contained in a stainless steel tray in two semicircular halves at the bottom of the vacuum vessel\n18 0 0 6 6 mitochondria were passed on to subsequent generations only through egg cells\n6 3 3 8 8 jack placed the ember in a hollowed out turnip , one of his favorite foods and an item he often stole and carried with him\n2 6 6 12 12 moby doll was the first captive orca displayed in a public aquarium exhibit\n14 2 2 6 6 all the epigraphs make reference to hell or the underworld\n6 1 1 5 5 the wafers are shipped to sites for probing\n9 1 1 2 2 german chocolate cake is one of my all time favorite cakes and with our step by step instructions you simply can not go wrong\n18 2 2 10 10 cost benefit analysis is used mainly to assess the monetary value of very large private and public sector projects\n18 2 2 7 7 the three companions reached the city by way of the river selintan\n13 1 1 4 4 the club consists of parents , friends , alumni and local businesses\n14 0 0 7 8 flyers and postcards supply current clients with company information , but normally do not increase clients to the mailing list\n13 8 8 11 11 belfast student martin lives as part of a menage of outlandish characters all struggling to make sense of the 1970s psychosexual revolution under the watchful eye of their colorful landlady crystal\n2 7 7 10 10 the model number is found on the back of the coffeemaker\n14 9 9 3 3 the australian flexible learning framework has released a new report on mobile learning\n8 1 1 1 1 the word ` donjon ' was derived from a latin word meaning ` dominating point '\n6 5 5 9 9 using a teleport , the protagonist travels into any place instantly\n4 3 3 6 6 we kept raw eggs in a dish in the fridge for too long\n14 3 3 9 9 obama uses nobel speech to explain his foreign policy doctrine\n1 5 5 11 11 it seems like the fever heat got pushed out from the body as rashes\n2 7 7 10 10 repairs were being carried out on the roof of the building , which was partly made of felt\n11 4 4 11 11 visibly disturbed , the girl searched the room with the burning candle\n11 9 9 12 12 after the pottery is formed , either by a potter ' s wheel or more primitive means , it has been left to thoroughly dry\n18 1 1 7 7 this series made a contribution to the development of museological thought\n16 6 6 9 9 the universe was made with a plan by a designer\n18 5 5 10 10 hence , the left regular grammars generate exactly all regular languages\n18 2 2 7 7 this feared ruler founded the largest land empire in history\n17 2 2 6 6 the record holder folded his 10cm aircraft by hand from a single sheet of paper and did not use scissors or glue\n14 7 7 4 4 the chilean declaration of independence is a document declaring the independence of chile from the spanish empire\n18 12 12 13 13 to connect the microcontroller to the internet , one must implement a protocol stack on the device\n2 25 25 28 28 the slide system consists of a slideway and a sliding element , whereas the slide system is connected to at least one piston and the crank of the shaft\n4 5 5 10 10 it ' s killed a serpent that was in the cradle\n6 5 5 8 8 the two men moved the furniture into the room\n6 1 2 6 6 global oil prolongation is approaching its peak\n14 1 1 4 4 the book asserts the notion that men and women are as different as beings from other planets\n11 5 5 15 15 the present invention concerns an apparatus that makes a modular wall using a plurality of panels\n3 1 1 5 5 the program offers a lively discussion of magnificent value\n4 2 2 6 6 but my soda was in a cup , so no top made it very unwieldy\n14 1 1 5 5 the newsletter tells of practical projects developed to help those affected by the pandemic\n8 5 5 8 8 the jackson county court case files from that date have been lost , and the entries in the judgement book are ambiguous\n13 1 1 6 6 the club consists of 902 condominium homes each with a unique golf course or lake view\n13 1 1 3 3 the nye of pheasants had increased to 23 , including four cock birds\n6 0 0 7 7 violence and corruption are spreading into this country\n6 2 2 8 8 the 9 planes directly flew into the computer rooms\n18 1 1 4 4 a technician assists the fishermen with this\n16 23 23 27 27 many publishing houses delayed some of their hottest books to the first of the new year to remove them from a scrum of titles from big name authors that were released last fall\n14 9 9 12 12 on 17 may 2005 , the committee held a hearing concerning specific allegations\n18 11 11 14 14 we are therefore invited software engineering researchers to apply for research awards in all areas of software engineering\n1 2 2 10 10 the yellow discolouration has been caused by the damaging acidic properties of the low grade mount used in the original frame\n18 1 1 5 5 british troops made their deepest incursion into basra yesterday , poking a toe within four miles of the center\n6 8 8 12 12 the sports medical committee has passed on the recommendation to the fifa executive\n6 6 6 9 9 for this installation , i poured flour into nylon stockings and created shapes that looked a lot like bodies themselves\n11 11 11 7 7 with the recent invention of plastic core roller covers , the painter is able to complete an entire job no matter how large , with their original roller\n4 6 6 10 10 the man was bluffing because the bomb was in a can of orange juice that had been served by the airline itself\n16 2 2 1 1 a state church is created by the state , as in the cases of the anglican church , created by henry viii\n15 1 1 6 6 sun astronomy is explored in this book with large type , full page color photos , and a word list for young readers\n11 1 1 4 4 a man uses a microphone as he gives a speech\n8 1 2 8 8 the e mail was sent from the private account of a member from guarding our children against marijuana , or gocam\n14 1 1 4 4 the film portrays four girls in a trend setting clique at a fictional ohio high school\n13 4 4 7 7 near bailli , a division of veteran swordsmen proved its valor and killed a division of medieval infantry with minimal losses\n8 1 1 7 7 this material was produced from a microfilm copy of the original document\n11 1 1 6 6 the general reached the city by train from worcester at 6 , and was received by a delegation from the military of the city , accompanied by the brigade band\n16 10 10 11 11 dominicans have been protesting against the proposed construction of a cement factory in the protected area of los haitises national park\n1 1 1 5 5 the damage caused by the tsunami at least the physical damage is barely visible in some places\n13 8 8 13 13 we used the scope to leisurely study the kaleidoscope of whirling and nectaring butterflies\n12 9 9 16 16 dr brian howard is a remarkably skilled atlanta plastic surgeon who is part of a select group of medical professionals who has certification in plastic surgery\n6 4 4 10 10 last week , the troops moved into a dangerous war zone\n9 1 1 2 2 homemade tomato soup is so much better than the shop bought versions\n14 2 2 5 5 the following table indicates the party of elected officials in the u s state of california\n4 1 1 6 6 the ark was hidden in a cave beneath the temple mount in the very heart of israel\n3 7 7 8 8 i used these techniques to stretch my ear lobes to accept 6 gauge earrings\n11 1 1 10 10 the examiner lightly touched the cornea with a hand held probe until a reading was automatically recorded\n18 4 4 11 12 for jung , the individual is a participant in a ' collective unconscious '\n17 17 17 21 21 144 of those apartments have been personally designed by giorgio armani and the tower also boasts the designer ' s first hotel\n6 5 5 13 13 leader moammar gadhafi ' s son has been handed over to the libyan embassy in switzerland\n8 1 1 7 7 the cabin was moved from its original site near huxley , iowa , as a project of the ames heritage association\n6 5 5 9 9 after 30 minutes , my sister arrived to my house for dinner\n8 2 2 8 8 the above ticker was distilled from my daily posts to twitter\n16 2 2 5 5 that ominous message from the chairman has been followed up this afternoon with the departure of manager russell slade\n2 2 2 5 5 the medical team of the army has undertaken a vaccination drive to prevent outbreak of any epidemic\n6 5 5 9 9 the chef stirred the chopped pistachios into the soaked fruit\n4 10 11 15 15 there was n ' t wireless internet , but a network cord was in the desk\n1 1 1 8 8 the gaps in the rings are caused by resonance between the particles in the rings and the moons orbiting nearby\n3 2 2 5 5 the baby tapir snorgled its snout into the basket full of cuddly baby bunnies\n8 4 4 10 10 the diaspora ' s identity is rooted in an ancient heritage , a rich language and literature and a vibrant culture\n17 16 16 19 19 subsidiary sales companies were also located in canada , germany , and italy , and two factories were producing products in england\n17 1 1 4 4 the scientist synthesizes a copy of the magical red ball by using a few fragments that were left on the grandfather ' s hand\n3 3 3 11 11 this documentary graphic novel brings together starkly beautiful black and white photographs taken by lefevre\n8 1 1 6 6 his perspective was gained from a knowledge of history and theology\n4 1 1 5 5 the drugs were in a box\n4 5 5 7 8 he sent his love a letter with confetti hearts inside of the letter so they pour out everywhere when his sweetheart opens it\n18 8 8 11 11 he followed a specific procedure for obtaining the engineer ' s permit in quebec and met certain requirements to receive an engineer ' s permit\n18 1 1 5 5 the party starts in an hour\n14 5 5 9 10 fact magazine was an american publication that commented on controversial topics\n11 4 4 6 6 this is how a politician uses tourism as an instrument for power\n2 2 2 6 6 in the hold of the american ship , i was feeling very queasy\n6 1 1 6 7 the meeting was postponed to a later date\n5 1 1 4 4 the envelope contained a dvd of her mother\n8 3 3 17 17 nearly all sensory information ( except the sense of smell ) arrives here from the primary sensory neurons before being sent to the cortex\n3 6 6 10 10 almost all of today ' s automobiles have painted plastic bumpers because they are easily damaged during parking maneuvers\n0 2 2 5 5 the resulting conflict caused the destruction of the town , and the conqueror , wisecrack , jackdaw and most of the citizens of the town were transported to a demon dimension\n18 9 9 15 15 they discovered a good bit of published literature about modification of yeast with resveratrol related genes\n0 16 16 19 19 as the right front wheel of senna ' s car hit the wall , the violent impact caused a torsion on the steering column , causing it to break\n3 1 1 5 5 magnetic field is made of photons\n18 9 9 12 12 the above exceptions fully resolved the evaluation of a photograph by a court as a result of the claim\n3 13 13 16 16 a few bare bodied young lads were standing on the rod of the tram ' s wheel , hanging on to the windows with one hand\n14 2 2 5 5 there are allegations that the massacre was organized\n18 5 5 11 11 scientists have successfully tested a system that translates brain waves into speech\n13 2 2 5 5 the entire colony of nesting pairs of cassin ' s auklets on california ' s farallones islands , for example , abandoned their nests , most likely because of shortages of krill , their main food\n18 1 1 8 8 the company has assembled five independent food safety experts to serve on its newly formed food safety advisory council\n0 1 1 9 9 the weather resulted in several deaths and hundreds of accidents\n4 5 5 12 12 in the western province the starch is stored in woven palm leaf bundles\n6 2 2 6 6 my new boss moved into his office yesterday\n9 0 0 1 1 orange juice is a popular breakfast beverage made from the extraction ( squeezing ) of liquid from fresh oranges\n9 0 0 1 1 vegetable oil as fuel is a cleaner , safer and less expensive alternative to petroleum based fuel\n10 12 12 3 3 a multi purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working\n18 1 2 5 5 the fun run starts at noon\n17 12 12 6 6 once a major center of opium poppy production in afghanistan , the province ' s production of poppy had decreased by up to 95 in 2005\n3 1 1 5 5 the clock has one brass bar attached to a chain on each side of the pendulum\n18 7 7 8 8 the site welcomed to the premier industrial grinding wheels resource\n8 3 3 10 10 a single silver coin collected from a salvation army red kettle near berlin was n ' t just another drop in the bucket\n4 12 12 17 17 one of the robberes opened a red bag and took all the money that was in the desk and drawers , ordered the workers to lie down on the floor and took a substantial amount of money with them\n6 1 1 6 6 the taxi was dropped into the river killing all passengers\n17 17 17 26 26 in his latest book he chronicles , in great detail and with first hand knowledge , the factory ' s output of diesel and diesel electric locomotives\n6 2 2 6 6 a japanese ferry ran into a whale\n0 6 6 9 9 sixty five million years ago an asteroid caused the extinction of the dinosaurs\n18 4 4 10 10 since this afternoon the models have come into somewhat better agreement\n0 9 9 13 13 amtrak expects a normal rush hour after a fatal accident near baltimore caused delays along the northeast corridor\n0 5 5 11 11 as we saw earlier , helicobacter is responsible for causing stomach ulcer\n1 6 6 17 17 over 90 of the cases of ringworm of the scalp are caused by trichophyton tonsurans , a fungus that infects the hairs and causes them to break\n17 11 11 1 1 no material was prepared for the sessions , so the three musicians improvised an album ' s worth of material\n18 8 8 10 10 so , while naked , he stole a car with children inside , dropped one out of the window , and drove it through a fence\n1 1 2 7 7 many shoulder problems are caused by the breakdown of soft tissues in the shoulder region\n13 12 12 15 15 they signed him up and sent him to dakar , to a regiment of senegalese infantrymen that was leaving for verdun in 1917\n2 5 5 8 8 bernanke is featured on the cover of the magazine that hits stores friday\n1 1 1 12 12 tulip mania , in the 1600s , was caused by the massive influx of newly discovered gold into amsterdam from the new world in particular the capture of the spanish treasury fleet\n15 0 1 8 8 myth making is a major theme of the exhibition as witnessed in the massive seven piece sculpture\n3 1 1 5 5 the clock has a lcd display with the following fields dayofweek date x time ( offset to utc )\n10 1 1 8 8 the key matches the private key that the sender used to encrypt it\n3 2 2 5 5 a polarized plug has two blades with one wider than the other\n16 25 25 30 30 so , just to be clear , sir gawain and the green knight , as we have come to call it , is an untitled poem written by an unknown author in about 1400\n1 25 25 31 31 currently , there is no known cure for asbestos cancer but several mesothelioma treatment regimens have proven to be successful in helping the patient avoid pain and discomfort caused by the disease\n4 6 6 14 14 when i came , the second group of popcorn kernels was stored in the refrigerator , and the third group was stored in the freezer\n18 0 0 4 4 percentages denote the interest rate\n6 4 4 7 7 he easily put the syringe in a beaker of water\n6 2 2 5 5 amazon put ads into kindle books\n13 4 4 8 8 in autumn , a gaggle of tagged canada geese takes over the waterfront lawn and wild ducks land on the lake\n18 1 1 7 7 the president increased the fleet by the construction of one high class cruiser\n13 10 10 12 12 in preparing this study , the pew forum devised a battery of measures , phrased as questions , to gauge the levels of government and social restrictions on religion in each country\n2 21 21 24 24 every couple of seconds , the flame flares up , and sometimes a small fireball detaches itself , float to the ceiling of the oven\n13 20 20 22 22 this film was taken by b 17 flight personnel during world war two as the two german saucers attacked a squadron of bombers\n12 1 1 4 4 each wolf in his pack plays a character befitting his social status\n11 1 1 7 7 the players flew to lexington on a plane separate from the team\n1 7 7 14 14 the patient experiences displaced emotional and financial deprivation as well as anger after the divorce\n18 8 8 14 14 now we are beginning to understand how the brain works using brain machine interface technology\n18 6 6 9 9 regulations limit the use of rfid technology for human tracking\n18 8 8 14 14 i was a little worried about making an ascent of the crux with a backpack\n15 6 6 7 7 kidd passed jackson on the career assists list with an alley oop pass to rodrigue beaubois with 10 53 left in the third quarter\n4 1 1 16 16 the body of a missing fort benning soldier was discovered inside a piece of air conditioning equipment friday at a downtown hotel\n8 1 1 8 8 the rest was funded from her small family savings\n2 4 4 10 10 the end of the rod of the mute ' s spindle ( outside the bassoon ) is bent through an angle of 90 degrees , where the communicator gearing leads up to it\n18 0 0 10 10 implementation of this proposal is being discussed at the state level\n2 8 8 11 11 when approaching the observatory , they unlock the padlock on the gate of the security fence , and entered the observatory grounds and relock the gate\n18 12 12 14 14 this is based on the notion that a human is basically a purpose driven animal\n10 5 5 7 7 this orange marigold was the flower that people used to remember their dead by\n6 3 3 8 8 he stuffed the letter into an empty lemonade bottle , corked it , tossed it overboard , and forgot\n13 1 1 3 3 a huddle of photographers was waiting outside the courtroom\n2 5 5 10 10 in addition , the cpu bus of the non safety controller is connected to each safety unit of the safety controller\n17 0 0 10 10 students and local residents have worked together to produce 10000 bricks , and the mason has completed most of the work on the first guest house\n14 4 4 13 13 this is supplemented by columns and articles reflecting on fantasy literature ' s past as well as the occasional interview\n4 1 1 5 5 the charger was in a suitcase that was lost by the airline\n6 4 4 7 8 we have dumped the spam into the junk folder\n11 1 1 7 7 the violinist produces sound by drawing a bow across one or more strings ( which may be stopped by the fingers of the other hand )\n0 0 0 8 9 smoke is one of the leading causes of kidney failures\n4 3 3 10 10 all of the data is stored in a microsoft access database\n6 5 5 10 10 these companies have delivered new products or service to their clients\n0 0 0 8 8 germs are microscopic organisms that cause sickness or disease\n14 2 2 8 8 the current debate swirling around leather ' s comments seems to suggest both\n18 5 5 6 6 i have just bought a silver necklace from a lady who makes her own jewellery with the fingerprints of my children on it\n16 21 21 24 24 these breakdown products are not only losses of sucrose but also have knock on effects reducing the final output of processed sugar from the factory\n4 1 1 5 5 the flour was in a bin about six feet square , by four feet high , and only a small round hole at the top\n18 7 7 11 11 the earth ' s thin , rocky crust is composed of silicon , aluminum , calcium , sodium and potassium\n6 1 1 7 7 the sows were moved into isolated farrowing houses at least 5 days before farrowing\n11 11 11 18 18 mfx colors are implemented at the design stage , where the designer creates artwork using the metalfx color palettes and actions\n2 2 2 14 14 the horizontal branch is a part of the hertzsprung russell ( h r ) diagram that represents stars that burn helium in thier cores\n1 1 1 9 9 yellow fever is caused by infection with yellow fever virus , which is transmitted by the bite of infected mosquitoes\n14 13 14 16 17 the painting was one of the first used as a poster in an advertising campaign for soap powder\n18 2 2 9 9 while making observations of the microfossil through the binocular microscope or on a computer monitor , the investigator needed to manually move the specimen\n16 37 37 38 38 cuba is already a customer and now the state development bank , bndes , plans to finance the export of ethanol knowhow to africa , where the hopes of countries such as ghana are pinned on the jatropha plant\n3 4 4 13 13 the nuclear hormone receptor superfamily consists of structurally related , ligand dependent transcription factors and a large number of orphan receptors for which the ligand has not yet been identified\n13 2 2 4 4 when a watch of nightingales is at the height of breeding season , the males serenade their prospective brides with one of the most glorious and celebrated bird songs there is\n6 4 4 7 7 pet owners have released pythons into the wild when they had grown too large for the owners to care for them\n18 10 10 12 12 biddle has done a thorough job of cutting through the thicket of contradictions and fantasies that surround the strategic bombing debate from 1914 to 1945\n6 1 1 6 6 three houses are handed over to beneficiaries\n8 1 1 8 8 the term baroque was derived from a portuguese word meaning a pearl of irregular shape\n17 6 6 10 10 the former prime minister ' s daughter made numerous offensive comments about a french mixed race tennis player\n13 20 20 22 22 a freight train on the chicago and alton railroad , while approaching this city yesterday morning , dashed into a drove of cattle , killing three of them\n3 2 2 8 8 this italian dish is made with gelatinous veal shanks that are braised with fresh vegetables and rich stock\n13 7 7 9 9 pink kodiak is coming in like a rake of colts\n13 6 6 21 21 on 29 august 1914 , c squadron of the 12th lancers made a successful charge against a dismounted squadron of prussian dragoons\n14 1 1 5 5 this manuscript describes two specific features that we have found to be effective in generating high quality models\n6 3 3 6 7 he put the card into his mobile phone\n6 12 12 15 15 joseph herrin , a dear brother in the lord , has added insight into the message\n14 2 2 5 5 purely textual posters advertised the plays of shakespeare and made citizens aware of government proclamations for centuries\n16 2 2 13 13 the conceptual foundation for creation of the internet was largely created by three individuals and a research conference , each of which changed the way we thought about technology by accurately predicting its future\n6 12 12 21 21 following the convention ' s sports theme , we placed a fun invitation with an astroturf look inside a branded water bottle\n13 1 1 4 4 a dissimulation of small birds arrived near our place last week and took over our tree outside\n1 9 9 15 16 even though his 16 month old suffered from severe burns on her body caused by boiling water spilled on her , father refuses to allow ambulance to take his daughter to hadassah because ` rabbi advised otherwise '\n18 11 11 15 15 this study presents a comprehensive methodology for calculating the cost to society of various criminal acts\n6 4 4 8 8 the launcher released a satellite into geosynchronous transfer orbit at 23 31 gmt\n2 5 5 8 8 in western australia , the helve of the hatchet is pointed and the natives , after making the notch , stick the tool in the bark and lift themselves up with it\n13 1 1 3 3 a wisp of snipes utter their well known cry and scud over the heath one of these is secured\n18 6 6 13 13 the fad started when a certain brand of socks manufactured by an american company became popular among japanese schoolgirls\n14 3 3 7 7 in a taped interview she recounted two occasions on which she had lent money\n6 2 2 7 7 an unnamed lifeguard was pushed into the pool\n17 9 9 12 12 when we were in junior high school , my friend made a map of the school lunch tables according to popularity\n18 7 7 13 13 after 5 minutes or so , the problem went away from an operational perspective\n18 3 3 4 4 frazerian theory of corn spirits and fertility and have thus needed to enquire no further , so their distribution and function remains unclear\n18 1 1 4 4 the author cites the case of an american citizen during the general war\n2 1 1 4 4 the cover of the magazine featured the famous image of einstein taken in 1947 by american portrait photographer philippe halsman\n3 8 8 19 19 two other structures in the depth of the midbrain that are important for normal motor function are the red nucleus ( not visible ) and the substantia nigra\n6 16 16 20 20 on 8 february 1992 , ulysses reached jupiter for the gravity assist maneuver that placed the spacecraft in a polar orbit\n2 8 8 14 14 a tealight , or nightlight , is a candle used in tea or food warmers or ( because they last for many hours ) as a night light\n11 1 1 4 4 the painter continues adding paint on top of still wet paint rather than waiting a lengthy amount of time to allow each layer of paint to dry\n13 2 2 4 4 the new bratpack of boys , be it ranbir or imran or shahid or neil , are way too ` chikna ' to be taken seriously as action heroes and the slightly senior abhishek bachchan , john abraham and hrithik roshan are content playing roles that require sophistication\n4 1 1 7 7 the bomb weighing 6kg was inside a box fitted with an electronic detonator\n12 1 2 8 8 the mother superior is a member of the corporation\n18 21 21 1 1 the army of israel was utterly defeated and its camp ransacked , which terribly augmented the horrors and disasters of the rout of saul ' s army\n2 6 6 9 9 the feed wire connecting the two blades of the antenna has a length of 4 mm and a radius of 0 01 mm\n10 6 6 10 10 on the other hand , sentry tools are used by sentries in order to defend against spies\n8 1 1 7 7 the sword was taken from his small hands , and placed back in its place on the wall\n0 1 1 11 11 atopic dermatitis , the most common type of eczema , causes itchiness that ' s worse in the colder months\n11 1 1 4 4 a woman applies the patch to the skin of her abdomen or buttock for three and a half weeks\n6 4 4 7 8 the student took the note to the class room\n15 8 8 11 11 as a little boy , he learned about politics from the parodies done on saturday night live\n6 1 1 7 7 the actress willingly moved into a rehabilitation center in california\n2 8 8 11 11 the priority of hoisting locations depends on the rig of the vessel\n5 4 4 6 6 i kept a spray bottle with vinegar in it\n4 1 1 5 5 the frame encloses a rectangular picture that has the same area as the frame itself\n18 14 14 18 18 my eyes have seen the defeat of my adversaries my ears have heard the rout of my wicked foes\n2 1 1 5 5 the lid of the anthropoid coffin of khonstefnakht dates from the 4th century bc\n3 6 6 13 13 on the studio version , the song breaks wide open after the second chorus with a string section as ryan rips up the harmonica\n17 0 0 2 2 dolphins created tools to use for entertainment\n8 12 12 17 17 this system proved to be effective during the earthquake only one large painting fell from an interior wall which apparently took an unusually strong jolt\n1 7 7 12 12 botulism is a rare but serious paralytic illness caused by a nerve toxin that is produced by the bacterium clostridium botulinum\n3 1 1 9 9 my dog has a little red ball on his snout\n11 0 0 5 5 employees increasingly are turning to medication and away from therapy to treat depression\n13 11 11 14 14 down the winding path which curved among the rocks the little train of baggage camels was daintily picking its way\n6 3 3 6 6 he packed the sandwiches into a knapsack\n15 1 1 8 8 the frustration during this period was reflected in comments published in the youngstown daily vindicator\n2 16 16 19 19 koak et al 14 reported a case of such transformation in an enchondroma of the distal phalanx of a toe\n13 11 11 13 13 some are just strange such as parliament of owls , a knob of pochards , a cohort of zebras\n1 1 1 3 3 the benefits from inflation which professor mulligan cites ( e g , bailing out underwater mortgagers ) are better understood as a government sponsored transfer of wealth from savers to speculators\n13 9 9 12 12 in the lower mainland , 2003 saw the usual raft of architectural turkeys , with our highest density of under achieving , view gobbling buildings in the flock of new condo towers under construction in downtown south\n8 5 5 8 8 get on board before the train leaves the station\n1 1 1 5 5 the concerto comes from the pop of gas bubbles escaping the joints , snapping tendons and ligaments , and rickety arthritic joints\n8 1 1 5 5 the wastes leaked from these tanks have been in contact with surrounding soils and vadose sediments for decades and have undergone significant geochemical and radiological transformations\n6 3 3 7 8 i sent the payment to the registered email address in sandbox\n8 1 1 6 6 the bus departed from panaji bus stand at six a m and reached mangalore the same day at four in the evening\n14 2 2 5 5 the first part teaches the alphabet along with a fruit or vegetable\n13 3 3 6 6 the most famous unkindness of six ravens at the tower of london are employees , kept on staff at the expense of the british government\n3 1 1 9 10 the course scaled the mountain via a very muddy run up\n18 18 18 19 19 another misconception i see often is a fuzzy idea of the difference between the copy constructor and the assignment operator\n13 1 1 4 4 a regiment of swiss pikemen recaptured some of their former glory during the battle of dreux in 1562 , when they singlehandedly defended the city of dreux long enough for the catholic army to send in reinforcements\n8 1 1 6 6 the gunmen ran away from the scene\n2 1 1 5 5 the barbels of the exposed catfish curled within 2 hours in heptachlor\n2 1 1 4 4 optic lobes of the brain are connected to the eyes by the optic nerve , cranial nerve 1\n17 5 5 16 16 under this completed contract , workgangs made up almost entirely of mormons built the union pacific track in the utah territory\n8 1 1 6 6 the letter was sent from the deathbed of the former kgb spy , alexander litvinenko , who died this saturday after being poisoned with radioactive poison earlier in the month\n0 3 3 14 14 a urinary tract infection ( uti ) is the most common cause of bladder irritation\n6 2 2 7 7 the nhibitor protein is transported into the mitochondria\n0 1 1 7 7 the protest resulted in hours of traffic jams on guangzhou ' s major roads , such as guangyuanxi lu , huangshidong lu and dongfeng lu\n4 1 1 8 8 the marijuana in the bed was in a suitcase\n6 5 5 9 9 the user has entered his password into an authorized system\n1 9 9 14 14 evacuees with disabilities had a difficult time conveying the trauma caused by the unexpected arrival of uniformed officers who ordered them out of their homes and sometimes forcibly removed them\n4 5 5 11 11 to the left is drinking equipment , sitting in a wooden box\n3 1 1 10 10 the genome comprises 4411529 base pairs , contains around 4000 genes , and has a very high guanine cytosine content\n18 1 1 7 7 the discharge started from the burst pulse corona\n0 2 2 7 7 highly viscous lavas lead to a violent eruption\n13 8 8 10 10 the clippers , in contrast , are a prickle of hedgehogs without a common goal\n6 2 2 7 7 accidentally , acid was dropped into the pool\n8 3 3 8 8 the standard soccer ball is made of synthetic leather , usually polyurethane or polyvinyl chloride , stitched around an inflated rubber or rubber like bladder\n11 1 1 5 5 the artist ' s development toolkit is one of a series of interactive artist ' s tookits\n18 2 2 8 8 a us aircraft was dropped into a difficult landing in mali\n1 1 1 6 6 the cysts are caused by chronic inflammation of the perichondrium with production of serous fluid between the perichondrium and cartilage\n3 2 2 6 6 this barbell toy has an acrylic ring to rattle and lots of dots to tongue\n1 30 30 35 35 some posters ( e g number 18 ) encouraged the population of areas near the front to evacuate , thus avoiding the overcrowding and ensuing problems of food distribution and disease caused by the incoming refugees\n12 1 1 4 4 the head of the team has gathered a very dynamic and productive team\n0 3 3 10 10 if a participant complaint is the source of an investigative lead , interim contact with the participant should be made by the investigator\n5 21 21 24 24 each warrior carries a sime , or spatulate shaped sword , in a leather sheath , and bears a bow and quiver of poisoned arrows\n2 3 3 6 6 even the fan blades inside the engine are designed to be quieter\n1 1 1 8 8 the violence has been caused by the hutu militia who fled rwanda after the genocide in that country and who have been in hiding in the forest in congo\n0 1 1 7 7 the clock struck twelve with a loud chime that made me jump\n3 7 7 10 10 the first parcel he found was a rouleau of fifty dollars , the coins not having burst the paper enveloping them\n17 7 7 21 21 sam houghton , a five year old boy from buxton , derbyshire , patented an invention after coming up with an idea for a labor saving broom to help his father sweep up leaves\n13 20 20 24 24 the woman purchases raw milk from a local member of communities alliance for responsible eco farming , a self regulating cooperative of raw milk dairymen\n3 2 2 14 14 this personal alarm combines two great deterrents to attack a loud alarm and flashing light\n13 8 8 10 10 the rescue adoption room was filled with a kindle of kittens\n2 1 1 4 4 the pages of the magazine came to life at the metreon with gourmet food , great sonoma valley wine , and jamming music\n18 0 0 5 5 antacids work by using a base to neutralize the acid\n11 10 10 12 12 in wuthering heights by emily bronte ' s , the author uses repetition as a device to give us the full understanding of the characters\n10 5 5 9 9 this is a homeopathic nasal spray which really helps customers keep their sinuses clear\n2 11 11 16 16 the thing that most struck him , however , was the rope of the great alarm bell on the roof , which hung down in a corner of the room on the right hand side of the fireplace\n18 4 4 8 8 ross noted that the landscapes he painted typically mountains , lakes , snow , and log cabin scenes were strongly influenced by his years living in alaska , where he was stationed for the majority of his air force career\n8 1 1 11 11 the acupressure is a skill derived from the acupuncture and moxibusti branch of the chinese traditional medicine\n4 2 2 8 8 the sichuan pepper i got was in a jar labeled prickly ash , which is the name of the plant\n0 0 0 12 12 signs placed at the flagpole island at the village square caused a stir on the linglestown forum on pennlive com\n6 12 13 20 20 for the first time in more than 25 years , captive bred black rhinos have been released back into the wild in kenya\n16 5 5 9 9 the views expressed in the article are from the author and are not shared by nestle\n13 2 2 9 9 the lowest rung of society was composed of conquered peoples brought to tenochtitlan as slaves\n14 1 1 7 7 the letter contains a description of the demolition of the old synagogue\n13 1 1 4 4 a clutter of frightening spiders are seen still clinging to and covering their prey\n18 2 2 7 7 the valuable book has arrived into my care\n6 8 8 11 13 i mixed up the ingredients and poured the stuff into the ice cream maker\n14 2 2 5 5 the final program detailed the history of russborough house\n1 18 18 21 21 lena basilone , a cook at camp pendleton , was in the hospital recovering from a severe kitchen burn after the spilling of scalding liquid on her feet\n1 1 1 4 4 gross revenues from the selling of crude oil in 2003 reached us 11 508 billion or some 112 85 percent of the amount targeted in the 2003 state budget\n1 10 10 17 17 whooping cough is another name for the pertussis , an infection of the airways caused by the bacteria bordetella pertussis\n6 7 7 10 10 extra alveolar veins are contiguous and leaked fluid into periarterial cuffs in the rabbit lungs\n18 3 3 6 6 we are a petroleum and petrochemical company\n18 1 1 5 5 the users are running into problems with the installer\n8 9 9 12 12 the cross over is going to take away the lows from the drivers anyway\n6 1 1 7 7 heartwater disease was imported into the major cities\n18 2 2 7 7 eventually the path went away from the lake into some gorse\n11 9 9 14 14 the flames did not harm her , so her executioners killed her with a sword\n17 1 1 5 5 the judge ' s condemnatory report on israel ' s actions in gaza has been dismissed as hopelessly one sided by neutral observers\n1 29 29 36 36 and it is why we are even prouder to announce that the appeal thanks to the generosity of our readers has raised 26 , 000 pounds , despite the hardship that has been caused by the recession\n1 1 1 6 6 the problems are caused by buffer overflows when parsing an overly long parameter\n3 13 13 19 19 from the duke himself he received his right spur and a magnificent eastern sword with golden hilt and shining blade , inscribed with letters\n13 23 23 25 25 so it was that in 1724 at the age of 17 a somewhat awkward , refined young man took his place at the mess of officers much older , wiser , and harder than he\n18 6 6 10 11 the rock ' n ' roll business is falling into self parody\n17 12 12 15 15 in all versions of word , the easiest way to review the editor ' s changes is by displaying the reviewing toolbar\n11 4 4 11 11 university guarantees that the student accesses the subjects with the proper background\n16 9 9 12 12 factories accommodated large scale manufacture and assembly of aircraft components by unskilled workers\n13 16 16 20 20 brendel ' s own admission of his limitations is laudable , especially in light of the clique of idolatrous brendel fans which formed in the 1980s\n8 3 3 9 9 a soldier brings oranges he got out from a tank\n6 1 1 11 11 the liver from the donor has been successfully transported into the patient\n11 5 5 1 1 in wire working , the artist creates shapes , using various sizes of wire\n18 1 1 3 3 a handful of countries blocked a legally binding deal on climate change in copenhagen and the talks process needs urgent reform to prevent something similar happening again\n6 3 3 8 8 mouse rrna transcription template is injected into the brain\n9 11 11 2 2 rowan berry wine is a classic ancient method to form a fruit wine based on rowan berries\n18 1 1 7 7 all aspects are indicated with color light signals\n13 26 26 28 28 teetotallers zip over the causeway in the midst of a maze of sweaty congestion after a day pounding keyboards and missing deadlines , barely noticing the scoop of pelicans floating by and the kangaroos that call the secluded area home\n13 6 6 11 11 one of them was observing a bask of over 90 mugger crocodiles in the dried beds of buttuwa tank\n15 13 13 17 17 it is the story of an amateur bird watcher who learns more about ospreys from the extant literature\n3 2 2 13 13 a sliding knife is a knife which is opened by sliding the knife blade out the front of the handle\n5 19 19 22 22 the seville side had just fallen 2 1 behind at home to fellow relegation strugglers athletic bilbao when a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye\n6 1 1 7 7 categorical data were misplaced into the wrong category\n2 1 1 4 4 the facades of the palace consist of beautifully decorated wooden doors and windows and ventilations in addition to decorated gypsum motifs\n13 8 8 10 10 the very famous elite agency chose among a pleiad of beauties , the prizes winner of the contest elite model world\n17 1 1 7 7 his wife has just completed the first paper of her graduate degree\n18 4 4 8 8 he underlined the tiny sacrifices made by western armies in comparison with those of the red army\n8 5 5 16 16 the kursk ( rbmk ) reactor was manufactured in a slurry fed ceramic joule heated glass melter\n18 3 3 9 9 one of the types of tissue that makes up bone is the mineralized osseous tissue , also called bone tissue , that gives it rigidity and a honeycomb like three dimensional internal structure\n1 0 0 5 5 discussion ensued from the florida contingent on the fact that very stringent landowner protection laws in florida make it imperative that the highest supportable appraised vallue be offered first\n18 13 13 15 15 about 1830 , the new york mirror described the area as a loathsome den of murderers , thieves , abandoned women , ruined children , filth , drunkenness , and broils\n8 3 3 10 10 captured , the corporal escaped by jumping from a pow train headed towards germany\n17 10 10 14 14 the film opened in america before christmas , and the critics have given their verdict\n10 0 0 1 1 cement mason means a person who finishes all concrete construction , such as floors , walls , ceilings , sidewalks , curbs and gutters\n13 8 8 15 15 real robot experiments are carried out with a swarm of up to 40 alice miniature robots , developed at the autonomous systems laboratory by gilles caprari\n11 1 1 6 6 the kids illuminated them with a candle\n16 7 7 12 12 smith was referring to the fictional kazakhstani character created by the british comedian\n6 5 5 11 11 at the moment heavy snow showers are running into the northeastern regions of england\n9 1 1 2 2 canned peach syrup was cooked for three minutes with a half glass of raspberry jelly , this for color and to give a peach melba flavor\n17 10 10 18 18 in early october , anwar al awlaki , a radical cleric based in yemen , posted a provocative message on his english language web site\n6 11 11 14 14 the victim of last night ' s car accident donated his organs to several patients who have been waiting for donated organs\n18 3 3 4 4 i sold a gold ring to another company online and they sent me a lousy check for 14 00\n18 19 19 12 12 the dome of the museum rotunda is made from an actual brewing kettle , and walking into it gives visitors the sense of being in a kettle\n14 1 1 4 4 the report informed about casualties in the area\n15 1 1 7 7 the battle has been analyzed in various publications\n6 1 1 5 5 the shells landed into different areas in mogadishu\n18 6 6 15 15 erikson ( 1976 ) found that people from among a community who escaped an horrific accident had made little progress after two years\n13 59 59 23 23 the present bright , dry weather , although cold , is just what flock owners require and judging from the large number of lambs seen skipping about nibbling the tender shoots of the fresh green herbage , the flocks of mr john cracknell , mr geo walker , and mr russell walker appear to have had a very satisfactory fall of good strong lambs\n18 17 17 21 21 the camp is more rugged than a hotel but comes with a great lake view and the comradeship of fellow chemistry teachers\n8 9 9 12 12 i asked the something awful forum goons to create products from the future , and by golly they did\n15 7 8 11 11 freedman makes a thorough appraisal of the statistical methods in these papers , and in a variety of other examples\n13 7 7 9 9 we have all seen videos showing a yoke of oxen plowing a rice paddy or hauling a dray\n3 1 1 7 7 the program begins with the uwi venture competition which is opened to final year undergraduate students , graduate students and researchers at the uwi\n14 6 6 9 9 he was the author of a chronicle narrating the fortunes of the monastery\n18 7 7 10 10 it utilized a critical eye and free inquiry into the conditions of life and issues of morality\n16 14 14 19 19 so president obama ' s administration was ushered in with a new chamber music work by a living american composer\n6 2 2 6 6 she poured flour into a pretend dragon with a tube\n13 6 6 11 11 a survey made for the statistical society of the various sunday schools in manchester and salford in 1836 returned the number of catholic schools as ten , with an attendance of 4295 scholars\n13 5 5 7 7 we do have a fledgling population of cosmopolites living the good life almost without cars\n6 1 1 14 14 the queen was put inside her cage , which was then placed in the box with a bunch of worker bees four days ago\n14 2 2 5 5 a large diagram illustrated the principle of this apparatus\n17 3 3 13 13 top stealth plane experts have re created a radical , nearly forgotten nazi aircraft\n11 2 2 10 10 the relying website then forms a relationship using a shared secret with help of diffie hellman ( encryption ) key exchange to make sure information is not compromised in transit\n4 1 1 5 5 the litho was enclosed in plastic and is like new\n18 2 2 6 6 the old man went into diabetic coma\n6 8 8 4 4 archaeologists have located the tomb and have inserted probes deep into the tomb\n8 1 1 6 6 the puppy was born in a barn where layla made a soft , bed out of hay in an empty horse stall\n0 3 3 4 4 we find the candle light creates a special atmosphere not only for food , but ambiance for a relaxing convivial meal as well\n6 9 9 13 13 secretly , she has been donating 10 of her income to local a orphanage every month\n17 3 3 9 9 a variety of companies manufacture bopet and other polyester films under different trade names\n8 1 1 6 6 a person was release from their vehicle before emergency services arrived just after 9am this morning\n2 6 6 9 9 he used his finger on the stick of the toothpick for a trial balance\n1 7 7 11 11 symptoms vary according to the degree of inflammation caused by the bacteria , ranging from slightly loose stools to bloody diarrhea , abdominal pain , and fever\n4 2 2 8 8 a newborn baby was found stuffed in a shoebox and dumped in the lobby of a long island apartment building\n3 4 4 8 8 the more common double horn has a fourth valve , usually operated by the thumb , which routes the air to one set of tubing tuned to f or the second set of tubing tuned to b\n12 12 12 17 17 three people who are on the verge of giving up life a gangster in trouble with his gang , a doctor who has lost his family , and a woman with a terminal disease all meet up by coincidence\n0 1 1 5 5 high winds caused delays and cancellations of some state ferries\n0 2 2 6 7 the front wheels are making a grinding noise\n0 4 4 10 10 williams syndrome a genetic disorder that results in selective cognitive impairment\n18 10 10 16 16 a chowchilla man is behind bars , after a pipe bomb was discovered inside a mobile home\n18 1 1 3 3 the symbol denotes concatenation\n11 2 2 6 6 this simple script uses the dbi module in order to connect to a mysql database , retrieves the results from a select query and display the results\n18 17 17 20 20 in the open air of the sanz hotel , amid the music of the fountain and the glint of the goldfish , i almost forgot my nationality and imagined myself a great spanish grandee , residing in an ancient spanish mansion , and , no doubt , unconsciously adopted something of the stately walk and conversation suited to the part\n8 6 6 9 9 on the way back , the train departed from station zilupe at 08 07 and arrived in riga passenger station at 12 05\n11 8 8 14 14 after receiving parental permission for the project , students treated the chickens with a mixture of salt and baking powder\n14 5 5 11 11 this is a very useful volume for anyone interested in the religious in nineteenth and twentieth century american literature\n13 1 1 4 4 a wedge of canada geese passed overhead , already fleeing from winter , but for the moment it was summer still\n11 1 1 8 8 a ceramist bakes the porcelain in a tin foil and further heats it by placing it an oven\n18 24 24 27 27 i was lucky enough to see with my own eyes the recent stock market crash , where they lost several million dollars , a rabble of dead money that went sliding off into the sea\n6 1 2 8 9 the old cars is migrating into the new residents properties together with the residents\n1 3 3 12 12 and the economic crisis was generated due to the sub prime mortgage mess brought about through government intervention in the market to promote progressive ideals ( ie extending loans to low income borrowers )\n18 2 2 7 7 a specific legacy has relation to the time of making the will\n1 15 15 23 23 by the late 1980s , however , the bank was caught up in the debt crisis in the developing world caused by the recession and the dramatic rise in interest rates\n18 4 4 7 7 the aim of this study was the measurement of the intensity and circumstances of drug use\n3 1 1 12 12 the story of the pilot episode is related through a series of flashbacks\n2 1 1 7 7 the barn on her dad ' s farm that he cultivated from 1963 until the mid 1990s , was restored\n1 7 7 9 9 the risks to housing and general corporate profits from inflation were quite clear and the defensive strategy over the long term has paid dividends\n14 1 1 5 5 the poem explores the inevitable need to make choices\n6 1 1 5 5 the train started to its destination\n16 5 6 10 10 goto com was an idealab spin off created by the scientist , and was the first company to successfully provide a pay for placement search service\n1 4 4 7 7 there is relatively little discomfort from this surgery and most individuals rarely take more than tylenol for their discomfort\n13 11 11 14 14 his ninth novel , the echo maker , starts with a siege of sandhill cranes , a one vehicle highway accident and a mystery\n0 0 0 7 7 fats from meat and dairy cause heart disease , the leading killer of people with diabetes\n8 1 1 6 6 the energy originates from an external source of light , which is absorbed and almost immediately emitted\n11 3 3 8 8 maddie ' s parents killed her with sleeping pills\n17 1 1 5 5 the writer ' s principal work during the years following pushkin ' s death was the satirical epic dead souls\n8 2 2 5 5 my animation assignment from last term made everyone smile\n18 1 1 7 7 after runners carried the torch through the streets of north platte , the torch was again handed off to a pony express rider , who continued down the trail\n1 1 1 6 6 the contortions are caused by gravitational interactions with the small satellites prometheus and pandora\n2 16 16 20 20 extensive references to scientific literature form an important part of each monograph and over 1800 new citations appear in the book\n5 18 18 20 20 first we put baking soda in a balloon then we attached the balloon to the top of a bottle with vinegar in it\n8 0 0 9 9 beer is produced by the brewing and fermentation of starches\n3 1 1 5 5 california law consists of 29 codes , covering various subject areas , the state constitution and statutes\n6 4 5 11 11 this winter season , bird flu has been carried into the country quickly\n11 0 0 18 18 teachers systematically engage students in such higher order cognitive skills as analysis and synthesis of data by using statistics\n16 9 9 13 13 the female bees of most species feed on the nectar secreted by many plants\n14 1 1 4 4 the newspaper was reporting news from macedonia from that period\n8 3 3 7 7 most of the essays originated in writing workshops run by the literary magazine tin house\n14 5 5 8 8 one aspect of the media presentation is the status attributed to claims makers on either side of the issue\n18 17 17 21 21 in future britain , charismatic delinquent alex delarge is jailed and later volunteers for an experimental aversion therapy developed by the government in an effort to solve society ' s crime problem\n5 1 1 4 4 the drawer contained a phial of some tincture , a paper of some salt , and a record of a series of experiments\n3 1 1 9 9 the farm had many acres with a number of buildings dedicated to a variety of goodies from produce , fruits , baker goods and specialty items depending on the season\n12 4 4 5 5 missouri experienced growth in swine herd from 1990 to 2000 as did four nearby states ( iowa , oklahoma , kansas and texas )\n6 2 2 8 8 extremely dangerous blizzards have moved into the midwest region\n6 4 4 7 7 the company sent floral bouquets to a city in ireland\n14 12 12 18 18 and after waiting two days , i finally decide to send an email to inquire about my car reservation and i explained my trouble\n0 1 1 18 18 this smile , a true reflection of god ' s tenderness , is the source of an invincible hope\n3 4 4 6 6 it ' s a fish with lungs , and it can survive on land for brief periods\n0 1 1 5 5 the earthquake caused a bulrush marsh at west point , on the puget sound shore in seattle , to drop and the tsunami deposited sand on top of the marsh\n1 2 2 7 7 the greatest amazement was caused by the floats\n18 1 1 2 2 the input queue is used for processing events from an mfg application to a websphere connected application\n2 12 12 15 15 for safety reasons , he loads and unloads his bike from the curbside of the bus\n6 1 1 6 6 the signatures were fetched into the cache together with the instructions\n14 1 1 7 7 her speeches have special reference to environmental policy\n8 7 7 10 10 this incident was an incursion of illegal aliens from outer space and not u s military high tech black project flying objects\n1 3 3 6 6 treatment of cardiovascular collapse from caffeine overdose with lidocaine , phenylephrine , and hemodialysis\n8 9 9 11 12 they weave fine cloth , and they use the down of water sheep in making it it is called hai hsi pu ( cloth from the west of the sea )\n8 8 8 11 11 bizarrely enough i was just looking at our homepage from ten years ago\n6 4 4 9 9 this month , the commissioner travels to several remote nations\n15 3 4 10 10 it covers the basic concepts in a clean and slick tutorial\n10 12 12 4 4 these efforts of the crossbow makers to decrease the friction of the bolt of the crossbow against the stock , as the bolt was driven forward by the bow string , are traced in all mediaeval crossbows\n18 16 16 1 1 us forces fared so well that macarthur gained truman ' s permission to attempt a total rout of communist forces\n13 3 3 7 7 breuer chairs a phalanx of high flying artists in a family saga\n8 1 1 6 7 a computer was stolen from a church office sometime monday or tuesday in the 1500 block of cr 144 , brazoria county\n4 2 2 6 6 and the beer was in a mug , and full to the brim\n18 1 1 11 11 the strategy covers the period to 2016 , with a strong focus on 2010\n15 4 4 15 15 a number of scientific criticisms of duesberg ' s hypothesis were summarised in a review article in the journal science in 1994\n12 12 12 16 16 to cover all areas , i ' ve included coffee pot and cups in a neat stack on the table , so that the meal has both a beginning and an end feel to it\n14 3 3 7 7 both novel and film insist upon the necessity of the past in defining who we are and how we will live in the present\n3 1 1 4 4 the book comprises ten chapters\n1 4 4 17 17 to date , all outbreaks of the highly pathogenic form of avian influenza have been caused by viruses of the h5 and h7 subtypes\n13 14 14 17 17 on march 29 , 1984 , in the middle of the night , a convoy of moving vans left the colts ' headquarters , headed for indianapolis\n3 3 3 6 6 it shows a sailor with a list of crossed out ex girlfriend ' s names going down his arm\n17 9 9 13 13 it is in the hours of darkness that the plant builds up the oxidase that is to call out the signal that the flower has run its full course\n13 20 20 22 22 to put it discretely , she described the sensation in her knees as that of being forcibly violated by a prickle of porcupines\n17 1 1 5 5 the factory produced british military rifles , muskets and swords from 1816\n6 4 4 10 10 china ' s feed industry has entered into its mature period\n8 1 1 7 7 nuevomexicano culture is rooted in an indigenous past\n1 15 15 20 20 wes anderson has made one classic comedy ( the royal tenenbaums ) fueled by the tension from the characters ' longings to burst out of the trappings in which they are framed\n13 8 8 11 11 recently , the efcc succeeded in arresting a syndicate of internet fraudsters with the following identity , badiru abidemi adeyinka\n8 2 2 6 6 i have abuse originating from my server\n14 7 7 17 17 kotter ' s most significant and controversial work , however , has been on the subject of leadership\n18 5 5 10 10 it is found that the polysilicon grows from an initial step of the deposition\n6 4 4 7 7 a chinese firms poured millions into the country\n13 4 4 7 7 i also received one stand of choice bees and about 100 in cash\n8 1 1 7 7 the pain was radiating from the right buttock to the knee joint\n13 3 3 5 5 the reconstitution of boards of governors takes place every 4 years and the current term of boards of governors is due to end on 30 june 2009 for controlled and maintained schools\n17 2 2 4 4 snails and slugs cause holes in the leaves of young plants and can chew right through the stems of newly planted seedlings\n13 17 17 19 19 a family living at calabogie , ontario was digging their new potatoes and came upon a different clutch of eggs\n2 25 25 28 28 now , your earlobe can never escape because this brass knuckle stud is attached to a chain attached to a cuff that affixes to the helix of the ear\n2 14 14 17 18 he draged the nail on the head of the snake and then clicked the switch of the tape recorder\n0 12 12 19 19 in general , the greatest hypocalcemic effect was achieved by those liposomal preparations that resulted in the most sustained increase of l hct and f hct in plasma\n4 1 1 5 5 the kit was in a box that measured about 18x11x3 5 inches\n6 3 3 6 6 doj released a probe into siegelman prosecution\n16 1 1 8 8 a model for a summer house by the carpenter and architect william thornton was approved by sir abstrupus in 1700\n14 3 3 6 7 a short introductory chapter furnishes the background information\n18 1 1 4 4 the applet requires a browser that supports jdk 1 1 5 or above\n3 13 13 14 14 tasheki was taking photographs at the encounter site when a bullet hit his jaw bone\n16 3 3 8 8 the 2001 debut album by the new york band was voted top of the pile by a panel of musicians , producers , writers and record label bosses\n10 4 4 6 6 planetcad offers the best tools for engineers and now the whole industry is following\n9 5 5 6 6 cloud loss behavior in pasteurized apricot nectar was found to be different from that of other fruit juices\n4 3 3 11 11 a very small pile of soft green hay was in a bin in a corner of their downstairs room\n17 9 9 14 14 among them are the 2 , 000 or so workers who still make diesel engines for ford on a site that employed more than 50 , 000 in the 1950s\n13 4 4 6 6 this paper describes a set of principles designed to help archives position themselves to address the management of current records\n1 0 0 4 4 poverty is caused by overpopulation\n18 6 6 13 13 this new , improved active piezoelectric hydrophone is made with shielded clear waterproof cable and a copper acoustic chamber coated in non toxic , durable black rubber\n5 5 5 8 8 the waiter returns with a bottle full of wine , pours a small amount in the glass for tasting\n2 2 2 6 6 the oil paintings shown at the exhibition were of exceptionally high quality\n0 2 2 7 7 the economic setbacks of 1893 had created unemployment and poverty which caused migration in search of new opportunities\n6 1 1 8 8 the soot has been blown down into the fireplace\n18 4 4 7 7 at this time the farm had three horses and a small tractor\n6 1 1 6 6 the goose was released into the wild\n3 2 2 8 8 the original play was filled with very topical humor , so the director felt free to add current topical humor to the script\n18 6 6 11 11 we are determined to pursue the conquest of evil with the good\n18 1 1 13 13 authentic people , knowing their place in the world , fulfill it with joy and attention\n18 0 0 10 10 unificationists sees kingdom coming with the help of the new president\n11 7 7 12 12 more important , these changes improved the users ' experience of the software\n0 1 1 6 6 the software caused a pretty good drain on the cpu for some reason\n4 6 6 17 17 when shown the location of the drugs , the investigators noted that the drugs were in a box in a closet , and were not stored in a securely locked , substantially constructed cabinet , as required\n6 2 2 8 8 the national prize was awarded to lionacleit fashion pupils\n1 1 1 8 8 the harm has been caused by the invitation system\n18 17 17 19 19 while most of the experimental literature focuses on individual contributions , many real world problems involve the formation of coalitions\n11 1 1 4 4 the method uses histologic techniques for processing and thus offers one major advantage\n4 1 1 5 5 his body was inside a cupboard in the jumeirah carlton tower hotel in upmarket knightsbridge\n1 4 4 7 7 alfred nobel created his fortune from the selling of explosives that utilized nitroglycerin\n3 1 1 2 2 the crane arm raises , swivels , and extends to a maximum length of 11 inches , just like our own poe ghostal\n0 9 9 14 14 proper washing and skin care can help to remove bacteria and oils which cause acne\n6 1 1 6 7 the launch has been rescheduled to next month due to bad weather\n12 0 0 8 8 employees are the most important part of an organization\n18 10 10 15 15 the coalition sprang up after the tories released an economic statement lambasted by the opposition parties\n13 17 17 20 20 all of their products are the direct result of extensive research and development and produce a varied array of spectral colors , enabling you to sound your best\n18 1 1 5 5 the system combined the hierarchical structure of decision trees with a clean probabilistic semantics\n0 1 1 7 7 the lack of stability caused a strong reliance on the colonizers\n18 1 1 7 7 a child has been placed into foster care\n14 12 12 17 17 in the mechanical department the course includes a variety of previously published studies having relation to applied mechanics , the art of construction , and mechanical drawing\n14 5 5 8 8 there are many theories and thoughts about the effects of the moon on people , animals , and the natural world\n2 2 2 5 5 when the arm of the patient is meticulously placed at the right atrium level in both positions , the difference is even greater than when the arm rests on the desk or on the arm support of the chair\n6 4 4 7 7 he has added his cousin into his portfolio\n18 5 5 9 9 since then , millions of dollars have gone into reconstructions for victims of tsunami in 2004\n13 19 19 22 22 just 18 months ago , the new york times magazine ran a cover story depicting progressive bloggers as a band of unkempt outsiders\n6 1 1 7 7 the functionality is moved into a separate database\n18 1 1 4 4 its progenitor made his name with a wonderful non fiction account of policing in baltimore called homicide\n14 3 3 9 9 it contains a chapter giving an introduction to compression algorithms\n4 1 1 5 5 one flyer was inside a box of cracker jacks at a hughes market\n13 16 16 20 20 petitions against the annexation were signed by between one half and two thirds of a total population of some 8000 burghers\n1 1 1 5 6 the eruptions are caused by tectonic forces or by the compaction of sediments at the deltas of large rivers , such as the mississippi\n4 17 17 21 21 appellant ' s only challenge to the application of the plain view doctrine is that because the marijuana was in a jar in the freezer compartment it was not in plain view\n4 1 1 13 13 the tortoise that had been picked up the night before was in a box\n10 1 1 6 6 the generator powered a nearby aluminium factory , considered vital to the german war effort\n2 4 4 7 7 mr adel throws the rope of the rod as far as he can into the water\n6 1 1 9 9 the water was drained into the second water drain tank through the connecting pipes\n1 13 13 21 21 lenin and the other leaders of the soviet union set about repairing the damage caused by the revolution and the civil war\n16 1 1 6 6 a temple has been built by monks in northeast thailand who used over a million recycled beer bottles to make the walls and roof\n2 8 8 11 11 stones must be set in inch from the edge of the flat\n8 1 1 5 5 the machine arrived from the factory with windows 2000 installed on a single large partition\n3 1 1 4 4 the factory ' s workshop functioned inside an extension which was bigger than the actual residence\n4 1 1 11 12 the money was hidden in an air conditioning system ' s return duct , which conveniently connected to the room behind\n13 4 4 6 6 individuals were granted a wrack of rabbits and some help building a rabbit run in their backyard to start up a small rabbit farm ( 40 rabbits and a hutch , perhaps ? ) , along with automatic membership in a cooperative rabbit abatoir\n10 1 1 2 2 a warehouse user with limited authority can not crate the required bufferpool\n6 1 1 5 5 huge money is given to companies for boosting economy\n1 1 1 5 5 the reaction from the international press , which i am sure you here in tokyo have noticed , has been very wide and detailed\n18 1 1 6 6 all houses are now built this way\n16 2 2 7 7 this lovely song by a virtually unknown quartet from oklahoma epitomizes what a great wedding song is\n0 10 10 13 14 when the first model sank in august 1991 , the crash caused a seismic event registering 3 0 on the richter scale , and left nothing but a pile of debris at 220m of depth\n6 2 2 8 8 a test payment was put into my bank account on october 13th\n13 2 2 5 5 this an alliance of various elements connected into the political elite with the old prd forces , who have adopted a strategy of postponing efforts to lead any fight with the domestic bourgeoisie\n15 1 1 8 8 these changes have been reflected in the general policies and approach of the forestry commission\n8 15 15 21 21 the drying step is achieved within 4 hours from the exit of the barley spent grain from the beer or malt production\n14 1 1 11 11 a meeting called by india ' s government to discuss the creation of a separate state in the tea producing darjeeling hills has ended without a breakthrough\n8 17 17 24 24 the g 53 ended its statement with one of the many speculations that have arisen from the president ' s contentious departure from the country\n18 4 4 15 15 the purpose of this test was to report to the american public on the academic achievement of individual students , schools , districts , and states\n11 4 4 7 7 a year after the government applied a tourniquet to the banking industry , the bleeding has slowed\n8 1 1 6 6 the boy runs away from the school when he sees his father ' s insensitivity , but the teacher and his other friends bring him back\n0 9 9 14 14 for example , driving recklessly and causing an auto accident that result in the death of another driver or passenger could be qualified as manslaughter\n1 4 4 10 10 that coupled with the death and destruction caused by the storm was a very traumatic experience for these residents\n18 8 8 9 9 i ' ve been asking for a fizzy milk drink for a while\n18 0 0 7 7 manufacturers have traditionally been more concerned about factors like price , quality , or cycle time , and not as concerned over how much energy their manufacturing processes use\n2 6 6 9 10 the midbrain dopaminergic ( mda ) neurons of the substantia nigra and the ventral tegmental area play a fundamental role in the control of voluntary movement\n15 1 1 6 6 his efforts were documented in the diaries of his sister katherine\n1 1 1 5 5 the infection came from a wound\n2 7 7 18 18 the public are welcome to visit the lakes and dams that make up tasmania ' s hydro electric network\n1 4 4 6 7 the emission of electromagnetic radiation from cell phones continues to become a growing concern\n10 1 1 4 4 a van used by debtors in the business of transporting passengers was a tool of the trade for lien avoidance purposes\n17 10 10 22 22 the english writer , poet , philologist , and university professor was best known as the author of the classic high fantasy works the hobbit , the lord of the rings and the silmarillion\n4 16 16 19 19 it carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab\n4 1 1 5 5 the explosives were in a box covered by sheet metal , while the wooden handle and fuse were those of the stick hand grenade\n8 4 4 11 11 half of the new subscribers hailed from china ' s vast countryside\n18 9 9 13 13 we derive a pair of optimal weights on the dollar in a currency basket to stabilize their trade balances for both of the countries\n15 0 1 7 8 time travel is a common theme in science fiction\n4 2 2 6 7 the handwritten note was inside a plastic baggy\n11 5 5 10 10 this happens when a collecting agent inadvertently applies the pns discount to an ineligible vessel\n13 13 13 16 16 the stress of electoral defeats exposed mr hoyte to opposite pressures within the constituency of his supporters\n16 18 18 24 24 quite a large part of the religious establishment was opposed to alchemy , but , given the fraudulent tripe written by most of the alchemists , that was no bad thing\n5 2 2 5 5 when a bottle full of air is opened under water , the water will not enter the bottle\n1 6 6 9 9 sumatera ( yagasu ) made a profit from the selling of women groups ' handicrafts activities\n17 0 0 7 7 scientists have assembled the first global geological map of the solar system ' s largest moon and in doing so have gathered new evidence into the formation of the large , icy satellite\n15 4 4 11 11 lambert ' s wartime experiences were related in his excellent 1973 memoir\n6 3 3 8 8 the correct targeting signal is imported into the peroxisomes\n18 32 32 36 36 the ultimate d c related work on this topic , in recent decades , anyway , may be jerzy kosinski ' s satirical being there , the inspiration for a peter sellers film by the same name\n2 3 3 6 6 in the older sections of the city the street in front of one ' s house is considered the person ' s responsibility , it is seen as an extension of their house\n8 8 8 13 13 in some of the other stories , an orphan runs away from the orphanage\n3 1 1 4 4 the dolphin uses its flukes for swimming and its flippers for steering\n6 4 4 9 9 construction industry ' s worth is invested into construction plant and equipment\n0 0 0 7 7 frustrations , threats , and conflicts cause stress\n18 14 14 18 18 kegs of guinness rolled off and then were grabbed and stacked up against the wall by the pub owner\n18 4 4 8 8 in this section are horses born in tori stud that have made tori breed famous and maintained that fame\n8 0 0 5 5 food comes from the grocery store , packaged , sanitized , frozen or chilled\n3 1 1 5 5 the treatment includes an aromatherapy mask and moisturizer\n13 15 15 17 17 as a consequence it sold bonds indirectly to the public with the help of a syndicate of banks\n11 0 0 19 19 player one can become white and block all the bullets while player two blasts the boss with the opposite color\n8 0 0 5 5 compassion was originally from a people known as the remote , a splinter group of the time traveling voodoo cult faction paradox\n8 1 1 5 5 the imperative originates from an authority which transcends the speaker\n9 1 1 2 2 meyer lemon marmalade is an amazingly delicious version of fruit recipe\n17 5 5 10 10 from the pulitzer prize winning author of march comes this novel inspired by a true story that traces the journey of a rare illuminated manuscript through centuries of exile and war\n13 12 12 15 15 simon roused himself slowly from a wonderful dream revolving around a whole pryde of baby griffins , just waiting for him to play with them\n3 7 7 10 10 topping is the indiscriminate removal of a tree ' s crown , cutting off large branches and the main stem of the tree , leaving large branch stubs\n17 2 2 7 7 traditionally , chandlers made both soap and candles , because a long time ago both of these products were made with lard\n2 0 0 5 6 comments are parts of the source code disregarded by the compiler\n3 1 1 8 8 these piezos have 2 5 inch pretinned lead wires solidly attached with solder joins protected by a dab of silicone\n17 6 6 13 13 the baha ' u ` llah religion has liberated human minds by a prohibition within his faith against any caste with ecclesiastical prerogatives\n6 0 0 12 12 papers of conductor and arranger andre kostelanetz are being donated to the library by the musician ' s estate\n11 13 13 16 16 so almost immediately after pearl harbor , hawaii ' s governor calls for citizens and their guns to man checkpoints and patrol beaches against an expected japanese invasion\n1 18 18 21 21 cyber squatter a person who buys domain names , and holds them with the intent of making a profit from the selling of the domain name\n11 6 6 11 12 he needs to capture 22nd century criminals who have escaped by time traveling\n11 2 2 19 19 she and colleagues exhaustively tested the sample , sequencing the proteins they found with a new and better mass spectrometer\n6 1 1 8 8 the corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was put inside of another case that was decorated with details of their life and a mask of their face\n6 5 5 8 8 our ancestors have added high protein into their diet\n4 6 6 9 9 we served a bowl of delicious soup in a dish of ivory china\n13 1 1 4 4 this brotherhood of halfling rogues is the most powerful criminal organization in town\n16 15 15 16 16 there are a few simple steps you take to ensure you have selected the correct landscape company\n17 1 1 6 6 the company builds many of the machines used in the manufacturing of the beds and the upfitting of the chassis\n6 28 28 31 31 ten year old huynh thanh tung was fortunate to survive when the tiny war relic burst into a ball of flames and flying metal as he stuffed the bomb into a bottle\n9 1 1 2 2 flax seed oils is the form in which the oil was extracted from the seed\n1 2 2 7 7 the muscular dystrophies are caused by genetic defects , which means they are inherited at birth\n8 2 2 7 7 the signal peptide is derived from a protein that is exported by the cell\n5 8 8 10 10 a boy scout in north carolina found a purse with money in it\n6 3 3 6 6 the researchers inserted caffeine into baked goods\n8 9 9 17 17 he was 10 to 11 meters away from the accused when the latter ran away from the scene of the incident\n6 1 1 6 6 the slaves were brought into the country against their will\n1 18 18 22 22 in a two mirror telescope equipped with an active optics system usually m2 is used to correct the aberrations originated by optical reasons , i e defocus and coma\n0 1 1 11 11 the addition of water to the tank caused a runaway chemical reaction , resulting in a rapid rise in pressure and temperature\n15 4 4 11 11 in recent months , civility has been a topic of much discussion in the newspapers\n13 15 15 17 17 other ritual practices attributed to berserks represent the initiation of the young warrior into a band of berserkers\n18 4 4 9 9 a new insulated pizza bag is delivered to the market\n11 0 0 8 8 pigs really fly with the help of a trampoline\n0 2 2 4 4 snails and slugs cause damage to seedlings , flowers , vegetables and shrubs\n18 7 7 13 13 even in world war ii , american soldiers targeted the men with the katanas first because their killing power was feared and respected\n17 11 11 9 9 for me , the most interesting thing was some pottery by people who are so well known for their pottery like picasso or miro\n16 5 5 10 10 and a 22 page internal report by a computer security company named mandiant , dated august 18 , fleshes out many details of the june july breaches\n18 11 11 15 15 having delivered her charge , she had silently returned to her tree deep in the woods\n6 5 5 8 8 modern economists have exported equilibrium concepts to political science\n10 6 6 8 8 textmate is hailed as the best editor for programmers by many people\n8 3 3 12 12 the most suitable callus to establish suspension cell cultures was obtained from seeds\n0 1 1 5 5 the snowstorm caused a major catastrophe on the west virginia turnpike\n9 7 7 8 8 tom ' s prominient selection of various rye spirits wins him kudos today\n0 0 0 8 8 glaucoma is one of the leading causes for blindness and currently about 90 million patients worldwide are affected by the disease\n8 7 7 12 12 red line conductor ivan hardaway prepares the train for departure from the station\n18 4 4 9 9 brittany murphy ' s bedroom was filled with prescription drugs\n2 6 6 11 11 in exclusive buildings , a private restaurant is part of the package\n0 11 11 17 17 there are everyday actions that can help prevent the spread of germs that cause respiratory illnesses like influenza\n1 1 1 8 8 the outbreak was caused by the live polio virus that is used in vaccines given orally the preferred method in developing countries because it is cheaper and does n ' t require medical training to dispense\n10 2 2 3 3 im a wheelchair user in a third floor flat serviced by only 1 lift\n12 1 1 8 8 a deputy from sarkozy ' s ruling ump party , etienne pinte , also said he was very shocked by the charter flight\n2 1 1 4 4 the gates of the palace of john the priest were made of sardius , with the horn of the horned snake inwrought , so that no man might bring poison within\n4 1 1 6 7 the agar was contained in a polyethylene tube 3 , o mm inside diameter and about 1 mm of agar protruded\n8 8 8 16 16 the imams were removed from a us airways flight awaiting departure from the minneapolis st paul airport\n18 1 1 13 13 the vagina was sutured behind the neourethra the vagina accommodated a size 12 dilator\n8 11 11 14 14 the firing of transition t represents the arrival of a handoff call from neighbor cells\n8 16 16 19 19 in these last three paragraphs , then , wordsworth began by first of all considering his omissions from previous books\n18 8 8 10 10 september normally marks the arrival of the earliest run of fish into lake tributaries , and peak runs occur in october\n18 2 3 6 6 all terrain vehicle sales sink into muck\n13 6 6 9 9 the county fair drew a large crowd of usda employees\n18 0 0 1 1 rice spirits in asia are almost always female and regarded as a kind of mother figure ( thus , the connection to fertility and tossing it at the bride )\n13 7 7 9 9 as a result of their relatively narrower range of options , predictions regarding their behavior tend to be more accurate\n3 5 5 13 13 the air in the middle ear space is important to allow the ear drum and middle ear bones to be vibrated by sounds collected by the ear canal\n15 4 4 10 10 much of the resulting work is summarised in his joint book with howitt\n18 15 15 20 20 and there ' s you , floating a couple of thousand feet up in the sky in a tiny little basket\n15 0 0 9 9 standards at a secondary school are criticised in a report by the inspection body\n2 5 5 8 8 roots that cross over the trunk of a tree instead of growing outward are known as girdling roots and should be removed since they can choke trees\n6 6 6 9 9 accidentally , i poured too much sugar into my tea\n6 5 5 10 10 he used to bring some cigarettes into these middle eastern countries\n18 5 5 8 9 trade union side reiterated its concerns that the public sector was effectively subsidising these events and requested that this practice cease\n2 10 10 14 14 the momentum of their movement breaks the circle as the arm of the foreground dancer reaches out\n13 4 4 6 6 there ' s a pitying of turtledoves cooing to their mate\n6 4 4 11 11 the civil rights hero award was bestowed to a disability rights activist\n4 1 1 5 5 the pendant encloses a tumbled stone\n0 1 1 6 6 these drugs also cause headaches and nausea , affect your internal organs and raise your bad cholesterol\n8 5 5 10 10 one day the little orphan boy ran away from the orphanage\n14 1 1 6 6 the strand was devoted to music theater and film music and featured interviews with songwriters , composers , and orchestrators\n3 2 2 11 11 the restructuring charge was comprised of 11 9 million of cash expenditures for severance benefits and other costs and 8 2 million of non cash charges , primarily for the write down of impaired assets\n1 9 9 11 11 well i know quite a few people who get dissatisfaction from laughing at retards\n14 0 0 8 8 works in this exhibition investigate humanity ' s relationship with the world\n11 2 2 13 13 the bush administration hid the true fiscal picture with a plethora of accounting gimmicks\n18 0 1 7 7 adenosine deaminase converts purine riboside into an analog of a reactive intermediate\n17 7 7 10 10 nectar is the sweet flower sap that bees make into honey by evaporating off the excess water\n18 4 4 9 9 as time passed , aluminum formed itself into a can , a lid , and a tab\n4 4 4 8 8 they still store the bottle in a chilling bucket or the refrigerator\n15 4 4 12 12 the 08 campaign green jobs was the main talking point of any speech\n8 7 7 13 13 a surfside man running away from a dog that broke away from its owner was struck by a bus in the chase\n17 1 1 11 11 the banker , who has put up in a sudder street hotel , told the sleuths that he had entered india on october 20 , 2009\n11 1 1 8 8 the artists carve away the surface with a chisel\n0 0 0 10 10 immigrants accounted for more than half of britain ' s population growth in recent years\n8 1 1 7 7 this marmalade is made of the finest oranges , to create a delecious taste\n1 4 4 7 7 iraqi soldiers inspect the damage after the explosion in a school in baghdad\n13 25 25 28 28 sam , who formerly was a sportsman , and in his apprenticeship used to frequent barnet races , keeps a high chaise , with a brace of seasoned geldings\n8 1 1 9 9 the cartoons originated in denmark ' s jyllands posten paper and have been reprinted in newspapers in france , germany , italy , hungary , the netherlands and spain who say they were exercising their right to free speech\n16 3 3 7 7 a more coded reproof came from the chairman of parliament ' s foreign affairs committee\n4 1 1 5 5 the grenade was inside a tin alongside the hotel fence\n6 4 4 7 7 the principal has put computers into our classroom\n13 4 4 7 7 olive garden is a family of local restaurants focused on delighting every guest with a genuine italian dining experience\n3 1 1 2 2 the computer mouse has been the input device of choice for a long time now in the computer world\n18 1 1 7 8 the rule is the subject of a legal challenge brought by abc and its coalition partners\n13 25 25 26 26 throughout her career she has worked extensively with the california department of education and the commission on teacher credentialing where she has been a contributing panel member on the writing of the california subject examination for teachers ( cset ) , the california music standards , and the caltpa , the california teacher preparation assessment , as well as an evaluator for the single subject music preparation submission documents\n3 3 3 6 6 for example the steppingmotor has a coil with a resistance of 5 ohm and a nominal current of 1 amp\n18 4 4 7 7 it is a literary style which portrays crime and violence in an unsentimental way\n3 2 2 6 6 the cutting machine contains 13 circular blades mounted on a cutting axis\n17 4 4 8 8 the 25 member steering committee that drafted the document also passed it through two palestinian gfm organizers\n2 2 2 21 21 the student guide , consisting of a list and description of courses offered by each faculty , is published on the website of the university\n18 7 7 10 10 in other words such people accept a form of mathematical platonists , whether or not they label themselves that way\n14 1 1 9 9 the book created a picture of social and religious identity\n13 13 13 15 15 so this morning started early with a chorus of caws coming from a storytelling of crows outside my bedroom window\n15 1 1 4 4 that paper received favorable review\n2 5 5 6 6 he was wearing a short sleeve shirt with a tie\n18 6 6 12 12 the nepalese government sets up a committee to inquire into the alleged misuse of diplomatic passports\n18 1 1 5 5 the investigation was concerning a series of letters received at the house containing non noxious white powder\n8 5 5 8 8 upon the arrival of an embassy from the injured to demand satisfaction , romulus decided that those who had done the injury should be delivered up\n6 3 3 7 7 industries have pushed fishermen into fragile marine reserves\n16 11 11 14 14 the three prints are a great example of a rare vintage photograph by an artist who had an influence on later 20th century photographers\n4 1 1 5 5 the water was in a cup\n13 2 2 4 4 thankfully the plump of wildfowls brought about the destrcution of the wild cats and that ended the whole fiasco\n8 2 2 12 12 but the result was derived from a small number of actual hiv cases\n18 1 1 7 7 the plasma was generated by an rf discharge between two parallel electrodes whose diameter was 100 mm and separation was 40 mm using pure silane gas\n14 8 8 10 10 the european commission has released a set of slides explaining nanotechnology\n18 6 6 12 12 with these two tools , the dataset was reduced from its original size of over 200 features into 17\n3 10 10 11 11 as for the main attraction the pnuematic function allowing the crane arm to be raised and lowered , well , it ' s a simple job made a little more complex\n18 9 9 10 10 old nests are used year after year by the carpenter bee\n6 1 1 8 8 the surfer is dropped into a 35 foot wave at waimea bay\n11 2 2 5 5 the health professional uses a lamp during the test\n18 1 1 6 6 the world is governed by mathematical laws\n13 16 16 19 19 the hive entrances were oriented in different directions and painted with different colors to reduce colony drift of foraging bees\n17 10 10 14 14 ruling is in ink and was generally done by the scribe who wrote the quire\n1 5 5 8 8 the broker is entitled to commission from the selling of your property\n3 3 3 11 11 the agenda 21 document , agreed in rio , includes a section on international co operation\n2 5 5 12 12 the dulche de leche ice cream was the best part of this dessert it was creamy and not too sweet as i usually find this flavor\n2 1 1 4 4 the crater of the vulcano solfatara shows a great variety of botanica species , varying greatly from each other due to climatic and pedologic reasons\n6 4 4 8 8 the suspect pushed the victim into a deep cliff\n17 5 5 12 12 in the first year of king cyrus , the king issued a decree\n15 1 1 6 6 the judgment was reported in local newspapers on saturday\n18 0 0 6 6 glaucoma is a group of neurodegenerative disorders characterized by the death of retinal ganglion cells and by a specific deformation of the optic nerve\n12 1 1 4 4 the president of this society is responsible for presiding over all meetings ( both general and executive )\n0 3 3 11 11 parental pressures of unemployment and poverty lead to drug abuse and alcoholism or stress and depression which have a profound effect on children\n6 2 2 5 5 japan injected funds into struggling companies\n18 4 4 9 9 inside the car , keys were found in the ignition and codario ferrino ' s license was discovered inside a purse on the passenger ' s seat\n13 3 3 6 6 scattered among this streak of celtic tigers are billions of euro loaned by anglo irish bank over the past decade in a calculated play for lucrative returns\n13 3 3 5 5 there is a gulp of cormorants that scavenge this stretch of the sacramento river where i usually kayak\n3 10 10 13 13 he has always waited patiently in the studio until his master ' s voice signals that it was time to go home\n8 1 1 5 5 the ship left from the port of bremen with 434 passengers\n11 1 1 21 21 a debtor gets liens released on personal household possessions for much less than the underlying debt on those secured possessions with redemption\n6 1 1 6 6 the balls were dropped into the mud from a height of about 5 metres\n9 7 7 1 1 ste oil company has all your white mineral oil needs covered\n17 5 5 10 10 what happens is that the system builds many inferior blood vessels in the eye to take the place of the vessels that are dying\n2 10 10 13 13 the stage was in the cellar , and all the lights in the shop were out groans rose from a trap door\n17 1 1 6 6 the mason has completed a concrete wall that creates a bathroom and storage area adjacent to a preschool classroom\n8 10 10 15 15 dartmouth nearly narrowed the gap to one goal when a slapshot popped out of the glove of princeton goalie zane kalemba ' 10\n1 1 2 8 8 the magnetic field is generated by an electric current circulating in the star ' s interior\n9 8 8 9 9 it ' s funny my friend just used agave nectar in his margaritas\n13 8 8 11 11 this research aimed to select and validate a battery of outcome measures of recovery after lower limb burn injury ( llbi )\n0 1 1 5 5 the species makes a squelching noise\n18 0 1 7 7 tax cuts for rich are thrown into doubt\n18 6 6 13 13 it is part of a furniture line conceived for anthropologie by british interior designers\n14 1 1 9 9 this book supplies us with a good deal of material for his biography\n14 2 2 5 5 the second discourse concerned the role of democracy in the new republic\n0 2 2 11 11 the political unity of the iroquois was the source of their power , but it was by no means perfect\n8 6 6 11 11 most of birdtown ' s earliest residents hailed from eastern european countries , including slovakia , ukraine , czech republic , poland and carpatho rusyn\n16 5 5 9 9 these are the least expensive scissors produced by this manufacturer and are available for less than 6 00 per pair\n18 2 2 9 9 south bade residents have been blown back into primitive lifestyle\n11 4 4 12 12 in fact , a protocol copes even with byzantine failures by using randomization\n16 3 3 7 7 the website cited notes made by an investigator from the los angeles county coroner ' s office as the source of the information\n17 7 7 18 18 also on display are weapons made by inmates including a zip gun , shanks , two sawed off shotguns , as well as other items such as masks and an alcohol still\n2 3 3 11 11 i made the carpet by cutting a knitting wool into short strips\n1 9 9 13 13 here are the news reports and photographs of the devastations caused by the storm\n15 1 1 9 9 this technique has been clearly explained in a previous issue of this magazine\n11 3 3 9 9 control is a process that employs a set of procedures to ensure that defined quality standards are met on a consistent basis\n14 1 1 9 9 several chapters of the book are devoted to the relationships between ethics and justice\n3 4 4 11 11 the steel z shaped stent was made with a steel guide wire ( 0 2 mm in diameter ) , covered with the vascular graft , and fixed to the graft wall with multiple interrupted sutures\n15 5 5 8 8 literary critics have examined many themes in the novel\n15 0 0 1 1 crime fiction is a typically 19th and 20th century genre , dominated by british and american writers\n4 1 1 6 7 a sample was sealed in a polyethylene bag and irradiated together with cobalt as a neutron flux determinant\n2 2 2 18 18 the neonatal heel prick is a common procedure for taking a blood sample from the heel of newborn infants\n11 14 14 17 17 next up is the fingerprint scanner , the scanner was cleaned by the ukps operator with a cloth\n18 4 4 17 17 today ' s curious thinkers are keeping ben ' s traditions alive by inventing new and improved ways to make things work\n17 1 1 7 7 the editor improved the manuscript with his changes\n1 1 1 15 15 the movement of the flag on the surface of the moon was caused by the vaccum\n6 0 0 4 4 jacks are spreading into areas formerly occupied by white tails in colorado\n18 2 2 9 9 the hollow bar mounting the cameras encloses a wiring harness between the cameras\n13 6 6 9 9 blade is accepted into the inner circle of hardened criminals who run things inside the prison and is offered a job on his release\n13 25 25 28 28 though calder had gone to paris to paint , he began creating figures and animals from wire and wood , gradually building up an entire circus of trapeze artists , clowns and trained animals\n0 9 9 13 13 propionibacteria acnes , or p acnes , are the bacteria responsible for acne breakouts\n13 15 15 17 17 among the hittites there was only one queen consort , but the king had a harem of wives ( free women ) and of slave concubines also\n3 1 1 6 6 our microwave has a turn able turntable inside and dial able knobs outside\n2 8 8 11 11 felt dots are embroidered on the front and sleeves of this sweater , adding an extra dimension of fun\n14 2 2 4 4 in the story a mob surrounds a woman to stone her for adultery , and ask jesus what they should do\n13 13 13 15 15 the summer he was thirteen he organized the neighboring farmer boys into a troop of scouts\n13 13 13 15 15 like all new towns we have missed the encouraging influence of a large body of alumni , only two of the thirty five former graduates having entered college\n3 2 2 5 5 the depression chamber contains a diaphragm under pressure from a diaphragm spring\n18 2 2 5 5 in the poem , an albatross starts to follow a ship being followed by an albatross was generally considered an omen of good luck\n3 1 1 5 5 the fortress had the only gate from the southwest\n14 1 1 5 6 the dissertations reported on a research project of some kind\n2 5 5 6 6 body piercing jewellery specially for lobe ear piercings\n9 2 2 3 3 the stone ginger beer has a ginger ` bite ' without the ` ginger burn ' of more peppery jamaican ginger beers\n0 1 1 9 9 oil extraction in the amazon has already caused the extinction of the tetete and zaparo nationalities and continues to threaten indigenous peoples\n10 11 11 14 14 for the original stud farm , desirous of producing the best horses for the dragoons and hussars , the lighter horse of a square frame was the ideal\n11 0 0 6 6 listeners receive wbai live over the internet ( referred to as streaming ) , using one of the various audio formats below\n1 4 4 15 15 the 100 mhz rf signal for the amplitude modulator was derived from a pulse pattern generator ( ppg )\n11 1 2 6 6 even travel agents are turning to telepresence for clients\n18 2 2 5 5 the temperature distributions in a vial during freeze drying of a skim milk solution were determined experimentally\n1 2 3 6 6 the first seismic arrival from an earthquake is the p wave , which is usually relatively low amplitude\n5 4 4 6 6 i sent you a suitcase with cash in it so you can fill it up with wine gummies\n17 1 1 10 10 the media then creates a self fulfilling prophesy with constant reports of doom and gloom and individuals also pull their money out of the targeted bank\n6 4 4 6 6 google groups were sending commands to malware\n4 8 8 13 13 also missing was a 38 caliber smith wesson gun that was in a suitcase in the tractor\n1 15 15 21 21 these centres , along with appropriate educational and psychosocial interventions , helped children overcome the trauma and stress caused by the earthquake\n13 3 3 5 5 but my local bellowing of bullfinches prefer natural food\n0 8 8 10 10 american skiier lindsey vonn denied downhill treble as fog caused cancellation in val d ' isere\n2 4 4 10 10 through the night the stern continued to settle as the cruiser listed to port\n6 4 4 7 8 this technique efficiently inserted genes into hematopoietic stem cells\n4 1 1 7 8 the device was contained in a small jiffy bag with a white label , with a post mark that was not local\n13 7 7 9 9 illinois race for lieutenant governor attracts a crowd of candidates\n18 2 2 8 8 the opposing party hid the anvil with a view to important consequences\n16 2 2 16 16 a critical habitat for beluga whales in upper cook inlet has been created by the federal government\n17 1 1 5 5 the crew had dug a trench for her to walk in so that she would not dwarf the star\n5 8 8 12 12 he came back 15 minutes later with a bottle , with three lizards in it\n18 12 12 14 14 mark also spoke about post september 11 civil rights and civil liberties issues facing immigrants\n6 1 1 6 6 the explorer journeyed into the arctic region of the himalayas , determined to find a copy of the himis manuscript or to expose the fraud\n18 4 4 13 13 the judge directed the court to decide the preliminary issue raised by the petitioner\n13 4 4 7 7 the nmb maintains a panel of neutral referees for service on these and certain other boards\n3 6 6 7 7 he grabed one end of the broom stick as they grab the other end\n13 4 4 6 6 in law , a bill of particulars is a list of written statements made by a party to a court proceeding , upon demand of another party , that sets forth details of a claim or defense\n3 1 1 7 7 my pug has little bumps under his chin\n18 6 6 11 12 it has been assumed that the quench starts at the middle cross section of the magnet\n8 10 10 16 16 in the fall of 2003 , a hidden camera equipped journalist from germany ' s ard television infiltrated the saudi built king fahd academy in bonn and taped what it taught to young muslim children\n18 1 1 5 5 ice cream was made by hand in a large bowl placed inside a tub filled with ice and salt\n8 0 0 5 5 ruins from 800 , 000 years ago discovered in israel show that stone age ancestors had began to organize their open air living spaces into separate clusters for different activities such as cooking and stone manufacturing\n18 1 1 9 9 the user is cooling a processor with a power usage of 35w , using a conventional heatsink\n6 3 3 6 6 the hotel released effluent into the lake\n14 3 4 9 10 they include sending e mails to remind customers about abandoned items\n0 1 1 6 6 the tsunami resulted in significant property damage but only two fatalities in rs\n5 10 10 16 16 as we were leaving the house , we found a suitcase with three or four jordanian passports in it , clothes , and hygiene gear\n18 1 1 4 4 the president has made taxes and spending the big issues again\n11 1 1 10 10 the student creates compositional forms using a sequencer or notation program\n6 5 6 11 11 i have placed a new memory card directly into my mobile phone\n8 1 1 7 7 certain cricketers have been eluded from their team on accounts of injury\n4 2 2 7 7 the frozen spread was found in a sack in a former pony stable nearly a century after captain robert scott ' s mission to the south pole\n14 1 1 8 8 the speeches were on the subject of the relationship between institutional and poetic violence\n13 15 15 18 18 little did these naive people realize at the time that they were embracing a foul brood of ungrateful vipers , which would soon prove to be their undoing\n16 5 5 9 9 here is one of the craters created by the meteorite morasko\n6 1 1 9 9 a stent was inserted into the patient ' s artery in 55 minutes\n14 1 1 8 8 the publication has connection to an international research project\n1 9 9 14 14 by the end of the work day , the anger was radiating from the city\n3 1 1 4 4 the farm comprises 80 turbines and generates 160 megawatts , nearly 2 of denmark ' s total electricity consumption\n2 2 2 5 5 the power indicator of the transmitter and headphone then went off\n18 7 7 9 9 the big barn farm friends discover a pile of junk\n1 5 5 12 12 in view of the terrible destruction that was caused by the flood waves , we have to fear that a number of germans , clearly in the three digit numbers , will be among the dead\n14 2 2 10 10 the conclusion chapter is cautious and organised around the six themes of the book\n13 6 6 9 9 he also had access to a sounder of fat pigs upon which the humans feasted upon in celebration of the newly expanded farmland\n2 20 20 23 23 the appellant noticed that the switch of the circuit breaker which feeds 440 volts a c power to the main switchboard in the engine\n6 0 1 6 6 wave crests are blown into the froth\n14 1 1 5 5 this workshop analyzes credit risk factors and how these risk factors can be measured , controlled , and reduced in financial institutions\n11 13 13 15 15 these are some of the many ways in which hitler and the nazi party used propaganda in order to brainwash and manipulate people into thinking that the nazi party was a good party to be in\n3 7 7 10 10 harriers are large , slender hawk like birds with long tails and long , thin legs\n18 3 3 6 6 this is wishful thinking by a scribe who is more blind to the reality than those he accuses of blindness\n16 16 16 17 17 i am just joining the queue of disappointed parents and upset children as i bought a marshmallow maker and toffee apple maker\n12 4 4 7 7 chris caisley remains the head of the team and sources were keen to pinpoint his previous experience as chairman of the bradford bulls rugby league club\n18 5 5 7 7 public education systems have carried nations into prosperity\n4 1 2 8 10 the nitric oxide was contained in a large gold plated cylinder in which it was ionized by krypton resonance radiation\n18 3 3 12 12 making and fitting horseshoes was only part of the life of a blacksmith\n1 12 12 15 15 it ' s hell in the hospitals where the amputees ' s screaming after the lapse of morphine is heard all the time\n13 12 12 14 14 williams , who is regarded as the first among equals within the communion of leaders that represent 160 countries and some 75 million anglicans worldwide , has sought to find a delicate balance within the deeply divided group of primates\n2 14 14 26 26 since the ultimate purpose of the company is that of sales , the sales department is rightly recognized as one of the major departments of the business\n8 1 1 7 7 the sergeant got out from the police car\n0 4 4 10 10 scientists discovered that these drugs were related to heart valve disease\n15 2 2 7 7 in the book , the main female character is a woman named messua who adopts mowgli\n11 1 1 5 5 guinea unions threaten junta with walkout\n18 9 9 12 12 beeswax is a natural wax produced in the bee hive of honey bees of the genus apis\n6 9 9 12 12 bevilona , pretending astonished fear , hides the frightened peasant in a cask\n18 2 2 12 12 typically , varieties of this sort were grown on flat land by peasants\n2 7 7 10 10 however , some person had broken the padlock of the chain across the road\n2 5 5 8 8 in other words , the bow of the vessel points at the ` windy ' extended edge of the table\n4 5 5 9 9 i liked how his d cells were in a box behind the counter , with no prices on them , as if they were contraband or moonshine\n6 1 1 6 6 the pepper is added to the salad before serving\n0 1 1 5 5 the criminals that caused the fire illegally entered our country\n18 1 1 7 7 these views were reflected in his building designs\n5 1 1 8 8 a basket such as you mention holds four ears of corn\n9 0 0 9 9 eucharist is the source of the church ' s mission\n8 10 10 13 13 it ' s fairly rare that i follow an exact recipe from a magazine , but every once in a while a photo calls to me\n2 18 18 21 21 we removed some living branches and new growth , thus maximizing light penetration and air flow through the crown of the tree\n18 8 8 11 11 then , certain texts do talk about english society of various ages\n5 1 1 6 6 a pack of the most popular cigarettes in the seychelles in 2008 cost 15 at purchasing power parity ( ppp )\n6 3 3 8 8 sufficient coagulation deficient fluids were given to surgical patients\n16 19 19 23 23 this website , www fertilityuk org , shows how to interpret the changes that take place in the mucus secretions produced by the cells lining the cervix\n4 2 2 6 6 the iron tablets were in a box on the floor\n5 6 6 10 10 the next shot shows only a suitcase with neatly folder clothes in it on the bed\n2 17 17 20 20 a cable or rode is the rope , chain , or combination thereof used to connect the anchor to the vessel\n9 6 6 7 7 the warm version of leek and potato soup was handed down to him by his mother , annette diat\n4 4 4 10 10 her naked and decomposing body was discovered inside a locked cupboard in an auckland building\n16 2 2 7 7 the banko kilns were founded by the potter nunami ro zan ( 1718 77 ) who often imitated the work of kenzan ( 1663 1743 )\n18 16 16 17 17 to create a good seal , manufacturers put a foam or gel filled seal between the ear cup and your head\n6 14 14 20 20 by foot on the trail , or by canoe on the river , our campers have journeyed into some spectacular wilderness\n6 2 2 8 8 the research team is moving into a deeper cave to explore\n8 2 2 7 7 the electron beam arrives from the left side , is collimated by 1cm thick copper and traverses the light tight sensor box\n13 10 10 12 12 real working cowboys , who are hired to take a drove of cattle to market , have a very difficult and strenuous job\n18 6 6 9 9 a file photo shows a microlight pilot flying with geese\n13 3 3 7 7 it was a cloud of shrieking black bats that was attacking them\n15 1 1 6 6 the initiative was outlined in a speech delivered by saudi crown prince abdullah on wednesday\n4 3 3 18 19 the teacher retirement poem on parchment is a customized poem printed on parchment and enclosed in a black certificate holder\n16 1 1 30 30 a letter penned by george washington praising the new constitution sold for 3 2 million at an auction , the highest price for a letter by america ' s first president\n6 3 3 6 6 he poured his passion into his lover\n18 1 1 13 13 their deed of agreement was drawn up in the temple by a notary public and confirmed with an oath by god and the king\n13 2 2 5 5 and the chorus of teenage boys and girls were a pleasure to watch as they sang and danced\n13 11 11 14 14 for 25 years , christmas in new bern has included a flotilla of decorated boats gliding along the confluence of the neuse and trent rivers at union point park\n11 10 10 17 17 taking a stick of dynamite from their mule , the shooter assembles the hand charge with two caps and fuses which is now considered live\n5 17 17 23 23 a man is facing charges after police pulled him from a tank under a women ' s toilet that was filled with human waste\n0 3 3 5 5 a jack knifed lorry caused delays on the a27 eastbound between havant , hampshire , and chichester , west sussex\n0 0 0 4 4 viruses that cause respiratory illness typically are capable of causing a range of clinical manifestations , and asymptomatic infections are possible\n8 1 1 5 6 nutritious chocolate is made of cocoa paste , cocoa butter , and sugar\n14 1 1 7 7 the list highlighted the best new music talent for the new year\n6 7 7 12 12 they cremated their dead and placed the ashes in a specially prepared pit\n3 1 2 6 6 the door locks with a sliding bar hidden in the carved piece across the center of the door\n5 20 20 24 24 officials got a warning from the victim ' s son his 87 year old father was a hoarder and the house was full of items\n2 1 1 8 8 the door on the right enclosed a fumigating chamber\n2 4 4 7 7 i found the secret passages inside the monastery\n8 8 8 12 12 the drama unfolded even after some of the stars had left the course\n18 2 2 7 7 their whole future is being thrown into disarray\n14 2 2 8 8 the announced plans absolutely take into account the needs of disabled people\n6 6 6 9 9 the newly inaugurated president has delivered speeches to the public\n18 4 4 17 18 the inherent rna silencing mechanism in plants has been effectively manipulated as a tool for the targeted down regulation of genes\n16 6 6 7 7 the neighbor , who owns a raisin factory , wanted the property to expand his business\n18 1 1 11 11 his wife , a successful corporate lawyer , has given up work\n6 2 2 6 7 the board meeting is rescheduled to next month\n11 1 1 5 5 the craftsman bought his own iron , finished his hinge ls , packed them , and conveyed them to the warehouse of the factor in the large town\n11 11 11 17 17 three lines are missing from the end of this stanza the hermit demonstrates his prowess with the bow\n16 9 9 11 11 old pickups and suvs were stacked up in clunker piles by dealers\n18 4 5 9 10 in this method , multiword concepts are treated as single words\n4 8 8 13 13 he made his way inside , where the jewelry was locked in a safe for the night\n18 3 3 3 3 franken ' s uncle , who was in the russian army , liberated auschwitz with barry ' s uncle\n13 8 8 11 11 the free states of alaska is a loose confederation of various species of bears in the far northern lands and outlands of megatexas\n1 4 4 9 9 92 of the co2 emissions are caused by the lorries , but this is not fair so a different distribution method is needed\n6 3 3 7 7 gol airlines started flights to middle eastern countries\n6 2 2 7 7 each independent variable is moving into its axis constantly\n5 10 10 12 12 two children playing in a queens park have found a suitcase with bones in it\n17 37 37 8 8 the intihuatana ( in quechua place where the sun is bonded ) is a solar observatory that allowed the incas to keep track of the seasons of the year and the flow of time based on the shadows caused by the sun over the stone\n1 44 44 47 48 widely previously interpreted as precursory activity to the 1906 earthquake , they have been found to have a strong seasonal pattern and have been postulated to be due to large seasonal sediment loads in coastal bays that overlie faults as a result of the erosion caused by hydraulic mining in the later years of the california gold rush\n6 1 1 7 7 mullet fingerlings have been released into the lake\n18 4 4 8 8 the exception is the player who drew the ace , who may stop whenever they want\n16 1 1 11 11 the idea of intensification was put forward by a number of archaeologists , but the most prominent in developing the idea was harry lourandos\n6 9 9 12 13 the deputy called for backup , and placed the suspect in a patrol car\n6 4 4 8 8 we put the soured cream in the butter churn and started stirring it\n3 7 7 8 8 he placed his index finger on the knife blade and his three remaining fingers on the knife handle\n14 2 2 10 10 this delightful tale humorously makes the point that the greatest risk in life may be in not taking one\n8 2 2 12 12 the boost voltage is derived from a separate , external low voltage source so as to meet the ( vboost vsw ) voltage requirement\n13 11 11 14 14 yet he afterwards fell away and became the head of a sect of vile heretics , of gross practices , called from his name the sect of the nicolaitans , rev ii 6 , and 15\n18 1 1 6 6 the infant was born in a condition of shock and died in ten minutes\n16 0 0 6 6 brickwork is masonry produced by a bricklayer , using bricks and mortar to build up brick structures such as walls\n15 1 1 7 8 this point has been discussed in several legal battles over the years\n0 1 1 6 6 a shortage of folate cause megaloblastic anemia , where red blood cells are large and pale\n16 6 6 8 8 it was an artificial and unworkable creation of intellectuals supported by the great powers\n6 6 6 12 12 in past 10 years , web technologies have been arriving into the enterprise\n8 10 10 14 14 once we had 6 hour delay because they deiced our plane too far from runway , so each time we got to the runway our plane had iced up again\n18 12 12 15 15 there are drain openings on both sides of the street in the curbs of the sidewalks\n0 3 3 12 12 rains and melting snow lead to genesee county ' s biggest sewage spill of the year\n13 19 19 22 22 sometimes their way led them under the shade of an overhanging bank or through the thin obscurity of a clump of leafless trees\n3 1 1 6 6 the wind pried with its stiff fingers at the very foundations\n0 2 2 7 7 a stereo buss outputs the stereo buss signal a record buss outputs the record buss signal\n3 3 3 4 4 he released the brake cable by detaching the retaining clip from the cable housing\n2 1 1 4 4 the rudders in dinghy boats are either fixed or have a lifting blade\n1 7 7 11 11 marital breakdown is often attributed to unresolved grief from infertility , miscarriage , and the loss of a child\n18 5 5 8 9 a highway shield is a sign denoting the route number of a highway , usually in the form of a symbolic shape with the route number\n13 8 8 11 11 i have enjoyed my interaction with the 2004 cohort of gutenberg authors , and learned much from the books that have appeared in the series as a whole\n17 1 1 10 10 the parties resolved the suit through a 3 year consent decree providing a total of 225000 to charging party and two other female claimants\n0 5 5 8 8 in addition , a brief biography establishing her credentials was included at the end of the report\n2 6 6 9 9 leave the comfort food on the shelves in the supermarket , buy extra fruit and veg , that way you gorge on healthy stuff , it does work trust me , i do it often\n3 6 6 12 12 iraq reiterated on friday that its dossier provided a full and honest account of its weapons programs\n13 1 1 4 4 a pod of ringed seals burst out of the water , then dove , leaving in their place a piece of green ice shaped like a harpoon\n13 18 18 22 22 sean patrick flannery and rod taylor star in this horrific tale of a small town overrun by a conspiracy of flesh eating ravens\n6 3 3 10 10 four deployed holloman airmen ran into their former holloman command chief recently\n18 1 1 10 10 the defendants took advantage of astor ' s diminished mental capacity to carry them out\n11 8 8 12 12 the babble was adjusted three times by the participant , using an attenuator with a continuously variable unmarked knob\n14 1 1 4 4 the panel considers the impact of the exhibition\n14 5 5 11 11 at the heart of the discussion was the financial and artistic crisis that photojournalism is currently going through\n18 1 1 7 7 the man has journeyed into deeper level studies with sound masters\n4 1 1 5 5 the painting was in a crate from which it had not been unpacked since its return from an exhibition in oklahoma city a year ago\n17 9 9 17 17 we think that ' s a case where the builder has targeted the market with the right product and has priced it well\n1 26 26 30 30 in addition , soil and river systems have been contaminated by the harsh chemicals used in cocaine production and the air has been polluted by the smoke caused by the burning of jungle and forest for coca bush cultivation\n8 2 2 6 6 the earliest writing is from 5000 years ago and helps us understand some of the changes\n18 3 3 4 4 he bought a gold bracelet for 200\n4 1 1 9 10 the note was tucked inside a quart size plastic ziplock bag\n18 5 5 6 6 most people buy pre made candle wicks when making homemade candles\n5 1 1 14 14 cylindrical defects in the trochanter area of 18 rabbit femora were filled with bg granules\n16 9 9 24 24 this panel once decorated the cover of a gospel book ( now in the hessisches landesmuseum , darmstadt ) written and illuminated by a scribe named liuthard\n18 1 1 12 12 the removal duplicate songs is done with the user friendly start up wizard\n1 1 1 5 6 the recession caused by the stock bubble was relatively mild , but so was the recovery\n4 1 1 7 7 the oil was contained in a massive tank in the basement storage room\n4 4 4 7 7 in philosophy , the brain in a vat is an element used in a variety of thought experiments intended to draw out certain features of our ideas of knowledge\n11 1 1 8 8 my mother bakes the puddings in a lidded dish which results in no skin and little caramelisation\n6 0 0 6 6 citizenship was finally awarded to the immigrant\n14 7 7 11 11 show 1 in the series is a documentary detailing the first stages of the celebrity students ' conductor training as they enter into a week long ` baton camp '\n18 20 20 23 23 i thought sometimes i saw the flash of distant spires , the sunny gleam of upland pastures , the soft undulation of purple hills\n6 3 3 14 14 three poor seal pups rescued from the yorkshire coast were released back into the wild at seal sands on teesside\n5 6 6 11 11 science and faith collide when a bottle full of flowing green goo is determined to not be dormitory food , but something altogether more sinister\n1 5 5 11 11 in the senate , the sizzle comes from an issue ad bill from dem sen jon erpenbach\n2 11 11 15 15 as you see , it very easily pulls away and the strings of the spaghetti squash come out relatively easy here\n2 4 4 7 7 air circulates through the arm of the machine , creating a gentle vacuum that can attract a page and guide it from the right side of the book to the left\n8 1 1 9 9 the evidence comes from nasa ' s mars reconnaissance orbiter which spied a series of depressions linked by what look like drainage channels\n2 4 4 7 7 to that end the rig of the ship and the style of operation have the simplicity\n1 11 11 15 15 cali , colombia , for their series of articles on the emergency caused by a landslide on the highway leading to the coast\n1 2 2 6 6 the financial losses caused by the earthquake were estimated at 7 million\n6 1 1 7 7 the tiger is moving into a new territory\n6 3 3 9 9 the government research grant was given to a top school to boost its research activities\n15 1 1 9 9 the position of the oecd has been criticized in literature\n0 3 3 4 4 the december 26th tsunami disaster is an example of a tsunami which was triggered by an earthquake\n0 1 1 5 5 the violence resulted in the death of police capo filippo raciti , which caused widespread soul searching and a week long suspension of italian football\n13 4 4 6 6 there ' s a crowd of reasons we get the flu in winter\n6 1 1 5 5 a train ran into a cattle on the railroad\n11 1 1 4 4 the engineer ' s scale came into existence when machining parts required a greater precision than the usual , binary fractionalization of the inch\n1 0 0 2 2 discomfort from braces is similar to that of working out at the gym the first few days you know you ' done something different , but then the body adapts and the discomfort disappears\n1 2 2 6 6 because the fire was caused by fireworks , costs associated with suppressing the fire were also applied\n17 0 0 3 3 workers build the comb from wax extruded from glands under their abdomen\n10 4 4 10 10 these and many other stories are used by the new scientists in order to support their theory\n6 12 12 22 22 after the source material and substrates were arranged , the small quartz tube was placed inside the 50 cm long horizontal tube furnace\n13 14 14 17 17 but largely they were of the rose kind , and , in the bloomy ring of wedded dames , sighed to in canzons , ' fair friends of knight and poet , but saw themselves a little further on\n1 11 11 16 16 the titan heats the dermis to cause collagen contraction while ensuring preservation the epidermis through continuous cooling\n3 2 2 3 3 ancient roman sewer grate made out of lime sandstone , 1st century ad , excavated at vindobona\n9 7 7 11 11 there have been various stories about the origin of the chinese script , with nearly all ancient writers attributing it to a man named cangjie\n1 2 2 7 7 the spiral light was caused by the missile\n0 21 21 25 25 one of these papers which was published in the journal climate research turned out to be so badly flawed that the scandal resulted in the resignation of the editor in chief\n6 6 6 11 11 the manager has added background text watermarks into the existing pdf file\n14 5 5 16 16 in the course of the discussion it was pointed out that middle class and lower class people in the united states also seem to react differently to work\n16 3 3 6 6 it is a scrawl by an artist to portray that which can not be portrayed even on a canvas as big and large as the heavens\n11 3 3 6 6 many of the passengers took the shuttle to town and turned around in ten minutes retreating back to the comfort of the air conditioned ship\n12 1 1 4 4 another deputy from coalition party resigns in turkey\n1 0 1 6 6 bed sores ( also known as pressure sores , decubitus ulcers or pressure ulcers ) are caused by pressure , which cuts off blood flow to parts of the body\n11 7 7 14 14 the underdog prize is awarded to the driver who wins the race with a car in the lowest pi of the field\n14 4 4 11 12 the aim of this section is a brief review of the clinical aspects of itp in pregnancy\n17 1 1 4 4 a farmer erected the disguise in 2000 out of hundreds of 8ftx4ft bales of straw and covered the top with blue tarpaulin\n13 12 12 14 14 when i was growing up in washington , my grandmother fed a nursery of raccoons every night\n6 1 1 5 5 the fat migrated into enrobing chocolate\n0 1 1 3 3 the presentation generated debate and there was general discussion on how journalists can better equip themselves to handle the challenges\n2 10 10 2 2 drawing my bow across the string sometimes results in the stick of the bow bouncing up and down\n9 9 9 10 10 rich in high quality protein and other nutrients , soy flour also adds a pleasant texture and flavor to a variety of products\n17 2 2 5 5 a custom clothier makes custom garments one at a time , to order\n2 7 7 10 10 uncooked steak is placed on the top shelf of the refrigerator and uncovered roast chicken on the bottom shelf\n13 28 28 0 0 hedgehogs annoy only their political opposition , while foxes annoy across the political spectrum , in part because the smartest foxes cherry pick idea fragments from the whole array of hedgehogs\n13 5 5 8 8 the plot here involves a cache of stolen jewels and gold bars , which were confiscated at the end of world war ii\n11 0 0 2 2 dentists use sedation in order to provide an anxiety free dental experience\n0 6 6 10 10 on my backpacking trip , the insoles caused a hot spot on the left side of my right heel and a blister on the right side of my left heel\n6 1 1 6 6 the chip was implanted into the pet\n4 1 1 10 11 the weapon was hidden in what appears to be a mobile phone\n18 5 5 8 9 the code applies to all sponsorship related to corporate image , brands , products , services activities or events of any kind\n8 2 2 8 8 the following excerpt was a part of the article some say it feels like a scene from a norman rockwell painting as families gather in front of the picturesque performing arts center\n0 0 0 5 5 cities produce surprisingly low carbon emissions per capita\n18 3 3 8 8 a tiny serbian village has put up a statue in honor of its adopted patron sylvester stallone ' s rocky\n5 3 3 6 6 i found a bottle with 5 fentermine in it yesterday\n18 1 1 7 7 cayenne pepper is a miracle cure for ulcers and so many other conditions , plus aids assimilation of nutrients and vitamins\n10 1 1 4 4 the stethoscope lets the doctor hear your heartbeat and the way your lungs sound\n6 2 3 8 8 the cold temperature waves are flowing into the desert\n8 2 2 5 5 when the soul left the body , it was at the first moment quite unclothed , as at birth\n4 4 4 8 8 a small supply of butter was in a jar that stood on the hearth , and the eggs were kept in a basket that hung on a peg nearby\n14 5 5 10 10 the authentic looking , powerful film is concerned with the problems of trade unionism , corruption and racketeering\n6 4 4 8 9 he slowly inserted the disk into the removable disk drive\n2 1 1 4 4 the handgrip of the gun is standard plastic but with two rubber insets which make the unit feel very comfortable in your hand\n6 1 1 9 9 the tourist was taking a trip into the amazing jungle of amazon\n14 7 7 11 11 the newly elected president is making a speech addressing the latest threat to this countries economy and people\n10 1 1 4 4 the software lets the teleworker closely associate his ip soft phone with other public switched telephone network ( pstn ) connections\n1 3 3 8 8 excluding the current outbreaks caused by the h5n1 virus , only 24 outbreaks of highly pathogenic avian influenza have been recorded worldwide since 1959\n11 1 1 14 14 the group tried assessment of vigilance through a brief pencil and paper letter cancellation task\n18 14 14 18 18 tom reynold ' s brought his first barrel of flour from detour on a jumper drawn by an ox\n1 0 0 2 2 alternators generate electricity by the same principle as dc generators\n13 4 4 7 7 the site has a lounge of dedicated lizards who vote out anyone with whom they do not agree\n2 24 24 27 27 a chinese food container set on top of something sticky was lifted up and tore , leaving a shred of cardboard glued to the shelf of the refrigerator\n18 11 11 15 15 french style pate is in fact easier to make than my grandmother ' s chopped liver , which called for rendering chicken fat\n8 12 12 18 18 silverwoods set up small distribution points through southern ontario where the packaged milk was delivered from the city dairy via large tractor trailers then it was reloaded on smaller route trucks that distributed it to the stores in a certain area surrounding the distribution depot\n1 4 4 12 12 many of the 550 deaths are directly and intentionally caused by the physician but not reported as euthanasia because they lacked consent\n2 12 12 15 15 the purpose of this is to slow or reduce decay in the stem of the tree or limb\n2 4 4 7 7 he clicked the left key of the mouse in order to copy the chosen translation to the clipboard\n13 7 7 9 9 the mighty chaos warships let down a hailstorm of gunships and drop pods , flooding the planet with vile and corrupted plague marines\n2 4 4 7 7 he opened up the nostrils in the nose a bit to fit the left and right winglets into it\n5 8 8 10 10 in japan i was able to bring a bottle with water in it through security on my way to singapore\n12 7 7 8 8 at that time , it issued a card deck in the hopes of paving the way to regime change and , eventually , large scale war crimes proceedings\n6 2 2 7 7 the paperback pamphlet was put inside a binder , as shown below\n5 9 9 11 11 although the guards searched his car and opened a suitcase with tracts in it they did not notice the illegal materials\n18 9 9 13 13 john chaney is found home on the range herding cattle on his clarksburg farm\n6 10 10 13 13 the inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube\n18 1 1 7 7 new plans are outlined for another wind farm in north devon of no more than four turbines\n18 1 1 4 4 two universities entered in collaboration focusing on development of plant biotechnology\n17 5 5 10 10 using her tail , the female digs a trough shaped nest , called a redd ( scandinavian word for nest ) , in the gravel of the stream bed\n2 11 11 4 4 the handle of the bow is made of wood and the strings of the bow are actually horsehair from horses ' tails\n3 1 1 5 5 this recogniser works with a vocabulary of up to several hundred words\n2 2 2 5 5 the inner strands of the mop are twisted very little , while the outer strands have farther to go and thus receive more of the torque , or twisting force\n18 2 2 15 15 a cafe owner thought up an unlikely beverage that has created a ` miracle ' cure\n6 2 2 7 7 we inserted marks into the heap profiling output programmatically\n18 1 1 4 5 the actress went into cardiac arrest\n18 2 2 6 6 the boat rides leave from the harbor at avoch , chugging out into the firth in search of bottle nose dolphins\n13 2 2 5 5 but a confederacy of different republics has , in many instances , existed and flourished for a long time together\n13 9 9 11 12 he fumbled at his shirt and pulled out a wad of bank notes tied with a string\n6 2 2 8 8 new western customs moved into the traditional asian culture\n17 5 5 8 8 besieged by questions , the girl started a blog to defend herself , and to capitalize on her newfound fame\n4 1 1 5 5 the stamp was inside a box for a double pack\n13 4 4 6 6 he had a huge zoo of animals , savage beasts from the far parts of the world , but that was n ' t enough for him\n13 3 3 6 6 starring an unforgettable husk of lively hares , the volume is set to nurture the positive presence of loved ones , powerful players in the development of emotive resilience and for the living of dreams\n3 7 7 9 10 god , i ' m glad that car had seat belts\n10 1 1 7 7 the pliers belong to john ' s electrician\n18 2 2 11 11 this readable book is the product of darwin ' s amazing journey aboard the beagle\n16 22 22 27 27 it should also train all public officials and civil servants to refrain from discriminating against this group , according to a new report by the european affairs committee\n6 2 2 6 6 the illicit guns flow into this country through mexican gangs\n3 2 2 7 8 the control layout in the cabin comprises computer displays , traditional control panels and two joysticks for con trolling the crane arm\n14 4 4 9 9 the remainder of this report had relation to the payment of the loan from the bank\n13 9 9 12 12 the bm purchased from stevens in december 1861 a parcel of 116 birds from various localities including mysol\n13 1 1 3 4 a string of pack ponies trotted through the pines behind them\n12 18 18 21 21 he scored 10 out of 14 , performed below his rating at 2474 , but still was the striker of the team\n13 9 9 11 11 just like in oyo state , obasanjo sired a clique of renegades , who believe that the state treasury is their birthright\n17 1 1 3 3 a factory for cars and spareparts was built in russia\n6 2 2 8 8 the new software is shipped to the major distributors\n13 12 12 14 14 after an hour after lunch break , kenny and randy spotted a herd of boars in a common feeding area\n18 8 8 13 13 he puts a driver bit that fits the screw in the drill press chuck\n8 15 15 19 19 there was be just sufficient time for him to go there and return before the boat had left the shore\n11 13 13 24 24 love did n ' t find success initially as he bounced from one therapist to another , but eventually found a therapist with a program that worked for him\n18 1 1 7 7 the defendant was acting from his own computer in london\n14 2 2 10 10 the local newspaper keeps new brighton residents informed on various events in the city\n11 2 2 9 9 the combined beam forms a picture using a light valve\n16 1 1 6 6 the music was composed by a musician who was not known outside his village\n1 0 0 3 3 smoke from wood fires in tutbury castle in nottingham was considered unendurable by eleanor of aquitaine , wife of henry ii , causing her to move out in 1157\n6 1 1 6 6 those aliens travel to the deep space in seconds\n11 1 1 16 16 the user is cooling a processor with a power usage of 35w , using a conventional heatsink\n1 1 1 6 6 the increase is caused by the absorption of uv radiation by the oxygen and ozone\n4 8 8 12 12 the tray is also used to hold the cutlery in a kitchen drawer\n18 4 5 7 7 the court sent the drug addict into hibernation\n13 2 2 4 4 another small devision of archers was sent towards gots to inforse united army\n2 4 4 8 8 the group made the cover of rolling stone magazine on march 29 , 1973 , 3 months after this was released\n8 4 4 9 9 they show that substantial intelligence was gained from pocket litter ( materials found on detainees when they were captured )\n17 9 9 19 19 on wednesday high speed two , a government backed company of engineers and experts who have drawn up the proposals , gave their report to adonis\n6 8 8 15 15 to pass the time , he put a penny into two different coin operated weight machines and got readings of 106 pounds and 200 pounds\n14 1 1 6 6 their texts made reference to ancient civilisation like atlantis\n1 6 6 8 8 take medicine to reduce sneezing and coughing from allergies\n4 5 5 9 9 we had breakfast and the chai was in a glass which i found a little strange\n6 2 2 9 9 multi keypad devices are added into upcoming at t phones\n4 3 3 7 7 many of the ingredients in a gourmet basket are vaguely familiar , but they have been taken to the ultimate level in luxury\n3 1 1 7 7 a device consisting of fixed and moving parts that modifies mechanical energy and transmits it in a more useful form\n14 4 4 8 8 as discussed in the literature , several experimental problems have not been solved\n2 2 2 6 6 the safety valve of the first tank was actuated after 16 min and 27 s , while the safety valve of the second tank was actuated after 16 min and 53 s\n11 0 0 4 4 authors use a radiobuttongroup control for this purpose\n6 0 0 9 9 doses of smallpox vaccine have been shipped to 35 states\n4 0 0 3 3 ferrets in a sack show more politesse\n8 8 8 11 11 in this slideshow , images and quotes by artists from past seasons of art 21 are juxtaposed to create a portrait of architecture in contemporary art\n6 1 1 7 7 the urine was drained into the urine bag\n18 9 9 11 11 showing interest in something is a large step towards happiness after depression\n4 2 2 2 2 the green suitcase was inside a larger tan suitcase , which also contained a set of baby rosary beads , a religious picture , a picture of a 5 year old girl and a card that read birthday prayer\n18 4 4 11 11 by now , my friends are familiar with my almost english obsession with toast\n17 1 1 6 6 two plants were producing cold smoked salmon , the third plant was producing semi preserved herring and the fourth plant was producing caviar\n18 1 1 6 6 the charges originated in an attempted blackmail against moti , a constitutional lawyer and australian citizen , in vanuatu in 1997 98\n3 4 4 18 18 the beatles ' 1967 album sgt pepper ' s lonely hearts club band has a widely recognized album cover which depicts several dozen celebrities and other images\n6 0 0 8 8 audiences are dragged into troi ' s counseling sessions\n2 5 5 8 8 the fins extend beyond the hull of the vessel below the waterline , and alter their angle of attack depending upon heel angle of the vessel\n6 1 1 7 7 the passenger was placed into a small room before being transported to harborview medical center for treatment\n4 7 7 12 12 they went to the mall where my wallet was locked in a safe that very few people knew how to open , but they persevered\n2 16 16 25 25 the fragment that first caught the eye of stais was one of the corroded , inscribed plates that is an integral part of the antikythera mechanism , as the device later came to be called\n11 8 8 11 11 the index finger was placed inside a normal outfielder ' s glove , but it seemed placed at an angle where it has a difficult time assisting in the closing of the glove around the ball\n10 1 1 5 5 the electricity used for distillery operations has been estimated at 12 9 kwh cane , with a best available technology rate of 9 6 kwh cane\n6 6 6 14 14 researchers placed the compound in a tube , which then was put inside a magnet\n1 7 7 16 16 generally it appears that most of the damage was caused by the winds and the rough seas\n18 0 0 16 17 radiology is the branch or specialty of medicine that deals with the study and application of imaging technology\n1 15 15 20 20 world practices have shown that often local authorities are quicker to respond to the natural disasters caused by the climate change\n16 11 11 15 15 earthly powers is a meta novel , then , an unexpected masterpiece by a mediocre novelist\n4 7 7 11 11 this is usually accomplished by placing the ball in a wire basket or container that substantially conforms to the shape of the ball\n18 12 12 15 15 there are four locations of this restaurant , owned by the buckley company of dublin butchers\n13 2 2 7 7 the lower house was composed of elected representatives\n9 13 13 14 14 therefore , a different method is used , involving a condom , some strawberry syrup , and a piece of 1 aluminium plating ( not as kinky as it sounds )\n1 17 17 21 21 the funds raised through this appeal have a direct impact on the people affected by the severe devastations caused by the storms\n16 2 2 9 9 the popcorn truck was improvised by an armenian cabinet maker who came here in 1914 to escape turkish massacres\n13 6 6 9 9 every morning night we have a psittacosis of green parrots doing a couple of loops around our house\n16 1 1 6 6 the book by the death march survivor constitutes the basis of the case\n18 1 1 5 5 the harness was in a chest\n8 1 1 5 5 the drug release from the microcapsules was diffusion controlled\n17 3 3 7 7 the r b singer has issued a statement expressing remorse ` over what transpired ' and saying he is seeking counselling\n18 11 11 14 14 as the group ventures deeper into the forest , the eerie realm unleashes its spirits unto the intruders , killing them one by one\n12 1 1 4 5 the chairman of the political party or the independent candidate entitled to representatives , as appropriate , must provide a notice of authorization\n17 5 5 13 13 whenever we try a new butcher we always buy the butcher ' s sausage first\n2 5 5 8 8 this was demonstrated for a servomotor driven robot arm using a computer simulation\n18 1 1 4 4 preventing stream and riverbank erosion is one of the main focuses in riparian protection and restoration\n16 1 1 8 8 the film ' s star , writer and director , tommy wiseau , has claimed it to be a black comedy , but other actors involved in the production believe it was supposed to be a melodramatic romance\n14 2 2 5 6 his graduation thesis supplied valuable background information on the subject of the duel\n15 1 1 11 11 his career was most recently summarised in john bray ' s biography of gallienus\n14 1 1 5 6 its collections illustrate admirably the natural history , archeology and art of southern india\n1 0 0 9 9 outbreaks caused by the oral vaccine ' s live virus have happened before\n2 3 3 4 4 he took a ring folder , and a pad of paper suitably punched to fit the ring folder\n11 6 6 10 10 in tele operation , a human operator manipulates a control stick to generate a command signal so that a robot performs a specified task\n3 9 9 10 10 the site contained photos of female celebrities exposing their belly buttons\n13 15 15 18 18 despite being a fan of 1860 munich , he ended up playing for the youth squad of their rivals , bayern munich , in 1959\n15 0 0 11 11 results from this testing were presented in a previous technical progress report for this project\n14 1 1 7 7 the programs explored britain ' s favorite games across a century of childhood\n8 4 4 12 12 on sunday afternoon , passengers on the united flight were leaving the airport after being taken to a room there for about three hours\n1 1 1 10 10 the compromise resolved the crisis through a series of secret negotiations involving republican and democratic politicians and various interest groups\n18 0 0 4 4 men work inside a caisson while excavating for bridge foundations\n9 6 6 12 12 in other words , when the teacher is the source of the information , the learning path tends to be teacher to learner\n13 23 23 25 25 several merry answers were made to my question , which entertained us ' till bed time , and filled my mind with a huddle of ideas\n5 11 11 14 14 a passenger was taken into custody after trying to bring a suitcase full of cocaine onto a plane at philadelphia international airport\n8 1 1 6 6 a man who absconded from a hospital in abergavenny has been found by police\n6 5 5 11 11 unlike our expectation , this religion is spreading faster into the country\n14 1 1 3 3 this book approaches painting in a traditional manner with an extreme sensitivity to light and texture\n8 4 4 10 10 an initial phase 1 packet arrived from an unrecognized peer gateway\n6 11 11 14 14 after wrapping him in a light blanket , they placed the infant in the cradle his father had carved for him\n11 1 1 4 4 the nurse wields the scalpel\n6 0 0 5 5 mosquitoes are spreading into new places , bringing malaria and dengue fever with them\n17 5 5 9 9 beginning in 1939 , the factory ' s passenger cars were sold under the moskvitch ( muscovite ) brand\n5 1 1 5 5 the bathtub was full of books , and extra space became paramount\n14 4 4 9 9 zhao guoxiang in his speech pointed out that this competition is an important measure for the cultivation of academic atmosphere\n4 8 8 22 22 the fine powder was loaded into a rubber bag of 3 diameter and the bag was contained in a stainless or plastic sheath\n3 6 6 9 9 this absorbency is important in a candle because the wick needs to absorb liquid wax and move it upward while the candle is burning\n6 2 2 8 8 the light combustibles are dropped in to a bunker as the combustible fuel for use in the steam boiler for generation of steam\n4 5 5 11 11 an aborted 7 month old fetus was found in a gift box under a christmas tree\n18 2 2 6 6 frequently the author departs from an explanation of what has transpired and the facts and forces pertaining to the action\n9 4 4 10 10 in this constitution the people was the source of all powers , but it exercised none\n2 12 12 15 15 the predominant mixing action is to shear the mixing compound between the rotors of the mixer , and the distance between the rotors is less than the rotor diameter\n18 1 1 8 8 the band performs with a high level of musicality , energy and spirit while combining sensitive group interplay with dynamic solo improvisations\n4 1 2 7 9 the glass bottle was contained in a wire mesh basket in case of explosion\n10 1 1 11 11 the installation powered a 100 horsepower ( 75 kw ) synchronous motor at telluride\n13 20 20 23 23 merolchazzar , the high priest , muttered something about the anger of the gods at the toleration shown to a sect of impious heretics who ate pigeons broiled , whereas , said he , our religion commands us to eat them roasted\n18 1 1 4 4 the process builds many features into the product that translate into benefits for you\n11 2 2 10 11 a shirtless farmer toils to plow the soil with a hand cultivator while his wife quietly follows with seeds for the freshly turned earth\n14 2 2 6 6 the latter course explained the biological phenomena in a mathematical way\n3 1 1 11 11 the flat has a fully equipped kitchen , bbq , two bathrooms , internet , sky and an indoor pool\n12 0 0 4 4 fish gather in a shoal , a shallow place in a river or lake\n18 6 6 11 11 where a worker works in a factory for more than nine hours in any day or for more than forty eight hours in any week , he shall be entitled to wages at the rate of twice his ordinary rate of wages\n13 12 12 14 14 they raided a house behind mustapha ' s residence and seized a cache of arms , weapons and explosives\n18 1 1 6 6 the work is rooted in an effort to demonstrate commonality between the arts by focusing on classical rhetoric as the main discursive agency\n8 9 9 14 14 republican senators hammered white house science officials about the emails leaked from prominent climate scientists two weeks ago\n18 5 5 13 13 thermocerin is a powerful fat burner that works with a combination of natural herbs such as white and green tea , capsaicin , and caffeine\n18 4 4 5 5 peter wayner , a technology writer , struggles with how to respond to the widespread piracy of his books online\n2 2 2 5 5 even the hinges of the refrigerator are hidden to provide a clean edged look\n1 19 19 34 34 so solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels , the steam is produced by the heat collected from sunlight\n13 4 4 7 7 since we see an array of spectral colors , it led him to the conclusion that color is a perceptual experience that depends on the wavelength of the light\n18 2 2 6 6 but the problem requires a broader solution one that is consistent with the new u s commitment to cross border cooperation\n18 4 4 10 10 the size of the assemblies grows from the byssus substrate interface to the transition layer\n6 3 3 5 6 virgin spaceship takes visitors into suborbital space\n13 9 9 11 11 david and i have the same vision for our kennel of dogs and share the same philosophy in what we want our labradors to represent\n13 18 18 21 21 the street outside the side entrance was decked , however , with three limousines double parked and a squad of motorcycle policemen stood at the door\n9 3 3 4 4 the production of rice spirits in south china , such as the well known guiling shanhua spirit , kept using the same method described above until the first half of this century\n11 1 1 6 6 the software creates pictures using random algorithms , and prints them in sections on multiple pages which can be trimmed and assembled to fashion large posters\n0 0 1 10 10 autonomic imbalance is one of the multifactorial causes of essential hypertension currently\n11 14 14 23 23 sitting on wooden benches , in strong , concealed positions , the enemy machine gunners tore the platoon to shreds with their murderous weapons\n17 10 10 13 13 toda has established himself as the world ' s foremost folder of paper planes\n14 1 1 4 4 the exhibition explores the ideas and beliefs of people in the middle ages\n18 1 1 9 9 narrative identity takes part in the story ' s movement , in the dialectic between order and disorder\n14 4 4 8 8 again you make professional judgements regarding their relative value\n2 11 11 14 14 some nails are more difficult to remove than others from the shank of the shoe\n3 4 4 5 5 he kept collecting those book titles , and sent them to me for our next reading list\n14 2 2 7 7 the following discussion centered mainly around the issue of photographing children\n13 12 12 15 15 it was the only living thing in sight except for a stationary cloud of hysterical gnats suspended in the heat above the road\n1 10 10 13 13 as i move closer to the kitchen , the steady hum of the refrigerator grows stronger\n12 10 10 13 13 he changed perspective cricketers view , on role of wicket keeper in the team\n16 14 14 19 19 i have long been an ardent admirer , user , and buyer of the knitwear produced by this excellent company based in the small borders town of hawick\n8 12 12 19 19 to strengthen , if needed , maybe some sinister reference to the pea having got out from under the mattress\n18 2 2 9 9 the real output per capita is running into inherent barriers\n0 1 1 10 10 fatty acid and phospholipid chlorohydrins cause cell stress and endothelial adhesion\n6 1 1 9 9 nuclear material of trypanosoma brucei is imported into the mitochondria\n6 5 5 8 8 lately , even women inject steroids into their muscles\n18 11 11 16 16 the earth was the center of the universe , and the sky was enclosed in a dome\n6 3 3 7 8 the enemy combatant case has moved into civilian courts\n14 3 3 6 6 it is the story of a teenager who finds himself floating on a raft down the mississippi river with an escaping slave\n14 5 5 9 9 they are a collection of standards defining the allowed formats of compact discs\n13 5 5 9 9 strora enso has a wide range of white envelope papers developed for excellent runnability and printability\n8 4 4 9 9 the origin of a cancer is from a single cell\n13 3 3 6 6 i had a nest of garter snakes in the crack between the sidewalk and foundation last year\n14 3 3 5 5 the old geological theory explained mountains as wrinkles made by the earth shrinking as it cools down\n3 1 1 4 4 our cutter has a staysail on a furler\n4 1 2 6 6 my mint julep was in a glass i still own\n6 8 8 11 11 the contaminated buildings that were buried have leaked radiation into the soil\n11 3 3 6 6 another shows a worker with a cigarette dangling from his mouth , a lunch box popping out from under a well muscled arm\n5 14 14 17 19 when leaving on the walk , our guide gave one of our group a bottle with twenty re hydration tablets in it\n6 4 4 8 8 he accidentally dropped the file into the wrong folder\n0 2 2 6 6 the new cigarettes cause headaches and nausea and contain dangerous chemicals\n12 4 4 5 5 the method examines the hypothesis stack of the decoder during recognition and picks the most likely terms before they are pruned\n18 8 8 10 10 bangladesh has urged india to do away with visas for travel between the two neighbors to boost trade\n11 2 2 8 8 a canadian doctor cured me with only a massage\n8 6 6 11 11 this past september , the convicted burglar escaped from an open prison\n18 12 12 13 13 i made sure that the end could still slide freely over the dowel rod\n6 3 3 6 6 he put a gallon into his cart and walked back to the front of the store\n13 4 4 8 8 they were a loose confederacy of various arab lineages who were forged together in the eighteenth century by a common way of life and amalgamated in the twentieth century under their famous shaykh ( sir ) ` ali al tom ( 1874 1937 )\n14 1 1 5 5 local legend tells of a man unjustly hanged and a grave where no grass will grow\n15 5 5 12 12 it was noted that this policy had been considered at the last meeting of the policy and procedure review\n12 0 0 6 7 billionaires make up india ' s rich list\n3 2 2 6 6 an air freshener is constructed from parts to make a model of an object from everyday life , e g an airplane , insect , or bird\n2 18 18 21 21 as the driver passed venne , one of the hooks caught the cyclist , dragging him under the wheels of the truck\n6 4 4 7 7 people used to throw coins into this fountain\n11 1 1 3 3 the military uses sandbags for field fortifications , or as a temporary measure to protect civilian structures\n6 1 1 7 7 the prophet was put into a vaulted cell in a dungeon , where he remained a long time\n2 12 12 15 15 peg bags are the medium sized bags that hang in the candy isle of the store\n0 5 5 8 8 on the hour , the clock plays a melody with motion\n18 4 4 5 5 for example , a technology manufacturer undertook a seven year , 200 million human resources outsourcing effort\n1 2 2 9 9 nurses ' militancy stemmed from two different kinds of experiences\n4 7 8 13 14 an i button is a globally unique computer chip enclosed in a 16mm steel case\n11 5 5 12 12 four hours earlier , the electrician injured his eye with the blunt end of a screwdriver\n4 6 6 10 10 he was shocked to find the mixes were in a box in his garage that was in mortal danger because rats had used it for nesting\n18 1 1 6 6 this publication is supported by a grant from merck\n3 3 3 6 6 a simple dc motor has a coil of wire that can rotate in a magnetic field\n13 8 8 11 11 the human psyche is seen to be a confederation of various aspects ( e g , cognition , affection , conation )\n2 8 8 11 11 nails grow out of deep folds in the skin of the fingers and toes\n8 1 1 12 12 the plane took off westbound from the small airport ' s southernmost runway shortly before 6 p m\n1 1 1 4 4 the pollution from animal factories is also destroying parts of the world ' s oceans\n13 9 9 12 12 it is a shady retreat , close to a chain of shallow ponds near the lake shore\n18 9 9 13 13 but o ' brien was proud of how his team finished a difficult season\n6 1 1 6 6 the aircraft is landing into the sea\n3 8 8 12 12 as a result of this consolidation , the area comprised of these villages is now called kalbach , but each village still has its own identity on a map\n18 1 1 13 14 the achievements of michael phelps in the pool proved to be a major talking point for the riders\n18 2 2 5 5 a remarkable combination of favourable circumstances saw the technology progress from the innovation phase its trial in prototype form through to adoption and widespread use , in only a few years\n1 17 17 22 22 the nnt and nnh are useful indices to describe the trade off between the benefit and the harm produced by a new treatment\n3 4 4 6 6 however , there are fish with lungs and fish without swim bladders\n14 2 2 7 7 the eleventh chapter is devoted entirely to architecture\n1 0 0 4 4 acne is caused by clogging of sebaceous ( oil producing ) glands on the skin\n13 2 2 5 5 once the list of relevant patents appears , clicking on the patent number brings up the entire patent\n8 13 13 18 18 in one of cinema ' s earliest and most famous screenings , the crowd ran away from the theater after an approaching train appeared\n11 9 9 16 16 they infiltrated here and there , provoking the russian military to liberate region after region with bombs and artillery\n15 1 1 11 11 electroconvulsive therapy has been depicted in several fictional and semi fictional films , books , and songs\n2 1 1 4 4 the muscularis of the stomach is thicker than that elsewhere\n3 6 6 12 12 cordgo has developed a nifty little headphone winder to prevent your headphone cords from tangling as you as you move about during the day\n13 16 16 19 19 of course the proble is christmas just passed so i ' ve got a brand new pile of unread books to contend with\n18 7 7 10 10 this ordinance was a result of the bond of profit agents getting angry over the recent expansion of the broward county pretrial program\n13 3 3 15 15 the current swiss confederation was created in 1802 as a confederation of various multi ethnic cantons , which all have their own characteristics\n3 1 1 4 4 the table summarises the results for the remaining 567 women\n0 11 11 14 14 no water enters the inside of the dishwasher , and the motor makes a sound as if under strain\n18 9 9 15 15 the vessel went down in a typhoon and the man was discovered inside a cork buffer used to prevent damage to the ship during docking\n14 4 4 8 8 the approved fireworks exhibition rules involve stricter display guidelines\n8 1 1 4 4 my evidence from two weeks ago proves the situation has changed from the time of their evidence\n14 2 2 10 10 this comprehensive book discusses both the human and the natural history of the islands of california\n2 21 21 24 24 metals , on the other hand , reflect these radio waves , a characteristic very cleverly put to use in the walls of the microwave such that no waves escape\n2 1 1 4 4 the spring of the gravimeter must extend some more to accommodate the larger weight\n18 8 8 11 11 walking trails , fire pit and a tree fort in the woods have encouraged him to spend time outside\n6 4 4 8 8 the scientists placed the substance in a tiny capsule which gets channelled into cancer cells , and is then unpacked with a laser impulse\n13 13 13 16 16 jackson was n ' t to be outdone and was rewarded with a leap of three leopards , which he watched with his guests for an amazing five hours\n8 2 2 6 6 meanwhile the appellant had left the house\n6 1 1 6 6 these people have journeyed into a mountain that is over 2 , 000 m high\n18 5 5 10 10 a cutting tool of the sort used for deep hole drilling has a cutting head mounted on a shank\n16 16 16 21 21 the invisible hand , also known as the invisible hand of the market , is a metaphor first coined by the economist in the theory of moral sentiments\n5 4 5 8 8 i have a large garbage bag full of clothes for a teen or preteen girl\n16 1 1 9 9 these lines from the pen of a nineteenth century poet rupchand pakshi describe the city of calcutta as a city of machines\n13 7 7 9 9 it seems really nasty to have an army of caterpillars infest a fruit tree\n1 1 1 8 8 the fluctuations are caused by state and federal taxes , distance from refineries to filling stations and environmental laws\n16 9 9 13 13 i just got in the mail a newly published book by an old friend of mine , gordon goldstein\n6 1 1 8 8 the balances were imported into the small business accounting correctly\n6 3 3 9 9 an unofficial technical information has been leaked to the public\n1 0 0 5 5 rabies is caused by a virus that is usually contracted through the saliva of an infected animal\n5 1 1 8 8 the hamper was full of high quality sweet biscuits , chocolates , cakes and puddings , shortbread , pickles , teas and wine\n17 8 8 17 17 jillian palmer came from a comfortably off portsmouth family , who manufactured the renowned range of victory brushes\n1 1 1 7 7 an accident has been caused by the fog\n2 31 31 34 34 as was standard practice at the museum on that day of the week , only maintenance workers , cleaning staff , curators , and a few other employees roamed the cavernous halls of the building that was once the home of france ' s kings but for centuries had been devoted to housing the nation ' s art treasures\n0 1 1 5 5 the injury resulted in numerous operations to save his eyesight\n13 21 21 25 25 the drive starts out in the small community of copeland and on through a couple of small ponds , where a flight of double crested cormorants were gathered\n6 5 5 8 8 the man dropped off the mail into the mailbox\n5 10 10 13 13 i had a trash bag full of clothes and a suitcase full of beer\n8 2 2 6 6 after the emperor had left the room , he turned to his attendants\n8 1 1 6 6 the fountain was removed from that location and placed at seneca park along north tenth street some time later\n18 3 3 9 9 this time the lobster was full of its superb flavor , which suffused even into the buttered corn\n3 12 12 20 20 this was an exciting innovation for the packaging industry because the aluminum can was made with only two pieces a body and an end\n18 1 1 4 4 the mistress fries the rashers in a small china fryingpan over the lamp , passing to each person the hot slices as they are done\n18 4 4 7 7 in luxembourg , the majority of migrant workers are cross border workers who maintain their residence in neighbouring countries such as belgium , france and germany as a result , employers and public authorities recognize their diplomas rather easily\n4 1 1 5 5 this crabmeat was in a can , but it was in the refrigerator case in the seafood section , not in the grocery aisle by the tuna\n18 1 1 10 10 various studies have been conducted with regard to the above phenomena\n16 8 8 9 9 as for the damaged republican brand , one message voters sent with mr mcdonnell ' s election is that they do n ' t want the gop to repeat its mistakes from the past decade\n11 1 1 8 8 the buyer adjusted the gold dust with a spoon until the scale balanced\n11 0 0 14 14 four of us stopped the cyanide train , with no money , but with candles , cups of tea and home made banners\n2 9 9 12 12 he saw behind the scenes and all the showroom areas of the store\n1 6 6 13 14 we address the longer term budget imbalance that has been caused by the tax cuts\n1 9 9 13 13 in north america , about 58 percent of the wildfires are caused by humans\n18 2 2 4 5 we put fairness into copyright use\n6 5 5 11 11 shortly after injection , the poison is going into the blood vessels\n18 4 4 7 7 data shows that public concern about the economy has moved into the top five issues facing the country\n13 2 2 5 5 the communal den of garter snakes in manitoba is selected to study whether courting males make mistakes in selecting females\n6 3 3 7 7 he stuffed the letter into the breast pocket of his suit and slipped the enclosed dvd into the player\n18 1 1 6 6 the quota was extended from six weeks to 10 weeks in 2009\n2 2 2 5 5 although the bore of the trumpet is mostly cylindrical , it is formed from a complex series of tapers , the smallest being at the mouthpiece receiver , and the largest being at the throat of the bell , before the flare for the bell begins\n8 3 3 7 7 here are some pictures from a couple weeks ago when we had some ice\n18 8 8 12 12 my cousins have some fun sliding down the steps in a laundry basket\n8 1 1 10 10 a man holding a small toddler ran away from the beach as fast as he could , calling out tsunami !\n2 4 4 9 9 andre hartman touches the snout of the great white shark\n18 3 3 9 9 volvo stores the information in a secure and protected environment for as long as they believe it will help the company understand how to serve its clients better\n15 1 1 7 7 the case has been examined in several books\n8 5 5 10 10 more recently they concluded the arsenic originated in iron oxide coatings of rocks lining the aquifer\n14 1 1 8 8 the speech also devoted considerable time to foreign affairs\n2 5 5 8 8 munitions were stored in the hold of the vessel\n11 1 1 8 8 the surgeon performs a vasoepididymostomy using an operating microscope\n18 5 5 8 8 details about how catholic church dioceses dealt with allegations of child abuse are to emerge within the coming weeks\n16 1 1 4 4 every engine that the plant builds is hot tested\n6 1 1 5 5 my brother has entered my room without knocking\n13 5 5 9 9 over the years a sound stud of homogenous brood mares has developed\n1 17 17 19 19 make sure the child takes lots of fluids in spite of the oral discomfort to prevent high fever from dehydration\n11 2 2 12 12 the motor system scaled the object ' s dimensions by modulating the muscles\n14 3 3 6 6 this splendid little book traces the history of the company from 3000 bc to the present day\n13 19 19 22 22 the key to thirteen ' s return to form is having danny ocean ( clooney ) and his merry ratpack of expert thieves and con men reteam in las vegas , site of their original big score in eleven\n18 11 11 13 13 the tafawa balewa square ( tbs ) in lagos hosted a galaxy of events with tourism and culture activities as center of attraction\n14 1 1 9 9 this movie is a depiction of the last twelve hours in the life of jesus of nazareth , on the day of his crucifixion in jerusalem\n2 14 14 17 17 the divers went down two weeks ago to look at the condition of the piles supporting the pier\n16 13 13 17 17 inside , senior stylist favio alfano , 33 , wields custom made 1000 scissors made by a guy named shioji , a genius in wakayama\n8 0 0 3 3 plane taxies from runway and stops on terminal roof\n6 3 3 8 8 last night , wine was brought to the restaurant\n13 6 6 9 9 in the meantime , an unlikely menage of payaya natives , franciscan padres , canary islanders and spanish soldiers struggle to bring the city together as winter approaches\n2 17 17 20 20 landings are be provided at the top and the bottom of every flight include part of the floor of the building\n3 1 1 9 9 a newspaper consists of just the same number of words whether there be any news in it or not\n11 4 4 7 7 the picture shows a worker with a mallet and a scalpel in his hands , and having his trunk exposed\n6 0 0 9 9 supernatant was removed into a 100 ml polypropylene centrifuge tube\n0 5 5 8 8 a rare and incurable congenital disease which causes blindness has been successfully treated for the first time using gene therapy\n0 18 18 22 22 as i pulled unit apart the small fan on top of light was caked with dust , the heat caused a little discoloration on the difusing lense\n0 18 18 27 27 his work has led to new treatments for addicts , tests for drug intoxication and understanding of how heroin , other opiates and cocaine cause dependence and withdrawal\n18 6 6 8 8 serious troubles have dragged the infamous actress into chaos\n3 1 1 10 10 the mill carves the model from polyurethane with a cutting tool that moves based on coordinates from the image\n18 11 11 13 13 the shakespeare authorship studies conference is the world ' s largest convocation of academicians and scholars to gather annually for the purpose of sharing new research on the life and works of the elizabethan era ' s premier poet , playwright and wordsmith\n1 0 0 2 2 shrinkage from washing has always been considered a serious problem for cotton knitted fabrics\n2 2 2 4 4 with its hoof the reindeer scrapes away the snow and discovers underneath the reindeer moss\n17 19 19 31 31 last year cavendish had barely completed a move , 45 degrees across a road at 70km , before his fiancee , melissa , watching on tv , had completed a text message threatening him with divorce if he risked his life like that again\n3 3 3 10 10 this air conditioning system contains refrigerant under pressure , rotating parts and electrical connections which may be dangerous and could cause serious injury\n14 2 2 8 8 these 14 portraits give an introduction to successful women in the fields of politics , the economy , science , the church and new social movements\n3 1 1 8 8 the machine processes the blood using a centrifugal pump , which separates the components of the blood and the plasma\n13 16 16 18 18 the data provided powerful evidence that the unusual meteorite was the result of a long lasting rain of meteorites following the destruction of an asteroid\n8 1 1 8 8 the water was distilled from an alkaline permanganate solution in an all pyrex still\n13 11 11 13 13 often when people hunt for snipe , they come upon a fall of woodcocks , which are also game birds\n1 11 11 19 19 this article goes some wat towards , identifying some of the conflicts arose from the previous and present agricultural development\n12 6 7 10 10 luke played the crucial role of goal keeper in the team that defeated tournament favorites croatia 6 4 in the final match\n2 25 25 28 28 air is forced through the instrument , coming from the bottom of the player ' s lungs and pushed all the way through to the bell of the trumpet\n4 10 10 14 14 when he arrived at 1 p m , the poor animal was in a crate for five hours\n1 1 1 7 7 the disruption caused by the latest christmas terrorist has added too much to the weary trip home\n16 5 5 8 8 this is another great new wheeze from the people who got rid of news at ten in the first place ( and then ended up bringing it back )\n13 13 13 15 15 falconers send their dogs into the field to bark and cause the nearby covey of quail ( or partridges ) to take flight\n14 6 6 9 9 it allows users to create custom charts comparing fuel properties and characteristics for multiple alternative fuels\n18 22 22 25 25 senior figures in the sport expect the brawn cars to be the subject of a technical protest over the design of their diffusers by rival teams\n17 9 9 14 14 a brewer from southwick is immortalised as a hampshire farmer produces a new real ale in celebration of old dick\n13 4 4 6 6 many growers harbor a parliament of owls in their barns so as to keep down the population of burrowing rodents\n8 5 5 10 10 the halogen combines with the tungsten evaporated from the hot filament to form a compound that is attracted back to the filament , thus extending the filament ' s life\n8 2 2 7 7 the ugly duckling runs away from the farm\n2 23 23 26 26 gunung papandayan , has woken up from it ' s sleep and is now threathening thousands of villagers living around and on the slopes of the vulcano\n11 13 13 18 18 it becomes a lunch time respite from the busy city life as a diner relaxes with his buffet delight while watching the commuters waiting alongside each other\n14 2 2 7 8 during his speech , kennedy focused on domestic issues , the vietnam war , and racism\n2 2 2 6 6 the warming member of the heating device is positioned on inner sides of finger front portions of a glove for warming front ends of a wearer ' s fingers\n6 1 2 8 8 the carrier polymers are migrating into the target organs\n18 1 1 5 5 such exemption also applies to goods supplied for use on ships and aircraft\n13 5 5 8 8 i also have a full unit of blighted swordsmen and the blessing of vengeance on my to seal shelf\n18 1 1 7 7 the nun fulfills his fantasy with a kiss that would make a hooker blush\n17 1 1 6 6 the builder has now completed the townhouse\n2 1 1 7 7 the sink was in a cabinet type stand with the sides of the sink being the same porcelain coated cast iron as the sink\n3 7 7 10 10 simultaneously the 5 inch battery fired a broadside of star shells for illumination\n17 1 1 5 5 the person who makes a will is not available to explain him or herself , or to correct any technical deficiency or error in expression , when it comes into effect on that person ' s death\n6 6 6 9 10 the scientists used nanotubes to send signals to the nerve cells\n6 1 1 6 6 a letter was delivered to my office in the morning\n18 1 1 6 6 the company has landed into great controversies\n1 2 2 11 11 the barbarian invasions of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372 375\n12 4 4 13 13 in recent years , opinions on classical drive theory have fallen into contending groups\n2 20 20 23 23 fig 3 is a fragmentary cross section taken substantially along the line 3 3 of fig 2 and shows the flapper of the closure in its closed position\n13 7 7 10 10 and look , there goes a good stand of golden plovers , right clean away from the foreshores\n14 1 1 4 4 these papers approach the issue of taxation and the labor market from different angles\n18 8 8 10 10 the form was printed and filled out before return by mail\n18 7 7 10 10 both in malta and jamaica , the couple made many friends by immersing themselves in the local culture\n6 3 3 7 7 i placed the cache in a natural cavity , at the base of a part of the fallen arch\n8 1 1 12 12 the generation of t cells in the thymus starts at a late stage during embryonic development\n6 9 9 13 13 on the other side of the grape crusher the stems poured out into trays\n17 1 1 4 4 professional modelmakers often create models for many professions\n17 11 11 20 20 returning with their new single ` we want war ' the band have constructed a seven and a half minute epic\n8 1 1 7 7 the excitement comes from frakes ' s direction his liveliness , and his pleasure in looking at , and showing us , events and images\n6 3 3 6 6 climate hackers dumped iron into the ocean\n18 25 25 28 28 however , the increased demand logically calls for expansion and modification of intake processes to reach the goal of pairing each potential member with a sorority of their choice\n1 8 8 11 11 ho chi minh city and hanoi are in floods after the rain\n16 1 1 6 6 the message was generated by the sender\n14 6 6 9 9 the gist of stephen ' s talk was the need for brmss to evolve to the next level\n6 1 1 7 7 government revenues are drained into expensive welfare programs such as health care , pensions\n17 1 1 12 12 the factory ' s repertoire expanded to include coalminers workwear , military clothing , and emergency service uniforms\n1 5 5 15 15 eighty percent of the mortgage fraud has been caused by the banks and the lending institutions\n15 3 3 11 11 his other research activities and accomplishments have been discussed in the section presented below\n6 9 9 14 14 the heart of the system is an air tight membrane initially spooled inside a canister\n14 4 4 12 12 the county council runs courses covering a range of topics such as languages , astronomy and archaeology , with many offering qualifications\n17 1 1 4 4 the scientist ' s invention is still in the house of the plummers\n16 3 3 8 8 the 575 page report by the four person mission was released today , ahead of its presentation to the un ' s human rights council in geneva on 29 september\n5 5 5 7 8 this is a small glass bottle with iodine crystals in it\n14 0 0 5 5 criticism was directed at its storyline\n14 5 5 11 12 the goal of the experimental course was to introduce students to computer programming\n10 6 6 9 9 it ' s a best mobile terminal for a programmer or geek\n0 11 11 14 14 using solar electricity instead of conventional electricity sources helps to reduce pollution that causes smog , acid rain , respiratory illness and global warming\n13 8 8 11 11 so look out in your gardens for unexpected visitors , including waterbirds such as moorhen , water rail , and snipe , which struggle more than most to find food\n6 6 6 9 9 previous custodians of the submarine poured concrete into the hull in a misguided attempt to retain the vessel ' s overall structure\n9 1 1 2 2 this strawberry sauce has about a million uses , is freezer friendly , and is so much better than that jar of smuckers strawberry sauce that you ' ve had sitting in your fridge since that time you made banana splits 1 1 years ago\n16 8 8 18 18 they also saw the birth of the gelugpa school ( also known as yellow hats ) by the disciples of tsongkhapa lobsang dragpa\n6 3 3 8 8 literally , many islands are sinking into the sea due to global climate changes\n18 13 13 16 16 state and local implementation of the 787 billion package has degenerated into a scrimmage of competing agendas among governors and legislatures , state capitals and city halls , and even between neighboring municipalities\n1 19 19 24 24 it gets a little bit chicken first or egg first on examination but the primary truth is that the attacks are caused by the fear of the attacks themselve\n6 1 1 6 7 his crew has journeyed into numerous haunted locations including the stanley hotel\n14 11 12 14 15 working with the police they have made a short , dramatic film clip about knife crime , which they are circulating on websites like bebo and youtube\n18 12 12 13 13 third year student david beer is one of those affected by the pay dispute\n17 1 1 7 7 my husband actually made me a teddy bear when we got married\n14 1 2 4 6 because sports broadcast reports on going events within a constrained physical situation , contextualized reference is extremely high in these texts\n18 1 1 4 4 these studies supplied exploratory details on some of the determinant attributes and provided a basis for the current research\n1 2 2 7 7 the big bang was caused by the collision of two parallel universes\n0 1 1 9 9 the increase in customers , though , caused a strain on the company servers\n16 33 33 37 37 an early exit from support measures adopted in response to the global economic crisis could postpone a jobs recovery for years and render the fledgling economic upturn fragile and incomplete , a new report by the research arm of the international labor organization ( ilo ) says\n13 1 1 8 8 church orchard is a mixed orchard of standard apples , pears and damsons and mason ' s and winslow ' s are standard cider apple orchards\n13 2 2 7 7 the internal proletariat , consisting of failed citizens , conquered peoples , and slaves , turn away from the aggressive conquering state\n18 1 3 7 7 my credit card bill is approaching its limits\n17 4 4 10 10 in the 1880s the railroad had dug a large water well here , which had later turned into a cold bubbling mudpot driven by naturally occurring pressurized carbon dioxide gas\n14 1 1 5 5 its introduction supplies useful historical background\n1 1 1 6 6 the lymphomas are caused by neoplastic proliferation of cells in the lymphoid system\n1 0 0 4 4 acne is caused by infections that occur when pores in the skin are filled with oil , dirt , or other substances\n13 31 31 33 33 his story begins with an old woman ' s attempt to locate her father ' s wartime swiss bank account and spirals quickly into an emotionally charged , multibillion dollar international knot of lawyers , bankers , and politicians\n8 3 3 10 10 the v 1 emission originates from an 80 au diameter ring of maser spots centered on radio continuum source i\n13 27 27 30 30 the largest of the bulls , sometimes fourteen feet long , establish themselves on a fixed part of the rock , and each gathers about him his harem of cow seals\n13 3 3 6 6 it is the federation of different companies of believers that has brought such evils as dabbling in politics into the church of god\n1 18 18 20 20 a girl with a mitochondrial disorder who developed a neurodegenerative disorder with features of autism after getting a fever from vaccines\n9 14 14 15 15 it dated back to the meiji time that ryes were the raw material of wheat liquor\n18 8 8 14 14 swype founded by the cliff kushler , the inventor of the t9 text input technology raised 1 3 million earlier this year\n18 34 34 37 37 it is no accident that the title of the exhibition is a homage to one of the classic figures of contemporaneity , antoni tapies , whose work breached all the boundaries imposed on artistic creation by the critics\n0 1 1 7 7 the storm caused a tremendous amount of damage on the landing beaches , and for the time completely isolated the troops at anzac\n18 13 13 17 17 and on other stormy days the boy learned to whittle out a straight shaft for the long bow , and tip it with gray goose feathers\n1 17 17 20 20 but in 1993 , montalban had a 10 hour surgery to try to alleviate the pain and discomfort from this injury\n6 2 2 7 7 the sex offfender moved into a new neighborhood\n4 5 6 11 12 when it arrived , the kapok fiber was sealed in vinyl plastic packets to prevent exposure to the water\n18 3 3 5 5 we have inherited predispositions to anxiety\n18 6 6 11 11 this notifies the commencement of the exclusion of hospitals from the definition\n6 4 4 8 8 the sportsman passed on passion to the younger generation\n17 1 1 8 8 the writer has dropped the quotation into the paragraph without making any connection between it and the claim\n18 1 1 7 7 an examination has been made of all articles published in the review from 1944 through 1953\n2 7 7 11 11 the dial indicator is mounted on the spindle of the milling machine\n13 3 3 6 6 this was a sounder of fifteen swine , led by an enormous white pig , the size of a cow\n6 1 1 5 5 the phone went into the washer\n1 1 1 17 17 celiac disease ( cd ) is an inflammatory disorder of the upper small intestine triggered by the ingestion of wheat , rye , barley , and possibly oat products\n11 8 8 11 11 on returning home , the patient ' s grandmother applied a poultice to the child ' s ankle overnight with the aim of reducing pain and inflammation\n14 3 3 9 9 a leaked police report has revealed the horrifying final moments of participants in a new age retreat\n13 10 10 12 12 redwood canyon is home to the world ' s largest grove of sequoias\n1 6 6 11 11 swine flu popular name for the illness caused by the h1n1 virus\n17 2 2 23 23 the fairy godmother turned a pumpkin into a coach , mice into horses , a rat into a coachman , and lizards into footmen\n14 4 4 7 7 the theme of the speech was about dreams coming true\n6 3 4 9 9 later , the soil sample was sealed in a container and the martian atmosphere was replaced by inert helium gas\n8 1 1 8 8 the puzzle gradually emerged from a long term study of the properties of asteroids carried out by mit professor of planetary science richard binzel and his students , along with postdoctoral researcher p vernazza , who is now with the european space agency , and a t tokunaga , director of the university of hawaii ' s institute of astronomy\n8 1 1 8 8 the concept is originated in an ancient maternal tribe named ` mosuo ' in sichuan province of china\n17 20 20 23 23 painful digestive problems can trigger problem behavior in children with autism and should be treated medically , according to the panel ' s report published today\n13 18 18 20 20 just before dark , we saw a big gobbler strutting on the edge of the field with a harem of hens\n14 2 2 9 9 a witness statement is a statement summarising the oral evidence that a witness will give at trial\n13 9 9 11 11 national geographic videos include several tapes dealing with a shrewdness of apes that dwells in zaire\n11 1 1 4 4 a man attaches a rope to a 20 kg block , pulling it across a floor with constant velocity\n13 10 10 12 12 most business that think they have teams really have a horde of heroes looking for plunder\n18 14 14 17 17 it is an eye which never blanched at danger , and it is the boast of his soldiers that he never looked unpityingly upon the sufferings of his followers\n9 2 2 3 3 sure the almond flour was pricey , but i felt exotic using an ingredient i ' ve never used before\n2 18 18 21 21 the abductor pollicis brevis draws the thumb forward in a plane at right angles to that of the palm of the hand\n14 1 1 5 5 text messages outline her blossoming romance with the teenager\n17 1 1 4 4 scabies mites construct their burrows in the skin of the infested animal or human\n4 1 1 7 7 his collection of sunglasses was in a cabinet against one of the walls\n12 12 12 15 16 executive authority is invested in the prime minister , who is the leader of the political party commanding a majority in the house\n11 0 0 3 3 employees wear a sharee as its a sign of formal dresss code\n3 3 3 8 8 she hold the saw in place with its blade right on the cut line\n14 1 1 4 5 the program reported a sexual relationship between the two that began in the summer of 2008\n6 3 3 7 8 still , some spam arrives into the inbox folder\n3 1 1 5 5 on boats with only one jib , it is common for the clew of the jib to be further aft than the mast , meaning the jib and mainsail overlap\n3 1 1 2 2 the apple blossom season usually runs from mid april to early may\n6 5 5 8 8 the office staff threw the documents into the shredder before the police came in\n13 14 14 17 17 johnny remembered the two of them having the waiters bring for their inspection a brace of dressed ducks , or pheasants , before ordering them cooked\n10 6 6 7 7 the report is about the regular road user and the law\n18 2 2 20 20 the jungle book , because of its moral tone , came to be used as a motivational book by the movement\n8 1 1 5 5 the flight departs from an airport on territory of a member state to which the treaty applies\n11 2 2 8 8 after the doctor performs a caesarian with a jackknife and fishing leaders , and the infant is delivered , he examines the husband\n5 1 1 6 7 the wallet contained a special bk dollar bill ( legal tender ) , a 5 bk gift card and other random bk stuff\n11 3 3 13 13 this traditional country fiddler is distinguished from his urban colleague by his nonstandardized technique\n6 3 3 6 6 car makers moved production into another country for cheap labors\n14 5 5 16 17 teacher man is a 2005 memoir written by frank mccourt which describes and reflects on his teaching experiences in new york high schools and colleges\n11 9 9 12 12 the same day that doss was working at the potter ' s wheel a group of students from pomona ' s village academy high school were at the sheraton suites fairplex\n4 7 7 13 13 when i opened the box , the cheesecake was inside a silver foil container\n13 19 19 21 21 ccp games is unrelenting in its quest to maintain a fresh and challenging gaming experience to its ever expanding universe of players\n11 5 5 12 12 to use it , a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area\n18 1 1 9 9 the shape of the vessel is seen in a ewer that has been in the metropolitan museum for many years\n4 3 3 7 7 some of that blood was in a bottle in the operating room though the record is not clear as to how it got there\n9 6 6 7 7 i first tried this comforting , pork stew a year ago and it is unbelievably good\n6 2 2 10 10 this water painting has been donated to a local art gallery\n13 1 1 3 3 a knot of toads or an army of frogs in the garden is a pleasure to see , and it feels like a compliment to the gardener\n2 4 4 7 7 a user drags the knob of the slider , select a word , and the japanese translation of the word is displayed at the center of the screen immediately\n3 0 0 3 3 strings in the clavichord run transversely from the hitchpin rail at the left hand end to tuning pegs on the right\n1 3 3 6 6 both ships caught fire after the collision but the blazes were brought under control\n4 1 1 6 7 the bomb was hidden in the gas tank of a motorcycle\n4 1 1 5 5 the money was in a suitcase\n17 11 11 13 13 protected by tribes who were wary of government interference , the group established bases from which to launch fresh attacks\n2 4 4 7 7 holding firmly onto the stick of the plunger , plant the mouth of it over the toilet hole\n0 0 0 3 3 sadness leads to inspiration , so in this story of love and hate , respect and betrayal , learn about the history of the mexican wrestling wars\n4 1 1 5 5 the dog was in a crate 0 2 cubic inches too small\n2 1 1 4 4 the facade of the building is of unhewn stone and glass\n13 8 8 10 10 growers of fruits and nuts usually rent a grist of bees to pollinate their trees\n13 16 16 19 19 laurent leaves them and travels to denali , alaska , hoping to find solace among a coven of vegetarian vampires\n18 1 1 5 5 the cyclotron started from the beginning of january 2000\n18 2 2 10 10 consequently , play of a game starts in an initial state , at which players collect payoffs only if they remain in that state so that it becomes the final\n18 4 4 9 9 in 1965 , a farmer dug up the lower jawbone of a mammoth while in the process of expanding his cellar\n6 6 6 11 11 after they caught me , the medicine was locked in a safe , a safe with a combination lock and the weirdest looking key i ' ve ever seen\n2 1 1 6 6 the activities are divided into three programs the children and youth programme , the adult programme and the senior citizens programme\n18 11 11 13 13 one immediate challenge posed by this method was that only a handful of images were viewable on a computer screen at the same time\n15 10 11 12 12 delegates from the developing world have suspended their participation in climate change talks in copenhagen today , bringing negotiations to a temporary stop\n18 13 13 16 16 in this paper , we introduce dynamic analysis and model transformations of longitudinal flight of hypersonic aircrafts\n8 1 1 5 5 lebanese gays come out of closet , but quietly\n1 20 20 27 27 since the bar sold alcohol to a person that was already obviously intoxicated , it became liable for the subsequent harm that was caused by the drunk driver\n18 0 0 1 1 sharpening stones , water stones or whetstones are used to grind and hone the edges of steel tools and implements\n1 3 3 7 7 asia feels the pain caused by the crisis but could be poised for rapid recovery\n14 3 3 9 9 some of the plot is based on real life people and events\n14 1 1 4 4 this convention covered the kidnapping , murder , and assault of persons specially protected by international law\n14 1 1 5 5 this seminar goes into the psychology of each major color group and how to best use it in your museum stores\n17 2 2 8 8 an egyptian official has given them a hazy description of the inner chamber\n3 1 1 15 15 the ship has already provoked the debate its crew is seeking even before lifting its anchor\n10 1 1 6 8 stolen emails were used by the right party members to deny science\n8 0 0 5 5 epogen is made from human plasma ( part of the blood ) and may contain viruses and other infectious agents that can cause disease\n1 1 1 8 8 the boom and shaking was caused by the asteroid that passed earth yesterday\n11 0 0 6 6 bar builds guillotine out of beer cans to protest atlantic yards\n9 8 8 9 9 the ripe bulbs are mechanically pulped to make jackfruit nectar or reduced to concentrate or powder\n4 1 1 5 5 the games were in a box that had a 3 sticker on it , so i thought the games were all 3 each\n13 21 21 23 23 for the contemporary events there are still opportunities for a few participants , including a team from the moors with a cadge of peregrines and a brace of pointers , to hedgerow hawkers with ferrets and flushing dogs\n17 9 9 14 14 before introducing via in three test markets , the company told employees an elaborate story about its creation\n1 17 17 23 24 on the morning of may 25 , many schools in northeast china were evacuated because of the earthquake caused by the north korea nuclear test\n11 1 1 7 7 the missis won the lottery with a ticket she did n ' t tell you about\n6 8 8 12 12 arginine rich intracellular delivery peptides noncovalently transported the protein into the living cells\n8 1 1 12 12 the hacienda originated in the colonial period and survived into the 20th century\n18 1 1 4 4 the staff in the shop are all left handed themselves and are happy to demonstrate products , explain why they are left handed and give helpful advice to left handers of all ages\n14 5 6 10 10 springwatch is an annual bbc television series which charts the fortunes of wildlife during the arrival of springtime in the united kingdom\n8 2 2 5 5 as a train moves from station to station , its passengers glimpse different worlds of people\n3 1 1 4 4 the alarm has one sounder based in the entrance hall for entry and exit sound\n2 17 17 20 20 working closely not only with the faculty in comparative literature but also with other professors from the department of the university that best complements their interests , students develop individualized research topics that may range from the sociology of paraliterature to the hermeneutics of divination , from crime fiction in english and chinese to comparisons between sanskrit and greek epic\n0 1 1 8 8 seborrheic dermatitis is one of the causes for dandruff\n2 6 6 9 9 thursday we started steam cleaning the floor in the shop for the party\n3 2 2 8 8 the colossal squid has a sharp bird like beak that slices 2 metre long antarctic toothfish into small chunks\n1 7 7 14 14 sierra leone in the wake of the devastation caused by the decade old civil conflict in every sector of our society , the education sector , being key\n3 1 1 4 4 the horse stretches its nuzzle towards the boy\n6 7 7 10 10 a gang in mexico has illegally imported drugs to big cities such as la and ny in usa over a decade\n6 3 3 8 8 the final exam grades are posted to the blackboard\n8 2 2 11 11 a tamil man , who escaped from an ltte rebel held area following heavy fighting , looks on as he arrives at a temporary refugee camp in vavuniya\n18 11 11 14 14 the theory in possession about leather making shows that penetration and bond of tanning agents are supplement each other during the tanning process\n1 8 8 14 14 hepatitis b is a potentially life threatening liver infection caused by the hepatitis b virus\n2 16 16 19 19 an electro magnetic motion tracking system ( ascension flock of birds ) was installed in the ceiling of the cave to provide positional data\n13 26 26 29 29 residents of a southern kenyan village near the city of machakos have become prisoners in their own homes after sunset following a violent attack by a cackle of hungry hyenas\n6 1 2 7 7 the ice cores were shipped to clean labs for examination\n3 8 8 9 9 i found a piece of paper in your pants pocket with the name ` marylou ' written on it\n18 1 1 5 5 the unions are moving into politics\n2 7 7 10 10 alfonso used a crowbar to break the padlock of the cage and took the generator and put it inside his car\n5 7 7 14 14 he was surprised to discover that the suitcase was full of black and white photographs\n1 11 11 16 16 on investigation , however , it was found that all the noise was caused by the arrival of fred riemer with an ox team load of flour\n16 1 1 2 2 the organ builder inspects the site where the organ will be used\n18 14 14 19 19 i especially enjoyed matthew wells ' bare arms waving his hockey stick at the umpire in the australia canada match to dispute a decision\n5 6 6 9 9 in the center ring is a bottle with mystic ingredients in it\n11 2 2 11 11 the vaps cleaner completely retains all ingested dust particles by using water as a filter\n6 3 3 9 9 two beautiful sacred kingfishers have come into the discovery center in the last few days\n2 2 2 9 9 the round bedroom was the best part of this suite\n6 5 5 9 9 females were caught and their eggs were removed into buckets\n18 1 1 3 3 the manor had lands in old thame , moreton and north weston and property in new thame\n8 3 3 6 6 i recalled parental quotes from many yesterdays\n1 20 20 25 25 this meeting was called in response to a request of eastern labor papers , but happened to fall amid the excitement caused by the pittsburgh riot\n3 2 2 5 5 the state machine contains six states , seven inputs , and five outputs\n0 14 14 23 23 many commercial soap , shower gel or cleanser products contain preservatives , colorants and chemicals that cause dryness , rashes , itchiness and roughness on the skin\n8 19 19 22 22 they are a small part of the seized by the bodies of the ministry of internal affairs movable cultural monuments from different times\n18 17 17 20 20 in what ' s become a drug legend , he got woozy , dreamy and saw a kaleidoscope of dancing colors\n17 1 1 7 7 a songwriter is someone who writes the lyrics , as well as the musical composition or melody to songs\n6 9 9 12 12 john wing used it every time he put a ring into a bore to ensure he would n ' t get a false reading\n18 1 1 5 5 all infrastructure is falling into disrepair\n13 24 24 27 27 this is a bunch of comics from act i vate , which , if i ' m understanding the intro correctly , is a cabal of comix artists who hang out on livejournal\n0 8 8 16 16 priority must be given to efforts to combat insecurity and thus poverty , major cause of violence most often experienced by poorest\n6 1 1 8 8 the prisoner has been released into her new family\n8 2 2 5 5 an entire panzerkompanie arrived from reserves including the attached heavy tank platoon\n18 6 6 11 11 the situation called for peanut butter cookies baked from the simplest recipe imaginable\n2 3 3 7 7 clasp the big toe of the right foot with the first finger of both hands\n18 2 2 12 12 the angry driver then demonstrated his displeasure by speeding around the other vehicle , cutting the other driver off\n8 7 7 13 13 ovulation is the exit of a mature ova ( egg ) from the ovary\n13 21 21 23 23 i remember one day many years ago sitting on the top of braich y pwll on the llyn peninsula watching a chattering of choughs performing an amazing set of aerodynamics in the updrafts of a winter storm\n8 4 5 9 9 the arrival of the tensile stresses from the free surfaces was about 2 bsec in the tests\n8 1 1 7 7 the dust is derived from an arid region , presumedly north africa\n2 24 24 10 10 to perform these exercises , the patient sits in a chair with the elbow supported on the edge of a table or on the arm of the chair\n0 1 1 9 9 the compromises contained in the agreement caused the civil war in the 26 counties in june 1922 april 1923 , in which the pro treaty provisional government defeated the anti treaty republican forces\n13 37 37 40 40 rather than extremist voices , the majority muslim population is acquiring the confidence to undermine the slurs being made against it and is showing that it is not held to account for the actions of a minority faction of islamist extremists\n1 1 1 6 6 the disruption has been caused by work being carried out by track operator network rail\n1 9 9 14 14 a person with an intrinsic motivation to run gains satisfaction from a very long running around their favorite course on a calm , sunny day\n2 2 2 7 7 the animal plate of the sea urchin embryo becomes the apical organ , a sensory structure of the larva\n1 9 9 11 11 the real possibility of total engulfment by flame or suffocation from smoke was a constant threat\n17 6 6 10 10 fans scale these city walls after organizers threw up a barrier to block the view for those without tickets\n18 1 1 6 6 the committee is approaching the final decision\n18 0 0 3 3 details include pertinent people involved as well as interesting facts and production statistics\n13 2 2 4 4 using a pencil of lines , a new restriction on the location of ovals of a nonsingular plane curve is obtained\n14 1 1 6 6 reviewed audit reports on contract audit management issued by the nasa office of inspector general and the u s general accounting office\n3 10 10 11 11 as i was entering the bathroom , i grabbed the door knob and it felt loose and hollow , like cheap crap\n3 1 1 6 6 his act includes everything from golden oldies to contemporary tunes\n14 2 2 8 8 the present study has been concerned with the retrieval of semantic information\n1 1 1 10 10 the abuse is rooted in the perpetrator ' s mental illness\n12 1 1 2 2 the event queue is used for periodic functions such as performing cache replacement , cleaning swap directories , as well as one time functions such as icp query timeouts\n16 5 5 9 9 this is the best selling album by a male artist and the best seller in the pop r b genre\n8 3 3 8 8 this article includes content from the schaff herzog encyclopedia of religious knowledge , 1914\n18 3 3 8 8 it was a factory for destroying perfectly good pants\n1 1 1 5 5 the birthmarks are caused by expansions ( dilations ) in tiny blood vessels called capillaries\n6 7 7 10 10 since last weekend , it has imported chocolate into that market\n8 1 1 6 6 the beverage was distilled from the root of its eponymous plant\n6 0 0 3 4 money flows into hedge funds again\n18 4 4 6 6 every household needs a nest of tables functional and economic with space\n15 4 4 11 12 another fried chicken restaurant chain also became the subject of a conspiracy theory\n11 1 1 2 2 the lumberjack axe is the most ancient and most simple of all axe types and serves as a working tool\n13 16 16 18 18 the calls of his caged decoy birds have announced the arrival and passing over of a parcel of linnets\n3 2 2 11 11 the connector device comprises a plurality of host computer system expansion slots for coupling to the cpu bus of the host computer system\n18 3 3 7 7 meanwhile , the builder is shifting the mud to some other place in closed vehicles\n14 1 1 4 4 this book surveys the development of the script from the earliest pictographic signs to the latest astronomical tablets\n18 26 26 30 30 traditional techniques are encouraged in all the work and volunteers benefit by getting away from the stress of modern day life and enjoying the spirit and fellowship of the skilled craftsmen of the past\n6 1 1 7 7 defense contracts have been awarded to the region since 2005\n13 2 2 4 4 when a flock of geese or ducks began to descend toward the decoys , the hunter pulled hard on the rope which he held in his hands\n6 4 4 10 10 the winds have blown moop into some formerly moop free areas\n14 9 9 13 13 fellows also participate in a program of seminars and colloquia focusing on contemporary issues and community building in the asia pacific region\n6 1 1 7 7 a painting has been shipped to the museum by mistake\n13 23 23 26 26 it is fearful to meet in a narrow defile , or where the road winds around the edge of a precipice , a drove of reckless donkeys and mules descending the mountain , urged on by the cries and lashes of the muleteers behind\n4 3 3 8 8 growers store the tubers in a perforated plastic bag filled with peat moss or vermiculite in a cool , dark place\n13 18 18 21 21 the republics are seeking to assert an unequivocal understanding of the country ' s ethnic nature as a federation of various peoples\n6 4 4 7 7 we poured a mixed seasoning into the sauce on the stove\n0 1 1 7 7 the dispute has resulted in major regional wars and two palestinian intifadas with tragedies on both sides\n3 7 7 13 13 the first author has observed a ringed seal slapping the water with its flipper as he approached\n6 1 1 6 6 a signal was sent to the process\n3 9 9 10 10 the patient was stabbed or stuck with a sharp pencil point\n1 4 4 12 12 this photograph shows the vortices created by the water strider ' s legs as it moves across the water\n3 4 4 7 7 i am looking for jeans with a zipper all the way from the waistband in front to the waistband in the back\n3 1 1 4 4 the site features comprehensive news and gossip about all britain ' s biggest soaps\n9 9 9 10 10 the closest i have come to a glass of dandelion wine was reading ray bradbury ' s evocative novel about midwestern small town life , dandelion wine , about 50 years ago\n8 5 5 15 15 his son once married a princess descended from the middle eastern kingdom ' s founding family\n1 2 2 10 10 the common cold and the flu are caused by different viruses , with symptoms of the flu presenting more quickly and with more severity than those of a cold\n4 1 1 5 5 the toy was inside a box and had been left on the minivan\n8 9 9 14 14 she grabbed your arm and twisted it until the shoulderbone popped out of the socket\n18 5 5 8 8 brazilian campaign laws include several restrictions on political speech that can seem arcane to outsiders , and even to some brazilians\n18 1 1 6 6 her mother copes with that using humor as a shield\n16 3 3 1 1 this pirate ship carving was made by an actual pirate\n8 0 0 18 18 tofu ( to fu ) , or bean curd is a soft white food made by coagulating soy milk\n18 8 8 14 14 i stand here above the twisting gorge the winds have carved out of the sand\n5 3 3 6 6 pulling out a bottle with purple fluid in it , he smiled\n6 1 1 10 10 the effort to buy papers is pushed into the next year\n6 4 4 7 7 the scientist is pouring beakers into the formula\n5 13 13 18 18 a federal jury has seen video of a former louisiana congressman accepting a suitcase filled with 100000 in cash outside a northern virginia hotel\n18 1 1 6 6 the author makes reference to all sciences , to many classical works in both psychology and biology\n13 4 4 7 7 they preferred having a unit of russian musketeers or dragoons among the kalmyks to supplying the kalmyks with firearms\n3 3 3 8 8 each day the workshop accommodated a few invited talks targeted towards generating discussions on open problems\n18 2 2 9 9 the two countries finally entered into a code share agreement\n12 10 10 13 13 i feel honored and take great pride in being the president of this society , of this family\n13 8 8 12 12 three years ago the coalition organized a strategic cooperative of several farmers associations to export mangos under the taiwan mango brand\n1 18 18 20 20 p6 stimulation for ponv is a convincing case for the efficacy of acupuncture to that were later added nausea from chemotherapy or pregnancy , and dental pain\n2 7 7 10 10 we pop our heads out the capped dome of the building\n8 1 1 7 7 grape brandy is made from fermented grape juice\n9 10 10 11 11 when poured into a sly imperial pint glass , this rye ale was a solid amber color with a few minor gold highlights along the sides and at the bottom of the beer\n18 1 1 3 3 the geology comprises granite of the mesozoic era as the bedrock\n1 12 12 17 17 mixed in equal parts with peppermint , elder flowers help reduce the fevers and aches caused by colds and the flu\n17 1 1 6 6 the students also came up with ideas for further development\n1 14 14 18 18 the following pages are organized by subject , and investigate the root causes of damage caused by the quake\n14 3 3 8 8 there are numerous researches pointing out the public image of mathematics\n15 4 4 15 15 the government ' s plans for the future of community care are outlined in a letter to professor graham thornicroft\n14 12 12 18 18 musica international , with its musicanet website , is a database containing information on over 150 ' 000 works of the international chorale repertoire\n1 2 2 8 8 in the chaos and urgency caused by the hurricanes , it was difficult to keep track of people with psychiatric disabilities\n9 9 9 10 10 general secretary jiang zemin is tasting the huzhu brand barley liquor offered by the local tu minority people and he gives the liquor a high rating\n6 2 2 5 6 everton sent hammers into the drop zone\n14 2 2 6 6 i included sections dealing with labor markets , domestic taxation , economic activation policies , and financial market regulation\n18 4 4 8 8 pulmonary arterial hypertension clinical community builds order from chaos\n4 5 5 10 10 it carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab\n4 4 4 8 9 in my case the disk was inside a jewel case which was itself inside the mailing box\n14 1 1 5 5 a letter informing about the study was sent to all patients\n14 4 4 8 8 quo is a monthly magazine that informs about science through thinking and entertainment\n18 2 2 7 7 these two ports were specialized in the manufacture of luxury goods\n18 6 6 11 11 construction progress is steady and the builder has now established the location of offices on the future car park area along forest road\n8 1 1 6 6 the boy runs away from the orphanage and tries to pick pockets\n4 1 1 6 6 the sword was stored in a case full of gold and jewels\n2 1 1 4 4 the crust of the earth is composed of a great variety of igneous , metamorphic , and sedimentary rocks\n13 7 7 11 11 sarah palin was faced with an angry mob of her own fans who were turned away without having their copies signed\n8 2 2 22 22 a first edition of charles darwin ' s seminal the origin of species , which was found in a family ' s toilet in southern britain , will be sold this week\n17 5 5 8 8 the focus of the german professor ' s paper was very relevant to the main subject of the conference\n18 8 8 11 11 as the years passed , some of the invaders graduated from pity to an emotion resembling guilt\n6 1 1 9 10 all items including photos have been dragged into a garbage bin\n13 12 12 14 14 i talk knowledgeably of cord feet with lumberjacks , point out a doylt of pigs , and bandy verse forms with poets\n18 1 1 10 10 the editors assembled many of the leading medical specialists , researchers and allied health professionals who have extensive clinical experience with polio survivors\n16 11 11 15 15 consumers are urged to check their refrigerators and freezers for beef products produced by this firm\n14 7 7 11 12 my last post has driven some great discussion around what an open standard means\n3 9 9 14 14 then a piranha tries to get close , the catfish stuns it with his barbels in with in milli seconds suck the fish up like a vacoom\n2 19 19 22 22 one small piece of fleece or other soft , slightly thick material ( to protect your ipod from the rivet of the button on the inside of the pocket )\n5 3 3 6 6 the first aid pouch contained a package of sulfa powder and a bandage to dress the wound\n1 1 1 3 3 old scars from stitches that were successfully put in but ripped out by the individual are also common\n4 5 5 11 11 on saturday in california a suitcase was discovered inside a trash receptacle with a corpse stuffed inside of it\n0 1 1 6 6 the fighting resulted in hundreds of deaths and in the deployment of peace keepers into east timor\n1 3 3 7 7 most of the streaks are caused by meteoroids about the size of a grain of sand , although meteoroids are porous and much less dense than sand\n4 15 15 20 20 inside the car , keys were found in the ignition and codario ferrino ' s license was discovered inside a purse on the passenger ' s seat\n18 1 1 4 4 three methods approaching the analysis of cells are described , with applications\n2 1 1 4 4 the siphon in a cistern consisted of a pipe bent over above the water level in the cistern\n13 13 13 16 16 a spokeswoman for onewest bank acknowledged that an official , confronted with a ream of foreclosure papers , had mistakenly signed for two different banks just as the deutsche bank official did\n13 7 7 10 10 our next appointment is with the largest congregation of saltwater crocodiles in the world the famous mary river\n8 2 2 9 9 our coconut marmalade is made of all natural coconut milk and brown sugar reduced to the perfect consistency\n13 33 33 36 36 those of you who ran free , i hoped to hunt you down , to set a pack of hounds of heaven or hell , whichever was my fate , upon a great rangale of red deer , or my own hand with longbow or crossbow to pierce the heart of a wild boar , and then sit at ttable and tear your sweet flesh with my hands and eat\n18 1 1 6 6 the strategy departs from an overriding goal\n6 1 1 7 8 endangered species have been released into a nature reserve in northwest china ' s xinjiang uygur autonomous region\n18 7 7 9 9 side pull brakes are secured by a cable clamp nut\n18 26 26 28 28 the expressive color , contrasting with the blackness of an apocalyptic sky , the chiaroscuro that accentuates the insubstantial limbs , and the desert landscape and pile of excrement dominating the scene express miro ' s profound pessimism\n6 5 5 9 9 the small store did an investment in a second drawer ( till ) which was kept in the back and switched with the live till was a worthwhile one\n9 3 3 4 4 traditional homemade yellow rice wine is more than a home brew\n0 4 4 11 11 the large anti neutrino component is the source of an irreducible background\n6 1 1 6 7 the bacterium is spreading into the stalk tissue\n1 1 1 5 5 the mortality caused by the war is also high\n13 6 6 9 9 uniforms were rare , although one unit of royal crossbowmen had been issued with standard black cottes , or tunics , earlier in the 14th century\n6 2 3 8 8 the movable mold carrier has arrived into the store\n18 7 7 12 12 until now , this corner of the painter ' s rambling private collection has been all but forgotten\n8 7 7 10 10 the following are pages of mesh annual updates from previous years\n1 8 8 15 15 before he leaves ephesus , however , a riot breaks out , instigated by the silversmiths who manufacture idols of the goddess artemis they are afraid that paul ' s evangelistic success will ruin their business\n6 1 1 5 5 the protein migrated into the nuclei\n17 4 4 11 11 over the years , hikers have piled up rocks into semicircular shelters\n0 1 1 6 6 the eruption resulted in massive lahar flows ( a mixture of ash , lava , rock and water ) , primarily in the rio montana and marker watersheds\n18 3 3 8 8 a seemingly orthodox person has departed into serious error\n2 4 4 7 7 we were under the seats of the bus for 20 minutes , trying to get away from the bullets\n14 2 2 6 6 chinese creation myths explain the legendary beginnings of the universe , earth , and life\n6 3 3 6 7 they packed the players into the penalty boxes like sardines tonight\n2 2 2 5 5 in the bowels of the building he showed me the stage equipment which has been going flat out virtually every day for the last 35 years\n6 5 5 8 8 the diseases have rapidly spread infection to other people\n1 14 14 18 18 a philippine airforce aerial shot shows residents standing on a rooftop to escape the floodwaters caused by continuous rains brought on by typhoon ketsana in marikina city , metro manila september 27 , 2009\n1 1 1 8 8 the pressure was caused by the rapid power acceleration at the start\n18 2 2 5 5 the real man departs from holiness\n3 8 8 11 11 royalty free animal clipart picture of a sitting bulldog hanging his tongue out\n18 3 3 8 8 some of these data were presented in a paper read at the annual meeting\n10 0 0 4 4 music is used by surgeons to ease operations\n18 7 7 10 10 the item is engraved with the english author ' s initials\n13 5 5 8 8 two reapers and an entire regiment of repeater crossbowmen had trained their weapons on seth garrick from their elevated positions\n11 1 1 4 4 a mechanic uses a wrench to work on the wheel mount of an auto on a hydraulic lift\n12 1 1 13 13 our director is a member of the aea , nafsa , and eaie organizations\n0 8 8 12 12 in addition to the sudanese rebels , the bombing resulted in the deaths of several chadian civilians and livestock\n18 2 2 11 11 three distinct formulations of valproic acid have been investigated in clinical trials\n6 4 4 8 8 he dropped the instilled water into the study eye\n2 2 2 5 5 in the branch of the tree which bends towards christ , a bird feeds her chicks\n18 2 2 11 11 there were stacks of verizon ' s directories piled up by entrances of buldings\n3 1 1 4 4 this train ' s windows are elegantly curtained\n8 1 1 7 7 the author graduated from an ivy league college in 1991 and then spent a short time working as an investigator\n18 12 12 18 18 here i show that adh psi is actually a new , functional gene recently descended from an adh duplication\n6 1 1 7 7 the patches immediately spread into the lymphatic capillaries of the surrounding intestinal tissue\n15 8 8 15 15 the council also gave final approval to other documents that had been considered in earlier sessions\n18 1 1 1 1 the governor is assisted by a vice governor\n1 2 2 8 8 the noise signal was generated by a noise diode ( enr 27 db ) and gated with a high speed electronic switch\n1 1 1 10 10 ordinary warts on the hands and feet are caused by viruses , which only affect humans\n5 4 4 7 7 we sealed up a bottle full of air and put it in a freezer for 15 to 30 minutes\n6 3 3 6 6 we have poured billions into airline safety\n18 1 1 9 9 the focus has largely been on the subject of ethics\n1 0 0 5 5 unemployment has been caused by people who either knowingly or unknowingly have priced people out of jobs\n3 2 2 6 6 an mp3 player has an earphone jack and in some cases a line output jack , both of which put out audio\n11 7 7 10 10 his painting of 1607 also shows a farmer with a shovel , accompanied by a woman holding a cross\n11 1 1 7 7 the man ate the steak with a fork\n6 6 6 10 10 the social worker has placed the girl into the loving family of a lawyer\n1 1 1 7 7 the noise and vibration caused by the passage of trains resulted in unacceptable conditions within the convention center as standard construction techniques had been used\n6 2 2 8 8 the enzyme glutaminase is removed into both nerve terminals and glial cells\n15 1 1 7 7 the seminar was well advertised by big banners in red\n3 1 1 16 16 their music reflected different influences , combining elements of rock and roll , garage rock , folk and psychedelia\n0 4 4 9 9 because of the ethics scandal that resulted in the impeachment of the state ' s governor , there was real hope for real ethics reform in illinois this year\n8 1 1 8 8 the power to rule is derived from a mandate of the masses\n8 3 3 9 9 the lebedev milin conjecture was distilled from the original manuscript\n9 2 2 10 10 the candle wax is the main ingredient needed for making candles of all types\n11 1 1 4 4 the singer ' s technique facilitates the message\n3 1 1 5 5 the episode featured a commentary track recorded by creator and writer david simon\n18 1 1 3 3 the origin of berserkers is unknown , although tacitus mentions groups of germanic warriors with berserk like fury\n1 10 10 1 1 the storm ended up causing about a fraction of the damage caused by the chesapeake bay storm\n4 1 1 5 5 the bust was in a suitcase and was carried into the building with as much reverence as if it had been the bier of the poet\n1 16 16 2 2 primary wholesale markets are held in a fixed place and transact daily a large volume of business emanated from the village markets\n18 21 21 24 24 in the episode my future self ' n ' me the boys discover a joint and rolling papers on a tree stump in the woods\n6 1 1 6 6 the block was fetched into the cache\n17 18 18 3 3 obsessed with the music of js bach , the clown tends to find frequent analogies with the german composer ' s music\n2 1 1 8 8 sunday evening was the best part of this weekend\n8 13 13 17 17 peanut blossoms are made by putting a chocolate kiss into a peanut butter cookie just from the oven\n13 9 9 12 12 i called for wolf and was answered by a murder of idle crows that seemed to look down from an old dead oak and scoff at my dilemma\n18 9 9 13 13 it opens with a group of diplomats having a discussion around a rectangular table covered with a green cloth\n3 11 11 12 12 there are aids designed to help people grip and turn a door knob\n18 1 1 4 4 the principles on which homoeopathy is based are very different to conventional medical beliefs\n13 16 16 23 23 while we transferred our gear to saddlebags , the wranglers roped and saddled horses from the remuda of scrubby , short legged mexican ponies\n8 3 3 9 9 a habitat suitability index was generated from an elevation surface\n15 1 1 14 14 the results of the study were subsequently published in a number of leading psychology journals\n18 1 1 5 5 the bears have gone into hibernation\n3 6 6 10 10 belying the fashionable exterior of the dress , the inner bodice was made with a section of a homespun linen bedsheet , on which one can still see the embroidered initials of the owner\n18 12 12 15 15 the bishop was also happy to talk about some of the contentious issues affecting the church at the moment\n15 1 1 8 8 such formulations are already found in the apostolic writings\n1 2 2 7 7 high blood pressure is caused by a narrowing of the arteries , which means the heart has to work harder in order to push the blood through\n6 2 2 6 8 the donated money flows into the quake recovery projects\n0 2 2 6 6 the genreal anesthetic cause unconsciousness and insensibility to paid and are used for major surgical procedures\n1 0 0 6 7 acne or pimples are caused by hormonal changes , wrong food habits and improper skin care\n8 11 11 14 14 the charge to leak away before the arrival of the next impulse from the photocell\n6 6 6 9 9 the government is committed to bring art to the community\n4 3 3 7 7 at noon the money was in the desk , and in the evening the pocket book that contained the money , was left in the drawer with 40 cents , but 265 was missing\n1 9 9 14 14 in july he was sent north to quell a rebellion instigated by the discontented people of warwick\n18 4 4 8 8 these trends have thrown women into totally inhibiting situations\n14 1 1 14 14 this book provides a very detailed and interesting overview of the fundamental principles of nanoscience\n1 3 3 7 7 ironically , the damage caused by the floods , and the subsequent insurance payout , were what prompted the restoration of the station building\n6 5 5 9 9 first , we fetched the cursor into the target variables\n2 26 26 29 29 it is a live audio performance composed of animated monochrome geometrical shapes matching the real size and form of the quadrilateral alluminium modules which form the facade of the building\n2 11 11 19 19 this way the idle speed is set correctly using the bypass screw without touching the screw on the throttle arm , which has to be set exactly right\n2 2 2 5 5 the safety cockpit of the airplane has been completely redesigned\n18 2 2 7 7 the wooden rod is attached to the arm of the chair , which on my chair has an l shaped opening ( corner ) under the armrest\n18 4 4 11 11 like shibnath , our protagonist too takes part in the freedom movement of india , faces the pangs of foreign rule , and is inspired by sarojini naidu and other notable figures like veteran communist leader ravi narayan reddy\n18 1 1 6 6 the process is assisted by benign intervention or neglect\n2 16 16 20 20 six horses wearing elaborate harnesses had been sacrificed and lay on the logs which formed the roof of the burial chamber\n6 2 2 7 7 the presidential candidate arrived to the cheering crowd at fort hood\n14 1 1 5 5 the plot centers on a goldfish named ponyo who befriends a five year old human boy\n16 10 10 14 14 it is just another asset bubble , where the grotesque bonuses made by the speculators who have brought the world economy to its knees\n15 9 9 15 15 first , a comprehensive literature review was conducted and results were presented in the previous chapter\n1 7 7 12 12 the court found proof that the fatal fire was caused by the dryer\n8 6 6 11 11 for the locative she includes a photocopy from collier ' s encyclopedia under the header zwickau which has the text dating the city from at least 1471\n14 1 1 5 6 the channel promotes the traditional outdoor activities that are a vital part of our national heritage including fishing , hunting and shooting sports\n5 5 5 8 8 the percussionist rattled a nalgene bottle with uncooked popcorn in it\n13 8 8 11 11 outcomes are integrated for the entire developmental disabilities population , including individuals who have multiple diagnoses\n15 2 3 13 13 another important data structure the heap has already been introduced in the previous chapter\n13 5 5 7 7 phil mickelson eased through a crush of spectators and into a courtesy van telling them he would sign autographs in front of the sheshan international clubhouse after he had a chance to eat\n0 13 14 24 24 13 , students were evacuated from conrad residence for approximately 15 minutes after burnt food in one of the kitchens set off the fire alarm\n2 3 3 6 6 the paired optic lobes of teleost fish are connected by two commissures\n3 19 19 21 21 the dog clutch is a sliding selector mechanism which is splined to the output shaft , meaning that its hub has teeth that fit into slots ( splines ) on the shaft , forcing it to rotate with that shaft\n9 16 16 17 17 aspergillus niger was found capable of rapidly converting about 97 of the sugar from brewery spent grain liquor to fungal mass\n6 5 5 8 8 it was he who threw rocks into the castle\n13 18 18 20 20 serious people flinch from being associated with the intellectual slum that is the bush campaign , with its riffraff of liars and aspiring ayatollahs\n14 1 1 4 4 the book relates epic battles between horses , wolves and the sheep herders and pasture dwellers\n1 7 7 11 11 lavender is excellent in the reatment of headaches from fatigue and exhaustion\n1 15 15 19 19 the archbishop of york , dr john sentamu , visited the stoneyard to survey the damage caused by the fire\n8 3 3 7 7 the coordinating colorful strap is made from polyurethane\n4 1 1 5 5 the evidence was in a box in his patrol car , and started walking back toward it\n14 3 3 6 7 lee ' s movies have examined race relations , the role of media in contemporary life , urban crime and poverty , and other political issues\n4 1 1 6 6 the grenade was found inside a sock sunday morning\n4 3 3 6 6 we store the information in a database in a secure environment at our data center\n6 7 7 10 10 the rest of the world has stuffed communism into the dustbin of history\n14 1 1 5 5 an agreement to limit strategic launchers was reached in vienna on june 18 , 1979\n18 23 23 24 24 one of the most vivid portraits is that of brookie simmons , a white woman who fought to abolish child labor in a town factory\n13 4 4 6 6 it was a total canaille of letters pencils and papers and things that had been placed once on my table and to be removed and tucked away elsewhere the next day\n6 15 15 15 15 the corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was then put inside of another case that was decorated with details of their life and a mask of their face\n6 1 1 8 9 the factories in developed countries are migrating into developing countries which have cheaper labors\n1 20 20 22 22 my first encounter in my luxurious hotels casino was the sound of a woman behind the roulette wheels screaming for joy after hitting the 12225 00 jackpot\n18 5 5 9 9 it is a branch of philosophy dealing with the nature of beauty , art , and taste , and with the creation and appreciation of beauty\n6 1 1 7 7 the trays were placed into a mixed beaker of 4 drops ivory liquid\n18 6 6 12 12 our future leaders are learning about economics and politics from the real world\n2 9 9 13 13 at the second half of the 18th century the hull of the sailing ship had been developed from the galleon to it ' s almost ultimate shape\n17 8 8 5 5 in addition to the landscape display , the students have assembled a window display with the assistance of fortuna energy inc\n18 1 1 5 5 this style of music reflected feelings and situations experienced in daily life\n18 7 7 13 13 looked at from one side , the wall enclosed a barren sixty acre field called the port of anarres\n18 1 1 5 6 each antler grows from an attachment point on the skull called a pedicle\n8 2 2 6 6 the final presenter was from an organization that deals with gender equality and women in climate change with a really long name that i did n ' t entirely catch\n6 1 1 7 7 the kidneys were placed into wild type hosts\n5 11 11 13 13 i have ruined the outside , when i mistakenly used a bottle with soap in it , instead of water\n6 3 3 6 6 we have exported products to domestic locations only\n6 1 1 8 8 the garbage was thrown into the waste disposal bin\n6 2 2 6 6 the progenitor cells migrated into the tumor\n6 5 6 11 11 during this time , her stamp stock was locked in a safe and no one else had access to it\n1 4 4 15 15 there was a serious increase in the acidity of the seas caused by the acid rains\n17 5 5 8 8 ten years ago an indian academic knocked a hole through the wall of his laboratory so that children in the adjoining slum could play on one of his computers\n17 4 4 10 10 on eastern side the company has carved out 30 foot benches , known as mayan steps\n6 0 0 6 6 talks have moved into a new topic\n14 3 3 8 8 one of her arguments addresses the very real threat that the women ' s struggle is being bypassed as the new social movement succeeds\n11 1 1 4 4 the viewer wields the remote\n9 2 2 3 3 this frosted lemon cake is sweet and buttery with a wonderful citrus flavor that comes from adding both lemon zest and juice to the batter\n6 4 4 8 8 the suspect threw a firebomb into the church lot\n6 2 2 12 12 the diamond ring was dropped into a trick or treater ' s bag\n3 5 5 7 8 lollapalooza is an annual music festival featuring alternative rock , hip hop , and punk rock bands , dance and comedy performances , and craft booths\n1 0 1 9 11 bounding pulses are caused by the relatively low systemic arterial blood pressure due to the continuous runoff of blood from the aorta into the pulmonary artery\n8 8 8 11 11 details in the curious george sequels refer to events from previous books\n18 0 0 7 7 enrichment of the soil with liquid seaweed extract has just enough of an alkaline effect that slugs hate\n1 1 1 7 7 the deficits caused by the fiscal stimulus package end in 2011 and will help to sustain a fragile recovery in 2010 , the deficits projected for the longer term are a threat to our economic future\n4 3 3 8 8 a small steel cube was found in a block of coal in austria\n3 1 1 10 10 the findings of the study have been narrated in three parts\n1 1 1 5 5 the suffering caused by the bleeding depends on where the arteriovenous malformation is located\n18 23 23 25 25 the banks , in order to employ the government deposits , gave unusual accommodation to their customers , until , moving in a circle of fallacies , the whole colony dreamed of growing rich by selling to each other land which produced nothing\n13 15 15 17 17 max weber ' s 1922 opus , economy and society discusses the link between a pantheon of gods and the development of monotheism\n3 1 1 6 6 a tent assembly includes a tent frame , a top support frame mounted on top of the tent frame , and an umbrella frame connected to the top support frame\n18 16 16 18 18 major car manufacturers are launching more and more cars to attain the top position in this jungle of automotives\n2 5 5 10 10 this text indicates that the drawing was enclosed in a letter to anna\n18 13 13 17 17 they have taken this from my trousseau when something rustles beyond the staggering gambol of the shadow dancers\n3 8 8 22 22 the mass on the whisk side of the broom is closer to the center of mass than the end of the broom stick\n2 23 23 26 26 the penholder is held between the thumb and first and forefingers , the thumb pressing upon the holder about two inches from the point of the pen\n6 1 1 7 7 the substance is injected into the damaged area\n6 11 11 13 13 i ' m using a fast and safe way to import cars to overseas\n11 5 5 8 8 for example , a television anchor uses a microphone on their lapel\n8 19 19 28 28 this is a song from the musical i ' m making , it ' s about where a young lady , the sacrifice , ran away from the monks\n13 12 12 15 15 in the second line , behind marshal soult , was first the division of united grenadiers , and on their left were the two divisions of marshal bernadotte\n6 1 1 6 6 stroke patients have been entered into hospital for neuroprotection\n8 1 2 8 8 the press release from the respondent ' s counsel describing the settlement is here\n12 1 1 7 7 the principal is a member of the corporation ( governing body ) and is its main professional adviser\n18 4 4 8 8 instead of placing the seeds in a strainer basket , they were placed in a wet muslin or cheesecloth and hung up\n18 1 1 7 8 our company has entered into the exclusive retail business and plans to open 60 retail stores in the country in the next 5 years\n6 0 0 6 6 billions of euro are invested into nanotechnology in europe\n3 1 1 2 2 the marsupial pouch helps keep the young attached to a teat\n1 2 2 6 6 the overall damage caused by the destruction of land and property for the wall ' s construction has taken many years to recover further\n8 6 6 17 17 er physicians trying to save an eyeball that has popped out of an accident victim ' s head\n14 9 9 21 21 first great western is preparing to distribute thousands of leaflets on board its trains to inform customers about a major track improvement\n14 1 1 4 4 the painting shows a burgher portrayed as a benefactor on the steps of his house on the oude delft canal\n15 1 1 12 12 the relationship between gaelic and australian football is the subject of a controversy among historians\n1 1 1 9 9 the pain he felt was caused by the plant rubbing against his capillaries\n18 1 1 5 5 these loans are traveling into foreclosure significantly slower than conventional loans\n1 5 5 8 8 several blocks of flats caught fire after the blaze spread from a building site in sumner road\n16 3 3 7 7 they used prestige ratings obtained from academic deans , recruiters at firms , and prospective mba candidates\n1 12 12 15 15 the hawke ' s bay herald building was completely destroyed by the fire after the earthquake\n3 4 4 13 13 in particular , the system convinced the jury with its advanced speech recognition module and a successful dialog\n11 1 1 8 8 the performer briefly covers the window with a newspaper or jacket for 5 seconds\n15 2 2 7 7 tea related scenes form the subject of paintings and drawings\n15 1 1 9 9 the methods mentioned here are analyzed in the next section\n3 1 1 6 6 a pedometer uses a spring loaded arm to measure the vertical movement\n6 4 4 11 11 winds have been blowing smoke from the fire into heavily populated areas\n3 1 1 16 16 the apartment comprises a large open plan reception room with direct access to a west facing balcony and stripped and polished floors\n1 6 6 13 14 we seek to actually reverse the injury that has been caused by the heart attack\n11 15 15 18 18 it is easier to push the blade through the soil and is easier on the gardener ' s footwear\n2 7 7 10 10 it was sean who first spun the cylinder of the revolver , put the eight inch barrel to his head and pulled the trigger\n2 3 3 6 6 the towers and battlements of this fortress gleam brilliantly on the rare occasions when the sun appears\n14 12 12 15 15 the important thing is to be able to write two or three sentences pointing out similarities and differences between the poems\n13 3 3 5 5 a very large sounder of boar emerges , racing across the bare ground between the grass and the waterhole\n6 3 3 9 9 he stuffed the paper into the bottom of his backpack\n1 1 1 8 8 the echoing you see is from an expect command running after send has run\n2 3 3 6 6 luckily , the timer of the bomb had malfunctioned and it had not caused further damage\n14 2 2 6 6 the first clause states that the retiree is entitled to an annuity\n18 3 6 8 8 they were your run of the mill poultry workers and janitors , people whose chief crime was to cross a border , an arbitrarily line that determines who is rich and who is poor , who has rights and who does n ' t\n8 9 9 12 12 the sprinkler spins because of the recoil as the water leaves the nozzle\n14 1 1 5 5 this film documented the first journey of an european orchestra to iran after 30 years\n14 1 2 5 5 the advertising campaign for the film also emphasized the supposed historical accuracy\n18 21 21 24 24 in the spring of 1950 , the fcc issued a warning to the hollywood motion picture studios against withholding product and talent from broadcast television , in what motion picture exhibitors denounced as a bullying statement\n16 11 11 12 12 tidal is a major departure for cisco , a switch and router company that in the last year has been on an acquisition binge buying a number of web 2 0 application firms\n18 12 12 15 15 the undernourished kittens were ` rehabilitated ' with ad libitum access to food from six weeks of age onwards , and eventually achieved normal body size\n14 2 2 6 6 these later paintings explore non figurative shapes and textures within a bare compositional space\n0 0 0 10 10 lymphedema is an abnormal build up of fluid that causes swelling , most often in the arms or legs\n16 16 16 20 20 in some societies , it really matters to a husband that he comes back to a meal cooked by his wife\n13 6 6 9 9 within it i found a large quantity of small smelts , besides prawns , shrimps , and a few small crabs\n8 1 1 7 7 the blood originates from an abnormal blood vessel that leaks or ruptures\n18 0 0 5 5 religion has become the hottest topic of study for united states historians\n3 2 2 11 11 the developed mechanism is composed of a dual coaxial high precision goniometer , which has theta in and theta out axes with 0 0025 resolution , and two crystal mounts connected to the rotation axes ( fig 1 )\n1 3 3 8 8 since the pn signal is generated by an algorithm , knowledge of the algorithm reveals the entire sequence\n18 3 3 10 10 this government views science simply as a tool for profit generation\n11 1 1 11 11 tokay students cultivate plot of olive trees with the help of donations\n1 3 3 11 11 argentina was the destruction of the natural grasslands caused by the expansion of the cropping frontiers starting in 1875\n3 21 21 3 3 the shells are maireeners but of different species the 1802 necklet was made with king or queen maireeners , the 1830s necklace with small maireeners\n2 7 7 11 11 an old lady was standing at the railing of the cruise ship holding her hat on tight , so that it would not blow off in the wind\n6 2 2 6 6 a famous singer was sent to prison\n13 5 5 8 8 they rail against the coffeehouse fellowship of the artisans and others\n15 3 3 13 13 the themes of sex , death and growing older are explored in new works by poet mark doty\n3 7 7 8 8 the device is the best solution for headphone cable knots on your mp3 player\n13 4 4 6 6 cornelius gingerich sold a span of mules to jake ayers of wellman last week\n16 3 3 7 7 production of raw steel by the steel mill also dropped by 63104 tons and the same was the case in other products excluding coke\n18 4 4 8 8 this dissertation examines four romances copied by the scribe himself\n2 14 14 17 17 the current was quite strong and i was having difficulty swimming over to the daggerboard of the boat which was now sticking out of the water\n8 1 1 8 8 the energy is derived from an external power source\n15 1 1 7 7 the scheme is illustrated with the following example\n13 19 19 21 21 earlier on our trip , where the seawall between two backyards was missing , jennifer and i spotted a plump of moorhens living in the void\n6 5 5 9 9 the commercial bees are spreading parasites to their wild cousins\n13 7 7 10 10 these aliens were the covenant , a confederacy of various races brought together by their fanatical religious devotion\n17 7 7 10 10 that claim is however exploited in the philosopher ' s dialogues\n3 3 3 5 5 he operated the centrifuge with rotors and buckets which show signs of corrosion or mechanical damage\n13 7 7 10 10 in september 2001 , idrc created a council of regional advisors for west and central africa\n13 11 11 13 13 part of new york city became an urban jungle as a swarm of bees descended on the busy union square park area\n18 6 6 11 11 nepala cabinet held a chilly outdoor meeting on a mount everest plateau today\n18 2 2 7 7 the java developer has moved into weblogic administration\n0 1 1 7 7 the death of the rat caused the relocation of the flea , and if its next host just happened to be a human , then contagion was the result\n13 12 12 15 15 the crowd congregating near the dwelling reminded one man of a huge cluster of swarming bees extending far back\n6 2 2 6 6 200 it jobs are going into schools in victoria\n18 0 0 4 4 producers planted the frozen scallops that led to spike ' s elimination from top chef\n6 7 7 10 10 in an experiment , proteins successfully transported copper into the tissue\n18 1 1 5 5 the firm assembled a project team consisting of the authors of this paper to develop its onstar telematics business\n17 1 1 19 19 many directors adapt a story from another medium such as a book , play , or game into a film , with varying results\n1 1 1 8 8 the injury or death was caused by the intoxication and the employee shall be barred from receiving workers ' compensation\n3 1 1 6 6 the mouse has left and right buttons on top , 4 direction scroll ball between them\n15 5 5 9 9 kit hinrichs talks about his experiences in a recent interview for the one club\n11 2 2 13 13 a drunk mother who killed her fiance by running him over with her car outside a pub was jailed for three years today\n1 3 3 5 5 i suffer from headaches from perfume and any other toxic thing i get to smell\n6 4 4 7 7 the students poured their empathy into startling poetry\n18 1 1 5 5 the book departs from the movie in several respects , but eggers does an excellent job taking us inside max ' s head and motivations\n11 4 4 10 10 menuactivate occurs when the user accesses the menu with the keyboard or mouse\n18 4 4 5 5 when opened to its tote bag form , it looks like a unsubstantial tote bag with a compartment for the umbrella\n8 3 3 9 9 this week the organist was from nearby trinity episcopal church , and he did a wonderful job\n4 5 5 8 8 i love to sup an ale in a tankard by a blazing fire on a coldly day\n6 6 6 9 9 takeovers have taken ted ' s portfolio into new territory\n11 1 1 7 7 the pathologists perform study of disease through examination of organs , fluids and tissues of the body\n8 12 12 18 18 the day was declared a public holiday , and at noon the train started from the gaily decorated station\n6 4 4 7 8 the customers are bringing snacks to the movie theaters\n16 2 2 5 5 we hear promises from our leaders of big change in the future , without any credible plans right now\n1 11 12 7 7 these changes can be caused by the tumor itself , by increased pressure within the skull caused by the presence of the tumor\n13 20 20 22 22 he was married twice , and after his second marriage he kept in the sight and knowledge of everybody a harem of concubines\n7 3 3 7 7 the stainless steel vessel was filled with nitrogen , and the pressure in the outer volume of the chamber was kept steady\n14 4 4 13 13 i have read the comments made by micheal hortin with regard to this decision and would like to make the following observations\n14 10 10 15 15 while the slide was presented , an audio recorded biographical script was played describing the person\n13 3 3 5 5 tyra banks and mob of women took over the streets of union square monday ( aug 17 ) in new york city as they flash danced for a taping of the tyra banks show\n0 7 7 13 13 instead , the doctor had administered a drug which had caused the eventual death of the child\n3 1 1 11 11 the turtle was slowly pushing the jellyfish in front of his mouth ( in the manner of a water polo player controlling a ball ) , keeping his prey steady with his flippers\n13 4 4 6 6 like magic , a covert of coots arrives to feed on whatever there is in the lake bottom\n0 1 1 5 5 the crashes resulted in the collapse of much of the world trade center complex , the destruction of part of the southwest side of the pentagon\n2 1 1 4 4 the haft of the axe is make of yew wood\n2 7 7 11 11 the smallest star was completely inside the arm of the blue cross\n2 7 7 14 14 the cat ' s large and prominent eyes are placed well forward on the head and , like the eyes of humans , they face forward\n15 1 1 7 7 the condition was previously described in the literature\n4 7 7 11 11 finally , they found out that the letter was in a trunk in her mother ' s attic\n0 7 7 11 11 the fact that you actually caused an accident that resulted in injury or death gives them the justification they need to prosecute you to the fullest extent of the law , and seek the toughest penalties possible\n13 40 40 42 42 in the chambre de offering , where the service bed was placed , immutable persons , such as ambassadors or great lords , whom it was desired to honesty , were received in a more covert dernier cri than the canaille of courtiers\n6 3 3 6 7 the machine blows water into the connecting conduit\n6 1 2 7 8 the loan fees were added into the set interest\n8 3 3 7 7 after the distraught cub runs away from home , a mischievous storyteller called bonifacio sweet talks him into performing on stage\n0 17 17 24 25 with bummer gone for the night the groms decide to surf at night with the help of floodlights , but the floodlights cause a power outage for the entire hotel\n2 1 1 8 8 a summary of the procedure appears in the table\n6 0 0 5 5 intruders are going into the organization looking for key documents\n3 1 1 7 7 each painting is built up of many layers over time , thin transparent layers are juxtaposed with thicker juicier layers of paint\n1 1 1 10 10 an inflammation of the liver caused by the hepatitis a virus ( hav )\n17 1 1 6 6 the authors produced a high quality book that is an important reference source whenever i need to undertake strategic planning\n3 9 9 10 10 it is a relatively simple task to lubricate your brake cables periodically\n1 8 8 13 13 the conclusion of the investigation was that the loss was caused by a failure in a cell wall , resulting in a serious crack and a leakage that the pumps were not able to cope with\n14 1 1 3 3 the talk considers graphs and multi graphs as a subject of knowledge\n1 1 1 9 9 the tsunami was generated by an unusual type of earthquake that occurs near oceanic trenches\n8 1 1 9 9 the prisoners escaped from an older part of the jail\n12 1 1 4 4 this fish lives in shoal of 150 to 900\n11 0 0 8 8 firefighters mark hydrants that work okay with spray paint\n17 20 20 21 21 in 2009 , daniel bennett began litigation against the university of leeds for it having disposed of 5s 7lbs of lizard excrement he had meticulously collected\n8 1 1 6 6 the inspiration came from a temp job he once had that involved alphabetizing purchase orders and a job he had as an engineer for three months\n18 1 1 9 9 each student is a participant in a web conferencing session\n3 5 5 9 9 a portion of the ethernet cable ' s outer insulation is in the connector as well\n4 1 1 5 6 the key was inside a planter thing we had hanging near the door\n1 9 9 11 11 around the globe , unique and fascinating species face extinction from hunting and habitat destruction , which affects vulnerable animals in every kind of environment\n18 1 1 5 5 most people are familiar with feelings of anxiety\n11 2 2 1 1 the nail gun drives the nail using a single rapid stroke so that heat is generated by friction between the nail and the wood\n2 10 10 13 13 as he was mulling over his options , the front door of the cottage opened and someone stepped out\n14 1 1 8 8 the book involves the reader in many other themes of vital relevance to everyone\n18 3 3 6 6 capacity is the combination of human resources and institutions that permits countries to achieve their development goals\n8 1 1 5 6 the workers fell from an upper part of the roof to a lower part\n3 21 21 24 24 frequently , the librettist has n ' t had an inkling of these feelings , for they are all in the composer ' s head\n8 10 10 13 13 in swahili , jana means yesterday so here are some items from her yesterdays\n18 1 1 4 4 the team finishes the season with a 9 11 record , just short of tournament contention\n18 17 17 22 22 it became an obsession but , frustrated at every turn , he eventually made do with a copy made by a family firm in nottingham\n8 1 1 10 10 the flag randomly popped out of an enemy ' s corpse\n1 3 3 10 10 but the most damage has been caused by the corrosive effects of wind and water\n14 2 2 5 5 the first scene shows a meeting between axel and a tramp in the street at night time\n4 1 1 7 7 the fueltruck was contained in a large box to ensure that any spilled diesel would be contained\n16 10 10 17 17 one of the requirements of the portfolio is a goal sheet , which is completed by the student\n8 1 1 5 5 the sun emerged from the pillow of white clouds\n14 5 5 8 8 the central theme of the book is the development of the idea of congruence\n4 2 2 6 6 after the snake was in a jar for a few minutes , it ceased the letisimulatory posturing and appeared normal\n9 0 0 1 1 rice beer is a famous asian country ' s drink , especially in japan\n13 16 16 18 18 i feel honored to have been awarded this scholarship , since it comes from the governing body of pathologists , which decides who is worthy and who they think will progress to become successful in this field\n13 22 22 25 25 theocritus was born in syracuse , sicily , spent time on the island of kos and was also a member of the pleiad of alexandrian poets under ptolemy ii in alexandria\n17 15 15 20 20 the years of the first postwar five year plan saw a vigorous rise in the factory ' s output of equipment for the chemical , metallurgical , coal and petroleum industries\n18 1 2 6 6 these city dwellers have sunk into abominations\n18 10 10 13 13 the model describes the relationship between a government and the manager of a firm which produces a pure public good , under private or public ownership\n13 14 14 19 19 i will need a stevyn sized box as i have more mucus than an escargotoire of giant african land snails\n11 7 7 13 13 putting a first time learner in the driver ' s seat of a car is a scary proposition\n4 4 4 10 10 the 2 in 1 shampoo and conditioner was in a bottle fixed on the shower wall\n14 4 4 7 7 this study has added insights into the diversity as a phenomenon in nursing and has implications for the nursing profession\n18 0 0 6 7 brutality was an intrinsic part of plantation life and no child , however privileged or protected , could escape its ugliness or it savagery\n16 29 29 31 31 a unique red and green army of trade union and environmental campaigners was on the march in an attempt to save from closure britain ' s only major wind turbine manufacturing plant\n8 16 16 21 21 in his running film ( 1972 ) , each shot lasts for ten seconds while a figure runs away from the camera as far as he can in the time\n18 1 1 6 6 the police told an open government surveyor it does n ' t give out the records\n0 1 1 5 5 the movement developed from the rediscovery by european scholars of many greek and roman texts\n17 1 1 4 4 the fireman ' s report for the afternoon of january 11th stated the banbury seam to be in good condition with no gas and good ventilation\n8 2 2 8 8 the albinistic birds are descended from an albinistic parent for in all these years that i have been observing these abnormal birds\n2 1 1 3 3 the mycelia of truffles form symbiotic relationships with the roots of several tree species\n3 2 2 8 8 an expansion tank has a vertically set up cylinder with a float therein , which forms a separating element between water and gas in the cylinder\n1 2 2 14 14 the vascular dilatation was caused by the sympathetic and the course of vaso motor nerves\n1 2 2 3 3 sheet and rill erosion is considered to be the most harmful of all soil erosion forms since it may be unnoticed or ignored by the peasant\n3 0 0 1 1 engine pistons transmit the force generated by the combustion gas to the connecting rods\n13 9 9 14 14 a young girl tries to fit in with a clique of popular middle school girls after moving into the guest house of one of their homes\n13 8 8 10 10 naturally , they get taken in by a sorority of misfits who teach them that what ' s on the inside is more important than being cute\n4 1 1 7 8 the foot was inside a white nike running shoe\n13 19 19 22 22 expecting the lion to come out of the bushes at any moment , we were surprised to see a coalition of male cheetahs instead\n4 3 3 7 7 we store the cards in a matching box\n18 4 4 6 6 the female constructs a nest of grass in a hollow on the ground\n1 1 1 5 5 the problem comes from the widgets resembling htc ' s own sense ui widgets\n6 4 4 6 6 nasa have also taken fish into space\n12 2 2 5 5 the average soldier joins your army for the pay , and if you can not pay him he will walk away and go back to get a job as a farmer or laborer\n18 1 1 8 8 the kids get to hop around in a sack or pillowcase\n18 2 2 7 7 more important advantages are related to the position of a left handed first baseman with respect to the base\n8 1 1 9 9 the boat had set sail on wednesday from the port of kotorr ( monte negro ) and was making to southern coast of italy\n11 1 1 6 6 the mage blasts the foe with spells and the knights ride up the flank and hammer the enemies ' sides\n6 9 9 12 12 so far this year , the city has dumped sewage into the river more than 500 times\n3 5 5 8 9 the northern half of the block includes a parking structure with five levels\n14 2 2 15 15 a family report on hope ' s website gave details of the morning ' s events\n8 17 17 22 22 the owner returns the amount paid by way of guarantee deposit , within 31 days after the occupants ' departure from the property\n8 1 1 6 6 most ticking is made of synthetic fibers like polyester , or acrylic\n4 1 1 9 10 the pizza was contained in a large , recyclable cardboard box , and the sugar was packaged in a recyclable paper bag\n2 6 6 9 9 one of the guards at the entrance of the supermarket said it had been the same scenario on saturday with a long queue for sugar being the order of the day\n4 1 1 5 5 the painting was in a trunk next to the bed\n13 6 6 9 9 thus , the interpretation of a battery of psychological tests depends on who does the interpreting\n14 2 2 8 8 in this strategy we set out the main issues , priorities and tasks\n1 1 1 5 5 the fire is caused by overheating of connections , which is cause by its turn by poor ohmic contact\n3 1 1 5 5 the subject first moves a foot in order to take a step\n1 5 5 9 9 figure 9 shows the average delays obtained with this policy as compared with those of the previous subsection\n13 7 7 10 10 by the end of 1559 the whole bench of catholic bishops had been replaced\n18 1 1 5 5 the trip of two mountain goats to was also a subject for discussion\n1 7 7 12 12 space shuttle science shows how 1908 tunguska explosion was caused by a comet\n13 5 5 7 7 the result is an exciting melee of influences , all bound together by the unswerving class and charisma of kinny ' s persona\n0 2 2 17 17 cobalt metal fume and dust cause upper respiratory tract irritation , chronic interstitial pneumonitis , and skin sensitization\n8 2 2 2 2 the leeward barchan runs away from the windward barchan because of the inverse relationship between velocity and height\n1 9 9 14 15 every child and young person seen at starship with intoxication from alcohol or illicit drug use had a social work assessment before leaving the hospital\n8 8 8 12 12 paradise coffee is one producer that offers several coffees produced by different species of beans\n5 16 16 18 18 accompained by two seneca indians , he set out on snow shoes with a forty pound pack of clothing and books to traverse that long and perilous trail\n6 3 3 7 7 we inserted some sound into the blackboard announcements\n13 6 6 8 8 only then did i notice an ambush of tigers pacing us on the far shore\n6 15 15 18 19 thus , during long term operation of a reactor with a sodium coolant , the radionuclides migrated into stainless steel up to a depth of i00 ii0 m\n8 1 1 7 7 the title originates from an ohioan urban myth\n8 1 1 4 4 the photos from past events were printed and on display in the fellowship hall for several weeks during the 60th anniversary celebration in sept 2006\n18 2 2 7 7 the original santur was made with tree bark , stones and stringed with goat intestines\n15 2 2 10 10 the second accident was reported on radio and television morning shows\n18 1 1 5 5 his place was in the desk in front of me\n3 2 2 6 6 a sailing boat has the large mainsail , a smaller foresail and perhaps a large balloon like spinnaker at the very front\n18 6 7 10 10 some time in 2002 , the chief executive of this corporation sought and received board approval to construct a modern training school for its staff\n5 4 4 8 8 i gave him a bottle with very cold water in it yesterday because it was so hot out when i took him for a walk\n14 2 2 9 10 the new study provides insight into how the first flowering plants evolved from pre existing genetic programs found in gymnosperms\n8 1 1 6 6 the victim ran away from the perpetrators so quickly , he ran out of his shoes\n11 7 7 10 10 after this preliminary identification of the hittite people and their language , we had more confidently approach the story of their rise to fame\n8 13 13 16 16 upon completion of the activity , the employee supervises the exit of the group from the facility\n6 1 1 5 5 a train ran into a truck , leaving 14 dead\n2 0 0 6 6 muscles are the parts of the body that allow us to move in positions such as sit , stand , walk , run , bend , and reach\n10 5 5 7 7 this website is the best tool for artists , labels and fans alike\n2 12 12 2 2 the mobile crane can be used for demolition or earthmoving as the hook at the end of the crane can be changed to a ball or wrecking bucket , dependent on the crane hire job\n3 1 1 7 7 the room includes a queen bed , shower and tub and sitting room with sofa bed\n18 8 8 18 18 over much of the past decade , the leader has methodically fashioned the party into a re election machine\n5 8 9 11 11 oh , so this was all about a trash bag with money in it\n6 24 24 27 27 i went to a bank and got 100 worth of pennies in those rolls , emptied them out , then put all the loose coins in a sack , and delivered them to mr giles ' s office at the league headquarters in carew tower\n8 2 2 6 6 as the ship drew from the harbor more , the helmsman turned ` round easily\n14 4 4 8 8 the most successful action films were about a man called rambo\n1 2 2 6 6 with the pollution caused by the buring of coal , the light colored tree trunks became darker due to soot\n18 12 12 18 18 he stirred the oil , garlic and cumin seeds together in a dish large enough to hold the sardines in a single layer\n2 1 1 8 8 the media is the middle part of the artery , made up of a layer of muscle and elastic tissue\n0 1 1 11 11 continued exposure to higher concentrations of the gas cause disorientation , convulsions , unconsciousness and death\n13 7 7 9 9 i was hoping to find yet another bed of clams , but no luck\n6 2 2 7 7 the war refuges migrated into the southern region to avoid battles\n13 1 1 3 3 a swarm of ants in the search for food shows the remarkable capability of finding shortest paths between a found food source and the anthill\n6 3 3 6 7 the scientists poured money into pint cancer research\n14 1 1 4 4 the program depicts the adventures of a mysterious , humanoid alien\n0 2 2 6 6 these chemical studies were directed toward proof of structure of the indole components of the seeds\n1 1 1 6 6 the riot was instigated by the clergy of the church of england with the active support and collaboration of the magistrates\n2 2 2 9 9 the skydiving scene was the best part of the movie\n18 1 1 5 5 the farm is participant in forestry and there have already been planted around eight thousand plants\n1 2 2 6 6 but the discomfort caused by the ointment and the duration of treatment often result in non compliance\n0 0 0 6 6 menopause and pms cause stress and anxiety even without imbalanced hormones\n18 1 1 7 7 the arrest completes a dismal past five weeks for the 25 year old\n13 8 8 11 11 along with the terracotta army , comes a shuffle of terracotta bureaucrats identified by the knives hanging from their belts , which would have been used to correct mistakes written on strips of bamboo\n0 1 1 5 5 the killings resulted in indiscriminate firing by unknown people in garden area of the city\n14 4 4 14 14 it is an online publication dedicated to informing the world about the numerous state violations of citizens ' rights\n1 1 1 4 4 the cow makes a sound called lowing , also known as mooing\n4 7 7 12 13 finally , they found out that the letter was placed inside a pocket notebook that donna owned\n16 2 2 9 10 the dissolution plan has been presented by the special study committee that was responsible for producing it\n1 0 0 7 7 flashes are caused by the vitreous gel tugging on the retina\n17 1 1 6 6 the country has constructed a thermal plant in takoradi to supplement its power supply needs\n2 5 5 9 9 next , i adjusted the screw of the lifter magnet to be about 20mm above the top surface of the adjustable arm\n4 2 2 6 6 the scorpio single was in a bin with around 6 zillion 45s\n6 3 3 7 7 he took his son to the ancient temples in cambodia\n13 3 3 6 6 the first fighter wing of these planes is already in service\n1 5 5 9 9 information about salmonellosis , an illness caused by a bacteria found in raw food , soil , or water\n18 2 2 7 7 in the book , a distinguished country gentleman becomes a knight after reading too many chivalric novels\n0 10 10 14 14 natural liver cirrhosis treatment liver cirrhosis is a degenerative inflammatory disease that results in hardening and scarring of liver cells\n11 2 2 8 8 the game designer also uses a very specific tool for his work\n6 14 14 18 18 many investors ' funds are pooled together and the fund managers invest all the money in a diversified basket of investments\n5 9 9 11 11 the brochure shows , in one embodiment , a vase with flowers inside a cut flower sleeve with the sleeve tied with a ribbon about the neck of the vase\n16 4 4 8 8 the sun displayed a design by a macaque monkey\n4 4 4 8 8 each person ' s name was in a box\n18 3 3 7 8 the day old baby was taken into intensive care\n3 1 1 6 6 the trucks are comprised of smaller parts , including axles , bushings and kingpins\n6 2 2 11 11 an american student fell drunkenly into the city ' s main river\n0 2 2 4 4 and these gases cause evaporation of water from sea and soil\n6 3 3 7 7 she put her jewels back in the casket , and dressed herself in the plain black gown\n2 2 2 8 8 the dentate gyrus is a part of the hippocampus , the main memory structure , and has been shown to play a role in the forming of new memories\n6 0 0 4 4 bolus was injected into ports above the filter set\n8 0 0 4 4 concrete is made from cement , aggregates ( gravel and crush ed stones ) and water\n18 1 1 4 4 congregational clergy of various denominations were surveyed to assess their understanding and experience of trauma\n2 2 2 6 6 the small spring of the percussion hammer then forces the latter downward into the head of the striker , thus firing the mine\n0 5 5 8 8 i am currently taking a medication which causes tingling in my hands and feet , but i also have vitamin d deficiency r hyperparathyroidism and my calcium is up and down\n6 0 0 4 4 investment flows into emerging markets\n6 3 3 6 6 the mechanism transported dust into shadowed regions\n13 12 12 14 14 both are driven to play a leading role in the five strong bratpack of teenagers who have the game ' s future in their hands\n6 4 4 8 8 squeezed growers have put plight to the city dwellers\n1 10 10 18 18 but by far the most frequent tsunami maker is the buckling of the seafloor caused by an undersea earthquake\n11 5 5 8 8 to use it , a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area\n14 2 2 12 12 a political blog is a common type of blog that comments on politics\n2 18 18 22 22 so , it is quite possible for nonviolence and grave violence to slip back and forth in the mouth of the same person\n1 5 5 7 7 a magnetic bracelet helps the pain from stroke in your arm\n1 14 14 22 22 dalindyebo r900 million and the tribe a further r80 billion in compensation for the humiliation caused by the monarch ' s criminal trial\n14 1 1 13 13 a war of words erupts between sinn fein and the dup over the devolution of policing and justice powers to northern ireland\n8 13 13 16 16 the duration of the visa is estimated from the first exit of the applicant from the country after issuance of the visa\n13 21 21 23 23 a few crappie on tuesday ( june 24 ) were found among flooded willow trees , presumably feeding on the recent hatch of mayflies ( willow flies ) that occurred on sunday and monday\n3 22 22 25 25 her bathing suit was pulled off her shoulders and her back , a ruddy , orange brown , set off by a string of creamy pearls , shone in the sun\n13 5 5 23 23 by tacit approval , an order of preaching heretics who deny the infallibility of the bible , an order of drunken and adulterous clergy , are permitted , and are at this moment holding benefices and preaching in the church of england\n3 1 1 9 9 the pig rooted around in the dirt with its snout\n13 20 20 23 23 the government spent nearly 10m euro of taxpayers ' money this year to cover the salaries of the ever increasing coterie of special advisers\n13 5 5 10 10 india plans to build a constellation of seven geo stationary satellites at a cost of rs 1 , 600 crore to meet the navigational system requirements in cars , trains and aircraft\n18 2 2 7 7 the sales cycle has shortened from several months to weeks\n2 2 2 5 5 alexandros caught blade by the haft as it fell\n18 1 1 5 5 the study on which this paper is based was prompted by concerns about marking standards\n10 4 4 5 5 before heading down the phone operator career path , you need to examine whether you possess the skills for this type of position\n18 3 3 10 10 also , every employee who is a participant in the trust automatically has a beneficial interest in the ownership of the agency\n5 6 6 10 10 ken put a thermometer in a glass filled with hot water\n5 1 1 4 4 the bottles contained a substance authorities believe is human fat\n4 1 2 9 10 the detector module including a preamplifier was inside a laboratory oven\n2 2 2 9 9 the mentor session was the best part of the conference\n3 8 8 14 14 the concept car acura tl features a wiperless windscreen using a series of jet nozzles in the cowl to blow pressurized air onto the windscreen\n4 3 3 7 7 stirring the hot popcorn around in a kettle drizzled with sugar , salt and oil evenly coats the popcorn\n2 18 18 21 21 after arriving on the bottom at the wreck site , the first team of divers must check the anchor of the boat for security\n2 1 1 4 4 the tiller of the stonebow is curved downward between the latch and the prod\n3 6 6 8 8 however , the exact active site configuration of enzymes in vivo is very difficult to address for two reasons\n18 19 19 21 21 part of the task which the authors set themselves is the delineation and validation of the idea that a subculture of violence exists\n4 1 1 5 5 the rootball was in a crate the size of a refrigerator , and some of the arms were over 12 feet tall\n18 1 1 4 4 the author ' s name gives her work a brand image that informs consumers ' choices of literary and artistic works\n6 1 1 5 5 the newborn arrived into this world with gifts and talents\n18 7 7 17 17 in the healthy heart , the left ventricle performs a systolic wringing motion , with a counterclockwise rotation at the apex\n8 1 2 7 8 the radiation burst was coming from a supernova remnant known as n49 in the galaxy known as the large magellanic cloud\n14 1 1 9 10 his novels and stories often have to do with black comedy , parody , satire , and zen buddhism\n0 0 0 1 1 water erosion is the detachment and removal of soil material by water\n6 7 7 14 14 two days later , the salt water fish was put into a fresh water pound\n0 0 0 36 36 lesions involving the medial part of the premotor cortex , the supplementary motor area ( sma ) and the rear portion of the medial part of the precentral gyrus caused a contralateral , severe leg predominant hemiplegia , distally predominant and a less severe proximal weakness of the arm\n2 1 1 4 4 the pins of this socket are as thick as the pins of an ic\n4 1 1 9 9 a rasher of bacon was found in a returned book by a worthing librarian\n13 8 8 10 10 the frenetic jostling for elbow room among the ratpack of photographers is more usually the case\n15 1 1 6 6 their marriage became the topic of conversation in all circles of society\n1 2 2 6 6 examining the disruption caused by pupil mobility\n17 1 1 9 9 these brothers were the first to invent a working airplane\n3 4 4 5 5 the hardness of a piano hammer has a great deal of influence on the resulting piano sound\n1 2 2 8 8 the second injury also started from the aforementioned collision , but has only recently re surfaced\n1 0 0 11 11 production and investigation of such a detector arose from an inadequate sensitivity of a commercial p type si detector\n11 1 1 4 4 the workmen applied a blowlamp to the pipes which were lagged with felt\n17 1 1 8 8 the group has thrown together a neat prototype device that could possibly be the future of casinos\n18 1 1 21 21 the director , robert connolly , who co wrote the script with david williamson , assembles the pieces with great methodical logic\n2 6 6 9 9 they looked very closely at the white of the eye , and saw lines that look like tiny pink threads\n6 1 1 7 7 illegal overcharge was passed on to the customers\n18 14 14 17 17 however , apart from visual design elements , one also gets creative with the layout of the site\n11 4 4 8 8 this is completed by students using the online system\n6 3 3 8 8 a few space probes have been placed into orbit around other bodies\n8 1 1 9 9 the statement below comes from the morristown humane society website\n3 23 23 30 30 a longer probationary period for new teachers , placing experienced teachers on probation following several years of unsatisfactory evaluations , and new alternative ways for certification are parts of the proposal\n16 7 7 9 9 art , a concept separate from both artwork and creator , thus exists as the source for them both\n18 0 0 3 3 discovery consists of seeing what everybody else has seen and thinking what nobody else has thought\n5 1 1 6 6 the locker contained a big fluffy robe for me to change into\n8 1 1 5 5 the crowd departs from the capital after the swearining of president barack obama\n14 1 1 7 7 this show studies the artist ' s conversation between and untamed subject and a highly domesticated setting\n1 1 1 6 6 the inflammation is caused by the growth of unusual bacteria , which usually results from antibiotic use\n0 1 1 9 9 the exhibition the art of the motorcycle caused a revolution on the museum scene with its presentation of the motorcycle as a metaphor of the 20th century\n8 2 2 5 5 students review art from different periods throughout history\n0 0 0 8 8 pressures occur throughout life and those pressures cause stress\n4 5 5 8 8 a full quarter of the products in the supermarket have some form of corn in them\n11 4 4 12 12 the other shows the goddess of justice as blindfolded , with a sword by her side\n18 5 5 13 13 one of the best vantage points of the boston skyline is from the water , in a boat heading toward the boston harbor islands\n18 10 10 12 12 with iterpipes , python is ready to replace the bash shell for scripting\n3 2 2 5 5 the slot machine contains computer software known as random number generator\n16 4 4 8 8 but here is a jumper sewn by a daughter ( antoinette ) for her mother\n6 6 6 10 10 now , you have imported the data into the region database\n13 11 11 15 15 it took the great ronald reagan years to develop his vast coterie of left wing haters\n0 1 1 3 3 the drugs cause unconsciousness and cardiac arrest separately\n6 1 1 6 6 the consignment was brought into a port in sagunto\n12 2 2 3 3 the three ship fleet of columbus consisted of two ships known as caravels ( pinta and nina ) and a larger ship which served as columbus ' s flag ship\n13 14 14 17 17 thousands of drummers and dancers perform in the streets of kandy accompanied by a parade of ornamented elephants\n15 5 5 10 10 this article lists people whose artwork has been featured on stamps of the united states\n11 6 6 12 12 focusing on chronic dumping areas the group began enforcement action with surveillance cameras and day and night patrols\n17 1 1 3 3 the maker of additives for engine oils and industrial lubricants posted significantly higher profit in its last quarter despite continued volume declines\n18 4 4 10 10 this is an absorbing book , diminished by the choppy way ackerman balances antonina ' s account with the larger story of the warsaw holocaust\n4 4 4 8 8 the credit card sized reader sits in my wallet , so that i can carry it with myself wherever i go\n2 2 2 5 5 the three fireplaces in the cottage are constructed of random stones with mortar joints raised and rounded\n16 6 6 7 7 when guang yang worked in a textile factory in her hometown of beijing , she would sing to pass the time\n13 19 19 21 21 bruce had fallen out of favor and koro and cleo settled into a more conventional relationship , producing another clutch of chicks\n3 6 6 11 11 among the highlights were an epaulette shark that walks on its fins , a praying mantis like shrimp and scores of reef building corals\n0 0 0 7 7 electrolysis of the resulting mixture caused the reduction of the aluminum ions in the al2o3\n6 10 10 12 12 governments and industries in nations around the world are pouring billions into nanotechnology\n18 1 1 4 4 the president of the bank has told us that most of the state banks exist by its forbearance\n14 1 1 4 5 the stories also explore cultural norms , social norms , and other aspects of vietnamese society\n6 2 2 10 10 the new residents have been moved into their brand new home\n14 4 4 9 9 the aim of this paper is to present a model for the determination of the monetary values\n6 6 6 11 12 the president seeks to hand over power for aids program to client countries\n18 3 3 6 6 last month , scientists sliced the brain into 2401 paper thin sections , part of a project to create an open access digital atlas\n6 3 3 3 3 the white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup\n13 16 16 18 18 there was an ancient looking small shrine there in the ground , and they found an earth of foxes under its floor\n11 1 1 5 5 real gamers use keys neck ties\n14 3 3 8 8 later in his speech , obama declared his support for iranian nuclear power and opposition to iranian nuclear weapons\n18 3 3 7 8 chin creates his work based on his life experiences and observations\n18 23 23 25 25 these include the tapping of the package , the way one holds their cigarette , the oral gratification , and the easy social camaraderie of smokers on a break\n14 3 3 10 10 a number of questions had been tabled relating to the dangers of the new vaccine\n4 1 1 5 5 the jewelry was in a cabinet in the same room\n18 1 1 4 4 this meeting of devoted friends and lovers served as the foundation of the names project aids memorial quilt\n17 1 1 2 2 a spider bite is an injury resulting from a spider ' s forced interaction with other than prey organisms that can lead to medically significant complications\n3 15 15 21 21 usman was made to dig one place for a foot or so , while the priest searched the earth with his fingers the charm did not appear\n18 7 8 12 12 self organization become apparent in evolution as self assemblage of the gene networks and cascades\n0 4 4 9 9 many different bacteria , protozoa and viruses cause food poisoning , but most cases are the result of just a few species of bacteria\n18 12 13 14 14 the boy learned how to protect the socket for making a picture light switch cover in this free home decorating video\n14 3 3 6 6 it was a dispute discussing the question whether the language of the greek people ( dimotiki ) or a cultivated imitation of ancient greek ( katharevousa ) should be the official language of the greek nation\n5 1 1 9 9 the database ' s contents comprise more than 150000 images covering the early 1970s to 1994\n14 5 5 7 7 he also released a similar document investigating violence against women\n18 3 3 8 8 the concepts of psychoanalysis have been applied to films in various ways\n1 19 20 24 24 one sad ( excuse the pun ) consequence is that a winter of suffering from sad adds to the weight gain caused by the antidepressants\n3 1 1 4 4 the fortress has 6 bastions and 4 gates\n17 4 4 9 9 ward cunningham , the developer of the first wiki software , wikiwikiweb , originally described it as the simplest online database that could possibly work\n15 1 1 9 10 the organization has also been the subject of much conspiracy parody\n18 5 5 7 7 the poor management pushed the workers into depression\n16 0 0 12 12 stings or bites are caused by midges , horseflies , bees , wasps , ants , some spiders , fleas , lice , etc\n8 0 0 3 3 conscripts on spanish galleons escaped by jumping ship in new orleans and in acapulco , mexico\n3 2 2 19 19 in the shoulder joint , the humerus ( upper arm bone ) fits into the socket of the shoulder blade\n13 7 7 10 10 the beach was empty except for a charm of yellow finches\n4 2 2 8 8 the ovarian tumor was put inside a plastic bag before retrieval\n14 2 2 4 4 a stormont meeting on jobs with a delegation from the north west was ` constructive '\n10 3 3 6 6 of the three institutions using a thesaurus as a tool for managing indexing vocabulary , one stated that the material covered was of a general nature\n12 1 1 9 9 every municipality in ontario is a member of the corporation\n18 0 0 6 6 pilgrimage to mecca is a basic tenet of islam\n3 1 1 9 9 the unit consists of a mobile launcher , an interceptor and a command and control battle management and communication ( c2bmc ) system\n11 1 1 9 9 the reciter stirs the water with a double edged sword , a khanda , which he holds in his right hand\n1 2 2 10 11 the structural deficit has been caused by the series of tax cuts , not the recession or defense needs\n18 1 1 6 6 the hypermenorrhea was made worse by treatment\n18 9 9 12 12 after facing the hopelessness of the future , the poet sank into despair\n11 1 1 7 7 the perpetrator killed the victim with a gun\n13 5 5 8 8 he has arranged a new brigade of irish volunteers\n18 2 2 5 5 the final rules are under consideration and are expected by june 30\n3 4 4 7 7 i remembered about a string of rosary beads my mother purchase for me from a young priest and i pulled them out of the nightstand , ( where they had been for about 15 years )\n2 7 7 10 10 on the bedroom chair and along the rail of the bed were scattered the garments , the only garments so far as he knew , and the bandages of their guest\n4 2 2 12 12 plus the drink machine was out so my drink was in a can and they had no ice as well\n6 5 5 11 11 at that time , the skull was already locked in a safe along with some other longish bones\n14 2 2 8 8 in this issue , we focus on the value of wild trees and the varied products they provide\n2 4 4 10 10 the backside of the haft of the gebel el arak knife is decorated with the images of a number of of a number of animals presided over by an old man in mesopotamian dress\n11 5 5 9 9 in july 2004 , the group struck again with bombs at the u s and israeli embassies\n16 5 5 12 12 this is effective public relations writing from the mind of a retired editor with a dose of stickiness\n18 1 1 5 5 the manager saw a black male fire two shots while beside his car in the parking lot\n18 3 3 8 8 however , the emperor took advantage of the gathering to determine the order and organization of the church\n6 10 10 14 14 strong warm winds from the northwest and north have carried locusts into the closest sector\n6 5 5 8 9 my brother joe put the cat in a dresser drawer and shut it\n13 1 1 4 4 the community of senior citizens already has great electoral power\n8 2 2 8 8 the storm water is going away from the development\n14 18 18 22 22 in july last year , six of the uk ' s biggest net providers agreed and announced a plan to tackle online piracy\n3 6 6 12 12 music label is a very mature product that uses a powerful database engine\n8 9 9 5 5 there is this really funny scene where the tie salesman runs away from the crime scene\n6 3 3 6 6 the italian donated equipment to the charity\n6 4 4 8 9 nasa has dumped the probe into the deep outer space\n1 8 8 15 15 it took a long time to undo the damage that has been caused by the crisis of confidence , damage whose effects are just now beginning to make themselves felt in a slow , glacial collapse\n13 1 1 6 6 our club consists of fun loving residents , both retired and working from a wide range of businesses\n12 2 2 8 8 the young student is part of the environmental association indyact\n9 1 1 2 2 these oatmeal cookies are very moist with a good flavor\n2 3 3 6 6 these are the loopholes of the fortress , at which , either at top or bottom , the self immuned spider is usually to be seen watching\n3 1 1 2 2 pressure sewer pipes are manufactured to astm d3754 also in 20 and 40 foot lengths and in standard pressure classes from 50 psi up to 250 psi\n18 5 5 11 11 the immediate origin of the pigment in circulation is from the breakdown of endodermal tissue\n9 0 0 1 1 vegetable stew is a delicious , low calorie and healthy meal to enjoy on a cold winter night\n13 7 7 10 10 ellis was one of the so called bratpack of american authors of the 1980 ' s along with jay mcinerney and tama janowitz\n4 3 3 8 8 only the session identifier is stored in a cookie whether database is used or not\n18 1 1 5 5 this car definitely has snob appeal with its good looks and saloon functionality\n4 1 1 6 6 the document was locked in a safe at scotland yard and only sent to the coroner in 2003\n16 4 4 13 13 one downside of the book was that some points in the book the author expanded the book with knowledge that made it a little less interesting\n8 10 10 13 13 but i am more or less set on 2 continued courses from last term and financial derivatives for this term\n4 5 5 11 11 they advised me that their records for 1993 were in a box of files in a warehouse\n6 1 1 8 8 essential supplies are being delivered to conflict affected families in yemen\n4 1 1 10 10 the mummy , ensconced in material , was inside a box bearing the words sacred to the memory of our little hawaiian home across the sea\n15 1 1 11 11 this level of experience has already been mentioned in the previous chapter\n5 7 7 9 9 to the right of that is a cup with soil inside\n18 0 0 4 4 electromagnets have come into use\n8 2 2 6 6 when the princess left her native land and traveled west to her bridegroom , she carried , smuggled in her headdress , silkworm cocoons and the seeds of the mulberry tree on which they feed\n17 10 10 13 13 a typical passage on these themes is found in the saint ' s letter to the christians in the city of magnesia\n8 1 1 5 5 the term originates from an article published 14 february , 1807 by journalist william cobbett in the polemical weekly political register\n18 2 2 6 6 the lisbon treaty has come into force\n6 1 1 6 6 the drug was put inside a capsule for a reason\n14 1 1 5 5 this website sets out both sides of the argument\n14 1 2 6 6 the local legend is about a mausoleum that was also the final resting place of king robert the bruce , adding spin to the earl ' s noble connections\n11 1 1 11 12 amazonian tribes reclaim the rain forest with the help of gps navigation tools\n1 17 17 20 20 the rescue teams found 17 of the 25 crew thrown into the sea when the tanker caught fire after the collision\n6 4 4 7 7 the user inserted an advertising into the podcast\n6 2 2 8 8 the entire post was placed into the upcoming events\n14 5 5 9 9 along the way she presents anecdotes illustrating basic business principles\n18 1 1 7 7 the kids liberate the ponies with the help of a sympathetic groom\n9 15 15 16 16 because of its low cost of preparation and reputation as a local comfort food , chicken stew is often served at large social gatherings such as church fellowships , family reunions and community fundraisers\n18 4 4 5 5 approximately 1 , 000 farm animals receive health and medical care each year in our farm animal hospital\n0 0 0 8 8 trauma to the face and nasal area causes nosebleeds , such as getting punched or violently slapped\n11 2 2 7 7 when the photographer took pictures with the filter attached the images looked flat with a glare that covered the entire image\n14 6 6 13 13 in this affecting , perceptive debut novel , rachel kadish reflects on the ghosts of the past , the tensions of war , and the difficult bonds of family\n17 11 11 16 16 besides acting , directing and producing , eastwood is also a musician who has composed the themes to nine of his films\n11 1 1 7 7 the boy sculpts a pony out of mud and takes care of it as if it were real\n6 4 4 7 7 the man pushed the woman into the windscreen\n13 24 24 27 27 pakistan captain younis khan was on thursday forced to skip a pre scheduled media discussion session in the city after being bitten by an erst of honey bees outside his home\n8 12 12 17 17 lots of people responded positively to my recent post about favorite fictional towns from children ' s literature\n9 7 7 8 8 in many ways , the flavor of rye beer is reminiscent of wheat beers\n14 4 4 11 12 it is a satirical show on quebec television that comments on current events by the favor of the show ' s main character\n14 0 0 4 4 conference deals with nuclear safety , environmental issues\n1 6 6 14 14 some comments from readers highlight the frustration and inconvenience caused by the 3 pin system\n2 17 17 20 20 the patient denies any symptoms associated with this pointed lesion , located on the edge of the helix of the auricle , which has been present since infancy\n18 1 1 3 3 visual observations from space reveal a number of fascinating natural phenomena of interest to meteorologists and aeronomists , such as aurorae , airglow , aerosol layers , lightning , and atmospheric refraction effects\n3 1 1 4 4 the armature has a coil of wire wrapped around an iron core\n11 1 1 9 9 a teacher is writing vocabulary words on a green chalk board with yellow chalk in mid afternoon\n2 1 1 4 4 the stick of the pinwheel is as simple as a pencil or as intricate as a carved stick or metal rod\n3 1 1 5 5 all kangaroos have a chambered stomach similar to cattle and sheep\n14 13 13 16 17 the museum also has a subject gateway that contains over 2 , 500 records relevant to maritime history\n17 1 1 4 4 the maker ' s guidelines were clear but not really necessary as it was so simple to use\n3 5 5 11 11 ground resonance occurs while the helicopter is on the ground with rotors turning it will not happen in flight\n18 1 1 6 6 the speech was delivered from the steps of lincoln memorial on august 28 , 1963 as part of his famous march on washington\n2 19 19 26 26 they come up from under the thwart , through the traveler and out through the eyestrap to the clam cleats located on either side of the boat\n3 13 13 16 16 just a few months earlier , burger king had launched its burger buddies combo of two hamburgers for 89 cents and , later , launched breakfast buddies , a 59 cent breakfast sandwich that came with a disposable razor blade\n14 1 1 8 8 the report gives an account of the silvicultural work done in africa , asia , australia , south american and the caribbean\n11 6 6 14 14 they continued in conversation when the teacher tapped him on the head with a screwdriver\n18 16 16 21 21 the city accuses wells fargo of engaging in illegal reverse redlining targeting black neighborhoods for bad loans that resulted in mass foreclosures\n17 11 11 22 22 based in cambridge , new zealand , the company ' s bees produce manuka honey , rewarewa honey , bee pollen and propolis\n8 9 9 16 16 in new york , i had dinner with a friend who graduated from a prominent evangelical college he was active in a pro israel student organization\n13 6 6 8 8 players are tasked with building an armada of ships and a base from which to deploy them\n17 17 17 23 23 sorcha , the seventh daughter of a seventh son , had to save her brothers from their stepmother , who turned them into swans for many years\n18 8 8 14 14 she once took a tin of her delicious cookies made from the following old recipe\n8 12 12 14 14 jessica simpson ' s a public affair video features a group of stars from movies and tv\n18 1 1 5 5 our newsroom contains the latest developments in uk foreign policy and news on the work of the british embassy and consulates around the us\n1 3 3 15 15 pneumonia is an inflammation of the lungs caused by bacteria , viruses , or chemical irritants\n10 4 4 6 6 this is the best book for programmers needing algorithms not theory\n2 13 13 16 16 in addition to a speedometer , a flickering digital meter mounted on the dashboard of the truck tells you how much energy is being drawn from the batteries\n1 1 1 9 10 the blockages are caused by a build up of fatty plaque along the artery walls\n8 10 10 13 13 the report refers to the arrival of the first somali settlers from the north in three waves\n6 4 4 6 6 the student moved his digressions into footnotes\n3 1 1 6 6 this wheel with its snout engaging pins is exposed so that the worker can thrust the snout thereagainst\n14 1 1 4 4 the statute covering the matter specified in detail when and where the fair was to be held\n18 1 1 7 7 considerable attention has been directed toward the study of the motility of the stomach and its regulation by the extrinsic nerves\n1 1 1 12 12 the demise of the bees has been caused by the globalization of commerce\n4 2 2 18 18 the first bomb to explode in the main northwest city of peshawar on saturday was hidden in a car and devastated a street busy with traffic , shoppers and worshippers heading to mosques to pray\n3 1 1 6 6 both trucks run on lead acid batteries , common in most vehicles\n6 3 3 6 6 the governments sent scientists to the desert for surveying climate changes\n8 1 1 5 5 the letter was from a woman who explained to me every single detail of a three month affair she had with my husband\n1 1 2 6 6 staphylococcal food poisoning is caused by eating food contaminated with staphylococcus aureus\n17 3 3 7 7 the decorated vietnam veteran posts a weekly tribute to service members killed in iraq and afghanistan\n11 1 1 7 7 the student formed a paragraph using a phrase from an original source\n18 18 18 19 19 doc ' s former lover , the erstwhile hippie shasta , has become entangled with a married , billionaire developer , marty wolfmann\n18 12 12 15 15 british , were engaged , at great odds , with the swarming rabble of the alleys\n4 1 1 5 5 the binder was in a box labeled vegetable oil\n4 9 9 12 12 each feeding unit contains sensor for measure of remaining feed in a scuttle\n13 4 4 6 6 reporters commented on the crush of candidates compared to the crowd of supporters\n0 0 0 7 7 properties of the soils developed from the amphibolites of santiago ponte ulla , spain\n17 6 6 11 11 speaking of nerdy sweaters , my girlfriend knit me a mugatu sweater for xmas a few years back\n14 4 4 11 11 nearly all transcribed interview text was on the subject of smoking cessation\n18 5 5 9 9 the declaration urged that such strategies address the root causes and risk factors of crime and victimization\n13 3 3 6 6 behind him crouch canaille of minor letters sins , venial sycophantic hacks with shady past\n16 12 12 17 17 d g phalke ' s raja harishchandra is the earliest indian fiction film made by an indian director\n17 1 1 5 5 the author has published a statement on a website calling the diagnosis an embuggerance\n6 0 0 4 4 wealth is migrating into communities in verde valley\n17 8 8 10 10 he was a maker of things , a builder of institutions , a harvester and disseminator and progenitor of ideas and the means whereby those ideas were made flesh\n8 1 1 7 7 the ministers went away from the december conference\n6 6 6 13 13 our company has released five computer applications to the apple ' s online shops\n3 2 2 8 8 this farm equipment adopts the air cooled diesel engine , which is very suitable to the place where lacks of water or is difficult to fetch water\n9 1 1 16 16 natural rubber latex or synthetic rubber is the main ingredient used for making rubber latex dipped products\n6 5 5 11 11 bogus water collectors have dropped flyers into people ' s letter boxes\n6 4 4 10 10 eu is pouring a million into next , next generation mobile\n1 14 14 17 17 solar disturbances such as flares , prominences , and sunspots increase the amount of radiation from the sun\n2 13 13 3 3 we pulled the engine out to fix the main oil gasket on the crank of the engine\n16 2 2 8 8 a vivid comment was made by the german critic , walter benjamin\n1 16 16 21 21 the results support the theoretical model conceptualizing alcohol use and misuse as being the product of stress caused by constraints and resources brought to bear simultaneously by agent personality , structures of daily life , and macro social structures\n14 0 0 10 10 negotiations between the european community and greenland on a fourth protocol concerning the implementation of the agreement , were concluded at 13 september 2000\n15 4 4 8 8 taylor reflected on his actions in a 2003 interview\n2 1 1 4 4 the rope of the swing makes an angle of 10 with the downward vertical\n15 0 0 7 7 garbage is rapidly becoming the topic of discussion in business meetings , political conventions , and even at the dinner table\n18 3 3 7 7 when the great union of the popular masses of france opposed the great union of the adherents of the monarchy and the victory of ` political reform ' had been attained , many countries followed the french example and undertook all sorts of ` political reforms '\n6 4 4 8 8 the company invested a million into a new product for potential profit\n1 7 7 22 22 a significant portion of head and neck cancers , anal cancers , and cancer of the larynx are caused by the human papillomavirus\n3 0 0 4 4 light is composed of particles or corpuscles , which are refracted by accelerating into a denser medium\n0 0 0 4 4 overpopulation and poverty cause tension not only within communities and countries , but throughout the world\n11 3 3 10 10 taylor ' s accomplice killed the victim with a coat hanger\n18 2 2 11 11 a great resume is the best tool for a successful career transition\n4 1 1 5 5 the thermocouple was in a box ( to prevent it from being sprayed with liquid nitrogen ) and in a small block of thermal insulation ( to reduce excessive cycling )\n1 2 2 11 11 the only light in the house was radiating from the tv screen\n16 4 4 10 10 under a giant silk cocoon created by an army of caterpillars , the shape of a honda is just about visible\n8 8 8 14 14 in other news , a young and deadly kitten has absconded from an interrogation room at about 3 00 am this morning\n1 6 6 12 12 in economic terms , the ecological catastrophe caused by the prestige oil spill is comparable with that caused by the exxon valdez\n6 5 6 9 9 he drags and drops the file icon into a folder\n2 15 15 11 11 in this article most of the photos are taken with the fish oriented with the head of the fish pointing away from you and and turned upside down\n18 5 5 8 8 tense is a temporal linguistic quality expressing the time\n3 13 13 16 16 slowly , with a shaking hand , he reached out and grasped the axe by the haft\n11 1 1 12 12 the team stapled the plastic along the joists with heavy duty staple guns to hold it in place\n16 8 8 9 9 however , legal experts expressed surprise at the car manufacturer ' s stance\n18 2 2 5 5 the beautiful outside of the store is complementary to the local surroundings and is designed to be a store of the community\n2 2 2 7 7 the qualitative chapters appear earlier in the book and focus on the issue of political legitimacy re the core of this fundamental handbook on heterogeneous catalysis\n18 4 4 7 7 an important aim concerning enamel and dentin erosion is to identify agents that might protect the tooth surface from demineralization\n18 11 11 21 21 a representative is a technical guarantor , a partner or an officer of an enterprise who is a member of the corporation and who is designated as a representative for the enterprise in accordance with sections 79 and 80 of the regulation respecting the internal management of the corporation of master electricians of quebec\n8 3 3 7 7 i learned my recipe from a cuban lady\n17 1 1 8 8 the man has written his most high profile work yet , a poem to be broadcast on television to mark the fifth anniversary of the world trade center attacks\n6 8 8 12 12 when the layers have separated , the lower layer drained into a beaker this phase is thrown away\n1 13 13 15 15 biomagnetic research , in arizona , makes a range of devices for neutralizing radiation from computers and other sources\n1 6 6 8 8 the family members also get great joy from dogs doing tricks and great for family activities\n13 1 1 9 9 her father also was a member of the new party and supported abraham lincoln\n17 1 1 4 4 a maker of electric cars plans to use old gm plant in delaware\n17 0 0 5 5 astrophysicists have discovered a new explanation for the early composition of our solar system\n8 2 2 7 7 the immigrant population comes from the pacific region\n18 0 0 8 8 natron is an ingredient for making a distinct color called egyptian blue\n2 1 1 4 4 the handle of the stick was covered with plastic material for more durability ( figure 3 )\n6 9 9 17 17 once outside , the python was placed in a bag , which was put inside a dog crate\n8 2 2 7 7 the current band arrived from the lafayette competition\n11 4 4 8 8 this course teaches home builders when to use concrete for a paving or floor project\n13 12 12 14 14 the residents of capistrano need to wash their cars after the annual flight of swallows returns\n1 8 8 15 15 the us forces have withdrawn due to the damage caused by the eruption and the typhoon\n0 1 1 5 5 the riot resulted in the deaths of 196 people , and led to a major reform in the country ' s economic policy favoring the malays\n6 2 2 7 7 she poured flour into a flat metal pan\n6 1 1 7 7 the goods have been delivered to the buyer\n0 1 1 2 2 canine flea infestation is caused by fleas , which are small , wingless blood sucking insects\n5 5 5 9 9 it turned out that the bag was full of sand and had been inadvertently left behind by jansport , a company that makes backpacks\n18 18 18 21 21 in this case report we describe a young female with bcs , which was the result of a combination of risk factors , including the recently discovered g20210a\n18 28 28 33 33 he went up to oxford during the war to read english and , after war service in india , codirected the tempest with neville coghill in an outdoor production by the worcester college lake\n18 8 8 11 11 he founded the emmaus program , an annual convocation of diocesan clergy for their continuing education and spiritual formation , in 1983\n16 10 10 20 20 over the entrance to the left circular chapel is the tomb of pius ii ( 1475 ) finished by a follower of the andrea bregno\n6 0 0 7 7 money for communication is invested into ethernet technology\n1 13 13 16 16 stella liebeck is the woman who sued mcdonalds after she suffered a serious burn after the spilling of a cup of coffee on her lap\n0 1 1 4 4 the bending caused a fracture on the tension side of the test specimen , but the uhmp fiber ribbon held the fractured parts together\n1 33 33 39 39 following a decision made by the typhoon committee in cooperation with united nations agencies and the league of red crescent societies , escap compiles every year region wide statistics and reports on the harm caused by tropical cyclones , floods , droughts and other severe weather events\n16 3 3 8 8 using the analytical tools developed by the mit team for this study was the first step in the detailed analysis\n14 1 1 7 7 our preview below highlights some of the features from lesser known artists\n3 1 1 2 2 the fish gill is arguably one of the most complex transport epithelia in the biological world\n2 4 4 8 8 in contrast , the rotors of the screw compressor and quite a few others rotate in opposite directions\n18 0 0 1 1 panic attacks linked to heart disease and heart attacks\n18 8 8 17 17 however in addition to maori , other population groups need specific recognition in the bill , including people with disabilities\n6 5 5 8 9 these musicians have transported the vibe into the current century\n8 5 5 8 8 hand stitched with fabric and clothing from different eras of her life , this quilt is imbued with meaning and memory\n6 3 3 6 6 he was sending emails to undisclosed recipients frequently\n13 13 13 15 15 there is great diversity of collective nouns associated with animals , from a sleuth of bears to a murder of crows\n0 1 1 5 5 the influx caused a further drain on the country ' s already scanty resources\n14 2 2 6 6 the examination paper was based on topics which previously had been treated in prerequisite modules in isolation\n2 10 10 14 14 from the operating area , when the operator moves the handgrip of the master arm , the motion gets reproduced on the tong of the slave arm in the remote area\n14 6 6 13 14 we are only interested in the parts of the proposals that pertain to local issues\n16 8 8 15 15 let it be , the third full length record by the now long defunct minnesota quartet , was released at the tail end of 1984\n13 9 9 10 10 louise is a director , audit chair and finance committee member of a public health board , and was a director of afaanz for 3 years\n9 1 1 2 2 higher cane sugar prices are unlikely to have any impact on the price of soft drinks\n14 1 1 4 4 this article charts the history of the city from its settlement by the insubres around 600 bc\n3 10 10 18 18 the teacher set up an activity where each time the dancer performed a tendu with a fully stretched foot she received a tag\n2 1 1 4 4 the flapper of the valve opens and oxygen from the hose enters\n2 1 1 4 4 the tail of the shark continued to swish back and forth a few feet away\n4 1 1 6 6 the rifle was enclosed in a case , which , in turn , was enclosed in a box\n8 1 1 6 6 the alizarin was extracted from the roots of rubia tinctorium and rubia peregrina which grew wild in the mediterranean region\n18 12 12 15 15 today most of the world ' s unreached people live in the jungle of big cities and no longer in the real jungle\n8 9 9 15 15 because pressure is low in the vacuum or inert gas , the gas leaves the metal\n13 2 2 4 4 mobilizing a collective of musicians , artists , models and collaborators n i c e built a temporary community 60 miles outside the san francisco city limits\n13 11 11 15 15 even in its harshest moments , the guitars sound like a chorus of fuzzed out angels\n2 10 10 13 13 when he want for a run , he checked the timer on the oven , and again when he returned\n1 5 5 12 12 this ingredient also repairs the damage that has been caused by the sun\n3 5 5 6 6 the cheddar cheese in the pie crust of this apple pie is a stroke of genius\n17 1 1 3 3 the musician performed music in venues around the united states\n2 8 8 11 11 preferably , the fuse is foreseen between the pin of the plug which projects to the outside and the inner connector of the plug\n18 4 4 7 7 mark patterson discusses the issues affecting daily life in the north west\n11 2 2 6 6 a car dealer attaches a license plate to a minivan sold at a eugene dealership\n18 26 26 28 29 i picked up the latest issue of woman ' s world magazine a few days ago because it had a head line about the effect of safflower on belly fat\n6 2 2 1 1 real world truths were imported into the fictional world\n13 6 6 9 9 bella strings is a professional string ensemble of passionate musicians performing in the greater orlando area and across central florida\n6 14 14 20 20 the collapsing funnel compressed to a fraction of its extended size , and the unit was moved to a kitchen drawer\n5 3 3 12 12 the new armored casemate fitted on the hull enclosed a 15 cm howitzer\n3 3 3 9 9 the electrical connector assembly is further comprising a circulating pipe for providing the airflow passage by the mini motor to at least one of the clearance and the gap\n1 4 4 11 11 apparently , beyond the damage caused by the smoke and the water , the structure of the store itself it was not overly damaged\n17 2 2 6 6 a local man put up a monument at the site , and in 1997 a community group put up a welcoming sign for visitors\n0 25 25 19 19 individuals with this change , or with similar mutations in the ush2a gene , develop moderate to severe hearing loss and retinitis pigmentosa , a disorder that results in loss of vision\n6 1 1 7 7 rare crabs have arrived into the historical archives\n13 23 23 25 25 the guardianship lay in the hands of his pious mother , the empress agnes , until april 1063 , however , when a faction of conspirators , led by archbishop anno ii of cologne , abducted the young king , who tried to safe himself by jumping into the rhine\n17 5 5 8 8 at 5 55 pm the government issues a statement saying a ministry of defense official has come forward and admitted meeting bbc defense correspondent andrew gilligan on may 22\n3 1 1 4 4 your cat uses these whiskers to judge the size of an opening\n18 5 5 8 8 barber ' s olympic bobsleigh plans go into meltdown\n3 1 1 8 8 the sword appears in the photograph with the hilt at 10 o ' clock and the blade tip at 5 o ' clock\n13 5 5 9 9 yet in judd ' s stack of galvanized iron boxes , all of the units are identical they are set on the wall and separated , so that none is subordinated to another ' s weight ( and also so that the space around them plays a role in the work equivalent to theirs ) and their regular climb each of the twelve boxes is nine inches high , and they rest nine inches apart suggests an infinitely extensible series , denying the possibility of a crowning summit\n16 3 3 6 6 today ' s statement by the chancellor was a responsible one\n3 16 16 1 1 under keel clearances in the panama canal ( pc ) and the sls were calculated for ship transits by comparison of elevations of the ship ' s keel and channel bottom\n16 2 2 6 6 a food memoir written by a commentator on race and politics it does n ' t sound that appetising\n13 9 9 12 12 a system for attaining an impedance match uses an array of collinear dipoles\n2 9 9 31 31 this reconstruction involved track removals , conversion of each deck ( lower and upper ) to one way motor vehicle traffic , and the lowering of the lower deck of the bridge by 16 inches through the yerba buena tunnel\n3 20 20 23 23 with a concert coming up in only 4 hours , you are working feverishly to perfect the tune of the piano ' s strings\n4 10 10 16 16 although there was ammunition scattered over the apartment , the gun itself was locked in a safe , and not loaded\n4 1 2 7 7 the shaving cream was contained in a box with plywood sides and plastic faces\n13 7 7 10 10 there is an urgent need for a fraternity of various sections of the people to fight for the rights of the tribals and against the increasing atrocities on them\n6 4 5 9 9 albion students took the sled dogs into the canadian wilds\n14 7 7 10 10 sky cops is a british reality tv show revealing the work of the air police\n18 14 14 19 19 whitaker had what it took to play the terrifying ugandan dictator but the other man convinced him with his passion for the part\n16 27 27 32 32 the biggest news at the festival was not my receiving the prestigious aleksandar lifka award for cinematography , but that the first screening was held of a movie made entirely by a monkey\n9 5 5 6 6 the indians drink so much maize liquor that it makes them drunk\n14 2 2 6 6 a new documentary investigates the short career of gm ' s electric vehicle , the ev1\n18 1 1 13 13 the burglar forgot to log out before leaving the home with two diamond rings\n1 2 2 11 11 the germanic migrations of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372 375\n13 8 8 10 10 brown and white butterflies flip flopped over a stand of fireweed\n18 1 1 5 5 the country is sinking into turmoil\n16 6 6 7 7 this established his reputation as a road builder as other engineers had believed it could not be done\n18 10 10 17 17 in the run up to this match , a new war of words has erupted on the internet in yet another twist to the long simmering saga\n17 1 1 6 6 senior bondholders who drafted the reorganization plan for bankrupt six flags revealed their investments\n6 4 4 14 14 a low temperature superconducting magnet has been delivered to ad astra ' s houston facility\n3 1 1 8 8 the package includes the bbc fight for life series of videos , which chronicles the difficulties experienced in the lives of women giving birth in developing countries\n3 7 7 17 17 fuji electric has developed a quick battery charger that copes with the regulations using a choke input system\n3 3 3 4 4 specifications of electric heater thermostats include temperature ranging from 50 degrees f to 80 degrees f , current ranging from 19 a to 22 a , voltage ranging from 120 v to 277 v\n17 8 8 13 13 it was an elegant book that treats the painter ' s life and works with reverence\n18 4 5 9 10 the purpose of this thesis research was to examine social structure , culture , and gender as potential sources of variation in the seriousness of punishment recommended for everyday acts of wrongdoing\n14 1 1 4 4 their songs are about sex , drugs , drinking , fighting , and rock roll\n8 1 1 10 10 another celebrity has bailed out of the costa rican jungle set of i ' m a celebrity get me out of here !\n5 9 9 11 11 we dissolved the contents of one packet in a carafe of water and ran the brew cycle\n8 18 18 23 23 on entering the water the esprit ' s wheels turned inwards to reveal four lateral fins and a periscope popped out of the roof\n2 2 2 12 13 the complement system is important as part of the body ' s defense mechanism against infection ( fig 8 2 )\n15 6 6 10 10 these are just some of the questions tackled in the exhibition\n1 2 2 8 8 the reference signal was generated from an auxiliary photomultiplier ( rca 1p28 ) with a quantum counter\n18 14 14 18 18 rodrigues , who is also the governor of punjab has been accused by the congress of various murky deals worth billions of rupees\n13 15 15 17 17 as evidenced from the detailed histories and clinicopathological summaries insome reports , there is a body of pathologists who are committed to performing at a high level , and answering all the questions raised by a death\n2 1 1 5 5 the sink was in the desk and i had to wedge myself into the bathroom\n8 1 1 6 6 the professor was released from the dungeon right in front of my eyes\n13 13 13 15 15 a little ringed plover flew over the water at the bottom of the colony of vultures\n1 5 5 8 8 the electromagnetic ( em ) radiation from the sun arrives mostly in the form of visible and infrared wavelengths\n2 6 6 10 10 the juice passes through the tiny holes in a strainer basket and is collected in a container at the bottom\n8 5 5 9 9 as a form , the oratorio originated in seventeenth century\n3 3 3 14 14 a lamp holder structure of the present invention is comprised of a cup shaped base a circuit board and two elastic conducting devices mounted inside the cup shaped base and at least one light emitting device mounted on the circuit board\n14 1 1 7 8 some charts are specific to a particular musical genre and most to a particular geographical location\n15 1 2 8 8 the fight scenes were barely described in the script\n8 11 11 14 14 just like consulting a cookbook , starting out by using a recipe from a book or website is great\n3 0 0 1 1 tree roots that grow on the surface are difficult to mow or walk over and can effect the growth and health of nearby grass and groundcovers\n2 3 3 6 6 the red indicator light on my telephone continues to blink after i have checked and emptied my mailbox\n1 1 1 5 5 the pseudolesion was caused by drainage of the paraumbilical vein\n6 5 5 11 11 the young man ' s cocktail flew into the running ceiling fan\n3 1 1 4 4 a giraffe ' s tongue is purplish black and can extend almost twenty inches\n11 1 1 4 4 the owner uses your information solely in order to process your credit card payment\n17 4 4 10 10 then after that the angels chopped him into millions of pieces , but still he glittered and hummed\n2 2 3 10 11 heart , blood vessels , blood are parts of the circulatory system\n1 7 7 11 11 user edited article about salmonellosis , the infection caused by salmonella bacteria , leading to diarrhea , fever , vomiting , and abdominal cramps\n1 11 11 20 20 this paper presents the results of a survey of the building damage caused by the ash fall from the cataclysmic eruption of mount pinatubo\n3 5 5 8 8 at the entrance to the farm is the gardenhouse , the heart of the community supported garden at genesis farm\n13 2 2 5 5 the major population constitutes of farmers and agriculture related business men and merchants\n13 15 15 18 18 a new computer aimed at people aged over 60 aims to inspire a whole new wave of silver surfers\n4 14 14 21 22 the 18 year old apparently took her life with her father ' s service gun , which was locked in a safe box\n18 4 4 5 5 streema is an online radio tuner to listen , discover and share radios with your friends\n18 1 1 5 5 the companies have gone into liquidation\n18 4 4 8 8 investigations had indicated the fire started from the airconditioners because on arrival that was the area engulfed\n12 7 7 11 11 there is a certain dissonance among the essays collected in this volume\n2 1 2 5 5 the welcome speech of the conference was referred by the president of vse prof ing richard hindls , csc\n8 1 1 6 6 the plane went away from the runway and burst into flames\n3 1 1 6 6 the castle has two big concentric towers , corresponding to a three story building with two smaller towers at its exterior angles\n0 1 1 4 4 the earthquake caused the failures of the electric power system , the water supply system , the sewer system , the telephone and telegraph systems\n0 1 1 5 5 the guy put up a fight , so the mugger takes out a gun and shoots him , point blank\n16 3 3 17 17 these are vampire novels with little blood shed and a strong moral message , written by a woman with a robust mormon faith who does not like horror books\n2 12 12 18 18 a man living nearby brought a lantern , and i found the rope of the horse ' s halter tied tightly round the waist of the almost naked body of a boy\n18 8 8 11 11 they are hedging bets on hosting the terror scum of different tripes\n18 7 7 8 8 it is the oil that allows the radicalisation machine ' s many cogs to turn\n6 1 1 5 5 the humanity has migrated into space to settle in an outer solar system\n13 15 15 18 18 unlike most fall days now , few bird watchers were present to witness the spectacular stream of migrating hawks passing over\n18 2 2 7 7 a third book was requested by the editor , e l doctorow but he changed jobs before the manuscript was completed\n2 12 12 15 15 in a moment more the crowd began to gush forth from the doors of the church\n14 9 9 13 13 it is notable because it was the first nationwide law dealing with runaway slaves under the 1787 constitution\n1 0 0 8 8 boils or furuncles are caused by staphylococcal bacterial infections of the hair follicles\n3 1 1 10 10 this method increases the ship ' s efficiency through drag reduction while also protecting the ocean from biocides that may leak\n4 9 9 13 13 typically , the maximum heat generated from 24 fuel assemblies stored in a cask is less than that given off by a typical home heating system in an hour\n2 3 3 7 7 the safety control system of the cooperative robot has size limitations , and all power is derived from onboard batteries\n15 1 1 6 6 the village also appears in numerous paintings\n11 1 1 4 4 the painter ' s tape has to be removed\n3 12 12 13 13 my concern is that the skin around my eyes extending to my cheek bone and on the lids are wrinkled profoundly so\n11 1 1 10 10 the perpetrators carried out the karachi blast through a planted bomb\n18 1 1 10 10 other stations ( and cable channels ) have spawned imitation shows\n15 3 3 9 9 another mathematical system description is presented in the next section\n6 16 16 19 19 causing many night glowing rubies to be strung on red silken thread , he put the necklaces in the cradle\n18 4 4 13 13 i ' m the coin operated machine supplier a k a the coin operator\n5 1 1 9 9 the base of the shrine encloses a lone datura seedpod\n6 1 1 6 6 the ship is arriving into the port now\n1 1 1 5 5 cervical cancer is caused by infection with the human papillomavirus ( hpv ) and is one of the most common cancers in women in developing countries\n16 3 3 8 8 a gingerbread house creation by the culinary art students of wake tech was auctioned off at the umstead hotel in cary\n3 1 1 5 5 the property comprises of three bedrooms , kitchen , lounge diner and both a shower room and bathroom\n6 4 4 7 7 the company shipped the cargo to the factory in china\n5 1 1 9 10 the stomach contained a small amount of bile stained acid fluid\n1 9 9 13 14 notwithstanding problems associated with screening , many of those cancers were caused by radiation exposures shortly after the accident\n9 16 16 17 17 one of my girlfriends ordered the lomo de puerco which was their pork chop in some guava sauce\n13 4 4 6 6 gorgol brought in your cavvy of mounts four days ago , took his bag , and rode off\n18 9 9 11 11 these corporate leaders have inherited woodrow wilson ' s commitment to scholarship\n6 1 2 7 8 the email marketing is landing into the spam folders decreasing the roi for these programs\n1 43 43 50 50 this year ' s nobel laureates in physiology or medicine made the remarkable and unexpected discovery that inflammation in the stomach ( gastritis ) as well as ulceration of the stomach or duodenum ( peptic ulcer disease ) is the result of an infection of the stomach caused by the bacterium helicobacter pylori\n14 1 1 4 5 this theory focuses on computational tasks , and considers automated procedures ( i e , computing devices and algorithms ) that may solve such tasks\n18 2 2 10 10 the siding installer erroneously installed the siding with a 6 reveal , rather than a 7 reveal as required\n4 3 3 7 8 i hold the stocks in an individual retirement account\n18 4 4 8 8 as usual , an asterisk denotes a censored observation\n2 11 11 14 14 there he received food , lodging ( often sleeping under the counter in the shop itself ) , clothes , and instruction in the craft\n1 14 14 19 20 a thorough oral examination , which includes dental x rays , determines that the toothache is coming from a jaw problem\n13 12 12 15 15 the collaborative effort helped sa and its associate group baandhani , a federation of slum dwellers , build strong relationships with the local government\n17 5 5 12 12 the movie ' s child star , michael stephenson , made a documentary about the movie titled best worst movie , released to critical success in 2009\n16 23 23 33 33 for a mathematician of minkowski ' s stature there was little glory to be had in dotting the i ' s on the theory discovered by a mathematically unsophisticated , unknown , unchaired youngster\n6 1 1 11 11 only part of the food energy is passed on to another consumer\n1 5 5 14 14 also , we note the convergence over the lakes caused by the land breeze circulation\n4 3 3 6 7 we keep the box in a desk drawer and use the removable four compartment tray to organize cash and valuables\n17 5 5 29 29 i did have a mated pair of tiger oscars , a mated pair of green terrors , and a mated pair of jack dempseys , who all have spawned eggs and hatched fry\n13 11 11 17 17 a statement of the boards , councils , committees and other bodies consisting of two or more persons constituted as its part or for the purpose of its advice , and as to whether meetings of those boards , councils , committees and other bodies are open to the public , or the minutes of such meetings are accessible for public\n18 5 5 9 9 pam court added to the debate pointing out the need for investment in primary care as part of the long term strategy\n3 1 1 2 2 our belly button heals over because there is nothing between it and our stomach except a few thin layers of skin\n4 1 2 6 6 the holy water was in a bottle container in the form of the virgin mary\n2 1 1 6 6 the lid of the pink granite sarcophagus is decorated with isis and nephthys , which were meant to serve as guardians over the body\n15 1 1 6 6 the relationships are summarised in the table below\n18 8 8 16 16 ji sung finds jae young , but the striker blasts over the bar with only the keeper to beat\n11 1 1 3 4 a doctor uses x rays for radiographic diagnostic purposes\n6 6 7 10 10 magnetic nanoworms and nanocrystals deliver the amino acid to the tumors\n13 7 7 9 9 on a gorgeous autumn morning , the amble of walkers snaked down terrace road to the main entrance on the great eastern highway\n13 6 6 8 8 its ignominious failure , scattering a bridge of admirals sent to supervise its testing , became proverbial , even inspiring an episode of dad ' s army\n1 2 2 7 7 the severe recession triggered by the global crisis has bottomed out , thanks in part to a rebound in exports , although production remains the same\n17 5 5 12 12 one of the most memorable pinots came from a tiny boutique swiss producer\n13 10 10 12 12 someone with a sense of humor decided to help a lodge of beavers in neighbouring renfrew organize their own campaign\n2 25 25 28 28 he noticed a speck of blood on the man ' s thumb and what he thought were several corresponding drops on the driver ' s door of the truck\n2 4 5 6 6 a photo of a paddle wheel boat on the mississippi river at new orleans\n4 12 12 15 15 as the plan became a reality , schwartz inventoried all the existing merchandise in the shop and prepared an excel spreadsheet to track sales\n13 7 7 9 9 french people find truffles by taking a drift of hogs into the oak forests to locate and dig for them\n16 2 2 8 8 recently a statue of welles by his faithful friend was unveiled in split , croatia\n13 14 14 16 16 it was a stinker of a day and we were accompanied by a bothersome business of flies\n0 6 6 3 3 in the 1998 crisis , capital flight caused a crisis on the currency markets , as the removal of funds from russia necessarily entailed the conversion of rubles to dollars\n1 5 5 9 9 i used to get terrible headaches from sinus and infections that resulted in taking antibiotics a few times a year\n11 9 9 11 11 profit centres are points in the structure where the manager uses resources in order to achieve profitability targets\n13 6 6 8 8 the other group name , a rabble of butterflies , is a bit more obscure\n2 2 2 5 5 the first door inside the bathroom is a linen cupboard\n16 2 2 10 10 the gourmet cuisine seen throughout the film was prepared by chefs from the food network\n17 1 1 9 9 the parents of the american student said in a statement that they would immediately begin the process of appealing against her guilty verdict\n6 2 2 6 6 the anoxidized servewear went into the dishwasher\n18 7 7 10 10 specially designed lampposts are spaced along the curbs of the roadway\n6 3 3 10 10 this remarkable research ship is vertically sinking into the deep ocean\n6 7 7 13 14 to prevent rust , etc , the slug c is enclosed in a glass envelope before being sealed into the tap\n2 11 11 14 14 this attachment has a taper shank which is inserted in the spindle of the machine\n1 1 1 3 3 the grief from infertility is at times so overwhelming that no one person can provide all the comfort and support that his or her partner needs\n14 3 3 6 7 most of these films were tackling world issues or had a socio political background\n18 11 11 24 24 becker castillo ( 1990 ) compared the root systems of three species of shrub or treelet with saplings of three tree species in the forest on barro colorado\n3 2 2 6 6 the antioxidant therapy was comprised of vitamin e , vitamin c , beta carotene , and selenium\n14 4 4 11 11 unwrapped is a television program on food network that reveals the origins of foods\n11 3 3 8 8 self educated malawi boy builds windmills out of junk\n13 4 4 10 10 after my arrival a flight of seven van ' s aircrafts came in together\n6 1 1 11 11 the coils were inserted radially into the stator ' s open slots\n1 5 5 2 2 monilia , candida or yeast infections are caused by various species of candida , especially candida albicans , and are very common in babies and young children\n5 6 6 9 9 i pressed my nose against a bottle full of snakes , fermenting in their frozen grimaces\n1 18 18 22 22 the elderly found it hard to cope with the high heat humidity , which often causes nausea and dizziness from exhaustion and dehydration\n18 10 10 11 11 the government and some private companies hold stakes in this export company\n18 1 1 8 8 the cowboy swiftly adjusted the halter with a turn of chain between the jaws\n2 11 11 15 15 metastases from the ovary and the uterus are seen in the skin of the lower abdomen , the groin , or the upper thigh\n18 16 16 18 18 when they stood , he held out to them an endless scroll , filled with a maze of letters , words , the very stories they had been listening to\n11 10 10 13 13 america allows the media to manipulate society as easy a puppeteer manipulates a puppet\n16 2 2 13 13 the strange query was coming from a 28 year old african american starbucks manager named crystal thompson\n13 12 12 15 15 this painting depicts a swooping falcon with its claws bared pursuing a host of nine sparrows in frightened flight , the two forming an energetic arc enriched by the lifted right wing of the falcon and the panicked sparrows dispersed in all directions\n4 1 2 6 6 a golden retriever was in a crate in the back of the vehicle when it was stolen\n6 7 7 12 12 shortly , after the injection , the melatonin was released into the bloodstream\n11 1 1 7 7 the boy pulls the rope with a force of 10 0 n and the sled moves with constant velocity\n2 5 5 10 10 in any forest , the carbon is stored in the plants and trees\n17 14 14 21 21 taking advantage of your seasonal obligation to buy stuff for people , the music industry unleashes its annual torrent of giftable crap\n18 1 1 10 10 the curvature of the piece was originally from a small bowl or cup\n14 5 5 9 9 at first instance , this convention was concerned with prevention , reduction and control of pollution\n4 5 5 14 14 at police headquarters , the list of hidden initials was forgotten locked in a safe in the office of the squad ' s boss\n8 2 2 7 7 the first wine was pressed from cape grapes on february 2 , 1659\n18 0 0 2 2 solutions involving legislation , technical innovation and international cooperation have been examined\n14 1 1 6 6 the letter described the most common symptoms of breast , colorectal , lung , prostate and skin cancers\n6 5 5 8 8 the scientist enclosed a liquid material in a vial in three steps\n13 17 17 20 20 previous to and after the first dragon encounter , i had recall of several conversations with a fraternity of different presences\n15 5 5 11 11 the working party ' s conclusions were set out in a document dated june 1951\n12 1 1 7 7 a deputy from albania ' s ruling party assaulted a balkan insight editor when he was grilled over a fake law degree\n16 22 22 25 25 slighted authors submitted their books via write in , but it was an unlikely cover that took home first prize , a creation by a designer named doogie horner\n5 11 11 13 13 i was walking on a beach today and found a plastic bottle with paper in it\n11 1 1 8 8 a router manipulates a packet ' s header information to influence the packet ' s direction\n0 1 1 5 5 the earthquake caused a massive avalanche on the northern slope of mount huascar\n17 1 1 19 19 the plant builds two toyota models , the corolla sedan and tacoma pickup truck , and a small crossover vehicle for g m\n16 14 14 20 20 the attitude of the allies changed with receipt of the very detailed vrba wetzler report , compiled by two jewish prisoners\n18 8 8 13 13 they calculated the exit positions of the backscattered electrons from a single scattering approach\n13 7 7 9 9 he walked me over to an immense pile of rocks someone had broken down a stone wall and told me to move them to the back of the church courtyard across the street\n14 2 2 5 5 an 1833 letter detailed a dinner that began with a very rich soup and continued with a saddle of mutton\n18 13 13 15 15 there are several scripts to shut down windows , hibernate or put the computer to sleep\n18 1 1 4 4 the president of the university of the philippines is elected for a single six year term by the university ' s twelve member board of regents\n0 4 4 6 6 the jfk baggage system malfunction caused delays for some flights and caused some passengers to simply travel without their things\n8 1 1 6 6 the plane took off from an airfield a mile away from where it crashed\n2 1 1 4 4 the wings of a bat are made of bones like those bones in our arms and hands\n0 1 1 10 10 small particles , grime and dirt cause friction and microscopic scratches that over time destroy the performance of equipment\n8 2 2 9 9 when the patriarch , abram , left his native land , god made him a tremendous promise\n13 33 33 35 35 he resisted the urge to yank open at least a few bottles of 1787 chateau lafitte ( as it was then spelled ) and enjoy them with a brace of partridges or an ascension of larks or whatever the french were eating at the time\n1 2 2 9 9 when a tsunami is generated by a strong offshore earthquake , its first waves would reach the outer coast minutes after the ground stops shaking\n9 0 0 1 1 apricot marmalade is delicious on toast first thing in the morning or on piping hot dinner biscuits\n3 0 0 9 9 cats , on the other hand , retract their claws when they walk or run\n12 11 11 14 14 he claimed to have witnessed terrible abuses in iraq as a corporal in the army\n8 8 8 13 13 he had been as concerned about the 400 people who had left the ship as about those who remained aboard\n18 1 1 5 5 molten globules have moved into action\n0 7 7 19 19 a deposit ages , soil formation , weathering , diagenetic processes , and earthquake shaking lead to consolidation and cementation of the sediment\n18 10 10 14 14 there were two smiling and waving individuals hanging under the bun in a wicker basket equipped with the big bunsen burner\n13 3 3 7 7 a great ensemble cast of likeable young actors makes this a joy to watch\n14 2 2 5 5 this experimental piece explored the use of indigenous medicinal plants by modern urban cultures\n9 3 3 4 4 the fermented cashew nut flour has the highest energy values while the boiled sample has the least\n8 1 1 6 6 the present is constructed from the past\n13 7 7 9 9 my vegetable garden was destroyed by a labor of moles\n18 2 2 6 6 when the hobo leaves the next morning , dick notices that on the gate is a picture of a knife\n8 2 2 8 8 a convicted murderer who escaped from an open prison has been found dead in a west african holiday resort , it was revealed today\n6 2 3 6 6 cn railway labor dispute goes into arbitration\n17 17 17 23 23 this science fiction thriller by a seattle author is the story of jane charlotte , a young woman who tells her increasingly surreal tale of murder , kidnapping and an evil tribe of bad monkeys who are trying to control her actions to a skeptical psychiatrist\n14 1 1 4 4 this paper surveys the behavior of the industry from its origins to the present in a perspective informed by current developments\n4 1 1 7 7 the computer was inside a water proof box\n18 6 6 8 8 another good salad calls for a cupful of shrimps , cut in small pieces half a cupful of celery hearts diced small , and seasoning of pepper and salt\n3 1 1 4 4 the hall has a lift and full access for the disabled\n17 13 13 17 17 games are n ' t the only geeky point of reference for the designer ' s new line\n8 4 4 8 8 a little later the audiophile descended from the forest to announce cables could improve the sound of a hi fi system\n11 2 2 4 4 the human body uses oxygen in order to transform glucose into energy\n13 7 7 10 10 during play , i ingested a large sloth of gummi bears in my efforts to help ward off a potential jon lee 10 0 train\n1 3 3 6 6 the cheering and screaming after the victory had hardly died down when marilyn kelly proclaimed party at my house !\n1 16 16 20 20 you counted almost thirty three honorable punches and kicks thrown in this clip of little kid screaming after the terrible fight\n17 10 10 17 17 manuel neves , the spouse of idalina , is a mason who did work on the shopping plazas and at botti ' s maple avenue residence\n8 2 2 7 7 when the professor was released from medical care , he was able to fly home on a commercial flight , but required being accompanied by a medical assistant\n3 7 7 8 8 old kook ' s makes super strong shoe laces , designed especially for skateboarding\n18 2 2 5 5 the blind woman took the taxi driver to the equality tribunal\n18 4 4 6 6 poor umpiring pushed the test into controversy\n6 1 1 6 7 the spam already travels into the mail server\n3 4 4 7 7 each side of the clock has a button that , when pressed , starts the other team ' s timer running\n13 2 2 5 5 a large detachment of soviet partisans was beginning operations in the area and so the upa company was forced right from the start to make maneuvers in order to avoid a confrontation with the soviets\n6 1 1 6 6 mdi implants were placed into the jawbone\n18 17 17 21 21 there is several bulk sms software and the popular ones can be purchased online after making the payment through secured payment gateway\n4 2 2 9 9 an unexploded bomb was discovered inside a powdered milk can two months ago\n16 4 4 7 7 this is a disturbing remark from the author which indicates just how arrogant and distant the police have become\n18 1 1 6 6 other countries are also sinking into recession\n0 0 0 19 20 lesions restricted to the rear portion of the medial part of the precentral gyrus caused a contralateral predominantly distal leg weakness\n13 1 1 3 3 a battery of barracudas relies on ambush\n0 17 17 22 22 one of the largest internet piracy rings in the world has been shut down in a police operation that resulted in the arrest of 181 people\n17 11 11 14 14 devices like that led to the company being converted to a producer of strategic materials for the axis powers during world war ii\n3 1 1 5 6 the program began with the welcome speech of the organization ' s president mahabubul haider and was presided over by kranti ' s adviser dilip\n9 10 10 11 11 the taste , however , is mild , and like rice liquor gone right\n13 13 13 18 18 anyway , when he read that stacey had spent the night beneath the stare of more than 30 owls , his interest was piqued\n18 1 1 9 9 these conditions have relation to such matters as the magnitude and importance of the company\n6 4 4 8 8 i have removed the bubbles into the glass tubes\n11 1 1 11 11 the entertainer defaced the soundman ' s vehicle with an ice pick\n15 5 5 11 11 jisc has recently released preliminary results of one of the largest investigations ever undertaken into the usage of e books by students\n6 3 3 8 8 the cfa program curriculum is shipped to the people\n3 1 1 6 6 the fortress has two layers of walls the outer wall with the fortress gates , and the inner wall protecting the keep\n9 5 5 6 6 it ' s a straightforward beef stew to which all sorts of root veg can be added\n14 3 3 9 10 of course the film also takes into account the social factors\n11 1 1 9 9 the officer merely calibrates the unit with a tuning fork , then points it at a moving object , which can be moving either toward or away from the gun\n0 8 8 13 13 dod usaf initiated federal sar response activities for incidents that result in aeronautical distress\n8 1 1 6 6 the approximation is derived from an assumption that a is constant along the radial positions in the tube\n1 12 12 19 19 pavlov like , looking at the picture aids let down , the release of milk normally triggered by the presence of the baby , its touch , its cry\n18 4 4 14 14 a declarative sentence or declaration , the most common type , commonly makes a statement\n18 17 17 20 20 workers at a devon hospital are due to strike on 5 january for two days in a dispute over sick pay\n5 5 5 7 7 the molotov cocktail is a bottle with gasoline in it that has a damp cloth in the top that acts as a wick\n3 0 0 1 1 brake cable anchor bolts are the most important fasteners on a bicycle\n3 1 1 3 3 the winery includes gardens\n2 3 3 6 6 he use the thumb of the hand holding the head to pull down the lower eye lid to create a pouch\n18 0 0 4 4 readers focus on the content rather than struggling to see the words\n1 1 1 13 13 the inspiration for the multi touch technology came from a decidedly non digital event\n3 1 2 6 7 the outer ear also includes the ear canal , where wax is produced\n2 2 2 5 5 scratch the stem of this tree and a spicy sweet aroma is revealed\n14 1 1 5 5 public debate swirls over the purpose and goals of science\n8 4 4 7 7 it was like playing people from outer space\n5 26 26 28 28 a man picked us up at an airport on the west coast a short time ago , and on the floor of his car was a bottle with liquid in it\n18 11 11 14 14 the victim slipped off the gangway while attempting to close the lid of the tank trailer\n10 1 1 4 4 a diffusion driven desalination process is driven by water vapor saturating low humidity air\n8 1 1 7 7 our dinner was delivered from the local village\n6 4 4 9 9 the company dragged the reducers into the hydrocarbon transportation system\n8 8 8 12 12 after his alarm began to sound and the suspects had left the house , he went to the front door\n3 13 13 15 15 it ' s coming along really well i ' ve got a base version with diffing in it released in less than a couple of weeks\n16 4 4 9 9 insulin is a simple protein normally produced by the pancreas\n18 4 4 7 7 now that recovery and reconstruction after the tsunami are getting under way , we want to see people move into their new homes , communities resume their livelihoods and children back into their rebuilt schools\n15 0 0 5 5 libertarianism as discussed in this essay is a theory of political justice\n18 3 3 7 7 the bond insurance unit was placed into receivership\n9 9 9 10 10 the french toast was very tasty and the mango cranberry syrup was a nice touch\n6 2 3 7 8 draining your wash water into an open sump pump was a bad idea\n13 58 58 60 60 it was formerly known as how park , possibly through the early connexion of william de ow with the parish , and had its origin in the charter of 1200 granting william briwere the elder chase of hare , fox , cat and wolf through all the king ' s land ( per totam terram nostram ) and warren of hares , pheasants and partridges throughout all his own lands , as also licence to inclose two coppices , one of which was situated between king ' s somborne and stockbridge and the other was called how wood\n13 3 3 5 5 kurosawa hired a legion of marksmen to fire arrows at his lead actor\n3 1 1 4 4 the method includes the formation of a two layer semifmished product with a low melting surface layer and simering combined with impregnation\n18 17 17 20 20 the european ombudsman , p nikiforos diamandouros , has asked the european commission to correct an administrative error concerning fishing quotas in the west of scotland\n6 6 6 10 10 last night , someone threw a stone into our glass window\n1 3 3 5 5 raj driven to rage after reading about yet another weirdly spelled web 2 0 company is struggling on techcrunch\n18 6 6 13 13 cent ' s hotly anticipated new album has been leaked on to the public\n18 1 1 8 8 foreign minister participated in a high level un conference on financing for development\n8 16 16 5 5 as they watch , the jar breaks open and a dark man with a rolled up rug climbs from inside the jar\n18 0 0 7 7 studies described in this article investigated two questions about forgiveness\n6 4 4 7 7 scientists have injected human cells into lab animals\n13 5 5 8 8 condoleezza rice speaks amid a crowd of torture protesters\n1 23 23 29 29 the team prepared gis precipitation and contour maps of the area ( approximately 777 square miles ) depicting the landforms and identifying the flooding and landslides caused by the rainfall\n1 4 4 9 9 the 1906 san francisco earthquake was caused by a rupture on the san andreas fault , a continental transform fault that forms part of the boundary between the pacific plate and the north american plate\n8 5 5 12 12 pioneering percussionist terje isungset plays instruments made from a 2500 year old glacier\n14 10 10 15 15 james p gorman greeted his employees on tuesday with a memorandum that outlined the management changes at the firm\n2 12 12 15 15 they posted a note on the back of the door and the lid of the toilet\n3 3 3 13 13 a two zone alarm means the alarm has two seperate ` detection ' circuits and can identify which circuit was triggered\n18 1 1 13 13 the relationship between funding source and study outcome was investigated in several other studies\n6 2 2 6 6 australia exports grains to the neighboring countries\n6 1 1 6 6 an object has been placed into orbit\n1 1 1 4 4 the grief from sudden death is completely different from expected death , when families have time to prepare and say goodbye\n18 1 1 6 6 the book , compiled by the poet ' s daughter , includes memoirs by writers , poets , translators , critics , actors , and theater directors\n18 5 5 11 11 schoniger ' s technique for combustion of organic compounds in a flask filled with oxygen is well known\n13 12 12 15 15 those who staged the coup appointed a civilian prime minister and a cabinet of civilian technocrats\n10 4 4 6 6 this is the best armor for knights\n8 5 5 9 9 there is chicha , andian beer made with a maize called jora\n1 1 1 8 8 the wounds caused by the scourging and the thorns are almost invisible\n18 26 26 31 31 a series of steps takes you to the top of the falls where you get a wide and spectacular view of the stone bowl that the creek has carved over the ages\n14 8 8 11 12 the tunnel complex now hosts a series of galleries detailing the occupation history\n3 2 2 12 12 the existing configurator i ' m certain is built up of many parts expertly layered , probably mostly inside of this ` configed ' program\n17 5 5 7 7 myoats is a community where people create designs using an online drawing application\n1 1 1 7 7 the war was caused by the expansionist desires of hitler , mussolini and the japanese imperialists\n16 4 4 11 11 the official printed slip law is available from the government printing office\n3 1 1 4 4 the project comprises several phases including 19 miles of highway expansion\n11 2 2 9 9 the fixation device fixed the tibia proximally with a stem which was inserted into the medullary channel and connected to a rod\n18 1 1 4 4 the narcs planted a rock of cocaine on me when they arrested my buddy with his stash\n1 0 0 6 6 osteoporosis is caused by a sharp decrease in estrogen levels that leads to an increased rate of bone remodeling\n13 4 4 6 6 bon vivants were a subculture of homosexuals who partied in the 50 ' s\n3 2 2 8 8 the bottom tier was made with two bath towels , the third tier with one bath towel , the second tier with two hand towels\n18 3 3 8 8 a beautiful young girl is going into blissful trance\n2 11 11 14 14 in the sketch at right , the electromagnet formed by the coil of the rotor is represented as a permanent magnet , and the same torque ( north attracts south ) is seen to be that acting to align the central magnet\n6 4 4 8 8 they have exported serious crime to previously blissful communities\n18 2 2 8 8 in the background is a depiction of a city with angels that along a path that leads towards it\n16 19 19 20 20 the following monday , his bosses were so impressed they gave him a job as a draughtsman in the design office\n1 2 2 6 6 the economic collapse was caused by consumers buying mortgages they could n ' t afford and the housing collapse\n3 1 1 4 4 a lizard sticks its tongue out of its mouth\n1 17 17 12 12 convulsions that occur after dtap are usually not caused directly by the vaccine , but by a fever , which in turn was triggered by the vaccine\n16 0 0 2 2 burrows by birds are usually made in soft soils some penguins and other pelagic seabirds are noted for such burrows\n16 13 13 17 17 one of the most important ostraca found at mesad hashavyahu is a written appeal by a field worker to the fortress ' s governor\n3 5 5 11 11 it is a magazine style journal that publishes full length research papers in all disciplines of science\n8 4 4 8 8 the character of the drug release from the conjugates was different\n13 21 21 24 24 the first civilization to have a dedicated force of military engineering specialists were the romans , whose army contained a dedicated corps of military engineers known as architecti\n4 4 4 7 7 we recommend keeping the bird in a container , not letting it loose in your house or car\n5 8 8 12 12 at the time of the incident the front tank was full of molasses , the middle two tanks were empty and the rear tank had just been emptied\n1 10 10 15 15 to determine , once and for all , how the manakin was making its bizarre sounds , bostwick and colleagues decided to take feather samples\n8 4 4 8 8 the biggest political sex scandal came from a democrat\n4 2 2 7 7 the motor unit is housed inside a caisson\n6 1 1 6 6 a catheter was placed into the stomach through the same gastrostomy tract\n15 10 10 13 13 he painted the picture of a typical middle class family evening in a letter to the editor\n13 16 16 20 20 chess is a game that portrays the old power structures of feudal europe and recognizes the alliance of different authoritarian interests that kept the people of society under the yoke of service to the elite\n11 4 4 11 11 the assay sample preparation unit processes a specimen using a fluorescent dye\n16 2 2 8 8 in the book , the unc chapel hill graduate explains how starbucks became a wall street favorite by making its customers feel environmentally aware , upwardly mobile , connected and cool\n18 2 2 12 12 the opening angle of the cherenkov cone measures the velocity with a resolution of 0 2\n11 1 1 10 10 the manufacturer guarantees the dimension by using the precise grind process\n2 17 17 22 22 the stabilising effects on the glenohumeral joint of each of the rotator cuff muscles and of the biceps were studied with the arm in abduction and external rotation in 13 cadaver shoulders\n6 4 4 9 9 you have fetched character data into a standard result set\n3 1 1 2 2 the flower buds of forsythia require a relatively short rest period and will grow at the first sign of warm weather\n13 5 5 7 7 from time to time a drove of goats or donkeys passed by on its way to the jardin du luxembourg\n4 9 9 14 14 i ' m not a violent person and the gun was locked in a safe away from anyone\n18 9 9 12 12 it damaged some components of espresso machines and the plastics inside the machine absorbed it and started to pass on odour and taste to the espresso\n16 0 0 7 7 mounds in the lawn are caused by earthworms working in the top few inches of turf\n6 1 1 6 6 many archaeologists have fallen into a trap while working to solve the secret of this pyramid\n14 4 4 10 10 it is a 2004 book criticizing the political and linguistic writings of noam chomsky\n13 1 1 4 4 the knot of struggling frogs stays flopping in the same spot on the pond surface\n6 12 12 17 17 with the ramps and platform for off ground vehicle washing , used water is collected in a receptacle below platform\n11 11 11 15 15 in your issue of april 26 a photograph shows a woman doctor with a precautionary mask against sars infection , attending a patient\n8 8 8 1 1 this page is based on the well working recipe from the pizza dough page\n18 1 1 5 5 these implants were placed into function\n4 2 2 8 8 the hard drive was forgotten placed inside a car , which was ignited\n14 1 1 5 5 these ballads specialized in lampooning politicians and authority figures who encouraged irishmen to fight in foreign wars\n18 7 7 12 12 we have three of the finest hanoverian stallions in england standing at stud\n14 1 1 4 4 the directive applied to discrimination on the basis of gender reassignment as well as discrimination on the basis of sex alone\n3 1 1 5 5 this website gives you detailed maps and trails that are specifically in kent\n13 8 8 10 10 seth tends to devote his affections to his float of crocodiles that live in the tiny swampland on seabat isle\n6 6 6 11 11 then , we placed a bread slice into the heatproof baking dish\n11 1 1 4 4 the painter uses a perch and a roller to apply the painting to the roof of a building\n6 8 8 11 11 in the next step , the chef added sugar into the mix\n3 1 1 4 4 the marriage combined the rituals of the mangalorean bride and the punjabi groom with the vows being exchanged according to south indian tradition while pre wedding rituals like ` mehendi ' and ` sangeet ' conducted as per punjabi tradition\n18 0 1 5 6 criminal procedure refers to the legal process for adjudicating claims that someone has violated criminal law\n8 1 1 7 7 the apple went away from the apple tree\n3 2 2 11 11 the system unit is comprised of a central processing unit , memory , power supply , and an internal clock\n18 10 10 6 6 the present invention relates to a method for producing battery electrodes , electrodes produced by this method , and batteries containing such electrodes\n11 1 1 5 5 most women use a portable pump for this purpose\n17 4 4 11 12 direct formic acid fuel cells convert formic acid and oxygen into carbon dioxide and water to produce energy\n6 3 3 7 7 the user added subtitles into the mp4 files\n16 5 5 9 9 the best cheeses use a rennet naturally produced by animals and unpasteurised milk from the neighborhood farm with its bacteria and nutrients intact\n17 4 4 10 10 in 1890 , the nobleman organized and founded a sports organization , union des societes francaises de sports athletiques ( usfsa )\n9 1 1 2 2 with corn starch as its source material , plantic ' s plastic is also cost competitive\n1 4 4 7 7 licenses and permits are revenues from the selling of vendor and dog licenses and other items\n3 0 0 9 9 birds take a lot of time caring for their feathers\n17 2 2 6 6 the first mathematician derived the new formula for the sum of the fourth power using a method that is readily general for determining the general formula for the sum of any integral powers\n8 1 1 9 9 oblique light is directed toward the specimen from any azimuth to achieve the best desired effect for a given specimen\n18 15 15 19 19 but none of this was really necessary , because you just head for the largest building ever created by man\n18 2 2 8 8 the following activity involves surveying the child health resources available in your group ' s community\n18 6 6 8 8 much of the work on continuous culture of bacteria has been carried out with aerobic bacteria , though little has been done with strict anaerobes\n3 5 5 7 7 cabaret is a form of entertainment featuring comedy , song , dance , and theater\n17 14 14 21 21 michael barry is one of the most respected riders in the peloton and the author of two books and many fascinating articles\n18 7 7 12 12 as you age , the bones and cartilage that make up your backbone and neck gradually deteriorate , sometimes forming irregular bony outgrowths called bone spurs\n16 7 7 12 12 when the guard happened upon a mass grave dug by this sick fool , a massive , horned , disgusting behemoth was digging itself out\n8 1 1 6 6 the name peerbot arose from the verb ` to peer '\n6 3 3 7 7 the government gave money to wind power producers\n2 16 16 19 20 the user holded the handle with one hand and used the other hand to rotate the crank of the fishing reel\n13 18 18 21 21 i went with a few friends up to the sky pool bar area , proceeded to order a round of cocktail drinks and had to wait a considerable amount of time for them\n13 3 3 6 6 we saw an aerie of eleven eagles soaring majestically alongside us on the heights of monte espino\n17 2 2 9 9 the veteran inventor best known for creating the clockwork radio is planning to float his incubator company on the stock exchange\n13 7 7 9 9 they ' re as artful as a cartload of monkeys when it comes to breaking the rules\n18 1 1 20 20 a choice takes you forward by a more or less fixed number of pages at any given position in the book\n14 1 1 8 8 an article has been prepared on patient self testing of oral anticoagulation\n9 2 2 8 8 heavy gauge flatware is composed of polished stainless steel for good heft and balance\n10 1 1 5 5 the compiler assumes that the programmer passes an object to the method\n8 1 1 9 9 the adjective capitolinus was of course derived from the noun\n13 14 14 20 20 there is need for agreement between producers and consumers that established fair prices for commodities , including those such as cocoa , coffee , sugar and tropical timber\n11 1 1 12 12 most musicians have developed a standard of their own for cleaning their instruments\n18 3 3 7 7 only a few congressmen attended that first party in 1977\n13 4 4 7 7 chilika supports the largest congregation of migratory birds in the country during winter\n8 4 4 11 11 they have talked to people who have come out of their body in surgery they come out of their body after an accident\n13 11 11 16 16 the minnesota zoo ' s northern trail is home to a coterie of black tailed prairie dogs\n5 8 8 11 11 the rosewill lcd screen cleaner came with a bottle full of solution and a cloth and a spray bottle to put the solution in\n2 10 10 13 13 the bull is grazing at the hay pen by the barn at a farm in the mennonite heritage village\n13 9 9 12 12 you needed a glamour cat to purr in this kennel of hungry hounds\n13 17 17 19 19 in the 50s , as the postwar generation lived lives of leave it to beaver , a subculture of beatniks and musicians was busy being mischievous , irreverent , impulsive , drunken , and sex obsessed , breaking the social mores that came along with ike and the baby boom\n17 1 1 10 10 the laboratory made elementary mistakes in the production of the magnets and their anchors that made them insecure once the system was operational\n13 10 10 12 12 the first thought we had was to set up the bank of monitors and simply feed a bright and unusual color to it , such as green , and then use the greenscreened monitors to later add video of our choosing\n18 3 3 13 13 a british prison escapee who taunted police over the internet has established a following of more than 32000 fans on facebook\n2 11 11 14 14 unlike modern tunnels , the brothers placed their fan at the entrance of the tunnel\n6 3 3 12 12 a new trial injection was inserted into a leg or an arm vein\n18 4 5 10 10 the purpose of the focus groups was to determine user needs , wants , and concerns early and progressively throughout the development of the prototype\n14 2 2 7 7 the second sentence tells us about heart disease , which is an illness of late middle age and old age\n18 2 2 12 12 the port side of a vessel is indicated with a red navigation light at night\n0 9 9 15 15 more than 4500 tons of nitrogen oxides annually a pollutant that causes smog , acid rain , and contributes to asthma attacks and other breathing problems\n14 1 1 4 4 this section outlines the duties of the trust with respect to setting the bbc ' s editorial standards\n0 0 0 5 5 addiction and poverty lead to neglect and abuse\n11 6 6 12 12 it includes acts such as a chap who plays jigs on the fiddle while balancing on a rope\n2 14 14 19 19 we also showed the presence of 22 6 ( n 3 ) in the liver and brain of weanling rats\n6 3 3 9 9 the juvenile tawny owls were released into four woodland locations\n2 15 15 18 18 ahead of her the young woman stops again and is leaning over the heavy iron railing of the bridge\n11 1 1 7 7 the children ate the cake with a spoon\n17 9 9 12 12 with medical ghostwriting , pharmaceutical companies pay both professional writers to produce papers and then pay other scientists or physicans to attach their names to these papers before they are published in a medical or scientific journals\n18 8 8 10 10 i had three of the eights against a flush of clubs\n8 1 1 11 11 the nation emerged from president george w bush ' s eight years in office more dependent on oil than ever before\n18 3 3 6 6 he has inherited susceptibility to certain cancers\n1 1 1 10 10 the swelling of the vocal fold mucosa is caused by smoking\n0 3 3 10 10 in conclusion , incubation of the aorta produces a specific reduction in agonist evoked contraction\n4 4 4 7 8 making a slow cook turkey in the crock pot is pretty similar to making one in the oven\n18 1 1 6 6 the celebrity arrived to crash the party\n16 24 24 4 4 everyone , including the chef , is a ` soldier first ' and ` tradesman second ' , and troops find themselves eating a meal cooked by the same chef who supported them out on patrol or fired mortars in the same mission\n18 1 1 5 5 his stories range from near future predictions to far future , far space improvisations\n18 8 8 14 14 we owe it to ourselves to separate the riffraff from riffraff of less unsavory characteristics\n4 10 10 13 13 in this study , we examined the suspension of solid particles in a vessel equipped with dual traditional impellers\n4 1 1 9 9 the warmouth , for example , was in a bin next to some nearly translucent banded pygmy sunfish\n2 17 17 20 20 i quickly glanced around to see if the tow crew was near yet and then kissed the rim of the cockpit\n18 1 2 7 7 the tourism sector is sinking into deeper poverty\n8 8 8 5 5 it was pushed on the road by another chicken , which went away from the road\n6 6 6 8 9 such cosmic impacts also have spread life to alien worlds\n2 7 7 12 12 it can be seen among the wild flowers growing in the lower garden of pavilion vi\n18 5 5 17 17 in recent years , the issue of experimentation upon nonhuman animals has become the subject of media attention\n16 4 4 9 9 this is a brilliant piece of work by a fellow not one person in the music press would ever have tipped to write one of the great scottish albums of the last five years\n18 22 22 23 23 on the last day , in a small shop in the plaka , the oldest quarter in athens , i bought a silver ring with athena ' s image carved on it\n18 7 8 9 9 rama revealed ( 1993 ) is a science fiction novel by arthur c clarke and gentry lee\n1 1 2 6 6 the high humidity caused by the rainfall damaged the seed of pu already mature while the good soil moisture allowed the seed of so , to and oo to fill better\n18 3 3 10 10 additionally , the president won the democratic nomination with the help of the super delegates\n9 15 15 16 16 at its height , the whiskey rebellion involved thousands of pennsylvania farmers being taxed on rye liquor , their chief export\n18 2 2 5 5 the superb location of this fortress allows us a great view over the surrounding mountains\n3 5 5 6 6 mount the antenna on the trunk lid , at least 3 inches from the front edge\n14 2 2 9 9 their moral criticism concerns the particular social and personal context in which they appear\n13 9 9 12 12 this was the thought until recently when a small stand of ginkgo trees were found growing in a remote valley in china\n13 6 6 8 8 in the autumnal season , a phalanx of storks , herons , or swans , mounts into the heavens , like an ascending pyramid , to migrate from the frigid to the torrid zone\n16 4 5 15 15 in a frantic midnight e mail to colleagues , the bank ' s senior technology manager referred to the situation as an unprecedented crisis\n6 18 18 23 23 a giant asteroid , like the one shown in this artist ' s rendering , has thrown fiery debris into earth ' s atmosphere\n18 1 1 14 14 the defendant , in order to prove his plea of justification , produced a witness named mary dillon\n0 4 4 18 18 first , the h5n1 virus has caused by far the greatest number of human cases of very severe disease and the greatest number of deaths\n6 8 8 11 12 the usa government handed over these detained foreign citizens to russian boarder guards\n14 2 2 8 8 overall the guide speaks about creative and dynamic interactions\n3 9 9 10 10 this reflects much of the light back towards the lamp fitting\n3 10 10 11 11 in the nineteenth century , modern manholes and the modern manhole cover were developed\n11 1 1 5 5 some gardeners use a thick mulch for this purpose\n1 1 1 9 10 many symptoms of fight or flight are caused by chemical changes in the body , but these two symptoms of are caused by chronic , rapid , shallow breathing\n6 10 10 13 13 following step 2 in making pancake , he poured the batter in the pan\n15 1 1 15 15 the issue of the legitimacy of kosovo ' s declaration of independence is now under discussion by the international court of justice\n6 2 2 6 6 public brand products were donated to charities\n11 12 12 17 17 the sensors being created inside the fiber are so tiny that the researchers mark their location with ink\n18 3 3 8 8 i took this photo out of an airplane window\n11 1 1 15 15 the owner had installed the closed end nuts with a generous dab of wheel bearing grease\n13 9 9 13 13 the agency spent this week auctioning off a 12 pack of beer commercial scripts on ebay\n16 1 1 6 6 the urine output of the normal adults was 1350ml\n13 14 14 16 16 i was formerly a person who looked at the sky expecting only the usual clutter of planes , stars , and the occasional blinking satellite\n6 1 1 6 6 this plane arrives into the international airport in melbourne\n3 1 1 12 13 the mouse is a traditional ball mouse with 3 buttons and a scroll wheel\n8 2 2 7 7 many excellent musicians emanated from ihe hoosier state\n2 6 6 9 9 i had my hand on the hilt of the sword waiting for your signal to kill him\n13 3 3 6 6 we were a congregation of young people concerned about the religious education of our children as well as creating a good life in our community\n16 3 3 5 5 i visited other communities the builder had built\n4 1 1 5 5 that box was in a chest that had been locked since at least the early 1800s\n14 2 2 19 19 the 1983 movie a christmas story captured the nation ' s heart with a story about 1950s middle american celebrations during the christmas season\n17 4 4 8 8 another product from the factory was the scandinavian padlock ( polhem locks , swedish polhemslas )\n6 1 1 6 6 a carpenter fell into an elevator shaft\n18 1 1 9 9 homeless teenagers return home with the help of family ties\n0 1 1 5 5 the assassination resulted in extensive arrests of governmental , security , and criminal figures\n3 24 24 0 0 pearls are expensive and rare , many women prefer to buy a good sized south sea pearl pendant , instead of opting for a rope of pearls\n5 1 1 4 4 a suitcase with some clothing in it had been left by my bed earlier in the week\n11 1 1 8 8 the guy cleaned the heads with a cotton swab soaked in flushing fluid , changed the pad , and then ran a head clean , the results were amazing\n17 6 6 19 19 during his early period , the director produced numerous documentaries , including an interview with aleksandr solzhenitsyn and a reportage about grigori kozintsev ' s flat in st petersburg\n14 1 1 3 3 opening paragraph defines purpose of essay clearly and succinctly , allows the reader to predict what follows and establishes a clear theme for essay\n0 1 1 11 11 the storm resulted in 31 deaths and 2 5 million dollars damage\n18 3 3 4 4 i bought a silver ring from a bass pro shops , a hunting chain store , for 53\n8 1 1 9 9 the idea for the film came from a short story by ward greene entitled happy dan\n8 14 14 17 17 the name of keith murray meant nothing to me until i was given some pottery by a friend who was leaving for america\n6 1 1 7 7 the plane crashed and landed into a cemetery killing 17 children\n11 2 2 11 11 a sporting shooter in a nearby car killed her with three bullets from his gun\n15 1 1 5 5 his portrait appears in innumerable paintings in the national gallery , sometimes with his mother in a supporting role\n13 5 5 9 9 the first involved representation in congress of different sized states\n14 1 2 5 6 one examination paper was in physical geography , the other in political geography\n0 4 4 10 10 obama ' s economic policies are turning into a global disaster\n5 15 15 17 17 the desert temperature at the time of her death was 110 degrees , but a bottle with water in it was found with her body , raising doubts on dehydration as a cause of death\n3 3 3 7 7 i found a lover with a slow hand\n5 16 16 19 19 on his journeys around the world , yasser arafat was in the habit of taking a suitcase full of cash for emergency cases\n6 1 1 6 6 the egg was pushed into the bottle\n2 24 24 27 27 i had enough plywood left over from previous jobs to build the box , and there was a nylon tow strap stored behind the seat of the truck\n18 0 0 11 11 environmentalists , utilities , and green businesses are turning to behavioral economics\n18 2 2 7 7 the original play was inspired by a trip to europe made by murray burnett in 1938\n3 10 10 11 11 his big slouch hat even was cocked jauntily over the bed post\n13 14 14 17 17 in some cases , however , teachers have been given sole responsibility for a class of thirty students , with as many as ten having disabilities\n8 1 1 6 6 the plane took off from an airport in duval county , florida on saturday\n10 5 5 8 8 harry loper had provided the automobile that the sheriff used to get the two men out of harm ' s way\n6 1 1 6 6 the dancer has arrived into the studio\n4 11 11 14 14 scientists have discovered for the first time a dinosaur with shelled eggs inside her belly\n16 14 14 20 20 there has been abuzz in recent weeks about the arrival of a diminutive new laptop from a little known hardware manufacturer\n11 1 1 9 9 the servant who carves removes the fat with a spoon\n18 1 2 12 12 the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment\n4 1 2 6 6 the pizza dough was in a bin on the floor\n6 1 1 6 6 these species migrated into the fallow land\n10 16 16 19 19 most importantly , the increase in bold activity in these regions was independent of the motor system that the participants used to express their decision\n18 10 10 13 13 in the end what was left of the city was miles from the sea , and many of the inhabitants left swampy lowland to live in the surrounding hills\n11 8 8 11 11 in the foreground , the illustration shows a sailor with a musket standing on the shore\n13 7 7 10 10 each club member flew his flock or kit of twenty pigeons , to be judged for twenty minutes\n0 21 21 25 25 thus , evaluating capital punishment as a form of retribution is reduced by sellin to merely estimating the proportion of capital murders that result in execution\n15 7 7 9 9 this website is dedicated to providing quality addiction related information and drug and alcohol treatment program listings\n18 12 12 15 15 in recent years there have been many advances in the use of opioids for cancer pain\n18 4 4 9 9 the authors propose galaxy clusters as a tool for cosmology\n1 0 0 7 7 dizziness was caused by whiplash and head injury\n13 7 7 9 9 when fur coats were popular , a richness of martens were sacrificed to make one coat\n18 1 1 3 3 five neighbors used snow blowers to clear the road ahead while the other neighbors dug out the snow around the ambulance with snow shovels\n0 1 1 4 4 the hull caused a scratch on the eye and that is why it ' s not healing all the way\n14 2 3 12 12 in one e mail , climate scientist benjamin santer commented on a request for data and correspondence from science blogger stephen mcintyre\n0 1 1 8 8 the massacre resulted in a local and international onslaught\n18 5 5 7 7 our ancestors have passed on knowledge to descendants\n11 1 1 4 4 the necromancer wields the power of death itself , a power no enemy can stand against\n16 9 9 12 12 this week , for example , brought a public statement by the head of now acknowledging that the fight to have women valued for their inner beauty is essentially a wash\n8 2 2 7 7 pilot money manager who bailed out of plane over shelby county says in letter he snapped\n18 4 4 7 7 hell already offers a cornucopia of employment opportunities for anyone coming from a myriad of backgrounds , but they lack name recognition\n18 1 1 6 6 the church is sinking into indolent obscurity\n0 1 1 5 5 both colds and flu cause inflammation of the mucous membranes ( found in the nose , throat and mouth )\n13 10 10 12 12 at one point , for instance , attacking a large division of musketeers with a small group of lancer cavalry resulted in a massacre of the musketeers\n17 4 4 6 6 the suit accuses the maker of apps like slideshow for myspace and superwall for facebook of making its unencrypted customer data available to even the least capable hacker\n6 1 1 7 8 another message is being delivered to another mail application\n6 2 2 9 9 a japanese woman moved into the bloke ' s closet\n18 3 3 5 5 texas prepares for crush of executions\n0 0 0 7 8 constipation is the most common cause of abdominal pain in the pediatric population\n3 0 0 1 1 insects wings are very thin so the poor insect must beat ( or flap ) their wings very fast so that they can really take off to fly\n14 4 4 6 6 it is an official document providing proof of ownership of a motor vehicle\n1 7 7 12 12 our country is resolving the war and poverty caused by the previous administration\n13 6 6 8 9 i had to battle through an aurora of polar bears to get to the station , where all the trains were canceled and the one that i finally got took 37 hours to get to london , where there is no snow and it is about 20c like a summer day\n18 3 3 7 7 22 traditional dancing ensembles participated in the festival of razlog\n2 1 1 7 7 this area is part of the association cortex , regions of the brain responsible for incorporating and synthesizing information from multiple other brain regions\n3 20 20 23 23 secondly , the soundboard contributes much more to the timbre underneath the keyboard because it is less obscured by the piano ' s framework and hammer mechanism\n6 11 11 14 14 a man had a psychotic episode when he put his baby daughter in a microwave\n6 4 4 7 7 doctors have inserted ghg mitigation into the prescriptions\n4 5 5 13 13 no one found the handcuff key , which was hidden in a small pouch in his gym shorts\n6 7 7 11 11 she just poured half a bottle of water into her lunch plate and all over the table\n6 2 2 7 7 the incoming mails are sent to queue servers\n13 33 33 36 36 tina moeckel and gail coakley have been with the guild for 17 years , have sons and daughters who they have danced with onstage , worked with backstage , and belong to a sisterhood of women dancers , now lifelong friends\n18 5 5 8 8 for registration purposes , the property in a vessel is divided into 64 indivisible shares\n18 18 18 24 24 the buffs once again lacked playmakers , the wide receivers could n ' t get open , the offense went away from the running game early\n17 8 8 10 10 an emerging category is podcasting , in which users generate content for widespread download on portable mp3 players\n8 1 1 7 7 the script was drawn from his own childhood when he felt that his father could n ' t understand his feelings and emotions\n4 7 7 11 11 along with lots of padding , a treat wrapped inside a towel was put inside the seat of the stuntman ' s pants to entice the dog to bite the padded part\n8 8 8 12 12 38 of the world ' s generated electrical energy is gained from coal\n1 1 1 6 6 the pain was radiating from the contraction out to my hips and back and then down both my legs all the way to my toes\n6 3 3 6 6 they have placed corpses into shallow graves along with stone tools\n15 1 1 15 15 the problems of crime and the quality of justice have become central issues in public debate\n11 0 0 5 5 farmers till their fields with implements which europeans know only from museums\n18 12 12 15 15 the citizens remained in their houses , and only vagabonds , the scum of various nationalities , and spies were about women were not to be seen , or only such as belonged to the dregs of society\n18 21 21 22 22 hardcore country cats are happy to live in the shed or the chicken house , or a nest deep inside a straw stack\n9 19 19 20 20 the study demonstrates that ultrasound is a reliable and great efficiency tool for the fast extraction of korean pine seed oil\n1 3 3 10 10 the fresh muslim anger has been caused by the opening speech delivered by pope benedict xvi on september 12 , 2006\n18 3 3 4 4 i milked their evening drink for them and then found them asleep\n1 0 1 11 11 cold sores or fever blisters are caused by the herpes simplex virus and are usually relatively easy to identify\n11 1 1 8 8 the trainer touched the scorpion lightly with the end of a straw and it lifted its tail up\n13 10 10 12 12 suddenly , they were in oxford street , amid a throng of shoppers\n2 1 2 7 7 the head phone of the ear pad system is provided with a head band which is formed into an approximately u shape mounted on a head top portion of a user\n8 1 1 6 6 the coat was evolved from the cassock , a loose , knee length coat with buttons all the way down the front\n6 2 2 8 8 many japanese companies have been moving into developing countries for cheap labor\n18 1 1 10 10 his parents have been dragged into his alleged life insurance fraud\n17 2 2 6 6 the canadian author ' s sixth book is a domestic tragicomedy about love , alcoholism and failed families\n14 2 2 7 8 it creates projects having to do with social justice and environmental justice\n18 3 4 8 8 biology is the natural science concerned with the study of life and living organisms\n8 3 3 10 10 sounds like the rug got pulled out from the original plans\n6 3 3 18 19 she formed the dough into a round loaf and placed the dough in a greased nine inch metal pie pan\n15 2 2 10 10 this predictable dynamic has recently been established in the research literature\n18 11 11 16 17 some of them breed in the rice field , while other fish enter the field through tidal action\n5 1 2 10 11 the plastic bottle contained a working shake n bake method meth lab\n8 0 0 4 4 editor resigns from student newspaper after publication of controversial cartoon\n13 13 13 16 16 in a staggering lapse of judgment , the national research council let its panel of hydrogen advocates publish a deeply flawed report trashing plug in hybrids\n11 1 1 3 3 real shepherds use trebuchets\n3 3 3 10 10 this particular elliptical machine has a dual grip heart rate monitor so that when you get the power intensity ramp on full stride you can keep track of how your heart is reacting to your workout\n3 1 1 12 12 that car had a number of gps sensors and lasers , a camera , and other equipment to help it make its way through the course\n10 1 1 2 2 the elevator operator is a meditation on the simultaneous power and futility of hope\n3 9 9 12 12 the gatotsu stance itself is done by holding the blade by the hilt in the left hand , and poising the right hand above the tip of the blade\n18 1 1 8 8 a gunman pumped a bullet into his right leg and fled his northwest side convenience store with several hundred dollars\n8 10 10 15 15 for the zillionth time in a hindi film , a bride runs away from the pheras on her wedding day\n8 4 4 7 7 as the little black train goes from station to station , driver zach picks up more and more silly passengers\n14 5 5 10 10 this is facilitated through regular colloquia on the subject of language and society , as well as through a diverse curriculum of courses offered toward the clasp graduate certificate\n17 3 3 8 8 so when the plants came up and bore grain , then the weeds appeared also\n14 3 3 13 13 overall , the findings on class work discourse point out invariant teacher student interactions\n13 16 16 20 20 an attorney of law and his two sons who are public prosecutors , accompanied by a mob of about 50 thugs attacked an historical roman orthodox church in rasheed , egypt\n14 1 1 7 8 the inquiry was confined to investigating marine safety issues\n17 1 1 10 10 her son , trent , remade for his father the dish cooked at the school that day\n6 10 10 16 16 in the past three to four years , many industry people have come into the venture world\n16 9 9 14 14 and those are guys running on the exact same legs made by the same company\n1 1 1 11 11 the quarrel during the night of the crime was caused by money\n18 1 1 8 8 the manuscript has been the object of intense study by many professional and amateur cryptographers\n13 30 30 32 33 shigang chen and liman wei , both of santa clara , calif , and partha bhattacharya of cupertino , calif , have developed a method for removing redundancies from a list of data structures\n2 3 4 13 14 it was a concept car displayed by bmw in 2007 at several international motor shows\n6 4 4 10 10 infamous criminal ' s skull was handed over to the authorities\n1 0 0 11 11 sinusitis is the inflammation of the sinuses caused by a bacterial infection\n18 19 19 21 21 enigmatic discoveries of dark matter a few decades ago and of dark energy a few years ago have thrown physics into turmoil\n2 28 28 33 33 notwithstanding the use of special assembly techniques , it is currently quite common to find , downstream of the assembly line , known radiator caps with the small spring of the low pressure valve imperfectly aligned with one of its necessary bearing surfaces and with the shutter , which leads to unpredictable operation of the radiator cap and consequent rejection of the product\n11 1 1 7 7 another worker with a long straight edge plank screens over the wall to remove any bumps\n6 7 7 11 11 because of the air pressure , the objects sank into the sand\n18 14 14 19 19 the current study demonstrates that angiogenesis occurs early following transplantation , resulting in a hookup of donor and recipient vessels\n9 6 6 7 7 the jar on the left has blackberry jelly , the middle jar is relish , and the jar on the right is blueberry jam\n18 10 10 5 5 as the face of each card is displayed , the subject identifies the name associated with the card\n3 21 21 26 26 of these one of the very first that occurred to me was , that there is seldom so much perfection in works composed of many separate parts , upon which different hands had been employed , as in those completed by a single master\n2 8 8 11 11 this means that current flowed out of the pin of the microcontroller\n1 3 3 6 6 during the great fire of the aftershock in tokyo in 1923 many ginkgo trees survived while other trees died\n11 7 7 10 10 dianetics appealed to a broad range of people who used instructions from the book and applied the method to each other , becoming practitioners themselves\n14 1 1 5 5 the paragraph states that the number of rules is finite\n13 14 14 17 17 the town ' s most popular sculpture , however , is the high heeled clique of bost ladies created by malmo artist fred aberg\n2 4 5 8 8 he started with the dashboard area of the car , as that ' s where so much dust and dirt shows up\n1 2 2 6 6 the major product arose from an attack of aromatic compound\n2 1 1 4 4 the crust of the planet was flooded with melt and the crater tended to erase itself\n13 7 7 9 9 there are two important personalities among the pleiad of builders of bulgaria after the liberation , which are opposite to each other in their state political views and activity\n6 0 0 4 5 cancer has spread into lymph nodes close to the tumor\n8 11 11 17 17 in the known reciprocating hermetically sealed motor compressors , the refrigerant gas arrives vaporized from in the shell\n13 6 6 8 9 one approach is to have an ensemble of decision trees with each data site contributing its own local decision tree to the ensemble\n0 0 0 12 12 interpolation of the missing samples repairs the waveform with a minimum of distortion\n4 7 8 11 11 the results were obtained after measuring the cell mass in a flask\n3 17 17 18 18 nearly two thirds of all burglaries involve forced entry , and they succeed partly because of flimsy door locks and mounting hardware\n14 1 1 4 4 the fable narrates a difference between prehistory and history that is beyond the comprehension of those on either side of the divide\n11 1 1 7 7 a couple relaxes with a cup of coffee at one of alaska ' s fabulous bed and breakfasts\n13 5 5 8 8 we gathered kindling in a grove of tall pines near the cabin\n18 3 3 11 11 the dc dc converter was manufactured in a 130nm bulk cmos process\n18 1 1 5 5 the house is going into foreclosure\n2 1 1 4 4 the rod of the damper passes thru the main stem , so you need to have a top nut with a hole in it ( part 110 in the drawing )\n4 2 2 7 7 a planted bomb put inside a sedan car exploded in front of the fine arts institution at mansour neighborhood\n14 2 2 8 8 the following remarks have special reference to the results obtained in the human lung\n18 1 3 8 8 the editor cum scientist approached the pod with reverence , and a remote control device\n2 1 1 5 5 the bark of this tree trunk presented an interesting pattern\n6 10 10 14 14 i chose the simplest option i copied and stored the files in a specific folder , and used them from there\n1 2 2 14 14 the worst devastation around us has been caused by the abject failure of religious education\n4 1 1 5 5 the message was inside a box of post toasties\n11 19 19 22 22 whatever your choice , that horribly dated chick corea electric keyboard tone on the first cut sounds like the player bought his equipment at toys r us\n13 14 14 18 18 in an effort to lighten the sexually intense atmosphere that surrounded us like a swarm of excited electric eels , i decided to try a bit of humor\n17 27 27 30 30 when a fan of ea ' s golf game pointed out a flaw that tiger woods could play a jesus shot from on water , the game manufacturer ' s response was this viral featuring the man himself\n13 34 34 37 37 the impossibility of attending with frequency congregations gathered in various parts of the kingdom , led before long to the employment of lay speakers and these in turn gradually gave place to an established order of itinerant preachers and later these again to ministers settled for a limited period , with superintending bishops\n3 4 4 10 10 he purchases only microwave ovens that have a fail safe mechanism , which shuts off the power when the door is opened or prevents the door from opening when the oven is operating\n2 4 4 16 16 in humans , the cerebellum comprises only about one tenth of the total volume of the brain , but more than 50 percent of all its neurons are located in the structure\n2 1 1 4 4 the farmhouse of the farm kronendal , built in 1800 , is a natinal monument\n14 1 1 4 4 the act applies to contracts or agreements among competing manufacturers and distributors\n4 3 3 7 7 extra virgin olive oil is in a cask\n18 22 22 24 24 a judge has ordered a woman to hand over her daughter ' s pet sheep to a rescue center after a legal wrangle over ownership of the animal\n10 4 4 11 11 a good off road vehicle is the best tool for a photographer with a sense of adventure\n16 28 28 32 32 they established that the russian president ' s academic credentials were based on a dissertation he had lifted in part verbatim from the russian translation of a management study written by two professors at the university of pittsburgh in 1978\n15 1 1 9 9 the culture of violence has become the topic of discussion among the people following the series of recent riots in java\n18 9 9 13 13 a rasher of bacon was found in a returned book by a worthing librarian\n18 11 11 14 14 in order to gather experimental data , researchers explicitly defined a model describing the process\n13 10 10 13 13 the brain , to paraphrase dr gazzaniga , is a confederation of various modules capped by the normally dominant computational systems of the left brain , that has the capacity to interpret our multiple self\n18 2 2 8 8 the dotted line refers to experimental and simulated data\n6 3 3 6 6 he put a guinea into the hand of the poor fellow\n14 7 7 14 14 uncle jay occasionally does a one off special , dedicated to explaining a specific term or issue\n2 11 11 14 15 quasi static tensile tests were performed on the specimens using a screw driven instron load frame\n17 1 1 4 4 the bank issued a statement at around 2am in the uk confirming that it would buy lehman ' s north american investment banking and capital markets business\n11 3 3 4 4 my 92 rangers drivers wheel is clicking or grinding all the time going down the road\n14 2 2 8 8 most recent books on the topic of traditional knitting contain information on sanquhar knitting\n4 10 10 17 17 remains from the viking ship were reburied in an aluminium casket put inside a five ton stone sarcophagus\n16 2 2 11 11 a bizarre idea springing from the mind of an original thinking teenager in malta is put into a chat room and picked up by an interested schoolteacher in cleveland\n16 11 11 15 15 british scientists are fighting climate change by reducing the harmful greenhouse gases produced by flatulent cows\n6 5 5 8 8 often users have dragged midi clips into audio tracks\n14 22 22 27 27 a child is an individual with personal oppinions , feelings and needs , just as adults are , that is what the convention of children ' s rights says\n4 1 1 8 8 the absorbent was contained in a 3 litre reactor\n16 1 1 24 24 the church , is a stunning onion domed , golden filigreed , jewel of a building built ( 1903 1912 ) by the russian aristocracy\n18 10 10 15 15 man gets life sentence in kidnap , ransom case of woman he kept in makeshift casket\n0 13 13 24 24 but among the heroin addicts especially , there is frequently a very severe depression , and depression is one of the main causes of suicide\n13 7 7 11 11 the band ' s mascots are a tiding of black billed magpies and a beanie baby skeleton called death\n12 1 1 5 5 the essays collected in this book written by some of the leading experts in the field challenge this popular image right at its heart , taking as their starting point that science trades not only in truth , but in fiction , too\n6 1 2 9 9 your e mail has been successfully delivered to the receiver\n13 13 13 16 16 a second significant recent institutional development has been the establishment of an eu network of independent experts on fundamental rights\n8 12 12 15 15 the trust strives to gather , protect and preserve aircraft and aviation memorabilia from bygone times especially material with a bay of plenty or new zealand connection\n18 6 6 10 10 his deeds have thrown thousands of people into eternal financial damnation\n6 1 1 6 6 your products have landed into our warehouse and you have been called to book in a delivery date\n8 3 3 6 6 i also incorporate meteorites from outer space and dinosaur bones\n14 1 1 3 3 the report investigates migration in the context of demographic changes and trends in both growth and inequality\n16 1 1 5 5 the bile produced by the liver is collected in bile canaliculi , which merge to form bile ducts\n2 13 13 16 16 there was a time when the sound of an accordion playing in the cars of the metro brought commuters respite from le stress\n18 8 8 11 11 pear and ginger marmalade was made from a glut of corella pears\n16 6 8 15 15 however , the adminstrators of a multi user dungeon comprised primarily of two factions , builders and coders are the backbone of mud creation\n6 3 3 7 8 the baker put alcohol into the dark chocolate ball\n6 4 4 6 6 we have entered successful surveys into report demonstrating secondary meaning\n3 1 1 2 2 this bed pole has a hook type handle , and fits under the mattress and provides a firm handle to assist with moving and positioning in bed\n17 0 0 5 5 elephants have been observed digging holes to drink water and then ripping bark from a tree , chewing it into the shape of a ball , filling in the hole and covering over it with sand to avoid evaporation\n8 1 1 7 7 the driver was ejected from his small car\n13 1 1 6 6 a nation is a group of people\n6 1 2 8 9 the paleogene horizons have migrated into the upthrown basement blocks from adjacent sedimentary horizons\n11 3 3 12 12 the previous robotics lecturer had created an obstacle course with colored duct tape on the floor\n4 2 2 6 6 the aerosmith game was in a bin over on the other side of the store\n14 1 1 3 3 obama speech addresses homophobia , anti semitism among black americans\n3 3 3 6 6 the stereo cutter head has two coils which move in a magnetic field\n18 2 2 7 7 the loan program is running into insurmountable difficulties\n5 13 13 16 16 people look at me as if i ' m crazy talking to a bottle full of wine\n18 6 6 13 13 what we saw was a promising idea sabotaged by a muddled and undernourished script\n6 0 0 11 11 violation in the text associated concepts was brought into the working memory in an attempt to resolve the violation\n0 3 3 9 9 we minimized excessive flows that cause flooding , bank erosion , and habitat loss\n11 1 1 7 7 the gods conquer the asuras with the breath within the mouth\n4 1 1 6 7 the reagent was contained in a holding dam of melted paraffin wax approximately 2 inches in diameter\n2 1 1 4 4 the stem of the verb is the main building block when forming the present tense\n13 5 5 7 7 hunt clubs often maintain a cry of hounds , trained to hunt foxes\n18 6 6 7 7 the final character was the brilliant scientist inventor and technology geek\n14 1 1 8 8 the section concludes by giving a summary of findings\n9 2 2 9 9 the outer core is the source of the geomagnetic field\n14 1 1 5 6 the show centered around a beach theme\n8 7 7 10 10 at the end of 2004 , a journalist from dnevnik newspaper , hristo hristov , submitted a request to the director of the national intelligence services ( nis )\n0 3 3 7 7 for example , measles and chickenpox cause rashes along with other symptoms\n2 7 7 10 10 formerly it was usual to insulate the rod of the electroscope by passing it through a hole in a cork or mass of sulphur fixed in the top of the glass vessel within which the gold leaves were suspended\n0 4 4 7 7 however , the planning proposal has generated opposition from locals who have voiced fears over health issues\n6 5 5 7 7 the famous actor donated 100 houses to victims of last year ' s flood\n6 8 8 11 11 that club cost him as he put a shot into a bunker on hole 13\n0 2 2 10 10 allaah decreed joy and sadness , because joy results in laughter and sadness leads to crying\n9 22 22 25 25 however , in general the theory languished until 1984 when an international meeting was organized in kona , hawaii , about the origin of the moon\n6 2 2 6 6 some animal viruses have migrated into humans\n18 1 1 4 4 the arbiter of the game begins the game and requests a move from the first player\n14 3 3 9 9 the focus of study is on psychological or mental mechanisms , also referred to as decision processes , information processes , or darwinian algorithms\n16 7 7 10 10 there ' s a new exhibition of works by the quilters of gee ' s bend , alabama , whose lives have been transformed by worldwide acclaim for their artistry\n18 5 5 10 10 in the beginning , a fire started from the ring area of a crude oil storage tank ( 33000kl )\n11 4 4 7 7 with robotic surgery the surgeon manipulates a robot to do the operation through the small openings\n1 0 0 7 7 malaria is caused by infection with a parasite called plasmodium that is transmitted by mosquitos\n8 5 5 8 8 jennifer holt , a former actress from western movies , was aunt judy , the only human in the cast\n16 1 1 6 6 this book written by an american woman tells the story of her meeting the love of her life in venice\n8 18 18 6 6 when the synaptic input to the axon was stimulated before eliciting an action potential in the axon , transmitter release from the axon was enhanced\n6 2 2 6 6 the elderly immigrants flow into warmer states such as california and florida\n4 1 1 5 6 the hairdryer was in the desk drawer\n8 9 9 12 12 there are also dark american inspired murals copying urban scenes from gangster movies and picturing gangsta rap heroes\n6 1 1 6 6 the particles were released into the air\n17 2 2 11 11 an italian craftsman has created the world ' s smallest nativity scene on the head of a pin\n18 1 1 7 7 the arrows act as avatars of the students\n14 2 2 1 1 this error message indicates that an error has occurred\n16 8 8 14 14 this is , however , a decidedly intellectual book , penned by a clear master of language and intra psychic evaluation\n17 14 14 19 19 the average year round temperature in denia is 18 ' centigrade , so the locals have put up a monument to the weather\n14 4 4 7 7 the second bodily privacy paper relates to violation of a person ' s bodily integrity\n6 5 5 9 10 the new product ' s release is postponed to next month\n2 12 12 15 15 a symbol of this mystery is the sail that hangs on the mast of the ship as though it were christ raised on the cross\n18 2 2 4 4 the banded racer needs advice on accommodation\n18 2 2 7 7 we catch happiness from friends and family members like an emotional virus\n14 1 1 5 5 this page describes the 1982 events only\n3 2 2 8 8 the 1858 exhibition was the first exhibition of photographs to be held in any museum\n8 2 2 9 9 the tm program is derived from an ancient indian tradition\n6 3 3 6 6 squirrel stuffed the acorns into his cheeks until they were puffed up like two furry balloons\n8 11 11 15 15 kevin kim is surprised by the arrival of an ancient korean archer from the 1st century\n8 2 2 8 8 a violent criminal who absconded from an open prison less than a third of the way through his sentence was recaptured today\n17 4 4 9 9 georgia was the leading producer of fiber cans and drums , followed by ohio , wisconsin , and north carolina\n2 13 13 17 18 we report a rather unusual case of severe ocular injury caused by the shank of a triplet fish hook\n18 30 30 32 32 two years passed before i saw the ibex again , despite regular field trips to the area and the services of an ncwcd ranger who knew every bend in the maze of canyons\n17 11 11 15 15 the device is sometimes known as a flettner rotor after the inventor of the basic principle\n13 16 16 20 20 it pits dolph ' s nikolai cherenko a stoic , wordless , physical threat against a cabal of unsavoury russian gangsters\n4 1 1 6 6 the monitor was enclosed in the lid of the wire recorder case\n17 14 14 19 19 a powder blue suit and a silver chain mail vest were two of the designer ' s more subdued creations on sale\n8 2 2 5 5 as the train left the station a cool spring rain pelted the windows\n6 2 2 7 8 the government cheese is flowing into missouri food banks\n2 7 7 10 10 she leaned for a moment against the wheel of the truck and glanced about\n1 1 1 6 6 the warmth was radiating from the fireplace to all corners of the room\n18 1 1 5 5 the bakeries in the supermarket area also reduce the prices on their goods as closing time approaches\n1 10 10 17 17 the reports regarding the casualties has been announced and the loss that has been caused by the quake is being estimated\n3 1 1 4 4 this dryer has a sensor that is supposed to sense when the clothes are dry\n18 4 4 6 6 i bought a whole cartload of groceries , and spent a fraction of what i would at any regular grocery store\n1 1 1 6 6 air pollution from coal fired power plants is large and varied and contributes to a significant number of negative environmental and health problems\n1 23 23 28 28 former safety service director rex katterheinrich estimated the city collecting 2 16 million in 2009 , who took into account for the economic slowdown caused by the national recession\n16 5 5 8 8 china associates itself with the statement by the representative of south africa on behalf of the group of 77 and china , and now my delegation would like to make a few comments on the following issues\n6 8 8 10 10 a small number of students continue to bring guns to school\n11 1 1 9 9 the government took advantage of independent tv ' s debts to the main gas company , gazprom , to engineer a takeover by government friendly forces\n8 4 4 10 10 he poured all the water he got out from the oven and went tothe boyer\n13 7 7 10 10 las nubes coffee is produced by a cooperative of small farmers in southern costa rica as part of the las nubes research and conservation program of the faculty of environmental studies of york university\n3 1 1 10 11 the ear is made up of three different sections the outer ear , the middle ear , and the inner ear\n0 13 13 17 17 dr marshall is the discoverer of helicobacter ( h pylori ) , the germ that causes peptic ulcer\n6 1 1 7 7 the bomb was delivered to the unsuspected victims\n18 20 20 23 23 the recipes are culled from various restaurant chefs , magazines and brother victor antoine d ' avila latourrette , a monk and cookbook author\n10 2 2 4 4 the best spikes for knights are hook big weel and death strike dragon divide\n6 1 1 7 7 security cameras have been installed in commuter trains to prevent groping\n13 11 11 14 14 jeanne carley has once again created a fun calendar with a cast of adorable ferrets\n18 1 1 31 31 the dates for when the coral reefs had been living ( 125 , 000 , 105 , 000 , and 82 , 000 years ago ) closely matched dates from milankovitch cycles for times when the ice sheets should have been melted and the seas at their highest ( 127 , 000 , 106 , 000 , and 82 , 000 years ago )\n8 0 0 13 13 management on massive salaries have already retired or bailed out of a sinking ship leaving the masses to endure the hardship caused by ignorance and mis management\n18 0 0 4 4 suspects were brought into custody for questions\n1 1 1 3 3 the sadness from divorce meant more if you were aware she was married very briefly to choreographer michael bennett , who shaped her career , then created the chorus line character around her in 1975\n3 1 1 4 4 the ray moves its fins in an s shaped wave , up and down , from the head to the tail\n1 7 7 13 13 ngu ( nongonococcal urethritis ) is an infection of the urethra caused by pathogens ( germs ) other than gonorrhea\n6 4 4 12 12 my manager ' s desk has been moved up to the top floor\n6 8 8 11 11 the police has beaten him up , poured water into his ears and nose , and stuffed a shoe in his mouth\n2 13 13 7 7 most of the energy from preheating your oven goes to heating the inner walls of the oven itself , not the air inside\n17 19 19 22 22 they shared a love of richard wagner and were regulars at the annual bayreuth festival held to celebrate the composer ' s works\n14 1 1 8 9 the sections of the text that explain the scientific method are interesting and could be applied to most areas of life\n12 2 2 10 10 all key suppliers are part of toyota ' s supplier association\n16 4 4 5 5 i work in a design studio and by chance it ' s a really good profession for me\n17 1 1 20 20 the chimps first picked some stems from the marantaceae plant and plucked off the leaves in order to make their rods\n16 2 2 7 7 many other references were obtained from various scholars worldwide\n5 24 24 26 26 as with most american families i started bad eating habits at an early age , i still remember the times i was given a bottle with soda in it\n4 15 15 19 19 the interesting problem with this is that the oatmeal was in a bowl and the milk was in a cup\n18 0 0 7 7 mom of 5 succeeded with can do attitude\n11 1 1 8 8 the doctor injects the solution after disinfection with alcohol\n16 6 6 18 18 this slim , small , delightful book , a translation , comes from the pen of an italian psychoanalyst who believes in the magic of our mind , soul , and nature more than in our professional attempt to be scientific\n16 8 8 11 11 that ' s more or less how the book ' s author is viewing the situation\n2 4 4 10 10 since then his short films have been presented in retrospective programs at film festivals worldwide\n3 7 7 14 14 they presented passive brass piezo mono contact microphone with high quality 1 male output plug\n14 1 1 5 5 the show tackled many serious issues\n0 1 1 4 4 the crash caused a gash on the west side of the pentagon measuring 30 yards wide and 10 yards deep\n14 2 2 7 7 the first book dealt with the tragic impact of the cultural revolution on a highly educated family of literary intellectuals\n18 3 3 6 6 the scientists injected fluids into the animals\n13 1 1 3 3 the school of fish mentioned in the title poem of this book live at the bottom of the sea , but are somehow addicted to light\n13 30 30 32 32 the first time we enter that interior court , the four sides of which each tell the history of a great period of architecture , we are dazzled by the throng of memories and ideas that start from these four great pages\n6 2 2 9 9 deuterium fueling pellets have been injected into diii d plasmas from five different locations\n17 5 5 9 9 the main product of the factory is white granulated sugar , which goes into industry with , for example , coca cola being one of the largest customers\n16 1 1 7 8 with panels designed and sewn by the loved ones of people who have died from aids , the entire quilt made its final public appearance on the washington mall in the summer of 1996\n13 10 10 14 14 the biggest broadcast was on election eve , when a hookup of twenty six stations carried coolidge ' s speech\n2 11 11 14 14 the third through seventh phases of the program are the five wedges of the building from the first floor to the fifth floor\n8 1 1 8 8 the solvent was distilled from an all glass apparatus and the distillate collected when the boiling point became constant\n5 7 7 11 11 two hours later , i had a bottle full of warm water\n0 3 3 7 7 a stimulant , nicotine causes a temporary increase in alertness and a calm feeling\n2 15 15 18 18 this storing capacity is due to the elasticity ( flexibility to expand ) of the walls of the veins\n1 3 3 5 5 he treated the pain from shingles as it persisted for long periods of time\n18 4 4 5 5 the addition of a velocity stack on the carb inlet helps stop some fuel spray coming out the carb when the engine is running\n15 6 6 16 16 cox examined the current financial regulatory structure and pointed towards its very immediate potential in a speech before the conference\n18 7 7 10 10 his new research shows that the tree trunks in the forest act like hot water bottles\n18 1 1 7 8 this matter became the subject of protracted legal action , from which the employer emerged victorious\n14 2 2 4 4 the union contract governs wages and hours and runs for three years\n11 1 1 5 5 world powers threaten iran with sanctions\n13 12 12 15 15 this double lie betrays what it is really all about in the coalition of the hypocrites solidarity with the culprits\n14 7 7 16 16 this book largely seeks to refute the claims made by his contemporary john locke about the nature of human perception\n11 2 2 8 8 the french army made use of a nerve gas obtained from prussic acid\n17 12 13 19 19 vinton ( vint ) cerf , along with robert kahn , is co designer of the tcp internet network protocol\n18 1 1 9 9 recent researches are making a valuable contribution to the history of logic in a period little known in the west\n8 3 3 8 9 most of the text was extracted verbatim from primary sources , which entails the presentation of far more information than is customary on the opera stage\n6 3 3 6 6 the man poured water into the seeds\n0 10 10 7 7 there are many types and causes of headaches , from tension headaches due to stress to migraines triggered by certain foods\n3 33 33 10 10 tree roots are attracted to the water vapor leaving the pipe and they follow the vapor trail to the source of the moisture , which are usually cracks or loose joints in the sewer pipe\n18 0 0 11 11 males had their urethra and urachus ligated with a fine silastic tubing\n14 10 10 13 13 just a moment ago you were pronouncing such astonishingly correct opinions about our town , and now you ' re so silent\n13 7 7 10 10 the other stations responded by hiring a cast of precocious cats , ferrets , chimpanzees and marmosets\n1 4 4 7 7 patients with adenomyosis experience pain from this disease in the early 30 ' s\n9 1 1 2 2 that strawberry jelly was more like strawberry glue\n14 1 1 4 4 the novel examined the life of larry weller , an ordinary man made extraordinary by his unique talent for creating labyrinths\n8 1 1 6 6 the reports arrived from an army trailer in a corner of camp victory in baghdad\n13 2 2 3 3 new haven police chief james lewis left his post after his contract expired jan 31\n18 1 1 4 4 including amenities such as kiosks create pedestrian friendly spaces\n6 5 5 7 8 the auditor staff rescheduled the meetings to next week\n4 1 1 5 5 the material was in a trunk in a basement and i knew i needed to get it\n13 3 3 5 5 i caught a dose of crabs in phuket once\n8 1 1 10 10 the answer to the inquiry was solicited from his own mouth through the questioning of the lord , who then directed him to live in accordance with what he knew\n5 16 16 19 19 about 3 of 2 4 year olds show marked dental decay due to sleeping with a bottle full of juice or milk\n18 1 1 6 6 shin splints are caused by the muscles on the front and sides of the leg\n2 2 2 9 9 the ricotta mixture was the best part of this dish\n18 3 3 13 13 the chief safety officer announced the gwinnett barrow jackson enforcement wave with the unveiling of a replica of new traffic warning signs that have been posted along i 85\n17 0 0 13 13 researchers at durham university have turned a video game into a fire drill simulator\n18 4 4 7 7 automatic diagnosis has replaced simulation for the correction of simple design errors\n18 2 2 4 5 he moves people into climate action\n10 21 21 23 23 from the quotes by frederick law olmstead , to the philosophy of making art , this is one of the best websites for painters and artists out there\n17 1 1 8 8 one daughter sewed four wide shirttails into a sack , which the men in the family filled with corn and sweet potatoes and hid in a ditch\n3 1 1 4 4 the screen works using ink , just like books and newspapers , but displays the ink particles electronically\n18 2 2 6 6 the mobile meth was inside a van parked inside a storage unit at 4095 west kearns\n0 1 1 4 4 these tests establish baseline information on employees and help insure that they are appropriately matched to the physical demands of their jobs\n3 2 2 9 9 the cerebral cortex is composed of a sheet of neurons that during evolution has increased by three orders of mag nitude in surface area\n1 2 2 8 8 because the disorders are caused by defective lysosomal enzymes , with the result being lysosomal accumulation of pathway intermediates , these are often referred to as lysosomal storage diseases\n6 2 2 5 5 she poured flour into the bowl , and asked me to take out four eggs from the carton and carefully crack them into the bowl\n14 6 7 9 9 they respond to more and more telephone calls demanding payments to cover costs in order to receive their prize\n14 1 1 7 7 this speech makes explicitly crystal clear the strategies adopted by the imperialists to subjugate man\n6 4 4 7 8 finally , we injected syscalls into the virtual machine\n9 4 4 20 20 the region ' s forests also provide minor forest produce such as posts and poles , other hewn timber , firewood , wood chop blocks and specialty timbers\n13 4 4 7 7 there is a large network of social scientists studying agricultural systems , and interdisciplinary working groups have developed around themes such as the nature off traditional and modern agrucultural production and the energetic efficiencies of farminc systems\n3 1 1 5 5 the festival involved two practical competitions and a lecture\n13 14 14 17 17 outside the walls of athens , the site of the academy was a sacred grove of olive trees , still recalled in the phrase the groves of academe\n13 28 28 29 29 just as jack says , on deck , you scabrous dogs , to the very left edge of the screen over jack ' s shoulder is a grip crew member with a tan cowboy hat , white short sleeve tee shirt and sunglasses , just standing there looking out to sea\n9 2 2 10 10 the tuxtlas area is the source of the olivine augite basalts\n18 2 2 7 7 the uk economy has come out of recession , after figures showed it had grown by a weaker than expected 0 1 in the last three months of 2009\n6 1 1 8 8 the car has been delivered to the upholstery shop\n8 5 5 8 8 in lotus , the 1st circuit departed from precedent , narrowing protection for developed software and giving crafty litigators a blank disk\n6 12 12 16 16 i pulled the breather hose off of the airbox and placed the end in a nalgene bottle\n6 3 3 8 8 when a metallic screen was placed inside the coil , so as to surround the needle , the demagnetization produced by the discharge was less\n6 3 3 6 7 only few selected people journeyed into outer space\n1 2 2 7 8 the current crisis was caused by the housing bubble , and the primary cause of the housing bubble was the federal reserve keeping interest rates at 1 percent\n2 1 1 11 11 this photograph of an automobile training device was enclosed in a letter to edwin link\n6 1 1 6 6 the strips were placed into individual chambers for incubation\n13 23 23 25 25 over the sierras from los gazquez , passing the peaks of limestone , the cliffs where the peregrines battle for purchase , the clattering of choughs tumble to cave mouths\n18 8 8 14 14 i read that interview you did with the guy who came up with flash mobs\n18 7 7 15 15 winners of four straight games , the side has constructed the program ' s best start since 1979 80 and the third best opening in school history\n11 1 1 6 6 some researchers watered the plant with luciferin\n18 12 12 15 15 the tour of california raced through west marin on monday in a blur of speeding bicyclists and their caravan of support vehicles , once again sparking charges that it puts spectators in harm ' s way\n6 5 5 8 8 international committees have bestowed industry awards to outstanding companies\n14 2 2 9 9 the first workshop was convened on the topic of derivatives\n14 1 1 7 7 the appendix gives a summary of financing transactions\n18 1 1 19 19 that song immediately segues into the maniacal red purple , a bewilderingly worded love song accompanied by a toy piano and fuzzy bass\n4 2 2 8 8 the skinner box was inside a large wooden icebox\n11 2 2 12 12 one marine mammal breaks open shellfish by hitting the shellfish with a stone\n3 2 2 6 6 the liftable scaffold 10 has a platform 12 including a frame 14\n14 4 4 9 9 it is an international newsletter designed to inform about work in progress , conferences , publications , etc\n2 1 1 4 4 the fundus of the stomach is that part dorsal to the cardiac ostium and refers to either its lumen or its wall\n0 5 5 12 12 both over the counter pain pills and prescription drugs cause medication overuse headaches\n13 5 5 7 7 the kennels of hounds and mews of hawks were a form of conspicuous consumption that only a noble could afford as so mark his status\n4 27 27 30 30 when recruits were paid a shilling for signing on to the royal navy , press gangs tricked men into committing themselves to service by passing them the coin in a tankard of beer\n3 4 4 5 5 she lightly clicked the mouse button with her index finger\n18 2 2 6 6 the protein products encoded by this class of resistance gene are located within the plant cell cytoplasm\n13 11 11 13 13 instead of this set of grub street authors , the mere canaille of letters , this corporation of mendicity , this ragged regiment of genius suing at the corners of streets in forma pauperis , give me the gentleman and scholar , with a good house over his head and a handsome table ` with wine of attic taste ' to ask his friends to , and where want and sorrow never come\n4 1 1 6 7 the cup was inside a 9ft oak coffin , carved from a single tree trunk\n17 1 1 7 7 his rival won the nod with a pledge to spend 500000 of his own money on the race\n1 1 1 9 9 most deaths from the accident were caused by radiation poisoning\n18 1 1 6 6 the prisoner was taken into preventive custody this morning\n6 1 1 6 6 the leftovers are pushed into the colon\n1 4 4 9 9 bankers were assessing the loss caused by the poor performance of gartmore ' s 340m pounds ipo this week after it needed to be scaled down and its price slashed\n4 4 4 8 9 his mother ' s body was in a chest freezer in the basement\n6 5 5 8 8 the second dancer has added rhythm into his dance\n3 1 1 8 8 the crane has a five section 51 m boom with megaform shaping for greater rigidity and grove ' s patented twin lock boom pinning system\n3 5 5 8 8 i made two pairs of jeans with regular zippers , which both quickly tore out\n9 7 7 8 8 a nice , big bowl of homemade vegetable soup is one of the best ways to get a lot of the veggies you need all in one dish\n17 12 12 22 22 using the latest techniques of a science known as tissue engineering , researchers at the university of boston recently grew a human ear on the back of a mouse apparently with no adverse effects to the hybrid rodent\n14 2 2 5 5 such a conclusion highlights the importance of environmental concern in understanding and encouraging environmental behavior\n4 4 4 8 8 the balance of the loot was in a box in the garage\n3 1 1 2 2 this door handle is in gold color and is installed on the front door\n18 1 1 6 6 the phrase was related in a preface of a 1904 collection of drury ' s stories\n4 1 1 5 5 the ring was in a glass of champagne , and all of hubby ' s family was present\n8 1 1 8 8 the legend was derived from a much older publication\n3 9 9 10 10 mothers transmit the cavity causing bacteria by kissing their babies mouths\n8 14 14 20 20 the death of a massive nearby star billions of years ago offers evidence the sun was born in a star cluster\n6 1 1 4 4 throwing trash into the dumpster 70 feet away from the third story floor was very dangerous\n18 1 1 7 7 the company has been dragged into a lawsuit\n15 2 2 10 10 the calculated efficiency has already been defined in the preceding paragraph\n18 16 16 19 19 state abandoned national socio cultural imperatives and rushed in to join the scandalous community and the camaraderie of the tyrants\n18 1 1 5 5 the pronouns are indicated with parentheses and are given for example purposes\n18 3 3 9 9 the aim of ecophilosophy is a total or comprehensive view of our human and individual situation\n6 3 3 7 7 zook took the ax to the coaching staff\n5 3 3 6 6 there is a suitcase full of money , which is being auctioned off\n6 0 0 7 7 jars were then placed into three separate cages\n18 2 2 5 5 u s embassy participated in opening of the unique exhibition about general pika\n5 9 9 11 11 an 11 year old greensboro boy turned in a purse with money inside after he found it in a creek saturday\n6 2 2 7 7 the committee meetings have been rescheduled to tomorrow , january 17\n18 5 5 12 12 the origin of the superficial extensors is from a flattened common extensor tendon\n13 7 7 9 9 recently a national geographic video showed a pod of seals teasing a group of iguanas\n11 1 1 4 4 the peasants used of donkeys for cart pulling which not only enables larger quantities of goods to be transported but also allows users to earn extra income\n3 1 1 4 4 the method includes the steps of contacting a bacterial suspension with a single wavelength in the ultra violet range\n3 4 4 9 9 the remainder of the breast is composed of connective tissue ( collagen and elastin ) , adipose tissue ( fat ) , and cooper ' s ligaments\n6 1 1 6 6 the mist was carried into the air by bursting bubbles over the plating vats\n15 1 1 5 5 this paper received positive review comments from the senior editors of the journal and was accepted for december 2005 presentation\n14 3 3 9 9 it is a comedy centered on a has been coach who is given a shot at redemption when he ' s asked to run his local high school ' s girls basketball team\n3 9 9 13 13 another favorite supper at my house is the classic combo of grilled cheese sandwiches and cream of tomato soup\n18 6 6 12 12 a first prototype of the new system is constructed from the preliminary design\n16 9 9 10 10 he works as an accounts manager for a luxury housing developer\n11 9 9 12 12 it runs past la guardia airport , where the senator took the shuttle to washington many times\n17 9 9 13 13 we did not endorse a candidate unlike the ten scientists who wrote a letter in support of john kerry\n14 3 3 13 13 a number of bills and acts are under consideration concerning a variety of topics that relate to telemedicine , electronic medical record systems , research , prescriptions , task forces , commissions , and broadband adoption\n1 5 5 8 8 gis revealed a relationship between cracks caused by earthquakes and paddy fields\n14 4 4 10 10 the purpose of this report is to present an unusual case of hepatic abscess due to infestation by endamoeba histolytica\n16 11 11 14 14 bollywood stunner koena mitra sashayed down the ramp in a stunning creation by the designer\n5 6 7 9 9 the election judges found in a ballot box some ballots that were not the kind properly belonging in it they ' ve put those ballots aside\n18 2 2 8 8 a reasonable approach was distilled from the initial shock at the conflicting data\n18 1 1 11 11 the researcher approached the subjects and their experiences with an open mind\n6 8 8 11 11 the growing use of this technology passed on infertility to future generations\n18 9 9 11 11 they presented very extensive and detailed report on greenhouse heating with compost\n10 20 20 24 24 the second stage , referred to as the optimizer , optimizes the code according to the various switches on the compiler set by the programmer\n0 1 1 3 3 both bacteria cause mortality in target species via a lethal septicemia as a result of spore germination\n4 2 2 6 6 the second router was in a box under the overhang of the bathrooms at the top part of the map\n2 8 8 11 11 but she had brought them up to the roof of the house , and hid them with the stalks of flax , which she had laid in order upon the roof\n15 6 6 14 14 charles rennie mackintosh ' s unique building was enthusiastically described by the modern art journal , as ` one of the most complete and best equipped schools in the united kingdom '\n6 4 4 11 11 a trillion gallons of water have been poured into an empty region of outer space heated by a star\n1 3 3 10 10 pancreatitis is an inflammation of the pancreas caused by a malfunction involving the digestive enzymes that the pancreas makes\n17 1 1 4 4 this machine pops out pancakes at a rate of 200 pancakes per hour\n1 2 2 6 6 the direct catastrophe caused by the earthquake was estimated at 10 2 billion euro , clearly justifying european intervention\n8 1 1 8 8 the money was income from his small retail shop\n3 0 0 3 3 fish use their muscles to move their bodies and fins\n1 1 1 5 5 the damages caused by the fires that immediately broke out and raged for three days , were by far worse than those caused by the earthquake itself\n18 3 3 6 6 gavin wears a kilt for the outing\n17 4 4 3 3 four sets of wax glands , situated inside the last four ventral segments of the abdomen , produce wax for comb construction\n6 4 4 8 8 we have donated the books to the local library\n6 8 8 15 15 the new ceo has invested 10 of the profit from last year into a new project\n13 4 4 6 6 icen yelled to his battalion of crossbowmen\n6 2 2 9 9 the medical devices were inserted into a female teen patient\n4 6 6 12 12 local fisherman heated some of their catch cooked over coals in a scuttle\n16 5 5 9 9 in 1991 the placental cell preparations developed by the company where entered into clinical tests by the health authorities\n18 16 16 18 18 as longtime publishers in the healthcare industry , we , too , are skeptical about the glut of startups in this area\n2 14 14 15 15 the photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper\n13 34 34 36 36 the story of the epic struggle between the islamic empire of the ottomans and the christian kingdoms of eastern europe is told from the perspective of a secret fraternity , the excubitors , a brotherhood of counselors to kings , sultans , head of churches , knights , scholars , financiers , and merchant adventurers who hold influential positions on both sides of the conflict\n11 0 0 16 16 designers focus more time and energy on improving and differentiating their system level product by using megafunctions\n6 5 5 8 8 i have put an empty line into an article\n3 7 7 8 8 the technitians discussed how to clean the throttle cable on a gas scooter\n18 1 1 11 11 the citizenship and connection to britain and italy is shown in parentheses\n8 2 2 7 7 a social ride departs from the cleveland library and heads for carbrook where it splits into 2 groups\n13 2 2 4 4 the forth devision of crossbowmen marched through the gate , dust hanging in stifling clouds above the column\n1 5 5 20 20 he testified that cause of death was massive bleeding into the blood sac of the heart caused by a stab wound on the left chest\n10 6 6 8 8 the woods that furnish the best charcoal for painters are the beech and vine\n1 40 40 28 28 the scale of such landslides on natural slopes can be large enough to devastate entire villages or towns , such as the huascaran avalanche triggered by the peru earthquake ( 1970 , mw 7 8 ) , or the complex slides caused by the alaska earthquake in 1964 ( ms 8 4 )\n13 15 15 17 17 as part of his wicked plan , pete promotes mickey and his pals into the legion of musketeers and assigns them to guard minnie\n9 10 10 11 11 she made a face at him and slowly sipped her guava nectar , watching him over the rim of her glass\n14 1 1 8 8 an invoice is a commercial document indicating the products , quantities , and agreed prices for products or services the seller has provided the buyer\n6 3 3 6 8 i have inserted animation into the e post card\n13 18 18 20 20 donald rayfield , professor of russian and georgian at the university of london , presents us with a blush of boys who made the faustian bargain with stalin\n6 3 3 7 8 he dumped the pineapple into the ungreased cake pan\n5 2 2 4 4 the chosen volume contains software which is newer than the software you are installing\n18 2 2 18 18 a remote slope of nevado mismi , a 5316 m peak , is the ultimate source of the river\n18 1 1 8 8 the composition forming the subject of the present invention included one or more fillers as defined above\n8 2 2 7 7 much indian whisky is distilled from fermented molasses , and as such would be considered a sort of rum outside of the indian subcontinent\n16 10 10 14 14 thrombopoietin is a glycoprotein hormone that regulates the production of platelets by the bone marrow\n16 1 1 14 14 the study is the first major contribution to the global warming debate by an economist , rather than an environmental scientist\n0 4 4 2 2 chronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers\n6 2 2 7 7 only domestic flights are landing into this airport\n4 4 4 8 8 we currently store the mixture in a covered container in the refrigerator and we will use it up within a couple of days\n17 2 2 7 7 the israeli army erected a giant earth mound across a crucial agricultural road in the northern west bank\n4 20 20 23 23 a grieving family learned their 95 year old great grandmother had been cremated when they found a stranger ' s body in her casket\n3 1 1 4 4 a train with a locomotive attached at each end is described as ` top and tailed ' , this practice typically being used when there are no reversing facilities available\n15 2 2 9 9 pilot information needs were investigated in a web based survey\n18 6 6 16 16 the immediate , down to earth impact of the poem is established in the first two lines\n16 4 4 11 11 we feasted upon a meal sumptuously produced by our ever wondrous chef ( issy ) and then the games commenced\n18 4 4 7 7 as soon as the lumberjack saw the thief , the lumberjack thought that if i kill him and bring his head to the authorities , i will get a reward\n11 4 4 5 5 i purchased the wen lumberjack saw a few years ago , and just broke the blade\n1 1 1 20 22 a trend has been caused by the growing absolute numbers of young people on the planet , and by the rising unemployment rate\n18 5 5 11 11 for some reason , the star was blinded from his own insight about the incommensurability of time\n16 4 4 5 5 it is the last auto plant operating in california and toyota ' s only plant represented by the united automobile workers\n1 0 1 5 5 birth defects are caused by drugs that the persons have been exposed to before birth\n18 2 2 5 5 the precautionary principle insists on certainty that a technology is not harmful before it can be used\n3 1 1 9 9 the controller regulates the superheat using a double loop system\n18 1 1 5 5 the soils used for the growing of irrigated cotton in the macquarie valley of n s w are variable and each soil type has its own characteristics and problems\n8 2 2 6 7 reagent grade acetonitrile is distilled from phosphorus pentoxide immediately before use\n8 6 6 9 9 this still images sequence shows a plane switching from runway 25l to 25r while on final approach in frankfurt airport\n3 3 3 10 10 each omnidirectional mic capsule is fitted with a metal alligator clip which can be attached on either side of your head\n18 0 0 4 4 rainwater falls into special use\n1 4 4 6 6 in these cases of fever from constipation there are no local signs except , perhaps , a varying amount of tenderness over the sigmoid flexure of the colon , but only appreciable where the distension of gut is extreme\n2 16 16 22 22 you carry it in a purse or pocket or attach it to your belt using the clip on the back of the alarm\n14 1 1 6 7 the film makes the point that decision making is an important aspect of such an affair of the heart\n6 3 3 7 7 prevx has added functionality into its new tool\n6 5 5 7 7 a kid took a baby koala to church on sunday\n6 5 6 15 15 acid precipitation was caused when sulphur dioxides and oxides of nitrogen were released into the atmosphere\n10 23 23 28 28 for other useful ideas on how to use e texts to aide literary analysis the girls read robert harris ' s the personal computer as a tool for student literary analysis\n14 0 0 10 10 allegations were made about galloway ' s personal and financial behavior\n18 2 2 7 7 when the cleaner was down in a cistern , the children enjoyed looking down into the cistern to see him work\n12 2 2 5 5 about 40 animals in a herd of 3050 swine herd ( approximately 1 3 ) contracted the virus\n9 3 3 9 9 a popular local restaurant is the source of an outbreak linked to salmonella\n2 2 2 5 5 when the coil of the relay is at rest ( not energized ) , the common terminal ( 30 ) and the normally closed terminal ( 87a ) have continuity\n13 5 5 11 11 the manor , with its tower of endangered rothschild ' s giraffes , also features an education center where kids can take guided walks through the surrounding primeval forest and learn about the rich local flora and fauna\n18 1 2 9 10 the cell line was derived from a macrophage enriched cell culture\n3 1 1 5 6 the apartment has a separate dining room , which can easily be converted into a third bedroom if need be\n12 4 4 8 8 campbell , from the congressman ' s own party , stepped into the fray , introducing a special bill that made an exception to the general rule in the particular case of the student , jesus apodaca\n6 9 9 12 12 when service time came , he carefully put the wine in a cradle that holded it at an angle\n1 0 0 12 12 toxoplasmosis is caused by infection with toxoplasma gondii , an obligate intracellular parasite\n3 8 8 12 12 the goods and services that make up this economy are sadly familiar prostitution , slavery , drugs , arms , protection rackets , money laundering\n14 4 4 12 12 in several of her songs , marshall has reflected on her racial identity\n11 1 1 10 10 the artist skilfully hand carves the wood with a distinctive style which captures the beauty and the harmony of the nature\n1 4 4 11 11 most importantly , the shock and anger caused by the surprise attack on pearl harbor united a divided nation and was translated into a wholehearted commitment to victory in world war ii\n6 1 1 7 7 the message is being delivered to the mailman\n17 7 7 10 10 over the next six years , the army built a wall 80 roman miles long ( 117km or 73 modern miles ) , some 5 metres ( 15 feet ) high , east to west from wallsend to bowness\n0 3 3 11 11 morton ' s neuroma is the most common cause of localized pain in the third interspace and these diagnostic tests produce good indications of the condition\n18 7 7 12 12 the government of iraq has established a committee to consider a proposed amendment to the constitution of iraq\n15 1 1 6 6 the government has run into a criticism after quietly closing its grant program for solar energy last week\n4 0 0 3 3 water in a cistern is suitable for drinking water or bathing\n18 3 3 5 5 new experiences throw neurons into reverse\n17 10 10 13 13 he had attended vollenhoven ' s lectures and read the philosopher ' s books , much of them available for years in mimeo editions in dutch\n13 9 9 12 12 the parthenon frieze shows racing chariots ahead of the cavalcade of mounted horsemen\n18 15 15 18 18 i ' ve never seen anything like it in my life they have a whole town of prarie dogs\n0 9 9 11 11 furthermore , the substrate doping density at which impact ionization causes avalanche breakdown at the trench capacitor junction has been estimated\n18 1 1 7 7 the man is falling into a drug addiction and needs help\n4 8 8 11 12 while it is very easy to tuck the cash in a desk drawer or a closet shelf , it is not secure\n8 1 1 5 5 the socialists had left the room to protest against wilm ' s speech on the taxi\n4 1 1 9 9 the body of sandra cantu was discovered inside a suitcase in an irrigation pond\n1 3 3 15 16 major disasters like cyclone , floods and the storm surges , drought are caused by climate change\n4 1 1 4 4 when water in a kettle becomes acidic due to decomposing organic plant matter , it becomes a kettle bog or kettle peatland\n5 4 4 7 8 i got ta a bottle full of snake oil with a label made of rainbows\n18 6 6 8 8 i really got into using baking soda for cleaning , so i buy it in bulk\n14 2 2 7 7 the billboard charts tabulate the relative weekly popularity of songs or albums in the united states\n13 4 4 5 5 he has been a jury member at four olympic games , and chairman in 2004 and 2008\n4 1 1 13 13 this information is part of the ` header ' information in the file storage , and is required for proper display and analysis of the images\n2 8 8 11 11 they were allowed to use the top two steps of the ladder\n1 1 1 3 3 knee injuries from running are treated and prevented by following tips and performing stretches from runner ' s world com\n18 1 1 6 6 each zone is denoted with an icon indicating how difficult the zone is expected to be to conquer\n3 14 14 15 15 this paper discusses an on line signature verification method based on angular direction of pen point movement ( adpm )\n11 1 1 9 9 spanish people successfully resolved the problem through a judicious combination of self rule and shared rule\n2 1 1 4 4 the thermostat of the refrigerator is fitted on the aluminium evaporator surface\n1 8 8 16 16 ita s hard for me to fathom the craziness that has been caused by the h1n1 virus\n8 20 20 24 24 he remembers their shared past childhood , school , the war years and those which followed until 1956 when the girl left her native country\n15 0 0 6 6 details of new contract were under discussion\n18 1 1 4 4 the fit of this jacket is perfect , it is not bulky\n1 1 1 5 6 the displacement comes from low atmospheric pressure within the center of the depression\n4 1 2 6 7 the prescription bottle was inside a plastic pouch along with the newport cigarette box containing one of the crack pipes\n3 1 1 4 4 the church comprises six portals , representing different architectural styles from gothic to renaissance style\n18 3 3 1 1 blast fishing or dynamite fishing is the practice of using explosives to stun or kill fish\n11 5 5 8 8 this usage is uncommon among players of the instrument\n14 2 2 5 5 the first question concerns the extent and nature of the shocks that buffet the system\n6 3 3 6 6 the trustees invested money directly into funds made available by newton investment\n3 1 1 5 5 the eye works using the retina as a lens\n6 1 1 7 7 new furniture has been delivered to the house\n12 1 2 5 5 as sergeant major of the army , preston serves as the army chief of the staff ' s personal adviser on all enlisted related matters , particularly in areas affecting soldier training and quality of life\n3 1 1 4 4 a snake ' s tongue looks like a long , sharp , slender forked finger\n6 1 1 6 6 the team moved into the championship game\n11 4 4 16 16 a 24 year old undergraduate from nigeria is building helicopters out of old car and bike parts\n15 1 1 9 9 his adventures form the subject of my first two films\n15 11 11 17 17 they respond directly to these current vacancies mentioning the job code reference on the subject of the mail\n4 27 27 33 33 it is inherently no less silly to see a king in a pear ( as all of france did ) than to see a pear in a rabbit , a rabbit in a carafe , a carafe in a clock , and so on and so forth\n16 3 3 8 8 this self help book , written by a man for the benefit of women , seems to be dividing reader opinion\n14 4 4 7 7 salva kiir gave a speech criticising the north for the slow progress of the country ' s peace agreement\n18 4 5 8 8 in 1993 , international news agencies reported the murder of a four year old english boy , james bulger\n1 0 0 5 5 dacryoadenitis is caused by local infection of the lacrimal gland by bacteria or viruses\n2 8 8 10 10 this page shows you how to hold your fingers and hands correctly , and addresses the most common problems\n18 10 10 13 13 first of all , it is a source of specialist cadre of various specialties , such as monument and art renovation , foreign language teachers , economists , chemists , lawyers and it specialists , just to name a few , who often stay in the city after graduating\n0 7 7 12 12 shortly after takeoff , an apparent systems malfunction has caused the inadvertent launch of an aim 9 sidewinder missile\n1 26 26 29 29 after the war , as the midway was preparing for retirement , she was called upon one last time to the philippines to help with an evacuation after the eruption of mt pinatubo\n18 1 1 6 6 the palace was built by the lake during the reign of the umayyad caliph al walid i ( 705 715 ce )\n0 1 1 6 6 the vibrations caused a violent twisting motion on the bridge\n6 2 2 4 4 mp shows spread into mesophyll rather than epidermal tissues during virus infection\n11 1 1 4 4 the kids took the bus to school before , so do n ' t start taking them now that you have more free time\n11 3 3 18 18 just as the terrorists took advantage of our relatively open and porous educational , aviation , and immigration systems to plan and execute their attacks , they also likely took advantage of our financial systems\n15 11 11 16 16 brent , writing in 1952 , accepted much of the classification scheme set out in earlier works\n18 2 2 7 7 the final round lets the last 2 contestants answer the question from a hint of a given qualification to find the last man standing\n1 7 7 9 10 to help doctors to know and cure headaches from medication overuse a revised criteria was published by the international headache society\n9 3 3 4 4 another variety of flower wine , called baekhwaju , is made from 100 varieties of flowers\n18 2 2 6 6 the debates proposal is still under consideration , although there are potential problems\n18 1 1 5 5 less obedience was extracted from subjects in this case\n13 1 1 4 4 a bazaar of fledgling guillemots braved a plunge from the flat this afternoon to raucous cheering from the crowd\n11 4 4 17 17 in 2004 a two men , including a local parks commissioner , defaced the monument with white paint and were sentenced to jail time\n6 4 4 10 10 we saw that the email had been sent to the customer\n10 7 7 11 11 there are a variety of basic gardening tools that the all gardeners have\n16 1 1 12 12 a coat of arms was conjured from the fertile imagination of an artist\n17 6 6 9 9 the struggle began in 1968 when machinists making seat covers for the car giant were paid less than men who swept floors\n2 15 15 2 2 another known connector uses the center conductor of the coaxial cable to push out the pin of the connector\n8 14 14 22 22 they are arranged on the chart in accordance with their position relative to the aircraft ' s arrival from the en route structure\n3 2 2 4 4 for the satellite with rotors , one must include the effects of p as well this modification , consistent with ( 2 2 ) , is given in ( 4 3 )\n14 0 0 6 6 debate continues to swirl around the theory of evolution charles darwin proposed 150 years ago in his groundbreaking book\n5 1 1 9 9 the wallet contained a driver ' s license , passport , a couple credit cards and 16 in cash\n0 1 1 7 7 head injuries are a common cause of unconsciousness and they occur in many sports like rugby and boxing\n18 1 1 5 5 modern pioneer builds home from scratch\n8 1 1 6 6 a family was evacuated from their home near the north canterbury township of waiau when the waiau river flooded overnight\n18 1 1 5 5 his girlfriend was in a trunk and they drove over a bridge\n18 1 1 6 6 the tabernacle was inside a rectangular court whose entrance faced the east\n1 1 1 8 8 the colouration has been caused by a blue dye\n9 4 4 19 19 small diced pieces of peach is found in the cheesecake and whats more , a thick slice of peach jelly is hidden in between the cheesecake\n4 11 11 18 18 a drug smuggler tried to secret more than 2 pounds of hashish into the country inside a wooden chessboard\n18 2 2 4 4 from the anger , sky was evolved , from the sky air was evolved , from the air fire was evolved and from the fire water was evolved\n13 18 18 22 22 angeles ortega ' s family became involved with yeni navan after hearing from the local priest about a cooperative of organic coffee producers that was forming in order to seek out new markets and better prices\n4 1 1 7 7 the disk and controller were in a box seven feet high and about 20 feet long and 3 feet wide\n8 1 1 6 6 the poem is from his posthumous diaries and collection , a river dies of thirst the girl the scream\n6 17 17 20 20 i ' ve obediently banked in all his cash into my account and put a big fat cheque into his casket\n3 1 1 7 7 the studentship comprises of a tax free bursary of 15290 gbp pa plus the payment of fees for three years\n2 5 5 12 12 as a noun , a tag is a basic element of the languages used to create web pages ( html ) and similar languages such as xml\n2 22 22 25 25 as zhivago ( omar sharif ) grabs her hand to help her aboard , she slips and seems to fall beneath the wheels of the train\n11 1 1 10 10 the defendant battered the victim with a standard weighted workout glove containing sand in the palm area\n1 11 11 17 17 occasionally , a dream proffers no solution but portrays only the anxiety which is generated by the conflict\n18 13 13 14 14 when the merchant was ready to come home , he had bought a diamond necklace for his first daughter\n13 19 19 21 21 scarcely had we reached the edge of the wood when turk darted past us , barking furiously at a troop of monkeys , who were gambolling on the turf\n6 1 1 6 6 their omelette was put inside the bread and was served on their plates\n6 1 1 6 7 my cousin was arriving at the train station in boston and i went for pickup\n3 2 2 6 6 this amazing machine contained a shift register made out of a motor and a rotor as well as a keyboard rom consisting solely of levers and springs\n18 8 8 11 11 your republican tax cut fetish has drained government surpluses into unprecedented deficits\n8 1 1 5 5 the ship sailed from the port of site , near marseilles , on july 11 , 1947 , with 4515 immigrants\n18 2 2 10 10 they ordered vaccine made with a 50 year old egg technology rather than experimental methods\n9 0 0 1 1 corn whiskey is an american liquor made from a mash made of at least 80 percent corn\n5 15 15 18 19 police investigating the discovery of a severed head on a british beach have found a suitcase full of body parts in a nearby harbor\n3 1 1 4 4 this volume contains a selection of japanese prose literature dating from the classical age\n18 9 9 10 10 this was meant to represent the resting of the maize spirits until the next harvesting period came around\n6 1 1 7 7 the casket has been moved into the mausoleum\n17 9 9 14 14 the index is based on the set of the scientist ' s most cited papers and the number of citations that they have received in other people ' s publications\n13 22 22 25 25 though the woods petered out further south , the ground became increasingly difficult down towards the coast , where it resembled a range of rocky mountains\n18 4 4 8 8 robert pattinson wears a suit for a cemetery scene on location\n11 1 1 16 16 the researchers applied a vibration to monkeys ' fingertips for half a second using a pencillike probe\n6 1 1 7 7 white gasoline was put inside a metal canister with a smooth , flat base , and lit to heat up the metal\n14 3 3 10 10 hitler expressed his disappointment over the munich agreement in a speech on 9 october 1938\n3 6 6 8 8 for cricket , we use a ball with pellets inside it , which make a noise\n14 1 1 4 4 his works criticize agricultural civilization as inherently oppressive\n0 7 7 15 16 using the product around the house killed germs that were causing flu , colds or sore throat\n15 1 1 9 9 the pain of loneliness is another theme of the book\n13 4 4 6 6 his tale of a subculture of poets , folk singers , and eccentrics who smoked marijuana and rejected conformist society was written in just three weeks\n6 1 1 7 7 the items are handed over into our trust\n8 5 5 12 12 he also hinted that the team is going away from the running game far too soon\n13 24 24 26 26 two large ash trees dominate the back garden and offer shade and shelter in all weathers and home to a colony of bats and building of rooks\n18 7 7 13 13 police charge a carlisle man with eight offences in relation to the illegal trade of endangered tortoises\n6 1 1 7 7 the seeds have been blown into their fields by wind or deposited by birds\n6 7 7 10 10 on national day , the government bestowed awards to deserving individuals\n4 1 1 5 5 the machine was in a cabinet very similar to the type ` a ' machines , and weighed 95 pounds\n4 1 1 5 5 the charger was in a suitcase that was ( and still is ! ) lost by the airline\n3 1 1 4 4 the electromagnet has a coil of insulated wire around it , which corresponds to the life energy currents which magnetise our body\n8 1 1 6 6 the bicycle was manufactured in a building leased from their former employer , the canadian typothetac company\n18 2 2 8 8 an iraqi unit is sent to battle the cult\n6 1 1 8 8 those people from mexico have entered into this country illegally\n14 1 1 6 6 my remark pertained to your earlier comments\n4 2 2 12 12 the dead body of a british tourist was found tied in a sack with weights , stripped , and thrown into sea\n11 0 0 10 10 doctors treated the cancer with an experimental bone marrow transplant procedure at berlin ' s charite hospital\n2 4 4 13 13 we filled the second drawer from the bottom in a four drawer filing cabinet before any of the others , to weight the bottom and to prevent it from tilting over\n3 1 1 7 7 those canvases by mark rothko with luminous colors floating in space make me swoon\n17 3 3 10 10 here was a woman who invented a generic plastic pouring insert a few years ago making the spout to cup distance less critical\n6 1 1 12 12 an album by the same artist has now been put into a folder\n2 8 8 11 11 a device for controlling the swinging of the boom of a sailboat comprises a line fixed at its opposite ends to opposite gunwales of the boat and passing intermediate its ends about a sheave carried by the boom\n6 5 5 8 8 i have put the memory card into the camera\n18 5 5 10 10 in australia , fifty cent coins have been put into circulation\n13 1 1 3 3 a covey of partridges nested in my pear grove\n5 2 2 4 4 this picture frame fits photographs measuring 9 x 13 cm , 3 5 x 5 inches\n14 1 1 6 6 the film details plastic ' s path over the last 100 years and provides a wealth of expert interviews on practical and cutting edge solutions to recycling\n6 3 3 8 8 finally , the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial\n4 2 2 8 8 a sluggish cat named minnie sleeps in a scuttle beside the stove\n13 11 11 14 14 somali pirates simply shift their area of activity to avoid international flotilla of navy ships in the area\n14 4 4 7 7 it is a reality series documenting the lives of teenagers\n1 16 16 19 19 this consensus paper describes the essential skills that clinicians need to help persons who are experiencing grief after the death of a loved one\n13 1 1 3 3 this set of principles serves to offer a baseline for quality vocal leadership\n4 2 2 7 7 a chicken skin is cooked inside a carafe after having been stuffed with its own meat\n18 6 6 12 12 perhaps even more compelling , the design is rooted in an optimistic worldview\n6 1 1 7 7 several cats ran into rob ' s garage\n14 1 1 6 6 the trilogy studies in depth the transition from war to peace in 1815 , 1918 and 1945\n1 3 3 10 10 after making an impression the crowd with an a capella rendition of their national anthem , the south african were immediately under pressure\n14 7 7 13 13 the halsey institute has put together a symposium with intent to discuss the dissemination of difficult imagery\n16 4 4 5 5 her dad was an umbrella maker and spoke loudly about honor\n2 7 7 10 10 the memory compartment is placed in the handgrip of the camera\n18 16 16 18 19 as delegates gather in copenhagen for the un climate summit , a new poll shows growing concern for climate change\n3 15 15 16 16 the pan and scan area ( lighter shaded ) is what is shown when your television screen is full\n18 2 2 6 6 the washington sniper is put to death\n5 1 1 3 3 a bottle with cereal in it contains more calories than the bottle alone so it can set your baby up for some overeating habits\n4 2 2 3 3 the first tea bags were made from hand sewn silk muslin bags\n18 14 14 17 17 on 16th avenue , throngs of cars crowded the street forming a huge traffic jam of honking horns with people hanging out of windows and sunroofs , slapping high fives to all who passed\n18 2 2 8 8 after massive companies were bailed out of the recession earlier this year , an advantage to cardholders started to be there\n3 0 0 4 4 treatment consists of antifungal therapy , surgery , and supportive care\n2 19 19 22 23 additionally , and particularly in the case of injured or weak knees , means must be provided in the hinge of the knee brace to control the extension of the knee joint and to stop the extension\n13 21 21 23 23 stripped even of reservation rights , the few survivors drifted between the four winds on their final journey into the bitter rain of tears\n6 4 4 6 6 drug smugglers surgically implanted heroin into puppies\n14 1 1 5 5 the series reflected on the changes that had taken place in ireland since the 1960s\n3 23 23 26 26 mixing the best spirit of punk with a rock musician ' s technical ability , the 36 minutes blur past in a furious menage of soloing guitars , crunching rhythm and fantastic lead vocals\n18 1 1 5 5 the orchestra was in a box above the stage\n18 3 3 5 6 he put the posts in chronological order\n13 4 4 6 6 they are the biggest bunch of crybabies i have dealt with in my 30 years in washington\n5 11 11 14 14 because we made observations , we know the fate of the cat in the box\n3 5 5 6 6 i removed and reinstalled my door handle just to see if it could be all be done external to the door\n17 1 1 9 9 other companies compete with us by inventing their own technologies\n3 9 9 18 18 tgmc is a public , non profit integrated healthcare system consisting of a 299 licensed bed acute care facility complete with a range of services such as rehabilitation and skilled nursing units , an outpatient surgery center , emergency care services , primary care services and a community outreach center\n0 2 3 6 6 recently , marketing spending translated into revenue\n18 2 2 10 10 a simple intervention in relation to local small scale gold production was undertaken in the late 1980s\n13 2 2 4 4 a large constituency of voters is concerned that america , an historic leader in innovation , is falling behind as it devotes less attention to developing what they perceive to be essential skills of the imagination and inovation than do other nations\n8 2 2 6 6 the water samples eluded from the resin were collected and analyzed for mercury content\n1 6 6 13 13 in reality , however , the drama has been caused by the erupting ash and smoke colliding with a lightning storm\n8 5 5 1 1 some cycles depend on the results from previous cycles\n0 18 18 25 25 yet on the whole , given the constraints of sticking so closely to the original book , the developer has crafted a thoroughly pleasing puzzle adventure\n12 1 1 4 4 the striker of the team dimcho belyakov became top goalscorer with his 21 goals scored during the season\n18 1 1 5 5 the story is narrated in flashback\n14 5 5 11 11 three large scale controlled observational studies have been reported on this issue\n13 5 5 8 8 they had stumbled upon a nest of saltwater crocodiles that had made their home deep into the swamp , near the coastline\n16 1 1 6 6 a method , discovered by a team of seven researchers , exploits a weakness in the md5 hash function to construct a rogue certificate authority\n11 1 1 7 7 the surgeon repairs the cartilage with a suture\n15 5 5 10 10 philip collins discusses the apparent decline in rhetoric in a speech given at radio 3\n13 10 10 13 13 i ' m still having a hard time imagining a smuck of glowing jellyfish 10x10 miles and 35 feet deep\n14 1 1 5 5 this article deals with a province in belgium\n4 1 1 6 6 the manure was stored in open sheds , though some stored it in closed sheds\n6 1 1 7 7 new words are manually added into phone dictionaries\n18 1 1 5 5 the subject was taken into custody for trespassing\n2 1 1 6 6 vestigial organs are parts of the body that once had a function but are now more or less useless\n8 10 10 13 13 v starts with the arrival of a couple of dozen ships from outer space , piloted by creatures who look like humans except a lot prettier\n8 2 2 7 7 a little girl came out of the closet , her face swollen and red from crying\n4 3 3 7 7 so often the products in a gift basket look wonderful until you actually remove them from the basket\n5 3 3 7 7 you find a bottle with pretty blue water in it in the bathroom\n10 16 16 23 23 flamenco and bullfight cultural icons such as the ghostly bullhorns of the bullfight , or the anvil of the romani ( gypsy ) blacksmiths are used in these paintings to visually sing a seguiriyas\n6 0 0 5 5 malls are spreading into smaller towns with few precedents to guide them\n8 2 2 10 10 he bought tickets for the local train from the ticket machines or staffed kiosks\n17 1 1 9 9 the factory produced several versions of the raf 2203 minibuses based on gaz 24\n6 3 3 6 6 china sent the premier to the meeting on the climate change\n13 12 12 15 15 aldergrove airport in belfast was once renowned for the sight of a warren of 80 hares feeding between the runways\n11 24 24 27 27 beaulieu ' s predilection for the work of hugo was evident in the recurrent use of grotesque or architecturally fantastic pictorial material from the poet ' s pen and ink sketches , with the whale a recurrent figure\n6 1 1 6 6 the aircraft is moved into the hangar\n6 6 6 10 10 the factory owners have drained polluted water into their paddy fields\n6 8 8 13 13 a broken exxon pipeline leaked 567000 gallons of oil into the new york harbor\n16 1 1 7 7 some tombs were laboriously piled up by legions of coolies , others dug into hills\n17 3 3 11 11 hundreds of tramping feet have pressed the snow into a glacial track\n10 2 2 6 6 semi structured interviews are used by researchers in order to acquire an agent informed account of policy processes\n18 1 1 7 8 after receipt of the invoice through the air mail or the email , we send it the accounting department for payment procedures\n18 4 4 8 8 in a decade , neighborhoods are sinking into disrepair\n18 2 2 13 13 the plasma membrane is composed of a double layer ( bilayer ) of lipids , oily substances found in all cells ( see figure 1 )\n0 0 0 10 10 corruption is one of the main causes of a global crisis that deprives more than a billion people of access to safe drinking water and more than 2 6 billion of access to sanitation systems\n11 6 6 10 10 and so i was in the group that took the taxi to the restaurant and then back again to the end of the race\n3 1 1 5 5 the infrastructure comprises the physical hardware and services that must be maintained and operated for the resource sharing to occur\n10 1 1 6 6 the fuel or energy that the body uses , comes from the food and drink that we consume in our diet\n18 11 11 16 16 when frances was 13 , she read an article about a woman who escaped an unhappy marriage and went to kenya\n0 12 12 19 19 many commercial soap , shower gel or cleanser products contain preservatives , colorants and chemicals that cause dryness , rashes , itchiness and roughness on the skin\n14 6 6 9 9 created by bloc 8406 , this manifesto declares the need for democratic reforms in vietnam\n14 1 1 6 6 this forum is particularly specialized in firefighting , ems , and rescue discussions\n18 1 1 9 9 the presentation of the data is rooted in an identity in which a nation ' s saving is equal to domestic investment plus net foreign investment\n3 1 1 10 11 this microphone is made with a medical grade gray silicone suction cup that can stay attached to slick smooth surfaces for long periods\n9 7 7 8 8 the big secret is that their white cream sauce is in fact the same ranch sauce they put on their salads and for dipping\n14 2 2 6 6 naturally the exhibition studies the modern techniques of communication\n8 4 4 19 19 the pitch of a train ' s whistle that is lower when the train is going away from an observer\n6 1 1 7 7 flag holders have been pushed into the floor to remove the bump on top of the flag\n2 0 0 5 5 joints are parts of the body where bones meet , such as your knee\n14 2 2 7 7 this introductory chapter sets out the main themes of the book\n18 2 2 9 9 both her parents wind up accompanying her to the factory , though her mother disapproves of violet ' s gum chewing habit\n1 3 3 8 8 for all the pain caused by the great recession , the job market still was not in as bad shape as it had been during the depths of the early 1980s recession , until now\n3 1 1 5 5 the method comprises a cleaning step of applying a cleaning fluid on the teats and the udder\n1 6 6 10 10 landrieu where he saw firsthand the destruction caused by the hurricanes and the failure of the storm protection system\n1 1 1 9 9 sea breezes are caused by cool and more dense air moving inland off the water\n8 3 3 7 7 here are some stories from the international press involving balkan sunflowers\n6 5 5 9 9 mrs bissell then gathered the parts in a clothes basket and took them back to a room above the store for assembly\n6 4 4 7 7 i have dropped the beads into the gasoline\n3 1 1 10 10 the heel of a persons foot consists of the heel bone , a pad of fat which acts as a protective cushion and a layer of thickened skin\n11 1 1 10 10 a client copes with replica failures using a simple retransmission mechanism\n12 1 1 7 7 this sculpture is part of a shoes series i ' m currently working on where i revisit some of my favorite classic sneakers silhouettes\n17 1 1 4 4 the factory ' s waste had still not been proven as the cause of minamata disease\n0 1 1 10 10 these germs cause several kinds of illnesses , such as diarrhea , meningitis or a cold\n14 5 5 8 9 the section provides a detailed description of the market segments within the communications service industries\n5 4 4 8 8 he found that the envelope contained a white powder , which you told him was anthrax\n6 11 11 6 6 a combustion chamber leak in the cylinder head or block leaks coolant into the cylinder\n18 2 2 3 3 waves and coastal erosion is a good general discussion of these subjects\n16 7 7 15 16 it was first applied to an eating establishment in around 1765 founded by a parisian soup seller named boulanger\n17 4 4 8 8 ford ' s dagenham workers still produced more cars for less pay than any other plant in europe in the 1960s\n6 4 4 8 8 i have drained the antifreeze into the open containers\n15 1 1 4 4 the movie received poor review from critics\n18 1 1 5 5 baking soda safely tackles kitchen jobs above and beyond the legendary box at the back of the refrigerator\n18 2 2 6 6 but the role is also under scrutiny in this affair\n13 7 7 9 9 the revolution of ayutla represented a broad coalition of forces\n14 1 1 3 3 this exhibition involves literature and ethics as well as science and history\n17 1 1 6 6 the company has made available its collection of luxurious full black parts\n6 1 1 6 6 the riders are moved into the beams until the pointer is balanced at the zero point\n6 2 2 5 5 he put sugar into his coffee without even trying it\n18 9 9 14 14 at the end of a long day , the teacher relaxed with a short nap on her sofa\n8 1 1 8 8 a person has just arrived from an affected country and developed flu like symptoms\n13 4 4 7 7 thomas once found a clew of slow worms ( about 8 ) under a stone\n13 6 6 8 8 when i read that an irish firm of solicitors was named argue and phibbs i assumed that this was an urban legend\n2 5 5 8 8 he went to the kids department in the store , decorated one of the little brown bags and was entered to win prizes , including a 100 shopping spree\n9 0 0 1 1 soy oil used in our handmade soy candles is renewable with each growing season , and is just one of the many uses of soybeans\n18 1 1 5 5 the road starts at an intersection with melrose avenue , east 165th street , brook avenue and park avenue in melrose\n4 4 4 8 8 the weight of the groceries in a shopping basket and the number of items in a shopping basket are discrete quantities\n18 1 1 8 8 the artist hid the convulsion with a forced laugh and finished the performance , but went immediately to bed\n18 1 1 7 8 the organization campaigns against such things as child labor\n13 0 0 3 3 herds with one stallion were organized in many stud farms , and a large number of separate lines were recognized\n8 1 1 7 7 the couple got out safely from the area\n6 1 1 9 9 the filters are going into people ' s blood streams\n1 1 2 6 6 the brown areas are caused by drought , brown patch , take all patch , chinch bugs or grubs\n11 1 1 7 7 the restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack\n18 4 4 8 9 but in 2004 the rupture started at the southeast end of the segment and ran northwestward , the opposite direction from those that struck in ' 34 and ' 66\n13 12 12 14 14 in doing this we recognize that english language teaching comprises a global community of teachers and learners in a range of social contexts\n8 2 2 10 10 the tsunami wave was generated by a 100 kilometer radius cavity , 3000 meters deep\n13 11 11 14 14 their dash raised a flock of morning doves and caused a scurry of ground squirrels into their holes\n18 6 6 11 11 the other countries passed their own laws to establish local slave registries\n6 0 0 6 6 millions of dollars are poured into research for the innermost recesses of the atom\n2 1 1 4 4 the bail of the pendant is created in dimensional lattice weave\n1 3 3 5 6 many adults retain scars from acne breakouts during their teen years and feel marked for life\n13 15 15 18 18 it has been nearly 40 years since former u s president lyndon johnson convened the skulk of veteran foxes for the fateful consultation on november 2 , 1967 , on the issue of the vietnam war\n15 1 1 7 7 similar provisions are established in the same article\n18 5 5 8 8 northern michigan towns hosts an array of yuletide events\n3 3 3 6 6 i judged the book by the cover\n11 6 6 10 10 at the same time , the government carefully chose the facts that it gave to the newspapers\n0 2 2 10 10 the slow suffocation of the cells swiftly cause unconsciousness and shock , soon followed by death\n18 1 1 9 10 the granules and the pebbles are caused by a magnetic force to collide with one another , thereby resulting in liberation of the oxygen molecules contained in the granules and the pebbles\n15 1 1 15 15 the results of al shabab ksa in the 2007 2008 season are shown in this article\n6 1 1 6 6 the metacorpora ware misplaced into the isthmus\n14 1 1 7 7 the document makes reference to three similar incidents\n17 1 1 9 9 the governor piled up all the mud into another causeway , in the style of bai causeway\n16 4 4 8 8 his site shows some pottery by well known potters\n3 2 2 8 8 a reservation newspaper captured the mood with a headline wilma mankiller , cecelia babykiller\n18 4 4 13 13 description stylesearch is a competition to establish the uk ' s most ethical dressers\n8 1 1 7 7 his family was originally from the baltic region\n14 12 12 20 20 the catalog of norwegian research institutes and laboratories is a database containing information on more than 110 r d performing institutions in the norwegian institute sector\n14 2 2 9 9 in his speech , he related his trishaw journey experience to the residents who kept giving him loud applause\n2 1 1 4 4 the ear of the mouse was used in this study\n8 10 10 14 14 qualifying for the champions league , and earning the extra revenue from guaranteed television money , is a major goal of top european clubs\n11 5 5 13 13 in prologue , the youthful scientist splits open a hailstone with a violin string , the only sharp edge available\n1 5 5 8 8 in these cases , the disappointment from the purchase is not forgotten over time , but rather accumulates\n18 8 8 10 10 in 1805 merchants of the city formed a troop of cavalry in montreal\n6 4 4 7 7 the operator drained the outfall into the curb\n6 2 2 7 7 they packed saltpetre into thin size bamboo sticks\n18 1 1 5 5 the streaking was from the penguins doing what all animals do in the forests and woods , etc\n13 6 6 8 8 solitaire generates its keystream using a deck of cards\n16 11 11 16 16 once upon a time , the remit of getting a first book published by an unknown author was that you had talent for prose and storytelling , along with promise\n18 12 12 16 16 the term dung beetle or mistkaefer is in fact used in the novella by the cleaning lady near the end of the story , but it is not used in the narration\n17 21 21 24 24 in the festival hall ' s foyer , alongside videos of birtwistle cooking pasta , is an exhibition of the versatile composer ' s drawings\n3 1 1 6 7 this machine has a high speed semiconductor switch for quick interruption and restart\n18 5 5 9 9 other standards can apply to products covered by this document\n15 1 1 11 11 this issue has been covered in greater detail in many other documents about network abuse\n0 2 2 7 7 unemployment , debt and poverty cause enormous stress\n13 7 7 10 10 the students are groomed by an expert faculty of respected academicians and proven management professionals , who bring the knowledge and experience of the corporate world to the classroom\n1 1 1 7 7 the earthquake was caused by the anatolian plate and the eurasian plate moving past each other\n2 2 2 8 8 the frontal cortex is a part of the brain that maintains very close ties with the limbic system\n10 16 16 18 18 there is an exhaust vent and a cable to start the engine , just like a petrol driven lawnmower\n8 1 1 7 7 the synthesis was developed from his own work and that of m c read in northern and northeastern ohio , g k gilbert and n h winchell in northwestern ohio , and edward orton in southwestern ohio\n6 3 3 6 7 we have injected liquidity into the banking system\n13 4 4 6 6 a large wading bird rookery of egrets , herons , ibis and anhinga is along the lake edge at the east side of the park\n4 2 2 6 7 the mp3 player was inside a silicone case that covered everything but the click wheel and the screen\n0 8 8 13 13 while it took only minutes for the pacific tsunami and earthquake to cause havoc to the south coast of samoa , the rebuilding and reconstruction efforts will take years\n2 2 2 7 8 with the lid of the three story vacuum chamber in place , a worker on top checks release of the cables\n1 10 10 17 17 many more resources are required in order to stem the devastation that has been caused by the epidemic throughout sub saharan africa\n2 5 5 8 8 the red bead on the crank of the toy detaches , posing a choking hazard to young children\n18 4 4 18 18 the responsibility of the carrier commences from the moment he receives the merchandise , personally or through a person charged for the purpose\n13 17 17 20 20 everything ' s been done , all interventions applied and everyone has worked hard at motivating that cohort of underperforming students\n6 1 1 7 7 each bid was enclosed in a sealed envelope bearing the title of the project\n6 3 3 6 6 she placed the bottle in a jug , filled this with freshly boiled water , and placed it on a low table for ease of access\n12 11 11 15 15 as the story goes , whiteman went from being a string player in a symphony orchestra to becoming , after the first world war , the highest paid dance band in the country , achieving both fame and money\n11 10 10 14 14 in the end the most important factor is how the electrician ' s tool belt fits\n0 5 5 9 9 in one case , the waterjet caused a large gouge on the bottom side of a a copper wood piece\n0 2 2 7 7 frustrations , threats , and conflicts cause stress\n18 5 5 8 8 this is an atlas of maps and graphic representations of the geographies of the new electronic territories of the internet , the world wide web and other emerging cyberspaces\n11 6 6 13 13 during each trial , the first experimenter observed the infant through the small peephole and recorded visual fixations to the left and right stimuli\n4 1 1 8 8 the sample was contained in a brass sample cup\n17 1 1 17 17 the blacksmith creates shoes for horses and oxen , hinges for doors , farm implements , metal parts for wagons , hooks for home use , cutting utensils and other similar devices\n16 4 4 12 12 there ' s the city that sprang from the imagination of the author of the charterhouse of parma , and there ' s the real place\n17 2 2 6 6 the second author constructed the web site using a new open source toolkit\n2 3 3 7 7 he pushed the rivet of the cable strap back into the hole\n6 5 5 9 9 this pipeline has transported natural gas to the urban area\n14 2 2 9 10 recently , interviews were conduced on the topic of academic freedom\n14 4 4 17 17 there was also some argumentation between the co pilot and the pilot and captain relating with the speed and flaps\n13 4 4 7 7 there was a whole cohort of young professionals working to establish themselves\n16 6 6 7 7 in those five years , a drug developer must make enough profit to recover costs and replenish its research budget\n1 1 1 6 6 the damages caused by mudslides , tremors , subsidence , superficial or underground water were verified , as well as swelling clay soils\n6 1 1 5 6 our ancestors journeyed into an unknown world to find food\n16 4 4 5 5 it is currently a cabinet maker ' s workshop\n8 2 2 5 5 in an excerpt from upcoming books , andre agassi says he took what he believes to be speed\n13 19 19 22 22 several of the street ' s whores had wended their way through the crowd and now cooed like a cote of perfumed doves as they strove to press their exposed flesh to him\n4 2 2 6 6 the real rum was in a glass on a nearby shelf\n14 5 5 8 8 uk researchers have offered new insight into the origins of rna\n11 1 1 23 23 the man delivers one more hard charging book about the hellish demands of corporate law with the help of a well used cookie cutter\n8 2 2 7 7 as the boat sailed away from the port , we had a perfect view of fira and the zigzag road we just traversed via our donkey rides\n8 0 0 4 4 polonium is distilled from bismuth under vacuum in a pot provided with a cover carrying a condenser which is positioned inside the pot\n0 2 2 5 5 the sound machine contained 10 sounds that his dog loved\n18 1 1 7 7 coast guard participates in veterans day observance ceremony in juneau\n13 8 8 10 10 in the present study , we adapted a battery of tests used to assess age related cognitive decline in english speakers for use with older spanish speakers\n13 1 1 5 5 its menu includes customary chinese dishes , such as sweet and sour pork and cashew chicken , but it also lists some uncommon choices such as lemongrass chicken and kung pao triple delight\n5 12 12 15 15 police have appealed for help in catching a burglar who snatched a suitcase full of booze from a garden shed\n2 6 6 7 7 she saved up to 80 on ring binders , lever arch files , box files , folders , manilla wallets , suspension files , plastic wallets and plastic pockets\n14 5 5 8 9 this is a list of films that feature extraterrestrial life\n13 5 5 7 7 mep center specialists provide an array of services to companies , from initial assessments prioritizing opportunities for improvement , to implementation projects guiding companies through process improvements , productivity increases , and growth\n14 4 4 9 9 a second element of debate had to do with transparency\n2 1 1 9 9 this module is part of the virtual geography department project and has been prepared for the physical geography working group of the project\n13 1 1 5 5 this series consists of edited collections of essays , some original and some previously published\n3 4 5 7 7 these slippers have a double sole with padding inside\n6 0 1 6 6 jumbo squids are migrating into new waters , and scientists wonder why\n13 13 13 16 16 a cornerstone of american jurisprudence is the right to be tried by a jury of ones peers\n3 4 4 5 5 highly durable , the umbrella frame and thatch tiles have been designed to withstand harsh conditions including strong winds , driving rain and snow\n14 1 1 7 7 the article also talks about some fascinating movies made by luis bunuel\n14 3 3 10 11 a variety of articles were written on the topic of alarm management\n14 4 4 9 9 however , his detailed description made quite clear the effect of the drug\n4 1 1 7 8 the box was inside a plain brown paper bag with a heart drawn on the side\n3 1 1 8 8 the system works using a spring loaded trem arm which when turned raises or lowers itself from a nut in the steel backplate\n0 1 1 4 4 the steam caused a backpressure on the vtd , resulting in the rupture disc opening\n14 6 6 14 14 such parodies are encouraged by the news that the british government ' s league tables for schools and health authorities contain basic flaws which render them practically useless\n18 6 6 9 10 the campaign coincides with a government initiative to promote safer drinking\n4 7 7 14 14 but solomon had arranged that the only water in the palace was in a jar by his bed\n13 7 7 11 11 a decade later , with a growing congregation of several hundred worshippers , the mosque was ready to expand\n8 15 15 19 19 the federal aviation administration is investigating the two latest cases under the theory that the ice fell from an aircraft\n18 3 3 5 5 there was the glitter of admirals and generals before the high altar , and the brighter colors of the representatives of powers and potentates\n13 8 8 10 10 as per traditional indian thinking , seeing a brood of chickens along with a hen is a bad omen\n18 9 9 18 18 furthermore , the present invention includes a composition for treatment of disorders associated with or enhanced by an eosinophilia\n0 1 1 10 10 his death during one of the portuguese raids caused the abandonment of the settlement\n14 3 3 5 6 furthermore , many journals publishing biomedical research demand formal ethical clearance\n3 14 14 15 15 my son ( 9 years old ) has been complaining of pain on his jaw bone for a few weeks now\n18 5 5 9 9 by choosing to hold the ceremony in a public building and inviting guests you are recognizing both that your new life affects the lives of many other people\n11 0 0 12 12 engineers turn co2 into methane with the help of a novel cellular trick\n17 4 4 12 12 by 1906 , the company was making over 3000 different soaps , perfumes and other products\n8 1 1 7 7 the author was born in a loving family , with all the privileges of an upper middle class lifestyle , and in fact was an accomplished athlete in high school and writer in his adult life\n8 4 4 7 7 these are archived boat logs from previous months sampling beginning in february 2002\n15 1 1 6 6 their passion was reflected in the correspondence they kept\n3 1 1 5 5 the lungs are divided into lobes\n17 5 5 8 8 in general , the old queen starts laying eggs into queen cups when conditions are right for swarming or supersedure\n6 5 5 8 8 two attributes have carried meraki networks into amazonian towns\n18 5 5 10 10 ku ' s sculpture like knitwear was inspired by the concept of ` sculpture '\n11 1 1 5 5 a hacker uses a home computer that can be linked to other computers by a modem that allows the user to send and receive information over telephone lines\n6 3 3 6 6 this activity spreads disease to our dogs\n4 4 5 11 12 the aviator ' s jungle aid was contained in a sealed escape kit along with maps of the territory and a dictionary of phrases and words in local dialect\n18 1 4 9 9 the eight year old boy was locked in a safe for a prank but had to be rescued when his air ran short\n2 10 10 14 14 thus the leaves situated in the middle part of the stem of the sunflower plant show the highest amounts of endogenous cytokinin like substances\n14 1 1 5 5 the paper inquires into energy storage examining electrical energy storage devices , especially supercapacitors\n6 21 21 24 24 a 60 year old us grandmother , blind for nearly a decade , has recovered her sight after surgeons implanted a tooth in her eye as a base to hold a tiny plastic lens\n8 3 3 6 6 you catched the train from the terminal , direct non stop to rome termini station\n13 6 6 8 8 forests are benefited by harboring a cete of badgers , who burrow in the soil , thereby aerating it , which helps root systems to grow through the soil\n11 7 7 16 16 i watched with utter amazement as the upholsterer attached the pieces with a hook and eye gizmo\n18 9 9 16 16 finally , this entire assembly is covered by a lid attached to the rear of the coffeemaker and latches in front\n0 0 0 5 5 exposure to vapor causes intense watering and irritation to eyes\n14 3 3 8 8 this two day tutorial introduced astronomers to modern methods in nonparametric statistics\n6 4 4 7 7 the boy inserted a coin into the machine and then took the ticket\n18 15 15 20 20 biting into the grill charred , bronze fleshed copper river salmon fillet perched on a hill of crisp tender green beans and roasted fingerling potatoes a dribble of mustard vinaigrette around the plate rim the only sauce it wanted i was back in san francisco again\n8 4 4 9 9 once unregistered , the folder went away from the shell\n16 3 3 6 6 each weekday one photograph by a member of the utata flickr group is chosen to be featured on the utata blog\n10 4 4 6 6 this is an online notebook for astronomers and space scientists wanting to become involved in science education\n5 4 4 7 7 i always carry a suitcase with my clothes in it\n3 3 3 4 4 she lost a propellor blade going through the bay of biscay and was taken in tow arriving gibraltar 2pm 6th march\n18 0 0 5 5 democrats are running into one problem after another trying to pass the health care bill in the senate\n6 8 8 16 16 the royal navy ' s newest 1bn gbp warship has been handed over to the new owner in a formal ceremony\n3 7 7 13 13 designed for light chewers , this colorful toy is made with little vine rings that slide between wood balls joined together with wooden craft sticks\n6 3 3 6 6 it only spreads tick to other cats\n2 1 1 4 4 the stem of this tree is carved all around with names and dates , many of them grown into mere scars on the bark\n17 1 1 12 12 the company has also targeted the premium sector with the pringles gourmet line\n6 3 3 6 6 he took the cameras to the concert\n3 9 9 13 13 fine workmanship is the result almost entirely of the worker ' s accurate eye and deft hand\n11 1 1 9 9 the printer covers the plate with a sheet of paper and runs both through a press under light pressure\n2 2 2 5 6 close the lid of the portable computer , disconnect the computer from the power source , and then reopen the lid\n10 2 2 6 6 marketing communications resources are used by organizations in order to communicate with their target audiences\n6 1 1 7 7 the disease is passed on to another person by skin\n1 1 1 8 8 the scandals are caused by the young female celebs who ` inadvertently ' reveal glimpses of their naked faces as they get out of limousines\n15 1 2 7 7 many historical events have been described through music and song\n1 1 1 7 7 the infection was caused by the contaminated chopsticks used by the parent to feed her child\n18 10 10 15 15 any time , he told her before turning to the boy who was in the desk next to him\n13 1 1 27 27 one caravan trail developed into the silk road during the height of caravan travel , which lasted until the 19th century , a single caravan of muslim pilgrims journeying from cairo and damascus to mecca might employ as many as 10 , 000 camels\n17 1 1 7 7 this author has just completed the first book on the topic gis in hospital and healthcare emergency management\n11 1 1 11 11 a customer picks and chooses the level of information by using podcasting\n14 4 4 8 8 jordan ' s recent works are concerned with questions of truth , beauty and the human condition\n14 2 2 7 7 in his remarks , he described his call to bush while the u s president was giving a speech in philadelphia\n6 4 4 9 10 smith passed on his advice to the naples high baseball team\n13 27 27 30 30 as we left , three liberated frenchmen drove up in a car they had captured a few minutes before and tried to make their way through the jam of jabbering women\n8 12 12 19 19 in order to evaluate monotouch , i ' ve got an evaluation copy with the debugger from the evaluation page\n18 1 1 5 5 the convention took into account discharges of harmful substances from ships\n17 2 2 4 4 the modern industry fabricates foods from non traditional ingredients and additives to look like a familiar product\n18 9 9 14 14 grint shows he ' s becoming a delightful comic actor with a highly flexible voice\n18 5 6 9 10 an unknown source brought an alien frog into our eco system\n18 5 5 9 9 they achieved the maximum possible flexibility in a crockery basket for receiving a plurality of different items of crockery\n3 5 5 10 10 another important part of the coffeemaker is the one way valve\n2 6 6 10 10 the paint on the metal spiral bindings of the address books and journals contains excessive levels of lead , which violates the federal lead paint ban\n14 1 1 4 4 the debate considers cultural value , social relevance , sustainability and other abstract topics as possible measures to drive a decision\n11 1 1 10 10 a man in a mechanic ' s jumpsuit took the elevator to the eighteenth floor and shook hands with a smiling agent\n8 3 3 9 9 eight to 10 protesters broke away from a larger group of demonstrators and darted into the street in front of palin ' s car just after the first police motorcycles in her motorcade had passed\n11 8 8 17 17 parsley , french , koomjian and two other members of the group scaled the tree with a rope\n15 1 1 11 11 this subject has over the years become the topic for much discussion\n8 0 0 5 5 parameters were obtained from eeg epochs of 30s\n18 1 1 8 8 internal emails have been leaked to the public broadcasting\n18 2 2 7 7 these latter reports were subjected to intensive examination\n14 8 9 8 8 lucy , ali and beth produced a photo story board to tell the story of the legend of the drift\n14 6 6 10 10 he also appeared in a television commercial against internet movie piracy\n3 5 5 7 7 this is the most stable configuration of electrons adding or subtracting an electron requires too much energy and so it does not really happen in nature\n6 3 3 6 6 they placed the rats in a chamber which would give their feet an electrical shock\n18 1 1 4 4 the aircraft accommodated a pilot and copilot sitting side by side in a framed canopy\n8 14 14 21 21 our procedure is applicable to a wide variety of problems in which an order parameter departs spontaneously from an unstable initial value\n13 2 2 5 5 a large smack of translucent jellyfish mechanically undulates in and around the frothy pacific shoreline , cast against the sharp backdrop of a 35 million year old canyon that takes my breath away\n8 1 1 8 8 the spirit was distilled from a capacious glass vessel , and the vapor allowed to pass into a long glass tube about three inches in diameter\n6 3 3 6 7 he accidental put oil into the gas tank\n1 17 17 23 23 a university of michigan study of 756 recently unemployed job seekers has found that medical and emotional fallout , including depression , from unemployment continued even after two years , when 71 percent were re employed\n18 5 5 7 7 before leaving peter bought a silver star necklace for tina\n1 1 1 8 8 the accolade was decided upon after an intense discussion between about 200 members\n14 2 2 7 7 the second example was about memory allocation functions\n18 2 2 10 10 the infamous teacher has been dragged into another child abuse case\n0 1 1 8 9 food poisoning is perhaps the commonest cause of abdominal pain , especially in the young dog or the scavenger type\n18 16 16 20 20 the first days were frustrating as the winds were blowing for large sails , but the direction was from the north , and the bay was at low tide\n3 4 4 11 11 the trailer is a combo of the movies comedy and horror elements whilst also selling the potential for megan fox to be mostly naked\n4 1 1 6 7 the alkali was contained in a nickel crucible with a loose lid having openings for the stirrer and for the passage of nitrogen\n14 1 1 10 10 the lawsuit alleged the release of the records was a violation of the video privacy protection act\n2 2 2 8 8 rudders and skegs improve the control over your kayak\n8 3 4 9 9 formerly , the essential oil was distilled from the peel for use in perfumery\n15 2 2 10 10 the harrowing scenes were reported over several weeks in national newspapers\n3 7 7 10 10 i make all of my skirts and pants with elastic waists\n18 8 8 12 12 the model was approved by as the top design by a professional panel however , it was later exhibited for the public\n16 6 6 9 9 the ending consists of a long speech by the narrator informing us that there was no monster\n8 1 1 6 6 the defendant had absconded from his probation\n6 1 1 5 5 a tablet was given to patients to relieve extreme conditions of discomfort\n12 1 1 7 7 this surgeon is part of the study group\n3 17 17 13 13 we are able to wax any of our wicks with either a paraffin coating or for natural candles a 100 natural wax coating\n14 4 4 7 7 the rest of the paragraph talks about attitude rather than syntax\n17 2 2 7 7 the wrathful goddess turned her into a crane and proclaimed that her bird descendants should wage eternal war on the pygmy folk\n3 1 1 5 5 the mansion has a small museum with exhibits linked to the building ' s history , including antique singer sewing machines\n6 4 4 7 7 many local shops donated funds to the candidate\n2 1 1 4 4 the stem of this tree was completely eaten by termites\n6 8 8 11 11 i took everything out and immediately placed the phone in the cradle to charge the battery\n0 3 3 12 12 instead , the success of the revolution is the reason for the celebration\n1 3 3 5 5 i got a fever from exhaustion and it seems like i ' m better but basically my body is suffering from major exhaustion so i ' m always tired\n18 8 8 12 12 this is one of the most abundant tree species in the whole forest , and with a maximum height of 14 m the dominant tree species of the first canopy layer\n18 8 8 10 10 the trio , the penguins , and a cartload of chimpanzees use the newly fixed plane ( which looks more like a helicopter ) to come to the rescue\n6 1 1 6 6 this heart was put inside a dog after its own heart had been removed\n18 4 4 8 8 the author examines some issues connected to religious freedom\n11 5 5 7 7 these are the most typical student edition textbooks\n0 1 1 4 4 the hinge caused a crack on the left side of my kindle , and amazon has been horrible about helping with this issue\n1 0 0 12 12 injury of patients of the bikini accident has been caused by the radiation of the fallout in contrast to the atomic bomb injury at hiroshima and nagasaki\n1 2 2 6 6 the abdominal distention caused by the worms was slightly asymmetrical when compared with the normal fright induced swelling\n14 4 4 10 10 the candidates then answered questions from other mps on their proposals for reform of parliament\n1 12 12 16 16 more than thirty people lost their lives in june , in the disaster caused by torrential rains in hiroshima prefecture , and in september more than thirty people lost their lives in the damage caused by the typhoon that swept through various regions , centering on kumamoto prefecture\n18 5 5 6 6 i ' ve sold a diamond ring that i bought at zales for about 500 for 200 on craigslist\n17 4 4 12 12 in september , an executive worked with goofy boi to create this video to support a current promotion\n6 1 1 8 8 the concerns over security has moved into the boardrooms\n4 2 2 7 7 an explosive charge was discovered inside a bag at the entrance to the shalom theater in moscow\n11 7 7 10 10 putting a first time learner in the driver ' s seat of a car is a scary proposition\n18 2 2 10 10 this introductory text makes a threefold contribution to the undergraduate literature\n4 1 1 6 6 a body was discovered inside a wall in the yale university building at 10 amistad street\n18 1 1 5 5 term limits apply to many offices at both the federal and state level in the united states\n11 2 2 6 6 a german soldier attaches a eufor sign to a vehicle\n14 1 1 6 6 the essay makes the point that inventories are legally required\n15 2 3 7 8 samples of good practice were highlighted through film clips presented to the audience\n4 1 1 8 9 the sample was contained in a tightly sealed silver crucible\n18 1 1 5 5 liberal ideas insist on large gambles and conservatives rely on incremental small changes\n2 1 1 2 2 a staysail schooner has no foresail , but instead carries a main staysail between the masts in addition to the fore staysail ahead of the foremast\n14 1 1 7 7 other reports talk about the former government troops that are holding out in other regions of sierra leone , particularly the town of makeni\n2 2 2 5 5 often the message includes a warning regarding a problem related to related to the recipient ' s account\n11 3 3 7 7 you saw professional chefs using a garlic press\n8 5 5 10 10 the relative proportion of the vancomycin release from the bone cement was lower , although its initial quantity was four times higher\n1 10 10 5 5 learning about the dynamics of addiction starts from repairing the damage that has been caused by the addiction\n16 2 2 3 3 the thriving wool industry led to the development in tregaron of one of the first welsh banks , the bank of the black sheep\n2 1 1 4 4 the roots of your teeth are fixed into a socket in your jawbone\n18 5 5 11 11 the first is that the ossicles are caused by an avulsion fracture 1 , 5 and the second is that the ossicles occur as a result of accessory ossification\n17 6 6 9 9 with operations in scandinavia , the company manufactures plastic drums , jerricans and pails\n18 9 10 13 13 american scientists have discovered a way of creating new brain cells in a dish\n3 1 1 3 3 the accommodation comprises hall , dining room , extended lounge , kitchen , two double bedrooms , single bedroom , shower room\n2 19 19 21 21 specific viral rna and antigen were detected by reverse transcription pcr and immunohistochemical evaluation , respectively , in nasal turbinates of birds\n18 0 0 7 7 farmers till now have negotiated with the market as individuals\n18 2 2 10 10 the corporate regulator has been dragged into undertaker ' s inquiry\n1 5 5 12 12 a febrile seizure is a convulsion in a child triggered by a fever\n4 1 1 5 5 the contraband was in a suitcase in the unclaimed luggage room at the airport\n3 5 5 8 8 beyond its guardtowers , the castle had two gatehouses , a barbican and a tall tower in the castle ' s inner ward\n6 4 4 11 11 in recent years much work has been invested into a new model of computers\n18 19 19 24 24 the merchant facilitates attacks using fake or modified terminals , towards tapping both the financial data stored on the cards as well as the pin of the cardsholders\n14 1 1 4 4 the study considered dairy farms , sheep and beef farms , vineyards and orchards in hawkes\n14 2 3 6 6 the presented case study charts the route taken by north kesteven\n17 8 8 13 13 in one of the early years , a quizmaster thought up an abstruse riddle based on an arcane area of study then checked the only two books relating to it out of the library\n8 1 1 6 6 the angel was sent from the throneroom of god\n9 10 10 11 11 bellini was not very good though , like they used peach nectar instead of fresh peaches\n3 1 1 6 6 this house has a false front door facing the river and a real entrance on wilmington street\n11 1 1 7 7 the researchers took advantage of a natural experiment to compare school performance with varying degrees of competition\n4 4 4 15 15 he removed the glass slide precleaned in piranha solution that was placed upright in a beaker\n16 13 13 11 11 i am prepared to accept what was going on in the family from letters written by your family\n18 10 10 12 12 the disruption of electricity and telecommunication lines have thrown the city into darkness\n14 6 6 11 11 the following is a list of journals and magazines relating to birding and ornithology , arranged by place of publication\n16 1 1 4 4 the device established the company as a leading player in the digital decade\n13 2 2 4 4 entering a community of minds is conceptualized as a theoretical framework for understanding social cognitive development during the preschool years\n1 5 5 15 15 recently , there is a movement afoot , instigated by the heterodox section of the community , as well as by the followers of the gatha alone cultists to proselytise others to become zarthushtis\n14 2 2 10 10 the first point of his statement has relation to the house\n18 1 1 9 9 the experiments reported in this article investigated two specific properties of the location probability effect\n18 18 18 21 21 yet a recent tour of the handful of year round farmers ' markets in town turned up a cornucopia of fresh foods , from staples to rarities , sweets to meats\n8 1 1 5 5 the interference arrives from a direction near endfire since this is the direction where the interelement propagation delay for the interference is largest\n2 11 11 14 15 the ethmoid forms the medial portions of the orbits and the roof of the nasal cavity\n15 8 8 9 9 he has released a photocopy of his original birth certificate\n1 7 7 9 9 regardless i got my life back , sadness from divorce is gone i am thrilled i am not bleeding , dont need red shorts to walk my daughter to the park\n18 5 5 9 9 after some time , the acids caused a white spot on the tooth where they dissolved some of the enamel\n13 11 11 15 15 she is the village bank president for a village bank loan group consisting of eight people\n1 6 6 13 13 he is personally responsible for the carnage that has been caused by the fight\n18 5 5 10 10 he has highlighted some important issues with regard to the abilities of firefighters\n18 7 7 11 12 he has been used to promote many issues to do with animal welfare and has also helped raise funds for many of the service charities\n18 5 5 11 11 hundreds of years ago the island was almost discovered by an explorer called marco polo\n6 3 3 6 6 we drained the liquid into the container\n14 6 6 12 12 this add on uses an intermediate form to declare the latex rendering options\n18 1 1 14 14 the decline of the old ideologies has made many of the old left right arguments redundant\n8 5 5 10 10 they found that after the protein was manufactured in the nucleus , it traveled outward through the cell ' s many branching dendrites and eventually settled in\n18 1 1 10 10 the size of the issue was increased from its initial amount of us 750 million following strong market interest\n1 3 3 11 11 peters ' s pain and symptoms were caused by the automobile accident\n14 1 1 3 3 these acts declared principles and established policies in the only way it has ever been successfully done\n16 1 1 7 7 the dinner , cooked by his gorgeous fiance , was beautiful\n13 5 5 7 7 egyptian archaeologists discovered a new set of tombs belonging to the workers who built the great pyramids , shedding light on how the labourers lived and ate more than 4 , 000 years ago\n6 1 1 5 5 the epidemic is spreading into areas and countries where , until recently , there was little or no hiv present\n13 8 8 10 10 he was the muster spirit of that glorious pleiad of warriors and sailors who at that epoch used to swarm the indian seas\n18 14 14 17 17 provention has supported the development of a series of ifrc studies on rebuilding and reconstruction after the tsunami to identify lessons learned in promoting and strengthening community roles in the rebuilding process\n3 6 6 2 2 the temporomandibular joints are the two jaw joints , one at each side of the face\n14 1 1 8 8 the excerpt was speaking about the average processing times of social security disability decisions by these aforementioned offices\n18 3 3 9 9 last week the city had patched up the offending section of roadway\n8 4 4 11 11 the origin of the word thong is from the old english thwong\n18 13 13 18 18 it is the oldest and largest international research consortium aimed at understanding the challenges facing the global automotive industry\n4 1 1 5 5 the backflap was in a suitcase in the trunk of the car\n2 1 1 11 11 the clip on the back of the little plastic puck like holder is handy for clipping onto your belt , backpack , arm band or lady ' s bag strap\n12 4 4 9 9 a growing number of smallholders have formed themselves into associations to sell tea , sugar , cotton and nuts to processors\n15 1 1 6 6 difficult passages have been explained in footnotes\n3 3 3 13 13 the higher ranking wolf on the right shows his dominance by baring his teeth and growling\n8 1 1 9 9 colonial families of the united states descended from the immigrants who arrived before 1700\n13 7 7 10 10 watching that ` apology ' from the wunch of senior bankers was vomit inducing\n6 1 1 6 6 the spores were blown into the air and a spark caused them to give off an enormous flash\n2 9 9 12 12 the top half of the network belongs to the engine of the refrigerator\n18 4 4 11 11 the goal of the project was to introduce environmentally efficient production technologies\n8 0 0 8 8 eggs come out of the female ' s body through the ovipositor\n11 6 6 14 14 lc repair is a special welding system that employs a high power yag laser beam\n1 3 3 9 9 sensitive pets experience rashes and discomfort from ticks and fleas\n1 10 10 12 12 morning sickness is a bit of a misnomer , as nausea from pregnancy it can happen at any time of the day\n11 17 17 19 19 the stay at home dads in inverness put their feet up for a little while in a chauffeur driven limousine\n17 12 12 15 15 his aim was to regain the previous high artistic level of the factory ' s products\n1 9 9 15 15 some people took this as an indication that the increase was caused by the mmr vaccine\n8 3 3 7 7 as an immortal goddess descended from a race of divine beings , she ' s probably all entitled\n13 31 31 33 33 in general , i am not in favor of the television journalist , mr jeremy paxman , a gentleman who reads the news with the impatience of a man astride a bike of wasps , but i must confess i have been warming to him in recent weeks\n6 3 3 6 6 twenty physicists sent letters to the government as an act of protest\n18 1 1 5 5 the prisoner has departed into captivity\n8 2 2 6 6 the real danger comes from fossil fuel firms that , like big tobacco corporations decades ago , know full well the lethal potential of their products\n18 31 32 35 35 moreover , it is beyond the power of the state to compel the syme family to retain their shares or , more importantly , to oblige mr macdonald to remain the chief executive of this company\n6 2 2 7 7 two million dollars are given to the winner of the contest\n6 2 2 6 6 germany sent observers to the 9 trial\n13 16 16 19 19 with each visit , the lamb shank gets better , tender and lemon scented beside a hill of cannellini beans seasoned with oven intensified tomatoes\n2 4 4 9 9 the exhibition shows the hilt of the 18th century smallsword used by captain john paul schott in the american revolutionary war\n0 1 1 14 14 the wind caused a neat effect on the smoke clouds though , causing a corkscrew in the otherwise straight line\n17 15 15 21 21 with the end of his task , gibbon felt that ambiguous elation known to all authors who have completed a weighty work\n4 1 1 7 7 the coolant was contained in a special tank divided by a flexible membrane onto a coolant storage and an air pressurization chamber\n1 2 2 8 8 a women fear from darkness , insects , cockroaches , mice , lizards , spiders and more and more\n2 16 16 19 19 each airsoft pistol has a separate magazine for the bbs which is normally stored in the handgrip of the gun ( just like the real thing )\n16 7 7 14 14 a sensible , rational person reads a book written by a show offy irrational intellectual and does n ' t like the book\n17 0 0 3 3 artisans created unique footwear for rich patrons , and new styles developed\n3 14 14 15 15 these tough , stainless steel bolts have a pentagonal head designed for fastening a manhole cover in place\n17 17 17 25 25 pre contact native peoples , living in the northeastern part of north america , were the first people who have produced maple syrup and maple sugar\n18 1 1 6 6 the house was packed from that moment to past midnight\n11 1 1 7 7 the workman stirs the ore with a hoe or an iron rake , back and forward across the hearth , moving it from the bridge toward the flue and back\n16 6 6 7 7 jane works all day in the toy factory\n18 0 0 5 5 prospectors have arrived in midland cars\n2 5 5 11 11 the model accurately predicted the snout lengths of a number of pipefishes\n16 1 1 19 19 this book is another eloquent triumph from the pen of the world ' s bravest and most beautiful war reporter\n0 3 3 8 8 bacteria and comedonal debris cause acne pimples or pustules ( inflammatory lesions )\n8 3 3 10 10 this atalanta running skirt is made of beefier dry flex fabric , which will help smooth your curves but also stretch to let you move\n17 3 3 8 8 it produces a wine descended from a local vine , galbena de odobesti , a light white wine , little aromatic but appreciated for its freshness and its balance\n10 3 3 13 13 other keyed string instruments , small enough to be held by a strolling player , include the plucked autoharp , the bowed nyckelharpa , and the hurdy gurdy , which is played by cranking a rosined wheel\n11 3 3 10 10 three of the men flew to miami on a private jet , and the fourth traveled to honduras on a false u s passport\n4 8 8 13 13 today i was there and i bought a ball that was in a bin with a ton of things placed on top of it\n18 1 1 5 5 the chimps had tasted cooked food before , which may have influenced the outcome\n18 1 1 2 2 autologous blood clot is useful to occlude and repair perforations in small side branches of the coronary artery without myocardial damage\n2 15 15 21 21 the steep slopes of the rooftop ' s hills draw cool air into the open piazza at the center of the building\n18 1 1 9 9 the slope on a distance time graph represents the speed of an object\n18 2 2 10 10 the illustrators section has been brought into the new web format\n18 0 0 5 5 families are being thrown into poverty by our corrupt health care system\n13 13 13 15 15 in these ancient religions the clergymen were women , the monks were a sorority of lesbians , who were a subculture that lived near the ordinary local people , but were not really part of the community\n4 4 4 8 8 that big piece of meat was in a can of bush ' s baked beans that we had for lunch today\n13 13 13 16 16 in particular , the main target of the bombing in tigray was the network of rural markets in tplf controlled areas\n3 0 0 8 8 birds with eyes on the sides of their heads have a wide visual field , while birds with eyes on the front of their heads , such as owls , have binocular vision\n18 9 9 13 13 since the earliest period of its history , the church made use of messengers , called cursores , in order to communicate with the entire world\n1 2 2 6 6 an oil spill caused by a collision between a ship and a barge closed the ship channel servicing the nation ' s second largest port\n18 5 5 13 13 in america , one of dynamite ' s first use was in the creation of trenches for irrigation systems\n0 5 5 11 12 excessive anxiety , worry or fear are among the causes of heart attack\n14 5 5 7 7 a vibrant collection of oil paintings depicting women at various stages in life is on display through mid december\n18 1 1 6 6 the builder who has mortgaged the land to raise money will have to spell this out in all advertisements and brochures\n11 1 1 4 4 the outfielder needs a glove that is large enough\n13 15 15 17 17 his work presented a new , spontaneous , unpolished style , which appealed to a subculture of folksingers , hipsters , mystics , and writers of 50s cold war america where conformity and witchhunts sought to impose straitjacket freedom\n3 1 1 5 5 this crane has a telescopic boom that is mounted on a movable platform\n12 3 3 6 6 he was a corporal in the army of sierra leone , a wedding photographer and cameraman for the state television\n5 5 6 8 8 inside , they found a plastic bag with cocaine inside under the driver ' s seat\n14 2 2 6 6 these are documents to do with finance\n3 3 3 5 5 mockingbirds build a nest of twigs , plant stems , mosses , cloth , string , and dry leaves\n0 1 1 6 6 medical bills make up half of bankruptcies\n18 3 3 9 9 stuart ' s cavalry observed the passing through the town\n13 14 14 16 16 there is also , an organization for moms as a mom org , a sisterhood of patriots , it is helping like minded women to meet , come together and realize we are not alone in our thinking\n13 1 1 3 3 large rafters of turkeys have drown by standing out in the rain , looking up at it , with their mouths open\n1 3 3 7 7 in reality , acne is caused by bacteria and oil on the skin\n6 4 4 7 7 these tanks have leaked contaminants into the groundwater\n13 2 2 4 4 a veritable ratpack of architects are turning up the style in sin city , writes thomas lane and they ' re not all playing it straight\n17 1 1 6 6 the child collected names on a petition and wrote to the premier\n18 7 7 10 10 while he was freeing himself from the clutches of the dishwasher , he ripped off some of his skin , revealing his bionic arm\n8 1 1 6 6 the water starts in an underground lake a mile away , arrives in an intricately ptterned moss pool and falls over a small cliff face\n18 6 6 9 9 a locksmith copies and repairs car keys for modern vehicles at a lower cost\n18 2 2 6 6 when the traveller drew up the blind the next morning , the sea opened before him joyously under the broad august sunlight\n6 1 1 15 15 infinitesimal changes between a large serial of different sub functions are running into different graphical spaces or dimensions\n6 13 13 19 19 we watched as a barman poured alcohol on to the bar , poured absinthe into a couple of shot glasses , then lit the lot\n1 5 5 7 7 the 77 year old is suffering from exhaustion and he will undergo medical tests\n2 8 8 11 11 pierre stood , breathing heavily , as the screw of the press caught at her hair and dragged her in\n18 5 5 11 11 a substrate treating apparatus for treatment of substrates with a treating liquid includes a treating tank having an inner tank for storing the treating liquid\n2 7 7 10 10 second , the user removes the safety clip from the grenade\n6 3 3 6 6 someone has blown soot into my face\n6 0 1 5 6 honey bees have migrated into warmer areas\n11 2 2 16 16 an experienced driver feathers the brakes so as to stop the vehicle with only just enough torque in the brakes to hold the vehicle stationary on any gradient\n8 11 11 14 14 it is an exceptional location to see lake tenkiller and private plane takeoffs from runway\n9 6 6 7 7 a woman accused of throwing a table leg through the window of her home after her boyfriend refused to buy more beer faces a felony charge\n18 2 2 6 6 they are symbols that indicate the structure and organization of written language\n8 4 4 8 8 genghis khan ' s mother hailed from a tribe which later became part of the kazakh people\n8 2 2 8 8 the new vaccine was manufactured in a tobacco plant using plant viruses engineered to produce high levels of virus like particles\n8 5 5 9 9 the exit of such a substance from the anterior chamber is equal to the transfer constant for the loss of fluid\n18 1 1 5 7 the company has moved into mobile software applications , which connect to enterprise databases\n18 1 1 6 6 many students participated in the tutoring programs funded by the legislation , but the controversial element was not the options for public schools or the tutoring program ( both of which where never challenged )\n5 5 5 9 9 the liberian national offered a suitcase full of purported bills\n13 5 5 6 6 he has been a core team member for the various research publications and resource person for policy documents of the rbi\n17 0 0 7 7 scientists have succeeded in creating the first transistor made from a single molecule\n3 1 1 4 4 the receptor comprises four subunits , which are chemically identical but , surprisingly , are folded differently ( see picture )\n11 9 9 12 12 we now live in a country in which the president wields the power to send the entire nation into war on his own initiative\n3 2 2 8 8 a damper assembly is further comprising a control knob coupled to said rod , said knob extending radially about said axis\n15 2 2 13 13 the early aims and objectives of cooperatives have been considered in the first chapter of this book\n16 1 1 6 6 the galls are caused by the larvae of a small gnat like midge , dasyneura communis felt\n18 1 1 6 6 the orders are shipped to foreign countries using us postal service delivery\n1 5 5 18 18 we began to reverse the damage to one of the greatest rivers in the state caused by the construction of a dam nearly 70 years ago\n13 20 20 22 22 as the bus climbed steadily throughrich terraced fields of grain towards the qilian shan , layersof mountains enfolded like a weyr of dragons\n12 7 7 10 10 until the 1960s , rural laborers and peasants composed the majority of brazil ' s population and yet most scholars have downplayed their influence on the country ' s history\n3 5 5 13 13 typhoon was a dapple gray gelding with small splashes of brown around his nuzzle and his hind end\n9 4 4 5 5 this item is orange fruit oil and is used in the creation and manufacturing of fragrance and flavor concentrates of all types\n16 1 1 12 12 the charter was a joint creation by the local authorities co ordinating body , the trading standards institute , the market operators association and industry groups representing copyright and trademark owners\n0 1 1 6 6 a loop emiting short flashes of light is projected onto volunteer members of the audience\n4 1 1 5 5 the file was in the desk of a researcher employed by kenny macaskill and tricia marwick who had been dismissed earlier in the month\n1 0 0 4 4 earthquakes are caused by movement of the earth ' s crust along this fault\n11 1 1 7 8 the villain sweeps the ceiling with a machine gun , perforating milla jovovich , who is hiding in the ceiling duct\n4 4 4 9 9 i like how the device is crammed into a beaker i view this gizmo as a metaphor for a mad scientist ' s brain\n17 8 8 10 10 this is a classic book by the famous writer of folktales\n14 4 4 8 8 it is a dark song reflecting on potential love with deep electronic tones and soft beats\n4 4 4 15 15 i saw that the antenna was placed inside the two dimensional labyrinth based left handed medium\n5 1 1 5 5 the envelope contained a single sheet of paper , describing an attempt to set the record for the world ' s longest running chain letter\n18 4 4 9 9 we see that the universe starts at an initial epoch t0\n18 15 15 16 16 rice university and houston based mi swaco , the world ' s largest producer of drilling fluids for the petrochemical industry , aim to develop a graphene additive\n14 1 1 5 5 such trials were concerned with matters of national importance such as treason\n14 0 1 10 10 crime fiction is the genre of fiction that deals with crimes , their detection , criminals and their motives\n12 3 3 29 29 thousands of multicoloured fish populate the lagoon and the fallings of the passes the large barracudas are scouting dangerously , and their cousins the becunes fish gather in immense shoal , like thecaranguesplaying in the sun , as squadrons driving out of their territory the too daring small sharks\n6 4 4 7 7 she delivered a healthy boy to this family\n14 5 5 8 8 it is a 1956 crime drama examining the reactions of parents , police , and the public to a kidnapping\n6 1 1 5 5 the jobs migrated into the government\n8 1 1 9 9 the feed was derived from a commercial mink feed kitchen\n1 7 7 14 14 the tsunami was generated by an undersea landslide , which was triggered by the earthquake\n18 2 2 4 4 the greatest plenitude of graces was conferred on him as man , and from him , as he was our head , derived to all the members of his church\n13 13 13 16 16 with the conquest of jerusalem in 1099 , geoffrey de bouillon established a chapter of secular canons in the basilica of the holy sepulcher to offer the sacred liturgy according to the latin rite\n18 23 24 27 27 in the presence of cuba ' s favorite son , estrada palma , who is to enjoy the honor of being the first chief executive of this republic\n4 1 1 5 5 my itinerary was in a suitcase , among stacks of teaching materials so i asked the delta ticket agent to look up my outgoing flight number\n11 5 5 11 11 a new york times food writer fries the potatoes in a mixture of peanut oil and duck fat with bacon added\n13 9 9 11 11 his administration is moderate , but it contains a faction of extremists\n6 4 4 9 9 the passenger side front window has fallen into the door , both front and back need new window regulators\n13 6 6 9 9 unfortunately on the right flank a unit of dismounted grenadiers were spotted by a tau piranha team supported by kroot\n17 2 2 5 5 at the saint ' s prayer , the statue comes to life , and drops of milk , a metaphor for the gift of life , fall from the virgin ' s breast onto bernard ' s lips\n18 3 3 8 8 welch shows how laws composed to incorporate rural workers in a controlled way became platforms for unexpected protest and political mobilization culminating in the 1963 rural laborer statute ( etr )\n13 22 22 24 24 melvin hancock was one of the residents to spot the about 85 pound full grown coyote and other residents have seen a band of coyotes with a litter of pups\n18 5 5 8 8 the decision to take the meeting on the road gave groups around the world the opportunity to host future keele meetings\n18 6 6 9 9 dr k p kumar is the chairman of the college that strives to impart value education to students and guide them for excellent prospects in career making\n17 1 1 4 4 the judge put two questions to the jury\n17 4 4 7 7 the 22 year old rapper posted a message on his twitter page just after midnight admitting he was driving his lambo , or lamborghini , while sloshed or tispy , as he misspelled tipsy\n0 2 2 5 5 the dancing duo caused a stir on the 2008 series of the show with their infusion of classic michael jackson songs and dance moves mixed with bangra\n6 5 5 11 11 the investigator has released his report on this case to the public\n6 4 4 6 6 we poured the molten aluminium into ingots , which was very dangerous\n18 3 3 9 9 this pacific chorus frog was found in a christmas tree being sold in anchorage , alaska\n17 1 1 6 6 the liver synthesizes angiotensinogen , a hormone that is responsible for raising the blood pressure when activated by renin\n18 5 5 7 7 the spreading riots threw the country into turmoil\n2 4 4 7 7 the upper and lower steps of the stairs inside university buildings are clearly marked and are all equipped with at least one handrail\n17 5 5 25 25 this picture shows a glass blower in one of hebron ' s blown glass factories molding the hot glass paste into the bottom of a vase\n11 0 0 18 18 contractors quickly generate documents that are shared via fax , email , or text message , by using templates\n6 2 2 7 7 this new religion was spread to the society\n18 6 6 11 11 dutch national ballet ' s new production , by the creative partnership of rachel beaujean and ricardo bustamante , is based on the original ballet by jean coralli and jules perrot\n8 5 5 10 10 of course , the biggest clues leaked from former blizzard employees in korea who hinted that the game was going totally 3d\n8 1 1 7 7 the contents release from the copolymer modified liposomes was strongly accelerated around the lcst of the copolymer\n8 6 6 12 12 on this day in 1897 , writer oscar wilde is released from jail after two years of hard labor\n18 4 4 10 10 this was performed by illumination of the urethra with a candle\n6 3 3 9 9 since 1982 , people have traveled into low earth orbit aboard the workhorse of nasa ' s space program\n15 1 1 16 16 elegant people walking in an early eighteenth century garden are depicted in this beautiful embroidered wall hanging\n18 1 1 5 5 our companions have departed into eternity\n18 10 10 14 14 this is the second italian championship won by woody with horses bred in his stud\n16 18 18 23 23 the most telling critique of this delusional foreign policy comes in regular instalments in the form of a blog by the former british ambassador to poland\n1 2 2 6 6 the deeper currents are caused by heat from the sun\n16 13 13 22 22 the author of the letter , francis pawlett , wrote of a delicious cheese produced by cooper thornhill , the well known landlord of the bull inn\n3 3 3 12 12 the wastewater treatment plant processes the influent using a ultra violet light system to kill the bacteria prior to outflow\n8 1 1 9 9 the name is derived from a dutch or flemish word\n2 7 7 1 1 varicose veins result from weakening of the valves of the veins so that blood pools in the legs or another dependent area\n3 9 9 10 10 the pictorial demonstration below shows how to put your skirt waistband on after you have sewn your zipper and how to join and serge the skirt side seams\n18 6 6 12 12 but this is a very dark novel , driven by an unsparing view of human nature and a clear eyed analysis of the idea of human perfectibility\n6 3 3 6 6 americans have exported democracy to many countries\n18 11 11 14 14 since arriving in cairns , co workers have thrown the new employee into local issues\n6 1 1 7 7 the water is running into the overflow pipe\n17 2 2 13 13 highly specialized workers situated alongside a series of rolling ramps built up a product such as ( in ford ' s case ) an automobile\n4 1 1 5 5 the flour was in a can marked sugar and the tea was in a box marked salt\n5 7 7 11 11 ten years ago i started bringing a suitcase full of odd props to schools and libraries all over the world\n3 1 1 8 8 the kangaroo moves by hopping on its hind legs using its tail for steering and balancing while hopping at speed up to 40mph\n16 3 3 9 9 the 82500 seat stadium was built privately by the teams , the first constructed to serve as the host of two nfl teams\n8 1 1 25 25 the quote above , about how he wants to build magma into the biggest business of its kind in the world , is from an interview that he gave almost a year ago\n1 13 13 16 16 an alert victim with a broken neck or severely torn ligament has enough discomfort from the injury and muscle spasm to force him to hold his neck still\n8 1 1 5 5 the boat departs from the harbor at approximately 08 30 to arrive in the channel 30 minutes later\n3 1 1 2 2 the cottage kitchen is on the first floor and is fully fitted with fridge , dishwasher , microwave and all the standard self catering facilities\n6 1 1 6 6 the team journeyed into an uncharted area\n1 9 9 12 12 the affiliate classroom promotes the direct sales and gets commission from the selling of products\n1 17 17 22 22 the act of repeated hand washing is the compulsive behavior performed in an attempt to remove the anxiety caused by the obsessive thought\n4 1 1 10 10 the infusion was contained in a 6 ml plastic disposable syringe\n18 13 13 18 18 it ' s basically just a shack with a fridge and some fosters beers stacked up the back wall\n16 12 12 20 20 in fact , this is not so far removed from the famous ziggurat , the huge building erected by the emperor to communicate with the god marduk\n16 3 3 8 8 the draft ministerial declaration developed by the council chairman was untenable and caused the meeting to be still born\n18 16 16 19 19 that ' s right boys and girls you read that correctly , you just shared a printer over the internet\n18 3 3 4 4 she bought a gold bracelet for her sister\n14 1 1 4 4 the conversation centers around privacy , contextualization and other issues surrounding our increasingly digital lives\n11 12 12 16 16 as a term , fiddle better indicates the style of music the musician plays on the violin\n18 4 4 6 6 people have inherited a tendency to obesity\n18 16 16 19 19 i stood at the great central window , which was wide open , and watched the whiteness of the swans moving vaguely over the surface of the canal in the oncoming twilight\n16 3 3 21 21 fiber cans , tubes , and similar products are , by far , the largest category of products produced by this industry , accounting for 1 76 billion of the industry value of shipments in 2001\n6 0 0 5 6 investments have gone into the light rail\n2 18 18 21 21 the resident , who had gone out for a short while when the thieves struck , found the padlock of the flat broken and all the household articles strewn around\n14 2 2 6 6 students wrote scripts to narrate their story\n16 1 1 6 6 chenodeoxycholic acid is made by many species , and is quite a functional bile acid\n1 4 4 8 8 in relation to the catastrophe caused by the rains of recent days in the sierra and coastal zones of chiapas\n6 2 2 9 9 fair trade bananas have been imported into a few countries in europe for decades\n6 3 4 8 8 the instructor gave extra credit to an outstanding student\n18 3 3 16 16 the second primer set was derived from a specific variant surface glycoprotein ( vsg ) expression site where the sra gene is expressed ( r es )\n18 23 23 25 25 when the police raid the catacombs , shannyn ' s character hits her head while fleeing only to wake up alone in the maze of skulls and bones\n8 3 3 8 8 the red colobus groups went away from the chimpanzees when they were alone and no potential association partner was around\n18 2 2 7 7 the magnetic island grows from the resonant radius until the so called mixing radius rmix and full reconnection are reached\n17 1 1 7 7 our company converts waste plastics into crude oil\n5 4 4 7 7 so with my little bag full of buttons , i faced the cold , blustery day to carry out some of these lovely ideas\n18 6 6 9 9 i have blocked out the pin code of the phone ( please do not give this code to the customer )\n6 11 11 15 15 however , the 5 year survival rate falls steadily as the cancer spreads into other areas\n17 8 8 18 18 a big thanks goes out to the expert craftsman who did such a good job building my sailing hat\n11 7 7 16 16 upon emerging from the car , the stranger battered the man to death with a baseball bat\n11 5 5 13 13 more than 10 percent of drivers admit to having fallen asleep at the wheel\n2 8 8 11 11 she used her fingertips to scrub into the bristles of the brush , getting between crevices where food can often get stuck\n18 1 1 18 18 the research , performed at the kyoto prefectural university of medicine , has been presented at a medical meeting in japan\n11 1 1 6 6 masked robber threatens worker with claw hammer\n3 2 2 11 11 this pavoni machine has continuous brewing espresso coffee machine with push button , power indicator light and electro valve\n6 14 14 3 3 the white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup\n13 3 3 5 5 there is a nest of rabbits up in the loft\n13 7 7 10 10 this rather bizarre picture is of a whirl hedge of herons for such is the collective noun for these birds\n18 1 1 7 7 the housing encloses a double sealed ball bearing , with a lower lip seal for additional protection\n2 6 6 3 3 like the canary rockfish , the chin of the yelloweye rockfish is smooth\n18 2 2 7 7 the new law has been brought into force\n18 1 1 5 5 the restaurant was filled with customers , most of them children and mothers\n0 1 1 14 14 the development of oil palm plantations is one of the biggest causes of rainforest clearance\n10 3 3 10 10 lineman ' s pliers are an essential item in the electrician ' s tool complement\n11 1 1 6 6 professional counselors use a number of techniques , including conflict management seminars , peer mediation teams , student mentoring , group guidance activities and rumor control\n18 1 1 5 5 a terrorist has planted a bomb in a city center and it is due to go off in one or two hours ' time\n3 5 5 8 8 the second biggest problem for dogs and their teeth is that hard chews can break the teeth\n0 0 0 2 2 asthma causes swelling and narrowing of the airways\n11 0 0 3 3 mothers brought all items required to dress the child bandages , creams , gloves all of which are ridiculously expensive here\n10 1 1 2 2 the camera operator is that person behind the scenes but very much a part of the final project\n4 2 2 6 6 the purple puppet was in a crate being shipped from the uk to australia\n13 1 1 3 3 the hailstorm of atoms triggers nano avalanches on the slopes\n6 4 4 7 7 the governments have injected billions into their economies\n6 4 4 8 8 my wife mistakenly poured water into the valve cover of her 1999 sebring when it began overheating\n14 1 2 5 6 the study report compares the genetic structure of two vastly different flowering plants to see whether differences exist in the set of circuits that create each species ' flower\n0 2 2 4 4 the weekend snowstorm caused delays that had some passengers still stuck in washington , dc on monday night\n18 2 2 6 6 the heaviest rain fell from an area from roane and clay counties northeastward across braxton , gilmer and lewis counties and into southern harrison county\n15 1 1 8 8 these tests are a major theme of the book , so it is worth investigating them\n8 1 1 5 5 the country emerged from the war as clearly the greatest power in the world as well as the creditor nation of the world\n18 3 4 6 6 we hold the magnesium ribbon in tongs , and place one end in a bunsen burner flame\n18 1 1 5 5 the walk starts at an entry to mealmore forest\n18 3 3 14 14 the71 year old man has already converted a room in the basement into an office\n1 2 2 4 4 global warming pollution from cars , light trucks and suv ' s is the single largest source of global warming pollution generated in maine\n8 6 6 9 9 pharmacognosy is the study of crude drugs obtained from plants , animals and mineral kingdom\n4 10 10 13 13 the swelling continued so it was time to try the oils in a capsule\n3 1 1 5 5 the bungalow has a full bar and offers a wide selection of draft and bottled beer and wine\n13 10 10 13 13 a woman diagnosed with breast cancer today joins a huge sisterhood of cancer survivors ready to help her along the way to recovery\n11 3 3 9 9 a qualified medical professional uses a variety of diagnostic tests\n18 1 1 6 6 the insert starts in the left column and only spans the left column\n1 16 16 21 22 cervical strain results from the physical stresses of everyday life , including poor posture , muscle tension from psychologic stress or poor sleeping\n1 3 3 9 9 the reference clock signal originates from an internal clock source\n18 5 5 13 13 the morning session of the symposium ends with a reunion lunch for the attendees\n8 1 1 7 7 the timber fell from the russian registered vessel the sinegorsk in the channel on monday , 14 miles off of new haven , sussex\n16 13 13 14 14 rather more fun is book crossing , started in the us by a software developer to encourage the release of books into the wild so they can be enjoyed by others\n2 1 1 4 4 the mast of the ship , part of a waterfront memorial in portland , had fallen into disrepair , tarnishing the image of the once proud ship\n6 6 6 9 9 researchers have thrown a lot of resources into the archives without checking\n3 5 5 8 8 the primary parts of a skateboard are the deck , the trucks , the wheels and bearings , the hardware and the grip tape\n17 2 2 5 5 in the author ' s note to this work he writes about the importance of the play ' s threnodic essence\n8 3 3 8 8 a number of papers have emanated from this laboratory on the chemistry of dl pinonic acid ( i , ) and dl pinolic acid ( ii a )\n5 16 16 19 19 be careful , because just one little clove imparts a terrific amount of spice to a bottle full of rum\n4 1 3 7 7 the mah jongg set was in a trunk in the attic all through my childhood , then the trunk was in the garage for ten years\n13 9 9 11 11 hotels and restaurants downtown are prepared to handle the crush of delegates\n6 8 8 11 11 then after the concert , he stuffed the slides into a box under his bed where they remained for 40 years\n6 5 6 8 9 the school has rescheduled the field trip to next month\n2 20 20 23 23 white and rose wines are served slightly chilled ( around 10 c or 50 f ) one hour on the shelf of the refrigerator brings them to the right temperature\n6 0 0 5 5 billions have sunk into devastating companies\n15 6 6 10 10 throughout the series run , the character has received positive reviews\n10 1 1 4 4 the stethoscope gives the doctor clues as to the presence or absence of pathology\n0 2 2 9 9 the chemical reaction in the water caused a bubbling affect on the surface\n8 8 8 14 14 i remember there being an uproar because the video got out from an apartment complex and was n ' t suppsoed to\n8 6 6 11 11 although most scientists suspected that the virus descended from a primate species , only three chimpanzees infected with viruses\n18 1 1 7 7 the research has been published in a paper by the scottish records association\n3 1 1 5 5 the book is rich in exercises , most with answers\n6 1 1 6 6 a bird has flown into the building and is flying around the atrium\n3 1 1 6 6 the results are often displayed in charts or written as narratives\n6 1 2 8 8 the test results are entered into the electronic logbook\n8 2 2 7 7 all the actors came from a theater background\n1 1 1 7 7 the conflict is rooted in an ongoing refusal by the palestinians and the arab world to recognize the right of the jewish people\n13 21 21 24 24 universal design makes stand alone courseware , web based e learning systems , and other content more accessible to a larger population , including people with disabilities\n8 1 1 9 9 the name of the method comes from an arabic saying\n14 2 2 7 7 the urban legend was that the whole village had moved from italy to south wales\n10 2 2 6 6 choreographed fighting forms are used by students in order to develop an understanding of the offense , defense , distance , reaction , speed , and so forth\n1 2 2 7 7 a spot fire is caused by burning embers being blown away by high winds that occur during bushfires\n18 12 12 0 0 stack gummy savers with a little frosting in between to make a smoke stack on the engine\n13 10 10 12 12 kind hearted market traders have stepped in to rescue a litter of kittens which were abandoned under one of their stalls\n15 1 1 7 7 these subjects were thoroughly investigated at the conference during the three seminars each of high specialist content\n0 1 1 7 7 a rock in the road caused an accident by breaking the rear wheel on the wagon\n2 3 3 6 6 the number of sheets in a carton varies for large printing sheets\n8 4 4 11 11 the origin of the schwannoma is from the normally existing schwann cells in the tentorium\n0 7 7 11 11 ditto for his funny turn as a man who instigates the kidnapping of his own wife in e niwas ' s love ke liye kuch bhi karega\n16 4 4 7 7 this is the first book by this author that i have read and i thoroughly enjoyed it\n12 1 1 5 6 my father is in a lunch group of old timey political people called the sacramento seminar\n15 1 1 8 8 related questions form the subject of the next chapter\n0 1 1 4 5 the explosion caused a gas leak on the pipeline near the village of pouce coupe , south of dawson creek\n8 1 1 10 10 the picture of the orb was then extracted from the photo and inverted and this is what was found to be inside of this tiny looking orb\n5 13 13 16 16 the tube was placed in an inclined position with the end in a glass filled with water that was kept boiling\n17 1 1 15 15 the factory ' s main products are brandy ( armenian cognac ) , wine and vodka\n2 6 6 9 9 the absorbed nutrients move through the wall of the intestines and into blood vessels that take them throughout the body\n6 4 4 8 8 they then placed the fish in a wooden barrel filled with water and fired at the fish with a 9 mm pistol\n14 1 1 6 6 the news that there was an execution in lydgate ' s house had got to lowick by the evening\n0 2 2 11 11 a spaghetti pie served at a church dinner had caused the poisoning of one hundred people\n8 14 14 17 17 one of the nicest ways to spend an afternoon anywhere is to take a boat from the port of ouchy on the lakefront of lausanne\n18 0 0 16 16 prospectors seeking their fortune in the colorado gold fields traveled to denver on the smoky hill trail from kansas and points east\n14 1 1 4 4 the instructions were concerning funds for benevolent purposes\n18 2 2 7 7 most commercial pasta is made by this method\n18 23 23 26 26 many marriages do not recover from affairs at all , but at least one third do find some way to rebuild trust and happiness after an affair\n1 4 4 6 6 my dog has a fever from allergies he was given clavamox and a shot\n18 3 3 4 4 we sold a diamond ring on consignment through a jeweller who also dealt in second hand jewellery\n16 1 1 5 5 the saplings put up new sprouts by the end of the monsoon\n14 4 4 10 11 in january 2003 a symposium was held to discuss the current state of progress and future challenges\n14 1 1 4 4 these photographs show the survivors of a time that the truly nostalgic fondly remember and the rest of us ca n ' t believe existed at all\n18 5 5 8 8 it is also when a parent manipulates a child\n16 12 12 16 16 the us army is in the early stages of testing an aluminium exoskeleton made by a company called sarcos\n2 10 10 13 13 issues are presented concerning the importance of annually inspecting the centerboard on a yacht\n2 4 4 7 7 usually only the bottom lid of one eye is involved , but the top eyelid also can twitch\n1 1 1 5 5 the shooting stemmed from an argument the two students had in the community over the weekend\n4 6 6 10 10 they had been alerted that the cocaine was in a crate of turkeys , but they did n ' t see any\n18 1 1 5 5 the chemicals used for screen reclamation are some of the most hazardous products in a screen printing facility\n6 1 1 13 14 such ideas and technologies from the functional language community are migrating into mainstream software engineering\n6 3 3 6 6 we sent a query to two servers at a time\n6 3 3 6 6 the seniors poured flour into wax paper and threw the items as projectiles on freshmen during a morning pep rally\n10 1 1 10 10 the ladder is designed for the specific needs of the electrician\n3 7 7 26 27 options that are core components of the plan include a benefit period , an elimination period , a maximum benefit percentage of salary and a maximum weekly benefit\n2 1 1 9 9 his poetry and fiction have been published in literary magazines around the world\n3 1 1 5 5 the resort comprises a central hotel and free standing villas in the forest\n18 2 2 9 9 the four men are being dragged into the criminal underworld\n16 14 14 19 19 next we stopped by a pine table where an arrangement of cobalt blue knitted bowls by a south african ceramicist complemented a neat stack of chic indigo denim trousers by london ' s made in heaven\n18 7 7 10 10 while the curved shape resembles the gentle undulation of sand dunes , two raised starfish accent the border\n3 22 22 23 23 when a key is pressed and the circuit is completed , the code generated is sent to the computer either via a keyboard cable ( using on off electrical pulses to represent bits ) or over a wireless connection\n3 15 15 18 18 an open file is described in the linux kernel by a struct file item the structure encloses a pointer to the inode representing the file\n9 12 12 13 13 rabbi was cured of a severe disorder of the bowels by drinking apple wine seventy years old , a gentile having stored away 300 casks of it ( ` ab zarah 40b )\n1 3 3 11 11 part of the problem is rooted in an ill conceived state law\n14 5 5 12 12 in the 1950s , several books were published on the topic of sociometrics\n1 11 11 17 17 an important challenge for the new administration was to address the insecurity and poverty caused by civil war\n13 8 8 11 11 two days ago , adept garazo sighted a wake of ash vultures circling over the foothills of the redimeres\n18 2 2 9 9 the old man fixed the children with a firm stare\n18 5 5 7 7 an afghan handed over innocent people into torture\n18 9 9 13 13 his good taste for good cheese leads to the factory ' s commercial success\n0 1 1 13 13 phone masts for the high tech third generation mobile phones cause headaches and nausea\n6 4 4 8 8 nasa successfully dropped a probe into the designated area\n6 1 1 5 5 injected clodronate was removed into dialysate\n3 12 12 15 15 the joey is blind at birth , and must instinctively ascend their mother ' s belly and crawl into the nurturing pouch\n8 8 8 18 18 from the fires of inner earth , a mountain was formed that grew from the depths of the ocean\n16 8 8 14 14 tribble ' s one story , wood frame home is the 34th that the group has constructed in the county\n6 1 1 11 11 this article is included into australia ' s most well respected newspaper\n6 5 5 2 2 the us government sent an envoy to the north korean government\n6 0 0 5 5 ants are spreading into new habitats\n18 12 12 13 13 claiming to have better fm reception than the previous model , this radio tuner works with both windows and mac systems\n17 1 1 5 5 the sculptor has carved a statue of brad pitt and angelina jolie , naked and embracing one another and placed it inside an oklahoma city home\n18 1 1 8 8 a diapir uprises from the upward convex silicone dome , intruding within the sand\n4 6 6 10 10 a talented student who kept a pistol locked in a safe at his wolverhampton home has been sent to a young offenders institution\n18 2 2 23 23 this acoustic instrumental ( which has always been one of my favorites ) , makes an abrupt departure from the band ' s signature and dark sounding metal riffs\n3 1 1 7 7 the monitor comprises the display device , circuitry , and an enclosure\n18 1 1 5 5 the laptop was in the desk\n14 1 1 6 6 the description reveals that mass psychology swings from pessimism to optimism and back in a natural sequence\n18 1 1 8 8 the findings were from two years of dna testing and ct scans on 16 mummies , including those of tutankhamun and his family , the team that carried out the study said in an article to be published wednesday in the journal of the american medical association\n6 5 6 9 10 the man is draining the pool water into the sanitary sewer\n18 7 7 9 9 the immediate post war years were a hive of ideas at glyndebourne , some worked and others did not\n13 4 4 8 8 goguryeo developed from a league of various yemaek tribes to an early state and rapidly expanded its power from their original basin of control in the hun river drainage\n11 16 16 20 20 the harper brothers were blindfolded , and swung most of their punches into the air as seconds punched them with gloves attached to long poles\n11 1 1 13 13 the inmates successfully scaled the barbed wire fence by using heavy duty work gloves\n12 3 3 6 6 ultimately , a soldier joins the army and trains to fight\n16 3 3 7 7 following is a statement released by the lawyers acting on behalf of humayra abedin\n4 1 1 6 6 the money was contained in a bag of chamois leather , of respectable dimensions , which my banker had given me\n6 8 8 15 15 at one point in desperation , i poured flour into my great aunt ' s hand and measured how much it could hold\n3 1 1 8 8 the dog scratched at the door with its forepaw\n2 5 5 8 8 when he clicked on the plug of the antenna and it automatically attached to the wires of the bulb socket\n3 0 0 1 1 fish gills are multifunctional organs\n8 10 10 17 17 this suspicion is further fueled by the arrival of a piano for jane from a mysterious anonymous benefactor\n11 0 0 8 8 students learn at their own pace by using computers\n5 5 5 7 7 every bride was given a suitcase with gifts in it\n5 1 1 4 4 a suitcase with his things in it was on the doorstep\n6 3 3 6 6 the bacteria released arsenic into the groundwater\n17 4 4 8 8 from here , the cast improvised an elaborate story of teenage vampire romance , centering on actress chelsea gilman\n8 1 1 8 8 the kids got tuckered out from the bouncy castle\n6 13 13 16 16 a number of vendors , including salesforce com and rightnow , have released integration into social networks\n0 6 6 8 8 various hormonal , bacterial and inflammatory disturbances cause acne\n8 10 10 13 13 from the front , it looks like some sort of car from the future in a 50 ' s sci fi movie\n14 3 3 6 6 this famous chinese fable describes a fox , who visits chickens and brings presents\n6 8 8 13 13 thanks to the new product , a large profit is brought into the company\n13 6 6 8 8 there is a wedge or a sownder of swans flying north for the spring breeding season\n9 3 3 4 4 coconut rice and potato stew was a sunday lunch on a day when i wanted to spend as less time as possible in the kitchen\n14 4 4 11 12 the purpose of the chapter is to create a picture of palliative care today by presenting its definition , history , philosophy objectives , and standards of care\n18 5 5 13 13 the gateway dx 4822 01 computer makes a convincing pitch with the performance numbers and features to earn its place in your home\n1 0 0 9 9 paralysis or convulsions are caused by hormone deficiencies and imbalances\n16 10 10 16 16 tamkin is interested in musique concrete , a form of music that emanated from the french composer and theorist pierre schaeffer , in which emphasis is placed on finding new sounds that are n ' t traditionally regarded as music to create a new aesthetic\n6 6 6 8 8 the dust storm in libya blew sand into seashores in the mediterranean\n6 2 2 6 7 the whole company migrated into the country side\n14 0 0 5 5 laws often refer to blade lengths and styles to define tools with useful purposes\n15 7 7 12 12 the doctors , who are behind the motion being discussed at the conference , are unhappy about the guidance that has been issued\n2 4 4 10 10 they learned that some herbs and flowers planted in the garden help to control pests\n18 5 5 8 8 suzy probably refers to the artist ' s assistant , suzanne miller\n16 5 5 14 14 traditionally in china , such depictions of nature come from the mind of the artist , and are idealized representations of the natural world\n13 2 2 4 4 the current flotilla of icebergs that split off antarctic ice shelves is slowly drifting in the direction of new zealand\n8 3 3 12 12 it removes the hair to the precise contour of a perfectly shaped eyebrow\n3 1 1 13 13 this blouse puts a unique twist on the classic blouse with bat wing sleeves\n4 1 1 6 6 the bag was stored in a sack\n18 3 3 8 9 a sharp marginal rim starts at the anterior dorsal angle and continues around the anterior and ventral margins to the posterior ventral angle\n3 1 1 6 7 this car even has the original casette player and cd changer , which is fully functional\n18 1 1 6 6 real estate builds itself out of downturn\n2 2 2 5 5 fill the reservoir of the coffeemaker with white vinegar\n18 8 8 9 9 a detailed estimate is built up of many component parts which may result in cumulative errors\n0 0 0 4 4 conflict had caused the collapse of the somali republic\n6 1 1 5 5 the carbon sank into the emitter\n2 10 10 13 13 i kept my mobile ( cellphone ) in the same pocket in my trousers ( pants )\n8 10 10 20 20 it does n ' t hurt either that the understated style is a satisfying departure from the faux french imperial designs\n8 2 2 7 7 when the word got out from the paperboy , the town cheered\n9 0 0 1 1 cane sugar engineering and technology texts currently used are out of date and do not include most of the developments in technology\n9 0 0 1 1 chocolate cake is a dessert popularized at the end of the 19th century and popular internationally\n17 8 8 13 13 common ravens are one of only a few species who make their own toys\n13 3 3 7 7 here is a dole of female wild turkeys\n16 7 7 11 11 gis analysis did show a relationship between cracks caused by the earthquakes and paddy fields and ponds with or without water\n17 5 5 12 12 having done this , the society of agents has constructed a valid plan to deliver the set of initial orders and has reached a state of equilibrium in the sense of ( ste90 )\n18 13 13 16 16 a concise , comprehensive style is a great ornament in narration and a superfluity of unnecessary words , altogether improper\n16 4 4 9 9 most of the relevant theories were derived by the geodesist in his famous books die mathematischen und physikalischen theorien der hoeheren geodaesie ( 1880 )\n12 8 8 13 13 winter is here , and the little fir tree stands lonely in the forest\n11 1 1 5 5 the author carefully chose the composition so that the desired molecular machines and the relationship between them are clearly revealed\n6 4 4 7 7 manufacturers passed on the costs to the consumers\n6 1 1 6 6 the particles were dropped into the clouds before the storm occurred\n2 3 3 6 6 branches overhang the roof of this house\n11 16 16 23 23 however , the trial court also found , within the same aggravating factor , that the defendant killed the victim with a deadly weapon\n16 7 7 11 11 tad wilkes wrote a note titled kind words from the local press\n4 1 1 6 6 the information was stored in the memory of a second hand photo camera\n4 8 8 18 19 in the first series of tests , the aluminum was contained in a vacuum sealed , pyrolytic boron nitride crucible\n17 25 25 32 32 mark coreth , 48 , a troop leader with 4 troop , b squadron the blues and royals during the conflict , and now a sculptor who has recently completed a memorial work featuring three flying albatrosses , spoke after the service\n2 9 9 13 13 the experiments indicated that the insulin content of the pancreas of the normal rabbit averaged one half unit of lilly insulin\n18 1 2 7 8 the vowel length was denoted by the acute accent\n2 6 6 9 9 the deformity is similar to the claw of lower animals , and perhaps its cause is atavistic\n14 8 8 11 11 reverend stafford carson focused almost all of his message on the dangers of abusing alcohol\n17 2 2 8 8 the islamist group which provoked outrage with its plan to march through wootton bassett was banned\n13 6 6 8 9 in these woods they had an aerie of sparrow hawks and merlins , and the right to bees , honey and millstones and turf , bracken and heather for themselves and their tenants\n0 2 2 5 5 the fatal mistake caused a quarrel between different companies\n13 1 1 4 4 one drift of the sheep was marked with a red cross , and the other drift with a black patch\n0 1 1 10 10 many disorders of the stomach and intestines cause nausea and vomiting\n6 1 1 10 10 the statue of an aztec god is carried into a temple\n1 7 7 12 12 these are all symptoms of the muscle paralysis caused by the bacterial toxin\n13 9 9 11 11 the structure of the benthic boundary layer over a bed of mussels ( mytilus edulis ) was investigated in a large racetrack flume\n2 6 6 9 9 first , he pressed the start button of the calculator to see what happens , then tried to vary the parameters\n18 2 2 6 6 a makeup artist applies the finishing touches to marquesa lawrence before the taping of a segment of the scholar\n14 1 1 4 4 these resources discuss the development of photography through the 20th century\n3 2 2 7 7 this led system contains 5 colored led bulbs meant to calm the mind and provide a truly memorable bathing experience\n4 22 22 27 28 4 g of sodium metabisulfite were spread between sheets of greaseproof paper at the bottom of 40 x 30 x 10 cm cartons which were enclosed in plastic bags\n2 2 2 5 5 the metal casing of the refrigerator made it impossible to access them\n3 8 8 9 9 he has simply taken the hook of the fishes mouth because the point of the hook did not stick out\n3 4 4 9 9 the solar powered bus shelter was composed of recycled bottles\n17 2 2 6 6 a pious lady having built a church under the invocation of the blessed virgin , on the high road to bethlehem , longinus refused her request that his pupil should undertake the charge of it\n4 2 2 6 6 my first dog was in a crate until about a year old\n8 1 1 5 5 the form originated in sixteenth century as a kind of parody of tales of chivalric adventures\n17 0 0 4 4 dissidents have drawn up plans to kill policemen in milltown in west belfast\n11 7 7 16 16 on a clear fall night , the president had traveled to dover on a 40 minute helicopter ride from the white house\n2 5 5 8 8 the article appears on the backpage of the newspaper , in the endzone section , and makes viola the first known njcu athlete to ever appear on a cover of the ncaa news\n18 1 1 5 5 gaza families recover from three weeks of war\n18 6 6 11 11 we detect defect sites by chemical modification of the sites with polymers\n18 10 10 19 19 it was drizzling lightly in late october when the midnight shift started at the owls head water pollution control plant\n0 3 3 15 15 it was the destruction of the gold standard by the government that caused the unprecedented collapse in the world economy\n1 0 0 2 2 coughing from asthma is worse at night or early in the morning , making it hard to sleep\n9 15 15 16 16 day two in the sacred valley began with a trip to a local chicha ( corn beer ) brewery , but there was more there than just beer\n12 8 8 11 11 during this period of time , when a soldier joins the army , he has to buy his own war horse and weapons\n15 1 1 6 6 the migration as defined in this article was the expansion of the turkic peoples across most of central asia into europe and the middle east\n4 4 4 9 9 they saw that the equipment was put inside rollout drawers , which looked aesthetically more pleasing and tidy\n13 3 3 4 4 in addition , herd bulls supply half of the genetics to all the calves he sires therefore , bull selection can be the most powerful method of genetic improvement in the herd\n6 3 3 13 13 ms sendler made lists of these children and placed the lists in a jar that she buried in a garden\n18 3 3 7 7 5 lbs of clay made into a canister hold a 5 lb bag of flour\n0 8 8 10 10 the obama administration supports ending the use of antibiotics for growth and feed efficiency in food animals\n3 2 2 4 4 in each bank of circuits , one side of each of all 8 circuits thereof is commonly connected\n17 11 11 14 14 jazz represented a break from western musical traditions , where the composer wrote a piece of music on paper and the musicians then tried their best to play exactly what was in the score\n16 6 6 13 13 by the 7th century ad , beer was also being produced by european monasteries\n8 14 14 17 17 younger workers demand more perks due to the exit of the much larger boomer generation from the workforce\n18 1 1 6 6 the concerns were related to property taxes , sewage systems , property values , and control of school districts\n6 11 11 18 18 the album was stored in a protective poly jacket and the vinyl was stored in an anti static sleeve\n18 1 1 4 4 the machine needs user confirmation each time the camera is turned on\n1 3 3 11 11 the primary electron beam was generated by an electrostatically focused electron gun , with a rhenium strip cathode\n10 3 3 4 4 violin family string instrument players are also occasionally instructed to strike the string with the side of the bow , a technique called col legno\n14 12 12 14 14 in 1672 he opened a tavern in leiden and many of his pictures represent taverns and festive gatherings\n18 2 2 5 5 cache designs qualifications in the care and education of children and young people\n17 1 1 4 4 the author wrote a book , moneyball , that drove baseball ' s clubby traditionalists crazy\n16 6 6 8 8 as must concerto ph , a piece this modernist composed for the brussels fair using amplified burning charcoal as his single sound source\n0 3 3 14 14 higher doses of cocaine cause convulsions , severe maternal weight loss and increased maternal mortality\n6 0 0 6 6 droxyapatite were implanted into facial osteotomy gaps\n13 10 10 12 12 i ' m going with some girls to get a bunch of flowers\n0 1 1 10 10 a dog loose on the carriageway caused a five vehicle crash on the m25 on wednesday morning\n18 1 2 10 10 the microprocessor cluster has been migrated into high end embedded applications\n8 8 8 15 15 they were ready to bake the best darn cakes that ever popped out of an oven\n8 1 1 5 5 the demonstrators descended from the vehicles and marched five kilometers\n4 1 1 27 27 his interview for colonel james critchfield of the cia ' s gehlen organization that runs to nearly a thousand pages was hidden in the cia ' s files for years\n9 3 3 4 4 once all the corn liquor is collected , you have to proof it down\n11 1 1 9 9 the navigator did his job then with a plath sextant and a chronograph\n3 1 1 9 10 the bathroom comprises bath tub with electric shower , wash basin and wc\n3 1 1 4 4 the system uses a filter to clean the air that the central vacuum has taken in\n14 2 2 4 4 the following regulations govern refunds available upon withdrawal from the university or when other changes of status take place\n15 4 4 9 9 we teach conflict resolution skills to young people through workshops in schools and youth centres\n1 4 4 7 7 in economic terms , pollution from fossil fuels is regarded as a negative externality and should be taxed\n1 5 5 8 8 third , air and water pollution from fossil fuels are a huge problem in china\n3 4 4 7 7 once he dangled his axe by the helve to sight along the tree trunk\n9 5 5 6 6 the ca content in the corn flour has also a strong dependence on the pericarp thickness ( gutierrez et al , 2007 )\n5 1 1 7 7 the suitcase was full of smart new clothes\n16 4 4 8 8 there are three different estrogens made by your body\n13 9 9 12 12 the pandemic h1n1 flu virus was confirmed in a flock of breeder turkeys in virginia\n18 17 17 22 22 murmur of water , kuttimuratov ' s other piece i photographed for you , shows the zoroastrian goddess of water with a fish\n0 7 7 15 15 in 1880 , there was a strong typhoon and an earthquake that lead to the destruction of the instrument\n4 5 5 11 11 in the beginning , the yarn was stored in plastic ikea bins\n18 6 6 10 10 two extra time goals sent the team into the carling final\n8 8 8 17 17 buoyed by liberal attitudes such as those , politicians across western europe are stepping out of the closet\n17 10 10 16 16 it took sonu shamdasani , the primary translator and the writer of a 33 page introductory essay , two years to persuade jung ' s family to let him start working on a color copy of the original book\n9 28 28 29 29 still , wondrich , a onetime history professor who is now the drinks correspondent for esquire magazine , was the man who made me see the light about rye whiskey\n18 2 2 8 8 the foreign company has entered into the insurance market in china\n8 10 10 17 17 well rested from our relaxing day pool side , the tourists had an early departure from the hotel\n15 4 4 7 7 he learned about their divorce from a newspaper\n18 11 11 15 15 also included is our commission authorization form , which collects the author ' s contact information and authorizes us to retain our standard 5 commission\n13 8 8 10 10 far below and a universe away , a constellation of windows darkened\n13 1 1 4 4 one faction of netherwing dragons , named the netherwing , were attacked by the dragonmaw orcs of shadowmoon valley and many were enslaved by zuluhed , including the female karynaku ( mate of neltharaku ) who was leader of the brood\n16 6 6 10 10 the ditch was dug and the rampart piled up by gangs of men working in sections\n0 0 0 10 10 speeding is one of the more obvious causes of pedestrian accidents\n15 1 1 8 8 family values and meanings are narrated through family albums\n4 9 9 12 12 it was a jigsaw puzzle game of several spilled pecans in a dish\n2 1 1 5 5 the axis of the drive wheel of the internal geneva drive haves a bearing only on one side\n14 6 6 9 10 even though the network ' s programming covers the political process , the network receives no funding from the government\n4 1 2 6 6 the tea bag was in a mug , which made the whole process more straightforward\n13 4 4 8 8 microsoft has announced an alliance of various industry partners whose goal is to fight the conficker worm\n14 1 1 4 4 the images show a group of men that detectives want to question\n11 1 1 8 8 the detainee traveled to afghanistan on a forged passport\n11 18 18 24 24 thorstein has no choice but to ride to the village of hof and deal with thord , the man who struck him with the staff\n14 2 2 5 5 numerous international treatises assert the obligation to give medical care without discrimination to all victims in a war zone\n13 1 1 3 3 a lamentation of swans is swimming on the lake , some are on the shore , and others are flying\n8 14 14 20 20 note that the relevant superannuation fund ( s ) must be notified of the employee ' s departure from the company\n6 4 4 12 13 this year , many films from asian countries are entering into the film festival\n0 1 2 5 6 the high temperature caused a decomposition reaction , increased the inner pressure of the reactor , and resulted in a rupture\n13 12 12 15 15 new zealand raised a force to fight in europe and sent a brigade of mounted riflemen and a brigade of infantry which after meeting up with the australians , was diverted to egypt\n2 3 3 6 6 he hold the body of the plane loosely between two fingers with the nose of the plane pointing toward the floor\n11 1 1 11 11 the scientists and monitored the depth while studying the narrows through binoculars\n6 3 4 7 7 these people dropped animal food into the lake\n6 1 3 1 1 five space shuttle orbiters have flown into space on nasa ' s missions\n13 11 11 17 17 athos , porthos and aramis were soldiers in the very prestigious regiment of the king ' s musketeers something like king ' s guard which main arm , in the battlefield was the musket , a very heavy gun that needed to be held on a fork\n18 0 0 9 9 access to two gateway center is gained from a doorway just inside the liberty avenue vehicle entrance\n6 2 2 6 7 branton bridge solicitors entered into the administration building\n9 26 26 15 15 it is a general rule of thumb that the tastier and more expensive a blended whisky is , the more single malt , i e , barley whisky , has gone into its making\n17 1 1 5 5 the school convinced jurors with plans for ground breaking research programs , such as the karlsruhe school of optics and photonics\n1 1 1 9 9 the deterioration has been caused by an apparently endless recession\n6 1 1 5 5 the money was put into education and health\n6 2 2 5 6 he poured water into a cookie pan , put the mold into the pan , and froze the two together\n3 1 1 5 5 the apartment comprises of two bedrooms with fitted wardrobes , two bathrooms with tub , a spacious kitchen and lounge room\n2 3 3 7 7 i pressed the button of the radio transmitter to be programmed 1x\n16 3 3 11 11 here is another work from the pen of a vital american composer\n13 13 13 17 17 after a short playing session they walked off on the trail of a couple of lone female impalas\n17 1 1 7 7 the committee came up with some interesting recommendations\n9 7 7 8 8 the greatest exponent of monounsaturated fat is olive oil , and it is a prime component of the mediterranean diet\n6 4 4 7 7 my father spent his money on his company\n17 1 1 8 8 my wife quickly prepared scrambled eggs and black coffee and took them back to bed with her copy of miss pettigrew lives for a day\n2 12 12 15 15 i took a look at the way and in what direction the door of the dryer swings open since there was limited space in my laundry room\n1 19 20 31 31 the scientific , yet understandable reasons of why the l bo aid is so effective in eliminating and preventing elbow pain due to epicondylitis commonly referred to as tennis elbow and tendinitis\n6 1 2 11 11 the baby bat was blown into the squirrel ' s treetop nest by a storm\n18 16 16 17 17 the principal hazard facing the publisher with respect to reviews is getting panned by an honest book reviewer or scammed by a phony book reviewer\n4 3 3 7 7 the money laced comforter was in a suitcase bound for the middle east aboard a commercial flight\n1 1 1 5 5 the process departs from an inspiration and idea generation phase based on challenges the company faces in the coming years\n2 1 1 10 10 shrimp paste is a key ingredient used for making thai curry and it is also used in many spicy soups , salads , sauces and stir fries\n1 1 1 7 7 the decline has been caused by the immigration of lower ability immigrants\n8 4 4 11 11 the country lane charm birdhouse is made from antique salvaged barn wood\n17 1 1 4 4 one factory ' s output or waste product became the raw materials of another factory ( preferably nearby )\n6 2 2 6 6 the following letter was sent to members of the u s senate\n4 1 1 5 5 this machine was in a suitcase that was the size of a carry on bag and weighed less than 10 pounds\n2 15 15 18 18 simple plastic covered wire baskets with wheels on a rail , allows access to the rear of the refrigerator\n3 6 6 7 7 judging by the decorations in the shop windows , it is christmas time\n1 2 3 10 10 instead , criminal law is set out in a diverse range of statutes and court decisions\n18 3 3 6 6 here , the coast comprises coastal lowlands that receive the many small rivers flowing from the lake studded plains of the island ' s western half\n0 1 1 8 8 infectious conjunctivitis is the most common cause of pinkeye around the world\n14 2 2 7 7 afterwards the work points out the great difficulties due to the measurement of those parameters and reports about some experimental investigations executed\n1 1 1 6 6 the singing comes from the substantial figure of mole paul smith in the normal world who crams into his days a full time job\n13 24 24 27 27 his poetry began enjoying increasing success , and in 1933 he was able to earn his living exclusively from his writings , joining the collective of young writers at the magazine ogonyok\n4 1 1 5 5 the bible was in a trunk that was sent to fort worth , texas\n11 1 1 3 3 the author uses symbolism in order to show the importance of some ideals and main themes of the novel\n9 0 0 1 1 strawberry tea tastes almost as delicious as the berry itself , with a mild and fruity flavor\n18 1 1 8 8 the bacon is home cured by our local butcher who also supplies the award winning sausages\n17 1 1 14 14 these studios became veritable hit factories that produced many of the most successful pop recordings of the latter 20th century\n16 2 2 15 15 the 1886 terraces are of historic importance to geelong , having been built by the philanthropist elizabeth austin\n6 3 3 9 9 finally , the slider was inserted up into the machine and used to trip the payout switch\n3 5 5 10 10 the second day of the conference started with the fourth session on knowledge\n3 2 2 7 7 the morning session of the symposium comprises contributions from former group members and ends with a reunion lunch for the attendees\n3 2 2 8 8 the adult female has a faint emerald green collar that is difficult to discern in the field\n14 11 11 16 16 the demon princes is a five book series of science fiction novels which cumulatively relate the story of kirth gersen\n1 1 1 16 16 the damage in washington was so much less than the damage caused by the 1994 northridge earthquake , despite that their magnitudes were so similar 6 8 vs 6 7\n8 3 3 10 10 a specially built sculpture of the ship emerges from the harbor\n9 2 2 3 3 the highland barley beer produced in tibet has been becoming increasingly popular among americans since the first batch of 11 , 340 boxes of such beer were shipped to the united states in may\n3 1 1 4 4 the award comprises a trophy and a certificate and is being run by the british cartographic society with the support of stanfords map shop\n15 1 1 12 12 the violence in indonesia ' s aceh province has been discussed at talks in jakarta between president wahid and the visiting malaysian prime minister , mahathir mohamad\n15 1 1 12 12 aboriginal people have repeatedly been popularly described through coarse , even racist caricatures\n6 5 5 8 8 the hotel sector passed on benefits to the consumers\n4 15 15 19 19 it showed a photo of it being enclosed in a black plastic case and the disc was enclosed in paper\n11 4 4 12 12 i even have a friend who cooks the cans in a pressure cooker because she ca n ' t be bothered cooking them on the stove for 3 hours\n16 1 1 31 31 the picture of madonna and child in glory with st sebastian and st rocco on the far wall of the church of campello sul clitunno was completed by one of his pupils from a preparatory drawing by lo spagna\n18 17 17 21 21 here , we analyzed changes in heterozygosity over time in an insular mouflon ( ovis aries ) population founded by two individuals in 1957\n8 1 1 10 10 the train departs from the bryson city , nc train depot on its magical journey to the north pole\n5 1 1 5 5 the windshield encloses a parachute housing containing a parachute assembly\n0 7 7 13 13 in early 2007 renewed a coal mining activity in the region triggered the earthquake , although earthquake activity has been present in the area at least since white settlement first occurred\n17 5 5 9 9 in experiments so far the researchers have produced spider silk by inserting the gene into the genome of cows and hamsters\n16 6 6 10 10 this little cutie was once a jumper knitted by my grandmother\n18 5 5 9 9 since last year , many people are sinking into debt\n14 1 1 5 5 the report insisted on the need to guarantee income security independently of the variations in economic circumstances\n6 3 3 6 6 he placed the ashes in a jar and divided them equally into eight portions\n0 1 1 9 9 this bacteria causes skin infections , colds , or diarrhea\n6 7 7 10 10 washington has fiddled while other states poured money into higher education\n6 4 4 8 8 the un has transported troops into the deep jungle of cambodia\n14 1 1 7 7 a script was written describing the initial situation , with ongoing scenarios developed containing essential actions\n2 9 9 12 12 he was all asshatty about the mural on the wall of the building and thus he did not spend much time in cities\n1 7 7 10 10 brushing the air with both hands and coughing from the dust , it settled on both vehicles\n8 17 17 21 21 but all these friedmann universes are very different from the kind of expansion one gets when the universe originated in an explosion\n4 1 1 5 5 storing clothing in a cedar chest protected the apparel from the damaging effects of moth larvae\n18 0 0 7 7 experts said that the creation of such facilities contributes to strengthening the city ' s position as one of eastern cuba ' s major tourist destinations\n0 0 0 3 3 anger leads to aggressions towards colleagues\n6 3 3 6 6 the organization delivered meals to homebound seniors\n1 2 2 8 8 the former emission arose from the primary collisional excitation\n10 3 3 7 7 we present a perception driven autonomous urban vehicle\n18 7 7 10 10 a solar calendar is a calendar whose dates indicate the position of the earth on its revolution around the sun\n13 19 19 22 22 the regiment is composed of ten battalions of 400 heavy infantry and 50 light infantry each plus an extra unit of 1000 pikemen and 500 extra light infantry\n17 1 1 6 6 this magazine has thrown together a list of the top 100 albums between 2000 and 2009\n3 3 3 17 17 traditionally the national dish of the island is ` spuds and herrin ' , boiled potatoes and herring\n8 11 11 15 16 weights were added to the other side of the balance until tissue release from the choroidal side was achieved\n6 2 2 7 7 newly generated pneuroblasts are migrating into the dam\n6 14 14 25 25 shri pandit krishnapal sharma made approximately 1 tola of gold from 1 tola of mercury in front of us the mercury was put inside a shell of reetha\n6 4 4 8 8 i even placed the dish in a cold oven as directions state\n1 8 8 13 13 this sweet satisfaction was only troubled by the sorrow caused by the horrible attack on the person of a representative of the nation\n2 6 6 9 9 earl turned and leaned on the railing of the balcony\n2 12 12 20 20 in a similar context , this circuit has followed the rule that reinstatement is a basic element of the appropriate remedy in wrongful employee discharge cases\n18 6 6 10 10 i love the sweet and salty combo of the watermelon salads that have been all over the food world lately\n18 6 6 14 14 it is exciting to see the windsurfers conquer the water body with their impressive control and skills\n14 14 14 17 19 during the period of professor mikko niemi ( 1965 1996 ) the focus of research was in male reproduction biology\n6 4 4 7 7 the head gasket leaked coolant into the oil\n16 2 2 5 5 a german company dug a pool on an outdoor running track and then covered it up\n18 4 4 8 8 it ' s the quality inside a fertilizer bag\n1 8 8 1 1 many depression sufferers and their physicians revealed that insomnia was caused by depression\n3 0 0 9 10 education in early african societies included such things as artistic performances , ceremonies , games , festivals , dancing , singing , and drawing\n6 2 2 7 7 some foreign workers moved into a converted dormitory at serangoon gardens estate on friday\n6 5 5 8 8 this company has put the insulation into the walls\n13 15 15 18 18 from 1958 to the present , he has cautiously undertaken a close collaboration with a pleiad of reputed authors in his cinematic endeavors\n17 0 0 5 5 artists have created a living piece of leather from mouse stem cells\n6 4 4 8 8 the taxpayers have dumped billions into this bankrupt company without noticing it\n18 3 3 7 7 she wears a brace for her left ankle , has restricted use of her left hand , still has vision problems and continues with therapy\n9 23 23 24 24 we had calamari appetizer which was no different then any other place , the lamb shank tasted like it was cooked in canned tomato sauce\n6 1 1 7 7 the disease was transmitted on to another patient by skin\n10 1 1 15 15 the bridges of a koto , on the other hand , are moved by the player , in the course of a single piece of music\n17 1 1 7 7 the liver is responsible for production of biochemicals necessary for digestion\n0 2 2 5 5 the increased spending caused a strain on the state treasury as the sultan was spending increasing amounts of time in the harem rather than leading the people\n14 1 1 9 9 that episode also reflected on the 1992 los angeles riots\n1 3 3 7 7 my earliest research interest stemmed from an internship at tall timbers\n1 12 12 14 14 here are some ways to avoid mindless eating and boost your weight loss from running\n3 5 5 8 8 adding a staysail gives a boat a small jib that can balance the boat in heavier wind and sea conditions\n14 1 1 5 5 this statement pointed toward the resolution preferred by the bosnian serbs\n18 1 1 3 3 latest figures show unemployment in wales is rising again despite falls in the previous two months\n8 3 3 8 8 when the anatolian language went away from the community , it continued its dialectal divisions\n1 1 1 5 5 the tides caused by the sun follow the exact same methods as those by the moon\n18 1 1 11 11 the organizers of the retreat near lake placid threw together a group of people on a hunch\n18 1 1 6 7 this study aimed at assessing the processing time of a natural scene in a fast categorization task of its context or ` gist '\n18 16 16 19 19 athens , in his time , was strictly a portion of feudal europe , and the chivalry of athenian dukes was familiar to those for whom he wrote , and wherever chivalry was in esteem and when he described a fatal battle in the plain of thebes , the slaughter of knights , the despair of their ladies , he recalled a great catastrophe recent in men ' s memories\n9 0 0 1 1 elderberry wine has a unique flavor that changes considerably over time\n12 17 17 20 20 all that has changed after the arrival , last month , of a handful of socialist environmental campaigners from the group\n16 12 12 16 16 in 1946 , maytag began marketing a separate line of ranges and refrigerators made by other companies under the maytag name\n8 5 5 11 11 maybe a few times my boobs have popped out of an outfit but that happens\n18 8 8 12 12 lionsgate has announced that they have pulled the film from its release date , but as of yet have not announced when we can expect to dee the movie in theaters\n6 3 3 6 6 you have added keys into the memory on the remote systems\n15 1 1 6 6 the debacle was the topic of conversation for days\n0 11 11 16 16 i forgot to shut the bathroom door before showering and the steam set off the smoke alarm on the wall between the bathroom and my bedroom\n9 9 9 10 10 mekong is a 35 percent ( 70 proof ) rice whisky famous in thailand as the drink of choice for the blue collar workforce\n16 9 9 11 11 a katrina like hurricane eventually collapses the slapdash apartment buildings the villains have constructed , killing the guilty and innocent alike\n14 1 1 9 9 this article introduces feminist and women ' s rights arguments\n1 4 4 12 12 characteristics of a vacuum spark triggered by the transient hollowcathode discharge electron beam\n9 0 0 1 1 lemon cake is my husband ' s favorite\n17 11 11 19 19 some of you remember the story of william kamkwamba , the boy who at 14 built a 12 watt windmill from improvised materials for his famine stricken home in africa\n2 3 3 6 6 she painted the socket of the bulb with black paint , using a cotton swab\n17 3 3 8 8 the fuel processor system of the invention generates hydrogen from a hydrocarbon compound or from mixtures of hydrocarbon compounds\n18 3 3 9 9 the sliding bar assembly is attached to the removable panel and the bush is mounted to the panel ' s stationary support\n16 1 1 6 6 the design unveiled yesterday by the architects is on a more human scale than the american and spanish projects\n3 4 4 7 7 this particular x ray machine has a timer on it that they used for exposure time\n15 1 1 8 8 the disparity became the topic for her doctoral dissertation\n6 1 1 5 5 my friend travels into several countries in northern europe by himself\n14 1 1 6 6 this document reflects the best browser settings for use with a macintosh system\n6 1 1 6 6 the paste was put inside a wrap which reminded me of a chinese mu shu wrapper\n6 4 4 7 8 sky transfer has taken cycling into the football age\n18 1 1 5 5 the electrician carries out audibility checks throughout the building during the drill\n6 3 3 6 6 we placed the burlap into the bucket as lining\n8 7 7 10 10 that puts you a little above the recomendations from the article i linked , but not rediculously so\n6 1 1 6 6 the leukocytes migrated into the body tissues to take up a permanent residence at that location rather than remaining in the blood\n18 1 1 6 6 a dehydrator is best for the drying of high moisture herbs\n4 1 1 5 6 the dagger was inside a wooden sheath which is actually a walking stick\n11 0 0 12 12 ships heading north and eastward across the north atlantic stayed in the current\n2 7 7 10 10 jack and jill are lying on the floor inside the house dead\n3 2 2 7 8 this revolutionary system contains dvd ' s reference guides , phone and online support and much more ( it ' s like having your own personal weight loss coach 24 7 )\n11 1 1 6 6 professional painters use a 5 gallon bucket with a roller screen\n4 1 1 6 6 a gas is enclosed in a container fitted with a piston of cross sectional area 0 10 mz\n1 10 10 12 12 each year , many infants and toddlers die due to suffocation from breathing small objects into their breathing passages and lungs\n6 1 2 7 7 the flu shot was given to young children , pregnant women , and elders first\n11 11 11 14 14 transient reduced electronic dynamics at low temperatures has been attempted by researchers using qdt approaches\n13 12 12 15 15 ultimately , this began to shake the confidence of people in the union of the provinces\n15 0 0 9 9 solutions to these exercises have been provided in the appendix\n1 3 3 7 7 aware of the suffering caused by the destruction of life , i am committed to cultivating compassion and learning ways to protect the lives of people , animals , plants , and minerals\n2 1 1 11 11 the story was related in the adevarul newspaper ' s online edition\n4 1 1 6 7 the cocaine was concealed inside a teddy bear\n1 16 16 7 7 even way back in the san francisco earthquake , most of the damage was caused by fire after the earthquake\n16 17 17 22 22 these three dimensional lithographs are similar to the paper constructions of red grooms and an impressive installation piece previously created by the artist\n6 1 1 6 6 the fuel is leaked into a crankcase\n13 1 1 9 9 the management of the club consists of thai office bearers and local expatriate volunteers\n16 10 10 15 15 the promotion of tourist attractions in baracoa , the first village founded by the spanish conquistadors in cuba , is the main goal of the tourist information center ( infotur ) in that eastern city\n12 2 2 3 3 a new student organization is being established at uws from the beginning of 2009\n4 1 1 7 8 the bomb was discovered placed inside a rubbish bin\n8 1 1 6 6 the aircraft departed from the illegal airport of lefkoniko the following day\n18 1 1 7 7 the company has entered into a reseller agreement\n18 1 1 5 5 more people are falling into poverty , especially those already struggling to make ends meet\n18 1 1 5 5 the decade produced a bumper crop of great movies\n18 1 1 5 5 the trail starts at an elevation of 5600 ' and steadily climbs to the top of a 6850 ' promontory overlooking pine and juniper canyons\n4 1 1 5 5 the tv was in a cabinet that you can only see from the bed but not from the side because of the cabinet ' s door\n2 1 1 4 4 the aisles in the supermarket are well designed\n17 5 5 17 17 a microbrewery , or craft brewery , is a modern brewery which produces a limited amount of beer\n9 7 7 8 8 groups of them were gathered , drinking barley ale\n8 2 2 9 9 the present essay is derived from a more comprehensive study\n6 3 3 7 7 venezuela sent an ambassador to the palestine border\n18 1 1 9 9 the smile runs away from the kid ' s face\n18 3 3 7 7 they are navigational maps based on realistic descriptions of harbors and coasts\n18 1 1 7 7 the bottom is welded into each monoseal casket using a continuous weld aldong the entire seam\n18 4 4 6 6 he ' s stuffed pork into defense and homeland security\n2 1 1 8 9 the intestines and appendix are part of the gastrointestinal system\n1 1 1 5 5 liver cancer caused by hbv virus is among the first three causes of death from cancer in men , and a major cause of cancer in women\n1 13 13 15 16 a common side effect of strict elimination after extended periods of use is headaches from caffeine withdrawal , which is also a clear sign of the addiction\n0 1 1 7 7 the war resulted in other collateral imperial conquests as well\n6 0 0 5 5 backpackers are traveling to several countries in a short period of time\n13 7 7 9 9 congenital renal disease was detected in a flock of sheep in the english midlands over 2 successive years ( 1982 and 1983 )\n4 1 1 5 5 the anthrax was in a suitcase , on its way to canada\n6 0 0 6 6 funds are moving into this new project\n11 2 2 8 8 management unit personnel marked private lines with blue paint\n14 1 1 3 3 published papers include results of original investigation , clinical reports , case history reports and review articles\n6 2 2 7 7 water disinfection tablets were put into the canteen\n4 1 1 5 5 the tea was in a cup and not as the menu suggested in a pot\n8 5 5 9 9 with one exception , the moths emerged from the cocoon during hours of darkness\n13 7 7 11 11 what passes for a town is a huddle of bubble shaped huts , the movable homes of camel thwacking nomads who somehow survive out here\n3 2 2 8 8 an mri machine measures the response with a computer\n18 15 15 16 16 i hear it , too , in the lovely expansiveness of his work as a chamber musician\n18 8 8 15 15 the teenager fell seriously ill after receiving the injection , along with thousands of other pupils across northern ireland last friday\n14 3 3 10 10 the most specific prophecies are on the topic of the rise and fall of leaders and organizations\n17 5 5 8 8 when they became adults the twins established a city\n1 1 1 12 12 the light that is currently reaching the earth was generated in the sun approximately 100000 years ago\n8 5 5 11 11 around 5 of the eu population was born in a third country and as many as one in 12 are living in a country different to the one in which they grew up\n6 1 1 7 7 a panda moved into the suburban darwin park\n11 2 2 13 13 a former prostitute finds a professional job with the help of a training program\n1 2 2 9 9 the bounded applicability of the perceptron arose from the linearity of its modifiable decision rule\n12 18 18 22 22 in addition to my passionate work with this firm and other moustache related activities i work as a policeman in trondheim police department\n1 2 2 7 7 the shock wave was generated by an explosive made from rdx\n18 8 8 12 12 at that time there was also a renaissance building founded by the wall\n16 8 8 12 12 frankies 457 spuntino is a cozy tin ceilinged trattoria founded by a pair of italian american pals from queens both named frankie\n11 5 5 10 10 in that case , the doctor stops the bleeding with hormones\n3 1 1 8 8 the violin is a string instrument with four strings usually tuned in perfect fifths\n6 2 2 6 6 he added ethanol into the wash buffer\n2 13 13 16 16 to enable the animal to perform this wide range of activities , the beak of the chicken has an extensive nerve supply with numerous mechanoreceptors , thermoreceptors , and nociceptors\n13 6 6 8 8 it is okay to have a bale of turtles for pets , but they must be free of salmonella bacteria\n9 0 0 1 1 ginger wine is a fortified wine made from a fermented blend of ground ginger and raisins that was first produced in england\n4 1 1 5 5 the pepper was in a bottle , and the roll of butter was made around it\n3 1 1 13 13 the fuselage accommodated a camera bay , flare bay and an additional fuel tank\n18 19 19 22 22 lycophytes are vascular plants in the class lycopodiopsida , a division of vascular plants known as pteridophytes ( the ferns and their allies )\n18 1 1 8 8 the department achieved the goal with a 75 reduction in accidents\n13 21 21 23 23 ching survives by latching on to a prostitute , played by maggie cheung , while fung works his way in a circle of robbers\n8 2 2 14 14 the root vocabulary was generated from the world ' s six most widely spoken languages ( chinese , hindi , english , spanish , arabic and russian )\n13 9 9 11 11 we sit up for almost an hour before a sounder of boar enter the arena\n4 3 3 8 9 the 9 mm pistol was hidden in the battery slot of the laptop and could have been used in a possible hijacking attempt\n0 13 13 18 18 in a literature review of 875 cases of merkel cell carcinoma , the tumor was the cause of death in 34 of these patients\n13 6 6 9 9 anyway , there ' s a cabal of ninja assassins who traverse the globe killing people for 100 pounds of gold , or the modern day equivalent\n8 14 14 17 17 for this moment with you gives me hope of happier tomorrows and eases the pain from sad yesterdays\n4 8 9 12 12 one of the soft baby toys were four bug buddies in a jug with a mesh top lid\n1 1 1 5 5 the instability grows from an perturbation whose initial amplitude is small\n0 1 1 5 5 both praise and blame cause concern , for they bring people hope and fear\n3 1 1 6 6 this apartment has a recently redone kitchen and bathroom and gets lots of light\n18 6 6 10 11 this article is about pre existing conditions with respect to health insurance\n8 1 1 7 7 the azeotrope was distilled from an equimolar mixture\n9 4 4 5 5 the key to drinking ginger ale for an upset stomach is to make sure it actually has ginger in it\n18 14 14 16 17 the dreary tenement scene is architecturally reminiscent of the neighborhood of fagin ' s den of child thieves in oliver twist\n2 2 2 8 8 the exact equations are set out in later sections of this article\n4 1 1 6 6 this skirt was sitting in a bin in my garage\n11 4 4 7 7 it shows a female doctor with a veil standing beside a female patient in bed , also wearing the veil\n6 3 3 6 7 she moved the files into a shared folder\n6 6 6 8 8 virgin galactic is determined to send folks into space\n1 9 9 16 16 a method of mitigating the effect of a market spike caused by the triggering and the election of a conditional order includes monitoring conditional orders\n13 8 8 10 10 it is a beautiful sight to watch a bouquet of pheasants fly from their nesting area , straight up into the sky\n11 0 0 8 8 researchers formed a mold using a silicon coating process\n5 17 17 20 20 this video segment , adapted from zoom , demonstrates how to use a drinking straw and a bottle full of water to make low and high pitched sounds\n3 13 13 27 27 this paralyzed him so much that when trying to lay back on the bed , he fell on his back and hit his head on the bed post\n18 1 1 7 7 my friend has entered into a new relationship\n16 1 1 11 11 the wall was built some 2000 years ago by the first settlers of new zealand , the waitahas , who were subsequently nearly exterminated by the maoris\n16 3 3 19 19 the associated extra output of co2 through the lungs acts as one of the principal buffering mechanisms of the body\n1 1 1 6 6 the deaths of israelis caused by terror are permanent and irreversible whereas the hardships faced by the palestinians are temporary and reversible\n8 5 5 8 8 i notice that some indian actors from bollywood movies sometimes star in punjabi movies\n4 0 0 5 5 fruit is held in a chute or on pack or rotary tables prior to being loaded into a carton\n13 7 7 10 10 in 1752 , william hallam sent a company of twelve actors from britain to the colonies with his brother lewis as their manager\n3 1 2 8 8 the micro machine was composed of a bulk magnet and a spiral structure\n8 5 5 12 12 on each occasion the search parties departed from commissioner tyers ' s headquarters at eagle point overlooking lake king\n4 7 7 12 12 the club ' s president saw the money that was inside a box\n6 1 1 6 6 the outsiders are moving into the pole\n14 2 2 14 14 this short tract , among other things , contains a description of the psychosomatic method\n6 1 2 8 9 the insurance cost has been added into the shipping price\n2 5 5 6 6 most techniques to thicken the eyebrow hair are actually meant to give the appearance of thicker eyebrows , without really affecting the eyebrow hair growth itself\n0 0 1 9 9 job dissatisfaction is one of the main causes of stress and stress is one of the main causes of illness\n2 15 15 18 18 there is a cluster of nerves that is located below each ear and at the hinge of the jaw\n6 3 3 5 5 the town poured money into schools , streetscapes and new buildings for city services\n4 1 2 6 6 this stolen property was in a trunk which was locked , and was in her room\n6 4 4 9 9 the doctor implanted an injection into three vertical glabellar furrows\n16 5 5 10 10 these maps are from an atlas made by the french mapmaker , guillaume de l ' isle in about 1740\n17 12 12 16 16 know that you are in our thoughts and our prayers , the president said in a message released two days early because of christmas\n6 12 13 17 17 for the past hundred or so years , the culverts have drained storm runoff into san ramon creek\n6 1 1 7 7 a vehicle has been delivered to the premises of eads\n8 5 5 10 10 we recoil at the roman delicacy made by drowning tiny birds in wine before consuming them whole\n14 3 3 7 7 students express their ideas and opinions on topics of interest , and illustrate their writings with drawings and photos\n16 6 6 11 11 and , even stranger , a book published by an academic press is made into a play\n13 6 6 9 9 and a third option is a cooperative of water consumers under the cooperatives code of the philippines under ra 6938 , with the consumers converted into shareholders , with voting rights after contributing equity to the enterprise\n1 1 1 8 8 the stroke , which was triggered by a bout of chicken pox , also weakened her arteries so much that doctors said she had the brain ` of an 80 year old '\n18 3 3 8 8 commuters and holiday travellers are running into heavy delays on route 128 in weston this morning\n11 1 1 8 8 the citizen observed the robbery through the store window and was assaulted by chaplin as he left the store\n13 5 5 10 10 hizb e wahdat , a confederacy of various hazara mujahideen factions , was supported by iran during the anti soviet resistance in the 1980s\n8 6 6 15 15 referred to as the other white meat , pork is a meat originating from the pig that comes in a variety of cuts , and can be cooked almost any way\n5 1 1 4 4 a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye\n6 3 3 6 6 he added the explanation to the comments\n6 2 2 7 7 the us marines have landed into the port this morning\n18 1 1 7 8 the aerosol was generated from an oxalic acid solution containing only the tracer\n2 7 7 14 14 in particular , we missed the way music was a part of the everyday culture in holland\n17 5 5 6 6 ensuring a stable supply of farm produce is good news to most chinese people who spend much of their money on food\n13 6 6 8 8 we are a small but brave bevy of otters located in eugene , oregon\n17 3 3 11 11 however , his company , gordon ramsay holdings , issued a statement that appeared remarkably graceful at first glance\n1 1 1 14 14 the delay in the progression of these applications has been caused by the original applicants\n6 4 4 7 7 we have drained our toxins into puget sound\n18 12 12 17 18 about two hours later , officers got an anonymous tip that the gunman was inside a nearby apartment building\n6 2 2 7 7 the limited editions have arrived into our warehouse in time for the release date on thursday\n18 5 5 7 7 the executioners have carried the scholar into exile\n1 16 16 20 20 boslough and colleagues achieved fame more than a decade ago by accurately predicting that that the fireball caused by the intersection of the comet shoemaker levy 9 with jupiter is observable from earth\n18 7 7 11 11 declining oil revenues have dragged this poor country into even deeper recession\n2 12 12 15 15 side play of the spindle is prevented in one direction by the crank of the handle , and in other directions by a piece of brass tube\n16 9 9 12 12 for example , during a chorus later in the song , the composer has interjected musical elements from the bridge\n6 8 8 11 13 spain , portugal and greece invested the eu funds into massive road construction projects\n6 8 8 12 12 the government has been dumping huge amount of money into the devastated economy\n6 4 4 9 9 once outside , the python was placed in a bag , which was put inside a dog crate\n9 15 15 5 5 the current list includes pumpkin ale , local hops ale and an organic wheat and oats ale\n6 1 1 6 6 the fireman ran into the burning building\n14 5 5 8 8 in this section there are examples comparing possessive adjectives and pronouns\n6 1 1 6 6 the poisons were poured into his veins\n1 15 15 7 7 here are reside meningococcal bacilli in the vaccine and it is accessible to bolt the ache or become a carrier of the ache from the vaccine\n8 1 1 7 7 the game was rescheduled from its original date of september 15 due to the events of september 11\n16 1 1 4 4 the book ' s author is so historically significant that any of his or her written works may be considered notable\n3 0 0 4 4 light was composed of corpuscles ( particles of matter ) which were emitted in all directions from a source\n5 14 14 17 17 when she had her last surgery in march , her grandma got her a suitcase with new pajamas in it\n18 1 1 7 7 the student demonstrates his understanding through active participation in the learning process\n11 0 1 6 6 sea otters often swim with a stone on their stomachs , which they use to crack abalone\n6 3 3 7 7 the sailors threw tea into the boston harbor\n6 3 4 9 10 a lovely bauble homepage sticker has arrived into your homepage inventory\n2 10 10 13 13 the bridge tower of an mc80 was located towards the stern of the vessel\n18 1 1 5 5 hc lawyers entered into a scuffle over the division of ap\n18 1 1 7 7 the slope is going away from the house\n6 4 4 8 8 his friend accidently poured water into the gas tank\n14 1 1 8 8 the newsletter of the center informs about new exhibitions , congresses , seminars and conferences\n18 2 2 5 6 there are charts for all land masses on earth , and long distance charts for trans oceanic travel\n13 6 6 8 8 so there ' s a great bike of ants outside , and in dealing with such i ' ve managed to bring some inside with me\n14 10 11 15 15 that ' s because local stations are beginning to provide digital channels devoted entirely to weather\n10 3 3 9 9 there are guide lines under the paint that the artist used to create the pedestal in perfect perspective\n18 1 1 12 13 the initiative , called the big switch off , aims to reduce energy consumption by turning off lights and unused appliances\n2 1 1 12 12 the fastener and delivery mechanism are core components of the endogastric solutions platform , which will continue to spawn a range of innovative products for nos\n11 12 12 16 16 the tube former also cuts the tubes to length before a tube sprayer applies the brazing alloy to the tubes ' od\n0 1 1 4 4 good breeding consists of concealing how much we think of ourselves and how little we think of the other person\n6 3 3 8 8 i dragged the files into the file sharing folder\n4 23 23 27 27 as it was , the principal thing she thought of , after mr wales and his wife had gone , was that the key was in the desk\n17 1 1 8 8 the piper made many recordings , including an album called the king of the highland pipers\n11 0 0 20 20 listeners receive wbai live over the internet ( referred to as streaming ) , using one of the various audio formats below\n9 8 8 9 9 the first legislation specifically forbidding the production of wheat spirits for anything other than medicinal purposes appeared in 1570\n1 1 1 9 9 the bruises are caused by the attacker ' s fingertips pressing into the skin\n17 6 6 11 11 pressley was the member of the gang that dug the shallow grave for nicholas\n14 5 5 9 9 brazil is trying to change laws that limit political speech\n3 7 7 10 10 the e tank assembly on the anesthesia machine contains various pins whose position is peculiar for each gas\n16 1 1 4 4 a statement from the campaign claimed that police knew quickly they had killed an innocent man\n14 1 1 12 12 a book titled heures de louis le grand that looks at the life and arts of the sun king is showcased at the exhibition\n0 0 0 12 12 fog , rain , darkness , and or blowing snow lead to disorientation\n3 1 1 5 5 the program is constructed from modules , and teaching consists of lectures , seminars on various themes , and project work\n13 6 6 8 8 lake oswego was home to a sord of mallards who fled south during january and february , and returned in march for breeding\n16 4 4 16 16 this is a powerful novel , well and clearly written , by an experienced and compassionate observer\n1 4 4 15 15 fungal growth and aflatoxin contamination are caused by the following factors warm temperature , high humidity and poor soil condition\n1 1 1 6 7 the tides are caused by the gravitational force of the moon\n18 5 5 12 12 by now an seo minded attendee has journeyed deep into advanced seo concepts\n6 1 1 5 6 celebrity royalties flow into dutch tax shelters\n5 3 3 7 7 i found a wallet once with 30 quid in it , i handed in the wallet but took the money\n5 4 4 8 8 anne grey ' s mind was filled with questions\n9 2 2 5 5 then the king handed the key to the queen , telling her , be warned that whoever lets the serpent escape will be hung\n6 6 6 9 9 like blood , the nanorobots deliver oxygen to each cell\n14 4 4 12 12 this is a wholesale forum to discuss aspects of business such as dropshipping , wholesale buying and selling , reselling , etc\n1 2 2 6 6 reducing the harm caused by the war on drugs is a big task\n18 16 16 22 22 i recently decided to work a bit outside of visual studio and configure a plain text editor to work with the c compiler\n6 3 3 8 8 for example , consonants were misplaced into consonant slots\n2 6 6 11 11 i solder a wire onto the rivet of the chassis ground truck , run it into the searchlight , and connect the other end of the wire to the rear of the lamp socket\n18 2 2 6 6 five ancient temples have fallen into disrepair\n18 20 20 23 23 the request to alter the voice to a great extent has resulted in exaggerated deviations from the normally accepted opera singer ' s timbre\n8 7 7 12 12 a huge percentage of the united states government was from a greek organization along with many presidents being from greek organizations\n14 1 1 7 7 the file contains a description of the settings that can be altered\n18 1 1 5 5 the reindeer made his television debut on nbc in 1964 , when rankin produced a stop motion animated tv special\n13 1 1 3 3 a phalanx of umbrellas followed the casket toward the gravesite\n14 1 1 9 9 the discussion here has made extensive reference to the contrasts between systems\n18 9 9 10 10 sotheby ' s yesterday in hong kong sold a diamond ring containing a 8 74 carat blue diamond for 3 5 m pounds\n6 2 2 8 8 a small piece of rock landed into the trunk\n2 11 11 14 14 edmund produced a small , green spiral notebook from the back pocket of his jeans\n14 1 2 5 5 the case studies detail where refugees come from now and in the past\n4 1 1 12 12 the ice was contained in a 10 cm thick insulating foam lined box\n13 1 1 4 4 the set of hyperreal numbers satisfies the same first order sentences as r\n13 7 7 9 9 that looked like an equally impenetrable city jungle of wagons , horses , small tents , and humanity\n6 7 7 10 10 a greedy real estate developer has released toxins into the ocean\n15 4 4 9 10 mr clinton made the request in a twenty minute phone call to the prime minister , john howard\n4 1 1 7 7 the letter was contained in a stamped envelope of the type sold in the south dakota state penitentiary commissary\n14 4 4 8 8 we have provided detailed instructions setting out each step you need to follow in order to carry out your own dna sample collection\n8 6 6 11 11 for the present , the religious conception uprises from the human intellect\n3 1 1 4 5 this apartment has a lounge area with 1 sofa bed and a separate bedroom with 1 double bed ( twin beds not available )\n14 4 4 8 9 people walk past a poster advertising a luxury fashion brand on a main street in shanghai\n14 1 1 10 11 the newspaper gave extensive coverage to a broad range of feminist issues\n6 3 3 5 6 scientists have put sensors into mobile phones\n14 1 1 4 4 the parable related the rewards for those who invested successfully and the punishment for those who did not\n13 28 28 33 33 in the film , howell plays a cop who gets involved with a murder witness , only to find out that she ' s part of an international ring of sex for hire beauties\n0 9 9 23 23 when these fuels are burned , they create air pollution that contributes to global warming and causes smog , acid rain and respiratory disease\n3 1 2 6 6 the car kit has a gps receiver built in that is better than the iphone ' s\n18 15 15 18 18 the financial regulator today amended the code of conduct of mortgage arrears by increasing the moratorium from six months to 12 months\n6 1 1 7 7 this issue has been sent to the printer\n6 3 3 6 6 he put a sample into a funnel and , after giving it three years to settle , sealed everything in a glass jar\n8 0 0 3 3 remains from ancient epochs are discernible in the village vicinities to the north of the village , in the location of gradishteto , lie the ruins of a thracian and late antique fortresses , thracian mounds and objects , bearing witness to ancient metallurgy\n6 3 3 7 7 norway sent a delegation to the madagascar government\n13 11 11 14 14 today , on the way to work , i saw a shrewdness of pink apes being chased by a colony of noctiphobic bats\n18 5 5 16 16 in psychology , eysenck personality questionnaire ( epq ) is a questionnaire to assess the personality traits of a person\n1 4 4 8 8 my friend got a rash from a mosquito bite and westcort helped her but it left a scar so she also put on mederma after the rash went away\n18 11 11 18 18 it really underscores everything in the pro life movement , that abortion is part of a very sad story for women\n17 0 0 3 3 engineers manually manufacture parts in the areas of applied spray coatings , finishes , and other processes that can not economically or practically be done by a machine\n4 3 3 7 7 second , the car was in a crate , so no one would have been able to climb into it even if he had found a way into the cargo hold\n18 3 3 9 9 the floating zenith telescope has come into formal observatory routine since september\n2 3 3 6 6 she marked the handle of the mop used for washing with red duct tape to prevent mixing up mops when working\n17 6 6 10 10 an elite u s army study center has devised a plan for enforcing a major israeli palestinian peace accord that requires about 20000 well armed troops\n2 2 2 7 7 the various sensors and fuses of this coffeemaker lie in the white sheathing bridging the heating element\n6 2 2 5 5 he poured flour into the tuba of an orchestra collegue\n0 1 1 13 13 these germs cause illnesses ranging from common ailments , like the cold and flu , to disabling\n3 5 5 8 8 like the bosch , this dishwasher has a filter that must be manually emptied and does not include a built in food disposal\n1 16 16 5 5 the greatest impact of the tsunami was generally in an east west direction , so the havoc caused by the tsunami along the southwestern shores of sri lanka was not as severe as along the eastern coast\n6 5 5 8 8 operation homefront and partners delivered toys to military children\n14 9 9 12 12 the term has been used by a number of publications discussing the phenomenon\n11 5 5 11 11 diane daly , multi talented photographer , creates magic with her camera and intuitive eye\n3 4 4 11 11 the top of the electroscope consists of a flat , smooth plate of lacquered brass on which another plate of brass rests , separated from it by three minute fragments of glass or shellac , or a film of shellac varnish\n9 3 3 4 4 i have a strawberry tea addiction\n18 1 1 5 5 the blisters are caused by moisture that was actually trapped in between the layers of paint\n18 7 7 11 11 orientation is towards the future , and satisfaction is gained from feelings of progress\n2 3 3 6 6 i grabbed the handle of the bucket and even this small 20 second interaction was enough to make me break out in a small rash\n3 1 1 4 4 the book contains short tales , it is regarded as the first book of juvenile literature\n0 0 0 15 15 scleroderma is a disease of the body ' s connective tissue that causes thickening and hardening of the skin\n16 8 8 11 11 the studio picked up the sci fi action spec by tyro scribe chad st john , and set up the project with gianni nunnari ( 300 ) at his hollywood gang shingle\n13 8 8 10 10 you are on the committee to select a slate of officers for the next academic year\n18 2 2 6 6 the developmental bureaucracy has come into being\n9 3 3 6 6 the man took driver ' s keys until the arrival of police , thus preventing him from leaving\n11 9 9 12 12 another example is the hammered dulcimer , where the player holds the hammers\n3 1 1 6 6 the campus comprises the most noteworthy buildings including the rector tower , the central library and the university olympic stadium used for the 1968 olympic games and the 1986 soccer world cup\n13 1 1 4 4 this generation of unregenerated vipers was still perverse , stiff necked , and hardened in their iniquity\n2 30 30 15 15 in one of the scenes when robert and francessca are talking in front of his truck , a reflection of one of the movie set lights is seen on the hood of the truck\n1 1 1 6 7 the cramps are caused by the anxiety reaction but because the sufferer has high anxiety , they can be interpreted in other ways fears grow and the anxiety worsens\n8 1 1 9 9 a gift arrived from the politician ' s big brother\n6 1 1 6 6 the subway is now approaching the stop at city hall\n14 4 4 7 7 a less well known debate swirls about patent and antitrust law interactions\n11 2 2 10 10 the present invention processes a transaction using a plurality of servers\n16 7 7 11 11 i sent the daily family a moving statement made by the mother of michael kelly\n6 2 2 11 11 the dissemination grants have been awarded to three idaho public charter schools this year\n8 1 1 5 5 the photograph was from the scene of the play ' s climax , where the character formerly known as shylock threatens antonio with a knife while demanding his pound of coins\n18 4 4 7 7 all 18 of the men assist that season\n16 5 5 11 12 prairie dog is a free newspaper produced by a saskatchewan worker co operative\n6 4 4 7 8 helicobacter pylori was released cysteamine into the gastric juice\n2 1 1 7 7 their productions have been presented at drama festivals across the country\n6 4 4 8 8 i am putting the results into a mysql database\n18 1 1 6 6 the website is concerned with the dissemination and exchange of information about the encore project\n2 7 7 10 10 the chicken in a bag on the floor of the bus does n ' t seem to appreciate the driver ' s hard breaking\n18 7 7 11 11 germany produced many of the bottle stopper marbles made by this method\n8 3 3 11 11 some of the movies got kicked out from the most recent list\n0 1 2 11 11 a fuel leak in one of the c 17s caused a delay on the morning of nov 7 as the crew was preparing for departure for cairo , egypt\n0 0 0 1 1 pinworm infestation is very rarely fatal death and morbidity are from secondary infection\n6 1 1 5 5 the money was invested into stocks\n6 0 0 5 5 toxins are drained into the sea\n17 1 1 7 7 the painter ' s strange , anguished figures have enthralled artists and bewildered viewers for centuries\n13 20 20 23 23 so if you see a solitary dutch cyclist stopping at a red light while the others gallop on like a sneak of famished weasels , it ' s probably me\n18 1 1 7 7 the lava has been blown into great bubbles\n18 14 14 18 18 some accounts detail the routine and perfunctory nature of arrest and proceedings against the riffraff of the criminal classes ( friedman and percival )\n18 2 2 6 6 an advance visit was made by staff to arrange the visits\n0 1 1 8 8 the drugs he sold had caused the overdose death of matthew lessard , 19 , of lowell\n0 1 1 9 9 the jar from the fall had caused a subdural hematoma on the right front side of my brain that shows up in the ct\n11 1 1 12 12 gazan police have rebuilt at least one of their stations out of mud and residents throughout the territory have used mud to build simple homes\n4 1 1 5 6 this money was in a trunk box as a family treasure and was deposited as consignment to avoid much demurrage from the security company\n18 4 4 10 10 the hip hop national interschool is rescheduled to the 1st week of july\n11 14 14 9 9 instead of plowing the land with a single furrow plow , some large scale farmers began to use a multiple share or bukker plow\n2 6 6 9 9 i pulled the bags over the rim of the bucket and pulled the cord to tighten it\n2 4 4 7 7 a talon is the claw of a bird of prey\n18 3 3 8 8 davies , the writer behind award winning bbc adaptations of bleak house , little dorrit and pride and prejudice , blamed what he called a new breed of bbc executives\n18 5 5 10 10 in february of 1885 the news reached the city by telegraph that indians and half breeds had massacred a number of white people at duck lake\n16 1 1 6 6 a report by two independent medical experts has concluded that the rate of staph infections among nfl players is low\n8 4 4 9 9 some of the following quotes come from newspaper article leads\n18 26 26 29 29 at his inauguration in november , he pledged a fresh start after an election marred by fraud and violence , but disappointed many by presenting a cabinet of familiar names\n16 12 12 17 17 the three lionesses and two cubs were electrocuted by a crop protection fence put up by a farmer near dhari\n14 3 3 8 8 the adaptive control literature focuses primarily on adaptive stabilization , adaptive tracking , and model reference adaptive control\n3 1 1 6 6 the exhibition brings together rare chinese ceramics and paintings\n6 4 4 7 7 an israeli minister sent troops into the schools to boost conscription\n9 5 5 6 6 this southern style homemade vegetable beef soup was my very first recipe i ever made\n8 17 17 24 24 following the first definition above , parasites evolved billions of years ago from the beginning when life form was evolved from the primordial organic soup\n1 0 0 5 5 earthquakes are caused by the discharge of accumulated along geologic faults\n15 1 1 3 3 most health related data has been developed by using animal models\n11 1 1 8 8 the students labeled the 13 colonies using a map\n17 1 1 9 9 the band themselves explained the decision with a following statement on their official website\n18 1 2 6 6 the outdoor unit is going into defrost\n1 0 0 7 7 oscillation of the lever caused by the swinging of the pendulum\n1 25 25 30 30 method according to claim 1 , characterized in that the time duration of the quality reduction is limited at least to the duration of the interference triggered by the switching process\n16 6 6 10 10 the world ' s largest aid organization founded by a woman celebrates 90th anniversary\n6 1 1 6 6 the book was placed into every store within the past few days\n13 17 17 20 20 just as we were sitting down to dinner one night , someone brushed the drapes and a cloud of baby grasshoppers erupted over the dining room table and into our dinner\n14 1 1 5 5 the theory explained low temperature superconductivity almost 50 years after its discovery\n0 1 1 7 7 student protests are turning into a twitter revolution in moldova\n18 1 1 6 6 glacial landscapes are parts of the earth that were covered by glaciers during the last ice age\n15 1 1 8 8 that cooperation has been explicitly described in the press in recent days\n2 9 9 12 12 a favorite amulet for demoniacal possession consists of the whiskers of the tiger or leopard mixed with nail parings , some sacred root or grass and red lead and hung on the troat or the upper arm\n18 6 6 9 9 while twitter is a powerful social medium for spreading news and information , some government agencies fear it could also be used by terrorists as a tool for communication\n4 1 1 8 8 the body of her nephew was in a suitcase under the bed\n8 17 17 22 22 the drama unfolded shortly after 7pm last tuesday ( december 22 ) , when glyn saw that smoke was coming from a bonfire\n11 5 5 12 12 prior to the 4004 , engineers built computers either from collections of chips or from discrete components\n13 5 5 7 7 the effective utilization of a cluster of workstations for the implementation of a scientific application requires a highly flexible software environment\n11 1 1 4 4 a player manipulates a keyboard , a mouse , or a joystick as a game scene is displayed on a video monitor , or the like\n10 0 0 7 7 tarps plus has the best tarps for painters on the market\n0 1 1 5 5 nasal dryness causes nosebleeds , coughing , wheezing , and other short term respiratory problems\n18 1 1 5 5 the building was surrounded by police who arrested three people as they tried to gain access\n8 7 7 11 11 in this beautiful re imagining , the story starts in an orphanage and moves to a magical land where the sweets have a sexual subtext\n8 7 7 16 16 parker dunlap was startled when a beautiful genie popped out of an old , beat up lamp\n0 2 2 4 4 colds and flu cause inflammation of the mucous membranes of the nose , throat and mouth\n13 44 44 48 48 after 1646 , however , the puritan emphasis upon individualism and the individual conscience made it impossible for the movement to form a national presbyterian church , and by 1662 , when the anglican church was re established , puritanism had become a loose confederation of various dissenting sects\n18 2 2 8 8 the internal payoff is rooted in the psychological cost of preference falsification\n13 18 18 20 20 officials in the northern chinese province of inner mongolia have mobilized 33 , 000 people to stop a swarm of locusts 267 miles outside of beijing\n12 5 5 12 12 mehmet oz , a cardiovascular surgeon , is part of a new generation of doctors who are taking medicine to new technological and spiritual frontiers\n18 18 18 21 21 the government has spended the following 18 months before the elections in a similar vein shooting a whole lead of conservative foxes , to extend the metaphor namely heathrow and royal mail privatisation\n11 6 6 14 14 quickly , but neatly , the secretary tore the side open with a letter opener , pulling out yet another sheet of paper\n16 5 5 17 17 the first british steam powered vibrator dates back to the early 1880s , developed by an american physician\n3 10 10 11 11 i love the imperial logo at the end of the tank canons\n13 4 4 6 6 the efficiency of the body of teachers , taken as a whole , during the past seven years has at no time been better than it was during the past year\n14 6 6 12 13 it is an international , monthly magazine dedicated to all forms of contemporary sculpture\n14 1 1 15 15 this chapter gives an introduction , and a brief overview of the most important optimization techniques\n0 4 4 7 7 defra identified the different noises made by dogs and the meanings behind them\n3 2 2 7 8 the project process is comprised of a field study with istanbul inhabitants for 4 weeks and presentations to last 8 weeks\n4 14 14 18 18 there are actual world records for the kookiest hat , the longest time a message was in a bottle at sea , and the tallest scarecrow\n18 3 4 8 8 annulment is a legal procedure for declaring a marriage null and void\n13 5 5 8 8 there is also a large convocation of bald eagles near the park entrance that provides excellent viewing opportunities\n12 5 5 8 8 this past summer , the goalkeeper helped her team advance to the finals of the w league tournament\n13 7 7 10 10 the pilgrims rejoiced when they located a skein of wild fowl for their thanksgiving tables\n14 3 3 9 9 daborne ' s play is also about a historic person , the pirate ward , famous in england at the time of its writing\n18 3 3 7 7 they stored the wine in a cool temperature\n18 1 1 6 6 the company moved into the music business\n1 14 14 20 20 the maryland department of the environment has already worked to reduce the amount of pollution from sources like cars and factories\n0 0 1 10 10 soya farming is one of the main causes of tropical deforestation , which currently produces a fifth of global climate change\n17 2 2 5 5 the church leader made his comments as he flew to cameroon for the first leg of a six day trip that will also see him traveling to angola\n1 2 2 15 15 the encroaching darkness has been caused by the twin horrors of war and a mysterious plague\n17 1 1 6 6 the man who grew a human ear on the back of a mouse has made a breakthrough that brings the prospect of an artificial liver much closer\n17 10 10 13 13 like a scene from lord of the rings , the wrestlers formed a wedge using a table as a shield and rushed the smark cluster en masse\n6 6 6 10 10 we watched as a barman poured alcohol on to the bar , poured absinthe into a couple of shot glasses , then lit the lot\n11 1 1 3 3 the playwright uses names as a device for wordplay at several points in the play\n18 2 2 6 6 since the complex was built in stages , discrepancies exist in completion dates due to differing opinions on completion\n18 1 1 9 9 a mason has removed the original left and right edges and in their place has prepared a simple moulding on each side\n14 3 3 8 8 in the second section , the authors explore factors that are ostensibly unrelated to race but nonetheless contribute to racial inequality\n13 4 4 6 6 in particular , a ratpack of colonels in arrested development are the worst possible people to handle relations with latin countries\n4 1 1 8 8 the playlist was enclosed in a small leather portfolio in which i keep important papers\n11 9 9 13 13 at the andaman islands fish are captured by the convicts by means of weirs fixed across the openings of creeks\n13 3 3 6 6 many joined the armada of sailing ships which sailed from belfast , dublin , cork , holyhead , liverpool and glasgow , all bound for the new world\n14 1 2 5 6 this information sheet summarises the labor environment in the uk\n4 1 1 6 6 the necklace was locked in a safe in their room at the victor hugo hotel\n8 1 1 6 6 the term is derived from a root which can mean both ` to be effective and ` to be bright '\n3 1 1 6 7 the animal is lowered until its pelvic limbs touch the floor or a solid supporting surface\n3 12 12 15 15 bob oblong ' s suggestions have been used as kindling for the factory ' s furnace\n14 1 1 5 5 the laws apply to the play , officiating , equipment and procedures of the sport\n0 8 8 12 13 alzheimer ' s disease is a degenerative brain disorder that results in memory loss , impaired thinking , difficulty finding the right word when speaking , and personality changes ( see warning signs of alzheimer ' s disease , below )\n6 7 7 13 13 as the winter is coming , the virus is rapidly spreading into young children and elderly people\n4 8 8 12 12 it was n ' t long before the animal was in a crate on its way back to its farm , courtesy of the assistant , of course\n1 2 2 10 10 the clock signal was generated from an external cavity semiconductor laser\n10 3 3 5 5 this is a deadline driven industry\n18 2 2 5 5 only a minority of armenian physicians felt well prepared to counsel patients to quit smoking\n18 1 1 11 11 the team captured the provincial title with a convincing 6 1 victory over their adversaries , the pas huskies\n6 2 2 9 9 360 bln yuan have been invested into post quake reconstruction\n18 24 24 31 31 a university of washington system named hubble looks for these black holes and maps them on a web site , providing an ever changing constellation of the internet ' s weak points\n1 1 1 7 7 the landslides caused by these earthquakes and aftershocks were concentrated along the mudstone and sandstone surfaces\n6 5 5 8 9 we carefully poured the hot coffee into a glass cup\n0 2 2 16 16 the desperate man who had clung to the stump had battered the rocks with a shuddering thump\n12 13 13 17 17 butlers ( sometimes known as a household managers ) are respected as the head of the household staff\n18 1 1 8 8 this document makes a significant contribution into further clarification of the access to drinking water as a human right\n6 6 6 12 12 the following day , the heat exchanger was installed in the fuel tank\n0 4 4 16 16 systemically , dust and fume cause irritation of the upper respiratory tract , metallic taste and nausea\n13 5 5 7 7 i awoke to find a conjunction of grammarians standing over me , observing my disposition with a look that would put a sneer of butlers to shame\n4 1 1 5 6 the disc in a disc music box plays this function , with pins perpendicular to the plane surface\n2 1 1 4 4 the skin of the orange has multiple benefits you can take advantage of its external skin contains flavonoids , a valuable component of vitamin c\n1 1 1 11 11 the dust , noise , and sleep deprivation produced by the construction are intolerable\n4 1 1 10 10 my tuxedo for the banquet that night was in a suitcase in peter rickham ' s office\n17 14 14 18 18 as an option for extra credit , i read it also and completed a parent ' s book report for the teacher\n18 22 22 30 30 the nrma ' s president , wendy machin , and the chief executive , tony stuart , were among members of the party which viewed the concert in a private box\n18 7 7 13 13 the picture at the top shows a farmer with a genetically engineered cotton plant in south africa in 2003\n18 1 2 7 7 integrated production schemes are spreading into various crops and may have relevance for sectors such as dairy production\n2 6 6 10 10 with a pen procured from the pocket of his lab coat he jotted a quick note in the spiral , yelling , driver ! why in the fuck are n ' t you pumping any gas ? ! ?\n2 1 1 4 4 the chassis of the truck has two wooden beams fixed to it , which carry the body framework two monorails\n2 4 4 7 7 the throttle of the truck ' s engine was wide open now , and the roar of the engine , emitted through the vertical exhaust acting as a stack , was loud and strangely comforting\n6 1 1 6 6 much effort has been put into research of the phenomenon of voltage collapse\n14 1 1 5 5 this article is about the use of bench marks in surveying , for other uses see bench mark\n16 8 8 12 12 it ' s called symform a stealthy seattle outfit founded by a pair of ex microsoft employees , praerit garg and bassam tabbara\n16 2 2 4 4 in this work the researchers , for the first time , attest that monopoles exist as emergent states of matter , i e they emerge from special arrangements of dipoles and are completely different from the constituents of the material\n0 1 1 5 5 the transmitter sends a radio signal to the doorbell radio receiver inside the building\n16 3 3 8 8 but in a statement put out by the group , it reiterated that it would be illegal to create a robot that used dead bodies as an energy source\n13 17 17 19 19 this classic huffman photograph pictures the cow hands on their way to set up camp with their remuda of geldings trailing behind\n6 5 6 11 12 a real time three dimensional echocardiography system has arrived into our clinical cardiology , allowing noninvasive and repeatable spatial visualisation\n6 17 17 23 23 news of the broken engagement came three months after love hewitt was snapped sobbing as he packed luggage into the back of a vehicle outside her home\n15 10 10 15 15 germans complained bitterly in the rostrum newspapers , and these complaints were reflected in propaganda films regarding soldiers from the french colonial\n16 1 1 5 5 the products manufactured by this firm still continue to be chiefly dyestuffs\n16 11 11 15 15 the remainder was reconstructed by deryck cooke in 1964 from extensive sketches left by the composer\n11 5 5 11 11 specifying a command once , consumers execute it by using input parameters\n14 2 2 10 10 the new letter reminds them of the broker ' s prediction about abc ' s stock and makes a new prediction about def ' s stock for the next month\n0 9 9 13 13 they are all in on it and the same people who caused the destruction of the economy are still running the show so they can keep us down and buy up the country cheap\n6 4 4 8 10 the nuclear qualified electronics technicians were sent to nuclear aircraft carriers\n11 1 1 4 4 a player attaches a flashlight to a rifle which is later discarded\n15 3 3 14 14 additionally , his record as a vietnam veteran has been documented in a recent book\n1 28 28 34 34 in two of the cases reported in the media , an older woman ' s baby was stillborn because of an abnormal placeta , and one of the miscarriages was caused by the umbilical chord encircling the fetus\n13 12 12 14 14 the plan for the day was for our group to join a convoy of buses , vans and coasters on a 3 hour drive across the bare egyptian desert to the distant city of abu simbel\n1 7 7 12 12 when it was closer she saw the light was coming from a flashlight being carried in the mouth of a large black scottie dog , its muzzle gray with age\n3 1 1 6 7 the meeting was opened by the welcome speech of the mayor of komotini , mr dimitrios kotsakis\n13 31 31 33 33 having been won over by the slick downiness of a paddling of ducklings nibbling bread crumbs on the central pond , i was irritated to see their place taken by a squabble of seagulls\n18 1 1 6 6 the building leaked from every conceivable place\n13 27 27 29 29 such an uneasy state of affairs existed until the fifth century , when the empire ' s rhine barrier was breached , allowing a vast , mixed horde of barbarians to stream into italy , thereby laying the groundwork for the kingdoms that would eventually come to dominate the european continent\n11 1 1 11 11 the users navigate on a bloomberg with a special color coded keyboard\n2 18 18 21 21 the fourteen paintings are presented in up to three levels of detail as you walk through the two floors of the cottage\n14 12 12 16 16 on the eve of the olympics , the times online ran a story looking at disconcerting trends developing in the doping world\n6 3 3 7 7 we inserted the faces into the provided templates\n3 3 3 5 5 the full featured keyboards had keys 4 times bigger than the traditional keyboard\n14 1 1 10 10 the program of events has been organised around five main themes\n16 10 10 17 17 defining the bounds of the old city are its massive walls having been built by the ottoman sultan sulieman the magnificent\n6 5 5 8 8 the princeton jaycees have bestowed senatorships to three individuals\n18 11 11 12 12 both goals were addressed , but the primary goal of the street furniture was to enhance the quality of life for people in phildaelphia and the secondary goal was to increase revenue for the city of philadelphia\n14 7 7 12 12 the gaa ' s central council published measures with regard to disciplinary procedures\n13 37 37 39 39 the young goshawks seemed a bit fazed by all the cover , and never really got onto the rabbits , so we moved out to the field and roy worked his pointer until we found a youngish covey of partridges\n17 3 3 11 11 a senior un official sacked earlier this year had drawn up plans to depose afghanistan ' s president hamid karzai\n16 6 6 7 7 buy owner is a brick and mortar company with a long term knowledgeable staff dedicated to providing your property with the maximum amount of exposure\n18 4 4 9 9 the jury ' s deliberations were reported weekly on air\n8 1 1 5 5 space beer is made from barley grown in space\n0 0 0 6 7 vulvodynia is the cause of chronic vulval pain in the absence of skin disease and infection\n2 4 4 8 8 this concept uses a servo embedded in a wallet , which rotates its arm from parallel to perpendicular to the wallet surface\n18 4 4 6 6 this movie has thrown viewers into confusion\n2 12 12 15 15 the old brick walls , the smell of paper and the big couch in the shop all help to create the image of a comfortable place where people would want to spend time\n6 5 5 8 8 i have already fetched the mail into my account via gmail\n6 6 6 10 10 high test scores have placed the student into a top university\n16 4 4 5 5 the distance between a blog writer and an audience happens only if the audience never shows up\n1 7 7 12 12 olympic chiefs are worried about the environmental damage caused by the olympic flame\n1 4 4 7 7 the log truck caught fire after the collision , but the 35 year old driver escaped before the cab became engulfed in flames\n18 1 1 6 6 the aeroplane was withdrawn from that duty and confined to low level flying , where it became a success\n4 1 1 6 6 the seed was discovered inside a jar full of the discarded pits of dates during excavations of masada in the 1960s\n1 11 11 14 14 i have an additional concern about body exposure to any electromagnetic radiation , from computers and cell phones held next to the body\n5 1 1 3 3 a suitcase with clothing in it had escaped the flames , yet some of the clothing inside were ashes , while the rest remained intact\n1 1 1 6 6 the spill was caused by a leak in a kuwaiti tanker carrying 160 , 000 tonnes of crude , after it collided with a dredger further south on december 14\n12 1 1 7 7 the lawyer was a member of the team\n8 8 8 15 15 it was the whole world to a sun boy who was born in a refugee camp\n17 12 12 16 16 here is jose mojica marins , the popular coffin joe , a filmmaker who invented a cinema of total grossness\n13 18 18 21 21 in one place the sea had a sweep fifteen feet of the were upturned , and a big pile of human bones was exhumed\n6 1 2 6 7 the museum pieces are moved into federal storage at the famous washington museums\n13 5 5 7 7 they are just a nice bunch of guys\n6 2 2 6 6 his donating blood to an unknown patient was a good thing to do\n6 1 1 6 6 the cells migrated into both upper layers\n14 5 5 10 10 hakani is a 30 minute movie alleging the occurrence of infanticide in tribal communities in brazil\n13 14 14 17 17 opm and others have regularly bemoaned the failure of the ses to produce a corps of generalist executives and have regularly suggested the removal from the ses of executives with technical or professional skills and competencies\n0 14 14 19 19 josie cormier , succumbed to peer pressure and now hangs out with the popular crowd that often instigates the harassment\n18 12 12 13 13 he had visited myer ' s during the afternoon and bought a gold bracelet for 300\n13 15 15 18 18 april , 1903 saw the first issue of the delta chi quarterly published for a fraternity of fourteen chapters and fewer than 3000 alumni\n6 4 4 22 22 an array of severed limbs are then thrown down , the magician returns to earth , collects the limbs in a covered basket and the boy magically reappears\n14 5 5 10 10 the government ' s new measures to regulate cosmetic surgery procedures are a good move\n3 11 11 18 18 he was very careful to see that the bit of the ax comes in direct line with the helve\n18 8 8 12 12 the saving from the introduction of a single machine for flange hole drilling was 15500 rubles\n4 10 10 16 16 one pottery vessel lay on her breast , and the body was enclosed in a reed mat\n0 2 2 5 5 her unexpected elimination caused a riot on the internet , and one blog site ( sohh com ) referred to her elimination episode as the one where the show lost all credibility\n16 4 4 11 11 the gold leaf lobby ceiling was hand finished by an italian craftsman\n6 2 2 4 4 i sent files to programs other than metax\n5 19 19 21 21 vinegar flies are capable of living off alcohol fumes , alas , so it is enough toput out a bottle with attractant in it\n14 4 4 11 11 the focus of any course is , however , art therapy theory\n18 3 3 7 7 their standard variable rates are still under review\n8 10 10 13 13 we are in advertising and yes , some of those images from past days are quite the find\n1 16 16 24 25 i changed the balance of the flavors through my selection of bread , and got an increase in the sweetness with a choice of raisin bread\n14 7 7 10 10 typically , employees attend a day long course explaining the initiative\n16 2 2 13 13 a superblack material made from microscopic carbon nanotubes is produced by a us laboratory\n5 3 3 7 7 he had a suitcase full of new clothing bought from new york and took a flight to india from heathrow\n13 26 26 29 29 in december , 1216 , pope honorius iii ( 1216 1227 ) , the successor of innocent iii , approved dominic ' s plan for an order of contemplative preachers exercising the priestly ministry and living in mendicant poverty\n10 4 4 11 11 mind you , a backpack is interpreted as a sign of geeks\n17 2 2 8 8 even the toddlers make a tasty mint pea soup at the kids ' cooking school in bucktown that tax attorney elena marre gave up her law practice to open\n16 13 13 16 16 throughout the past decade , monsanto has been re making itself as a seed and biotech company , as opposed to one focused on agrochemicals\n18 0 0 7 7 children in rural southern areas fell into poverty faster than those in cities in 2008\n14 1 1 4 6 the news that the stock index futures have been approved stimulated wednesday ' s market\n17 1 1 6 6 a beetle protects itself by constructing armor made from excrement\n1 1 1 16 16 our inquiry into the city ' s job creation funding came from a reader ' s tip\n1 10 10 13 13 it is very natural and normal to feel grief and sorrow after the loss of a pet\n3 1 1 6 6 an eagle hatches with both a beak and talons and these will continue to grow throughout the bird ' s life\n16 4 4 9 9 it is an opinion piece by a collegue and friend who is gravely concerned about the survival of israel as a unique jewish state\n11 12 12 18 18 with the help of scots who spoke perfect french , the english army scaled the cliffs with a maneuver the french never considered\n18 23 23 33 33 the dog , owned by steve abbott , the singer ' s manager , is stranger to music and has reacted to the sounds made by any other of universal ' s top names\n10 15 15 16 16 licensing is different from a certification since it is a governmental requirement needed before a crane operator starts practicing his occupation\n14 1 1 6 6 the film features eight influential contemporary philosophers walking around new york\n1 1 1 4 4 the irritation from the chemicals in the tobacco is considered to be the number one contributing factor\n18 5 5 11 11 the exit portion of the runway is cantilevered from the support stanchion\n1 1 1 10 10 the smell was radiating from all directions , from every tree and branch\n17 4 4 9 9 bob the builder and friends construct an ecologically friendly town\n8 2 3 6 6 the first single release from the album was africa , a remake of the worldwide hit africa by toto\n18 15 15 24 24 the town ' s population is approximately four , the school closed years ago and birds have turned the church into a poop caked aviary\n17 1 1 14 14 the foundry utilizes the best horizontal parted molding line for the manufacturing of street castings and features the best environmental control technology available\n8 12 12 18 18 twice when i was putting on the fully loaded atlas , the knobs popped out of the frame slots\n11 1 1 12 12 the motor turns the panel with the help of the mechanical transmission system\n8 14 14 18 18 police in taiwan were forced to shoot a crocodile after it bit off the arm of the zoo veterinarian treating it\n18 1 1 5 5 the party has made the crazies into mainstream republicans\n18 1 1 1 1 the lymphomas are divided into two major categories hodgkin lymphoma and all other lymphomas , called non hodgkin lymphomas\n5 10 10 12 12 in the bushes near the door , investigators found a backpack with papers inside\n18 4 4 7 8 the children sent their marriage into a downward spiral\n14 4 4 8 8 it is a fairy story depicting the incredible ugliness of human sin , misery , and futility , yet also the incredible and beautiful power of love\n16 8 8 11 11 bmw or bavarian motor works is a german car and motorcycle manufacturer\n2 7 7 3 3 leah day attached quilt binding to the back of a quilt using a sewing machine\n14 2 2 6 6 bbc radio documentary spoke about an increase in the cases of black anorexic women in south africa\n17 9 9 13 13 as part of a short term strategy , the government has constructed 10300 houses , double than the fixed target of 5000 houses\n14 1 1 4 4 their perspectives explain democracy promotion as an instrument of global capitalism\n16 2 2 8 8 the third novel by the well known turkish writer recounts the life of a young italian christian taken captive at sea by the ottoman turks in the 17th century\n1 4 4 6 7 thousands of women suffer headaches from caffeine withdrawal as a result of this study\n18 5 5 11 11 once again , the infamous politician has landed into a nepotism controversy\n17 4 4 18 18 gee ' s bend men and women grew cotton , peanuts , okra , corn , peas and potatoes\n16 10 10 11 11 he also went on to found next inc , a computer company that built machines with futuristic designs\n3 2 2 24 24 with the knife at a 10 to 25 degree angle to the steel , he hold the steel rod steady and drew the knife blade down the steel\n11 1 1 3 3 the system uses routings for the part number identified in the work order to determine workstation assignment and loading\n11 6 6 9 9 william durand ' book on the clergy and their vestments was the topic of the discussion\n0 4 4 8 8 up to 85 of viruses that cause respiratory illness are identified by the technology\n18 5 5 11 11 in recent years , considerable attention has been focused on regenerative medicine because of its applicability to a wide range of medical fields\n3 1 1 2 2 the bridge pillars , constructed with stone and lime mortar cores rather than wooden posts , rest on a large oak beam grate that was built atop the gravel bed of the danube , at the bottom of the cofferdam\n8 1 1 7 7 a man who leapt from a brothel window during an immigration raid filmed for reality television later died\n13 8 8 10 10 the democrats are competing for positions in the college of electors\n2 4 4 8 8 the spring and damper components of the absorber system are provided by the plate of the absorber , which is a continuous mechanical system\n8 13 13 16 16 the health medical insurance coverage for allergy kits , abortificants , and prescription drugs produced from blood or blood products is discussed\n8 2 2 10 10 the source data was generated from an ultrasound reflection mode simulation\n16 6 6 11 11 it is typical of the distinguished portraits made by professionals and amateurs in the late 19th century\n9 2 2 3 3 cream of mushroom soup was first made available in the 30s and became one of the most popular recipe helpers as a substitution for veloutes and bechamel sauces\n15 0 0 6 6 spamming has been the subject of legislation in many jurisdictions\n14 2 2 9 9 the first chapter gives an account of the ancient history of the country\n14 0 0 4 4 marketing was focused on stimulating existing subscribers to use the telephone more often\n6 1 1 7 7 your upload has been added to the system\n17 5 5 10 10 in 1999 , the british consultant thought up an innovative way of dealing with waste paper\n6 0 0 5 5 metals were released into the environment\n13 16 16 19 19 i saw his piece in the post this morning , and it is predicated on a bunch of erroneous conclusions\n17 2 2 8 8 given the factory ' s primary product is condoms , the gay community ' s support is essential\n18 1 1 10 10 the study is making a valuable contribution to determining the levels of sustainable tourism in this country\n6 1 1 6 6 new settlers arrived into this harsh land to seek a new life\n4 2 2 3 3 a digital photo frame ( also called digital media frame ) is a picture frame that displays digital photos without the need to print them or use a computer\n17 1 1 5 5 the author ' s new novel , a staggeringly detailed and charged re creation of the period between the end of the 19th century and the first world war , overflows with people attempting to define their responsibilities\n6 4 4 9 9 csu stanislaus students take complaints to president ' s door\n16 3 3 15 15 any form of clinker hull , even the triple clinker of the late medieval english shipwrights , was totally unsuitable for such treatment\n13 12 12 15 15 china has tested barack obama early in his presidency , with a flotilla of naval vessels surrounding and harassing a us spy ship in the south china sea\n9 17 17 18 18 however , since meat eating was a taboo in japan then , azuki bean paste sweetened with honeysuckle syrup , was used as a replacement filling\n2 4 4 7 7 it was in the lining of this jacket that he had managed to secrete the valuables of several villagers\n17 3 3 7 7 4300 years ago chimps started making stone tools\n18 10 10 15 15 the recovery plan was the commencement of a captive breeding program from a small wild population\n6 3 4 7 8 we introduced leak detection dye into the air conditioning\n13 17 17 20 20 we evaluated the application of these guidelines , focusing on the opinions and experience of the global community of national assessors\n6 6 6 9 9 caribbean criminal groups have been transporting cocaine into major cities in usa\n13 14 14 16 16 first these hawks made a meal of a diving of teal , then a trimming of finches came last\n16 12 12 17 17 the vatican ' s pontifical council for social communications has blessed an app developed by an italian priest\n13 2 2 5 5 like a battalion of medieval archers , these plasma cells let fly their antibodies , which travel to their targets on the outer surface of harmful bacteria\n14 2 2 6 6 the second clause tells of the pension that is the equal of one service fraction of final compensation\n1 1 1 11 11 the disruption has been caused by the freak storms and flash floods overnight\n1 15 15 18 18 an organization with the mission of allowing a safe haven for parents to share their grief after the death of a child\n17 5 5 9 9 earlier this year , the author ' s latest novel , the complaints his first since retiring rebus became a number one bestseller\n14 1 1 4 4 our theory supplies the answer\n3 1 1 5 5 the alarm has one magnetic switch and operates on a 12 volt battery\n1 8 8 20 20 i have been talking extensively here about the disruption that has been caused by the brazilian air traffic controllers white strike\n18 1 1 8 8 the detectives have been dragged into a mysterious case\n18 4 4 6 8 legislators are considering new limits on stem cell research\n1 1 1 3 3 air pollution from coal fired sources is so serious we can not afford a policy that backslides in any way\n8 1 1 9 9 the difficulties in developing vista stemmed from its monolithic structure and the need for ` backwards compatibility ' , i e ensuring that software used by customers on older versions of windows will work under vista\n18 1 1 6 6 the satellite has been placed into service\n16 1 1 5 5 the batteries developed by the team from tel aviv university ( tau ) work in a different way than conventional batteries\n4 3 3 4 4 i had the picture frame in my office for couple of days , but like anybody else in the world i wanted to play with the device for a little longer\n13 11 11 14 14 initially , the infantry component of the guard consisted of one regiment of foot grenadiers and one of foot chasseurs , each with two march battalions and one training battalion\n18 8 8 14 14 in these cases , marriages performed in the temple by a duly authorized temple sealer are recognized by the government\n17 4 4 10 10 they really saw the architect ' s expensively produced dongtan masterplan as a blueprint for a more sustainable future\n6 5 5 8 8 the workers have accidentally placed exeretonevra into several families\n2 4 4 7 7 one drug blocks the protein inside a cell and the other does the same on the cell ' s surface\n17 10 10 14 14 another period of silence was broken by one of the men who told a joke\n13 21 21 24 24 surviving a plane crash over micronesia as a baby that killed my adoptive parents , i was initially raised by a whoop of wild gorillas , then later by savage pygmies who idolised me as someone with special powers and christened me mighty white man , shortened recently to dean wightman\n6 3 3 9 9 all 1000 lemote boxes have been delivered to the users\n11 1 1 4 4 some players attach a pickup to their traditional string instrument to electrify it\n15 1 1 7 7 the weather is a constant topic of conversation , especially of course when it comes to climate change\n0 2 2 5 5 many viral infections that cause rash resolve within several days and require no medication\n6 1 1 7 7 the bird was put in a fish tank , and a tube was run into the tank\n11 7 7 14 14 after the heimlich maneuver fails , the teacher performs a cricothyrotomy with a kitchen knife and a drinking straw\n13 10 10 12 12 blum turned whistle blower after becoming morally nauseated at the bagful of lies that launched the country on its disastrous adventure in vietnam\n4 1 1 5 5 my soda came in a can\n2 15 15 6 6 a laser sighting device for a firearm comprises a holder adapted to attach to the handgrip of the firearm such that the firearm may be held in a firing position\n2 4 4 7 8 people did read the text in a dialog box\n8 2 2 12 12 the finished products ordered by the customer are manufactured using the raw materials purchased from suppliers\n16 2 2 8 8 the theme song was written by the songwriting team of jay livingston and ray evans\n2 11 11 15 15 after the family leaves , remove the towel from under the chin of the deceased patient\n13 2 2 4 4 ws a murmuration of starlings enters a holly grove , it ruins the entire crop\n17 3 3 10 10 angela works with authors who ' ve completed a nonfiction book , and also with authors who are just in the planning stages\n14 2 2 9 9 the preceding chapters have made little reference to the notion of film language\n17 1 1 3 3 the manufacturers of pyrometers put up an excellent show\n11 18 18 13 13 meurkens is one of those rare musicians who makes you listen to his instrument the harmonica as a virtuoso instrument\n17 16 16 19 19 in most non percussion music , the instrument sounds are simply the tools with which the composer creates a composition\n2 6 6 9 9 the roaring chainsword bit into the haft of the axe , just below the massive blade\n5 4 4 9 9 he also finds a bottle with joe ' s appendix in it\n12 10 10 13 13 all they have on their side is the most artful sergeant in the army and a vampire with a lust for coffee\n6 1 1 17 17 the money getting through from our own third world bankrupt economy is drained into corrupt dictators ' accounts\n0 8 8 12 12 the kind of treatments necessary to kill the bacteria which cause acne breakouts must be prescribed or administered by a medical professional\n18 1 2 6 6 the opposition leader has gone into hiding\n18 3 3 7 8 i had another idea to do with child care that was stroller related\n14 3 3 7 7 the remaining three manuscripts concerned the psychological aspects of gender confirming surgical treatment\n4 4 4 7 7 lacrosse players carry the ball inside a stick\n18 6 6 7 7 i ' ve just sold a gold ring , which was my last asset and now we have nothing left for a better life\n6 5 5 9 9 a few have successfully imported programs into their own computers\n13 7 7 9 9 when the pilots were flying over a colony of penguins , the birds were watching the planes , but instead of moving their bodies to follow the aircrafts they only moved their heads which lead them fall backwards over\n8 23 23 27 27 he was beginning to think he ' d better find something else to do with his life when out of the blue a telegram arrived from an executive at ibm\n13 9 9 12 12 the report looks at past and future of booming population of senior citizens\n9 0 0 1 1 yogurt soup is a popular comfort dish both in turkey and central asia\n16 2 2 7 7 in this book , the coptic egyptian poet returns to his cultural roots and the legacy of strength so necessary to confront the hostilities against entire communities because of language , nationhood or religion\n3 13 13 14 14 drawings , backgrounds and decorations are placed over the complete height of the train wagon , but do n ' t cover the entire width of the train wagon\n14 4 4 10 10 the commission is accepting comments regarding the program ' s adherence to the accreditation standards\n1 0 0 5 5 blinking is caused by the eyelids sliding down over the positively charged cornea , whereas saccade potentials are caused by changes in the orientation of the corneoretinal dipole\n0 2 2 5 5 the surprise visit caused a frenzy on the already chaotic trading floor\n12 1 1 8 8 each organization that is a member of the corporation as provided in the constitution of the corporation is entitled to all the benefits of incorporation under this chapter\n15 4 4 9 9 lina ' s incredible story was documented in contemporaneous reports by edmundo escomel\n18 8 8 12 12 but i am trying to get a week number from a given date\n4 1 1 12 12 a copy of the survey was enclosed in the back up materials packet\n1 17 17 23 23 an agenda of deeper reforms can boost public confidence even as it undoes a lot of the distress caused by the financiers and bankers\n3 7 7 13 13 as it did in 2004 , the event combined the annual neural prosthesis workshop now in its 36th year and the dbs consortium\n4 1 1 6 6 the mouse was enclosed in a prison with no hope of escape\n1 11 11 13 13 be sure to drink plenty of water to prevent running a fever from dehydration\n2 6 6 12 12 but researchers have now learned how molecules at the site of the synapse behave to cement a memory\n13 1 1 3 3 a flush of mallards splash and forage in melt water on the parkland turf\n17 24 24 28 28 on the other , there ' s the man of letters jim , a stalwart of book festivals from edinburgh to richmond , the author of an acclaimed study on the progress of music , chairman of last year ' s man booker prize and the presenter of the long running radio 4 series book club\n13 4 4 10 10 the following is a list showing the 100 largest incorporated cities in the state of california ranked by population\n4 4 4 8 8 the first mass marketed toothpaste was in a jar from colgate with the tubes we know today coming into existence in 1896\n4 8 8 15 15 i have no idea why this rather loud blazer from the gap was in a bin at my local dollar tree\n14 3 3 8 8 the concluding panel discussion pointed out a high need and interest on sharing a set of well defined same scenarios and use cases transparently described as well as modules and simulators\n8 3 3 11 11 this speed bag plaform is made of heavy duty powder coated steel that secures easily to a wood stud , brick or concrete\n6 3 3 9 9 th animal rights activists have approached the open air cages\n18 2 2 12 12 our first sighting of the mighty mount kinabalu was from quite a distance and it was still extremely impressive\n16 1 1 2 2 a textile mill is a factory for making textiles\n13 1 1 3 3 the gaze of raccoons seemingly form an orderly queue to accept snacks from the bus driver as he stops off outside the legion of honor museum in san francisco\n14 2 2 5 5 the melodramatic plot dealt with crises of human emotion\n16 16 16 21 21 in october , the group reporters without borders , based in paris , released an astonishing report by a chinese internet technician writing under the pseudonym mr tao\n6 1 1 6 6 a bear was dropped into petrified swamps devastated by the 2004 tsunami\n1 4 4 8 9 the consequences of the injuries caused by the bike accident in february , fractures in the area of head and neck , unfortunately have turned out to be still too severe\n18 1 1 12 12 the agency also provides a third of the region ' s power supply , drawn mostly from generators inside big dams\n13 22 22 24 24 last month , police fired shots into the air at a soccer game in eastern congo , attempting to break up a melee of rioters who believed one of the players was a witch 15 fans died from trampling\n18 6 6 11 11 more people know and understand their rights on issues such as benefits , housing and employment\n6 5 6 11 11 during a root canal , sodium hypochlorite was put into the tooth , and went through the tooth into the patient ' s sinuses\n16 15 15 20 20 even so , the labor involved in the meticulous copying of a text made a book produced by a professional scribe a comparatively expensive luxury\n2 15 15 21 21 the software made it easier for the team to explore rational ways of expanding the lobby using the geometry of the building\n13 7 7 9 9 in the age of myth , a clan of berserkers made war against a druidic order\n18 5 5 13 13 the passenger set off the devices at detroit metropolitan airport , causing a commotion and some injuries\n17 1 1 4 4 the author of this book is believed to be nehemiah himself\n16 19 19 23 24 he noted that , before printing , key phrases had been deleted that had earlier been approved by the draft ' s several scientist authors\n6 2 2 8 10 the new product has been released into the online shopping malls\n17 1 1 5 5 the team put up an advertisement to fill 225 posts , we received over 6500 applications\n14 0 0 5 5 conversation was centered more around investment in the consumer area rather than fb specific\n5 18 18 21 21 the mechanism whereby air enters the skull could perhaps be compared to that in which air enters a bottle full of liquid\n2 2 2 5 5 the right sleeve of this shirt features the harley davidson bar shield logo in orange , black and white\n18 1 1 7 7 the association keeps teachers informed about current developments\n3 1 1 5 5 the flat has a big balcony , a bathtub and there ' s also a lift if you do n ' t want to walk up 2 flights of steps to the second floor\n0 4 4 11 11 the amide linked local anesthetics , bupivacaine and ropivacaine , cause depression of cardiac contractility and dysrhythmias\n6 1 1 7 7 two nuclei have migrated into the conjugation tube\n2 12 12 15 15 the engine operated three strands of rope fall , hoisting from the hold of the boat three tubs of iron ore at a time\n18 9 9 12 12 from the transistor radio you listened to under the pillow of your bed to streamcasts on the net , fisher covers it all , and extremely well\n18 2 2 7 7 the functionalist approach tries to explain the convergence of modern welfare states\n2 7 7 12 12 the ground has eroded away around the roots of this young pine tree\n13 9 9 12 12 it was a beautiful example of community forming a circle of kindred souls who shared a vision and a dream\n1 3 3 7 7 aware of the suffering caused by unmindful drinking , i am committed to cultivate good health , both physical and mental , for myself , my family , and my society\n3 4 4 5 5 she clicked on the book title to see a couple of illustrations from the book\n18 1 1 3 3 this configuration of dominoes is called the layout , string , or line of play\n11 1 1 10 10 a man in a boat pushes the shore with a pole and his boat gets clear of the shore\n13 6 6 9 9 often times i have watched a scold of blue jays band together to battle the crows\n6 1 1 8 9 ten applications are automatically entered into a monthly prize draw\n13 23 23 26 26 george clooney , ewan mcgregor , kevin spacey and jeff bridges are in top form in this uproarious tale about a top secret brigade of psychic soldiers trained in new age warfare\n6 1 1 6 6 the viruses were sent to unsuspecting labs\n4 1 1 5 5 the journal was inside a box of items given to him and his wife by his stepfather , after his mother ' s passing , which they never sorted through but kept stored in a garage\n8 1 1 9 9 the tie is going away from men ' s wardrobes\n8 2 2 7 7 after the swing went away from the wicket he could n ' t do anything\n3 13 13 16 16 years later , and here i am , thirteen years old , the child with her nose pressed up against the window waving goodbye\n18 17 17 21 21 milinkovich , executive director for life of the eclipse foundation ( just kidding mike ) broke the news today in his blog\n6 1 1 8 8 77793 civilians have arrived into the government controlled areas within the last two days\n5 9 9 12 13 on my trip , i brought with me a suitcase full of school supplies\n8 4 4 9 9 surprisingly soon , a culprit popped out of the data\n13 23 23 26 26 american warships , which , in addition to opening japan ' s borders with their show of military supremacy , brought along a troupe of blackface minstrels as entertainment\n13 14 14 16 16 the reddish purple bracts of the flower roll back and split to expose a hand of bananas , usually at the rate of one per day\n14 7 7 10 10 annie mae young is looking at a photograph of a quilt she pieced together out of strips torn from well worn cotton shirts and polyester pants\n1 15 15 18 18 oak root and chamomile provide a gentle astringent that helps reduce inflammation and calms skin irritation from the sun and environmental pollutants\n6 1 1 7 7 skype founders have moved into a net tv\n17 18 18 23 23 but what is not seen in the television pictures , is the almost invisible army of 7000 migrant workers who built the iconic structure\n6 2 2 8 8 the older people have been moving into new homes\n1 1 1 7 7 the colitis usually is caused by taking antibiotics\n14 1 1 5 5 comprehensive notes survey the current state of the law , raise questions for class discussion , and address the continuing controversies in this field\n6 1 1 10 10 50 cents from every book sold are invested into sustainability initiatives\n14 8 8 11 11 the panelists bring knowledge and experience to a debate focusing on mergers , acquisitions and joint ventures within the world ' s largest industry\n4 1 1 5 6 the figurine was inside a chocolate egg eaten by ten year old dixie , a dalmatian collie living in aberdeen\n18 2 2 21 21 this lowly structure is preserved and protected from decay by having built over it an outer structure surmounted by a great dome of glass\n8 5 5 8 8 out current secretary is gathering information from past presidents and committee chairs\n8 2 2 7 7 it is stardust that remains from previous cycles of evolution , cycles without a beginning or end\n18 1 2 6 6 the protein molecule has come into existence by natural processes\n16 2 2 5 5 starting a food and beverage company from scratch requires a lot of planning and research\n4 20 20 26 26 methamphetamine residue and a broken pipe used for consuming it were retrieved from a toilet , along with 7800 in cash that was hidden in a towel\n17 1 1 24 24 the puppet , who rose to fame through a children ' s tv show called the den , has recorded a string of hit records , including dustin unplucked\n1 4 4 6 6 the halting of easy profits from inflation brought on a banking crisis , which resulted in a complete restructuring of the industry during the late 1990s\n17 9 9 15 15 then they came near , and spake before the king concerning the king ' s decree\n1 3 3 6 6 overall , the fire after the earthquake burned out 7456 houses in over 530 localities\n18 1 1 11 11 the hero initially attempts to stop the train with his own strength , but fails miserably and does n ' t slow the train down\n8 2 2 8 8 the injured worker fell from an elevated work surface or was struck by an object falling from an elevated work surface\n17 1 1 4 4 the scientist ' s theories about the mutants being extinct were proven false when hades and his surviving clan members stalked and brutally killed wilson\n17 2 2 11 11 the remaining settlers dug a 10 miles ( 16 km ) ditch from the sevier ' s east fork into tropic valley\n6 1 1 8 8 the commandos were dropped into a french nuclear plant\n16 19 19 25 25 film exhibition in north america , wrapped this past weekend , and paste was there to sample the latest wares from the world ' s filmmakers\n14 3 3 5 5 students write a paragraph stating reasons for doing something , and then a paragraph about how to do something\n13 3 3 6 6 we have a congress of different nations and congress within nations and some sports congress\n11 1 1 10 10 the subjects adjusted the signal level with a shop built attenuator\n18 11 11 13 13 remaining under the same influence , it was in the natural order of events that john , a little later , recorded his awakening into the new life at a religious meeting at a quarter before nine o ' clock on the evening of may 24th 1738\n8 5 5 12 12 in this animation the incident wave is traveling from a high density region towards a low density ( high wave speed ) region\n1 2 2 8 8 the northwest swell was generated by a powerful storm off japan on jan 5 and gained strength last week\n16 4 4 7 7 having built a makeshift slingshot , the hero apparently flies through the ceiling of his shabby room and vanishes into space\n4 11 11 14 14 a customer shopping at a walmart in falmouth found 10 human teeth in a wallet he was about to purchase\n15 1 1 7 8 the procession formed the subject of the bas reliefs which embellished the outside of the temple of the parthenon\n0 7 7 10 10 in the same way that diet and stress effect facial acne they also effect body acne therefore the basic clear skin rules of cutting out greasy , fatty foods , and sugary foods as well as trying to reduce everyday stress apply to body acne as well\n8 7 7 12 12 when i got up there , a woman popped out of an office and introduced herself as the pm ' s secretary\n13 2 2 10 10 a western regiment was behind it , a regiment of hunters and marksmen\n17 5 5 21 21 the museum ' s first director , who oversaw the museum for 50 years , converted the building into an art studio\n6 1 1 5 5 the man fell into a pit\n14 1 1 9 9 the accounts have been prepared on a historical cost basis\n6 2 2 7 7 a young couple traveled into the australian outback\n14 2 2 5 5 the discworld novels contain common themes and motifs that run through the series\n18 2 2 6 6 this latest adventure from the animation wizards at pixar is beautiful , masterly , inspired and delivers a powerful ecological message\n18 0 0 2 2 hairdressing with color has become a common trend these days\n18 7 7 10 10 the height time profiles revealed that the downflow started at times of the deceleration phase of the cme core\n2 1 1 4 4 the rod of the piston , which is connected to the nose steering spindle , causes it to pivot at point x\n8 16 16 21 21 the purpose of this paper is to present an on going research that constructs a live thesaurus directly from search term logs of real world search engines\n4 1 1 5 5 the bike was in a crate on the back of a truck\n8 1 1 11 11 the information presented here comes from a series of seasonal telephone surveys\n5 1 1 4 4 the pack contained a cd which held a range of resource information sheets and some presentations that could be integrated into your training packages\n6 1 2 1 1 a space shuttle travels into space\n6 3 3 8 8 the eu sent peacekeepers to the middle eastern region\n18 1 1 10 10 the team won the association ' s championship with some regularity\n3 1 1 6 6 the exhibition comprises more than sixty works of art from international public and private collections\n17 3 3 14 14 the strawberry maker enzyme , found in the roots of the plant , builds strawberries after being catalyzed by the digestive fluid of an earthworm\n2 12 13 17 17 microorganisms in your oral flora gain access to the pulp chamber and root canals in the affected tooth\n4 10 10 13 13 i was thrilled to see this delicious pennsylvania 7 5 amber in a firkin down there\n6 2 2 7 7 all the birds have flown into the subway for the snowstorm\n13 1 1 4 4 a galaxy of legendary figures from the annals of western history comes to life in this stirring sequel to intellectuals and creators\n17 15 15 17 17 the quilting tradition in gee ' s bend goes back to the 1800s , when slaves fashioned bedcovers out of strips of cloth\n0 1 1 6 6 the wire had caused a slight injury on the ventral side of the neck and at the base of horns\n17 5 7 18 18 sir john mortimer , the barrister cum writer who created the old bailey ' s most famous fictional defender , has died at the age of 85\n14 2 2 12 12 the resulting deliverables provide richer , more detailed , and more helpful information for your clients\n17 19 19 25 25 today ' s story of patent insanity comes to us courtesy of wysong , a small natural pet foods company that came up with a method to put probiotics in foods in the early 80s\n18 3 3 8 8 the industrial chemical melamine was found in a sample of infant formula made in the usa\n18 5 5 6 6 who buys all these glittering diamond colliers , rings , pendants , etc , eto , is a mystery\n18 6 6 10 10 better partners communications is an advertising agency specialized in tv ads , outdoors , media , marketing , consulting , press , etc\n18 10 10 15 15 the spread is mainly airborne , via the virus laden droplets produced by coughing and sneezing\n0 7 7 5 5 special articles specifically on gas corrosion and stress corrosion are also available in the literature\n3 1 3 6 6 the central nervous system comprises the brain and the spinal chord\n1 12 12 16 16 recent traffic studies by the department show that a majority of the accidents are caused by drivers\n13 9 9 11 11 in the past couple of days , a small army of bloggers and journalists have indicated that they ' re heading for ses chicago\n1 1 1 3 3 chest pain from indigestion feels like an intense burning and is usually accompanied by regurgitation and gas\n6 1 2 7 7 new skate shoes have arrived into the store\n5 16 16 19 19 u s customs and border protection officers stopped a drug smuggling attempt when they seized a suitcase full of marijuana\n2 1 1 14 14 this course is part of the master of veterinary public health ( mvph ) program at faculty of life sciences , university of copenhagen , denmark\n14 7 7 12 12 the best online advices come from the websites that are specialized in college and nba leagues\n6 5 5 9 9 he has been draining the wetlands into federally owned ditches\n13 9 9 12 12 this time , however , another bird joined the eyrar of black swans , as dubai owned subsidiary dubai world oliver russ argonaut capital partners\n2 0 0 12 12 presentations and outputs of the conference have been provided in the conference proceedings\n4 21 21 26 26 a traffic stop for speeding tuesday afternoon in troup county led to the seizure of more than 540 , 000 in currency that was hidden in buckets of roofing tar\n2 3 3 6 6 they set the timer on the cooker for three minutes\n1 18 18 22 22 it was intermittently wet and dry , and almost always followed with a whine and often a few tears from the terrible pain\n0 4 4 15 15 the mite ' s burrows , fecal matter , proteins and eggs cause itching , rashes and sensitivity\n9 19 19 8 8 marcus stabs one of the attackers with a screwdriver and we see the impact , as well as the victim painfully removing the screwdriver\n18 4 4 9 10 it also uses the intranet to inform staff about training opportunities or forthcoming staff events\n6 2 2 7 7 externally derived data were leaked into the system\n14 1 1 9 9 a question was raised in relation to the partnership arrangements in germany\n3 7 7 16 16 for a beginner , the layout of piano keys is hard to recognize on a piano keyboard\n18 7 7 10 10 the kiosk was placed at a statewide convention of science teachers and in a high school science classroom\n1 7 7 11 11 thus previous scientific estimates had overstated the devastation caused by the asteroid , since topographic and ecologic factors contributing to the result had not been taken into account\n6 1 1 5 5 the pieces are falling into place\n14 1 1 7 7 a preamble explains the document ' s purpose and underlying philosophy\n0 2 2 5 5 the analysis device instigates the termination of the connection\n8 9 9 13 13 they took her address and two years later a letter arrived from an agent asking if she ' d like a part in a big motion picture\n8 10 10 15 15 the local industry was virtually demolished that year as other agencies bailed out of a country whose business practices were becoming increasingly corrupt and dangerous for foreign executives\n18 5 5 8 8 kids built forts and tree houses in the woods out of materials swiped from the construction sites that would eventually render those woods someone ' s back yard\n14 4 5 11 11 the marketing strategy and advertising campaign of the company ' s products are dedicated to bringing back the old traditional glamorous image\n1 6 6 8 8 either we saw our mothers show fear from bugs spiders and learned to fear them irrationally\n2 1 1 4 4 the point of the pen is in good writing position if the tip is anywhere from a to b\n8 1 1 5 5 this plane taxied back from runway 22r to business apron after aborted takeoff\n18 1 1 7 7 a woman was recovering from a bullet wound after she was caught in the cross fire of a shootout\n17 12 12 15 15 after birth , which usually takes place in shallow waters , the mother suckles her young for up to 18 months\n9 0 0 1 1 apricot marmalade is effective in treating emotional indigestion\n11 0 0 14 14 plants obtain a significant reduction in water usage and costs by effectively using conductivity analysis\n18 5 5 10 10 i was digging up the earth to throw into the cradle , when i turned up a lump of ore about the size of a small walnut , which i knew at once was a piece of gold\n18 13 13 14 14 so mary found a pocketknife in the compartment and a straw from her soda drink now spilled everywhere\n18 30 30 33 33 these four superb performers and at the end it ' s almost impossible to believe there have been so few of them present a wordless show that is like a circus of human dreams and nightmares\n14 5 5 8 8 the breakthrough came after the news that a sheep named dolly was born as the first cloned mammal\n14 4 4 7 7 it is an occasional publication reporting recent events and activities taking place at the institute for agriculture and trade policy\n2 1 1 8 8 the luff is the leading edge of a sail\n3 7 7 8 8 blood looks very red on the color television screen\n6 3 3 7 7 nielsen released his insights into the online industry\n1 8 8 10 10 it ' s common to get a slight fever from immunizations , which can make them uncomfortable\n1 11 11 13 13 they are intentionally sewn larger than the pillow to accommodate for shrinkage from washing\n8 4 4 9 9 the first workers ' committee was formed in yamit factory\n13 8 8 12 12 my grandfather ' s backyard is an absolute jungle of old wrecked cars\n10 9 9 11 11 the 50g is hands down , the absolute best calculator for engineers , surveyors , and hackers\n14 9 9 12 13 they planned a meeting where they discussed about this idea regarding the football team\n4 17 17 21 21 neighbours and some parents saw the limbs and head were missing from the body , and its torso was in a suitcase\n18 1 1 13 13 a trawl through ancient copies of the herts advertiser threw up a treasure trove of information about the early days of the city ' s first ever cinema\n18 12 12 15 15 this unwillingness to fund on a secured basis placed stress on the liquidity of the firm\n2 2 2 6 6 the small wheel of the button panel is limited to the range of a button , so you do n ' t have to worry that you turn into another function\n14 1 1 7 7 the exhibition considers tea ' s mythic origins in the hills of southern china\n0 1 1 3 3 heavy thunderstorms caused cancellation of races later in the afternoon preventing the masters mens fours and masters womens and womens eights from racing\n2 13 13 16 16 but pradyumna did not die , even when he was digested in the belly of the fish\n18 3 3 4 4 she sold a gold ring she received as a gift from her company and her old ' 80s style chains\n17 9 9 15 15 in fact , in the concerto form , the soloist often composed and performed a cadenza as a way to express their individual interpretation of the piece\n0 19 19 20 20 actually , the earthquake is largely from a global company that had interests insured in china , whereas the snowstorm losses are exclusively from a variety of chinese companies that we had relationships with for some year\n6 2 2 8 8 the us troops are going into a mountain area in pakistan\n17 0 0 5 5 scientists have made batteries and supercapacitors with little more than ordinary office paper and some carbon and silver nanomaterials\n4 1 1 8 8 the bomb was contained in a large white truck and consisted of a fertilizer device wrapped with a detonation cord made from semtex\n2 5 5 9 9 the three types of bone cells in the nasal turbinates had characteristic ultrastructural features\n6 3 3 7 7 the o dichlorobenzene extractant was removed into chlorobenzene for the first step of rough separation\n6 2 2 7 8 the tumorous tissue was sealed in pyrex glass tubes with a gas oxygen flame and frozen by the procedure described previously\n6 5 5 8 8 the porter passed on the licence to the wife and the daughter\n6 1 1 6 6 the pollution is being spread to air rapidly\n8 3 3 9 9 none of the answers just popped out of the computer\n12 4 4 9 9 pierre cardo , a deputy from chirac ' s party , explained that the most rebellious of delinquents are often products of polygamous families\n3 1 1 6 6 the car already has a digital speedometer which tracks speed at , yes , precision of 1 kilometer not 1 3 , 1 6 , but exactly 1 km\n17 1 1 12 12 the reporters on this project have constructed one of the most comprehensive explanations of how the price of this vital infrastructure has spiraled out of control\n0 11 11 15 15 by avoiding or limiting contact with trash the chance of contracting germs that lead to sickness or disease is decreased\n12 1 1 10 10 each member takes part in the activity of the whole organization in the same way as the organisation is responsible for the revolutionary and political activity of each of its members , since they do not act in the political domain without consulting the organization\n18 1 1 20 20 the dialect spoken in the south karelian region of finland is part of the south eastern dialects of the finnish language\n18 0 1 7 7 climate change is the topic of the day\n3 3 3 11 11 the rabbit wine opener even automatically releases the cork from the spiral\n3 6 6 8 8 a popular kitchen protection is a rope of garlic , onions or peppers\n18 7 7 15 15 his promised bride was already in great peril from the twisted love of an insane suitor\n1 12 12 16 16 in the years since the adm scandal of the 1990s , the calamities caused by the subversion of the food resources of masses of people to the private profit interests of a few has reached new heights\n18 1 1 4 4 worker bees eating ordinary honey live only four to six weeks\n0 2 2 7 8 the living vaccine , caused a sharp temperature elevation on the day following the second injection\n13 16 16 18 18 instead , i ran at them , whirling my arms and screeching as loud as a sedge of bitterns\n13 15 15 18 18 once more he is facing off against the malicious cobra , who has released a division of irresistible infantrymen with fierce battle talents\n13 2 2 7 7 the executive committee is composed of the president , vice presidents from the 10 largest affiliates , and nine other vice presidents chosen in consultation\n8 4 4 9 9 the philippines ' aboriginal inhabitants arrived from the asian mainland around 25000 bc\n4 1 1 6 6 an explosive was hidden in a condom or condom like bag just below his torso\n1 8 8 10 10 in a person who already has some neck tension from stress , such an event can lead to a long term increase of neck tension\n6 3 3 6 6 the spices took pasta into moroccan territory\n1 10 10 21 22 the first order of business when a patient complains of palpitations is to check whether the palpitations are caused by a heart rhythm\n6 1 1 7 7 the book was misplaced into the wrong shelf\n8 1 1 7 7 the bridge was moved from its original location in an effort to save it\n18 8 8 11 11 we report the second case of ureteropelvic junction obstruction after radiofrequency ablation that resulted in nephrectomy\n1 1 1 10 11 the miscarriages are caused by one time , non repeating genetic problems\n1 14 14 20 20 it found the net aggregate economic benefit to native born americans from the enormous influx accidentally triggered by the 1965 immigration is nugatory less than 10 billion a year , in an economy of 10 trillion\n10 4 4 5 5 osha regulates that a forklift operator ' s training program have three parts\n5 1 1 4 6 the backpack contained a social security number and other miscellaneous items\n13 14 14 17 17 standing squarely in the way of progressive plans to fortify marseilles , that magic grove of dodonian oaks , holly oaks and alder just had to go\n8 1 1 4 4 the joey leaves the pouch for short periods in about nine months of age , but continues to be suckled until it is about 18 months of age\n11 0 0 2 2 engineers use computers to solve a variety of problems ranging from the evaluation of a simple function to solving a system of nonlinear equations\n6 4 4 7 7 someone leaked the secret document to a journalist\n8 1 1 5 5 the list was distilled from conversations and presentations at ibm ' s emea analyst conference , analyst insights 07\n6 9 9 12 12 we did an integration of the git based release workflow into the distribution\n6 1 1 5 5 the mice fell into the trap\n12 13 13 4 4 this is the basic household return , filled in and signed by the head of the household\n6 2 2 5 5 two other teens ran into snags\n8 4 4 10 10 deeply chauvinistic , the movement is rooted in an atavistic sense of indian identity that harks back to a mystical time\n18 1 1 4 4 the lighting in the shop was dim and the walls were covered with shelves which were covered with shoes\n13 4 4 7 7 just then a camel caravan of ishmaelite merchants came passing by , on their way to trade in egypt\n6 1 1 6 6 these services are migrated into the call since they require booking facilities\n3 1 1 4 4 our microwave has a button for popcorn\n13 2 2 5 5 a small charm of seven goldfinches bounced in front of the bus\n4 1 1 5 5 the book was in a trunk full of documents handed over to the archive\n2 1 1 4 4 the legs of the chairs were designed differently and they were continuously upgraded with new styles and designs\n18 3 3 5 5 this statement threw people into chaos\n2 2 2 10 10 the overseas department collaborates with the law department of the company to resolve any legal matters in the field of international trade\n18 6 6 12 12 the concert closes with the young composer ' s take on another aria from guilio cesare , the notoriously tricky al lampo dell ` armi\n11 1 1 11 11 the spotter sweeps the surrounding countryside with a powerful hand held lamp with a tightly focused beam\n6 5 5 8 8 the clinical trials have implanted cells into the patient\n6 3 3 11 11 we had a flour bin , i poured flour into the well , and i stirred it with the bucket\n1 3 3 9 9 mcgee ' s talent stemmed from mother ' s teaching\n8 10 10 15 15 i make this all the time and replicated a similar recipe from a wonderful wonderful restaurant in paducah , ky\n1 5 5 10 10 harbor beach man pleads in case that stemmed from dog attack on tot\n6 0 0 4 4 antibodies introduced into living cells by red cell ghosts are functionally stable in the cytoplasm of the cells\n13 16 16 18 18 many people gamble away their rent and grocery money just to take a chance on a leash of greyhounds chasing a mechanical rabbit\n14 3 3 6 6 ibsen ' s work examined the realities that lay behind many facades , possessing a revelatory nature that was disquieting to many contemporaries\n13 17 17 19 20 this morning while shoveling snow a commotion caused me to look up and see that a small pandemonium of monk parrots had chased away all the cardinals from our bird feeder\n6 7 7 9 9 nasa paid a private company which carried astronauts into orbit\n17 1 1 8 8 the band first reached the charts with the song touch my light in the late spring of 1993 , receiving major airplay on mainstream radio stations\n18 2 2 9 9 the younger female got out rather easily from the cuffs and massaged her wrists\n6 6 6 5 5 the animal control released a wild leopard into the wild\n0 0 0 6 6 sinusitis and tinnitus cause stress or anxiety\n9 4 4 5 5 la nicchia ' s lemon marmalade is a sublime addition to any vinaigrette or fish marinade\n6 3 3 6 6 they have poured millions into these projects\n18 3 3 6 7 the hand cranked churn produced smoother ice cream than the pot freezer and did it quicker\n2 15 15 8 8 as part of their class , titled sustainable building design , the students analyze the components of the building that play a role in the structure ' s environmental impact , such as insulation , water usage and drainage , and the heating , ventilation and air conditioning ( hvac ) system\n17 1 1 5 5 british scientists have created human sperm using stem cells in a medical first that could revolutionise fertility treatment\n18 5 5 8 8 it is the way of deliverance from vicious cycles of anger and insult\n13 15 15 17 17 lake st lucia , africa ' s largest estuary , is home to the greatest congregation of hippos and crocodiles in south africa\n0 2 2 19 19 the cool fog of the summer morning had inundated the fabric of the blimp ' s coverings with excess moisture , adding additional weight to the aircraft\n16 6 6 14 14 the movie represents the only film soundtrack by the seminal los angeles punk rock band\n18 1 1 8 8 the kids dug into the baked ziti with gusto\n2 1 1 9 9 the campaign is part of the european e inclusion initiative , which seeks to build on all existing e inclusion activities and identify synergies between them and improvements in overall e inclusion impact\n1 1 1 9 9 the perturbations caused by the substorm related field aligned currents are most notable in the east west deflections of the geosynchronous magnetic field\n8 3 3 9 9 after 1890 the house was moved from its original location to the complex of outbuildings next to the present ross home\n13 15 15 18 18 in the process , they initiated the establishment of the tirailleurs senegalais , the first battalion of senegalese infantrymen in 1857\n16 11 11 16 16 in both course offerings , all except one student completed the questionnaire designed by the university coordinators\n8 3 3 8 8 the program featured clips from 1950 ' s television and interviews with game show stars\n14 18 18 22 22 goltv ' s unique offering positions it in the highly competitive us media market as the only tv channel devoted exclusively to soccer\n11 3 3 18 18 it took the mechanic less than 10 seconds ( no exaggeration ) to fix the lock with a screwdriver\n15 2 2 9 9 this public debate has been reflected in widely advertised series in the popular magazines and by numerous analysts\n0 5 5 10 10 xanax works by changing brain chemicals that cause stress and anxiety\n4 1 1 8 8 the handgun was discovered inside a sealed velcro pocket on the front driver ' s seat\n2 8 8 15 15 brightly colored honey dipper beads and chunky disk rings make up this all wood foot toy\n5 12 12 14 14 these children have given up everything all they own now is a suitcase with clothes in it\n0 4 4 11 11 however several species of fungi , insect , and bacteria cause mortality or reduced growth of the tree\n6 1 1 6 6 the replies are posted to all groups\n18 1 1 4 4 the cockpit accommodated a crew of three , including pilot , radar operator , and sensor operator\n9 0 0 1 1 rye flour was found to contain only one glutelin , which separated at 3 per cent of saturation with ammonium sulfate\n6 10 10 13 13 pee dee academy girls basketball coach jerry coleman placed the quote in a spot where he was sure all of his players could see it\n2 5 5 7 7 viral dna forms in the livers of ducks transfected with mutant genomes\n17 1 1 4 4 the painter ' s marks represent the story of a hunt or a great war my symbols represent the story of a problem and its solution\n1 8 8 11 11 the author clearly got a great deal of pleasure from the work and did not allow his vast amount of material to force him into shallow generalizations\n1 4 4 8 8 general information about the infection caused by the bacteria called salmonella , when food is eaten raw or undercooked\n1 2 2 5 5 all the profits from the books listed below are donated to the norman historic preservation program , inc ( nhpp ) to be used toward the renovation of the old norman high school as a children ' s educational center and museum\n18 0 1 4 5 physical geography examines the natural environment and how the climate , vegetation life , soil , water , and landforms are produced and interact\n11 1 1 10 10 this code constructs a triangle from a set of three lines\n3 5 5 10 10 the target is semantically a tree that is constructed from elements of terminal and non terminal nodes represented through lists and symbols\n12 1 1 9 9 my home is a part of homeowner ' s association\n18 2 2 10 10 recently the man was put into an interpol red flag list\n4 33 33 39 40 in the 1940s and 50s the empty canal was used by a chemical and plastics company to dump nearly 20 , 000 tons ( c 18 , 000 metric tons ) of toxic waste the waste was sealed in metal drums in a manner that has since been declared illegal\n14 7 7 11 11 young people from bridgend made this animated film to highlight the dangers of forest fires\n2 1 1 8 8 the pouch is a distinguishing feature of female marsupials ( and rarely in the males as in the water opossum and the extinct thylacine )\n13 9 9 13 13 but nothing prepared her for the day when a surfeit of 10 baby skunks popped their heads out of the hole and began scurrying about with their mommy\n17 8 8 14 14 we started the scholarship and then formed a committee of employees who drafted the guidelines of what we wanted to do with it\n14 2 2 5 5 despite previous statements asserting their innocence , both titus and ryan pleaded guilty to various charges on may 30\n1 4 4 9 9 gaza following the widespread destruction caused by the israeli invasion\n13 9 9 12 12 the ragtag cast evinces as much harmony as a clutter of alley cats in your backyard\n14 10 10 12 12 in 2006 , the international astronomical union officially adopted a resolution defining planets within the solar system\n18 1 1 7 7 the continent has sunk into deep economic abyss\n14 3 3 9 9 meanwhile , the speech pointed out that the scientific innovation is the only way to develop\n6 3 3 14 14 for years , adventurers from across the prime realms have journeyed into those dark depths seeking glory and wealth\n3 9 9 10 10 fig 1 is a front perspective view of a pants pocket showing my new design\n18 0 0 7 7 investigations are under way to establish the identity of human remains found by police in woodland in surrey\n6 5 5 7 7 the house has postponed the vote to tomorrow\n3 3 3 5 5 the majority of tree feeder roots are located in the top four to eight inches of soil\n6 1 1 7 7 the gas is blown into the molten metal through a gas blast nozzle in a refining furnace\n1 1 1 7 7 the hole has been caused by the accumulation of dust into planets like earth\n18 5 5 9 9 i managed to squeeze decent photos out of an iphone\n0 2 2 10 10 sigmoid colon diverticulitis is the most common cause of acute pain in the left lower abdomen in older adults\n0 2 2 7 7 the relative calm produced by the shia ceasefire has coincided with what the cia is now calling the near strategic defeat of al qaeda in iraq\n17 1 1 7 7 the president surprised world leaders with a joke about his poor record on the environment as he left the g8 summit in japan\n13 12 12 14 15 i am a semi professional myself and i also have a small hug of teddy bears , but the photos that marc hoberman made of these bears are really fantastic\n18 1 1 6 6 the auction started at the ungodly hour of 10 am , which i ' m guessing ensures no one will show up after hitting the bars and bid drunk\n1 4 4 10 11 we are aware that acne or pimples are caused by hormonal imbalance , improper skin care or bad eating habits\n14 5 5 12 12 in march 1997 a scientific conference was held on the topic of prevention and health promotion\n10 4 4 7 7 by contrast , the robot lets the operator just queue raw stock and walk away , returning later to pick up completed parts in the unload queue\n5 1 1 4 4 a suitcase with a bomb in it is carried around\n1 11 11 14 14 my grandmother is beautiful too but she has a lot of wrinkles from the sun\n18 3 3 6 6 originally , the buttonhole accommodated a button sewn to the underside of the opposite lapel , thus allowing a man to button all the way up in brisk weather\n4 6 6 12 12 britain ' s oldest surviving human brain was discovered inside a decapitated skull placed in a small pit near york\n18 49 49 51 51 he established a new administrative system , sent a regiment of regular troops which quelled the lroquois , and then invested vast sums in economicdevelopment , establishing new industries such as lumbering and shipbuilding and subsidizing the immigration of skilled and unskilled labor , and marriageable girls for the superfluity of bachelors\n18 3 3 6 6 you store the information in the variable in your source code\n14 3 3 16 16 the eight part serial was a historical drama set in ancient egypt and charted the ruling dynasty of the cleopatras\n2 11 11 16 16 the device operates as follows the flowing medium presses against the paddle of the kobold flow switch\n13 8 8 12 12 the republican party of pennsylvania has a strong slate of endorsed judicial candidates running for statewide office\n0 10 10 17 17 the confrontation between martyn and liz earlier ended with a struggle that resulted in martyn ' s drowning\n18 1 1 6 7 his scepticism in regard to the liberal reforms of the sixties made him very unpopular among the more progressive writers of that time\n11 1 1 4 4 the researcher started the slide show with a blue slide showing an overview of all episodes of the task and left the adolescent alone\n2 10 10 15 15 he noticed that this black substance was also on the lid of the cracked stone casing\n1 13 13 19 19 the lancet study already demonstrated that , as of july 2006 , the deaths caused by the u s invasion of iraq rivaled the death toll of the 1994 rwandan genocide\n15 0 0 10 10 characters native to the african continent have been depicted in comics since the beginnings of the modern comic strip\n2 2 2 5 5 the two pillars of the temple reinforce the theme of polarity\n4 1 1 5 5 the letter was in a chest downstairs in the kitchen area\n17 5 5 8 8 this comment refers to the author ' s reply\n6 3 3 6 6 we sent the string to the webserver\n1 8 8 11 11 a 3 year old boy sustains a chemical burn after the spilling of bleach onto his lower extremities\n18 7 7 12 12 in the fifties , they developed a technique for treating blood with ozone called ` major autohemotherapy '\n16 8 8 26 26 from 1972 through 2000 , cassioli ' s design ( or a slight modification ) remained on the obverse with a custom design by the host city on the reverse\n13 12 12 15 15 here at flamingo gardens we are proud to have the most prolific romp of river otters in the world , and romp they do\n17 1 1 12 12 a writer who lives in salt lake city has recently completed a memoir about her experiences as a mormon missionary\n13 11 11 14 14 this miller ' s dozen as i ' m calling our troubling of 11 goldfish was thought to have dwindled to only 5 or 6 by as soon as the first morning after their purchase\n13 5 5 7 7 the farm takes on the raffle of turkeys in july , when they ' re just one day old , until they ' re slaughtered in december\n16 2 2 5 5 in the poem , the author develops the metaphysical issues raised in a riddle and canto\n1 5 5 9 9 i get severe headaches and dizziness from colas and drinks with nutrasweet ( aspartame ) and splenda ( sucralose )\n11 2 2 10 10 the armed men tore down the rear wall using a sledgehammer and used a bolt cutter to destroy the detention locks\n18 3 3 6 6 they have thrown mankind into deeper bondage than ever\n2 2 2 9 9 the longest hairs that make the tip of the brush all have the same length and stay evenly together\n6 3 3 5 5 voters passed on messages to members of the congress by email\n9 8 8 9 9 hermione just shook her head and drank her mango nectar , laughing a little\n13 27 27 29 29 the plot evokes old school space opera with its whirlwind pace , immense scope and twist ending , but cutting edge extrapolation breathes vivid life into this universe of scoundrels , heroes and romantics\n18 4 4 8 8 before attacking the walthers kit with a razor saw , however , let ' s take care of some other important layout details\n6 1 1 6 8 a copy was sent to your e mail address\n8 4 4 8 8 they were sailing the ship away from the harbor laughing and cheering\n18 3 3 8 8 at least 140000 homeowners have fallen into negative equity\n11 8 8 13 13 the whole thing was cleaned up by the mechanic with a high pressure hose\n18 1 1 5 5 all parties were taken into confidence over swat offensive\n6 2 2 10 10 approximately 2 trillions are invested into sri socially responsible investing ventures in the present day\n17 0 0 1 1 fish eggs are collected by opening the outlet of the spawning pond leading to the egg collection chamber\n13 7 7 10 10 canned vocally , caruso is worth a wilderness of wagner monkeys\n18 9 9 15 15 the cccb is an institution that organizes contemporary cultural events and exhibitions with regard to music , dance , debates and readings\n10 9 9 11 11 without doubt , this is one of the best books for artists available\n15 1 1 7 7 the government was criticised in a radio debate\n13 18 18 21 21 in her emotional acceptance speech , berry shook off the happy heaves and dedicated her prize to a sorority of splendid sisters dorothy dandridge , lena horne , diahann carroll , jada pinkett , angela bassett , viveca fox and every nameless , faceless woman of color that now has a chance because this door tonight has been opened\n8 6 6 10 10 we are being cautious as the flies emerged from the perforation after a period of three days last week\n14 2 2 4 4 he made allegations of corruption against the administration\n18 6 6 10 11 since then , numerous independent feature directors have journeyed into series television\n1 6 6 11 11 for a few more years the surplus is generated by the excess of social security tax revenue over benefits paid to today ' s elderly and disabled\n4 3 3 12 12 the entire running gear of the engine was enclosed in a copper case\n1 1 1 9 9 the decline in populations has been caused by the influx of industrial and resident waste water , sludge sedimentation , and land reclamation\n3 1 1 2 2 this rose bud waiting to open up for the world to see , was in the garden at the swan inn\n14 1 1 4 5 the guide depicts the chronological order of electronic music genres ' appearance\n0 1 1 6 6 a lamp emiting a strong white light is placed on an mobile block makes it possible to the scanner to sweep all the document\n8 0 0 4 4 oil produced from such reservoirs , especially nigeria and middle east , could have poor economical balance\n3 2 2 5 5 the following figures summarise the results for the last financial year\n8 10 10 14 14 thinking to better his chances in his chosen calling the father left his native land in 1817 and came to america , landing at st john ' s , newfoundland\n1 9 9 15 15 relena ' s head was bowed , though the heat was radiating from the young princess in waves\n14 3 3 7 7 it presents some questions connected to these cases\n1 5 5 10 10 in many patients , the disease caused by the h5n1 virus follows an unusually aggressive clinical course , with rapid deterioration and high fatality\n8 5 5 9 9 after lost ! , the bandmembers descended from the stage , winding their way through the crowd on the floor\n14 3 3 5 6 the first public allegations of prisoner suffocation in the containers appeared in a december 2001 new york times article\n9 10 10 11 11 this week we take a look at instructions for all grain beer brewing using a single step infusion mash setup\n3 0 0 1 1 television screen size is measured diagonally , so that ' s what the 19 , 22 , 24 , 32 measurements on televisions are referencing\n14 1 1 9 9 the statue is an armless depiction of a young boy and was first acknowledged as an early work of michelangelo in 1997\n13 4 4 6 6 anybody who has a peep of chickens has an opportunity for some interesting observations and great omelet material\n18 1 1 6 6 the automaton starts in the initial state , reads input character by character and changes state according to the program\n16 3 3 17 17 lidenbrock translates the note , which is revealed to be a medieval note written by the icelandic alchemist arne saknussemm\n4 1 1 6 6 the map was locked in a safe in her office\n8 6 6 12 12 it was probable that the mn atom went away from an interstitial site neighboring on the substitutional pt atom after the dissociation of the pt mn complex\n0 5 5 9 9 agriculture has again become a producer of renewable domestic energy to offset supply disruption and stabilize fuel prices\n8 3 5 10 10 tiger woods ' mother in law was released from the hospital tuesday , 11 hours after a pre dawn emergency call was made from his florida mansion because she was suffering from stomach pains\n18 1 1 4 4 the lawnmower cuts a swath of grass as it moves across the lawn\n18 7 7 12 12 the center and right images show progressive shrinkage after two and four years\n18 17 17 20 20 although harry noticed it during exercise , the change that was identified was the difference in muscular discomfort from the beginning of his training program ( riding five miles per day ) to his current status two months later\n17 5 5 9 9 during this procedure , the surgeon makes a small hole ( fenestration ) in the baffle to help relieve the symptoms of the original heart disease\n5 7 7 14 14 tim boyle ( 1846 ) checks a flask that contains the dried cathode precursor powder\n18 1 1 4 4 a moat keeps the enemy at bay\n18 7 7 9 9 his lung function remained stable after complete removal from exposure to metalworking fluids\n1 18 18 21 21 losing land to new white settlers , non payment , past broken treaties , plus food shortages and famine following crop failure led to great discontent among the dakota people\n18 1 1 6 6 the patient is kept in the hospital one night for observation\n1 13 13 6 6 some people voluntarily get involved with politicisation , while others become victims of circumstances created by the politicisation\n18 12 12 14 14 they ' re bringing in applications such as catalog management and order fulfillment from vendors , then laboriously developing and integrating those applications themselves\n1 12 12 14 15 polar bears and hippos have joined the ranks of species threatened with extinction from climate change , unregulated hunting and other dangers created by humans\n2 1 1 4 4 the bulbs in my house use 190 watts\n2 6 6 9 9 so i was looking at the ceiling in my kitchen yelling at god\n3 1 1 3 3 the implant contains nanoparticles which are designed to test for different substances , including metabolites such as glucose and oxygen that are associated with tumor growth\n1 3 3 7 7 most of the excitement came from the anticipation of winning a nice prize , all for the sum of one dollar\n5 4 4 7 7 the contents of the envelope were a sheet of foreign note paper , and a folded enclosure\n18 23 23 26 26 their retreat was disorderly and confused and much like a flight , the pallantines hanging on their flanks and rear and doing great damage from early dawn till evening\n18 12 12 14 14 these hebrew histories tell the story of a people ' s upward growth from savagery\n11 16 16 19 19 a major government researcher once complained that his bosses used his scientific findings the way a drunk uses a lamppost for support rather than illumination\n17 2 2 5 5 eventually the company manufactured the machines\n1 0 0 4 4 progress comes from constructive competition , and churches and religions can benefit greatly from it\n0 2 2 4 4 the concrete sidewalk radiated heat like a furnace , and there was no relief in the shade of a large crepe myrtle tree as they walked under it\n17 9 9 13 13 in cicero ' s speech for milo , the orator makes a valid argument\n18 6 6 12 12 in a preliminary investigation , cheddar cheese was made with a lactococcal starter overproducing different peptidases\n1 1 1 5 5 the fire started with an explosion in the cargo hold and spread across the ship within 10 minutes\n18 7 7 8 8 until last year , afghanistan was an opium exporter , not a major heroin producer\n10 1 2 5 6 a car battery powered a laptop computer connected to a small , portable satellite antenna\n11 2 2 8 9 anti gun forces still wield a lot of political power\n18 1 1 9 9 the logs sawed smoothly and accurately using either saw design\n1 4 4 7 7 villagers live in constant terror of indiscriminate gunfire which fills the nights throughout chechnya\n4 6 7 11 11 he used a stable form of liquid nitroglycerin carried in a bottle labeled as contact lens solution , using cotton as a stabilizer\n8 2 2 9 9 the basement carpeting is made from recycled plastic pop bottles , and the underpad was once automobile tires\n18 5 5 10 10 but the contents of the audit were a closely held secret , and attempts to obtain other records were denied repeatedly\n3 1 1 9 10 the kitchen contained one other interesting item , a trap door in the ceiling\n3 4 4 7 7 the contents of the workshop included a discussion on various documents in respect of exports , imports and documents relating to letters of credit\n18 1 1 6 6 the tenant has farmed for this owner for several years and does n ' t want to lose the ground , but also does not want to pay the large increase in rent\n16 6 6 8 8 we ' re always looking for feedback from readers and articles to highlight\n1 4 4 8 8 there was an the outrage from the sexism crusaders\n8 1 1 4 4 the hydrogen comes from water and electricity from any source can be used to electrolyze the water\n1 22 22 24 24 his highly original and topical act reaches from the top of the corporate ladder into blokes ' sheds , leaving his audiences aching from laughter\n17 4 4 10 10 the pancreas is the organ of the body that produces insulin\n16 7 7 8 8 nine year old chloe clark joined a ballet company on stage last monday\n11 1 1 5 5 the weaver sits with a loom fixing the back strap , keeps her legs against the footrest , which is adjustable for keeping the loom in tension\n5 10 10 14 14 the conventional way to grow bacteria is to inoculate a flask that contains a broth of nutrients\n18 1 1 5 5 the toolkits provide a secure framework where sensitive information remains private\n18 4 4 8 8 in a nutshell , orienteering combines a physical skill with a more cerebral element\n18 1 1 6 6 the food is kept in the kitchen and guests help themselves as it is a self service\n1 9 9 11 11 videotape is a fragile medium subject to damage and deterioration from exposure to poor environmental conditions and inadequate handling practices\n18 1 1 8 8 the challenges are being addressed from a manufacturing standpoint rather than ict solutions that could answer them\n3 1 1 8 8 the kitchen contains various commercial equipment such as stoves , griddles , deep fryer , and an oven\n1 3 3 10 10 most of the steam comes from a volcano ' s magma\n11 1 1 4 4 the artist played the piano with great precision\n0 6 6 10 10 when i start the engine the car makes a screaching sound\n18 2 2 5 5 touch sliding keyboard offers keyless typing\n4 1 1 8 8 the acid is kept in a level controlled tank ( with a controller and an alarm in the event of low acid level )\n16 1 1 4 4 the yeast ' s manufacturer , lesaffre yeast corp of milwaukee , did not return calls seeking comment\n0 2 2 6 6 the enclosed community produced the enclosed personality , and vice versa\n18 0 0 3 4 batteries kept in good condition have a 5 to 6 year service life\n1 6 6 12 12 in a clock , the ' tick ' is produced by the action of the escapement\n18 2 2 7 7 non uk students benefit from the bursary scheme\n8 5 5 9 9 this is the winning sand castle from the castlemania contest\n1 15 16 18 18 the risks of this procedure include anesthesia complications , post operative difficulty breathing , and sore throat from intubation\n11 12 12 16 16 an accompanying cd of light classic italian music helps to inspire the cook laboring over the stove or to create a romantic atmosphere at dinner\n11 1 1 13 13 the victim , who was positioned underneath the conveyor , was using a hammer to adjust the return roller\n18 1 1 6 6 the bulldozer is kept in the area and is suspected of being used to create makeshift paths across the river\n5 7 7 9 10 the contents of the bear ' s stomach included apple mash , corn and blueberries\n17 3 4 6 7 normally , the bone marrow produces stem cells ( immature cells ) that develop into mature blood cells\n18 1 1 4 4 a marinade that contains acid , alcohol or salt has been used for a short time\n18 3 3 8 8 to say that rowing is just pulling an oar is like saying golf is just swinging a club\n18 12 12 16 17 the main cell types are fibroblasts , macrophages and adipocytes ( the hypodermis contains 50 of body fat )\n1 22 22 25 25 whilst audio sampled at 8khz is sufficient for communication , such narrow band speech does not sound natural , leading to user frustration after prolonged exposure , and making language learning difficult\n9 1 1 2 2 the country gentleman , lodging at the hotel de mayence , rue saint honore , near the place vendome , one morning received a visit from a confidential agent of the ministry , who was an expert in ` winding up ' business\n18 5 5 8 8 with these axioms , the judges cultivated the principles of judgment , and those principles could be used in gauging the restrictions on freedom that were justified or unjustified , in any domain of the law\n11 10 10 16 16 it is noteworthy that peacham ' s emblem has a hunter chasing the ermine with a spear and dogs\n8 1 1 6 6 the dollar fell from six week peaks against major european currencies\n18 8 8 11 11 some inactivated influenza vaccine contains thimerosal , a preservative that contains mercury\n1 17 17 19 19 initiated during the early 1990 ' s national mineral resource assessment , this project received a major boost from funding provided through the ` data at risk ' add on funding received by the usgs through the 2004 fiscal year\n10 4 4 5 5 i worked as a crane operator in construction at that time\n18 18 18 22 22 a pop up roll cage and active headrests aim to protect occupants during a rollover , and the floorboard is made from bamboo and aluminum\n3 5 5 8 9 in simplest terms , a hybrid combines a gasoline engine and an electric motor to provide adequate power with minimal fuel useage and low emissions\n0 1 1 6 7 the energy of emission produces the separation field\n18 0 0 4 5 batteries stored in a discharged state are susceptible to freezing , sulfation and an increased rate of discharge\n8 9 9 15 15 from the diagrams of davinci to the latest photographic marvels retrieved from the remotest galactic outback , visualization of research has a long and literally illustrious history\n1 5 5 7 7 i derive tremendous pleasure and fulfillment from teaching , particularly when i am able to help students understand a previously foreign concept or idea , aid them in seeing a familiar object or event from a new and unusual perspective , guide them with projects they are working on , or encourage the interests they have\n10 6 6 10 10 pot supports are used in the stove to protect the cook from the heat\n17 16 16 19 19 the guarantees so painfully obtained by formal verification of the source program are useless if the compiler generates wrong code\n16 1 1 4 4 the vaccine ' s maker , the irish drug company elan , has stopped giving the shots to its 360 volunteers while doctors determine what caused this serious side effect\n11 1 1 8 8 a man struck my video camera with a hammer while i accompanied a german film crew in clearwater\n1 2 2 5 5 sometimes the blockage comes from fear , as for a ceo who hates public speaking but must give frequent speeches\n11 0 0 5 5 evaluators applied the statistically accurate generalization that men are usually taller than women to their estimates of the height of individuals who did not necessarily conform to the generalization\n18 12 12 15 15 it makes the drive more comfortable by intelligently seeking out what the passengers inside the car prefer in terms of temperature , music , lighting etc\n18 13 13 21 21 it is a family luxury villa with breeze kissed balconies from which the sounds of the sea provide a sensuous nightly serenade\n0 16 16 19 19 when they took the floor against a team favored to win the national championship , the patriots radiated carefree confidence\n6 25 25 28 28 while calvin is able to get the diamond , he ' s nearly caught by the police while making his getaway , and stashes the jewel in a bag carried by a passerby\n18 2 2 7 8 the discharge valve is kept in the closed position at all times unless the dike is deliberately being drained\n17 1 1 16 16 the company practically created the personal home computer industry , but the company made the fateful decision not to liberally license its software applications\n18 4 4 8 8 the 3 km long beach extends from the mouth of the oro river in the west , to the cliffs of point caramonal to the southeast\n18 1 1 7 7 the tests are generated randomly from a bank of questions developed for each module\n18 2 2 9 9 suddenly a nurse takes off her familiar loose fitting clothes , and dresses her in clothes , which fit her more closely\n3 3 3 10 10 the global warming segment starts off with two , cute anecdotes about flowers blooming early and aardvarks moving north\n18 2 2 7 7 the outer shell is made from anodized aluminum\n16 3 3 4 4 we cleaned the coffee maker , repeating this step again with a fresh vinegar and water mixture\n18 1 1 4 4 the servant brought forth jewels of silver , and jewels of gold , and clothing , and gave them to rebekah\n11 1 1 7 7 the device uses the newest personal antenna technology\n18 6 6 10 10 colorful , almost fat free salad dressings start with fresh fruit\n17 1 1 5 5 the company uses a policy assertion to convey a condition under which they offer a web service\n9 0 0 6 6 fruit juice has all the fruit sugar and none of the fruit fiber , and only some of the fruit nutrients\n5 1 1 5 6 the box holds three stiff cardboard tubes , each wrapped in now decaying cellophane\n18 3 3 7 8 until 1729 the building contained only the grammar school\n18 1 1 4 4 the move makes a mockery of china ' s long standing opposition to such capabilities in the hands of other powers\n6 11 11 16 16 suddenly , a man approached me from nowhere and stuck a bag of candy in my face\n18 6 6 11 11 he went on to examine the theory from a risk assessment perspective\n17 1 1 7 7 the courts created the freeman walter abele test to determine whether an algorithm only represents an abstract idea\n11 6 6 10 11 it was the only time the president has wielded the veto pen during his six years in office\n18 6 6 8 8 kids love watching the stages of growth from caterpillar to cocoon to butterfly in this easy reliable kit\n18 1 1 4 4 the mood inside the car was very quiet as the couple continued home and went to bed\n18 8 8 11 11 television cooking shows and more advertising have put wine in the limelight\n11 3 3 8 8 currently , the villagers operate a ram oil press that is counter intuitive to use and leads to sub optimal oil extraction from groundnuts\n5 1 1 7 7 the building contained a significant amount of furniture and equipment\n0 0 0 4 4 zinc is essential for growth and cell division\n18 9 9 13 13 with its non slip , ambidextrous grip , the peeler glides effortlessly through foods\n11 1 1 6 6 police officer uses a taser stun gun to subdue a glass wielding six year old\n9 1 1 9 9 the land surrounding the lakes is extensively farmed for wheat , while elsewhere in the national park the steppe is heavily grazed by domestic livestock\n0 2 2 8 8 the backup vocals are from a rather talented female , stephanie eitel\n8 16 16 19 19 so you are not only sharing the speaker information , but you are also sharing the audio from the event quickly and easily\n5 2 2 10 10 the remaining contents of the package included four ounces of plastique filled with tiny metallic slivers\n4 1 1 7 7 the newspaper was being kept in a box\n18 10 10 13 13 two years ago , president george w bush ordered the activation by the end of 2004 of a system capable of defending the united states against a missile attack by a terrorist group or an unfriendly rogue state such as north korea\n0 5 5 12 12 the soft brown and beige tones in the decoration provide a tranquil mood\n18 1 1 4 4 the tram makes the trip from the main university campus in less than 5 minutes , while driving can take 15 minutes or longer\n18 1 1 4 5 a lodge combines a colonial atmosphere with the rustic beauty and history of africa\n17 2 2 4 4 the simple rule produces sentences such as abab\n8 8 8 10 10 tub drains clog up with hair and the grease from soap and must be cleaned out occasionally\n18 4 4 7 7 you proved that a gas takes up space\n16 9 9 10 10 alex ' s skills as an editor and a documentary maker allowed us to be able to shoot it and turn it in that short amount of time\n1 1 1 5 5 their success comes from their ability to quickly answer a growing surge of mid size customer demands demands that always focus around ease of implementation and ease of administration\n9 6 6 7 7 orpheus falls in love with the country girl for no apparent reason save her name and beauty\n4 23 24 29 30 harry stanley , 46 , from hackney , east london , was shot and killed by metropolitan police officers who had mistaken a chair leg being carried in a plastic bag for a firearm\n4 10 10 11 11 you noticed the three numbers at the bottom of a fertilizer package\n5 1 1 4 4 the box holds the answer to how you got trapped\n2 1 3 6 6 the turn signal indicator inside the car was blinking erratically for the last month and someone recently explained that it meant the bulb had gone somewhere on the left\n0 1 1 6 6 the filament emits a yellowish white light , and the walls have a strong yellow tint\n1 8 8 10 10 this program is an effective step to mitigate damage from hurricanes , but let us not forget this is a retroactive measure\n11 1 1 4 4 the hairdresser took his scissors and held up a coil of hair\n17 1 1 5 5 the monitor provides a quarterly report to the chapter ( or nec )\n17 1 1 5 5 the discoverer writes a short citation explaining the reasons for assigning the name\n11 1 1 4 4 the carpenter carries an axe over his shoulder and a smaller one in his belt\n2 2 2 7 7 a gasoline engine powers a hydraulic drive train that provides torque at all six wheels\n8 4 4 9 10 elizabeth smither ' s tokotoko was made with a gear lever\n1 12 12 14 14 it ' s not unlike an archeological dig through an attic , choking from laughter rather than dust , as familiar and forgotten memories are refreshed and taken for a satirical synaptic spin by a master humorist\n18 9 9 13 13 these are memorable words written on a piece of paper kept in a museum\n11 1 1 8 8 electron microscopes are scientific instruments that use a beam of highly energetic electrons to examine objects on a very fine scale\n11 9 9 13 13 but then one of them got hold of an axe belonging to the carpenter\n18 3 3 7 7 quality forged pinking scissors cut with exceptional ease and efficiency\n9 0 0 1 1 almond butter is available in many natural and whole food stores\n1 4 4 7 7 six glowing disks await activation by the footsteps of desert wanderers\n11 1 1 4 4 the tailor brought his scissors and a newly made garment\n11 1 2 6 6 most sewing machines use a sturdier stitch known as the lock stitch\n1 16 16 18 18 significant reductions of these levels produce pastries with poor lift in the oven and with unacceptable shrinkage after cooling\n0 1 1 5 5 the transmitter generates the electromagnetic wave , some of which will be incident on the receiver\n18 10 10 17 17 it is set in the most beautiful surroundings and the land has been biodynamically farmed for many years\n8 0 0 4 4 rain comes from evaporated seawater , transferring not just water but the solar energy that took it from the sea\n18 6 6 11 11 some plants and animals are facing extinction from alberta ' s lakes , rivers , mountains and prairies\n1 1 1 4 4 true progress comes from science , debate , inference , logic and reasoning\n0 10 10 15 16 preliminary experiments seemed to support this idea in that the quenches produced the predicted high vortex densities\n1 16 16 18 18 a tear or a crease changes the character of the surface more drastically than a mere deformation from roundness\n1 1 1 4 4 continuous improvement starts with measuring process performance , and instigating a robust process for reviewing further changes logically and quickly\n1 4 4 7 7 the period of tumor shrinkage after radiation therapy is often long and varied ( mean 29 months )\n3 3 3 7 8 you own a house that contains a granny flat\n11 3 3 6 6 when the taxi driver stopped his car and got out , the two people ran up the street toward downtown potsdam\n8 7 7 10 10 this appalachian region had been settled by emigrants from the lowlands\n18 23 23 30 30 arthur and franz are thieves , or they ' re trying to be thieves , and somehow learn that odile lives in a house that contains a large sum of money\n10 1 1 5 6 the river once powered a grist mill\n8 5 5 8 8 the older child took the firearm from a closet and was handling it when he fired and struck eric , who was in the same room , investigators concluded\n1 3 3 7 7 first , the sound radiated from a surface simulating a two dimensional monopole is calculated using an unstructured mesh\n1 4 4 6 6 i have always drawn satisfaction from exertion , straining my muscles to their limits\n0 4 4 7 7 that happens when the media makes a mistake\n2 5 5 8 9 the viewer looks through an eyehole in the metal box into the abyss , an infinite regression of mirrors reflecting themselves\n1 1 1 3 3 sudden death from inhalation of petroleum distillates is well recognized in misuses of volatile substances\n5 1 1 4 4 the box contained 126 recipes , mostly written in pen in neatly rounded script\n18 1 1 6 6 the architect carefully designed the 15 rowhouses , reflecting the suburban ideal of the late 1800s\n13 3 3 5 5 contents of the scrapbooks included pictures cut from magazines and newspapers , stories , poems and anecdotes as well as photographs\n18 5 5 10 10 the piglet ' s incisor teeth are cut off with pliers\n2 2 2 8 8 the original engine powered a limited production mustang model sold for two years\n18 20 20 22 22 intersense , inc , a market leader in precision motion technology , today announced that hydro , a leading offshore producer of oil and gas , has installed its tenth intersense is 900 precision motion tracking system as part of hydro ' s large scale immersive visualization rooms\n18 1 1 4 4 the move from binary access ( yes or no ) to fine grained authorization betrays a shift in mindset from a defensible perimeter to a qualifier that identifies who can access what room\n18 6 6 10 11 on the courtyard there is a room that contains a billiard table , a big cinema screen with a sony dvc player with over 300 titles and several sofas\n18 14 14 15 15 she opened a fridge in the side of the door and got out a blueberry vodka\n2 6 6 10 10 i reversed the position of the batteries stored in the flashlights to prevent them from accidentally switching on and losing power\n9 15 15 19 19 when man sinned , the occasion of his fall was a tree , and the ground cursed brought forth thorns\n16 5 5 9 9 showing a sample of a fertilizer package this fertilizer company shows what to look for on their label\n18 1 1 4 4 the kitchen holds little clues about how we tried to reinvent the past\n8 5 5 10 11 this is assuming that the dividend is received from a treaty country\n8 18 18 10 10 patient survival one year after transplantation from a living related donor is 95 and comparably high if the organ comes from a cadaveric donor\n1 12 12 15 15 we continue to see progress toward a world free of the daily terror of antipersonnel landmines\n18 1 1 6 7 the micropump is fabricated by the anisotropic etching , the boron diffusion and the metal evaporation\n9 0 0 1 1 pomegranate juice has anti inflammatory effects and high levels of anti oxidants , which are believed to protect the body from free radical damage\n17 1 1 4 4 the artist made the picture when he was a fourth grade student in iowa city\n18 8 8 12 12 dr aimee rose , a member of the team who made the discovery , predicts it will save many lives , both military and civilian\n18 2 2 5 5 furthermore , control over agricultural research , production , distribution and practice is shifting from public institutions to private corporations , which are profit driven and are not motivated by humanitarian concerns\n8 17 17 20 20 he described the meeting with her as an exception , since he normally has meetings directly with engineers from the regions\n1 11 11 20 20 in a conventional , steam turbine only power plant , the heat required to produce the steam comes from a boiler\n13 1 1 3 3 the list contained books of various genres and reading and interest levels\n3 2 2 5 6 a large rig combines a trampoline system with a bungee cord system\n16 9 9 10 10 now in its 56th year , this unique folkloric dance company continues to collect , perform and preserve authentic traditional hungarian music and dance\n9 2 2 5 5 the burning fuel produces exhaust gases , which , when forced out the nozzle , produce thrust , moving the rocket in the other direction\n18 9 9 12 12 in converting a tree into thick planks , the saw causes a waste of a very small fractional part\n18 7 7 15 15 until recently patient record was represented by documents in paper kept in a variety of formats , different contents , and places\n10 6 6 10 10 the book is about how the bomb was used in diplomacy\n18 1 2 4 4 the display table contained books and posters for visitors to browse\n1 15 15 19 19 after several years of self observation , alexander began to teach his method of conscious inhibition through manual facilitated movement\n17 1 1 5 5 the spammer writes a simple bot that goes to your site and hits the registration page\n1 11 11 18 18 as the molten metal cools , it hardens and assumes the shape created by the mold ' s cavity\n18 10 10 16 16 in particular , we work on devices that take the signal that is carried in a beam of light going through an optical fiber and transfer that signal to another beam of light going through the same fiber\n18 4 5 18 18 a knitting needle or knitting pin is a long stick or rod used as a tool in the manufacture of hand knitted fabric\n18 0 0 3 3 driving with sleep deprivation has similar effects as driving under the influence\n1 8 8 10 10 we planetary citizens have a unique capacity for ecstasy from repetition especially when it comes from drumming\n11 1 1 4 4 the tailor left his scissors on a wall below his balcony\n18 11 11 14 14 as many as 18 products in your home come from this guy ' s company\n11 1 1 6 6 some pathologists do this with a scalpel , while others use scissors\n10 17 17 20 20 the authors take us on an extraordinary journey , from the depths of the ocean to the net of a fisherman\n0 1 2 4 5 the scintillator material produces visible light when transversed by the particle ' s radiated energy\n17 1 1 4 4 the supplier ' s invoice is payable within 30 days\n5 4 4 6 7 the contents of the boxes included phone cards , disposable cameras and razors , travel size toiletries , snack food , and lots of candy\n17 1 1 6 6 the photoheliograph produced the glass plate photographs on display in this exhibition gallery\n18 8 8 11 12 the acoustic test is where we put the spacecraft in a sound chamber and blast it with over 140 decibels of noise for at least a full minute to simulate what it is going to experience during the launch\n1 1 1 5 5 the evacuation after the chernobyl accident was poorly planned and chaotic\n5 4 4 7 7 the contents of the box were a present and the box itself was as a present\n10 32 32 35 35 commodities that sell and bear rents are also products , including the coils that help distill whiskey , the tatters of the beggar , the retorts of the adulterating druggist , the jimmy of the burglar and the brig of the pirate\n18 3 3 6 6 the typical flu infection starts with fever , muscular pains , headache and general fatigue\n4 15 15 19 20 the goal of the study was to determine the percentage of adult americans who keep money in a regular savings account\n8 1 1 7 7 the signal is received from a known direction\n4 4 4 7 7 our water froze and batteries kept in pockets got cold\n18 4 4 7 7 i had told this headhunter ' s company repeatedly that i was only interested in working in the philadelphia area\n18 2 2 6 6 a single blow made with the chisel angled incorrectly cracks a block or break a delicate protrusion\n3 1 1 7 7 the corbel was carved with a contorted face\n17 2 2 5 5 the steering committee developed the protocol and consent forms with the participating sites and guided the implementation of the trial\n16 17 17 20 20 buyers of new stoves are sometimes encouraged to buy the optional fan that is offered by the stove ' s manufacturer\n17 4 4 14 14 to that end the faculty collaboratively designed the credential , certificate , and degree programs to provide you with a sequence of coursework and field experiences that prepares you to not only act like teachers , counselors and administrators , but to think like them as well\n12 2 2 11 11 yet 14 members in the lebanese parliament are from the hezbollah party\n17 11 11 14 14 the flavor and color depend on the plants from which the bees manufactured the nectar\n16 0 0 8 8 insulin is a hormone naturally produced by the pancreas\n9 0 0 1 1 canola oil is a versatile , neutral tasting oil that is very low in saturated fat\n18 14 14 16 16 a second aspect of the invention provides apparatuses for indicating the position of an oar during rowing\n18 9 9 14 14 such airships are essentially motorized free balloons and the engines are carried in a car attached to the lower side or bottom of the bag\n1 2 2 4 4 their chemical activation by light ( halogen , plasma , lasers , etc ) enhances their efficiency by reducing exposure time and number of appointments\n8 2 2 6 6 the best vodka is distilled from rye and barley malt , but the cheaper corn and potatoes are commonly employed\n16 6 6 7 7 we put frozen prawns in the popcorn maker , and we obtained prawn crackers\n11 13 13 17 17 the woman left the room and walked down the hall and saw the novelist hunched before his computer\n16 6 6 20 20 the piedmont area of italy is wine country and is noted for the merits of the wine produced by its vintners\n1 12 12 14 14 the moisturizers ' primary function is to keep skin moist , minimize wrinkles from dryness , smoothe and soften skin , and to deliver other ingredients , like sunscreen , that benefit the skin\n8 0 0 5 5 biodiesel is derived from vegetable oils\n2 11 11 14 14 i find it hard to bend and reach and use the cupboards in my kitchen\n5 1 1 5 5 the box contained an entire legacy of her life and the lives of those she had known and loved\n18 1 1 4 4 the ancients cultivated the species heracleum sphondylium which is the parsnip a similar plant to carrots\n1 8 8 12 12 this lamp causes serious skin burn and eye inflammation from shortwave ultraviolet radiation when outer envelope of the lamp is broken or punctured\n18 12 12 13 13 in contrast , clay textured soils are more difficult to prepare a canola seedbed because the clods can be too large when worked wet , and they tend to crust once worked to a fine seedbed\n18 4 4 7 7 we recommend rinsing your grater in warm water immediately after each use\n17 3 3 16 16 virtually all hillside farmers grow maize during both seasons , and many of the farmers cultivate beans , rice , and other crops as well\n12 2 2 5 5 the cabin passengers composed the elite\n1 1 1 6 6 genuine joy comes from profound spiritual awareness on life and an absolute clarity of direction , living for a purpose\n8 9 9 12 12 we repositioned ourselves and our events , thus attracting scientists from complementary disciplines\n18 1 1 6 6 the detainee is kept in the cell 23 5 hours a day\n2 4 4 6 6 they are taking the brains from babies\n17 0 0 13 13 seller adds taxes as a separate line item on the seller ' s invoice , when applicable\n18 10 10 14 14 research shows that 30 to 40 of law students experience depression after their first semester and this depression persists throughout law school\n10 1 1 6 6 the broadsword was used in some units , particularly scottish regiments\n8 4 4 6 6 each year over 2300 scientists from universities , industries and government labs perform research at the nsls\n18 8 8 10 10 the findings clearly show a high level of satisfaction from customers using new cutting edge retail technology that has led to higher sales\n8 14 14 17 17 she looked like lauren bacall in those days and dated a few of the engineers from the refinery\n18 1 1 4 4 the experimenters designed the shape and size of the enlarged fiber ends so they do n ' t experience the stresses that usually snap fibers and limit a short fiber composite ' s performance\n11 1 1 5 6 cuban ballplayers wield a bigger policy bat\n1 1 1 8 8 the light in the background is from the sunrise\n17 4 4 8 8 however , the two brothers created the glagolithic alphabet it was their disciple saint climent who invented the simpler cyrillic alphabet and named it in honor of his teacher\n9 0 0 1 1 chicken bouillon is obtained in three different forms , either liquid , powder or in cubes\n11 0 0 3 3 thieves used a blowtorch and bolt cutters to force their way through a fenced area topped with razor wire\n3 1 2 10 11 the booby trap puller stepped on was made with a howitzer shell\n18 10 10 17 17 the milled powder is then heated converting it into a vapor which is then carried in a stream of argon to be deposited on the wafer\n4 1 1 10 10 the information on the recorded talks is kept in the database\n2 4 4 10 10 about 2000 feet of passageways have been located inside the cave , and about half of that has been mapped\n9 1 1 5 5 the island was farmed for oats and barley until 1796 when the owner mandated that oak and alder trees be planted\n18 11 11 12 12 because winter has been mild in much of the country , oil prices have been low for the past few months\n17 1 1 4 4 the watchmaker makes the watch , he winds it up , he sets it going , he is outside the process but he initiates the process , he sets the hands in motion\n18 1 1 16 16 the introduction of the gas stove , the electric mixer and the food processor made the process easier , faster and more reliable\n18 2 2 5 5 our powered scissors effortlessly cut fabrics , gift wrap , vinyl and much more\n1 9 9 11 11 the volunteers enjoy a sense of satisfaction and personal fulfillment from helping others , and recent findings suggest that this feeling may well be a major reason why many people choose to volunteer\n18 2 2 5 5 the simulation study produces voluminous results , since there are two types of models , each with four different specifications and with two sample sizes involved\n8 5 5 9 9 stadler agrees , stating that progress comes from unexpected sources\n2 3 3 7 7 interestingly , the sink was inside the room\n17 18 18 21 21 the glass dome from the beginning of the century is gorgeous , prices are reasonable , and the waiters provide a show worth watching\n17 15 15 19 19 and this means that researchers have lost a valuable lead in their hunt for the artists who created the figurines\n3 28 28 33 33 i ' m looking at one right now and he appears to be very content , despite the fact that he ' s trying to sleep in a kitchen that contains a noisy boiler\n18 8 8 9 9 it is best to use bold flavors in herb butter\n18 13 14 17 17 ribozymes , also known as catalytic rna and molecular scissors , break down nucleic acid inside a cell , cut out bad genetic information and splice in good material\n1 4 4 6 6 this prescription drug alleviates panic from claustrophobia and is also very handy for airplane rides and in case of broken down subway cars or elevators\n8 1 1 6 6 the sauce is made from soybean flour , chiles , red beans , and many other spices\n18 4 4 5 5 we do know this telecommunications company\n18 10 10 14 14 in my vancouver home there is small portion of our kitchen that contains my desk\n5 4 4 9 11 the contents of the package included one opened individual candy bar wrapper , four unopened candy bar wrappers , one cardboard tray insert , and two cash register receipts\n18 2 2 3 3 while public drinking regulations varied , some form of the beer parlor became the norm across the country\n17 8 8 12 12 after successful completion of the comprehensives , the candidate writes a dissertation proposal\n3 1 1 7 7 the contents of the questionnaire included the gender and age of the patient , his knowledge of the procedure undertaken and the person obtaining consent\n18 14 14 15 15 the decedent was a licensed commercial truck driver and had been employed by this trucking company for five years\n11 1 1 10 10 the observatory has used a 45 meter cosmic radio emission telescope to make a number of important contributions\n11 1 1 7 7 the boys sawed wood with the sawing machine this afternoon\n8 45 45 48 49 with five of the six classes being a single credit hour and the sixth being three credit hours of capstone design , sophomores , juniors , and seniors work directly with medical doctors , nurses , graduate students , ph d ' s , and engineers from the medical industry\n17 5 5 10 10 after various rituals , the oracle brought forth mysteriously cryptic answers that had somehow to be interpreted by the visitor\n1 17 17 19 19 it has helped to revive a city whose primary natural resource its charm is constantly threatened with extinction from overdevelopment\n18 11 11 16 16 the remarkably comprehensive 32 page 2004 memorandum of understanding prohibited the candidates from asking each other questions , limited rebuttals to a mere 30 seconds , barred direct follow up questions and entirely prohibited surrebuttals\n6 4 4 7 7 then , i put candy in my jar\n3 6 6 10 11 first , the contents of the proposal included a detailed cost analysis , accurate marketing analysis and a preliminary project execution plan\n11 1 1 5 5 the physician brought only his stethoscope and otoscope\n18 14 14 17 17 francis hauksbee proves that sound needs air to travel , by experiments with a clock inside a vacuum\n8 2 2 11 11 his favorite wine was made with the loire valley red wine grape\n8 1 1 6 6 cinnamon oil is distilled from bark chips and used to alleviate stomach upsets\n3 1 1 5 6 the recommendations contained the following key points and highlights\n5 3 3 6 6 rather , the entrails contained mostly apples and corn\n5 1 1 6 6 the envelope contained an important intelligence discovery of the war\n13 1 1 3 3 the library contained books of guidance on the processes\n18 1 1 4 4 the ghosts in my house are mischievous , like little children\n1 7 7 10 10 diabetes drug shows promise for preventing brain injury from radiation therapy\n10 5 5 8 8 francisco garcia lorca sees the horse carrying the rider , against his will , to his death\n18 9 9 10 10 the date for final payment is shown on the confirmation invoice\n2 1 1 4 4 a humidifier keeps the greenhouse between 47 and 58 percent humidity\n17 7 7 12 12 to better follow the quality , the company manufactures itself the necessary fabrics , starting from the purchase of the yarn\n18 9 9 11 11 it also includes an automatic purge valve for quick equalization after changes in atmospheric pressure\n18 1 1 4 4 taxi driver spotted stolen car shortly after police sent out an alert\n18 5 5 8 8 elecom ' s gear drive keyboard prevents typing errors\n11 3 3 6 6 well , this footballer kicked the ball the hardest he could and hit me\n5 1 1 4 4 the kitchen holds patient drinks and snacks\n5 1 1 5 6 the box contained the jumbled skeletal remains of what appeared to be sheep , as well as a variety of other mammals\n18 22 22 26 26 in prolific suspense novelist johansen ' s energetic new eve duncan thriller ( countdown , 2005 , etc ) , the forensics sculptor makes a dangerous deal with a colombian weapons dealer\n18 1 1 8 8 this view from the inside is from the bridge that spans atherton street\n18 7 8 12 12 unlike most of the annual showers the antihelion radiant is produced by debris from unknown sources orbiting in a direct motion like the earth\n16 11 11 12 12 yanbian is also blessed with agricultural riches and is a major tobacco producer\n18 1 1 4 4 the kitchen holds many opportunities for teaching kids as well as having fun\n3 1 1 7 7 the debate starts with smalley ' s questions about drexler ' s proposal\n18 31 31 35 35 apparantly you think two wrongs can make a right , but that does n ' t help the starving people of zimbabwe , who were previously not starving due to the land being farmed for profit instead of used as political gifts\n4 14 14 17 18 paul powell was n ' t the only public figure in illinois to keep money in a shoe box\n2 17 17 20 20 in my tests with a final engineering prototype , scooba generally did a fine job cleaning the linoleum in my kitchen after my 2 year old daughter ' s birthday party\n8 4 4 8 8 the following are verbatim excerpts from a lengthy article\n3 1 1 7 7 the kitchen contents include an ice dispensing refrigerator , ovens , a toaster , and a coffee maker\n18 3 3 7 7 a white house usher prepares the blue room for a luncheon for the european commission\n18 17 17 21 21 the wal mart supercenter plans to employ as many as 455 associates , including 180 planned new jobs created by the relocation\n18 8 8 13 13 in the case of aerodynamic lift , the aircraft is kept in the air by wings or rotors ( see aerodynamics )\n4 4 4 8 8 that ' s all paper stored in a binder by the door of the room\n8 1 1 9 9 the data are derived primarily from a three nation survey conducted for the harvard school of public health and the robert wood johnson foundation by louis harris and associates and its international affiliates between 10 june and 14 september 1994\n17 1 1 4 4 the founders designed the constitution to transform the barbarian rule we rejected as colonies , into a civilization befitting the dignity of a free people\n18 1 1 4 4 the rain begets the food we eat\n2 10 10 13 13 on windy days i feel the drafts coming from the baseboards in my house\n18 2 2 6 6 the local citizens farmed for a living , raising a variety of crops including peanuts , cotton , hay , sorghum , and a variety of truck crops\n9 9 9 13 13 it is set in a future in which the oceans are farmed for food\n1 1 1 4 4 scientific progress comes from breakthroughs and breakthroughs by their very nature are unpredictable and surprising in their impact\n9 0 0 1 1 sunflower oil is obtained by extracting oil from sunflower seeds\n18 2 2 9 9 entering the fissure created by the meteor ' s impact , sephiroth merged with all the energy of the planet , granting him god like power over it\n18 9 9 11 11 the good friar was insistent on both celibacy and abstinence from laughter\n17 6 6 9 9 the production assistant is basically the guy who makes coffee and goes to the post office\n9 1 1 2 2 crude soybean oil meeting exchange approved grades and standards see exchange rules and regulations for exact specifications\n18 6 6 15 15 on the other hand , the information being carried in a high frequency quasi sinusoidal wave invites comparisons with the auditory system of vertebrates\n8 5 5 11 11 others think that the underwater ruins are from a different ancient monument , perhaps a temple that gradually sank beneath the waves\n11 0 0 4 4 judges wear the bench wig when they are sitting in court\n16 6 6 7 7 try a google search for the motherboard manufacturer and exact model if the information is not listed above\n18 1 1 4 4 a midwife assists the birth , and women usually rely on their mothers or other women for support during labor\n5 8 8 13 13 a letterbox is a plastic , screw top bottle that contains a small notebook and a unique rubber stamp\n16 13 13 14 14 until last year , afghanistan was an opium exporter , not a major heroin producer\n8 1 1 14 14 the art in the book is from the city of tulsa ' s public collection , as well as other collections\n1 1 1 5 6 the afterglow is produced by shock waves in the jets of tenuous gas that shoot from the blast at almost the speed of light\n2 3 3 6 6 we kept the antenna inside the car , which limited range due to the car ' s attenuation\n12 11 11 17 17 the corel data set is relatively simple because the annotations are nouns selected from a relatively small vocabulary\n0 21 21 24 24 like normal ` simon ' games , it starts with a one digit sequence , and then increases indefinitely until the caller makes a mistake\n1 0 0 2 2 profit from sale of investments is tax free for general insurers\n18 10 10 19 20 the conference center has at least one dedicated main conference room that contains a minimum of 1 , 000 square feet\n1 19 19 22 22 the design of the shape of the can ends moreover has a marked effect on their ability to resist deformation from internal pressure\n6 3 3 6 6 my friend puts tea in a thermos to take to work\n18 3 3 15 15 the white fatty substance obtained from the head of the sperm whale was used in pharmaceuticals and candles\n18 1 1 4 4 the dose makes the poison\n11 9 9 14 14 to demonstrate the performance of the mixer , the researchers used a cold shock protein from the bacterium thermotoga maritime\n17 3 3 8 8 while the yale biologists created the versatile protein mimic from dna , breaker theorizes that a similar enzyme could be created with rna , which many scientists believe is the strongest candidate for being the precursor of all other life forms\n8 1 1 5 5 the food is made from scratch , fresh daily\n9 1 1 5 5 the land was farmed for cattle , but segments of the forests were sold off and the chapel fell into disrepair\n18 3 3 4 4 the margarine is imitation butter was without the superior flavor and pleasant mouthfeel\n18 1 1 4 4 the tools made the job easy when it could have been a nightmare\n1 3 3 5 5 companies face big risk from loss of key employees\n18 3 3 6 8 the story put wine in a positive health light and pointed out that it was superior to other foods in that particular regard\n8 1 1 5 5 the person fell from the tree\n5 1 1 3 3 the shelves contained books with sinister sounding titles , such as crime and punishment , days of wrath , death walks among you and a few others\n8 10 10 14 14 once it was the middle of winter , and the snowflakes fell from the sky like feathers\n11 7 7 11 11 on october 28 , 2003 , a worker was using a hammer to tap the arms of a truck ' s cabstand into a vertical position when the cabstand ' s arms collapsed in an unintended opposite direction causing the cab to slide off the stand onto the worker ' s arm\n5 1 1 4 4 the crypt contained the tomb of st paul but the altar had hidden it\n16 2 2 7 7 the pi login is created by the administrator\n18 5 5 1 1 heating oil is similar to diesel oil , and the process of refining it is very similar\n18 15 15 18 19 that ' s because nostalgia serves a useful defensive and reparative function it took the sting from a painful episode in his life by shading the script\n18 1 1 5 5 the plane makes a parabolic maneuver , much like a roller coaster with steep climbs and descents , that simulates zero gravity conditions\n1 3 3 5 5 some people experience tremors after drinking coffee and tea\n18 5 5 11 11 i ' m running a charity that helps the poorest school libraries in the u s\n1 0 0 3 3 hitting out of anger is absolutely wrong\n11 1 1 4 4 the president used the pretext of national security\n18 5 5 7 7 these characteristics are inconsistent with observations from earthquakes of comparable distance and magnitude to those that dominate the hazard at yucca mountain\n1 5 5 7 7 he derives great joy and happiness from cycling\n1 16 16 18 18 the man can not be too old in his middle thirties but his face exhibits more wrinkles from smiling than i ' ve seen upon the mug of the happiest of grandparents\n14 1 1 10 10 the book has as its backdrop the political controversy over euthanasia in australia , where the author is senior lecturer in the health law program\n2 12 12 15 15 i am amazed how the sound is making things bounce off the walls in my house\n16 10 10 11 11 at their peak on saturday , 23 september , the powerboat manufacturer sold a new boat every 28 minutes\n1 7 7 24 24 the randomized hypertensive abcd study demonstrated a decrease in myocardial infarction with ace inhibitors and a decrease in overall mortality with aggressive blood pressure control\n11 1 1 4 4 the scientist applied a method called recombineering to the fruitfly genes\n0 2 2 7 7 the resulting shockwaves produced the metal forming conditions for periods of 100 200 ns\n17 1 1 6 6 the software uses the wrong comment marks for php files\n4 3 3 6 6 i found some candy in my underwear\n17 2 2 6 6 once the prisoners had created the trapdoors , they were ready to start digging the tunnels , but there was a major problem to overcome\n16 1 1 2 2 this skateboard company designs skateboards specifically for girls\n18 6 6 8 8 myles and simpson also identify defensive behavior from learners like lashing out verbally or physically or threatening the educators or other learners and withdrawing from others emotionally or physically\n0 1 1 2 2 another drinking accident happened in the gallup area the other day , which is plagued by drinking and driving accidents\n0 1 1 4 4 the programmer made a mistake with respect to quoting , but it appeared as over quoting instead of lurking as a security problem\n17 8 8 11 11 in almost all of the incidents , the attacker developed the idea to harm the target before the attack\n8 1 1 5 5 the quotation is from the preface to the fourth edition\n8 6 6 9 9 in america , generations of portuguese immigrants from the mainland , azores and madeira have brought their often simple but diverse and always tasty cuisine\n18 1 1 4 4 the temperature inside the car was 79 degrees\n16 4 4 5 5 her employment at this mustard company is considered the earliest recorded evidence of a company specifically hiring an industrial nurse\n16 13 13 20 20 digital computers actually execute numerical instructions bitstrings that contain information in the native language created by the machine ' s designers\n5 1 1 3 3 the bag contained books , a cell phone and notepads\n1 0 0 3 3 entrepreneurship out of necessity is quite common in europe where 60 of female headed businesses in northern europe and 70 in southern europe are established for this reason\n18 1 1 9 9 the actor played a psychopathic preacher with a restrained malice\n18 1 1 4 4 a nurse helps the caregiver\n6 6 6 9 9 beginning in 1966 67 , the club made the playoffs nine consecutive seasons , the only nhl team of the period to accomplish that feat\n1 19 19 22 22 anthony finds inspiration in a beautiful , enigmatic older woman who teaches him to follow his heart and find happiness through swing dancing\n11 1 1 7 7 the author applied the above mentioned simple dovetailer to all computable universes\n18 9 9 12 12 st john ' s wort reduced the severity of depression after six weeks\n18 1 1 7 7 statistical analysis was made using the pcsm program\n16 10 10 14 14 they generally bought grapes from farmers or else they bought wine produced by cooperative wineries\n18 1 1 5 5 habitat degradation from within stream channels , loss of riparian vegetation , and reductions in water quality degrade and also limit the population\n17 9 10 12 13 located near the equator in south america , the cocoa tree produces cocoa beans , the source of all chocolate\n18 4 4 8 8 they often have a pump over the drainage hole to draw the waste water towards it\n8 7 7 26 26 the retailerer reported the income from a coupon ' s face value and its related handling fee at the time the coupon was received from the customer\n18 10 10 13 13 surgery is reserved for treating residual disease six to eight weeks after radiation therapy or for recurrence\n1 6 6 10 10 i ' m finding the most joy comes from asian flavors beautiful fresh fish things that have been marinated roasted vegetables meats that intensify in flavor during the cooking process and dishes made from the most brilliant , fresh , in season food\n1 10 10 16 16 a cancer survivor writes about the relatively rare occurrence of calcification of the breast after radiation therapy\n18 0 0 3 3 batteries stored in contact with one another generate heat and hydrogen gas\n18 12 12 18 18 of the situation in the fifteenth century , parkes remarks ` the mass of the people cultivated the land '\n18 5 5 9 9 his tendency to experience pathological anxiety from his early years and his tendency to respond to novelty , change , and challenges with an exaggerated anxiety response were noted\n6 3 3 6 7 we put frozen prawns in the popcorn maker , and we obtained prawn crackers\n18 2 2 22 22 the entire site was actively farmed during the 2004 growing season and aerial photography indicates the site has been farmed for multiple years\n1 1 1 5 5 the neutrons were produced by bombarding a tritium target with deuterium\n1 5 5 8 8 before doing for his hair reduction by laser treatment , he first consulted with a dermatologist\n18 1 1 7 8 the rings are preferably made from a copolymer polypropylene\n3 3 3 7 8 this represents a house that contains a light bulb and an airconditioner\n8 1 1 12 12 the name given to our cluster , valhalla , comes from norse mythology\n16 5 5 6 6 i was trained as a vioin maker , over 20 years ago , and have built violins ( baroque and classical ) , violas , cellos , viols da gamba , and viols d ' amore\n18 4 4 6 6 ancient pagan traditions used famine following feast as a way of revealing truth\n18 1 1 8 8 the students designed the home ' s living areas with an eye toward making a small house feel spacious\n18 1 1 4 4 the company developed the negatives and returned the camera with a fresh roll of film\n18 1 1 10 10 the measurement was made using a gonio photometric color measurement system\n11 4 4 7 7 for this reason the hairdresser prefers conventional scissors , which however do not exhibit the ergonomical advantages\n18 1 1 5 5 any deformation from the circular form have a significant effect on the ability of the hose to sustain internal pressure\n16 1 1 6 6 the data is received from a sensor in the shoe , with audible feedback provided through the earphones\n18 31 31 34 34 the check given by charles v to the advance of the ottoman power along the african coast made him appear to the world as the liberator of the christians and the terror of the infidels , and gave him such prestige that francis felt obliged to get all the advantage possible out of his alliance\n2 1 1 8 8 the patient had crushed a pencil with this toe about 30 years previously\n2 6 6 9 9 it often becomes necessary to delete objects from the chart during the course of monitoring system performance\n18 3 3 8 8 craig expressed his frustration after monday ' s meeting\n8 5 5 12 12 on the other hand , gin is distilled from a neutral grain spirit , which is then infused with juniper and a host of other botanicals\n5 1 1 7 7 the contents of the bag included numerous flyers from other conference sponsors and exhibitors and some useful stationery supplies\n18 11 11 14 14 it supports the personal information and interaction environment thus liberating the person from tedious chores and enriching their life and interaction with others in social or business contexts it enlarges the personal contribution\n18 1 1 4 4 the clutter in my house was destroying me\n18 9 10 13 13 it is a motorized spherical mechanism that simulates the rowing motion of an oar\n6 4 4 7 7 i put the remaining candy in my mouth and walked back the way i came , then past the village and into town\n18 13 13 17 18 the site was encircled by a high fence and one could see a crane lifting some heavy construction material\n18 13 13 17 17 with lyrical descriptions of landscape and terse , unpunctuated dialogue , a distinctive voice powered a gripping story\n11 1 1 5 5 the cook squatted by the stove\n18 12 12 13 13 during his travel to russia you managed to buy vodka in a plastic bag\n18 7 7 12 12 among them , 24 is related to microarrays fabricated by the microspotting approach\n18 6 6 10 10 chinese liquor is a kind of wine produced by solidified fermentation of grain\n18 1 1 5 5 the saw cut a large hole in a huge concrete wall at the plant\n2 8 9 4 4 woz has outfitted the house with an elaborate swimming pool that extends inside the house by way of an underwater channel\n18 1 1 5 5 a raindrop keeps the same shape to a reasonable approximation all the time it is falling\n18 1 1 5 5 the scientists made the surprising observation that smn binds efficiently and carry out its functions when the proteins to which it needs to bind are first tagged by specific enzymes\n9 7 7 8 8 it ' s unfortunate you tried a potato vodka\n5 1 1 3 4 the room contains radioactive materials\n17 0 0 2 2 trees grow seeds\n1 9 9 11 11 short term side effects are uncommon , but include headache from eyestrain , nausea , agitation or nervousness\n18 2 2 7 7 the reaction mixture is kept in the dark at room temperature for 1 1 hours\n1 5 5 7 7 thatch is caused by excessive growth from overfertilizing , by allowing the grass to get too high before mowing , or by incorrect watering\n8 2 2 7 7 the clear spirit is distilled from fresh grain\n1 7 7 10 10 alabama has since enacted legislation , allowing death by lethal injection as an alternative choice to death in the electric chair\n18 17 18 25 25 as the officer shone his flashlight on the lock he was working on , he spotted a marijuana pipe laying on the floor inside the car\n16 9 9 12 12 it is also illegal for anyone other than the drug ' s manufacturer to re import a prescription drug that was originally manufactured in the united states\n6 19 19 22 22 bottle aging , which is anaerobic ( oxygen free ) , is one of the reasons that people put wine in a cellar and let it age\n5 7 7 9 9 since i was a teacher , the boxes contained books i was bringing for the students to improve their english\n5 1 1 4 5 the box holds our pool equipment perfectly\n18 1 1 5 5 the organization helps educate practitioner dentists through clinical meetings\n3 4 5 11 11 miss clockheart wears a silver heart around her neck with a clock inside\n3 7 8 13 13 straight ahead you enter a nice sized living room that contains the front door\n18 13 13 15 15 one newly formed iraqi battalion is on duty , with 27 scheduled for activation by summer 2004\n18 1 1 2 2 the bacon manufacture is the 74th greatest export of denmark\n18 1 1 5 7 the trench was inside the fenced back yard\n18 6 6 10 10 strikingly large in scale , this grater shaves a perfect portion in a single stroke\n8 2 2 6 6 the night hell fell from the sky\n18 0 0 1 1 heating oil is a refined oil made from petroleum , used in furnaces to heat buildings\n18 1 1 6 6 original sculptures were carved with a chainsaw\n1 14 14 16 16 it ' s very rewarding and i get a great deal of enjoyment and satisfaction from mentoring\n18 22 22 30 30 other non native species used in aquaculture are brook trout ( salvelinus fontinalis ) and lake trout ( salvelinus namaycush ) , fishes that mainly has been farmed for stocking purposes\n0 1 1 5 5 the bombing produced the worst carnage since a nov 23 attack in the shi ' ite slum of sadr city that killed more than 200 people\n17 5 5 9 9 like other spiders , the tarantula makes a silken web , but not for snaring prey\n0 5 5 8 8 my problem is that the advertisement gives the impression that women in rural bangladesh have 6 children\n8 1 1 6 6 the vaccine is made from inactivated virus , so it ' s impossible to get the flu from the vaccine\n0 2 2 6 7 the southern supercell produced the longest tornado track of the outbreak ( tornado 4 )\n17 0 1 5 5 factory class that manufactures component objects for the farmyard\n11 10 10 15 15 a sewing machine is a mechanical ( or electromechanical ) device that joins fabric using thread\n18 12 12 13 13 the newer lesser known attraction that the kibbutz offers is a reconstructed oil press whose beginnings can be traced to the early 20th century in jaffa\n1 14 14 18 18 that year , summer students at the vla made the first discovery of radio emission from a brown dwarf\n1 11 11 15 15 the tongue has taste buds , but a cat ' s appetite comes from the smell of the food and does n ' t come from the taste of it\n18 3 3 7 7 they understand the stakes from a personal perspective , as well , since the extremists have tried to assassinate them\n1 1 1 3 3 the dryer emits air that is regulated close to your body temperature\n3 14 14 20 21 because of the depression the original design was cut back significantly , but the building contained a number of unique architectural features\n11 7 7 10 10 you are in the chair while the dentist gets the drill ready to begin work on your teeth\n17 15 15 19 19 phy 319 is presently taught in three 50 minute lectures per week in which the instructor makes a chalkboard presentation\n18 7 7 9 9 sparky anderson is making progress in his recovery from exhaustion and could return to managing the detroit tigers within a week\n11 1 1 5 5 the senator also wielded enormous influence in the dispensing of rhode island ' s share of expanding federal budgets of the 1950s and 1960s\n14 1 1 4 4 the draft makes a distinction between ` data ' and ` records '\n16 1 1 6 6 the vaccine is produced by the government and is not for sale to private individuals or companies\n9 1 1 5 5 the land was farmed for olives and a few other crops\n2 2 2 11 11 seventy first regiment and the rest of the cavalry composed the reserve\n6 5 6 9 9 as the servants put the inflatable corgis in a bag for the balmoral jumble sale , the queen will be settling down this morning for a nice cup of tea and a quiet rest during the archers , known to be one of her radio favorites\n1 1 1 4 4 flight disruption after the attacks in the us delayed him there for three days\n3 5 5 12 12 public key encryption is a technique that uses a pair of asymmetric keys for encryption and decryption\n8 3 3 6 6 i nicked a syringe from a nurse and got somebody to get me a lemon from the kitchen\n1 4 4 9 9 ray parlour shows his frustration after middlesbrough ' s defeat\n11 1 1 9 9 a biologist combines a range of diverse and distributed resources ( databases , tools , instruments ) to answer complex questions\n17 8 8 11 12 then , in may , 2005 , the government produced the factual return , as ordered by the district court\n17 23 23 27 27 these first person accounts humanize history as readers share the experiences of american prosecutors , security personnel , journalists , and even the architect who designed the courtroom\n18 11 11 14 15 to repair , he used duct tape and caulk to seal gaps in the metal box and between joints and seams in the duct\n1 13 13 18 18 hundreds of thousands in central china are sleeping outdoors for fear of more tremors after saturday ' s earthquake\n11 1 1 6 6 the department applied a one time adjustment to the graduation rates to remove the bias\n5 6 6 11 11 eight rooms surround a central square room that contains the mortal remains of bibi pari\n11 1 1 10 10 the patient literally sawed it in half using a hard toothbrush over a period of many years\n16 2 2 5 5 contact the router ' s manufacturer for assistance with configuration and proper setup of your wired router\n9 1 1 2 2 most cane sugar comes from countries with warm climates , such as brazil , pakistan , india , china and australia\n11 2 2 7 7 as the policeman hit her with his truncheon , another police officer pushed him away from her and shouted for him to stop\n18 1 1 6 6 the carbohydrase is produced by a process which completely removes the organism rhizopus oryzae from the carbohydrase product\n18 3 3 7 7 we saved the planet from the imperialist threat\n18 4 4 7 7 the contents of the satchel were a revelation\n18 19 19 20 20 intersense , inc , a market leader in precision motion technology , today announced that hydro , a leading offshore producer of oil and gas , has installed its tenth intersense is 900 precision motion tracking system as part of hydro ' s large scale immersive visualization rooms\n10 9 9 12 12 the event featured a demonstration of weaving on a loom by local weaver nancy alexander\n16 4 4 8 8 this is another false story fabricated by the sheriff\n18 5 5 8 8 she got rid of the ants in the kitchen without using dangerous pesticides\n1 1 1 5 5 the taste is from the ginseng , not alcohol\n18 2 2 5 5 in each house lives a person with a different nationality\n1 11 11 14 14 maybe the most significant difference is that we have changed from emigration out of necessity to emigration in search of new opportunities\n18 1 1 4 4 an office that contains plants creates an agreeable environment for yourself and others\n18 4 4 15 15 this daily assault of inflammation in their digestive system , plus the inflammation from your joints and an overworked immune system and excess weight easily exceed the amount of inflammation your body can effectively handle\n8 1 1 7 7 the pollen is derived from a podocarp forest , which probably covered both the alluvial flats and sides of the valley\n18 15 15 18 18 ` the incredible shrinking man ' follows matheson ' s novel and effectively captures the terror of the protagonist as he shrinks to oblivion\n9 4 4 5 5 in any case , fish oil did harm patients\n18 7 7 10 10 nausea is the sensation of unease and discomfort from the stomach , with the sufferers feeling that they may vomit\n16 4 4 5 5 i ' m the decision maker , and i had to come up with a way forward that precluded disaster\n14 3 3 6 6 this is an overview of the viewer from a developer ' s perspective\n8 3 3 6 6 recruiting talented computer scientists from underrepresented communities is important to current and future workforce needs of the computation directorate as well as the laboratory as a whole\n8 15 15 22 22 afterwards , stroll to a bar for a glass of ` medronho ' the national liquor made from a fleshy , red fruit grown in portugal\n14 1 1 5 5 the section focused on the notion of a backprojection , which was used in that to characterize the set of states that can reach another set of states in one stage\n17 8 8 12 12 the hp laserjet 3800n ' s instant on fuser produces the first page of each print job in less than 12 5 seconds\n4 4 4 10 11 the record was a sheet of paper stored in a file cabinet or an image on microform\n0 7 7 11 11 on both of my systems , the reboot produced the ominous message ` missing operating system '\n17 20 20 24 24 since the product has made it over that first hurdle , it was blessed with another two seconds while the shopper made his purchasing decision\n0 1 1 4 4 the person providing the alibi is the culprit and would be providing a fabricated alibi\n18 2 2 6 6 once the photon was inside the cloud , the control beam was switched off , allowing the photon to come to a halt inside the dense ensemble of atoms\n8 1 1 7 7 the bytecodes compiled from a nonoptimized control structure are illustrated by the following hypothetical method in collection\n1 4 4 6 6 the effect of pain relief by acupuncture lasts for an extended period of time , sometimes months after the needle was removed\n1 21 21 26 26 about 30 ducks were found dead in klamath county in the past two days , and officials are investigating whether the deaths are from a cholera outbreak\n0 4 4 10 10 principals respond to a decrease in uncertainty with more aggressive strategies\n11 4 4 10 10 similarly , the western physician ' s white coat and stethoscope and the environment of western medical clinics and hospitals create an aura of expectancy and hope for healing\n1 3 3 10 10 most of the taste of strong onions comes from the smell\n3 1 1 3 4 the building contained laboratory facilities for conducting spectrochemical , chemical , and mass spectrometric analyses\n1 14 14 17 17 a city nightclub has had an ambitious expansion plan blocked over concerns about unruly behavior from drunken revellers\n5 1 1 3 3 the bowl contained apples , pears , and oranges\n9 1 1 7 7 the site is currently dry farmed for wheat\n17 1 1 4 4 the lady made the photocopies , pushed a few more keys on her computer , and shuffled some papers around\n16 0 0 3 3 hamburgers from the restaurant were recalled , preventing further illness\n4 5 5 8 8 one in four americans keeps coins in a jar\n17 1 1 4 4 the demonstrators composed the figure 420 , representing the number of people still being held at the us prison in cuba\n1 5 5 7 7 the studies revealed that skin irritation from soaps , inaccessibility to supplies or sinks , and insufficient time to wash hands between every patient care contact were the main reasons given by healthcare workers for lack of handwashing compliance\n18 1 1 2 2 the hardcopy book ( at an even higher price ) and this one purchase ensures you are up to date with all future releases of the electronic book\n0 6 6 10 10 but not every run of the experiment produced the desired state a very large number of failed tries accompanied each successful creation\n18 19 19 20 20 monica mullikin ( ' 00 ) is working for willis of minneapolis as a catastrophe risk analyst for this reinsurance company\n18 2 2 13 13 the brachioradialis reflex is observed by striking the brachioradialis tendon directly with the hammer when the patient ' s arm is resting\n4 6 7 14 14 this experiment is performed with an aqueous solution of a strong acid inside a flask\n0 1 1 5 5 the movie gives the inaccurate impression that the apaches all surrendered\n18 6 6 9 9 saunders felt a resurgence of the panic from this morning when he ' d regained consciousness in the minefield\n17 1 1 4 4 the aristocracy composed the laws , regulated the monetary system and banks , enforced justice , and often controlled prices , wages , and other economic transactions\n8 2 2 8 8 the first quote is from the ginger meggs cartoon\n18 7 7 8 8 learning to change your vehicle ' s engine oil saves you time and money\n17 2 2 8 8 the same company also makes a good coffee substitute called bambu which is made from organic chicory combined with figs , cereals and acorns to the original recope of the late swiss nature doctor and founder of the company , alfred vogel\n11 10 10 4 4 she spread a cream wax , applied strips ( the spa uses a stripless wax for the bikini ) , and removed them with such agility that we barely flinched\n8 10 10 13 13 he put on a gold pointed hat and read out jokes from the crackers\n10 3 3 6 6 just as the net enables the fisherman to catch many fish in one go , the pattern was favored by the samurai as it symbolized victory over many opponents at one time\n10 1 1 4 4 the drill enables the dentist to accomplish these procedures quickly and reduces the trauma to oral tissues\n10 10 10 11 11 they chose samples and prepared them for viewing with the electron microscope\n5 5 5 7 8 the other contents of the suitcase included gym shoes , dirty sweat socks , limburger cheese , scented oils , and a severely poop stained armani suit\n3 1 1 8 8 a house that contains a minimum of three bedrooms and a maximum of seven bedrooms to include the proprietor ' s bedroom is considered to be a b b ( a town or country home or a farmhouse )\n11 9 9 13 13 the fascinating aspect of therapeutic riding is that the rider sitting astride a horse walking establishes what is a perfect walking gait for the human\n18 1 2 7 7 the soy milk makes a great coffee creamer ( and with whatever else you can cook it )\n1 7 7 13 13 thailand has been bracing itself for a downturn in the wake of the bombs , especially in the tourist sector\n18 25 25 28 28 literary criticism is the study of literature by means of a microscopic knowledge of the language in which a book is written , of its growth from various roots , of its stages of development and the factors influencing them , of its condition in the period of this particular composition , of the writer ' s idiosyncrasies of thought and style in his ripening periods , of the general history and literature of his race , and of the special characteristics of his age and of his contemporary writers\n5 5 5 13 13 among the contents of the vessel were a set of carpenter ' s tools , several large storage jars , ceramic utensils , ropes and remnants of food , as well as a heavy load of ballast stones\n18 1 1 4 4 the ringtone makes the telecommunicator\n11 1 1 4 4 construction workers utilized a crane to assist in bringing roofing materials up to the top\n1 1 1 6 6 the spiciness comes from small capsaicin glands located between the pepper ' s outside skin and the white ribs inside\n1 17 17 19 19 in one day , the red crescent treated more than 50 injuries mainly broken bones caused by panic from aftershocks\n18 1 1 6 6 american sports are played with the hands\n11 1 1 4 4 the climber had a hook in each hand\n18 5 5 9 10 japanese commuters look at a clock inside a tokyo train station\n4 1 1 6 6 the bomb was contained in a suitcase and was planted by two men\n2 6 6 9 9 i am installing lights under the cabinets in my kitchen\n17 1 1 4 4 the implementor makes the decision , not the protocol\n18 6 6 9 9 he mounts the photo on a material that contains acid , so that the paper absorbs the acid which in turn attacks the photo itself\n3 1 1 6 6 the commander sawed logs with his neck hanging radically from one medieval arm while his feet hung three feet above the hardwood floor on the other side\n1 15 15 20 20 in the most common form of such an attack , called ischemic stroke , the blockage comes from a blood clot that develops in one of the brain ' s blood vessels\n11 1 1 5 5 the diener takes a large scalpel and makes the incision in the trunk\n17 6 6 9 9 as for camera info , the photographer made the picture , not the camera\n1 21 21 24 24 the report links conditions in some of the worst affected localities and the likelihood that dire poverty combined with despair and outrage over rampant corruption , repressive policies , and governments ' failure to address local needs could lead to outbreaks of localized unrest with the potential to spread into a wider regional conflict\n18 6 6 8 8 everybody in the region experienced the tremors after midnight\n18 1 1 4 4 a thermostat keeps the water at the requested temperature\n17 7 7 11 11 in response to the problem , the assembly composed the following statement\n3 1 2 5 5 the morning session contains a tutorial that aims to address the basic issues necessary for a better understanding of this complicated topic\n1 6 6 10 10 the troubled company is still feeling aftershocks after its devastating withdrawal of the pain medication vioxx six months ago\n8 5 5 12 12 the company ' s storage strategy is derived from customer ' s needs\n3 8 8 10 10 like many recipes for stuffing , the original recipe contained apples , but as apples are a higher carb fruit , i have substituted cranberries which have the dual effect of making the stuffing lower carb than the regular recipe and also adding a little extra seasonal color and flavor\n1 1 1 4 4 energy expenditure through physical activity is a key component in the prevention and treatment of overweight and obesity\n5 6 6 9 9 among the additional contents of the box were a controller , an audio connector , a plug , and quite a few manuals and booklets\n18 1 1 6 6 the artist who originally made the song popular is listed for reference only\n8 5 5 10 10 under the circumstance that the wife comes from a wealthy family , her dissatisfactions with her marriage may make her seem like a spoiled brat\n3 1 1 4 4 the video contains a clip from the movie\n11 8 8 3 3 originally , the typewriter sales companies sold the typist with the typewriter\n8 8 8 16 16 your garden does well with either of these soils since these soils come from a reputable dealer\n18 3 3 11 11 the quartz sample tube with polyradical residue was cut with diamond knife to the size that fit into the teflon digestion vessel\n18 16 16 19 19 clinton portis , who missed last week ' s game against dallas because of a shoulder injury from the preseason , rushed for 86 yards on 16 attempts to become the fifth fastest player to reach the 6 , 000 yard mark in his career\n2 1 1 6 6 the batteries are kept in a phone\n0 1 1 3 3 the cathode emits electrons\n0 1 1 3 3 the product emits radiation\n18 2 2 6 6 they put wine in the exact context it needs to be kept in not so bloody serious\n3 5 5 9 10 the lower portion of the building contained hundreds of storage rooms\n1 0 0 4 4 infection starts with manual execution of the binary\n11 2 2 5 5 like a carpenter wielding an axe to make furniture , the hacker does good things with his skills\n0 1 1 4 4 the construction gives a refinement of nori ' s argument in the case of a self product of a curve\n17 15 15 20 20 the architect created the beautiful division of the space and the exact proportions , the sculptor produced the anatomically correct figures , and the painter knew how to blend forms and colors into perfect harmony\n18 0 1 6 7 picric acid is kept in an aqueous solution , which makes it suitable and safe to handle\n10 8 8 9 9 hoover is also notable for an extremely unusual vacuum cleaner , the hoover constellation , which is canister type but lacks wheels\n9 2 2 7 7 although the goats were farmed for their fiber from early times it was not until the 16th century that export of the goats was permitted\n18 2 2 7 8 the big savings is coming from the hardware side\n17 2 2 5 5 after the panel makes a recommendation , orasure said it likely will formally apply to sell the test over the counter\n10 1 1 7 7 a juicer is a utensil used for squeezing juice from fruit\n5 1 1 7 7 the kitchen contains basic items such as salt , pepper and olive oil\n18 3 3 9 9 examples include the exclusion of certain benefits from funding standards and the exclusion of entire plans from certain funding requirements\n18 11 11 14 14 when he was back he noticed that he had locked the keys inside the car\n18 1 1 11 11 the collaboration produced the pump ( pittsburg urban mathematics program ) curriculum , which focuses on mathematical analyses of real world situations , the use of computational tools , and on making algebra accessible to all students\n18 2 2 10 10 the only change is from the energy company ' s end , where their section of the gas or electricity infrastructure is now supplying an extra home\n2 15 15 18 19 a high voltage coupling capacitor is added at the input as well as a small hole in the metal box in order to provide screwdriver adjustment to the gain control potentiometer\n18 1 1 2 2 a potato peeler is a metal blade attached to a metal , plastic or wooden handle that is used for peeling vegetables , usually potatoes\n18 5 5 10 10 a pool with a sand beach is located inside the cave\n18 2 2 8 8 the third observation was made with the echellette spectrograph\n18 8 8 13 13 for projects submitted at national level , the volunteer is sent by a organization legally established in his country of residence\n18 9 9 11 11 in zen , there is a strong relationship between work and food , for the former begets the latter\n8 7 7 6 6 different from the curry source , chicken bouillon is mainly distilled from chicken\n3 3 3 20 20 the original waldorf salad , created at new york ' s waldorf astoria hotel in the 1890s , contained only apples , mayonnaise , and celery\n1 20 20 22 22 there were the years of constant fatigue and shortness of breath , the heart attack at age 11 , the collapse from exhaustion on her high school graduation night\n18 11 11 14 14 the commission merely implements the contracts , shielding the major party candidates from public criticism\n15 10 10 4 4 the board selected a list of expenditure reduction and revenue increase from the list attached to staff report\n3 4 4 6 7 the contents of the memorandum included stigmatizing statements about cannon\n11 2 2 9 9 the pri government crushed a burgeoning student movement with gunfire that killed scores of peaceful demonstrators\n18 6 6 8 8 and because of a last minute collapse from top to bottom what would be and should be a perfect season to this point is just another year\n18 2 2 7 7 the surrounding region is farmed for its fertility\n18 4 4 5 5 peterson worked as a fertilizer salesman before his arrest\n18 0 0 3 3 surgery after radiation chemotherapy is an effective local treatment , which is able to significantly increase local tumor control compared to radiation chemotherapy only\n1 18 18 20 20 the pipeline had to face the following main concerns from opposition disturbance of animal migration patterns , environmental damage from spills , geological concerns and the alaskan permafrost\n13 1 1 3 3 the collection contained books , magazines , journals , and newspapers\n8 0 0 14 15 agarwood , the world ' s most valuable incense , is produced by the aquilaria tree , found in tropical rainforests , and has been used for centuries as incense and in traditional medicine\n16 9 9 12 12 so the inscription did n ' t name the pistol ' s maker , or the artist who decorated it , or the year it was made\n8 2 2 9 9 the following excerpt is from the self help psychology book , be your own therapist\n5 5 5 8 9 among the contents of the bag were a diamond ring worth 2000 and a watch worth 500\n3 1 2 6 6 a dining room that contains direct access from the kitchen is the most practical , unless the room will exist for fluff purposes only\n18 1 1 4 4 a therapist helps the patient to understand himself or herself better\n1 0 0 3 3 dehydration from fluid loss is the only major problem the virus causes , most often in the elderly\n16 2 2 7 7 when the request comes from a private company , there ' s no law that requires them to provide a disclosure notice\n16 4 4 5 5 sharp , as a handset maker , produces panels for a possible competitor\n0 0 0 5 5 yoga is fantastic for increased flexibility , which is great for cross training with all the other programs we offer\n1 1 1 7 7 the electricity is produced by 440 nuclear reactors in 31 countries\n17 11 11 17 17 outraged , upon his release and return to england , the artist produced the virulently anti french painting based on his experience there\n8 5 5 11 11 interspersed in the design are patterns derived from a variety of textiles\n18 1 1 4 4 a mediator assists the parties in finding their own answers for the problems before them by encouraging constructive communications , keeping the parties focused on settlement alternatives , offering information and suggestions as needed , and building the foundation for improved relations between the parties\n18 29 29 32 32 this year ' s newest attractions include a dedicated music zone which takes you on a musical journey around the world and gives you a chance to experience musical ecstasy from different cultures\n2 1 1 4 4 the heater inside the car consumed gasoline\n11 7 7 10 10 the defendant and i flinched when the judge pounded his gavel\n0 3 3 4 4 he was a trouble maker then , a leader in sds , and a trouble maker he remains\n18 1 1 6 6 the driver was trapped inside the car , which landed upside down , and died while emergency crews were preparing to transport him to a local hospital\n6 9 9 12 12 in the lineup , the police literally put the defendant in a line with other people to see if the victim or witness can identify anyone in the line as having participated in a crime\n10 10 10 13 13 the test is made by inserting the end of a jimmy or other burglar ' s tool and endeavoring to produce impressions similar to those which have been found on doors or windows\n18 2 2 6 7 since the evacuation was after normal business hours , the on duty security officer and maintenance personnel were responsible for the notification and evacuation of occupants of all buildings\n18 3 3 6 6 the controlled environment facility is for growth of experimental material only\n18 1 1 5 5 the materials were produced by mixing the constituents and processing them through a press cycle to produce a consolidated material\n18 8 8 9 9 the hotel is in the style of a country lodge and only has 18 rooms\n10 1 1 2 2 the microwave oven is one of the great inventions of the 20th century\n9 3 3 7 7 some of the land was farmed for coffee in the past , but it is now mostly native vegetation ( with some emergent trees )\n16 8 8 11 11 the satisfaction was complete please find below a statement from the producer\n1 17 17 20 21 in summer 2000 , an adventist church in polotsk , vitebsk region , was damaged by a fire started with flammable liquids\n2 1 1 4 4 the jelly inside a doughnut is scalding while the pastry is only warm\n1 12 12 15 15 the film also features documentary like segments about fishing and about the evacuation after the eruption of the volcano\n1 2 2 17 17 the voltage swing obtainable across the load is greater than the output voltage swing obtainable from the amplifier alone , thus the efficiency of the amplifier system and power handling capacity of the system are improved\n18 14 14 17 17 this was the signal for dozens of others to do the same and the noise inside the car was quite something\n11 4 4 7 7 during a dribble the dribbler keeps the ball on the side of his body that is away from the defender\n18 9 9 13 13 in 1871 , nearly 60 percent of the italian population farmed for a living , attempting to eke out an existence from arid land that often was not their own\n16 14 15 19 20 another good example of the importance of hormonal balance in the body is the growth hormone produced by the pituitary gland\n11 1 1 7 7 the astronauts used the orbiter boom sensor system mounted on the end of the shuttle ' s robotic arm\n2 3 3 7 7 there are four caverns located inside the cave with the tunnel heading west being the largest\n18 0 0 3 3 cooperation through physical activity promotes important life skills\n2 9 9 15 15 tapestries of rocky coastlines share wall space with a clock inside a ship ' s wheel\n11 2 2 5 5 before the barber takes his scissors out , family , friends and rabbis take turns snipping\n1 3 3 6 6 we examined mood alterations through physical activity and other interventions\n17 3 3 5 5 virtually all hillside farmers grow maize during both seasons , and many of the farmers cultivate beans , rice , and other crops as well\n0 26 26 34 34 in addition , scientists maye have a number of potentially useful targets to prevent and treat this lethal tumor because of the findings that nox5 mediated overproduction of hydrogen peroxide is responsible for increased growth and decreased death of cancer cells\n9 0 0 1 1 canola seed are small , and placement at a shallow depth is required\n8 1 1 9 9 the mustard is made from brown or black mustard seed and has a smooth , not too acidic flavor\n10 1 1 4 4 the gavel helps the judge establish his or her rule over the court room\n6 4 4 7 7 we actually did put tea in the food\n13 1 1 3 3 the catalogue contained books published in 1998 warning of the upcoming millennium bug and other similarly germane works , but neither of brock ' s bestsellers\n16 11 11 12 12 we even heard from descendants of gustav schoenike who was the violin maker\n3 1 1 5 5 the kitchen contained a large stove , a sink , a small table with chairs , and an old sofa that had seen many children and grandchildren tear at its skin\n18 39 39 43 44 in a little time the numbers increased from forty five to eighty , and soon after to a greater number which , with the majority of the clergy , and the whole of the national representatives , put the malcontents in a very diminutive condition\n18 2 2 5 5 paul the novelist has a computer but uses his old smith corona manual\n1 22 22 24 24 it was also felt necessary at this time to draw up a similar document , dealing not with the prevention of marine pollution by dumping , but instead with the prevention of marine pollution by discharges of dangerous substances from land based sources , watercourses or pipelines\n0 2 2 7 7 short term disability and long term disability benefits are available at no cost to ustelecom employees\n8 1 1 10 10 the chart above is from the commission ' s 2005 report and outlines the strategic areas which require action\n6 0 0 10 11 equipment for making repairs en route was carried in a jockey box attached to one end or side of the wagon\n18 11 11 13 13 there are three set changes and two intervals which help the recovery from laughter , but the entertainment is maintained despite the well expected ending\n0 4 4 9 9 this proves that the generator actually produced the renewable energy purchased and acts as the operative instrument of the transaction\n8 4 4 10 10 he was a young refugee on the run from a nation at war\n18 16 16 19 19 because it ' s a strong , lint free synthetic material with tiny absorbent fibers , microfiber allows a mop to hold sufficient water without dripping\n18 1 1 6 6 the shroud is kept in the cathedral of st john the baptist in turin , italy\n4 1 1 5 5 the worms are in a box with bedding made from such materials as straw , grass clippings , or shredded paper\n0 2 2 7 7 the said whistle produced the 2600 hz tone necessary to authorize calls\n16 14 14 15 15 these are new sorts of sponsors for us , a shoe company and a furniture maker\n8 6 6 7 7 in addition to serving as a fertilizer ingredient , ammonia can also be used directly as a fertilizer by forming a solution with irrigation water , without additional chemical processing\n18 8 8 15 15 while that operation was a success , the contents of the satchel were a tiny loss for the traffickers\n11 6 6 9 9 anesthesia is not necessary since the dentist uses the drill and sandpaper discs and polishing wheels to reshape the teeth\n16 4 4 9 9 this teaches that the body is procreated by the parents and the soul and spirit are directly created by god and placed in the body\n17 12 12 14 14 the cup ' s a bit small but who cares , the machine makes coffee quickly enough that it ' s no problem to just make a second cup\n1 4 4 8 8 there exists a widespread controversy over stem cell research that emanates from the techniques used in the creation and usage of stem cells\n1 13 13 16 16 in the months leading up to trade negotiations , estimates of the economic gains from trade liberalization suddenly become newsworthy\n11 3 3 10 10 further left a boy is fighting a peacock with a stick , and to the right a boy is killing an attacking goat with a spear\n1 4 4 7 7 the resulting anti social behavior from alcohol consumption is an on going matter that the town and the police continue to address , particularly in the summer months\n16 7 7 8 8 in addition to his reputation as a film maker lehmuskallio is also known as an artist\n17 1 1 5 5 the hostess made the following rules no husband and wife could sit next to one another ( to the right or to the left ) and men had to alternate with women everywhere\n1 1 1 5 5 the revolution brought forth impassioned pleas condemning the common law for not respecting the interests of the people and calling for law reform\n2 1 1 4 4 the glomeruli assist the kidneys in filtering urine from the blood\n9 4 4 9 9 today 75 of the county is intensively farmed for corn , soybeans , oats , and alfalfa with emphasis on dairy production\n8 11 11 16 16 not sure what brand of model it came from but the wings are from a trashed plane my buddy had\n18 22 22 27 27 and john was able to talk to some people in the u s government and verify that the substantive contents of the memo were a reasonably accurate transcription of what had transpired\n18 4 4 5 5 he combines strawberries and powder sugar and mixes well\n1 2 2 5 5 the health benefits of alcoholic beverages are the subject of this investigation\n5 1 2 4 4 the fruit basket contained apples , oranges and bananas\n10 1 1 5 5 a pulsar powers the supernova remnant by confirming the existence of the point like source and discovering a cloud of high energy electrons around the central object\n3 5 5 10 11 this is the same basic mechanism at work in a vacuum cleaner , though the execution is a bit more complicated\n16 11 11 19 19 he learned how cartographic evidence refutes the authenticity of the vinland map and from where the map ' s maker have drawn inspiration\n18 8 8 10 11 and we do recommend excersise , as the kitchen holds culinary temptations in store for you that are bound to prolong your evening and lift your spirit\n18 10 10 13 13 i struggle for my dream of painless perfection but a snowdrift keeps the door from opening\n18 13 13 14 14 we conducted a usability test on the enterprise wide navigation system for this heathcare company ' s proposed intranet redesign\n1 0 0 3 3 inhibition through synaptic depression is unlike the previous forms of inhibition in that it turns on more slowly and thus acts as delayed negative feedback\n2 4 5 8 8 special construction and a rubberized trim helps the handset stand up to everyday wear and tear , and even occasional dropping\n16 1 1 2 2 a coffin maker has increased productivity by 20 since securing a 180000 pounds finance package from business angels\n1 1 1 7 7 the joy comes from cather ' s writing precise observation and wording , the lilting cadence of her phrasing , the beautiful and clear pictures she evokes of scenery and characters , and the unfamiliar , old fashioned words and expressions she uses\n18 1 1 5 5 the robber was inside the office when the manager decided to take action and escape out the side door\n1 0 0 2 2 famine following drought has hit the west african savannahs , where there have been other bad droughts , notably the great one of 1972 74\n5 4 4 6 6 the contents of the binder included handouts on lectures , lab exercises , assignments , as well as production information of use to the participants\n8 7 7 10 10 when you ' re an immigrant or refugee from any country then you have an experience with a botched translated name\n18 14 14 18 19 but for the family that shares the cooking and clean up duties , the kitchen holds a special nuturing role beyond supplying nutrition for the physical body\n17 0 0 4 4 stereograph produces the same output\n18 3 3 10 10 the small knife assemblies are widely used for cutting various strips of flexible materials\n18 0 0 3 3 people harvest the seeds , macerate them , and roll them into thick sticks of dry , hardened paste which can then be stored or exported from the region\n8 2 2 9 9 the special ingredient in the lotion comes from a plant\n5 2 2 8 9 the total contents of the purse included a cell phone and wallet valued at 120\n2 14 15 20 21 in 1996 , a major publishing company simultaneously launched in 13 countries a dinosaur cartoon strip carried in a weekly comic book\n18 5 5 7 7 grubs tend to cause significant damage from autumn to spring by which time the larvae are becoming fully grown\n9 16 16 17 17 it was originally assumed that the ingredients responsible for drug interactions were the flavonoids that give grapefruit juice its bitter taste\n17 1 1 5 5 the headmaster made the formal announcement\n3 1 1 4 4 the kitchen contained a well at the northern end and a well and two holding areas for live fish on the southern end\n3 4 4 9 9 the contents of the cyst included a foul smelling gas and white green pus\n18 0 0 2 3 adults with sleep deprivation who listened to soft classical music at bedtime reported a 35 percent improvement in their quality of sleep\n3 1 1 4 4 the kitchen holds a cooker , fridge , microwave oven , in short everything you need if you want to prepare a light meal\n3 1 1 5 7 the building contained a large open central space with tables and chairs as well as a nursery and two tearooms\n11 1 1 5 6 the knight raised his dragon battle axe , and dealt the creature a crushing blow\n9 0 0 1 1 grapefruit juice causes more of these drugs to enter the blood\n8 19 19 22 22 by the early ' 90s , indian entrepreneurs bought a majority of the properties and flourished with the new immigrants from the subcontinent\n8 1 1 7 7 the colors were similarly derived from the stylesheet\n11 10 10 15 15 at that point the patient grabbed the arm of the dentist to forcibly pull the drill out of his mouth\n18 4 4 10 10 it was this moist ground that during construction engulfed a crane which remains under the stadium today\n18 7 7 8 8 tom plans to continue to live the country life as he grows older\n18 3 3 8 8 near adelaide the land is intensively farmed for dairying , fruit , and vegetables\n5 15 15 18 18 bevan opens a case on the other side of the room and pulls out a flask that contains ale of the best sort\n18 9 9 12 12 ride metrorail and then pick up a car just steps from the train to run errands , shop or reach any other business or social event not easily accessible via transit\n18 5 5 11 11 providence had sent the old man into the world with a chisel in his hand\n0 19 19 15 15 and , of course , everyone wants to prove the truth of their beliefs through experience , but the belief begets the experience\n18 4 4 7 7 the mesopause separates the mesosphere from the thermosphere\n10 5 5 8 8 unlike earlier machines , their typewriter permits the typist to see what is being typed and has other features that make it the first really practical typing machine\n9 0 0 1 1 avocado butter is a very rich , moisturizing treatment for the hair and skin , and it has some natural sunscreen properties\n0 1 1 3 3 the man radiated jolliness\n1 3 3 5 5 earplugs relieve the discomfort from traveling with a cold allergy or sinus condition\n1 6 6 9 9 there is a rise in erratic behavior from substance abuse and frustration caused by long waits for hospital treatment\n8 4 4 8 8 the sisters are teenage refugees from a violent home , living alone in a faded victorian mansion where they survive by creating a closed world centered around each other and their new friends a rowdy makeshift family of castoffs , dealers , and drama queens on the periphery of the burgeoning drug game , some looking for a way out , some looking for a way deeper in\n8 3 3 8 8 in europe the fuel is distilled from canola oil\n9 3 3 4 4 she prepared some beef bouillon and let it cool\n2 23 23 26 27 surrounding each neuron there was a group of cells of the glial type ( satellite cells ) , which together with the collagen fibers composed the glial capsule\n18 3 3 8 8 the residents and scientists learned from the krakatau explosion\n18 9 9 12 12 this is an overview of the viewer from a developer ' s perspective\n18 4 4 7 7 months later , the birds composed the syllables into complete songs , whether the songs matched natural patterns or not\n0 2 2 6 6 the spring molt produces mottled brown feathers , making the female almost invisible as she sits on her nest\n17 2 2 6 6 the student committee developed the following guidelines\n0 8 8 11 11 beauty had scarcely uttered these words when the castle radiated with light\n18 11 11 13 14 muscles , tendons , and ligaments surround the ankle providing the stability the ankle joint needs for walking and running\n8 13 13 17 17 the basement carpeting is made from recycled plastic pop bottles , and the underpad was once automobile tires\n4 5 5 8 8 after the cashier put the cash in a bag , the robber saw a bottle of scotch that he wanted behind the counter on the shelf\n1 15 15 17 17 this durable short sleeve crew neck tee shirt is made of preshrunk cotton to minimize shrinkage after washing\n18 1 1 4 4 the institution provides a deposit , as set in the commission dues and fees schedule , towards the fee when it submits its appeal document\n18 2 2 5 5 we take multivitamin that contains vitamins d , e , k , and beta carotene\n17 1 1 6 6 the developer duly writes a test case , makes the necessary code changes , ensures the test passes , checks the code in and considers the job finished\n18 1 1 6 6 many students deviate from the ideal curricula presented in a later section of this bulletin\n2 1 2 7 7 the sound system is contained in a suitcase and controlled from within the steering wheel\n1 5 5 7 7 givers gain moral strength and happiness from giving\n18 1 1 2 2 effective canola production requires hands on involvement with the crop\n17 1 1 5 5 the boy who made the threat was arrested , charged , and had items confiscated from his home\n18 17 17 20 20 auto eq is a powerful sound tuning feature which uses a microphone to monitor and analyze the acoustics inside the car\n18 6 6 13 13 a very robust metal hydride discovery approach was made with a demonstrated hts methodology\n18 2 2 7 7 the norwalk juicer grinds and presses any fruit or vegetable\n1 2 2 9 9 citing the conflict of interest created by the ethics charges , nifong asked the state attorney general ' s office to take over the lacrosse case\n2 7 7 10 10 on this oval porthole , a lace drape keeps the bathroom private while showing off the shapely window and letting in light\n9 1 2 7 8 the sub catchment is farmed primarily for beef sucklers with a single dairy enterprise and a single poultry unit so the land use is entirely grassland\n16 2 2 7 7 the above advertisement is from the server provider not from me\n18 1 1 5 5 sometimes joy comes from unexpected places\n18 3 3 12 12 located inside the cave was an old , broken down army field telephone\n1 14 14 17 17 apartment residents in delaware were awarded 1 million for health problems due to mold growth from unrepaired leaks\n18 14 14 18 18 the rap star was apprehended at john wayne airport late last month and his truncheon was confiscated by police\n18 2 2 5 6 the severe famine following the good years required a political and economic reorganization in the country\n5 9 10 14 15 a tokamak is a toroidal ( doughnut shape ) magnetic bottle that contains the fusion plasma\n8 1 1 5 5 the image is from the poster ` selling counterfeit products is illegal '\n18 7 7 10 10 retailers have done their bit to put wine in the hands of the masses , to make it more accessible to the wider uk public\n18 1 1 4 5 the kitchen contained primarily drug paraphernalia\n16 13 13 19 19 also , very rarely , hypnotherapy leads to the development of ` false memories ' fabricated by the unconscious mind these are called confabulations\n11 1 1 4 4 a rower has one oar in sweep rowing , an oar in each hand in sculling\n1 11 11 1 1 a lamp ' s lumen output expresses the total amount of light the lamp emits in all directions per unit time\n5 6 6 9 9 now , i have a plastic bottle that contains alcohol in which i put my artificial eyelashes at night when i take them off , to clean them and keep them safe\n5 1 1 5 6 the box holds all our empty promises to give back , to help others , to do something worthwhile if only we were n ' t so busy\n18 1 1 7 7 the tutors provide a consistent , reliable intervention that allows students who are falling behind an opportunity to reach proficiency\n18 0 0 2 2 brushing after meals became part of your daily schedule\n18 1 1 2 2 a bus company has pledged a week long roadside survey after a group of workers complained about its bradford to morley service\n0 5 5 12 12 when deliberations began , the crowd of people jamming the hallways radiated optimism\n2 11 11 14 14 we have a bright and cheery yellow casement window over the sink in my kitchen\n18 2 2 8 8 the snooker player played the game with a smile on his face\n8 3 3 8 8 europeans have rejected wine produced from genetically modified grapevines , which has caused californian wine growers , who rely heavily on the european market , to worry\n16 5 5 19 19 because the ice in the smoothie has to be crushed and blended with the other ingredients , a smoothie maker is usually the appliance of choice\n16 1 1 5 5 the defamation comes from a bishop\n8 2 2 6 6 the following advice is distilled from builders and first hand experience\n4 1 1 4 4 the air in the jar started circulating to the rest of the room\n1 15 15 17 17 but hong kong was able to recover from that and is now experiencing strong economic growth from exports\n17 1 1 4 4 the legislature created the ombudsman to intervene when children or their parents are subjected to unauthorized or unreasonable agency decisions\n0 1 1 3 3 the sun emits light or radiation at a large range of energies or frequencies\n17 7 7 10 10 then , while you relax , the chef prepares the meal and serves it , restaurant style\n18 19 19 23 24 however , the fact that the guinea pigs appeared to function in a normal physiological manner indicates that the diets contained the necessary energy density\n17 1 1 5 5 the student provided a written request , mailed to the executive director of the pacific division\n8 12 12 14 14 in order for handwashing to be effective , vigorous friction , ample lather from soap , and thorough rinsing are needed to remove the germs from the hands\n1 3 3 10 10 mr c notes worsening of seizures and cognition with sleep deprivation and stress\n16 2 2 3 3 get a quesadilla maker from one of your local discount stores such as target , walmart , or kmart\n11 2 2 5 5 bernie the barber downed his scissors , leaving the final triangle of hair uncut\n9 6 6 10 10 not too long ago , the grass was farmed for hay then , it was ditched for mosquito control\n18 2 2 7 7 the punk explosion cultivated the underground rock scene that would one day be called ` alternative music '\n18 1 1 6 6 the carpet is made from recycled materials\n18 7 7 8 8 this is incorrect , and when a minicab company uses the word taxi on their livery it can lead to prosecution by the local government body\n11 10 10 13 14 a goal is like a mountain outcropping to which a climber throws a grappling hook and pulls themselves up\n18 1 1 4 4 a facilitator keeps the discussion focused and limited to the allotted time , while the recorder keeps a written record of the panel ' s recommendations\n1 3 3 5 5 hand creams counteract dryness from exposure to wind , sun , and detergents\n1 1 1 4 5 eye discomfort from this staring effect is exacerbated by low humidity\n17 6 6 10 10 the lower mark is the vienna company that made the mug\n0 1 1 6 6 the transmitter emits a constant radio signal to crea\n1 3 3 5 5 parents also experience anxiety from fear of the suffering of their child and worry about an uncertain outcome\n10 6 6 9 9 it just so happened that the horse bucked the rider and threw him into a mud puddle\n9 14 14 18 18 in some asian countries , including china , malaysia and the philippines , the turtles are farmed for food\n17 12 12 3 3 using an e prescription module in an electronic record system , the prescriber makes out a prescription and transfers it to the national e prescription mailbox\n17 1 1 4 4 state citizens created the states who created the federal government who created federal citizens\n1 4 4 10 10 in chemical lasers the inversion is produced by a chemical reaction\n16 1 1 6 6 the streaks are from a passing truck\n18 2 2 11 11 a v8 engine mated with a manual transmission powers the convertible concept\n18 2 2 6 6 when the notice is sent by fax , the notice is not deemed received until 3 days after faxing it\n8 1 1 7 7 the herbicide is derived from a natural antibiotic , which is produced by two strains of a soil bacterium\n6 8 8 11 11 to test this , we placed a kitchen match in the jar instead of the candle , lit the match , screwed on the lid and dropped the jar\n18 1 1 18 18 the farmers and city officials in the region have tried to get state money to move the farmers market into a first class operation and tourist attraction\n17 1 1 5 5 the surgeon cuts a small hole in the skull and lifts the edge of the brain to expose the nerve\n"
  },
  {
    "path": "dataset/SemEval/vocab.txt",
    "content": "!\n'\n(\n)\n,\n0\n00\n000\n0025\n005\n01\n05\n065\n07\n08\n1\n10\n100\n1000\n10000\n100000\n10300\n105\n106\n1063\n1099\n10cm\n10m\n10x10\n11\n110\n1106\n112\n114\n1157\n116\n117km\n11th\n12\n120\n1200\n1216\n12225\n1227\n125\n126\n127\n128\n1293\n12th\n13\n1300\n1301\n130c\n130nm\n1318\n1350ml\n13th\n14\n140\n1400\n140000\n1414\n144\n1471\n1475\n1492\n1497\n14th\n15\n150\n1500\n150000\n1512\n15290\n1532\n1534\n15500\n1554\n1559\n1562\n1570\n1594\n1597\n16\n160\n1600\n1600s\n1607\n1608\n160gb\n1628\n1646\n165\n1659\n165th\n1662\n1663\n1672\n1690\n1693\n16kg\n16mm\n16th\n17\n1700\n1707\n1715\n1718\n1724\n1729\n1738\n1740\n1743\n1748\n1750\n1751\n1752\n1762\n1765\n1776\n1780\n1781\n1784\n1787\n1789\n1790\n1792\n1796\n17s\n17th\n18\n180\n1800\n180000\n1800s\n1802\n1805\n1806\n1807\n181\n1811\n1813\n1815\n1816\n1817\n1819\n1826\n183\n1830\n1830s\n1833\n1836\n1846\n1848\n1857\n1858\n1860\n1861\n1864\n1868\n1871\n1874\n1875\n1877\n1878\n1880\n1880s\n1882\n1885\n1886\n1888\n1890\n1890s\n1893\n1894\n1896\n1897\n1898\n18k\n18th\n18x11x3\n19\n190\n1900\n1903\n1904\n1905\n1906\n1908\n1912\n1914\n1916\n1917\n1918\n1919\n192\n1920s\n1922\n1923\n1925\n1929\n1930\n1930s\n1931\n1932\n1933\n1935\n1937\n1938\n1939\n194\n1940s\n1941\n1942\n1944\n1945\n1946\n1947\n1949\n1950\n19504\n1950s\n1951\n1952\n1953\n1954\n1956\n1957\n1958\n1959\n196\n1960\n1960s\n1961\n1963\n1964\n1965\n1966\n1967\n1968\n1969\n1970\n1970s\n1971\n1972\n1973\n1974\n1975\n1976\n1977\n1978\n1979\n1980\n1980s\n1981\n1982\n1983\n1984\n1986\n1990\n1990s\n1991\n1992\n1993\n1994\n1995\n1996\n1997\n1998\n1999\n19th\n1bn\n1cm\n1gb\n1p28\n1st\n1x\n2\n20\n200\n2000\n20000\n2001\n2002\n2003\n2004\n2005\n2006\n2007\n2008\n2009\n200kg\n2010\n2011\n2016\n20c\n20mm\n20th\n21\n212\n218\n21st\n22\n2203\n220m\n224\n22445\n225\n225000\n22nd\n22r\n23\n230\n2300\n23189\n23rd\n24\n2401\n245\n2474\n24th\n25\n250\n2500\n25000\n250000\n256\n25l\n25r\n26\n2600\n265\n267\n26841\n26th\n27\n275\n277\n28\n29\n2980\n299\n2am\n2nd\n2pm\n3\n30\n300\n3000\n3050\n30am\n30pm\n30s\n31\n310\n31187\n313\n319\n32\n32000\n3240\n33\n33000kl\n34\n340\n340m\n34th\n35\n3500\n351\n35mm\n35w\n36\n360\n36th\n37\n372\n375\n38\n3800n\n39\n390\n3d\n4\n40\n400\n4000\n4004\n402\n4095\n40b\n40mph\n40th\n41\n420\n4280\n4295\n42nd\n43\n4300\n434\n44\n440\n4411529\n45\n4500\n4515\n455\n457\n458\n45s\n46\n47\n48\n4822\n49\n4th\n5\n50\n500\n5000\n50000\n500000\n508\n50g\n50s\n51\n52\n53\n530\n53000\n5316\n540\n545715\n55\n550\n56\n5600\n567\n567000\n56th\n575\n58\n59\n590\n5c\n5ft10\n5s\n6\n60\n600\n60th\n61\n616\n63\n63104\n64\n65\n6500\n66\n67\n6850\n69\n6938\n6kg\n6th\n7\n70\n700\n7000\n705\n70km\n71\n715\n725000\n73\n74\n7456\n747\n74th\n75\n750\n756\n76\n77\n770\n777\n77793\n7800\n782\n787\n79\n795\n7lbs\n7pm\n7th\n8\n80\n800\n8000\n802\n80s\n82\n82500\n8260\n8406\n85\n850\n86\n8600\n87\n875\n87a\n88\n89\n8ftx4ft\n8khz\n9\n90\n900\n9000\n902\n90s\n90th\n91\n92\n93d\n945gse\n95\n950\n97\n98\n985\n99\n9am\n9ft\n?\n`\na\na27\naardman\naardvarks\nab\nabab\nabalone\nabandoned\nabandonment\nabatoir\nabbey\nabbott\nabc\nabcd\nabdomen\nabdominal\nabducted\nabduction\nabductor\nabdullah\nabedin\nabele\naberdeen\naberg\nabergavenny\naberrations\nabhishek\nabidemi\nabilities\nability\nabingdon\nabit\nabject\nablation\nable\nabnormal\nabnormality\naboard\nabode\nabolish\nabolition\nabominations\naboriginal\naborted\nabortificants\nabortion\nabortive\nabout\nabove\nabraham\nabram\nabridger\nabroad\nabrupt\nabscess\nabsconded\nabsence\nabsent\nabsentmindedly\nabsinthe\nabsolute\nabsolutely\nabsorb\nabsorbed\nabsorbency\nabsorbent\nabsorber\nabsorbing\nabsorbs\nabsorption\nabstinence\nabstract\nabstracts\nabstrupus\nabstruse\nabu\nabundant\nabuse\nabuses\nabusing\nabuzz\nabyss\nabyssinica\nacademe\nacademic\nacademical\nacademicians\nacademics\nacademies\nacademy\nacapulco\naccelerate\naccelerated\naccelerating\nacceleration\naccent\naccentuates\naccept\nacceptable\nacceptance\naccepted\naccepting\naccess\naccessed\naccesses\naccessible\naccessing\naccessories\naccessory\naccident\naccidental\naccidentally\naccidently\naccidents\nacclaim\nacclaimed\naccolade\naccommodate\naccommodated\naccommodation\naccompained\naccompanied\naccompaniment\naccompany\naccompanying\naccomplice\naccomplish\naccomplished\naccomplishments\naccord\naccordance\naccording\naccordingly\naccordion\naccords\naccount\naccountability\naccountants\naccounted\naccounting\naccounts\naccreditation\naccredited\naccretionary\naccumulate\naccumulated\naccumulates\naccumulation\naccuracy\naccurate\naccurately\naccused\naccuses\nace\naceh\nacetoin\nacetone\nacetonitrile\nache\naches\nachieve\nachieved\nachievement\nachievements\nachieves\nachieving\nachille\nachilles\naching\nacid\nacidic\nacidity\nacids\nackerman\nacknowledge\nacknowledged\nacknowledging\nacne\nacnes\nacorn\nacorns\nacoustic\nacoustically\nacoustics\nacquaintances\nacquainted\nacquire\nacquired\nacquiring\nacquisition\nacquisitions\nacre\nacres\nacropolis\nacross\nacrylic\nact\nacted\nacting\naction\nactions\nactivated\nactivates\nactivation\nactive\nactively\nactivist\nactivists\nactivities\nactivity\nactor\nactors\nactress\nacts\nactual\nactually\nactuated\nacupressure\nacupuncture\nacura\nacute\nad\nadam\nadams\nadapt\nadaptation\nadaptations\nadapted\nadapting\nadaptive\nadaptogens\nadapts\nadd\nadded\nadder\naddict\naddicted\naddiction\naddicts\nadding\naddition\nadditional\nadditionally\nadditive\nadditives\naddopted\naddress\naddressed\naddressees\naddresses\naddressing\nadds\nadel\nadelaide\nadele\nadenomyosis\nadenosine\nadept\nadequate\nadevarul\nadeyinka\nadh\nadherence\nadherents\nadhesion\nadhesive\nadipocytes\nadipose\nadjacent\nadjective\nadjectives\nadjoining\nadjudicating\nadjust\nadjustable\nadjusted\nadjustment\nadjuvant\nadler\nadm\nadministered\nadministering\nadministration\nadministrative\nadministrator\nadministrators\nadminstrators\nadmirable\nadmirably\nadmirals\nadmirer\nadmiring\nadmission\nadmissions\nadmit\nadmitted\nadmitting\nadobe\nadolescent\nadolescents\nadonis\nadopt\nadopted\nadoption\nadoptive\nadopts\nadorable\nadpm\nads\nadult\nadulterating\nadulterous\nadultery\nadults\nadvance\nadvanced\nadvancement\nadvances\nadvancing\nadvantage\nadvantages\nadventist\nadventure\nadventurers\nadventures\nadventurous\nadversaries\nadverse\nadvertised\nadvertisement\nadvertisements\nadvertiser\nadvertises\nadvertising\nadvice\nadvices\nadvised\nadviser\nadvisers\nadvisors\nadvisory\nadvocated\nadvocates\naea\naerating\naerial\naerie\naerobic\naerodynamic\naerodynamics\naeronautical\naeronomists\naeroplane\naerosmith\naerosol\naesthetic\naesthetically\nafaanz\naffair\naffairs\naffect\naffected\naffecting\naffection\naffections\naffects\naffidavit\naffiliate\naffiliates\naffixes\nafford\naffrighted\nafghan\nafghanistan\nafl\naflatoxin\nafloat\nafoot\naforementioned\nafraid\nafrica\nafrican\nafrikaans\nafro\naft\nafter\nafterglow\naftermath\nafternoon\naftershock\naftershocks\nafterward\nafterwards\nagain\nagainst\nagar\nagarose\nagarwood\nagassi\nagave\nage\naged\nagencies\nagency\nagenda\nagendas\nagent\nagents\nages\naggravating\naggravation\naggregate\naggregates\naggression\naggressions\naggressive\nagility\naging\nagitating\nagitation\nagitations\nagnes\nagnostic\nago\nagonist\nagoura\nagree\nagreeable\nagreed\nagreement\nagreements\nagrees\nagricultural\nagriculture\nagrochemicals\nagrucultural\nahead\nahmed\nai\naichi\naid\naide\naided\naides\naids\nailments\naim\naimed\naimee\naiming\naims\nair\nairborne\nairbox\nairconditioner\nairconditioners\naircraft\naircrafts\nairfield\nairflow\nairforce\nairglow\nairline\nairlines\nairman\nairmen\nairplane\nairplay\nairport\nairsheds\nairships\nairsoft\nairspace\nairstrike\nairstrip\nairways\naisle\naisles\nakin\nal\nal2o3\nalabama\nalarm\nalarmed\nalas\nalaska\nalaskan\nalbania\nalbatross\nalbatrosses\nalbemarle\nalberta\nalbicans\nalbinistic\nalbion\nalbum\nalbums\nalchemist\nalchemists\nalchemy\nalcohol\nalcoholic\nalcoholism\nalder\naldergrove\naldermen\naldong\nale\naleksandar\naleksandr\naleksopol\nalert\nalerted\nalertness\nales\nalessi\nalex\nalexander\nalexandria\nalexandrian\nalexandros\nalexis\nalfalfa\nalfano\nalfonso\nalfred\nalgae\nalgebra\nalgorithm\nalgorithms\nali\nalibi\nalice\nalien\naliens\nalign\naligned\nalignment\nalike\nalive\nalizarin\nalkali\nalkaline\nall\nallaah\nallegations\nallegdely\nallege\nalleged\nalleging\nallegory\nallen\nallergies\nallergy\nalleviate\nalleviates\nalley\nalleys\nalliance\nalliances\nallied\nallies\nalligator\nallocation\nallotted\nallow\nallowed\nallowing\nallows\nalloy\nallraline\nalluded\nalluminium\nallusions\nalluvial\nalmamy\nalmond\nalmost\nalone\nalong\nalongside\nalphabet\nalphabetical\nalphabetizing\nalps\nalready\nalso\naltar\naltbier\nalter\nalterations\naltered\nalternate\nalternately\nalternating\nalternative\nalternatives\nalternator\nalternators\nalthough\naltogether\nalton\naluminium\naluminum\nalumni\nalveolar\nalways\nalyosha\nalzheimer\nam\namalgamated\namateur\namateurs\namazed\namazement\namazing\namazingly\namazon\namazonian\nambani\nambassador\nambassadors\namber\nambiance\nambidextrous\nambient\nambiguous\nambition\nambitious\namble\nambulance\nambush\namd\namended\namendment\namenities\namerica\namerican\namericans\namericas\namerindians\names\namid\namide\namino\namish\namistad\nammonia\nammonium\nammunition\namnii\namong\namongst\namore\namount\namounted\namounts\namp\namphibians\namphibolites\nample\namplified\namplifier\namplitude\namputees\namritsar\namsterdam\namtrak\namulet\namusement\namyloid\nan\nanabolic\nanaerobes\nanaerobic\nanal\nanalgesics\nanalog\nanalogies\nanalogous\nanalyses\nanalysis\nanalyst\nanalysts\nanalytical\nanalyze\nanalyzed\nanalyzer\nanalyzes\nanalyzing\nanarchism\nanarres\nanas\nanathema\nanatolian\nanatomically\nanatomy\nancestors\nanchor\nanchorage\nanchored\nanchors\nancient\nancients\nand\nandaman\nanderson\nandes\nandflavor\nandian\nandre\nandrea\nandreas\nandrew\nandrocles\nandronicus\nandy\nanecdote\nanecdotes\nanemia\nanesthesia\nanesthetic\nanesthetics\nangel\nangela\nangeles\nangelina\nangels\nanger\nangiogenesis\nangiosperm\nangiotensinogen\nangle\nangled\nangler\nanglerfish\nangles\nanglican\nanglicans\nanglo\nangola\nangry\nanguished\nangular\nangularity\nanhinga\nanimal\nanimals\nanimate\nanimated\nanimating\nanimation\nanimations\nanisotropic\nankle\nanna\nannals\nanne\nannette\nannexation\nannie\nanniversary\nanno\nannotations\nannounce\nannounced\nannouncement\nannouncements\nannoy\nannual\nannually\nannuity\nannulment\nanodized\nanonymous\nanorexic\nanother\nanoxidized\nansari\nansem\nanswer\nanswered\nanswering\nanswers\nantacids\nantarctic\nantelope\nantenna\nantennas\nanterior\nanthem\nanthill\nanthology\nanthony\nanthrax\nanthropoid\nanthropological\nanthropologie\nanti\nantibiotic\nantibiotics\nantibodies\nantiboitics\nanticipated\nanticipation\nanticoagulation\nantidepressant\nantidepressants\nantifreeze\nantifungal\nantigen\nantihelion\nantikythera\nantioxidant\nantipathies\nantipersonnel\nantipsychotic\nantique\nantiquity\nantitrust\nantiwar\nantler\nantlers\nantoine\nantoinette\nantoni\nantonina\nantonio\nants\nanurons\nanus\nanvil\nanwar\nanxiety\nanxious\nany\nanybody\nanyone\nanything\nanyway\nanywhere\nanzac\naorta\nap\napaches\napart\napartment\napartments\naperitif\napes\napex\naphorisms\napical\napis\napocalyptic\napodaca\napologies\napology\napostolic\napostrophes\napp\nappalachian\nappalling\napparantly\napparatus\napparatuses\napparel\napparent\napparently\nappeal\nappealed\nappealing\nappear\nappearance\nappearances\nappeared\nappears\nappellant\nappended\nappendix\nappenzeller\nappetising\nappetite\nappetites\nappetizer\napplause\napple\napples\napplet\nappliance\nappliances\napplicability\napplicable\napplicant\napplicants\napplication\napplications\napplied\napplies\napply\napplying\nappointed\nappointment\nappointments\nappraisal\nappraised\nappreciable\nappreciate\nappreciated\nappreciation\napprehend\napprehended\napprentice\napprenticeship\napproach\napproached\napproaches\napproaching\nappropriate\nappropriately\nappropriates\napproval\napproved\napproving\napproximate\napproximately\napproximation\napps\napricot\napricots\napril\napron\naptitude\naquaculture\naquarium\naquatic\naqueous\naquifer\naquilaria\naquitaine\narab\narabia\narabian\narabic\narafat\narak\naral\naramis\narbiter\narbitrarily\narbitration\narbitrator\narbuzov\narc\narcade\narcane\narch\narchaeological\narchaeologists\narchaeology\narchbishop\narcheological\narcheology\narcher\narchers\narchetypal\narchipelago\narchitect\narchitecti\narchitects\narchitectural\narchitecturally\narchitecture\narchival\narchive\narchived\narchives\narctic\nard\nardent\nardfert\nare\narea\nareas\narena\nareometer\naretus\nargentina\narginine\nargon\nargonaut\narguably\nargue\nargued\nargument\nargumentation\narguments\naria\naricept\narid\naries\narife\narisen\narises\naristocracy\naristocrats\naristotle\narizona\nark\narkansas\narlington\narlonzia\narm\narmada\narmando\narmani\narmature\narmed\narmenian\narmi\narmies\narmless\narmor\narmored\narmrest\narms\narmstrong\narmy\narne\narnie\narnold\naroma\naromatherapy\naromatic\naroon\narose\naround\narra\narrange\narranged\narrangement\narrangements\narranger\narray\narrayed\narrays\narrears\narrest\narrested\narresting\narrests\narrival\narrive\narrived\narrives\narriving\narrogant\narrows\narsenal\narsenate\narsenic\nart\nartemis\narterial\narteries\narteriovenous\nartery\nartful\narthritic\narthritis\narthur\narticle\narticles\narticulate\narticulated\nartifact\nartifacts\nartificial\nartillery\nartisan\nartisans\nartist\nartistic\nartistry\nartists\narts\nartwork\nartworks\nas\nasadabad\nasbestos\nascarids\nascend\nascending\nascension\nascent\nash\nashes\nashwagandha\nasia\nasian\naside\nask\nasked\nasking\naslan\nasleep\nasparagus\naspartame\naspect\naspects\naspergillus\nasphalt\naspiring\nassam\nassassinate\nassassination\nassassins\nassault\nassaulted\nassaults\nassay\nassemblage\nassembled\nassembles\nassemblies\nassembly\nassert\nasserted\nasserting\nassertion\nassertiveness\nasserts\nasses\nassess\nassessed\nassesses\nassessing\nassessment\nassessments\nassessors\nasset\nassets\nasshatty\nassigned\nassigning\nassignment\nassignments\nassigns\nassimilated\nassimilation\nassist\nassistance\nassistant\nassisted\nassisting\nassists\nassociatcd\nassociate\nassociated\nassociates\nassociation\nassociations\nassortment\nassortments\nassume\nassumed\nassumes\nassuming\nassumption\nassurance\nassures\nasterisk\nasteroid\nasteroids\nasthma\nastm\nastonished\nastonishing\nastonishingly\nastor\nastoria\nastoundingly\nastra\nastride\nastringent\nastronaut\nastronauts\nastronomer\nastronomers\nastronomical\nastronomy\nastrophysicists\nastroturf\nasuras\nasymmetric\nasymmetrical\nasymmetry\nasymptomatic\nat\natached\natalanta\natascosito\natavistic\nate\nathena\nathenian\nathens\natherton\nathlete\nathletes\nathletic\nathletiques\nathos\natlanta\natlantic\natlantis\natlas\natm\natmosphere\natmospheric\natom\natomic\natoms\natop\natopic\natrium\natrocities\nattach\nattached\nattaches\nattaching\nattachment\nattack\nattacked\nattacker\nattackers\nattacking\nattacks\nattain\nattained\nattaining\nattempt\nattempted\nattempting\nattempts\nattend\nattendance\nattendant\nattendants\nattended\nattendee\nattendees\nattending\nattention\nattenuation\nattenuator\nattest\nattic\natticus\nattitude\nattitudes\nattitudinal\nattorney\nattract\nattractant\nattracted\nattracting\nattraction\nattractions\nattractive\nattracts\nattributed\nattributes\nattributing\nau\nauckland\nauction\nauctioned\nauctioning\naudacious\naudibility\naudible\naudience\naudiences\naudio\naudiophile\naudit\naudited\nauditing\nauditor\nauditors\nauditory\naudits\naug\naugite\naugmented\naugust\nauklets\naunt\naura\naureus\nauricle\naurora\naurorae\nauschwitz\naustin\naustralia\naustralian\naustralians\naustria\naustrian\nauthentic\nauthenticity\nauthor\nauthored\nauthorindex\nauthoritarian\nauthorities\nauthority\nauthorization\nauthorize\nauthorized\nauthorizes\nauthors\nauthorship\nautism\nauto\nautobiography\nautograph\nautographs\nautoharp\nautohemotherapy\nautologous\nautomated\nautomatic\nautomatically\nautomaton\nautomobile\nautomobiles\nautomotive\nautomotives\nautonomic\nautonomous\nautopsy\nautumn\nautumnal\nauxiliary\navailability\navailable\navalanche\navalanches\navant\navatar\navatars\navci\nave\navenger\navenue\navenues\naverage\naveraged\naversion\navian\naviary\naviation\naviator\navila\naviv\navocado\navoch\navoid\navoidance\navoiding\navulsion\nawait\nawaited\nawaiting\nawakening\naward\nawarded\nawarding\nawards\naware\nawareness\naway\nawe\nawful\nawkward\nawlaki\nawoke\nax\naxe\naxel\naxes\naxioms\naxis\naxles\naxon\nayatollahs\nayers\nayoddhya\nayodhya\nayutla\nazeotrope\nazimuth\nazores\naztec\nazuki\nazul\nb\nb14\nb15\nb2\nbaandhani\nbabble\nbabel\nbabies\nbaboons\nbaby\nbabykiller\nbacall\nbacchus\nbach\nbachchan\nbachelor\nbachelors\nbacilli\nback\nbackboard\nbackbone\nbackdrop\nbacked\nbackfill\nbackflap\nbackground\nbackgrounds\nbacking\nbackpack\nbackpackers\nbackpacking\nbackpacks\nbackpage\nbackplate\nbackpressure\nbackprojection\nbackscattered\nbackside\nbackslides\nbackstage\nbackup\nbackwards\nbackwaters\nbackyard\nbackyards\nbacon\nbacteria\nbacterial\nbacterium\nbad\nbade\nbadge\nbadgers\nbadiru\nbadly\nbae\nbaekhwaju\nbaffle\nbafta\nbag\nbagful\nbaggage\nbagged\nbaggy\nbaghdad\nbagpipes\nbags\nbaha\nbai\nbail\nbailed\nbailey\nbailing\nbailli\nbaird\nbait\nbaits\nbake\nbaked\nbaker\nbakeries\nbakers\nbakery\nbakes\nbakeshop\nbakhsh\nbaking\nbalance\nbalanced\nbalances\nbalancing\nbalconies\nbalcony\nbald\nbale\nbales\nbalewa\nbaljinder\nbalkan\nball\nballads\nballast\nballet\nballoon\nballoons\nballot\nballots\nballplayers\nballs\nbalm\nbalmoral\nbaltic\nbaltimore\nbamboo\nbambu\nban\nbanana\nbananas\nbanbury\nband\nbanda\nbandage\nbandages\nbanded\nbandmembers\nbandon\nbands\nbandura\nbanduras\nbandy\nbang\nbanging\nbangladesh\nbangra\nbanishing\nbank\nbanked\nbanker\nbankers\nbanking\nbanko\nbankrupt\nbankruptcies\nbankruptcy\nbanks\nbanned\nbanner\nbanners\nbanquet\nbantam\nbaptist\nbar\nbarack\nbaracoa\nbarbarian\nbarbarians\nbarbary\nbarbauld\nbarbed\nbarbell\nbarbels\nbarber\nbarbican\nbarbie\nbarchan\nbare\nbared\nbarefoot\nbarely\nbargain\nbarge\nbarges\nbaring\nbarium\nbark\nbarking\nbarley\nbarman\nbarn\nbarnet\nbarns\nbarnyard\nbaron\nbaroque\nbarr\nbarracudas\nbarrages\nbarred\nbarrel\nbarreled\nbarrels\nbarren\nbarricade\nbarrier\nbarriers\nbarrister\nbarro\nbarrow\nbarry\nbarrymore\nbars\nbas\nbasal\nbasalt\nbasalts\nbase\nbaseball\nbaseboards\nbased\nbaseline\nbaseman\nbasement\nbases\nbash\nbashing\nbasic\nbasically\nbasilica\nbasilone\nbasin\nbasis\nbask\nbasket\nbasketball\nbaskets\nbasra\nbass\nbassam\nbassett\nbassoon\nbastard\nbastions\nbat\nbatang\nbatch\nbath\nbathing\nbathroom\nbathrooms\nbathtub\nbaton\nbats\nbattalion\nbattalions\nbatten\nbatter\nbattered\nbatterfields\nbatteries\nbattering\nbattery\nbattle\nbattlefield\nbattlements\nbattles\nbattling\nbauble\nbaur\nbautista\nbavarian\nbay\nbayern\nbayreuth\nbays\nbazaar\nbazooka\nbbc\nbbq\nbbs\nbc\nbcr\nbcs\nbe\nbeach\nbeached\nbeaches\nbeaching\nbead\nbeads\nbeagle\nbeak\nbeaker\nbeakers\nbeam\nbeams\nbean\nbeane\nbeanie\nbeans\nbear\nbearded\nbearers\nbearing\nbearings\nbears\nbeasts\nbeat\nbeaten\nbeaters\nbeatles\nbeatniks\nbeats\nbeaubois\nbeaujean\nbeaulieu\nbeauregard\nbeauties\nbeautiful\nbeautifully\nbeauty\nbeaver\nbeavers\nbeaverton\nbebo\nbecame\nbecause\nbechamel\nbecker\nbeckhard\nbecky\nbecome\nbecomes\nbecoming\nbecunes\nbed\nbedcovers\nbedding\nbedouin\nbedrock\nbedroom\nbedrooms\nbeds\nbedsheet\nbedtime\nbee\nbeech\nbeef\nbeefier\nbeen\nbeer\nbeers\nbees\nbeeswax\nbeetle\nbeetles\nbefitting\nbefore\nbefriends\nbegan\nbegets\nbegg\nbeggar\nbegin\nbeginner\nbeginning\nbeginnings\nbegins\nbegun\nbehalf\nbehave\nbehavior\nbehavioral\nbehaviors\nbehemoth\nbehind\nbei\nbeige\nbeijing\nbeing\nbeings\nbelenzian\nbelfast\nbelgian\nbelgium\nbeliarc\nbelied\nbelief\nbeliefs\nbelieve\nbelieved\nbeliever\nbelievers\nbelieves\nbell\nbella\nbelles\nbellini\nbellowing\nbells\nbelly\nbelong\nbelonged\nbelonging\nbelongs\nbeloved\nbelow\nbelt\nbelts\nbeluga\nbelyakov\nbelying\nbemoaned\nben\nbenard\nbenbecula\nbench\nbenches\nbenchmarking\nbend\nbending\nbends\nbeneath\nbenedict\nbenefactor\nbenefices\nbeneficial\nbeneficiaries\nbenefit\nbenefited\nbenefits\nbenevolent\nbenign\nbenjamin\nbennett\nbenning\nbent\nbenthic\nbergeron\nberlin\nberlusconi\nbern\nbernadotte\nbernanke\nbernard\nbernie\nberries\nberry\nberserk\nberserkers\nberserks\nbertolli\nbertrand\nbeside\nbesides\nbesieged\nbest\nbestowed\nbestowing\nbestseller\nbestsellers\nbeta\nbeth\nbethlehem\nbetrayal\nbetrays\nbets\nbetter\nbetween\nbevan\nbeverage\nbeverages\nbeverly\nbevilona\nbevy\nbewildered\nbewilderingly\nbexar\nbeyond\nbg\nbhargavas\nbhattacharya\nbhi\nbhutto\nbiacetyl\nbianca\nbias\nbiases\nbiasing\nbibi\nbible\nbibliography\nbibliometrics\nbicentenary\nbiceps\nbicycle\nbicyclists\nbid\nbiddle\nbier\nbig\nbigger\nbiggest\nbigi\nbike\nbikini\nbilateral\nbilayer\nbilbao\nbile\nbill\nbillboard\nbillboards\nbilled\nbilliard\nbillion\nbillionaire\nbillionaires\nbillions\nbills\nbilly\nbin\nbinary\nbind\nbinder\nbinderies\nbinders\nbinding\nbindings\nbinds\nbinge\nbinocular\nbinoculars\nbins\nbinzel\nbio\nbiochemical\nbiochemicals\nbiocides\nbiodiesel\nbiodynamically\nbiofilm\nbiographer\nbiographical\nbiographies\nbiography\nbiological\nbiologist\nbiologists\nbiology\nbiomagnetic\nbiomass\nbiomedical\nbionic\nbiopharmaceuticals\nbiosurfactant\nbiotech\nbiotechnology\nbiped\nbipolar\nbirch\nbirchwood\nbird\nbirdhouse\nbirding\nbirdlife\nbirds\nbirdtown\nbirmingham\nbirth\nbirthday\nbirthmarks\nbirthright\nbirtwistle\nbiryani\nbiscay\nbiscuit\nbiscuits\nbisexuality\nbishop\nbishops\nbismarck\nbismuth\nbissell\nbist\nbit\nbite\nbites\nbitewing\nbiting\nbits\nbitstrings\nbittangabee\nbitten\nbitter\nbitterly\nbitterns\nbizarre\nbizarrely\nbizzell\nbk\nblack\nblackberry\nblackboard\nblackcurrent\nblackface\nblackjack\nblackmail\nblackness\nblackout\nblacksmith\nblacksmithing\nblacksmiths\nbladder\nbladders\nblade\nblades\nblaise\nblame\nblamed\nblanched\nblanck\nblank\nblanket\nblanks\nblast\nblasting\nblastocyst\nblasts\nblaze\nblazer\nblazes\nblazing\nbleach\nbleak\nbled\nbleeding\nblend\nblended\nblends\nblessed\nblessing\nbletchley\nblethering\nblew\nblighted\nblimp\nblind\nblinded\nblindfolded\nblindness\nblink\nblinking\nblinks\nblissful\nblister\nblistering\nblisters\nblizzard\nblizzards\nbln\nbloat\nbloating\nbloc\nblock\nblockade\nblockage\nblockages\nblocked\nblocks\nblog\nblogger\nbloggers\nblogging\nblogosphere\nblogs\nbloke\nblokes\nblonde\nblood\nbloodhound\nbloodhounds\nbloodshed\nbloodstream\nbloodworth\nbloody\nbloomberg\nblooming\nblooms\nbloomy\nblossom\nblossoming\nblossoms\nblotter\nblouse\nblouses\nblow\nblowback\nblowby\nblower\nblowers\nblowing\nblowlamp\nblown\nblows\nblowtorch\nbludgeoned\nblue\nblueberries\nblueberry\nblueprint\nblueprints\nblues\nbluffing\nblum\nblunt\nblur\nblurb\nblurred\nblush\nblustery\nbm\nbmw\nbndes\nbo\nboar\nboard\nboarder\nboardrooms\nboards\nboars\nboast\nboasts\nboat\nboaters\nboats\nbob\nbobsleigh\nbodice\nbodied\nbodies\nbodily\nbody\nboeing\nbog\nbogglingly\nbogus\nboi\nboiled\nboiler\nboiling\nboils\nbold\nboles\nbollywood\nbolt\nbolts\nbolus\nbomb\nbombarding\nbombed\nbombers\nbombing\nbombs\nbomer\nbon\nbond\nbondage\nbonded\nbondholders\nbonds\nbone\nbones\nbonfire\nbong\nbonifacio\nbonito\nbonn\nbonus\nbonuses\nbony\nboobs\nbooby\nbook\nbookended\nbooker\nbooking\nbookkeeper\nbooklet\nbooklets\nbookmarks\nbooks\nboom\nboomer\nbooming\nboost\nboosting\nbooted\nbooth\nbooths\nbootlegger\nboots\nbooze\nbopet\nborax\nborder\nborders\nbordetella\nbordewijk\nbore\nboreal\nboredom\nboring\nboris\nborn\nborne\nboron\nborrowers\nborrowing\nbosch\nboslough\nbosnian\nboss\nbosses\nbost\nboston\nbostwick\nbot\nbotanica\nbotanical\nbotanicals\nbotched\nboth\nbothered\nbothersome\nbottega\nbotti\nbottle\nbottled\nbottlenose\nbottles\nbottom\nbottomed\nbottoms\nbotulinum\nbotulism\nbought\nbouillon\nboulanger\nbounce\nbounced\nbouncing\nbouncy\nbound\nboundaries\nboundary\nbounded\nbounding\nbounds\nbountiful\nbouquet\nbouquets\nbourbon\nbourgeois\nbourgeoisie\nbout\nboutique\nbow\nbowden\nbowed\nbowels\nbowl\nbowls\nbowness\nbowyers\nbox\nboxcar\nboxer\nboxers\nboxes\nboxing\nboxlike\nboy\nboyd\nboyer\nboyfriend\nboyle\nboyne\nboys\nbrace\nbracelet\nbraces\nbrachioradialis\nbracing\nbracken\nbrackish\nbracts\nbrad\nbradbury\nbradford\nbradis\nbraich\nbraidwood\nbrain\nbrains\nbrainwash\nbrainwashing\nbraised\nbrake\nbrakes\nbranch\nbranches\nbranching\nbrand\nbranded\nbrands\nbrandy\nbranton\nbrass\nbrat\nbratpack\nbrats\nbrave\nbraved\nbravest\nbrawn\nbraxton\nbray\nbrayne\nbrazil\nbrazilian\nbrazilians\nbrazing\nbrazoria\nbre\nbreached\nbreaches\nbread\nbreadth\nbreak\nbreakaway\nbreakdown\nbreaker\nbreakfast\nbreakfasts\nbreaking\nbreakneck\nbreakouts\nbreakpoints\nbreaks\nbreakthrough\nbreakthroughs\nbreast\nbreastbone\nbreastfeed\nbreasts\nbreath\nbreathed\nbreather\nbreathes\nbreathing\nbreathtaking\nbred\nbreed\nbreeder\nbreeding\nbreeds\nbreeze\nbreezes\nbregno\nbremen\nbrendel\nbrent\nbrethren\nbreuer\nbrevis\nbrew\nbrewed\nbrewer\nbrewers\nbrewery\nbrewing\nbrian\nbribe\nbrick\nbricklayer\nbricks\nbrickwork\nbride\nbridegroom\nbrides\nbridge\nbridgend\nbridges\nbridging\nbrief\nbriefly\nbrien\nbrig\nbrigade\nbrigadier\nbright\nbrighter\nbrightest\nbrightly\nbrighton\nbrill\nbrilliance\nbrilliant\nbrilliantly\nbrim\nbrined\nbring\nbringing\nbrings\nbrink\nbrisbane\nbrisk\nbristled\nbristles\nbritain\nbritannica\nbritches\nbritish\nbrittany\nbriwere\nbrix\nbrmss\nbroach\nbroad\nbroadband\nbroadcast\nbroadcasting\nbroadcasts\nbroadens\nbroader\nbroadside\nbroadsides\nbroadsword\nbrochure\nbrochures\nbrock\nbroiled\nbroils\nbrokaw\nbroke\nbroken\nbroker\nbromide\nbronte\nbronx\nbronze\nbrood\nbrooding\nbrook\nbrookie\nbrooklyn\nbrooks\nbroom\nbroth\nbrothel\nbrother\nbrotherhood\nbrothers\nbrought\nbroward\nbrown\nbrownian\nbrownie\nbrowning\nbrownville\nbrowse\nbrowser\nbruce\nbrucei\nbrucellosis\nbruisers\nbruises\nbrunch\nbruno\nbrush\nbrushed\nbrushes\nbrushing\nbrussels\nbrutal\nbrutality\nbrutally\nbryce\nbryson\nbsec\nbss\nbubble\nbubbles\nbubbling\nbubonic\nbuchan\nbuchholz\nbucked\nbucket\nbuckets\nbuckley\nbuckling\nbucktown\nbud\nbuddhism\nbuddhist\nbuddies\nbuddy\nbudget\nbudgetary\nbudgets\nbuds\nbuena\nbuffalo\nbuffaloes\nbuffer\nbuffering\nbufferpool\nbuffet\nbuffs\nbug\nbugs\nbuild\nbuilder\nbuilders\nbuilding\nbuildings\nbuilds\nbuildup\nbuilt\nbukhari\nbukker\nbulb\nbulbar\nbulbs\nbuldings\nbulgaria\nbulgarian\nbulger\nbulging\nbulhak\nbulk\nbulky\nbull\nbulldog\nbulldozer\nbullet\nbulletin\nbulletproof\nbullets\nbullfight\nbullfinches\nbullhorns\nbulls\nbullying\nbulrush\nbummer\nbump\nbumped\nbumper\nbumpers\nbumps\nbun\nbunch\nbundle\nbundles\nbungalow\nbungee\nbunker\nbunn\nbunnies\nbuns\nbunsen\nbunuel\nbunyan\nbuoyed\nbupivacaine\nbureau\nbureaucracy\nbureaucrats\nburgeoning\nburger\nburgher\nburghers\nburglar\nburglaries\nburglary\nburgundy\nburial\nburied\nburin\nburing\nburlap\nburley\nburn\nburned\nburner\nburnett\nburning\nburns\nburnt\nburris\nburrow\nburrowing\nburrows\nbursary\nburseraceae\nbursley\nburst\nbursting\nbus\nbuses\nbush\nbusha\nbushes\nbushfires\nbushings\nbusiness\nbusinesses\nbusloads\nbuss\nbust\nbustamante\nbustling\nbusy\nbut\nbutcher\nbutchering\nbutchers\nbutlers\nbutt\nbutter\nbuttered\nbutterflies\nbutterfly\nbuttery\nbuttock\nbutton\nbuttonhole\nbuttons\nbuttuwa\nbuxton\nbuy\nbuyer\nbuyers\nbuying\nbuys\nbuzz\nbuzzard\nbuzzards\nbuzzing\nbw\nbwv\nby\nbyelection\nbygone\nbypass\nbypassed\nbyssus\nbytecodes\nbyzantine\nc\nc2bmc\nca\ncab\ncabal\ncabaret\ncabin\ncabinet\ncabinets\ncable\ncables\ncabriole\ncabstand\ncacao\ncache\ncackle\ncactus\ncadaver\ncadaveric\ncadence\ncadenza\ncadets\ncadge\ncadre\ncae\ncaecilians\ncaesarian\ncafe\ncaffeine\ncage\ncaged\ncages\ncaillie\ncain\ncairns\ncairo\ncaisley\ncaisson\ncake\ncaked\ncakes\ncalabogie\ncalamari\ncalamities\ncalcification\ncalcium\ncalculated\ncalculating\ncalculation\ncalculator\ncalculus\ncalcutta\ncalder\ncalendar\ncali\ncaliber\ncalibrated\ncalibrates\ncalif\ncalifornia\ncalifornian\ncaliph\ncall\ncalled\ncaller\ncalling\ncallisto\ncalls\ncallus\ncalluses\ncalm\ncalms\ncalorie\ncalories\ncalorimeter\ncaltpa\ncalves\ncalvin\ncam\ncamaraderie\ncambodia\ncambodian\ncambridge\ncame\ncamel\ncamels\ncamera\ncameraman\ncameras\ncamerino\ncameroon\ncamp\ncampaign\ncampaigners\ncampaigning\ncampaigns\ncampbell\ncampello\ncampers\ncamping\ncampus\ncan\ncanada\ncanadian\ncanaille\ncanal\ncanaliculi\ncanals\ncanary\ncanceled\ncancellation\ncancellations\ncancer\ncancers\ncandida\ncandidate\ncandidates\ncandies\ncandle\ncandles\ncandlestick\ncandy\ncane\ncangjie\ncanine\ncanis\ncanister\ncannabis\ncanned\ncannellini\ncanning\ncannisters\ncannon\ncanoe\ncanola\ncanon\ncanons\ncanopy\ncans\ncanteen\ncanterbury\ncantilevered\ncanto\ncantonment\ncantons\ncantu\ncanvas\ncanvases\ncanyon\ncanyons\ncanzons\ncap\ncapabilities\ncapability\ncapable\ncapacious\ncapacities\ncapacitor\ncapacity\ncape\ncapella\ncapillaries\ncapistrano\ncapita\ncapital\ncapitalism\ncapitalists\ncapitalize\ncapitals\ncapitol\ncapitolinus\ncapless\ncapo\ncapped\ncappuccino\ncaprari\ncapricious\ncaps\ncapsaicin\ncapscrews\ncapstone\ncapsule\ncapt\ncaptain\ncaptains\ncaptive\ncaptivity\ncapture\ncaptured\ncaptures\ncapuchin\ncapuchins\ncar\ncarafe\ncaramelisation\ncaramelized\ncaramonal\ncarat\ncaravan\ncaravels\ncarb\ncarbohydrase\ncarbon\ncarbonated\ncarbrook\ncarcass\ncarcinoma\ncard\ncardboard\ncardholders\ncardiac\ncardinal\ncardinals\ncardiology\ncardiovascular\ncardo\ncards\ncardsholders\ncare\ncareer\ncareers\ncarefree\ncareful\ncarefully\ncaregiver\ncareless\ncares\ncarew\ncargo\ncaribbean\ncaricatures\ncaring\ncarleton\ncarley\ncarling\ncarlisle\ncarlton\ncarmen\ncarnage\ncarnegie\ncarolina\ncarolyn\ncarotene\ncarp\ncarpal\ncarpatho\ncarpels\ncarpenter\ncarpenters\ncarpet\ncarpeting\ncarrel\ncarriages\ncarriageway\ncarried\ncarrier\ncarriers\ncarries\ncarroll\ncarrots\ncarry\ncarrying\ncars\ncarson\ncart\ncartels\ncarthage\ncartilage\ncartilaginous\ncartload\ncartographer\ncartographic\ncartomancers\ncarton\ncartonboard\ncartons\ncartoon\ncartoons\ncartridge\ncartridges\ncaruso\ncarve\ncarved\ncarves\ncarving\ncary\ncaryn\ncasa\ncascades\ncase\ncasemate\ncasement\ncases\ncasette\ncash\ncashew\ncashier\ncashmere\ncasing\ncasino\ncasinos\ncask\ncasket\ncasks\ncaspian\ncassette\ncassin\ncassioli\ncassock\ncast\ncastable\ncaste\ncastile\ncastillo\ncasting\ncastings\ncastle\ncastlemania\ncastoffs\ncasualties\ncasualty\ncat\ncataclysmic\ncatacombs\ncatalog\ncatalogue\ncatalogues\ncatalysis\ncatalytic\ncatalyzed\ncatamaran\ncatania\ncatapult\ncatastrophe\ncatch\ncatched\ncatches\ncatching\ncatchment\ncategorical\ncategories\ncategorization\ncategory\ncatering\ncaterpillar\ncaterpillars\ncatfish\ncathartic\ncatharus\ncathedral\ncather\ncatheter\ncathode\ncatholic\ncatnip\ncats\ncattle\ncaucasian\ncaucasus\ncaufield\ncaught\ncauldron\ncaulk\ncausal\ncause\ncaused\ncauses\ncauseway\ncausing\ncaustic\ncautious\ncautiously\ncavalcade\ncavalry\ncave\ncaveats\ncavendish\ncavernous\ncaverns\ncaviar\ncavities\ncavity\ncavvy\ncaws\ncayenne\ncbbc\ncbd\ncca\ncccb\nccp\ncd\ncdi\nce\ncease\nceased\nceasefire\nceca\ncecelia\ncedar\nceiling\nceilinged\nceilings\ncel\ncelebrate\ncelebrated\ncelebrates\ncelebrating\ncelebration\ncelebrations\ncelebrities\ncelebrity\ncelebs\ncelery\nceliac\ncelibacy\ncell\ncellar\ncello\ncellophane\ncellos\ncellphone\ncells\ncellular\nceltic\ncement\ncementation\ncemetery\ncenotaphs\ncensored\ncensorship\ncent\ncenter\ncenterboard\ncentered\ncentering\ncenters\ncentigrade\ncentral\ncentralized\ncentre\ncentres\ncentrifugal\ncentrifuge\ncents\ncenturies\ncentury\nceo\nceramic\nceramicist\nceramics\nceramist\ncereal\ncereals\ncerebellum\ncerebral\ncerebrum\nceremonial\nceremonies\nceremony\nceres\ncerf\ncertain\ncertainly\ncertainty\ncertificate\ncertificated\ncertification\ncertify\ncerularius\ncervical\ncervix\ncesare\ncessation\ncete\ncfa\ncfht\ncg\nchabazite\nchacma\nchad\nchadian\nchai\nchain\nchains\nchainsaw\nchainsword\nchair\nchairman\nchairs\nchaise\nchalet\nchalice\nchalk\nchalkboard\nchallenge\nchallenged\nchallenges\nchallenging\nchamber\nchambered\nchambers\nchambre\nchamois\nchamomile\nchampagne\nchampaign\nchampions\nchampionship\nchanani\nchance\nchancellor\nchances\nchandlers\nchaney\nchange\nchanged\nchanger\nchanges\nchanging\nchangu\nchannel\nchannelled\nchannels\nchaos\nchaotic\nchap\nchapel\nchaplain\nchaplin\nchapter\nchapters\ncharacter\ncharacteristic\ncharacteristics\ncharacterize\ncharacterized\ncharacters\ncharcoal\ncharcuterie\ncharge\ncharged\ncharger\ncharges\ncharging\nchariot\nchariots\ncharisma\ncharismatic\ncharite\ncharities\ncharity\ncharles\ncharlie\ncharlotte\ncharm\ncharming\ncharred\nchart\ncharted\ncharter\ncharterhouse\ncharts\nchase\nchased\nchasing\nchasseurs\nchassis\nchat\nchateau\nchatrooms\nchattering\nchatting\nchauffeur\nchauvinistic\nchavettes\ncheap\ncheaper\nchechnya\ncheck\nchecked\ncheckers\nchecking\ncheckout\ncheckpoints\nchecks\ncheddar\ncheek\ncheeks\ncheered\ncheering\ncheers\ncheery\ncheese\ncheesecake\ncheesecloth\ncheeses\ncheetahs\nchef\nchefs\nchelsea\nchemical\nchemically\nchemicals\nchemistry\nchemists\nchemotherapy\nchen\nchenodeoxycholic\ncheque\ncheras\ncherenko\ncherenkov\nchernihiv\nchernobyl\ncherries\ncherry\ncherrystone\nchertsey\nchesapeake\nchess\nchessboard\nchest\nchestnut\ncheung\nchevauxlegers\nchevy\nchew\nchewers\nchewing\nchews\nchi\nchiapas\nchiaroscuro\nchic\nchicago\nchicha\nchichester\nchick\nchicken\nchickenpox\nchickens\nchicks\nchicory\nchief\nchiefly\nchiefs\nchihuahua\nchike\nchikna\nchild\nchildhood\nchildlike\nchildren\nchile\nchilean\nchiles\nchilika\nchilled\nchilling\nchills\nchilly\nchime\nchimney\nchimpanzees\nchimps\nchin\nchina\nchinch\nchinese\nchinesischer\nching\nchinggis\nchip\nchipper\nchips\nchirac\nchisel\nchivalric\nchivalry\nchloe\nchloride\nchlorine\nchlorobenzene\nchlorohydrins\nchocolate\nchocolates\nchoice\nchoices\nchoir\nchoke\nchoking\ncholera\ncholesterol\ncholinesterase\nchomsky\nchoose\nchooses\nchoosing\nchop\nchopped\nchopper\nchoppy\nchops\nchopsticks\nchorale\nchord\nchords\nchoreographed\nchoreographer\nchores\nchoroid\nchoroidal\nchorus\nchose\nchosen\nchoughs\nchowchilla\nchris\nchrist\nchristened\nchristian\nchristians\nchristien\nchristmas\nchristy\nchromated\nchrome\nchromosome\nchronic\nchronicle\nchronicles\nchronograph\nchronological\nchronologically\nchuck\nchuckle\nchugging\nchung\nchunks\nchunky\nchuquicamata\nchurch\nchurches\nchurn\nchute\ncia\ncicero\ncider\ncieply\ncigar\ncigarette\ncigarettes\ncigars\ncinderella\ncinema\ncinemas\ncinematic\ncinematography\ncinnamon\ncip\ncircle\ncircles\ncircling\ncircuit\ncircuited\ncircuitry\ncircuits\ncircular\ncirculates\ncirculating\ncirculation\ncirculatory\ncircumference\ncircumstance\ncircumstances\ncircumvent\ncircus\ncirrhosis\ncisco\ncistern\ncitation\ncitations\ncited\ncites\ncities\nciting\ncitizen\ncitizens\ncitizenship\ncitrus\ncity\ncivil\ncivilian\ncivilians\ncivilisation\ncivility\ncivilization\nclad\nclaim\nclaimant\nclaimants\nclaimed\nclaiming\nclaims\nclam\nclamor\nclamp\nclamping\nclams\nclan\nclandestine\nclans\nclara\nclare\nclarification\nclarifying\nclarinet\nclarity\nclark\nclarke\nclarksburg\nclashes\nclasp\nclass\nclasses\nclassic\nclassical\nclassics\nclassification\nclassified\nclassifies\nclassroom\nclattering\nclaus\nclause\nclauses\nclaustrophobia\nclavamox\nclavichord\nclaw\nclaws\nclay\nclean\ncleaned\ncleaner\ncleaners\ncleaning\ncleanser\nclear\nclearance\nclearances\ncleared\nclearest\nclearing\nclearly\nclearwater\nclearwire\ncleats\ncleo\ncleopatras\nclepsydra\nclergy\nclergymen\ncleric\nclerk\ncleveland\nclever\ncleverly\nclew\nclick\nclicked\nclicking\nclicquot\nclient\nclients\ncliff\ncliffs\nclimactic\nclimate\nclimates\nclimatic\nclimax\nclimb\nclimbed\nclimber\nclimbs\ncliment\ncling\nclinging\nclinical\nclinically\nclinicians\nclinicopathological\nclinics\nclinker\nclinton\nclip\nclipart\nclipboard\nclipper\nclippers\nclipping\nclippings\nclips\nclique\nclitunno\nclock\nclockheart\nclockmaking\nclocks\nclockwork\nclodronate\nclods\nclog\nclogging\nclogs\nclone\ncloned\nclooney\nclophelinum\nclose\nclosed\nclosely\ncloser\ncloses\nclosest\ncloset\nclosing\nclostridium\nclosure\nclot\ncloth\nclothed\nclothes\nclothier\nclothing\ncloud\ncloudless\nclouds\nclove\nclowder\nclown\nclowns\ncloying\nclub\nclubby\nclubhouse\nclubs\nclue\nclues\nclump\nclung\nclunker\ncluster\nclustering\nclusters\nclutch\nclutches\nclutter\ncm\ncmap\ncme\ncmos\ncn\ncny\nco\nco2\ncoach\ncoaching\ncoachman\ncoagulating\ncoagulation\ncoakley\ncoal\ncoalition\ncoalitions\ncoalminers\ncoals\ncoarse\ncoast\ncoastal\ncoaster\ncoasters\ncoastline\ncoastlines\ncoasts\ncoat\ncoated\ncoating\ncoatings\ncoats\ncoaxial\ncobalt\ncobbett\ncobra\ncobras\ncobs\ncoca\ncocaine\ncock\ncockatiel\ncocked\ncockpit\ncockroaches\ncocktail\ncocky\ncocoa\ncoconut\ncoconuts\ncocoon\ncocoons\ncocos\ncod\ncodario\ncode\ncoded\ncodeine\ncoders\ncodes\ncodirected\ncoefficients\ncof\ncoffee\ncoffeehouse\ncoffeemaker\ncoffees\ncofferdam\ncoffin\ncoffins\ncoffle\ncoghill\ncogito\ncognac\ncognition\ncognitive\ncognitve\ncogs\ncohb\ncohort\ncoil\ncoiled\ncoils\ncoin\ncoincided\ncoincidence\ncoincides\ncoined\ncoins\ncoke\ncol\ncola\ncolas\ncolbert\ncold\ncolder\ncoldly\ncolds\ncoleman\ncoleraine\ncolgate\ncolitis\ncollaborates\ncollaboration\ncollaborative\ncollaboratively\ncollaborators\ncollagen\ncollapse\ncollapsed\ncollapses\ncollapsing\ncollar\ncollateral\ncolleague\ncolleagues\ncollect\ncollected\ncollecting\ncollection\ncollections\ncollective\ncollector\ncollectors\ncollects\ncollege\ncolleges\ncollegiality\ncollegue\ncollide\ncollided\ncolliding\ncollie\ncollier\ncolliers\ncollimated\ncollinear\ncollins\ncollision\ncollisional\ncolloquia\ncolobus\ncologne\ncolombia\ncolombian\ncolon\ncolonel\ncolonels\ncolonial\ncolonies\ncolonizers\ncolony\ncolor\ncolorado\ncolorants\ncolorectal\ncolored\ncolorful\ncoloring\ncolors\ncolorsplash\ncolossal\ncolouration\ncolourless\ncolourmovie\ncolts\ncolumbia\ncolumbus\ncolumn\ncolumnist\ncolumns\ncom\ncoma\ncomb\ncombat\ncombatant\ncombination\ncombinations\ncombine\ncombined\ncombines\ncombining\ncombo\ncombustible\ncombustibles\ncombustion\ncome\ncomedian\ncomedonal\ncomedy\ncomes\ncomet\ncomfort\ncomfortable\ncomfortably\ncomforter\ncomforting\ncomic\ncomics\ncoming\ncomix\ncomma\ncommand\ncommander\ncommanding\ncommandment\ncommandos\ncommands\ncommemorating\ncommenced\ncommencement\ncommences\ncomment\ncommentaries\ncommentary\ncommentator\ncommented\ncommenting\ncomments\ncommerce\ncommercial\ncommercialization\ncommercially\ncommissary\ncommission\ncommissioned\ncommissioner\ncommissioners\ncommissions\ncommissures\ncommitment\ncommitted\ncommittee\ncommittees\ncommitting\ncommodities\ncommodity\ncommon\ncommonality\ncommonest\ncommonly\ncommonwealth\ncommotion\ncommunal\ncommunicable\ncommunicate\ncommunicating\ncommunication\ncommunications\ncommunicator\ncommunio\ncommunion\ncommunis\ncommunism\ncommunist\ncommunists\ncommunities\ncommunity\ncommuter\ncommuters\ncomp\ncompact\ncompaction\ncompactness\ncompanies\ncompanion\ncompanions\ncompanionship\ncompany\ncomparable\ncomparably\ncomparative\ncomparatively\ncompare\ncompared\ncompares\ncomparing\ncomparison\ncomparisons\ncompartment\ncompass\ncompassion\ncompassionate\ncompatibility\ncompeers\ncompel\ncompelling\ncompensates\ncompensation\ncompensatory\ncompete\ncompetencies\ncompeting\ncompetition\ncompetitions\ncompetitive\ncompetitor\ncompilation\ncompiled\ncompiler\ncompiles\ncomplacent\ncomplained\ncomplaining\ncomplains\ncomplaint\ncomplaints\ncompleat\ncomplement\ncomplementary\ncomplemented\ncomplementing\ncomplements\ncomplete\ncompleted\ncompletely\ncompletes\ncompleting\ncompletion\ncomplex\ncomplexity\ncompliance\ncomplicated\ncomplication\ncomplications\ncompliment\ncomplimentary\ncomply\ncomponent\ncomponents\ncomposed\ncomposer\ncomposers\ncomposite\ncomposition\ncompositional\ncompost\ncompound\ncompounds\ncomprehension\ncomprehensive\ncomprehensives\ncompressed\ncompression\ncompressor\ncompressors\ncomprise\ncomprised\ncomprises\ncomprising\ncompromise\ncompromised\ncompromises\ncompulsive\ncomputable\ncomputation\ncomputational\ncompute\ncomputer\ncomputers\ncomputing\ncomrades\ncomradeship\ncon\nconation\nconcatenation\nconcealed\nconcealing\nconceded\nconceivable\nconceived\nconceiving\nconcentrate\nconcentrated\nconcentrates\nconcentration\nconcentrations\nconcentric\nconcept\nconception\nconcepts\nconceptual\nconceptualized\nconceptualizing\nconcern\nconcerned\nconcerning\nconcerns\nconcert\nconcerto\nconcertos\nconcerts\nconcise\nconclude\nconcluded\nconcludes\nconcluding\nconclusion\nconclusions\nconcourse\nconcrete\nconcubines\ncondemn\ncondemnatory\ncondemning\ncondemns\ncondensed\ncondenser\ncondiments\ncondition\nconditional\nconditionally\nconditioned\nconditioner\nconditioning\nconditions\ncondo\ncondoleezza\ncondom\ncondominium\ncondoms\nconduced\nconducive\nconduct\nconducted\nconducting\nconduction\nconductivity\nconductor\nconducts\nconduit\ncone\nconey\nconfabulations\nconfectioner\nconfederacy\nconfederation\nconference\nconferences\nconferencing\nconferred\nconfess\nconfetti\nconficker\nconfidence\nconfidential\nconfidently\nconfiged\nconfiguration\nconfigurations\nconfigurator\nconfigure\nconfigured\nconfined\nconfirm\nconfirmation\nconfirmed\nconfirming\nconfiscated\nconflict\nconflicting\nconflicts\nconfluence\nconform\nconformist\nconformity\nconforms\nconfront\nconfrontation\nconfronted\nconfronts\nconfused\nconfusion\ncong\ncongenital\ncongestion\ncongestive\ncongo\ncongregating\ncongregation\ncongregational\ncongregations\ncongress\ncongresses\ncongressman\ncongressmen\ncongruence\nconical\nconies\nconjecture\nconjugates\nconjugation\nconjunction\nconjunctivitis\nconjured\nconnect\nconnected\nconnecting\nconnection\nconnections\nconnective\nconnector\nconnects\nconnexion\nconnolly\nconnor\nconowingo\nconquer\nconquered\nconquering\nconqueror\nconquerors\nconquest\nconquests\nconquistadors\nconrad\nconscience\nconscious\nconsciousness\nconscription\nconscripts\nconsecutive\nconsensus\nconsent\nconsequence\nconsequences\nconsequent\nconsequential\nconsequently\nconservation\nconservationists\nconservative\nconservatives\nconsider\nconsiderable\nconsiderably\nconsideration\nconsiderations\nconsidered\nconsidering\nconsiders\nconsignment\nconsist\nconsisted\nconsistencies\nconsistency\nconsistent\nconsisting\nconsists\nconsole\nconsolidated\nconsolidation\nconsonant\nconsonants\nconsort\nconsortium\nconspicuous\nconspiracy\nconspirators\nconstable\nconstant\nconstantly\nconstellation\nconstipated\nconstipation\nconstituency\nconstituents\nconstitute\nconstituted\nconstitutes\nconstitution\nconstitutional\nconstitutionalist\nconstrained\nconstrains\nconstraint\nconstraints\nconstricted\nconstruct\nconstructed\nconstructing\nconstruction\nconstructions\nconstructive\nconstructor\nconstructs\nconsulates\nconsuls\nconsultant\nconsultation\nconsulted\nconsulting\nconsume\nconsumed\nconsumer\nconsumers\nconsuming\nconsumption\ncontact\ncontacting\ncontacts\ncontagion\ncontagious\ncontain\ncontained\ncontainer\ncontainers\ncontaining\ncontains\ncontaminants\ncontaminated\ncontamination\ncontemplating\ncontemplative\ncontemporaneity\ncontemporaneous\ncontemporaries\ncontemporary\ncontend\ncontending\ncontent\ncontented\ncontention\ncontentious\ncontents\ncontest\ncontestant\ncontestants\ncontests\ncontext\ncontexts\ncontextualization\ncontextualized\ncontiguous\ncontinent\ncontinental\ncontingent\ncontinuation\ncontinue\ncontinued\ncontinues\ncontinuing\ncontinuity\ncontinuous\ncontinuously\ncontinuum\ncontorted\ncontortions\ncontour\ncontraband\ncontract\ncontracted\ncontractility\ncontracting\ncontraction\ncontractions\ncontractors\ncontracts\ncontractual\ncontracture\ncontradictions\ncontralateral\ncontrast\ncontrasting\ncontrasts\ncontribute\ncontributed\ncontributes\ncontributing\ncontribution\ncontributions\ncontrol\ncontrolled\ncontroller\ncontrollers\ncontrolling\ncontrols\ncontroversial\ncontroversies\ncontroversy\nconvection\nconvene\nconvened\nconvenience\nconvenient\nconveniently\nconvent\nconvention\nconventional\nconventionally\nconventions\nconvergence\nconversation\nconversations\nconversion\nconvert\nconverted\nconverter\nconvertible\nconverting\nconverts\nconvex\nconvey\nconveyance\nconveyed\nconveying\nconveyor\nconvict\nconvicted\nconviction\nconvicts\nconvinced\nconvincing\nconvivial\nconvocation\nconvoy\nconvulsion\nconvulsions\ncooed\ncooing\ncook\ncookbook\ncooke\ncooked\ncooker\ncookie\ncookies\ncooking\ncooks\ncooktown\ncool\ncoolant\ncooled\ncooler\ncoolidge\ncoolies\ncooling\ncools\ncoon\ncooper\ncooperation\ncooperative\ncooperatively\ncooperatives\ncoopers\ncoordinates\ncoordinating\ncoordinators\ncoots\ncop\ncope\ncopeland\ncopenhagen\ncopes\ncopied\ncopies\ncopilot\ncopolymer\ncopper\ncoppices\ncoppola\ncops\ncopse\ncoptic\ncopy\ncopying\ncopyright\ncoquina\ncoral\ncoralli\ncorals\ncorbel\ncord\ncordgo\ncordoba\ncords\ncore\ncorea\ncorel\ncorella\ncores\ncoreth\ncorgis\ncork\ncorked\ncorkscrew\ncorm\ncormier\ncormorants\ncorn\ncornea\ncornelius\ncorneoretinal\ncorner\ncorners\ncornerstone\ncornish\ncornstarch\ncornucopia\ncorolla\ncorona\ncoronary\ncoroner\ncorp\ncorpora\ncorporal\ncorporate\ncorporation\ncorporations\ncorps\ncorpse\ncorpses\ncorpus\ncorpuscles\ncorrect\ncorrected\ncorrection\ncorrectly\ncorrelated\ncorrespond\ncorrespondence\ncorrespondent\ncorresponding\ncorresponds\ncorridor\ncorridors\ncorroded\ncorrosion\ncorrosive\ncorrupt\ncorrupted\ncorruption\ncortex\ncosmetic\ncosmetics\ncosmic\ncosmology\ncosmopolites\ncossacks\ncost\ncosta\ncosts\ncostumed\ncote\ncoterie\ncotta\ncottage\ncottes\ncotto\ncotton\ncottonseed\ncouch\ncough\ncoughing\ncould\ncouncil\ncouncillors\ncouncilor\ncouncils\ncounsel\ncounseling\ncounselling\ncounselors\ncount\ncountdown\ncounted\ncounter\ncounteract\ncounterbalanced\ncounterclockwise\ncounterfeit\ncounterparts\ncounties\ncountries\ncountry\ncountryside\ncounty\ncoup\ncoupe\ncouple\ncoupled\ncoupling\ncoupon\ncoupons\ncourage\ncourageous\ncourse\ncourses\ncourseware\ncoursework\ncourt\ncourtesy\ncourtiers\ncourting\ncourtroom\ncourts\ncourtyard\ncoushatta\ncousin\ncousins\ncouverture\ncoven\ncovenant\ncover\ncoverage\ncovered\ncovering\ncoverings\ncovers\ncovert\ncoveted\ncovey\ncow\ncowardice\ncowboy\ncowboys\ncowl\ncoworkers\ncowpea\ncowra\ncows\ncox\ncoyote\ncoyotes\ncozy\ncpu\ncr\ncrab\ncrabmeat\ncrabs\ncrack\ncracked\ncracker\ncrackers\ncracknell\ncracks\ncradle\ncraft\ncrafted\ncrafts\ncraftsman\ncraftsmen\ncraftsperson\ncrafty\ncraig\ncraigslist\ncrambe\ncrammed\ncramps\ncrams\ncranberries\ncranberry\ncrane\ncranes\ncranial\ncraniopharyngioma\ncrank\ncrankcase\ncranked\ncranking\ncranks\ncrap\ncrappie\ncrash\ncrashed\ncrashes\ncrate\ncrater\ncratered\ncraters\ncrates\ncrawl\ncrawled\ncrawling\ncrayons\ncrazies\ncraziness\ncrazy\ncrea\ncream\ncreamer\ncreams\ncreamy\ncrease\ncreased\ncreases\ncreate\ncreated\ncreates\ncreating\ncreation\ncreations\ncreative\ncreativity\ncreator\ncreators\ncreature\ncreatures\ncredential\ncredentialing\ncredentials\ncredibility\ncredible\ncredit\ncredited\ncreditor\ncreditors\ncredits\ncreek\ncreeks\ncreep\ncreeps\ncreepy\ncremated\ncrematory\ncrepe\ncrescent\ncrested\ncrests\ncretin\ncrevices\ncrew\ncrews\ncri\ncricket\ncricketers\ncricothyrotomy\ncried\ncries\ncrime\ncrimes\ncriminal\ncriminals\ncrises\ncrisis\ncrisp\ncrispy\ncriss\ncristianos\ncritchfield\ncriteria\ncritic\ncritical\ncriticised\ncriticising\ncriticism\ncriticisms\ncriticize\ncriticized\ncriticizes\ncriticizing\ncritics\ncritique\ncroat\ncroatia\ncrochet\ncrock\ncrocker\ncrockery\ncrocodile\ncrocodiles\ncroft\ncrop\ncropping\ncrops\ncrore\ncross\ncrossbow\ncrossbowmen\ncrossbows\ncrossed\ncrosses\ncrossing\ncrossover\ncrouch\ncrowbar\ncrowd\ncrowded\ncrowds\ncrown\ncrowning\ncrows\ncru\ncrucell\ncrucial\ncrucible\ncrucifixion\ncrude\ncruelty\ncruise\ncruiser\ncruisers\ncrumbling\ncrumbs\ncrunching\ncruris\ncrusaders\ncrush\ncrushed\ncrusher\ncrushing\ncrust\ncrutzen\ncrux\ncry\ncrybabies\ncrying\ncrypt\ncryptanalysts\ncryptic\ncryptographers\ncrystal\ncrystals\ncsc\ncset\ncss\ncsu\ncsv\nct\ncub\ncuba\ncuban\ncube\ncubes\ncubic\ncubs\ncuckoo\ncuddly\ncudgel\ncue\ncuff\ncuffs\ncuirassiers\ncuisine\nculex\nculinary\nculled\nculminating\nculprit\nculprits\ncult\ncultists\ncultivar\ncultivate\ncultivated\ncultivates\ncultivating\ncultivation\ncultivator\ncultural\nculture\ncultures\nculverts\ncum\ncumin\ncumulative\ncumulatively\ncunningham\ncup\ncupboard\ncupboards\ncupertino\ncupful\ncups\ncurate\ncuration\ncurators\ncurb\ncurbs\ncurbside\ncurd\ncure\ncured\ncurien\ncurious\ncurled\ncurler\ncurrencies\ncurrency\ncurrent\ncurrently\ncurrents\ncurricula\ncurriculum\ncurry\ncurs\ncursed\ncursor\ncursores\ncurtain\ncurtained\ncurvature\ncurve\ncurved\ncurves\ncurving\ncushion\ncushions\ncustodians\ncustody\ncustom\ncustomary\ncustomer\ncustomers\ncustomized\ncustoms\ncut\ncutaneous\ncute\ncutie\ncutler\ncutlery\ncuts\ncutter\ncutters\ncutting\ncyanide\ncyber\ncyberspace\ncyberspaces\ncycle\ncycles\ncyclin\ncycling\ncyclist\ncyclone\ncyclones\ncyclotron\ncylinder\ncylinders\ncylindrical\ncypress\ncyrillic\ncyrus\ncyst\ncysteamine\ncysts\ncytokinin\ncytoplasm\ncytosine\nczech\nd\nd1\nd3754\nda\ndab\ndabbling\ndaborne\ndacryoadenitis\ndad\ndada\ndads\ndagenham\ndagger\ndaggerboard\ndaily\ndaintily\ndairy\ndairying\ndairymen\ndakar\ndakota\ndali\ndalindyebo\ndallas\ndalmatian\ndaly\ndam\ndamage\ndamaged\ndamages\ndamaging\ndamascus\ndames\ndamnation\ndamp\ndampening\ndamper\ndams\ndamsons\ndan\ndance\ndanced\ndancehall\ndancer\ndancers\ndancing\ndandelion\ndandridge\ndandruff\ndanger\ndangerous\ndangerously\ndangers\ndangled\ndangling\ndaniel\ndanish\ndanny\ndanube\ndapple\ndarfur\ndaring\ndarius\ndarjeeling\ndark\ndarkened\ndarker\ndarkness\ndarkside\ndarmstadt\ndarn\ndarted\ndartmouth\ndarwin\ndarwinian\ndarya\ndash\ndashboard\ndashed\ndasher\ndashing\ndasyneura\ndata\ndatabase\ndatabases\ndataset\ndate\ndated\ndates\ndating\ndatura\ndaughter\ndaughters\ndavid\ndavidson\ndavies\ndavinci\ndawn\ndawson\nday\ndayofweek\ndays\ndazzled\ndb\ndbf\ndbi\ndbs\ndc\nde\ndead\ndeadbolt\ndeadline\ndeadlines\ndeadly\ndeal\ndealer\ndealers\ndealership\ndealing\ndeals\ndealt\ndeaminase\ndean\ndeans\ndear\ndeath\ndeathbed\ndeaths\ndebacle\ndebate\ndebated\ndebates\ndebris\ndebt\ndebtor\ndebtors\ndebts\ndebugger\ndebugging\ndebut\ndec\ndecade\ndecades\ndecanter\ndecanting\ndecapitated\ndecay\ndecaying\ndeceased\ndecedent\ndeceit\ndeceleration\ndecember\ndecent\ndecentralized\ndecibels\ndecide\ndecided\ndecidedly\ndecides\ndeciding\ndecision\ndecisions\ndecisive\ndeck\ndecked\ndecking\ndeclaration\ndeclarative\ndeclare\ndeclared\ndeclares\ndeclaring\ndecline\ndeclines\ndeclining\ndecoder\ndecommissioned\ndecomposed\ndecomposing\ndecomposition\ndecorated\ndecorating\ndecoration\ndecorations\ndecorative\ndecoy\ndecoys\ndecrease\ndecreased\ndecreasing\ndecree\ndecreed\ndecryption\ndecubitus\ndedicated\ndedication\ndee\ndeed\ndeeded\ndeeds\ndeemed\ndeep\ndeeper\ndeepest\ndeeply\ndeer\ndeers\ndef\ndefaced\ndefamation\ndefamatory\ndefeat\ndefeated\ndefeats\ndefect\ndefective\ndefects\ndefend\ndefendant\ndefendants\ndefended\ndefender\ndefending\ndefense\ndefensible\ndefensive\ndefiance\ndeficiencies\ndeficiency\ndeficient\ndeficit\ndeficits\ndefied\ndefile\ndefine\ndefined\ndefines\ndefining\ndefinitely\ndefinition\ndefinitively\ndeflections\ndeflector\ndefocus\ndefoliation\ndeforestation\ndeformation\ndeformity\ndefra\ndefrost\ndeft\ndefunct\ndegenerated\ndegenerative\ndegradation\ndegrade\ndegree\ndegrees\ndehestan\ndehumanization\ndehydrated\ndehydration\ndehydrator\ndeiced\ndel\ndelarge\ndelaware\ndelay\ndelayed\ndelaying\ndelays\ndelecious\ndelecta\ndelegates\ndelegation\ndelegations\ndelete\ndeleted\ndeleveraging\ndelft\ndelhi\ndeliberately\ndeliberations\ndelicacy\ndelicate\ndelicious\ndelight\ndelightful\ndelighting\ndelilah\ndelineation\ndelinquent\ndelinquents\ndeliver\ndeliverables\ndeliverance\ndelivered\ndeliveries\ndelivering\ndelivers\ndelivery\ndell\ndelta\ndeltas\ndeluge\ndelusional\ndelusions\ndelve\ndem\ndemagnetization\ndemand\ndemanding\ndemands\ndemerol\ndemineralization\ndemise\ndemo\ndemocracy\ndemocrat\ndemocratic\ndemocratization\ndemocrats\ndemographic\ndemolished\ndemolition\ndemon\ndemoniacal\ndemons\ndemonstrate\ndemonstrated\ndemonstrates\ndemonstrating\ndemonstration\ndemonstrator\ndemonstrators\ndempseys\ndemurrage\nden\ndenali\ndendrites\ndengue\ndenia\ndenied\ndenies\ndenim\ndenmark\ndenominations\ndenote\ndenoted\ndenotes\ndenoting\ndenounced\ndense\ndenser\ndensities\ndensity\ndental\ndentate\ndentin\ndentist\ndentistry\ndentists\ndenver\ndeny\ndenying\ndepart\ndeparted\ndeparting\ndepartment\ndepartments\ndeparts\ndeparture\ndepend\ndependant\ndependence\ndependencies\ndependent\ndepending\ndepends\ndepict\ndepicted\ndepicting\ndepiction\ndepictions\ndepicts\ndepilated\ndepleted\ndeploy\ndeployed\ndeployment\ndepo\ndeported\ndepose\ndeposit\ndeposited\ndeposition\ndeposits\ndepot\ndepreciation\ndepressed\ndepression\ndepressions\ndeprivation\ndeprives\ndepth\ndepths\ndeputy\nder\nderailment\nderbyshire\nderegulation\nderision\nderivation\nderivatives\nderive\nderived\nderives\nderiving\ndermatitis\ndermatologist\ndermatophytes\ndermis\ndernier\nderyck\ndes\ndesalination\ndescend\ndescendant\ndescendants\ndescended\ndescending\ndescends\ndescent\ndescents\ndescribe\ndescribed\ndescribes\ndescribing\ndescription\ndescriptions\ndescriptor\ndesert\ndeserves\ndeserving\ndesign\ndesignated\ndesigned\ndesigner\ndesigners\ndesigns\ndesire\ndesired\ndesires\ndesirous\ndesk\ndesmogleins\ndespair\ndesperados\ndesperate\ndesperation\ndespised\ndespite\ndessert\ndesserts\ndestination\ndestinations\ndestined\ndestiny\ndestrcution\ndestroy\ndestroyed\ndestroying\ndestruction\ndesulphurization\ndetaches\ndetaching\ndetachment\ndetail\ndetailed\ndetailing\ndetails\ndetained\ndetainee\ndetainees\ndetect\ndetected\ndetection\ndetective\ndetectives\ndetector\ndetention\ndetergents\ndeteriorate\ndeteriorated\ndeterioration\ndeterminant\ndetermination\ndetermine\ndetermined\ndetermines\ndetermining\ndeterminism\ndeterrents\ndetonation\ndetonator\ndetour\ndetoured\ndetroit\ndeuterium\ndeutsche\ndeva\ndevastate\ndevastated\ndevastating\ndevastation\ndevastations\ndevelop\ndeveloped\ndeveloper\ndeveloping\ndevelopment\ndevelopmental\ndevelopments\ndevelops\ndeviate\ndeviations\ndevice\ndevices\ndevil\ndevised\ndevision\ndevolution\ndevolved\ndevon\ndevonport\ndevote\ndevoted\ndevotes\ndevotion\ndevouring\ndextrose\ndhaka\ndhanya\ndharan\ndhari\ndiabetes\ndiabetic\ndiabetics\ndiacetate\ndiagenetic\ndiagnosed\ndiagnoses\ndiagnosis\ndiagnostic\ndiagonally\ndiagram\ndiagrams\ndiahann\ndial\ndialect\ndialectal\ndialectic\ndialects\ndialog\ndialogue\ndialogues\ndialysate\ndiamandouros\ndiameter\ndiamond\ndiamonds\ndiane\ndianetics\ndiaphragm\ndiapir\ndiaries\ndiarrhea\ndiarrhoea\ndiaspora\ndiat\ndiatom\ndiatoms\ndiaz\ndiced\ndichlorobenzene\ndick\ndickens\ndictator\ndictators\ndictionaries\ndictionary\ndid\ndidactic\ndie\ndied\ndiener\ndies\ndiesel\ndiet\ndietary\ndieters\ndiets\ndiffer\ndifference\ndifferences\ndifferent\ndifferentiating\ndifferently\ndiffering\ndifficult\ndifficulties\ndifficulty\ndiffie\ndiffing\ndiffuse\ndiffusers\ndiffusion\ndifusing\ndig\ndigest\ndigested\ndigestion\ndigestive\ndigging\ndigit\ndigital\ndigitally\ndigits\ndignity\ndigraph\ndigressions\ndigs\ndiii\ndike\ndilatation\ndilations\ndilator\ndilemma\ndilemmas\ndilip\ndillon\ndim\ndimcho\ndimension\ndimensional\ndimensions\ndiminished\ndiminishing\ndiminutive\ndimitrios\ndimly\ndimotiki\ndine\ndiner\ndiners\nding\ndinghy\ndining\ndinner\ndinnertime\ndinosaur\ndinosaurs\ndiocesan\ndioceses\ndiode\ndioxide\ndioxides\ndip\ndiploma\ndiplomacy\ndiplomas\ndiplomatic\ndiplomats\ndipole\ndipoles\ndipped\ndipper\ndipping\ndips\ndire\ndirect\ndirected\ndirecting\ndirection\ndirections\ndirective\ndirectives\ndirectivity\ndirectly\ndirector\ndirectorate\ndirectories\ndirectors\ndirectory\ndirt\ndirty\ndisabilities\ndisability\ndisabled\ndisabling\ndisaggregation\ndisagreement\ndisappeared\ndisappears\ndisappointed\ndisappointment\ndisapproves\ndisarray\ndisassembler\ndisaster\ndisasters\ndisastrous\ndisc\ndiscarded\ndiscern\ndiscernible\ndiscernment\ndischarge\ndischarged\ndischarges\ndisciple\ndisciples\ndisciplinary\ndiscipline\ndisciplines\ndisclosed\ndisclosure\ndiscoloration\ndiscolored\ndiscolouration\ndiscomfort\ndisconcerting\ndisconnect\ndiscontent\ndiscontented\ndiscount\ndiscourage\ndiscourse\ndiscover\ndiscovered\ndiscoverer\ndiscoveries\ndiscovering\ndiscovers\ndiscovery\ndiscrepancies\ndiscrete\ndiscretely\ndiscriminating\ndiscrimination\ndiscs\ndiscursive\ndiscuss\ndiscussed\ndiscusses\ndiscussing\ndiscussion\ndiscussions\ndiscworld\ndisease\ndiseased\ndiseases\ndisfigured\ndisguise\ndisgusting\ndish\ndishes\ndishwasher\ndisinfectant\ndisinfection\ndisintegrants\ndisintegrating\ndisk\ndisks\ndismal\ndismembered\ndismissed\ndismounted\ndisney\ndisorder\ndisorderly\ndisorders\ndisorientation\ndisparate\ndisparity\ndispense\ndispenser\ndispensing\ndisperse\ndispersed\ndispersion\ndisplaced\ndisplacement\ndisplay\ndisplayed\ndisplaying\ndisplays\ndispleasure\ndisposable\ndisposal\ndisposed\ndisposes\ndisposition\ndisputation\ndispute\ndisquieting\ndisregarded\ndisrepair\ndisrupting\ndisruption\ndissapeared\ndissatisfaction\ndissatisfactions\ndissect\ndissemination\ndisseminator\ndissenting\ndissertation\ndissertations\ndissidents\ndissimulation\ndissipated\ndissociation\ndissolution\ndissolved\ndissolving\ndissonance\ndistal\ndistally\ndistance\ndistant\ndistension\ndistention\ndistill\ndistillate\ndistillates\ndistillation\ndistilled\ndistilleries\ndistillery\ndistinct\ndistinction\ndistinctions\ndistinctive\ndistinguished\ndistinguishing\ndistorted\ndistortion\ndistract\ndistraction\ndistraught\ndistress\ndistressed\ndistribute\ndistributed\ndistributes\ndistribution\ndistributions\ndistributor\ndistributors\ndistrict\ndistricts\ndisturbance\ndisturbances\ndisturbed\ndisturbing\ndisuse\nditch\nditched\nditches\nditto\ndiurnal\ndive\ndived\ndivers\ndiverse\ndiversification\ndiversified\ndiversion\ndiversions\ndiversity\ndiverted\ndiverticulitis\ndivide\ndivided\ndividend\ndividends\ndividing\ndivination\ndivine\ndiving\ndivision\ndivisions\ndivorce\ndivorces\ndixie\ndiy\ndiyarbakir\ndizziness\ndl\ndmitri\ndna\ndnevnik\ndo\ndoc\ndocking\ndoctor\ndoctoral\ndoctorow\ndoctors\ndoctrine\ndocument\ndocumentaries\ndocumentary\ndocumentation\ndocumented\ndocumenting\ndocuments\ndod\ndodonian\ndoe\ndoes\ndog\ndogs\ndoing\ndoj\ndole\ndolf\ndoll\ndollar\ndollars\ndolly\ndolores\ndolph\ndolphin\ndolphins\ndomain\ndome\ndomed\ndomestic\ndomesticated\ndominance\ndominant\ndominate\ndominated\ndominating\ndomination\ndominic\ndominicans\ndominions\ndominoes\ndonald\ndonate\ndonated\ndonating\ndonations\ndone\ndong\ndongfeng\ndongtan\ndonjon\ndonkey\ndonkeys\ndonna\ndonor\ndonors\ndonovan\ndont\ndoogie\ndoom\ndoomed\ndoor\ndoorbell\ndoors\ndoorstep\ndoorway\ndopamine\ndopaminergic\ndope\ndoping\ndorm\ndormant\ndormitory\ndorothy\ndorrit\ndorsal\ndos\ndosage\ndose\ndoses\ndoss\ndossier\ndots\ndotted\ndotterel\ndotting\ndoty\ndouble\ndoubt\ndoubts\ndough\ndoughnut\ndouglas\ndoukissis\ndove\ndover\ndoves\ndovetailer\ndow\ndowd\ndowel\ndown\ndowned\ndownflow\ndownhill\ndowniness\ndownload\ndownplayed\ndownside\ndownstairs\ndownstream\ndowntown\ndownturn\ndownward\ndoylt\ndozen\ndozens\ndpa\ndr\ndrab\ndraconian\ndraft\ndrafted\ndraftee\ndrafts\ndrag\ndraged\ndrager\ndragged\ndragging\ndragon\ndragonmaw\ndragons\ndragoons\ndragpa\ndrags\ndrain\ndrainage\ndrained\ndraining\ndrains\ndrama\ndramas\ndramatic\ndramatically\ndramatize\ndrank\ndrape\ndrapes\ndrastically\ndraught\ndraughtsman\ndraw\ndrawer\ndrawers\ndrawing\ndrawings\ndrawn\ndraws\ndray\ndreaded\ndreadful\ndream\ndreamed\ndreams\ndreamy\ndreary\ndredger\ndregs\ndress\ndressed\ndresser\ndressers\ndresses\ndressings\ndresss\ndreux\ndrew\ndrexler\ndribble\ndribbler\ndried\ndrift\ndrifted\ndrifting\ndrill\ndrilled\ndrilling\ndrink\ndrinking\ndrinks\ndripper\ndripping\ndrippings\ndrive\ndriven\ndriver\ndrivers\ndrives\ndriving\ndrizzled\ndrizzling\ndrone\ndrop\ndroplets\ndropped\ndropping\ndrops\ndropshipping\ndrought\ndroughts\ndrove\ndrown\ndrowning\ndroxyapatite\ndrug\ndruggist\ndrugs\ndruidic\ndrum\ndrummers\ndrumming\ndrums\ndrunk\ndrunken\ndrunkenly\ndrunkenness\ndrury\ndry\ndryer\ndrying\ndryness\nds\ndsgs\ndtap\ndu\ndual\ndubai\ndublin\nduck\nduckling\nducklings\nducks\nduct\nductile\nducts\ndudley\ndue\nduel\ndues\nduesberg\nduffel\ndug\nduke\ndukes\ndulce\ndulcet\ndulche\ndulcimer\ndulcimers\ndule\nduly\ndumbing\ndumfries\ndump\ndumped\ndumping\ndumpster\nduncan\ndunes\ndung\ndungeon\ndunlap\ndunno\nduo\nduodenum\ndup\nduplicate\nduplication\ndura\ndurability\ndurable\ndurand\nduration\ndurham\nduring\ndust\ndustbin\ndustin\ndutch\nduties\ndutifully\nduty\nduval\ndvc\ndvd\ndwarf\ndwarves\ndwellers\ndwelling\ndwells\ndwindled\ndx\ndye\ndyed\ndyestuffs\ndying\ndyna\ndynamic\ndynamics\ndynamite\ndynasty\ndysmenorrhea\ndyspareunia\ndysrhythmias\ndystrophies\ndziekanski\ne\nea\neach\neachother\neads\neager\neagerly\neagle\neagles\neaie\near\nearl\nearlier\nearliest\nearlobe\nearly\nearn\nearnest\nearning\nearphone\nearphones\nearplugs\nearrings\nears\nearth\nearthly\nearthmoving\nearthquake\nearthquakes\nearthworm\nearthworms\nearwig\nease\neased\neases\neasier\neasiest\neasily\neast\neastbound\neastern\neastward\neastwood\neasy\neat\neaten\neaters\neating\neats\nebay\neboy\neccentrics\necclesiastical\nechellette\necho\nechocardiography\nechoing\necity\neclipse\neco\necologic\necological\necologically\necology\neconomic\neconomical\neconomically\neconomicdevelopment\neconomics\neconomies\neconomist\neconomists\neconomy\necophilosophy\necosystem\necotec\necstasy\necuador\necuadoran\neczema\ned\nedema\neden\nedge\nedged\nedges\nedinburgh\nedited\nediting\nedition\neditions\neditor\neditorial\neditors\nedmund\nedmundo\nedne\nedric\neducate\neducated\neducation\neducational\neducators\nedulis\nedward\nedwin\neeg\neels\neerie\nefcc\neffect\neffective\neffectively\neffectiveness\neffects\nefferent\neffete\nefficacy\nefficiencies\nefficiency\nefficient\nefficiently\neffluent\neffort\neffortlessly\nefforts\negaleo\negg\neggers\neggs\negrets\negypt\negyptian\neichmann\neider\neight\neighteen\neighteenth\neighth\neights\neighty\neinstein\neirie\neirin\neitel\neither\nejected\neke\nel\nelaborate\nelan\nelastic\nelasticity\nelastin\nelation\nelbow\nelder\nelderberry\nelderly\nelders\neleanor\nelecom\nelected\nelection\nelections\nelector\nelectoral\nelectorate\nelectors\nelectric\nelectrical\nelectrically\nelectrician\nelectricians\nelectricity\nelectrify\nelectro\nelectrochemical\nelectroconvulsive\nelectrocuted\nelectrode\nelectrodes\nelectrolysis\nelectrolyze\nelectromagnet\nelectromagnetic\nelectromagnets\nelectromechanical\nelectron\nelectronic\nelectronically\nelectronics\nelectrons\nelectroscope\nelectrostatic\nelectrostatically\nelegant\nelegantly\nelement\nelementary\nelements\nelena\nelephant\nelephantopin\nelephants\nelevated\nelevation\nelevations\nelevator\nelevators\neleven\neleventh\nelicitation\neliciting\neligibility\neligible\neliminates\neliminating\nelimination\nelite\nelizabeth\nelizabethan\nellipsoid\nelliptical\nellis\nelm\neloquent\neloquently\nelse\nelsewhere\nelsinore\neluded\nelusive\nelven\nelves\nem\nemail\nemails\nemanated\nemanates\nembargo\nembarrassed\nembarrassing\nembarrassment\nembassies\nembassy\nembedded\nembellished\nember\nembers\nemblem\nembodiment\nembraced\nembracing\nembroidered\nembryo\nembryonic\nembuggerance\nemc\nemea\nemendation\nemerald\nemerge\nemerged\nemergency\nemergent\nemerges\nemerging\nemeritus\nemerson\nemigrants\nemigration\nemily\nemission\nemissions\nemit\nemiting\nemits\nemitted\nemitter\nemitting\nemmaus\nemotion\nemotional\nemotionally\nemotions\nemotive\nempathy\nemperor\nemperors\nemphasis\nemphasised\nemphasized\nemphasizing\nempire\nempires\nemploy\nemployed\nemployee\nemployees\nemployer\nemployers\nemployment\nemploys\nempress\nemptied\nempty\nempyrean\nems\nemulator\nen\nenable\nenabled\nenables\nenabling\nenacted\nenamel\nencapsulate\nencapsulating\nencarta\nencasing\nenchondroma\nencircled\nencircling\nenclosed\nencloses\nenclosure\nencoded\nencompassing\nencore\nencounter\nencountered\nencounters\nencourage\nencouraged\nencouragement\nencourages\nencouraging\nencroaching\nencrypt\nencryption\nencyclopedia\nend\nendamoeba\nendangered\nendeavoring\nendeavors\nended\nendfire\nending\nendless\nendocrine\nendodermal\nendogastric\nendogenous\nendometriosis\nendometrium\nendorse\nendorsed\nendothelial\nendowment\nends\nendurance\nendure\nendzone\nenemies\nenemy\nenergetic\nenergetics\nenergies\nenergized\nenergy\nenfeoffing\nenfolded\nenforced\nenforcement\nenforcing\nengage\nengaged\nengagement\nengages\nengaging\nengine\nengineer\nengineered\nengineering\nengineers\nengines\nengland\nenglish\nengorged\nengraved\nengrossed\nengulfed\nengulfment\nenhance\nenhanced\nenhances\nenigma\nenigmatic\nenjoy\nenjoyable\nenjoyed\nenjoying\nenjoyment\nenjoys\nenlarged\nenlargement\nenlarges\nenlarging\nenlighten\nenlisted\nenormous\nenough\nenquire\nenr\nenriched\nenriching\nenrichment\nenrobing\nenrolled\nenron\nensconced\nensemble\nensembles\nenshrined\nensign\nenslaved\nenso\nensued\nensuing\nensure\nensures\nensuring\nentailed\nentails\nentangled\nenter\nentered\nenteric\nentering\nenterprise\nenters\nentertained\nentertainer\nentertainment\nenthralled\nenthusiast\nenthusiastically\nenthusiasts\nentice\nentire\nentirely\nentitled\nentitlements\nentity\nentrails\nentrance\nentrances\nentrapments\nentrees\nentrepreneur\nentrepreneurs\nentrepreneurship\nentries\nentry\nenvelope\nenvelopes\nenveloping\nenvironment\nenvironmental\nenvironmentalist\nenvironmentalists\nenvironmentally\nenvisions\nenvoy\nenzyme\nenzymes\neosinophilia\nepaulette\nephesus\nepic\nepicondylitis\nepicurean\nepidemic\nepidemiological\nepidermal\nepidermis\nepifriedelinol\nepigraphs\nepiscopal\nepisode\nepisodes\nepistemology\nepistles\nepithelia\nepithelium\nepitomizes\nepoch\nepochs\nepogen\neponymous\nepq\nepstein\neq\nequal\nequality\nequalization\nequally\nequals\nequations\nequator\nequilibrated\nequilibrium\nequimolar\nequip\nequipment\nequipped\nequity\nequivalent\nequivocal\ner\nera\neras\nerase\nerected\nergonomical\nergonomically\neric\nerikson\nermine\nernst\neroded\nerosion\nerpenbach\nerrands\nerratic\nerratically\nerroneous\nerroneously\nerror\nerrors\nerst\nerstwhile\nerupted\nerupting\neruption\neruptions\nerupts\nerythrocyte\nes\nescalated\nescalating\nescap\nescape\nescaped\nescapee\nescapement\nescaping\nescargotoire\neschatological\nescomel\nescorted\nescorts\nesenin\nesophagus\nesotericism\nespecially\nespino\nespinoza\nespresso\nesprit\nesquire\nessay\nessays\nessence\nessential\nessentially\nessex\nestablish\nestablished\nestablishes\nestablishing\nestablishment\nestablishments\nestate\nesteem\nestimate\nestimated\nestimates\nestimating\nestrada\nestranged\nestrogen\nestrogens\nestuary\net\netc\netching\neternal\neternity\nethanol\nether\nethernet\nethic\nethical\nethics\nethiopian\nethmoid\nethnic\nethnographic\nethnological\netienne\neto\netr\netruscan\neu\neucalyptus\neucharist\neufor\neugene\neulito\neupalinos\neurasia\neurasian\neuro\neurope\neuropean\neuropeans\neuros\neuthanasia\nev1\nevacuate\nevacuated\nevacuation\nevacuees\nevaluate\nevaluated\nevaluates\nevaluating\nevaluation\nevaluations\nevaluator\nevaluators\nevangelical\nevangelist\nevangelistic\nevans\nevaporate\nevaporated\nevaporating\nevaporation\nevaporator\nevaporators\neve\neven\nevening\nevenly\nevent\nevents\neventual\neventually\never\neverest\neverton\nevery\neverybody\neveryday\neveryone\neverything\neverywhere\nevidence\nevidenced\nevident\nevidently\nevil\nevils\nevinces\nevocative\nevoked\nevokes\nevolution\nevolutionary\nevolve\nevolved\newan\newer\newes\nex\nexacerbated\nexact\nexactly\nexaggerated\nexaggeration\nexaltation\nexalting\nexam\nexamination\nexamine\nexamined\nexaminer\nexamines\nexamining\nexample\nexamples\nexams\nexcavated\nexcavating\nexcavations\nexceed\nexcel\nexcellence\nexcellent\nexcept\nexcepting\nexception\nexceptional\nexceptionally\nexceptions\nexcerpt\nexcerpts\nexcersise\nexcess\nexcessive\nexchange\nexchanged\nexchanger\nexchanges\nexcitation\nexcited\nexcitement\nexciting\nexcitonic\nexcitons\nexcluded\nexcluding\nexclusion\nexclusive\nexclusively\nexclusivity\nexcrement\nexcubitors\nexcursion\nexcursions\nexcuse\nexe\nexecutable\nexecute\nexecuted\nexecuting\nexecution\nexecutioners\nexecutions\nexecutive\nexecutives\nexelon\nexemplifies\nexemption\nexercise\nexercised\nexercises\nexercising\nexeretonevra\nexertion\nexhaust\nexhaustion\nexhaustively\nexhibit\nexhibited\nexhibition\nexhibitions\nexhibitors\nexhibits\nexhumed\nexile\nexist\nexisted\nexistence\nexisting\nexists\nexit\nexiting\nexoskeleton\nexotic\nexpand\nexpanded\nexpanding\nexpansion\nexpansionist\nexpansions\nexpansiveness\nexpatriate\nexpect\nexpectancy\nexpectation\nexpectations\nexpected\nexpecting\nexpects\nexpend\nexpenditure\nexpenditures\nexpense\nexpenses\nexpensive\nexpensively\nexperience\nexperienced\nexperiences\nexperiencing\nexperiment\nexperimental\nexperimentally\nexperimentation\nexperimenter\nexperimenters\nexperiments\nexpert\nexpertise\nexpertly\nexperts\nexpired\nexplain\nexplained\nexplaining\nexplains\nexplanation\nexplanations\nexplicitly\nexplode\nexploded\nexplodes\nexploding\nexploitation\nexploited\nexploiting\nexploits\nexploration\nexplorations\nexploratory\nexplore\nexplored\nexplorer\nexplorers\nexplores\nexploring\nexplosion\nexplosions\nexplosive\nexplosives\nexponent\nexport\nexported\nexporter\nexporting\nexports\nexpose\nexposed\nexposing\nexposure\nexposures\nexpress\nexpressed\nexpresses\nexpressing\nexpression\nexpressionist\nexpressions\nexpressive\nexpulsion\nexquisite\nextant\nextend\nextended\nextending\nextends\nextensible\nextension\nextensive\nextensively\nextensor\nextensors\nextent\nexterior\nexterminated\nexternal\nexternality\nexternally\nextinct\nextinction\nextinguishers\nextra\nextract\nextractant\nextracted\nextracting\nextraction\nextraordinary\nextrapolation\nextraterrestrial\nextravagant\nextreme\nextremely\nextremes\nextremism\nextremist\nextremists\nextremities\nextrinsic\nextruded\nextrusion\nexudation\nexudative\nexxon\neye\neyeball\neyebrow\neyebrows\neyed\neyehole\neyelashes\neyelets\neyelid\neyelids\neyes\neyesight\neyestrain\neyestrap\neyewitness\neyrar\neysenck\nf\nfaa\nfabirc\nfable\nfabric\nfabricated\nfabricates\nfabrics\nfabs\nfabulous\nfacade\nfacades\nface\nfacebook\nfaced\nfaceless\nfacemasks\nfaces\nfacial\nfacials\nfacilitate\nfacilitated\nfacilitates\nfacilitating\nfacilitator\nfacilities\nfacility\nfacing\nfact\nfaction\nfactions\nfactor\nfactories\nfactors\nfactory\nfacts\nfactual\nfaculty\nfad\nfaded\nfades\nfagin\nfahd\nfahrenheit\nfail\nfailed\nfails\nfailure\nfailures\nfaint\nfainted\nfaintest\nfainting\nfair\nfairies\nfairly\nfairness\nfairplex\nfairs\nfairy\nfaith\nfaithful\nfaithfulness\nfaiths\nfake\nfalcon\nfalconer\nfalconers\nfall\nfallacies\nfallen\nfalling\nfallings\nfallout\nfallow\nfalls\nfalmouth\nfalse\nfalsely\nfalsification\nfalstaff\nfame\nfamed\nfamiliar\nfamilies\nfamily\nfamine\nfamished\nfamous\nfamously\nfan\nfanatical\nfancier\nfang\nfans\nfantasies\nfantastic\nfantasy\nfar\nfarallones\nfare\nfared\nfargo\nfarm\nfarmed\nfarmer\nfarmers\nfarmhouse\nfarminc\nfarming\nfarmland\nfarmlands\nfarms\nfarmyard\nfarragut\nfarrow\nfarrowing\nfarther\nfasciculi\nfascinating\nfasds\nfashion\nfashionable\nfashioned\nfast\nfastener\nfasteners\nfastening\nfaster\nfastest\nfat\nfat12\nfatal\nfatalities\nfatality\nfate\nfateful\nfather\nfathom\nfatigue\nfats\nfatty\nfault\nfaults\nfauna\nfaustian\nfaux\nfavio\nfavor\nfavorable\nfavored\nfavoring\nfavorite\nfavorites\nfavourable\nfax\nfaxing\nfazed\nfb\nfbi\nfcc\nfear\nfeared\nfearful\nfears\nfearsome\nfeasibility\nfeast\nfeasted\nfeat\nfeather\nfeathers\nfeature\nfeatured\nfeatures\nfeaturing\nfebrile\nfebruary\nfecal\nfed\nfeder\nfederal\nfederally\nfederation\nfee\nfeed\nfeedback\nfeeder\nfeeding\nfeeds\nfeel\nfeeling\nfeelings\nfeels\nfees\nfeet\nfein\nfell\nfellow\nfellows\nfellowship\nfellowships\nfelony\nfelt\nfemale\nfemales\nfeminine\nfeminist\nfemora\nfemoris\nfence\nfenced\nfend\nfender\nfenestration\nfentermine\nfermentation\nfermented\nfermenting\nferns\nferret\nferrets\nferries\nferrino\nferritic\nferroelectric\nferry\nfertile\nfertility\nfertilityuk\nfertilizer\nfestival\nfestivals\nfestive\nfetal\nfetch\nfetched\nfeted\nfetid\nfetish\nfetus\nfeudal\nfever\nfeverishly\nfevers\nfeviquick\nfew\nfewer\nfhm\nfi\nfiance\nfiancee\nfiasco\nfiber\nfiberglass\nfibers\nfibroblasts\nfibroids\nfiction\nfictional\nfiddle\nfiddled\nfiddler\nfidel\nfield\nfielded\nfields\nfierce\nfiery\nfifa\nfifteen\nfifteenth\nfifth\nfifths\nfifties\nfifty\nfig\nfight\nfighter\nfighters\nfighting\nfights\nfigs\nfigurative\nfigure\nfigured\nfigures\nfigurine\nfigurines\nfiji\nfijian\nfilament\nfile\nfiled\nfilename\nfilers\nfiles\nfilesharing\nfiligreed\nfiling\nfilippo\nfill\nfilled\nfiller\nfillers\nfillet\nfilling\nfills\nfilm\nfilmed\nfilming\nfilmmaker\nfilmmakers\nfilms\nfilter\nfiltered\nfiltering\nfilters\nfilth\nfilthy\nfiltrate\nfiltration\nfinal\nfinalist\nfinalists\nfinally\nfinals\nfinance\nfinances\nfinancial\nfinanciers\nfinancing\nfinches\nfind\nfinding\nfindings\nfinds\nfine\nfinely\nfines\nfinest\nfinger\nfingerling\nfingerlings\nfingernail\nfingerprint\nfingerprints\nfingers\nfingertips\nfinish\nfinished\nfinishes\nfinishing\nfinite\nfinland\nfinley\nfinn\nfinnish\nfins\nfir\nfira\nfire\nfirearm\nfirearms\nfireball\nfirebomb\nfired\nfirefighter\nfirefighters\nfirefighting\nfirehouse\nfireman\nfireplace\nfireplaces\nfires\nfireweed\nfirewood\nfireworks\nfiring\nfirkin\nfirm\nfirmly\nfirms\nfirst\nfirsthand\nfirth\nfiscal\nfischler\nfiscus\nfish\nfished\nfisher\nfisheries\nfisherman\nfishermen\nfishes\nfishing\nfissure\nfistful\nfit\nfits\nfitted\nfitter\nfitting\nfittings\nfive\nfives\nfix\nfixation\nfixations\nfixed\nfixing\nfizzy\nflag\nflagpole\nflags\nflagship\nflakeboard\nflaky\nflame\nflamenco\nflames\nflaming\nflamingo\nflamingos\nflammable\nflange\nflanged\nflank\nflanking\nflanks\nflannery\nflap\nflapper\nflapping\nflaps\nflare\nflares\nflash\nflashback\nflashbacks\nflashes\nflashing\nflashlight\nflashlights\nflask\nflat\nflatbed\nflats\nflattened\nflattens\nflatulent\nflatware\nflavonoids\nflavor\nflavoring\nflavors\nflaw\nflawed\nflaws\nflax\nflea\nfleas\nfled\nfledgling\nfleece\nfleeing\nflees\nfleet\nflemish\nflesh\nfleshed\nfleshes\nfleshy\nflettner\nflew\nflex\nflexed\nflexibility\nflexible\nflexure\nflicker\nflickering\nflickr\nflies\nflight\nflights\nflimsy\nflinch\nflinched\nfling\nflink\nflint\nflip\nflipper\nflippers\nfloat\nfloating\nfloats\nflock\nflocking\nflocks\nfloes\nflog\nflood\nflooded\nflooding\nfloodlights\nfloods\nfloodwaters\nfloor\nfloorboard\nfloors\nflop\nflopped\nfloppies\nflopping\nflora\nfloral\nflorence\nflorid\nflorida\nflotilla\nflour\nflourish\nflourished\nflourishes\nflours\nflow\nflowed\nflower\nflowering\nflowers\nflowing\nflown\nflows\nflu\nfluctuations\nflue\nfluero\nfluff\nfluffy\nfluid\nfluidized\nfluids\nflukes\nflume\nflung\nfluorescence\nfluorescent\nfluorite\nflurry\nflush\nflushed\nflushing\nflutes\nfluther\nflux\nflx\nfly\nflyer\nflyers\nflying\nfm\nfoam\nfocal\nfocus\nfocused\nfocuses\nfocusing\nfodder\nfoe\nfoes\nfog\nfoil\nfoiled\nfolate\nfold\nfolded\nfolder\nfolders\nfolds\nfolk\nfolkloric\nfolks\nfolksingers\nfolktales\nfollicles\nfollow\nfollowed\nfollower\nfollowers\nfollowing\nfollows\nfondly\nfontanelle\nfontinalis\nfood\nfoodborne\nfoods\nfool\nfoot\nfootage\nfootball\nfootballer\nfootballers\nfoothills\nfootmen\nfootnote\nfootnotes\nfootprint\nfootrest\nfootsteps\nfootwear\nfor\nforage\nforaging\nforbearance\nforbidding\nforce\nforced\nforceps\nforces\nforcibly\nforcing\nford\nfore\nforearm\nforebrain\nforecasting\nforecasts\nforeclosed\nforeclosure\nforeclosures\nforefingers\nforeground\nforeign\nforemast\nforemost\nforensics\nforepaw\nforesail\nforeseen\nforeshores\nforest\nforestry\nforests\nforever\nforge\nforged\nforgeries\nforgery\nforget\nforgiveness\nforgot\nforgotten\nfork\nforked\nforkful\nforklift\nform\nforma\nformal\nformalism\nformally\nformat\nformation\nformations\nformats\nformatted\nformed\nformer\nformerly\nformic\nformidable\nforming\nformosan\nforms\nformula\nformulated\nformulations\nforsythia\nfort\nforth\nforthcoming\nfortifications\nfortified\nfortify\nfortnight\nfortress\nfortresses\nforts\nfortuna\nfortunate\nfortunately\nfortune\nfortunes\nforty\nforum\nforvar\nforward\nfossil\nfossils\nfoster\nfosters\nfought\nfoul\nfound\nfoundation\nfoundations\nfounded\nfounder\nfounders\nfounding\nfoundry\nfountain\nfour\nfours\nfourteen\nfourteenth\nfourth\nfourths\nfowl\nfox\nfoxes\nfoyer\nfraction\nfractional\nfractionalization\nfracture\nfractured\nfractures\nfragile\nfragility\nfragment\nfragmentary\nfragments\nfragrance\nfragrant\nfrakes\nframe\nframed\nframers\nframes\nframework\nframing\nfrancaises\nfrance\nfrances\nfrancessca\nfrancis\nfranciscan\nfranciscans\nfrancisco\nfrank\nfranken\nfrankfurt\nfrankie\nfrankies\nfrankly\nfrantic\nfranz\nfraternity\nfraud\nfraudsters\nfraudulent\nfray\nfrazerian\nfreak\nfred\nfrederic\nfrederick\nfree\nfreedman\nfreedom\nfreeing\nfreely\nfreeman\nfreeway\nfreeze\nfreezer\nfreezers\nfreezes\nfreezing\nfreight\nfreighter\nfremantle\nfrench\nfrenchmen\nfrenetic\nfrenzy\nfrequencies\nfrequency\nfrequent\nfrequently\nfrescos\nfresh\nfreshener\nfreshly\nfreshmen\nfreshness\nfreuch\nfriar\nfriars\nfriction\nfriday\nfridge\nfried\nfriedman\nfriedmann\nfriedrich\nfriend\nfriendly\nfriends\nfriendship\nfries\nfrieze\nfrig\nfright\nfrightened\nfrightening\nfrigid\nfrog\nfroggery\nfrogs\nfrom\nfront\nfrontal\nfrontier\nfrontiers\nfrontpage\nfronts\nfrost\nfrosted\nfrosting\nfroth\nfrothy\nfrowned\nfroze\nfrozen\nfrugal\nfruit\nfruitfly\nfruits\nfruity\nfrustrated\nfrustrating\nfrustration\nfrustrations\nfry\nfryer\nfrying\nfryingpan\nfsa\nft\nftp\nfu\nfuck\nfuel\nfueled\nfueling\nfuels\nfueltruck\nfuji\nfujita\nfulfill\nfulfilling\nfulfillment\nfulfills\nfull\nfuller\nfullest\nfullness\nfully\nfumbled\nfume\nfumes\nfumigant\nfumigating\nfun\nfunction\nfunctional\nfunctionalist\nfunctionality\nfunctionally\nfunctioned\nfunctioning\nfunctions\nfund\nfundamental\nfunded\nfunding\nfundraisers\nfunds\nfundus\nfuneral\nfung\nfungal\nfungi\nfungus\nfunnel\nfunny\nfur\nfurious\nfuriously\nfurler\nfurnace\nfurnaces\nfurnish\nfurnishes\nfurniture\nfurrow\nfurrows\nfurry\nfurther\nfurthermore\nfuruncles\nfury\nfuse\nfuselage\nfuser\nfuses\nfusion\nfutility\nfuture\nfutures\nfuturistic\nfuzzed\nfuzzy\nfynbos\ng\ng20210a\ng8\ngaa\ngabonese\ngadhafi\ngaelic\ngaggle\ngaiety\ngail\ngaily\ngain\ngained\ngaining\ngains\ngait\ngalactic\ngalaxies\ngalaxy\ngalbena\ngalileo\ngalileoscope\ngalleon\ngalleons\ngalleries\ngallery\ngallienus\ngallon\ngallons\ngallop\ngalloway\ngalls\ngallup\ngalvanized\ngalvanometer\ngalway\ngam\ngamba\ngamble\ngambles\ngambol\ngambolling\ngame\ngamers\ngames\ngamey\ngaming\ngamut\ngang\nganglion\ngangs\ngangsta\ngangster\ngangsters\ngangway\ngap\ngaps\ngarage\ngarazo\ngarbage\ngarbages\ngarcia\ngarden\ngardener\ngardeners\ngardenhouse\ngardening\ngardens\ngarg\ngarlic\ngarment\ngarments\ngarrick\ngarter\ngartmore\ngary\ngas\ngases\ngash\ngashouder\ngasket\ngasoline\ngast\ngastric\ngastritis\ngastroenteritis\ngastrointestinal\ngastrostomy\ngate\ngated\ngatehouses\ngates\ngateway\ngatha\ngather\ngathered\ngathering\ngatherings\ngathers\ngatotsu\ngatrell\ngauge\ngauges\ngauging\ngave\ngavel\ngavin\ngawain\ngay\ngays\ngaz\ngaza\ngazan\ngaze\ngazprom\ngazquez\ngazzaniga\ngbp\ngear\ngearing\ngears\ngebel\ngee\ngeek\ngeeks\ngeeky\ngeelong\ngeese\ngehlen\ngeithner\ngel\ngelatin\ngelatinous\ngelding\ngeldings\ngels\ngelugpa\ngen\ngender\ngene\ngeneral\ngeneralist\ngeneralization\ngeneralizations\ngenerally\ngenerals\ngenerate\ngenerated\ngenerates\ngenerating\ngeneration\ngenerations\ngenerator\ngenerators\ngeneric\ngenerosity\ngenerous\ngenes\ngenesee\ngenesis\ngenetic\ngenetically\ngenetics\ngeneva\ngenghis\ngenie\ngenius\ngenocide\ngenome\ngenomes\ngenre\ngenreal\ngenres\ngentamicin\ngenteel\ngentile\ngentle\ngentleman\ngentlemen\ngently\ngentry\ngenuine\ngenus\ngeo\ngeochelone\ngeochemical\ngeodaesie\ngeodata\ngeodesist\ngeodiversity\ngeoffrey\ngeoforum\ngeographic\ngeographical\ngeographies\ngeography\ngeoid\ngeologic\ngeological\ngeologically\ngeology\ngeomagnetic\ngeometric\ngeometrical\ngeometry\ngeorg\ngeorge\ngeorgia\ngeorgian\ngeorgians\ngeosynchronous\ngeothermal\ngerbil\ngerm\ngerman\ngermane\ngermanic\ngermans\ngermany\ngerminal\ngermination\ngerms\ngersen\ngesture\ngestures\nget\ngetaway\ngets\ngetting\ngevinson\ngeysers\ngfm\nghana\nghg\nghost\nghostal\nghostly\nghosts\nghostwriters\nghostwriting\nghz\ngi\ngianni\ngiant\ngibbon\ngibbons\ngibbs\ngibraltar\ngifford\ngift\ngiftable\ngifted\ngifts\ngigahertz\ngigantea\ngilbert\ngilding\ngiles\ngill\ngilles\ngilligan\ngilling\ngills\ngilman\ngilmer\ngimmicks\ngin\nginger\ngingerbread\ngingerich\nginkgo\nginseng\ngiorgio\ngiraffe\ngiraffes\ngirdling\ngirl\ngirlfriend\ngirlfriends\ngirls\ngis\ngist\ngit\ngitmo\ngive\ngiven\ngivers\ngives\ngiving\ngizmo\nglabellar\nglacial\nglacier\nglaciers\nglad\nglagolithic\nglamorous\nglamour\nglance\nglanced\ngland\nglands\nglandular\nglare\nglasgow\nglass\nglasses\nglassware\nglaucoma\nglazed\ngleam\nglen\nglenohumeral\nglial\nglides\ngliding\nglimpse\nglimpses\nglint\nglitch\nglitter\nglittered\nglittering\nglobal\nglobalization\nglobally\nglobe\nglobules\nglomeruli\ngloom\nglories\nglorious\nglory\nglossary\nglossy\nglove\ngloves\nglow\nglowing\nglows\nglucose\nglue\nglued\nglut\nglutaminase\nglutelin\nglycoprotein\nglycoproteins\nglyn\nglyndebourne\ngm\ngmail\ngmc\ngmt\ngnashing\ngnat\ngnats\ngnawing\ngo\ngoal\ngoalie\ngoalkeeper\ngoals\ngoalscorer\ngoaltender\ngoat\ngoatfish\ngoats\ngobbler\ngobbling\ngocam\ngod\ngoddess\ngodfrey\ngodless\ngodmother\ngods\ngoers\ngoes\ngoggles\ngoguryeo\ngoing\ngol\ngold\ngolden\ngoldfinches\ngoldfish\ngoldstein\ngolf\ngolfer\ngolly\ngoltv\ngon\ngondii\ngondorians\ngone\ngongoozler\ngonio\ngoniometer\ngonorrhea\ngoo\ngood\ngoodale\ngoodbye\ngoodies\ngoodis\ngoodness\ngoods\ngoodwill\ngooey\ngoofy\ngoogle\ngoons\ngoose\ngop\ngordon\ngorgasali\ngorge\ngorgeous\ngorgol\ngorillas\ngorman\ngoron\ngorse\ngoshawks\ngospel\ngossip\ngossipers\ngossypium\ngot\ngothic\ngoto\ngots\ngotterdammerung\ngottfried\ngouge\ngourds\ngourmet\ngouverneur\ngovern\ngovernance\ngoverned\ngoverning\ngovernment\ngovernmental\ngovernments\ngovernor\ngovernors\ngovernorship\ngoverns\ngown\ngps\ngrab\ngrabbed\ngrabed\ngrabs\ngrace\ngraceful\ngraces\ngracious\ngraciously\ngrade\ngrades\ngradient\ngradishteto\ngradual\ngradually\ngraduate\ngraduated\ngraduates\ngraduating\ngraduation\ngraff\ngraft\ngrafting\ngraham\ngrain\ngrained\ngrains\ngrammar\ngrammarians\ngrammars\ngrand\ngrandchildren\ngrande\ngrandee\ngrandfather\ngrandma\ngrandmother\ngrandparents\ngrandstand\ngranite\ngranny\ngrant\ngranted\ngranting\ngrants\ngranulated\ngranules\ngrape\ngrapefruit\ngrapes\ngrapevines\ngraph\ngraphene\ngraphic\ngraphical\ngraphically\ngraphite\ngraphs\ngrappling\ngrasp\ngrasped\ngrass\ngrasses\ngrasshoppers\ngrassland\ngrasslands\ngrassroots\ngrate\ngrateful\ngrater\ngrates\ngratification\ngrave\ngravel\ngravely\ngraves\ngravesite\ngravimeter\ngravitational\ngravity\ngray\ngrazed\ngrazing\ngrease\ngreased\ngreasegun\ngreaseproof\ngreasy\ngreat\ngreater\ngreatest\ngreatly\ngreece\ngreed\ngreedy\ngreek\ngreeks\ngreen\ngreene\ngreener\ngreenhouse\ngreenhouses\ngreenland\ngreensboro\ngreenscreened\ngreenstar\ngreeted\ngreg\ngremlin\ngrenade\ngrenades\ngrenadier\ngrenadiers\ngrew\ngrey\ngreyhounds\ngreylag\ngrid\ngriddled\ngriddles\ngrief\ngrieving\ngriffin\ngriffins\ngrigori\ngrill\ngrilled\ngrimaces\ngrime\ngrind\ngrinder\ngrinding\ngrinds\ngrint\ngrip\ngripping\ngrisby\ngrist\ngrit\ngrits\ngroans\ngroceries\ngrocery\ngroin\ngroms\ngroom\ngroomed\ngrooms\ngroove\ngroping\ngross\ngrossness\ngrotesque\ngrotto\nground\ngroundbreaking\ngroundcovers\ngrounded\ngroundnuts\ngrounds\ngroundswell\ngroundwater\ngroundwork\ngroup\ngrouped\ngrouping\ngroups\ngrouse\ngrove\ngroves\ngrow\ngrower\ngrowers\ngrowing\ngrowling\ngrown\ngrows\ngrowth\ngrub\ngrubs\ngrudge\ngruesome\ngrunion\ngrunts\ngs\nguang\nguangyuanxi\nguangzhou\nguanine\nguarantee\nguaranteed\nguarantees\nguarantor\nguard\nguarded\nguardia\nguardian\nguardians\nguardianship\nguarding\nguardrail\nguardrails\nguards\nguardtowers\nguava\nguess\nguessed\nguessing\nguest\nguests\nguhwang\nguidance\nguide\nguided\nguidelines\nguides\nguiding\nguild\nguilds\nguiling\nguilio\nguillaume\nguillemots\nguillotine\nguilt\nguilty\nguimaras\nguinea\nguinness\nguise\nguitar\nguitarist\nguitars\ngulf\ngulls\ngulp\ngum\ngummi\ngummies\ngummy\ngun\ngunfire\ngungarde\ngunman\ngunmen\ngunnel\ngunners\nguns\ngunships\ngunshot\ngunung\ngunwales\nguoxiang\ngurdwara\ngurdy\nguru\ngush\ngustav\ngusto\ngut\ngutenberg\ngutierrez\ngutters\nguy\nguys\ngwathmey\ngwinnett\ngws\ngwt\ngyeongju\ngym\ngymnosperms\ngypsum\ngypsy\ngyrus\nh\nh1n1\nh2o\nh5\nh5n1\nh7\nh7n3\nh7n7\nh9n2\nhabit\nhabitat\nhabitats\nhabits\nhacienda\nhacker\nhackers\nhackman\nhackney\nhacks\nhad\nhadassah\nhades\nhaematopinus\nhaft\nhagler\nhaha\nhai\nhaider\nhaihayas\nhail\nhailed\nhailstone\nhailstorm\nhair\nhairdo\nhairdresser\nhairdressing\nhairdryer\nhaired\nhairs\nhairspray\nhairstyles\nhaitises\nhakani\nhal\nhalf\nhalfling\nhalfway\nhalifax\nhall\nhallam\nhallelujah\nhalls\nhallucinations\nhallucinogens\nhallways\nhalogen\nhalsey\nhalsman\nhalt\nhalter\nhalting\nhalves\nham\nhambantota\nhamburger\nhamburgers\nhamid\nhamlet\nhammer\nhammerbeam\nhammered\nhammers\nhamper\nhampshire\nhams\nhamsters\nhancock\nhand\nhandbag\nhandbags\nhandbook\nhandcart\nhandcrafted\nhandcuff\nhanded\nhanders\nhandful\nhandgrip\nhandgun\nhandicap\nhandicrafts\nhandle\nhandled\nhandles\nhandling\nhandmade\nhandoff\nhandouts\nhandpicked\nhandpiece\nhandrail\nhands\nhandset\nhandsized\nhandsome\nhandwashing\nhandwritten\nhandy\nhandycam\nhang\nhangar\nhanged\nhanger\nhanging\nhangs\nhanoi\nhanoverian\nhappen\nhappened\nhappening\nhappenings\nhappens\nhappier\nhappiest\nhappiness\nhappy\nhapsburg\nharassing\nharassment\nharbor\nharboring\nharbors\nharborview\nhard\nhardaway\nhardcopy\nhardcore\nhardened\nhardening\nhardens\nharder\nhardest\nhardly\nhardness\nhardship\nhardships\nhardware\nhardwire\nhardwood\nhare\nharem\nhares\nharishchandra\nharks\nharley\nharlot\nharm\nharmful\nharmless\nharmonica\nharmony\nharness\nharnesses\nharper\nharpoon\nharras\nharrelson\nharriers\nharris\nharrison\nharrowing\nharry\nharsh\nharsher\nharshest\nharssement\nhartford\nhartman\nharvard\nharvest\nharvested\nharvester\nharvesting\nharvey\nharyana\nhas\nhash\nhashavyahu\nhashish\nhastily\nhat\nhatch\nhatched\nhatches\nhatchet\nhate\nhaters\nhates\nhats\nhatshepsut\nhauksbee\nhaul\nhauling\nhaunted\nhaunting\nhav\nhavant\nhave\nhaven\nhaves\nhaving\nhavoc\nhawaii\nhawaiian\nhawick\nhawk\nhawke\nhawkers\nhawkes\nhawks\nhay\nhaynes\nhaystack\nhazara\nhazard\nhazardous\nhazards\nhaze\nhazy\nhbv\nhc\nhcg\nhct\nhe\nhead\nheadache\nheadaches\nheaddress\nheaded\nheader\nheadhunter\nheading\nheadlight\nheadline\nheadliner\nheadlocks\nheadmaster\nheadphone\nheadquarters\nheadrests\nheads\nheadscarves\nheadset\nheadstone\nheady\nhealing\nheals\nhealth\nhealthcare\nhealthier\nhealthy\nheap\nheaping\nhear\nheard\nhearing\nhears\nhearse\nheart\nheartbeat\nhearted\nhearth\nheartland\nhearts\nheartwater\nheartwood\nheat\nheated\nheater\nheath\nheathcare\nheather\nheathland\nheathrow\nheating\nheatproof\nheats\nheatsink\nheaven\nheavens\nheaves\nheavier\nheaviest\nheavily\nheavy\nhebrew\nhebron\nhedge\nhedgehogs\nhedgerow\nhedging\nheel\nheeled\nheels\nheffe\nheft\nhefty\nheight\nheighten\nheights\nheimlich\nheine\nheinrich\nheist\nheld\nhelicobacter\nhelicopter\nhelicopters\nhelium\nhelix\nhell\nhellish\nhellman\nhelm\nhelmets\nhelmsman\nhelp\nhelped\nhelpers\nhelpful\nhelping\nhelps\nhelve\nhematoma\nhematopoietic\nhematoxylin\nhemcrete\nhemiparesis\nhemiplegia\nhemispheres\nhemodialysis\nhemphill\nhen\nhence\nhenry\nhens\nhepatic\nhepatitis\nheptachlor\nher\nheracleum\nherald\nherb\nherbage\nherbicide\nherbs\nherculane\nherd\nherders\nherding\nherds\nhere\nhereditary\nherein\nheretics\nheritage\nherland\nhermeneutics\nhermetically\nhermione\nhermit\nhernia\nherniated\nhero\nheroes\nheroin\nherons\nherpes\nherrin\nherring\nherschel\nherself\nherts\nhertzsprung\nherzog\nhessian\nhessisches\nheterodox\nheterogeneous\nheterologous\nheterozygosity\nheures\nhewitt\nhewn\nhey\nhezbollah\nhi\nhibernate\nhibernation\nhiccups\nhid\nhidden\nhide\nhides\nhideyoshi\nhiding\nhierarchical\nhierarchy\nhieroglyphic\nhigh\nhigher\nhighest\nhighland\nhighlight\nhighlighted\nhighlights\nhighly\nhighway\nhighways\nhijacking\nhikers\nhilarious\nhill\nhills\nhillside\nhilt\nhim\nhimalayas\nhimis\nhimself\nhind\nhinder\nhinderance\nhindi\nhindls\nhinge\nhinged\nhinges\nhinrichs\nhint\nhinted\nhip\nhiphop\nhippie\nhippocampus\nhippopotami\nhippopotamuses\nhippos\nhippypotamuses\nhips\nhipsters\nhire\nhired\nhires\nhiring\nhiroshima\nhis\nhispanic\nhistochemical\nhistologic\nhistolytica\nhistorian\nhistorians\nhistoric\nhistorical\nhistorically\nhistories\nhistory\nhit\nhitchcock\nhitchpin\nhitler\nhits\nhitting\nhittite\nhittites\nhiv\nhive\nhizb\nho\nhoarded\nhoarder\nhobbit\nhobbs\nhoberman\nhobo\nhock\nhockey\nhodgkin\nhoe\nhoeheren\nhof\nhogarth\nhogget\nhogs\nhoisting\nhold\nholded\nholden\nholder\nholders\nholding\nholdings\nholds\nhole\nholes\nholiday\nholiness\nholistic\nholland\nholloman\nhollow\nhollowcathode\nhollowed\nholly\nhollywood\nholocaust\nholt\nholy\nholyhead\nhom\nhomage\nhome\nhomebound\nhomefront\nhomeland\nhomeless\nhomemade\nhomeopathic\nhomeowner\nhomeowners\nhomepage\nhomes\nhomespun\nhometown\nhomicide\nhoming\nhomoeopathy\nhomogeneous\nhomogenous\nhomophobia\nhomosexuals\nhonda\nhonduras\nhone\nhonest\nhonesty\nhoney\nhoneycomb\nhoneysuckle\nhong\nhonking\nhonor\nhonorable\nhonore\nhonored\nhonorius\nhonours\nhood\nhoof\nhook\nhookah\nhooked\nhooker\nhooks\nhookup\nhooligans\nhoosier\nhoover\nhop\nhope\nhoped\nhopefully\nhopefuls\nhopelessly\nhopelessness\nhopes\nhopgood\nhoping\nhopping\nhoppy\nhops\nhorde\nhorizons\nhorizontal\nhormonal\nhormone\nhormones\nhorn\nhorne\nhorned\nhorner\nhornets\nhornpipe\nhorns\nhorrible\nhorribly\nhorrific\nhorrifying\nhorror\nhorrors\nhorse\nhorseback\nhorseflies\nhorsehair\nhorsemen\nhorsepower\nhorses\nhorseshoes\nhorticultural\nhortin\nhose\nhospital\nhospitals\nhost\nhosted\nhostel\nhostess\nhostilities\nhosting\nhostname\nhosts\nhot\nhotel\nhotels\nhotly\nhottest\nhoughton\nhounds\nhour\nhourglass\nhourly\nhours\nhouse\nhoused\nhousehold\nhouses\nhousing\nhouston\nhow\nhoward\nhowards\nhowell\nhowever\nhowitt\nhowitzer\nhoyte\nhoyuk\nhp\nhpv\nhristo\nhristov\nhrithik\nhrs\nhsi\nhsv\nhtc\nhtml\nhtml5\nhts\nhttp\nhttps\nhuangshidong\nhuascar\nhuascaran\nhub\nhubble\nhubby\nhuck\nhuddle\nhudson\nhuffman\nhug\nhuge\nhugh\nhughes\nhugo\nhull\nhum\nhuman\nhumane\nhumanistics\nhumanitarian\nhumanity\nhumanize\nhumankind\nhumanoid\nhumans\nhumayra\nhumble\nhumerus\nhumidifier\nhumidity\nhumidor\nhumiliation\nhummed\nhumor\nhumorist\nhumorous\nhumorously\nhumpback\nhun\nhunch\nhunched\nhundred\nhundreds\nhung\nhungarian\nhungary\nhunger\nhungry\nhuns\nhunt\nhunter\nhunters\nhunting\nhurdle\nhurdles\nhurdy\nhurricane\nhurricanes\nhurried\nhurt\nhurts\nhusband\nhusk\nhuskies\nhussars\nhusseys\nhutch\nhuts\nhutt\nhutu\nhuxley\nhuy\nhuynh\nhuzhu\nhvac\nhwangboksa\nhwy\nhybrid\nhybrids\nhydrant\nhydrants\nhydration\nhydraulic\nhydride\nhydro\nhydrocarbon\nhydrocarbons\nhydroelectric\nhydrogen\nhydrophone\nhydrothermal\nhydrothermally\nhyenas\nhygiene\nhygrometer\nhymns\nhyper\nhyperglycemia\nhyperlink\nhypermenorrhea\nhyperparathyroidism\nhyperplasia\nhyperreal\nhypersonic\nhypertension\nhypertensive\nhypnotherapy\nhypocalcemic\nhypochlorite\nhypocrisy\nhypocrites\nhypodermis\nhypothesis\nhypothetical\nhysterical\nhyup\nhz\ni\ni00\niaea\niberia\nibex\nibis\nibm\nibsen\nic\nice\nicebergs\nicebox\niced\nicelandic\nicen\nich7m\nicon\niconic\niconography\nicons\nicp\nict\nicy\nidaho\nidalina\nidea\nideal\nidealab\nidealistic\nidealized\nideals\nideas\nidentical\nidentification\nidentified\nidentifier\nidentifies\nidentify\nidentifying\nidentity\nideologies\nidiosyncrasies\nidiot\nidle\nidolatrous\nidolised\nidols\nidrc\nidrive\nie\nif\nifrc\nigenition\nigneous\nignited\nignition\nignominious\nignorance\nignore\nignored\nignores\niguanas\nihe\nii\nii0\niii\nike\nikea\nil\nill\nillegal\nillegally\nillicit\nillinois\nillness\nillnesses\nilluminated\nilluminates\nilluminating\nillumination\nillusion\nillustrate\nillustrated\nillustrates\nillustrating\nillustration\nillustrations\nillustrators\nillustrious\nilo\nim\nimage\nimagery\nimages\nimaginable\nimaginary\nimagination\nimaginations\nimagined\nimaging\nimagining\nimaginists\nimams\nimbalance\nimbalanced\nimbalances\nimbued\nimfl\nimflammatory\nimitated\nimitation\nimlay\nimmature\nimmediate\nimmediately\nimmense\nimmersed\nimmersing\nimmersive\nimmigrant\nimmigrants\nimmigration\nimmortal\nimmortalised\nimmune\nimmuned\nimmunizations\nimmunohistochemical\nimmutable\nimpact\nimpacts\nimpaired\nimpairment\nimpalas\nimpart\nimparted\nimparts\nimpassioned\nimpatience\nimpatiently\nimpeachment\nimpedance\nimpeded\nimpeller\nimpellers\nimpenetrable\nimperative\nimperatives\nimperfectly\nimperial\nimperialist\nimperialists\nimpetus\nimpinging\nimpious\nimplant\nimplanted\nimplants\nimplement\nimplementation\nimplemented\nimplementor\nimplements\nimplication\nimplications\nimplicit\nimplicitly\nimplies\nimply\nimport\nimportance\nimportant\nimportantly\nimported\nimporting\nimports\nimpose\nimposed\nimposible\nimposing\nimpossibility\nimpossible\nimpregnation\nimpressed\nimpression\nimpressions\nimpressive\nimprint\nimprisoned\nimproper\nimproperly\nimprove\nimproved\nimprovement\nimprovements\nimproving\nimprovisations\nimprovised\nimpulse\nimpulses\nimpulsive\nimpulsivity\nimran\nimus\nin\ninaccessibility\ninaccurate\ninactivated\ninactive\ninadequate\ninadvertent\ninadvertently\ninappropriate\ninaugural\ninaugurated\ninauguration\ninbox\ninc\nincandescent\nincarnation\nincas\nincense\nincentive\ninception\ninch\ninches\nincident\nincidents\nincinerate\nincinerator\nincision\nincisor\ninclined\ninclose\ninclude\nincluded\nincludes\nincluding\ninclusion\nincome\nincoming\nincommensurability\nincomparable\nincomplete\ninconsistent\ninconvenience\nincorporate\nincorporated\nincorporates\nincorporating\nincorporation\nincorrect\nincorrectly\nincrease\nincreased\nincreases\nincreasing\nincreasingly\nincredible\nincremental\nincubation\nincubator\nincurable\nincurred\nincurring\nincursion\nindeed\nindefinitely\nindenter\nindependence\nindependent\nindependently\nindependents\nindex\nindexed\nindexing\nindia\nindian\nindianapolis\nindians\nindicate\nindicated\nindicates\nindicating\nindication\nindications\nindicator\nindices\nindifferent\nindigenous\nindigestion\nindigo\nindirectly\nindiscriminate\nindispensable\nindispensible\nindividual\nindividualism\nindividualized\nindividually\nindividuals\nindivisible\nindo\nindole\nindolent\nindonesia\nindoor\ninduced\ninduces\ninducing\ninduction\ninductive\ninductively\nindustrial\nindustrialized\nindustries\nindustry\nindyact\nindymedia\nineligible\ninequality\ninert\ninertia\ninevitability\ninevitable\ninevitably\ninexpensive\ninfallibility\ninfamous\ninfancy\ninfant\ninfanticide\ninfantry\ninfantrymen\ninfants\ninfarction\ninfeasible\ninfect\ninfected\ninfecting\ninfection\ninfections\ninfectious\ninfects\ninfer\ninference\ninferior\ninfertility\ninfest\ninfestation\ninfested\ninfidels\ninfiltrate\ninfiltrated\ninfinite\ninfinitely\ninfinitesimal\ninfinitival\ninfinity\ninflamed\ninflammation\ninflammatory\ninflatable\ninflated\ninflating\ninflation\ninfluence\ninfluenced\ninfluences\ninfluencing\ninfluent\ninfluential\ninfluenza\ninflux\ninfo\ninform\ninformal\ninformation\ninformationaboutdiabetes\ninformational\ninformative\ninformed\ninforming\ninforms\ninforse\ninfotur\ninfraction\ninfrared\ninfrastructure\ninfringe\ninfused\ninfusion\ning\ningested\ningestion\ningo\ningots\ningredient\ningredients\ninhabitants\ninhalation\ninhale\ninhaling\ninherent\ninherently\ninherit\ninherited\ninhibit\ninhibiting\ninhibition\ninhibitor\ninhibitors\niniquity\ninitial\ninitially\ninitials\ninitiated\ninitiates\ninitiation\ninitiations\ninitiative\ninitiatives\ninject\ninjected\ninjection\ninjector\ninjects\ninjunction\ninjured\ninjures\ninjuries\ninjury\ninjustice\ninjustices\nink\ninkling\ninland\ninlet\ninmates\ninn\ninnate\ninner\ninnermost\ninnocence\ninnocent\ninnovation\ninnovative\ninnumerable\ninoculate\ninode\ninovation\ninpatients\ninput\ninputs\ninquest\ninquire\ninquires\ninquiry\nins\ninsane\ninsanity\ninscribed\ninscription\ninscriptions\ninsect\ninsects\ninsecure\ninsecurity\ninsensibility\ninsensitivity\ninsert\ninserted\ninserting\ninsertion\ninserts\ninsets\ninside\ninsight\ninsights\ninsignificant\ninsist\ninsisted\ninsistent\ninsists\ninsole\ninsoles\ninsome\ninsomnia\ninspect\ninspecting\ninspection\ninspector\ninspects\ninspiration\ninspire\ninspired\ninspiring\ninstability\ninstallation\ninstalled\ninstaller\ninstalling\ninstallment\ninstalls\ninstalment\ninstalments\ninstance\ninstances\ninstant\ninstantaneous\ninstantly\ninstead\ninstigated\ninstigates\ninstigating\ninstilled\ninstinctively\ninstitute\ninstitutes\ninstitution\ninstitutional\ninstitutionalized\ninstitutionally\ninstitutions\ninstron\ninstructed\ninstruction\ninstructions\ninstructor\ninstrument\ninstrumental\ninstruments\ninsubres\ninsubstantial\ninsufficiency\ninsufficient\ninsular\ninsulate\ninsulated\ninsulating\ninsulation\ninsulin\ninsult\ninsulting\ninsurance\ninsure\ninsured\ninsurers\ninsurgents\ninsurmountable\nintact\nintake\nintegral\nintegrated\nintegrating\nintegration\nintegrity\nintel\nintellect\nintellectual\nintellectually\nintellectuals\nintelligence\nintelligent\nintelligently\nintended\nintense\nintensely\nintensification\nintensified\nintensify\nintensities\nintensity\nintensive\nintensively\nintent\nintention\nintentionally\nintentions\ninter\ninteract\ninteracting\ninteraction\ninteractional\ninteractions\ninteractive\ninterceptor\ninterdisciplinary\ninterelement\ninterest\ninterested\ninteresting\ninterestingly\ninterests\ninterface\ninterfered\ninterference\ninterferon\ninterim\ninterior\ninterjected\ninterlocking\nintermediate\nintermediates\nintermedius\nintermittently\nintermixed\ninternal\ninternational\ninternationally\ninternet\ninternship\ninterplay\ninterpol\ninterpolation\ninterposed\ninterpret\ninterpretation\ninterpreted\ninterpreting\ninterprets\ninterred\ninterrogation\ninterrogators\ninterrupted\ninterruption\ninterschool\nintersection\nintersense\ninterspace\ninterspersed\ninterstate\ninterstitial\ninterval\nintervals\nintervene\nintervention\ninterventions\nintervertebral\ninterview\ninterviewed\ninterviews\nintestinal\nintestine\nintestines\nintifadas\nintihuatana\nintimacy\nintimately\ninto\nintolerable\nintoxicated\nintoxication\nintra\nintracellular\nintranet\nintricate\nintricately\nintrinsic\nintro\nintroduce\nintroduced\nintroduces\nintroducing\nintroduction\nintroductions\nintroductory\nintron\nintruders\nintruding\nintubation\nintuitive\nintuitively\ninuit\ninundated\ninvaders\ninvariant\ninvasion\ninvasions\ninvasive\ninvent\ninvented\ninventing\ninvention\ninventions\ninventor\ninventoried\ninventories\ninventory\ninverness\ninverse\ninversion\ninvertebrate\ninverted\ninvest\ninvested\ninvestigate\ninvestigated\ninvestigates\ninvestigating\ninvestigation\ninvestigations\ninvestigative\ninvestigator\ninvestigators\ninvesting\ninvestment\ninvestments\ninvestors\ninvincible\ninvisible\ninvitation\ninvite\ninvited\ninvites\ninviting\ninvocation\ninvoice\ninvolve\ninvolved\ninvolvement\ninvolves\ninvolving\ninwards\ninwrought\niodine\nion\nionic\nionization\nionized\nions\niou\niowa\nip\niphone\nipo\nipod\nipsilateral\nipswich\niran\niranian\niraq\niraqi\nire\nireland\nirish\nirishmen\nirkutsk\niron\nironically\niroquois\nirradiated\nirradiation\nirrational\nirrationally\nirreducible\nirregular\nirreparable\nirresistible\nirreverent\nirreversible\nirrigated\nirrigation\nirritable\nirritants\nirritated\nirritation\nirwin\nis\nisa\nisaac\nischemic\nisere\nishmaelite\nisis\nislam\nislamic\nislamist\nisland\nislanders\nislands\nisle\nisles\nisolated\nisolation\nisopropanol\nisrael\nisraeli\nisraelis\nissuance\nissue\nissued\nissuer\nissues\nissuing\nissy\nistanbul\nisthmus\nisungset\nit\nita\nitalian\nitaly\nitch\nitchiness\nitching\nitchy\nite\nitem\nitems\niter\niterpipes\nitinerant\nitinerary\nitp\nits\nitself\nitunes\nivan\nivory\nivy\nj\njabbering\njack\njackdaw\njacket\njackfruit\njackknife\njackpot\njacks\njackson\njada\njae\njaffa\njail\njailed\njakarta\njake\njakob\njam\njamaica\njamaican\njames\njamming\njams\njan\njana\njane\njanitors\njanowitz\njansport\njanuary\njapan\njapanese\njar\njardin\njars\njason\njatropha\njauntily\njava\njaw\njawbone\njaws\njaxartes\njay\njaycees\njaylal\njays\njazz\njdk\njealousy\njean\njeanne\njeans\njeff\njeffersons\njello\njells\njelly\njellyfish\njend\njennifer\njeremy\njerk\njeroboam\njerricans\njerry\njersey\njerusalem\njerzy\njessica\njesus\njet\njets\njewel\njeweller\njewellers\njewellery\njewelry\njewels\njewish\njfk\njhaveri\njhelum\nji\njiang\njib\njiffy\njigs\njigsaw\njill\njillian\njim\njimmy\njingwan\njisc\njnc\njob\njobless\njobs\njock\njockey\njoe\njoey\njohansen\njohn\njohnny\njohnson\njoin\njoined\njoining\njoins\njoint\njointly\njoints\njoists\njoke\njokes\njolie\njolliness\njolt\njomini\njon\njones\njong\njongg\njora\njordan\njordanian\njos\njose\njoseph\njosie\njostling\njotted\njoule\njournal\njournalist\njournalists\njournals\njourney\njourneyed\njourneying\njourneys\njovovich\njoy\njoyously\njoystick\njoysticks\njr\njrc\njs\njuan\njudd\njudge\njudged\njudgement\njudgements\njudges\njudging\njudgment\njudicial\njudicious\njudy\njug\njuice\njuicer\njuices\njuicier\njulep\njules\njuliano\njulius\njuly\njumble\njumbled\njumbo\njumeirah\njump\njumper\njumping\njumps\njumpsuit\njunction\njunctions\njuncture\njune\njuneau\njung\njungle\njunior\njuniors\njuniper\njunk\njunta\njupiter\njura\njurisdiction\njurisdictions\njurisprudence\njurors\njury\njust\njustice\njustification\njustified\njustifying\njuvenile\njuxtaposed\njyllands\nk\nk1\nka\nkadish\nkahlua\nkahn\nkalbach\nkaleidoscope\nkalemba\nkalmyks\nkamkwamba\nkanawa\nkandy\nkangaroo\nkangaroos\nkansas\nkanyakubja\nkapok\nkarachi\nkaramazov\nkarega\nkarelian\nkaren\nkarl\nkarlsruhe\nkaron\nkaroo\nkarsaz\nkarynaku\nkarzai\nkashruth\nkasi\nkastro\nkatana\nkatanas\nkatharevousa\nkatherine\nkathoey\nkatie\nkatrina\nkatterheinrich\nkayak\nkazakh\nkazakhstan\nkazakhstani\nke\nkearns\nkeebler\nkeel\nkeele\nkeen\nkeene\nkeep\nkeeper\nkeepers\nkeeping\nkeeps\nkegs\nkeith\nkeller\nkelly\nkelowna\nkelvin\nkemalpasha\nken\nkennedy\nkennel\nkennels\nkenneth\nkenny\nkent\nkenya\nkenyan\nkenzan\nkepler\nkept\nkerala\nkeratinophilic\nkergueren\nkermit\nkernel\nkernels\nkerosene\nkerry\nkesteven\nketsana\nkettle\nkevin\nkey\nkeyboard\nkeyboards\nkeyed\nkeyframe\nkeygen\nkeyhole\nkeyless\nkeypad\nkeys\nkeystream\nkeywords\nkg\nkgb\nkhalis\nkhan\nkhanda\nkhao\nkhonstefnakht\nkhyl\nkhzz\nkibbutz\nkick\nkicked\nkicks\nkid\nkidd\nkidding\nkidnap\nkidnapping\nkidnaps\nkidney\nkidneys\nkids\nkigali\nkiir\nkill\nkilled\nkiller\nkillers\nkilling\nkillings\nkiln\nkilns\nkilogram\nkilometer\nkilometers\nkilometres\nkilos\nkilt\nkim\nkimchi\nkinabalu\nkind\nkinda\nkindle\nkindling\nkindness\nkindred\nkinds\nkinematics\nkinen\nking\nkingdom\nkingdoms\nkingfishers\nkingpins\nkings\nkinky\nkinny\nkinshasa\nkinship\nkiosk\nkiosks\nkirkham\nkirpan\nkirth\nkiss\nkissed\nkissing\nkit\nkitchen\nkitchens\nkite\nkits\nkitten\nkittens\nklamath\nklebsiella\nklm\nkm\nkmart\nknapsack\nknee\nknees\nknew\nknife\nknifed\nknight\nknightly\nknights\nknightsbridge\nknit\nknitted\nknitting\nknitwear\nknives\nknob\nknobs\nknock\nknocked\nknocking\nknockout\nknot\nknots\nknow\nknowhow\nknowing\nknowingly\nknowledge\nknowledgeable\nknowledgeably\nknown\nknows\nknuckle\nkoak\nkoala\nkobold\nkodiak\nkoena\nkolkata\nkombat\nkomotini\nkona\nkong\nkook\nkookiest\nkoomjian\nkoping\nkorea\nkorean\nkoro\nkortdage\nkos\nkosher\nkosinski\nkosovo\nkostelanetz\nkoto\nkotorr\nkotsakis\nkotter\nkowalski\nkozintsev\nkrakatau\nkranti\nkrill\nkrishnapal\nkrnov\nkronendal\nkroot\nkrypton\nksa\nksi\nku\nkuch\nkudos\nkum\nkumamoto\nkumar\nkung\nkurosawa\nkursk\nkus\nkushler\nkuttimuratov\nkuwaiti\nkw\nkwh\nky\nkyoto\nkzyl\nl\nla\nlab\nlabel\nlabeled\nlabels\nlabor\nlaboratories\nlaboratory\nlaborer\nlaborers\nlaboring\nlaboriously\nlabors\nlabourers\nlabradors\nlabs\nlabyrinth\nlabyrinths\nlace\nlaced\nlaces\nlack\nlacked\nlacking\nlacks\nlacquered\nlacrimal\nlacrosse\nlactic\nlactococcal\nlactoferrin\nlactone\nladder\nladen\nladies\nlads\nlady\nlafayette\nlafitte\nlagano\nlagged\nlagoon\nlagoons\nlagos\nlagravenese\nlagrima\nlahar\nlahore\nlaid\nlak\nlake\nlakefront\nlakes\nlakeshore\nlamb\nlambasted\nlambert\nlambo\nlamborghini\nlambs\nlamentation\nlaminated\nlamp\nlampo\nlampooning\nlamppost\nlampposts\nlamu\nlanarkshire\nlancer\nlancers\nlancet\nland\nlandcruiser\nlanded\nlandesmuseum\nlandfill\nlandforms\nlanding\nlandings\nlandis\nlandlady\nlandlord\nlandmarks\nlandmines\nlandoll\nlandowner\nlandrieu\nlands\nlandscape\nlandscapes\nlandscaping\nlandslide\nlandslides\nlane\nlanguage\nlanguages\nlanguished\nlanka\nlankan\nlantern\nlap\nlapel\nlaps\nlapse\nlaptop\nlapwings\nlard\nlarder\nlarge\nlargely\nlarger\nlargest\nlarkin\nlarks\nlarry\nlarva\nlarvae\nlarynx\nlas\nlasagna\nlascivious\nlaser\nlaserjet\nlasers\nlashes\nlashing\nlast\nlasted\nlasting\nlasts\nlatch\nlatches\nlatching\nlate\nlately\nlatency\nlateness\nlater\nlateral\nlateralis\nlatest\nlatex\nlathe\nlather\nlathing\nlatin\nlatourrette\nlats\nlatte\nlatter\nlattice\nlatvia\nlau\nlaudable\nlaugh\nlaughable\nlaughing\nlaughter\nlaunch\nlaunched\nlauncher\nlaunchers\nlaunching\nlaundering\nlaundry\nlaureates\nlauren\nlaurent\nlausanne\nlava\nlavas\nlavender\nlaw\nlawhammer\nlawmakers\nlawn\nlawnmower\nlawrence\nlaws\nlawsonite\nlawsuit\nlawsuits\nlawyer\nlawyers\nlay\nlayer\nlayered\nlayers\nlayersof\nlaying\nlayla\nlayout\nlb\nlbr\nlbs\nlc\nlcd\nlcst\nldpe\nle\nleachate\nlead\nleader\nleaderless\nleaders\nleadership\nleading\nleads\nleaf\nleafless\nleaflet\nleaflets\nleague\nleagues\nleah\nleak\nleakage\nleaked\nleaks\nleaned\nleaning\nleap\nleapt\nlearn\nlearned\nlearner\nlearners\nlearning\nlearns\nlease\nleased\nleash\nleashes\nleast\nleather\nleave\nleaves\nleaving\nlebanese\nlebedev\nleche\nlecter\nlecture\nlecturer\nlectures\nled\nlee\nleech\nleeds\nleek\nleeward\nlefevre\nlefkoniko\nleft\nleftist\nleftover\nleftovers\nleg\nlegacy\nlegal\nlegally\nlegato\nlegend\nlegendary\nlegged\nlegion\nlegions\nlegislation\nlegislative\nlegislators\nlegislature\nlegislatures\nlegitimacy\nlegno\nlegome\nlegos\nlegs\nlegum\nlehman\nlehmuskallio\nlehrer\nlei\nleiden\nleisurely\nlemon\nlemonade\nlemongrass\nlemote\nlena\nlenders\nlending\nlength\nlengths\nlengthy\nlenin\nleno\nlens\nlense\nlenses\nlent\nleone\nleopard\nleopards\nleprosy\nlesaffre\nlesbians\nlesion\nlesions\nless\nlessard\nlesser\nlesson\nlessons\nlet\nlethal\nletisimulatory\nlets\nletter\nletterbox\nlettering\nletters\nletting\nlettres\nleukemia\nleukocytes\nlevel\nlevels\nlever\nleverage\nleveraged\nlevers\nlevine\nlevy\nlewis\nlexington\nliabilities\nliable\nliars\nlibel\nliberal\nliberalization\nliberally\nliberate\nliberated\nliberating\nliberation\nliberator\nliberian\nlibertarianism\nliberties\nliberty\nlibitum\nlibrarian\nlibraries\nlibrary\nlibrettist\nlibrivox\nlibya\nlibyan\nlice\nlicence\nlicense\nlicensed\nlicenses\nlicensing\nlid\nlidded\nlidenbrock\nlidocaine\nlids\nlie\nliebeck\nlien\nliens\nlies\nlieutenant\nlife\nlifeguard\nlifelong\nlifestyle\nlifetime\nlifka\nlift\nliftable\nlifted\nlifter\nlifting\nlifts\nligament\nligaments\nligand\nligated\nligature\nlight\nlighten\nlighter\nlighting\nlightly\nlightning\nlights\nlightweight\nligneul\nlignoul\nlike\nlikeable\nliked\nlikelihood\nlikely\nlikeminded\nlikewise\nlilly\nlilting\nliman\nlimb\nlimbic\nlimbs\nlimburger\nlime\nlimelight\nlimes\nlimestone\nlimit\nlimitation\nlimitations\nlimited\nlimiting\nlimits\nlimousine\nlimousines\nlimpopo\nlina\nlincoln\nlindeman\nlindos\nlindsey\nline\nlineages\nlinear\nlinearity\nlined\nlineman\nlinen\nlines\nlineup\nlingle\nlinglestown\nlinguistic\nlining\nlink\nlinked\nlinking\nlinks\nlinnets\nlinoleum\nlint\nlinux\nlion\nlionacleit\nlioness\nlionesses\nlions\nlionsgate\nlip\nlipa\nlipids\nliposomal\nliposomes\nlips\nliquefy\nliquid\nliquidation\nliquidity\nliquids\nliquor\nlisa\nlisbon\nlist\nlisted\nlisten\nlistened\nlistener\nlisteners\nlistening\nlistings\nlists\nlit\nliter\nliteracy\nliteral\nliterally\nliterary\nliterature\nlithics\nlithium\nlitho\nlithographs\nlitigation\nlitigators\nlitre\nlitter\nlittle\nliturgical\nliturgy\nlitvinenko\nliuthard\nlive\nlived\nlivejournal\nlivelihoods\nliveliness\nlively\nliver\nliverpool\nlivers\nlivery\nlives\nlivestock\nliving\nlivingston\nliye\nliz\nlizard\nlizards\nll\nllah\nllamas\nllbi\nllyn\nlo\nload\nloaded\nloading\nloads\nloaf\nloan\nloaned\nloans\nloathsome\nlobby\nlobbying\nlobe\nlobes\nlobsang\nlobster\nlocal\nlocales\nlocalities\nlocalized\nlocals\nlocate\nlocated\nlocation\nlocations\nlocative\nlock\nlocke\nlocked\nlocker\nlocking\nlocks\nlocksmith\nlocomotive\nlocomotives\nlocusts\nlodge\nlodging\nloft\nlog\nlogbook\nlogic\nlogically\nlogin\nlogistical\nlogo\nlogos\nlogs\nloire\nlollapalooza\nlombard\nlomo\nlondon\nlondonderry\nlone\nloneliness\nlonely\nlonesome\nlong\nlongbow\nlonger\nlongest\nlonghorn\nlongings\nlonginus\nlongish\nlongitudinal\nlongleat\nlongterm\nlongtime\nlook\nlooked\nlooking\nlooks\nloom\nloons\nloop\nloopholes\nloops\nloose\nloosely\nloosening\nloot\nloper\nlopez\nlorca\nlord\nlords\nlorenz\nloretta\nlorien\nlorries\nlorry\nlos\nlose\nlosing\nloss\nlosses\nlost\nlot\nlothlorien\nlotion\nlots\nlottery\nlotus\nlou\nloud\nloudly\nloudoun\nlouis\nlouise\nlouisiana\nlounge\nlourandos\nlousy\nlouvre\nlove\nloved\nlovely\nlover\nlovers\nloves\nloving\nlow\nlowell\nlower\nlowered\nlowering\nlowers\nlowest\nlowick\nlowing\nlowland\nlowlands\nlowly\nlows\nloyal\nlp\nlroquois\nls\nlse\nlsusd\nltte\nlu\nlubricants\nlubricate\nlucia\nlucie\nluciferin\nluck\nluckily\nlucky\nlucrative\nlucy\nluff\nlug\nluggage\nluis\nluke\nlumbering\nlumberjack\nlumberjacks\nlumen\nluminaries\nluminous\nlump\nlumps\nlunch\nluncheon\nlung\nlungs\nlupeol\nlure\nlured\nlures\nlurking\nlush\nlust\nlutein\nluxembourg\nluxor\nluxurious\nluxury\nlychee\nlycophytes\nlycopodiopsida\nlydgate\nlydia\nlye\nlying\nlyme\nlymph\nlymphatic\nlymphatics\nlymphedema\nlymphoeytes\nlymphoid\nlymphoma\nlymphomas\nlyndon\nlyons\nlyrical\nlyrics\nlysosomal\nlytle\nm\nm2\nm25\nma\nmac\nmacaque\nmacarthur\nmacaskill\nmacdonald\nmacedonia\nmacerata\nmacerate\nmachakos\nmachin\nmachine\nmachined\nmachineguns\nmachinery\nmachines\nmachining\nmachinists\nmacintosh\nmackintosh\nmacquarie\nmacro\nmacrophage\nmacrophages\nmacropods\nmad\nmadagascar\nmaddie\nmade\nmadeira\nmadero\nmadison\nmadly\nmado\nmadonna\nmae\nmafia\nmag\nmagazine\nmagazines\nmage\nmagellanic\nmagestic\nmaggie\nmagic\nmagical\nmagically\nmagician\nmagistrates\nmagma\nmagmatic\nmagnesia\nmagnesium\nmagnet\nmagnetic\nmagnetise\nmagnetron\nmagnets\nmagnification\nmagnificent\nmagnitude\nmagnitudes\nmagpies\nmah\nmahabubul\nmahathir\nmahogany\nmahony\nmaid\nmail\nmailbox\nmailed\nmailing\nmailman\nmails\nmain\nmaine\nmainland\nmainly\nmainmast\nmainsail\nmainspring\nmainstay\nmainstream\nmaintain\nmaintained\nmaintaining\nmaintains\nmaintenance\nmaireeners\nmaize\nmajestically\nmajor\nmajority\nmake\nmakeni\nmaker\nmakers\nmakes\nmakeshift\nmakeup\nmaking\nmalaria\nmalawi\nmalaya\nmalayalam\nmalays\nmalaysia\nmalaysian\nmalcontents\nmale\nmales\nmalformation\nmalfunction\nmalfunctioned\nmalfunctioning\nmalfunctions\nmali\nmalibu\nmalice\nmalicious\nmall\nmallards\nmallet\nmalls\nmalmo\nmalodor\nmalt\nmalta\nmalted\nmalware\nmamet\nmammal\nmammals\nmammography\nmammoth\nman\nmanage\nmanaged\nmanagement\nmanager\nmanagers\nmanages\nmanaging\nmanakin\nmanchester\nmandala\nmandate\nmandated\nmandatory\nmandi\nmandiant\nmaneuver\nmaneuvers\nmangalore\nmangalorean\nmango\nmangos\nmanhattan\nmanhole\nmanholes\nmania\nmaniacal\nmanifestations\nmanifesto\nmanifold\nmanila\nmanilla\nmanioulate\nmanipulate\nmanipulated\nmanipulates\nmanipulators\nmanitoba\nmankiller\nmankind\nmanna\nmannaar\nmanner\nmannheimer\nmanoeuvrability\nmanoeuvred\nmanor\nmanos\nmansion\nmanslaughter\nmansour\nmantel\nmantis\nmantle\nmanual\nmanually\nmanuals\nmanuel\nmanufacture\nmanufactured\nmanufacturer\nmanufacturers\nmanufactures\nmanufacturing\nmanuka\nmanure\nmanuscript\nmanuscripts\nmany\nmaori\nmaoris\nmap\nmaple\nmapmaker\nmapped\nmaps\nmapungubwe\nmar\nmarantaceae\nmarathon\nmarathons\nmarble\nmarbles\nmarc\nmarch\nmarched\nmarco\nmarcus\nmarduk\nmares\nmargarine\nmargaritas\nmarginal\nmargins\nmarian\nmarigold\nmarihuana\nmarijuana\nmarikina\nmarilyn\nmarin\nmarinade\nmarinated\nmarine\nmarines\nmarins\nmarion\nmarital\nmaritime\nmark\nmarked\nmarker\nmarket\nmarketed\nmarketing\nmarkets\nmarking\nmarks\nmarksmen\nmarmaduke\nmarmalade\nmarmosets\nmarquesa\nmarre\nmarred\nmarriage\nmarriageable\nmarriages\nmarried\nmarrow\nmars\nmarseilles\nmarsh\nmarshal\nmarshall\nmarshes\nmarshmallow\nmarsupial\nmarsupials\nmart\nmartens\nmartian\nmartin\nmartinez\nmarty\nmartyn\nmartyrdom\nmartyrs\nmarvelled\nmarvelous\nmarvels\nmarwick\nmary\nmaryland\nmarylou\nmasada\nmasahiro\nmascots\nmaser\nmash\nmask\nmasked\nmasks\nmason\nmasonry\nmass\nmassacre\nmassacred\nmassacres\nmassage\nmassaged\nmasse\nmasses\nmassive\nmast\nmaster\nmasterly\nmasterpiece\nmasterplan\nmasters\nmastiffs\nmasts\nmat\nmatch\nmatchboxes\nmatched\nmatches\nmatching\nmate\nmated\nmater\nmaterial\nmaterialistic\nmaterially\nmaterials\nmaternal\nmaternity\nmateti\nmathematical\nmathematically\nmathematician\nmathematicians\nmathematics\nmathematischen\nmatheson\nmatrimonial\nmatrix\nmats\nmatter\nmatters\nmatthew\nmatthias\nmattress\nmature\nmatured\nmaureen\nmauritania\nmausoleum\nmausoleums\nmax\nmaxim\nmaximizing\nmaximum\nmaximus\nmaxwell\nmay\nmayan\nmayans\nmaybe\nmaye\nmayence\nmayfield\nmayflies\nmayonnaise\nmayor\nmaytag\nmaze\nmba\nmbaka\nmc80\nmccain\nmccormack\nmccourt\nmcdonalds\nmcdonnell\nmcgee\nmcgregor\nmcinerney\nmcintyre\nmckenzie\nmcnabb\nmcnutt\nmd5\nmda\nmdi\nme\nmeadow\nmeager\nmeal\nmealmore\nmeals\nmean\nmeaning\nmeaningful\nmeanings\nmeans\nmeant\nmeantime\nmeanwhile\nmeasles\nmeasurable\nmeasure\nmeasured\nmeasurement\nmeasurements\nmeasures\nmeasuring\nmeat\nmeatballs\nmeats\nmecca\nmechanic\nmechanical\nmechanically\nmechanics\nmechanism\nmechanisms\nmechanobiology\nmechanoreceptors\nmedal\nmedallion\nmedellin\nmederma\nmedia\nmediaeval\nmedial\nmedialis\nmedian\nmediate\nmediated\nmediation\nmediator\nmedical\nmedically\nmedicare\nmedication\nmedications\nmedicinal\nmedicine\nmedieval\nmediocre\nmeditation\nmediterranean\nmedium\nmedronho\nmeds\nmedulla\nmedullary\nmeebo\nmeet\nmeeting\nmeetings\nmega\nmegaform\nmegafunctions\nmegaloblastic\nmegan\nmegatexas\nmegawatts\nmeggs\nmehendi\nmehmet\nmeiji\nmeindertsma\nmeinie\nmekko\nmekong\nmela\nmelamine\nmelatonin\nmelba\nmelbourne\nmelee\nmelissa\nmellitus\nmellon\nmelodramatic\nmelody\nmelrose\nmelt\nmeltdown\nmelted\nmelter\nmelting\nmelvin\nmem\nmemantine\nmember\nmembers\nmembership\nmembrane\nmembranes\nmemes\nmemo\nmemoir\nmemoirs\nmemorabilia\nmemorable\nmemorandum\nmemorial\nmemories\nmemory\nmen\nmenage\nmended\nmendicant\nmendicity\nmendota\nmeningitis\nmeningococcal\nmeniscus\nmennonite\nmenon\nmenopause\nmens\nmental\nmentality\nmention\nmentioned\nmentioning\nmentions\nmentor\nmentoring\nmenu\nmenuactivate\nmenudo\nmeon\nmep\nmeraki\nmercenaries\nmercenary\nmerchandise\nmerchandising\nmerchant\nmerchants\nmercifully\nmerck\nmercury\nmere\nmerely\nmerge\nmerged\nmerger\nmergers\nmerit\nmerits\nmerkel\nmerlin\nmerlins\nmerolchazzar\nmerrill\nmerry\nmersin\nmesad\nmesencephalon\nmesh\nmesocoelia\nmesopause\nmesophyll\nmesopotamian\nmesopotamians\nmesosphere\nmesothelioma\nmesozoic\nmess\nmessage\nmessages\nmessenger\nmessengers\nmessua\nmessy\nmet\nmeta\nmetabisulfite\nmetabolic\nmetabolites\nmetacorpora\nmetadata\nmetal\nmetalfx\nmetallic\nmetallurgical\nmetallurgy\nmetals\nmetalworking\nmetamorphic\nmetamorphism\nmetaphor\nmetaphorically\nmetaphors\nmetaphysical\nmetastable\nmetastases\nmetax\nmeteor\nmeteorite\nmeteorites\nmeteoroids\nmeteorologists\nmeter\nmeters\nmeth\nmethadone\nmethamphetamine\nmethane\nmethod\nmethodical\nmethodically\nmethodology\nmethods\nmeticulous\nmeticulously\nmetre\nmetreon\nmetres\nmetric\nmetrized\nmetro\nmetropolitan\nmetrorail\nmetrosexuals\nmets\nmeurkens\nmev\nmews\nmexican\nmexico\nmeyer\nmeza\nmfg\nmfx\nmhz\nmi\nmiami\nmic\nmice\nmicelle\nmichael\nmicheal\nmichelangelo\nmichigan\nmickelson\nmickey\nmicro\nmicroaccelerometer\nmicroarrays\nmicrobes\nmicrobrewery\nmicrocapsules\nmicrocontroller\nmicrocracks\nmicrofiber\nmicrofilm\nmicroform\nmicrofossil\nmicrolight\nmicrometer\nmicronesia\nmicroorganisms\nmicrophone\nmicroprocessor\nmicropump\nmicroscope\nmicroscopes\nmicroscopic\nmicroscopically\nmicrosimulation\nmicrosoft\nmicrospotting\nmicrostrip\nmicrowave\nmicrowaves\nmid\nmidbrain\nmiddle\nmiddlesbrough\nmidge\nmidges\nmidi\nmidland\nmidlands\nmidnight\nmidpoint\nmidrange\nmidranges\nmidst\nmidtown\nmidway\nmidwest\nmidwestern\nmidwife\nmight\nmighty\nmigraines\nmigrant\nmigrants\nmigrate\nmigrated\nmigrates\nmigrating\nmigration\nmigrations\nmigratory\nmiguel\nmikao\nmike\nmikko\nmilankovitch\nmild\nmildew\nmile\nmiles\nmileson\nmilin\nmilinkovich\nmilitancy\nmilitant\nmilitants\nmilitarist\nmilitary\nmilitia\nmilk\nmilked\nmilking\nmilkmaid\nmilky\nmill\nmilla\nmilled\nmillennium\nmiller\nmillers\nmilli\nmilling\nmillion\nmillions\nmillionth\nmillstones\nmilltown\nmilo\nmilwaukee\nmimeo\nmimic\nmimo\nmin\nminamata\nminato\nmind\nminded\nmindless\nminds\nmindset\nmindstorm\nmine\nminefield\nminer\nmineral\nmineralized\nminerals\nmingled\nminh\nmini\nminiature\nminibus\nminibuses\nminicab\nminimal\nminimally\nminimisation\nminimize\nminimized\nminimum\nmining\nminister\nministerial\nministers\nministry\nminivan\nmink\nminkowski\nminneapolis\nminnesota\nminnie\nminor\nminority\nminstrels\nmint\nminute\nminutes\nminutiae\nmir\nmirabilis\nmiracle\nmiraculous\nmirage\nmiro\nmirror\nmirrored\nmirrors\nmirumo\nmirus\nmis\nmiscarriage\nmiscarriages\nmiscellaneous\nmischief\nmischievous\nmisconception\nmiserably\nmisery\nmisfits\nmisfortune\nmisguided\nmishandling\nmishap\nmisinterpretation\nmismatched\nmismi\nmisnomer\nmisplaced\nmiss\nmissed\nmissile\nmissing\nmission\nmissionary\nmissions\nmissis\nmississippi\nmissouri\nmisspelled\nmist\nmistake\nmistaken\nmistakenly\nmistakes\nmistkaefer\nmistress\nmisty\nmisuse\nmisuses\nmit\nmite\nmites\nmitigate\nmitigating\nmitigation\nmitochondria\nmitochondrial\nmitra\nmittens\nmix\nmixed\nmixer\nmixes\nmixing\nmixture\nmixtures\nml\nmm\nmmr\nmn\nmoammar\nmoat\nmoazzam\nmob\nmobil\nmobile\nmobiles\nmobility\nmobilization\nmobilized\nmobilizing\nmobs\nmobsters\nmoby\nmock\nmocked\nmockery\nmockingbirds\nmodality\nmode\nmodel\nmodeled\nmodelmakers\nmodels\nmodem\nmoderate\nmoderator\nmodern\nmodernist\nmodest\nmodifiable\nmodification\nmodifications\nmodified\nmodifies\nmodify\nmodular\nmodulated\nmodulating\nmodulator\nmodule\nmodules\nmoeckel\nmogadishu\nmohamad\nmoi\nmoist\nmoisture\nmoisturisers\nmoisturizer\nmoisturizers\nmoisturizing\nmojica\nmolasses\nmold\nmoldboard\nmolding\nmoldova\nmolds\nmole\nmolecular\nmolecule\nmolecules\nmoles\nmoll\nmolotov\nmolt\nmolten\nmom\nmoment\nmomentarily\nmoments\nmomentum\nmommy\nmoms\nmonach\nmonarch\nmonarchy\nmonasteries\nmonastery\nmonastic\nmonday\nmonetary\nmoney\nmoneyball\nmonger\nmongolia\nmonica\nmonilia\nmonitor\nmonitored\nmonitoring\nmonitors\nmonk\nmonkey\nmonkeys\nmonks\nmono\nmonocarboxylate\nmonochrome\nmonograph\nmonolithic\nmononucleosis\nmonopole\nmonopoles\nmonorails\nmonoseal\nmonotheism\nmonotouch\nmonounsaturated\nmonsanto\nmonsoon\nmonsoons\nmonster\nmonsters\nmontalban\nmontana\nmonte\nmontessori\nmonth\nmonthly\nmonths\nmontreal\nmonument\nmonuments\nmood\nmooing\nmoon\nmoons\nmoonshine\nmoop\nmoorhen\nmoorhens\nmooring\nmoors\nmop\nmops\nmoral\nmorality\nmorally\nmorasko\nmoratorium\nmorbidity\nmore\nmoreover\nmores\nmoreton\nmorgan\nmoribund\nmorin\nmorley\nmormon\nmormons\nmornin\nmorning\nmoroccan\nmorphine\nmorristown\nmortal\nmortality\nmortar\nmortars\nmortgage\nmortgaged\nmortgagers\nmortgages\nmortimer\nmorton\nmosaic\nmosaicism\nmoscow\nmoskvitch\nmosque\nmosques\nmosquito\nmosquitoes\nmosquitos\nmoss\nmosses\nmost\nmostar\nmostly\nmosul\nmosuo\nmotels\nmotet\nmoth\nmother\nmotherboard\nmothers\nmoths\nmoti\nmotifs\nmotility\nmotion\nmotions\nmotivated\nmotivating\nmotivation\nmotivational\nmotivations\nmotives\nmotor\nmotorcade\nmotorcycle\nmotorcycles\nmotorists\nmotorized\nmotors\nmottled\nmouflon\nmould\nmoulding\nmound\nmounds\nmount\nmountain\nmountains\nmounted\nmounting\nmounts\nmourning\nmouse\nmoustache\nmouth\nmouthfeel\nmouthpiece\nmouths\nmovable\nmove\nmoved\nmovement\nmovements\nmover\nmoves\nmovie\nmovies\nmoving\nmovingly\nmow\nmowgli\nmowing\nmoxibusti\nmozambique\nmozart\nmozilla\nmp\nmp3\nmp4\nmpa\nmps\nmr\nmri\nmrs\nms\nmss\nmt\nmtskheta\nmu\nmuara\nmuch\nmuck\nmucosa\nmucous\nmucus\nmud\nmuddled\nmuddy\nmudflats\nmudpot\nmudslides\nmudstone\nmuffin\nmuffins\nmug\nmugatu\nmugger\nmuhammad\nmujahideen\nmulberry\nmulch\nmule\nmules\nmuleteers\nmullet\nmulligan\nmullikin\nmulling\nmulti\nmultibillion\nmulticoloured\nmultifactorial\nmultifunctional\nmultiple\nmultitude\nmultivitamin\nmultiword\nmum\nmumbai\nmummies\nmummified\nmummy\nmunich\nmunicipal\nmunicipalities\nmunicipality\nmunitions\nmunshi\nmuppet\nmural\nmurals\nmurder\nmurdered\nmurderer\nmurderers\nmurderous\nmurders\nmurine\nmurky\nmurmur\nmurmuration\nmurphy\nmurray\nmuscle\nmuscled\nmuscles\nmuscovite\nmuscovy\nmuscular\nmuscularis\nmuseological\nmuseum\nmuseums\nmushroom\nmushrooms\nmusic\nmusica\nmusical\nmusicality\nmusicanet\nmusician\nmusicians\nmusique\nmusket\nmusketeers\nmuskets\nmuslim\nmuslin\nmussels\nmussolini\nmust\nmustang\nmustapha\nmustard\nmuster\nmustering\nmusts\nmutant\nmutants\nmutated\nmutation\nmutations\nmutbak\nmute\nmutli\nmuttered\nmutton\nmutual\nmuzafarrabad\nmuzzle\nmvph\nmw\nmy\nmycelia\nmycoses\nmyelogenous\nmyer\nmyles\nmymensingh\nmyoats\nmyocardial\nmyoo\nmyriad\nmyrtle\nmyself\nmysol\nmyspace\nmysql\nmysterious\nmysteriously\nmystery\nmystic\nmystical\nmysticism\nmystics\nmyth\nmythic\nmythological\nmythology\nmyths\nmytilus\nmz\nn\nn49\nna\nnaan\nnabha\nnafsa\nnagasaki\nnahargarh\nnaidu\nnail\nnails\nnaive\nnaked\nnalgene\nnamaycush\nname\nnamed\nnameless\nnamely\nnames\nnamesake\nnancy\nnanjing\nnano\nnanocrystals\nnanomaterials\nnanoparticle\nnanoparticles\nnanorobots\nnanoscience\nnanotechnology\nnanotubes\nnanowires\nnanoworms\nnaoussa\nnap\nnape\nnapkin\nnaples\nnarada\nnarayan\nnarc\nnarcotic\nnarcs\nnariman\nnarnians\nnarrate\nnarrated\nnarrates\nnarrating\nnarration\nnarrative\nnarratives\nnarrator\nnarrow\nnarrowed\nnarrower\nnarrowing\nnarrowly\nnarrows\nnasa\nnasal\nnasty\nnathan\nnatinal\nnation\nnational\nnationalities\nnationality\nnationals\nnationhood\nnations\nnationwide\nnative\nnatives\nnativity\nnatron\nnatural\nnaturally\nnature\nnausea\nnauseated\nnaval\nnavan\nnavier\nnavigate\nnavigation\nnavigational\nnavigator\nnavy\nnazareth\nnazi\nnazis\nnba\nnbc\nnc\nncaa\nncwcd\nnd\nnear\nnearby\nnearer\nnearest\nnearly\nneat\nneatly\nnebulizer\nnec\nnecessarily\nnecessary\nnecessity\nneck\nnecked\nnecklace\nnecklaces\nnecklet\nnecks\nnecromancer\nnecropsy\nnecrosis\nnectar\nnectaring\nneed\nneeded\nneeding\nneedle\nneedles\nneeds\nnegative\nnegatives\nneglect\nnegligence\nnegotiated\nnegotiations\nnegro\nnehemiah\nneighbor\nneighborhood\nneighborhoods\nneighboring\nneighbors\nneighbouring\nneighbours\nneil\nneither\nnelson\nneltharaku\nnematic\nneodammerung\nneolithic\nneologisms\nneon\nneonatal\nneoplastic\nneourethra\nnepala\nnepalese\nnephew\nnephrectomy\nnephthys\nnepotism\nneptune\nnerdy\nnerve\nnerves\nnervous\nnervousness\nnest\nnested\nnesting\nnestle\nnests\nnet\nnetbabyworld\nnetherlands\nnetherwing\nnets\nnetwork\nnetworking\nnetworks\nneural\nneuralgia\nneurath\nneurodegenerative\nneuroma\nneuron\nneurons\nneuroprotection\nneuroscientists\nneuse\nneutral\nneutralize\nneutralizing\nneutrino\nneutrolizes\nneutron\nneutrons\nnevado\nnever\nnevertheless\nneves\nneville\nnew\nnewborn\nnewer\nnewest\nnewfound\nnewfoundland\nnewly\nnewport\nnews\nnewsgator\nnewsletter\nnewspaper\nnewspapers\nnewsquest\nnewsreels\nnewsroom\nnewsted\nnewsworthy\nnewton\nnewts\nnext\nnfl\nngu\nnhibitor\nnhl\nnhpp\nnhs\nnibbling\nnibenay\nnicchia\nnice\nnicest\nniche\nnicholas\nnicked\nnickel\nnicolaitans\nnicotine\nnide\nnido\nniece\nnielsen\nniemi\nnietzsche\nnifong\nnifty\nnigel\nniger\nnigeria\nnigerian\nnigger\nnight\nnightclub\nnightingales\nnightlight\nnightly\nnightmare\nnightmares\nnights\nnightstand\nnigra\nnihilistic\nnike\nnikiforos\nnikolai\nnina\nnine\nnineteen\nnineteenth\nninety\nninja\nninject\nninth\nnis\nnisqually\nnitric\nnitride\nnitrite\nnitrogen\nnitroglycerin\nnits\nnitude\nniwai\nniwas\nnjcu\nnmb\nnnh\nnnt\nno\nnoam\nnobel\nnobility\nnoble\nnobleman\nnoblemen\nnobles\nnobody\nnociceptors\nnoctiphobic\nnocturnal\nnod\nnodes\nnoir\nnoise\nnoises\nnoisy\nnomads\nnominal\nnominally\nnominated\nnomination\nnominations\nnon\nnoncovalently\nnone\nnonetheless\nnonfiction\nnongonococcal\nnonhuman\nnoninvasive\nnonlinear\nnonoptimized\nnonparametric\nnonsingular\nnonstandardized\nnonviolence\nnoon\nnoose\nnor\nnorden\nnorhtern\nnori\nnorm\nnormal\nnormally\nnorman\nnorms\nnorse\nnorth\nnorthbound\nnorthbridge\nnortheast\nnortheastern\nnortheastward\nnorthern\nnorthridge\nnorthwest\nnorthwestern\nnorthwestward\nnorwalk\nnorway\nnorwegian\nnorwich\nnos\nnose\nnosebleeds\nnosepiece\nnostalgia\nnostalgic\nnostram\nnostrils\nnot\nnotable\nnotably\nnotarial\nnotary\nnotation\nnotch\nnote\nnotebook\nnoted\nnotepad\nnotepads\nnotes\nnoteworthy\nnothing\nnotice\nnoticed\nnotices\nnoticing\nnotification\nnotified\nnotifies\nnotion\nnotionally\nnotorious\nnotoriously\nnottingham\nnotwithstanding\nnougat\nnoun\nnouns\nnov\nnova\nnovel\nnovelist\nnovella\nnovels\nnovelty\nnovember\nnovomer\nnow\nnowadays\nnowhere\nnowlan\nnox5\nnoxious\nnozzle\nnozzles\nnrc\nnrma\nns\nnsls\nnsw\nnt\nntsb\nnubes\nnucifera\nnuclear\nnuclei\nnucleic\nnucleocapsids\nnucleotide\nnucleus\nnude\nnudge\nnuevomexicano\nnugatory\nnull\nnumber\nnumbered\nnumbering\nnumbers\nnumerical\nnumerous\nnumismatic\nnumlock\nnun\nnunami\nnunnari\nnuns\nnunt\nnurse\nnursery\nnurses\nnursing\nnurture\nnurturing\nnus\nnut\nnutrasweet\nnutrients\nnutrition\nnutritional\nnutritious\nnuts\nnutshell\nnuturing\nnuzzle\nny\nnyckelharpa\nnye\nnylon\nnymphs\no\noahu\noak\noakland\noaks\noar\noat\noath\noatmeal\noats\nobama\nobasanjo\nobedience\nobediently\nobesity\nobeyed\nobject\nobjection\nobjective\nobjectives\nobjects\nobligate\nobligation\nobligations\noblige\nobliged\noblique\noblivion\noblong\nobscenely\nobscenity\nobscure\nobscured\nobscurity\nobservable\nobservance\nobservation\nobservational\nobservations\nobservatory\nobserve\nobserved\nobserver\nobservers\nobserving\nobsessed\nobsession\nobsessive\nobstacle\nobstruction\nobtain\nobtainable\nobtained\nobtaining\nobverse\nobvious\nobviously\noccasion\noccasional\noccasionally\noccasions\nocclude\noccupants\noccupation\noccupied\noccur\noccured\noccurred\noccurrence\noccurring\noccurs\nocean\noceanic\noceans\nocrb\noctober\nocular\noculomotor\nod\nodd\nodds\nodes\nodile\nodobesti\nodoff\nodor\nodour\noecd\noehler\noeuvre\nof\noff\noffences\noffenders\noffending\noffense\noffensive\noffer\noffered\noffering\nofferings\noffers\nofffender\noffice\nofficer\nofficers\noffices\nofficial\nofficially\nofficials\nofficiating\noffset\noffshoot\noffshore\noffy\nofm\noften\nofws\noghuz\nogilvie\nogonyok\noh\nohio\nohioan\nohm\nohmic\nohmmeters\noil\noiler\noils\noily\nointment\noise\nokay\noklahoma\nokra\nold\nolder\noldest\noldies\noldman\nolds\noleic\noliva\nolive\noliver\nolives\nolivine\nolmstead\nolson\nolver\nolympic\nolympics\nomar\nombudsman\nomega\nomelet\nomelette\nomen\nominous\nomissions\nomnidirectional\non\nonan\nonboard\nonce\noncoming\none\nones\nonetime\nonewest\nongoing\nonion\nonions\nonline\nonly\nonset\nonsite\nonslaught\nonstage\nonstar\nontario\nonto\nonwards\noo\noocyte\noocytes\noop\nop\nopen\nopened\nopener\nopening\nopenings\nopenness\nopens\nopera\noperas\noperate\noperated\noperates\noperating\noperation\noperational\noperations\noperative\noperator\noperators\nopiates\nopinion\nopinions\nopioids\nopium\nopm\nopossum\noppinions\nopponents\nopportunistic\nopportunities\nopportunity\nopposed\nopposing\nopposite\nopposition\noppression\noppressive\noptic\noptical\noptics\noptimal\noptimism\noptimistic\noptimization\noptimizer\noptimizes\noptimizing\noptimum\nopting\noption\noptional\noptions\nopus\nor\noracle\noral\norally\norange\noranges\norangutans\norasure\norator\noratorio\norb\norbit\norbiter\norbiters\norbiting\norbits\norca\norchard\norchards\norchestra\norchestrated\norchestrators\norcs\norda\nordeal\norder\nordered\nordering\norderly\norders\nordinance\nordinary\nordinating\nordination\nording\nore\noregon\norg\norgan\norganic\norganisation\norganised\norganising\norganism\norganisms\norganist\norganization\norganizations\norganize\norganized\norganizers\norganizes\norgans\norginal\norientation\noriented\norienteering\norigin\noriginal\noriginally\noriginated\noriginates\noriginating\norigins\norion\norlando\norleans\nornament\nornamented\nornaments\nornithology\noro\norphan\norphanage\norpheus\norpington\nortega\northodox\nortodoxo\norton\norville\noryzae\nos\noscar\noscars\noscillation\noscillator\noscilloscopes\nosha\nosirak\nospa\nospreys\nosseous\nossicles\nossicone\nossification\nostensibly\nosteoarthitis\nosteoblasts\nosteoporosis\nosteotomy\nostium\nostraca\noswego\notec\nother\nothers\notherwise\notoscope\notters\nottoman\nottomans\nouchy\noude\nounce\nounces\nour\nourselves\nouspensky\nout\noutage\noutback\noutbreak\noutbreaks\noutbuildings\noutcome\noutcomes\noutcropping\noutdone\noutdoor\noutdoors\nouter\noutfall\noutfielder\noutfit\noutfitted\noutflow\noutgassed\noutgoing\noutgrowths\nouting\noutlandish\noutlands\noutlaw\noutlet\noutlets\noutline\noutlined\noutlines\noutpatient\noutput\noutputs\noutputting\noutrage\noutraged\noutreach\noutset\noutshone\noutside\noutsiders\noutskirts\noutsourcing\noutspoken\noutstanding\noutward\noutwitting\nova\noval\novals\novarian\novary\novation\noven\novens\nover\noverall\noverboard\novercharge\novercoat\novercome\noverconsumption\novercrowding\noverdevelopment\noverdose\novereating\noverfertilizing\noverflow\noverflowing\noverflows\noverhang\noverhanging\noverhead\noverheating\noverlap\noverlaying\noverlie\noverload\noverloaded\noverlooked\noverlooking\noverly\novernight\noverpass\noverpopulation\noverpowered\noverpowering\noverproducing\noverproduction\noverriding\noverrun\noversaw\noverseas\noverseeing\noversight\noversimplify\noversized\noverstated\novertaken\novertime\noverturned\noveruse\noverview\noverweight\noverwhelming\noverworked\novipositor\novis\novulation\novules\now\nowe\nowed\nowings\nowl\nowls\nown\nowned\nowner\nowners\nownership\nowns\nox\noxalic\noxbirds\noxen\noxford\noxidant\noxidants\noxidase\noxide\noxides\noxidized\noxygen\noxytocin\noyo\noyster\noysters\noz\nozone\np\np210\np6\npa\npace\npaced\npacific\npacing\npack\npackage\npackaged\npackages\npackaging\npacked\npacket\npackets\npacking\npacks\npact\npad\npadang\npadded\npadding\npaddington\npaddle\npaddling\npaddy\npadlock\npadres\npads\npaducah\npagan\npage\npages\npagoda\npaid\npail\npails\npain\npainful\npainfully\npainless\npains\npainstaking\npainstakingly\npaint\npaintball\npainted\npainter\npainters\npainting\npaintings\npair\npaired\npairing\npairs\npajamas\npakistan\npakistani\npakshi\npalace\npalaces\npalate\npale\npaleogene\npalestine\npalestinian\npalestinians\npalettes\npalin\npallabi\npallantines\npalliative\npalm\npalma\npalmer\npalomino\npalpable\npalpitations\npals\npam\npampered\npamphlet\npan\npanaji\npanama\npanay\npancake\npancakes\npancreas\npancreases\npancreatitis\npanda\npandemic\npandemonium\npandit\npandora\npane\npanel\npanelists\npanels\npangs\npanic\npanicked\npanics\npanna\npanned\npans\npantego\npantheon\npantograph\npants\npanzer\npanzerkompanie\npao\npapandayan\npapaver\npapaya\npaper\npaperback\npaperboard\npaperboy\npapers\npapillomavirus\npar\nparable\nparabolic\nparachute\nparade\nparading\nparadise\nparadox\nparaffin\nparagraph\nparagraphs\nparaliterature\nparallel\nparalysis\nparalytic\nparalyzed\nparameter\nparameters\nparamount\nparanoid\nparaphernalia\nparaphrase\nparapsychology\nparasite\nparasites\nparasurama\nparaumbilical\nparbandhak\nparcel\nparcels\nparchment\npareidolia\nparent\nparental\nparentheses\nparenting\nparents\npari\nparings\nparis\nparish\nparishioners\nparisian\nparity\npark\nparked\nparker\nparkes\nparking\nparkland\nparks\nparkway\nparliament\nparlor\nparlour\nparma\nparodies\nparody\nparole\nparrots\nparrs\nparsing\nparsley\nparsnip\npart\nparted\npartha\nparthenon\npartial\npartially\nparticipant\nparticipants\nparticipate\nparticipated\nparticipates\nparticipating\nparticipation\nparticle\nparticles\nparticular\nparticularly\nparticulars\npartied\nparties\npartisans\npartition\npartly\npartner\npartnered\npartners\npartnership\npartridges\nparts\nparty\npas\npaso\npass\npassage\npassages\npassageways\npassed\npassel\npassenger\npassengers\npasserby\npasses\npassing\npassion\npassionate\npassionately\npassions\npassive\npassiveness\npassport\npassports\npassword\npast\npasta\npaste\npasted\npasteurized\npastoral\npastries\npastry\npasture\npastures\npatch\npatched\npatches\npate\npatella\npatellar\npatent\npatented\npatents\npaternally\npath\npathogenic\npathogenicity\npathogens\npathological\npathologists\npathology\npaths\npathway\npathways\npatient\npatiently\npatients\npatio\npatriarch\npatrick\npatriots\npatrol\npatrols\npatron\npatronized\npatronizing\npatrons\npats\npattern\npatterns\npatterson\npattinson\npatty\npaul\npauperis\npause\npausing\npavel\npavilion\npaving\npavlov\npavoni\npaw\npawlett\npaxman\npay\npayable\npayaya\npaying\npaylines\npayload\npayment\npayments\npayoff\npayoffs\npayout\npc\npcr\npcsm\npdf\npe\npea\npeace\npeaceable\npeaceful\npeacekeepers\npeacekeeping\npeach\npeacham\npeaches\npeacock\npeacocks\npeak\npeakeffect\npeaks\npeanut\npeanuts\npear\npearl\npearls\npears\npearson\npeas\npeasant\npeasants\npeat\npeatland\npebbles\npecans\npecking\npectin\npeculiar\npedals\npedestal\npedestrian\npedestrians\npediatric\npedicle\npedologic\npedometer\npeduncles\npee\npeel\npeeled\npeeler\npeeling\npeelings\npeels\npeep\npeephole\npeer\npeerbot\npeered\npeers\npeg\npegs\npelagic\npelicans\npellet\npellets\npeloton\npelted\npelvic\npen\npenal\npenalties\npenalty\npencil\npencilled\npencillike\npencils\npendant\npendants\npending\npendleton\npendulum\npenetrating\npenetration\npenguins\npenholder\npeninsula\npenitentiary\npenned\npennies\npennlive\npennsylvania\npenny\npens\npension\npensions\npentagon\npentagonal\npentoxide\npeople\npeoples\npep\npepper\npeppermint\npeppers\npeppery\npeptic\npeptidases\npeptide\npeptides\nper\nperceive\nperceived\npercent\npercentage\npercentages\nperception\nperceptive\nperceptron\nperceptual\nperch\nperched\nperchlorate\npercival\npercussion\npercussionist\npercussive\nperegrina\nperegrines\nperfect\nperfectibility\nperfection\nperfectly\nperforated\nperforating\nperforation\nperforations\nperform\nperformance\nperformances\nperformed\nperformer\nperformers\nperforming\nperforms\nperfume\nperfumed\nperfumery\nperfumes\nperfunctory\nperhaps\nperiarterial\npericarp\nperichondrium\nperil\nperilous\nperimeter\nperiod\nperiodic\nperiodically\nperiods\nperioperative\nperipatetic\nperiphery\nperiscope\nperitoneum\nperks\npermafrost\npermanent\npermanently\npermanganate\npermeable\npermission\npermit\npermits\npermitted\nperoxide\nperoxisomes\nperpendicular\nperpetrator\nperpetrators\nperpetual\nperpetually\nperpetuation\nperrault\nperrot\npersecution\nperseid\npersepolis\npersevered\npersisted\npersistent\npersists\nperson\npersona\npersonal\npersonalities\npersonality\npersonalizing\npersonally\npersonalty\npersonifies\npersonnel\npersons\nperspective\nperspectives\npersuade\npertain\npertained\npertaining\npertinent\nperturbation\nperturbations\npertussis\nperu\nperverse\npervious\npeshawar\npessimism\npesticides\npestis\npests\npet\npete\npeter\npetered\npeters\npetersburg\npeterson\npetit\npetition\npetitioner\npetitions\npetrified\npetrochemical\npetrol\npetroleum\npets\npettigrew\npettitt\npettway\npetty\npew\nph\nphagocytes\nphalanx\nphalke\npharmaceutical\npharmaceuticals\npharmacogenomics\npharmacognosy\npharmacy\npharyngitis\nphase\nphases\npheasants\nphelps\nphenomena\nphenomenally\nphenomenon\nphenylephrine\npheras\nphial\nphibbs\nphil\nphiladelphia\nphilanthropist\nphilanthropy\nphildaelphia\nphilip\nphilippe\nphilippine\nphilippines\nphillips\nphilological\nphilologist\nphilosopher\nphilosophers\nphilosophical\nphilosophies\nphilosophy\nphloem\nphobia\nphoebe\nphone\nphonemic\nphones\nphonograph\nphony\nphospholipid\nphosphorous\nphosphorus\nphoto\nphotocell\nphotochemical\nphotocopies\nphotocopy\nphotodeflection\nphotograph\nphotographed\nphotographer\nphotographers\nphotographic\nphotographing\nphotographs\nphotography\nphotoheliograph\nphotojournalism\nphotomask\nphotometric\nphotomultiplier\nphoton\nphotonics\nphotons\nphotoplotter\nphotoreceptors\nphotos\nphotosphere\nphp\nphrase\nphrased\nphrases\nphrasing\nphuket\nphy\nphysical\nphysically\nphysicans\nphysician\nphysicians\nphysicist\nphysicists\nphysics\nphysikalischen\nphysiological\nphysiology\nphysiotherapy\nphytochemical\npi\npianist\npiano\npiazza\npicasso\npick\npicked\npicking\npickle\npickles\npicks\npickup\npickups\npicric\npics\npictographic\npictorial\npicture\npictured\npictures\npicturesque\npicturing\npid\npie\npiece\npieced\npieces\npiedmont\npier\npierce\npiercing\npiercings\npierre\npiers\npiezo\npiezoelectric\npiezos\npig\npigeons\npiglet\npiglets\npigment\npigmentosa\npigs\npika\npikemen\npile\npiled\npiles\npilgrimage\npilgrims\npiling\npillar\npillars\npillow\npillowcase\npills\npilot\npiloted\npilots\npilum\npimples\npin\npinatubo\npine\npineapple\npineapples\npines\npink\npinkett\npinkeye\npinkie\npinking\npinned\npinning\npinolic\npinonic\npinot\npinots\npinpoint\npins\npint\npinta\npinte\npints\npinwheel\npinworm\npioneer\npioneering\npious\npip\npipe\npipefishes\npipeline\npipelines\npiper\npipers\npipes\npipetted\npiping\npique\npiqued\npiracy\npiranha\npirate\npirates\npistachios\npistil\npistol\npiston\npistons\npit\npitch\npitched\npits\npitt\npittsburg\npittsburgh\npituitary\npity\npitying\npius\npivot\npivotally\npivoting\npixar\npixel\npixels\npizza\nplacards\nplace\nplaced\nplacement\nplacenta\nplacental\nplaces\nplaceta\nplacid\nplacing\nplaform\nplague\nplagued\nplaguing\nplain\nplains\nplaintiff\nplaintiffs\nplaka\nplakendias\nplan\nplane\nplanes\nplanet\nplanetary\nplanetcad\nplanetoid\nplanets\nplank\nplanks\nplanktonic\nplanned\nplanning\nplans\nplant\nplantar\nplantation\nplantations\nplanted\nplanter\nplantic\nplanting\nplants\nplaque\nplasma\nplasmas\nplasmodium\nplasterboard\nplastered\nplastic\nplastics\nplastique\nplate\nplateau\nplated\nplatelet\nplatelets\nplates\nplatform\nplatforms\nplath\nplating\nplatinum\nplatonists\nplatoon\nplatte\nplay\nplayed\nplayer\nplayerand\nplayers\nplaying\nplaylist\nplaymakers\nplayoffs\nplays\nplaywright\nplaza\nplazas\nplea\npleaded\npleads\npleas\npleasant\nplease\npleased\npleasing\npleasure\npledge\npledged\npleiad\nplenitude\nplenty\nplethora\npliant\npliers\nplight\nplot\nplots\nplotting\nploughed\nploughing\nplover\nplovers\nplow\nplowing\npluck\nplucked\nplug\nplugboard\nplugged\nplugs\nplum\nplumbing\nplummers\nplump\nplums\nplunder\nplunge\nplunged\nplunger\npluralism\npluralistic\nplurality\nplurals\nplus\nplutonium\nplymouth\nplywood\npm\npms\npn\npneumococcal\npneumococcus\npneumonia\npneumonitis\npneuroblasts\npns\npnuematic\npochards\npocket\npocketknife\npockets\npocketwatch\npod\npodcast\npodcasting\npodium\npodocarp\npods\npoe\npoem\npoems\npoet\npoetic\npoetry\npoets\npogo\npoint\npointed\npointer\npointers\npointing\npoints\npoised\npoising\npoison\npoisoned\npoisoning\npoisonings\npoisonous\npoisons\npoking\npoland\npolar\npolarity\npolarization\npolarized\npole\npolemical\npoles\npolhem\npolhemslas\npolice\npoliceman\npolicemen\npolicies\npolicing\npolicy\npolio\npolish\npolished\npolishing\npolite\npolitesse\npolitical\npolitician\npoliticians\npoliticisation\npolitics\npoll\npollen\npollicis\npollinate\npollutant\npollutants\npolluted\npolluting\npollution\npolo\npolonium\npolotsk\npoly\npolyester\npolyethylene\npolygamous\npolymer\npolymers\npolymorph\npolynucleotide\npolyphonic\npolypropylene\npolyradical\npolyserositis\npolysilicon\npolyurethane\npolyvinyl\npomanders\npomegranate\npomeranian\npomona\npond\nponds\nponies\npons\nponte\npontiff\npontifical\nponv\npony\nponyo\npoodle\npoodles\npooh\npool\npooled\npools\npoop\npoor\npoorest\npoorly\npop\npopcorn\npope\npopped\npopping\npoppy\npops\npopular\npopularity\npopularized\npopularly\npopulate\npopulated\npopulation\npopulations\nporcelain\nporch\nporcupines\npore\npores\npork\npornographers\nporous\nport\nportable\nportals\nporter\nportfolio\nporthole\nporthos\nportion\nportioned\nportions\nportis\nportland\nportrait\nportraits\nportray\nportrayed\nportraying\nportrays\nports\nportsmouth\nportugal\nportuguese\npose\nposed\nposes\nposing\nposition\npositional\npositioned\npositioning\npositions\npositive\npositively\npossess\npossessing\npossession\npossessions\npossessive\npossibility\npossible\npossibly\npost\npostal\npostcard\npostcards\npostdoctoral\nposted\nposten\nposter\nposterior\nposteriori\nposters\nposthumous\nposting\npostmodernism\npostpone\npostponed\npostponing\nposts\npostulated\nposture\nposturing\npostwar\npostzygotic\npot\npotassium\npotato\npotatoes\npotent\npotentates\npotential\npotentially\npotentials\npotentiometer\npothole\npots\npotsdam\npotter\npotters\npottery\npouce\npouch\npouches\npoultice\npoultry\npound\npounded\npounding\npounds\npour\npoured\npouring\npours\npoverty\npow\npowder\npowdered\npowell\npower\npowerboat\npowered\npowerful\npowerpoint\npowers\npowertrain\npowertwin\npox\nppg\nppp\npractical\npractically\npractice\npractices\npracticing\npractitioner\npractitioners\npradesh\npradyumna\npraerit\nprairie\nprairies\npraise\npraising\nprank\nprarie\nprashant\npratchett\nprawn\nprawns\npray\nprayer\nprayers\npraying\nprd\nprd136\npre\npreacher\npreachers\npreaching\npreamble\npreamped\npreamplifier\nprecariously\nprecautionary\nprecedent\nprecedents\npreceding\nprecentral\nprecious\nprecipice\nprecipitate\nprecipitation\nprecise\nprecision\nprecleaned\nprecluded\nprecluding\nprecocious\nprecursor\nprecursory\npredator\npredators\npredetermined\npredicated\npredict\npredictable\npredicted\npredicting\nprediction\npredictions\npredicts\npredilection\npredisposition\npredispositions\npredominant\npredominantly\npredominate\npredominating\npreeclampsia\npreface\nprefectural\nprefecture\nprefer\npreferably\npreference\npreferred\nprefers\nprefetching\npreffus\npreforms\npregnancy\npregnant\npreheating\nprehistory\nprejudice\npreliminary\npremier\npremises\npremium\npremixed\npremotor\nprenasal\npreparation\npreparations\npreparatory\nprepare\nprepared\npreparedness\npreparer\nprepares\npreparing\nprequels\nprerequisite\nprerogative\nprerogatives\npresbyterian\npreschool\nprescribed\nprescriber\nprescription\nprescriptions\npreseason\npresence\npresences\npresent\npresentation\npresentations\npresented\npresenter\npresenting\npresently\npresents\npreservation\npreservative\npreservatives\npreserve\npreserved\npreserves\npreserving\npreshrunk\npresided\npresidency\npresident\npresidential\npresidents\npresides\npresiding\npress\npressed\npresses\npressing\npressley\npressure\npressures\npressurization\npressurized\nprester\nprestige\nprestigious\npreston\npresumably\npresumedly\npreteen\npretend\npretending\npretext\npretexts\npretinned\npretoria\npretrial\nprettier\npretty\nprevail\nprevailed\nprevent\nprevented\npreventing\nprevention\npreventive\nprevents\npreview\nprevious\npreviously\nprevx\nprey\npri\nprice\npriced\nprices\npricey\nprick\nprickle\nprickly\npride\npried\npriest\npriestly\npriests\nprimarily\nprimary\nprimate\nprimates\nprime\nprimer\nprimeval\npriming\nprimitive\nprimordial\nprince\nprinces\nprincess\nprincesses\nprinceton\nprincipal\nprincipally\nprincipals\nprincipe\nprinciple\nprinciples\npringles\nprint\nprintability\nprinted\nprinter\nprinting\nprints\nprior\npriorities\nprioritized\nprioritizing\npriority\npriory\nprism\nprison\nprisoner\nprisoners\nprivacy\nprivate\nprivately\nprivatisation\nprivileged\nprivileges\nprize\nprized\nprizes\npro\nprobabilistic\nprobability\nprobable\nprobably\nproband\nprobation\nprobationary\nprobe\nprobes\nprobing\nprobiotics\nproble\nproblem\nproblems\nprocedural\nprocedure\nprocedures\nproceeded\nproceeding\nproceedings\nproceeds\nprocess\nprocessed\nprocesses\nprocessing\nprocession\nprocessor\nprocessors\nproclaimed\nproclamation\nproclamations\nprocreated\nprocure\nprocured\nprocurement\nprod\nproduce\nproduced\nproducer\nproducers\nproduces\nproducing\nproduct\nproduction\nproductions\nproductive\nproductivity\nproducts\nprof\nprofession\nprofessional\nprofessionals\nprofessions\nprofessor\nprofessorial\nprofessors\nproffers\nproficiency\nprofile\nprofiles\nprofiling\nprofit\nprofitability\nprofitable\nprofits\nprofligates\nprofound\nprofoundly\nprofusely\nprogenitor\nprogesterone\nprogram\nprogrammatically\nprogramme\nprogrammed\nprogrammer\nprogrammers\nprogramming\nprograms\nprogress\nprogressed\nprogression\nprogressive\nprogressively\nprohibited\nprohibition\nproides\nproject\nprojected\nprojectiles\nprojections\nprojects\nproletariat\nproliferate\nproliferation\nproliferative\nprolific\nprologue\nprolong\nprolongation\nprolonged\nprometheus\nprominence\nprominences\nprominent\nprominient\npromise\npromised\npromises\npromising\npromontory\npromote\npromoted\npromotes\npromoting\npromotion\nprompted\npromptly\nprong\nprongs\npronounced\npronouncing\npronouns\nproof\nprop\npropaganda\npropagation\npropellor\nproper\nproperly\nproperties\nproperty\nprophecies\nprophesy\nprophet\npropionibacteria\npropolis\nproportion\nproportional\nproportioned\nproportions\nproposal\nproposals\npropose\nproposed\nproposition\nproprietor\nprops\nprose\nprosecute\nprosecuted\nprosecution\nprosecutors\nproselytise\nprospect\nprospective\nprospectors\nprospects\nprosperity\nprostaglandins\nprostate\nprosthesis\nprostitute\nprostitution\nprotagonist\nprotect\nprotected\nprotecting\nprotection\nprotections\nprotective\nprotects\nprotein\nproteins\nprotest\nprotesters\nprotesting\nprotests\nproteus\nprotocol\nprototype\nprotozoa\nprotracted\nprotrude\nprotruded\nprotrusion\nproud\nprouder\nproudly\nprove\nproved\nproven\nprovention\nproverb\nproverbial\nproves\nprovide\nprovided\nprovidence\nprovidencia\nprovider\nproviders\nprovides\nproviding\nprovince\nprovinces\nprovincial\nproving\nprovisional\nprovisions\nprovocative\nprovoke\nprovoked\nprovokes\nprovoking\nprovosts\nprowess\nproximal\nproximally\nproxy\npruned\nprussian\nprussic\npryde\nprying\npsa\npseudo\npseudolesion\npseudonym\npsi\npsittacosis\npstn\npsyche\npsychedelia\npsychiatric\npsychiatrist\npsychiatrists\npsychic\npsychoanalysis\npsychoanalyst\npsychologic\npsychological\npsychology\npsychopathic\npsychosexual\npsychosocial\npsychosomatic\npsychotherapy\npsychotic\npt\npteridophytes\nptolemy\nptterned\npu\npub\npubic\npublic\npublication\npublications\npublicly\npublish\npublished\npublisher\npublishers\npublishes\npublishing\npuck\npudding\npuddings\npuddle\npuddling\npuerco\npuff\npuffed\npuffing\npug\npuget\npuke\npulitzer\npull\npulled\npuller\npullets\npulling\npullman\npulls\npulmonary\npulp\npulped\npulsar\npulse\npulsed\npulses\npulsing\npump\npumped\npumping\npumpkin\npumps\npun\npunch\npunchcutter\npunched\npunches\npunching\npunctured\npune\npunishment\npunjab\npunjabi\npunk\npunks\npup\npupil\npupils\npuppet\npuppeteer\npuppies\npuppy\npups\npurchase\npurchased\npurchasers\npurchases\npurchasing\npure\npurely\npurgative\npurgatory\npurge\npurine\npuritan\npuritanism\npurple\npurplish\npurported\npurpose\npurposes\npurr\npurse\npurser\npursue\npursuing\npus\npush\npushchair\npushed\npushes\npushing\npushkin\npushpins\npustules\nput\nputative\nputin\nputs\nputting\nputty\npuyang\npuzzle\npuzzling\npvdf\npwll\npygmies\npygmy\npylons\npylori\npyloric\npyramid\npyramids\npyre\npyrex\npyrolysis\npyrolytic\npyrometers\npyrotechnics\npython\npythons\nq1\nq4\nqaeda\nqasim\nqdt\nqilian\nqing\nqobject\nquacked\nquad\nquadriceps\nquadrigemini\nquadrilateral\nquahog\nquail\nquaint\nquake\nquaker\nqualification\nqualifications\nqualified\nqualifier\nqualifying\nqualitative\nqualities\nquality\nquantitative\nquantities\nquantity\nquantum\nquarrel\nquarry\nquart\nquarter\nquarterback\nquarterly\nquarters\nquartet\nquartz\nquasi\nqueasy\nquebec\nquechua\nqueen\nqueens\nqueensland\nquell\nquelled\nquench\nquenches\nquery\nquesadilla\nquest\nquestion\nquestioning\nquestionnaire\nquestionnaires\nquestions\nquetta\nqueue\nquick\nquicker\nquickly\nquid\nquiet\nquieter\nquietly\nquilt\nquilter\nquilters\nquilting\nquilts\nquindlen\nquip\nquire\nquispel\nquit\nquite\nquiver\nquiz\nquizmaster\nquizzes\nquo\nquota\nquotas\nquotation\nquotations\nquote\nquotes\nquoting\nr\nr80\nr900\nra\nrabbi\nrabbis\nrabbit\nrabbits\nrabble\nrabies\nraccoons\nrace\nraced\nracehorses\nracemic\nracer\nraces\nracetrack\nrachael\nrachel\nracial\nracing\nracism\nracist\nraciti\nrack\nracketeering\nrackets\nradar\nradial\nradially\nradiant\nradiated\nradiating\nradiation\nradiator\nradical\nradicalisation\nradically\nradio\nradioactive\nradiobuttongroup\nradiofrequency\nradiographic\nradiography\nradiological\nradiology\nradionuclides\nradios\nradius\nraf\nraff\nraffle\nraffles\nraft\nrafters\nrafts\nrage\nraged\nragged\nraging\nrags\nragtag\nraid\nraided\nraiding\nraids\nrail\nrailing\nrailroad\nrailway\nrailways\nrain\nrainbow\nrainbows\nraindrop\nraindrops\nrainfall\nrainforest\nrainforests\nrains\nrainwater\nrainy\nraise\nraised\nraises\nraisin\nraising\nraisins\nraj\nraja\nrajasthan\nrajiv\nrake\nrallies\nrally\nram\nrama\nrambling\nrambo\nramming\nramon\nramp\nrampaged\nrampant\nrampart\nramparts\nramps\nramsay\nran\nranbir\nranch\nranches\nrandall\nrandom\nrandomised\nrandomization\nrandomized\nrandomly\nrandy\nrangale\nrange\nranger\nrangers\nranges\nranging\nrank\nranked\nrankin\nranking\nranks\nransacked\nransom\nrap\nrape\nrapid\nrapidly\nrapper\nrare\nrarely\nrarities\nrash\nrasheed\nrasher\nrashers\nrashes\nraspberry\nrasta\nrat\nrate\nrates\nrather\nrating\nratings\nratio\nrational\nrations\nratios\nratpack\nrats\nrattle\nrattled\nrattlesnakes\nraucous\nraven\nravens\nravi\nraw\nray\nrayfield\nrayleigh\nrays\nrazadyne\nrazlog\nrazor\nrazors\nrbi\nrbmk\nrca\nrce\nrcmp\nrdx\nre\nreach\nreached\nreaches\nreaching\nreact\nreacted\nreacting\nreaction\nreactions\nreactive\nreactor\nreactors\nreacts\nread\nreadable\nreader\nreaders\nreadily\nreading\nreadings\nreads\nready\nreagan\nreagent\nreal\nrealistic\nrealities\nreality\nrealization\nrealize\nrealized\nrealizes\nreally\nrealm\nrealms\nream\nreap\nreapers\nreaping\nreappears\nrear\nrearguards\nrearward\nreason\nreasonable\nreasonably\nreasoning\nreasons\nreassigned\nreassignment\nreassorted\nreatment\nrebekah\nrebel\nrebellion\nrebellious\nrebels\nreboot\nreborn\nrebound\nrebuild\nrebuilding\nrebuilt\nreburied\nrebus\nrebuttals\nrecall\nrecalled\nrecaptured\nreceipt\nreceipts\nreceive\nreceived\nreceiver\nreceivers\nreceivership\nreceiverships\nreceives\nreceiving\nrecent\nrecently\nrecepies\nreceptacle\nreceptacles\nreception\nreceptive\nreceptor\nreceptors\nrecesses\nrecession\nrecessions\nrechristened\nrecipe\nrecipes\nrecipient\nrecipients\nreciprocating\nrecirculation\nreciter\nrecites\nreckless\nrecklessly\nreckon\nreclaim\nreclamation\nrecogniser\nrecognition\nrecognize\nrecognized\nrecognizes\nrecognizing\nrecoil\nrecombinant\nrecombineering\nrecomendations\nrecommend\nrecommendation\nrecommendations\nrecommended\nreconnaissance\nreconnection\nreconstitution\nreconstructed\nreconstruction\nreconstructions\nrecope\nrecord\nrecorded\nrecorder\nrecording\nrecordings\nrecords\nrecounted\nrecounts\nrecover\nrecovered\nrecovering\nrecovery\nrecreation\nrecreational\nrecruited\nrecruiters\nrecruiting\nrecruitment\nrecruits\nrectangle\nrectangles\nrectangular\nrector\nrectory\nrectus\nrecur\nrecurrence\nrecurrent\nrecurring\nrecursive\nrecyclable\nrecycled\nrecycling\nred\nredcurrent\nredd\nreddish\nreddy\nredecorated\nredemption\nredeployment\nredesign\nredesigned\nredevelopment\nredford\nrediculously\nredimeres\nredirecting\nrediscovery\nredistribution\nredlining\nredmond\nredone\nreduce\nreduced\nreducers\nreduces\nreducing\nreduction\nreductions\nredundancies\nredundant\nredwood\nredwoods\nreeased\nreed\nreeds\nreef\nreefs\nreel\nreels\nreetha\nrefer\nreferee\nreferees\nreference\nreferences\nreferencing\nreferrals\nreferred\nreferring\nrefers\nrefills\nrefined\nrefinement\nrefineries\nrefinery\nrefining\nreflect\nreflected\nreflecting\nreflection\nreflections\nreflects\nreflex\nreflexive\nreflux\nreform\nreformation\nreforming\nreformist\nreforms\nrefracted\nrefraction\nrefractory\nrefrain\nrefreshed\nrefreshing\nrefrigerant\nrefrigerator\nrefrigerators\nrefueling\nrefugee\nrefugees\nrefuges\nrefunds\nrefusal\nrefused\nrefuses\nrefute\nrefutes\nregain\nregained\nregains\nregard\nregarded\nregarding\nregardless\nregards\nregeneration\nregenerative\nregents\nreggae\nregime\nregimens\nregiment\nregiments\nregimes\nregion\nregional\nregions\nregister\nregistered\nregistering\nregisters\nregistrar\nregistration\nregistries\nregistry\nregression\nregretted\nregular\nregularity\nregularly\nregulars\nregulate\nregulated\nregulates\nregulating\nregulation\nregulations\nregulator\nregulators\nregulatory\nregurgitation\nrehabilitated\nrehabilitation\nrehearsal\nreheat\nreign\nreilly\nrein\nreindeer\nreinforce\nreinforced\nreinforcements\nreinforcing\nreinhart\nreinstalled\nreinstatement\nreinsurance\nreinvent\nreiterated\nrejected\nrejection\nrejoiced\nrelate\nrelated\nrelates\nrelating\nrelation\nrelations\nrelationship\nrelationships\nrelative\nrelatively\nrelatives\nrelax\nrelaxation\nrelaxed\nrelaxes\nrelaxing\nrelay\nrelease\nreleased\nreleases\nreleasing\nrelegation\nrelena\nrelevance\nrelevant\nreliability\nreliable\nreliance\nrelic\nrelics\nrelict\nrelied\nrelief\nreliefs\nrelies\nrelieve\nrelieved\nrelievers\nreligion\nreligions\nreligious\nreliquary\nrelish\nreloaded\nrelocation\nrelock\nreluctant\nrely\nrelying\nremade\nremain\nremainder\nremained\nremaining\nremains\nremake\nremark\nremarkable\nremarkably\nremarks\nremedy\nremember\nremembered\nremembers\nremind\nreminded\nreminding\nreminds\nreminiscent\nremit\nremitted\nremnant\nremnants\nremodeled\nremodeling\nremorse\nremote\nremotely\nremotest\nremovable\nremovably\nremoval\nremovals\nremove\nremoved\nremoves\nremoving\nremuda\nrenaissance\nrenal\nrenaming\nrender\nrendered\nrendering\nrending\nrendition\nrenegades\nrenew\nrenewable\nrenewed\nrenfrew\nrenin\nrennet\nrennie\nrenosterveld\nrenovated\nrenovation\nrenovations\nrenowned\nrent\nrental\nrenting\nrents\nrenwick\nreopen\nreorganization\nrepair\nrepaired\nrepairing\nrepairman\nrepairs\nreparative\nrepeat\nrepeatable\nrepeated\nrepeatedly\nrepeater\nrepeating\nrepelled\nrepertoire\nrepertory\nrepetition\nreplace\nreplaced\nreplacement\nreplaces\nreplenish\nreplica\nreplicated\nreplies\nreply\nreport\nreportage\nreported\nreporter\nreporters\nreporting\nreports\nrepositioned\nrepository\nrepresent\nrepresentation\nrepresentational\nrepresentations\nrepresentative\nrepresentatives\nrepresented\nrepresenting\nrepresents\nrepressive\nreprinted\nreproduce\nreproduced\nreproduction\nreproductive\nreproof\nreps\nrepublic\nrepublican\nrepublicans\nrepublics\nrepurpose\nreputable\nreputation\nreputed\nreputedly\nrequest\nrequested\nrequests\nrequire\nrequired\nrequirement\nrequirements\nrequires\nrequiring\nrescheduled\nrescue\nrescued\nresearch\nresearched\nresearcher\nresearchers\nresearches\nreseller\nreselling\nresemble\nresembled\nresembles\nresembling\nreservation\nreserve\nreserved\nreserves\nreservoir\nreservoirs\nreset\nresetting\nreshape\nreside\nresidence\nresidencia\nresident\nresidential\nresidents\nresides\nresiding\nresidual\nresidue\nresidues\nresign\nresignation\nresigns\nresilience\nresin\nresist\nresistance\nresisted\nresistors\nresolution\nresolutions\nresolve\nresolved\nresolving\nresonance\nresonant\nresonating\nresort\nresource\nresources\nrespect\nrespectable\nrespected\nrespecting\nrespective\nrespectively\nrespects\nrespiration\nrespirators\nrespiratory\nrespite\nrespond\nresponded\nrespondent\nrespondents\nresponder\nresponse\nresponses\nresponsibilities\nresponsibility\nresponsible\nresponsiblity\nresponsive\nrest\nrestart\nrestaurant\nrestaurants\nrested\nresting\nrestoration\nrestored\nrestrained\nrestricted\nrestriction\nrestrictions\nrestructuring\nrests\nresult\nresultantly\nresulted\nresulting\nresults\nresume\nresumed\nresurgence\nresveratrol\nretail\nretailer\nretailerer\nretailers\nretain\nretained\nretaining\nretains\nretaliation\nretards\nreteam\nretention\nretina\nretinal\nretinitis\nretired\nretiree\nretirement\nretiring\nretort\nretorts\nretract\nretracted\nretracts\nretransmission\nretreat\nretreating\nretribution\nretrieval\nretrieve\nretrieved\nretriever\nretrieves\nretroactive\nretrospective\nreturn\nreturned\nreturning\nreturns\nreunion\nreunions\nreused\nrev\nreveal\nrevealed\nrevealer\nrevealing\nreveals\nrevelation\nrevelatory\nrevellers\nrevels\nrevenge\nrevenue\nrevenues\nreverence\nreverend\nreversal\nreverse\nreversed\nreversible\nreversing\nreview\nreviewed\nreviewer\nreviewing\nreviews\nrevised\nrevisions\nrevisit\nrevive\nrevolting\nrevolution\nrevolutionary\nrevolutionise\nrevolutionized\nrevolved\nrevolver\nrevolves\nrevolving\nrevved\nreward\nrewarded\nrewarding\nrewards\nrewarewa\nrex\nreynold\nreynolds\nrf\nrfid\nrhenium\nrhetoric\nrhine\nrhinoceros\nrhinoceroses\nrhinos\nrhizopus\nrhode\nrhodes\nrhumba\nrhyme\nrhys\nrhythm\nrhytidome\nribbon\nribeiro\nriboside\nribozymes\nribs\nrica\nrican\nricardo\nrice\nrich\nrichard\nricher\nriches\nrichmond\nrichness\nrichter\nrickety\nrickham\nricochets\nricotta\nrid\nriddle\nride\nrider\nriders\nrides\nridge\nridiculously\nriding\nriemer\nriff\nriffles\nriffraff\nriffs\nrifle\nriflemen\nrifles\nrift\nrig\nriga\nright\nrightly\nrightnow\nrights\nrigid\nrigidity\nrigidly\nrill\nrim\nring\nringed\nrings\nringtone\nringworm\nrinse\nrinsing\nrio\nriot\nrioters\nriots\nriparian\nripe\nripening\nripped\nripping\nripple\nrips\nrise\nrises\nrising\nrisk\nrisked\nrisks\nrisky\nrite\nrites\nritual\nrituals\nrival\nrivaled\nrivaling\nrivals\nriver\nriverbank\nrivers\nriverside\nrivet\nriviera\nrizal\nrj\nrmix\nrna\nro\nroach\nroad\nroads\nroadside\nroadway\nroamed\nroane\nroar\nroaring\nroast\nroasted\nroasting\nrob\nrobbed\nrobber\nrobberes\nrobbers\nrobbery\nrobe\nrobert\nroberts\nrobin\nrobins\nrobinson\nrobot\nrobotic\nrobotics\nrobots\nrobust\nrocco\nrock\nrocket\nrockfish\nrocks\nrockwell\nrocky\nrod\nrode\nrodent\nrodents\nrodney\nrodrigue\nrodrigues\nrods\nroebucks\nrogge\nrogoff\nrogue\nrogues\nroi\nrole\nroles\nroll\nrolled\nroller\nrolling\nrollout\nrollover\nrolls\nrolt\nrom\nroman\nromance\nromances\nromani\nromania\nromans\nromantic\nromantics\nrome\nromp\nroms\nromulan\nromulus\nronald\nroni\nroof\nroofing\nrooftop\nrookery\nrookie\nrooks\nroom\nrooms\nrooney\nrooster\nroot\nrootball\nrooted\nroots\nrootstock\nrope\nroped\nropes\nropivacaine\nrosacea\nrosary\nrose\nroses\nrosetta\nrosewill\nroshan\nrosined\nross\nrostrum\nrotary\nrotatably\nrotate\nrotated\nrotates\nrotating\nrotation\nrotator\nrothko\nrothschild\nrotor\nrotors\nrotunda\nrough\nroughly\nroughness\nrouleau\nroulette\nround\nrounded\nroundness\nroundtables\nroundworms\nroused\nrout\nroute\nrouter\nroutes\nroutine\nroutinely\nrouting\nroutings\nrove\nrow\nrowan\nrowdy\nrowe\nrower\nrowhouses\nrowing\nroy\nroyal\nroyals\nroyalties\nroyalty\nrrna\nrs\nrso\nrss\nrsvp\nrub\nrubber\nrubberized\nrubbery\nrubbing\nrubbish\nrubia\nrubies\nrubles\nrudders\nruddy\nrue\nrug\nrugby\nrugged\nruin\nruined\nruins\nrule\nruler\nrulers\nrules\nruling\nrum\nrumor\nrumors\nrun\nrunaway\nrung\nrunnability\nrunner\nrunners\nrunning\nrunny\nrunoff\nruns\nrunway\nrunways\nrupchand\nrupees\nrupture\nruptures\nrural\nrush\nrushed\nrushing\nruss\nrussborough\nrussell\nrussert\nrussia\nrussian\nrust\nrustic\nrustles\nrusty\nrusyn\nrutledge\nrwanda\nrwandan\nryan\nrye\nryes\nrythmbox\ns\nsa\nsaatchi\nsabah\nsabbath\nsabine\nsabotaged\nsac\nsaccade\nsachs\nsack\nsacked\nsacks\nsacramental\nsacramento\nsacred\nsacrifical\nsacrifice\nsacrificed\nsacrifices\nsad\nsaddle\nsaddlebags\nsaddled\nsadistic\nsadistically\nsadly\nsadness\nsadr\nsafari\nsafe\nsafely\nsafer\nsafest\nsafety\nsafflower\nsaga\nsagas\nsage\nsaginaw\nsagunto\nsaharan\nsaid\nsail\nsailboat\nsailed\nsailing\nsailor\nsailors\nsails\nsaint\nsaints\nsaknussemm\nsalad\nsalads\nsalamanders\nsalaries\nsalary\nsale\nsales\nsalesforce\nsalesman\nsalford\nsaline\nsaliva\nsally\nsalmon\nsalmonella\nsalmonellosis\nsalmons\nsaloon\nsalt\nsaltpetre\nsaltwater\nsalty\nsalumi\nsalva\nsalvador\nsalvaged\nsalvation\nsalvelinus\nsam\nsame\nsamoa\nsample\nsampled\nsamples\nsampling\nsamsonite\nsamurai\nsan\nsanchez\nsanction\nsanctions\nsanctorum\nsanctuary\nsand\nsandals\nsandalwood\nsandbags\nsandbox\nsandhill\nsandpaper\nsandra\nsands\nsandstone\nsandwich\nsandwiches\nsandy\nsang\nsangeet\nsanitary\nsanitation\nsanitized\nsank\nsanquhar\nsans\nsansanding\nsanskrit\nsanta\nsanter\nsantiago\nsantur\nsanye\nsanz\nsaosin\nsap\nsaplings\nsar\nsarah\nsarcophagus\nsarcos\nsardines\nsardius\nsarkozy\nsarojini\nsars\nsashayed\nsaskatchewan\nsat\nsatanists\nsatchel\nsatellite\nsatellites\nsatire\nsatirical\nsatisfaction\nsatisfactory\nsatisfies\nsatisfying\nsaturated\nsaturating\nsaturation\nsaturday\nsaturn\nsauce\nsaucers\nsauces\nsaudi\nsauerkraut\nsaul\nsaunders\nsausage\nsausages\nsavage\nsavagery\nsavages\nsavanna\nsavannah\nsavannahs\nsave\nsaved\nsavers\nsaves\nsaving\nsavings\nsaw\nsawdust\nsawed\nsawing\nsaws\nsaxony\nsaxophone\nsay\nsayeth\nsaying\nsays\nscabies\nscabrous\nscaffold\nscalding\nscale\nscaled\nscales\nscaling\nscallops\nscalp\nscalpel\nscammed\nscan\nscandal\nscandalous\nscandals\nscandinavia\nscandinavian\nscanner\nscanning\nscans\nscanty\nscar\nscarab\nscarcely\nscare\nscarecrow\nscarf\nscarff\nscarring\nscars\nscary\nscattered\nscattering\nscavenge\nscavenger\nscenario\nscenarios\nscene\nscenery\nscenes\nscented\nscepticism\nschaeffer\nschaff\nschedule\nscheduled\nschedules\nscheme\nschemes\nschiavo\nschneider\nschoener\nschoenike\nscholar\nscholarly\nscholars\nscholarship\nscholarships\nschoniger\nschool\nschoolchild\nschoolgirls\nschools\nschoolteacher\nschoondrels\nschooner\nschose\nschott\nschuylkill\nschwann\nschwannoma\nschwartz\nsci\nscience\nsciences\nscientific\nscientist\nscientists\nscintillator\nscissors\nscleroderma\nscoff\nscold\nscooba\nscoop\nscooter\nscope\nscore\nscored\nscores\nscoring\nscorpio\nscorpion\nscot\nscotch\nscotland\nscots\nscott\nscottie\nscottish\nscoundrels\nscourge\nscourging\nscout\nscouting\nscouts\nscowling\nscrambled\nscrapbooks\nscrapes\nscraps\nscratch\nscratched\nscratches\nscrawl\nscreaching\nscream\nscreaming\nscreeching\nscreen\nscreened\nscreening\nscreenings\nscreenplay\nscreens\nscrew\nscrewdriver\nscrewed\nscrews\nscribe\nscrimmage\nscript\nscriptin\nscripting\nscripts\nscripture\nscroll\nscrub\nscrubby\nscrum\nscrutiny\nscud\nscuffle\nsculling\nsculptor\nsculpts\nsculpture\nsculptures\nscum\nscurry\nscurrying\nscuttle\nscythian\nsdiraya\nsds\nsea\nseabat\nseabirds\nseacrest\nseafloor\nseafood\nseagulls\nseal\nsealed\nsealer\nsealingly\nsealless\nseals\nseam\nseaman\nseamews\nseamless\nseams\nsean\nsear\nsearch\nsearched\nsearching\nsearchlight\nseas\nseashore\nseashores\nseason\nseasonal\nseasoned\nseasoning\nseasons\nseat\nseated\nseating\nseats\nseattle\nseawall\nseawater\nseaweed\nsebaceous\nsebastian\nseborrheic\nsebring\nsecluded\nsecond\nsecondarily\nsecondary\nsecondly\nseconds\nsecrecy\nsecret\nsecretariat\nsecretary\nsecrete\nsecreted\nsecretion\nsecretions\nsecretly\nsecretory\nsecrets\nsect\nsection\nsectional\nsections\nsector\nsectors\nsects\nsecular\nsecure\nsecured\nsecurely\nsecures\nsecuring\nsecurities\nsecurity\nsedan\nsedation\nsedge\nsediment\nsedimentary\nsedimentation\nsediments\nsedna\nsee\nseed\nseedbed\nseedlings\nseedpod\nseeds\nseeing\nseek\nseeker\nseekers\nseeking\nseeks\nseem\nseemed\nseemingly\nseems\nseen\nseepage\nseeps\nsees\nseethe\nsegment\nsegments\nsegregated\nsegues\nseguiriyas\nseismic\nseismologists\nseized\nseizure\nseizures\nseldom\nselect\nselected\nselecting\nselection\nselections\nselective\nselectmen\nselector\nselenium\nseleucid\nself\nselintan\nseljuk\nsell\nseller\nsellers\nsellin\nselling\nsemantic\nsemantically\nsemantics\nsemen\nsemester\nsemi\nsemiautomatic\nsemicircular\nsemicolon\nsemiconductor\nsemifmished\nsemimembranosus\nseminal\nseminar\nseminars\nsemitism\nsemitone\nsemtex\nsen\nsenate\nsenator\nsenators\nsenatorships\nsend\nsender\nsending\nsendler\nsends\nseneca\nsenegalais\nsenegalese\nsenior\nseniors\nsenna\nsensation\nsense\nsenses\nsensible\nsensitive\nsensitively\nsensitivity\nsensitization\nsensor\nsensoril\nsensors\nsensory\nsensuous\nsent\nsentamu\nsentence\nsentenced\nsentences\nsentiments\nsentinels\nsentries\nsentry\nseo\nseparate\nseparated\nseparately\nseparates\nseparating\nseparation\nseparations\nseperate\nsephiroth\nsept\nseptember\nsepticemia\nsepulcher\nsequel\nsequels\nsequence\nsequenced\nsequencer\nsequences\nsequencing\nsequential\nsequoias\nserangoon\nserbian\nserbs\nserenade\nserge\nsergeant\nserial\nseries\nserina\nserious\nseriously\nseriousness\nserous\nserpent\nserpentine\nserratia\nserum\nservant\nservants\nserve\nserved\nserver\nservers\nserves\nservewear\nservice\nserviced\nservices\nservicing\nserving\nservo\nservomotor\nses\nsesame\nsession\nsessions\nset\nsetbacks\nseth\nseto\nsets\nsettee\nsetting\nsettings\nsettle\nsettled\nsettlement\nsettler\nsettlers\nsettling\nsetup\nseven\nseventeen\nseventeenth\nseventh\nseventy\nseveral\nseverance\nsevere\nsevered\nseverely\nseverine\nsevering\nseverity\nsevier\nseville\nsew\nsewage\nsewed\nsewer\nsewing\nsewn\nsex\nsexism\nsextant\nsexual\nsexually\nseychelles\nseychellois\nsgpc\nsgt\nshabab\nshabby\nshack\nshad\nshade\nshaded\nshading\nshadow\nshadowed\nshadowlawn\nshadowmoon\nshadows\nshady\nshaft\nshahid\nshahrestan\nshake\nshaken\nshakespeare\nshaking\nshaky\nshale\nshall\nshallow\nshalom\nshaman\nshamdasani\nshame\nshampoo\nshampoos\nshan\nshand\nshanghai\nshanhua\nshank\nshanks\nshannyn\nshape\nshaped\nshapely\nshapes\nshaping\nshare\nshared\nsharee\nshareholders\nshares\nsharif\nsharing\nshark\nsharks\nsharma\nsharp\nsharpener\nsharpening\nshashe\nshasta\nshattered\nshave\nshaves\nshaving\nshavings\nshaykh\nshe\nshear\nsheath\nsheathing\nsheave\nshed\nshedding\nsheds\nsheep\nsheer\nsheet\nsheets\nsheffield\nshelby\nshelf\nshell\nshellac\nshelled\nshellfish\nshelling\nshells\nshelter\nshelters\nshelves\nshepherds\nsheraton\nsheriff\nsheshan\nshi\nshia\nshibnath\nshield\nshielded\nshielding\nshift\nshifted\nshifting\nshifts\nshigang\nshijing\nshilling\nshin\nshinbatsu\nshines\nshingle\nshingles\nshining\nshioji\nship\nshipbuilding\nshipment\nshipments\nshipped\nshipping\nships\nshipwreck\nshipwrights\nshipyard\nshirley\nshiro\nshiromani\nshirt\nshirtless\nshirts\nshirttails\nshirtwaists\nshiver\nshoal\nshock\nshocked\nshocking\nshocks\nshockwaves\nshoe\nshoebox\nshoemaker\nshoes\nshone\nshook\nshoot\nshooter\nshooting\nshootout\nshoots\nshop\nshopper\nshoppers\nshopping\nshops\nshore\nshoreline\nshores\nshort\nshortage\nshortages\nshortbread\nshorten\nshortened\nshortens\nshorter\nshortest\nshortly\nshortness\nshorts\nshortwave\nshot\nshotgun\nshotguns\nshots\nshouders\nshould\nshoulder\nshoulderbone\nshoulders\nshouted\nshovel\nshoveling\nshovels\nshow\nshowa\nshowcase\nshowcased\nshowed\nshower\nshowered\nshowering\nshowers\nshowing\nshown\nshowroom\nshows\nshred\nshredded\nshredder\nshreds\nshrewdly\nshrewdness\nshri\nshrieking\nshrimp\nshrimps\nshrine\nshrink\nshrinkage\nshrinking\nshrinks\nshroud\nshrub\nshrubs\nshu\nshuddering\nshuffle\nshuffled\nshugotenshi\nshunt\nshupp\nshut\nshuts\nshutter\nshuttle\nshuttles\nshuzhong\nshylock\nsi\nsiberia\nsiberian\nsichuan\nsicily\nsick\nsickert\nsickness\nside\nsided\nsides\nsidewalk\nsidewalks\nsidewall\nsideways\nsidewinder\nsiding\nsiege\nsiegelman\nsieges\nsierra\nsierras\nsifting\nsigatoka\nsighed\nsight\nsighted\nsighting\nsigmoid\nsign\nsignal\nsignals\nsignature\nsignatures\nsigned\nsignificance\nsignificant\nsignificantly\nsignification\nsigning\nsignoff\nsigns\nsikh\nsilane\nsilastic\nsilence\nsilencing\nsilent\nsilently\nsilhouettes\nsilica\nsilicon\nsilicone\nsilk\nsilken\nsilkworm\nsilly\nsilmarillion\nsilver\nsilvers\nsilversmiths\nsilverwoods\nsilvicultural\nsimbel\nsime\nsimering\nsimilar\nsimilarities\nsimilarly\nsimmering\nsimmons\nsimon\nsimple\nsimpler\nsimplest\nsimplex\nsimplicity\nsimplify\nsimply\nsimpson\nsimulate\nsimulated\nsimulates\nsimulating\nsimulation\nsimulator\nsimulators\nsimultaneous\nsimultaneously\nsin\nsinbad\nsince\nsine\nsinegorsk\nsing\nsingabore\nsingapore\nsinger\nsingers\nsingh\nsinging\nsingle\nsinglehandedly\nsingles\nsinglet\nsingular\nsinister\nsink\nsinking\nsinks\nsinn\nsinned\nsino\nsins\nsinus\nsinuses\nsinusitis\nsinusoidal\nsip\nsiphon\nsipped\nsir\nsired\nsires\nsister\nsisterhood\nsisters\nsit\nsite\nsites\nsits\nsitting\nsituated\nsituation\nsituations\nsix\nsixteen\nsixteenth\nsixth\nsixties\nsixty\nsizable\nsize\nsized\nsizes\nsizzle\nskate\nskateboard\nskateboarding\nskateboards\nskegs\nskein\nskeletal\nskeleton\nskeptical\nsketch\nsketches\nsketchy\nski\nskidmore\nskies\nskiier\nskilfully\nskill\nskilled\nskills\nskim\nskimmers\nskin\nskinned\nskinner\nskins\nskip\nskipping\nskirmishers\nskirt\nskirts\nskulk\nskull\nskulls\nskunks\nsky\nskydivers\nskydiving\nskyline\nskype\nslaanesh\nslab\nslade\nslain\nslamming\nslang\nslapdash\nslapped\nslapping\nslapshot\nslashed\nslate\nslated\nslaughter\nslaughtered\nslaughtering\nslave\nslavery\nslaves\nsled\nsledgehammer\nsleek\nsleep\nsleeping\nsleeps\nsleeve\nsleeves\nslender\nsleuth\nsleuths\nslice\nsliced\nslices\nslick\nslide\nslider\nslides\nslideshow\nslideshows\nslideway\nsliding\nslight\nslighted\nslightly\nslim\nslimmest\nslingshot\nslinky\nslip\nslipcase\nslipped\nslippers\nslips\nslit\nslivers\nslone\nslope\nslopes\nsloshed\nslot\nsloth\nslots\nslouch\nslovakia\nslow\nslowdown\nslowed\nslower\nslowing\nslowly\nsls\nsludge\nslug\nsluggish\nslugs\nslum\nslurred\nslurry\nslurs\nsly\nsma\nsmack\nsmall\nsmaller\nsmallest\nsmalley\nsmallholders\nsmallholding\nsmallholdings\nsmallpox\nsmallsword\nsmark\nsmart\nsmartest\nsmashed\nsmear\nsmeared\nsmell\nsmelling\nsmells\nsmelting\nsmelts\nsmile\nsmiled\nsmiles\nsmiling\nsmith\nsmither\nsmn\nsmog\nsmoke\nsmoked\nsmokers\nsmoking\nsmoky\nsmooth\nsmoothe\nsmoother\nsmoothie\nsmoothly\nsms\nsmuck\nsmuckers\nsmuggle\nsmuggled\nsmuggler\nsmugglers\nsmuggling\nsmuts\nsnack\nsnacks\nsnags\nsnails\nsnake\nsnaked\nsnakes\nsnap\nsnapped\nsnapping\nsnapshot\nsnaring\nsnarl\nsnatched\nsneak\nsneakers\nsneer\nsneezing\nsnes\nsniffers\nsnipe\nsniper\nsnipes\nsnippet\nsnipping\nsnob\nsnooker\nsnorgled\nsnout\nsnow\nsnowdrift\nsnowdrifts\nsnowflakes\nsnowshoes\nsnowstorm\nsnowy\nso\nsoaked\nsoaking\nsoap\nsoaps\nsoaring\nsobbing\nsoccer\nsocial\nsocialist\nsocialists\nsocialize\nsocially\nsocietal\nsocietes\nsocieties\nsociety\nsocio\nsociocultural\nsociological\nsociologist\nsociology\nsociometrics\nsock\nsocket\nsocks\nsoda\nsodium\nsofa\nsofas\nsoft\nsoftball\nsoften\nsoftware\nsohh\nsoil\nsoils\nsol\nsolace\nsolar\nsold\nsolder\nsoldier\nsoldiers\nsole\nsolely\nsoles\nsolfatara\nsolicited\nsolicitors\nsolid\nsolidarity\nsolidified\nsolidly\nsolids\nsolitaire\nsolitary\nsolo\nsoloing\nsoloist\nsolomon\nsolute\nsolution\nsolutions\nsolve\nsolved\nsolvent\nsolves\nsolving\nsolzhenitsyn\nsomali\nsomalia\nsomatic\nsomborne\nsome\nsomebody\nsomehow\nsomeone\nsomething\nsometime\nsometimes\nsomewhat\nsomewhere\nsomniferum\nson\nsonar\nsong\nsongs\nsongwriter\nsongwriters\nsongwriting\nsonic\nsonoconductive\nsonoma\nsons\nsonu\nsony\nsoon\nsoot\nsophisticated\nsophistication\nsophomores\nsorace\nsorcerers\nsorcha\nsord\nsore\nsores\nsorghum\nsorority\nsorrow\nsort\nsorted\nsorts\nsotheby\nsouffle\nsought\nsoul\nsouls\nsoult\nsound\nsoundboard\nsounder\nsounding\nsoundman\nsounds\nsoundtrack\nsoup\nsoups\nsour\nsource\nsources\nsourcing\nsoured\nsouth\nsouthbridge\nsoutheast\nsoutheastern\nsouthern\nsouthernmost\nsouthward\nsouthwest\nsouthwestern\nsouthwick\nsovereigns\nsovereignty\nsoviet\nsoviets\nsownder\nsows\nsoy\nsoya\nsoybean\nsoybeans\nspa\nspace\nspacecraft\nspaced\nspaces\nspaceship\nspacey\nspacious\nspaghetti\nspagna\nspain\nspake\nspam\nspammer\nspamming\nspan\nspanish\nspanner\nspanning\nspans\nspare\nspareparts\nsparing\nspark\nsparked\nsparking\nsparkling\nsparkly\nsparky\nsparrow\nsparrows\nsparse\nspasm\nspatial\nspatio\nspatula\nspatulate\nspawn\nspawned\nspawning\nspeaker\nspeakers\nspeaking\nspeaks\nspear\nspec\nspecial\nspecialised\nspecialises\nspecialist\nspecialists\nspecialized\nspecializing\nspecially\nspecialties\nspecialty\nspecies\nspecific\nspecifically\nspecification\nspecifications\nspecified\nspecifying\nspecimen\nspecimens\nspeck\nspectacular\nspectators\nspectral\nspectrochemical\nspectrograph\nspectrometer\nspectrometric\nspectrum\nspeculation\nspeculations\nspeculative\nspeculators\nsped\nspeech\nspeeches\nspeed\nspeeding\nspeedometer\nspeeds\nspell\nspelled\nspelling\nspells\nspend\nspended\nspending\nspent\nsperm\nsphenoid\nsphere\nspherical\nsphinxes\nsphondylium\nsphygmomanometer\nspice\nspiced\nspices\nspiciness\nspicy\nspider\nspiders\nspied\nspies\nspike\nspikes\nspill\nspilled\nspilling\nspills\nspin\nspinal\nspindle\nspinnaker\nspinosaurus\nspins\nspiral\nspiraled\nspirals\nspires\nspirit\nspirits\nspiritual\nspirituality\nspite\nspitting\nsplash\nsplashes\nsplattered\nsplenda\nsplendid\nsplice\nsplined\nsplines\nsplinter\nsplints\nsplit\nsplits\nsplitter\nsplitting\nspoiled\nspoke\nspoken\nspokeswoman\nsponsored\nsponsoring\nsponsors\nsponsorship\nspontaneous\nspontaneously\nspoofers\nspool\nspooled\nspoon\nspore\nspores\nsport\nsporting\nsports\nsportsman\nsportspersons\nspot\nspotlight\nspots\nspotted\nspotter\nspouse\nspout\nspp\nsprains\nsprang\nsprawling\nspray\nsprayed\nsprayer\nspraying\nspread\nspreading\nspreads\nspreadsheet\nspreadsheets\nspree\nspring\nspringing\nsprings\nspringtime\nspringwatch\nsprinkler\nsprout\nsprouts\nspuds\nspun\nspuntino\nspur\nspurs\nspy\nsquabble\nsquad\nsquadron\nsquadrons\nsquads\nsquare\nsquarely\nsquash\nsquatted\nsquatter\nsquatters\nsqueeze\nsqueezed\nsqueezing\nsquelching\nsquid\nsquids\nsquirrel\nsquirrels\nsra\nsri\nsrr\nss\nst\nstab\nstabbed\nstabilising\nstability\nstabilization\nstabilize\nstabilizer\nstable\nstabs\nstacey\nstack\nstacked\nstackers\nstacks\nstadium\nstadler\nstaff\nstaffed\nstafford\nstage\nstaged\nstages\nstaggering\nstaggeringly\nstain\nstained\nstainless\nstairs\nstais\nstake\nstakeholders\nstakes\nstale\nstalin\nstalk\nstalked\nstalks\nstall\nstalled\nstallion\nstallions\nstallone\nstalls\nstalwart\nstamp\nstamped\nstampeding\nstamps\nstance\nstanchion\nstand\nstandard\nstandards\nstandby\nstanding\nstandpoint\nstands\nstanford\nstanfords\nstanislaus\nstank\nstanley\nstanza\nstaph\nstaphylococcal\nstaphylococcus\nstaple\nstapled\nstapler\nstaples\nstapling\nstar\nstarbucks\nstarch\nstarches\nstardust\nstare\nstarfish\nstaring\nstark\nstarkly\nstarlings\nstarring\nstars\nstarship\nstart\nstarted\nstarter\nstarting\nstartled\nstartling\nstarts\nstartups\nstarving\nstash\nstashes\nstate\nstated\nstately\nstatement\nstatements\nstates\nstatesman\nstatewide\nstatic\nstating\nstation\nstationary\nstationed\nstationery\nstations\nstatistical\nstatistically\nstatistics\nstator\nstatue\nstature\nstatus\nstatute\nstatutes\nstay\nstayed\nstaying\nstays\nstaysail\nste\nste90\nsteadily\nsteady\nsteak\nsteal\nstealing\nstealth\nstealthy\nsteam\nsteamed\nsteamer\nsteaming\nsteel\nsteep\nsteering\nstella\nstellar\nstem\nstemmed\nstems\nstenosis\nstent\nstep\nstepfather\nstephanie\nstephen\nstephenson\nstepmother\nsteppe\nstepped\nstepping\nsteppingmotor\nsteps\nstereo\nstereograph\nsterile\nstern\nsteroid\nsteroids\nstethoscope\nsteuben\nsteve\nstevens\nstevyn\nstew\nstiches\nstick\nsticker\nstickiness\nsticking\nsticks\nsticky\nstiff\nstifling\nstigmasterol\nstigmatizing\nstill\nstillborn\nstills\nstimulant\nstimulated\nstimulating\nstimulation\nstimuli\nstimulus\nsting\nstings\nstinker\nstipend\nstir\nstirred\nstirrer\nstirring\nstirs\nstitch\nstitched\nstitches\nstitching\nstock\nstockbridge\nstockholders\nstocking\nstockings\nstocks\nstockton\nstoelzel\nstoic\nstoics\nstokes\nstole\nstolen\nstomach\nstomachs\nstone\nstonebow\nstones\nstonework\nstoneyard\nstong\nstood\nstools\nstop\nstoppable\nstopped\nstopper\nstopping\nstops\nstora\nstorage\nstore\nstored\nstores\nstoreyed\nstories\nstoring\nstork\nstorks\nstorm\nstormed\nstorming\nstormont\nstorms\nstormy\nstory\nstoryboard\nstoryline\nstorylines\nstoryteller\nstorytelling\nstout\nstove\nstoves\nstovetop\nstradivari\nstraight\nstraightforward\nstrain\nstrainer\nstraining\nstrains\nstraitjacket\nstrand\nstranded\nstrands\nstrange\nstrangely\nstranger\nstrap\nstrategic\nstrategies\nstrategy\nstratford\nstratification\nstratosphere\nstratospheric\nstraw\nstrawberries\nstrawberry\nstreak\nstreaking\nstreaks\nstream\nstreamcasts\nstreaming\nstreams\nstreema\nstreet\nstreets\nstreetscapes\nstrength\nstrengthen\nstrengthened\nstrengthening\nstrenuous\nstress\nstressed\nstresses\nstretch\nstretched\nstretches\nstrewn\nstricken\nstrict\nstricter\nstrictly\nstricture\nstride\nstrider\nstrike\nstriker\nstrikers\nstriking\nstrikingly\nstring\nstringed\nstringent\nstrings\nstrip\nstriped\nstripes\nstripless\nstripped\nstrips\nstrives\nstroke\nstroker\nstrokes\nstroll\nstroller\nstrolling\nstroma\nstrong\nstronger\nstrongest\nstrongly\nstrora\nstrove\nstruck\nstruct\nstructural\nstructurally\nstructure\nstructured\nstructures\nstructuring\nstruggle\nstruggled\nstrugglers\nstruggles\nstruggling\nstrumble\nstrung\nstrutting\nstruvite\nsts\nstuart\nstubborn\nstubby\nstubs\nstuck\nstud\nstudded\nstudebaker\nstudent\nstudents\nstudentship\nstudied\nstudies\nstudio\nstudios\nstudy\nstudying\nstuff\nstuffed\nstuffing\nstuffy\nstumbled\nstump\nstun\nstunner\nstunning\nstuns\nstunt\nstuntman\nsturdier\nsturnus\nstyle\nstyles\nstylesearch\nstylesheet\nstylist\nsub\nsubclavian\nsubcontinent\nsubculture\nsubcutaneous\nsubdetectors\nsubdivided\nsubdue\nsubdued\nsubdural\nsubject\nsubjected\nsubjects\nsubjugate\nsublime\nsubluxations\nsubmarine\nsubmarines\nsubmerged\nsubmersible\nsubmission\nsubmits\nsubmitted\nsubmitting\nsuborbital\nsubordinate\nsubordinated\nsubscribers\nsubsection\nsubsequent\nsubsequently\nsubsidence\nsubsidiary\nsubsidies\nsubsidising\nsubsidization\nsubsidizing\nsubsistence\nsubstance\nsubstances\nsubstantia\nsubstantial\nsubstantially\nsubstantive\nsubstitute\nsubstituted\nsubstitution\nsubstitutional\nsubstorm\nsubstrate\nsubstrates\nsubterranean\nsubtext\nsubtitles\nsubtlety\nsubtracting\nsubtypes\nsubunits\nsuburb\nsuburban\nsubversion\nsubway\nsucceed\nsucceeded\nsucceeding\nsucceeds\nsuccess\nsuccessful\nsuccessfully\nsuccession\nsuccessive\nsuccessor\nsuccinctly\nsucculent\nsuccumbed\nsuch\nsuck\nsucking\nsuckled\nsucklers\nsuckles\nsucralose\nsucrose\nsuction\nsudan\nsudanese\nsudden\nsuddenly\nsudder\nsuds\nsued\nsuffer\nsufferance\nsuffered\nsufferer\nsufferers\nsuffering\nsufferings\nsuffers\nsufficient\nsuffocation\nsuffolk\nsuffused\nsufi\nsugar\nsugarcane\nsugars\nsugary\nsuggest\nsuggested\nsuggesting\nsuggestions\nsuggests\nsuicide\nsuicides\nsuing\nsuit\nsuitability\nsuitable\nsuitably\nsuitcase\nsuite\nsuited\nsuites\nsuitor\nsul\nsulangaling\nsulfa\nsulfate\nsulfation\nsulfites\nsulieman\nsulphate\nsulphur\nsultan\nsultans\nsum\nsumatera\nsumatran\nsummaries\nsummarise\nsummarised\nsummarises\nsummarising\nsummarizes\nsummary\nsummer\nsummersville\nsummit\nsumner\nsump\nsumptuously\nsums\nsun\nsunday\nsundays\nsundramaithry\nsunfish\nsunflower\nsunflowers\nsung\nsunglasses\nsunk\nsunlight\nsunni\nsunny\nsunrise\nsunroofs\nsunsari\nsunscreen\nsunset\nsunshine\nsunspots\nsup\nsuper\nsuperannuation\nsuperb\nsuperblack\nsupercapacitors\nsupercell\nsupercenter\nsuperciliosd\nsuperconducting\nsuperconductivity\nsuperfamily\nsuperficial\nsuperfluity\nsuperheat\nsuperintending\nsuperior\nsupermarket\nsupermassive\nsupernatant\nsupernova\nsupernumerary\nsupersedure\nsuperstar\nsupervise\nsupervises\nsupervising\nsupervision\nsuperwall\nsupper\nsupplement\nsupplementary\nsupplemented\nsupplements\nsupplied\nsupplier\nsuppliers\nsupplies\nsupply\nsupplying\nsupport\nsupportable\nsupported\nsupporters\nsupporting\nsupportive\nsupports\nsupposed\nsuppressing\nsuppsoed\nsupremacy\nsupreme\nsur\nsurajkund\nsure\nsurely\nsurf\nsurface\nsurfaced\nsurfaces\nsurfactants\nsurfboard\nsurfeit\nsurfer\nsurfers\nsurfside\nsurge\nsurgeon\nsurgeons\nsurgery\nsurges\nsurgical\nsurgically\nsurmounted\nsurplus\nsurpluses\nsurprise\nsurprised\nsurprising\nsurprisingly\nsurreal\nsurrebuttals\nsurrendered\nsurrey\nsurround\nsurrounded\nsurrounding\nsurroundings\nsurrounds\nsurveillance\nsurvey\nsurveyed\nsurveying\nsurveyor\nsurveyors\nsurveys\nsurvival\nsurvive\nsurvived\nsurvives\nsurviving\nsurvivor\nsurvivors\nsusanoo\nsusceptibility\nsusceptible\nsusie\nsuspect\nsuspected\nsuspects\nsuspended\nsuspense\nsuspension\nsuspicion\nsuspicious\nsussex\nsustain\nsustainability\nsustainable\nsustained\nsustains\nsute\nsuture\nsutured\nsutures\nsuv\nsuvs\nsuzanne\nsuzy\nswab\nswabs\nswaco\nswahili\nswainson\nswallow\nswallowing\nswallows\nswamp\nswampland\nswamps\nswampy\nswan\nswans\nswap\nswarm\nswarming\nswat\nswath\nswaying\nswearining\nsweat\nsweater\nsweaters\nsweaty\nswedish\nsweep\nsweeper\nsweeping\nsweeps\nsweet\nsweetcorn\nsweetened\nsweetheart\nsweetish\nsweetness\nsweets\nswell\nswelling\nswept\nswift\nswiftly\nswiftness\nswim\nswimming\nswine\nswing\nswinging\nswings\nswiped\nswirl\nswirling\nswirls\nswish\nswiss\nswissair\nswitch\nswitchboard\nswitched\nswitches\nswitching\nswitzerland\nswiveled\nswivels\nswollen\nswoon\nswooping\nsword\nswords\nswordsmen\nswore\nswung\nswype\nsycophantic\nsyllables\nsylvester\nsymbiotic\nsymbol\nsymbolic\nsymbolised\nsymbolism\nsymbolized\nsymbols\nsyme\nsymform\nsymmetric\nsympathetic\nsymphony\nsymposia\nsymposium\nsymptoms\nsynaesthesia\nsynagogue\nsynapse\nsynaptic\nsync\nsynchronize\nsynchronizes\nsynchronous\nsyndicate\nsyndrome\nsynergies\nsyntax\nsynthesis\nsynthesist\nsynthesized\nsynthesizes\nsynthesizing\nsynthetic\nsyphilis\nsyr\nsyracuse\nsyria\nsyringe\nsyrup\nsyscalls\nsystem\nsystematic\nsystematically\nsystemic\nsystemically\nsystems\nsystolic\nsyt\nt\nt0\nt2\nt9\nta\ntab\ntabbara\ntabernacle\ntable\ntableau\ntabled\ntables\ntablet\ntablets\ntaboo\ntabs\ntabulate\ntacit\ntacitus\ntackle\ntackled\ntackles\ntackling\ntacoma\ntact\ntactic\ntad\ntafawa\ntag\ntagged\ntags\ntail\ntailed\ntailgut\ntailor\ntailpiece\ntails\ntaiwan\ntakara\ntake\ntaken\ntakeoff\ntakeoffs\ntakeover\ntakeovers\ntakes\ntaking\ntakoradi\ntalbot\ntale\ntalent\ntalented\ntalents\ntales\ntaliban\ntalk\ntalked\ntalking\ntalks\ntall\ntaller\ntallest\ntallied\ntalon\ntalons\ntama\ntamil\ntamkin\ntan\ntanay\ntangere\ntangled\ntangling\ntank\ntankard\ntanker\ntanks\ntanning\ntantalum\ntao\ntap\ntape\ntaped\ntaper\ntapered\ntapers\ntapes\ntapestries\ntapies\ntaping\ntapir\ntapped\ntapping\ntar\ntarantula\ntardiness\ntarget\ntargeted\ntargeting\ntargets\ntariffs\ntarnishing\ntarpaulin\ntarps\ntart\ntaser\ntasheki\ntask\ntasked\ntasks\ntasmania\ntassels\ntaste\ntasted\ntastes\ntastier\ntasting\ntasty\ntasurinchi\ntatters\ntattoo\ntau\ntaught\ntaunted\ntaurus\ntavern\ntaverns\ntavi\ntawny\ntax\ntaxation\ntaxed\ntaxes\ntaxi\ntaxied\ntaxies\ntaximeter\ntaxing\ntaxis\ntaxpayer\ntaxpayers\ntaylor\ntaylors\ntbs\ntcp\ntcu\nte\ntea\nteach\nteacher\nteachers\nteaches\nteaching\nteachings\nteak\nteal\ntealight\nteam\nteammates\nteams\ntear\ntearooms\ntears\nteas\nteasing\nteaspoon\nteat\nteats\nteboil\ntech\ntechcrunch\ntechnical\ntechnically\ntechnician\ntechnicians\ntechnique\ntechniques\ntechnitians\ntechnocrats\ntechnological\ntechnologies\ntechnology\ntectonic\ntectum\nted\nteddy\ntedious\ntee\nteen\nteenage\nteenager\nteenagers\nteens\nteesside\nteeth\nteetotallers\nteflon\ntegmental\ntegmentum\ntehran\ntel\ntele\ntelecommunication\ntelecommunications\ntelecommunicator\ntelegram\ntelegraph\ntelematics\ntelemedicine\ntelencephalon\nteleology\nteleost\ntelephone\nteleport\ntelepresence\ntelescope\ntelescopic\ntelevision\ntelevisions\nteleworker\ntell\ntelling\ntells\ntelluride\ntelmarines\ntemp\ntempeh\ntemperature\ntemperatures\ntempest\ntemplate\ntemplates\ntemple\ntemples\ntemporal\ntemporary\ntemporomandibular\ntemptations\ntempted\nten\ntenacity\ntenant\ntenants\ntend\ntended\ntendency\ntender\ntenderness\ntending\ntendinitis\ntendon\ntendons\ntends\ntendu\ntenement\ntenenbaums\ntenerife\ntenet\ntenkiller\ntennis\ntenochtitlan\ntense\ntensile\ntension\ntensions\ntent\ntenth\ntentorium\ntents\ntenuous\ntenure\ntepees\nterje\nterm\ntermed\nterminal\nterminals\ntermination\ntermini\ntermites\nterms\nterrace\nterraced\nterraces\nterracotta\nterrain\nterram\nterrane\nterrestrial\nterrible\nterribly\nterrific\nterrified\nterrifying\nterritorial\nterritories\nterritory\nterror\nterrorism\nterrorist\nterrorists\nterrors\nterry\nterse\ntessellate\ntest\ntested\ntestified\ntestify\ntestimony\ntesting\ntestosterone\ntests\ntetete\ntexas\ntext\ntextbooks\ntextile\ntextiles\ntextmate\ntexts\ntextual\ntextural\ntexture\ntextured\ntextures\ntezpur\ntgmc\nth\nthai\nthailand\nthame\nthan\nthanh\nthank\nthankfully\nthanks\nthanksgiving\nthap\nthat\nthatch\nthaw\nthe\nthe71\ntheater\ntheaters\ntheatre\nthebes\nthecaranguesplaying\ntheir\ntheirs\nthem\ntheme\nthemed\nthemes\nthemselve\nthemselves\nthen\ntheocritus\ntheodicy\ntheological\ntheology\ntheoretical\ntheoretically\ntheorien\ntheories\ntheorist\ntheorizes\ntheory\nthera\ntherapeutic\ntherapies\ntherapist\ntherapy\nthere\nthereagainst\nthereby\ntherefore\ntherein\nthereof\ntheres\nthermal\nthermally\nthermocerin\nthermocouple\nthermometer\nthermoreceptors\nthermos\nthermosphere\nthermostat\nthermostats\nthermosyphon\nthermotoga\nthesaurus\nthese\nthesis\ntheta\nthey\nthick\nthicken\nthickened\nthickener\nthickening\nthicker\nthicket\nthickness\nthief\nthier\nthieves\nthieving\nthigh\nthimble\nthimerosal\nthin\nthing\nthings\nthink\nthinkcascade\nthinkers\nthinking\nthinks\nthinnest\nthird\nthirds\nthirst\nthirteen\nthirteenth\nthirties\nthirty\nthis\nthistledown\nthomas\nthompson\nthong\nthord\nthorn\nthornhill\nthornicroft\nthorns\nthornton\nthorny\nthorough\nthoroughly\nthorstein\nthose\nthou\nthough\nthought\nthoughtless\nthoughts\nthousand\nthousands\nthracian\nthread\nthreads\nthreat\nthreaten\nthreatened\nthreatening\nthreatens\nthreathening\nthreats\nthree\nthreefold\nthrenodic\nthrew\nthrift\nthrilled\nthriller\nthrive\nthriving\nthroat\nthrombopoietin\nthrombotic\nthroneroom\nthrong\nthrongs\nthrottle\nthrough\nthroughout\nthroughput\nthroughrich\nthrow\nthrowing\nthrown\nthrows\nthru\nthrush\nthrushes\nthrust\nthugs\nthumb\nthumbnails\nthump\nthunder\nthunderhead\nthunderstorms\nthursday\nthus\nthusly\nthwacking\nthwart\nthwong\nthylacine\nthymosin\nthymus\ntiaras\ntibet\ntibia\ntick\nticker\nticket\ntickets\nticking\nticks\ntidal\ntidbits\ntide\ntides\ntiding\ntidy\ntie\ntied\ntier\ntiergartenstrasse\nties\ntiffany\ntiger\ntigers\ntight\ntighten\ntightened\ntightens\ntighter\ntightly\ntigray\ntile\ntiles\ntill\ntiller\ntilting\ntim\ntimaru\ntimber\ntimbers\ntimbre\ntimbuktu\ntime\ntimelock\ntimeouts\ntimer\ntimers\ntimes\ntimestamp\ntimey\ntiming\ntimor\ntimoshenko\ntin\ntina\ntinctorium\ntincture\ntinea\ntingling\ntinnitus\ntint\ntiny\ntip\ntipped\ntips\ntipsy\ntirailleurs\ntire\ntired\ntires\ntispy\ntissue\ntissues\ntitan\ntitanium\ntitle\ntitled\ntitles\ntittering\ntitular\ntitulary\ntitus\ntl\ntlalnepantla\ntm\ntn\nto\ntoads\ntoast\ntoaster\ntoasties\ntobacco\ntobia\ntoda\ntoday\ntodd\ntoddler\ntoddlers\ntodo\ntoe\ntoes\ntoffee\ntofu\ntogether\ntoggle\ntoilet\ntoiletries\ntoils\ntokamak\ntokay\ntokotoko\ntokunaga\ntokuz\ntokyo\ntola\ntold\ntolerates\ntoleration\ntoll\ntom\ntoma\ntomato\ntomatoes\ntomb\ntombs\ntommy\ntomorrow\ntomorrows\nton\ntone\ntoners\ntones\ntong\ntongs\ntongsville\ntongue\ntonight\ntonk\ntonneau\ntonnes\ntons\ntonsillitis\ntonsurans\ntony\ntoo\ntook\ntookits\ntool\ntoolbar\ntoolkit\ntoolkits\ntools\ntooth\ntoothache\ntoothbrush\ntoothfish\ntoothpaste\ntoothpick\ntoothsome\ntop\ntopic\ntopical\ntopics\ntopographic\ntopographical\ntopped\ntopping\ntops\ntopstitching\ntoput\ntorch\ntore\ntori\ntories\ntorment\ntorn\ntornado\ntornadoes\ntoroidal\ntorque\ntorrent\ntorrential\ntorrid\ntorsion\ntorso\ntortillas\ntortoise\ntortoises\ntorture\ntoshiba\ntossed\ntossing\ntot\ntotal\ntotalitarian\ntotalizing\ntotally\ntotam\ntote\ntothe\ntoto\ntottenham\ntouch\ntouchdown\ntouched\ntouches\ntouching\ntough\ntoughest\ntour\ntourism\ntourist\ntourists\ntournament\ntourniquet\ntours\ntow\ntoward\ntowards\ntowboats\ntowel\ntowels\ntower\ntowered\ntowers\ntown\ntowne\ntownhouse\ntowns\ntownship\ntoxic\ntoxicity\ntoxin\ntoxins\ntoxocara\ntoxoplasma\ntoxoplasmosis\ntoy\ntoyota\ntoys\ntpa\ntplf\ntrace\ntraced\ntracer\ntraces\ntrack\ntracker\ntracking\ntracks\ntract\ntractor\ntracts\ntrad\ntrade\ntrademark\ntraders\ntrades\ntradesman\ntrading\ntradition\ntraditional\ntraditionalists\ntraditionally\ntraditions\ntraffic\ntraffickers\ntragedies\ntragedy\ntragic\ntragicomedy\ntrail\ntrailer\ntrailers\ntrailing\ntrails\ntrain\ntrained\ntrainer\ntraining\ntrains\ntraits\ntrakl\ntram\ntramp\ntramping\ntrampling\ntrampoline\ntrance\ntranquil\ntranquility\ntrans\ntransact\ntransaction\ntransactions\ntranscends\ntranscontinental\ntranscribed\ntranscript\ntranscription\ntransfected\ntransfer\ntransferred\ntransferring\ntransfers\ntransform\ntransformation\ntransformations\ntransformed\ntransformer\ntransformers\ntransgressions\ntransient\ntransistor\ntransit\ntransition\ntransits\ntranslate\ntranslated\ntranslates\ntranslation\ntranslations\ntranslator\ntranslators\ntranslucent\ntransmission\ntransmit\ntransmits\ntransmitted\ntransmitter\ntransmitters\ntransmutation\ntransnational\ntransparency\ntransparent\ntransparently\ntranspired\ntransplant\ntransplantation\ntransplanted\ntransport\ntransportation\ntransported\ntransporting\ntransversed\ntransversely\ntrap\ntrapdoors\ntrapeze\ntrapped\ntrappings\ntrash\ntrashed\ntrashing\ntrashy\ntrattoria\ntrauma\ntraumatic\ntravel\ntraveled\ntraveler\ntraveling\ntraveller\ntravellers\ntravels\ntraverse\ntraversed\ntraverses\ntrawl\ntray\ntrays\ntreadmill\ntreason\ntreastie\ntreasure\ntreasures\ntreasury\ntreat\ntreated\ntreater\ntreaties\ntreating\ntreatise\ntreatises\ntreatment\ntreatments\ntreats\ntreaty\ntreble\ntrebuchets\ntree\ntreelet\ntrees\ntreetop\ntregaron\ntrek\ntrem\ntrembling\ntremendous\ntremor\ntremors\ntrench\ntrenches\ntrend\ntrends\ntrent\ntrespass\ntrespassing\ntrial\ntrials\ntriangle\ntribal\ntribals\ntribble\ntribe\ntribes\ntribunal\ntributaries\ntributary\ntribute\ntributes\ntrichophyton\ntricia\ntrick\ntricked\ntrickiest\ntricks\ntricky\ntricolor\ntried\ntrier\ntries\ntrigger\ntriggered\ntriggering\ntriggers\ntrillion\ntrillions\ntrilogy\ntrim\ntrimmed\ntrimming\ntrinity\ntrio\ntrip\ntripe\ntripes\ntriple\ntripled\ntriplet\ntrips\ntrishaw\ntriterpenes\ntritium\ntriumph\ntriumphs\ntroat\ntrochanter\ntroi\ntrolling\ntrondheim\ntroop\ntroops\ntrophy\ntropic\ntropical\ntrotted\ntroubadour\ntrouble\ntroubled\ntroubles\ntroubling\ntrough\ntroughout\ntroup\ntroupe\ntrousers\ntrousseau\ntrout\ntrove\ntrowbridge\ntruck\ntrucking\ntrucks\ntrue\ntruffles\ntruly\ntruman\ntrumpet\ntrumpets\ntruncheon\ntrunk\ntrunks\ntrust\ntrustee\ntrustees\ntrusts\ntrustworthy\ntruth\ntruths\ntry\ntrying\ntrypanosoma\ntsa\ntsongkhapa\ntss\ntsunami\ntsunamis\nttable\ntu\ntub\ntuba\ntube\ntubed\ntubers\ntubes\ntubi\ntubing\ntubs\ntuck\ntucked\ntuckered\ntuesday\ntugging\ntulane\ntulip\ntulsa\ntumble\ntumbled\ntumor\ntumorous\ntumors\ntumoursas\ntuna\ntunable\ntune\ntuned\ntuner\ntunes\ntung\ntungsten\ntunguska\ntunics\ntuning\ntunnel\ntunnels\ntupperware\nturbinates\nturbine\nturbines\nturbulence\nturf\nturin\nturk\nturkey\nturkeys\nturkic\nturkish\nturks\nturm\nturmoil\nturn\nturned\nturning\nturnings\nturnip\nturnpike\nturns\nturntable\nturquoise\nturrets\nturtle\nturtledoves\nturtles\ntut\ntutankhamun\ntutbury\ntutor\ntutorial\ntutoring\ntutors\ntuttle\ntuxedo\ntuxtlas\ntv\ntweeter\ntweeters\ntwelve\ntwentieth\ntwenty\ntwice\ntwigs\ntwilight\ntwin\ntwins\ntwist\ntwisted\ntwisters\ntwisting\ntwitch\ntwitter\ntwo\ntyers\ntying\ntylenol\ntymoshenko\ntype\ntyped\ntypes\ntypewriter\ntyphoon\ntypical\ntypically\ntyping\ntypist\ntypography\ntypothetac\ntyra\ntyrants\ntyro\nu\nubc\nubiquity\nudder\nuganda\nugandan\nugliness\nugly\nuhlans\nuhmp\nui\nuk\nukps\nukraine\nul\nulcer\nulceration\nulcers\nulla\nulna\nulsan\nultimate\nultimately\nultimatum\nultra\nultrasound\nultrastructural\nultraviolet\nultravox\nulysses\numayyad\numbilical\numbrella\numbrellas\nump\numpire\numpiring\numstead\nun\nunable\nunacceptable\nunaccustomed\nunashamedly\nunattended\nunauthorized\nunaware\nunbelievable\nunbelievably\nunbreakable\nunbroken\nunc\nuncertain\nuncertainty\nunchaired\nunchanged\nuncharted\nunclaimed\nunclamp\nuncle\nunclear\nuncles\nunclothed\nuncomfortable\nuncommon\nuncomplexed\nunconscious\nunconsciously\nunconsciousness\nuncontrollable\nuncooked\nuncovered\nuncut\nund\nunder\nundercooked\nunderdog\nundergo\nundergone\nundergraduate\nunderground\nunderlined\nunderlings\nunderlying\nundermine\nunderneath\nundernourished\nunderpad\nunderperforming\nunderrepresented\nunderscores\nundersea\nunderside\nunderstaffed\nunderstand\nunderstandable\nunderstanding\nunderstated\nunderstood\nundertake\nundertaken\nundertaker\nundertook\nunderwater\nunderwear\nunderworld\nundisciplined\nundisclosed\nundo\nundoes\nundoing\nundulates\nundulation\nunearthed\nunease\nuneasy\nunemployed\nunemployment\nunencrypted\nunendurable\nunequivocal\nunexpected\nunexpectedly\nunexploded\nunfair\nunfamiliar\nunfccc\nunfiltered\nunfit\nunfolded\nunforeseen\nunforgettable\nunfortunate\nunfortunately\nunfriendly\nungodly\nungrateful\nungreased\nunhappy\nunheated\nunhewn\nunidentified\nunificationists\nunified\nuniform\nuniformed\nuniforms\nuninhabited\nunintended\nunion\nunionism\nunions\nunique\nuniquely\nunit\nunited\nunits\nunity\nuniversal\nuniverse\nuniverses\nuniversities\nuniversity\nunjustified\nunjustly\nunkempt\nunkindness\nunknowingly\nunknown\nunleashed\nunleashes\nunleashing\nunless\nunlike\nunlikely\nunload\nunloads\nunlock\nunlocked\nunmanned\nunmarked\nunmindful\nunnamed\nunnecessary\nunnoticed\nunobtrusive\nunofficial\nunofficially\nunopened\nunpacked\nunpasteurised\nunpityingly\nunpleasant\nunplucked\nunpolished\nunpopular\nunprecedented\nunpredictable\nunpunctuated\nunreached\nunread\nunreasonable\nunrecognized\nunregenerated\nunregistered\nunregulated\nunrelated\nunrelenting\nunrepaired\nunresolved\nunrest\nunruly\nunsafe\nunsatisfactory\nunsavory\nunsavoury\nunscrewing\nunseen\nunsentimental\nunskilled\nunsophisticated\nunsound\nunsparing\nunspeakable\nunspoiled\nunstabilized\nunstable\nunsteady\nunstructured\nunsubstantial\nunsuccessful\nunsuitable\nunsure\nunsuspected\nunsuspecting\nunswerving\nuntamed\nuntenable\nuntil\nuntitled\nunto\nuntouched\nunused\nunusual\nunusually\nunveiled\nunveiling\nunwanted\nunwieldy\nunwillingness\nunwinded\nunworkable\nunwrapped\nup\nupa\nupcoming\nupdated\nupdates\nupdrafts\nupfitting\nupgraded\nupheavals\nupholsterer\nupholstery\nupland\nuplift\nupload\nupmarket\nupon\nupper\nuppers\nupright\nuprises\nuproar\nuproarious\nupset\nupsets\nupside\nupstairs\nupstarts\nupstream\nupthrown\nupturn\nupturned\nupward\nupwardly\nupwelling\nurachus\nural\nurban\nurchin\nurea\nureteropelvic\nurethra\nurethritis\nurge\nurged\nurgency\nurgent\nurinary\nurinates\nurine\nurodiles\nuruk\nus\nusa\nusability\nusaf\nusage\nusb\nusda\nuse\nuseage\nused\nuseful\nuseless\nuser\nusers\nuses\nusfsa\nusgs\nush2a\nusher\nushered\nusing\nusman\nuspto\nussr\nustelecom\nustulatus\nusual\nusually\nusui\nutah\nutata\nutc\nutensil\nutensils\nuterine\nuterus\nuti\nutica\nutilities\nutility\nutilization\nutilized\nutilizes\nutilizing\nuttar\nutter\nuttered\nutterly\nuv\nuvh\nuwi\nuws\nuygur\nv\nv8\nva\nvacancies\nvacancy\nvaccination\nvaccine\nvaccines\nvaccum\nvacoom\nvacuum\nvadose\nvagabonds\nvagina\nvaginal\nvaguely\nvagus\nvaisali\nvakhtang\nval\nvaldez\nvaldivia\nvale\nvalentine\nvalhalla\nvalid\nvalidate\nvalidation\nvalley\nvalleys\nvallue\nvalor\nvalproic\nvaluable\nvaluables\nvalue\nvalued\nvalues\nvalve\nvalves\nvalvole\nvampire\nvampires\nvan\nvanadium\nvancomycin\nvancouver\nvanilla\nvanished\nvanishes\nvans\nvantage\nvanuatu\nvapor\nvaporized\nvaps\nvariable\nvariables\nvariant\nvariation\nvariations\nvaricose\nvaried\nvaries\nvarieties\nvariety\nvarious\nvarmus\nvarnish\nvary\nvarying\nvasa\nvascular\nvase\nvaso\nvasoepididymostomy\nvast\nvastly\nvastus\nvat\nvate\nvatican\nvats\nvault\nvaulted\nvavuniya\nvaze\nvboost\nvcard\nve\nveal\nveg\nvegas\nvegetable\nvegetables\nvegetarian\nvegetation\nveggies\nvehicle\nvehicles\nvehicular\nveil\nvein\nveins\nvelcro\nvelocity\nveloutes\nvelvet\nvemork\nvenator\nvendome\nvendor\nvendors\nveneta\nveneto\nvenezuela\nvenezuelan\nvenezuelans\nvengeance\nvenial\nvenice\nvenne\nvenom\nvenous\nvent\nventer\nventilation\nventilations\nventing\nventral\nventricle\nventricular\nventure\nventures\nvenues\nvenus\nverb\nverbal\nverbalizations\nverbally\nverbatim\nverde\nverdict\nverdun\nverge\nverging\nverification\nverified\nverify\nverifying\nveritable\nverizon\nverloo\nvermiculite\nvermilion\nvermin\nvermont\nvernazza\nversa\nversace\nversatile\nverse\nverses\nversion\nversions\nvertebrates\nvertical\nvertically\nvery\nvessel\nvessels\nvest\nvestigial\nvestments\nveteran\nveterans\nveterinarian\nveterinary\nveto\nveuve\nvi\nvia\nvial\nvibe\nvibrant\nvibrated\nvibrating\nvibration\nvibrational\nvibrations\nvibrator\nvibronically\nvice\nvicinities\nvicious\nvictim\nvictimization\nvictims\nvictor\nvictoria\nvictorian\nvictorious\nvictory\nvideha\nvideo\nvideos\nvideotape\nvienna\nvietnam\nvietnamese\nview\nviewable\nviewed\nviewer\nviewers\nviewing\nviewpoint\nviews\nvigilance\nvigorous\nviii\nviking\nvikings\nvile\nvilla\nvillage\nvillagers\nvillages\nvillain\nvillains\nvillas\nvinaigrette\nvinay\nvindicator\nvindobona\nvine\nvinegar\nvineyard\nvineyards\nvinland\nvint\nvintage\nvintners\nvinton\nvinyl\nvioin\nviola\nviolas\nviolated\nviolates\nviolation\nviolations\nviolence\nviolent\nviolently\nviolet\nviolin\nviolinist\nviolins\nviols\nvioxx\nvip\nviper\nvipers\nviral\nvirgenes\nvirgin\nvirginia\nvirion\nvirtual\nvirtually\nvirtue\nvirtuoso\nvirulently\nvirus\nviruses\nvisa\nvisas\nviscera\nviscous\nvisible\nvisibly\nvisigothic\nvision\nvisit\nvisited\nvisiting\nvisitor\nvisitors\nvisits\nvista\nvisual\nvisualisation\nvisualization\nvisualized\nvisually\nvital\nvitamin\nvitamins\nvitebsk\nvitreous\nvitrified\nvivants\nviveca\nvivid\nvividly\nvivo\nvla\nvladimir\nvocabulary\nvocal\nvocalist\nvocally\nvocals\nvodafone\nvodka\nvogel\nvohra\nvoi\nvoice\nvoiced\nvoices\nvoid\nvolatile\nvolcano\nvolery\nvollenhoven\nvolleyball\nvolt\nvoltage\nvoltmeters\nvolts\nvolume\nvolumes\nvoluminous\nvoluntarily\nvoluntary\nvolunteer\nvolunteering\nvolunteers\nvolution\nvolvo\nvomit\nvomiting\nvon\nvonn\nvoodoo\nvorhoff\nvortex\nvortices\nvote\nvoted\nvoter\nvoters\nvotes\nvoting\nvowed\nvowel\nvows\nvoyager\nvp\nvrba\nvs\nvse\nvsg\nvsw\nvtd\nvulcano\nvulgaris\nvulnerable\nvultures\nvulval\nvulvodynia\nvuoto\nw\nw32\nwad\nwadded\nwaded\nwader\nwading\nwadsworth\nwafer\nwafers\nwage\nwages\nwagner\nwagon\nwagons\nwahdat\nwahid\nwaiau\nwaikato\nwailing\nwaimea\nwainwright\nwaist\nwaistband\nwaists\nwait\nwaitahas\nwaited\nwaiter\nwaiters\nwaiting\nwaitrose\nwaits\nwakayama\nwake\nwakefield\nwakes\nwal\nwaldorf\nwales\nwalid\nwalk\nwalked\nwalker\nwalkers\nwalkin\nwalking\nwalkout\nwalks\nwall\nwallabies\nwalled\nwallet\nwallets\nwalls\nwallsend\nwalmart\nwalnut\nwalnuts\nwalt\nwalter\nwalters\nwalthers\nwalton\nwan\nwand\nwanda\nwander\nwanderers\nwant\nwanted\nwanting\nwants\nwar\nward\nwardrobes\nwards\nware\nwareham\nwarehouse\nwares\nwarfare\nwarlocks\nwarm\nwarmed\nwarmer\nwarmers\nwarming\nwarmly\nwarmouth\nwarmth\nwarn\nwarned\nwarning\nwarns\nwarren\nwarrior\nwarriors\nwars\nwarsaw\nwarship\nwarships\nwarthogs\nwartime\nwarts\nwarwick\nwary\nwas\nwash\nwashed\nwasher\nwashing\nwashington\nwasps\nwaste\nwasted\nwastes\nwastewater\nwasting\nwat\nwatch\nwatchdog\nwatched\nwatcher\nwatchers\nwatchful\nwatching\nwatchmaker\nwater\nwaterbirds\nwatercourses\nwatered\nwaterfowl\nwaterfront\nwaterhole\nwatering\nwaterjet\nwaterline\nwatermarks\nwatermelon\nwaterproof\nwaters\nwatersheds\nwatford\nwatt\nwatts\nwauwau\nwave\nwaveform\nwavelength\nwavelengths\nwaverider\nwaverley\nwaves\nwaving\nwax\nwaxed\nway\nwayne\nwayner\nways\nwaziristan\nwbai\nwc\nwe\nweak\nweakened\nweakening\nweaker\nweakness\nweaknesses\nwealth\nwealthy\nweanling\nweapon\nweapons\nwear\nwearer\nwearing\nwears\nweary\nweasels\nweather\nweathering\nweathers\nweave\nweaver\nweaves\nweaving\nweb\nweber\nweblogic\nwebserver\nwebsite\nwebsites\nwebsphere\nwedded\nwedding\nwedge\nwedges\nwednesday\nweeds\nweek\nweekday\nweekend\nweekly\nweeks\nweel\nweeping\nwei\nweighed\nweighing\nweight\nweighted\nweights\nweighty\nweinstein\nweir\nweirdest\nweirdly\nweirs\nweixler\nweizens\nweizmann\nwelch\nwelcome\nwelcomed\nwelcoming\nweld\nwelded\nwelding\nwelfare\nwell\nweller\nwelles\nwellfleet\nwellington\nwellman\nwellness\nwells\nwelsh\nwen\nwended\nwendy\nwent\nwere\nwes\nwesson\nwest\nwestbound\nwestcort\nwestern\nweston\nwet\nwetlands\nwetzler\nweyr\nwhale\nwhales\nwhangaparaoa\nwhat\nwhatever\nwhats\nwheat\nwheel\nwheelan\nwheelbarrow\nwheelchair\nwheelchairs\nwheeled\nwheelers\nwheels\nwheeze\nwheezing\nwhelpton\nwhen\nwhenever\nwhere\nwhereas\nwhereby\nwherein\nwherever\nwhether\nwhetstones\nwhich\nwhichever\nwhile\nwhilst\nwhine\nwhiplash\nwhirl\nwhirling\nwhirlwind\nwhisk\nwhiskers\nwhiskey\nwhiskies\nwhisky\nwhispered\nwhistle\nwhistled\nwhistles\nwhistling\nwhitaker\nwhite\nwhiteheads\nwhiteman\nwhiteness\nwhittle\nwhittling\nwho\nwhoever\nwhole\nwholehearted\nwholesale\nwholesome\nwhom\nwhoop\nwhooping\nwhores\nwhose\nwhy\nwi\nwick\nwicked\nwicker\nwicket\nwicks\nwide\nwidely\nwidened\nwider\nwidespread\nwidest\nwidgets\nwidth\nwield\nwielded\nwielding\nwields\nwife\nwig\nwightman\nwigs\nwigwams\nwiki\nwikipedia\nwikiring\nwikis\nwikiwikiweb\nwild\nwilde\nwilderness\nwildfires\nwildfowls\nwildlife\nwilds\nwilkes\nwill\nwilliam\nwilliams\nwilliamson\nwilling\nwillingly\nwillis\nwillow\nwilm\nwilma\nwilmington\nwilson\nwiltshire\nwin\nwinchell\nwind\nwinder\nwinding\nwindmill\nwindmills\nwindow\nwindows\nwinds\nwindscreen\nwindshield\nwindshields\nwindsurfers\nwindward\nwindy\nwine\nwinemaker\nwineries\nwinery\nwines\nwinfield\nwing\nwinged\nwingless\nwinglets\nwings\nwinner\nwinners\nwinnie\nwinning\nwins\nwinslow\nwinter\nwintry\nwiperless\nwipes\nwiping\nwire\nwired\nwireless\nwires\nwiring\nwisconsin\nwise\nwiseau\nwisecrack\nwiser\nwishes\nwishful\nwisp\nwitch\nwitchcraft\nwitches\nwitchhunts\nwith\nwithdraw\nwithdrawal\nwithdrawing\nwithdrawn\nwithdrew\nwithholding\nwithin\nwithout\nwithstand\nwitness\nwitnessed\nwitty\nwives\nwizard\nwizards\nwo\nwoken\nwolf\nwolfmann\nwolfpack\nwolverhampton\nwolves\nwoman\nwomanizing\nwomen\nwomens\nwon\nwonder\nwonderful\nwondering\nwondrich\nwondrous\nwood\nwoodcocks\nwoodcut\nwooded\nwooden\nwoodland\nwoodpeckers\nwoodrow\nwoods\nwoodworkers\nwoody\nwoofer\nwoofers\nwool\nwoolen\nwootton\nwoozy\nworcester\nword\nworded\nwording\nwordless\nwordplay\nwordpress\nwords\nwordsmith\nwordsworth\nwore\nwork\nworkboots\nworked\nworker\nworkers\nworkflow\nworkforce\nworkgangs\nworkhorse\nworking\nworkman\nworkmanship\nworkmen\nworkout\nworkpackage\nworkplace\nworks\nworkshop\nworkshops\nworkstation\nworkstations\nworkwear\nworld\nworlds\nworldview\nworldwide\nworm\nworms\nworn\nworried\nworries\nworry\nworse\nworsening\nworsens\nworshippers\nworst\nwort\nworth\nworthing\nworthington\nworthwhile\nworthy\nwould\nwound\nwounded\nwounds\nwoven\nwoz\nwrack\nwrangle\nwranglers\nwrap\nwrapped\nwrapper\nwrappers\nwrapping\nwrappings\nwrath\nwrathful\nwreck\nwrecked\nwrecking\nwren\nwrench\nwrenches\nwrenching\nwrestlers\nwrestling\nwriggle\nwring\nwringing\nwrinkled\nwrinkles\nwrist\nwrists\nwrit\nwrite\nwriter\nwriters\nwrites\nwriting\nwritings\nwritten\nwrong\nwrongdoing\nwrongful\nwrongs\nwrote\nwrought\nws\nwsadmin\nwtc\nwtmm\nwu\nwunch\nwuthering\nwww\nwysong\nx\nxanax\nxi\nxiehouyu\nxinjiang\nxls\nxmas\nxml\nxvi\ny\ny2\nyacht\nyachts\nyag\nyagasu\nyale\nyamit\nyanbian\nyang\nyank\nyankees\nyard\nyards\nyarn\nyasser\nyasuma\nyear\nyears\nyeast\nyelled\nyelling\nyellow\nyelloweye\nyellowish\nyemaek\nyemen\nyeni\nyerba\nyersinia\nyes\nyesinia\nyesterd\nyesterday\nyesterdays\nyet\nyew\nyielding\nyields\nyoga\nyogurt\nyoke\nyolk\nyon\nyork\nyorkshire\nyoshida\nyou\nyoung\nyounger\nyoungish\nyoungster\nyoungstown\nyounis\nyour\nyourself\nyourselfer\nyouth\nyouthful\nyouths\nyoutube\nyuan\nyucca\nyuletide\nyumuktepe\nyushchenko\nyy\nz\nzach\nzainab\nzaire\nzales\nzambia\nzan\nzane\nzanzibar\nzaparo\nzarah\nzarthushtis\nzealand\nzebras\nzemin\nzen\nzener\nzenith\nzephyr\nzero\nzeroed\nzest\nzhao\nzhivago\nziggurat\nzigzag\nzillion\nzillionth\nzilupe\nzimbabwe\nzinc\nzip\nziplock\nzipper\nzippers\nziti\nzlots\nzombieland\nzone\nzones\nzoo\nzook\nzoom\nzoroastrian\nzuluhed\nzwickau\n<PAD>\n"
  },
  {
    "path": "dataset/__init__.py",
    "content": "# -*- coding: utf-8 -*-\n\nfrom .semeval import SEMData\n"
  },
  {
    "path": "dataset/semeval.py",
    "content": "# -*- coding: utf-8 -*-\n\nfrom torch.utils.data import Dataset\nimport os\nimport numpy as np\nimport string\n\n\nclass SEMData(Dataset):\n\n    def __init__(self, root_path, train=True):\n        if train:\n            path = os.path.join(root_path, 'train/npy/')\n            print('loading train data')\n        else:\n            path = os.path.join(root_path, 'test/npy/')\n            print('loading test data')\n\n        self.word_feautre = np.load(path + 'word_feautre.npy')\n        self.lexical_feature = np.load(path + 'lexical_feature.npy')\n        self.right_pf = np.load(path + 'right_pf.npy')\n        self.left_pf = np.load(path + 'left_pf.npy')\n        self.labels = np.load(path + 'labels.npy')\n        self.x = list(zip(self.lexical_feature, self.word_feautre, self.left_pf, self.right_pf, self.labels))\n        print('loading finish')\n\n    def __getitem__(self, idx):\n        assert idx < len(self.x)\n        return self.x[idx]\n\n    def __len__(self):\n        return len(self.x)\n\n\nclass SEMLoad(object):\n    '''\n    load and preprocess data\n    '''\n    def __init__(self, root_path, train=True, max_len=98, limit=50):\n\n        self.stoplists = set(string.punctuation)\n\n        self.max_len = max_len\n        self.limit = limit\n        self.root_path = root_path\n        self.train = train\n        if self.train:\n            print('train data:')\n        else:\n            print('test data:')\n\n        self.rel_path = os.path.join(root_path, 'relation2id.txt')\n        self.w2v_path = os.path.join(root_path, 'vector_50.txt')\n        self.train_path = os.path.join(root_path, 'train.txt')\n        self.vocab_path = os.path.join(root_path, 'vocab.txt')\n        self.test_path = os.path.join(root_path, 'test.txt')\n\n        print('loading start....')\n        self.rel2id, self.id2rel = self.load_rel()\n        self.w2v, self.word2id, self.id2word = self.load_w2v()\n\n        if train:\n            self.lexical_feature, sen_feature, self.labels = self.parse_sen(self.train_path)\n        else:\n            self.lexical_feature, sen_feature, self.labels = self.parse_sen(self.test_path)\n\n        self.word_feautre, self.left_pf, self.right_pf = sen_feature\n        print('loading finish')\n\n    def save(self):\n        if self.train:\n            prefix = 'train'\n        else:\n            prefix = 'test'\n        np.save(os.path.join(self.root_path, prefix, 'npy/word_feautre.npy'), self.word_feautre)\n        np.save(os.path.join(self.root_path, prefix, 'npy/left_pf.npy'), self.left_pf)\n        np.save(os.path.join(self.root_path, prefix, 'npy/right_pf.npy'), self.right_pf)\n        np.save(os.path.join(self.root_path, prefix, 'npy/lexical_feature.npy'), self.lexical_feature)\n        np.save(os.path.join(self.root_path, prefix, 'npy/labels.npy'), self.labels)\n        np.save(os.path.join(self.root_path, prefix, 'npy/w2v.npy'), self.w2v)\n        print('save finish!')\n\n    def load_rel(self):\n        '''\n        load relations\n        '''\n        rels = [i.strip('\\n').split() for i in open(self.rel_path)]\n        rel2id = {j: int(i) for i, j in rels}\n        id2rel = {int(i): j for i, j in rels}\n\n        return rel2id, id2rel\n\n    def load_w2v(self):\n        '''\n        reading from vec.bin\n        add two extra tokens:\n            : UNK for unkown tokens\n            : BLANK for the max len sentence\n        '''\n        wordlist = []\n        vecs = []\n\n        w2v = open(self.w2v_path)\n        for line in w2v:\n            line = line.strip('\\n').split()\n            word = line[0]\n            vec = list(map(float, line[1:]))\n            wordlist.append(word)\n            vecs.append(np.array(vec))\n\n        # wordlist.append('UNK')\n        # wordlist.append('BLANK')\n        # vecs.append(np.random.normal(size=dim, loc=0, scale=0.05))\n        # vecs.append(np.random.normal(size=dim, loc=0, scale=0.05))\n        # vecs.append(np.zeros(dim))\n        # vecs.append(np.zeros(dim))\n        word2id = {j: i for i, j in enumerate(wordlist)}\n        id2word = {i: j for i, j in enumerate(wordlist)}\n\n        return np.array(vecs, dtype=np.float32), word2id, id2word\n\n    def parse_sen(self, path):\n        '''\n        parse the records in data\n        '''\n        all_sens =[]\n        all_labels =[]\n        for line in open(path, 'r'):\n            line = line.strip('\\n').split(' ')\n            sens = line[5:]\n            rel = int(line[0])\n\n            ent1 = (int(line[1]), int(line[2]))\n            ent2 = (int(line[3]), int(line[4]))\n\n            all_labels.append(rel)\n            sens = list(map(lambda x: self.word2id.get(x, self.word2id['<PAD>']), sens))\n\n            all_sens.append((ent1, ent2, sens))\n\n        lexical_feature = self.get_lexical_feature(all_sens)\n        sen_feature = self.get_sentence_feature(all_sens)\n\n        return lexical_feature, sen_feature, all_labels\n\n    def get_lexical_feature(self, sens):\n        '''\n        : noun1\n        : noun2\n        : left and right tokens of noun1\n        : left and right tokens of noun2\n        : # WordNet hypernyms\n        '''\n\n        lexical_feature = []\n        for idx, sen in enumerate(sens):\n            pos_e1, pos_e2, sen = sen\n            left_e1 = self.get_left_word(pos_e1, sen)\n            left_e2 = self.get_left_word(pos_e2, sen)\n            right_e1 = self.get_right_word(pos_e1, sen)\n            right_e2 = self.get_right_word(pos_e2, sen)\n            lexical_feature.append([sen[pos_e1[0]], left_e1, right_e1, sen[pos_e2[0]], left_e2, right_e2])\n\n        return lexical_feature\n\n    def get_sentence_feature(self, sens):\n        '''\n        : word embedding\n        : postion embedding\n        return:\n        sen list\n        pos_left\n        pos_right\n        '''\n        update_sens = []\n\n        for sen in sens:\n            pos_e1, pos_e2, sen = sen\n            pos_left = []\n            pos_right = []\n            ori_len = len(sen)\n            for idx in range(ori_len):\n                p1 = self.get_pos_feature(idx - pos_e1[0])\n                p2 = self.get_pos_feature(idx - pos_e2[0])\n                pos_left.append(p1)\n                pos_right.append(p2)\n            if ori_len > self.max_len:\n                sen = sen[: self.max_len]\n                pos_left = pos_left[: self.max_len]\n                pos_right = pos_right[: self.max_len]\n            elif ori_len < self.max_len:\n                sen.extend([self.word2id['<PAD>']] * (self.max_len - ori_len))\n                pos_left.extend([self.limit * 2 + 2] * (self.max_len - ori_len))\n                pos_right.extend([self.limit * 2 + 2] * (self.max_len - ori_len))\n\n            update_sens.append([sen, pos_left, pos_right])\n\n        return zip(*update_sens)\n\n    def get_left_word(self, pos, sen):\n        '''\n        get the left word id of the token of position\n        '''\n        pos = pos[0]\n        if pos > 0:\n            return sen[pos - 1]\n        else:\n            # return sen[pos]\n            return self.word2id['<PAD>']\n\n    def get_right_word(self, pos, sen):\n        '''\n        get the right word id of the token of position\n        '''\n        pos = pos[1]\n        if pos < len(sen) - 1:\n            return sen[pos + 1]\n        else:\n            # return sen[pos]\n            return self.word2id['<PAD>']\n\n    def get_pos_feature(self, x):\n        '''\n        clip the postion range:\n        : -limit ~ limit => 0 ~ limit * 2+2\n        : -51 => 0\n        : -50 => 1\n        : 50 => 101\n        : >50: 102\n        '''\n        if x < -self.limit:\n            return 0\n        if -self.limit <= x <= self.limit:\n            return x + self.limit + 1\n        if x > self.limit:\n            return self.limit * 2 + 1\n\n\nif __name__ == \"__main__\":\n    data = SEMLoad('./dataset/SemEval/', train=True)\n    print(len(data.word2id))\n    data.save()\n    data = SEMLoad('./dataset/SemEval/', train=False)\n    data.save()\n"
  },
  {
    "path": "main_sem.py",
    "content": "# -*- coding: utf-8 -*-\n\nfrom config import opt\nimport models\nimport dataset\nimport torch\nimport torch.nn as nn\nimport torch.nn.functional as F\nfrom torch.utils.data import DataLoader\nimport torch.optim as optim\nfrom torch.autograd import Variable\nimport time\nfrom sklearn.metrics import f1_score\nfrom sklearn.metrics import accuracy_score\n\n\ndef now():\n    return str(time.strftime('%Y-%m-%d %H:%M%S'))\n\n\ndef test(**kwargs):\n    pass\n\n\ndef train(**kwargs):\n    opt.parse(kwargs)\n    if opt.use_gpu:\n        torch.cuda.set_device(opt.gpu_id)\n\n    # loading data\n    DataModel = getattr(dataset, 'SEMData')\n    train_data = DataModel(opt.data_root, train=True)\n    train_data_loader = DataLoader(train_data, opt.batch_size, shuffle=True, num_workers=opt.num_workers)\n\n    test_data = DataModel(opt.data_root, train=False)\n    test_data_loader = DataLoader(test_data, batch_size=opt.batch_size, shuffle=False, num_workers=opt.num_workers)\n    print('train data: {}; test data: {}'.format(len(train_data), len(test_data)))\n\n    # criterion and optimizer\n    # lr = opt.lr\n    model = getattr(models, 'PCNN')(opt)\n    if opt.use_gpu:\n        torch.cuda.set_device(opt.gpu_id)\n        model.cuda()\n\n    criterion = nn.CrossEntropyLoss()\n    #  optimizer = optim.Adam(model.out_linear.parameters(), lr=0.0001)\n    optimizer = optim.Adam(model.parameters(), lr=0.001)\n    # optimizer = optim.Adadelta(model.parameters(), rho=0.95, eps=1e-6)\n\n    best_acc = 0.0\n    # train\n    for epoch in range(opt.num_epochs):\n\n        total_loss = 0.0\n\n        for ii, data in enumerate(train_data_loader):\n            if opt.use_gpu:\n                data = list(map(lambda x: Variable(x.cuda()), data))\n            else:\n                data = list(map(Variable, data))\n\n            model.zero_grad()\n            out = model(data[:-1])\n            loss = criterion(out, data[-1])\n            loss.backward()\n            optimizer.step()\n            total_loss += loss.data.item()\n\n        train_avg_loss = total_loss / len(train_data_loader.dataset)\n        acc, f1, eval_avg_loss, pred_y = eval(model, test_data_loader, opt.rel_num)\n        if best_acc < acc:\n            best_acc = acc\n            write_result(model.model_name, pred_y)\n            model.save(name=\"SEM_CNN\")\n        # toy_acc, toy_f1, toy_loss = eval(model, train_data_loader, opt.rel_num)\n        print('Epoch {}/{}: train loss: {}; test accuracy: {}, test f1:{},  test loss {}'.format(\n            epoch, opt.num_epochs, train_avg_loss, acc, f1, eval_avg_loss))\n\n    print(\"*\" * 30)\n    print(\"the best acc: {};\".format(best_acc))\n\n\ndef eval(model, test_data_loader, k):\n\n    model.eval()\n    avg_loss = 0.0\n    pred_y = []\n    labels = []\n    for ii, data in enumerate(test_data_loader):\n\n        if opt.use_gpu:\n            data = list(map(lambda x: torch.LongTensor(x).cuda(), data))\n        else:\n            data = list(map(lambda x: torch.LongTensor(x), data))\n\n        out = model(data[:-1])\n        loss = F.cross_entropy(out, data[-1])\n\n        pred_y.extend(torch.max(out, 1)[1].data.cpu().numpy().tolist())\n        labels.extend(data[-1].data.cpu().numpy().tolist())\n        avg_loss += loss.data.item()\n\n    size = len(test_data_loader.dataset)\n    assert len(pred_y) == size and len(labels) == size\n    f1 = f1_score(labels, pred_y, average='micro')\n    acc = accuracy_score(labels, pred_y)\n    model.train()\n    return acc, f1, avg_loss / size, pred_y\n\n\ndef write_result(model_name, pred_y):\n    out = open('./semeval/sem_{}_result.txt'.format(model_name), 'w')\n    size = len(pred_y)\n    start = 8001\n    end = start + size\n    for i in range(start, end):\n        out.write(\"{}\\t{}\\n\".format(i, pred_y[i - start]))\n\n\nif __name__ == \"__main__\":\n    import fire\n    fire.Fire()\n"
  },
  {
    "path": "models/BasicModule.py",
    "content": "# -*- coding: utf-8 -*-\n\nimport torch\nimport time\n\n\nclass BasicModule(torch.nn.Module):\n    '''\n    封装了nn.Module,主要是提供了save和load两个方法\n    '''\n\n    def __init__(self):\n        super(BasicModule, self).__init__()\n        self.model_name=str(type(self))  # model name\n\n    def load(self, path):\n        '''\n        可加载指定路径的模型\n        '''\n        self.load_state_dict(torch.load(path))\n\n    def save(self, name=None):\n        '''\n        保存模型，默认使用“模型名字+时间”作为文件名\n        '''\n        prefix = 'checkpoints/'\n        if name is None:\n            name = prefix + self.model_name + '_'\n            name = time.strftime(name + '%m%d_%H:%M:%S.pth')\n        else:\n            name = prefix + self.model_name + '_' + name + '.pth'\n        torch.save(self.state_dict(), name)\n        return name\n"
  },
  {
    "path": "models/PCNN.py",
    "content": "# -*- coding: utf-8 -*-\n\nfrom .BasicModule import BasicModule\nimport numpy as np\nimport torch\nimport torch.nn as nn\nimport torch.nn.functional as F\n\n\nclass PCNN(BasicModule):\n    '''\n    the basic model\n    Zeng 2014 \"Relation Classification via Convolutional Deep Neural Network\"\n    '''\n\n    def __init__(self, opt):\n        super(PCNN, self).__init__()\n\n        self.opt = opt\n\n        self.model_name = 'PCNN'\n\n        self.word_embs = nn.Embedding(self.opt.vocab_size, self.opt.word_dim)\n        self.pos1_embs = nn.Embedding(self.opt.pos_size + 1, self.opt.pos_dim)\n        self.pos2_embs = nn.Embedding(self.opt.pos_size + 1, self.opt.pos_dim)\n\n        feature_dim = self.opt.word_dim + self.opt.pos_dim * 2\n\n        # encoding sentence level feature via cnn\n        self.convs = nn.ModuleList([nn.Conv2d(1, self.opt.filters_num, (k, feature_dim), padding=(int(k / 2), 0)) for k in self.opt.filters])\n        all_filter_num = self.opt.filters_num * len(self.opt.filters)\n        self.cnn_linear = nn.Linear(all_filter_num, self.opt.sen_feature_dim)\n        # self.cnn_linear = nn.Linear(all_filter_num, self.opt.rel_num)\n\n        # concat the lexical feature in the out architecture\n        self.out_linear = nn.Linear(all_filter_num + self.opt.word_dim * 6, self.opt.rel_num)\n        # self.out_linear = nn.Linear(self.opt.sen_feature_dim, self.opt.rel_num)\n        self.dropout = nn.Dropout(self.opt.drop_out)\n        self.init_word_emb()\n        self.init_model_weight()\n\n    def init_model_weight(self):\n        '''\n        use xavier to init\n        '''\n        nn.init.xavier_normal_(self.cnn_linear.weight)\n        nn.init.constant_(self.cnn_linear.bias, 0.)\n        nn.init.xavier_normal_(self.out_linear.weight)\n        nn.init.constant_(self.out_linear.bias, 0.)\n        for conv in self.convs:\n            nn.init.xavier_normal_(conv.weight)\n            nn.init.constant_(conv.bias, 0)\n\n    def init_word_emb(self):\n\n        w2v = torch.from_numpy(np.load(self.opt.w2v_path))\n\n        # w2v = torch.div(w2v, w2v.norm(2, 1).unsqueeze(1))\n        # w2v[w2v != w2v] = 0.0\n\n        if self.opt.use_gpu:\n            self.word_embs.weight.data.copy_(w2v.cuda())\n        else:\n            self.word_embs.weight.data.copy_(w2v)\n\n    def forward(self, x):\n\n        lexical_feature, word_feautre, left_pf, right_pf = x\n\n        # No USE: lexical word embedding\n        batch_size = lexical_feature.size(0)\n        lexical_level_emb = self.word_embs(lexical_feature)  # (batch_size, 6, word_dim\n        lexical_level_emb = lexical_level_emb.view(batch_size, -1)\n        # lexical_level_emb = lexical_level_emb.sum(1)\n\n        # sentence level feature\n        word_emb = self.word_embs(word_feautre)  # (batch_size, max_len, word_dim)\n        left_emb = self.pos1_embs(left_pf)  # (batch_size, max_len, word_dim)\n        right_emb = self.pos2_embs(right_pf)  # (batch_size, max_len, word_dim)\n\n        sentence_feature = torch.cat([word_emb, left_emb, right_emb], 2)  # (batch_size, max_len, word_dim + pos_dim *2)\n\n        # conv part\n        x = sentence_feature.unsqueeze(1)\n        x = self.dropout(x)\n        x = [F.relu(conv(x)).squeeze(3) for conv in self.convs]\n        x = [F.max_pool1d(i, i.size(2)).squeeze(2) for i in x]\n        x = torch.cat(x, 1)\n\n        #  sen_level_emb = self.cnn_linear(x)\n        #  sen_level_emb = self.tanh(sen_level_emb)\n        sen_level_emb = x\n        # combine lexical and sentence level emb\n        x = torch.cat([lexical_level_emb, sen_level_emb], 1)\n        x = self.dropout(x)\n        x = self.out_linear(x)\n\n        return x\n"
  },
  {
    "path": "models/__init__.py",
    "content": "# -*- coding: utf-8 -*-\n\nfrom .PCNN import PCNN\n"
  },
  {
    "path": "semeval/.ipynb_checkpoints/res-checkpoint.txt",
    "content": "<<< (2*9+1)-WAY EVALUATION (USING DIRECTIONALITY)>>>:\n\nConfusion matrix:\n        C-E1 C-E2 C-W1 C-W2 C-C1 C-C2 E-D1 E-D2 E-O1 E-O2 I-A1 I-A2 M-C1 M-C2 M-T1 M-T2 P-P1 P-P2  _O_ <-- classified as\n      +-----------------------------------------------------------------------------------------------+ -SUM- skip ACTUAL\n C-E1 | 122    2    0    1    0    0    0    0    0    0    0    0    0    0    2    0    0    2    5 |  134    0  134\n C-E2 |   2  169    0    0    0    0    0    0   10    0    0    2    0    0    0    0    4    0    7 |  194    0  194\n C-W1 |   0    0  124    4    3    1    1    0    0    0    3    0    1    6    3    1    0    2   13 |  162    0  162\n C-W2 |   0    0    1   95    0    1    3    0    1    0    0   10    1    7    3    0    1   11   16 |  150    0  150\n C-C1 |   0    0    0    0  132    1    7    0    0    0    0    0    0    0    0    0    0    0   13 |  153    0  153\n C-C2 |   0    0    0    2    1   26    0    0    0    2    0    1    0    1    0    0    0    2    4 |   39    0   39\n E-D1 |   0    0    2    0    9    0  253    0    0    0    0    0    0    0    0    0    1    1   25 |  291    0  291\n E-D2 |   0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0 |    1    0    1\n E-O1 |   0    2    2    0    2    0    3    0  176    0    0    1    0    0    1    1    3    1   19 |  211    0  211\n E-O2 |   2    0    0    0    0    0    1    0    0   33    0    1    0    0    0    0    0    2    8 |   47    0   47\n I-A1 |   0    0    0    0    0    0    0    0    0    0   12    2    0    0    0    0    4    0    4 |   22    0   22\n I-A2 |   0    1    0    6    0    1    3    0    2    1    0   89    0    0    1    0    1   10   19 |  134    0  134\n M-C1 |   0    0    0    0    0    0    1    0    2    0    0    0   20    1    0    1    1    0    6 |   32    0   32\n M-C2 |   0    0    2    0    0    0    0    0    0    0    0    2    0  179    1    0    0    0   17 |  201    0  201\n M-T1 |   0    0    1    1    0    0    1    0    1    1    0    3    0    1  161    0    1    4   35 |  210    0  210\n M-T2 |   0    0    1    0    1    0    0    0    1    0    0    1    0    0    5   36    0    1    5 |   51    0   51\n P-P1 |   0    2    0    1    0    0    1    0    5    1    2    0    0    1    1    0   79    1   14 |  108    0  108\n P-P2 |   0    1    1    1    0    0    1    0    1    0    0   10    0    1    4    0    1   90   12 |  123    0  123\n  _O_ |   9    9   16   16   21    3   37    0   28    2    5   30    7   36   23    8   14   18  172 |  454    0  454\n      +-----------------------------------------------------------------------------------------------+\n -SUM-  135  186  150  127  169   33  313    0  227   40   22  152   29  233  205   47  110  145  394   2717    0 2717\n\nCoverage = 2717/2717 = 100.00%\nAccuracy (calculated for the above confusion matrix) = 1968/2717 = 72.43%\nAccuracy (considering all skipped examples as Wrong) = 1968/2717 = 72.43%\nAccuracy (considering all skipped examples as Other) = 1968/2717 = 72.43%\n\nResults for the individual relations:\n      Cause-Effect(e1,e2) :    P =  122/ 135 =  90.37%     R =  122/ 134 =  91.04%     F1 =  90.71%\n      Cause-Effect(e2,e1) :    P =  169/ 186 =  90.86%     R =  169/ 194 =  87.11%     F1 =  88.95%\n   Component-Whole(e1,e2) :    P =  124/ 150 =  82.67%     R =  124/ 162 =  76.54%     F1 =  79.49%\n   Component-Whole(e2,e1) :    P =   95/ 127 =  74.80%     R =   95/ 150 =  63.33%     F1 =  68.59%\n Content-Container(e1,e2) :    P =  132/ 169 =  78.11%     R =  132/ 153 =  86.27%     F1 =  81.99%\n Content-Container(e2,e1) :    P =   26/  33 =  78.79%     R =   26/  39 =  66.67%     F1 =  72.22%\nEntity-Destination(e1,e2) :    P =  253/ 313 =  80.83%     R =  253/ 291 =  86.94%     F1 =  83.77%\nEntity-Destination(e2,e1) :    P =    0/   0 =   0.00%     R =    0/   1 =   0.00%     F1 =   0.00%\n     Entity-Origin(e1,e2) :    P =  176/ 227 =  77.53%     R =  176/ 211 =  83.41%     F1 =  80.37%\n     Entity-Origin(e2,e1) :    P =   33/  40 =  82.50%     R =   33/  47 =  70.21%     F1 =  75.86%\n Instrument-Agency(e1,e2) :    P =   12/  22 =  54.55%     R =   12/  22 =  54.55%     F1 =  54.55%\n Instrument-Agency(e2,e1) :    P =   89/ 152 =  58.55%     R =   89/ 134 =  66.42%     F1 =  62.24%\n Member-Collection(e1,e2) :    P =   20/  29 =  68.97%     R =   20/  32 =  62.50%     F1 =  65.57%\n Member-Collection(e2,e1) :    P =  179/ 233 =  76.82%     R =  179/ 201 =  89.05%     F1 =  82.49%\n     Message-Topic(e1,e2) :    P =  161/ 205 =  78.54%     R =  161/ 210 =  76.67%     F1 =  77.59%\n     Message-Topic(e2,e1) :    P =   36/  47 =  76.60%     R =   36/  51 =  70.59%     F1 =  73.47%\n  Product-Producer(e1,e2) :    P =   79/ 110 =  71.82%     R =   79/ 108 =  73.15%     F1 =  72.48%\n  Product-Producer(e2,e1) :    P =   90/ 145 =  62.07%     R =   90/ 123 =  73.17%     F1 =  67.16%\n                   _Other :    P =  172/ 394 =  43.65%     R =  172/ 454 =  37.89%     F1 =  40.57%\n\nMicro-averaged result (excluding Other):\nP = 1796/2323 =  77.31%     R = 1796/2263 =  79.36%     F1 =  78.33%\n\nMACRO-averaged result (excluding Other):\nP =  71.35%\tR =  70.98%\tF1 =  70.97%\n\n\n\n<<< (9+1)-WAY EVALUATION IGNORING DIRECTIONALITY >>>:\n\nConfusion matrix:\n         C-E  C-W  C-C  E-D  E-O  I-A  M-C  M-T  P-P  _O_ <-- classified as\n      +--------------------------------------------------+ -SUM- skip ACTUAL\n  C-E | 295    1    0    0   10    2    0    2    6   12 |  328    0  328\n  C-W |   0  224    5    4    1   13   15    7   14   29 |  312    0  312\n  C-C |   0    2  160    7    2    1    1    0    2   17 |  192    0  192\n  E-D |   0    2    9  254    0    0    0    0    2   25 |  292    0  292\n  E-O |   4    2    2    4  209    2    0    2    6   27 |  258    0  258\n  I-A |   1    6    1    3    3  103    0    1   15   23 |  156    0  156\n  M-C |   0    2    0    1    2    2  200    2    1   23 |  233    0  233\n  M-T |   0    3    1    1    3    4    1  202    6   40 |  261    0  261\n  P-P |   3    3    0    2    7   12    2    5  171   26 |  231    0  231\n  _O_ |  18   32   24   37   30   35   43   31   32  172 |  454    0  454\n      +--------------------------------------------------+\n -SUM-  321  277  202  313  267  174  262  252  255  394   2717    0 2717\n\nCoverage = 2717/2717 = 100.00%\nAccuracy (calculated for the above confusion matrix) = 1990/2717 = 73.24%\nAccuracy (considering all skipped examples as Wrong) = 1990/2717 = 73.24%\nAccuracy (considering all skipped examples as Other) = 1990/2717 = 73.24%\n\nResults for the individual relations:\n             Cause-Effect :    P =  295/ 321 =  91.90%     R =  295/ 328 =  89.94%     F1 =  90.91%\n          Component-Whole :    P =  224/ 277 =  80.87%     R =  224/ 312 =  71.79%     F1 =  76.06%\n        Content-Container :    P =  160/ 202 =  79.21%     R =  160/ 192 =  83.33%     F1 =  81.22%\n       Entity-Destination :    P =  254/ 313 =  81.15%     R =  254/ 292 =  86.99%     F1 =  83.97%\n            Entity-Origin :    P =  209/ 267 =  78.28%     R =  209/ 258 =  81.01%     F1 =  79.62%\n        Instrument-Agency :    P =  103/ 174 =  59.20%     R =  103/ 156 =  66.03%     F1 =  62.42%\n        Member-Collection :    P =  200/ 262 =  76.34%     R =  200/ 233 =  85.84%     F1 =  80.81%\n            Message-Topic :    P =  202/ 252 =  80.16%     R =  202/ 261 =  77.39%     F1 =  78.75%\n         Product-Producer :    P =  171/ 255 =  67.06%     R =  171/ 231 =  74.03%     F1 =  70.37%\n                   _Other :    P =  172/ 394 =  43.65%     R =  172/ 454 =  37.89%     F1 =  40.57%\n\nMicro-averaged result (excluding Other):\nP = 1818/2323 =  78.26%     R = 1818/2263 =  80.34%     F1 =  79.28%\n\nMACRO-averaged result (excluding Other):\nP =  77.13%\tR =  79.59%\tF1 =  78.24%\n\n\n\n<<< (9+1)-WAY EVALUATION TAKING DIRECTIONALITY INTO ACCOUNT -- OFFICIAL >>>:\n\nConfusion matrix:\n         C-E  C-W  C-C  E-D  E-O  I-A  M-C  M-T  P-P  _O_ <-- classified as\n      +--------------------------------------------------+ -SUM- xDIRx skip  ACTUAL\n  C-E | 291    1    0    0   10    2    0    2    6   12 |  324     4     0    328\n  C-W |   0  219    5    4    1   13   15    7   14   29 |  307     5     0    312\n  C-C |   0    2  158    7    2    1    1    0    2   17 |  190     2     0    192\n  E-D |   0    2    9  253    0    0    0    0    2   25 |  291     1     0    292\n  E-O |   4    2    2    4  209    2    0    2    6   27 |  258     0     0    258\n  I-A |   1    6    1    3    3  101    0    1   15   23 |  154     2     0    156\n  M-C |   0    2    0    1    2    2  199    2    1   23 |  232     1     0    233\n  M-T |   0    3    1    1    3    4    1  197    6   40 |  256     5     0    261\n  P-P |   3    3    0    2    7   12    2    5  169   26 |  229     2     0    231\n  _O_ |  18   32   24   37   30   35   43   31   32  172 |  454     0     0    454\n      +--------------------------------------------------+\n -SUM-  317  272  200  312  267  172  261  247  253  394   2695    22     0   2717\n\nCoverage = 2717/2717 = 100.00%\nAccuracy (calculated for the above confusion matrix) = 1968/2717 = 72.43%\nAccuracy (considering all skipped examples as Wrong) = 1968/2717 = 72.43%\nAccuracy (considering all skipped examples as Other) = 1968/2717 = 72.43%\n\nResults for the individual relations:\n             Cause-Effect :    P =  291/( 317 +   4) =  90.65%     R =  291/ 328 =  88.72%     F1 =  89.68%\n          Component-Whole :    P =  219/( 272 +   5) =  79.06%     R =  219/ 312 =  70.19%     F1 =  74.36%\n        Content-Container :    P =  158/( 200 +   2) =  78.22%     R =  158/ 192 =  82.29%     F1 =  80.20%\n       Entity-Destination :    P =  253/( 312 +   1) =  80.83%     R =  253/ 292 =  86.64%     F1 =  83.64%\n            Entity-Origin :    P =  209/( 267 +   0) =  78.28%     R =  209/ 258 =  81.01%     F1 =  79.62%\n        Instrument-Agency :    P =  101/( 172 +   2) =  58.05%     R =  101/ 156 =  64.74%     F1 =  61.21%\n        Member-Collection :    P =  199/( 261 +   1) =  75.95%     R =  199/ 233 =  85.41%     F1 =  80.40%\n            Message-Topic :    P =  197/( 247 +   5) =  78.17%     R =  197/ 261 =  75.48%     F1 =  76.80%\n         Product-Producer :    P =  169/( 253 +   2) =  66.27%     R =  169/ 231 =  73.16%     F1 =  69.55%\n                   _Other :    P =  172/( 394 +   0) =  43.65%     R =  172/ 454 =  37.89%     F1 =  40.57%\n\nMicro-averaged result (excluding Other):\nP = 1796/2323 =  77.31%     R = 1796/2263 =  79.36%     F1 =  78.33%\n\nMACRO-averaged result (excluding Other):\nP =  76.17%\tR =  78.63%\tF1 =  77.27%\n\n\n\n<<< The official score is (9+1)-way evaluation with directionality taken into account: macro-averaged F1 = 77.27% >>>\n"
  },
  {
    "path": "semeval/convert_to_rel.py",
    "content": "# -*- coding: utf-8 -*-\n\nid2rel = {}\nrel = open('../dataset/SemEval/relation2id.txt')\nfor line in rel:\n    line = line.strip('\\n').split()\n    id2rel[line[0]] = line[1]\nrel.close()\n\nres = open('./sem_PCNN_result.txt')\nout = open('sem_res.txt', 'w')\nfor line in res:\n    line = line.strip('\\n').split('\\t')\n    out.write(line[0] + '\\t' + id2rel[line[1]] + '\\n')\nout.close()\n"
  },
  {
    "path": "semeval/sem_res.txt",
    "content": "8001\tMessage-Topic(e1,e2)\n8002\tProduct-Producer(e2,e1)\n8003\tInstrument-Agency(e2,e1)\n8004\tEntity-Destination(e1,e2)\n8005\tCause-Effect(e2,e1)\n8006\tComponent-Whole(e1,e2)\n8007\tProduct-Producer(e1,e2)\n8008\tMember-Collection(e2,e1)\n8009\tOther\n8010\tMessage-Topic(e1,e2)\n8011\tEntity-Destination(e1,e2)\n8012\tProduct-Producer(e1,e2)\n8013\tEntity-Destination(e1,e2)\n8014\tProduct-Producer(e1,e2)\n8015\tEntity-Origin(e1,e2)\n8016\tEntity-Origin(e1,e2)\n8017\tEntity-Origin(e1,e2)\n8018\tOther\n8019\tMember-Collection(e2,e1)\n8020\tProduct-Producer(e1,e2)\n8021\tMessage-Topic(e1,e2)\n8022\tContent-Container(e1,e2)\n8023\tProduct-Producer(e1,e2)\n8024\tMember-Collection(e1,e2)\n8025\tEntity-Origin(e2,e1)\n8026\tProduct-Producer(e1,e2)\n8027\tOther\n8028\tMessage-Topic(e1,e2)\n8029\tMessage-Topic(e2,e1)\n8030\tEntity-Origin(e1,e2)\n8031\tCause-Effect(e1,e2)\n8032\tMessage-Topic(e1,e2)\n8033\tComponent-Whole(e1,e2)\n8034\tCause-Effect(e2,e1)\n8035\tComponent-Whole(e1,e2)\n8036\tComponent-Whole(e2,e1)\n8037\tMember-Collection(e2,e1)\n8038\tContent-Container(e2,e1)\n8039\tMember-Collection(e2,e1)\n8040\tCause-Effect(e2,e1)\n8041\tOther\n8042\tComponent-Whole(e2,e1)\n8043\tOther\n8044\tEntity-Destination(e1,e2)\n8045\tEntity-Origin(e1,e2)\n8046\tContent-Container(e1,e2)\n8047\tContent-Container(e1,e2)\n8048\tEntity-Destination(e1,e2)\n8049\tMessage-Topic(e1,e2)\n8050\tOther\n8051\tEntity-Destination(e1,e2)\n8052\tComponent-Whole(e2,e1)\n8053\tMember-Collection(e2,e1)\n8054\tMember-Collection(e2,e1)\n8055\tCause-Effect(e1,e2)\n8056\tEntity-Origin(e1,e2)\n8057\tEntity-Destination(e1,e2)\n8058\tCause-Effect(e1,e2)\n8059\tOther\n8060\tComponent-Whole(e2,e1)\n8061\tEntity-Origin(e2,e1)\n8062\tProduct-Producer(e1,e2)\n8063\tInstrument-Agency(e2,e1)\n8064\tComponent-Whole(e1,e2)\n8065\tEntity-Destination(e1,e2)\n8066\tProduct-Producer(e2,e1)\n8067\tOther\n8068\tOther\n8069\tMessage-Topic(e1,e2)\n8070\tInstrument-Agency(e1,e2)\n8071\tOther\n8072\tEntity-Origin(e1,e2)\n8073\tCause-Effect(e2,e1)\n8074\tEntity-Origin(e1,e2)\n8075\tOther\n8076\tEntity-Origin(e1,e2)\n8077\tOther\n8078\tInstrument-Agency(e2,e1)\n8079\tEntity-Destination(e1,e2)\n8080\tProduct-Producer(e2,e1)\n8081\tComponent-Whole(e1,e2)\n8082\tComponent-Whole(e1,e2)\n8083\tCause-Effect(e1,e2)\n8084\tComponent-Whole(e1,e2)\n8085\tMessage-Topic(e1,e2)\n8086\tInstrument-Agency(e2,e1)\n8087\tMessage-Topic(e1,e2)\n8088\tProduct-Producer(e2,e1)\n8089\tEntity-Origin(e2,e1)\n8090\tMessage-Topic(e1,e2)\n8091\tOther\n8092\tProduct-Producer(e2,e1)\n8093\tContent-Container(e1,e2)\n8094\tContent-Container(e1,e2)\n8095\tOther\n8096\tEntity-Destination(e1,e2)\n8097\tMessage-Topic(e1,e2)\n8098\tComponent-Whole(e1,e2)\n8099\tEntity-Destination(e1,e2)\n8100\tMessage-Topic(e1,e2)\n8101\tMessage-Topic(e1,e2)\n8102\tComponent-Whole(e2,e1)\n8103\tEntity-Origin(e1,e2)\n8104\tMessage-Topic(e1,e2)\n8105\tCause-Effect(e2,e1)\n8106\tMessage-Topic(e1,e2)\n8107\tCause-Effect(e2,e1)\n8108\tCause-Effect(e1,e2)\n8109\tComponent-Whole(e2,e1)\n8110\tOther\n8111\tMessage-Topic(e1,e2)\n8112\tContent-Container(e1,e2)\n8113\tOther\n8114\tComponent-Whole(e2,e1)\n8115\tOther\n8116\tCause-Effect(e2,e1)\n8117\tProduct-Producer(e1,e2)\n8118\tOther\n8119\tMember-Collection(e2,e1)\n8120\tComponent-Whole(e2,e1)\n8121\tEntity-Destination(e1,e2)\n8122\tProduct-Producer(e2,e1)\n8123\tEntity-Origin(e1,e2)\n8124\tOther\n8125\tMessage-Topic(e1,e2)\n8126\tEntity-Origin(e2,e1)\n8127\tOther\n8128\tCause-Effect(e1,e2)\n8129\tComponent-Whole(e2,e1)\n8130\tContent-Container(e1,e2)\n8131\tInstrument-Agency(e1,e2)\n8132\tMessage-Topic(e1,e2)\n8133\tComponent-Whole(e1,e2)\n8134\tProduct-Producer(e2,e1)\n8135\tContent-Container(e1,e2)\n8136\tInstrument-Agency(e2,e1)\n8137\tComponent-Whole(e1,e2)\n8138\tMember-Collection(e2,e1)\n8139\tEntity-Origin(e1,e2)\n8140\tMember-Collection(e2,e1)\n8141\tInstrument-Agency(e2,e1)\n8142\tEntity-Origin(e1,e2)\n8143\tOther\n8144\tEntity-Origin(e1,e2)\n8145\tMember-Collection(e2,e1)\n8146\tInstrument-Agency(e2,e1)\n8147\tContent-Container(e1,e2)\n8148\tOther\n8149\tInstrument-Agency(e2,e1)\n8150\tProduct-Producer(e2,e1)\n8151\tProduct-Producer(e1,e2)\n8152\tMember-Collection(e2,e1)\n8153\tMember-Collection(e2,e1)\n8154\tMessage-Topic(e1,e2)\n8155\tMessage-Topic(e1,e2)\n8156\tProduct-Producer(e2,e1)\n8157\tComponent-Whole(e1,e2)\n8158\tOther\n8159\tCause-Effect(e1,e2)\n8160\tMessage-Topic(e2,e1)\n8161\tMessage-Topic(e1,e2)\n8162\tEntity-Origin(e1,e2)\n8163\tEntity-Origin(e1,e2)\n8164\tProduct-Producer(e2,e1)\n8165\tEntity-Destination(e1,e2)\n8166\tContent-Container(e1,e2)\n8167\tMember-Collection(e2,e1)\n8168\tMember-Collection(e2,e1)\n8169\tEntity-Origin(e1,e2)\n8170\tInstrument-Agency(e2,e1)\n8171\tEntity-Destination(e1,e2)\n8172\tMember-Collection(e1,e2)\n8173\tOther\n8174\tComponent-Whole(e2,e1)\n8175\tCause-Effect(e2,e1)\n8176\tOther\n8177\tEntity-Destination(e1,e2)\n8178\tEntity-Origin(e1,e2)\n8179\tComponent-Whole(e1,e2)\n8180\tMessage-Topic(e1,e2)\n8181\tEntity-Destination(e1,e2)\n8182\tContent-Container(e1,e2)\n8183\tInstrument-Agency(e2,e1)\n8184\tProduct-Producer(e2,e1)\n8185\tContent-Container(e1,e2)\n8186\tMember-Collection(e2,e1)\n8187\tEntity-Destination(e1,e2)\n8188\tOther\n8189\tMessage-Topic(e2,e1)\n8190\tComponent-Whole(e2,e1)\n8191\tCause-Effect(e1,e2)\n8192\tOther\n8193\tProduct-Producer(e2,e1)\n8194\tMessage-Topic(e1,e2)\n8195\tMessage-Topic(e2,e1)\n8196\tOther\n8197\tEntity-Origin(e2,e1)\n8198\tEntity-Destination(e1,e2)\n8199\tEntity-Destination(e1,e2)\n8200\tEntity-Origin(e1,e2)\n8201\tComponent-Whole(e1,e2)\n8202\tContent-Container(e1,e2)\n8203\tMember-Collection(e1,e2)\n8204\tProduct-Producer(e1,e2)\n8205\tEntity-Destination(e1,e2)\n8206\tComponent-Whole(e1,e2)\n8207\tComponent-Whole(e2,e1)\n8208\tContent-Container(e2,e1)\n8209\tMember-Collection(e2,e1)\n8210\tMember-Collection(e2,e1)\n8211\tComponent-Whole(e1,e2)\n8212\tEntity-Origin(e1,e2)\n8213\tEntity-Destination(e1,e2)\n8214\tInstrument-Agency(e2,e1)\n8215\tEntity-Origin(e2,e1)\n8216\tContent-Container(e2,e1)\n8217\tContent-Container(e1,e2)\n8218\tMember-Collection(e2,e1)\n8219\tCause-Effect(e2,e1)\n8220\tMessage-Topic(e1,e2)\n8221\tContent-Container(e1,e2)\n8222\tOther\n8223\tMessage-Topic(e1,e2)\n8224\tMessage-Topic(e2,e1)\n8225\tComponent-Whole(e1,e2)\n8226\tOther\n8227\tContent-Container(e1,e2)\n8228\tMember-Collection(e2,e1)\n8229\tProduct-Producer(e1,e2)\n8230\tCause-Effect(e2,e1)\n8231\tEntity-Origin(e1,e2)\n8232\tMember-Collection(e2,e1)\n8233\tMessage-Topic(e1,e2)\n8234\tCause-Effect(e2,e1)\n8235\tContent-Container(e2,e1)\n8236\tOther\n8237\tOther\n8238\tComponent-Whole(e1,e2)\n8239\tCause-Effect(e1,e2)\n8240\tCause-Effect(e2,e1)\n8241\tProduct-Producer(e1,e2)\n8242\tContent-Container(e1,e2)\n8243\tComponent-Whole(e1,e2)\n8244\tComponent-Whole(e2,e1)\n8245\tProduct-Producer(e1,e2)\n8246\tProduct-Producer(e2,e1)\n8247\tEntity-Destination(e1,e2)\n8248\tComponent-Whole(e1,e2)\n8249\tEntity-Origin(e1,e2)\n8250\tEntity-Destination(e1,e2)\n8251\tComponent-Whole(e1,e2)\n8252\tEntity-Origin(e1,e2)\n8253\tCause-Effect(e1,e2)\n8254\tComponent-Whole(e1,e2)\n8255\tCause-Effect(e1,e2)\n8256\tMessage-Topic(e1,e2)\n8257\tCause-Effect(e2,e1)\n8258\tProduct-Producer(e1,e2)\n8259\tInstrument-Agency(e2,e1)\n8260\tInstrument-Agency(e2,e1)\n8261\tMessage-Topic(e1,e2)\n8262\tEntity-Destination(e1,e2)\n8263\tEntity-Origin(e2,e1)\n8264\tMessage-Topic(e2,e1)\n8265\tCause-Effect(e2,e1)\n8266\tEntity-Destination(e1,e2)\n8267\tMessage-Topic(e1,e2)\n8268\tComponent-Whole(e2,e1)\n8269\tOther\n8270\tEntity-Destination(e1,e2)\n8271\tOther\n8272\tOther\n8273\tMessage-Topic(e2,e1)\n8274\tMember-Collection(e2,e1)\n8275\tProduct-Producer(e1,e2)\n8276\tEntity-Destination(e1,e2)\n8277\tMessage-Topic(e1,e2)\n8278\tInstrument-Agency(e2,e1)\n8279\tOther\n8280\tProduct-Producer(e1,e2)\n8281\tComponent-Whole(e1,e2)\n8282\tEntity-Destination(e1,e2)\n8283\tMessage-Topic(e2,e1)\n8284\tOther\n8285\tMessage-Topic(e1,e2)\n8286\tContent-Container(e1,e2)\n8287\tMember-Collection(e2,e1)\n8288\tCause-Effect(e2,e1)\n8289\tOther\n8290\tMessage-Topic(e1,e2)\n8291\tComponent-Whole(e1,e2)\n8292\tMessage-Topic(e1,e2)\n8293\tComponent-Whole(e1,e2)\n8294\tComponent-Whole(e1,e2)\n8295\tEntity-Origin(e1,e2)\n8296\tEntity-Origin(e1,e2)\n8297\tEntity-Destination(e1,e2)\n8298\tEntity-Destination(e1,e2)\n8299\tOther\n8300\tOther\n8301\tOther\n8302\tOther\n8303\tComponent-Whole(e2,e1)\n8304\tOther\n8305\tEntity-Destination(e1,e2)\n8306\tMessage-Topic(e1,e2)\n8307\tProduct-Producer(e1,e2)\n8308\tProduct-Producer(e1,e2)\n8309\tMessage-Topic(e1,e2)\n8310\tProduct-Producer(e2,e1)\n8311\tOther\n8312\tCause-Effect(e2,e1)\n8313\tMessage-Topic(e1,e2)\n8314\tProduct-Producer(e1,e2)\n8315\tMessage-Topic(e2,e1)\n8316\tOther\n8317\tContent-Container(e1,e2)\n8318\tContent-Container(e1,e2)\n8319\tEntity-Destination(e1,e2)\n8320\tInstrument-Agency(e2,e1)\n8321\tEntity-Destination(e1,e2)\n8322\tMember-Collection(e2,e1)\n8323\tMember-Collection(e1,e2)\n8324\tEntity-Destination(e1,e2)\n8325\tComponent-Whole(e2,e1)\n8326\tOther\n8327\tMessage-Topic(e2,e1)\n8328\tMessage-Topic(e1,e2)\n8329\tMessage-Topic(e1,e2)\n8330\tProduct-Producer(e1,e2)\n8331\tMember-Collection(e2,e1)\n8332\tMessage-Topic(e1,e2)\n8333\tOther\n8334\tCause-Effect(e2,e1)\n8335\tMember-Collection(e2,e1)\n8336\tCause-Effect(e1,e2)\n8337\tEntity-Destination(e1,e2)\n8338\tOther\n8339\tEntity-Origin(e1,e2)\n8340\tContent-Container(e1,e2)\n8341\tMessage-Topic(e1,e2)\n8342\tContent-Container(e1,e2)\n8343\tInstrument-Agency(e2,e1)\n8344\tEntity-Destination(e1,e2)\n8345\tContent-Container(e1,e2)\n8346\tContent-Container(e2,e1)\n8347\tComponent-Whole(e2,e1)\n8348\tOther\n8349\tMember-Collection(e2,e1)\n8350\tComponent-Whole(e1,e2)\n8351\tContent-Container(e1,e2)\n8352\tMember-Collection(e2,e1)\n8353\tMessage-Topic(e1,e2)\n8354\tMessage-Topic(e2,e1)\n8355\tContent-Container(e1,e2)\n8356\tComponent-Whole(e2,e1)\n8357\tCause-Effect(e1,e2)\n8358\tInstrument-Agency(e2,e1)\n8359\tMember-Collection(e2,e1)\n8360\tComponent-Whole(e2,e1)\n8361\tCause-Effect(e2,e1)\n8362\tEntity-Origin(e2,e1)\n8363\tEntity-Origin(e1,e2)\n8364\tInstrument-Agency(e2,e1)\n8365\tMessage-Topic(e1,e2)\n8366\tComponent-Whole(e2,e1)\n8367\tEntity-Destination(e1,e2)\n8368\tEntity-Destination(e1,e2)\n8369\tMessage-Topic(e2,e1)\n8370\tInstrument-Agency(e2,e1)\n8371\tComponent-Whole(e1,e2)\n8372\tComponent-Whole(e1,e2)\n8373\tCause-Effect(e2,e1)\n8374\tProduct-Producer(e2,e1)\n8375\tEntity-Destination(e1,e2)\n8376\tEntity-Destination(e1,e2)\n8377\tCause-Effect(e1,e2)\n8378\tProduct-Producer(e2,e1)\n8379\tMessage-Topic(e2,e1)\n8380\tOther\n8381\tProduct-Producer(e1,e2)\n8382\tCause-Effect(e2,e1)\n8383\tEntity-Destination(e1,e2)\n8384\tOther\n8385\tEntity-Origin(e1,e2)\n8386\tComponent-Whole(e2,e1)\n8387\tProduct-Producer(e2,e1)\n8388\tComponent-Whole(e1,e2)\n8389\tMessage-Topic(e1,e2)\n8390\tComponent-Whole(e2,e1)\n8391\tCause-Effect(e2,e1)\n8392\tEntity-Origin(e1,e2)\n8393\tEntity-Origin(e1,e2)\n8394\tEntity-Origin(e1,e2)\n8395\tComponent-Whole(e1,e2)\n8396\tMessage-Topic(e1,e2)\n8397\tOther\n8398\tEntity-Destination(e1,e2)\n8399\tOther\n8400\tCause-Effect(e2,e1)\n8401\tEntity-Destination(e1,e2)\n8402\tCause-Effect(e2,e1)\n8403\tCause-Effect(e2,e1)\n8404\tCause-Effect(e2,e1)\n8405\tCause-Effect(e2,e1)\n8406\tComponent-Whole(e1,e2)\n8407\tMember-Collection(e2,e1)\n8408\tEntity-Origin(e2,e1)\n8409\tCause-Effect(e2,e1)\n8410\tEntity-Destination(e1,e2)\n8411\tOther\n8412\tContent-Container(e2,e1)\n8413\tOther\n8414\tEntity-Destination(e1,e2)\n8415\tMember-Collection(e2,e1)\n8416\tComponent-Whole(e2,e1)\n8417\tCause-Effect(e1,e2)\n8418\tContent-Container(e1,e2)\n8419\tContent-Container(e2,e1)\n8420\tMessage-Topic(e1,e2)\n8421\tComponent-Whole(e1,e2)\n8422\tComponent-Whole(e1,e2)\n8423\tEntity-Destination(e1,e2)\n8424\tInstrument-Agency(e2,e1)\n8425\tComponent-Whole(e2,e1)\n8426\tProduct-Producer(e1,e2)\n8427\tComponent-Whole(e1,e2)\n8428\tProduct-Producer(e1,e2)\n8429\tComponent-Whole(e1,e2)\n8430\tEntity-Origin(e1,e2)\n8431\tComponent-Whole(e2,e1)\n8432\tEntity-Origin(e1,e2)\n8433\tMember-Collection(e2,e1)\n8434\tMember-Collection(e2,e1)\n8435\tOther\n8436\tComponent-Whole(e2,e1)\n8437\tEntity-Origin(e1,e2)\n8438\tComponent-Whole(e2,e1)\n8439\tCause-Effect(e2,e1)\n8440\tMessage-Topic(e1,e2)\n8441\tProduct-Producer(e2,e1)\n8442\tComponent-Whole(e1,e2)\n8443\tComponent-Whole(e1,e2)\n8444\tComponent-Whole(e2,e1)\n8445\tContent-Container(e1,e2)\n8446\tComponent-Whole(e1,e2)\n8447\tMessage-Topic(e2,e1)\n8448\tOther\n8449\tEntity-Origin(e1,e2)\n8450\tOther\n8451\tProduct-Producer(e1,e2)\n8452\tMember-Collection(e2,e1)\n8453\tOther\n8454\tOther\n8455\tCause-Effect(e2,e1)\n8456\tContent-Container(e1,e2)\n8457\tEntity-Destination(e1,e2)\n8458\tProduct-Producer(e1,e2)\n8459\tInstrument-Agency(e2,e1)\n8460\tEntity-Destination(e1,e2)\n8461\tProduct-Producer(e2,e1)\n8462\tInstrument-Agency(e2,e1)\n8463\tEntity-Destination(e1,e2)\n8464\tContent-Container(e1,e2)\n8465\tContent-Container(e1,e2)\n8466\tProduct-Producer(e1,e2)\n8467\tEntity-Destination(e1,e2)\n8468\tEntity-Destination(e1,e2)\n8469\tOther\n8470\tComponent-Whole(e1,e2)\n8471\tCause-Effect(e1,e2)\n8472\tComponent-Whole(e1,e2)\n8473\tCause-Effect(e2,e1)\n8474\tContent-Container(e1,e2)\n8475\tEntity-Origin(e1,e2)\n8476\tCause-Effect(e1,e2)\n8477\tComponent-Whole(e2,e1)\n8478\tEntity-Origin(e1,e2)\n8479\tMessage-Topic(e1,e2)\n8480\tMessage-Topic(e1,e2)\n8481\tEntity-Destination(e1,e2)\n8482\tMember-Collection(e2,e1)\n8483\tProduct-Producer(e1,e2)\n8484\tOther\n8485\tProduct-Producer(e1,e2)\n8486\tCause-Effect(e1,e2)\n8487\tInstrument-Agency(e1,e2)\n8488\tProduct-Producer(e1,e2)\n8489\tCause-Effect(e2,e1)\n8490\tContent-Container(e1,e2)\n8491\tOther\n8492\tMember-Collection(e2,e1)\n8493\tCause-Effect(e2,e1)\n8494\tCause-Effect(e2,e1)\n8495\tMessage-Topic(e2,e1)\n8496\tEntity-Destination(e1,e2)\n8497\tEntity-Destination(e1,e2)\n8498\tCause-Effect(e2,e1)\n8499\tComponent-Whole(e1,e2)\n8500\tCause-Effect(e1,e2)\n8501\tMessage-Topic(e2,e1)\n8502\tContent-Container(e1,e2)\n8503\tCause-Effect(e2,e1)\n8504\tEntity-Origin(e1,e2)\n8505\tContent-Container(e1,e2)\n8506\tEntity-Destination(e1,e2)\n8507\tMember-Collection(e2,e1)\n8508\tOther\n8509\tCause-Effect(e2,e1)\n8510\tOther\n8511\tInstrument-Agency(e2,e1)\n8512\tCause-Effect(e1,e2)\n8513\tMessage-Topic(e2,e1)\n8514\tMessage-Topic(e1,e2)\n8515\tOther\n8516\tMessage-Topic(e1,e2)\n8517\tEntity-Origin(e1,e2)\n8518\tCause-Effect(e1,e2)\n8519\tProduct-Producer(e2,e1)\n8520\tCause-Effect(e2,e1)\n8521\tCause-Effect(e2,e1)\n8522\tMember-Collection(e1,e2)\n8523\tCause-Effect(e2,e1)\n8524\tInstrument-Agency(e2,e1)\n8525\tOther\n8526\tEntity-Destination(e1,e2)\n8527\tComponent-Whole(e1,e2)\n8528\tContent-Container(e1,e2)\n8529\tEntity-Destination(e1,e2)\n8530\tProduct-Producer(e2,e1)\n8531\tComponent-Whole(e2,e1)\n8532\tMessage-Topic(e2,e1)\n8533\tProduct-Producer(e1,e2)\n8534\tCause-Effect(e2,e1)\n8535\tEntity-Origin(e1,e2)\n8536\tCause-Effect(e1,e2)\n8537\tMember-Collection(e2,e1)\n8538\tMember-Collection(e2,e1)\n8539\tMember-Collection(e2,e1)\n8540\tCause-Effect(e2,e1)\n8541\tProduct-Producer(e1,e2)\n8542\tCause-Effect(e1,e2)\n8543\tEntity-Origin(e1,e2)\n8544\tMessage-Topic(e1,e2)\n8545\tInstrument-Agency(e2,e1)\n8546\tEntity-Origin(e1,e2)\n8547\tInstrument-Agency(e2,e1)\n8548\tMember-Collection(e2,e1)\n8549\tComponent-Whole(e1,e2)\n8550\tComponent-Whole(e2,e1)\n8551\tMessage-Topic(e2,e1)\n8552\tEntity-Destination(e1,e2)\n8553\tMessage-Topic(e1,e2)\n8554\tContent-Container(e1,e2)\n8555\tEntity-Origin(e2,e1)\n8556\tCause-Effect(e1,e2)\n8557\tEntity-Origin(e1,e2)\n8558\tEntity-Destination(e1,e2)\n8559\tProduct-Producer(e2,e1)\n8560\tEntity-Origin(e1,e2)\n8561\tComponent-Whole(e2,e1)\n8562\tEntity-Origin(e1,e2)\n8563\tMessage-Topic(e1,e2)\n8564\tMessage-Topic(e1,e2)\n8565\tOther\n8566\tEntity-Destination(e1,e2)\n8567\tInstrument-Agency(e2,e1)\n8568\tEntity-Destination(e1,e2)\n8569\tCause-Effect(e2,e1)\n8570\tMember-Collection(e2,e1)\n8571\tOther\n8572\tMember-Collection(e2,e1)\n8573\tMessage-Topic(e1,e2)\n8574\tComponent-Whole(e1,e2)\n8575\tEntity-Destination(e1,e2)\n8576\tContent-Container(e1,e2)\n8577\tMember-Collection(e2,e1)\n8578\tMember-Collection(e2,e1)\n8579\tMessage-Topic(e1,e2)\n8580\tMessage-Topic(e1,e2)\n8581\tOther\n8582\tOther\n8583\tMember-Collection(e2,e1)\n8584\tComponent-Whole(e2,e1)\n8585\tMessage-Topic(e2,e1)\n8586\tComponent-Whole(e2,e1)\n8587\tEntity-Origin(e1,e2)\n8588\tMessage-Topic(e1,e2)\n8589\tMessage-Topic(e1,e2)\n8590\tMember-Collection(e2,e1)\n8591\tCause-Effect(e2,e1)\n8592\tOther\n8593\tProduct-Producer(e1,e2)\n8594\tEntity-Origin(e1,e2)\n8595\tProduct-Producer(e1,e2)\n8596\tCause-Effect(e1,e2)\n8597\tMessage-Topic(e1,e2)\n8598\tEntity-Destination(e1,e2)\n8599\tComponent-Whole(e2,e1)\n8600\tMember-Collection(e2,e1)\n8601\tProduct-Producer(e1,e2)\n8602\tCause-Effect(e2,e1)\n8603\tCause-Effect(e2,e1)\n8604\tMessage-Topic(e1,e2)\n8605\tComponent-Whole(e1,e2)\n8606\tMessage-Topic(e1,e2)\n8607\tOther\n8608\tCause-Effect(e2,e1)\n8609\tComponent-Whole(e2,e1)\n8610\tEntity-Origin(e1,e2)\n8611\tMessage-Topic(e1,e2)\n8612\tEntity-Origin(e1,e2)\n8613\tContent-Container(e2,e1)\n8614\tMessage-Topic(e1,e2)\n8615\tOther\n8616\tComponent-Whole(e1,e2)\n8617\tOther\n8618\tEntity-Destination(e1,e2)\n8619\tEntity-Destination(e1,e2)\n8620\tEntity-Origin(e1,e2)\n8621\tCause-Effect(e2,e1)\n8622\tComponent-Whole(e1,e2)\n8623\tCause-Effect(e1,e2)\n8624\tComponent-Whole(e1,e2)\n8625\tComponent-Whole(e1,e2)\n8626\tEntity-Origin(e1,e2)\n8627\tMember-Collection(e2,e1)\n8628\tMessage-Topic(e1,e2)\n8629\tOther\n8630\tEntity-Destination(e1,e2)\n8631\tEntity-Destination(e1,e2)\n8632\tComponent-Whole(e2,e1)\n8633\tCause-Effect(e1,e2)\n8634\tMessage-Topic(e2,e1)\n8635\tEntity-Origin(e1,e2)\n8636\tContent-Container(e2,e1)\n8637\tComponent-Whole(e2,e1)\n8638\tContent-Container(e2,e1)\n8639\tEntity-Destination(e1,e2)\n8640\tEntity-Origin(e1,e2)\n8641\tCause-Effect(e2,e1)\n8642\tProduct-Producer(e2,e1)\n8643\tEntity-Destination(e1,e2)\n8644\tOther\n8645\tEntity-Destination(e1,e2)\n8646\tComponent-Whole(e2,e1)\n8647\tOther\n8648\tCause-Effect(e2,e1)\n8649\tMember-Collection(e1,e2)\n8650\tMessage-Topic(e1,e2)\n8651\tMessage-Topic(e1,e2)\n8652\tOther\n8653\tCause-Effect(e2,e1)\n8654\tContent-Container(e1,e2)\n8655\tCause-Effect(e1,e2)\n8656\tMember-Collection(e2,e1)\n8657\tOther\n8658\tOther\n8659\tCause-Effect(e1,e2)\n8660\tMessage-Topic(e1,e2)\n8661\tProduct-Producer(e1,e2)\n8662\tOther\n8663\tEntity-Destination(e1,e2)\n8664\tProduct-Producer(e1,e2)\n8665\tComponent-Whole(e2,e1)\n8666\tComponent-Whole(e2,e1)\n8667\tComponent-Whole(e1,e2)\n8668\tOther\n8669\tMember-Collection(e2,e1)\n8670\tEntity-Destination(e1,e2)\n8671\tContent-Container(e1,e2)\n8672\tMessage-Topic(e1,e2)\n8673\tProduct-Producer(e2,e1)\n8674\tComponent-Whole(e1,e2)\n8675\tComponent-Whole(e1,e2)\n8676\tMessage-Topic(e1,e2)\n8677\tComponent-Whole(e2,e1)\n8678\tComponent-Whole(e2,e1)\n8679\tComponent-Whole(e2,e1)\n8680\tEntity-Destination(e1,e2)\n8681\tCause-Effect(e2,e1)\n8682\tMessage-Topic(e1,e2)\n8683\tMember-Collection(e2,e1)\n8684\tInstrument-Agency(e2,e1)\n8685\tOther\n8686\tOther\n8687\tEntity-Origin(e1,e2)\n8688\tEntity-Origin(e1,e2)\n8689\tContent-Container(e1,e2)\n8690\tCause-Effect(e2,e1)\n8691\tOther\n8692\tComponent-Whole(e1,e2)\n8693\tContent-Container(e1,e2)\n8694\tMessage-Topic(e1,e2)\n8695\tContent-Container(e1,e2)\n8696\tMember-Collection(e1,e2)\n8697\tInstrument-Agency(e2,e1)\n8698\tEntity-Destination(e1,e2)\n8699\tEntity-Origin(e1,e2)\n8700\tProduct-Producer(e2,e1)\n8701\tMember-Collection(e2,e1)\n8702\tComponent-Whole(e1,e2)\n8703\tComponent-Whole(e2,e1)\n8704\tContent-Container(e2,e1)\n8705\tCause-Effect(e1,e2)\n8706\tOther\n8707\tContent-Container(e2,e1)\n8708\tCause-Effect(e2,e1)\n8709\tEntity-Origin(e1,e2)\n8710\tOther\n8711\tMessage-Topic(e1,e2)\n8712\tOther\n8713\tOther\n8714\tMember-Collection(e2,e1)\n8715\tContent-Container(e1,e2)\n8716\tMessage-Topic(e1,e2)\n8717\tProduct-Producer(e2,e1)\n8718\tEntity-Destination(e1,e2)\n8719\tContent-Container(e1,e2)\n8720\tCause-Effect(e2,e1)\n8721\tInstrument-Agency(e2,e1)\n8722\tProduct-Producer(e2,e1)\n8723\tProduct-Producer(e2,e1)\n8724\tComponent-Whole(e2,e1)\n8725\tMessage-Topic(e1,e2)\n8726\tContent-Container(e1,e2)\n8727\tInstrument-Agency(e2,e1)\n8728\tContent-Container(e1,e2)\n8729\tMember-Collection(e2,e1)\n8730\tEntity-Destination(e1,e2)\n8731\tCause-Effect(e2,e1)\n8732\tInstrument-Agency(e2,e1)\n8733\tEntity-Origin(e1,e2)\n8734\tEntity-Origin(e1,e2)\n8735\tComponent-Whole(e1,e2)\n8736\tCause-Effect(e1,e2)\n8737\tProduct-Producer(e2,e1)\n8738\tContent-Container(e1,e2)\n8739\tCause-Effect(e2,e1)\n8740\tCause-Effect(e1,e2)\n8741\tMember-Collection(e2,e1)\n8742\tEntity-Destination(e1,e2)\n8743\tEntity-Destination(e1,e2)\n8744\tProduct-Producer(e2,e1)\n8745\tCause-Effect(e2,e1)\n8746\tComponent-Whole(e1,e2)\n8747\tEntity-Origin(e1,e2)\n8748\tCause-Effect(e1,e2)\n8749\tEntity-Origin(e1,e2)\n8750\tEntity-Destination(e1,e2)\n8751\tMember-Collection(e2,e1)\n8752\tCause-Effect(e1,e2)\n8753\tComponent-Whole(e1,e2)\n8754\tCause-Effect(e2,e1)\n8755\tEntity-Destination(e1,e2)\n8756\tProduct-Producer(e1,e2)\n8757\tEntity-Destination(e1,e2)\n8758\tEntity-Destination(e1,e2)\n8759\tOther\n8760\tEntity-Destination(e1,e2)\n8761\tEntity-Origin(e1,e2)\n8762\tEntity-Origin(e1,e2)\n8763\tContent-Container(e1,e2)\n8764\tCause-Effect(e1,e2)\n8765\tProduct-Producer(e1,e2)\n8766\tCause-Effect(e2,e1)\n8767\tMessage-Topic(e2,e1)\n8768\tProduct-Producer(e1,e2)\n8769\tProduct-Producer(e1,e2)\n8770\tContent-Container(e1,e2)\n8771\tContent-Container(e1,e2)\n8772\tEntity-Destination(e1,e2)\n8773\tMember-Collection(e2,e1)\n8774\tCause-Effect(e2,e1)\n8775\tCause-Effect(e2,e1)\n8776\tInstrument-Agency(e2,e1)\n8777\tContent-Container(e1,e2)\n8778\tComponent-Whole(e2,e1)\n8779\tOther\n8780\tContent-Container(e1,e2)\n8781\tCause-Effect(e1,e2)\n8782\tInstrument-Agency(e2,e1)\n8783\tProduct-Producer(e2,e1)\n8784\tEntity-Origin(e1,e2)\n8785\tOther\n8786\tOther\n8787\tEntity-Origin(e2,e1)\n8788\tMessage-Topic(e1,e2)\n8789\tMessage-Topic(e1,e2)\n8790\tInstrument-Agency(e2,e1)\n8791\tEntity-Destination(e1,e2)\n8792\tEntity-Destination(e1,e2)\n8793\tComponent-Whole(e1,e2)\n8794\tContent-Container(e1,e2)\n8795\tMember-Collection(e2,e1)\n8796\tMember-Collection(e2,e1)\n8797\tProduct-Producer(e1,e2)\n8798\tMember-Collection(e2,e1)\n8799\tEntity-Origin(e1,e2)\n8800\tEntity-Destination(e1,e2)\n8801\tInstrument-Agency(e1,e2)\n8802\tComponent-Whole(e2,e1)\n8803\tMember-Collection(e2,e1)\n8804\tInstrument-Agency(e2,e1)\n8805\tEntity-Destination(e1,e2)\n8806\tContent-Container(e1,e2)\n8807\tComponent-Whole(e1,e2)\n8808\tComponent-Whole(e1,e2)\n8809\tComponent-Whole(e1,e2)\n8810\tEntity-Origin(e2,e1)\n8811\tInstrument-Agency(e1,e2)\n8812\tCause-Effect(e2,e1)\n8813\tComponent-Whole(e2,e1)\n8814\tProduct-Producer(e2,e1)\n8815\tEntity-Destination(e1,e2)\n8816\tContent-Container(e1,e2)\n8817\tMember-Collection(e2,e1)\n8818\tComponent-Whole(e2,e1)\n8819\tComponent-Whole(e1,e2)\n8820\tComponent-Whole(e1,e2)\n8821\tProduct-Producer(e2,e1)\n8822\tMember-Collection(e2,e1)\n8823\tOther\n8824\tOther\n8825\tEntity-Destination(e1,e2)\n8826\tMessage-Topic(e1,e2)\n8827\tEntity-Destination(e1,e2)\n8828\tComponent-Whole(e1,e2)\n8829\tCause-Effect(e1,e2)\n8830\tMessage-Topic(e1,e2)\n8831\tComponent-Whole(e1,e2)\n8832\tEntity-Origin(e1,e2)\n8833\tContent-Container(e1,e2)\n8834\tEntity-Origin(e1,e2)\n8835\tInstrument-Agency(e2,e1)\n8836\tEntity-Origin(e1,e2)\n8837\tComponent-Whole(e2,e1)\n8838\tInstrument-Agency(e2,e1)\n8839\tMember-Collection(e2,e1)\n8840\tProduct-Producer(e2,e1)\n8841\tCause-Effect(e1,e2)\n8842\tOther\n8843\tContent-Container(e1,e2)\n8844\tMessage-Topic(e1,e2)\n8845\tMessage-Topic(e1,e2)\n8846\tEntity-Destination(e1,e2)\n8847\tContent-Container(e2,e1)\n8848\tMessage-Topic(e1,e2)\n8849\tEntity-Destination(e1,e2)\n8850\tOther\n8851\tOther\n8852\tComponent-Whole(e1,e2)\n8853\tEntity-Origin(e1,e2)\n8854\tMember-Collection(e2,e1)\n8855\tCause-Effect(e2,e1)\n8856\tContent-Container(e1,e2)\n8857\tCause-Effect(e2,e1)\n8858\tCause-Effect(e1,e2)\n8859\tCause-Effect(e2,e1)\n8860\tOther\n8861\tMessage-Topic(e1,e2)\n8862\tEntity-Destination(e1,e2)\n8863\tCause-Effect(e1,e2)\n8864\tComponent-Whole(e2,e1)\n8865\tComponent-Whole(e1,e2)\n8866\tMember-Collection(e1,e2)\n8867\tEntity-Destination(e1,e2)\n8868\tComponent-Whole(e2,e1)\n8869\tProduct-Producer(e1,e2)\n8870\tEntity-Destination(e1,e2)\n8871\tMember-Collection(e2,e1)\n8872\tProduct-Producer(e1,e2)\n8873\tComponent-Whole(e1,e2)\n8874\tEntity-Destination(e1,e2)\n8875\tCause-Effect(e2,e1)\n8876\tMember-Collection(e2,e1)\n8877\tEntity-Origin(e1,e2)\n8878\tEntity-Origin(e1,e2)\n8879\tCause-Effect(e2,e1)\n8880\tOther\n8881\tContent-Container(e1,e2)\n8882\tEntity-Origin(e2,e1)\n8883\tOther\n8884\tComponent-Whole(e1,e2)\n8885\tCause-Effect(e2,e1)\n8886\tEntity-Origin(e1,e2)\n8887\tMessage-Topic(e2,e1)\n8888\tOther\n8889\tCause-Effect(e1,e2)\n8890\tEntity-Origin(e1,e2)\n8891\tContent-Container(e1,e2)\n8892\tProduct-Producer(e1,e2)\n8893\tComponent-Whole(e2,e1)\n8894\tEntity-Origin(e1,e2)\n8895\tProduct-Producer(e1,e2)\n8896\tComponent-Whole(e2,e1)\n8897\tMember-Collection(e2,e1)\n8898\tEntity-Destination(e1,e2)\n8899\tEntity-Origin(e2,e1)\n8900\tMessage-Topic(e1,e2)\n8901\tMessage-Topic(e1,e2)\n8902\tMember-Collection(e2,e1)\n8903\tEntity-Destination(e1,e2)\n8904\tInstrument-Agency(e2,e1)\n8905\tInstrument-Agency(e2,e1)\n8906\tMember-Collection(e2,e1)\n8907\tEntity-Origin(e2,e1)\n8908\tMessage-Topic(e1,e2)\n8909\tMessage-Topic(e1,e2)\n8910\tMessage-Topic(e2,e1)\n8911\tMember-Collection(e1,e2)\n8912\tCause-Effect(e1,e2)\n8913\tContent-Container(e1,e2)\n8914\tOther\n8915\tComponent-Whole(e2,e1)\n8916\tProduct-Producer(e2,e1)\n8917\tOther\n8918\tEntity-Destination(e1,e2)\n8919\tMessage-Topic(e2,e1)\n8920\tProduct-Producer(e1,e2)\n8921\tEntity-Origin(e2,e1)\n8922\tProduct-Producer(e1,e2)\n8923\tComponent-Whole(e1,e2)\n8924\tProduct-Producer(e1,e2)\n8925\tMember-Collection(e1,e2)\n8926\tComponent-Whole(e1,e2)\n8927\tOther\n8928\tComponent-Whole(e2,e1)\n8929\tComponent-Whole(e2,e1)\n8930\tEntity-Destination(e1,e2)\n8931\tMessage-Topic(e2,e1)\n8932\tComponent-Whole(e1,e2)\n8933\tContent-Container(e1,e2)\n8934\tMember-Collection(e2,e1)\n8935\tComponent-Whole(e1,e2)\n8936\tComponent-Whole(e2,e1)\n8937\tCause-Effect(e2,e1)\n8938\tContent-Container(e1,e2)\n8939\tEntity-Destination(e1,e2)\n8940\tCause-Effect(e2,e1)\n8941\tComponent-Whole(e2,e1)\n8942\tOther\n8943\tEntity-Origin(e1,e2)\n8944\tMember-Collection(e2,e1)\n8945\tMember-Collection(e2,e1)\n8946\tEntity-Destination(e1,e2)\n8947\tProduct-Producer(e1,e2)\n8948\tMessage-Topic(e1,e2)\n8949\tCause-Effect(e1,e2)\n8950\tContent-Container(e1,e2)\n8951\tComponent-Whole(e2,e1)\n8952\tMember-Collection(e2,e1)\n8953\tCause-Effect(e2,e1)\n8954\tOther\n8955\tProduct-Producer(e1,e2)\n8956\tInstrument-Agency(e2,e1)\n8957\tMember-Collection(e2,e1)\n8958\tEntity-Origin(e1,e2)\n8959\tComponent-Whole(e1,e2)\n8960\tEntity-Destination(e1,e2)\n8961\tOther\n8962\tComponent-Whole(e1,e2)\n8963\tContent-Container(e1,e2)\n8964\tOther\n8965\tMember-Collection(e2,e1)\n8966\tMember-Collection(e2,e1)\n8967\tOther\n8968\tContent-Container(e1,e2)\n8969\tProduct-Producer(e1,e2)\n8970\tInstrument-Agency(e2,e1)\n8971\tOther\n8972\tCause-Effect(e2,e1)\n8973\tEntity-Destination(e1,e2)\n8974\tCause-Effect(e2,e1)\n8975\tMessage-Topic(e2,e1)\n8976\tProduct-Producer(e1,e2)\n8977\tProduct-Producer(e2,e1)\n8978\tEntity-Destination(e1,e2)\n8979\tMessage-Topic(e1,e2)\n8980\tMessage-Topic(e2,e1)\n8981\tInstrument-Agency(e2,e1)\n8982\tOther\n8983\tEntity-Destination(e1,e2)\n8984\tMember-Collection(e1,e2)\n8985\tMessage-Topic(e1,e2)\n8986\tMember-Collection(e2,e1)\n8987\tEntity-Origin(e1,e2)\n8988\tProduct-Producer(e1,e2)\n8989\tCause-Effect(e2,e1)\n8990\tEntity-Destination(e1,e2)\n8991\tOther\n8992\tCause-Effect(e2,e1)\n8993\tMessage-Topic(e1,e2)\n8994\tOther\n8995\tOther\n8996\tContent-Container(e2,e1)\n8997\tInstrument-Agency(e2,e1)\n8998\tMember-Collection(e2,e1)\n8999\tMessage-Topic(e1,e2)\n9000\tContent-Container(e1,e2)\n9001\tEntity-Destination(e1,e2)\n9002\tProduct-Producer(e2,e1)\n9003\tComponent-Whole(e1,e2)\n9004\tContent-Container(e1,e2)\n9005\tCause-Effect(e2,e1)\n9006\tComponent-Whole(e1,e2)\n9007\tContent-Container(e1,e2)\n9008\tMember-Collection(e2,e1)\n9009\tOther\n9010\tContent-Container(e1,e2)\n9011\tOther\n9012\tCause-Effect(e1,e2)\n9013\tComponent-Whole(e1,e2)\n9014\tCause-Effect(e2,e1)\n9015\tCause-Effect(e2,e1)\n9016\tEntity-Destination(e1,e2)\n9017\tEntity-Origin(e1,e2)\n9018\tCause-Effect(e1,e2)\n9019\tMessage-Topic(e1,e2)\n9020\tProduct-Producer(e2,e1)\n9021\tMember-Collection(e1,e2)\n9022\tComponent-Whole(e1,e2)\n9023\tContent-Container(e1,e2)\n9024\tContent-Container(e1,e2)\n9025\tEntity-Origin(e1,e2)\n9026\tEntity-Origin(e1,e2)\n9027\tEntity-Origin(e1,e2)\n9028\tMessage-Topic(e1,e2)\n9029\tComponent-Whole(e2,e1)\n9030\tMessage-Topic(e2,e1)\n9031\tProduct-Producer(e2,e1)\n9032\tOther\n9033\tProduct-Producer(e2,e1)\n9034\tCause-Effect(e1,e2)\n9035\tContent-Container(e1,e2)\n9036\tComponent-Whole(e1,e2)\n9037\tEntity-Destination(e1,e2)\n9038\tEntity-Destination(e1,e2)\n9039\tEntity-Destination(e1,e2)\n9040\tInstrument-Agency(e2,e1)\n9041\tEntity-Origin(e1,e2)\n9042\tComponent-Whole(e2,e1)\n9043\tContent-Container(e1,e2)\n9044\tContent-Container(e2,e1)\n9045\tContent-Container(e2,e1)\n9046\tProduct-Producer(e2,e1)\n9047\tProduct-Producer(e1,e2)\n9048\tEntity-Destination(e1,e2)\n9049\tProduct-Producer(e1,e2)\n9050\tMessage-Topic(e1,e2)\n9051\tEntity-Origin(e2,e1)\n9052\tProduct-Producer(e2,e1)\n9053\tEntity-Destination(e1,e2)\n9054\tOther\n9055\tCause-Effect(e2,e1)\n9056\tOther\n9057\tCause-Effect(e2,e1)\n9058\tProduct-Producer(e2,e1)\n9059\tMessage-Topic(e1,e2)\n9060\tEntity-Destination(e1,e2)\n9061\tEntity-Destination(e1,e2)\n9062\tCause-Effect(e1,e2)\n9063\tMessage-Topic(e2,e1)\n9064\tMember-Collection(e2,e1)\n9065\tEntity-Origin(e1,e2)\n9066\tMember-Collection(e2,e1)\n9067\tEntity-Origin(e1,e2)\n9068\tCause-Effect(e1,e2)\n9069\tOther\n9070\tComponent-Whole(e1,e2)\n9071\tProduct-Producer(e2,e1)\n9072\tOther\n9073\tCause-Effect(e2,e1)\n9074\tMessage-Topic(e1,e2)\n9075\tMember-Collection(e2,e1)\n9076\tEntity-Destination(e1,e2)\n9077\tInstrument-Agency(e2,e1)\n9078\tEntity-Destination(e1,e2)\n9079\tMember-Collection(e2,e1)\n9080\tMember-Collection(e2,e1)\n9081\tCause-Effect(e1,e2)\n9082\tContent-Container(e1,e2)\n9083\tCause-Effect(e2,e1)\n9084\tMember-Collection(e2,e1)\n9085\tProduct-Producer(e1,e2)\n9086\tContent-Container(e2,e1)\n9087\tCause-Effect(e1,e2)\n9088\tMember-Collection(e2,e1)\n9089\tOther\n9090\tComponent-Whole(e1,e2)\n9091\tEntity-Destination(e1,e2)\n9092\tEntity-Origin(e1,e2)\n9093\tOther\n9094\tMessage-Topic(e1,e2)\n9095\tOther\n9096\tInstrument-Agency(e2,e1)\n9097\tInstrument-Agency(e2,e1)\n9098\tContent-Container(e1,e2)\n9099\tInstrument-Agency(e2,e1)\n9100\tComponent-Whole(e1,e2)\n9101\tMember-Collection(e1,e2)\n9102\tMember-Collection(e2,e1)\n9103\tContent-Container(e1,e2)\n9104\tMember-Collection(e2,e1)\n9105\tOther\n9106\tEntity-Destination(e1,e2)\n9107\tEntity-Destination(e1,e2)\n9108\tMessage-Topic(e1,e2)\n9109\tMessage-Topic(e1,e2)\n9110\tCause-Effect(e1,e2)\n9111\tCause-Effect(e2,e1)\n9112\tContent-Container(e2,e1)\n9113\tComponent-Whole(e1,e2)\n9114\tProduct-Producer(e2,e1)\n9115\tEntity-Origin(e1,e2)\n9116\tInstrument-Agency(e2,e1)\n9117\tEntity-Destination(e1,e2)\n9118\tEntity-Destination(e1,e2)\n9119\tCause-Effect(e1,e2)\n9120\tProduct-Producer(e1,e2)\n9121\tProduct-Producer(e1,e2)\n9122\tEntity-Destination(e1,e2)\n9123\tProduct-Producer(e1,e2)\n9124\tInstrument-Agency(e2,e1)\n9125\tEntity-Origin(e1,e2)\n9126\tMember-Collection(e2,e1)\n9127\tEntity-Origin(e1,e2)\n9128\tCause-Effect(e1,e2)\n9129\tContent-Container(e1,e2)\n9130\tComponent-Whole(e1,e2)\n9131\tCause-Effect(e1,e2)\n9132\tInstrument-Agency(e2,e1)\n9133\tInstrument-Agency(e2,e1)\n9134\tComponent-Whole(e1,e2)\n9135\tInstrument-Agency(e2,e1)\n9136\tCause-Effect(e2,e1)\n9137\tComponent-Whole(e2,e1)\n9138\tComponent-Whole(e2,e1)\n9139\tCause-Effect(e2,e1)\n9140\tContent-Container(e1,e2)\n9141\tMessage-Topic(e1,e2)\n9142\tEntity-Destination(e1,e2)\n9143\tMember-Collection(e2,e1)\n9144\tInstrument-Agency(e2,e1)\n9145\tMessage-Topic(e1,e2)\n9146\tCause-Effect(e2,e1)\n9147\tCause-Effect(e2,e1)\n9148\tCause-Effect(e2,e1)\n9149\tOther\n9150\tCause-Effect(e2,e1)\n9151\tInstrument-Agency(e1,e2)\n9152\tComponent-Whole(e2,e1)\n9153\tEntity-Destination(e1,e2)\n9154\tOther\n9155\tEntity-Origin(e1,e2)\n9156\tEntity-Destination(e1,e2)\n9157\tEntity-Origin(e1,e2)\n9158\tEntity-Destination(e1,e2)\n9159\tContent-Container(e1,e2)\n9160\tMember-Collection(e2,e1)\n9161\tCause-Effect(e1,e2)\n9162\tEntity-Destination(e1,e2)\n9163\tCause-Effect(e1,e2)\n9164\tMessage-Topic(e1,e2)\n9165\tMessage-Topic(e1,e2)\n9166\tComponent-Whole(e2,e1)\n9167\tCause-Effect(e2,e1)\n9168\tCause-Effect(e2,e1)\n9169\tMessage-Topic(e1,e2)\n9170\tOther\n9171\tCause-Effect(e1,e2)\n9172\tCause-Effect(e1,e2)\n9173\tOther\n9174\tMessage-Topic(e1,e2)\n9175\tEntity-Origin(e1,e2)\n9176\tEntity-Origin(e1,e2)\n9177\tProduct-Producer(e2,e1)\n9178\tEntity-Origin(e1,e2)\n9179\tCause-Effect(e1,e2)\n9180\tEntity-Origin(e1,e2)\n9181\tCause-Effect(e2,e1)\n9182\tEntity-Origin(e1,e2)\n9183\tOther\n9184\tContent-Container(e2,e1)\n9185\tEntity-Destination(e1,e2)\n9186\tMessage-Topic(e1,e2)\n9187\tMember-Collection(e2,e1)\n9188\tEntity-Origin(e2,e1)\n9189\tEntity-Destination(e1,e2)\n9190\tCause-Effect(e2,e1)\n9191\tMessage-Topic(e1,e2)\n9192\tEntity-Origin(e1,e2)\n9193\tMessage-Topic(e1,e2)\n9194\tMember-Collection(e1,e2)\n9195\tInstrument-Agency(e1,e2)\n9196\tContent-Container(e1,e2)\n9197\tEntity-Destination(e1,e2)\n9198\tMember-Collection(e2,e1)\n9199\tMessage-Topic(e1,e2)\n9200\tEntity-Destination(e1,e2)\n9201\tEntity-Origin(e1,e2)\n9202\tMessage-Topic(e1,e2)\n9203\tComponent-Whole(e1,e2)\n9204\tEntity-Origin(e1,e2)\n9205\tInstrument-Agency(e2,e1)\n9206\tEntity-Origin(e2,e1)\n9207\tComponent-Whole(e1,e2)\n9208\tContent-Container(e1,e2)\n9209\tEntity-Origin(e1,e2)\n9210\tComponent-Whole(e1,e2)\n9211\tMember-Collection(e2,e1)\n9212\tContent-Container(e1,e2)\n9213\tCause-Effect(e1,e2)\n9214\tComponent-Whole(e2,e1)\n9215\tProduct-Producer(e2,e1)\n9216\tMember-Collection(e2,e1)\n9217\tMessage-Topic(e1,e2)\n9218\tEntity-Destination(e1,e2)\n9219\tInstrument-Agency(e2,e1)\n9220\tEntity-Origin(e1,e2)\n9221\tCause-Effect(e2,e1)\n9222\tEntity-Destination(e1,e2)\n9223\tProduct-Producer(e1,e2)\n9224\tCause-Effect(e1,e2)\n9225\tEntity-Origin(e1,e2)\n9226\tCause-Effect(e1,e2)\n9227\tCause-Effect(e2,e1)\n9228\tCause-Effect(e1,e2)\n9229\tProduct-Producer(e2,e1)\n9230\tInstrument-Agency(e2,e1)\n9231\tEntity-Destination(e1,e2)\n9232\tOther\n9233\tMember-Collection(e2,e1)\n9234\tCause-Effect(e2,e1)\n9235\tComponent-Whole(e2,e1)\n9236\tEntity-Origin(e2,e1)\n9237\tComponent-Whole(e1,e2)\n9238\tComponent-Whole(e2,e1)\n9239\tProduct-Producer(e2,e1)\n9240\tEntity-Origin(e1,e2)\n9241\tComponent-Whole(e2,e1)\n9242\tMember-Collection(e2,e1)\n9243\tContent-Container(e1,e2)\n9244\tEntity-Destination(e1,e2)\n9245\tEntity-Destination(e1,e2)\n9246\tOther\n9247\tEntity-Destination(e1,e2)\n9248\tEntity-Destination(e1,e2)\n9249\tOther\n9250\tComponent-Whole(e2,e1)\n9251\tOther\n9252\tEntity-Destination(e1,e2)\n9253\tProduct-Producer(e1,e2)\n9254\tMember-Collection(e1,e2)\n9255\tContent-Container(e1,e2)\n9256\tOther\n9257\tComponent-Whole(e2,e1)\n9258\tMessage-Topic(e1,e2)\n9259\tCause-Effect(e2,e1)\n9260\tMessage-Topic(e1,e2)\n9261\tMessage-Topic(e1,e2)\n9262\tMember-Collection(e2,e1)\n9263\tMember-Collection(e2,e1)\n9264\tComponent-Whole(e2,e1)\n9265\tComponent-Whole(e1,e2)\n9266\tEntity-Origin(e1,e2)\n9267\tComponent-Whole(e2,e1)\n9268\tMember-Collection(e2,e1)\n9269\tMessage-Topic(e2,e1)\n9270\tInstrument-Agency(e2,e1)\n9271\tEntity-Origin(e1,e2)\n9272\tComponent-Whole(e1,e2)\n9273\tContent-Container(e2,e1)\n9274\tEntity-Origin(e1,e2)\n9275\tOther\n9276\tInstrument-Agency(e1,e2)\n9277\tProduct-Producer(e2,e1)\n9278\tEntity-Origin(e1,e2)\n9279\tEntity-Origin(e1,e2)\n9280\tCause-Effect(e2,e1)\n9281\tOther\n9282\tMember-Collection(e2,e1)\n9283\tEntity-Destination(e1,e2)\n9284\tMessage-Topic(e2,e1)\n9285\tContent-Container(e1,e2)\n9286\tMember-Collection(e1,e2)\n9287\tEntity-Origin(e2,e1)\n9288\tEntity-Destination(e1,e2)\n9289\tEntity-Origin(e1,e2)\n9290\tMessage-Topic(e1,e2)\n9291\tInstrument-Agency(e2,e1)\n9292\tContent-Container(e1,e2)\n9293\tOther\n9294\tMember-Collection(e2,e1)\n9295\tEntity-Destination(e1,e2)\n9296\tEntity-Origin(e1,e2)\n9297\tEntity-Destination(e1,e2)\n9298\tMessage-Topic(e1,e2)\n9299\tCause-Effect(e2,e1)\n9300\tEntity-Destination(e1,e2)\n9301\tMember-Collection(e2,e1)\n9302\tComponent-Whole(e1,e2)\n9303\tMember-Collection(e2,e1)\n9304\tMessage-Topic(e2,e1)\n9305\tEntity-Origin(e2,e1)\n9306\tEntity-Destination(e1,e2)\n9307\tProduct-Producer(e1,e2)\n9308\tInstrument-Agency(e2,e1)\n9309\tCause-Effect(e2,e1)\n9310\tProduct-Producer(e1,e2)\n9311\tCause-Effect(e2,e1)\n9312\tOther\n9313\tComponent-Whole(e2,e1)\n9314\tContent-Container(e1,e2)\n9315\tMessage-Topic(e1,e2)\n9316\tComponent-Whole(e1,e2)\n9317\tInstrument-Agency(e2,e1)\n9318\tEntity-Destination(e1,e2)\n9319\tCause-Effect(e2,e1)\n9320\tCause-Effect(e2,e1)\n9321\tMessage-Topic(e1,e2)\n9322\tProduct-Producer(e2,e1)\n9323\tEntity-Origin(e1,e2)\n9324\tEntity-Destination(e1,e2)\n9325\tMember-Collection(e2,e1)\n9326\tEntity-Origin(e1,e2)\n9327\tMessage-Topic(e1,e2)\n9328\tCause-Effect(e1,e2)\n9329\tInstrument-Agency(e1,e2)\n9330\tOther\n9331\tInstrument-Agency(e2,e1)\n9332\tContent-Container(e1,e2)\n9333\tComponent-Whole(e2,e1)\n9334\tOther\n9335\tEntity-Destination(e1,e2)\n9336\tMember-Collection(e1,e2)\n9337\tInstrument-Agency(e2,e1)\n9338\tEntity-Destination(e1,e2)\n9339\tMessage-Topic(e1,e2)\n9340\tInstrument-Agency(e2,e1)\n9341\tContent-Container(e1,e2)\n9342\tCause-Effect(e1,e2)\n9343\tEntity-Origin(e1,e2)\n9344\tMember-Collection(e2,e1)\n9345\tContent-Container(e2,e1)\n9346\tComponent-Whole(e1,e2)\n9347\tCause-Effect(e2,e1)\n9348\tProduct-Producer(e1,e2)\n9349\tProduct-Producer(e2,e1)\n9350\tComponent-Whole(e2,e1)\n9351\tEntity-Destination(e1,e2)\n9352\tCause-Effect(e1,e2)\n9353\tInstrument-Agency(e1,e2)\n9354\tMember-Collection(e2,e1)\n9355\tMember-Collection(e2,e1)\n9356\tInstrument-Agency(e2,e1)\n9357\tCause-Effect(e2,e1)\n9358\tEntity-Origin(e1,e2)\n9359\tEntity-Origin(e1,e2)\n9360\tEntity-Destination(e1,e2)\n9361\tComponent-Whole(e1,e2)\n9362\tMember-Collection(e2,e1)\n9363\tMessage-Topic(e1,e2)\n9364\tMessage-Topic(e1,e2)\n9365\tContent-Container(e2,e1)\n9366\tCause-Effect(e1,e2)\n9367\tProduct-Producer(e2,e1)\n9368\tMember-Collection(e2,e1)\n9369\tComponent-Whole(e2,e1)\n9370\tCause-Effect(e2,e1)\n9371\tMessage-Topic(e1,e2)\n9372\tCause-Effect(e2,e1)\n9373\tCause-Effect(e1,e2)\n9374\tEntity-Destination(e1,e2)\n9375\tEntity-Destination(e1,e2)\n9376\tComponent-Whole(e2,e1)\n9377\tContent-Container(e1,e2)\n9378\tCause-Effect(e2,e1)\n9379\tCause-Effect(e1,e2)\n9380\tEntity-Destination(e1,e2)\n9381\tMessage-Topic(e1,e2)\n9382\tOther\n9383\tEntity-Origin(e2,e1)\n9384\tInstrument-Agency(e2,e1)\n9385\tOther\n9386\tCause-Effect(e1,e2)\n9387\tComponent-Whole(e2,e1)\n9388\tOther\n9389\tEntity-Destination(e1,e2)\n9390\tOther\n9391\tComponent-Whole(e2,e1)\n9392\tProduct-Producer(e2,e1)\n9393\tMessage-Topic(e1,e2)\n9394\tCause-Effect(e2,e1)\n9395\tEntity-Origin(e2,e1)\n9396\tMember-Collection(e2,e1)\n9397\tOther\n9398\tInstrument-Agency(e2,e1)\n9399\tEntity-Destination(e1,e2)\n9400\tOther\n9401\tMessage-Topic(e2,e1)\n9402\tCause-Effect(e2,e1)\n9403\tCause-Effect(e1,e2)\n9404\tComponent-Whole(e2,e1)\n9405\tComponent-Whole(e1,e2)\n9406\tEntity-Origin(e1,e2)\n9407\tEntity-Origin(e2,e1)\n9408\tComponent-Whole(e1,e2)\n9409\tInstrument-Agency(e2,e1)\n9410\tMessage-Topic(e1,e2)\n9411\tComponent-Whole(e2,e1)\n9412\tMember-Collection(e2,e1)\n9413\tInstrument-Agency(e2,e1)\n9414\tOther\n9415\tCause-Effect(e1,e2)\n9416\tEntity-Destination(e1,e2)\n9417\tComponent-Whole(e2,e1)\n9418\tOther\n9419\tComponent-Whole(e1,e2)\n9420\tProduct-Producer(e2,e1)\n9421\tEntity-Origin(e1,e2)\n9422\tProduct-Producer(e2,e1)\n9423\tOther\n9424\tOther\n9425\tOther\n9426\tEntity-Destination(e1,e2)\n9427\tCause-Effect(e2,e1)\n9428\tProduct-Producer(e1,e2)\n9429\tEntity-Destination(e1,e2)\n9430\tMessage-Topic(e1,e2)\n9431\tMember-Collection(e2,e1)\n9432\tMessage-Topic(e1,e2)\n9433\tOther\n9434\tCause-Effect(e2,e1)\n9435\tOther\n9436\tContent-Container(e1,e2)\n9437\tEntity-Destination(e1,e2)\n9438\tCause-Effect(e1,e2)\n9439\tEntity-Destination(e1,e2)\n9440\tEntity-Origin(e1,e2)\n9441\tComponent-Whole(e1,e2)\n9442\tContent-Container(e2,e1)\n9443\tInstrument-Agency(e2,e1)\n9444\tInstrument-Agency(e2,e1)\n9445\tComponent-Whole(e2,e1)\n9446\tMember-Collection(e2,e1)\n9447\tContent-Container(e1,e2)\n9448\tComponent-Whole(e2,e1)\n9449\tComponent-Whole(e1,e2)\n9450\tProduct-Producer(e1,e2)\n9451\tMember-Collection(e2,e1)\n9452\tMessage-Topic(e1,e2)\n9453\tEntity-Origin(e1,e2)\n9454\tInstrument-Agency(e2,e1)\n9455\tMember-Collection(e1,e2)\n9456\tMessage-Topic(e1,e2)\n9457\tInstrument-Agency(e2,e1)\n9458\tProduct-Producer(e1,e2)\n9459\tOther\n9460\tEntity-Origin(e1,e2)\n9461\tEntity-Destination(e1,e2)\n9462\tMember-Collection(e2,e1)\n9463\tEntity-Origin(e1,e2)\n9464\tCause-Effect(e2,e1)\n9465\tProduct-Producer(e1,e2)\n9466\tProduct-Producer(e1,e2)\n9467\tCause-Effect(e1,e2)\n9468\tMember-Collection(e2,e1)\n9469\tCause-Effect(e2,e1)\n9470\tMessage-Topic(e2,e1)\n9471\tContent-Container(e1,e2)\n9472\tEntity-Destination(e1,e2)\n9473\tEntity-Origin(e1,e2)\n9474\tMember-Collection(e1,e2)\n9475\tContent-Container(e1,e2)\n9476\tMessage-Topic(e1,e2)\n9477\tInstrument-Agency(e1,e2)\n9478\tMember-Collection(e2,e1)\n9479\tComponent-Whole(e1,e2)\n9480\tOther\n9481\tOther\n9482\tOther\n9483\tContent-Container(e1,e2)\n9484\tComponent-Whole(e1,e2)\n9485\tComponent-Whole(e2,e1)\n9486\tEntity-Destination(e1,e2)\n9487\tInstrument-Agency(e2,e1)\n9488\tInstrument-Agency(e2,e1)\n9489\tCause-Effect(e2,e1)\n9490\tCause-Effect(e2,e1)\n9491\tInstrument-Agency(e2,e1)\n9492\tEntity-Destination(e1,e2)\n9493\tEntity-Origin(e2,e1)\n9494\tCause-Effect(e1,e2)\n9495\tMessage-Topic(e1,e2)\n9496\tContent-Container(e1,e2)\n9497\tComponent-Whole(e1,e2)\n9498\tProduct-Producer(e1,e2)\n9499\tMessage-Topic(e2,e1)\n9500\tContent-Container(e1,e2)\n9501\tContent-Container(e1,e2)\n9502\tOther\n9503\tOther\n9504\tMessage-Topic(e1,e2)\n9505\tEntity-Destination(e1,e2)\n9506\tEntity-Destination(e1,e2)\n9507\tContent-Container(e1,e2)\n9508\tCause-Effect(e1,e2)\n9509\tMember-Collection(e2,e1)\n9510\tEntity-Origin(e1,e2)\n9511\tOther\n9512\tProduct-Producer(e2,e1)\n9513\tProduct-Producer(e2,e1)\n9514\tEntity-Origin(e1,e2)\n9515\tCause-Effect(e2,e1)\n9516\tOther\n9517\tMember-Collection(e2,e1)\n9518\tMember-Collection(e2,e1)\n9519\tCause-Effect(e2,e1)\n9520\tProduct-Producer(e2,e1)\n9521\tMessage-Topic(e1,e2)\n9522\tContent-Container(e2,e1)\n9523\tMember-Collection(e2,e1)\n9524\tCause-Effect(e1,e2)\n9525\tCause-Effect(e1,e2)\n9526\tMessage-Topic(e1,e2)\n9527\tOther\n9528\tContent-Container(e1,e2)\n9529\tEntity-Destination(e1,e2)\n9530\tMember-Collection(e2,e1)\n9531\tEntity-Destination(e1,e2)\n9532\tEntity-Origin(e1,e2)\n9533\tEntity-Destination(e1,e2)\n9534\tContent-Container(e1,e2)\n9535\tInstrument-Agency(e1,e2)\n9536\tMessage-Topic(e1,e2)\n9537\tMember-Collection(e2,e1)\n9538\tMessage-Topic(e1,e2)\n9539\tEntity-Destination(e1,e2)\n9540\tComponent-Whole(e2,e1)\n9541\tOther\n9542\tCause-Effect(e1,e2)\n9543\tMessage-Topic(e1,e2)\n9544\tEntity-Destination(e1,e2)\n9545\tMessage-Topic(e1,e2)\n9546\tMember-Collection(e2,e1)\n9547\tProduct-Producer(e2,e1)\n9548\tEntity-Origin(e1,e2)\n9549\tMessage-Topic(e2,e1)\n9550\tMember-Collection(e2,e1)\n9551\tInstrument-Agency(e2,e1)\n9552\tCause-Effect(e1,e2)\n9553\tProduct-Producer(e1,e2)\n9554\tEntity-Destination(e1,e2)\n9555\tInstrument-Agency(e2,e1)\n9556\tEntity-Origin(e1,e2)\n9557\tComponent-Whole(e2,e1)\n9558\tContent-Container(e1,e2)\n9559\tCause-Effect(e2,e1)\n9560\tEntity-Origin(e1,e2)\n9561\tComponent-Whole(e1,e2)\n9562\tComponent-Whole(e2,e1)\n9563\tEntity-Destination(e1,e2)\n9564\tMessage-Topic(e2,e1)\n9565\tComponent-Whole(e1,e2)\n9566\tMessage-Topic(e1,e2)\n9567\tMessage-Topic(e2,e1)\n9568\tEntity-Destination(e1,e2)\n9569\tMember-Collection(e2,e1)\n9570\tMember-Collection(e2,e1)\n9571\tContent-Container(e1,e2)\n9572\tComponent-Whole(e2,e1)\n9573\tCause-Effect(e1,e2)\n9574\tCause-Effect(e1,e2)\n9575\tProduct-Producer(e1,e2)\n9576\tCause-Effect(e2,e1)\n9577\tCause-Effect(e1,e2)\n9578\tEntity-Destination(e1,e2)\n9579\tComponent-Whole(e2,e1)\n9580\tComponent-Whole(e2,e1)\n9581\tEntity-Destination(e1,e2)\n9582\tCause-Effect(e1,e2)\n9583\tComponent-Whole(e2,e1)\n9584\tMember-Collection(e2,e1)\n9585\tEntity-Destination(e1,e2)\n9586\tEntity-Destination(e1,e2)\n9587\tProduct-Producer(e1,e2)\n9588\tMember-Collection(e2,e1)\n9589\tCause-Effect(e1,e2)\n9590\tInstrument-Agency(e2,e1)\n9591\tEntity-Origin(e2,e1)\n9592\tMember-Collection(e2,e1)\n9593\tEntity-Destination(e1,e2)\n9594\tInstrument-Agency(e2,e1)\n9595\tMember-Collection(e2,e1)\n9596\tMessage-Topic(e1,e2)\n9597\tCause-Effect(e2,e1)\n9598\tEntity-Destination(e1,e2)\n9599\tOther\n9600\tComponent-Whole(e1,e2)\n9601\tCause-Effect(e2,e1)\n9602\tMember-Collection(e2,e1)\n9603\tComponent-Whole(e1,e2)\n9604\tContent-Container(e2,e1)\n9605\tOther\n9606\tOther\n9607\tOther\n9608\tMember-Collection(e2,e1)\n9609\tContent-Container(e2,e1)\n9610\tMessage-Topic(e1,e2)\n9611\tEntity-Origin(e1,e2)\n9612\tComponent-Whole(e2,e1)\n9613\tComponent-Whole(e1,e2)\n9614\tMember-Collection(e1,e2)\n9615\tMessage-Topic(e1,e2)\n9616\tOther\n9617\tComponent-Whole(e1,e2)\n9618\tCause-Effect(e1,e2)\n9619\tInstrument-Agency(e2,e1)\n9620\tMember-Collection(e2,e1)\n9621\tOther\n9622\tMessage-Topic(e1,e2)\n9623\tOther\n9624\tCause-Effect(e1,e2)\n9625\tComponent-Whole(e1,e2)\n9626\tEntity-Origin(e2,e1)\n9627\tContent-Container(e1,e2)\n9628\tInstrument-Agency(e2,e1)\n9629\tMessage-Topic(e1,e2)\n9630\tContent-Container(e1,e2)\n9631\tComponent-Whole(e1,e2)\n9632\tEntity-Origin(e1,e2)\n9633\tEntity-Destination(e1,e2)\n9634\tMessage-Topic(e1,e2)\n9635\tComponent-Whole(e1,e2)\n9636\tOther\n9637\tEntity-Destination(e1,e2)\n9638\tEntity-Destination(e1,e2)\n9639\tEntity-Destination(e1,e2)\n9640\tContent-Container(e1,e2)\n9641\tOther\n9642\tCause-Effect(e2,e1)\n9643\tContent-Container(e1,e2)\n9644\tProduct-Producer(e1,e2)\n9645\tContent-Container(e1,e2)\n9646\tComponent-Whole(e1,e2)\n9647\tCause-Effect(e2,e1)\n9648\tCause-Effect(e2,e1)\n9649\tProduct-Producer(e2,e1)\n9650\tProduct-Producer(e1,e2)\n9651\tMember-Collection(e2,e1)\n9652\tInstrument-Agency(e2,e1)\n9653\tMessage-Topic(e2,e1)\n9654\tInstrument-Agency(e1,e2)\n9655\tEntity-Destination(e1,e2)\n9656\tEntity-Origin(e1,e2)\n9657\tEntity-Origin(e1,e2)\n9658\tMessage-Topic(e2,e1)\n9659\tCause-Effect(e1,e2)\n9660\tMember-Collection(e2,e1)\n9661\tMessage-Topic(e1,e2)\n9662\tContent-Container(e1,e2)\n9663\tProduct-Producer(e1,e2)\n9664\tMember-Collection(e2,e1)\n9665\tEntity-Destination(e1,e2)\n9666\tComponent-Whole(e1,e2)\n9667\tInstrument-Agency(e2,e1)\n9668\tComponent-Whole(e1,e2)\n9669\tEntity-Origin(e1,e2)\n9670\tProduct-Producer(e2,e1)\n9671\tOther\n9672\tComponent-Whole(e2,e1)\n9673\tCause-Effect(e2,e1)\n9674\tComponent-Whole(e1,e2)\n9675\tMessage-Topic(e2,e1)\n9676\tOther\n9677\tProduct-Producer(e1,e2)\n9678\tMember-Collection(e2,e1)\n9679\tComponent-Whole(e1,e2)\n9680\tComponent-Whole(e1,e2)\n9681\tMember-Collection(e2,e1)\n9682\tCause-Effect(e1,e2)\n9683\tEntity-Destination(e1,e2)\n9684\tProduct-Producer(e1,e2)\n9685\tComponent-Whole(e1,e2)\n9686\tContent-Container(e1,e2)\n9687\tComponent-Whole(e2,e1)\n9688\tOther\n9689\tCause-Effect(e2,e1)\n9690\tCause-Effect(e2,e1)\n9691\tMessage-Topic(e1,e2)\n9692\tProduct-Producer(e1,e2)\n9693\tEntity-Origin(e2,e1)\n9694\tContent-Container(e1,e2)\n9695\tCause-Effect(e1,e2)\n9696\tInstrument-Agency(e2,e1)\n9697\tMember-Collection(e2,e1)\n9698\tCause-Effect(e1,e2)\n9699\tCause-Effect(e2,e1)\n9700\tOther\n9701\tComponent-Whole(e2,e1)\n9702\tMember-Collection(e2,e1)\n9703\tCause-Effect(e2,e1)\n9704\tOther\n9705\tMessage-Topic(e1,e2)\n9706\tOther\n9707\tComponent-Whole(e2,e1)\n9708\tCause-Effect(e2,e1)\n9709\tMember-Collection(e1,e2)\n9710\tEntity-Origin(e1,e2)\n9711\tEntity-Origin(e1,e2)\n9712\tProduct-Producer(e2,e1)\n9713\tComponent-Whole(e1,e2)\n9714\tProduct-Producer(e2,e1)\n9715\tComponent-Whole(e2,e1)\n9716\tProduct-Producer(e2,e1)\n9717\tMember-Collection(e2,e1)\n9718\tEntity-Destination(e1,e2)\n9719\tCause-Effect(e1,e2)\n9720\tCause-Effect(e2,e1)\n9721\tComponent-Whole(e2,e1)\n9722\tCause-Effect(e2,e1)\n9723\tComponent-Whole(e2,e1)\n9724\tEntity-Origin(e1,e2)\n9725\tCause-Effect(e1,e2)\n9726\tCause-Effect(e2,e1)\n9727\tCause-Effect(e1,e2)\n9728\tMessage-Topic(e1,e2)\n9729\tComponent-Whole(e1,e2)\n9730\tMessage-Topic(e1,e2)\n9731\tCause-Effect(e1,e2)\n9732\tOther\n9733\tEntity-Origin(e1,e2)\n9734\tMessage-Topic(e2,e1)\n9735\tMessage-Topic(e1,e2)\n9736\tComponent-Whole(e2,e1)\n9737\tComponent-Whole(e1,e2)\n9738\tOther\n9739\tCause-Effect(e2,e1)\n9740\tCause-Effect(e2,e1)\n9741\tInstrument-Agency(e2,e1)\n9742\tOther\n9743\tContent-Container(e2,e1)\n9744\tMessage-Topic(e1,e2)\n9745\tMember-Collection(e2,e1)\n9746\tMember-Collection(e2,e1)\n9747\tMessage-Topic(e1,e2)\n9748\tOther\n9749\tMessage-Topic(e1,e2)\n9750\tMessage-Topic(e1,e2)\n9751\tMember-Collection(e1,e2)\n9752\tEntity-Origin(e1,e2)\n9753\tMember-Collection(e2,e1)\n9754\tContent-Container(e1,e2)\n9755\tComponent-Whole(e1,e2)\n9756\tMember-Collection(e2,e1)\n9757\tMessage-Topic(e1,e2)\n9758\tCause-Effect(e2,e1)\n9759\tMessage-Topic(e1,e2)\n9760\tContent-Container(e1,e2)\n9761\tMessage-Topic(e1,e2)\n9762\tOther\n9763\tInstrument-Agency(e2,e1)\n9764\tMessage-Topic(e1,e2)\n9765\tMember-Collection(e2,e1)\n9766\tEntity-Destination(e1,e2)\n9767\tEntity-Origin(e1,e2)\n9768\tInstrument-Agency(e2,e1)\n9769\tCause-Effect(e2,e1)\n9770\tEntity-Origin(e1,e2)\n9771\tComponent-Whole(e1,e2)\n9772\tEntity-Destination(e1,e2)\n9773\tProduct-Producer(e2,e1)\n9774\tEntity-Destination(e1,e2)\n9775\tEntity-Destination(e1,e2)\n9776\tOther\n9777\tMessage-Topic(e1,e2)\n9778\tProduct-Producer(e2,e1)\n9779\tMember-Collection(e2,e1)\n9780\tCause-Effect(e2,e1)\n9781\tEntity-Destination(e1,e2)\n9782\tOther\n9783\tEntity-Origin(e1,e2)\n9784\tMessage-Topic(e1,e2)\n9785\tInstrument-Agency(e2,e1)\n9786\tContent-Container(e1,e2)\n9787\tEntity-Destination(e1,e2)\n9788\tMessage-Topic(e1,e2)\n9789\tOther\n9790\tMember-Collection(e2,e1)\n9791\tCause-Effect(e1,e2)\n9792\tEntity-Destination(e1,e2)\n9793\tOther\n9794\tComponent-Whole(e1,e2)\n9795\tOther\n9796\tContent-Container(e1,e2)\n9797\tCause-Effect(e2,e1)\n9798\tEntity-Destination(e1,e2)\n9799\tMessage-Topic(e1,e2)\n9800\tMessage-Topic(e1,e2)\n9801\tEntity-Origin(e1,e2)\n9802\tEntity-Destination(e1,e2)\n9803\tComponent-Whole(e1,e2)\n9804\tMember-Collection(e2,e1)\n9805\tContent-Container(e1,e2)\n9806\tContent-Container(e1,e2)\n9807\tEntity-Origin(e1,e2)\n9808\tOther\n9809\tEntity-Destination(e1,e2)\n9810\tContent-Container(e1,e2)\n9811\tOther\n9812\tCause-Effect(e1,e2)\n9813\tCause-Effect(e2,e1)\n9814\tMember-Collection(e2,e1)\n9815\tEntity-Destination(e1,e2)\n9816\tInstrument-Agency(e2,e1)\n9817\tMessage-Topic(e1,e2)\n9818\tMember-Collection(e2,e1)\n9819\tCause-Effect(e2,e1)\n9820\tContent-Container(e1,e2)\n9821\tOther\n9822\tOther\n9823\tEntity-Origin(e2,e1)\n9824\tInstrument-Agency(e2,e1)\n9825\tMember-Collection(e2,e1)\n9826\tMember-Collection(e2,e1)\n9827\tMember-Collection(e2,e1)\n9828\tProduct-Producer(e1,e2)\n9829\tCause-Effect(e1,e2)\n9830\tEntity-Origin(e1,e2)\n9831\tCause-Effect(e1,e2)\n9832\tEntity-Origin(e1,e2)\n9833\tCause-Effect(e2,e1)\n9834\tComponent-Whole(e1,e2)\n9835\tContent-Container(e1,e2)\n9836\tProduct-Producer(e2,e1)\n9837\tProduct-Producer(e1,e2)\n9838\tOther\n9839\tOther\n9840\tMessage-Topic(e1,e2)\n9841\tMember-Collection(e2,e1)\n9842\tCause-Effect(e2,e1)\n9843\tOther\n9844\tEntity-Origin(e1,e2)\n9845\tComponent-Whole(e2,e1)\n9846\tProduct-Producer(e2,e1)\n9847\tOther\n9848\tCause-Effect(e2,e1)\n9849\tMember-Collection(e1,e2)\n9850\tProduct-Producer(e2,e1)\n9851\tComponent-Whole(e1,e2)\n9852\tEntity-Destination(e1,e2)\n9853\tEntity-Destination(e1,e2)\n9854\tOther\n9855\tEntity-Destination(e1,e2)\n9856\tContent-Container(e1,e2)\n9857\tComponent-Whole(e2,e1)\n9858\tProduct-Producer(e1,e2)\n9859\tContent-Container(e2,e1)\n9860\tOther\n9861\tCause-Effect(e2,e1)\n9862\tEntity-Origin(e1,e2)\n9863\tOther\n9864\tProduct-Producer(e2,e1)\n9865\tEntity-Destination(e1,e2)\n9866\tMember-Collection(e2,e1)\n9867\tContent-Container(e1,e2)\n9868\tCause-Effect(e2,e1)\n9869\tMessage-Topic(e2,e1)\n9870\tProduct-Producer(e1,e2)\n9871\tEntity-Destination(e1,e2)\n9872\tMember-Collection(e2,e1)\n9873\tEntity-Destination(e1,e2)\n9874\tEntity-Destination(e1,e2)\n9875\tMember-Collection(e1,e2)\n9876\tCause-Effect(e2,e1)\n9877\tProduct-Producer(e2,e1)\n9878\tMember-Collection(e2,e1)\n9879\tOther\n9880\tContent-Container(e1,e2)\n9881\tComponent-Whole(e1,e2)\n9882\tEntity-Origin(e1,e2)\n9883\tEntity-Destination(e1,e2)\n9884\tInstrument-Agency(e2,e1)\n9885\tMessage-Topic(e1,e2)\n9886\tOther\n9887\tMember-Collection(e2,e1)\n9888\tMember-Collection(e1,e2)\n9889\tInstrument-Agency(e2,e1)\n9890\tMember-Collection(e2,e1)\n9891\tProduct-Producer(e1,e2)\n9892\tOther\n9893\tComponent-Whole(e2,e1)\n9894\tEntity-Destination(e1,e2)\n9895\tOther\n9896\tContent-Container(e1,e2)\n9897\tOther\n9898\tEntity-Destination(e1,e2)\n9899\tCause-Effect(e2,e1)\n9900\tEntity-Destination(e1,e2)\n9901\tCause-Effect(e2,e1)\n9902\tCause-Effect(e1,e2)\n9903\tOther\n9904\tEntity-Origin(e1,e2)\n9905\tCause-Effect(e1,e2)\n9906\tComponent-Whole(e2,e1)\n9907\tProduct-Producer(e1,e2)\n9908\tComponent-Whole(e2,e1)\n9909\tProduct-Producer(e2,e1)\n9910\tEntity-Origin(e1,e2)\n9911\tOther\n9912\tInstrument-Agency(e2,e1)\n9913\tContent-Container(e1,e2)\n9914\tContent-Container(e1,e2)\n9915\tMessage-Topic(e1,e2)\n9916\tOther\n9917\tProduct-Producer(e2,e1)\n9918\tMember-Collection(e2,e1)\n9919\tCause-Effect(e2,e1)\n9920\tProduct-Producer(e2,e1)\n9921\tComponent-Whole(e1,e2)\n9922\tEntity-Origin(e2,e1)\n9923\tMember-Collection(e2,e1)\n9924\tEntity-Origin(e1,e2)\n9925\tComponent-Whole(e1,e2)\n9926\tProduct-Producer(e2,e1)\n9927\tComponent-Whole(e1,e2)\n9928\tOther\n9929\tContent-Container(e1,e2)\n9930\tComponent-Whole(e1,e2)\n9931\tEntity-Destination(e1,e2)\n9932\tContent-Container(e1,e2)\n9933\tProduct-Producer(e2,e1)\n9934\tComponent-Whole(e1,e2)\n9935\tInstrument-Agency(e2,e1)\n9936\tEntity-Destination(e1,e2)\n9937\tMember-Collection(e2,e1)\n9938\tMember-Collection(e2,e1)\n9939\tEntity-Destination(e1,e2)\n9940\tContent-Container(e2,e1)\n9941\tEntity-Destination(e1,e2)\n9942\tContent-Container(e2,e1)\n9943\tEntity-Origin(e1,e2)\n9944\tMessage-Topic(e1,e2)\n9945\tMessage-Topic(e1,e2)\n9946\tMessage-Topic(e2,e1)\n9947\tInstrument-Agency(e2,e1)\n9948\tEntity-Destination(e1,e2)\n9949\tEntity-Origin(e1,e2)\n9950\tEntity-Origin(e2,e1)\n9951\tMessage-Topic(e1,e2)\n9952\tEntity-Destination(e1,e2)\n9953\tEntity-Destination(e1,e2)\n9954\tEntity-Origin(e1,e2)\n9955\tContent-Container(e2,e1)\n9956\tProduct-Producer(e1,e2)\n9957\tMember-Collection(e2,e1)\n9958\tEntity-Origin(e1,e2)\n9959\tComponent-Whole(e2,e1)\n9960\tMember-Collection(e2,e1)\n9961\tProduct-Producer(e2,e1)\n9962\tOther\n9963\tEntity-Destination(e1,e2)\n9964\tEntity-Destination(e1,e2)\n9965\tMessage-Topic(e2,e1)\n9966\tOther\n9967\tCause-Effect(e1,e2)\n9968\tMessage-Topic(e2,e1)\n9969\tMessage-Topic(e1,e2)\n9970\tInstrument-Agency(e2,e1)\n9971\tComponent-Whole(e2,e1)\n9972\tComponent-Whole(e1,e2)\n9973\tMessage-Topic(e1,e2)\n9974\tCause-Effect(e2,e1)\n9975\tCause-Effect(e2,e1)\n9976\tMember-Collection(e2,e1)\n9977\tProduct-Producer(e2,e1)\n9978\tEntity-Origin(e1,e2)\n9979\tOther\n9980\tComponent-Whole(e1,e2)\n9981\tMember-Collection(e2,e1)\n9982\tEntity-Destination(e1,e2)\n9983\tContent-Container(e1,e2)\n9984\tMember-Collection(e2,e1)\n9985\tCause-Effect(e2,e1)\n9986\tOther\n9987\tProduct-Producer(e2,e1)\n9988\tContent-Container(e1,e2)\n9989\tOther\n9990\tEntity-Destination(e1,e2)\n9991\tInstrument-Agency(e1,e2)\n9992\tComponent-Whole(e1,e2)\n9993\tContent-Container(e1,e2)\n9994\tComponent-Whole(e1,e2)\n9995\tComponent-Whole(e2,e1)\n9996\tMessage-Topic(e1,e2)\n9997\tComponent-Whole(e1,e2)\n9998\tEntity-Origin(e1,e2)\n9999\tEntity-Destination(e1,e2)\n10000\tInstrument-Agency(e2,e1)\n10001\tInstrument-Agency(e2,e1)\n10002\tMessage-Topic(e1,e2)\n10003\tCause-Effect(e2,e1)\n10004\tEntity-Destination(e1,e2)\n10005\tInstrument-Agency(e2,e1)\n10006\tMember-Collection(e2,e1)\n10007\tEntity-Origin(e1,e2)\n10008\tEntity-Destination(e1,e2)\n10009\tCause-Effect(e1,e2)\n10010\tEntity-Origin(e1,e2)\n10011\tMember-Collection(e2,e1)\n10012\tCause-Effect(e2,e1)\n10013\tMember-Collection(e2,e1)\n10014\tEntity-Destination(e1,e2)\n10015\tOther\n10016\tContent-Container(e1,e2)\n10017\tEntity-Destination(e1,e2)\n10018\tEntity-Origin(e1,e2)\n10019\tMember-Collection(e1,e2)\n10020\tEntity-Destination(e1,e2)\n10021\tEntity-Destination(e1,e2)\n10022\tOther\n10023\tMessage-Topic(e1,e2)\n10024\tMessage-Topic(e1,e2)\n10025\tOther\n10026\tOther\n10027\tEntity-Destination(e1,e2)\n10028\tMessage-Topic(e1,e2)\n10029\tMember-Collection(e2,e1)\n10030\tCause-Effect(e1,e2)\n10031\tMember-Collection(e2,e1)\n10032\tMember-Collection(e2,e1)\n10033\tContent-Container(e2,e1)\n10034\tContent-Container(e1,e2)\n10035\tComponent-Whole(e1,e2)\n10036\tInstrument-Agency(e2,e1)\n10037\tEntity-Destination(e1,e2)\n10038\tCause-Effect(e2,e1)\n10039\tEntity-Destination(e1,e2)\n10040\tCause-Effect(e2,e1)\n10041\tCause-Effect(e2,e1)\n10042\tMessage-Topic(e2,e1)\n10043\tEntity-Destination(e1,e2)\n10044\tOther\n10045\tComponent-Whole(e2,e1)\n10046\tEntity-Destination(e1,e2)\n10047\tCause-Effect(e1,e2)\n10048\tInstrument-Agency(e2,e1)\n10049\tMessage-Topic(e1,e2)\n10050\tContent-Container(e2,e1)\n10051\tComponent-Whole(e2,e1)\n10052\tMember-Collection(e2,e1)\n10053\tOther\n10054\tCause-Effect(e2,e1)\n10055\tEntity-Destination(e1,e2)\n10056\tContent-Container(e1,e2)\n10057\tInstrument-Agency(e2,e1)\n10058\tOther\n10059\tCause-Effect(e2,e1)\n10060\tEntity-Destination(e1,e2)\n10061\tOther\n10062\tContent-Container(e1,e2)\n10063\tComponent-Whole(e2,e1)\n10064\tCause-Effect(e1,e2)\n10065\tContent-Container(e1,e2)\n10066\tEntity-Destination(e1,e2)\n10067\tEntity-Origin(e1,e2)\n10068\tOther\n10069\tOther\n10070\tComponent-Whole(e1,e2)\n10071\tEntity-Origin(e1,e2)\n10072\tContent-Container(e1,e2)\n10073\tMessage-Topic(e2,e1)\n10074\tEntity-Origin(e1,e2)\n10075\tEntity-Origin(e1,e2)\n10076\tInstrument-Agency(e1,e2)\n10077\tEntity-Destination(e1,e2)\n10078\tEntity-Destination(e1,e2)\n10079\tProduct-Producer(e2,e1)\n10080\tInstrument-Agency(e2,e1)\n10081\tEntity-Destination(e1,e2)\n10082\tEntity-Origin(e1,e2)\n10083\tComponent-Whole(e1,e2)\n10084\tEntity-Origin(e1,e2)\n10085\tEntity-Destination(e1,e2)\n10086\tCause-Effect(e1,e2)\n10087\tEntity-Destination(e1,e2)\n10088\tInstrument-Agency(e2,e1)\n10089\tProduct-Producer(e2,e1)\n10090\tCause-Effect(e1,e2)\n10091\tEntity-Origin(e2,e1)\n10092\tEntity-Origin(e1,e2)\n10093\tInstrument-Agency(e2,e1)\n10094\tContent-Container(e1,e2)\n10095\tEntity-Destination(e1,e2)\n10096\tComponent-Whole(e2,e1)\n10097\tEntity-Destination(e1,e2)\n10098\tMessage-Topic(e1,e2)\n10099\tEntity-Destination(e1,e2)\n10100\tEntity-Destination(e1,e2)\n10101\tEntity-Origin(e2,e1)\n10102\tCause-Effect(e1,e2)\n10103\tMessage-Topic(e1,e2)\n10104\tMember-Collection(e2,e1)\n10105\tMember-Collection(e2,e1)\n10106\tComponent-Whole(e2,e1)\n10107\tContent-Container(e1,e2)\n10108\tMessage-Topic(e1,e2)\n10109\tComponent-Whole(e1,e2)\n10110\tMessage-Topic(e1,e2)\n10111\tInstrument-Agency(e2,e1)\n10112\tProduct-Producer(e1,e2)\n10113\tProduct-Producer(e2,e1)\n10114\tMessage-Topic(e2,e1)\n10115\tMessage-Topic(e1,e2)\n10116\tEntity-Origin(e2,e1)\n10117\tInstrument-Agency(e2,e1)\n10118\tCause-Effect(e1,e2)\n10119\tMember-Collection(e2,e1)\n10120\tComponent-Whole(e2,e1)\n10121\tEntity-Destination(e1,e2)\n10122\tEntity-Origin(e1,e2)\n10123\tMessage-Topic(e1,e2)\n10124\tOther\n10125\tOther\n10126\tMember-Collection(e2,e1)\n10127\tOther\n10128\tInstrument-Agency(e1,e2)\n10129\tOther\n10130\tProduct-Producer(e2,e1)\n10131\tProduct-Producer(e1,e2)\n10132\tContent-Container(e2,e1)\n10133\tInstrument-Agency(e2,e1)\n10134\tCause-Effect(e2,e1)\n10135\tComponent-Whole(e2,e1)\n10136\tEntity-Destination(e1,e2)\n10137\tMessage-Topic(e1,e2)\n10138\tEntity-Origin(e1,e2)\n10139\tEntity-Origin(e1,e2)\n10140\tOther\n10141\tComponent-Whole(e2,e1)\n10142\tOther\n10143\tMessage-Topic(e1,e2)\n10144\tInstrument-Agency(e2,e1)\n10145\tInstrument-Agency(e1,e2)\n10146\tOther\n10147\tComponent-Whole(e2,e1)\n10148\tProduct-Producer(e2,e1)\n10149\tInstrument-Agency(e2,e1)\n10150\tMember-Collection(e2,e1)\n10151\tProduct-Producer(e2,e1)\n10152\tInstrument-Agency(e1,e2)\n10153\tInstrument-Agency(e2,e1)\n10154\tMember-Collection(e2,e1)\n10155\tOther\n10156\tCause-Effect(e1,e2)\n10157\tComponent-Whole(e1,e2)\n10158\tEntity-Destination(e1,e2)\n10159\tMessage-Topic(e2,e1)\n10160\tProduct-Producer(e2,e1)\n10161\tComponent-Whole(e1,e2)\n10162\tEntity-Origin(e1,e2)\n10163\tOther\n10164\tEntity-Origin(e1,e2)\n10165\tEntity-Destination(e1,e2)\n10166\tComponent-Whole(e1,e2)\n10167\tEntity-Origin(e1,e2)\n10168\tContent-Container(e1,e2)\n10169\tMember-Collection(e2,e1)\n10170\tEntity-Origin(e1,e2)\n10171\tProduct-Producer(e2,e1)\n10172\tMessage-Topic(e2,e1)\n10173\tComponent-Whole(e1,e2)\n10174\tMember-Collection(e2,e1)\n10175\tEntity-Destination(e1,e2)\n10176\tInstrument-Agency(e2,e1)\n10177\tCause-Effect(e2,e1)\n10178\tEntity-Destination(e1,e2)\n10179\tProduct-Producer(e1,e2)\n10180\tInstrument-Agency(e2,e1)\n10181\tMessage-Topic(e1,e2)\n10182\tCause-Effect(e2,e1)\n10183\tMessage-Topic(e1,e2)\n10184\tEntity-Destination(e1,e2)\n10185\tEntity-Origin(e1,e2)\n10186\tCause-Effect(e1,e2)\n10187\tEntity-Destination(e1,e2)\n10188\tEntity-Destination(e1,e2)\n10189\tMessage-Topic(e1,e2)\n10190\tEntity-Origin(e1,e2)\n10191\tEntity-Destination(e1,e2)\n10192\tProduct-Producer(e2,e1)\n10193\tComponent-Whole(e1,e2)\n10194\tEntity-Origin(e1,e2)\n10195\tInstrument-Agency(e2,e1)\n10196\tInstrument-Agency(e2,e1)\n10197\tProduct-Producer(e1,e2)\n10198\tContent-Container(e1,e2)\n10199\tEntity-Origin(e1,e2)\n10200\tCause-Effect(e2,e1)\n10201\tInstrument-Agency(e2,e1)\n10202\tEntity-Destination(e1,e2)\n10203\tOther\n10204\tMessage-Topic(e1,e2)\n10205\tProduct-Producer(e2,e1)\n10206\tComponent-Whole(e2,e1)\n10207\tEntity-Destination(e1,e2)\n10208\tComponent-Whole(e1,e2)\n10209\tCause-Effect(e2,e1)\n10210\tMessage-Topic(e1,e2)\n10211\tMessage-Topic(e1,e2)\n10212\tComponent-Whole(e1,e2)\n10213\tInstrument-Agency(e2,e1)\n10214\tComponent-Whole(e1,e2)\n10215\tEntity-Origin(e1,e2)\n10216\tMessage-Topic(e2,e1)\n10217\tMember-Collection(e1,e2)\n10218\tEntity-Origin(e2,e1)\n10219\tContent-Container(e1,e2)\n10220\tMessage-Topic(e1,e2)\n10221\tEntity-Origin(e1,e2)\n10222\tEntity-Origin(e1,e2)\n10223\tMember-Collection(e2,e1)\n10224\tProduct-Producer(e2,e1)\n10225\tMember-Collection(e2,e1)\n10226\tEntity-Destination(e1,e2)\n10227\tContent-Container(e1,e2)\n10228\tCause-Effect(e2,e1)\n10229\tEntity-Destination(e1,e2)\n10230\tCause-Effect(e2,e1)\n10231\tEntity-Destination(e1,e2)\n10232\tContent-Container(e1,e2)\n10233\tOther\n10234\tProduct-Producer(e2,e1)\n10235\tInstrument-Agency(e2,e1)\n10236\tMessage-Topic(e1,e2)\n10237\tOther\n10238\tOther\n10239\tMember-Collection(e2,e1)\n10240\tEntity-Destination(e1,e2)\n10241\tInstrument-Agency(e2,e1)\n10242\tMessage-Topic(e2,e1)\n10243\tInstrument-Agency(e2,e1)\n10244\tOther\n10245\tOther\n10246\tCause-Effect(e2,e1)\n10247\tMessage-Topic(e1,e2)\n10248\tComponent-Whole(e2,e1)\n10249\tInstrument-Agency(e2,e1)\n10250\tProduct-Producer(e1,e2)\n10251\tMember-Collection(e2,e1)\n10252\tOther\n10253\tMessage-Topic(e1,e2)\n10254\tOther\n10255\tEntity-Destination(e1,e2)\n10256\tContent-Container(e2,e1)\n10257\tCause-Effect(e1,e2)\n10258\tCause-Effect(e2,e1)\n10259\tMessage-Topic(e1,e2)\n10260\tEntity-Origin(e1,e2)\n10261\tComponent-Whole(e2,e1)\n10262\tEntity-Destination(e1,e2)\n10263\tEntity-Destination(e1,e2)\n10264\tComponent-Whole(e2,e1)\n10265\tEntity-Origin(e1,e2)\n10266\tProduct-Producer(e2,e1)\n10267\tCause-Effect(e1,e2)\n10268\tMember-Collection(e2,e1)\n10269\tMessage-Topic(e1,e2)\n10270\tMessage-Topic(e1,e2)\n10271\tEntity-Origin(e1,e2)\n10272\tMember-Collection(e2,e1)\n10273\tEntity-Origin(e1,e2)\n10274\tComponent-Whole(e2,e1)\n10275\tCause-Effect(e1,e2)\n10276\tEntity-Destination(e1,e2)\n10277\tComponent-Whole(e1,e2)\n10278\tComponent-Whole(e1,e2)\n10279\tCause-Effect(e2,e1)\n10280\tEntity-Destination(e1,e2)\n10281\tCause-Effect(e2,e1)\n10282\tOther\n10283\tEntity-Origin(e2,e1)\n10284\tEntity-Destination(e1,e2)\n10285\tCause-Effect(e2,e1)\n10286\tContent-Container(e1,e2)\n10287\tContent-Container(e1,e2)\n10288\tComponent-Whole(e2,e1)\n10289\tMember-Collection(e2,e1)\n10290\tContent-Container(e1,e2)\n10291\tOther\n10292\tMessage-Topic(e1,e2)\n10293\tEntity-Destination(e1,e2)\n10294\tProduct-Producer(e1,e2)\n10295\tMessage-Topic(e2,e1)\n10296\tCause-Effect(e2,e1)\n10297\tEntity-Origin(e1,e2)\n10298\tOther\n10299\tEntity-Origin(e1,e2)\n10300\tOther\n10301\tMember-Collection(e2,e1)\n10302\tOther\n10303\tEntity-Destination(e1,e2)\n10304\tInstrument-Agency(e2,e1)\n10305\tComponent-Whole(e1,e2)\n10306\tInstrument-Agency(e2,e1)\n10307\tComponent-Whole(e1,e2)\n10308\tMessage-Topic(e1,e2)\n10309\tEntity-Destination(e1,e2)\n10310\tMessage-Topic(e1,e2)\n10311\tComponent-Whole(e2,e1)\n10312\tContent-Container(e2,e1)\n10313\tProduct-Producer(e1,e2)\n10314\tContent-Container(e1,e2)\n10315\tComponent-Whole(e1,e2)\n10316\tContent-Container(e1,e2)\n10317\tCause-Effect(e2,e1)\n10318\tContent-Container(e1,e2)\n10319\tMember-Collection(e2,e1)\n10320\tInstrument-Agency(e2,e1)\n10321\tEntity-Destination(e1,e2)\n10322\tComponent-Whole(e1,e2)\n10323\tOther\n10324\tOther\n10325\tContent-Container(e1,e2)\n10326\tOther\n10327\tEntity-Destination(e1,e2)\n10328\tProduct-Producer(e1,e2)\n10329\tInstrument-Agency(e2,e1)\n10330\tEntity-Destination(e1,e2)\n10331\tInstrument-Agency(e2,e1)\n10332\tContent-Container(e1,e2)\n10333\tOther\n10334\tInstrument-Agency(e2,e1)\n10335\tCause-Effect(e2,e1)\n10336\tEntity-Origin(e1,e2)\n10337\tContent-Container(e1,e2)\n10338\tEntity-Origin(e1,e2)\n10339\tContent-Container(e1,e2)\n10340\tEntity-Origin(e1,e2)\n10341\tMember-Collection(e2,e1)\n10342\tEntity-Destination(e1,e2)\n10343\tInstrument-Agency(e2,e1)\n10344\tCause-Effect(e2,e1)\n10345\tInstrument-Agency(e2,e1)\n10346\tMessage-Topic(e1,e2)\n10347\tContent-Container(e2,e1)\n10348\tEntity-Destination(e1,e2)\n10349\tMember-Collection(e2,e1)\n10350\tCause-Effect(e1,e2)\n10351\tEntity-Destination(e1,e2)\n10352\tMessage-Topic(e2,e1)\n10353\tComponent-Whole(e2,e1)\n10354\tEntity-Destination(e1,e2)\n10355\tContent-Container(e1,e2)\n10356\tEntity-Origin(e1,e2)\n10357\tEntity-Origin(e1,e2)\n10358\tComponent-Whole(e1,e2)\n10359\tOther\n10360\tMessage-Topic(e1,e2)\n10361\tInstrument-Agency(e1,e2)\n10362\tEntity-Destination(e1,e2)\n10363\tOther\n10364\tProduct-Producer(e2,e1)\n10365\tMessage-Topic(e1,e2)\n10366\tMember-Collection(e2,e1)\n10367\tProduct-Producer(e2,e1)\n10368\tInstrument-Agency(e2,e1)\n10369\tInstrument-Agency(e2,e1)\n10370\tOther\n10371\tProduct-Producer(e1,e2)\n10372\tProduct-Producer(e1,e2)\n10373\tCause-Effect(e1,e2)\n10374\tContent-Container(e1,e2)\n10375\tMember-Collection(e2,e1)\n10376\tEntity-Destination(e1,e2)\n10377\tMessage-Topic(e1,e2)\n10378\tEntity-Origin(e2,e1)\n10379\tCause-Effect(e1,e2)\n10380\tComponent-Whole(e2,e1)\n10381\tMessage-Topic(e1,e2)\n10382\tCause-Effect(e2,e1)\n10383\tCause-Effect(e1,e2)\n10384\tEntity-Origin(e1,e2)\n10385\tProduct-Producer(e2,e1)\n10386\tComponent-Whole(e2,e1)\n10387\tComponent-Whole(e2,e1)\n10388\tProduct-Producer(e1,e2)\n10389\tComponent-Whole(e1,e2)\n10390\tComponent-Whole(e2,e1)\n10391\tInstrument-Agency(e2,e1)\n10392\tMessage-Topic(e1,e2)\n10393\tEntity-Origin(e1,e2)\n10394\tMessage-Topic(e1,e2)\n10395\tMessage-Topic(e1,e2)\n10396\tCause-Effect(e2,e1)\n10397\tEntity-Origin(e1,e2)\n10398\tCause-Effect(e1,e2)\n10399\tEntity-Destination(e1,e2)\n10400\tComponent-Whole(e2,e1)\n10401\tMember-Collection(e2,e1)\n10402\tMember-Collection(e1,e2)\n10403\tEntity-Origin(e1,e2)\n10404\tMember-Collection(e2,e1)\n10405\tEntity-Destination(e1,e2)\n10406\tOther\n10407\tProduct-Producer(e2,e1)\n10408\tMember-Collection(e2,e1)\n10409\tProduct-Producer(e1,e2)\n10410\tProduct-Producer(e1,e2)\n10411\tOther\n10412\tProduct-Producer(e2,e1)\n10413\tEntity-Destination(e1,e2)\n10414\tMessage-Topic(e2,e1)\n10415\tEntity-Destination(e1,e2)\n10416\tMember-Collection(e2,e1)\n10417\tCause-Effect(e2,e1)\n10418\tEntity-Destination(e1,e2)\n10419\tOther\n10420\tOther\n10421\tEntity-Destination(e1,e2)\n10422\tMessage-Topic(e1,e2)\n10423\tEntity-Origin(e1,e2)\n10424\tComponent-Whole(e1,e2)\n10425\tCause-Effect(e2,e1)\n10426\tCause-Effect(e2,e1)\n10427\tOther\n10428\tComponent-Whole(e1,e2)\n10429\tMessage-Topic(e1,e2)\n10430\tComponent-Whole(e1,e2)\n10431\tContent-Container(e1,e2)\n10432\tEntity-Destination(e1,e2)\n10433\tComponent-Whole(e1,e2)\n10434\tOther\n10435\tComponent-Whole(e1,e2)\n10436\tEntity-Destination(e1,e2)\n10437\tMessage-Topic(e1,e2)\n10438\tMember-Collection(e2,e1)\n10439\tEntity-Destination(e1,e2)\n10440\tProduct-Producer(e1,e2)\n10441\tComponent-Whole(e1,e2)\n10442\tEntity-Destination(e1,e2)\n10443\tContent-Container(e1,e2)\n10444\tOther\n10445\tContent-Container(e1,e2)\n10446\tEntity-Destination(e1,e2)\n10447\tContent-Container(e1,e2)\n10448\tProduct-Producer(e1,e2)\n10449\tMember-Collection(e2,e1)\n10450\tMember-Collection(e2,e1)\n10451\tComponent-Whole(e2,e1)\n10452\tContent-Container(e1,e2)\n10453\tEntity-Destination(e1,e2)\n10454\tMessage-Topic(e1,e2)\n10455\tProduct-Producer(e1,e2)\n10456\tEntity-Destination(e1,e2)\n10457\tMessage-Topic(e1,e2)\n10458\tMessage-Topic(e1,e2)\n10459\tOther\n10460\tComponent-Whole(e2,e1)\n10461\tProduct-Producer(e2,e1)\n10462\tContent-Container(e1,e2)\n10463\tEntity-Destination(e1,e2)\n10464\tProduct-Producer(e2,e1)\n10465\tMessage-Topic(e1,e2)\n10466\tCause-Effect(e2,e1)\n10467\tEntity-Destination(e1,e2)\n10468\tCause-Effect(e1,e2)\n10469\tComponent-Whole(e2,e1)\n10470\tContent-Container(e1,e2)\n10471\tEntity-Origin(e1,e2)\n10472\tMessage-Topic(e1,e2)\n10473\tCause-Effect(e2,e1)\n10474\tEntity-Origin(e1,e2)\n10475\tMember-Collection(e2,e1)\n10476\tContent-Container(e1,e2)\n10477\tEntity-Destination(e1,e2)\n10478\tEntity-Destination(e1,e2)\n10479\tEntity-Origin(e1,e2)\n10480\tEntity-Origin(e1,e2)\n10481\tCause-Effect(e2,e1)\n10482\tProduct-Producer(e1,e2)\n10483\tComponent-Whole(e1,e2)\n10484\tComponent-Whole(e1,e2)\n10485\tOther\n10486\tMessage-Topic(e1,e2)\n10487\tOther\n10488\tContent-Container(e1,e2)\n10489\tComponent-Whole(e2,e1)\n10490\tEntity-Origin(e2,e1)\n10491\tInstrument-Agency(e2,e1)\n10492\tOther\n10493\tCause-Effect(e1,e2)\n10494\tCause-Effect(e2,e1)\n10495\tContent-Container(e2,e1)\n10496\tProduct-Producer(e2,e1)\n10497\tComponent-Whole(e2,e1)\n10498\tContent-Container(e2,e1)\n10499\tOther\n10500\tCause-Effect(e2,e1)\n10501\tCause-Effect(e2,e1)\n10502\tOther\n10503\tComponent-Whole(e1,e2)\n10504\tCause-Effect(e1,e2)\n10505\tCause-Effect(e1,e2)\n10506\tProduct-Producer(e2,e1)\n10507\tEntity-Origin(e2,e1)\n10508\tProduct-Producer(e1,e2)\n10509\tEntity-Destination(e1,e2)\n10510\tComponent-Whole(e1,e2)\n10511\tProduct-Producer(e1,e2)\n10512\tEntity-Origin(e1,e2)\n10513\tInstrument-Agency(e2,e1)\n10514\tEntity-Origin(e1,e2)\n10515\tMember-Collection(e2,e1)\n10516\tProduct-Producer(e2,e1)\n10517\tOther\n10518\tMessage-Topic(e1,e2)\n10519\tEntity-Destination(e1,e2)\n10520\tMember-Collection(e2,e1)\n10521\tContent-Container(e1,e2)\n10522\tInstrument-Agency(e2,e1)\n10523\tCause-Effect(e2,e1)\n10524\tCause-Effect(e2,e1)\n10525\tMember-Collection(e2,e1)\n10526\tComponent-Whole(e1,e2)\n10527\tComponent-Whole(e2,e1)\n10528\tCause-Effect(e2,e1)\n10529\tInstrument-Agency(e2,e1)\n10530\tContent-Container(e1,e2)\n10531\tMessage-Topic(e2,e1)\n10532\tEntity-Origin(e1,e2)\n10533\tOther\n10534\tComponent-Whole(e1,e2)\n10535\tMessage-Topic(e1,e2)\n10536\tComponent-Whole(e1,e2)\n10537\tOther\n10538\tEntity-Origin(e1,e2)\n10539\tEntity-Origin(e1,e2)\n10540\tEntity-Destination(e1,e2)\n10541\tEntity-Origin(e1,e2)\n10542\tComponent-Whole(e1,e2)\n10543\tEntity-Origin(e1,e2)\n10544\tCause-Effect(e1,e2)\n10545\tCause-Effect(e2,e1)\n10546\tOther\n10547\tEntity-Destination(e1,e2)\n10548\tMember-Collection(e2,e1)\n10549\tProduct-Producer(e1,e2)\n10550\tInstrument-Agency(e2,e1)\n10551\tCause-Effect(e2,e1)\n10552\tCause-Effect(e1,e2)\n10553\tProduct-Producer(e2,e1)\n10554\tInstrument-Agency(e2,e1)\n10555\tContent-Container(e1,e2)\n10556\tComponent-Whole(e2,e1)\n10557\tEntity-Destination(e1,e2)\n10558\tMessage-Topic(e2,e1)\n10559\tEntity-Destination(e1,e2)\n10560\tMember-Collection(e2,e1)\n10561\tCause-Effect(e2,e1)\n10562\tCause-Effect(e2,e1)\n10563\tInstrument-Agency(e2,e1)\n10564\tEntity-Destination(e1,e2)\n10565\tProduct-Producer(e1,e2)\n10566\tEntity-Destination(e1,e2)\n10567\tMember-Collection(e2,e1)\n10568\tMember-Collection(e2,e1)\n10569\tProduct-Producer(e1,e2)\n10570\tOther\n10571\tContent-Container(e1,e2)\n10572\tInstrument-Agency(e2,e1)\n10573\tEntity-Origin(e1,e2)\n10574\tComponent-Whole(e2,e1)\n10575\tContent-Container(e1,e2)\n10576\tProduct-Producer(e2,e1)\n10577\tCause-Effect(e1,e2)\n10578\tCause-Effect(e2,e1)\n10579\tContent-Container(e1,e2)\n10580\tMember-Collection(e2,e1)\n10581\tComponent-Whole(e2,e1)\n10582\tMember-Collection(e2,e1)\n10583\tInstrument-Agency(e2,e1)\n10584\tCause-Effect(e1,e2)\n10585\tProduct-Producer(e2,e1)\n10586\tComponent-Whole(e1,e2)\n10587\tEntity-Origin(e2,e1)\n10588\tMember-Collection(e2,e1)\n10589\tProduct-Producer(e2,e1)\n10590\tEntity-Destination(e1,e2)\n10591\tComponent-Whole(e1,e2)\n10592\tComponent-Whole(e1,e2)\n10593\tEntity-Origin(e1,e2)\n10594\tEntity-Origin(e1,e2)\n10595\tOther\n10596\tMessage-Topic(e1,e2)\n10597\tCause-Effect(e1,e2)\n10598\tOther\n10599\tCause-Effect(e2,e1)\n10600\tProduct-Producer(e1,e2)\n10601\tProduct-Producer(e2,e1)\n10602\tEntity-Destination(e1,e2)\n10603\tOther\n10604\tOther\n10605\tCause-Effect(e1,e2)\n10606\tCause-Effect(e1,e2)\n10607\tComponent-Whole(e2,e1)\n10608\tEntity-Origin(e1,e2)\n10609\tMessage-Topic(e1,e2)\n10610\tMessage-Topic(e2,e1)\n10611\tEntity-Destination(e1,e2)\n10612\tOther\n10613\tEntity-Destination(e1,e2)\n10614\tCause-Effect(e2,e1)\n10615\tOther\n10616\tMessage-Topic(e1,e2)\n10617\tEntity-Destination(e1,e2)\n10618\tInstrument-Agency(e2,e1)\n10619\tEntity-Origin(e1,e2)\n10620\tCause-Effect(e1,e2)\n10621\tOther\n10622\tCause-Effect(e1,e2)\n10623\tEntity-Origin(e1,e2)\n10624\tEntity-Destination(e1,e2)\n10625\tMember-Collection(e2,e1)\n10626\tComponent-Whole(e2,e1)\n10627\tCause-Effect(e2,e1)\n10628\tMessage-Topic(e1,e2)\n10629\tCause-Effect(e1,e2)\n10630\tOther\n10631\tContent-Container(e1,e2)\n10632\tEntity-Destination(e1,e2)\n10633\tEntity-Destination(e1,e2)\n10634\tMember-Collection(e2,e1)\n10635\tContent-Container(e1,e2)\n10636\tContent-Container(e1,e2)\n10637\tCause-Effect(e2,e1)\n10638\tOther\n10639\tCause-Effect(e2,e1)\n10640\tComponent-Whole(e1,e2)\n10641\tCause-Effect(e2,e1)\n10642\tCause-Effect(e1,e2)\n10643\tCause-Effect(e2,e1)\n10644\tEntity-Destination(e1,e2)\n10645\tCause-Effect(e2,e1)\n10646\tCause-Effect(e2,e1)\n10647\tMessage-Topic(e2,e1)\n10648\tProduct-Producer(e1,e2)\n10649\tEntity-Origin(e1,e2)\n10650\tProduct-Producer(e1,e2)\n10651\tMember-Collection(e2,e1)\n10652\tCause-Effect(e1,e2)\n10653\tComponent-Whole(e1,e2)\n10654\tOther\n10655\tContent-Container(e1,e2)\n10656\tEntity-Origin(e1,e2)\n10657\tComponent-Whole(e1,e2)\n10658\tMessage-Topic(e1,e2)\n10659\tMember-Collection(e1,e2)\n10660\tMessage-Topic(e1,e2)\n10661\tMember-Collection(e2,e1)\n10662\tContent-Container(e1,e2)\n10663\tContent-Container(e1,e2)\n10664\tMember-Collection(e2,e1)\n10665\tComponent-Whole(e2,e1)\n10666\tEntity-Origin(e1,e2)\n10667\tOther\n10668\tMember-Collection(e2,e1)\n10669\tMessage-Topic(e1,e2)\n10670\tContent-Container(e1,e2)\n10671\tOther\n10672\tMessage-Topic(e1,e2)\n10673\tProduct-Producer(e1,e2)\n10674\tOther\n10675\tEntity-Destination(e1,e2)\n10676\tMember-Collection(e2,e1)\n10677\tMessage-Topic(e2,e1)\n10678\tInstrument-Agency(e1,e2)\n10679\tProduct-Producer(e1,e2)\n10680\tInstrument-Agency(e2,e1)\n10681\tEntity-Destination(e1,e2)\n10682\tOther\n10683\tEntity-Destination(e1,e2)\n10684\tEntity-Origin(e1,e2)\n10685\tProduct-Producer(e2,e1)\n10686\tComponent-Whole(e1,e2)\n10687\tOther\n10688\tEntity-Destination(e1,e2)\n10689\tEntity-Origin(e1,e2)\n10690\tEntity-Origin(e1,e2)\n10691\tEntity-Origin(e1,e2)\n10692\tCause-Effect(e1,e2)\n10693\tContent-Container(e1,e2)\n10694\tEntity-Destination(e1,e2)\n10695\tOther\n10696\tInstrument-Agency(e2,e1)\n10697\tMessage-Topic(e1,e2)\n10698\tCause-Effect(e1,e2)\n10699\tMessage-Topic(e2,e1)\n10700\tMember-Collection(e2,e1)\n10701\tEntity-Destination(e1,e2)\n10702\tProduct-Producer(e2,e1)\n10703\tOther\n10704\tEntity-Origin(e1,e2)\n10705\tEntity-Destination(e1,e2)\n10706\tEntity-Origin(e1,e2)\n10707\tOther\n10708\tEntity-Destination(e1,e2)\n10709\tComponent-Whole(e1,e2)\n10710\tMember-Collection(e2,e1)\n10711\tEntity-Origin(e1,e2)\n10712\tEntity-Origin(e1,e2)\n10713\tInstrument-Agency(e2,e1)\n10714\tProduct-Producer(e1,e2)\n10715\tComponent-Whole(e2,e1)\n10716\tProduct-Producer(e1,e2)\n10717\tEntity-Destination(e1,e2)\n"
  },
  {
    "path": "semeval/semeval2010_task8_format_checker.pl",
    "content": "#!/usr/bin/perl -w\n#\n#\n#  Author: Preslav Nakov\n#          nakov@comp.nus.edu.sg\n#          National University of Singapore\n#\n#  WHAT: This is an official output file format checker for SemEval-2010 Task #8.\n#\n#  Use:\n#     semeval2010_task8_format_checker.pl <PROPOSED_ANSWERS>\n#\n#  Examples:\n#     semeval2010_task8_format_checker.pl proposed_answer1.txt\n#     semeval2010_task8_format_checker.pl proposed_answer2.txt\n#     semeval2010_task8_format_checker.pl proposed_answer3.txt\n#     semeval2010_task8_format_checker.pl proposed_answer4.txt\n#\n#   In the examples above, the first three files are OK, while the last one contains four errors.\n#   And answer_key2.txt contains the true labels for the *training* dataset.\n#\n#  Description:\n#     The scorer takes as input a proposed classification file,\n#     which should contain one prediction per line in the format \"<SENT_ID>\t<RELATION>\"\n#     with a TAB as a separator, e.g.,\n#           1\tComponent-Whole(e2,e1)\n#           2\tOther\n#           3\tInstrument-Agency(e2,e1)\n#               ...\n#     The file does not have to be sorted in any way.\n#     Repetitions of IDs are not allowed.\n#\n#     In case of problems, the checker outputs the problemtic line and its number.\n#     Finally, the total number of problems found is reported\n#     or a message is output saying that the file format is OK.\n#\n#     Participants are expected to check their output using this checker before submission.\n#\n#  Last modified: March 10, 2010\n#\n#\n\nuse strict;\n\n###############\n###   I/O   ###\n###############\n\nif ($#ARGV != 0) {\n\tdie \"Usage:\\nsemeval2010_task8_format_checker.pl <PROPOSED_ANSWERS>\\n\";\n}\n\nmy $INPUT_FILE_NAME = $ARGV[0];\n\n################\n###   MAIN   ###\n################\nmy %ids = ();\n\nmy $errCnt = 0;\nopen(INPUT, $INPUT_FILE_NAME) or die \"Failed to open $INPUT_FILE_NAME for text reading.\\n\";\nfor (my $lineNo = 1; <INPUT>; $lineNo++) {\n\tmy ($id, $label) = &getIDandLabel($_);\n\tif ($id < 0) {\n\t\ts/[\\n\\r]*$//;\n\t\tprint \"Bad file format on line $lineNo: '$_'\\n\";\n\t\t$errCnt++;\n\t}\n\telsif (defined $ids{$id}) {\n\t\ts/[\\n\\r]*$//;\n\t\tprint \"Bad file format on line $lineNo (ID $id is already defined): '$_'\\n\";\n\t\t$errCnt++;\n\t}\n\t$ids{$id}++;\n}\nclose(INPUT) or die \"Failed to close $INPUT_FILE_NAME.\\n\";\n\nif (0 == $errCnt) {\n\tprint \"\\n<<< The file format is OK.\\n\";\n}\nelse {\n\tprint \"\\n<<< The format is INCORRECT: $errCnt problematic line(s) found!\\n\";\n}\n\n\n################\n###   SUBS   ###\n################\n\nsub getIDandLabel() {\n\tmy $line = shift;\n\n\treturn (-1,()) if ($line !~ /^([0-9]+)\\t([^\\r]+)\\r?\\n$/);\n\tmy ($id, $label) = ($1, $2);\n\n    return ($id, '_Other') if ($label eq 'Other');\n\n\treturn ($id, $label)\n    if (($label eq 'Cause-Effect(e1,e2)')       || ($label eq 'Cause-Effect(e2,e1)')       ||\n\t\t($label eq 'Component-Whole(e1,e2)')    || ($label eq 'Component-Whole(e2,e1)')    ||\n\t\t($label eq 'Content-Container(e1,e2)')  || ($label eq 'Content-Container(e2,e1)')  ||\n\t\t($label eq 'Entity-Destination(e1,e2)') || ($label eq 'Entity-Destination(e2,e1)') ||\n\t\t($label eq 'Entity-Origin(e1,e2)')      || ($label eq 'Entity-Origin(e2,e1)')      ||\n\t\t($label eq 'Instrument-Agency(e1,e2)')  || ($label eq 'Instrument-Agency(e2,e1)')  ||\n\t\t($label eq 'Member-Collection(e1,e2)')  || ($label eq 'Member-Collection(e2,e1)')  ||\n\t\t($label eq 'Message-Topic(e1,e2)')      || ($label eq 'Message-Topic(e2,e1)')      ||\n\t\t($label eq 'Product-Producer(e1,e2)')   || ($label eq 'Product-Producer(e2,e1)'));\n\t\n\treturn (-1, ());\n}\n"
  },
  {
    "path": "semeval/semeval2010_task8_scorer-v1.2.pl",
    "content": "#!/usr/bin/perl -w\n#\n#\n#  Author: Preslav Nakov\n#          nakov@comp.nus.edu.sg\n#          National University of Singapore\n#\n#  WHAT: This is the official scorer for SemEval-2010 Task #8.\n#\n#\n#  Last modified: March 22, 2010\n#\n#  Current version: 1.2\n#\n#  Revision history:\n#    - Version 1.2 (fixed a bug in the precision for the scoring of (iii))\n#    - Version 1.1 (fixed a bug in the calculation of accuracy)\n#\n#\n#  Use:\n#     semeval2010_task8_scorer-v1.1.pl <PROPOSED_ANSWERS> <ANSWER_KEY>\n#\n#  Example2:\n#     semeval2010_task8_scorer-v1.1.pl proposed_answer1.txt answer_key1.txt > result_scores1.txt\n#     semeval2010_task8_scorer-v1.1.pl proposed_answer2.txt answer_key2.txt > result_scores2.txt\n#     semeval2010_task8_scorer-v1.1.pl proposed_answer3.txt answer_key3.txt > result_scores3.txt\n#\n#  Description:\n#     The scorer takes as input a proposed classification file and an answer key file.\n#     Both files should contain one prediction per line in the format \"<SENT_ID>\t<RELATION>\"\n#     with a TAB as a separator, e.g.,\n#           1\tComponent-Whole(e2,e1)\n#           2\tOther\n#           3\tInstrument-Agency(e2,e1)\n#               ...\n#     The files do not have to be sorted in any way and the first file can have predictions\n#     for a subset of the IDs in the second file only, e.g., because hard examples have been skipped.\n#     Repetitions of IDs are not allowed in either of the files.\n#\n#     The scorer calculates and outputs the following statistics:\n#        (1) confusion matrix, which shows\n#           - the sums for each row/column: -SUM-\n#           - the number of skipped examples: skip\n#           - the number of examples with correct relation, but wrong directionality: xDIRx\n#           - the number of examples in the answer key file: ACTUAL ( = -SUM- + skip + xDIRx )\n#        (2) accuracy and coverage\n#        (3) precision (P), recall (R), and F1-score for each relation\n#        (4) micro-averaged P, R, F1, where the calculations ignore the Other category.\n#        (5) macro-averaged P, R, F1, where the calculations ignore the Other category.\n#\n#     Note that in scores (4) and (5), skipped examples are equivalent to those classified as Other.\n#     So are examples classified as relations that do not exist in the key file (which is probably not optimal).\n#\n#     The scoring is done three times:\n#       (i)   as a (2*9+1)-way classification\n#       (ii)  as a (9+1)-way classification, with directionality ignored\n#       (iii) as a (9+1)-way classification, with directionality taken into account.\n#     \n#     The official score is the macro-averaged F1-score for (iii).\n#\n\nuse strict;\n\n\n###############\n###   I/O   ###\n###############\n\nif ($#ARGV != 1) {\n\tdie \"Usage:\\nsemeval2010_task8_scorer.pl <PROPOSED_ANSWERS> <ANSWER_KEY>\\n\";\n}\n\nmy $PROPOSED_ANSWERS_FILE_NAME = $ARGV[0];\nmy $ANSWER_KEYS_FILE_NAME      = $ARGV[1];\n\n\n################\n###   MAIN   ###\n################\n\nmy (%confMatrix19way, %confMatrix10wayNoDir, %confMatrix10wayWithDir) = ();\nmy (%idsProposed, %idsAnswer) = ();\nmy (%allLabels19waylAnswer, %allLabels10wayAnswer) = ();\nmy (%allLabels19wayProposed, %allLabels10wayNoDirProposed, %allLabels10wayWithDirProposed) = ();\n\n### 1. Read the file contents\nmy $totalProposed = &readFileIntoHash($PROPOSED_ANSWERS_FILE_NAME, \\%idsProposed);\nmy $totalAnswer = &readFileIntoHash($ANSWER_KEYS_FILE_NAME, \\%idsAnswer);\n\n### 2. Calculate the confusion matrices\nforeach my $id (keys %idsProposed) {\n\n\t### 2.1. Unexpected IDs are not allowed\n\tdie \"File $PROPOSED_ANSWERS_FILE_NAME contains a bad ID: '$id'\"\n\t\tif (!defined($idsAnswer{$id}));\n\n\t### 2.2. Update the 19-way confusion matrix\n\tmy $labelProposed = $idsProposed{$id};\n\tmy $labelAnswer   = $idsAnswer{$id};\n\t$confMatrix19way{$labelProposed}{$labelAnswer}++;\n\t$allLabels19wayProposed{$labelProposed}++;\n\n\t### 2.3. Update the 10-way confusion matrix *without* direction\n\tmy $labelProposedNoDir = $labelProposed;\n\tmy $labelAnswerNoDir   = $labelAnswer;\n\t$labelProposedNoDir =~ s/\\(e[12],e[12]\\)[\\n\\r]*$//;\n\t$labelAnswerNoDir =~ s/\\(e[12],e[12]\\)[\\n\\r]*$//;\n\t$confMatrix10wayNoDir{$labelProposedNoDir}{$labelAnswerNoDir}++;\n\t$allLabels10wayNoDirProposed{$labelProposedNoDir}++;\n\n\t### 2.4. Update the 10-way confusion matrix *with* direction\n\tif ($labelProposed eq $labelAnswer) { ## both relation and direction match\n\t\t$confMatrix10wayWithDir{$labelProposedNoDir}{$labelAnswerNoDir}++;\n\t\t$allLabels10wayWithDirProposed{$labelProposedNoDir}++;\n\t}\n\telsif ($labelProposedNoDir eq $labelAnswerNoDir) { ## the relations match, but the direction is wrong\n\t\t$confMatrix10wayWithDir{'WRONG_DIR'}{$labelAnswerNoDir}++;\n\t\t$allLabels10wayWithDirProposed{'WRONG_DIR'}++;\n\t}\n\telse { ### Wrong relation\n\t\t$confMatrix10wayWithDir{$labelProposedNoDir}{$labelAnswerNoDir}++;\n\t\t$allLabels10wayWithDirProposed{$labelProposedNoDir}++;\n\t}\n}\n\n### 3. Calculate the ground truth distributions\nforeach my $id (keys %idsAnswer) {\n\n\t### 3.1. Update the 19-way answer distribution\n\tmy $labelAnswer = $idsAnswer{$id};\n\t$allLabels19waylAnswer{$labelAnswer}++;\n\n\t### 3.2. Update the 10-way answer distribution\n\tmy $labelAnswerNoDir = $labelAnswer;\n\t$labelAnswerNoDir =~ s/\\(e[12],e[12]\\)[\\n\\r]*$//;\n\t$allLabels10wayAnswer{$labelAnswerNoDir}++;\n}\n\n### 4. Check for proposed classes that are not contained in the answer key file: this may happen in cross-validation\nforeach my $labelProposed (sort keys %allLabels19wayProposed) {\n\tif (!defined($allLabels19waylAnswer{$labelProposed})) {\n\t\tprint \"!!!WARNING!!! The proposed file contains $allLabels19wayProposed{$labelProposed} label(s) of type '$labelProposed', which is NOT present in the key file.\\n\\n\";\n\t}\n}\n\n### 4. 19-way evaluation with directionality\nprint \"<<< (2*9+1)-WAY EVALUATION (USING DIRECTIONALITY)>>>:\\n\\n\";\n&evaluate(\\%confMatrix19way, \\%allLabels19wayProposed, \\%allLabels19waylAnswer, $totalProposed, $totalAnswer, 0);\n\n### 5. Evaluate without directionality\nprint \"<<< (9+1)-WAY EVALUATION IGNORING DIRECTIONALITY >>>:\\n\\n\";\n&evaluate(\\%confMatrix10wayNoDir, \\%allLabels10wayNoDirProposed, \\%allLabels10wayAnswer, $totalProposed, $totalAnswer, 0);\n\n### 6. Evaluate without directionality\nprint \"<<< (9+1)-WAY EVALUATION TAKING DIRECTIONALITY INTO ACCOUNT -- OFFICIAL >>>:\\n\\n\";\nmy $officialScore = &evaluate(\\%confMatrix10wayWithDir, \\%allLabels10wayWithDirProposed, \\%allLabels10wayAnswer, $totalProposed, $totalAnswer, 1);\n\n### 7. Output the official score\nprintf \"<<< The official score is (9+1)-way evaluation with directionality taken into account: macro-averaged F1 = %0.2f%s >>>\\n\", $officialScore, '%';\n\n\n################\n###   SUBS   ###\n################\n\nsub getIDandLabel() {\n\tmy $line = shift;\n\treturn (-1,()) if ($line !~ /^([0-9]+)\\t([^\\r]+)\\r?\\n$/);\n\n\tmy ($id, $label) = ($1, $2);\n\n    return ($id, '_Other') if ($label eq 'Other');\n\n\treturn ($id, $label)\n    if (($label eq 'Cause-Effect(e1,e2)')       || ($label eq 'Cause-Effect(e2,e1)')       ||\n\t\t($label eq 'Component-Whole(e1,e2)')    || ($label eq 'Component-Whole(e2,e1)')    ||\n\t\t($label eq 'Content-Container(e1,e2)')  || ($label eq 'Content-Container(e2,e1)')  ||\n\t\t($label eq 'Entity-Destination(e1,e2)') || ($label eq 'Entity-Destination(e2,e1)') ||\n\t\t($label eq 'Entity-Origin(e1,e2)')      || ($label eq 'Entity-Origin(e2,e1)')      ||\n\t\t($label eq 'Instrument-Agency(e1,e2)')  || ($label eq 'Instrument-Agency(e2,e1)')  ||\n\t\t($label eq 'Member-Collection(e1,e2)')  || ($label eq 'Member-Collection(e2,e1)')  ||\n\t\t($label eq 'Message-Topic(e1,e2)')      || ($label eq 'Message-Topic(e2,e1)')      ||\n\t\t($label eq 'Product-Producer(e1,e2)')   || ($label eq 'Product-Producer(e2,e1)'));\n\t\n\treturn (-1, ());\n}\n\n\nsub readFileIntoHash() {\n\tmy ($fname, $ids) = @_;\n\topen(INPUT, $fname) or die \"Failed to open $fname for text reading.\\n\";\n\tmy $lineNo = 0;\n\twhile (<INPUT>) {\n\t\t$lineNo++;\n\t\tmy ($id, $label) = &getIDandLabel($_);\n\t\tdie \"Bad file format on line $lineNo: '$_'\\n\" if ($id < 0);\n\t\tif (defined $$ids{$id}) {\n\t\t\ts/[\\n\\r]*$//;\n\t\t\tdie \"Bad file format on line $lineNo (ID $id is already defined): '$_'\\n\";\n\t\t}\n\t\t$$ids{$id} = $label;\n\t}\n\tclose(INPUT) or die \"Failed to close $fname.\\n\";\n\treturn $lineNo;\n}\n\n\nsub evaluate() {\n\tmy ($confMatrix, $allLabelsProposed, $allLabelsAnswer, $totalProposed, $totalAnswer, $useWrongDir) = @_;\n\n\t### 0. Create a merged list for the confusion matrix\n\tmy @allLabels = ();\n\t&mergeLabelLists($allLabelsAnswer, $allLabelsProposed, \\@allLabels);\n\n\t### 1. Print the confusion matrix heading\n\tprint \"Confusion matrix:\\n\";\n\tprint \"       \";\n\tforeach my $label (@allLabels) {\n\t\tprintf \" %4s\", &getShortRelName($label, $allLabelsAnswer);\n\t}\n\tprint \" <-- classified as\\n\";\n\tprint \"      +\";\n\tforeach my $label (@allLabels) {\n\t\tprint \"-----\";\n\t}\n\tif ($useWrongDir) {\n\t\tprint \"+ -SUM- xDIRx skip  ACTUAL\\n\";\n\t}\n\telse {\n\t\tprint \"+ -SUM- skip ACTUAL\\n\";\n\t}\n\n\t### 2. Print the rest of the confusion matrix\n\tmy $freqCorrect = 0;\n\tmy $ind = 1;\n\tmy $otherSkipped = 0;\n\tforeach my $labelAnswer (sort keys %{$allLabelsAnswer}) {\n\n\t\t### 2.1. Output the short relation label\n\t\tprintf \" %4s |\", &getShortRelName($labelAnswer, $allLabelsAnswer);\n\n\t\t### 2.2. Output a row of the confusion matrix\n\t\tmy $sumProposed = 0;\n\t\tforeach my $labelProposed (@allLabels) {\n\t\t\t$$confMatrix{$labelProposed}{$labelAnswer} = 0\n\t\t\t\tif (!defined($$confMatrix{$labelProposed}{$labelAnswer}));\n\t\t\tprintf \"%4d \", $$confMatrix{$labelProposed}{$labelAnswer};\n\t\t\t$sumProposed += $$confMatrix{$labelProposed}{$labelAnswer};\n\t\t}\n\n\t\t### 2.3. Output the horizontal sums\n\t\tif ($useWrongDir) {\n\t\t\tmy $ans = defined($$allLabelsAnswer{$labelAnswer}) ? $$allLabelsAnswer{$labelAnswer} : 0;\n\t\t\t$$confMatrix{'WRONG_DIR'}{$labelAnswer} = 0 if (!defined $$confMatrix{'WRONG_DIR'}{$labelAnswer});\n\t\t\tprintf \"| %4d  %4d  %4d %6d\\n\", $sumProposed, $$confMatrix{'WRONG_DIR'}{$labelAnswer}, $ans - $sumProposed - $$confMatrix{'WRONG_DIR'}{$labelAnswer}, $ans;\n\t\t\tif ($labelAnswer eq '_Other') {\n\t\t\t\t$otherSkipped = $ans - $sumProposed - $$confMatrix{'WRONG_DIR'}{$labelAnswer};\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tmy $ans = defined($$allLabelsAnswer{$labelAnswer}) ? $$allLabelsAnswer{$labelAnswer} : 0;\n\t\t\tprintf \"| %4d %4d %4d\\n\", $sumProposed, $ans - $sumProposed, $ans;\n\t\t\tif ($labelAnswer eq '_Other') {\n\t\t\t\t$otherSkipped = $ans - $sumProposed;\n\t\t\t}\n\t\t}\n\n\t\t$ind++;\n\n\t\t$$confMatrix{$labelAnswer}{$labelAnswer} = 0\n\t\t\tif (!defined($$confMatrix{$labelAnswer}{$labelAnswer}));\n\t\t$freqCorrect += $$confMatrix{$labelAnswer}{$labelAnswer};\n\t}\n\tprint \"      +\";\n\tforeach (@allLabels) {\n\t\tprint \"-----\";\n\t}\n\tprint \"+\\n\";\n\t\n\t### 3. Print the vertical sums\n\tprint \" -SUM- \";\n\tforeach my $labelProposed (@allLabels) {\n\t\t$$allLabelsProposed{$labelProposed} = 0\n\t\t\tif (!defined $$allLabelsProposed{$labelProposed});\n\t\tprintf \"%4d \", $$allLabelsProposed{$labelProposed};\n\t}\n\tif ($useWrongDir) {\n\t\tprintf \"  %4d  %4d  %4d %6d\\n\\n\", $totalProposed - $$allLabelsProposed{'WRONG_DIR'}, $$allLabelsProposed{'WRONG_DIR'}, $totalAnswer - $totalProposed, $totalAnswer;\n\t}\n\telse {\n\t\tprintf \"  %4d %4d %4d\\n\\n\", $totalProposed, $totalAnswer - $totalProposed, $totalAnswer;\n\t}\n\n\t### 4. Output the coverage\n\tmy $coverage = 100.0 * $totalProposed / $totalAnswer;\n\tprintf \"%s%d%s%d%s%5.2f%s\", 'Coverage = ', $totalProposed, '/', $totalAnswer, ' = ', $coverage, \"\\%\\n\";\n\n\t### 5. Output the accuracy\n\tmy $accuracy = 100.0 * $freqCorrect / $totalProposed;\n\tprintf \"%s%d%s%d%s%5.2f%s\", 'Accuracy (calculated for the above confusion matrix) = ', $freqCorrect, '/', $totalProposed, ' = ', $accuracy, \"\\%\\n\";\n\n\t### 6. Output the accuracy considering all skipped to be wrong\n\t$accuracy = 100.0 * $freqCorrect / $totalAnswer;\n\tprintf \"%s%d%s%d%s%5.2f%s\", 'Accuracy (considering all skipped examples as Wrong) = ', $freqCorrect, '/', $totalAnswer, ' = ', $accuracy, \"\\%\\n\";\n\n\t### 7. Calculate accuracy with all skipped examples considered Other\n\tmy $accuracyWithOther = 100.0 * ($freqCorrect + $otherSkipped) / $totalAnswer;\n\tprintf \"%s%d%s%d%s%5.2f%s\", 'Accuracy (considering all skipped examples as Other) = ', ($freqCorrect + $otherSkipped), '/', $totalAnswer, ' = ', $accuracyWithOther, \"\\%\\n\";\n\n\t### 8. Output P, R, F1 for each relation\n\tmy ($macroP, $macroR, $macroF1) = (0, 0, 0);\n\tmy ($microCorrect, $microProposed, $microAnswer) = (0, 0, 0);\n\tprint \"\\nResults for the individual relations:\\n\";\n\tforeach my $labelAnswer (sort keys %{$allLabelsAnswer}) {\n\n\t\t### 8.1. Consider all wrong directionalities as wrong classification decisions\n\t\tmy $wrongDirectionCnt = 0;\n\t\tif ($useWrongDir && defined $$confMatrix{'WRONG_DIR'}{$labelAnswer}) {\n\t\t\t$wrongDirectionCnt = $$confMatrix{'WRONG_DIR'}{$labelAnswer};\n\t\t}\n\n\t\t### 8.2. Prevent Perl complains about unintialized values\n\t\tif (!defined($$allLabelsProposed{$labelAnswer})) {\n\t\t\t$$allLabelsProposed{$labelAnswer} = 0;\n\t\t}\n\n\t\t### 8.3. Calculate P/R/F1\n\t\tmy $P  = (0 == $$allLabelsProposed{$labelAnswer}) ? 0\n\t\t\t\t: 100.0 * $$confMatrix{$labelAnswer}{$labelAnswer} / ($$allLabelsProposed{$labelAnswer} + $wrongDirectionCnt);\n\t\tmy $R  = (0 == $$allLabelsAnswer{$labelAnswer}) ? 0\n\t\t\t\t: 100.0 * $$confMatrix{$labelAnswer}{$labelAnswer} / $$allLabelsAnswer{$labelAnswer};\n\t\tmy $F1 = (0 == $P + $R) ? 0 : 2 * $P * $R / ($P + $R);\n\n\t\t### 8.4. Output P/R/F1\n\t\tif ($useWrongDir) {\n\t\t\tprintf \"%25s%s%4d%s(%4d +%4d)%s%6.2f\", $labelAnswer,\n\t\t\t\t\" :    P = \", $$confMatrix{$labelAnswer}{$labelAnswer}, '/', $$allLabelsProposed{$labelAnswer}, $wrongDirectionCnt, ' = ', $P;\n\t\t}\n\t\telse {\n\t\t\tprintf \"%25s%s%4d%s%4d%s%6.2f\", $labelAnswer,\n\t\t\t\t\" :    P = \", $$confMatrix{$labelAnswer}{$labelAnswer}, '/', ($$allLabelsProposed{$labelAnswer} + $wrongDirectionCnt), ' = ', $P;\n\t\t}\n\t\tprintf\"%s%4d%s%4d%s%6.2f%s%6.2f%s\\n\",\n\t\t  \t \"%     R = \", $$confMatrix{$labelAnswer}{$labelAnswer}, '/', $$allLabelsAnswer{$labelAnswer},   ' = ', $R,\n\t\t\t \"%     F1 = \", $F1, '%';\n\n\t\t### 8.5. Accumulate statistics for micro/macro-averaging\n\t\tif ($labelAnswer ne '_Other') {\n\t\t\t$macroP  += $P;\n\t\t\t$macroR  += $R;\n\t\t\t$macroF1 += $F1;\n\t\t\t$microCorrect += $$confMatrix{$labelAnswer}{$labelAnswer};\n\t\t\t$microProposed += $$allLabelsProposed{$labelAnswer} + $wrongDirectionCnt;\n\t\t\t$microAnswer += $$allLabelsAnswer{$labelAnswer};\n\t\t}\n\t}\n\n\t### 9. Output the micro-averaged P, R, F1\n\tmy $microP  = (0 == $microProposed)    ? 0 : 100.0 * $microCorrect / $microProposed;\n\tmy $microR  = (0 == $microAnswer)      ? 0 : 100.0 * $microCorrect / $microAnswer;\n\tmy $microF1 = (0 == $microP + $microR) ? 0 :   2.0 * $microP * $microR / ($microP + $microR);\n\tprint \"\\nMicro-averaged result (excluding Other):\\n\";\n\tprintf \"%s%4d%s%4d%s%6.2f%s%4d%s%4d%s%6.2f%s%6.2f%s\\n\",\n\t\t      \"P = \", $microCorrect, '/', $microProposed, ' = ', $microP,\n\t\t\"%     R = \", $microCorrect, '/', $microAnswer, ' = ', $microR,\n\t\t\"%     F1 = \", $microF1, '%';\n\n\t### 10. Output the macro-averaged P, R, F1\n\tmy $distinctLabelsCnt = keys %{$allLabelsAnswer}; \n\t## -1, if '_Other' exists\n\t$distinctLabelsCnt-- if (defined $$allLabelsAnswer{'_Other'});\n\n\t$macroP  /= $distinctLabelsCnt; # first divide by the number of non-Other categories\n\t$macroR  /= $distinctLabelsCnt;\n\t$macroF1 /= $distinctLabelsCnt;\n\tprint \"\\nMACRO-averaged result (excluding Other):\\n\";\n\tprintf \"%s%6.2f%s%6.2f%s%6.2f%s\\n\\n\\n\\n\", \"P = \", $macroP, \"%\\tR = \", $macroR, \"%\\tF1 = \", $macroF1, '%';\n\n\t### 11. Return the official score\n\treturn $macroF1;\n}\n\n\nsub getShortRelName() {\n\tmy ($relName, $hashToCheck) = @_;\n\treturn '_O_' if ($relName eq '_Other');\n\tdie \"relName='$relName'\" if ($relName !~ /^(.)[^\\-]+\\-(.)/);\n\tmy $result = (defined $$hashToCheck{$relName}) ? \"$1\\-$2\" : \"*$1$2\";\n\tif ($relName =~ /\\(e([12])/) {\n\t\t$result .= $1;\n\t}\n\treturn $result;\n}\n\nsub mergeLabelLists() {\n\tmy ($hash1, $hash2, $mergedList) = @_;\n\tforeach my $key (sort keys %{$hash1}) {\n\t\tpush @{$mergedList}, $key if ($key ne 'WRONG_DIR');\n\t}\n\tforeach my $key (sort keys %{$hash2}) {\n\t\tpush @{$mergedList}, $key if (($key ne 'WRONG_DIR') && !defined($$hash1{$key}));\n\t}\n}\n"
  },
  {
    "path": "semeval/test.sh",
    "content": "#!/bin/bash\n\npython convert_to_rel.py\n./semeval2010_task8_scorer-v1.2.pl sem_res.txt test_keys.txt > res.txt\necho \"the results save in res.txt\"\n"
  },
  {
    "path": "semeval/test_keys.txt",
    "content": "8001\tMessage-Topic(e1,e2)\n8002\tProduct-Producer(e2,e1)\n8003\tInstrument-Agency(e2,e1)\n8004\tEntity-Destination(e1,e2)\n8005\tCause-Effect(e2,e1)\n8006\tComponent-Whole(e1,e2)\n8007\tProduct-Producer(e1,e2)\n8008\tMember-Collection(e2,e1)\n8009\tComponent-Whole(e1,e2)\n8010\tMessage-Topic(e1,e2)\n8011\tEntity-Destination(e1,e2)\n8012\tOther\n8013\tEntity-Destination(e1,e2)\n8014\tProduct-Producer(e1,e2)\n8015\tEntity-Origin(e1,e2)\n8016\tEntity-Origin(e1,e2)\n8017\tEntity-Destination(e1,e2)\n8018\tOther\n8019\tMember-Collection(e2,e1)\n8020\tProduct-Producer(e1,e2)\n8021\tMessage-Topic(e1,e2)\n8022\tContent-Container(e1,e2)\n8023\tProduct-Producer(e1,e2)\n8024\tOther\n8025\tEntity-Origin(e2,e1)\n8026\tProduct-Producer(e1,e2)\n8027\tCause-Effect(e2,e1)\n8028\tOther\n8029\tOther\n8030\tEntity-Origin(e1,e2)\n8031\tCause-Effect(e1,e2)\n8032\tMessage-Topic(e1,e2)\n8033\tComponent-Whole(e1,e2)\n8034\tProduct-Producer(e1,e2)\n8035\tComponent-Whole(e1,e2)\n8036\tComponent-Whole(e2,e1)\n8037\tMember-Collection(e2,e1)\n8038\tContent-Container(e2,e1)\n8039\tMember-Collection(e2,e1)\n8040\tProduct-Producer(e1,e2)\n8041\tCause-Effect(e1,e2)\n8042\tComponent-Whole(e2,e1)\n8043\tCause-Effect(e1,e2)\n8044\tEntity-Destination(e1,e2)\n8045\tEntity-Origin(e1,e2)\n8046\tContent-Container(e1,e2)\n8047\tOther\n8048\tEntity-Destination(e1,e2)\n8049\tMessage-Topic(e1,e2)\n8050\tOther\n8051\tEntity-Destination(e1,e2)\n8052\tOther\n8053\tMember-Collection(e2,e1)\n8054\tOther\n8055\tCause-Effect(e1,e2)\n8056\tEntity-Origin(e1,e2)\n8057\tOther\n8058\tCause-Effect(e1,e2)\n8059\tOther\n8060\tComponent-Whole(e2,e1)\n8061\tEntity-Origin(e2,e1)\n8062\tProduct-Producer(e1,e2)\n8063\tInstrument-Agency(e2,e1)\n8064\tComponent-Whole(e1,e2)\n8065\tEntity-Destination(e1,e2)\n8066\tProduct-Producer(e2,e1)\n8067\tOther\n8068\tOther\n8069\tMessage-Topic(e1,e2)\n8070\tProduct-Producer(e1,e2)\n8071\tOther\n8072\tEntity-Origin(e1,e2)\n8073\tCause-Effect(e2,e1)\n8074\tEntity-Origin(e1,e2)\n8075\tOther\n8076\tProduct-Producer(e1,e2)\n8077\tOther\n8078\tInstrument-Agency(e2,e1)\n8079\tEntity-Destination(e1,e2)\n8080\tProduct-Producer(e2,e1)\n8081\tComponent-Whole(e1,e2)\n8082\tComponent-Whole(e1,e2)\n8083\tCause-Effect(e1,e2)\n8084\tComponent-Whole(e1,e2)\n8085\tMessage-Topic(e1,e2)\n8086\tInstrument-Agency(e2,e1)\n8087\tMessage-Topic(e1,e2)\n8088\tProduct-Producer(e2,e1)\n8089\tEntity-Origin(e2,e1)\n8090\tMessage-Topic(e1,e2)\n8091\tEntity-Origin(e1,e2)\n8092\tOther\n8093\tComponent-Whole(e1,e2)\n8094\tComponent-Whole(e1,e2)\n8095\tOther\n8096\tEntity-Destination(e1,e2)\n8097\tMessage-Topic(e1,e2)\n8098\tComponent-Whole(e1,e2)\n8099\tEntity-Destination(e1,e2)\n8100\tMessage-Topic(e1,e2)\n8101\tMessage-Topic(e1,e2)\n8102\tComponent-Whole(e2,e1)\n8103\tEntity-Origin(e1,e2)\n8104\tMessage-Topic(e1,e2)\n8105\tCause-Effect(e2,e1)\n8106\tOther\n8107\tCause-Effect(e2,e1)\n8108\tCause-Effect(e1,e2)\n8109\tComponent-Whole(e2,e1)\n8110\tMember-Collection(e2,e1)\n8111\tOther\n8112\tContent-Container(e1,e2)\n8113\tOther\n8114\tProduct-Producer(e2,e1)\n8115\tOther\n8116\tCause-Effect(e2,e1)\n8117\tProduct-Producer(e1,e2)\n8118\tCause-Effect(e1,e2)\n8119\tMember-Collection(e2,e1)\n8120\tComponent-Whole(e2,e1)\n8121\tEntity-Destination(e1,e2)\n8122\tInstrument-Agency(e2,e1)\n8123\tOther\n8124\tOther\n8125\tMessage-Topic(e1,e2)\n8126\tEntity-Origin(e2,e1)\n8127\tEntity-Origin(e2,e1)\n8128\tOther\n8129\tComponent-Whole(e2,e1)\n8130\tContent-Container(e1,e2)\n8131\tInstrument-Agency(e1,e2)\n8132\tMessage-Topic(e1,e2)\n8133\tComponent-Whole(e1,e2)\n8134\tOther\n8135\tContent-Container(e1,e2)\n8136\tInstrument-Agency(e2,e1)\n8137\tComponent-Whole(e1,e2)\n8138\tMember-Collection(e2,e1)\n8139\tEntity-Origin(e1,e2)\n8140\tMember-Collection(e2,e1)\n8141\tInstrument-Agency(e2,e1)\n8142\tEntity-Origin(e1,e2)\n8143\tOther\n8144\tEntity-Origin(e1,e2)\n8145\tMember-Collection(e2,e1)\n8146\tInstrument-Agency(e2,e1)\n8147\tContent-Container(e1,e2)\n8148\tMessage-Topic(e2,e1)\n8149\tOther\n8150\tProduct-Producer(e2,e1)\n8151\tProduct-Producer(e1,e2)\n8152\tMember-Collection(e2,e1)\n8153\tMember-Collection(e2,e1)\n8154\tMessage-Topic(e1,e2)\n8155\tMessage-Topic(e1,e2)\n8156\tProduct-Producer(e2,e1)\n8157\tOther\n8158\tComponent-Whole(e1,e2)\n8159\tCause-Effect(e1,e2)\n8160\tMessage-Topic(e2,e1)\n8161\tMessage-Topic(e1,e2)\n8162\tEntity-Origin(e1,e2)\n8163\tEntity-Origin(e1,e2)\n8164\tProduct-Producer(e2,e1)\n8165\tEntity-Destination(e1,e2)\n8166\tContent-Container(e1,e2)\n8167\tMember-Collection(e2,e1)\n8168\tComponent-Whole(e2,e1)\n8169\tEntity-Origin(e1,e2)\n8170\tInstrument-Agency(e2,e1)\n8171\tEntity-Destination(e1,e2)\n8172\tMember-Collection(e1,e2)\n8173\tOther\n8174\tOther\n8175\tCause-Effect(e2,e1)\n8176\tProduct-Producer(e1,e2)\n8177\tEntity-Destination(e1,e2)\n8178\tEntity-Origin(e1,e2)\n8179\tInstrument-Agency(e2,e1)\n8180\tMessage-Topic(e1,e2)\n8181\tEntity-Destination(e1,e2)\n8182\tContent-Container(e1,e2)\n8183\tOther\n8184\tProduct-Producer(e2,e1)\n8185\tOther\n8186\tMember-Collection(e2,e1)\n8187\tEntity-Destination(e1,e2)\n8188\tProduct-Producer(e1,e2)\n8189\tMessage-Topic(e2,e1)\n8190\tInstrument-Agency(e2,e1)\n8191\tCause-Effect(e1,e2)\n8192\tOther\n8193\tMessage-Topic(e1,e2)\n8194\tComponent-Whole(e2,e1)\n8195\tMessage-Topic(e2,e1)\n8196\tOther\n8197\tEntity-Origin(e2,e1)\n8198\tEntity-Destination(e1,e2)\n8199\tEntity-Destination(e1,e2)\n8200\tProduct-Producer(e1,e2)\n8201\tComponent-Whole(e1,e2)\n8202\tContent-Container(e1,e2)\n8203\tOther\n8204\tCause-Effect(e2,e1)\n8205\tEntity-Destination(e1,e2)\n8206\tComponent-Whole(e1,e2)\n8207\tComponent-Whole(e2,e1)\n8208\tContent-Container(e2,e1)\n8209\tMember-Collection(e2,e1)\n8210\tMember-Collection(e2,e1)\n8211\tComponent-Whole(e1,e2)\n8212\tEntity-Origin(e1,e2)\n8213\tContent-Container(e1,e2)\n8214\tInstrument-Agency(e2,e1)\n8215\tEntity-Origin(e2,e1)\n8216\tContent-Container(e2,e1)\n8217\tContent-Container(e1,e2)\n8218\tOther\n8219\tCause-Effect(e2,e1)\n8220\tMessage-Topic(e1,e2)\n8221\tContent-Container(e1,e2)\n8222\tEntity-Origin(e1,e2)\n8223\tMessage-Topic(e1,e2)\n8224\tMessage-Topic(e2,e1)\n8225\tOther\n8226\tOther\n8227\tContent-Container(e1,e2)\n8228\tMember-Collection(e2,e1)\n8229\tProduct-Producer(e1,e2)\n8230\tOther\n8231\tEntity-Origin(e1,e2)\n8232\tComponent-Whole(e2,e1)\n8233\tMessage-Topic(e1,e2)\n8234\tCause-Effect(e2,e1)\n8235\tComponent-Whole(e1,e2)\n8236\tCause-Effect(e2,e1)\n8237\tOther\n8238\tComponent-Whole(e1,e2)\n8239\tCause-Effect(e1,e2)\n8240\tCause-Effect(e1,e2)\n8241\tProduct-Producer(e1,e2)\n8242\tEntity-Destination(e1,e2)\n8243\tComponent-Whole(e1,e2)\n8244\tOther\n8245\tOther\n8246\tProduct-Producer(e2,e1)\n8247\tContent-Container(e1,e2)\n8248\tComponent-Whole(e1,e2)\n8249\tEntity-Origin(e1,e2)\n8250\tEntity-Destination(e1,e2)\n8251\tComponent-Whole(e1,e2)\n8252\tEntity-Origin(e1,e2)\n8253\tCause-Effect(e1,e2)\n8254\tComponent-Whole(e1,e2)\n8255\tOther\n8256\tOther\n8257\tCause-Effect(e2,e1)\n8258\tProduct-Producer(e1,e2)\n8259\tComponent-Whole(e2,e1)\n8260\tInstrument-Agency(e2,e1)\n8261\tMessage-Topic(e1,e2)\n8262\tEntity-Destination(e1,e2)\n8263\tEntity-Origin(e2,e1)\n8264\tMessage-Topic(e2,e1)\n8265\tCause-Effect(e2,e1)\n8266\tEntity-Destination(e1,e2)\n8267\tMessage-Topic(e1,e2)\n8268\tComponent-Whole(e2,e1)\n8269\tOther\n8270\tEntity-Destination(e1,e2)\n8271\tOther\n8272\tOther\n8273\tMessage-Topic(e2,e1)\n8274\tMember-Collection(e2,e1)\n8275\tOther\n8276\tEntity-Destination(e1,e2)\n8277\tMessage-Topic(e1,e2)\n8278\tInstrument-Agency(e2,e1)\n8279\tProduct-Producer(e2,e1)\n8280\tProduct-Producer(e1,e2)\n8281\tMember-Collection(e1,e2)\n8282\tEntity-Destination(e1,e2)\n8283\tMember-Collection(e2,e1)\n8284\tOther\n8285\tMessage-Topic(e1,e2)\n8286\tContent-Container(e1,e2)\n8287\tMember-Collection(e2,e1)\n8288\tCause-Effect(e2,e1)\n8289\tOther\n8290\tMessage-Topic(e1,e2)\n8291\tContent-Container(e1,e2)\n8292\tMessage-Topic(e1,e2)\n8293\tComponent-Whole(e1,e2)\n8294\tOther\n8295\tEntity-Origin(e1,e2)\n8296\tEntity-Origin(e1,e2)\n8297\tEntity-Destination(e1,e2)\n8298\tEntity-Destination(e1,e2)\n8299\tEntity-Destination(e1,e2)\n8300\tProduct-Producer(e2,e1)\n8301\tOther\n8302\tInstrument-Agency(e2,e1)\n8303\tComponent-Whole(e2,e1)\n8304\tOther\n8305\tProduct-Producer(e2,e1)\n8306\tMessage-Topic(e1,e2)\n8307\tProduct-Producer(e1,e2)\n8308\tOther\n8309\tMessage-Topic(e1,e2)\n8310\tProduct-Producer(e2,e1)\n8311\tOther\n8312\tCause-Effect(e2,e1)\n8313\tMessage-Topic(e1,e2)\n8314\tProduct-Producer(e1,e2)\n8315\tMessage-Topic(e2,e1)\n8316\tMember-Collection(e2,e1)\n8317\tContent-Container(e1,e2)\n8318\tContent-Container(e1,e2)\n8319\tEntity-Destination(e1,e2)\n8320\tInstrument-Agency(e2,e1)\n8321\tEntity-Destination(e1,e2)\n8322\tMember-Collection(e2,e1)\n8323\tMember-Collection(e1,e2)\n8324\tEntity-Destination(e1,e2)\n8325\tContent-Container(e2,e1)\n8326\tOther\n8327\tMessage-Topic(e2,e1)\n8328\tMessage-Topic(e1,e2)\n8329\tMessage-Topic(e1,e2)\n8330\tProduct-Producer(e1,e2)\n8331\tMember-Collection(e2,e1)\n8332\tMessage-Topic(e1,e2)\n8333\tMessage-Topic(e2,e1)\n8334\tCause-Effect(e2,e1)\n8335\tMember-Collection(e2,e1)\n8336\tOther\n8337\tOther\n8338\tMessage-Topic(e1,e2)\n8339\tOther\n8340\tContent-Container(e1,e2)\n8341\tMessage-Topic(e1,e2)\n8342\tOther\n8343\tInstrument-Agency(e2,e1)\n8344\tEntity-Destination(e1,e2)\n8345\tContent-Container(e1,e2)\n8346\tContent-Container(e2,e1)\n8347\tOther\n8348\tOther\n8349\tMember-Collection(e2,e1)\n8350\tComponent-Whole(e2,e1)\n8351\tContent-Container(e1,e2)\n8352\tMember-Collection(e2,e1)\n8353\tMessage-Topic(e1,e2)\n8354\tMessage-Topic(e2,e1)\n8355\tContent-Container(e1,e2)\n8356\tOther\n8357\tCause-Effect(e1,e2)\n8358\tInstrument-Agency(e2,e1)\n8359\tMember-Collection(e2,e1)\n8360\tComponent-Whole(e2,e1)\n8361\tCause-Effect(e2,e1)\n8362\tOther\n8363\tEntity-Origin(e1,e2)\n8364\tInstrument-Agency(e2,e1)\n8365\tProduct-Producer(e1,e2)\n8366\tMessage-Topic(e1,e2)\n8367\tEntity-Destination(e1,e2)\n8368\tEntity-Destination(e1,e2)\n8369\tMember-Collection(e1,e2)\n8370\tOther\n8371\tComponent-Whole(e1,e2)\n8372\tOther\n8373\tCause-Effect(e2,e1)\n8374\tProduct-Producer(e2,e1)\n8375\tEntity-Destination(e1,e2)\n8376\tEntity-Destination(e1,e2)\n8377\tCause-Effect(e1,e2)\n8378\tProduct-Producer(e2,e1)\n8379\tOther\n8380\tOther\n8381\tInstrument-Agency(e1,e2)\n8382\tCause-Effect(e2,e1)\n8383\tEntity-Destination(e1,e2)\n8384\tOther\n8385\tEntity-Origin(e1,e2)\n8386\tComponent-Whole(e2,e1)\n8387\tProduct-Producer(e2,e1)\n8388\tComponent-Whole(e1,e2)\n8389\tMessage-Topic(e1,e2)\n8390\tOther\n8391\tOther\n8392\tComponent-Whole(e2,e1)\n8393\tEntity-Origin(e1,e2)\n8394\tEntity-Origin(e1,e2)\n8395\tComponent-Whole(e1,e2)\n8396\tOther\n8397\tOther\n8398\tEntity-Destination(e1,e2)\n8399\tInstrument-Agency(e2,e1)\n8400\tOther\n8401\tEntity-Destination(e1,e2)\n8402\tCause-Effect(e2,e1)\n8403\tCause-Effect(e2,e1)\n8404\tCause-Effect(e2,e1)\n8405\tCause-Effect(e2,e1)\n8406\tComponent-Whole(e1,e2)\n8407\tOther\n8408\tEntity-Origin(e2,e1)\n8409\tCause-Effect(e2,e1)\n8410\tEntity-Destination(e1,e2)\n8411\tEntity-Origin(e1,e2)\n8412\tContent-Container(e2,e1)\n8413\tComponent-Whole(e1,e2)\n8414\tEntity-Destination(e1,e2)\n8415\tMember-Collection(e2,e1)\n8416\tComponent-Whole(e2,e1)\n8417\tCause-Effect(e1,e2)\n8418\tEntity-Destination(e1,e2)\n8419\tContent-Container(e2,e1)\n8420\tMessage-Topic(e1,e2)\n8421\tComponent-Whole(e1,e2)\n8422\tComponent-Whole(e2,e1)\n8423\tEntity-Destination(e1,e2)\n8424\tInstrument-Agency(e2,e1)\n8425\tOther\n8426\tOther\n8427\tComponent-Whole(e1,e2)\n8428\tProduct-Producer(e1,e2)\n8429\tComponent-Whole(e1,e2)\n8430\tEntity-Origin(e1,e2)\n8431\tComponent-Whole(e2,e1)\n8432\tOther\n8433\tMember-Collection(e2,e1)\n8434\tOther\n8435\tOther\n8436\tOther\n8437\tMessage-Topic(e2,e1)\n8438\tComponent-Whole(e2,e1)\n8439\tCause-Effect(e2,e1)\n8440\tMessage-Topic(e1,e2)\n8441\tProduct-Producer(e2,e1)\n8442\tComponent-Whole(e1,e2)\n8443\tComponent-Whole(e1,e2)\n8444\tComponent-Whole(e2,e1)\n8445\tContent-Container(e1,e2)\n8446\tProduct-Producer(e1,e2)\n8447\tOther\n8448\tOther\n8449\tEntity-Origin(e1,e2)\n8450\tOther\n8451\tOther\n8452\tMember-Collection(e2,e1)\n8453\tEntity-Origin(e1,e2)\n8454\tProduct-Producer(e2,e1)\n8455\tCause-Effect(e2,e1)\n8456\tEntity-Destination(e1,e2)\n8457\tEntity-Destination(e1,e2)\n8458\tProduct-Producer(e1,e2)\n8459\tInstrument-Agency(e2,e1)\n8460\tEntity-Destination(e1,e2)\n8461\tOther\n8462\tProduct-Producer(e2,e1)\n8463\tEntity-Destination(e1,e2)\n8464\tEntity-Destination(e1,e2)\n8465\tContent-Container(e1,e2)\n8466\tOther\n8467\tEntity-Destination(e1,e2)\n8468\tEntity-Destination(e1,e2)\n8469\tEntity-Origin(e1,e2)\n8470\tComponent-Whole(e1,e2)\n8471\tCause-Effect(e1,e2)\n8472\tComponent-Whole(e1,e2)\n8473\tCause-Effect(e2,e1)\n8474\tContent-Container(e1,e2)\n8475\tOther\n8476\tCause-Effect(e1,e2)\n8477\tOther\n8478\tEntity-Origin(e1,e2)\n8479\tMessage-Topic(e1,e2)\n8480\tMessage-Topic(e1,e2)\n8481\tEntity-Destination(e1,e2)\n8482\tOther\n8483\tProduct-Producer(e1,e2)\n8484\tOther\n8485\tProduct-Producer(e1,e2)\n8486\tCause-Effect(e1,e2)\n8487\tOther\n8488\tProduct-Producer(e1,e2)\n8489\tCause-Effect(e2,e1)\n8490\tContent-Container(e1,e2)\n8491\tOther\n8492\tMember-Collection(e2,e1)\n8493\tCause-Effect(e2,e1)\n8494\tCause-Effect(e2,e1)\n8495\tMessage-Topic(e2,e1)\n8496\tEntity-Destination(e1,e2)\n8497\tEntity-Origin(e1,e2)\n8498\tCause-Effect(e1,e2)\n8499\tComponent-Whole(e1,e2)\n8500\tCause-Effect(e1,e2)\n8501\tMessage-Topic(e2,e1)\n8502\tContent-Container(e1,e2)\n8503\tCause-Effect(e2,e1)\n8504\tEntity-Origin(e1,e2)\n8505\tContent-Container(e1,e2)\n8506\tEntity-Destination(e1,e2)\n8507\tMember-Collection(e2,e1)\n8508\tOther\n8509\tCause-Effect(e2,e1)\n8510\tOther\n8511\tInstrument-Agency(e2,e1)\n8512\tCause-Effect(e1,e2)\n8513\tOther\n8514\tMessage-Topic(e1,e2)\n8515\tOther\n8516\tOther\n8517\tEntity-Origin(e1,e2)\n8518\tEntity-Origin(e2,e1)\n8519\tProduct-Producer(e2,e1)\n8520\tCause-Effect(e2,e1)\n8521\tCause-Effect(e2,e1)\n8522\tOther\n8523\tCause-Effect(e2,e1)\n8524\tInstrument-Agency(e2,e1)\n8525\tEntity-Origin(e1,e2)\n8526\tEntity-Destination(e1,e2)\n8527\tComponent-Whole(e1,e2)\n8528\tContent-Container(e1,e2)\n8529\tEntity-Destination(e1,e2)\n8530\tProduct-Producer(e2,e1)\n8531\tComponent-Whole(e2,e1)\n8532\tOther\n8533\tProduct-Producer(e1,e2)\n8534\tCause-Effect(e1,e2)\n8535\tCause-Effect(e2,e1)\n8536\tCause-Effect(e1,e2)\n8537\tOther\n8538\tMember-Collection(e2,e1)\n8539\tMember-Collection(e1,e2)\n8540\tOther\n8541\tProduct-Producer(e1,e2)\n8542\tCause-Effect(e1,e2)\n8543\tEntity-Origin(e1,e2)\n8544\tMessage-Topic(e1,e2)\n8545\tInstrument-Agency(e2,e1)\n8546\tEntity-Origin(e1,e2)\n8547\tComponent-Whole(e1,e2)\n8548\tComponent-Whole(e2,e1)\n8549\tComponent-Whole(e1,e2)\n8550\tOther\n8551\tMessage-Topic(e2,e1)\n8552\tEntity-Destination(e1,e2)\n8553\tMessage-Topic(e1,e2)\n8554\tContent-Container(e1,e2)\n8555\tEntity-Origin(e2,e1)\n8556\tCause-Effect(e1,e2)\n8557\tEntity-Origin(e1,e2)\n8558\tEntity-Destination(e1,e2)\n8559\tProduct-Producer(e2,e1)\n8560\tOther\n8561\tComponent-Whole(e2,e1)\n8562\tEntity-Origin(e1,e2)\n8563\tMessage-Topic(e1,e2)\n8564\tMessage-Topic(e1,e2)\n8565\tOther\n8566\tEntity-Destination(e1,e2)\n8567\tInstrument-Agency(e2,e1)\n8568\tOther\n8569\tEntity-Origin(e1,e2)\n8570\tMember-Collection(e2,e1)\n8571\tOther\n8572\tMember-Collection(e2,e1)\n8573\tOther\n8574\tComponent-Whole(e1,e2)\n8575\tEntity-Destination(e1,e2)\n8576\tContent-Container(e1,e2)\n8577\tMember-Collection(e2,e1)\n8578\tMember-Collection(e2,e1)\n8579\tMessage-Topic(e1,e2)\n8580\tMessage-Topic(e1,e2)\n8581\tOther\n8582\tOther\n8583\tMember-Collection(e2,e1)\n8584\tComponent-Whole(e2,e1)\n8585\tMessage-Topic(e2,e1)\n8586\tComponent-Whole(e2,e1)\n8587\tEntity-Origin(e1,e2)\n8588\tMessage-Topic(e1,e2)\n8589\tMessage-Topic(e1,e2)\n8590\tMember-Collection(e2,e1)\n8591\tCause-Effect(e2,e1)\n8592\tOther\n8593\tProduct-Producer(e1,e2)\n8594\tEntity-Origin(e1,e2)\n8595\tProduct-Producer(e1,e2)\n8596\tCause-Effect(e1,e2)\n8597\tMessage-Topic(e1,e2)\n8598\tEntity-Destination(e1,e2)\n8599\tComponent-Whole(e2,e1)\n8600\tMember-Collection(e2,e1)\n8601\tProduct-Producer(e1,e2)\n8602\tCause-Effect(e2,e1)\n8603\tCause-Effect(e2,e1)\n8604\tMessage-Topic(e1,e2)\n8605\tComponent-Whole(e1,e2)\n8606\tEntity-Destination(e1,e2)\n8607\tOther\n8608\tCause-Effect(e2,e1)\n8609\tComponent-Whole(e2,e1)\n8610\tOther\n8611\tMessage-Topic(e1,e2)\n8612\tEntity-Origin(e1,e2)\n8613\tContent-Container(e2,e1)\n8614\tEntity-Origin(e1,e2)\n8615\tOther\n8616\tComponent-Whole(e1,e2)\n8617\tEntity-Origin(e1,e2)\n8618\tOther\n8619\tEntity-Destination(e1,e2)\n8620\tEntity-Origin(e1,e2)\n8621\tCause-Effect(e2,e1)\n8622\tComponent-Whole(e1,e2)\n8623\tCause-Effect(e1,e2)\n8624\tComponent-Whole(e1,e2)\n8625\tMessage-Topic(e1,e2)\n8626\tOther\n8627\tMember-Collection(e2,e1)\n8628\tOther\n8629\tMessage-Topic(e1,e2)\n8630\tEntity-Destination(e1,e2)\n8631\tEntity-Destination(e1,e2)\n8632\tComponent-Whole(e2,e1)\n8633\tCause-Effect(e1,e2)\n8634\tInstrument-Agency(e2,e1)\n8635\tEntity-Origin(e1,e2)\n8636\tContent-Container(e2,e1)\n8637\tInstrument-Agency(e2,e1)\n8638\tMember-Collection(e2,e1)\n8639\tEntity-Destination(e1,e2)\n8640\tEntity-Origin(e1,e2)\n8641\tCause-Effect(e2,e1)\n8642\tProduct-Producer(e2,e1)\n8643\tEntity-Destination(e1,e2)\n8644\tProduct-Producer(e2,e1)\n8645\tOther\n8646\tOther\n8647\tOther\n8648\tCause-Effect(e2,e1)\n8649\tMember-Collection(e1,e2)\n8650\tMessage-Topic(e1,e2)\n8651\tMessage-Topic(e1,e2)\n8652\tOther\n8653\tEntity-Origin(e1,e2)\n8654\tContent-Container(e1,e2)\n8655\tCause-Effect(e1,e2)\n8656\tMember-Collection(e2,e1)\n8657\tComponent-Whole(e1,e2)\n8658\tMessage-Topic(e1,e2)\n8659\tCause-Effect(e1,e2)\n8660\tMessage-Topic(e1,e2)\n8661\tProduct-Producer(e1,e2)\n8662\tMessage-Topic(e2,e1)\n8663\tEntity-Destination(e1,e2)\n8664\tProduct-Producer(e1,e2)\n8665\tComponent-Whole(e2,e1)\n8666\tComponent-Whole(e2,e1)\n8667\tComponent-Whole(e1,e2)\n8668\tOther\n8669\tMember-Collection(e2,e1)\n8670\tEntity-Destination(e1,e2)\n8671\tContent-Container(e1,e2)\n8672\tMessage-Topic(e1,e2)\n8673\tProduct-Producer(e2,e1)\n8674\tMessage-Topic(e1,e2)\n8675\tComponent-Whole(e1,e2)\n8676\tMessage-Topic(e1,e2)\n8677\tComponent-Whole(e2,e1)\n8678\tOther\n8679\tComponent-Whole(e2,e1)\n8680\tOther\n8681\tCause-Effect(e2,e1)\n8682\tMessage-Topic(e1,e2)\n8683\tMember-Collection(e2,e1)\n8684\tComponent-Whole(e2,e1)\n8685\tContent-Container(e1,e2)\n8686\tMember-Collection(e1,e2)\n8687\tOther\n8688\tEntity-Origin(e1,e2)\n8689\tContent-Container(e1,e2)\n8690\tCause-Effect(e2,e1)\n8691\tMessage-Topic(e1,e2)\n8692\tComponent-Whole(e1,e2)\n8693\tContent-Container(e1,e2)\n8694\tOther\n8695\tContent-Container(e1,e2)\n8696\tMember-Collection(e1,e2)\n8697\tOther\n8698\tEntity-Destination(e1,e2)\n8699\tEntity-Origin(e1,e2)\n8700\tProduct-Producer(e2,e1)\n8701\tMember-Collection(e2,e1)\n8702\tComponent-Whole(e1,e2)\n8703\tComponent-Whole(e2,e1)\n8704\tEntity-Origin(e2,e1)\n8705\tCause-Effect(e1,e2)\n8706\tOther\n8707\tContent-Container(e2,e1)\n8708\tCause-Effect(e2,e1)\n8709\tEntity-Origin(e1,e2)\n8710\tEntity-Destination(e1,e2)\n8711\tMessage-Topic(e1,e2)\n8712\tMember-Collection(e1,e2)\n8713\tMember-Collection(e2,e1)\n8714\tMember-Collection(e2,e1)\n8715\tContent-Container(e1,e2)\n8716\tOther\n8717\tProduct-Producer(e2,e1)\n8718\tOther\n8719\tEntity-Destination(e1,e2)\n8720\tCause-Effect(e2,e1)\n8721\tOther\n8722\tProduct-Producer(e2,e1)\n8723\tProduct-Producer(e2,e1)\n8724\tComponent-Whole(e2,e1)\n8725\tMessage-Topic(e1,e2)\n8726\tOther\n8727\tProduct-Producer(e2,e1)\n8728\tContent-Container(e1,e2)\n8729\tMember-Collection(e2,e1)\n8730\tComponent-Whole(e1,e2)\n8731\tCause-Effect(e2,e1)\n8732\tInstrument-Agency(e2,e1)\n8733\tEntity-Origin(e1,e2)\n8734\tEntity-Origin(e1,e2)\n8735\tComponent-Whole(e1,e2)\n8736\tCause-Effect(e1,e2)\n8737\tInstrument-Agency(e2,e1)\n8738\tContent-Container(e1,e2)\n8739\tCause-Effect(e2,e1)\n8740\tCause-Effect(e1,e2)\n8741\tMember-Collection(e2,e1)\n8742\tEntity-Destination(e1,e2)\n8743\tEntity-Destination(e1,e2)\n8744\tProduct-Producer(e2,e1)\n8745\tCause-Effect(e2,e1)\n8746\tComponent-Whole(e1,e2)\n8747\tEntity-Origin(e1,e2)\n8748\tCause-Effect(e1,e2)\n8749\tEntity-Origin(e1,e2)\n8750\tInstrument-Agency(e2,e1)\n8751\tMember-Collection(e2,e1)\n8752\tCause-Effect(e1,e2)\n8753\tOther\n8754\tCause-Effect(e2,e1)\n8755\tEntity-Destination(e1,e2)\n8756\tProduct-Producer(e1,e2)\n8757\tEntity-Destination(e1,e2)\n8758\tEntity-Destination(e1,e2)\n8759\tOther\n8760\tEntity-Destination(e1,e2)\n8761\tEntity-Origin(e1,e2)\n8762\tEntity-Origin(e1,e2)\n8763\tOther\n8764\tCause-Effect(e1,e2)\n8765\tProduct-Producer(e2,e1)\n8766\tProduct-Producer(e1,e2)\n8767\tMessage-Topic(e2,e1)\n8768\tProduct-Producer(e1,e2)\n8769\tProduct-Producer(e1,e2)\n8770\tContent-Container(e1,e2)\n8771\tOther\n8772\tEntity-Destination(e1,e2)\n8773\tMember-Collection(e2,e1)\n8774\tCause-Effect(e2,e1)\n8775\tCause-Effect(e2,e1)\n8776\tComponent-Whole(e2,e1)\n8777\tContent-Container(e1,e2)\n8778\tComponent-Whole(e2,e1)\n8779\tComponent-Whole(e2,e1)\n8780\tContent-Container(e1,e2)\n8781\tCause-Effect(e1,e2)\n8782\tInstrument-Agency(e2,e1)\n8783\tProduct-Producer(e2,e1)\n8784\tEntity-Origin(e1,e2)\n8785\tOther\n8786\tOther\n8787\tEntity-Origin(e2,e1)\n8788\tMessage-Topic(e1,e2)\n8789\tMessage-Topic(e1,e2)\n8790\tInstrument-Agency(e2,e1)\n8791\tEntity-Destination(e1,e2)\n8792\tOther\n8793\tEntity-Destination(e1,e2)\n8794\tOther\n8795\tMember-Collection(e2,e1)\n8796\tMember-Collection(e2,e1)\n8797\tProduct-Producer(e1,e2)\n8798\tMember-Collection(e2,e1)\n8799\tEntity-Origin(e1,e2)\n8800\tEntity-Destination(e1,e2)\n8801\tOther\n8802\tComponent-Whole(e2,e1)\n8803\tMember-Collection(e2,e1)\n8804\tInstrument-Agency(e2,e1)\n8805\tEntity-Origin(e2,e1)\n8806\tContent-Container(e1,e2)\n8807\tComponent-Whole(e1,e2)\n8808\tComponent-Whole(e1,e2)\n8809\tOther\n8810\tEntity-Origin(e2,e1)\n8811\tInstrument-Agency(e1,e2)\n8812\tCause-Effect(e2,e1)\n8813\tInstrument-Agency(e2,e1)\n8814\tMember-Collection(e1,e2)\n8815\tEntity-Destination(e1,e2)\n8816\tContent-Container(e1,e2)\n8817\tMember-Collection(e2,e1)\n8818\tOther\n8819\tComponent-Whole(e1,e2)\n8820\tComponent-Whole(e1,e2)\n8821\tProduct-Producer(e2,e1)\n8822\tMember-Collection(e2,e1)\n8823\tInstrument-Agency(e2,e1)\n8824\tMember-Collection(e2,e1)\n8825\tEntity-Destination(e1,e2)\n8826\tMessage-Topic(e1,e2)\n8827\tEntity-Destination(e1,e2)\n8828\tProduct-Producer(e2,e1)\n8829\tCause-Effect(e1,e2)\n8830\tMessage-Topic(e1,e2)\n8831\tComponent-Whole(e1,e2)\n8832\tEntity-Origin(e1,e2)\n8833\tContent-Container(e1,e2)\n8834\tEntity-Origin(e1,e2)\n8835\tInstrument-Agency(e2,e1)\n8836\tEntity-Origin(e1,e2)\n8837\tComponent-Whole(e2,e1)\n8838\tInstrument-Agency(e2,e1)\n8839\tMember-Collection(e2,e1)\n8840\tProduct-Producer(e2,e1)\n8841\tCause-Effect(e1,e2)\n8842\tOther\n8843\tContent-Container(e1,e2)\n8844\tMessage-Topic(e1,e2)\n8845\tOther\n8846\tEntity-Destination(e1,e2)\n8847\tOther\n8848\tMessage-Topic(e1,e2)\n8849\tEntity-Destination(e1,e2)\n8850\tEntity-Destination(e1,e2)\n8851\tCause-Effect(e2,e1)\n8852\tContent-Container(e1,e2)\n8853\tEntity-Origin(e1,e2)\n8854\tMember-Collection(e2,e1)\n8855\tCause-Effect(e2,e1)\n8856\tContent-Container(e1,e2)\n8857\tCause-Effect(e2,e1)\n8858\tCause-Effect(e1,e2)\n8859\tCause-Effect(e2,e1)\n8860\tOther\n8861\tMessage-Topic(e1,e2)\n8862\tEntity-Destination(e1,e2)\n8863\tOther\n8864\tComponent-Whole(e2,e1)\n8865\tComponent-Whole(e1,e2)\n8866\tOther\n8867\tEntity-Destination(e1,e2)\n8868\tComponent-Whole(e2,e1)\n8869\tProduct-Producer(e1,e2)\n8870\tEntity-Destination(e1,e2)\n8871\tMember-Collection(e2,e1)\n8872\tInstrument-Agency(e1,e2)\n8873\tComponent-Whole(e1,e2)\n8874\tOther\n8875\tCause-Effect(e1,e2)\n8876\tOther\n8877\tMember-Collection(e1,e2)\n8878\tEntity-Origin(e1,e2)\n8879\tCause-Effect(e2,e1)\n8880\tEntity-Origin(e1,e2)\n8881\tContent-Container(e1,e2)\n8882\tEntity-Origin(e2,e1)\n8883\tProduct-Producer(e2,e1)\n8884\tComponent-Whole(e2,e1)\n8885\tCause-Effect(e2,e1)\n8886\tEntity-Origin(e1,e2)\n8887\tMessage-Topic(e2,e1)\n8888\tOther\n8889\tCause-Effect(e2,e1)\n8890\tEntity-Origin(e1,e2)\n8891\tContent-Container(e1,e2)\n8892\tProduct-Producer(e1,e2)\n8893\tComponent-Whole(e2,e1)\n8894\tEntity-Origin(e1,e2)\n8895\tProduct-Producer(e1,e2)\n8896\tOther\n8897\tMember-Collection(e2,e1)\n8898\tEntity-Destination(e1,e2)\n8899\tEntity-Origin(e2,e1)\n8900\tMessage-Topic(e1,e2)\n8901\tMessage-Topic(e1,e2)\n8902\tMember-Collection(e2,e1)\n8903\tEntity-Destination(e1,e2)\n8904\tInstrument-Agency(e2,e1)\n8905\tOther\n8906\tMember-Collection(e2,e1)\n8907\tEntity-Origin(e2,e1)\n8908\tMessage-Topic(e1,e2)\n8909\tOther\n8910\tOther\n8911\tMember-Collection(e1,e2)\n8912\tMessage-Topic(e1,e2)\n8913\tProduct-Producer(e2,e1)\n8914\tCause-Effect(e2,e1)\n8915\tComponent-Whole(e2,e1)\n8916\tProduct-Producer(e2,e1)\n8917\tOther\n8918\tInstrument-Agency(e2,e1)\n8919\tMessage-Topic(e2,e1)\n8920\tProduct-Producer(e1,e2)\n8921\tEntity-Origin(e2,e1)\n8922\tProduct-Producer(e1,e2)\n8923\tComponent-Whole(e1,e2)\n8924\tProduct-Producer(e1,e2)\n8925\tOther\n8926\tComponent-Whole(e1,e2)\n8927\tProduct-Producer(e2,e1)\n8928\tComponent-Whole(e2,e1)\n8929\tComponent-Whole(e2,e1)\n8930\tEntity-Destination(e1,e2)\n8931\tOther\n8932\tComponent-Whole(e1,e2)\n8933\tOther\n8934\tMember-Collection(e2,e1)\n8935\tComponent-Whole(e1,e2)\n8936\tComponent-Whole(e1,e2)\n8937\tCause-Effect(e2,e1)\n8938\tContent-Container(e1,e2)\n8939\tEntity-Destination(e1,e2)\n8940\tCause-Effect(e2,e1)\n8941\tComponent-Whole(e2,e1)\n8942\tOther\n8943\tProduct-Producer(e2,e1)\n8944\tMember-Collection(e2,e1)\n8945\tOther\n8946\tEntity-Destination(e1,e2)\n8947\tInstrument-Agency(e1,e2)\n8948\tMessage-Topic(e1,e2)\n8949\tCause-Effect(e1,e2)\n8950\tContent-Container(e1,e2)\n8951\tComponent-Whole(e2,e1)\n8952\tMember-Collection(e2,e1)\n8953\tCause-Effect(e2,e1)\n8954\tCause-Effect(e1,e2)\n8955\tProduct-Producer(e1,e2)\n8956\tOther\n8957\tMember-Collection(e2,e1)\n8958\tInstrument-Agency(e2,e1)\n8959\tComponent-Whole(e1,e2)\n8960\tEntity-Destination(e1,e2)\n8961\tOther\n8962\tComponent-Whole(e1,e2)\n8963\tContent-Container(e1,e2)\n8964\tOther\n8965\tMember-Collection(e2,e1)\n8966\tMember-Collection(e2,e1)\n8967\tOther\n8968\tEntity-Destination(e1,e2)\n8969\tProduct-Producer(e1,e2)\n8970\tInstrument-Agency(e2,e1)\n8971\tProduct-Producer(e2,e1)\n8972\tCause-Effect(e2,e1)\n8973\tEntity-Destination(e1,e2)\n8974\tCause-Effect(e2,e1)\n8975\tMessage-Topic(e2,e1)\n8976\tProduct-Producer(e1,e2)\n8977\tInstrument-Agency(e2,e1)\n8978\tEntity-Destination(e1,e2)\n8979\tMessage-Topic(e1,e2)\n8980\tMessage-Topic(e2,e1)\n8981\tInstrument-Agency(e2,e1)\n8982\tInstrument-Agency(e2,e1)\n8983\tEntity-Destination(e1,e2)\n8984\tComponent-Whole(e1,e2)\n8985\tMessage-Topic(e1,e2)\n8986\tMember-Collection(e2,e1)\n8987\tCause-Effect(e2,e1)\n8988\tProduct-Producer(e1,e2)\n8989\tCause-Effect(e2,e1)\n8990\tEntity-Destination(e1,e2)\n8991\tOther\n8992\tCause-Effect(e2,e1)\n8993\tMessage-Topic(e1,e2)\n8994\tMessage-Topic(e2,e1)\n8995\tOther\n8996\tContent-Container(e2,e1)\n8997\tInstrument-Agency(e2,e1)\n8998\tMember-Collection(e2,e1)\n8999\tMessage-Topic(e1,e2)\n9000\tContent-Container(e1,e2)\n9001\tContent-Container(e1,e2)\n9002\tOther\n9003\tComponent-Whole(e1,e2)\n9004\tContent-Container(e1,e2)\n9005\tCause-Effect(e2,e1)\n9006\tComponent-Whole(e1,e2)\n9007\tContent-Container(e1,e2)\n9008\tMember-Collection(e2,e1)\n9009\tOther\n9010\tContent-Container(e1,e2)\n9011\tProduct-Producer(e2,e1)\n9012\tCause-Effect(e1,e2)\n9013\tComponent-Whole(e1,e2)\n9014\tCause-Effect(e2,e1)\n9015\tCause-Effect(e2,e1)\n9016\tEntity-Destination(e1,e2)\n9017\tEntity-Origin(e1,e2)\n9018\tCause-Effect(e1,e2)\n9019\tOther\n9020\tOther\n9021\tMember-Collection(e1,e2)\n9022\tOther\n9023\tContent-Container(e1,e2)\n9024\tContent-Container(e1,e2)\n9025\tCause-Effect(e2,e1)\n9026\tEntity-Origin(e1,e2)\n9027\tEntity-Origin(e1,e2)\n9028\tOther\n9029\tComponent-Whole(e2,e1)\n9030\tMessage-Topic(e2,e1)\n9031\tProduct-Producer(e2,e1)\n9032\tMember-Collection(e1,e2)\n9033\tProduct-Producer(e2,e1)\n9034\tOther\n9035\tContent-Container(e1,e2)\n9036\tInstrument-Agency(e1,e2)\n9037\tEntity-Destination(e1,e2)\n9038\tEntity-Destination(e1,e2)\n9039\tEntity-Destination(e1,e2)\n9040\tComponent-Whole(e1,e2)\n9041\tEntity-Origin(e1,e2)\n9042\tInstrument-Agency(e2,e1)\n9043\tContent-Container(e1,e2)\n9044\tContent-Container(e2,e1)\n9045\tContent-Container(e2,e1)\n9046\tProduct-Producer(e2,e1)\n9047\tProduct-Producer(e1,e2)\n9048\tEntity-Destination(e1,e2)\n9049\tProduct-Producer(e1,e2)\n9050\tMessage-Topic(e1,e2)\n9051\tEntity-Origin(e2,e1)\n9052\tProduct-Producer(e2,e1)\n9053\tOther\n9054\tOther\n9055\tCause-Effect(e2,e1)\n9056\tProduct-Producer(e2,e1)\n9057\tCause-Effect(e2,e1)\n9058\tProduct-Producer(e2,e1)\n9059\tMessage-Topic(e1,e2)\n9060\tEntity-Destination(e1,e2)\n9061\tEntity-Destination(e1,e2)\n9062\tCause-Effect(e1,e2)\n9063\tMessage-Topic(e2,e1)\n9064\tMember-Collection(e2,e1)\n9065\tEntity-Origin(e1,e2)\n9066\tMember-Collection(e2,e1)\n9067\tEntity-Origin(e1,e2)\n9068\tCause-Effect(e1,e2)\n9069\tMember-Collection(e2,e1)\n9070\tEntity-Destination(e1,e2)\n9071\tProduct-Producer(e2,e1)\n9072\tOther\n9073\tCause-Effect(e2,e1)\n9074\tOther\n9075\tMember-Collection(e2,e1)\n9076\tEntity-Destination(e1,e2)\n9077\tOther\n9078\tEntity-Destination(e1,e2)\n9079\tMember-Collection(e2,e1)\n9080\tOther\n9081\tCause-Effect(e1,e2)\n9082\tContent-Container(e1,e2)\n9083\tCause-Effect(e2,e1)\n9084\tMember-Collection(e2,e1)\n9085\tProduct-Producer(e1,e2)\n9086\tComponent-Whole(e2,e1)\n9087\tCause-Effect(e1,e2)\n9088\tOther\n9089\tProduct-Producer(e2,e1)\n9090\tComponent-Whole(e1,e2)\n9091\tEntity-Destination(e1,e2)\n9092\tEntity-Origin(e1,e2)\n9093\tOther\n9094\tOther\n9095\tMessage-Topic(e1,e2)\n9096\tProduct-Producer(e2,e1)\n9097\tInstrument-Agency(e2,e1)\n9098\tProduct-Producer(e2,e1)\n9099\tOther\n9100\tComponent-Whole(e1,e2)\n9101\tOther\n9102\tMember-Collection(e2,e1)\n9103\tContent-Container(e1,e2)\n9104\tMember-Collection(e2,e1)\n9105\tComponent-Whole(e2,e1)\n9106\tEntity-Destination(e1,e2)\n9107\tEntity-Destination(e1,e2)\n9108\tMessage-Topic(e1,e2)\n9109\tMessage-Topic(e1,e2)\n9110\tCause-Effect(e1,e2)\n9111\tCause-Effect(e2,e1)\n9112\tContent-Container(e2,e1)\n9113\tComponent-Whole(e1,e2)\n9114\tProduct-Producer(e2,e1)\n9115\tEntity-Origin(e1,e2)\n9116\tInstrument-Agency(e2,e1)\n9117\tEntity-Destination(e1,e2)\n9118\tEntity-Destination(e1,e2)\n9119\tCause-Effect(e1,e2)\n9120\tProduct-Producer(e1,e2)\n9121\tProduct-Producer(e1,e2)\n9122\tEntity-Destination(e1,e2)\n9123\tEntity-Origin(e1,e2)\n9124\tInstrument-Agency(e2,e1)\n9125\tEntity-Origin(e1,e2)\n9126\tMember-Collection(e2,e1)\n9127\tEntity-Origin(e1,e2)\n9128\tCause-Effect(e1,e2)\n9129\tContent-Container(e1,e2)\n9130\tOther\n9131\tCause-Effect(e1,e2)\n9132\tInstrument-Agency(e2,e1)\n9133\tInstrument-Agency(e2,e1)\n9134\tComponent-Whole(e1,e2)\n9135\tInstrument-Agency(e2,e1)\n9136\tCause-Effect(e2,e1)\n9137\tOther\n9138\tComponent-Whole(e2,e1)\n9139\tCause-Effect(e2,e1)\n9140\tEntity-Destination(e1,e2)\n9141\tMessage-Topic(e1,e2)\n9142\tEntity-Destination(e1,e2)\n9143\tMember-Collection(e2,e1)\n9144\tProduct-Producer(e2,e1)\n9145\tMessage-Topic(e1,e2)\n9146\tCause-Effect(e2,e1)\n9147\tCause-Effect(e2,e1)\n9148\tCause-Effect(e2,e1)\n9149\tOther\n9150\tEntity-Origin(e1,e2)\n9151\tProduct-Producer(e1,e2)\n9152\tComponent-Whole(e2,e1)\n9153\tContent-Container(e1,e2)\n9154\tOther\n9155\tEntity-Origin(e1,e2)\n9156\tOther\n9157\tOther\n9158\tContent-Container(e1,e2)\n9159\tContent-Container(e1,e2)\n9160\tMember-Collection(e2,e1)\n9161\tCause-Effect(e1,e2)\n9162\tEntity-Destination(e1,e2)\n9163\tCause-Effect(e1,e2)\n9164\tOther\n9165\tMessage-Topic(e1,e2)\n9166\tComponent-Whole(e2,e1)\n9167\tCause-Effect(e2,e1)\n9168\tCause-Effect(e2,e1)\n9169\tMessage-Topic(e1,e2)\n9170\tOther\n9171\tCause-Effect(e1,e2)\n9172\tCause-Effect(e1,e2)\n9173\tEntity-Origin(e1,e2)\n9174\tComponent-Whole(e2,e1)\n9175\tEntity-Origin(e1,e2)\n9176\tEntity-Origin(e1,e2)\n9177\tProduct-Producer(e2,e1)\n9178\tEntity-Origin(e1,e2)\n9179\tCause-Effect(e1,e2)\n9180\tEntity-Origin(e1,e2)\n9181\tCause-Effect(e2,e1)\n9182\tEntity-Origin(e1,e2)\n9183\tComponent-Whole(e2,e1)\n9184\tContent-Container(e2,e1)\n9185\tComponent-Whole(e2,e1)\n9186\tMessage-Topic(e1,e2)\n9187\tOther\n9188\tEntity-Origin(e2,e1)\n9189\tEntity-Destination(e1,e2)\n9190\tCause-Effect(e2,e1)\n9191\tMessage-Topic(e1,e2)\n9192\tOther\n9193\tOther\n9194\tMember-Collection(e1,e2)\n9195\tInstrument-Agency(e1,e2)\n9196\tContent-Container(e1,e2)\n9197\tEntity-Destination(e1,e2)\n9198\tMember-Collection(e2,e1)\n9199\tMessage-Topic(e1,e2)\n9200\tEntity-Destination(e1,e2)\n9201\tEntity-Origin(e1,e2)\n9202\tMessage-Topic(e1,e2)\n9203\tComponent-Whole(e1,e2)\n9204\tEntity-Origin(e1,e2)\n9205\tInstrument-Agency(e2,e1)\n9206\tEntity-Origin(e2,e1)\n9207\tComponent-Whole(e1,e2)\n9208\tOther\n9209\tEntity-Origin(e1,e2)\n9210\tComponent-Whole(e1,e2)\n9211\tMember-Collection(e2,e1)\n9212\tContent-Container(e1,e2)\n9213\tCause-Effect(e1,e2)\n9214\tComponent-Whole(e2,e1)\n9215\tInstrument-Agency(e2,e1)\n9216\tMember-Collection(e2,e1)\n9217\tOther\n9218\tEntity-Destination(e1,e2)\n9219\tOther\n9220\tEntity-Origin(e1,e2)\n9221\tCause-Effect(e2,e1)\n9222\tEntity-Destination(e1,e2)\n9223\tProduct-Producer(e1,e2)\n9224\tCause-Effect(e1,e2)\n9225\tEntity-Origin(e1,e2)\n9226\tCause-Effect(e1,e2)\n9227\tOther\n9228\tCause-Effect(e1,e2)\n9229\tMember-Collection(e2,e1)\n9230\tComponent-Whole(e2,e1)\n9231\tEntity-Destination(e1,e2)\n9232\tOther\n9233\tMember-Collection(e2,e1)\n9234\tCause-Effect(e2,e1)\n9235\tOther\n9236\tEntity-Origin(e2,e1)\n9237\tComponent-Whole(e1,e2)\n9238\tComponent-Whole(e2,e1)\n9239\tProduct-Producer(e2,e1)\n9240\tEntity-Origin(e1,e2)\n9241\tComponent-Whole(e2,e1)\n9242\tMember-Collection(e2,e1)\n9243\tContent-Container(e1,e2)\n9244\tEntity-Destination(e1,e2)\n9245\tOther\n9246\tOther\n9247\tEntity-Destination(e1,e2)\n9248\tOther\n9249\tOther\n9250\tComponent-Whole(e2,e1)\n9251\tOther\n9252\tOther\n9253\tProduct-Producer(e1,e2)\n9254\tMember-Collection(e1,e2)\n9255\tContent-Container(e1,e2)\n9256\tOther\n9257\tComponent-Whole(e2,e1)\n9258\tMessage-Topic(e1,e2)\n9259\tCause-Effect(e2,e1)\n9260\tContent-Container(e2,e1)\n9261\tMessage-Topic(e1,e2)\n9262\tMember-Collection(e2,e1)\n9263\tMember-Collection(e2,e1)\n9264\tComponent-Whole(e2,e1)\n9265\tComponent-Whole(e1,e2)\n9266\tEntity-Origin(e1,e2)\n9267\tComponent-Whole(e2,e1)\n9268\tMember-Collection(e2,e1)\n9269\tMessage-Topic(e2,e1)\n9270\tInstrument-Agency(e2,e1)\n9271\tEntity-Origin(e1,e2)\n9272\tComponent-Whole(e1,e2)\n9273\tContent-Container(e2,e1)\n9274\tEntity-Origin(e1,e2)\n9275\tEntity-Destination(e1,e2)\n9276\tComponent-Whole(e1,e2)\n9277\tProduct-Producer(e2,e1)\n9278\tEntity-Origin(e1,e2)\n9279\tEntity-Origin(e1,e2)\n9280\tCause-Effect(e2,e1)\n9281\tOther\n9282\tMember-Collection(e2,e1)\n9283\tOther\n9284\tInstrument-Agency(e1,e2)\n9285\tContent-Container(e2,e1)\n9286\tMember-Collection(e1,e2)\n9287\tEntity-Origin(e2,e1)\n9288\tComponent-Whole(e2,e1)\n9289\tCause-Effect(e2,e1)\n9290\tMessage-Topic(e1,e2)\n9291\tInstrument-Agency(e2,e1)\n9292\tContent-Container(e1,e2)\n9293\tComponent-Whole(e2,e1)\n9294\tMember-Collection(e2,e1)\n9295\tEntity-Destination(e1,e2)\n9296\tEntity-Origin(e1,e2)\n9297\tEntity-Destination(e1,e2)\n9298\tMessage-Topic(e1,e2)\n9299\tEntity-Origin(e1,e2)\n9300\tEntity-Destination(e1,e2)\n9301\tOther\n9302\tComponent-Whole(e1,e2)\n9303\tMember-Collection(e2,e1)\n9304\tMessage-Topic(e2,e1)\n9305\tEntity-Origin(e1,e2)\n9306\tEntity-Destination(e1,e2)\n9307\tProduct-Producer(e1,e2)\n9308\tInstrument-Agency(e2,e1)\n9309\tCause-Effect(e2,e1)\n9310\tOther\n9311\tCause-Effect(e2,e1)\n9312\tOther\n9313\tComponent-Whole(e2,e1)\n9314\tContent-Container(e1,e2)\n9315\tMessage-Topic(e1,e2)\n9316\tComponent-Whole(e1,e2)\n9317\tInstrument-Agency(e2,e1)\n9318\tEntity-Destination(e1,e2)\n9319\tCause-Effect(e2,e1)\n9320\tOther\n9321\tMessage-Topic(e1,e2)\n9322\tProduct-Producer(e2,e1)\n9323\tCause-Effect(e2,e1)\n9324\tContent-Container(e1,e2)\n9325\tMember-Collection(e2,e1)\n9326\tEntity-Origin(e1,e2)\n9327\tMessage-Topic(e1,e2)\n9328\tCause-Effect(e1,e2)\n9329\tComponent-Whole(e2,e1)\n9330\tProduct-Producer(e2,e1)\n9331\tInstrument-Agency(e2,e1)\n9332\tContent-Container(e1,e2)\n9333\tComponent-Whole(e2,e1)\n9334\tContent-Container(e2,e1)\n9335\tEntity-Destination(e1,e2)\n9336\tMember-Collection(e1,e2)\n9337\tComponent-Whole(e2,e1)\n9338\tEntity-Destination(e1,e2)\n9339\tMessage-Topic(e1,e2)\n9340\tProduct-Producer(e2,e1)\n9341\tContent-Container(e1,e2)\n9342\tCause-Effect(e1,e2)\n9343\tEntity-Origin(e1,e2)\n9344\tMember-Collection(e2,e1)\n9345\tContent-Container(e2,e1)\n9346\tComponent-Whole(e1,e2)\n9347\tEntity-Origin(e1,e2)\n9348\tProduct-Producer(e1,e2)\n9349\tInstrument-Agency(e2,e1)\n9350\tOther\n9351\tEntity-Destination(e1,e2)\n9352\tCause-Effect(e1,e2)\n9353\tInstrument-Agency(e1,e2)\n9354\tMember-Collection(e2,e1)\n9355\tMember-Collection(e2,e1)\n9356\tInstrument-Agency(e2,e1)\n9357\tCause-Effect(e2,e1)\n9358\tOther\n9359\tEntity-Origin(e1,e2)\n9360\tEntity-Destination(e1,e2)\n9361\tComponent-Whole(e1,e2)\n9362\tMember-Collection(e2,e1)\n9363\tMessage-Topic(e1,e2)\n9364\tMessage-Topic(e1,e2)\n9365\tContent-Container(e2,e1)\n9366\tCause-Effect(e1,e2)\n9367\tProduct-Producer(e2,e1)\n9368\tMember-Collection(e2,e1)\n9369\tOther\n9370\tCause-Effect(e2,e1)\n9371\tMessage-Topic(e1,e2)\n9372\tCause-Effect(e2,e1)\n9373\tCause-Effect(e1,e2)\n9374\tEntity-Destination(e1,e2)\n9375\tEntity-Destination(e1,e2)\n9376\tComponent-Whole(e2,e1)\n9377\tInstrument-Agency(e2,e1)\n9378\tCause-Effect(e2,e1)\n9379\tCause-Effect(e1,e2)\n9380\tEntity-Destination(e1,e2)\n9381\tMessage-Topic(e1,e2)\n9382\tComponent-Whole(e1,e2)\n9383\tEntity-Origin(e2,e1)\n9384\tInstrument-Agency(e2,e1)\n9385\tContent-Container(e2,e1)\n9386\tOther\n9387\tComponent-Whole(e2,e1)\n9388\tOther\n9389\tEntity-Destination(e1,e2)\n9390\tEntity-Origin(e1,e2)\n9391\tComponent-Whole(e2,e1)\n9392\tOther\n9393\tComponent-Whole(e2,e1)\n9394\tCause-Effect(e2,e1)\n9395\tEntity-Origin(e2,e1)\n9396\tOther\n9397\tOther\n9398\tInstrument-Agency(e2,e1)\n9399\tEntity-Destination(e1,e2)\n9400\tOther\n9401\tMessage-Topic(e2,e1)\n9402\tOther\n9403\tCause-Effect(e1,e2)\n9404\tComponent-Whole(e2,e1)\n9405\tComponent-Whole(e1,e2)\n9406\tOther\n9407\tContent-Container(e2,e1)\n9408\tOther\n9409\tInstrument-Agency(e2,e1)\n9410\tMessage-Topic(e1,e2)\n9411\tComponent-Whole(e2,e1)\n9412\tMember-Collection(e2,e1)\n9413\tInstrument-Agency(e2,e1)\n9414\tOther\n9415\tCause-Effect(e1,e2)\n9416\tEntity-Destination(e1,e2)\n9417\tOther\n9418\tOther\n9419\tComponent-Whole(e1,e2)\n9420\tComponent-Whole(e2,e1)\n9421\tEntity-Origin(e2,e1)\n9422\tProduct-Producer(e2,e1)\n9423\tMember-Collection(e1,e2)\n9424\tOther\n9425\tMessage-Topic(e1,e2)\n9426\tEntity-Destination(e1,e2)\n9427\tCause-Effect(e2,e1)\n9428\tProduct-Producer(e1,e2)\n9429\tEntity-Destination(e1,e2)\n9430\tMessage-Topic(e1,e2)\n9431\tOther\n9432\tMessage-Topic(e1,e2)\n9433\tMember-Collection(e1,e2)\n9434\tCause-Effect(e2,e1)\n9435\tInstrument-Agency(e2,e1)\n9436\tContent-Container(e1,e2)\n9437\tEntity-Destination(e1,e2)\n9438\tCause-Effect(e1,e2)\n9439\tOther\n9440\tEntity-Origin(e1,e2)\n9441\tComponent-Whole(e1,e2)\n9442\tMessage-Topic(e1,e2)\n9443\tInstrument-Agency(e2,e1)\n9444\tOther\n9445\tComponent-Whole(e2,e1)\n9446\tMember-Collection(e2,e1)\n9447\tContent-Container(e1,e2)\n9448\tComponent-Whole(e2,e1)\n9449\tComponent-Whole(e2,e1)\n9450\tProduct-Producer(e1,e2)\n9451\tMember-Collection(e2,e1)\n9452\tCause-Effect(e1,e2)\n9453\tEntity-Origin(e1,e2)\n9454\tEntity-Origin(e1,e2)\n9455\tMember-Collection(e1,e2)\n9456\tMessage-Topic(e1,e2)\n9457\tInstrument-Agency(e2,e1)\n9458\tProduct-Producer(e1,e2)\n9459\tOther\n9460\tEntity-Origin(e1,e2)\n9461\tOther\n9462\tMember-Collection(e2,e1)\n9463\tEntity-Origin(e1,e2)\n9464\tCause-Effect(e2,e1)\n9465\tOther\n9466\tProduct-Producer(e1,e2)\n9467\tCause-Effect(e1,e2)\n9468\tMember-Collection(e2,e1)\n9469\tCause-Effect(e2,e1)\n9470\tMessage-Topic(e2,e1)\n9471\tContent-Container(e1,e2)\n9472\tEntity-Destination(e1,e2)\n9473\tEntity-Origin(e1,e2)\n9474\tMember-Collection(e1,e2)\n9475\tContent-Container(e1,e2)\n9476\tMessage-Topic(e1,e2)\n9477\tInstrument-Agency(e1,e2)\n9478\tMember-Collection(e2,e1)\n9479\tComponent-Whole(e1,e2)\n9480\tOther\n9481\tProduct-Producer(e2,e1)\n9482\tCause-Effect(e1,e2)\n9483\tContent-Container(e1,e2)\n9484\tComponent-Whole(e1,e2)\n9485\tComponent-Whole(e2,e1)\n9486\tInstrument-Agency(e2,e1)\n9487\tInstrument-Agency(e2,e1)\n9488\tInstrument-Agency(e2,e1)\n9489\tCause-Effect(e2,e1)\n9490\tCause-Effect(e2,e1)\n9491\tInstrument-Agency(e2,e1)\n9492\tOther\n9493\tEntity-Origin(e2,e1)\n9494\tCause-Effect(e1,e2)\n9495\tMessage-Topic(e1,e2)\n9496\tContent-Container(e1,e2)\n9497\tComponent-Whole(e1,e2)\n9498\tMessage-Topic(e1,e2)\n9499\tMessage-Topic(e2,e1)\n9500\tContent-Container(e1,e2)\n9501\tContent-Container(e1,e2)\n9502\tEntity-Origin(e1,e2)\n9503\tOther\n9504\tMessage-Topic(e1,e2)\n9505\tOther\n9506\tEntity-Destination(e1,e2)\n9507\tOther\n9508\tCause-Effect(e1,e2)\n9509\tMember-Collection(e2,e1)\n9510\tOther\n9511\tOther\n9512\tInstrument-Agency(e2,e1)\n9513\tProduct-Producer(e2,e1)\n9514\tEntity-Origin(e1,e2)\n9515\tCause-Effect(e2,e1)\n9516\tOther\n9517\tOther\n9518\tMember-Collection(e2,e1)\n9519\tCause-Effect(e2,e1)\n9520\tOther\n9521\tMessage-Topic(e1,e2)\n9522\tContent-Container(e1,e2)\n9523\tOther\n9524\tCause-Effect(e1,e2)\n9525\tMessage-Topic(e1,e2)\n9526\tMessage-Topic(e1,e2)\n9527\tComponent-Whole(e1,e2)\n9528\tContent-Container(e1,e2)\n9529\tEntity-Origin(e1,e2)\n9530\tMember-Collection(e2,e1)\n9531\tEntity-Destination(e1,e2)\n9532\tOther\n9533\tEntity-Destination(e1,e2)\n9534\tContent-Container(e1,e2)\n9535\tComponent-Whole(e1,e2)\n9536\tMessage-Topic(e1,e2)\n9537\tOther\n9538\tMessage-Topic(e1,e2)\n9539\tEntity-Destination(e1,e2)\n9540\tComponent-Whole(e1,e2)\n9541\tOther\n9542\tCause-Effect(e1,e2)\n9543\tMessage-Topic(e1,e2)\n9544\tEntity-Destination(e1,e2)\n9545\tOther\n9546\tOther\n9547\tComponent-Whole(e2,e1)\n9548\tEntity-Origin(e1,e2)\n9549\tOther\n9550\tMember-Collection(e2,e1)\n9551\tInstrument-Agency(e2,e1)\n9552\tOther\n9553\tProduct-Producer(e1,e2)\n9554\tEntity-Destination(e1,e2)\n9555\tInstrument-Agency(e2,e1)\n9556\tCause-Effect(e2,e1)\n9557\tComponent-Whole(e2,e1)\n9558\tOther\n9559\tCause-Effect(e2,e1)\n9560\tEntity-Origin(e1,e2)\n9561\tComponent-Whole(e1,e2)\n9562\tComponent-Whole(e2,e1)\n9563\tEntity-Destination(e1,e2)\n9564\tMessage-Topic(e2,e1)\n9565\tComponent-Whole(e1,e2)\n9566\tMessage-Topic(e1,e2)\n9567\tMessage-Topic(e2,e1)\n9568\tEntity-Destination(e1,e2)\n9569\tOther\n9570\tMember-Collection(e2,e1)\n9571\tEntity-Origin(e1,e2)\n9572\tInstrument-Agency(e2,e1)\n9573\tCause-Effect(e1,e2)\n9574\tOther\n9575\tInstrument-Agency(e1,e2)\n9576\tCause-Effect(e2,e1)\n9577\tOther\n9578\tEntity-Destination(e1,e2)\n9579\tComponent-Whole(e2,e1)\n9580\tComponent-Whole(e2,e1)\n9581\tEntity-Destination(e1,e2)\n9582\tCause-Effect(e1,e2)\n9583\tComponent-Whole(e2,e1)\n9584\tMember-Collection(e2,e1)\n9585\tEntity-Destination(e1,e2)\n9586\tEntity-Destination(e1,e2)\n9587\tProduct-Producer(e1,e2)\n9588\tOther\n9589\tCause-Effect(e1,e2)\n9590\tInstrument-Agency(e2,e1)\n9591\tEntity-Origin(e2,e1)\n9592\tMember-Collection(e2,e1)\n9593\tEntity-Destination(e1,e2)\n9594\tInstrument-Agency(e2,e1)\n9595\tMember-Collection(e2,e1)\n9596\tMessage-Topic(e1,e2)\n9597\tCause-Effect(e2,e1)\n9598\tEntity-Destination(e1,e2)\n9599\tOther\n9600\tComponent-Whole(e1,e2)\n9601\tCause-Effect(e2,e1)\n9602\tMember-Collection(e2,e1)\n9603\tComponent-Whole(e1,e2)\n9604\tContent-Container(e2,e1)\n9605\tInstrument-Agency(e2,e1)\n9606\tOther\n9607\tOther\n9608\tMember-Collection(e2,e1)\n9609\tContent-Container(e2,e1)\n9610\tOther\n9611\tEntity-Origin(e1,e2)\n9612\tComponent-Whole(e2,e1)\n9613\tComponent-Whole(e1,e2)\n9614\tMember-Collection(e1,e2)\n9615\tMessage-Topic(e1,e2)\n9616\tOther\n9617\tComponent-Whole(e1,e2)\n9618\tCause-Effect(e1,e2)\n9619\tInstrument-Agency(e2,e1)\n9620\tMember-Collection(e2,e1)\n9621\tEntity-Destination(e1,e2)\n9622\tMessage-Topic(e1,e2)\n9623\tOther\n9624\tCause-Effect(e1,e2)\n9625\tComponent-Whole(e1,e2)\n9626\tEntity-Origin(e2,e1)\n9627\tOther\n9628\tInstrument-Agency(e2,e1)\n9629\tMessage-Topic(e1,e2)\n9630\tOther\n9631\tOther\n9632\tComponent-Whole(e2,e1)\n9633\tEntity-Destination(e1,e2)\n9634\tComponent-Whole(e2,e1)\n9635\tContent-Container(e1,e2)\n9636\tComponent-Whole(e1,e2)\n9637\tEntity-Destination(e1,e2)\n9638\tOther\n9639\tOther\n9640\tContent-Container(e1,e2)\n9641\tOther\n9642\tOther\n9643\tOther\n9644\tProduct-Producer(e1,e2)\n9645\tContent-Container(e1,e2)\n9646\tOther\n9647\tCause-Effect(e2,e1)\n9648\tCause-Effect(e2,e1)\n9649\tInstrument-Agency(e1,e2)\n9650\tOther\n9651\tMember-Collection(e2,e1)\n9652\tOther\n9653\tMessage-Topic(e2,e1)\n9654\tInstrument-Agency(e1,e2)\n9655\tEntity-Destination(e1,e2)\n9656\tEntity-Origin(e1,e2)\n9657\tEntity-Origin(e1,e2)\n9658\tOther\n9659\tCause-Effect(e1,e2)\n9660\tMember-Collection(e2,e1)\n9661\tMessage-Topic(e1,e2)\n9662\tContent-Container(e1,e2)\n9663\tOther\n9664\tMember-Collection(e2,e1)\n9665\tEntity-Destination(e1,e2)\n9666\tComponent-Whole(e1,e2)\n9667\tProduct-Producer(e2,e1)\n9668\tComponent-Whole(e1,e2)\n9669\tEntity-Origin(e1,e2)\n9670\tEntity-Origin(e1,e2)\n9671\tComponent-Whole(e2,e1)\n9672\tComponent-Whole(e2,e1)\n9673\tCause-Effect(e2,e1)\n9674\tOther\n9675\tMessage-Topic(e1,e2)\n9676\tEntity-Destination(e1,e2)\n9677\tProduct-Producer(e1,e2)\n9678\tMember-Collection(e2,e1)\n9679\tComponent-Whole(e1,e2)\n9680\tOther\n9681\tMember-Collection(e2,e1)\n9682\tCause-Effect(e1,e2)\n9683\tEntity-Destination(e1,e2)\n9684\tCause-Effect(e2,e1)\n9685\tComponent-Whole(e1,e2)\n9686\tOther\n9687\tInstrument-Agency(e2,e1)\n9688\tCause-Effect(e1,e2)\n9689\tCause-Effect(e2,e1)\n9690\tCause-Effect(e2,e1)\n9691\tMessage-Topic(e1,e2)\n9692\tProduct-Producer(e1,e2)\n9693\tEntity-Origin(e2,e1)\n9694\tContent-Container(e1,e2)\n9695\tCause-Effect(e1,e2)\n9696\tInstrument-Agency(e2,e1)\n9697\tComponent-Whole(e1,e2)\n9698\tCause-Effect(e1,e2)\n9699\tCause-Effect(e2,e1)\n9700\tOther\n9701\tOther\n9702\tMember-Collection(e2,e1)\n9703\tCause-Effect(e2,e1)\n9704\tInstrument-Agency(e2,e1)\n9705\tMessage-Topic(e1,e2)\n9706\tOther\n9707\tComponent-Whole(e2,e1)\n9708\tCause-Effect(e2,e1)\n9709\tMember-Collection(e1,e2)\n9710\tEntity-Origin(e1,e2)\n9711\tEntity-Origin(e1,e2)\n9712\tProduct-Producer(e2,e1)\n9713\tComponent-Whole(e1,e2)\n9714\tOther\n9715\tComponent-Whole(e2,e1)\n9716\tProduct-Producer(e2,e1)\n9717\tMember-Collection(e2,e1)\n9718\tOther\n9719\tCause-Effect(e1,e2)\n9720\tCause-Effect(e2,e1)\n9721\tInstrument-Agency(e2,e1)\n9722\tCause-Effect(e2,e1)\n9723\tComponent-Whole(e1,e2)\n9724\tEntity-Origin(e1,e2)\n9725\tCause-Effect(e1,e2)\n9726\tOther\n9727\tCause-Effect(e1,e2)\n9728\tMessage-Topic(e1,e2)\n9729\tInstrument-Agency(e1,e2)\n9730\tMessage-Topic(e1,e2)\n9731\tCause-Effect(e1,e2)\n9732\tCause-Effect(e1,e2)\n9733\tEntity-Origin(e1,e2)\n9734\tMessage-Topic(e2,e1)\n9735\tMessage-Topic(e1,e2)\n9736\tComponent-Whole(e2,e1)\n9737\tComponent-Whole(e1,e2)\n9738\tOther\n9739\tCause-Effect(e2,e1)\n9740\tCause-Effect(e2,e1)\n9741\tOther\n9742\tMessage-Topic(e2,e1)\n9743\tComponent-Whole(e2,e1)\n9744\tMessage-Topic(e2,e1)\n9745\tMember-Collection(e2,e1)\n9746\tMember-Collection(e2,e1)\n9747\tOther\n9748\tMember-Collection(e2,e1)\n9749\tMessage-Topic(e1,e2)\n9750\tOther\n9751\tMember-Collection(e1,e2)\n9752\tEntity-Origin(e1,e2)\n9753\tMember-Collection(e2,e1)\n9754\tContent-Container(e1,e2)\n9755\tEntity-Origin(e2,e1)\n9756\tMessage-Topic(e1,e2)\n9757\tMessage-Topic(e1,e2)\n9758\tCause-Effect(e2,e1)\n9759\tComponent-Whole(e2,e1)\n9760\tContent-Container(e1,e2)\n9761\tOther\n9762\tOther\n9763\tComponent-Whole(e2,e1)\n9764\tMessage-Topic(e1,e2)\n9765\tMember-Collection(e2,e1)\n9766\tEntity-Destination(e1,e2)\n9767\tEntity-Origin(e1,e2)\n9768\tInstrument-Agency(e2,e1)\n9769\tCause-Effect(e2,e1)\n9770\tEntity-Origin(e1,e2)\n9771\tComponent-Whole(e1,e2)\n9772\tEntity-Destination(e1,e2)\n9773\tComponent-Whole(e2,e1)\n9774\tEntity-Destination(e1,e2)\n9775\tEntity-Destination(e1,e2)\n9776\tOther\n9777\tMessage-Topic(e1,e2)\n9778\tProduct-Producer(e2,e1)\n9779\tOther\n9780\tCause-Effect(e2,e1)\n9781\tEntity-Destination(e1,e2)\n9782\tOther\n9783\tEntity-Origin(e1,e2)\n9784\tProduct-Producer(e2,e1)\n9785\tProduct-Producer(e2,e1)\n9786\tContent-Container(e1,e2)\n9787\tEntity-Destination(e1,e2)\n9788\tMessage-Topic(e1,e2)\n9789\tOther\n9790\tMember-Collection(e2,e1)\n9791\tCause-Effect(e1,e2)\n9792\tEntity-Destination(e1,e2)\n9793\tOther\n9794\tComponent-Whole(e1,e2)\n9795\tOther\n9796\tOther\n9797\tCause-Effect(e2,e1)\n9798\tEntity-Destination(e1,e2)\n9799\tOther\n9800\tMessage-Topic(e1,e2)\n9801\tEntity-Origin(e1,e2)\n9802\tEntity-Destination(e1,e2)\n9803\tOther\n9804\tMember-Collection(e2,e1)\n9805\tEntity-Destination(e1,e2)\n9806\tContent-Container(e1,e2)\n9807\tEntity-Origin(e1,e2)\n9808\tOther\n9809\tEntity-Destination(e1,e2)\n9810\tContent-Container(e1,e2)\n9811\tOther\n9812\tCause-Effect(e1,e2)\n9813\tInstrument-Agency(e1,e2)\n9814\tMember-Collection(e2,e1)\n9815\tOther\n9816\tInstrument-Agency(e2,e1)\n9817\tMessage-Topic(e1,e2)\n9818\tMember-Collection(e2,e1)\n9819\tCause-Effect(e2,e1)\n9820\tOther\n9821\tProduct-Producer(e1,e2)\n9822\tProduct-Producer(e1,e2)\n9823\tEntity-Origin(e2,e1)\n9824\tInstrument-Agency(e2,e1)\n9825\tMember-Collection(e2,e1)\n9826\tMember-Collection(e2,e1)\n9827\tMember-Collection(e2,e1)\n9828\tProduct-Producer(e1,e2)\n9829\tCause-Effect(e1,e2)\n9830\tEntity-Origin(e1,e2)\n9831\tCause-Effect(e1,e2)\n9832\tEntity-Origin(e1,e2)\n9833\tOther\n9834\tComponent-Whole(e1,e2)\n9835\tContent-Container(e1,e2)\n9836\tProduct-Producer(e2,e1)\n9837\tInstrument-Agency(e1,e2)\n9838\tMember-Collection(e2,e1)\n9839\tOther\n9840\tMessage-Topic(e1,e2)\n9841\tMember-Collection(e2,e1)\n9842\tOther\n9843\tOther\n9844\tEntity-Origin(e1,e2)\n9845\tComponent-Whole(e2,e1)\n9846\tProduct-Producer(e2,e1)\n9847\tOther\n9848\tCause-Effect(e2,e1)\n9849\tOther\n9850\tProduct-Producer(e2,e1)\n9851\tMember-Collection(e2,e1)\n9852\tEntity-Origin(e1,e2)\n9853\tOther\n9854\tMember-Collection(e2,e1)\n9855\tEntity-Destination(e1,e2)\n9856\tContent-Container(e1,e2)\n9857\tComponent-Whole(e2,e1)\n9858\tProduct-Producer(e1,e2)\n9859\tContent-Container(e2,e1)\n9860\tEntity-Origin(e1,e2)\n9861\tCause-Effect(e2,e1)\n9862\tEntity-Origin(e1,e2)\n9863\tProduct-Producer(e2,e1)\n9864\tProduct-Producer(e2,e1)\n9865\tEntity-Destination(e1,e2)\n9866\tMember-Collection(e2,e1)\n9867\tOther\n9868\tCause-Effect(e2,e1)\n9869\tOther\n9870\tProduct-Producer(e1,e2)\n9871\tEntity-Destination(e1,e2)\n9872\tOther\n9873\tEntity-Destination(e1,e2)\n9874\tEntity-Destination(e1,e2)\n9875\tMember-Collection(e1,e2)\n9876\tCause-Effect(e2,e1)\n9877\tOther\n9878\tMember-Collection(e2,e1)\n9879\tOther\n9880\tContent-Container(e1,e2)\n9881\tMember-Collection(e2,e1)\n9882\tEntity-Origin(e1,e2)\n9883\tEntity-Destination(e1,e2)\n9884\tInstrument-Agency(e2,e1)\n9885\tMessage-Topic(e1,e2)\n9886\tOther\n9887\tMember-Collection(e2,e1)\n9888\tMember-Collection(e1,e2)\n9889\tInstrument-Agency(e2,e1)\n9890\tMember-Collection(e2,e1)\n9891\tMember-Collection(e2,e1)\n9892\tOther\n9893\tComponent-Whole(e2,e1)\n9894\tEntity-Destination(e1,e2)\n9895\tProduct-Producer(e2,e1)\n9896\tContent-Container(e1,e2)\n9897\tOther\n9898\tEntity-Destination(e1,e2)\n9899\tCause-Effect(e2,e1)\n9900\tEntity-Destination(e1,e2)\n9901\tCause-Effect(e2,e1)\n9902\tCause-Effect(e1,e2)\n9903\tOther\n9904\tEntity-Origin(e1,e2)\n9905\tOther\n9906\tComponent-Whole(e2,e1)\n9907\tProduct-Producer(e1,e2)\n9908\tOther\n9909\tProduct-Producer(e2,e1)\n9910\tMember-Collection(e1,e2)\n9911\tMessage-Topic(e1,e2)\n9912\tInstrument-Agency(e1,e2)\n9913\tContent-Container(e1,e2)\n9914\tContent-Container(e1,e2)\n9915\tOther\n9916\tOther\n9917\tProduct-Producer(e2,e1)\n9918\tMember-Collection(e2,e1)\n9919\tCause-Effect(e2,e1)\n9920\tProduct-Producer(e2,e1)\n9921\tComponent-Whole(e1,e2)\n9922\tEntity-Origin(e2,e1)\n9923\tMember-Collection(e2,e1)\n9924\tOther\n9925\tComponent-Whole(e1,e2)\n9926\tProduct-Producer(e2,e1)\n9927\tComponent-Whole(e1,e2)\n9928\tComponent-Whole(e1,e2)\n9929\tContent-Container(e1,e2)\n9930\tOther\n9931\tEntity-Destination(e1,e2)\n9932\tContent-Container(e1,e2)\n9933\tProduct-Producer(e2,e1)\n9934\tComponent-Whole(e1,e2)\n9935\tProduct-Producer(e2,e1)\n9936\tEntity-Destination(e1,e2)\n9937\tMember-Collection(e2,e1)\n9938\tMember-Collection(e2,e1)\n9939\tEntity-Destination(e1,e2)\n9940\tContent-Container(e2,e1)\n9941\tEntity-Destination(e1,e2)\n9942\tContent-Container(e2,e1)\n9943\tOther\n9944\tMessage-Topic(e1,e2)\n9945\tComponent-Whole(e2,e1)\n9946\tMessage-Topic(e2,e1)\n9947\tProduct-Producer(e2,e1)\n9948\tEntity-Destination(e1,e2)\n9949\tEntity-Origin(e1,e2)\n9950\tOther\n9951\tMessage-Topic(e1,e2)\n9952\tEntity-Destination(e1,e2)\n9953\tEntity-Destination(e1,e2)\n9954\tEntity-Origin(e1,e2)\n9955\tContent-Container(e2,e1)\n9956\tCause-Effect(e2,e1)\n9957\tComponent-Whole(e2,e1)\n9958\tEntity-Origin(e1,e2)\n9959\tInstrument-Agency(e2,e1)\n9960\tMember-Collection(e2,e1)\n9961\tProduct-Producer(e2,e1)\n9962\tEntity-Origin(e1,e2)\n9963\tEntity-Destination(e1,e2)\n9964\tEntity-Destination(e1,e2)\n9965\tCause-Effect(e2,e1)\n9966\tOther\n9967\tCause-Effect(e1,e2)\n9968\tMessage-Topic(e2,e1)\n9969\tEntity-Destination(e1,e2)\n9970\tInstrument-Agency(e2,e1)\n9971\tComponent-Whole(e2,e1)\n9972\tComponent-Whole(e1,e2)\n9973\tMessage-Topic(e1,e2)\n9974\tCause-Effect(e2,e1)\n9975\tCause-Effect(e2,e1)\n9976\tOther\n9977\tProduct-Producer(e2,e1)\n9978\tOther\n9979\tCause-Effect(e1,e2)\n9980\tComponent-Whole(e1,e2)\n9981\tMember-Collection(e2,e1)\n9982\tEntity-Destination(e1,e2)\n9983\tContent-Container(e1,e2)\n9984\tMember-Collection(e2,e1)\n9985\tCause-Effect(e2,e1)\n9986\tOther\n9987\tProduct-Producer(e2,e1)\n9988\tContent-Container(e1,e2)\n9989\tOther\n9990\tOther\n9991\tMessage-Topic(e1,e2)\n9992\tComponent-Whole(e1,e2)\n9993\tContent-Container(e1,e2)\n9994\tComponent-Whole(e1,e2)\n9995\tOther\n9996\tMessage-Topic(e1,e2)\n9997\tComponent-Whole(e1,e2)\n9998\tEntity-Origin(e1,e2)\n9999\tEntity-Destination(e1,e2)\n10000\tInstrument-Agency(e2,e1)\n10001\tInstrument-Agency(e2,e1)\n10002\tMessage-Topic(e1,e2)\n10003\tCause-Effect(e2,e1)\n10004\tEntity-Destination(e1,e2)\n10005\tInstrument-Agency(e2,e1)\n10006\tMember-Collection(e2,e1)\n10007\tEntity-Origin(e1,e2)\n10008\tEntity-Destination(e1,e2)\n10009\tCause-Effect(e1,e2)\n10010\tEntity-Origin(e1,e2)\n10011\tOther\n10012\tCause-Effect(e2,e1)\n10013\tMember-Collection(e2,e1)\n10014\tEntity-Destination(e1,e2)\n10015\tOther\n10016\tContent-Container(e1,e2)\n10017\tEntity-Destination(e1,e2)\n10018\tEntity-Origin(e1,e2)\n10019\tOther\n10020\tEntity-Destination(e1,e2)\n10021\tOther\n10022\tOther\n10023\tMessage-Topic(e1,e2)\n10024\tMessage-Topic(e1,e2)\n10025\tOther\n10026\tInstrument-Agency(e2,e1)\n10027\tEntity-Destination(e1,e2)\n10028\tMessage-Topic(e1,e2)\n10029\tMember-Collection(e2,e1)\n10030\tOther\n10031\tMember-Collection(e2,e1)\n10032\tMember-Collection(e2,e1)\n10033\tOther\n10034\tContent-Container(e1,e2)\n10035\tComponent-Whole(e2,e1)\n10036\tOther\n10037\tEntity-Destination(e1,e2)\n10038\tCause-Effect(e2,e1)\n10039\tEntity-Destination(e1,e2)\n10040\tCause-Effect(e2,e1)\n10041\tCause-Effect(e2,e1)\n10042\tMessage-Topic(e2,e1)\n10043\tEntity-Destination(e1,e2)\n10044\tComponent-Whole(e2,e1)\n10045\tComponent-Whole(e2,e1)\n10046\tEntity-Destination(e1,e2)\n10047\tCause-Effect(e1,e2)\n10048\tInstrument-Agency(e2,e1)\n10049\tMessage-Topic(e1,e2)\n10050\tContent-Container(e2,e1)\n10051\tComponent-Whole(e2,e1)\n10052\tMember-Collection(e2,e1)\n10053\tContent-Container(e1,e2)\n10054\tCause-Effect(e2,e1)\n10055\tEntity-Destination(e1,e2)\n10056\tEntity-Destination(e1,e2)\n10057\tInstrument-Agency(e2,e1)\n10058\tMember-Collection(e1,e2)\n10059\tCause-Effect(e2,e1)\n10060\tOther\n10061\tOther\n10062\tContent-Container(e1,e2)\n10063\tComponent-Whole(e2,e1)\n10064\tCause-Effect(e1,e2)\n10065\tContent-Container(e1,e2)\n10066\tOther\n10067\tEntity-Origin(e1,e2)\n10068\tEntity-Destination(e1,e2)\n10069\tOther\n10070\tComponent-Whole(e1,e2)\n10071\tEntity-Origin(e1,e2)\n10072\tContent-Container(e2,e1)\n10073\tOther\n10074\tEntity-Origin(e1,e2)\n10075\tEntity-Origin(e1,e2)\n10076\tProduct-Producer(e1,e2)\n10077\tEntity-Destination(e1,e2)\n10078\tEntity-Destination(e1,e2)\n10079\tProduct-Producer(e2,e1)\n10080\tEntity-Origin(e2,e1)\n10081\tEntity-Destination(e1,e2)\n10082\tEntity-Origin(e1,e2)\n10083\tComponent-Whole(e1,e2)\n10084\tEntity-Origin(e1,e2)\n10085\tEntity-Destination(e1,e2)\n10086\tCause-Effect(e1,e2)\n10087\tEntity-Destination(e1,e2)\n10088\tInstrument-Agency(e2,e1)\n10089\tProduct-Producer(e2,e1)\n10090\tCause-Effect(e1,e2)\n10091\tEntity-Origin(e2,e1)\n10092\tEntity-Origin(e1,e2)\n10093\tOther\n10094\tContent-Container(e1,e2)\n10095\tEntity-Destination(e1,e2)\n10096\tComponent-Whole(e2,e1)\n10097\tOther\n10098\tMessage-Topic(e1,e2)\n10099\tEntity-Destination(e1,e2)\n10100\tEntity-Destination(e1,e2)\n10101\tEntity-Origin(e2,e1)\n10102\tCause-Effect(e1,e2)\n10103\tMessage-Topic(e1,e2)\n10104\tMember-Collection(e2,e1)\n10105\tMember-Collection(e2,e1)\n10106\tComponent-Whole(e2,e1)\n10107\tContent-Container(e1,e2)\n10108\tMessage-Topic(e1,e2)\n10109\tOther\n10110\tMessage-Topic(e1,e2)\n10111\tOther\n10112\tOther\n10113\tProduct-Producer(e2,e1)\n10114\tMessage-Topic(e2,e1)\n10115\tMessage-Topic(e1,e2)\n10116\tEntity-Origin(e2,e1)\n10117\tProduct-Producer(e2,e1)\n10118\tCause-Effect(e1,e2)\n10119\tMember-Collection(e2,e1)\n10120\tComponent-Whole(e2,e1)\n10121\tEntity-Destination(e1,e2)\n10122\tEntity-Origin(e1,e2)\n10123\tMessage-Topic(e1,e2)\n10124\tOther\n10125\tOther\n10126\tMember-Collection(e2,e1)\n10127\tOther\n10128\tInstrument-Agency(e1,e2)\n10129\tOther\n10130\tOther\n10131\tProduct-Producer(e1,e2)\n10132\tComponent-Whole(e2,e1)\n10133\tInstrument-Agency(e2,e1)\n10134\tCause-Effect(e2,e1)\n10135\tComponent-Whole(e2,e1)\n10136\tEntity-Origin(e1,e2)\n10137\tMessage-Topic(e1,e2)\n10138\tEntity-Origin(e1,e2)\n10139\tEntity-Origin(e1,e2)\n10140\tProduct-Producer(e2,e1)\n10141\tOther\n10142\tProduct-Producer(e2,e1)\n10143\tOther\n10144\tInstrument-Agency(e2,e1)\n10145\tInstrument-Agency(e1,e2)\n10146\tProduct-Producer(e1,e2)\n10147\tComponent-Whole(e2,e1)\n10148\tProduct-Producer(e2,e1)\n10149\tInstrument-Agency(e2,e1)\n10150\tComponent-Whole(e1,e2)\n10151\tProduct-Producer(e2,e1)\n10152\tInstrument-Agency(e1,e2)\n10153\tProduct-Producer(e2,e1)\n10154\tMember-Collection(e2,e1)\n10155\tMessage-Topic(e1,e2)\n10156\tCause-Effect(e1,e2)\n10157\tComponent-Whole(e1,e2)\n10158\tEntity-Destination(e1,e2)\n10159\tOther\n10160\tOther\n10161\tComponent-Whole(e1,e2)\n10162\tEntity-Origin(e1,e2)\n10163\tEntity-Origin(e2,e1)\n10164\tEntity-Origin(e1,e2)\n10165\tEntity-Destination(e1,e2)\n10166\tComponent-Whole(e1,e2)\n10167\tEntity-Origin(e1,e2)\n10168\tContent-Container(e1,e2)\n10169\tMember-Collection(e2,e1)\n10170\tEntity-Origin(e1,e2)\n10171\tContent-Container(e2,e1)\n10172\tMessage-Topic(e2,e1)\n10173\tOther\n10174\tMember-Collection(e2,e1)\n10175\tEntity-Destination(e1,e2)\n10176\tProduct-Producer(e2,e1)\n10177\tCause-Effect(e2,e1)\n10178\tEntity-Destination(e1,e2)\n10179\tProduct-Producer(e1,e2)\n10180\tInstrument-Agency(e2,e1)\n10181\tOther\n10182\tCause-Effect(e2,e1)\n10183\tMessage-Topic(e1,e2)\n10184\tEntity-Destination(e1,e2)\n10185\tEntity-Origin(e1,e2)\n10186\tOther\n10187\tEntity-Destination(e1,e2)\n10188\tOther\n10189\tMessage-Topic(e1,e2)\n10190\tProduct-Producer(e1,e2)\n10191\tEntity-Destination(e1,e2)\n10192\tProduct-Producer(e2,e1)\n10193\tComponent-Whole(e1,e2)\n10194\tEntity-Origin(e1,e2)\n10195\tInstrument-Agency(e2,e1)\n10196\tOther\n10197\tProduct-Producer(e1,e2)\n10198\tEntity-Origin(e1,e2)\n10199\tEntity-Origin(e1,e2)\n10200\tEntity-Origin(e1,e2)\n10201\tInstrument-Agency(e2,e1)\n10202\tEntity-Destination(e1,e2)\n10203\tInstrument-Agency(e2,e1)\n10204\tMessage-Topic(e1,e2)\n10205\tProduct-Producer(e2,e1)\n10206\tProduct-Producer(e2,e1)\n10207\tEntity-Destination(e1,e2)\n10208\tComponent-Whole(e1,e2)\n10209\tCause-Effect(e2,e1)\n10210\tComponent-Whole(e2,e1)\n10211\tMessage-Topic(e1,e2)\n10212\tComponent-Whole(e1,e2)\n10213\tOther\n10214\tComponent-Whole(e1,e2)\n10215\tEntity-Origin(e1,e2)\n10216\tMessage-Topic(e1,e2)\n10217\tOther\n10218\tEntity-Origin(e2,e1)\n10219\tContent-Container(e1,e2)\n10220\tMessage-Topic(e1,e2)\n10221\tEntity-Origin(e1,e2)\n10222\tEntity-Origin(e1,e2)\n10223\tMember-Collection(e2,e1)\n10224\tProduct-Producer(e2,e1)\n10225\tMember-Collection(e2,e1)\n10226\tEntity-Destination(e1,e2)\n10227\tContent-Container(e1,e2)\n10228\tCause-Effect(e2,e1)\n10229\tMember-Collection(e1,e2)\n10230\tCause-Effect(e2,e1)\n10231\tEntity-Destination(e1,e2)\n10232\tContent-Container(e1,e2)\n10233\tOther\n10234\tProduct-Producer(e2,e1)\n10235\tInstrument-Agency(e2,e1)\n10236\tMessage-Topic(e1,e2)\n10237\tProduct-Producer(e2,e1)\n10238\tMember-Collection(e2,e1)\n10239\tMember-Collection(e2,e1)\n10240\tEntity-Destination(e1,e2)\n10241\tInstrument-Agency(e2,e1)\n10242\tMessage-Topic(e2,e1)\n10243\tInstrument-Agency(e2,e1)\n10244\tOther\n10245\tEntity-Destination(e1,e2)\n10246\tCause-Effect(e2,e1)\n10247\tMessage-Topic(e1,e2)\n10248\tContent-Container(e2,e1)\n10249\tInstrument-Agency(e2,e1)\n10250\tProduct-Producer(e1,e2)\n10251\tOther\n10252\tInstrument-Agency(e2,e1)\n10253\tMessage-Topic(e1,e2)\n10254\tCause-Effect(e2,e1)\n10255\tEntity-Destination(e1,e2)\n10256\tContent-Container(e2,e1)\n10257\tCause-Effect(e1,e2)\n10258\tCause-Effect(e2,e1)\n10259\tMessage-Topic(e2,e1)\n10260\tEntity-Origin(e1,e2)\n10261\tOther\n10262\tOther\n10263\tEntity-Destination(e1,e2)\n10264\tComponent-Whole(e2,e1)\n10265\tMessage-Topic(e1,e2)\n10266\tProduct-Producer(e2,e1)\n10267\tCause-Effect(e1,e2)\n10268\tMember-Collection(e2,e1)\n10269\tMessage-Topic(e1,e2)\n10270\tProduct-Producer(e2,e1)\n10271\tEntity-Origin(e1,e2)\n10272\tComponent-Whole(e1,e2)\n10273\tEntity-Origin(e1,e2)\n10274\tComponent-Whole(e2,e1)\n10275\tCause-Effect(e1,e2)\n10276\tEntity-Destination(e1,e2)\n10277\tComponent-Whole(e1,e2)\n10278\tProduct-Producer(e1,e2)\n10279\tCause-Effect(e2,e1)\n10280\tEntity-Destination(e1,e2)\n10281\tCause-Effect(e2,e1)\n10282\tOther\n10283\tEntity-Origin(e2,e1)\n10284\tEntity-Destination(e1,e2)\n10285\tCause-Effect(e2,e1)\n10286\tContent-Container(e1,e2)\n10287\tContent-Container(e1,e2)\n10288\tComponent-Whole(e2,e1)\n10289\tMember-Collection(e2,e1)\n10290\tContent-Container(e1,e2)\n10291\tOther\n10292\tMessage-Topic(e1,e2)\n10293\tEntity-Destination(e1,e2)\n10294\tInstrument-Agency(e1,e2)\n10295\tMessage-Topic(e2,e1)\n10296\tCause-Effect(e2,e1)\n10297\tEntity-Origin(e1,e2)\n10298\tEntity-Origin(e2,e1)\n10299\tEntity-Origin(e1,e2)\n10300\tOther\n10301\tMember-Collection(e2,e1)\n10302\tMessage-Topic(e1,e2)\n10303\tEntity-Destination(e1,e2)\n10304\tInstrument-Agency(e2,e1)\n10305\tComponent-Whole(e1,e2)\n10306\tComponent-Whole(e2,e1)\n10307\tComponent-Whole(e1,e2)\n10308\tOther\n10309\tMessage-Topic(e1,e2)\n10310\tMessage-Topic(e1,e2)\n10311\tComponent-Whole(e2,e1)\n10312\tContent-Container(e2,e1)\n10313\tProduct-Producer(e1,e2)\n10314\tContent-Container(e1,e2)\n10315\tComponent-Whole(e1,e2)\n10316\tContent-Container(e1,e2)\n10317\tOther\n10318\tOther\n10319\tMember-Collection(e2,e1)\n10320\tInstrument-Agency(e2,e1)\n10321\tEntity-Destination(e1,e2)\n10322\tComponent-Whole(e1,e2)\n10323\tOther\n10324\tMessage-Topic(e1,e2)\n10325\tContent-Container(e1,e2)\n10326\tOther\n10327\tContent-Container(e1,e2)\n10328\tProduct-Producer(e1,e2)\n10329\tInstrument-Agency(e2,e1)\n10330\tEntity-Destination(e1,e2)\n10331\tInstrument-Agency(e2,e1)\n10332\tContent-Container(e1,e2)\n10333\tOther\n10334\tOther\n10335\tCause-Effect(e2,e1)\n10336\tEntity-Origin(e1,e2)\n10337\tContent-Container(e1,e2)\n10338\tEntity-Origin(e1,e2)\n10339\tOther\n10340\tEntity-Origin(e1,e2)\n10341\tOther\n10342\tEntity-Destination(e1,e2)\n10343\tInstrument-Agency(e2,e1)\n10344\tCause-Effect(e2,e1)\n10345\tComponent-Whole(e2,e1)\n10346\tInstrument-Agency(e2,e1)\n10347\tContent-Container(e2,e1)\n10348\tEntity-Destination(e1,e2)\n10349\tMember-Collection(e2,e1)\n10350\tCause-Effect(e1,e2)\n10351\tEntity-Destination(e1,e2)\n10352\tMessage-Topic(e2,e1)\n10353\tProduct-Producer(e2,e1)\n10354\tEntity-Destination(e1,e2)\n10355\tContent-Container(e1,e2)\n10356\tEntity-Origin(e1,e2)\n10357\tEntity-Origin(e1,e2)\n10358\tComponent-Whole(e1,e2)\n10359\tOther\n10360\tMessage-Topic(e1,e2)\n10361\tInstrument-Agency(e1,e2)\n10362\tEntity-Destination(e1,e2)\n10363\tEntity-Destination(e1,e2)\n10364\tProduct-Producer(e2,e1)\n10365\tMessage-Topic(e1,e2)\n10366\tMember-Collection(e2,e1)\n10367\tProduct-Producer(e2,e1)\n10368\tInstrument-Agency(e2,e1)\n10369\tInstrument-Agency(e2,e1)\n10370\tOther\n10371\tProduct-Producer(e1,e2)\n10372\tProduct-Producer(e1,e2)\n10373\tCause-Effect(e1,e2)\n10374\tContent-Container(e1,e2)\n10375\tMember-Collection(e2,e1)\n10376\tEntity-Destination(e1,e2)\n10377\tMessage-Topic(e1,e2)\n10378\tEntity-Origin(e2,e1)\n10379\tCause-Effect(e1,e2)\n10380\tComponent-Whole(e2,e1)\n10381\tMessage-Topic(e1,e2)\n10382\tCause-Effect(e2,e1)\n10383\tCause-Effect(e1,e2)\n10384\tEntity-Origin(e1,e2)\n10385\tInstrument-Agency(e2,e1)\n10386\tComponent-Whole(e2,e1)\n10387\tComponent-Whole(e2,e1)\n10388\tProduct-Producer(e1,e2)\n10389\tComponent-Whole(e1,e2)\n10390\tOther\n10391\tInstrument-Agency(e2,e1)\n10392\tMessage-Topic(e1,e2)\n10393\tEntity-Origin(e1,e2)\n10394\tOther\n10395\tMessage-Topic(e1,e2)\n10396\tCause-Effect(e2,e1)\n10397\tEntity-Origin(e1,e2)\n10398\tCause-Effect(e1,e2)\n10399\tEntity-Destination(e1,e2)\n10400\tComponent-Whole(e1,e2)\n10401\tMember-Collection(e2,e1)\n10402\tOther\n10403\tEntity-Origin(e1,e2)\n10404\tMember-Collection(e2,e1)\n10405\tEntity-Destination(e1,e2)\n10406\tOther\n10407\tProduct-Producer(e2,e1)\n10408\tMember-Collection(e2,e1)\n10409\tProduct-Producer(e1,e2)\n10410\tOther\n10411\tOther\n10412\tProduct-Producer(e2,e1)\n10413\tEntity-Destination(e1,e2)\n10414\tMessage-Topic(e2,e1)\n10415\tEntity-Destination(e1,e2)\n10416\tMember-Collection(e2,e1)\n10417\tCause-Effect(e2,e1)\n10418\tEntity-Destination(e1,e2)\n10419\tCause-Effect(e2,e1)\n10420\tOther\n10421\tEntity-Destination(e1,e2)\n10422\tMessage-Topic(e1,e2)\n10423\tEntity-Origin(e1,e2)\n10424\tInstrument-Agency(e2,e1)\n10425\tCause-Effect(e2,e1)\n10426\tCause-Effect(e2,e1)\n10427\tOther\n10428\tComponent-Whole(e1,e2)\n10429\tMessage-Topic(e1,e2)\n10430\tMember-Collection(e2,e1)\n10431\tContent-Container(e1,e2)\n10432\tContent-Container(e1,e2)\n10433\tComponent-Whole(e2,e1)\n10434\tCause-Effect(e1,e2)\n10435\tComponent-Whole(e1,e2)\n10436\tEntity-Destination(e1,e2)\n10437\tMessage-Topic(e1,e2)\n10438\tOther\n10439\tOther\n10440\tProduct-Producer(e1,e2)\n10441\tMember-Collection(e1,e2)\n10442\tEntity-Destination(e1,e2)\n10443\tContent-Container(e1,e2)\n10444\tInstrument-Agency(e2,e1)\n10445\tContent-Container(e1,e2)\n10446\tEntity-Destination(e1,e2)\n10447\tOther\n10448\tProduct-Producer(e1,e2)\n10449\tMember-Collection(e2,e1)\n10450\tOther\n10451\tComponent-Whole(e2,e1)\n10452\tOther\n10453\tEntity-Destination(e1,e2)\n10454\tMessage-Topic(e1,e2)\n10455\tProduct-Producer(e1,e2)\n10456\tEntity-Destination(e1,e2)\n10457\tMessage-Topic(e1,e2)\n10458\tOther\n10459\tOther\n10460\tComponent-Whole(e2,e1)\n10461\tProduct-Producer(e2,e1)\n10462\tContent-Container(e1,e2)\n10463\tEntity-Destination(e1,e2)\n10464\tProduct-Producer(e2,e1)\n10465\tMessage-Topic(e1,e2)\n10466\tCause-Effect(e2,e1)\n10467\tEntity-Destination(e1,e2)\n10468\tCause-Effect(e1,e2)\n10469\tComponent-Whole(e1,e2)\n10470\tContent-Container(e1,e2)\n10471\tEntity-Origin(e1,e2)\n10472\tMessage-Topic(e1,e2)\n10473\tProduct-Producer(e1,e2)\n10474\tEntity-Origin(e1,e2)\n10475\tMember-Collection(e2,e1)\n10476\tContent-Container(e1,e2)\n10477\tContent-Container(e1,e2)\n10478\tEntity-Destination(e1,e2)\n10479\tContent-Container(e1,e2)\n10480\tEntity-Origin(e2,e1)\n10481\tCause-Effect(e2,e1)\n10482\tProduct-Producer(e1,e2)\n10483\tComponent-Whole(e1,e2)\n10484\tComponent-Whole(e1,e2)\n10485\tOther\n10486\tMessage-Topic(e1,e2)\n10487\tOther\n10488\tEntity-Destination(e1,e2)\n10489\tComponent-Whole(e2,e1)\n10490\tEntity-Origin(e2,e1)\n10491\tInstrument-Agency(e2,e1)\n10492\tOther\n10493\tCause-Effect(e1,e2)\n10494\tOther\n10495\tContent-Container(e2,e1)\n10496\tProduct-Producer(e2,e1)\n10497\tComponent-Whole(e2,e1)\n10498\tContent-Container(e2,e1)\n10499\tOther\n10500\tCause-Effect(e2,e1)\n10501\tCause-Effect(e2,e1)\n10502\tComponent-Whole(e1,e2)\n10503\tComponent-Whole(e1,e2)\n10504\tCause-Effect(e1,e2)\n10505\tCause-Effect(e1,e2)\n10506\tInstrument-Agency(e2,e1)\n10507\tEntity-Origin(e2,e1)\n10508\tProduct-Producer(e1,e2)\n10509\tEntity-Destination(e1,e2)\n10510\tComponent-Whole(e1,e2)\n10511\tProduct-Producer(e1,e2)\n10512\tOther\n10513\tOther\n10514\tEntity-Origin(e1,e2)\n10515\tMember-Collection(e2,e1)\n10516\tProduct-Producer(e2,e1)\n10517\tOther\n10518\tMessage-Topic(e1,e2)\n10519\tEntity-Destination(e1,e2)\n10520\tMember-Collection(e2,e1)\n10521\tOther\n10522\tOther\n10523\tCause-Effect(e2,e1)\n10524\tCause-Effect(e2,e1)\n10525\tMember-Collection(e2,e1)\n10526\tComponent-Whole(e1,e2)\n10527\tMember-Collection(e2,e1)\n10528\tCause-Effect(e2,e1)\n10529\tComponent-Whole(e1,e2)\n10530\tContent-Container(e1,e2)\n10531\tMessage-Topic(e2,e1)\n10532\tEntity-Origin(e1,e2)\n10533\tMessage-Topic(e1,e2)\n10534\tOther\n10535\tMessage-Topic(e1,e2)\n10536\tComponent-Whole(e1,e2)\n10537\tProduct-Producer(e2,e1)\n10538\tEntity-Origin(e1,e2)\n10539\tProduct-Producer(e1,e2)\n10540\tEntity-Destination(e1,e2)\n10541\tEntity-Origin(e1,e2)\n10542\tComponent-Whole(e2,e1)\n10543\tEntity-Origin(e1,e2)\n10544\tCause-Effect(e1,e2)\n10545\tCause-Effect(e2,e1)\n10546\tOther\n10547\tComponent-Whole(e2,e1)\n10548\tComponent-Whole(e1,e2)\n10549\tProduct-Producer(e1,e2)\n10550\tInstrument-Agency(e2,e1)\n10551\tCause-Effect(e2,e1)\n10552\tCause-Effect(e1,e2)\n10553\tProduct-Producer(e2,e1)\n10554\tProduct-Producer(e2,e1)\n10555\tContent-Container(e1,e2)\n10556\tComponent-Whole(e2,e1)\n10557\tEntity-Destination(e1,e2)\n10558\tMessage-Topic(e1,e2)\n10559\tEntity-Destination(e1,e2)\n10560\tMember-Collection(e2,e1)\n10561\tOther\n10562\tOther\n10563\tProduct-Producer(e2,e1)\n10564\tEntity-Destination(e1,e2)\n10565\tProduct-Producer(e1,e2)\n10566\tEntity-Destination(e1,e2)\n10567\tOther\n10568\tOther\n10569\tProduct-Producer(e1,e2)\n10570\tMessage-Topic(e1,e2)\n10571\tOther\n10572\tOther\n10573\tEntity-Origin(e1,e2)\n10574\tOther\n10575\tContent-Container(e1,e2)\n10576\tProduct-Producer(e2,e1)\n10577\tCause-Effect(e1,e2)\n10578\tCause-Effect(e2,e1)\n10579\tContent-Container(e1,e2)\n10580\tMember-Collection(e2,e1)\n10581\tComponent-Whole(e2,e1)\n10582\tMember-Collection(e2,e1)\n10583\tInstrument-Agency(e2,e1)\n10584\tCause-Effect(e1,e2)\n10585\tProduct-Producer(e1,e2)\n10586\tComponent-Whole(e1,e2)\n10587\tEntity-Origin(e2,e1)\n10588\tMember-Collection(e2,e1)\n10589\tOther\n10590\tEntity-Destination(e1,e2)\n10591\tComponent-Whole(e2,e1)\n10592\tComponent-Whole(e1,e2)\n10593\tOther\n10594\tEntity-Origin(e1,e2)\n10595\tOther\n10596\tMessage-Topic(e1,e2)\n10597\tCause-Effect(e1,e2)\n10598\tOther\n10599\tCause-Effect(e2,e1)\n10600\tProduct-Producer(e1,e2)\n10601\tOther\n10602\tEntity-Destination(e1,e2)\n10603\tOther\n10604\tComponent-Whole(e2,e1)\n10605\tCause-Effect(e1,e2)\n10606\tCause-Effect(e1,e2)\n10607\tComponent-Whole(e2,e1)\n10608\tEntity-Origin(e1,e2)\n10609\tInstrument-Agency(e2,e1)\n10610\tOther\n10611\tEntity-Destination(e1,e2)\n10612\tOther\n10613\tEntity-Destination(e1,e2)\n10614\tCause-Effect(e2,e1)\n10615\tOther\n10616\tMessage-Topic(e1,e2)\n10617\tEntity-Destination(e1,e2)\n10618\tProduct-Producer(e2,e1)\n10619\tEntity-Origin(e1,e2)\n10620\tOther\n10621\tOther\n10622\tCause-Effect(e1,e2)\n10623\tEntity-Origin(e1,e2)\n10624\tContent-Container(e1,e2)\n10625\tMember-Collection(e2,e1)\n10626\tComponent-Whole(e2,e1)\n10627\tCause-Effect(e2,e1)\n10628\tMessage-Topic(e1,e2)\n10629\tCause-Effect(e1,e2)\n10630\tOther\n10631\tContent-Container(e1,e2)\n10632\tEntity-Destination(e1,e2)\n10633\tEntity-Destination(e1,e2)\n10634\tMember-Collection(e2,e1)\n10635\tContent-Container(e1,e2)\n10636\tContent-Container(e1,e2)\n10637\tCause-Effect(e2,e1)\n10638\tOther\n10639\tCause-Effect(e2,e1)\n10640\tComponent-Whole(e1,e2)\n10641\tCause-Effect(e2,e1)\n10642\tCause-Effect(e1,e2)\n10643\tCause-Effect(e2,e1)\n10644\tEntity-Origin(e1,e2)\n10645\tCause-Effect(e2,e1)\n10646\tCause-Effect(e2,e1)\n10647\tMessage-Topic(e2,e1)\n10648\tProduct-Producer(e1,e2)\n10649\tEntity-Origin(e1,e2)\n10650\tCause-Effect(e2,e1)\n10651\tMember-Collection(e2,e1)\n10652\tOther\n10653\tMessage-Topic(e1,e2)\n10654\tOther\n10655\tContent-Container(e1,e2)\n10656\tEntity-Origin(e1,e2)\n10657\tComponent-Whole(e1,e2)\n10658\tMessage-Topic(e1,e2)\n10659\tMember-Collection(e1,e2)\n10660\tMessage-Topic(e1,e2)\n10661\tProduct-Producer(e2,e1)\n10662\tContent-Container(e2,e1)\n10663\tContent-Container(e1,e2)\n10664\tOther\n10665\tComponent-Whole(e2,e1)\n10666\tEntity-Origin(e1,e2)\n10667\tOther\n10668\tMember-Collection(e2,e1)\n10669\tMessage-Topic(e1,e2)\n10670\tContent-Container(e1,e2)\n10671\tOther\n10672\tOther\n10673\tProduct-Producer(e1,e2)\n10674\tOther\n10675\tEntity-Destination(e1,e2)\n10676\tComponent-Whole(e2,e1)\n10677\tMessage-Topic(e2,e1)\n10678\tOther\n10679\tProduct-Producer(e1,e2)\n10680\tInstrument-Agency(e2,e1)\n10681\tEntity-Destination(e1,e2)\n10682\tOther\n10683\tEntity-Destination(e1,e2)\n10684\tEntity-Origin(e1,e2)\n10685\tProduct-Producer(e2,e1)\n10686\tComponent-Whole(e1,e2)\n10687\tOther\n10688\tEntity-Destination(e1,e2)\n10689\tComponent-Whole(e2,e1)\n10690\tEntity-Origin(e1,e2)\n10691\tEntity-Origin(e1,e2)\n10692\tCause-Effect(e1,e2)\n10693\tContent-Container(e1,e2)\n10694\tEntity-Destination(e1,e2)\n10695\tMessage-Topic(e2,e1)\n10696\tInstrument-Agency(e2,e1)\n10697\tMessage-Topic(e1,e2)\n10698\tOther\n10699\tMessage-Topic(e2,e1)\n10700\tMember-Collection(e2,e1)\n10701\tEntity-Destination(e1,e2)\n10702\tInstrument-Agency(e2,e1)\n10703\tCause-Effect(e1,e2)\n10704\tCause-Effect(e2,e1)\n10705\tEntity-Destination(e1,e2)\n10706\tOther\n10707\tComponent-Whole(e2,e1)\n10708\tEntity-Destination(e1,e2)\n10709\tOther\n10710\tMember-Collection(e2,e1)\n10711\tEntity-Origin(e1,e2)\n10712\tEntity-Origin(e1,e2)\n10713\tInstrument-Agency(e2,e1)\n10714\tProduct-Producer(e1,e2)\n10715\tComponent-Whole(e2,e1)\n10716\tProduct-Producer(e1,e2)\n10717\tEntity-Destination(e2,e1)\n"
  }
]