Unnamed: 0
int64 0
11.3k
| raw_text
stringlengths 1
74.9k
⌀ | filenames
stringlengths 76
93
| target
int64 0
19
| id
stringlengths 13
30
| tokenized
stringlengths 2
197k
| lemmatized
stringlengths 2
63.2k
| bigram
stringlengths 2
23.9k
| vw_text
stringlengths 37
26.6k
|
---|---|---|---|---|---|---|---|---|
3,306 | It is not true that dermatologists gave not reached the laser age, in
fact, lasers in dermatological surgery is a very new and exciting field.
It probably won't be effective in tinea pedis because the laser is
usually a superficial burn (to avoid any deeper damage). Limited tinea
pedis can be cured albeit sometimes slowly by topical antifungals as
well as systemic medication i.e. tablets. Finally, a self-diagnosis is
not always reliable, lichen simplex chronicus can look like a fungal
infection and requires very different treatment. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.med/59016 | 13 | sci_med_59016 | [('it', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('true', 'JJ'), ('that', 'IN'), ('dermatologists', 'NNS'), ('gave', 'VBD'), ('not', 'RB'), ('reached', 'VBN'), ('the', 'DT'), ('laser', 'NN'), ('age', 'NN'), ('in', 'IN'), ('fact', 'NN'), ('lasers', 'NNS'), ('in', 'IN'), ('dermatological', 'JJ'), ('surgery', 'NN'), ('is', 'VBZ'), ('very', 'RB'), ('new', 'JJ'), ('and', 'CC'), ('exciting', 'JJ'), ('field', 'NN'), ('it', 'PRP'), ('probably', 'RB'), ('won', 'VBD'), ('be', 'VB'), ('effective', 'JJ'), ('in', 'IN'), ('tinea', 'NN'), ('pedis', 'NN'), ('because', 'IN'), ('the', 'DT'), ('laser', 'NN'), ('is', 'VBZ'), ('usually', 'RB'), ('superficial', 'JJ'), ('burn', 'NN'), ('to', 'TO'), ('avoid', 'VB'), ('any', 'DT'), ('deeper', 'JJR'), ('damage', 'NN'), (').', 'NN'), ('limited', 'VBD'), ('tinea', 'NN'), ('pedis', 'NN'), ('can', 'MD'), ('be', 'VB'), ('cured', 'VBN'), ('albeit', 'IN'), ('sometimes', 'RB'), ('slowly', 'RB'), ('by', 'IN'), ('topical', 'JJ'), ('antifungals', 'NNS'), ('as', 'RB'), ('well', 'RB'), ('as', 'IN'), ('systemic', 'JJ'), ('medication', 'NN'), ('tablets', 'NNS'), ('finally', 'RB'), ('self', 'JJ'), ('diagnosis', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('always', 'RB'), ('reliable', 'JJ'), ('lichen', 'NN'), ('simplex', 'JJ'), ('chronicus', 'NN'), ('can', 'MD'), ('look', 'VB'), ('like', 'IN'), ('fungal', 'JJ'), ('infection', 'NN'), ('and', 'CC'), ('requires', 'VBZ'), ('very', 'RB'), ('different', 'JJ'), ('treatment', 'NN')] | ['true', 'dermatologist', 'give', 'reach', 'laser', 'age', 'fact', 'laser', 'dermatological', 'surgery', 'new', 'exciting', 'field', 'probably', 'win', 'effective', 'tinea', 'pedis', 'laser', 'usually', 'superficial', 'burn', 'avoid', 'deep', 'damage', 'limit', 'tinea', 'pedis', 'cure', 'albeit', 'sometimes', 'slowly', 'topical', 'antifungal', 'well', 'systemic', 'medication', 'tablet', 'finally', 'self', 'diagnosis', 'always', 'reliable', 'lichen', 'simplex', 'chronicus', 'look', 'like', 'fungal', 'infection', 'require', 'different', 'treatment'] | ['probably_win', 'look_like', 'require_different'] | sci_med_59016 |@lemmatized true:1 dermatologist:1 give:1 reach:1 laser:3 age:1 fact:1 dermatological:1 surgery:1 new:1 exciting:1 field:1 probably:1 win:1 effective:1 tinea:2 pedis:2 usually:1 superficial:1 burn:1 avoid:1 deep:1 damage:1 limit:1 cure:1 albeit:1 sometimes:1 slowly:1 topical:1 antifungal:1 well:1 systemic:1 medication:1 tablet:1 finally:1 self:1 diagnosis:1 always:1 reliable:1 lichen:1 simplex:1 chronicus:1 look:1 like:1 fungal:1 infection:1 require:1 different:1 treatment:1 |@bigram probably_win:1 look_like:1 require_different:1 |
3,307 | [posted for a friend]
Okay, I looked through the FAQs and didn't see this, but I know its
come up before...
XAllocColor is supposed to do the following in order:
Try to find an exact match read-only color cell. (within hardware limits)
Try to allocate a read-only colorcell and set it to match.
and when all else fails,
Return the colorcell with the best match from the read-only colors
already allocated in the colormap.
This sounds good in theory. It doesn't seem to work this way
though. If there is no exact match already in the colormap, and
no unallocated cells, then XAllocColor fails, even when it has
already allocated several other cells already, and there are dozens
of read-only cells already in the colormap.
Is this a bug? A feature? A misunderstanding on my part?
Any help appreciated, | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.windows.x/67052 | 5 | comp_windows_x_67052 | [('posted', 'VBN'), ('for', 'IN'), ('friend', 'NN'), ('okay', 'NN'), ('looked', 'VBD'), ('through', 'IN'), ('the', 'DT'), ('faqs', 'NN'), ('and', 'CC'), ('didn', 'NN'), ('see', 'VBP'), ('this', 'DT'), ('but', 'CC'), ('know', 'VB'), ('its', 'PRP$'), ('come', 'VBN'), ('up', 'RP'), ('before', 'IN'), ('...', ':'), ('xalloccolor', 'NN'), ('is', 'VBZ'), ('supposed', 'VBN'), ('to', 'TO'), ('do', 'VB'), ('the', 'DT'), ('following', 'NN'), ('in', 'IN'), ('order', 'NN'), ('try', 'NN'), ('to', 'TO'), ('find', 'VB'), ('an', 'DT'), ('exact', 'JJ'), ('match', 'NN'), ('read', 'VBD'), ('only', 'RB'), ('color', 'NN'), ('cell', 'NN'), ('within', 'IN'), ('hardware', 'NN'), ('limits', 'NNS'), ('try', 'VBP'), ('to', 'TO'), ('allocate', 'VB'), ('read', 'VBN'), ('only', 'RB'), ('colorcell', 'RB'), ('and', 'CC'), ('set', 'VB'), ('it', 'PRP'), ('to', 'TO'), ('match', 'VB'), ('and', 'CC'), ('when', 'WRB'), ('all', 'DT'), ('else', 'RB'), ('fails', 'VBZ'), ('return', 'VB'), ('the', 'DT'), ('colorcell', 'NN'), ('with', 'IN'), ('the', 'DT'), ('best', 'JJS'), ('match', 'NN'), ('from', 'IN'), ('the', 'DT'), ('read', 'NN'), ('only', 'RB'), ('colors', 'NNS'), ('already', 'RB'), ('allocated', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('colormap', 'NN'), ('this', 'DT'), ('sounds', 'VBZ'), ('good', 'JJ'), ('in', 'IN'), ('theory', 'NN'), ('it', 'PRP'), ('doesn', 'VBZ'), ('seem', 'VBP'), ('to', 'TO'), ('work', 'VB'), ('this', 'DT'), ('way', 'NN'), ('though', 'IN'), ('if', 'IN'), ('there', 'EX'), ('is', 'VBZ'), ('no', 'DT'), ('exact', 'JJ'), ('match', 'NN'), ('already', 'RB'), ('in', 'IN'), ('the', 'DT'), ('colormap', 'NN'), ('and', 'CC'), ('no', 'DT'), ('unallocated', 'JJ'), ('cells', 'NNS'), ('then', 'RB'), ('xalloccolor', 'VBP'), ('fails', 'NNS'), ('even', 'RB'), ('when', 'WRB'), ('it', 'PRP'), ('has', 'VBZ'), ('already', 'RB'), ('allocated', 'VBN'), ('several', 'JJ'), ('other', 'JJ'), ('cells', 'NNS'), ('already', 'RB'), ('and', 'CC'), ('there', 'EX'), ('are', 'VBP'), ('dozens', 'NNS'), ('of', 'IN'), ('read', 'NN'), ('only', 'RB'), ('cells', 'NNS'), ('already', 'RB'), ('in', 'IN'), ('the', 'DT'), ('colormap', 'NN'), ('is', 'VBZ'), ('this', 'DT'), ('bug', 'JJ'), ('feature', 'NN'), ('misunderstanding', 'VBG'), ('on', 'IN'), ('my', 'PRP$'), ('part', 'NN'), ('any', 'DT'), ('help', 'NN'), ('appreciated', 'VBD')] | ['post', 'friend', 'okay', 'look', 'faq', 'see', 'know', 'come', 'xalloccolor', 'suppose', 'following', 'order', 'try', 'find', 'exact', 'match', 'read', 'color', 'cell', 'within', 'hardware', 'limit', 'try', 'allocate', 'read', 'colorcell', 'set', 'match', 'else', 'fail', 'return', 'colorcell', 'best', 'match', 'read', 'color', 'already', 'allocate', 'colormap', 'sound', 'good', 'theory', 'seem', 'work', 'way', 'though', 'exact', 'match', 'already', 'colormap', 'unallocated', 'cell', 'xalloccolor', 'fails', 'even', 'already', 'allocate', 'several', 'cell', 'already', 'dozen', 'read', 'cell', 'already', 'colormap', 'bug', 'feature', 'misunderstand', 'part', 'help', 'appreciate'] | ['post_friend', 'look_faq', 'know_come', 'order_try', 'try_find', 'color_cell', 'sound_good', 'seem_work', 'work_way', 'way_though', 'help_appreciate'] | comp_windows_x_67052 |@lemmatized post:1 friend:1 okay:1 look:1 faq:1 see:1 know:1 come:1 xalloccolor:2 suppose:1 following:1 order:1 try:2 find:1 exact:2 match:4 read:4 color:2 cell:4 within:1 hardware:1 limit:1 allocate:3 colorcell:2 set:1 else:1 fail:1 return:1 best:1 already:5 colormap:3 sound:1 good:1 theory:1 seem:1 work:1 way:1 though:1 unallocated:1 fails:1 even:1 several:1 dozen:1 bug:1 feature:1 misunderstand:1 part:1 help:1 appreciate:1 |@bigram post_friend:1 look_faq:1 know_come:1 order_try:1 try_find:1 color_cell:1 sound_good:1 seem_work:1 work_way:1 way_though:1 help_appreciate:1 |
3,308 |
Does that imply that people who take marriage vows but aren't sincere
are not married? | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/soc.religion.christian/20682 | 15 | soc_religion_christian_20682 | [('does', 'VBZ'), ('that', 'IN'), ('imply', 'VB'), ('that', 'IN'), ('people', 'NNS'), ('who', 'WP'), ('take', 'VBP'), ('marriage', 'NN'), ('vows', 'NNS'), ('but', 'CC'), ('aren', 'NNS'), ('sincere', 'RB'), ('are', 'VBP'), ('not', 'RB'), ('married', 'JJ')] | ['imply', 'people', 'take', 'marriage', 'vow', 'sincere', 'married'] | ['people_take'] | soc_religion_christian_20682 |@lemmatized imply:1 people:1 take:1 marriage:1 vow:1 sincere:1 married:1 |@bigram people_take:1 |
3,309 | I have a Onkyo integrated amplifier that I am looking to get rid of.
60w/ch
works great
Integra series
not a problem
Asking $100 OBO
If your interested call me at 317-743-2656 or email this address.
MAKE ME AN OFFER!!!
Todd
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/misc.forsale/76432 | 6 | misc_forsale_76432 | [('have', 'VB'), ('onkyo', 'VBN'), ('integrated', 'VBN'), ('amplifier', 'RBR'), ('that', 'IN'), ('am', 'VBP'), ('looking', 'VBG'), ('to', 'TO'), ('get', 'VB'), ('rid', 'JJ'), ('of', 'IN'), ('60w', 'CD'), ('ch', 'NN'), ('works', 'VBZ'), ('great', 'JJ'), ('integra', 'JJ'), ('series', 'NN'), ('not', 'RB'), ('problem', 'NN'), ('asking', 'VBG'), ('100', 'CD'), ('obo', 'JJ'), ('if', 'IN'), ('your', 'PRP$'), ('interested', 'JJ'), ('call', 'NN'), ('me', 'PRP'), ('at', 'IN'), ('317', 'CD'), ('743', 'CD'), ('2656', 'CD'), ('or', 'CC'), ('email', 'VB'), ('this', 'DT'), ('address', 'NN'), ('make', 'VB'), ('me', 'PRP'), ('an', 'DT'), ('offer', 'NN'), ('!!!', 'NN'), ('todd', 'NN')] | ['onkyo', 'integrate', 'amplifier', 'look', 'get', 'rid', 'ch', 'work', 'great', 'integra', 'series', 'problem', 'ask', 'obo', 'interested', 'call', 'email', 'address', 'make', 'offer', 'todd'] | ['look_get', 'get_rid', 'work_great', 'problem_ask', 'ask_obo', 'interested_call', 'call_email', 'email_address', 'make_offer'] | misc_forsale_76432 |@lemmatized onkyo:1 integrate:1 amplifier:1 look:1 get:1 rid:1 ch:1 work:1 great:1 integra:1 series:1 problem:1 ask:1 obo:1 interested:1 call:1 email:1 address:1 make:1 offer:1 todd:1 |@bigram look_get:1 get_rid:1 work_great:1 problem_ask:1 ask_obo:1 interested_call:1 call_email:1 email_address:1 make_offer:1 |
3,310 | WHATS THIS 680x1024 256 color mode? Asking a lot of your hardware ? | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.graphics/38566 | 1 | comp_graphics_38566 | [('whats', 'NNS'), ('this', 'DT'), ('680x1024', 'CD'), ('256', 'CD'), ('color', 'NN'), ('mode', 'NN'), ('asking', 'VBG'), ('lot', 'NN'), ('of', 'IN'), ('your', 'PRP$'), ('hardware', 'NN')] | ['whats', 'color', 'mode', 'ask', 'lot', 'hardware'] | ['color_mode'] | comp_graphics_38566 |@lemmatized whats:1 color:1 mode:1 ask:1 lot:1 hardware:1 |@bigram color_mode:1 |
3,311 |
In Des Moines, Iowa, about a year ago, some kid dropped a rock from an
overpass and hit car just behind the windshield. It put a dent in the roof,
so I guess I was lucky it hit metal.
It's frustrating that we can't do much. Bother the city government to put
covers on all overpasses? Slow down/speed up a bit when driving under all
overpasses in the city? I like the first better, but that will take time
and lots of people talking to the city governments.
Just another .02...
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.autos/102967 | 7 | rec_autos_102967 | [('in', 'IN'), ('des', 'NNS'), ('moines', 'NNS'), ('iowa', 'NNS'), ('about', 'IN'), ('year', 'NN'), ('ago', 'RB'), ('some', 'DT'), ('kid', 'NN'), ('dropped', 'VBD'), ('rock', 'NN'), ('from', 'IN'), ('an', 'DT'), ('overpass', 'NN'), ('and', 'CC'), ('hit', 'NN'), ('car', 'NN'), ('just', 'RB'), ('behind', 'IN'), ('the', 'DT'), ('windshield', 'NN'), ('it', 'PRP'), ('put', 'VBD'), ('dent', 'NN'), ('in', 'IN'), ('the', 'DT'), ('roof', 'NN'), ('so', 'RB'), ('guess', 'JJ'), ('was', 'VBD'), ('lucky', 'JJ'), ('it', 'PRP'), ('hit', 'VBD'), ('metal', 'NN'), ('it', 'PRP'), ('frustrating', 'VBG'), ('that', 'IN'), ('we', 'PRP'), ('can', 'MD'), ('do', 'VB'), ('much', 'RB'), ('bother', 'VB'), ('the', 'DT'), ('city', 'NN'), ('government', 'NN'), ('to', 'TO'), ('put', 'VB'), ('covers', 'NNS'), ('on', 'IN'), ('all', 'DT'), ('overpasses', 'NNS'), ('slow', 'VBP'), ('down', 'RP'), ('speed', 'NN'), ('up', 'RP'), ('bit', 'NN'), ('when', 'WRB'), ('driving', 'VBG'), ('under', 'IN'), ('all', 'DT'), ('overpasses', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('city', 'NN'), ('like', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('better', 'RBR'), ('but', 'CC'), ('that', 'DT'), ('will', 'MD'), ('take', 'VB'), ('time', 'NN'), ('and', 'CC'), ('lots', 'NNS'), ('of', 'IN'), ('people', 'NNS'), ('talking', 'VBG'), ('to', 'TO'), ('the', 'DT'), ('city', 'NN'), ('governments', 'NNS'), ('just', 'RB'), ('another', 'DT'), ('02', 'CD'), ('...', ':')] | ['de', 'moines', 'iowa', 'year', 'ago', 'kid', 'drop', 'rock', 'overpass', 'hit', 'car', 'behind', 'windshield', 'put', 'dent', 'roof', 'guess', 'lucky', 'hit', 'metal', 'frustrate', 'much', 'bother', 'city', 'government', 'put', 'cover', 'overpass', 'slow', 'speed', 'bit', 'drive', 'overpass', 'city', 'like', 'first', 'well', 'take', 'time', 'lot', 'people', 'talk', 'city', 'government', 'another'] | ['year_ago', 'city_government', 'like_first', 'well_take', 'take_time', 'lot_people', 'people_talk', 'city_government'] | rec_autos_102967 |@lemmatized de:1 moines:1 iowa:1 year:1 ago:1 kid:1 drop:1 rock:1 overpass:3 hit:2 car:1 behind:1 windshield:1 put:2 dent:1 roof:1 guess:1 lucky:1 metal:1 frustrate:1 much:1 bother:1 city:3 government:2 cover:1 slow:1 speed:1 bit:1 drive:1 like:1 first:1 well:1 take:1 time:1 lot:1 people:1 talk:1 another:1 |@bigram year_ago:1 city_government:2 like_first:1 well_take:1 take_time:1 lot_people:1 people_talk:1 |
3,312 | FOR SALE
1990 Mitsubishi Eclipse GSX
* All Wheel Drive
* 195 HP, 16 Valve, Turbo
* 5 Speed Transmission
* Limited Slip Differential
* AM/FM Stereo w/CD Player, Cassette, 6 Speakers
* Fog Lights
* Air Conditioning
* Cruise Control
* Electric Windows
* Front & Rear Intermittent Wipers & Washers
* Alloy Wheels
* Undercoated & Rustproofed
* 22,000 Miles
* Maui Blue
* Excellent Condition
* Asking $ 11,899 (negotiable)
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/misc.forsale/76579 | 6 | misc_forsale_76579 | [('for', 'IN'), ('sale', 'NN'), ('1990', 'CD'), ('mitsubishi', 'NN'), ('eclipse', 'CC'), ('gsx', 'VB'), ('all', 'DT'), ('wheel', 'NN'), ('drive', 'NN'), ('195', 'CD'), ('hp', 'NN'), ('16', 'CD'), ('valve', 'NN'), ('turbo', 'NNS'), ('speed', 'VBP'), ('transmission', 'NN'), ('limited', 'VBD'), ('slip', 'JJ'), ('differential', 'JJ'), ('am', 'VBP'), ('fm', 'JJ'), ('stereo', 'NN'), ('cd', 'NN'), ('player', 'NN'), ('cassette', 'NN'), ('speakers', 'NNS'), ('fog', 'VBP'), ('lights', 'NNS'), ('air', 'NN'), ('conditioning', 'VBG'), ('cruise', 'NN'), ('control', 'NN'), ('electric', 'JJ'), ('windows', 'NNS'), ('front', 'VBP'), ('rear', 'JJ'), ('intermittent', 'JJ'), ('wipers', 'NNS'), ('washers', 'NNS'), ('alloy', 'VBP'), ('wheels', 'NNS'), ('undercoated', 'VBD'), ('rustproofed', 'VBD'), ('22', 'CD'), ('000', 'CD'), ('miles', 'NNS'), ('maui', 'RB'), ('blue', 'JJ'), ('excellent', 'JJ'), ('condition', 'NN'), ('asking', 'VBG'), ('11', 'CD'), ('899', 'CD'), ('negotiable', 'JJ')] | ['sale', 'mitsubishi', 'eclipse', 'gsx', 'wheel', 'drive', 'hp', 'valve', 'turbo', 'speed', 'transmission', 'limit', 'slip', 'differential', 'fm', 'stereo', 'cd', 'player', 'cassette', 'speaker', 'fog', 'light', 'air', 'condition', 'cruise', 'control', 'electric', 'window', 'front', 'rear', 'intermittent', 'wiper', 'washer', 'alloy', 'wheel', 'undercoat', 'rustproofed', 'mile', 'maui', 'blue', 'excellent', 'condition', 'ask', 'negotiable'] | ['wheel_drive', 'cd_player', 'air_condition', 'cruise_control', 'front_rear', 'excellent_condition', 'condition_ask'] | misc_forsale_76579 |@lemmatized sale:1 mitsubishi:1 eclipse:1 gsx:1 wheel:2 drive:1 hp:1 valve:1 turbo:1 speed:1 transmission:1 limit:1 slip:1 differential:1 fm:1 stereo:1 cd:1 player:1 cassette:1 speaker:1 fog:1 light:1 air:1 condition:2 cruise:1 control:1 electric:1 window:1 front:1 rear:1 intermittent:1 wiper:1 washer:1 alloy:1 undercoat:1 rustproofed:1 mile:1 maui:1 blue:1 excellent:1 ask:1 negotiable:1 |@bigram wheel_drive:1 cd_player:1 air_condition:1 cruise_control:1 front_rear:1 excellent_condition:1 condition_ask:1 |
3,313 | Smythe Division
---------------
Vancouver vs. Winnipeg - Jets in 7
The Jets have played the Canucks tough the last three games. Everyone is
healthy for the Jets. I'm biased. :)
Calgary vs. Los Angeles - Flames in 6
From what I have seen, the Kings have looked flat lately. I just can't see
them getting by the Flames.
Final- Jets in 6.
The Jets haven't lost to the Flames in '93. They will, but it will be a
close series that will come down to how well Roberts has recovered. I
don't think he'll be 100%, and while it will help, it won't be enough.
Norris Division
---------------
Chicago vs. St. Louis/Minnesota
Chicago in 6 against the Blues, 7 against the Stars.
Detroit vs. Toronto - Wings in 6.
The Wings should be able to shutdown Gilmour and Andreychuk. Chelvadae is
more experienced than Potvin.
Final - Hawks in 7. Brutal series. Probert and Chelios will go at it.
Belfour is better than Chelvadae, IMHO.
Conference Final - Hawks in 6. It hurts, but the Hawks are more experienced,
and that will carry them through to the final.
Prince of Wales Conference
--------------------------
Adams Division
--------------
Boston vs. Buffalo - Bruins in 6.
B's can check, Juneau is darn good, and Neely. The Sabres rely too much
on Lafontaine and Mogilny.
Quebec vs. Montreal - Montreal in 7.
Classic battle, the inexperience will hurt the Nords, this year.
Final - Bruins in 5. Habs will be hurting from their series with the Nords,
and Boston has been able to control the scorers on the Habs.
Patrick Division
----------------
Pittsburgh vs Islanders/Devils - Pens in 5.
One word. Mario.
Washington vs. Devils/Islanders - Caps in 6 / Devils in 7.
I think the Caps can beat the Isles, but not the Devils. Tabaracci has been
strong in goal, and if he plays like last year, he could carry the team.
It doesn't matter, though.
Final - Pens in 5. Two more words. Stevens. Jagr.
Cup Final - Pens in 6. Three last words. Tocchet. Murphy. Barrasso.
The only thing I don't like about this is that the Pens woofers are going to
be out in full force again. (I don't mean the regular Penguin fans...it's
just like the bunch around here that if these predictions are true will post
like nuts while the Jets are winning, but we won't hear from again when they
lose.)
(Oh yeah...next year's Cup prediction...Jets in 7 over the Nords.)
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53562 | 10 | rec_sport_hockey_53562 | [('smythe', 'JJ'), ('division', 'NN'), ('---------------', 'NNP'), ('vancouver', 'NN'), ('vs', 'NN'), ('winnipeg', 'JJ'), ('jets', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('jets', 'NNS'), ('have', 'VBP'), ('played', 'VBN'), ('the', 'DT'), ('canucks', 'NNS'), ('tough', 'JJ'), ('the', 'DT'), ('last', 'JJ'), ('three', 'CD'), ('games', 'NNS'), ('everyone', 'NN'), ('is', 'VBZ'), ('healthy', 'JJ'), ('for', 'IN'), ('the', 'DT'), ('jets', 'NNS'), ('biased', 'VBD'), (':)', 'JJ'), ('calgary', 'JJ'), ('vs', 'NN'), ('los', 'NN'), ('angeles', 'NNS'), ('flames', 'NNS'), ('in', 'IN'), ('from', 'IN'), ('what', 'WP'), ('have', 'VBP'), ('seen', 'VBN'), ('the', 'DT'), ('kings', 'NNS'), ('have', 'VBP'), ('looked', 'VBN'), ('flat', 'JJ'), ('lately', 'RB'), ('just', 'RB'), ('can', 'MD'), ('see', 'VB'), ('them', 'PRP'), ('getting', 'VBG'), ('by', 'IN'), ('the', 'DT'), ('flames', 'NNS'), ('final', 'JJ'), ('jets', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('jets', 'NNS'), ('haven', 'RB'), ('lost', 'VBD'), ('to', 'TO'), ('the', 'DT'), ('flames', 'NNS'), ('in', 'IN'), ('93', 'CD'), ('they', 'PRP'), ('will', 'MD'), ('but', 'CC'), ('it', 'PRP'), ('will', 'MD'), ('be', 'VB'), ('close', 'JJ'), ('series', 'NN'), ('that', 'WDT'), ('will', 'MD'), ('come', 'VB'), ('down', 'RB'), ('to', 'TO'), ('how', 'WRB'), ('well', 'RB'), ('roberts', 'VBZ'), ('has', 'VBZ'), ('recovered', 'VBN'), ('don', 'RB'), ('think', 'VBP'), ('he', 'PRP'), ('ll', 'VBZ'), ('be', 'VB'), ('100', 'CD'), ('%,', 'NNP'), ('and', 'CC'), ('while', 'IN'), ('it', 'PRP'), ('will', 'MD'), ('help', 'VB'), ('it', 'PRP'), ('won', 'VBD'), ('be', 'VB'), ('enough', 'JJ'), ('norris', 'JJ'), ('division', 'NN'), ('---------------', 'NNP'), ('chicago', 'NN'), ('vs', 'NN'), ('st', 'NN'), ('louis', 'VBZ'), ('minnesota', 'JJ'), ('chicago', 'NN'), ('in', 'IN'), ('against', 'IN'), ('the', 'DT'), ('blues', 'NNS'), ('against', 'IN'), ('the', 'DT'), ('stars', 'NNS'), ('detroit', 'VBP'), ('vs', 'NN'), ('toronto', 'NN'), ('wings', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('wings', 'NNS'), ('should', 'MD'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('shutdown', 'VB'), ('gilmour', 'NN'), ('and', 'CC'), ('andreychuk', 'NN'), ('chelvadae', 'NN'), ('is', 'VBZ'), ('more', 'RBR'), ('experienced', 'JJ'), ('than', 'IN'), ('potvin', 'JJ'), ('final', 'JJ'), ('hawks', 'NN'), ('in', 'IN'), ('brutal', 'JJ'), ('series', 'NN'), ('probert', 'NN'), ('and', 'CC'), ('chelios', 'NNS'), ('will', 'MD'), ('go', 'VB'), ('at', 'IN'), ('it', 'PRP'), ('belfour', 'FW'), ('is', 'VBZ'), ('better', 'JJR'), ('than', 'IN'), ('chelvadae', 'NN'), ('imho', 'JJ'), ('conference', 'NN'), ('final', 'JJ'), ('hawks', 'NN'), ('in', 'IN'), ('it', 'PRP'), ('hurts', 'VBZ'), ('but', 'CC'), ('the', 'DT'), ('hawks', 'NN'), ('are', 'VBP'), ('more', 'RBR'), ('experienced', 'JJ'), ('and', 'CC'), ('that', 'DT'), ('will', 'MD'), ('carry', 'VB'), ('them', 'PRP'), ('through', 'IN'), ('to', 'TO'), ('the', 'DT'), ('final', 'JJ'), ('prince', 'NN'), ('of', 'IN'), ('wales', 'NNS'), ('conference', 'NN'), ('--------------------------', 'NNP'), ('adams', 'VBZ'), ('division', 'NN'), ('--------------', 'NNP'), ('boston', 'NN'), ('vs', 'NN'), ('buffalo', 'NN'), ('bruins', 'NNS'), ('in', 'IN'), ('can', 'MD'), ('check', 'VB'), ('juneau', 'NN'), ('is', 'VBZ'), ('darn', 'JJ'), ('good', 'JJ'), ('and', 'CC'), ('neely', 'RB'), ('the', 'DT'), ('sabres', 'NNS'), ('rely', 'VBP'), ('too', 'RB'), ('much', 'JJ'), ('on', 'IN'), ('lafontaine', 'NN'), ('and', 'CC'), ('mogilny', 'NN'), ('quebec', 'NN'), ('vs', 'NN'), ('montreal', 'NN'), ('montreal', 'NN'), ('in', 'IN'), ('classic', 'JJ'), ('battle', 'NN'), ('the', 'DT'), ('inexperience', 'NN'), ('will', 'MD'), ('hurt', 'VB'), ('the', 'DT'), ('nords', 'NNS'), ('this', 'DT'), ('year', 'NN'), ('final', 'JJ'), ('bruins', 'NNS'), ('in', 'IN'), ('habs', 'NN'), ('will', 'MD'), ('be', 'VB'), ('hurting', 'VBG'), ('from', 'IN'), ('their', 'PRP$'), ('series', 'NN'), ('with', 'IN'), ('the', 'DT'), ('nords', 'NNS'), ('and', 'CC'), ('boston', 'NN'), ('has', 'VBZ'), ('been', 'VBN'), ('able', 'JJ'), ('to', 'TO'), ('control', 'VB'), ('the', 'DT'), ('scorers', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('habs', 'NN'), ('patrick', 'JJ'), ('division', 'NN'), ('----------------', 'NNP'), ('pittsburgh', 'NN'), ('vs', 'NN'), ('islanders', 'NNS'), ('devils', 'VBP'), ('pens', 'NNS'), ('in', 'IN'), ('one', 'CD'), ('word', 'NN'), ('mario', 'NN'), ('washington', 'NN'), ('vs', 'NN'), ('devils', 'VBZ'), ('islanders', 'NNS'), ('caps', 'NNS'), ('in', 'IN'), ('devils', 'NNS'), ('in', 'IN'), ('think', 'VBP'), ('the', 'DT'), ('caps', 'NNS'), ('can', 'MD'), ('beat', 'VB'), ('the', 'DT'), ('isles', 'NNS'), ('but', 'CC'), ('not', 'RB'), ('the', 'DT'), ('devils', 'NNS'), ('tabaracci', 'NN'), ('has', 'VBZ'), ('been', 'VBN'), ('strong', 'JJ'), ('in', 'IN'), ('goal', 'NN'), ('and', 'CC'), ('if', 'IN'), ('he', 'PRP'), ('plays', 'VBZ'), ('like', 'IN'), ('last', 'JJ'), ('year', 'NN'), ('he', 'PRP'), ('could', 'MD'), ('carry', 'VB'), ('the', 'DT'), ('team', 'NN'), ('it', 'PRP'), ('doesn', 'VBZ'), ('matter', 'NN'), ('though', 'IN'), ('final', 'JJ'), ('pens', 'NNS'), ('in', 'IN'), ('two', 'CD'), ('more', 'JJR'), ('words', 'NNS'), ('stevens', 'VBZ'), ('jagr', 'JJ'), ('cup', 'JJ'), ('final', 'JJ'), ('pens', 'NNS'), ('in', 'IN'), ('three', 'CD'), ('last', 'JJ'), ('words', 'NNS'), ('tocchet', 'VBD'), ('murphy', 'NN'), ('barrasso', 'NN'), ('the', 'DT'), ('only', 'JJ'), ('thing', 'NN'), ('don', 'NNS'), ('like', 'IN'), ('about', 'IN'), ('this', 'DT'), ('is', 'VBZ'), ('that', 'IN'), ('the', 'DT'), ('pens', 'NNS'), ('woofers', 'NNS'), ('are', 'VBP'), ('going', 'VBG'), ('to', 'TO'), ('be', 'VB'), ('out', 'RP'), ('in', 'IN'), ('full', 'JJ'), ('force', 'NN'), ('again', 'RB'), ('don', 'JJ'), ('mean', 'VBP'), ('the', 'DT'), ('regular', 'JJ'), ('penguin', 'NN'), ('fans', 'NNS'), ('...', ':'), ('it', 'PRP'), ('just', 'RB'), ('like', 'IN'), ('the', 'DT'), ('bunch', 'NN'), ('around', 'RB'), ('here', 'RB'), ('that', 'IN'), ('if', 'IN'), ('these', 'DT'), ('predictions', 'NNS'), ('are', 'VBP'), ('true', 'JJ'), ('will', 'MD'), ('post', 'VB'), ('like', 'IN'), ('nuts', 'NNS'), ('while', 'IN'), ('the', 'DT'), ('jets', 'NNS'), ('are', 'VBP'), ('winning', 'VBG'), ('but', 'CC'), ('we', 'PRP'), ('won', 'VBD'), ('hear', 'RB'), ('from', 'IN'), ('again', 'RB'), ('when', 'WRB'), ('they', 'PRP'), ('lose', 'VBP'), ('.)', 'JJ'), ('oh', 'NN'), ('yeah', 'NN'), ('...', ':'), ('next', 'JJ'), ('year', 'NN'), ('cup', 'NN'), ('prediction', 'NN'), ('...', ':'), ('jets', 'NNS'), ('in', 'IN'), ('over', 'IN'), ('the', 'DT'), ('nords', 'NNS'), ('.)', 'VBP')] | ['smythe', 'division', 'vancouver', 'v', 'winnipeg', 'jet', 'jet', 'play', 'canuck', 'tough', 'last', 'three', 'game', 'everyone', 'healthy', 'jet', 'bias', 'calgary', 'v', 'los', 'angeles', 'flame', 'see', 'king', 'look', 'flat', 'lately', 'see', 'get', 'flame', 'final', 'jet', 'jet', 'lose', 'flame', 'close', 'series', 'come', 'well', 'roberts', 'recover', 'think', 'help', 'win', 'enough', 'norris', 'division', 'chicago', 'v', 'st', 'louis', 'minnesota', 'chicago', 'blue', 'star', 'detroit', 'v', 'toronto', 'wing', 'wing', 'able', 'shutdown', 'gilmour', 'andreychuk', 'chelvadae', 'experienced', 'potvin', 'final', 'hawk', 'brutal', 'series', 'probert', 'chelios', 'go', 'belfour', 'good', 'chelvadae', 'imho', 'conference', 'final', 'hawk', 'hurt', 'hawk', 'experienced', 'carry', 'final', 'prince', 'wale', 'conference', 'adams', 'division', 'boston', 'v', 'buffalo', 'bruin', 'check', 'juneau', 'darn', 'good', 'neely', 'sabre', 'rely', 'much', 'lafontaine', 'mogilny', 'quebec', 'v', 'montreal', 'montreal', 'classic', 'battle', 'inexperience', 'hurt', 'nords', 'year', 'final', 'bruin', 'habs', 'hurt', 'series', 'nords', 'boston', 'able', 'control', 'scorer', 'habs', 'patrick', 'division', 'pittsburgh', 'v', 'islander', 'devil', 'pen', 'one', 'word', 'mario', 'washington', 'v', 'devil', 'islander', 'cap', 'devil', 'think', 'cap', 'beat', 'isle', 'devil', 'tabaracci', 'strong', 'goal', 'play', 'like', 'last', 'year', 'could', 'carry', 'team', 'matter', 'though', 'final', 'pen', 'two', 'word', 'stevens', 'jagr', 'cup', 'final', 'pen', 'three', 'last', 'word', 'tocchet', 'murphy', 'barrasso', 'thing', 'like', 'pen', 'woofer', 'go', 'full', 'force', 'mean', 'regular', 'penguin', 'fan', 'like', 'bunch', 'around', 'prediction', 'true', 'post', 'like', 'nut', 'jet', 'win', 'win', 'hear', 'lose', 'oh', 'yeah', 'next', 'year', 'cup', 'prediction', 'jet', 'nords'] | ['smythe_division', 'v_winnipeg', 'winnipeg_jet', 'last_three', 'three_game', 'los_angeles', 'see_get', 'get_flame', 'come_well', 'think_help', 'norris_division', 'v_st', 'st_louis', 'conference_final', 'wale_conference', 'patrick_division', 'one_word', 'devil_islander', 'play_like', 'like_last', 'last_year', 'year_could', 'could_carry', 'two_word', 'cup_final', 'last_word', 'thing_like', 'post_like', 'win_win', 'oh_yeah', 'next_year'] | rec_sport_hockey_53562 |@lemmatized smythe:1 division:4 vancouver:1 v:8 winnipeg:1 jet:7 play:2 canuck:1 tough:1 last:3 three:2 game:1 everyone:1 healthy:1 bias:1 calgary:1 los:1 angeles:1 flame:3 see:2 king:1 look:1 flat:1 lately:1 get:1 final:7 lose:2 close:1 series:3 come:1 well:1 roberts:1 recover:1 think:2 help:1 win:3 enough:1 norris:1 chicago:2 st:1 louis:1 minnesota:1 blue:1 star:1 detroit:1 toronto:1 wing:2 able:2 shutdown:1 gilmour:1 andreychuk:1 chelvadae:2 experienced:2 potvin:1 hawk:3 brutal:1 probert:1 chelios:1 go:2 belfour:1 good:2 imho:1 conference:2 hurt:3 carry:2 prince:1 wale:1 adams:1 boston:2 buffalo:1 bruin:2 check:1 juneau:1 darn:1 neely:1 sabre:1 rely:1 much:1 lafontaine:1 mogilny:1 quebec:1 montreal:2 classic:1 battle:1 inexperience:1 nords:3 year:3 habs:2 control:1 scorer:1 patrick:1 pittsburgh:1 islander:2 devil:4 pen:4 one:1 word:3 mario:1 washington:1 cap:2 beat:1 isle:1 tabaracci:1 strong:1 goal:1 like:4 could:1 team:1 matter:1 though:1 two:1 stevens:1 jagr:1 cup:2 tocchet:1 murphy:1 barrasso:1 thing:1 woofer:1 full:1 force:1 mean:1 regular:1 penguin:1 fan:1 bunch:1 around:1 prediction:2 true:1 post:1 nut:1 hear:1 oh:1 yeah:1 next:1 |@bigram smythe_division:1 v_winnipeg:1 winnipeg_jet:1 last_three:1 three_game:1 los_angeles:1 see_get:1 get_flame:1 come_well:1 think_help:1 norris_division:1 v_st:1 st_louis:1 conference_final:1 wale_conference:1 patrick_division:1 one_word:1 devil_islander:1 play_like:1 like_last:1 last_year:1 year_could:1 could_carry:1 two_word:1 cup_final:1 last_word:1 thing_like:1 post_like:1 win_win:1 oh_yeah:1 next_year:1 |
3,314 | Surely some one of you is familiar with what a mail-order company goes
through. This company has only a few products, but thousands of clients.
I need a Sales, Billing, and Receivables program to handle the thing,
but I need to be able to customize it myself, own the source, etc. Anyone
willing to sell me the basic stuff (in ANY development language) I'll
be willing to pay about $1,000 to.
It has to be ready now. I need this sort of solution immediately. With more
time I'll just develop one myself. If you can have me a prototype in
two weeks, you can make some quick cash. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.os.ms-windows.misc/9964 | 2 | comp_os_ms-windows_misc_9964 | [('surely', 'RB'), ('some', 'DT'), ('one', 'CD'), ('of', 'IN'), ('you', 'PRP'), ('is', 'VBZ'), ('familiar', 'JJ'), ('with', 'IN'), ('what', 'WP'), ('mail', 'NN'), ('order', 'NN'), ('company', 'NN'), ('goes', 'VBZ'), ('through', 'IN'), ('this', 'DT'), ('company', 'NN'), ('has', 'VBZ'), ('only', 'RB'), ('few', 'JJ'), ('products', 'NNS'), ('but', 'CC'), ('thousands', 'NNS'), ('of', 'IN'), ('clients', 'NNS'), ('need', 'VBP'), ('sales', 'NNS'), ('billing', 'VBG'), ('and', 'CC'), ('receivables', 'VBZ'), ('program', 'NN'), ('to', 'TO'), ('handle', 'VB'), ('the', 'DT'), ('thing', 'NN'), ('but', 'CC'), ('need', 'VBP'), ('to', 'TO'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('customize', 'VB'), ('it', 'PRP'), ('myself', 'PRP'), ('own', 'IN'), ('the', 'DT'), ('source', 'NN'), ('etc', 'FW'), ('anyone', 'NN'), ('willing', 'JJ'), ('to', 'TO'), ('sell', 'VB'), ('me', 'PRP'), ('the', 'DT'), ('basic', 'JJ'), ('stuff', 'NN'), ('in', 'IN'), ('any', 'DT'), ('development', 'NN'), ('language', 'NN'), ('ll', 'NN'), ('be', 'VB'), ('willing', 'JJ'), ('to', 'TO'), ('pay', 'VB'), ('about', 'RB'), ('000', 'CD'), ('to', 'TO'), ('it', 'PRP'), ('has', 'VBZ'), ('to', 'TO'), ('be', 'VB'), ('ready', 'JJ'), ('now', 'RB'), ('need', 'VBP'), ('this', 'DT'), ('sort', 'NN'), ('of', 'IN'), ('solution', 'NN'), ('immediately', 'RB'), ('with', 'IN'), ('more', 'JJR'), ('time', 'NN'), ('ll', 'NN'), ('just', 'RB'), ('develop', 'VB'), ('one', 'CD'), ('myself', 'PRP'), ('if', 'IN'), ('you', 'PRP'), ('can', 'MD'), ('have', 'VB'), ('me', 'PRP'), ('prototype', 'VBN'), ('in', 'IN'), ('two', 'CD'), ('weeks', 'NNS'), ('you', 'PRP'), ('can', 'MD'), ('make', 'VB'), ('some', 'DT'), ('quick', 'JJ'), ('cash', 'NN')] | ['surely', 'one', 'familiar', 'mail', 'order', 'company', 'go', 'company', 'product', 'thousand', 'client', 'need', 'sale', 'bill', 'receivables', 'program', 'handle', 'thing', 'need', 'able', 'customize', 'source', 'etc', 'anyone', 'willing', 'sell', 'basic', 'stuff', 'development', 'language', 'willing', 'pay', 'ready', 'need', 'sort', 'solution', 'immediately', 'time', 'develop', 'one', 'prototype', 'two', 'week', 'make', 'quick', 'cash'] | ['surely_one', 'mail_order', 'order_company', 'thing_need', 'need_able', 'etc_anyone', 'willing_sell', 'willing_pay', 'two_week', 'make_quick'] | comp_os_ms-windows_misc_9964 |@lemmatized surely:1 one:2 familiar:1 mail:1 order:1 company:2 go:1 product:1 thousand:1 client:1 need:3 sale:1 bill:1 receivables:1 program:1 handle:1 thing:1 able:1 customize:1 source:1 etc:1 anyone:1 willing:2 sell:1 basic:1 stuff:1 development:1 language:1 pay:1 ready:1 sort:1 solution:1 immediately:1 time:1 develop:1 prototype:1 two:1 week:1 make:1 quick:1 cash:1 |@bigram surely_one:1 mail_order:1 order_company:1 thing_need:1 need_able:1 etc_anyone:1 willing_sell:1 willing_pay:1 two_week:1 make_quick:1 |
3,315 |
On my 486DX-50 (really 50, not DX2), my AT bus is set to CLK/3.
At 16.67 MHz, I have no problems. Soundblaster Pro, Zoom 14.4 FXM, RLL
controller, etc. All work fine.
If I set it to 2 (25 MHz), I simply don't get past the POST routines.
I doubt you could actually damage much by playing with it. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.ibm.pc.hardware/60182 | 3 | comp_sys_ibm_pc_hardware_60182 | [('on', 'IN'), ('my', 'PRP$'), ('486dx', 'CD'), ('50', 'CD'), ('really', 'RB'), ('50', 'CD'), ('not', 'RB'), ('dx2', 'JJ'), ('),', 'VB'), ('my', 'PRP$'), ('at', 'IN'), ('bus', 'NN'), ('is', 'VBZ'), ('set', 'VBN'), ('to', 'TO'), ('clk', 'VB'), ('at', 'IN'), ('16', 'CD'), ('67', 'CD'), ('mhz', 'NNS'), ('have', 'VBP'), ('no', 'DT'), ('problems', 'NNS'), ('soundblaster', 'VBP'), ('pro', 'JJ'), ('zoom', 'NN'), ('14', 'CD'), ('fxm', 'NN'), ('rll', 'NN'), ('controller', 'NN'), ('etc', 'FW'), ('all', 'DT'), ('work', 'NN'), ('fine', 'JJ'), ('if', 'IN'), ('set', 'VBN'), ('it', 'PRP'), ('to', 'TO'), ('25', 'CD'), ('mhz', 'NNS'), ('),', 'RB'), ('simply', 'RB'), ('don', 'VB'), ('get', 'NN'), ('past', 'IN'), ('the', 'DT'), ('post', 'NN'), ('routines', 'VBZ'), ('doubt', 'NN'), ('you', 'PRP'), ('could', 'MD'), ('actually', 'RB'), ('damage', 'VB'), ('much', 'JJ'), ('by', 'IN'), ('playing', 'VBG'), ('with', 'IN'), ('it', 'PRP')] | ['really', 'bus', 'set', 'clk', 'mhz', 'problem', 'soundblaster', 'pro', 'zoom', 'fxm', 'rll', 'controller', 'etc', 'work', 'fine', 'set', 'mhz', 'simply', 'get', 'past', 'post', 'routines', 'doubt', 'could', 'actually', 'damage', 'much', 'play'] | ['etc_work', 'work_fine', 'get_past', 'doubt_could', 'could_actually'] | comp_sys_ibm_pc_hardware_60182 |@lemmatized really:1 bus:1 set:2 clk:1 mhz:2 problem:1 soundblaster:1 pro:1 zoom:1 fxm:1 rll:1 controller:1 etc:1 work:1 fine:1 simply:1 get:1 past:1 post:1 routines:1 doubt:1 could:1 actually:1 damage:1 much:1 play:1 |@bigram etc_work:1 work_fine:1 get_past:1 doubt_could:1 could_actually:1 |
3,316 |
Only the most comprehensive survey on sexuality in 50 years.
Chance and size have nothing in common on the multimillion number scale we are
talking about.
Nobody said that you were. Chill.
Well said.
Actually, the Kinsley Report in 1947(or 48?) used a high percentage of
prisoners so...........
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.misc/178977 | 18 | talk_politics_misc_178977 | [('only', 'RB'), ('the', 'DT'), ('most', 'RBS'), ('comprehensive', 'JJ'), ('survey', 'NN'), ('on', 'IN'), ('sexuality', 'NN'), ('in', 'IN'), ('50', 'CD'), ('years', 'NNS'), ('chance', 'NN'), ('and', 'CC'), ('size', 'NN'), ('have', 'VBP'), ('nothing', 'NN'), ('in', 'IN'), ('common', 'JJ'), ('on', 'IN'), ('the', 'DT'), ('multimillion', 'NN'), ('number', 'NN'), ('scale', 'NN'), ('we', 'PRP'), ('are', 'VBP'), ('talking', 'VBG'), ('about', 'IN'), ('nobody', 'NN'), ('said', 'VBD'), ('that', 'IN'), ('you', 'PRP'), ('were', 'VBD'), ('chill', 'VBN'), ('well', 'RB'), ('said', 'VBD'), ('actually', 'RB'), ('the', 'DT'), ('kinsley', 'JJ'), ('report', 'NN'), ('in', 'IN'), ('1947', 'CD'), ('or', 'CC'), ('48', 'CD'), ('?)', 'NNS'), ('used', 'VBN'), ('high', 'JJ'), ('percentage', 'NN'), ('of', 'IN'), ('prisoners', 'NNS'), ('so', 'RB'), ('...........', 'JJ')] | ['comprehensive', 'survey', 'sexuality', 'year', 'chance', 'size', 'nothing', 'common', 'multimillion', 'number', 'scale', 'talk', 'nobody', 'say', 'chill', 'well', 'say', 'actually', 'kinsley', 'report', 'use', 'high', 'percentage', 'prisoner'] | ['well_say', 'report_use', 'use_high', 'high_percentage'] | talk_politics_misc_178977 |@lemmatized comprehensive:1 survey:1 sexuality:1 year:1 chance:1 size:1 nothing:1 common:1 multimillion:1 number:1 scale:1 talk:1 nobody:1 say:2 chill:1 well:1 actually:1 kinsley:1 report:1 use:1 high:1 percentage:1 prisoner:1 |@bigram well_say:1 report_use:1 use_high:1 high_percentage:1 |
3,317 | 3rd uptade:
Here are the standings for the poll after 39 votes: 5 points for 1st, 4 for 2nd,... 1 point for 5th:
EA/ NHLPA game
1. DET 102
2. CHI 97
3. NY 74
4. VAN 73
5. MTL 69
6. PIT 33
7. WSH 29
8. BOS 21
9..ASW 16
10.CGY 10
11.QUE 9
12.ASE 8
13.WPG 7
14.LA 5
OTW 5
STL 5
TOR 5
18.BUF 3
PHI 3
TBY 3
21.SJ 2
22.MIN 1
Atlanta to win Turner Cup 1 (not in the game, but 1 person vote)
24.EDM 0
HTF 0
LI 0
NJ 0
4 teams have no point
Continue to send your votes in this format (until April 20th, approximately)
------------------------------------------------
1.
2.
3.
4.
5.
------------------------------------------------
Keywords:
--
_____________________________________________________ | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53724 | 10 | rec_sport_hockey_53724 | [('3rd', 'CD'), ('uptade', 'NN'), ('here', 'RB'), ('are', 'VBP'), ('the', 'DT'), ('standings', 'NNS'), ('for', 'IN'), ('the', 'DT'), ('poll', 'NN'), ('after', 'IN'), ('39', 'CD'), ('votes', 'NNS'), ('points', 'NNS'), ('for', 'IN'), ('1st', 'CD'), ('for', 'IN'), ('2nd', 'CD'), (',...', 'NNS'), ('point', 'NN'), ('for', 'IN'), ('5th', 'CD'), ('ea', 'NNS'), ('nhlpa', 'JJ'), ('game', 'NN'), ('det', 'VBD'), ('102', 'CD'), ('chi', 'NNS'), ('97', 'CD'), ('ny', 'RB'), ('74', 'CD'), ('van', 'NN'), ('73', 'CD'), ('mtl', 'NN'), ('69', 'CD'), ('pit', 'NN'), ('33', 'CD'), ('wsh', 'NN'), ('29', 'CD'), ('bos', 'NN'), ('21', 'CD'), ('..', 'NNP'), ('asw', 'VBD'), ('16', 'CD'), ('10', 'CD'), ('cgy', 'NN'), ('10', 'CD'), ('11', 'CD'), ('que', 'NN'), ('12', 'CD'), ('ase', 'NN'), ('13', 'CD'), ('wpg', 'NN'), ('14', 'CD'), ('la', 'NN'), ('otw', 'FW'), ('stl', 'NN'), ('tor', 'NN'), ('18', 'CD'), ('buf', 'NN'), ('phi', 'NN'), ('tby', 'VBD'), ('21', 'CD'), ('sj', 'NN'), ('22', 'CD'), ('min', 'NN'), ('atlanta', 'NN'), ('to', 'TO'), ('win', 'VB'), ('turner', 'JJ'), ('cup', 'NN'), ('not', 'RB'), ('in', 'IN'), ('the', 'DT'), ('game', 'NN'), ('but', 'CC'), ('person', 'NN'), ('vote', 'VBP'), ('24', 'CD'), ('edm', 'JJ'), ('htf', 'NN'), ('li', 'NN'), ('nj', 'JJ'), ('teams', 'NNS'), ('have', 'VBP'), ('no', 'DT'), ('point', 'NN'), ('continue', 'VBP'), ('to', 'TO'), ('send', 'VB'), ('your', 'PRP$'), ('votes', 'NNS'), ('in', 'IN'), ('this', 'DT'), ('format', 'NN'), ('until', 'IN'), ('april', 'JJ'), ('20th', 'CD'), ('approximately', 'RB'), ('------------------------------------------------', 'JJ'), ('------------------------------------------------', 'NN'), ('keywords', 'NNS'), ('--', ':'), ('_____________________________________________________', 'VB')] | ['uptade', 'standing', 'poll', 'vote', 'point', 'point', 'ea', 'nhlpa', 'game', 'det', 'chi', 'ny', 'van', 'mtl', 'pit', 'wsh', 'bos', 'asw', 'cgy', 'que', 'ase', 'wpg', 'la', 'otw', 'stl', 'tor', 'buf', 'phi', 'tby', 'sj', 'min', 'atlanta', 'win', 'turner', 'cup', 'game', 'person', 'vote', 'edm', 'htf', 'li', 'nj', 'team', 'point', 'continue', 'send', 'vote', 'format', 'april', 'approximately', 'keywords'] | ['point_point', 'det_chi', 'turner_cup', 'cup_game', 'team_point', 'send_vote'] | rec_sport_hockey_53724 |@lemmatized uptade:1 standing:1 poll:1 vote:3 point:3 ea:1 nhlpa:1 game:2 det:1 chi:1 ny:1 van:1 mtl:1 pit:1 wsh:1 bos:1 asw:1 cgy:1 que:1 ase:1 wpg:1 la:1 otw:1 stl:1 tor:1 buf:1 phi:1 tby:1 sj:1 min:1 atlanta:1 win:1 turner:1 cup:1 person:1 edm:1 htf:1 li:1 nj:1 team:1 continue:1 send:1 format:1 april:1 approximately:1 keywords:1 |@bigram point_point:1 det_chi:1 turner_cup:1 cup_game:1 team_point:1 send_vote:1 |
3,318 |
All they said on the radio that he developed stiffness in the shoulder
after throwing a curveball that didn't loosen. Because of the cold
night in Denver they decided to remove him from the game rather than
let him pitch. He is expected to pitch his next turn in the rotation
(expected to be April 20, at Shea vs the Giants). | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/105084 | 9 | rec_sport_baseball_105084 | [('all', 'DT'), ('they', 'PRP'), ('said', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('radio', 'NN'), ('that', 'IN'), ('he', 'PRP'), ('developed', 'VBD'), ('stiffness', 'NN'), ('in', 'IN'), ('the', 'DT'), ('shoulder', 'NN'), ('after', 'IN'), ('throwing', 'VBG'), ('curveball', 'NN'), ('that', 'WDT'), ('didn', 'VBZ'), ('loosen', 'JJR'), ('because', 'IN'), ('of', 'IN'), ('the', 'DT'), ('cold', 'JJ'), ('night', 'NN'), ('in', 'IN'), ('denver', 'NN'), ('they', 'PRP'), ('decided', 'VBD'), ('to', 'TO'), ('remove', 'VB'), ('him', 'PRP'), ('from', 'IN'), ('the', 'DT'), ('game', 'NN'), ('rather', 'RB'), ('than', 'IN'), ('let', 'VB'), ('him', 'PRP'), ('pitch', 'VB'), ('he', 'PRP'), ('is', 'VBZ'), ('expected', 'VBN'), ('to', 'TO'), ('pitch', 'VB'), ('his', 'PRP$'), ('next', 'JJ'), ('turn', 'NN'), ('in', 'IN'), ('the', 'DT'), ('rotation', 'NN'), ('expected', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('april', 'JJ'), ('20', 'CD'), ('at', 'IN'), ('shea', 'NN'), ('vs', 'VBP'), ('the', 'DT'), ('giants', 'NNS'), (').', 'VBP')] | ['say', 'radio', 'develop', 'stiffness', 'shoulder', 'throw', 'curveball', 'loosen', 'cold', 'night', 'denver', 'decide', 'remove', 'game', 'rather', 'let', 'pitch', 'expect', 'pitch', 'next', 'turn', 'rotation', 'expect', 'april', 'shea', 'vs', 'giant'] | [] | rec_sport_baseball_105084 |@lemmatized say:1 radio:1 develop:1 stiffness:1 shoulder:1 throw:1 curveball:1 loosen:1 cold:1 night:1 denver:1 decide:1 remove:1 game:1 rather:1 let:1 pitch:2 expect:2 next:1 turn:1 rotation:1 april:1 shea:1 vs:1 giant:1 |@bigram |
3,319 |
This isn't anything new. Back in 1985 I was driving under a high
overpass at night on I-805 in San Diego when I caught a glimpse of
someone on the overpass. As I passed under a rock slammed against the
metal between the winshield and right front window. My girlfriend was
in the seat next to it. I called the police from the next exit, but I
doubt if they were found.
About five years ago in San Diego someone was put into a coma from a
brick being thrown through his sunroof as he was driving and
subsequently crashed. I don't think he ever came out of the coma, and I
haven't heard anything about it for a couple years.
Probably because there are many children there. Also the minor fact
that other than defending themselves from 100 some people attacking them
they haven't threatened or attacked anyone outside the compound in
years. Being a promiscuous religious nut does not constitute grounds
for a mass murder of Koresh and his followers.
Sorry for posting this to this group, but I thought the previous post
needed a rebuttal. If you follow-up to this portion please cross-post
and direct follow-ups to a more appropriate newsgroup.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.autos/103086 | 7 | rec_autos_103086 | [('this', 'DT'), ('isn', 'NN'), ('anything', 'NN'), ('new', 'JJ'), ('back', 'RB'), ('in', 'IN'), ('1985', 'CD'), ('was', 'VBD'), ('driving', 'VBG'), ('under', 'IN'), ('high', 'JJ'), ('overpass', 'NN'), ('at', 'IN'), ('night', 'NN'), ('on', 'IN'), ('805', 'CD'), ('in', 'IN'), ('san', 'JJ'), ('diego', 'NN'), ('when', 'WRB'), ('caught', 'NN'), ('glimpse', 'NN'), ('of', 'IN'), ('someone', 'NN'), ('on', 'IN'), ('the', 'DT'), ('overpass', 'NN'), ('as', 'IN'), ('passed', 'VBN'), ('under', 'IN'), ('rock', 'NN'), ('slammed', 'VBN'), ('against', 'IN'), ('the', 'DT'), ('metal', 'NN'), ('between', 'IN'), ('the', 'DT'), ('winshield', 'NN'), ('and', 'CC'), ('right', 'JJ'), ('front', 'NN'), ('window', 'NN'), ('my', 'PRP$'), ('girlfriend', 'NN'), ('was', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('seat', 'NN'), ('next', 'IN'), ('to', 'TO'), ('it', 'PRP'), ('called', 'VBD'), ('the', 'DT'), ('police', 'NN'), ('from', 'IN'), ('the', 'DT'), ('next', 'JJ'), ('exit', 'NN'), ('but', 'CC'), ('doubt', 'NN'), ('if', 'IN'), ('they', 'PRP'), ('were', 'VBD'), ('found', 'VBN'), ('about', 'IN'), ('five', 'CD'), ('years', 'NNS'), ('ago', 'RB'), ('in', 'IN'), ('san', 'JJ'), ('diego', 'NN'), ('someone', 'NN'), ('was', 'VBD'), ('put', 'VBN'), ('into', 'IN'), ('coma', 'NN'), ('from', 'IN'), ('brick', 'NN'), ('being', 'VBG'), ('thrown', 'VBN'), ('through', 'IN'), ('his', 'PRP$'), ('sunroof', 'NN'), ('as', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('driving', 'VBG'), ('and', 'CC'), ('subsequently', 'RB'), ('crashed', 'VBD'), ('don', 'JJ'), ('think', 'NN'), ('he', 'PRP'), ('ever', 'RB'), ('came', 'VBD'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('coma', 'NN'), ('and', 'CC'), ('haven', 'RB'), ('heard', 'VBD'), ('anything', 'NN'), ('about', 'IN'), ('it', 'PRP'), ('for', 'IN'), ('couple', 'NN'), ('years', 'NNS'), ('probably', 'RB'), ('because', 'IN'), ('there', 'EX'), ('are', 'VBP'), ('many', 'JJ'), ('children', 'NNS'), ('there', 'RB'), ('also', 'RB'), ('the', 'DT'), ('minor', 'JJ'), ('fact', 'NN'), ('that', 'IN'), ('other', 'JJ'), ('than', 'IN'), ('defending', 'VBG'), ('themselves', 'PRP'), ('from', 'IN'), ('100', 'CD'), ('some', 'DT'), ('people', 'NNS'), ('attacking', 'VBG'), ('them', 'PRP'), ('they', 'PRP'), ('haven', 'VBP'), ('threatened', 'VBD'), ('or', 'CC'), ('attacked', 'VBD'), ('anyone', 'NN'), ('outside', 'IN'), ('the', 'DT'), ('compound', 'NN'), ('in', 'IN'), ('years', 'NNS'), ('being', 'VBG'), ('promiscuous', 'JJ'), ('religious', 'JJ'), ('nut', 'NN'), ('does', 'VBZ'), ('not', 'RB'), ('constitute', 'VB'), ('grounds', 'NNS'), ('for', 'IN'), ('mass', 'NN'), ('murder', 'NN'), ('of', 'IN'), ('koresh', 'NN'), ('and', 'CC'), ('his', 'PRP$'), ('followers', 'NNS'), ('sorry', 'VBP'), ('for', 'IN'), ('posting', 'VBG'), ('this', 'DT'), ('to', 'TO'), ('this', 'DT'), ('group', 'NN'), ('but', 'CC'), ('thought', 'VBD'), ('the', 'DT'), ('previous', 'JJ'), ('post', 'NN'), ('needed', 'VBN'), ('rebuttal', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('follow', 'VBP'), ('up', 'RB'), ('to', 'TO'), ('this', 'DT'), ('portion', 'NN'), ('please', 'NN'), ('cross', 'NN'), ('post', 'NN'), ('and', 'CC'), ('direct', 'JJ'), ('follow', 'NN'), ('ups', 'NNS'), ('to', 'TO'), ('more', 'RBR'), ('appropriate', 'JJ'), ('newsgroup', 'NN')] | ['anything', 'new', 'back', 'drive', 'high', 'overpass', 'night', 'san', 'diego', 'caught', 'glimpse', 'someone', 'overpass', 'pass', 'rock', 'slam', 'metal', 'winshield', 'right', 'front', 'window', 'girlfriend', 'seat', 'next', 'call', 'police', 'next', 'exit', 'doubt', 'find', 'five', 'year', 'ago', 'san', 'diego', 'someone', 'put', 'coma', 'brick', 'throw', 'sunroof', 'drive', 'subsequently', 'crash', 'think', 'ever', 'come', 'coma', 'hear', 'anything', 'couple', 'year', 'probably', 'many', 'child', 'also', 'minor', 'fact', 'defend', 'people', 'attack', 'threaten', 'attack', 'anyone', 'outside', 'compound', 'year', 'promiscuous', 'religious', 'nut', 'constitute', 'ground', 'mass', 'murder', 'koresh', 'follower', 'sorry', 'post', 'group', 'think', 'previous', 'post', 'need', 'rebuttal', 'follow', 'portion', 'please', 'cross', 'post', 'direct', 'follow', 'ups', 'appropriate', 'newsgroup'] | ['anything_new', 'drive_high', 'san_diego', 'right_front', 'call_police', 'five_year', 'year_ago', 'san_diego', 'think_ever', 'ever_come', 'hear_anything', 'couple_year', 'child_also', 'outside_compound', 'koresh_follower', 'sorry_post', 'post_group', 'group_think', 'previous_post', 'cross_post', 'follow_ups', 'appropriate_newsgroup'] | rec_autos_103086 |@lemmatized anything:2 new:1 back:1 drive:2 high:1 overpass:2 night:1 san:2 diego:2 caught:1 glimpse:1 someone:2 pass:1 rock:1 slam:1 metal:1 winshield:1 right:1 front:1 window:1 girlfriend:1 seat:1 next:2 call:1 police:1 exit:1 doubt:1 find:1 five:1 year:3 ago:1 put:1 coma:2 brick:1 throw:1 sunroof:1 subsequently:1 crash:1 think:2 ever:1 come:1 hear:1 couple:1 probably:1 many:1 child:1 also:1 minor:1 fact:1 defend:1 people:1 attack:2 threaten:1 anyone:1 outside:1 compound:1 promiscuous:1 religious:1 nut:1 constitute:1 ground:1 mass:1 murder:1 koresh:1 follower:1 sorry:1 post:3 group:1 previous:1 need:1 rebuttal:1 follow:2 portion:1 please:1 cross:1 direct:1 ups:1 appropriate:1 newsgroup:1 |@bigram anything_new:1 drive_high:1 san_diego:2 right_front:1 call_police:1 five_year:1 year_ago:1 think_ever:1 ever_come:1 hear_anything:1 couple_year:1 child_also:1 outside_compound:1 koresh_follower:1 sorry_post:1 post_group:1 group_think:1 previous_post:1 cross_post:1 follow_ups:1 appropriate_newsgroup:1 |
3,320 |
Sorry, I misread your remark about young men and women. (Though I am now
unsure what that sentence does mean.)
You implied that anyone who wants to send troops to Bosnia wants to do so to
help the "butchers of their choice". Since the primary targets of help are
Muslim victims of "ethnic cleansing", you imply that such Muslim victims are
butchers.
This implies both sides are equal. True, it may sometimes be difficult or
impossible to determine which side is the victim, but that does not mean that
victims do not exist. Would you, in WWII have said that there were atrocities
on the sides of both the Jews and the Germans?
Yes, but both sides want different things. The Muslims chiefly want to not
be "ethnic cleansed". The Serbians want to "ethnic cleanse" the Muslims. It
is indeed true that each side will stop when it gets what it wants, but the
things that the two sides want are not equivalent.
I recall, before we did anything for Somalia, (apparent) left-wingers saying
that the reason everyone was more willing to send troops to Bosnia than to
Somalia was because the Somalis are third-worlders who Americans consider
unworthy of help. They suddenly shut up when the US decided to send troops to
the opposite place than that predicted by the theory.
For that matter, this theory of yours suggests that Americans should want to
help the Serbs. After all, they're Christian, and the Muslims are not. If
the desire to intervene in Bosnia is based on racism against people that are
less like us, why does everyone _want_ to help the side that _is_ less like us?
Especially if both of the sides are equal as you seem to think?
--
"On the first day after Christmas my truelove served to me... Leftover Turkey!
On the second day after Christmas my truelove served to me... Turkey Casserole
that she made from Leftover Turkey.
[days 3-4 deleted] ... Flaming Turkey Wings! ...
-- Pizza Hut commercial (and M*tlu/A*gic bait) | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76228 | 17 | talk_politics_mideast_76228 | [('sorry', 'JJ'), ('misread', 'VB'), ('your', 'PRP$'), ('remark', 'NN'), ('about', 'IN'), ('young', 'JJ'), ('men', 'NNS'), ('and', 'CC'), ('women', 'NNS'), ('though', 'IN'), ('am', 'VBP'), ('now', 'RB'), ('unsure', 'VBP'), ('what', 'WP'), ('that', 'DT'), ('sentence', 'NN'), ('does', 'VBZ'), ('mean', 'VB'), ('.)', 'NNP'), ('you', 'PRP'), ('implied', 'VBD'), ('that', 'IN'), ('anyone', 'NN'), ('who', 'WP'), ('wants', 'VBZ'), ('to', 'TO'), ('send', 'VB'), ('troops', 'NNS'), ('to', 'TO'), ('bosnia', 'VB'), ('wants', 'VBZ'), ('to', 'TO'), ('do', 'VB'), ('so', 'RB'), ('to', 'TO'), ('help', 'VB'), ('the', 'DT'), ('butchers', 'NNS'), ('of', 'IN'), ('their', 'PRP$'), ('choice', 'NN'), ('".', 'NN'), ('since', 'IN'), ('the', 'DT'), ('primary', 'JJ'), ('targets', 'NNS'), ('of', 'IN'), ('help', 'NN'), ('are', 'VBP'), ('muslim', 'JJ'), ('victims', 'NNS'), ('of', 'IN'), ('ethnic', 'JJ'), ('cleansing', 'VBG'), ('",', 'NN'), ('you', 'PRP'), ('imply', 'VBP'), ('that', 'IN'), ('such', 'JJ'), ('muslim', 'NN'), ('victims', 'NNS'), ('are', 'VBP'), ('butchers', 'NNS'), ('this', 'DT'), ('implies', 'VBZ'), ('both', 'DT'), ('sides', 'NNS'), ('are', 'VBP'), ('equal', 'JJ'), ('true', 'JJ'), ('it', 'PRP'), ('may', 'MD'), ('sometimes', 'RB'), ('be', 'VB'), ('difficult', 'JJ'), ('or', 'CC'), ('impossible', 'JJ'), ('to', 'TO'), ('determine', 'VB'), ('which', 'WDT'), ('side', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('victim', 'NN'), ('but', 'CC'), ('that', 'DT'), ('does', 'VBZ'), ('not', 'RB'), ('mean', 'VB'), ('that', 'IN'), ('victims', 'NNS'), ('do', 'VBP'), ('not', 'RB'), ('exist', 'VB'), ('would', 'MD'), ('you', 'PRP'), ('in', 'IN'), ('wwii', 'NNS'), ('have', 'VBP'), ('said', 'VBD'), ('that', 'IN'), ('there', 'EX'), ('were', 'VBD'), ('atrocities', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('sides', 'NNS'), ('of', 'IN'), ('both', 'DT'), ('the', 'DT'), ('jews', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('germans', 'NNS'), ('yes', 'VBP'), ('but', 'CC'), ('both', 'DT'), ('sides', 'NNS'), ('want', 'VBP'), ('different', 'JJ'), ('things', 'NNS'), ('the', 'DT'), ('muslims', 'NNS'), ('chiefly', 'VBP'), ('want', 'VBP'), ('to', 'TO'), ('not', 'RB'), ('be', 'VB'), ('ethnic', 'JJ'), ('cleansed', 'VBN'), ('".', 'PDT'), ('the', 'DT'), ('serbians', 'NNS'), ('want', 'VBP'), ('to', 'TO'), ('ethnic', 'VB'), ('cleanse', 'NN'), ('the', 'DT'), ('muslims', 'NNS'), ('it', 'PRP'), ('is', 'VBZ'), ('indeed', 'RB'), ('true', 'JJ'), ('that', 'IN'), ('each', 'DT'), ('side', 'NN'), ('will', 'MD'), ('stop', 'VB'), ('when', 'WRB'), ('it', 'PRP'), ('gets', 'VBZ'), ('what', 'WP'), ('it', 'PRP'), ('wants', 'VBZ'), ('but', 'CC'), ('the', 'DT'), ('things', 'NNS'), ('that', 'IN'), ('the', 'DT'), ('two', 'CD'), ('sides', 'NNS'), ('want', 'VBP'), ('are', 'VBP'), ('not', 'RB'), ('equivalent', 'JJ'), ('recall', 'NN'), ('before', 'IN'), ('we', 'PRP'), ('did', 'VBD'), ('anything', 'NN'), ('for', 'IN'), ('somalia', 'JJ'), ('apparent', 'JJ'), ('left', 'VBD'), ('wingers', 'NNS'), ('saying', 'VBG'), ('that', 'IN'), ('the', 'DT'), ('reason', 'NN'), ('everyone', 'NN'), ('was', 'VBD'), ('more', 'RBR'), ('willing', 'JJ'), ('to', 'TO'), ('send', 'VB'), ('troops', 'NNS'), ('to', 'TO'), ('bosnia', 'VB'), ('than', 'IN'), ('to', 'TO'), ('somalia', 'VB'), ('was', 'VBD'), ('because', 'IN'), ('the', 'DT'), ('somalis', 'NN'), ('are', 'VBP'), ('third', 'JJ'), ('worlders', 'NNS'), ('who', 'WP'), ('americans', 'VBZ'), ('consider', 'VBP'), ('unworthy', 'JJ'), ('of', 'IN'), ('help', 'NN'), ('they', 'PRP'), ('suddenly', 'RB'), ('shut', 'VBP'), ('up', 'RP'), ('when', 'WRB'), ('the', 'DT'), ('us', 'PRP'), ('decided', 'VBD'), ('to', 'TO'), ('send', 'VB'), ('troops', 'NNS'), ('to', 'TO'), ('the', 'DT'), ('opposite', 'JJ'), ('place', 'NN'), ('than', 'IN'), ('that', 'DT'), ('predicted', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('theory', 'NN'), ('for', 'IN'), ('that', 'DT'), ('matter', 'NN'), ('this', 'DT'), ('theory', 'NN'), ('of', 'IN'), ('yours', 'NNS'), ('suggests', 'VBZ'), ('that', 'IN'), ('americans', 'NNS'), ('should', 'MD'), ('want', 'VB'), ('to', 'TO'), ('help', 'VB'), ('the', 'DT'), ('serbs', 'NN'), ('after', 'IN'), ('all', 'DT'), ('they', 'PRP'), ('re', 'VBP'), ('christian', 'JJ'), ('and', 'CC'), ('the', 'DT'), ('muslims', 'NNS'), ('are', 'VBP'), ('not', 'RB'), ('if', 'IN'), ('the', 'DT'), ('desire', 'NN'), ('to', 'TO'), ('intervene', 'VB'), ('in', 'IN'), ('bosnia', 'NN'), ('is', 'VBZ'), ('based', 'VBN'), ('on', 'IN'), ('racism', 'NN'), ('against', 'IN'), ('people', 'NNS'), ('that', 'WDT'), ('are', 'VBP'), ('less', 'RBR'), ('like', 'IN'), ('us', 'PRP'), ('why', 'WRB'), ('does', 'VBZ'), ('everyone', 'NN'), ('_want_', 'NN'), ('to', 'TO'), ('help', 'VB'), ('the', 'DT'), ('side', 'NN'), ('that', 'IN'), ('_is_', 'VBZ'), ('less', 'JJR'), ('like', 'IN'), ('us', 'PRP'), ('especially', 'RB'), ('if', 'IN'), ('both', 'DT'), ('of', 'IN'), ('the', 'DT'), ('sides', 'NNS'), ('are', 'VBP'), ('equal', 'JJ'), ('as', 'IN'), ('you', 'PRP'), ('seem', 'VBP'), ('to', 'TO'), ('think', 'VB'), ('--', ':'), ('on', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('day', 'NN'), ('after', 'IN'), ('christmas', 'NN'), ('my', 'PRP$'), ('truelove', 'NN'), ('served', 'VBD'), ('to', 'TO'), ('me', 'PRP'), ('...', ':'), ('leftover', 'RB'), ('turkey', 'NN'), ('on', 'IN'), ('the', 'DT'), ('second', 'JJ'), ('day', 'NN'), ('after', 'IN'), ('christmas', 'NN'), ('my', 'PRP$'), ('truelove', 'NN'), ('served', 'VBD'), ('to', 'TO'), ('me', 'PRP'), ('...', ':'), ('turkey', 'JJ'), ('casserole', 'NN'), ('that', 'IN'), ('she', 'PRP'), ('made', 'VBD'), ('from', 'IN'), ('leftover', 'JJ'), ('turkey', 'JJ'), ('days', 'NNS'), ('deleted', 'VBD'), ('...', ':'), ('flaming', 'VBG'), ('turkey', 'JJ'), ('wings', 'NNS'), ('...', ':'), ('--', ':'), ('pizza', 'VB'), ('hut', 'JJ'), ('commercial', 'JJ'), ('and', 'CC'), ('tlu', 'JJ'), ('gic', 'NN'), ('bait', 'NN')] | ['sorry', 'misread', 'remark', 'young', 'men', 'woman', 'though', 'unsure', 'sentence', 'mean', 'imply', 'anyone', 'want', 'send', 'troop', 'bosnia', 'want', 'help', 'butcher', 'choice', 'since', 'primary', 'target', 'help', 'muslim', 'victim', 'ethnic', 'cleanse', 'imply', 'muslim', 'victim', 'butcher', 'imply', 'side', 'equal', 'true', 'may', 'sometimes', 'difficult', 'impossible', 'determine', 'side', 'victim', 'mean', 'victim', 'exist', 'would', 'wwii', 'say', 'atrocity', 'side', 'jew', 'german', 'yes', 'side', 'want', 'different', 'thing', 'muslim', 'chiefly', 'want', 'ethnic', 'cleanse', 'serbian', 'want', 'ethnic', 'cleanse', 'muslim', 'indeed', 'true', 'side', 'stop', 'get', 'want', 'thing', 'two', 'side', 'want', 'equivalent', 'recall', 'anything', 'somalia', 'apparent', 'leave', 'winger', 'say', 'reason', 'everyone', 'willing', 'send', 'troop', 'bosnia', 'somalia', 'somali', 'third', 'worlders', 'americans', 'consider', 'unworthy', 'help', 'suddenly', 'shut', 'u', 'decide', 'send', 'troop', 'opposite', 'place', 'predict', 'theory', 'matter', 'theory', 'suggest', 'american', 'want', 'help', 'serb', 'christian', 'muslim', 'desire', 'intervene', 'bosnia', 'base', 'racism', 'people', 'less', 'like', 'u', 'everyone', 'help', 'side', 'less', 'like', 'u', 'especially', 'side', 'equal', 'seem', 'think', 'first', 'day', 'christmas', 'truelove', 'serve', 'leftover', 'turkey', 'second', 'day', 'christmas', 'truelove', 'serve', 'turkey', 'casserole', 'make', 'leftover', 'turkey', 'day', 'delete', 'flame', 'turkey', 'wing', 'pizza', 'hut', 'commercial', 'tlu', 'gic', 'bait'] | ['young_men', 'men_woman', 'mean_imply', 'anyone_want', 'want_send', 'send_troop', 'want_help', 'ethnic_cleanse', 'may_sometimes', 'sometimes_difficult', 'difficult_impossible', 'exist_would', 'different_thing', 'ethnic_cleanse', 'ethnic_cleanse', 'get_want', 'want_thing', 'leave_winger', 'say_reason', 'send_troop', 'send_troop', 'want_help', 'people_less', 'less_like', 'like_u', 'less_like', 'like_u', 'seem_think', 'think_first', 'first_day', 'day_christmas', 'christmas_truelove', 'truelove_serve', 'serve_leftover', 'leftover_turkey', 'turkey_second', 'second_day', 'day_christmas', 'christmas_truelove', 'truelove_serve', 'serve_turkey', 'turkey_casserole', 'casserole_make', 'make_leftover', 'leftover_turkey', 'turkey_day', 'day_delete', 'delete_flame', 'flame_turkey', 'turkey_wing', 'wing_pizza', 'pizza_hut', 'hut_commercial', 'commercial_tlu', 'gic_bait'] | talk_politics_mideast_76228 |@lemmatized sorry:1 misread:1 remark:1 young:1 men:1 woman:1 though:1 unsure:1 sentence:1 mean:2 imply:3 anyone:1 want:8 send:3 troop:3 bosnia:3 help:5 butcher:2 choice:1 since:1 primary:1 target:1 muslim:5 victim:4 ethnic:3 cleanse:3 side:8 equal:2 true:2 may:1 sometimes:1 difficult:1 impossible:1 determine:1 exist:1 would:1 wwii:1 say:2 atrocity:1 jew:1 german:1 yes:1 different:1 thing:2 chiefly:1 serbian:1 indeed:1 stop:1 get:1 two:1 equivalent:1 recall:1 anything:1 somalia:2 apparent:1 leave:1 winger:1 reason:1 everyone:2 willing:1 somali:1 third:1 worlders:1 americans:1 consider:1 unworthy:1 suddenly:1 shut:1 u:3 decide:1 opposite:1 place:1 predict:1 theory:2 matter:1 suggest:1 american:1 serb:1 christian:1 desire:1 intervene:1 base:1 racism:1 people:1 less:2 like:2 especially:1 seem:1 think:1 first:1 day:3 christmas:2 truelove:2 serve:2 leftover:2 turkey:4 second:1 casserole:1 make:1 delete:1 flame:1 wing:1 pizza:1 hut:1 commercial:1 tlu:1 gic:1 bait:1 |@bigram young_men:1 men_woman:1 mean_imply:1 anyone_want:1 want_send:1 send_troop:3 want_help:2 ethnic_cleanse:3 may_sometimes:1 sometimes_difficult:1 difficult_impossible:1 exist_would:1 different_thing:1 get_want:1 want_thing:1 leave_winger:1 say_reason:1 people_less:1 less_like:2 like_u:2 seem_think:1 think_first:1 first_day:1 day_christmas:2 christmas_truelove:2 truelove_serve:2 serve_leftover:1 leftover_turkey:2 turkey_second:1 second_day:1 serve_turkey:1 turkey_casserole:1 casserole_make:1 make_leftover:1 turkey_day:1 day_delete:1 delete_flame:1 flame_turkey:1 turkey_wing:1 wing_pizza:1 pizza_hut:1 hut_commercial:1 commercial_tlu:1 gic_bait:1 |
3,321 |
When I got my knee rebuilt I got back on the street bike ASAP. I put
the crutches on the rack and the passenger seat and they hung out back a
LONG way. Just make sure they're tied down tight in front and no problemo.
--
Go fast. Take chances. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.motorcycles/103125 | 8 | rec_motorcycles_103125 | [('when', 'WRB'), ('got', 'VBD'), ('my', 'PRP$'), ('knee', 'NN'), ('rebuilt', 'NN'), ('got', 'VBD'), ('back', 'RB'), ('on', 'IN'), ('the', 'DT'), ('street', 'NN'), ('bike', 'NN'), ('asap', 'NN'), ('put', 'VBD'), ('the', 'DT'), ('crutches', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('rack', 'NN'), ('and', 'CC'), ('the', 'DT'), ('passenger', 'NN'), ('seat', 'NN'), ('and', 'CC'), ('they', 'PRP'), ('hung', 'VBD'), ('out', 'RP'), ('back', 'RB'), ('long', 'JJ'), ('way', 'NN'), ('just', 'RB'), ('make', 'VB'), ('sure', 'JJ'), ('they', 'PRP'), ('re', 'VBP'), ('tied', 'VBN'), ('down', 'RP'), ('tight', 'NN'), ('in', 'IN'), ('front', 'NN'), ('and', 'CC'), ('no', 'DT'), ('problemo', 'NN'), ('--', ':'), ('go', 'VB'), ('fast', 'RB'), ('take', 'VB'), ('chances', 'NNS')] | ['get', 'knee', 'rebuilt', 'get', 'back', 'street', 'bike', 'asap', 'put', 'crutch', 'rack', 'passenger', 'seat', 'hang', 'back', 'long', 'way', 'make', 'sure', 'tie', 'tight', 'front', 'problemo', 'go', 'fast', 'take', 'chance'] | ['get_back', 'street_bike', 'back_long', 'long_way', 'way_make', 'make_sure', 'go_fast', 'fast_take', 'take_chance'] | rec_motorcycles_103125 |@lemmatized get:2 knee:1 rebuilt:1 back:2 street:1 bike:1 asap:1 put:1 crutch:1 rack:1 passenger:1 seat:1 hang:1 long:1 way:1 make:1 sure:1 tie:1 tight:1 front:1 problemo:1 go:1 fast:1 take:1 chance:1 |@bigram get_back:1 street_bike:1 back_long:1 long_way:1 way_make:1 make_sure:1 go_fast:1 fast_take:1 take_chance:1 |
3,322 |
No, no, no! Bill, please, don't nominate ANYone who pronounces it
"noo-q-lar"! Jimmy always used to drive everyone nuts when he did that!
And don't let Amy anywhere near! And...
{Emily Litella voice}
...never mind.
------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------
Paul Havemann (Internet: [email protected]) | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.misc/178333 | 18 | talk_politics_misc_178333 | [('no', 'DT'), ('no', 'DT'), ('no', 'DT'), ('bill', 'NN'), ('please', 'VB'), ('don', 'JJ'), ('nominate', 'JJ'), ('anyone', 'NN'), ('who', 'WP'), ('pronounces', 'VBZ'), ('it', 'PRP'), ('noo', 'JJ'), ('lar', 'JJ'), ('"!', 'NN'), ('jimmy', 'NN'), ('always', 'RB'), ('used', 'VBD'), ('to', 'TO'), ('drive', 'VB'), ('everyone', 'NN'), ('nuts', 'NNS'), ('when', 'WRB'), ('he', 'PRP'), ('did', 'VBD'), ('that', 'IN'), ('and', 'CC'), ('don', 'VB'), ('let', 'NN'), ('amy', 'VB'), ('anywhere', 'RB'), ('near', 'IN'), ('and', 'CC'), ('...', ':'), ('emily', 'RB'), ('litella', 'JJ'), ('voice', 'NN'), ('...', ':'), ('never', 'RB'), ('mind', 'VBP'), ('------', 'JJ'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('------', 'NNP'), ('paul', 'NN'), ('havemann', 'NN'), ('internet', 'NN')] | ['bill', 'please', 'nominate', 'anyone', 'pronounce', 'noo', 'lar', 'jimmy', 'always', 'use', 'drive', 'everyone', 'nut', 'let', 'amy', 'anywhere', 'near', 'emily', 'litella', 'voice', 'never', 'mind', 'paul', 'havemann', 'internet'] | ['always_use', 'use_drive', 'anywhere_near', 'never_mind'] | talk_politics_misc_178333 |@lemmatized bill:1 please:1 nominate:1 anyone:1 pronounce:1 noo:1 lar:1 jimmy:1 always:1 use:1 drive:1 everyone:1 nut:1 let:1 amy:1 anywhere:1 near:1 emily:1 litella:1 voice:1 never:1 mind:1 paul:1 havemann:1 internet:1 |@bigram always_use:1 use_drive:1 anywhere_near:1 never_mind:1 |
3,323 |
First, thanks to all who replied to my original question. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.graphics/38668 | 1 | comp_graphics_38668 | [('first', 'RB'), ('thanks', 'NNS'), ('to', 'TO'), ('all', 'DT'), ('who', 'WP'), ('replied', 'VBD'), ('to', 'TO'), ('my', 'PRP$'), ('original', 'JJ'), ('question', 'NN')] | ['first', 'thanks', 'reply', 'original', 'question'] | ['thanks_reply', 'original_question'] | comp_graphics_38668 |@lemmatized first:1 thanks:1 reply:1 original:1 question:1 |@bigram thanks_reply:1 original_question:1 |
3,324 | Hello Everyone,
I have a Casio TV-470 LCD Color Television for sale. It
is in mint condition. Retail is $199 but I'm looking to
get about 1/2 of that for it, tops. Highest bidder in
a week gets it, assuming the highest bidder is at least $60.
TV comes with black case and uses 4 AA batteries. They also
sell AC adaptor. It has external jack for phones and external
antenna, etc. The picture is very good and it has electronic
tuning so you don't have to screw with tuning a picture in, etc.
I have the box and all documentation. This has seen less than
3 hours use as I have all but sworn off TV. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/misc.forsale/76019 | 6 | misc_forsale_76019 | [('hello', 'NN'), ('everyone', 'NN'), ('have', 'VBP'), ('casio', 'VBN'), ('tv', 'NN'), ('470', 'CD'), ('lcd', 'NN'), ('color', 'NN'), ('television', 'NN'), ('for', 'IN'), ('sale', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('in', 'IN'), ('mint', 'NN'), ('condition', 'NN'), ('retail', 'NN'), ('is', 'VBZ'), ('199', 'CD'), ('but', 'CC'), ('looking', 'VBG'), ('to', 'TO'), ('get', 'VB'), ('about', 'IN'), ('of', 'IN'), ('that', 'DT'), ('for', 'IN'), ('it', 'PRP'), ('tops', 'VBZ'), ('highest', 'JJS'), ('bidder', 'NN'), ('in', 'IN'), ('week', 'NN'), ('gets', 'VBZ'), ('it', 'PRP'), ('assuming', 'VBG'), ('the', 'DT'), ('highest', 'JJS'), ('bidder', 'NN'), ('is', 'VBZ'), ('at', 'IN'), ('least', 'JJS'), ('60', 'CD'), ('tv', 'NN'), ('comes', 'VBZ'), ('with', 'IN'), ('black', 'JJ'), ('case', 'NN'), ('and', 'CC'), ('uses', 'VBZ'), ('aa', 'JJ'), ('batteries', 'NNS'), ('they', 'PRP'), ('also', 'RB'), ('sell', 'VBP'), ('ac', 'RB'), ('adaptor', 'NN'), ('it', 'PRP'), ('has', 'VBZ'), ('external', 'JJ'), ('jack', 'NN'), ('for', 'IN'), ('phones', 'NNS'), ('and', 'CC'), ('external', 'JJ'), ('antenna', 'NN'), ('etc', 'VBZ'), ('the', 'DT'), ('picture', 'NN'), ('is', 'VBZ'), ('very', 'RB'), ('good', 'JJ'), ('and', 'CC'), ('it', 'PRP'), ('has', 'VBZ'), ('electronic', 'JJ'), ('tuning', 'VBG'), ('so', 'RB'), ('you', 'PRP'), ('don', 'VBP'), ('have', 'VBP'), ('to', 'TO'), ('screw', 'VB'), ('with', 'IN'), ('tuning', 'JJ'), ('picture', 'NN'), ('in', 'IN'), ('etc', 'NN'), ('have', 'VBP'), ('the', 'DT'), ('box', 'NN'), ('and', 'CC'), ('all', 'DT'), ('documentation', 'NN'), ('this', 'DT'), ('has', 'VBZ'), ('seen', 'VBN'), ('less', 'JJR'), ('than', 'IN'), ('hours', 'NNS'), ('use', 'VBP'), ('as', 'IN'), ('have', 'VBP'), ('all', 'DT'), ('but', 'CC'), ('sworn', 'VBN'), ('off', 'RP'), ('tv', 'NN')] | ['hello', 'everyone', 'casio', 'tv', 'lcd', 'color', 'television', 'sale', 'mint', 'condition', 'retail', 'look', 'get', 'top', 'high', 'bidder', 'week', 'get', 'assume', 'high', 'bidder', 'least', 'tv', 'come', 'black', 'case', 'use', 'aa', 'battery', 'also', 'sell', 'ac', 'adaptor', 'external', 'jack', 'phone', 'external', 'antenna', 'etc', 'picture', 'good', 'electronic', 'tune', 'screw', 'tuning', 'picture', 'etc', 'box', 'documentation', 'see', 'less', 'hour', 'use', 'swear', 'tv'] | ['hello_everyone', 'mint_condition', 'look_get', 'high_bidder', 'week_get', 'high_bidder', 'case_use', 'also_sell', 'less_hour'] | misc_forsale_76019 |@lemmatized hello:1 everyone:1 casio:1 tv:3 lcd:1 color:1 television:1 sale:1 mint:1 condition:1 retail:1 look:1 get:2 top:1 high:2 bidder:2 week:1 assume:1 least:1 come:1 black:1 case:1 use:2 aa:1 battery:1 also:1 sell:1 ac:1 adaptor:1 external:2 jack:1 phone:1 antenna:1 etc:2 picture:2 good:1 electronic:1 tune:1 screw:1 tuning:1 box:1 documentation:1 see:1 less:1 hour:1 swear:1 |@bigram hello_everyone:1 mint_condition:1 look_get:1 high_bidder:2 week_get:1 case_use:1 also_sell:1 less_hour:1 |
3,325 | For those of you interested in the above Procedure, I am able to add the
following facts:
1) This Procedure is not done in Philadelphia.
2) It is performed in Maryland at Johns Hopkins for corrections between
0 and -5 and from -10 to -20 (diopters, I think are the units).
3) It is performed in New York City at Manhattan Eye and Ear for corrections
between 0 and -6.
The magic words to use when requesting information on this is not PRK (they
think you mean RK) but the excimer laser study (or protocol). This will get
you to the proper people.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.med/59190 | 13 | sci_med_59190 | [('for', 'IN'), ('those', 'DT'), ('of', 'IN'), ('you', 'PRP'), ('interested', 'JJ'), ('in', 'IN'), ('the', 'DT'), ('above', 'JJ'), ('procedure', 'NN'), ('am', 'VBP'), ('able', 'JJ'), ('to', 'TO'), ('add', 'VB'), ('the', 'DT'), ('following', 'JJ'), ('facts', 'NNS'), ('this', 'DT'), ('procedure', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('done', 'VBN'), ('in', 'IN'), ('philadelphia', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('performed', 'VBN'), ('in', 'IN'), ('maryland', 'NN'), ('at', 'IN'), ('johns', 'NN'), ('hopkins', 'NNS'), ('for', 'IN'), ('corrections', 'NNS'), ('between', 'IN'), ('and', 'CC'), ('and', 'CC'), ('from', 'IN'), ('10', 'CD'), ('to', 'TO'), ('20', 'CD'), ('diopters', 'NNS'), ('think', 'VBP'), ('are', 'VBP'), ('the', 'DT'), ('units', 'NNS'), (').', 'VBP'), ('it', 'PRP'), ('is', 'VBZ'), ('performed', 'VBN'), ('in', 'IN'), ('new', 'JJ'), ('york', 'NN'), ('city', 'NN'), ('at', 'IN'), ('manhattan', 'JJ'), ('eye', 'NN'), ('and', 'CC'), ('ear', 'NN'), ('for', 'IN'), ('corrections', 'NNS'), ('between', 'IN'), ('and', 'CC'), ('the', 'DT'), ('magic', 'JJ'), ('words', 'NNS'), ('to', 'TO'), ('use', 'VB'), ('when', 'WRB'), ('requesting', 'VBG'), ('information', 'NN'), ('on', 'IN'), ('this', 'DT'), ('is', 'VBZ'), ('not', 'RB'), ('prk', 'JJ'), ('they', 'PRP'), ('think', 'VBP'), ('you', 'PRP'), ('mean', 'VBP'), ('rk', 'NNS'), ('but', 'CC'), ('the', 'DT'), ('excimer', 'NN'), ('laser', 'NN'), ('study', 'NN'), ('or', 'CC'), ('protocol', 'NN'), (').', 'VBP'), ('this', 'DT'), ('will', 'MD'), ('get', 'VB'), ('you', 'PRP'), ('to', 'TO'), ('the', 'DT'), ('proper', 'JJ'), ('people', 'NNS')] | ['interested', 'procedure', 'able', 'add', 'following', 'fact', 'procedure', 'philadelphia', 'perform', 'maryland', 'john', 'hopkins', 'correction', 'diopter', 'think', 'unit', 'perform', 'new', 'york', 'city', 'manhattan', 'eye', 'ear', 'correction', 'magic', 'word', 'use', 'request', 'information', 'prk', 'think', 'mean', 'rk', 'excimer', 'laser', 'study', 'protocol', 'get', 'proper', 'people'] | ['john_hopkins', 'new_york', 'york_city', 'word_use', 'request_information', 'think_mean'] | sci_med_59190 |@lemmatized interested:1 procedure:2 able:1 add:1 following:1 fact:1 philadelphia:1 perform:2 maryland:1 john:1 hopkins:1 correction:2 diopter:1 think:2 unit:1 new:1 york:1 city:1 manhattan:1 eye:1 ear:1 magic:1 word:1 use:1 request:1 information:1 prk:1 mean:1 rk:1 excimer:1 laser:1 study:1 protocol:1 get:1 proper:1 people:1 |@bigram john_hopkins:1 new_york:1 york_city:1 word_use:1 request_information:1 think_mean:1 |
3,326 |
What evidence are you aware of. What was reported in the media, or all of
the evidence that was presented at the trial.
This sounds to me a lot like the first Rodney King 5 trial. A bunch of people
who saw 10 to 15 seconds out of a several minute long video, decided that
they knew more than people who had sat through a two week trial. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.misc/178943 | 18 | talk_politics_misc_178943 | [('what', 'WP'), ('evidence', 'NN'), ('are', 'VBP'), ('you', 'PRP'), ('aware', 'JJ'), ('of', 'IN'), ('what', 'WP'), ('was', 'VBD'), ('reported', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('media', 'NNS'), ('or', 'CC'), ('all', 'DT'), ('of', 'IN'), ('the', 'DT'), ('evidence', 'NN'), ('that', 'WDT'), ('was', 'VBD'), ('presented', 'VBN'), ('at', 'IN'), ('the', 'DT'), ('trial', 'NN'), ('this', 'DT'), ('sounds', 'VBZ'), ('to', 'TO'), ('me', 'PRP'), ('lot', 'NN'), ('like', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('rodney', 'NN'), ('king', 'VBG'), ('trial', 'NN'), ('bunch', 'NN'), ('of', 'IN'), ('people', 'NNS'), ('who', 'WP'), ('saw', 'VBD'), ('10', 'CD'), ('to', 'TO'), ('15', 'CD'), ('seconds', 'NNS'), ('out', 'IN'), ('of', 'IN'), ('several', 'JJ'), ('minute', 'NN'), ('long', 'JJ'), ('video', 'NN'), ('decided', 'VBD'), ('that', 'IN'), ('they', 'PRP'), ('knew', 'VBD'), ('more', 'RBR'), ('than', 'IN'), ('people', 'NNS'), ('who', 'WP'), ('had', 'VBD'), ('sat', 'VBN'), ('through', 'IN'), ('two', 'CD'), ('week', 'NN'), ('trial', 'NN')] | ['evidence', 'aware', 'report', 'medium', 'evidence', 'present', 'trial', 'sound', 'lot', 'like', 'first', 'rodney', 'king', 'trial', 'bunch', 'people', 'saw', 'second', 'several', 'minute', 'long', 'video', 'decide', 'know', 'people', 'sit', 'two', 'week', 'trial'] | ['evidence_present', 'sound_lot', 'lot_like', 'like_first', 'rodney_king', 'bunch_people', 'several_minute', 'know_people', 'two_week'] | talk_politics_misc_178943 |@lemmatized evidence:2 aware:1 report:1 medium:1 present:1 trial:3 sound:1 lot:1 like:1 first:1 rodney:1 king:1 bunch:1 people:2 saw:1 second:1 several:1 minute:1 long:1 video:1 decide:1 know:1 sit:1 two:1 week:1 |@bigram evidence_present:1 sound_lot:1 lot_like:1 like_first:1 rodney_king:1 bunch_people:1 several_minute:1 know_people:1 two_week:1 |
3,327 |
Johnny Mize had six three-HR games, which is the current record.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/104417 | 9 | rec_sport_baseball_104417 | [('johnny', 'NN'), ('mize', 'NN'), ('had', 'VBD'), ('six', 'CD'), ('three', 'CD'), ('hr', 'NNS'), ('games', 'NNS'), ('which', 'WDT'), ('is', 'VBZ'), ('the', 'DT'), ('current', 'JJ'), ('record', 'NN')] | ['johnny', 'mize', 'six', 'three', 'hr', 'game', 'current', 'record'] | [] | rec_sport_baseball_104417 |@lemmatized johnny:1 mize:1 six:1 three:1 hr:1 game:1 current:1 record:1 |@bigram |
3,328 |
Level 5 refers to the Carnegie-Mellon Software Engineering Institute's
Capability Maturity Model. This model rates software development
org's from1-5. with 1 being Chaotic and 5 being Optimizing. DoD is
beginning to use this rating system as a discriminator in contracts. I
have more data on thifrom 1 page to 1000. I have a 20-30 page
presentation that summarizes it wethat I could FAX to you if you're
interested...
Bret Wingert
[email protected] | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.space/61232 | 14 | sci_space_61232 | [('level', 'NN'), ('refers', 'NNS'), ('to', 'TO'), ('the', 'DT'), ('carnegie', 'NN'), ('mellon', 'NN'), ('software', 'NN'), ('engineering', 'NN'), ('institute', 'NN'), ('capability', 'NN'), ('maturity', 'NN'), ('model', 'NN'), ('this', 'DT'), ('model', 'NN'), ('rates', 'NNS'), ('software', 'NN'), ('development', 'NN'), ('org', 'NN'), ('from1', 'NN'), ('with', 'IN'), ('being', 'VBG'), ('chaotic', 'JJ'), ('and', 'CC'), ('being', 'VBG'), ('optimizing', 'VBG'), ('dod', 'NN'), ('is', 'VBZ'), ('beginning', 'VBG'), ('to', 'TO'), ('use', 'VB'), ('this', 'DT'), ('rating', 'NN'), ('system', 'NN'), ('as', 'IN'), ('discriminator', 'NN'), ('in', 'IN'), ('contracts', 'NNS'), ('have', 'VBP'), ('more', 'JJR'), ('data', 'NNS'), ('on', 'IN'), ('thifrom', 'NN'), ('page', 'NN'), ('to', 'TO'), ('1000', 'CD'), ('have', 'VB'), ('20', 'CD'), ('30', 'CD'), ('page', 'NN'), ('presentation', 'NN'), ('that', 'WDT'), ('summarizes', 'VBZ'), ('it', 'PRP'), ('wethat', 'WDT'), ('could', 'MD'), ('fax', 'VB'), ('to', 'TO'), ('you', 'PRP'), ('if', 'IN'), ('you', 'PRP'), ('re', 'VBP'), ('interested', 'JJ'), ('...', ':'), ('bret', 'NN'), ('wingert', 'NN')] | ['level', 'refers', 'carnegie', 'mellon', 'software', 'engineering', 'institute', 'capability', 'maturity', 'model', 'model', 'rate', 'software', 'development', 'org', 'chaotic', 'optimize', 'dod', 'begin', 'use', 'rating', 'system', 'discriminator', 'contract', 'data', 'thifrom', 'page', 'page', 'presentation', 'summarize', 'wethat', 'could', 'fax', 'interested', 'bret', 'wingert'] | ['software_engineering', 'model_model', 'software_development', 'rating_system'] | sci_space_61232 |@lemmatized level:1 refers:1 carnegie:1 mellon:1 software:2 engineering:1 institute:1 capability:1 maturity:1 model:2 rate:1 development:1 org:1 chaotic:1 optimize:1 dod:1 begin:1 use:1 rating:1 system:1 discriminator:1 contract:1 data:1 thifrom:1 page:2 presentation:1 summarize:1 wethat:1 could:1 fax:1 interested:1 bret:1 wingert:1 |@bigram software_engineering:1 model_model:1 software_development:1 rating_system:1 |
3,329 | The dead giveaway is the repeated protestations that the new plan is aimed
at "criminals", "drug dealers", "terrorists", etc. You'd think the tactic
would be too obvious to trot out yet again after a decade of Sarah and the
rest of the Brady Bunch using it to destroy the Second Amendment, but evidently
the control nuts feel it will serve them one more time. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.crypt/15328 | 11 | sci_crypt_15328 | [('the', 'DT'), ('dead', 'JJ'), ('giveaway', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('repeated', 'JJ'), ('protestations', 'NNS'), ('that', 'IN'), ('the', 'DT'), ('new', 'JJ'), ('plan', 'NN'), ('is', 'VBZ'), ('aimed', 'VBN'), ('at', 'IN'), ('criminals', 'NNS'), ('",', 'JJ'), ('drug', 'NN'), ('dealers', 'NNS'), ('",', 'VBP'), ('terrorists', 'NNS'), ('",', 'VBP'), ('etc', 'IN'), ('you', 'PRP'), ('think', 'VBP'), ('the', 'DT'), ('tactic', 'NN'), ('would', 'MD'), ('be', 'VB'), ('too', 'RB'), ('obvious', 'JJ'), ('to', 'TO'), ('trot', 'VB'), ('out', 'RP'), ('yet', 'RB'), ('again', 'RB'), ('after', 'IN'), ('decade', 'NN'), ('of', 'IN'), ('sarah', 'NN'), ('and', 'CC'), ('the', 'DT'), ('rest', 'NN'), ('of', 'IN'), ('the', 'DT'), ('brady', 'JJ'), ('bunch', 'NN'), ('using', 'VBG'), ('it', 'PRP'), ('to', 'TO'), ('destroy', 'VB'), ('the', 'DT'), ('second', 'JJ'), ('amendment', 'NN'), ('but', 'CC'), ('evidently', 'RB'), ('the', 'DT'), ('control', 'NN'), ('nuts', 'VBZ'), ('feel', 'VBP'), ('it', 'PRP'), ('will', 'MD'), ('serve', 'VB'), ('them', 'PRP'), ('one', 'CD'), ('more', 'JJR'), ('time', 'NN')] | ['dead', 'giveaway', 'repeated', 'protestation', 'new', 'plan', 'aim', 'criminal', 'drug', 'dealer', 'terrorist', 'etc', 'think', 'tactic', 'would', 'obvious', 'trot', 'yet', 'decade', 'sarah', 'rest', 'brady', 'bunch', 'use', 'destroy', 'second', 'amendment', 'evidently', 'control', 'nut', 'feel', 'serve', 'one', 'time'] | ['drug_dealer', 'etc_think', 'second_amendment', 'one_time'] | sci_crypt_15328 |@lemmatized dead:1 giveaway:1 repeated:1 protestation:1 new:1 plan:1 aim:1 criminal:1 drug:1 dealer:1 terrorist:1 etc:1 think:1 tactic:1 would:1 obvious:1 trot:1 yet:1 decade:1 sarah:1 rest:1 brady:1 bunch:1 use:1 destroy:1 second:1 amendment:1 evidently:1 control:1 nut:1 feel:1 serve:1 one:1 time:1 |@bigram drug_dealer:1 etc_think:1 second_amendment:1 one_time:1 |
3,330 | :>I think the scientists are biased towards the food industry or something.
:>Was the article long? Would anyone be interested in posting it?
:a neuroscientist told me that MSG is used as a neurotoxin...that's
:right...some labs use it to "kill" neurons in mice and rats
Vitamin A (and I think vitamin D) in strong enough amounts can kill. The key
words are DOSAGE and EXPOSURE MECHANISM.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.med/58816 | 13 | sci_med_58816 | [(':>', 'NN'), ('think', 'VBP'), ('the', 'DT'), ('scientists', 'NNS'), ('are', 'VBP'), ('biased', 'VBN'), ('towards', 'IN'), ('the', 'DT'), ('food', 'NN'), ('industry', 'NN'), ('or', 'CC'), ('something', 'NN'), (':>', 'NN'), ('was', 'VBD'), ('the', 'DT'), ('article', 'NN'), ('long', 'RB'), ('would', 'MD'), ('anyone', 'NN'), ('be', 'VB'), ('interested', 'JJ'), ('in', 'IN'), ('posting', 'VBG'), ('it', 'PRP'), ('neuroscientist', 'JJ'), ('told', 'VBD'), ('me', 'PRP'), ('that', 'IN'), ('msg', 'NN'), ('is', 'VBZ'), ('used', 'VBN'), ('as', 'IN'), ('neurotoxin', 'NN'), ('...', ':'), ('that', 'WDT'), ('right', 'VBD'), ('...', ':'), ('some', 'DT'), ('labs', 'NNS'), ('use', 'VBP'), ('it', 'PRP'), ('to', 'TO'), ('kill', 'VB'), ('neurons', 'NNS'), ('in', 'IN'), ('mice', 'NN'), ('and', 'CC'), ('rats', 'NNS'), ('vitamin', 'VBP'), ('and', 'CC'), ('think', 'VBP'), ('vitamin', 'NNS'), ('in', 'IN'), ('strong', 'JJ'), ('enough', 'JJ'), ('amounts', 'NNS'), ('can', 'MD'), ('kill', 'VB'), ('the', 'DT'), ('key', 'JJ'), ('words', 'NNS'), ('are', 'VBP'), ('dosage', 'JJ'), ('and', 'CC'), ('exposure', 'NN'), ('mechanism', 'NN')] | ['think', 'scientist', 'bias', 'towards', 'food', 'industry', 'something', 'article', 'long', 'would', 'anyone', 'interested', 'post', 'neuroscientist', 'tell', 'msg', 'use', 'neurotoxin', 'right', 'lab', 'use', 'kill', 'neuron', 'mouse', 'rat', 'vitamin', 'think', 'vitamin', 'strong', 'enough', 'amount', 'kill', 'key', 'word', 'dosage', 'exposure', 'mechanism'] | ['food_industry', 'long_would', 'would_anyone', 'anyone_interested', 'use_kill', 'strong_enough', 'key_word'] | sci_med_58816 |@lemmatized think:2 scientist:1 bias:1 towards:1 food:1 industry:1 something:1 article:1 long:1 would:1 anyone:1 interested:1 post:1 neuroscientist:1 tell:1 msg:1 use:2 neurotoxin:1 right:1 lab:1 kill:2 neuron:1 mouse:1 rat:1 vitamin:2 strong:1 enough:1 amount:1 key:1 word:1 dosage:1 exposure:1 mechanism:1 |@bigram food_industry:1 long_would:1 would_anyone:1 anyone_interested:1 use_kill:1 strong_enough:1 key_word:1 |
3,331 | My old jacket is about to bite the dust so I'm in the market for a new riding
jacket. I'm looking for recommendations for a suitable replacement. I would
like to buy a full Aerostich suit but I can't afford $700 for it right now.
I'm considering two basic options:
1) Buy the Aerostich jacket only. Dunno how much it costs
due to recent price increases, but I'd imagine over $400.
That may be pushing my limit. Advantages include the fact
that I can later add the pants, and that it nearly eliminates
the need for the jacket portion of a rainsuit.
2) Buy some kind of leather jacket. I like a few of the new
Hein-Gericke FirstGear line, however they may be a bit pricey
unless I can work some sort of deal. Advantages of leather
are potentially slightly better protection, enhanced pose
value (we all know how important that is :-), possibly cheaper
than upper Aerostich.
Requirements for a jacket are that it must fit over a few other
layers (mainly a sizing thing), if leather i'd prefer a zip-out
lining, it MUST have some body armor similar to aerostich (elbows,
shoulders, forearms, possibly back/kidney protection, etc.), a
reasonable amount of pocket space would be nice, ventilation would
be a plus, however it must be wearable in cold weather (below
freezing) with layers or perhaps electrics.
Please fire away with suggestions, comments, etc...
Steve
-- | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.motorcycles/103232 | 8 | rec_motorcycles_103232 | [('my', 'PRP$'), ('old', 'JJ'), ('jacket', 'NN'), ('is', 'VBZ'), ('about', 'IN'), ('to', 'TO'), ('bite', 'VB'), ('the', 'DT'), ('dust', 'NN'), ('so', 'RB'), ('in', 'IN'), ('the', 'DT'), ('market', 'NN'), ('for', 'IN'), ('new', 'JJ'), ('riding', 'VBG'), ('jacket', 'NN'), ('looking', 'VBG'), ('for', 'IN'), ('recommendations', 'NNS'), ('for', 'IN'), ('suitable', 'JJ'), ('replacement', 'NN'), ('would', 'MD'), ('like', 'VB'), ('to', 'TO'), ('buy', 'VB'), ('full', 'JJ'), ('aerostich', 'JJ'), ('suit', 'NN'), ('but', 'CC'), ('can', 'MD'), ('afford', 'VB'), ('700', 'CD'), ('for', 'IN'), ('it', 'PRP'), ('right', 'RB'), ('now', 'RB'), ('considering', 'VBG'), ('two', 'CD'), ('basic', 'JJ'), ('options', 'NNS'), ('buy', 'VBP'), ('the', 'DT'), ('aerostich', 'NN'), ('jacket', 'NN'), ('only', 'RB'), ('dunno', 'VB'), ('how', 'WRB'), ('much', 'JJ'), ('it', 'PRP'), ('costs', 'VBZ'), ('due', 'JJ'), ('to', 'TO'), ('recent', 'JJ'), ('price', 'NN'), ('increases', 'NNS'), ('but', 'CC'), ('imagine', 'NN'), ('over', 'IN'), ('400', 'CD'), ('that', 'WDT'), ('may', 'MD'), ('be', 'VB'), ('pushing', 'VBG'), ('my', 'PRP$'), ('limit', 'NN'), ('advantages', 'NNS'), ('include', 'VBP'), ('the', 'DT'), ('fact', 'NN'), ('that', 'WDT'), ('can', 'MD'), ('later', 'RB'), ('add', 'VB'), ('the', 'DT'), ('pants', 'NNS'), ('and', 'CC'), ('that', 'IN'), ('it', 'PRP'), ('nearly', 'RB'), ('eliminates', 'VBZ'), ('the', 'DT'), ('need', 'NN'), ('for', 'IN'), ('the', 'DT'), ('jacket', 'NN'), ('portion', 'NN'), ('of', 'IN'), ('rainsuit', 'NN'), ('buy', 'VBP'), ('some', 'DT'), ('kind', 'NN'), ('of', 'IN'), ('leather', 'NN'), ('jacket', 'NN'), ('like', 'IN'), ('few', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('new', 'JJ'), ('hein', 'NN'), ('gericke', 'NN'), ('firstgear', 'JJ'), ('line', 'NN'), ('however', 'RB'), ('they', 'PRP'), ('may', 'MD'), ('be', 'VB'), ('bit', 'VBN'), ('pricey', 'JJ'), ('unless', 'IN'), ('can', 'MD'), ('work', 'VB'), ('some', 'DT'), ('sort', 'NN'), ('of', 'IN'), ('deal', 'NN'), ('advantages', 'NNS'), ('of', 'IN'), ('leather', 'NN'), ('are', 'VBP'), ('potentially', 'RB'), ('slightly', 'RB'), ('better', 'JJR'), ('protection', 'NN'), ('enhanced', 'VBD'), ('pose', 'JJ'), ('value', 'NN'), ('we', 'PRP'), ('all', 'DT'), ('know', 'VBP'), ('how', 'WRB'), ('important', 'JJ'), ('that', 'DT'), ('is', 'VBZ'), (':-),', 'JJ'), ('possibly', 'RB'), ('cheaper', 'JJR'), ('than', 'IN'), ('upper', 'JJR'), ('aerostich', 'NN'), ('requirements', 'NNS'), ('for', 'IN'), ('jacket', 'NN'), ('are', 'VBP'), ('that', 'IN'), ('it', 'PRP'), ('must', 'MD'), ('fit', 'VB'), ('over', 'IN'), ('few', 'JJ'), ('other', 'JJ'), ('layers', 'NNS'), ('mainly', 'RB'), ('sizing', 'VBG'), ('thing', 'NN'), ('),', 'NN'), ('if', 'IN'), ('leather', 'JJR'), ('prefer', 'NN'), ('zip', 'NN'), ('out', 'IN'), ('lining', 'VBG'), ('it', 'PRP'), ('must', 'MD'), ('have', 'VB'), ('some', 'DT'), ('body', 'NN'), ('armor', 'VBD'), ('similar', 'JJ'), ('to', 'TO'), ('aerostich', 'VB'), ('elbows', 'VBZ'), ('shoulders', 'NNS'), ('forearms', 'NNS'), ('possibly', 'RB'), ('back', 'RB'), ('kidney', 'NN'), ('protection', 'NN'), ('etc', 'FW'), ('.),', 'NNP'), ('reasonable', 'JJ'), ('amount', 'NN'), ('of', 'IN'), ('pocket', 'NN'), ('space', 'NN'), ('would', 'MD'), ('be', 'VB'), ('nice', 'JJ'), ('ventilation', 'NN'), ('would', 'MD'), ('be', 'VB'), ('plus', 'CC'), ('however', 'RB'), ('it', 'PRP'), ('must', 'MD'), ('be', 'VB'), ('wearable', 'JJ'), ('in', 'IN'), ('cold', 'JJ'), ('weather', 'NN'), ('below', 'IN'), ('freezing', 'VBG'), ('with', 'IN'), ('layers', 'NNS'), ('or', 'CC'), ('perhaps', 'RB'), ('electrics', 'NNS'), ('please', 'VBP'), ('fire', 'VB'), ('away', 'RP'), ('with', 'IN'), ('suggestions', 'NNS'), ('comments', 'NNS'), ('etc', 'VBP'), ('...', ':'), ('steve', 'VBP'), ('--', ':')] | ['old', 'jacket', 'bite', 'dust', 'market', 'new', 'rid', 'jacket', 'look', 'recommendation', 'suitable', 'replacement', 'would', 'like', 'buy', 'full', 'aerostich', 'suit', 'afford', 'right', 'consider', 'two', 'basic', 'option', 'buy', 'aerostich', 'jacket', 'dunno', 'much', 'cost', 'due', 'recent', 'price', 'increase', 'imagine', 'may', 'push', 'limit', 'advantage', 'include', 'fact', 'later', 'add', 'pant', 'nearly', 'eliminate', 'need', 'jacket', 'portion', 'rainsuit', 'buy', 'kind', 'leather', 'jacket', 'like', 'new', 'hein', 'gericke', 'firstgear', 'line', 'however', 'may', 'bite', 'pricey', 'unless', 'work', 'sort', 'deal', 'advantage', 'leather', 'potentially', 'slightly', 'good', 'protection', 'enhance', 'pose', 'value', 'know', 'important', 'possibly', 'cheap', 'upper', 'aerostich', 'requirement', 'jacket', 'must', 'fit', 'layer', 'mainly', 'size', 'thing', 'leather', 'prefer', 'zip', 'line', 'must', 'body', 'armor', 'similar', 'aerostich', 'elbow', 'shoulder', 'forearm', 'possibly', 'back', 'kidney', 'protection', 'etc', 'reasonable', 'amount', 'pocket', 'space', 'would', 'nice', 'ventilation', 'would', 'plus', 'however', 'must', 'wearable', 'cold', 'weather', 'freeze', 'layer', 'perhaps', 'electric', 'please', 'fire', 'away', 'suggestion', 'comment', 'etc', 'steve'] | ['market_new', 'would_like', 'like_buy', 'right_consider', 'much_cost', 'eliminate_need', 'leather_jacket', 'like_new', 'however_may', 'slightly_good', 'good_protection', 'know_important', 'reasonable_amount', 'space_would', 'would_nice', 'however_must', 'suggestion_comment'] | rec_motorcycles_103232 |@lemmatized old:1 jacket:6 bite:2 dust:1 market:1 new:2 rid:1 look:1 recommendation:1 suitable:1 replacement:1 would:3 like:2 buy:3 full:1 aerostich:4 suit:1 afford:1 right:1 consider:1 two:1 basic:1 option:1 dunno:1 much:1 cost:1 due:1 recent:1 price:1 increase:1 imagine:1 may:2 push:1 limit:1 advantage:2 include:1 fact:1 later:1 add:1 pant:1 nearly:1 eliminate:1 need:1 portion:1 rainsuit:1 kind:1 leather:3 hein:1 gericke:1 firstgear:1 line:2 however:2 pricey:1 unless:1 work:1 sort:1 deal:1 potentially:1 slightly:1 good:1 protection:2 enhance:1 pose:1 value:1 know:1 important:1 possibly:2 cheap:1 upper:1 requirement:1 must:3 fit:1 layer:2 mainly:1 size:1 thing:1 prefer:1 zip:1 body:1 armor:1 similar:1 elbow:1 shoulder:1 forearm:1 back:1 kidney:1 etc:2 reasonable:1 amount:1 pocket:1 space:1 nice:1 ventilation:1 plus:1 wearable:1 cold:1 weather:1 freeze:1 perhaps:1 electric:1 please:1 fire:1 away:1 suggestion:1 comment:1 steve:1 |@bigram market_new:1 would_like:1 like_buy:1 right_consider:1 much_cost:1 eliminate_need:1 leather_jacket:1 like_new:1 however_may:1 slightly_good:1 good_protection:1 know_important:1 reasonable_amount:1 space_would:1 would_nice:1 however_must:1 suggestion_comment:1 |
3,332 |
The Adaptec 1540-series use bus mastering. This means that the CPU
doesn't sit waiting for data bytes, it can go off and do other
computing - if you have an advanced multi-tasking OS, that is. DOS
just sits and waits anyway.
Why don't you start with the spec-sheet of the ISA bus first? :-) IDE
was designed to plug into ISA virtually unaided - in essence, IDE *is*
ISA, on a ribbon cable. Therefore it's specs are the same as ISA -
8MHz clock, 16 bit width, 5MB/sec.
This is why I've concluded that IDE on VL-bus is a waste of a fast
slot. The card's job would to slow the VL-bus transactions to ISA
speed. Heck, that's what ISA slots do - I'll just use one of those
instead. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.ibm.pc.hardware/60427 | 3 | comp_sys_ibm_pc_hardware_60427 | [('the', 'DT'), ('adaptec', 'JJ'), ('1540', 'CD'), ('series', 'NN'), ('use', 'NN'), ('bus', 'IN'), ('mastering', 'VBG'), ('this', 'DT'), ('means', 'VBZ'), ('that', 'IN'), ('the', 'DT'), ('cpu', 'NN'), ('doesn', 'NN'), ('sit', 'NN'), ('waiting', 'VBG'), ('for', 'IN'), ('data', 'NN'), ('bytes', 'NNS'), ('it', 'PRP'), ('can', 'MD'), ('go', 'VB'), ('off', 'RP'), ('and', 'CC'), ('do', 'VB'), ('other', 'JJ'), ('computing', 'VBG'), ('if', 'IN'), ('you', 'PRP'), ('have', 'VBP'), ('an', 'DT'), ('advanced', 'JJ'), ('multi', 'NN'), ('tasking', 'VBG'), ('os', 'NN'), ('that', 'WDT'), ('is', 'VBZ'), ('dos', 'JJ'), ('just', 'RB'), ('sits', 'NNS'), ('and', 'CC'), ('waits', 'NNS'), ('anyway', 'RB'), ('why', 'WRB'), ('don', 'NN'), ('you', 'PRP'), ('start', 'VBP'), ('with', 'IN'), ('the', 'DT'), ('spec', 'JJ'), ('sheet', 'NN'), ('of', 'IN'), ('the', 'DT'), ('isa', 'NN'), ('bus', 'NN'), ('first', 'RB'), (':-)', 'JJ'), ('ide', 'NN'), ('was', 'VBD'), ('designed', 'VBN'), ('to', 'TO'), ('plug', 'VB'), ('into', 'IN'), ('isa', 'JJ'), ('virtually', 'RB'), ('unaided', 'JJ'), ('in', 'IN'), ('essence', 'NN'), ('ide', 'NN'), ('is', 'VBZ'), ('isa', 'VBN'), ('on', 'IN'), ('ribbon', 'NN'), ('cable', 'NN'), ('therefore', 'IN'), ('it', 'PRP'), ('specs', 'WDT'), ('are', 'VBP'), ('the', 'DT'), ('same', 'JJ'), ('as', 'IN'), ('isa', 'JJ'), ('8mhz', 'CD'), ('clock', 'NN'), ('16', 'CD'), ('bit', 'NN'), ('width', 'JJ'), ('5mb', 'CD'), ('sec', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('why', 'WRB'), ('ve', 'NN'), ('concluded', 'VBD'), ('that', 'IN'), ('ide', 'NN'), ('on', 'IN'), ('vl', 'NN'), ('bus', 'NN'), ('is', 'VBZ'), ('waste', 'NN'), ('of', 'IN'), ('fast', 'NN'), ('slot', 'NN'), ('the', 'DT'), ('card', 'NN'), ('job', 'NN'), ('would', 'MD'), ('to', 'TO'), ('slow', 'VB'), ('the', 'DT'), ('vl', 'NN'), ('bus', 'NN'), ('transactions', 'NNS'), ('to', 'TO'), ('isa', 'VB'), ('speed', 'NN'), ('heck', 'NN'), ('that', 'IN'), ('what', 'WP'), ('isa', 'VB'), ('slots', 'NNS'), ('do', 'VB'), ('ll', 'RB'), ('just', 'RB'), ('use', 'VB'), ('one', 'CD'), ('of', 'IN'), ('those', 'DT'), ('instead', 'RB')] | ['adaptec', 'series', 'use', 'bus', 'master', 'mean', 'cpu', 'sit', 'wait', 'data', 'byte', 'go', 'compute', 'advanced', 'multi', 'task', 'dos', 'sits', 'wait', 'anyway', 'start', 'spec', 'sheet', 'isa', 'bus', 'first', 'ide', 'design', 'plug', 'isa', 'virtually', 'unaided', 'essence', 'ide', 'isa', 'ribbon', 'cable', 'therefore', 'spec', 'isa', 'clock', 'bit', 'width', 'sec', 'conclude', 'ide', 'vl', 'bus', 'waste', 'fast', 'slot', 'card', 'job', 'would', 'slow', 'vl', 'bus', 'transaction', 'isa', 'speed', 'heck', 'isa', 'slot', 'use', 'one', 'instead'] | ['use_bus', 'bus_master', 'multi_task', 'spec_sheet', 'isa_bus', 'ribbon_cable', 'vl_bus', 'job_would', 'vl_bus', 'use_one'] | comp_sys_ibm_pc_hardware_60427 |@lemmatized adaptec:1 series:1 use:2 bus:4 master:1 mean:1 cpu:1 sit:1 wait:2 data:1 byte:1 go:1 compute:1 advanced:1 multi:1 task:1 dos:1 sits:1 anyway:1 start:1 spec:2 sheet:1 isa:6 first:1 ide:3 design:1 plug:1 virtually:1 unaided:1 essence:1 ribbon:1 cable:1 therefore:1 clock:1 bit:1 width:1 sec:1 conclude:1 vl:2 waste:1 fast:1 slot:2 card:1 job:1 would:1 slow:1 transaction:1 speed:1 heck:1 one:1 instead:1 |@bigram use_bus:1 bus_master:1 multi_task:1 spec_sheet:1 isa_bus:1 ribbon_cable:1 vl_bus:2 job_would:1 use_one:1 |
3,333 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^
Joe, just 'cause you say they aren't subject to interpretation doesn't
necesarily make it so. That's *your* *interpretation* of these texts.
2 Peter 1:20-21
But know this first of all, that no prophecy of Scripture is a matter
of one's own interpretation, for no prophecy was ever made by an act of
human will, but men moved by the Holy Spirit spoke from God.
The study notes in my Bible offer three possible meanings for verse 20.
Apparantly it's not as clear to Charles Ryrie as it is to you.
2 Timothy 3:16-17
All Scripture is inspired by God and profitable for teaching, for
reproof, for correction, for training in righteousness; that the man of
God may be adequate, equipped for every good work.
Galations 1:11-12
For I would have you know, brethren, that the gospel which was preached
by me is not according to man. For I neither received it from man,
nor was I taught it, but I receieved it through a revelation of Jesus
Christ.
When I read these passages, it was not immediately clear to me what
every phrase meant. I had stop and think about the possible
connotations of words, what the intent of the author may have been,
wonder if the translator used the correct English word to convey the
same meaning: I had to interpret. If you want to believe that your
are not interpreting Scripture as you read, there's probably nothing
I can say to change your mind. But I think it's naive to think that
our culture, experiences, education, do not affect everything we read.
In college, I took an entire course in Biblical interpretation. Go to
any Christian bookstore, there are scores of books on interpreting and
understanding Scripture. If interpretation is unnecessary, there are
an awful lot of misguided Christians out there wasting a lot of time
and energy on it. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/soc.religion.christian/20788 | 15 | soc_religion_christian_20788 | [('^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^', 'JJ'), ('^^^^^^^^^^^^^', 'NNP'), ('joe', 'NN'), ('just', 'RB'), ('cause', 'NN'), ('you', 'PRP'), ('say', 'VBP'), ('they', 'PRP'), ('aren', 'VBP'), ('subject', 'JJ'), ('to', 'TO'), ('interpretation', 'NN'), ('doesn', 'NNS'), ('necesarily', 'RB'), ('make', 'VBP'), ('it', 'PRP'), ('so', 'IN'), ('that', 'IN'), ('your', 'PRP$'), ('interpretation', 'NN'), ('of', 'IN'), ('these', 'DT'), ('texts', 'NNS'), ('peter', 'VBP'), ('20', 'CD'), ('21', 'CD'), ('but', 'CC'), ('know', 'VB'), ('this', 'DT'), ('first', 'JJ'), ('of', 'IN'), ('all', 'PDT'), ('that', 'IN'), ('no', 'DT'), ('prophecy', 'NN'), ('of', 'IN'), ('scripture', 'NN'), ('is', 'VBZ'), ('matter', 'JJR'), ('of', 'IN'), ('one', 'CD'), ('own', 'JJ'), ('interpretation', 'NN'), ('for', 'IN'), ('no', 'DT'), ('prophecy', 'NN'), ('was', 'VBD'), ('ever', 'RB'), ('made', 'VBN'), ('by', 'IN'), ('an', 'DT'), ('act', 'NN'), ('of', 'IN'), ('human', 'JJ'), ('will', 'MD'), ('but', 'CC'), ('men', 'NNS'), ('moved', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('holy', 'JJ'), ('spirit', 'NN'), ('spoke', 'VBD'), ('from', 'IN'), ('god', 'NN'), ('the', 'DT'), ('study', 'NN'), ('notes', 'NNS'), ('in', 'IN'), ('my', 'PRP$'), ('bible', 'JJ'), ('offer', 'NN'), ('three', 'CD'), ('possible', 'JJ'), ('meanings', 'NNS'), ('for', 'IN'), ('verse', 'NN'), ('20', 'CD'), ('apparantly', 'RB'), ('it', 'PRP'), ('not', 'RB'), ('as', 'IN'), ('clear', 'JJ'), ('to', 'TO'), ('charles', 'VB'), ('ryrie', 'RB'), ('as', 'IN'), ('it', 'PRP'), ('is', 'VBZ'), ('to', 'TO'), ('you', 'PRP'), ('timothy', 'VB'), ('16', 'CD'), ('17', 'CD'), ('all', 'DT'), ('scripture', 'NN'), ('is', 'VBZ'), ('inspired', 'VBN'), ('by', 'IN'), ('god', 'NN'), ('and', 'CC'), ('profitable', 'JJ'), ('for', 'IN'), ('teaching', 'VBG'), ('for', 'IN'), ('reproof', 'NN'), ('for', 'IN'), ('correction', 'NN'), ('for', 'IN'), ('training', 'NN'), ('in', 'IN'), ('righteousness', 'NN'), ('that', 'IN'), ('the', 'DT'), ('man', 'NN'), ('of', 'IN'), ('god', 'NN'), ('may', 'MD'), ('be', 'VB'), ('adequate', 'JJ'), ('equipped', 'VBN'), ('for', 'IN'), ('every', 'DT'), ('good', 'JJ'), ('work', 'NN'), ('galations', 'NNS'), ('11', 'CD'), ('12', 'CD'), ('for', 'IN'), ('would', 'MD'), ('have', 'VB'), ('you', 'PRP'), ('know', 'VBP'), ('brethren', 'NNS'), ('that', 'IN'), ('the', 'DT'), ('gospel', 'NN'), ('which', 'WDT'), ('was', 'VBD'), ('preached', 'VBN'), ('by', 'IN'), ('me', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('according', 'VBG'), ('to', 'TO'), ('man', 'NN'), ('for', 'IN'), ('neither', 'DT'), ('received', 'VBD'), ('it', 'PRP'), ('from', 'IN'), ('man', 'NN'), ('nor', 'CC'), ('was', 'VBD'), ('taught', 'VBN'), ('it', 'PRP'), ('but', 'CC'), ('receieved', 'VBD'), ('it', 'PRP'), ('through', 'IN'), ('revelation', 'NN'), ('of', 'IN'), ('jesus', 'NN'), ('christ', 'NN'), ('when', 'WRB'), ('read', 'VB'), ('these', 'DT'), ('passages', 'NNS'), ('it', 'PRP'), ('was', 'VBD'), ('not', 'RB'), ('immediately', 'RB'), ('clear', 'JJ'), ('to', 'TO'), ('me', 'PRP'), ('what', 'WP'), ('every', 'DT'), ('phrase', 'NN'), ('meant', 'NN'), ('had', 'VBD'), ('stop', 'VBN'), ('and', 'CC'), ('think', 'VBP'), ('about', 'IN'), ('the', 'DT'), ('possible', 'JJ'), ('connotations', 'NNS'), ('of', 'IN'), ('words', 'NNS'), ('what', 'WP'), ('the', 'DT'), ('intent', 'NN'), ('of', 'IN'), ('the', 'DT'), ('author', 'NN'), ('may', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('wonder', 'JJR'), ('if', 'IN'), ('the', 'DT'), ('translator', 'NN'), ('used', 'VBD'), ('the', 'DT'), ('correct', 'JJ'), ('english', 'JJ'), ('word', 'NN'), ('to', 'TO'), ('convey', 'VB'), ('the', 'DT'), ('same', 'JJ'), ('meaning', 'NN'), ('had', 'VBD'), ('to', 'TO'), ('interpret', 'VB'), ('if', 'IN'), ('you', 'PRP'), ('want', 'VBP'), ('to', 'TO'), ('believe', 'VB'), ('that', 'IN'), ('your', 'PRP$'), ('are', 'VBP'), ('not', 'RB'), ('interpreting', 'JJ'), ('scripture', 'NN'), ('as', 'IN'), ('you', 'PRP'), ('read', 'VBP'), ('there', 'EX'), ('probably', 'RB'), ('nothing', 'NN'), ('can', 'MD'), ('say', 'VB'), ('to', 'TO'), ('change', 'VB'), ('your', 'PRP$'), ('mind', 'NN'), ('but', 'CC'), ('think', 'VBP'), ('it', 'PRP'), ('naive', 'JJ'), ('to', 'TO'), ('think', 'VB'), ('that', 'IN'), ('our', 'PRP$'), ('culture', 'NN'), ('experiences', 'VBZ'), ('education', 'NN'), ('do', 'VB'), ('not', 'RB'), ('affect', 'VB'), ('everything', 'NN'), ('we', 'PRP'), ('read', 'VBP'), ('in', 'IN'), ('college', 'NN'), ('took', 'VBD'), ('an', 'DT'), ('entire', 'JJ'), ('course', 'NN'), ('in', 'IN'), ('biblical', 'JJ'), ('interpretation', 'NN'), ('go', 'VBP'), ('to', 'TO'), ('any', 'DT'), ('christian', 'JJ'), ('bookstore', 'NN'), ('there', 'EX'), ('are', 'VBP'), ('scores', 'NNS'), ('of', 'IN'), ('books', 'NNS'), ('on', 'IN'), ('interpreting', 'NN'), ('and', 'CC'), ('understanding', 'JJ'), ('scripture', 'NN'), ('if', 'IN'), ('interpretation', 'NN'), ('is', 'VBZ'), ('unnecessary', 'JJ'), ('there', 'EX'), ('are', 'VBP'), ('an', 'DT'), ('awful', 'JJ'), ('lot', 'NN'), ('of', 'IN'), ('misguided', 'JJ'), ('christians', 'NNS'), ('out', 'RP'), ('there', 'RB'), ('wasting', 'VBG'), ('lot', 'NN'), ('of', 'IN'), ('time', 'NN'), ('and', 'CC'), ('energy', 'NN'), ('on', 'IN'), ('it', 'PRP')] | ['joe', 'cause', 'say', 'subject', 'interpretation', 'necesarily', 'make', 'interpretation', 'text', 'peter', 'know', 'first', 'prophecy', 'scripture', 'matter', 'one', 'interpretation', 'prophecy', 'ever', 'make', 'act', 'human', 'men', 'move', 'holy', 'spirit', 'speak', 'god', 'study', 'note', 'bible', 'offer', 'three', 'possible', 'meaning', 'verse', 'apparantly', 'clear', 'charles', 'ryrie', 'timothy', 'scripture', 'inspire', 'god', 'profitable', 'teach', 'reproof', 'correction', 'training', 'righteousness', 'man', 'god', 'may', 'adequate', 'equip', 'every', 'good', 'work', 'galations', 'would', 'know', 'brother', 'gospel', 'preach', 'accord', 'man', 'neither', 'receive', 'man', 'teach', 'receieved', 'revelation', 'jesus', 'christ', 'read', 'passage', 'immediately', 'clear', 'every', 'phrase', 'meant', 'stop', 'think', 'possible', 'connotation', 'word', 'intent', 'author', 'may', 'wonder', 'translator', 'use', 'correct', 'english', 'word', 'convey', 'meaning', 'interpret', 'want', 'believe', 'interpreting', 'scripture', 'read', 'probably', 'nothing', 'say', 'change', 'mind', 'think', 'naive', 'think', 'culture', 'experience', 'education', 'affect', 'everything', 'read', 'college', 'take', 'entire', 'course', 'biblical', 'interpretation', 'go', 'christian', 'bookstore', 'score', 'book', 'interpreting', 'understanding', 'scripture', 'interpretation', 'unnecessary', 'awful', 'lot', 'misguided', 'christian', 'waste', 'lot', 'time', 'energy'] | ['say_subject', 'know_first', 'one_interpretation', 'ever_make', 'holy_spirit', 'inspire_god', 'man_god', 'god_may', 'good_work', 'would_know', 'jesus_christ', 'stop_think', 'think_possible', 'author_may', 'want_believe', 'nothing_say', 'change_mind', 'mind_think', 'awful_lot', 'lot_time', 'time_energy'] | soc_religion_christian_20788 |@lemmatized joe:1 cause:1 say:2 subject:1 interpretation:5 necesarily:1 make:2 text:1 peter:1 know:2 first:1 prophecy:2 scripture:4 matter:1 one:1 ever:1 act:1 human:1 men:1 move:1 holy:1 spirit:1 speak:1 god:3 study:1 note:1 bible:1 offer:1 three:1 possible:2 meaning:2 verse:1 apparantly:1 clear:2 charles:1 ryrie:1 timothy:1 inspire:1 profitable:1 teach:2 reproof:1 correction:1 training:1 righteousness:1 man:3 may:2 adequate:1 equip:1 every:2 good:1 work:1 galations:1 would:1 brother:1 gospel:1 preach:1 accord:1 neither:1 receive:1 receieved:1 revelation:1 jesus:1 christ:1 read:3 passage:1 immediately:1 phrase:1 meant:1 stop:1 think:3 connotation:1 word:2 intent:1 author:1 wonder:1 translator:1 use:1 correct:1 english:1 convey:1 interpret:1 want:1 believe:1 interpreting:2 probably:1 nothing:1 change:1 mind:1 naive:1 culture:1 experience:1 education:1 affect:1 everything:1 college:1 take:1 entire:1 course:1 biblical:1 go:1 christian:2 bookstore:1 score:1 book:1 understanding:1 unnecessary:1 awful:1 lot:2 misguided:1 waste:1 time:1 energy:1 |@bigram say_subject:1 know_first:1 one_interpretation:1 ever_make:1 holy_spirit:1 inspire_god:1 man_god:1 god_may:1 good_work:1 would_know:1 jesus_christ:1 stop_think:1 think_possible:1 author_may:1 want_believe:1 nothing_say:1 change_mind:1 mind_think:1 awful_lot:1 lot_time:1 time_energy:1 |
3,334 |
I can't even hear the fan on my 650.....gee I wonder if its working.....yup,
just checked, its exhausting air out the back just fine.
Gary
-- | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.mac.hardware/50513 | 4 | comp_sys_mac_hardware_50513 | [('can', 'MD'), ('even', 'RB'), ('hear', 'VB'), ('the', 'DT'), ('fan', 'NN'), ('on', 'IN'), ('my', 'PRP$'), ('650', 'CD'), ('.....', 'JJ'), ('gee', 'NN'), ('wonder', 'NN'), ('if', 'IN'), ('its', 'PRP$'), ('working', 'VBG'), ('.....', 'NNP'), ('yup', 'NN'), ('just', 'RB'), ('checked', 'VBD'), ('its', 'PRP$'), ('exhausting', 'VBG'), ('air', 'NN'), ('out', 'IN'), ('the', 'DT'), ('back', 'RB'), ('just', 'RB'), ('fine', 'JJ'), ('gary', 'NN'), ('--', ':')] | ['even', 'hear', 'fan', 'gee', 'wonder', 'work', 'yup', 'check', 'exhaust', 'air', 'back', 'fine', 'gary'] | ['even_hear'] | comp_sys_mac_hardware_50513 |@lemmatized even:1 hear:1 fan:1 gee:1 wonder:1 work:1 yup:1 check:1 exhaust:1 air:1 back:1 fine:1 gary:1 |@bigram even_hear:1 |
3,335 | ^^ missing "r"
Dana-Farber Cancer Institute
44 Binney Street
Boston, MA 02115
(617)732-3000 | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.med/59110 | 13 | sci_med_59110 | [('^^', 'NN'), ('missing', 'VBG'), ('dana', 'JJ'), ('farber', 'NN'), ('cancer', 'NN'), ('institute', 'NN'), ('44', 'CD'), ('binney', 'NN'), ('street', 'NN'), ('boston', 'VBD'), ('ma', '$'), ('02115', 'CD'), ('617', 'CD'), ('732', 'CD'), ('3000', 'CD')] | ['miss', 'dana', 'farber', 'cancer', 'institute', 'binney', 'street', 'boston'] | ['cancer_institute'] | sci_med_59110 |@lemmatized miss:1 dana:1 farber:1 cancer:1 institute:1 binney:1 street:1 boston:1 |@bigram cancer_institute:1 |
3,336 | I've been a Giants season ticket holder for years and never really complained
about the old ballyard place. Sure, it's been cold, the food lines were long,
and the hired hands were surly, but this was all part of the Giants mystique.
Or so I thought.
I went to Tuesday's game (3 - 1 Giants over the Marlins) and the 'Stick was
a much different place. Nothing short of a dome will eliminate the wind, but
everything is a lot better. The lines are a lot shorter, the bathrooms are
CLEAN and have running water, and the hired hands were very polite.
The new foghorn (lights up and blows after each homerun) and the wooden fence
are very nice, as are the new bleachers. The bleachers start right at the top
of the fence and give a great view, and they've got beer stands at the
bottome of the bleachers. The only complaint is that the electronic
old-fashioned scoreboard looks electronic - could be better.
These things should have been done a long time ago, but it took a real
businessman (ex - Safeway President Peter Magowan) to figure it out. Just
like he used to tell his checkers, "If the customers don't come back, I don't
need as many checkers". This isn't a knock on Bob Lurie - he was a competent
businessman but he didn't deal much with the general public.
I'll give an example of how the level of service has changed. The onion
dispenser jammed as I was using it. An attendant came over, apoligized for
the problem and proceeded to fix the machine. After he was done, he cleaned
the machine and said he was glad to be able to help. In the old days, there
was no attendant and the folks at the concession stands would say "Go to
the stand 100 feet away - they might be able to help".
All in all, it was a fun day
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/104912 | 9 | rec_sport_baseball_104912 | [('ve', 'RB'), ('been', 'VBN'), ('giants', 'NNS'), ('season', 'NN'), ('ticket', 'NN'), ('holder', 'NN'), ('for', 'IN'), ('years', 'NNS'), ('and', 'CC'), ('never', 'RB'), ('really', 'RB'), ('complained', 'VBN'), ('about', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('ballyard', 'NN'), ('place', 'NN'), ('sure', 'JJ'), ('it', 'PRP'), ('been', 'VBN'), ('cold', 'VBD'), ('the', 'DT'), ('food', 'NN'), ('lines', 'NNS'), ('were', 'VBD'), ('long', 'RB'), ('and', 'CC'), ('the', 'DT'), ('hired', 'JJ'), ('hands', 'NNS'), ('were', 'VBD'), ('surly', 'RB'), ('but', 'CC'), ('this', 'DT'), ('was', 'VBD'), ('all', 'DT'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('giants', 'NNS'), ('mystique', 'NN'), ('or', 'CC'), ('so', 'RB'), ('thought', 'JJ'), ('went', 'VBD'), ('to', 'TO'), ('tuesday', 'VB'), ('game', 'NN'), ('giants', 'NNS'), ('over', 'IN'), ('the', 'DT'), ('marlins', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('stick', 'NN'), ('was', 'VBD'), ('much', 'JJ'), ('different', 'JJ'), ('place', 'NN'), ('nothing', 'NN'), ('short', 'JJ'), ('of', 'IN'), ('dome', 'NN'), ('will', 'MD'), ('eliminate', 'VB'), ('the', 'DT'), ('wind', 'NN'), ('but', 'CC'), ('everything', 'NN'), ('is', 'VBZ'), ('lot', 'RB'), ('better', 'JJR'), ('the', 'DT'), ('lines', 'NNS'), ('are', 'VBP'), ('lot', 'RB'), ('shorter', 'JJR'), ('the', 'DT'), ('bathrooms', 'NNS'), ('are', 'VBP'), ('clean', 'JJ'), ('and', 'CC'), ('have', 'VBP'), ('running', 'VBG'), ('water', 'NN'), ('and', 'CC'), ('the', 'DT'), ('hired', 'JJ'), ('hands', 'NNS'), ('were', 'VBD'), ('very', 'RB'), ('polite', 'RB'), ('the', 'DT'), ('new', 'JJ'), ('foghorn', 'NN'), ('lights', 'NNS'), ('up', 'RB'), ('and', 'CC'), ('blows', 'NNS'), ('after', 'IN'), ('each', 'DT'), ('homerun', 'NN'), ('and', 'CC'), ('the', 'DT'), ('wooden', 'JJ'), ('fence', 'NN'), ('are', 'VBP'), ('very', 'RB'), ('nice', 'JJ'), ('as', 'IN'), ('are', 'VBP'), ('the', 'DT'), ('new', 'JJ'), ('bleachers', 'NNS'), ('the', 'DT'), ('bleachers', 'NNS'), ('start', 'VBP'), ('right', 'NN'), ('at', 'IN'), ('the', 'DT'), ('top', 'NN'), ('of', 'IN'), ('the', 'DT'), ('fence', 'NN'), ('and', 'CC'), ('give', 'VB'), ('great', 'JJ'), ('view', 'NN'), ('and', 'CC'), ('they', 'PRP'), ('ve', 'VBP'), ('got', 'VBD'), ('beer', 'NN'), ('stands', 'NNS'), ('at', 'IN'), ('the', 'DT'), ('bottome', 'NN'), ('of', 'IN'), ('the', 'DT'), ('bleachers', 'NNS'), ('the', 'DT'), ('only', 'JJ'), ('complaint', 'NN'), ('is', 'VBZ'), ('that', 'IN'), ('the', 'DT'), ('electronic', 'JJ'), ('old', 'JJ'), ('fashioned', 'VBN'), ('scoreboard', 'NN'), ('looks', 'VBZ'), ('electronic', 'JJ'), ('could', 'MD'), ('be', 'VB'), ('better', 'JJR'), ('these', 'DT'), ('things', 'NNS'), ('should', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('done', 'VBN'), ('long', 'JJ'), ('time', 'NN'), ('ago', 'RB'), ('but', 'CC'), ('it', 'PRP'), ('took', 'VBD'), ('real', 'JJ'), ('businessman', 'NN'), ('ex', 'VBP'), ('safeway', 'RB'), ('president', 'NN'), ('peter', 'NN'), ('magowan', 'NN'), ('to', 'TO'), ('figure', 'VB'), ('it', 'PRP'), ('out', 'RP'), ('just', 'RB'), ('like', 'IN'), ('he', 'PRP'), ('used', 'VBD'), ('to', 'TO'), ('tell', 'VB'), ('his', 'PRP$'), ('checkers', 'NNS'), ('if', 'IN'), ('the', 'DT'), ('customers', 'NNS'), ('don', 'VBP'), ('come', 'VBN'), ('back', 'RB'), ('don', 'JJ'), ('need', 'NN'), ('as', 'IN'), ('many', 'JJ'), ('checkers', 'NNS'), ('".', 'VBP'), ('this', 'DT'), ('isn', 'NN'), ('knock', 'NN'), ('on', 'IN'), ('bob', 'NN'), ('lurie', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('competent', 'JJ'), ('businessman', 'NN'), ('but', 'CC'), ('he', 'PRP'), ('didn', 'VBZ'), ('deal', 'RB'), ('much', 'JJ'), ('with', 'IN'), ('the', 'DT'), ('general', 'JJ'), ('public', 'JJ'), ('ll', 'NN'), ('give', 'VBP'), ('an', 'DT'), ('example', 'NN'), ('of', 'IN'), ('how', 'WRB'), ('the', 'DT'), ('level', 'NN'), ('of', 'IN'), ('service', 'NN'), ('has', 'VBZ'), ('changed', 'VBN'), ('the', 'DT'), ('onion', 'NN'), ('dispenser', 'NN'), ('jammed', 'VBD'), ('as', 'IN'), ('was', 'VBD'), ('using', 'VBG'), ('it', 'PRP'), ('an', 'DT'), ('attendant', 'JJ'), ('came', 'VBD'), ('over', 'RB'), ('apoligized', 'VBN'), ('for', 'IN'), ('the', 'DT'), ('problem', 'NN'), ('and', 'CC'), ('proceeded', 'VBD'), ('to', 'TO'), ('fix', 'VB'), ('the', 'DT'), ('machine', 'NN'), ('after', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('done', 'VBN'), ('he', 'PRP'), ('cleaned', 'VBD'), ('the', 'DT'), ('machine', 'NN'), ('and', 'CC'), ('said', 'VBD'), ('he', 'PRP'), ('was', 'VBD'), ('glad', 'JJ'), ('to', 'TO'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('help', 'VB'), ('in', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('days', 'NNS'), ('there', 'EX'), ('was', 'VBD'), ('no', 'DT'), ('attendant', 'NN'), ('and', 'CC'), ('the', 'DT'), ('folks', 'NNS'), ('at', 'IN'), ('the', 'DT'), ('concession', 'NN'), ('stands', 'VBZ'), ('would', 'MD'), ('say', 'VB'), ('go', 'VB'), ('to', 'TO'), ('the', 'DT'), ('stand', 'NN'), ('100', 'CD'), ('feet', 'NNS'), ('away', 'RB'), ('they', 'PRP'), ('might', 'MD'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('help', 'VB'), ('".', 'VB'), ('all', 'DT'), ('in', 'IN'), ('all', 'DT'), ('it', 'PRP'), ('was', 'VBD'), ('fun', 'JJ'), ('day', 'NN')] | ['giant', 'season', 'ticket', 'holder', 'year', 'never', 'really', 'complain', 'old', 'ballyard', 'place', 'sure', 'cold', 'food', 'line', 'long', 'hired', 'hand', 'surly', 'part', 'giant', 'mystique', 'thought', 'go', 'tuesday', 'game', 'giant', 'marlin', 'stick', 'much', 'different', 'place', 'nothing', 'short', 'dome', 'eliminate', 'wind', 'everything', 'lot', 'good', 'line', 'lot', 'short', 'bathroom', 'clean', 'run', 'water', 'hired', 'hand', 'polite', 'new', 'foghorn', 'light', 'blow', 'homerun', 'wooden', 'fence', 'nice', 'new', 'bleacher', 'bleacher', 'start', 'right', 'top', 'fence', 'give', 'great', 'view', 'get', 'beer', 'stand', 'bottome', 'bleacher', 'complaint', 'electronic', 'old', 'fashion', 'scoreboard', 'look', 'electronic', 'could', 'good', 'thing', 'long', 'time', 'ago', 'take', 'real', 'businessman', 'ex', 'safeway', 'president', 'peter', 'magowan', 'figure', 'like', 'use', 'tell', 'checker', 'customer', 'come', 'back', 'need', 'many', 'checker', 'knock', 'bob', 'lurie', 'competent', 'businessman', 'deal', 'much', 'general', 'public', 'give', 'example', 'level', 'service', 'change', 'onion', 'dispenser', 'jam', 'use', 'attendant', 'come', 'apoligized', 'problem', 'proceed', 'fix', 'machine', 'clean', 'machine', 'say', 'glad', 'able', 'help', 'old', 'day', 'attendant', 'folk', 'concession', 'stand', 'would', 'say', 'go', 'stand', 'foot', 'away', 'might', 'able', 'help', 'fun', 'day'] | ['season_ticket', 'year_never', 'never_really', 'line_long', 'much_different', 'nothing_short', 'lot_good', 'good_line', 'start_right', 'old_fashion', 'could_good', 'good_thing', 'thing_long', 'long_time', 'time_ago', 'ago_take', 'like_use', 'come_back', 'general_public', 'give_example', 'machine_say', 'able_help', 'old_day', 'would_say', 'say_go', 'go_stand', 'foot_away', 'might_able', 'able_help'] | rec_sport_baseball_104912 |@lemmatized giant:3 season:1 ticket:1 holder:1 year:1 never:1 really:1 complain:1 old:3 ballyard:1 place:2 sure:1 cold:1 food:1 line:2 long:2 hired:2 hand:2 surly:1 part:1 mystique:1 thought:1 go:2 tuesday:1 game:1 marlin:1 stick:1 much:2 different:1 nothing:1 short:2 dome:1 eliminate:1 wind:1 everything:1 lot:2 good:2 bathroom:1 clean:2 run:1 water:1 polite:1 new:2 foghorn:1 light:1 blow:1 homerun:1 wooden:1 fence:2 nice:1 bleacher:3 start:1 right:1 top:1 give:2 great:1 view:1 get:1 beer:1 stand:3 bottome:1 complaint:1 electronic:2 fashion:1 scoreboard:1 look:1 could:1 thing:1 time:1 ago:1 take:1 real:1 businessman:2 ex:1 safeway:1 president:1 peter:1 magowan:1 figure:1 like:1 use:2 tell:1 checker:2 customer:1 come:2 back:1 need:1 many:1 knock:1 bob:1 lurie:1 competent:1 deal:1 general:1 public:1 example:1 level:1 service:1 change:1 onion:1 dispenser:1 jam:1 attendant:2 apoligized:1 problem:1 proceed:1 fix:1 machine:2 say:2 glad:1 able:2 help:2 day:2 folk:1 concession:1 would:1 foot:1 away:1 might:1 fun:1 |@bigram season_ticket:1 year_never:1 never_really:1 line_long:1 much_different:1 nothing_short:1 lot_good:1 good_line:1 start_right:1 old_fashion:1 could_good:1 good_thing:1 thing_long:1 long_time:1 time_ago:1 ago_take:1 like_use:1 come_back:1 general_public:1 give_example:1 machine_say:1 able_help:2 old_day:1 would_say:1 say_go:1 go_stand:1 foot_away:1 might_able:1 |
3,337 | Is this group for real? I honestly can't believe that most of you expect you
or your concerns to be taken remotely seriously if you behave this way in a
forum for discussion. Doesn't it ever occur to those of you who write letters
like the majority of those in this group that you're being mind-bogglingly
hypocritical?
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76398 | 17 | talk_politics_mideast_76398 | [('is', 'VBZ'), ('this', 'DT'), ('group', 'NN'), ('for', 'IN'), ('real', 'JJ'), ('honestly', 'RB'), ('can', 'MD'), ('believe', 'VB'), ('that', 'IN'), ('most', 'JJS'), ('of', 'IN'), ('you', 'PRP'), ('expect', 'VBP'), ('you', 'PRP'), ('or', 'CC'), ('your', 'PRP$'), ('concerns', 'NNS'), ('to', 'TO'), ('be', 'VB'), ('taken', 'VBN'), ('remotely', 'RB'), ('seriously', 'RB'), ('if', 'IN'), ('you', 'PRP'), ('behave', 'VBP'), ('this', 'DT'), ('way', 'NN'), ('in', 'IN'), ('forum', 'NN'), ('for', 'IN'), ('discussion', 'NN'), ('doesn', 'NN'), ('it', 'PRP'), ('ever', 'RB'), ('occur', 'VBP'), ('to', 'TO'), ('those', 'DT'), ('of', 'IN'), ('you', 'PRP'), ('who', 'WP'), ('write', 'VBP'), ('letters', 'NNS'), ('like', 'IN'), ('the', 'DT'), ('majority', 'NN'), ('of', 'IN'), ('those', 'DT'), ('in', 'IN'), ('this', 'DT'), ('group', 'NN'), ('that', 'WDT'), ('you', 'PRP'), ('re', 'VBP'), ('being', 'VBG'), ('mind', 'NN'), ('bogglingly', 'RB'), ('hypocritical', 'JJ')] | ['group', 'real', 'honestly', 'believe', 'expect', 'concern', 'take', 'remotely', 'seriously', 'behave', 'way', 'forum', 'discussion', 'ever', 'occur', 'write', 'letter', 'like', 'majority', 'group', 'mind', 'bogglingly', 'hypocritical'] | ['honestly_believe', 'ever_occur', 'write_letter'] | talk_politics_mideast_76398 |@lemmatized group:2 real:1 honestly:1 believe:1 expect:1 concern:1 take:1 remotely:1 seriously:1 behave:1 way:1 forum:1 discussion:1 ever:1 occur:1 write:1 letter:1 like:1 majority:1 mind:1 bogglingly:1 hypocritical:1 |@bigram honestly_believe:1 ever_occur:1 write_letter:1 |
3,338 |
It works for me. I avoid obscenities, and try to remain calm cool and
collected, and try something like, "You almost just killed me, and I'm not
moving until you apologize." or something more or less benign like that. I
haven't been shot a single time, but I don't do it in Texas, and I do only
do it when there are plenty of witnesses around. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.motorcycles/104424 | 8 | rec_motorcycles_104424 | [('it', 'PRP'), ('works', 'VBZ'), ('for', 'IN'), ('me', 'PRP'), ('avoid', 'JJ'), ('obscenities', 'NNS'), ('and', 'CC'), ('try', 'VB'), ('to', 'TO'), ('remain', 'VB'), ('calm', 'JJ'), ('cool', 'NN'), ('and', 'CC'), ('collected', 'VBN'), ('and', 'CC'), ('try', 'VB'), ('something', 'NN'), ('like', 'IN'), ('you', 'PRP'), ('almost', 'RB'), ('just', 'RB'), ('killed', 'VBN'), ('me', 'PRP'), ('and', 'CC'), ('not', 'RB'), ('moving', 'VBG'), ('until', 'IN'), ('you', 'PRP'), ('apologize', 'VBP'), ('."', 'NNS'), ('or', 'CC'), ('something', 'NN'), ('more', 'JJR'), ('or', 'CC'), ('less', 'RBR'), ('benign', 'JJ'), ('like', 'IN'), ('that', 'DT'), ('haven', 'RB'), ('been', 'VBN'), ('shot', 'VBN'), ('single', 'JJ'), ('time', 'NN'), ('but', 'CC'), ('don', 'NNS'), ('do', 'VBP'), ('it', 'PRP'), ('in', 'IN'), ('texas', 'NN'), ('and', 'CC'), ('do', 'VB'), ('only', 'RB'), ('do', 'VB'), ('it', 'PRP'), ('when', 'WRB'), ('there', 'EX'), ('are', 'VBP'), ('plenty', 'NN'), ('of', 'IN'), ('witnesses', 'NNS'), ('around', 'IN')] | ['work', 'avoid', 'obscenity', 'try', 'remain', 'calm', 'cool', 'collect', 'try', 'something', 'like', 'almost', 'kill', 'move', 'apologize', 'something', 'less', 'benign', 'like', 'shoot', 'single', 'time', 'texas', 'plenty', 'witness', 'around'] | ['try_something', 'something_like', 'something_less'] | rec_motorcycles_104424 |@lemmatized work:1 avoid:1 obscenity:1 try:2 remain:1 calm:1 cool:1 collect:1 something:2 like:2 almost:1 kill:1 move:1 apologize:1 less:1 benign:1 shoot:1 single:1 time:1 texas:1 plenty:1 witness:1 around:1 |@bigram try_something:1 something_like:1 something_less:1 |
3,339 | Well, I have compiled some statistics on the entries of my pool. There
are unofficially 52 entrants. Here are the stats on what teams were
picked to win it all:
Pittsburgh: 34 (1 sweep, 14 in 5, 15 in 6, 4 in 7)
Boston: 6 (1 in 5, 5 in 6)
Detroit: 4 (3 in 6, 1 in 7)
Montreal: 2 (1 in 5, 1 in 7)
Toronto: 2 (1 in 6, 1 in 7)
(no, this wasn't Roger)
Calgary: 1 (in 6)
Quebec: 1 (in 6)
Vancouver: 1 (in 7)
Washington: 1 (in 6)
Why the hell hasn't anybody picked Chicago??? NOBODY! Quebec got a pick,
Detroit got 4, but absolutely no Chicago! How odd.
Here are the "losers":
Detroit: 20
Chicago: 16 (so there they are!)
Pittsburgh: 6
Vancouver: 4
Boston: 2
Calgary: 2
Los Angeles: 1 what?!?
Toronto: 1
LOS ANGELES??????? Are you out of your mind?!?!? Good luck to you,
you'll need it!
So Pittsburgh is the consensus winner of the Stanley Cup. They'll
statistically beat Detroit in 6 games. HAHA that's happening! NOT! As
I said, every one of my picks will come true, and I picked Chicago to lose
to Pittsburgh in the finals, so tough luck to all you who picket Detroit.
Well, tough luck to all of ya! I am a genius!!! ;-)
--
Keith Keller LET'S GO RANGERS!!!!!
LET'S GO QUAKERS!!!!!
[email protected] IVY LEAGUE CHAMPS!!!! | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53652 | 10 | rec_sport_hockey_53652 | [('well', 'RB'), ('have', 'VB'), ('compiled', 'VBN'), ('some', 'DT'), ('statistics', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('entries', 'NNS'), ('of', 'IN'), ('my', 'PRP$'), ('pool', 'NN'), ('there', 'EX'), ('are', 'VBP'), ('unofficially', 'RB'), ('52', 'CD'), ('entrants', 'NNS'), ('here', 'RB'), ('are', 'VBP'), ('the', 'DT'), ('stats', 'NNS'), ('on', 'IN'), ('what', 'WP'), ('teams', 'NNS'), ('were', 'VBD'), ('picked', 'VBN'), ('to', 'TO'), ('win', 'VB'), ('it', 'PRP'), ('all', 'DT'), ('pittsburgh', 'VBP'), ('34', 'CD'), ('sweep', 'JJ'), ('14', 'CD'), ('in', 'IN'), ('15', 'CD'), ('in', 'IN'), ('in', 'IN'), ('boston', 'NN'), ('in', 'IN'), ('in', 'IN'), ('detroit', 'NN'), ('in', 'IN'), ('in', 'IN'), ('montreal', 'NN'), ('in', 'IN'), ('in', 'IN'), ('toronto', 'NN'), ('in', 'IN'), ('in', 'IN'), ('no', 'DT'), ('this', 'DT'), ('wasn', 'VBZ'), ('roger', 'JJR'), ('calgary', 'JJ'), ('in', 'IN'), ('quebec', 'NN'), ('in', 'IN'), ('vancouver', 'NN'), ('in', 'IN'), ('washington', 'NN'), ('in', 'IN'), ('why', 'WRB'), ('the', 'DT'), ('hell', 'NN'), ('hasn', 'NN'), ('anybody', 'NN'), ('picked', 'VBD'), ('chicago', 'JJ'), ('???', 'NNP'), ('nobody', 'NN'), ('quebec', 'NN'), ('got', 'VBD'), ('pick', 'JJ'), ('detroit', 'NN'), ('got', 'VBD'), ('but', 'CC'), ('absolutely', 'RB'), ('no', 'DT'), ('chicago', 'NN'), ('how', 'WRB'), ('odd', 'NN'), ('here', 'RB'), ('are', 'VBP'), ('the', 'DT'), ('losers', 'NNS'), ('":', 'VBP'), ('detroit', 'JJ'), ('20', 'CD'), ('chicago', 'RB'), ('16', 'CD'), ('so', 'RB'), ('there', 'RB'), ('they', 'PRP'), ('are', 'VBP'), ('!)', 'JJ'), ('pittsburgh', 'JJ'), ('vancouver', 'IN'), ('boston', 'NN'), ('calgary', 'JJ'), ('los', 'NN'), ('angeles', 'VBZ'), ('what', 'WP'), ('?!?', 'NNP'), ('toronto', 'VBD'), ('los', 'JJ'), ('angeles', 'NNS'), ('???????', 'NNS'), ('are', 'VBP'), ('you', 'PRP'), ('out', 'IN'), ('of', 'IN'), ('your', 'PRP$'), ('mind', 'NN'), ('?!?!?', 'NN'), ('good', 'JJ'), ('luck', 'NN'), ('to', 'TO'), ('you', 'PRP'), ('you', 'PRP'), ('ll', 'VBP'), ('need', 'VB'), ('it', 'PRP'), ('so', 'RB'), ('pittsburgh', 'VBZ'), ('is', 'VBZ'), ('the', 'DT'), ('consensus', 'NN'), ('winner', 'NN'), ('of', 'IN'), ('the', 'DT'), ('stanley', 'JJ'), ('cup', 'NN'), ('they', 'PRP'), ('ll', 'VBP'), ('statistically', 'RB'), ('beat', 'JJ'), ('detroit', 'NNS'), ('in', 'IN'), ('games', 'NNS'), ('haha', 'VBP'), ('that', 'IN'), ('happening', 'VBG'), ('not', 'RB'), ('as', 'IN'), ('said', 'VBD'), ('every', 'DT'), ('one', 'CD'), ('of', 'IN'), ('my', 'PRP$'), ('picks', 'NNS'), ('will', 'MD'), ('come', 'VB'), ('true', 'JJ'), ('and', 'CC'), ('picked', 'VBD'), ('chicago', 'NNS'), ('to', 'TO'), ('lose', 'VB'), ('to', 'TO'), ('pittsburgh', 'VB'), ('in', 'IN'), ('the', 'DT'), ('finals', 'NNS'), ('so', 'RB'), ('tough', 'JJ'), ('luck', 'NN'), ('to', 'TO'), ('all', 'DT'), ('you', 'PRP'), ('who', 'WP'), ('picket', 'VBP'), ('detroit', 'RB'), ('well', 'RB'), ('tough', 'JJ'), ('luck', 'NN'), ('to', 'TO'), ('all', 'DT'), ('of', 'IN'), ('ya', 'NNS'), ('am', 'VBP'), ('genius', 'JJ'), ('!!!', 'JJ'), (';-)', 'NN'), ('--', ':'), ('keith', 'VB'), ('keller', 'NN'), ('let', 'NN'), ('go', 'VB'), ('rangers', 'NNS'), ('!!!!!', 'NNP'), ('let', 'VBD'), ('go', 'VB'), ('quakers', 'NNS'), ('!!!!!', 'NNP'), ('ivy', 'VBP'), ('league', 'NN'), ('champs', 'NNS'), ('!!!!', 'VBP')] | ['well', 'compile', 'statistic', 'entry', 'pool', 'unofficially', 'entrant', 'stats', 'team', 'pick', 'win', 'pittsburgh', 'sweep', 'boston', 'detroit', 'montreal', 'toronto', 'roger', 'calgary', 'quebec', 'vancouver', 'washington', 'hell', 'anybody', 'pick', 'chicago', 'nobody', 'quebec', 'get', 'pick', 'detroit', 'get', 'absolutely', 'chicago', 'odd', 'loser', 'detroit', 'chicago', 'pittsburgh', 'vancouver', 'boston', 'calgary', 'los', 'angeles', 'toronto', 'los', 'angeles', 'mind', 'good', 'luck', 'need', 'pittsburgh', 'consensus', 'winner', 'stanley', 'cup', 'statistically', 'beat', 'detroit', 'game', 'haha', 'happen', 'say', 'every', 'one', 'pick', 'come', 'true', 'pick', 'chicago', 'lose', 'pittsburgh', 'final', 'tough', 'luck', 'picket', 'detroit', 'well', 'tough', 'luck', 'ya', 'genius', 'keith', 'keller', 'let', 'go', 'ranger', 'let', 'go', 'quaker', 'ivy', 'league', 'champ'] | ['get_pick', 'calgary_los', 'los_angeles', 'los_angeles', 'good_luck', 'stanley_cup', 'detroit_game', 'happen_say', 'say_every', 'every_one', 'come_true', 'keith_keller', 'keller_let', 'let_go', 'go_ranger', 'ranger_let', 'let_go', 'go_quaker', 'quaker_ivy', 'ivy_league', 'league_champ'] | rec_sport_hockey_53652 |@lemmatized well:2 compile:1 statistic:1 entry:1 pool:1 unofficially:1 entrant:1 stats:1 team:1 pick:5 win:1 pittsburgh:4 sweep:1 boston:2 detroit:5 montreal:1 toronto:2 roger:1 calgary:2 quebec:2 vancouver:2 washington:1 hell:1 anybody:1 chicago:4 nobody:1 get:2 absolutely:1 odd:1 loser:1 los:2 angeles:2 mind:1 good:1 luck:3 need:1 consensus:1 winner:1 stanley:1 cup:1 statistically:1 beat:1 game:1 haha:1 happen:1 say:1 every:1 one:1 come:1 true:1 lose:1 final:1 tough:2 picket:1 ya:1 genius:1 keith:1 keller:1 let:2 go:2 ranger:1 quaker:1 ivy:1 league:1 champ:1 |@bigram get_pick:1 calgary_los:1 los_angeles:2 good_luck:1 stanley_cup:1 detroit_game:1 happen_say:1 say_every:1 every_one:1 come_true:1 keith_keller:1 keller_let:1 let_go:2 go_ranger:1 ranger_let:1 go_quaker:1 quaker_ivy:1 ivy_league:1 league_champ:1 |
3,340 | 4/15/93 1242 Turkey sends light weapons as aid to Azerbaijan
By SEVA ULMAN
ANKARA, Turkey (UPI) -- Turkey is arming Azerbaijan with light weapons to help
it fight Armenian forces in the struggle for the Nagorno- Karabakh enclave,
the newspaper Hurriyet said Thursday.
Deputy Prime Minister Erdal Inonu told reporters in Ankara that Turkey was
responding positively to a request from Azerbaijan for assistance.
"We are giving a positive response to all requests" from Azerbaijan, "within
the limits of our capabilities," he said.
Foreign Ministry spokesman Vural Valkan declined to elaborate on the nature
of the aid being sent to Azerbaijan, but said they were within the framework
of the Council for Security and Cooperation in Europe.
Hurriyet, published in Istanbul, said Turkey was sending light weapons to
Azerbaijan, including rockets, rocket launchers and ammunition.
Ankara began sending the hardware after a visit to Turkey last week by a
high-ranking Azerbaijani official. Turkey has however ruled out, for the second
time in one week, that it would intervene militarily in Azerbaijan.
Wednesday, Inonu told reporters Ankara would not allow Azerbaijan to suffer
defeat at the hands of the Armenians. "We feel ourselves bound to help
Azerbaijan, but I am not in a position right now to tell you what form (that)
help may take in the future," he said.
He said Turkish aid to Azerbaijan was continuing, "and the whole world knows
about it."
Prime Minister Suleyman Demirel reiterated that Turkey would not get
militarily involved in the conflict. Foreign policy decisions could not be
based on street-level excitement, he said.
There was no immediate reaction in Ankara to regional reports, based on
Armenian sources in Yerevan, saying Turkish pilots and other officers were
captured when they were shot down flying Azerbaijani warplanes and
helicopters.
The newspaper Cumhuriyet said Turkish troops were digging in along the border
with Armenia, but military sources denied reports based on claims by local
people that gunfire was heard along the border. No military action has
occurred, the sources said.
The latest upsurge in fighting between the Armenians and Azerbaijanis flared
early this month when Armenian forces seized the town of Kelbajar and later
positioned themselves outside Fizuli, near the Iranian border.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/75990 | 17 | talk_politics_mideast_75990 | [('15', 'CD'), ('93', 'CD'), ('1242', 'CD'), ('turkey', 'NN'), ('sends', 'NNS'), ('light', 'JJ'), ('weapons', 'NNS'), ('as', 'IN'), ('aid', 'NN'), ('to', 'TO'), ('azerbaijan', 'VB'), ('by', 'IN'), ('seva', 'JJ'), ('ulman', 'JJ'), ('ankara', 'NN'), ('turkey', 'NN'), ('upi', 'NN'), ('--', ':'), ('turkey', 'NN'), ('is', 'VBZ'), ('arming', 'VBG'), ('azerbaijan', 'JJ'), ('with', 'IN'), ('light', 'JJ'), ('weapons', 'NNS'), ('to', 'TO'), ('help', 'VB'), ('it', 'PRP'), ('fight', 'JJ'), ('armenian', 'JJ'), ('forces', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('struggle', 'NN'), ('for', 'IN'), ('the', 'DT'), ('nagorno', 'JJ'), ('karabakh', 'NN'), ('enclave', 'VBP'), ('the', 'DT'), ('newspaper', 'NN'), ('hurriyet', 'NN'), ('said', 'VBD'), ('thursday', 'JJ'), ('deputy', 'JJ'), ('prime', 'JJ'), ('minister', 'NN'), ('erdal', 'NN'), ('inonu', 'NN'), ('told', 'VBD'), ('reporters', 'NNS'), ('in', 'IN'), ('ankara', 'NN'), ('that', 'IN'), ('turkey', 'NN'), ('was', 'VBD'), ('responding', 'VBG'), ('positively', 'RB'), ('to', 'TO'), ('request', 'VB'), ('from', 'IN'), ('azerbaijan', 'NN'), ('for', 'IN'), ('assistance', 'NN'), ('we', 'PRP'), ('are', 'VBP'), ('giving', 'VBG'), ('positive', 'JJ'), ('response', 'NN'), ('to', 'TO'), ('all', 'DT'), ('requests', 'NNS'), ('from', 'IN'), ('azerbaijan', 'NN'), ('within', 'IN'), ('the', 'DT'), ('limits', 'NNS'), ('of', 'IN'), ('our', 'PRP$'), ('capabilities', 'NNS'), (',"', 'VBP'), ('he', 'PRP'), ('said', 'VBD'), ('foreign', 'JJ'), ('ministry', 'NN'), ('spokesman', 'NN'), ('vural', 'JJ'), ('valkan', 'NN'), ('declined', 'VBD'), ('to', 'TO'), ('elaborate', 'VB'), ('on', 'IN'), ('the', 'DT'), ('nature', 'NN'), ('of', 'IN'), ('the', 'DT'), ('aid', 'NN'), ('being', 'VBG'), ('sent', 'VBD'), ('to', 'TO'), ('azerbaijan', 'VB'), ('but', 'CC'), ('said', 'VBD'), ('they', 'PRP'), ('were', 'VBD'), ('within', 'IN'), ('the', 'DT'), ('framework', 'NN'), ('of', 'IN'), ('the', 'DT'), ('council', 'NN'), ('for', 'IN'), ('security', 'NN'), ('and', 'CC'), ('cooperation', 'NN'), ('in', 'IN'), ('europe', 'NN'), ('hurriyet', 'NN'), ('published', 'VBN'), ('in', 'IN'), ('istanbul', 'NN'), ('said', 'VBD'), ('turkey', 'NN'), ('was', 'VBD'), ('sending', 'VBG'), ('light', 'JJ'), ('weapons', 'NNS'), ('to', 'TO'), ('azerbaijan', 'VB'), ('including', 'VBG'), ('rockets', 'NNS'), ('rocket', 'NN'), ('launchers', 'NNS'), ('and', 'CC'), ('ammunition', 'NN'), ('ankara', 'NN'), ('began', 'VBD'), ('sending', 'VBG'), ('the', 'DT'), ('hardware', 'NN'), ('after', 'IN'), ('visit', 'NN'), ('to', 'TO'), ('turkey', 'VB'), ('last', 'JJ'), ('week', 'NN'), ('by', 'IN'), ('high', 'JJ'), ('ranking', 'VBG'), ('azerbaijani', 'JJ'), ('official', 'NN'), ('turkey', 'NN'), ('has', 'VBZ'), ('however', 'RB'), ('ruled', 'VBN'), ('out', 'RP'), ('for', 'IN'), ('the', 'DT'), ('second', 'JJ'), ('time', 'NN'), ('in', 'IN'), ('one', 'CD'), ('week', 'NN'), ('that', 'IN'), ('it', 'PRP'), ('would', 'MD'), ('intervene', 'VB'), ('militarily', 'RB'), ('in', 'IN'), ('azerbaijan', 'JJ'), ('wednesday', 'NN'), ('inonu', 'NN'), ('told', 'VBD'), ('reporters', 'NNS'), ('ankara', 'RB'), ('would', 'MD'), ('not', 'RB'), ('allow', 'VB'), ('azerbaijan', 'NN'), ('to', 'TO'), ('suffer', 'VB'), ('defeat', 'NN'), ('at', 'IN'), ('the', 'DT'), ('hands', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('armenians', 'NNS'), ('we', 'PRP'), ('feel', 'VBP'), ('ourselves', 'PRP'), ('bound', 'IN'), ('to', 'TO'), ('help', 'VB'), ('azerbaijan', 'VB'), ('but', 'CC'), ('am', 'VBP'), ('not', 'RB'), ('in', 'IN'), ('position', 'NN'), ('right', 'RB'), ('now', 'RB'), ('to', 'TO'), ('tell', 'VB'), ('you', 'PRP'), ('what', 'WDT'), ('form', 'VB'), ('that', 'DT'), ('help', 'NN'), ('may', 'MD'), ('take', 'VB'), ('in', 'IN'), ('the', 'DT'), ('future', 'NN'), (',"', 'NN'), ('he', 'PRP'), ('said', 'VBD'), ('he', 'PRP'), ('said', 'VBD'), ('turkish', 'JJ'), ('aid', 'NN'), ('to', 'TO'), ('azerbaijan', 'VB'), ('was', 'VBD'), ('continuing', 'VBG'), ('and', 'CC'), ('the', 'DT'), ('whole', 'JJ'), ('world', 'NN'), ('knows', 'VBZ'), ('about', 'IN'), ('it', 'PRP'), ('."', 'NNP'), ('prime', 'JJ'), ('minister', 'NN'), ('suleyman', 'NN'), ('demirel', 'NN'), ('reiterated', 'VBD'), ('that', 'IN'), ('turkey', 'NN'), ('would', 'MD'), ('not', 'RB'), ('get', 'VB'), ('militarily', 'RB'), ('involved', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('conflict', 'JJ'), ('foreign', 'JJ'), ('policy', 'NN'), ('decisions', 'NNS'), ('could', 'MD'), ('not', 'RB'), ('be', 'VB'), ('based', 'VBN'), ('on', 'IN'), ('street', 'NN'), ('level', 'NN'), ('excitement', 'NN'), ('he', 'PRP'), ('said', 'VBD'), ('there', 'EX'), ('was', 'VBD'), ('no', 'DT'), ('immediate', 'JJ'), ('reaction', 'NN'), ('in', 'IN'), ('ankara', 'NN'), ('to', 'TO'), ('regional', 'JJ'), ('reports', 'NNS'), ('based', 'VBN'), ('on', 'IN'), ('armenian', 'JJ'), ('sources', 'NNS'), ('in', 'IN'), ('yerevan', 'NN'), ('saying', 'VBG'), ('turkish', 'JJ'), ('pilots', 'NNS'), ('and', 'CC'), ('other', 'JJ'), ('officers', 'NNS'), ('were', 'VBD'), ('captured', 'VBN'), ('when', 'WRB'), ('they', 'PRP'), ('were', 'VBD'), ('shot', 'VBN'), ('down', 'RP'), ('flying', 'VBG'), ('azerbaijani', 'JJ'), ('warplanes', 'NNS'), ('and', 'CC'), ('helicopters', 'NNS'), ('the', 'DT'), ('newspaper', 'NN'), ('cumhuriyet', 'NN'), ('said', 'VBD'), ('turkish', 'JJ'), ('troops', 'NNS'), ('were', 'VBD'), ('digging', 'VBG'), ('in', 'IN'), ('along', 'IN'), ('the', 'DT'), ('border', 'NN'), ('with', 'IN'), ('armenia', 'NNS'), ('but', 'CC'), ('military', 'JJ'), ('sources', 'NNS'), ('denied', 'VBD'), ('reports', 'NNS'), ('based', 'VBN'), ('on', 'IN'), ('claims', 'NNS'), ('by', 'IN'), ('local', 'JJ'), ('people', 'NNS'), ('that', 'IN'), ('gunfire', 'NN'), ('was', 'VBD'), ('heard', 'VBN'), ('along', 'IN'), ('the', 'DT'), ('border', 'NN'), ('no', 'DT'), ('military', 'JJ'), ('action', 'NN'), ('has', 'VBZ'), ('occurred', 'VBN'), ('the', 'DT'), ('sources', 'NNS'), ('said', 'VBD'), ('the', 'DT'), ('latest', 'JJS'), ('upsurge', 'NN'), ('in', 'IN'), ('fighting', 'VBG'), ('between', 'IN'), ('the', 'DT'), ('armenians', 'NNS'), ('and', 'CC'), ('azerbaijanis', 'NN'), ('flared', 'VBD'), ('early', 'RB'), ('this', 'DT'), ('month', 'NN'), ('when', 'WRB'), ('armenian', 'JJ'), ('forces', 'NNS'), ('seized', 'VBD'), ('the', 'DT'), ('town', 'NN'), ('of', 'IN'), ('kelbajar', 'NN'), ('and', 'CC'), ('later', 'RB'), ('positioned', 'VBD'), ('themselves', 'PRP'), ('outside', 'IN'), ('fizuli', 'NN'), ('near', 'IN'), ('the', 'DT'), ('iranian', 'JJ'), ('border', 'NN')] | ['turkey', 'sends', 'light', 'weapon', 'aid', 'azerbaijan', 'seva', 'ulman', 'ankara', 'turkey', 'upi', 'turkey', 'arm', 'azerbaijan', 'light', 'weapon', 'help', 'fight', 'armenian', 'force', 'struggle', 'nagorno', 'karabakh', 'enclave', 'newspaper', 'hurriyet', 'say', 'thursday', 'deputy', 'prime', 'minister', 'erdal', 'inonu', 'tell', 'reporter', 'ankara', 'turkey', 'respond', 'positively', 'request', 'azerbaijan', 'assistance', 'give', 'positive', 'response', 'request', 'azerbaijan', 'within', 'limit', 'capability', 'say', 'foreign', 'ministry', 'spokesman', 'vural', 'valkan', 'decline', 'elaborate', 'nature', 'aid', 'send', 'azerbaijan', 'say', 'within', 'framework', 'council', 'security', 'cooperation', 'europe', 'hurriyet', 'publish', 'istanbul', 'say', 'turkey', 'send', 'light', 'weapon', 'azerbaijan', 'include', 'rocket', 'rocket', 'launcher', 'ammunition', 'ankara', 'begin', 'send', 'hardware', 'visit', 'turkey', 'last', 'week', 'high', 'rank', 'azerbaijani', 'official', 'turkey', 'however', 'rule', 'second', 'time', 'one', 'week', 'would', 'intervene', 'militarily', 'azerbaijan', 'wednesday', 'inonu', 'tell', 'reporter', 'ankara', 'would', 'allow', 'azerbaijan', 'suffer', 'defeat', 'hand', 'armenian', 'feel', 'bound', 'help', 'azerbaijan', 'position', 'right', 'tell', 'form', 'help', 'may', 'take', 'future', 'say', 'say', 'turkish', 'aid', 'azerbaijan', 'continue', 'whole', 'world', 'know', 'prime', 'minister', 'suleyman', 'demirel', 'reiterate', 'turkey', 'would', 'get', 'militarily', 'involve', 'conflict', 'foreign', 'policy', 'decision', 'could', 'base', 'street', 'level', 'excitement', 'say', 'immediate', 'reaction', 'ankara', 'regional', 'report', 'base', 'armenian', 'source', 'yerevan', 'say', 'turkish', 'pilot', 'officer', 'capture', 'shoot', 'fly', 'azerbaijani', 'warplane', 'helicopter', 'newspaper', 'cumhuriyet', 'say', 'turkish', 'troop', 'dig', 'along', 'border', 'armenia', 'military', 'source', 'deny', 'report', 'base', 'claim', 'local', 'people', 'gunfire', 'hear', 'along', 'border', 'military', 'action', 'occur', 'source', 'say', 'late', 'upsurge', 'fight', 'armenian', 'azerbaijani', 'flare', 'early', 'month', 'armenian', 'force', 'seize', 'town', 'kelbajar', 'later', 'position', 'outside', 'fizuli', 'near', 'iranian', 'border'] | ['armenian_force', 'nagorno_karabakh', 'prime_minister', 'within_limit', 'foreign_ministry', 'say_turkey', 'rocket_launcher', 'last_week', 'azerbaijani_official', 'second_time', 'time_one', 'one_week', 'week_would', 'would_allow', 'right_tell', 'form_help', 'may_take', 'say_say', 'say_turkish', 'whole_world', 'world_know', 'prime_minister', 'would_get', 'involve_conflict', 'foreign_policy', 'say_turkish', 'say_turkish', 'border_armenia', 'military_action', 'source_say', 'armenian_azerbaijani', 'armenian_force'] | talk_politics_mideast_75990 |@lemmatized turkey:8 sends:1 light:3 weapon:3 aid:3 azerbaijan:10 seva:1 ulman:1 ankara:5 upi:1 arm:1 help:3 fight:2 armenian:5 force:2 struggle:1 nagorno:1 karabakh:1 enclave:1 newspaper:2 hurriyet:2 say:10 thursday:1 deputy:1 prime:2 minister:2 erdal:1 inonu:2 tell:3 reporter:2 respond:1 positively:1 request:2 assistance:1 give:1 positive:1 response:1 within:2 limit:1 capability:1 foreign:2 ministry:1 spokesman:1 vural:1 valkan:1 decline:1 elaborate:1 nature:1 send:3 framework:1 council:1 security:1 cooperation:1 europe:1 publish:1 istanbul:1 include:1 rocket:2 launcher:1 ammunition:1 begin:1 hardware:1 visit:1 last:1 week:2 high:1 rank:1 azerbaijani:3 official:1 however:1 rule:1 second:1 time:1 one:1 would:3 intervene:1 militarily:2 wednesday:1 allow:1 suffer:1 defeat:1 hand:1 feel:1 bound:1 position:2 right:1 form:1 may:1 take:1 future:1 turkish:3 continue:1 whole:1 world:1 know:1 suleyman:1 demirel:1 reiterate:1 get:1 involve:1 conflict:1 policy:1 decision:1 could:1 base:3 street:1 level:1 excitement:1 immediate:1 reaction:1 regional:1 report:2 source:3 yerevan:1 pilot:1 officer:1 capture:1 shoot:1 fly:1 warplane:1 helicopter:1 cumhuriyet:1 troop:1 dig:1 along:2 border:3 armenia:1 military:2 deny:1 claim:1 local:1 people:1 gunfire:1 hear:1 action:1 occur:1 late:1 upsurge:1 flare:1 early:1 month:1 seize:1 town:1 kelbajar:1 later:1 outside:1 fizuli:1 near:1 iranian:1 |@bigram armenian_force:2 nagorno_karabakh:1 prime_minister:2 within_limit:1 foreign_ministry:1 say_turkey:1 rocket_launcher:1 last_week:1 azerbaijani_official:1 second_time:1 time_one:1 one_week:1 week_would:1 would_allow:1 right_tell:1 form_help:1 may_take:1 say_say:1 say_turkish:3 whole_world:1 world_know:1 would_get:1 involve_conflict:1 foreign_policy:1 border_armenia:1 military_action:1 source_say:1 armenian_azerbaijani:1 |
3,341 | a friend of mine has eight (8) 4mb 70ns simms for sale for $105/each or best
offer. since techworks sells these puppies for $140/ea., you may want to
contact him directly at:
steve epstein
895-6236 days
706-2436 evenings
thanks,
bruce l. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.mac.hardware/51866 | 4 | comp_sys_mac_hardware_51866 | [('friend', 'NN'), ('of', 'IN'), ('mine', 'NN'), ('has', 'VBZ'), ('eight', 'CD'), ('4mb', 'CD'), ('70ns', 'CD'), ('simms', 'NN'), ('for', 'IN'), ('sale', 'NN'), ('for', 'IN'), ('105', 'CD'), ('each', 'DT'), ('or', 'CC'), ('best', 'JJS'), ('offer', 'NN'), ('since', 'IN'), ('techworks', 'NNS'), ('sells', 'VBZ'), ('these', 'DT'), ('puppies', 'NNS'), ('for', 'IN'), ('140', 'CD'), ('ea', 'JJ'), ('.,', 'NNP'), ('you', 'PRP'), ('may', 'MD'), ('want', 'VB'), ('to', 'TO'), ('contact', 'VB'), ('him', 'PRP'), ('directly', 'RB'), ('at', 'IN'), ('steve', 'JJ'), ('epstein', 'NN'), ('895', 'CD'), ('6236', 'CD'), ('days', 'NNS'), ('706', 'CD'), ('2436', 'CD'), ('evenings', 'NNS'), ('thanks', 'NNS'), ('bruce', 'VBP')] | ['friend', 'mine', 'eight', 'simms', 'sale', 'best', 'offer', 'since', 'techworks', 'sell', 'puppy', 'ea', 'may', 'want', 'contact', 'directly', 'steve', 'epstein', 'day', 'evening', 'thanks', 'bruce'] | ['friend_mine', 'best_offer', 'may_want'] | comp_sys_mac_hardware_51866 |@lemmatized friend:1 mine:1 eight:1 simms:1 sale:1 best:1 offer:1 since:1 techworks:1 sell:1 puppy:1 ea:1 may:1 want:1 contact:1 directly:1 steve:1 epstein:1 day:1 evening:1 thanks:1 bruce:1 |@bigram friend_mine:1 best_offer:1 may_want:1 |
3,342 | From _Myths and Facts_, by Leonard J. Davis, Near East Research Inc.,
1989:
[pp. 108-109]
"Unlike the PLO's almost exclusive focus on civilian targets, the
100 troups from the Irgun and Stern group that struck at Deir Yassin
on April 10, 1948, targeted the village for its military importance.
Deir Yassin was on the road to Jerusalem, which the Arabs had
blockaded, and it housed Iraqi troups and Palestinian irregulars.
Snipers based in Deir Yassin were a constant threat to Jewish citizens
in Jerusalem.
"Arab civilians were killed at Deir Yassin, but that attack does
not conform to the propaganda picture that the Arabs have tried to
paint. The number of Arabs killed was generally reported to be about
250. In 1983, however, Eric Silver of _The Guardian_ (Britain)
interviewed a survivor, Mophammed Sammour, who testified that 116 out
of a population of 800-1000 were killed. 'About three days after the
massacre,' Sammour explained, 'representatives of each of the five
clans in Deir Yassin met at the Moslem offices in Jerusalem and made a
list of the people who had not been found (alive). We went through the
names. Nothing has happend since 1948 to make me think this figure
was wrong.' | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76183 | 17 | talk_politics_mideast_76183 | [('from', 'IN'), ('_myths', 'NNS'), ('and', 'CC'), ('facts_', 'NN'), ('by', 'IN'), ('leonard', 'JJ'), ('davis', 'NN'), ('near', 'IN'), ('east', 'JJ'), ('research', 'NN'), ('inc', 'NN'), ('.,', 'NN'), ('1989', 'CD'), ('pp', 'NN'), ('108', 'CD'), ('109', 'CD'), ('unlike', 'IN'), ('the', 'DT'), ('plo', 'NN'), ('almost', 'RB'), ('exclusive', 'JJ'), ('focus', 'NN'), ('on', 'IN'), ('civilian', 'JJ'), ('targets', 'NNS'), ('the', 'DT'), ('100', 'CD'), ('troups', 'NNS'), ('from', 'IN'), ('the', 'DT'), ('irgun', 'NN'), ('and', 'CC'), ('stern', 'JJ'), ('group', 'NN'), ('that', 'WDT'), ('struck', 'VBD'), ('at', 'IN'), ('deir', 'JJ'), ('yassin', 'NN'), ('on', 'IN'), ('april', 'NN'), ('10', 'CD'), ('1948', 'CD'), ('targeted', 'VBD'), ('the', 'DT'), ('village', 'NN'), ('for', 'IN'), ('its', 'PRP$'), ('military', 'JJ'), ('importance', 'NN'), ('deir', 'VBD'), ('yassin', 'NN'), ('was', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('road', 'NN'), ('to', 'TO'), ('jerusalem', 'VB'), ('which', 'WDT'), ('the', 'DT'), ('arabs', 'NN'), ('had', 'VBD'), ('blockaded', 'VBN'), ('and', 'CC'), ('it', 'PRP'), ('housed', 'VBD'), ('iraqi', 'JJ'), ('troups', 'NNS'), ('and', 'CC'), ('palestinian', 'JJ'), ('irregulars', 'NNS'), ('snipers', 'NNS'), ('based', 'VBN'), ('in', 'IN'), ('deir', 'JJ'), ('yassin', 'NN'), ('were', 'VBD'), ('constant', 'JJ'), ('threat', 'NN'), ('to', 'TO'), ('jewish', 'VB'), ('citizens', 'NNS'), ('in', 'IN'), ('jerusalem', 'NN'), ('arab', 'NN'), ('civilians', 'NNS'), ('were', 'VBD'), ('killed', 'VBN'), ('at', 'IN'), ('deir', 'JJ'), ('yassin', 'NN'), ('but', 'CC'), ('that', 'DT'), ('attack', 'NN'), ('does', 'VBZ'), ('not', 'RB'), ('conform', 'VB'), ('to', 'TO'), ('the', 'DT'), ('propaganda', 'NN'), ('picture', 'NN'), ('that', 'IN'), ('the', 'DT'), ('arabs', 'NNS'), ('have', 'VBP'), ('tried', 'VBN'), ('to', 'TO'), ('paint', 'VB'), ('the', 'DT'), ('number', 'NN'), ('of', 'IN'), ('arabs', 'NNS'), ('killed', 'VBN'), ('was', 'VBD'), ('generally', 'RB'), ('reported', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('about', 'RB'), ('250', 'CD'), ('in', 'IN'), ('1983', 'CD'), ('however', 'RB'), ('eric', 'JJ'), ('silver', 'NN'), ('of', 'IN'), ('_the', 'NNP'), ('guardian_', 'NN'), ('britain', 'NN'), ('interviewed', 'VBD'), ('survivor', 'NN'), ('mophammed', 'VBN'), ('sammour', 'NNS'), ('who', 'WP'), ('testified', 'VBD'), ('that', 'IN'), ('116', 'CD'), ('out', 'IN'), ('of', 'IN'), ('population', 'NN'), ('of', 'IN'), ('800', 'CD'), ('1000', 'CD'), ('were', 'VBD'), ('killed', 'VBN'), ('about', 'IN'), ('three', 'CD'), ('days', 'NNS'), ('after', 'IN'), ('the', 'DT'), ('massacre', 'NN'), (",'", 'NNP'), ('sammour', 'NN'), ('explained', 'VBD'), ('representatives', 'NNS'), ('of', 'IN'), ('each', 'DT'), ('of', 'IN'), ('the', 'DT'), ('five', 'CD'), ('clans', 'NNS'), ('in', 'IN'), ('deir', 'NN'), ('yassin', 'NN'), ('met', 'VBD'), ('at', 'IN'), ('the', 'DT'), ('moslem', 'NN'), ('offices', 'NNS'), ('in', 'IN'), ('jerusalem', 'NN'), ('and', 'CC'), ('made', 'VBD'), ('list', 'NN'), ('of', 'IN'), ('the', 'DT'), ('people', 'NNS'), ('who', 'WP'), ('had', 'VBD'), ('not', 'RB'), ('been', 'VBN'), ('found', 'VBN'), ('alive', 'JJ'), (').', 'NN'), ('we', 'PRP'), ('went', 'VBD'), ('through', 'IN'), ('the', 'DT'), ('names', 'NNS'), ('nothing', 'NN'), ('has', 'VBZ'), ('happend', 'VBN'), ('since', 'IN'), ('1948', 'CD'), ('to', 'TO'), ('make', 'VB'), ('me', 'PRP'), ('think', 'VB'), ('this', 'DT'), ('figure', 'NN'), ('was', 'VBD'), ('wrong', 'JJ'), (".'", 'NN')] | ['leonard', 'davis', 'near', 'east', 'research', 'inc', 'pp', 'unlike', 'plo', 'almost', 'exclusive', 'focus', 'civilian', 'target', 'troups', 'irgun', 'stern', 'group', 'strike', 'deir', 'yassin', 'april', 'target', 'village', 'military', 'importance', 'deir', 'yassin', 'road', 'jerusalem', 'arab', 'blockade', 'house', 'iraqi', 'troups', 'palestinian', 'irregular', 'sniper', 'base', 'deir', 'yassin', 'constant', 'threat', 'jewish', 'citizen', 'jerusalem', 'arab', 'civilian', 'kill', 'deir', 'yassin', 'attack', 'conform', 'propaganda', 'picture', 'arab', 'try', 'paint', 'number', 'arab', 'kill', 'generally', 'report', 'however', 'eric', 'silver', 'britain', 'interview', 'survivor', 'mophammed', 'sammour', 'testify', 'population', 'kill', 'three', 'day', 'massacre', 'sammour', 'explain', 'representative', 'five', 'clan', 'deir', 'yassin', 'meet', 'moslem', 'office', 'jerusalem', 'make', 'list', 'people', 'find', 'alive', 'go', 'name', 'nothing', 'happend', 'since', 'make', 'think', 'figure', 'wrong'] | ['near_east', 'research_inc', 'deir_yassin', 'deir_yassin', 'deir_yassin', 'deir_yassin', 'arab_kill', 'kill_three', 'three_day', 'deir_yassin', 'make_list', 'list_people', 'people_find', 'since_make', 'make_think'] | talk_politics_mideast_76183 |@lemmatized leonard:1 davis:1 near:1 east:1 research:1 inc:1 pp:1 unlike:1 plo:1 almost:1 exclusive:1 focus:1 civilian:2 target:2 troups:2 irgun:1 stern:1 group:1 strike:1 deir:5 yassin:5 april:1 village:1 military:1 importance:1 road:1 jerusalem:3 arab:4 blockade:1 house:1 iraqi:1 palestinian:1 irregular:1 sniper:1 base:1 constant:1 threat:1 jewish:1 citizen:1 kill:3 attack:1 conform:1 propaganda:1 picture:1 try:1 paint:1 number:1 generally:1 report:1 however:1 eric:1 silver:1 britain:1 interview:1 survivor:1 mophammed:1 sammour:2 testify:1 population:1 three:1 day:1 massacre:1 explain:1 representative:1 five:1 clan:1 meet:1 moslem:1 office:1 make:2 list:1 people:1 find:1 alive:1 go:1 name:1 nothing:1 happend:1 since:1 think:1 figure:1 wrong:1 |@bigram near_east:1 research_inc:1 deir_yassin:5 arab_kill:1 kill_three:1 three_day:1 make_list:1 list_people:1 people_find:1 since_make:1 make_think:1 |
3,343 |
That's nice. We strive for entertainment value. :-)
In the first place, you have to realize the feeling goes both
ways. Canadians laugh at the U.S., and Americans simply shrug and
woner why the hell we let them be a State in the first place. ;-)
Interesting strategy, posting here with complaints about
people elsewhere.
Courtesy is apparently a dead commodity in the rest of the
civilized world. "Gun nut morons," indeed.
We've got guns, they've got a monarch and an economy on the verg
of collapse. Finger pointing across the Atlanticis a waste or time.
Canada has been blaming the U.S. for their problems for years.
The simple fact of the matter is this: Ten years ago they crowed about
how great their system was because they'd gotten rid of the guns and
the U.S. would be so much better if they'd just get into the divine light
shining from the North. We pointed out that it was cultural differences,
and pointed to their pre-control crime rates. We also pointed out that
the history of the entire world contained smuggling, and that whenever
something was wanted, it was smuggled in.
If the problem were based on U.S. guns, it would have surfaced
years before.
Now more Canadian criminals want guns. And they are being provided.
Canada has its own version of the drug problem. Yet drugs are prohibited
in the U.S.
Saw a news report out of Britain that armed crime is on the rise,
and several police agencies are considering have permanent "firearms
officers" to deal with it.
According to U.S. News & World Report, British handgun deaths have
risen over 250% over the past twelve years. The U.S. number has dropped
5%.
Maybe they're smuggling them across the U.S./U.K. border. Yeah,
that's the ticket.
Have a nice day, Steve. Learn a little common courtesy and
politeness.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.guns/54175 | 16 | talk_politics_guns_54175 | [('that', 'DT'), ('nice', 'JJ'), ('we', 'PRP'), ('strive', 'VBP'), ('for', 'IN'), ('entertainment', 'NN'), ('value', 'NN'), (':-)', 'NN'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('place', 'NN'), ('you', 'PRP'), ('have', 'VBP'), ('to', 'TO'), ('realize', 'VB'), ('the', 'DT'), ('feeling', 'NN'), ('goes', 'VBZ'), ('both', 'DT'), ('ways', 'NNS'), ('canadians', 'VBP'), ('laugh', 'NN'), ('at', 'IN'), ('the', 'DT'), ('.,', 'NN'), ('and', 'CC'), ('americans', 'NNS'), ('simply', 'RB'), ('shrug', 'JJ'), ('and', 'CC'), ('woner', 'JJ'), ('why', 'WRB'), ('the', 'DT'), ('hell', 'NN'), ('we', 'PRP'), ('let', 'VBD'), ('them', 'PRP'), ('be', 'VB'), ('state', 'NN'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('place', 'NN'), (';-)', 'JJ'), ('interesting', 'JJ'), ('strategy', 'NN'), ('posting', 'VBG'), ('here', 'RB'), ('with', 'IN'), ('complaints', 'NNS'), ('about', 'IN'), ('people', 'NNS'), ('elsewhere', 'RB'), ('courtesy', 'VBP'), ('is', 'VBZ'), ('apparently', 'RB'), ('dead', 'JJ'), ('commodity', 'NN'), ('in', 'IN'), ('the', 'DT'), ('rest', 'NN'), ('of', 'IN'), ('the', 'DT'), ('civilized', 'JJ'), ('world', 'NN'), ('gun', 'NN'), ('nut', 'JJ'), ('morons', 'NNS'), (',"', 'VBP'), ('indeed', 'RB'), ('we', 'PRP'), ('ve', 'VBP'), ('got', 'VBD'), ('guns', 'NNS'), ('they', 'PRP'), ('ve', 'VBP'), ('got', 'VBD'), ('monarch', 'NN'), ('and', 'CC'), ('an', 'DT'), ('economy', 'NN'), ('on', 'IN'), ('the', 'DT'), ('verg', 'NN'), ('of', 'IN'), ('collapse', 'NN'), ('finger', 'NN'), ('pointing', 'VBG'), ('across', 'IN'), ('the', 'DT'), ('atlanticis', 'NN'), ('waste', 'NN'), ('or', 'CC'), ('time', 'NN'), ('canada', 'NN'), ('has', 'VBZ'), ('been', 'VBN'), ('blaming', 'VBG'), ('the', 'DT'), ('for', 'IN'), ('their', 'PRP$'), ('problems', 'NNS'), ('for', 'IN'), ('years', 'NNS'), ('the', 'DT'), ('simple', 'JJ'), ('fact', 'NN'), ('of', 'IN'), ('the', 'DT'), ('matter', 'NN'), ('is', 'VBZ'), ('this', 'DT'), ('ten', 'JJ'), ('years', 'NNS'), ('ago', 'IN'), ('they', 'PRP'), ('crowed', 'VBD'), ('about', 'IN'), ('how', 'WRB'), ('great', 'JJ'), ('their', 'PRP$'), ('system', 'NN'), ('was', 'VBD'), ('because', 'IN'), ('they', 'PRP'), ('gotten', 'VBP'), ('rid', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('guns', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('would', 'MD'), ('be', 'VB'), ('so', 'RB'), ('much', 'JJ'), ('better', 'JJR'), ('if', 'IN'), ('they', 'PRP'), ('just', 'RB'), ('get', 'VB'), ('into', 'IN'), ('the', 'DT'), ('divine', 'NN'), ('light', 'JJ'), ('shining', 'VBG'), ('from', 'IN'), ('the', 'DT'), ('north', 'NN'), ('we', 'PRP'), ('pointed', 'VBD'), ('out', 'RP'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('cultural', 'JJ'), ('differences', 'NNS'), ('and', 'CC'), ('pointed', 'VBD'), ('to', 'TO'), ('their', 'PRP$'), ('pre', 'NNS'), ('control', 'NN'), ('crime', 'NN'), ('rates', 'NNS'), ('we', 'PRP'), ('also', 'RB'), ('pointed', 'VBD'), ('out', 'RP'), ('that', 'IN'), ('the', 'DT'), ('history', 'NN'), ('of', 'IN'), ('the', 'DT'), ('entire', 'JJ'), ('world', 'NN'), ('contained', 'VBD'), ('smuggling', 'VBG'), ('and', 'CC'), ('that', 'IN'), ('whenever', 'WRB'), ('something', 'NN'), ('was', 'VBD'), ('wanted', 'VBN'), ('it', 'PRP'), ('was', 'VBD'), ('smuggled', 'VBN'), ('in', 'IN'), ('if', 'IN'), ('the', 'DT'), ('problem', 'NN'), ('were', 'VBD'), ('based', 'VBN'), ('on', 'IN'), ('guns', 'NNS'), ('it', 'PRP'), ('would', 'MD'), ('have', 'VB'), ('surfaced', 'VBN'), ('years', 'NNS'), ('before', 'RB'), ('now', 'RB'), ('more', 'RBR'), ('canadian', 'JJ'), ('criminals', 'NNS'), ('want', 'VBP'), ('guns', 'NNS'), ('and', 'CC'), ('they', 'PRP'), ('are', 'VBP'), ('being', 'VBG'), ('provided', 'VBN'), ('canada', 'NN'), ('has', 'VBZ'), ('its', 'PRP$'), ('own', 'JJ'), ('version', 'NN'), ('of', 'IN'), ('the', 'DT'), ('drug', 'NN'), ('problem', 'NN'), ('yet', 'RB'), ('drugs', 'NNS'), ('are', 'VBP'), ('prohibited', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('saw', 'JJ'), ('news', 'NN'), ('report', 'NN'), ('out', 'IN'), ('of', 'IN'), ('britain', 'NN'), ('that', 'IN'), ('armed', 'VBD'), ('crime', 'NN'), ('is', 'VBZ'), ('on', 'IN'), ('the', 'DT'), ('rise', 'NN'), ('and', 'CC'), ('several', 'JJ'), ('police', 'NN'), ('agencies', 'NNS'), ('are', 'VBP'), ('considering', 'VBG'), ('have', 'VBP'), ('permanent', 'JJ'), ('firearms', 'NNS'), ('officers', 'NNS'), ('to', 'TO'), ('deal', 'VB'), ('with', 'IN'), ('it', 'PRP'), ('according', 'VBG'), ('to', 'TO'), ('news', 'NN'), ('world', 'NN'), ('report', 'NN'), ('british', 'JJ'), ('handgun', 'JJ'), ('deaths', 'NNS'), ('have', 'VBP'), ('risen', 'VBN'), ('over', 'IN'), ('250', 'CD'), ('over', 'IN'), ('the', 'DT'), ('past', 'JJ'), ('twelve', 'NN'), ('years', 'NNS'), ('the', 'DT'), ('number', 'NN'), ('has', 'VBZ'), ('dropped', 'VBN'), ('%.', 'NNP'), ('maybe', 'RB'), ('they', 'PRP'), ('re', 'VBP'), ('smuggling', 'VBG'), ('them', 'PRP'), ('across', 'IN'), ('the', 'DT'), ('./', 'NNP'), ('border', 'NN'), ('yeah', 'NN'), ('that', 'IN'), ('the', 'DT'), ('ticket', 'NN'), ('have', 'VBP'), ('nice', 'VBN'), ('day', 'NN'), ('steve', 'VB'), ('learn', 'NN'), ('little', 'JJ'), ('common', 'JJ'), ('courtesy', 'NN'), ('and', 'CC'), ('politeness', 'NN')] | ['nice', 'strive', 'entertainment', 'value', 'first', 'place', 'realize', 'feeling', 'go', 'way', 'canadians', 'laugh', 'american', 'simply', 'shrug', 'hell', 'let', 'state', 'first', 'place', 'interesting', 'strategy', 'post', 'complaint', 'people', 'elsewhere', 'courtesy', 'apparently', 'dead', 'commodity', 'rest', 'civilized', 'world', 'gun', 'nut', 'moron', 'indeed', 'get', 'gun', 'get', 'monarch', 'economy', 'verg', 'collapse', 'finger', 'point', 'across', 'atlanticis', 'waste', 'time', 'canada', 'blame', 'problem', 'year', 'simple', 'fact', 'matter', 'ten', 'year', 'ago', 'crow', 'great', 'system', 'get', 'rid', 'gun', 'would', 'much', 'good', 'get', 'divine', 'light', 'shin', 'north', 'point', 'cultural', 'difference', 'point', 'pre', 'control', 'crime', 'rate', 'also', 'point', 'history', 'entire', 'world', 'contain', 'smuggle', 'whenever', 'something', 'want', 'smuggle', 'problem', 'base', 'gun', 'would', 'surface', 'year', 'canadian', 'criminal', 'want', 'gun', 'provide', 'canada', 'version', 'drug', 'problem', 'yet', 'drug', 'prohibit', 'saw', 'news', 'report', 'britain', 'arm', 'crime', 'rise', 'several', 'police', 'agency', 'consider', 'permanent', 'firearm', 'officer', 'deal', 'accord', 'news', 'world', 'report', 'british', 'handgun', 'death', 'rise', 'past', 'twelve', 'year', 'number', 'drop', 'maybe', 'smuggle', 'across', 'border', 'yeah', 'ticket', 'nice', 'day', 'steve', 'learn', 'little', 'common', 'courtesy', 'politeness'] | ['value_first', 'first_place', 'go_way', 'first_place', 'gun_nut', 'get_gun', 'gun_get', 'waste_time', 'simple_fact', 'fact_matter', 'ten_year', 'year_ago', 'system_get', 'get_rid', 'gun_would', 'would_much', 'much_good', 'good_get', 'crime_rate', 'also_point', 'something_want', 'gun_would', 'drug_problem', 'news_report', 'police_agency', 'twelve_year', 'year_number', 'across_border'] | talk_politics_guns_54175 |@lemmatized nice:2 strive:1 entertainment:1 value:1 first:2 place:2 realize:1 feeling:1 go:1 way:1 canadians:1 laugh:1 american:1 simply:1 shrug:1 hell:1 let:1 state:1 interesting:1 strategy:1 post:1 complaint:1 people:1 elsewhere:1 courtesy:2 apparently:1 dead:1 commodity:1 rest:1 civilized:1 world:3 gun:5 nut:1 moron:1 indeed:1 get:4 monarch:1 economy:1 verg:1 collapse:1 finger:1 point:4 across:2 atlanticis:1 waste:1 time:1 canada:2 blame:1 problem:3 year:4 simple:1 fact:1 matter:1 ten:1 ago:1 crow:1 great:1 system:1 rid:1 would:2 much:1 good:1 divine:1 light:1 shin:1 north:1 cultural:1 difference:1 pre:1 control:1 crime:2 rate:1 also:1 history:1 entire:1 contain:1 smuggle:3 whenever:1 something:1 want:2 base:1 surface:1 canadian:1 criminal:1 provide:1 version:1 drug:2 yet:1 prohibit:1 saw:1 news:2 report:2 britain:1 arm:1 rise:2 several:1 police:1 agency:1 consider:1 permanent:1 firearm:1 officer:1 deal:1 accord:1 british:1 handgun:1 death:1 past:1 twelve:1 number:1 drop:1 maybe:1 border:1 yeah:1 ticket:1 day:1 steve:1 learn:1 little:1 common:1 politeness:1 |@bigram value_first:1 first_place:2 go_way:1 gun_nut:1 get_gun:1 gun_get:1 waste_time:1 simple_fact:1 fact_matter:1 ten_year:1 year_ago:1 system_get:1 get_rid:1 gun_would:2 would_much:1 much_good:1 good_get:1 crime_rate:1 also_point:1 something_want:1 drug_problem:1 news_report:1 police_agency:1 twelve_year:1 year_number:1 across_border:1 |
3,344 |
I'm sorry, I thought we were discussing heresy. I assumed that heresy
meant a departure from orthodoxy, in which case generally accepted belief is
indeed an important issue. In this case, the definition of the word "create"
is of great importance, since creation is the issue being discussed.
I should have said "given the Mormon belief." If you disagree with the
Mormon belief that creation is more a function of organization of eternally
existent substance than one of ex nihilo creation, then that is the important
point.
Correction: you interpret the Bible to mean something very specific by
such terms.
It always cracks me up when anti-Mormons presume to tell Mormons what they
believe. Mormons do, in fact, believe that all people, including Christ and
Lucifer, are children of God in the sense that we were all created (or
organized or whatever) by Him. We also believe that being "offspring" of
God has a symbolic sense when applied to being spiritually "born again" of
Him. Thus the same word can be used to convey different meanings. This is
how language works, Robert, and it's why making someone an offender for a
word is dangerous.
<...>
On the contrary, Robert, it is not a red herring at all to show that those
who rely wholly on the Bible cannot seem to agree on what it says. You say
that one must simply "look at the Bible" to see what it teaches, but centuries
of people doing just that have sho0wn that no one is really sure what it says.
Are we to believe that you are the only one who really understands the
scriptures?
Let me clarify this one more time. You did not refer to the Mormon belief
that Jesus needed to be saved, but rather to McConkie's belief in same. We
keep trying to point out to you that Bruce McConkie is not the source of
Mormon doctrine, and you keep ignoring it. (see below)
On the contrary, Robert, if you are quoting McConkie's words as Mormon
canon then the question of whether they are canon or not is of *great*
importance. The fact is that they are not. Whether or not they indicate
general Mormon belief would only be ascertainable by interviewing a large
number of Mormons. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.religion.misc/83788 | 19 | talk_religion_misc_83788 | [('sorry', 'JJ'), ('thought', 'VBN'), ('we', 'PRP'), ('were', 'VBD'), ('discussing', 'VBG'), ('heresy', 'NN'), ('assumed', 'VBD'), ('that', 'IN'), ('heresy', 'NN'), ('meant', 'JJ'), ('departure', 'NN'), ('from', 'IN'), ('orthodoxy', 'NN'), ('in', 'IN'), ('which', 'WDT'), ('case', 'NN'), ('generally', 'RB'), ('accepted', 'VBN'), ('belief', 'NN'), ('is', 'VBZ'), ('indeed', 'RB'), ('an', 'DT'), ('important', 'JJ'), ('issue', 'NN'), ('in', 'IN'), ('this', 'DT'), ('case', 'NN'), ('the', 'DT'), ('definition', 'NN'), ('of', 'IN'), ('the', 'DT'), ('word', 'NN'), ('create', 'NN'), ('is', 'VBZ'), ('of', 'IN'), ('great', 'JJ'), ('importance', 'NN'), ('since', 'IN'), ('creation', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('issue', 'NN'), ('being', 'VBG'), ('discussed', 'VBN'), ('should', 'MD'), ('have', 'VB'), ('said', 'VBD'), ('given', 'VBN'), ('the', 'DT'), ('mormon', 'JJ'), ('belief', 'NN'), ('."', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('disagree', 'VBP'), ('with', 'IN'), ('the', 'DT'), ('mormon', 'NN'), ('belief', 'NN'), ('that', 'DT'), ('creation', 'NN'), ('is', 'VBZ'), ('more', 'JJR'), ('function', 'NN'), ('of', 'IN'), ('organization', 'NN'), ('of', 'IN'), ('eternally', 'RB'), ('existent', 'JJ'), ('substance', 'NN'), ('than', 'IN'), ('one', 'CD'), ('of', 'IN'), ('ex', 'NN'), ('nihilo', 'FW'), ('creation', 'NN'), ('then', 'RB'), ('that', 'DT'), ('is', 'VBZ'), ('the', 'DT'), ('important', 'JJ'), ('point', 'NN'), ('correction', 'NN'), ('you', 'PRP'), ('interpret', 'VBP'), ('the', 'DT'), ('bible', 'JJ'), ('to', 'TO'), ('mean', 'VB'), ('something', 'NN'), ('very', 'RB'), ('specific', 'JJ'), ('by', 'IN'), ('such', 'JJ'), ('terms', 'NNS'), ('it', 'PRP'), ('always', 'RB'), ('cracks', 'VBZ'), ('me', 'PRP'), ('up', 'RP'), ('when', 'WRB'), ('anti', 'JJ'), ('mormons', 'NNS'), ('presume', 'VBP'), ('to', 'TO'), ('tell', 'VB'), ('mormons', 'NNS'), ('what', 'WP'), ('they', 'PRP'), ('believe', 'VBP'), ('mormons', 'NNS'), ('do', 'VBP'), ('in', 'IN'), ('fact', 'NN'), ('believe', 'VBP'), ('that', 'IN'), ('all', 'DT'), ('people', 'NNS'), ('including', 'VBG'), ('christ', 'NN'), ('and', 'CC'), ('lucifer', 'NN'), ('are', 'VBP'), ('children', 'NNS'), ('of', 'IN'), ('god', 'NN'), ('in', 'IN'), ('the', 'DT'), ('sense', 'NN'), ('that', 'IN'), ('we', 'PRP'), ('were', 'VBD'), ('all', 'DT'), ('created', 'VBN'), ('or', 'CC'), ('organized', 'VBN'), ('or', 'CC'), ('whatever', 'VBN'), ('by', 'IN'), ('him', 'PRP'), ('we', 'PRP'), ('also', 'RB'), ('believe', 'VBP'), ('that', 'IN'), ('being', 'VBG'), ('offspring', 'VBG'), ('of', 'IN'), ('god', 'NN'), ('has', 'VBZ'), ('symbolic', 'VBN'), ('sense', 'NN'), ('when', 'WRB'), ('applied', 'VBN'), ('to', 'TO'), ('being', 'VBG'), ('spiritually', 'RB'), ('born', 'VBN'), ('again', 'RB'), ('of', 'IN'), ('him', 'PRP'), ('thus', 'RB'), ('the', 'DT'), ('same', 'JJ'), ('word', 'NN'), ('can', 'MD'), ('be', 'VB'), ('used', 'VBN'), ('to', 'TO'), ('convey', 'VB'), ('different', 'JJ'), ('meanings', 'NNS'), ('this', 'DT'), ('is', 'VBZ'), ('how', 'WRB'), ('language', 'NN'), ('works', 'VBZ'), ('robert', 'RB'), ('and', 'CC'), ('it', 'PRP'), ('why', 'WRB'), ('making', 'VBG'), ('someone', 'NN'), ('an', 'DT'), ('offender', 'NN'), ('for', 'IN'), ('word', 'NN'), ('is', 'VBZ'), ('dangerous', 'JJ'), ('<...>', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('contrary', 'JJ'), ('robert', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('red', 'JJ'), ('herring', 'NN'), ('at', 'IN'), ('all', 'DT'), ('to', 'TO'), ('show', 'VB'), ('that', 'IN'), ('those', 'DT'), ('who', 'WP'), ('rely', 'VBP'), ('wholly', 'RB'), ('on', 'IN'), ('the', 'DT'), ('bible', 'JJ'), ('cannot', 'NN'), ('seem', 'VBP'), ('to', 'TO'), ('agree', 'VB'), ('on', 'IN'), ('what', 'WP'), ('it', 'PRP'), ('says', 'VBZ'), ('you', 'PRP'), ('say', 'VBP'), ('that', 'IN'), ('one', 'CD'), ('must', 'MD'), ('simply', 'RB'), ('look', 'VB'), ('at', 'IN'), ('the', 'DT'), ('bible', 'JJ'), ('to', 'TO'), ('see', 'VB'), ('what', 'WP'), ('it', 'PRP'), ('teaches', 'VBZ'), ('but', 'CC'), ('centuries', 'NNS'), ('of', 'IN'), ('people', 'NNS'), ('doing', 'VBG'), ('just', 'RB'), ('that', 'DT'), ('have', 'VBP'), ('sho0wn', 'VBN'), ('that', 'IN'), ('no', 'DT'), ('one', 'NN'), ('is', 'VBZ'), ('really', 'RB'), ('sure', 'JJ'), ('what', 'WP'), ('it', 'PRP'), ('says', 'VBZ'), ('are', 'VBP'), ('we', 'PRP'), ('to', 'TO'), ('believe', 'VB'), ('that', 'IN'), ('you', 'PRP'), ('are', 'VBP'), ('the', 'DT'), ('only', 'JJ'), ('one', 'NN'), ('who', 'WP'), ('really', 'RB'), ('understands', 'VBZ'), ('the', 'DT'), ('scriptures', 'NNS'), ('let', 'VB'), ('me', 'PRP'), ('clarify', 'VB'), ('this', 'DT'), ('one', 'CD'), ('more', 'JJR'), ('time', 'NN'), ('you', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('refer', 'VB'), ('to', 'TO'), ('the', 'DT'), ('mormon', 'NN'), ('belief', 'NN'), ('that', 'IN'), ('jesus', 'NN'), ('needed', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('saved', 'VBN'), ('but', 'CC'), ('rather', 'RB'), ('to', 'TO'), ('mcconkie', 'VB'), ('belief', 'NN'), ('in', 'IN'), ('same', 'JJ'), ('we', 'PRP'), ('keep', 'VB'), ('trying', 'VBG'), ('to', 'TO'), ('point', 'VB'), ('out', 'RP'), ('to', 'TO'), ('you', 'PRP'), ('that', 'IN'), ('bruce', 'VBP'), ('mcconkie', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('the', 'DT'), ('source', 'NN'), ('of', 'IN'), ('mormon', 'JJ'), ('doctrine', 'NN'), ('and', 'CC'), ('you', 'PRP'), ('keep', 'VBP'), ('ignoring', 'VBG'), ('it', 'PRP'), ('see', 'VBP'), ('below', 'IN'), ('on', 'IN'), ('the', 'DT'), ('contrary', 'JJ'), ('robert', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('are', 'VBP'), ('quoting', 'VBG'), ('mcconkie', 'NN'), ('words', 'NNS'), ('as', 'IN'), ('mormon', 'NN'), ('canon', 'NN'), ('then', 'RB'), ('the', 'DT'), ('question', 'NN'), ('of', 'IN'), ('whether', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('canon', 'JJ'), ('or', 'CC'), ('not', 'RB'), ('is', 'VBZ'), ('of', 'IN'), ('great', 'JJ'), ('importance', 'NN'), ('the', 'DT'), ('fact', 'NN'), ('is', 'VBZ'), ('that', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('not', 'RB'), ('whether', 'IN'), ('or', 'CC'), ('not', 'RB'), ('they', 'PRP'), ('indicate', 'VBP'), ('general', 'JJ'), ('mormon', 'NN'), ('belief', 'NN'), ('would', 'MD'), ('only', 'RB'), ('be', 'VB'), ('ascertainable', 'JJ'), ('by', 'IN'), ('interviewing', 'VBG'), ('large', 'JJ'), ('number', 'NN'), ('of', 'IN'), ('mormons', 'NNS')] | ['sorry', 'think', 'discuss', 'heresy', 'assume', 'heresy', 'meant', 'departure', 'orthodoxy', 'case', 'generally', 'accept', 'belief', 'indeed', 'important', 'issue', 'case', 'definition', 'word', 'create', 'great', 'importance', 'since', 'creation', 'issue', 'discuss', 'say', 'give', 'mormon', 'belief', 'disagree', 'mormon', 'belief', 'creation', 'function', 'organization', 'eternally', 'existent', 'substance', 'one', 'ex', 'nihilo', 'creation', 'important', 'point', 'correction', 'interpret', 'bible', 'mean', 'something', 'specific', 'term', 'always', 'crack', 'anti', 'mormon', 'presume', 'tell', 'mormon', 'believe', 'mormon', 'fact', 'believe', 'people', 'include', 'christ', 'lucifer', 'child', 'god', 'sense', 'create', 'organize', 'whatever', 'also', 'believe', 'offspring', 'god', 'symbolic', 'sense', 'apply', 'spiritually', 'bear', 'thus', 'word', 'use', 'convey', 'different', 'meaning', 'language', 'work', 'robert', 'make', 'someone', 'offender', 'word', 'dangerous', 'contrary', 'robert', 'red', 'herring', 'show', 'rely', 'wholly', 'bible', 'cannot', 'seem', 'agree', 'say', 'say', 'one', 'must', 'simply', 'look', 'bible', 'see', 'teach', 'century', 'people', 'one', 'really', 'sure', 'say', 'believe', 'one', 'really', 'understand', 'scripture', 'let', 'clarify', 'one', 'time', 'refer', 'mormon', 'belief', 'jesus', 'need', 'save', 'rather', 'mcconkie', 'belief', 'keep', 'try', 'point', 'bruce', 'mcconkie', 'source', 'mormon', 'doctrine', 'keep', 'ignore', 'see', 'contrary', 'robert', 'quote', 'mcconkie', 'word', 'mormon', 'canon', 'question', 'whether', 'canon', 'great', 'importance', 'fact', 'whether', 'indicate', 'general', 'mormon', 'belief', 'would', 'ascertainable', 'interview', 'large', 'number', 'mormon'] | ['sorry_think', 'generally_accept', 'case_definition', 'issue_discuss', 'say_give', 'mormon_belief', 'mormon_belief', 'eternally_existent', 'important_point', 'bible_mean', 'mean_something', 'mormon_believe', 'fact_believe', 'believe_people', 'people_include', 'child_god', 'also_believe', 'word_use', 'different_meaning', 'red_herring', 'seem_agree', 'agree_say', 'say_say', 'say_one', 'one_must', 'simply_look', 'look_bible', 'bible_see', 'people_one', 'one_really', 'really_sure', 'say_believe', 'believe_one', 'one_really', 'really_understand', 'one_time', 'mormon_belief', 'belief_jesus', 'need_save', 'keep_try', 'try_point', 'bruce_mcconkie', 'mormon_doctrine', 'question_whether', 'mormon_belief', 'large_number'] | talk_religion_misc_83788 |@lemmatized sorry:1 think:1 discuss:2 heresy:2 assume:1 meant:1 departure:1 orthodoxy:1 case:2 generally:1 accept:1 belief:6 indeed:1 important:2 issue:2 definition:1 word:4 create:2 great:2 importance:2 since:1 creation:3 say:4 give:1 mormon:10 disagree:1 function:1 organization:1 eternally:1 existent:1 substance:1 one:5 ex:1 nihilo:1 point:2 correction:1 interpret:1 bible:3 mean:1 something:1 specific:1 term:1 always:1 crack:1 anti:1 presume:1 tell:1 believe:4 fact:2 people:2 include:1 christ:1 lucifer:1 child:1 god:2 sense:2 organize:1 whatever:1 also:1 offspring:1 symbolic:1 apply:1 spiritually:1 bear:1 thus:1 use:1 convey:1 different:1 meaning:1 language:1 work:1 robert:3 make:1 someone:1 offender:1 dangerous:1 contrary:2 red:1 herring:1 show:1 rely:1 wholly:1 cannot:1 seem:1 agree:1 must:1 simply:1 look:1 see:2 teach:1 century:1 really:2 sure:1 understand:1 scripture:1 let:1 clarify:1 time:1 refer:1 jesus:1 need:1 save:1 rather:1 mcconkie:3 keep:2 try:1 bruce:1 source:1 doctrine:1 ignore:1 quote:1 canon:2 question:1 whether:2 indicate:1 general:1 would:1 ascertainable:1 interview:1 large:1 number:1 |@bigram sorry_think:1 generally_accept:1 case_definition:1 issue_discuss:1 say_give:1 mormon_belief:4 eternally_existent:1 important_point:1 bible_mean:1 mean_something:1 mormon_believe:1 fact_believe:1 believe_people:1 people_include:1 child_god:1 also_believe:1 word_use:1 different_meaning:1 red_herring:1 seem_agree:1 agree_say:1 say_say:1 say_one:1 one_must:1 simply_look:1 look_bible:1 bible_see:1 people_one:1 one_really:2 really_sure:1 say_believe:1 believe_one:1 really_understand:1 one_time:1 belief_jesus:1 need_save:1 keep_try:1 try_point:1 bruce_mcconkie:1 mormon_doctrine:1 question_whether:1 large_number:1 |
3,345 | : : 42 is 101010 binary, and who would forget that its the
: : answer to the Question of "Life, the Universe, and Everything else."
: : Of course the Question has not yet been discovered...
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
: But it WAS discovered (sort of). The question was "What is 7 times 8?"
[ Read on and there's a special prize at the bottom. Amaze your friends
and gain respect from your peers that you can carry on so long about the
number 42. ]
The original question was "What is the meaning of Life, the Universe, and
and Everything." The answer generated by Deep Thought (the 2nd largest
computer ever created) was 42. Deep Thought realized that to understand
the answer, one must really know what the question is. Unfortunately, he
didn't. But he was able to help build the largest computer (named Earth)
which could figure out the real question. (I know this is background
knowledge for everyone here... just bear with me a sec... :)
When Arthur pulled the scrabble tiles out of the bag, he spelled out
"What is nine times six?" (or the like). However, it is not clear that
the monkey-man had the right question in his brain, especially since it
was that lady in the diner (which was vaporized moments later) that came
up with the answer to how everyone could get along. On the other hand,
Marvin said he saw the answer in Dent's brain, so lets presume it's
correct.
Well, NINE TIMES SIX ***IS*** FORTY-TWO!!! ...in base 13.
Chew on that for awhile... :)
--
Chris Russell Custom software, networks, CASE tools, and consulting
Adaptive Solutions Sun SPARC, SGI IRIS, HP Apollo, Macintosh, & PC | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.graphics/38636 | 1 | comp_graphics_38636 | [('42', 'CD'), ('is', 'VBZ'), ('101010', 'CD'), ('binary', 'JJ'), ('and', 'CC'), ('who', 'WP'), ('would', 'MD'), ('forget', 'VB'), ('that', 'IN'), ('its', 'PRP$'), ('the', 'DT'), ('answer', 'NN'), ('to', 'TO'), ('the', 'DT'), ('question', 'NN'), ('of', 'IN'), ('life', 'NN'), ('the', 'DT'), ('universe', 'JJ'), ('and', 'CC'), ('everything', 'NN'), ('else', 'RB'), ('."', 'NNP'), ('of', 'IN'), ('course', 'NN'), ('the', 'DT'), ('question', 'NN'), ('has', 'VBZ'), ('not', 'RB'), ('yet', 'RB'), ('been', 'VBN'), ('discovered', 'VBN'), ('...', ':'), ('^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^', 'NN'), ('but', 'CC'), ('it', 'PRP'), ('was', 'VBD'), ('discovered', 'VBN'), ('sort', 'NN'), ('of', 'IN'), (').', 'NNP'), ('the', 'DT'), ('question', 'NN'), ('was', 'VBD'), ('what', 'WP'), ('is', 'VBZ'), ('times', 'JJ'), ('?"', 'JJ'), ('read', 'NN'), ('on', 'IN'), ('and', 'CC'), ('there', 'EX'), ('special', 'JJ'), ('prize', 'NN'), ('at', 'IN'), ('the', 'DT'), ('bottom', 'JJ'), ('amaze', 'IN'), ('your', 'PRP$'), ('friends', 'NNS'), ('and', 'CC'), ('gain', 'NN'), ('respect', 'NN'), ('from', 'IN'), ('your', 'PRP$'), ('peers', 'NNS'), ('that', 'IN'), ('you', 'PRP'), ('can', 'MD'), ('carry', 'VB'), ('on', 'IN'), ('so', 'RB'), ('long', 'JJ'), ('about', 'IN'), ('the', 'DT'), ('number', 'NN'), ('42', 'CD'), ('the', 'DT'), ('original', 'JJ'), ('question', 'NN'), ('was', 'VBD'), ('what', 'WP'), ('is', 'VBZ'), ('the', 'DT'), ('meaning', 'NN'), ('of', 'IN'), ('life', 'NN'), ('the', 'DT'), ('universe', 'NN'), ('and', 'CC'), ('and', 'CC'), ('everything', 'NN'), ('."', 'VBP'), ('the', 'DT'), ('answer', 'NN'), ('generated', 'VBN'), ('by', 'IN'), ('deep', 'JJ'), ('thought', 'VBD'), ('the', 'DT'), ('2nd', 'CD'), ('largest', 'JJS'), ('computer', 'NN'), ('ever', 'RB'), ('created', 'VBD'), ('was', 'VBD'), ('42', 'CD'), ('deep', 'JJ'), ('thought', 'NN'), ('realized', 'VBD'), ('that', 'IN'), ('to', 'TO'), ('understand', 'VB'), ('the', 'DT'), ('answer', 'NN'), ('one', 'NN'), ('must', 'MD'), ('really', 'RB'), ('know', 'VB'), ('what', 'WP'), ('the', 'DT'), ('question', 'NN'), ('is', 'VBZ'), ('unfortunately', 'RB'), ('he', 'PRP'), ('didn', 'VBZ'), ('but', 'CC'), ('he', 'PRP'), ('was', 'VBD'), ('able', 'JJ'), ('to', 'TO'), ('help', 'VB'), ('build', 'VB'), ('the', 'DT'), ('largest', 'JJS'), ('computer', 'NN'), ('named', 'VBN'), ('earth', 'NN'), ('which', 'WDT'), ('could', 'MD'), ('figure', 'VB'), ('out', 'RP'), ('the', 'DT'), ('real', 'JJ'), ('question', 'NN'), ('know', 'VBP'), ('this', 'DT'), ('is', 'VBZ'), ('background', 'JJ'), ('knowledge', 'NN'), ('for', 'IN'), ('everyone', 'NN'), ('here', 'RB'), ('...', ':'), ('just', 'RB'), ('bear', 'IN'), ('with', 'IN'), ('me', 'PRP'), ('sec', 'VBP'), ('...', ':'), (':)', 'NN'), ('when', 'WRB'), ('arthur', 'NN'), ('pulled', 'VBD'), ('the', 'DT'), ('scrabble', 'JJ'), ('tiles', 'NNS'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('bag', 'NN'), ('he', 'PRP'), ('spelled', 'VBD'), ('out', 'RP'), ('what', 'WP'), ('is', 'VBZ'), ('nine', 'CD'), ('times', 'NNS'), ('six', 'CD'), ('?"', 'NNS'), ('or', 'CC'), ('the', 'DT'), ('like', 'JJ'), (').', 'NN'), ('however', 'RB'), ('it', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('clear', 'JJ'), ('that', 'IN'), ('the', 'DT'), ('monkey', 'NN'), ('man', 'NN'), ('had', 'VBD'), ('the', 'DT'), ('right', 'JJ'), ('question', 'NN'), ('in', 'IN'), ('his', 'PRP$'), ('brain', 'NN'), ('especially', 'RB'), ('since', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('that', 'IN'), ('lady', 'NN'), ('in', 'IN'), ('the', 'DT'), ('diner', 'NN'), ('which', 'WDT'), ('was', 'VBD'), ('vaporized', 'VBN'), ('moments', 'NNS'), ('later', 'RBR'), ('that', 'WDT'), ('came', 'VBD'), ('up', 'RP'), ('with', 'IN'), ('the', 'DT'), ('answer', 'NN'), ('to', 'TO'), ('how', 'WRB'), ('everyone', 'NN'), ('could', 'MD'), ('get', 'VB'), ('along', 'RB'), ('on', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('hand', 'NN'), ('marvin', 'NNS'), ('said', 'VBD'), ('he', 'PRP'), ('saw', 'VBD'), ('the', 'DT'), ('answer', 'NN'), ('in', 'IN'), ('dent', 'NN'), ('brain', 'NN'), ('so', 'RB'), ('lets', 'VBZ'), ('presume', 'VB'), ('it', 'PRP'), ('correct', 'JJ'), ('well', 'RB'), ('nine', 'CD'), ('times', 'NNS'), ('six', 'CD'), ('***', 'NN'), ('is', 'VBZ'), ('***', 'JJ'), ('forty', 'JJ'), ('two', 'CD'), ('!!!', 'NN'), ('...', ':'), ('in', 'IN'), ('base', 'NN'), ('13', 'CD'), ('chew', 'NN'), ('on', 'IN'), ('that', 'DT'), ('for', 'IN'), ('awhile', 'NN'), ('...', ':'), (':)', 'NN'), ('--', ':'), ('chris', 'NN'), ('russell', 'NN'), ('custom', 'NN'), ('software', 'NN'), ('networks', 'NNS'), ('case', 'NN'), ('tools', 'NNS'), ('and', 'CC'), ('consulting', 'VBG'), ('adaptive', 'JJ'), ('solutions', 'NNS'), ('sun', 'VBP'), ('sparc', 'JJ'), ('sgi', 'NN'), ('iris', 'NN'), ('hp', 'NN'), ('apollo', 'NN'), ('macintosh', 'JJ'), ('pc', 'NN')] | ['binary', 'would', 'forget', 'answer', 'question', 'life', 'universe', 'everything', 'else', 'course', 'question', 'yet', 'discover', 'discover', 'sort', 'question', 'times', 'read', 'special', 'prize', 'bottom', 'amaze', 'friend', 'gain', 'respect', 'peer', 'carry', 'long', 'number', 'original', 'question', 'meaning', 'life', 'universe', 'everything', 'answer', 'generate', 'deep', 'think', 'large', 'computer', 'ever', 'create', 'deep', 'thought', 'realize', 'understand', 'answer', 'one', 'must', 'really', 'know', 'question', 'unfortunately', 'able', 'help', 'build', 'large', 'computer', 'name', 'earth', 'could', 'figure', 'real', 'question', 'know', 'background', 'knowledge', 'everyone', 'bear', 'sec', 'arthur', 'pull', 'scrabble', 'tile', 'bag', 'spell', 'nine', 'time', 'six', 'like', 'however', 'clear', 'monkey', 'man', 'right', 'question', 'brain', 'especially', 'since', 'lady', 'diner', 'vaporize', 'moment', 'later', 'come', 'answer', 'everyone', 'could', 'get', 'along', 'hand', 'marvin', 'say', 'saw', 'answer', 'dent', 'brain', 'let', 'presume', 'correct', 'well', 'nine', 'time', 'six', 'forty', 'two', 'base', 'chew', 'awhile', 'chris', 'russell', 'custom', 'software', 'network', 'case', 'tool', 'consult', 'adaptive', 'solution', 'sun', 'sparc', 'sgi', 'iris', 'hp', 'apollo', 'macintosh', 'pc'] | ['answer_question', 'question_life', 'life_universe', 'universe_everything', 'everything_else', 'course_question', 'question_yet', 'sort_question', 'original_question', 'meaning_life', 'life_universe', 'universe_everything', 'think_large', 'answer_one', 'one_must', 'must_really', 'really_know', 'know_question', 'able_help', 'help_build', 'real_question', 'question_know', 'like_however', 'especially_since', 'later_come', 'could_get', 'get_along', 'sun_sparc', 'sgi_iris', 'macintosh_pc'] | comp_graphics_38636 |@lemmatized binary:1 would:1 forget:1 answer:5 question:7 life:2 universe:2 everything:2 else:1 course:1 yet:1 discover:2 sort:1 times:1 read:1 special:1 prize:1 bottom:1 amaze:1 friend:1 gain:1 respect:1 peer:1 carry:1 long:1 number:1 original:1 meaning:1 generate:1 deep:2 think:1 large:2 computer:2 ever:1 create:1 thought:1 realize:1 understand:1 one:1 must:1 really:1 know:2 unfortunately:1 able:1 help:1 build:1 name:1 earth:1 could:2 figure:1 real:1 background:1 knowledge:1 everyone:2 bear:1 sec:1 arthur:1 pull:1 scrabble:1 tile:1 bag:1 spell:1 nine:2 time:2 six:2 like:1 however:1 clear:1 monkey:1 man:1 right:1 brain:2 especially:1 since:1 lady:1 diner:1 vaporize:1 moment:1 later:1 come:1 get:1 along:1 hand:1 marvin:1 say:1 saw:1 dent:1 let:1 presume:1 correct:1 well:1 forty:1 two:1 base:1 chew:1 awhile:1 chris:1 russell:1 custom:1 software:1 network:1 case:1 tool:1 consult:1 adaptive:1 solution:1 sun:1 sparc:1 sgi:1 iris:1 hp:1 apollo:1 macintosh:1 pc:1 |@bigram answer_question:1 question_life:1 life_universe:2 universe_everything:2 everything_else:1 course_question:1 question_yet:1 sort_question:1 original_question:1 meaning_life:1 think_large:1 answer_one:1 one_must:1 must_really:1 really_know:1 know_question:1 able_help:1 help_build:1 real_question:1 question_know:1 like_however:1 especially_since:1 later_come:1 could_get:1 get_along:1 sun_sparc:1 sgi_iris:1 macintosh_pc:1 |
3,346 | HHHHEEEELLLLPPPP Meeeeeee!
I installed a 256 color svga driver for my windows last week.
This driver was downloaded from ftp.cica.indiana.edu specifically for
Paradise svga card. However, after I installed it and when I run windows,
the startup screen in the beginning becomes the old windows 3.0 startup
screen ????!!??!!
Everything works fine except the startup screen. I know the
startup screen must have been changed in the system.ini file (or is it ?)
but I couldn't figure out what to alter! Can some one help me with this?
Please e-mail to my address:
[email protected] or [email protected]
In addition, can anyone know where can I get a 1024x680 paradise svga
driver (256 color) ? this is a used computer and I do not have anything
(drivers, etc) regarding the driver.... | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.os.ms-windows.misc/9628 | 2 | comp_os_ms-windows_misc_9628 | [('hhhheeeellllpppp', 'NN'), ('meeeeeee', 'NN'), ('installed', 'VBD'), ('256', 'CD'), ('color', 'NN'), ('svga', 'NN'), ('driver', 'NN'), ('for', 'IN'), ('my', 'PRP$'), ('windows', 'NNS'), ('last', 'JJ'), ('week', 'NN'), ('this', 'DT'), ('driver', 'NN'), ('was', 'VBD'), ('downloaded', 'VBN'), ('from', 'IN'), ('ftp', 'NN'), ('cica', 'NN'), ('indiana', 'NN'), ('edu', 'VBP'), ('specifically', 'RB'), ('for', 'IN'), ('paradise', 'NN'), ('svga', 'NN'), ('card', 'NN'), ('however', 'RB'), ('after', 'IN'), ('installed', 'VBN'), ('it', 'PRP'), ('and', 'CC'), ('when', 'WRB'), ('run', 'NN'), ('windows', 'VBZ'), ('the', 'DT'), ('startup', 'NN'), ('screen', 'NN'), ('in', 'IN'), ('the', 'DT'), ('beginning', 'NN'), ('becomes', 'VBZ'), ('the', 'DT'), ('old', 'JJ'), ('windows', 'NNS'), ('startup', 'VBP'), ('screen', 'JJ'), ('????!!??!!', 'NNP'), ('everything', 'NN'), ('works', 'VBZ'), ('fine', 'JJ'), ('except', 'IN'), ('the', 'DT'), ('startup', 'NN'), ('screen', 'NN'), ('know', 'VBP'), ('the', 'DT'), ('startup', 'NN'), ('screen', 'NN'), ('must', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('changed', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('system', 'NN'), ('ini', 'JJ'), ('file', 'NN'), ('or', 'CC'), ('is', 'VBZ'), ('it', 'PRP'), ('?)', 'JJ'), ('but', 'CC'), ('couldn', 'JJ'), ('figure', 'NN'), ('out', 'RP'), ('what', 'WP'), ('to', 'TO'), ('alter', 'VB'), ('can', 'MD'), ('some', 'DT'), ('one', 'CD'), ('help', 'NN'), ('me', 'PRP'), ('with', 'IN'), ('this', 'DT'), ('please', 'JJ'), ('mail', 'NN'), ('to', 'TO'), ('my', 'PRP$'), ('address', 'NN'), ('or', 'CC'), ('in', 'IN'), ('addition', 'NN'), ('can', 'MD'), ('anyone', 'NN'), ('know', 'VB'), ('where', 'WRB'), ('can', 'MD'), ('get', 'VB'), ('1024x680', 'CD'), ('paradise', 'NN'), ('svga', 'NN'), ('driver', 'NN'), ('256', 'CD'), ('color', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('used', 'VBN'), ('computer', 'NN'), ('and', 'CC'), ('do', 'VBP'), ('not', 'RB'), ('have', 'VB'), ('anything', 'NN'), ('drivers', 'NNS'), ('etc', 'VBP'), ('regarding', 'VBG'), ('the', 'DT'), ('driver', 'NN'), ('....', 'NN')] | ['hhhheeeellllpppp', 'meeeeeee', 'instal', 'color', 'svga', 'driver', 'window', 'last', 'week', 'driver', 'download', 'ftp', 'cica', 'indiana', 'edu', 'specifically', 'paradise', 'svga', 'card', 'however', 'instal', 'run', 'windows', 'startup', 'screen', 'beginning', 'become', 'old', 'window', 'startup', 'screen', 'everything', 'work', 'fine', 'except', 'startup', 'screen', 'know', 'startup', 'screen', 'must', 'change', 'system', 'ini', 'file', 'figure', 'alter', 'one', 'help', 'please', 'mail', 'address', 'addition', 'anyone', 'know', 'get', 'paradise', 'svga', 'driver', 'color', 'use', 'computer', 'anything', 'driver', 'etc', 'regard', 'driver'] | ['driver_window', 'last_week', 'ftp_cica', 'cica_indiana', 'indiana_edu', 'paradise_svga', 'svga_card', 'startup_screen', 'become_old', 'window_startup', 'startup_screen', 'everything_work', 'work_fine', 'startup_screen', 'startup_screen', 'must_change', 'change_system', 'system_ini', 'ini_file', 'one_help', 'help_please', 'please_mail', 'mail_address', 'anyone_know', 'know_get', 'paradise_svga', 'color_use', 'use_computer', 'driver_etc'] | comp_os_ms-windows_misc_9628 |@lemmatized hhhheeeellllpppp:1 meeeeeee:1 instal:2 color:2 svga:3 driver:5 window:2 last:1 week:1 download:1 ftp:1 cica:1 indiana:1 edu:1 specifically:1 paradise:2 card:1 however:1 run:1 windows:1 startup:4 screen:4 beginning:1 become:1 old:1 everything:1 work:1 fine:1 except:1 know:2 must:1 change:1 system:1 ini:1 file:1 figure:1 alter:1 one:1 help:1 please:1 mail:1 address:1 addition:1 anyone:1 get:1 use:1 computer:1 anything:1 etc:1 regard:1 |@bigram driver_window:1 last_week:1 ftp_cica:1 cica_indiana:1 indiana_edu:1 paradise_svga:2 svga_card:1 startup_screen:4 become_old:1 window_startup:1 everything_work:1 work_fine:1 must_change:1 change_system:1 system_ini:1 ini_file:1 one_help:1 help_please:1 please_mail:1 mail_address:1 anyone_know:1 know_get:1 color_use:1 use_computer:1 driver_etc:1 |
3,347 | Locked away, waiting for the tape-delay to start ...
It's nice that the Devils are starting out their playoffs on network
television ... too bad that their playoff game has been preempted on
WABC-AM for an early-season Yankees baseball game!
It's a 12-2 win by the Texas Rangers ... and they're delaying the
tape-delay by another half-hour for the ballgame "highlights"!!!
gld | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53614 | 10 | rec_sport_hockey_53614 | [('locked', 'VBN'), ('away', 'RP'), ('waiting', 'VBG'), ('for', 'IN'), ('the', 'DT'), ('tape', 'NN'), ('delay', 'NN'), ('to', 'TO'), ('start', 'VB'), ('...', ':'), ('it', 'PRP'), ('nice', 'VBZ'), ('that', 'IN'), ('the', 'DT'), ('devils', 'NNS'), ('are', 'VBP'), ('starting', 'VBG'), ('out', 'RP'), ('their', 'PRP$'), ('playoffs', 'NNS'), ('on', 'IN'), ('network', 'NN'), ('television', 'NN'), ('...', ':'), ('too', 'RB'), ('bad', 'JJ'), ('that', 'IN'), ('their', 'PRP$'), ('playoff', 'NN'), ('game', 'NN'), ('has', 'VBZ'), ('been', 'VBN'), ('preempted', 'VBN'), ('on', 'IN'), ('wabc', 'NN'), ('am', 'VBP'), ('for', 'IN'), ('an', 'DT'), ('early', 'JJ'), ('season', 'NN'), ('yankees', 'NNS'), ('baseball', 'NN'), ('game', 'NN'), ('it', 'PRP'), ('12', 'CD'), ('win', 'NN'), ('by', 'IN'), ('the', 'DT'), ('texas', 'NN'), ('rangers', 'NNS'), ('...', ':'), ('and', 'CC'), ('they', 'PRP'), ('re', 'VBP'), ('delaying', 'VBG'), ('the', 'DT'), ('tape', 'NN'), ('delay', 'NN'), ('by', 'IN'), ('another', 'DT'), ('half', 'JJ'), ('hour', 'NN'), ('for', 'IN'), ('the', 'DT'), ('ballgame', 'NN'), ('highlights', 'NNS'), ('"!!!', 'VBP'), ('gld', 'NN')] | ['lock', 'away', 'wait', 'tape', 'delay', 'start', 'nice', 'devil', 'start', 'playoff', 'network', 'television', 'bad', 'playoff', 'game', 'preempt', 'wabc', 'early', 'season', 'yankee', 'baseball', 'game', 'win', 'texas', 'ranger', 'delay', 'tape', 'delay', 'another', 'half', 'hour', 'ballgame', 'highlight', 'gld'] | ['playoff_game', 'early_season', 'baseball_game', 'game_win', 'texas_ranger', 'half_hour'] | rec_sport_hockey_53614 |@lemmatized lock:1 away:1 wait:1 tape:2 delay:3 start:2 nice:1 devil:1 playoff:2 network:1 television:1 bad:1 game:2 preempt:1 wabc:1 early:1 season:1 yankee:1 baseball:1 win:1 texas:1 ranger:1 another:1 half:1 hour:1 ballgame:1 highlight:1 gld:1 |@bigram playoff_game:1 early_season:1 baseball_game:1 game_win:1 texas_ranger:1 half_hour:1 |
3,348 |
Probably because most of them come packaged with some absurd theory
behind them. E.G. homoeopathy: like cures like. The more you dilute
things, the more powerful they get, even if you dilute them so much
there is no ingredient but water left. Chiropractic: all illness
stems from compressions of nerves by misaligned vertebrae. Such
systems are so patently absurd, that any good they do is accidental
and not related to the theory. The only exception is probably herbalism,
because scientists recognize the potent drugs that derive from plants
and are always interested in seeing if they can find new plants
that have active and useful substances. But that isn't what
is meant by alternative medicine, usually. If you get into the Qi,
accupuntunce charts, etc, you are now back to silly theories that
probably have nothing to do with why accupuncture works in some cases.
Perhaps another reason they are reluctant is the Rhine experience.
Rhine was a scientist who wanted to investigate the paranormal
and his lab was filled with so much chacanery and fakery that
people don't want to be associated with that sort of thing.
--
----------------------------------------------------------------------------
Gordon Banks N3JXP | "Skepticism is the chastity of the intellect, and
[email protected] | it is shameful to surrender it too soon." | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.med/58922 | 13 | sci_med_58922 | [('probably', 'RB'), ('because', 'IN'), ('most', 'JJS'), ('of', 'IN'), ('them', 'PRP'), ('come', 'VB'), ('packaged', 'VBN'), ('with', 'IN'), ('some', 'DT'), ('absurd', 'JJ'), ('theory', 'NN'), ('behind', 'IN'), ('them', 'PRP'), ('homoeopathy', 'VBP'), ('like', 'IN'), ('cures', 'NNS'), ('like', 'IN'), ('the', 'DT'), ('more', 'RBR'), ('you', 'PRP'), ('dilute', 'VBP'), ('things', 'NNS'), ('the', 'DT'), ('more', 'RBR'), ('powerful', 'JJ'), ('they', 'PRP'), ('get', 'VBP'), ('even', 'RB'), ('if', 'IN'), ('you', 'PRP'), ('dilute', 'VBP'), ('them', 'PRP'), ('so', 'RB'), ('much', 'RB'), ('there', 'EX'), ('is', 'VBZ'), ('no', 'DT'), ('ingredient', 'NN'), ('but', 'CC'), ('water', 'NN'), ('left', 'VBD'), ('chiropractic', 'JJ'), ('all', 'DT'), ('illness', 'JJ'), ('stems', 'NNS'), ('from', 'IN'), ('compressions', 'NNS'), ('of', 'IN'), ('nerves', 'NNS'), ('by', 'IN'), ('misaligned', 'JJ'), ('vertebrae', 'NNS'), ('such', 'JJ'), ('systems', 'NNS'), ('are', 'VBP'), ('so', 'RB'), ('patently', 'RB'), ('absurd', 'VBP'), ('that', 'IN'), ('any', 'DT'), ('good', 'JJ'), ('they', 'PRP'), ('do', 'VBP'), ('is', 'VBZ'), ('accidental', 'JJ'), ('and', 'CC'), ('not', 'RB'), ('related', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('theory', 'NN'), ('the', 'DT'), ('only', 'JJ'), ('exception', 'NN'), ('is', 'VBZ'), ('probably', 'RB'), ('herbalism', 'NN'), ('because', 'IN'), ('scientists', 'NNS'), ('recognize', 'VBP'), ('the', 'DT'), ('potent', 'NN'), ('drugs', 'NNS'), ('that', 'WDT'), ('derive', 'VBP'), ('from', 'IN'), ('plants', 'NNS'), ('and', 'CC'), ('are', 'VBP'), ('always', 'RB'), ('interested', 'JJ'), ('in', 'IN'), ('seeing', 'VBG'), ('if', 'IN'), ('they', 'PRP'), ('can', 'MD'), ('find', 'VB'), ('new', 'JJ'), ('plants', 'NNS'), ('that', 'WDT'), ('have', 'VBP'), ('active', 'JJ'), ('and', 'CC'), ('useful', 'JJ'), ('substances', 'NNS'), ('but', 'CC'), ('that', 'DT'), ('isn', 'VBP'), ('what', 'WP'), ('is', 'VBZ'), ('meant', 'VBN'), ('by', 'IN'), ('alternative', 'JJ'), ('medicine', 'NN'), ('usually', 'RB'), ('if', 'IN'), ('you', 'PRP'), ('get', 'VBP'), ('into', 'IN'), ('the', 'DT'), ('qi', 'JJ'), ('accupuntunce', 'NN'), ('charts', 'NNS'), ('etc', 'IN'), ('you', 'PRP'), ('are', 'VBP'), ('now', 'RB'), ('back', 'RB'), ('to', 'TO'), ('silly', 'JJ'), ('theories', 'NNS'), ('that', 'WDT'), ('probably', 'RB'), ('have', 'VBP'), ('nothing', 'NN'), ('to', 'TO'), ('do', 'VB'), ('with', 'IN'), ('why', 'WRB'), ('accupuncture', 'NN'), ('works', 'VBZ'), ('in', 'IN'), ('some', 'DT'), ('cases', 'NNS'), ('perhaps', 'RB'), ('another', 'DT'), ('reason', 'NN'), ('they', 'PRP'), ('are', 'VBP'), ('reluctant', 'JJ'), ('is', 'VBZ'), ('the', 'DT'), ('rhine', 'JJ'), ('experience', 'NN'), ('rhine', 'NN'), ('was', 'VBD'), ('scientist', 'NN'), ('who', 'WP'), ('wanted', 'VBD'), ('to', 'TO'), ('investigate', 'VB'), ('the', 'DT'), ('paranormal', 'NN'), ('and', 'CC'), ('his', 'PRP$'), ('lab', 'NN'), ('was', 'VBD'), ('filled', 'VBN'), ('with', 'IN'), ('so', 'RB'), ('much', 'JJ'), ('chacanery', 'NN'), ('and', 'CC'), ('fakery', 'NN'), ('that', 'IN'), ('people', 'NNS'), ('don', 'VBP'), ('want', 'VBP'), ('to', 'TO'), ('be', 'VB'), ('associated', 'VBN'), ('with', 'IN'), ('that', 'DT'), ('sort', 'NN'), ('of', 'IN'), ('thing', 'NN'), ('--', ':'), ('----------------------------------------------------------------------------', 'JJ'), ('gordon', 'JJ'), ('banks', 'NNS'), ('n3jxp', 'JJ'), ('skepticism', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('chastity', 'NN'), ('of', 'IN'), ('the', 'DT'), ('intellect', 'NN'), ('and', 'CC'), ('it', 'PRP'), ('is', 'VBZ'), ('shameful', 'JJ'), ('to', 'TO'), ('surrender', 'VB'), ('it', 'PRP'), ('too', 'RB'), ('soon', 'RB'), ('."', 'JJ')] | ['probably', 'come', 'package', 'absurd', 'theory', 'behind', 'homoeopathy', 'like', 'cure', 'like', 'dilute', 'thing', 'powerful', 'get', 'even', 'dilute', 'much', 'ingredient', 'water', 'leave', 'chiropractic', 'illness', 'stem', 'compression', 'nerve', 'misaligned', 'vertebra', 'system', 'patently', 'absurd', 'good', 'accidental', 'relate', 'theory', 'exception', 'probably', 'herbalism', 'scientist', 'recognize', 'potent', 'drug', 'derive', 'plant', 'always', 'interested', 'see', 'find', 'new', 'plant', 'active', 'useful', 'substance', 'mean', 'alternative', 'medicine', 'usually', 'get', 'qi', 'accupuntunce', 'chart', 'etc', 'back', 'silly', 'theory', 'probably', 'nothing', 'accupuncture', 'work', 'case', 'perhaps', 'another', 'reason', 'reluctant', 'rhine', 'experience', 'rhine', 'scientist', 'want', 'investigate', 'paranormal', 'lab', 'fill', 'much', 'chacanery', 'fakery', 'people', 'want', 'associate', 'sort', 'thing', 'gordon', 'bank', 'skepticism', 'chastity', 'intellect', 'shameful', 'surrender', 'soon'] | ['probably_come', 'theory_behind', 'get_even', 'interested_see', 'find_new', 'alternative_medicine', 'usually_get', 'work_case', 'perhaps_another', 'another_reason', 'people_want', 'sort_thing', 'gordon_bank', 'bank_skepticism', 'skepticism_chastity', 'chastity_intellect', 'intellect_shameful', 'shameful_surrender', 'surrender_soon'] | sci_med_58922 |@lemmatized probably:3 come:1 package:1 absurd:2 theory:3 behind:1 homoeopathy:1 like:2 cure:1 dilute:2 thing:2 powerful:1 get:2 even:1 much:2 ingredient:1 water:1 leave:1 chiropractic:1 illness:1 stem:1 compression:1 nerve:1 misaligned:1 vertebra:1 system:1 patently:1 good:1 accidental:1 relate:1 exception:1 herbalism:1 scientist:2 recognize:1 potent:1 drug:1 derive:1 plant:2 always:1 interested:1 see:1 find:1 new:1 active:1 useful:1 substance:1 mean:1 alternative:1 medicine:1 usually:1 qi:1 accupuntunce:1 chart:1 etc:1 back:1 silly:1 nothing:1 accupuncture:1 work:1 case:1 perhaps:1 another:1 reason:1 reluctant:1 rhine:2 experience:1 want:2 investigate:1 paranormal:1 lab:1 fill:1 chacanery:1 fakery:1 people:1 associate:1 sort:1 gordon:1 bank:1 skepticism:1 chastity:1 intellect:1 shameful:1 surrender:1 soon:1 |@bigram probably_come:1 theory_behind:1 get_even:1 interested_see:1 find_new:1 alternative_medicine:1 usually_get:1 work_case:1 perhaps_another:1 another_reason:1 people_want:1 sort_thing:1 gordon_bank:1 bank_skepticism:1 skepticism_chastity:1 chastity_intellect:1 intellect_shameful:1 shameful_surrender:1 surrender_soon:1 |
3,349 |
Hehehe.
BTW, does the Litani River not flow West and not South? I think that its waters
stay entirely within Lebanese territory and so what Hasan says about the Jordan
River makes no sense, in any case. The Hasbani River, on the other hand, flows
into the Jordan, if I am not mistaken. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76051 | 17 | talk_politics_mideast_76051 | [('hehehe', 'NN'), ('btw', 'NN'), ('does', 'VBZ'), ('the', 'DT'), ('litani', 'NN'), ('river', 'NN'), ('not', 'RB'), ('flow', 'JJ'), ('west', 'NN'), ('and', 'CC'), ('not', 'RB'), ('south', 'JJ'), ('think', 'VBP'), ('that', 'IN'), ('its', 'PRP$'), ('waters', 'NNS'), ('stay', 'VBP'), ('entirely', 'RB'), ('within', 'IN'), ('lebanese', 'JJ'), ('territory', 'NN'), ('and', 'CC'), ('so', 'RB'), ('what', 'WP'), ('hasan', 'NN'), ('says', 'VBZ'), ('about', 'IN'), ('the', 'DT'), ('jordan', 'NN'), ('river', 'NN'), ('makes', 'VBZ'), ('no', 'DT'), ('sense', 'NN'), ('in', 'IN'), ('any', 'DT'), ('case', 'NN'), ('the', 'DT'), ('hasbani', 'NN'), ('river', 'NN'), ('on', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('hand', 'NN'), ('flows', 'VBZ'), ('into', 'IN'), ('the', 'DT'), ('jordan', 'NN'), ('if', 'IN'), ('am', 'VBP'), ('not', 'RB'), ('mistaken', 'VBN')] | ['hehehe', 'btw', 'litani', 'river', 'flow', 'west', 'south', 'think', 'water', 'stay', 'entirely', 'within', 'lebanese', 'territory', 'hasan', 'say', 'jordan', 'river', 'make', 'sense', 'case', 'hasbani', 'river', 'hand', 'flow', 'jordan', 'mistake'] | ['lebanese_territory', 'jordan_river', 'make_sense'] | talk_politics_mideast_76051 |@lemmatized hehehe:1 btw:1 litani:1 river:3 flow:2 west:1 south:1 think:1 water:1 stay:1 entirely:1 within:1 lebanese:1 territory:1 hasan:1 say:1 jordan:2 make:1 sense:1 case:1 hasbani:1 hand:1 mistake:1 |@bigram lebanese_territory:1 jordan_river:1 make_sense:1 |
3,350 |
Too many clues, not enough substance. You ask a lot of
good questions, though, but they are questions *you* should
be worried about, not me. I'm not the inerrantist here.
Let me know when you are ready to get serious. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.religion.misc/82760 | 19 | talk_religion_misc_82760 | [('too', 'RB'), ('many', 'JJ'), ('clues', 'NNS'), ('not', 'RB'), ('enough', 'RB'), ('substance', 'NN'), ('you', 'PRP'), ('ask', 'VBP'), ('lot', 'NN'), ('of', 'IN'), ('good', 'JJ'), ('questions', 'NNS'), ('though', 'IN'), ('but', 'CC'), ('they', 'PRP'), ('are', 'VBP'), ('questions', 'NNS'), ('you', 'PRP'), ('should', 'MD'), ('be', 'VB'), ('worried', 'VBN'), ('about', 'IN'), ('not', 'RB'), ('me', 'PRP'), ('not', 'RB'), ('the', 'DT'), ('inerrantist', 'NN'), ('here', 'RB'), ('let', 'VB'), ('me', 'PRP'), ('know', 'VB'), ('when', 'WRB'), ('you', 'PRP'), ('are', 'VBP'), ('ready', 'JJ'), ('to', 'TO'), ('get', 'VB'), ('serious', 'JJ')] | ['many', 'clue', 'enough', 'substance', 'ask', 'lot', 'good', 'question', 'though', 'question', 'worry', 'inerrantist', 'let', 'know', 'ready', 'get', 'serious'] | ['lot_good', 'good_question', 'let_know', 'get_serious'] | talk_religion_misc_82760 |@lemmatized many:1 clue:1 enough:1 substance:1 ask:1 lot:1 good:1 question:2 though:1 worry:1 inerrantist:1 let:1 know:1 ready:1 get:1 serious:1 |@bigram lot_good:1 good_question:1 let_know:1 get_serious:1 |
3,351 | I am in need of all of the players wearing #77 in the NHL. I know now only
of one, Ray Borque for the Bruins. Any help would be greatly appreciated.
Thanx.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53840 | 10 | rec_sport_hockey_53840 | [('am', 'VBP'), ('in', 'IN'), ('need', 'NN'), ('of', 'IN'), ('all', 'DT'), ('of', 'IN'), ('the', 'DT'), ('players', 'NNS'), ('wearing', 'VBG'), ('77', 'CD'), ('in', 'IN'), ('the', 'DT'), ('nhl', 'NNS'), ('know', 'VBP'), ('now', 'RB'), ('only', 'RB'), ('of', 'IN'), ('one', 'CD'), ('ray', 'NN'), ('borque', 'NN'), ('for', 'IN'), ('the', 'DT'), ('bruins', 'NNS'), ('any', 'DT'), ('help', 'NN'), ('would', 'MD'), ('be', 'VB'), ('greatly', 'RB'), ('appreciated', 'VBN'), ('thanx', 'NN')] | ['need', 'player', 'wear', 'nhl', 'know', 'one', 'ray', 'borque', 'bruin', 'help', 'would', 'greatly', 'appreciate', 'thanx'] | ['know_one', 'help_would', 'would_greatly', 'greatly_appreciate'] | rec_sport_hockey_53840 |@lemmatized need:1 player:1 wear:1 nhl:1 know:1 one:1 ray:1 borque:1 bruin:1 help:1 would:1 greatly:1 appreciate:1 thanx:1 |@bigram know_one:1 help_would:1 would_greatly:1 greatly_appreciate:1 |
3,352 |
Catcher is their weakest position, with the possible exception of second base.
They have a chance to simultaneously replace their biggest offensive problem
spot with a well-above-average offensive player *and* acclimate a highly
promising potential star with no pressure on him to carry the team, and they
want to play *Olson* and *Berryhill* instead?!
"A catcher's defensive reputation will be inversely proportional to his
recent offensive level of performance." Thus, Mickey Tettleton goes (in
the media) from being a no-hit defensive whiz to a slugging thumb-finger
in two short years. The rule doesn't apply to perceived "superstars", who
get the Gold Glove Offensive Transfer effect instead. Greg Olson is probably
considered to be a good defensive catcher precisely because he can't hit.
Aren't they the same thing?
Either that or just stupidity.
Of course.
One could make the same sort of argument in other cases. Pete Rose, in
pursuing Ty Cobb's record, was a huge gate attraction (and national media
magnet). The Reds made a lot of money off that; they also wasted the prime
of Eric Davis. That may be "good business", but that doesn't mean I don't
loathe them for it.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/102669 | 9 | rec_sport_baseball_102669 | [('catcher', 'NN'), ('is', 'VBZ'), ('their', 'PRP$'), ('weakest', 'JJS'), ('position', 'NN'), ('with', 'IN'), ('the', 'DT'), ('possible', 'JJ'), ('exception', 'NN'), ('of', 'IN'), ('second', 'JJ'), ('base', 'NN'), ('they', 'PRP'), ('have', 'VBP'), ('chance', 'NN'), ('to', 'TO'), ('simultaneously', 'RB'), ('replace', 'VB'), ('their', 'PRP$'), ('biggest', 'JJS'), ('offensive', 'JJ'), ('problem', 'NN'), ('spot', 'NN'), ('with', 'IN'), ('well', 'RB'), ('above', 'IN'), ('average', 'NN'), ('offensive', 'JJ'), ('player', 'NN'), ('and', 'CC'), ('acclimate', 'VB'), ('highly', 'RB'), ('promising', 'JJ'), ('potential', 'JJ'), ('star', 'NN'), ('with', 'IN'), ('no', 'DT'), ('pressure', 'NN'), ('on', 'IN'), ('him', 'PRP'), ('to', 'TO'), ('carry', 'VB'), ('the', 'DT'), ('team', 'NN'), ('and', 'CC'), ('they', 'PRP'), ('want', 'VBP'), ('to', 'TO'), ('play', 'VB'), ('olson', 'NN'), ('and', 'CC'), ('berryhill', 'NN'), ('instead', 'RB'), ('?!', 'NNP'), ('catcher', 'RB'), ('defensive', 'JJ'), ('reputation', 'NN'), ('will', 'MD'), ('be', 'VB'), ('inversely', 'RB'), ('proportional', 'JJ'), ('to', 'TO'), ('his', 'PRP$'), ('recent', 'JJ'), ('offensive', 'JJ'), ('level', 'NN'), ('of', 'IN'), ('performance', 'NN'), ('."', 'NNP'), ('thus', 'RB'), ('mickey', 'VBZ'), ('tettleton', 'NN'), ('goes', 'VBZ'), ('in', 'IN'), ('the', 'DT'), ('media', 'NNS'), ('from', 'IN'), ('being', 'VBG'), ('no', 'DT'), ('hit', 'NN'), ('defensive', 'JJ'), ('whiz', 'NN'), ('to', 'TO'), ('slugging', 'VBG'), ('thumb', 'JJ'), ('finger', 'NN'), ('in', 'IN'), ('two', 'CD'), ('short', 'JJ'), ('years', 'NNS'), ('the', 'DT'), ('rule', 'NN'), ('doesn', 'RB'), ('apply', 'VB'), ('to', 'TO'), ('perceived', 'VB'), ('superstars', 'NNS'), ('",', 'VB'), ('who', 'WP'), ('get', 'VBP'), ('the', 'DT'), ('gold', 'NN'), ('glove', 'NN'), ('offensive', 'JJ'), ('transfer', 'NN'), ('effect', 'NN'), ('instead', 'RB'), ('greg', 'JJ'), ('olson', 'NN'), ('is', 'VBZ'), ('probably', 'RB'), ('considered', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('good', 'JJ'), ('defensive', 'NN'), ('catcher', 'NN'), ('precisely', 'RB'), ('because', 'IN'), ('he', 'PRP'), ('can', 'MD'), ('hit', 'VB'), ('aren', 'NNS'), ('they', 'PRP'), ('the', 'DT'), ('same', 'JJ'), ('thing', 'NN'), ('either', 'CC'), ('that', 'DT'), ('or', 'CC'), ('just', 'RB'), ('stupidity', 'NN'), ('of', 'IN'), ('course', 'NN'), ('one', 'CD'), ('could', 'MD'), ('make', 'VB'), ('the', 'DT'), ('same', 'JJ'), ('sort', 'NN'), ('of', 'IN'), ('argument', 'NN'), ('in', 'IN'), ('other', 'JJ'), ('cases', 'NNS'), ('pete', 'VBP'), ('rose', 'VBD'), ('in', 'IN'), ('pursuing', 'VBG'), ('ty', 'NN'), ('cobb', 'NN'), ('record', 'NN'), ('was', 'VBD'), ('huge', 'JJ'), ('gate', 'NN'), ('attraction', 'NN'), ('and', 'CC'), ('national', 'JJ'), ('media', 'NNS'), ('magnet', 'NN'), (').', 'VBP'), ('the', 'DT'), ('reds', 'NNS'), ('made', 'VBD'), ('lot', 'NN'), ('of', 'IN'), ('money', 'NN'), ('off', 'IN'), ('that', 'DT'), ('they', 'PRP'), ('also', 'RB'), ('wasted', 'VBD'), ('the', 'DT'), ('prime', 'NN'), ('of', 'IN'), ('eric', 'JJ'), ('davis', 'NNS'), ('that', 'WDT'), ('may', 'MD'), ('be', 'VB'), ('good', 'JJ'), ('business', 'NN'), ('",', 'NNS'), ('but', 'CC'), ('that', 'DT'), ('doesn', 'JJ'), ('mean', 'JJ'), ('don', 'NN'), ('loathe', 'VBD'), ('them', 'PRP'), ('for', 'IN'), ('it', 'PRP')] | ['catcher', 'weak', 'position', 'possible', 'exception', 'second', 'base', 'chance', 'simultaneously', 'replace', 'big', 'offensive', 'problem', 'spot', 'well', 'average', 'offensive', 'player', 'acclimate', 'highly', 'promising', 'potential', 'star', 'pressure', 'carry', 'team', 'want', 'play', 'olson', 'berryhill', 'instead', 'catcher', 'defensive', 'reputation', 'inversely', 'proportional', 'recent', 'offensive', 'level', 'performance', 'thus', 'mickey', 'tettleton', 'go', 'medium', 'hit', 'defensive', 'whiz', 'slug', 'thumb', 'finger', 'two', 'short', 'year', 'rule', 'apply', 'perceive', 'superstar', 'get', 'gold', 'glove', 'offensive', 'transfer', 'effect', 'instead', 'greg', 'olson', 'probably', 'consider', 'good', 'defensive', 'catcher', 'precisely', 'hit', 'thing', 'either', 'stupidity', 'course', 'one', 'could', 'make', 'sort', 'argument', 'case', 'pete', 'rise', 'pursue', 'ty', 'cobb', 'record', 'huge', 'gate', 'attraction', 'national', 'medium', 'magnet', 'red', 'make', 'lot', 'money', 'also', 'waste', 'prime', 'eric', 'davis', 'may', 'good', 'business', 'mean', 'loathe'] | ['second_base', 'well_average', 'offensive_player', 'want_play', 'olson_berryhill', 'level_performance', 'rule_apply', 'consider_good', 'defensive_catcher', 'course_one', 'one_could', 'could_make', 'make_lot', 'lot_money', 'eric_davis', 'may_good', 'good_business'] | rec_sport_baseball_102669 |@lemmatized catcher:3 weak:1 position:1 possible:1 exception:1 second:1 base:1 chance:1 simultaneously:1 replace:1 big:1 offensive:4 problem:1 spot:1 well:1 average:1 player:1 acclimate:1 highly:1 promising:1 potential:1 star:1 pressure:1 carry:1 team:1 want:1 play:1 olson:2 berryhill:1 instead:2 defensive:3 reputation:1 inversely:1 proportional:1 recent:1 level:1 performance:1 thus:1 mickey:1 tettleton:1 go:1 medium:2 hit:2 whiz:1 slug:1 thumb:1 finger:1 two:1 short:1 year:1 rule:1 apply:1 perceive:1 superstar:1 get:1 gold:1 glove:1 transfer:1 effect:1 greg:1 probably:1 consider:1 good:2 precisely:1 thing:1 either:1 stupidity:1 course:1 one:1 could:1 make:2 sort:1 argument:1 case:1 pete:1 rise:1 pursue:1 ty:1 cobb:1 record:1 huge:1 gate:1 attraction:1 national:1 magnet:1 red:1 lot:1 money:1 also:1 waste:1 prime:1 eric:1 davis:1 may:1 business:1 mean:1 loathe:1 |@bigram second_base:1 well_average:1 offensive_player:1 want_play:1 olson_berryhill:1 level_performance:1 rule_apply:1 consider_good:1 defensive_catcher:1 course_one:1 one_could:1 could_make:1 make_lot:1 lot_money:1 eric_davis:1 may_good:1 good_business:1 |
3,353 |
I think George is referring to switch.zip in the ~ftp/pub/pc/win3/drivers/video
directory. Description reads -- Switcher: Windows Video Mode Switcher.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.os.ms-windows.misc/9697 | 2 | comp_os_ms-windows_misc_9697 | [('think', 'NN'), ('george', 'NN'), ('is', 'VBZ'), ('referring', 'VBG'), ('to', 'TO'), ('switch', 'VB'), ('zip', 'NN'), ('in', 'IN'), ('the', 'DT'), ('ftp', 'NN'), ('pub', 'JJ'), ('pc', 'NN'), ('win3', 'NN'), ('drivers', 'NNS'), ('video', 'VBP'), ('directory', 'JJ'), ('description', 'NN'), ('reads', 'NNS'), ('--', ':'), ('switcher', 'RB'), ('windows', 'VBZ'), ('video', 'NN'), ('mode', 'NN'), ('switcher', 'NN')] | ['think', 'george', 'refer', 'switch', 'zip', 'ftp', 'pub', 'pc', 'driver', 'video', 'directory', 'description', 'read', 'switcher', 'windows', 'video', 'mode', 'switcher'] | ['ftp_pub', 'pub_pc', 'video_mode'] | comp_os_ms-windows_misc_9697 |@lemmatized think:1 george:1 refer:1 switch:1 zip:1 ftp:1 pub:1 pc:1 driver:1 video:2 directory:1 description:1 read:1 switcher:2 windows:1 mode:1 |@bigram ftp_pub:1 pub_pc:1 video_mode:1 |
3,354 |
e,
If memory serves me well, Alicea hit it, and damn near tied the game.
Torre obviously knows his players better than you do.
See y'all at the ballyard
Go Braves
Chop Chop
Michael Mule'
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/104463 | 9 | rec_sport_baseball_104463 | [('if', 'IN'), ('memory', 'NN'), ('serves', 'NNS'), ('me', 'PRP'), ('well', 'RB'), ('alicea', 'IN'), ('hit', 'VBN'), ('it', 'PRP'), ('and', 'CC'), ('damn', 'VB'), ('near', 'IN'), ('tied', 'VBN'), ('the', 'DT'), ('game', 'NN'), ('torre', 'VBZ'), ('obviously', 'RB'), ('knows', 'VBZ'), ('his', 'PRP$'), ('players', 'NNS'), ('better', 'RBR'), ('than', 'IN'), ('you', 'PRP'), ('do', 'VBP'), ('see', 'VB'), ('all', 'DT'), ('at', 'IN'), ('the', 'DT'), ('ballyard', 'NN'), ('go', 'VBP'), ('braves', 'VBZ'), ('chop', 'NN'), ('chop', 'NN'), ('michael', 'NN'), ('mule', 'NN')] | ['memory', 'serf', 'well', 'alicea', 'hit', 'damn', 'near', 'tie', 'game', 'torre', 'obviously', 'know', 'player', 'well', 'see', 'ballyard', 'go', 'brave', 'chop', 'chop', 'michael', 'mule'] | ['memory_serf', 'damn_near', 'tie_game', 'know_player', 'well_see', 'chop_chop', 'chop_michael', 'michael_mule'] | rec_sport_baseball_104463 |@lemmatized memory:1 serf:1 well:2 alicea:1 hit:1 damn:1 near:1 tie:1 game:1 torre:1 obviously:1 know:1 player:1 see:1 ballyard:1 go:1 brave:1 chop:2 michael:1 mule:1 |@bigram memory_serf:1 damn_near:1 tie_game:1 know_player:1 well_see:1 chop_chop:1 chop_michael:1 michael_mule:1 |
3,355 |
Like, there's a FAQ for this?
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.motorcycles/103148 | 8 | rec_motorcycles_103148 | [('like', 'IN'), ('there', 'EX'), ('faq', 'NN'), ('for', 'IN'), ('this', 'DT')] | ['like', 'faq'] | [] | rec_motorcycles_103148 |@lemmatized like:1 faq:1 |@bigram |
3,356 | Danny Rubenstein, an Israeli journalist, will be speaking tonight
(Wednesday, 7:30 pm) on the messy subject of politics in Israel.
He is speaking at Hillel on the U.C. Berkeley campus. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76206 | 17 | talk_politics_mideast_76206 | [('danny', 'NN'), ('rubenstein', 'VBZ'), ('an', 'DT'), ('israeli', 'JJ'), ('journalist', 'NN'), ('will', 'MD'), ('be', 'VB'), ('speaking', 'VBG'), ('tonight', 'JJ'), ('wednesday', 'JJ'), ('30', 'CD'), ('pm', 'NN'), ('on', 'IN'), ('the', 'DT'), ('messy', 'NN'), ('subject', 'NN'), ('of', 'IN'), ('politics', 'NNS'), ('in', 'IN'), ('israel', 'NN'), ('he', 'PRP'), ('is', 'VBZ'), ('speaking', 'VBG'), ('at', 'IN'), ('hillel', 'NN'), ('on', 'IN'), ('the', 'DT'), ('berkeley', 'NN'), ('campus', 'NN')] | ['danny', 'rubenstein', 'israeli', 'journalist', 'speak', 'tonight', 'wednesday', 'pm', 'messy', 'subject', 'politics', 'israel', 'speak', 'hillel', 'berkeley', 'campus'] | [] | talk_politics_mideast_76206 |@lemmatized danny:1 rubenstein:1 israeli:1 journalist:1 speak:2 tonight:1 wednesday:1 pm:1 messy:1 subject:1 politics:1 israel:1 hillel:1 berkeley:1 campus:1 |@bigram |
3,357 | I do not have this type of problem, but at one point an Apple rep
told me that Duo's "System Enabler" file version 1.0.1 fixes some
kind of sleep-related problem. You may want to investigate this... | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.mac.hardware/51566 | 4 | comp_sys_mac_hardware_51566 | [('do', 'VBP'), ('not', 'RB'), ('have', 'VB'), ('this', 'DT'), ('type', 'NN'), ('of', 'IN'), ('problem', 'NN'), ('but', 'CC'), ('at', 'IN'), ('one', 'CD'), ('point', 'NN'), ('an', 'DT'), ('apple', 'NN'), ('rep', 'NN'), ('told', 'VBD'), ('me', 'PRP'), ('that', 'IN'), ('duo', 'NN'), ('system', 'NN'), ('enabler', 'NN'), ('file', 'NN'), ('version', 'NN'), ('fixes', 'VBD'), ('some', 'DT'), ('kind', 'NN'), ('of', 'IN'), ('sleep', 'NN'), ('related', 'VBN'), ('problem', 'NN'), ('you', 'PRP'), ('may', 'MD'), ('want', 'VB'), ('to', 'TO'), ('investigate', 'VB'), ('this', 'DT'), ('...', ':')] | ['type', 'problem', 'one', 'point', 'apple', 'rep', 'tell', 'duo', 'system', 'enabler', 'file', 'version', 'fix', 'kind', 'sleep', 'relate', 'problem', 'may', 'want', 'investigate'] | ['problem_one', 'one_point', 'relate_problem', 'problem_may', 'may_want'] | comp_sys_mac_hardware_51566 |@lemmatized type:1 problem:2 one:1 point:1 apple:1 rep:1 tell:1 duo:1 system:1 enabler:1 file:1 version:1 fix:1 kind:1 sleep:1 relate:1 may:1 want:1 investigate:1 |@bigram problem_one:1 one_point:1 relate_problem:1 problem_may:1 may_want:1 |
3,358 |
> be the site of major commercial activity. As far as we know it has no
> materials we can't get cheaper right here on Earth or from asteroids
> and comets, aside from the semi-mythic He3 that *might* be useful in low
> grade fusion reactors.
I don't know what a "low grade" fusion reactor is, but the major
problem with 3He (aside from the difficulty in making any fusion
reactor work) is that its concentration in lunar regolith is just so
small -- on the order of 5 ppb or so, on average (more in some
fractions, but still very small). Massive amounts of regolith would
have to be processed.
This thread reminds me of Wingo's claims some time ago about the moon
as a source of titanium for use on earth. As I recall, Wingo wasn't
content with being assured that titanium (at .5% in the Earth's crust,
average) would not run out, and touted lunar mines, even though the
market price of ilmenite concentrate these days is around $.06/pound.
This prompted me to look up large potential terrestrial sources.
On the moon, titanium occurs in basalts; "high-Ti" basalts (Apollo 11
and 17) have 8-14% titanium dioxide (by weight). This is nice, but...
terrestrial continental flood basalts are also typically enriched in
titanium. They very often have 3% TiO2, frequently have 4%, and
sometimes even 5% TiO2 (again, by weight). These flood basalts are
*enormous* -- millions of cubic kilometers, scattered all over the
world (Siberia, Brazil, the NW United States, Ethiopia, etc.). If
even 1% of the basalts are 5% TiO2, this is trillions of tons of TiO2
at concentrations only a factor of 2-3 less than in lunar high-Ti
basalts. It is difficult to see how the disadvantages of the moon
could be overcome by such a small increase the concentration of the
ore (never mind the richer, but less common, terrestrial ores being
mined today). | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.space/60961 | 14 | sci_space_60961 | [('be', 'VB'), ('the', 'DT'), ('site', 'NN'), ('of', 'IN'), ('major', 'JJ'), ('commercial', 'JJ'), ('activity', 'NN'), ('as', 'RB'), ('far', 'RB'), ('as', 'IN'), ('we', 'PRP'), ('know', 'VBP'), ('it', 'PRP'), ('has', 'VBZ'), ('no', 'DT'), ('materials', 'NNS'), ('we', 'PRP'), ('can', 'MD'), ('get', 'VB'), ('cheaper', 'JJR'), ('right', 'NN'), ('here', 'RB'), ('on', 'IN'), ('earth', 'NN'), ('or', 'CC'), ('from', 'IN'), ('asteroids', 'NNS'), ('and', 'CC'), ('comets', 'NNS'), ('aside', 'RB'), ('from', 'IN'), ('the', 'DT'), ('semi', 'NN'), ('mythic', 'JJ'), ('he3', 'NN'), ('that', 'WDT'), ('might', 'MD'), ('be', 'VB'), ('useful', 'JJ'), ('in', 'IN'), ('low', 'JJ'), ('grade', 'NN'), ('fusion', 'NN'), ('reactors', 'NNS'), ('don', 'VBP'), ('know', 'VBP'), ('what', 'WP'), ('low', 'JJ'), ('grade', 'NN'), ('fusion', 'NN'), ('reactor', 'NN'), ('is', 'VBZ'), ('but', 'CC'), ('the', 'DT'), ('major', 'JJ'), ('problem', 'NN'), ('with', 'IN'), ('3he', 'CD'), ('aside', 'RB'), ('from', 'IN'), ('the', 'DT'), ('difficulty', 'NN'), ('in', 'IN'), ('making', 'VBG'), ('any', 'DT'), ('fusion', 'NN'), ('reactor', 'NN'), ('work', 'NN'), ('is', 'VBZ'), ('that', 'IN'), ('its', 'PRP$'), ('concentration', 'NN'), ('in', 'IN'), ('lunar', 'NN'), ('regolith', 'NN'), ('is', 'VBZ'), ('just', 'RB'), ('so', 'RB'), ('small', 'JJ'), ('--', ':'), ('on', 'IN'), ('the', 'DT'), ('order', 'NN'), ('of', 'IN'), ('ppb', 'NN'), ('or', 'CC'), ('so', 'RB'), ('on', 'IN'), ('average', 'NN'), ('more', 'RBR'), ('in', 'IN'), ('some', 'DT'), ('fractions', 'NNS'), ('but', 'CC'), ('still', 'RB'), ('very', 'RB'), ('small', 'JJ'), (').', 'NNP'), ('massive', 'JJ'), ('amounts', 'NNS'), ('of', 'IN'), ('regolith', 'NN'), ('would', 'MD'), ('have', 'VB'), ('to', 'TO'), ('be', 'VB'), ('processed', 'VBN'), ('this', 'DT'), ('thread', 'NN'), ('reminds', 'VBZ'), ('me', 'PRP'), ('of', 'IN'), ('wingo', 'NN'), ('claims', 'NNS'), ('some', 'DT'), ('time', 'NN'), ('ago', 'IN'), ('about', 'IN'), ('the', 'DT'), ('moon', 'NN'), ('as', 'IN'), ('source', 'NN'), ('of', 'IN'), ('titanium', 'NN'), ('for', 'IN'), ('use', 'NN'), ('on', 'IN'), ('earth', 'NN'), ('as', 'IN'), ('recall', 'NN'), ('wingo', 'NN'), ('wasn', 'NN'), ('content', 'NN'), ('with', 'IN'), ('being', 'VBG'), ('assured', 'VBN'), ('that', 'IN'), ('titanium', 'NN'), ('at', 'IN'), ('in', 'IN'), ('the', 'DT'), ('earth', 'NN'), ('crust', 'JJ'), ('average', 'NN'), ('would', 'MD'), ('not', 'RB'), ('run', 'VB'), ('out', 'RB'), ('and', 'CC'), ('touted', 'VBD'), ('lunar', 'NN'), ('mines', 'NNS'), ('even', 'RB'), ('though', 'IN'), ('the', 'DT'), ('market', 'NN'), ('price', 'NN'), ('of', 'IN'), ('ilmenite', 'JJ'), ('concentrate', 'NN'), ('these', 'DT'), ('days', 'NNS'), ('is', 'VBZ'), ('around', 'IN'), ('$.', '$'), ('06', 'CD'), ('pound', 'NN'), ('this', 'DT'), ('prompted', 'VBD'), ('me', 'PRP'), ('to', 'TO'), ('look', 'VB'), ('up', 'RP'), ('large', 'JJ'), ('potential', 'JJ'), ('terrestrial', 'NN'), ('sources', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('moon', 'NN'), ('titanium', 'NN'), ('occurs', 'VBZ'), ('in', 'IN'), ('basalts', 'NNS'), ('high', 'JJ'), ('ti', 'NN'), ('basalts', 'NNS'), ('apollo', 'VBP'), ('11', 'CD'), ('and', 'CC'), ('17', 'CD'), ('have', 'VBP'), ('14', 'CD'), ('titanium', 'NN'), ('dioxide', 'NN'), ('by', 'IN'), ('weight', 'NN'), (').', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('nice', 'JJ'), ('but', 'CC'), ('...', ':'), ('terrestrial', 'JJ'), ('continental', 'JJ'), ('flood', 'NN'), ('basalts', 'NNS'), ('are', 'VBP'), ('also', 'RB'), ('typically', 'RB'), ('enriched', 'VBN'), ('in', 'IN'), ('titanium', 'NN'), ('they', 'PRP'), ('very', 'RB'), ('often', 'RB'), ('have', 'VBP'), ('tio2', 'VBN'), ('frequently', 'RB'), ('have', 'VBP'), ('%,', 'VBN'), ('and', 'CC'), ('sometimes', 'RB'), ('even', 'RB'), ('tio2', 'VB'), ('again', 'RB'), ('by', 'IN'), ('weight', 'NN'), (').', 'NN'), ('these', 'DT'), ('flood', 'NN'), ('basalts', 'NNS'), ('are', 'VBP'), ('enormous', 'JJ'), ('--', ':'), ('millions', 'NNS'), ('of', 'IN'), ('cubic', 'JJ'), ('kilometers', 'NNS'), ('scattered', 'VBD'), ('all', 'DT'), ('over', 'IN'), ('the', 'DT'), ('world', 'NN'), ('siberia', 'NN'), ('brazil', 'VBP'), ('the', 'DT'), ('nw', 'NN'), ('united', 'JJ'), ('states', 'NNS'), ('ethiopia', 'VBP'), ('etc', 'FW'), ('.).', 'VBP'), ('if', 'IN'), ('even', 'RB'), ('of', 'IN'), ('the', 'DT'), ('basalts', 'NNS'), ('are', 'VBP'), ('tio2', 'JJ'), ('this', 'DT'), ('is', 'VBZ'), ('trillions', 'NNS'), ('of', 'IN'), ('tons', 'NNS'), ('of', 'IN'), ('tio2', 'NN'), ('at', 'IN'), ('concentrations', 'NNS'), ('only', 'RB'), ('factor', 'NN'), ('of', 'IN'), ('less', 'JJR'), ('than', 'IN'), ('in', 'IN'), ('lunar', 'JJ'), ('high', 'JJ'), ('ti', 'NN'), ('basalts', 'NNS'), ('it', 'PRP'), ('is', 'VBZ'), ('difficult', 'JJ'), ('to', 'TO'), ('see', 'VB'), ('how', 'WRB'), ('the', 'DT'), ('disadvantages', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('moon', 'NN'), ('could', 'MD'), ('be', 'VB'), ('overcome', 'VBN'), ('by', 'IN'), ('such', 'JJ'), ('small', 'JJ'), ('increase', 'NN'), ('the', 'DT'), ('concentration', 'NN'), ('of', 'IN'), ('the', 'DT'), ('ore', 'NN'), ('never', 'RB'), ('mind', 'VBZ'), ('the', 'DT'), ('richer', 'JJR'), ('but', 'CC'), ('less', 'RBR'), ('common', 'JJ'), ('terrestrial', 'JJ'), ('ores', 'NNS'), ('being', 'VBG'), ('mined', 'VBN'), ('today', 'NN'), (').', 'NN')] | ['site', 'major', 'commercial', 'activity', 'far', 'know', 'material', 'get', 'cheap', 'right', 'earth', 'asteroid', 'comet', 'aside', 'semi', 'mythic', 'might', 'useful', 'low', 'grade', 'fusion', 'reactor', 'know', 'low', 'grade', 'fusion', 'reactor', 'major', 'problem', 'aside', 'difficulty', 'make', 'fusion', 'reactor', 'work', 'concentration', 'lunar', 'regolith', 'small', 'order', 'ppb', 'average', 'fraction', 'still', 'small', 'massive', 'amount', 'regolith', 'would', 'process', 'thread', 'remind', 'wingo', 'claim', 'time', 'ago', 'moon', 'source', 'titanium', 'use', 'earth', 'recall', 'wingo', 'content', 'assure', 'titanium', 'earth', 'crust', 'average', 'would', 'run', 'tout', 'lunar', 'mine', 'even', 'though', 'market', 'price', 'ilmenite', 'concentrate', 'day', 'around', 'pound', 'prompt', 'look', 'large', 'potential', 'terrestrial', 'source', 'moon', 'titanium', 'occur', 'basalt', 'high', 'ti', 'basalt', 'apollo', 'titanium', 'dioxide', 'weight', 'nice', 'terrestrial', 'continental', 'flood', 'basalt', 'also', 'typically', 'enrich', 'titanium', 'often', 'frequently', 'sometimes', 'even', 'weight', 'flood', 'basalt', 'enormous', 'million', 'cubic', 'kilometer', 'scatter', 'world', 'siberia', 'brazil', 'nw', 'united', 'state', 'ethiopia', 'etc', 'even', 'basalt', 'trillion', 'ton', 'concentration', 'factor', 'less', 'lunar', 'high', 'ti', 'basalt', 'difficult', 'see', 'disadvantage', 'moon', 'could', 'overcome', 'small', 'increase', 'concentration', 'ore', 'never', 'mind', 'rich', 'less', 'common', 'terrestrial', 'ore', 'mine', 'today'] | ['far_know', 'material_get', 'get_cheap', 'earth_asteroid', 'asteroid_comet', 'might_useful', 'low_grade', 'fusion_reactor', 'low_grade', 'fusion_reactor', 'major_problem', 'fusion_reactor', 'time_ago', 'use_earth', 'would_run', 'even_though', 'market_price', 'sometimes_even', 'united_state', 'etc_even', 'difficult_see', 'never_mind', 'less_common'] | sci_space_60961 |@lemmatized site:1 major:2 commercial:1 activity:1 far:1 know:2 material:1 get:1 cheap:1 right:1 earth:3 asteroid:1 comet:1 aside:2 semi:1 mythic:1 might:1 useful:1 low:2 grade:2 fusion:3 reactor:3 problem:1 difficulty:1 make:1 work:1 concentration:3 lunar:3 regolith:2 small:3 order:1 ppb:1 average:2 fraction:1 still:1 massive:1 amount:1 would:2 process:1 thread:1 remind:1 wingo:2 claim:1 time:1 ago:1 moon:3 source:2 titanium:5 use:1 recall:1 content:1 assure:1 crust:1 run:1 tout:1 mine:2 even:3 though:1 market:1 price:1 ilmenite:1 concentrate:1 day:1 around:1 pound:1 prompt:1 look:1 large:1 potential:1 terrestrial:3 occur:1 basalt:6 high:2 ti:2 apollo:1 dioxide:1 weight:2 nice:1 continental:1 flood:2 also:1 typically:1 enrich:1 often:1 frequently:1 sometimes:1 enormous:1 million:1 cubic:1 kilometer:1 scatter:1 world:1 siberia:1 brazil:1 nw:1 united:1 state:1 ethiopia:1 etc:1 trillion:1 ton:1 factor:1 less:2 difficult:1 see:1 disadvantage:1 could:1 overcome:1 increase:1 ore:2 never:1 mind:1 rich:1 common:1 today:1 |@bigram far_know:1 material_get:1 get_cheap:1 earth_asteroid:1 asteroid_comet:1 might_useful:1 low_grade:2 fusion_reactor:3 major_problem:1 time_ago:1 use_earth:1 would_run:1 even_though:1 market_price:1 sometimes_even:1 united_state:1 etc_even:1 difficult_see:1 never_mind:1 less_common:1 |
3,359 | --
: I want only two things from this world, a 58 Plymouth and a small :
: OPEC nation with which to fuel it. This would be a good and just :
: thing. Car Smashers can just go home and sulk. :
: Jacques Brouillette --- Manufacturing Engineering :
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.autos/103036 | 7 | rec_autos_103036 | [('--', ':'), ('want', 'VBP'), ('only', 'RB'), ('two', 'CD'), ('things', 'NNS'), ('from', 'IN'), ('this', 'DT'), ('world', 'NN'), ('58', 'CD'), ('plymouth', 'NN'), ('and', 'CC'), ('small', 'JJ'), ('opec', 'NNS'), ('nation', 'NN'), ('with', 'IN'), ('which', 'WDT'), ('to', 'TO'), ('fuel', 'VB'), ('it', 'PRP'), ('this', 'DT'), ('would', 'MD'), ('be', 'VB'), ('good', 'JJ'), ('and', 'CC'), ('just', 'RB'), ('thing', 'NN'), ('car', 'NN'), ('smashers', 'NNS'), ('can', 'MD'), ('just', 'RB'), ('go', 'VB'), ('home', 'NN'), ('and', 'CC'), ('sulk', 'NN'), ('jacques', 'NNS'), ('brouillette', 'VBP'), ('---', 'JJ'), ('manufacturing', 'NN'), ('engineering', 'NN')] | ['want', 'two', 'thing', 'world', 'plymouth', 'small', 'opec', 'nation', 'fuel', 'would', 'good', 'thing', 'car', 'smasher', 'go', 'home', 'sulk', 'jacques', 'brouillette', 'manufacturing', 'engineering'] | ['two_thing', 'thing_world', 'would_good', 'good_thing', 'go_home'] | rec_autos_103036 |@lemmatized want:1 two:1 thing:2 world:1 plymouth:1 small:1 opec:1 nation:1 fuel:1 would:1 good:1 car:1 smasher:1 go:1 home:1 sulk:1 jacques:1 brouillette:1 manufacturing:1 engineering:1 |@bigram two_thing:1 thing_world:1 would_good:1 good_thing:1 go_home:1 |
3,360 |
Imprecise. This description
1. ignores the role of the ballast,
2. misrepresents the heating effects in the starter.
The bimetalic strip cools down immediately after the contacts
short circuit, because the neon discharge stops, and much less
heat is generated from the I^2R loss in the metal as compared to
the neon discharge.
The starter contacts open before the tube fires. Actually,
the tube fires as a result of the back-emf generated in the ballast
because of this immediate opening of the starter's contacts.
A capacitor is connected in parallel with the contacts to prevent
excessive arcing during the firing. The neon reionizes but does not draw
sufficient current to prevent firing of the tube itself. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.electronics/53685 | 12 | sci_electronics_53685 | [('imprecise', 'NN'), ('this', 'DT'), ('description', 'NN'), ('ignores', 'VBZ'), ('the', 'DT'), ('role', 'NN'), ('of', 'IN'), ('the', 'DT'), ('ballast', 'NN'), ('misrepresents', 'VBZ'), ('the', 'DT'), ('heating', 'NN'), ('effects', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('starter', 'NN'), ('the', 'DT'), ('bimetalic', 'JJ'), ('strip', 'NN'), ('cools', 'NNS'), ('down', 'RP'), ('immediately', 'RB'), ('after', 'IN'), ('the', 'DT'), ('contacts', 'NNS'), ('short', 'JJ'), ('circuit', 'NN'), ('because', 'IN'), ('the', 'DT'), ('neon', 'JJ'), ('discharge', 'NN'), ('stops', 'NNS'), ('and', 'CC'), ('much', 'RB'), ('less', 'JJR'), ('heat', 'NN'), ('is', 'VBZ'), ('generated', 'VBN'), ('from', 'IN'), ('the', 'DT'), ('2r', 'CD'), ('loss', 'NN'), ('in', 'IN'), ('the', 'DT'), ('metal', 'NN'), ('as', 'IN'), ('compared', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('neon', 'NN'), ('discharge', 'NN'), ('the', 'DT'), ('starter', 'JJ'), ('contacts', 'NNS'), ('open', 'JJ'), ('before', 'IN'), ('the', 'DT'), ('tube', 'NN'), ('fires', 'VBZ'), ('actually', 'RB'), ('the', 'DT'), ('tube', 'NN'), ('fires', 'VBZ'), ('as', 'IN'), ('result', 'NN'), ('of', 'IN'), ('the', 'DT'), ('back', 'JJ'), ('emf', 'NN'), ('generated', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('ballast', 'NN'), ('because', 'IN'), ('of', 'IN'), ('this', 'DT'), ('immediate', 'JJ'), ('opening', 'NN'), ('of', 'IN'), ('the', 'DT'), ('starter', 'JJ'), ('contacts', 'NNS'), ('capacitor', 'NN'), ('is', 'VBZ'), ('connected', 'VBN'), ('in', 'IN'), ('parallel', 'NN'), ('with', 'IN'), ('the', 'DT'), ('contacts', 'NNS'), ('to', 'TO'), ('prevent', 'VB'), ('excessive', 'JJ'), ('arcing', 'VBG'), ('during', 'IN'), ('the', 'DT'), ('firing', 'VBG'), ('the', 'DT'), ('neon', 'NN'), ('reionizes', 'VBZ'), ('but', 'CC'), ('does', 'VBZ'), ('not', 'RB'), ('draw', 'VB'), ('sufficient', 'JJ'), ('current', 'JJ'), ('to', 'TO'), ('prevent', 'VB'), ('firing', 'NN'), ('of', 'IN'), ('the', 'DT'), ('tube', 'NN'), ('itself', 'PRP')] | ['imprecise', 'description', 'ignore', 'role', 'ballast', 'misrepresent', 'heating', 'effect', 'starter', 'bimetalic', 'strip', 'cool', 'immediately', 'contact', 'short', 'circuit', 'neon', 'discharge', 'stop', 'much', 'less', 'heat', 'generate', 'loss', 'metal', 'compare', 'neon', 'discharge', 'starter', 'contact', 'open', 'tube', 'fire', 'actually', 'tube', 'fire', 'result', 'back', 'emf', 'generate', 'ballast', 'immediate', 'opening', 'starter', 'contact', 'capacitor', 'connect', 'parallel', 'contact', 'prevent', 'excessive', 'arc', 'fire', 'neon', 'reionizes', 'draw', 'sufficient', 'current', 'prevent', 'firing', 'tube'] | ['short_circuit', 'much_less'] | sci_electronics_53685 |@lemmatized imprecise:1 description:1 ignore:1 role:1 ballast:2 misrepresent:1 heating:1 effect:1 starter:3 bimetalic:1 strip:1 cool:1 immediately:1 contact:4 short:1 circuit:1 neon:3 discharge:2 stop:1 much:1 less:1 heat:1 generate:2 loss:1 metal:1 compare:1 open:1 tube:3 fire:3 actually:1 result:1 back:1 emf:1 immediate:1 opening:1 capacitor:1 connect:1 parallel:1 prevent:2 excessive:1 arc:1 reionizes:1 draw:1 sufficient:1 current:1 firing:1 |@bigram short_circuit:1 much_less:1 |
3,361 |
Then you must be living in an alternate universe. Where were they?
An Appeal to Mankind
During the last three years Azerbaijan and its multinational
population are vainly fighting for justice within the limits of
the Soviet Union. All humanitarian, constitutional human rights
guaranteed by the UN Charter, Universal Declaration of Human
Rights, Helsinki Agreements, Human Problems International Forums,
documents signed by the Soviet Union - all of them are violated.
The USSR's President, government bodies do not defend Azerbaijan
though they are all empowered to take necessary measures to
guarantee life and peace.
The 140,000 strong army of Armenian terrorists with Moscow's
tacit consent wages an undeclared war of annihilation against
Azerbaijan. As a result, a part of Azerbaijan has been occupied
and annexed, hundreds of people killed, thousands wounded.
Some 200,000 Azerbaijanis have been brutally and inhumanly
deported from the Armenian SSR, their historical homeland.
Together with them 64,000 Russians and 22,000 Kurds have also
been driven out, a part of them now settled in Azerbaijan.
Some 40,000 Turkish-Meskhetians, Lezghins and representatives
of other Caucasian nationalities who escaped from the Central
Asia where the President and government bodies did not guarantee
them the life and peace also suffered from these deportations.
One of the scandalous vandalisms directed not only against
Azerbaijan science but the world civilization as well is the
Armenian extremists' destruction of the Karabakh scientific
experimental base of The Institute of Genetics and Selection
of the Academy of Sciences of the Azerbaijan SSR.
We beg you for humanitarian help and political assistance,
for the honour and dignity of 7 million Azerbaijanis are
violated, its territory, culture and history are trampled,
its people are shot. There is persistent negative image of
Azerbaijanians abroad, and this defamation is spread over
the whole world by Soviet mass media, Armenian lobby in the
USSR and the United States.
One of the myths is that all events allegedly involves and
generated by interethnic collisions and religious intolerance
while the truth is that all these shootings and recent
events stem from the territorial claims of Armenia on
Azerbaijan.
It is a well documented fact that before the conflict there
were no frictions between Armenians and Azerbaijanis on the
issue of Karabakh. Hundreds and thousands Armenians placidly
and calmly lived and worked in Azerbaijan land, had their
representatives in all government bodies of the Azerbaijan
SSR.
We are for a united, indivisible, sovereign Azerbaijan, we
are for a common Caucasian home proclaimed in 1918 by one
of the founding fathers of the Azerbaijan Democratic
Republic - Muhammed Emin Rasulzade.
But all these goals and expectations are trampled upon the
Soviet leadership in favour of the Armenian expansionists
encouraged by Moscow and intended to create a new '1,000
Year Reich' - the 'Great Armenia' - by annexing the
neighboring lands.
The world public opinion shed tears to save the whales,
suffers for penguins dying out in the Antarctic Continent.
But what about the lives of seven million human beings?
If these people are Muslims, does it mean that they are
less valuable? Can people be discriminated by their
colour of skin or religion, by their residence or other
attributes?
All people are brothers, and we appeal to our brothers
for help and understanding. This is not the first appeal
of Azerbaijan to the world public opinion. Our previous
appeals were unheard. However, we still carry the hope
that the truth beyond the Russian and Armenian propaganda
will one day reveal the extent of our suffering and
stimulate at least as much help and compassion for
Azerbaijan as tendered to whales and penguins.
THE COMMITTEE FOR PEOPLE'S HELP TO
KARABAKH (OF THE) ACADEMY OF SCIENCES
OF THE AZERBAIJAN SSR
But perhaps Turkiye should intervene in the affairs of the Caucasus
in the name of peace and democracy. The Armenians are Christians, the
Azerbaijanis are Moslems, and Islam is a religion especially unloved
by the democrat-westernizers. Besides, at the root of this conflict
lie the territorial claims on Azerbaijan, a consequence of which
were the blood and suffering of innocent Azeri people, hundreds of
thousands of refugees, and gross violations of human rights.
Recently Armenians attacked the Azeri town of Khojaly and massacred
thousands of Azeris. The Paris-based 'Association for Democracy and
Human Rights in Azerbaijan' puts the number of Khojali victims
at 3,145. Some of the dead were scalped and mutilated. This whole
thing has now gone entirely too far.
They already did. The scenario and genocide staged by the Armenians
78 years ago in the Ottoman Empire is being reenacted again - this
time in Azerbaijan. There are remarkable similarities between the
plots, the perpetrators, and the underdogs.
Report taken from The New York Times, Tuesday, March 3, 1992
MASSACRE BY ARMENIANS BEING REPORTED
Agdam,Azerbaijan,March 2 (Reuters) - Fresh evidence emerged today
of a massacre of civilians by Armenian militants in Nagorno-Karabakh,
a predominantly Armenian enclave of Azerbaijan.
The republic of Armenia reiterated denials that its militants had killed
1,000 people in the Azerbaijani populated town of Khojaly last week and
massacred men, women and children fleeing the carnage across snow-covered
mountain passes.
But dozen of bodies scattered over the area lent credence to Azerbaijani
reports of a massacre.
Scalping Reported
Azerbaijani officials and journalists who flew briefly to the region
by helicopter brought back three dead children with the back of their
heads blown off. They said shooting by Armenians has prevented them
from retrieving more bodies.
"Women and children have been scalped," said Assad Faradshev, an aide
to Nagorno-Karabakh's Azerbaijani Governor. "When we began to pick up bodies,
they began firing at us."
are lying there like flocks of sheep. Even the fascists did nothing like this."
Truckloads of Bodies
Near Agdam on the outskirts of Nagorno-Karabakh, a Reuters photographer,
Frederique Lengaigne, said she had seen two trucks filled with Azerbaijani
bodies.
"In the first one I counted 35, and it looked as though there were as
many in the second," she said. "Some had their head cut off, and many had
been burned. They were all men, and a few had been wearing khaki uniforms.
Serdar Argic | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/75400 | 17 | talk_politics_mideast_75400 | [('then', 'RB'), ('you', 'PRP'), ('must', 'MD'), ('be', 'VB'), ('living', 'VBG'), ('in', 'IN'), ('an', 'DT'), ('alternate', 'NN'), ('universe', 'NN'), ('where', 'WRB'), ('were', 'VBD'), ('they', 'PRP'), ('an', 'DT'), ('appeal', 'NN'), ('to', 'TO'), ('mankind', 'VB'), ('during', 'IN'), ('the', 'DT'), ('last', 'JJ'), ('three', 'CD'), ('years', 'NNS'), ('azerbaijan', 'RB'), ('and', 'CC'), ('its', 'PRP$'), ('multinational', 'JJ'), ('population', 'NN'), ('are', 'VBP'), ('vainly', 'RB'), ('fighting', 'VBG'), ('for', 'IN'), ('justice', 'NN'), ('within', 'IN'), ('the', 'DT'), ('limits', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('soviet', 'JJ'), ('union', 'NN'), ('all', 'DT'), ('humanitarian', 'JJ'), ('constitutional', 'JJ'), ('human', 'NN'), ('rights', 'NNS'), ('guaranteed', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('un', 'JJ'), ('charter', 'NN'), ('universal', 'JJ'), ('declaration', 'NN'), ('of', 'IN'), ('human', 'JJ'), ('rights', 'NNS'), ('helsinki', 'NN'), ('agreements', 'NNS'), ('human', 'JJ'), ('problems', 'NNS'), ('international', 'JJ'), ('forums', 'NNS'), ('documents', 'NNS'), ('signed', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('soviet', 'JJ'), ('union', 'NN'), ('all', 'DT'), ('of', 'IN'), ('them', 'PRP'), ('are', 'VBP'), ('violated', 'VBN'), ('the', 'DT'), ('ussr', 'JJ'), ('president', 'NN'), ('government', 'NN'), ('bodies', 'NNS'), ('do', 'VBP'), ('not', 'RB'), ('defend', 'VB'), ('azerbaijan', 'RB'), ('though', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('all', 'DT'), ('empowered', 'JJ'), ('to', 'TO'), ('take', 'VB'), ('necessary', 'JJ'), ('measures', 'NNS'), ('to', 'TO'), ('guarantee', 'VB'), ('life', 'NN'), ('and', 'CC'), ('peace', 'NN'), ('the', 'DT'), ('140', 'CD'), ('000', 'CD'), ('strong', 'JJ'), ('army', 'NN'), ('of', 'IN'), ('armenian', 'JJ'), ('terrorists', 'NNS'), ('with', 'IN'), ('moscow', 'JJ'), ('tacit', 'JJ'), ('consent', 'NN'), ('wages', 'NNS'), ('an', 'DT'), ('undeclared', 'JJ'), ('war', 'NN'), ('of', 'IN'), ('annihilation', 'NN'), ('against', 'IN'), ('azerbaijan', 'NN'), ('as', 'IN'), ('result', 'JJ'), ('part', 'NN'), ('of', 'IN'), ('azerbaijan', 'NN'), ('has', 'VBZ'), ('been', 'VBN'), ('occupied', 'VBN'), ('and', 'CC'), ('annexed', 'JJ'), ('hundreds', 'NNS'), ('of', 'IN'), ('people', 'NNS'), ('killed', 'VBN'), ('thousands', 'NNS'), ('wounded', 'VBD'), ('some', 'DT'), ('200', 'CD'), ('000', 'CD'), ('azerbaijanis', 'NNS'), ('have', 'VBP'), ('been', 'VBN'), ('brutally', 'RB'), ('and', 'CC'), ('inhumanly', 'RB'), ('deported', 'VBD'), ('from', 'IN'), ('the', 'DT'), ('armenian', 'JJ'), ('ssr', 'VBP'), ('their', 'PRP$'), ('historical', 'JJ'), ('homeland', 'NN'), ('together', 'RB'), ('with', 'IN'), ('them', 'PRP'), ('64', 'CD'), ('000', 'CD'), ('russians', 'NNS'), ('and', 'CC'), ('22', 'CD'), ('000', 'CD'), ('kurds', 'NNS'), ('have', 'VBP'), ('also', 'RB'), ('been', 'VBN'), ('driven', 'VBN'), ('out', 'RP'), ('part', 'NN'), ('of', 'IN'), ('them', 'PRP'), ('now', 'RB'), ('settled', 'VBN'), ('in', 'IN'), ('azerbaijan', 'CC'), ('some', 'DT'), ('40', 'CD'), ('000', 'CD'), ('turkish', 'JJ'), ('meskhetians', 'NNS'), ('lezghins', 'NNS'), ('and', 'CC'), ('representatives', 'NNS'), ('of', 'IN'), ('other', 'JJ'), ('caucasian', 'JJ'), ('nationalities', 'NNS'), ('who', 'WP'), ('escaped', 'VBD'), ('from', 'IN'), ('the', 'DT'), ('central', 'JJ'), ('asia', 'NN'), ('where', 'WRB'), ('the', 'DT'), ('president', 'NN'), ('and', 'CC'), ('government', 'NN'), ('bodies', 'NNS'), ('did', 'VBD'), ('not', 'RB'), ('guarantee', 'VB'), ('them', 'PRP'), ('the', 'DT'), ('life', 'NN'), ('and', 'CC'), ('peace', 'NN'), ('also', 'RB'), ('suffered', 'VBD'), ('from', 'IN'), ('these', 'DT'), ('deportations', 'NNS'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('scandalous', 'JJ'), ('vandalisms', 'NNS'), ('directed', 'VBD'), ('not', 'RB'), ('only', 'RB'), ('against', 'IN'), ('azerbaijan', 'JJ'), ('science', 'NN'), ('but', 'CC'), ('the', 'DT'), ('world', 'NN'), ('civilization', 'NN'), ('as', 'IN'), ('well', 'RB'), ('is', 'VBZ'), ('the', 'DT'), ('armenian', 'JJ'), ('extremists', 'VBZ'), ('destruction', 'NN'), ('of', 'IN'), ('the', 'DT'), ('karabakh', 'NN'), ('scientific', 'JJ'), ('experimental', 'JJ'), ('base', 'NN'), ('of', 'IN'), ('the', 'DT'), ('institute', 'NN'), ('of', 'IN'), ('genetics', 'NNS'), ('and', 'CC'), ('selection', 'NN'), ('of', 'IN'), ('the', 'DT'), ('academy', 'NN'), ('of', 'IN'), ('sciences', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('azerbaijan', 'JJ'), ('ssr', 'NN'), ('we', 'PRP'), ('beg', 'VBP'), ('you', 'PRP'), ('for', 'IN'), ('humanitarian', 'JJ'), ('help', 'NN'), ('and', 'CC'), ('political', 'JJ'), ('assistance', 'NN'), ('for', 'IN'), ('the', 'DT'), ('honour', 'NN'), ('and', 'CC'), ('dignity', 'NN'), ('of', 'IN'), ('million', 'CD'), ('azerbaijanis', 'NNS'), ('are', 'VBP'), ('violated', 'VBN'), ('its', 'PRP$'), ('territory', 'JJ'), ('culture', 'NN'), ('and', 'CC'), ('history', 'NN'), ('are', 'VBP'), ('trampled', 'VBN'), ('its', 'PRP$'), ('people', 'NNS'), ('are', 'VBP'), ('shot', 'VBN'), ('there', 'EX'), ('is', 'VBZ'), ('persistent', 'JJ'), ('negative', 'JJ'), ('image', 'NN'), ('of', 'IN'), ('azerbaijanians', 'NNS'), ('abroad', 'RB'), ('and', 'CC'), ('this', 'DT'), ('defamation', 'NN'), ('is', 'VBZ'), ('spread', 'VBN'), ('over', 'IN'), ('the', 'DT'), ('whole', 'JJ'), ('world', 'NN'), ('by', 'IN'), ('soviet', 'JJ'), ('mass', 'NN'), ('media', 'NNS'), ('armenian', 'JJ'), ('lobby', 'NN'), ('in', 'IN'), ('the', 'DT'), ('ussr', 'NN'), ('and', 'CC'), ('the', 'DT'), ('united', 'JJ'), ('states', 'NNS'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('myths', 'NNS'), ('is', 'VBZ'), ('that', 'IN'), ('all', 'DT'), ('events', 'NNS'), ('allegedly', 'RB'), ('involves', 'NNS'), ('and', 'CC'), ('generated', 'VBN'), ('by', 'IN'), ('interethnic', 'JJ'), ('collisions', 'NNS'), ('and', 'CC'), ('religious', 'JJ'), ('intolerance', 'NN'), ('while', 'IN'), ('the', 'DT'), ('truth', 'NN'), ('is', 'VBZ'), ('that', 'IN'), ('all', 'PDT'), ('these', 'DT'), ('shootings', 'NNS'), ('and', 'CC'), ('recent', 'JJ'), ('events', 'NNS'), ('stem', 'VBP'), ('from', 'IN'), ('the', 'DT'), ('territorial', 'JJ'), ('claims', 'NNS'), ('of', 'IN'), ('armenia', 'NN'), ('on', 'IN'), ('azerbaijan', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('well', 'RB'), ('documented', 'VBN'), ('fact', 'NN'), ('that', 'IN'), ('before', 'IN'), ('the', 'DT'), ('conflict', 'NN'), ('there', 'EX'), ('were', 'VBD'), ('no', 'DT'), ('frictions', 'NNS'), ('between', 'IN'), ('armenians', 'NNS'), ('and', 'CC'), ('azerbaijanis', 'NN'), ('on', 'IN'), ('the', 'DT'), ('issue', 'NN'), ('of', 'IN'), ('karabakh', 'JJ'), ('hundreds', 'NNS'), ('and', 'CC'), ('thousands', 'NNS'), ('armenians', 'NNS'), ('placidly', 'RB'), ('and', 'CC'), ('calmly', 'RB'), ('lived', 'VBD'), ('and', 'CC'), ('worked', 'VBD'), ('in', 'IN'), ('azerbaijan', 'JJ'), ('land', 'NN'), ('had', 'VBD'), ('their', 'PRP$'), ('representatives', 'NNS'), ('in', 'IN'), ('all', 'DT'), ('government', 'NN'), ('bodies', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('azerbaijan', 'JJ'), ('ssr', 'NN'), ('we', 'PRP'), ('are', 'VBP'), ('for', 'IN'), ('united', 'JJ'), ('indivisible', 'JJ'), ('sovereign', 'NN'), ('azerbaijan', 'IN'), ('we', 'PRP'), ('are', 'VBP'), ('for', 'IN'), ('common', 'JJ'), ('caucasian', 'JJ'), ('home', 'NN'), ('proclaimed', 'VBN'), ('in', 'IN'), ('1918', 'CD'), ('by', 'IN'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('founding', 'VBG'), ('fathers', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('azerbaijan', 'NN'), ('democratic', 'JJ'), ('republic', 'NN'), ('muhammed', 'VBD'), ('emin', 'JJ'), ('rasulzade', 'NN'), ('but', 'CC'), ('all', 'PDT'), ('these', 'DT'), ('goals', 'NNS'), ('and', 'CC'), ('expectations', 'NNS'), ('are', 'VBP'), ('trampled', 'VBN'), ('upon', 'IN'), ('the', 'DT'), ('soviet', 'JJ'), ('leadership', 'NN'), ('in', 'IN'), ('favour', 'NN'), ('of', 'IN'), ('the', 'DT'), ('armenian', 'JJ'), ('expansionists', 'NNS'), ('encouraged', 'VBN'), ('by', 'IN'), ('moscow', 'NN'), ('and', 'CC'), ('intended', 'VBN'), ('to', 'TO'), ('create', 'VB'), ('new', 'JJ'), ('000', 'CD'), ('year', 'NN'), ('reich', 'VBD'), ('the', 'DT'), ('great', 'JJ'), ('armenia', 'NN'), ('by', 'IN'), ('annexing', 'VBG'), ('the', 'DT'), ('neighboring', 'JJ'), ('lands', 'VBZ'), ('the', 'DT'), ('world', 'NN'), ('public', 'JJ'), ('opinion', 'NN'), ('shed', 'VBD'), ('tears', 'NNS'), ('to', 'TO'), ('save', 'VB'), ('the', 'DT'), ('whales', 'NNS'), ('suffers', 'NNS'), ('for', 'IN'), ('penguins', 'NNS'), ('dying', 'VBG'), ('out', 'RP'), ('in', 'IN'), ('the', 'DT'), ('antarctic', 'JJ'), ('continent', 'NN'), ('but', 'CC'), ('what', 'WP'), ('about', 'IN'), ('the', 'DT'), ('lives', 'NNS'), ('of', 'IN'), ('seven', 'CD'), ('million', 'CD'), ('human', 'JJ'), ('beings', 'NNS'), ('if', 'IN'), ('these', 'DT'), ('people', 'NNS'), ('are', 'VBP'), ('muslims', 'VBZ'), ('does', 'VBZ'), ('it', 'PRP'), ('mean', 'VB'), ('that', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('less', 'RBR'), ('valuable', 'JJ'), ('can', 'MD'), ('people', 'NNS'), ('be', 'VB'), ('discriminated', 'VBN'), ('by', 'IN'), ('their', 'PRP$'), ('colour', 'NN'), ('of', 'IN'), ('skin', 'NN'), ('or', 'CC'), ('religion', 'NN'), ('by', 'IN'), ('their', 'PRP$'), ('residence', 'NN'), ('or', 'CC'), ('other', 'JJ'), ('attributes', 'NNS'), ('all', 'DT'), ('people', 'NNS'), ('are', 'VBP'), ('brothers', 'NNS'), ('and', 'CC'), ('we', 'PRP'), ('appeal', 'VBP'), ('to', 'TO'), ('our', 'PRP$'), ('brothers', 'NNS'), ('for', 'IN'), ('help', 'NN'), ('and', 'CC'), ('understanding', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('not', 'RB'), ('the', 'DT'), ('first', 'JJ'), ('appeal', 'NN'), ('of', 'IN'), ('azerbaijan', 'NN'), ('to', 'TO'), ('the', 'DT'), ('world', 'NN'), ('public', 'JJ'), ('opinion', 'NN'), ('our', 'PRP$'), ('previous', 'JJ'), ('appeals', 'NNS'), ('were', 'VBD'), ('unheard', 'JJ'), ('however', 'RB'), ('we', 'PRP'), ('still', 'RB'), ('carry', 'VBP'), ('the', 'DT'), ('hope', 'NN'), ('that', 'IN'), ('the', 'DT'), ('truth', 'NN'), ('beyond', 'IN'), ('the', 'DT'), ('russian', 'JJ'), ('and', 'CC'), ('armenian', 'JJ'), ('propaganda', 'NN'), ('will', 'MD'), ('one', 'CD'), ('day', 'NN'), ('reveal', 'VB'), ('the', 'DT'), ('extent', 'NN'), ('of', 'IN'), ('our', 'PRP$'), ('suffering', 'NN'), ('and', 'CC'), ('stimulate', 'NN'), ('at', 'IN'), ('least', 'JJS'), ('as', 'RB'), ('much', 'JJ'), ('help', 'NN'), ('and', 'CC'), ('compassion', 'NN'), ('for', 'IN'), ('azerbaijan', 'NN'), ('as', 'IN'), ('tendered', 'VBN'), ('to', 'TO'), ('whales', 'NNS'), ('and', 'CC'), ('penguins', 'VBZ'), ('the', 'DT'), ('committee', 'NN'), ('for', 'IN'), ('people', 'NNS'), ('help', 'VBP'), ('to', 'TO'), ('karabakh', 'VB'), ('of', 'IN'), ('the', 'DT'), ('academy', 'NN'), ('of', 'IN'), ('sciences', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('azerbaijan', 'JJ'), ('ssr', 'NN'), ('but', 'CC'), ('perhaps', 'RB'), ('turkiye', 'NNS'), ('should', 'MD'), ('intervene', 'VB'), ('in', 'IN'), ('the', 'DT'), ('affairs', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('caucasus', 'NN'), ('in', 'IN'), ('the', 'DT'), ('name', 'NN'), ('of', 'IN'), ('peace', 'NN'), ('and', 'CC'), ('democracy', 'NN'), ('the', 'DT'), ('armenians', 'NNS'), ('are', 'VBP'), ('christians', 'VBZ'), ('the', 'DT'), ('azerbaijanis', 'NN'), ('are', 'VBP'), ('moslems', 'NNS'), ('and', 'CC'), ('islam', 'NN'), ('is', 'VBZ'), ('religion', 'NN'), ('especially', 'RB'), ('unloved', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('democrat', 'NN'), ('westernizers', 'NNS'), ('besides', 'VBP'), ('at', 'IN'), ('the', 'DT'), ('root', 'NN'), ('of', 'IN'), ('this', 'DT'), ('conflict', 'NN'), ('lie', 'VBZ'), ('the', 'DT'), ('territorial', 'JJ'), ('claims', 'NNS'), ('on', 'IN'), ('azerbaijan', 'JJ'), ('consequence', 'NN'), ('of', 'IN'), ('which', 'WDT'), ('were', 'VBD'), ('the', 'DT'), ('blood', 'NN'), ('and', 'CC'), ('suffering', 'NN'), ('of', 'IN'), ('innocent', 'JJ'), ('azeri', 'JJ'), ('people', 'NNS'), ('hundreds', 'NNS'), ('of', 'IN'), ('thousands', 'NNS'), ('of', 'IN'), ('refugees', 'NNS'), ('and', 'CC'), ('gross', 'JJ'), ('violations', 'NNS'), ('of', 'IN'), ('human', 'JJ'), ('rights', 'NNS'), ('recently', 'RB'), ('armenians', 'VBZ'), ('attacked', 'VBD'), ('the', 'DT'), ('azeri', 'JJ'), ('town', 'NN'), ('of', 'IN'), ('khojaly', 'NN'), ('and', 'CC'), ('massacred', 'VBD'), ('thousands', 'NNS'), ('of', 'IN'), ('azeris', 'IN'), ('the', 'DT'), ('paris', 'NN'), ('based', 'VBN'), ('association', 'NN'), ('for', 'IN'), ('democracy', 'NN'), ('and', 'CC'), ('human', 'JJ'), ('rights', 'NNS'), ('in', 'IN'), ('azerbaijan', 'NN'), ('puts', 'VBZ'), ('the', 'DT'), ('number', 'NN'), ('of', 'IN'), ('khojali', 'NN'), ('victims', 'NNS'), ('at', 'IN'), ('145', 'CD'), ('some', 'DT'), ('of', 'IN'), ('the', 'DT'), ('dead', 'JJ'), ('were', 'VBD'), ('scalped', 'VBN'), ('and', 'CC'), ('mutilated', 'VBN'), ('this', 'DT'), ('whole', 'JJ'), ('thing', 'NN'), ('has', 'VBZ'), ('now', 'RB'), ('gone', 'VBN'), ('entirely', 'RB'), ('too', 'RB'), ('far', 'RB'), ('they', 'PRP'), ('already', 'RB'), ('did', 'VBD'), ('the', 'DT'), ('scenario', 'NN'), ('and', 'CC'), ('genocide', 'NN'), ('staged', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('armenians', 'NNS'), ('78', 'CD'), ('years', 'NNS'), ('ago', 'RB'), ('in', 'IN'), ('the', 'DT'), ('ottoman', 'NN'), ('empire', 'NN'), ('is', 'VBZ'), ('being', 'VBG'), ('reenacted', 'VBN'), ('again', 'RB'), ('this', 'DT'), ('time', 'NN'), ('in', 'IN'), ('azerbaijan', 'NN'), ('there', 'EX'), ('are', 'VBP'), ('remarkable', 'JJ'), ('similarities', 'NNS'), ('between', 'IN'), ('the', 'DT'), ('plots', 'NNS'), ('the', 'DT'), ('perpetrators', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('underdogs', 'JJ'), ('report', 'NN'), ('taken', 'VBN'), ('from', 'IN'), ('the', 'DT'), ('new', 'JJ'), ('york', 'NN'), ('times', 'NNS'), ('tuesday', 'VBP'), ('march', 'JJ'), ('1992', 'CD'), ('massacre', 'NN'), ('by', 'IN'), ('armenians', 'NNS'), ('being', 'VBG'), ('reported', 'VBN'), ('agdam', 'JJ'), ('azerbaijan', 'IN'), ('march', 'NN'), ('reuters', 'NNS'), ('fresh', 'JJ'), ('evidence', 'NN'), ('emerged', 'VBD'), ('today', 'NN'), ('of', 'IN'), ('massacre', 'NN'), ('of', 'IN'), ('civilians', 'NNS'), ('by', 'IN'), ('armenian', 'JJ'), ('militants', 'NNS'), ('in', 'IN'), ('nagorno', 'JJ'), ('karabakh', 'NN'), ('predominantly', 'RB'), ('armenian', 'JJ'), ('enclave', 'NN'), ('of', 'IN'), ('azerbaijan', 'NN'), ('the', 'DT'), ('republic', 'NN'), ('of', 'IN'), ('armenia', 'NN'), ('reiterated', 'VBN'), ('denials', 'NNS'), ('that', 'IN'), ('its', 'PRP$'), ('militants', 'NNS'), ('had', 'VBD'), ('killed', 'VBN'), ('000', 'CD'), ('people', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('azerbaijani', 'NN'), ('populated', 'VBD'), ('town', 'NN'), ('of', 'IN'), ('khojaly', 'NN'), ('last', 'JJ'), ('week', 'NN'), ('and', 'CC'), ('massacred', 'VBN'), ('men', 'NNS'), ('women', 'NNS'), ('and', 'CC'), ('children', 'NNS'), ('fleeing', 'VBG'), ('the', 'DT'), ('carnage', 'NN'), ('across', 'IN'), ('snow', 'NN'), ('covered', 'VBN'), ('mountain', 'NN'), ('passes', 'NNS'), ('but', 'CC'), ('dozen', 'NN'), ('of', 'IN'), ('bodies', 'NNS'), ('scattered', 'VBN'), ('over', 'IN'), ('the', 'DT'), ('area', 'NN'), ('lent', 'NN'), ('credence', 'NN'), ('to', 'TO'), ('azerbaijani', 'VB'), ('reports', 'NNS'), ('of', 'IN'), ('massacre', 'NN'), ('scalping', 'NN'), ('reported', 'VBD'), ('azerbaijani', 'JJ'), ('officials', 'NNS'), ('and', 'CC'), ('journalists', 'NNS'), ('who', 'WP'), ('flew', 'VBD'), ('briefly', 'NN'), ('to', 'TO'), ('the', 'DT'), ('region', 'NN'), ('by', 'IN'), ('helicopter', 'NN'), ('brought', 'VBD'), ('back', 'RP'), ('three', 'CD'), ('dead', 'JJ'), ('children', 'NNS'), ('with', 'IN'), ('the', 'DT'), ('back', 'NN'), ('of', 'IN'), ('their', 'PRP$'), ('heads', 'NNS'), ('blown', 'VBN'), ('off', 'RP'), ('they', 'PRP'), ('said', 'VBD'), ('shooting', 'NN'), ('by', 'IN'), ('armenians', 'NNS'), ('has', 'VBZ'), ('prevented', 'VBN'), ('them', 'PRP'), ('from', 'IN'), ('retrieving', 'VBG'), ('more', 'JJR'), ('bodies', 'NNS'), ('women', 'NNS'), ('and', 'CC'), ('children', 'NNS'), ('have', 'VBP'), ('been', 'VBN'), ('scalped', 'VBN'), (',"', 'NNP'), ('said', 'VBD'), ('assad', 'JJ'), ('faradshev', 'NN'), ('an', 'DT'), ('aide', 'NN'), ('to', 'TO'), ('nagorno', 'VB'), ('karabakh', 'FW'), ('azerbaijani', 'NNS'), ('governor', 'NN'), ('when', 'WRB'), ('we', 'PRP'), ('began', 'VBD'), ('to', 'TO'), ('pick', 'VB'), ('up', 'RP'), ('bodies', 'NNS'), ('they', 'PRP'), ('began', 'VBD'), ('firing', 'VBG'), ('at', 'IN'), ('us', 'PRP'), ('."', 'EX'), ('are', 'VBP'), ('lying', 'VBG'), ('there', 'RB'), ('like', 'IN'), ('flocks', 'NNS'), ('of', 'IN'), ('sheep', 'JJ'), ('even', 'RB'), ('the', 'DT'), ('fascists', 'NNS'), ('did', 'VBD'), ('nothing', 'NN'), ('like', 'IN'), ('this', 'DT'), ('."', 'NNP'), ('truckloads', 'NNS'), ('of', 'IN'), ('bodies', 'NNS'), ('near', 'IN'), ('agdam', 'NN'), ('on', 'IN'), ('the', 'DT'), ('outskirts', 'NNS'), ('of', 'IN'), ('nagorno', 'JJ'), ('karabakh', 'NN'), ('reuters', 'NNS'), ('photographer', 'VBP'), ('frederique', 'JJ'), ('lengaigne', 'NN'), ('said', 'VBD'), ('she', 'PRP'), ('had', 'VBD'), ('seen', 'VBN'), ('two', 'CD'), ('trucks', 'NNS'), ('filled', 'VBN'), ('with', 'IN'), ('azerbaijani', 'JJ'), ('bodies', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('one', 'NN'), ('counted', 'VBN'), ('35', 'CD'), ('and', 'CC'), ('it', 'PRP'), ('looked', 'VBD'), ('as', 'IN'), ('though', 'IN'), ('there', 'EX'), ('were', 'VBD'), ('as', 'IN'), ('many', 'JJ'), ('in', 'IN'), ('the', 'DT'), ('second', 'JJ'), (',"', 'NNP'), ('she', 'PRP'), ('said', 'VBD'), ('some', 'DT'), ('had', 'VBD'), ('their', 'PRP$'), ('head', 'NN'), ('cut', 'VBD'), ('off', 'RP'), ('and', 'CC'), ('many', 'JJ'), ('had', 'VBD'), ('been', 'VBN'), ('burned', 'VBN'), ('they', 'PRP'), ('were', 'VBD'), ('all', 'DT'), ('men', 'NNS'), ('and', 'CC'), ('few', 'JJ'), ('had', 'VBD'), ('been', 'VBN'), ('wearing', 'VBG'), ('khaki', 'NN'), ('uniforms', 'NNS'), ('serdar', 'VBP'), ('argic', 'NN')] | ['must', 'live', 'alternate', 'universe', 'appeal', 'mankind', 'last', 'three', 'year', 'azerbaijan', 'multinational', 'population', 'vainly', 'fight', 'justice', 'within', 'limit', 'soviet', 'union', 'humanitarian', 'constitutional', 'human', 'right', 'guarantee', 'un', 'charter', 'universal', 'declaration', 'human', 'right', 'helsinki', 'agreement', 'human', 'problem', 'international', 'forum', 'document', 'sign', 'soviet', 'union', 'violate', 'ussr', 'president', 'government', 'body', 'defend', 'azerbaijan', 'though', 'empowered', 'take', 'necessary', 'measure', 'guarantee', 'life', 'peace', 'strong', 'army', 'armenian', 'terrorist', 'moscow', 'tacit', 'consent', 'wage', 'undeclared', 'war', 'annihilation', 'azerbaijan', 'result', 'part', 'azerbaijan', 'occupy', 'annexed', 'hundred', 'people', 'kill', 'thousand', 'wound', 'azerbaijani', 'brutally', 'inhumanly', 'deport', 'armenian', 'ssr', 'historical', 'homeland', 'together', 'russian', 'kurd', 'also', 'drive', 'part', 'settle', 'azerbaijan', 'turkish', 'meskhetians', 'lezghins', 'representative', 'caucasian', 'nationality', 'escape', 'central', 'asia', 'president', 'government', 'body', 'guarantee', 'life', 'peace', 'also', 'suffer', 'deportation', 'one', 'scandalous', 'vandalism', 'direct', 'azerbaijan', 'science', 'world', 'civilization', 'well', 'armenian', 'extremists', 'destruction', 'karabakh', 'scientific', 'experimental', 'base', 'institute', 'genetics', 'selection', 'academy', 'science', 'azerbaijan', 'ssr', 'beg', 'humanitarian', 'help', 'political', 'assistance', 'honour', 'dignity', 'million', 'azerbaijani', 'violate', 'territory', 'culture', 'history', 'trample', 'people', 'shoot', 'persistent', 'negative', 'image', 'azerbaijanians', 'abroad', 'defamation', 'spread', 'whole', 'world', 'soviet', 'mass', 'medium', 'armenian', 'lobby', 'ussr', 'united', 'state', 'one', 'myth', 'event', 'allegedly', 'involves', 'generate', 'interethnic', 'collision', 'religious', 'intolerance', 'truth', 'shooting', 'recent', 'event', 'stem', 'territorial', 'claim', 'armenia', 'azerbaijan', 'well', 'document', 'fact', 'conflict', 'friction', 'armenian', 'azerbaijani', 'issue', 'karabakh', 'hundred', 'thousand', 'armenian', 'placidly', 'calmly', 'live', 'work', 'azerbaijan', 'land', 'representative', 'government', 'body', 'azerbaijan', 'ssr', 'united', 'indivisible', 'sovereign', 'azerbaijan', 'common', 'caucasian', 'home', 'proclaim', 'one', 'found', 'father', 'azerbaijan', 'democratic', 'republic', 'muhammed', 'emin', 'rasulzade', 'goal', 'expectation', 'trample', 'upon', 'soviet', 'leadership', 'favour', 'armenian', 'expansionists', 'encourage', 'moscow', 'intend', 'create', 'new', 'year', 'reich', 'great', 'armenia', 'annex', 'neighboring', 'land', 'world', 'public', 'opinion', 'shed', 'tear', 'save', 'whale', 'suffers', 'penguin', 'die', 'antarctic', 'continent', 'life', 'seven', 'million', 'human', 'people', 'muslims', 'mean', 'less', 'valuable', 'people', 'discriminate', 'colour', 'skin', 'religion', 'residence', 'attribute', 'people', 'brother', 'appeal', 'brother', 'help', 'understanding', 'first', 'appeal', 'azerbaijan', 'world', 'public', 'opinion', 'previous', 'appeal', 'unheard', 'however', 'still', 'carry', 'hope', 'truth', 'beyond', 'russian', 'armenian', 'propaganda', 'one', 'day', 'reveal', 'extent', 'suffering', 'stimulate', 'least', 'much', 'help', 'compassion', 'azerbaijan', 'tender', 'whale', 'penguins', 'committee', 'people', 'help', 'karabakh', 'academy', 'science', 'azerbaijan', 'ssr', 'perhaps', 'turkiye', 'intervene', 'affair', 'caucasus', 'name', 'peace', 'democracy', 'armenian', 'christians', 'azerbaijani', 'moslem', 'islam', 'religion', 'especially', 'unloved', 'democrat', 'westernizers', 'besides', 'root', 'conflict', 'lie', 'territorial', 'claim', 'azerbaijan', 'consequence', 'blood', 'suffering', 'innocent', 'azeri', 'people', 'hundred', 'thousand', 'refugee', 'gross', 'violation', 'human', 'right', 'recently', 'armenians', 'attack', 'azeri', 'town', 'khojaly', 'massacre', 'thousand', 'azeri', 'paris', 'base', 'association', 'democracy', 'human', 'right', 'azerbaijan', 'put', 'number', 'khojali', 'victim', 'dead', 'scalp', 'mutilate', 'whole', 'thing', 'go', 'entirely', 'far', 'already', 'scenario', 'genocide', 'stag', 'armenian', 'year', 'ago', 'ottoman', 'empire', 'reenact', 'time', 'azerbaijan', 'remarkable', 'similarity', 'plot', 'perpetrator', 'underdogs', 'report', 'take', 'new', 'york', 'time', 'tuesday', 'march', 'massacre', 'armenian', 'report', 'agdam', 'azerbaijan', 'march', 'reuters', 'fresh', 'evidence', 'emerge', 'today', 'massacre', 'civilian', 'armenian', 'militant', 'nagorno', 'karabakh', 'predominantly', 'armenian', 'enclave', 'azerbaijan', 'republic', 'armenia', 'reiterate', 'denial', 'militant', 'kill', 'people', 'azerbaijani', 'populate', 'town', 'khojaly', 'last', 'week', 'massacre', 'men', 'woman', 'child', 'flee', 'carnage', 'across', 'snow', 'cover', 'mountain', 'pass', 'dozen', 'body', 'scatter', 'area', 'lent', 'credence', 'azerbaijani', 'report', 'massacre', 'scalping', 'report', 'azerbaijani', 'official', 'journalist', 'fly', 'briefly', 'region', 'helicopter', 'bring', 'back', 'three', 'dead', 'child', 'back', 'head', 'blow', 'say', 'shooting', 'armenian', 'prevent', 'retrieve', 'body', 'woman', 'child', 'scalp', 'say', 'assad', 'faradshev', 'aide', 'nagorno', 'karabakh', 'azerbaijani', 'governor', 'begin', 'pick', 'body', 'begin', 'fire', 'u', 'lie', 'like', 'flock', 'sheep', 'even', 'fascist', 'nothing', 'like', 'truckloads', 'body', 'near', 'agdam', 'outskirt', 'nagorno', 'karabakh', 'reuters', 'photographer', 'frederique', 'lengaigne', 'say', 'see', 'two', 'truck', 'fill', 'azerbaijani', 'body', 'first', 'one', 'count', 'look', 'though', 'many', 'second', 'say', 'head', 'cut', 'many', 'burn', 'men', 'wear', 'khaki', 'uniform', 'serdar', 'argic'] | ['last_three', 'three_year', 'within_limit', 'soviet_union', 'human_right', 'human_right', 'soviet_union', 'armenian_terrorist', 'undeclared_war', 'hundred_people', 'people_kill', 'academy_science', 'whole_world', 'united_state', 'state_one', 'well_document', 'armenian_azerbaijani', 'hundred_thousand', 'thousand_armenian', 'live_work', 'found_father', 'create_new', 'new_year', 'great_armenia', 'public_opinion', 'mean_less', 'public_opinion', 'however_still', 'one_day', 'least_much', 'much_help', 'people_help', 'academy_science', 'hundred_thousand', 'human_right', 'azeri_town', 'human_right', 'put_number', 'whole_thing', 'thing_go', 'year_ago', 'ottoman_empire', 'take_new', 'new_york', 'york_time', 'massacre_armenian', 'nagorno_karabakh', 'republic_armenia', 'kill_people', 'last_week', 'men_woman', 'woman_child', 'mountain_pass', 'report_massacre', 'azerbaijani_official', 'bring_back', 'three_dead', 'dead_child', 'back_head', 'woman_child', 'nagorno_karabakh', 'nothing_like', 'nagorno_karabakh', 'say_see', 'see_two', 'first_one', 'look_though', 'though_many', 'serdar_argic'] | talk_politics_mideast_75400 |@lemmatized must:1 live:2 alternate:1 universe:1 appeal:4 mankind:1 last:2 three:2 year:3 azerbaijan:20 multinational:1 population:1 vainly:1 fight:1 justice:1 within:1 limit:1 soviet:4 union:2 humanitarian:2 constitutional:1 human:6 right:4 guarantee:3 un:1 charter:1 universal:1 declaration:1 helsinki:1 agreement:1 problem:1 international:1 forum:1 document:2 sign:1 violate:2 ussr:2 president:2 government:3 body:8 defend:1 though:2 empowered:1 take:2 necessary:1 measure:1 life:3 peace:3 strong:1 army:1 armenian:14 terrorist:1 moscow:2 tacit:1 consent:1 wage:1 undeclared:1 war:1 annihilation:1 result:1 part:2 occupy:1 annexed:1 hundred:3 people:8 kill:2 thousand:4 wound:1 azerbaijani:9 brutally:1 inhumanly:1 deport:1 ssr:4 historical:1 homeland:1 together:1 russian:2 kurd:1 also:2 drive:1 settle:1 turkish:1 meskhetians:1 lezghins:1 representative:2 caucasian:2 nationality:1 escape:1 central:1 asia:1 suffer:1 deportation:1 one:5 scandalous:1 vandalism:1 direct:1 science:3 world:4 civilization:1 well:2 extremists:1 destruction:1 karabakh:6 scientific:1 experimental:1 base:2 institute:1 genetics:1 selection:1 academy:2 beg:1 help:4 political:1 assistance:1 honour:1 dignity:1 million:2 territory:1 culture:1 history:1 trample:2 shoot:1 persistent:1 negative:1 image:1 azerbaijanians:1 abroad:1 defamation:1 spread:1 whole:2 mass:1 medium:1 lobby:1 united:2 state:1 myth:1 event:2 allegedly:1 involves:1 generate:1 interethnic:1 collision:1 religious:1 intolerance:1 truth:2 shooting:2 recent:1 stem:1 territorial:2 claim:2 armenia:3 fact:1 conflict:2 friction:1 issue:1 placidly:1 calmly:1 work:1 land:2 indivisible:1 sovereign:1 common:1 home:1 proclaim:1 found:1 father:1 democratic:1 republic:2 muhammed:1 emin:1 rasulzade:1 goal:1 expectation:1 upon:1 leadership:1 favour:1 expansionists:1 encourage:1 intend:1 create:1 new:2 reich:1 great:1 annex:1 neighboring:1 public:2 opinion:2 shed:1 tear:1 save:1 whale:2 suffers:1 penguin:1 die:1 antarctic:1 continent:1 seven:1 muslims:1 mean:1 less:1 valuable:1 discriminate:1 colour:1 skin:1 religion:2 residence:1 attribute:1 brother:2 understanding:1 first:2 previous:1 unheard:1 however:1 still:1 carry:1 hope:1 beyond:1 propaganda:1 day:1 reveal:1 extent:1 suffering:2 stimulate:1 least:1 much:1 compassion:1 tender:1 penguins:1 committee:1 perhaps:1 turkiye:1 intervene:1 affair:1 caucasus:1 name:1 democracy:2 christians:1 moslem:1 islam:1 especially:1 unloved:1 democrat:1 westernizers:1 besides:1 root:1 lie:2 consequence:1 blood:1 innocent:1 azeri:3 refugee:1 gross:1 violation:1 recently:1 armenians:1 attack:1 town:2 khojaly:2 massacre:5 paris:1 association:1 put:1 number:1 khojali:1 victim:1 dead:2 scalp:2 mutilate:1 thing:1 go:1 entirely:1 far:1 already:1 scenario:1 genocide:1 stag:1 ago:1 ottoman:1 empire:1 reenact:1 time:2 remarkable:1 similarity:1 plot:1 perpetrator:1 underdogs:1 report:4 york:1 tuesday:1 march:2 agdam:2 reuters:2 fresh:1 evidence:1 emerge:1 today:1 civilian:1 militant:2 nagorno:3 predominantly:1 enclave:1 reiterate:1 denial:1 populate:1 week:1 men:2 woman:2 child:3 flee:1 carnage:1 across:1 snow:1 cover:1 mountain:1 pass:1 dozen:1 scatter:1 area:1 lent:1 credence:1 scalping:1 official:1 journalist:1 fly:1 briefly:1 region:1 helicopter:1 bring:1 back:2 head:2 blow:1 say:4 prevent:1 retrieve:1 assad:1 faradshev:1 aide:1 governor:1 begin:2 pick:1 fire:1 u:1 like:2 flock:1 sheep:1 even:1 fascist:1 nothing:1 truckloads:1 near:1 outskirt:1 photographer:1 frederique:1 lengaigne:1 see:1 two:1 truck:1 fill:1 count:1 look:1 many:2 second:1 cut:1 burn:1 wear:1 khaki:1 uniform:1 serdar:1 argic:1 |@bigram last_three:1 three_year:1 within_limit:1 soviet_union:2 human_right:4 armenian_terrorist:1 undeclared_war:1 hundred_people:1 people_kill:1 academy_science:2 whole_world:1 united_state:1 state_one:1 well_document:1 armenian_azerbaijani:1 hundred_thousand:2 thousand_armenian:1 live_work:1 found_father:1 create_new:1 new_year:1 great_armenia:1 public_opinion:2 mean_less:1 however_still:1 one_day:1 least_much:1 much_help:1 people_help:1 azeri_town:1 put_number:1 whole_thing:1 thing_go:1 year_ago:1 ottoman_empire:1 take_new:1 new_york:1 york_time:1 massacre_armenian:1 nagorno_karabakh:3 republic_armenia:1 kill_people:1 last_week:1 men_woman:1 woman_child:2 mountain_pass:1 report_massacre:1 azerbaijani_official:1 bring_back:1 three_dead:1 dead_child:1 back_head:1 nothing_like:1 say_see:1 see_two:1 first_one:1 look_though:1 though_many:1 serdar_argic:1 |
3,362 | Nikkor AF 70-210 f/4-5.6 zoom lens. Excellent condition. I'm looking to get the
2.8 version so I'm selling this. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/misc.forsale/76488 | 6 | misc_forsale_76488 | [('nikkor', 'JJ'), ('af', 'VBD'), ('70', 'CD'), ('210', 'CD'), ('zoom', 'NN'), ('lens', 'NNS'), ('excellent', 'JJ'), ('condition', 'NN'), ('looking', 'VBG'), ('to', 'TO'), ('get', 'VB'), ('the', 'DT'), ('version', 'NN'), ('so', 'RB'), ('selling', 'VBG'), ('this', 'DT')] | ['nikkor', 'af', 'zoom', 'lens', 'excellent', 'condition', 'look', 'get', 'version', 'sell'] | ['excellent_condition', 'look_get'] | misc_forsale_76488 |@lemmatized nikkor:1 af:1 zoom:1 lens:1 excellent:1 condition:1 look:1 get:1 version:1 sell:1 |@bigram excellent_condition:1 look_get:1 |
3,363 | null | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76254 | 17 | talk_politics_mideast_76254 | [] | [] | [] | talk_politics_mideast_76254 |@lemmatized |@bigram |
3,364 | Does anyone know of a good way (standard PC application/PD utility) to
convert tif/img/tga files into LaserJet III format. We would also like to
do the same, converting to HPGL (HP plotter) files.
Please email any response.
Is this the correct group?
Thanks in advance. Michael. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.graphics/38440 | 1 | comp_graphics_38440 | [('does', 'VBZ'), ('anyone', 'NN'), ('know', 'VB'), ('of', 'IN'), ('good', 'JJ'), ('way', 'NN'), ('standard', 'JJ'), ('pc', 'NN'), ('application', 'NN'), ('pd', 'NN'), ('utility', 'NN'), ('to', 'TO'), ('convert', 'VB'), ('tif', 'JJ'), ('img', 'JJ'), ('tga', 'NN'), ('files', 'NNS'), ('into', 'IN'), ('laserjet', 'NN'), ('iii', 'JJ'), ('format', 'NN'), ('we', 'PRP'), ('would', 'MD'), ('also', 'RB'), ('like', 'VB'), ('to', 'TO'), ('do', 'VB'), ('the', 'DT'), ('same', 'JJ'), ('converting', 'NN'), ('to', 'TO'), ('hpgl', 'VB'), ('hp', 'JJ'), ('plotter', 'NN'), ('files', 'NNS'), ('please', 'VBP'), ('email', 'VB'), ('any', 'DT'), ('response', 'NN'), ('is', 'VBZ'), ('this', 'DT'), ('the', 'DT'), ('correct', 'JJ'), ('group', 'NN'), ('thanks', 'NNS'), ('in', 'IN'), ('advance', 'NN'), ('michael', 'NN')] | ['anyone', 'know', 'good', 'way', 'standard', 'pc', 'application', 'pd', 'utility', 'convert', 'tif', 'img', 'tga', 'file', 'laserjet', 'iii', 'format', 'would', 'also', 'like', 'converting', 'hpgl', 'hp', 'plotter', 'file', 'please', 'email', 'response', 'correct', 'group', 'thanks', 'advance', 'michael'] | ['anyone_know', 'know_good', 'good_way', 'standard_pc', 'tga_file', 'would_also', 'also_like', 'file_please', 'please_email', 'email_response', 'thanks_advance'] | comp_graphics_38440 |@lemmatized anyone:1 know:1 good:1 way:1 standard:1 pc:1 application:1 pd:1 utility:1 convert:1 tif:1 img:1 tga:1 file:2 laserjet:1 iii:1 format:1 would:1 also:1 like:1 converting:1 hpgl:1 hp:1 plotter:1 please:1 email:1 response:1 correct:1 group:1 thanks:1 advance:1 michael:1 |@bigram anyone_know:1 know_good:1 good_way:1 standard_pc:1 tga_file:1 would_also:1 also_like:1 file_please:1 please_email:1 email_response:1 thanks_advance:1 |
3,365 |
Oh, this is an easy trivia question. The answer is "any Cub not named
Sandberg or Grace."
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/102652 | 9 | rec_sport_baseball_102652 | [('oh', 'IN'), ('this', 'DT'), ('is', 'VBZ'), ('an', 'DT'), ('easy', 'JJ'), ('trivia', 'JJ'), ('question', 'NN'), ('the', 'DT'), ('answer', 'NN'), ('is', 'VBZ'), ('any', 'DT'), ('cub', 'JJ'), ('not', 'RB'), ('named', 'VBN'), ('sandberg', 'NN'), ('or', 'CC'), ('grace', 'NN'), ('."', 'NN')] | ['oh', 'easy', 'trivia', 'question', 'answer', 'cub', 'name', 'sandberg', 'grace'] | ['question_answer'] | rec_sport_baseball_102652 |@lemmatized oh:1 easy:1 trivia:1 question:1 answer:1 cub:1 name:1 sandberg:1 grace:1 |@bigram question_answer:1 |
3,366 | Philadelphia at Chicago: Teams tied for 1st after Sunday
Dick Redding battled Chet Brewer in the first game of a dramatic four
game series. One Friday, one Saturday, and a good-old Sunday doubleheader.
"What could be better," declared Ernie Banks. Perhaps the fact that the Cubs
are challenging?
"It's pitching, it's always been pitching that we've lacked," announced
Ryne Sandberg. "If we can get by Brewer, then beat Carlton, Alexander, or
Bunning - preferrably 2 of the last three - we'll know we might be able to
win.
"Lord, I hope we pull it off."
The Phils scored once in the top of the first; Richie Ashburn singled, Pete
Rose followed with a hit, sending Ashburn around second. Kiki Cuyler cut
the ball off in left center, and threw a bullet in to Ernie Banks, who threw
to Ron Santo to get Ashburn at third. Rose went to second on the play.
Christobel Torrienti lifted a long fly to center, moving Pete Rose to
third. Schmidt was walked - the Cubs were absolutely refusing to let him
beat them. Both Torrienti and Schmidt will likely draw 130-150 walks this
year. Chuck Klein is starting to hit very well, and he lashed a double into a
gap in right-center. "Cool Papa" Bell's speed allowed him to cut the ball off
and prevent Schmidt from scoring. Nellie Fox was walked, and Bob Boone
grounded out to second, ending the threat.
"Teams are starting to realize that you don't have to pitch to Schmidt or
Torrienti, and that is lowering their run total. It puts a lot of pressure on
Klein and Dick Allen (who platoons with Chuck Klein and occasionally spells
Rose at first), and it's a credit to the Phillies that they've been able to
sustain their pace. The picthers have slumped at times." So came the
analysis from Frank Chance.
The Cubs got that run back when Bell bunted for a hit, Thomas' grounder
moved him to second, and - after Sandberg made out - Billy Williams singled
home a run. In the sixth, Ron Santo launched a two-run homer to make it
3-1. Dick Redding got in trouble in the eighth, as Schmidt singled and Klein
singled him to third. Ed Reulbach entered to face Fox, but Dick Allen popped
out of the dugout to hit. Allen doubled to right, but luckily for the Cubs,
Williams had moved to left and Andre Dawson had been inserted for defense.
He fired a bullet to home plate to keep Klein at third. Lance Parrish, hitting
for Boone, was walked, and Bruce Sutter entered. Larry Bowa grounded into
a 1-2-3 double play, but Ed Delahanty walked as a pinch-hitter. Desiring a
strikeout, since Ashburn was likely to attempt a bunt hit with the quick
Trillo pinch-running at third, Chance brought in Lee Smith, who induced a
pop-up to the catcher from the speedy centerfielder, ending the inning. The
Cubs took the win, 3-2, moving a game behind the Phillies.
Steve Carlton was called upon to battle 3-Finger Brown Saturday. To get
another righthander in the lineup, Ron Santo moved to first and Bill Madlock
played third. Unfortunately, Brown allowed six doubles, and the Cub bullpen
was worn down even more, as the Cubs tried to maintain a lead against
Lefty. Madlock, batting sixth, had knocked two doubles of his own, driving
home four runs. Gabby Hartnett hit two home runs, and Cuyler added
another, and the score was 8-6, Cubs after six innings. The Phillie bullpen
had more troubles in the bottom of the eighth, as the Cubs grabbed 3 more
runs to ice an 11-7 triumph.
Sunday's twin bill saw Cool Papa Bell gather seven straight hits at one
point, including a rare outside-the-park home run in the second game, off
Robin Roberts. Grover Alexander of the Phils took the first contest, 4-2, but
the Cubs captured the second one 5-4, with Waddell gaining the win. Bruce
Sutter tossed two innings for the save, though he allowed one run in the
eighth. The Cardinals stood half a game behind these co-leaders, and would
conclude their series with the Expos on Monday.
-------------------------------------------------------------------
Montreal at St. Louis(August 3-6): 3-way tie for 1st
Dennis Martinez is on a roll, and he continued it versus John Tudor Friday.
The Expos have a wide variety of hitters, and - while they aren't among the
all-time greats, they are getting the job done. After winning their first
first two games, they suddenly found themselves only 2 1/2 games out of
first in this wacky season.
Martinez triumphed 5-3 on Friday, and WIlliams outdueled Dizzy Dean 3-2
Saturday. However, the Cardinals refused to give up, winning 6-2 on Sunday.
The Cards captured Monday's game, too, as Steve Carlton outdueled Steve
Rogers 3-2. "We're really good against ground ball pitchers because of our
team speed," remarked Lou Brock. "I don't see why we can't win this
division."
The Phillies and Cubs may have some reasons for them. Two-thirds of
the way through the season, there is a 3-way tie for first.
-------------------------------------------------------------------
New York at Pittsburgh(August 3-6): 3 straight 3-2 wins for Bucs,
now 2 back - but in 4th!
"When your team is in a slump like we are, the worst thing is to play in a
pitcher's park like this," spoke Gil Hodges before the series. Keith
Hernandez added that "their defense takes away quite a few runs per year,
and it must be giving them an extra 6-7 wins." The Pirates have made only
26 errors all season, 6 ahead of the second place Dodgers. Error totals tend
to be around 50 for the best defensive All-Time teams.
Rube Foster defeated Sid Fernandez 5-2 Friday, and Candelaria outshone
Seaver 3-2 Saturday, in a game featuring some outstanding defense. When
Nolan Ryan and two relivers 6-hit the Mets in another 3-2 win Sunday, the
Pirates could once again look forward to a victory getting them back to the
.500 mark. They had been unable to several times in the past month. Bert
Blyleven met Dwight Gooden in the afternoon game. Both pitchers possessed
fantastic stuff, and the only runs scored through eight innings were on home
runs - a solo shot by Rusty Staub of the Mets and a two-run blast by Ralph
Kiner for the Pirates. The Mets' Darryl Strawberry singled home a run in the
top of the ninth off Jesse Orosco, working his second inning, after Mookie
Wilson pinch-ran for Gary Carter at second. With one out and a runner on
first, Lee Mazilli was sent in to pinch-hit. The Pirates countered with Kent
Tekulve, placing him in the fifth spot in the order and putting Barry Bonds in
left field as the ninth place hitter. Tekulve induced a groundout forcing
Strawberry at second. He slid hard into Honus Wagner, preventing the
Pirates from turning their fifth double play of the afternoon. Tekulve
allowed a hit, but Clemente threw Mazilli out at third from near the right
field line, ending the inning. Tug McGraw relieved Randy Myers, who entered
to pitch the eighth, and got one out before Bonds launched a rocket to deep
center, running through the stop sign at third to score an inside-the-park
homer to win. The Pirates had scored an improbable 3 straight 3-2 wins,
and had moved to within 2 games of first place, with seven weeks to go.
------------------------------------------------------------------
San Francisco at Boswaukta(August 3-5):
Another Sunday doubleheader appeared on the schedule, as the Giants
managed to close the gap on the other teams thanks to some starting
pitching that just wouldn't tire. In fact, reported manager John McGraw,
"once this rough part of the schedule is over, maybe as early as this coming
week, we may shift to a 4-man rotation again for a little while."
Juan Marichal continued his hot pitching Friday, beating Lew Burdette and
the Braves 4-1. Willie Mays had all four r.b.i.s on 3 hits. Rick Reuschel
faced Joe Niekro Saturday in a slugfest. The Braves' park had been a homer
haven, but this took the cake, as the Giants won a seesaw affair 16-13.
Willie Mays had three homers, Willie McCovey, Eddie Matthews, and Don
Baylor had two, and Hank Aaron, Ernie Lombardi, Biz Mackey, and Mel Ott had
one each. The Braves had collected 149 home runs going into Sunday's
doubleheader, putting them on a pace for 223, which would be 4 short of the
National League record. They were still a tad behind the '61 Yankees' pace.
They had allowed over 120, though. Vida Blue actually got the win after
retiring 2 batters in the fifth. He allowed only a run in the sixth, but
faltered in the seventh. Joe McGinnity earned the save.
In the doubleheader, the Braves' Hoyt Wilhelm failed to hold a lead in the
first game, but Hank Aaron homered off Bill Foster in the eighth as the
Braves won, 4-3. The Giants took the second game, however, by a 6-2 score.
The homer by Aaron was a magical #150 by the Braves; however, they fell to
three game below .500, making a comeback extremely unlikely.
-------------------------------------------------------------------
San Diego at Cincinnati(Aug. 3-5): Randy Jones faced Ewell
Blackwell in the first of this 3-game series, and the Padres felt rather
good. With Don Mattingly straining his back in the last Cleveland game, the
trade looked even better. McGriff's batting average was even rising. Of
course, the bench was very poor, and Joe Gordon was only adequate in the
outfield, but these were minor problems, since the pitching was holding up.
Jones pitched a good game Friday, and won 6-3. McGriff launched two
home runs. Mel Harder earned a win with the help of Mark Davis and Ray
Narleski Saturday; 5-4 was the final score. Tom Candiotti battled Satchel
Paige to a 3-3 tie through eight innings before departing. The game was
scoreless for 4 more innings until the thirteenth. Paige had departed after
10, and John Franco hurled a scoreless inning. Tom Browning was working
his second scoreless inning, when Dave Winfield doubled with one out and
Joe Gordon was pitched around. Thurm Munson doubled both runners home,
and the Padres gamed a 5-3 win. The three-game sweep had pulled the
Giants into a tie with the Reds. Though the Reds denied it, the highly
emotional series with the Dodgers may have taken too much out of them.
-------------------------------------------------------------------
Brookangeles at Houston(August 3-5):
Another series capped off by a weekend doubleheader took place in the
wide open plains of the Astrodome. The Astros sent Joe Niekro to the hill in
the first game, opposite Don Drysdale. "Normally," Drysdale remarked, "I
would be challenging hitter by being ready to throw at them. I can't afford
to with this team, though; we have to get our own runners going; we can't
Davis will get decked once."
The fact that Glenn Davis leads the team in homers with six (!) is
primarily why he would be decked, but it should be understood that his
current pace would give him nine for the season. The hitting on this team is
a little better, but the power is all doubles and triples. Still, Carl Furillo is
the main reason no Astro home runs were hit over the weekend, as he threw
two runners out trying for inside-the-park homers. For those unaware of
the nastness of the Astros' park, they have a 23-foot high gray wall all
around the outfield; balls must be hit into the seats to be home runs. The
foul poles are 355 feet from home plate, but the alleys are 400 feet away,
with center field at 420 feet. "It's as if some three-year-old threw a
tantrum and told his playmates: 'If I can't hit home runs, nobody will hit
home runs'," remarked Roy Campanella.
The Dodgers stole five bases Friday, but the Astros decided to revitalize
the Baltimore chopping that had failed 6 weeks before; for tonight, anyway,
Davis, Jim Wynn, and Jose Cruz did not have to mess with their swings,
according to the manager. After Poles and Willie Wells reached base via the
Baltimore chop, Drysdale decked Jose Cruz with a pitch. He responded with
a two-run double, but Wynn - playing first for Davis - popped up, and the
Astros didn't score any more in that inning. They did score 3 in the fourth to
erase a 3-2 deficit, and the Astros wound up winning 6-4. They threatened
to do even better the next game, as Tommy John would be their opponent.
Walt Alston met privately with the starters at 6 A.M. before the game.
"I think I know how we can beat the Baltimore Chop," he explained.
"How can we do that," Pee Wee Reese wondered.
"They're going to be beating the ball down, so we've got to be ready to
throw on the run. Steve will start at first to dig balls out of the dirt, but I
want all of you to practice your barehanded picks and throws. We'll go with
a shallow infield almost the whole time."
The plan almost worked. Mike Scott allowed only two runs through eight
innings, but the Astros got three; two of them scored when Bill Doran
pushed a bunt into the outfield in the fourth with runners on second and
third. 3-2 Astros was the final, with Dave Smith earning another save. The
Dodgers scored a victory in the first game of the twin bill Sunday, as Nolan
Ryan walked five, three of whom scored in a 4-1 Dodger win. Fernando
Valenzuela lost the second game 4-2 to Don Sutton, however, as the Dodgers'
thirteen stolen bases in the series proved to not be enough.
"We're mostly a power team," remarked Ron Cey. "Jackie and, when he
plays, Maury Wills are our only real speed demons, though a couple other
plays can do it now and then. We're sunk in a place like the Astrodome. I
guess that's why they're so successful there." Indeed, it seems that
basestealing teams give them the most trouble in the dome. The 'Stros
swiped 12 bases in 16 attempts, giving them 230 on the season.
Standings after these weekend series:
A.L.East
Team W L GB
New York 68 42 --
Cleveland 65 46 3.5
Detroit 64 46 4
Boston 64 47 4.5
Baltimore 59 52 9.5
Toronto 43 69 25.5
Washington 39 73 28
A.L.West
Oaksaselphia 63 48 --
Minnesota 61 48 1
Chicago 59 53 4.5
Kansas City 57 54 6.5
California 57 56 8
Milwaukee 45 66 17
Seattle 32 78 31.5
N.L.East
Chicago 57 53 --
Philadelphia 58 54 --
St. Louis 58 54 --
Pittsburgh 56 56 2
Montreal 53 56 3.5
New York 48 64 10
N.L.West
Brookangeles 66 46 --
Cincinnati 66 47 0.5
San Francisco 65 46 0.5
Boswaukta 54 56 11
Houston 50 61 17.5
San Diego 36 75 29.5 | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/102591 | 9 | rec_sport_baseball_102591 | [('philadelphia', 'NN'), ('at', 'IN'), ('chicago', 'JJ'), ('teams', 'NNS'), ('tied', 'VBD'), ('for', 'IN'), ('1st', 'CD'), ('after', 'IN'), ('sunday', 'JJ'), ('dick', 'NN'), ('redding', 'VBG'), ('battled', 'VBD'), ('chet', 'NN'), ('brewer', 'NN'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('game', 'NN'), ('of', 'IN'), ('dramatic', 'JJ'), ('four', 'CD'), ('game', 'NN'), ('series', 'NN'), ('one', 'CD'), ('friday', 'JJ'), ('one', 'CD'), ('saturday', 'NN'), ('and', 'CC'), ('good', 'JJ'), ('old', 'JJ'), ('sunday', 'NN'), ('doubleheader', 'VB'), ('what', 'WP'), ('could', 'MD'), ('be', 'VB'), ('better', 'JJR'), (',"', 'NN'), ('declared', 'VBD'), ('ernie', 'JJ'), ('banks', 'NNS'), ('perhaps', 'RB'), ('the', 'DT'), ('fact', 'NN'), ('that', 'IN'), ('the', 'DT'), ('cubs', 'NNS'), ('are', 'VBP'), ('challenging', 'VBG'), ('it', 'PRP'), ('pitching', 'VBG'), ('it', 'PRP'), ('always', 'RB'), ('been', 'VBN'), ('pitching', 'VBG'), ('that', 'IN'), ('we', 'PRP'), ('ve', 'VBP'), ('lacked', 'JJ'), (',"', 'NN'), ('announced', 'VBD'), ('ryne', 'JJ'), ('sandberg', 'NN'), ('if', 'IN'), ('we', 'PRP'), ('can', 'MD'), ('get', 'VB'), ('by', 'IN'), ('brewer', 'NN'), ('then', 'RB'), ('beat', 'VBD'), ('carlton', 'JJ'), ('alexander', 'NN'), ('or', 'CC'), ('bunning', 'VBG'), ('preferrably', 'RB'), ('of', 'IN'), ('the', 'DT'), ('last', 'JJ'), ('three', 'CD'), ('we', 'PRP'), ('ll', 'VBP'), ('know', 'VBP'), ('we', 'PRP'), ('might', 'MD'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('win', 'VB'), ('lord', 'JJ'), ('hope', 'NN'), ('we', 'PRP'), ('pull', 'VBP'), ('it', 'PRP'), ('off', 'RP'), ('."', 'VBZ'), ('the', 'DT'), ('phils', 'NNS'), ('scored', 'VBD'), ('once', 'RB'), ('in', 'IN'), ('the', 'DT'), ('top', 'NN'), ('of', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('richie', 'NN'), ('ashburn', 'NN'), ('singled', 'VBD'), ('pete', 'NN'), ('rose', 'VBD'), ('followed', 'VBN'), ('with', 'IN'), ('hit', 'NN'), ('sending', 'VBG'), ('ashburn', 'VBP'), ('around', 'IN'), ('second', 'JJ'), ('kiki', 'NN'), ('cuyler', 'NN'), ('cut', 'VBD'), ('the', 'DT'), ('ball', 'NN'), ('off', 'RP'), ('in', 'IN'), ('left', 'NN'), ('center', 'NN'), ('and', 'CC'), ('threw', 'JJ'), ('bullet', 'NN'), ('in', 'IN'), ('to', 'TO'), ('ernie', 'JJ'), ('banks', 'NNS'), ('who', 'WP'), ('threw', 'VBD'), ('to', 'TO'), ('ron', 'VB'), ('santo', 'NN'), ('to', 'TO'), ('get', 'VB'), ('ashburn', 'NN'), ('at', 'IN'), ('third', 'NN'), ('rose', 'VBD'), ('went', 'VBD'), ('to', 'TO'), ('second', 'VB'), ('on', 'IN'), ('the', 'DT'), ('play', 'NN'), ('christobel', 'NN'), ('torrienti', 'NN'), ('lifted', 'VBD'), ('long', 'RB'), ('fly', 'JJ'), ('to', 'TO'), ('center', 'VB'), ('moving', 'VBG'), ('pete', 'RB'), ('rose', 'VBD'), ('to', 'TO'), ('third', 'JJ'), ('schmidt', 'NN'), ('was', 'VBD'), ('walked', 'VBN'), ('the', 'DT'), ('cubs', 'NNS'), ('were', 'VBD'), ('absolutely', 'RB'), ('refusing', 'VBG'), ('to', 'TO'), ('let', 'VB'), ('him', 'PRP'), ('beat', 'VB'), ('them', 'PRP'), ('both', 'DT'), ('torrienti', 'NNS'), ('and', 'CC'), ('schmidt', 'NN'), ('will', 'MD'), ('likely', 'RB'), ('draw', 'VB'), ('130', 'CD'), ('150', 'CD'), ('walks', 'NNS'), ('this', 'DT'), ('year', 'NN'), ('chuck', 'NN'), ('klein', 'NN'), ('is', 'VBZ'), ('starting', 'VBG'), ('to', 'TO'), ('hit', 'VB'), ('very', 'RB'), ('well', 'RB'), ('and', 'CC'), ('he', 'PRP'), ('lashed', 'VBD'), ('double', 'RB'), ('into', 'IN'), ('gap', 'NN'), ('in', 'IN'), ('right', 'JJ'), ('center', 'NN'), ('cool', 'VBP'), ('papa', 'NN'), ('bell', 'NN'), ('speed', 'NN'), ('allowed', 'VBD'), ('him', 'PRP'), ('to', 'TO'), ('cut', 'VB'), ('the', 'DT'), ('ball', 'NN'), ('off', 'IN'), ('and', 'CC'), ('prevent', 'VB'), ('schmidt', 'NN'), ('from', 'IN'), ('scoring', 'VBG'), ('nellie', 'JJ'), ('fox', 'NN'), ('was', 'VBD'), ('walked', 'VBN'), ('and', 'CC'), ('bob', 'VB'), ('boone', 'NN'), ('grounded', 'VBN'), ('out', 'RP'), ('to', 'TO'), ('second', 'JJ'), ('ending', 'VBG'), ('the', 'DT'), ('threat', 'NN'), ('teams', 'NNS'), ('are', 'VBP'), ('starting', 'VBG'), ('to', 'TO'), ('realize', 'VB'), ('that', 'IN'), ('you', 'PRP'), ('don', 'VBP'), ('have', 'VBP'), ('to', 'TO'), ('pitch', 'VB'), ('to', 'TO'), ('schmidt', 'VB'), ('or', 'CC'), ('torrienti', 'VB'), ('and', 'CC'), ('that', 'DT'), ('is', 'VBZ'), ('lowering', 'VBG'), ('their', 'PRP$'), ('run', 'NN'), ('total', 'NN'), ('it', 'PRP'), ('puts', 'VBZ'), ('lot', 'NN'), ('of', 'IN'), ('pressure', 'NN'), ('on', 'IN'), ('klein', 'NN'), ('and', 'CC'), ('dick', 'JJ'), ('allen', 'NN'), ('who', 'WP'), ('platoons', 'VBZ'), ('with', 'IN'), ('chuck', 'NN'), ('klein', 'NNS'), ('and', 'CC'), ('occasionally', 'RB'), ('spells', 'NNS'), ('rose', 'VBD'), ('at', 'IN'), ('first', 'JJ'), ('),', 'NN'), ('and', 'CC'), ('it', 'PRP'), ('credit', 'NN'), ('to', 'TO'), ('the', 'DT'), ('phillies', 'NNS'), ('that', 'IN'), ('they', 'PRP'), ('ve', 'VBP'), ('been', 'VBN'), ('able', 'JJ'), ('to', 'TO'), ('sustain', 'VB'), ('their', 'PRP$'), ('pace', 'NN'), ('the', 'DT'), ('picthers', 'NNS'), ('have', 'VBP'), ('slumped', 'VBN'), ('at', 'IN'), ('times', 'NNS'), ('."', 'VBP'), ('so', 'RB'), ('came', 'VBD'), ('the', 'DT'), ('analysis', 'NN'), ('from', 'IN'), ('frank', 'JJ'), ('chance', 'NN'), ('the', 'DT'), ('cubs', 'NN'), ('got', 'VBD'), ('that', 'IN'), ('run', 'VB'), ('back', 'RB'), ('when', 'WRB'), ('bell', 'NN'), ('bunted', 'VBD'), ('for', 'IN'), ('hit', 'NN'), ('thomas', 'NNS'), ('grounder', 'VBP'), ('moved', 'VBD'), ('him', 'PRP'), ('to', 'TO'), ('second', 'VB'), ('and', 'CC'), ('after', 'IN'), ('sandberg', 'NN'), ('made', 'VBD'), ('out', 'RP'), ('billy', 'RB'), ('williams', 'NNS'), ('singled', 'VBD'), ('home', 'NN'), ('run', 'NN'), ('in', 'IN'), ('the', 'DT'), ('sixth', 'JJ'), ('ron', 'NN'), ('santo', 'NN'), ('launched', 'VBD'), ('two', 'CD'), ('run', 'VB'), ('homer', 'NN'), ('to', 'TO'), ('make', 'VB'), ('it', 'PRP'), ('dick', 'JJ'), ('redding', 'VBG'), ('got', 'VBD'), ('in', 'IN'), ('trouble', 'NN'), ('in', 'IN'), ('the', 'DT'), ('eighth', 'JJ'), ('as', 'IN'), ('schmidt', 'NN'), ('singled', 'VBN'), ('and', 'CC'), ('klein', 'VB'), ('singled', 'VBD'), ('him', 'PRP'), ('to', 'TO'), ('third', 'VB'), ('ed', 'JJ'), ('reulbach', 'NN'), ('entered', 'VBD'), ('to', 'TO'), ('face', 'VB'), ('fox', 'NNS'), ('but', 'CC'), ('dick', 'JJ'), ('allen', 'NN'), ('popped', 'VBD'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('dugout', 'NN'), ('to', 'TO'), ('hit', 'VB'), ('allen', 'RB'), ('doubled', 'VBN'), ('to', 'TO'), ('right', 'VB'), ('but', 'CC'), ('luckily', 'RB'), ('for', 'IN'), ('the', 'DT'), ('cubs', 'NN'), ('williams', 'NN'), ('had', 'VBD'), ('moved', 'VBN'), ('to', 'TO'), ('left', 'RBR'), ('and', 'CC'), ('andre', 'VB'), ('dawson', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('inserted', 'VBN'), ('for', 'IN'), ('defense', 'NN'), ('he', 'PRP'), ('fired', 'VBD'), ('bullet', 'NN'), ('to', 'TO'), ('home', 'NN'), ('plate', 'NN'), ('to', 'TO'), ('keep', 'VB'), ('klein', 'NN'), ('at', 'IN'), ('third', 'JJ'), ('lance', 'NN'), ('parrish', 'JJ'), ('hitting', 'NN'), ('for', 'IN'), ('boone', 'NN'), ('was', 'VBD'), ('walked', 'VBN'), ('and', 'CC'), ('bruce', 'VB'), ('sutter', 'NN'), ('entered', 'VBN'), ('larry', 'JJ'), ('bowa', 'NN'), ('grounded', 'VBD'), ('into', 'IN'), ('double', 'JJ'), ('play', 'NN'), ('but', 'CC'), ('ed', 'JJ'), ('delahanty', 'NN'), ('walked', 'VBD'), ('as', 'IN'), ('pinch', 'NN'), ('hitter', 'NN'), ('desiring', 'VBG'), ('strikeout', 'NN'), ('since', 'IN'), ('ashburn', 'NN'), ('was', 'VBD'), ('likely', 'JJ'), ('to', 'TO'), ('attempt', 'VB'), ('bunt', 'NN'), ('hit', 'NN'), ('with', 'IN'), ('the', 'DT'), ('quick', 'JJ'), ('trillo', 'NN'), ('pinch', 'NN'), ('running', 'VBG'), ('at', 'IN'), ('third', 'JJ'), ('chance', 'NN'), ('brought', 'VBD'), ('in', 'IN'), ('lee', 'NN'), ('smith', 'NN'), ('who', 'WP'), ('induced', 'VBD'), ('pop', 'VBP'), ('up', 'RB'), ('to', 'TO'), ('the', 'DT'), ('catcher', 'NN'), ('from', 'IN'), ('the', 'DT'), ('speedy', 'NN'), ('centerfielder', 'NN'), ('ending', 'VBG'), ('the', 'DT'), ('inning', 'VBG'), ('the', 'DT'), ('cubs', 'NN'), ('took', 'VBD'), ('the', 'DT'), ('win', 'NN'), ('moving', 'VBG'), ('game', 'NN'), ('behind', 'IN'), ('the', 'DT'), ('phillies', 'NNS'), ('steve', 'VBP'), ('carlton', 'NN'), ('was', 'VBD'), ('called', 'VBN'), ('upon', 'IN'), ('to', 'TO'), ('battle', 'NN'), ('finger', 'NN'), ('brown', 'VBN'), ('saturday', 'NN'), ('to', 'TO'), ('get', 'VB'), ('another', 'DT'), ('righthander', 'NN'), ('in', 'IN'), ('the', 'DT'), ('lineup', 'NN'), ('ron', 'NN'), ('santo', 'NN'), ('moved', 'VBD'), ('to', 'TO'), ('first', 'VB'), ('and', 'CC'), ('bill', 'NN'), ('madlock', 'NN'), ('played', 'VBD'), ('third', 'JJ'), ('unfortunately', 'RB'), ('brown', 'JJ'), ('allowed', 'VBN'), ('six', 'CD'), ('doubles', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('cub', 'NN'), ('bullpen', 'NN'), ('was', 'VBD'), ('worn', 'VBN'), ('down', 'RP'), ('even', 'RB'), ('more', 'RBR'), ('as', 'IN'), ('the', 'DT'), ('cubs', 'NN'), ('tried', 'VBD'), ('to', 'TO'), ('maintain', 'VB'), ('lead', 'NN'), ('against', 'IN'), ('lefty', 'JJ'), ('madlock', 'NN'), ('batting', 'NN'), ('sixth', 'NN'), ('had', 'VBD'), ('knocked', 'VBN'), ('two', 'CD'), ('doubles', 'NNS'), ('of', 'IN'), ('his', 'PRP$'), ('own', 'JJ'), ('driving', 'NN'), ('home', 'NN'), ('four', 'CD'), ('runs', 'VBZ'), ('gabby', 'NN'), ('hartnett', 'NN'), ('hit', 'VBD'), ('two', 'CD'), ('home', 'NN'), ('runs', 'NNS'), ('and', 'CC'), ('cuyler', 'NN'), ('added', 'VBD'), ('another', 'DT'), ('and', 'CC'), ('the', 'DT'), ('score', 'NN'), ('was', 'VBD'), ('cubs', 'NNS'), ('after', 'IN'), ('six', 'CD'), ('innings', 'NNS'), ('the', 'DT'), ('phillie', 'NN'), ('bullpen', 'NN'), ('had', 'VBD'), ('more', 'JJR'), ('troubles', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('bottom', 'NN'), ('of', 'IN'), ('the', 'DT'), ('eighth', 'JJ'), ('as', 'IN'), ('the', 'DT'), ('cubs', 'NN'), ('grabbed', 'VBD'), ('more', 'RBR'), ('runs', 'NNS'), ('to', 'TO'), ('ice', 'VB'), ('an', 'DT'), ('11', 'CD'), ('triumph', 'NN'), ('sunday', 'NN'), ('twin', 'VB'), ('bill', 'NN'), ('saw', 'VBD'), ('cool', 'JJ'), ('papa', 'NN'), ('bell', 'NN'), ('gather', 'RB'), ('seven', 'CD'), ('straight', 'VBD'), ('hits', 'NNS'), ('at', 'IN'), ('one', 'CD'), ('point', 'NN'), ('including', 'VBG'), ('rare', 'JJ'), ('outside', 'IN'), ('the', 'DT'), ('park', 'NN'), ('home', 'NN'), ('run', 'NN'), ('in', 'IN'), ('the', 'DT'), ('second', 'JJ'), ('game', 'NN'), ('off', 'IN'), ('robin', 'NN'), ('roberts', 'NNS'), ('grover', 'VBD'), ('alexander', 'NN'), ('of', 'IN'), ('the', 'DT'), ('phils', 'NNS'), ('took', 'VBD'), ('the', 'DT'), ('first', 'JJ'), ('contest', 'NN'), ('but', 'CC'), ('the', 'DT'), ('cubs', 'NN'), ('captured', 'VBD'), ('the', 'DT'), ('second', 'JJ'), ('one', 'NN'), ('with', 'IN'), ('waddell', 'NN'), ('gaining', 'VBG'), ('the', 'DT'), ('win', 'NN'), ('bruce', 'NN'), ('sutter', 'NN'), ('tossed', 'VBD'), ('two', 'CD'), ('innings', 'NNS'), ('for', 'IN'), ('the', 'DT'), ('save', 'NN'), ('though', 'IN'), ('he', 'PRP'), ('allowed', 'VBD'), ('one', 'CD'), ('run', 'NN'), ('in', 'IN'), ('the', 'DT'), ('eighth', 'JJ'), ('the', 'DT'), ('cardinals', 'NNS'), ('stood', 'VBD'), ('half', 'JJ'), ('game', 'NN'), ('behind', 'IN'), ('these', 'DT'), ('co', 'JJ'), ('leaders', 'NNS'), ('and', 'CC'), ('would', 'MD'), ('conclude', 'VB'), ('their', 'PRP$'), ('series', 'NN'), ('with', 'IN'), ('the', 'DT'), ('expos', 'NN'), ('on', 'IN'), ('monday', 'JJ'), ('-------------------------------------------------------------------', 'JJ'), ('montreal', 'NN'), ('at', 'IN'), ('st', 'NN'), ('louis', 'NN'), ('august', 'NN'), ('):', 'NNP'), ('way', 'NN'), ('tie', 'NN'), ('for', 'IN'), ('1st', 'CD'), ('dennis', 'NN'), ('martinez', 'NN'), ('is', 'VBZ'), ('on', 'IN'), ('roll', 'NN'), ('and', 'CC'), ('he', 'PRP'), ('continued', 'VBD'), ('it', 'PRP'), ('versus', 'VBZ'), ('john', 'JJ'), ('tudor', 'NN'), ('friday', 'VBD'), ('the', 'DT'), ('expos', 'NN'), ('have', 'VBP'), ('wide', 'JJ'), ('variety', 'NN'), ('of', 'IN'), ('hitters', 'NNS'), ('and', 'CC'), ('while', 'IN'), ('they', 'PRP'), ('aren', 'VBP'), ('among', 'IN'), ('the', 'DT'), ('all', 'DT'), ('time', 'NN'), ('greats', 'NNS'), ('they', 'PRP'), ('are', 'VBP'), ('getting', 'VBG'), ('the', 'DT'), ('job', 'NN'), ('done', 'VBN'), ('after', 'IN'), ('winning', 'VBG'), ('their', 'PRP$'), ('first', 'JJ'), ('first', 'JJ'), ('two', 'CD'), ('games', 'NNS'), ('they', 'PRP'), ('suddenly', 'RB'), ('found', 'VBD'), ('themselves', 'PRP'), ('only', 'RB'), ('games', 'NNS'), ('out', 'IN'), ('of', 'IN'), ('first', 'JJ'), ('in', 'IN'), ('this', 'DT'), ('wacky', 'JJ'), ('season', 'NN'), ('martinez', 'NN'), ('triumphed', 'VBD'), ('on', 'IN'), ('friday', 'NN'), ('and', 'CC'), ('williams', 'NN'), ('outdueled', 'VBD'), ('dizzy', 'JJ'), ('dean', 'NN'), ('saturday', 'NN'), ('however', 'RB'), ('the', 'DT'), ('cardinals', 'NNS'), ('refused', 'VBD'), ('to', 'TO'), ('give', 'VB'), ('up', 'RP'), ('winning', 'VBG'), ('on', 'IN'), ('sunday', 'PDT'), ('the', 'DT'), ('cards', 'NNS'), ('captured', 'VBD'), ('monday', 'JJ'), ('game', 'NN'), ('too', 'RB'), ('as', 'IN'), ('steve', 'JJ'), ('carlton', 'NN'), ('outdueled', 'VBD'), ('steve', 'JJ'), ('rogers', 'NNS'), ('we', 'PRP'), ('re', 'VBP'), ('really', 'RB'), ('good', 'JJ'), ('against', 'IN'), ('ground', 'NN'), ('ball', 'NN'), ('pitchers', 'NNS'), ('because', 'IN'), ('of', 'IN'), ('our', 'PRP$'), ('team', 'NN'), ('speed', 'NN'), (',"', 'NNP'), ('remarked', 'VBD'), ('lou', 'JJ'), ('brock', 'NN'), ('don', 'NNS'), ('see', 'VBP'), ('why', 'WRB'), ('we', 'PRP'), ('can', 'MD'), ('win', 'VB'), ('this', 'DT'), ('division', 'NN'), ('."', 'VBZ'), ('the', 'DT'), ('phillies', 'NNS'), ('and', 'CC'), ('cubs', 'NNS'), ('may', 'MD'), ('have', 'VB'), ('some', 'DT'), ('reasons', 'NNS'), ('for', 'IN'), ('them', 'PRP'), ('two', 'CD'), ('thirds', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('way', 'NN'), ('through', 'IN'), ('the', 'DT'), ('season', 'NN'), ('there', 'EX'), ('is', 'VBZ'), ('way', 'NN'), ('tie', 'NN'), ('for', 'IN'), ('first', 'JJ'), ('-------------------------------------------------------------------', 'JJ'), ('new', 'JJ'), ('york', 'NN'), ('at', 'IN'), ('pittsburgh', 'JJ'), ('august', 'JJ'), ('):', 'NN'), ('straight', 'VBD'), ('wins', 'NNS'), ('for', 'IN'), ('bucs', 'NN'), ('now', 'RB'), ('back', 'RB'), ('but', 'CC'), ('in', 'IN'), ('4th', 'CD'), ('when', 'WRB'), ('your', 'PRP$'), ('team', 'NN'), ('is', 'VBZ'), ('in', 'IN'), ('slump', 'NN'), ('like', 'IN'), ('we', 'PRP'), ('are', 'VBP'), ('the', 'DT'), ('worst', 'JJS'), ('thing', 'NN'), ('is', 'VBZ'), ('to', 'TO'), ('play', 'VB'), ('in', 'IN'), ('pitcher', 'NN'), ('park', 'NN'), ('like', 'IN'), ('this', 'DT'), (',"', 'NNP'), ('spoke', 'VBD'), ('gil', 'JJ'), ('hodges', 'NNS'), ('before', 'IN'), ('the', 'DT'), ('series', 'NN'), ('keith', 'NNP'), ('hernandez', 'NN'), ('added', 'VBD'), ('that', 'IN'), ('their', 'PRP$'), ('defense', 'NN'), ('takes', 'VBZ'), ('away', 'RB'), ('quite', 'RB'), ('few', 'JJ'), ('runs', 'NNS'), ('per', 'IN'), ('year', 'NN'), ('and', 'CC'), ('it', 'PRP'), ('must', 'MD'), ('be', 'VB'), ('giving', 'VBG'), ('them', 'PRP'), ('an', 'DT'), ('extra', 'JJ'), ('wins', 'NNS'), ('."', 'VBP'), ('the', 'DT'), ('pirates', 'NNS'), ('have', 'VBP'), ('made', 'VBN'), ('only', 'RB'), ('26', 'CD'), ('errors', 'NNS'), ('all', 'DT'), ('season', 'NN'), ('ahead', 'RB'), ('of', 'IN'), ('the', 'DT'), ('second', 'JJ'), ('place', 'NN'), ('dodgers', 'NNS'), ('error', 'VBP'), ('totals', 'NNS'), ('tend', 'VBP'), ('to', 'TO'), ('be', 'VB'), ('around', 'RB'), ('50', 'CD'), ('for', 'IN'), ('the', 'DT'), ('best', 'JJS'), ('defensive', 'JJ'), ('all', 'DT'), ('time', 'NN'), ('teams', 'NNS'), ('rube', 'VBP'), ('foster', 'RB'), ('defeated', 'VBN'), ('sid', 'JJ'), ('fernandez', 'NN'), ('friday', 'NN'), ('and', 'CC'), ('candelaria', 'NN'), ('outshone', 'NN'), ('seaver', 'NN'), ('saturday', 'NN'), ('in', 'IN'), ('game', 'NN'), ('featuring', 'VBG'), ('some', 'DT'), ('outstanding', 'JJ'), ('defense', 'NN'), ('when', 'WRB'), ('nolan', 'NN'), ('ryan', 'NN'), ('and', 'CC'), ('two', 'CD'), ('relivers', 'NNS'), ('hit', 'VBD'), ('the', 'DT'), ('mets', 'NNS'), ('in', 'IN'), ('another', 'DT'), ('win', 'NN'), ('sunday', 'VBD'), ('the', 'DT'), ('pirates', 'NNS'), ('could', 'MD'), ('once', 'RB'), ('again', 'RB'), ('look', 'VB'), ('forward', 'RB'), ('to', 'TO'), ('victory', 'NN'), ('getting', 'VBG'), ('them', 'PRP'), ('back', 'RB'), ('to', 'TO'), ('the', 'DT'), ('500', 'CD'), ('mark', 'NN'), ('they', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('unable', 'JJ'), ('to', 'TO'), ('several', 'JJ'), ('times', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('past', 'JJ'), ('month', 'NN'), ('bert', 'VBD'), ('blyleven', 'RB'), ('met', 'VBN'), ('dwight', 'JJ'), ('gooden', 'NN'), ('in', 'IN'), ('the', 'DT'), ('afternoon', 'NN'), ('game', 'NN'), ('both', 'DT'), ('pitchers', 'NNS'), ('possessed', 'VBD'), ('fantastic', 'JJ'), ('stuff', 'NN'), ('and', 'CC'), ('the', 'DT'), ('only', 'JJ'), ('runs', 'NNS'), ('scored', 'VBD'), ('through', 'IN'), ('eight', 'CD'), ('innings', 'NNS'), ('were', 'VBD'), ('on', 'IN'), ('home', 'NN'), ('runs', 'NNS'), ('solo', 'VBD'), ('shot', 'VBN'), ('by', 'IN'), ('rusty', 'JJ'), ('staub', 'NN'), ('of', 'IN'), ('the', 'DT'), ('mets', 'NNS'), ('and', 'CC'), ('two', 'CD'), ('run', 'VBP'), ('blast', 'VBN'), ('by', 'IN'), ('ralph', 'NN'), ('kiner', 'NN'), ('for', 'IN'), ('the', 'DT'), ('pirates', 'NNS'), ('the', 'DT'), ('mets', 'NNS'), ('darryl', 'VBP'), ('strawberry', 'NN'), ('singled', 'VBD'), ('home', 'NN'), ('run', 'NN'), ('in', 'IN'), ('the', 'DT'), ('top', 'NN'), ('of', 'IN'), ('the', 'DT'), ('ninth', 'JJ'), ('off', 'RP'), ('jesse', 'NN'), ('orosco', 'NN'), ('working', 'VBG'), ('his', 'PRP$'), ('second', 'JJ'), ('inning', 'NN'), ('after', 'IN'), ('mookie', 'NN'), ('wilson', 'NN'), ('pinch', 'NN'), ('ran', 'VBD'), ('for', 'IN'), ('gary', 'JJ'), ('carter', 'NN'), ('at', 'IN'), ('second', 'JJ'), ('with', 'IN'), ('one', 'CD'), ('out', 'NN'), ('and', 'CC'), ('runner', 'NN'), ('on', 'IN'), ('first', 'JJ'), ('lee', 'NN'), ('mazilli', 'NN'), ('was', 'VBD'), ('sent', 'VBN'), ('in', 'IN'), ('to', 'TO'), ('pinch', 'VB'), ('hit', 'VB'), ('the', 'DT'), ('pirates', 'NNS'), ('countered', 'VBD'), ('with', 'IN'), ('kent', 'JJ'), ('tekulve', 'NNS'), ('placing', 'VBG'), ('him', 'PRP'), ('in', 'IN'), ('the', 'DT'), ('fifth', 'JJ'), ('spot', 'NN'), ('in', 'IN'), ('the', 'DT'), ('order', 'NN'), ('and', 'CC'), ('putting', 'VBG'), ('barry', 'NN'), ('bonds', 'NNS'), ('in', 'IN'), ('left', 'JJ'), ('field', 'NN'), ('as', 'IN'), ('the', 'DT'), ('ninth', 'JJ'), ('place', 'NN'), ('hitter', 'NN'), ('tekulve', 'NN'), ('induced', 'VBD'), ('groundout', 'IN'), ('forcing', 'VBG'), ('strawberry', 'NN'), ('at', 'IN'), ('second', 'JJ'), ('he', 'PRP'), ('slid', 'VBD'), ('hard', 'RB'), ('into', 'IN'), ('honus', 'NN'), ('wagner', 'NN'), ('preventing', 'VBG'), ('the', 'DT'), ('pirates', 'NNS'), ('from', 'IN'), ('turning', 'VBG'), ('their', 'PRP$'), ('fifth', 'NN'), ('double', 'JJ'), ('play', 'NN'), ('of', 'IN'), ('the', 'DT'), ('afternoon', 'NN'), ('tekulve', 'NN'), ('allowed', 'VBD'), ('hit', 'NNS'), ('but', 'CC'), ('clemente', 'VBP'), ('threw', 'VBD'), ('mazilli', 'PRP'), ('out', 'RP'), ('at', 'IN'), ('third', 'JJ'), ('from', 'IN'), ('near', 'IN'), ('the', 'DT'), ('right', 'JJ'), ('field', 'NN'), ('line', 'NN'), ('ending', 'VBG'), ('the', 'DT'), ('inning', 'NN'), ('tug', 'NN'), ('mcgraw', 'NN'), ('relieved', 'VBD'), ('randy', 'JJ'), ('myers', 'NNS'), ('who', 'WP'), ('entered', 'VBD'), ('to', 'TO'), ('pitch', 'VB'), ('the', 'DT'), ('eighth', 'JJ'), ('and', 'CC'), ('got', 'VBD'), ('one', 'CD'), ('out', 'IN'), ('before', 'IN'), ('bonds', 'NNS'), ('launched', 'VBN'), ('rocket', 'NN'), ('to', 'TO'), ('deep', 'VB'), ('center', 'NN'), ('running', 'VBG'), ('through', 'IN'), ('the', 'DT'), ('stop', 'JJ'), ('sign', 'NN'), ('at', 'IN'), ('third', 'JJ'), ('to', 'TO'), ('score', 'VB'), ('an', 'DT'), ('inside', 'IN'), ('the', 'DT'), ('park', 'NN'), ('homer', 'NN'), ('to', 'TO'), ('win', 'VB'), ('the', 'DT'), ('pirates', 'NNS'), ('had', 'VBD'), ('scored', 'VBN'), ('an', 'DT'), ('improbable', 'JJ'), ('straight', 'NN'), ('wins', 'NNS'), ('and', 'CC'), ('had', 'VBD'), ('moved', 'VBN'), ('to', 'TO'), ('within', 'IN'), ('games', 'NNS'), ('of', 'IN'), ('first', 'JJ'), ('place', 'NN'), ('with', 'IN'), ('seven', 'CD'), ('weeks', 'NNS'), ('to', 'TO'), ('go', 'VB'), ('------------------------------------------------------------------', 'JJ'), ('san', 'JJ'), ('francisco', 'NN'), ('at', 'IN'), ('boswaukta', 'NN'), ('august', 'NN'), ('):', 'NN'), ('another', 'DT'), ('sunday', 'JJ'), ('doubleheader', 'NN'), ('appeared', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('schedule', 'NN'), ('as', 'IN'), ('the', 'DT'), ('giants', 'NNS'), ('managed', 'VBD'), ('to', 'TO'), ('close', 'VB'), ('the', 'DT'), ('gap', 'NN'), ('on', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('teams', 'NNS'), ('thanks', 'NNS'), ('to', 'TO'), ('some', 'DT'), ('starting', 'VBG'), ('pitching', 'NN'), ('that', 'WDT'), ('just', 'RB'), ('wouldn', 'VBP'), ('tire', 'NN'), ('in', 'IN'), ('fact', 'NN'), ('reported', 'VBN'), ('manager', 'NN'), ('john', 'NN'), ('mcgraw', 'NN'), ('once', 'RB'), ('this', 'DT'), ('rough', 'JJ'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('schedule', 'NN'), ('is', 'VBZ'), ('over', 'RB'), ('maybe', 'RB'), ('as', 'RB'), ('early', 'RB'), ('as', 'IN'), ('this', 'DT'), ('coming', 'VBG'), ('week', 'NN'), ('we', 'PRP'), ('may', 'MD'), ('shift', 'VB'), ('to', 'TO'), ('man', 'NN'), ('rotation', 'NN'), ('again', 'RB'), ('for', 'IN'), ('little', 'RB'), ('while', 'IN'), ('."', 'JJ'), ('juan', 'NN'), ('marichal', 'NN'), ('continued', 'VBD'), ('his', 'PRP$'), ('hot', 'JJ'), ('pitching', 'NN'), ('friday', 'JJ'), ('beating', 'NN'), ('lew', 'NN'), ('burdette', 'NN'), ('and', 'CC'), ('the', 'DT'), ('braves', 'NNS'), ('willie', 'VBP'), ('mays', 'NNS'), ('had', 'VBD'), ('all', 'DT'), ('four', 'CD'), ('on', 'IN'), ('hits', 'NNS'), ('rick', 'VBP'), ('reuschel', 'NN'), ('faced', 'VBN'), ('joe', 'NN'), ('niekro', 'NN'), ('saturday', 'NN'), ('in', 'IN'), ('slugfest', 'PDT'), ('the', 'DT'), ('braves', 'NNS'), ('park', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('homer', 'JJ'), ('haven', 'RB'), ('but', 'CC'), ('this', 'DT'), ('took', 'VBD'), ('the', 'DT'), ('cake', 'NN'), ('as', 'IN'), ('the', 'DT'), ('giants', 'NNS'), ('won', 'VBD'), ('seesaw', 'JJ'), ('affair', 'NN'), ('16', 'CD'), ('13', 'CD'), ('willie', 'NN'), ('mays', 'NNS'), ('had', 'VBD'), ('three', 'CD'), ('homers', 'NNS'), ('willie', 'VBP'), ('mccovey', 'NN'), ('eddie', 'NN'), ('matthews', 'NNS'), ('and', 'CC'), ('don', 'VB'), ('baylor', 'NN'), ('had', 'VBD'), ('two', 'CD'), ('and', 'CC'), ('hank', 'VBD'), ('aaron', 'RB'), ('ernie', 'JJ'), ('lombardi', 'NN'), ('biz', 'NN'), ('mackey', 'NN'), ('and', 'CC'), ('mel', 'NN'), ('ott', 'NN'), ('had', 'VBD'), ('one', 'CD'), ('each', 'DT'), ('the', 'DT'), ('braves', 'NNS'), ('had', 'VBD'), ('collected', 'VBN'), ('149', 'CD'), ('home', 'NN'), ('runs', 'NNS'), ('going', 'VBG'), ('into', 'IN'), ('sunday', 'JJ'), ('doubleheader', 'NN'), ('putting', 'VBG'), ('them', 'PRP'), ('on', 'IN'), ('pace', 'NN'), ('for', 'IN'), ('223', 'CD'), ('which', 'WDT'), ('would', 'MD'), ('be', 'VB'), ('short', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('national', 'JJ'), ('league', 'NN'), ('record', 'NN'), ('they', 'PRP'), ('were', 'VBD'), ('still', 'RB'), ('tad', 'VBN'), ('behind', 'IN'), ('the', 'DT'), ('61', 'CD'), ('yankees', 'NNS'), ('pace', 'NN'), ('they', 'PRP'), ('had', 'VBD'), ('allowed', 'VBN'), ('over', 'IN'), ('120', 'CD'), ('though', 'IN'), ('vida', 'JJ'), ('blue', 'JJ'), ('actually', 'RB'), ('got', 'VBD'), ('the', 'DT'), ('win', 'NN'), ('after', 'IN'), ('retiring', 'VBG'), ('batters', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('fifth', 'NN'), ('he', 'PRP'), ('allowed', 'VBD'), ('only', 'RB'), ('run', 'VB'), ('in', 'IN'), ('the', 'DT'), ('sixth', 'JJ'), ('but', 'CC'), ('faltered', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('seventh', 'JJ'), ('joe', 'NN'), ('mcginnity', 'NN'), ('earned', 'VBD'), ('the', 'DT'), ('save', 'NN'), ('in', 'IN'), ('the', 'DT'), ('doubleheader', 'NN'), ('the', 'DT'), ('braves', 'NNS'), ('hoyt', 'VBP'), ('wilhelm', 'NN'), ('failed', 'VBD'), ('to', 'TO'), ('hold', 'VB'), ('lead', 'NN'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('game', 'NN'), ('but', 'CC'), ('hank', 'NN'), ('aaron', 'RB'), ('homered', 'VBD'), ('off', 'RP'), ('bill', 'NN'), ('foster', 'NN'), ('in', 'IN'), ('the', 'DT'), ('eighth', 'NN'), ('as', 'IN'), ('the', 'DT'), ('braves', 'NNS'), ('won', 'VBD'), ('the', 'DT'), ('giants', 'NNS'), ('took', 'VBD'), ('the', 'DT'), ('second', 'JJ'), ('game', 'NN'), ('however', 'RB'), ('by', 'IN'), ('score', 'VBG'), ('the', 'DT'), ('homer', 'NN'), ('by', 'IN'), ('aaron', 'NN'), ('was', 'VBD'), ('magical', 'JJ'), ('150', 'CD'), ('by', 'IN'), ('the', 'DT'), ('braves', 'NNS'), ('however', 'RB'), ('they', 'PRP'), ('fell', 'VBD'), ('to', 'TO'), ('three', 'CD'), ('game', 'NN'), ('below', 'IN'), ('500', 'CD'), ('making', 'VBG'), ('comeback', 'NN'), ('extremely', 'RB'), ('unlikely', 'JJ'), ('-------------------------------------------------------------------', 'JJ'), ('san', 'JJ'), ('diego', 'NN'), ('at', 'IN'), ('cincinnati', 'NN'), ('aug', 'NN'), ('):', 'NNP'), ('randy', 'NN'), ('jones', 'NNS'), ('faced', 'VBD'), ('ewell', 'RB'), ('blackwell', 'RB'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('of', 'IN'), ('this', 'DT'), ('game', 'NN'), ('series', 'NN'), ('and', 'CC'), ('the', 'DT'), ('padres', 'NNS'), ('felt', 'VBD'), ('rather', 'RB'), ('good', 'JJ'), ('with', 'IN'), ('don', 'JJ'), ('mattingly', 'RB'), ('straining', 'VBG'), ('his', 'PRP$'), ('back', 'NN'), ('in', 'IN'), ('the', 'DT'), ('last', 'JJ'), ('cleveland', 'NN'), ('game', 'NN'), ('the', 'DT'), ('trade', 'NN'), ('looked', 'VBD'), ('even', 'RB'), ('better', 'RBR'), ('mcgriff', 'NN'), ('batting', 'VBG'), ('average', 'NN'), ('was', 'VBD'), ('even', 'RB'), ('rising', 'VBG'), ('of', 'IN'), ('course', 'NN'), ('the', 'DT'), ('bench', 'NN'), ('was', 'VBD'), ('very', 'RB'), ('poor', 'JJ'), ('and', 'CC'), ('joe', 'JJ'), ('gordon', 'NN'), ('was', 'VBD'), ('only', 'RB'), ('adequate', 'JJ'), ('in', 'IN'), ('the', 'DT'), ('outfield', 'NN'), ('but', 'CC'), ('these', 'DT'), ('were', 'VBD'), ('minor', 'JJ'), ('problems', 'NNS'), ('since', 'IN'), ('the', 'DT'), ('pitching', 'NN'), ('was', 'VBD'), ('holding', 'VBG'), ('up', 'RP'), ('jones', 'NNS'), ('pitched', 'RB'), ('good', 'JJ'), ('game', 'NN'), ('friday', 'NN'), ('and', 'CC'), ('won', 'VBD'), ('mcgriff', 'RB'), ('launched', 'VBN'), ('two', 'CD'), ('home', 'NN'), ('runs', 'NNS'), ('mel', 'VBD'), ('harder', 'RBR'), ('earned', 'VBN'), ('win', 'NN'), ('with', 'IN'), ('the', 'DT'), ('help', 'NN'), ('of', 'IN'), ('mark', 'NN'), ('davis', 'NN'), ('and', 'CC'), ('ray', 'NN'), ('narleski', 'NN'), ('saturday', 'NN'), ('was', 'VBD'), ('the', 'DT'), ('final', 'JJ'), ('score', 'NN'), ('tom', 'NN'), ('candiotti', 'NN'), ('battled', 'VBD'), ('satchel', 'JJ'), ('paige', 'NN'), ('to', 'TO'), ('tie', 'VB'), ('through', 'IN'), ('eight', 'CD'), ('innings', 'NNS'), ('before', 'IN'), ('departing', 'VBG'), ('the', 'DT'), ('game', 'NN'), ('was', 'VBD'), ('scoreless', 'NN'), ('for', 'IN'), ('more', 'JJR'), ('innings', 'NNS'), ('until', 'IN'), ('the', 'DT'), ('thirteenth', 'JJ'), ('paige', 'NN'), ('had', 'VBD'), ('departed', 'VBN'), ('after', 'IN'), ('10', 'CD'), ('and', 'CC'), ('john', 'JJ'), ('franco', 'NN'), ('hurled', 'VBD'), ('scoreless', 'JJ'), ('inning', 'NN'), ('tom', 'NN'), ('browning', 'NN'), ('was', 'VBD'), ('working', 'VBG'), ('his', 'PRP$'), ('second', 'JJ'), ('scoreless', 'NN'), ('inning', 'NN'), ('when', 'WRB'), ('dave', 'NN'), ('winfield', 'VBD'), ('doubled', 'VBN'), ('with', 'IN'), ('one', 'CD'), ('out', 'NN'), ('and', 'CC'), ('joe', 'NN'), ('gordon', 'NN'), ('was', 'VBD'), ('pitched', 'VBN'), ('around', 'IN'), ('thurm', 'JJ'), ('munson', 'NN'), ('doubled', 'VBD'), ('both', 'DT'), ('runners', 'NNS'), ('home', 'NN'), ('and', 'CC'), ('the', 'DT'), ('padres', 'NNS'), ('gamed', 'VBD'), ('win', 'VB'), ('the', 'DT'), ('three', 'CD'), ('game', 'NN'), ('sweep', 'NN'), ('had', 'VBD'), ('pulled', 'VBN'), ('the', 'DT'), ('giants', 'NNS'), ('into', 'IN'), ('tie', 'NN'), ('with', 'IN'), ('the', 'DT'), ('reds', 'NNS'), ('though', 'IN'), ('the', 'DT'), ('reds', 'NNS'), ('denied', 'VBD'), ('it', 'PRP'), ('the', 'DT'), ('highly', 'RB'), ('emotional', 'JJ'), ('series', 'NN'), ('with', 'IN'), ('the', 'DT'), ('dodgers', 'NNS'), ('may', 'MD'), ('have', 'VB'), ('taken', 'VBN'), ('too', 'RB'), ('much', 'JJ'), ('out', 'IN'), ('of', 'IN'), ('them', 'PRP'), ('-------------------------------------------------------------------', 'VBP'), ('brookangeles', 'NNS'), ('at', 'IN'), ('houston', 'NN'), ('august', 'NN'), ('):', 'NNP'), ('another', 'DT'), ('series', 'NN'), ('capped', 'VBD'), ('off', 'RP'), ('by', 'IN'), ('weekend', 'NN'), ('doubleheader', 'NN'), ('took', 'VBD'), ('place', 'NN'), ('in', 'IN'), ('the', 'DT'), ('wide', 'JJ'), ('open', 'JJ'), ('plains', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('astrodome', 'NN'), ('the', 'DT'), ('astros', 'NN'), ('sent', 'VBD'), ('joe', 'NN'), ('niekro', 'NN'), ('to', 'TO'), ('the', 'DT'), ('hill', 'NN'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('game', 'NN'), ('opposite', 'JJ'), ('don', 'JJ'), ('drysdale', 'NN'), ('normally', 'RB'), (',"', 'NNP'), ('drysdale', 'NN'), ('remarked', 'VBD'), ('would', 'MD'), ('be', 'VB'), ('challenging', 'VBG'), ('hitter', 'NN'), ('by', 'IN'), ('being', 'VBG'), ('ready', 'JJ'), ('to', 'TO'), ('throw', 'VB'), ('at', 'IN'), ('them', 'PRP'), ('can', 'MD'), ('afford', 'VB'), ('to', 'TO'), ('with', 'IN'), ('this', 'DT'), ('team', 'NN'), ('though', 'IN'), ('we', 'PRP'), ('have', 'VBP'), ('to', 'TO'), ('get', 'VB'), ('our', 'PRP$'), ('own', 'JJ'), ('runners', 'NNS'), ('going', 'VBG'), ('we', 'PRP'), ('can', 'MD'), ('davis', 'VB'), ('will', 'MD'), ('get', 'VB'), ('decked', 'VBN'), ('once', 'RB'), ('."', 'VBZ'), ('the', 'DT'), ('fact', 'NN'), ('that', 'IN'), ('glenn', 'NN'), ('davis', 'NN'), ('leads', 'VBZ'), ('the', 'DT'), ('team', 'NN'), ('in', 'IN'), ('homers', 'NNS'), ('with', 'IN'), ('six', 'CD'), ('(!)', 'NN'), ('is', 'VBZ'), ('primarily', 'RB'), ('why', 'WRB'), ('he', 'PRP'), ('would', 'MD'), ('be', 'VB'), ('decked', 'VBN'), ('but', 'CC'), ('it', 'PRP'), ('should', 'MD'), ('be', 'VB'), ('understood', 'RP'), ('that', 'IN'), ('his', 'PRP$'), ('current', 'JJ'), ('pace', 'NN'), ('would', 'MD'), ('give', 'VB'), ('him', 'PRP'), ('nine', 'CD'), ('for', 'IN'), ('the', 'DT'), ('season', 'NN'), ('the', 'DT'), ('hitting', 'NN'), ('on', 'IN'), ('this', 'DT'), ('team', 'NN'), ('is', 'VBZ'), ('little', 'JJ'), ('better', 'RBR'), ('but', 'CC'), ('the', 'DT'), ('power', 'NN'), ('is', 'VBZ'), ('all', 'DT'), ('doubles', 'NNS'), ('and', 'CC'), ('triples', 'NNS'), ('still', 'RB'), ('carl', 'VBP'), ('furillo', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('main', 'JJ'), ('reason', 'NN'), ('no', 'DT'), ('astro', 'NN'), ('home', 'NN'), ('runs', 'NNS'), ('were', 'VBD'), ('hit', 'VBN'), ('over', 'IN'), ('the', 'DT'), ('weekend', 'NN'), ('as', 'IN'), ('he', 'PRP'), ('threw', 'VBD'), ('two', 'CD'), ('runners', 'NNS'), ('out', 'RP'), ('trying', 'VBG'), ('for', 'IN'), ('inside', 'IN'), ('the', 'DT'), ('park', 'NN'), ('homers', 'NNS'), ('for', 'IN'), ('those', 'DT'), ('unaware', 'NN'), ('of', 'IN'), ('the', 'DT'), ('nastness', 'NN'), ('of', 'IN'), ('the', 'DT'), ('astros', 'NNS'), ('park', 'VBP'), ('they', 'PRP'), ('have', 'VBP'), ('23', 'CD'), ('foot', 'JJ'), ('high', 'JJ'), ('gray', 'NN'), ('wall', 'NN'), ('all', 'DT'), ('around', 'IN'), ('the', 'DT'), ('outfield', 'NN'), ('balls', 'VBZ'), ('must', 'MD'), ('be', 'VB'), ('hit', 'VBN'), ('into', 'IN'), ('the', 'DT'), ('seats', 'NNS'), ('to', 'TO'), ('be', 'VB'), ('home', 'NN'), ('runs', 'VBZ'), ('the', 'DT'), ('foul', 'NN'), ('poles', 'NNS'), ('are', 'VBP'), ('355', 'CD'), ('feet', 'NNS'), ('from', 'IN'), ('home', 'NN'), ('plate', 'NN'), ('but', 'CC'), ('the', 'DT'), ('alleys', 'NNS'), ('are', 'VBP'), ('400', 'CD'), ('feet', 'NNS'), ('away', 'RB'), ('with', 'IN'), ('center', 'JJ'), ('field', 'NN'), ('at', 'IN'), ('420', 'CD'), ('feet', 'NNS'), ('it', 'PRP'), ('as', 'IN'), ('if', 'IN'), ('some', 'DT'), ('three', 'CD'), ('year', 'NN'), ('old', 'JJ'), ('threw', 'VBD'), ('tantrum', 'NN'), ('and', 'CC'), ('told', 'VBD'), ('his', 'PRP$'), ('playmates', 'NNS'), ('if', 'IN'), ('can', 'MD'), ('hit', 'VB'), ('home', 'NN'), ('runs', 'NNS'), ('nobody', 'NN'), ('will', 'MD'), ('hit', 'VB'), ('home', 'NN'), ('runs', 'NNS'), ('\',"', 'POS'), ('remarked', 'VBD'), ('roy', 'NN'), ('campanella', 'NN'), ('the', 'DT'), ('dodgers', 'NNS'), ('stole', 'VBP'), ('five', 'CD'), ('bases', 'NNS'), ('friday', 'RB'), ('but', 'CC'), ('the', 'DT'), ('astros', 'NN'), ('decided', 'VBD'), ('to', 'TO'), ('revitalize', 'VB'), ('the', 'DT'), ('baltimore', 'NN'), ('chopping', 'NN'), ('that', 'WDT'), ('had', 'VBD'), ('failed', 'VBN'), ('weeks', 'NNS'), ('before', 'IN'), ('for', 'IN'), ('tonight', 'NN'), ('anyway', 'RB'), ('davis', 'JJ'), ('jim', 'NN'), ('wynn', 'NN'), ('and', 'CC'), ('jose', 'JJ'), ('cruz', 'NN'), ('did', 'VBD'), ('not', 'RB'), ('have', 'VB'), ('to', 'TO'), ('mess', 'VB'), ('with', 'IN'), ('their', 'PRP$'), ('swings', 'NNS'), ('according', 'VBG'), ('to', 'TO'), ('the', 'DT'), ('manager', 'NN'), ('after', 'IN'), ('poles', 'NNS'), ('and', 'CC'), ('willie', 'NN'), ('wells', 'NNS'), ('reached', 'VBD'), ('base', 'NN'), ('via', 'IN'), ('the', 'DT'), ('baltimore', 'NN'), ('chop', 'NN'), ('drysdale', 'NN'), ('decked', 'VBD'), ('jose', 'JJ'), ('cruz', 'NN'), ('with', 'IN'), ('pitch', 'NN'), ('he', 'PRP'), ('responded', 'VBD'), ('with', 'IN'), ('two', 'CD'), ('run', 'VBP'), ('double', 'RB'), ('but', 'CC'), ('wynn', 'JJ'), ('playing', 'NN'), ('first', 'RB'), ('for', 'IN'), ('davis', 'NN'), ('popped', 'VBD'), ('up', 'RB'), ('and', 'CC'), ('the', 'DT'), ('astros', 'NNS'), ('didn', 'VBP'), ('score', 'RB'), ('any', 'DT'), ('more', 'RBR'), ('in', 'IN'), ('that', 'DT'), ('inning', 'VBG'), ('they', 'PRP'), ('did', 'VBD'), ('score', 'NN'), ('in', 'IN'), ('the', 'DT'), ('fourth', 'JJ'), ('to', 'TO'), ('erase', 'VB'), ('deficit', 'NN'), ('and', 'CC'), ('the', 'DT'), ('astros', 'NN'), ('wound', 'VBD'), ('up', 'RP'), ('winning', 'VBG'), ('they', 'PRP'), ('threatened', 'VBD'), ('to', 'TO'), ('do', 'VB'), ('even', 'RB'), ('better', 'VB'), ('the', 'DT'), ('next', 'JJ'), ('game', 'NN'), ('as', 'IN'), ('tommy', 'NN'), ('john', 'NN'), ('would', 'MD'), ('be', 'VB'), ('their', 'PRP$'), ('opponent', 'JJ'), ('walt', 'IN'), ('alston', 'JJ'), ('met', 'VBD'), ('privately', 'RB'), ('with', 'IN'), ('the', 'DT'), ('starters', 'NNS'), ('at', 'IN'), ('before', 'IN'), ('the', 'DT'), ('game', 'NN'), ('think', 'VBP'), ('know', 'VB'), ('how', 'WRB'), ('we', 'PRP'), ('can', 'MD'), ('beat', 'VB'), ('the', 'DT'), ('baltimore', 'NN'), ('chop', 'NN'), (',"', 'NN'), ('he', 'PRP'), ('explained', 'VBD'), ('how', 'WRB'), ('can', 'MD'), ('we', 'PRP'), ('do', 'VB'), ('that', 'DT'), (',"', 'VB'), ('pee', 'NN'), ('wee', 'IN'), ('reese', 'JJ'), ('wondered', 'VBD'), ('they', 'PRP'), ('re', 'VBP'), ('going', 'VBG'), ('to', 'TO'), ('be', 'VB'), ('beating', 'VBG'), ('the', 'DT'), ('ball', 'NN'), ('down', 'RP'), ('so', 'RB'), ('we', 'PRP'), ('ve', 'VBP'), ('got', 'VBD'), ('to', 'TO'), ('be', 'VB'), ('ready', 'JJ'), ('to', 'TO'), ('throw', 'VB'), ('on', 'IN'), ('the', 'DT'), ('run', 'NN'), ('steve', 'VBP'), ('will', 'MD'), ('start', 'VB'), ('at', 'IN'), ('first', 'JJ'), ('to', 'TO'), ('dig', 'VB'), ('balls', 'NNS'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('dirt', 'NN'), ('but', 'CC'), ('want', 'VBP'), ('all', 'DT'), ('of', 'IN'), ('you', 'PRP'), ('to', 'TO'), ('practice', 'NN'), ('your', 'PRP$'), ('barehanded', 'JJ'), ('picks', 'NNS'), ('and', 'CC'), ('throws', 'VBZ'), ('we', 'PRP'), ('ll', 'VBD'), ('go', 'VB'), ('with', 'IN'), ('shallow', 'JJ'), ('infield', 'NN'), ('almost', 'RB'), ('the', 'DT'), ('whole', 'JJ'), ('time', 'NN'), ('."', 'VBZ'), ('the', 'DT'), ('plan', 'NN'), ('almost', 'RB'), ('worked', 'VBD'), ('mike', 'JJ'), ('scott', 'NN'), ('allowed', 'VBN'), ('only', 'RB'), ('two', 'CD'), ('runs', 'NNS'), ('through', 'IN'), ('eight', 'CD'), ('innings', 'NNS'), ('but', 'CC'), ('the', 'DT'), ('astros', 'NNS'), ('got', 'VBD'), ('three', 'CD'), ('two', 'CD'), ('of', 'IN'), ('them', 'PRP'), ('scored', 'VBD'), ('when', 'WRB'), ('bill', 'NN'), ('doran', 'VBD'), ('pushed', 'JJ'), ('bunt', 'NN'), ('into', 'IN'), ('the', 'DT'), ('outfield', 'NN'), ('in', 'IN'), ('the', 'DT'), ('fourth', 'JJ'), ('with', 'IN'), ('runners', 'NNS'), ('on', 'IN'), ('second', 'JJ'), ('and', 'CC'), ('third', 'JJ'), ('astros', 'NN'), ('was', 'VBD'), ('the', 'DT'), ('final', 'JJ'), ('with', 'IN'), ('dave', 'JJ'), ('smith', 'NN'), ('earning', 'VBG'), ('another', 'DT'), ('save', 'VB'), ('the', 'DT'), ('dodgers', 'NNS'), ('scored', 'VBD'), ('victory', 'NN'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('game', 'NN'), ('of', 'IN'), ('the', 'DT'), ('twin', 'JJ'), ('bill', 'NN'), ('sunday', 'NN'), ('as', 'IN'), ('nolan', 'JJ'), ('ryan', 'NN'), ('walked', 'VBD'), ('five', 'CD'), ('three', 'CD'), ('of', 'IN'), ('whom', 'WP'), ('scored', 'VBD'), ('in', 'IN'), ('dodger', 'NN'), ('win', 'VBP'), ('fernando', 'NN'), ('valenzuela', 'NN'), ('lost', 'VBD'), ('the', 'DT'), ('second', 'JJ'), ('game', 'NN'), ('to', 'TO'), ('don', 'VB'), ('sutton', 'NN'), ('however', 'RB'), ('as', 'IN'), ('the', 'DT'), ('dodgers', 'NNS'), ('thirteen', 'JJ'), ('stolen', 'VBN'), ('bases', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('series', 'NN'), ('proved', 'VBD'), ('to', 'TO'), ('not', 'RB'), ('be', 'VB'), ('enough', 'RB'), ('we', 'PRP'), ('re', 'VBP'), ('mostly', 'RB'), ('power', 'NN'), ('team', 'NN'), (',"', 'NN'), ('remarked', 'VBD'), ('ron', 'NN'), ('cey', 'NN'), ('jackie', 'NN'), ('and', 'CC'), ('when', 'WRB'), ('he', 'PRP'), ('plays', 'VBZ'), ('maury', 'NN'), ('wills', 'NNS'), ('are', 'VBP'), ('our', 'PRP$'), ('only', 'JJ'), ('real', 'JJ'), ('speed', 'NN'), ('demons', 'NNS'), ('though', 'IN'), ('couple', 'NN'), ('other', 'JJ'), ('plays', 'NNS'), ('can', 'MD'), ('do', 'VB'), ('it', 'PRP'), ('now', 'RB'), ('and', 'CC'), ('then', 'RB'), ('we', 'PRP'), ('re', 'VBP'), ('sunk', 'VBN'), ('in', 'IN'), ('place', 'NN'), ('like', 'IN'), ('the', 'DT'), ('astrodome', 'JJ'), ('guess', 'NN'), ('that', 'WDT'), ('why', 'WRB'), ('they', 'PRP'), ('re', 'VBP'), ('so', 'RB'), ('successful', 'JJ'), ('there', 'RB'), ('."', 'VBP'), ('indeed', 'RB'), ('it', 'PRP'), ('seems', 'VBZ'), ('that', 'IN'), ('basestealing', 'VBG'), ('teams', 'NNS'), ('give', 'VBP'), ('them', 'PRP'), ('the', 'DT'), ('most', 'RBS'), ('trouble', 'NN'), ('in', 'IN'), ('the', 'DT'), ('dome', 'NN'), ('the', 'DT'), ('stros', 'NN'), ('swiped', 'VBD'), ('12', 'CD'), ('bases', 'NNS'), ('in', 'IN'), ('16', 'CD'), ('attempts', 'NNS'), ('giving', 'VBG'), ('them', 'PRP'), ('230', 'CD'), ('on', 'IN'), ('the', 'DT'), ('season', 'NN'), ('standings', 'NNS'), ('after', 'IN'), ('these', 'DT'), ('weekend', 'NN'), ('series', 'NN'), ('east', 'VBP'), ('team', 'NN'), ('gb', 'NN'), ('new', 'JJ'), ('york', 'NN'), ('68', 'CD'), ('42', 'CD'), ('--', ':'), ('cleveland', 'VBP'), ('65', 'CD'), ('46', 'CD'), ('detroit', 'NNS'), ('64', 'CD'), ('46', 'CD'), ('boston', 'NN'), ('64', 'CD'), ('47', 'CD'), ('baltimore', 'RB'), ('59', 'CD'), ('52', 'CD'), ('toronto', 'NN'), ('43', 'CD'), ('69', 'CD'), ('25', 'CD'), ('washington', 'NN'), ('39', 'CD'), ('73', 'CD'), ('28', 'CD'), ('west', 'NN'), ('oaksaselphia', 'VBD'), ('63', 'CD'), ('48', 'CD'), ('--', ':'), ('minnesota', 'VBD'), ('61', 'CD'), ('48', 'CD'), ('chicago', 'NN'), ('59', 'CD'), ('53', 'CD'), ('kansas', 'NNS'), ('city', 'NN'), ('57', 'CD'), ('54', 'CD'), ('california', 'NN'), ('57', 'CD'), ('56', 'CD'), ('milwaukee', 'NN'), ('45', 'CD'), ('66', 'CD'), ('17', 'CD'), ('seattle', 'JJ'), ('32', 'CD'), ('78', 'CD'), ('31', 'CD'), ('east', 'JJ'), ('chicago', 'NN'), ('57', 'CD'), ('53', 'CD'), ('--', ':'), ('philadelphia', 'VBD'), ('58', 'CD'), ('54', 'CD'), ('--', ':'), ('st', 'JJ'), ('louis', 'JJ'), ('58', 'CD'), ('54', 'CD'), ('--', ':'), ('pittsburgh', 'VBD'), ('56', 'CD'), ('56', 'CD'), ('montreal', 'NN'), ('53', 'CD'), ('56', 'CD'), ('new', 'JJ'), ('york', 'NN'), ('48', 'CD'), ('64', 'CD'), ('10', 'CD'), ('west', 'NN'), ('brookangeles', 'NNS'), ('66', 'CD'), ('46', 'CD'), ('--', ':'), ('cincinnati', 'VBD'), ('66', 'CD'), ('47', 'CD'), ('san', 'JJ'), ('francisco', 'NN'), ('65', 'CD'), ('46', 'CD'), ('boswaukta', 'NN'), ('54', 'CD'), ('56', 'CD'), ('11', 'CD'), ('houston', 'NN'), ('50', 'CD'), ('61', 'CD'), ('17', 'CD'), ('san', 'JJ'), ('diego', 'NN'), ('36', 'CD'), ('75', 'CD'), ('29', 'CD')] | ['philadelphia', 'chicago', 'team', 'tie', 'sunday', 'dick', 'redding', 'battle', 'chet', 'brewer', 'first', 'game', 'dramatic', 'four', 'game', 'series', 'one', 'friday', 'one', 'saturday', 'good', 'old', 'sunday', 'doubleheader', 'could', 'good', 'declare', 'ernie', 'bank', 'perhaps', 'fact', 'cub', 'challenge', 'pitch', 'always', 'pitch', 'lacked', 'announce', 'ryne', 'sandberg', 'get', 'brewer', 'beat', 'carlton', 'alexander', 'bunning', 'preferrably', 'last', 'three', 'know', 'might', 'able', 'win', 'lord', 'hope', 'pull', 'phils', 'score', 'top', 'first', 'richie', 'ashburn', 'single', 'pete', 'rise', 'follow', 'hit', 'send', 'ashburn', 'around', 'second', 'kiki', 'cuyler', 'cut', 'ball', 'left', 'center', 'threw', 'bullet', 'ernie', 'bank', 'throw', 'ron', 'santo', 'get', 'ashburn', 'third', 'rise', 'go', 'second', 'play', 'christobel', 'torrienti', 'lift', 'long', 'fly', 'center', 'move', 'pete', 'rise', 'third', 'schmidt', 'walk', 'cub', 'absolutely', 'refuse', 'let', 'beat', 'torrienti', 'schmidt', 'likely', 'draw', 'walk', 'year', 'chuck', 'klein', 'start', 'hit', 'well', 'lash', 'double', 'gap', 'right', 'center', 'cool', 'papa', 'bell', 'speed', 'allow', 'cut', 'ball', 'prevent', 'schmidt', 'score', 'nellie', 'fox', 'walk', 'bob', 'boone', 'ground', 'second', 'end', 'threat', 'team', 'start', 'realize', 'pitch', 'schmidt', 'torrienti', 'lower', 'run', 'total', 'put', 'lot', 'pressure', 'klein', 'dick', 'allen', 'platoons', 'chuck', 'klein', 'occasionally', 'spell', 'rise', 'first', 'credit', 'phillies', 'able', 'sustain', 'pace', 'picthers', 'slump', 'time', 'come', 'analysis', 'frank', 'chance', 'cub', 'get', 'run', 'back', 'bell', 'bunt', 'hit', 'thomas', 'grounder', 'move', 'second', 'sandberg', 'make', 'billy', 'williams', 'single', 'home', 'run', 'sixth', 'ron', 'santo', 'launch', 'two', 'run', 'homer', 'make', 'dick', 'redding', 'get', 'trouble', 'eighth', 'schmidt', 'single', 'klein', 'single', 'third', 'ed', 'reulbach', 'enter', 'face', 'fox', 'dick', 'allen', 'pop', 'dugout', 'hit', 'allen', 'double', 'right', 'luckily', 'cub', 'williams', 'move', 'left', 'andre', 'dawson', 'insert', 'defense', 'fire', 'bullet', 'home', 'plate', 'keep', 'klein', 'third', 'lance', 'parrish', 'hitting', 'boone', 'walk', 'bruce', 'sutter', 'enter', 'larry', 'bowa', 'ground', 'double', 'play', 'ed', 'delahanty', 'walk', 'pinch', 'hitter', 'desire', 'strikeout', 'since', 'ashburn', 'likely', 'attempt', 'bunt', 'hit', 'quick', 'trillo', 'pinch', 'run', 'third', 'chance', 'bring', 'lee', 'smith', 'induce', 'pop', 'catcher', 'speedy', 'centerfielder', 'end', 'inning', 'cub', 'take', 'win', 'move', 'game', 'behind', 'phillies', 'steve', 'carlton', 'call', 'upon', 'battle', 'finger', 'brown', 'saturday', 'get', 'another', 'righthander', 'lineup', 'ron', 'santo', 'move', 'first', 'bill', 'madlock', 'play', 'third', 'unfortunately', 'brown', 'allow', 'six', 'double', 'cub', 'bullpen', 'wear', 'even', 'cub', 'try', 'maintain', 'lead', 'lefty', 'madlock', 'batting', 'sixth', 'knock', 'two', 'double', 'driving', 'home', 'four', 'run', 'gabby', 'hartnett', 'hit', 'two', 'home', 'run', 'cuyler', 'add', 'another', 'score', 'cub', 'six', 'inning', 'phillie', 'bullpen', 'trouble', 'bottom', 'eighth', 'cub', 'grab', 'run', 'ice', 'triumph', 'sunday', 'twin', 'bill', 'saw', 'cool', 'papa', 'bell', 'gather', 'seven', 'straight', 'hit', 'one', 'point', 'include', 'rare', 'outside', 'park', 'home', 'run', 'second', 'game', 'robin', 'robert', 'grover', 'alexander', 'phils', 'take', 'first', 'contest', 'cub', 'capture', 'second', 'one', 'waddell', 'gain', 'win', 'bruce', 'sutter', 'toss', 'two', 'inning', 'save', 'though', 'allow', 'one', 'run', 'eighth', 'cardinal', 'stand', 'half', 'game', 'behind', 'co', 'leader', 'would', 'conclude', 'series', 'expo', 'monday', 'montreal', 'st', 'louis', 'august', 'way', 'tie', 'dennis', 'martinez', 'roll', 'continue', 'versus', 'john', 'tudor', 'friday', 'expo', 'wide', 'variety', 'hitter', 'among', 'time', 'great', 'get', 'job', 'win', 'first', 'first', 'two', 'game', 'suddenly', 'find', 'game', 'first', 'wacky', 'season', 'martinez', 'triumph', 'friday', 'williams', 'outdueled', 'dizzy', 'dean', 'saturday', 'however', 'cardinal', 'refuse', 'give', 'win', 'sunday', 'card', 'capture', 'monday', 'game', 'steve', 'carlton', 'outdueled', 'steve', 'rogers', 'really', 'good', 'ground', 'ball', 'pitcher', 'team', 'speed', 'remark', 'lou', 'brock', 'see', 'win', 'division', 'phillies', 'cub', 'may', 'reason', 'two', 'third', 'way', 'season', 'way', 'tie', 'first', 'new', 'york', 'pittsburgh', 'august', 'straight', 'win', 'bucs', 'back', 'team', 'slump', 'like', 'bad', 'thing', 'play', 'pitcher', 'park', 'like', 'speak', 'gil', 'hodges', 'series', 'keith', 'hernandez', 'add', 'defense', 'take', 'away', 'quite', 'run', 'per', 'year', 'must', 'give', 'extra', 'win', 'pirate', 'make', 'error', 'season', 'ahead', 'second', 'place', 'dodger', 'error', 'total', 'tend', 'around', 'best', 'defensive', 'time', 'team', 'rube', 'foster', 'defeat', 'sid', 'fernandez', 'friday', 'candelaria', 'outshone', 'seaver', 'saturday', 'game', 'feature', 'outstanding', 'defense', 'nolan', 'ryan', 'two', 'relivers', 'hit', 'mets', 'another', 'win', 'sunday', 'pirate', 'could', 'look', 'forward', 'victory', 'get', 'back', 'mark', 'unable', 'several', 'time', 'past', 'month', 'bert', 'blyleven', 'meet', 'dwight', 'gooden', 'afternoon', 'game', 'pitcher', 'possess', 'fantastic', 'stuff', 'run', 'score', 'eight', 'inning', 'home', 'run', 'solo', 'shoot', 'rusty', 'staub', 'mets', 'two', 'run', 'blast', 'ralph', 'kiner', 'pirate', 'mets', 'darryl', 'strawberry', 'single', 'home', 'run', 'top', 'ninth', 'jesse', 'orosco', 'work', 'second', 'inning', 'mookie', 'wilson', 'pinch', 'run', 'gary', 'carter', 'second', 'one', 'runner', 'first', 'lee', 'mazilli', 'send', 'pinch', 'hit', 'pirate', 'counter', 'kent', 'tekulve', 'place', 'fifth', 'spot', 'order', 'put', 'barry', 'bond', 'left', 'field', 'ninth', 'place', 'hitter', 'tekulve', 'induce', 'groundout', 'force', 'strawberry', 'second', 'slide', 'hard', 'honus', 'wagner', 'prevent', 'pirate', 'turn', 'fifth', 'double', 'play', 'afternoon', 'tekulve', 'allow', 'hit', 'clemente', 'throw', 'mazilli', 'third', 'near', 'right', 'field', 'line', 'end', 'inning', 'tug', 'mcgraw', 'relieve', 'randy', 'myers', 'enter', 'pitch', 'eighth', 'get', 'one', 'bond', 'launch', 'rocket', 'deep', 'center', 'run', 'stop', 'sign', 'third', 'score', 'inside', 'park', 'homer', 'win', 'pirate', 'score', 'improbable', 'straight', 'win', 'move', 'within', 'game', 'first', 'place', 'seven', 'week', 'go', 'san', 'francisco', 'boswaukta', 'august', 'another', 'sunday', 'doubleheader', 'appear', 'schedule', 'giant', 'manage', 'close', 'gap', 'team', 'thanks', 'start', 'pitching', 'tire', 'fact', 'report', 'manager', 'john', 'mcgraw', 'rough', 'part', 'schedule', 'maybe', 'early', 'come', 'week', 'may', 'shift', 'man', 'rotation', 'little', 'juan', 'marichal', 'continue', 'hot', 'pitching', 'friday', 'beating', 'lew', 'burdette', 'brave', 'willie', 'may', 'four', 'hit', 'rick', 'reuschel', 'face', 'joe', 'niekro', 'saturday', 'slugfest', 'brave', 'park', 'homer', 'take', 'cake', 'giant', 'win', 'seesaw', 'affair', 'willie', 'may', 'three', 'homer', 'willie', 'mccovey', 'eddie', 'matthew', 'baylor', 'two', 'hank', 'aaron', 'ernie', 'lombardi', 'biz', 'mackey', 'mel', 'ott', 'one', 'brave', 'collect', 'home', 'run', 'go', 'sunday', 'doubleheader', 'put', 'pace', 'would', 'short', 'national', 'league', 'record', 'still', 'tad', 'behind', 'yankee', 'pace', 'allow', 'though', 'vida', 'blue', 'actually', 'get', 'win', 'retire', 'batter', 'fifth', 'allow', 'run', 'sixth', 'falter', 'seventh', 'joe', 'mcginnity', 'earn', 'save', 'doubleheader', 'brave', 'hoyt', 'wilhelm', 'fail', 'hold', 'lead', 'first', 'game', 'hank', 'aaron', 'homer', 'bill', 'foster', 'eighth', 'brave', 'win', 'giant', 'take', 'second', 'game', 'however', 'score', 'homer', 'aaron', 'magical', 'brave', 'however', 'fell', 'three', 'game', 'make', 'comeback', 'extremely', 'unlikely', 'san', 'diego', 'cincinnati', 'aug', 'randy', 'jones', 'face', 'ewell', 'blackwell', 'first', 'game', 'series', 'padre', 'felt', 'rather', 'good', 'mattingly', 'strain', 'back', 'last', 'cleveland', 'game', 'trade', 'look', 'even', 'well', 'mcgriff', 'bat', 'average', 'even', 'rise', 'course', 'bench', 'poor', 'joe', 'gordon', 'adequate', 'outfield', 'minor', 'problem', 'since', 'pitching', 'hold', 'jones', 'pitched', 'good', 'game', 'friday', 'win', 'mcgriff', 'launch', 'two', 'home', 'run', 'mel', 'hard', 'earn', 'win', 'help', 'mark', 'davis', 'ray', 'narleski', 'saturday', 'final', 'score', 'tom', 'candiotti', 'battle', 'satchel', 'paige', 'tie', 'eight', 'inning', 'depart', 'game', 'scoreless', 'inning', 'thirteenth', 'paige', 'depart', 'john', 'franco', 'hurl', 'scoreless', 'inning', 'tom', 'browning', 'work', 'second', 'scoreless', 'inning', 'dave', 'winfield', 'double', 'one', 'joe', 'gordon', 'pitch', 'around', 'thurm', 'munson', 'double', 'runner', 'home', 'padre', 'game', 'win', 'three', 'game', 'sweep', 'pull', 'giant', 'tie', 'red', 'though', 'red', 'deny', 'highly', 'emotional', 'series', 'dodger', 'may', 'take', 'much', 'brookangeles', 'houston', 'august', 'another', 'series', 'cap', 'weekend', 'doubleheader', 'take', 'place', 'wide', 'open', 'plain', 'astrodome', 'astros', 'send', 'joe', 'niekro', 'hill', 'first', 'game', 'opposite', 'drysdale', 'normally', 'drysdale', 'remark', 'would', 'challenge', 'hitter', 'ready', 'throw', 'afford', 'team', 'though', 'get', 'runner', 'go', 'davis', 'get', 'deck', 'fact', 'glenn', 'davis', 'lead', 'team', 'homer', 'six', 'primarily', 'would', 'deck', 'understood', 'current', 'pace', 'would', 'give', 'nine', 'season', 'hitting', 'team', 'little', 'well', 'power', 'double', 'triple', 'still', 'carl', 'furillo', 'main', 'reason', 'astro', 'home', 'run', 'hit', 'weekend', 'throw', 'two', 'runner', 'try', 'inside', 'park', 'homer', 'unaware', 'nastness', 'astros', 'park', 'foot', 'high', 'gray', 'wall', 'around', 'outfield', 'ball', 'must', 'hit', 'seat', 'home', 'run', 'foul', 'pole', 'foot', 'home', 'plate', 'alley', 'foot', 'away', 'center', 'field', 'foot', 'three', 'year', 'old', 'throw', 'tantrum', 'tell', 'playmate', 'hit', 'home', 'run', 'nobody', 'hit', 'home', 'run', 'remark', 'roy', 'campanella', 'dodger', 'steal', 'five', 'base', 'friday', 'astros', 'decide', 'revitalize', 'baltimore', 'chopping', 'fail', 'week', 'tonight', 'anyway', 'davis', 'jim', 'wynn', 'jose', 'cruz', 'mess', 'swing', 'accord', 'manager', 'pole', 'willie', 'well', 'reach', 'base', 'via', 'baltimore', 'chop', 'drysdale', 'deck', 'jose', 'cruz', 'pitch', 'respond', 'two', 'run', 'double', 'wynn', 'playing', 'first', 'davis', 'pop', 'astros', 'score', 'inning', 'score', 'fourth', 'erase', 'deficit', 'astros', 'wind', 'win', 'threaten', 'even', 'better', 'next', 'game', 'tommy', 'john', 'would', 'opponent', 'walt', 'alston', 'meet', 'privately', 'starter', 'game', 'think', 'know', 'beat', 'baltimore', 'chop', 'explain', 'pee', 'wee', 'reese', 'wonder', 'go', 'beat', 'ball', 'get', 'ready', 'throw', 'run', 'steve', 'start', 'first', 'dig', 'ball', 'dirt', 'want', 'practice', 'barehanded', 'pick', 'throw', 'go', 'shallow', 'infield', 'almost', 'whole', 'time', 'plan', 'almost', 'work', 'mike', 'scott', 'allow', 'two', 'run', 'eight', 'inning', 'astros', 'get', 'three', 'two', 'score', 'bill', 'doran', 'pushed', 'bunt', 'outfield', 'fourth', 'runner', 'second', 'third', 'astros', 'final', 'dave', 'smith', 'earn', 'another', 'save', 'dodger', 'score', 'victory', 'first', 'game', 'twin', 'bill', 'sunday', 'nolan', 'ryan', 'walk', 'five', 'three', 'score', 'dodger', 'win', 'fernando', 'valenzuela', 'lose', 'second', 'game', 'sutton', 'however', 'dodger', 'thirteen', 'steal', 'base', 'series', 'prove', 'enough', 'mostly', 'power', 'team', 'remark', 'ron', 'cey', 'jackie', 'play', 'maury', 'real', 'speed', 'demon', 'though', 'couple', 'play', 'sink', 'place', 'like', 'astrodome', 'guess', 'successful', 'indeed', 'seem', 'basestealing', 'team', 'give', 'trouble', 'dome', 'stros', 'swipe', 'base', 'attempt', 'give', 'season', 'standing', 'weekend', 'series', 'east', 'team', 'gb', 'new', 'york', 'cleveland', 'detroit', 'boston', 'baltimore', 'toronto', 'washington', 'west', 'oaksaselphia', 'minnesota', 'chicago', 'kansa', 'city', 'california', 'milwaukee', 'seattle', 'east', 'chicago', 'philadelphia', 'st', 'louis', 'pittsburgh', 'montreal', 'new', 'york', 'west', 'brookangeles', 'cincinnati', 'san', 'francisco', 'boswaukta', 'houston', 'san', 'diego'] | ['first_game', 'four_game', 'series_one', 'good_old', 'could_good', 'last_three', 'know_might', 'might_able', 'ron_santo', 'go_second', 'hit_well', 'put_lot', 'time_come', 'get_run', 'home_run', 'ron_santo', 'two_run', 'get_trouble', 'double_play', 'pinch_hitter', 'lee_smith', 'call_upon', 'get_another', 'ron_santo', 'two_home', 'home_run', 'add_another', 'hit_one', 'one_point', 'home_run', 'second_game', 'take_first', 'second_one', 'allow_one', 'one_run', 'st_louis', 'wide_variety', 'time_great', 'get_job', 'win_first', 'first_two', 'two_game', 'game_first', 'refuse_give', 'really_good', 'win_division', 'two_third', 'new_york', 'like_bad', 'bad_thing', 'take_away', 'per_year', 'must_give', 'make_error', 'best_defensive', 'nolan_ryan', 'could_look', 'look_forward', 'get_back', 'several_time', 'time_past', 'past_month', 'afternoon_game', 'run_score', 'eight_inning', 'home_run', 'two_run', 'home_run', 'run_top', 'second_one', 'runner_first', 'pinch_hit', 'order_put', 'barry_bond', 'double_play', 'right_field', 'get_one', 'stop_sign', 'game_first', 'first_place', 'seven_week', 'week_go', 'san_francisco', 'week_may', 'man_rotation', 'giant_win', 'hank_aaron', 'home_run', 'national_league', 'actually_get', 'allow_run', 'first_game', 'hank_aaron', 'take_second', 'second_game', 'three_game', 'san_diego', 'first_game', 'look_even', 'even_well', 'minor_problem', 'problem_since', 'good_game', 'two_home', 'home_run', 'final_score', 'eight_inning', 'scoreless_inning', 'scoreless_inning', 'scoreless_inning', 'dave_winfield', 'game_win', 'three_game', 'may_take', 'take_much', 'take_place', 'wide_open', 'first_game', 'though_get', 'lead_team', 'would_give', 'double_triple', 'main_reason', 'home_run', 'foot_high', 'home_run', 'foot_away', 'three_year', 'year_old', 'hit_home', 'home_run', 'hit_home', 'home_run', 'two_run', 'next_game', 'game_think', 'think_know', 'wonder_go', 'get_ready', 'start_first', 'almost_whole', 'whole_time', 'allow_two', 'two_run', 'eight_inning', 'get_three', 'second_third', 'first_game', 'nolan_ryan', 'second_game', 'steal_base', 'place_like', 'new_york', 'kansa_city', 'st_louis', 'new_york', 'san_francisco', 'san_diego'] | rec_sport_baseball_102591 |@lemmatized philadelphia:2 chicago:3 team:12 tie:5 sunday:8 dick:4 redding:2 battle:3 chet:1 brewer:2 first:17 game:25 dramatic:1 four:3 series:8 one:9 friday:7 saturday:6 good:5 old:2 doubleheader:5 could:2 declare:1 ernie:3 bank:2 perhaps:1 fact:3 cub:11 challenge:2 pitch:6 always:1 lacked:1 announce:1 ryne:1 sandberg:2 get:13 beat:4 carlton:3 alexander:2 bunning:1 preferrably:1 last:2 three:7 know:2 might:1 able:2 win:19 lord:1 hope:1 pull:2 phils:2 score:13 top:2 richie:1 ashburn:4 single:5 pete:2 rise:5 follow:1 hit:15 send:3 around:4 second:14 kiki:1 cuyler:2 cut:2 ball:6 left:3 center:5 threw:1 bullet:2 throw:7 ron:4 santo:3 third:10 go:6 play:7 christobel:1 torrienti:3 lift:1 long:1 fly:1 move:6 schmidt:5 walk:6 absolutely:1 refuse:2 let:1 likely:2 draw:1 year:3 chuck:2 klein:5 start:4 well:4 lash:1 double:10 gap:2 right:3 cool:2 papa:2 bell:3 speed:3 allow:7 prevent:2 nellie:1 fox:2 bob:1 boone:2 ground:3 end:3 threat:1 realize:1 lower:1 run:27 total:2 put:3 lot:1 pressure:1 allen:3 platoons:1 occasionally:1 spell:1 credit:1 phillies:3 sustain:1 pace:4 picthers:1 slump:2 time:5 come:2 analysis:1 frank:1 chance:2 back:4 bunt:3 thomas:1 grounder:1 make:4 billy:1 williams:3 home:15 sixth:3 launch:3 two:14 homer:8 trouble:3 eighth:5 ed:2 reulbach:1 enter:3 face:3 pop:3 dugout:1 luckily:1 andre:1 dawson:1 insert:1 defense:3 fire:1 plate:2 keep:1 lance:1 parrish:1 hitting:2 bruce:2 sutter:2 larry:1 bowa:1 delahanty:1 pinch:4 hitter:4 desire:1 strikeout:1 since:2 attempt:2 quick:1 trillo:1 bring:1 lee:2 smith:2 induce:2 catcher:1 speedy:1 centerfielder:1 inning:12 take:7 behind:3 steve:4 call:1 upon:1 finger:1 brown:2 another:6 righthander:1 lineup:1 bill:5 madlock:2 unfortunately:1 six:3 bullpen:2 wear:1 even:4 try:2 maintain:1 lead:3 lefty:1 batting:1 knock:1 driving:1 gabby:1 hartnett:1 add:2 phillie:1 bottom:1 grab:1 ice:1 triumph:2 twin:2 saw:1 gather:1 seven:2 straight:3 point:1 include:1 rare:1 outside:1 park:6 robin:1 robert:1 grover:1 contest:1 capture:2 waddell:1 gain:1 toss:1 save:3 though:5 cardinal:2 stand:1 half:1 co:1 leader:1 would:6 conclude:1 expo:2 monday:2 montreal:2 st:2 louis:2 august:4 way:3 dennis:1 martinez:2 roll:1 continue:2 versus:1 john:4 tudor:1 wide:2 variety:1 among:1 great:1 job:1 suddenly:1 find:1 wacky:1 season:5 outdueled:2 dizzy:1 dean:1 however:4 give:5 card:1 rogers:1 really:1 pitcher:3 remark:4 lou:1 brock:1 see:1 division:1 may:5 reason:2 new:3 york:3 pittsburgh:2 bucs:1 like:3 bad:1 thing:1 speak:1 gil:1 hodges:1 keith:1 hernandez:1 away:2 quite:1 per:1 must:2 extra:1 pirate:6 error:2 ahead:1 place:6 dodger:6 tend:1 best:1 defensive:1 rube:1 foster:2 defeat:1 sid:1 fernandez:1 candelaria:1 outshone:1 seaver:1 feature:1 outstanding:1 nolan:2 ryan:2 relivers:1 mets:3 look:2 forward:1 victory:2 mark:2 unable:1 several:1 past:1 month:1 bert:1 blyleven:1 meet:2 dwight:1 gooden:1 afternoon:2 possess:1 fantastic:1 stuff:1 eight:3 solo:1 shoot:1 rusty:1 staub:1 blast:1 ralph:1 kiner:1 darryl:1 strawberry:2 ninth:2 jesse:1 orosco:1 work:3 mookie:1 wilson:1 gary:1 carter:1 runner:5 mazilli:2 counter:1 kent:1 tekulve:3 fifth:3 spot:1 order:1 barry:1 bond:2 field:3 groundout:1 force:1 slide:1 hard:2 honus:1 wagner:1 turn:1 clemente:1 near:1 line:1 tug:1 mcgraw:2 relieve:1 randy:2 myers:1 rocket:1 deep:1 stop:1 sign:1 inside:2 improbable:1 within:1 week:3 san:4 francisco:2 boswaukta:2 appear:1 schedule:2 giant:4 manage:1 close:1 thanks:1 pitching:3 tire:1 report:1 manager:2 rough:1 part:1 maybe:1 early:1 shift:1 man:1 rotation:1 little:2 juan:1 marichal:1 hot:1 beating:1 lew:1 burdette:1 brave:6 willie:4 rick:1 reuschel:1 joe:5 niekro:2 slugfest:1 cake:1 seesaw:1 affair:1 mccovey:1 eddie:1 matthew:1 baylor:1 hank:2 aaron:3 lombardi:1 biz:1 mackey:1 mel:2 ott:1 collect:1 short:1 national:1 league:1 record:1 still:2 tad:1 yankee:1 vida:1 blue:1 actually:1 retire:1 batter:1 falter:1 seventh:1 mcginnity:1 earn:3 hoyt:1 wilhelm:1 fail:2 hold:2 magical:1 fell:1 comeback:1 extremely:1 unlikely:1 diego:2 cincinnati:2 aug:1 jones:2 ewell:1 blackwell:1 padre:2 felt:1 rather:1 mattingly:1 strain:1 cleveland:2 trade:1 mcgriff:2 bat:1 average:1 course:1 bench:1 poor:1 gordon:2 adequate:1 outfield:3 minor:1 problem:1 pitched:1 help:1 davis:5 ray:1 narleski:1 final:2 tom:2 candiotti:1 satchel:1 paige:2 depart:2 scoreless:3 thirteenth:1 franco:1 hurl:1 browning:1 dave:2 winfield:1 thurm:1 munson:1 sweep:1 red:2 deny:1 highly:1 emotional:1 much:1 brookangeles:2 houston:2 cap:1 weekend:3 open:1 plain:1 astrodome:2 astros:7 hill:1 opposite:1 drysdale:3 normally:1 ready:2 afford:1 deck:3 glenn:1 primarily:1 understood:1 current:1 nine:1 power:2 triple:1 carl:1 furillo:1 main:1 astro:1 unaware:1 nastness:1 foot:4 high:1 gray:1 wall:1 seat:1 foul:1 pole:2 alley:1 tantrum:1 tell:1 playmate:1 nobody:1 roy:1 campanella:1 steal:2 five:2 base:4 decide:1 revitalize:1 baltimore:4 chopping:1 tonight:1 anyway:1 jim:1 wynn:2 jose:2 cruz:2 mess:1 swing:1 accord:1 reach:1 via:1 chop:2 respond:1 playing:1 fourth:2 erase:1 deficit:1 wind:1 threaten:1 better:1 next:1 tommy:1 opponent:1 walt:1 alston:1 privately:1 starter:1 think:1 explain:1 pee:1 wee:1 reese:1 wonder:1 dig:1 dirt:1 want:1 practice:1 barehanded:1 pick:1 shallow:1 infield:1 almost:2 whole:1 plan:1 mike:1 scott:1 doran:1 pushed:1 fernando:1 valenzuela:1 lose:1 sutton:1 thirteen:1 prove:1 enough:1 mostly:1 cey:1 jackie:1 maury:1 real:1 demon:1 couple:1 sink:1 guess:1 successful:1 indeed:1 seem:1 basestealing:1 dome:1 stros:1 swipe:1 standing:1 east:2 gb:1 detroit:1 boston:1 toronto:1 washington:1 west:2 oaksaselphia:1 minnesota:1 kansa:1 city:1 california:1 milwaukee:1 seattle:1 |@bigram first_game:5 four_game:1 series_one:1 good_old:1 could_good:1 last_three:1 know_might:1 might_able:1 ron_santo:3 go_second:1 hit_well:1 put_lot:1 time_come:1 get_run:1 home_run:11 two_run:4 get_trouble:1 double_play:2 pinch_hitter:1 lee_smith:1 call_upon:1 get_another:1 two_home:2 add_another:1 hit_one:1 one_point:1 second_game:3 take_first:1 second_one:2 allow_one:1 one_run:1 st_louis:2 wide_variety:1 time_great:1 get_job:1 win_first:1 first_two:1 two_game:1 game_first:2 refuse_give:1 really_good:1 win_division:1 two_third:1 new_york:3 like_bad:1 bad_thing:1 take_away:1 per_year:1 must_give:1 make_error:1 best_defensive:1 nolan_ryan:2 could_look:1 look_forward:1 get_back:1 several_time:1 time_past:1 past_month:1 afternoon_game:1 run_score:1 eight_inning:3 run_top:1 runner_first:1 pinch_hit:1 order_put:1 barry_bond:1 right_field:1 get_one:1 stop_sign:1 first_place:1 seven_week:1 week_go:1 san_francisco:2 week_may:1 man_rotation:1 giant_win:1 hank_aaron:2 national_league:1 actually_get:1 allow_run:1 take_second:1 three_game:2 san_diego:2 look_even:1 even_well:1 minor_problem:1 problem_since:1 good_game:1 final_score:1 scoreless_inning:3 dave_winfield:1 game_win:1 may_take:1 take_much:1 take_place:1 wide_open:1 though_get:1 lead_team:1 would_give:1 double_triple:1 main_reason:1 foot_high:1 foot_away:1 three_year:1 year_old:1 hit_home:2 next_game:1 game_think:1 think_know:1 wonder_go:1 get_ready:1 start_first:1 almost_whole:1 whole_time:1 allow_two:1 get_three:1 second_third:1 steal_base:1 place_like:1 kansa_city:1 |
3,367 | OK, here's something for all of those people who think cops are always
more responsible then the rest of the population. I found this article in the
Rocky Mountain Collegian, Colorado State University's newspaper.
SUSPENDED POLICE OFFICER ARRESTED IN REVENGE TRIPLE HOMICIDE
PROVIDENCE, R.I. (AP) -- A police officer afraid he would be fired for
allegedly assaulting a teen-ager walked into an auto body shop wher the youth
worked, said "You're going to die" and fatally shot him and two others, police
said.
A fourth youth was wounded. A fifth escaped injury by hiding under a car.
The wounded youth ran about two blocks to a house after the shooting at about
midnight Tuesday and called police. He was hospitalized in satisfactory
condition Wednesday.
Suspended police officer Robert Sabetta, 23, of Cranston, was arrested at
gunpoint over three hours after the shooting at Wilson's Auto Enterprises in
Foster, a rural town of about 4,000 people in northwest Rhode Island.
Well, this just goes to show that cops are capable of snapping, just
like everyone else. Now who was it who said only cops should have guns? | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.guns/54254 | 16 | talk_politics_guns_54254 | [('ok', 'NN'), ('here', 'RB'), ('something', 'NN'), ('for', 'IN'), ('all', 'DT'), ('of', 'IN'), ('those', 'DT'), ('people', 'NNS'), ('who', 'WP'), ('think', 'VBP'), ('cops', 'NNS'), ('are', 'VBP'), ('always', 'RB'), ('more', 'RBR'), ('responsible', 'JJ'), ('then', 'RB'), ('the', 'DT'), ('rest', 'NN'), ('of', 'IN'), ('the', 'DT'), ('population', 'NN'), ('found', 'VBD'), ('this', 'DT'), ('article', 'NN'), ('in', 'IN'), ('the', 'DT'), ('rocky', 'JJ'), ('mountain', 'NN'), ('collegian', 'JJ'), ('colorado', 'NN'), ('state', 'NN'), ('university', 'NN'), ('newspaper', 'NN'), ('suspended', 'VBD'), ('police', 'JJ'), ('officer', 'NN'), ('arrested', 'VBN'), ('in', 'IN'), ('revenge', 'NN'), ('triple', 'JJ'), ('homicide', 'JJ'), ('providence', 'NN'), ('ap', 'NN'), ('--', ':'), ('police', 'JJ'), ('officer', 'NN'), ('afraid', 'NN'), ('he', 'PRP'), ('would', 'MD'), ('be', 'VB'), ('fired', 'VBN'), ('for', 'IN'), ('allegedly', 'RB'), ('assaulting', 'VBG'), ('teen', 'JJ'), ('ager', 'NN'), ('walked', 'VBD'), ('into', 'IN'), ('an', 'DT'), ('auto', 'NN'), ('body', 'NN'), ('shop', 'NN'), ('wher', 'IN'), ('the', 'DT'), ('youth', 'NN'), ('worked', 'VBD'), ('said', 'VBD'), ('you', 'PRP'), ('re', 'VBP'), ('going', 'VBG'), ('to', 'TO'), ('die', 'VB'), ('and', 'CC'), ('fatally', 'RB'), ('shot', 'VBD'), ('him', 'PRP'), ('and', 'CC'), ('two', 'CD'), ('others', 'NNS'), ('police', 'NNS'), ('said', 'VBD'), ('fourth', 'JJ'), ('youth', 'NN'), ('was', 'VBD'), ('wounded', 'VBN'), ('fifth', 'RB'), ('escaped', 'JJ'), ('injury', 'NN'), ('by', 'IN'), ('hiding', 'VBG'), ('under', 'IN'), ('car', 'NN'), ('the', 'DT'), ('wounded', 'VBN'), ('youth', 'NN'), ('ran', 'VBD'), ('about', 'RB'), ('two', 'CD'), ('blocks', 'NNS'), ('to', 'TO'), ('house', 'NN'), ('after', 'IN'), ('the', 'DT'), ('shooting', 'NN'), ('at', 'IN'), ('about', 'IN'), ('midnight', 'NN'), ('tuesday', 'NN'), ('and', 'CC'), ('called', 'VBD'), ('police', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('hospitalized', 'VBN'), ('in', 'IN'), ('satisfactory', 'JJ'), ('condition', 'NN'), ('wednesday', 'NN'), ('suspended', 'VBD'), ('police', 'JJ'), ('officer', 'NN'), ('robert', 'NN'), ('sabetta', 'VBD'), ('23', 'CD'), ('of', 'IN'), ('cranston', 'NN'), ('was', 'VBD'), ('arrested', 'VBN'), ('at', 'IN'), ('gunpoint', 'NN'), ('over', 'IN'), ('three', 'CD'), ('hours', 'NNS'), ('after', 'IN'), ('the', 'DT'), ('shooting', 'NN'), ('at', 'IN'), ('wilson', 'JJ'), ('auto', 'NN'), ('enterprises', 'NNS'), ('in', 'IN'), ('foster', 'JJ'), ('rural', 'JJ'), ('town', 'NN'), ('of', 'IN'), ('about', 'IN'), ('000', 'CD'), ('people', 'NNS'), ('in', 'IN'), ('northwest', 'JJ'), ('rhode', 'NN'), ('island', 'NN'), ('well', 'RB'), ('this', 'DT'), ('just', 'RB'), ('goes', 'VBZ'), ('to', 'TO'), ('show', 'VB'), ('that', 'IN'), ('cops', 'NNS'), ('are', 'VBP'), ('capable', 'JJ'), ('of', 'IN'), ('snapping', 'VBG'), ('just', 'RB'), ('like', 'IN'), ('everyone', 'NN'), ('else', 'RB'), ('now', 'RB'), ('who', 'WP'), ('was', 'VBD'), ('it', 'PRP'), ('who', 'WP'), ('said', 'VBD'), ('only', 'RB'), ('cops', 'NNS'), ('should', 'MD'), ('have', 'VB'), ('guns', 'NNS')] | ['ok', 'something', 'people', 'think', 'cop', 'always', 'responsible', 'rest', 'population', 'find', 'article', 'rocky', 'mountain', 'collegian', 'colorado', 'state', 'university', 'newspaper', 'suspend', 'police', 'officer', 'arrest', 'revenge', 'triple', 'homicide', 'providence', 'ap', 'police', 'officer', 'afraid', 'would', 'fire', 'allegedly', 'assault', 'teen', 'ager', 'walk', 'auto', 'body', 'shop', 'wher', 'youth', 'work', 'say', 'go', 'die', 'fatally', 'shoot', 'two', 'others', 'police', 'say', 'fourth', 'youth', 'wound', 'fifth', 'escaped', 'injury', 'hide', 'car', 'wound', 'youth', 'run', 'two', 'block', 'house', 'shooting', 'midnight', 'tuesday', 'call', 'police', 'hospitalize', 'satisfactory', 'condition', 'wednesday', 'suspend', 'police', 'officer', 'robert', 'sabetta', 'cranston', 'arrest', 'gunpoint', 'three', 'hour', 'shooting', 'wilson', 'auto', 'enterprise', 'foster', 'rural', 'town', 'people', 'northwest', 'rhode', 'island', 'well', 'go', 'show', 'cop', 'capable', 'snap', 'like', 'everyone', 'else', 'say', 'cop', 'gun'] | ['something_people', 'people_think', 'state_university', 'police_officer', 'police_officer', 'body_shop', 'work_say', 'say_go', 'police_say', 'run_two', 'call_police', 'police_officer', 'three_hour', 'rhode_island', 'well_go', 'go_show', 'everyone_else', 'else_say'] | talk_politics_guns_54254 |@lemmatized ok:1 something:1 people:2 think:1 cop:3 always:1 responsible:1 rest:1 population:1 find:1 article:1 rocky:1 mountain:1 collegian:1 colorado:1 state:1 university:1 newspaper:1 suspend:2 police:5 officer:3 arrest:2 revenge:1 triple:1 homicide:1 providence:1 ap:1 afraid:1 would:1 fire:1 allegedly:1 assault:1 teen:1 ager:1 walk:1 auto:2 body:1 shop:1 wher:1 youth:3 work:1 say:3 go:2 die:1 fatally:1 shoot:1 two:2 others:1 fourth:1 wound:2 fifth:1 escaped:1 injury:1 hide:1 car:1 run:1 block:1 house:1 shooting:2 midnight:1 tuesday:1 call:1 hospitalize:1 satisfactory:1 condition:1 wednesday:1 robert:1 sabetta:1 cranston:1 gunpoint:1 three:1 hour:1 wilson:1 enterprise:1 foster:1 rural:1 town:1 northwest:1 rhode:1 island:1 well:1 show:1 capable:1 snap:1 like:1 everyone:1 else:1 gun:1 |@bigram something_people:1 people_think:1 state_university:1 police_officer:3 body_shop:1 work_say:1 say_go:1 police_say:1 run_two:1 call_police:1 three_hour:1 rhode_island:1 well_go:1 go_show:1 everyone_else:1 else_say:1 |
3,368 |
CONGRAULATIONS !!!! Your helmet just passed the Snell Test.
Oh well, as least it looks ok now. Still, it may not save your head as well
as before you dropped it.
Mike | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.motorcycles/104439 | 8 | rec_motorcycles_104439 | [('congraulations', 'NNS'), ('!!!!', 'VBP'), ('your', 'PRP$'), ('helmet', 'NN'), ('just', 'RB'), ('passed', 'VBD'), ('the', 'DT'), ('snell', 'NN'), ('test', 'NN'), ('oh', 'RB'), ('well', 'RB'), ('as', 'IN'), ('least', 'JJS'), ('it', 'PRP'), ('looks', 'VBZ'), ('ok', 'RB'), ('now', 'RB'), ('still', 'RB'), ('it', 'PRP'), ('may', 'MD'), ('not', 'RB'), ('save', 'VB'), ('your', 'PRP$'), ('head', 'NN'), ('as', 'RB'), ('well', 'RB'), ('as', 'IN'), ('before', 'IN'), ('you', 'PRP'), ('dropped', 'VBD'), ('it', 'PRP'), ('mike', 'VB')] | ['congraulations', 'helmet', 'pass', 'snell', 'test', 'oh', 'well', 'least', 'look', 'ok', 'still', 'may', 'save', 'head', 'well', 'drop', 'mike'] | ['oh_well', 'well_least', 'may_save'] | rec_motorcycles_104439 |@lemmatized congraulations:1 helmet:1 pass:1 snell:1 test:1 oh:1 well:2 least:1 look:1 ok:1 still:1 may:1 save:1 head:1 drop:1 mike:1 |@bigram oh_well:1 well_least:1 may_save:1 |
3,369 |
Although the Hebrew expression LE'UM is used, the ID card specifically states on
the 2nd page: EZRACHUT YISREALIT: Israeli citizen. This is true for all
Israeli citizens no matter what their ethnicity. In the United States most
official forms have RACE (Caucasian, Black, AmerIndian, etc.).
Funny, I have a number of maps and ALL of them have fixed borders.
Probably yes. So what ?
Apart from Mordechai Vanunu who had a trial behind closed doors, there was one
other espionage case (the nutty professor at the Nes Ziona Biological
Institute who was a K.G.B. mole) who was tried "in camera". I wouldn't exactly
call it a state secret. The trial was simply tried behind closed doors. I hate
to disappoint you but the United States has tried a number of espionage cases
in camera.
Not Jews. Israeli citizens. Jordanian law is in effect in the West Bank but the
KNESSET passed a law that Israeli law would be binding on Israeli citizens
residing in the West Bank. These citizens could be Jews, Israeli Muslims, Druze,
or Israeli Christians. It has NOTHING to do with religion.
Anyone who was registered (Jew, Muslim, Christian) could return. You might be
confusing this with the census taken in June 1967 on the West Bank after the
Six Day War. In *this* instance, if the Arab was not physically present he
couldn't reside on the West Bank (e.g. if he had been visting Jordan).
No. Not even if you drowned him in bourbon, scotch or brandy :-)
Not true. Although a minority, there *are* some Israeli Arabs living on
kibbutzim. On the other hand, at my age (42) I wouldn't be admitted to a
kibbutz nor could the family join me. Not that I would be so thrilled to do so
in the first place. The kibbbutz movement places candidates under rigorous
membership criteria. Many Israeli Jews are not admitted.
The religious status quo in Israel has marriage and divorce handled by the
religious courts. The RABBANUT handles marriage and divorce for Jews, the
Muslim SHAARIA courts are for Muslims, the Christian denominations have their
religious courts, and the Druze have their own courts. The entire religious
establishment (Jewish, Muslim, Druze, Christian) wants to keep it that way.
I believe it's adjacent to a former Muslim cemetary. From what I heard (and I'd
like to get feedback from Muslins on the net) sanctity of cemetaries is not
held that sancrosanct as it is held by Jews. The current Israeli Ministry of
Trade and Industry on Agron Road in Jerusalem is housed in a former hotel that
was built by Arabs in the 1920's on the site of an Arab cemetary.
Josh
[email protected]
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.mideast/76034 | 17 | talk_politics_mideast_76034 | [('although', 'IN'), ('the', 'DT'), ('hebrew', 'JJ'), ('expression', 'NN'), ('le', 'NN'), ('um', 'NN'), ('is', 'VBZ'), ('used', 'VBN'), ('the', 'DT'), ('id', 'JJ'), ('card', 'NN'), ('specifically', 'RB'), ('states', 'VBZ'), ('on', 'IN'), ('the', 'DT'), ('2nd', 'CD'), ('page', 'NN'), ('ezrachut', 'NN'), ('yisrealit', 'NN'), ('israeli', 'JJ'), ('citizen', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('true', 'JJ'), ('for', 'IN'), ('all', 'DT'), ('israeli', 'JJ'), ('citizens', 'NNS'), ('no', 'DT'), ('matter', 'NN'), ('what', 'WP'), ('their', 'PRP$'), ('ethnicity', 'NN'), ('in', 'IN'), ('the', 'DT'), ('united', 'JJ'), ('states', 'NNS'), ('most', 'RBS'), ('official', 'JJ'), ('forms', 'NNS'), ('have', 'VBP'), ('race', 'NN'), ('caucasian', 'JJ'), ('black', 'JJ'), ('amerindian', 'JJ'), ('etc', 'NN'), ('.).', 'NNP'), ('funny', 'NN'), ('have', 'VBP'), ('number', 'NN'), ('of', 'IN'), ('maps', 'NNS'), ('and', 'CC'), ('all', 'DT'), ('of', 'IN'), ('them', 'PRP'), ('have', 'VBP'), ('fixed', 'VBN'), ('borders', 'NNS'), ('probably', 'RB'), ('yes', 'RB'), ('so', 'RB'), ('what', 'WP'), ('apart', 'NN'), ('from', 'IN'), ('mordechai', 'JJ'), ('vanunu', 'NN'), ('who', 'WP'), ('had', 'VBD'), ('trial', 'NN'), ('behind', 'IN'), ('closed', 'JJ'), ('doors', 'NNS'), ('there', 'RB'), ('was', 'VBD'), ('one', 'CD'), ('other', 'JJ'), ('espionage', 'NN'), ('case', 'NN'), ('the', 'DT'), ('nutty', 'NN'), ('professor', 'NN'), ('at', 'IN'), ('the', 'DT'), ('nes', 'NNS'), ('ziona', 'NNP'), ('biological', 'JJ'), ('institute', 'NN'), ('who', 'WP'), ('was', 'VBD'), ('mole', 'NN'), ('who', 'WP'), ('was', 'VBD'), ('tried', 'VBN'), ('in', 'IN'), ('camera', 'NN'), ('".', 'NN'), ('wouldn', 'VBZ'), ('exactly', 'RB'), ('call', 'VB'), ('it', 'PRP'), ('state', 'NN'), ('secret', 'VBD'), ('the', 'DT'), ('trial', 'NN'), ('was', 'VBD'), ('simply', 'RB'), ('tried', 'VBN'), ('behind', 'IN'), ('closed', 'JJ'), ('doors', 'NNS'), ('hate', 'VBP'), ('to', 'TO'), ('disappoint', 'VB'), ('you', 'PRP'), ('but', 'CC'), ('the', 'DT'), ('united', 'JJ'), ('states', 'NNS'), ('has', 'VBZ'), ('tried', 'VBN'), ('number', 'NN'), ('of', 'IN'), ('espionage', 'NN'), ('cases', 'NNS'), ('in', 'IN'), ('camera', 'NN'), ('not', 'RB'), ('jews', 'VBZ'), ('israeli', 'JJ'), ('citizens', 'NNS'), ('jordanian', 'JJ'), ('law', 'NN'), ('is', 'VBZ'), ('in', 'IN'), ('effect', 'NN'), ('in', 'IN'), ('the', 'DT'), ('west', 'NN'), ('bank', 'NN'), ('but', 'CC'), ('the', 'DT'), ('knesset', 'NN'), ('passed', 'VBD'), ('law', 'NN'), ('that', 'IN'), ('israeli', 'JJ'), ('law', 'NN'), ('would', 'MD'), ('be', 'VB'), ('binding', 'VBG'), ('on', 'IN'), ('israeli', 'JJ'), ('citizens', 'NNS'), ('residing', 'VBG'), ('in', 'IN'), ('the', 'DT'), ('west', 'NN'), ('bank', 'NN'), ('these', 'DT'), ('citizens', 'NNS'), ('could', 'MD'), ('be', 'VB'), ('jews', 'JJ'), ('israeli', 'JJ'), ('muslims', 'NNS'), ('druze', 'VBP'), ('or', 'CC'), ('israeli', 'JJ'), ('christians', 'NNS'), ('it', 'PRP'), ('has', 'VBZ'), ('nothing', 'NN'), ('to', 'TO'), ('do', 'VB'), ('with', 'IN'), ('religion', 'NN'), ('anyone', 'NN'), ('who', 'WP'), ('was', 'VBD'), ('registered', 'VBN'), ('jew', 'NN'), ('muslim', 'NN'), ('christian', 'NN'), ('could', 'MD'), ('return', 'VB'), ('you', 'PRP'), ('might', 'MD'), ('be', 'VB'), ('confusing', 'VBG'), ('this', 'DT'), ('with', 'IN'), ('the', 'DT'), ('census', 'NN'), ('taken', 'VBN'), ('in', 'IN'), ('june', 'NN'), ('1967', 'CD'), ('on', 'IN'), ('the', 'DT'), ('west', 'NN'), ('bank', 'NN'), ('after', 'IN'), ('the', 'DT'), ('six', 'CD'), ('day', 'NN'), ('war', 'NN'), ('in', 'IN'), ('this', 'DT'), ('instance', 'NN'), ('if', 'IN'), ('the', 'DT'), ('arab', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('physically', 'RB'), ('present', 'JJ'), ('he', 'PRP'), ('couldn', 'VBZ'), ('reside', 'NN'), ('on', 'IN'), ('the', 'DT'), ('west', 'JJS'), ('bank', 'NN'), ('if', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('visting', 'VBG'), ('jordan', 'NN'), (').', 'NNP'), ('no', 'DT'), ('not', 'RB'), ('even', 'RB'), ('if', 'IN'), ('you', 'PRP'), ('drowned', 'VBD'), ('him', 'PRP'), ('in', 'IN'), ('bourbon', 'NN'), ('scotch', 'NN'), ('or', 'CC'), ('brandy', 'VB'), (':-)', 'JJ'), ('not', 'RB'), ('true', 'JJ'), ('although', 'IN'), ('minority', 'NN'), ('there', 'EX'), ('are', 'VBP'), ('some', 'DT'), ('israeli', 'JJ'), ('arabs', 'NNS'), ('living', 'VBG'), ('on', 'IN'), ('kibbutzim', 'NN'), ('on', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('hand', 'NN'), ('at', 'IN'), ('my', 'PRP$'), ('age', 'NN'), ('42', 'CD'), ('wouldn', 'NN'), ('be', 'VB'), ('admitted', 'VBN'), ('to', 'TO'), ('kibbutz', 'VB'), ('nor', 'CC'), ('could', 'MD'), ('the', 'DT'), ('family', 'NN'), ('join', 'VB'), ('me', 'PRP'), ('not', 'RB'), ('that', 'DT'), ('would', 'MD'), ('be', 'VB'), ('so', 'RB'), ('thrilled', 'JJ'), ('to', 'TO'), ('do', 'VB'), ('so', 'RB'), ('in', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('kibbbutz', 'NN'), ('movement', 'NN'), ('places', 'NNS'), ('candidates', 'NNS'), ('under', 'IN'), ('rigorous', 'JJ'), ('membership', 'NN'), ('criteria', 'NNS'), ('many', 'JJ'), ('israeli', 'JJ'), ('jews', 'NNS'), ('are', 'VBP'), ('not', 'RB'), ('admitted', 'VBN'), ('the', 'DT'), ('religious', 'JJ'), ('status', 'NN'), ('quo', 'NN'), ('in', 'IN'), ('israel', 'NN'), ('has', 'VBZ'), ('marriage', 'NN'), ('and', 'CC'), ('divorce', 'NN'), ('handled', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('religious', 'JJ'), ('courts', 'NNS'), ('the', 'DT'), ('rabbanut', 'NN'), ('handles', 'VBZ'), ('marriage', 'NN'), ('and', 'CC'), ('divorce', 'NN'), ('for', 'IN'), ('jews', 'VBZ'), ('the', 'DT'), ('muslim', 'NN'), ('shaaria', 'NN'), ('courts', 'NNS'), ('are', 'VBP'), ('for', 'IN'), ('muslims', 'NNS'), ('the', 'DT'), ('christian', 'JJ'), ('denominations', 'NNS'), ('have', 'VBP'), ('their', 'PRP$'), ('religious', 'JJ'), ('courts', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('druze', 'NNS'), ('have', 'VBP'), ('their', 'PRP$'), ('own', 'JJ'), ('courts', 'NNS'), ('the', 'DT'), ('entire', 'JJ'), ('religious', 'JJ'), ('establishment', 'NN'), ('jewish', 'JJ'), ('muslim', 'NN'), ('druze', 'NN'), ('christian', 'JJ'), ('wants', 'VBZ'), ('to', 'TO'), ('keep', 'VB'), ('it', 'PRP'), ('that', 'DT'), ('way', 'NN'), ('believe', 'VBP'), ('it', 'PRP'), ('adjacent', 'JJ'), ('to', 'TO'), ('former', 'JJ'), ('muslim', 'NNS'), ('cemetary', 'VBP'), ('from', 'IN'), ('what', 'WP'), ('heard', 'NN'), ('and', 'CC'), ('like', 'VB'), ('to', 'TO'), ('get', 'VB'), ('feedback', 'RB'), ('from', 'IN'), ('muslins', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('net', 'JJ'), ('sanctity', 'NN'), ('of', 'IN'), ('cemetaries', 'NNS'), ('is', 'VBZ'), ('not', 'RB'), ('held', 'VBN'), ('that', 'RB'), ('sancrosanct', 'VBZ'), ('as', 'IN'), ('it', 'PRP'), ('is', 'VBZ'), ('held', 'VBN'), ('by', 'IN'), ('jews', 'NNS'), ('the', 'DT'), ('current', 'JJ'), ('israeli', 'JJ'), ('ministry', 'NN'), ('of', 'IN'), ('trade', 'NN'), ('and', 'CC'), ('industry', 'NN'), ('on', 'IN'), ('agron', 'NN'), ('road', 'NN'), ('in', 'IN'), ('jerusalem', 'NN'), ('is', 'VBZ'), ('housed', 'VBN'), ('in', 'IN'), ('former', 'JJ'), ('hotel', 'NN'), ('that', 'WDT'), ('was', 'VBD'), ('built', 'VBN'), ('by', 'IN'), ('arabs', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('1920', 'CD'), ('on', 'IN'), ('the', 'DT'), ('site', 'NN'), ('of', 'IN'), ('an', 'DT'), ('arab', 'JJ'), ('cemetary', 'NN'), ('josh', 'NN')] | ['although', 'hebrew', 'expression', 'le', 'um', 'use', 'id', 'card', 'specifically', 'state', 'page', 'ezrachut', 'yisrealit', 'israeli', 'citizen', 'true', 'israeli', 'citizen', 'matter', 'ethnicity', 'united', 'state', 'official', 'form', 'race', 'caucasian', 'black', 'amerindian', 'etc', 'funny', 'number', 'map', 'fix', 'border', 'probably', 'yes', 'apart', 'mordechai', 'vanunu', 'trial', 'behind', 'closed', 'door', 'one', 'espionage', 'case', 'nutty', 'professor', 'ne', 'ziona', 'biological', 'institute', 'mole', 'try', 'camera', 'exactly', 'call', 'state', 'secret', 'trial', 'simply', 'try', 'behind', 'closed', 'door', 'hate', 'disappoint', 'united', 'state', 'try', 'number', 'espionage', 'case', 'camera', 'jews', 'israeli', 'citizen', 'jordanian', 'law', 'effect', 'west', 'bank', 'knesset', 'pass', 'law', 'israeli', 'law', 'would', 'bind', 'israeli', 'citizen', 'reside', 'west', 'bank', 'citizen', 'could', 'jews', 'israeli', 'muslim', 'druze', 'israeli', 'christian', 'nothing', 'religion', 'anyone', 'register', 'jew', 'muslim', 'christian', 'could', 'return', 'might', 'confuse', 'census', 'take', 'june', 'west', 'bank', 'six', 'day', 'war', 'instance', 'arab', 'physically', 'present', 'reside', 'west', 'bank', 'visting', 'jordan', 'even', 'drown', 'bourbon', 'scotch', 'brandy', 'true', 'although', 'minority', 'israeli', 'arab', 'live', 'kibbutz', 'hand', 'age', 'admit', 'kibbutz', 'could', 'family', 'join', 'would', 'thrilled', 'first', 'place', 'kibbbutz', 'movement', 'place', 'candidate', 'rigorous', 'membership', 'criterion', 'many', 'israeli', 'jew', 'admit', 'religious', 'status', 'quo', 'israel', 'marriage', 'divorce', 'handle', 'religious', 'court', 'rabbanut', 'handle', 'marriage', 'divorce', 'jews', 'muslim', 'shaaria', 'court', 'muslim', 'christian', 'denomination', 'religious', 'court', 'druze', 'court', 'entire', 'religious', 'establishment', 'jewish', 'muslim', 'druze', 'christian', 'want', 'keep', 'way', 'believe', 'adjacent', 'former', 'muslim', 'cemetary', 'heard', 'like', 'get', 'feedback', 'muslin', 'net', 'sanctity', 'cemetaries', 'hold', 'sancrosanct', 'hold', 'jew', 'current', 'israeli', 'ministry', 'trade', 'industry', 'agron', 'road', 'jerusalem', 'house', 'former', 'hotel', 'build', 'arab', 'site', 'arab', 'cemetary', 'josh'] | ['id_card', 'israeli_citizen', 'true_israeli', 'israeli_citizen', 'united_state', 'behind_closed', 'closed_door', 'behind_closed', 'closed_door', 'united_state', 'state_try', 'israeli_citizen', 'law_effect', 'west_bank', 'pass_law', 'law_would', 'israeli_citizen', 'west_bank', 'jew_muslim', 'muslim_christian', 'christian_could', 'west_bank', 'six_day', 'west_bank', 'israeli_arab', 'first_place', 'israeli_jew', 'status_quo', 'muslim_christian', 'christian_want', 'want_keep', 'way_believe', 'like_get'] | talk_politics_mideast_76034 |@lemmatized although:2 hebrew:1 expression:1 le:1 um:1 use:1 id:1 card:1 specifically:1 state:4 page:1 ezrachut:1 yisrealit:1 israeli:10 citizen:5 true:2 matter:1 ethnicity:1 united:2 official:1 form:1 race:1 caucasian:1 black:1 amerindian:1 etc:1 funny:1 number:2 map:1 fix:1 border:1 probably:1 yes:1 apart:1 mordechai:1 vanunu:1 trial:2 behind:2 closed:2 door:2 one:1 espionage:2 case:2 nutty:1 professor:1 ne:1 ziona:1 biological:1 institute:1 mole:1 try:3 camera:2 exactly:1 call:1 secret:1 simply:1 hate:1 disappoint:1 jews:3 jordanian:1 law:3 effect:1 west:4 bank:4 knesset:1 pass:1 would:2 bind:1 reside:2 could:3 muslim:6 druze:3 christian:4 nothing:1 religion:1 anyone:1 register:1 jew:3 return:1 might:1 confuse:1 census:1 take:1 june:1 six:1 day:1 war:1 instance:1 arab:4 physically:1 present:1 visting:1 jordan:1 even:1 drown:1 bourbon:1 scotch:1 brandy:1 minority:1 live:1 kibbutz:2 hand:1 age:1 admit:2 family:1 join:1 thrilled:1 first:1 place:2 kibbbutz:1 movement:1 candidate:1 rigorous:1 membership:1 criterion:1 many:1 religious:4 status:1 quo:1 israel:1 marriage:2 divorce:2 handle:2 court:4 rabbanut:1 shaaria:1 denomination:1 entire:1 establishment:1 jewish:1 want:1 keep:1 way:1 believe:1 adjacent:1 former:2 cemetary:2 heard:1 like:1 get:1 feedback:1 muslin:1 net:1 sanctity:1 cemetaries:1 hold:2 sancrosanct:1 current:1 ministry:1 trade:1 industry:1 agron:1 road:1 jerusalem:1 house:1 hotel:1 build:1 site:1 josh:1 |@bigram id_card:1 israeli_citizen:4 true_israeli:1 united_state:2 behind_closed:2 closed_door:2 state_try:1 law_effect:1 west_bank:4 pass_law:1 law_would:1 jew_muslim:1 muslim_christian:2 christian_could:1 six_day:1 israeli_arab:1 first_place:1 israeli_jew:1 status_quo:1 christian_want:1 want_keep:1 way_believe:1 like_get:1 |
3,370 | A very kind soul has mailed me this reply for the bugs in CView.
Since he isn't in the position to post this himself, he asked me to post
it for him, but to leave his name out. So here it comes:
CView has quite a number of bugs. The one you mention is perhaps the most
annoying, but not the most dangerous. As far as I can determine, it has to
do with the temp files that CView creates. CView gives the user no control
over where it places its temp files: it just places them in its
"current directory". The problem you mention occurs (as far as I can tell)
when it runs out of disk space for its temp files. It seems as if CView
doesn't check properly for this situation. As Cview decodes a jpeg, it seems
to write out a temp file with all the pixel data with 24 bit colour
information. Then, for 8 bit displays, it does the "dithering", again writing
another file with the 8 bit colour information. While it is writing this
second file, it also writes the data to your colour card. Then when it does
the last chunk of 8 bit data, it recopies all the data from the 8 bit file to
your screen again. (It does this last "recopy" operation for its
"fit to screen" feature, even when this feature is not enabled.)
The result of this process is the following:
1) If it runs out of disk space when writing the first 24 bit file, all
you ever see is as much data as it has room for, and the last bit of
data is simply repeated over and over again because CView never
realizes the disk has filled up and disk writes/reads aren't performed.
2) If it has enough room for the 24 bit data, but runs out of room for
the 8 bit data, you see almost all of the picture as it does the
dithering and writes to the screen card.
However, then when it finishes the dithering and recopies the data
from the 8 bit file to screen (for whatever reason it does this)
one again just gets a repetition of the last chunk of data for which
there was room on the disk.
This is just a guess, but probably fairly accurate. At least the general
idea is on track I think, although I have probably made errors in details
about file I/O etc. The way around this is of course to clear up sufficient
disk space. The temp files for large JPEG's (1200x900 and bigger) can be
very large (3 Meg + 1 Meg ). On some of the largest I have needed in excess
of 6 Meg free disk space.
CView has a much more serious bug: if you are trying to display a file from
a floppy, and you change floppies while CView has some temp file open on the
floppy, then CView in certain circumstances will write the directory (and FAT
table? I can't remember) for the removed floppy onto the newly inserted
floppy, thus corruptimg the new floppy in a very serious, possibly
unrevcoverable way. SO BE CAREFUL! It is incredibly poor programming for a
program to do this. On the other hand, when choosing files in the Open Files
menu, CView insists on doing a few disk reads every time one moves the
hi-lighter square. Incredibly annoying when it could do them all at once
when it gets the directory info. And really, how much effort does it take to
sort a directory listing?
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.graphics/38331 | 1 | comp_graphics_38331 | [('very', 'RB'), ('kind', 'NN'), ('soul', 'NN'), ('has', 'VBZ'), ('mailed', 'VBN'), ('me', 'PRP'), ('this', 'DT'), ('reply', 'NN'), ('for', 'IN'), ('the', 'DT'), ('bugs', 'NNS'), ('in', 'IN'), ('cview', 'NN'), ('since', 'IN'), ('he', 'PRP'), ('isn', 'VBZ'), ('in', 'IN'), ('the', 'DT'), ('position', 'NN'), ('to', 'TO'), ('post', 'VB'), ('this', 'DT'), ('himself', 'PRP'), ('he', 'PRP'), ('asked', 'VBD'), ('me', 'PRP'), ('to', 'TO'), ('post', 'VB'), ('it', 'PRP'), ('for', 'IN'), ('him', 'PRP'), ('but', 'CC'), ('to', 'TO'), ('leave', 'VB'), ('his', 'PRP$'), ('name', 'NN'), ('out', 'RP'), ('so', 'RB'), ('here', 'RB'), ('it', 'PRP'), ('comes', 'VBZ'), ('cview', 'NN'), ('has', 'VBZ'), ('quite', 'RB'), ('number', 'NN'), ('of', 'IN'), ('bugs', 'NNS'), ('the', 'DT'), ('one', 'CD'), ('you', 'PRP'), ('mention', 'NN'), ('is', 'VBZ'), ('perhaps', 'RB'), ('the', 'DT'), ('most', 'RBS'), ('annoying', 'JJ'), ('but', 'CC'), ('not', 'RB'), ('the', 'DT'), ('most', 'RBS'), ('dangerous', 'JJ'), ('as', 'RB'), ('far', 'RB'), ('as', 'IN'), ('can', 'MD'), ('determine', 'VB'), ('it', 'PRP'), ('has', 'VBZ'), ('to', 'TO'), ('do', 'VB'), ('with', 'IN'), ('the', 'DT'), ('temp', 'NN'), ('files', 'VBZ'), ('that', 'IN'), ('cview', 'NN'), ('creates', 'VBZ'), ('cview', 'VBP'), ('gives', 'VBZ'), ('the', 'DT'), ('user', 'JJ'), ('no', 'DT'), ('control', 'NN'), ('over', 'IN'), ('where', 'WRB'), ('it', 'PRP'), ('places', 'VBZ'), ('its', 'PRP$'), ('temp', 'NN'), ('files', 'VBZ'), ('it', 'PRP'), ('just', 'RB'), ('places', 'VBZ'), ('them', 'PRP'), ('in', 'IN'), ('its', 'PRP$'), ('current', 'JJ'), ('directory', 'NN'), ('".', 'VBD'), ('the', 'DT'), ('problem', 'NN'), ('you', 'PRP'), ('mention', 'VBP'), ('occurs', 'PRP'), ('as', 'RB'), ('far', 'RB'), ('as', 'IN'), ('can', 'MD'), ('tell', 'VB'), ('when', 'WRB'), ('it', 'PRP'), ('runs', 'VBZ'), ('out', 'IN'), ('of', 'IN'), ('disk', 'NN'), ('space', 'NN'), ('for', 'IN'), ('its', 'PRP$'), ('temp', 'NN'), ('files', 'VBZ'), ('it', 'PRP'), ('seems', 'VBZ'), ('as', 'IN'), ('if', 'IN'), ('cview', 'NN'), ('doesn', 'VBP'), ('check', 'VB'), ('properly', 'RB'), ('for', 'IN'), ('this', 'DT'), ('situation', 'NN'), ('as', 'IN'), ('cview', 'NN'), ('decodes', 'IN'), ('jpeg', 'NN'), ('it', 'PRP'), ('seems', 'VBZ'), ('to', 'TO'), ('write', 'VB'), ('out', 'RP'), ('temp', 'NNS'), ('file', 'NN'), ('with', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('pixel', 'NN'), ('data', 'NNS'), ('with', 'IN'), ('24', 'CD'), ('bit', 'NN'), ('colour', 'JJ'), ('information', 'NN'), ('then', 'RB'), ('for', 'IN'), ('bit', 'NN'), ('displays', 'NNS'), ('it', 'PRP'), ('does', 'VBZ'), ('the', 'DT'), ('dithering', 'VBG'), ('",', 'NN'), ('again', 'RB'), ('writing', 'VBG'), ('another', 'DT'), ('file', 'NN'), ('with', 'IN'), ('the', 'DT'), ('bit', 'NN'), ('colour', 'JJ'), ('information', 'NN'), ('while', 'IN'), ('it', 'PRP'), ('is', 'VBZ'), ('writing', 'VBG'), ('this', 'DT'), ('second', 'JJ'), ('file', 'NN'), ('it', 'PRP'), ('also', 'RB'), ('writes', 'VBZ'), ('the', 'DT'), ('data', 'NNS'), ('to', 'TO'), ('your', 'PRP$'), ('colour', 'NNS'), ('card', 'NN'), ('then', 'RB'), ('when', 'WRB'), ('it', 'PRP'), ('does', 'VBZ'), ('the', 'DT'), ('last', 'JJ'), ('chunk', 'NN'), ('of', 'IN'), ('bit', 'NN'), ('data', 'NNS'), ('it', 'PRP'), ('recopies', 'VBZ'), ('all', 'PDT'), ('the', 'DT'), ('data', 'NN'), ('from', 'IN'), ('the', 'DT'), ('bit', 'NN'), ('file', 'JJ'), ('to', 'TO'), ('your', 'PRP$'), ('screen', 'NN'), ('again', 'RB'), ('it', 'PRP'), ('does', 'VBZ'), ('this', 'DT'), ('last', 'JJ'), ('recopy', 'NN'), ('operation', 'NN'), ('for', 'IN'), ('its', 'PRP$'), ('fit', 'NN'), ('to', 'TO'), ('screen', 'VB'), ('feature', 'NN'), ('even', 'RB'), ('when', 'WRB'), ('this', 'DT'), ('feature', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('enabled', 'VBN'), ('.)', 'VBP'), ('the', 'DT'), ('result', 'NN'), ('of', 'IN'), ('this', 'DT'), ('process', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('following', 'VBG'), ('if', 'IN'), ('it', 'PRP'), ('runs', 'VBZ'), ('out', 'IN'), ('of', 'IN'), ('disk', 'NN'), ('space', 'NN'), ('when', 'WRB'), ('writing', 'VBG'), ('the', 'DT'), ('first', 'JJ'), ('24', 'CD'), ('bit', 'NN'), ('file', 'JJ'), ('all', 'DT'), ('you', 'PRP'), ('ever', 'RB'), ('see', 'VB'), ('is', 'VBZ'), ('as', 'RB'), ('much', 'JJ'), ('data', 'NNS'), ('as', 'IN'), ('it', 'PRP'), ('has', 'VBZ'), ('room', 'NN'), ('for', 'IN'), ('and', 'CC'), ('the', 'DT'), ('last', 'JJ'), ('bit', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('is', 'VBZ'), ('simply', 'RB'), ('repeated', 'VBN'), ('over', 'IN'), ('and', 'CC'), ('over', 'RB'), ('again', 'RB'), ('because', 'IN'), ('cview', 'NN'), ('never', 'RB'), ('realizes', 'VBZ'), ('the', 'DT'), ('disk', 'NN'), ('has', 'VBZ'), ('filled', 'VBN'), ('up', 'RP'), ('and', 'CC'), ('disk', 'NN'), ('writes', 'NNS'), ('reads', 'VBZ'), ('aren', 'NNS'), ('performed', 'VBN'), ('if', 'IN'), ('it', 'PRP'), ('has', 'VBZ'), ('enough', 'JJ'), ('room', 'NN'), ('for', 'IN'), ('the', 'DT'), ('24', 'CD'), ('bit', 'NN'), ('data', 'NNS'), ('but', 'CC'), ('runs', 'VBZ'), ('out', 'IN'), ('of', 'IN'), ('room', 'NN'), ('for', 'IN'), ('the', 'DT'), ('bit', 'NN'), ('data', 'NNS'), ('you', 'PRP'), ('see', 'VBP'), ('almost', 'RB'), ('all', 'DT'), ('of', 'IN'), ('the', 'DT'), ('picture', 'NN'), ('as', 'IN'), ('it', 'PRP'), ('does', 'VBZ'), ('the', 'DT'), ('dithering', 'NN'), ('and', 'CC'), ('writes', 'VBZ'), ('to', 'TO'), ('the', 'DT'), ('screen', 'NN'), ('card', 'NN'), ('however', 'RB'), ('then', 'RB'), ('when', 'WRB'), ('it', 'PRP'), ('finishes', 'VBZ'), ('the', 'DT'), ('dithering', 'NN'), ('and', 'CC'), ('recopies', 'VBZ'), ('the', 'DT'), ('data', 'NN'), ('from', 'IN'), ('the', 'DT'), ('bit', 'NN'), ('file', 'NN'), ('to', 'TO'), ('screen', 'NN'), ('for', 'IN'), ('whatever', 'WDT'), ('reason', 'NN'), ('it', 'PRP'), ('does', 'VBZ'), ('this', 'DT'), ('one', 'CD'), ('again', 'RB'), ('just', 'RB'), ('gets', 'VBZ'), ('repetition', 'NN'), ('of', 'IN'), ('the', 'DT'), ('last', 'JJ'), ('chunk', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('for', 'IN'), ('which', 'WDT'), ('there', 'EX'), ('was', 'VBD'), ('room', 'NN'), ('on', 'IN'), ('the', 'DT'), ('disk', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('just', 'RB'), ('guess', 'JJ'), ('but', 'CC'), ('probably', 'RB'), ('fairly', 'RB'), ('accurate', 'JJ'), ('at', 'IN'), ('least', 'JJS'), ('the', 'DT'), ('general', 'JJ'), ('idea', 'NN'), ('is', 'VBZ'), ('on', 'IN'), ('track', 'NN'), ('think', 'VBP'), ('although', 'IN'), ('have', 'VBP'), ('probably', 'RB'), ('made', 'VBN'), ('errors', 'NNS'), ('in', 'IN'), ('details', 'NNS'), ('about', 'IN'), ('file', 'NN'), ('etc', 'VBP'), ('the', 'DT'), ('way', 'NN'), ('around', 'IN'), ('this', 'DT'), ('is', 'VBZ'), ('of', 'IN'), ('course', 'NN'), ('to', 'TO'), ('clear', 'VB'), ('up', 'RP'), ('sufficient', 'JJ'), ('disk', 'NN'), ('space', 'NN'), ('the', 'DT'), ('temp', 'NN'), ('files', 'VBZ'), ('for', 'IN'), ('large', 'JJ'), ('jpeg', 'NN'), ('1200x900', 'CD'), ('and', 'CC'), ('bigger', 'JJR'), ('can', 'MD'), ('be', 'VB'), ('very', 'RB'), ('large', 'JJ'), ('meg', 'NN'), ('meg', 'NN'), (').', 'NN'), ('on', 'IN'), ('some', 'DT'), ('of', 'IN'), ('the', 'DT'), ('largest', 'JJS'), ('have', 'VBP'), ('needed', 'VBN'), ('in', 'IN'), ('excess', 'NN'), ('of', 'IN'), ('meg', 'JJ'), ('free', 'JJ'), ('disk', 'NN'), ('space', 'NN'), ('cview', 'NN'), ('has', 'VBZ'), ('much', 'RB'), ('more', 'RBR'), ('serious', 'JJ'), ('bug', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('are', 'VBP'), ('trying', 'VBG'), ('to', 'TO'), ('display', 'VB'), ('file', 'NN'), ('from', 'IN'), ('floppy', 'JJ'), ('and', 'CC'), ('you', 'PRP'), ('change', 'VBP'), ('floppies', 'NNS'), ('while', 'IN'), ('cview', 'NN'), ('has', 'VBZ'), ('some', 'DT'), ('temp', 'NN'), ('file', 'NN'), ('open', 'JJ'), ('on', 'IN'), ('the', 'DT'), ('floppy', 'JJ'), ('then', 'RB'), ('cview', 'NN'), ('in', 'IN'), ('certain', 'JJ'), ('circumstances', 'NNS'), ('will', 'MD'), ('write', 'VB'), ('the', 'DT'), ('directory', 'NN'), ('and', 'CC'), ('fat', 'JJ'), ('table', 'NN'), ('can', 'MD'), ('remember', 'VB'), ('for', 'IN'), ('the', 'DT'), ('removed', 'VBN'), ('floppy', 'JJ'), ('onto', 'IN'), ('the', 'DT'), ('newly', 'RB'), ('inserted', 'VBN'), ('floppy', 'JJ'), ('thus', 'RB'), ('corruptimg', 'VBP'), ('the', 'DT'), ('new', 'JJ'), ('floppy', 'JJ'), ('in', 'IN'), ('very', 'RB'), ('serious', 'JJ'), ('possibly', 'RB'), ('unrevcoverable', 'JJ'), ('way', 'NN'), ('so', 'RB'), ('be', 'VB'), ('careful', 'JJ'), ('it', 'PRP'), ('is', 'VBZ'), ('incredibly', 'RB'), ('poor', 'JJ'), ('programming', 'VBG'), ('for', 'IN'), ('program', 'NN'), ('to', 'TO'), ('do', 'VB'), ('this', 'DT'), ('on', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('hand', 'NN'), ('when', 'WRB'), ('choosing', 'NN'), ('files', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('open', 'JJ'), ('files', 'NNS'), ('menu', 'VBP'), ('cview', 'NN'), ('insists', 'NNS'), ('on', 'IN'), ('doing', 'VBG'), ('few', 'JJ'), ('disk', 'NN'), ('reads', 'NNS'), ('every', 'DT'), ('time', 'NN'), ('one', 'CD'), ('moves', 'VBZ'), ('the', 'DT'), ('hi', 'NN'), ('lighter', 'JJR'), ('square', 'NN'), ('incredibly', 'RB'), ('annoying', 'VBG'), ('when', 'WRB'), ('it', 'PRP'), ('could', 'MD'), ('do', 'VB'), ('them', 'PRP'), ('all', 'DT'), ('at', 'IN'), ('once', 'RB'), ('when', 'WRB'), ('it', 'PRP'), ('gets', 'VBZ'), ('the', 'DT'), ('directory', 'NN'), ('info', 'NN'), ('and', 'CC'), ('really', 'RB'), ('how', 'WRB'), ('much', 'JJ'), ('effort', 'NN'), ('does', 'VBZ'), ('it', 'PRP'), ('take', 'VB'), ('to', 'TO'), ('sort', 'VB'), ('directory', 'NN'), ('listing', 'NN')] | ['kind', 'soul', 'mail', 'reply', 'bug', 'cview', 'since', 'position', 'post', 'ask', 'post', 'leave', 'name', 'come', 'cview', 'quite', 'number', 'bug', 'one', 'mention', 'perhaps', 'annoying', 'dangerous', 'far', 'determine', 'temp', 'file', 'cview', 'create', 'cview', 'give', 'user', 'control', 'place', 'temp', 'file', 'place', 'current', 'directory', 'problem', 'mention', 'occurs', 'far', 'tell', 'run', 'disk', 'space', 'temp', 'file', 'seem', 'cview', 'check', 'properly', 'situation', 'cview', 'decodes', 'jpeg', 'seem', 'write', 'temp', 'file', 'pixel', 'data', 'bit', 'colour', 'information', 'bit', 'display', 'dither', 'write', 'another', 'file', 'bit', 'colour', 'information', 'write', 'second', 'file', 'also', 'write', 'data', 'colour', 'card', 'last', 'chunk', 'bit', 'data', 'recopy', 'data', 'bit', 'file', 'screen', 'last', 'recopy', 'operation', 'fit', 'screen', 'feature', 'even', 'feature', 'enable', 'result', 'process', 'follow', 'run', 'disk', 'space', 'write', 'first', 'bit', 'file', 'ever', 'see', 'much', 'data', 'room', 'last', 'bit', 'data', 'simply', 'repeat', 'cview', 'never', 'realize', 'disk', 'fill', 'disk', 'writes', 'read', 'perform', 'enough', 'room', 'bit', 'data', 'run', 'room', 'bit', 'data', 'see', 'almost', 'picture', 'dithering', 'write', 'screen', 'card', 'however', 'finish', 'dithering', 'recopy', 'data', 'bit', 'file', 'screen', 'whatever', 'reason', 'one', 'get', 'repetition', 'last', 'chunk', 'data', 'room', 'disk', 'guess', 'probably', 'fairly', 'accurate', 'least', 'general', 'idea', 'track', 'think', 'although', 'probably', 'make', 'error', 'detail', 'file', 'etc', 'way', 'around', 'course', 'clear', 'sufficient', 'disk', 'space', 'temp', 'file', 'large', 'jpeg', 'big', 'large', 'meg', 'meg', 'large', 'need', 'excess', 'meg', 'free', 'disk', 'space', 'cview', 'much', 'serious', 'bug', 'try', 'display', 'file', 'floppy', 'change', 'floppy', 'cview', 'temp', 'file', 'open', 'floppy', 'cview', 'certain', 'circumstance', 'write', 'directory', 'fat', 'table', 'remember', 'remove', 'floppy', 'onto', 'newly', 'insert', 'floppy', 'thus', 'corruptimg', 'new', 'floppy', 'serious', 'possibly', 'unrevcoverable', 'way', 'careful', 'incredibly', 'poor', 'program', 'program', 'hand', 'choosing', 'file', 'open', 'file', 'menu', 'cview', 'insists', 'disk', 'read', 'every', 'time', 'one', 'move', 'hi', 'light', 'square', 'incredibly', 'annoy', 'could', 'get', 'directory', 'info', 'really', 'much', 'effort', 'take', 'sort', 'directory', 'listing'] | ['kind_soul', 'mail_reply', 'ask_post', 'quite_number', 'number_bug', 'one_mention', 'temp_file', 'temp_file', 'file_place', 'current_directory', 'problem_mention', 'far_tell', 'tell_run', 'run_disk', 'disk_space', 'temp_file', 'temp_file', 'data_bit', 'bit_colour', 'bit_display', 'write_another', 'bit_colour', 'information_write', 'write_second', 'file_also', 'also_write', 'bit_data', 'data_bit', 'run_disk', 'disk_space', 'first_bit', 'ever_see', 'see_much', 'bit_data', 'enough_room', 'bit_data', 'bit_data', 'data_bit', 'whatever_reason', 'reason_one', 'one_get', 'guess_probably', 'probably_fairly', 'general_idea', 'although_probably', 'probably_make', 'make_error', 'file_etc', 'way_around', 'disk_space', 'temp_file', 'file_large', 'meg_meg', 'free_disk', 'disk_space', 'temp_file', 'file_open', 'certain_circumstance', 'program_program', 'file_open', 'open_file', 'read_every', 'every_time', 'time_one', 'could_get', 'really_much', 'much_effort'] | comp_graphics_38331 |@lemmatized kind:1 soul:1 mail:1 reply:1 bug:3 cview:11 since:1 position:1 post:2 ask:1 leave:1 name:1 come:1 quite:1 number:1 one:3 mention:2 perhaps:1 annoying:1 dangerous:1 far:2 determine:1 temp:6 file:15 create:1 give:1 user:1 control:1 place:2 current:1 directory:4 problem:1 occurs:1 tell:1 run:3 disk:8 space:4 seem:2 check:1 properly:1 situation:1 decodes:1 jpeg:2 write:7 pixel:1 data:10 bit:10 colour:3 information:2 display:2 dither:1 another:1 second:1 also:1 card:2 last:4 chunk:2 recopy:3 screen:4 operation:1 fit:1 feature:2 even:1 enable:1 result:1 process:1 follow:1 first:1 ever:1 see:2 much:3 room:4 simply:1 repeat:1 never:1 realize:1 fill:1 writes:1 read:2 perform:1 enough:1 almost:1 picture:1 dithering:2 however:1 finish:1 whatever:1 reason:1 get:2 repetition:1 guess:1 probably:2 fairly:1 accurate:1 least:1 general:1 idea:1 track:1 think:1 although:1 make:1 error:1 detail:1 etc:1 way:2 around:1 course:1 clear:1 sufficient:1 large:3 big:1 meg:3 need:1 excess:1 free:1 serious:2 try:1 floppy:6 change:1 open:2 certain:1 circumstance:1 fat:1 table:1 remember:1 remove:1 onto:1 newly:1 insert:1 thus:1 corruptimg:1 new:1 possibly:1 unrevcoverable:1 careful:1 incredibly:2 poor:1 program:2 hand:1 choosing:1 menu:1 insists:1 every:1 time:1 move:1 hi:1 light:1 square:1 annoy:1 could:1 info:1 really:1 effort:1 take:1 sort:1 listing:1 |@bigram kind_soul:1 mail_reply:1 ask_post:1 quite_number:1 number_bug:1 one_mention:1 temp_file:6 file_place:1 current_directory:1 problem_mention:1 far_tell:1 tell_run:1 run_disk:2 disk_space:4 data_bit:3 bit_colour:2 bit_display:1 write_another:1 information_write:1 write_second:1 file_also:1 also_write:1 bit_data:4 first_bit:1 ever_see:1 see_much:1 enough_room:1 whatever_reason:1 reason_one:1 one_get:1 guess_probably:1 probably_fairly:1 general_idea:1 although_probably:1 probably_make:1 make_error:1 file_etc:1 way_around:1 file_large:1 meg_meg:1 free_disk:1 file_open:2 certain_circumstance:1 program_program:1 open_file:1 read_every:1 every_time:1 time_one:1 could_get:1 really_much:1 much_effort:1 |
3,371 |
Nationwide, the immunization rate among toddlers is about 50%, but
it is reportedly as low as 10% in some inner-city neighborhoods.
I bet more than 10% kids living in such neighborhoods are already
covered by Medicaid.
Here in Massachussets, we have had a universal immunization program,
the kind of Clinton seems to be proposing, for many years (two decades?).
Mass' immunization rate is 65%. What about the other 35%? I guess
some parents are indeed too ignorant or too lazy , or simply do not
care.
???
--
------------------------------------------------------------------------------------------
Disclaimer: Opinions expressed are mine, not my employer's. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.misc/178847 | 18 | talk_politics_misc_178847 | [('nationwide', 'IN'), ('the', 'DT'), ('immunization', 'NN'), ('rate', 'NN'), ('among', 'IN'), ('toddlers', 'NNS'), ('is', 'VBZ'), ('about', 'IN'), ('50', 'CD'), ('%,', 'NNS'), ('but', 'CC'), ('it', 'PRP'), ('is', 'VBZ'), ('reportedly', 'RB'), ('as', 'RB'), ('low', 'JJ'), ('as', 'IN'), ('10', 'CD'), ('in', 'IN'), ('some', 'DT'), ('inner', 'JJ'), ('city', 'NN'), ('neighborhoods', 'NNS'), ('bet', 'VBD'), ('more', 'JJR'), ('than', 'IN'), ('10', 'CD'), ('kids', 'NNS'), ('living', 'VBG'), ('in', 'IN'), ('such', 'JJ'), ('neighborhoods', 'NNS'), ('are', 'VBP'), ('already', 'RB'), ('covered', 'VBN'), ('by', 'IN'), ('medicaid', 'NN'), ('here', 'RB'), ('in', 'IN'), ('massachussets', 'NNS'), ('we', 'PRP'), ('have', 'VBP'), ('had', 'VBN'), ('universal', 'JJ'), ('immunization', 'NN'), ('program', 'NN'), ('the', 'DT'), ('kind', 'NN'), ('of', 'IN'), ('clinton', 'NN'), ('seems', 'VBZ'), ('to', 'TO'), ('be', 'VB'), ('proposing', 'VBG'), ('for', 'IN'), ('many', 'JJ'), ('years', 'NNS'), ('two', 'CD'), ('decades', 'NNS'), ('?).', 'JJ'), ('mass', 'JJ'), ('immunization', 'NN'), ('rate', 'NN'), ('is', 'VBZ'), ('65', 'CD'), ('%.', 'NN'), ('what', 'WP'), ('about', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('35', 'CD'), ('%?', 'NNP'), ('guess', 'NN'), ('some', 'DT'), ('parents', 'NNS'), ('are', 'VBP'), ('indeed', 'RB'), ('too', 'RB'), ('ignorant', 'JJ'), ('or', 'CC'), ('too', 'RB'), ('lazy', 'JJ'), ('or', 'CC'), ('simply', 'RB'), ('do', 'VB'), ('not', 'RB'), ('care', 'VB'), ('???', 'NNP'), ('--', ':'), ('------------------------------------------------------------------------------------------', 'JJ'), ('disclaimer', 'JJ'), ('opinions', 'NNS'), ('expressed', 'VBN'), ('are', 'VBP'), ('mine', 'JJ'), ('not', 'RB'), ('my', 'PRP$'), ('employer', 'NN')] | ['nationwide', 'immunization', 'rate', 'among', 'toddler', 'reportedly', 'low', 'inner', 'city', 'neighborhood', 'bet', 'kid', 'live', 'neighborhood', 'already', 'cover', 'medicaid', 'massachussets', 'universal', 'immunization', 'program', 'kind', 'clinton', 'seem', 'propose', 'many', 'year', 'two', 'decade', 'mass', 'immunization', 'rate', 'guess', 'parent', 'indeed', 'ignorant', 'lazy', 'simply', 'care', 'disclaimer', 'opinion', 'express', 'mine', 'employer'] | ['inner_city', 'many_year', 'year_two', 'disclaimer_opinion', 'opinion_express', 'mine_employer'] | talk_politics_misc_178847 |@lemmatized nationwide:1 immunization:3 rate:2 among:1 toddler:1 reportedly:1 low:1 inner:1 city:1 neighborhood:2 bet:1 kid:1 live:1 already:1 cover:1 medicaid:1 massachussets:1 universal:1 program:1 kind:1 clinton:1 seem:1 propose:1 many:1 year:1 two:1 decade:1 mass:1 guess:1 parent:1 indeed:1 ignorant:1 lazy:1 simply:1 care:1 disclaimer:1 opinion:1 express:1 mine:1 employer:1 |@bigram inner_city:1 many_year:1 year_two:1 disclaimer_opinion:1 opinion_express:1 mine_employer:1 |
3,372 | I am looking for software to draw a graph. I want to just give it a list
of nodes and edges between the nodes and have the program come up with some
reasonable positioning of it.
Thanks in advance. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.windows.x/67023 | 5 | comp_windows_x_67023 | [('am', 'VBP'), ('looking', 'VBG'), ('for', 'IN'), ('software', 'NN'), ('to', 'TO'), ('draw', 'VB'), ('graph', 'NN'), ('want', 'VBP'), ('to', 'TO'), ('just', 'RB'), ('give', 'VB'), ('it', 'PRP'), ('list', 'NN'), ('of', 'IN'), ('nodes', 'NNS'), ('and', 'CC'), ('edges', 'NNS'), ('between', 'IN'), ('the', 'DT'), ('nodes', 'NNS'), ('and', 'CC'), ('have', 'VBP'), ('the', 'DT'), ('program', 'NN'), ('come', 'VBN'), ('up', 'RP'), ('with', 'IN'), ('some', 'DT'), ('reasonable', 'JJ'), ('positioning', 'NN'), ('of', 'IN'), ('it', 'PRP'), ('thanks', 'VBZ'), ('in', 'IN'), ('advance', 'NN')] | ['look', 'software', 'draw', 'graph', 'want', 'give', 'list', 'node', 'edge', 'node', 'program', 'come', 'reasonable', 'positioning', 'thank', 'advance'] | ['look_software', 'want_give', 'give_list', 'thank_advance'] | comp_windows_x_67023 |@lemmatized look:1 software:1 draw:1 graph:1 want:1 give:1 list:1 node:2 edge:1 program:1 come:1 reasonable:1 positioning:1 thank:1 advance:1 |@bigram look_software:1 want_give:1 give_list:1 thank_advance:1 |
3,373 |
I don't know how to say it best but you are gaurenteed that the
price of the C650 is going to drop this year. This week's MacWeek
reports that Apple is probably planning a drop in August. My guess
is that it may come sooner if Apple decides to change the price
structure upon release of the multimedia units this summer.
Your price looks pretty good at about $50 more then I payed for
mine last month. I would have rather waited for one of the new
machines this sommer (like the Cyclone) but the resale value of my
IIci would have not been squat by then. Thus, financing forced me
to purchase now. I'm happy with the machine and won't feel
betrayed at all when Apple cuts the price to less then $1000 next
week (heh).
Bottome line: If the C650 does what you want, buy it. If you wait
until the Cylcones come out for a price break then you might as
well wait for the PowerPCs to come out for another price break and
then the units which follow them. You may save some money but
you've lost a lot of time when you could have been using the
computer. Face it, Apple's prices are going to be in a continuous
state of flux. At least they aren't going to try raising them
again (grin). | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.mac.hardware/50514 | 4 | comp_sys_mac_hardware_50514 | [('don', 'NNS'), ('know', 'VBP'), ('how', 'WRB'), ('to', 'TO'), ('say', 'VB'), ('it', 'PRP'), ('best', 'JJS'), ('but', 'CC'), ('you', 'PRP'), ('are', 'VBP'), ('gaurenteed', 'VBN'), ('that', 'IN'), ('the', 'DT'), ('price', 'NN'), ('of', 'IN'), ('the', 'DT'), ('c650', 'NN'), ('is', 'VBZ'), ('going', 'VBG'), ('to', 'TO'), ('drop', 'VB'), ('this', 'DT'), ('year', 'NN'), ('this', 'DT'), ('week', 'NN'), ('macweek', 'NN'), ('reports', 'NNS'), ('that', 'IN'), ('apple', 'NN'), ('is', 'VBZ'), ('probably', 'RB'), ('planning', 'VBG'), ('drop', 'NN'), ('in', 'IN'), ('august', 'JJ'), ('my', 'PRP$'), ('guess', 'NN'), ('is', 'VBZ'), ('that', 'IN'), ('it', 'PRP'), ('may', 'MD'), ('come', 'VB'), ('sooner', 'NN'), ('if', 'IN'), ('apple', 'NN'), ('decides', 'NNS'), ('to', 'TO'), ('change', 'VB'), ('the', 'DT'), ('price', 'NN'), ('structure', 'NN'), ('upon', 'IN'), ('release', 'NN'), ('of', 'IN'), ('the', 'DT'), ('multimedia', 'JJ'), ('units', 'NNS'), ('this', 'DT'), ('summer', 'NN'), ('your', 'PRP$'), ('price', 'NN'), ('looks', 'NNS'), ('pretty', 'RB'), ('good', 'JJ'), ('at', 'IN'), ('about', 'IN'), ('50', 'CD'), ('more', 'JJR'), ('then', 'RB'), ('payed', 'VBN'), ('for', 'IN'), ('mine', 'NN'), ('last', 'JJ'), ('month', 'NN'), ('would', 'MD'), ('have', 'VB'), ('rather', 'RB'), ('waited', 'VBN'), ('for', 'IN'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('new', 'JJ'), ('machines', 'NNS'), ('this', 'DT'), ('sommer', 'NN'), ('like', 'IN'), ('the', 'DT'), ('cyclone', 'NN'), ('but', 'CC'), ('the', 'DT'), ('resale', 'JJ'), ('value', 'NN'), ('of', 'IN'), ('my', 'PRP$'), ('iici', 'NN'), ('would', 'MD'), ('have', 'VB'), ('not', 'RB'), ('been', 'VBN'), ('squat', 'VBN'), ('by', 'IN'), ('then', 'RB'), ('thus', 'RB'), ('financing', 'VBG'), ('forced', 'VBN'), ('me', 'PRP'), ('to', 'TO'), ('purchase', 'VB'), ('now', 'RB'), ('happy', 'JJ'), ('with', 'IN'), ('the', 'DT'), ('machine', 'NN'), ('and', 'CC'), ('won', 'VBD'), ('feel', 'VB'), ('betrayed', 'VBN'), ('at', 'IN'), ('all', 'DT'), ('when', 'WRB'), ('apple', 'NN'), ('cuts', 'VBZ'), ('the', 'DT'), ('price', 'NN'), ('to', 'TO'), ('less', 'JJR'), ('then', 'RB'), ('1000', 'CD'), ('next', 'JJ'), ('week', 'NN'), ('heh', 'NN'), (').', 'NNP'), ('bottome', 'NN'), ('line', 'NN'), ('if', 'IN'), ('the', 'DT'), ('c650', 'NN'), ('does', 'VBZ'), ('what', 'WP'), ('you', 'PRP'), ('want', 'VBP'), ('buy', 'VB'), ('it', 'PRP'), ('if', 'IN'), ('you', 'PRP'), ('wait', 'VBP'), ('until', 'IN'), ('the', 'DT'), ('cylcones', 'NNS'), ('come', 'VBP'), ('out', 'RP'), ('for', 'IN'), ('price', 'NN'), ('break', 'NN'), ('then', 'RB'), ('you', 'PRP'), ('might', 'MD'), ('as', 'RB'), ('well', 'RB'), ('wait', 'IN'), ('for', 'IN'), ('the', 'DT'), ('powerpcs', 'NN'), ('to', 'TO'), ('come', 'VB'), ('out', 'RP'), ('for', 'IN'), ('another', 'DT'), ('price', 'NN'), ('break', 'NN'), ('and', 'CC'), ('then', 'RB'), ('the', 'DT'), ('units', 'NNS'), ('which', 'WDT'), ('follow', 'VBP'), ('them', 'PRP'), ('you', 'PRP'), ('may', 'MD'), ('save', 'VB'), ('some', 'DT'), ('money', 'NN'), ('but', 'CC'), ('you', 'PRP'), ('ve', 'VBP'), ('lost', 'VBN'), ('lot', 'NN'), ('of', 'IN'), ('time', 'NN'), ('when', 'WRB'), ('you', 'PRP'), ('could', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('using', 'VBG'), ('the', 'DT'), ('computer', 'NN'), ('face', 'NN'), ('it', 'PRP'), ('apple', 'NN'), ('prices', 'NNS'), ('are', 'VBP'), ('going', 'VBG'), ('to', 'TO'), ('be', 'VB'), ('in', 'IN'), ('continuous', 'JJ'), ('state', 'NN'), ('of', 'IN'), ('flux', 'NN'), ('at', 'IN'), ('least', 'JJS'), ('they', 'PRP'), ('aren', 'VBP'), ('going', 'VBG'), ('to', 'TO'), ('try', 'VB'), ('raising', 'VBG'), ('them', 'PRP'), ('again', 'RB'), ('grin', 'VBP'), (').', 'NNS')] | ['know', 'say', 'best', 'gaurenteed', 'price', 'go', 'drop', 'year', 'week', 'macweek', 'report', 'apple', 'probably', 'plan', 'drop', 'august', 'guess', 'may', 'come', 'sooner', 'apple', 'decides', 'change', 'price', 'structure', 'upon', 'release', 'multimedia', 'unit', 'summer', 'price', 'look', 'pretty', 'good', 'pay', 'mine', 'last', 'month', 'would', 'rather', 'wait', 'one', 'new', 'machine', 'sommer', 'like', 'cyclone', 'resale', 'value', 'iici', 'would', 'squat', 'thus', 'finance', 'force', 'purchase', 'happy', 'machine', 'win', 'feel', 'betray', 'apple', 'cut', 'price', 'less', 'next', 'week', 'heh', 'bottome', 'line', 'want', 'buy', 'wait', 'cylcones', 'come', 'price', 'break', 'might', 'well', 'wait', 'powerpcs', 'come', 'another', 'price', 'break', 'unit', 'follow', 'may', 'save', 'money', 'lose', 'lot', 'time', 'could', 'use', 'computer', 'face', 'apple', 'price', 'go', 'continuous', 'state', 'flux', 'least', 'go', 'try', 'raise', 'grin'] | ['know_say', 'say_best', 'price_go', 'guess_may', 'may_come', 'look_pretty', 'pretty_good', 'last_month', 'would_rather', 'rather_wait', 'one_new', 'new_machine', 'next_week', 'line_want', 'want_buy', 'come_price', 'might_well', 'well_wait', 'come_another', 'may_save', 'save_money', 'lot_time', 'time_could', 'could_use', 'use_computer', 'price_go', 'go_try'] | comp_sys_mac_hardware_50514 |@lemmatized know:1 say:1 best:1 gaurenteed:1 price:7 go:3 drop:2 year:1 week:2 macweek:1 report:1 apple:4 probably:1 plan:1 august:1 guess:1 may:2 come:3 sooner:1 decides:1 change:1 structure:1 upon:1 release:1 multimedia:1 unit:2 summer:1 look:1 pretty:1 good:1 pay:1 mine:1 last:1 month:1 would:2 rather:1 wait:3 one:1 new:1 machine:2 sommer:1 like:1 cyclone:1 resale:1 value:1 iici:1 squat:1 thus:1 finance:1 force:1 purchase:1 happy:1 win:1 feel:1 betray:1 cut:1 less:1 next:1 heh:1 bottome:1 line:1 want:1 buy:1 cylcones:1 break:2 might:1 well:1 powerpcs:1 another:1 follow:1 save:1 money:1 lose:1 lot:1 time:1 could:1 use:1 computer:1 face:1 continuous:1 state:1 flux:1 least:1 try:1 raise:1 grin:1 |@bigram know_say:1 say_best:1 price_go:2 guess_may:1 may_come:1 look_pretty:1 pretty_good:1 last_month:1 would_rather:1 rather_wait:1 one_new:1 new_machine:1 next_week:1 line_want:1 want_buy:1 come_price:1 might_well:1 well_wait:1 come_another:1 may_save:1 save_money:1 lot_time:1 time_could:1 could_use:1 use_computer:1 go_try:1 |
3,374 | Does anyone have the documentation for the MS Mouse Driver 8.2? I got it when
I got Windows 3.1, but my Windows manual does not come with the documentation.
In particular I need to know how to turn it off, and how to speed it up
outside windows. The greater sensitivity is needed so I can play various
games, esp X-wing :)
---
--------------------------------------------------------------------- | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.os.ms-windows.misc/10007 | 2 | comp_os_ms-windows_misc_10007 | [('does', 'VBZ'), ('anyone', 'NN'), ('have', 'VB'), ('the', 'DT'), ('documentation', 'NN'), ('for', 'IN'), ('the', 'DT'), ('ms', 'NN'), ('mouse', 'NN'), ('driver', 'NN'), ('got', 'VBD'), ('it', 'PRP'), ('when', 'WRB'), ('got', 'VBD'), ('windows', 'NNS'), ('but', 'CC'), ('my', 'PRP$'), ('windows', 'NNS'), ('manual', 'VBP'), ('does', 'VBZ'), ('not', 'RB'), ('come', 'VBN'), ('with', 'IN'), ('the', 'DT'), ('documentation', 'NN'), ('in', 'IN'), ('particular', 'JJ'), ('need', 'NN'), ('to', 'TO'), ('know', 'VB'), ('how', 'WRB'), ('to', 'TO'), ('turn', 'VB'), ('it', 'PRP'), ('off', 'RP'), ('and', 'CC'), ('how', 'WRB'), ('to', 'TO'), ('speed', 'VB'), ('it', 'PRP'), ('up', 'RP'), ('outside', 'JJ'), ('windows', 'IN'), ('the', 'DT'), ('greater', 'JJR'), ('sensitivity', 'NN'), ('is', 'VBZ'), ('needed', 'VBN'), ('so', 'RB'), ('can', 'MD'), ('play', 'VB'), ('various', 'JJ'), ('games', 'NNS'), ('esp', 'VBP'), ('wing', 'VBG'), (':)', 'NNP'), ('---', 'NNP'), ('---------------------------------------------------------------------', 'NN')] | ['anyone', 'documentation', 'mouse', 'driver', 'get', 'get', 'window', 'window', 'manual', 'come', 'documentation', 'particular', 'need', 'know', 'turn', 'speed', 'outside', 'window', 'great', 'sensitivity', 'need', 'play', 'various', 'game', 'esp', 'wing'] | ['mouse_driver', 'driver_get', 'get_get', 'get_window', 'window_window', 'need_know'] | comp_os_ms-windows_misc_10007 |@lemmatized anyone:1 documentation:2 mouse:1 driver:1 get:2 window:3 manual:1 come:1 particular:1 need:2 know:1 turn:1 speed:1 outside:1 great:1 sensitivity:1 play:1 various:1 game:1 esp:1 wing:1 |@bigram mouse_driver:1 driver_get:1 get_get:1 get_window:1 window_window:1 need_know:1 |
3,375 |
Then don't complain (maybe it wasn't you) that SCSI was so expensive on
PC's because all we've had until a year or two ago was the ISA bus.
(ie no one buys SCSI for ISA because ISA is slow)
Are you saying that SCSI on an ISA bus is not an automatic winner when
compared to IDE?
I get different transfer rates out of my IDE when I change my ISA bus speed.
IDE is just a variant of the old IBM- MFM AT controller. (at least that's
how it looks from a software point of view). It was never meant to be
an all-encompassing protocal/standard to be implimented across different
platforms.
Is there any argument that
IDE can (or can't) transfer data from the IDE drive at least as fast as the
drive is able to provide the data? Are SCSI versions of IDE drives able
to deliver higher sustained transfer rates to their SCSI interface (because
of a higher RPM platter, different arrangement of heads, etc?)?
If data is going from one drive to another, and if SCSI has the ability to
perform that transfer without the data having to go through the CPU or main
memory, then yes, that is the optimal way to do it. As far as I know, IDE
can't do that. But when the CPU wants data from both drives (data to be stored
in main memory) are you saying that SCSI can grab data from both drives
at the same time *and* store/transfer that data to main memory also at the
same time? Working off 1 IRQ and 1 DMA channel on an ISA (or whatever) bus?
A friend of mine just got a Maxtor 245 meg IDE drive for $320. (that's 245
million bytes, or 234 mega-bytes). With the basic $20 interface, he gets
close to 1 meg/sec transfer on his 286-20. Does your figure include a few
hundred $$$ for SCSI drivers?
So you're saying that SCSI would have been the default interface type,
considering that the vast majority of PC's don't have cd-rom drives or
tape backups or etc? That most PC's only have (or had) 1 hard drive and
run DOS? That SCSI hard drives cost a lot more than MFM or RLL drives
at the time? (and how common were SCSI drives under 80 megs 4 to 10 years
ago?) There's a lot more than the lack of a common interface card that
prevented SCSI from becoming the connection medium of choice.
But on that point, is it faster? This is what all this is about. Do you
get more performance for the money. For all the people that will only have
a single hard drive in their system (regardless of the OS) will the SCSI
choice really give them more performance than IDE?
True, but expandibility can also start on the bus, which means the option
is there for cd-rom drives or tape backups that run off their own cards.
No argument. This is always held up to the first time SCSI buyer as the
best reason. But how many SCSI devices will the first time SCSI buyer
eventually acquire? Again does it make sense to go SCSI for a single
hard drive system?
With all the postings on the SCSI I or II specs, are you really sure that
PC and Apple SCSI hard drives are compatible? And even if they are,
is the data accessible from either machine (ie are there no formatting/
partitioning or file table differences?) Is it really plug'n'play?
So the C: drive on the connor becomes a logical D: drive to DOS. Is this
really a problem?
After having two IDE drives in my system for temporary file transfers,
I have never seen any differences when switching between drives, nor
have I ever seen any differences when transfering files between drives or
to/from the same drive.
That is nice (as long as the power supply can keep up). I do believe that
there is the possibility for up to 4 IDE drives on a PC.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.ibm.pc.hardware/60367 | 3 | comp_sys_ibm_pc_hardware_60367 | [('then', 'RB'), ('don', 'VB'), ('complain', 'NN'), ('maybe', 'RB'), ('it', 'PRP'), ('wasn', 'VBZ'), ('you', 'PRP'), ('that', 'IN'), ('scsi', 'NN'), ('was', 'VBD'), ('so', 'RB'), ('expensive', 'JJ'), ('on', 'IN'), ('pc', 'NN'), ('because', 'IN'), ('all', 'DT'), ('we', 'PRP'), ('ve', 'VBP'), ('had', 'VBD'), ('until', 'IN'), ('year', 'NN'), ('or', 'CC'), ('two', 'CD'), ('ago', 'WDT'), ('was', 'VBD'), ('the', 'DT'), ('isa', 'JJ'), ('bus', 'NN'), ('ie', 'NN'), ('no', 'DT'), ('one', 'CD'), ('buys', 'VBZ'), ('scsi', 'NN'), ('for', 'IN'), ('isa', 'NN'), ('because', 'IN'), ('isa', 'NN'), ('is', 'VBZ'), ('slow', 'JJ'), ('are', 'VBP'), ('you', 'PRP'), ('saying', 'VBG'), ('that', 'IN'), ('scsi', 'NN'), ('on', 'IN'), ('an', 'DT'), ('isa', 'JJ'), ('bus', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('an', 'DT'), ('automatic', 'JJ'), ('winner', 'NN'), ('when', 'WRB'), ('compared', 'VBN'), ('to', 'TO'), ('ide', 'VB'), ('get', 'VB'), ('different', 'JJ'), ('transfer', 'NN'), ('rates', 'NNS'), ('out', 'IN'), ('of', 'IN'), ('my', 'PRP$'), ('ide', 'NN'), ('when', 'WRB'), ('change', 'NN'), ('my', 'PRP$'), ('isa', 'NN'), ('bus', 'NN'), ('speed', 'NN'), ('ide', 'NN'), ('is', 'VBZ'), ('just', 'RB'), ('variant', 'NN'), ('of', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('ibm', 'NN'), ('mfm', 'NN'), ('at', 'IN'), ('controller', 'NN'), ('at', 'IN'), ('least', 'JJS'), ('that', 'IN'), ('how', 'WRB'), ('it', 'PRP'), ('looks', 'VBZ'), ('from', 'IN'), ('software', 'NN'), ('point', 'NN'), ('of', 'IN'), ('view', 'NN'), (').', 'VBP'), ('it', 'PRP'), ('was', 'VBD'), ('never', 'RB'), ('meant', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('an', 'DT'), ('all', 'DT'), ('encompassing', 'VBG'), ('protocal', 'JJ'), ('standard', 'NN'), ('to', 'TO'), ('be', 'VB'), ('implimented', 'VBN'), ('across', 'IN'), ('different', 'JJ'), ('platforms', 'NNS'), ('is', 'VBZ'), ('there', 'RB'), ('any', 'DT'), ('argument', 'NN'), ('that', 'IN'), ('ide', 'NN'), ('can', 'MD'), ('or', 'CC'), ('can', 'MD'), ('transfer', 'VB'), ('data', 'NNS'), ('from', 'IN'), ('the', 'DT'), ('ide', 'JJ'), ('drive', 'NN'), ('at', 'IN'), ('least', 'JJS'), ('as', 'RB'), ('fast', 'RB'), ('as', 'IN'), ('the', 'DT'), ('drive', 'NN'), ('is', 'VBZ'), ('able', 'JJ'), ('to', 'TO'), ('provide', 'VB'), ('the', 'DT'), ('data', 'NNS'), ('are', 'VBP'), ('scsi', 'JJ'), ('versions', 'NNS'), ('of', 'IN'), ('ide', 'JJ'), ('drives', 'NNS'), ('able', 'JJ'), ('to', 'TO'), ('deliver', 'VB'), ('higher', 'JJR'), ('sustained', 'VBN'), ('transfer', 'NN'), ('rates', 'NNS'), ('to', 'TO'), ('their', 'PRP$'), ('scsi', 'JJ'), ('interface', 'NN'), ('because', 'IN'), ('of', 'IN'), ('higher', 'JJR'), ('rpm', 'NN'), ('platter', 'RBR'), ('different', 'JJ'), ('arrangement', 'NN'), ('of', 'IN'), ('heads', 'NNS'), ('etc', 'FW'), ('?)?', 'VBP'), ('if', 'IN'), ('data', 'NNS'), ('is', 'VBZ'), ('going', 'VBG'), ('from', 'IN'), ('one', 'CD'), ('drive', 'NN'), ('to', 'TO'), ('another', 'DT'), ('and', 'CC'), ('if', 'IN'), ('scsi', 'NN'), ('has', 'VBZ'), ('the', 'DT'), ('ability', 'NN'), ('to', 'TO'), ('perform', 'VB'), ('that', 'DT'), ('transfer', 'NN'), ('without', 'IN'), ('the', 'DT'), ('data', 'NNS'), ('having', 'VBG'), ('to', 'TO'), ('go', 'VB'), ('through', 'IN'), ('the', 'DT'), ('cpu', 'NN'), ('or', 'CC'), ('main', 'JJ'), ('memory', 'NN'), ('then', 'RB'), ('yes', 'VBZ'), ('that', 'WDT'), ('is', 'VBZ'), ('the', 'DT'), ('optimal', 'JJ'), ('way', 'NN'), ('to', 'TO'), ('do', 'VB'), ('it', 'PRP'), ('as', 'RB'), ('far', 'RB'), ('as', 'IN'), ('know', 'JJ'), ('ide', 'NN'), ('can', 'MD'), ('do', 'VB'), ('that', 'DT'), ('but', 'CC'), ('when', 'WRB'), ('the', 'DT'), ('cpu', 'NN'), ('wants', 'VBZ'), ('data', 'NNS'), ('from', 'IN'), ('both', 'DT'), ('drives', 'NNS'), ('data', 'NNS'), ('to', 'TO'), ('be', 'VB'), ('stored', 'VBN'), ('in', 'IN'), ('main', 'JJ'), ('memory', 'NN'), ('are', 'VBP'), ('you', 'PRP'), ('saying', 'VBG'), ('that', 'IN'), ('scsi', 'NN'), ('can', 'MD'), ('grab', 'VB'), ('data', 'NNS'), ('from', 'IN'), ('both', 'DT'), ('drives', 'NNS'), ('at', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('time', 'NN'), ('and', 'CC'), ('store', 'NN'), ('transfer', 'NN'), ('that', 'WDT'), ('data', 'VBZ'), ('to', 'TO'), ('main', 'JJ'), ('memory', 'NN'), ('also', 'RB'), ('at', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('time', 'NN'), ('working', 'VBG'), ('off', 'RP'), ('irq', 'NN'), ('and', 'CC'), ('dma', 'JJ'), ('channel', 'NN'), ('on', 'IN'), ('an', 'DT'), ('isa', 'NN'), ('or', 'CC'), ('whatever', 'WDT'), ('bus', 'JJ'), ('friend', 'NN'), ('of', 'IN'), ('mine', 'NN'), ('just', 'RB'), ('got', 'VBD'), ('maxtor', 'JJ'), ('245', 'CD'), ('meg', 'JJ'), ('ide', 'JJ'), ('drive', 'NN'), ('for', 'IN'), ('320', 'CD'), ('that', 'IN'), ('245', 'CD'), ('million', 'CD'), ('bytes', 'NNS'), ('or', 'CC'), ('234', 'CD'), ('mega', 'JJ'), ('bytes', 'NNS'), (').', 'VBP'), ('with', 'IN'), ('the', 'DT'), ('basic', 'JJ'), ('20', 'CD'), ('interface', 'NN'), ('he', 'PRP'), ('gets', 'VBZ'), ('close', 'RB'), ('to', 'TO'), ('meg', 'VB'), ('sec', 'JJ'), ('transfer', 'NN'), ('on', 'IN'), ('his', 'PRP$'), ('286', 'CD'), ('20', 'CD'), ('does', 'VBZ'), ('your', 'PRP$'), ('figure', 'NN'), ('include', 'VBP'), ('few', 'JJ'), ('hundred', 'CD'), ('$$$', 'NNS'), ('for', 'IN'), ('scsi', 'NN'), ('drivers', 'NNS'), ('so', 'IN'), ('you', 'PRP'), ('re', 'VBP'), ('saying', 'VBG'), ('that', 'IN'), ('scsi', 'NN'), ('would', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('the', 'DT'), ('default', 'NN'), ('interface', 'NN'), ('type', 'NN'), ('considering', 'VBG'), ('that', 'IN'), ('the', 'DT'), ('vast', 'JJ'), ('majority', 'NN'), ('of', 'IN'), ('pc', 'NN'), ('don', 'NN'), ('have', 'VBP'), ('cd', 'VBN'), ('rom', 'JJ'), ('drives', 'NNS'), ('or', 'CC'), ('tape', 'NN'), ('backups', 'NNS'), ('or', 'CC'), ('etc', 'VB'), ('that', 'DT'), ('most', 'RBS'), ('pc', 'NN'), ('only', 'RB'), ('have', 'VB'), ('or', 'CC'), ('had', 'VB'), ('hard', 'JJ'), ('drive', 'NN'), ('and', 'CC'), ('run', 'VB'), ('dos', 'NN'), ('that', 'IN'), ('scsi', 'VBZ'), ('hard', 'JJ'), ('drives', 'NNS'), ('cost', 'NN'), ('lot', 'NN'), ('more', 'JJR'), ('than', 'IN'), ('mfm', 'NN'), ('or', 'CC'), ('rll', 'NN'), ('drives', 'NNS'), ('at', 'IN'), ('the', 'DT'), ('time', 'NN'), ('and', 'CC'), ('how', 'WRB'), ('common', 'JJ'), ('were', 'VBD'), ('scsi', 'JJ'), ('drives', 'NNS'), ('under', 'IN'), ('80', 'CD'), ('megs', 'NNS'), ('to', 'TO'), ('10', 'CD'), ('years', 'NNS'), ('ago', 'RB'), ('?)', 'VBP'), ('there', 'RB'), ('lot', 'RB'), ('more', 'JJR'), ('than', 'IN'), ('the', 'DT'), ('lack', 'NN'), ('of', 'IN'), ('common', 'JJ'), ('interface', 'NN'), ('card', 'NN'), ('that', 'WDT'), ('prevented', 'VBD'), ('scsi', 'NN'), ('from', 'IN'), ('becoming', 'VBG'), ('the', 'DT'), ('connection', 'NN'), ('medium', 'NN'), ('of', 'IN'), ('choice', 'NN'), ('but', 'CC'), ('on', 'IN'), ('that', 'DT'), ('point', 'NN'), ('is', 'VBZ'), ('it', 'PRP'), ('faster', 'RBR'), ('this', 'DT'), ('is', 'VBZ'), ('what', 'WP'), ('all', 'DT'), ('this', 'DT'), ('is', 'VBZ'), ('about', 'RB'), ('do', 'VBP'), ('you', 'PRP'), ('get', 'VB'), ('more', 'JJR'), ('performance', 'NN'), ('for', 'IN'), ('the', 'DT'), ('money', 'NN'), ('for', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('people', 'NNS'), ('that', 'WDT'), ('will', 'MD'), ('only', 'RB'), ('have', 'VB'), ('single', 'JJ'), ('hard', 'JJ'), ('drive', 'NN'), ('in', 'IN'), ('their', 'PRP$'), ('system', 'NN'), ('regardless', 'NN'), ('of', 'IN'), ('the', 'DT'), ('os', 'NN'), ('will', 'MD'), ('the', 'DT'), ('scsi', 'JJ'), ('choice', 'NN'), ('really', 'RB'), ('give', 'VB'), ('them', 'PRP'), ('more', 'JJR'), ('performance', 'NN'), ('than', 'IN'), ('ide', 'JJ'), ('true', 'JJ'), ('but', 'CC'), ('expandibility', 'NN'), ('can', 'MD'), ('also', 'RB'), ('start', 'VB'), ('on', 'IN'), ('the', 'DT'), ('bus', 'NN'), ('which', 'WDT'), ('means', 'VBZ'), ('the', 'DT'), ('option', 'NN'), ('is', 'VBZ'), ('there', 'RB'), ('for', 'IN'), ('cd', 'NN'), ('rom', 'NN'), ('drives', 'VBZ'), ('or', 'CC'), ('tape', 'NN'), ('backups', 'NNS'), ('that', 'WDT'), ('run', 'VBP'), ('off', 'RP'), ('their', 'PRP$'), ('own', 'JJ'), ('cards', 'NNS'), ('no', 'DT'), ('argument', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('always', 'RB'), ('held', 'VBN'), ('up', 'RP'), ('to', 'TO'), ('the', 'DT'), ('first', 'JJ'), ('time', 'NN'), ('scsi', 'JJ'), ('buyer', 'NN'), ('as', 'IN'), ('the', 'DT'), ('best', 'JJS'), ('reason', 'NN'), ('but', 'CC'), ('how', 'WRB'), ('many', 'JJ'), ('scsi', 'JJ'), ('devices', 'NNS'), ('will', 'MD'), ('the', 'DT'), ('first', 'JJ'), ('time', 'NN'), ('scsi', 'NN'), ('buyer', 'NN'), ('eventually', 'RB'), ('acquire', 'VB'), ('again', 'RB'), ('does', 'VBZ'), ('it', 'PRP'), ('make', 'VB'), ('sense', 'NN'), ('to', 'TO'), ('go', 'VB'), ('scsi', 'NN'), ('for', 'IN'), ('single', 'JJ'), ('hard', 'JJ'), ('drive', 'NN'), ('system', 'NN'), ('with', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('postings', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('scsi', 'NN'), ('or', 'CC'), ('ii', 'NN'), ('specs', 'NN'), ('are', 'VBP'), ('you', 'PRP'), ('really', 'RB'), ('sure', 'JJ'), ('that', 'IN'), ('pc', 'NN'), ('and', 'CC'), ('apple', 'NN'), ('scsi', 'VBP'), ('hard', 'JJ'), ('drives', 'NNS'), ('are', 'VBP'), ('compatible', 'JJ'), ('and', 'CC'), ('even', 'RB'), ('if', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('is', 'VBZ'), ('the', 'DT'), ('data', 'NNS'), ('accessible', 'NN'), ('from', 'IN'), ('either', 'CC'), ('machine', 'NN'), ('ie', 'NN'), ('are', 'VBP'), ('there', 'RB'), ('no', 'RB'), ('formatting', 'VBG'), ('partitioning', 'VBG'), ('or', 'CC'), ('file', 'NN'), ('table', 'JJ'), ('differences', 'NNS'), ('?)', 'WP'), ('is', 'VBZ'), ('it', 'PRP'), ('really', 'RB'), ('plug', 'JJ'), ('play', 'NN'), ('so', 'RB'), ('the', 'DT'), ('drive', 'NN'), ('on', 'IN'), ('the', 'DT'), ('connor', 'NN'), ('becomes', 'VBZ'), ('logical', 'JJ'), ('drive', 'NN'), ('to', 'TO'), ('dos', 'VB'), ('is', 'VBZ'), ('this', 'DT'), ('really', 'RB'), ('problem', 'NN'), ('after', 'IN'), ('having', 'VBG'), ('two', 'CD'), ('ide', 'JJ'), ('drives', 'NNS'), ('in', 'IN'), ('my', 'PRP$'), ('system', 'NN'), ('for', 'IN'), ('temporary', 'JJ'), ('file', 'NN'), ('transfers', 'NNS'), ('have', 'VBP'), ('never', 'RB'), ('seen', 'VBN'), ('any', 'DT'), ('differences', 'NNS'), ('when', 'WRB'), ('switching', 'VBG'), ('between', 'IN'), ('drives', 'NNS'), ('nor', 'CC'), ('have', 'VBP'), ('ever', 'RB'), ('seen', 'VBN'), ('any', 'DT'), ('differences', 'NNS'), ('when', 'WRB'), ('transfering', 'VBG'), ('files', 'NNS'), ('between', 'IN'), ('drives', 'NNS'), ('or', 'CC'), ('to', 'TO'), ('from', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('drive', 'NN'), ('that', 'WDT'), ('is', 'VBZ'), ('nice', 'JJ'), ('as', 'RB'), ('long', 'RB'), ('as', 'IN'), ('the', 'DT'), ('power', 'NN'), ('supply', 'NN'), ('can', 'MD'), ('keep', 'VB'), ('up', 'RP'), (').', 'NNS'), ('do', 'VBP'), ('believe', 'VB'), ('that', 'IN'), ('there', 'EX'), ('is', 'VBZ'), ('the', 'DT'), ('possibility', 'NN'), ('for', 'IN'), ('up', 'IN'), ('to', 'TO'), ('ide', 'VB'), ('drives', 'NNS'), ('on', 'IN'), ('pc', 'NN')] | ['complain', 'maybe', 'scsi', 'expensive', 'pc', 'year', 'two', 'ago', 'isa', 'bus', 'ie', 'one', 'buy', 'scsi', 'isa', 'isa', 'slow', 'say', 'scsi', 'isa', 'bus', 'automatic', 'winner', 'compare', 'ide', 'get', 'different', 'transfer', 'rate', 'ide', 'change', 'isa', 'bus', 'speed', 'ide', 'variant', 'old', 'ibm', 'mfm', 'controller', 'least', 'look', 'software', 'point', 'view', 'never', 'mean', 'encompass', 'protocal', 'standard', 'implimented', 'across', 'different', 'platform', 'argument', 'ide', 'transfer', 'data', 'ide', 'drive', 'least', 'fast', 'drive', 'able', 'provide', 'data', 'scsi', 'version', 'ide', 'drive', 'able', 'deliver', 'high', 'sustain', 'transfer', 'rate', 'scsi', 'interface', 'high', 'rpm', 'platter', 'different', 'arrangement', 'head', 'etc', 'data', 'go', 'one', 'drive', 'another', 'scsi', 'ability', 'perform', 'transfer', 'without', 'data', 'go', 'cpu', 'main', 'memory', 'yes', 'optimal', 'way', 'far', 'know', 'ide', 'cpu', 'want', 'data', 'drive', 'data', 'store', 'main', 'memory', 'say', 'scsi', 'grab', 'data', 'drive', 'time', 'store', 'transfer', 'data', 'main', 'memory', 'also', 'time', 'work', 'irq', 'dma', 'channel', 'isa', 'whatever', 'bus', 'friend', 'mine', 'get', 'maxtor', 'meg', 'ide', 'drive', 'million', 'byte', 'mega', 'byte', 'basic', 'interface', 'get', 'close', 'meg', 'sec', 'transfer', 'figure', 'include', 'hundred', 'scsi', 'driver', 'say', 'scsi', 'would', 'default', 'interface', 'type', 'consider', 'vast', 'majority', 'pc', 'cd', 'rom', 'drive', 'tape', 'backup', 'etc', 'pc', 'hard', 'drive', 'run', 'scsi', 'hard', 'drive', 'cost', 'lot', 'mfm', 'rll', 'drive', 'time', 'common', 'scsi', 'drive', 'meg', 'year', 'ago', 'lot', 'lack', 'common', 'interface', 'card', 'prevent', 'scsi', 'become', 'connection', 'medium', 'choice', 'point', 'faster', 'get', 'performance', 'money', 'people', 'single', 'hard', 'drive', 'system', 'regardless', 'scsi', 'choice', 'really', 'give', 'performance', 'ide', 'true', 'expandibility', 'also', 'start', 'bus', 'mean', 'option', 'cd', 'rom', 'drive', 'tape', 'backup', 'run', 'card', 'argument', 'always', 'hold', 'first', 'time', 'scsi', 'buyer', 'best', 'reason', 'many', 'scsi', 'device', 'first', 'time', 'scsi', 'buyer', 'eventually', 'acquire', 'make', 'sense', 'go', 'scsi', 'single', 'hard', 'drive', 'system', 'posting', 'scsi', 'ii', 'spec', 'really', 'sure', 'pc', 'apple', 'scsi', 'hard', 'drive', 'compatible', 'even', 'data', 'accessible', 'either', 'machine', 'ie', 'format', 'partition', 'file', 'table', 'difference', 'really', 'plug', 'play', 'drive', 'connor', 'become', 'logical', 'drive', 'really', 'problem', 'two', 'ide', 'drive', 'system', 'temporary', 'file', 'transfer', 'never', 'see', 'difference', 'switch', 'drive', 'ever', 'see', 'difference', 'transfer', 'file', 'drive', 'drive', 'nice', 'long', 'power', 'supply', 'keep', 'believe', 'possibility', 'ide', 'drive', 'pc'] | ['year_two', 'isa_bus', 'one_buy', 'buy_scsi', 'isa_bus', 'get_different', 'transfer_rate', 'isa_bus', 'bus_speed', 'mfm_controller', 'look_software', 'point_view', 'transfer_data', 'ide_drive', 'able_provide', 'ide_drive', 'transfer_rate', 'scsi_interface', 'go_one', 'one_drive', 'main_memory', 'far_know', 'main_memory', 'drive_time', 'transfer_data', 'main_memory', 'memory_also', 'time_work', 'dma_channel', 'friend_mine', 'mine_get', 'meg_ide', 'ide_drive', 'get_close', 'meg_sec', 'scsi_driver', 'driver_say', 'interface_type', 'vast_majority', 'cd_rom', 'rom_drive', 'drive_tape', 'tape_backup', 'hard_drive', 'drive_run', 'scsi_hard', 'hard_drive', 'drive_cost', 'cost_lot', 'mfm_rll', 'rll_drive', 'drive_time', 'scsi_drive', 'drive_meg', 'year_ago', 'interface_card', 'single_hard', 'hard_drive', 'drive_system', 'really_give', 'also_start', 'cd_rom', 'rom_drive', 'drive_tape', 'tape_backup', 'hold_first', 'first_time', 'reason_many', 'scsi_device', 'first_time', 'make_sense', 'single_hard', 'hard_drive', 'drive_system', 'really_sure', 'scsi_hard', 'hard_drive', 'difference_really', 'plug_play', 'really_problem', 'problem_two', 'two_ide', 'ide_drive', 'drive_system', 'file_transfer', 'never_see', 'see_difference', 'switch_drive', 'ever_see', 'see_difference', 'transfer_file', 'drive_drive', 'power_supply', 'ide_drive'] | comp_sys_ibm_pc_hardware_60367 |@lemmatized complain:1 maybe:1 scsi:19 expensive:1 pc:5 year:2 two:2 ago:2 isa:6 bus:5 ie:2 one:2 buy:1 slow:1 say:3 automatic:1 winner:1 compare:1 ide:11 get:4 different:3 transfer:8 rate:2 change:1 speed:1 variant:1 old:1 ibm:1 mfm:2 controller:1 least:2 look:1 software:1 point:2 view:1 never:2 mean:2 encompass:1 protocal:1 standard:1 implimented:1 across:1 platform:1 argument:2 data:9 drive:23 fast:1 able:2 provide:1 version:1 deliver:1 high:2 sustain:1 interface:4 rpm:1 platter:1 arrangement:1 head:1 etc:2 go:3 another:1 ability:1 perform:1 without:1 cpu:2 main:3 memory:3 yes:1 optimal:1 way:1 far:1 know:1 want:1 store:2 grab:1 time:5 also:2 work:1 irq:1 dma:1 channel:1 whatever:1 friend:1 mine:1 maxtor:1 meg:3 million:1 byte:2 mega:1 basic:1 close:1 sec:1 figure:1 include:1 hundred:1 driver:1 would:1 default:1 type:1 consider:1 vast:1 majority:1 cd:2 rom:2 tape:2 backup:2 hard:5 run:2 cost:1 lot:2 rll:1 common:2 lack:1 card:2 prevent:1 become:2 connection:1 medium:1 choice:2 faster:1 performance:2 money:1 people:1 single:2 system:3 regardless:1 really:4 give:1 true:1 expandibility:1 start:1 option:1 always:1 hold:1 first:2 buyer:2 best:1 reason:1 many:1 device:1 eventually:1 acquire:1 make:1 sense:1 posting:1 ii:1 spec:1 sure:1 apple:1 compatible:1 even:1 accessible:1 either:1 machine:1 format:1 partition:1 file:3 table:1 difference:3 plug:1 play:1 connor:1 logical:1 problem:1 temporary:1 see:2 switch:1 ever:1 nice:1 long:1 power:1 supply:1 keep:1 believe:1 possibility:1 |@bigram year_two:1 isa_bus:3 one_buy:1 buy_scsi:1 get_different:1 transfer_rate:2 bus_speed:1 mfm_controller:1 look_software:1 point_view:1 transfer_data:2 ide_drive:5 able_provide:1 scsi_interface:1 go_one:1 one_drive:1 main_memory:3 far_know:1 drive_time:2 memory_also:1 time_work:1 dma_channel:1 friend_mine:1 mine_get:1 meg_ide:1 get_close:1 meg_sec:1 scsi_driver:1 driver_say:1 interface_type:1 vast_majority:1 cd_rom:2 rom_drive:2 drive_tape:2 tape_backup:2 hard_drive:5 drive_run:1 scsi_hard:2 drive_cost:1 cost_lot:1 mfm_rll:1 rll_drive:1 scsi_drive:1 drive_meg:1 year_ago:1 interface_card:1 single_hard:2 drive_system:3 really_give:1 also_start:1 hold_first:1 first_time:2 reason_many:1 scsi_device:1 make_sense:1 really_sure:1 difference_really:1 plug_play:1 really_problem:1 problem_two:1 two_ide:1 file_transfer:1 never_see:1 see_difference:2 switch_drive:1 ever_see:1 transfer_file:1 drive_drive:1 power_supply:1 |
3,376 |
Stankiewicz? I doubt it.
Koufax was one of two Jewish HOFs: the other is Hank Greenberg.
Other good players: Buddy Myer, Johnny Kling, Norm and Larry Sherry,
Ken Holtzman, Saul Rogovin, Ed Reulbach.
There have been over 150 Jewish major leaguers. A few years ago there
was an article about someone who keeps track of this in Spy magazine;
the article was entitled "Jews on First," of course.
There have also been at least two books on the subject. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.baseball/104933 | 9 | rec_sport_baseball_104933 | [('stankiewicz', 'JJ'), ('doubt', 'NN'), ('it', 'PRP'), ('koufax', 'VBD'), ('was', 'VBD'), ('one', 'CD'), ('of', 'IN'), ('two', 'CD'), ('jewish', 'JJ'), ('hofs', 'VBP'), ('the', 'DT'), ('other', 'JJ'), ('is', 'VBZ'), ('hank', 'JJ'), ('greenberg', 'NN'), ('other', 'JJ'), ('good', 'JJ'), ('players', 'NNS'), ('buddy', 'VBP'), ('myer', 'NN'), ('johnny', 'NN'), ('kling', 'VBG'), ('norm', 'NN'), ('and', 'CC'), ('larry', 'NN'), ('sherry', 'VBP'), ('ken', 'VBN'), ('holtzman', 'NN'), ('saul', 'NN'), ('rogovin', 'NN'), ('ed', 'VBP'), ('reulbach', 'NN'), ('there', 'RB'), ('have', 'VBP'), ('been', 'VBN'), ('over', 'IN'), ('150', 'CD'), ('jewish', 'JJ'), ('major', 'JJ'), ('leaguers', 'NNS'), ('few', 'JJ'), ('years', 'NNS'), ('ago', 'RB'), ('there', 'EX'), ('was', 'VBD'), ('an', 'DT'), ('article', 'NN'), ('about', 'IN'), ('someone', 'NN'), ('who', 'WP'), ('keeps', 'VBZ'), ('track', 'NN'), ('of', 'IN'), ('this', 'DT'), ('in', 'IN'), ('spy', 'JJ'), ('magazine', 'NN'), ('the', 'DT'), ('article', 'NN'), ('was', 'VBD'), ('entitled', 'VBN'), ('jews', 'NNS'), ('on', 'IN'), ('first', 'JJ'), (',"', 'NN'), ('of', 'IN'), ('course', 'NN'), ('there', 'EX'), ('have', 'VBP'), ('also', 'RB'), ('been', 'VBN'), ('at', 'IN'), ('least', 'JJS'), ('two', 'CD'), ('books', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('subject', 'NN')] | ['stankiewicz', 'doubt', 'koufax', 'one', 'two', 'jewish', 'hofs', 'hank', 'greenberg', 'good', 'player', 'buddy', 'myer', 'johnny', 'kling', 'norm', 'larry', 'sherry', 'ken', 'holtzman', 'saul', 'rogovin', 'ed', 'reulbach', 'jewish', 'major', 'leaguers', 'year', 'ago', 'article', 'someone', 'keep', 'track', 'spy', 'magazine', 'article', 'entitle', 'jew', 'first', 'course', 'also', 'least', 'two', 'book', 'subject'] | ['one_two', 'hank_greenberg', 'good_player', 'year_ago', 'keep_track', 'magazine_article', 'course_also', 'least_two', 'two_book', 'book_subject'] | rec_sport_baseball_104933 |@lemmatized stankiewicz:1 doubt:1 koufax:1 one:1 two:2 jewish:2 hofs:1 hank:1 greenberg:1 good:1 player:1 buddy:1 myer:1 johnny:1 kling:1 norm:1 larry:1 sherry:1 ken:1 holtzman:1 saul:1 rogovin:1 ed:1 reulbach:1 major:1 leaguers:1 year:1 ago:1 article:2 someone:1 keep:1 track:1 spy:1 magazine:1 entitle:1 jew:1 first:1 course:1 also:1 least:1 book:1 subject:1 |@bigram one_two:1 hank_greenberg:1 good_player:1 year_ago:1 keep_track:1 magazine_article:1 course_also:1 least_two:1 two_book:1 book_subject:1 |
3,377 | Apparently, Part 2 (defensemen numbered 2 through 19) was lost when I posted
it; to make things worse, I lost my own copy. I have asked on the Sharks
mailing list, on which it did get out, to see if someone can mail me a copy
back. If someone responds, I will repost it when I get it; otherwise, I will
re-write it in a day or two and post it. Sorry about that.
#8 LARRY DEPALMA Season: 3rd
Acquired: '91-92, free agent from Minnesota
Grade: I (C-/D+)
No netter/fan watching the Sharks, including me, knows where DePalma was at
the end of the season; the Sharks appeared to still have his rights, but he
wasn't in San Jose, he wasn't in Kansas City, and his name hasn't appeared on
the waiver wire. And that kind of invisibility was prevalent for the most part
for DePalma. After being called up October 30 against the Tampa Bay Lightning,
DePalma had an excellent week, scoring 5 points in 3 games while playing good
defense. Unfortunately, the 27-year-old DePalma then disappeared the rest of
the way, getting just 3 more points in 15 more games, and generally looked
lethargic and uninterested on both ends of the ice. He then was sent down to
Kansas City, walked out from there, and was suspended and later reinstated
when it was revealed that he was injured; he then promptly disappeared from
the watching eyes of Shark Bytes (as the mailing list is now known to Sharks
officials) faithful, and neither the Sharks nor we miss him.
#10 JOHAN GARPENLOV Season: 3rd
Acquired: '91-92, trade with Detroit for D Bob McGill and 8th round
pick in '92 entry draft from Vancouver
Grade: A/A-
After an early slump, Garpenlov was nothing short of inspirational the rest
of the way, finishing with 66 points in 79 games, second highest total on the
team, as he clicked well with team MVP Kelly Kisio and right wing Rob
Gaudreau. Kisio got most of the credit, but Garpenlov, finishing second in
the MVP voting, clearly demonstrated his playmaking and scoring skills, as he
was seen making excellent centering passes as well as finishing passes to him
by putting the puck past opposing goaltenders, getting a club-high 14 power-
play goals. Contrary to his previous rep, Garpenlov also showed that despite
his small size (5' 11", 183 lbs.), he was willing to throw himself around
when necessary, albeit not very successful yet. He also still needs to work
on his defense, although he improved tremendously throughout the season, and
was actually quite a good penalty killer by the end of the season. He will
be a major key to the offense next year.
#15 DAVID BRUCE Season: 5th
Acquired: '91-92, from St. Louis in expansion draft
Grade: I (?)
After a banner '91-92, when he led the team in power-play goals (10) and
was third in total scoring (38 points in 60 games), Bruce was bothered
virtually all of this season with a groin injury, which kept him out of the
lineup for all by 17 games this season. Of course, it is difficult to
speculate how well he would have done this season had he not been affected by
the injury, but the 28-year-old Bruce was effective with a man up or a man
short in the Sharks' first season, and was expected to be a strong offensive
leader this season as well. The injury appears serious, which is a shame,
because otherwise he may have a much brighter future for now; instead, his
future with the Sharks next season appears clouded.
#18 MARK PEDERSON Season: 3rd
Acquired: '92-93, trade with Philadelphia for C/LW Dave Snuggerud
Grade: I (B)
It is difficult for me to understand the Flyers' decision to unload Pederson,
after a very good offensive season last season (40 points in 58 games), but
after riding the pine early in the season, Pederson was summarily sent to the
Sharks in exchange of the defensive-minded Snuggerud, and he finished with
41 games combined with the Flyers and the Sharks. He was also limited by
injuries this season, and this limited his production (17 points). But when
healthy, Pederson appears impressive, with a good scoring touch, good size
(and the willingness to throw it around, although he's not considered a
physical forward), and good speed. He also does not appear to be a liability
on defense, but the Sharks probably have to wait until next season to see how
much, exactly, Pederson can do.
#20 JOHN CARTER Season: 4th
Acquired: '91-92, free agent from Boston
Grade: I (B+/B)
Carter was definitely one of the hardest workers on the team, and the hard
work worked wonders, as at times he looked great on ice. However, although he
did look great at times, the fact that he received just 16 points (in 55
games) for his efforts is a sign that there is only so much his hard work can
do, and the Sharks confirmed that by sending him to Kansas City with about
20 games left in the season. Carter, who will turn 30 on May 6, always
hussled, but as a result, was sometimes trapped too deep within the offensive
zone while forechecking, but he was generally a credit on the defensive end,
but he is probably of limited utility in that capacity, and he did not impress
offensively, although he was one of the best Sharks at drawing penalties. He
is very unlikely to be back next season.
#28 JEAN-FRANCOIS QUINTIN Season: 1st
Acquired: '91-92, from Minnesota in dispersal draft
Grade: I (B+/B)
I don't understand why the Sharks didn't let Quintin play any more than the
14 games he played this season. He was generally hard-working and creating
opportunities offensively, and appeared, at age 23, ready for regular NHL
duty, at least for a team like the Sharks, finishing with 7 points in those
14 games while not being a defensive liability. Shoulder injury in training
camp before the '91-92 season limited Quintin, the team's leading scorer in
exhibition games despite sitting out the final two, to just 29 games with the
Sharks and the Blades that season, but he looked impressive. He should be a
solid contender for regular duty next season.
#41 MARK BEAUFAIT Season: 1st
Acquired: 2nd round pick in 1991 supplemental draft
Grade: I (?)
After a all-star season at Kansas City, Beaufait got a cup of coffey with the
Sharks late in the season when the Blades knocked down a playoff spot and the
Sharks decimated with injuries, playing 5 games and scoring a goal for his only
NHL point thus far. Despite small size (5' 9", 165 lbs.), Beaufait was not shy
to throw himself around when necessary, and looked pretty good at times,
although it's too early to judge him based on 5 NHL games, in which he played
mostly left wing, away from his center position at Northern Michigan and
Kansas City.
#42 JAROSLAV OTEVREL Season: 1st
Acquired: 8th round pick in 1991 entry draft
Grade: I (?)
Like Beaufait, Otevrel also played away from his normal position when he was
up for his cup of tea (7 games) midway through the season. He was generally
very much of a defensive liability, and did not show much offensively either,
although that may be more indicative of the lack of ice time he got in those
7 games. He may need another season to work on his defense, but once his
defense is acceptable, he should be ready.
#44 MICHEL PICARD Season: 1st
Acquired: '92-93, trade with Hartford for LW Yvon Corriveau
Grade: I (B-/C+)
The 23-year-old Picard, although he perennially tore up the minors, seems to
be close to being out of chances, for some reason, after being acquired by the
Sharks but failing to impress the management in 25 games, scoring 4 goals for
his only points, and he spent most of the rest of the way in Kansas City.
He was not particularly strong defensively, and despite his offensive
brilliance in the minors, he has failed thus far to score in the NHL, although
he has been given limited opportunities. He may be the Sharks' bait in the
expansion draft.
#45 DODY WOOD Season: 1st
Acquired: 3rd round pick in 1991 entry draft
Grade: I (D+/D, although perhaps I shouldn't give a grade at all)
I have been accused of knocking on Wood too much. :-) Then, it is probably
no surprise to you that I am thoroughly unimpressed by Wood thus far, although
13 games is a small example. He was generally a nonfactor on offense, was
not particularly good defensively, and took too many silly penalties, losing
many fights in the process and gathering 69 penalty minutes in those 13 games,
projecting to to 446(!) in an 84-game season. He's not ready, and needs at
least another season at KC, where he can work on his fighting skills, if
nothing else. His relatively small size (5' 11", 181 lbs.) does not give much
possibility that he can survive, at this stage, as an enforcer. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53781 | 10 | rec_sport_hockey_53781 | [('apparently', 'RB'), ('part', 'NN'), ('defensemen', 'NNS'), ('numbered', 'VBD'), ('through', 'IN'), ('19', 'CD'), ('was', 'VBD'), ('lost', 'VBN'), ('when', 'WRB'), ('posted', 'VBD'), ('it', 'PRP'), ('to', 'TO'), ('make', 'VB'), ('things', 'NNS'), ('worse', 'JJR'), ('lost', 'VBN'), ('my', 'PRP$'), ('own', 'JJ'), ('copy', 'NN'), ('have', 'VBP'), ('asked', 'VBN'), ('on', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('mailing', 'VBG'), ('list', 'NN'), ('on', 'IN'), ('which', 'WDT'), ('it', 'PRP'), ('did', 'VBD'), ('get', 'VB'), ('out', 'RP'), ('to', 'TO'), ('see', 'VB'), ('if', 'IN'), ('someone', 'NN'), ('can', 'MD'), ('mail', 'VB'), ('me', 'PRP'), ('copy', 'VB'), ('back', 'RB'), ('if', 'IN'), ('someone', 'NN'), ('responds', 'NNS'), ('will', 'MD'), ('repost', 'VB'), ('it', 'PRP'), ('when', 'WRB'), ('get', 'VB'), ('it', 'PRP'), ('otherwise', 'RB'), ('will', 'MD'), ('re', 'VB'), ('write', 'VB'), ('it', 'PRP'), ('in', 'IN'), ('day', 'NN'), ('or', 'CC'), ('two', 'CD'), ('and', 'CC'), ('post', 'VB'), ('it', 'PRP'), ('sorry', 'VB'), ('about', 'IN'), ('that', 'DT'), ('larry', 'NN'), ('depalma', 'VBZ'), ('season', 'NN'), ('3rd', 'CD'), ('acquired', 'VBD'), ('91', 'CD'), ('92', 'CD'), ('free', 'JJ'), ('agent', 'NN'), ('from', 'IN'), ('minnesota', 'NN'), ('grade', 'NN'), ('-/', 'NNP'), ('+)', 'NNP'), ('no', 'DT'), ('netter', 'NN'), ('fan', 'NN'), ('watching', 'VBG'), ('the', 'DT'), ('sharks', 'NNS'), ('including', 'VBG'), ('me', 'PRP'), ('knows', 'VBZ'), ('where', 'WRB'), ('depalma', 'NN'), ('was', 'VBD'), ('at', 'IN'), ('the', 'DT'), ('end', 'NN'), ('of', 'IN'), ('the', 'DT'), ('season', 'NN'), ('the', 'DT'), ('sharks', 'NNS'), ('appeared', 'VBD'), ('to', 'TO'), ('still', 'RB'), ('have', 'VB'), ('his', 'PRP$'), ('rights', 'NNS'), ('but', 'CC'), ('he', 'PRP'), ('wasn', 'VBZ'), ('in', 'IN'), ('san', 'JJ'), ('jose', 'NN'), ('he', 'PRP'), ('wasn', 'VBZ'), ('in', 'IN'), ('kansas', 'JJ'), ('city', 'NN'), ('and', 'CC'), ('his', 'PRP$'), ('name', 'NN'), ('hasn', 'NN'), ('appeared', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('waiver', 'NN'), ('wire', 'NN'), ('and', 'CC'), ('that', 'IN'), ('kind', 'NN'), ('of', 'IN'), ('invisibility', 'NN'), ('was', 'VBD'), ('prevalent', 'NN'), ('for', 'IN'), ('the', 'DT'), ('most', 'JJS'), ('part', 'NN'), ('for', 'IN'), ('depalma', 'NN'), ('after', 'IN'), ('being', 'VBG'), ('called', 'VBN'), ('up', 'RP'), ('october', 'RB'), ('30', 'CD'), ('against', 'IN'), ('the', 'DT'), ('tampa', 'NN'), ('bay', 'NN'), ('lightning', 'VBG'), ('depalma', 'NN'), ('had', 'VBD'), ('an', 'DT'), ('excellent', 'JJ'), ('week', 'NN'), ('scoring', 'VBG'), ('points', 'NNS'), ('in', 'IN'), ('games', 'NNS'), ('while', 'IN'), ('playing', 'VBG'), ('good', 'JJ'), ('defense', 'NN'), ('unfortunately', 'RB'), ('the', 'DT'), ('27', 'CD'), ('year', 'NN'), ('old', 'JJ'), ('depalma', 'NN'), ('then', 'RB'), ('disappeared', 'VBD'), ('the', 'DT'), ('rest', 'NN'), ('of', 'IN'), ('the', 'DT'), ('way', 'NN'), ('getting', 'VBG'), ('just', 'RB'), ('more', 'RBR'), ('points', 'NNS'), ('in', 'IN'), ('15', 'CD'), ('more', 'JJR'), ('games', 'NNS'), ('and', 'CC'), ('generally', 'RB'), ('looked', 'VBD'), ('lethargic', 'JJ'), ('and', 'CC'), ('uninterested', 'JJ'), ('on', 'IN'), ('both', 'DT'), ('ends', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('ice', 'NN'), ('he', 'PRP'), ('then', 'RB'), ('was', 'VBD'), ('sent', 'VBN'), ('down', 'RB'), ('to', 'TO'), ('kansas', 'VB'), ('city', 'NN'), ('walked', 'VBN'), ('out', 'RP'), ('from', 'IN'), ('there', 'RB'), ('and', 'CC'), ('was', 'VBD'), ('suspended', 'VBN'), ('and', 'CC'), ('later', 'RB'), ('reinstated', 'VBD'), ('when', 'WRB'), ('it', 'PRP'), ('was', 'VBD'), ('revealed', 'VBN'), ('that', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('injured', 'VBN'), ('he', 'PRP'), ('then', 'RB'), ('promptly', 'RB'), ('disappeared', 'VBN'), ('from', 'IN'), ('the', 'DT'), ('watching', 'VBG'), ('eyes', 'NNS'), ('of', 'IN'), ('shark', 'NN'), ('bytes', 'NNS'), ('as', 'IN'), ('the', 'DT'), ('mailing', 'NN'), ('list', 'NN'), ('is', 'VBZ'), ('now', 'RB'), ('known', 'VBN'), ('to', 'TO'), ('sharks', 'NNS'), ('officials', 'NNS'), ('faithful', 'JJ'), ('and', 'CC'), ('neither', 'CC'), ('the', 'DT'), ('sharks', 'NNS'), ('nor', 'CC'), ('we', 'PRP'), ('miss', 'VBP'), ('him', 'PRP'), ('10', 'CD'), ('johan', 'NN'), ('garpenlov', 'NN'), ('season', 'NN'), ('3rd', 'CD'), ('acquired', 'VBD'), ('91', 'CD'), ('92', 'CD'), ('trade', 'NN'), ('with', 'IN'), ('detroit', 'NNS'), ('for', 'IN'), ('bob', 'NN'), ('mcgill', 'NN'), ('and', 'CC'), ('8th', 'CD'), ('round', 'NN'), ('pick', 'NN'), ('in', 'IN'), ('92', 'CD'), ('entry', 'NN'), ('draft', 'NN'), ('from', 'IN'), ('vancouver', 'NN'), ('grade', 'NN'), ('after', 'IN'), ('an', 'DT'), ('early', 'JJ'), ('slump', 'NN'), ('garpenlov', 'NN'), ('was', 'VBD'), ('nothing', 'NN'), ('short', 'JJ'), ('of', 'IN'), ('inspirational', 'JJ'), ('the', 'DT'), ('rest', 'NN'), ('of', 'IN'), ('the', 'DT'), ('way', 'NN'), ('finishing', 'VBG'), ('with', 'IN'), ('66', 'CD'), ('points', 'NNS'), ('in', 'IN'), ('79', 'CD'), ('games', 'NNS'), ('second', 'JJ'), ('highest', 'JJS'), ('total', 'NN'), ('on', 'IN'), ('the', 'DT'), ('team', 'NN'), ('as', 'IN'), ('he', 'PRP'), ('clicked', 'VBD'), ('well', 'RB'), ('with', 'IN'), ('team', 'NN'), ('mvp', 'NN'), ('kelly', 'RB'), ('kisio', 'JJ'), ('and', 'CC'), ('right', 'JJ'), ('wing', 'NN'), ('rob', 'NN'), ('gaudreau', 'NN'), ('kisio', 'NN'), ('got', 'VBD'), ('most', 'JJS'), ('of', 'IN'), ('the', 'DT'), ('credit', 'NN'), ('but', 'CC'), ('garpenlov', 'JJ'), ('finishing', 'JJ'), ('second', 'NN'), ('in', 'IN'), ('the', 'DT'), ('mvp', 'NN'), ('voting', 'VBG'), ('clearly', 'RB'), ('demonstrated', 'VBN'), ('his', 'PRP$'), ('playmaking', 'NN'), ('and', 'CC'), ('scoring', 'VBG'), ('skills', 'NNS'), ('as', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('seen', 'VBN'), ('making', 'VBG'), ('excellent', 'JJ'), ('centering', 'VBG'), ('passes', 'NNS'), ('as', 'RB'), ('well', 'RB'), ('as', 'IN'), ('finishing', 'VBG'), ('passes', 'NNS'), ('to', 'TO'), ('him', 'PRP'), ('by', 'IN'), ('putting', 'VBG'), ('the', 'DT'), ('puck', 'NN'), ('past', 'IN'), ('opposing', 'VBG'), ('goaltenders', 'NNS'), ('getting', 'VBG'), ('club', 'NN'), ('high', 'JJ'), ('14', 'CD'), ('power', 'NN'), ('play', 'NN'), ('goals', 'NNS'), ('contrary', 'VBP'), ('to', 'TO'), ('his', 'PRP$'), ('previous', 'JJ'), ('rep', 'NN'), ('garpenlov', 'NN'), ('also', 'RB'), ('showed', 'VBD'), ('that', 'IN'), ('despite', 'IN'), ('his', 'PRP$'), ('small', 'JJ'), ('size', 'NN'), ('11', 'CD'), ('",', 'NN'), ('183', 'CD'), ('lbs', 'NN'), ('.),', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('willing', 'JJ'), ('to', 'TO'), ('throw', 'VB'), ('himself', 'PRP'), ('around', 'RB'), ('when', 'WRB'), ('necessary', 'JJ'), ('albeit', 'IN'), ('not', 'RB'), ('very', 'RB'), ('successful', 'JJ'), ('yet', 'RB'), ('he', 'PRP'), ('also', 'RB'), ('still', 'RB'), ('needs', 'VBZ'), ('to', 'TO'), ('work', 'VB'), ('on', 'IN'), ('his', 'PRP$'), ('defense', 'NN'), ('although', 'IN'), ('he', 'PRP'), ('improved', 'VBD'), ('tremendously', 'RB'), ('throughout', 'IN'), ('the', 'DT'), ('season', 'NN'), ('and', 'CC'), ('was', 'VBD'), ('actually', 'RB'), ('quite', 'RB'), ('good', 'JJ'), ('penalty', 'NN'), ('killer', 'NN'), ('by', 'IN'), ('the', 'DT'), ('end', 'NN'), ('of', 'IN'), ('the', 'DT'), ('season', 'NN'), ('he', 'PRP'), ('will', 'MD'), ('be', 'VB'), ('major', 'JJ'), ('key', 'NN'), ('to', 'TO'), ('the', 'DT'), ('offense', 'NN'), ('next', 'JJ'), ('year', 'NN'), ('15', 'CD'), ('david', 'NN'), ('bruce', 'NN'), ('season', 'NN'), ('5th', 'CD'), ('acquired', 'VBD'), ('91', 'CD'), ('92', 'CD'), ('from', 'IN'), ('st', 'NN'), ('louis', 'NN'), ('in', 'IN'), ('expansion', 'NN'), ('draft', 'NN'), ('grade', 'NN'), ('(?)', 'NN'), ('after', 'IN'), ('banner', 'NN'), ('91', 'CD'), ('92', 'CD'), ('when', 'WRB'), ('he', 'PRP'), ('led', 'VBD'), ('the', 'DT'), ('team', 'NN'), ('in', 'IN'), ('power', 'NN'), ('play', 'NN'), ('goals', 'NNS'), ('10', 'CD'), ('and', 'CC'), ('was', 'VBD'), ('third', 'VBN'), ('in', 'IN'), ('total', 'JJ'), ('scoring', 'VBG'), ('38', 'CD'), ('points', 'NNS'), ('in', 'IN'), ('60', 'CD'), ('games', 'NNS'), ('),', 'JJ'), ('bruce', 'NN'), ('was', 'VBD'), ('bothered', 'VBN'), ('virtually', 'RB'), ('all', 'DT'), ('of', 'IN'), ('this', 'DT'), ('season', 'NN'), ('with', 'IN'), ('groin', 'JJ'), ('injury', 'NN'), ('which', 'WDT'), ('kept', 'VBD'), ('him', 'PRP'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('lineup', 'NN'), ('for', 'IN'), ('all', 'DT'), ('by', 'IN'), ('17', 'CD'), ('games', 'NNS'), ('this', 'DT'), ('season', 'NN'), ('of', 'IN'), ('course', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('difficult', 'JJ'), ('to', 'TO'), ('speculate', 'VB'), ('how', 'WRB'), ('well', 'RB'), ('he', 'PRP'), ('would', 'MD'), ('have', 'VB'), ('done', 'VBN'), ('this', 'DT'), ('season', 'NN'), ('had', 'VBD'), ('he', 'PRP'), ('not', 'RB'), ('been', 'VBN'), ('affected', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('injury', 'NN'), ('but', 'CC'), ('the', 'DT'), ('28', 'CD'), ('year', 'NN'), ('old', 'JJ'), ('bruce', 'NN'), ('was', 'VBD'), ('effective', 'JJ'), ('with', 'IN'), ('man', 'NN'), ('up', 'RP'), ('or', 'CC'), ('man', 'NN'), ('short', 'JJ'), ('in', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('first', 'RB'), ('season', 'NN'), ('and', 'CC'), ('was', 'VBD'), ('expected', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('strong', 'JJ'), ('offensive', 'JJ'), ('leader', 'NN'), ('this', 'DT'), ('season', 'NN'), ('as', 'RB'), ('well', 'RB'), ('the', 'DT'), ('injury', 'NN'), ('appears', 'VBZ'), ('serious', 'JJ'), ('which', 'WDT'), ('is', 'VBZ'), ('shame', 'NN'), ('because', 'IN'), ('otherwise', 'RB'), ('he', 'PRP'), ('may', 'MD'), ('have', 'VB'), ('much', 'JJ'), ('brighter', 'JJR'), ('future', 'NN'), ('for', 'IN'), ('now', 'RB'), ('instead', 'RB'), ('his', 'PRP$'), ('future', 'NN'), ('with', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('next', 'IN'), ('season', 'NN'), ('appears', 'VBZ'), ('clouded', 'VBD'), ('18', 'CD'), ('mark', 'NN'), ('pederson', 'NN'), ('season', 'NN'), ('3rd', 'CD'), ('acquired', 'VBD'), ('92', 'CD'), ('93', 'CD'), ('trade', 'NN'), ('with', 'IN'), ('philadelphia', 'NN'), ('for', 'IN'), ('lw', 'NN'), ('dave', 'VBP'), ('snuggerud', 'VBN'), ('grade', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('difficult', 'JJ'), ('for', 'IN'), ('me', 'PRP'), ('to', 'TO'), ('understand', 'VB'), ('the', 'DT'), ('flyers', 'NNS'), ('decision', 'NN'), ('to', 'TO'), ('unload', 'VB'), ('pederson', 'NN'), ('after', 'IN'), ('very', 'RB'), ('good', 'JJ'), ('offensive', 'NN'), ('season', 'NN'), ('last', 'JJ'), ('season', 'NN'), ('40', 'CD'), ('points', 'NNS'), ('in', 'IN'), ('58', 'CD'), ('games', 'NNS'), ('),', 'RB'), ('but', 'CC'), ('after', 'IN'), ('riding', 'VBG'), ('the', 'DT'), ('pine', 'NN'), ('early', 'RB'), ('in', 'IN'), ('the', 'DT'), ('season', 'NN'), ('pederson', 'NN'), ('was', 'VBD'), ('summarily', 'RB'), ('sent', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('sharks', 'NNS'), ('in', 'IN'), ('exchange', 'NN'), ('of', 'IN'), ('the', 'DT'), ('defensive', 'NN'), ('minded', 'VBD'), ('snuggerud', 'NN'), ('and', 'CC'), ('he', 'PRP'), ('finished', 'VBD'), ('with', 'IN'), ('41', 'CD'), ('games', 'NNS'), ('combined', 'VBN'), ('with', 'IN'), ('the', 'DT'), ('flyers', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('sharks', 'NNS'), ('he', 'PRP'), ('was', 'VBD'), ('also', 'RB'), ('limited', 'VBN'), ('by', 'IN'), ('injuries', 'NNS'), ('this', 'DT'), ('season', 'NN'), ('and', 'CC'), ('this', 'DT'), ('limited', 'VBD'), ('his', 'PRP$'), ('production', 'NN'), ('17', 'CD'), ('points', 'NNS'), (').', 'RB'), ('but', 'CC'), ('when', 'WRB'), ('healthy', 'JJ'), ('pederson', 'NN'), ('appears', 'VBZ'), ('impressive', 'JJ'), ('with', 'IN'), ('good', 'JJ'), ('scoring', 'VBG'), ('touch', 'JJ'), ('good', 'JJ'), ('size', 'NN'), ('and', 'CC'), ('the', 'DT'), ('willingness', 'NN'), ('to', 'TO'), ('throw', 'VB'), ('it', 'PRP'), ('around', 'RB'), ('although', 'IN'), ('he', 'PRP'), ('not', 'RB'), ('considered', 'VBD'), ('physical', 'JJ'), ('forward', 'NN'), ('),', 'NN'), ('and', 'CC'), ('good', 'JJ'), ('speed', 'NN'), ('he', 'PRP'), ('also', 'RB'), ('does', 'VBZ'), ('not', 'RB'), ('appear', 'VB'), ('to', 'TO'), ('be', 'VB'), ('liability', 'NN'), ('on', 'IN'), ('defense', 'NN'), ('but', 'CC'), ('the', 'DT'), ('sharks', 'NN'), ('probably', 'RB'), ('have', 'VBP'), ('to', 'TO'), ('wait', 'VB'), ('until', 'IN'), ('next', 'JJ'), ('season', 'NN'), ('to', 'TO'), ('see', 'VB'), ('how', 'WRB'), ('much', 'JJ'), ('exactly', 'RB'), ('pederson', 'NN'), ('can', 'MD'), ('do', 'VB'), ('20', 'CD'), ('john', 'NN'), ('carter', 'NN'), ('season', 'NN'), ('4th', 'CD'), ('acquired', 'VBD'), ('91', 'CD'), ('92', 'CD'), ('free', 'JJ'), ('agent', 'NN'), ('from', 'IN'), ('boston', 'NN'), ('grade', 'NN'), ('+/', 'NNP'), ('carter', 'NN'), ('was', 'VBD'), ('definitely', 'RB'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('hardest', 'JJS'), ('workers', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('team', 'NN'), ('and', 'CC'), ('the', 'DT'), ('hard', 'JJ'), ('work', 'NN'), ('worked', 'VBD'), ('wonders', 'NNS'), ('as', 'IN'), ('at', 'IN'), ('times', 'NNS'), ('he', 'PRP'), ('looked', 'VBD'), ('great', 'JJ'), ('on', 'IN'), ('ice', 'NN'), ('however', 'RB'), ('although', 'IN'), ('he', 'PRP'), ('did', 'VBD'), ('look', 'VB'), ('great', 'JJ'), ('at', 'IN'), ('times', 'NNS'), ('the', 'DT'), ('fact', 'NN'), ('that', 'IN'), ('he', 'PRP'), ('received', 'VBD'), ('just', 'RB'), ('16', 'CD'), ('points', 'NNS'), ('in', 'IN'), ('55', 'CD'), ('games', 'NNS'), ('for', 'IN'), ('his', 'PRP$'), ('efforts', 'NNS'), ('is', 'VBZ'), ('sign', 'JJ'), ('that', 'IN'), ('there', 'EX'), ('is', 'VBZ'), ('only', 'RB'), ('so', 'RB'), ('much', 'JJ'), ('his', 'PRP$'), ('hard', 'JJ'), ('work', 'NN'), ('can', 'MD'), ('do', 'VB'), ('and', 'CC'), ('the', 'DT'), ('sharks', 'NNS'), ('confirmed', 'VBD'), ('that', 'IN'), ('by', 'IN'), ('sending', 'VBG'), ('him', 'PRP'), ('to', 'TO'), ('kansas', 'VB'), ('city', 'NN'), ('with', 'IN'), ('about', 'IN'), ('20', 'CD'), ('games', 'NNS'), ('left', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('season', 'NN'), ('carter', 'NN'), ('who', 'WP'), ('will', 'MD'), ('turn', 'VB'), ('30', 'CD'), ('on', 'IN'), ('may', 'MD'), ('always', 'RB'), ('hussled', 'VB'), ('but', 'CC'), ('as', 'IN'), ('result', 'NN'), ('was', 'VBD'), ('sometimes', 'RB'), ('trapped', 'VBN'), ('too', 'RB'), ('deep', 'JJ'), ('within', 'IN'), ('the', 'DT'), ('offensive', 'JJ'), ('zone', 'NN'), ('while', 'IN'), ('forechecking', 'VBG'), ('but', 'CC'), ('he', 'PRP'), ('was', 'VBD'), ('generally', 'RB'), ('credit', 'NN'), ('on', 'IN'), ('the', 'DT'), ('defensive', 'JJ'), ('end', 'NN'), ('but', 'CC'), ('he', 'PRP'), ('is', 'VBZ'), ('probably', 'RB'), ('of', 'IN'), ('limited', 'JJ'), ('utility', 'NN'), ('in', 'IN'), ('that', 'DT'), ('capacity', 'NN'), ('and', 'CC'), ('he', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('impress', 'VB'), ('offensively', 'RB'), ('although', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('best', 'JJS'), ('sharks', 'NNS'), ('at', 'IN'), ('drawing', 'VBG'), ('penalties', 'NNS'), ('he', 'PRP'), ('is', 'VBZ'), ('very', 'RB'), ('unlikely', 'JJ'), ('to', 'TO'), ('be', 'VB'), ('back', 'RB'), ('next', 'JJ'), ('season', 'NN'), ('28', 'CD'), ('jean', 'NN'), ('francois', 'NN'), ('quintin', 'NN'), ('season', 'NN'), ('1st', 'CD'), ('acquired', 'VBD'), ('91', 'CD'), ('92', 'CD'), ('from', 'IN'), ('minnesota', 'NN'), ('in', 'IN'), ('dispersal', 'NN'), ('draft', 'NN'), ('grade', 'NN'), ('+/', 'NNP'), ('don', 'NN'), ('understand', 'NN'), ('why', 'WRB'), ('the', 'DT'), ('sharks', 'NNS'), ('didn', 'VBP'), ('let', 'VB'), ('quintin', 'JJ'), ('play', 'VB'), ('any', 'DT'), ('more', 'JJR'), ('than', 'IN'), ('the', 'DT'), ('14', 'CD'), ('games', 'NNS'), ('he', 'PRP'), ('played', 'VBD'), ('this', 'DT'), ('season', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('generally', 'RB'), ('hard', 'JJ'), ('working', 'VBG'), ('and', 'CC'), ('creating', 'VBG'), ('opportunities', 'NNS'), ('offensively', 'RB'), ('and', 'CC'), ('appeared', 'VBD'), ('at', 'IN'), ('age', 'NN'), ('23', 'CD'), ('ready', 'NN'), ('for', 'IN'), ('regular', 'JJ'), ('nhl', 'JJ'), ('duty', 'NN'), ('at', 'IN'), ('least', 'JJS'), ('for', 'IN'), ('team', 'NN'), ('like', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('finishing', 'VBG'), ('with', 'IN'), ('points', 'NNS'), ('in', 'IN'), ('those', 'DT'), ('14', 'CD'), ('games', 'NNS'), ('while', 'IN'), ('not', 'RB'), ('being', 'VBG'), ('defensive', 'JJ'), ('liability', 'NN'), ('shoulder', 'NN'), ('injury', 'NN'), ('in', 'IN'), ('training', 'VBG'), ('camp', 'NN'), ('before', 'IN'), ('the', 'DT'), ('91', 'CD'), ('92', 'CD'), ('season', 'NN'), ('limited', 'VBD'), ('quintin', 'PDT'), ('the', 'DT'), ('team', 'NN'), ('leading', 'VBG'), ('scorer', 'NN'), ('in', 'IN'), ('exhibition', 'NN'), ('games', 'NNS'), ('despite', 'IN'), ('sitting', 'VBG'), ('out', 'RP'), ('the', 'DT'), ('final', 'JJ'), ('two', 'CD'), ('to', 'TO'), ('just', 'RB'), ('29', 'CD'), ('games', 'NNS'), ('with', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('blades', 'NNS'), ('that', 'IN'), ('season', 'NN'), ('but', 'CC'), ('he', 'PRP'), ('looked', 'VBD'), ('impressive', 'JJ'), ('he', 'PRP'), ('should', 'MD'), ('be', 'VB'), ('solid', 'JJ'), ('contender', 'NN'), ('for', 'IN'), ('regular', 'JJ'), ('duty', 'NN'), ('next', 'IN'), ('season', 'NN'), ('41', 'CD'), ('mark', 'NN'), ('beaufait', 'NN'), ('season', 'NN'), ('1st', 'CD'), ('acquired', 'VBD'), ('2nd', 'CD'), ('round', 'NN'), ('pick', 'NN'), ('in', 'IN'), ('1991', 'CD'), ('supplemental', 'JJ'), ('draft', 'NN'), ('grade', 'NN'), ('(?)', 'NN'), ('after', 'IN'), ('all', 'DT'), ('star', 'NN'), ('season', 'NN'), ('at', 'IN'), ('kansas', 'JJ'), ('city', 'NN'), ('beaufait', 'NN'), ('got', 'VBD'), ('cup', 'NNS'), ('of', 'IN'), ('coffey', 'NN'), ('with', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('late', 'RB'), ('in', 'IN'), ('the', 'DT'), ('season', 'NN'), ('when', 'WRB'), ('the', 'DT'), ('blades', 'NNS'), ('knocked', 'VBD'), ('down', 'RP'), ('playoff', 'NN'), ('spot', 'NN'), ('and', 'CC'), ('the', 'DT'), ('sharks', 'NNS'), ('decimated', 'VBN'), ('with', 'IN'), ('injuries', 'NNS'), ('playing', 'VBG'), ('games', 'NNS'), ('and', 'CC'), ('scoring', 'VBG'), ('goal', 'NN'), ('for', 'IN'), ('his', 'PRP$'), ('only', 'JJ'), ('nhl', 'JJ'), ('point', 'NN'), ('thus', 'RB'), ('far', 'RB'), ('despite', 'IN'), ('small', 'JJ'), ('size', 'NN'), ('",', '$'), ('165', 'CD'), ('lbs', 'JJ'), ('.),', 'NNP'), ('beaufait', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('shy', 'JJ'), ('to', 'TO'), ('throw', 'VB'), ('himself', 'PRP'), ('around', 'RB'), ('when', 'WRB'), ('necessary', 'JJ'), ('and', 'CC'), ('looked', 'VBD'), ('pretty', 'RB'), ('good', 'JJ'), ('at', 'IN'), ('times', 'NNS'), ('although', 'IN'), ('it', 'PRP'), ('too', 'RB'), ('early', 'RB'), ('to', 'TO'), ('judge', 'VB'), ('him', 'PRP'), ('based', 'VBN'), ('on', 'IN'), ('nhl', 'JJ'), ('games', 'NNS'), ('in', 'IN'), ('which', 'WDT'), ('he', 'PRP'), ('played', 'VBD'), ('mostly', 'RB'), ('left', 'JJ'), ('wing', 'VBG'), ('away', 'RB'), ('from', 'IN'), ('his', 'PRP$'), ('center', 'NN'), ('position', 'NN'), ('at', 'IN'), ('northern', 'JJ'), ('michigan', 'NN'), ('and', 'CC'), ('kansas', 'VB'), ('city', 'NN'), ('42', 'CD'), ('jaroslav', 'NN'), ('otevrel', 'NN'), ('season', 'NN'), ('1st', 'CD'), ('acquired', 'VBD'), ('8th', 'CD'), ('round', 'NN'), ('pick', 'NN'), ('in', 'IN'), ('1991', 'CD'), ('entry', 'NN'), ('draft', 'NN'), ('grade', 'VBD'), ('(?)', 'NNS'), ('like', 'IN'), ('beaufait', 'NN'), ('otevrel', 'NN'), ('also', 'RB'), ('played', 'VBD'), ('away', 'RP'), ('from', 'IN'), ('his', 'PRP$'), ('normal', 'JJ'), ('position', 'NN'), ('when', 'WRB'), ('he', 'PRP'), ('was', 'VBD'), ('up', 'RP'), ('for', 'IN'), ('his', 'PRP$'), ('cup', 'NN'), ('of', 'IN'), ('tea', 'NN'), ('games', 'NNS'), ('midway', 'RB'), ('through', 'IN'), ('the', 'DT'), ('season', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('generally', 'RB'), ('very', 'RB'), ('much', 'JJ'), ('of', 'IN'), ('defensive', 'JJ'), ('liability', 'NN'), ('and', 'CC'), ('did', 'VBD'), ('not', 'RB'), ('show', 'VB'), ('much', 'RB'), ('offensively', 'RB'), ('either', 'CC'), ('although', 'IN'), ('that', 'DT'), ('may', 'MD'), ('be', 'VB'), ('more', 'RBR'), ('indicative', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('lack', 'NN'), ('of', 'IN'), ('ice', 'NN'), ('time', 'NN'), ('he', 'PRP'), ('got', 'VBD'), ('in', 'IN'), ('those', 'DT'), ('games', 'NNS'), ('he', 'PRP'), ('may', 'MD'), ('need', 'VB'), ('another', 'DT'), ('season', 'NN'), ('to', 'TO'), ('work', 'VB'), ('on', 'IN'), ('his', 'PRP$'), ('defense', 'NN'), ('but', 'CC'), ('once', 'RB'), ('his', 'PRP$'), ('defense', 'NN'), ('is', 'VBZ'), ('acceptable', 'JJ'), ('he', 'PRP'), ('should', 'MD'), ('be', 'VB'), ('ready', 'JJ'), ('44', 'CD'), ('michel', 'NN'), ('picard', 'NN'), ('season', 'NN'), ('1st', 'CD'), ('acquired', 'VBD'), ('92', 'CD'), ('93', 'CD'), ('trade', 'NN'), ('with', 'IN'), ('hartford', 'NN'), ('for', 'IN'), ('lw', 'JJ'), ('yvon', 'NNP'), ('corriveau', 'NN'), ('grade', 'NN'), ('-/', 'NNP'), ('+)', 'VBZ'), ('the', 'DT'), ('23', 'CD'), ('year', 'NN'), ('old', 'JJ'), ('picard', 'NN'), ('although', 'IN'), ('he', 'PRP'), ('perennially', 'RB'), ('tore', 'VBD'), ('up', 'RP'), ('the', 'DT'), ('minors', 'NNS'), ('seems', 'VBZ'), ('to', 'TO'), ('be', 'VB'), ('close', 'RB'), ('to', 'TO'), ('being', 'VBG'), ('out', 'IN'), ('of', 'IN'), ('chances', 'NNS'), ('for', 'IN'), ('some', 'DT'), ('reason', 'NN'), ('after', 'IN'), ('being', 'VBG'), ('acquired', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('sharks', 'NNS'), ('but', 'CC'), ('failing', 'VBG'), ('to', 'TO'), ('impress', 'VB'), ('the', 'DT'), ('management', 'NN'), ('in', 'IN'), ('25', 'CD'), ('games', 'NNS'), ('scoring', 'VBG'), ('goals', 'NNS'), ('for', 'IN'), ('his', 'PRP$'), ('only', 'JJ'), ('points', 'NNS'), ('and', 'CC'), ('he', 'PRP'), ('spent', 'VBD'), ('most', 'JJS'), ('of', 'IN'), ('the', 'DT'), ('rest', 'NN'), ('of', 'IN'), ('the', 'DT'), ('way', 'NN'), ('in', 'IN'), ('kansas', 'JJ'), ('city', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('not', 'RB'), ('particularly', 'RB'), ('strong', 'JJ'), ('defensively', 'RB'), ('and', 'CC'), ('despite', 'IN'), ('his', 'PRP$'), ('offensive', 'JJ'), ('brilliance', 'NN'), ('in', 'IN'), ('the', 'DT'), ('minors', 'NNS'), ('he', 'PRP'), ('has', 'VBZ'), ('failed', 'VBN'), ('thus', 'RB'), ('far', 'RB'), ('to', 'TO'), ('score', 'VB'), ('in', 'IN'), ('the', 'DT'), ('nhl', 'NN'), ('although', 'IN'), ('he', 'PRP'), ('has', 'VBZ'), ('been', 'VBN'), ('given', 'VBN'), ('limited', 'JJ'), ('opportunities', 'NNS'), ('he', 'PRP'), ('may', 'MD'), ('be', 'VB'), ('the', 'DT'), ('sharks', 'NNS'), ('bait', 'VBP'), ('in', 'IN'), ('the', 'DT'), ('expansion', 'NN'), ('draft', 'NN'), ('45', 'CD'), ('dody', 'NN'), ('wood', 'NN'), ('season', 'NN'), ('1st', 'CD'), ('acquired', 'VBD'), ('3rd', 'CD'), ('round', 'NN'), ('pick', 'NN'), ('in', 'IN'), ('1991', 'CD'), ('entry', 'NN'), ('draft', 'NN'), ('grade', 'NN'), ('+/', 'NNP'), ('although', 'IN'), ('perhaps', 'RB'), ('shouldn', 'JJ'), ('give', 'JJ'), ('grade', 'NN'), ('at', 'IN'), ('all', 'DT'), ('have', 'VBP'), ('been', 'VBN'), ('accused', 'VBN'), ('of', 'IN'), ('knocking', 'VBG'), ('on', 'IN'), ('wood', 'NN'), ('too', 'RB'), ('much', 'JJ'), (':-)', 'JJ'), ('then', 'RB'), ('it', 'PRP'), ('is', 'VBZ'), ('probably', 'RB'), ('no', 'DT'), ('surprise', 'NN'), ('to', 'TO'), ('you', 'PRP'), ('that', 'IN'), ('am', 'VBP'), ('thoroughly', 'RB'), ('unimpressed', 'VBN'), ('by', 'IN'), ('wood', 'NN'), ('thus', 'RB'), ('far', 'RB'), ('although', 'IN'), ('13', 'CD'), ('games', 'NNS'), ('is', 'VBZ'), ('small', 'JJ'), ('example', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('generally', 'RB'), ('nonfactor', 'JJ'), ('on', 'IN'), ('offense', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('particularly', 'RB'), ('good', 'JJ'), ('defensively', 'RB'), ('and', 'CC'), ('took', 'VBD'), ('too', 'RB'), ('many', 'JJ'), ('silly', 'JJ'), ('penalties', 'NNS'), ('losing', 'VBG'), ('many', 'JJ'), ('fights', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('process', 'NN'), ('and', 'CC'), ('gathering', 'VBG'), ('69', 'CD'), ('penalty', 'NN'), ('minutes', 'NNS'), ('in', 'IN'), ('those', 'DT'), ('13', 'CD'), ('games', 'NNS'), ('projecting', 'VBG'), ('to', 'TO'), ('to', 'TO'), ('446', 'CD'), ('(!)', 'NN'), ('in', 'IN'), ('an', 'DT'), ('84', 'CD'), ('game', 'NN'), ('season', 'NN'), ('he', 'PRP'), ('not', 'RB'), ('ready', 'JJ'), ('and', 'CC'), ('needs', 'VBZ'), ('at', 'IN'), ('least', 'JJS'), ('another', 'DT'), ('season', 'NN'), ('at', 'IN'), ('kc', 'NN'), ('where', 'WRB'), ('he', 'PRP'), ('can', 'MD'), ('work', 'VB'), ('on', 'IN'), ('his', 'PRP$'), ('fighting', 'NN'), ('skills', 'NNS'), ('if', 'IN'), ('nothing', 'NN'), ('else', 'RB'), ('his', 'PRP$'), ('relatively', 'RB'), ('small', 'JJ'), ('size', 'NN'), ('11', 'CD'), ('",', 'NN'), ('181', 'CD'), ('lbs', 'JJ'), ('.)', 'NN'), ('does', 'VBZ'), ('not', 'RB'), ('give', 'VB'), ('much', 'JJ'), ('possibility', 'NN'), ('that', 'IN'), ('he', 'PRP'), ('can', 'MD'), ('survive', 'VB'), ('at', 'IN'), ('this', 'DT'), ('stage', 'NN'), ('as', 'IN'), ('an', 'DT'), ('enforcer', 'NN')] | ['apparently', 'part', 'defensemen', 'number', 'lose', 'post', 'make', 'thing', 'bad', 'lose', 'copy', 'ask', 'shark', 'mail', 'list', 'get', 'see', 'someone', 'mail', 'copy', 'back', 'someone', 'responds', 'repost', 'get', 'otherwise', 'write', 'day', 'two', 'post', 'sorry', 'larry', 'depalma', 'season', 'acquire', 'free', 'agent', 'minnesota', 'grade', 'netter', 'fan', 'watch', 'shark', 'include', 'know', 'depalma', 'end', 'season', 'shark', 'appear', 'still', 'right', 'san', 'jose', 'kansas', 'city', 'name', 'appear', 'waiver', 'wire', 'kind', 'invisibility', 'prevalent', 'part', 'depalma', 'call', 'october', 'tampa', 'bay', 'lightning', 'depalma', 'excellent', 'week', 'score', 'point', 'game', 'play', 'good', 'defense', 'unfortunately', 'year', 'old', 'depalma', 'disappear', 'rest', 'way', 'get', 'point', 'game', 'generally', 'look', 'lethargic', 'uninterested', 'end', 'ice', 'send', 'kansas', 'city', 'walk', 'suspend', 'later', 'reinstate', 'reveal', 'injure', 'promptly', 'disappear', 'watch', 'eye', 'shark', 'byte', 'mailing', 'list', 'know', 'shark', 'official', 'faithful', 'neither', 'shark', 'miss', 'johan', 'garpenlov', 'season', 'acquire', 'trade', 'detroit', 'bob', 'mcgill', 'round', 'pick', 'entry', 'draft', 'vancouver', 'grade', 'early', 'slump', 'garpenlov', 'nothing', 'short', 'inspirational', 'rest', 'way', 'finish', 'point', 'game', 'second', 'high', 'total', 'team', 'click', 'well', 'team', 'mvp', 'kelly', 'kisio', 'right', 'wing', 'rob', 'gaudreau', 'kisio', 'get', 'credit', 'garpenlov', 'finishing', 'second', 'mvp', 'vote', 'clearly', 'demonstrate', 'playmaking', 'score', 'skill', 'see', 'make', 'excellent', 'center', 'pass', 'well', 'finish', 'pass', 'put', 'puck', 'past', 'oppose', 'goaltender', 'get', 'club', 'high', 'power', 'play', 'goal', 'contrary', 'previous', 'rep', 'garpenlov', 'also', 'show', 'despite', 'small', 'size', 'lb', 'willing', 'throw', 'around', 'necessary', 'albeit', 'successful', 'yet', 'also', 'still', 'need', 'work', 'defense', 'although', 'improve', 'tremendously', 'throughout', 'season', 'actually', 'quite', 'good', 'penalty', 'killer', 'end', 'season', 'major', 'key', 'offense', 'next', 'year', 'david', 'bruce', 'season', 'acquire', 'st', 'louis', 'expansion', 'draft', 'grade', 'banner', 'lead', 'team', 'power', 'play', 'goal', 'third', 'total', 'score', 'point', 'game', 'bruce', 'bother', 'virtually', 'season', 'groin', 'injury', 'keep', 'lineup', 'game', 'season', 'course', 'difficult', 'speculate', 'well', 'would', 'season', 'affect', 'injury', 'year', 'old', 'bruce', 'effective', 'man', 'man', 'short', 'shark', 'first', 'season', 'expect', 'strong', 'offensive', 'leader', 'season', 'well', 'injury', 'appear', 'serious', 'shame', 'otherwise', 'may', 'much', 'bright', 'future', 'instead', 'future', 'shark', 'next', 'season', 'appear', 'cloud', 'mark', 'pederson', 'season', 'acquire', 'trade', 'philadelphia', 'lw', 'dave', 'snuggerud', 'grade', 'difficult', 'understand', 'flyer', 'decision', 'unload', 'pederson', 'good', 'offensive', 'season', 'last', 'season', 'point', 'game', 'rid', 'pine', 'early', 'season', 'pederson', 'summarily', 'send', 'shark', 'exchange', 'defensive', 'mind', 'snuggerud', 'finish', 'game', 'combine', 'flyer', 'shark', 'also', 'limit', 'injury', 'season', 'limit', 'production', 'point', 'healthy', 'pederson', 'appear', 'impressive', 'good', 'score', 'touch', 'good', 'size', 'willingness', 'throw', 'around', 'although', 'consider', 'physical', 'forward', 'good', 'speed', 'also', 'appear', 'liability', 'defense', 'shark', 'probably', 'wait', 'next', 'season', 'see', 'much', 'exactly', 'pederson', 'john', 'carter', 'season', 'acquire', 'free', 'agent', 'boston', 'grade', 'carter', 'definitely', 'one', 'hard', 'worker', 'team', 'hard', 'work', 'work', 'wonder', 'time', 'look', 'great', 'ice', 'however', 'although', 'look', 'great', 'time', 'fact', 'receive', 'point', 'game', 'effort', 'sign', 'much', 'hard', 'work', 'shark', 'confirm', 'send', 'kansas', 'city', 'game', 'leave', 'season', 'carter', 'turn', 'may', 'always', 'hussled', 'result', 'sometimes', 'trap', 'deep', 'within', 'offensive', 'zone', 'forechecking', 'generally', 'credit', 'defensive', 'end', 'probably', 'limited', 'utility', 'capacity', 'impress', 'offensively', 'although', 'one', 'best', 'shark', 'draw', 'penalty', 'unlikely', 'back', 'next', 'season', 'jean', 'francois', 'quintin', 'season', 'acquire', 'minnesota', 'dispersal', 'draft', 'grade', 'understand', 'shark', 'let', 'quintin', 'play', 'game', 'play', 'season', 'generally', 'hard', 'work', 'create', 'opportunity', 'offensively', 'appear', 'age', 'ready', 'regular', 'nhl', 'duty', 'least', 'team', 'like', 'shark', 'finish', 'point', 'game', 'defensive', 'liability', 'shoulder', 'injury', 'train', 'camp', 'season', 'limit', 'quintin', 'team', 'lead', 'scorer', 'exhibition', 'game', 'despite', 'sit', 'final', 'two', 'game', 'shark', 'blade', 'season', 'look', 'impressive', 'solid', 'contender', 'regular', 'duty', 'next', 'season', 'mark', 'beaufait', 'season', 'acquire', 'round', 'pick', 'supplemental', 'draft', 'grade', 'star', 'season', 'kansas', 'city', 'beaufait', 'get', 'cup', 'coffey', 'shark', 'late', 'season', 'blade', 'knock', 'playoff', 'spot', 'shark', 'decimate', 'injury', 'play', 'game', 'score', 'goal', 'nhl', 'point', 'thus', 'far', 'despite', 'small', 'size', 'lbs', 'beaufait', 'shy', 'throw', 'around', 'necessary', 'look', 'pretty', 'good', 'time', 'although', 'early', 'judge', 'base', 'nhl', 'game', 'play', 'mostly', 'left', 'wing', 'away', 'center', 'position', 'northern', 'michigan', 'kansas', 'city', 'jaroslav', 'otevrel', 'season', 'acquire', 'round', 'pick', 'entry', 'draft', 'grade', 'like', 'beaufait', 'otevrel', 'also', 'play', 'away', 'normal', 'position', 'cup', 'tea', 'game', 'midway', 'season', 'generally', 'much', 'defensive', 'liability', 'show', 'much', 'offensively', 'either', 'although', 'may', 'indicative', 'lack', 'ice', 'time', 'get', 'game', 'may', 'need', 'another', 'season', 'work', 'defense', 'defense', 'acceptable', 'ready', 'michel', 'picard', 'season', 'acquire', 'trade', 'hartford', 'lw', 'yvon', 'corriveau', 'grade', 'year', 'old', 'picard', 'although', 'perennially', 'tear', 'minor', 'seem', 'close', 'chance', 'reason', 'acquire', 'shark', 'fail', 'impress', 'management', 'game', 'score', 'goal', 'point', 'spend', 'rest', 'way', 'kansas', 'city', 'particularly', 'strong', 'defensively', 'despite', 'offensive', 'brilliance', 'minor', 'fail', 'thus', 'far', 'score', 'nhl', 'although', 'give', 'limited', 'opportunity', 'may', 'shark', 'bait', 'expansion', 'draft', 'dody', 'wood', 'season', 'acquire', 'round', 'pick', 'entry', 'draft', 'grade', 'although', 'perhaps', 'give', 'grade', 'accuse', 'knock', 'wood', 'much', 'probably', 'surprise', 'thoroughly', 'unimpressed', 'wood', 'thus', 'far', 'although', 'game', 'small', 'example', 'generally', 'nonfactor', 'offense', 'particularly', 'good', 'defensively', 'take', 'many', 'silly', 'penalty', 'lose', 'many', 'fight', 'process', 'gather', 'penalty', 'minute', 'game', 'project', 'game', 'season', 'ready', 'need', 'least', 'another', 'season', 'kc', 'work', 'fighting', 'skill', 'nothing', 'else', 'relatively', 'small', 'size', 'lbs', 'give', 'much', 'possibility', 'survive', 'stage', 'enforcer'] | ['post_make', 'make_thing', 'thing_bad', 'mail_list', 'list_get', 'get_see', 'see_someone', 'someone_mail', 'mail_copy', 'copy_back', 'back_someone', 'day_two', 'two_post', 'season_acquire', 'free_agent', 'end_season', 'san_jose', 'kansas_city', 'name_appear', 'tampa_bay', 'bay_lightning', 'score_point', 'point_game', 'game_play', 'play_good', 'good_defense', 'year_old', 'rest_way', 'way_get', 'get_point', 'point_game', 'kansas_city', 'mailing_list', 'list_know', 'season_acquire', 'acquire_trade', 'round_pick', 'pick_entry', 'entry_draft', 'nothing_short', 'rest_way', 'point_game', 'game_second', 'well_team', 'team_mvp', 'right_wing', 'get_credit', 'see_make', 'put_puck', 'high_power', 'power_play', 'play_goal', 'also_show', 'small_size', 'throw_around', 'yet_also', 'also_still', 'still_need', 'need_work', 'actually_quite', 'quite_good', 'end_season', 'next_year', 'season_acquire', 'st_louis', 'expansion_draft', 'draft_grade', 'lead_team', 'power_play', 'play_goal', 'score_point', 'point_game', 'game_season', 'well_would', 'year_old', 'otherwise_may', 'may_much', 'next_season', 'season_acquire', 'acquire_trade', 'season_last', 'last_season', 'point_game', 'early_season', 'throw_around', 'although_consider', 'also_appear', 'wait_next', 'next_season', 'see_much', 'season_acquire', 'free_agent', 'one_hard', 'hard_work', 'work_work', 'work_wonder', 'time_look', 'look_great', 'look_great', 'time_fact', 'point_game', 'much_hard', 'hard_work', 'kansas_city', 'game_leave', 'offensive_zone', 'although_one', 'one_best', 'back_next', 'next_season', 'season_acquire', 'acquire_minnesota', 'minnesota_dispersal', 'dispersal_draft', 'draft_grade', 'play_game', 'game_play', 'play_season', 'hard_work', 'create_opportunity', 'team_like', 'point_game', 'defensive_liability', 'two_game', 'next_season', 'season_mark', 'season_acquire', 'round_pick', 'draft_grade', 'kansas_city', 'play_game', 'game_score', 'score_goal', 'thus_far', 'small_size', 'throw_around', 'look_pretty', 'pretty_good', 'good_time', 'nhl_game', 'game_play', 'left_wing', 'kansas_city', 'season_acquire', 'round_pick', 'pick_entry', 'entry_draft', 'draft_grade', 'defensive_liability', 'show_much', 'although_may', 'ice_time', 'time_get', 'get_game', 'game_may', 'may_need', 'need_another', 'season_acquire', 'acquire_trade', 'year_old', 'game_score', 'score_goal', 'rest_way', 'kansas_city', 'thus_far', 'expansion_draft', 'season_acquire', 'round_pick', 'pick_entry', 'entry_draft', 'draft_grade', 'perhaps_give', 'thus_far', 'particularly_good', 'take_many', 'penalty_minute', 'minute_game', 'game_season', 'need_least', 'nothing_else', 'relatively_small', 'small_size', 'give_much'] | rec_sport_hockey_53781 |@lemmatized apparently:1 part:2 defensemen:1 number:1 lose:3 post:2 make:2 thing:1 bad:1 copy:2 ask:1 shark:20 mail:2 list:2 get:7 see:3 someone:2 back:2 responds:1 repost:1 otherwise:2 write:1 day:1 two:2 sorry:1 larry:1 depalma:5 season:36 acquire:11 free:2 agent:2 minnesota:2 grade:11 netter:1 fan:1 watch:2 include:1 know:2 end:4 appear:7 still:2 right:2 san:1 jose:1 kansas:6 city:6 name:1 waiver:1 wire:1 kind:1 invisibility:1 prevalent:1 call:1 october:1 tampa:1 bay:1 lightning:1 excellent:2 week:1 score:7 point:10 game:21 play:8 good:8 defense:5 unfortunately:1 year:4 old:3 disappear:2 rest:3 way:3 generally:5 look:5 lethargic:1 uninterested:1 ice:3 send:3 walk:1 suspend:1 later:1 reinstate:1 reveal:1 injure:1 promptly:1 eye:1 byte:1 mailing:1 official:1 faithful:1 neither:1 miss:1 johan:1 garpenlov:4 trade:3 detroit:1 bob:1 mcgill:1 round:4 pick:4 entry:3 draft:7 vancouver:1 early:3 slump:1 nothing:2 short:2 inspirational:1 finish:4 second:2 high:2 total:2 team:6 click:1 well:4 mvp:2 kelly:1 kisio:2 wing:2 rob:1 gaudreau:1 credit:2 finishing:1 vote:1 clearly:1 demonstrate:1 playmaking:1 skill:2 center:2 pass:2 put:1 puck:1 past:1 oppose:1 goaltender:1 club:1 power:2 goal:4 contrary:1 previous:1 rep:1 also:5 show:2 despite:4 small:4 size:4 lb:1 willing:1 throw:3 around:3 necessary:2 albeit:1 successful:1 yet:1 need:3 work:7 although:10 improve:1 tremendously:1 throughout:1 actually:1 quite:1 penalty:4 killer:1 major:1 key:1 offense:2 next:5 david:1 bruce:3 st:1 louis:1 expansion:2 banner:1 lead:2 third:1 bother:1 virtually:1 groin:1 injury:6 keep:1 lineup:1 course:1 difficult:2 speculate:1 would:1 affect:1 effective:1 man:2 first:1 expect:1 strong:2 offensive:4 leader:1 serious:1 shame:1 may:5 much:7 bright:1 future:2 instead:1 cloud:1 mark:2 pederson:5 philadelphia:1 lw:2 dave:1 snuggerud:2 understand:2 flyer:2 decision:1 unload:1 last:1 rid:1 pine:1 summarily:1 exchange:1 defensive:4 mind:1 combine:1 limit:3 production:1 healthy:1 impressive:2 touch:1 willingness:1 consider:1 physical:1 forward:1 speed:1 liability:3 probably:3 wait:1 exactly:1 john:1 carter:3 boston:1 definitely:1 one:2 hard:4 worker:1 wonder:1 time:4 great:2 however:1 fact:1 receive:1 effort:1 sign:1 confirm:1 leave:1 turn:1 always:1 hussled:1 result:1 sometimes:1 trap:1 deep:1 within:1 zone:1 forechecking:1 limited:2 utility:1 capacity:1 impress:2 offensively:3 best:1 draw:1 unlikely:1 jean:1 francois:1 quintin:3 dispersal:1 let:1 create:1 opportunity:2 age:1 ready:3 regular:2 nhl:4 duty:2 least:2 like:2 shoulder:1 train:1 camp:1 scorer:1 exhibition:1 sit:1 final:1 blade:2 solid:1 contender:1 beaufait:4 supplemental:1 star:1 cup:2 coffey:1 late:1 knock:2 playoff:1 spot:1 decimate:1 thus:3 far:3 lbs:2 shy:1 pretty:1 judge:1 base:1 mostly:1 left:1 away:2 position:2 northern:1 michigan:1 jaroslav:1 otevrel:2 normal:1 tea:1 midway:1 either:1 indicative:1 lack:1 another:2 acceptable:1 michel:1 picard:2 hartford:1 yvon:1 corriveau:1 perennially:1 tear:1 minor:2 seem:1 close:1 chance:1 reason:1 fail:2 management:1 spend:1 particularly:2 defensively:2 brilliance:1 give:3 bait:1 dody:1 wood:3 perhaps:1 accuse:1 surprise:1 thoroughly:1 unimpressed:1 example:1 nonfactor:1 take:1 many:2 silly:1 fight:1 process:1 gather:1 minute:1 project:1 kc:1 fighting:1 else:1 relatively:1 possibility:1 survive:1 stage:1 enforcer:1 |@bigram post_make:1 make_thing:1 thing_bad:1 mail_list:1 list_get:1 get_see:1 see_someone:1 someone_mail:1 mail_copy:1 copy_back:1 back_someone:1 day_two:1 two_post:1 season_acquire:10 free_agent:2 end_season:2 san_jose:1 kansas_city:6 name_appear:1 tampa_bay:1 bay_lightning:1 score_point:2 point_game:7 game_play:3 play_good:1 good_defense:1 year_old:3 rest_way:3 way_get:1 get_point:1 mailing_list:1 list_know:1 acquire_trade:3 round_pick:4 pick_entry:3 entry_draft:3 nothing_short:1 game_second:1 well_team:1 team_mvp:1 right_wing:1 get_credit:1 see_make:1 put_puck:1 high_power:1 power_play:2 play_goal:2 also_show:1 small_size:3 throw_around:3 yet_also:1 also_still:1 still_need:1 need_work:1 actually_quite:1 quite_good:1 next_year:1 st_louis:1 expansion_draft:2 draft_grade:5 lead_team:1 game_season:2 well_would:1 otherwise_may:1 may_much:1 next_season:4 season_last:1 last_season:1 early_season:1 although_consider:1 also_appear:1 wait_next:1 see_much:1 one_hard:1 hard_work:3 work_work:1 work_wonder:1 time_look:1 look_great:2 time_fact:1 much_hard:1 game_leave:1 offensive_zone:1 although_one:1 one_best:1 back_next:1 acquire_minnesota:1 minnesota_dispersal:1 dispersal_draft:1 play_game:2 play_season:1 create_opportunity:1 team_like:1 defensive_liability:2 two_game:1 season_mark:1 game_score:2 score_goal:2 thus_far:3 look_pretty:1 pretty_good:1 good_time:1 nhl_game:1 left_wing:1 show_much:1 although_may:1 ice_time:1 time_get:1 get_game:1 game_may:1 may_need:1 need_another:1 perhaps_give:1 particularly_good:1 take_many:1 penalty_minute:1 minute_game:1 need_least:1 nothing_else:1 relatively_small:1 give_much:1 |
3,378 | THE WHITE HOUSE
Office of the Press Secretary
For Immediate Release April 15, 1993
STATEMENT BY THE PRESS SECRETARY
The President will travel to Pittsburgh on Saturday, April
17 to talk about his job creation plan and its impact on the
state of Pennsylvania, where it would create as many as 3,818
full time jobs and up to 21,240 summer jobs. He will make a
public address at Pittsburgh International Airport at 9:30 am.
The President will leave Washington early Saturday morning
and return that afternoon. A White House press charter will
depart Andrews Air Force Base at 7:30. Filing facilities will be
available in Pittsburgh. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.misc/178556 | 18 | talk_politics_misc_178556 | [('the', 'DT'), ('white', 'JJ'), ('house', 'NN'), ('office', 'NN'), ('of', 'IN'), ('the', 'DT'), ('press', 'NN'), ('secretary', 'NN'), ('for', 'IN'), ('immediate', 'JJ'), ('release', 'NN'), ('april', 'RB'), ('15', 'CD'), ('1993', 'CD'), ('statement', 'NN'), ('by', 'IN'), ('the', 'DT'), ('press', 'NN'), ('secretary', 'NN'), ('the', 'DT'), ('president', 'NN'), ('will', 'MD'), ('travel', 'VB'), ('to', 'TO'), ('pittsburgh', 'VB'), ('on', 'IN'), ('saturday', 'JJ'), ('april', '$'), ('17', 'CD'), ('to', 'TO'), ('talk', 'VB'), ('about', 'IN'), ('his', 'PRP$'), ('job', 'NN'), ('creation', 'NN'), ('plan', 'NN'), ('and', 'CC'), ('its', 'PRP$'), ('impact', 'NN'), ('on', 'IN'), ('the', 'DT'), ('state', 'NN'), ('of', 'IN'), ('pennsylvania', 'NN'), ('where', 'WRB'), ('it', 'PRP'), ('would', 'MD'), ('create', 'VB'), ('as', 'RB'), ('many', 'JJ'), ('as', 'IN'), ('818', 'CD'), ('full', 'JJ'), ('time', 'NN'), ('jobs', 'NNS'), ('and', 'CC'), ('up', 'RB'), ('to', 'TO'), ('21', 'CD'), ('240', 'CD'), ('summer', 'NN'), ('jobs', 'NNS'), ('he', 'PRP'), ('will', 'MD'), ('make', 'VB'), ('public', 'JJ'), ('address', 'NN'), ('at', 'IN'), ('pittsburgh', 'JJ'), ('international', 'JJ'), ('airport', 'NN'), ('at', 'IN'), ('30', 'CD'), ('am', 'VBP'), ('the', 'DT'), ('president', 'NN'), ('will', 'MD'), ('leave', 'VB'), ('washington', 'RB'), ('early', 'JJ'), ('saturday', 'NN'), ('morning', 'NN'), ('and', 'CC'), ('return', 'NN'), ('that', 'WDT'), ('afternoon', 'NN'), ('white', 'JJ'), ('house', 'NN'), ('press', 'NN'), ('charter', 'NN'), ('will', 'MD'), ('depart', 'VB'), ('andrews', 'NNS'), ('air', 'NN'), ('force', 'NN'), ('base', 'NN'), ('at', 'IN'), ('30', 'CD'), ('filing', 'VBG'), ('facilities', 'NNS'), ('will', 'MD'), ('be', 'VB'), ('available', 'JJ'), ('in', 'IN'), ('pittsburgh', 'NN')] | ['white', 'house', 'office', 'press', 'secretary', 'immediate', 'release', 'april', 'statement', 'press', 'secretary', 'president', 'travel', 'pittsburgh', 'saturday', 'april', 'talk', 'job', 'creation', 'plan', 'impact', 'state', 'pennsylvania', 'would', 'create', 'many', 'full', 'time', 'job', 'summer', 'job', 'make', 'public', 'address', 'pittsburgh', 'international', 'airport', 'president', 'leave', 'washington', 'early', 'saturday', 'morning', 'return', 'afternoon', 'white', 'house', 'press', 'charter', 'depart', 'andrew', 'air', 'force', 'base', 'file', 'facility', 'available', 'pittsburgh'] | ['white_house', 'house_office', 'office_press', 'press_secretary', 'secretary_immediate', 'immediate_release', 'release_april', 'april_statement', 'statement_press', 'press_secretary', 'secretary_president', 'saturday_april', 'would_create', 'full_time', 'time_job', 'job_summer', 'summer_job', 'job_make', 'make_public', 'pittsburgh_international', 'international_airport', 'white_house', 'air_force', 'force_base', 'base_file'] | talk_politics_misc_178556 |@lemmatized white:2 house:2 office:1 press:3 secretary:2 immediate:1 release:1 april:2 statement:1 president:2 travel:1 pittsburgh:3 saturday:2 talk:1 job:3 creation:1 plan:1 impact:1 state:1 pennsylvania:1 would:1 create:1 many:1 full:1 time:1 summer:1 make:1 public:1 address:1 international:1 airport:1 leave:1 washington:1 early:1 morning:1 return:1 afternoon:1 charter:1 depart:1 andrew:1 air:1 force:1 base:1 file:1 facility:1 available:1 |@bigram white_house:2 house_office:1 office_press:1 press_secretary:2 secretary_immediate:1 immediate_release:1 release_april:1 april_statement:1 statement_press:1 secretary_president:1 saturday_april:1 would_create:1 full_time:1 time_job:1 job_summer:1 summer_job:1 job_make:1 make_public:1 pittsburgh_international:1 international_airport:1 air_force:1 force_base:1 base_file:1 |
3,379 |
No.
At least, that's what I told the NASA rent-a-cop that stopped me
because he swore I was "lifting it up."
He didn't completely buy the part about water in the carbs, either.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.motorcycles/104560 | 8 | rec_motorcycles_104560 | [('no', 'DT'), ('at', 'IN'), ('least', 'JJS'), ('that', 'IN'), ('what', 'WP'), ('told', 'VBD'), ('the', 'DT'), ('nasa', 'JJ'), ('rent', 'NN'), ('cop', 'NN'), ('that', 'WDT'), ('stopped', 'VBD'), ('me', 'PRP'), ('because', 'IN'), ('he', 'PRP'), ('swore', 'VBD'), ('was', 'VBD'), ('lifting', 'VBG'), ('it', 'PRP'), ('up', 'RP'), ('."', 'RB'), ('he', 'PRP'), ('didn', 'VBZ'), ('completely', 'RB'), ('buy', 'VB'), ('the', 'DT'), ('part', 'NN'), ('about', 'IN'), ('water', 'NN'), ('in', 'IN'), ('the', 'DT'), ('carbs', 'NN'), ('either', 'CC')] | ['least', 'tell', 'nasa', 'rent', 'cop', 'stop', 'swear', 'lift', 'completely', 'buy', 'part', 'water', 'carbs', 'either'] | [] | rec_motorcycles_104560 |@lemmatized least:1 tell:1 nasa:1 rent:1 cop:1 stop:1 swear:1 lift:1 completely:1 buy:1 part:1 water:1 carbs:1 either:1 |@bigram |
3,380 | MG>> I went buying SIMMs recently, and the sales person told me that
the
MG>> are 9-chip SIMMs and 3-chip SIMMs, and one cannot use them interchan
MG>> If you use one, you have to use all of the same type.
don't believe everything you are told. I can tell you that mixing them
between 'banks' ok, and I can't see why mixing in one bank is not unless
they are of different speeds ( e.g. mixing of 60ns and 100ns SIMMs in one
bank ). The two only differ in the type of chips it uses. Assuming that
the SIMMS are 1Mx9 ( 9 bit wide ), here is the two equivalent
configuration. The 3-chip SIMM uses two 4-bit wide 4Mbit (1M of 4-bit
nibbles ) and one 1-bit wide 1Mbit chip ( for a total of 9-bit wide 1Mbyte
). The 9-bit SIMM uses nine 1-bit wide 1Mbit chips. These are equivalent
because of the way that it is 'pinned' on the SIMM board. At the SIMM
interface, they both act as 9-bit wide 1MByte SIMMS ( 2*4+1=9*1 ). [sorry
if too techie for ya].
MG>> Similarly, one cannot plug in two 1MB SIMMs and one 4MB SIMMs to
gi
MG>> the system a total of 6 MEG. Why is that so ?? If my system supports
MG>> of 8 MEG (it has 8 SIMM slots), can I plug in 4 4MB SIMMs to give my
MG>> 16MB ??
That sounds correct. the problem is that if your computer takes 9-bit
wide SIMMs, you can not mix different sizes in one bank. Why you ask?
Simple, if you understand why there is banks. Assuming you have a 32-bit
CPU ( 386DX or 486 ), the data bus (e.g. the mechanism to retrieve data
from memory ) is 32-bits wide, so the computer expects to see 32 bits when
it asks for data. To get that bandwidth ( 32-bit wide ), the motherboard
links 4 1Mx9 ( one bit is not data, but parity, so I will ignore that in
this simple explaination ) to get 32bits [ (9-1)*4=32 bits ]. That means
that a SIMM in a bank stores only 1/4 of the 32 bit wide data. If you
have a 16-bit bus, two 1Mx9 SIMMs are linked together to get 16-bit wide
data, which is the reason why 286 banks are 2 SIMMs wide, and 32-bit banks
are 4 SIMMs wide. If your computer required 1Mx36 ( e.g. 32-bit wide data
with 4 parity bits, used in some PS/2s and ASTs ), you could upgrade by
one SIMM at a time.
Hope that this message is not over your head, but the answer to your
question was not simple. I could of just said, 'because I said so.'
-rdd
---
. WinQwk 2.0b#0 . Unregistered Evaluation Copy
* KMail 2.95d W-NET HQ, hal9k.ann-arbor.mi.us, +1 313 663 4173 or 3959
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.ibm.pc.hardware/58915 | 3 | comp_sys_ibm_pc_hardware_58915 | [('mg', 'NN'), ('>>', 'NN'), ('went', 'VBD'), ('buying', 'VBG'), ('simms', 'NN'), ('recently', 'RB'), ('and', 'CC'), ('the', 'DT'), ('sales', 'NNS'), ('person', 'NN'), ('told', 'VBD'), ('me', 'PRP'), ('that', 'IN'), ('the', 'DT'), ('mg', 'NN'), ('>>', 'NN'), ('are', 'VBP'), ('chip', 'NN'), ('simms', 'NN'), ('and', 'CC'), ('chip', 'NN'), ('simms', 'NN'), ('and', 'CC'), ('one', 'CD'), ('cannot', 'NN'), ('use', 'VB'), ('them', 'PRP'), ('interchan', 'VB'), ('mg', 'RB'), ('>>', 'JJ'), ('if', 'IN'), ('you', 'PRP'), ('use', 'VBP'), ('one', 'CD'), ('you', 'PRP'), ('have', 'VBP'), ('to', 'TO'), ('use', 'VB'), ('all', 'DT'), ('of', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('type', 'NN'), ('don', 'NN'), ('believe', 'VBP'), ('everything', 'NN'), ('you', 'PRP'), ('are', 'VBP'), ('told', 'VBN'), ('can', 'MD'), ('tell', 'VB'), ('you', 'PRP'), ('that', 'IN'), ('mixing', 'VBG'), ('them', 'PRP'), ('between', 'IN'), ('banks', 'NNS'), ('ok', 'NNS'), ('and', 'CC'), ('can', 'MD'), ('see', 'VB'), ('why', 'WRB'), ('mixing', 'VBG'), ('in', 'IN'), ('one', 'CD'), ('bank', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('unless', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('of', 'IN'), ('different', 'JJ'), ('speeds', 'NNS'), ('mixing', 'NN'), ('of', 'IN'), ('60ns', 'CD'), ('and', 'CC'), ('100ns', 'CD'), ('simms', 'NN'), ('in', 'IN'), ('one', 'CD'), ('bank', 'NN'), (').', 'VBZ'), ('the', 'DT'), ('two', 'CD'), ('only', 'RB'), ('differ', 'VBP'), ('in', 'IN'), ('the', 'DT'), ('type', 'NN'), ('of', 'IN'), ('chips', 'NNS'), ('it', 'PRP'), ('uses', 'VBZ'), ('assuming', 'VBG'), ('that', 'IN'), ('the', 'DT'), ('simms', 'NN'), ('are', 'VBP'), ('1mx9', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('),', 'NN'), ('here', 'RB'), ('is', 'VBZ'), ('the', 'DT'), ('two', 'CD'), ('equivalent', 'JJ'), ('configuration', 'NN'), ('the', 'DT'), ('chip', 'NN'), ('simm', 'JJ'), ('uses', 'VBZ'), ('two', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('4mbit', 'CD'), ('1m', 'CD'), ('of', 'IN'), ('bit', 'NN'), ('nibbles', 'NNS'), ('and', 'CC'), ('one', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('1mbit', 'CD'), ('chip', 'NN'), ('for', 'IN'), ('total', 'NN'), ('of', 'IN'), ('bit', 'NN'), ('wide', 'JJ'), ('1mbyte', 'CD'), (').', 'IN'), ('the', 'DT'), ('bit', 'NN'), ('simm', 'JJ'), ('uses', 'VBZ'), ('nine', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('1mbit', 'CD'), ('chips', 'NNS'), ('these', 'DT'), ('are', 'VBP'), ('equivalent', 'JJ'), ('because', 'IN'), ('of', 'IN'), ('the', 'DT'), ('way', 'NN'), ('that', 'IN'), ('it', 'PRP'), ('is', 'VBZ'), ('pinned', 'VBN'), ('on', 'IN'), ('the', 'DT'), ('simm', 'NN'), ('board', 'NN'), ('at', 'IN'), ('the', 'DT'), ('simm', 'NN'), ('interface', 'NN'), ('they', 'PRP'), ('both', 'DT'), ('act', 'VBP'), ('as', 'IN'), ('bit', 'NN'), ('wide', 'JJ'), ('1mbyte', 'CD'), ('simms', 'JJ'), (').', 'NN'), ('sorry', 'NN'), ('if', 'IN'), ('too', 'RB'), ('techie', 'JJ'), ('for', 'IN'), ('ya', 'NN'), ('].', 'NNP'), ('mg', 'NN'), ('>>', 'VBD'), ('similarly', 'RB'), ('one', 'CD'), ('cannot', 'NN'), ('plug', 'NN'), ('in', 'IN'), ('two', 'CD'), ('1mb', 'CD'), ('simms', 'NN'), ('and', 'CC'), ('one', 'CD'), ('4mb', 'CD'), ('simms', 'NN'), ('to', 'TO'), ('gi', 'VB'), ('mg', 'NN'), ('>>', 'IN'), ('the', 'DT'), ('system', 'NN'), ('total', 'NN'), ('of', 'IN'), ('meg', 'NN'), ('why', 'WRB'), ('is', 'VBZ'), ('that', 'IN'), ('so', 'RB'), ('??', 'JJ'), ('if', 'IN'), ('my', 'PRP$'), ('system', 'NN'), ('supports', 'VBZ'), ('mg', 'RBS'), ('>>', 'NNP'), ('of', 'IN'), ('meg', 'NN'), ('it', 'PRP'), ('has', 'VBZ'), ('simm', 'VBN'), ('slots', 'NNS'), ('),', 'VBP'), ('can', 'MD'), ('plug', 'VB'), ('in', 'IN'), ('4mb', 'CD'), ('simms', 'NN'), ('to', 'TO'), ('give', 'VB'), ('my', 'PRP$'), ('mg', 'NN'), ('>>', 'VBZ'), ('16mb', 'CD'), ('??', 'NN'), ('that', 'WDT'), ('sounds', 'VBZ'), ('correct', 'VBP'), ('the', 'DT'), ('problem', 'NN'), ('is', 'VBZ'), ('that', 'IN'), ('if', 'IN'), ('your', 'PRP$'), ('computer', 'NN'), ('takes', 'VBZ'), ('bit', 'NN'), ('wide', 'JJ'), ('simms', 'NN'), ('you', 'PRP'), ('can', 'MD'), ('not', 'RB'), ('mix', 'VB'), ('different', 'JJ'), ('sizes', 'NNS'), ('in', 'IN'), ('one', 'CD'), ('bank', 'NN'), ('why', 'WRB'), ('you', 'PRP'), ('ask', 'VBP'), ('simple', 'JJ'), ('if', 'IN'), ('you', 'PRP'), ('understand', 'VBP'), ('why', 'WRB'), ('there', 'EX'), ('is', 'VBZ'), ('banks', 'NNS'), ('assuming', 'VBG'), ('you', 'PRP'), ('have', 'VBP'), ('32', 'CD'), ('bit', 'NN'), ('cpu', 'JJ'), ('386dx', 'CD'), ('or', 'CC'), ('486', 'CD'), ('),', 'IN'), ('the', 'DT'), ('data', 'NNS'), ('bus', 'VBD'), ('the', 'DT'), ('mechanism', 'NN'), ('to', 'TO'), ('retrieve', 'VB'), ('data', 'NNS'), ('from', 'IN'), ('memory', 'NN'), ('is', 'VBZ'), ('32', 'CD'), ('bits', 'NNS'), ('wide', 'JJ'), ('so', 'RB'), ('the', 'DT'), ('computer', 'NN'), ('expects', 'VBZ'), ('to', 'TO'), ('see', 'VB'), ('32', 'CD'), ('bits', 'NNS'), ('when', 'WRB'), ('it', 'PRP'), ('asks', 'VBZ'), ('for', 'IN'), ('data', 'NNS'), ('to', 'TO'), ('get', 'VB'), ('that', 'DT'), ('bandwidth', 'NN'), ('32', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('),', 'IN'), ('the', 'DT'), ('motherboard', 'NN'), ('links', 'VBZ'), ('1mx9', 'CD'), ('one', 'CD'), ('bit', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('data', 'NNS'), ('but', 'CC'), ('parity', 'NN'), ('so', 'RB'), ('will', 'MD'), ('ignore', 'VB'), ('that', 'DT'), ('in', 'IN'), ('this', 'DT'), ('simple', 'JJ'), ('explaination', 'NN'), ('to', 'TO'), ('get', 'VB'), ('32bits', 'CD'), (')*', '$'), ('32', 'CD'), ('bits', 'NNS'), ('].', 'VBP'), ('that', 'DT'), ('means', 'VBZ'), ('that', 'IN'), ('simm', 'NN'), ('in', 'IN'), ('bank', 'NN'), ('stores', 'NNS'), ('only', 'RB'), ('of', 'IN'), ('the', 'DT'), ('32', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('data', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('have', 'VBP'), ('16', 'CD'), ('bit', 'NN'), ('bus', 'JJ'), ('two', 'CD'), ('1mx9', 'CD'), ('simms', 'NNS'), ('are', 'VBP'), ('linked', 'VBN'), ('together', 'RB'), ('to', 'TO'), ('get', 'VB'), ('16', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('data', 'NN'), ('which', 'WDT'), ('is', 'VBZ'), ('the', 'DT'), ('reason', 'NN'), ('why', 'WRB'), ('286', 'CD'), ('banks', 'NNS'), ('are', 'VBP'), ('simms', 'JJ'), ('wide', 'JJ'), ('and', 'CC'), ('32', 'CD'), ('bit', 'NN'), ('banks', 'NNS'), ('are', 'VBP'), ('simms', 'JJ'), ('wide', 'JJ'), ('if', 'IN'), ('your', 'PRP$'), ('computer', 'NN'), ('required', 'VBD'), ('1mx36', 'CD'), ('32', 'CD'), ('bit', 'NN'), ('wide', 'JJ'), ('data', 'NN'), ('with', 'IN'), ('parity', 'NN'), ('bits', 'NNS'), ('used', 'VBN'), ('in', 'IN'), ('some', 'DT'), ('ps', 'NN'), ('2s', 'CD'), ('and', 'CC'), ('asts', 'NNS'), ('),', 'VBP'), ('you', 'PRP'), ('could', 'MD'), ('upgrade', 'VB'), ('by', 'IN'), ('one', 'CD'), ('simm', 'NN'), ('at', 'IN'), ('time', 'NN'), ('hope', 'NN'), ('that', 'IN'), ('this', 'DT'), ('message', 'NN'), ('is', 'VBZ'), ('not', 'RB'), ('over', 'IN'), ('your', 'PRP$'), ('head', 'NN'), ('but', 'CC'), ('the', 'DT'), ('answer', 'NN'), ('to', 'TO'), ('your', 'PRP$'), ('question', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('simple', 'JJ'), ('could', 'MD'), ('of', 'IN'), ('just', 'RB'), ('said', 'VBD'), ('because', 'RB'), ('said', 'VBD'), ('so', 'RB'), (".'", 'JJ'), ('rdd', 'NN'), ('---', 'NNP'), ('winqwk', 'VBZ'), ('0b', 'CD'), ('unregistered', 'JJ'), ('evaluation', 'NN'), ('copy', 'NN'), ('kmail', 'VBP'), ('95d', 'CD'), ('net', 'JJ'), ('hq', 'NN'), ('hal9k', 'NN'), ('ann', 'IN'), ('arbor', 'NN'), ('mi', 'VBP'), ('us', 'PRP'), ('313', 'CD'), ('663', 'CD'), ('4173', 'CD'), ('or', 'CC'), ('3959', 'CD')] | ['mg', 'go', 'buy', 'simms', 'recently', 'sale', 'person', 'tell', 'mg', 'chip', 'simms', 'chip', 'simms', 'one', 'cannot', 'use', 'interchan', 'mg', 'use', 'one', 'use', 'type', 'believe', 'everything', 'tell', 'tell', 'mix', 'bank', 'ok', 'see', 'mix', 'one', 'bank', 'unless', 'different', 'speed', 'mixing', 'simms', 'one', 'bank', 'two', 'differ', 'type', 'chip', 'use', 'assume', 'simms', 'bit', 'wide', 'two', 'equivalent', 'configuration', 'chip', 'simm', 'use', 'two', 'bit', 'wide', 'bit', 'nibble', 'one', 'bit', 'wide', 'chip', 'total', 'bit', 'wide', 'bit', 'simm', 'use', 'nine', 'bit', 'wide', 'chip', 'equivalent', 'way', 'pin', 'simm', 'board', 'simm', 'interface', 'act', 'bit', 'wide', 'simms', 'sorry', 'techie', 'ya', 'mg', 'similarly', 'one', 'cannot', 'plug', 'two', 'simms', 'one', 'simms', 'gi', 'mg', 'system', 'total', 'meg', 'system', 'support', 'mg', 'meg', 'simm', 'slot', 'plug', 'simms', 'give', 'mg', 'sound', 'correct', 'problem', 'computer', 'take', 'bit', 'wide', 'simms', 'mix', 'different', 'size', 'one', 'bank', 'ask', 'simple', 'understand', 'bank', 'assume', 'bit', 'cpu', 'data', 'bus', 'mechanism', 'retrieve', 'data', 'memory', 'bit', 'wide', 'computer', 'expect', 'see', 'bit', 'ask', 'data', 'get', 'bandwidth', 'bit', 'wide', 'motherboard', 'link', 'one', 'bit', 'data', 'parity', 'ignore', 'simple', 'explaination', 'get', 'bit', 'mean', 'simm', 'bank', 'store', 'bit', 'wide', 'data', 'bit', 'bus', 'two', 'simms', 'link', 'together', 'get', 'bit', 'wide', 'data', 'reason', 'bank', 'simms', 'wide', 'bit', 'bank', 'simms', 'wide', 'computer', 'require', 'bit', 'wide', 'data', 'parity', 'bit', 'use', 'p', 'asts', 'could', 'upgrade', 'one', 'simm', 'time', 'hope', 'message', 'head', 'answer', 'question', 'simple', 'could', 'say', 'say', 'rdd', 'winqwk', 'unregistered', 'evaluation', 'copy', 'kmail', 'net', 'hq', 'ann', 'arbor', 'mi', 'u'] | ['go_buy', 'sale_person', 'person_tell', 'one_cannot', 'cannot_use', 'use_one', 'one_use', 'use_type', 'tell_tell', 'ok_see', 'different_speed', 'bank_two', 'chip_use', 'bit_wide', 'use_two', 'two_bit', 'bit_wide', 'one_bit', 'bit_wide', 'bit_wide', 'bit_wide', 'pin_simm', 'bit_wide', 'one_cannot', 'system_support', 'meg_simm', 'simm_slot', 'bit_wide', 'different_size', 'size_one', 'data_bus', 'data_memory', 'bit_wide', 'expect_see', 'data_get', 'bit_wide', 'one_bit', 'bit_data', 'get_bit', 'store_bit', 'bit_wide', 'data_bit', 'get_bit', 'bit_wide', 'bit_wide', 'bit_use', 'time_hope', 'answer_question', 'could_say', 'say_say', 'unregistered_evaluation', 'evaluation_copy', 'copy_kmail', 'kmail_net', 'net_hq', 'hq_ann', 'ann_arbor', 'arbor_mi', 'mi_u'] | comp_sys_ibm_pc_hardware_58915 |@lemmatized mg:7 go:1 buy:1 simms:13 recently:1 sale:1 person:1 tell:3 chip:6 one:10 cannot:2 use:7 interchan:1 type:2 believe:1 everything:1 mix:3 bank:8 ok:1 see:2 unless:1 different:2 speed:1 mixing:1 two:5 differ:1 assume:2 bit:21 wide:14 equivalent:2 configuration:1 simm:7 nibble:1 total:2 nine:1 way:1 pin:1 board:1 interface:1 act:1 sorry:1 techie:1 ya:1 similarly:1 plug:2 gi:1 system:2 meg:2 support:1 slot:1 give:1 sound:1 correct:1 problem:1 computer:3 take:1 size:1 ask:2 simple:3 understand:1 cpu:1 data:7 bus:2 mechanism:1 retrieve:1 memory:1 expect:1 get:3 bandwidth:1 motherboard:1 link:2 parity:2 ignore:1 explaination:1 mean:1 store:1 together:1 reason:1 require:1 p:1 asts:1 could:2 upgrade:1 time:1 hope:1 message:1 head:1 answer:1 question:1 say:2 rdd:1 winqwk:1 unregistered:1 evaluation:1 copy:1 kmail:1 net:1 hq:1 ann:1 arbor:1 mi:1 u:1 |@bigram go_buy:1 sale_person:1 person_tell:1 one_cannot:2 cannot_use:1 use_one:1 one_use:1 use_type:1 tell_tell:1 ok_see:1 different_speed:1 bank_two:1 chip_use:1 bit_wide:12 use_two:1 two_bit:1 one_bit:2 pin_simm:1 system_support:1 meg_simm:1 simm_slot:1 different_size:1 size_one:1 data_bus:1 data_memory:1 expect_see:1 data_get:1 bit_data:1 get_bit:2 store_bit:1 data_bit:1 bit_use:1 time_hope:1 answer_question:1 could_say:1 say_say:1 unregistered_evaluation:1 evaluation_copy:1 copy_kmail:1 kmail_net:1 net_hq:1 hq_ann:1 ann_arbor:1 arbor_mi:1 mi_u:1 |
3,381 | Hello,
When starting bx if you recieve an error message saying
"cannot load app-defaults file..." check your XAPPLRESDIR
environment variable and then put the file BuilderXcessory
( this is the app-defaults file for BX ) in the directory
specified by the XUSERFILESEARCHPATH environment variable.
If you don't have an XUSERFILESEARCHPATH environment variable
then set XUSERFILESEARCHPATH to be the directory where the
BuilderXcessory file is. You can do this using the setenv
command under csh. Note that the name ends in .ad so you will
have to set XUSERFILESEARCHPATH to {BX}/%N.ad to get the
app-defaults to load correctly.
To make sure the the app-defaults file can be read by all
the users, make sure that a copy of or a link to the app-defaults
file exists in /usr/lib/X11/app-defaults or
/usr/openwin/lib/app-defaults, depending on how your system is
set up.
Once you have taken care of this set the *systemDirectory
resource to be the directory in which you have installed BX.
For example let's say I've installed BX in /t then my system
directory resource should be set like this :
*systemDirectory: /t/builderXcessory | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.windows.x/66869 | 5 | comp_windows_x_66869 | [('hello', 'NN'), ('when', 'WRB'), ('starting', 'VBG'), ('bx', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('recieve', 'VBP'), ('an', 'DT'), ('error', 'NN'), ('message', 'NN'), ('saying', 'VBG'), ('cannot', 'JJ'), ('load', 'NN'), ('app', 'NN'), ('defaults', 'NNS'), ('file', 'VBP'), ('..."', 'JJ'), ('check', 'VB'), ('your', 'PRP$'), ('xapplresdir', 'FW'), ('environment', 'NN'), ('variable', 'NN'), ('and', 'CC'), ('then', 'RB'), ('put', 'VBD'), ('the', 'DT'), ('file', 'NN'), ('builderxcessory', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('the', 'DT'), ('app', 'NN'), ('defaults', 'NNS'), ('file', 'NN'), ('for', 'IN'), ('bx', 'NN'), ('in', 'IN'), ('the', 'DT'), ('directory', 'NN'), ('specified', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('xuserfilesearchpath', 'NN'), ('environment', 'NN'), ('variable', 'JJ'), ('if', 'IN'), ('you', 'PRP'), ('don', 'VBP'), ('have', 'VBP'), ('an', 'DT'), ('xuserfilesearchpath', 'NN'), ('environment', 'NN'), ('variable', 'JJ'), ('then', 'RB'), ('set', 'VBN'), ('xuserfilesearchpath', 'NN'), ('to', 'TO'), ('be', 'VB'), ('the', 'DT'), ('directory', 'NN'), ('where', 'WRB'), ('the', 'DT'), ('builderxcessory', 'NN'), ('file', 'NN'), ('is', 'VBZ'), ('you', 'PRP'), ('can', 'MD'), ('do', 'VB'), ('this', 'DT'), ('using', 'VBG'), ('the', 'DT'), ('setenv', 'NN'), ('command', 'NN'), ('under', 'IN'), ('csh', 'NN'), ('note', 'NN'), ('that', 'IN'), ('the', 'DT'), ('name', 'NN'), ('ends', 'VBZ'), ('in', 'IN'), ('ad', 'NN'), ('so', 'IN'), ('you', 'PRP'), ('will', 'MD'), ('have', 'VB'), ('to', 'TO'), ('set', 'VB'), ('xuserfilesearchpath', 'NN'), ('to', 'TO'), ('bx', 'VB'), ('}/%', 'NNP'), ('ad', 'NN'), ('to', 'TO'), ('get', 'VB'), ('the', 'DT'), ('app', 'NN'), ('defaults', 'NNS'), ('to', 'TO'), ('load', 'VB'), ('correctly', 'RB'), ('to', 'TO'), ('make', 'VB'), ('sure', 'JJ'), ('the', 'DT'), ('the', 'DT'), ('app', 'NN'), ('defaults', 'NNS'), ('file', 'NN'), ('can', 'MD'), ('be', 'VB'), ('read', 'VBN'), ('by', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('users', 'NNS'), ('make', 'VBP'), ('sure', 'JJ'), ('that', 'IN'), ('copy', 'NN'), ('of', 'IN'), ('or', 'CC'), ('link', 'VB'), ('to', 'TO'), ('the', 'DT'), ('app', 'NN'), ('defaults', 'NNS'), ('file', 'JJ'), ('exists', 'NNS'), ('in', 'IN'), ('usr', 'JJ'), ('lib', 'NN'), ('x11', 'NNP'), ('app', 'NN'), ('defaults', 'NNS'), ('or', 'CC'), ('usr', 'JJ'), ('openwin', 'JJ'), ('lib', 'NN'), ('app', 'NN'), ('defaults', 'NNS'), ('depending', 'VBG'), ('on', 'IN'), ('how', 'WRB'), ('your', 'PRP$'), ('system', 'NN'), ('is', 'VBZ'), ('set', 'VBN'), ('up', 'RP'), ('once', 'RB'), ('you', 'PRP'), ('have', 'VBP'), ('taken', 'VBN'), ('care', 'NN'), ('of', 'IN'), ('this', 'DT'), ('set', 'NN'), ('the', 'DT'), ('systemdirectory', 'NN'), ('resource', 'NN'), ('to', 'TO'), ('be', 'VB'), ('the', 'DT'), ('directory', 'NN'), ('in', 'IN'), ('which', 'WDT'), ('you', 'PRP'), ('have', 'VBP'), ('installed', 'VBN'), ('bx', 'NN'), ('for', 'IN'), ('example', 'NN'), ('let', 'NNS'), ('say', 'VBP'), ('ve', 'VB'), ('installed', 'JJ'), ('bx', 'NN'), ('in', 'IN'), ('then', 'RB'), ('my', 'PRP$'), ('system', 'NN'), ('directory', 'JJ'), ('resource', 'NN'), ('should', 'MD'), ('be', 'VB'), ('set', 'VBN'), ('like', 'IN'), ('this', 'DT'), ('systemdirectory', 'NN'), ('builderxcessory', 'NN')] | ['hello', 'start', 'bx', 'recieve', 'error', 'message', 'say', 'cannot', 'load', 'app', 'default', 'file', 'check', 'xapplresdir', 'environment', 'variable', 'put', 'file', 'builderxcessory', 'app', 'default', 'file', 'bx', 'directory', 'specify', 'xuserfilesearchpath', 'environment', 'variable', 'xuserfilesearchpath', 'environment', 'variable', 'set', 'xuserfilesearchpath', 'directory', 'builderxcessory', 'file', 'use', 'setenv', 'command', 'csh', 'note', 'name', 'end', 'ad', 'set', 'xuserfilesearchpath', 'bx', 'ad', 'get', 'app', 'default', 'load', 'correctly', 'make', 'sure', 'app', 'default', 'file', 'read', 'user', 'make', 'sure', 'copy', 'link', 'app', 'default', 'file', 'exists', 'usr', 'lib', 'app', 'default', 'usr', 'openwin', 'lib', 'app', 'default', 'depend', 'system', 'set', 'take', 'care', 'set', 'systemdirectory', 'resource', 'directory', 'instal', 'bx', 'example', 'let', 'say', 'installed', 'bx', 'system', 'directory', 'resource', 'set', 'like', 'systemdirectory', 'builderxcessory'] | ['error_message', 'message_say', 'say_cannot', 'app_default', 'default_file', 'file_check', 'environment_variable', 'app_default', 'default_file', 'environment_variable', 'environment_variable', 'set_xuserfilesearchpath', 'file_use', 'set_xuserfilesearchpath', 'app_default', 'make_sure', 'app_default', 'default_file', 'file_read', 'make_sure', 'app_default', 'default_file', 'usr_lib', 'lib_app', 'app_default', 'usr_openwin', 'openwin_lib', 'lib_app', 'app_default', 'system_set', 'take_care', 'example_let', 'let_say'] | comp_windows_x_66869 |@lemmatized hello:1 start:1 bx:5 recieve:1 error:1 message:1 say:2 cannot:1 load:2 app:7 default:7 file:6 check:1 xapplresdir:1 environment:3 variable:3 put:1 builderxcessory:3 directory:4 specify:1 xuserfilesearchpath:4 set:5 use:1 setenv:1 command:1 csh:1 note:1 name:1 end:1 ad:2 get:1 correctly:1 make:2 sure:2 read:1 user:1 copy:1 link:1 exists:1 usr:2 lib:2 openwin:1 depend:1 system:2 take:1 care:1 systemdirectory:2 resource:2 instal:1 example:1 let:1 installed:1 like:1 |@bigram error_message:1 message_say:1 say_cannot:1 app_default:7 default_file:4 file_check:1 environment_variable:3 set_xuserfilesearchpath:2 file_use:1 make_sure:2 file_read:1 usr_lib:1 lib_app:2 usr_openwin:1 openwin_lib:1 system_set:1 take_care:1 example_let:1 let_say:1 |
3,382 | I got a number of requests for code.
So, here it is.
Its written in 80x86 ASM.
Borland TASM will do.
TASM LGA.ASM
TLINK /t LGA.ASM
The code:
;----------------------------------------------------------------------
; LGA ncryption
; (C) by Nick Nassuphis
;----------------------------------------------------------------------
CODE SEGMENT
ASSUME CS:CODE, DS:CODE
ORG 100h
Start:
JMP Begin
;----------------------------------------------------------------------
;
; Gas particle assigment:
;
; BIT 0 particle moving EAST
; BIT 1 particle moving WEST
; BIT 2 particle moving NORTH
; BIT 3 particle moving SOUTH
;
; BIT 4 particle moving EAST
; BIT 5 particle moving WEST
; BIT 6 particle moving NORTH
; BIT 7 particle moving SOUTH
;
;
; Collisiong Rules:
;
; 1. Gas Rules
;
; IF (E & W) AND !(N & S) THEN (E,W)->(N,S)
; IF (N & S) AND !(E & W) THEN (N,S)->(E,W)
;
; for nibbles:
;
; 1100 -> 0011
; 0011 -> 0011
;
; and for bytes:
;
; 11000000 -> 00110000
; 00110000 -> 11000000
; 00001100 -> 00000011
; 00000011 -> 00001100
; 00110011 -> 11001100
; 00111100 -> 11000011
; 11000011 -> 00111100
; 11001100 -> 00110011
;
;
; 2. Reflection Rules
;
; just swap bits along directions
;
;----------------------------------------------------------------------
;
; This look-up table implements two particle collisions
; for the HPP lattice gas
;
HPPRule:
DB 00000000B ;00000000
DB 00000001B ;00000001
DB 00000010B ;00000010
DB 00001100B ;00000011
DB 00000100B ;00000100
DB 00000101B ;00000101
DB 00000110B ;00000110
DB 00000111B ;00000111
DB 00001000B ;00001000
DB 00001001B ;00001001
DB 00001010B ;00001010
DB 00001011B ;00001011
DB 00000011B ;00001100
DB 00001101B ;00001101
DB 00001110B ;00001110
DB 00001111B ;00001111
DB 00010000B ;00010000
DB 00010001B ;00010001
DB 00010010B ;00010010
DB 00011100B ;00010011
DB 00010100B ;00010100
DB 00010101B ;00010101
DB 00010110B ;00010110
DB 00010111B ;00010111
DB 00011000B ;00011000
DB 00011001B ;00011001
DB 00011010B ;00011010
DB 00011011B ;00011011
DB 00010011B ;00011100
DB 00011101B ;00011101
DB 00011110B ;00011110
DB 00011111B ;00011111
DB 00100000B ;00100000
DB 00100001B ;00100001
DB 00100010B ;00100010
DB 00101100B ;00100011
DB 00100100B ;00100100
DB 00100101B ;00100101
DB 00100110B ;00100110
DB 00100111B ;00100111
DB 00101000B ;00101000
DB 00101001B ;00101001
DB 00101010B ;00101010
DB 00101011B ;00101011
DB 00100011B ;00101100
DB 00101101B ;00101101
DB 00101110B ;00101110
DB 00101111B ;00101111
DB 11000000B ;00110000
DB 11000001B ;00110001
DB 11000010B ;00110010
DB 11001100B ;00110011
DB 11000100B ;00110100
DB 11000101B ;00110101
DB 11000110B ;00110110
DB 11000111B ;00110111
DB 11001000B ;00111000
DB 11001001B ;00111001
DB 11001010B ;00111010
DB 11001011B ;00111011
DB 11000011B ;00111100
DB 11001101B ;00111101
DB 11001110B ;00111110
DB 11001111B ;00111111
DB 01000000B ;01000000
DB 01000001B ;01000001
DB 01000010B ;01000010
DB 01001100B ;01000011
DB 01000100B ;01000100
DB 01000101B ;01000101
DB 01000110B ;01000110
DB 01000111B ;01000111
DB 01001000B ;01001000
DB 01001001B ;01001001
DB 01001010B ;01001010
DB 01001011B ;01001011
DB 01000011B ;01001100
DB 01001101B ;01001101
DB 01001110B ;01001110
DB 01001111B ;01001111
DB 01010000B ;01010000
DB 01010001B ;01010001
DB 01010010B ;01010010
DB 01011100B ;01010011
DB 01010100B ;01010100
DB 01010101B ;01010101
DB 01010110B ;01010110
DB 01010111B ;01010111
DB 01011000B ;01011000
DB 01011001B ;01011001
DB 01011010B ;01011010
DB 01011011B ;01011011
DB 01010011B ;01011100
DB 01011101B ;01011101
DB 01011110B ;01011110
DB 01011111B ;01011111
DB 01100000B ;01100000
DB 01100001B ;01100001
DB 01100010B ;01100010
DB 01101100B ;01100011
DB 01100100B ;01100100
DB 01100101B ;01100101
DB 01100110B ;01100110
DB 01100111B ;01100111
DB 01101000B ;01101000
DB 01101001B ;01101001
DB 01101010B ;01101010
DB 01101011B ;01101011
DB 01100011B ;01101100
DB 01101101B ;01101101
DB 01101110B ;01101110
DB 01101111B ;01101111
DB 01110000B ;01110000
DB 01110001B ;01110001
DB 01110010B ;01110010
DB 01111100B ;01110011
DB 01110100B ;01110100
DB 01110101B ;01110101
DB 01110110B ;01110110
DB 01110111B ;01110111
DB 01111000B ;01111000
DB 01111001B ;01111001
DB 01111010B ;01111010
DB 01111011B ;01111011
DB 01110011B ;01111100
DB 01111101B ;01111101
DB 01111110B ;01111110
DB 01111111B ;01111111
DB 10000000B ;10000000
DB 10000001B ;10000001
DB 10000010B ;10000010
DB 10001100B ;10000011
DB 10000100B ;10000100
DB 10000101B ;10000101
DB 10000110B ;10000110
DB 10000111B ;10000111
DB 10001000B ;10001000
DB 10001001B ;10001001
DB 10001010B ;10001010
DB 10001011B ;10001011
DB 10000011B ;10001100
DB 10001101B ;10001101
DB 10001110B ;10001110
DB 10001111B ;10001111
DB 10010000B ;10010000
DB 10010001B ;10010001
DB 10010010B ;10010010
DB 10011100B ;10010011
DB 10010100B ;10010100
DB 10010101B ;10010101
DB 10010110B ;10010110
DB 10010111B ;10010111
DB 10011000B ;10011000
DB 10011001B ;10011001
DB 10011010B ;10011010
DB 10011011B ;10011011
DB 10010011B ;10011100
DB 10011101B ;10011101
DB 10011110B ;10011110
DB 10011111B ;10011111
DB 10100000B ;10100000
DB 10100001B ;10100001
DB 10100010B ;10100010
DB 10101100B ;10100011
DB 10100100B ;10100100
DB 10100101B ;10100101
DB 10100110B ;10100110
DB 10100111B ;10100111
DB 10101000B ;10101000
DB 10101001B ;10101001
DB 10101010B ;10101010
DB 10101011B ;10101011
DB 10100011B ;10101100
DB 10101101B ;10101101
DB 10101110B ;10101110
DB 10101111B ;10101111
DB 10110000B ;10110000
DB 10110001B ;10110001
DB 10110010B ;10110010
DB 10111100B ;10110011
DB 10110100B ;10110100
DB 10110101B ;10110101
DB 10110110B ;10110110
DB 10110111B ;10110111
DB 10111000B ;10111000
DB 10111001B ;10111001
DB 10111010B ;10111010
DB 10111011B ;10111011
DB 10110011B ;10111100
DB 10111101B ;10111101
DB 10111110B ;10111110
DB 10111111B ;10111111
DB 00110000B ;11000000
DB 00110001B ;11000001
DB 00110010B ;11000010
DB 00111100B ;11000011
DB 00110100B ;11000100
DB 00110101B ;11000101
DB 00110110B ;11000110
DB 00110111B ;11000111
DB 00111000B ;11001000
DB 00111001B ;11001001
DB 00111010B ;11001010
DB 00111011B ;11001011
DB 00110011B ;11001100
DB 00111101B ;11001101
DB 00111110B ;11001110
DB 00111111B ;11001111
DB 11010000B ;11010000
DB 11010001B ;11010001
DB 11010010B ;11010010
DB 11011100B ;11010011
DB 11010100B ;11010100
DB 11010101B ;11010101
DB 11010110B ;11010110
DB 11010111B ;11010111
DB 11011000B ;11011000
DB 11011001B ;11011001
DB 11011010B ;11011010
DB 11011011B ;11011011
DB 11010011B ;11011100
DB 11011101B ;11011101
DB 11011110B ;11011110
DB 11011111B ;11011111
DB 11100000B ;11100000
DB 11100001B ;11100001
DB 11100010B ;11100010
DB 11101100B ;11100011
DB 11100100B ;11100100
DB 11100101B ;11100101
DB 11100110B ;11100110
DB 11100111B ;11100111
DB 11101000B ;11101000
DB 11101001B ;11101001
DB 11101010B ;11101010
DB 11101011B ;11101011
DB 11100011B ;11101100
DB 11101101B ;11101101
DB 11101110B ;11101110
DB 11101111B ;11101111
DB 11110000B ;11110000
DB 11110001B ;11110001
DB 11110010B ;11110010
DB 11111100B ;11110011
DB 11110100B ;11110100
DB 11110101B ;11110101
DB 11110110B ;11110110
DB 11110111B ;11110111
DB 11111000B ;11111000
DB 11111001B ;11111001
DB 11111010B ;11111010
DB 11111011B ;11111011
DB 11110011B ;11111100
DB 11111101B ;11111101
DB 11111110B ;11111110
DB 11111111B ;11111111
;
; This rule implements the velocity-reversal needed to
; run the gas evolution in reverse. Its called a WallRule
; because its the same as is all particles hit a wall
; head on.
;
WallRule:
DB 00000000B ;00000000
DB 00000010B ;00000001
DB 00000001B ;00000010
DB 00001100B ;00000011
DB 00001000B ;00000100
DB 00001010B ;00000101
DB 00001001B ;00000110
DB 00001011B ;00000111
DB 00000100B ;00001000
DB 00000110B ;00001001
DB 00000101B ;00001010
DB 00000111B ;00001011
DB 00000011B ;00001100
DB 00001110B ;00001101
DB 00001101B ;00001110
DB 00001111B ;00001111
DB 00100000B ;00010000
DB 00100010B ;00010001
DB 00100001B ;00010010
DB 00101100B ;00010011
DB 00101000B ;00010100
DB 00101010B ;00010101
DB 00101001B ;00010110
DB 00101011B ;00010111
DB 00100100B ;00011000
DB 00100110B ;00011001
DB 00100101B ;00011010
DB 00100111B ;00011011
DB 00100011B ;00011100
DB 00101110B ;00011101
DB 00101101B ;00011110
DB 00101111B ;00011111
DB 00010000B ;00100000
DB 00010010B ;00100001
DB 00010001B ;00100010
DB 00011100B ;00100011
DB 00011000B ;00100100
DB 00011010B ;00100101
DB 00011001B ;00100110
DB 00011011B ;00100111
DB 00010100B ;00101000
DB 00010110B ;00101001
DB 00010101B ;00101010
DB 00010111B ;00101011
DB 00010011B ;00101100
DB 00011110B ;00101101
DB 00011101B ;00101110
DB 00011111B ;00101111
DB 11000000B ;00110000
DB 11000010B ;00110001
DB 11000001B ;00110010
DB 11001100B ;00110011
DB 11001000B ;00110100
DB 11001010B ;00110101
DB 11001001B ;00110110
DB 11001011B ;00110111
DB 11000100B ;00111000
DB 11000110B ;00111001
DB 11000101B ;00111010
DB 11000111B ;00111011
DB 11000011B ;00111100
DB 11001110B ;00111101
DB 11001101B ;00111110
DB 11001111B ;00111111
DB 10000000B ;01000000
DB 10000010B ;01000001
DB 10000001B ;01000010
DB 10001100B ;01000011
DB 10001000B ;01000100
DB 10001010B ;01000101
DB 10001001B ;01000110
DB 10001011B ;01000111
DB 10000100B ;01001000
DB 10000110B ;01001001
DB 10000101B ;01001010
DB 10000111B ;01001011
DB 10000011B ;01001100
DB 10001110B ;01001101
DB 10001101B ;01001110
DB 10001111B ;01001111
DB 10100000B ;01010000
DB 10100010B ;01010001
DB 10100001B ;01010010
DB 10101100B ;01010011
DB 10101000B ;01010100
DB 10101010B ;01010101
DB 10101001B ;01010110
DB 10101011B ;01010111
DB 10100100B ;01011000
DB 10100110B ;01011001
DB 10100101B ;01011010
DB 10100111B ;01011011
DB 10100011B ;01011100
DB 10101110B ;01011101
DB 10101101B ;01011110
DB 10101111B ;01011111
DB 10010000B ;01100000
DB 10010010B ;01100001
DB 10010001B ;01100010
DB 10011100B ;01100011
DB 10011000B ;01100100
DB 10011010B ;01100101
DB 10011001B ;01100110
DB 10011011B ;01100111
DB 10010100B ;01101000
DB 10010110B ;01101001
DB 10010101B ;01101010
DB 10010111B ;01101011
DB 10010011B ;01101100
DB 10011110B ;01101101
DB 10011101B ;01101110
DB 10011111B ;01101111
DB 10110000B ;01110000
DB 10110010B ;01110001
DB 10110001B ;01110010
DB 10111100B ;01110011
DB 10111000B ;01110100
DB 10111010B ;01110101
DB 10111001B ;01110110
DB 10111011B ;01110111
DB 10110100B ;01111000
DB 10110110B ;01111001
DB 10110101B ;01111010
DB 10110111B ;01111011
DB 10110011B ;01111100
DB 10111110B ;01111101
DB 10111101B ;01111110
DB 10111111B ;01111111
DB 01000000B ;10000000
DB 01000010B ;10000001
DB 01000001B ;10000010
DB 01001100B ;10000011
DB 01001000B ;10000100
DB 01001010B ;10000101
DB 01001001B ;10000110
DB 01001011B ;10000111
DB 01000100B ;10001000
DB 01000110B ;10001001
DB 01000101B ;10001010
DB 01000111B ;10001011
DB 01000011B ;10001100
DB 01001110B ;10001101
DB 01001101B ;10001110
DB 01001111B ;10001111
DB 01100000B ;10010000
DB 01100010B ;10010001
DB 01100001B ;10010010
DB 01101100B ;10010011
DB 01101000B ;10010100
DB 01101010B ;10010101
DB 01101001B ;10010110
DB 01101011B ;10010111
DB 01100100B ;10011000
DB 01100110B ;10011001
DB 01100101B ;10011010
DB 01100111B ;10011011
DB 01100011B ;10011100
DB 01101110B ;10011101
DB 01101101B ;10011110
DB 01101111B ;10011111
DB 01010000B ;10100000
DB 01010010B ;10100001
DB 01010001B ;10100010
DB 01011100B ;10100011
DB 01011000B ;10100100
DB 01011010B ;10100101
DB 01011001B ;10100110
DB 01011011B ;10100111
DB 01010100B ;10101000
DB 01010110B ;10101001
DB 01010101B ;10101010
DB 01010111B ;10101011
DB 01010011B ;10101100
DB 01011110B ;10101101
DB 01011101B ;10101110
DB 01011111B ;10101111
DB 01110000B ;10110000
DB 01110010B ;10110001
DB 01110001B ;10110010
DB 01111100B ;10110011
DB 01111000B ;10110100
DB 01111010B ;10110101
DB 01111001B ;10110110
DB 01111011B ;10110111
DB 01110100B ;10111000
DB 01110110B ;10111001
DB 01110101B ;10111010
DB 01110111B ;10111011
DB 01110011B ;10111100
DB 01111110B ;10111101
DB 01111101B ;10111110
DB 01111111B ;10111111
DB 00110000B ;11000000
DB 00110010B ;11000001
DB 00110001B ;11000010
DB 00111100B ;11000011
DB 00111000B ;11000100
DB 00111010B ;11000101
DB 00111001B ;11000110
DB 00111011B ;11000111
DB 00110100B ;11001000
DB 00110110B ;11001001
DB 00110101B ;11001010
DB 00110111B ;11001011
DB 00110011B ;11001100
DB 00111110B ;11001101
DB 00111101B ;11001110
DB 00111111B ;11001111
DB 11100000B ;11010000
DB 11100010B ;11010001
DB 11100001B ;11010010
DB 11101100B ;11010011
DB 11101000B ;11010100
DB 11101010B ;11010101
DB 11101001B ;11010110
DB 11101011B ;11010111
DB 11100100B ;11011000
DB 11100110B ;11011001
DB 11100101B ;11011010
DB 11100111B ;11011011
DB 11100011B ;11011100
DB 11101110B ;11011101
DB 11101101B ;11011110
DB 11101111B ;11011111
DB 11010000B ;11100000
DB 11010010B ;11100001
DB 11010001B ;11100010
DB 11011100B ;11100011
DB 11011000B ;11100100
DB 11011010B ;11100101
DB 11011001B ;11100110
DB 11011011B ;11100111
DB 11010100B ;11101000
DB 11010110B ;11101001
DB 11010101B ;11101010
DB 11010111B ;11101011
DB 11010011B ;11101100
DB 11011110B ;11101101
DB 11011101B ;11101110
DB 11011111B ;11101111
DB 11110000B ;11110000
DB 11110010B ;11110001
DB 11110001B ;11110010
DB 11111100B ;11110011
DB 11111000B ;11110100
DB 11111010B ;11110101
DB 11111001B ;11110110
DB 11111011B ;11110111
DB 11110100B ;11111000
DB 11110110B ;11111001
DB 11110101B ;11111010
DB 11110111B ;11111011
DB 11110011B ;11111100
DB 11111110B ;11111101
DB 11111101B ;11111110
DB 11111111B ;11111111
MAXBYTE EQU 55
LINENO EQU 23
SrcPtr DW OFFSET Buffer1
DesPtr DW OFFSET Buffer2
SaveBuff:
DB MAXBYTE*(LINENO+1) DUP(0)
Buffer1:
DB MAXBYTE*(LINENO+1) DUP(0)
DB 256 DUP(0)
Buffer2:
DB MAXBYTE*(LINENO+1) DUP(0)
DB 256 DUP(0)
;----------------------------------------------------------------------
;
;
;
;----------------------------------------------------------------------
Data:
DB " "
DB " "
DB " "
DB " This is a test for a Lattice Gas based encryption "
DB " algorithm. The data is encoded as particles of a "
DB " digital gas, whose time evolution is then simulated "
DB " with a cellular-automaton type algorithm. Decryption "
DB " can be achieved by running the simulation in reverse. "
DB " A thermodynamic argument ensures that even if a single"
DB " bit is flipped, no decryption of the data is possible "
DB " "
DB " After the gas is let to evolve for 256 timesteps, "
DB " one can either run the reverse evolution by pressing "
DB " space, or flip a bit and then run by pressing '0' "
DB " "
DB " For a cryptographic application, the key would consist"
DB " of the number of time steps and the time and location "
DB " of specific bit inversions. "
DB " "
DB " "
DB " "
DB " "
DB " "
;
; Fill the gas with a piece of code
;
InitGas:
MOV DI,CS:SrcPtr
MOV SI,OFFSET Data
MOV CX,LINENO
IG0:
PUSH DI
PUSH CX
MOV CX,MAXBYTE
IG1:
MOV AL,CS:[SI]
MOV CS:[DI],AL
INC SI
INC DI
LOOP IG1
POP CX
POP DI
ADD DI,MAXBYTE
LOOP IG0
MOV SI,CS:SrcPtr
MOV DI,OFFSET InitGas
MOV CX,MAXBYTE*3
MOV AL,0
LG2:
MOV BYTE PTR CS:[SI],AL
NOT AL
INC SI
LOOP LG2
RET
;----------------------------------------------------------------------
;
; Display gas molecules bouncing around
;
ShowGas:
PUSH ES
PUSH SI
PUSH DI
PUSH CX
PUSH BX
MOV AX,0B800h
MOV ES,AX
MOV SI,CS:SrcPtr
MOV DI,160*2+10*2
MOV CX,LINENO-3
ADD SI,MAXBYTE*3
SG1:
PUSH CX
PUSH DI
MOV CX,MAXBYTE
SG2:
MOV AL,CS:[SI]
MOV BYTE PTR ES:[DI],AL
INC SI
ADD DI,2
DEC CX
JNZ SG2
POP DI
POP CX
ADD DI,160
LOOP SG1
POP BX
POP CX
POP DI
POP SI
POP ES
RET
;----------------------------------------------------------------------
;
; CS:SI -> Sourse of Data
; CS:DI -> Destination of Data
;
ScanOneMiddleLine:
;
; first byte is a special case because of warparound
;
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI-MAXBYTE] ; NORTH is one line "up" (lower)
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI+MAXBYTE] ; SOUTH is one line "down" (higher)
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI+(MAXBYTE-1)] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI+1] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
;
; middle bytes can be handled in a loop
;
MOV CX,MAXBYTE-2
SOL1:
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI-MAXBYTE] ; NORTH is one line "up" (lower)
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI+MAXBYTE] ; SOUTH is one line "down" (higher)
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI+1] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
LOOP SOL1
;
; last byte is also special
;
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI-MAXBYTE] ; NORTH is one line "up" (lower)
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI+MAXBYTE] ; SOUTH is one line "down" (higher)
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI-(MAXBYTE-1)] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
RET
;----------------------------------------------------------------------
;
; CS:SI -> Sourse of Data
; CS:DI -> Destination of Data
;
ScanFirstLine:
;
; first byte is a special case because of warparound
;
MOV BL,0
MOV BH,CS:[SI+MAXBYTE*(LINENO-1)]
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI+MAXBYTE]
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI+MAXBYTE-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI+1] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
;
; middle bytes can be handled in a loop
;
MOV CX,MAXBYTE-2
SFL1:
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI+MAXBYTE*(LINENO-1)]
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI+MAXBYTE]
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI+1] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
LOOP SFL1
;
; last byte is also special
;
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI+MAXBYTE*(LINENO-1)]
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI+MAXBYTE]
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI-(MAXBYTE-1)] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
RET
;----------------------------------------------------------------------
;
; CS:SI -> Sourse of Data
; CS:DI -> Destination of Data
;
ScanLastLine:
;
; first byte is a special case because of warparound
;
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI-MAXBYTE]
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI-MAXBYTE*(LINENO-1)]
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI+(MAXBYTE-1)] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI+1] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
;
; middle bytes can be handled in a loop
;
MOV CX,MAXBYTE-2
SLL1:
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI-MAXBYTE]
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI-MAXBYTE*(LINENO-1)]
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI+1] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
LOOP SLL1
;
; last byte is also special
;
MOV BL,0 ; AL is the "assembled" byte.
MOV BH,CS:[SI-MAXBYTE]
AND BH,10001000B ; and at bits 7 and 3
OR BL,BH ; OR them into the assembled byte
MOV BH,CS:[SI-MAXBYTE*(LINENO-1)]
AND BH,01000100B ; and at bits 6 and 2
OR BL,BH ; place the stuff into AL
MOV BH,CS:[SI-1] ; WEST is one byte "left" (lower)
AND BH,00100010B ; and at bits 5 and 1
OR BL,BH
MOV BH,CS:[SI-(MAXBYTE-1)] ; EAST is one byte "right" (higher)
AND BH,00010001B ; and at bits 4 and 0
OR BL,BH
MOV BH,0
MOV AL,BYTE PTR CS:[BX + OFFSET HPPRule]
MOV CS:[DI],AL
INC SI
INC DI
RET
;----------------------------------------------------------------------
;
; Invert all velocities in the gas
;
InvertAll:
PUSH BX
PUSH CX
PUSH SI
MOV SI,CS:SrcPtr
MOV BX,0
MOV CX,LINENO
IA1:
PUSH CX
MOV CX,MAXBYTE
IA2:
MOV BL,CS:[SI]
MOV AL,BYTE PTR CS:[BX + (OFFSET WallRule)]
MOV CS:[SI],AL
INC SI
LOOP IA2
POP CX
LOOP IA1
POP SI
POP CX
POP BX
RET
;----------------------------------------------------------------------
;
;
IterateOnce:
MOV SI,CS:SrcPtr
MOV DI,CS:DesPtr
MOV CS:SrcPtr,DI
MOV CS:DesPtr,SI
PUSH SI
PUSH DI
CALL ScanFirstLine
POP DI
POP SI
ADD SI,MAXBYTE
ADD DI,MAXBYTE
MOV CX,LINENO-2 ; dont scan first and last
L1:
PUSH SI
PUSH DI
PUSH CX
CALL ScanOneMiddleLine
POP CX
POP DI
POP SI
ADD SI,MAXBYTE
ADD DI,MAXBYTE
LOOP L1
PUSH SI
PUSH DI
CALL ScanLastLine
POP SI
POP DI
L3:
RET
;----------------------------------------------------------------------
;
; Iterate HPP rule CX times
;
Iterate:
PUSH CX
CALL IterateOnce
POP CX
CALL ShowGas
LOOP Iterate
RET
;----------------------------------------------------------------------
;
; Iterate HPP rule CX times
;
IterateUntil:
MOV SI,0
MOV CX,OFFSET IU4 - OFFSET IU3
IU00:
MOV AL,BYTE PTR CS:[SI + OFFSET IU3]
XOR BYTE PTR CS:[SI + OFFSET IU4],AL
INC SI
LOOP IU00
IU0:
CALL IterateOnce
CALL ShowGas
MOV SI,CS:SrcPtr
MOV CX,MAXBYTE*3
MOV BX,0
MOV AH,0
MOV AL,255
IU1:
MOV BL,BYTE PTR CS:[SI]
MOV DL,BYTE PTR CS:[BX+WallRule]
NOT AH
XOR DL,AH
AND AL,DL
INC SI
LOOP IU1
MOV SI,0
MOV CX,OFFSET IU4 - OFFSET IU3
IU2:
MOV AH,BYTE PTR CS:[SI+OFFSET IU4]
AND AH,AL
XOR BYTE PTR CS:[SI+OFFSET IU3],AH
INC SI
LOOP IU2
JMP IU3
IU3:
MOV AX,OFFSET IU0
PUSH AX
RET
DB 256 DUP(90h)
IU4:
PUSH AX
PUSH BX
PUSH CX
PUSH DX
PUSH DS
MOV AH,9
MOV DX,CS:MsgPtr
INT 21H
POP DS
POP DX
POP CX
POP BX
POP AX
RET
DB 512 DUP(90h)
MsgPtr DW OFFSET Msg
Msg DB "This message is printed out by",10,13
DB "code decrypted using data from the lattice",10,13
DB "which was applied to the decoding routine",10,13
DB "after every time step",10,13
DB "The decoding function left the code unchanged",10,13
DB "except after the gas evolution had completelly",10,13
DB "reversed the thermalization",10,13,"$"
TIMES EQU 16 ; 256 repetitions are enough to
; "equilibrate" the gas
Begin:
MOV AX,0600h
MOV BH,7
MOV DH,25
MOV DL,80
MOV CX,0
INT 10h
MOV AH,2
MOV BH,0
MOV DH,24
MOV DL,0
INT 10h
CALL InitGas
CALL ShowGas
MOV AH,0
INT 16h
PUSH CX
MOV CX,TIMES
CALL Iterate
CALL InvertAll
CALL ShowGas
MOV AH,0
INT 16h
CMP AL,"0"
JNE Begin0
MOV SI,CS:SrcPtr
XOR BYTE PTR CS:[SI],10000001B
Begin0:
MOV CX,TIMES
CALL IterateUntil
CALL InvertAll
CALL ShowGas
MOV AX,4C00h
INT 21h
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.crypt/14991 | 11 | sci_crypt_14991 | [('got', 'VBD'), ('number', 'NN'), ('of', 'IN'), ('requests', 'NNS'), ('for', 'IN'), ('code', 'NN'), ('so', 'RB'), ('here', 'RB'), ('it', 'PRP'), ('is', 'VBZ'), ('its', 'PRP$'), ('written', 'VBN'), ('in', 'IN'), ('80x86', 'CD'), ('asm', 'NN'), ('borland', 'NN'), ('tasm', 'NN'), ('will', 'MD'), ('do', 'VB'), ('tasm', 'VB'), ('lga', 'VB'), ('asm', 'JJ'), ('tlink', 'NN'), ('lga', 'NN'), ('asm', 'IN'), ('the', 'DT'), ('code', 'NN'), (';----------------------------------------------------------------------', 'JJ'), ('lga', 'NN'), ('ncryption', 'NN'), ('by', 'IN'), ('nick', 'JJ'), ('nassuphis', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('code', 'NN'), ('segment', 'NN'), ('assume', 'VBP'), ('cs', 'NN'), ('code', 'NN'), ('ds', 'NN'), ('code', 'NN'), ('org', 'IN'), ('100h', 'CD'), ('start', 'NN'), ('jmp', 'NN'), ('begin', 'VB'), (';----------------------------------------------------------------------', 'NNP'), ('gas', 'NN'), ('particle', 'NN'), ('assigment', 'JJ'), ('bit', 'NN'), ('particle', 'NN'), ('moving', 'VBG'), ('east', 'JJ'), ('bit', 'NN'), ('particle', 'NN'), ('moving', 'VBG'), ('west', 'JJ'), ('bit', 'NN'), ('particle', 'JJ'), ('moving', 'VBG'), ('north', 'JJ'), ('bit', 'NN'), ('particle', 'NN'), ('moving', 'VBG'), ('south', 'JJ'), ('bit', 'NN'), ('particle', 'NN'), ('moving', 'VBG'), ('east', 'JJ'), ('bit', 'NN'), ('particle', 'NN'), ('moving', 'VBG'), ('west', 'JJ'), ('bit', 'NN'), ('particle', 'JJ'), ('moving', 'VBG'), ('north', 'JJ'), ('bit', 'NN'), ('particle', 'NN'), ('moving', 'VBG'), ('south', 'RB'), ('collisiong', 'JJ'), ('rules', 'NNS'), ('gas', 'NN'), ('rules', 'NNS'), ('if', 'IN'), ('and', 'CC'), ('!(', 'VB'), ('then', 'RB'), (')->(', 'JJ'), ('if', 'IN'), ('and', 'CC'), ('!(', 'VB'), ('then', 'RB'), (')->(', 'NNP'), ('for', 'IN'), ('nibbles', 'NNS'), ('1100', 'CD'), ('->', 'NN'), ('0011', 'CD'), ('0011', 'CD'), ('->', 'NN'), ('0011', 'CD'), ('and', 'CC'), ('for', 'IN'), ('bytes', 'NNS'), ('11000000', 'CD'), ('->', 'VBD'), ('00110000', 'CD'), ('00110000', 'CD'), ('->', 'NN'), ('11000000', 'CD'), ('00001100', 'CD'), ('->', 'NN'), ('00000011', 'CD'), ('00000011', 'CD'), ('->', 'NN'), ('00001100', 'CD'), ('00110011', 'CD'), ('->', 'NN'), ('11001100', 'CD'), ('00111100', 'CD'), ('->', 'NN'), ('11000011', 'CD'), ('11000011', 'CD'), ('->', 'NN'), ('00111100', 'CD'), ('11001100', 'CD'), ('->', 'JJ'), ('00110011', 'CD'), ('reflection', 'NN'), ('rules', 'NNS'), ('just', 'RB'), ('swap', 'VBP'), ('bits', 'NNS'), ('along', 'IN'), ('directions', 'NNS'), (';----------------------------------------------------------------------', 'VBP'), ('this', 'DT'), ('look', 'NN'), ('up', 'RP'), ('table', 'JJ'), ('implements', 'NNS'), ('two', 'CD'), ('particle', 'NN'), ('collisions', 'NNS'), ('for', 'IN'), ('the', 'DT'), ('hpp', 'NN'), ('lattice', 'NN'), ('gas', 'NN'), ('hpprule', 'NN'), ('db', 'VBD'), ('00000000b', 'CD'), ('00000000', 'CD'), ('db', 'NN'), ('00000001b', 'CD'), ('00000001', 'CD'), ('db', 'NN'), ('00000010b', 'CD'), ('00000010', 'CD'), ('db', 'NN'), ('00001100b', 'CD'), ('00000011', 'CD'), ('db', 'NN'), ('00000100b', 'CD'), ('00000100', 'CD'), ('db', 'NN'), ('00000101b', 'CD'), ('00000101', 'CD'), ('db', 'NN'), ('00000110b', 'CD'), ('00000110', 'CD'), ('db', 'NN'), ('00000111b', 'CD'), ('00000111', 'CD'), ('db', 'NN'), ('00001000b', 'CD'), ('00001000', 'CD'), ('db', 'NN'), ('00001001b', 'CD'), ('00001001', 'CD'), ('db', 'NN'), ('00001010b', 'CD'), ('00001010', 'CD'), ('db', 'NN'), ('00001011b', 'CD'), ('00001011', 'CD'), ('db', 'NN'), ('00000011b', 'CD'), ('00001100', 'CD'), ('db', 'NN'), ('00001101b', 'CD'), ('00001101', 'CD'), ('db', 'NN'), ('00001110b', 'CD'), ('00001110', 'CD'), ('db', 'NN'), ('00001111b', 'CD'), ('00001111', 'CD'), ('db', 'NN'), ('00010000b', 'CD'), ('00010000', 'CD'), ('db', 'NN'), ('00010001b', 'CD'), ('00010001', 'CD'), ('db', 'NN'), ('00010010b', 'CD'), ('00010010', 'CD'), ('db', 'NN'), ('00011100b', 'CD'), ('00010011', 'CD'), ('db', 'NN'), ('00010100b', 'CD'), ('00010100', 'CD'), ('db', 'NN'), ('00010101b', 'CD'), ('00010101', 'CD'), ('db', 'NN'), ('00010110b', 'CD'), ('00010110', 'CD'), ('db', 'NN'), ('00010111b', 'CD'), ('00010111', 'CD'), ('db', 'NN'), ('00011000b', 'CD'), ('00011000', 'CD'), ('db', 'NN'), ('00011001b', 'CD'), ('00011001', 'CD'), ('db', 'NN'), ('00011010b', 'CD'), ('00011010', 'CD'), ('db', 'NN'), ('00011011b', 'CD'), ('00011011', 'CD'), ('db', 'NN'), ('00010011b', 'CD'), ('00011100', 'CD'), ('db', 'NN'), ('00011101b', 'CD'), ('00011101', 'CD'), ('db', 'NN'), ('00011110b', 'CD'), ('00011110', 'CD'), ('db', 'NN'), ('00011111b', 'CD'), ('00011111', 'CD'), ('db', 'NN'), ('00100000b', 'CD'), ('00100000', 'CD'), ('db', 'NN'), ('00100001b', 'CD'), ('00100001', 'CD'), ('db', 'NN'), ('00100010b', 'CD'), ('00100010', 'CD'), ('db', 'NN'), ('00101100b', 'CD'), ('00100011', 'CD'), ('db', 'NN'), ('00100100b', 'CD'), ('00100100', 'CD'), ('db', 'NN'), ('00100101b', 'CD'), ('00100101', 'CD'), ('db', 'NN'), ('00100110b', 'CD'), ('00100110', 'CD'), ('db', 'NN'), ('00100111b', 'CD'), ('00100111', 'CD'), ('db', 'NN'), ('00101000b', 'CD'), ('00101000', 'CD'), ('db', 'NN'), ('00101001b', 'CD'), ('00101001', 'CD'), ('db', 'NN'), ('00101010b', 'CD'), ('00101010', 'CD'), ('db', 'NN'), ('00101011b', 'CD'), ('00101011', 'CD'), ('db', 'NN'), ('00100011b', 'CD'), ('00101100', 'CD'), ('db', 'NN'), ('00101101b', 'CD'), ('00101101', 'CD'), ('db', 'NN'), ('00101110b', 'CD'), ('00101110', 'CD'), ('db', 'NN'), ('00101111b', 'CD'), ('00101111', 'CD'), ('db', 'NN'), ('11000000b', 'CD'), ('00110000', 'CD'), ('db', 'NN'), ('11000001b', 'CD'), ('00110001', 'CD'), ('db', 'NN'), ('11000010b', 'CD'), ('00110010', 'CD'), ('db', 'NN'), ('11001100b', 'CD'), ('00110011', 'CD'), ('db', 'NN'), ('11000100b', 'CD'), ('00110100', 'CD'), ('db', 'NN'), ('11000101b', 'CD'), ('00110101', 'CD'), ('db', 'NN'), ('11000110b', 'CD'), ('00110110', 'CD'), ('db', 'NN'), ('11000111b', 'CD'), ('00110111', 'CD'), ('db', 'NN'), ('11001000b', 'CD'), ('00111000', 'CD'), ('db', 'NN'), ('11001001b', 'CD'), ('00111001', 'CD'), ('db', 'NN'), ('11001010b', 'CD'), ('00111010', 'CD'), ('db', 'NN'), ('11001011b', 'CD'), ('00111011', 'CD'), ('db', 'NN'), ('11000011b', 'CD'), ('00111100', 'CD'), ('db', 'NN'), ('11001101b', 'CD'), ('00111101', 'CD'), ('db', 'NN'), ('11001110b', 'CD'), ('00111110', 'CD'), ('db', 'NN'), ('11001111b', 'CD'), ('00111111', 'CD'), ('db', 'NN'), ('01000000b', 'CD'), ('01000000', 'CD'), ('db', 'NN'), ('01000001b', 'CD'), ('01000001', 'CD'), ('db', 'NN'), ('01000010b', 'CD'), ('01000010', 'CD'), ('db', 'NN'), ('01001100b', 'CD'), ('01000011', 'CD'), ('db', 'NN'), ('01000100b', 'CD'), ('01000100', 'CD'), ('db', 'NN'), ('01000101b', 'CD'), ('01000101', 'CD'), ('db', 'NN'), ('01000110b', 'CD'), ('01000110', 'CD'), ('db', 'NN'), ('01000111b', 'CD'), ('01000111', 'CD'), ('db', 'NN'), ('01001000b', 'CD'), ('01001000', 'CD'), ('db', 'NN'), ('01001001b', 'CD'), ('01001001', 'CD'), ('db', 'NN'), ('01001010b', 'CD'), ('01001010', 'CD'), ('db', 'NN'), ('01001011b', 'CD'), ('01001011', 'CD'), ('db', 'NN'), ('01000011b', 'CD'), ('01001100', 'CD'), ('db', 'NN'), ('01001101b', 'CD'), ('01001101', 'CD'), ('db', 'NN'), ('01001110b', 'CD'), ('01001110', 'CD'), ('db', 'NN'), ('01001111b', 'CD'), ('01001111', 'CD'), ('db', 'NN'), ('01010000b', 'CD'), ('01010000', 'CD'), ('db', 'NN'), ('01010001b', 'CD'), ('01010001', 'CD'), ('db', 'NN'), ('01010010b', 'CD'), ('01010010', 'CD'), ('db', 'NN'), ('01011100b', 'CD'), ('01010011', 'CD'), ('db', 'NN'), ('01010100b', 'CD'), ('01010100', 'CD'), ('db', 'NN'), ('01010101b', 'CD'), ('01010101', 'CD'), ('db', 'NN'), ('01010110b', 'CD'), ('01010110', 'CD'), ('db', 'NN'), ('01010111b', 'CD'), ('01010111', 'CD'), ('db', 'NN'), ('01011000b', 'CD'), ('01011000', 'CD'), ('db', 'NN'), ('01011001b', 'CD'), ('01011001', 'CD'), ('db', 'NN'), ('01011010b', 'CD'), ('01011010', 'CD'), ('db', 'NN'), ('01011011b', 'CD'), ('01011011', 'CD'), ('db', 'NN'), ('01010011b', 'CD'), ('01011100', 'CD'), ('db', 'NN'), ('01011101b', 'CD'), ('01011101', 'CD'), ('db', 'NN'), ('01011110b', 'CD'), ('01011110', 'CD'), ('db', 'NN'), ('01011111b', 'CD'), ('01011111', 'CD'), ('db', 'NN'), ('01100000b', 'CD'), ('01100000', 'CD'), ('db', 'NN'), ('01100001b', 'CD'), ('01100001', 'CD'), ('db', 'NN'), ('01100010b', 'CD'), ('01100010', 'CD'), ('db', 'NN'), ('01101100b', 'CD'), ('01100011', 'CD'), ('db', 'NN'), ('01100100b', 'CD'), ('01100100', 'CD'), ('db', 'NN'), ('01100101b', 'CD'), ('01100101', 'CD'), ('db', 'NN'), ('01100110b', 'CD'), ('01100110', 'CD'), ('db', 'NN'), ('01100111b', 'CD'), ('01100111', 'CD'), ('db', 'NN'), ('01101000b', 'CD'), ('01101000', 'CD'), ('db', 'NN'), ('01101001b', 'CD'), ('01101001', 'CD'), ('db', 'NN'), ('01101010b', 'CD'), ('01101010', 'CD'), ('db', 'NN'), ('01101011b', 'CD'), ('01101011', 'CD'), ('db', 'NN'), ('01100011b', 'CD'), ('01101100', 'CD'), ('db', 'NN'), ('01101101b', 'CD'), ('01101101', 'CD'), ('db', 'NN'), ('01101110b', 'CD'), ('01101110', 'CD'), ('db', 'NN'), ('01101111b', 'CD'), ('01101111', 'CD'), ('db', 'NN'), ('01110000b', 'CD'), ('01110000', 'CD'), ('db', 'NN'), ('01110001b', 'CD'), ('01110001', 'CD'), ('db', 'NN'), ('01110010b', 'CD'), ('01110010', 'CD'), ('db', 'NN'), ('01111100b', 'CD'), ('01110011', 'CD'), ('db', 'NN'), ('01110100b', 'CD'), ('01110100', 'CD'), ('db', 'NN'), ('01110101b', 'CD'), ('01110101', 'CD'), ('db', 'NN'), ('01110110b', 'CD'), ('01110110', 'CD'), ('db', 'NN'), ('01110111b', 'CD'), ('01110111', 'CD'), ('db', 'NN'), ('01111000b', 'CD'), ('01111000', 'CD'), ('db', 'NN'), ('01111001b', 'CD'), ('01111001', 'CD'), ('db', 'NN'), ('01111010b', 'CD'), ('01111010', 'CD'), ('db', 'NN'), ('01111011b', 'CD'), ('01111011', 'CD'), ('db', 'NN'), ('01110011b', 'CD'), ('01111100', 'CD'), ('db', 'NN'), ('01111101b', 'CD'), ('01111101', 'CD'), ('db', 'NN'), ('01111110b', 'CD'), ('01111110', 'CD'), ('db', 'NN'), ('01111111b', 'CD'), ('01111111', 'CD'), ('db', 'NN'), ('10000000b', 'CD'), ('10000000', 'CD'), ('db', 'NN'), ('10000001b', 'CD'), ('10000001', 'CD'), ('db', 'NN'), ('10000010b', 'CD'), ('10000010', 'CD'), ('db', 'NN'), ('10001100b', 'CD'), ('10000011', 'CD'), ('db', 'NN'), ('10000100b', 'CD'), ('10000100', 'CD'), ('db', 'NN'), ('10000101b', 'CD'), ('10000101', 'CD'), ('db', 'NN'), ('10000110b', 'CD'), ('10000110', 'CD'), ('db', 'NN'), ('10000111b', 'CD'), ('10000111', 'CD'), ('db', 'NN'), ('10001000b', 'CD'), ('10001000', 'CD'), ('db', 'NN'), ('10001001b', 'CD'), ('10001001', 'CD'), ('db', 'NN'), ('10001010b', 'CD'), ('10001010', 'CD'), ('db', 'NN'), ('10001011b', 'CD'), ('10001011', 'CD'), ('db', 'NN'), ('10000011b', 'CD'), ('10001100', 'CD'), ('db', 'NN'), ('10001101b', 'CD'), ('10001101', 'CD'), ('db', 'NN'), ('10001110b', 'CD'), ('10001110', 'CD'), ('db', 'NN'), ('10001111b', 'CD'), ('10001111', 'CD'), ('db', 'NN'), ('10010000b', 'CD'), ('10010000', 'CD'), ('db', 'NN'), ('10010001b', 'CD'), ('10010001', 'CD'), ('db', 'NN'), ('10010010b', 'CD'), ('10010010', 'CD'), ('db', 'NN'), ('10011100b', 'CD'), ('10010011', 'CD'), ('db', 'NN'), ('10010100b', 'CD'), ('10010100', 'CD'), ('db', 'NN'), ('10010101b', 'CD'), ('10010101', 'CD'), ('db', 'NN'), ('10010110b', 'CD'), ('10010110', 'CD'), ('db', 'NN'), ('10010111b', 'CD'), ('10010111', 'CD'), ('db', 'NN'), ('10011000b', 'CD'), ('10011000', 'CD'), ('db', 'NN'), ('10011001b', 'CD'), ('10011001', 'CD'), ('db', 'NN'), ('10011010b', 'CD'), ('10011010', 'CD'), ('db', 'NN'), ('10011011b', 'CD'), ('10011011', 'CD'), ('db', 'NN'), ('10010011b', 'CD'), ('10011100', 'CD'), ('db', 'NN'), ('10011101b', 'CD'), ('10011101', 'CD'), ('db', 'NN'), ('10011110b', 'CD'), ('10011110', 'CD'), ('db', 'NN'), ('10011111b', 'CD'), ('10011111', 'CD'), ('db', 'NN'), ('10100000b', 'CD'), ('10100000', 'CD'), ('db', 'NN'), ('10100001b', 'CD'), ('10100001', 'CD'), ('db', 'NN'), ('10100010b', 'CD'), ('10100010', 'CD'), ('db', 'NN'), ('10101100b', 'CD'), ('10100011', 'CD'), ('db', 'NN'), ('10100100b', 'CD'), ('10100100', 'CD'), ('db', 'NN'), ('10100101b', 'CD'), ('10100101', 'CD'), ('db', 'NN'), ('10100110b', 'CD'), ('10100110', 'CD'), ('db', 'NN'), ('10100111b', 'CD'), ('10100111', 'CD'), ('db', 'NN'), ('10101000b', 'CD'), ('10101000', 'CD'), ('db', 'NN'), ('10101001b', 'CD'), ('10101001', 'CD'), ('db', 'NN'), ('10101010b', 'CD'), ('10101010', 'CD'), ('db', 'NN'), ('10101011b', 'CD'), ('10101011', 'CD'), ('db', 'NN'), ('10100011b', 'CD'), ('10101100', 'CD'), ('db', 'NN'), ('10101101b', 'CD'), ('10101101', 'CD'), ('db', 'NN'), ('10101110b', 'CD'), ('10101110', 'CD'), ('db', 'NN'), ('10101111b', 'CD'), ('10101111', 'CD'), ('db', 'NN'), ('10110000b', 'CD'), ('10110000', 'CD'), ('db', 'NN'), ('10110001b', 'CD'), ('10110001', 'CD'), ('db', 'NN'), ('10110010b', 'CD'), ('10110010', 'CD'), ('db', 'NN'), ('10111100b', 'CD'), ('10110011', 'CD'), ('db', 'NN'), ('10110100b', 'CD'), ('10110100', 'CD'), ('db', 'NN'), ('10110101b', 'CD'), ('10110101', 'CD'), ('db', 'NN'), ('10110110b', 'CD'), ('10110110', 'CD'), ('db', 'NN'), ('10110111b', 'CD'), ('10110111', 'CD'), ('db', 'NN'), ('10111000b', 'CD'), ('10111000', 'CD'), ('db', 'NN'), ('10111001b', 'CD'), ('10111001', 'CD'), ('db', 'NN'), ('10111010b', 'CD'), ('10111010', 'CD'), ('db', 'NN'), ('10111011b', 'CD'), ('10111011', 'CD'), ('db', 'NN'), ('10110011b', 'CD'), ('10111100', 'CD'), ('db', 'NN'), ('10111101b', 'CD'), ('10111101', 'CD'), ('db', 'NN'), ('10111110b', 'CD'), ('10111110', 'CD'), ('db', 'NN'), ('10111111b', 'CD'), ('10111111', 'CD'), ('db', 'NN'), ('00110000b', 'CD'), ('11000000', 'CD'), ('db', 'NN'), ('00110001b', 'CD'), ('11000001', 'CD'), ('db', 'NN'), ('00110010b', 'CD'), ('11000010', 'CD'), ('db', 'NN'), ('00111100b', 'CD'), ('11000011', 'CD'), ('db', 'NN'), ('00110100b', 'CD'), ('11000100', 'CD'), ('db', 'NN'), ('00110101b', 'CD'), ('11000101', 'CD'), ('db', 'NN'), ('00110110b', 'CD'), ('11000110', 'CD'), ('db', 'NN'), ('00110111b', 'CD'), ('11000111', 'CD'), ('db', 'NN'), ('00111000b', 'CD'), ('11001000', 'CD'), ('db', 'NN'), ('00111001b', 'CD'), ('11001001', 'CD'), ('db', 'NN'), ('00111010b', 'CD'), ('11001010', 'CD'), ('db', 'NN'), ('00111011b', 'CD'), ('11001011', 'CD'), ('db', 'NN'), ('00110011b', 'CD'), ('11001100', 'CD'), ('db', 'NN'), ('00111101b', 'CD'), ('11001101', 'CD'), ('db', 'NN'), ('00111110b', 'CD'), ('11001110', 'CD'), ('db', 'NN'), ('00111111b', 'CD'), ('11001111', 'CD'), ('db', 'NN'), ('11010000b', 'CD'), ('11010000', 'CD'), ('db', 'NN'), ('11010001b', 'CD'), ('11010001', 'CD'), ('db', 'NN'), ('11010010b', 'CD'), ('11010010', 'CD'), ('db', 'NN'), ('11011100b', 'CD'), ('11010011', 'CD'), ('db', 'NN'), ('11010100b', 'CD'), ('11010100', 'CD'), ('db', 'NN'), ('11010101b', 'CD'), ('11010101', 'CD'), ('db', 'NN'), ('11010110b', 'CD'), ('11010110', 'CD'), ('db', 'NN'), ('11010111b', 'CD'), ('11010111', 'CD'), ('db', 'NN'), ('11011000b', 'CD'), ('11011000', 'CD'), ('db', 'NN'), ('11011001b', 'CD'), ('11011001', 'CD'), ('db', 'NN'), ('11011010b', 'CD'), ('11011010', 'CD'), ('db', 'NN'), ('11011011b', 'CD'), ('11011011', 'CD'), ('db', 'NN'), ('11010011b', 'CD'), ('11011100', 'CD'), ('db', 'NN'), ('11011101b', 'CD'), ('11011101', 'CD'), ('db', 'NN'), ('11011110b', 'CD'), ('11011110', 'CD'), ('db', 'NN'), ('11011111b', 'CD'), ('11011111', 'CD'), ('db', 'NN'), ('11100000b', 'CD'), ('11100000', 'CD'), ('db', 'NN'), ('11100001b', 'CD'), ('11100001', 'CD'), ('db', 'NN'), ('11100010b', 'CD'), ('11100010', 'CD'), ('db', 'NN'), ('11101100b', 'CD'), ('11100011', 'CD'), ('db', 'NN'), ('11100100b', 'CD'), ('11100100', 'CD'), ('db', 'NN'), ('11100101b', 'CD'), ('11100101', 'CD'), ('db', 'NN'), ('11100110b', 'CD'), ('11100110', 'CD'), ('db', 'NN'), ('11100111b', 'CD'), ('11100111', 'CD'), ('db', 'NN'), ('11101000b', 'CD'), ('11101000', 'CD'), ('db', 'NN'), ('11101001b', 'CD'), ('11101001', 'CD'), ('db', 'NN'), ('11101010b', 'CD'), ('11101010', 'CD'), ('db', 'NN'), ('11101011b', 'CD'), ('11101011', 'CD'), ('db', 'NN'), ('11100011b', 'CD'), ('11101100', 'CD'), ('db', 'NN'), ('11101101b', 'CD'), ('11101101', 'CD'), ('db', 'NN'), ('11101110b', 'CD'), ('11101110', 'CD'), ('db', 'NN'), ('11101111b', 'CD'), ('11101111', 'CD'), ('db', 'NN'), ('11110000b', 'CD'), ('11110000', 'CD'), ('db', 'NN'), ('11110001b', 'CD'), ('11110001', 'CD'), ('db', 'NN'), ('11110010b', 'CD'), ('11110010', 'CD'), ('db', 'NN'), ('11111100b', 'CD'), ('11110011', 'CD'), ('db', 'NN'), ('11110100b', 'CD'), ('11110100', 'CD'), ('db', 'NN'), ('11110101b', 'CD'), ('11110101', 'CD'), ('db', 'NN'), ('11110110b', 'CD'), ('11110110', 'CD'), ('db', 'NN'), ('11110111b', 'CD'), ('11110111', 'CD'), ('db', 'NN'), ('11111000b', 'CD'), ('11111000', 'CD'), ('db', 'NN'), ('11111001b', 'CD'), ('11111001', 'CD'), ('db', 'NN'), ('11111010b', 'CD'), ('11111010', 'CD'), ('db', 'NN'), ('11111011b', 'CD'), ('11111011', 'CD'), ('db', 'NN'), ('11110011b', 'CD'), ('11111100', 'CD'), ('db', 'NN'), ('11111101b', 'CD'), ('11111101', 'CD'), ('db', 'NN'), ('11111110b', 'CD'), ('11111110', 'CD'), ('db', 'NN'), ('11111111b', 'CD'), ('11111111', 'CD'), ('this', 'DT'), ('rule', 'NN'), ('implements', 'VBZ'), ('the', 'DT'), ('velocity', 'NN'), ('reversal', 'NN'), ('needed', 'VBN'), ('to', 'TO'), ('run', 'VB'), ('the', 'DT'), ('gas', 'NN'), ('evolution', 'NN'), ('in', 'IN'), ('reverse', 'NN'), ('its', 'PRP$'), ('called', 'VBN'), ('wallrule', 'NN'), ('because', 'IN'), ('its', 'PRP$'), ('the', 'DT'), ('same', 'JJ'), ('as', 'IN'), ('is', 'VBZ'), ('all', 'DT'), ('particles', 'NNS'), ('hit', 'VBP'), ('wall', 'JJ'), ('head', 'NN'), ('on', 'IN'), ('wallrule', 'NN'), ('db', 'NN'), ('00000000b', 'CD'), ('00000000', 'CD'), ('db', 'NN'), ('00000010b', 'CD'), ('00000001', 'CD'), ('db', 'NN'), ('00000001b', 'CD'), ('00000010', 'CD'), ('db', 'NN'), ('00001100b', 'CD'), ('00000011', 'CD'), ('db', 'NN'), ('00001000b', 'CD'), ('00000100', 'CD'), ('db', 'NN'), ('00001010b', 'CD'), ('00000101', 'CD'), ('db', 'NN'), ('00001001b', 'CD'), ('00000110', 'CD'), ('db', 'NN'), ('00001011b', 'CD'), ('00000111', 'CD'), ('db', 'NN'), ('00000100b', 'CD'), ('00001000', 'CD'), ('db', 'NN'), ('00000110b', 'CD'), ('00001001', 'CD'), ('db', 'NN'), ('00000101b', 'CD'), ('00001010', 'CD'), ('db', 'NN'), ('00000111b', 'CD'), ('00001011', 'CD'), ('db', 'NN'), ('00000011b', 'CD'), ('00001100', 'CD'), ('db', 'NN'), ('00001110b', 'CD'), ('00001101', 'CD'), ('db', 'NN'), ('00001101b', 'CD'), ('00001110', 'CD'), ('db', 'NN'), ('00001111b', 'CD'), ('00001111', 'CD'), ('db', 'NN'), ('00100000b', 'CD'), ('00010000', 'CD'), ('db', 'NN'), ('00100010b', 'CD'), ('00010001', 'CD'), ('db', 'NN'), ('00100001b', 'CD'), ('00010010', 'CD'), ('db', 'NN'), ('00101100b', 'CD'), ('00010011', 'CD'), ('db', 'NN'), ('00101000b', 'CD'), ('00010100', 'CD'), ('db', 'NN'), ('00101010b', 'CD'), ('00010101', 'CD'), ('db', 'NN'), ('00101001b', 'CD'), ('00010110', 'CD'), ('db', 'NN'), ('00101011b', 'CD'), ('00010111', 'CD'), ('db', 'NN'), ('00100100b', 'CD'), ('00011000', 'CD'), ('db', 'NN'), ('00100110b', 'CD'), ('00011001', 'CD'), ('db', 'NN'), ('00100101b', 'CD'), ('00011010', 'CD'), ('db', 'NN'), ('00100111b', 'CD'), ('00011011', 'CD'), ('db', 'NN'), ('00100011b', 'CD'), ('00011100', 'CD'), ('db', 'NN'), ('00101110b', 'CD'), ('00011101', 'CD'), ('db', 'NN'), ('00101101b', 'CD'), ('00011110', 'CD'), ('db', 'NN'), ('00101111b', 'CD'), ('00011111', 'CD'), ('db', 'NN'), ('00010000b', 'CD'), ('00100000', 'CD'), ('db', 'NN'), ('00010010b', 'CD'), ('00100001', 'CD'), ('db', 'NN'), ('00010001b', 'CD'), ('00100010', 'CD'), ('db', 'NN'), ('00011100b', 'CD'), ('00100011', 'CD'), ('db', 'NN'), ('00011000b', 'CD'), ('00100100', 'CD'), ('db', 'NN'), ('00011010b', 'CD'), ('00100101', 'CD'), ('db', 'NN'), ('00011001b', 'CD'), ('00100110', 'CD'), ('db', 'NN'), ('00011011b', 'CD'), ('00100111', 'CD'), ('db', 'NN'), ('00010100b', 'CD'), ('00101000', 'CD'), ('db', 'NN'), ('00010110b', 'CD'), ('00101001', 'CD'), ('db', 'NN'), ('00010101b', 'CD'), ('00101010', 'CD'), ('db', 'NN'), ('00010111b', 'CD'), ('00101011', 'CD'), ('db', 'NN'), ('00010011b', 'CD'), ('00101100', 'CD'), ('db', 'NN'), ('00011110b', 'CD'), ('00101101', 'CD'), ('db', 'NN'), ('00011101b', 'CD'), ('00101110', 'CD'), ('db', 'NN'), ('00011111b', 'CD'), ('00101111', 'CD'), ('db', 'NN'), ('11000000b', 'CD'), ('00110000', 'CD'), ('db', 'NN'), ('11000010b', 'CD'), ('00110001', 'CD'), ('db', 'NN'), ('11000001b', 'CD'), ('00110010', 'CD'), ('db', 'NN'), ('11001100b', 'CD'), ('00110011', 'CD'), ('db', 'NN'), ('11001000b', 'CD'), ('00110100', 'CD'), ('db', 'NN'), ('11001010b', 'CD'), ('00110101', 'CD'), ('db', 'NN'), ('11001001b', 'CD'), ('00110110', 'CD'), ('db', 'NN'), ('11001011b', 'CD'), ('00110111', 'CD'), ('db', 'NN'), ('11000100b', 'CD'), ('00111000', 'CD'), ('db', 'NN'), ('11000110b', 'CD'), ('00111001', 'CD'), ('db', 'NN'), ('11000101b', 'CD'), ('00111010', 'CD'), ('db', 'NN'), ('11000111b', 'CD'), ('00111011', 'CD'), ('db', 'NN'), ('11000011b', 'CD'), ('00111100', 'CD'), ('db', 'NN'), ('11001110b', 'CD'), ('00111101', 'CD'), ('db', 'NN'), ('11001101b', 'CD'), ('00111110', 'CD'), ('db', 'NN'), ('11001111b', 'CD'), ('00111111', 'CD'), ('db', 'NN'), ('10000000b', 'CD'), ('01000000', 'CD'), ('db', 'NN'), ('10000010b', 'CD'), ('01000001', 'CD'), ('db', 'NN'), ('10000001b', 'CD'), ('01000010', 'CD'), ('db', 'NN'), ('10001100b', 'CD'), ('01000011', 'CD'), ('db', 'NN'), ('10001000b', 'CD'), ('01000100', 'CD'), ('db', 'NN'), ('10001010b', 'CD'), ('01000101', 'CD'), ('db', 'NN'), ('10001001b', 'CD'), ('01000110', 'CD'), ('db', 'NN'), ('10001011b', 'CD'), ('01000111', 'CD'), ('db', 'NN'), ('10000100b', 'CD'), ('01001000', 'CD'), ('db', 'NN'), ('10000110b', 'CD'), ('01001001', 'CD'), ('db', 'NN'), ('10000101b', 'CD'), ('01001010', 'CD'), ('db', 'NN'), ('10000111b', 'CD'), ('01001011', 'CD'), ('db', 'NN'), ('10000011b', 'CD'), ('01001100', 'CD'), ('db', 'NN'), ('10001110b', 'CD'), ('01001101', 'CD'), ('db', 'NN'), ('10001101b', 'CD'), ('01001110', 'CD'), ('db', 'NN'), ('10001111b', 'CD'), ('01001111', 'CD'), ('db', 'NN'), ('10100000b', 'CD'), ('01010000', 'CD'), ('db', 'NN'), ('10100010b', 'CD'), ('01010001', 'CD'), ('db', 'NN'), ('10100001b', 'CD'), ('01010010', 'CD'), ('db', 'NN'), ('10101100b', 'CD'), ('01010011', 'CD'), ('db', 'NN'), ('10101000b', 'CD'), ('01010100', 'CD'), ('db', 'NN'), ('10101010b', 'CD'), ('01010101', 'CD'), ('db', 'NN'), ('10101001b', 'CD'), ('01010110', 'CD'), ('db', 'NN'), ('10101011b', 'CD'), ('01010111', 'CD'), ('db', 'NN'), ('10100100b', 'CD'), ('01011000', 'CD'), ('db', 'NN'), ('10100110b', 'CD'), ('01011001', 'CD'), ('db', 'NN'), ('10100101b', 'CD'), ('01011010', 'CD'), ('db', 'NN'), ('10100111b', 'CD'), ('01011011', 'CD'), ('db', 'NN'), ('10100011b', 'CD'), ('01011100', 'CD'), ('db', 'NN'), ('10101110b', 'CD'), ('01011101', 'CD'), ('db', 'NN'), ('10101101b', 'CD'), ('01011110', 'CD'), ('db', 'NN'), ('10101111b', 'CD'), ('01011111', 'CD'), ('db', 'NN'), ('10010000b', 'CD'), ('01100000', 'CD'), ('db', 'NN'), ('10010010b', 'CD'), ('01100001', 'CD'), ('db', 'NN'), ('10010001b', 'CD'), ('01100010', 'CD'), ('db', 'NN'), ('10011100b', 'CD'), ('01100011', 'CD'), ('db', 'NN'), ('10011000b', 'CD'), ('01100100', 'CD'), ('db', 'NN'), ('10011010b', 'CD'), ('01100101', 'CD'), ('db', 'NN'), ('10011001b', 'CD'), ('01100110', 'CD'), ('db', 'NN'), ('10011011b', 'CD'), ('01100111', 'CD'), ('db', 'NN'), ('10010100b', 'CD'), ('01101000', 'CD'), ('db', 'NN'), ('10010110b', 'CD'), ('01101001', 'CD'), ('db', 'NN'), ('10010101b', 'CD'), ('01101010', 'CD'), ('db', 'NN'), ('10010111b', 'CD'), ('01101011', 'CD'), ('db', 'NN'), ('10010011b', 'CD'), ('01101100', 'CD'), ('db', 'NN'), ('10011110b', 'CD'), ('01101101', 'CD'), ('db', 'NN'), ('10011101b', 'CD'), ('01101110', 'CD'), ('db', 'NN'), ('10011111b', 'CD'), ('01101111', 'CD'), ('db', 'NN'), ('10110000b', 'CD'), ('01110000', 'CD'), ('db', 'NN'), ('10110010b', 'CD'), ('01110001', 'CD'), ('db', 'NN'), ('10110001b', 'CD'), ('01110010', 'CD'), ('db', 'NN'), ('10111100b', 'CD'), ('01110011', 'CD'), ('db', 'NN'), ('10111000b', 'CD'), ('01110100', 'CD'), ('db', 'NN'), ('10111010b', 'CD'), ('01110101', 'CD'), ('db', 'NN'), ('10111001b', 'CD'), ('01110110', 'CD'), ('db', 'NN'), ('10111011b', 'CD'), ('01110111', 'CD'), ('db', 'NN'), ('10110100b', 'CD'), ('01111000', 'CD'), ('db', 'NN'), ('10110110b', 'CD'), ('01111001', 'CD'), ('db', 'NN'), ('10110101b', 'CD'), ('01111010', 'CD'), ('db', 'NN'), ('10110111b', 'CD'), ('01111011', 'CD'), ('db', 'NN'), ('10110011b', 'CD'), ('01111100', 'CD'), ('db', 'NN'), ('10111110b', 'CD'), ('01111101', 'CD'), ('db', 'NN'), ('10111101b', 'CD'), ('01111110', 'CD'), ('db', 'NN'), ('10111111b', 'CD'), ('01111111', 'CD'), ('db', 'NN'), ('01000000b', 'CD'), ('10000000', 'CD'), ('db', 'NN'), ('01000010b', 'CD'), ('10000001', 'CD'), ('db', 'NN'), ('01000001b', 'CD'), ('10000010', 'CD'), ('db', 'NN'), ('01001100b', 'CD'), ('10000011', 'CD'), ('db', 'NN'), ('01001000b', 'CD'), ('10000100', 'CD'), ('db', 'NN'), ('01001010b', 'CD'), ('10000101', 'CD'), ('db', 'NN'), ('01001001b', 'CD'), ('10000110', 'CD'), ('db', 'NN'), ('01001011b', 'CD'), ('10000111', 'CD'), ('db', 'NN'), ('01000100b', 'CD'), ('10001000', 'CD'), ('db', 'NN'), ('01000110b', 'CD'), ('10001001', 'CD'), ('db', 'NN'), ('01000101b', 'CD'), ('10001010', 'CD'), ('db', 'NN'), ('01000111b', 'CD'), ('10001011', 'CD'), ('db', 'NN'), ('01000011b', 'CD'), ('10001100', 'CD'), ('db', 'NN'), ('01001110b', 'CD'), ('10001101', 'CD'), ('db', 'NN'), ('01001101b', 'CD'), ('10001110', 'CD'), ('db', 'NN'), ('01001111b', 'CD'), ('10001111', 'CD'), ('db', 'NN'), ('01100000b', 'CD'), ('10010000', 'CD'), ('db', 'NN'), ('01100010b', 'CD'), ('10010001', 'CD'), ('db', 'NN'), ('01100001b', 'CD'), ('10010010', 'CD'), ('db', 'NN'), ('01101100b', 'CD'), ('10010011', 'CD'), ('db', 'NN'), ('01101000b', 'CD'), ('10010100', 'CD'), ('db', 'NN'), ('01101010b', 'CD'), ('10010101', 'CD'), ('db', 'NN'), ('01101001b', 'CD'), ('10010110', 'CD'), ('db', 'NN'), ('01101011b', 'CD'), ('10010111', 'CD'), ('db', 'NN'), ('01100100b', 'CD'), ('10011000', 'CD'), ('db', 'NN'), ('01100110b', 'CD'), ('10011001', 'CD'), ('db', 'NN'), ('01100101b', 'CD'), ('10011010', 'CD'), ('db', 'NN'), ('01100111b', 'CD'), ('10011011', 'CD'), ('db', 'NN'), ('01100011b', 'CD'), ('10011100', 'CD'), ('db', 'NN'), ('01101110b', 'CD'), ('10011101', 'CD'), ('db', 'NN'), ('01101101b', 'CD'), ('10011110', 'CD'), ('db', 'NN'), ('01101111b', 'CD'), ('10011111', 'CD'), ('db', 'NN'), ('01010000b', 'CD'), ('10100000', 'CD'), ('db', 'NN'), ('01010010b', 'CD'), ('10100001', 'CD'), ('db', 'NN'), ('01010001b', 'CD'), ('10100010', 'CD'), ('db', 'NN'), ('01011100b', 'CD'), ('10100011', 'CD'), ('db', 'NN'), ('01011000b', 'CD'), ('10100100', 'CD'), ('db', 'NN'), ('01011010b', 'CD'), ('10100101', 'CD'), ('db', 'NN'), ('01011001b', 'CD'), ('10100110', 'CD'), ('db', 'NN'), ('01011011b', 'CD'), ('10100111', 'CD'), ('db', 'NN'), ('01010100b', 'CD'), ('10101000', 'CD'), ('db', 'NN'), ('01010110b', 'CD'), ('10101001', 'CD'), ('db', 'NN'), ('01010101b', 'CD'), ('10101010', 'CD'), ('db', 'NN'), ('01010111b', 'CD'), ('10101011', 'CD'), ('db', 'NN'), ('01010011b', 'CD'), ('10101100', 'CD'), ('db', 'NN'), ('01011110b', 'CD'), ('10101101', 'CD'), ('db', 'NN'), ('01011101b', 'CD'), ('10101110', 'CD'), ('db', 'NN'), ('01011111b', 'CD'), ('10101111', 'CD'), ('db', 'NN'), ('01110000b', 'CD'), ('10110000', 'CD'), ('db', 'NN'), ('01110010b', 'CD'), ('10110001', 'CD'), ('db', 'NN'), ('01110001b', 'CD'), ('10110010', 'CD'), ('db', 'NN'), ('01111100b', 'CD'), ('10110011', 'CD'), ('db', 'NN'), ('01111000b', 'CD'), ('10110100', 'CD'), ('db', 'NN'), ('01111010b', 'CD'), ('10110101', 'CD'), ('db', 'NN'), ('01111001b', 'CD'), ('10110110', 'CD'), ('db', 'NN'), ('01111011b', 'CD'), ('10110111', 'CD'), ('db', 'NN'), ('01110100b', 'CD'), ('10111000', 'CD'), ('db', 'NN'), ('01110110b', 'CD'), ('10111001', 'CD'), ('db', 'NN'), ('01110101b', 'CD'), ('10111010', 'CD'), ('db', 'NN'), ('01110111b', 'CD'), ('10111011', 'CD'), ('db', 'NN'), ('01110011b', 'CD'), ('10111100', 'CD'), ('db', 'NN'), ('01111110b', 'CD'), ('10111101', 'CD'), ('db', 'NN'), ('01111101b', 'CD'), ('10111110', 'CD'), ('db', 'NN'), ('01111111b', 'CD'), ('10111111', 'CD'), ('db', 'NN'), ('00110000b', 'CD'), ('11000000', 'CD'), ('db', 'NN'), ('00110010b', 'CD'), ('11000001', 'CD'), ('db', 'NN'), ('00110001b', 'CD'), ('11000010', 'CD'), ('db', 'NN'), ('00111100b', 'CD'), ('11000011', 'CD'), ('db', 'NN'), ('00111000b', 'CD'), ('11000100', 'CD'), ('db', 'NN'), ('00111010b', 'CD'), ('11000101', 'CD'), ('db', 'NN'), ('00111001b', 'CD'), ('11000110', 'CD'), ('db', 'NN'), ('00111011b', 'CD'), ('11000111', 'CD'), ('db', 'NN'), ('00110100b', 'CD'), ('11001000', 'CD'), ('db', 'NN'), ('00110110b', 'CD'), ('11001001', 'CD'), ('db', 'NN'), ('00110101b', 'CD'), ('11001010', 'CD'), ('db', 'NN'), ('00110111b', 'CD'), ('11001011', 'CD'), ('db', 'NN'), ('00110011b', 'CD'), ('11001100', 'CD'), ('db', 'NN'), ('00111110b', 'CD'), ('11001101', 'CD'), ('db', 'NN'), ('00111101b', 'CD'), ('11001110', 'CD'), ('db', 'NN'), ('00111111b', 'CD'), ('11001111', 'CD'), ('db', 'NN'), ('11100000b', 'CD'), ('11010000', 'CD'), ('db', 'NN'), ('11100010b', 'CD'), ('11010001', 'CD'), ('db', 'NN'), ('11100001b', 'CD'), ('11010010', 'CD'), ('db', 'NN'), ('11101100b', 'CD'), ('11010011', 'CD'), ('db', 'NN'), ('11101000b', 'CD'), ('11010100', 'CD'), ('db', 'NN'), ('11101010b', 'CD'), ('11010101', 'CD'), ('db', 'NN'), ('11101001b', 'CD'), ('11010110', 'CD'), ('db', 'NN'), ('11101011b', 'CD'), ('11010111', 'CD'), ('db', 'NN'), ('11100100b', 'CD'), ('11011000', 'CD'), ('db', 'NN'), ('11100110b', 'CD'), ('11011001', 'CD'), ('db', 'NN'), ('11100101b', 'CD'), ('11011010', 'CD'), ('db', 'NN'), ('11100111b', 'CD'), ('11011011', 'CD'), ('db', 'NN'), ('11100011b', 'CD'), ('11011100', 'CD'), ('db', 'NN'), ('11101110b', 'CD'), ('11011101', 'CD'), ('db', 'NN'), ('11101101b', 'CD'), ('11011110', 'CD'), ('db', 'NN'), ('11101111b', 'CD'), ('11011111', 'CD'), ('db', 'NN'), ('11010000b', 'CD'), ('11100000', 'CD'), ('db', 'NN'), ('11010010b', 'CD'), ('11100001', 'CD'), ('db', 'NN'), ('11010001b', 'CD'), ('11100010', 'CD'), ('db', 'NN'), ('11011100b', 'CD'), ('11100011', 'CD'), ('db', 'NN'), ('11011000b', 'CD'), ('11100100', 'CD'), ('db', 'NN'), ('11011010b', 'CD'), ('11100101', 'CD'), ('db', 'NN'), ('11011001b', 'CD'), ('11100110', 'CD'), ('db', 'NN'), ('11011011b', 'CD'), ('11100111', 'CD'), ('db', 'NN'), ('11010100b', 'CD'), ('11101000', 'CD'), ('db', 'NN'), ('11010110b', 'CD'), ('11101001', 'CD'), ('db', 'NN'), ('11010101b', 'CD'), ('11101010', 'CD'), ('db', 'NN'), ('11010111b', 'CD'), ('11101011', 'CD'), ('db', 'NN'), ('11010011b', 'CD'), ('11101100', 'CD'), ('db', 'NN'), ('11011110b', 'CD'), ('11101101', 'CD'), ('db', 'NN'), ('11011101b', 'CD'), ('11101110', 'CD'), ('db', 'NN'), ('11011111b', 'CD'), ('11101111', 'CD'), ('db', 'NN'), ('11110000b', 'CD'), ('11110000', 'CD'), ('db', 'NN'), ('11110010b', 'CD'), ('11110001', 'CD'), ('db', 'NN'), ('11110001b', 'CD'), ('11110010', 'CD'), ('db', 'NN'), ('11111100b', 'CD'), ('11110011', 'CD'), ('db', 'NN'), ('11111000b', 'CD'), ('11110100', 'CD'), ('db', 'NN'), ('11111010b', 'CD'), ('11110101', 'CD'), ('db', 'NN'), ('11111001b', 'CD'), ('11110110', 'CD'), ('db', 'NN'), ('11111011b', 'CD'), ('11110111', 'CD'), ('db', 'NN'), ('11110100b', 'CD'), ('11111000', 'CD'), ('db', 'NN'), ('11110110b', 'CD'), ('11111001', 'CD'), ('db', 'NN'), ('11110101b', 'CD'), ('11111010', 'CD'), ('db', 'NN'), ('11110111b', 'CD'), ('11111011', 'CD'), ('db', 'NN'), ('11110011b', 'CD'), ('11111100', 'CD'), ('db', 'NN'), ('11111110b', 'CD'), ('11111101', 'CD'), ('db', 'NN'), ('11111101b', 'CD'), ('11111110', 'CD'), ('db', 'NN'), ('11111111b', 'CD'), ('11111111', 'CD'), ('maxbyte', 'NN'), ('equ', 'NN'), ('55', 'CD'), ('lineno', 'NN'), ('equ', 'NN'), ('23', 'CD'), ('srcptr', 'NN'), ('dw', 'NN'), ('offset', 'VBN'), ('buffer1', 'NN'), ('desptr', 'NN'), ('dw', 'NN'), ('offset', 'VBN'), ('buffer2', 'NN'), ('savebuff', 'NN'), ('db', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'VBZ'), ('dup', 'JJ'), ('buffer1', 'NN'), ('db', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'VBZ'), ('dup', 'JJ'), ('db', 'NN'), ('256', 'CD'), ('dup', 'NN'), ('buffer2', 'NN'), ('db', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'VBZ'), ('dup', 'JJ'), ('db', 'NN'), ('256', 'CD'), ('dup', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('data', 'NNS'), ('db', 'NN'), ('db', 'NN'), ('db', 'NN'), ('db', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('test', 'NN'), ('for', 'IN'), ('lattice', 'NN'), ('gas', 'NN'), ('based', 'VBN'), ('encryption', 'NN'), ('db', 'NN'), ('algorithm', 'IN'), ('the', 'DT'), ('data', 'NN'), ('is', 'VBZ'), ('encoded', 'VBN'), ('as', 'IN'), ('particles', 'NNS'), ('of', 'IN'), ('db', 'JJ'), ('digital', 'JJ'), ('gas', 'NN'), ('whose', 'WP$'), ('time', 'NN'), ('evolution', 'NN'), ('is', 'VBZ'), ('then', 'RB'), ('simulated', 'VBN'), ('db', 'NN'), ('with', 'IN'), ('cellular', 'JJ'), ('automaton', 'NN'), ('type', 'NN'), ('algorithm', 'NN'), ('decryption', 'NN'), ('db', 'NN'), ('can', 'MD'), ('be', 'VB'), ('achieved', 'VBN'), ('by', 'IN'), ('running', 'VBG'), ('the', 'DT'), ('simulation', 'NN'), ('in', 'IN'), ('reverse', 'NN'), ('db', 'NN'), ('thermodynamic', 'JJ'), ('argument', 'NN'), ('ensures', 'VBZ'), ('that', 'IN'), ('even', 'RB'), ('if', 'IN'), ('single', 'JJ'), ('db', 'NN'), ('bit', 'NN'), ('is', 'VBZ'), ('flipped', 'VBN'), ('no', 'DT'), ('decryption', 'NN'), ('of', 'IN'), ('the', 'DT'), ('data', 'NN'), ('is', 'VBZ'), ('possible', 'JJ'), ('db', 'NN'), ('db', 'NN'), ('after', 'IN'), ('the', 'DT'), ('gas', 'NN'), ('is', 'VBZ'), ('let', 'VBN'), ('to', 'TO'), ('evolve', 'VB'), ('for', 'IN'), ('256', 'CD'), ('timesteps', 'NNS'), ('db', 'VBP'), ('one', 'CD'), ('can', 'MD'), ('either', 'CC'), ('run', 'VB'), ('the', 'DT'), ('reverse', 'NN'), ('evolution', 'NN'), ('by', 'IN'), ('pressing', 'VBG'), ('db', 'JJ'), ('space', 'NN'), ('or', 'CC'), ('flip', 'JJ'), ('bit', 'NN'), ('and', 'CC'), ('then', 'RB'), ('run', 'VB'), ('by', 'IN'), ('pressing', 'VBG'), ('db', 'NN'), ('db', 'NN'), ('for', 'IN'), ('cryptographic', 'JJ'), ('application', 'NN'), ('the', 'DT'), ('key', 'NN'), ('would', 'MD'), ('consist', 'VB'), ('db', 'NN'), ('of', 'IN'), ('the', 'DT'), ('number', 'NN'), ('of', 'IN'), ('time', 'NN'), ('steps', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('time', 'NN'), ('and', 'CC'), ('location', 'NN'), ('db', 'NN'), ('of', 'IN'), ('specific', 'JJ'), ('bit', 'NN'), ('inversions', 'NNS'), ('db', 'VBP'), ('db', 'JJ'), ('db', 'NN'), ('db', 'NN'), ('db', 'NN'), ('fill', 'VB'), ('the', 'DT'), ('gas', 'NN'), ('with', 'IN'), ('piece', 'NN'), ('of', 'IN'), ('code', 'NN'), ('initgas', 'NN'), ('mov', 'NN'), ('di', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('offset', 'VBN'), ('data', 'NNS'), ('mov', 'NNS'), ('cx', 'VBP'), ('lineno', 'JJ'), ('ig0', 'NN'), ('push', 'NN'), ('di', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('ig1', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('loop', 'NN'), ('ig1', 'JJ'), ('pop', 'NN'), ('cx', 'NN'), ('pop', 'NN'), ('di', 'NN'), ('add', 'VBP'), ('di', 'JJ'), ('maxbyte', 'NN'), ('loop', 'NN'), ('ig0', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('mov', 'NN'), ('di', 'NN'), ('offset', 'VBN'), ('initgas', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('lg2', 'NN'), ('mov', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('],', 'NNP'), ('al', 'VBZ'), ('not', 'RB'), ('al', 'JJ'), ('inc', 'NN'), ('si', 'NN'), ('loop', 'NN'), ('lg2', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('display', 'NN'), ('gas', 'NN'), ('molecules', 'NNS'), ('bouncing', 'VBG'), ('around', 'IN'), ('showgas', 'JJ'), ('push', 'NN'), ('es', 'NN'), ('push', 'NN'), ('si', 'NN'), ('push', 'NN'), ('di', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('push', 'NN'), ('bx', 'NN'), ('mov', 'NN'), ('ax', 'VBD'), ('0b800h', 'CD'), ('mov', 'NN'), ('es', 'NN'), ('ax', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('mov', 'NN'), ('di', 'VBD'), ('160', 'CD'), ('10', 'CD'), ('mov', 'NN'), ('cx', 'NN'), ('lineno', 'NN'), ('add', 'VBP'), ('si', 'JJ'), ('maxbyte', 'NN'), ('sg1', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('push', 'NN'), ('di', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('sg2', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('mov', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('es', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('add', 'VBP'), ('di', 'JJ'), ('dec', 'NN'), ('cx', 'NN'), ('jnz', 'NN'), ('sg2', 'NN'), ('pop', 'NN'), ('di', 'JJ'), ('pop', 'NN'), ('cx', 'NN'), ('add', 'VBP'), ('di', 'VBZ'), ('160', 'CD'), ('loop', 'NN'), ('sg1', 'NNS'), ('pop', 'VBP'), ('bx', 'JJ'), ('pop', 'NN'), ('cx', 'NN'), ('pop', 'NN'), ('di', 'JJ'), ('pop', 'NN'), ('si', 'JJ'), ('pop', 'NN'), ('es', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('cs', 'NN'), ('si', 'NN'), ('->', 'NNP'), ('sourse', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('cs', 'NNS'), ('di', 'VBP'), ('->', 'JJ'), ('destination', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('scanonemiddleline', 'NN'), ('first', 'RB'), ('byte', 'NN'), ('is', 'VBZ'), ('special', 'JJ'), ('case', 'NN'), ('because', 'IN'), ('of', 'IN'), ('warparound', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('north', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('line', 'NN'), ('up', 'IN'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('south', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('line', 'NN'), ('down', 'IN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('+(', 'NNP'), ('maxbyte', 'NN'), (')]', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('middle', 'JJ'), ('bytes', 'NNS'), ('can', 'MD'), ('be', 'VB'), ('handled', 'VBN'), ('in', 'IN'), ('loop', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('sol1', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('north', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('line', 'NN'), ('up', 'IN'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('south', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('line', 'NN'), ('down', 'IN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('loop', 'NN'), ('sol1', 'NN'), ('last', 'JJ'), ('byte', 'NN'), ('is', 'VBZ'), ('also', 'RB'), ('special', 'JJ'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('north', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('line', 'NN'), ('up', 'IN'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('south', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('line', 'NN'), ('down', 'IN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('-(', 'NNP'), ('maxbyte', 'NN'), (')]', 'NNP'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('cs', 'NN'), ('si', 'NN'), ('->', 'NNP'), ('sourse', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('cs', 'NNS'), ('di', 'VBP'), ('->', 'JJ'), ('destination', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('scanfirstline', 'NN'), ('first', 'RB'), ('byte', 'NN'), ('is', 'VBZ'), ('special', 'JJ'), ('case', 'NN'), ('because', 'IN'), ('of', 'IN'), ('warparound', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'NN'), (')]', 'NN'), ('and', 'CC'), ('bh', '$'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('middle', 'JJ'), ('bytes', 'NNS'), ('can', 'MD'), ('be', 'VB'), ('handled', 'VBN'), ('in', 'IN'), ('loop', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('sfl1', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'NN'), (')]', 'NN'), ('and', 'CC'), ('bh', '$'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('loop', 'NN'), ('sfl1', 'NN'), ('last', 'JJ'), ('byte', 'NN'), ('is', 'VBZ'), ('also', 'RB'), ('special', 'JJ'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'NN'), (')]', 'NN'), ('and', 'CC'), ('bh', '$'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('-(', 'NNP'), ('maxbyte', 'NN'), (')]', 'NNP'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('ret', 'VBD'), (';----------------------------------------------------------------------', 'JJ'), ('cs', 'NN'), ('si', 'NN'), ('->', 'NNP'), ('sourse', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('cs', 'NNS'), ('di', 'VBP'), ('->', 'JJ'), ('destination', 'NN'), ('of', 'IN'), ('data', 'NNS'), ('scanlastline', 'NN'), ('first', 'RB'), ('byte', 'NN'), ('is', 'VBZ'), ('special', 'JJ'), ('case', 'NN'), ('because', 'IN'), ('of', 'IN'), ('warparound', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('and', 'CC'), ('bh', '$'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'NN'), (')]', 'NN'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('+(', 'NNP'), ('maxbyte', 'NN'), (')]', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('middle', 'JJ'), ('bytes', 'NNS'), ('can', 'MD'), ('be', 'VB'), ('handled', 'VBN'), ('in', 'IN'), ('loop', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('sll1', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('and', 'CC'), ('bh', '$'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'NN'), (')]', 'NN'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('loop', 'NN'), ('sll1', 'NN'), ('last', 'JJ'), ('byte', 'NN'), ('is', 'VBZ'), ('also', 'RB'), ('special', 'JJ'), ('mov', 'NN'), ('bl', 'NN'), ('al', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('and', 'CC'), ('bh', '$'), ('10001000b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'NN'), ('or', 'CC'), ('them', 'PRP'), ('into', 'IN'), ('the', 'DT'), ('assembled', 'JJ'), ('byte', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('maxbyte', 'NN'), ('*(', 'NNP'), ('lineno', 'NN'), (')]', 'NN'), ('and', 'CC'), ('bh', '$'), ('01000100b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('place', 'NN'), ('the', 'DT'), ('stuff', 'NN'), ('into', 'IN'), ('al', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('west', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('left', 'VBD'), ('lower', 'JJR'), ('and', 'CC'), ('bh', 'VB'), ('00100010b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('-(', 'NNP'), ('maxbyte', 'NN'), (')]', 'NNP'), ('east', 'NN'), ('is', 'VBZ'), ('one', 'CD'), ('byte', 'NN'), ('right', 'NN'), ('higher', 'JJR'), ('and', 'CC'), ('bh', '$'), ('00010001b', 'CD'), ('and', 'CC'), ('at', 'IN'), ('bits', 'NNS'), ('and', 'CC'), ('or', 'CC'), ('bl', 'VB'), ('bh', 'JJ'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('hpprule', 'NN'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('di', 'VBZ'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('inc', 'NN'), ('di', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('invert', 'NN'), ('all', 'DT'), ('velocities', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('gas', 'NN'), ('invertall', 'NN'), ('push', 'NN'), ('bx', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('push', 'NN'), ('si', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('mov', 'NN'), ('bx', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('lineno', 'JJ'), ('ia1', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('ia2', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('offset', 'NN'), ('wallrule', 'NN'), (')]', 'NNP'), ('mov', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('loop', 'NN'), ('ia2', 'JJ'), ('pop', 'NN'), ('cx', 'NN'), ('loop', 'NN'), ('ia1', 'JJ'), ('pop', 'NN'), ('si', 'JJ'), ('pop', 'NN'), ('cx', 'NN'), ('pop', 'NN'), ('bx', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('iterateonce', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('mov', 'NN'), ('di', 'NN'), ('cs', 'NN'), ('desptr', 'NN'), ('mov', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('di', 'NN'), ('mov', 'NN'), ('cs', 'NN'), ('desptr', 'NN'), ('si', 'VBD'), ('push', 'JJ'), ('si', 'NN'), ('push', 'NN'), ('di', 'NN'), ('call', 'NN'), ('scanfirstline', 'NN'), ('pop', 'NN'), ('di', 'JJ'), ('pop', 'NN'), ('si', 'NN'), ('add', 'VBP'), ('si', 'JJ'), ('maxbyte', 'NN'), ('add', 'NN'), ('di', 'FW'), ('maxbyte', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('lineno', 'NN'), ('dont', 'NN'), ('scan', 'JJ'), ('first', 'RB'), ('and', 'CC'), ('last', 'JJ'), ('l1', 'JJ'), ('push', 'NN'), ('si', 'NN'), ('push', 'NN'), ('di', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('call', 'NN'), ('scanonemiddleline', 'NN'), ('pop', 'NN'), ('cx', 'NN'), ('pop', 'NN'), ('di', 'JJ'), ('pop', 'NN'), ('si', 'NN'), ('add', 'VBP'), ('si', 'JJ'), ('maxbyte', 'NN'), ('add', 'NN'), ('di', 'FW'), ('maxbyte', 'NN'), ('loop', 'NN'), ('l1', 'VBD'), ('push', 'JJ'), ('si', 'NN'), ('push', 'NN'), ('di', 'NN'), ('call', 'NN'), ('scanlastline', 'NN'), ('pop', 'NN'), ('si', 'JJ'), ('pop', 'NN'), ('di', 'NN'), ('l3', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('iterate', 'NN'), ('hpp', 'NN'), ('rule', 'NN'), ('cx', 'NN'), ('times', 'NNS'), ('iterate', 'VBP'), ('push', 'JJ'), ('cx', 'NN'), ('call', 'NN'), ('iterateonce', 'NN'), ('pop', 'NN'), ('cx', 'NN'), ('call', 'NN'), ('showgas', 'NN'), ('loop', 'NN'), ('iterate', 'NN'), ('ret', 'JJ'), (';----------------------------------------------------------------------', 'JJ'), ('iterate', 'NN'), ('hpp', 'NN'), ('rule', 'NN'), ('cx', 'NN'), ('times', 'NNS'), ('iterateuntil', 'VBP'), ('mov', 'JJ'), ('si', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('offset', 'VBP'), ('iu4', 'NN'), ('offset', 'VBN'), ('iu3', 'JJ'), ('iu00', 'JJ'), ('mov', 'NN'), ('al', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('offset', 'NN'), ('iu3', 'NN'), ('xor', 'NNP'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('offset', 'NN'), ('iu4', 'NN'), ('],', 'NNP'), ('al', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('loop', 'NN'), ('iu00', 'NN'), ('iu0', 'NN'), ('call', 'NN'), ('iterateonce', 'NN'), ('call', 'NN'), ('showgas', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('maxbyte', 'NN'), ('mov', 'NN'), ('bx', 'NN'), ('mov', 'NN'), ('ah', 'NN'), ('mov', 'NN'), ('al', 'VBD'), ('255', 'CD'), ('iu1', 'NN'), ('mov', 'NN'), ('bl', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('mov', 'NN'), ('dl', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('bx', 'NN'), ('wallrule', 'NN'), ('not', 'RB'), ('ah', 'JJ'), ('xor', 'NNP'), ('dl', 'NN'), ('ah', 'NN'), ('and', 'CC'), ('al', 'NN'), ('dl', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('loop', 'NN'), ('iu1', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('offset', 'VBP'), ('iu4', 'NN'), ('offset', 'VBN'), ('iu3', 'JJ'), ('iu2', 'JJ'), ('mov', 'NN'), ('ah', 'NN'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('offset', 'NN'), ('iu4', 'NN'), ('and', 'CC'), ('ah', 'JJ'), ('al', 'NN'), ('xor', 'NNP'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('offset', 'NN'), ('iu3', 'NN'), ('],', 'NNP'), ('ah', 'NN'), ('inc', 'NN'), ('si', 'NN'), ('loop', 'NN'), ('iu2', 'NN'), ('jmp', 'NN'), ('iu3', 'NN'), ('iu3', 'NN'), ('mov', 'NN'), ('ax', 'NN'), ('offset', 'VBN'), ('iu0', 'JJ'), ('push', 'NN'), ('ax', 'NN'), ('ret', 'VBD'), ('db', 'JJ'), ('256', 'CD'), ('dup', 'NN'), ('90h', 'CD'), ('iu4', 'NN'), ('push', 'NN'), ('ax', 'NN'), ('push', 'NN'), ('bx', 'NN'), ('push', 'NN'), ('cx', 'NN'), ('push', 'NN'), ('dx', 'NN'), ('push', 'NN'), ('ds', 'NN'), ('mov', 'NN'), ('ah', 'NN'), ('mov', 'NN'), ('dx', 'NN'), ('cs', 'NN'), ('msgptr', 'VBD'), ('int', 'JJ'), ('21h', 'CD'), ('pop', 'NN'), ('ds', 'NNS'), ('pop', 'VBP'), ('dx', 'JJ'), ('pop', 'NN'), ('cx', 'NN'), ('pop', 'NN'), ('bx', 'JJ'), ('pop', 'NN'), ('ax', 'NN'), ('ret', 'NN'), ('db', 'VBZ'), ('512', 'CD'), ('dup', 'NN'), ('90h', 'CD'), ('msgptr', 'NN'), ('dw', 'NN'), ('offset', 'VBN'), ('msg', 'NN'), ('msg', 'NN'), ('db', 'NN'), ('this', 'DT'), ('message', 'NN'), ('is', 'VBZ'), ('printed', 'VBN'), ('out', 'RP'), ('by', 'IN'), ('",', 'JJ'), ('10', 'CD'), ('13', 'CD'), ('db', 'NN'), ('code', 'NN'), ('decrypted', 'VBD'), ('using', 'VBG'), ('data', 'NNS'), ('from', 'IN'), ('the', 'DT'), ('lattice', 'NN'), ('",', 'VBD'), ('10', 'CD'), ('13', 'CD'), ('db', 'NN'), ('which', 'WDT'), ('was', 'VBD'), ('applied', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('decoding', 'VBG'), ('routine', 'JJ'), ('",', 'NN'), ('10', 'CD'), ('13', 'CD'), ('db', 'NN'), ('after', 'IN'), ('every', 'DT'), ('time', 'NN'), ('step', 'NN'), ('",', 'RB'), ('10', 'CD'), ('13', 'CD'), ('db', 'NN'), ('the', 'DT'), ('decoding', 'NN'), ('function', 'NN'), ('left', 'VBD'), ('the', 'DT'), ('code', 'NN'), ('unchanged', 'JJ'), ('",', 'VBD'), ('10', 'CD'), ('13', 'CD'), ('db', 'NN'), ('except', 'IN'), ('after', 'IN'), ('the', 'DT'), ('gas', 'NN'), ('evolution', 'NN'), ('had', 'VBD'), ('completelly', 'RB'), ('",', 'JJ'), ('10', 'CD'), ('13', 'CD'), ('db', 'NN'), ('reversed', 'VBD'), ('the', 'DT'), ('thermalization', 'NN'), ('",', 'VBD'), ('10', 'CD'), ('13', 'CD'), (',"$"', 'JJ'), ('times', 'NNS'), ('equ', 'VBP'), ('16', 'CD'), ('256', 'CD'), ('repetitions', 'NNS'), ('are', 'VBP'), ('enough', 'JJ'), ('to', 'TO'), ('equilibrate', 'VB'), ('the', 'DT'), ('gas', 'NN'), ('begin', 'NN'), ('mov', 'NN'), ('ax', 'VBD'), ('0600h', 'CD'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('dh', 'VBZ'), ('25', 'CD'), ('mov', 'NN'), ('dl', 'NN'), ('80', 'CD'), ('mov', 'NN'), ('cx', 'NN'), ('int', 'NN'), ('10h', 'CD'), ('mov', 'NN'), ('ah', 'NN'), ('mov', 'NN'), ('bh', 'NN'), ('mov', 'NN'), ('dh', 'VBZ'), ('24', 'CD'), ('mov', 'NN'), ('dl', 'NN'), ('int', 'NN'), ('10h', 'CD'), ('call', 'NN'), ('initgas', 'NN'), ('call', 'NN'), ('showgas', 'NN'), ('mov', 'NN'), ('ah', 'VBD'), ('int', 'JJ'), ('16h', 'CD'), ('push', 'NN'), ('cx', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('times', 'NNS'), ('call', 'VBP'), ('iterate', 'VB'), ('call', 'NN'), ('invertall', 'NN'), ('call', 'NN'), ('showgas', 'NN'), ('mov', 'NN'), ('ah', 'VBD'), ('int', 'JJ'), ('16h', 'CD'), ('cmp', 'NN'), ('al', 'NN'), (',"', 'NNP'), ('jne', 'NN'), ('begin0', 'NN'), ('mov', 'NN'), ('si', 'NN'), ('cs', 'NN'), ('srcptr', 'NN'), ('xor', 'NNP'), ('byte', 'NN'), ('ptr', 'NN'), ('cs', 'NN'), (':[', 'NNP'), ('si', 'NN'), ('],', 'VBD'), ('10000001b', 'CD'), ('begin0', 'NN'), ('mov', 'NN'), ('cx', 'NN'), ('times', 'NNS'), ('call', 'VBP'), ('iterateuntil', 'JJ'), ('call', 'NN'), ('invertall', 'NN'), ('call', 'NN'), ('showgas', 'NN'), ('mov', 'NN'), ('ax', 'VBD'), ('4c00h', 'CD'), ('int', 'NN'), ('21h', 'CD')] | ['get', 'number', 'request', 'code', 'write', 'asm', 'borland', 'tasm', 'tasm', 'lga', 'asm', 'tlink', 'lga', 'asm', 'code', 'lga', 'ncryption', 'nick', 'nassuphis', 'code', 'segment', 'assume', 'c', 'code', 'code', 'org', 'start', 'jmp', 'begin', 'gas', 'particle', 'assigment', 'bit', 'particle', 'move', 'east', 'bit', 'particle', 'move', 'west', 'bit', 'particle', 'move', 'north', 'bit', 'particle', 'move', 'south', 'bit', 'particle', 'move', 'east', 'bit', 'particle', 'move', 'west', 'bit', 'particle', 'move', 'north', 'bit', 'particle', 'move', 'south', 'collisiong', 'rule', 'gas', 'rule', 'nibble', 'byte', 'reflection', 'rule', 'swap', 'bit', 'along', 'direction', 'look', 'table', 'implement', 'two', 'particle', 'collision', 'hpp', 'lattice', 'gas', 'hpprule', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'rule', 'implement', 'velocity', 'reversal', 'need', 'run', 'gas', 'evolution', 'reverse', 'call', 'wallrule', 'particle', 'hit', 'wall', 'head', 'wallrule', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'db', 'maxbyte', 'equ', 'lineno', 'equ', 'srcptr', 'dw', 'offset', 'desptr', 'dw', 'offset', 'savebuff', 'db', 'maxbyte', 'lineno', 'dup', 'db', 'maxbyte', 'lineno', 'dup', 'db', 'dup', 'db', 'maxbyte', 'lineno', 'dup', 'db', 'dup', 'data', 'db', 'db', 'db', 'db', 'test', 'lattice', 'gas', 'base', 'encryption', 'db', 'algorithm', 'data', 'encode', 'particle', 'db', 'digital', 'gas', 'whose', 'time', 'evolution', 'simulate', 'db', 'cellular', 'automaton', 'type', 'algorithm', 'decryption', 'db', 'achieve', 'run', 'simulation', 'reverse', 'db', 'thermodynamic', 'argument', 'ensure', 'even', 'single', 'db', 'bit', 'flip', 'decryption', 'data', 'possible', 'db', 'db', 'gas', 'let', 'evolve', 'timesteps', 'db', 'one', 'either', 'run', 'reverse', 'evolution', 'press', 'db', 'space', 'flip', 'bit', 'run', 'press', 'db', 'db', 'cryptographic', 'application', 'key', 'would', 'consist', 'db', 'number', 'time', 'step', 'time', 'location', 'db', 'specific', 'bit', 'inversion', 'db', 'db', 'db', 'db', 'db', 'fill', 'gas', 'piece', 'code', 'initgas', 'mov', 'di', 'c', 'srcptr', 'mov', 'si', 'offset', 'data', 'mov', 'cx', 'lineno', 'push', 'di', 'push', 'cx', 'mov', 'cx', 'maxbyte', 'mov', 'al', 'c', 'si', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'loop', 'pop', 'cx', 'pop', 'di', 'add', 'di', 'maxbyte', 'loop', 'mov', 'si', 'c', 'srcptr', 'mov', 'di', 'offset', 'initgas', 'mov', 'cx', 'maxbyte', 'mov', 'al', 'mov', 'byte', 'ptr', 'c', 'si', 'al', 'al', 'inc', 'si', 'loop', 'ret', 'display', 'gas', 'molecule', 'bounce', 'around', 'showgas', 'push', 'e', 'push', 'si', 'push', 'di', 'push', 'cx', 'push', 'bx', 'mov', 'ax', 'mov', 'e', 'ax', 'mov', 'si', 'c', 'srcptr', 'mov', 'di', 'mov', 'cx', 'lineno', 'add', 'si', 'maxbyte', 'push', 'cx', 'push', 'di', 'mov', 'cx', 'maxbyte', 'mov', 'al', 'c', 'si', 'mov', 'byte', 'ptr', 'e', 'di', 'al', 'inc', 'si', 'add', 'di', 'dec', 'cx', 'jnz', 'pop', 'di', 'pop', 'cx', 'add', 'di', 'loop', 'pop', 'bx', 'pop', 'cx', 'pop', 'di', 'pop', 'si', 'pop', 'e', 'ret', 'c', 'si', 'sourse', 'data', 'c', 'di', 'destination', 'data', 'scanonemiddleline', 'first', 'byte', 'special', 'case', 'warparound', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'north', 'one', 'line', 'low', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'south', 'one', 'line', 'high', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'maxbyte', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'middle', 'byte', 'handle', 'loop', 'mov', 'cx', 'maxbyte', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'north', 'one', 'line', 'low', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'south', 'one', 'line', 'high', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'loop', 'last', 'byte', 'also', 'special', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'north', 'one', 'line', 'low', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'south', 'one', 'line', 'high', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'maxbyte', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'ret', 'c', 'si', 'sourse', 'data', 'c', 'di', 'destination', 'data', 'scanfirstline', 'first', 'byte', 'special', 'case', 'warparound', 'mov', 'bl', 'mov', 'bh', 'c', 'si', 'maxbyte', 'lineno', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'maxbyte', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'middle', 'byte', 'handle', 'loop', 'mov', 'cx', 'maxbyte', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'lineno', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'loop', 'last', 'byte', 'also', 'special', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'lineno', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'maxbyte', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'ret', 'c', 'si', 'sourse', 'data', 'c', 'di', 'destination', 'data', 'scanlastline', 'first', 'byte', 'special', 'case', 'warparound', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'lineno', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'maxbyte', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'middle', 'byte', 'handle', 'loop', 'mov', 'cx', 'maxbyte', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'lineno', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'loop', 'last', 'byte', 'also', 'special', 'mov', 'bl', 'al', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'bh', 'bit', 'bl', 'bh', 'assembled', 'byte', 'mov', 'bh', 'c', 'si', 'maxbyte', 'lineno', 'bh', 'bit', 'bl', 'bh', 'place', 'stuff', 'al', 'mov', 'bh', 'c', 'si', 'west', 'one', 'byte', 'leave', 'low', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'c', 'si', 'maxbyte', 'east', 'one', 'byte', 'right', 'high', 'bh', 'bit', 'bl', 'bh', 'mov', 'bh', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'hpprule', 'mov', 'c', 'di', 'al', 'inc', 'si', 'inc', 'di', 'ret', 'invert', 'velocity', 'gas', 'invertall', 'push', 'bx', 'push', 'cx', 'push', 'si', 'mov', 'si', 'c', 'srcptr', 'mov', 'bx', 'mov', 'cx', 'lineno', 'push', 'cx', 'mov', 'cx', 'maxbyte', 'mov', 'bl', 'c', 'si', 'mov', 'al', 'byte', 'ptr', 'c', 'bx', 'offset', 'wallrule', 'mov', 'c', 'si', 'al', 'inc', 'si', 'loop', 'pop', 'cx', 'loop', 'pop', 'si', 'pop', 'cx', 'pop', 'bx', 'ret', 'iterateonce', 'mov', 'si', 'c', 'srcptr', 'mov', 'di', 'c', 'desptr', 'mov', 'c', 'srcptr', 'di', 'mov', 'c', 'desptr', 'si', 'push', 'si', 'push', 'di', 'call', 'scanfirstline', 'pop', 'di', 'pop', 'si', 'add', 'si', 'maxbyte', 'add', 'di', 'maxbyte', 'mov', 'cx', 'lineno', 'dont', 'scan', 'first', 'last', 'push', 'si', 'push', 'di', 'push', 'cx', 'call', 'scanonemiddleline', 'pop', 'cx', 'pop', 'di', 'pop', 'si', 'add', 'si', 'maxbyte', 'add', 'di', 'maxbyte', 'loop', 'push', 'si', 'push', 'di', 'call', 'scanlastline', 'pop', 'si', 'pop', 'di', 'ret', 'iterate', 'hpp', 'rule', 'cx', 'time', 'iterate', 'push', 'cx', 'call', 'iterateonce', 'pop', 'cx', 'call', 'showgas', 'loop', 'iterate', 'ret', 'iterate', 'hpp', 'rule', 'cx', 'time', 'iterateuntil', 'mov', 'si', 'mov', 'cx', 'offset', 'offset', 'mov', 'al', 'byte', 'ptr', 'c', 'si', 'offset', 'xor', 'byte', 'ptr', 'c', 'si', 'offset', 'al', 'inc', 'si', 'loop', 'call', 'iterateonce', 'call', 'showgas', 'mov', 'si', 'c', 'srcptr', 'mov', 'cx', 'maxbyte', 'mov', 'bx', 'mov', 'ah', 'mov', 'al', 'mov', 'bl', 'byte', 'ptr', 'c', 'si', 'mov', 'dl', 'byte', 'ptr', 'c', 'bx', 'wallrule', 'ah', 'xor', 'dl', 'ah', 'al', 'dl', 'inc', 'si', 'loop', 'mov', 'si', 'mov', 'cx', 'offset', 'offset', 'mov', 'ah', 'byte', 'ptr', 'c', 'si', 'offset', 'ah', 'al', 'xor', 'byte', 'ptr', 'c', 'si', 'offset', 'ah', 'inc', 'si', 'loop', 'jmp', 'mov', 'ax', 'offset', 'push', 'ax', 'ret', 'db', 'dup', 'push', 'ax', 'push', 'bx', 'push', 'cx', 'push', 'dx', 'push', 'mov', 'ah', 'mov', 'dx', 'c', 'msgptr', 'int', 'pop', 'pop', 'dx', 'pop', 'cx', 'pop', 'bx', 'pop', 'ax', 'ret', 'db', 'dup', 'msgptr', 'dw', 'offset', 'msg', 'msg', 'db', 'message', 'print', 'db', 'code', 'decrypt', 'use', 'data', 'lattice', 'db', 'apply', 'decode', 'routine', 'db', 'every', 'time', 'step', 'db', 'decoding', 'function', 'leave', 'code', 'unchanged', 'db', 'except', 'gas', 'evolution', 'completelly', 'db', 'reverse', 'thermalization', 'time', 'equ', 'repetition', 'enough', 'equilibrate', 'gas', 'begin', 'mov', 'ax', 'mov', 'bh', 'mov', 'dh', 'mov', 'dl', 'mov', 'cx', 'int', 'mov', 'ah', 'mov', 'bh', 'mov', 'dh', 'mov', 'dl', 'int', 'call', 'initgas', 'call', 'showgas', 'mov', 'ah', 'int', 'push', 'cx', 'mov', 'cx', 'time', 'call', 'iterate', 'call', 'invertall', 'call', 'showgas', 'mov', 'ah', 'int', 'cmp', 'al', 'jne', 'mov', 'si', 'c', 'srcptr', 'xor', 'byte', 'ptr', 'c', 'si', 'mov', 'cx', 'time', 'call', 'iterateuntil', 'call', 'invertall', 'call', 'showgas', 'mov', 'ax', 'int'] | ['get_number', 'code_write', 'code_code', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'bit_particle', 'particle_move', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'need_run', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'db_db', 'maxbyte_lineno', 'maxbyte_lineno', 'maxbyte_lineno', 'db_db', 'db_db', 'db_db', 'even_single', 'db_db', 'one_either', 'either_run', 'db_db', 'key_would', 'number_time', 'step_time', 'db_db', 'db_db', 'db_db', 'db_db', 'piece_code', 'c_srcptr', 'srcptr_mov', 'mov_si', 'si_offset', 'mov_cx', 'push_di', 'push_cx', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_al', 'c_si', 'si_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'di_loop', 'pop_cx', 'cx_pop', 'pop_di', 'add_di', 'loop_mov', 'mov_si', 'si_c', 'c_srcptr', 'srcptr_mov', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_al', 'al_mov', 'byte_ptr', 'ptr_c', 'c_si', 'al_al', 'al_inc', 'inc_si', 'si_loop', 'push_si', 'si_push', 'push_di', 'push_cx', 'mov_si', 'si_c', 'c_srcptr', 'srcptr_mov', 'mov_cx', 'si_maxbyte', 'push_cx', 'push_di', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_al', 'c_si', 'si_mov', 'byte_ptr', 'di_al', 'al_inc', 'inc_si', 'add_di', 'pop_di', 'pop_cx', 'add_di', 'di_loop', 'pop_cx', 'cx_pop', 'pop_di', 'pop_si', 'c_si', 'c_di', 'first_byte', 'special_case', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'one_line', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'one_line', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_east', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'loop_mov', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'one_line', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'one_line', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_west', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_east', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'di_loop', 'also_special', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'one_line', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'one_line', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_west', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'c_si', 'c_di', 'first_byte', 'special_case', 'mov_bl', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_lineno', 'lineno_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_east', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'loop_mov', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_lineno', 'lineno_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_west', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_east', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'di_loop', 'also_special', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_lineno', 'lineno_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_west', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'c_si', 'c_di', 'first_byte', 'special_case', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_lineno', 'lineno_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_east', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'loop_mov', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_lineno', 'lineno_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_west', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_east', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'di_loop', 'also_special', 'mov_bl', 'bl_al', 'al_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_assembled', 'assembled_byte', 'byte_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'maxbyte_lineno', 'lineno_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_place', 'place_stuff', 'stuff_al', 'al_mov', 'mov_bh', 'bh_c', 'c_si', 'si_west', 'west_one', 'one_byte', 'byte_leave', 'leave_low', 'low_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_c', 'c_si', 'si_maxbyte', 'east_one', 'one_byte', 'byte_right', 'right_high', 'high_bh', 'bh_bit', 'bit_bl', 'bl_bh', 'bh_mov', 'mov_bh', 'bh_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'offset_hpprule', 'hpprule_mov', 'mov_c', 'c_di', 'di_al', 'al_inc', 'inc_si', 'si_inc', 'inc_di', 'push_cx', 'push_si', 'si_mov', 'mov_si', 'si_c', 'c_srcptr', 'srcptr_mov', 'mov_cx', 'push_cx', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_bl', 'c_si', 'si_mov', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_bx', 'bx_offset', 'mov_c', 'c_si', 'al_inc', 'inc_si', 'si_loop', 'pop_cx', 'pop_si', 'pop_cx', 'cx_pop', 'mov_si', 'si_c', 'c_srcptr', 'srcptr_mov', 'mov_c', 'c_srcptr', 'mov_c', 'si_push', 'push_si', 'si_push', 'push_di', 'pop_di', 'pop_si', 'si_maxbyte', 'add_di', 'maxbyte_mov', 'mov_cx', 'push_si', 'si_push', 'push_di', 'push_cx', 'pop_cx', 'cx_pop', 'pop_di', 'pop_si', 'si_maxbyte', 'add_di', 'push_si', 'si_push', 'push_di', 'pop_si', 'pop_di', 'push_cx', 'pop_cx', 'call_showgas', 'mov_si', 'si_mov', 'mov_cx', 'mov_al', 'al_byte', 'byte_ptr', 'ptr_c', 'c_si', 'si_offset', 'byte_ptr', 'ptr_c', 'c_si', 'si_offset', 'al_inc', 'inc_si', 'si_loop', 'call_showgas', 'mov_si', 'si_c', 'c_srcptr', 'srcptr_mov', 'mov_cx', 'cx_maxbyte', 'maxbyte_mov', 'mov_ah', 'mov_al', 'al_mov', 'mov_bl', 'byte_ptr', 'ptr_c', 'c_si', 'si_mov', 'byte_ptr', 'ptr_c', 'c_bx', 'inc_si', 'si_loop', 'loop_mov', 'mov_si', 'si_mov', 'mov_cx', 'mov_ah', 'byte_ptr', 'ptr_c', 'c_si', 'si_offset', 'byte_ptr', 'ptr_c', 'c_si', 'si_offset', 'inc_si', 'si_loop', 'push_cx', 'mov_ah', 'pop_cx', 'cx_pop', 'use_data', 'every_time', 'mov_bh', 'bh_mov', 'mov_cx', 'mov_ah', 'mov_bh', 'bh_mov', 'call_showgas', 'mov_ah', 'push_cx', 'mov_cx', 'time_call', 'call_showgas', 'mov_ah', 'mov_si', 'si_c', 'c_srcptr', 'byte_ptr', 'ptr_c', 'c_si', 'si_mov', 'mov_cx', 'time_call', 'call_showgas'] | sci_crypt_14991 |@lemmatized get:1 number:2 request:1 code:8 write:1 asm:3 borland:1 tasm:2 lga:3 tlink:1 ncryption:1 nick:1 nassuphis:1 segment:1 assume:1 c:86 org:1 start:1 jmp:2 begin:2 gas:12 particle:12 assigment:1 bit:48 move:8 east:11 west:11 north:5 south:5 collisiong:1 rule:6 nibble:1 byte:64 reflection:1 swap:1 along:1 direction:1 look:1 table:1 implement:2 two:1 collision:1 hpp:3 lattice:3 hpprule:10 db:549 velocity:2 reversal:1 need:1 run:4 evolution:4 reverse:4 call:16 wallrule:4 hit:1 wall:1 head:1 maxbyte:42 equ:3 lineno:14 srcptr:9 dw:3 offset:24 desptr:3 savebuff:1 dup:7 data:11 test:1 base:1 encryption:1 algorithm:2 encode:1 digital:1 whose:1 time:9 simulate:1 cellular:1 automaton:1 type:1 decryption:2 achieve:1 simulation:1 thermodynamic:1 argument:1 ensure:1 even:1 single:1 flip:2 possible:1 let:1 evolve:1 timesteps:1 one:25 either:1 press:2 space:1 cryptographic:1 application:1 key:1 would:1 consist:1 step:2 location:1 specific:1 inversion:1 fill:1 piece:1 initgas:3 mov:137 di:45 si:88 cx:37 push:28 al:50 inc:24 loop:17 pop:26 add:8 ptr:19 ret:10 display:1 molecule:1 bounce:1 around:1 showgas:6 e:4 bx:19 ax:8 dec:1 jnz:1 sourse:3 destination:3 scanonemiddleline:2 first:4 special:6 case:3 warparound:3 bl:47 assembled:17 bh:119 line:6 low:12 high:12 place:9 stuff:9 leave:10 right:9 middle:3 handle:3 last:4 also:3 scanfirstline:2 scanlastline:2 invert:1 invertall:3 iterateonce:3 dont:1 scan:1 iterate:5 iterateuntil:2 xor:4 ah:10 dl:5 dx:3 msgptr:2 int:6 msg:2 message:1 print:1 decrypt:1 use:1 apply:1 decode:1 routine:1 every:1 decoding:1 function:1 unchanged:1 except:1 completelly:1 thermalization:1 repetition:1 enough:1 equilibrate:1 dh:2 cmp:1 jne:1 |@bigram get_number:1 code_write:1 code_code:1 bit_particle:8 particle_move:8 db_db:519 need_run:1 maxbyte_lineno:9 even_single:1 one_either:1 either_run:1 key_would:1 number_time:1 step_time:1 piece_code:1 c_srcptr:8 srcptr_mov:6 mov_si:9 si_offset:5 mov_cx:17 push_di:6 push_cx:9 cx_maxbyte:8 maxbyte_mov:9 mov_al:15 c_si:50 si_mov:8 mov_c:13 c_di:13 di_al:11 al_inc:13 inc_si:15 si_inc:9 inc_di:9 di_loop:5 pop_cx:8 cx_pop:5 pop_di:6 add_di:5 loop_mov:5 si_c:6 al_mov:11 byte_ptr:19 ptr_c:18 al_al:1 si_loop:5 push_si:5 si_push:5 si_maxbyte:27 pop_si:5 first_byte:3 special_case:3 mov_bl:11 bl_al:8 al_assembled:8 assembled_byte:17 byte_mov:17 mov_bh:47 bh_c:36 one_line:6 low_bh:12 bh_bit:36 bit_bl:36 bl_bh:36 bh_assembled:9 high_bh:12 bh_place:9 place_stuff:9 stuff_al:9 west_one:9 one_byte:18 byte_leave:9 leave_low:9 bh_mov:29 si_east:6 east_one:9 byte_right:9 right_high:9 al_byte:11 c_bx:11 bx_offset:10 offset_hpprule:9 hpprule_mov:9 si_west:6 also_special:3 lineno_bh:6 maxbyte_bh:6 call_showgas:5 mov_ah:6 use_data:1 every_time:1 time_call:2 |
3,383 |
Ed, as usual, makes a very good point.
One time a friend of mine at Sun sent me an e-mail. He composed it using the
Sun OpenWindows 3 "mailtool" which handles (non-MIME) "attachments" and the
like.
Since I don't use "mailtool", I had to manually save it, cut & paste, and
then "uudecode" the actual attachment. What I got - after a not-inconsiderable
amount of time spent doing this - was an audio file. The original message
was over 32Kb of mail headers and uuencoded data; the resulting audio message
was a single sentence that I transcribed as a 135 character message.
If he had sent me the sentence in plain text, the e-mail would have been
around 250 bytes, and it would have taken me about 3 seconds to process it at
most. Instead, it was 32k and it took at least a minute. A complete waste of
(my) time and bandwidth, as far as I'm concerned. Sending plain text is still
the most efficient method of transmission, given the same transport mechanism.
I shudder to think what would happen if everyone started posting their Usenet
articles as audio files instead of plain text! Meltdown of the Net predicted!
Film at Eleven!
Back to Mono! (-:
[This sub-thread no longer has anything to do with PEM or administrative]
[policy, so I've redirected followups back to comp.mail.mime ... - Greg ]
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.crypt/15321 | 11 | sci_crypt_15321 | [('ed', 'RB'), ('as', 'IN'), ('usual', 'JJ'), ('makes', 'VBZ'), ('very', 'RB'), ('good', 'JJ'), ('point', 'NN'), ('one', 'CD'), ('time', 'NN'), ('friend', 'NN'), ('of', 'IN'), ('mine', 'NN'), ('at', 'IN'), ('sun', 'NN'), ('sent', 'VBD'), ('me', 'PRP'), ('an', 'DT'), ('mail', 'NN'), ('he', 'PRP'), ('composed', 'VBD'), ('it', 'PRP'), ('using', 'VBG'), ('the', 'DT'), ('sun', 'NN'), ('openwindows', 'VBZ'), ('mailtool', 'NN'), ('which', 'WDT'), ('handles', 'VBZ'), ('non', 'JJR'), ('mime', 'JJ'), ('attachments', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('like', 'JJ'), ('since', 'IN'), ('don', 'NN'), ('use', 'NN'), ('mailtool', 'NN'), ('",', 'NN'), ('had', 'VBD'), ('to', 'TO'), ('manually', 'RB'), ('save', 'VB'), ('it', 'PRP'), ('cut', 'VB'), ('paste', 'NN'), ('and', 'CC'), ('then', 'RB'), ('uudecode', 'VB'), ('the', 'DT'), ('actual', 'JJ'), ('attachment', 'NN'), ('what', 'WP'), ('got', 'VBD'), ('after', 'IN'), ('not', 'RB'), ('inconsiderable', 'JJ'), ('amount', 'NN'), ('of', 'IN'), ('time', 'NN'), ('spent', 'VBN'), ('doing', 'VBG'), ('this', 'DT'), ('was', 'VBD'), ('an', 'DT'), ('audio', 'JJ'), ('file', 'NN'), ('the', 'DT'), ('original', 'JJ'), ('message', 'NN'), ('was', 'VBD'), ('over', 'IN'), ('32kb', 'CD'), ('of', 'IN'), ('mail', 'NN'), ('headers', 'NNS'), ('and', 'CC'), ('uuencoded', 'JJ'), ('data', 'NNS'), ('the', 'DT'), ('resulting', 'VBG'), ('audio', 'JJ'), ('message', 'NN'), ('was', 'VBD'), ('single', 'JJ'), ('sentence', 'NN'), ('that', 'WDT'), ('transcribed', 'VBD'), ('as', 'IN'), ('135', 'CD'), ('character', 'NN'), ('message', 'NN'), ('if', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('sent', 'VBN'), ('me', 'PRP'), ('the', 'DT'), ('sentence', 'NN'), ('in', 'IN'), ('plain', 'NN'), ('text', 'IN'), ('the', 'DT'), ('mail', 'NN'), ('would', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('around', 'IN'), ('250', 'CD'), ('bytes', 'NNS'), ('and', 'CC'), ('it', 'PRP'), ('would', 'MD'), ('have', 'VB'), ('taken', 'VBN'), ('me', 'PRP'), ('about', 'IN'), ('seconds', 'NNS'), ('to', 'TO'), ('process', 'VB'), ('it', 'PRP'), ('at', 'IN'), ('most', 'JJS'), ('instead', 'RB'), ('it', 'PRP'), ('was', 'VBD'), ('32k', 'CD'), ('and', 'CC'), ('it', 'PRP'), ('took', 'VBD'), ('at', 'IN'), ('least', 'JJS'), ('minute', 'JJ'), ('complete', 'JJ'), ('waste', 'NN'), ('of', 'IN'), ('my', 'PRP$'), ('time', 'NN'), ('and', 'CC'), ('bandwidth', 'NN'), ('as', 'RB'), ('far', 'RB'), ('as', 'IN'), ('concerned', 'JJ'), ('sending', 'VBG'), ('plain', 'NN'), ('text', 'NN'), ('is', 'VBZ'), ('still', 'RB'), ('the', 'DT'), ('most', 'RBS'), ('efficient', 'JJ'), ('method', 'NN'), ('of', 'IN'), ('transmission', 'NN'), ('given', 'VBN'), ('the', 'DT'), ('same', 'JJ'), ('transport', 'NN'), ('mechanism', 'NN'), ('shudder', 'NN'), ('to', 'TO'), ('think', 'VB'), ('what', 'WP'), ('would', 'MD'), ('happen', 'VB'), ('if', 'IN'), ('everyone', 'NN'), ('started', 'VBD'), ('posting', 'VBG'), ('their', 'PRP$'), ('usenet', 'JJ'), ('articles', 'NNS'), ('as', 'IN'), ('audio', 'JJ'), ('files', 'NNS'), ('instead', 'RB'), ('of', 'IN'), ('plain', 'JJ'), ('text', 'JJ'), ('meltdown', 'NN'), ('of', 'IN'), ('the', 'DT'), ('net', 'JJ'), ('predicted', 'VBD'), ('film', 'NN'), ('at', 'IN'), ('eleven', 'RB'), ('back', 'RB'), ('to', 'TO'), ('mono', 'VB'), ('(-:', 'JJ'), ('this', 'DT'), ('sub', 'JJ'), ('thread', 'NN'), ('no', 'RB'), ('longer', 'RB'), ('has', 'VBZ'), ('anything', 'NN'), ('to', 'TO'), ('do', 'VB'), ('with', 'IN'), ('pem', 'NN'), ('or', 'CC'), ('administrative', 'JJ'), ('policy', 'NN'), ('so', 'RB'), ('ve', 'RB'), ('redirected', 'VBN'), ('followups', 'NNS'), ('back', 'RB'), ('to', 'TO'), ('comp', 'VB'), ('mail', 'NN'), ('mime', 'NN'), ('...', ':'), ('greg', 'NN')] | ['ed', 'usual', 'make', 'good', 'point', 'one', 'time', 'friend', 'mine', 'sun', 'send', 'mail', 'compose', 'use', 'sun', 'openwindows', 'mailtool', 'handle', 'non', 'mime', 'attachment', 'like', 'since', 'use', 'mailtool', 'manually', 'save', 'cut', 'paste', 'uudecode', 'actual', 'attachment', 'get', 'inconsiderable', 'amount', 'time', 'spend', 'audio', 'file', 'original', 'message', 'mail', 'header', 'uuencoded', 'data', 'result', 'audio', 'message', 'single', 'sentence', 'transcribe', 'character', 'message', 'send', 'sentence', 'plain', 'text', 'mail', 'would', 'around', 'byte', 'would', 'take', 'second', 'process', 'instead', 'take', 'least', 'minute', 'complete', 'waste', 'time', 'bandwidth', 'far', 'concerned', 'send', 'plain', 'text', 'still', 'efficient', 'method', 'transmission', 'give', 'transport', 'mechanism', 'shudder', 'think', 'would', 'happen', 'everyone', 'start', 'post', 'usenet', 'article', 'audio', 'file', 'instead', 'plain', 'text', 'meltdown', 'net', 'predict', 'film', 'eleven', 'back', 'mono', 'sub', 'thread', 'longer', 'anything', 'pem', 'administrative', 'policy', 'redirect', 'followup', 'back', 'comp', 'mail', 'mime', 'greg'] | ['make_good', 'good_point', 'point_one', 'one_time', 'friend_mine', 'send_mail', 'use_sun', 'sun_openwindows', 'since_use', 'cut_paste', 'amount_time', 'time_spend', 'original_message', 'message_mail', 'mail_header', 'message_send', 'plain_text', 'would_take', 'take_second', 'take_least', 'waste_time', 'far_concerned', 'plain_text', 'think_would', 'would_happen', 'happen_everyone', 'post_usenet', 'plain_text', 'comp_mail'] | sci_crypt_15321 |@lemmatized ed:1 usual:1 make:1 good:1 point:1 one:1 time:3 friend:1 mine:1 sun:2 send:3 mail:4 compose:1 use:2 openwindows:1 mailtool:2 handle:1 non:1 mime:2 attachment:2 like:1 since:1 manually:1 save:1 cut:1 paste:1 uudecode:1 actual:1 get:1 inconsiderable:1 amount:1 spend:1 audio:3 file:2 original:1 message:3 header:1 uuencoded:1 data:1 result:1 single:1 sentence:2 transcribe:1 character:1 plain:3 text:3 would:3 around:1 byte:1 take:2 second:1 process:1 instead:2 least:1 minute:1 complete:1 waste:1 bandwidth:1 far:1 concerned:1 still:1 efficient:1 method:1 transmission:1 give:1 transport:1 mechanism:1 shudder:1 think:1 happen:1 everyone:1 start:1 post:1 usenet:1 article:1 meltdown:1 net:1 predict:1 film:1 eleven:1 back:2 mono:1 sub:1 thread:1 longer:1 anything:1 pem:1 administrative:1 policy:1 redirect:1 followup:1 comp:1 greg:1 |@bigram make_good:1 good_point:1 point_one:1 one_time:1 friend_mine:1 send_mail:1 use_sun:1 sun_openwindows:1 since_use:1 cut_paste:1 amount_time:1 time_spend:1 original_message:1 message_mail:1 mail_header:1 message_send:1 plain_text:3 would_take:1 take_second:1 take_least:1 waste_time:1 far_concerned:1 think_would:1 would_happen:1 happen_everyone:1 post_usenet:1 comp_mail:1 |
3,384 |
Isn't name calling fun!
What do you think happened at Watergate? What do you think they broke into
the building for? It wasn't to just look around. Do I have to draw you
a picture?
Whatever...
------------------------------------------------------------------------------
"Who said anything about panicking?" snapped Authur. Garrett Johnson
"This is still just culture shock. You wait till I've [email protected]
settled into the situation and found my bearings.
THEN I'll start panicking!" - Douglas Adams | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.misc/178518 | 18 | talk_politics_misc_178518 | [('isn', 'NN'), ('name', 'NN'), ('calling', 'VBG'), ('fun', 'NN'), ('what', 'WP'), ('do', 'VBP'), ('you', 'PRP'), ('think', 'VB'), ('happened', 'VBN'), ('at', 'IN'), ('watergate', 'NN'), ('what', 'WP'), ('do', 'VBP'), ('you', 'PRP'), ('think', 'VB'), ('they', 'PRP'), ('broke', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('building', 'NN'), ('for', 'IN'), ('it', 'PRP'), ('wasn', 'VBZ'), ('to', 'TO'), ('just', 'RB'), ('look', 'VB'), ('around', 'RP'), ('do', 'NNS'), ('have', 'VBP'), ('to', 'TO'), ('draw', 'VB'), ('you', 'PRP'), ('picture', 'VBP'), ('whatever', 'WDT'), ('...', ':'), ('------------------------------------------------------------------------------', 'NN'), ('who', 'WP'), ('said', 'VBD'), ('anything', 'NN'), ('about', 'IN'), ('panicking', 'VBG'), ('?"', 'NNP'), ('snapped', 'VBD'), ('authur', 'VB'), ('garrett', 'NN'), ('johnson', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('still', 'RB'), ('just', 'RB'), ('culture', 'NN'), ('shock', 'NN'), ('you', 'PRP'), ('wait', 'VBP'), ('till', 'JJ'), ('ve', 'NN'), ('settled', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('situation', 'NN'), ('and', 'CC'), ('found', 'VB'), ('my', 'PRP$'), ('bearings', 'NNS'), ('then', 'RB'), ('ll', 'VBP'), ('start', 'VBP'), ('panicking', 'VBG'), ('!"', 'NNP'), ('douglas', 'NNS'), ('adams', 'NNS')] | ['name', 'call', 'fun', 'think', 'happen', 'watergate', 'think', 'break', 'building', 'look', 'around', 'draw', 'picture', 'whatever', 'say', 'anything', 'panic', 'snap', 'authur', 'garrett', 'johnson', 'still', 'culture', 'shock', 'wait', 'till', 'settle', 'situation', 'find', 'bearing', 'start', 'panic', 'douglas', 'adam'] | ['name_call', 'think_happen', 'look_around', 'whatever_say', 'say_anything', 'anything_panic', 'panic_snap', 'snap_authur', 'garrett_johnson', 'johnson_still', 'still_culture', 'culture_shock', 'shock_wait', 'wait_till', 'till_settle', 'settle_situation', 'situation_find', 'find_bearing', 'bearing_start', 'start_panic', 'panic_douglas', 'douglas_adam'] | talk_politics_misc_178518 |@lemmatized name:1 call:1 fun:1 think:2 happen:1 watergate:1 break:1 building:1 look:1 around:1 draw:1 picture:1 whatever:1 say:1 anything:1 panic:2 snap:1 authur:1 garrett:1 johnson:1 still:1 culture:1 shock:1 wait:1 till:1 settle:1 situation:1 find:1 bearing:1 start:1 douglas:1 adam:1 |@bigram name_call:1 think_happen:1 look_around:1 whatever_say:1 say_anything:1 anything_panic:1 panic_snap:1 snap_authur:1 garrett_johnson:1 johnson_still:1 still_culture:1 culture_shock:1 shock_wait:1 wait_till:1 till_settle:1 settle_situation:1 situation_find:1 find_bearing:1 bearing_start:1 start_panic:1 panic_douglas:1 douglas_adam:1 |
3,385 | There's only one way I know of to tell an AR-15 from an M-16.
Pick it up, hold it about a foot from your face and look closely
at the saftey lever. If it has two positions, its an AR-15, if
it has three, its an M-16. There are numerous internal differences
as well, but since one would have to field strip the weapon to see
them, they are not valid in this discussion. So, in conclusion,
there is very little external differences to distinguish an AR-15
from an M-16 except at close (very close) range.
David Bixler
Auburn University | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.politics.guns/54177 | 16 | talk_politics_guns_54177 | [('there', 'EX'), ('only', 'RB'), ('one', 'CD'), ('way', 'NN'), ('know', 'NN'), ('of', 'IN'), ('to', 'TO'), ('tell', 'VB'), ('an', 'DT'), ('ar', 'NN'), ('15', 'CD'), ('from', 'IN'), ('an', 'DT'), ('16', 'CD'), ('pick', 'NN'), ('it', 'PRP'), ('up', 'RP'), ('hold', 'VB'), ('it', 'PRP'), ('about', 'IN'), ('foot', 'NN'), ('from', 'IN'), ('your', 'PRP$'), ('face', 'NN'), ('and', 'CC'), ('look', 'VB'), ('closely', 'RB'), ('at', 'IN'), ('the', 'DT'), ('saftey', 'NN'), ('lever', 'NN'), ('if', 'IN'), ('it', 'PRP'), ('has', 'VBZ'), ('two', 'CD'), ('positions', 'NNS'), ('its', 'PRP$'), ('an', 'DT'), ('ar', 'NN'), ('15', 'CD'), ('if', 'IN'), ('it', 'PRP'), ('has', 'VBZ'), ('three', 'CD'), ('its', 'PRP$'), ('an', 'DT'), ('16', 'CD'), ('there', 'EX'), ('are', 'VBP'), ('numerous', 'JJ'), ('internal', 'JJ'), ('differences', 'NNS'), ('as', 'RB'), ('well', 'RB'), ('but', 'CC'), ('since', 'IN'), ('one', 'CD'), ('would', 'MD'), ('have', 'VB'), ('to', 'TO'), ('field', 'NN'), ('strip', 'VB'), ('the', 'DT'), ('weapon', 'NN'), ('to', 'TO'), ('see', 'VB'), ('them', 'PRP'), ('they', 'PRP'), ('are', 'VBP'), ('not', 'RB'), ('valid', 'JJ'), ('in', 'IN'), ('this', 'DT'), ('discussion', 'NN'), ('so', 'RB'), ('in', 'IN'), ('conclusion', 'NN'), ('there', 'EX'), ('is', 'VBZ'), ('very', 'RB'), ('little', 'JJ'), ('external', 'JJ'), ('differences', 'NNS'), ('to', 'TO'), ('distinguish', 'VB'), ('an', 'DT'), ('ar', 'JJ'), ('15', 'CD'), ('from', 'IN'), ('an', 'DT'), ('16', 'CD'), ('except', 'NN'), ('at', 'IN'), ('close', 'RB'), ('very', 'RB'), ('close', 'JJ'), ('range', 'NN'), ('david', 'NN'), ('bixler', 'NN'), ('auburn', 'NN'), ('university', 'NN')] | ['one', 'way', 'know', 'tell', 'ar', 'pick', 'hold', 'foot', 'face', 'look', 'closely', 'saftey', 'lever', 'two', 'position', 'ar', 'three', 'numerous', 'internal', 'difference', 'well', 'since', 'one', 'would', 'field', 'strip', 'weapon', 'see', 'valid', 'discussion', 'conclusion', 'little', 'external', 'difference', 'distinguish', 'ar', 'except', 'close', 'close', 'range', 'david', 'bixler', 'auburn', 'university'] | ['one_way', 'way_know', 'know_tell', 'face_look', 'look_closely', 'well_since', 'since_one', 'one_would', 'close_range'] | talk_politics_guns_54177 |@lemmatized one:2 way:1 know:1 tell:1 ar:3 pick:1 hold:1 foot:1 face:1 look:1 closely:1 saftey:1 lever:1 two:1 position:1 three:1 numerous:1 internal:1 difference:2 well:1 since:1 would:1 field:1 strip:1 weapon:1 see:1 valid:1 discussion:1 conclusion:1 little:1 external:1 distinguish:1 except:1 close:2 range:1 david:1 bixler:1 auburn:1 university:1 |@bigram one_way:1 way_know:1 know_tell:1 face_look:1 look_closely:1 well_since:1 since_one:1 one_would:1 close_range:1 |
3,386 | Why crawl under the car at all? I have a machine I got for my boat that
pulls the oil out under suction through the dip stick tube. It does an
excellent job and by moving the suction tube around, you can get more
old oil out than by using the drain plug. I think I paid $25 at E&B Marine.
The oil goes into a steel 3 gal can - wait until it cools and decant into
your favorite device. I use soft drink bottles. Easy to take them down to
the local oil recycle center. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.autos/102885 | 7 | rec_autos_102885 | [('why', 'WRB'), ('crawl', 'NN'), ('under', 'IN'), ('the', 'DT'), ('car', 'NN'), ('at', 'IN'), ('all', 'DT'), ('have', 'VBP'), ('machine', 'NN'), ('got', 'VBN'), ('for', 'IN'), ('my', 'PRP$'), ('boat', 'NN'), ('that', 'WDT'), ('pulls', 'VBZ'), ('the', 'DT'), ('oil', 'NN'), ('out', 'RP'), ('under', 'IN'), ('suction', 'NN'), ('through', 'IN'), ('the', 'DT'), ('dip', 'NN'), ('stick', 'NN'), ('tube', 'NN'), ('it', 'PRP'), ('does', 'VBZ'), ('an', 'DT'), ('excellent', 'JJ'), ('job', 'NN'), ('and', 'CC'), ('by', 'IN'), ('moving', 'VBG'), ('the', 'DT'), ('suction', 'NN'), ('tube', 'NN'), ('around', 'IN'), ('you', 'PRP'), ('can', 'MD'), ('get', 'VB'), ('more', 'RBR'), ('old', 'JJ'), ('oil', 'NN'), ('out', 'IN'), ('than', 'IN'), ('by', 'IN'), ('using', 'VBG'), ('the', 'DT'), ('drain', 'NN'), ('plug', 'NN'), ('think', 'VBP'), ('paid', 'VBN'), ('25', 'CD'), ('at', 'IN'), ('marine', 'NN'), ('the', 'DT'), ('oil', 'NN'), ('goes', 'VBZ'), ('into', 'IN'), ('steel', 'NN'), ('gal', 'NNS'), ('can', 'MD'), ('wait', 'VB'), ('until', 'IN'), ('it', 'PRP'), ('cools', 'VBZ'), ('and', 'CC'), ('decant', 'VB'), ('into', 'IN'), ('your', 'PRP$'), ('favorite', 'JJ'), ('device', 'NN'), ('use', 'NN'), ('soft', 'JJ'), ('drink', 'NN'), ('bottles', 'NNS'), ('easy', 'VBP'), ('to', 'TO'), ('take', 'VB'), ('them', 'PRP'), ('down', 'RP'), ('to', 'TO'), ('the', 'DT'), ('local', 'JJ'), ('oil', 'NN'), ('recycle', 'NN'), ('center', 'NN')] | ['crawl', 'car', 'machine', 'get', 'boat', 'pull', 'oil', 'suction', 'dip', 'stick', 'tube', 'excellent', 'job', 'move', 'suction', 'tube', 'around', 'get', 'old', 'oil', 'use', 'drain', 'plug', 'think', 'pay', 'marine', 'oil', 'go', 'steel', 'gal', 'wait', 'cool', 'decant', 'favorite', 'device', 'use', 'soft', 'drink', 'bottle', 'easy', 'take', 'local', 'oil', 'recycle', 'center'] | ['dip_stick', 'excellent_job', 'get_old', 'drain_plug', 'think_pay', 'device_use', 'easy_take', 'take_local'] | rec_autos_102885 |@lemmatized crawl:1 car:1 machine:1 get:2 boat:1 pull:1 oil:4 suction:2 dip:1 stick:1 tube:2 excellent:1 job:1 move:1 around:1 old:1 use:2 drain:1 plug:1 think:1 pay:1 marine:1 go:1 steel:1 gal:1 wait:1 cool:1 decant:1 favorite:1 device:1 soft:1 drink:1 bottle:1 easy:1 take:1 local:1 recycle:1 center:1 |@bigram dip_stick:1 excellent_job:1 get_old:1 drain_plug:1 think_pay:1 device_use:1 easy_take:1 take_local:1 |
3,387 |
False, as federal courts have affirmed on many occasions. This is getting
out of sci.crypt territory, though...
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.crypt/15412 | 11 | sci_crypt_15412 | [('false', 'JJ'), ('as', 'IN'), ('federal', 'JJ'), ('courts', 'NNS'), ('have', 'VBP'), ('affirmed', 'VBN'), ('on', 'IN'), ('many', 'JJ'), ('occasions', 'NNS'), ('this', 'DT'), ('is', 'VBZ'), ('getting', 'VBG'), ('out', 'IN'), ('of', 'IN'), ('sci', 'NN'), ('crypt', 'JJ'), ('territory', 'NN'), ('though', 'IN'), ('...', ':')] | ['false', 'federal', 'court', 'affirm', 'many', 'occasion', 'get', 'sci', 'crypt', 'territory', 'though'] | ['federal_court', 'get_sci', 'sci_crypt'] | sci_crypt_15412 |@lemmatized false:1 federal:1 court:1 affirm:1 many:1 occasion:1 get:1 sci:1 crypt:1 territory:1 though:1 |@bigram federal_court:1 get_sci:1 sci_crypt:1 |
3,388 | they are pretty much junk, stay away from them. they will be replaced next
year with all new models.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.autos/103100 | 7 | rec_autos_103100 | [('they', 'PRP'), ('are', 'VBP'), ('pretty', 'RB'), ('much', 'JJ'), ('junk', 'NN'), ('stay', 'VB'), ('away', 'RB'), ('from', 'IN'), ('them', 'PRP'), ('they', 'PRP'), ('will', 'MD'), ('be', 'VB'), ('replaced', 'VBN'), ('next', 'JJ'), ('year', 'NN'), ('with', 'IN'), ('all', 'DT'), ('new', 'JJ'), ('models', 'NNS')] | ['pretty', 'much', 'junk', 'stay', 'away', 'replace', 'next', 'year', 'new', 'model'] | ['pretty_much', 'stay_away', 'next_year', 'year_new', 'new_model'] | rec_autos_103100 |@lemmatized pretty:1 much:1 junk:1 stay:1 away:1 replace:1 next:1 year:1 new:1 model:1 |@bigram pretty_much:1 stay_away:1 next_year:1 year_new:1 new_model:1 |
3,389 |
I'll also add that it is impossible to actually tell when one
_rejects_ god. Therefore, you choose to punish only those who
_talk_ about it. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/alt.atheism/53239 | 0 | alt_atheism_53239 | [('ll', 'NN'), ('also', 'RB'), ('add', 'VBZ'), ('that', 'IN'), ('it', 'PRP'), ('is', 'VBZ'), ('impossible', 'JJ'), ('to', 'TO'), ('actually', 'RB'), ('tell', 'VB'), ('when', 'WRB'), ('one', 'CD'), ('_rejects_', 'NNP'), ('god', 'NN'), ('therefore', 'RB'), ('you', 'PRP'), ('choose', 'VBP'), ('to', 'TO'), ('punish', 'VB'), ('only', 'RB'), ('those', 'DT'), ('who', 'WP'), ('_talk_', 'VBP'), ('about', 'IN'), ('it', 'PRP')] | ['also', 'add', 'impossible', 'actually', 'tell', 'one', 'god', 'therefore', 'choose', 'punish'] | ['also_add', 'tell_one', 'one_god', 'god_therefore'] | alt_atheism_53239 |@lemmatized also:1 add:1 impossible:1 actually:1 tell:1 one:1 god:1 therefore:1 choose:1 punish:1 |@bigram also_add:1 tell_one:1 one_god:1 god_therefore:1 |
3,390 | I have a 5 1/4" drive as drive A. How can I make the system boot from
my 3 1/2" B drive? (Optimally, the computer would be able to boot
from either A or B, checking them in order for a bootable disk. But
if I have to switch cables around and simply switch the drives so that
it can't boot 5 1/4" disks, that's OK. Also, boot_b won't do the trick
for me.)
Thanks,
Davebo
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.sys.ibm.pc.hardware/60216 | 3 | comp_sys_ibm_pc_hardware_60216 | [('have', 'VB'), ('drive', 'NN'), ('as', 'IN'), ('drive', 'JJ'), ('how', 'WRB'), ('can', 'MD'), ('make', 'VB'), ('the', 'DT'), ('system', 'NN'), ('boot', 'NN'), ('from', 'IN'), ('my', 'PRP$'), ('drive', 'NN'), ('optimally', 'RB'), ('the', 'DT'), ('computer', 'NN'), ('would', 'MD'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('boot', 'VB'), ('from', 'IN'), ('either', 'DT'), ('or', 'CC'), ('checking', 'VBG'), ('them', 'PRP'), ('in', 'IN'), ('order', 'NN'), ('for', 'IN'), ('bootable', 'JJ'), ('disk', 'NN'), ('but', 'CC'), ('if', 'IN'), ('have', 'VBP'), ('to', 'TO'), ('switch', 'VB'), ('cables', 'NNS'), ('around', 'IN'), ('and', 'CC'), ('simply', 'RB'), ('switch', 'VB'), ('the', 'DT'), ('drives', 'NNS'), ('so', 'RB'), ('that', 'IN'), ('it', 'PRP'), ('can', 'MD'), ('boot', 'VB'), ('disks', 'NNS'), ('that', 'WDT'), ('ok', 'VBP'), ('also', 'RB'), ('boot_b', 'JJ'), ('won', 'VBD'), ('do', 'VBP'), ('the', 'DT'), ('trick', 'NN'), ('for', 'IN'), ('me', 'PRP'), ('.)', 'JJ'), ('thanks', 'NNS'), ('davebo', 'VBP')] | ['drive', 'drive', 'make', 'system', 'boot', 'drive', 'optimally', 'computer', 'would', 'able', 'boot', 'either', 'check', 'order', 'bootable', 'disk', 'switch', 'cable', 'around', 'simply', 'switch', 'drive', 'boot', 'disk', 'ok', 'also', 'win', 'trick', 'thanks', 'davebo'] | ['drive_drive', 'drive_make', 'make_system', 'system_boot', 'computer_would', 'would_able', 'able_boot', 'switch_drive', 'drive_boot', 'boot_disk'] | comp_sys_ibm_pc_hardware_60216 |@lemmatized drive:4 make:1 system:1 boot:3 optimally:1 computer:1 would:1 able:1 either:1 check:1 order:1 bootable:1 disk:2 switch:2 cable:1 around:1 simply:1 ok:1 also:1 win:1 trick:1 thanks:1 davebo:1 |@bigram drive_drive:1 drive_make:1 make_system:1 system_boot:1 computer_would:1 would_able:1 able_boot:1 switch_drive:1 drive_boot:1 boot_disk:1 |
3,391 | But as many as received him,
to them gave he power
to become the sons of God,
even to them that believe on his name: | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/talk.religion.misc/83450 | 19 | talk_religion_misc_83450 | [('but', 'CC'), ('as', 'RB'), ('many', 'JJ'), ('as', 'IN'), ('received', 'VBD'), ('him', 'PRP'), ('to', 'TO'), ('them', 'PRP'), ('gave', 'VBD'), ('he', 'PRP'), ('power', 'NN'), ('to', 'TO'), ('become', 'VB'), ('the', 'DT'), ('sons', 'NNS'), ('of', 'IN'), ('god', 'NN'), ('even', 'RB'), ('to', 'TO'), ('them', 'PRP'), ('that', 'IN'), ('believe', 'VBP'), ('on', 'IN'), ('his', 'PRP$'), ('name', 'NN')] | ['many', 'receive', 'give', 'power', 'become', 'son', 'god', 'even', 'believe', 'name'] | ['give_power', 'son_god', 'god_even', 'even_believe'] | talk_religion_misc_83450 |@lemmatized many:1 receive:1 give:1 power:1 become:1 son:1 god:1 even:1 believe:1 name:1 |@bigram give_power:1 son_god:1 god_even:1 even_believe:1 |
3,392 | A fine 26 year history came to a close tonight, as the Minnesota North Stars,
or Norm's Stars (whichever you prefer) lost to the Red Wings by a score of
5-3. The Stars goals were scored by Mike McPhee and Ulf Dahlen, who netted
two including the final one in franchise history, with less than a minute to
play.
Tonight, on the air on the Stars TV telecast, announcer Al Shaver, the voice
of the North Stars, stated basically that he will not follow the team to
Dallas. Shaver, when asked by his son (who was doing the broadcast with him),
"What will you do now?" responded, "First I'm going to get me a new pair of
slippers. Then I'm going to sit in my easy chair and watch the world go by."
Thank you North Stars, and thank you Al Shaver, for 26 years of Minnesota
memories. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53725 | 10 | rec_sport_hockey_53725 | [('fine', 'NN'), ('26', 'CD'), ('year', 'NN'), ('history', 'NN'), ('came', 'VBD'), ('to', 'TO'), ('close', 'VB'), ('tonight', 'NN'), ('as', 'IN'), ('the', 'DT'), ('minnesota', 'JJ'), ('north', 'JJ'), ('stars', 'NNS'), ('or', 'CC'), ('norm', 'JJ'), ('stars', 'NNS'), ('whichever', 'IN'), ('you', 'PRP'), ('prefer', 'VBP'), ('lost', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('red', 'JJ'), ('wings', 'NNS'), ('by', 'IN'), ('score', 'NN'), ('of', 'IN'), ('the', 'DT'), ('stars', 'NNS'), ('goals', 'NNS'), ('were', 'VBD'), ('scored', 'VBN'), ('by', 'IN'), ('mike', 'NN'), ('mcphee', 'NN'), ('and', 'CC'), ('ulf', 'JJ'), ('dahlen', 'NN'), ('who', 'WP'), ('netted', 'VBD'), ('two', 'CD'), ('including', 'VBG'), ('the', 'DT'), ('final', 'JJ'), ('one', 'NN'), ('in', 'IN'), ('franchise', 'NN'), ('history', 'NN'), ('with', 'IN'), ('less', 'JJR'), ('than', 'IN'), ('minute', 'NN'), ('to', 'TO'), ('play', 'VB'), ('tonight', 'NN'), ('on', 'IN'), ('the', 'DT'), ('air', 'NN'), ('on', 'IN'), ('the', 'DT'), ('stars', 'NNS'), ('tv', 'VBP'), ('telecast', 'JJ'), ('announcer', 'NN'), ('al', 'NN'), ('shaver', 'VBD'), ('the', 'DT'), ('voice', 'NN'), ('of', 'IN'), ('the', 'DT'), ('north', 'JJ'), ('stars', 'NNS'), ('stated', 'VBN'), ('basically', 'RB'), ('that', 'IN'), ('he', 'PRP'), ('will', 'MD'), ('not', 'RB'), ('follow', 'VB'), ('the', 'DT'), ('team', 'NN'), ('to', 'TO'), ('dallas', 'VB'), ('shaver', 'NN'), ('when', 'WRB'), ('asked', 'VBN'), ('by', 'IN'), ('his', 'PRP$'), ('son', 'NN'), ('who', 'WP'), ('was', 'VBD'), ('doing', 'VBG'), ('the', 'DT'), ('broadcast', 'NN'), ('with', 'IN'), ('him', 'PRP'), ('),', 'VBP'), ('what', 'WP'), ('will', 'MD'), ('you', 'PRP'), ('do', 'VB'), ('now', 'RB'), ('?"', 'VB'), ('responded', 'VBD'), ('first', 'RB'), ('going', 'VBG'), ('to', 'TO'), ('get', 'VB'), ('me', 'PRP'), ('new', 'JJ'), ('pair', 'NN'), ('of', 'IN'), ('slippers', 'NNS'), ('then', 'RB'), ('going', 'VBG'), ('to', 'TO'), ('sit', 'VB'), ('in', 'IN'), ('my', 'PRP$'), ('easy', 'JJ'), ('chair', 'NN'), ('and', 'CC'), ('watch', 'VB'), ('the', 'DT'), ('world', 'NN'), ('go', 'VBP'), ('by', 'IN'), ('."', 'NNP'), ('thank', 'NN'), ('you', 'PRP'), ('north', 'JJ'), ('stars', 'NNS'), ('and', 'CC'), ('thank', 'VB'), ('you', 'PRP'), ('al', 'VBP'), ('shaver', 'VB'), ('for', 'IN'), ('26', 'CD'), ('years', 'NNS'), ('of', 'IN'), ('minnesota', 'NN'), ('memories', 'NNS')] | ['fine', 'year', 'history', 'come', 'close', 'tonight', 'minnesota', 'north', 'star', 'norm', 'star', 'whichever', 'prefer', 'lose', 'red', 'wing', 'score', 'star', 'goal', 'score', 'mike', 'mcphee', 'ulf', 'dahlen', 'net', 'two', 'include', 'final', 'one', 'franchise', 'history', 'less', 'minute', 'play', 'tonight', 'air', 'star', 'tv', 'telecast', 'announcer', 'al', 'shaver', 'voice', 'north', 'star', 'state', 'basically', 'follow', 'team', 'dallas', 'shaver', 'ask', 'son', 'broadcast', 'respond', 'first', 'go', 'get', 'new', 'pair', 'slipper', 'go', 'sit', 'easy', 'chair', 'watch', 'world', 'go', 'thank', 'north', 'star', 'thank', 'al', 'shaver', 'year', 'minnesota', 'memory'] | ['come_close', 'minnesota_north', 'north_star', 'red_wing', 'goal_score', 'north_star', 'first_go', 'go_get', 'get_new', 'north_star'] | rec_sport_hockey_53725 |@lemmatized fine:1 year:2 history:2 come:1 close:1 tonight:2 minnesota:2 north:3 star:6 norm:1 whichever:1 prefer:1 lose:1 red:1 wing:1 score:2 goal:1 mike:1 mcphee:1 ulf:1 dahlen:1 net:1 two:1 include:1 final:1 one:1 franchise:1 less:1 minute:1 play:1 air:1 tv:1 telecast:1 announcer:1 al:2 shaver:3 voice:1 state:1 basically:1 follow:1 team:1 dallas:1 ask:1 son:1 broadcast:1 respond:1 first:1 go:3 get:1 new:1 pair:1 slipper:1 sit:1 easy:1 chair:1 watch:1 world:1 thank:2 memory:1 |@bigram come_close:1 minnesota_north:1 north_star:3 red_wing:1 goal_score:1 first_go:1 go_get:1 get_new:1 |
3,393 |
How can you assume it was a sarcastic remark? | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/rec.sport.hockey/53548 | 10 | rec_sport_hockey_53548 | [('how', 'WRB'), ('can', 'MD'), ('you', 'PRP'), ('assume', 'VB'), ('it', 'PRP'), ('was', 'VBD'), ('sarcastic', 'JJ'), ('remark', 'NN')] | ['assume', 'sarcastic', 'remark'] | [] | rec_sport_hockey_53548 |@lemmatized assume:1 sarcastic:1 remark:1 |@bigram |
3,394 |
It is MUCH easier, faster, and probably even more secure to use Norton
Utilties 6.0 (I'm talking IBM PC here) and to tell WipeInfo to (a)
clean the free disk space and (b) clean the slack space at the end of
the files. Use to Government standard option for more careful
overwriting...
Regards,
Vesselin | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.crypt/14995 | 11 | sci_crypt_14995 | [('it', 'PRP'), ('is', 'VBZ'), ('much', 'RB'), ('easier', 'JJR'), ('faster', 'RBR'), ('and', 'CC'), ('probably', 'RB'), ('even', 'RB'), ('more', 'RBR'), ('secure', 'NN'), ('to', 'TO'), ('use', 'VB'), ('norton', 'JJ'), ('utilties', 'NNS'), ('talking', 'VBG'), ('ibm', 'JJ'), ('pc', 'NN'), ('here', 'RB'), ('and', 'CC'), ('to', 'TO'), ('tell', 'VB'), ('wipeinfo', 'NNS'), ('to', 'TO'), ('clean', 'VB'), ('the', 'DT'), ('free', 'JJ'), ('disk', 'NN'), ('space', 'NN'), ('and', 'CC'), ('clean', 'VB'), ('the', 'DT'), ('slack', 'NN'), ('space', 'NN'), ('at', 'IN'), ('the', 'DT'), ('end', 'NN'), ('of', 'IN'), ('the', 'DT'), ('files', 'NNS'), ('use', 'VBP'), ('to', 'TO'), ('government', 'NN'), ('standard', 'NN'), ('option', 'NN'), ('for', 'IN'), ('more', 'RBR'), ('careful', 'JJ'), ('overwriting', 'NN'), ('...', ':'), ('regards', 'NNS'), ('vesselin', 'VBP')] | ['much', 'easy', 'faster', 'probably', 'even', 'secure', 'use', 'norton', 'utilties', 'talk', 'ibm', 'pc', 'tell', 'wipeinfo', 'clean', 'free', 'disk', 'space', 'clean', 'slack', 'space', 'end', 'file', 'use', 'government', 'standard', 'option', 'careful', 'overwriting', 'regard', 'vesselin'] | ['much_easy', 'probably_even', 'use_norton', 'ibm_pc', 'free_disk', 'disk_space', 'end_file', 'file_use', 'use_government', 'regard_vesselin'] | sci_crypt_14995 |@lemmatized much:1 easy:1 faster:1 probably:1 even:1 secure:1 use:2 norton:1 utilties:1 talk:1 ibm:1 pc:1 tell:1 wipeinfo:1 clean:2 free:1 disk:1 space:2 slack:1 end:1 file:1 government:1 standard:1 option:1 careful:1 overwriting:1 regard:1 vesselin:1 |@bigram much_easy:1 probably_even:1 use_norton:1 ibm_pc:1 free_disk:1 disk_space:1 end_file:1 file_use:1 use_government:1 regard_vesselin:1 |
3,395 | [much of the excellent post deleted for space -- TjL]
)->With all the suffering and persecution that it meant to be a believer,
it
)->would be quite probable that at least one of those in the supposed
conspiracy
)->would come forward and confess that the whole thing was a big hoax.
Yet
)->not one did. It seems rather reasonable that the disciples did not
make
)->up the resurrection but sincerely believed that Jesus had actually
risen
)->from the dead; especially in light of the sufferings that came upon
those
)->who believed.
I was at the "Jubilee" conference this year in Pittsburgh PA, and the
speaker there spoke of this as well. He talked about many of the same
things you mentioned in your post, but here he went into a little more
detail. I'll paraphrase as best I can:
"Suppose you were part of the `Christian consipracy' which was going to
tell people that Christ had risen. Never mind the stoning, the being
burned alive, the possible crucifixion ... let's just talk about a
scourging. The whip that would be used would have broken pottery, metal,
bone, and anything else that they could find attached to it. You would be
stood facing a wall, with nothing to protect you.
"When the whip hit you the first time, it would tear the flesh off you
with instant incredibly intense pain. You would think to yourself `All
this for a lie?' The second hit would drop you to your knees, you would
scream out in agony that your raw back was being torn at again. You would
say to yourself: `All this for a lie?' And you had 37 more coming.
"At the third hit you would scream out that it was all a lie, beg for them
to stop, and tell them that you would swear on your life that it had all
been a lie, if they would only stop...."
It is amazing enough that those who believed kept their faith under such
torture.... but for a lie? There is no one fool enough to do that.... And
no one came forward.
Excellent post John, thanks for taking the time.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/soc.religion.christian/20505 | 15 | soc_religion_christian_20505 | [('much', 'RB'), ('of', 'IN'), ('the', 'DT'), ('excellent', 'JJ'), ('post', 'NN'), ('deleted', 'VBN'), ('for', 'IN'), ('space', 'NN'), ('--', ':'), ('tjl', 'JJ'), (')->', 'JJ'), ('with', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('suffering', 'NN'), ('and', 'CC'), ('persecution', 'NN'), ('that', 'IN'), ('it', 'PRP'), ('meant', 'VBD'), ('to', 'TO'), ('be', 'VB'), ('believer', 'IN'), ('it', 'PRP'), (')->', 'NNP'), ('would', 'MD'), ('be', 'VB'), ('quite', 'RB'), ('probable', 'JJ'), ('that', 'IN'), ('at', 'IN'), ('least', 'JJS'), ('one', 'CD'), ('of', 'IN'), ('those', 'DT'), ('in', 'IN'), ('the', 'DT'), ('supposed', 'JJ'), ('conspiracy', 'NN'), (')->', 'NNP'), ('would', 'MD'), ('come', 'VB'), ('forward', 'RB'), ('and', 'CC'), ('confess', 'VB'), ('that', 'IN'), ('the', 'DT'), ('whole', 'JJ'), ('thing', 'NN'), ('was', 'VBD'), ('big', 'JJ'), ('hoax', 'NN'), ('yet', 'RB'), (')->', 'JJ'), ('not', 'RB'), ('one', 'CD'), ('did', 'VBD'), ('it', 'PRP'), ('seems', 'VBZ'), ('rather', 'RB'), ('reasonable', 'JJ'), ('that', 'IN'), ('the', 'DT'), ('disciples', 'NNS'), ('did', 'VBD'), ('not', 'RB'), ('make', 'VB'), (')->', 'JJ'), ('up', 'IN'), ('the', 'DT'), ('resurrection', 'NN'), ('but', 'CC'), ('sincerely', 'RB'), ('believed', 'VBD'), ('that', 'IN'), ('jesus', 'NN'), ('had', 'VBD'), ('actually', 'RB'), ('risen', 'VBN'), (')->', 'JJ'), ('from', 'IN'), ('the', 'DT'), ('dead', 'JJ'), ('especially', 'RB'), ('in', 'IN'), ('light', 'NN'), ('of', 'IN'), ('the', 'DT'), ('sufferings', 'NNS'), ('that', 'WDT'), ('came', 'VBD'), ('upon', 'IN'), ('those', 'DT'), (')->', 'NNS'), ('who', 'WP'), ('believed', 'VBD'), ('was', 'VBD'), ('at', 'IN'), ('the', 'DT'), ('jubilee', 'NN'), ('conference', 'NN'), ('this', 'DT'), ('year', 'NN'), ('in', 'IN'), ('pittsburgh', 'NN'), ('pa', 'NN'), ('and', 'CC'), ('the', 'DT'), ('speaker', 'NN'), ('there', 'EX'), ('spoke', 'NN'), ('of', 'IN'), ('this', 'DT'), ('as', 'RB'), ('well', 'RB'), ('he', 'PRP'), ('talked', 'VBD'), ('about', 'IN'), ('many', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('things', 'NNS'), ('you', 'PRP'), ('mentioned', 'VBN'), ('in', 'IN'), ('your', 'PRP$'), ('post', 'NN'), ('but', 'CC'), ('here', 'RB'), ('he', 'PRP'), ('went', 'VBD'), ('into', 'IN'), ('little', 'RB'), ('more', 'JJR'), ('detail', 'JJ'), ('ll', 'NN'), ('paraphrase', 'NN'), ('as', 'IN'), ('best', 'JJS'), ('can', 'MD'), ('suppose', 'VB'), ('you', 'PRP'), ('were', 'VBD'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('christian', 'JJ'), ('consipracy', 'NN'), ('which', 'WDT'), ('was', 'VBD'), ('going', 'VBG'), ('to', 'TO'), ('tell', 'VB'), ('people', 'NNS'), ('that', 'IN'), ('christ', 'NN'), ('had', 'VBD'), ('risen', 'VBN'), ('never', 'RB'), ('mind', 'VBP'), ('the', 'DT'), ('stoning', 'VBG'), ('the', 'DT'), ('being', 'VBG'), ('burned', 'VBN'), ('alive', 'IN'), ('the', 'DT'), ('possible', 'JJ'), ('crucifixion', 'NN'), ('...', ':'), ('let', 'NN'), ('just', 'RB'), ('talk', 'VB'), ('about', 'IN'), ('scourging', 'VBG'), ('the', 'DT'), ('whip', 'NN'), ('that', 'WDT'), ('would', 'MD'), ('be', 'VB'), ('used', 'VBN'), ('would', 'MD'), ('have', 'VB'), ('broken', 'VBN'), ('pottery', 'NN'), ('metal', 'NN'), ('bone', 'NN'), ('and', 'CC'), ('anything', 'NN'), ('else', 'RB'), ('that', 'IN'), ('they', 'PRP'), ('could', 'MD'), ('find', 'VB'), ('attached', 'JJ'), ('to', 'TO'), ('it', 'PRP'), ('you', 'PRP'), ('would', 'MD'), ('be', 'VB'), ('stood', 'VBN'), ('facing', 'VBG'), ('wall', 'NN'), ('with', 'IN'), ('nothing', 'NN'), ('to', 'TO'), ('protect', 'VB'), ('you', 'PRP'), ('when', 'WRB'), ('the', 'DT'), ('whip', 'NN'), ('hit', 'VBD'), ('you', 'PRP'), ('the', 'DT'), ('first', 'JJ'), ('time', 'NN'), ('it', 'PRP'), ('would', 'MD'), ('tear', 'VB'), ('the', 'DT'), ('flesh', 'NN'), ('off', 'IN'), ('you', 'PRP'), ('with', 'IN'), ('instant', 'JJ'), ('incredibly', 'NN'), ('intense', 'JJ'), ('pain', 'NN'), ('you', 'PRP'), ('would', 'MD'), ('think', 'VB'), ('to', 'TO'), ('yourself', 'VB'), ('all', 'PDT'), ('this', 'DT'), ('for', 'IN'), ('lie', 'NN'), ("?'", 'VBP'), ('the', 'DT'), ('second', 'JJ'), ('hit', 'NN'), ('would', 'MD'), ('drop', 'VB'), ('you', 'PRP'), ('to', 'TO'), ('your', 'PRP$'), ('knees', 'NNS'), ('you', 'PRP'), ('would', 'MD'), ('scream', 'VB'), ('out', 'RP'), ('in', 'IN'), ('agony', 'NN'), ('that', 'IN'), ('your', 'PRP$'), ('raw', 'JJ'), ('back', 'NN'), ('was', 'VBD'), ('being', 'VBG'), ('torn', 'VBN'), ('at', 'IN'), ('again', 'RB'), ('you', 'PRP'), ('would', 'MD'), ('say', 'VB'), ('to', 'TO'), ('yourself', 'VB'), ('all', 'PDT'), ('this', 'DT'), ('for', 'IN'), ('lie', 'NN'), ("?'", 'NN'), ('and', 'CC'), ('you', 'PRP'), ('had', 'VBD'), ('37', 'CD'), ('more', 'JJR'), ('coming', 'VBG'), ('at', 'IN'), ('the', 'DT'), ('third', 'JJ'), ('hit', 'NN'), ('you', 'PRP'), ('would', 'MD'), ('scream', 'VB'), ('out', 'RP'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('all', 'DT'), ('lie', 'JJ'), ('beg', 'NN'), ('for', 'IN'), ('them', 'PRP'), ('to', 'TO'), ('stop', 'VB'), ('and', 'CC'), ('tell', 'VB'), ('them', 'PRP'), ('that', 'IN'), ('you', 'PRP'), ('would', 'MD'), ('swear', 'VB'), ('on', 'IN'), ('your', 'PRP$'), ('life', 'NN'), ('that', 'IN'), ('it', 'PRP'), ('had', 'VBD'), ('all', 'DT'), ('been', 'VBN'), ('lie', 'VBN'), ('if', 'IN'), ('they', 'PRP'), ('would', 'MD'), ('only', 'RB'), ('stop', 'VB'), ('...."', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('amazing', 'JJ'), ('enough', 'RB'), ('that', 'IN'), ('those', 'DT'), ('who', 'WP'), ('believed', 'VBD'), ('kept', 'VB'), ('their', 'PRP$'), ('faith', 'NN'), ('under', 'IN'), ('such', 'JJ'), ('torture', 'NN'), ('....', 'NNS'), ('but', 'CC'), ('for', 'IN'), ('lie', 'NN'), ('there', 'EX'), ('is', 'VBZ'), ('no', 'DT'), ('one', 'NN'), ('fool', 'NN'), ('enough', 'NN'), ('to', 'TO'), ('do', 'VB'), ('that', 'DT'), ('....', 'NNP'), ('and', 'CC'), ('no', 'DT'), ('one', 'NN'), ('came', 'VBD'), ('forward', 'RB'), ('excellent', 'JJ'), ('post', 'NN'), ('john', 'NN'), ('thanks', 'NNS'), ('for', 'IN'), ('taking', 'VBG'), ('the', 'DT'), ('time', 'NN')] | ['much', 'excellent', 'post', 'delete', 'space', 'tjl', 'suffering', 'persecution', 'mean', 'believer', 'would', 'quite', 'probable', 'least', 'one', 'supposed', 'conspiracy', 'would', 'come', 'forward', 'confess', 'whole', 'thing', 'big', 'hoax', 'yet', 'one', 'seem', 'rather', 'reasonable', 'disciple', 'make', 'resurrection', 'sincerely', 'believe', 'jesus', 'actually', 'rise', 'dead', 'especially', 'light', 'suffering', 'come', 'upon', 'believe', 'jubilee', 'conference', 'year', 'pittsburgh', 'pa', 'speaker', 'spoke', 'well', 'talk', 'many', 'thing', 'mention', 'post', 'go', 'little', 'detail', 'paraphrase', 'best', 'suppose', 'part', 'christian', 'consipracy', 'go', 'tell', 'people', 'christ', 'rise', 'never', 'mind', 'stone', 'burn', 'alive', 'possible', 'crucifixion', 'let', 'talk', 'scourge', 'whip', 'would', 'use', 'would', 'break', 'pottery', 'metal', 'bone', 'anything', 'else', 'could', 'find', 'attached', 'would', 'stand', 'face', 'wall', 'nothing', 'protect', 'whip', 'hit', 'first', 'time', 'would', 'tear', 'flesh', 'instant', 'incredibly', 'intense', 'pain', 'would', 'think', 'lie', 'second', 'hit', 'would', 'drop', 'knee', 'would', 'scream', 'agony', 'raw', 'back', 'tear', 'would', 'say', 'lie', 'come', 'third', 'hit', 'would', 'scream', 'lie', 'beg', 'stop', 'tell', 'would', 'swear', 'life', 'lie', 'would', 'stop', 'amazing', 'enough', 'believe', 'keep', 'faith', 'torture', 'lie', 'one', 'fool', 'enough', 'one', 'come', 'forward', 'excellent', 'post', 'john', 'thanks', 'take', 'time'] | ['post_delete', 'would_quite', 'least_one', 'would_come', 'come_forward', 'whole_thing', 'thing_big', 'yet_one', 'one_seem', 'seem_rather', 'sincerely_believe', 'believe_jesus', 'jesus_actually', 'rise_dead', 'especially_light', 'pittsburgh_pa', 'many_thing', 'post_go', 'go_little', 'part_christian', 'go_tell', 'tell_people', 'christ_rise', 'never_mind', 'burn_alive', 'let_talk', 'would_use', 'use_would', 'would_break', 'anything_else', 'else_could', 'could_find', 'would_stand', 'first_time', 'time_would', 'would_think', 'hit_would', 'would_drop', 'would_scream', 'would_say', 'say_lie', 'hit_would', 'would_scream', 'tell_would', 'would_stop', 'one_come', 'come_forward', 'take_time'] | soc_religion_christian_20505 |@lemmatized much:1 excellent:2 post:3 delete:1 space:1 tjl:1 suffering:2 persecution:1 mean:1 believer:1 would:13 quite:1 probable:1 least:1 one:4 supposed:1 conspiracy:1 come:4 forward:2 confess:1 whole:1 thing:2 big:1 hoax:1 yet:1 seem:1 rather:1 reasonable:1 disciple:1 make:1 resurrection:1 sincerely:1 believe:3 jesus:1 actually:1 rise:2 dead:1 especially:1 light:1 upon:1 jubilee:1 conference:1 year:1 pittsburgh:1 pa:1 speaker:1 spoke:1 well:1 talk:2 many:1 mention:1 go:2 little:1 detail:1 paraphrase:1 best:1 suppose:1 part:1 christian:1 consipracy:1 tell:2 people:1 christ:1 never:1 mind:1 stone:1 burn:1 alive:1 possible:1 crucifixion:1 let:1 scourge:1 whip:2 use:1 break:1 pottery:1 metal:1 bone:1 anything:1 else:1 could:1 find:1 attached:1 stand:1 face:1 wall:1 nothing:1 protect:1 hit:3 first:1 time:2 tear:2 flesh:1 instant:1 incredibly:1 intense:1 pain:1 think:1 lie:5 second:1 drop:1 knee:1 scream:2 agony:1 raw:1 back:1 say:1 third:1 beg:1 stop:2 swear:1 life:1 amazing:1 enough:2 keep:1 faith:1 torture:1 fool:1 john:1 thanks:1 take:1 |@bigram post_delete:1 would_quite:1 least_one:1 would_come:1 come_forward:2 whole_thing:1 thing_big:1 yet_one:1 one_seem:1 seem_rather:1 sincerely_believe:1 believe_jesus:1 jesus_actually:1 rise_dead:1 especially_light:1 pittsburgh_pa:1 many_thing:1 post_go:1 go_little:1 part_christian:1 go_tell:1 tell_people:1 christ_rise:1 never_mind:1 burn_alive:1 let_talk:1 would_use:1 use_would:1 would_break:1 anything_else:1 else_could:1 could_find:1 would_stand:1 first_time:1 time_would:1 would_think:1 hit_would:2 would_drop:1 would_scream:2 would_say:1 say_lie:1 tell_would:1 would_stop:1 one_come:1 take_time:1 |
3,396 |
Probably she meant that your blood pressure went up while you were on
the treadmill. This is normal. You'll have to ask her if this is
what she meant, since no one else can answer for another person.
--
----------------------------------------------------------------------------
Gordon Banks N3JXP | "Skepticism is the chastity of the intellect, and
[email protected] | it is shameful to surrender it too soon." | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.med/58121 | 13 | sci_med_58121 | [('probably', 'RB'), ('she', 'PRP'), ('meant', 'VBD'), ('that', 'IN'), ('your', 'PRP$'), ('blood', 'NN'), ('pressure', 'NN'), ('went', 'VBD'), ('up', 'RP'), ('while', 'IN'), ('you', 'PRP'), ('were', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('treadmill', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('normal', 'JJ'), ('you', 'PRP'), ('ll', 'VBP'), ('have', 'VBP'), ('to', 'TO'), ('ask', 'VB'), ('her', 'PRP$'), ('if', 'IN'), ('this', 'DT'), ('is', 'VBZ'), ('what', 'WP'), ('she', 'PRP'), ('meant', 'VBD'), ('since', 'IN'), ('no', 'DT'), ('one', 'NN'), ('else', 'RB'), ('can', 'MD'), ('answer', 'VB'), ('for', 'IN'), ('another', 'DT'), ('person', 'NN'), ('--', ':'), ('----------------------------------------------------------------------------', 'JJ'), ('gordon', 'JJ'), ('banks', 'NNS'), ('n3jxp', 'JJ'), ('skepticism', 'NN'), ('is', 'VBZ'), ('the', 'DT'), ('chastity', 'NN'), ('of', 'IN'), ('the', 'DT'), ('intellect', 'NN'), ('and', 'CC'), ('it', 'PRP'), ('is', 'VBZ'), ('shameful', 'JJ'), ('to', 'TO'), ('surrender', 'VB'), ('it', 'PRP'), ('too', 'RB'), ('soon', 'RB'), ('."', 'JJ')] | ['probably', 'mean', 'blood', 'pressure', 'go', 'treadmill', 'normal', 'ask', 'mean', 'since', 'one', 'else', 'answer', 'another', 'person', 'gordon', 'bank', 'skepticism', 'chastity', 'intellect', 'shameful', 'surrender', 'soon'] | ['probably_mean', 'blood_pressure', 'ask_mean', 'since_one', 'one_else', 'another_person', 'gordon_bank', 'bank_skepticism', 'skepticism_chastity', 'chastity_intellect', 'intellect_shameful', 'shameful_surrender', 'surrender_soon'] | sci_med_58121 |@lemmatized probably:1 mean:2 blood:1 pressure:1 go:1 treadmill:1 normal:1 ask:1 since:1 one:1 else:1 answer:1 another:1 person:1 gordon:1 bank:1 skepticism:1 chastity:1 intellect:1 shameful:1 surrender:1 soon:1 |@bigram probably_mean:1 blood_pressure:1 ask_mean:1 since_one:1 one_else:1 another_person:1 gordon_bank:1 bank_skepticism:1 skepticism_chastity:1 chastity_intellect:1 intellect_shameful:1 shameful_surrender:1 surrender_soon:1 |
3,397 | ----- News saved at 23 Apr 93 22:22:40 GMT
Well, I'm working on it, but getting a little impatient. So far,
I've made it through Egyptian, Chinese, and Greek cultures, and
up through the Rennaisance. But so far, these insights just don't
seem to be gelling. Perhaps it's in an appendix somewhere. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.space/61168 | 14 | sci_space_61168 | [('-----', 'JJ'), ('news', 'NN'), ('saved', 'VBD'), ('at', 'IN'), ('23', 'CD'), ('apr', 'JJ'), ('93', 'CD'), ('22', 'CD'), ('22', 'CD'), ('40', 'CD'), ('gmt', 'NN'), ('well', 'RB'), ('working', 'VBG'), ('on', 'IN'), ('it', 'PRP'), ('but', 'CC'), ('getting', 'VBG'), ('little', 'JJ'), ('impatient', 'NN'), ('so', 'RB'), ('far', 'RB'), ('ve', 'NN'), ('made', 'VBD'), ('it', 'PRP'), ('through', 'IN'), ('egyptian', 'JJ'), ('chinese', 'JJ'), ('and', 'CC'), ('greek', 'JJ'), ('cultures', 'NNS'), ('and', 'CC'), ('up', 'RB'), ('through', 'IN'), ('the', 'DT'), ('rennaisance', 'NN'), ('but', 'CC'), ('so', 'RB'), ('far', 'RB'), ('these', 'DT'), ('insights', 'NNS'), ('just', 'RB'), ('don', 'VB'), ('seem', 'VBP'), ('to', 'TO'), ('be', 'VB'), ('gelling', 'VBG'), ('perhaps', 'RB'), ('it', 'PRP'), ('in', 'IN'), ('an', 'DT'), ('appendix', 'NN'), ('somewhere', 'RB')] | ['news', 'save', 'apr', 'gmt', 'well', 'work', 'get', 'little', 'impatient', 'far', 'make', 'egyptian', 'chinese', 'greek', 'culture', 'rennaisance', 'far', 'insight', 'seem', 'gel', 'perhaps', 'appendix', 'somewhere'] | ['apr_gmt', 'well_work', 'work_get', 'get_little'] | sci_space_61168 |@lemmatized news:1 save:1 apr:1 gmt:1 well:1 work:1 get:1 little:1 impatient:1 far:2 make:1 egyptian:1 chinese:1 greek:1 culture:1 rennaisance:1 insight:1 seem:1 gel:1 perhaps:1 appendix:1 somewhere:1 |@bigram apr_gmt:1 well_work:1 work_get:1 get_little:1 |
3,398 | I just got out of the Army. Go signal corps or Intelligence;
photointelligence interpretation. If you go ADA you might get to play with
rockets but space will look pretty far away dug in the mud next to a grunt
protecting the foward troops from low flying objects. Good Luck
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.space/61183 | 14 | sci_space_61183 | [('just', 'RB'), ('got', 'VBD'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('army', 'NN'), ('go', 'VBP'), ('signal', 'JJ'), ('corps', 'NN'), ('or', 'CC'), ('intelligence', 'NN'), ('photointelligence', 'NN'), ('interpretation', 'NN'), ('if', 'IN'), ('you', 'PRP'), ('go', 'VBP'), ('ada', 'RB'), ('you', 'PRP'), ('might', 'MD'), ('get', 'VB'), ('to', 'TO'), ('play', 'VB'), ('with', 'IN'), ('rockets', 'NNS'), ('but', 'CC'), ('space', 'NN'), ('will', 'MD'), ('look', 'VB'), ('pretty', 'RB'), ('far', 'RB'), ('away', 'RB'), ('dug', 'JJ'), ('in', 'IN'), ('the', 'DT'), ('mud', 'NN'), ('next', 'IN'), ('to', 'TO'), ('grunt', 'VB'), ('protecting', 'VBG'), ('the', 'DT'), ('foward', 'JJ'), ('troops', 'NNS'), ('from', 'IN'), ('low', 'JJ'), ('flying', 'VBG'), ('objects', 'NNS'), ('good', 'JJ'), ('luck', 'NN')] | ['get', 'army', 'go', 'signal', 'corp', 'intelligence', 'photointelligence', 'interpretation', 'go', 'ada', 'might', 'get', 'play', 'rocket', 'space', 'look', 'pretty', 'far', 'away', 'dug', 'mud', 'next', 'grunt', 'protect', 'foward', 'troop', 'low', 'fly', 'object', 'good', 'luck'] | ['might_get', 'get_play', 'look_pretty', 'far_away', 'good_luck'] | sci_space_61183 |@lemmatized get:2 army:1 go:2 signal:1 corp:1 intelligence:1 photointelligence:1 interpretation:1 ada:1 might:1 play:1 rocket:1 space:1 look:1 pretty:1 far:1 away:1 dug:1 mud:1 next:1 grunt:1 protect:1 foward:1 troop:1 low:1 fly:1 object:1 good:1 luck:1 |@bigram might_get:1 get_play:1 look_pretty:1 far_away:1 good_luck:1 |
3,399 |
You don't think these are little things because with twenty-twenty
hindsight, you know what they led to. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/alt.atheism/53221 | 0 | alt_atheism_53221 | [('you', 'PRP'), ('don', 'VBP'), ('think', 'VB'), ('these', 'DT'), ('are', 'VBP'), ('little', 'JJ'), ('things', 'NNS'), ('because', 'IN'), ('with', 'IN'), ('twenty', 'JJ'), ('twenty', 'NN'), ('hindsight', 'NN'), ('you', 'PRP'), ('know', 'VBP'), ('what', 'WP'), ('they', 'PRP'), ('led', 'VBD'), ('to', 'TO')] | ['think', 'little', 'thing', 'twenty', 'twenty', 'hindsight', 'know', 'lead'] | ['think_little', 'little_thing'] | alt_atheism_53221 |@lemmatized think:1 little:1 thing:1 twenty:2 hindsight:1 know:1 lead:1 |@bigram think_little:1 little_thing:1 |
3,400 |
Science does not progress via experimentation but by philosophising. One
aim of experiments is to investigate the validity of the hyptheses
resulting from the models produced by this thinking process.
Science has one advantage of all other approaches to explaining the world.
It is objective.
Anything which affects the physical world can be studied. For example,
since we are part of the physical world, anything (including spirits) which
affects our behaviour can be observed. Science does not make any claims
about the existence or non-existence of objects which do not affect the
physical world.
The purpose of science is to produce a model of the *physical* world. The
model must be able to explain all past observations and predict the outcome
of future observations. One of the aims of experiments is to carry out
well defined observations which are objective.
Ideally scientist will except the model which best describes the world, and
the model which realises on the minimal number of assumptions. At the
moment models which do not rely on the assumption of some *spiritual* world
existing are equally powerful to ones which assume the assumption of a
*spiritual* world. As the non-spiritual models has fewer assumptions it
should be the currently accepted models.
The scientific process never assumes that its present models are the
correct ones, whereas many religions claim to represent the truth. The
arrogance of many theists is that they claim to represent the truth, this
cannot be said of scientists. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/soc.religion.christian/21324 | 15 | soc_religion_christian_21324 | [('science', 'NN'), ('does', 'VBZ'), ('not', 'RB'), ('progress', 'VB'), ('via', 'IN'), ('experimentation', 'NN'), ('but', 'CC'), ('by', 'IN'), ('philosophising', 'VBG'), ('one', 'CD'), ('aim', 'NN'), ('of', 'IN'), ('experiments', 'NNS'), ('is', 'VBZ'), ('to', 'TO'), ('investigate', 'VB'), ('the', 'DT'), ('validity', 'NN'), ('of', 'IN'), ('the', 'DT'), ('hyptheses', 'NNS'), ('resulting', 'VBG'), ('from', 'IN'), ('the', 'DT'), ('models', 'NNS'), ('produced', 'VBN'), ('by', 'IN'), ('this', 'DT'), ('thinking', 'NN'), ('process', 'NN'), ('science', 'NN'), ('has', 'VBZ'), ('one', 'CD'), ('advantage', 'NN'), ('of', 'IN'), ('all', 'DT'), ('other', 'JJ'), ('approaches', 'NNS'), ('to', 'TO'), ('explaining', 'VBG'), ('the', 'DT'), ('world', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('objective', 'JJ'), ('anything', 'NN'), ('which', 'WDT'), ('affects', 'VBZ'), ('the', 'DT'), ('physical', 'JJ'), ('world', 'NN'), ('can', 'MD'), ('be', 'VB'), ('studied', 'VBN'), ('for', 'IN'), ('example', 'NN'), ('since', 'IN'), ('we', 'PRP'), ('are', 'VBP'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('physical', 'JJ'), ('world', 'NN'), ('anything', 'NN'), ('including', 'VBG'), ('spirits', 'NNS'), ('which', 'WDT'), ('affects', 'VBZ'), ('our', 'PRP$'), ('behaviour', 'NN'), ('can', 'MD'), ('be', 'VB'), ('observed', 'VBN'), ('science', 'NN'), ('does', 'VBZ'), ('not', 'RB'), ('make', 'VB'), ('any', 'DT'), ('claims', 'NNS'), ('about', 'IN'), ('the', 'DT'), ('existence', 'NN'), ('or', 'CC'), ('non', 'JJ'), ('existence', 'NN'), ('of', 'IN'), ('objects', 'NNS'), ('which', 'WDT'), ('do', 'VBP'), ('not', 'RB'), ('affect', 'VB'), ('the', 'DT'), ('physical', 'JJ'), ('world', 'NN'), ('the', 'DT'), ('purpose', 'NN'), ('of', 'IN'), ('science', 'NN'), ('is', 'VBZ'), ('to', 'TO'), ('produce', 'VB'), ('model', 'NN'), ('of', 'IN'), ('the', 'DT'), ('physical', 'JJ'), ('world', 'NN'), ('the', 'DT'), ('model', 'NN'), ('must', 'MD'), ('be', 'VB'), ('able', 'JJ'), ('to', 'TO'), ('explain', 'VB'), ('all', 'DT'), ('past', 'JJ'), ('observations', 'NNS'), ('and', 'CC'), ('predict', 'VBP'), ('the', 'DT'), ('outcome', 'NN'), ('of', 'IN'), ('future', 'JJ'), ('observations', 'NNS'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('aims', 'NNS'), ('of', 'IN'), ('experiments', 'NNS'), ('is', 'VBZ'), ('to', 'TO'), ('carry', 'VB'), ('out', 'RP'), ('well', 'RB'), ('defined', 'JJ'), ('observations', 'NNS'), ('which', 'WDT'), ('are', 'VBP'), ('objective', 'JJ'), ('ideally', 'RB'), ('scientist', 'VBP'), ('will', 'MD'), ('except', 'VB'), ('the', 'DT'), ('model', 'NN'), ('which', 'WDT'), ('best', 'JJS'), ('describes', 'VBZ'), ('the', 'DT'), ('world', 'NN'), ('and', 'CC'), ('the', 'DT'), ('model', 'NN'), ('which', 'WDT'), ('realises', 'VBZ'), ('on', 'IN'), ('the', 'DT'), ('minimal', 'JJ'), ('number', 'NN'), ('of', 'IN'), ('assumptions', 'NNS'), ('at', 'IN'), ('the', 'DT'), ('moment', 'NN'), ('models', 'NNS'), ('which', 'WDT'), ('do', 'VBP'), ('not', 'RB'), ('rely', 'VB'), ('on', 'IN'), ('the', 'DT'), ('assumption', 'NN'), ('of', 'IN'), ('some', 'DT'), ('spiritual', 'JJ'), ('world', 'NN'), ('existing', 'VBG'), ('are', 'VBP'), ('equally', 'RB'), ('powerful', 'JJ'), ('to', 'TO'), ('ones', 'NNS'), ('which', 'WDT'), ('assume', 'VBP'), ('the', 'DT'), ('assumption', 'NN'), ('of', 'IN'), ('spiritual', 'JJ'), ('world', 'NN'), ('as', 'IN'), ('the', 'DT'), ('non', 'JJ'), ('spiritual', 'JJ'), ('models', 'NNS'), ('has', 'VBZ'), ('fewer', 'JJR'), ('assumptions', 'NNS'), ('it', 'PRP'), ('should', 'MD'), ('be', 'VB'), ('the', 'DT'), ('currently', 'RB'), ('accepted', 'VBN'), ('models', 'NNS'), ('the', 'DT'), ('scientific', 'JJ'), ('process', 'NN'), ('never', 'RB'), ('assumes', 'VBZ'), ('that', 'IN'), ('its', 'PRP$'), ('present', 'JJ'), ('models', 'NNS'), ('are', 'VBP'), ('the', 'DT'), ('correct', 'JJ'), ('ones', 'NNS'), ('whereas', 'RB'), ('many', 'JJ'), ('religions', 'NNS'), ('claim', 'VBP'), ('to', 'TO'), ('represent', 'VB'), ('the', 'DT'), ('truth', 'NN'), ('the', 'DT'), ('arrogance', 'NN'), ('of', 'IN'), ('many', 'JJ'), ('theists', 'NNS'), ('is', 'VBZ'), ('that', 'IN'), ('they', 'PRP'), ('claim', 'VBP'), ('to', 'TO'), ('represent', 'VB'), ('the', 'DT'), ('truth', 'NN'), ('this', 'DT'), ('cannot', 'NN'), ('be', 'VB'), ('said', 'VBD'), ('of', 'IN'), ('scientists', 'NNS')] | ['science', 'progress', 'via', 'experimentation', 'philosophise', 'one', 'aim', 'experiment', 'investigate', 'validity', 'hyptheses', 'result', 'model', 'produce', 'thinking', 'process', 'science', 'one', 'advantage', 'approach', 'explain', 'world', 'objective', 'anything', 'affect', 'physical', 'world', 'study', 'example', 'since', 'part', 'physical', 'world', 'anything', 'include', 'spirit', 'affect', 'behaviour', 'observe', 'science', 'make', 'claim', 'existence', 'non', 'existence', 'object', 'affect', 'physical', 'world', 'purpose', 'science', 'produce', 'model', 'physical', 'world', 'model', 'must', 'able', 'explain', 'past', 'observation', 'predict', 'outcome', 'future', 'observation', 'one', 'aim', 'experiment', 'carry', 'well', 'defined', 'observation', 'objective', 'ideally', 'scientist', 'except', 'model', 'best', 'describe', 'world', 'model', 'realise', 'minimal', 'number', 'assumption', 'moment', 'model', 'rely', 'assumption', 'spiritual', 'world', 'exist', 'equally', 'powerful', 'one', 'assume', 'assumption', 'spiritual', 'world', 'non', 'spiritual', 'model', 'assumption', 'currently', 'accept', 'model', 'scientific', 'process', 'never', 'assume', 'present', 'model', 'correct', 'one', 'whereas', 'many', 'religion', 'claim', 'represent', 'truth', 'arrogance', 'many', 'theist', 'claim', 'represent', 'truth', 'cannot', 'say', 'scientist'] | ['science_one', 'physical_world', 'physical_world', 'science_make', 'make_claim', 'non_existence', 'physical_world', 'physical_world', 'must_able', 'well_defined', 'spiritual_world', 'world_exist', 'one_assume', 'spiritual_world', 'correct_one', 'many_religion', 'many_theist', 'cannot_say'] | soc_religion_christian_21324 |@lemmatized science:4 progress:1 via:1 experimentation:1 philosophise:1 one:5 aim:2 experiment:2 investigate:1 validity:1 hyptheses:1 result:1 model:9 produce:2 thinking:1 process:2 advantage:1 approach:1 explain:2 world:8 objective:2 anything:2 affect:3 physical:4 study:1 example:1 since:1 part:1 include:1 spirit:1 behaviour:1 observe:1 make:1 claim:3 existence:2 non:2 object:1 purpose:1 must:1 able:1 past:1 observation:3 predict:1 outcome:1 future:1 carry:1 well:1 defined:1 ideally:1 scientist:2 except:1 best:1 describe:1 realise:1 minimal:1 number:1 assumption:4 moment:1 rely:1 spiritual:3 exist:1 equally:1 powerful:1 assume:2 currently:1 accept:1 scientific:1 never:1 present:1 correct:1 whereas:1 many:2 religion:1 represent:2 truth:2 arrogance:1 theist:1 cannot:1 say:1 |@bigram science_one:1 physical_world:4 science_make:1 make_claim:1 non_existence:1 must_able:1 well_defined:1 spiritual_world:2 world_exist:1 one_assume:1 correct_one:1 many_religion:1 many_theist:1 cannot_say:1 |
3,401 |
I've been using the XmGraph widget that's been floating around and I
noticed the performance is significantly better using Gadgets, perhaps
even 100% faster. I had heard in an old programming course that gadgets
were no longer any benefit to performance, and that it's just as well
to use widgets everywhere. So why would ~50 pushbutton gadgets be a lot
quicker than 50 pushbuttons in the graph? Should I start putting gadgets
back into my long pulldown menus?
XmGraph manages children connected by XmArc widgets in a directed network
type graph with automatic layout capability.
Bill
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.windows.x/66411 | 5 | comp_windows_x_66411 | [('ve', 'RB'), ('been', 'VBN'), ('using', 'VBG'), ('the', 'DT'), ('xmgraph', 'NNP'), ('widget', 'NN'), ('that', 'WDT'), ('been', 'VBN'), ('floating', 'VBG'), ('around', 'RB'), ('and', 'CC'), ('noticed', 'VBD'), ('the', 'DT'), ('performance', 'NN'), ('is', 'VBZ'), ('significantly', 'RB'), ('better', 'RBR'), ('using', 'VBG'), ('gadgets', 'NNS'), ('perhaps', 'RB'), ('even', 'RB'), ('100', 'CD'), ('faster', 'NN'), ('had', 'VBD'), ('heard', 'VBN'), ('in', 'IN'), ('an', 'DT'), ('old', 'JJ'), ('programming', 'NN'), ('course', 'NN'), ('that', 'WDT'), ('gadgets', 'NNS'), ('were', 'VBD'), ('no', 'RB'), ('longer', 'RBR'), ('any', 'DT'), ('benefit', 'NN'), ('to', 'TO'), ('performance', 'NN'), ('and', 'CC'), ('that', 'IN'), ('it', 'PRP'), ('just', 'RB'), ('as', 'RB'), ('well', 'RB'), ('to', 'TO'), ('use', 'VB'), ('widgets', 'NNS'), ('everywhere', 'RB'), ('so', 'RB'), ('why', 'WRB'), ('would', 'MD'), ('50', 'CD'), ('pushbutton', 'NN'), ('gadgets', 'NNS'), ('be', 'VB'), ('lot', 'RB'), ('quicker', 'JJR'), ('than', 'IN'), ('50', 'CD'), ('pushbuttons', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('graph', 'NN'), ('should', 'MD'), ('start', 'VB'), ('putting', 'VBG'), ('gadgets', 'NNS'), ('back', 'RB'), ('into', 'IN'), ('my', 'PRP$'), ('long', 'JJ'), ('pulldown', 'JJ'), ('menus', 'NN'), ('xmgraph', 'NN'), ('manages', 'VBZ'), ('children', 'NNS'), ('connected', 'VBN'), ('by', 'IN'), ('xmarc', 'JJ'), ('widgets', 'NNS'), ('in', 'IN'), ('directed', 'JJ'), ('network', 'NN'), ('type', 'NN'), ('graph', 'NN'), ('with', 'IN'), ('automatic', 'JJ'), ('layout', 'NN'), ('capability', 'NN'), ('bill', 'NN')] | ['use', 'xmgraph', 'widget', 'float', 'around', 'notice', 'performance', 'significantly', 'well', 'use', 'gadget', 'perhaps', 'even', 'faster', 'hear', 'old', 'programming', 'course', 'gadget', 'longer', 'benefit', 'performance', 'well', 'use', 'widget', 'everywhere', 'would', 'pushbutton', 'gadget', 'lot', 'quick', 'pushbuttons', 'graph', 'start', 'put', 'gadget', 'back', 'long', 'pulldown', 'menu', 'xmgraph', 'manage', 'child', 'connect', 'xmarc', 'widget', 'directed', 'network', 'type', 'graph', 'automatic', 'layout', 'capability', 'bill'] | ['float_around', 'well_use', 'perhaps_even', 'well_use', 'start_put', 'back_long', 'pulldown_menu'] | comp_windows_x_66411 |@lemmatized use:3 xmgraph:2 widget:3 float:1 around:1 notice:1 performance:2 significantly:1 well:2 gadget:4 perhaps:1 even:1 faster:1 hear:1 old:1 programming:1 course:1 longer:1 benefit:1 everywhere:1 would:1 pushbutton:1 lot:1 quick:1 pushbuttons:1 graph:2 start:1 put:1 back:1 long:1 pulldown:1 menu:1 manage:1 child:1 connect:1 xmarc:1 directed:1 network:1 type:1 automatic:1 layout:1 capability:1 bill:1 |@bigram float_around:1 well_use:2 perhaps_even:1 start_put:1 back_long:1 pulldown_menu:1 |
3,402 | null | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.space/61221 | 14 | sci_space_61221 | [] | [] | [] | sci_space_61221 |@lemmatized |@bigram |
3,403 | In this giant bally-ho over this Clipper chip I noticed a rather
disturbing trend in some of the E-mail and posts I've tossing back and
forth.
Somebody asked me what was wrong about overreacting in cases such as this.
The reason is very simple: How many people do you want to die in a riot?
In a new Civil War?
Everybody is jumping up and down and screaming about it, and I'm worried
that people are going to reach for their hammers and rifles before their pens
and paper.
Can people work within the system before trying to break it? Examine your
history books, and find out how many armed revolutions led to Democratic
(or Democratic style) governments. I think you'll only find one in over
five thousand years of written history.
That's not very good odds.
Somebody once said something like: "Armed Violence is meant only to be
used in response to an armed attack. It is not meant to be used in
agression. This is the difference between self-defence and murder."
Let's try to avoid killing things, eh? There's enough blood shed in the
world, without adding a couple of riots, Civil Wars, etc.
I'm probably overreacting. But what I've read scared me a lot. I don't
want my children growing up in a War Zone.
| /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/sci.crypt/15717 | 11 | sci_crypt_15717 | [('in', 'IN'), ('this', 'DT'), ('giant', 'JJ'), ('bally', 'RB'), ('ho', 'VBZ'), ('over', 'IN'), ('this', 'DT'), ('clipper', 'JJ'), ('chip', 'NN'), ('noticed', 'VBD'), ('rather', 'RB'), ('disturbing', 'VBG'), ('trend', 'NN'), ('in', 'IN'), ('some', 'DT'), ('of', 'IN'), ('the', 'DT'), ('mail', 'NN'), ('and', 'CC'), ('posts', 'NNS'), ('ve', 'VBP'), ('tossing', 'VBG'), ('back', 'RB'), ('and', 'CC'), ('forth', 'NN'), ('somebody', 'NN'), ('asked', 'VBD'), ('me', 'PRP'), ('what', 'WP'), ('was', 'VBD'), ('wrong', 'JJ'), ('about', 'IN'), ('overreacting', 'VBG'), ('in', 'IN'), ('cases', 'NNS'), ('such', 'JJ'), ('as', 'IN'), ('this', 'DT'), ('the', 'DT'), ('reason', 'NN'), ('is', 'VBZ'), ('very', 'RB'), ('simple', 'JJ'), ('how', 'WRB'), ('many', 'JJ'), ('people', 'NNS'), ('do', 'VBP'), ('you', 'PRP'), ('want', 'VB'), ('to', 'TO'), ('die', 'VB'), ('in', 'IN'), ('riot', 'NN'), ('in', 'IN'), ('new', 'JJ'), ('civil', 'JJ'), ('war', 'NN'), ('everybody', 'NN'), ('is', 'VBZ'), ('jumping', 'VBG'), ('up', 'RP'), ('and', 'CC'), ('down', 'RB'), ('and', 'CC'), ('screaming', 'VBG'), ('about', 'IN'), ('it', 'PRP'), ('and', 'CC'), ('worried', 'VBD'), ('that', 'IN'), ('people', 'NNS'), ('are', 'VBP'), ('going', 'VBG'), ('to', 'TO'), ('reach', 'VB'), ('for', 'IN'), ('their', 'PRP$'), ('hammers', 'NNS'), ('and', 'CC'), ('rifles', 'NNS'), ('before', 'IN'), ('their', 'PRP$'), ('pens', 'NNS'), ('and', 'CC'), ('paper', 'NN'), ('can', 'MD'), ('people', 'NNS'), ('work', 'VB'), ('within', 'IN'), ('the', 'DT'), ('system', 'NN'), ('before', 'IN'), ('trying', 'VBG'), ('to', 'TO'), ('break', 'VB'), ('it', 'PRP'), ('examine', 'VB'), ('your', 'PRP$'), ('history', 'NN'), ('books', 'NNS'), ('and', 'CC'), ('find', 'VB'), ('out', 'RP'), ('how', 'WRB'), ('many', 'JJ'), ('armed', 'VBD'), ('revolutions', 'NNS'), ('led', 'VBD'), ('to', 'TO'), ('democratic', 'JJ'), ('or', 'CC'), ('democratic', 'JJ'), ('style', 'NN'), ('governments', 'NNS'), ('think', 'VBP'), ('you', 'PRP'), ('ll', 'VBP'), ('only', 'RB'), ('find', 'VBP'), ('one', 'CD'), ('in', 'IN'), ('over', 'IN'), ('five', 'CD'), ('thousand', 'CD'), ('years', 'NNS'), ('of', 'IN'), ('written', 'VBN'), ('history', 'NN'), ('that', 'IN'), ('not', 'RB'), ('very', 'RB'), ('good', 'JJ'), ('odds', 'NNS'), ('somebody', 'NN'), ('once', 'RB'), ('said', 'VBD'), ('something', 'NN'), ('like', 'IN'), ('armed', 'JJ'), ('violence', 'NN'), ('is', 'VBZ'), ('meant', 'VBN'), ('only', 'RB'), ('to', 'TO'), ('be', 'VB'), ('used', 'VBN'), ('in', 'IN'), ('response', 'NN'), ('to', 'TO'), ('an', 'DT'), ('armed', 'VBN'), ('attack', 'NN'), ('it', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('meant', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('used', 'VBN'), ('in', 'IN'), ('agression', 'NN'), ('this', 'DT'), ('is', 'VBZ'), ('the', 'DT'), ('difference', 'NN'), ('between', 'IN'), ('self', 'JJ'), ('defence', 'NN'), ('and', 'CC'), ('murder', 'NN'), ('."', 'NN'), ('let', 'VBD'), ('try', 'VB'), ('to', 'TO'), ('avoid', 'VB'), ('killing', 'VBG'), ('things', 'NNS'), ('eh', 'RB'), ('there', 'RB'), ('enough', 'RB'), ('blood', 'NN'), ('shed', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('world', 'NN'), ('without', 'IN'), ('adding', 'VBG'), ('couple', 'NN'), ('of', 'IN'), ('riots', 'NNS'), ('civil', 'JJ'), ('wars', 'NNS'), ('etc', 'VBZ'), ('probably', 'RB'), ('overreacting', 'VBG'), ('but', 'CC'), ('what', 'WP'), ('ve', 'VBP'), ('read', 'VBN'), ('scared', 'VBD'), ('me', 'PRP'), ('lot', 'NN'), ('don', 'NN'), ('want', 'VBP'), ('my', 'PRP$'), ('children', 'NNS'), ('growing', 'VBG'), ('up', 'RP'), ('in', 'IN'), ('war', 'NN'), ('zone', 'NN')] | ['giant', 'bally', 'ho', 'clipper', 'chip', 'notice', 'rather', 'disturb', 'trend', 'mail', 'post', 'toss', 'back', 'forth', 'somebody', 'ask', 'wrong', 'overreact', 'case', 'reason', 'simple', 'many', 'people', 'want', 'die', 'riot', 'new', 'civil', 'war', 'everybody', 'jump', 'scream', 'worry', 'people', 'go', 'reach', 'hammer', 'rifle', 'pen', 'paper', 'people', 'work', 'within', 'system', 'try', 'break', 'examine', 'history', 'book', 'find', 'many', 'arm', 'revolution', 'lead', 'democratic', 'democratic', 'style', 'government', 'think', 'find', 'one', 'five', 'thousand', 'year', 'write', 'history', 'good', 'odds', 'somebody', 'say', 'something', 'like', 'armed', 'violence', 'mean', 'use', 'response', 'arm', 'attack', 'mean', 'use', 'agression', 'difference', 'self', 'defence', 'murder', 'let', 'try', 'avoid', 'kill', 'thing', 'eh', 'enough', 'blood', 'shed', 'world', 'without', 'add', 'couple', 'riot', 'civil', 'war', 'etc', 'probably', 'overreact', 'read', 'scar', 'lot', 'want', 'child', 'grow', 'war', 'zone'] | ['clipper_chip', 'mail_post', 'back_forth', 'many_people', 'people_want', 'want_die', 'civil_war', 'people_go', 'people_work', 'system_try', 'try_break', 'history_book', 'book_find', 'find_many', 'think_find', 'find_one', 'thousand_year', 'say_something', 'something_like', 'mean_use', 'mean_use', 'self_defence', 'let_try', 'try_avoid', 'civil_war', 'war_zone'] | sci_crypt_15717 |@lemmatized giant:1 bally:1 ho:1 clipper:1 chip:1 notice:1 rather:1 disturb:1 trend:1 mail:1 post:1 toss:1 back:1 forth:1 somebody:2 ask:1 wrong:1 overreact:2 case:1 reason:1 simple:1 many:2 people:3 want:2 die:1 riot:2 new:1 civil:2 war:3 everybody:1 jump:1 scream:1 worry:1 go:1 reach:1 hammer:1 rifle:1 pen:1 paper:1 work:1 within:1 system:1 try:2 break:1 examine:1 history:2 book:1 find:2 arm:2 revolution:1 lead:1 democratic:2 style:1 government:1 think:1 one:1 five:1 thousand:1 year:1 write:1 good:1 odds:1 say:1 something:1 like:1 armed:1 violence:1 mean:2 use:2 response:1 attack:1 agression:1 difference:1 self:1 defence:1 murder:1 let:1 avoid:1 kill:1 thing:1 eh:1 enough:1 blood:1 shed:1 world:1 without:1 add:1 couple:1 etc:1 probably:1 read:1 scar:1 lot:1 child:1 grow:1 zone:1 |@bigram clipper_chip:1 mail_post:1 back_forth:1 many_people:1 people_want:1 want_die:1 civil_war:2 people_go:1 people_work:1 system_try:1 try_break:1 history_book:1 book_find:1 find_many:1 think_find:1 find_one:1 thousand_year:1 say_something:1 something_like:1 mean_use:2 self_defence:1 let_try:1 try_avoid:1 war_zone:1 |
3,404 | this */
*/
I tried
how can I
Does the workstation you're using have hardware cursor support? Or does
the server generate a software cursor. You can generally tell the difference
just by using it. If the cursor blinks a lot when there's screen activity,
it's probably a software cursor. If it has a hardware cursor, I think you're
probably battling a bug in HP's X server. I'm not familiar with any hardware
cursor chips that display cursors greater than 64x64. It's quite possible
that the server is just echoing your preferred cursor size without actually
checking it. I vaguely recall that very old MIT server revisions did just
that.
In reality you're probably stuck with a 64x64 maximum size cursor regardless
of what the server returns. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.windows.x/66917 | 5 | comp_windows_x_66917 | [('this', 'DT'), ('*/', 'VBZ'), ('*/', 'NNP'), ('tried', 'VBD'), ('how', 'WRB'), ('can', 'MD'), ('does', 'VBZ'), ('the', 'DT'), ('workstation', 'NN'), ('you', 'PRP'), ('re', 'VBP'), ('using', 'VBG'), ('have', 'VBP'), ('hardware', 'NN'), ('cursor', 'NN'), ('support', 'NN'), ('or', 'CC'), ('does', 'VBZ'), ('the', 'DT'), ('server', 'NN'), ('generate', 'NN'), ('software', 'NN'), ('cursor', 'NN'), ('you', 'PRP'), ('can', 'MD'), ('generally', 'RB'), ('tell', 'VB'), ('the', 'DT'), ('difference', 'NN'), ('just', 'RB'), ('by', 'IN'), ('using', 'VBG'), ('it', 'PRP'), ('if', 'IN'), ('the', 'DT'), ('cursor', 'NN'), ('blinks', 'NNS'), ('lot', 'NN'), ('when', 'WRB'), ('there', 'EX'), ('screen', 'JJ'), ('activity', 'NN'), ('it', 'PRP'), ('probably', 'RB'), ('software', 'NN'), ('cursor', 'NN'), ('if', 'IN'), ('it', 'PRP'), ('has', 'VBZ'), ('hardware', 'NN'), ('cursor', 'NN'), ('think', 'VBP'), ('you', 'PRP'), ('re', 'VBP'), ('probably', 'RB'), ('battling', 'VBG'), ('bug', 'NN'), ('in', 'IN'), ('hp', 'NN'), ('server', 'NN'), ('not', 'RB'), ('familiar', 'JJ'), ('with', 'IN'), ('any', 'DT'), ('hardware', 'NN'), ('cursor', 'NN'), ('chips', 'NNS'), ('that', 'WDT'), ('display', 'VBP'), ('cursors', 'NNS'), ('greater', 'JJR'), ('than', 'IN'), ('64x64', 'CD'), ('it', 'PRP'), ('quite', 'RB'), ('possible', 'JJ'), ('that', 'IN'), ('the', 'DT'), ('server', 'NN'), ('is', 'VBZ'), ('just', 'RB'), ('echoing', 'VBG'), ('your', 'PRP$'), ('preferred', 'JJ'), ('cursor', 'NN'), ('size', 'NN'), ('without', 'IN'), ('actually', 'RB'), ('checking', 'VBG'), ('it', 'PRP'), ('vaguely', 'RB'), ('recall', 'VBP'), ('that', 'DT'), ('very', 'RB'), ('old', 'JJ'), ('mit', 'NN'), ('server', 'NN'), ('revisions', 'NNS'), ('did', 'VBD'), ('just', 'RB'), ('that', 'IN'), ('in', 'IN'), ('reality', 'NN'), ('you', 'PRP'), ('re', 'VBP'), ('probably', 'RB'), ('stuck', 'VBN'), ('with', 'IN'), ('64x64', 'CD'), ('maximum', 'JJ'), ('size', 'NN'), ('cursor', 'NN'), ('regardless', 'NN'), ('of', 'IN'), ('what', 'WP'), ('the', 'DT'), ('server', 'NN'), ('returns', 'NNS')] | ['try', 'workstation', 'use', 'hardware', 'cursor', 'support', 'server', 'generate', 'software', 'cursor', 'generally', 'tell', 'difference', 'use', 'cursor', 'blink', 'lot', 'screen', 'activity', 'probably', 'software', 'cursor', 'hardware', 'cursor', 'think', 'probably', 'battle', 'bug', 'hp', 'server', 'familiar', 'hardware', 'cursor', 'chip', 'display', 'cursor', 'great', 'quite', 'possible', 'server', 'echo', 'preferred', 'cursor', 'size', 'without', 'actually', 'check', 'vaguely', 'recall', 'old', 'mit', 'server', 'revision', 'reality', 'probably', 'stick', 'maximum', 'size', 'cursor', 'regardless', 'server', 'return'] | ['use_hardware', 'hardware_cursor', 'tell_difference', 'hardware_cursor', 'think_probably', 'hardware_cursor', 'quite_possible', 'mit_server'] | comp_windows_x_66917 |@lemmatized try:1 workstation:1 use:2 hardware:3 cursor:9 support:1 server:5 generate:1 software:2 generally:1 tell:1 difference:1 blink:1 lot:1 screen:1 activity:1 probably:3 think:1 battle:1 bug:1 hp:1 familiar:1 chip:1 display:1 great:1 quite:1 possible:1 echo:1 preferred:1 size:2 without:1 actually:1 check:1 vaguely:1 recall:1 old:1 mit:1 revision:1 reality:1 stick:1 maximum:1 regardless:1 return:1 |@bigram use_hardware:1 hardware_cursor:3 tell_difference:1 think_probably:1 quite_possible:1 mit_server:1 |
3,405 |
I have the same problem. Someone suggested it might be a BIOS bug.
Gonna check with my supplier tomorrow. I'll tell you if it helps. | /home/egorov/scikit_learn_data/20news_home/20news-bydate-train/comp.os.ms-windows.misc/9601 | 2 | comp_os_ms-windows_misc_9601 | [('have', 'VBP'), ('the', 'DT'), ('same', 'JJ'), ('problem', 'NN'), ('someone', 'NN'), ('suggested', 'VBD'), ('it', 'PRP'), ('might', 'MD'), ('be', 'VB'), ('bios', 'VBN'), ('bug', 'JJ'), ('gonna', 'NNS'), ('check', 'NN'), ('with', 'IN'), ('my', 'PRP$'), ('supplier', 'NN'), ('tomorrow', 'NN'), ('ll', 'NN'), ('tell', 'NN'), ('you', 'PRP'), ('if', 'IN'), ('it', 'PRP'), ('helps', 'VBZ')] | ['problem', 'someone', 'suggest', 'might', 'bios', 'bug', 'gonna', 'check', 'supplier', 'tomorrow', 'tell', 'help'] | ['problem_someone', 'someone_suggest'] | comp_os_ms-windows_misc_9601 |@lemmatized problem:1 someone:1 suggest:1 might:1 bios:1 bug:1 gonna:1 check:1 supplier:1 tomorrow:1 tell:1 help:1 |@bigram problem_someone:1 someone_suggest:1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.