From e4c4e91218b7ca8fb4e939c85ead7003c4c7040d Mon Sep 17 00:00:00 2001 From: Nicholas Yang <parablank@gmail.com> Date: Thu, 15 Mar 2018 20:26:05 -0400 Subject: [PATCH] postings list seek table entry in seek file --- indexer/Indexer.cpp | 22 ++++++ indexer/Indexer.h | 2 + indexer/PostingsSeekTableEntry.h | 12 ++++ indexer/index0-seek.txt | 120 +++++++++++++++++++++++++++++++ indexer/index1-seek.txt | 111 ++++++++++++++++++++++++++++ indexer/index2-seek.txt | 114 +++++++++++++++++++++++++++++ indexer/index3-seek.txt | 113 +++++++++++++++++++++++++++++ indexer/index4-seek.txt | 117 ++++++++++++++++++++++++++++++ indexer/index5-seek.txt | 110 ++++++++++++++++++++++++++++ indexer/index6-seek.txt | 116 ++++++++++++++++++++++++++++++ indexer/index7-seek.txt | 114 +++++++++++++++++++++++++++++ indexer/index8-seek.txt | 16 +++++ 12 files changed, 967 insertions(+) create mode 100644 indexer/PostingsSeekTableEntry.h diff --git a/indexer/Indexer.cpp b/indexer/Indexer.cpp index 3777460..1d51598 100644 --- a/indexer/Indexer.cpp +++ b/indexer/Indexer.cpp @@ -82,7 +82,16 @@ void Indexer::save() { // seekOffset += strlen(wordBreak.c_str()); bool firstPost = true; size_t lastOne = 0; + int numIndexed = 0; for(auto location : word.second) { + numIndexed++; + if(numIndexed >= 100) { + PostingsSeekTableEntry entry = PostingsSeekTableEntry(); + entry.offset = seekOffset; + entry.realLocation = location; + postingsSeekTable[word.first].push_back(entry); + numIndexed = 0; + } if(firstPost) { string locationSpace = to_string(location) + " "; write(file, locationSpace.c_str(), strlen(locationSpace.c_str())); @@ -119,6 +128,18 @@ void Indexer::save() { for(auto word : seeker) { string line = word.first + " " + to_string(word.second) + "\n"; write(seekFile, line.c_str(), strlen(line.c_str())); + if(postingsSeekTable.find(word.first) != postingsSeekTable.end()) { + string offsetLine = "\t"; + for(int i = 0; i < postingsSeekTable[word.first].size(); i++) { + offsetLine += "<" + + to_string(postingsSeekTable[word.first][i].realLocation) + + ", " + + to_string(postingsSeekTable[word.first][i].offset) + + "> "; + } + offsetLine += "\n"; + write(seekFile, offsetLine.c_str(), strlen(offsetLine.c_str())); + } } close(file); @@ -154,6 +175,7 @@ void Indexer::verbose_save() { void Indexer::reset() { masterDictionary.clear(); docEndings.clear(); + postingsSeekTable.clear(); currentBlockNumberWords = 0; currentBlockNumberDocs = 0; diff --git a/indexer/Indexer.h b/indexer/Indexer.h index b62142c..61c633b 100644 --- a/indexer/Indexer.h +++ b/indexer/Indexer.h @@ -3,6 +3,7 @@ #include "../ProducerConsumerQueue.h" #include "../ProducerConsumerQueue.cpp" #include "DocumentEnding.h" +#include "PostingsSeekTableEntry.h" #include <unordered_map> #include <map> #include <vector> @@ -41,6 +42,7 @@ class Indexer { unordered_map<string, vector<size_t> > masterDictionary; map<string, vector<size_t> > chunkDictionary; + unordered_map<string, vector<PostingsSeekTableEntry> > postingsSeekTable; vector<DocumentEnding> docEndings; diff --git a/indexer/PostingsSeekTableEntry.h b/indexer/PostingsSeekTableEntry.h new file mode 100644 index 0000000..efd8265 --- /dev/null +++ b/indexer/PostingsSeekTableEntry.h @@ -0,0 +1,12 @@ +#pragma once + +class PostingsSeekTableEntry { +public: + PostingsSeekTableEntry() { + offset = 0; + realLocation = 0; + } + + size_t offset; + size_t realLocation; +}; \ No newline at end of file diff --git a/indexer/index0-seek.txt b/indexer/index0-seek.txt index b4e504f..7322b92 100755 --- a/indexer/index0-seek.txt +++ b/indexer/index0-seek.txt @@ -1,5 +1,6 @@ =docEnding 489903 a 84 + <6118, 396> <12323, 704> <17760, 1001> <23301, 1297> <28439, 1592> <33427, 1884> <38020, 2175> <43819, 2479> <50101, 2786> <55902, 3092> <60325, 3386> <65903, 3681> <71753, 3981> <77474, 4284> <81533, 4572> <87090, 4872> <92188, 5167> <97608, 5464> aa 5583 aaa 5607 aaaa 5630 @@ -80,6 +81,7 @@ abonsapi 6328 aborrescencia 6335 abortodevaca 6348 about 6355 + <74515, 6761> aboutaquarius 6913 abouthisaura 6925 aboutjuubs 6932 @@ -751,6 +753,7 @@ alize 15646 alkapon 15653 alkhansaq 15660 all 15667 + <48626, 16050> <89735, 16435> alla 16515 allaboutpisces 16534 allah 16541 @@ -999,6 +1002,7 @@ amymidence 20601 amyofficiel 20608 amyovermeer 20615 an 20622 + <86363, 21034> ana 21083 anaa 21120 anaaguiarrr 21127 @@ -1038,6 +1042,7 @@ anche 21369 ancient 21381 ancora 21387 and 21394 + <13156, 21732> <29881, 22074> <44613, 22411> <61505, 22762> <77693, 23110> <90535, 23446> anda 23687 andan 23745 andar 23752 @@ -1423,6 +1428,7 @@ ard 28465 ardiente 28478 ardilla 28485 are 28492 + <44839, 28875> <92477, 29266> areallesbian 29323 areas 29330 ared 29336 @@ -1524,6 +1530,7 @@ arw 30395 arykara 30402 arzt 30409 as 30415 + <56465, 30797> asaasiiiya 31101 asado 31108 asaelpolanco 31115 @@ -1631,6 +1638,7 @@ asustada 32444 asviolentas 32451 asyabjk 32458 at 32465 + <32986, 32828> <63468, 33197> <94671, 33565> ata 33632 atarde 33648 atari 33660 @@ -1940,6 +1948,7 @@ babyyboy 37493 babyyjesss 37500 bachmann 37507 back 37514 + <91262, 37931> backboard 37985 backd 37992 background 37998 @@ -2238,6 +2247,7 @@ bday 41116 bdaychic 41165 bdseternamentee 41172 be 41179 + <30390, 41542> <69705, 41916> bea 42268 beach 42280 beaches 42324 @@ -3415,6 +3425,7 @@ bussta 58282 busting 58288 busy 58295 but 58325 + <53259, 58711> <97208, 59093> butcher 59122 butekusertanejo 59128 butforonebreath 59135 @@ -3439,6 +3450,7 @@ bvl 59435 bxtchdonthate 59442 bxtchimtheshxt 59449 by 59456 + <96188, 59864> bydle 59879 bye 59884 bygget 59926 @@ -3622,6 +3634,7 @@ campur 62363 camqsprincess 62370 camyazeredo 62377 can 62384 + <66533, 62785> canad 62956 canada 62963 canadafinland 63063 @@ -3662,6 +3675,7 @@ cansando 63401 cansei 63408 cansuknowsbest 63435 cant 63442 + <89938, 63848> canta 63893 cantam 63912 cantan 63918 @@ -4270,6 +4284,7 @@ christinedaae 71128 christineejoyy 71135 christm 71142 christmas 71148 + <88094, 71559> christmasrt 71618 chrisweatherly 71625 chrlsrock 71632 @@ -4599,6 +4614,7 @@ colotorretta 75185 colton 75192 columna 75205 com 75212 + <51016, 75597> coma 75950 coman 75962 comandante 75974 @@ -4671,6 +4687,7 @@ communicate 77278 communication 77285 communityksa 77292 como 77299 + <83525, 77706> comoloflipas 77778 comoodio 77785 comove 77791 @@ -4739,6 +4756,7 @@ comradecrimson 78412 comscorelatam 78419 comunicaunach 78425 con 78432 + <80529, 78837> conaculta 78954 conanobrien 78961 conceited 78967 @@ -5346,7 +5364,9 @@ cyrus 86134 cystreducing 86141 czy 86148 d 86155 + <76790, 86557> da 86684 + <55773, 87075> daaaaammmmn 87427 daaarr 87434 daaayalves 87440 @@ -5596,6 +5616,7 @@ dawggfart 90550 dawgs 90557 dawonthegreat 90564 day 90571 + <94806, 90987> dayanabelieber 91007 dayand 91014 daylight 91020 @@ -5624,6 +5645,7 @@ ddlovato 91341 ddoo 91359 ddr 91366 de 91390 + <9789, 91707> <20587, 92030> <29251, 92339> <38691, 92649> <49022, 92967> <59671, 93296> <71161, 93614> <80712, 93929> <89129, 94245> <97732, 94553> deacord 94617 dead 94624 deadass 94692 @@ -6439,6 +6461,7 @@ dnt 104991 dntrc 105049 dnv 105056 do 105069 + <32719, 105435> <59948, 105801> <91511, 106173> doa 106307 doao 106314 doblar 106321 @@ -6535,6 +6558,7 @@ donniebelissimo 107885 donny 107892 donporfiriodiaz 107899 dont 107906 + <41024, 108279> <73811, 108642> dontask 108902 dontfeelgood 108908 donts 108915 @@ -6825,6 +6849,7 @@ dyorum 112467 dyzygazo 112474 dzaita 112481 e 112488 + <24461, 112835> <50266, 113184> <76404, 113537> ea 113860 each 113869 eachother 113909 @@ -7034,6 +7059,7 @@ eksiklii 116615 ekspres 116622 ektirmek 116628 el 116635 + <38445, 116995> <73362, 117357> ela 117670 elain 117869 elas 117876 @@ -7122,6 +7148,7 @@ elsquatregats 118857 elviarz 118864 elzamarks 118871 em 118878 + <84549, 119277> emagreci 119379 emahuevo 119386 email 119393 @@ -7207,6 +7234,7 @@ emwaah 120079 emwatsom 120086 emzibailey 120093 en 120100 + <30510, 120462> <57183, 120820> <83990, 121179> enaknya 121372 enamel 121379 enamorada 121386 @@ -7485,6 +7513,7 @@ ervanuit 124602 erweiterung 124609 erykah 124614 es 124621 + <54408, 124992> esa 125327 esalgodedios 125405 esas 125412 @@ -7716,6 +7745,7 @@ etsen 129348 etswii 129355 etterno 129362 eu 129369 + <34265, 129736> <63220, 130089> <97973, 130457> eua 130468 euainda 130475 euamovose 130482 @@ -8541,6 +8571,7 @@ folks 143614 follbek 143631 folln 143637 follow 143644 + <82821, 144030> followall 144105 followback 144112 followbelieveinmagicx 144151 @@ -8589,6 +8620,7 @@ footstool 144950 footwell 144957 footy 144964 for 144971 + <20401, 145327> <39882, 145689> <60946, 146051> <81833, 146410> fora 146732 forbes 146787 force 146794 @@ -8778,6 +8810,7 @@ frnt 149425 fro 149434 frohe 149441 from 149448 + <72976, 149846> fromyesterdayy 149981 front 149988 fronte 150030 @@ -9228,6 +9261,7 @@ gespecialiceerd 155689 gesprek 155696 gesund 155709 get 155716 + <36734, 156090> <76259, 156478> getcho 156676 getglue 156683 geti 156706 @@ -9450,6 +9484,7 @@ gnomomaromo 159983 gnomos 159990 gnt 159997 go 160012 + <54307, 160394> goal 160706 goals 160737 goat 160749 @@ -9478,6 +9513,7 @@ goeyewear 161159 goiasbada 161165 goin 161172 going 161252 + <99128, 161673> goingawalls 161678 goingon 161685 gokcicim 161692 @@ -9511,6 +9547,7 @@ gonzalez 162248 gonzovrosique 162255 goo 162262 good 162269 + <69825, 162671> goodbye 162842 goodnight 162859 google 162871 @@ -9551,6 +9588,7 @@ gostosas 163326 gostoso 163332 gostou 163356 got 163363 + <67426, 163766> gota 163978 gotd 163984 gotdamn 163991 @@ -9903,6 +9941,7 @@ hackearon 168707 hacked 168714 hackeo 168721 had 168728 + <99007, 169143> hadas 169148 hade 169155 hades 169169 @@ -10112,6 +10151,7 @@ hav 172832 havada 172839 havas 172846 have 172853 + <41458, 173236> <87200, 173625> havent 173772 haventracedinoverweeks 173872 havin 173879 @@ -10156,6 +10196,7 @@ hdmi 174428 hdnegro 174435 hdubbbzzzz 174442 he 174449 + <58243, 174816> hea 175050 head 175063 headache 175176 @@ -10629,6 +10670,7 @@ housewives 183767 housing 183774 houve 183783 how 183790 + <62091, 184179> howard 184394 howardjackson 184406 howells 184413 @@ -11147,6 +11189,7 @@ hyung 188657 hyvin 188664 hznle 188671 i 188678 + <5212, 188968> <12546, 189285> <17203, 189575> <23656, 189880> <29423, 190173> <35649, 190470> <40706, 190756> <46127, 191048> <52375, 191350> <58092, 191651> <64035, 191947> <70892, 192251> <75993, 192544> <81286, 192839> <86799, 193128> <93079, 193428> <98641, 193724> ia 193778 iadorewomen 193827 iaetaally 193834 @@ -11272,6 +11315,7 @@ iesjeeexx 195262 iets 195269 iezz 195292 if 195299 + <44686, 195689> <87192, 196073> ifilosofia 196235 ifitaintb 196269 iflirtwithbiebs 196276 @@ -11354,6 +11398,7 @@ ijust 197035 ijustinbieberjb 197042 ijustinnotas 197048 ik 197071 + <97421, 197474> ikamusumechan 197497 ikare 197510 ikasafika 197517 @@ -11421,6 +11466,7 @@ iluvfreshprince 198327 ilvemysmile 198334 ily 198341 im 198348 + <25668, 198704> <50377, 199065> <68436, 199399> <89145, 199740> ima 199931 imaanchal 200001 imac 200008 @@ -11518,6 +11564,7 @@ imurderhoes 200881 imwinningthouu 200888 imzalanan 200895 in 200902 + <14307, 201246> <26901, 201580> <43345, 201927> <59108, 202268> <74545, 202613> <92304, 202959> inability 203120 inadaptado 203127 inanamadk 203133 @@ -11840,6 +11887,7 @@ irritant 206572 irsjaad 206579 iruri 206591 is 206598 + <17226, 206934> <32946, 207276> <48775, 207622> <62302, 207949> <78505, 208302> <91801, 208645> isa 208835 isaa 208842 isaabelgonzalez 208849 @@ -11906,6 +11954,7 @@ isupportselena 209580 isurvivedx 209586 isweetpurple 209593 it 209600 + <21543, 209949> <44349, 210305> <67427, 210656> <90385, 211004> italia 211159 italie 211172 italy 211179 @@ -11933,6 +11982,7 @@ itmakesmehappywhen 211375 itn 211382 itok 211388 its 211395 + <49538, 211786> <95167, 212176> itsabelieberthing 212194 itsadelinaxo 212201 itsanisa 212208 @@ -12227,6 +12277,7 @@ jd 215694 jdaam 215701 jddatruth 215708 je 215715 + <91940, 216108> jeaah 216154 jealous 216161 jealousss 216188 @@ -12658,6 +12709,7 @@ jusineedyou 220150 juss 220157 jussharlee 220182 just 220189 + <32052, 220549> <64260, 220927> <93740, 221299> justamente 221364 justashb 221371 justbadk 221378 @@ -13248,6 +13300,7 @@ knoooo 227799 knooow 227806 knotted 227813 know 227820 + <71071, 228227> knowbut 228412 knowfeelin 228419 knowing 228426 @@ -13433,6 +13486,7 @@ kz 230012 kzl 230025 l 230031 la 230300 + <31274, 230664> <56561, 231015> <80710, 231360> laa 231661 laabasso 231674 laah 231681 @@ -13997,6 +14051,7 @@ lijm 239154 lijougly 239160 lik 239167 like 239179 + <35269, 239547> <71642, 239913> likeabigshot 240242 likeajonatic 240249 likeapindax 240256 @@ -14216,6 +14271,7 @@ lnea 243317 lnger 243325 lnpt 243330 lo 243337 + <51569, 243709> load 244043 loads 244056 loan 244063 @@ -14254,6 +14310,7 @@ loko 244375 lokota 244387 loksquare 244394 lol 244401 + <58551, 244792> lola 245035 lolhavent 245048 loli 245055 @@ -14319,6 +14376,7 @@ lorhanes 246308 lori 246314 lorsarroyo 246329 los 246336 + <81459, 246730> losdelgobierno 246837 lose 246844 loser 246862 @@ -14359,6 +14417,7 @@ lovaticrocker 247329 lovaticsmiler 247334 lovato 247341 love 247353 + <39856, 247730> <87849, 248113> lovealex 248237 loveallurflaws 248244 lovebianca 248251 @@ -14727,6 +14786,7 @@ maio 252640 maior 252653 maiquetia 252676 mais 252683 + <91285, 253086> maisfollowers 253137 maishaamyers 253144 maistequila 253151 @@ -15030,6 +15090,7 @@ maryland 257146 marylous 257152 maryyjanee 257159 mas 257166 + <77523, 257574> masaya 257684 masbro 257691 mascara 257698 @@ -15186,6 +15247,7 @@ mdr 259244 mdrr 259270 mdrrr 259277 me 259284 + <10308, 259607> <21702, 259945> <32418, 260267> <43435, 260600> <52934, 260920> <63642, 261255> <75406, 261584> <84785, 261897> <95307, 262218> meaawth 262348 mead 262355 meal 262362 @@ -15459,6 +15521,7 @@ metro 266118 metropolitano 266131 metros 266138 meu 266145 + <78330, 266544> meudocinhomel 266645 meunegoow 266652 meurtrire 266659 @@ -15493,6 +15556,7 @@ mhmmmm 266963 mhsm 266970 mhz 266976 mi 266990 + <58704, 267379> mia 267664 miababy 267670 miabaga 267676 @@ -16003,6 +16067,7 @@ morar 274761 morder 274774 mordida 274781 more 274788 + <92113, 275205> moreebut 275235 moreee 275242 moreendo 275249 @@ -16347,6 +16412,7 @@ mximo 280330 mxitnames 280336 mxzsnow 280343 my 280350 + <12978, 280690> <28615, 281024> <42681, 281355> <53940, 281684> <65796, 282015> <80804, 282360> <95610, 282692> mybad 282806 mybadmedicine 282818 mydepoo 282825 @@ -16380,6 +16446,7 @@ mzng 283124 mzyayratay 283131 n 283138 na 283497 + <87221, 283903> naa 283957 naaaa 283964 naaaze 283970 @@ -16634,6 +16701,7 @@ nederlandse 287235 nedir 287242 nee 287249 need 287287 + <92461, 287708> needa 287767 needed 287791 needha 287826 @@ -16752,6 +16820,7 @@ never 289039 neversaynever 289411 neville 289418 new 289425 + <67781, 289822> newbies 290047 newcastle 290054 newly 290061 @@ -16945,6 +17014,7 @@ nne 292877 nnti 292884 nnu 292891 no 292898 + <13324, 293233> <22209, 293548> <33441, 293876> <43847, 294197> <53608, 294526> <66089, 294857> <77809, 295183> <89910, 295510> noaaavanreijn 295739 noaack 295746 noahliamg 295753 @@ -17061,6 +17131,7 @@ nossas 297508 nosso 297515 nosta 297568 not 297575 + <49781, 297966> <90562, 298345> nota 298407 notable 298425 notas 298432 @@ -17112,6 +17183,7 @@ novios 299033 novo 299046 novoo 299139 now 299145 + <77894, 299556> nowadays 299691 nowbye 299704 nowfollowing 299711 @@ -17220,6 +17292,7 @@ nyykbvb 301309 nz 301316 nzogbia 301323 o 301330 + <17292, 301670> <36970, 302019> <59020, 302361> <86440, 302709> oak 302931 oakbrook 302943 oakland 302950 @@ -17299,6 +17372,7 @@ oelala 303705 oem 303712 oeps 303719 of 303726 + <23035, 304084> <43902, 304443> <59426, 304788> <79653, 305143> ofenden 305459 ofendlo 305466 off 305473 @@ -17517,6 +17591,7 @@ omur 308960 omw 308967 omygaaawd 308999 on 309006 + <17516, 309355> <36780, 309704> <56421, 310058> <79053, 310417> <96143, 310765> ona 310815 onayaguila 310832 onbekend 310839 @@ -17532,6 +17607,7 @@ onder 311036 onderweg 311055 ondreahh 311062 one 311069 + <73825, 311461> onedirection 311624 onedirectionbud 311637 onedirectionuk 311644 @@ -17664,6 +17740,7 @@ opzij 313548 oq 313554 oque 313577 or 313600 + <89046, 314014> ora 314066 oraas 314078 oracin 314085 @@ -17763,6 +17840,7 @@ ourteenfacts 315748 ousam 315766 ousted 315773 out 315786 + <52400, 316180> outadoc 316517 outbut 316524 outcomes 316531 @@ -17982,6 +18060,7 @@ papitos 319536 paps 319543 par 319550 para 319581 + <72614, 319987> paraa 320193 paraba 320200 parabens 320207 @@ -18332,6 +18411,7 @@ penumpang 324473 penuria 324481 peopl 324488 people 324495 + <91734, 324903> peoplei 324948 peoples 324955 peor 324962 @@ -18867,6 +18947,7 @@ popuphow 332424 poqito 332431 poquito 332438 por 332447 + <49365, 332827> porch 333181 pore 333188 poredjenju 333195 @@ -18993,6 +19074,7 @@ pqpmirella 334901 pqvitoria 334908 pr 334915 pra 334944 + <80111, 335340> praa 335442 praat 335454 praatten 335466 @@ -19469,6 +19551,7 @@ pyjamma 340862 pylons 340869 pz 340876 q 340889 + <82473, 341269> qa 341343 qamee 341360 qe 341367 @@ -19532,6 +19615,7 @@ quases 342421 quatro 342428 qudraa 342435 que 342442 + <11423, 342757> <22721, 343077> <33091, 343402> <45507, 343730> <55169, 344054> <66254, 344372> <77823, 344693> <87669, 345015> <98804, 345343> quebrar 345370 quebrou 345377 queda 345383 @@ -20593,6 +20677,7 @@ rsrsrs 357799 rsrsrsrsrsr 357811 rst 357818 rt 357825 + <5077, 358127> <9318, 358416> <13987, 358709> <18370, 359000> <22698, 359293> <27498, 359583> <32299, 359874> <35828, 360160> <39598, 360451> <44480, 360749> <48706, 361044> <52995, 361337> <56804, 361624> <62225, 361928> <66952, 362226> <72505, 362526> <76246, 362807> <81501, 363105> <86720, 363409> <91757, 363705> <97041, 363999> rtalphastarr 364220 rtdablackdoll 364233 rtdalabittesstuffimtakingback 364240 @@ -20689,6 +20774,7 @@ rza 365159 rzeczy 365166 rzrzrz 365173 s 365180 + <56840, 365565> sa 365904 saa 365968 saaasssaaasa 365979 @@ -21120,6 +21206,7 @@ sdra 371304 sdv 371311 sdvs 371329 se 371336 + <36949, 371707> <71312, 372071> sea 372393 seaannabitches 372482 sealt 372489 @@ -21163,6 +21250,7 @@ sedikit 373032 seductive 373045 seductively 373052 see 373059 + <99854, 373475> seed 373480 seee 373486 seeeeeempre 373492 @@ -21330,6 +21418,7 @@ seque 376105 sequel 376112 sequer 376119 ser 376126 + <98333, 376539> sera 376544 seras 376599 serbest 376606 @@ -21523,6 +21612,7 @@ shayflawless 378693 shaynakimmerer 378700 shayydavis 378707 she 378714 + <93429, 379103> shea 379126 sheeee 379133 sheehan 379140 @@ -21680,6 +21770,7 @@ shvetsova 381542 shxt 381549 shy 381556 si 381563 + <71495, 381961> siaaa 382122 siaapp 382129 siakena 382136 @@ -22081,6 +22172,7 @@ snuggle 387173 snugglin 387180 snukreal 387187 so 387194 + <38158, 387569> <66749, 387940> soajsoiajosja 388307 soaker 388314 soalabrogan 388321 @@ -22169,6 +22261,7 @@ somalians 389309 somanypeople 389316 sombrero 389323 some 389330 + <89482, 389743> somebody 389819 somebodys 389897 someday 389910 @@ -23204,6 +23297,7 @@ tdo 405314 tdr 405321 tds 405328 te 405346 + <45192, 405719> <77727, 406081> tea 406304 teach 406322 teacher 406335 @@ -23487,6 +23581,7 @@ thankyu 410835 thanx 410848 thas 410855 that 410874 + <21441, 411227> <41459, 411581> <65885, 411945> <91492, 412312> thatadamazio 412402 thatakwardmoment 412409 thatawkmmtwhen 412416 @@ -23520,6 +23615,7 @@ thaylachoski 412960 thayllarcs 412967 thcng 412974 the 412981 + <8203, 413292> <15932, 413601> <22646, 413902> <31207, 414222> <37829, 414527> <44333, 414826> <51125, 415138> <59013, 415437> <66459, 415740> <73697, 416048> <81247, 416349> <88842, 416655> <95178, 416957> thea 417153 theangstreport 417160 theanswer 417167 @@ -23611,6 +23707,7 @@ thew 419222 thewhatitdo 419229 thexfactor 419236 they 419243 + <60871, 419634> theyd 419856 theyll 419863 theylovemeshia 419876 @@ -23643,6 +23740,7 @@ thinks 421023 thirst 421057 thirsty 421064 this 421083 + <42471, 421472> <85238, 421860> thisdamnquote 422035 thisespecially 422042 thisss 422049 @@ -23855,6 +23953,7 @@ tnt 425744 tntd 425756 tnteefalhilal 425763 to 425770 + <6741, 426071> <15781, 426388> <23371, 426700> <32298, 427025> <39558, 427335> <47674, 427650> <57120, 427971> <65456, 428286> <72587, 428596> <81096, 428917> <89077, 429226> <95601, 429532> toadas 429707 toafraser 429714 tobecontinueb 429721 @@ -23962,6 +24061,7 @@ tony 432061 tonyparsonsuk 432067 tonyvascocruz 432074 too 432081 + <97244, 432492> tooduhbooduh 432511 tooexclusive 432518 toohightoreplyy 432524 @@ -24274,6 +24374,7 @@ tto 436152 ttp 436171 tts 436178 tu 436191 + <85962, 436587> tua 436619 tuaw 436652 tube 436659 @@ -24455,6 +24556,7 @@ tyrese 439441 tysheaaaa 439465 tysser 439472 u 439479 + <31355, 439823> <78130, 440195> uaebarq 440380 uaenewsbb 440387 uang 440393 @@ -24538,6 +24640,7 @@ ultraorthodox 441186 ultrapassa 441193 ulyssesmac 441200 um 441206 + <86331, 441610> uma 441679 umabelagatinha 442013 umabiscoita 442019 @@ -24564,7 +24667,9 @@ umutbaha 442194 umutla 442201 umutlu 442208 un 442217 + <51563, 442589> una 442915 + <86994, 443326> unach 443394 unas 443401 unavoid 443442 @@ -24663,6 +24768,7 @@ unyu 444653 uolhomepage 444660 uop 444667 up 444674 + <49984, 445069> upand 445426 upcoming 445433 update 445445 @@ -25288,6 +25394,7 @@ vnv 455010 vnzjustinbieber 455017 vo 455024 voc 455096 + <83606, 455483> vocalintellect 455560 voce 455567 vocme 455647 @@ -25500,6 +25607,7 @@ wanker 459143 wanna 459156 wanneer 459437 want 459468 + <85327, 459883> wanted 459972 wanting 460044 wants 460051 @@ -25526,6 +25634,7 @@ wars 460347 warte 460362 warum 460375 was 460382 + <49693, 460763> <93731, 461148> wash 461195 washable 461230 washington 461237 @@ -25572,6 +25681,7 @@ wbuu 462593 wc 462600 wda 462607 we 462614 + <52627, 462991> wea 463338 weak 463345 weaknesses 463374 @@ -25689,6 +25799,7 @@ whahhhahahhaha 465492 whareyu 465499 whasappeando 465506 what 465513 + <54012, 465901> whatappen 466257 whatever 466264 whatjeandonow 466316 @@ -25699,6 +25810,7 @@ whatwastheblock 466471 wheel 466478 wheelchairs 466485 when 466492 + <43348, 466867> whenever 467267 wheniwakeup 467286 whennboys 467366 @@ -25732,6 +25844,7 @@ whitneyabstrakt 468039 whitneyjlanier 468046 whl 468053 who 468060 + <69994, 468462> whoaa 468577 whoabbybadazz 468584 whoanahant 468591 @@ -25787,6 +25900,7 @@ wildfire 469725 wildtiggy 469732 wilf 469739 will 469746 + <77228, 470148> willbrownmoss 470276 willcorrea 470282 willen 470289 @@ -25844,6 +25958,7 @@ wist 471076 wit 471083 witch 471214 with 471227 + <35077, 471597> <64277, 471968> <99929, 472348> withhold 472353 within 472369 withinnmysoul 472399 @@ -26133,7 +26248,9 @@ xxzaynsterd 477210 xzilan 477217 xzs 477224 y 477231 + <37352, 477602> <62900, 477949> <92601, 478310> ya 478390 + <71291, 478785> yaa 478914 yaaa 478932 yaaaaa 478944 @@ -26335,6 +26452,7 @@ ymmy 481640 ymskbot 481647 ynubigipo 481654 yo 481661 + <82613, 482074> yoboyrodmac 482164 yocupcakesnasty 482169 yoeshatje 482176 @@ -26370,6 +26488,7 @@ yoshitouchgo 482462 yoshixcii 482469 yosrifouda 482476 you 482483 + <10539, 482802> <19454, 483109> <29686, 483416> <39727, 483733> <47861, 484043> <58369, 484353> <68117, 484661> <78242, 484974> <89921, 485298> <99694, 485611> youbetails 485638 youcomin 485645 youd 485652 @@ -26392,6 +26511,7 @@ youngoartist 485876 youngwildfree 485883 youngwithgwalas 485890 your 485896 + <35266, 486260> <75797, 486633> youre 486867 youreprinces 487150 yourfavwhiteguy 487157 diff --git a/indexer/index1-seek.txt b/indexer/index1-seek.txt index 99920ce..bca906e 100755 --- a/indexer/index1-seek.txt +++ b/indexer/index1-seek.txt @@ -1,5 +1,6 @@ =docEnding 523397 a 84 + <106748, 396> <112895, 700> <118751, 1005> <124794, 1309> <131132, 1623> <136733, 1922> <142394, 2224> <146841, 2519> <151744, 2816> <156008, 3102> <161193, 3403> <167377, 3710> <173045, 4009> <178721, 4314> <184670, 4616> <189364, 4912> <194708, 5206> aa 5488 aaa 5502 aaaa 5510 @@ -95,6 +96,7 @@ aborrecencla 6389 aborted 6397 aborto 6405 about 6419 + <183835, 6835> aboutaquarius 6946 aboutdemil 6993 aboutta 7001 @@ -725,6 +727,7 @@ alive 16454 alkeem 16473 alkol 16481 all 16489 + <150667, 16883> <198929, 17268> alla 17282 alladin 17302 allah 17310 @@ -989,6 +992,7 @@ amyleesada 21731 amysteww 21739 amyytraphouse 21747 an 21755 + <189388, 22184> ana 22227 anaakarii 22272 anaalee 22280 @@ -1025,6 +1029,7 @@ anchio 22530 anchor 22538 ancora 22546 and 22554 + <115667, 22899> <132408, 23243> <147331, 23584> <162416, 23933> <178516, 24278> <193327, 24622> anda 24816 andaluca 24858 andamos 24866 @@ -1408,6 +1413,7 @@ arden 29962 ardi 29970 ardillas 29978 are 29986 + <146424, 30375> <190932, 30757> area 30838 areakid 30857 areejrajab 30865 @@ -1533,6 +1539,7 @@ arwind 32296 aryadnarocha 32304 aryaneoficial 32315 as 32323 + <145445, 32699> <196575, 33075> asahobbs 33113 asalariada 33121 asaltantes 33129 @@ -1648,6 +1655,7 @@ asupinchemadre 34625 asus 34633 asustes 34649 at 34657 + <133565, 35029> <164643, 35397> ata 35735 atacado 35753 atacam 35761 @@ -2231,6 +2239,7 @@ bdenniegirl 43533 bdkeef 43541 bdulelah 43549 be 43557 + <133495, 43928> <166831, 44303> <197587, 44667> bea 44711 beach 44719 beady 44755 @@ -3330,6 +3339,7 @@ buso 60779 busterespn 60787 busy 60795 but 60826 + <148346, 61217> <195292, 61601> butll 61648 butt 61656 buttamann 61675 @@ -3544,6 +3554,7 @@ campeo 64912 campo 64920 campus 64928 can 64936 + <173179, 65341> canada 65513 canadiense 65598 canal 65606 @@ -4207,6 +4218,7 @@ christina 74265 christinaljoy 74273 christinarocha 74281 christmas 74289 + <198807, 74710> christmasi 74720 christmasim 74728 christmaslong 74736 @@ -4524,6 +4536,7 @@ columbiana 78633 columbus 78641 column 78649 com 78657 + <154467, 79043> comanda 79347 combinar 79355 combinava 79363 @@ -4588,6 +4601,7 @@ common 80676 communication 80695 communications 80703 como 80711 + <190220, 81122> comolaints 81173 comoo 81181 comooo 81189 @@ -4651,6 +4665,7 @@ comunista 81941 comuns 81949 comverssar 81963 con 81971 + <171055, 82378> conan 82575 conceal 82583 concedido 82591 @@ -5282,7 +5297,9 @@ cz 90722 czannes 90744 czech 90752 d 90760 + <176443, 91161> da 91324 + <148217, 91704> <194431, 92089> daa 92134 daaaaaaaaa 92142 daaaaaaang 92150 @@ -5536,6 +5553,7 @@ dawam 95667 dawn 95675 dawnelizabeth 95683 day 95691 + <174804, 96106> dayahothman 96238 daycare 96246 dayeni 96254 @@ -5578,6 +5596,7 @@ ddr 96743 ddrbfagb 96751 ddrikarox 96759 de 96767 + <110886, 97087> <121724, 97423> <131635, 97734> <141949, 98056> <151366, 98376> <161282, 98691> <172439, 99013> <183125, 99335> <192855, 99657> dead 99926 deaf 99972 deal 99985 @@ -6381,6 +6400,7 @@ dnmeyesim 111053 dnt 111061 dnya 111130 do 111138 + <130322, 111493> <156017, 111859> <193017, 112239> doacalypsomente 112343 doalgaz 112351 doan 112359 @@ -6490,6 +6510,7 @@ donne 114118 donner 114126 donodinerio 114134 dont 114142 + <143468, 114529> <182978, 114904> dontforgetdey 115041 dontjudgeme 115049 doo 115057 @@ -6767,6 +6788,7 @@ dyrdek 119023 dzenlemelerine 119031 dziecko 119039 e 119047 + <123641, 119391> <151808, 119753> <180196, 120112> ea 120444 eaaa 120462 eaatmytweets 120470 @@ -6956,6 +6978,7 @@ ejh 123264 ekaddicted 123272 ekebok 123280 el 123288 + <136284, 123653> <172481, 124017> ela 124310 elaarevalo 124482 elabora 124490 @@ -7058,6 +7081,7 @@ elunico 125695 eluniversal 125703 ely 125711 em 125719 + <175151, 126117> email 126221 emanalsolami 126271 emang 126279 @@ -7138,6 +7162,7 @@ emwillll 126938 emy 126946 emybah 126954 en 126962 + <125006, 127317> <151033, 127672> <180169, 128033> ena 128260 enamor 128271 enamorada 128279 @@ -7373,6 +7398,7 @@ ervilha 131451 erwin 131459 erykafernandes 131467 es 131475 + <148438, 131856> <197630, 132240> esa 132253 esaltyclothing 132326 esas 132334 @@ -7596,6 +7622,7 @@ ett 136539 ette 136547 ettik 136555 eu 136563 + <123956, 136919> <151666, 137276> <181587, 137642> eua 137872 euaqui 137891 euh 137899 @@ -8479,6 +8506,7 @@ folks 152038 follback 152058 follo 152066 follow 152074 + <190362, 152482> followback 152524 followbelievei 152568 followed 152576 @@ -8525,6 +8553,7 @@ foot 153396 football 153421 footballqueen 153441 for 153449 + <117494, 153793> <136418, 154147> <155096, 154495> <172544, 154846> <192192, 155205> fora 155330 foram 155349 forced 155357 @@ -8712,6 +8741,7 @@ frocks 158072 frody 158080 froggychels 158088 from 158096 + <166270, 158492> fromnorthphilly 158620 front 158628 frontean 158649 @@ -9131,6 +9161,7 @@ gesto 164866 gesture 164874 gestuurd 164882 get 164896 + <139420, 165278> <175379, 165657> geta 165867 gete 165875 getemjuicyj 165883 @@ -9316,6 +9347,7 @@ gnomicomusic 168869 gnralise 168877 gnt 168885 go 168893 + <166488, 169301> goa 169516 goakhuo 169524 goal 169532 @@ -9374,6 +9406,7 @@ gonzalezmaarcos 171085 gonzi 171093 goo 171101 good 171109 + <178625, 171515> goodblessedhow 171620 goodbye 171628 goodgirlgone 171636 @@ -9427,6 +9460,7 @@ gosto 172183 gostoso 172247 gostosoo 172255 got 172263 + <167770, 172674> gotayautentico 172880 gotcha 172888 gotlovatomite 172896 @@ -10002,6 +10036,7 @@ hausoframez 183181 hav 183189 havalar 183197 have 183205 + <147324, 183591> <183242, 183971> havein 184127 haven 184135 havent 184143 @@ -10043,6 +10078,7 @@ hdnegro 184787 hdtv 184795 hdushdushd 184803 he 184811 + <158711, 185186> hea 185467 head 185475 headache 185593 @@ -10553,6 +10589,7 @@ houses 194968 houston 194976 houstonfoodie 194984 how 194992 + <174170, 195397> hows 195529 howsee 195543 howto 195551 @@ -11022,6 +11059,7 @@ hz 199973 hze 199981 hzn 199989 i 199997 + <106915, 200302> <113117, 200606> <118584, 200909> <124212, 201209> <130286, 201504> <137160, 201816> <143866, 202127> <151165, 202437> <156760, 202729> <162838, 203029> <168646, 203320> <173262, 203611> <180096, 203912> <186816, 204214> <193554, 204509> ia 204807 iacute 204890 iadorewomen 204898 @@ -11167,6 +11205,7 @@ iets 206698 ieuwl 206721 ieverything 206729 if 206737 + <143815, 207127> <187125, 207516> ifihadthreewishes 207647 ifilosofia 207655 ifisal 207675 @@ -11233,6 +11272,7 @@ ijsje 208439 ijust 208447 ijustinnotas 208455 ik 208469 + <169330, 208849> ikaoru 209029 ikazz 209037 ikben 209045 @@ -11302,6 +11342,7 @@ ilyennek 209999 ilytaj 210007 ilza 210017 im 210025 + <123823, 210384> <152562, 210758> <176693, 211115> ima 211439 imaanptr 211567 imachidice 211579 @@ -11404,6 +11445,7 @@ imusicnote 212596 imut 212604 imweird 212612 in 212620 + <115295, 212967> <133265, 213311> <147439, 213660> <161680, 214004> <179287, 214353> <195796, 214701> inabillionguy 214806 inanyorum 214814 inaylee 214822 @@ -11723,6 +11765,7 @@ irtibat 218719 irunepastor 218727 irvinsitoo 218735 is 218743 + <118321, 219095> <133513, 219442> <148803, 219782> <163389, 220124> <177698, 220464> <189672, 220804> isa 221131 isaaaaax 221151 isaabelmaria 221159 @@ -11810,6 +11853,7 @@ isyouan 222185 isyoumariana 222193 iszacharyefron 222201 it 222209 + <123651, 222555> <148128, 222912> <174632, 223265> <194451, 223621> itaajaai 223727 itake 223735 italia 223743 @@ -11834,6 +11878,7 @@ itll 223916 itlt 223958 itneverfails 223976 its 223984 + <144876, 224368> <186024, 224750> itsabelieberthing 224927 itsale 224935 itsalee 224943 @@ -12121,6 +12166,7 @@ jd 228883 jdaccc 228894 jdi 228902 je 228910 + <157663, 229277> jealous 229495 jean 229515 jeanbuenooo 229534 @@ -12557,6 +12603,7 @@ jusjuicyc 234022 jusqu 234030 juss 234038 just 234052 + <136577, 234429> <168568, 234801> <194981, 235173> justafox 235249 justdoaa 235257 juste 235265 @@ -13110,6 +13157,7 @@ knocking 241861 knocks 241875 knot 241883 know 241891 + <170478, 242296> knowask 242469 knowin 242477 knowing 242485 @@ -13297,6 +13345,7 @@ kz 244367 kzn 244387 l 244395 la 244614 + <121086, 244961> <142683, 245300> <166662, 245644> <194266, 246005> laa 246090 laabrito 246098 laaisz 246106 @@ -13869,6 +13918,7 @@ lijk 254685 lijkt 254693 lik 254711 like 254731 + <132320, 255104> <175022, 255483> likeadaisycall 255740 likeamagosindientes 255748 likeclimbing 255756 @@ -14070,6 +14120,7 @@ lnel 259078 lng 259086 lnge 259094 lo 259102 + <156311, 259481> load 259799 loafjfpodaifaspfdaofihao 259819 loan 259827 @@ -14107,6 +14158,7 @@ lokinha 260218 lokkaspelols 260226 loko 260234 lol 260242 + <158470, 260635> lolcan 260892 lolfinna 260900 lolill 260908 @@ -14177,6 +14229,7 @@ lornamarchetti 262419 lorranypaiva 262427 lorraynes 262435 los 262443 + <188018, 262853> loscadillacs 262908 losdasarge 262916 lose 262924 @@ -14225,6 +14278,7 @@ louweasley 263527 lovato 263535 lovatofreakx 263543 love 263551 + <148022, 263933> <199929, 264326> loveall 264333 loveandjupiter 264345 lovebahiya 264353 @@ -14599,6 +14653,7 @@ maior 269197 maiores 269210 mairacipriano 269218 mais 269226 + <196122, 269655> maisapadovani 269681 maison 269689 maiteoficial 269714 @@ -15088,6 +15143,7 @@ mdr 276619 mdrouais 276656 mdrr 276664 me 276683 + <111166, 277009> <120064, 277324> <131895, 277650> <142012, 277974> <154909, 278305> <167116, 278646> <177735, 278983> <189580, 279323> meacordecw 279640 meal 279648 mealasfour 279662 @@ -15370,6 +15426,7 @@ metshaweh 283787 mettaworldbee 283795 mettida 283803 meu 283811 + <181598, 284228> meugnon 284319 meurtrire 284327 meus 284335 @@ -15404,6 +15461,7 @@ mhmmm 284693 mhmwhatever 284701 mhnmsm 284709 mi 284717 + <157893, 285103> mia 285333 miaaim 285387 miabaga 285395 @@ -16241,6 +16299,7 @@ mxico 298352 mximo 298374 mxmxtnazrul 298382 my 298390 + <111939, 298721> <125348, 299054> <139577, 299388> <155471, 299731> <170383, 300068> <182471, 300403> <196698, 300749> myap 300826 myatunbi 300834 mybagonline 300842 @@ -16285,6 +16344,7 @@ mzthickjazzy 301225 mzztowseen 301233 n 301241 na 301644 + <183463, 302057> naa 302116 naaaaaaaaaaaaoe 302130 naaah 302138 @@ -16647,6 +16707,7 @@ nevermind 307782 neverthoughtiddoit 307790 neville 307798 new 307806 + <160098, 308200> newbedon 308495 newei 308503 newmusic 308511 @@ -16854,6 +16915,7 @@ nneka 311922 nnnc 311930 nnovasc 311938 no 311946 + <114396, 312281> <127349, 312609> <140578, 312940> <152299, 313271> <162744, 313590> <172763, 313909> <184577, 314244> <194640, 314575> noao 314717 noble 314725 nobod 314733 @@ -16971,6 +17033,7 @@ nosssssssssaaaaa 316685 nostalgia 316693 nostalgie 316707 not 316715 + <138730, 317084> <181615, 317463> nota 317611 notado 317629 notalkingnotagspt 317637 @@ -17032,6 +17095,7 @@ novo 318456 novosti 318545 novotel 318553 now 318561 + <186061, 318976> nowfollowing 319043 nowplaying 319051 nowwatching 319097 @@ -17135,6 +17199,7 @@ nytimeshealth 320687 nyubit 320695 nzzek 320703 o 320711 + <122706, 321060> <146237, 321416> <166472, 321770> <191784, 322126> oahsioah 322233 oajr 322241 oak 322249 @@ -17231,6 +17296,7 @@ oem 323231 oen 323242 oeuf 323250 of 323258 + <120251, 323608> <138824, 323956> <157653, 324303> <177118, 324657> <197968, 325008> ofcgesiel 325046 ofcourse 325054 oferta 325062 @@ -17435,6 +17501,7 @@ omniradiant 328712 omolola 328720 omw 328728 on 328742 + <118744, 329086> <140147, 329439> <159234, 329799> <178006, 330155> <198359, 330509> onbann 330555 onc 330563 once 330571 @@ -17446,6 +17513,7 @@ onde 330695 onder 330739 onderste 330771 one 330779 + <174452, 331197> onedirection 331359 onefine 331367 onegaigreen 331375 @@ -17578,6 +17646,7 @@ optional 333485 opzichten 333493 oque 333501 or 333536 + <182018, 333952> ora 334058 orab 334072 oradan 334080 @@ -17675,6 +17744,7 @@ ourteenfacts 335687 ousadialegria 335695 ousted 335703 out 335711 + <154216, 336108> outce 336483 outcome 336491 outd 336504 @@ -17894,6 +17964,7 @@ papo 339827 paquetera 339841 par 339849 para 339882 + <151775, 340259> parabens 340574 parabns 340582 parada 340596 @@ -18238,6 +18309,7 @@ pentadavilenta 345278 pentadavioienta 345286 pentelhando 345294 people 345302 + <182122, 345713> peoplemag 345786 peoples 345794 peopleusedtosay 345802 @@ -18795,6 +18867,7 @@ populao 354366 popular 354374 poquito 354388 por 354402 + <157775, 354797> poray 355075 porcentajes 355083 porfa 355091 @@ -18904,6 +18977,7 @@ pqpmaaari 356881 pqtallys 356889 pr 356897 pra 356917 + <160795, 357311> praat 357632 practical 357646 practically 357654 @@ -19366,6 +19440,7 @@ pzt 363481 pzx 363489 pzz 363497 q 363505 + <171672, 363881> qa 364052 qauntos 364060 qb 364068 @@ -19424,6 +19499,7 @@ quartooo 365124 quase 365132 quatro 365181 que 365189 + <110067, 365496> <119936, 365813> <130268, 366130> <142844, 366460> <151228, 366767> <161501, 367087> <172794, 367413> <183015, 367739> <195854, 368063> quebra 368189 quebrada 368203 quebrar 368211 @@ -20513,6 +20589,7 @@ rssss 382074 rsten 382082 rsvp 382090 rt 382104 + <104869, 382403> <108881, 382687> <113363, 382992> <117877, 383286> <122749, 383581> <127204, 383883> <131877, 384178> <137400, 384478> <141780, 384773> <145858, 385067> <149945, 385350> <153849, 385639> <157976, 385934> <163199, 386240> <167963, 386540> <172977, 386838> <178087, 387135> <182807, 387436> <187124, 387731> <192257, 388031> <196996, 388327> rtcharleybarrios 388519 rtdebbyfenty 388527 rtdisneywords 388535 @@ -20631,6 +20708,7 @@ ryoryo 389731 ryt 389739 rz 389758 s 389766 + <160780, 390173> sa 390428 saa 390510 saaa 390524 @@ -21058,6 +21136,7 @@ sdpnoticias 396366 sdram 396374 sdv 396382 se 396414 + <140391, 396790> <176210, 397157> sea 397480 seafood 397564 seal 397572 @@ -21110,6 +21189,7 @@ sedation 398144 sedusaosantana 398152 seduzoela 398160 see 398168 + <199070, 398593> seed 398599 seeeer 398607 seei 398615 @@ -21464,6 +21544,7 @@ shaykandi 404147 shayraupp 404155 shaytheillest 404163 she 404171 + <183704, 404570> sheaintki 404617 shealynnh 404625 shed 404633 @@ -21615,6 +21696,7 @@ shy 407144 shydera 407161 shyt 407169 si 407177 + <172084, 407573> sial 407743 sian 407751 siap 407759 @@ -22021,6 +22103,7 @@ snr 413393 snufflessirius 413401 snyder 413409 so 413417 + <130462, 413794> <163803, 414166> <198047, 414541> soa 414584 soadora 414592 soak 414600 @@ -23188,6 +23271,7 @@ tdren 433426 tds 433438 tdwjetlife 433446 te 433454 + <140470, 433810> <170651, 434160> teach 434440 teacher 434459 teaching 434473 @@ -23473,6 +23557,7 @@ tharealmcgusto 439322 tharealvnasty 439330 thas 439338 that 439346 + <127629, 439716> <150695, 440075> <176597, 440443> thatawkwardmomentwhen 440748 thatcatginn 440756 thatd 440764 @@ -23494,6 +23579,7 @@ thaynagomes 441238 thconbleecker 441246 thdrummer 441254 the 441262 + <107458, 441573> <114248, 441881> <121088, 442185> <127741, 442485> <134959, 442792> <140786, 443082> <149062, 443400> <157132, 443714> <163244, 444014> <170954, 444326> <177423, 444622> <186409, 444948> <194462, 445261> theaamariaa 445537 theaftabkhan 445545 theater 445553 @@ -23592,6 +23678,7 @@ thetristantater 447777 thewhitefan 447785 thewordalive 447793 they 447801 + <165375, 448181> theyd 448362 theyhaterozay 448370 theyll 448378 @@ -23629,6 +23716,7 @@ thirstquinncher 449562 thirsty 449570 thirtyoz 449578 this 449592 + <138671, 449973> <173518, 450349> thisdamnquote 450695 thisisdiesel 450708 thisismaxonline 450716 @@ -23743,6 +23831,7 @@ tim 452864 tima 452877 timberwolves 452885 time 452893 + <176231, 453297> timeline 453410 timelolwhats 453444 timeplease 453452 @@ -23834,6 +23923,7 @@ tney 454688 tnis 454696 tnk 454704 to 454712 + <108693, 455027> <116218, 455341> <124155, 455659> <131308, 455972> <138146, 456280> <145395, 456591> <153759, 456906> <160661, 457213> <168959, 457526> <175333, 457830> <183007, 458144> <191086, 458459> <199616, 458780> toad 458791 toas 458799 toasted 458807 @@ -23951,6 +24041,7 @@ tonyacostipert 461236 tonytiger 461244 tonyyy 461254 too 461262 + <193284, 461674> took 461705 tools 461776 toomamyeasyopportunitiesforta 461784 @@ -24242,6 +24333,7 @@ tts 465882 ttttee 465926 ttttttttta 465934 tu 465942 + <177765, 466347> tua 466465 tuanedanttas 466499 tuas 466507 @@ -24424,6 +24516,7 @@ tythinkspink 469448 tyweezy 469456 tz 469464 u 469472 + <142057, 469831> <188271, 470205> ua 470337 uaahahayahaujajhhjuahahaahaayah 470345 uae 470353 @@ -24515,6 +24608,7 @@ ultra 471352 ultralifeent 471360 ulusu 471368 um 471376 + <169641, 471771> uma 471939 umadalin 472349 umadosedeamor 472357 @@ -24538,7 +24632,9 @@ umseguidorcrazy 472583 umtaldeamor 472591 umvampirocitou 472599 un 472607 + <157572, 472988> una 473258 + <194161, 473671> unabella 473691 unanghirit 473699 unanse 473707 @@ -24632,6 +24728,7 @@ unwaivering 475013 uomini 475021 uomo 475029 up 475037 + <161464, 475442> upcoming 475737 update 475745 updated 475764 @@ -25271,6 +25368,7 @@ vnijkamp 486264 vnzjustinbieber 486272 vo 486286 voc 486415 + <192315, 486808> vocabulary 486858 voce 486866 vocee 486953 @@ -25488,6 +25586,7 @@ wanita 490806 wanna 490820 wanneer 491132 want 491172 + <167530, 491570> wanta 491724 wanted 491732 wanting 491791 @@ -25513,6 +25612,7 @@ warriors 492088 wars 492096 warte 492116 was 492128 + <152599, 492518> <199784, 492904> wash 492921 washing 492929 washington 492937 @@ -25570,6 +25670,7 @@ wby 494348 wdirty 494356 wdiversey 494364 we 494372 + <161790, 494755> weak 495034 weakling 495059 wealth 495067 @@ -25689,6 +25790,7 @@ whahahaha 497470 whale 497478 whassap 497486 what 497494 + <149899, 497887> <197346, 498269> whata 498290 whatapp 498298 whatevaaaaaaa 498306 @@ -25709,6 +25811,7 @@ whea 498594 wheel 498602 wheelchairs 498610 when 498618 + <149727, 499018> whenever 499326 wheniwakeup 499366 whennboys 499425 @@ -25733,6 +25836,7 @@ whiteday 500137 whitexrabbit 500145 whitney 500153 who 500161 + <198042, 500578> whodatcbe 500588 whoever 500596 whoisluan 500616 @@ -25793,6 +25897,7 @@ wildfantasty 501850 wildfire 501858 wildflowermak 501866 will 501874 + <178604, 502284> willekemarritx 502378 willeml 502386 willen 502394 @@ -25848,6 +25953,7 @@ wit 503246 witch 503360 witcha 503368 with 503376 + <135750, 503760> <167525, 504134> <198106, 504496> withallthatlove 504539 withdrawals 504547 withhold 504555 @@ -26171,7 +26277,9 @@ xyellastallion 510050 xyourstruly 510058 xziggyx 510066 y 510074 + <124993, 510431> <157832, 510800> <192870, 511167> ya 511257 + <178733, 511671> yaa 511775 yaaa 511816 yaaaa 511830 @@ -26352,6 +26460,7 @@ ynash 514591 ynf 514599 yngridbraggion 514607 yo 514615 + <179495, 515019> yocupcakesnasty 515094 yodawgitsalexx 515102 yodeling 515110 @@ -26389,6 +26498,7 @@ yoshidaa 515441 yosrifouda 515449 yotayy 515457 you 515465 + <111508, 515791> <124093, 516115> <135360, 516435> <144019, 516742> <154347, 517057> <163760, 517368> <175054, 517696> <185388, 518015> <195754, 518335> youand 518444 youd 518452 youi 518476 @@ -26408,6 +26518,7 @@ youngswagboy 518677 youngwallay 518685 youngyazzzy 518693 your 518701 + <134701, 519070> <165877, 519438> <197565, 519803> youre 519831 yourehopeless 520151 youriv 520159 diff --git a/indexer/index2-seek.txt b/indexer/index2-seek.txt index b3a662a..a51f675 100755 --- a/indexer/index2-seek.txt +++ b/indexer/index2-seek.txt @@ -1,5 +1,6 @@ =docEnding 522059 a 84 + <205857, 389> <211618, 689> <216386, 978> <222504, 1287> <227541, 1587> <234255, 1899> <238759, 2184> <244600, 2480> <250195, 2784> <256139, 3085> <261774, 3379> <267633, 3687> <273010, 3988> <278774, 4290> <285284, 4601> <290700, 4900> <296733, 5205> aa 5409 aaa 5423 aaaa 5452 @@ -81,6 +82,7 @@ abono 6227 aborrecencla 6235 abortion 6249 about 6257 + <275084, 6673> aboutaquarius 6793 aboutnizar 6806 abouts 6814 @@ -736,6 +738,7 @@ alive 16307 aliviar 16327 alkollarna 16335 all 16343 + <253844, 16738> alla 17108 allaboutcaps 17160 allaboutmygreen 17168 @@ -1023,6 +1026,7 @@ anche 22433 anchor 22463 ancora 22471 and 22479 + <215256, 22825> <230309, 23166> <243383, 23508> <260468, 23849> <272858, 24187> <287505, 24531> anda 24819 andabas 24827 andacorreyvuelanuncatequiso 24835 @@ -1407,6 +1411,7 @@ ardaksp 30025 arden 30033 ardendo 30041 are 30049 + <242006, 30433> <277765, 30805> area 30995 arealfriend 31003 areamusic 31011 @@ -1537,6 +1542,7 @@ aryadarkowl 32350 aryane 32358 aryaneoficial 32366 as 32374 + <267414, 32771> asa 33018 asahel 33028 asap 33036 @@ -1645,6 +1651,7 @@ aswel 34526 aswell 34534 asx 34548 at 34556 + <229540, 34931> <266347, 35313> ata 35635 atacak 35643 atacalaradio 35651 @@ -1946,6 +1953,7 @@ bachap 39875 bachelork 39883 bacione 39891 back 39899 + <277198, 40307> backache 40415 backboard 40423 backed 40431 @@ -2225,6 +2233,7 @@ bdaillest 43700 bday 43708 bdpthethird 43751 be 43759 + <233943, 44123> <268488, 44493> <296279, 44862> bea 44907 beach 44921 beachwood 44967 @@ -3353,6 +3362,7 @@ busuk 61509 busy 61517 busybusybusybusybusybusybusy 61547 but 61555 + <239344, 61941> <278345, 62332> butitsbettersomewhere 62526 butler 62534 butt 62542 @@ -3584,6 +3594,7 @@ camping 66013 campo 66021 campus 66034 can 66054 + <272995, 66455> canad 66633 canada 66641 canadian 66720 @@ -3628,6 +3639,7 @@ cansei 67133 canso 67153 cansuandic 67161 cant 67169 + <291663, 67591> canta 67614 cantabria 67640 cantame 67648 @@ -4238,6 +4250,7 @@ christina 75714 christinalorena 75722 christinehviid 75730 christmas 75738 + <288094, 76142> christmasbut 76191 christmaseve 76199 christmasssss 76207 @@ -4580,6 +4593,7 @@ colou 80150 colour 80158 columbiana 80172 com 80180 + <254737, 80576> coma 80858 comando 80872 combat 80891 @@ -4643,6 +4657,7 @@ communicate 82111 communicatio 82119 community 82127 como 82135 + <276866, 82535> comodo 82650 comopame 82658 compact 82666 @@ -4713,6 +4728,7 @@ comunista 83415 comunque 83423 comuns 83431 con 83439 + <278363, 83851> conanobrien 83982 concentrado 83990 concentrar 83998 @@ -5362,7 +5378,9 @@ cynphonique 91912 cyrussunshine 91920 czwartek 91928 d 91936 + <285635, 92345> da 92437 + <245376, 92827> <299699, 93214> daa 93223 daaaniii 93231 daaansh 93239 @@ -5612,6 +5630,7 @@ ddr 97462 ddsannons 97480 ddy 97488 de 97496 + <209751, 97812> <219237, 98131> <228595, 98450> <238055, 98763> <247260, 99079> <255934, 99388> <264637, 99703> <274239, 100020> <284283, 100332> <293895, 100652> deacon 100816 dead 100824 deadcakes 100891 @@ -6461,6 +6480,7 @@ dnyasnn 112586 dnyman 112594 dnyorum 112602 do 112610 + <230347, 112973> <260186, 113340> <289505, 113709> doa 113812 doan 113826 dobrze 113834 @@ -6562,6 +6582,7 @@ donramongo 115519 donski 115527 donswagville 115535 dont 115543 + <233887, 115914> <276025, 116297> donteco 116504 dontpanic 116512 donut 116520 @@ -6851,6 +6872,7 @@ dying 120452 dynamo 120460 dyrdek 120468 e 120476 + <227458, 120834> <251969, 121184> <280070, 121546> ea 121818 eaaaae 121841 each 121849 @@ -7042,6 +7064,7 @@ eklyim 124712 ekmeyi 124720 ektirmemeliyiz 124728 el 124736 + <229154, 125102> <269436, 125469> ela 125825 elabretdesigns 126048 elag 126056 @@ -7148,6 +7171,7 @@ eluniversohoy 127450 elyolguin 127458 elyvasqueza 127466 em 127474 + <273109, 127884> emadavalos 128032 emagazine 128040 email 128048 @@ -7224,6 +7248,7 @@ emrdmn 128754 emt 128762 emzohemz 128770 en 128778 + <228864, 129141> <254684, 129496> <288588, 129863> enalleesssss 130006 enamor 130014 enamora 130028 @@ -7479,6 +7504,7 @@ erybody 133289 erything 133297 erzhlt 133305 es 133313 + <250304, 133694> esa 134018 esagerati 134123 esas 134131 @@ -7691,6 +7717,7 @@ ettiiniz 138091 ettim 138099 ettirmeyecei 138107 eu 138115 + <233377, 138481> <266919, 138851> <292825, 139204> euer 139267 eufemismos 139275 eugenia 139283 @@ -8559,6 +8586,7 @@ foothill 154486 footto 154494 foppa 154502 for 154510 + <223140, 154874> <240428, 155221> <263683, 155577> <287569, 155932> fora 156110 foradaminhatv 156152 forager 156163 @@ -8747,6 +8775,7 @@ frohe 158949 froide 158957 frolla 158965 from 158973 + <291067, 159396> fromdeeu 159434 front 159442 frontal 159501 @@ -9185,6 +9214,7 @@ gesprek 165889 gestoen 165897 gestuurd 165905 get 165913 + <246588, 166296> <283218, 166677> getalifeq 166864 getemhigh 166872 getglue 166880 @@ -9378,6 +9408,7 @@ gnova 169856 gnration 169864 gnt 169872 go 169891 + <263748, 170293> goal 170509 goals 170517 goasto 170525 @@ -9428,6 +9459,7 @@ gonzaloalric 171973 gonzoromero 171981 goo 171989 good 172013 + <278009, 172421> goodbye 172586 goodmoans 172600 goodmorning 172608 @@ -9474,6 +9506,7 @@ gostoso 173116 gostou 173141 gostozo 173149 got 173162 + <266110, 173564> gota 173741 gotchu 173749 gotdatbuku 173757 @@ -10087,6 +10120,7 @@ havale 184208 havasina 184216 havayi 184224 have 184232 + <240660, 184616> <283240, 185002> haven 185176 havent 185184 haver 185286 @@ -10144,6 +10178,7 @@ hdnegro 186074 hdp 186088 hduisahdiasidh 186096 he 186104 + <252759, 186491> hea 186816 head 186824 headache 186918 @@ -10265,6 +10300,7 @@ hep 188769 hepinizi 188777 hepsine 188785 her 188793 + <287382, 189176> herald 189256 herbeau 189264 hercules 189276 @@ -10608,6 +10644,7 @@ houuuse 196185 houve 196199 hovsg 196212 how 196220 + <283433, 196637> howard 196732 howardkomproe 196740 however 196748 @@ -11081,6 +11118,7 @@ hyslasouza 201214 hyun 201222 hzmuhammed 201230 i 201238 + <204933, 201523> <210357, 201817> <217975, 202126> <224537, 202427> <230271, 202724> <235896, 203016> <242823, 203316> <249098, 203620> <255197, 203925> <261696, 204227> <267481, 204527> <273684, 204827> <280714, 205132> <287071, 205432> <292238, 205724> <297013, 206010> ia 206181 iadorewomen 206189 iae 206197 @@ -11222,6 +11260,7 @@ ierebeccaminkoff 207997 iereschistoso 208005 iets 208019 if 208045 + <244077, 208434> <282708, 208815> ifesportsdiva 208963 ifilosofia 208971 ifollowall 208990 @@ -11293,6 +11332,7 @@ ijaybravo 209772 ijodipo 209780 ijust 209788 ik 209796 + <284188, 210184> ikaeuisee 210297 ikaruga 210305 ikaw 210315 @@ -11356,6 +11396,7 @@ ilusoo 211132 iluvfanonscotty 211140 ily 211148 im 211156 + <223728, 211518> <244858, 211867> <271903, 212228> <294447, 212586> ima 212686 imabigdeal 212770 imagen 212778 @@ -11454,6 +11495,7 @@ imtootnbootinit 213799 imut 213807 imyolovejones 213815 in 213823 + <215798, 214162> <231655, 214513> <251174, 214863> <267681, 215208> <282398, 215550> <297899, 215898> inaat 215954 inaccesible 215962 inallah 215970 @@ -11785,6 +11827,7 @@ irudot 220003 irunszdabeehive 220011 irv 220019 is 220027 + <214775, 220376> <227078, 220709> <240218, 221048> <254131, 221391> <265911, 221723> <280616, 222066> <292446, 222400> isaabellebieber 222604 isaac 222612 isaacroosevelt 222620 @@ -11843,6 +11886,7 @@ istorie 223363 isuckedjbsdick 223371 isuk 223379 it 223387 + <221586, 223740> <243763, 224102> <265631, 224452> <287125, 224807> italia 225051 italian 225070 italianicee 225083 @@ -11861,6 +11905,7 @@ itll 225185 itnatural 225199 itrip 225207 its 225215 + <236416, 225597> <279468, 225981> itsabelieberthing 226116 itsalbabieber 226124 itsalee 226132 @@ -12196,6 +12241,7 @@ jd 230482 jdbrazilieber 230496 jdtooflyy 230504 je 230512 + <271517, 230891> jea 231079 jeaancarlos 231087 jealous 231095 @@ -12649,6 +12695,7 @@ jusgotsolee 235729 juss 235737 jussbelieber 235761 just 235769 + <235960, 236150> <267385, 236531> justanassholee 236910 justanothergk 236918 justchanice 236926 @@ -13254,6 +13301,7 @@ knock 243969 knoo 243977 knotted 243985 know 243996 + <273829, 244403> knowgreat 244586 knowhe 244594 knowing 244602 @@ -13444,6 +13492,7 @@ kzknowles 246456 kzlar 246464 l 246472 la 246670 + <227307, 247017> <246834, 247351> <275345, 247705> <298576, 248052> laaaaaaura 248063 laahbalbinoo 248071 laaismirella 248079 @@ -13992,6 +14041,7 @@ lijougly 256161 lijst 256169 lik 256177 like 256191 + <239893, 256565> <277785, 256944> likeazulmalobato 257187 likecome 257195 liked 257203 @@ -14187,6 +14237,7 @@ lngua 260347 lnne 260355 lnstinto 260365 lo 260373 + <260426, 260757> loaaa 260997 load 261005 loaded 261013 @@ -14220,6 +14271,7 @@ loirinha 261357 loitered 261365 loja 261373 lol 261387 + <259930, 261788> lola 262058 lolafter 262066 lolesanguita 262074 @@ -14344,6 +14396,7 @@ lovatic 264647 lovaticxosmiler 264655 lovato 264663 love 264671 + <252016, 265056> loveand 265392 loved 265406 lovedizzle 265479 @@ -14692,6 +14745,7 @@ maior 270078 maioria 270102 mairbearrr 270116 mais 270124 + <281995, 270536> maisawwsha 270626 maiteoficial 270634 maitig 270642 @@ -15036,6 +15090,7 @@ marylouswq 275414 maryoujack 275422 marywachispears 275430 mas 275438 + <287782, 275865> masa 275919 masakiizm 275927 masala 275935 @@ -15191,6 +15246,7 @@ mdr 277701 mdrnmoonlight 277709 mdrr 277717 me 277725 + <210838, 278059> <221441, 278390> <231911, 278725> <241887, 279045> <254118, 279383> <264167, 279706> <274395, 280033> <285885, 280363> <298369, 280701> meach 280765 meal 280773 mean 280792 @@ -15465,6 +15521,7 @@ mets 284888 metsovo 284896 metta 284906 meu 284914 + <280298, 285326> meudoriivac 285435 meumeu 285443 meus 285451 @@ -15498,6 +15555,7 @@ mh 285766 mhm 285774 mhrondel 285782 mi 285790 + <272196, 286198> mia 286364 miaalas 286399 miabuelasabia 286407 @@ -16287,6 +16345,7 @@ mximo 298839 mxit 298859 mxitnames 298867 my 298875 + <212251, 299204> <224268, 299531> <238342, 299866> <250940, 300201> <262662, 300540> <275151, 300875> <290964, 301220> myacouture 301455 myamorthomas 301463 mydeardeja 301471 @@ -16336,6 +16395,7 @@ mzshenette 301901 mzsmurfet 301909 n 301917 na 302279 + <291351, 302696> naa 302714 naaaa 302728 naaaaaaaaaaain 302736 @@ -16644,6 +16704,7 @@ nevermind 308258 nevis 308272 nevskiya 308280 new 308288 + <257818, 308686> newbells 308961 newbie 308969 newborns 308977 @@ -16848,6 +16909,7 @@ nndek 312144 nndekileri 312158 nnjai 312166 no 312174 + <210818, 312496> <225783, 312835> <236652, 313160> <247834, 313485> <260495, 313826> <273376, 314157> <286201, 314491> <298930, 314823> noaaaa 314852 noahcrawford 314860 noble 314868 @@ -16966,6 +17028,7 @@ nosssa 316681 nostalgia 316689 nostalgiaultra 316703 not 316711 + <259914, 317105> nota 317410 notakiwi 317424 notallislost 317432 @@ -17018,6 +17081,7 @@ novorsrsrs 318297 novos 318305 novosti 318313 now 318321 + <295595, 318742> nowadays 318768 nowgt 318776 nowhat 318784 @@ -17125,6 +17189,7 @@ nyomjtok 320397 nyt 320405 nyttweets 320413 o 320421 + <220430, 320764> <245658, 321115> <269566, 321462> <291393, 321809> oa 321936 oaisoasioaisosaiosi 321944 oak 321952 @@ -17218,6 +17283,7 @@ odioooooo 322838 odoyewu 322846 oersleie 322854 of 322862 + <219728, 323222> <241393, 323582> <262279, 323931> <284893, 324295> ofcourse 324585 ofe 324593 ofereci 324601 @@ -17458,6 +17524,7 @@ omotohshan 328463 ompra 328471 omw 328479 on 328516 + <217047, 328868> <238773, 329229> <259184, 329583> <279054, 329933> <298171, 330291> ona 330334 onaa 330342 onayland 330350 @@ -17467,6 +17534,7 @@ onda 330453 onde 330467 onder 330515 one 330523 + <266380, 330924> oneaccorddjs 331138 onedirectionflu 331146 onedirectionuk 331154 @@ -17592,6 +17660,7 @@ oq 333217 oqe 333255 oque 333263 or 333293 + <295263, 333711> ora 333729 oracin 333749 orale 333757 @@ -17687,6 +17756,7 @@ ourselves 335561 ourteenfacts 335569 ousted 335577 out 335585 + <249006, 335987> <293679, 336372> outbackits 336420 outdoor 336428 outer 336447 @@ -17931,6 +18001,7 @@ paqu 339836 paqueton 339844 par 339852 para 339883 + <261616, 340287> parabens 340517 parabns 340531 paracordfashion 340576 @@ -18266,6 +18337,7 @@ penting 345194 penumbra 345202 peo 345210 people 345221 + <283946, 345643> peoples 345736 peor 345753 peoria 345767 @@ -18805,6 +18877,7 @@ population 354147 populism 354155 poquito 354163 por 354171 + <252005, 354567> porcosvoadores 354917 porfa 354931 porfin 354960 @@ -18936,6 +19009,7 @@ pqpriva 356987 pqstephs 356995 pr 357003 pra 357016 + <256014, 357410> praat 357696 practically 357704 practice 357712 @@ -19397,6 +19471,7 @@ pyama 363680 pys 363688 pytje 363696 q 363704 + <275037, 364091> qa 364268 qadeem 364276 qb 364284 @@ -19462,6 +19537,7 @@ quashaa 365538 quboolalhajri 365546 qubrou 365554 que 365562 + <209459, 365877> <219689, 366196> <230082, 366518> <240054, 366836> <250266, 367159> <259877, 367470> <270690, 367783> <278283, 368082> <289056, 368404> quebeleza 368722 quecamisabella 368730 queda 368738 @@ -20474,6 +20550,7 @@ rsrsrs 382112 rsrsrsr 382120 rsvp 382128 rt 382141 + <204965, 382443> <209964, 382742> <215141, 383039> <220323, 383337> <225515, 383632> <230236, 383934> <234738, 384226> <240144, 384528> <245046, 384834> <250109, 385134> <254322, 385423> <259329, 385730> <262869, 386014> <267108, 386310> <271074, 386599> <276115, 386897> <280868, 387195> <285487, 387487> <289796, 387782> <293984, 388072> <298076, 388359> rtalamalabraj 388468 rtaldhaheri 388476 rtamorsincensura 388484 @@ -20576,6 +20653,7 @@ ryo 389558 ryoya 389566 ryunryun 389574 s 389582 + <264507, 389984> sa 390237 saa 390276 saaaaaaaaaaai 390289 @@ -21001,6 +21079,7 @@ sdifrancz 395840 sdpg 395848 sdv 395856 se 395868 + <226991, 396224> <259686, 396596> <292502, 396967> sea 397043 seaawards 397136 seabee 397144 @@ -21054,6 +21133,7 @@ sedibumz 397694 seducing 397702 seduzir 397710 see 397718 + <296333, 398142> seed 398160 seedda 398183 seeds 398191 @@ -21405,6 +21485,7 @@ shaw 403804 shay 403812 shayennemylene 403820 she 403828 + <296742, 404234> shearer 404255 shebadd 404263 shed 404271 @@ -21557,6 +21638,7 @@ shxt 406902 shyt 406910 shytits 406924 si 406932 + <276567, 407338> siano 407478 siap 407486 siapadiadia 407494 @@ -21954,6 +22036,7 @@ snubbens 413274 snuff 413282 snuggle 413290 so 413298 + <223785, 413661> <250782, 414033> <276986, 414395> soalfrontal 414685 soamazzing 414693 soando 414701 @@ -22048,6 +22131,7 @@ somai 415804 somalisch 415812 sombrreroloco 415820 some 415828 + <282715, 416240> somebody 416336 somebodys 416431 somente 416439 @@ -23081,6 +23165,7 @@ taw 432709 taxdeductible 432717 taxi 432725 taylor 432733 + <293187, 433150> taylord 433184 taylorisnotgay 433192 taylorjay 433200 @@ -23115,6 +23200,7 @@ tdio 433572 tdk 433594 tdlautner 433602 te 433610 + <238244, 433978> <273810, 434339> tea 434572 teach 434586 teacher 434611 @@ -23439,6 +23525,7 @@ thareitze 439807 tharestart 439815 thas 439823 that 439831 + <226553, 440195> <247357, 440549> <273839, 440918> <298034, 441278> thatawkwardmomentwhen 441334 thatboyputter 441342 thatchick 441350 @@ -23460,6 +23547,7 @@ thauannymoreira 441830 thaynaaeellen 441838 thayralaiz 441846 the 441854 + <206895, 442155> <214744, 442461> <223248, 442768> <229961, 443074> <237606, 443386> <246078, 443704> <252308, 444003> <258911, 444311> <266033, 444613> <272371, 444909> <279656, 445217> <286740, 445523> <293690, 445830> theamazingbuffy 446128 thearianaplace 446136 thearistocracy 446144 @@ -23554,6 +23642,7 @@ theufc 448416 theumbrellagurl 448424 thewatsonator 448432 they 448440 + <256758, 448832> theycallmemila 449086 theycallmeyogi 449094 theyd 449102 @@ -23586,6 +23675,7 @@ thinner 450350 third 450360 thirsty 450374 this 450382 + <234547, 450758> <266813, 451129> <296858, 451503> thisdamnquote 451550 thisgirlisright 451563 thisisdc 451571 @@ -23705,6 +23795,7 @@ timberlake 453834 timbresnan 453842 timbundy 453850 time 453858 + <279500, 454264> timedoesnt 454365 timeeee 454373 timeless 454381 @@ -23803,6 +23894,7 @@ tnos 455621 tnt 455629 tnts 455637 to 455650 + <209195, 455972> <217782, 456292> <226012, 456604> <233527, 456913> <241196, 457228> <248437, 457542> <255125, 457847> <263447, 458164> <271569, 458487> <278969, 458798> <286231, 459107> <294827, 459425> toa 459635 toarumanko 459643 toavia 459656 @@ -23901,6 +23993,7 @@ tonta 462010 tontoko 462018 tony 462026 too 462057 + <294512, 462470> toobrisando 462490 tooh 462498 took 462506 @@ -24242,6 +24335,7 @@ tts 466909 ttulo 466933 ttyl 466941 tu 466949 + <290459, 467349> tua 467391 tuanenggi 467427 tub 467435 @@ -24418,6 +24512,7 @@ tyrese 470320 tysonjt 470334 tzakariya 470342 u 470350 + <239327, 470713> <278923, 471073> ua 471256 uahauahaus 471264 uahsudhasudh 471272 @@ -24486,7 +24581,9 @@ ultramarine 472069 uluuuu 472077 ulygigi 472085 um 472093 + <262729, 472484> uma 472686 + <286173, 473103> umabandidaa 473148 umadosedeamor 473156 umadosedevodka 473170 @@ -24508,6 +24605,7 @@ ummmm 473353 umnenemfeio 473361 umutlanyor 473369 un 473377 + <252165, 473761> una 474088 unabridged 474476 unaltra 474484 @@ -24613,6 +24711,7 @@ unutmak 475850 unuttuysn 475858 unzipmylevis 475866 up 475874 + <248436, 476263> upbeat 476600 update 476608 updated 476632 @@ -25241,6 +25340,7 @@ voter 487844 voterbyvoter 487852 votes 487860 vou 487868 + <294795, 488289> vous 488325 vov 488354 vovonoberto 488362 @@ -25370,6 +25470,7 @@ wang 490418 wanna 490432 wanneer 490684 want 490692 + <274200, 491098> wanta 491234 wanted 491242 wantedbyheart 491330 @@ -25393,6 +25494,7 @@ warriors 491581 wars 491594 wartawan 491613 was 491621 + <244112, 492001> <282334, 492366> wasdforplay 492566 wash 492574 washed 492593 @@ -25453,6 +25555,7 @@ wcoupon 494007 wcs 494015 wdiversey 494023 we 494031 + <267699, 494416> weak 494603 wean 494628 wear 494636 @@ -25568,6 +25671,7 @@ whahaha 496885 wharf 496893 whasaaaap 496901 what 496909 + <244700, 497289> whatchu 497673 whatdentssaid 497681 whateeeeeeeever 497689 @@ -25587,6 +25691,7 @@ wheeler 497974 wheels 497982 wheen 497996 when 498004 + <252064, 498393> <297046, 498775> whenever 498800 whenisayjustin 498820 wheniwakeup 498828 @@ -25620,6 +25725,7 @@ whitnesslove 499681 whitney 499689 whn 499703 who 499717 + <282088, 500123> whoa 500176 whoaalibby 500190 whod 500198 @@ -25643,6 +25749,7 @@ whr 500456 wht 500464 whu 500484 why 500492 + <294492, 500907> whymclara 500936 whys 500944 whyulyingtho 500958 @@ -25679,6 +25786,7 @@ wilde 501440 wildedez 501448 wildman 501456 will 501464 + <290965, 501876> willamsburg 501924 willen 501932 william 501952 @@ -25739,6 +25847,7 @@ wit 502763 wita 502873 witch 502881 with 502889 + <235166, 503270> <266297, 503637> <299616, 504008> withlovefromshy 504016 without 504024 withum 504118 @@ -26049,7 +26158,9 @@ xxx 509141 xxxlizcouture 509149 xybihivuwir 509157 y 509165 + <228830, 509517> <259277, 509885> <291000, 510256> ya 510326 + <279221, 510744> yaa 510855 yaaa 510875 yaaaaa 510883 @@ -26242,6 +26353,7 @@ yngridescoto 513873 ynotawill 513881 ynsm 513889 yo 513897 + <294449, 514323> yodabot 514344 yodazurdo 514352 yoeljoel 514360 @@ -26275,6 +26387,7 @@ yosrifouda 514662 yotelodareamor 514670 yotepongomas 514678 you 514686 + <210387, 515012> <220368, 515327> <231349, 515648> <243697, 515970> <255068, 516279> <266117, 516606> <275584, 516912> <286365, 517233> <296569, 517544> youbut 517658 youd 517666 yoududezayn 517686 @@ -26296,6 +26409,7 @@ youngthugworld 517947 youngtyrie 517955 youngveezy 517963 your 517971 + <238884, 518337> <281587, 518709> yourdezirelove 518879 youre 518887 yourmajessty 519148 diff --git a/indexer/index3-seek.txt b/indexer/index3-seek.txt index 698fd9d..4aff1b5 100755 --- a/indexer/index3-seek.txt +++ b/indexer/index3-seek.txt @@ -1,5 +1,6 @@ =docEnding 522362 a 84 + <307181, 394> <313738, 702> <320497, 1010> <325951, 1312> <332836, 1623> <338276, 1920> <345032, 2233> <350491, 2534> <355365, 2830> <360912, 3124> <366555, 3425> <371911, 3725> <377750, 4031> <383041, 4330> <389225, 4633> <395079, 4938> aa 5194 aaa 5223 aaaaa 5237 @@ -109,6 +110,7 @@ aborrescencia 6280 aborto 6293 abossn 6301 about 6309 + <368663, 6704> aboutaquarius 6930 aboutsmari 6938 aboutthe 6946 @@ -793,6 +795,7 @@ alkhns 16665 alkuwaitee 16673 alkuwari 16681 all 16689 + <338663, 17065> <383567, 17456> alla 17595 allaaaaaaaan 17609 allaboutcaps 17617 @@ -1065,6 +1068,7 @@ anche 22637 ancor 22645 ancora 22653 and 22661 + <316584, 23008> <331839, 23344> <346299, 23686> <360693, 24026> <374973, 24368> <390349, 24709> anda 24938 andaba 24962 andando 24970 @@ -1426,6 +1430,7 @@ ardd 29954 ardechoise 29962 ardndan 29970 are 29978 + <342454, 30366> <393005, 30763> area 30844 areejala 30854 areia 30862 @@ -1549,6 +1554,7 @@ arundel 32287 arzu 32295 arzuhaaaaller 32303 as 32311 + <355446, 32699> asaber 33028 asain 33036 asap 33044 @@ -1662,6 +1668,7 @@ astronomicalkid 34637 asumir 34645 aswatf 34653 at 34661 + <342762, 35043> <376806, 35423> ata 35701 atakansarigul 35709 atall 35717 @@ -2204,6 +2211,7 @@ bdaay 42941 bdan 42949 bday 42957 be 43002 + <327835, 43370> <357200, 43738> <388120, 44107> beach 44264 beaches 44289 beads 44297 @@ -3356,6 +3364,7 @@ busted 60763 busty 60771 busy 60779 but 60808 + <339763, 61189> <385996, 61577> butim 61694 butler 61702 butt 61716 @@ -3545,6 +3554,7 @@ campeones 64757 campinas 64765 campo 64773 can 64781 + <362875, 65178> canada 65436 canadas 65512 canadian 65520 @@ -3587,6 +3597,7 @@ cansei 65962 cansion 65982 canso 65990 cant 65998 + <382208, 66412> canta 66483 cantaba 66491 cantadas 66499 @@ -4544,6 +4555,7 @@ columbus 78957 columnista 78965 colyflawer 78973 com 78981 + <361809, 79382> coma 79697 combien 79721 combinamos 79729 @@ -4612,6 +4624,7 @@ common 81054 communing 81073 community 81081 como 81096 + <378058, 81510> comoelindoteamar 81666 comooo 81674 comoqueno 81688 @@ -4685,6 +4698,7 @@ comunidades 82440 comuniquese 82448 comuns 82456 con 82464 + <372860, 82873> conan 83008 conanobrien 83016 conatcon 83030 @@ -5348,7 +5362,9 @@ cyrustheworld 91022 czar 91030 czytam 91038 d 91046 + <382858, 91452> da 91557 + <344610, 91938> daaamn 92319 daadasantos 92327 daaicombr 92335 @@ -5594,6 +5610,7 @@ dawnbuster 95896 dawry 95904 daww 95912 day 95924 + <399076, 96345> daydreamermind 96373 dayi 96381 daym 96389 @@ -5621,6 +5638,7 @@ ddlovato 96712 ddnt 96720 ddreezy 96728 de 96736 + <308092, 97048> <317223, 97363> <326864, 97680> <339028, 98006> <351797, 98337> <361350, 98652> <371014, 98973> <380507, 99291> <388653, 99592> <399396, 99922> dea 99952 deaaad 99960 dead 99968 @@ -6437,6 +6455,7 @@ dntgivenodamn 111569 dnv 111577 dnya 111585 do 111593 + <333381, 111966> <361887, 112332> <392783, 112699> dobi 112798 doblete 112806 dobligation 112814 @@ -6535,6 +6554,7 @@ donne 114401 donodosmeuspensamentoslrds 114415 donsme 114423 dont 114431 + <340029, 114811> <378695, 115191> dontflexonmytl 115378 dontgetclose 115386 dontttttt 115394 @@ -6849,6 +6869,7 @@ dyoutube 119502 dzeleceini 119510 dzenim 119518 e 119526 + <325768, 119872> <351986, 120233> <376149, 120581> <396588, 120929> ea 120972 eac 120980 each 120988 @@ -7060,6 +7081,7 @@ ekinbingol 124218 ekmi 124226 eksis 124234 el 124242 + <330251, 124604> <370819, 124981> ela 125267 elaborate 125381 elad 125389 @@ -7156,6 +7178,7 @@ elver 126582 elviravega 126590 elvis 126598 em 126606 + <384249, 127020> ema 127126 emaier 127134 email 127142 @@ -7245,6 +7268,7 @@ empurro 127913 emrebol 127921 emsuadirecaols 127929 en 127939 + <328182, 128297> <356434, 128651> <385189, 129015> ena 129214 enables 129222 enamel 129230 @@ -7525,6 +7549,7 @@ eruitt 132870 ervandoor 132878 erzncan 132886 es 132894 + <348530, 133263> <392295, 133632> esa 133706 esaakimmy 133779 esas 133787 @@ -7767,6 +7792,7 @@ ettiriyosun 138134 ettlitettricks 138142 etto 138150 eu 138158 + <328172, 138524> <361028, 138887> <385398, 139238> euch 139471 eufui 139484 eugeniatrias 139492 @@ -8661,6 +8687,7 @@ footblog 155097 footlocker 155105 footlongs 155113 for 155121 + <318699, 155476> <339340, 155837> <359802, 156193> <380781, 156555> fora 156865 foram 156895 forbes 156920 @@ -8835,6 +8862,7 @@ frm 159604 fro 159612 frodeaga 159624 from 159632 + <383244, 160043> fromjoanne 160101 fromjulie 160109 front 160117 @@ -9261,6 +9289,7 @@ gesticht 166458 gesture 166466 gestuurt 166474 get 166482 + <346560, 166873> <389310, 167249> getcha 167326 geterdone 167334 getglue 167342 @@ -9473,6 +9502,7 @@ gnozin 170556 gnredgington 170564 gnt 170572 go 170586 + <361262, 170980> goal 171216 goals 171236 goaskjesus 171265 @@ -9577,6 +9607,7 @@ gostosa 173808 gostoso 173816 gostou 173830 got 173844 + <366430, 174245> gota 174419 gotcha 174427 gotchaaddicted 174435 @@ -10166,6 +10197,7 @@ hautenormandie 184443 hav 184451 havaianas 184459 have 184467 + <333388, 184841> <379066, 185221> havel 185403 haven 185411 havent 185419 @@ -10205,6 +10237,7 @@ hdmi 186102 hdnegro 186116 hdrlahermandad 186124 he 186132 + <373454, 186527> head 186693 headache 186757 headed 186782 @@ -10664,6 +10697,7 @@ houstonkid 195798 houstonsnewnews 195812 houvanjeemeschatjeee 195820 how 195828 + <366394, 196233> howard 196438 howardowens 196446 howardsternfan 196454 @@ -11119,6 +11153,7 @@ hyvesaan 200725 hzl 200733 hzmevlana 200741 i 200749 + <305962, 201039> <312557, 201345> <319178, 201647> <326066, 201950> <333084, 202256> <339409, 202557> <345988, 202857> <351696, 203153> <357390, 203453> <362894, 203747> <369037, 204055> <375387, 204359> <381297, 204656> <387375, 204953> <393857, 205258> ia 205523 iaaaae 205595 iaansm 205603 @@ -11256,6 +11291,7 @@ iereschistoso 207292 ierisinde 207300 iets 207308 if 207344 + <344373, 207735> <384825, 208118> ifattema 208258 ifellinuranus 208266 ifilosofia 208274 @@ -11328,6 +11364,7 @@ ijskoudswag 208973 ijswijn 208981 ijust 208989 ik 208997 + <388961, 209397> ikalldashots 209487 ikan 209495 ike 209503 @@ -11394,6 +11431,7 @@ ilustracin 210425 ilustradafm 210433 iluvyounot 210441 im 210449 + <328707, 210811> <352637, 211165> <376546, 211523> ima 211851 imaabadbitch 211957 imab 211965 @@ -11490,6 +11528,7 @@ imyourdirection 212980 imyself 212988 imzdl 212996 in 213006 + <318936, 213359> <335313, 213704> <351450, 214055> <369498, 214398> <387213, 214751> ina 215032 inaccesible 215046 inactives 215054 @@ -11816,6 +11855,7 @@ irritating 219063 irsconnor 219071 irushbigtime 219079 is 219087 + <311655, 219418> <324266, 219760> <337917, 220093> <350513, 220429> <362732, 220764> <375343, 221108> <386818, 221443> isaaaaax 221752 isaabiiebeer 221760 isaac 221768 @@ -11903,6 +11943,7 @@ isweetpurple 222756 isyan 222764 isz 222772 it 222780 + <324686, 223131> <346416, 223491> <366458, 223830> <386191, 224170> ita 224387 italian 224395 italiano 224409 @@ -11920,6 +11961,7 @@ itll 224515 itmedia 224552 itnever 224560 its 224568 + <346304, 224955> <386511, 225334> itsalexhoe 225460 itsalo 225468 itsamyyyy 225476 @@ -12210,6 +12252,7 @@ jdbparasempre 229545 jder 229553 jdisajdipoasjdioasd 229561 je 229569 + <374558, 229961> jeaancarlos 230112 jealous 230120 jealousy 230155 @@ -12644,6 +12687,7 @@ juschwartzhaupt 234885 jusconfident 234893 juss 234901 just 234921 + <332004, 235293> <358853, 235662> <384619, 236038> justcallmetank 236214 justfantastik 236222 justforkickss 236230 @@ -13206,6 +13250,7 @@ knob 242987 knock 243001 knocks 243015 know 243023 + <365245, 243434> knowanywayhow 243676 knowing 243684 known 243692 @@ -13413,6 +13458,7 @@ kyvon 245555 kzler 245563 l 245571 la 245775 + <320996, 246113> <342831, 246459> <369225, 246817> <394591, 247161> laag 247238 laalaabadd 247246 laalady 247254 @@ -13572,6 +13618,7 @@ larriuex 248831 larryswifeydrea 248839 larulala 248847 las 248855 + <399259, 249265> lasaa 249270 lasagna 249278 lasagne 249286 @@ -13973,6 +14020,7 @@ liizzhcarter 255421 lijk 255429 lik 255437 like 255445 + <340952, 255823> <377422, 256198> likeabiscochuelo 256424 likeaboss 256432 likeajonatic 256440 @@ -14219,6 +14267,7 @@ ln 260133 lng 260141 lnlvr 260149 lo 260157 + <356165, 260536> load 260842 loan 260862 loayegypt 260882 @@ -14254,6 +14303,7 @@ loja 261239 loko 261247 lokon 261260 lol 261268 + <362046, 261667> lolahernandes 261938 lolakoya 261946 lolcant 261954 @@ -14343,6 +14393,7 @@ lorraynet 263491 lorrdddd 263499 lors 263507 los 263515 + <377300, 263917> losdelgobierno 264029 lose 264037 losing 264087 @@ -14380,6 +14431,7 @@ lourdes 264642 lovaticthoughts 264650 lovato 264658 love 264666 + <342528, 265046> <386854, 265422> loveandhiphop 265544 loved 265552 lovee 265608 @@ -14738,6 +14790,7 @@ maiores 270534 maip 270544 mairobyrodriguz 270552 mais 270560 + <377177, 270969> maisaferro 271119 maisbia 271127 maishas 271135 @@ -15072,6 +15125,7 @@ maryhchrist 275883 marylessa 275891 marzo 275899 mas 275907 + <398883, 276332> masa 276342 masada 276356 masallardaki 276364 @@ -15252,6 +15306,7 @@ mdrr 278391 mdrrr 278405 mduke 278413 me 278421 + <310422, 278744> <323254, 279082> <334587, 279413> <345508, 279743> <356926, 280073> <368263, 280406> <380250, 280744> <390649, 281071> meagleburgerrr 281365 meal 281373 mealfulaij 281387 @@ -15556,6 +15611,7 @@ mettere 285797 metthew 285805 metzkiddave 285813 meu 285821 + <386372, 286231> meufonedeouvido 286331 meumelhorchamel 286339 meurtre 286347 @@ -15590,6 +15646,7 @@ mhhhhm 286688 mhidayat 286696 mhroomi 286704 mi 286712 + <361346, 287102> mia 287377 miahhhhh 287395 miami 287403 @@ -16032,6 +16089,7 @@ morar 294243 morder 294257 mordido 294265 more 294273 + <392758, 294682> moree 294716 moreeeeee 294724 morena 294732 @@ -16359,6 +16417,7 @@ mxico 300040 mximo 300048 mxm 300056 my 300064 + <315256, 300403> <328705, 300742> <344371, 301086> <356666, 301426> <370799, 301762> <382920, 302093> <396059, 302424> mybeautifullua 302502 mybieberpassion 302510 mycaswift 302518 @@ -16401,7 +16460,9 @@ mzjanel 302953 mznastyytime 302961 mztweetzahlot 302969 n 302977 + <393549, 303375> na 303402 + <396019, 303816> naa 303838 naaa 303852 naaar 303860 @@ -16697,6 +16758,7 @@ neves 309140 neville 309148 nevilles 309156 new 309164 + <351412, 309533> newbury 309828 newcastle 309842 newer 309850 @@ -16919,6 +16981,7 @@ nniijs 313183 nnova 313191 nnuril 313199 no 313207 + <310385, 313522> <322492, 313848> <333840, 314174> <345730, 314501> <358782, 314831> <368134, 315147> <382100, 315485> <394696, 315813> noah 315968 noahzinamon 315976 noao 315984 @@ -17028,6 +17091,7 @@ nossos 317874 nostalgias 317888 nosvei 317896 not 317904 + <348460, 318286> <395414, 318668> nota 318715 notado 318741 notas 318749 @@ -17086,6 +17150,7 @@ novoconceito 319580 novoo 319588 novos 319596 now 319604 + <382380, 320024> nowadays 320093 nowcranking 320119 noweating 320127 @@ -17183,6 +17248,7 @@ nyss 321651 nyt 321659 nytimes 321673 o 321681 + <319185, 322024> <341372, 322371> <372102, 322730> <394733, 323081> oab 323149 oah 323157 oaisjaoisjaoisjoaisjaoisjoiasj 323165 @@ -17259,6 +17325,7 @@ oefenen 323995 oehhh 324003 oem 324011 of 324019 + <320431, 324362> <337432, 324705> <357752, 325056> <381076, 325413> <399785, 325772> oferci 325780 off 325788 offended 326090 @@ -17465,6 +17532,7 @@ omjjjjj 329597 omuteso 329605 omw 329613 on 329638 + <321041, 329998> <341956, 330356> <360876, 330709> <379050, 331056> onaswagod 331398 once 331406 ond 331488 @@ -17474,6 +17542,7 @@ ondejacivil 331548 onder 331556 ondordp 331580 one 331588 + <384643, 331991> oneand 332092 oneanypath 332100 onehes 332108 @@ -17599,6 +17668,7 @@ oq 334267 oqe 334297 oque 334305 or 334324 + <389037, 334742> ora 334816 oracin 334824 orada 334832 @@ -17709,6 +17779,7 @@ ousadiaexalando 336667 oushe 336675 ousted 336683 out 336691 + <362130, 337094> outah 337410 outcubus 337418 outdoors 337426 @@ -17923,6 +17994,7 @@ papo 340696 papodemkt 340704 par 340712 para 340740 + <357605, 341127> parabens 341398 parabns 341406 paracordist 341431 @@ -18268,6 +18340,7 @@ penso 346140 pentear 346148 pentru 346156 people 346164 + <368460, 346571> peoples 346727 peor 346735 pepatah 346773 @@ -18845,6 +18918,7 @@ populations 355699 poq 355707 poqito 355715 por 355723 + <352188, 356105> <397236, 356485> porai 356517 porangaba 356525 porcelain 356533 @@ -18961,6 +19035,7 @@ pquito 358238 pquotjoh 358246 pr 358254 pra 358299 + <370292, 358693> praa 358896 prachtige 358914 practicas 358922 @@ -19406,6 +19481,7 @@ pyramides 364825 pyschology 364833 pyssed 364841 q 364849 + <369465, 365230> qaba 365337 qabilhanipah 365345 qansje 365353 @@ -19473,6 +19549,7 @@ quasi 366507 quasiment 366515 quatro 366523 que 366531 + <308089, 366840> <320094, 367167> <329054, 367481> <340871, 367807> <351121, 368120> <360690, 368437> <371567, 368761> <381236, 369078> <389787, 369390> quebrou 369703 queco 369711 qued 369719 @@ -20502,6 +20579,7 @@ rsrsrs 383227 rsrsrt 383241 rsvp 383249 rt 383263 + <304202, 383554> <308744, 383847> <313033, 384144> <317095, 384435> <321795, 384730> <326712, 385035> <330327, 385323> <334783, 385619> <339511, 385912> <343781, 386204> <347647, 386498> <351507, 386786> <356254, 387082> <360290, 387375> <364704, 387671> <369153, 387963> <374129, 388253> <378875, 388555> <383458, 388847> <388200, 389148> <392682, 389441> <397790, 389739> rtallaalbloushie 389880 rtbimpea 389888 rtbinalbloshi 389896 @@ -20595,6 +20673,7 @@ rykie 390927 rylandtousey 390935 rythme 390943 s 390951 + <347587, 391338> sa 391655 saaa 391708 saaaudades 391716 @@ -21034,6 +21113,7 @@ sdmatubot 397747 sds 397755 sdv 397763 se 397783 + <331503, 398147> <367100, 398519> sea 398805 seacrest 398860 seal 398868 @@ -21076,6 +21156,7 @@ sediento 399387 sedih 399395 seduo 399403 see 399411 + <396090, 399829> seee 399854 seeee 399862 seeeeu 399870 @@ -21554,6 +21635,7 @@ shyt 408427 shyttttt 408451 shyz 408459 si 408467 + <383290, 408875> siad 408990 sianplummer 408998 sianynewton 409006 @@ -21966,6 +22048,7 @@ sntogins 414597 snuggled 414605 snyboneland 414613 so 414621 + <328162, 414986> <355967, 415350> <386420, 415719> soalnya 415880 soandso 415888 soap 415896 @@ -22840,6 +22923,7 @@ szeremietiew 429409 szia 429417 szn 429425 t 429433 + <389855, 429836> ta 429878 taaaaaaamo 430185 taaaihxv 430193 @@ -23124,6 +23208,7 @@ tdo 434795 tdr 434809 tds 434823 te 434837 + <329517, 435190> <373766, 435571> tea 435862 teab 435876 teach 435884 @@ -23399,6 +23484,7 @@ thanxrt 440921 thaoiiewowiie 440929 tharealkenni 440937 that 440945 + <329734, 441316> <359560, 441686> <385695, 442056> thatasindel 442162 thatawkwardmoment 442170 thatboydro 442184 @@ -23421,6 +23507,7 @@ thau 442683 thaw 442691 thayllarcs 442699 the 442707 + <307586, 443023> <314837, 443325> <320474, 443621> <329464, 443939> <335388, 444236> <341558, 444533> <348383, 444840> <355707, 445138> <364139, 445448> <372329, 445760> <378666, 446063> <385994, 446370> <394514, 446684> theadventuresofsuperpickle 446960 theagolago 446968 theanarchist 446976 @@ -23519,6 +23606,7 @@ thewatsonator 449219 theworldofjenks 449227 thexiiiaratepro 449235 they 449243 + <372123, 449644> theyd 449841 theyll 449849 theylovelex 449875 @@ -23553,6 +23641,7 @@ thirarirerora 451107 third 451115 thirsty 451145 this 451155 + <330745, 451529> <364107, 451900> <400011, 452278> thisdoesnotsuck 452282 thisiskimmings 452290 thisisnova 452298 @@ -23659,6 +23748,7 @@ tim 454397 timber 454411 timbiriche 454419 time 454427 + <375800, 454835> timeeeee 454947 timeline 454955 times 454981 @@ -23757,6 +23847,7 @@ tnel 456218 tnker 456226 tnt 456234 to 456248 + <307111, 456556> <316408, 456871> <324221, 457181> <332015, 457498> <338662, 457805> <347563, 458124> <354226, 458428> <361487, 458735> <369910, 459047> <376587, 459350> <386177, 459672> <395890, 459996> toastbeard 460174 tobacco 460182 tobiasvolkers 460190 @@ -24210,6 +24301,7 @@ ttu 467424 ttudo 467432 ttww 467440 tu 467448 + <372316, 467838> tua 468033 tubarolaguna 468090 tubasaukivpsax 468098 @@ -24378,6 +24470,7 @@ tyrese 470854 tyrontm 470862 tyson 470870 u 470878 + <340981, 471245> <391117, 471619> ua 471681 uahsuashuahs 471689 uahsuhaus 471697 @@ -24449,7 +24542,9 @@ ultimate 472473 ultimo 472502 ultrapassado 472522 um 472530 + <376368, 472936> uma 473053 + <384215, 473460> umabebefeia 473514 umadosedevodka 473522 umafofiinhaah 473552 @@ -24473,7 +24568,9 @@ ummummmum 473729 umschwungbewirkende 473737 umur 473747 un 473755 + <356747, 474140> una 474429 + <396542, 474839> unas 474852 unbless 474860 unblock 474868 @@ -24567,6 +24664,7 @@ uoh 476139 uoljogos 476147 uotanoel 476155 up 476163 + <351408, 476556> upcoming 476911 upd 476919 update 476927 @@ -25126,6 +25224,7 @@ vnements 486303 vnzjustinbieber 486311 vo 486319 voc 486494 + <384212, 486900> vocab 486973 voce 486981 vocearomaniei 487098 @@ -25215,6 +25314,7 @@ votes 488310 voto 488318 votre 488326 vou 488334 + <388576, 488753> vouch 488809 voue 488817 vouganhar 488825 @@ -25346,6 +25446,7 @@ wanna 490684 wanneer 490976 wannna 490994 want 491002 + <380757, 491396> wanted 491519 wanting 491586 wants 491610 @@ -25368,6 +25469,7 @@ warrioress 491855 wars 491863 warten 491883 was 491891 + <342050, 492279> <380218, 492654> wasa 492806 wasalimie 492814 wasallaboutchrisbrown 492822 @@ -25430,6 +25532,7 @@ wbselamat 494218 wbu 494226 wde 494234 we 494242 + <355753, 494626> wea 494911 weak 494919 weakness 494933 @@ -25557,6 +25660,7 @@ whaaaaaaaaaaaat 497265 whahahahahahahaa 497273 whahahha 497281 what 497289 + <346484, 497672> <398630, 498058> whatchaaaa 498072 whatchu 498080 whatd 498088 @@ -25574,6 +25678,7 @@ whea 498381 wheel 498389 wheelchair 498397 when 498421 + <354931, 498821> whenever 499184 whenimskinny 499204 wheniwakeup 499212 @@ -25599,6 +25704,7 @@ whiteboy 500013 whittmcp 500021 whn 500029 who 500042 + <389246, 500459> whoa 500502 whoaaaa 500522 whoabuffme 500530 @@ -25658,6 +25764,7 @@ wilding 501778 wildspirit 501786 wildwood 501794 will 501802 + <388633, 502220> willemsesander 502286 willemvosx 502294 william 502302 @@ -25717,6 +25824,7 @@ wit 503160 witch 503288 witcha 503296 with 503304 + <328977, 503671> <364312, 504049> <399574, 504426> withh 504435 within 504443 without 504451 @@ -26022,7 +26130,9 @@ xxxrosa 509271 xzayfreshh 509279 xzoekusje 509287 y 509295 + <328554, 509663> <356751, 510032> <389982, 510402> ya 510508 + <389147, 510915> yaa 510984 yaaa 510999 yaaay 511018 @@ -26222,6 +26332,7 @@ yne 513905 yneni 513919 ynnyvi 513927 yo 513935 + <399510, 514360> yobo 514365 yochowderleggoo 514373 yodaddygee 514381 @@ -26259,6 +26370,7 @@ yosemite 514671 yosoycruel 514681 yotandave 514689 you 514697 + <312618, 515025> <324105, 515337> <334549, 515660> <343428, 515970> <353585, 516285> <366261, 516610> <375347, 516926> <386967, 517250> <397964, 517568> youaregniall 517625 youbelonggtome 517633 youbloom 517641 @@ -26281,6 +26393,7 @@ youngjeezy 517919 youngkannon 517927 youngnuchosn 517935 your 517943 + <331917, 518306> <374147, 518685> youranonnews 518893 youre 518901 yourgirlfrind 519265 diff --git a/indexer/index4-seek.txt b/indexer/index4-seek.txt index e40a95d..b92c535 100755 --- a/indexer/index4-seek.txt +++ b/indexer/index4-seek.txt @@ -1,5 +1,6 @@ =docEnding 523635 a 84 + <406238, 389> <412309, 689> <418594, 994> <424157, 1294> <430479, 1602> <436393, 1902> <441456, 2192> <447245, 2492> <453213, 2801> <460139, 3113> <466037, 3416> <471632, 3716> <477420, 4017> <483738, 4328> <490338, 4636> <497097, 4943> aa 5106 aaa 5126 aaaa 5134 @@ -112,6 +113,7 @@ abokraby 6149 abolishedonly 6161 aborrecencla 6169 about 6193 + <474028, 6603> aboutaquarius 6725 aboutsnats 6733 aboutyou 6741 @@ -767,6 +769,7 @@ alite 16123 alive 16131 aljadel 16181 all 16189 + <440788, 16567> <484125, 16955> alla 17097 allaboutcaps 17111 allachieve 17155 @@ -1032,6 +1035,7 @@ anche 21724 anchor 21744 ancienne 21752 and 21766 + <413191, 22093> <426625, 22436> <443109, 22779> <457997, 23120> <474627, 23460> <490292, 23807> anda 24041 andaki 24077 andando 24085 @@ -1406,6 +1410,7 @@ archconservative 29265 arctic 29273 ardmannen 29281 are 29289 + <437609, 29671> <483321, 30064> area 30214 areia 30234 areirse 30242 @@ -1525,6 +1530,7 @@ arxizoun 31593 aryanmantau 31601 arzujandro 31609 as 31617 + <459233, 31999> asamoah 32219 asap 32227 asappeso 32235 @@ -1639,6 +1645,7 @@ asuhfa 33798 asustada 33806 asyaya 33814 at 33822 + <433941, 34191> <469608, 34569> ata 34868 atack 34876 atall 34884 @@ -1946,6 +1953,7 @@ bac 38898 bacabdj 38906 bachchan 38914 back 38922 + <491355, 39332> background 39377 backing 39391 backjust 39405 @@ -2231,6 +2239,7 @@ bdpden 42557 bdubb 42565 bdullla 42573 be 42581 + <434244, 42946> <464760, 43317> <492559, 43687> beach 43754 beachbody 43770 beachload 43778 @@ -3442,6 +3451,7 @@ busted 61029 busweetheartsyou 61037 busy 61045 but 61076 + <441072, 61468> <479812, 61853> butano 62068 butgullumyeni 62076 buts 62084 @@ -3468,6 +3478,7 @@ bx 62375 bxtch 62383 bxtchdanbee 62391 by 62399 + <493519, 62820> byanymeans 62866 bye 62874 byfy 62904 @@ -3683,6 +3694,7 @@ camps 65529 camra 65537 camraaaa 65545 can 65553 + <467542, 65958> cana 66168 canada 66176 canadian 66261 @@ -3728,6 +3740,7 @@ canscag 66755 cansei 66763 canso 66789 cant 66797 + <474619, 67203> canta 67304 cantan 67323 cantando 67331 @@ -4375,6 +4388,7 @@ christian 75399 christianaa 75418 christieinge 75426 christmas 75434 + <478100, 75843> christmasd 75941 christmashope 75949 christmashow 75957 @@ -4696,6 +4710,7 @@ columbian 79723 columbus 79731 colwick 79739 com 79747 + <458658, 80144> comal 80414 combater 80422 combinacion 80430 @@ -4758,6 +4773,7 @@ communicate 81579 communication 81587 community 81597 como 81605 + <469181, 82000> comp 82137 compaa 82145 compadreo 82164 @@ -4820,6 +4836,7 @@ comunidade 82781 comuns 82789 comvide 82797 con 82805 + <481992, 83215> conaculta 83292 concenosy 83300 concentracion 83308 @@ -5432,7 +5449,9 @@ czaj 90980 czamana 90988 czarbar 90996 d 91004 + <479249, 91413> da 91511 + <448990, 91890> daaa 92234 daaaaaai 92242 daaaamdessa 92250 @@ -5721,6 +5740,7 @@ ddurex 96607 ddv 96615 ddwe 96623 de 96631 + <409693, 96955> <421733, 97280> <433163, 97603> <445723, 97940> <456338, 98259> <466118, 98583> <474843, 98897> <483967, 99212> <493890, 99529> dea 99717 deaaad 99725 deaaannnn 99733 @@ -6494,6 +6514,7 @@ dnttalkdatshit 110838 dnv 110846 dnyadaki 110854 do 110862 + <429099, 111224> <456062, 111586> <486323, 111960> doa 112104 doagnc 112112 doao 112120 @@ -6590,6 +6611,7 @@ donlapi 113872 donmodestito 113880 donnes 113888 dont 113902 + <443282, 114275> <485875, 114651> dontt 114778 donuts 114786 doo 114794 @@ -6897,6 +6919,7 @@ dysneyp 118702 dyxha 118710 dzgn 118718 e 118726 + <425075, 119084> <457084, 119450> <487820, 119813> ea 119969 eaaa 119989 each 119997 @@ -6930,6 +6953,7 @@ easily 120328 east 120342 eastdenders 120356 eastenders 120364 + <467444, 120766> eastendersssssss 120906 easter 120914 eastridge 120928 @@ -7097,6 +7121,7 @@ ekozlov 123150 eksik 123158 ekti 123166 el 123174 + <427274, 123526> <462099, 123889> <499088, 124248> ela 124261 elafica 124449 elainecheryl 124457 @@ -7180,6 +7205,7 @@ elva 125554 elylad 125562 elzzzzz 125570 em 125578 + <492642, 125989> emagrecendo 126024 email 126032 emanet 126074 @@ -7249,6 +7275,7 @@ emty 126686 emy 126694 emzylemez 126702 en 126710 + <431549, 127079> <462074, 127449> <494837, 127818> enak 127912 enamorada 127920 enamorar 127928 @@ -7506,6 +7533,7 @@ erte 131327 eruvinye 131335 erykacrettyna 131343 es 131351 + <446029, 131732> <497795, 132116> esa 132153 esas 132216 esbaldar 132252 @@ -7747,6 +7775,7 @@ etten 136541 etter 136549 etwas 136557 eu 136565 + <438793, 136927> <465981, 137280> <496272, 137637> eua 137675 euacho 137688 euamodhdiwo 137696 @@ -8641,6 +8670,7 @@ folks 152456 foll 152475 follo 152483 follow 152491 + <499275, 152891> followback 152897 followed 152922 follower 152952 @@ -8678,6 +8708,7 @@ footballs 153637 footlong 153651 foppas 153659 for 153667 + <416638, 154018> <434405, 154365> <455242, 154721> <474653, 155079> <494735, 155433> fora 155502 foram 155514 forbeslistjay 155528 @@ -8869,6 +8900,7 @@ froggyyou 158383 frohe 158391 froid 158399 from 158407 + <475834, 158808> fromin 158899 front 158907 frootymeg 158937 @@ -9283,6 +9315,7 @@ gespielt 165220 gesprek 165228 gessicamellos 165236 get 165244 + <442097, 165632> <481535, 166008> getafe 166158 getglue 166166 getirdin 166185 @@ -9486,6 +9519,7 @@ gnn 169419 gnna 169427 gnt 169435 go 169449 + <476655, 169857> goaaaaaal 170006 goacy 170014 goal 170022 @@ -9547,6 +9581,7 @@ gonlunu 171352 gonna 171360 gonzalitos 171587 good 171595 + <481968, 172004> gooda 172112 goodbye 172120 goodcharlotte 172140 @@ -9601,6 +9636,7 @@ gostoso 172772 gostou 172780 gostto 172788 got 172796 + <476434, 173212> gotada 173320 gotchu 173328 gott 173336 @@ -10181,6 +10217,7 @@ havaalan 183227 havani 183235 havde 183243 have 183251 + <442936, 183636> <485782, 184030> havefaithwithjb 184184 haven 184192 havendoe 184206 @@ -10224,6 +10261,7 @@ hd 184828 hdnegro 184836 hdsiuahdsaiuhdasiuhdaiudhsaiudsah 184850 he 184858 + <467743, 185235> head 185490 headache 185627 headacheso 185640 @@ -10357,6 +10395,7 @@ hep 187708 hepimizin 187716 hepsi 187724 her 187732 + <489831, 188129> herana 188177 herbertcp 188185 hercule 188193 @@ -10730,6 +10769,7 @@ housewives 195290 houston 195298 houzmazoo 195306 how 195314 + <462934, 195724> however 195956 howimetyourmother 195964 hows 195972 @@ -11234,6 +11274,7 @@ hyuk 200716 hyun 200724 hzsemsitebrizi 200732 i 200740 + <406422, 201046> <413422, 201348> <419341, 201650> <426626, 201958> <432962, 202255> <438281, 202547> <444753, 202848> <451485, 203150> <457132, 203448> <463631, 203750> <469557, 204048> <476223, 204347> <482454, 204644> <488011, 204941> <495835, 205252> ia 205451 iae 205486 iagosntss 205494 @@ -11357,6 +11398,7 @@ iets 206961 ievolsk 206986 iewww 206994 if 207002 + <440489, 207387> <473443, 207760> ifetchbarb 207958 iff 207966 ifiiky 207980 @@ -11431,6 +11473,7 @@ ijsbaan 208805 ijskoud 208813 ijustinnotas 208821 ik 208829 + <478258, 209209> ikamuucho 209356 ike 209364 ikea 209372 @@ -11495,6 +11538,7 @@ iluvbee 210248 ilvolo 210256 ilybrook 210264 im 210272 + <425016, 210621> <452804, 210985> <472891, 211331> <497731, 211692> ima 211740 imadedz 211824 image 211832 @@ -11595,6 +11639,7 @@ imxaxmess 212837 imy 212845 imyourdirection 212853 in 212861 + <414601, 213201> <432510, 213549> <450655, 213897> <465558, 214241> <480606, 214581> <495313, 214923> ina 215052 inanamazsn 215060 inandran 215068 @@ -11932,6 +11977,7 @@ iru 219289 irving 219297 irynagoldilocks 219305 is 219313 + <413067, 219652> <427966, 219984> <439834, 220307> <454146, 220641> <468879, 220991> <486803, 221344> isaabeel 221657 isaac 221665 isaacfouto 221673 @@ -11998,6 +12044,7 @@ iswagerbiebs 222571 iswagg 222579 isweetpurple 222587 it 222595 + <425431, 222947> <449790, 223309> <471914, 223657> <492006, 224011> italia 224137 italian 224145 italiano 224153 @@ -12018,6 +12065,7 @@ itouch 224302 itprodho 224310 itrine 224318 its 224326 + <442694, 224711> <484725, 225099> itsantonioarem 225224 itsayysian 225232 itsciaraswhore 225240 @@ -12306,6 +12354,7 @@ jdevries 229092 jdon 229100 jdove 229108 je 229116 + <483215, 229506> jea 229577 jealous 229585 jean 229604 @@ -12742,6 +12791,7 @@ juss 234039 jussbangable 234047 jussittinpretty 234055 just 234063 + <431929, 234440> <464003, 234817> <497950, 235197> justcallmesatan 235209 justdoithoe 235217 juste 235225 @@ -13330,6 +13380,7 @@ knobf 242069 knock 242077 knockadomelooseent 242092 know 242100 + <459212, 242502> knowing 242739 knowledge 242765 known 242773 @@ -13520,6 +13571,7 @@ kzna 244462 kzsn 244470 l 244478 la 244692 + <422967, 245032> <452034, 245383> <480693, 245746> laaa 246007 laaaryssa 246015 laadoptada 246023 @@ -14101,6 +14153,7 @@ lika 254449 likamp 254457 likdel 254465 like 254473 + <429435, 254837> <465063, 255213> liked 255512 likee 255601 likely 255615 @@ -14329,6 +14382,7 @@ lml 258988 lmorgulhotricolor 258996 ln 259004 lo 259012 + <461033, 259403> load 259665 loader 259679 loads 259687 @@ -14385,6 +14439,7 @@ lokantasnda 260261 lokeren 260269 loko 260277 lol 260291 + <454115, 260677> lolacastrodiaz 261002 lolacooperxox 261010 lolestlol 261018 @@ -14474,6 +14529,7 @@ loretta 262688 lorine 262696 lorraine 262704 los 262712 + <489086, 263117> losburgueses 263171 losdelgobierno 263179 lose 263193 @@ -14515,6 +14571,7 @@ lovahhh 263708 lovaticsplanet 263716 lovatofreakx 263724 love 263732 + <456081, 264119> lovealways 264436 loveandhiphop 264444 loveblossom 264452 @@ -15212,6 +15269,7 @@ maryjanesfarm 274454 marylinhrivaldo 274462 marymaniaksbr 274470 mas 274478 + <492126, 274887> masamasa 274938 masaya 274946 masbiel 274954 @@ -15357,6 +15415,7 @@ mdr 276688 mdrrr 276696 mdx 276704 me 276712 + <411108, 277047> <422765, 277386> <434715, 277718> <445809, 278048> <457583, 278386> <467943, 278715> <478667, 279042> <489553, 279380> meal 279677 mean 279691 meanest 279836 @@ -15681,6 +15740,7 @@ mhmm 284727 mhn 284735 mhz 284743 mi 284751 + <469622, 285141> mia 285275 miaeid 285295 miamaysordie 285303 @@ -16505,6 +16565,7 @@ mxfps 298131 mxico 298139 mxzonasaludcaguazs 298158 my 298166 + <415871, 298510> <426820, 298838> <440285, 299176> <451982, 299495> <463668, 299831> <476036, 300161> <490151, 300500> myannaloves 300712 mybeautykills 300720 mydoghatesme 300728 @@ -16546,7 +16607,9 @@ mzronsenrymes 301068 mzsmurfet 301076 mzzman 301084 n 301092 + <490198, 301506> na 301561 + <480401, 301956> naa 302059 naaaa 302073 naaar 302087 @@ -16793,6 +16856,7 @@ nedroid 305720 nedsatt 305728 nee 305736 need 305778 + <498701, 306193> needa 306202 needed 306228 needles 306267 @@ -16906,6 +16970,7 @@ neverlasts 307912 nevermind 307920 neveux 307928 new 307936 + <458199, 308333> newest 308576 newly 308590 newmankrissie 308615 @@ -17113,6 +17178,7 @@ nnnnnnnnnnnnnnnnnnnn 311870 nnnnnnnnnnnnnnnnnnnnooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo 311878 nnova 311886 no 311894 + <411674, 312226> <422708, 312548> <435772, 312882> <447723, 313205> <458499, 313520> <469430, 313847> <481694, 314178> <495258, 314507> noah 314650 noaln 314658 nobatkan 314666 @@ -17236,6 +17302,7 @@ nossos 316672 nosss 316680 nosy 316688 not 316696 + <443042, 317081> <483591, 317469> nota 317610 notaba 317618 notanimp 317626 @@ -17290,6 +17357,7 @@ novios 318415 novo 318423 novos 318525 now 318544 + <485593, 318951> nowadays 319034 nowblasting 319042 nowfollowing 319050 @@ -17394,6 +17462,7 @@ nyte 320607 nytroglycerine 320615 nz 320623 o 320631 + <424835, 320991> <447739, 321340> <470029, 321691> <491816, 322041> oa 322157 oabi 322165 oak 322173 @@ -17472,6 +17541,7 @@ oeeeeehh 322883 oeh 322891 oemoral 322899 of 322907 + <420223, 323258> <439993, 323610> <456675, 323958> <479032, 324312> ofcourse 324631 oferecendo 324645 oferta 324653 @@ -17679,6 +17749,7 @@ omurluk 328228 omw 328236 omwt 328244 on 328252 + <420970, 328610> <438784, 328965> <457976, 329319> <476648, 329668> <495143, 330018> ona 330106 onanzen 330114 once 330122 @@ -17688,6 +17759,7 @@ onde 330235 onder 330297 onderbroek 330311 one 330319 + <471043, 330723> oneand 330902 oneday 330910 onedirection 330924 @@ -17821,6 +17893,7 @@ opy 333132 oq 333140 oque 333177 or 333220 + <499837, 333639> oracion 333645 orando 333653 orang 333661 @@ -17920,6 +17993,7 @@ ourselves 335285 ourteenfacts 335293 ousted 335328 out 335336 + <447987, 335729> outa 336084 outdoors 336092 outernet 336100 @@ -18141,6 +18215,7 @@ paqera 339268 paqueteria 339276 par 339284 para 339315 + <456925, 339705> paraaa 339980 parabeeeeeeens 339988 parabns 339996 @@ -18480,6 +18555,7 @@ pensons 344460 pensou 344473 peo 344481 people 344506 + <495469, 344929> peoples 344972 peor 344982 peores 345014 @@ -18676,6 +18752,7 @@ phoneohwell 347971 phones 347979 phonezoo 347987 photo 347995 + <495040, 348416> photographer 348440 photographs 348448 photography 348456 @@ -19037,6 +19114,7 @@ populares 353605 popularity 353619 poquito 353627 por 353641 + <459794, 354035> porconfirmar 354328 porcosvoadores 354336 porcupines 354344 @@ -19153,6 +19231,7 @@ pq 356175 pqp 356284 pr 356304 pra 356332 + <471065, 356728> praa 356903 prachtig 356911 practice 356919 @@ -19566,6 +19645,7 @@ pxxxx 362298 pyjama 362306 pzcccmbhiozlbdyghgtivzsquianm 362314 q 362322 + <483686, 362718> qa 362780 qabilatv 362788 qaseedzn 362796 @@ -19630,6 +19710,7 @@ quarto 363878 quase 363912 qudense 363954 que 363962 + <409909, 364275> <420808, 364599> <432439, 364911> <442310, 365231> <452831, 365540> <465276, 365865> <475752, 366179> <486327, 366499> <498482, 366822> quebrada 366874 quebro 366882 quedaba 366890 @@ -20696,6 +20777,7 @@ rsrs 380939 rsrsrs 380947 rsxl 380960 rt 380970 + <403930, 381266> <408263, 381562> <413298, 381865> <418397, 382161> <422470, 382450> <427313, 382752> <431530, 383048> <435350, 383338> <439732, 383631> <443967, 383924> <448911, 384218> <452973, 384512> <457558, 384809> <461675, 385101> <465126, 385386> <469067, 385675> <474055, 385976> <478317, 386266> <483095, 386563> <488015, 386861> <491682, 387148> <496287, 387442> rtdanielaytu 387670 rtgtfollowme 387678 rtgtgtgt 387686 @@ -20797,6 +20879,7 @@ ryodreamhm 388769 ryuku 388777 rzwollo 388785 s 388793 + <460868, 389190> sa 389425 saaaaaair 389480 saaaah 389488 @@ -21258,6 +21341,7 @@ sdoifuosidfuosidufosiduf 395889 sdotbeatz 395897 sds 395905 se 395913 + <444857, 396296> <485857, 396680> sea 396868 seagate 396983 seal 396991 @@ -21314,6 +21398,7 @@ sederhana 397602 seduce 397610 seduz 397618 see 397626 + <495892, 398053> seedalmela 398072 seeders 398080 seeguindo 398088 @@ -21648,6 +21733,7 @@ shayr 403635 shaytooreal 403643 shazillyork 403651 she 403659 + <495029, 404047> shea 404070 sheadavisotf 404078 sheb 404086 @@ -21794,6 +21880,7 @@ shygurlsandra 406640 shyt 406652 shytyu 406662 si 406670 + <479582, 407078> sia 407210 siang 407224 siapa 407232 @@ -22208,6 +22295,7 @@ snowy 412988 snufka 412996 snugglebubblez 413004 so 413012 + <426986, 413371> <452649, 413739> <483880, 414103> soaked 414324 soap 414332 soapr 414346 @@ -23447,6 +23535,7 @@ tds 434258 tdurka 434272 tdw 434280 te 434288 + <440692, 434648> <477789, 435013> tea 435180 teach 435210 team 435229 @@ -23742,6 +23831,7 @@ thanyaaa 440143 tharwa 440151 thasewaybrick 440159 that 440167 + <423099, 440521> <446502, 440885> <472613, 441245> <496037, 441606> thataahtorres 441663 thatabettini 441671 thatak 441679 @@ -23771,6 +23861,7 @@ thattallguygabe 442293 thayoliveira 442301 thaysnara 442309 the 442317 + <407345, 442624> <415388, 442938> <422674, 443245> <430485, 443553> <438676, 443867> <445141, 444166> <452507, 444478> <460082, 444791> <467573, 445099> <475788, 445409> <482053, 445704> <488036, 445999> <494873, 446299> thea 446481 theactivists 446489 thearabchick 446497 @@ -23860,6 +23951,7 @@ thetrue 448730 thewantedfc 448738 theweekndxo 448746 they 448759 + <460731, 449147> theycallmeashh 449420 theyenvyhumphry 449428 theyll 449436 @@ -23885,6 +23977,7 @@ thingss 449989 thingsthatgetyouunfollowed 449997 thingsyougointoseeatdaroundrobin 450011 think 450019 + <488745, 450435> thinkim 450481 thinkin 450489 thinking 450503 @@ -23897,6 +23990,7 @@ third 450675 thiricardoo 450693 thirsty 450701 this 450711 + <439024, 451091> <467892, 451457> thisdamnquote 451821 thisisamerica 451841 thisisartful 451849 @@ -24002,6 +24096,7 @@ tilucas 453934 tim 453947 timber 453984 time 453992 + <494730, 454414> timee 454449 timeline 454457 times 454491 @@ -24099,6 +24194,7 @@ tnw 455736 tnx 455744 tny 455764 to 455772 + <409253, 456091> <418012, 456408> <424722, 456711> <433132, 457032> <440314, 457335> <448606, 457652> <457170, 457973> <464451, 458285> <473379, 458600> <480079, 458907> <486352, 459215> <496014, 459534> toasty 459720 tob 459728 tobeymonster 459736 @@ -24551,6 +24647,7 @@ ttot 467136 tts 467144 ttta 467152 tu 467160 + <489910, 467562> tua 467618 tuaa 467636 tuas 467644 @@ -24743,6 +24840,7 @@ tyree 470687 tyrs 470695 tzeebo 470703 u 470711 + <449893, 471081> uahauahsuahsuahs 471457 uahsoaush 471465 uahsuahsuahs 471473 @@ -24829,6 +24927,7 @@ ultra 472418 ultrabook 472438 ultrafan 472446 um 472454 + <472914, 472860> uma 473007 umadosedevodka 473345 umafadetvd 473364 @@ -24845,7 +24944,9 @@ umsojuninho 473489 umthrasher 473497 umurysehat 473505 un 473513 + <461383, 473898> una 474144 + <492522, 474566> unable 474608 unagastochi 474616 unahealy 474624 @@ -24943,6 +25044,7 @@ unwasted 475953 unzuverlssig 475961 uomini 475969 up 475977 + <457860, 476381> upbrasilcom 476708 upcoming 476716 upcook 476730 @@ -25563,6 +25665,7 @@ vntar 486556 vo 486572 voaram 486750 voc 486758 + <489217, 487117> vocalista 487184 vocalistas 487192 vocals 487200 @@ -25756,6 +25859,7 @@ wanita 490878 wanko 490886 wanna 490894 want 491168 + <484733, 491579> wanted 491635 wantin 491684 wanting 491692 @@ -25785,6 +25889,7 @@ warriors 491995 warryncampbell 492008 warwick 492016 was 492024 + <433167, 492388> <471271, 492763> wasabi 493058 wasfixing 493068 wash 493076 @@ -25843,6 +25948,7 @@ wcinij 494654 wdsu 494662 wdvx 494670 we 494678 + <458936, 495066> wea 495350 weak 495370 weakest 495395 @@ -25967,6 +26073,7 @@ whams 497684 wharto 497692 whassup 497700 what 497708 + <454892, 498104> whatbogglesmymind 498473 whatcha 498481 whatever 498489 @@ -25983,6 +26090,7 @@ wheelchair 498742 wheeler 498761 wheels 498769 when 498777 + <457029, 499175> whenever 499517 whengurls 499537 wheniwakeup 499545 @@ -26006,6 +26114,7 @@ whitening 500248 whitneynicolee 500260 whn 500268 who 500288 + <482702, 500695> whoa 500740 whocaresifihurt 500754 whodaneighbors 500762 @@ -26026,6 +26135,7 @@ whotfislegacy 501033 wht 501041 whts 501049 why 501057 + <499749, 501478> whyd 501482 whydidntidoshotsbeforethis 501490 wide 501498 @@ -26058,6 +26168,7 @@ wildfreckle 501965 wilkenmc 501973 wilkesbarrescranton 501981 will 501989 + <488462, 502400> willen 502451 willerab 502459 williams 502467 @@ -26116,6 +26227,7 @@ witcha 503401 witches 503409 witchesvictim 503417 with 503425 + <433595, 503803> <461509, 504173> <494228, 504551> withdrawals 504604 withh 504612 within 504620 @@ -26417,7 +26529,9 @@ xzhennie 509916 xzoemsnx 509924 xzsdhbsakjsdkjsdn 509932 y 509940 + <434560, 510315> <466776, 510677> <496913, 511047> ya 511093 + <470097, 511484> yaa 511609 yaaa 511641 yaaaa 511655 @@ -26617,6 +26731,7 @@ yn 514531 ynelik 514545 ynot 514553 yo 514561 + <484769, 514981> yocelyn 515082 yocmc 515090 yogo 515098 @@ -26653,6 +26768,7 @@ yosoywata 515414 yosrasalah 515422 yosrifouda 515430 you 515444 + <410492, 515761> <421197, 516086> <432564, 516416> <442576, 516730> <452361, 517051> <462249, 517370> <470912, 517675> <482276, 517998> <490810, 518316> youd 518593 youeffinloveme 518619 youll 518627 @@ -26669,6 +26785,7 @@ youngsir 518823 youngtyphoon 518831 younow 518839 your 518847 + <434230, 519213> <466355, 519577> youre 519903 yourmysnowangel 520253 yours 520261 diff --git a/indexer/index5-seek.txt b/indexer/index5-seek.txt index 55d1a2e..f0d1758 100755 --- a/indexer/index5-seek.txt +++ b/indexer/index5-seek.txt @@ -1,5 +1,6 @@ =docEnding 523571 a 84 + <505812, 389> <511908, 699> <517757, 1004> <522969, 1296> <527966, 1584> <533497, 1886> <538725, 2186> <544784, 2493> <550484, 2793> <555819, 3100> <561426, 3394> <566881, 3697> <573083, 4008> <578696, 4310> <584717, 4613> <589788, 4915> <594768, 5209> aa 5458 aaa 5481 aaaa 5495 @@ -93,6 +94,7 @@ aborrecencla 6373 abort 6398 abou 6406 about 6414 + <578477, 6816> aboutaquarius 6980 aboutnahcardoso 6988 aboutsnats 6996 @@ -775,6 +777,7 @@ alixiahaha 16393 alkapponi 16401 alkdjalkdjalkdj 16409 all 16417 + <553015, 16811> <591961, 17182> allaaam 17236 allaboutcaps 17244 allaboutjobros 17264 @@ -1065,6 +1068,7 @@ amyradderz 22015 amyreader 22023 amysquarepants 22031 an 22039 + <598260, 22461> ana 22474 anaakoo 22500 anaalviano 22508 @@ -1098,6 +1102,7 @@ anche 22741 anchor 22755 ancien 22763 and 22771 + <516639, 23128> <534087, 23478> <546666, 23815> <560241, 24149> <575825, 24492> <592080, 24835> anda 25010 andaa 25030 andalucismo 25038 @@ -1460,6 +1465,7 @@ arcos 30022 arda 30032 arder 30040 are 30048 + <547487, 30432> <588064, 30818> arealfriend 30929 arealva 30937 aree 30945 @@ -1574,6 +1580,7 @@ arwaaljuhaimi 32182 arwndam 32190 arzobispo 32198 as 32206 + <552301, 32583> asabfb 32891 asalto 32899 asap 32907 @@ -1682,6 +1689,7 @@ asunto 34309 asus 34323 aswell 34331 at 34345 + <537710, 34722> <569967, 35099> ata 35458 atacar 35472 atah 35480 @@ -1977,6 +1985,7 @@ bachelor 39458 bachinos 39466 bachooo 39474 back 39482 + <581649, 39890> backers 39965 background 39973 backintheday 39993 @@ -2246,6 +2255,7 @@ bdrip 43115 bdrm 43123 bdsm 43131 be 43139 + <534954, 43520> <569580, 43891> beach 44206 beachbunnyswim 44232 beanna 44240 @@ -3346,6 +3356,7 @@ bustle 60422 bustytruth 60430 busy 60438 but 60479 + <540731, 60862> <581401, 61245> butim 61399 butsomething 61407 butt 61415 @@ -3567,6 +3578,7 @@ camping 64782 campos 64790 camuflaje 64798 can 64806 + <563808, 65204> canad 65396 canada 65404 canadian 65466 @@ -3615,6 +3627,7 @@ cansarme 65896 cansei 65904 canseii 65923 cant 65931 + <586476, 66342> canta 66400 cantaloupe 66420 cantando 66428 @@ -4237,6 +4250,7 @@ christinaamarks 74495 christinaevans 74503 christinarocha 74511 christmas 74519 + <580443, 74931> christmasbabyyy 74978 christmasbut 74986 christmascount 74994 @@ -4547,6 +4561,7 @@ colour 78696 columbiana 78704 colussimc 78712 com 78720 + <569628, 79124> coma 79280 comassim 79290 combia 79298 @@ -4701,6 +4716,7 @@ comunica 81910 comunidade 81918 comuns 81926 con 81934 + <579497, 82342> conanobrien 82435 conceived 82443 concept 82451 @@ -5351,7 +5367,9 @@ czq 90421 czy 90429 czytaa 90437 d 90445 + <566267, 90844> da 90987 + <573263, 91392> daa 91577 daaamnn 91585 daaar 91593 @@ -5586,6 +5604,7 @@ dawn 94984 dawnireland 95003 dawrseegal 95011 day 95019 + <589921, 95438> dayana 95464 dayanlmaz 95472 daycare 95480 @@ -5617,6 +5636,7 @@ ddr 95856 ddt 95870 ddv 95878 de 95886 + <511553, 96208> <522567, 96533> <532334, 96851> <542126, 97164> <552728, 97481> <563153, 97805> <573259, 98131> <582399, 98438> <592352, 98765> deaconmixerclcc 98979 dead 98987 deadass 99100 @@ -6417,6 +6437,7 @@ dnyalar 110362 dnyorsun 110370 dnyorum 110378 do 110386 + <533051, 110756> <557942, 111116> <591876, 111496> doakan 111651 dobio 111659 doble 111667 @@ -6523,6 +6544,7 @@ donny 113423 dono 113431 donofpolo 113456 dont 113464 + <534335, 113839> <575167, 114224> dontbedigginme 114473 dontkwestionme 114481 donttalktome 114489 @@ -6837,6 +6859,7 @@ dyu 118565 dzeye 118573 dziwisz 118581 e 118589 + <529289, 118950> <553410, 119311> <580538, 119668> ea 119991 eaaa 120013 eaai 120021 @@ -7043,6 +7066,7 @@ eksiliyoruz 123159 ekti 123167 ekwaun 123175 el 123183 + <534793, 123550> <574908, 123915> ela 124190 elabooba 124443 elaentra 124451 @@ -7156,6 +7180,7 @@ elvisfreshley 125751 elvyzinho 125759 elyssahubbard 125767 em 125775 + <584167, 126181> emaaaaaaaaahahahahahahhaha 126257 email 126265 emailing 126289 @@ -7225,6 +7250,7 @@ empresas 126854 empty 126862 emrekuzlu 126870 en 126878 + <530166, 127244> <554649, 127586> <584426, 127955> ena 128162 enaebner 128170 enak 128178 @@ -7464,6 +7490,7 @@ eruit 131305 eruizgonzalez 131313 erybdylovesb 131321 es 131329 + <557677, 131713> esa 131952 esas 132023 esbrnia 132058 @@ -7692,6 +7719,7 @@ etsays 136101 etsou 136109 ettim 136117 eu 136125 + <531276, 136485> <558165, 136845> <586446, 137195> eua 137341 eucarit 137349 eudoraaa 137357 @@ -8532,6 +8560,7 @@ folha 151642 folks 151650 follllowback 151664 follow 151672 + <578370, 152058> followback 152169 followbelieveinmagicx 152211 followed 152219 @@ -8576,6 +8605,7 @@ foot 153045 football 153059 footyfawkes 153138 for 153146 + <517434, 153488> <536827, 153842> <556172, 154193> <573781, 154547> <593600, 154904> fora 155034 foram 155065 foraudrey 155073 @@ -8773,6 +8803,7 @@ fro 157945 frodo 157953 froh 157961 from 157969 + <581583, 158377> fromi 158478 fromoh 158486 front 158494 @@ -9189,6 +9220,7 @@ gestin 164721 gestito 164729 gestuurd 164737 get 164745 + <542161, 165132> <584555, 165518> getem 165665 getfitconnecticut 165673 getglue 165681 @@ -9383,6 +9415,7 @@ gnna 168650 gnomos 168663 gnt 168673 go 168681 + <563452, 169082> goal 169351 goals 169367 goalsfornextyear 169389 @@ -9435,6 +9468,7 @@ gonna 170483 gonysevilla 170677 gonzaloascanio 170685 good 170693 + <571570, 171097> goodadvertisement 171269 goodbye 171277 goodfeeling 171290 @@ -9485,6 +9519,7 @@ gosti 171841 gosto 171849 gostoso 171901 got 171909 + <558297, 172293> gotemsnitchin 172553 goth 172561 gothic 172569 @@ -10051,6 +10086,7 @@ hausofmario 182384 hav 182392 havasndaki 182423 have 182431 + <543853, 182814> <586956, 183198> havent 183310 haver 183369 haviam 183382 @@ -10088,6 +10124,7 @@ hcwjc 183919 hd 183927 hdnegro 183935 he 183943 + <556997, 184326> hea 184563 head 184573 headache 184670 @@ -10219,6 +10256,7 @@ hep 186831 hepimizden 186845 hepsi 186853 her 186861 + <590506, 187252> herald 187281 heraldhockey 187289 herbertfbatista 187297 @@ -10578,6 +10616,7 @@ hov 194140 hovieebaby 194148 hovsfight 194156 how 194164 + <572821, 194570> howard 194760 howardwebbout 194768 howd 194776 @@ -11082,6 +11121,7 @@ hyresgst 199411 hysterically 199419 hyukjubeun 199427 i 199435 + <506509, 199738> <513276, 200040> <518120, 200329> <523168, 200623> <529598, 200920> <535979, 201215> <541574, 201516> <548196, 201820> <554763, 202125> <560182, 202416> <566760, 202724> <572634, 203021> <578654, 203312> <584178, 203613> <590223, 203914> <595632, 204214> ia 204457 iaanrodrigues 204514 iachmed 204522 @@ -11201,6 +11241,7 @@ ieteikt 205926 iets 205934 ieuw 205979 if 205987 + <545090, 206373> <587730, 206760> ifetchbarb 206917 ifihadwish 206925 ifollowback 206951 @@ -11274,6 +11315,7 @@ ijf 207691 ijoel 207699 ijs 207707 ik 207715 + <563470, 208088> ikazidane 208277 ikbenbaasx 208285 ikbencharissa 208293 @@ -11330,6 +11372,7 @@ ily 209183 ilyas 209202 ilyluaandarthur 209210 im 209223 + <525221, 209577> <553928, 209944> <574953, 210296> <599498, 210664> ima 210672 imabossryan 210752 imacuckoo 210760 @@ -11429,6 +11472,7 @@ imu 211744 imyourmotivator 211752 imzafoyu 211760 in 211768 + <513860, 212109> <529865, 212459> <546603, 212804> <561761, 213145> <576592, 213490> <594053, 213845> ina 213974 inacreditvel 213988 inaltada 213996 @@ -11760,6 +11804,7 @@ irritated 218067 irrito 218081 irving 218089 is 218097 + <512886, 218434> <524753, 218777> <540721, 219119> <555350, 219459> <568313, 219800> <581484, 220133> <595375, 220468> isa 220587 isaaax 220595 isaacjuarez 220603 @@ -11827,6 +11872,7 @@ isupergirlie 221465 isweetpurple 221473 iswht 221481 it 221495 + <520578, 221838> <541211, 222183> <565290, 222541> <585236, 222885> italian 223109 italiana 223117 italiani 223125 @@ -11856,6 +11902,7 @@ itqs 223345 itrickhoes 223353 itrt 223361 its 223369 + <538001, 223752> <584926, 224135> itsalwaysdaryl 224274 itsasor 224282 itsbaabi 224290 @@ -12178,6 +12225,7 @@ jdsantos 228583 jduarte 228591 jdwallacesb 228599 je 228607 + <570863, 228982> jealous 229119 jean 229171 jeans 229185 @@ -12628,6 +12676,7 @@ jusqu 233778 jusquen 233792 juss 233800 just 233826 + <532422, 234192> <564919, 234565> justaflingbaby 234903 justafox 234911 justarappersr 234919 @@ -13202,6 +13251,7 @@ knocks 241751 knoe 241759 knoee 241767 know 241775 + <568476, 242179> knowhope 242389 knowin 242397 knowing 242405 @@ -13408,6 +13458,7 @@ kzn 244357 kzuey 244365 l 244373 la 244623 + <530609, 244982> <553397, 245331> <580728, 245687> laa 245995 laaa 246009 laabel 246017 @@ -13944,6 +13995,7 @@ liindoo 254177 liion 254185 lijkt 254193 like 254201 + <534395, 254581> <572704, 254953> likeakryptonite 255232 likecrazy 255240 liked 255248 @@ -14192,6 +14244,7 @@ lmpara 258875 lna 258883 lnea 258891 lo 258899 + <568005, 259289> loa 259484 load 259492 loaded 259522 @@ -14237,6 +14290,7 @@ lokitanat 259930 loko 259938 lokon 259946 lol 259954 + <552196, 260348> lolarayne 260695 lolatiica 260703 loliamypee 260711 @@ -14364,6 +14418,7 @@ lovaticsdemii 263449 lovato 263457 lovd 263471 love 263479 + <554943, 263879> loveable 264210 lovebazooka 264218 lovecraftmd 264226 @@ -14737,6 +14792,7 @@ maintenance 269045 maior 269053 maioria 269061 mais 269069 + <578242, 269469> maisiemaym 269586 maite 269594 maiug 269602 @@ -15215,6 +15271,7 @@ mdr 276300 mdre 276320 mdrr 276328 me 276336 + <510716, 276663> <522322, 276992> <532350, 277315> <542376, 277645> <554143, 277985> <564393, 278316> <574798, 278635> <584308, 278962> <595613, 279293> meaan 279411 meadotaneymar 279419 meadows 279427 @@ -15508,6 +15565,7 @@ metru 283827 mets 283835 mettre 283843 meu 283851 + <586396, 284258> meufonedeouvido 284342 meus 284350 meusanos 284429 @@ -15548,6 +15606,7 @@ mhmtina 284737 mhui 284745 mhz 284753 mi 284761 + <566293, 285147> mia 285352 miabuelasabia 285372 miabya 285386 @@ -16373,6 +16432,7 @@ mwalk 298396 mwbthatsme 298404 mxitnames 298412 my 298420 + <513845, 298762> <526150, 299097> <539726, 299422> <552187, 299754> <563190, 300076> <578053, 300414> <590825, 300747> mya 300952 mybad 300960 mybigkidrauhl 300968 @@ -16422,6 +16482,7 @@ mzteichat 301439 mztihnny 301447 n 301455 na 301840 + <593791, 302255> naa 302288 naaa 302308 naaaaap 302316 @@ -16664,6 +16725,7 @@ neden 305835 nedense 305849 nee 305857 need 305906 + <582890, 306316> needa 306397 needed 306417 needs 306456 @@ -16792,6 +16854,7 @@ neverdateafriend 308447 neverr 308467 nevtam 308475 new 308483 + <559265, 308877> newbury 309122 newcreationrecords 309130 newkids 309138 @@ -16999,6 +17062,7 @@ nnkdktexsecu 312262 nno 312270 nnt 312278 no 312286 + <515007, 312629> <525767, 312951> <536759, 313276> <549312, 313613> <560480, 313937> <576750, 314282> <590093, 314618> noamesuxx 314849 nobodi 314857 nobody 314865 @@ -17104,6 +17168,7 @@ nosso 316651 nossos 316696 nostalgia 316704 not 316718 + <541519, 317098> <585051, 317484> nota 317619 notable 317627 notar 317635 @@ -17163,6 +17228,7 @@ novoagora 318543 novonatal 318551 novos 318559 now 318567 + <587160, 318987> nowadays 319051 nowadaysmarriage 319059 nowayitsnora 319067 @@ -17266,6 +17332,7 @@ nyttrsaften 320684 nz 320692 nzjennatw 320700 o 320708 + <523871, 321066> <545501, 321425> <566709, 321769> <589388, 322124> oa 322274 oab 322288 oabdamasio 322296 @@ -17348,6 +17415,7 @@ oei 323191 oem 323205 oeming 323213 of 323221 + <518166, 323573> <537200, 323919> <554828, 324267> <574340, 324622> <596253, 324976> ofendan 325055 ofensivas 325063 oferecidos 325071 @@ -17562,6 +17630,7 @@ omtrent 328605 omw 328613 omy 328650 on 328658 + <519858, 329017> <539044, 329361> <559260, 329722> <582461, 330089> <599728, 330441> ona 330445 onca 330453 once 330461 @@ -17572,6 +17641,7 @@ ondekkkk 330674 ondermijn 330682 ondertiteling 330690 one 330698 + <575146, 331100> onebadperson 331241 oneboyromantico 331249 onedirection 331257 @@ -17716,6 +17786,7 @@ oq 333658 oqe 333689 oque 333697 or 333738 + <586032, 334157> ora 334233 oracin 334246 oracle 334254 @@ -17831,6 +17902,7 @@ ousada 336174 ousadiaealegria 336182 ousadialegria 336190 out 336198 + <543937, 336587> <596928, 336985> outburst 337014 outcome 337022 outfit 337030 @@ -18061,6 +18133,7 @@ papier 340457 papiertje 340465 par 340473 para 340528 + <555914, 340918> paraba 341238 parabns 341252 parada 341271 @@ -18401,6 +18474,7 @@ penyesalan 345726 peo 345734 peokigayo 345759 people 345767 + <566246, 346167> peoples 346346 peor 346365 pepeclimaco 346395 @@ -18934,6 +19008,7 @@ popyourkola 354505 poqito 354519 poquito 354527 por 354535 + <561301, 354928> porbesartee 355190 porchettanyc 355198 pore 355206 @@ -19059,6 +19134,7 @@ pqpev 357209 pqqqqqq 357217 pr 357225 pra 357261 + <572330, 357659> praa 357816 praat 357824 prachtige 357838 @@ -19529,6 +19605,7 @@ pyppnu 363777 pyramid 363785 pzzz 363793 q 363801 + <592407, 364200> qaddoum 364241 qb 364249 qcboy 364257 @@ -19592,6 +19669,7 @@ quatro 365437 quda 365455 qudiqhi 365463 que 365471 + <512629, 365795> <524668, 366124> <533531, 366436> <543984, 366767> <554372, 367080> <564395, 367390> <574471, 367705> <586241, 368035> <597725, 368361> quebra 368418 quebro 368432 quebrou 368440 @@ -20662,6 +20740,7 @@ rsrs 382331 rsrsrrssrsrrsrrsrsrrsrsrrsrs 382339 rsrsrs 382347 rt 382355 + <504499, 382651> <509093, 382951> <513822, 383244> <518479, 383542> <522772, 383833> <527873, 384130> <533017, 384434> <537381, 384732> <541356, 385022> <545274, 385315> <549938, 385607> <554608, 385904> <558605, 386193> <562771, 386482> <568089, 386786> <572721, 387085> <577370, 387384> <582119, 387681> <586164, 387971> <590699, 388266> <595512, 388566> <599934, 388862> rtakiyama 388870 rtbrakinhartsx 388878 rtcblovemyshorts 388886 @@ -20777,6 +20856,7 @@ rysio 390059 ryte 390067 rzr 390075 s 390083 + <550625, 390474> sa 390767 saaabya 390828 saaai 390836 @@ -21208,6 +21288,7 @@ sdmfgdvjsjsad 397135 sdr 397143 sds 397151 se 397159 + <536226, 397523> <569390, 397894> <600007, 398264> sea 398267 seachickencorn 398307 seahawks 398315 @@ -21609,6 +21690,7 @@ shawtkutshawdi 404940 shawty 404948 shaybizzzle 404967 she 404975 + <580279, 405373> shebeshellsz 405495 shee 405503 sheeatscarrots 405517 @@ -21769,6 +21851,7 @@ shxt 408280 shy 408294 shyt 408313 si 408333 + <571688, 408735> siaaanwalker 408879 siapa 408887 sibegon 408901 @@ -22160,6 +22243,7 @@ snuck 414316 snurkt 414324 snyum 414332 so 414342 + <531946, 414720> <560718, 415096> <589773, 415464> soa 415648 soaker 415656 soaknswagg 415664 @@ -22251,6 +22335,7 @@ somavd 416670 somaya 416678 sombong 416686 some 416694 + <574811, 417096> somebody 417220 someday 417312 somem 417326 @@ -23329,6 +23414,7 @@ tds 434797 tdtmcm 434805 tdurrt 434813 te 434821 + <537533, 435186> <577754, 435562> tea 435742 teabee 435762 teach 435770 @@ -23639,6 +23725,7 @@ thanq 440827 thanx 440835 tharealmateo 440843 that 440851 + <523509, 441216> <546536, 441565> <573785, 441925> <596590, 442281> thatawkmmtwhen 442322 thatawkwardmoment 442330 thatawkwardmomentwhen 442338 @@ -23650,6 +23737,7 @@ thatlol 442378 thatniggagordo 442386 thatrikkiwebb 442394 thats 442402 + <597606, 442814> thatslove 442835 thatsmydeath 442843 thatsmyq 442851 @@ -23666,6 +23754,7 @@ thays 442931 thaysealencar 442939 thcue 442947 the 442955 + <506745, 443252> <515415, 443575> <522606, 443882> <531129, 444201> <539253, 444512> <546315, 444813> <553787, 445123> <560291, 445426> <566806, 445721> <572888, 446021> <580301, 446322> <587578, 446635> <595274, 446946> theactivists 447104 theaftabkhan 447112 theakwardmoment 447120 @@ -23769,6 +23858,7 @@ theweekndxo 449414 thewiltedrose 449422 thewisemansaid 449430 they 449438 + <576702, 449846> theyallhateus 450003 theyarederful 450011 theyd 450019 @@ -23806,6 +23896,7 @@ thirsted 451379 thirsty 451387 thirty 451395 this 451403 + <531963, 451769> <567720, 452140> <598247, 452516> thisbiebertour 452540 thisboybelieb 452548 thisboyperforms 452556 @@ -24039,6 +24130,7 @@ tngs 456449 tnis 456457 tnt 456465 to 456473 + <507721, 456797> <514742, 457106> <522764, 457423> <531546, 457741> <539622, 458054> <546879, 458361> <553888, 458669> <560727, 458978> <568375, 459288> <576049, 459601> <584616, 459921> <592671, 460233> <599553, 460542> toa 460564 toast 460572 toasters 460591 @@ -24611,6 +24703,7 @@ tyrellcorbin 470655 tyrese 470663 tzumquadrat 470671 u 470679 + <545948, 471042> <582241, 471394> ua 471583 uahsuahsuahu 471596 uai 471604 @@ -24686,6 +24779,7 @@ ultraorthodoxes 472593 ultraortodoxa 472607 ulybon 472615 um 472623 + <587169, 473037> uma 473150 umafadetvd 473460 umagarotinhaa 473468 @@ -24704,6 +24798,7 @@ umn 473620 umph 473628 umudum 473636 un 473644 + <564125, 474034> una 474283 unable 474637 unaforritalinda 474645 @@ -24806,6 +24901,7 @@ unvmemta 476058 unwanted 476066 uoa 476074 up 476082 + <554001, 476480> upallnight 476840 upand 476848 upcongrats 476856 @@ -25399,6 +25495,7 @@ voa 486959 voar 486967 voarei 486981 voc 486989 + <587115, 487390> vocabulario 487452 vocalista 487460 voce 487468 @@ -25482,6 +25579,7 @@ voto 488813 votos 488827 votre 488835 vou 488848 + <596976, 489267> vous 489281 voute 489314 vouu 489322 @@ -25606,6 +25704,7 @@ wanneer 491553 wannna 491573 wanother 491581 want 491589 + <574777, 491995> wanted 492137 wanteds 492228 wanting 492236 @@ -25630,6 +25729,7 @@ wars 492494 warte 492502 warwick 492510 was 492518 + <536163, 492900> <574336, 493273> wasgreat 493510 wash 493518 washington 493526 @@ -25684,6 +25784,7 @@ wcertain 494982 wciskam 494990 wdiversey 494998 we 495006 + <555325, 495391> weak 495700 weakness 495720 wealth 495734 @@ -25797,6 +25898,7 @@ whack 498038 whaha 498046 whale 498059 what 498067 + <551443, 498454> whata 498807 whatdadeuceman 498815 whatever 498823 @@ -25818,6 +25920,7 @@ wheeeeee 499150 wheel 499158 wheels 499176 when 499196 + <548411, 499581> whenever 499970 whengurls 500008 wheniwakeup 500016 @@ -25923,6 +26026,7 @@ wildfantasty 502701 wildflower 502709 wilding 502717 will 502725 + <581803, 503129> willbradshaw 503240 willen 503248 william 503256 @@ -25976,6 +26080,7 @@ wist 504054 wit 504081 witchhazel 504178 with 504186 + <537563, 504563> <572830, 504938> withanything 505211 withdrawn 505219 within 505232 @@ -26277,7 +26382,9 @@ xyasmiineexx 510319 xzentrickjames 510327 xzoeeexx 510335 y 510343 + <531116, 510705> <566078, 511075> ya 511434 + <584658, 511849> yaa 511920 yaaa 511934 yaaaaa 511948 @@ -26481,6 +26588,7 @@ yn 514864 ynabe 514888 yne 514896 yo 514904 + <590636, 515306> yoafortunado 515357 yobitchnasty 515365 yodisauria 515373 @@ -26530,6 +26638,7 @@ yoshiimitha 515772 yosoyjosy 515780 yoteerivas 515788 you 515796 + <509746, 516111> <520295, 516431> <530254, 516743> <539980, 517060> <550331, 517372> <561884, 517689> <573880, 518003> <584666, 518323> <594481, 518629> youbelievemagic 518792 youd 518800 youhell 518824 @@ -26551,6 +26660,7 @@ youngpfm 519089 youngrooksworld 519097 youngslodderrr 519105 your 519113 + <538128, 519485> <575798, 519856> youre 520109 youreali 520382 yours 520390 diff --git a/indexer/index6-seek.txt b/indexer/index6-seek.txt index 9f4776a..d973b2b 100755 --- a/indexer/index6-seek.txt +++ b/indexer/index6-seek.txt @@ -1,5 +1,6 @@ =docEnding 520956 a 84 + <605339, 379> <610956, 675> <616495, 975> <623728, 1288> <628788, 1580> <634432, 1882> <640812, 2186> <646114, 2484> <652591, 2793> <658761, 3095> <665908, 3405> <672907, 3716> <679633, 4024> <684844, 4326> <689640, 4620> <695901, 4927> aa 5163 aaa 5185 aaaa 5199 @@ -92,6 +93,7 @@ aborrecencla 6142 aborrescencia 6179 abouintown 6187 about 6195 + <657348, 6588> aboutaquarius 6800 aboutgabby 6808 aboutsnats 6816 @@ -725,6 +727,7 @@ alivio 15687 alizeelegrand 15695 alkohol 15703 all 15711 + <647765, 16105> <691222, 16484> alla 16552 allahim 16577 allahky 16585 @@ -1022,6 +1025,7 @@ anche 21826 ancient 21840 ancientproverbs 21848 and 21856 + <613892, 22201> <630296, 22542> <644955, 22879> <659450, 23219> <671718, 23558> <685272, 23896> anda 24208 andaa 24222 andaar 24230 @@ -1385,6 +1389,7 @@ arden 29245 ardendo 29253 ardiansaahlubis 29261 are 29269 + <646457, 29657> <695638, 30046> area 30084 areas 30098 ared 30106 @@ -1502,6 +1507,7 @@ aryaneoficial 31369 arylopez 31377 aryyyy 31385 as 31393 + <671179, 31787> asabfb 32008 asanhadas 32016 asap 32024 @@ -1602,6 +1608,7 @@ astronautlife 33504 asunto 33516 asylumseekers 33524 at 33532 + <636252, 33907> <672873, 34283> atacante 34633 atakaka 34641 atakdos 34655 @@ -1891,6 +1898,7 @@ bac 38572 bacano 38580 bacc 38588 back 38602 + <668993, 39009> background 39180 backk 39199 backkimiss 39207 @@ -2134,6 +2142,7 @@ bdksvskdbsldbksbskfkskbdkbdldbdldbd 41993 bdl 42001 bds 42009 be 42023 + <631157, 42392> <662582, 42761> <696460, 43134> bea 43200 beaalo 43214 beaauty 43222 @@ -3268,6 +3277,7 @@ busting 59578 bustykimb 59586 busy 59594 but 59641 + <646989, 60027> <693882, 60421> butt 60460 buttando 60507 butterfly 60515 @@ -3292,6 +3302,7 @@ bwt 60809 bww 60817 bxtchpuhhlease 60830 by 60838 + <692618, 61258> bye 61297 byinviteonlygrl 61342 byitchthat 61350 @@ -3496,6 +3507,7 @@ camping 64034 campo 64042 campon 64056 can 64064 + <662613, 64456> canada 64668 canadian 64749 canadians 64768 @@ -3540,6 +3552,7 @@ cansado 65205 canse 65219 cansei 65227 cant 65240 + <692283, 65664> canta 65707 cantacrente 65726 cantaforever 65734 @@ -4174,6 +4187,7 @@ christinagrimmie 74011 christinanbbn 74019 christinann 74027 christmas 74035 + <680564, 74452> christmasboxing 74532 christmascount 74540 christmasembrace 74548 @@ -4495,6 +4509,7 @@ columbia 78403 columbiana 78411 colusion 78419 com 78427 + <661963, 78828> coma 79108 comadrichi 79122 comam 79130 @@ -4557,6 +4572,7 @@ communication 80334 community 80342 comn 80360 como 80368 + <675553, 80773> comodidade 80952 comoooo 80960 comp 80968 @@ -4620,6 +4636,7 @@ comunicar 81682 comunidades 81690 comuns 81698 con 81706 + <681662, 82114> conaculta 82200 conanobrien 82208 concachampions 82222 @@ -5234,7 +5251,9 @@ cymbal 89996 cymoneb 90004 cynthiavdbrug 90012 d 90020 + <693894, 90443> da 90465 + <647329, 90840> <696380, 91222> daaaamn 91256 daaaay 91264 daag 91272 @@ -5467,6 +5486,7 @@ dawg 94738 dawgg 94752 dawn 94760 day 94773 + <689616, 95188> dayafter 95243 dayapereiraa 95251 daybut 95259 @@ -5497,6 +5517,7 @@ ddrugskids 95612 ddubsukgirl 95620 ddww 95628 de 95636 + <609378, 95956> <618548, 96273> <628983, 96585> <638630, 96901> <649251, 97222> <657269, 97523> <667313, 97850> <678255, 98173> <686908, 98488> <698036, 98812> deacolvara 98873 dead 98881 deadass 98949 @@ -6273,6 +6294,7 @@ dntfkwitlames 110039 dntro 110047 dnv 110055 do 110063 + <629403, 110424> <658190, 110788> <683662, 111151> doa 111405 doal 111413 dobbi 111421 @@ -6361,6 +6383,7 @@ dono 113077 donpiscola 113085 dons 113093 dont 113101 + <646759, 113489> <695098, 113878> dontbeahater 113945 donthate 113953 donut 113961 @@ -6652,6 +6675,7 @@ dzambri 117774 dzeltiyorum 117782 dzinhaa 117790 e 117798 + <628580, 118156> <651854, 118507> <676277, 118863> <699141, 119213> ea 119233 eaaah 119247 eac 119255 @@ -6866,6 +6890,7 @@ ekmek 122356 ekmeye 122364 ekypratama 122372 el 122380 + <634877, 122739> <670362, 123105> ela 123409 elaagente 123667 elainogarcia 123675 @@ -6966,6 +6991,7 @@ elwachijustin 125001 elyagout 125009 elyasdf 125017 em 125025 + <683428, 125434> emagrecer 125544 email 125552 embaa 125574 @@ -7044,6 +7070,7 @@ emrahunsal 126326 emwatsonbr 126334 emziofcydonia 126342 en 126350 + <629717, 126711> <655166, 127065> <681437, 127415> ena 127664 enak 127675 enamor 127683 @@ -7301,6 +7328,7 @@ erzmyboy 131075 erzsiii 131083 erzurum 131091 es 131099 + <652983, 131488> <698234, 131858> esa 131884 esas 131979 esbasura 132010 @@ -7517,6 +7545,7 @@ ettiekazarian 136135 ettin 136143 etuaebehtain 136151 eu 136159 + <627037, 136512> <654177, 136873> <680243, 137228> euaieaiueius 137528 euandryburgh 137536 euarevoltada 137544 @@ -8375,6 +8404,7 @@ folk 151509 folks 151517 follarse 151525 follow 151533 + <692348, 151927> followback 151960 followcaraa 151985 followed 151993 @@ -8419,6 +8449,7 @@ foos 152790 foot 152798 football 152806 for 152842 + <616123, 153189> <635118, 153540> <653238, 153888> <673331, 154242> <695137, 154594> fora 154669 foram 154697 forbes 154717 @@ -8596,6 +8627,7 @@ frnds 157306 frog 157320 frohe 157328 from 157336 + <685248, 157760> fromno 157841 front 157849 frontman 157885 @@ -9038,6 +9070,7 @@ geslaagde 164407 gespierd 164415 gesprek 164423 get 164431 + <646710, 164818> <689372, 165205> getaloadofthis 165304 getatmetwatcher 165312 getaway 165320 @@ -9243,6 +9276,7 @@ gnrosit 168278 gnt 168286 gntee 168294 go 168302 + <671466, 168696> goal 168893 goalless 168924 goalllll 168932 @@ -9291,6 +9325,7 @@ gonzalop 170251 gonzaloxcd 170259 gonzeux 170267 good 170275 + <680000, 170683> goodbye 170838 goodfella 170852 goodlooking 170860 @@ -9342,6 +9377,7 @@ gostosa 171448 gostoso 171456 gostou 171464 got 171472 + <676844, 171886> gotayautentiko 171989 gotbelou 171997 goth 172005 @@ -9703,6 +9739,7 @@ hago 177628 hagyjuk 177653 hah 177661 haha 177684 + <685836, 178102> hahaa 178147 hahaaa 178155 hahaaaahhhh 178163 @@ -9908,6 +9945,7 @@ hava 181739 havada 181747 havanamg 181755 have 181763 + <648429, 182147> <685418, 182527> havebettersex 182668 haveing 182676 havens 182684 @@ -9951,6 +9989,7 @@ hc 183333 hd 183341 hdtv 183361 he 183369 + <664882, 183758> hea 183980 head 183988 headache 184126 @@ -10435,6 +10474,7 @@ housewives 193642 houston 193650 houstonlexis 193664 how 193672 + <682814, 194094> howapproachagirl 194222 howardone 194230 howeher 194238 @@ -10922,6 +10962,7 @@ hyyysuuuuus 198754 hz 198762 hzc 198776 i 198784 + <605392, 199078> <611512, 199379> <618460, 199687> <624388, 199984> <630447, 200282> <637031, 200585> <643963, 200893> <649549, 201193> <654727, 201487> <660895, 201789> <665629, 202076> <671578, 202378> <676998, 202674> <683337, 202975> <689862, 203272> <696565, 203575> ia 203771 iaciarasantos 203833 iadoredrake 203841 @@ -11060,6 +11101,7 @@ ierdii 205537 iespjams 205545 iets 205553 if 205573 + <643455, 205957> <683077, 206336> ife 206461 ifihadonewish 206469 ifihadwish 206488 @@ -11150,6 +11192,7 @@ ijenyqua 207415 ijosela 207423 ijshaa 207431 ik 207439 + <652207, 207806> ikan 208158 ikbendatmeisje 208166 ikbenstefan 208174 @@ -11209,6 +11252,7 @@ ilusionaste 209018 iluvraineydaysi 209026 ily 209034 im 209048 + <623906, 209415> <646361, 209765> <673682, 210130> <696222, 210486> ima 210550 imaa 210616 imabillionaire 210624 @@ -11314,6 +11358,7 @@ imtwilighter 211634 imy 211642 imymemai 211650 in 211658 + <615037, 212001> <631476, 212344> <645245, 212689> <661729, 213041> <673296, 213369> <689704, 213716> inadequate 213938 inamovible 213946 inbarsilonir 213954 @@ -11623,6 +11668,7 @@ irrrrr 217741 irte 217749 irving 217757 is 217765 + <617739, 218120> <631493, 218455> <646849, 218805> <663248, 219155> <675631, 219490> <691332, 219838> isaacrashad 219997 isaacroosevelt 220005 isaazevedoc 220013 @@ -11681,6 +11727,7 @@ isuckedthebiebz 220757 isupergirlie 220765 isuzeq 220773 it 220781 + <622176, 221142> <642284, 221485> <657974, 221820> <681724, 222172> itakesyohoe 222470 itali 222478 italiaan 222486 @@ -11710,6 +11757,7 @@ itoom 222732 itouchedjesus 222740 itransformher 222748 its 222756 + <639267, 223132> <680554, 223510> itsalexhoe 223678 itsastalinda 223686 itsaubreynow 223694 @@ -12029,6 +12077,7 @@ jdbshawtyswag 227951 jdlschafer 227959 jdsmiles 227967 je 227975 + <656132, 228344> jealous 228589 jealousy 228609 jean 228617 @@ -12484,6 +12533,7 @@ jusitnbiebeir 233324 juss 233332 jusss 233346 just 233354 + <629659, 233725> <661954, 234108> <699040, 234486> justa 234513 justabnaa 234521 justafucker 234529 @@ -13095,6 +13145,7 @@ knock 241846 knocked 241862 knooni 241876 know 241884 + <663271, 242291> knowhonestly 242549 knowim 242557 knowin 242565 @@ -13288,6 +13339,7 @@ kzal 244493 kzlar 244501 l 244509 la 244735 + <622649, 245083> <645827, 245435> <671851, 245781> <693278, 246127> laa 246196 laaa 246204 laaaaaurenxx 246212 @@ -13851,6 +13903,7 @@ liitz 254551 lik 254559 likaa 254567 like 254575 + <641346, 254954> <681419, 255331> likeapindax 255478 likeaspongemosca 255486 likeastrong 255494 @@ -14071,6 +14124,7 @@ lms 258963 lnch 258977 lnspiracao 258985 lo 258993 + <652104, 259375> loans 259635 loathe 259643 lobanovasveta 259651 @@ -14116,6 +14170,7 @@ lokidvongola 260094 loko 260102 lokoo 260122 lol 260130 + <653055, 260521> lola 260858 lolaa 260866 lolabunnieee 260874 @@ -14196,6 +14251,7 @@ lorr 262458 lorraine 262466 lorranoliveira 262474 los 262482 + <680198, 262882> losabrazos 262985 lose 262993 loser 263048 @@ -14242,6 +14298,7 @@ lovaterrestrial 263652 lovaticement 263660 lovatofusion 263668 love 263676 + <648748, 264060> <694534, 264442> loveadilisia 264508 loveakiaki 264516 loveblacksheep 264524 @@ -14612,6 +14669,7 @@ mairabeilke 269486 mairi 269494 mairiarnottx 269502 mais 269510 + <686563, 269928> maisesportes 270004 maisimpressao 270012 maispqana 270020 @@ -14947,6 +15005,7 @@ marylessa 274719 marymaniaksbr 274727 maryom 274735 mas 274743 + <694695, 275160> masa 275181 masacre 275200 masamit 275208 @@ -15097,6 +15156,7 @@ mdia 276720 mdr 276728 mdrrr 276747 me 276755 + <610782, 277093> <619959, 277413> <630978, 277747> <644033, 278088> <655047, 278410> <664652, 278732> <675155, 279061> <686262, 279391> <696337, 279716> meadow 279866 meal 279874 mean 279887 @@ -15347,6 +15407,7 @@ metro 283891 metros 283909 mets 283917 meu 283925 + <676657, 284331> meuanjols 284483 meurobacena 284491 meus 284499 @@ -15383,6 +15444,7 @@ mhe 284849 mhmm 284857 mhooi 284871 mi 284879 + <667463, 285280> mia 285423 miaam 285454 miabby 285462 @@ -15541,6 +15603,7 @@ minelbb 287672 mingchee 287680 mingle 287688 minha 287696 + <695330, 288105> minhabb 288150 minhahihihihihihhihi 288158 minhapikena 288166 @@ -15864,6 +15927,7 @@ morar 292746 mordermeee 292754 mordi 292762 more 292770 + <699730, 293202> morelos 293212 morena 293220 moreno 293228 @@ -16182,6 +16246,7 @@ mwn 298341 mwood 298349 mxima 298357 my 298365 + <610779, 298689> <622475, 299021> <636534, 299362> <648508, 299700> <661070, 300026> <673904, 300348> <686290, 300679> <699598, 301012> mybreastfriends 301035 mychemicalvir 301043 mycke 301051 @@ -16226,6 +16291,7 @@ mzweissenfels 301466 mzznellie 301474 n 301484 na 301873 + <685663, 302286> naa 302365 naaah 302381 naaath 302389 @@ -16431,6 +16497,7 @@ necklace 305431 neden 305450 nee 305458 need 305527 + <699044, 305951> needa 305964 needannacaittime 305990 needatkannietikwiljenooitmeerzien 305998 @@ -16536,6 +16603,7 @@ neverknows 307671 nevermind 307679 nevertrust 307687 new 307695 + <650000, 308088> newartists 308464 newells 308472 newest 308480 @@ -16740,6 +16808,7 @@ nnnooooooooooooooooooo 311845 nnpprr 311853 nnw 311861 no 311869 + <614616, 312211> <626994, 312540> <639698, 312879> <651233, 313208> <663641, 313539> <676731, 313876> <688230, 314209> <699810, 314539> noah 314548 noahsmiles 314556 noamaiman 314564 @@ -16854,6 +16923,7 @@ nossos 316449 nossovideo 316469 noswagg 316477 not 316485 + <634800, 316864> <681432, 317242> nota 317402 notablydivine 317421 notacorporatewhore 317429 @@ -16919,6 +16989,7 @@ novios 318194 novo 318215 novos 318331 now 318344 + <687046, 318763> nowayamdamzy 318851 nowayitsikkkyy 318859 nowchanting 318867 @@ -17026,6 +17097,7 @@ nytimes 320589 nyungseb 320597 nywa 320605 o 320613 + <624645, 320969> <644748, 321314> <668294, 321669> <692391, 322016> oabms 322126 oabmt 322134 oabout 322142 @@ -17102,6 +17174,7 @@ oem 322924 oeps 322932 oeuvre 322940 of 322948 + <621577, 323301> <639513, 323649> <659577, 323997> <684413, 324358> ofcourse 324608 ofensa 324616 oferta 324624 @@ -17305,6 +17378,7 @@ omojayy 328229 omoleay 328237 omw 328245 on 328291 + <618423, 328639> <637047, 328998> <657991, 329358> <678786, 329715> ona 330024 onakt 330032 onbeskoft 330040 @@ -17317,6 +17391,7 @@ ondas 330168 onde 330176 onder 330261 one 330281 + <671841, 330679> onebased 330841 onedirection 330849 onedirectionprotested 330857 @@ -17556,6 +17631,7 @@ ousadlaealegrla 335388 oussamafouda 335396 ousshy 335404 out 335412 + <651114, 335809> <697592, 336202> outcastdemon 336224 outdated 336232 outdinner 336240 @@ -17749,6 +17825,7 @@ paplins 339326 papo 339334 par 339342 para 339381 + <662236, 339776> paraa 340015 parabns 340023 parada 340050 @@ -18054,6 +18131,7 @@ penso 344218 pensou 344246 penthouse 344260 people 344268 + <687979, 344682> peopleare 344748 peoplee 344756 peor 344764 @@ -18630,6 +18708,7 @@ populair 353473 popular 353481 poquitooo 353489 por 353497 + <651001, 353884> porangabuu 354268 porcentajes 354276 porch 354284 @@ -18742,6 +18821,7 @@ pqp 356127 pqq 356152 pr 356160 pra 356205 + <673799, 356613> praa 356798 praat 356806 prachtig 356814 @@ -19174,6 +19254,7 @@ pykolla 362523 pyoonss 362531 pz 362539 q 362547 + <670939, 362935> qanq 363088 qaseedzn 363096 qaue 363104 @@ -19234,6 +19315,7 @@ quarto 364164 quase 364172 quatro 364219 que 364227 + <610755, 364547> <621667, 364870> <631880, 365178> <641631, 365491> <653586, 365818> <662902, 366130> <670951, 366442> <681633, 366764> <692644, 367091> queazy 367366 quebra 367374 quebralo 367382 @@ -20290,6 +20372,7 @@ rsjoyce 381272 rspquinn 381280 rsrsrsrsrsrs 381288 rt 381296 + <604929, 381590> <609793, 381886> <614818, 382183> <619688, 382477> <623655, 382768> <628171, 383063> <633329, 383361> <637381, 383654> <641933, 383948> <645525, 384234> <650103, 384522> <655379, 384823> <660250, 385122> <665758, 385429> <670434, 385721> <674931, 386004> <679351, 386295> <684086, 386593> <688330, 386886> <693030, 387182> <697202, 387474> rtaminapoulos 387659 rtd 387667 rte 387675 @@ -20388,6 +20471,7 @@ rynealber 388567 ryt 388575 ryyguy 388594 s 388602 + <644424, 388984> sa 389332 saa 389379 saaaaammmliefnichtjeeee 389387 @@ -20809,6 +20893,7 @@ sdutchargers 395079 sduzr 395087 sdv 395095 se 395103 + <637504, 395473> <672453, 395848> sea 396169 seal 396229 seals 396237 @@ -20850,6 +20935,7 @@ sede 396769 sederha 396777 sedex 396785 see 396793 + <693109, 397218> seeds 397251 seeee 397259 seeeeeeerio 397267 @@ -21317,6 +21403,7 @@ shyraiin 405719 shyt 405727 shytweets 405750 si 405758 + <673275, 406146> siamo 406295 siancity 406311 siangmalem 406319 @@ -21716,6 +21803,7 @@ snowmass 411878 snrnrpze 411886 snrsz 411894 so 411902 + <627507, 412268> <651620, 412620> <679036, 412983> soaaal 413244 soalnyaayokasi 413252 soam 413260 @@ -21790,6 +21878,7 @@ solvente 414121 som 414129 somarse 414170 some 414178 + <696003, 414598> somebody 414619 somehow 414675 someone 414689 @@ -22858,6 +22947,7 @@ tds 431855 tdtraayced 431865 tdwright 431873 te 431881 + <634017, 432244> <666990, 432602> tea 432943 teach 432970 teaches 432978 @@ -23151,6 +23241,7 @@ thaoliveiira 437934 tharjaralii 437942 thas 437950 that 437958 + <622235, 438320> <651308, 438684> <675072, 439042> <698271, 439395> thatdudekc 439432 thatdudemcfly 439440 thatgirljordan 439448 @@ -23175,6 +23266,7 @@ thaynarah 439986 thaynaww 439994 thaywittmann 440002 the 440010 + <607622, 440318> <615739, 440628> <621976, 440933> <628911, 441243> <636066, 441543> <644496, 441858> <652809, 442167> <661187, 442485> <667552, 442778> <675016, 443094> <684847, 443414> <692018, 443722> <699638, 444036> theabsolutebestgifs 444058 theambermonique 444066 theashcakeshow 444074 @@ -23269,6 +23361,7 @@ thevieira 446203 thewakkey 446211 theweekndxo 446219 they 446232 + <669757, 446632> theyadoretink 446849 theycallmemamaa 446857 theyd 446865 @@ -23304,6 +23397,7 @@ third 448117 thirs 448131 thirteen 448139 this 448147 + <628846, 448519> <664595, 448894> thisbeshenell 449264 thisdamnquote 449272 thisi 449280 @@ -23423,6 +23517,7 @@ timberwolves 451400 timberwolvestickets 451410 timboteo 451418 time 451426 + <691708, 451850> timebomb 451904 timelinda 451912 timeline 451920 @@ -23520,6 +23615,7 @@ tnker 453087 tnt 453101 tntlovesthewwe 453109 to 453117 + <608162, 453428> <615575, 453747> <622267, 454053> <628814, 454351> <636887, 454663> <644407, 454970> <652469, 455285> <659325, 455596> <667697, 455916> <674335, 456223> <682121, 456538> <691441, 456863> <698755, 457167> toad 457204 toast 457212 toasts 457228 @@ -23631,6 +23727,7 @@ tony 459692 tonycorre 459700 tonymcl 459708 too 459716 + <695063, 460125> toobigtofittz 460163 toofucknpretty 460171 toofunny 460179 @@ -23961,6 +24058,7 @@ tts 464419 ttttttttttt 464438 tturkuturann 464446 tu 464454 + <694899, 464861> tua 464881 tuaksk 464894 tuaneeoliveira 464902 @@ -24137,6 +24235,7 @@ tyuuten 467850 tz 467858 tzzzzz 467866 u 467874 + <650217, 468251> <687234, 468604> ua 468715 uahauahaua 468723 uaiquando 468731 @@ -24219,6 +24318,7 @@ ulundi 469672 uluvtasharamos 469680 ulynery 469688 um 469696 + <678050, 470096> uma 470251 umadoradorjovem 470579 umadosedevodka 470587 @@ -24240,6 +24340,7 @@ umpirei 470785 umudum 470793 umvirgem 470801 un 470809 + <656908, 471199> una 471504 unam 471886 unas 471894 @@ -24331,6 +24432,7 @@ unwrapped 473265 unzufrieden 473273 uooooooooou 473281 up 473289 + <659409, 473694> upand 473986 upbut 473994 upcoming 474002 @@ -24914,6 +25016,7 @@ vnner 483974 vnneravsnitt 483982 vo 483990 voc 484141 + <666188, 484488> vocais 484671 vocalintellect 484679 vocbulo 484687 @@ -25006,6 +25109,7 @@ votes 485975 votos 485983 votre 485991 vou 485999 + <691142, 486413> vous 486460 vow 486474 voxer 486488 @@ -25119,6 +25223,7 @@ wandu 488295 wanna 488303 wanneer 488641 want 488649 + <667983, 489042> wante 489227 wanted 489235 wantin 489296 @@ -25141,6 +25246,7 @@ warrior 489551 wars 489559 warusawa 489573 was 489581 + <641480, 489959> <683091, 490335> wash 490464 washing 490478 washiss 490486 @@ -25185,6 +25291,7 @@ wchmm 491954 wcode 491962 wdtnl 491970 we 491978 + <670482, 492370> weaaaak 492592 weak 492600 wear 492625 @@ -25298,6 +25405,7 @@ whahaha 495026 whales 495040 whant 495048 what 495056 + <648119, 495449> whatcha 495845 whatching 495853 whatd 495861 @@ -25318,6 +25426,7 @@ wheelchair 496194 wheels 496202 wheelshockey 496210 when 496218 + <648587, 496604> <693838, 496984> whendmsgowrong 497048 whenever 497056 wheniwake 497074 @@ -25411,6 +25520,7 @@ wilde 499538 wildnout 499546 wilhelminas 499554 will 499562 + <672002, 499968> willdown 500091 willen 500099 willgpotter 500119 @@ -25460,6 +25570,7 @@ wist 500907 wit 500932 witchu 501034 with 501042 + <634769, 501422> <664910, 501792> <697372, 502161> withholding 502193 without 502201 withoutuy 502288 @@ -25776,7 +25887,9 @@ xxxxxxxxxxxx 507423 xytukyho 507431 xza 507439 y 507447 + <627238, 507797> <655320, 508152> <683975, 508511> ya 508678 + <672788, 509080> yaa 509209 yaaa 509223 yaaaaaaaaaaaaaa 509251 @@ -25969,6 +26082,7 @@ ymasfresh 512196 ymcmb 512204 ymi 512212 yo 512220 + <690893, 512625> yoamiguitus 512681 yocristian 512689 yoga 512697 @@ -25999,6 +26113,7 @@ yoself 512957 yoshidashinnosu 512971 yosoyelgrinch 512979 you 512987 + <611456, 513307> <621922, 513627> <632568, 513951> <642177, 514267> <652438, 514580> <662274, 514901> <671331, 515214> <679910, 515503> <690149, 515814> youcncallmelove 516123 youd 516131 youhatemehuh 516139 @@ -26017,6 +26132,7 @@ youngin 516344 youngsters 516352 youngstunnaz 516360 your 516368 + <635985, 516734> <671674, 517097> youranobodybye 517388 youre 517396 yourfavwhiteguy 517706 diff --git a/indexer/index7-seek.txt b/indexer/index7-seek.txt index 813ad10..03395c3 100755 --- a/indexer/index7-seek.txt +++ b/indexer/index7-seek.txt @@ -1,5 +1,6 @@ =docEnding 524052 a 84 + <706103, 395> <712081, 693> <717793, 997> <723670, 1302> <729224, 1596> <736115, 1902> <741678, 2199> <748379, 2508> <753071, 2795> <758619, 3100> <763943, 3400> <770005, 3704> <775326, 4006> <780569, 4304> <787287, 4606> <793592, 4913> <799180, 5216> aa 5281 aaa 5300 aaaa 5326 @@ -106,6 +107,7 @@ abolicin 6310 abooodalsaeed 6318 abou 6326 about 6334 + <769093, 6737> aboutaquarius 6935 aboutdemilovato 7007 aboutweasleys 7015 @@ -749,6 +751,7 @@ aliviu 16519 alk 16527 alklar 16535 all 16543 + <745770, 16930> <790587, 17314> allah 17406 allaient 17455 allanalopes 17463 @@ -1049,6 +1052,7 @@ ancianas 22391 ancientproverbs 22399 ancur 22407 and 22415 + <714397, 22759> <728389, 23101> <743326, 23444> <756951, 23782> <772739, 24131> <788540, 24469> anda 24722 andaamo 24736 andaba 24744 @@ -1416,6 +1420,7 @@ ardientes 29805 ardiquiesha 29813 ardlugo 29821 are 29829 + <743669, 30209> <782481, 30586> area 30723 arealfriend 30731 arealman 30739 @@ -1550,6 +1555,7 @@ aryabimo 32172 aryaneoficial 32180 aryya 32188 as 32198 + <750710, 32583> asaba 32950 asaboola 32958 asain 32966 @@ -1667,6 +1673,7 @@ aswan 34580 aswome 34588 asyabogdanova 34596 at 34604 + <739845, 34984> <775273, 35358> ata 35621 atama 35629 ataque 35637 @@ -1991,6 +1998,7 @@ bachelorbengs 39826 bacher 39834 baches 39842 back 39850 + <776150, 40264> backbone 40396 backflips 40404 background 40412 @@ -2252,6 +2260,7 @@ bdays 43436 bdubs 43448 bdullahaa 43456 be 43464 + <734369, 43840> <765835, 44208> <799571, 44584> bea 44599 beach 44607 bead 44639 @@ -3422,6 +3431,7 @@ bustin 61289 busting 61297 busy 61305 but 61345 + <738269, 61729> <783111, 62124> buta 62260 buti 62268 butiknya 62276 @@ -3624,6 +3634,7 @@ camt 65488 camtera 65496 camwitdawam 65504 can 65512 + <776638, 65915> canada 66051 canadas 66150 canadian 66158 @@ -3670,6 +3681,7 @@ canse 66644 cansei 66652 cansou 66683 cant 66691 + <792470, 67117> canta 67153 cantando 67172 cantante 67185 @@ -4313,6 +4325,7 @@ christians 75421 christianwildex 75435 christianzoran 75443 christmas 75451 + <791939, 75869> christmases 75920 christmass 75928 christmasss 75942 @@ -4636,6 +4649,7 @@ colton 79821 columna 79829 coluna 79849 com 79857 + <757300, 80249> coma 80566 combatir 80580 combinar 80588 @@ -4704,6 +4718,7 @@ communication 81969 community 81977 comn 81985 como 81993 + <783368, 82400> comodidade 82488 comp 82496 compa 82504 @@ -4774,6 +4789,7 @@ comunidadesp 83256 comunidadhoy 83264 comunista 83272 con 83280 + <783714, 83693> conatel 83766 conceito 83774 concepco 83782 @@ -5388,7 +5404,9 @@ cyuncyun 91419 czas 91427 czytajc 91435 d 91443 + <783348, 91856> da 91926 + <747398, 92312> daa 92635 daaa 92643 daaaniellexx 92651 @@ -5645,6 +5663,7 @@ dawg 96308 dawn 96316 dawsons 96347 day 96355 + <791937, 96761> dayanamazsn 96801 dayaneday 96809 dayanefiedler 96817 @@ -5677,6 +5696,7 @@ ddikste 97123 ddlovato 97131 ddnt 97150 de 97158 + <709177, 97468> <719182, 97789> <727837, 98102> <739740, 98433> <748616, 98741> <757556, 99043> <769193, 99363> <778743, 99679> <787468, 99983> <797234, 100301> deaaaaaad 100397 deactivate 100405 dead 100413 @@ -6511,6 +6531,7 @@ dnttrustnoone 111879 dnya 111887 dnyor 111901 do 111911 + <723873, 112270> <758399, 112644> <789021, 113017> doang 113169 doblex 113189 dobsession 113197 @@ -6607,6 +6628,7 @@ donny 114789 dons 114797 donsaludador 114805 dont 114813 + <751298, 115208> <792416, 115589> dontecomedy 115669 dontroiano 115677 dontsuckmegoofy 115685 @@ -6943,6 +6965,7 @@ dziedmammasfukerspuika 120095 dzikrazahira 120103 dzuhur 120111 e 120119 + <722701, 120468> <748430, 120819> <774695, 121176> ea 121523 eaaaa 121537 each 121545 @@ -7155,6 +7178,7 @@ ekranlarda 124550 eksemplarisk 124558 ekyericsyah 124566 el 124574 + <734681, 124937> <768813, 125297> ela 125574 elaa 125796 elacoisa 125804 @@ -7351,6 +7375,7 @@ empty 128277 emrabtch 128297 emzylittler 128305 en 128313 + <730893, 128683> <763783, 129046> <793265, 129403> enaknya 129468 enamora 129476 enamorada 129490 @@ -7603,6 +7628,7 @@ erviti 132760 ervoor 132768 erwartung 132776 es 132784 + <744044, 133149> <797724, 133527> esa 133545 esaa 133613 esas 133621 @@ -7831,6 +7857,7 @@ ets 137699 ettiimmm 137707 etzt 137715 eu 137723 + <732085, 138091> <765126, 138452> <796659, 138806> eua 138868 euadadepressao 138881 euamoagabriele 138889 @@ -8691,6 +8718,7 @@ foot 154097 football 154123 footlocker 154131 for 154139 + <722058, 154501> <739662, 154856> <764120, 155214> <787398, 155573> fora 155795 forada 155821 foram 155829 @@ -8854,6 +8882,7 @@ fro 158433 frog 158441 frolics 158449 from 158457 + <772799, 158870> fromheretoraul 159066 fromi 159074 fromyokohamajp 159082 @@ -9341,6 +9370,7 @@ gestin 165800 gestion 165808 gestionarlo 165816 get 165824 + <735450, 166205> <773788, 166583> getglue 166821 gethim 166841 getirince 166849 @@ -9539,6 +9569,7 @@ gnso 170003 gnt 170011 gnti 170032 go 170040 + <759084, 170432> goal 170715 goalid 170744 goalie 170752 @@ -9591,6 +9622,7 @@ gonzalogr 172279 gonzariot 172287 gonzlez 172295 good 172303 + <786739, 172707> goodbye 172776 goodiebagg 172803 goodnight 172811 @@ -9633,6 +9665,7 @@ gosto 173281 gostosa 173332 gostoso 173352 got 173372 + <778962, 173783> gotcha 173937 gotchu 173945 gotdammitaye 173953 @@ -10006,6 +10039,7 @@ hagan 179634 hago 179654 hah 179697 haha 179705 + <784357, 180117> hahaa 180204 hahaaha 180223 hahah 180231 @@ -10211,6 +10245,7 @@ hautekills 184016 hav 184024 havalara 184044 have 184052 + <734007, 184415> <770892, 184787> havebut 185067 havee 185075 havel 185083 @@ -10255,6 +10290,7 @@ hcee 185787 hd 185795 hdmaclean 185823 he 185831 + <780558, 186234> hea 186339 heaar 186347 head 186355 @@ -10725,6 +10761,7 @@ houses 195838 houston 195846 houvanxmaaartje 195854 how 195862 + <767831, 196261> howard 196424 however 196437 hows 196457 @@ -11196,6 +11233,7 @@ hypster 200785 hythamjalali 200793 hzlarn 200801 i 200809 + <704575, 201103> <710556, 201404> <717380, 201707> <722793, 202007> <729183, 202311> <734934, 202600> <740667, 202896> <746161, 203195> <750339, 203476> <756646, 203780> <761616, 204073> <767677, 204373> <774460, 204677> <781367, 204985> <788023, 205290> <793938, 205589> <799595, 205889> ia 205916 iadorecyn 205962 iain 205970 @@ -11339,6 +11377,7 @@ iespjams 207737 iets 207745 ievo 207806 if 207814 + <750516, 208205> <791518, 208589> ifade 208667 ifadelerle 208675 ifeelsogroovy 208683 @@ -11408,6 +11447,7 @@ ijin 209503 ijlips 209511 ijovenpoeta 209519 ik 209527 + <769802, 209907> ikalganov 210115 ikbendatmeisje 210123 ikbenhannah 210131 @@ -11474,6 +11514,7 @@ iluvronda 210992 iluvthemiz 211000 ily 211008 im 211016 + <724713, 211380> <742988, 211726> <768258, 212084> <794384, 212450> ima 212527 imaclassybitch 212703 image 212711 @@ -11569,6 +11610,7 @@ imurktweets 213666 imy 213674 imyourdestani 213682 in 213690 + <715865, 214042> <732850, 214386> <749461, 214733> <765583, 215077> <781276, 215422> <794621, 215766> inaccurate 215907 inaceitavel 215915 inakendollworld 215923 @@ -11928,6 +11970,7 @@ irvin 220267 irvine 220275 irving 220289 is 220297 + <713516, 220638> <728622, 220974> <746392, 221326> <763363, 221677> <778070, 222024> <796496, 222376> isaacroosevelt 222456 isabellebianca 222470 isaharax 222478 @@ -11985,6 +12028,7 @@ isupportselena 223243 isyan 223251 isyanlar 223261 it 223269 + <717883, 223605> <736821, 223954> <758898, 224303> <782757, 224661> ita 224928 italaarcoverde 224936 italia 224944 @@ -12015,6 +12059,7 @@ itoom 225163 itrendmiaaa 225171 itrotter 225179 its 225187 + <749695, 225579> <790877, 225956> itsaguusbieber 226044 itsanam 226052 itsannag 226060 @@ -12337,6 +12382,7 @@ jdbnewjerseyyy 230315 jdemoulpied 230323 jdi 230331 je 230339 + <761735, 230711> jealous 230968 jealousofmy 230989 jealousy 230997 @@ -12768,6 +12814,7 @@ juss 235509 jussbelieber 235517 jussmarvelouss 235525 just 235533 + <737812, 235911> <769602, 236279> justalillost 236584 justanoukkk 236592 justashb 236600 @@ -13390,6 +13437,7 @@ knoim 243774 knoooooo 243782 knoopje 243790 know 243798 + <766924, 244198> knowing 244375 knowjus 244389 knowledge 244397 @@ -13612,6 +13660,7 @@ kzlar 246568 kzn 246580 l 246588 la 246779 + <725307, 247135> <749294, 247476> <780121, 247832> laaahbarbosa 248112 laaang 248120 laad 248128 @@ -14191,6 +14240,7 @@ lijp 256705 lik 256713 likaofaria 256721 like 256729 + <739599, 257112> <778176, 257492> likeajonatic 257746 liked 257754 likes 257872 @@ -14406,6 +14456,7 @@ lnfinlto 261161 lnh 261169 lnjut 261177 lo 261185 + <769765, 261579> loa 261765 loaded 261773 loaf 261787 @@ -14452,6 +14503,7 @@ lokavt 262261 lokinha 262269 lokoo 262277 lol 262285 + <764352, 262689> lolamorgz 262940 lolciaras 262954 lolfalcons 262962 @@ -14525,6 +14577,7 @@ lorenaseddie 264309 lorenasilvaa 264317 lorenzo 264325 los 264333 + <773299, 264714> lose 264828 losing 264893 loss 264913 @@ -14573,6 +14626,7 @@ lovatoisbieber 265556 lovatoisrock 265564 lovatowhore 265572 love 265580 + <739302, 265959> <789448, 266350> lovebetul 266445 lovechika 266453 lovecraftmd 266461 @@ -14904,6 +14958,7 @@ maintenant 271020 maior 271028 maioria 271079 mais 271087 + <787315, 271499> maisumgole 271561 maitumcflyer 271569 majas 271577 @@ -15243,6 +15298,7 @@ marybjc 276365 maryewm 276373 maryland 276381 mas 276389 + <799563, 276809> masa 276819 mascha 276837 masculino 276845 @@ -15391,6 +15447,7 @@ mdrr 278504 mdrrr 278512 mdrrrr 278520 me 278528 + <711861, 278863> <721455, 279190> <732288, 279514> <742148, 279841> <754182, 280173> <765610, 280499> <777475, 280830> <787054, 281155> <796686, 281482> meaganjasamine 281557 meal 281565 mean 281573 @@ -15680,6 +15737,7 @@ metros 285836 mets 285844 metu 285852 meu 285860 + <799926, 286281> meuf 286287 meus 286295 meuyaguinho 286338 @@ -15720,6 +15778,7 @@ mhmm 286661 mhmmmm 286669 mhnmsm 286677 mi 286685 + <780457, 287091> mia 287215 miabuelasabia 287234 miadelvess 287248 @@ -16521,6 +16580,7 @@ mxima 300013 mximo 300021 mxitnames 300029 my 300037 + <711120, 300365> <725135, 300708> <738823, 301045> <749891, 301379> <762936, 301713> <778934, 302058> <791665, 302385> myaacoub 302632 myanee 302640 myberinee 302648 @@ -16567,6 +16627,7 @@ mzy 303065 mzzman 303073 n 303081 na 303444 + <786439, 303844> naa 303906 naaaaaaaaaaaaaaaaao 303914 naaar 303922 @@ -16926,6 +16987,7 @@ neverforget 309765 nevermind 309773 neverr 309781 new 309789 + <760004, 310174> newagedave 310489 newborn 310497 newcastle 310505 @@ -17125,6 +17187,7 @@ nnrid 313855 nnsnk 313863 nnti 313871 no 313879 + <712140, 314204> <723149, 314522> <738222, 314873> <752376, 315204> <766601, 315544> <780022, 315880> <791440, 316207> noapappa 316422 noatsamisa 316430 nobodies 316438 @@ -17242,6 +17305,7 @@ nosssa 318364 nostalgiasuicid 318377 nostringzattached 318385 not 318393 + <746523, 318772> <788400, 319152> notciou 319225 note 319233 notebook 319253 @@ -17278,6 +17342,7 @@ novinha 319747 novio 319755 novo 319791 now 319870 + <788088, 320295> nowadays 320350 nowe 320358 nowfollowing 320366 @@ -17397,6 +17462,7 @@ nyoba 322123 nytime 322131 nyusrina 322139 o 322147 + <721351, 322496> <742394, 322847> <767891, 323197> <786658, 323536> oab 323705 oadjiojsijsiojdiojdsiodjaso 323713 oaisdjsaoidj 323721 @@ -17475,6 +17541,7 @@ oem 324589 oen 324605 oer 324613 of 324621 + <720518, 324973> <745505, 325326> <767291, 325681> <784399, 326026> ofcourse 326281 oferea 326289 ofertar 326297 @@ -17698,6 +17765,7 @@ ompfarm 330143 omss 330151 omw 330159 on 330200 + <723211, 330560> <743054, 330919> <766807, 331282> <785772, 331630> ona 331879 onba 331887 once 331895 @@ -17707,6 +17775,7 @@ onder 332097 ondernemer 332117 ondiet 332125 one 332133 + <764575, 332534> onebased 332781 onedirection 332789 onedirectionbud 332797 @@ -17825,6 +17894,7 @@ opzitten 334803 oq 334811 oque 334838 or 334866 + <786741, 335285> ora 335356 oracin 335381 orang 335389 @@ -17949,6 +18019,7 @@ ourselves 337348 ourteenfacts 337364 ousadia 337378 out 337386 + <750183, 337779> outback 338175 outbox 338183 outcoldjordan 338191 @@ -18175,6 +18246,7 @@ papsie 341471 papucumun 341479 par 341487 para 341518 + <767089, 341911> parabens 342127 parabns 342135 parada 342149 @@ -18512,6 +18584,7 @@ pentelho 346735 pentru 346743 penyangkalan 346751 people 346759 + <764516, 347161> peopleeeee 347330 peoples 347338 peopleto 347364 @@ -18686,6 +18759,7 @@ pho 350002 phone 350012 phonee 350232 photo 350240 + <799583, 350670> photocat 350676 photog 350684 photographer 350692 @@ -19049,6 +19123,7 @@ popularity 355905 population 355915 poquito 355923 por 355937 + <751237, 356320> porcaria 356580 porcelain 356588 porcmdico 356596 @@ -19160,6 +19235,7 @@ pqpthalia 358422 pqpwil 358430 pr 358438 pra 358452 + <756787, 358844> praa 359148 praat 359162 praattt 359182 @@ -19616,6 +19692,7 @@ pyroprojekt 364905 pytnpumps 364913 pzc 364921 q 364929 + <790934, 365322> qa 365372 qadri 365380 qantas 365388 @@ -19682,6 +19759,7 @@ quases 366430 qucciarleen 366438 qudd 366446 que 366454 + <711109, 366769> <719092, 367076> <731173, 367410> <742236, 367732> <752867, 368064> <764227, 368383> <775640, 368710> <786133, 369016> <797456, 369335> quebra 369413 quebradas 369433 quebrado 369441 @@ -20788,6 +20866,7 @@ rsrumah 383315 rsvp 383323 rsymntari 383331 rt 383339 + <704483, 383638> <708662, 383935> <712720, 384222> <716216, 384501> <720672, 384795> <725131, 385089> <730038, 385391> <734334, 385681> <738116, 385966> <743310, 386270> <748385, 386574> <753136, 386870> <757724, 387164> <762082, 387459> <766047, 387749> <770846, 388048> <774858, 388342> <779034, 388622> <784432, 388922> <788981, 389221> <794191, 389518> <798710, 389811> rtabcdefghijkeb 389908 rtforall 389916 rtif 389924 @@ -20884,6 +20963,7 @@ ryosuke 390916 ryoubakura 390924 ryquesa 390932 s 390940 + <750984, 391334> sa 391666 saaarx 391734 saai 391742 @@ -21279,6 +21359,7 @@ sdkbagci 397640 sdpnoticias 397648 sdzsafaripark 397656 se 397664 + <730833, 398032> <766405, 398395> sea 398762 seafood 398827 sealan 398835 @@ -21701,6 +21782,7 @@ shaylovee 405468 shazzzy 405476 shdchar 405484 she 405492 + <795603, 405892> sheaholt 405916 shed 405924 shee 405943 @@ -21834,6 +21916,7 @@ shwee 408414 shxt 408422 shy 408442 si 408450 + <772976, 408856> sia 408974 siamo 408988 siapkah 408996 @@ -22248,6 +22331,7 @@ snpat 414741 snsds 414749 snubben 414757 so 414765 + <730437, 415128> <762223, 415508> soabo 415881 soap 415889 soar 415906 @@ -22326,6 +22410,7 @@ soma 416899 somaya 416907 sombra 416915 some 416923 + <783114, 417321> somebody 417410 somebodylove 417482 somebodys 417490 @@ -23411,6 +23496,7 @@ tdr 434573 tds 434587 tdur 434595 te 434603 + <742046, 434976> <788001, 435350> tea 435475 teaamthirlwall 435512 teabetha 435520 @@ -23705,6 +23791,7 @@ thanx 440528 tharealjosh 440536 thassiamoreira 440544 that 440552 + <726888, 440915> <746262, 441263> <768134, 441621> <788581, 441979> thatalemes 442111 thatawkwardmoment 442119 thatawkwardstonermomentwhen 442132 @@ -23731,6 +23818,7 @@ thaynacabraal 442656 thaynm 442664 thcelinha 442672 the 442680 + <706593, 442991> <713863, 443297> <722278, 443612> <729297, 443915> <737953, 444239> <746894, 444564> <754361, 444873> <761670, 445180> <769148, 445484> <776622, 445787> <783949, 446097> <792025, 446415> <798442, 446719> theanthonymusic 446775 theater 446783 theaters 446791 @@ -23833,6 +23921,7 @@ thestanchion 448989 theswiftfactor 448997 thewrightvenue 449005 they 449013 + <756901, 449408> theyll 449708 theyre 449790 theyve 449953 @@ -23861,6 +23950,7 @@ thingoflovatics 450348 things 450356 thingsyoou 450528 think 450536 + <798200, 450959> thinkin 450971 thinking 450985 thinkinggtgtgtgtgtgtwhat 451097 @@ -23871,6 +23961,7 @@ third 451156 thirlwall 451176 thirsty 451184 this 451198 + <732576, 451570> <766766, 451938> thisaccountverified 452269 thisbarbiego 452277 thisbeshenell 452285 @@ -23983,6 +24074,7 @@ timati 454495 timberly 454503 timbo 454511 time 454519 + <799127, 454931> timeeeee 454944 timeevil 454952 timeing 454960 @@ -24093,6 +24185,7 @@ tnt 456335 tntu 456343 tnx 456351 to 456359 + <707148, 456675> <714997, 456988> <721989, 457305> <728888, 457613> <737258, 457922> <744520, 458231> <752181, 458540> <760196, 458849> <768058, 459167> <775924, 459479> <784449, 459793> <791600, 460106> <798189, 460414> toalla 460504 toarunegapoji 460512 toasteddesignmx 460520 @@ -24184,6 +24277,7 @@ tonteo 462816 tonto 462824 tony 462838 too 462858 + <797337, 463280> tooinvolved 463290 took 463298 tool 463374 @@ -24526,6 +24620,7 @@ tttu 467650 ttulo 467658 ttyl 467666 tu 467674 + <797789, 468087> tua 468093 tuanycg 468113 tuas 468121 @@ -24691,6 +24786,7 @@ tyrab 470934 tyson 470942 tysons 470950 u 470958 + <743703, 471329> <787302, 471693> ua 471804 uae 471812 uahshaush 471826 @@ -24786,6 +24882,7 @@ ulusta 472862 ulusun 472870 uluvluvz 472878 um 472886 + <769351, 473286> uma 473423 umabebefeia 473785 umachocolovers 473793 @@ -24809,7 +24906,9 @@ umpicleslegal 474019 umur 474027 umvirgem 474035 un 474043 + <772420, 474442> una 474616 + <794002, 475026> unaadannafan 475064 unacquaintedd 475072 unakavanagh 475080 @@ -24900,6 +24999,7 @@ unuturum 476336 unyielding 476344 uomini 476352 up 476360 + <747977, 476744> upchurch 477111 update 477119 updating 477139 @@ -25479,6 +25579,7 @@ vntar 486825 vntri 486833 vo 486841 voc 487033 + <779348, 487421> vocabulario 487510 vocalista 487518 voce 487526 @@ -25561,6 +25662,7 @@ voter 488848 votes 488868 voto 488878 vou 488892 + <778428, 489297> voulait 489378 voulezvous 489386 vous 489394 @@ -25718,6 +25820,7 @@ wanna 491659 wannamakelove 491957 wanneer 491965 want 491985 + <776253, 492387> wanted 492494 wanting 492571 wants 492579 @@ -25738,6 +25841,7 @@ warringtons 492795 warrior 492803 wars 492811 was 492819 + <744409, 493190> <786072, 493559> wasabi 493676 wasabouttime 493684 wash 493692 @@ -25786,6 +25890,7 @@ wayyy 494994 wbu 495002 wcoil 495010 we 495018 + <749416, 495397> wea 495708 weak 495716 wealth 495724 @@ -25912,6 +26017,7 @@ whambamm 498206 whan 498214 whassup 498225 what 498233 + <759072, 498638> whata 498974 whatcha 498982 whatchu 498990 @@ -25932,6 +26038,7 @@ wheel 499275 wheelchair 499288 wheelchairs 499296 when 499304 + <741769, 499688> <791369, 500083> whenever 500140 whenimhigh 500168 wheniwake 500176 @@ -25956,6 +26063,7 @@ whitneycummings 500914 whitneyyy 500922 whn 500930 who 500938 + <798995, 501362> whoatherebiebs 501371 whod 501379 whodat 501387 @@ -26075,6 +26183,7 @@ wit 503818 witch 503933 witem 503941 with 503949 + <732386, 504331> <769151, 504711> withdrawn 504995 without 505003 withoutsheets 505108 @@ -26412,7 +26521,9 @@ xyaellthewanted 510330 xyphorium 510338 xzowie 510346 y 510354 + <736323, 510720> <769114, 511091> <797814, 511447> ya 511478 + <774020, 511880> yaa 512019 yaaa 512046 yaaaa 512054 @@ -26602,6 +26713,7 @@ yn 515006 ynggwap 515023 yngrid 515031 yo 515039 + <795455, 515454> yoanneuh 515482 yocchi 515490 yoda 515498 @@ -26638,6 +26750,7 @@ yorum 515823 yorumlarm 515831 yorvit 515839 you 515847 + <709573, 516169> <719616, 516484> <732604, 516810> <743199, 517117> <753580, 517439> <765785, 517774> <774221, 518084> <784443, 518408> <794026, 518714> youd 518876 yougsensible 518890 youhaveagucciwallet 518898 @@ -26660,6 +26773,7 @@ youngtrey 519144 youngwildnfree 519152 youp 519160 your 519168 + <732851, 519547> <768233, 519918> youre 520247 yourmethh 520657 yours 520665 diff --git a/indexer/index8-seek.txt b/indexer/index8-seek.txt index deb2e9a..95a0e88 100755 --- a/indexer/index8-seek.txt +++ b/indexer/index8-seek.txt @@ -1,5 +1,6 @@ =docEnding 118019 a 81 + <805205, 380> <811012, 681> <817259, 985> aaa 1198 aaaa 1206 aaaaah 1214 @@ -326,6 +327,7 @@ analyser 5160 anapyrogeliofc 5168 anche 5176 and 5184 + <815776, 5536> andabas 5654 andaluzas 5662 andare 5670 @@ -1686,6 +1688,7 @@ dd 21926 ddlinspires 21934 ddlovato 21942 de 21950 + <808806, 22275> <818627, 22594> dead 22685 deadstock 22707 deadth 22715 @@ -2653,6 +2656,7 @@ fooling 35469 foor 35477 footin 35485 for 35493 + <818092, 35836> fora 35925 foram 35943 force 35951 @@ -3410,6 +3414,7 @@ hydride 45609 hypothermia 45617 hyves 45625 i 45633 + <806159, 45939> <810770, 46229> <817280, 46528> ia 46720 iae 46728 iaintnice 46736 @@ -3494,6 +3499,7 @@ impressionada 48250 imundoloco 48258 imyooursoulmate 48266 in 48274 + <819643, 48631> inbox 48653 inc 48661 incbwetrust 48669 @@ -3597,6 +3603,7 @@ irmo 49705 ironia 49718 irritar 49726 is 49734 + <815631, 50066> isaacepicarium 50176 isabijloo 50184 isacoutinho 50192 @@ -4580,6 +4587,7 @@ mcguire 62538 mcyoshioficial 62546 mdalnouri 62554 me 62562 + <810177, 62894> <819680, 63210> meadows 63261 mean 63274 meanmoneyma 63282 @@ -4918,6 +4926,7 @@ muziek 67388 muzika 67396 mvil 67404 my 67412 + <817053, 67762> mya 67873 mydreamkey 67881 myhorse 67889 @@ -5090,6 +5099,7 @@ nmeros 70365 nmpak 70373 nmx 70381 no 70389 + <811804, 70723> noble 70976 nobody 70984 nobodybigyet 70997 @@ -5193,6 +5203,7 @@ nyembunyiin 72404 nylon 72412 nyt 72420 o 72428 + <817992, 72766> obama 72849 obeskura 72857 obeyalesia 72865 @@ -5925,6 +5936,7 @@ quanto 82630 quase 82646 quavia 82654 que 82662 + <809186, 82972> <817389, 83290> quedar 83430 quedo 83438 queen 83456 @@ -6222,6 +6234,7 @@ royal 86385 rrepende 86399 rs 86407 rt 86425 + <804465, 86721> <808841, 87019> <814321, 87323> <819119, 87625> rthoshifamily 87756 rtyvela 87764 ru 87772 @@ -7131,6 +7144,7 @@ thats 99501 thaysabarbosa 99574 thbailey 99582 the 99590 + <808740, 99904> <815280, 100210> thebermanr 100454 thebiebercow 100462 theborneopost 100470 @@ -7241,6 +7255,7 @@ tl 102620 tm 102638 tngo 102646 to 102654 + <808466, 102976> <816126, 103289> tobistar 103506 tocaido 103514 tocando 103522 @@ -8026,6 +8041,7 @@ york 116257 yosraam 116270 yotegusto 116278 you 116286 + <811708, 116611> youandigraphics 116883 youhre 116891 youll 116899 -- GitLab