Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 17875
Image: ubuntu2004
Kernel: Python 3 (Anaconda 2020)
text_file = "russell_problemofchina/19172.txt" with open(text_file, 'r') as f: content = f.read()
wordlist = content.split()
wordfreq = []
for word in wordlist: wordfreq.append(wordlist.count(word))
len(wordlist)
92247
word_dictionary = dict(zip(wordlist, wordfreq))
word_dictionary.items()
dict_items([('Project', 78), ("Gutenberg's", 2), ('An', 29), ('Australian', 5), ('in', 2165), ('China,', 104), ('by', 632), ('George', 5), ('Ernest', 3), ('Morrison', 3), ('This', 49), ('eBook', 5), ('is', 1113), ('for', 620), ('the', 6458), ('use', 30), ('of', 3507), ('anyone', 10), ('anywhere', 3), ('at', 425), ('no', 203), ('cost', 21), ('and', 2450), ('with', 944), ('almost', 43), ('restrictions', 2), ('whatsoever.', 3), ('You', 17), ('may', 65), ('copy', 8), ('it,', 38), ('give', 33), ('it', 389), ('away', 36), ('or', 266), ('re-use', 2), ('under', 122), ('terms', 28), ('Gutenberg', 19), ('License', 8), ('included', 4), ('this', 283), ('online', 4), ('www.gutenberg.org', 2), ('Title:', 1), ('China', 171), ('Being', 1), ('Narrative', 1), ('a', 1991), ('Quiet', 1), ('Journey', 1), ('Across', 1), ('to', 2151), ('Burma', 30), ('Author:', 1), ('Release', 1), ('Date:', 1), ('September', 2), ('4,', 3), ('2006', 1), ('[EBook', 1), ('#19172]', 1), ('Language:', 1), ('English', 37), ('Character', 1), ('set', 23), ('encoding:', 1), ('ASCII', 1), ('***', 6), ('START', 1), ('OF', 70), ('THIS', 6), ('PROJECT', 4), ('GUTENBERG', 3), ('EBOOK', 2), ('AN', 4), ('AUSTRALIAN', 4), ('IN', 33), ('CHINA', 17), ('Produced', 2), ('Thierry', 2), ('Alberto', 2), ('Online', 2), ('Distributed', 2), ('Proofreading', 2), ('Team', 2), ('http://www.pgdp.net', 2), ('*', 20), ('+------------------------------------------------------------+', 4), ('|', 218), ("Transcriber's", 1), ('Note:', 1), ('Obvious', 1), ('typographical', 1), ('errors', 2), ('have', 273), ('been', 241), ('corrected', 3), ('text.', 1), ('For', 40), ('complete', 6), ('list,', 1), ('please', 2), ('see', 69), ('bottom', 2), ('document.', 1), ('Macrons', 1), ('are', 570), ('shown', 15), ('as', 565), ('[=o]', 1), ('[=u]', 1), ('[Illustration:', 31), ('THE', 110), ('AUTHOR', 2), ('WESTERN', 7), ('CHINA.]', 4), ('BEING', 1), ('NARRATIVE', 1), ('A', 101), ('QUIET', 1), ('JOURNEY', 11), ('ACROSS', 1), ('TO', 28), ('BURMA', 3), ('BY', 3), ('GEORGE', 1), ('ERNEST', 1), ('MORRISON', 1), ('M.D.', 2), ('EDIN.,', 1), ('F.R.G.S.', 1), ('_THIRD', 1), ('EDITION_', 1), ('LONDON:', 1), ('HORACE', 1), ('COX', 1), ('WINDSOR', 1), ('HOUSE,', 1), ("BREAM'S", 1), ('BUILDINGS', 1), ('E.C.', 1), ('MDCCCCII', 1), ('JOHN', 1), ('CHIENE,', 1), ('M.D.,', 1), ('F.R.C.S.E.,', 1), ('F.R.S.E.,', 1), ('ETC.,', 1), ('PROFESSOR', 1), ('SURGERY', 1), ('UNIVERSITY', 1), ('EDINBURGH,', 1), ('WHO', 1), ('GAVE', 1), ('ME', 1), ('BACK', 1), ('POWER', 1), ('LOCOMOTION.', 1), ('I', 876), ('GRATEFULLY', 1), ('INSCRIBE', 1), ('VOLUME.', 1), ('CONTENTS.', 1), ('CHAPTER', 46), ('I.', 4), ('PAGES', 1), ('INTRODUCTORY--MAINLY', 2), ('ABOUT', 6), ('MISSIONARIES', 4), ('AND', 34), ('CITY', 25), ('HANKOW', 2), ('1-11', 1), ('II.', 2), ('FROM', 15), ('WANHSIEN,', 4), ('WITH', 13), ('SOME', 12), ('ACCOUNT', 2), ('CHINESE', 15), ('WOMEN', 2), ('RAPIDS', 2), ('YANGTSE', 5), ('12-23', 1), ('III.', 2), ('WANHSIEN', 2), ('CHUNGKING', 5), ('24-34', 1), ('IV.', 2), ('CHUNGKING--THE', 2), ('CUSTOMS--THE', 2), ('FAMOUS', 2), ('MONSIEUR', 2), ('HAAS,', 2), ('FEW', 2), ('WORDS', 2), ('ON', 16), ('OPIUM', 2), ('FALLACY', 1), ('35-49', 1), ('V.', 2), ('SUIFU--CHINESE', 2), ('INNS', 1), ('50-62', 1), ('VI.', 2), ('SUIFU--THE', 2), ('INLAND', 2), ('MISSION,', 2), ('GENERAL', 2), ('REMARKS', 10), ('63-75', 1), ('VII.', 2), ('SUIFU', 3), ('CHAOTONG,', 4), ('PROVINCE', 2), ('YUNNAN--CHINESE', 2), ('PORTERS,', 2), ('POSTAL', 2), ('ARRANGEMENTS,', 2), ('BANKS', 1), ('76-96', 1), ('VIII.', 2), ('ITS', 4), ('POVERTY,', 2), ('INFANTICIDE,', 2), ('SELLING', 2), ('FEMALE', 2), ('CHILDREN', 2), ('INTO', 4), ('SLAVERY,', 2), ('TORTURES,', 2), ('INSENSIBILITY', 2), ('PAIN', 1), ('97-106', 1), ('IX.', 2), ('MAINLY', 2), ('DOCTORS', 1), ('107-114', 1), ('X.', 6), ('CHAOTONG', 2), ('TONGCHUAN', 3), ('115-124', 1), ('XI.', 2), ('TONGCHUAN,', 2), ('UPON', 2), ('INFANTICIDE', 1), ('125-134', 1), ('XII.', 2), ('YUNNAN', 20), ('135-147', 1), ('XIII.', 2), ('AT', 6), ('148-157', 1), ('XIV.', 2), ('GOLD,', 2), ('BANKS,', 2), ('TELEGRAPHS', 2), ('158-170', 1), ('XV.', 2), ('FRENCH', 2), ('MISSION', 2), ('ARSENAL', 2), ('171-182', 1), ('XVI.', 2), ('TALIFU', 4), ('183-201', 1), ('XVII.', 2), ('TALI--PRISONS--POISONING--PLAGUES', 2), ('MISSIONS', 1), ('202-217', 1), ('XVIII.', 2), ('TALI,', 2), ('CHARACTER', 2), ('CANTONESE,', 2), ('EMIGRANTS,', 2), ('CRETINS,', 2), ('WIFE-BEATING', 2), ('218-232', 1), ('XIX.', 2), ('MEKONG', 3), ('SALWEEN', 3), ('RIVERS--HOW', 2), ('TRAVEL', 2), ('233-243', 1), ('XX.', 2), ('TENGYUEH--THE', 2), ('CELEBRATED', 2), ('WUNTHO', 2), ('SAWBWA--SHAN', 2), ('SOLDIERS', 3), ('244-259', 1), ('XXI.', 2), ('SHAN', 2), ('TOWN', 2), ('SANTA,', 2), ('MANYUEN,', 2), ('SCENE', 4), ('CONSUL', 2), ("MARGARY'S", 2), ('MURDER', 1), ('260-269', 1), ('XXII.', 2), ('AS', 3), ('FIGHTING', 2), ('POWER--THE', 2), ('KACHINS--AND', 2), ('LAST', 2), ('STAGE', 2), ('BHAMO', 1), ('270-281', 1), ('XXIII.', 2), ('BHAMO,', 2), ('MANDALAY,', 2), ('RANGOON,', 2), ('CALCUTTA', 1), ('282-291', 1), ('ILLUSTRATIONS.', 1), ('_Mostly', 1), ('from', 508), ('Photographs', 1), ('by_', 1), ('MR.', 1), ('C.', 9), ('JENSEN', 1), ('_of', 1), ('Imperial', 19), ('Chinese', 377), ('Telegraphs._', 1), ('_Frontispiece._', 1), ("AUTHOR'S", 4), ('PASSPORT', 1), ('_page_', 1), ('8', 4), ('BALCONY', 2), ('14', 4), ('RIVER', 9), ('TUNG-LO-HSIA', 1), ('34', 2), ('MEMORIAL', 4), ('ARCHWAY', 2), ('FORT', 2), ('FU-TO-KUAN', 1), ('CHUNGKING,', 2), ('OPPOSITE', 2), ('BANK', 2), ('38', 1), ('TEMPLE', 6), ('THEATRE', 2), ('44', 1), ('MAIN', 2), ('ROAD', 4), ('52', 3), ('CULTIVATION', 2), ('TERRACES', 1), ('58', 2), ('SZECHUEN', 2), ('OPIUM-SMOKING', 1), ('72', 2), ('84', 3), ('LAOWATAN', 1), ('OPIUM-SMOKER', 2), ('ROMANCE', 1), ('93', 1), ('PAGODA', 4), ('WAYSIDE,', 2), ('118', 1), ('BIG', 2), ('EAST', 2), ('GATE', 4), ('146', 3), ('VIEW', 4), ('156', 2), ('WALL', 2), ('168', 3), ('CITY,', 2), ('250', 5), ('FEET', 2), ('HIGH', 1), ('174', 2), ('VICEROY', 2), ('TWO', 2), ('PROVINCES', 2), ('180', 1), ('NAME', 1), ('182', 1), ('GIANT', 2), ('184', 2), ('"EAGLE', 2), ('NEST', 2), ('BARRIER,"', 2), ('192', 5), ('SNOW-CLAD', 2), ('MOUNTAINS', 2), ('BEHIND', 2), ('204', 3), ('NEAR', 2), ('220', 1), ('DESCENT', 2), ('232', 2), ('INSIDE', 2), ('SUSPENSION', 4), ('BRIDGE', 3), ('236', 1), ('240', 2), ('SHWELI', 2), ('242', 3), ('SUBURB', 2), ('BEYOND', 2), ('SOUTH', 2), ('TENGYUEH', 1), ('MAP', 2), ('292', 1), ('ROUGH', 2), ('SKETCH-MAP', 2), ('_at', 1), ('end._', 1), ('CHINA.', 4), ('HANKOW.', 1), ('In', 138), ('first', 79), ('week', 4), ('February,', 1), ('1894,', 5), ('returned', 16), ('Shanghai', 19), ('Japan.', 2), ('It', 158), ('was', 1062), ('my', 385), ('intention', 3), ('go', 39), ('up', 100), ('Yangtse', 21), ('River', 17), ('far', 48), ('Chungking,', 22), ('then,', 13), ('dressed', 28), ('Chinese,', 66), ('cross', 14), ('quietly', 1), ('over', 99), ('Western', 56), ('Shan', 24), ('States,', 7), ('Kachin', 12), ('Hills', 2), ('frontier', 19), ('Burma.', 18), ('The', 460), ('ensuing', 2), ('narrative', 2), ('will', 103), ('tell', 13), ('how', 30), ('easily', 11), ('pleasantly', 3), ('journey,', 12), ('which', 362), ('few', 68), ('years', 64), ('ago', 14), ('would', 154), ('regarded', 8), ('formidable', 5), ('undertaking,', 1), ('can', 126), ('now', 74), ('be', 406), ('done.', 4), ('journey', 48), ('was,', 10), ('course,', 24), ('sense', 7), ('one', 274), ('exploration;', 1), ('consisted', 4), ('simply', 5), ('voyage', 5), ('1500', 7), ('miles', 62), ('River,', 7), ('followed', 5), ('quiet,', 1), ('though', 28), ('extended,', 1), ('excursion', 1), ('another', 40), ('along', 42), ('great', 63), ('overland', 3), ('highway', 3), ('into', 184), ('Burma,', 21), ('taken', 28), ('who', 325), ('spoke', 18), ('had', 446), ('interpreter', 4), ('companion,', 2), ('unarmed,', 4), ('but', 321), ('trusted', 4), ('implicitly', 1), ('good', 63), ('faith', 4), ('Chinese.', 30), ('Anyone', 1), ('world', 22), ('way', 73), ('did,', 8), ('provided', 16), ('he', 502), ('willing', 5), ('exercise', 4), ('certain', 16), ('number', 33), ('weeks', 6), ('months', 17), ('some', 93), ('endurance--for', 1), ('travel', 11), ('many', 91), ('on', 502), ('foot', 22), ('mountainous', 5), ('country--and', 1), ('much', 42), ('forbearance.', 1), ('went', 43), ('possessed', 7), ('strong', 7), ('racial', 1), ('antipathy', 1), ('common', 28), ('countrymen,', 3), ('that', 702), ('feeling', 5), ('has', 228), ('long', 73), ('since', 24), ('given', 37), ('lively', 1), ('sympathy', 1), ('gratitude,', 2), ('shall', 18), ('always', 50), ('look', 21), ('back', 32), ('pleasure', 9), ('during', 35), ('experienced,', 1), ('while', 52), ('traversing', 1), ('provinces', 19), ('wide', 16), ('European', 12), ('kingdoms,', 1), ('uniform', 5), ('kindness', 7), ('hospitality,', 2), ('most', 115), ('charming', 19), ('courtesy.', 5), ('case,', 1), ('least,', 2), ('did', 80), ('not', 351), ('forget', 2), ('their', 360), ('precept,', 1), ('"deal', 1), ('gently', 4), ('strangers', 3), ('afar."', 1), ('left', 61), ('Sunday,', 2), ('February', 3), ('11th,', 1), ('Jardine', 2), ("Matheson's", 1), ('steamer', 12), ('_Taiwo_.', 1), ('One', 32), ('kind', 22), ('friend,', 3), ('merchant', 4), ('captain', 5), ('seen', 46), ('life', 25), ('every', 90), ('important', 32), ('seaport', 1), ('world,', 8), ('came', 65), ('down,', 4), ('past', 20), ('midnight,', 2), ('bid', 1), ('me', 281), ('farewell.', 2), ('We', 92), ('shook', 2), ('hands', 17), ('wharf,', 1), ('last', 37), ('time.', 8), ('Already', 2), ('promised', 5), ('vacancy', 3), ("Matheson's.", 1), ('Some', 8), ('time', 89), ('after', 76), ('departure,', 2), ('when', 151), ('appointed', 4), ('officers', 8), ('ill-fated', 1), ('_Kowshing_,', 1), ('unarmed', 1), ('transport', 3), ('before', 86), ('declaration', 2), ('war', 3), ('destroyed', 5), ('Japanese', 11), ('gunboat,', 1), ('among', 60), ('slain--struck,', 1), ('believe,', 3), ('bullet', 1), ('struggling', 1), ('water.', 6), ('travelled', 8), ('warm', 5), ('winter', 7), ('clothing,', 1), ('pigtail', 5), ('attached', 9), ('inside', 6), ('hat.', 1), ('could', 138), ('more', 174), ('comfortable.', 5), ('small', 47), ('cabin', 4), ('myself.', 4), ('course', 16), ('own', 43), ('bedding,', 1), ('paying', 7), ('Mexican', 5), ('dollar', 2), ('day', 67), ('steward,', 1), ('"foreign', 4), ('chow,"', 1), ('brought', 33), ('saloon.', 1), ('traveller', 32), ('cares', 3), ('way,', 19), ('put', 23), ('his', 538), ('pride', 5), ('pocket', 2), ('down', 89), ('back,', 6), ('need', 19), ('pay', 24), ('only', 131), ('one-fourth', 1), ('what', 41), ('him', 154), ('dress.', 2), ('But', 75), ('found,', 2), ('unwittingly', 2), ('travelling', 11), ('false', 3), ('pretences.', 1), ('When', 40), ('smart', 7), ('chief', 41), ('officer', 13), ('fare', 4), ('charged', 4), ('me,', 58), ('thought,', 5), ('too', 20), ('little.', 3), ('expressed', 5), ('surprise,', 1), ('said', 37), ('thought', 14), ('seven', 21), ('dollars.', 2), ('"So', 2), ('is,"', 1), ('replied', 1), ('"but', 3), ('we', 314), ('charge', 28), ('missionaries', 40), ('five', 29), ('dollars,', 1), ('knew', 21), ('you', 163), ('were', 548), ('missionary', 55), ('even', 67), ('they', 311), ('told', 35), ('me."', 1), ('How', 6), ('different', 21), ('acuteness', 1), ('compradore', 2), ('received', 29), ("Merchants'", 2), ('_Hsin', 2), ('Chi_,', 1), ('once', 20), ('made', 77), ('Tientsin,', 1), ('also', 32), ('dress!', 1), ('conversation', 5), ('short,', 2), ('sharp,', 1), ('emphatic.', 1), ('looked', 14), ('searchingly.', 1), ('"What', 6), ('pidgin', 2), ('belong', 3), ('you?"', 3), ('asked--meaning', 1), ('your', 39), ('business?', 1), ('Humbly', 1), ('answered,', 1), ('"My', 9), ('Jesus', 2), ('Christ', 2), ('pidgin";', 1), ('is,', 24), ('am', 22), ('missionary,', 22), ('instantly', 3), ('scorn', 2), ('replied,', 5), ('"No', 3), ('dam', 2), ('fear!"', 1), ('called', 38), ('river', 68), ('ports', 3), ('reached', 26), ('Hankow', 13), ('14th.', 1), ('Hankow,', 10), ('say,', 11), ('mart', 1), ('eight', 19), ('centre', 17), ('earth.', 2), ('distributing', 9), ('valley,', 11), ('capital', 20), ('city', 103), ('China.', 71), ('trade', 17), ('tea,', 10), ('its', 180), ('staple', 3), ('export,', 2), ('declining', 1), ('rapidly,', 1), ('particularly', 4), ('1886.', 2), ('Indian', 9), ('opium', 45), ('goes', 5), ('higher', 14), ('than', 204), ('point;', 2), ('importation', 2), ('insignificant,', 2), ('amounting', 3), ('738', 1), ('piculs', 1), ('(44', 1), ('tons)', 1), ('per', 29), ('annum.', 4), ('bank', 28), ('Yangtse,', 10), ('separated', 7), ('width', 5), ('Han', 3), ('Hanyang,', 2), ('Wuchang;', 1), ('these', 46), ('three', 121), ('divisions', 1), ('really', 8), ('form', 12), ('large', 64), ('city,', 38), ('inhabitants', 3), ('entire', 8), ('population', 15), ('colony', 6), ('Victoria.', 3), ('Wuchang', 3), ('two', 176), ('Hunan', 2), ('Hupeh;', 1), ('here', 80), ('Viceroy,', 8), ('Chang', 7), ('Chi', 3), ('Tung,', 2), ('resides', 1), ('official', 24), ('yamen', 22), ('dispenses', 1), ('injustice', 2), ('building', 10), ('handsome', 13), ('American', 18), ('mission-houses', 2), ('overlook', 1), ('it.', 27), ('Tung', 2), ('anti-foreign', 8), ('all', 287), ('Viceroys', 2), ('China;', 8), ('yet', 38), ('Viceroy', 7), ('Empire', 3), ('ever', 42), ('so', 135), ('foreigners', 7), ('employ', 4), ('he.', 3), ('"Within', 1), ('four', 45), ('seas,"', 1), ('says,', 8), ('"all', 2), ('men', 128), ('brothers";', 1), ('rules', 4), ('closed', 3), ('against', 38), ('foreigners,', 3), ('compelled', 8), ('remain', 7), ('shelter', 14), ('foreign', 42), ('Concession', 1), ('Hankow.', 2), ('With', 12), ('public', 12), ('spirit', 8), ('unusual', 6), ('devoted', 5), ('immense', 14), ('revenues', 2), ('office', 11), ('modern', 6), ('development', 3), ('resources', 4), ('vice-kingdom.', 1), ('He', 153), ('erected', 11), ('gigantic', 4), ('cotton-mill', 1), ('thirty-five', 6), ('thousand', 17), ('spindles,', 1), ('covering', 3), ('six', 29), ('acres', 5), ('lit', 4), ('electric', 2), ('light,', 2), ('reservoir', 1), ('half.', 2), ('built', 32), ('mint.', 1), ('At', 77), ('Hanyang', 1), ('magnificent', 7), ('iron-works', 1), ('blast', 1), ('furnaces', 1), ('cover', 4), ('latest', 1), ('machinery.', 1), ('iron', 5), ('coal', 3), ('mines,', 1), ('railway', 3), ('seventeen', 8), ('mines', 3), ('river,', 33), ('specially', 5), ('constructed', 5), ('river-steamers', 1), ('special', 6), ('hoisting', 1), ('machinery', 2), ('river-banks.', 1), ('Money', 4), ('poured', 2), ('out', 102), ('like', 73), ('water;', 3), ('probably', 11), ('leave', 6), ('poor', 57), ('man.', 8), ('Acting', 1), ('private', 14), ('secretary', 3), ('clever', 4), ('named', 7), ('Kaw', 3), ('Hong', 8), ('Beng,', 2), ('author', 2), ('_Defensio', 1), ('Populi_,', 1), ('often-quoted', 1), ('attack', 1), ('upon', 66), ('methods', 9), ('appeared', 8), ('_The', 3), ('North', 2), ('Daily', 2), ('News_.', 1), ('linguist', 2), ('ability,', 1), ('publishes', 1), ('News_', 1), ('translations', 1), ('Heine', 1), ('verse,', 1), ('gifted', 1), ('rare', 14), ('command', 8), ('English.', 10), ('Master', 1), ('Arts', 1), ('University', 5), ('Edinburgh.', 1), ('Yet,', 3), ('strange', 11), ('paradox,', 1), ('notwithstanding', 2), ('privilege', 7), ('being', 104), ('trained', 10), ('pious', 5), ('earnest', 9), ('community', 7), ('United', 18), ('Kingdom,', 1), ('lights', 2), ('Presbyterian', 1), ('Kirk,', 3), ('Free', 1), ('Episcopalian', 4), ('Church,', 2), ('_The_', 1), ('mention', 2), ('varied', 5), ('assortment', 3), ('Dissenting', 1), ('Churches', 1), ('less', 25), ('dubious', 2), ('orthodoxy,', 1), ('openly', 2), ('hostile', 1), ('introduction', 4), ('Christianity', 2), ('And', 62), ('nowhere', 1), ('opposition', 2), ('intense', 2), ('valley.', 7), ('intensity', 1), ('thoughtful', 4), ('greater', 15), ('hope', 16), ('ultimate', 2), ('conversion', 6), ('portion', 6), ('say', 28), ('better', 26), ('aid', 5), ('success', 14), ('mere', 5), ('apathy.', 1), ('During', 17), ('met', 43), ('numbers', 20), ('classes,', 4), ('cities', 6), ('Peking', 11), ('Canton,', 4), ('unanimously', 1), ('satisfaction', 2), ('progress', 8), ('making', 9), ('Expressed', 1), ('succinctly,', 1), ('harvest', 6), ('described', 9), ('fraction', 2), ('Chinamen', 7), ('If,', 4), ('however,', 18), ('paid', 36), ('ordained', 2), ('unordained', 1), ('native', 41), ('helpers', 1), ('added', 6), ('missionaries,', 11), ('find', 32), ('aggregate', 2), ('body', 25), ('converts', 15), ('nine-tenths', 1), ('Chinaman', 58), ('worker', 1), ('annum;', 1), ('deprecate', 1), ('work', 67), ('judged', 4), ('statistics.', 1), ('There', 98), ('1511', 1), ('Protestant', 5), ('labouring', 2), ('Empire;', 1), ('and,', 89), ('estimating', 1), ('results', 5), ('statistics', 2), ('previous', 3), ('published', 5), ('_Chinese', 1), ('Recorder_,', 1), ('gathered', 20), ('year', 27), ('(1893)', 2), ('fold', 2), ('3127', 1), ('Chinese--not', 1), ('whom', 52), ('feared', 9), ('genuine', 3), ('Christians--at', 1), ('_L350,000_,', 1), ('sum', 3), ('equal', 15), ('combined', 8), ('incomes', 1), ('ten', 34), ('London', 8), ('hospitals.', 1), ('itself', 10), ('swarms', 2), ('"who', 4), ('unhappily', 2), ('divided', 4), ('sects,', 2), ('foreigner', 15), ('bewildered', 1), ('number,', 3), ('let', 14), ('alone', 12), ('heathen', 13), ('accredited."', 1), ('(Medhurst.)', 1), ('Dwelling', 1), ('well-deserved', 2), ('comfort', 8), ('around', 4), ('settlement,', 1), ('there', 238), ('members', 12), ('Missionary', 15), ('Society,', 10), ('Tract', 2), ('Local', 1), ('British', 29), ('Foreign', 3), ('Bible', 13), ('National', 1), ('Society', 4), ('Scotland,', 1), ('Society;', 1), ('Quaker', 1), ('Baptist,', 1), ('Wesleyan,', 1), ('Independent', 1), ('means;', 1), ('Church', 6), ('Board', 4), ('Missions,', 1), ('High', 3), ('Episcopal', 1), ('Mission;', 1), ('Medical', 1), ('Mission', 33), ('connection', 3), ('flourishing', 4), ('French', 35), ('bishop,', 1), ('"_Missions', 1), ('etrangeres', 1), ('de', 12), ('Paris_,"', 1), ('Franciscan', 1), ('Fathers,', 1), ('Italian,', 1), ('Spanish', 3), ('Order', 2), ('St.', 5), ('Augustine.', 1), ('Inland', 35), ('central', 4), ('station', 7), ('headquarters', 8), ('Scandinavian', 1), ('Mission,', 27), ('Danish', 3), ('an', 335), ('unattached', 1), ('mission,', 15), ('Danish.', 1), ('Where', 5), ('missions,', 1), ('holding', 5), ('such', 48), ('widely', 6), ('divergent', 3), ('views,', 2), ('suppose,', 1), ('inevitable', 6), ('each', 54), ('mission', 52), ('should', 46), ('disfavour', 2), ('done', 34), ('neighbours,', 1), ('doubts', 1), ('expediency', 1), ('methods,', 1), ('reasonable', 6), ('misgivings', 1), ('genuineness', 1), ('conversions.', 1), ('"Rice', 2), ('Christians,"', 2), ('those', 40), ('spurious', 3), ('Christians', 2), ('become', 22), ('converted', 9), ('return', 21), ('rice,', 8), ('just', 28), ('profit', 3), ('differences', 2), ('opinion,', 2), ('who,', 19), ('timely', 1), ('lapses', 2), ('grace,', 5), ('succeed', 2), ('turn', 12), ('missions', 2), ('Augustins', 1), ('Quakers.', 1), ('Every', 20), ('visitor', 2), ('other', 105), ('open', 48), ('ports,', 3), ('supporter', 1), ('effort,', 3), ('pleased', 6), ('preconceived', 1), ('notions', 1), ('hardships', 4), ('discomforts', 2), ('port', 6), ('entirely', 9), ('false.', 2), ('Comfort', 1), ('pleasures', 3), ('any', 138), ('country.', 13), ('Among', 6), ('comfortable', 9), ('residences', 2), ('quarters', 8), ('missionaries;', 2), ('right', 19), ('possible', 8), ('discomfort--missionaries', 1), ('sacrificing', 2), ('prepared', 11), ('undergo', 2), ('hardship', 1), ('bring', 14), ('enlightenment', 1), ('land', 19), ('darkness.', 4), ('Padres', 1), ('Agustinos', 1), ('smoked', 6), ('cigarette', 1), ('Padres,', 1), ('exchanged', 5), ('reminiscences', 1), ('Valladolid', 1), ('Barcelona.', 1), ('well', 62), ('conceive,', 1), ('having', 32), ('extreme', 5), ('dirtiness', 1), ('premises,', 2), ('little', 96), ('Spaniard', 1), ('alter', 3), ('ways', 3), ('order', 17), ('make', 34), ('them', 110), ('conform', 1), ('ancient', 5), ('civilisation', 9), ('concession', 1), ('embankment', 7), ('lined', 3), ('buildings.', 2), ('rise', 8), ('fall', 7), ('between', 36), ('summer', 8), ('levels', 1), ('nearly', 27), ('sixty', 12), ('feet.', 6), ('laps', 1), ('edge', 10), ('overflow', 1), ('concession;', 1), ('winter,', 2), ('broad', 19), ('steps', 16), ('lead', 5), ('water', 38), ('which,', 12), ('shrunk', 3), ('bed,', 8), ('still', 59), ('half', 37), ('mile', 13), ('width.', 4), ('Our', 11), ('consulate', 1), ('end', 11), ('embankment;', 1), ('remarkable', 11), ('municipal', 1), ('designed', 2), ('former', 6), ('City', 31), ('constable,', 1), ('hope,', 6), ('expert', 2), ('handcuffs', 1), ('pencil.', 1), ('PASSPORT.]', 1), ('interests', 2), ('protected', 6), ('Mr.', 68), ('Pelham', 1), ('Warren,', 2), ('Consul,', 2), ('ablest', 4), ('Service.', 3), ('registered', 4), ('Consulate', 1), ('subject', 10), ('obtained', 8), ('passport', 5), ('Treaty', 3), ('Tientsin', 5), ('Hupeh,', 2), ('Szechuen,', 13), ('Kweichow,', 4), ('Yunnan,', 52), ('available', 5), ('date', 6), ('issue.', 1), ('servant.', 2), ('English-speaking', 2), ('"boy,"', 1), ('hearing', 4), ('one,', 5), ('recommend', 1), ('"his', 3), ('flend,"', 1), ('assured', 9), ('same', 51), ('Englishman."', 1), ('"flend"', 1), ('found', 35), ('abashed,', 1), ('turned', 11), ('wrath', 2), ('saying', 8), ('through', 87), ('interpreter,', 7), ('"It', 10), ('true', 19), ('cannot', 30), ('speak', 32), ('language,', 7), ('gentleman', 7), ('month', 4), ('beautifully."', 1), ('come', 40), ('terms.', 2), ('embarked', 2), ('_Kweili_,', 2), ('triple-screw', 1), ('days', 46), ('later,', 6), ('21st,', 2), ('landed', 5), ('Ichang,', 6), ('inland', 9), ('steam.', 1), ('Ichang', 6), ('port;', 1), ('scene', 6), ('riot', 4), ('2nd,', 1), ('1891,', 2), ('settlement', 1), ('pillaged', 1), ('burnt', 3), ('mob,', 1), ('aided', 3), ('soldiers', 13), ('Chentai', 3), ('Loh-Ta-Jen,', 2), ('head', 18), ('military', 16), ('gave', 48), ('outbreak', 3), ('benefit', 5), ('connivance."', 1), ('Pleasant', 1), ('zest', 1), ('anticipation', 1), ('outbreak;', 1), ('excitement.', 1), ('From', 27), ('Chungking--a', 1), ('distance', 26), ('412', 1), ('miles--the', 1), ('part', 24), ('series', 5), ('rapids', 2), ('attempted', 7), ('ascend,', 1), ('contended', 1), ('difficulties', 6), ('navigation', 1), ('insuperable', 1), ('elevated', 2), ('horse-power.', 1), ('idea', 5), ('speed', 4), ('current', 11), ('fact', 12), ('junk,', 5), ('taking', 12), ('thirty', 17), ('do', 72), ('upward', 3), ('hauled', 4), ('gangs', 1), ('trackers,', 4), ('known', 40), ('down-river', 1), ('Believing', 1), ('thus', 32), ('save', 10), ('decided', 4), ('Chungking', 43), ('foot,', 9), ('engaged', 17), ('coolie', 20), ('accompany', 9), ('me.', 45), ('start', 7), ('Thursday', 1), ('afternoon;', 1), ('about', 40), ('midnight', 1), ('Wednesday', 1), ('Dr.', 43), ('Aldridge,', 1), ('Customs,', 6), ('persuaded', 1), ('risk', 4), ('going', 18), ('boat', 32), ('(a', 4), ('_wupan_),', 1), ('ordinary', 14), ('passenger', 2), ('junk', 10), ('_kwatze_),', 1), ('might,', 1), ('luck,', 1), ('reach', 9), ('soon', 18), ('Wanhsien', 9), ('land.', 2), ('Doctor', 1), ('man', 67), ('surprising', 2), ('energy.', 2), ('offered', 17), ('arrange', 1), ('everything', 6), ('6', 10), ("o'clock", 2), ('morning', 31), ('boat,', 5), ('selected', 5), ('(_laoban_),', 1), ('picked', 7), ('crew', 4), ('young', 33), ('men,', 25), ('undertook', 7), ('fifteen', 18), ('days,', 12), ('necessary', 2), ('instructions', 6), ('journey.', 17), ('All', 43), ('ready', 14), ('evening.', 2), ('written', 15), ('agreement', 20), ('laoban,', 2), ('drawn', 14), ('duly', 1), ('signed,', 1), ('clerk', 5), ('following', 18), ('translation', 6), ('transcribe', 2), ('literally:--', 1), ('Yang', 7), ('Hsing', 1), ('Chung', 1), ('(the', 12), ('laoban)', 1), ('hereby', 1), ('contracts', 2), ('convey', 3), ('M.', 11), ('conditions:--', 1), ('1.', 2), ('passage-money', 1), ('agreed', 8), ('28,000', 1), ('cash', 82), ('(_L2', 1), ('16s._),', 1), ('includes', 3), ('charges.', 3), ('2.', 2), ('If', 32), ('twelve', 11), ('master', 6), ('32,500', 1), ('instead;', 1), ('if', 106), ('thirteen', 8), ('31,000,', 1), ('28,000.', 1), ('3.', 2), ('does', 27), ('duty', 6), ('satisfactorily,', 1), ('30,000', 2), ('cash,', 22), ('gets', 2), ('days.', 15), ('4.', 2), ('14,000', 1), ('advanced', 6), ('starting;', 1), ('remainder', 3), ('arrival', 13), ('Chungking.', 12), ('(Signed)', 1), ('YANG', 1), ('HSING', 1), ('CHUNG.', 1), ('Dated', 1), ('17th', 2), ('2nd', 1), ('moon,', 1), ('K,', 1), ('shui', 1), ('20th', 2), ('year.', 5), ('wrote', 8), ('speaks', 8), ('Englishmen.', 1), ('ICHANG', 1), ('KIANG.', 1), ('morning;', 1), ('afternoon', 11), ('busy,', 1), ('p.m.', 1), ('Customs', 13), ('pontoon.', 1), ('wupan', 1), ('(five', 2), ('boards),', 1), ('28', 2), ('feet', 60), ('drawing', 4), ('inches.', 1), ('Its', 17), ('sail', 6), ('wing', 1), ('butterfly,', 1), ('transverse', 2), ('ribs', 1), ('light', 10), ('bamboo;', 1), ('stern', 6), ('shaped', 2), ('"like', 3), ("swallow's", 1), ('wings', 2), ('rest."', 1), ('improvised', 3), ('mats', 1), ('amidships', 1), ('crib;', 1), ('spare', 5), ('mats,', 2), ('slipt', 1), ("boat's", 1), ('hood,', 1), ('coverings', 1), ('night', 25), ("for'ard", 1), ('aft', 1), ('two.', 3), ('seemed', 24), ('frail', 1), ('craft', 1), ('face', 20), ('dangers', 3), ('cataracts,', 1), ('manned', 2), ('river.', 21), ('pitch', 1), ('dark', 10), ('paddled', 3), ('stream', 14), ('amidst', 1), ('discharge', 1), ('crackers.', 2), ('As', 32), ('passed', 48), ('wish', 16), ('_bon', 1), ('voyage_,', 1), ('revolver', 3), ('emptied', 1), ('darkness', 4), ('propitiate', 1), ('god.', 1), ('sterns', 3), ('countless', 3), ('junks,', 2), ('walled', 15), ('crossing', 5), ('bank,', 13), ('fast', 6), ('waited', 10), ('begin', 5), ('our', 108), ('river;', 4), ('quiet;', 1), ('heart,', 8), ('doubt', 17), ('whatever', 5), ('effort', 5), ('fulfil', 1), ('contract.', 1), ('daylight', 5), ('again', 35), ('entered', 22), ('gorges', 3), ('where', 137), ('cleft', 5), ('mountains.', 7), ('clear', 2), ('sunny', 3), ('sky,', 2), ('flowing', 1), ('smoothly', 1), ('reflecting', 1), ('deeply', 9), ('lofty', 10), ('rugged', 3), ('hills', 13), ('steeply', 2), ("water's", 2), ('edge,', 2), ('model', 4), ('crew,', 1), ('lie', 6), ('ease', 3), ('wrapped', 2), ('pukai', 3), ('watch', 2), ('junks', 9), ('lazily', 2), ('falling', 5), ('largest', 8), ('"dwarfed', 1), ('colossal', 2), ('dimensions', 1), ('surrounding', 2), ('scenery', 1), ('size', 10), ('sampans,"', 1), ('fishing', 2), ('boats,', 1), ('noiseless', 1), ('gentle', 3), ('creaking', 1), ('sheers', 1), ('dip-net,', 1), ('silently', 1), ('working', 9), ('waters', 4), ('bank.', 6), ('Ping-shan-pa', 2), ('outstation', 1), ('Maritime', 5), ('seafaring', 1), ('cockatoo', 1), ('farmer', 1), ('South', 4), ('Australia,', 9), ('drove', 1), ('team', 1), ('bullocks', 1), ('Mount', 2), ('Brown', 1), ('diggings.', 1), ('lives', 10), ('comfortably', 2), ('house-boat', 1), ('moored', 6), ('Englishmen', 4), ('married', 6), ('distinct', 2), ('girl.', 2), ('His', 35), ('wife', 17), ('prettiest', 1), ('girls', 10), ('Nanking,', 1), ('talks', 1), ('delightfully', 1), ('musical', 2), ('voice', 4), ('pleasant', 23), ('listen', 3), ('to.', 5), ('confess', 7), ('agree', 12), ('writer', 2), ('regarding', 2), ('"the', 14), ('smile', 1), ('woman', 18), ('inexpressibly', 2), ('charming."', 1), ('considered', 7), ('beautiful', 24), ('Europe.', 2), ('attractiveness', 1), ('lady', 6), ('theme', 1), ('writers,', 1), ('but,', 20), ('speaking', 12), ('impartial', 1), ('observer', 1), ('both', 35), ('Japan', 3), ('never', 70), ('able', 8), ('decision', 2), ('feature', 8), ('superior', 12), ('her', 129), ('sister.', 1), ('She', 22), ('shoulders', 2), ('above', 41), ('Japanese;', 1), ('she', 58), ('intellectual,', 1), ('or,', 13), ('rather,', 3), ('capable', 5), ('intellectual', 5), ('development;', 1), ('incomparably', 1), ('chaste', 2), ('modest.', 1), ('prettier,', 1), ('sweeter,', 1), ('trustworthy', 1), ('misshapen', 1), ('cackling', 1), ('dot', 2), ('black', 11), ('teeth', 4), ('asked', 25), ('admire', 1), ('beauty.', 3), ('early', 31), ('impressed', 4), ('contrast', 2), ('freedom', 1), ('apparent', 5), ('immorality', 1), ('cities,', 2), ('especially', 14), ('flaunting', 1), ('indecency', 1), ('_Yoshiwaras_', 1), ('Japan,', 3), ('"their', 3), ('teeming,', 1), ('seething,', 1), ('busy', 6), ('mass', 4), ('women,', 9), ('whose', 69), ('virtue', 9), ('industry', 3), ('vice."', 1), ('admired', 1), ('poetically', 2), ('referred', 1), ('"three-inch', 2), ('gold', 28), ('lilies,"', 1), ('eyes', 14), ('very', 79), ('unpleasant', 2), ('deformity--but', 1), ('still,', 2), ('deformity,', 2), ('walk', 19), ('comely', 1), ('gait', 1), ('shambles', 1), ('ungracefully', 1), ('bent', 3), ('legs,', 4), ('scraping', 2), ('wooden-soled', 1), ('slippers', 1), ('pavement', 1), ('noise', 7), ('sets', 1), ('edge.', 1), ('"Girls', 1), ('flowers,"', 1), ('willow.', 1), ('bound', 9), ('short', 14), ('beautifully', 3), ('mincing', 1), ('steps,', 3), ('swaying', 1), ('gracefully,', 1), ('showing', 6), ('persons', 6), ('respectability."', 1), ('Apart', 1), ('Manchus,', 1), ('dominant', 1), ('race,', 2), ('women', 23), ('bind', 1), ('feet,', 5), ('Those', 2), ('either,', 1), ('generally,', 3), ('ladies', 6), ('easy', 11), ('slave', 5), ('girls.', 1), ('And,', 6), ('Christian', 23), ('girl', 10), ('allowed', 6), ('bound.', 1), ('Leaving', 7), ('stiff', 1), ('breeze', 2), ('favour', 10), ('slowly', 3), ('stemmed', 1), ('current.', 4), ('Look', 4), ('side,', 5), ('think', 17), ('doing', 10), ('knots', 1), ('hour', 16), ('more,', 4), ('shore', 3), ('close', 12), ('kept', 20), ('escape', 9), ('current,', 2), ('saw', 52), ('gradually', 6), ('felt', 9), ('along.', 1), ('double', 12), ('row', 4), ('mat', 1), ('sheds', 5), ('filled', 10), ('huge', 22), ('coils', 4), ('bamboo', 32), ('rope', 3), ('thicknesses,', 1), ('laoban', 13), ('ashore', 7), ('purchase', 7), ('towline;', 2), ('took', 19), ('1000', 13), ('(about', 1), ('shillings),', 1), ('coil', 2), ('100', 18), ('yards', 8), ('length', 9), ('600', 1), ('change.', 3), ('plaited', 1), ('bamboo,', 2), ('thick', 6), ('middle', 7), ('finger,', 1), ('tough', 2), ('whalebone.', 1), ('country', 44), ('terraced', 4), ('everywhere', 18), ('gardens.', 2), ('satisfactory.', 1), ('drew', 3), ('coiled', 3), ('crib', 3), ('myself', 10), ('Space', 1), ('cramped,', 1), ('barely', 3), ('room', 46), ('stretch', 3), ('legs.', 2), ('My', 59), ('5', 4), ('inches', 4), ('square', 11), ('4', 6), ('high,', 5), ('behind,', 1), ('doors', 2), ('front,', 1), ('manage', 1), ('squeeze', 4), ('sideways', 1), ('round', 45), ('mast.', 1), ('Coir', 1), ('matting', 2), ('next', 19), ('floor', 6), ('boards,', 3), ('then', 63), ('quilt', 1), ('_pukai_),', 1), ('Scotch', 1), ('plaid', 1), ('Geelong.', 1), ('pillow', 1), ('hardest', 1), ('bed;', 1), ('portmanteau', 1), ('beside', 4), ('served', 7), ('desk;', 1), ('candle,', 1), ('wick', 1), ('wax,', 1), ('stuck', 3), ('turnip,', 1), ('light.', 2), ('This,', 1), ("day's", 14), ('us', 80), ('within', 32), ('sound', 2), ('worst', 6), ('rapid', 19), ('Hsintan,', 1), ('roar', 4), ('cataract', 3), ('hummed', 1), ('ears', 4), ('night.', 14), ('Early', 3), ('opposite', 6), ('side', 15), ('town', 46), ('Hsintan.', 1), ('exciting', 3), ('scene.', 1), ('swirling', 2), ('torrent', 3), ('thunder', 1), ('frothing', 1), ('cataract.', 2), ('Above,', 1), ('barriers', 2), ('rocks', 8), ('athwart', 2), ('stretched', 5), ('weir', 1), ('across', 35), ('damming', 1), ('deep', 13), ('behind', 16), ('strewn', 2), ('boulders.', 1), ('Groups', 1), ('trackers', 6), ('squatting', 1), ('devil', 2), ('cockleshell.', 1), ('Other', 4), ('standing', 11), ('side-stream', 1), ('split', 2), ('boulders', 2), ('narrow', 17), ('races,', 2), ('catching', 1), ('fish', 5), ('dexterity,', 1), ('dipping', 1), ('scoop-nets.', 1), ('rested', 12), ('smooth', 5), ('boys', 14), ('jumped', 4), ('laid', 11), ('hold', 9), ('it;', 6), ('boat-hook', 2), ('stood', 10), ('bow;', 1), ('tiller;', 1), ('cooped', 3), ('useless', 2), ('awning.', 1), ('started', 6), ('hauling', 1), ('pushed', 8), ('sea', 4), ('waters.', 1), ('quivered,', 1), ('leapt', 2), ('bow', 6), ('engulf', 1), ('us;', 5), ('obviously', 4), ('few.', 1), ('danced', 1), ('rapid.', 2), ('board', 10), ('shrieked', 1), ('excitedly', 4), ('towrope', 5), ('fouling--it', 1), ('caught', 7), ('rock--but', 1), ('voices', 5), ('heard;', 1), ('jerk;', 1), ('hindmost', 1), ('foul', 2), ('ran', 6), ('free', 9), ('late,', 3), ('beam', 1), ('frantically', 1), ('waved', 2), ('go,', 2), ('moment', 13), ('tossed', 1), ('bodily', 5), ('heeled', 1), ('gunwale', 1), ('under,', 2), ('suddenly,', 1), ('bowman', 1), ('Blondin,', 1), ('dropped', 4), ('boat-hook,', 1), ('unlash', 1), ('halyard;', 1), ('wave', 2), ('buried', 8), ('nose', 2), ('swamped', 1), ('kennel;', 1), ('heart', 13), ('stopped', 16), ('beating,', 2), ('scared', 2), ('wits,', 2), ('began', 9), ('strip', 2), ('off', 32), ('sodden', 1), ('clothes;', 1), ('set;', 1), ('miraculously', 1), ('fended', 1), ('rock,', 8), ("moment's", 1), ('hesitation,', 1), ('smashed', 3), ('bits', 1), ('boiling', 1), ('trough', 3), ('formed', 12), ('eddy', 1), ('below', 16), ('desperate', 2), ('slid', 1), ('danger', 3), ('Then', 22), ('laughed', 3), ('heartily.', 1), ('know,', 2), ('keen', 3), ('admiration', 3), ('calm', 2), ('dexterity', 1), ('baled', 1), ('second', 11), ('towrope--this', 1), ('keep', 10), ('control,', 1), ('mast,', 1), ('licensed', 2), ('pilot.', 1), ('Extra', 1), ('hired', 2), ('towlines,', 1), ('bodily--the', 1), ('swelling', 2), ('foaming', 2), ('bows--the', 1), ('torrent,', 1), ('ledge', 4), ('stretches', 2), ('entrance', 8), ('Mi', 2), ('Tsang', 3), ('Gorge.', 1), ('Two', 13), ('stupendous', 2), ('walls', 21), ('perpendicular,', 1), ('bold', 1), ('Mediterranean', 1), ('Rock', 2), ('Gibraltar', 1), ('seem', 10), ('folded', 1), ('"Savage', 1), ('cliffs', 1), ('these,', 2), ('tree', 3), ('scarcely', 7), ('blade', 3), ('grass', 11), ('grow,', 1), ('stream,', 5), ('rather', 19), ('heard', 27), ('seen,', 7), ('seems', 14), ('fretting', 1), ('vain', 1), ('efforts', 11), ('gloomy', 2), ('prison."', 1), ('gorge', 6), ('restrained,', 1), ('boats', 6), ('without', 55), ('difficulty.', 2), ('eerie', 1), ('glide', 1), ('sunless', 1), ('shut', 2), ('sidewalls', 1), ('rock.', 2), ('sandy', 3), ('spit', 1), ('west', 15), ('things', 18), ('order.', 2), ('watched', 4), ('disappear', 3), ('other,', 7), ('truth', 7), ('Hosie', 1), ('that,', 21), ('masts', 1), ('unshipped', 1), ('passage,', 1), ('"passing', 1), ('human', 14), ('freight', 1), ('eternity."', 1), ('immensely', 2), ('high', 27), ('declivity', 1), ('precipitous', 2), ('front', 8), ('us,', 20), ('strained', 1), ('at;', 1), ('summit', 1), ('precipice,', 3), ('farmsteads', 1), ('dotted,', 1), ('yard', 2), ('cultivation.', 2), ('So', 14), ('steep', 19), ('scanty', 6), ('soil', 7), ('must', 60), ('washed', 3), ('away,', 7), ('think,', 8), ('rains,', 1), ('adventurous', 1), ('goat', 1), ('dwell', 3), ('comfort.', 3), ('Enjeh,', 1), ('pointing', 4), ('mighty', 5), ('mass,', 1), ('said,', 29), ('"_Pin', 1), ('su', 1), ('chiao_;"', 1), ('whether', 9), ('words', 27), ('name', 22), ('place,', 5), ('intended', 4), ('magnificence,', 1), ('dealt', 1), ('question', 15), ('precariousness', 1), ('tenure', 2), ('heads,', 3), ('means', 16), ('determine.', 1), ('English,', 12), ('extent', 4), ('vocabulary;', 1), ('carefully', 5), ('eked', 1), ('signs', 6), ('gestures.', 1), ('flourcake,', 1), ('egg,', 1), ('chopsticks,', 1), ('opium,', 22), ('by-and-by,', 2), ('many,', 3), ('charcoal,', 1), ('cabbage,', 1), ('customs.', 2), ('chow,', 1), ('good,', 2), ('ashore,', 1), ('sit', 5), ('to-morrow,', 2), ('match,', 1), ('lamp,', 1), ('alright,', 1), ('piecee,', 1), ('goddam.', 1), ('exotic', 1), ('led', 21), ('consider', 3), ('synonymous', 2), ('"very', 2), ('good."', 1), ('misapplied.', 1), ('remember', 6), ('reading', 7), ('_Sydney', 1), ('Bulletin_,', 1), ('cook', 6), ('Sydney', 2), ('applying', 1), ('situation', 1), ('detailed', 5), ('mistress', 1), ('undeniable', 2), ('qualifications,', 1), ('concluding', 1), ('memorable', 1), ('announcement,', 1), ('Clistian', 1), ('mum;', 1), ('eat', 8), ('beef;', 1), ('goddam."', 1), ('village', 41), ('us.', 15), ('villagers', 1), ('strolled', 2), ('children', 29), ('background', 1), ('"_Yang', 6), ('kweitze_"', 4), ('(foreign', 4), ('devil).', 3), ('Below', 2), ('sand,', 2), ('remains', 4), ('confiscated', 2), ('smuggling', 2), ('salt;', 1), ('sawn', 1), ('Salt', 4), ('Government', 20), ('monopoly', 2), ('spot.', 3), ('Kueichow,', 1), ('Here', 12), ('infinite', 2), ('difficulty', 13), ('passing', 11), ('rapids,', 2), ('crossed', 19), ('recrossed', 1), ('several', 9), ('times.', 1), ('sat', 14), ('stripped', 2), ('shivering,', 1), ('shipwreck', 1), ('certain,', 1), ('drowned', 1), ('rat.', 1), ('cool', 2), ('daring', 2), ('boys,', 3), ('nicety', 1), ('judgment', 1), ('remarkable.', 1), ('Creeping', 1), ('knocked', 1), ('out,', 8), ('worked', 9), ('exact', 3), ('point', 22), ('feasible,', 1), ('balanced', 3), ('clipping', 1), ('breeze,', 1), ('demons', 2), ('oars,', 1), ('strokes,', 1), ('stamping', 1), ('shot', 4), ('rock', 6), ('missed', 1), ('mouth', 5), ('drawn,', 1), ('mysteriously', 1), ('swung', 7), ('glided', 1), ('lee', 1), ('bow-rope,', 1), ('others', 9), ('scull', 1), ('upper', 3), ('steadying', 1), ('dash', 1), ('across,', 1), ('fiends', 1), ('Standing', 1), ('stern,', 1), ('managing', 2), ('sheet', 3), ('tiller,', 1), ('pole', 3), ('ready,', 2), ('yelled', 4), ('stamped', 2), ('excitement;', 2), ('towards', 14), ('edging', 1), ('on,', 11), ('destruction', 7), ('threatened', 1), ('over,', 3), ('back-wash', 1), ('shelter.', 1), ('splendid', 12), ('skill', 5), ('thing,', 2), ('time,', 14), ('unerring', 1), ('certainty.', 1), ('Yehtan', 2), ('rapid,', 5), ('Hsintan', 3), ('summer,', 1), ('haul', 1), ('water--they', 1), ('plainly', 3), ('insufficient.', 1), ('While', 9), ('hanging', 7), ('extra', 3), ('services.', 3), ('They', 108), ('bargain', 1), ('advantage.', 1), ('case', 30), ('"of', 5), ('price', 15), ('pig', 1), ('killed."', 1), ('But,', 11), ('terms,', 3), ('moment.', 3), ('Here,', 2), ('dangerous', 2), ('lifeboat', 1), ('stationed.', 1), ('beam,', 1), ('painted', 10), ('red.', 1), ('sailors', 3), ('eighty', 9), ('(_2d._)', 1), ('day,', 22), ('rewarded', 4), ('save,', 1), ('800', 2), ('corpse.', 1), ('Wushan', 2), ('Gorge,', 4), ('"Witches\'', 1), ('Gorge,"', 1), ('extends', 4), ('Kuantukou', 1), ('Wushan-hsien,', 2), ('twenty', 18), ('miles,', 13), ('longest', 3), ('Directly', 1), ('facing', 6), ('emerged', 4), ('Wushan-hsien.', 1), ('guardian', 3), ('pagoda,', 4), ('stories', 2), ('upturned', 2), ('gables,', 1), ('rim', 2), ('hat,', 2), ('down-stream', 1), ('prevents', 1), ('wealth', 4), ('prosperity', 6), ('swept', 2), ('city.', 27), ('Beyond', 4), ('Before', 6), ('wind', 7), ('boldly', 1), ('determined', 7), ('stronger,', 1), ('hung', 9), ('calling', 4), ('whistling', 1), ('wind,', 2), ('flagged', 5), ('moment;', 2), ('tension', 2), ('removed,', 1), ('rocks;', 1), ('shallow,', 1), ('trice', 1), ('boat-sides.', 1), ('poling', 1), ('pulling', 2), ('crept', 2), ('Never', 4), ('confusion,', 3), ('stroke.', 1), ('To', 31), ('hear', 7), ('jabber', 1), ('unintelligible', 3), ('speech', 3), ('pictured', 1), ('disorder,', 1), ('disaster,', 4), ('wild', 8), ('act', 7), ('witnessed', 4), ('coolness,', 1), ('skill,', 2), ('rarely', 10), ('before.', 2), ('young.', 1), ('twenty,', 2), ('physical', 7), ('gladden', 1), ('maiden', 2), ('condescends', 1), ('select', 2), ('mother', 12), ('children.', 6), ('Junks', 1), ('slow', 5), ('towpath', 1), ('present', 29), ('level', 13), ('Barefooted', 1), ('often', 35), ('hundred', 37), ('gang,', 1), ('clamber', 1), ('pack', 6), ('hounds', 1), ('full', 33), ('cry,"', 1), ('coupling', 1), ('shoulder', 2), ('singing', 3), ('chorus,', 1), ('towing', 1), ('quarter', 4), ('astern', 1), ('them.', 20), ('intervenes', 1), ('strain', 1), ('bondmen', 1), ('towrope;', 1), ('line', 10), ('creaks', 1), ('enormous', 8), ('holds', 4), ('fast.', 2), ('On', 50), ('drum', 1), ('tattoo', 3), ('beaten', 3), ('fire-crackers', 1), ('off,', 3), ('dozen', 18), ('ironshod', 1), ('bamboos', 4), ('sheer', 2), ('vessel', 2), ('obstruction.', 1), ('Contrast', 1), ('toilsome', 1), ('slowness', 1), ('down-stream.', 1), ('mast', 1), ('shipped;', 1), ('prodigious', 4), ('bow-sweep', 2), ('projects', 1), ('low', 11), ('bowsprit;', 1), ('deck', 1), ('covered', 13), ('midships', 1), ('arched', 5), ('mat-roof;', 1), ('awning;', 1), ('score', 3), ('boatmen,', 1), ('yulos,', 1), ('looking', 9), ('whaleback', 1), ('races', 4), ('rapids.', 2), ('Kweichou-fu,', 3), ('Upper', 10), ('Yangtse.', 5), ('Just', 3), ('Feng-hsiang', 3), ('Gorge', 2), ('"Windbox', 1), ('Gorge"', 1), ('mountains', 11), ('twain', 1), ('pass', 14), ('province', 41), ('Hupeh.', 1), ('Kweichou', 4), ('prefectural', 1), ('meets', 2), ('Szechuen;', 1), ('reason', 11), ('required', 6), ('might', 31), ('take', 34), ('viseed', 1), ('magistrate.', 2), ('officials', 15), ('searched', 1), ('contraband', 1), ('goods.', 2), ('returned,', 2), ('station.', 1), ('clawed', 1), ('hooked', 2), ('Szechuen', 17), ('arrested', 6), ('likin', 6), ('charge.', 2), ('again,', 9), ('third', 16), ('likin-barrier,', 2), ('squeezed.', 1), ('After', 9), ('permitted', 10), ('continue', 4), ('rest', 11), ('whenever', 3), ('eye', 9), ('raised', 11), ('fingers', 9), ('rueful', 1), ('shake', 1), ('"Kweichou', 1), ('haikwan', 1), ('(customs)', 1), ('good";', 1), ('swore,', 1), ('doubt.', 1), ('smallest', 4), ('sailing', 1), ('ferry', 4), ('tenders', 1), ('larger', 13), ('towline.', 1), ('These', 11), ('carry', 25), ('vertically', 2), ('rowing,', 1), ('poling,', 1), ('tracking', 2), ('beat', 2), ('Anping', 1), ('passed--a', 1), ('landscape', 3), ('red', 16), ('rich', 22), ('green', 8), ('pastures,', 1), ('groves', 6), ('cypress,', 1), ('pretty', 31), ('farmhouses', 3), ('overhanging', 2), ('eaves', 4), ('picturesque', 4), ('temples', 14), ('wooded', 3), ('glens.', 1), ('Chipatzu', 1), ('blocks', 8), ('stone', 18), ('resting', 5), ('noble', 12), ('brow', 3), ('natural', 10), ('rock;', 1), ('characters', 12), ('cut', 27), ('stone;', 2), ('glory', 4), ('departed', 2), ('straggling', 3), ('huts', 3), ('lowest', 1), ('sand', 4), ('shingle,', 1), ('meagre', 1), ('bands', 1), ('puddlers', 1), ('washing', 1), ('cradle', 1), ('rockers.', 1), ('judge,', 1), ('shabbiness', 1), ('surroundings', 2), ('fear', 6), ('gains', 1), ('disturb', 6), ('equilibrium', 1), ("world's", 2), ('yield.', 1), ('CHUNGKING.', 1), ('daylight,', 2), ('March', 7), ('1st,', 2), ('abreast', 2), ('storied', 2), ('position,', 4), ('commanding', 5), ('approach', 3), ('brings', 1), ('fortune', 8), ('Wanhsien.', 1), ('this--the', 1), ('chocolate', 1), ('richly', 6), ('tilled,', 1), ('sides', 12), ('dotted', 1), ('cedar,', 1), ('variety', 6), ('fields,', 5), ('blazing', 2), ('patches', 4), ('yellow', 11), ('rape-seed.', 2), ('swift,', 1), ('shallow', 1), ('tracking,', 1), ('constantly', 4), ('aground', 1), ('shingle;', 1), ('rounded', 1), ('point,', 3), ('half-way', 4), ('himself', 28), ('best', 32), ('me;', 7), ('jubilant', 1), ('bringing', 3), ('quickly.', 3), ('"Sampan', 1), ('one!', 1), ('goddam!"', 1), ('said;', 2), ('hands,', 6), ('show', 10), ('pointed', 12), ('passing,', 1), ('counted', 8), ('fifteen,', 2), ('whereby', 2), ('demonstrating', 1), ('gone', 10), ('his,', 1), ('instead', 22), ('seven.', 1), ('kinds', 3), ('on.', 13), ('Many', 13), ('vessels,', 1), ('hulls', 1), ('Aberdeen', 1), ('clipper.', 1), ('flags,', 2), ('exempt', 3), ('duties,', 1), ('capricious', 1), ('imposition,', 1), ('general', 6), ('cent.', 13), ('_ad', 3), ('valorem_', 2), ('cargoes,', 1), ('levied', 2), ('collected', 9), ('either', 21), ('Ichang.', 1), ('boathooks', 1), ('paddle,', 1), ('outer', 4), ('rudders', 1), ('till', 44), ('landing', 4), ('place.', 4), ('bevy', 1), ('washing,', 2), ('beating', 3), ('hardy', 1), ('garments', 7), ('wooden', 14), ('flappers', 1), ('stones;', 1), ('ceased', 4), ('devil,', 4), ('uncouth', 1), ('garb,', 1), ('stepped', 2), ('midst.', 2), ('friendly', 13), ('garb.', 1), ('know', 11), ('this,', 9), ('European.', 1), ('spontaneous', 1), ('welcome', 6), ('city;', 3), ('receive', 14), ('another.', 1), ('creek', 8), ('separates', 5), ('east', 2), ('beyond', 30), ('west.', 1), ('washerwomen.', 1), ('Boys', 2), ('ragamuffins', 1), ('shipping', 1), ('yelling:', 1), ('kweitze,', 1), ('Behind', 2), ('booths', 1), ('story-teller', 1), ('crowd;', 2), ('crowd', 23), ('hill,', 5), ('yelling', 3), ('howling', 1), ('familiarity', 1), ('offensive', 2), ('sensitive', 1), ('stranger.', 4), ('sturdy', 5), ('boy', 10), ('wished', 18), ('produce', 6), ("admiral's", 1), ('ensign,', 1), ('fool', 2), ('serve', 2), ('yet.', 1), ('taunting', 1), ('noisy', 4), ('enjoyed', 3), ('demonstration.', 1), ('crowd,', 3), ('opinion', 9), ('conduct', 8), ('moral', 4), ('relations', 1), ('mothers,', 1), ('resignation', 1), ('induced', 3), ('contemplate', 1), ('hyperpyretic', 1), ('posthumous', 2), ('existence;', 1), ('borrowing', 1), ('imprecation,', 1), ('ventured', 1), ('express', 3), ('souls', 2), ('earth', 8), ('bodies', 6), ('hogs,', 1), ('habitations', 2), ('meet', 11), ('useless.', 2), ('smiling', 5), ('face,', 3), ('rage', 1), ('procession', 1), ('bridge', 15), ('places', 7), ('enthusiastic', 2), ('gathering.', 1), ('jostling', 1), ('up-stream', 1), ('singular', 2), ('bridge,', 10), ('creek,', 2), ('span,', 1), ('rains', 7), ('swell', 1), ('navigable', 5), ('climbed', 9), ('entering', 7), ('dirty', 6), ('street', 22), ('main', 27), ('thoroughfare,', 1), ('shops', 2), ('emptying', 1), ('Mohammedan', 18), ('Mosque,', 2), ('Roman', 6), ('Catholic', 12), ('Temple,', 6), ('house', 15), ('slipped', 3), ('court', 8), ('door', 8), ('shut,', 1), ('home', 19), ('pigtailed', 1), ('celestial', 2), ('receiving', 3), ('Hope', 2), ('Gill.', 1), ('clothes', 2), ('learnt', 7), ('caused', 6), ('manifestation', 1), ('honour.', 3), ('street,', 6), ('waiting', 14), ('disappointed', 2), ('themselves.', 2), ('meantime', 2), ('resumed', 1), ('"Look,"', 2), ('people', 46), ('"at', 2), ('foreigner;', 1), ('dress,', 4), ('queue.', 1), ('queue,', 3), ('false."', 1), ('hat', 3), ('scratch', 1), ('head.', 3), ('shouted', 3), ('queue;', 1), ('hat."', 1), ('follow', 9), ('Missionaries', 5), ('Sydney.', 1), ('opened', 11), ('years,', 12), ('fairly', 2), ('successful,', 1), ('completely', 3), ('unsuccessful,', 1), ('according', 8), ('view', 9), ('inquirer.', 1), ('Gill,', 4), ('senior', 2), ('member', 5), ('man,', 18), ('works', 26), ('discouraging', 1), ('task', 2), ('enthusiasm', 1), ('devotion', 2), ('praise.', 1), ('Premillennialist,', 1), ('preaches', 1), ('ceasing', 2), ('throughout', 8), ('preaching', 2), ('indiscriminate.', 1), ('method', 16), ('sarcastically', 1), ('likened', 1), ('best-known', 1), ('aphorisms,', 1), ('unavailing', 2), ('"blind', 1), ('fowl', 1), ('picking', 6), ('random', 1), ('worms."', 1), ('Nearly', 2), ('doctrine', 3), ('unintelligibility,', 1), ('refuse', 4), ('saved.', 1), ('cholera', 2), ('epidemic', 1), ('brave', 13), ('post;', 1), ('refused', 10), ('call', 3), ('attend', 5), ('sick', 6), ('dying,', 2), ('own,', 5), ('saved', 6), ('lives.', 1), ('reward?', 1), ('disinterested', 2), ('love', 15), ('fellows,', 6), ('undoubted', 4), ('motive,', 1), ('accumulate', 3), ('merit', 9), ('invisible', 2), ('grave.', 1), ('"Gratitude,"', 1), ('says', 39), ('"is', 6), ('condition', 10), ('mind,', 2), ('incapable', 3), ('existence', 2), ('Chinaman."', 1), ('Yet', 13), ('possess', 5), ('livelier', 1), ('gratitude', 4), ('Chinaman,', 16), ('manifest', 3), ('sincerity.', 1), ('"If', 5), ('compared', 4), ('croaking', 1), ('frog,', 1), ('heed', 2), ('not,', 6), ('freely', 11), ('feelings', 5), ('heart,"', 1), ('actual', 6), ('addressed', 6), ('grateful', 7), ('patient', 4), ('medical', 9), ('you,', 9), ('Smith,', 9), ('"that', 7), ('because', 38), ('exhibit', 1), ('feel', 5), ('dumb', 2), ('swallows', 1), ('tooth', 1), ('inside."', 1), ('Since', 3), ('foundation', 2), ('1887,', 1), ('conducted', 8), ('perseverance.', 1), ('are,', 9), ('unfortunately,', 2), ('converts,', 8), ('hopeful', 2), ('"inquirers,"', 1), ('speedy', 2), ('likely', 4), ('obtain', 10), ('employment', 3), ('afterwards.', 2), ('argue', 3), ('way;', 4), ('quote', 4), ('used', 23), ('Rev.', 51), ('G.', 10), ('L.', 2), ('Mason', 1), ('Conference', 5), ('1890,', 4), ('"if', 5), ('teacher', 6), ('care', 7), ('bodies,', 2), ('seek', 3), ('salvation', 3), ('souls."', 1), ('"The', 21), ('(derived', 1), ('Buddhism)', 1), ('universally', 6), ('prevalent', 3), ('China,"', 7), ('W.', 11), ('Mateer,', 2), ('everyone', 2), ('enters', 2), ('sect', 1), ('live', 21), ('it....', 1), ('becomes', 3), ('expects', 1), ('Christianity."', 1), ('inquirers', 1), ('knowledge', 16), ('doctrine.', 1), ('Now', 8), ('write', 5), ('unkindly,', 1), ('poor,', 6), ('wretched,', 1), ('ragged', 7), ('coolie,', 2), ('sells', 1), ('commonest', 1), ('gritty', 1), ('cakes', 4), ('rickety', 2), ('stall', 5), ('corner', 6), ('neither', 2), ('read', 11), ('nor', 12), ('write,', 3), ('belongs', 2), ('humble', 7), ('blunted', 4), ('intelligence.', 1), ('fellow', 9), ('father', 22), ('three,', 3), ('child,', 3), ('deaf', 1), ('dumb.', 1), ('fondness', 1), ('tempts', 1), ('fruit', 1), ('toil,', 1), ('district', 19), ('teaching,', 2), ('nurses', 1), ('vague', 1), ('teachers', 2), ('regard', 9), ('adequately', 1), ('converted,', 2), ('restore', 1), ('offspring.', 3), ('scant', 1), ('harvest.', 3), ('dinner', 4), ('troop', 1), ('beggars,', 2), ('bowl', 6), ('rice', 23), ('garbage', 2), ('stick,', 1), ('tattered', 1), ('rags', 6), ('loins--they', 1), ('poorest', 1), ('seen.', 2), ('beggars', 6), ('midday', 5), ('meal', 3), ('"Wanhsien', 1), ('Ragged', 1), ('Homes."', 1), ('institutions', 1), ('relief', 5), ('destitute;', 1), ('supported', 5), ('charity,', 1), ('average', 14), ('annual', 6), ('income', 4), ('40,000', 2), ('taels.', 4), ('wealthy', 1), ('merchants', 1), ('salt', 6), ('hongs.', 1), ('gentry', 1), ('owners', 2), ('houses', 18), ('here.', 7), ('money', 27), ('distributed', 9), ('townspeople', 2), ('charity', 1), ('unusually', 6), ('public-spirited', 2), ('citizen', 1), ("Ch'en,", 2), ('princes', 2), ('transactions', 1), ('confined', 8), ('exclusively', 7), ('products', 2), ('Starting', 1), ('taels,', 7), ('bequeathed', 3), ('father,', 14), ("Ch'en", 2), ('agents', 3), ('empire,', 5), ('mercantile', 1), ('dealings', 2), ('believed', 14), ('yield', 3), ('million', 2), ('probity', 1), ('by-word;', 1), ('benefactions', 2), ('enriched', 1), ('province.', 10), ('That', 13), ('cutting', 1), ('cliff', 3), ('near', 33), ('pathway', 6), ('hewn', 2), ('solid', 9), ('expense,', 1), ('Not', 2), ('heaven,', 4), ('already', 19), ('reward', 14), ('world.', 5), ('son', 20), ('presented', 7), ('M.A.', 1), ('examination', 6), ('Hanlin', 2), ('degree,', 2), ('highest', 13), ('academical', 1), ('degree', 5), ('Empire.', 4), ('Everyone', 2), ('knows', 11), ('dependent', 3), ('Wunchang-te-keun,', 1), ('god', 7), ('literature', 1), ('(Taoist)', 1), ('generation', 2), ('hath', 2), ('sent', 39), ('miraculous', 2), ('influence', 7), ('earth",', 1), ('approbation', 1), ('son.', 3), ('fortune,', 1), ('escorted', 1), ('royal', 5), ('honours;', 1), ('triumph', 1), ('birth.', 3), ('path', 20), ('flights', 4), ('winding', 3), ('hill', 16), ('levelled', 2), ('terraces', 1), ('cereal,', 1), ('abundance', 2), ('poppy.', 4), ('Splendid', 2), ('views', 5), ('richest', 9), ('agricultural', 1), ('regions', 1), ('unfolded.', 1), ('Away', 2), ('valley', 26), ('palatial', 1), ('family', 19), ('mansion', 1), ('Pien,', 1), ('wealthiest', 1), ('yeomen', 1), ('commencement', 1), ('road,', 15), ('paved', 6), ('causeway', 2), ('wide,', 4), ('hundreds', 14), ('Chentu,', 5), ('province,', 14), ('takes', 6), ('rank', 12), ('finest', 13), ('empire.', 5), ('hill-top', 2), ('fort.', 2), ('bolder', 1), ('"Hill', 1), ('Heavenly', 3), ('Birth."', 1), ('built,', 5), ('Hobson,', 2), ('Taiping', 8), ('Rebellion;', 1), ('existed,', 1), ('dynasty;', 1), ('discrepant', 1), ('statements', 7), ('characteristic', 13), ('contradictions.', 2), ('fifty', 16), ('old,', 3), ('fort', 15), ('only,', 4), ('occupied', 16), ('garrison', 3), ('peaceful', 8), ('peasantry.', 1), ('politely', 6), ('eaten', 4), ('rice,"', 2), ('"whither', 1), ('going."', 1), ('answered', 2), ('correctly.', 1), ('politeness', 5), ('wayfarer', 1), ('going,', 3), ('jerked', 1), ('chin', 4), ('horizon', 1), ('"a', 5), ('way."', 2), ('residence', 10), ('lately', 11), ('inheritance,', 1), ('together', 16), ('3000', 4), ('farmland,', 1), ('told,', 4), ('70,000', 1), ('absence', 10), ('master,', 4), ('tutor', 1), ('caretakers,', 1), ('showed', 12), ('guest', 4), ('chambers,', 1), ('gilded', 4), ('tablet,', 1), ('courts,', 1), ('garden', 8), ('rockeries.', 1), ('solidly', 1), ('wood', 9), ('masonry,', 2), ('trellis', 1), ('carved', 6), ('elaboration.', 1), ('late', 10), ('wupan.', 1), ('idle.', 1), ('bought', 15), ('new', 21), ('provisions', 1), ('excellent', 21), ('quality,', 1), ('Godspeed.', 1), ('Brave', 2), ('men!', 1), ('deserve', 1), ('kinder', 1), ('fate', 6), ('hitherto.', 2), ('anchored', 2), ('morning.', 3), ('leaving', 16), ('assistance', 8), ('junk;', 1), ('cheerfully', 4), ('given.', 1), ('chafed', 1), ('through,', 1), ('difficulty,', 2), ('attempting', 3), ('bad', 9), ('rocks,', 3), ('seeing', 9), ('plight,', 1), ('towed', 1), ('danger.', 2), ('Sentinel', 1), ('(Shih-pao-chai),', 1), ('perhaps', 7), ('landmark', 2), ('base,', 1), ('detached', 3), ('cliff.', 1), ('nine-storied', 1), ('pagoda', 9), ('inset', 1), ('south-eastern', 2), ('temple', 40), ('buildings', 5), ('crown', 2), ('summit.', 2), ('lived', 5), ('boat.', 1), ('meals', 2), ('vegetables,', 1), ('frequently', 11), ('pork.', 2), ('Cooking', 1), ('purpose', 4), ('earthenware', 3), ('stoves,', 1), ('pans,', 1), ('kettle.', 1), ('cabbages', 1), ('turnips', 1), ('abundant', 7), ('cheap.', 1), ('Bumboats,', 1), ('laden', 6), ('rail,', 1), ('waylay', 2), ('_en', 4), ('route_,', 2), ('offer', 12), ('armful', 2), ('fresh', 5), ('vegetables', 2), ('equivalent', 10), ('copper', 7), ('three-eighths', 1), ('penny.', 5), ('peddle', 1), ('firewood,', 1), ('bundles,', 1), ('sticks', 3), ('charcoal.', 1), ('Coal', 4), ('abundant,', 2), ('briquettes', 1), ('sale,', 3), ('mixture', 2), ('clay', 2), ('coal-dust.', 1), ('sailed', 1), ('tops', 2), ('hillsides', 2), ('succession', 6), ('terraces;', 1), ('cereals', 1), ('universal', 5), ('poppy,', 3), ('hamlets,', 1), ('thriving', 4), ('villages;', 1), ('thronged', 7), ('craft,', 1), ('snow-clad', 3), ('towrope,', 1), ('baskets,', 1), ('hats', 1), ('umbrella.', 3), ('5th', 3), ('awakened', 2), ('loud', 6), ('screaming', 1), ('ahead', 1), ('squeezed', 4), ('cabin,', 1), ('looming', 1), ('awkward', 2), ('towline', 3), ('parted,', 2), ('structure', 3), ('tumbling', 2), ('uncontrolled', 1), ('water,', 10), ('bearing', 5), ('broadside', 1), ('crushed', 2), ('been,', 1), ('marvellous', 6), ('critical', 2), ('discord,', 1), ('Feng-tu-hsien,', 2), ('port,', 5), ('principal', 3), ('outlets', 1), ('traffic', 6), ('Next', 10), ('Fuchou,', 2), ('Feng-tu-hsien.', 1), ('junction', 4), ('tributary--the', 1), ("Kung-t'-an-ho,", 2), ('vessels', 1), ('miles.', 10), ('Large', 2), ('Fuchou', 1), ('here,', 12), ('differ', 3), ('construction', 2), ('twisted', 1), ('wrung', 2), ('starboard,', 1), ('steered', 2), ('sweep,', 1), ('rudder', 1), ('junk.', 1), ('work,', 16), ('Chang-show-hsien.', 1), ('2000', 11), ('whereupon', 3), ('something', 8), ('account,', 1), ('blandly', 2), ('suggested', 2), ('game', 1), ('cards.', 1), ('winning', 2), ('money,', 6), ('intervened', 2), ('bade', 2), ('in,', 4), ('get', 13), ('broader,', 1), ('deeper,', 1), ('ascended;', 1), ('contrary,', 1), ('became', 15), ('thinner,', 1), ('narrower,', 1), ('decrepit.', 1), ('8th,', 1), ('fourteenth', 1), ('disaster', 2), ('overtook', 4), ('destination.', 1), ('safely,', 2), ('fastest', 2), ('record', 6), ('finished', 11), ('upon.', 2), ('TUNG-LO-HSIA.]', 1), ('FU-TO-KUAN.]', 1), ('FALLACY.', 1), ('Tung-lo-hsia', 2), ('tried', 3), ('attract', 2), ('attention,', 2), ('repeating', 1), ('"Haikwan', 1), ('piecee,"', 1), ('interpreted', 3), ('mean', 9), ('outpost', 1), ('customs', 14), ('white', 17), ('man;', 1), ('proved', 7), ('case.', 2), ('kuatze', 1), ('houseboat', 1), ('bank;', 2), ('flag', 4), ('floated', 2), ('gaily', 1), ('animated', 2), ('collection', 5), ('craft.', 1), ('alongside', 2), ('Englishman', 4), ('window.', 1), ('"Where', 1), ('from?"', 2), ('asked,', 2), ('laconically.', 1), ('"Australia."', 1), ('What', 10), ('part?"', 1), ('"Victoria."', 1), ('Town?"', 1), ('"Last', 1), ('Ballarat."', 1), ('town,', 19), ('Jove!', 1), ('Jump', 1), ('up."', 1), ('card.', 1), ('"When', 5), ('Victoria', 3), ('interest', 8), ('curious', 8), ('Gulf', 1), ('Carpentaria', 1), ('Melbourne', 2), ('namesake.', 2), ('Any', 3), ('relation?', 1), ('man!', 1), ("I'm", 1), ('delighted', 1), ('you."', 3), ('stations', 5), ('sea,', 1), ('countryman', 6), ('born', 3), ('well-known', 7), ('Mayor', 3), ('Ballarat', 1), ('City.', 3), ('Like', 7), ('formerly', 19), ('student', 1), ('University,', 2), ('senior.', 1), ('experience', 13), ('forgot', 1), ('inquire,', 1), ('mine', 5), ('vividly', 1), ('enough;', 1), ('happy.', 1), ('Second-year', 1), ('Medicine,', 1), ('hoping', 2), ('impress', 2), ('Professors,', 1), ('honours--and', 1), ('rejected', 3), ('preliminary', 5), ('pass.', 2), ('Materia', 1), ('Medica,', 1), ('trifling', 2), ('prescribed', 1), ('dose', 2), ('Oleum', 1), ('Crotonis', 1), ('"one', 3), ('drachms', 1), ('_carefully', 1), ('increased_."', 1), ('wretched', 5), ('stuff;', 1), ('text', 1), ('book', 6), ('extended', 4), ('quite', 11), ('far.', 1), ('deputation', 1), ('examiner', 4), ('ascertain', 1), ('cause', 13), ('misadventure,', 1), ('got', 4), ('obliging', 2), ('assurance', 3), ('mad', 1), ('dog', 4), ('loose', 5), ('Collins', 1), ('Street"', 1), ('allow', 3), ('doctor.', 2), ('produced', 4), ('prescription.', 1), ('faint', 1), ('chance', 3), ('escape.', 2), ('nervous', 4), ('finger', 2), ('"carefully', 1), ('increased,"', 1), ('pleaded', 2), ('indication', 6), ('caution', 1), ('ought', 1), ('"Save', 1), ('_you_', 2), ('might,"', 1), ('unnecessary', 2), ('vehemence;', 1), ('"but,', 1), ('God', 22), ('bless', 2), ('soul,', 2), ('patient."', 2), ('intemperate', 1), ('speech;', 1), ('University.', 1), ('severe', 2), ('blow', 2), ('survived', 2), ('service,', 2), ('organisation', 1), ('impartially', 1), ('service', 11), ('example,', 3), ('note', 3), ('Commissioners', 2), ('alone,', 6), ('Commissioner', 8), ('Austrian,', 1), ('Kiukiang', 1), ('Frenchman,', 3), ('Englishman,', 4), ('Scandinavian,', 1), ('German.', 1), ('up-river', 1), ('thirty-eight', 4), ('attended', 9), ('moving', 5), ('incident.', 1), ('pieces', 6), ('destroyed.', 1), ('narrowly', 1), ('escaped', 6), ('difference', 2), ('experiences,', 1), ('accident', 2), ('occasion', 11), ('mine.', 7), ('Tang-chia-to,', 1), ('out-station,', 1), ('walked', 17), ('way.', 9), ('friend', 11), ('accompanied', 12), ('crossing,', 1), ('walking', 8), ('fields', 14), ('poppy', 15), ('sugarcane,', 1), ('beds', 4), ('tobacco.', 1), ('solitary', 3), ('home,', 4), ('sampan,', 1), ('noticeable,', 1), ('hungry', 5), ('wretchedness', 1), ('coolies.', 4), ('physique', 1), ('Phthisis', 1), ('malaria', 1), ('prevail', 2), ('them;', 8), ('terribly', 1), ('arduous;', 1), ('suffer', 4), ('greatly', 8), ('exposure;', 1), ('appear', 5), ('starving', 4), ('midst', 6), ('abundance.', 1), ('trackers;', 1), ('sleek', 1), ('fed.', 1), ('"chop', 2), ('dollar,"', 2), ('termed', 1), ('south,', 4), ('punched', 2), ('chopped', 1), ('small-pox,', 1), ('endless', 1), ('breathless', 1), ('follow.', 3), ('wayside', 5), ('shrines', 2), ('tombstones.', 1), ('dogs', 7), ('recognised', 9), ('stranger,', 3), ('yelped', 1), ('consumedly,', 1), ('wolfish', 1), ('mongrels', 1), ('are.', 1), ('misty', 1), ('surrounded', 6), ('expanse', 2), ('highland.', 1), ('pontoon', 1), ('south', 16), ('basement', 2), ('old', 33), ('dwelling.', 1), ('kindly', 17), ('received,', 1), ('stayed', 4), ('height', 9), ('guarded', 6), ('armed', 20), ('gunboats,', 1), ('hulk,', 1), ('searching', 2), ('done,', 5), ('outdoor', 1), ('staff', 4), ('offices.', 1), ('smuggling,', 1), ('officials.', 3), ('Smuggling', 1), ('expected', 8), ('introduced', 6), ('prevent', 9), ('searchers', 1), ('see--best', 1), ('themselves,', 5), ('is.', 2), ('gunboats', 1), ('guarding', 2), ('Haikwan', 1), ('Station', 1), ('nominal', 3), ('complement', 2), ('twenty-four;', 1), ('avoid,', 1), ('explanation,', 2), ('officer,', 8), ('twenty-four,', 2), ('eighty.', 2), ('SEEN', 1), ('YANGTSE.]', 1), ('companions', 3), ('tidewaiters', 2), ('Customs.', 1), ('locked', 1), ('Down', 2), ('tidewaiter', 2), ('professor', 1), ('Petersburg;', 1), ('filling', 1), ('post,', 2), ('godson', 1), ('marquis', 1), ('nephew', 2), ('earl,', 1), ('soldier', 16), ('major-general', 1), ("earl's", 1), ('daughter,', 1), ('cousin', 1), ('enlightened', 4), ('nobleman', 1), ('legislator', 1), ('Earl', 1), ('Few', 6), ('experiences', 3), ('Briton.', 1), ('humped', 1), ('swag', 1), ('earned', 3), ('shillings', 6), ('blackleg', 1), ('police', 2), ('picquets', 1), ('New', 3), ('Wales', 1), ('Harrow', 1), ('Butler,', 1), ('Corpus', 1), ('Christi,', 1), ('Cambridge.', 1), ('Dublin', 1), ('Fusiliers,', 1), ('lieutenant', 1), ("Weatherby's", 1), ('Horse,', 1), ('enlisted', 1), ('Lancers,', 1), ('rose', 10), ('staff-sergeant,', 1), ('later', 18), ('commission.', 1), ('distinction', 2), ('Soudan', 1), ('Zululand,', 1), ('medals', 1), ('clasps.', 1), ('El', 1), ('Teb,', 1), ('Tamai,', 1), ("McNeill's", 1), ('zareeba', 1), ('broken.', 1), ('Tel-el-kebir;', 1), ('Burnaby', 1), ('forth', 16), ('coveted', 4), ('death', 34), ('Abu-klea,', 1), ('Abu-Kru', 1), ('Sir', 5), ('Herbert', 1), ('Stewart', 1), ('death-wound.', 1), ("Rorke's", 1), ('Drift,', 1), ('appears', 4), ('heroic', 1), ('band', 3), ('Miss', 5), ('Elizabeth', 1), ("Thompson's", 1), ('painting.', 1), ('army,', 2), ('held', 19), ('commission', 2), ('mounted', 8), ('constabulary', 1), ('Madras,', 1), ('class', 7), ('assistant', 3), ('salary', 4), ('spirits', 9), ('high.', 2), ('port.', 1), ('By', 13), ('treaty', 4), ('clause', 1), ('states', 6), ('confiscated.', 1), ('Chefoo', 1), ('Convention,', 1), ('there.', 4), ('reminds', 1), ('conflicting', 2), ('issued', 5), ('government', 3), ('reference', 1), ('gaol.', 2), ('explicit:--', 1), ('Clause', 2), ('I.--The', 1), ('gaol', 3), ('materials', 1), ('old.', 1), ('II.--The', 1), ('prisoners', 6), ('constructed.', 1), ('F.', 7), ('Hirth,', 2), ('temple,', 7), ('dimly', 2), ('mist,', 1), ('crowning', 2), ('distinguished', 13), ('sinologue', 1), ('doctor,', 4), ('scholars', 1), ('Empire,', 2), ('"China', 2), ('Orient,"', 1), ('"Ancient', 1), ('Porcelain,"', 1), ('elaborate', 1), ('"Textbook', 1), ('Documentary', 1), ('Chinese,"', 3), ('written.', 1), ('Hirth', 1), ('German', 2), ('button,', 2), ('transparent', 1), ('blue', 7), ('nine', 14), ('degrees', 2), ('Mandarins', 1), ('distinguished.', 1), ('site', 5), ('fortunately', 3), ('secured', 2), ('Methodist', 3), ('States.', 6), ('Their', 29), ('foreign-built', 1), ('compound', 3), ('ample', 1), ('garden.', 2), ('hospital', 7), ('well-equipped', 1), ('Anglo-Chinese', 2), ('wall,', 8), ('overlooking', 9), ('elevation', 4), ('Little', 7), ('wards', 1), ('lit;', 2), ('floors', 1), ('varnished;', 1), ('spring', 5), ('mattresses;', 2), ('indeed,', 12), ('discomfort.', 2), ('separate', 2), ('compartment', 1), ('treatment', 4), ('opium-smokers', 3), ('desire', 11), ('forced', 3), ('restraint', 1), ('break', 4), ('habit.', 5), ('Three', 5), ('durance', 1), ('visit;', 1), ('happy', 7), ('contented', 1), ('nourished,', 1), ('none', 8), ('expert,', 2), ('see,', 4), ('guessed', 2), ('addicted', 1), ('drug', 6), ('exaggerated', 2), ('"more', 1), ('deadly', 4), ('war,', 5), ('famine,', 4), ('pestilence', 1), ('combined."', 1), ('(Rev.', 1), ('A.', 16), ('H.', 10), ('"Chinese', 1), ('Characteristics,"', 2), ('p.', 17), ('187.)', 1), ('admitted', 4), ('suffering,', 1), ('confession,', 2), ('hearts', 2), ('cured,', 1), ('placed', 11), ('confinement.', 1), ('wean', 1), ('habit', 3), ('alleged,', 3), ('"seized', 1), ('grip."', 1), ('Attentive', 1), ('obedient', 2), ('fellowship.', 2), ('irresistible,', 1), ('strangely,', 1), ('attacked', 1), ('night;', 1), ('together.', 6), ('Sadly', 1), ('enough', 9), ('marked', 11), ('evidence', 4), ('demoralising', 2), ('portable', 1), ('lay', 9), ('sad', 5), ('trial.', 1), ('Excellent', 1), ('hospital.', 2), ('report', 3), ('surgeon', 3), ('charge,', 4), ('extract', 2), ('pleasing', 1), ('items.', 1), ('_Medical', 1), ('Work._--"Mr.', 1), ('Taotai,', 3), ('Kuei-Iang-fu,', 1), ('witness', 5), ('operations,', 2), ('operated', 1), ('Internal', 2), ('Piles"', 1), ('capitals).', 1), ('_Evangelistic', 1), ('Work._--"Mrs.', 1), ('Wei,', 1), ('suppurating', 1), ('glands', 1), ('neck,', 5), ('interested', 2), ('there,', 1), ('believer,', 1), ('attends', 2), ('Sunday', 4), ('regular', 2), ('(_sic_),', 1), ('distant', 15), ('Sunday.', 1), ('hopeful,', 1), ('reported', 5), ('warm-hearted.', 1), ('occurs', 2), ('nursing', 2), ('staff."', 1), ('stay', 8), ('Consul', 10), ('"_en', 1), ('commission_,"', 1), ('Monsieur', 13), ('Haas,', 3), ('arrived', 11), ('diplomatic', 2), ('invested', 4), ('secrecy.', 1), ('object', 5), ('diversion', 2), ('channel,', 1), ('southward', 1), ('Yunnan', 89), ('Tonquin.', 4), ('Success', 1), ('mission.', 6), ('"_Ils', 1), ('perdront', 1), ('et', 2), ('leur', 2), ('temps', 1), ('argent._"', 1), ('Haas', 9), ('helped', 3), ('history', 3), ('gentle-mannered', 1), ('writes', 1), ('rancour', 1), ('perfidious', 1), ('designs', 1), ('Britain', 1), ('East.', 1), ('career', 3), ('suffered', 7), ('disappointment.', 1), ('Charge', 2), ("d'Affaires", 2), ('Political', 1), ('Resident', 3), ('King', 5), ('Theebaw', 4), ('Mandalay.', 2), ('"Secret', 1), ('Treaty"', 1), ('king', 3), ('hand', 12), ('England', 30), ('hasty', 3), ('occupation', 1), ('story', 8), ('one.', 8), ('predominant', 2), ('Burma;', 1), ('virtually', 2), ('France,', 4), ('France', 3), ('support', 14), ('Such', 5), ('position', 9), ('tolerate', 1), ('Fortunately', 1), ('intrigue', 1), ('outwitted', 1), ('itself,', 6), ('Secret', 2), ('known.', 3), ('Draft', 1), ('copies', 9), ('Burmese', 25), ('Theebaw.', 2), ('Burmese,', 4), ('distrusted', 2), ('King.', 2), ('necessary,', 1), ('Mandalay', 4), ('sufficiently', 8), ('trustworthy.', 1), ('Signor', 3), ('A----', 2), ('Italian', 3), ('Manager', 5), ('Irrawaddy', 5), ('Flotilla', 3), ('Company,', 1), ('pledging', 1), ('secrecy,', 1), ('sought', 4), ('interpreter.', 3), ('Majesty', 1), ('minds', 1), ('guided', 2), ('spirit.', 4), ('French,', 4), ('Haas.', 1), ('essential,', 1), ('casting', 1), ('faithfully', 2), ('A----,', 1), ('straightway', 2), ('assistance,', 1), ('fates', 1), ('hands;', 1), ('serve,', 1), ('Burmese?', 1), ('hesitate--he', 1), ('betrayed', 1), ('both.', 1), ('Within', 3), ('possession', 11), ('Resident.', 1), ('Action', 1), ('promptitude.', 1), ('"M.', 1), ('Freycinet,', 1), ('pressed', 6), ('subject,', 3), ('repudiated', 1), ('acquiring', 1), ('political', 1), ('predominance', 1), ('Burma."', 1), ('immediate', 8), ('pretext', 2), ('place', 15), ('dilemma;', 1), ('eleven', 7), ('troops', 2), ('frontier,', 2), ('recalled,', 2), ('abortive', 1), ('action', 6), ('repudiated.', 1), ('acted,', 1), ('orders,', 1), ('erred', 1), ('zeal.', 1), ('customary', 3), ('cheque', 2), ('defray', 2), ('passage.', 2), ('services', 5), ('rewarded,', 1), ('retained', 1), ('engagement', 2), ('Company;', 1), ('lost', 16), ('appointment', 3), ('Representative', 1), ('Italy--an', 1), ('honourable', 9), ('post', 8), ('dignified', 5), ("I.O.U.'s.", 1), ('enormously', 2), ('Szechuen.', 5), ('Water-ways', 1), ('inland.', 1), ('comparison', 3), ('li', 32), ('(600', 1), ('miles).', 2), ('drains', 3), ('continent;', 1), ('kingdom.', 1), ('level.', 2), ('unscalable.', 1), ('Good', 3), ('influences', 2), ('directed', 1), ('topmost', 2), ('vicinity.', 1), ('Temples', 1), ('abound,', 1), ('spacious', 2), ('yamens', 3), ('buildings,', 3), ('edifice', 1), ('Temple', 19), ('Literature.', 2), ('Distances', 3), ('streets', 11), ('hilly,', 1), ('stairs', 2), ('mountaineer', 1), ('afford', 3), ('chairs;', 1), ('stands', 6), ('sedan', 6), ('chairs', 2), ('corner.', 5), ('CHUNGKING.]', 2), ('vibrates', 1), ('teeming', 1), ('traffic;', 1), ('deserted', 1), ('dead,', 8), ('stillness', 1), ('disturbed', 3), ('watchman', 2), ('springing', 1), ('rattle', 2), ('awake', 1), ('warn', 1), ('robbers', 4), ('approach.', 1), ('Europe', 4), ('security', 1), ('property', 5), ('truism', 1), ('law-abiding', 2), ('Chinese;', 6), ('"they', 1), ('appear,"', 1), ('Medhurst,', 3), ('"to', 4), ('maintain', 1), ('consent,', 1), ('independent', 5), ('surveillance."', 1), ('E.', 6), ('Fraser,', 2), ('accomplished', 4), ('scholar,', 1), ('fills', 1), ('difficult', 12), ('tact', 1), ('success.', 2), ('Fraser', 1), ('estimates', 3), ('200,000;', 1), ('35,000', 1), ('families', 4), ('walls.', 1), ('Of', 11), ('forty', 12), ('indulge', 1), ('pipe.', 1), ('abounds', 2), ('opium-shops--shops,', 1), ('opium-lamps', 3), ('opium-pipes', 2), ('stacked', 3), ('hundreds.', 3), ('Opium', 5), ('sources', 1), ('thousands', 10), ('opium-smokers,', 1), ('applied', 6), ('description', 4), ('Lay', 1), ('(of', 1), ('Society),', 1), ('quoted,', 1), ('typical', 3), ('opium-smoker', 1), ('"with', 2), ('lank', 1), ('shrivelled', 1), ('limbs,', 1), ('tottering', 1), ('gait,', 2), ('sallow', 1), ('visage,', 1), ('feeble', 2), ('voice,', 2), ('death-boding', 1), ('glance', 1), ('eye,', 3), ('proclaiming', 1), ('forlorn', 3), ('creature', 1), ('treads', 1), ('ground."', 1), ('fantastic', 4), ('description,', 1), ('paraded', 1), ('sympathy,', 2), ('infinitesimal', 1), ('millions', 11), ('smoke', 6), ('opium.', 13), ('suffering', 4), ('emaciation', 1), ('disease', 9), ('using', 8), ('opium-pipe,', 2), ('pipe', 4), ('ninety-nine', 1), ('cases', 14), ('wrongly', 1), ('blamed', 1), ('emaciation.', 1), ('1893', 2), ('4275', 2), ('tons', 6), ('imported', 4), ('plead', 2), ('"outstretched', 1), ('necks"', 1), ('cease', 2), ('wrong', 2), ('forcing', 1), ('buy', 3), ('"Many', 2), ('time,"', 1), ('Hudson', 5), ('Taylor,', 4), ('"have', 1), ('thumb', 2), ('Heaven,', 3), ("'There", 1), ('Heaven', 8), ('there!', 1), ("there!'", 1), ('that?', 2), ('force', 3), ('resist', 2), ('Power', 2), ('inflict', 2), ('vengeance."', 1), ('(_National', 2), ('Righteousness_,', 2), ('Dec.', 1), ('1892,', 4), ('13.)', 1), ('respect', 7), ('Taylor', 2), ('ingenious', 3), ('interpretation', 2), ("Chinaman's", 2), ('gesture,', 1), ('extremely', 5), ('believe', 14), ('sincere', 2), ('condemnation', 1), ('traffic.', 3), ('"In', 3), ('countries,"', 1), ('Wingrove', 2), ('Cooke,', 3), ('"words', 1), ('represent', 2), ('facts,', 1), ('China."', 6), ('Li', 18), ('Hung', 8), ('Chang,', 10), ('Chihli,', 1), ('letter', 7), ('Storrs', 1), ('Turner,', 2), ('Secretary', 5), ('Suppression', 2), ('Trade,', 1), ('May', 9), ('24th,', 2), ('1881,', 2), ('circulated', 2), ('perennially', 1), ('cited,', 74), ('certainly', 5), ('surreptitiously', 2), ('grown', 8), ('parts', 7), ('laws', 9), ('frequent', 4), ('edicts', 1), ('prohibiting', 1), ('cultivation."', 1), ('Surreptitiously', 1), ('China!', 3), ('Why,', 2), ('Hupeh', 1), ('boundary', 7), ('1700', 1), ('sight', 12), ('continues,', 2), ('"I', 13), ('earnestly', 2), ('right-minded', 1), ('country,', 13), ('thraldom', 1), ('opium."', 2), ('growers', 1), ('Chang.', 1), ('tens', 4), ('petition', 2), ('forwarded', 3), ('Chinese--spontaneously,', 1), ('missionaries.', 4), ('"Some', 1), ('millions,"', 2), ('"some', 1), ('beings', 1), ('distress', 1), ('tiptoe', 2), ('outstretched', 2), ('necks', 2), ('O', 1), ('benevolent', 1), ('England!', 1), ('honour', 15), ("mercy's", 1), ('sake', 2), ('deed', 1), ('people,', 7), ('rescued', 2), ('themselves', 10), ('reward."', 1), ("(_China's", 4), ('Millions_,', 8), ('iv.,', 4), ('156.)', 2), ('Assume,', 1), ('want', 9), ('unavailingly', 1), ('beseech', 1), ('nefarious', 1), ('traffic,', 2), ('Rivers', 1), ('Phlegethon', 1), ('Lethe', 1), ('united', 1), ('carrying', 22), ('fire', 7), ('wherever', 6), ('flows,', 1), ('forgetfulness', 1), ('passed."', 1), ('(The', 2), ('Wells', 1), ('Williams.', 1), ('Middle', 6), ('Kingdom,"', 1), ('i.,', 5), ('288.)', 1), ('eighteen', 14), ('Kiangsu,', 1), ('Cheh-kiang,', 1), ('Fuhkien,', 1), ('Kuangtung', 1), ('remaining', 2), ('fourteen', 5), ('home-grown', 1), ('Native-grown', 1), ('driven', 7), ('markets', 2), ('Valley;', 1), ('except', 13), ('insignificant', 2), ('quantity,', 1), ('comes', 9), ('opium--it', 1), ('competes', 1), ('own.', 8), ('adjoining', 6), ('Kweichow', 3), ('grow', 6), ('opium;', 2), ('need,', 3), ('surplus', 5), ('export', 2), ('amount', 8), ('estimated,', 2), ('exported', 3), ('dues', 2), ('value', 15), ('pound,', 1), ('Allowing', 1), ('margin', 5), ('evaded', 1), ('dues,', 1), ('scientific', 2), ('smugglers', 1), ('2250', 1), ('1350', 1), ('450', 1), ('total', 3), ('4050', 1), ('fellow-countrymen,', 1), ('necks,', 1), ('monopoly.', 1), ('Edicts', 1), ('philanthropists', 1), ('quiet', 5), ('signed', 3), ('opium-smoking', 4), ('officials,', 6), ('derived', 6), ('posted', 6), ('magistrates', 3), ('warning', 5), ('opium-eaters.', 1), ('fiercest', 1), ('devils', 1), ('hell', 1), ('represented', 9), ('gloating', 1), ('opium-smoker;', 2), ('protruding', 1), ('tongue', 1), ('smeared', 1), ('victim', 2), ('"_yin_"', 1), ('craving),', 1), ('wishes', 1), ('renounce', 1), ('perquisite', 2), ('priests,', 6), ('gate', 17), ('sale', 7), ('fittings.', 1), ('Morphia', 1), ('pills', 1), ('sold', 16), ('chemists', 2), ('cure', 2), ('profitable', 1), ('remedy', 3), ('coast', 2), ('adopted', 2), ('advantage', 5), ('taste', 1), ('morphia,', 1), ('mode', 4), ('analogous', 1), ('changing', 1), ("one's", 4), ('stimulant', 2), ('colonial', 1), ('beer', 1), ('methylated', 2), ('1893,', 5), ('15,000', 2), ('ounces', 2), ('hydrochlorate', 2), ('morphia', 1), ('alone.', 2), ('ago,', 7), ('1877,', 3), ('assisted', 3), ('representative', 2), ('Horsburgh', 1), ('Mission.', 8), ('managed', 2), ('gentleman,', 5), ('discomfort', 2), ('malarious', 1), ('needed', 2), ('deserves', 2), ('engaging', 2), ('personality', 1), ('met,', 4), ('year,', 4), ('convert', 10), ('January,', 2), ('1894.)', 1), ('short-handed,', 1), ('six,', 1), ('delayed', 4), ('consequence.', 2), ('1889,', 2), ('communicants', 1), ('adherents.', 2), ('largely', 10), ('admirable', 15), ('Cecil', 1), ('Davenport,', 2), ('F.R.C.S.,', 1), ('"Broad', 1), ('Benevolence"', 1), ('displayed', 4), ('hospital,', 1), ('truthfully', 3), ('describe', 3), ('chapel', 3), ('adjoining,', 2), ('screen', 2), ('church,', 2), ('women--one', 1), ('pretexts', 1), ('church', 3), ('denied', 3), ('cast', 10), ('ogling', 1), ('curtain.', 1), ('INNS.', 1), ('230', 2), ('Suifu.', 8), ('coolies', 31), ('things,', 4), ('food,', 4), ('cash.', 14), ('single', 26), ('word', 17), ('_4s.', 2), ('10d._', 1), ('_5s.', 1), ('7d._', 1), ('entitled', 3), ('perquisites,', 1), ('Suifu', 15), ('seventh', 1), ('satisfaction.', 1), ('14th', 1), ('1600', 2), ('Men', 1), ('hopefully', 1), ('getting', 3), ('through.', 2), ('June', 3), ('July', 3), ('apart', 7), ('obstacles.', 1), ('Pere', 10), ('Lorain,', 2), ('Procureur', 2), ('twenty-five', 3), ('unaccompanied,', 2), ('humblest', 4), ('class,', 3), ('_les', 1), ('plus', 1), ('grandes', 1), ('difficultes_,', 1), ('commission_,', 1), ('equally', 6), ('pessimistic.', 1), ('evening', 14), ('starting,', 1), ('Carruthers', 1), ('(one', 3), ('_Inverness', 1), ('Courier_', 1), ('Carruthers)', 1), ('lesson', 2), ('"French', 1), ('breakfast"', 1), ('nothing', 17), ('cramming.', 1), ('useful', 4), ('phrases,', 1), ('rehearsed', 1), ('cheered', 1), ('indeed', 5), ('understand', 15), ('West', 4), ('Gate,', 2), ('J.', 8), ('Little,', 2), ('experienced', 2), ('authority', 5), ('manager', 4), ('Transport', 1), ('Company', 3), ('(which', 1), ('deals', 1), ('cargo', 1), ('rapids),', 1), ('Gorges"', 1), ('reader', 2), ('books', 2), ('thickly-wadded', 1), ('gown,', 2), ('pants,', 1), ('stockings,', 1), ('sandals,', 2), ('pigtail.', 2), ('dress', 10), ('person', 11), ('weight.', 2), ('acknowledge', 3), ('outfit', 2), ('poor;', 1), ('altogether', 2), ('disadvantage,', 1), ('temptation', 1), ('levy', 2), ('Still', 2), ('heads', 8), ('explained', 3), ('loss.', 2), ('efforts,', 2), ('knew,', 1), ('direction', 3), ('inducing', 2), ('treat', 3), ('undoubtedly', 3), ('due', 7), ('words,', 3), ('"exalted', 1), ('honour"', 1), ('visiting', 8), ('contemptible', 5), ('country."', 1), ('chair,', 7), ('Baber', 8), ('"no', 1), ('possesses', 2), ('self-respect', 1), ('necessarily', 3), ('conveyance,', 1), ('thing.', 1), ('Unfurnished', 1), ('indispensable', 3), ('token', 2), ('respectability', 1), ('liable', 3), ('thrust', 3), ('aside', 3), ('highway,', 1), ('ferries,', 1), ('relegated', 1), ("inn's", 1), ('room,', 11), ('generally', 5), ('treated', 15), ('indignity,', 1), ('sometimes', 3), ('worse,', 2), ('familiarity,', 1), ('peddling', 2), ('footpad', 1), ('unable', 4), ('gain', 2), ('living', 22), ('subsist', 1), ('("Travels', 1), ('Researches', 1), ('1.)', 1), ('Six', 2), ('(two', 1), ('miles),', 1), ('gravemounds', 1), ('ponies', 8), ('hire.', 1), ('pony', 18), ('fourpence.', 1), ('small,', 1), ('rat-like', 1), ('wiry,', 1), ('"mafoo"', 1), ('tail', 2), ('tiller.', 1), ('Mounted', 2), ('beast,', 1), ('carried', 42), ('wincing,', 1), ('jogged', 1), ('stone-flagged', 2), ('pathway,', 2), ('scaling', 1), ('descending', 3), ('bells', 3), ('jingled', 2), ('merrily;', 1), ('fine', 12), ('sun', 17), ('shone', 3), ('clouds.', 1), ('sublet', 2), ('contracts,', 1), ('loads', 16), ('borne', 4), ('farthing', 1), ('returning', 9), ('empty-handed', 1), ('SUIFU.]', 1), ('Fu-to-kuan', 1), ('powerful', 10), ('hill-fort', 2), ('guards', 4), ('isthmus', 1), ('encircling', 1), ('Set', 1), ('image', 5), ('Buddha.', 2), ('Massive', 1), ('portals,', 1), ('elaborately', 1), ('carved,', 1), ('commemorative', 1), ('tablets', 6), ('engraved,', 1), ('adorn', 2), ('highway.', 2), ('archways', 2), ('Emperor,', 5), ('expense', 3), ('relatives,', 2), ('memory', 8), ('virtuous', 5), ('widows', 1), ('remarry,', 1), ('sacrificed', 2), ('husbands.', 1), ('Happy', 1), ('names', 7), ('recorded,', 1), ('merits', 6), ('recognition', 2), ('Son', 4), ('earth;', 4), ('additional', 4), ('may,', 2), ('enjoy', 7), ('indescribable', 1), ('felicity', 2), ('inhabiting', 1), ('men.', 7), ('Cases', 1), ('widow', 2), ('recorded', 6), ('pages', 2), ('_Peking', 4), ('Gazette_.', 1), ('usual', 8), ('Gazette_', 2), ('10th,', 3), ('1892.', 2), ('runs:--', 1), ('Governor', 8), ('Shansi', 3), ('narrates', 2), ('herself', 6), ('husband.', 2), ("T'ienmen,", 1), ('grandfather', 2), ('attained', 4), ('Taotai.', 1), ('fell', 13), ('ill.', 2), ('child', 8), ('flesh', 6), ('mixed', 4), ('medicines', 5), ('cured', 3), ('parent.', 1), ('expectant', 3), ('Last', 3), ('autumn,', 1), ('appointment,', 1), ('violently', 2), ('medicine', 4), ('vain,', 2), ('died', 11), ('shortly', 2), ('Overcome', 1), ('grief,', 1), ('parents', 7), ('demand', 5), ('care,', 1), ('live.', 2), ('Only', 4), ('completed', 3), ('arrangements', 1), ("husband's", 1), ('interment,', 1), ('swallowed', 2), ('powder', 3), ('lead.', 1), ('handed', 7), ('trousseau', 1), ('relatives', 2), ('funeral', 3), ('expenses,', 3), ('presents', 2), ('younger', 3), ('servants,', 2), ('draped', 2), ('state', 11), ('robes,', 1), ('end.', 2), ('poison', 3), ('over.', 3), ('memorialist', 1), ('thinks', 6), ('erection', 3), ('memorial', 7), ('arch,', 1), ('asks', 1), ('Emperor', 11), ('grant', 1), ('deceased', 2), ('lady."', 1), ('("_Granted._")', 1), ('Near', 4), ('base', 3), ('U.S.A.', 1), ('commenced', 1), ('1886', 1), ('build', 2), ('ignorance,', 1), ('fort,', 4), ('wall.', 6), ('indiscreet', 1), ('mystery', 2), ('associated', 10), ('July,', 1), ('chairs,', 1), ('coolies,', 10), ('importance', 7), ('traveller.', 3), ('gentlemen', 1), ('mules;', 2), ('strings', 4), ('swinging', 4), ('coal,', 3), ('bales', 3), ('raw', 3), ('cotton.', 1), ('Buffaloes', 2), ('painful', 2), ('ploughing', 1), ('paddy', 2), ('middles--the', 1), ('primitive', 6), ('plough', 1), ('share', 5), ('half-naked', 1), ('Chinamen.', 2), ('Along', 1), ('road', 60), ('inns', 10), ('tea-houses', 2), ('two,', 6), ('frequented', 2), ('roadways', 2), ('good-sized', 1), ('dismount;', 1), ('mafoo', 3), ('inn,', 15), ('dish', 2), ('minced', 1), ('beef.', 1), ('inn', 34), ('crowded', 11), ('street.', 2), ('Despite', 3), ('foreigner,', 2), ('excite', 3), ('curiosity.', 4), ('diners', 1), ('courtesy;', 1), ('dishes,', 3), ('Chinese--a', 1), ('compliment', 2), ('repaid', 1), ('thanking', 2), ('keeping', 3), ('pace', 2), ('interminable', 1), ('archway', 2), ('Descending', 2), ('controversy', 1), ('thin', 2), ('lad', 3), ('load', 6), ('stage.', 3), ('dispute', 6), ('waxed', 2), ('warm,', 2), ('leisure,', 1), ('cook,', 2), ('offices', 6), ('convictions;', 1), ('unfortunate', 2), ('downhill', 2), ('cheerfully,', 1), ('satisfied', 2), ('settled', 1), ('_that_', 1), ('dispute.', 1), ('level,', 3), ('ground', 12), ('Late', 2), ('village,', 6), ('twenty-seven', 1), ('begun', 1), ('well.', 1), ('straw-covered', 1), ('bedsteads,', 1), ('rough', 7), ('table,', 4), ('lighted', 1), ('taper', 1), ('saucer', 2), ('oil,', 2), ('seat,', 4), ('naked', 1), ('floor.', 1), ('Hot', 1), ('wash', 1), ('tea', 33), ('drink,', 1), ('supper.', 1), ('baggage', 1), ('corner;', 1), ('boxes', 4), ('padlocks,', 1), ('hamper,', 1), ('roll', 1), ('bedding', 7), ('oilcloth.', 1), ('oilcloth', 1), ('straw', 6), ('bed', 12), ('impassable', 1), ('bugs.', 1), ('sleep', 11), ('pest.', 1), ('Bugs', 2), ('numerous,', 2), ('gregarious', 1), ('hosts', 1), ('Spain.', 2), ('Spain', 2), ('spent', 3), ('Cadiz,', 1), ('peninsula.', 1), ('steamer,', 3), ('passenger;', 1), ('night,', 7), ('landing.', 2), ('Plaza,', 1), ('revered', 1), ('monarch,', 1), ('Queen', 2), ('Isabel', 1), ('II.,', 1), ('spoken', 4), ('fonda,', 1), ('wanted', 4), ('bedroom.', 1), ('taberna', 1), ('"La', 1), ('Valenciana."', 1), ('delighted;', 2), ('thing', 3), ('for,', 5), ('said.', 5), ('innkeeper', 4), ('unoccupied,', 1), ('upstairs', 2), ('plain,', 7), ('homely', 1), ('apartment,', 1), ('engage', 2), ('"_Que', 1), ('usted', 1), ('descanse', 1), ('bien_"', 1), ('(may', 1), ('well),', 1), ('landlord,', 1), ('Keeping', 1), ('candle', 1), ('burning', 3), ('tumbled', 2), ('tired,', 2), ('immediately,', 1), ('despite', 6), ('fatigue.', 1), ('clothes,', 3), ('bugs', 1), ('gathering', 4), ('bed.', 1), ('basin', 1), ('dressing', 1), ('myself,', 5), ('landlord.', 1), ('yawning.', 1), ('"Sir,"', 1), ('"do', 1), ('anything?"', 1), ('"Nothing;', 1), ('impossible,', 2), ('absolutely', 4), ('bed."', 1), ('"But', 6), ('why,', 1), ('senor?"', 1), ('"Because', 1), ('bugs."', 1), ('"Oh', 1), ('no,', 1), ('sir,', 2), ('be,', 6), ('be;', 1), ('bug', 2), ('house."', 2), ('them."', 4), ('"You', 4), ('mistaken;', 1), ('impossible', 3), ('some."', 1), ('makes', 8), ('house,', 4), ('thing."', 1), ('"Pardon', 2), ('basin?"', 1), ('"Sir,', 2), ('right,', 3), ('right;', 1), ('weather;', 1), ('_every', 1), ('Cadiz', 1), ('them_."', 1), ('morning,', 10), ('breakfast.', 3), ('causeway,', 1), ('3', 7), ('flags', 4), ('proverb', 2), ('roads', 6), ('"good', 1), ('hundred."', 1), ('fences;', 1), ('picks', 1), ('cultivated', 1), ('fields;', 1), ('trespassing', 1), ('roadway,', 3), ('trespass', 1), ('neighbours.', 1), ('peasantry', 1), ('conspicuously', 1), ('Confucian', 9), ('maxim', 2), ('taught', 7), ('Christ,', 3), ('"Do', 2), ('unto', 5), ('rood', 1), ('tillage.', 1), ('seats', 2), ('amphitheatre,', 1), ('terrace', 3), ('irrigated', 2), ('inclined', 3), ('plain', 22), ('continuous', 3), ('chain', 2), ('bucket,', 1), ('windlass', 1), ('foot.', 4), ('tended;', 1), ('wheat,', 1), ('pink-flowered', 1), ('beans,', 2), ('golden', 3), ('Dotted', 1), ('trees.', 3), ('banyan', 6), ('trees', 8), ('England,', 6), ('fertile', 11), ('hills,', 7), ('adorned', 1), ('luxuriance,', 1), ('resemble', 1), ('outline', 1), ('summits', 1), ('eyebrows', 1), ('fair', 5), ('woman."', 1), ('populated,', 2), ('road.', 4), ('Grand', 1), ('arches', 3), ('span', 2), ('notable', 1), ('monumental', 3), ('columns', 1), ('architraves', 1), ('elephants', 4), ('deer,', 2), ('flowers', 3), ('peacocks,', 1), ('seven-tailed', 1), ('dragon', 1), ('art', 3), ('TERRACES.', 1), ('foreground', 1), ('bloom.]', 1), ('SZECHUEN.]', 2), ('lived,', 2), ('ate', 10), ('courtesy', 12), ('nature;', 1), ('trying', 2), ('curiosity;', 1), ('unsecluded', 1), ('publicity;', 1), ('push', 4), ('foreigner.', 2), ('presence', 8), ('gaping', 2), ('crowds.', 1), ('little,', 3), ('illustrated', 1), ('gesture.', 1), ('scratched', 1), ('pigtail,', 2), ('smiled;', 1), ('flicked', 1), ('dust', 2), ('table', 11), ('hilariously.', 1), ('usually', 16), ('arcade', 1), ('hire,', 2), ('eager', 3), ('casually,', 1), ('accepted,', 2), ('riding', 4), ('month.', 2), ('demands', 1), ('down;', 1), ('stick', 5), ('offer,', 3), ('increase', 7), ('exchange', 5), ('hearing,', 1), ('Suppose', 3), ('chair', 21), ('miles--it', 1), ('slung', 3), ('rafters--Laokwang', 1), ('(my', 1), ('cook)', 1), ('unobserved', 1), ('inquiringly.', 1), ('nodded', 3), ('assent', 1), ('apparently', 3), ('happened', 5), ('conversation,', 2), ('ignorant,', 1), ('continued.', 1), ('maintaining', 2), ('crescendo', 1), ('away.', 3), ('answer', 5), ('faintly', 1), ('distance.', 3), ('ultimatum', 1), ('regards', 3), ('acceptance--they', 1), ('bargaining', 2), ('motioned', 2), ('wait,', 2), ('"_chiaodza_"', 2), ('(sedan', 1), ('chair)', 1), ('moments', 1), ('wicker', 1), ('rapidly', 2), ('bearers.', 1), ('bowed', 6), ('seat', 13), ('penny', 4), ('mile.', 1), ('400', 9), ('each;', 2), ('sweated', 1), ('contract', 2), ('unemployed', 1), ('halfpenny),', 1), ('two-thirds', 1), ('nightfall', 2), ('squeeze.', 1), ('towns', 5), ('passes', 6), ('swarm', 1), ('inns,', 1), ('floating', 3), ('provide', 11), ('for.', 3), ('Competition', 1), ('keen.', 1), ('Touts', 1), ('stand', 5), ('doorway', 2), ('cry', 4), ('houses.', 3), ('counter', 2), ('entrance,', 1), ('piles', 5), ('pukais', 1), ('bedding),', 1), ('hire--few', 1), ('travellers', 9), ('bedding.', 2), ('bedrooms', 1), ('arranged', 7), ('courts.', 1), ('cheapness', 1), ('commended.', 1), ('supper,', 3), ('starting', 2), ('various', 6), ('comforts,', 2), ('hot', 12), ('nights', 1), ('840', 1), ('(_1s.', 2), ('9d._).', 1), ('Rice', 4), ('article', 4), ('diet;', 1), ('eggs,', 2), ('fowls,', 1), ('cheap;', 1), ('avoided', 1), ('pork', 3), ('Mohammedans', 7), ('vegetarians.', 1), ('emergency', 1), ('tins', 1), ('stores', 4), ('drink', 3), ('water--I', 1), ('drank', 3), ('tea.', 4), ('No', 35), ('drinks', 1), ('anything', 8), ('cold.', 4), ('teahouse', 4), ('infused', 1), ('minutes.', 2), ('pinch', 1), ('tea-leaves,', 1), ('refilled', 1), ('lib_,', 1), ('cash--equal', 1), ('twentieth', 1), ('Pork', 1), ('weight', 13), ('injected', 1), ('syringe', 1), ('vein;', 1), ('"watering', 1), ('stock."', 1), ('Yuenchuan,', 2), ('sixty-three', 1), ('5th,', 1), ('Luchow,', 2), ('populous', 2), ('noon', 1), ('Goddess', 6), ('Mercy,', 4), ('Lanchihsien.', 1), ('According', 1), ('gesticulations', 1), ('Laokwang,', 1), ('Suifu,', 12), ('reckon', 1), ('guide.', 3), ('here;', 1), ('on;', 1), ('advance', 3), ('protest', 1), ('innocent,', 2), ('aggrieved', 1), ('necessity.', 1), ('solemn', 1), ('to-morrow', 1), ('(_ming', 1), ('tien_)', 1), ('sunset.', 1), ('elderly', 6), ('company', 5), ('watch,', 2), ('breast-bone,', 1), ('sacred', 7), ('asseveration', 1), ("guide's.", 1), ('stayed.', 1), ('party', 10), ('flashed', 1), ('pealed', 1), ('alarm', 2), ('awoke', 1), ('obligingly', 2), ('slept', 8), ('protested', 2), ('so,', 8), ('mistook', 3), ('expostulation', 1), ('approbation.', 2), ('once,', 3), ('lying', 12), ('charmed', 6), ('start,', 1), ('construed', 2), ('indications', 1), ('whence', 3), ('route', 7), ('loaded', 2), ('sugar', 3), ('boys.', 2), ('awning', 1), ('cargo,', 1), ('space', 5), ('amiable', 6), ('promiscuous', 1), ('friends,', 4), ('stages,', 2), ('had,', 4), ('imagine,', 1), ('pecuniary', 1), ('advantages', 2), ('company.', 2), ('nightfall.', 2), ('passengers', 1), ('courteously', 5), ('projected', 3), ('companionship', 1), ('inarticulate', 2), ('goggles', 1), ('nails,', 1), ('stained', 3), ('pacificator', 1), ('party,', 1), ('calmed', 1), ('wranglings', 1), ('earnestness.', 2), ('Well,', 1), ('boat--a', 1), ('leaky,', 1), ('heavy,', 2), ('tub', 1), ('tracked', 1), ('way--carried', 1), ('boatmen', 1), ('sixteen', 2), ('hours', 6), ('meals;', 1), ('frayed', 1), ('parted', 1), ('entangled', 1), ('other.', 4), ('Towards', 3), ('sundown', 7), ('shelf', 1), ('lies', 5), ('angle', 3), ('bifurcation', 1), ('(here', 1), ('"River', 1), ('Golden', 2), ('Sand"),', 1), ('west,', 1), ('Min,', 1), ('Chentu', 2), ('north', 6), ('southern', 2), ('good-bye', 3), ('companions.', 5), ('Climbing', 1), ('thoroughfare', 1), ('girl,', 3), ('Chaotong', 15), ('Province,', 3), ('290', 3), ('Neither', 1), ('re-engage', 1), ('further.', 4), ('Laokwang', 1), ('declared', 2), ('Talifu.', 4), ('loneliness', 1), ('Chaotong.', 10), ('trodden,', 1), ('smallness', 3), ('"come', 1), ('stab', 1), ('us."', 1), ('glad', 6), ('retaining', 2), ('fee', 10), ('Tali.', 21), ('famous', 19), ('Provicaire', 4), ('Moutot', 2), ('Beraud,', 2), ('sights', 1), ('visited', 5), ('newly-arrived', 1), ('Missions.', 1), ('Four', 3), ('Americans', 1), ('dinner.', 3), ('drawing-room,', 1), ('conspicuous', 6), ('ornament', 1), ('scroll', 1), ('executed', 2), ('flower,', 4), ('circumstance', 3), ('confirm', 1), ('belief', 5), ('veneration', 1), ('foreigners.', 1), ('cease,', 1), ('entered.', 1), ('fierce', 3), ('at,', 3), ('tall', 1), ('grenadier,', 1), ('stride', 1), ('camel;', 1), ('hairpin.', 1), ('regret', 4), ('invite', 3), ('"Waal', 1), ('now,"', 1), ('spectacles,', 1), ('"ahm', 1), ('real', 5), ('sorry', 8), ("caan't", 1), ('ask', 9), ("somethin'", 1), ('eat,', 2), ("we've", 1), ('finished,', 4), ('guess', 1), ("ain't", 1), ("nothin'", 1), ('left."', 1), ('Fourteen', 1), ('shipment.', 1), ('Most', 5), ('Chicago.', 3), ('earliest', 1), ('translate', 1), ("Stead's", 1), ('Chicago,"', 1), ('demonstrate', 1), ('standard', 4), ('morality,', 1), ('virtue,', 3), ('probity,', 1), ('enlighten', 1), ('benighted', 3), ('stronghold.', 1), ('nominally', 2), ('Catholics', 3), ('representing', 1), ('labours', 2), ('period', 2), ('years.', 7), ('Actually,', 1), ('Catholics.', 1), ('Provicaire,', 3), ('"_trop', 1), ('materialistes_"', 1), ('Christian,', 4), ('"liars', 1), ('robbers,"', 1), ('propagated', 1), ('amongst', 3), ('Rarely', 4), ('"_vrai', 1), ('accent', 1), ('parisien_,"', 1), ('true,', 2), ('conflicts', 2), ('Paris,', 2), ('Parisians', 1), ('language', 9), ('intelligence', 5), ('observe', 3), ('address', 4), ('twenty-three', 6), ('China--six', 1), ('Omi,', 1), ('Suifu;', 1), ('Beraud', 1), ('perfection,', 1), ('co-workers', 1), ('bishop', 1), ('production', 2), ('Mandarin-French', 1), ('dictionary', 1), ('Sicawei;', 1), ('premises', 4), ('style.', 1), ('scrolls', 3), ('Catholics,', 2), ('school', 6), ('ragamuffins,', 1), ('nunnery', 1), ("girls'", 1), ('school,', 2), ('fit', 5), ('venerable', 2), ('bishop.', 2), ('chapel,', 1), ('visit', 17), ("Lord's", 1), ('Apostles', 1), ('story.', 1), ('Tradition', 1), ('Thomas', 1), ('further', 13), ('proof', 1), ('wanting,', 1), ('Tamo', 1), ('worshipped', 1), ('Scholars,', 1), ('identify', 1), ('Hindoo', 1), ('features', 7), ('Buddhist', 8), ('evangelist', 4), ('Tamo,', 1), ('sixth', 1), ('century.', 3), ('branch', 6), ('polisher', 1), ('Hereford.', 1), ('teens.', 1), ("missionary's", 2), ('has,', 3), ('tells', 11), ('"abundantly', 1), ('blessed,"--he', 1), ('baptised', 8), ('type', 8), ('self-reliant,', 1), ('sympathetic', 2), ('self-denying,', 1), ('self-satisfied.', 1), ('well-defined.', 1), ('words:--"Those', 1), ('Gospel', 2), ('Almighty', 1), ('fit"--a', 1), ('contention', 4), ('admit', 4), ('dispute--"but', 1), ('doctrine,', 2), ('steel', 2), ('Holy', 3), ('Ghost,', 2), ('assuredly', 2), ('hell;', 1), ('help', 8), ('them,', 19), ("won't;", 1), ('believed,', 2), ('eternal;', 1), ('punishment', 13), ('eternal."', 1), ('awaits', 1), ('becoming', 3), ('gentleness,', 2), ('accordance', 9), ('teaching', 6), ('S.', 10), ('Woodin,', 2), ('Baptist', 3), ('Foochow,', 1), ('says:--"There', 1), ('occasions', 4), ('awful', 14), ("'hell,'", 1), ('love."', 1), ('(_Records_', 2), ('Conference,', 4), ('91.)', 1), ('study', 2), ('equanimity', 2), ('good-natured', 4), ('contemplates', 2), ('conversions', 3), ('confession', 2), ('unoffending', 2), ('enfer', 1), ('bouillir', 1), ('eternellement_.', 1), ('unwelcome', 1), ('teach', 3), ('does,', 2), ('infinitely', 3), ('distasteful', 1), ('Founder', 2), ('"They', 3), ("God's", 6), ('ones', 2), ('Morgan,', 2), ('editor', 2), ('Christian_,', 1), ('"and', 4), ('yearns', 3), ('1879,', 1), ('94.)', 1), ('(who', 3), ('Gospel,)', 1), ('B.', 5), ('Broomhall,', 2), ("_China's", 6), ('"where', 2), ('future?', 1), ('grave?', 1), ('Oh,', 1), ('tremendous', 1), ('question!', 1), ('contemplate--but', 1), ('perish;', 2), ('says."', 1), ('("Evangelisation', 1), ('World,"', 1), ('70.)', 1), ('guilty', 6), ('eyes;', 1), ('perish."', 1), ('(_Id._,', 2), ('101.)', 1), ('world?', 1), ('leaves', 4), ('Word', 3), ('hope;', 2), ('positive', 1), ('contrary.', 1), ('Yes!', 1), ('it."', 4), ('199.)', 1), ('believes', 2), ('stated', 3), ('public.', 1), ('Ancestral', 2), ('worship', 6), ('keystone', 2), ('religion', 3), ("China's", 3), ('social', 1), ('fabric."', 1), ('springs,"', 1), ('P.', 2), ('Martin,', 2), ('D.D.,', 4), ('LL.D.,', 1), ('Wen', 3), ('College,', 1), ('Peking,', 6), ('"from', 2), ('principles', 1), ('nature.', 1), ('conception', 1), ('grave', 3), ('commune', 1), ('parents."', 2), ('("The', 2), ('Worship', 1), ('Ancestors--a', 1), ('plea', 2), ('toleration.")', 1), ('condemned', 8), ('bitterly', 4), ('toleration.', 1), ('"Ancestral', 2), ('worship,"', 1), ('(it', 1), ('May,', 6), ('1890),', 1), ('idolatry', 1), ('beginning', 5), ('end,', 2), ('whole', 9), ('connected', 2), ('idolatry,', 1), ('idolatrous,', 1), ('befalls', 1), ('idolaters', 1), ('Taylor:--"Their', 1), ('lake', 8), ('fire."', 1), ('"These', 2), ('China"', 1), ('Gospel),', 1), ('"are', 2), ('unsaved.', 1), ('Oh!', 2), ('dear', 3), ('condition?', 1), ('heathen,', 3), ("'they", 1), ('world\'?"', 1), ('(Missionary', 2), ('1888,', 5), ('_Records_,', 3), ('176.)', 1), ('"There', 3), ('Apostle', 1), ('Paul,', 1), ('inspiration', 1), ("'They", 1), ('sin', 4), ('law,', 2), ('perish', 1), ("law,'", 1), ('nay,', 1), ('afraid', 4), ('contradict', 1), ('revelation', 1), ('Him', 2), ('shew', 1), ('solemnly', 2), ('affirms', 1), ("'idolators", 1), ('liars,', 1), ('burneth', 1), ("brimstone.'", 1), ('unsaved', 1), ('urgent', 1), ('needs', 5), ('claim', 3), ('_agonising', 1), ('eagerness_', 1), ('hasten', 1), ('proclaim', 1), ('message', 4), ('deliverance', 1), ('found?"', 1), ('(_Ut', 1), ('supra_,', 1), ('ii.,', 3), ('31.)', 1), ('raise', 3), ('majority', 4), ('presumably', 4), ('director,', 1), ('Taylor.', 1), ('inquirer', 1), ('unconverted', 1), ('Gospel,', 3), ('Confucius,', 1), ('perished', 3), ('eternally.', 1), ('virtues', 3), ('filial', 3), ('piety;', 1), ('strongest', 1), ('emotion', 3), ('move', 7), ('supreme', 5), ('footsteps', 2), ('father.', 5), ('Conversion', 1), ('eternal', 2), ('separation', 2), ('life,', 7), ('"immediate', 1), ('liberation', 2), ('ancestors', 3), ('beggary,', 1), ('sickness', 4), ('manner', 6), ('evil', 7), ('neighbourhood."', 1), ('fields--incomparably', 1), ('difficult--is', 1), ('Difficulties', 1), ('assail', 1), ('step;', 2), ('honest', 2), ('low,', 1), ('sympathise', 1), ('advancement', 2), ('example', 2), ('telling', 4), ('duty,', 2), ('forefathers', 1), ('generations', 2), ('him--the', 1), ('explaining', 1), ('him,', 19), ('Me', 1), ('hate', 2), ('disciple.', 1), ('variance', 1), ('father."', 1), ('patriarchal', 4), ('system', 12), ('prevails', 5), ('crime', 9), ('commit,', 1), ('kill', 5), ('parent,', 1), ('mother.', 2), ('abundantly', 3), ('exaggerated,', 2), ('crime.', 1), ('"_Ling', 2), ('chi_,"', 2), ('"degrading', 2), ('process,"', 1), ('brothers', 4), ('beheaded;', 1), ('razed', 1), ('dug', 1), ('deep;', 1), ('neighbours', 4), ('severely', 2), ('punished;', 1), ('decapitated;', 1), ('magistrate', 12), ('deprived', 3), ('office;', 1), ('degraded', 4), ('rank.', 3), ('enormity', 1), ('parricide', 1), ('approves', 1), ('severity', 2), ('preach,', 1), ('"And', 2), ('death."', 1), ('courageous', 3), ('workers,', 1), ('travellers,', 4), ('unselfish', 1), ('endowed', 4), ('manly', 1), ('admiration,', 1), ('worthy', 6), ('praise', 8), ('bestowed', 1), ('reaching', 3), ('maturity,', 1), ('delicately-nurtured', 1), ('emotional', 1), ('heightened', 1), ('religious', 4), ('feelings.', 1), ('Too', 2), ('ignorant', 3), ('nation', 3), ('"witnessed', 1), ('decay', 1), ('Egypt,', 1), ('Assyria,', 1), ('Babylonia,', 1), ('Persia,', 1), ('Greece,', 1), ('Rome,', 1), ('monument', 4), ('ages', 1), ('bygone,"', 1), ('manners', 1), ('polity,', 1), ('religions,', 1), ('extraordinary', 6), ('acquirement', 1), ('forgetful', 1), ('"prepossessions', 1), ('prejudices', 1), ('cherished', 1), ('judgments', 1), ('growth', 4), ('millenniums,"', 1), ('exposition', 1), ('impenetrable', 1), ('hearers.', 1), ('them,"', 2), ('respectable', 1), ('artisans,', 1), ('imperfect', 1), ('response', 1), ('"wail', 1), ('dying', 10), ('"awful', 2), ('ruin', 3), ('souls,"', 1), ('rate', 4), ('33,000', 1), ('"perishing', 4), ('sinned', 2), ('law."', 2), ('Millions_:', 1), ('"Now', 2), ('news!', 2), ('Glorious', 1), ('news', 3), ('time!', 1), ('crowded!', 1), ('bright', 7), ('intelligent', 2), ('faces!', 1), ('word,', 2), ('lost."', 1), ('Five', 5), ('write:', 1), ('Siao', 1), ('Wong', 7), ('Miao', 1), ('Sengleping,', 1), ('matseller.', 1), ('spread', 7), ('insane.', 1), ('reason,', 3), ('piety."', 1), ('5,', 2), ('95,', 5), ('143).', 1), ('Lord', 6), ('realised', 1), ('goodness.', 1), ('Poor', 4), ('talk', 2), ('her.', 4), ('sisters,', 2), ('climate.', 2), ('vigour,', 2), ('worth', 15), ('living.', 2), ('well;', 1), ('forgetting', 1), ('sensation', 1), ('health;', 1), ('anaemic', 1), ('apprehensive;', 1), ('headaches', 1), ('neuralgia;', 1), ('pleasure,', 2), ('amusement', 3), ('whatever;', 2), ('relaxation', 1), ('temperature;', 1), ('prayer', 2), ('meeting.', 2), ('unchanging', 1), ('society', 3), ('couple--the', 1), ('permit', 8), ('prison-like', 1), ('top', 3), ('Her', 4), ('lover,', 1), ('refined', 2), ("week's", 1), ('depressing', 1), ('fever-stricken', 1), ('November', 1), ('June,', 1), ('blazes', 1), ('unendurable', 1), ('fierceness', 3), ('October.', 1), ('strength', 7), ('fond', 2), ('boating', 1), ('lawn-tennis', 2), ('player.', 1), ('ill,', 2), ('anaemic,', 1), ('wasted,', 1), ('dyspeptic,', 1), ('forms', 4), ('fever,', 2), ('destitute', 2), ('appetite.', 1), ('agonising', 1), ('health', 1), ('horrible', 7), ('reality', 1), ('sacrifice', 2), ('making--no', 1), ('"outcasts', 1), ('subsidised', 1), ('forsake', 2), ('altars;"', 1), ('self-devotion', 1), ('laying', 1), ('Heaven.', 4), ('healthy', 1), ('brain', 2), ('discern', 1), ('"Blessing"', 1), ('blind', 2), ('reverse', 1), ('worshipful', 1), ('effusive', 1), ('thanks', 2), ('Almighty,', 1), ('ones,"', 1), ('"vouchsafing', 1), ('mercies"', 1), ('doubtful', 2), ('180,000', 1), ('area', 4), ('habitation', 2), ('graveyard', 1), ('outside', 19), ('covers', 1), ('slopes', 2), ("doesn't.", 1), ('besides', 4), ('opium-houses.', 1), ('silk', 1), ('shop,', 1), ('hong,', 1), ('pretension', 2), ('whatever,', 3), ('opium-room,', 1), ('lamp', 2), ('guest.', 1), ('Opium-rooms', 1), ('smoking', 2), ('rooms', 4), ('whiff', 2), ('nip', 1), ('whisky', 1), ('business', 4), ('OPIUM-SMOKING.]', 1), ('waterway', 1), ('minerals', 1), ('inexhaustible', 1), ('subterranean', 1), ('reservoirs', 1), ('brine.', 1), ('Silks', 1), ('furs', 1), ('silverwork,', 1), ('medicines,', 2), ('whitewax,', 1), ('articles', 3), ('as,', 3), ('cotton,', 5), ('imports', 2), ('Manchester', 2), ('constitute', 1), ('Kingdom.', 4), ('Liu,', 4), ('Anhwei;', 1), ('therefore,', 7), ('related', 1), ('marriage,', 1), ('daughter', 1), ("Chang's", 2), ('nephew.', 1), ('provincial', 4), ('Treasurer', 2), ('occupy', 5), ('noticing', 1), ('Treasurer,', 1), ('Kung', 2), ('Chao-yuan,', 2), ('(1894)', 1), ('Minister', 3), ('Plenipotentiary', 1), ('Great', 7), ('Britain,', 2), ('Italy,', 1), ('Belgium,', 1), ('Sweden', 1), ('Norway,', 1), ('chagrin', 1), ('"Imperial', 1), ('Supreme"', 1), ('compelling', 1), ('tombs', 2), ('ancestors--to', 1), ('fixed', 4), ('salary,', 2), ('vacate', 1), ('opportunities', 2), ('personal', 10), ('enrichment', 2), ('illimitable.', 1), ('magistrates,', 1), ('yamens.', 1), ('Fu', 7), ('"Father', 1), ('City,"', 1), ('Hsien', 5), ('"Mother', 2), ('City;"', 1), ('City"', 1), ('favours', 1), ('trade.', 1), ('1888', 1), ('1889', 2), ('friendliness', 3), ('Folk', 1), ('eats', 3), ('children,"', 1), ('hurriedly', 4), ('hidden,', 1), ('fear.', 1), ('taunts', 1), ('disregarded.', 1), ('food;', 1), ('formal', 1), ('complaint', 2), ('yamen,', 6), ('proclamation', 2), ('checking', 1), ('absurd', 4), ('tales', 2), ('ordering', 1), ('citizens,', 1), ('pains', 1), ('penalties,', 1), ('respect.', 1), ('trouble', 4), ('since,', 1), ('streets,', 5), ('indifference.', 1), ('Reference', 1), ('sorrows', 1), ('November,', 1), ('1893:--', 1), ('"Soon', 1), ('trial', 2), ('rumours', 1), ('baby', 2), ('eating),', 1), ('internal', 1), ('sorrow', 3), ('arose.', 2), ('members,', 1), ('preacher', 2), ('grievous', 1), ('sin,', 1), ('excluded', 1), ('promising', 3), ('inquirer,', 1), ('growing', 4), ('power.', 3), ('cloud', 1), ('suddenly', 4), ('removed', 8), ('visitation."', 1), ('opens', 1), ('displays', 1), ('prominently', 3), ('concerning', 7), ('rights', 2), ('Seven', 2), ('children,', 14), ('girls,', 3), ('boarded', 2), ('Christians.', 1), ('pretty,', 2), ('eldest,', 1), ('fourteen,', 2), ('so.', 5), ('large-footed,', 1), ('converts.', 2), ('hoped', 3), ('emulous', 1), ('converted.', 1), ('foundlings', 1), ('where,', 5), ('brown', 2), ('paper,', 4), ('times', 19), ('wall', 20), ('compound.', 2), ('reared', 3), ("boys'", 1), ('heathens,', 1), ('lessons.', 1), ('learning', 3), ('subjects,', 1), ('"tones"', 2), ('voices.', 1), ('awful.', 1), ('None', 3), ('din.', 1), ('silent;', 1), ('noise,', 2), ('school--not', 1), ('silence.', 2), ('schoolmaster', 1), ('ragged-looking', 1), ('loafer,', 1), ('grey.', 1), ('mourning,', 2), ('unshaven', 2), ('forty-two', 1), ('consequence', 3), ('forty-second', 1), ('death,', 7), ('dead', 24), ('became,', 1), ('aware', 1), ('decease.', 1), ('forty-ninth', 1), ('rites', 1), ('cease.', 1), ('BANKS.', 1), ('Chaotong,', 26), ('inducement', 1), ('shape', 5), ('shilling', 4), ('threepence', 2), ('each,', 5), ('bonus,', 1), ('coolie-hong,', 1), ('engaged,', 1), ('hong-master,', 1), ('remitted', 3), ('receipt', 3), ('safe', 3), ('delivery.', 1), ('half,', 1), ('convert,', 4), ('surviving', 3), ('fellow,', 6), ('dull', 2), ('credit', 2), ('intrusted', 2), ('money--he', 1), ('load.', 2), ('empty', 3), ('"_Muta', 1), ('tsien!', 1), ('muta', 1), ('tsien!_"', 1), ('(I', 4), ('money!', 1), ('money!).', 1), ('perfect', 8), ('confidence', 5), ('conversion,', 3), ('Were', 1), ('rob', 1), ('run', 4), ('arrest', 3), ('detained', 6), ('prison', 7), ('returned.', 1), ('Nothing', 4), ('gives', 4), ('protection', 9), ('fraud', 1), ('injury', 2), ('law', 11), ('responsible', 2), ('wrongdoing', 1), ('son,', 5), ('elder', 6), ('culpable', 1), ('misdeed', 2), ('younger.', 1), ('22nd', 2), ('Brother', 1), ('Shortly', 2), ('leaving,', 3), ('_chairen_', 1), ('yamen-runner--the', 1), ('policeman,', 1), ('say--sent', 1), ('Magistrate', 5), ('shadow', 5), ('Tak-wan-hsien,', 5), ('request', 3), ('remind', 1), ('traveller,', 8), ('wine-money', 1), ('chairen', 12), ('reasonable.', 1), ('yamen-runners', 2), ('knowing', 3), ('partly', 3), ('mainly', 2), ('Magistrate;', 1), ('injury,', 1), ('degradation.', 1), ('arranged,', 1), ('chairen,', 3), ('services,', 1), ('200', 5), ('pence);', 1), ('"_gowshun!', 1), ('gowshun!_"', 1), ('more!', 1), ('more!)', 1), ('sufficient', 8), ('persistence,', 1), ('sevenpence', 2), ('halfpenny.', 3), ('limit;', 1), ('assured,', 1), ('generous', 1), ('accompanying', 1), ('227', 1), ('river-bank', 1), ('alluvial,', 1), ('flower', 2), ('tobacco', 6), ('growing,', 1), ('rape-seed', 3), ('alternated', 1), ('rushes--the', 1), ('yielding', 2), ('rushes', 1), ('rushlights', 1), ('lamps.', 1), ('Flocks', 1), ('geese', 1), ('sandbanks--the', 1), ('"peaceful', 1), ('geese,"', 1), ('extolled', 1), ('Chinaman.', 5), ('pairs,', 1), ('dies,', 1), ('mate', 1), ('faithful', 3), ('memory.', 4), ('arch', 2), ('spans', 2), ('characters,', 4), ('_Shen_', 1), ('(holy),', 1), ('_Chi_', 1), ('(will),', 1), ('holy', 2), ('decree', 1), ('perpetuate', 1), ('remarried.', 1), ('grace', 2), ('loads;', 1), ('hurry', 1), ('rewarded"--one', 1), ('stages', 10), ('branches', 5), ('tree,', 2), ('cup', 4), ('waited,', 2), ('hawker', 1), ('cats.', 1), ('baskets', 5), ('cat', 1), ('bore', 4), ('resemblance', 2), ('tortoise-shell', 1), ('tabby,', 1), ('pet', 1), ('disappeared', 1), ('mysteriously;', 1), ('died,', 3), ('servant', 3), ('reincarnated.', 1), ('market', 14), ('midday,', 1), ('hot,', 1), ('Anpien.', 1), ('320', 1), ('(eightpence),', 1), ('grasping', 2), ('340', 1), ('"Walk', 1), ('on,"', 1), ('lesson,"', 1), ('rebuke', 1), ('avarice', 1), ('hardly', 12), ('frame', 3), ('mind', 6), ('requisite', 2), ('conducting', 2), ('evangelical', 1), ('Anpien', 1), ('considerable', 6), ('town.', 14), ('bifurcates', 1), ('rivers,', 1), ('north-west,', 1), ('south-west.', 1), ('Streets', 1), ('temporary', 2), ('suburb,', 1), ('rises', 3), ('melting', 2), ('snows', 2), ('mountain', 28), ('sources.', 2), ('restaurant', 3), ('floor,', 2), ('accommodation', 4), ('sooner', 4), ('seated', 10), ('card;', 1), ('passport,', 3), ('original.', 1), ('daybreak', 2), ('junction.', 1), ('Laowatan', 4), ('cliff;', 1), ('narrow,', 1), ('steep,', 1), ('winding,', 1), ('slippery.', 1), ('pass,', 2), ('sudden', 3), ('turns', 4), ('canted', 1), ('gorges.', 1), ('depends', 4), ('sureness', 2), ('bearers--a', 1), ('step,', 1), ('tumble', 1), ('below.', 4), ('Deep', 1), ('roared', 1), ('cataract,', 1), ('passage', 7), ('swarming', 1), ('passengers,', 1), ('racing,', 1), ('oars', 1), ('chorus.', 1), ('appeared,', 1), ('reach,', 2), ('error,', 1), ('slightest', 2), ('fragments', 1), ('corpses.', 1), ('stage', 10), ('steepness', 2), ('permits', 5), ('straw-thatched,', 1), ('plaster', 4), ('inns.', 1), ('bins', 1), ('steaming', 2), ('travellers;', 1), ('brewed', 2), ('minutes;', 1), ('tables', 3), ('chopsticks', 4), ('clean.', 3), ('finished.', 1), ('writing,', 2), ('tables.', 1), ('interested.', 1), ('glasses,', 1), ('wag', 1), ('divert', 3), ('loudness', 1), ('speech,', 3), ('insisting', 1), ('deaf,', 2), ('tones', 2), ('tympanum.', 1), ('foolish', 3), ('talked', 2), ('him;', 3), ('persisted,', 1), ('poked', 1), ('mine,', 3), ('withdrew', 1), ('hobbled', 1), ('umbrage', 1), ('attention', 9), ('bystanders', 2), ('capacity', 2), ('mouth,', 1), ("mule's.", 1), ('scanty,', 2), ('non-existent.', 1), ('intelligible;', 1), ('Mrs.', 4), ('General', 10), ('Baynes,', 1), ('staying', 1), ('Boulogne,', 1), ('Hindostanee', 1), ('discover', 5), ('conversing', 1), ('Remonstrance', 1), ('effective.', 1), ('Whenever', 1), ('obtrusive,', 1), ('sentences', 2), ('situation.', 2), ('reminded', 1), ('employed', 12), ('Cornish', 1), ('husband', 13), ('colleague', 1), ('Andalusia,', 1), ('succeeded', 5), ('mastering', 1), ('Spanish.', 1), ('lady,', 1), ('present,', 9), ('servant,', 1), ('"possess"', 1), ('English:', 1), ('"Bring', 1), ('me,"', 2), ('angry', 2), ('aside,', 1), ('"bring', 1), ('_cuchillo_', 1), ('black-handled', 1), ('heft,"', 1), ('adding,', 1), ('thumped', 1), ('fist', 1), ('mystified,', 2), ('"D----', 1), ('language!', 1), ('track,', 1), ('wide.', 1), ('Mountain', 2), ('file', 3), ('backs', 2), ('bending', 2), ('burdens.', 1), ('Pigs', 2), ('fowls', 1), ('dogs,', 1), ('stray', 1), ('cat,', 1), ('foraging', 1), ('crumbs', 1), ('table.', 2), ('Through', 4), ('doorways', 1), ('paddy-fields', 2), ('arable', 1), ('air', 7), ('enervating.', 1), ('clouds,"', 2), ('term', 11), ('belie', 1), ('name.', 2), ('oven,', 1), ('toddled', 2), ('deformed', 2), ('heels.', 1), ('husband,', 5), ('innkeeper,', 3), ('minutes', 2), ('basins', 1), ('full.', 1), ('"_Na', 1), ('kaishui', 1), ('lai_"', 1), ('(bring', 1), ('water),', 1), ('sides.', 1), ('heap', 2), ('rolls', 2), ('hollow', 6), ('joint', 1), ('use,', 4), ('takings', 1), ('Hanging', 1), ('rafters', 2), ('sandals', 3), ('hemp', 2), ('moneyed', 2), ('wayfarers', 2), ('writer.', 1), ('round,', 2), ('tables,', 2), ('respectful,', 1), ('plied', 1), ('questions', 4), ('master.', 2), ('tempted', 2), ('backslide', 1), ('swerve', 1), ('answers.', 1), ('anxious', 6), ('Over', 3), ('surpassing', 2), ('beauty,', 2), ('continued', 9), ('Fan-yien-tsen,', 2), ("days'", 4), ('24th', 1), ('toiling', 4), ('mountains,', 6), ('climbing', 4), ('steeps,', 1), ('pine,', 2), ('ever-changing', 1), ('running', 5), ('cascades', 1), ('waterfalls', 1), ('glens', 1), ('gorges,', 1), ('tops.', 1), ('Tanto,', 2), ('crossed,', 1), ('before,', 6), ('Yunnan.', 11), ('Tanto', 1), ('leads', 6), ('rocky', 5), ('defile', 2), ('spanned', 4), ('bridge;', 1), ('stream?', 1), ('also.', 1), ('suspension', 7), ('broad,', 3), ('massive', 5), ('buttresses', 1), ('approached', 3), ('temple-archways.', 1), ('Mists', 1), ('clothe', 2), ('mountains--the', 1), ('stone.', 3), ('Population', 1), ('cultivation', 2), ('possible.', 3), ('Villages', 1), ('sparsely', 2), ('conduits', 2), ('tarns', 1), ('hillside.', 2), ('Each', 2), ('supply,', 1), ('attempt', 4), ('good.', 2), ('Besides', 2), ('reasons,', 1), ('interfere', 2), ('water-carriers,', 1), ('slope', 4), ('impassable,', 1), ('traffickers,', 1), ('blocked', 2), ('stalls', 3), ('wares.', 1), ('pure', 5), ('briquettes,', 1), ('drugs--a', 1), ('medley', 1), ('bones,', 3), ('horns,', 2), ('roots,', 2), ('leaves,', 1), ('minerals--and', 1), ('cotton', 6), ('yarn', 1), ('Bombay,', 1), ('goods', 5), ('Manchester.', 1), ('villages', 10), ('asked--namely,', 1), ('_7d._', 3), ('miles;', 2), ('_5d._', 1), ('discrepancy', 1), ('great,', 1), ('acrimonious', 1), ('indicating', 3), ('gestures,', 1), ('sarcastic', 2), ('failed', 2), ('overreach', 1), ('him.', 14), ('LAOWATAN.]', 1), ('Sengki-ping', 1), ('rained', 2), ('umbrella', 1), ('solution', 2), ('continuity', 1), ('roof', 4), ('immediately', 4), ('pillow.', 1), ('following;', 1), ('earn', 1), ('shilling,', 1), ('slush.', 1), ('hard', 8), ('slippery', 4), ('rivers', 2), ('flow', 2), ('majestic', 1), ('banks', 7), ('towering', 1), ('Clad', 1), ('scrub,', 1), ('firm', 2), ('foothold,', 2), ('peasant;', 1), ('cliffs,', 1), ('ledges', 2), ('inaccessible', 2), ('sown', 1), ('wheat', 3), ('peas,', 2), ('enough,', 1), ('baneful', 1), ('plodded', 1), ('mud', 16), ('rain,', 2), ('painfully', 1), ('limping', 1), ('stick.', 1), ('lad,', 2), ('unbound', 1), ('leg', 4), ('knee.', 1), ('independence', 2), ('alms,', 1), ('limped', 1), ('Meeting', 1), ('sitting', 3), ('handful', 2), ('thanked', 4), ('raising', 1), ('clasped', 4), ('something,', 1), ('what,', 1), ('hurried', 4), ('afterwards', 8), ('breakfast,', 1), ('passed.', 1), ('knees', 5), ('"kotow\'d"', 1), ('mark', 4), ('liveliest', 1), ('gratitude.', 2), ('touched', 2), ("fellow's", 1), ('gratitude--he', 1), ('fifteen--and', 1), ('mean,', 1), ('benefaction,', 1), ('generous,', 1), ('gained', 5), ('action,', 3), ('track', 5), ('shell', 1), ('50-ton', 1), ('gun', 2), ('crag', 1), ('struck', 6), ('paces', 1), ('nearer', 1), ('blotted', 1), ('profession', 1), ('ill', 4), ('spare.', 1), ('camped', 3), ('Laowatan.', 2), ('bearers', 3), ('befitting', 2), ('risen', 2), ('leave,', 2), ('amid', 9), ('serried', 1), ('ranks', 1), ('spectators.', 1), ('wonderful', 12), ('12', 3), ('linked', 2), ('bars', 1), ('wrought', 1), ('iron.', 1), ('shows', 2), ('stability,', 1), ('strength,', 2), ('delicacy', 2), ('design,', 1), ('untutored', 1), ('barbarians', 2), ('ascended', 2), ('incline', 3), ('opposite,', 1), ('barrier,', 1), ('mountain,', 4), ('cottage', 3), ('path.', 2), ('Nor', 1), ('foremost', 4), ('bearer', 2), ('reluctantly', 1), ('string', 5), ('"With', 2), ('gods,"', 1), ('"without', 1), ("can't", 2), ('man."', 1), ('upwards.', 1), ('"south', 1), ('clouds"--in', 1), ('clouds--the', 1), ('dry', 4), ('crisp.', 1), ('Ponies', 2), ('droves;', 1), ('drove.', 1), ('heavily', 1), ('lead,', 1), ('nozzled', 1), ('grass,', 7), ('agility', 1), ('goats.', 1), ('Time', 1), ('gongs,', 1), ('echoes', 1), ('rang', 1), ('decorated', 2), ('tufts,', 1), ('plumes', 2), ('Amherst', 1), ('pheasant.', 1), ('animals,', 2), ('franked', 1), ('examination.', 1), ('path,', 3), ('rising', 6), ('watershed,', 1), ('descends', 1), ('counterslope', 1), ('ravine,', 1), ('riven', 1), ('perpendicularly', 1), ('twain,', 1), ('Taoshakwan,', 3), ('Midway', 2), ('precipice', 1), ('seeing;', 1), ('coffin', 4), ('fault', 1), ('untold', 1), ('generations,', 1), ('originally', 2), ('"ancient', 1), ('flying-men', 1), ('extinct."', 1), ('pretentious', 1), ('tigers', 1), ('outflanking', 2), ('gods', 10), ('disrepair;', 1), ('verandah', 1), ('alpine', 1), ('magnificence.', 1), ('poverty.', 1), ('Tchih-li-pu,', 2), ('poverty-stricken', 1), ('ill-clad,', 1), ('hotel', 2), ('dirty,', 2), ('in.', 2), ('well-worn', 1), ('places,', 3), ('uneven,', 1), ('irregular,', 1), ('varying', 5), ('heights', 2), ('tortuous', 2), ('bald;', 1), ('grand', 3), ('lonely;', 1), ('vegetation', 2), ('few;', 1), ('poverty', 9), ('Farmhouses', 1), ('intervals,', 1), ('occasional', 4), ('cultivation;', 1), ('white-washed', 1), ('towers', 1), ('trees;', 1), ('tombstones,', 1), ('rudely', 4), ('guard', 4), ('roofs,', 1), ('bowls', 3), ('ovens', 1), ('travellers.', 5), ('Food', 4), ('terminate', 1), ('expect', 5), ('food', 7), ('sale.', 2), ('inferior,', 3), ('content', 5), ('maize', 8), ('meal,', 2), ('bean', 2), ('curds,', 2), ('roasted', 1), ('sugar,', 1), ('sweet', 8), ('gelatinous', 1), ('waste', 3), ('meal.', 2), ('towns.', 2), ('roadside', 4), ('potatoes;', 1), ('abundance,', 2), ('(500', 2), ('cash),', 1), ('dearness.', 1), ('costs', 7), ('egg', 1), ('strikes', 1), ('balance', 2), ('sees', 2), ('nourishment', 1), ('eggs.', 1), ('meat', 1), ('pork--pork', 1), ('plenty,', 1), ('only.', 1), ('scavengers', 1), ('carnivora', 1), ('omnivorous', 1), ('"A', 5), ('unscrupulous', 1), ('stomach', 1), ('world,"', 1), ('Meadows;', 1), ('"he', 8), ('root', 1), ('leaf,', 1), ('hide', 1), ('entrails."', 1), ('despise', 1), ('death.', 9), ('famine', 11), ('1876-1879', 1), ('fought', 1), ('fattened', 1), ('corpses', 2), ('countrymen.', 1), ('Mutton', 1), ('shops,', 1), ('beef', 2), ('also,', 1), ('imagined', 2), ('sheep', 3), ('ox', 2), ('killed', 11), ('flesh,', 3), ('unless', 7), ('starvation', 7), ('disease.', 2), ('buffalo.', 1), ('Sugar', 2), ('towns;', 1), ('purchased', 8), ('everywhere.', 1), ('Beggars', 2), ('numbers,', 2), ('skulking', 1), ('naked,', 2), ('unkempt', 2), ('hair', 6), ('basket', 1), ('dogs.', 4), ('beware', 1), ('scare', 1), ('bulls.', 1), ('Dogs', 1), ('lowly', 1), ('organised;', 1), ('discriminating', 1), ('animals;', 1), ('luxurious', 2), ('splendour', 1), ('dress--it', 1), ('shillings--dogs', 1), ('calling.', 1), ('towns,', 1), ('competition', 2), ('custom.', 2), ('Hotel', 1), ('runners', 1), ('shout', 1), ('establishments.', 1), ('different.', 1), ('innkeepers', 1), ('apathetic', 2), ('shamefaced', 1), ('trades', 1), ('mason', 2), ('carver', 1), ('Huge', 1), ('monoliths', 1), ('dislodged', 1), ('_in', 1), ('situ_,', 1), ('spot', 10), ('erected.', 1), ('pursue', 1), ('practice', 4), ('Westerns,', 1), ('undressed', 1), ('quarry', 1), ('carve', 1), ('studio.', 1), ('transport--the', 1), ('lighter', 1), ('unhewn', 1), ('block.', 1), ('masonry', 3), ('needed.', 1), ('Houses', 1), ('ruin,', 2), ('thatched,', 1), ('mud-plastered,', 1), ('places.', 3), ('hire', 2), ('li,', 6), ('shorter', 3), ('distance,', 3), ('day.', 9), ('ordered', 2), ('naturally', 5), ('walked;', 1), ('haunted', 2), ('discovered', 5), ('guide', 1), ('instructed', 1), ('ninety', 4), ('each.', 3), ('"out', 1), ('consideration', 4), ('pocket;', 1), ('wider', 1), ('scope', 1), ('arrangement', 4), ('chair-coolies.', 1), ('humour', 3), ('unaware', 1), ('laughing', 3), ('sleeves', 1), ('folly.', 1), ('Trifling', 1), ('mistakes', 1), ('travels', 1), ('humour,', 3), ('cheerful,', 1), ('untiring.', 1), ('disposed', 1), ('argumentative', 1), ('quarrel.', 1), ('Nature', 3), ('uncontrollable', 1), ('stutter,', 1), ('quickly,', 2), ('spasm', 1), ('seized', 9), ('tongue,', 1), ('laugh.', 1), ('curiously', 3), ('coolie.', 1), ('neck;', 2), ('prolongation', 1), ('neck', 4), ('"Adam\'s', 1), ('apple."', 1), ('Both', 3), ('paid,', 1), ('loads,', 3), ('insignificant;', 1), ('sixty-seven', 1), ('pounds', 2), ('We,', 1), ('civilisation,', 4), ('realise', 3), ('weights', 1), ('beasts', 1), ('burthen,', 1), ('fast-travelling', 1), ('catties', 6), ('(107lbs.),', 1), ('weight-carrying', 1), ('distances,', 3), ('carries', 3), ('heavier', 3), ('that.', 3), ('porters,', 1), ('Du', 3), ('Halde,', 2), ('160', 1), ('pounds,', 1), ('leagues', 1), ('compressed', 3), ('Thibet,', 2), ('7000', 4), ('place;', 1), ('Von', 2), ('Richthofen,', 2), ('324', 1), ('(432lbs.).', 1), ('package', 3), ('"_pao_"', 1), ('varies', 2), ('catties,', 2), ('eighteen-catty', 1), ('_pao_', 1), ('"_Yachou', 1), ('pao_")', 1), ('twenty-two,', 1), ('400lbs.', 1), ('backs.', 1), ('Under', 2), ('Thibetan', 5), ('tea-carrier', 1), ('240lbs.', 1), ('264lbs.', 1), ('Gill', 2), ('"little', 1), ('120lbs."', 1), ('Bundles', 1), ('calico', 1), ('weigh', 1), ('fifty-five', 1), ('(73-1/3lbs.),', 1), ('bundles', 1), ('solid,', 1), ('hard,', 3), ('metallic,', 1), ('specific', 3), ('gravity,', 1), ('ambling', 1), ('ground.', 5), ('salt,', 1), ('copper,', 2), ('zinc,', 1), ('tin', 2), ('200lbs.', 2), ('logs,', 1), ('weight,', 2), ('day;', 1), ('200lbs.,', 1), ('cloth-porters', 1), ('capital.', 9), ('tea-carriers,', 1), ('bear', 2), ('burden', 1), ('shoulders,', 3), ('knapsack,', 1), ('pliant', 1), ('pole.', 2), ('staff,', 1), ('handle', 1), ('curved', 2), ('boomerang,', 1), ('rest.', 3), ('ascending', 1), ('Hamlets', 1), ('scarce', 2), ('foothold', 1), ('detritus,', 1), ('perpendicular', 1), ('escarpments', 1), ('clean', 7), ('facades', 1), ('Gothic', 1), ('temple.', 6), ('tributary', 3), ('arches,', 2), ('pier', 1), ('cut-water', 1), ('boldness', 1), ('images', 10), ('lions', 2), ('abutment.', 1), ('venture,', 1), ('loop-cradle,', 1), ('cable', 1), ('refreshed', 1), ('ourselves,', 2), ('ascent', 3), ('stuttering', 2), ('indicated', 3), ('fixing', 1), ('ground,', 5), ('perpendicularly,', 1), ('side.', 3), ('exaggerate.', 1), ('zigzag', 1), ('vertical', 4), ('ascent,', 1), ('toiled', 2), ('hours.', 2), ('escalade', 1), ('purpose,', 1), ('empty-handed.', 1), ('rest-houses', 1), ('sun.', 4), ('Tak-wan-leo', 2), ('summit;', 1), ('commands', 5), ('hong', 2), ("coffin-maker's,", 1), ('shells', 1), ('thickest', 2), ('timber', 2), ('buy.', 1), ('Stress', 1), ('necessity', 1), ('secure', 4), ('resting-place', 1), ('affection', 3), ('prove', 4), ('composedly', 2), ('dead.', 2), ('stranger', 10), ('coffin-boards', 1), ('dutiful', 1), ('centuries', 4), ('how,', 1), ('defective', 4), ('appliances', 3), ('arrive', 1), ('accurate', 3), ('determination?', 1), ('Twenty', 1), ('ends', 2), ('Tawantzu,', 2), ('pavilion', 4), ('shrine', 4), ('years;', 1), ('dishevelled', 1), ('mutilated;', 1), ('sheaves', 2), ('joss', 1), ('smouldering', 1), ('altar.', 1), ('manure', 3), ('heaps', 5), ('piggery,', 1), ('waste,', 1), ('outlook', 1), ('greatest', 13), ('temples.', 1), ('ROMANCE.]', 1), ('30th', 1), ('seventy', 5), ('(twenty-three', 1), ('one-third', 1), ('chair-coolies', 2), ('heavy', 6), ('steady', 2), ('rain', 5), ('unpaved', 1), ('ice--and', 1), ('dizzy', 1), ('irregularity.', 1), ('slipping,', 1), ('mistake,', 1), ('stone,', 4), ('straining.', 1), ('minute', 6), ('tobacco;', 1), ('vials', 1), ('rolling', 2), ('heating', 1), ('treacly', 1), ('pellets', 1), ('daily', 6), ('ruining', 1), ('soul."', 1), ('age;', 1), ('strapping', 1), ('twenty-five.', 1), ('recently', 7), ('acquired', 2), ('habit,', 1), ('asking', 4), ('opium-pipe', 3), ('companion.', 2), ('physically', 3), ('well-developed,', 1), ('frames,', 1), ('muscular', 1), ('endurance,', 4), ('differed,', 1), ('resurrected', 1), ('fleshless', 2), ('figures,', 4), ('imaginative', 1), ('artists,', 1), ('brothers--the', 1), ('to-day,', 2), ('attempting,', 1), ('chair.', 1), ('arriving', 1), ('Tak-wan-hsien', 3), ('estimable', 1), ('comrade,', 2), ('belt', 1), ('empty--up', 1), ('beggar--and', 1), ('bag', 5), ('silver,', 8), ('ceiling', 1), ('conveyed', 1), ('silver', 23), ('change,', 1), ('honour,', 3), ('Heaven!', 1), ('lumps', 2), ('3420', 1), ('cash;', 3), ('suspicious', 2), ('gleefully', 1), ('3050', 1), ('doubt,', 6), ('pending', 2), ('bogus', 1), ('dividend.', 1), ('nutritious', 1), ('maize-meal', 1), ('cakes,', 2), ('change', 6), ('everlasting', 1), ('rice.', 2), ('scone,', 1), ('apiece,', 1), ('dozen.', 2), ('consists', 6), ('ingots', 1), ('tael', 9), ('ounce', 2), ('roughly', 2), ('1400', 1), ('Speaking', 1), ('worth,', 1), ('shillings,', 4), ('bankers', 2), ('banking,', 2), ('known,', 2), ('inferior', 4), ('draft', 1), ('draft,', 1), ('telegraph,', 4), ('bullion,', 2), ('choose.', 1), ('deliver', 1), ('intact', 2), ('700', 1), ('specified', 3), ('declaring', 1), ('contents', 1), ('registration', 1), ('fee,', 1), ('trifle,', 1), ('guaranteed', 1), ('delivery,', 1), ('security.', 1), ('arrived,', 1), ('add,', 1), ('upon,', 1), ('telegraph', 32), ('Tali,', 12), ('awaited', 2), ('post-offices', 2), ('transmit', 1), ('parcels,', 1), ('letters', 6), ('moderate', 1), ('charges', 2), ('(_1-1/4d._)', 1), ('catty', 1), ('(1-1/3lb.),', 1), ('thereof;', 1), ('pays', 3), ("catty's", 1), ('letter.', 2), ('630', 1), ('(fivepence)', 1), ('packages', 1), ('catty,', 1), ('bullion', 1), ('ninepence', 1), ('two-and-a-half', 1), ('cent.,', 3), ('postage', 1), ('registration,', 1), ('guarantee,', 1), ('insurance.', 1), ('importance,', 2), ('ranking', 1), ('ruler.', 1), ('10,000', 8), ('(more', 1), ('less),', 1), ('walls,', 6), ('reflex', 1), ('district.', 11), ('crumbling;', 1), ('falling;', 1), ('ill-paved', 2), ('ill-clad.', 1), ('PAIN.', 1), ('upland', 2), ('April', 4), ('Cedars,', 1), ('sacred,', 1), ('branches,', 1), ('plain;', 1), ('peach-trees', 1), ('pear-trees', 1), ('bloom;', 1), ('ripening', 1), ('fields.', 1), ('black-faced', 2), ('cattle', 1), ('ubiquitous', 1), ('water-buffalo.', 1), ('carts,', 1), ('oxen,', 1), ('rumbling', 1), ('dust.', 1), ('villages,', 3), ('ruins;', 1), ('famine.', 3), ('Children', 1), ('rags.', 1), ('flag,', 1), ('card,', 4), ('into--they', 1), ('beggarly', 1), ('district--but', 1), ('carriers', 2), ('detained,', 2), ('unjustly', 1), ('teahouse,', 1), ('stragglers,', 1), ('Prices', 3), ('ranging', 1), ('higher.', 1), ('Tea', 1), ('2', 1), ('excessive.', 1), ('Canton', 5), ('weary', 2), ('five-storied', 1), ('cups,', 2), ('payment.', 1), ('cheapest', 2), ('refreshment', 1), ('had.', 1), ('greater.', 1), ('Previously', 1), ('fifty.', 1), ('Frank', 2), ('Dymond,', 3), ('welcomed', 4), ('brother', 12), ('advised.', 1), ('Services', 1), ('ended,', 1), ('exalted', 3), ('age,', 10), ('name,', 2), ('business;', 1), ('congratulate', 3), ('sons;', 1), ('(daughters),', 1), ('proposed', 1), ('Dymond', 1), ('Devonshire', 2), ('cream', 1), ('blackberry', 1), ('jam', 1), ('oatmeal', 2), ('tasted', 3), ('Scotland.', 1), ('inhabitants.', 1), ('established', 1), ('affiliated', 1), ('1887.', 1), ('absent.', 1), ('agreeable', 3), ('broad-minded,', 1), ('earnest--universally', 1), ('honoured', 2), ('respected', 2), ('baptised,', 1), ('Tongchuan,', 17), ('fathers.', 4), ('inquirers,', 1), ('discouraged.', 1), ('situated', 6), ('gate,', 7), ('yamens,', 2), ('temples,', 3), ('People', 1), ('friendly,', 1), ('dangerously', 1), ('salvation.', 2), ('devastated', 2), ('recurring', 1), ('seasons', 5), ('plague', 3), ('5000', 4), ('neighbourhood.', 2), ('appalling,', 1), ('thrown', 5), ('disregard', 1), ('accuracy', 2), ('Orientals.', 2), ('menace', 4), ('community,', 1), ('suppression', 3), ('for;', 1), ('grounds', 3), ('fed', 3), ('charity.', 1), ('Huddled', 1), ('misery,', 2), ('fever', 4), ('Seventy', 1), ('wretches', 1), ('threshold,', 1), ('alive.', 2), ('harvests', 1), ('bad,', 2), ('coming.', 2), ('Opportune', 1), ('fallen,', 2), ('crop', 3), ('More', 4), ('else', 2), ('crop--if', 1), ('plentiful.', 1), ('Maize-cobs', 1), ('harvest,', 1), ('finger.', 1), ('Wheat', 1), ('beans', 4), ('forward;', 1), ('coming', 9), ('dear,', 4), ('prices', 4), ('regulates', 1), ('market.', 2), ('sheng', 2), ('(6-2/3lbs.)', 1), ('(less', 1), ('penny),', 1), ('110', 4), ('normal', 2), ('sheng,', 2), ('sixty-five', 1), ('sheng.', 1), ('reduced', 5), ('relation', 2), ('fallen', 2), ('1640', 2), ('1250', 1), ('tael.', 2), ('selling', 4), ('female', 9), ('slavery', 1), ('famine-stricken', 1), ('neighbourhood,', 1), ('chiefly', 4), ('dealers', 1), ('poultry', 1), ('(three', 1), ('shillings)', 1), ('ten,', 1), ('brutally,', 1), ('Female', 1), ('offering', 3), ('fourpence', 1), ('cared', 2), ('to,', 7), ('enter', 4), ('enforcing,', 1), ('feed', 1), ('her,', 5), ('rear', 1), ('kindly.', 1), ('Starving', 1), ('mothers', 3), ('beseeching', 1), ('babies', 1), ('otherwise', 3), ('inevitable.', 1), ('Girls', 4), ('age', 12), ('puberty;', 1), ('vary', 7), ('measure', 1), ("girl's", 2), ('wives', 4), ('_yatows_;', 1), ('prostitution.', 1), ('factors', 1), ('preponderance', 1), ('males', 1), ('capital,', 3), ('prevalence', 5), ('goitre', 2), ('deformity', 3), ('absent', 5), ('Infanticide', 3), ('dreadfully', 1), ('common.', 2), ('"For', 3), ('parents,', 3), ('doomed', 2), ('poverty,', 4), ('soul', 5), ('search', 4), ('asylum', 1), ('linger', 1), ('wretchedness."', 1), ('infanticide', 11), ('sons', 9), ('ancestral', 4), ('sacrifices.', 1), ('suffocated', 1), ('birth;', 1), ('fourth', 2), ('born,', 1), ('enraged', 2), ('legs', 4), ('Dead', 1), ('infants,', 1), ('gravemounds,', 1), ('gnawed', 2), ('Tremberth', 1), ('eating', 6), ('arm', 1), ('crunched', 1), ('stript', 1), ('whining', 1), ('inarticulately--it', 1), ('immediately.', 1), ('heaven', 1), ('acting', 4), ('scavenger.', 1), ('cats', 1), ('bury', 2), ('decently--who', 1), ('tell,', 2), ('cat?', 1), ('four.', 1), ('surface', 1), ('instance', 10), ('transmigration', 1), ('occurred', 3), ('recording.', 1), ('cow', 1), ('intestine--and', 1), ('attested', 2), ('it--was', 1), ('unmistakably', 3), ('character', 6), ('"_Wong_,"', 1), ('proved,', 2), ('cow.', 1), ('Close', 2), ('Brigadier-General,', 2), ('Military', 2), ('Magistrate.', 1), ('representation', 2), ('mythical', 2), ('monster', 3), ('swallow', 3), ('sun--the', 2), ('illustration', 5), ('"_prendre', 1), ('la', 3), ('lune', 1), ('avec', 1), ('les', 2), ('dents_."', 1), ('covetousness,', 1), ('exhortation', 1), ('squeezing,', 1), ('hall', 5), ('by,', 4), ('Riches.', 1), ('visit,', 3), ('official,', 1), ('four-bearer', 1), ('court;', 2), ('officer.', 3), ('uncivilised', 2), ('yearn', 1), ('etiquette', 2), ('interchange', 2), ('pleasantest', 1), ('courtesies', 1), ('Britons', 1), ('grubbing', 1), ('forest,', 5), ('savages', 2), ('clout.', 1), ('woman,', 7), ('adultery,', 1), ('cage', 5), ('spectators,', 2), ('agony', 1), ('cage,', 2), ('projecting', 1), ('hole', 3), ('roof,', 2), ('until', 5), ('exhaustion', 1), ('strangulation', 2), ('ensued,', 1), ('seeking', 2), ('struggles.', 1), ('nailed', 1), ('red-hot', 2), ('nails', 1), ('hammered', 1), ('wrists', 3), ('hands.', 3), ('exposed', 7), ('gates', 3), ('torture.', 1), ('unsuccessfully', 1), ('shorten', 1), ('pain', 4), ('woodwork,', 1), ('frustrated', 2), ('padding', 1), ('woodwork.', 1), ('murdered', 4), ('robbed', 1), ('severe.', 1), ('cruel', 6), ('punishments', 1), ('sensory', 1), ('development.', 3), ('Can', 2), ('witnesses', 3), ('stoicism', 1), ('endure', 2), ('sustaining', 1), ('surgical', 2), ('operation', 1), ('chloroform,', 1), ('thrive', 1), ('penetrating', 1), ('smells,', 1), ('calmness', 3), ('gunfire', 1), ('crackers,', 1), ('drums', 2), ('tomtoms,', 1), ('indifference', 4), ('sufferings', 1), ('lower', 7), ('infliction', 1), ('tortures', 1), ('higher?', 1), ('text-book', 1), ('devotes', 1), ('chapter', 4), ('punishment.', 4), ('Mutilation', 1), ('Often', 1), ('ears--they', 1), ('explained,', 2), ('battle', 2), ('enemy!', 1), ('sever', 1), ('hamstrings', 1), ('ankle-bones,', 1), ('Shanghai,', 6), ('Tsai,', 1), ('Mixed', 1), ('Court', 1), ('Magistrate,', 3), ('reproved', 1), ('papers', 4), ('bench', 3), ('punish', 1), ('prisoner', 4), ('twice', 4), ('breaking', 1), ('theft,', 1), ('ago.', 3), ('tendon', 2), ('Achilles', 1), ('noting', 2), ('"acquired', 1), ('deformity"', 1), ('transplantation', 1), ('sheep.', 1), ('embellishment', 1), ('flogging', 1), ('effect', 6), ('England.', 4), ('flagellation,', 1), ('culprit', 1), ('humbly', 3), ('thank', 1), ('correct', 1), ('morals.', 1), ('_Missions', 2), ('Etrangeres', 5), ('Paris_', 1), ('tiny', 3), ('church.', 1), ('priest', 10), ('alone;', 1), ('reading,', 1), ('entered,', 4), ('story,', 4), ('Kingdoms."', 1), ('welcome,', 1), ('tongue.', 1), ('bottle', 5), ('wine', 2), ('produced,', 1), ('glass', 2), ('Father', 1), ('voluble', 2), ('energy', 5), ('qualities', 3), ('Midi', 1), ('Rome.', 1), ('temptation;', 1), ('thieves.', 2), ('Justice', 2), ('richness', 4), ('accused.', 1), ('Victory', 1), ('justice', 5), ('richer.', 2), ('Talk', 1), ('Religion,', 1), ('God,', 4), ('Hell,', 1), ('yawn;', 1), ('attention.', 2), ('thief', 3), ('liar,', 1), ('Morrison,', 1), ('thieves', 2), ('liars', 2), ('one."', 1), ('devoting', 1), ('energies', 1), ('propagation', 1), ('religion.', 2), ('recompense.', 1), ('broken', 10), ('stolen', 1), ('valuable', 3), ('impious', 1), ('Remembrance', 1), ('infamy', 1), ('rankled', 1), ('bosom', 1), ('impelled', 1), ('expansive', 1), ('panegyric', 1), ('virtue.', 2), ('holiday,', 1), ('rift', 1), ('taels', 9), ('sou', 1), ('possessed,', 2), ('stolen.', 1), ('Suspicion', 1), ('active', 7), ('himself,', 4), ('fathers', 3), ('generations.', 2), ('learned', 3), ('remainder.', 1), ('arrested.', 1), ('nothing;', 1), ('triced', 1), ('joined', 2), ('cried', 2), ('release', 2), ('all.', 5), ('restored', 1), ('priest,', 3), ('culprit,', 1), ('satellites', 2), ('arrested,', 2), ('awaiting', 1), ('likewise', 1), ('DOCTORS.', 1), ('distribution', 7), ('drugs', 1), ('medicaments', 1), ('pharmacopoeia', 1), ('comprehensive', 2), ('physician', 2), ('surpass', 1), ('diagnose', 2), ('symptoms', 1), ('understand.', 3), ('placing', 1), ('less,', 1), ('disconcerted', 2), ('similar', 5), ('circumstances;', 1), ('retires,', 1), ('sententiously', 1), ('observing', 1), ('"there', 5), ('fate."', 1), ('"Medicine,"', 1), ('proverb,', 4), ('"cures', 1), ('fated', 1), ('die."', 1), ('Yenwang', 1), ('Hell)', 1), ('decreed', 1), ('die', 10), ('power', 14), ('detain', 2), ('fifth."', 1), ('professional', 2), ('doctor', 6), ('ability', 3), ('pulse,', 1), ('innumerable', 3), ('pulses', 2), ('patient.', 3), ('criterion', 1), ('skill.', 2), ('conceive', 3), ('of.', 1), ('instance,', 3), ('pulse', 6), ('presage', 1), ('approaching', 5), ('occur', 3), ('following:--', 1), ('"1.', 1), ('perceived', 1), ('bubble', 1), ('irregularly', 2), ('fire,', 2), ('"2.', 1), ('Death', 1), ('farther', 2), ('move,', 1), ('frisking', 1), ('regularity;', 1), ('distemper', 1), ('kidneys.', 1), ('"3.', 1), ('drops', 1), ('crack,', 1), ('scattered', 6), ('disordered', 1), ('twine', 1), ('cord', 1), ('unravelled,', 1), ('bones', 10), ('dried', 3), ('marrow.', 1), ('"4.', 1), ('Likewise', 1), ('motion', 2), ('resembles', 3), ('frog', 2), ('embarrassed', 1), ('weeds,', 1), ('certain.', 2), ('"5.', 1), ('pecking', 1), ('beak', 1), ('bird,', 1), ('defect', 4), ('stomach."', 1), ('Heredity', 1), ('factor', 3), ('evolution', 1), ('"hereditary', 1), ('physician"', 1), ('appearance', 4), ('foremost.', 1), ('Doctors', 2), ('dispense', 1), ('medicines.', 1), ('amazing', 3), ('drugs;', 1), ('occasionally', 2), ('tethered', 2), ('stag,', 1), ('pounded', 1), ('pestle', 1), ('mortar.', 1), ('"Pills', 1), ('manufactured', 1), ('stag', 1), ('slaughtered', 1), ('purity', 1), ('propitious', 1), ('day,"', 1), ('announcement', 1), ('dispensaries', 1), ("doctor's", 1), ('shop', 4), ('disused', 2), ('plasters', 1), ('patients', 2), ('complimentary', 2), ('testimonies', 1), ('efficiency;', 1), ('alleged', 2), ('sons--their', 1), ('duty.', 1), ('Medicines,', 1), ('Chinamen,', 1), ('operate', 1), ('variously', 2), ('taste,', 1), ('thus:--"All', 1), ('sour', 1), ('impeding', 1), ('retaining;', 1), ('bitter', 3), ('causing', 2), ('looseness', 1), ('warmth', 2), ('hardening;', 1), ('strengthening,', 1), ('harmonising,', 1), ('warming;', 1), ('acids', 1), ('disperse,', 1), ('emollient,', 1), ('direction;', 1), ('properties', 1), ('descending;', 1), ('substances', 1), ('tasteless', 1), ('orifices', 1), ('promote', 1), ('discharge.', 1), ('explains', 1), ('tastes."', 1), ('Coming', 1), ('porters', 1), ('armadillos,', 1), ('leopard', 2), ('skins,', 1), ('tiger', 3), ('bones.', 1), ('skins', 2), ('wear,', 1), ('armadillos', 1), ('medicine.', 1), ('leopards', 1), ('tonic', 1), ('distilled;', 1), ('infusion', 1), ('tonics,', 1), ('conferring', 1), ('courage,', 2), ('agility,', 1), ('partaker.', 1), ('Another', 6), ('courage', 4), ('preparation', 1), ('gall', 2), ('bladder', 2), ('robber', 1), ('bravery,', 1), ('executioner.', 2), ('perquisites', 1), ('Ague', 1), ('ailments', 2), ('prophylactic', 1), ('it:', 1), ('ague', 1), ('paper', 12), ('cake;', 1), ('door-god', 1), ('(there', 1), ('door-gods', 3), ("neighbours'", 1), ('doors),', 1), ('devour', 2), ('them--this', 1), ('fails.', 1), ('Unlike', 6), ('Spaniard,', 2), ('disapproves', 1), ('blood-letting', 1), ('fevers,', 1), ('"for', 5), ('pot', 1), ('boiling;', 1), ('reduce', 1), ('diminish', 1), ('liquid', 1), ('vessel,', 1), ('too,', 7), ('doctors', 2), ('venture', 8), ('assert,', 1), ('faculty', 6), ('Madrid', 1), ('century', 3), ('inhabitants,', 1), ('excrement', 1), ('longer', 8), ('putrescent', 1), ('particles', 1), ('air,', 2), ('noxious', 1), ('vapours', 1), ('pestilential', 1), ('consequence."', 1), ('boils', 1), ('cure:--There', 1), ('Boils.', 1), ('boil', 1), ('offending', 1), ('excrescence', 1), ('avail,', 1), ('_all_', 1), ('plaster;', 1), ('corresponding', 6), ('God.', 2), ('Go', 1), ('deity', 1), ('dripping', 1), ('plasters,', 1), ('undesecrated', 1), ('superficies.', 1), ('Brigadier-General', 4), ('grotesque', 2), ('features.', 1), ('lions,', 1), ('faces', 3), ('leonine--they', 1), ('reproduction,', 1), ('bulldog', 1), ('male', 5), ('female.', 1), ('sixteenth', 1), ('townspeople,', 1), ('rub', 1), ('energetically', 1), ('confers', 1), ('immunity', 1), ('region', 1), ('visited.', 1), ('Pain', 1), ('accordingly', 5), ('suffers', 1), ('temerity', 1), ('neglect', 1), ('opportunity', 3), ('insuring', 1), ('opium-poisoning', 3), ('casually', 1), ('saving', 1), ('suicide', 4), ('over-dose', 1), ('unlit', 1), ('alley.', 1), ('unconcernedly', 3), ('occupants;', 1), ('dim', 1), ('figure', 2), ('breathing', 3), ('stertorously.', 1), ('quickly', 10), ('pent', 1), ('alley-way.', 1), ('Rousing', 1), ('pints', 1), ('hypodermic', 2), ('injection', 2), ('apomorphia.', 2), ('admirable,', 2), ('spectators', 3), ('suicides.', 3), ('mutilation', 4), ('razor', 1), ('pistol-shot', 1), ('future', 10), ('dare', 1), ('integrity', 1), ('suppose', 3), ('proportion', 7), ('struggle', 1), ('keen,', 2), ('wondered', 2), ('abandon', 1), ('struggle.', 1), ('misery', 1), ('causes.', 1), ('trivial', 2), ('life.', 5), ('Suicide', 2), ('opprobrium.', 1), ('Thus', 4), ('widow,', 1), ('motive', 1), ('revenge,', 1), ('"haunt', 1), ('injure', 3), ('suicide."', 1), ('adversary', 1), ('yourself.', 1), ('vow', 1), ('commit', 1), ('threat', 1), ('drive', 1), ('terror', 1), ('adversary.', 1), ('enemy', 2), ('wrong,', 1), ('repent', 1), ('slaying', 1), ('yourself', 2), ('doorstep.', 1), ('murder,', 3), ('crime;', 2), ('utterly', 1), ('ruined', 5), ('establishing,', 1), ('establish,', 1), ('innocence;', 1), ('avenging', 1), ('Occasionally', 1), ('quarrelled', 1), ('together,', 5), ('fight', 1), ('heaven.', 5), ('cheap', 1), ('costing', 3), ('fivepence', 1), ('crude', 2), ('article.', 1), ('everywhere,', 3), ('treacle', 1), ('besmeared', 1), ('jars.', 1), ('adulterated', 1), ('pigskin,', 1), ('adulteration', 1), ('detected', 2), ('craving', 1), ('unsatisfied.', 1), ('loathing', 1), ('pig,', 1), ('contempt', 1), ('countrymen', 3), ('meat-food', 1), ('turn.', 2), ('hand,', 5), ('source', 2), ('unclean', 1), ('beast', 3), ('opium-pipe.', 1), ('pitiful', 2), ('screams', 1), ('issuing.', 1), ('thrashing', 1), ('stick--she', 1), ('plenty', 3), ('cudgel;', 1), ('cram', 1), ('delicacies."', 1), ('wretch,', 1), ('baton', 1), ('strike,', 1), ('interposed,', 1), ('consented', 1), ('so--till', 1), ('"Extreme', 1), ('lenity', 1), ('alternating', 1), ('rude', 7), ('passion', 2), ('characteristic,"', 1), ('Meadows,', 2), ('civilisation."', 1), ('incident', 3), ('rarity.', 1), ('civilised', 6), ('"heathen,"', 1), ('"Children,', 1), ('seemingly', 1), ('stolid', 1), ('latent.', 1), ('prattle', 1), ('delights', 2), ('beams', 1), ('countenance,', 1), ('quaint', 1), ('touches', 2), ('nature', 5), ('visible', 2), ('disadvantages', 1), ('almond', 2), ('shaven', 2), ('crowns"', 1), ('(Dyer', 2), ('Ball).', 1), ('given,', 1), ('custom,', 1), ('Sacred', 1), ('Edict', 1), ('"Parents', 1), ('produces', 3), ('grass.', 5), ('Spring', 1), ('causes', 1), ('germinate.', 1), ('Autumn', 1), ('kills', 2), ('frost.', 1), ('begotten', 1), ('giving', 8), ('tends,', 1), ('nullify', 1), ('wife,', 7), ('numerous', 6), ('families--the', 1), ('figures', 3), ('Chinese--in', 1), ('rebellion', 14), ('1857-1873,', 1), ('cruelties.', 1), ('Again,', 3), ('uprising', 1), ('suppressed', 1), ('merciless', 1), ('severity.', 1), ('Moslems,', 1), ('skin', 2), ('window', 1), ('coloured', 5), ('grotesquely', 1), ('glaring', 1), ('unbelievers.', 1), ('mosque', 5), ('centre,', 1), ('doorway,', 1), ('gilt', 4), ('tablet', 2), ('loyalty', 1), ('Emperor.', 3), ('"May', 1), ('reign', 1), ('years!"', 1), ('subjection', 1), ('mosques', 1), ('display', 2), ('insurrection.', 3), ('aged', 2), ('mollah', 1), ('Arabic', 1), ('Koran', 1), ('impression', 3), ('seas', 2), ('surround', 1), ('mosques,', 1), ('Cordova', 1), ('Karouin', 1), ('Fez', 2), ('proportions', 1), ('skin-hongs', 1), ('ornamented', 3), ('plans', 1), ('Mecca', 1), ('Medinah,', 1), ('TONGCHUAN.', 1), ('liberally', 1), ('fellows', 4), ('headman', 2), ('Laohwan', 11), ('Recognising', 1), ('characteristics', 1), ('posterity', 1), ('rejoice', 1), ('transmitted', 1), ('now,', 3), ('fortnight', 1), ('better;', 1), ('adage', 1), ('enchantment.', 1), ('lads', 1), ('6d._', 1), ('excessive', 1), ('wage,', 1), ('rice;', 1), ('reward,', 1), ('endeavour', 1), ('stores,', 2), ('including', 10), ('annular', 1), ('cake', 3), ('"Puerh-cha,"', 1), ('States', 7), ('luxury', 2), ('palace', 4), ('itself;', 1), ('teas', 1), ('yet,', 2), ('jealous', 1), ('rivalry', 1), ('Indian,', 1), ('submitted', 2), ('tea-taster', 1), ('Mangoe', 1), ('Lane,', 1), ('Calcutta,', 1), ('sample', 1), ('interest,', 3), ('_muck', 1), ('tea_."', 1), ('3rd,', 1), ('main-street', 1), ('wholesale', 2), ('warehouses,', 1), ('rich,', 2), ('farmsteads,', 1), ('orchards', 1), ('pears', 1), ('peaches--a', 1), ('sight,', 3), ('blossom.', 1), ('carts', 2), ('lumbering', 2), ('uneven', 1), ('wheels.', 1), ('altercation', 1), ('blunt', 1), ('adze.', 1), ('Carts', 1), ('row,', 1), ('voices,', 1), ('disputants', 1), ('injured', 1), ('questions.', 1), ('allusions.', 1), ('_gendarme_', 1), ('blush.', 1), ('oaths', 1), ('ornate', 1), ("Italians';", 1), ('vituperation', 1), ('blowing', 2), ('faces.', 1), ('hovels', 1), ('stalking', 1), ('nakedness.', 2), ('Full', 5), ('disgrace', 1), ('Polynesian.', 1), ('Even', 5), ('rags,', 2), ('tattered,', 1), ('Paisley', 1), ("ragpicker's.", 1), ('mostly', 2), ('stark-naked.', 1), ('Taouen,', 1), ('_al', 2), ('fresco_', 1), ('lunch.', 2), ('eat;', 1), ('struggled', 1), ('orange', 1), ('peel', 1), ('threw', 3), ('Tashuitsing', 1), ('(7380', 1), ('level),', 1), ('remain,', 2), ('understanding', 1), ('innkeeper;', 1), ('perforce', 1), ('half-a-dozen', 1), ('Mohammedan;', 1), ('triple', 2), ('tiers', 1), ('embossed', 1), ('images,', 1), ('gilt--a', 1), ('striking', 2), ('obedience', 2), ('dedicated', 1), ('mother,', 2), ('eighty,', 1), ('joy', 3), ('measures', 1), ('felicity.', 2), ('masons', 1), ('Long', 7), ('outlying', 2), ('Kiangti,', 3), ('thatched', 5), ('barn,', 1), ('sleeping', 3), ('bricks', 1), ('mattresses.', 1), ('oil-lamp;', 1), ('grating', 1), ('stored', 1), ('maize-cobs.', 1), ('Outside', 2), ('cooking', 1), ('earthen', 1), ('stove,', 1), ('sunk', 1), ('basins,', 1), ('stalks', 1), ('flues.', 1), ('packsaddles', 1), ('caravan', 4), ('do?', 1), ('tired', 2), ('I;', 1), ('complaining,', 1), ('packed', 3), ('comfortable,', 2), ('crowded.', 3), ('tremendously', 1), ('descent', 3), ('swift', 6), ('swings', 1), ('gracefully', 1), ('torrent.', 1), ('150', 10), ('engineer', 1), ('proud', 2), ('builder.', 1), ('parapets', 2), ('sculptured', 2), ('monkeys,', 1), ('tools', 1), ('granite,', 1), ('fidelity', 1), ('form,', 2), ('artist', 1), ('likin-barrier', 2), ('carriers.', 1), ('vexatious', 1), ('doubt;', 1), ('duties', 2), ('likin-barriers', 3), ('extending', 2), ('imposed', 3), ('border', 5), ('colony.', 1), ('hills.', 4), ('Poppy', 2), ('collecting', 1), ('scoring', 2), ('capsules', 2), ('scratches', 1), ('exuded', 2), ('juice', 2), ('bled', 1), ('incisions', 3), ('yesterday.', 2), ('Hundreds', 1), ('horses', 6), ('Puerh', 2), ('road;', 2), ('files', 3), ('patiently', 1), ('crockery.', 1), ('ourselves', 3), ('confines', 3), ('teacups,', 1), ('saucers,', 1), ('cuplids,', 1), ('china', 1), ('spoons,', 1), ('rice-bowls', 1), ('crockery', 1), ('Kiangsi,', 2), ('industry.', 1), ('neighbourhood', 6), ('King-teh-chin,', 1), ('rebellion,', 5), ('workmen', 4), ('porcelain', 3), ('manufactories.', 1), ('Cups', 1), ('saucers', 1), ('original', 7), ('cost.', 1), ('piece', 3), ('badly', 4), ('mended.', 1), ('Crockery-repairing', 1), ('trade,', 2), ('skilful', 3), ('rivet', 1), ('clamps.', 1), ('specimen', 2), ('handiwork', 1), ('purposely', 2), ('broke', 1), ('fragments,', 2), ('mender', 1), ('teacups', 1), ('neatly', 4), ('made,', 2), ('tough,', 1), ('finished;', 1), ('inelegantly', 1), ('coloured,', 1), ('high-class', 1), ('china,', 1), ('imperial', 1), ('used,', 1), ('beauty', 2), ('ornamentation.', 1), ('Inns', 1), ('distances;', 1), ('sandstone,', 1), ('open,', 2), ('devoid', 2), ('timber,', 1), ('till,', 2), ('obstructing', 1), ('ridge,', 1), ('surprise', 4), ('park.', 1), ('refreshing.', 1), ('humming', 2), ('willows,', 1), ('blaze', 1), ('colour,', 1), ('magenta,', 1), ('white,', 2), ('scarlet,', 1), ('pink', 1), ('hedges', 5), ('roses.', 1), ('birds', 1), ('tame', 1), ('Garden', 1), ('Eden;', 1), ('magpies', 1), ('feet;', 2), ('sparrows', 2), ('notice', 5), ('falcons', 1), ('molest', 1), ('pigeons', 1), ('not.', 2), ('peaceful,', 1), ('peasants', 1), ('cedars', 1), ('borders', 4), ('park', 3), ('unobtrusive.', 1), ('reached,', 1), ('stage,', 2), ('lonely', 6), ('pair', 1), ('houses,', 2), ('uncomfortable', 2), ('accommodation.', 1), ('Fire', 2), ('kindled', 1), ('ground;', 2), ('ventilation,', 1), ('green,', 1), ('suffocating.', 1), ('patience', 1), ('swearing,', 1), ('desisted', 1), ('ancestors.', 2), ('devotions,', 1), ('opium-couch', 1), ('lusty', 1), ('thickset', 1), ('"slaves', 1), ('thrice-accursed', 1), ('drug."', 1), ('frugal', 1), ('suppers.', 1), ('rations.', 3), ('bleak', 2), ('hamlet', 1), ('8500', 1), ('roofs', 2), ('weighted', 2), ('stones', 3), ('wind.', 1), ('"Temple', 1), ('Dragon', 1), ('King,"', 1), ('Tongchuan.', 5), ('astir', 1), ('tableland', 2), ('compact', 1), ('whitewashed', 1), ('glistening', 1), ('sun,', 3), ('gleaming', 2), ('plats', 1), ('snugly', 1), ('ensconced', 1), ('masses', 3), ('snow.', 2), ('watered', 1), ('springs;', 1), ('rendered', 3), ('cultivation,', 1), ('artificial', 3), ('rearing', 1), ('breeding', 1), ('duck', 1), ('"faithful', 1), ('bird,"', 1), ('goose.', 1), ('dyke', 1), ('serpentining', 1), ('north-east', 1), ('cheerful', 4), ('consisting', 1), ('Sam', 1), ('Pollard', 2), ('assistants,', 1), ('countrywoman', 1), ('enthusiasm,', 1), ('modest,', 1), ('clever.', 1), ('Everywhere', 3), ('kindly;', 1), ('gladly', 2), ('welcomed.', 1), ('exceptional;', 1), ('scholar', 2), ('Tongchuan', 14), ('discouraging,', 1), ('Jew.', 2), ('baptized', 1), ('date.', 1), ('helper', 1), ('bright-faced', 1), ('seventeen,', 1), ('ardent', 2), ('desire,', 1), ('successful', 3), ('missionary.', 2), ('complacency,', 1), ("Jesus's", 1), ('words,"', 1), ('say.', 1), ('attitude', 3), ('apathy', 1), ('trader,', 1), ('goods,', 1), ('surprised,', 1), ('thinks,', 1), ('finds', 2), ('securing', 1), ('purchaser', 3), ('wares', 3), ('barbarian', 6), ('associate', 4), ('Protestant.', 1), ('Gods!', 1), ('overcome', 2), ('exists', 2), ('bone', 1), ('"Term', 3), ('Question."', 1), ('recognise', 6), ('God--"High', 1), ("Heaven's", 1), ('ruler"', 1), ('(_Shangtien', 1), ('hou_),', 1), ('"probably', 1), ('intended,"', 1), ('Williams,', 2), ('God."', 1), ('Mohammedans,', 4), ('identical', 6), ('"true', 1), ('Lord"', 1), ('(_Chen', 2), ('Chu_).', 2), ('Jesuits,', 2), ('Hebrews,', 1), ('"Supreme', 3), ('Ruler"', 2), ('(_Shang', 2), ('ti_),', 2), ('subsequently', 3), ('"Lord', 2), ('Heaven"', 2), ('(_Tien', 2), ('Protestants', 2), ('identified', 1), ('invented', 1), ('names,', 1), ('God;', 1), ('Americans,', 1), ('considerations,', 1), ('assigned', 1), ('Spirit"', 1), ('Shen_),', 1), ('thereby', 2), ('suggesting', 1), ('implication,', 1), ('observes,', 1), ('confusing', 1), ('Thus,', 2), ('Bible,', 1), ('"Spirit"', 1), ('(_Shen_);', 1), ('substituted;', 1), ('reverts', 1), ('"Spirit";', 1), ('returns', 3), ('Ruler";', 1), ('fifth,', 1), ('Bishop', 4), ('Burdon', 1), ('Kong,', 2), ('Blodget', 1), ('1884,', 2), ('rejects', 1), ('title', 3), ('accepted', 4), ('accepts', 1), ('Chu_),', 1), ('Jesuits.', 1), ('editions,"', 1), ('Wherry,', 2), ('published."', 1), ('"Bible', 1), ('particular,"', 1), ('Muirhead,', 3), ('disadvantage', 2), ('things."', 1), ('however,"', 1), ('adds', 4), ('blest', 2), ('spite', 1), ('incongruity."', 1), ('puzzled', 2), ('contending', 2), ('allegiance.', 1), ('Question"', 1), ('irreconcilable', 1), ('antagonism', 1), ('churches', 2), ('forgotten', 3), ('"in', 4), ('tasks', 1), ('await', 1), ('(Protestant)', 1), ('Church....', 1), ('_to', 1), ('check', 5), ('schemes', 3), ('Jesuit_.', 1), ('evangelisation', 2), ('foe', 2), ('comparable', 2), ('Jesuit....', 1), ('Swayed', 1), ('vicious', 2), ('justifies', 1), ('means,', 2), ('fain', 1), ('dial', 1), ('centuries.', 2), ('superstition', 2), ('error', 5), ('dangerous,', 2), ('Jesuitism', 1), ('overtops', 1), ('all,', 5), ('organised', 4), ('conspiracy', 2), ('liberties', 2), ('mankind.', 2), ('Protestantism.', 1), ('conquer', 1), ('movements', 1), ('patience,', 1), ('heroism,', 1), ('Jesuit', 9), ('claim."', 1), ('Sutherland,', 2), ('Delegate', 1), ('Canada', 2), ('145.)', 1), ('distracted', 2), ('reads', 1), ('that:--"Protestantism', 1), ('veritable', 1), ('Babel,', 1), ('theory,', 1), ('immoral', 2), ('blasphemes', 1), ('degrades', 1), ('endangers', 1), ('society."', 1), ('(Cardinal', 1), ("Cuesta's", 1), ('Catechism', 1), ('cited', 2), ('Christianity,"', 1), ('Michie,', 2), ('8.)', 1), ('INFANTICIDE.', 1), ('commotion;', 1), ('kettledrums', 1), ('tomtoms', 1), ('crackers', 1), ('guns', 9), ('firing;', 1), ('din', 1), ('clatter', 1), ('deafening.', 1), ('eclipse', 3), ('commencing--it', 1), ('6th', 1), ('April--"the', 1), ('Dog', 1), ('Heaven,"', 1), ('compel', 2), ('disgorge', 1), ('prey.', 1), ('Prefect', 11), ('advised', 1), ('impending', 1), ('publicly', 2), ('intervene', 1), ('avert', 2), ('calamity', 1), ('darkened', 1), ("Prefect's", 1), ('yamen.', 2), ('court.', 2), ('loosely', 3), ('framework', 1), ('standing,', 1), ('displaying', 3), ('vertex', 1), ('disc', 2), ('inscribed', 3), ('"voracity."', 1), ('clearer,', 1), ('when,', 7), ('moon', 1), ('disappearing', 1), ('court,', 3), ('instrument', 2), ('discord', 2), ('clanging', 1), ('scaffold,', 1), ('halted', 1), ('times,', 3), ('knees,', 2), ('obeisance', 1), ('kotows', 1), ('paper.', 2), ('prayer.', 1), ('sigh', 1), ('lingering', 2), ('remnant', 4), ('disappear,', 1), ('bright.', 1), ('retired,', 2), ('suite', 1), ('dividing', 2), ('blessing', 2), ('intercession', 1), ('shining', 1), ('to-day', 3), ('did.', 3), ('Eclipses', 1), ('foretold', 2), ('almanac', 3), ('annually', 1), ('bureau', 1), ('astrology', 1), ('Rites.', 1), ('monopoly,', 1), ('infraction', 1), ('copyright', 13), ('penal', 2), ('offence.', 2), ('monopolises', 1), ('management', 3), ('superstitions', 1), ('fortunate', 3), ('unlucky', 1), ('conjunctions', 1), ('hour.', 2), ('ventures', 1), ('lest', 1), ('misfortunes', 1), ('imminent', 1), ('hazard', 1), ('undertaking', 1), ('events', 1), ('blackballed', 1), ('days."', 1), ('ours,', 1), ('eclipses', 2), ('happen.', 1), ('Should', 3), ('almanac,', 1), ('occur,', 1), ('astronomers', 1), ('disconcerted--far', 1), ('rejoicing;', 1), ('heavens', 1), ('dispensed', 1), ('omen', 1), ('ill-luck', 1), ('favour."', 1), ('forebode', 1), ('attribute', 4), ('reverses', 1), ('revolt', 2), ('6th,', 1), ('occurring', 1), ('visited;', 1), ('cleanest', 1), ('governed.', 1), ('prefect', 1), ('enlightenment,', 1), ('mortal.', 1), ('Confucius', 3), ('ear', 1), ('organ', 1), ('reception', 4), ('truth."', 1), ('Superior', 3), ('Man', 1), ('dignity', 1), ('reverent', 1), ('beloved;', 1), ('loyal', 1), ('to;', 3), ('trusted.', 1), ('directs', 1), ('warns', 1), ('Embassy', 2), ('boasts', 1), ('empire', 2), ('Mikado.', 1), ('neatness.', 1), ('Painted', 2), ('fabulous', 1), ('admonition', 1), ('extortion--and', 1), ('scarce.', 1), ('quantity', 3), ('season', 5), ('60', 6), ('300', 1), ('whereas', 8), ('40', 3), ('15', 3), ('cake,', 1), ('things.', 2), ('hitherto,', 1), ('displaces', 1), ('breadstuffs.', 1), ('maize,', 1), ('potatoes,', 1), ('oats,', 1), ('buckwheat', 1), ('Part', 1), ('permanently', 2), ('drought', 1), ('successive', 1), ('town--there', 1), ('rebellion--but', 1), ('Valley', 4), ('River--"The', 1), ('Sand"--is', 1), ('distant,', 2), ('boatmen.', 1), ('Sugarcane', 1), ('grows', 3), ('pockets,', 1), ('brought.', 1), ('inland;', 1), ('white-wax', 1), ('industry;', 1), ('contain', 4), ('celebrated', 2), ('tael,', 4), ('1260', 2), ('debased', 1), ('4000', 2), ('withdrawn', 1), ('circulation.', 1), ('Chinese)', 1), ('edict', 1), ('forbids', 1), ('increases', 1), ('infanticide,', 1), ('assert', 3), ('abandoned', 1), ('discussed', 1), ('legion', 1), ('writers', 2), ('observers;', 2), ('crime,', 3), ('overstated.', 1), ('Westerns', 2), ('murder', 6), ('national', 2), ('pastime', 2), ('best,', 4), ('peculiarity.', 1), ('excepting', 1), ('population,', 2), ('Giles', 1), ('H.B.M.', 2), ('Consular', 3), ('Service,', 2), ('authorities', 7), ('China....', 2), ('stress', 1), ('exceptional', 1), ('circumstances,', 2), ('possibly', 2), ('rule', 3), ('practised', 5), ('elsewhere."', 1), ('(_Journal,', 2), ('Branch', 2), ('R.A.S._,', 2), ('1885,', 1), ('28.)', 1), ('Eugene', 1), ('Simon,', 1), ('declares', 1), ('"infanticide', 2), ('deal', 5), ('France."', 1), ('statement', 2), ('inferentially', 1), ('receives', 2), ('Eitel.', 1), ('(_China', 2), ('Review_,', 2), ('xvi.,', 1), ('189.)', 1), ('prevailing', 3), ('frequency', 3), ('unintentionally,', 1), ('exaggerate', 2), ('deplorable', 1), ('labouring.', 1), ('relating', 1), ('Griffith', 1), ('John', 7), ('argues', 1), ('Empire,"', 1), ('Edkins', 1), ('unknown', 8), ('Peking."', 1), ('Dudgeon', 1), ('Mission),', 1), ('agrees', 1), ('Lockhart,', 2), ('England."', 1), ('Smith', 4), ('("Chinese', 1), ('207)', 1), ('exist', 2), ('Justus', 1), ('Doolittle', 1), ('("Social', 1), ('Life', 1), ('ii.', 1), ('203)', 1), ('asserts', 1), ('indubitable', 1), ('reasons', 1), ('believing', 2), ('tolerated', 1), ('Government,', 4), ('shocking', 1), ('levity', 1), ('mass."', 1), ('...', 1), ('Moule', 1), ('"has', 1), ('conclude', 1), ('exaggerated."', 1), ('_ut', 1), ('supra_.)', 1), ('Consuls', 1), ('retired', 4), ("years'", 1), ('authentic', 1), ('infanticide.', 1), ('"Exaggerated', 1), ('respecting', 1), ('infanticide,"', 1), ('D.', 2), ('MacGowan,', 2), ('owing', 4), ('withholding', 1), ('interment', 1), ('infancy."', 1), ('"opinions', 1), ('careful', 1), ('observers', 1), ('observation."', 2), ('xiv.,', 1), ('206.)', 1), ('Whatever', 1), ('relative', 1), ('cannot,', 1), ('foeticide', 1), ('highly', 8), ('America.', 2), ('interest.', 2), ('reverence', 5), ('Trinity', 1), ('Sisters.', 1), ('nimbus', 1), ('plays', 1), ('impassive', 1), ('aureola', 1), ('Mercy', 2), ('"_Sheng-mu_,"', 1), ('Mother,', 1), ('Virgin', 1), ('Mary.', 1), ('controls', 1), ('control', 2), ('abodes', 1), ('administering', 2), ('justice--or', 1), ('equivalent--to', 1), ('living,', 2), ('jurisdiction', 2), ('spirits,', 1), ('bribed', 1), ('friends', 9), ('offers', 2), ('leniently', 1), ('welfare', 3), ('practical', 4), ('sympathy.', 1), ('pavilions,', 2), ('chambers', 2), ('horrors', 4), ('realistic', 1), ('representations', 2), ('torments', 1), ('hells.', 1), ('scenes', 4), ('unbeliever;', 1), ('vivid', 1), ('truths.', 1), ('grating,', 1), ('sobbing', 1), ('piteously', 1), ('ghastly', 2), ('alive,', 1), ('monsters', 1), ('spikes,', 1), ('torn', 5), ('serpents.', 1), ('torture', 5), ('enduring;', 1), ('onward', 1), ('hell--the', 1), ('priests', 12), ('lighten', 1), ('torment.', 1), ('pine', 2), ('trees,', 5), ('grounds,', 1), ('pond', 5), ('wrangler', 1), ('Temple--the', 1), ('beautifully-finished', 1), ('accustomed', 5), ('ecstacies', 1), ('wood-carving', 2), ('Sh[=o]gun', 1), ('chapels', 1), ('Shiba', 1), ('Tokyo', 1), ('exquisite', 2), ('workmanship', 1), ('carving', 1), ('dragons', 1), ('lavished', 1), ('building.', 1), ('marble', 3), ('slabs', 2), ('divide', 2), ('fanciful', 1), ('tracery;', 1), ('chiselled', 1), ('marble;', 1), ('howdahs', 1), ('pillars', 5), ('balustrades;', 1), ('lattice', 1), ('carved.', 1), ('Lofty', 1), ('roofs.', 1), ('preserved', 1), ('coating', 2), ('colour', 5), ('wood.', 2), ('Gilding', 1), ('decoration', 1), ('altar', 3), ('bronze', 1), ('censer,', 1), ('flowers,', 4), ('descended', 11), ('pits', 3), ('paupers', 1), ('criminals.', 1), ('open-mouthed', 1), ('uncut', 2), ('starvation,', 2), ('lack', 2), ('surface.', 1), ('Bodies', 1), ('covering,', 1), ('hawks', 1), ('crows', 1), ('treating', 2), ('Parsee,', 1), ('hateful', 1), ('overwhelming', 1), ('Pigtails', 1), ('carelessly', 1), ('skulls', 1), ('trunk.', 1), ('Human', 1), ('hill;', 1), ('surface,', 1), ('dogs--the', 1), ('domestic', 3), ('street--had', 1), ('scraped', 1), ('Many,', 1), ('children;', 2), ('buried,', 1), ('playmate', 2), ('Maire,', 2), ('cordiality', 1), ('style,', 1), ('modest', 2), ('nice', 2), ('summer-house.', 1), ('beard', 3), ('imposing', 3), ('apt', 4), ('estimate', 2), ('beard.', 1), ('Signs', 1), ('apparent.', 2), ('weather', 1), ('cold,', 3), ('Riding', 2), ('mule', 18), ('hunger', 2), ('_orphelinat_', 1), ('_ramassees', 1), ('dans', 1), ('rues_,', 1), ('parents;', 1), ('nuns,', 1), ('nuns.', 1), ('Bordeaux--true', 1), ('wine--the', 1), ('Tonquin,', 8), ('Chinese?', 2), ('ah!', 1), ('yes.', 1), ('loves', 3), ('creatures,', 2), ('generation."', 1), ('words.', 3), ('CITY.', 3), ('whither', 1), ('bound,', 2), ('re-engaged', 1), ('Laohwan,', 5), ('conditions', 2), ('_6s.', 1), ('9d._', 1), ('(2.25', 1), ('taels),', 1), ('(_3s._)', 1), ('arrival,', 1), ('remit', 3), ('kind--none', 1), ('read;', 1), ('absolute', 3), ('faith.', 1), ('walking,', 1), ('increased', 5), ('heathen.', 1), ('big-boned', 1), ('rough-hewn', 1), ('animal,', 1), ('intelligence,', 2), ('authorised', 1), ('sell', 6), ('saddle', 2), ('bridle,', 2), ('pounds.', 1), ('mules', 9), ('corns', 2), ('forelegs,', 1), ('adventitious', 1), ('7th,', 3), ('pairs', 1), ('prisoners,', 2), ('escort.', 1), ('coupled', 1), ('cruelly,', 1), ('tightly', 1), ('manacled', 1), ('strangulated,', 1), ('remembered,', 2), ('1860', 1), ('subjected', 1), ('Bowlby,', 1), ('_Times_', 2), ('correspondent,', 2), ('treacherous', 1), ('violation', 1), ('truce,"', 1), ('ended', 3), ('sufferings.', 1), ('red-handed.', 1), ('Found', 1), ('tendered', 1), ('voluntarily', 1), ('torture,', 2), ('compulsion', 1), ('"self-accusation', 1), ('wrested', 1), ('agony,"', 1), ('sentenced', 5), ('delay--if', 1), ('previously', 3), ('"died', 1), ('prison"--died,', 1), ('far--to', 1), ('execution', 3), ('beheaded.', 1), ('comforts.', 1), ('clearly', 4), ('snow,', 2), ('snowing.', 1), ('snowed.', 1), ('slippery,', 1), ('mule,', 4), ('obstinate,', 1), ('sure-footed,', 1), ('going.', 1), ('coffin--borne', 1), ('rest--preceded,', 1), ('followed,', 1), ('mourners,', 3), ('burnt,', 1), ('invisible,', 2), ("man's", 1), ('dignity.', 1), ('Chehki,', 2), ('cold', 4), ('snow', 2), ('hump-back', 1), ('bedroom', 3), ('whole,', 1), ('tablets,', 1), ('many-featured', 1), ('gods,', 1), ('Riches,', 2), ('attentive', 2), ('prayers', 2), ('hamlet.', 2), ('housed,', 1), ('bell', 1), ('discontentedly', 1), ('acute', 1), ('inflammation', 1), ('eyes,', 3), ('shivering', 1), ('embers', 2), ('scooped', 1), ('earthern', 1), ('doorway.', 1), ('dishful', 1), ('husks', 1), ('strainings.', 1), ('hedge,', 1), ('room.', 3), ('sparingly,', 1), ('vegetables;', 1), ('allowance', 3), ('wages', 1), ('half-loads,', 1), ('careful.', 1), ('were!', 1), ('wanderings', 1), ('attendant', 3), ('determined,', 1), ('courteous', 2), ('manner,', 5), ('amusing', 3), ('stammer;', 1), ('journey--he', 1), ('lovesick;', 1), ('keenly', 3), ('bride.', 1), ('men;', 1), ('could,', 1), ('hunchback,', 1), ('huddled', 1), ('with,', 1), ('lot', 3), ('9th,', 1), ('bleak,', 1), ('bare', 7), ('watching', 1), ('eagle', 1), ('circling', 1), ('overhead,', 1), ('wolf', 3), ('leisurely', 2), ('slunk', 1), ('brow.', 1), ('haunch', 1), ('wretch', 1), ('four,', 1), ("mother's", 2), ('playing', 1), ('door.', 1), ('humpbacked', 1), ('dwarf', 1), ('others,', 2), ('district,', 2), ('birth', 4), ('Leitoupo,', 2), ('whistled', 1), ('faces,', 2), ('fertility.', 2), ('glade,', 1), ('streams', 1), ('pebbly', 1), ('banks.', 2), ('comfort,', 1), ('poppies', 1), ('brilliantly', 1), ('encroached', 1), ('sunshade', 1), ('teahouse.', 1), ('rill', 1), ('sweetmeat', 1), ('peanuts,', 1), ('sugar-like', 1), ('toffee.', 1), ('filled.', 1), ('drinkers', 1), ('curled', 1), ('mat,', 1), ('elbow', 1), ('pillow,', 1), ('asleep,', 1), ('lit.', 1), ('shyly', 1), ('sweetmeat.', 1), ('indoors.', 1), ('lolly', 1), ('fat', 3), ('brother,', 2), ('urchin', 1), ('maid', 1), ('life-time.', 1), ('learn', 8), ('evils,', 1), ('endured,', 1), ('tradition', 3), ('taught,', 1), ('Monogamy', 1), ('polygamy', 1), ('exception,', 1), ('secondary', 2), ('forming', 1), ('satisfactory', 2), ('kingdom', 6), ('"civilised', 1), ('heathenism,"', 1), ('Mateer', 1), ('envy.', 1), ('happiness', 1), ('nevertheless.', 1), ('"Happiness', 1), ('consist', 2), ('enjoyment--but', 1), ('impertinent', 1), ('curiosity', 6), ('cowed', 1), ('crushed.', 1), ('arrogance', 1), ('characterises', 2), ('elsewhere', 1), ('wanting', 2), ('civil', 3), ('battle,', 1), ('devastation', 3), ('sword,', 3), ('misery.', 2), ('resigned', 1), ('spiritless.', 1), ('charming;', 1), ('kindliness', 2), ('constant', 5), ('delight', 1), ('join', 2), ('phrases', 3), ('Spaniards,', 2), ('"_quiere', 1), ('Vd.', 1), ('gustar?_"', 1), ('meant', 1), ('accepted.', 1), ('Comparatively', 1), ('empty-handed;', 1), ('marble.', 2), ('wayside,', 1), ('cabbage', 2), ('herbs', 3), ('obtained,', 2), ('cracked', 2), ('dishes', 2), ('stones.', 2), ('Kong-shan,', 2), ('slope,', 1), ('see.', 2), ('quarters.', 1), ('thirty-seven', 1), ('rode', 13), ('twenty-two', 3), ('first,', 1), ('confusing.', 1), ('ours', 2), ('particular:', 1), ('quantities;', 1), ('Inequalities', 1), ('distance;', 1), ('follows', 1), ('B', 2), ('A--it', 1), ('longer.', 1), ('explanation', 5), ('simple.', 2), ('Distance', 1), ('estimated', 5), ('roughly,', 1), ('(3-1/3', 1), ('miles)', 3), ('unit', 1), ("hour's", 2), ('"Sixty', 1), ('go"', 1), ("hours'", 1), ('you;', 1), ('uphill', 1), ('surprised', 2), ('li.', 2), ('To-night', 1), ('turning', 4), ('faring.', 1), ('underground', 1), ('stairs,', 1), ('horse', 2), ('coffin.', 1), ('meditative.', 1), ('reproachfully', 1), ('heaped', 1), ('untidily', 1), ('trough,', 1), ('ration', 1), ('high-spirited', 1), ('dale', 1), ('paths,', 1), ('Alas,', 1), ('stitched', 1), ('paillasses.', 1), ('chaff,', 1), ('three-inch', 1), ('lengths,', 1), ('knife', 2), ('pivot', 1), ('board,', 1), ('civilisation.', 2), ('nothing.', 1), ('sunrise.', 1), ('lovely', 1), ('cloudless', 1), ('sky.', 1), ('Kong-shan', 2), ('creek.', 1), ('doorways.', 1), ('Advertisement', 1), ('bills', 1), ('lintels', 1), ('doorposts,', 1), ('admission', 1), ('spirits.', 3), ('bearded', 1), ('monsters,', 1), ('weapons,', 2), ('represented.', 1), ('saddled.', 1), ('Patches', 1), ('white-flowered', 1), ('Coolies', 2), ('buckets', 2), ('sinuous', 1), ('pebbled', 1), ('brook', 1), ('laughs', 2), ('shouting', 1), ('frighten', 1), ('newly-sown', 1), ('beds;', 1), ('poppies,', 1), ('anew', 1), ('filing', 1), ('burdens--a', 1), ('toil', 2), ('oxen', 1), ('jolting', 1), ('wheels', 1), ('circular.', 1), ('avenue', 1), ('hidden', 1), ('showers', 1), ('roses,', 2), ('roses', 2), ('bloom', 1), ('daisies', 2), ('violets,', 1), ('dandelions', 1), ('forget-me-nots,', 1), ('sparkling', 1), ('file,', 3), ('stalwart', 3), ('pipe,', 2), ('endurance', 1), ('Laohwan.', 2), ('done--he', 1), ('freshest', 1), ('party--he', 1), ('mule.', 1), ('rise.', 1), ('attending', 1), ('preparing', 1), ('porridge', 1), ('eggs', 7), ('liked', 1), ('remonstrance', 1), ('precedent', 2), ('determines', 2), ('action.', 1), ('boiled', 1), ('reprove', 1), ('Afterwards', 2), ('serving', 2), ("don't", 6), ('dislike', 1), ('cooking,', 1), ('"good,', 1), ('good,"', 1), ('tableland,', 2), ('arid,', 1), ('yields', 1), ('reluctant', 4), ('obstructs', 1), ('view,', 3), ('distances', 6), ('downs,', 1), ('bereft', 1), ('clump', 1), ('pines', 1), ('axe', 1), ('spared', 2), ('beneficial', 1), ('geomancers', 1), ('declare', 3), ('roadway', 3), ('worn', 4), ('attrition', 1), ('waterchannel,', 1), ('stream.', 3), ('intervals', 2), ('vast', 2), ('mounds', 1), ('gables', 1), ('forcible', 1), ('ravaged', 2), ('uncultivated', 1), ('weeds', 1), ('ingathering', 1), ('Australians', 2), ('hunger.', 1), ('pinched', 1), ('typhoid', 1), ('hovering', 1), ('beggars.', 2), ('solicited', 1), ('crying', 3), ('alms', 1), ('silent', 2), ('appealing.', 1), ('skeletons', 1), ('meekly', 1), ('friendly.', 2), ('wore', 5), ('cloths', 1), ('fibre', 1), ('petticoats', 2), ('Guinea.', 1), ('easy,', 1), ('Moslem', 3), ('Iangkai.', 1), ('pursued', 3), ('flanked', 2), ('peaks', 1), ('11,000', 1), ('sea-level.', 1), ('prosperous', 2), ('Yanglin,', 2), ('inn.', 3), ('scrawled', 1), ('facetious', 1), ('remarks', 2), ('tourists', 1), ('quality', 2), ('fare.', 1), ('sick,', 3), ('veterinary', 1), ('unbecoming', 1), ('expedition.', 1), ('Australia', 3), ('family,', 3), ('examined', 4), ('inscrutable', 2), ('unveiled', 1), ('mysteries', 1), ('futurity,', 1), ('fee.', 1), ('basket,', 1), ('least', 3), ('hit', 1), ('mark.', 1), ('advice', 1), ('360', 2), ('(ninepence),', 1), ('exorbitant', 1), ('Friday,', 1), ('13th,', 2), ('leading', 5), ('Ruins', 1), ('testify', 1), ('march', 5), ('ago--triumphal', 1), ('battered', 2), ('idols', 1), ('iconoclasts.', 1), ('Districts', 1), ('habitations,', 1), ('attest', 2), ('spells', 1), ('extermination', 1), ('rebels.', 1), ('goitre,', 3), ('by-and-by', 6), ('remembered', 1), ('Asia', 2), ('Siam,', 3), ('goitre.', 8), ('CITY.]', 3), ('Ten', 2), ('poplars,', 1), ('monogram', 1), ('gateway', 3), ('College', 3), ('Paris_,', 1), ('Province', 1), ('Jinmaasuh.', 1), ('Situated', 1), ('widening', 1), ('turretted', 1), ('gateways,', 1), ('pagodas', 3), ('students', 4), ('priesthood.', 1), ('residence,', 1), ('ordination,', 1), ('evangelists', 1), ('Province.', 1), ('Excoffier', 1), ('Gladstone', 1), ('Premiership,', 1), ('Rosebery', 1), ('successor.', 1), ('renew', 1), ('payment', 2), ('tribute', 5), ('exacted', 1), ('suzerainty', 1), ('expecting', 1), ('Singai', 3), ('(Bhamo),', 2), ('Warry,', 4), ('elephants,', 1), ('howdahs,', 1), ('announcing,', 1), ("Macartney's", 2), ('"Tribute', 1), ('governments', 1), ('idiotic', 1), ('pander', 1), ('arrogance.', 1), ('India', 3), ('Convention', 1), ('1886,', 2), ('send,', 1), ('Chief', 5), ('Jinmaasuh,', 1), ('hurry.', 2), ('Gunfire,', 1), ('signal', 2), ('closing', 2), ('gates,', 1), ('sounded', 4), ('wall;', 1), ('sentries', 1), ('negligent', 1), ('open.', 1), ('Had', 4), ('earlier', 4), ('entry;', 1), ('big', 2), ('gate.', 4), ('Turning', 1), ('sharply', 1), ('Telegraph', 3), ('Offices,', 1), ('cordial', 3), ('Jensen,', 5), ('superintendent', 2), ('telegraphs', 3), ('Kweichow.', 2), ('headquarters,', 1), ('delightful', 1), ('week.', 1), ('silence', 1), ('evening,', 2), ('pork,', 2), ('beans;', 1), ('next,', 1), ('chicken', 2), ('famed', 1), ('Shuenwei', 1), ('ham,', 1), ('mutton', 2), ('peas', 1), ('currant', 1), ('jelly,', 1), ('pancakes', 1), ('aboriginal', 1), ('cheese,', 1), ('claret,', 1), ('champagne,', 1), ('Medoc.', 1), ('importance.', 3), ('access', 11), ('long,', 5), ('arduous,', 1), ('mountainous,', 2), ('portions', 2), ('rains.', 4), ('Mungtze', 7), ('Laokai', 2), ('Red', 1), ('Hanoi,', 2), ('_Le', 3), ('Laokai_,', 1), ('Hanoi', 2), ('Bhamo', 16), ('Irrawaddy,', 1), ('thirty-three', 2), ('possibility', 2), ('caravans', 5), ('Central', 1), ('Southern', 1), ('Eastern', 5), ('sends', 2), ('via', 2), ('Kuangs', 1), ('Canton.', 2), ('Shortness', 1), ('facility', 2), ('transport,', 1), ('tap', 1), ('highways', 1), ('Northern', 4), ('send', 5), ('imports,', 1), ('exists,', 1), ('exist,', 1), ('Yangtse;', 1), ('channel', 4), ('itself.', 4), ('Marco', 7), ('Polo', 2), ('1283,', 1), ('Yachi.', 1), ('propagating', 1), ('seventeenth', 1), ('rests', 2), ('Captain', 10), ('Doudart', 2), ('Gree', 1), ('Navy,', 1), ('1867.', 1), ('Margary,', 4), ('Manwyne,', 1), ('1875', 1), ('Hankow;', 1), ('tardy', 1), ('Grosvenor,', 1), ('brilliant', 1), ('delegate', 1), ('barren', 1), ('murderers', 1), ('justice.', 1), ('Hosie,', 2), ('1882.', 1), ('September,', 1), ('Bonvalot', 1), ('Prince', 3), ('Henri', 1), ("d'Orleans", 1), ('completion', 2), ('eastern', 1), ('_Tibet', 1), ('Inconnu_--"Unknown', 1), ('Thibet!"', 1), ('although', 4), ('traversed', 3), ('due--though', 1), ('name--to', 1), ('leader,', 1), ('guide,', 2), ('Dutch', 1), ('Kuldja,', 2), ('Dedeken.', 1), ('Vial,', 2), ('Colquhoun', 2), ('"Across', 1), ('Chryse,"', 1), ('describes', 5), ('"Journey', 1), ('Exploration"', 1), ('(though', 1), ('explored', 1), ('accurately', 2), ('mapped', 1), ('missionaries),', 1), ('safety', 2), ('City,', 9), ('successor', 2), ('Bishopric.', 1), ('Boell,', 2), ('Secretaryship', 1), ('Legation', 1), ('correspondent', 1), ('Temps_,', 2), ('1892', 1), ('Kweiyang,', 2), ("d'Amade,", 2), ('Legation,', 1), ('farm', 1), ('Tomme,', 2), ('Mungtze,', 6), ('improved', 2), ('cultivation--the', 1), ('exception', 3), ('Finally,', 1), ('Lenz,', 2), ('bicyclist,', 1), ('profound', 1), ('amazement', 2), ('populace,', 1), ('"living', 1), ('wheel"', 1), ('_Yesu-tang_.', 1), ('Lenz', 3), ('practically', 2), ('surmounting', 1), ('face.', 2), ('stations.', 1), ('endured', 2), ('lamented', 1), ('acquaintance', 1), ('hardihood.', 1), ("missionary's,", 1), ('feverishly', 1), ('Epistle', 2), ('Galatians', 1), ('Old', 2), ('Testament.', 1), ('mistake', 2), ('discouraged,', 1), ('dismayed', 1), ('particular', 4), ('reckoned', 2), ('Pentateuch.', 1), ('host,', 2), ('Pi', 2), ('Telegraphs.', 2), ('office,', 3), ('left,', 4), ('mandarin', 3), ('Taotai', 2), ('annum,', 2), ('hopes', 1), ('20,000', 5), ('"Squeezing,"', 1), ('termed,', 1), ('arts,', 1), ('squeezing.', 1), ('"Dives,', 1), ('tax-dodger,"', 1), ('Compare,', 1), ('Chicago,', 3), ('claims', 1), ('morals', 3), ('corruption', 1), ('"nominally', 1), ('studded', 3), ('littered', 1), ('Bibles,"', 1), ('perjury', 1), ('industry."', 1), ('Chinese"', 1), ('"such', 1), ('embodiment', 1), ('fraud,', 1), ('falsehood,', 1), ('injustice,"', 1), ('Chicago?', 1), ('alderman', 2), ('Stead', 2), ('(p.', 2), ('172', 3), ('_et', 1), ('seq._)', 1), ('dollars', 2), ('salary;', 1), ('addition', 5), ('enjoys', 1), ('"practically', 1), ('unrestricted', 2), ('liberty', 1), ('fill', 2), ('pockets', 4), ('bartering', 1), ('city."', 1), ('alderman,', 1), ('fundamental', 1), ('principle,', 1), ('steal,"', 1), ('fruitful', 2), ('_Record_,', 1), ('crooked', 1), ('assessorship', 2), ('Chicago', 2), ('"everyone', 1), ('shortest', 1), ('fortune."', 1), ('Squeezing', 1), ('common,', 3), ('swindling', 1), ('existing', 2), ('director', 1), ('innocent', 2), ('telegraphy,', 1), ('telegraphs,', 2), ('bar', 2), ('appointment.', 1), ('mandarin,', 3), ('fitted', 2), ('Admiral', 1), ('Fleet,', 1), ('Collector', 1), ('field.', 1), ('truly', 2), ('isn\'t."', 2), ('_Shan-hao-Tsung-Kuh_,', 1), ('Supreme', 1), ('Reorganisation"', 1), ('(_Futai_)--viz.,', 1), ('(_Fantai_),', 1), ('Provincial', 3), ('Judge', 1), ('(_Niehtai_),', 1), ('Comptroller,', 1), ('Grain', 1), ('Intendant.', 1), ('Li,', 2), ('daughters;', 1), ('peace;', 1), ('extinction', 1), ('descendants,', 1), ('Royal', 1), ('spreading,', 1), ('partial', 1), ('persons.', 1), ('wives.', 2), ('Changsha;', 1), ('dead;', 1), ('favourite', 7), ('note.', 1), ('"funded', 1), ('houri,"', 1), ('_yatow_,', 1), ('"forked', 1), ('head"', 1), ('lucky', 5), ('smitten', 1), ('charms,', 1), ('wife.', 2), ('sight.', 2), ('marriage', 6), ('justified', 1), ('choice', 3), ('lord', 2), ('twins.', 1), ('attraction', 1), ('size,', 4), ('murmurings', 1), ('lilies."', 1), ('inclination', 1), ('whatever.', 3), ('idle', 1), ('unemotional', 1), ('passions', 1), ('ridicule', 1), ('languishing', 1), ('love,', 2), ('derides', 1), ('experiencing', 2), ('poetry', 1), ('episodes.', 2), ('Students', 1), ('_mariage', 1), ('convenance_', 1), ('Continent', 1), ('affection.', 1), ('Chinaman;', 1), ('love.', 1), ('subjective', 1), ('ideal;', 1), ('craves', 1), ('objective', 2), ('reality.', 2), ('reality,', 1), ('ideal', 3), ('becomes;', 1), ('foods', 1), ('exquisite."', 1), ("Meadows'", 1), ('"Essay', 1), ('Civilisation', 1), ('translated', 3), ("author's", 1), ('"it', 2), ("women's", 1), ('Violent', 1), ('nations', 1), ('sexes', 1), ('intercourse', 2), ('marriage....', 1), ('starved', 1), ('cravings', 1), ('object":--', 1), ('disenchantments', 1), ('infant', 1), ('solitude', 1), ('little-footed', 1), ('women.', 3), ('youth', 1), ('awe', 1), ('abhorrence', 1), ('devils,', 1), ('mentioned', 3), ('grew', 2), ('reasonably', 1), ('argued,', 1), ("'I", 1), ('chance,', 1), ('one;', 2), ('obedient;', 1), ('woman;', 1), ('are;', 1), ('already,', 1), ("safe.'", 1), ('"As', 2), ('objects,', 1), ('inquired:', 1), ("'Father,", 1), ('things?', 1), ('Look!', 1), ('look!', 1), ("they?'", 1), ('hastily', 1), ('answered:', 1), ("'Turn", 1), ("devils.'", 1), ('alarm,', 2), ('gazing', 1), ('motions', 1), ('fans.', 1), ('silence,', 1), ('appetite', 1), ('afflicted', 2), ('melancholy.', 1), ('parent', 2), ('inquiries;', 1), ('burst', 2), ('inexplicable', 1), ('pain:', 1), ("'Oh,", 1), ('tallest', 2), ('devil!', 1), ('father!\'"', 1), ('centres--at', 1), ('Bichih.', 1), ('baskets.', 1), ('prostitution,', 1), ('concubines,', 1), ('"thickneck,"', 1), ('pile', 3), ('cakes.', 1), ('(fivepence),', 1), ('gift', 3), ('generosity', 1), ('servant--all', 1), ('etiquette.', 1), ('host', 1), ('provinces,', 1), ('linguist,', 1), ('resident', 3), ('indebted', 3), ('acts', 1), ('Jensen', 9), ('1880', 4), ('Company--a', 1), ('December,', 1), ('(that', 1), ('Tientsin),', 1), ('1883,', 2), ('operatives', 1), ('engineers', 1), ('lent', 1), ('Government.', 4), ('December', 2), ('since.', 2), ('superintended', 1), ('(2350', 1), ('lines,', 1), ('effected', 2), ('lines', 3), ('Laokai.', 1), ('joining', 1), ('Kweichow;', 1), ('Tonquin;', 1), ('Fuhkien', 4), ('province;', 2), ('Tali', 28), ('Tengyueh', 16), ('(Momien),', 2), ('eventually', 2), ('unite', 1), ('frontier.', 1), ('journeys', 1), ('invariably', 4), ('inner', 1), ('classes', 2), ('interesting', 1), ('episodes', 1), ('Once,', 1), ('repairing', 1), ('Pase,', 1), ('Kwangsi,', 1), ('rainy', 3), ('fifty-six', 1), ('Kong.', 2), ('occasion,', 4), ('chair-bearers,', 1), ('died.', 2), ('October,', 1), ('headquarters.', 1), ('health.', 1), ('impeded', 1), ('extension', 1), ('poles', 4), ('spoil', 1), ('"_fungshui_"--in', 1), ('luck', 2), ('districts', 4), ('objection', 2), ('overcome.', 1), ('revealed', 1), ('Villagers', 1), ('poles--and', 1), ('wire', 3), ('compensation', 1), ('trouble.', 3), ('annoyance', 1), ('stop', 8), ('energetic', 2), ('matter', 2), ('hand.', 2), ('villagers,', 2), ('unheeded.', 1), ('vigorous', 1), ('measures.', 1), ('persuasion', 2), ('acquiesce', 1), ("magistrate's", 1), ('guilt.', 2), ('ears,', 1), ('escort', 10), ('again.', 4), ('YUNNAN.', 1), ('emporium', 1), ('summoned', 2), ('silver.', 5), ('Gold', 5), ('leaf', 4), ('gilds', 1), ('Thibet', 3), ('Indo-China.', 2), ('changed', 3), ('leaf.', 1), ('Arracan', 1), ('Mandalay,', 1), ('Shway-dagon', 1), ('Pagoda', 1), ('Rangoon,', 4), ('produces,', 1), ('quantities.', 1), ('Talang,', 1), ('S.W.', 1), ('ineffective', 2), ('extraction.', 1), ("Polo's", 1), ('six.', 1), ('35', 3), ('Talifu', 7), ('25', 4), ('27.5', 1), ('quantities', 1), ('ounces.', 1), ('telegraphic', 3), ('transfer', 2), ('Kong', 2), ('negotiate', 1), ('seaports', 1), ('transaction.', 1), ('readily', 3), ('carriage', 4), ('seaport.', 2), ('learn,', 1), ('astray.', 1), ('route--that', 1), ('Laokai--and', 1), ('thence', 1), ('Saigon', 1), ('excitement', 2), ('_blase_', 1), ('speculator.', 1), ('Ample', 1), ('profits', 3), ('dealer.', 1), ('21st', 1), ('23.2,', 1), ('30.9;', 1), ('35,', 1), ('sold.', 1), ('25.5', 1), ('27', 2), ('cheaper', 1), ('dearer', 1), ('buyer', 1), ('jewellery', 1), ('workmanship,', 1), ('rings', 1), ('bracelets,', 1), ('earrings', 2), ('ornaments,', 1), ('circlet', 1), ('forehead,', 1), ('bridal', 2), ('charms', 1), ('covetous', 2), ('nun.', 1), ('Ornaments', 1), ('98', 4), ('sold,', 2), ('weighed', 2), ('scales,', 2), ('owners,', 1), ('disposing', 1), ('prefer', 1), ('99', 2), ('fine,', 1), ('beaters', 1), ('guild', 2), ("trade's", 1), ('union', 1), ('Gold-testing', 1), ('profession,', 1), ('require', 4), ('consisting,', 1), ('do,', 3), ('rubbing', 2), ('gold,', 2), ('determined.', 1), ('gold-testers', 1), ('gilding', 1), ('work.', 7), ('principle', 1), ('self-protection', 1), ('restrains', 1), ('ostentatious', 1), ('exhibition', 2), ('wealth--he', 1), ('fears', 2), ('aggravation', 1), ('punished', 3), ('accused', 1), ('exemption', 1), ('sitting,', 1), ('five-dollar', 1), ('bill,', 1), ('compliments,', 1), ('sleeve', 1), ('sale;', 1), ('bargaining;', 1), ('agree,', 1), ('weighed,', 1), ('banker', 3), ('transaction', 2), ('Bond', 1), ('Street,', 1), ('"uncivilised', 1), ('country";', 1), ('nevertheless', 1), ('dawn', 1), ('history,', 3), ('banking', 1), ('Solomon.', 1), ('namely', 1), ('pure,', 1), ('differs', 1), ('unalloyed', 1), ('bewildering.', 1), ('Let', 5), ('explain,', 1), ('sentences,', 1), ('"cash"', 1), ('currency', 3), ('coin', 1), ('brass', 2), ('perforated', 1), ('string.', 1), ('Now,', 6), ('theoretically,', 1), ('"string', 1), ('cash"', 3), ('contains', 4), ('coins,', 7), ('theoretical', 2), ('dollar.', 2), ('100,', 4), ('83', 1), ('Taiyuen,', 1), ('33', 6), ('Chihli.', 1), ('charmingly', 1), ('"old', 1), ('"capital', 2), ('500', 3), ('coins.', 1), ('10', 4), ('count', 6), ('Nowhere', 2), ('cash--that', 2), ('98.', 2), ('Nanking', 3), ('prevail.', 1), ('1075', 1), ('1000,', 2), ('7', 1), ('75', 1), ('75--are', 1), ('same.', 1), ('Lanchow', 3), ('Chihli', 2), ('Railway', 1), ('Shanhai-kwan,', 1), ('16', 1), ('200;', 1), ('starts,', 1), ('100.', 2), ('325', 1), ('162', 2), ('6000', 1), ('975', 2), ('Therefore', 1), ('3,', 3), ('percentage', 3), ('fluctuations', 1), ('alike', 1), ('Could', 3), ('simpler?', 1), ('cumbrous', 1), ('exasperating.', 1), ('Take', 1), ('theoretically', 1), ('containing', 4), ('20', 4), ('"strings,"', 1), ('"string"', 1), ('cash--they', 1), ('all;', 3), ('62', 2), ('Eighteen', 1), ('therefore', 2), ('1240', 1), ('coins', 1), ('proportion.', 2), ('Immediately', 1), ('"full', 1), ('string"', 1), ('Silver', 3), ('scale,"', 1), ('retail', 1), ('scales', 1), ('mace', 2), ('candareens', 1), ('tael).', 1), ('loss', 1), ('astuteness', 1), ('scale.', 1), ("Wong's", 1), ('signboard', 1), ('"Beneficent,', 1), ('Rich,', 1), ('United,"', 1), ("Mong's", 1), ('"Bank', 1), ('Hundred', 1), ('Streams,"', 1), ('Wong,', 2), ('dependents', 1), ('grown-up', 2), ('guest-room', 1), ('opium-dais', 1), ('canopy.', 1), ('tray', 1), ('inlaid', 1), ('mother-of-pearl', 1), ('pipes', 1), ('visitors,', 1), ('phials', 1), ('insisted', 3), ('supper;', 1), ('speedily', 2), ('visitors.', 1), ('cigar', 3), ('custom', 3), ('box;', 1), ('costly,', 1), ('circumstances', 2), ('refrain', 1), ('helping', 2), ('handful.', 1), ('own"', 1), ('repletion;', 1), ("another's,", 1), ('tears', 2), ('run."', 1), ('citizens', 1), ('townsmen.', 1), ('mansion;', 1), ('plants', 1), ('vases.', 1), ('Man,', 1), ('"riches', 1), ('person,', 1), ('expanded,', 1), ('ease."', 1), ('fifty-nine', 1), ('wealth,', 1), ('Nanchang,', 1), ('Soochow,', 1), ('Hangchow,', 2), ('add', 7), ('Wong.', 1), ('questioned', 5), ('insurance', 1), ('professed', 2), ('family.', 2), ('Chin', 2), ('Shan_,', 2), ('"New', 1), ('Mountain,"', 2), ('distinguish', 1), ('_Lao', 1), ('"Old', 1), ('California.', 1), ('pained', 1), ('Manila,', 2), ('Philippine', 2), ('Islands.', 2), ('August,', 1), ('Augustine', 2), ('Padre', 1), ('Augustines.', 1), ('ceremony', 2), ('architect', 1), ('Escorial--the', 1), ('Manila', 2), ('earthquake', 1), ('1645--was', 1), ('notability', 1), ('present.', 1), ('Wishing', 1), ('Governor-General', 1), ('(Blanco),', 1), ('prominent', 2), ('Caballero,"', 1), ('Australia."', 2), ('"From', 1), ('Austria!', 1), ('Austria?"', 1), ('"No,', 1), ("'Australia'--where", 1), ('it?"', 2), ('importance."', 1), ('persisted.', 1), ('"_Dios', 1), ('mio!_"', 1), ('exclaimed', 1), ('aghast,', 1), ('interposed.', 1), ('talking', 2), ('fun,"', 1), ('"Thou', 1), ('knowest,', 1), ('Pepe,', 1), ('Seednay,', 1), ('Melboornay,', 1), ('bankruptcy', 1), ('colossal."', 1), ('"_Ya', 1), ('figuraba', 1), ('donde', 1), ('era_,"', 1), ('Pepe', 1), ('edged', 2), ('uncomfortably', 2), ('profession.', 1), ('banker.', 1), ('consult', 1), ('professionally,', 1), ('truthful', 2), ('lips', 3), ('rumour', 1), ('powers', 3), ('divination', 1), ('probable', 3), ('life?', 1), ('problem.', 2), ('gravely', 5), ('pulses--every', 1), ('properly', 2), ('hundred--and', 1), ('finding', 2), ('body,', 2), ('organs', 1), ('ranged', 2), ('sun--every', 1), ('constructed--I', 1), ('assure', 1), ('longer--if', 1), ('proprietor', 1), ('store', 3), ('photography', 1), ('camera', 1), ('Paris.', 1), ('enthusiast.', 1), ('amateur.', 1), ('shelves,', 2), ('promiscuity', 2), ('bottles', 2), ('cyanide', 2), ('potassium', 2), ('perchloride', 1), ('mercury', 1), ('carbonate', 1), ('soda,', 1), ('alum,', 2), ('Moet', 1), ('Chandon', 1), ('(spurious),', 1), ('pickles,', 1), ("Howard's", 1), ('quinine.', 1), ('corrosive', 1), ('sublimate', 1), ('bicarbonate', 1), ('soda', 1), ('_eclat_', 1), ('gratifying', 2), ('owner.', 1), ('remit,', 1), ('banks,', 1), ('transfers', 1), ('transactions.', 1), ('principally', 1), ('communications', 1), ('code.', 1), ('Tsungli', 1), ('Yamen', 3), ('telegram', 3), ('code', 3), ('comes;', 1), ('agents.', 1), ('Messages', 1), ('Morse', 1), ('system.', 1), ('telegraphing', 2), ('discovery', 1), ('enabled', 1), ('invention', 1), ('genius', 2), ('simplicity', 2), ('numerals', 1), ('group', 7), ('constituted', 1), ('represents', 2), ('character.', 2), ('operator,', 1), ('however', 1), ('receives,', 1), ('0018,', 1), ('0297,', 1), ('5396,', 1), ('8424.', 1), ('inkpad', 1), ('stamps', 1), ('permits,', 1), ('moreover,', 1), ('indecipherable', 1), ('codes,', 1), ('adding', 1), ('subtracting', 1), ('telegraphed', 2), ('indicated.', 1), ('printed', 4), ('code-books.', 1), ('memorising', 1), ('prodigious.', 1), ('immemorial', 1), ('developed', 3), ('faculties.', 2), ('Memory', 1), ('secret', 1), ('originality.', 1), ('innovation', 1), ('impiety,', 1), ('recollection', 1), ('mental', 2), ('Necessity', 1), ('compels', 1), ('race', 5), ('individual', 6), ('literati.', 1), ('learns', 2), ('essential', 1), ('code-book', 1), ('heart.', 2), ('drawer', 1), ('superfluity.', 1), ('claimed', 1), ('Chiang,', 2), ('characters.', 1), ('Telegrams', 1), ('cents', 1), ('(at', 1), ('sixpence)', 1), ('character;', 1), ('double,', 1), ('forty-four', 1), ('cents.', 1), ('307', 2), ('agent', 2), ('exclusive', 1), ('telegram,', 2), ('safety,', 1), ('lose', 2), ('remittance,', 1), ('telegram.', 1), ('bowling', 1), ('entrance.', 1), ('portal', 1), ('horrific', 1), ('monstrous', 2), ('weapons.', 1), ('adhere', 1), ('deadliness', 2), ('weapon', 9), ('savageness', 1), ('aspect.', 1), ('Inside,', 1), ('courts', 2), ('well-furnished', 1), ('rooms,', 1), ('roomy', 1), ('apartments,', 1), ('clerks', 1), ('operators.', 1), ('sunny,', 1), ('ornamental', 4), ('parapet.', 1), ('Wandering', 1), ('enclosure', 1), ('peacocks', 1), ('companions,', 1), ('monkey', 1), ('woods', 1), ('hours,', 1), ('dismal', 1), ('gong', 5), ('windows,', 1), ('waking', 1), ('slumbers;', 1), ('Chinese--indeed,', 1), ('_could_', 1), ('flank', 1), ('posters', 2), ('contributed', 1), ('sufferers', 1), ('recent', 3), ('Shansi,', 1), ('amounts', 1), ('contributions', 2), ('rewards', 1), ('gifts', 2), ('believers', 2), ('justification', 2), ('works,', 7), ('merit,', 1), ('apart,', 1), ('reaped', 1), ('"gifts', 1), ('sums', 1), ('ordinarily', 1), ('authorised,', 1), ('subscribers', 1), ('brevet', 2), ('titles,', 2), ('decorations,', 1), ('buttons', 1), ('grade', 2), ('licentiate,', 1), ('Colonel.', 1), ('Disgraced', 1), ('apply', 3), ('restored.', 1), ('Nominal', 1), ('donations', 12), ('instead,', 1), ('entitle', 1), ('givers', 1), ('honours."--_The', 1), ('Gazette_,', 2), ('August', 1), ('22,', 1), ('pillar', 1), ('waste-paper', 1), ('reverently', 2), ('burnt.', 1), ('invented,"', 1), ('"Heaven', 1), ('rejoiced', 1), ('Hell', 1), ('trembled."', 1), ('"Reverence', 1), ('characters,"', 1), ('injunction', 2), ('neglects', 2), ('remembers', 3), ('uses', 2), ('lettered', 3), ('kindle', 1), ('demerits,', 1), ('itchy', 1), ('sores";', 1), ('tosses', 1), ('burns', 2), ('filthy', 1), ('demerits', 1), ('sore', 2), ('blind,"', 1), ('collects,', 1), ('washes,', 1), ('merits,', 1), ('wealthy,', 1), ('grandchildren', 1), ('filial."', 1), ('strict', 2), ('limits,', 1), ('reverences', 1), ('precept', 2), ('written,', 2), ('absolved', 1), ('reverencing', 1), ('deacon', 2), ('over-reached', 1), ('swindled', 1), ('creditors.', 1), ('Hall', 3), ('(_Tien-chu-tang_),', 1), ('master-stroke', 1), ('site.', 1), ('intercept', 1), ('facade', 1), ('superb', 2), ('mosaic,', 1), ('garden,', 1), ('eucalyptus', 1), ('wisely', 1), ('planted,', 1), ('surrounds', 1), ('Vicaire', 1), ('Apostolique', 1), ('Monseigneur', 2), ('Fenouil,', 2), ('Alsace.', 1), ('priests--thirty', 1), ('15,000.', 1), ('Fenouil', 1), ('1847,', 1), ('oldest', 1), ('interior', 2), ('purer', 1), ('he;', 1), ('Present', 1), ('insurrection,', 3), ('eye-witness', 1), ('warfare.', 2), ('thrilling', 3), ('elected', 2), ('Bishop,', 4), ('1880,', 1), ('unanimous', 1), ('vote', 2), ('confirmed', 3), ('Rome;', 1), ('election', 1), ('Bishops', 1), ('chosen.', 1), ('amused', 3), ('mule,"', 1), ('small."', 1), ('course?"', 1), ('"Hardly', 1), ('Chinese."', 1), ('"Then', 1), ('interpreter?', 1), ('No!', 3), ('companion', 2), ('English?', 1), ('No,', 1), ('escort!', 1), ('armed?', 1), ('escort,', 2), ('revolver,', 3), ('food.', 2), ('Ah!', 1), ('Monsieur."', 1), ('Gorostarza,', 2), ('deciding', 1), ('discipline.', 1), ('purchase-money', 1), ('coolie-hong', 1), ('himself.', 2), ('backsliding', 1), ('availed', 1), ('defending', 1), ("Bishop's", 1), ('deputy.', 1), ('Converts', 1), ('remember,', 2), ('subjects', 2), ('_proteges_;', 1), ('tenable', 1), ('shields', 1), ('consequences', 1), ('pioneer', 3), ('owe', 2), ('Missionaries.', 1), ('maps', 3), ('founded', 3), ('Kanghi', 1), ('(1663-1723),', 1), ('prince', 2), ('graced', 2), ('throne', 4), ('wonder', 2), ('geographers', 1), ('past.', 2), ("'Great", 1), ("River'", 1), ('Yangtse)', 1), ('surveyed,"', 1), ('Blakiston,', 2), ('ocean,', 1), ('instruments', 2), ('persevering', 1), ('explorers', 1), ('correctness', 3), ('records."', 1), ('reports', 2), ('Voltaire', 1), ('"productions', 1), ('embellished', 1), ('science', 1), ('philosophy."', 1), ('we,', 2), ('Protestants,', 1), ('warned', 1), ('deluded', 2), ('insidious', 1), ('compliments;', 1), ('Jesuits', 2), ('"overtops', 1), ('danger,', 3), ('checked."', 1), ('cities.', 2), ('brick', 2), ('thick;', 1), ('height,', 2), ('drive.', 1), ('parapet', 2), ('forehead.', 2), ('gates.', 1), ('closely', 3), ('barred', 1), ('"Flood', 1), ('God,"', 1), ('fortunately,', 1), ('limited,', 1), ('turreted', 1), ("Viceroy's", 1), ('situated,', 3), ('Futai', 1), ('(Governor', 1), ('Province);', 1), ('Solomon', 1), ('Mings,', 1), ('requires', 2), ('palace.', 1), ('why', 5), ('south?', 1), ('Because', 1), ('comes,', 1), ('"genial', 1), ('animating', 1), ('influence,"', 1), ('putting', 3), ('plant', 2), ('animal', 2), ('winter.', 2), ('semi-circular', 1), ('bastion.', 1), ('triumphal', 1), ('viceroy.', 1), ('thickly-populated', 1), ('suburb', 1), ('plain.', 2), ('Rich', 1), ('sweet-toned', 1), ('bells,', 2), ('tinkle', 1), ('breath', 1), ('inanimate', 1), ('greatness', 1), ('Buddha."', 1), ('HIGH.]', 1), ('steam', 1), ('whistle', 1), ('arsenal,', 2), ('factory', 2), ('management,', 1), ('patent', 1), ('visitor.', 1), ('foremen', 1), ('arsenal', 7), ('Macartney', 1), ('(now', 1), ('Halliday', 1), ('Macartney),', 1), ('Cornish.', 1), ('opium-room.', 1), ('conceal,', 1), ('everything.', 1), ('Krupp', 1), ('7-1/2', 1), ('centimetres', 1), ('calibre,', 1), ('training.', 1), ('Cartridges', 1), ('finishing', 1), ('neatness', 1), ('opium-tray', 1), ('Fantai', 2), ('(provincial', 2), ('treasurer),', 1), ('you.', 2), ('Work', 1), ('furnace', 2), ('shortness', 2), ('chimney,', 1), ('attempts', 1), ('forbidden', 1), ('authorities.', 1), ('agitation', 1), ('chimney', 2), ('heightened.', 1), ('Geomancers', 1), ('consulted,', 1), ('majority,', 1), ('unprejudiced', 1), ('stunted,', 1), ('_fungshui_', 1), ('(good', 1), ('luck)', 1), ("Futai's", 1), ('governor),', 1), ('protection,', 1), ('depart', 1), ('ever.', 1), ('Greenwood,', 1), ('Battley', 1), ('Co.,', 1), ('Leeds.', 1), ('Rust', 1), ('dirt', 1), ('persons,', 1), ('phenomenon', 1), ('observed', 1), ('establishments', 1), ('government.', 1), ('factory.', 1), ('spacious,', 1), ('ample.', 1), ('north-eastern', 1), ('magazine', 1), ('stationed', 6), ('concealment', 1), ('turrets;', 1), ('cannon', 3), ('casting,', 1), ('originals.', 1), ('device', 1), ('I.H.S.--a', 1), ('motto', 1), ('destroy', 4), ('statesman,"', 1), ('"cuts', 1), ('cites', 1), ('Mencius', 1), ('sanctity', 1), ('repair', 1), ('inundates', 1), ('deplores', 1), ('cultivator', 1), ('soil."', 1), ('Halde', 1), ('directions', 1), ('Verbiest', 1), ('1682,', 1), ('cannon,', 1), ('saint."', 1), ('saint!"', 1), ('Huc.', 1), ('drill', 1), ('intramural', 1), ('swamp', 4), ('reedy', 1), ('lake,', 5), ('reeds', 1), ('economic', 1), ('wicks', 1), ('candles.', 1), ('Dykes', 1), ('directions,', 1), ('Taoist', 2), ('edifice,', 1), ('censers', 1), ('deepens', 1), ('resort', 1), ('gentry.', 1), ('_chic_', 1), ('parties', 1), ('fish;', 2), ('vibrates.', 1), ('feeding', 2), ('fish,', 3), ('constrained', 1), ('borrow', 1), ('vending', 1), ('hoarded', 1), ('Upon', 1), ('X.,', 1), ('Graham,', 3), ('exceedingly', 2), ('Melbourne.', 2), ('swamp,', 1), ('inevitably', 2), ('malarial', 1), ('fever.', 2), ('"finds', 1), ('reach,"', 1), ('relatively', 1), ('cheering.', 1), ('years--the', 1), ('1882--he', 1), ('nibblers,', 1), ('_was_', 1), ('manure-coolie,', 1), ('"Satan', 1), ('expelled', 1), ('stealing', 1), ("children's", 2), ('buttons."', 1), ('saved,', 1), ('recalcitrant', 1), ('sinners!', 1), ('happily', 1), ('tractable.', 1), ('(May,', 1), ('1894),', 1), ('nurse', 1), ('"native', 1), ('helper"', 1), ('ladies,', 1), ("wife's", 1), ('cook.', 1), ('hard.', 1), ('nearing', 1), ('uncompromising', 1), ('Cameronian.', 1), ('farce', 1), ('sending', 5), ('listeners,', 1), ('marvel', 2), ('enterprising', 2), ('emissary--in', 1), ('oil', 2), ('trade--is', 1), ('endeavouring', 2), ('introduce', 1), ('indifferently.', 1), ('hopes,', 1), ('understood', 1), ('speaking,', 1), ('bellows', 1), ('placid', 1), ('bull', 1), ('Bashan.', 1), ('_Yesu-tang_', 2), ('(Jesus', 1), ('Hall),', 1), ('service.', 7), ('plying', 1), ('soul.', 2), ('"poor', 1), ('sinner,"', 1), ('flung', 1), ('texts', 1), ('head,', 3), ('sang', 1), ('terrifying', 1), ('ballad,', 1), ('dreadful', 2), ('contemplate.', 1), ('announced', 1), ('me!', 2), ('sweat,', 1), ('increasing', 5), ('vigour.', 1), ('millions,', 1), ('107,969', 1), ('(this', 1), ('twenty-three).', 1), ('Stations', 1), ('(1887),', 1), ('(1891),', 1), ('(1882),', 1), ('(1881),', 1), ('Kuhtsing', 1), ('(1889).', 1), ('number--the', 1), ('statistics--two', 1), ('Kuhtsing.', 1), ('numberless', 1), ('instances', 2), ('quoted', 1), ('Woodin', 1), ('(in', 2), ('_Records_', 1), ('91)', 1), ('"grossly', 1), ('years,"', 2), ('Six,', 1), ("Hell's", 1), ('child."', 1), ('Stanley', 2), ('B.A.,', 1), ('stroke', 1), ('Cambridge', 1), ('eight,', 1), ('performed', 1), ('applauded', 1), ('B.A.', 1), ('University,"', 1), ('months,', 1), ('"accepted', 1), ('then."', 1), ('46).', 1), ('Indeed,', 2), ('preach', 1), ('make.', 1), ('proximate', 1), ('problem', 1), ('this:', 1), ('peaceable', 1), ('opened),', 1), ('remainder?', 1), ('believe,"', 1), ('House', 2), ('Commons,', 1), ('London,', 1), ('anniversary', 1), ('meeting', 5), ('intends', 2), ('accomplish', 1), ('undoubtedly,', 1), ('ex-Lord', 1), ('Gospel,"', 1), ('amazed', 1), ('wrought"', 1), ('Chinese).', 1), ('examine', 1), ('excited', 2), ('afield', 1), ('611', 1), ('261', 1), ('helpers,', 1), ('872', 1), ('Evangelists', 1), ('821', 1), ('122,', 3), ('boast', 2), ('of;', 1), ('all--the', 1), ('newly-opened', 1), ('districts.', 1), ('KWEICHOW.]', 1), ('Wong-wen-shao,', 2), ('rulers', 1), ('fail', 1), ('courtly', 1), ('manner.', 1), ('Chehkiang,', 1), ('coffins.', 1), ('things:', 1), ('(under', 1), ('Heaven);', 1), ('Soochow', 1), ('(where', 2), ('prettiest);', 1), ('Hangchow', 1), ('coffins', 3), ('grandest).', 1), ('Twelve', 1), ('Hunan.', 1), ('Called', 1), ('Ministers', 1), ('State', 2), ('"Tsungli', 1), ('Yamen,"', 1), ('Office,', 1), ('remained', 8), ('retirement', 1), ('inexorable', 1), ('resign', 1), ('mourning', 1), ('parents.', 2), ('(A', 1), ('suckles', 1), ('dated', 1), ('anterior', 1), ('birth,', 1), ('breast.', 1), ('defined', 1), ('proper', 3), ('mourning.)', 1), ('termination', 1), ('reappointed', 1), ('Hunan,', 2), ('satrapy,', 1), ('Portugal,', 1), ('combined.', 1), ('application', 1), ('die,', 3), ('Mandarin', 5), ('Chang-chen', 2), ('Nien,', 2), ('Tengyueh.', 7), ('contained', 2), ('communication', 1), ('rank,', 1), ('envelope', 1), ('pillow-slip.', 1), ('traveller;', 1), ('etiquette,', 2), ('suitable', 1), ('card', 6), ('appropriate', 2), ('cards', 1), ('differing', 1), ('presented.', 1), ('colour--the', 1), ('happiness--and', 1), ('this.', 2), ('Folded', 1), ('unfolded', 1), ('(eight', 1), ('inches),', 1), ('page,', 1), ('humiliating', 1), ('purport:', 1), ('"Your', 1), ('addlepated', 1), ('Mo-li-son', 1), ('bows', 1), ('stupid', 2), ('respects', 1), ('Excellency."', 1), ('[Illustration]', 1), ('possession;', 1), ('TALIFU.', 1), ('cost,', 2), ('saddle,', 1), ('_L3', 1), ('6s._', 1), ('reversed', 1), ('aristocratic', 1), ('pony;', 2), ('thrives', 1), ('sure-footed.', 1), ('pony,', 4), ('lets', 1), ('slip', 3), ('follow;', 1), ('fourth.', 1), ('Yunnan;', 2), ('accept', 3), ('supplied', 2), ('wage', 2), ('_chien_', 2), ('(_7d._),', 1), ('(93lbs.),', 1), ('spend', 3), ('Accordingly', 1), ('(_9s._),', 1), ('_7s.', 1), ('9d._,', 1), ('catties.', 1), ('refund', 7), ('(_2-1/2d._)', 1), ('addition,', 3), ('6d._)', 1), ('thirteen,', 1), ('count.', 2), ('carry,', 2), ('offer.', 2), ('involving', 1), ('outlay', 1), ('_36s._', 1), ('hiring', 1), ('915', 1), ('empty-handed,', 1), ('liberal,', 1), ('once.', 1), ('afternoon,', 4), ('19th', 2), ('Talifu,', 4), ('western', 2), ('"Sultan"', 1), ('1857-1873.', 1), ('"sung"', 1), ('me--to', 1), ('is--and', 1), ('responsibility', 2), ('delivery', 1), ('hsien.', 1), ('"wen,"', 1), ('runner;', 1), ('"wu,"', 1), ('soldier,', 2), ('sightless', 1), ('vestiges', 1), ('reflected', 1), ('environment', 1), ('inversely,', 1), ('enriches', 1), ('twofold', 1), ('expedient', 1), ('existence,', 1), ('claim,', 1), ('diverting', 2), ('YUNNAN.]', 1), ('strode', 1), ('jacket', 3), ('foxtails.', 1), ('giant,', 1), ('Yan', 2), ('Miun,', 2), ('kindly-featured', 1), ('monster,', 1), ('pity', 1), ('_levees_', 3), ('side-show.', 1), ('information', 5), ('novelties,', 1), ('giant', 4), ('stature;', 1), ('7ft.', 1), ('1in.', 1), ('weighs,', 1), ('condition,', 1), ('27st.', 1), ('6lb.', 1), ('showmen,', 1), ('investing', 1), ('unrivalled', 1), ('surely', 3), ('earnings', 1), ('_7s._', 1), ('month,', 1), ('lodging;', 1), ('unmarried,', 1), ('incumbrance;', 1), ('slightly', 1), ('taller', 1), ('massively', 1), ('permission', 8), ('measure,', 1), ('"tallest', 1), ('earth,"', 1), ('"7ft.', 1), ('11in.', 1), ("stockings'", 1), ('soles,"', 1), ('admiral.', 1), ('stages.', 1), ('glades', 2), ('clumps', 2), ('banyan,', 1), ('far-reaching', 1), ('concealed.', 1), ('fertility', 2), ('miserably', 1), ('Goitre,', 2), ('frequency.', 1), ('deformity.', 2), ('ruthless', 1), ('war.', 1), ('extermination.', 1), ('storm', 2), ('blasted', 1), ('field,', 1), ('consumed', 1), ('temple."', 1), ('Crumbling', 1), ('guard;', 1), ('pastures', 2), ('lands', 1), ('buildings;', 1), ('roofless.', 1), ('habitation,', 1), ('groups', 1), ('foundations', 1), ('uncovered,', 1), ('dismantled', 1), ('communities.', 1), ('renaissance;', 1), ('repaired,', 1), ('bridges', 3), ('reconstructed.', 1), ('exodus', 1), ('climate,', 1), ('soil,', 1), ('mineral', 1), ('developed.', 1), ('population.', 1), ('dwelt', 1), ('involved', 1), ('millions.', 1), ('absorb', 1), ('During,', 1), ('subsequent', 2), ('45,000,000', 1), ('(1842-82);', 1), ('necessity,', 1), ('Lu-feng-hsien,', 2), ('crosses', 1), ('volume', 1), ('arches;', 1), ('symmetry,', 1), ('piers,', 1), ('destined', 3), ('survive', 2), ('lapse', 1), ('Triumphal', 2), ('pedestals', 1), ('portals', 1), ('23rd', 1), ('Chuhsing-fu,', 2), ('half-in-ruins,', 1), ('terrible', 3), ('reprisals', 1), ('recapture', 2), ('Imperialists.', 1), ('(thirty-five', 1), ('must,', 2), ('constructor', 1), ('line,', 1), ("Baber's", 1), ('itinerary.', 1), ('estimates;', 1), ('allows', 2), ('mile,', 1), ('a-half,', 1), ('indeed.', 2), ('convenience', 1), ('scrupulously', 2), ('over-estimated.', 1), ('poppy;', 1), ('valley-plains', 1), ('sparkled', 1), ('multiplicity', 1), ('tints.', 1), ('pleasant,', 2), ('brightly;', 1), ('flower;', 1), ('doves', 1), ('cooed', 1), ('bushes', 3), ('blossom', 1), ('butterflies.', 1), ('Lanes', 1), ('trickled', 1), ('willow-lined', 1), ('forget-me-nots.', 1), ('Luho,', 2), ('check.', 1), ('gateways', 1), ('prosperity,', 1), ('prettily', 2), ('dismantled,', 2), ('News', 2), ('spread,', 2), ('me--no', 1), ('flattering.', 1), ('pushing', 1), ('hastened', 1), ('noticed', 2), ('impoverished', 1), ('shaking', 1), ('"_pu-pu-pu-pu-hao!', 1), ('pu-pu-pu-hao!_"', 1), ('(bad!', 1), ('bad!)', 1), ('cries', 1), ('running,', 1), ('panting,', 1), ('absurdly', 1), ('excited,', 2), ('speak.', 1), ('gesticulation;', 1), ('purport,', 1), ('_Dios', 1), ('sabe_.', 1), ('outdone', 1), ('politeness,', 2), ('Geelong,', 2), ('disposition,', 1), ('collecting,', 1), ('checked', 1), ('waving', 2), ('bawling', 1), ('voice:', 1), ('"_Putung_,', 1), ('ass,', 1), ('_putung_', 1), ('understand)!', 1), ("Can't", 1), ('you?', 2), ('_Putung_,', 1), ('_putung_!', 1), ('Advance', 1), ('_dzo_', 1), ('(go)!"', 1), ('umbrella,', 1), ('increased--we', 1), ('town;', 2), ('wrists,', 1), ('urged', 1), ('back.', 1), ('slight', 3), ('discussion;', 1), ('crying.', 1), ('return,', 2), ('sadly', 2), ('affecting.', 1), ('Back,', 1), ('respectful', 2), ('_levee_', 1), ('townsfolk', 1), ('assembled', 2), ('polite', 8), ('showed,', 1), ('simulated', 1), ('indignation,', 1), ('hinted', 1), ('interference', 2), ('would--let', 1), ('word--be', 1), ('international', 2), ('question.', 1), ('inadvertently', 1), ('box,', 1), ('Tengyueh,', 12), ('calculated', 2), ('natives', 3), ('friendship.', 1), ('apologetic.', 1), ('forgave', 1), ('best.', 1), ('stopping', 2), ('Was', 1), ('loss,', 1), ('gates?', 1), ('resting-place,', 1), ('guarantee', 1), ('safety.', 1), ('Imagine', 1), ('bluster', 1), ('humour;', 1), ('25th', 2), ('engrossed', 1), ('thought.', 1), ('watchful', 1), ('moment,', 1), ('dogging', 1), ('Poorly', 1), ('clad,', 1), ('yesterday', 2), ('barefoot.', 1), ('unprovided', 1), ('kind--it', 1), ('relied', 1), ('opium-pipe;', 1), ('box', 2), ('girdle;', 1), ('neck.', 1), ('policeman', 2), ('lictor', 1), ('magistrate,', 3), ('satellite', 1), ('official;', 2), ('authority.', 1), ('statesman,', 1), ('Anti-Opium', 2), ('suppress', 2), ('abolish', 1), ('evil;', 1), ('opium-smoker.', 1), ('acre,', 1), ('poppy?', 2), ('Have', 1), ('_literati_', 1), ('elders', 1), ('words:', 1), ('sentiments', 1), ('are:--If', 1), ('blood', 3), ('extremity', 1), ('crimes', 2), ('atrocity', 1), ('committed', 2), ('thus?"', 1), ('(Cited', 1), ('Mander,', 2), ('tear', 1), ('shed', 1), ('opium?"', 1), ('("China,"', 1), ('Reed,', 2), ('63).', 1), ('protests', 1), ('opium-smoker,', 2), ('"vile', 1), ('excrementitious', 1), ('substance"', 1), ('("Barrow\'s', 1), ('Travels,"', 1), ('153),', 1), ('sanction,', 1), ('foster,', 1), ('ever-extending', 1), ('opium-districts', 1), ('Piercy', 1), ('(formerly', 1), ('W.M.S.,', 1), ('Canton),', 1), ('anomaly:', 1), ('appears,', 2), ('opium-smoking.', 1), ('"Moreover,', 1), ('evils', 1), ('to-day.', 2), ('desperation', 1), ('invoked', 1), ('Satan', 2), ('Satan.', 1), ('vainly', 1), ('dreaming', 1), ('supply', 1), ('lapse,', 1), ('evil.', 1), ('himself;', 1), ('stand.', 1), ('Opium-growing', 1), ('opium-smoking."', 1), ('546.)', 1), ('"Yet', 1), ('guilt', 2), ('remains,"', 1), ('Ven.', 2), ('Archdeacon', 1), ('Farrar', 1), ('Westminster', 1), ('Abbey,', 1), ("'wherever", 1), ('winds', 1), ("roll,'", 1), ('girdled', 1), ('zone', 1), ('drunkenness,', 1), ('shudder', 1), ('curses,', 1), ('deep,', 1), ('muttered', 1), ('fire-water', 1), ('decimated', 1), ('vice', 1), ('degraded."', 1), ('4.)', 1), ('patriotic', 1), ('utterance', 1), ('unexpected', 1), ('"On', 1), ('Restriction', 1), ('Christianity"', 1), ('Throne', 1), ('1884', 1), ('Peng', 2), ('Yue-lin,', 2), ('"_since', 1), ('treaties', 1), ('doctrines,', 1), ('injured_."', 1), ('Causes', 1), ('Anti-Foreign', 1), ('Disturbances', 1), ('Gilbert', 1), ('Reid,', 2), ('M.A.,', 1), ('9.)', 1), ('Forty', 2), ('Shachiaokai,', 2), ('undulating', 2), ('sheltered', 2), ('headsman', 1), ('gang', 1), ('malefactors.', 1), ('cages,', 1), ('tower', 1), ('gateway.', 2), ('bereaved', 1), ('friends.', 2), ('suspended', 1), ('rim,', 1), ('upside', 1), ("men's", 2), ('do.', 2), ('ticket', 1), ('criminal', 1), ('offence', 2), ('executed.', 1), ('Chennan-chow,', 2), ('accounted', 1), ('solicitude', 1), ('Luho', 1), ('BETWEEN', 2), ('TALIFU.]', 3), ('Shachiaokai', 1), ('Pupeng', 1), ('Ying-wu-kwan,', 2), ('"Eagle', 1), ('Nest', 1), ('Barrier,"', 1), ('8000', 1), ('sea.', 2), ('hilly', 1), ('Pupeng,', 2), ('pursuing', 1), ('thickly-peopled', 2), ('plateau,', 2), ('skirted', 2), ('sheets', 1), ('water--the', 1), ('submerged', 1), ('rice-fields.', 1), ('bargained', 1), ('hen', 4), ('unconscious', 2), ('comments,', 1), ('flattering', 1), ('deprecatory,', 1), ('fatness.', 1), ('260', 1), ('vendors', 1), ('pet,', 1), ('hatched', 1), ('tenderly', 1), ('reared,', 1), ('induce', 2), ('350.', 1), ('confidence,', 1), ('based', 3), ('poultry,', 1), ('asserted', 2), ("gentleman's", 1), ('conscientiously', 1), ('invest', 1), ('travesty', 1), ('_that_.', 1), ('_tomber', 1), ("d'accord_.", 1), ('Yeh,', 4), ('27th', 1), ('unsatisfactory', 1), ('Yenwanshan.', 1), ('short-cut', 2), ('sure', 4), ('road--in', 1), ('persisted', 2), ('thinking', 3), ('"_mitte', 1), ('liao!', 1), ('mitte', 1), ('liao!_"', 1), ('("there', 1), ('beans")', 1), ('offered.', 1), ('stammered', 1), ('Obviously', 1), ('_ex', 1), ('parte_,', 1), ('promoted', 1), ('solely', 2), ('sojourn', 1), ('tumble-down', 1), ('housed', 1), ('guest-room.', 1), ('Beds', 1), ('clods', 1), ('clay;', 1), ('earth,', 2), ('windows', 1), ('bucket', 1), ('soaking', 1), ('pavilions', 1), ('Hells.', 1), ('window,', 2), ('collected,', 1), ('stretching', 1), ('quarrelling', 1), ('catch', 1), ('glimpse', 1), ('sickly', 1), ('these--of', 1), ('strabismus,', 1), ('ophthalmia.', 1), ('poorly', 2), ('clad', 3), ('nourished;', 1), ('grandmothers,', 1), ('filigree.', 2), ('disposition', 1), ('laugh', 3), ('wonder;', 1), ('peculiarity', 2), ('with.', 1), ('grieved', 1), ('friendliness,', 2), ('appearance,', 1), ('furtively', 1), ('giggle', 1), ('folk', 1), ('Jamaica,', 1), ('stranded', 1), ('island,', 1), ('"walk-foot', 1), ('buccra"', 1), ('plantations', 2), ('Ewarton', 1), ('Montego', 1), ('Bay.', 1), ('utter', 1), ('snigger', 1), ('observed,', 1), ('crack', 1), ('jokes', 1), ('well-fed,', 1), ('well-clad,', 1), ('well-mounted', 1), ('envy', 2), ('derision.', 1), ('laughter', 2), ('moved', 4), ('springs', 2), ('ours.', 1), ('merry', 1), ('announce', 1), ('beloved', 1), ('heartily', 1), ('you--you', 1), ('overflowing', 1), ('joy,', 1), ('deceive', 2), ('continents,', 1), ('gaiety', 1), ('relax', 1), ('singularly', 1), ('level;', 1), ('Yunnan-hsien.', 1), ('crowded,', 2), ('thoroughfares,', 1), ('vicinity', 1), ('peasant', 1), ('produce,', 1), ('turnips,', 1), ('Articles', 1), ('sale--stacks', 1), ('calico,', 1), ('braid,', 1), ('thread,', 1), ('"new', 1), ('impermeable', 1), ('matches', 2), ('Trieste,"', 1), ('"toilet', 1), ('soap', 1), ('quality."', 1), ('lunch', 2), ('impassable.', 1), ('foremost,', 2), ('crowbars', 1), ('chained', 2), ('ankles,', 1), ('prisoner,', 2), ('pilloried', 1), ('_cangue_,', 1), ('obstructed', 1), ('gaze', 2), ('many.', 1), ('teacher"', 1), ('devil."', 1), ('guests', 1), ('out.', 1), ('politest.', 1), ('illiterate', 1), ('demeanour,', 1), ('well-bred', 2), ('graceful', 3), ('deference', 1), ('servility,', 2), ('witness.', 1), ('educated', 2), ('actions', 1), ('governed', 2), ('rules.', 1), ('give,', 1), ('cross-examination', 1), ('subjected,', 1), ('familiar', 1), ('station,', 2), ('addresses', 2), ('are:', 2), ('age?"', 1), ('dragged', 2), ('reply.', 1), ('occupation?"', 1), ('doctor."', 1), ('patronymic?"', 1), ('poverty-struck', 1), ('Mo."', 1), ('"How', 3), ('"Alas!', 1), ('Fate', 1), ('niggardly;', 1), ('bug."', 1), ('sons,', 3), ('interlocutor', 1), ('gravely,', 1), ('virtue;', 1), ('continues--', 1), ('meaning', 1), ('daughters', 1), ('yatows"', 1), ('(forked', 1), ('children),', 1), ('"my', 1), ('daughters,"', 1), ('deprecatory', 1), ('shrug,', 1), ('"number', 1), ('many."', 1), ('inquiries', 1), ('questioner.', 1), ('nations,', 1), ('overmastering', 1), ('progeny', 1), ('shrine;', 1), ('childless,', 1), ('provision', 2), ('wanders', 1), ('ghost,', 1), ('forsaken--an', 1), ('"orphan"', 1), ('money,"', 1), ('rich;', 1), ('poor."', 1), ('unfilial', 1), ('things,"', 1), ('Mencius,', 2), ('children."', 1), ('(Mencius,', 1), ('pt.', 1), ('26).', 1), ('longevity', 2), ('grades', 1), ('partake', 2), ('fruit-salts', 1), ('pills.', 1), ('Age', 1), ('beard,', 2), ('thirty-second', 1), ('happens', 1), ('clean-shaven,', 1), ('enigma', 1), ('Oriental,', 1), ('bystanders.', 2), ('twelve--"look', 1), ('foreigner,"', 1), ('"there\'s', 1), ('boy!"--and', 1), ('twenty-two.', 1), ('youthful', 1), ('hampered', 1), ('obliged', 1), ('married.', 2), ('semi-barbarian', 1), ('Portree,', 1), ('Scotland', 1), ('Isle', 1), ('Skye.', 1), ('bashful', 1), ('matron,', 1), ("baker's", 1), ('tenth', 1), ('child.', 2), ('cheerfully.', 1), ('critically,', 1), ('remarking', 1), ('that:', 1), ('"She', 2), ('gey', 1), ("thankfu'", 1), ("a'", 1), ('afore', 1), ("cam',", 1), ('nae', 1), ('wush', 1), ('meddled', 1), ("wi'", 1), ('laddie', 1), ('nineteen."', 1), ('older', 1), ('age.', 2), ('Nankow', 1), ('Pass', 1), ('Wall,', 1), ('Peking.', 1), ('Welsh', 1), ("bard's,", 1), ('forty-four,', 1), ('awe,', 2), ('Buddha,', 2), ('attributed', 1), ('28th', 1), ('April,', 4), ('misgivings,', 1), ('fulfilled', 1), ('promise,', 1), ('ninth', 1), ('frugally', 1), ('210', 4), ('they,', 1), ('tired.', 1), ('pence', 2), ('plateau', 1), ('blew', 1), ('piercingly', 1), ('ached', 1), ('rarefaction', 1), ('atmosphere', 1), ('uneasy.', 1), ('unfrequented.', 1), ('muleteer', 4), ('twelve,', 1), ('horses.', 1), ('peaks,', 1), ('valleys', 1), ('Chaochow', 1), ('plains', 1), ('intersected', 1), ('hedges.', 1), ('Chaochow,', 2), ('beyond,', 1), ('hemmed', 1), ('thickly', 1), ('lap', 1), ('Crossing', 2), ('mingled', 1), ('Hsiakwan.', 1), ('varieties', 1), ('diversity', 2), ('unlooked', 1), ('habituated', 1), ('uniformity', 1), ('European,', 1), ('Hindoo,', 1), ('Indigenes', 1), ('Thibetans,', 2), ('Cantonese', 5), ('pedlars,', 1), ('Hsiakwan,', 8), ('halting', 3), ('caravanserais', 2), ('regiment', 1), ('cavalry', 1), ('quartered', 1), ('cross-road', 1), ('vermicelli', 1), ('soup', 1), ('_mien_,', 1), ('muleteer,', 1), ('unrolling', 1), ('waistband,', 1), ('share,', 1), ('civility', 1), ('insisted,', 2), ('firm;', 1), ('Frenchmen,', 1), ('complimentary.', 1), ('MISSIONS.', 1), ('Rocky', 1), ('creeks', 2), ('drain', 1), ('range', 2), ('lake;', 1), ('granite', 4), ('length.', 1), ('ices', 1), ('ices,', 1), ('concave', 1), ('sweetened', 1), ('treacle,', 1), ('each--equal', 1), ('Titai', 3), ('Glory', 2), ('northern', 2), ('East', 2), ('_Yesu-tang_,', 2), ('greeting.', 1), ('Kublai', 1), ('Khan', 1), ('Polo.', 1), ('Sultan', 1), ('Dictator,', 1), ('Tu', 2), ('Hsiu,', 2), ('surrendered', 1), ('1857.', 1), ('recaptured', 1), ('Imperialists', 3), ('Yu-ko', 1), ('January', 1), ('15th,', 2), ('1873,', 3), ('artillery', 1), ('Frenchmen', 1), ('gunners.', 1), ('carnage', 2), ('appalling;', 1), ('ankle-deep', 1), ('blood.', 1), ('50,000', 1), ('butchered.', 1), ('massacre', 1), ('twenty-four', 1), ('panniers', 1), ('convince', 1), ('rebellion.', 2), ('March,', 1), ('_Titai_', 1), ('Commander-in-chief', 1), ('assumed', 1), ('despotic', 1), ('conquered,', 1), ('aspired', 1), ('recalled', 1), ('Peking--to', 1), ('recall', 1), ('China--the', 4), ('French--and,', 1), ('Uriah,', 1), ('forefront', 1), ('Formosa,', 1), ('opportunely', 1), ('slain', 1), ('bullet,', 1), ('misdirected', 1), ('bequest', 1), ('college', 2), ('students.', 1), ('undergraduates', 1), ('accommodate', 1), ('shelves', 3), ('lake.', 3), ('myriads', 2), ('grave-mounds,', 2), ('distinguishable', 1), ('Creeks', 1), ('rills', 1), ('residents', 1), ('drinking', 1), ('diluted', 2), ('Half-way', 1), ('tumulus', 1), ('over-grown', 1), ('massacre.', 1), ('villages.', 1), ('Between', 1), ('passes,', 1), ('Hsiakwan', 2), ('Shang-kwan', 1), ('north,', 1), ('walk,', 1), ('plantation', 1), ('gables.', 1), ('reaches', 3), ('fleets', 1), ('boats.', 1), ('unequalled', 2), ('world;', 1), ('circumference.', 1), ('suburbs', 1), ('rubble.', 1), ('market-gardens', 1), ('spaces', 1), ('repair,', 1), ('old-fashioned', 1), ('intending', 1), ('cave,', 1), ('Phoenix-eyed', 1), ('Cave"', 1), ('(_Fung-yen-tung_)', 1), ('overlooks', 1), ('fame', 1), ('cave.', 1), ('half-way,', 1), ('phrase', 5), ('fancy', 3), ('feasted', 1), ('bunches', 1), ('edelweiss.', 1), ('graves,', 1), ('pensive', 1), ('pretend', 1), ('inquiring', 1), ('precious', 1), ('hillside--every', 1), ('underground--but', 1), ('reply,', 1), ("god's", 1), ('feast', 1), ('"dedicated', 1), ('spiritual', 1), ('essence,', 1), ('insipid', 1), ('remains."', 1), ('"_Ching', 1), ('fan_,"', 1), ('"We', 1), ('(you', 2), ('take)', 1), ('rice."', 1), ('hands:', 1), ('"_Ching,', 1), ('ching_,"', 1), ('"we', 3), ('on),', 1), ('invite,"', 1), ('enjoyment.', 1), ('_aperitif_', 1), ('_tsiu_,', 1), ('alcohol', 1), ('lamps', 1), ('sward,', 3), ('Fair', 2), ('17th,', 1), ('18th,', 1), ('herds', 1), ('ponies,', 2), ('pilgrimage', 1), ('forefathers.', 1), ('routes.', 1), ('halls', 1), ('Kwanti,', 1), ('War,', 1), ('forgotten.', 1), ('knows,', 1), ('god,', 1), ('Gordon', 1), ('suppressing', 1), ('Japanese,', 2), ('maintained', 2), ('neutrality.', 1), ('drill-ground.', 1), ('attendants.', 1), ('precincts', 1), ('_Kwan_', 1), ('beggar', 2), ('headman),', 1), ('domiciled,', 1), ("Emperor's", 1), ('officially', 1), ('Memorial', 1), ('Yang,', 1), ('won', 2), ('Mohammedans.', 2), ('earnestly,', 1), ('goddess', 4), ('dispensation', 1), ('maternity.', 1), ('childless', 1), ('praying', 1), ('remove', 2), ('barrenness.', 1), ('poor-relief', 1), ('fund.', 1), ('storerooms', 1), ('nick-nacks', 1), ('pedlars.', 1), ('low.', 1), ('condensed', 2), ('milk,', 2), ('"Milkmaid', 1), ('brand,"', 1), ('tin.', 1), ('stabling', 1), ('horses,', 3), ('drivers.', 1), ('tariff', 1), ('immoderate.', 1), ('fodder', 1), ('included,', 2), ('farthing;', 1), ('supper', 3), ('caravanserai', 1), ('stabled;', 1), ('barracks', 2), ('landlord', 3), ('invited', 4), ('guest-room,', 1), ('guest,', 1), ('reluctant;', 1), ('forward', 4), ('protesting', 1), ('refusal', 1), ('seat.', 1), ('reluctance', 1), ('By-and-by', 2), ('whom,', 2), ('Moltke.', 1), ('moderation.', 1), ('one-fifth', 1), ('ounce,', 1), ('injury.', 1), ('officials:', 1), ('Intendant', 1), ('Titai.', 1), ('Titai,', 2), ('Gate', 2), ('Tower,', 1), ('commander', 2), ('Imperialist,', 1), ('obeyed', 1), ('obtaining', 4), ('blessed', 1), ("Titai's", 1), ('local', 1), ('operators,', 1), ('crudely', 1), ('sentences.', 1), ('duties.', 1), ('convicted', 1), ('serious', 6), ('exhaustion,', 1), ('cages', 1), ('criminals', 3), ("Hsien's", 1), ('admitted.', 1), ('prison,"', 1), ('clerk,', 3), ('private,', 1), ('admitted."', 1), ('prison,', 1), ('humanity', 1), ('management.', 1), ('gaols', 2), ('"hells,"', 1), ('hulks', 2), ('"floating', 1), ('hells,"', 1), ('cruelties', 5), ('deprivations', 1), ('prisons', 2), ('gaolers', 1), ('appointments,', 1), ('Howard,', 1), ("prisoners'", 1), ('friendless,', 1), ('badly.', 1), ('gaols,', 1), ('allowing', 1), ('nerve', 1), ('sensibility', 1), ('endurable', 1), ('Charles', 2), ('Reade', 1), ('Mend."', 1), ('Hawes,', 1), ('"punishment', 1), ('jacket,"', 1), ('crank,', 1), ('cell,', 1), ('tortured,', 1), ('abandoned,', 1), ('kicked', 1), ('way";', 1), ('Josephs,', 1), ('self-slaughter', 1), ('cruelty.', 1), ('1856,', 1), ('"every', 1), ('detail', 1), ('verified,', 1), ('research', 2), ('("Life', 1), ('Reade,"', 1), ('33.)', 1), ('admit,', 1), ('greater,', 1), ('brutality', 1), ('convicts', 5), ('settlements', 2), ('Norfolk', 4), ('Island,', 2), ('Fort', 1), ('Arthur,', 1), ('Macquarie', 1), ('Harbour,', 1), ('Williamstown.', 1), ('convict', 4), ('cesspools', 1), ('iniquity,', 1), ('seemed,', 1), ('well,', 2), ("'the", 1), ('beast.\'"', 1), ('narrated', 1), ('Chaplain', 1), ('Ullathorne,', 2), ('Birmingham,', 1), ('Commission', 4), ('Commons', 1), ('1838:', 1), ('another,', 1), ('pronounced,', 1), ('delivered', 2), ('whilst', 1), ('mute,', 1), ('weeping.', 1), ('witnessed."', 1), ('Marcus', 1), ("Clarke's", 1), ('Term', 1), ('Natural', 1), ('Life,"', 1), ('powerfully-drawn', 1), ('Maurice', 2), ('Frere,', 1), ('Island.', 1), ('fact,', 1), ('perfectly', 4), ('picture', 3), ('Frere', 1), ('Colonel', 9), ('----,', 1), ('hulk', 1), ('"Success,"', 1), ('Williamstown,', 1), ('1853.', 1), ('lag', 1), ('cruelty', 3), ('reviles', 1), ('murder.', 3), ('reprieved', 1), ('imprisonment.', 1), ('forty-one', 1), ('commends', 1), ('retribution,', 1), ('"Colonel\'s', 1), ("there's", 1), ('hell,', 1), ("he's", 2), ('frizzling', 1), ('yet."', 1), ('Foster', 1), ('Fyans,', 1), ('Island', 1), ('Convict', 1), ('Settlement,', 1), ('justified,', 1), ('declared,', 2), ('brutalised', 1), ('prisoners.', 1), ('Island;', 1), ('guard.', 2), ('implicated', 1), ('trial,', 2), ('guilty,', 1), ('strangulation,', 1), ('Sydney,', 1), ('sentence', 6), ('effect.', 1), ('laconic', 1), ('"hang', 1), ('acknowledged', 3), ('despatch,', 1), ('Which', 2), ('hang,', 1), ('guilty?', 1), ('acted', 1), ('dilemma.', 1), ('wretches,', 1), ('separately', 1), ('if,', 1), ('desired', 2), ('reprieve', 1), ('prayed', 2), ('scaffold.', 1), ('hanged', 1), ('live,', 1), ('Besides,', 3), ('bears', 2), ('truth.', 1), ('humanity.', 1), ('suicide.', 1), ('_at_', 1), ('messenger', 1), ('discourage', 1), ('truth,', 1), ('sulphate', 1), ('gentleman.', 1), ('bride,', 1), ('attraction,', 1), ('married,', 2), ('pock-marked', 2), ('attire,', 1), ('marriage;', 1), ('red--the', 1), ('happiness.', 1), ('journey,"', 1), ('repay', 1), ('fourfold', 1), ('injuries', 1), ('spirit,', 2), ('doctors.', 1), ('bride', 1), ('emetic', 1), ('Small-pox,', 2), ('respectfully', 1), ('"Heavenly', 1), ('Flowers,"', 1), ('scourge', 1), ('deaths--there', 1), ('vagueness', 1), ('figures--from', 1), ('Inoculation', 1), ('practised,', 1), ('centuries,', 1), ('introducing', 1), ('pock-scab,', 1), ('nostrils.', 1), ('inoculation,', 1), ('conferred', 1), ('tubes', 1), ('vaccine', 1), ('lymph.', 1), ('Vaccination', 1), ('effective', 1), ('imagined,', 1), ('section', 1), ('Small-pox', 1), ('superfluous', 2), ('none.', 2), ('endemic', 1), ('bubonic', 1), ('plague,', 1), ('played', 3), ('havoc', 2), ('peddlers', 1), ('germs', 1), ('furthest', 1), ('1881', 1), ('Clarke,', 4), ('widely-travelled,', 1), ('Cameron,', 2), ('society;', 1), ('Clarke', 2), ('provinces.', 1), ('encouraging;', 1), ('Light', 2), ('Truth,"', 1), ('Guinness,', 2), ('hysterical', 1), ('"Letters', 1), ('Far', 2), ('East"--a', 1), ('China--"For', 1), ('Truth', 2), ('outstretched,', 1), ('empty,', 1), ('longing', 1), ('hands"', 2), ('173).', 1), ('allegation', 1), ('facts', 1), ('laboured', 1), ('happier', 1), ('coming,', 1), ('Tali--there', 1), ('four;', 1), ('summons', 1), ('attends,', 1), ('average,', 1), ('environs,', 1), ('unsuccessful.', 1), ('dark,', 1), ('returns.', 2), ('praised', 1), ('benevolence', 1), ('Smith--would', 1), ('others!"', 1), ('deed,', 1), ('simple,', 1), ('unaffected', 2), ('sympathetic--the', 1), ('China--an', 1), ('unknown,', 2), ('contrasted', 2), ('missionaries--the', 1), ('majority--who', 1), ('self-denial', 1), ('America,', 1), ('parade', 1), ('preaching,', 1), ('ones!"', 1), ('inquirers--one', 1), ('cook--who', 1), ('acceptance.', 1), ('school;', 1), ('pedlar;', 1), ('belonging', 1), ('indigenous', 1), ('tribes', 2), ('Minchia', 2), ('tests,', 1), ('baptised.', 1), ('patch', 1), ('tills', 1), ('premises.', 1), ('teacher,', 1), ('taught.', 1), ('progress.', 2), ('worshipper,', 1), ('exhortation.', 1), ('eve', 1), ('apprenticing', 1), ('carpenter.', 1), ('boy,', 3), ('beggar,', 1), ('filth,', 1), ('shamble', 1), ('alms.', 1), ('expenses', 4), ('burial;', 1), ('slavery,', 1), ('grovelling', 1), ('squalor', 1), ('mission-house,', 1), ('Temple.', 2), ('arrival.', 2), ('valley,"', 1), ('sorrowfully,', 1), ('numbered', 3), ("'12,000", 1), ("tens'", 1), ('(120,000', 1), ('souls),', 1), ("'100", 1), ("fives'", 1), ('souls).', 1), ('slain,', 1), ('prey,', 1), ('destroyer."', 1), ('Several', 1), ('Anglo-Saxon', 1), ('features,', 2), ('phenomenon.', 1), ('curiosity,', 1), ('closest', 1), ('likeness', 2), ('fearlessness', 1), ('Mohammedan,', 1), ('militant', 1), ('distinguishes', 1), ('unbeliever.', 1), ('thinly', 1), ('Mohammedanism,', 1), ('excites', 2), ('devotion,', 1), ('devotion.', 1), ('mission-house', 1), ('comical-looking', 1), ('head-dress', 3), ('differed', 1), ('lappets', 1), ('cheeks', 1), ('fashion', 4), ('affected', 1), ('locks--impudent', 1), ('China--whereupon', 1), ('mutilated--he', 1), ('removal', 1), ('ears.', 2), ('enemy"--and', 1), ('credulous', 1), ('theft', 1), ('detection', 1), ('magistrate;', 1), ('bottle-nosed', 1), ('man,"', 1), ('"may', 1), ('teetotaller', 1), ('so."', 1), ('milkman', 1), ('follower', 1), ('Prophet,', 1), ('milk', 3), ('co-religionists', 1), ('number.', 1), ('chemist', 1), ('butter', 1), ('fat.', 1), ('reproached', 1), ('deceit,', 1), ('piously', 2), ('drop', 2), ('there"--and', 1), ('jerk', 1), ('sky--"who', 1), ('did."', 1), ('well-earned', 1), ('savings.', 1), ('intended,', 1), ('anxious:', 1), ('newly', 1), ('(Bhamo).', 1), ('Laotseng', 10), ('strong,', 2), ('high-spirited.', 1), ('_24s._', 1), ('load,', 1), ('undertook,', 1), ('event', 2), ('engaged.', 1), ('coolie-hong.', 1), ('strongly-built', 1), ('good-humoured,', 1), ('ugliness.', 1), ('thinnest', 1), ('Bowery', 1), ('dime-show.', 1), ('opium-eater', 1), ('ash', 1), ('itself--the', 1), ('nearest', 1), ('Exeter', 1), ('opium-eater,', 1), ('"wasted', 1), ('limbs', 1), ('palsied', 1), ('Though', 1), ('perishing', 4), ('"straight', 1), ('damnation,"', 1), ('"dying', 1), ('wail', 1), ('unheard,"', 1), ('deterred', 1), ('Englishmen,', 2), ('speed,', 1), ('march.', 1), ('(_12s._)', 1), ('Singai,', 1), ('lodging.', 1), ('stipulated', 1), ('_churo_', 1), ('(pork', 1), ('money)', 1), ('places--Yungchang,', 1), ('Bhamo--100', 1), ('3rd', 3), ('traverse', 1), ('converse.', 1), ('grouped', 1), ('_Kwanyin-tang_.', 1), ('theatre', 2), ('umbrellas.', 1), ('forecast', 1), ('architecture.', 2), ('miracle.', 1), ('boulder', 2), ('pond.', 1), ('approaches,', 1), ('surmounted', 2), ('marble,', 1), ('faced', 1), ('tablets.', 1), ('herself,', 1), ('lay,', 1), ('commemorate', 1), ('augury', 1), ('GODDESS', 1), ('MERCY,', 1), ('mercy.', 1), ('tragedy', 1), ('enacted', 1), ('festival', 3), ('sightseers,', 2), ('thief,', 1), ('crush,', 1), ('snatch', 1), ('bracelet', 1), ('wrist', 1), ('resisted,', 1), ('stabbed', 2), ('red-handed,', 1), ('beheaded', 1), ('then.', 1), ('executioner', 2), ('soldiers;', 1), ('clumsily', 1), ('hacking', 1), ('repeated', 2), ('blows,', 1), ('severing', 1), ('cut,', 2), ('incensed', 1), ('vowed', 1), ('vengeance.', 1), ('wait', 5), ('execution-ground,', 1), ('swore', 1), ('concerned', 2), ('result', 1), ('sufficient,', 1), ("son's", 1), ('beneath', 1), ('knife,', 1), ('scream', 1), ('stone-dead.', 1), ('Nine', 1), ('tragedy:', 1), ('recovered', 2), ('wound.', 1), ('restaurant,', 1), ('up,', 3), ('Yangki', 2), ('Lake,', 1), ('south-west', 1), ('flows', 5), ('Mekong.', 1), ('defile,', 1), ('abruptly', 1), ('Forts,', 1), ('entrance;', 1), ('impregnable.', 1), ('falls', 1), ('scent', 1), ('honeysuckle,', 1), ('Hokiangpu.', 1), ('stay.', 1), ('Cantonese,', 2), ('broader', 1), ('Kuangtung,', 1), ('Catalans', 1), ('Scotch,', 1), ('adapt', 1), ('enduring,', 1), ('canny,', 1), ('successful;', 1), ('pilgrimages', 1), ('reputation', 2), ('quick-witted', 1), ('Fair,', 1), ('season.', 1), ('adapted', 1), ('wants--cheap', 1), ('pistols', 1), ('revolvers,', 1), ('mirrors,', 1), ('pictures,', 1), ('gewgaws', 1), ('attractive--and', 1), ('bands,', 1), ('marching', 1), ('spearhead', 1), ('use--a', 1), ('peace,', 1), ('spear', 2), ('oiled', 1), ('sunshades,', 1), ('tricing', 1), ('blue;', 1), ('cleanly', 1), ('shaved;', 1), ('sandalled,', 1), ('calves', 1), ('bandaged.', 1), ('mien', 1), ('conscious', 1), ('superiority', 1), ('untravelled', 1), ('trading.', 1), ('amiable;', 1), ('home.', 1), ('emigrating', 1), ('Borneo,', 1), ('Sumatra,', 1), ('Java,', 1), ('Timor,', 1), ('Celebes', 1), ('Islands,', 1), ('Annam', 1), ('Straits', 1), ('Settlements,', 1), ('Malay', 1), ('Peninsula,', 1), ('Cochin', 1), ('islet', 1), ('naturalists', 1), ('found."', 1), ('Territory', 1), ('entry', 4), ('colonies', 1), ('hazards.', 1), ('compete', 3), ('intermix', 1), ('marry', 2), ('aliens', 1), ('customs;', 1), ('animals', 1), ('vitality.', 1), ('temperate,', 1), ('frugal,', 2), ('hard-working,', 2), ('law-evading,', 1), ('law-abiding--we', 1), ('outwork', 1), ('starve', 2), ('country--no', 1), ('deny', 1), ('successfully', 1), ('artisan', 1), ('labourer', 1), ('mechanical', 1), ('labour,', 1), ('week,', 1), ('amusements,', 1), ('enjoyments,', 1), ('comforts', 1), ('kind,', 1), ('contributing', 1), ('government,', 1), ('reject', 1), ('loathing,', 1), ('repugnance.', 1), ('Admitted', 1), ('currency--that', 1), ('currencies', 1), ('baser', 1), ('supplant', 1), ('better.', 1), ('Victoria,"', 1), ('Professor', 2), ('Pearson,', 2), ('trade--that', 1), ('furniture-making--was', 1), ('years."', 1), ('9377', 1), ('1,150,000;', 1), ('350,000,000,', 1), ('8081', 1), ('Ball),', 1), ('Australia.', 1), ('colonist,', 1), ('Asiatic', 1), ('Englishman?', 1), ('Yangpi,', 2), ('delay', 3), ('messengers', 1), ('passport.', 2), ('officious', 1), ('respect,', 1), ('like,', 1), ('smiled', 2), ('irritation', 1), ('inability', 1), ('understand;', 1), ('listened', 1), ('imperturbable', 1), ('dancing.', 1), ('satisfy', 2), ('scanning', 1), ('Seeing', 1), ('seize', 1), ('"Not', 2), ('quick,', 1), ('friends,"', 1), ('soothingly.', 1), ('"Be', 1), ('calm;', 1), ('irritability', 1), ('See,', 1), ('passport;', 1), ('seal,', 1), ('unworthy', 3), ('and--put', 1), ('pocket.', 1), ('copy,', 6), ('pass."', 1), ('puzzled,', 1), ('English;', 1), ('debated', 1), ('Appear', 1), ('passing;', 1), ('irritated', 1), ('delay,', 1), ('assume', 1), ('indifference,', 1), ('Emulate,', 1), ('trait', 1), ('character,', 3), ('denser', 1), ('chooses.', 1), ('instance.', 1), ('Melbourne,', 1), ('tenement', 1), ('unfit', 1), ('habitation.', 1), ('fined', 2), ('_L1_.', 1), ('inflicted.', 1), ('unmoved', 2), ('stolidity,', 2), ('was:', 1), ('savvy,', 1), ('savvy."', 1), ('sank', 1), ('lawyer.', 1), ("worship's", 1), ('permission,', 1), ('understand,"', 1), ('try.', 1), ('Striding', 1), ('fiercely', 1), ('Celestial,', 1), ('"John,', 1), ('pounds."', 1), ('fear!', 1), ('_one_!"', 1), ('well-constructed', 1), ('fearful', 2), ('climb', 3), ('mountain.', 1), ('"Bones"', 4), ('jagged', 2), ('mountain-river', 1), ('Taiping-pu.', 1), ('arrived;', 1), ('stalked', 1), ('gaunt', 1), ('"Bones,"', 2), ('_kang_', 1), ('borrowed', 1), ('chairen.', 1), ('arduous', 1), ('surmount', 1), ('parallel', 3), ('ridges', 1), ('even,', 1), ('easiest,', 1), ('continually', 1), ('dip', 1), ('crest', 1), ('ranges', 1), ('depths', 2), ('valleys.', 1), ('Huanglien-pu', 1), ('shoe,', 1), ('shoes', 1), ('farrier', 1), ('shoeing', 1), ('lashing', 1), ('fetlock', 1), ("pony's", 2), ('tail.', 1), ('Caravans', 2), ('Miles', 1), ('booming', 1), ('gongs', 2), ('hills;', 2), ('jingling,', 1), ('scarlet', 2), ('tufts', 1), ('pheasant', 1), ('tails,', 1), ('headman,', 1), ('burly', 1), ('perched', 1), ('headed', 1), ('driver', 2), ('animals.', 2), ('resting.', 1), ('packs', 1), ('piled', 1), ('rows;', 1), ('browsed', 1), ('107', 1), ('caravan.', 1), ('pathological', 1), ('safely', 3), ('marks', 1), ('small-pox.', 1), ('Goitre', 2), ('Annam,', 1), ('Thibet.', 1), ('distinctly', 1), ('cretinism', 1), ('interrupted', 1), ('increase,', 1), ('"thickneck"', 2), ('goitrous', 7), ('intermarry,', 1), ('goitrous,', 2), ('will,', 4), ('develop', 1), ('Frequently', 1), ('intensified', 1), ('offspring', 1), ('cretinism,', 1), ('disgusting', 1), ('suckling', 1), ('imbecile', 1), ('adults', 1), ('descended,', 1), ('full-grown', 1), ('rode,', 1), ('affected.', 1), ('diary', 1), ('West,', 2), ('Yungchang,', 4), ('diminished', 1), ('monotonous', 1), ('cases.', 1), ('employed,', 1), ('goitrous;', 1), ('third,', 1), ('disease,', 1), ('indigenes', 1), ('encounters', 1), ('ages.', 1), ('manifests', 1), ('well-marked', 1), ('enlargement', 1), ('eight.', 1), ('Turn', 1), ('cases;', 1), ('taint.', 1), ('(May', 2), ('5th),', 1), ('accident,', 1), ('"thicknecks."', 1), ('Huanglien-pu,', 2), ('lunch,', 1), ('landlady', 1), ('swelled', 1), ('shoulder,', 2), ('slobbering-mouthed', 1), ('cretin', 1), ('animal.', 1), ('dull,', 1), ('phenomena.', 1), ('nine,', 1), ('childhood', 1), ('cretinous,', 1), ('mentally', 1), ('verging', 2), ('dementia', 1), ('cases,', 1), ('childhood.', 1), ('offended', 1), ('devil),', 1), ('appellation', 1), ('To-day,', 2), ('6th),', 1), ('Chutung', 1), ('term.', 1), ('bystander,', 1), ('coolly', 1), ('wrath,', 1), ('whip.', 1), ('devil"', 1), ('(_Chung', 1), ('kweitze_),', 1), ('assailed', 2), ('warmth,', 1), ('nothing,', 1), ('heel,', 1), ('regretted', 2), ('lesson,', 1), ('whip;', 1), ('unjust.', 1), ('kweitze_,"', 1), ('adviser', 4), ('resembling', 1), ('identically', 1), ('untrained', 1), ('ear,', 1), ('signified', 2), ('devil,"', 1), ('"honoured', 1), ('guest."', 1), ('compliment;', 1), ('insulted', 1), ('Yunnanese,', 1), ('Warry', 1), ('appear.', 1), ('rule,', 2), ('advisedly,', 1), ('elevation,', 1), ('So,', 1), ('occupied,', 1), ('refusing', 1), ('required,', 1), ('firmness,', 1), ('valuation.', 1), ('retinue', 1), ('homeliness', 1), ('attire;', 1), ('superiority.', 1), ('humbler', 1), ('complacence', 1), ('tested.', 1), ('superiority,', 2), ('purposes,', 1), ('inarticulate.', 1), ('position;', 1), ('important,', 1), ('Kienlung,', 1), ('requiring', 2), ('Majesty.', 1), ('surely,', 1), ('mar', 1), ('expedition', 9), ('testimonials', 1), ('Court."', 1), ('quarrel', 2), ('tragedy.', 1), ('killing', 2), ('palates,', 1), ('hoarse', 1), ('fury.', 1), ('Jealousy', 1), ('quarrel,', 1), ('hideous', 2), ('creatures', 1), ('Throwing', 1), ('threatening', 1), ('brandishing', 1), ('sword', 4), ('menaced', 1), ('existence.', 2), ('disturbance,', 1), ('soldier-guard,', 1), ('interfere.', 1), ('brute', 1), ('revenge', 1), ('poisoning', 2), ('liberated,', 1), ('haunt', 1), ('"strangulation', 1), ('period,"', 1), ('(_e.g._,', 1), ('1892),', 1), ('infidelity,', 1), ('praiseworthy', 1), ('culpable.', 1), ('suicide,', 1), ('inexorably', 1), ('tied', 2), ('process."', 1), ('wife;', 1), ('favoured', 1), ('century,', 1), ('hanging,', 2), ('interpolate', 1), ('_Ling', 3), ('chi_.', 1), ('commonly,', 1), ('wrongly,', 1), ('"death', 1), ('slicing', 1), ('pieces"--a', 1), ('extraordinarily', 1), ('misrepresented.', 1), ('dreaded', 1), ('chi_;', 1), ('dreaded,', 1), ('performance,', 3), ('dismemberment', 1), ('horror', 1), ('cruelty:', 1), ('cruel,', 1), ('horror,', 1), ('after.', 1), ('following,', 1), ('first-hand', 1), ('eye-witness:--The', 1), ('cross:', 1), ('executioner,', 1), ('sharp', 2), ('quick', 3), ('eyebrows,', 1), ('draws', 2), ('breast,', 2), ('pierces', 1), ('instantaneous.', 1), ('cuts', 2), ('pieces;', 1), ('degradation', 1), ('fragmentary', 2), ('me:', 2), ('"He', 1), ('damning', 1), ('contrary."', 1), ('MEKONG.]', 1), ('tendency', 1), ('approximate', 1), ('Is', 1), ('brutally', 1), ('maltreats', 1), ('kicks', 1), ('senseless,', 1), ('disfigures', 1), ('unpaid', 1), ('extenuating', 1), ("two's", 1), ('labour?', 1), ('Mekong,', 1), ('Siam', 1), ('gorge,', 1), ('bend,', 1), ('issues', 1), ('zigzags', 1), ('2000ft.', 2), ('riverside', 1), ('clearing', 2), ('bridge.', 2), ('30ft.', 1), ('current;', 1), ('chains,', 1), ('bed-rock.', 1), ('10ft.', 1), ('floored', 1), ('wood,', 1), ('picket', 2), ('lateral', 1), ('chains.', 1), ('gather', 2), ('strength.', 1), ('heights,', 1), ('escaladed', 1), ('gulch.', 1), ('staircase', 1), ('summit,', 2), ('Shuichai', 1), ('(6700ft.).', 1), ('(4250ft.', 1), ('sea),', 1), ('2450ft.', 1), ('Shuichai.', 1), ('steeper', 1), ('trade-route', 1), ('engineering', 2), ('contend', 1), ('sixteen.', 1), ('valiantly.', 1), ('effect,', 1), ('cylinder', 1), ('revolve,', 1), ('hammer', 2), ('cartridges.', 1), ('blended', 2), ('imagine', 3), ('deadliness.', 1), ('gradients', 1), ('Talichao', 1), ('(7700ft.),', 1), ('1000ft.', 1), ('mists', 1), ('dipped', 1), ('sunshine', 1), ('Polo,', 2), ('Yungchang', 7), ('strongly', 2), ('walled.', 1), ('possession.', 2), ('well-paved,', 1), ('large,', 1), ('flourishing.', 1), ('Yungchang--there', 1), ('diminution', 2), ('opium-eating', 2), ('come,', 1), ('anger', 1), ('annoyance.', 1), ('hamper', 1), ('eatables', 1), ('bundle', 1), ('Tired', 1), ('skeleton,', 1), ('funeral,', 1), ('elongating', 1), ("camel's,", 1), ('lean', 1), ('staring', 1), ('crackling', 1), ('skin.', 1), ('Continuing', 1), ('hotel,', 1), ('ruefully', 1), ('delay;', 1), ('advance.', 1), ('honest.', 1), ('educated,', 1), ('write.', 1), ('naked;', 1), ('together;', 1), ('phial', 1), ('ash.', 1), ('thin,', 1), ('afforded', 1), ('amusement,', 1), ('willingly', 2), ('FAR', 1), ('9th', 1), ('Yungchang.', 2), ('Pupiao', 2), ('feed.', 1), ('minutes,', 1), ('customers', 1), ('demonstrations.', 1), ('undisturbed', 1), ('equanimity.', 1), ('practice,', 1), ('accorded', 1), ('mentioning', 2), ('contribute', 2), ('manners.', 2), ('Then,', 2), ('addressing', 2), ('cloth', 2), ('wipe', 1), ('cups', 2), ('cup-lids,', 1), ('spilt', 1), ('dirty.', 1), ('Occasionally,', 1), ('personally', 1), ('disapprove,', 1), ('instance--he', 1), ('pardon', 3), ('it--of', 1), ('mealtime,', 1), ('eat.', 2), ('seriously', 2), ('bowed,', 1), ('return.', 1), ('cackles', 1), ('laughter,', 2), ('Mo', 1), ('Shensen,', 1), ('mystified', 1), ('natives.', 1), ('ride', 3), ('valley-plain,', 1), ('cactus', 2), ('ostrich', 1), ('feathers.', 1), ('drizzling', 1), ('out-of-the-way', 1), ('distinction,', 1), ('colonel,', 1), ('common-room;', 1), ('attendants', 1), ('stables,', 1), ('"_puyao!', 1), ('puyao!_"', 1), ('it).', 1), ('inconsistent', 1), ('poorer', 1), ('button.', 1), ('Kingdom', 1), ('equal,', 1), ('superior.', 2), ('Refusing', 1), ('lift', 1), ('proceed.', 1), ('expected.', 1), ('bowing', 1), ('dishes.', 2), ('photographs--I', 1), ('condescension.', 1), ('10th', 1), ('Salween', 6), ('(2600', 1), ('ft.).', 1), ('grassed', 1), ('wooded,', 1), ('misgiving', 1), ('impediment', 1), ('operator', 4), ('neat', 3), ('spelling;', 1), ('manager.', 1), ('overtaking', 2), ('deserved', 1), ('reward.', 1), ('Laotseng,', 2), ('cash-bearer,', 1), ('meanly', 1), ('ostentatiously', 1), ('onlookers', 1), ('munificence.', 1), ('Tommy', 1), ('Atkins', 1), ('twopence', 1), ('halfpenny', 2), ('gratefully', 2), ('him?', 1), ('Shadow', 1), ('Death--the', 1), ('Salween.', 2), ('repute', 1), ('valley;', 2), ('unhealthiness', 2), ('by-word.', 1), ('pass,"', 1), ('Polo;', 1), ('impure', 1), ('certain."', 1), ('annexation', 1), ('position.', 1), ('delimitation', 4), ('complete.', 2), ('opportune', 1), ('disheartened', 1), ('accede', 1), ('south-western', 1), ('River.', 1), ('apparent,', 1), ('Baber,', 3), ('"border', 1), ('regions,', 1), ("'debatable", 1), ("grounds,'", 1), ('notoriously', 1), ('birthplace', 1), ('myths', 1), ('marvels."', 1), ('bridge-landing,', 1), ('emotion.', 1), ('execution.', 1), ('twenty-one', 1), ('well-dressed,', 1), ('evidently', 1), ('recruited', 1), ('graver.', 1), ('posts', 1), ('strips', 1), ('posted,', 1), ('particulars', 1), ('expiate.', 1), ('burglar', 1), ('guard,', 3), ('recaptured.', 1), ('lot,', 1), ('hence', 1), ('SALWEEN,', 1), ('FORMER', 1), ('BOUNDARY', 1), ('BURMA.]', 1), ('loop--the', 1), ('loop', 1), ('smaller', 3), ('overflow.', 1), ('strengthened', 1), ('loops.', 1), ('80', 1), ('length,', 3), ('55;', 1), ('12ft.', 1), ('cables,', 1), ('curve.', 1), ('rush', 1), ('slopes.', 1), ('Shans', 5), ('govern', 2), ('supervision,', 1), ('preserve', 2), ('grass-thatched', 1), ('booths,', 1), ('refreshment,', 1), ('arrayed', 1), ('dark-blue,', 2), ('brew', 1), ('teapots.', 1), ('Very', 1), ('darker;', 1), ('circular', 1), ('concentric', 2), ('folds', 2), ('dark-blue', 5), ('cloth;', 1), ('kilt', 1), ('bathing', 1), ('civilisation;', 1), ('arms', 3), ('bare,', 1), ('gaiters', 1), ('compress', 1), ('wear', 3), ('brooches', 1), ('earrings,', 2), ('ornaments', 2), ('intermission', 1), ('6130', 1), ('Fengshui-ling', 2), ('(8730', 1), ('feet),', 1), ('afternoon.', 1), ('Pushing', 1), ('benighted,', 1), ('encampment', 3), ('bush,', 1), ('welcome.', 1), ('hut', 1), ('air.', 1), ('colder', 1), ('was.', 1), ('security,', 1), ('shield', 1), ('apprehension', 1), ('harm', 1), ('westward', 1), ('shadowed', 1), ('yamen-runner', 2), ('soldier;', 1), ('armed.', 1), ('relics', 1), ('revolve.', 1), ('rusty', 4), ('musket', 1), ('barrel.', 1), ('neighbour', 1), ('Asia,', 3), ('stated,', 1), ('buffer', 1), ('aggression', 1), ('Siam.', 1), ('prospective', 1), ('ally', 1), ('preferable', 1), ('indignities', 1), ('humilities', 1), ('endanger', 1), ('relations,', 1), ('into,', 1), ('hypothetically', 1), ('neighbour.', 1), ('equipment', 2), ('warlike', 4), ('bordering', 1), ('differences,', 1), ('physically,', 1), ('drafted', 1), ('army', 2), ('fighting', 2), ('machine', 2), ('peculiar;', 1), ('noted', 2), ('peculiarities', 1), ('trigger', 1), ('pulled;', 1), ('order,', 4), ('cap', 2), ('strike;', 1), ('cap,', 1), ('pinhole', 2), ('rusted;', 1), ('rifle', 1), ('loaded,', 1), ('powder,', 1), ('"whose', 1), ('ate,"', 1), ('neglected', 1), ('Shweli.', 1), ('BRIDGE.]', 1), ('2600', 1), ('Forty-five', 1), ('8730,', 1), ('dips', 1), ('Shweli,', 1), ('4400', 1), ('likin-barrier.', 2), ('hill.', 1), ('collectors,', 1), ('underlings', 1), ('barriers,', 1), ('interrogated', 2), ('closely.', 1), ('insufficient', 1), ('deference.', 1), ('imbued', 1), ('mistaken', 1), ('vehicle', 1), ('seas,', 1), ('arrogant', 1), ('know,"', 1), ('energetically,', 1), ('Shanghai."', 1), ('"Shanghai,"', 1), ('exclaimed,', 1), ('Shanghai!"', 1), ('Singai"', 1), ('(Bhamo);--"Singai,"', 1), ('repeated,', 1), ('Singai!"--"unless', 1), ('intentions,', 1), ('meanest', 1), ('pacific,', 1), ('Empire."', 1), ('noisiest,', 1), ('indulged', 1), ('speculations', 1), ('deduced', 1), ('peculiarities,', 1), ('Thereupon', 1), ('astonishment,', 1), ('rating', 1), ('Manchu,', 1), ('staggering', 1), ('firewood', 1), ('easily,', 1), ('log', 1), ('wherewith', 1), ('fires.', 1), ('carpeted', 1), ('bracken,', 1), ('grassy', 2), ('swards,', 1), ('lilies', 1), ('strawberries,', 1), ('descent,', 1), ('(5600ft.).', 1), ('irrigated,', 1), ('treeless', 1), ('embankments;', 1), ('margin;', 1), ('flocks', 1), ('hillsides;', 1), ('crenellated', 1), ('compound,', 2), ('accommodation,', 1), ('operators', 1), ('SOLDIERS.', 1), ('offices,', 1), ('privacy.', 1), ('visit.', 3), ('informal', 1), ('involuntary', 1), ('reception,', 2), ('Brigadier-General.', 1), ('Boundary', 5), ('Commission,', 5), ('preliminaries', 1), ('disputing', 1), ('clerks,', 1), ('yamen-runners,', 1), ('photographs', 1), ('curiosities.', 1), ('Pen,', 3), ('Yeh', 1), ('magistrate),', 1), ('(Colonel', 1), ('Liu),', 1), ('retain', 2), ('hallowed', 1), ('recollections', 1), ('benignity', 1), ('excellence', 1), ('champagne.', 1), ('Liu', 2), ('party.', 1), ('tall,', 2), ('gallant', 1), ('confided', 1), ('uppermost', 1), ('member,', 1), ('rejuvenating', 1), ('medicine--could', 1), ('some?', 1), ('_Could', 1), ('hair-dye?_', 1), ('compatriots,', 1), ('external', 1), ('dawning,', 1), ('frustrate', 1), ('doings', 1), ('hair-dye?', 1), ('Ganai,', 4), ('Bhamo,', 14), ('directing', 1), ('benefaction.', 1), ('celebrity,', 1), ('dacoit,', 1), ('outlawed', 2), ('Wuntho--the', 1), ('Wuntho', 4), ('Sawbwa--lives', 1), ('exile', 1), ('father-in-law', 1), ('Sawbwa', 5), ('Santa,', 5), ('"concerned', 1), ('risings', 1), ('1892-1893."', 1), ('rupees', 4), ('shoulders.', 1), ('outlaw,', 1), ('Kanhliang,', 2), ('hiding', 2), ('_his_', 1), ('assessed', 1), ('rupees.', 2), ('extend', 1), ('Bhamo.', 8), ('20ft.', 1), ('invading', 1), ('shelling', 1), ('stronghold', 1), ('Taiping.', 1), ('rebels', 1), ('destruction.', 1), ('pretension,', 1), ('red-button', 2), ('warrior,', 1), ('(_Chentai_)', 1), ('successor,', 2), ('Li-Sieh-tai,', 2), ('Margary', 6), ('repulse', 2), ('Horace', 3), ('Browne', 1), ('1875.', 3), ('soldierly', 1), ('blissful', 1), ('innocence', 1), ('limit', 1), ('direction,', 1), ('other;', 2), ('adjoins', 1), ('Theatre', 2), ('Theatrical', 1), ('performances', 2), ('uninterrupted', 3), ('Play', 1), ('sunrise,', 1), ('curtain', 2), ('fell,', 2), ('curtain,', 1), ('twilight.', 1), ('Day', 1), ('clangour', 2), ('senses', 1), ('misguided', 1), ('musical.', 1), ('play,', 1), ('plays,', 1), ('completion.', 1), ('Crowds', 1), ('dead-heads', 1), ('entertainment', 1), ('sipped', 1), ('jokes.', 1), ('actresses', 1), ('stage;', 1), ('make-up', 1), ('imitated,', 1), ('fidelity,', 1), ('gestures', 1), ('dresses', 2), ('varied.', 1), ('Scene-shifters,', 1), ('band,', 1), ('supers,', 1), ('dodging', 1), ('actors.', 1), ('theatre,', 1), ('villain,', 1), ('vanquished', 1), ('triumphant', 1), ('dies', 1), ('gory', 1), ('death;', 1), ('_is_', 1), ('serenely', 2), ('walks', 2), ('sallies', 1), ('indecency,', 1), ('grunt', 1), ('applause.', 1), ('theatre;', 1), ('aroused', 1), ('junior', 1), ('exhortations', 1), ('Millions_.', 1), ('feeling,', 1), ('stale', 1), ('milk.', 1), ('begged', 1), ('waterproof,', 1), ('ending', 1), ('tin,', 1), ('"Give', 1), ('asketh,"', 1), ('"even', 1), ('little."', 1), ('medium', 4), ('messages', 1), ('Chueh.', 1), ('glean', 1), ('meaning,', 1), ('inaccurate', 2), ('dictionary,', 1), ('sentence.', 1), ('reed', 1), ('trust', 1), ('Chueh', 2), ('offensively', 1), ('wondering', 1), ('liar', 3), ('"Three', 2), ('strength,"', 1), ('"cannot', 1), ('truth;"', 1), ('Morocco.', 2), ('emphatically', 1), ('Chueh,', 2), ('repetition', 1), ('Tangier,', 2), ('Mequinez.', 1), ('esteem', 1), ('attaching', 1), ('hotel-keeper,', 1), ('D.?"', 1), ('asked.', 2), ('fellow,"', 1), ("wasn't", 1), ('blank,', 1), ('blank', 2), ('liar!"', 1), ('Wazan', 1), ('D.,', 1), ('hotel.', 1), ('seems,"', 1), ('entertaining.', 1), ('him?"', 2), ('falsetto.', 1), ('_know_', 1), ('biggest', 1), ('Morocco."', 1), ('meet,', 1), ('Morocco,', 1), ('mutual', 1), ('esteem.', 1), ('fared', 1), ('stable', 1), ('courtyard', 1), ('tiled', 1), ('shower.', 1), ('beans.', 1), ('paddy,', 1), ('disliked', 1), ('equally.', 1), ('_1-1/2d._', 1), ('7-1/2lbs.', 1), ('equivalent;', 1), ('purest', 1), ('Yunnanese', 2), ('Rupees', 2), ('cash--the', 1), ('_30s._', 1), ('31', 2), ('31st', 1), ('early,', 1), ('appearance.', 1), ('marched', 2), ('tombstones', 1), ('quiet-mannered', 1), ('soldiers,', 2), ('impudent', 1), ('cub', 1), ('indignity.', 1), ('cincture,', 1), ('concealed', 1), ('muzzle-loading', 1), ('pistol,', 1), ('unloaded.', 1), ('defence', 1), ('anger.', 1), ('Rain', 2), ('continuously.', 1), ('muleteers', 1), ('sipping', 1), ('verandahs', 1), ('Europeans', 1), ('evoked', 1), ('astonishing', 1), ('Contact', 2), ('Europeans,', 1), ('phenomena', 1), ('"maternal', 1), ('impression,"', 1), ('accountable', 1), ('moulding', 1), ('explained.', 1), ('conscience!', 1), ('Who', 1), ('here?"', 1), ('windings', 1), ('Taiping,', 2), ('coasting', 1), ('TENGYUEH.', 1), ('(Stalls', 1), ('Umbrellas.)]', 1), ('incessantly;', 1), ('overflowed;', 1), ('paths', 1), ('watercourses', 1), ('fordable.', 1), ('shanks,', 1), ('wetted.', 1), ('Nantien,', 2), ('sundown.', 1), ('eminence', 1), ('contrariness', 1), ('incloses', 1), ('weakly', 1), ('substantial', 1), ('1000.', 1), ('muzzle-loaders', 1), ('patterns;', 1), ('existence--which', 1), ('doubtful.', 1), ('cast-iron', 1), ('ten-pounders', 1), ('_hors', 1), ('combat_', 1), ('ammunition', 2), ('fort;', 2), ('probable,', 1), ('matters,', 1), ('predecessor', 1), ('(if', 2), ('doubtful)', 1), ('colonel', 1), ('command,', 2), ('be.', 1), ('Nantien', 1), ('only--it', 1), ('otherwise,', 1), ('peace', 1), ('abroad', 1), ('misleading', 1), ('neighbouring', 3), ('fortification.', 1), ('flowed', 1), ('middle.', 1), ('flanking', 1), ("to-day's", 1), ('spur', 1), ('short-cut,', 1), ('compass', 1), ('save.', 1), ('ridge', 1), ('stalls,', 1), ('turbans,', 1), ('bracelets', 1), ('betel-juice,', 1), ('counters', 1), ('eagerly', 1), ('pale', 1), ('soaked', 2), ('salted', 1), ('flavoured', 1), ('camomile', 1), ('herbs.', 1), ('hampers', 1), ('coarse', 3), ('cooked', 1), ('below,', 1), ('Trade', 1), ('busy.', 1), ('Muleteers', 1), ('climb,', 1), ('puff', 1), ('bamboo-pipe', 1), ('river-bed', 1), ('horseback,', 1), ('fashion,', 1), ('Shans.', 2), ('jerseys', 1), ('knickerbockers,', 2), ('sun-hats', 1), ('soldiers.', 3), ('Cartridge-belts', 1), ('Martini-Henry', 1), ('rifles,', 2), ('muzzle', 1), ('right.', 2), ('stepping', 1), ('stature,', 1), ('shame', 1), ('appearance;', 1), ('impulse,', 1), ('talking,', 1), ("officers'", 1), ('evident', 1), ('conversation.', 1), ('kind.', 1), ('pony.', 3), ('intend', 1), ('obtrude', 1), ('interview', 1), ('relief,', 1), ('alarmed', 1), ('reason.', 1), ('Sawbwa,', 5), ('dacoit', 2), ("soldiers'", 1), ('rifles', 1), ('cartridge-belts', 1), ('sepoys,', 1), ('Hills.', 1), ('elephant,', 1), ('realisation', 1), ('Sure', 1), ('headland', 1), ('elephant', 4), ('rocks--a', 1), ('howdah', 1), ('empty;', 1), ('trappings', 1), ('scarlet;', 1), ('mahout', 1), ('Shan.', 1), ('Prince--a', 1), ('market-day', 1), ('Osaka', 1), ('nick-nacks,', 1), ('needles', 1), ('braid', 1), ('stuffs', 1), ('multitudinous', 1), ('produce.', 1), ('women--Kachins--were', 1), ('ugly', 1), ('fringes', 1), ('foreheads.', 1), ('sash', 1), ('waist.', 2), ('barelegged,', 1), ('reves_,', 1), ('heel', 1), ('stirrup', 1), ('toe.', 1), ('turban', 1), ('hang', 1), ('skull', 1), ('forsook', 1), ('illustrious', 2), ('resting-place.', 1), ('dozing', 1), ('couches,', 1), ('apartment', 1), ('filled,', 1), ('doubly', 1), ('thoughtfulness', 1), ('inconvenience.', 1), ('courteous.', 1), ('Ganai', 1), ('hair-dye.', 1), ('morrow', 1), ('elbow-room', 1), ('gentlemanly', 1), ('inquisitive,', 1), ('desirous', 1), ('satisfied.', 1), ('phrase-book', 1), ('particulars,', 1), ('more.', 2), ('favourable', 1), ('correspond.', 1), ('marvelled', 1), ('young-looking', 1), ('question,', 1), ('modestly', 1), ('confessed', 3), ('unhappy', 1), ('possessor', 1), ('wives,', 1), ('daughters,', 1), ('tenfold.', 1), ('townsfolk,', 1), ('landlady,', 1), ('zealous,', 1), ('dismissing', 1), ('courtyard,', 1), ('last.', 1), ('swarmed', 1), ('Oval,', 1), ('widens', 1), ('sped', 1), ('kindlier', 1), ('left;', 1), ('inclosure', 2), ('inclosed', 3), ('high;', 1), ('unsheltered', 1), ('invader.', 1), ('corners', 1), ('four-sided', 1), ('watch-towers.', 1), ('sentries;', 1), ('market-square,', 1), ('imagination', 2), ('obstacle', 1), ('exceeding', 1), ('cultivated,', 1), ('proper.', 1), ('ploughing--wearily', 1), ('plodding', 1), ('middles.', 1), ('Shans,', 5), ('principalities', 1), ('hereditary', 3), ('princelets', 2), ('Sawbwas,', 1), ('preserving', 1), ('self-government', 1), ('courteous,', 1), ('hospitable,', 1), ('honest,', 1), ('vices', 1), ('Siamese,', 1), ('dating', 2), ('B.C."', 1), ('Terrien', 2), ('Lacouperie', 1), ('facts.', 2), ('stop,', 1), ('refreshing', 1), ('sleep.', 1), ('slept,', 1), ('"_sung_"', 1), ('Santa', 6), ('arrived.', 1), ('monument,', 1), ('territory', 2), ('layers', 1), ('mortar,', 1), ('bell-shaped', 1), ('dome', 1), ('intact.', 1), ('banyans,', 1), ('conscience-stricken', 1), ('goldleaf', 1), ('peeled', 1), ('enfiladed', 1), ('discarded', 1), ('garb', 1), ('aesthetic', 1), ('bush;', 1), ('feature,', 1), ('nimble', 1), ('uniforms--green', 1), ('jackets', 4), ('braided', 1), ('yellow,', 3), ('sashes,', 1), ('knickerbockers--the', 1), ('Ganai.', 1), ('Remington', 1), ('cartridges', 1), ('bandoliers,', 1), ('material.', 1), ('accoutrements', 1), ('channels', 1), ('changing.', 1), ('shallower', 1), ('knee,', 1), ('deeper', 1), ('tribulation,', 1), ('tripped', 1), ('deepest', 1), ('notes', 3), ('damaged.', 1), ('worse.', 1), ('presentiment', 1), ('happen,', 1), ('waded', 1), ('world--loss', 1), ('irreparable!', 1), ('hot.', 1), ('dugouts,', 1), ('string-test', 1), ('gigs', 1), ('poled,', 1), ('gliding', 1), ('dismounted', 1), ('specimens,', 1), ('dwarfed', 1), ('Lilliputians', 2), ('canopy', 1), ('branches.', 1), ('clambering', 1), ('monkeys', 1), ('"writhed', 1), ('coils"', 1), ('acre.', 1), ('array', 2), ('houses;', 1), ('teak', 4), ('village.', 2), ('lumbered', 1), ('missals.', 1), ('smirched', 1), ('unshaven,', 1), ('sanctity,', 1), ('judge', 1), ('followers,', 1), ('contemptuous', 1), ('obeisance.', 1), ('club-footed', 1), ('hobble', 1), ('difficulty--an', 1), ('excuse', 1), ('would,', 1), ('urge', 1), ('disorder', 1), ('sanctuary.', 1), ('polite,', 1), ('cocoa.', 1), ('Native', 1), ('wending', 1), ('plain--lank', 1), ('overgrown', 1), ('mops', 1), ('deck-swabs.', 1), ('butt', 1), ('chaffed', 1), ('humorous', 1), ('were,', 2), ('afraid,', 1), ('witty.', 1), ('Kachins', 5), ('virtuous.', 1), ('preclude', 1), ('possibility.', 1), ('MURDER.', 1), ("Sawbwa's", 1), ('hungry,', 1), ('attentions', 1), ('oppressive.', 1), ('Presently', 1), ('motioning', 1), ('storey,', 1), ('reception.', 1), ('overlooked', 1), ('stabled', 1), ('pleasanter', 1), ('good-nature', 1), ('clean-shaven', 1), ('robe', 1), ('grey,', 1), ('rosary', 1), ('beads', 1), ('orders', 2), ('black,', 1), ('choristers.', 1), ('Religion', 1), ('performance', 1), ('well-kept', 1), ('shrines,', 1), ('pictures', 1), ('legends', 1), ('(what', 1), ('prince!', 1), ('lord,', 1), ('Duke', 1), ('York', 1), ('lunatic', 1), ('asylum),', 1), ('_Prince_', 1), ('call,', 1), ('well-ordered', 1), ('retinue,', 1), ('reprobates', 1), ('heels', 2), ('grandee', 1), ('ceremony.', 1), ('characterised', 1), ('insisted;', 1), ('pretended', 1), ('matter.', 2), ('Prince;', 1), ('amiability.', 1), ('association', 1), ('Half', 1), ('flagged,', 1), ('"Warry', 2), ('_Ching,', 2), ('ching_!"', 2), ('greeting', 1), ('dialect', 1), ('Mandarin,', 2), ('conversed', 2), ('Warry.', 1), ('son-in-law', 1), ('ex-Wuntho', 1), ('Sawbwa.', 1), ("squatters'", 1), ('principality', 1), ('costume,', 1), ('skullcap,', 1), ('pock-marked,', 1), ('incipient', 1), ('refined,', 1), ('chews', 1), ('betel', 1), ('nut', 1), ('stimulate', 1), ('meditative', 1), ('faculties,"', 1), ('expectorates', 1), ('freedom.', 1), ('photographs,', 1), ('graciously', 2), ('some.', 1), ('assent,', 1), ('rolled', 2), ('box.', 1), ('parting', 1), ('drum--a', 1), ('fish--was', 1), ('beaten,', 1), ('vespers,', 1), ('many-coloured', 1), ('silk;', 1), ('intoned', 1), ('mournful', 1), ('chant.', 1), ('choristers', 1), ('gallery', 1), ('lying,', 1), ('throw', 1), ('gowns', 1), ('benches.', 1), ('Opium-lamps', 1), ('lit,', 1), ('inhaling', 1), ('rheumatism,', 1), ('massage', 1), ('celebrated,', 1), ('turbulent', 1), ('bursting', 1), ('processions', 2), ('robes', 1), ('moonlight.', 1), ('Priests', 1), ('plentiful', 1), ('blackberries;', 1), ('Edinburgh', 1), ('Assembly', 1), ('Manyuen.', 3), ('green.', 1), ('muzzle-loaders,', 1), ('unloaded,', 1), ('swords', 1), ('(_dahs_).', 1), ('warriors,', 1), ('unlike', 2), ('turbaned', 1), ('braves', 1), ('regard,', 1), ('forefathers,', 1), ('aspect', 1), ('warfare', 2), ('(_rostro', 1), ('feroz', 1), ('ao', 1), ('enemigo!_)--an', 1), ('illusion', 1), ('shared', 2), ('bearskin', 1), ('shakos', 1), ('horse-length', 1), ('queue', 1), ('reverently,', 1), ('lighting', 1), ('intrusting', 1), ('meadow-land,', 1), ('tree.', 2), ('Herds', 1), ('buffaloes', 1), ('grazing', 1), ('hillsides.', 1), ('river-plain,', 1), ('bamboo.', 3), ('Thirty', 1), ('Taipingkai.', 1), ('market-day,', 1), ('oil-merchant,', 1), ('Earthenware', 1), ('jars', 1), ('"_Dzo!', 1), ('Dzo!_"', 1), ('(Go!', 1), ('go!)', 1), ('throng', 1), ('hustled', 1), ('renewed', 2), ("nobleman's", 1), ('park,', 1), ('slake', 1), ('thirst.', 1), ('Bamboo', 1), ('ladles', 1), ('devotees,', 1), ('righteousness,', 1), ('bestows', 2), ('ocean', 1), ('return."', 1), ('springs,', 1), ('pitchers', 1), ('placed,', 1), ('thirsty', 1), ('drink.', 1), ('Manyuen--or,', 1), ('Manwyne--is', 1), ('river-plain.', 1), ('Agent,', 1), ('arranging', 2), ('occupied.', 1), ('shaven-pated', 1), ('hall.', 1), ('shades', 1), ('feature--Chinese,', 1), ('Shan,', 3), ('Kachin,', 1), ('hybrid.', 1), ('amiable,', 1), ('while;', 1), ('corner,', 1), ('disputants.', 1), ('Voices', 1), ('raised,', 1), ('enthral', 1), ('debating', 1), ('Margary.', 1), ('warmer.', 1), ('Surely', 1), ('blows?', 1), ('begun,', 1), ('dispute?', 1), ('cheapening', 1), ('piles,', 2), ('roof.', 1), ('barn', 1), ('lumber', 1), ('Buddhas', 1), ('cabinets', 1), ('Buddha', 1), ('disciples.', 1), ('Umbrellas,', 1), ('tawdry', 1), ('paraphernalia', 1), ('beams.', 1), ('Sacerdotal', 1), ('vestments', 1), ('dingy', 1), ('yellow--the', 1), ('turmeric--were', 1), ('rests.', 1), ('prayers,', 1), ('hitched', 1), ('waist,', 1), ('transformed', 1), ('tiles', 1), ('sedan-chair,', 1), ('pretence', 1), ('reading.', 1), ('underneath,', 1), ('boards--though', 1), ('senses--were', 1), ('freighted', 1), ('interment.', 1), ('Heavy', 1), ('lids', 1), ('securely', 1), ('burial', 2), ('priests--it', 1), ('fears.', 1), ('interest;', 1), ('productive.', 1), ('opium-room', 1), ('shrine,', 1), ('neophytes,', 1), ('throwing', 1), ('licentious', 1), ('calls', 2), ('prayers.', 1), ('hall,', 1), ('kneel', 1), ('cabinets.', 1), ('chorister', 1), ('basket.', 1), ('spirit!', 1), ('remains!', 1), ('Manyuen,', 1), ('mentioned,', 1), ('Manyuen', 4), ('written:', 1), ('rudeness', 1), ('respect."', 1), ('return!', 1), ('assuming', 1), ('notorious', 1), ('Tsen', 2), ('Yue-ying,', 2), ('lawless', 1), ('train-band', 1), ('infested', 1), ('murderers,', 1), ('contributory', 1), ('negligence.', 1), ('unmolested', 1), ('Browne,', 3), ('forerunner', 1), ('prepare', 2), ('traversed.', 1), ('"peace', 1), ('expedition"', 1), ('"fifty', 1), ('soldiers."', 1), ('Major', 3), ('Sladen', 1), ('Tengyueh;', 1), ('1868;', 1), ('negotiations', 1), ('governor', 2), ('insurgents', 1), ('"To', 1), ('principles,"', 1), ('equity', 1), ('rebel', 1), ('boundaries?"', 1), ('insurrection', 1), ('quelled', 1), ('1874.', 1), ('route,', 1), ('auspices,', 1), ('objects', 1), ('leaders', 1), ('planned', 1), ('commerce', 1), ('investigation.', 1), ('Barbarians', 1), ('"foster', 1), ('rebellion."', 1), ('expedition,', 2), ('ill-chosen.', 1), ('folly', 1), ('Tsurai', 1), ('barbarity', 1), ('barbarous', 1), ('country;', 1), ('speak;', 1), ('nationality', 1), ('temperament,', 1), ('mildest', 1), ('fanatical,', 1), ('penetrated', 1), ('nook', 1), ('cranny', 1), ('property.', 1), ('indiscretion', 1), ('countries?', 1), ('China--and', 1), ('riots', 2), ('empire--may', 1), ('property;', 1), ('equalled', 1), ('looting', 1), ('mob', 1), ('Black', 1), ('Monday', 1), ('Oxford-street', 1), ('Piccadilly.', 1), ('dangerous,"', 1), ('States."', 1), ("Smith's", 1), ('statement.', 1), ('bends', 1), ('bordered', 1), ('overshadowed', 1), ('killed.', 1), ('BHAMO.', 1), ('meadows,', 1), ('jungle-clad', 2), ('spurs', 1), ('triangular', 1), ('tropical', 2), ('Hongmuho,', 2), ('Nampoung,', 5), ('Nampoung', 3), ('join,', 1), ('sudden.', 1), ('upwards', 1), ('jungle,', 3), ('exuberant', 1), ('forest.', 1), ('forest', 4), ('inhabited', 1), ('"protected', 1), ('barbarians"', 1), ('Kachins,', 3), ('beneficent', 1), ('administration.', 1), ('sleeps', 1), ('throbbing', 1), ('buzzing', 1), ('insect', 1), ('unaccustomed', 1), ('well-cut', 1), ('tinkled', 1), ('herd', 1), ('flute,', 1), ('music', 1), ('bagpipes.', 1), ('Cotton', 1), ('import', 1), ('trace', 1), ('fluffs', 1), ('mule-packs.', 1), ('points,', 1), ('points', 2), ('forts', 2), ('stockades', 2), ('palisades,', 1), ('_chevaux', 1), ('frise_', 1), ('sharp-cut', 1), ('straw-thatched', 1), ('huts.', 1), ('Perhaps', 1), ('armed,', 2), ('supplies.', 1), ('Water', 1), ('credence', 1), ('persist', 1), ('power?', 1), ('officered,', 1), ('mankind', 1), ('labour', 3), ('potential', 1), ('stupendous.', 1), ('advancing,', 1), ('stationary;', 1), ('backwards,', 1), ('forwards;', 1), ('Weapons', 1), ('subdued', 1), ('loath', 1), ('unfitted', 1), ('impose', 1), ('tend', 1), ('Victories', 1), ('affect', 1), ('births', 1), ('nation,', 1), ('profoundly', 1), ('Trouble,', 1), ('trouble,', 1), ('future,', 1), ('effete', 1), ('alien', 1), ('dynasty', 1), ('reigning', 1), ('Manchu', 1), ('dynasty--shall', 1), ('overthrown,', 1), ('Schehleh', 2), ('drooping', 1), ('lottery.', 1), ('lottery', 1), ('tickets', 1), ('prize', 1), ('list', 2), ('cards,', 2), ('Soldiers', 1), ('camp', 4), ('camp,', 1), ('reposed', 1), ('civil,', 1), ('embarrassing.', 1), ('trophies', 1), ('valour.', 1), ('tree-trunks', 1), ('putrefying', 1), ('heat.', 1), ('dacoits.', 2), ('clemency', 1), ('shine', 1), ('borders.', 1), ('structures', 2), ('sloping', 1), ('sylvan', 1), ('_nats_', 1), ('roadside,', 1), ('squares', 1), ('knives,', 1), ('conical', 2), ('weathercocks.', 1), ('Split', 1), ('whereon', 1), ('food-offerings', 1), ('goodwill', 1), ('_dah_', 1), ('widened', 1), ('protect', 3), ('univalvular', 1), ('sheath', 1), ('knickerbockers;', 1), ('turban.', 2), ('embroidered', 1), ('shoulder.', 1), ('stunted', 1), ('disfigured', 1), ('disproportionate', 1), ('dark-blue;', 1), ('cowries;', 1), ('bare.', 1), ('Unmarried,', 1), ('head-dress,', 1), ('mop', 1), ('fringe', 1), ('eyebrows.', 1), ('women--a', 1), ('Morality', 1), ('maidens,', 1), ('term,', 1), ('exist.', 1), ('maiden;', 1), ('reliance', 1), ('legendary', 1), ('tales.', 1), ('clan', 1), ('ruled', 1), ('hereditary,', 1), ('eldest', 1), ('youngest,', 1), ('failing', 1), ('youngest', 1), ('brother."', 1), ('(Anderson.)', 1), ('chew', 1), ('betel-nut', 1), ('opium--men,', 1), ('Couchman', 1), ('romanised', 1), ('fortlet', 1), ('Settee,', 2), ('palisaded', 1), ('active,', 1), ('alert,', 2), ('intelligent,', 1), ('barracks.', 1), ('barracks--harmless', 1), ('warriors--who', 1), ('attentive.', 1), ('beaten.', 1), ('sounded;', 1), ('murmur,', 1), ('brayed', 1), ('stentorian', 1), ('wake', 1), ('drum,', 1), ('fired', 1), ('ceased,', 1), ('foes,', 1), ('Hearing', 1), ('commandant', 1), ('list.', 1), ('remittent', 2), ('bedside', 1), ('weak,', 1), ('emaciated;', 1), ('arms,', 1), ('pulled', 1), ('attitude.', 1), ('fellow.', 1), ('undergoing', 1), ('treatment.', 1), ('pellet', 1), ('heated', 1), ('pipe-bowl,', 1), ('inhale', 1), ('fumes.', 1), ('stockade', 2), ('good-bye,', 1), ('expressions', 1), ('will.', 1), ('jungle', 1), ('Hongmuho.', 1), ('spur,', 1), ('slope.', 1), ('ford,', 2), ('plunged', 1), ('Sepoy', 1), ('outpost,', 1), ('shot,', 1), ('saluted', 3), ('encampment,', 2), ('commanding,', 1), ('R.', 4), ('Iremonger,', 2), ('Regiment,', 1), ('congratulated', 1), ('earthly', 1), ('anybody', 1), ('I,', 1), ('wanderer,', 1), ('safely;', 1), ('easily.', 1), ('Reports', 1), ('disaffection;', 1), ('arisen', 1), ('inexpedient', 1), ('despatch', 1), ('boundary.', 1), ('direct', 1), ('conflict', 1), ('reports.', 1), ('sides,', 1), ('experts.', 1), ('fortifications', 1), ('applies', 1), ('palisade', 1), ('superior,', 2), ('stockades.', 1), ('Regiment', 1), ('Sikhs', 2), ('Punjabis,', 3), ('stature', 2), ('bearing.', 1), ('non-commissioned', 1), ('border.', 1), ('ponies.', 1), ('rod,', 1), ('exiled', 1), ('solitude.', 1), ('ford', 1), ('pack-animals,', 1), ('daily.', 1), ('toll', 1), ('annas', 1), ('pack-animal,', 1), ('Sawbwas', 1), ('tribute.', 1), ('commanding.', 1), ('harass', 1), ('Schehleh.', 1), ('Beautiful', 1), ('"lofty', 1), ('tangled', 1), ('creepers,', 1), ('festooned', 1), ('orchids,"', 1), ('camp.', 1), ('fertile,', 1), ('crops', 1), ('Cultivation', 1), ('clears', 1), ('ashes', 1), ('soil;', 1), ('superficially', 1), ('scratched,', 1), ('sown.', 1), ('seed', 2), ('germinates;', 1), ('ripens,', 1), ('basketful', 1), ('sown,', 1), ('basketfuls', 1), ('gathered.', 1), ('field', 2), ('untouched', 1), ('jungle.', 1), ('five-hundred-fold', 1), ('husbandman', 1), ('inversely', 1), ('bathed', 1), ('pool', 1), ('fishing.', 1), ('tribute-gatherers.', 1), ('upright', 1), ('squatted', 1), ('heels,', 1), ('elbows', 1), ('confesses', 1), ('Myothit,', 2), ('Nampoung.', 1), ('lance-corporal', 1), ('aspect;', 1), ('training,', 1), ('limp', 1), ('haggard,', 1), ('supervision.', 1), ('Santien', 1), ('(Myothit).', 1), ('li,"', 2), ('now?"', 1), ('"Only', 2), ('further,"', 1), ('gravely.', 1), ('"Teacher', 1), ('Mo,', 1), ('Santien?"', 1), ('Myothit', 3), ('dak', 1), ('bungalow,', 2), ('unfurnished', 1), ('outskirts', 2), ('flat', 1), ('muddy', 1), ('Irrawaddy.', 2), ('sepoys', 1), ('Sirdar,', 1), ('Jemadar,', 1), ('Subadar', 1), ('which),', 1), ('tiffin,', 1), ('embarrassment,', 1), ('alarming', 1), ('unexpectedly', 1), ('his.', 1), ('Adam.', 1), ('head-waiter,', 1), ('nuisance,', 1), ('go.', 1), ('steps;', 1), ('went,', 1), ('sidling', 1), ('backwards', 1), ('royalty.', 1), ('Drawing', 1), ('stair-top', 1), ('bottom,', 1), ('murmuring', 1), ('bungalow', 1), ('lifted', 1), ('lee-side', 1), ('settlement.', 1), ('leaked', 1), ('shaky', 1), ('structure,', 1), ('rises,', 1), ('1520', 1), ('Chungking;', 1), ('Shanghai.', 1), ('exactly', 3), ('hundredth', 1), ('innate', 1), ('fulfil,', 1), ('spare,', 1), ('readiness', 2), ('abacus,', 1), ('setting', 2), ('hieroglyphics', 1), ('calculation,', 1), ('owed', 2), ('_him_', 1), ('accounts', 1), ('balanced.', 1), ('1175', 1), ('_3s._', 1), ('_L20_', 1), ('sterling,', 1), ('outfit.', 1), ('economically,', 1), ('_L14_.', 2), ('tour.', 1), ('profit,', 1), ('_11d._', 1), ('_13d._', 1), ('curios', 1), ('_L2', 1), ('5s._', 1), ('Without', 1), ('faithfully.', 1), ('behaved', 1), ('admirably,', 1), ('(W.', 1), ('Rockhill),', 1), ('writing', 4), ('_Century_,', 1), ('says:', 1), ('Thibetans', 1), ('good-tempered,', 1), ('peoples,', 1), ('countries,', 1), ('friends."', 1), ('newspapers,', 1), ('accumulating', 1), ('multifarious', 1), ('avocations', 1), ('pertaining', 1), ('destination', 1), ('interior.', 1), ('_12s._;', 1), ('expenditure', 1), ('incurred', 1), ('reimbursed', 1), ('return;', 1), ('Pupiao.', 1), ('weeks,', 1), ('lodging', 1), ('CALCUTTA.', 1), ('America', 1), ('nobly', 1), ('supports', 1), ('self-sacrificing', 1), ('souls"', 1), ('"humble', 1), ('Saving', 1), ('Kachins."', 1), ('worldly-minded', 1), ('covet.', 1), ('methods.', 1), ('feared,', 1), ('blood-poisoning', 1), ('Bhamo;', 1), ('ready;', 1), ('came.', 1), ('drizzle,', 1), ('deter', 1), ('accidentally', 1), ('abashed', 1), ('inexcusable', 1), ('untruth.', 1), ('Deputy', 2), ('Commissioner,', 2), ('hospitality.', 1), ('regret,', 2), ('C.I.E.--there', 1), ('seems,', 1), ('aspire', 1), ('administered', 1), ('Assistant', 2), ('Civil', 1), ('tract', 1), ('miles--a', 1), ('administration', 1), ('finance,', 1), ('races.', 2), ('authorities,', 1), ('military,', 1), ('post--and', 1), ('fitness--because', 1), ('crammed', 1), ('candidates', 1), ('examinations', 1), ('Latin,', 1), ('mathematics,', 1), ('&c.', 1), ('limited', 3), ('his--by', 1), ('competitive', 1), ('work;', 1), ('preposterous;', 1), ('successful.', 1), ('self-reliance,', 1), ('decision,', 1), ('wield', 1), ('authority;', 1), ('Commissioner.', 1), ('types', 2), ('Macao,', 1), ('intermingling', 1), ('Britishers', 1), ('Madrasis,', 1), ('Arabs,', 1), ('Jews', 1), ('adventurers,', 1), ('ladies.', 1), ('club,', 2), ('course;', 1), ('polo', 1), ('football', 1), ('cricket', 1), ('Inside', 1), ('barracks,', 1), ('debt', 2), ('pay,', 2), ('athletic', 1), ('performer', 1), ('forlorn,', 1), ('miserable,', 1), ('apologise', 1), ('Colborne', 1), ('classic', 1), ('accomplishment.', 1), ('_will_', 1), ('idiom', 1), ('tone.', 1), ('hurt', 1), ('pride.', 1), ('Walking', 1), ('Chinese--strangers--and', 1), ('Mandarin.', 2), ('discovery,', 1), ('sounds', 1), ('own!"', 1), ('made.', 1), ('Martini,', 2), ('D.S.P.', 1), ('(District', 1), ('Superintendent', 1), ('Police).', 1), ('graduated', 1), ('Staff', 2), ('Davies,', 2), ('Corps,', 1), ('Intelligence', 2), ('Department,', 1), ('exceptionally', 1), ('representatives.', 1), ('variations', 1), ('altitude,', 1), ('changes', 1), ('hardy,', 1), ('twenty.', 1), ('astonished', 1), ('defects.', 1), ('12.3', 1), ('11.3', 1), ('subaltern', 1), ('foreleg', 1), ('hopelessly;', 1), ('diagnosis', 1), ('clinical', 1), ('lecture', 1), ('demonstrated', 1), ('spavined,', 1), ('hind', 2), ('rotten,', 1), ('"as', 1), ("ponies'", 1), ('are,"', 1), ('added.', 1), ('constabulary,', 1), ('roarer;', 1), ('Hungarian', 1), ('Israelite', 1), ('lends', 1), ('post-obits,', 1), ('applications,', 1), ('insecurities,', 1), ('intimacy', 1), ('garrison,', 1), ('fore.', 1), ('pony--for', 1), ('Reverend', 2), ('Roberts,', 2), ('Roberts', 1), ('buying', 1), ('them--at', 1), ('profit.', 1), ('Club,', 1), ('civilian', 1), ('50', 3), ('but--he', 1), ('Roberts.', 1), ("Commissioner's", 1), ('establishment', 1), ('bungalows', 1), ('creeping', 1), ('humility', 1), ('possessions', 1), ('porch.', 1), ('_dhobie_', 1), ('_bearer_,', 1), ('waterman', 1), ('goatskin', 1), ('waterbag,', 1), ('washerman', 1), ('_syce_', 1), ('collect', 1), ('Madrasi,', 1), ('laziest', 1), ('rascal', 1), ('transformation', 1), ('prospects', 1), ('watchman,', 1), ('bazaar', 1), ('others.', 2), ('foreheads', 1), ('by.', 1), ('deserts.', 1), ('grinning', 1), ('paltry', 1), ('cheerfully--though', 1), ('wandering', 1), ('halls.', 1), ('clubs', 1), ('sumptuous', 1), ('installed', 1), ('throne-room', 2), ('reception-halls', 1), ('seven-storeyed', 1), ('spire,', 1), ('"emblematic', 1), ('royalty', 2), ('religion,"', 1), ('"exact', 1), ('creation."', 1), ('reception-hall', 1), ('chapel;', 1), ('reading-room', 1), ('dais', 1), ('throne,', 1), ('teak,', 1), ('ablaze', 1), ('gilding,', 1), ("Theebaw's", 1), ('Queen.', 1), ('inscription,', 1), ('"enlightenment', 1), ('barbarians."', 1), ("Bart.'s.", 1), ('sisters', 1), ('train', 1), ('villa', 1), ('crowned', 1), ('"Shway-dagon,"', 1), ('Department', 1), ('Couchman.', 1), ('languages.', 1), ('dialect;', 1), ('Hindustani,', 1), ('Sanscrit,', 1), ('novel', 1), ('quotes', 5), ('Latin.', 1), ('Fit', 1), ('Max', 1), ('Mueller;', 1), ('salary.', 1), ('Rangoon', 2), ('predominating', 1), ('potentiality', 1), ('community.', 1), ('certain,"', 1), ('authority,', 1), ('_the_', 1), ('Burma--J.', 1), ('Scott', 1), ('(Shway', 1), ('Yoe)--"that', 1), ('rate,', 1), ('trading', 1), ('purposes', 1), ('absorbed', 1), ('traders,', 1), ('Singapore', 1), ('Penang', 1), ('Unless', 2), ('upheaval', 1), ('plodding,', 1), ('unwearying', 1), ('overrun', 1), ('exclusion', 2), ('race."', 1), ('artisans', 1), ('carpenters', 1), ('husbands', 1), ('Burmans.', 1), ('British,', 1), ('element', 1), ('Ebenezer', 1), ('Marks,', 2), ('Principal', 1), ("John's", 1), ('S.P.G.', 1), ('Marks', 2), ('hale', 1), ('hearty,', 1), ('brimful', 1), ('reminiscences,', 1), ('Christianity.', 1), ('anthropological', 1), ('institute', 1), ('cross-breeds', 1), ('gaol,', 1), ('extensive', 1), ('playgrounds.', 1), ('550', 1), ('students,', 1), ('Asiatics', 1), ('nationalities--Chinese,', 1), ('Karens,', 1), ('Hindoos', 1), ('Malays,', 1), ('Burmese.', 3), ('intermarried', 1), ('resulting', 1), ('half-breeds', 1), ('half-breeds.', 1), ('Eurasian', 2), ('(European-Asian)', 1), ('fathers,', 1), ('ingeniously', 1), ('mothers;', 1), ('latter,', 1), ('neglected,', 1), ('(when', 1), ('known),', 1), ('latter', 1), ('strictness', 1), ('gallantly', 1), ('catholic', 1), ('tastes', 1), ('Japanese.', 1), ('marries', 1), ('Catholic,', 1), ('Turk,', 1), ('Infidel,', 1), ('clings', 1), ('whichever', 1), ('her;', 1), ('desires', 1), ('treats', 1), ('feels', 1), ('cognate', 1), ('industrious,', 1), ('idleness,', 1), ('presents,', 1), ('loving', 1), ('bestow', 1), ('Chino-Burmese', 1), ('markedly', 1), ('half-caste', 1), ('parentage.', 1), ('powerful,', 1), ('courageous,', 1), ('energetic,', 1), ('enterprising;', 1), ('East,', 1), ('companions--of', 1), ('exist--are', 1), ('comeliness', 1), ('sweetness', 1), ('Calcutta.', 2), ('Ill', 1), ('sure,', 1), ('obtruding', 1), ('purely', 1), ('testimony', 1), ('savage', 1), ('Guinea,', 1), ('recording', 1), ('befriended', 1), ('Calcutta;', 1), ('illness', 1), ('kindness.', 1), ('Calcutta', 1), ('unremitting', 1), ('Bathgate', 1), ('Maxwell', 1), ('Prophit', 1), ('Arnold', 1), ('Caddy', 1), ('lasting', 1), ('nurse--dark', 1), ('complexion,', 1), ('upon--whose', 1), ('consoled', 1), ('ill?', 1), ('Bless', 1), ('heart!', 1), ('quinine', 1), ('fingers.', 1), ('END.', 1), ('INDEX.', 1), ('Adridge,', 1), ('Dr.,', 3), ('Capt.,', 2), ('worship,', 2), ('67', 2), ('Anderson,', 1), ('J.,', 7), ('274,', 2), ('277', 3), ('Anpien,', 1), ('79', 1), ('Anti-foreign', 1), ('riots,', 1), ('9,', 2), ('54,', 1), ('268', 2), ('Arsenal', 1), ('175', 2), ('C.,', 3), ('51,', 1), ('90,', 3), ('239,', 1), ('267;', 1), ('149;', 2), ('285;', 1), ('187', 3), ('Ball,', 1), ('Dyer,', 1), ('113,', 4), ('224', 4), ('Baller,', 1), ('W.,', 9), ('113', 1), ('Banks', 1), ('96,', 1), ('163,', 1), ('164', 1), ('Barrow,', 1), ('John,', 3), ('101,', 3), ('110,', 2), ('191', 6), ('Pere,', 8), ('63,', 2), ('65', 3), ('(Singai),', 1), ('279-287', 1), ('99;', 4), ('121', 2), ('173', 3), ('Blodget,', 1), ('123', 5), ('M.,', 5), ('Bonvalot,', 1), ('G.,', 7), ('149', 8), ('Bridges,', 1), ('notable,', 1), ('26,', 1), ('83,', 2), ('85,', 1), ('118,', 4), ('186,', 2), ('233,', 2), ('240,', 2), ('B.,', 1), ('66,', 3), ('Col.', 1), ('Horace,', 1), ('246,', 3), ('267,', 1), ('Spain,', 1), ('55,', 1), ('56', 1), ('Burdon,', 1), ('213', 5), ('207;', 1), ('222-224', 1), ('226,', 1), ('271', 2), ('Carruthers,', 1), ('H.,', 7), ('commissioner', 1), ('customs,', 1), ('51', 2), ('Cash', 1), ('161,', 2), ('Chairen,', 1), ('77,', 1), ('190', 2), ('181,', 3), ('246', 2), ('viceroy,', 1), ('Chang-show-hsien,', 1), ('184,', 1), ('185', 1), ('of,', 20), ('97-116;', 1), ('178', 5), ('137', 1), ('prince,', 1), ('29,', 1), ('30', 3), ('62;', 1), ('6;', 2), ('Wanhsien,', 5), ('27-29;', 1), ('49;', 2), ('65,', 2), ('73,', 1), ('75;', 1), ('177;', 4), ('213-216;', 1), ('178;', 1), ('180;', 2), ('65-71', 1), ('222-224;', 1), ('288-290', 1), ('avarice,', 1), ('79;', 2), ('benevolence,', 1), ('29;', 1), ('13;', 1), ('visiting,', 1), ('182;', 1), ('170;', 1), ('courtesy,', 1), ('255;', 2), ('197,', 3), ('198;', 2), ('230;', 1), ('140;', 2), ('nature,', 1), ('117;', 1), ('27,', 1), ('28;', 3), ('inaccuracy,', 1), ('pain,', 1), ('104,', 2), ('sound,', 1), ('74,', 1), ('169;', 2), ('irreverence,', 1), ('195;', 2), ('290;', 1), ('153-155;', 1), ('196,', 1), ('201,', 1), ('117,', 1), ('thoughtfulness,', 1), ('189;', 1), ('felicity,', 1), ('memory,', 1), ('167,', 1), ('Chipatzu,', 1), ('22', 1), ('248', 1), ('34-39', 1), ('Marcus,', 1), ('32', 2), ('Coffins', 1), ('92,', 2), ('137,', 1), ('265', 1), ('Colquhoun,', 1), ('R.,', 3), ('Conversion,', 1), ('179', 2), ('Converts,', 1), ('5;', 2), ('65;', 1), ('121;', 1), ('178,', 1), ('179;', 2), ('214', 1), ('46,', 3), ('176', 4), ("Coolies'", 1), ('91', 1), ('Couchman,', 1), ('Major,', 2), ('274;', 1), ('288', 1), ('Crockery,', 1), ('119', 1), ('(likin-barriers),', 1), ('21,', 2), ('48,', 2), ('97,', 1), ('242,', 1), ('272,', 2), ('Maritime,', 1), ('13,', 4), ('25,', 2), ('35-38', 1), ('Cecil,', 1), ('49', 3), ('Capt.', 3), ('285', 3), ('Davis,', 1), ('F.,', 3), ('57', 1), ('Dedeken,', 1), ('De', 2), ('Guignes,', 1), ('140', 2), ('141,', 1), ('278', 1), ('107-110;', 1), ('mule-doctor,', 1), ('145', 2), ('Doolittle,', 1), ('Justus,', 1), ('69,', 2), ('130,', 1), ('170', 2), ('Gree,', 1), ('Douglas,', 1), ('K.,', 1), ('127', 1), ('Dudgeon,', 1), ('112,', 2), ('130', 6), ('108,', 1), ('Frank,', 1), ('98,', 1), ('Eclipse', 1), ('Sun,', 1), ('125,', 1), ('126', 1), ('Edkins,', 1), ('Eitel,', 1), ('129', 3), ('Excoffier,', 1), ('Famine', 1), ('127;', 1), ('137-144', 1), ('82', 2), ('Farrar,', 1), ('Archdeacon,', 1), ('Feng-hsiang,', 1), ('Fengshui-ling,', 1), ('Monseigneur,', 1), ('171,', 1), ('45', 2), ('_Fungshui_,', 1), ('157,', 1), ('Fung-yen-tung,', 1), ('205', 1), ('Fu-to-kuan,', 1), ('254-256', 1), ('Gates', 1), ('Geary,', 1), ('Grattan,', 1), ('43', 1), ('Giles,', 1), ('A.,', 3), ('Hope,', 1), ('17,', 1), ('90', 4), ('14,', 2), ('139,', 1), ('bought,', 1), ('155;', 1), ('101;', 2), ('145,', 2), ('155,', 1), ('185;', 1), ('prevalence,', 1), ('227,', 1), ('228', 2), ('Gold,', 1), ('23;', 1), ('158-160', 1), ('Mr.,', 4), ('177,', 1), ('219', 2), ('Grosvenor', 1), ('42-44', 1), ('3-8', 1), ('Heads', 1), ('criminals,', 1), ('192;', 1), ('dacoits,', 1), ('273,', 2), ('274', 2), ('E.,', 2), ('Hokiangpu,', 1), ('222', 1), ('270,', 3), ('275-277', 1), ('17;', 1), ('200,', 1), ('219,', 1), ('221', 3), ('226;', 1), ('Huc,', 1), ('Abbe,', 1), ('Iangkai,', 1), ('144', 1), ('9', 2), ('129,', 1), ('130;', 1), ('Inquirers', 1), ('215', 1), ('275', 2), ('147;', 2), ('156,', 1), ('157;', 1), ('187;', 1), ('construct', 1), ('238', 1), ('123,', 2), ('173,', 1), ('Griffith,', 1), ('("protected', 1), ('barbarians"),', 1), ('254,', 2), ('259,', 1), ('chief,', 1), ('245', 1), ('Private', 1), ('117', 1), ('141', 1), ('Kueichow', 1), ('18', 2), ('Kuhtsing,', 1), ('73', 1), ('21', 1), ('Lacouperie,', 1), ('de,', 1), ('257', 1), ('Lanchihsien,', 1), ('Laokai,', 1), ('148,', 2), ('159', 3), ('85', 1), ('Lay,', 1), ('T.,', 3), ('139', 1), ('150,', 1), ('151', 1), ('72,', 2), ('chi_,', 1), ('231,', 1), ('Manager,', 1), ('151-153,', 1), ('122;', 1), ('40,', 2), ('44,', 1), ('Colonel,', 1), ('244,', 1), ('245,', 2), ('255', 1), ('28,', 2), ('186', 1), ('MacCarthy,', 1), ('Justin,', 1), ('133', 2), ('S.,', 2), ('47,', 2), ('(Manwyne),', 1), ('264-269', 2), ('238;', 1), ('266;', 1), ('149,', 1), ('246;', 1), ('289,', 1), ('P.,', 2), ('67,', 3), ('(D.S.P.),', 1), ('Mason,', 1), ('L.,', 2), ('T.', 1), ('154', 1), ('87', 1), ('(wrongly', 1), ('"Meadows"),', 1), ('197', 1), ('45,', 1), ('108', 1), ('Medicines', 1), ('107-110', 1), ('Mekong', 1), ('221,', 1), ('234', 3), ('198', 1), ('54', 1), ('124', 1), ('Missionaries,', 1), ('Missions', 1), ('6,', 1), ('64,', 1), ('105,', 1), ('146,', 1), ('171', 1), ('17', 1), ('112;', 1), ('114;', 1), ('128;', 1), ('216;', 2), ('185,', 1), ('187,', 1), ('203;', 1), ('milkman,', 1), ('217', 1), ('Momien', 2), ('(Tengyueh),', 1), ('243-249', 2), ('Money,', 1), ('changing,', 1), ('95;', 1), ('remittance', 1), ('95', 1), ('70', 1), ('Morphia,', 1), ('imported,', 1), ('Moule,', 1), ('Moutot,', 1), ('148-150,', 1), ('(Santien),', 1), ('278,', 2), ('279', 3), ('275-278', 1), ('250,', 2), ('251', 1), ('Opium,', 1), ('exports', 1), ('46-48;', 1), ('3;', 1), ('45;', 1), ('73;', 1), ('41;', 2), ('----', 2), ('refuge,', 1), ('33;', 1), ('111,', 2), ('212;', 1), ('chairbearers', 1), ('94;', 1), ('219;', 1), ('appeal', 1), ('suppression,', 1), ('190,', 1), ("d'Orleans,", 1), ('Henri,', 1), ('148;', 1), ('Parricide', 1), ('69', 1), ('Prof.', 1), ('53,', 2), ('169,', 1), ('231', 1), ('manager,', 1), ('244', 1), ('commissioner,', 1), ('Pidgin-English,', 1), ('Piercy,', 1), ('Ping-shan-pa,', 1), ('13', 1), ('Pits', 1), ('Plague,', 1), ('bubonic,', 1), ('Pollard,', 1), ('Poppy,', 1), ('37,', 1), ('57,', 1), ('78,', 1), ('84,', 1), ('142;', 1), ('grown,', 1), ('46', 2), ('Post-offices,', 1), ('96', 2), ('Prisons', 1), ('209-211', 1), ('Punishments', 1), ('103,', 1), ('136,', 1), ('239', 1), ('193', 4), ('Pupiao,', 1), ('236;', 1), ('281', 2), ('Reade,', 1), ('Charles,', 1), ('209', 1), ('41,', 2), ('286', 1), ('Rockhill,', 1), ('280,', 1), ('Thomas,', 1), ('237-240', 1), ('259-263', 1), ('Schehleh,', 1), ('Scott,', 1), ('287,', 1), ('289', 1), ('Sengki-ping,', 1), ('Shang-kwan,', 1), ('252,', 2), ('256-269', 1), ('Shih-pao-chai,', 1), ('Shuichai,', 1), ('Shweli', 1), ('163;', 1), ('249', 1), ('218', 1), ('Sladen,', 1), ('267', 3), ('Small', 1), ('153', 1), ('212,', 1), ('269', 1), ('202,', 1), ('209,', 1), ('214,', 1), ('Soldiers,', 1), ('234,', 2), ('241,', 1), ('249;', 1), ('aspect,', 1), ('263;', 1), ('"Squeezing"', 1), ('151,', 1), ('152', 2), ('Stead,', 1), ('111;', 1), ('112', 1), ('62-75', 1), ('Swinburne,', 1), ('"country', 1), ('82;', 1), ('186;', 1), ('85-88;', 2), ('stronghold,', 1), ('64', 1), ('Taipingkai,', 1), ('263', 1), ('Taiping-pu,', 1), ('226', 1), ('258,', 1), ('94,', 1), ('Tak-wan-leo,', 1), ('92', 2), ('Talichao,', 1), ('202-219;', 1), ('86', 2), ('Tao[=u]en,', 1), ('116', 1), ('Hudson,', 1), ('68,', 1), ('70,', 2), ('46;', 1), ('67;', 1), ('68', 1), ('Telegraph,', 1), ('208;', 1), ('234;', 1), ('243-248;', 1), ('166-168;', 1), ('transfers,', 1), ('question,"', 1), ('247', 1), ('120-134;', 1), ('Tragedy', 1), ('220,', 1), ('Tremberth,', 1), ('101', 1), ('Tung-lo-hsia,', 1), ('Storrs,', 1), ('Sultan,', 1), ('203', 1), ('Voltaire,', 1), ('24-31', 1), ('Pelham,', 1), ('229,', 1), ('261,', 1), ('Widows,', 1), ('virtuous,', 1), ('52,', 1), ('78', 1), ('Wells,', 1), ('126,', 1), ('Williamson,', 1), ('223', 1), ('163-166', 1), ('180,', 1), ('181', 1), ('Woolston,', 1), ('Wuchang,', 1), ('253,', 1), ('254', 1), ('kweitze_",', 1), ('18,', 1), ('228,', 1), ('229', 1), ('Yu-ko,', 1), ('Imperialist', 1), ('general,', 1), ('203,', 1), ('19', 1), ('Yenwanshan,', 1), ('235', 1), ('147-183;', 1), ('Yunnanhsien,', 1), ('196', 1), ('SHOWING', 1), ('ROUTE', 1), ('SHANGHAI', 1), ('RANGOON.]', 1), ('Typographical', 1), ('text:', 1), ('Page', 65), ('vii:', 1), ('replaced', 60), ('ix:', 1), ('Teng-yueh', 1), ('8:', 1), ('Passport"', 2), ("Author's", 1), ('9:', 1), ('22:', 1), ('Kueichou', 2), ('29:', 1), ('mid-day', 2), ('midday;', 1), ('30:', 1), ('32:', 1), ('hill-sides', 1), ('33:', 1), ('tow-line', 1), ('34:', 1), ('Tung-to-hsia', 1), ('44:', 1), ('Chung-king', 3), ('47:', 1), ('Fuh-kien', 1), ('57:', 1), ('rape', 1), ('58:', 1), ('mainroad', 1), ('61:', 1), ('Comma', 3), ('"Chinese,', 1), ('who,"', 1), ('62:', 1), ('tow-rope', 1), ('63:', 1), ('Tali-fu', 2), ('64:', 1), ('trop', 1), ('materialistes', 1), ('italicised', 1), ('69:', 1), ('ling-chi', 1), ('Ling', 2), ('chi', 2), ('76:', 1), ('Semi-colon', 3), ('comma', 3), ('77:', 1), ('Takwan-hsien', 1), ('78:', 1), ('"yellow', 1), ('rape-seed"', 1), ('removed;', 1), ('half-penny', 1), ('91:', 1), ('Chen-tu', 1), ('96:', 1), ('97:', 1), ('105:', 1), ('111:', 1), ('trival', 1), ('118:', 1), ('main-road', 1), ('125:', 1), ('139:', 1), ('"other', 1), ('country"', 1), ('142:', 1), ('Kongshan', 1), ('149:', 1), ('150:', 1), ('Yesutang', 1), ('Yesu-tang', 1), ('154:', 1), ('Double', 1), ('(single', 1), ('story)', 1), ('155:', 1), ('Single', 1), ('"pretty', 1), ('safe"', 1), ('added;', 1), ('thick-neck', 1), ('thickneck', 1), ('156:', 1), ('Momein', 1), ('161:', 1), ('uncivilized', 1), ('civilization', 1), ('162:', 1), ('Dollar', 1), ('164:', 1), ('172:', 1), ('Muntze', 1), ('184:', 1), ('Tong-chuan', 1), ('186:', 1), ('Tai-ping', 1), ('190:', 1), ('barefoot"', 1), ('192:', 1), ('193:', 1), ("a'accord", 1), ("d'accord", 1), ('197:', 1), ('Question', 1), ('"...that', 1), ('doctor?"', 1), ('199:', 1), ('200:', 1), ('Yunnen', 1), ('204:', 1), ('Hsia-kwan', 1), ('206:', 1), ('Commas', 1), ('replied"', 1), ('"(you', 1), ('on)"', 1), ('208:', 1), ('Mahommedan', 1), ('219:', 1), ('Yung-chang', 2), ('220:', 1), ('230:', 1), ('splended', 1), ('233:', 1), ('Rivers;', 1), ('236:', 1), ('inn-keeper', 1), ('238:', 1), ('246:', 1), ('Yungchang;', 1), ('other"', 1), ('another"', 1), ('249:', 1), ('Yunnaness', 1), ('259:', 1), ('Liliputians', 1), ('270:', 1), ('stops', 1), ('294:', 1), ('Chunking', 1), ('295:', 1), ('Fenghsiang', 1), ('296:', 1), ('Lingchi', 1), ('298:', 1), ('Subtopics', 1), ('"Soldiers"', 1), ('semi-colons', 1), ('Inconsistent', 1), ('capitalisations', 1), ('Table', 1), ('Contents', 1), ('titles', 1), ('retained.', 1), ('Discrepancies', 1), ('captions', 1), ('illustrations', 2), ('retained,', 1), ('above.', 1), ('scans', 1), ('located', 5), ('processing', 2), ('book,', 1), ('List', 1), ('Illustrations', 1), ('preferred.', 1), ('Taouen', 1), ('unclear', 1), ('/u/,', 1), ('Tao[=u]en.', 1), ('Punctuation', 1), ('abbreviations', 1), ('(Mr.,', 1), ('Mrs.,', 1), ('s.', 1), (')', 1), ('standardised.', 1), ('Pounds,', 1), ('italicised.', 1), ('End', 1), ('END', 1), ('*****', 2), ('19172.txt', 1), ('19172.zip', 1), ('formats', 2), ('in:', 1), ('http://www.gutenberg.org/1/9/1/7/19172/', 1), ('Updated', 1), ('editions', 3), ('replace', 1), ('one--the', 1), ('renamed.', 1), ('Creating', 1), ('domain', 7), ('print', 1), ('owns', 2), ('Foundation', 14), ('(and', 1), ('you!)', 1), ('distribute', 5), ('royalties.', 1), ('Special', 1), ('rules,', 1), ('Terms', 2), ('Use', 2), ('license,', 2), ('copying', 2), ('Gutenberg-tm', 53), ('electronic', 27), ('GUTENBERG-tm', 1), ('concept', 2), ('trademark.', 3), ('trademark,', 3), ('eBooks,', 2), ('permission.', 1), ('eBook,', 1), ('complying', 3), ('easy.', 1), ('creation', 1), ('derivative', 3), ('reports,', 1), ('research.', 1), ('modified', 1), ('away--you', 1), ('ANYTHING', 1), ('eBooks.', 2), ('Redistribution', 1), ('trademark', 3), ('commercial', 1), ('redistribution.', 1), ('START:', 1), ('FULL', 2), ('LICENSE', 2), ('PLEASE', 1), ('READ', 1), ('BEFORE', 1), ('YOU', 6), ('DISTRIBUTE', 1), ('OR', 6), ('USE', 1), ('WORK', 1), ('promoting', 2), ('(or', 3), ('"Project', 5), ('Gutenberg"),', 1), ('comply', 6), ('(available', 1), ('http://gutenberg.org/license).', 1), ('Section', 7), ('Redistributing', 1), ('1.A.', 1), ('indicate', 1), ('read,', 1), ('understand,', 1), ('license', 1), ('(trademark/copyright)', 1), ('agreement.', 3), ('abide', 1), ('agreement,', 6), ('entity', 3), ('paragraph', 10), ('1.E.8.', 2), ('1.B.', 1), ('Gutenberg"', 4), ('See', 2), ('1.C', 1), ('works.', 5), ('1.E', 1), ('1.C.', 1), ('Literary', 13), ('Archive', 13), ('("the', 1), ('Foundation"', 1), ('PGLAF),', 1), ('compilation', 1), ('copying,', 2), ('distributing,', 1), ('performing,', 3), ('creating', 3), ('references', 2), ('removed.', 1), ('sharing', 1), ('compliance', 3), ('format', 4), ('1.D.', 1), ('Copyright', 1), ('countries', 1), ('downloading,', 1), ('displaying,', 2), ('status', 4), ('1.E.', 1), ('Gutenberg:', 1), ('1.E.1.', 2), ('sentence,', 1), ('links', 3), ('(any', 1), ('associated)', 1), ('accessed,', 1), ('displayed,', 1), ('performed,', 1), ('viewed,', 1), ('copied', 2), ('distributed:', 1), ('1.E.2.', 1), ('(does', 1), ('holder),', 1), ('fees', 2), ('redistributing', 1), ('providing', 4), ('appearing', 1), ('requirements', 2), ('paragraphs', 3), ('1.E.1', 3), ('1.E.7', 2), ('1.E.8', 2), ('1.E.9.', 3), ('1.E.3.', 1), ('holder,', 1), ('holder.', 1), ('Additional', 1), ('holder', 1), ('1.E.4.', 1), ('Do', 3), ('unlink', 1), ('detach', 1), ('Gutenberg-tm.', 1), ('1.E.5.', 1), ('display,', 1), ('perform,', 1), ('redistribute', 1), ('License.', 2), ('1.E.6.', 1), ('binary,', 1), ('compressed,', 1), ('nonproprietary', 1), ('proprietary', 1), ('hypertext', 1), ('form.', 2), ('However,', 1), ('"Plain', 2), ('Vanilla', 2), ('ASCII"', 2), ('version', 1), ('web', 3), ('(www.gutenberg.org),', 1), ('user,', 1), ('exporting', 1), ('request,', 1), ('alternate', 1), ('include', 1), ('1.E.7.', 1), ('viewing,', 1), ('-', 7), ('20%', 1), ('gross', 1), ('derive', 1), ('calculate', 1), ('applicable', 3), ('taxes.', 1), ('owner', 3), ('donate', 1), ('royalties', 1), ('Foundation.', 1), ('Royalty', 2), ('payments', 3), ('legally', 1), ('prepare)', 1), ('periodic', 1), ('tax', 6), ('"Information', 1), ('Foundation."', 1), ('user', 2), ('notifies', 1), ('e-mail)', 1), ('s/he', 1), ('discontinue', 1), ('provide,', 1), ('1.F.3,', 3), ('replacement', 3), ('Michael', 2), ('Hart,', 1), ('1.F.', 1), ('1.F.1.', 1), ('volunteers', 5), ('employees', 2), ('expend', 1), ('identify,', 1), ('proofread', 1), ('collection.', 1), ('stored,', 1), ('"Defects,"', 1), ('incomplete,', 1), ('corrupt', 1), ('data,', 1), ('transcription', 1), ('errors,', 1), ('infringement,', 1), ('damaged', 1), ('disk', 1), ('medium,', 2), ('computer', 2), ('virus,', 1), ('codes', 1), ('damage', 1), ('equipment.', 2), ('1.F.2.', 1), ('LIMITED', 3), ('WARRANTY,', 1), ('DISCLAIMER', 1), ('DAMAGES', 2), ('Except', 2), ('"Right', 1), ('Replacement', 1), ('Refund"', 1), ('Foundation,', 4), ('disclaim', 1), ('liability', 1), ('damages,', 1), ('legal', 2), ('fees.', 1), ('AGREE', 2), ('THAT', 2), ('HAVE', 1), ('NO', 2), ('REMEDIES', 1), ('FOR', 3), ('NEGLIGENCE,', 1), ('STRICT', 1), ('LIABILITY,', 1), ('BREACH', 2), ('WARRANTY', 1), ('CONTRACT', 1), ('EXCEPT', 1), ('THOSE', 1), ('PROVIDED', 1), ('PARAGRAPH', 1), ('F3.', 1), ('FOUNDATION,', 1), ('TRADEMARK', 1), ('OWNER,', 1), ('ANY', 3), ('DISTRIBUTOR', 1), ('UNDER', 1), ('AGREEMENT', 1), ('WILL', 1), ('NOT', 2), ('BE', 1), ('LIABLE', 1), ('ACTUAL,', 1), ('DIRECT,', 1), ('INDIRECT,', 1), ('CONSEQUENTIAL,', 1), ('PUNITIVE', 1), ('INCIDENTAL', 1), ('EVEN', 1), ('IF', 1), ('GIVE', 1), ('NOTICE', 1), ('POSSIBILITY', 1), ('SUCH', 1), ('DAMAGE.', 1), ('1.F.3.', 1), ('RIGHT', 1), ('REPLACEMENT', 1), ('REFUND', 1), ('any)', 1), ('from.', 1), ('explanation.', 1), ('elect', 1), ('lieu', 2), ('refund.', 2), ('electronically,', 1), ('choose', 1), ('electronically', 1), ('defective,', 1), ('fix', 1), ('1.F.4.', 1), ("'AS-IS'", 1), ('OTHER', 1), ('WARRANTIES', 2), ('KIND,', 1), ('EXPRESS', 1), ('IMPLIED,', 1), ('INCLUDING', 1), ('BUT', 1), ('MERCHANTIBILITY', 1), ('FITNESS', 1), ('PURPOSE.', 1), ('1.F.5.', 1), ('disclaimers', 1), ('implied', 1), ('warranties', 1), ('limitation', 3), ('damages.', 1), ('disclaimer', 2), ('violates', 1), ('maximum', 1), ('law.', 1), ('invalidity', 1), ('unenforceability', 1), ('void', 1), ('provisions.', 1), ('1.F.6.', 1), ('INDEMNITY', 1), ('indemnify', 1), ('owner,', 1), ('employee', 1), ('production,', 1), ('promotion', 1), ('harmless', 1), ('liability,', 1), ('fees,', 1), ('arise', 1), ('directly', 1), ('indirectly', 1), ('occur:', 1), ('(a)', 1), ('(b)', 1), ('alteration,', 1), ('modification,', 1), ('additions', 1), ('deletions', 1), ('(c)', 1), ('Defect', 1), ('cause.', 1), ('Information', 4), ('readable', 2), ('widest', 2), ('computers', 1), ('obsolete,', 1), ('middle-aged', 1), ('computers.', 1), ('Volunteers', 1), ('financial', 1), ("Gutenberg-tm's", 1), ('goals', 1), ('ensuring', 1), ('come.', 1), ('2001,', 1), ('created', 2), ('permanent', 1), ('help,', 1), ('Sections', 1), ('page', 2), ('http://www.pglaf.org.', 1), ('non', 1), ('501(c)(3)', 2), ('educational', 1), ('corporation', 1), ('organized', 1), ('Mississippi', 1), ('granted', 1), ('Revenue', 1), ("Foundation's", 3), ('EIN', 1), ('federal', 2), ('identification', 1), ('64-6221541.', 1), ('http://pglaf.org/fundraising.', 1), ('Contributions', 1), ('deductible', 1), ('U.S.', 3), ("state's", 1), ('laws.', 1), ('4557', 1), ('Melan', 1), ('Fairbanks,', 1), ('AK,', 1), ('99712.,', 1), ('locations.', 1), ('809', 1), ('Lake', 1), ('UT', 1), ('84116,', 1), ('(801)', 1), ('596-1887,', 1), ('email', 2), ('[email protected].', 1), ('Email', 1), ('contact', 3), ('http://pglaf.org', 2), ('information:', 1), ('Gregory', 1), ('Newby', 1), ('Executive', 1), ('Director', 1), ('[email protected]', 1), ('Donations', 2), ('accessible', 1), ('outdated', 1), ('($1', 1), ('$5,000)', 1), ('IRS.', 1), ('regulating', 1), ('charities', 1), ('charitable', 1), ('Compliance', 1), ('paperwork', 1), ('requirements.', 1), ('solicit', 2), ('locations', 1), ('confirmation', 1), ('compliance.', 1), ('SEND', 1), ('DONATIONS', 1), ('determine', 1), ('solicitation', 1), ('requirements,', 1), ('prohibition', 1), ('accepting', 1), ('unsolicited', 1), ('donors', 1), ('donate.', 1), ('International', 1), ('staff.', 1), ('Please', 1), ('Web', 3), ('donation', 1), ('addresses.', 1), ('checks,', 1), ('donations.', 1), ('donate,', 1), ('visit:', 1), ('http://pglaf.org/donate', 1), ('5.', 1), ('About', 1), ('Hart', 1), ('originator', 1), ('library', 1), ('anyone.', 1), ('eBooks', 3), ('network', 1), ('volunteer', 1), ('support.', 1), ('editions,', 1), ('Public', 1), ('Domain', 1), ('included.', 1), ('edition.', 1), ('PG', 1), ('facility:', 1), ('http://www.gutenberg.org', 1), ('Gutenberg-tm,', 1), ('subscribe', 1), ('newsletter', 1)])
sorted_dictionary = sorted(word_dictionary.items(), key=lambda x: x[1], reverse=True)
sorted_dictionary
[('the', 6458), ('of', 3507), ('and', 2450), ('in', 2165), ('to', 2151), ('a', 1991), ('is', 1113), ('was', 1062), ('with', 944), ('I', 876), ('that', 702), ('by', 632), ('for', 620), ('are', 570), ('as', 565), ('were', 548), ('his', 538), ('from', 508), ('he', 502), ('on', 502), ('The', 460), ('had', 446), ('at', 425), ('be', 406), ('it', 389), ('my', 385), ('Chinese', 377), ('which', 362), ('their', 360), ('not', 351), ('an', 335), ('who', 325), ('but', 321), ('we', 314), ('they', 311), ('all', 287), ('this', 283), ('me', 281), ('one', 274), ('have', 273), ('or', 266), ('been', 241), ('there', 238), ('has', 228), ('|', 218), ('than', 204), ('no', 203), ('into', 184), ('its', 180), ('two', 176), ('more', 174), ('China', 171), ('you', 163), ('It', 158), ('would', 154), ('him', 154), ('He', 153), ('when', 151), ('In', 138), ('could', 138), ('any', 138), ('where', 137), ('so', 135), ('only', 131), ('her', 129), ('men', 128), ('can', 126), ('under', 122), ('three', 121), ('most', 115), ('THE', 110), ('them', 110), ('our', 108), ('They', 108), ('if', 106), ('other', 105), ('China,', 104), ('being', 104), ('will', 103), ('city', 103), ('out', 102), ('A', 101), ('up', 100), ('over', 99), ('There', 98), ('little', 96), ('some', 93), ('We', 92), ('many', 91), ('every', 90), ('time', 89), ('down', 89), ('and,', 89), ('Yunnan', 89), ('through', 87), ('before', 86), ('cash', 82), ('did', 80), ('here', 80), ('us', 80), ('first', 79), ('very', 79), ('Project', 78), ('made', 77), ('At', 77), ('after', 76), ('But', 75), ('now', 74), ('cited,', 74), ('way', 73), ('long', 73), ('like', 73), ('do', 72), ('China.', 71), ('OF', 70), ('never', 70), ('see', 69), ('whose', 69), ('few', 68), ('river', 68), ('Mr.', 68), ('day', 67), ('even', 67), ('work', 67), ('man', 67), ('Chinese,', 66), ('upon', 66), ('may', 65), ('came', 65), ('Page', 65), ('years', 64), ('large', 64), ('great', 63), ('good', 63), ('then', 63), ('miles', 62), ('And', 62), ('well', 62), ('left', 61), ('among', 60), ('feet', 60), ('must', 60), ('road', 60), ('replaced', 60), ('still', 59), ('My', 59), ('me,', 58), ('Chinaman', 58), ('she', 58), ('poor', 57), ('Western', 56), ('missionary', 55), ('without', 55), ('each', 54), ('Gutenberg-tm', 53), ('while', 52), ('whom', 52), ('mission', 52), ('Yunnan,', 52), ('saw', 52), ('same', 51), ('Rev.', 51), ('always', 50), ('On', 50), ('This', 49), ('far', 48), ('journey', 48), ('such', 48), ('open', 48), ('gave', 48), ('passed', 48), ('small', 47), ('CHAPTER', 46), ('seen', 46), ('these', 46), ('should', 46), ('days', 46), ('room', 46), ('town', 46), ('people', 46), ('opium', 45), ('four', 45), ('me.', 45), ('round', 45), ('country', 44), ('till', 44), ('almost', 43), ('went', 43), ('own', 43), ('met', 43), ('Chungking', 43), ('Dr.', 43), ('All', 43), ('along', 42), ('much', 42), ('ever', 42), ('foreign', 42), ('carried', 42), ('what', 41), ('chief', 41), ('native', 41), ('above', 41), ('village', 41), ('province', 41), ('For', 40), ('another', 40), ('When', 40), ('missionaries', 40), ('those', 40), ('come', 40), ('known', 40), ('about', 40), ('temple', 40), ('go', 39), ('your', 39), ('says', 39), ('sent', 39), ('it,', 38), ('called', 38), ('city,', 38), ('yet', 38), ('against', 38), ('water', 38), ('because', 38), ('English', 37), ('given', 37), ('last', 37), ('said', 37), ('half', 37), ('hundred', 37), ('away', 36), ('paid', 36), ('between', 36), ('during', 35), ('told', 35), ('French', 35), ('Inland', 35), ('found', 35), ('again', 35), ('His', 35), ('both', 35), ('across', 35), ('often', 35), ('No', 35), ('AND', 34), ('ten', 34), ('done', 34), ('make', 34), ('take', 34), ('death', 34), ('inn', 34), ('give', 33), ('IN', 33), ('number', 33), ('brought', 33), ('river,', 33), ('Mission', 33), ('young', 33), ('full', 33), ('near', 33), ('old', 33), ('tea', 33), ('back', 32), ('One', 32), ('important', 32), ('traveller', 32), ('also', 32), ('built', 32), ('find', 32), ('having', 32), ('speak', 32), ('thus', 32), ('boat', 32), ('If', 32), ('As', 32), ('bamboo', 32), ('within', 32), ('off', 32), ('best', 32), ('li', 32), ('telegraph', 32), ('[Illustration:', 31), ('City', 31), ('morning', 31), ('early', 31), ('To', 31), ('might', 31), ('pretty', 31), ('coolies', 31), ('use', 30), ('Burma', 30), ('how', 30), ('Chinese.', 30), ('cannot', 30), ('case', 30), ('beyond', 30), ('England', 30), ('An', 29), ('five', 29), ('received', 29), ('per', 29), ('six', 29), ('British', 29), ('said,', 29), ('children', 29), ('present', 29), ('Their', 29), ('terms', 28), ('TO', 28), ('dressed', 28), ('though', 28), ('taken', 28), ('common', 28), ('charge', 28), ('bank', 28), ('say', 28), ('just', 28), ('gold', 28), ('himself', 28), ('mountain', 28), ('Tali', 28), ('it.', 27), ('year', 27), ('Mission,', 27), ('nearly', 27), ('From', 27), ('does', 27), ('heard', 27), ('high', 27), ('words', 27), ('city.', 27), ('cut', 27), ('main', 27), ('money', 27), ('electronic', 27), ('reached', 26), ('better', 26), ('distance', 26), ('works', 26), ('valley', 26), ('single', 26), ('Chaotong,', 26), ('CITY', 25), ('life', 25), ('less', 25), ('body', 25), ('men,', 25), ('night', 25), ('asked', 25), ('carry', 25), ('Burmese', 25), ('Shan', 24), ('course,', 24), ('since', 24), ('pay', 24), ('is,', 24), ('official', 24), ('part', 24), ('seemed', 24), ('beautiful', 24), ('dead', 24), ('set', 23), ('put', 23), ('pleasant', 23), ('women', 23), ('Christian', 23), ('crowd', 23), ('used', 23), ('rice', 23), ('silver', 23), ('Chungking,', 22), ('world', 22), ('foot', 22), ('kind', 22), ('am', 22), ('missionary,', 22), ('yamen', 22), ('become', 22), ('cash,', 22), ('entered', 22), ('She', 22), ('huge', 22), ('Then', 22), ('name', 22), ('opium,', 22), ('point', 22), ('day,', 22), ('rich', 22), ('instead', 22), ('street', 22), ('father', 22), ('God', 22), ('carrying', 22), ('living', 22), ('plain', 22), ('cost', 21), ('Yangtse', 21), ('Burma,', 21), ('look', 21), ('seven', 21), ('knew', 21), ('different', 21), ('return', 21), ('river.', 21), ('walls', 21), ('that,', 21), ('led', 21), ('either', 21), ('"The', 21), ('live', 21), ('new', 21), ('excellent', 21), ('chair', 21), ('Tali.', 21), ('*', 20), ('YUNNAN', 20), ('past', 20), ('too', 20), ('once', 20), ('capital', 20), ('numbers', 20), ('gathered', 20), ('Every', 20), ('coolie', 20), ('agreement', 20), ('face', 20), ('but,', 20), ('kept', 20), ('us,', 20), ('Government', 20), ('them.', 20), ('son', 20), ('path', 20), ('armed', 20), ('wall', 20), ('of,', 20), ('Gutenberg', 19), ('Imperial', 19), ('Shanghai', 19), ('frontier', 19), ('provinces', 19), ('charming', 19), ('way,', 19), ('need', 19), ('eight', 19), ('who,', 19), ('right', 19), ('land', 19), ('broad', 19), ('true', 19), ('walk', 19), ('took', 19), ('next', 19), ('rapid', 19), ('rather', 19), ('steep', 19), ('crossed', 19), ('home', 19), ('district', 19), ('already', 19), ('family', 19), ('town,', 19), ('formerly', 19), ('held', 19), ('Temple', 19), ('famous', 19), ('them,', 19), ('him,', 19), ('outside', 19), ('times', 19), ('Burma.', 18), ('spoke', 18), ('shall', 18), ('American', 18), ('United', 18), ('however,', 18), ('head', 18), ('going', 18), ('soon', 18), ('fifteen', 18), ('following', 18), ('woman', 18), ('100', 18), ('everywhere', 18), ('things', 18), ('twenty', 18), ('dozen', 18), ('stone', 18), ('wished', 18), ('Mohammedan', 18), ('man,', 18), ('houses', 18), ('later', 18), ('Li', 18), ('pony', 18), ('mule', 18), ('You', 17), ('CHINA', 17), ('River', 17), ('months', 17), ('hands', 17), ('centre', 17), ('trade', 17), ('thousand', 17), ('During', 17), ('order', 17), ('thirty', 17), ('engaged', 17), ('offered', 17), ('journey.', 17), ('Its', 17), ('doubt', 17), ('wife', 17), ('think', 17), ('narrow', 17), ('Szechuen', 17), ('white', 17), ('walked', 17), ('kindly', 17), ('p.', 17), ('gate', 17), ('word', 17), ('nothing', 17), ('sun', 17), ('visit', 17), ('Tongchuan,', 17), ('ON', 16), ('returned', 16), ('provided', 16), ('certain', 16), ('wide', 16), ('course', 16), ('hope', 16), ('steps', 16), ('military', 16), ('wish', 16), ('hour', 16), ('behind', 16), ('stopped', 16), ('below', 16), ('means', 16), ('third', 16), ('red', 16), ('method', 16), ('Chinaman,', 16), ('knowledge', 16), ('hill', 16), ('fifty', 16), ('occupied', 16), ('together', 16), ('leaving', 16), ('work,', 16), ('south', 16), ('soldier', 16), ('forth', 16), ('A.', 16), ('lost', 16), ('sold', 16), ('loads', 16), ('usually', 16), ('mud', 16), ('Bhamo', 16), ('Tengyueh', 16), ('shown', 15), ('FROM', 15), ('CHINESE', 15), ('population', 15), ('greater', 15), ('converts', 15), ('equal', 15), ('foreigner', 15), ('Missionary', 15), ('mission,', 15), ('written', 15), ('days.', 15), ('walled', 15), ('side', 15), ('west', 15), ('question', 15), ('us.', 15), ('price', 15), ('officials', 15), ('bridge', 15), ('house', 15), ('love', 15), ('road,', 15), ('fort', 15), ('bought', 15), ('became', 15), ('poppy', 15), ('distant', 15), ('place', 15), ('honour', 15), ('value', 15), ('admirable', 15), ('Suifu', 15), ('understand', 15), ('treated', 15), ('inn,', 15), ('Chaotong', 15), ('worth', 15), ('cross', 14), ('ago', 14), ('thought', 14), ('looked', 14), ('higher', 14), ('shelter', 14), ('immense', 14), ('private', 14), ('rare', 14), ('success', 14), ('let', 14), ('bring', 14), ('ordinary', 14), ('ready', 14), ('drawn', 14), ('stream', 14), ('"the', 14), ('especially', 14), ('eyes', 14), ('short', 14), ("day's", 14), ('night.', 14), ('boys', 14), ('seems', 14), ('human', 14), ('So', 14), ('sat', 14), ('towards', 14), ('time,', 14), ('pass', 14), ('temples', 14), ('wooden', 14), ('receive', 14), ('waiting', 14), ('average', 14), ('father,', 14), ('believed', 14), ('reward', 14), ('hundreds', 14), ('province,', 14), ('customs', 14), ('fields', 14), ('nine', 14), ('support', 14), ('cases', 14), ('believe', 14), ('eighteen', 14), ('cash.', 14), ('evening', 14), ('awful', 14), ('children,', 14), ('market', 14), ('town.', 14), ('him.', 14), ('power', 14), ('rebellion', 14), ('Tongchuan', 14), ('Bhamo,', 14), ('Foundation', 14), ('WITH', 13), ('then,', 13), ('tell', 13), ('officer', 13), ('Hankow', 13), ('handsome', 13), ('heathen', 13), ('Bible', 13), ('country.', 13), ('mile', 13), ('Szechuen,', 13), ('soldiers', 13), ('arrival', 13), ('Customs', 13), ('bank,', 13), ('hills', 13), ('or,', 13), ('laoban', 13), ('1000', 13), ('deep', 13), ('moment', 13), ('heart', 13), ('Two', 13), ('difficulty', 13), ('miles,', 13), ('level', 13), ('covered', 13), ('larger', 13), ('on.', 13), ('Many', 13), ('cent.', 13), ('friendly', 13), ('brave', 13), ('Yet', 13), ('That', 13), ('highest', 13), ('finest', 13), ('characteristic', 13), ('get', 13), ('experience', 13), ('cause', 13), ('By', 13), ('distinguished', 13), ('Monsieur', 13), ('opium.', 13), ('"I', 13), ('country,', 13), ('except', 13), ('fell', 13), ('seat', 13), ('weight', 13), ('further', 13), ('punishment', 13), ('husband', 13), ('greatest', 13), ('copyright', 13), ('rode', 13), ('Literary', 13), ('Archive', 13), ('SOME', 12), ('Kachin', 12), ('journey,', 12), ('European', 12), ('steamer', 12), ('form', 12), ('With', 12), ('public', 12), ('alone', 12), ('members', 12), ('de', 12), ('turn', 12), ('sixty', 12), ('which,', 12), ('fact', 12), ('taking', 12), ('days,', 12), ('(the', 12), ('Chungking.', 12), ('agree', 12), ('speaking', 12), ('superior', 12), ('close', 12), ('double', 12), ('rested', 12), ('formed', 12), ('English,', 12), ('Here', 12), ('splendid', 12), ('mother', 12), ('noble', 12), ('characters', 12), ('sides', 12), ('pointed', 12), ('Catholic', 12), ('years,', 12), ('nor', 12), ('rank', 12), ('showed', 12), ('offer', 12), ('here,', 12), ('accompanied', 12), ('indeed,', 12), ('hand', 12), ('difficult', 12), ('forty', 12), ('sight', 12), ('fine', 12), ('ground', 12), ('bed', 12), ('courtesy', 12), ('hot', 12), ('Suifu,', 12), ('lying', 12), ('system', 12), ('magistrate', 12), ('chairen', 12), ('hardly', 12), ('employed', 12), ('wonderful', 12), ('Tali,', 12), ('brother', 12), ('age', 12), ('paper', 12), ('priests', 12), ('donations', 12), ('Tengyueh,', 12), ('JOURNEY', 11), ('easily', 11), ('travel', 11), ('Japanese', 11), ('travelling', 11), ('say,', 11), ('valley,', 11), ('office', 11), ('erected', 11), ('probably', 11), ('strange', 11), ('Peking', 11), ('missionaries,', 11), ('prepared', 11), ('Our', 11), ('end', 11), ('remarkable', 11), ('turned', 11), ('current', 11), ('M.', 11), ('twelve', 11), ('afternoon', 11), ('black', 11), ('easy', 11), ('square', 11), ('standing', 11), ('laid', 11), ('second', 11), ('grass', 11), ('efforts', 11), ('passing', 11), ('on,', 11), ('But,', 11), ('low', 11), ('mountains', 11), ('reason', 11), ('rest', 11), ('raised', 11), ('These', 11), ('yellow', 11), ('know', 11), ('meet', 11), ('opened', 11), ('freely', 11), ('W.', 11), ('read', 11), ('knows', 11), ('lately', 11), ('frequently', 11), ('2000', 11), ('finished', 11), ('quite', 11), ('service', 11), ('occasion', 11), ('friend', 11), ('desire', 11), ('placed', 11), ('marked', 11), ('arrived', 11), ('possession', 11), ('streets', 11), ('Of', 11), ('millions', 11), ('person', 11), ('room,', 11), ('died', 11), ('state', 11), ('Emperor', 11), ('crowded', 11), ('sleep', 11), ('fertile', 11), ('table', 11), ('provide', 11), ('tells', 11), ('law', 11), ('term', 11), ('Yunnan.', 11), ('famine', 11), ('killed', 11), ('district.', 11), ('infanticide', 11), ('Laohwan', 11), ('Prefect', 11), ('descended', 11), ('access', 11), ('anyone', 10), ('REMARKS', 10), ('was,', 10), ('Hankow,', 10), ('tea,', 10), ('Yangtse,', 10), ('building', 10), ('English.', 10), ('trained', 10), ('itself', 10), ('Society,', 10), ('edge', 10), ('subject', 10), ('"It', 10), ('save', 10), ('junk', 10), ('6', 10), ('light', 10), ('dark', 10), ('waited', 10), ('lofty', 10), ('size', 10), ('lives', 10), ('girls', 10), ('girl', 10), ('favour', 10), ('doing', 10), ('filled', 10), ('myself', 10), ('stood', 10), ('board', 10), ('keep', 10), ('seem', 10), ('painted', 10), ('rarely', 10), ('line', 10), ('Upper', 10), ('permitted', 10), ('natural', 10), ('show', 10), ('gone', 10), ('boy', 10), ('bridge,', 10), ('refused', 10), ('condition', 10), ('obtain', 10), ('G.', 10), ('province.', 10), ('residence', 10), ('absence', 10), ('late', 10), ('equivalent', 10), ('water,', 10), ('Next', 10), ('miles.', 10), ('What', 10), ('rose', 10), ('H.', 10), ('Consul', 10), ('thousands', 10), ('Chang,', 10), ('themselves', 10), ('convert', 10), ('largely', 10), ('cast', 10), ('Pere', 10), ('dress', 10), ('powerful', 10), ('associated', 10), ('coolies,', 10), ('inns', 10), ('morning,', 10), ('ate', 10), ('party', 10), ('Chaotong.', 10), ('fee', 10), ('S.', 10), ('dying', 10), ('personal', 10), ('stages', 10), ('seated', 10), ('stage', 10), ('General', 10), ('villages', 10), ('gods', 10), ('spot', 10), ('images', 10), ('stranger', 10), ('age,', 10), ('instance', 10), ('priest', 10), ('broken', 10), ('die', 10), ('bones', 10), ('quickly', 10), ('future', 10), ('including', 10), ('150', 10), ('Captain', 10), ('escort', 10), ('Laotseng', 10), ('paragraph', 10), ('C.', 9), ('RIVER', 9), ('pleasure', 9), ('attached', 9), ('"My', 9), ('distributing', 9), ('Indian', 9), ('methods', 9), ('earnest', 9), ('making', 9), ('described', 9), ('feared', 9), ('converted', 9), ('entirely', 9), ('comfortable', 9), ('civilisation', 9), ('assured', 9), ('inland', 9), ('foot,', 9), ('accompany', 9), ('reach', 9), ('Wanhsien', 9), ('deeply', 9), ('junks', 9), ('working', 9), ('Australia,', 9), ('women,', 9), ...]
def count_words(textblock): wordlist = textblock.split() wordfreq = [] for word in wordlist: wordfreq.append(wordlist.count(word)) word_dictionary = dict(zip(wordlist, wordfreq)) sorted_dictionary = sorted(word_dictionary.items(), key=lambda x: x[1], reverse=True) return (sorted_dictionary)
count_words(content)
[('the', 6458), ('of', 3507), ('and', 2450), ('in', 2165), ('to', 2151), ('a', 1991), ('is', 1113), ('was', 1062), ('with', 944), ('I', 876), ('that', 702), ('by', 632), ('for', 620), ('are', 570), ('as', 565), ('were', 548), ('his', 538), ('from', 508), ('he', 502), ('on', 502), ('The', 460), ('had', 446), ('at', 425), ('be', 406), ('it', 389), ('my', 385), ('Chinese', 377), ('which', 362), ('their', 360), ('not', 351), ('an', 335), ('who', 325), ('but', 321), ('we', 314), ('they', 311), ('all', 287), ('this', 283), ('me', 281), ('one', 274), ('have', 273), ('or', 266), ('been', 241), ('there', 238), ('has', 228), ('|', 218), ('than', 204), ('no', 203), ('into', 184), ('its', 180), ('two', 176), ('more', 174), ('China', 171), ('you', 163), ('It', 158), ('would', 154), ('him', 154), ('He', 153), ('when', 151), ('In', 138), ('could', 138), ('any', 138), ('where', 137), ('so', 135), ('only', 131), ('her', 129), ('men', 128), ('can', 126), ('under', 122), ('three', 121), ('most', 115), ('THE', 110), ('them', 110), ('our', 108), ('They', 108), ('if', 106), ('other', 105), ('China,', 104), ('being', 104), ('will', 103), ('city', 103), ('out', 102), ('A', 101), ('up', 100), ('over', 99), ('There', 98), ('little', 96), ('some', 93), ('We', 92), ('many', 91), ('every', 90), ('time', 89), ('down', 89), ('and,', 89), ('Yunnan', 89), ('through', 87), ('before', 86), ('cash', 82), ('did', 80), ('here', 80), ('us', 80), ('first', 79), ('very', 79), ('Project', 78), ('made', 77), ('At', 77), ('after', 76), ('But', 75), ('now', 74), ('cited,', 74), ('way', 73), ('long', 73), ('like', 73), ('do', 72), ('China.', 71), ('OF', 70), ('never', 70), ('see', 69), ('whose', 69), ('few', 68), ('river', 68), ('Mr.', 68), ('day', 67), ('even', 67), ('work', 67), ('man', 67), ('Chinese,', 66), ('upon', 66), ('may', 65), ('came', 65), ('Page', 65), ('years', 64), ('large', 64), ('great', 63), ('good', 63), ('then', 63), ('miles', 62), ('And', 62), ('well', 62), ('left', 61), ('among', 60), ('feet', 60), ('must', 60), ('road', 60), ('replaced', 60), ('still', 59), ('My', 59), ('me,', 58), ('Chinaman', 58), ('she', 58), ('poor', 57), ('Western', 56), ('missionary', 55), ('without', 55), ('each', 54), ('Gutenberg-tm', 53), ('while', 52), ('whom', 52), ('mission', 52), ('Yunnan,', 52), ('saw', 52), ('same', 51), ('Rev.', 51), ('always', 50), ('On', 50), ('This', 49), ('far', 48), ('journey', 48), ('such', 48), ('open', 48), ('gave', 48), ('passed', 48), ('small', 47), ('CHAPTER', 46), ('seen', 46), ('these', 46), ('should', 46), ('days', 46), ('room', 46), ('town', 46), ('people', 46), ('opium', 45), ('four', 45), ('me.', 45), ('round', 45), ('country', 44), ('till', 44), ('almost', 43), ('went', 43), ('own', 43), ('met', 43), ('Chungking', 43), ('Dr.', 43), ('All', 43), ('along', 42), ('much', 42), ('ever', 42), ('foreign', 42), ('carried', 42), ('what', 41), ('chief', 41), ('native', 41), ('above', 41), ('village', 41), ('province', 41), ('For', 40), ('another', 40), ('When', 40), ('missionaries', 40), ('those', 40), ('come', 40), ('known', 40), ('about', 40), ('temple', 40), ('go', 39), ('your', 39), ('says', 39), ('sent', 39), ('it,', 38), ('called', 38), ('city,', 38), ('yet', 38), ('against', 38), ('water', 38), ('because', 38), ('English', 37), ('given', 37), ('last', 37), ('said', 37), ('half', 37), ('hundred', 37), ('away', 36), ('paid', 36), ('between', 36), ('during', 35), ('told', 35), ('French', 35), ('Inland', 35), ('found', 35), ('again', 35), ('His', 35), ('both', 35), ('across', 35), ('often', 35), ('No', 35), ('AND', 34), ('ten', 34), ('done', 34), ('make', 34), ('take', 34), ('death', 34), ('inn', 34), ('give', 33), ('IN', 33), ('number', 33), ('brought', 33), ('river,', 33), ('Mission', 33), ('young', 33), ('full', 33), ('near', 33), ('old', 33), ('tea', 33), ('back', 32), ('One', 32), ('important', 32), ('traveller', 32), ('also', 32), ('built', 32), ('find', 32), ('having', 32), ('speak', 32), ('thus', 32), ('boat', 32), ('If', 32), ('As', 32), ('bamboo', 32), ('within', 32), ('off', 32), ('best', 32), ('li', 32), ('telegraph', 32), ('[Illustration:', 31), ('City', 31), ('morning', 31), ('early', 31), ('To', 31), ('might', 31), ('pretty', 31), ('coolies', 31), ('use', 30), ('Burma', 30), ('how', 30), ('Chinese.', 30), ('cannot', 30), ('case', 30), ('beyond', 30), ('England', 30), ('An', 29), ('five', 29), ('received', 29), ('per', 29), ('six', 29), ('British', 29), ('said,', 29), ('children', 29), ('present', 29), ('Their', 29), ('terms', 28), ('TO', 28), ('dressed', 28), ('though', 28), ('taken', 28), ('common', 28), ('charge', 28), ('bank', 28), ('say', 28), ('just', 28), ('gold', 28), ('himself', 28), ('mountain', 28), ('Tali', 28), ('it.', 27), ('year', 27), ('Mission,', 27), ('nearly', 27), ('From', 27), ('does', 27), ('heard', 27), ('high', 27), ('words', 27), ('city.', 27), ('cut', 27), ('main', 27), ('money', 27), ('electronic', 27), ('reached', 26), ('better', 26), ('distance', 26), ('works', 26), ('valley', 26), ('single', 26), ('Chaotong,', 26), ('CITY', 25), ('life', 25), ('less', 25), ('body', 25), ('men,', 25), ('night', 25), ('asked', 25), ('carry', 25), ('Burmese', 25), ('Shan', 24), ('course,', 24), ('since', 24), ('pay', 24), ('is,', 24), ('official', 24), ('part', 24), ('seemed', 24), ('beautiful', 24), ('dead', 24), ('set', 23), ('put', 23), ('pleasant', 23), ('women', 23), ('Christian', 23), ('crowd', 23), ('used', 23), ('rice', 23), ('silver', 23), ('Chungking,', 22), ('world', 22), ('foot', 22), ('kind', 22), ('am', 22), ('missionary,', 22), ('yamen', 22), ('become', 22), ('cash,', 22), ('entered', 22), ('She', 22), ('huge', 22), ('Then', 22), ('name', 22), ('opium,', 22), ('point', 22), ('day,', 22), ('rich', 22), ('instead', 22), ('street', 22), ('father', 22), ('God', 22), ('carrying', 22), ('living', 22), ('plain', 22), ('cost', 21), ('Yangtse', 21), ('Burma,', 21), ('look', 21), ('seven', 21), ('knew', 21), ('different', 21), ('return', 21), ('river.', 21), ('walls', 21), ('that,', 21), ('led', 21), ('either', 21), ('"The', 21), ('live', 21), ('new', 21), ('excellent', 21), ('chair', 21), ('Tali.', 21), ('*', 20), ('YUNNAN', 20), ('past', 20), ('too', 20), ('once', 20), ('capital', 20), ('numbers', 20), ('gathered', 20), ('Every', 20), ('coolie', 20), ('agreement', 20), ('face', 20), ('but,', 20), ('kept', 20), ('us,', 20), ('Government', 20), ('them.', 20), ('son', 20), ('path', 20), ('armed', 20), ('wall', 20), ('of,', 20), ('Gutenberg', 19), ('Imperial', 19), ('Shanghai', 19), ('frontier', 19), ('provinces', 19), ('charming', 19), ('way,', 19), ('need', 19), ('eight', 19), ('who,', 19), ('right', 19), ('land', 19), ('broad', 19), ('true', 19), ('walk', 19), ('took', 19), ('next', 19), ('rapid', 19), ('rather', 19), ('steep', 19), ('crossed', 19), ('home', 19), ('district', 19), ('already', 19), ('family', 19), ('town,', 19), ('formerly', 19), ('held', 19), ('Temple', 19), ('famous', 19), ('them,', 19), ('him,', 19), ('outside', 19), ('times', 19), ('Burma.', 18), ('spoke', 18), ('shall', 18), ('American', 18), ('United', 18), ('however,', 18), ('head', 18), ('going', 18), ('soon', 18), ('fifteen', 18), ('following', 18), ('woman', 18), ('100', 18), ('everywhere', 18), ('things', 18), ('twenty', 18), ('dozen', 18), ('stone', 18), ('wished', 18), ('Mohammedan', 18), ('man,', 18), ('houses', 18), ('later', 18), ('Li', 18), ('pony', 18), ('mule', 18), ('You', 17), ('CHINA', 17), ('River', 17), ('months', 17), ('hands', 17), ('centre', 17), ('trade', 17), ('thousand', 17), ('During', 17), ('order', 17), ('thirty', 17), ('engaged', 17), ('offered', 17), ('journey.', 17), ('Its', 17), ('doubt', 17), ('wife', 17), ('think', 17), ('narrow', 17), ('Szechuen', 17), ('white', 17), ('walked', 17), ('kindly', 17), ('p.', 17), ('gate', 17), ('word', 17), ('nothing', 17), ('sun', 17), ('visit', 17), ('Tongchuan,', 17), ('ON', 16), ('returned', 16), ('provided', 16), ('certain', 16), ('wide', 16), ('course', 16), ('hope', 16), ('steps', 16), ('military', 16), ('wish', 16), ('hour', 16), ('behind', 16), ('stopped', 16), ('below', 16), ('means', 16), ('third', 16), ('red', 16), ('method', 16), ('Chinaman,', 16), ('knowledge', 16), ('hill', 16), ('fifty', 16), ('occupied', 16), ('together', 16), ('leaving', 16), ('work,', 16), ('south', 16), ('soldier', 16), ('forth', 16), ('A.', 16), ('lost', 16), ('sold', 16), ('loads', 16), ('usually', 16), ('mud', 16), ('Bhamo', 16), ('Tengyueh', 16), ('shown', 15), ('FROM', 15), ('CHINESE', 15), ('population', 15), ('greater', 15), ('converts', 15), ('equal', 15), ('foreigner', 15), ('Missionary', 15), ('mission,', 15), ('written', 15), ('days.', 15), ('walled', 15), ('side', 15), ('west', 15), ('question', 15), ('us.', 15), ('price', 15), ('officials', 15), ('bridge', 15), ('house', 15), ('love', 15), ('road,', 15), ('fort', 15), ('bought', 15), ('became', 15), ('poppy', 15), ('distant', 15), ('place', 15), ('honour', 15), ('value', 15), ('admirable', 15), ('Suifu', 15), ('understand', 15), ('treated', 15), ('inn,', 15), ('Chaotong', 15), ('worth', 15), ('cross', 14), ('ago', 14), ('thought', 14), ('looked', 14), ('higher', 14), ('shelter', 14), ('immense', 14), ('private', 14), ('rare', 14), ('success', 14), ('let', 14), ('bring', 14), ('ordinary', 14), ('ready', 14), ('drawn', 14), ('stream', 14), ('"the', 14), ('especially', 14), ('eyes', 14), ('short', 14), ("day's", 14), ('night.', 14), ('boys', 14), ('seems', 14), ('human', 14), ('So', 14), ('sat', 14), ('towards', 14), ('time,', 14), ('pass', 14), ('temples', 14), ('wooden', 14), ('receive', 14), ('waiting', 14), ('average', 14), ('father,', 14), ('believed', 14), ('reward', 14), ('hundreds', 14), ('province,', 14), ('customs', 14), ('fields', 14), ('nine', 14), ('support', 14), ('cases', 14), ('believe', 14), ('eighteen', 14), ('cash.', 14), ('evening', 14), ('awful', 14), ('children,', 14), ('market', 14), ('town.', 14), ('him.', 14), ('power', 14), ('rebellion', 14), ('Tongchuan', 14), ('Bhamo,', 14), ('Foundation', 14), ('WITH', 13), ('then,', 13), ('tell', 13), ('officer', 13), ('Hankow', 13), ('handsome', 13), ('heathen', 13), ('Bible', 13), ('country.', 13), ('mile', 13), ('Szechuen,', 13), ('soldiers', 13), ('arrival', 13), ('Customs', 13), ('bank,', 13), ('hills', 13), ('or,', 13), ('laoban', 13), ('1000', 13), ('deep', 13), ('moment', 13), ('heart', 13), ('Two', 13), ('difficulty', 13), ('miles,', 13), ('level', 13), ('covered', 13), ('larger', 13), ('on.', 13), ('Many', 13), ('cent.', 13), ('friendly', 13), ('brave', 13), ('Yet', 13), ('That', 13), ('highest', 13), ('finest', 13), ('characteristic', 13), ('get', 13), ('experience', 13), ('cause', 13), ('By', 13), ('distinguished', 13), ('Monsieur', 13), ('opium.', 13), ('"I', 13), ('country,', 13), ('except', 13), ('fell', 13), ('seat', 13), ('weight', 13), ('further', 13), ('punishment', 13), ('husband', 13), ('greatest', 13), ('copyright', 13), ('rode', 13), ('Literary', 13), ('Archive', 13), ('SOME', 12), ('Kachin', 12), ('journey,', 12), ('European', 12), ('steamer', 12), ('form', 12), ('With', 12), ('public', 12), ('alone', 12), ('members', 12), ('de', 12), ('turn', 12), ('sixty', 12), ('which,', 12), ('fact', 12), ('taking', 12), ('days,', 12), ('(the', 12), ('Chungking.', 12), ('agree', 12), ('speaking', 12), ('superior', 12), ('close', 12), ('double', 12), ('rested', 12), ('formed', 12), ('English,', 12), ('Here', 12), ('splendid', 12), ('mother', 12), ('noble', 12), ('characters', 12), ('sides', 12), ('pointed', 12), ('Catholic', 12), ('years,', 12), ('nor', 12), ('rank', 12), ('showed', 12), ('offer', 12), ('here,', 12), ('accompanied', 12), ('indeed,', 12), ('hand', 12), ('difficult', 12), ('forty', 12), ('sight', 12), ('fine', 12), ('ground', 12), ('bed', 12), ('courtesy', 12), ('hot', 12), ('Suifu,', 12), ('lying', 12), ('system', 12), ('magistrate', 12), ('chairen', 12), ('hardly', 12), ('employed', 12), ('wonderful', 12), ('Tali,', 12), ('brother', 12), ('age', 12), ('paper', 12), ('priests', 12), ('donations', 12), ('Tengyueh,', 12), ('JOURNEY', 11), ('easily', 11), ('travel', 11), ('Japanese', 11), ('travelling', 11), ('say,', 11), ('valley,', 11), ('office', 11), ('erected', 11), ('probably', 11), ('strange', 11), ('Peking', 11), ('missionaries,', 11), ('prepared', 11), ('Our', 11), ('end', 11), ('remarkable', 11), ('turned', 11), ('current', 11), ('M.', 11), ('twelve', 11), ('afternoon', 11), ('black', 11), ('easy', 11), ('square', 11), ('standing', 11), ('laid', 11), ('second', 11), ('grass', 11), ('efforts', 11), ('passing', 11), ('on,', 11), ('But,', 11), ('low', 11), ('mountains', 11), ('reason', 11), ('rest', 11), ('raised', 11), ('These', 11), ('yellow', 11), ('know', 11), ('meet', 11), ('opened', 11), ('freely', 11), ('W.', 11), ('read', 11), ('knows', 11), ('lately', 11), ('frequently', 11), ('2000', 11), ('finished', 11), ('quite', 11), ('service', 11), ('occasion', 11), ('friend', 11), ('desire', 11), ('placed', 11), ('marked', 11), ('arrived', 11), ('possession', 11), ('streets', 11), ('Of', 11), ('millions', 11), ('person', 11), ('room,', 11), ('died', 11), ('state', 11), ('Emperor', 11), ('crowded', 11), ('sleep', 11), ('fertile', 11), ('table', 11), ('provide', 11), ('tells', 11), ('law', 11), ('term', 11), ('Yunnan.', 11), ('famine', 11), ('killed', 11), ('district.', 11), ('infanticide', 11), ('Laohwan', 11), ('Prefect', 11), ('descended', 11), ('access', 11), ('anyone', 10), ('REMARKS', 10), ('was,', 10), ('Hankow,', 10), ('tea,', 10), ('Yangtse,', 10), ('building', 10), ('English.', 10), ('trained', 10), ('itself', 10), ('Society,', 10), ('edge', 10), ('subject', 10), ('"It', 10), ('save', 10), ('junk', 10), ('6', 10), ('light', 10), ('dark', 10), ('waited', 10), ('lofty', 10), ('size', 10), ('lives', 10), ('girls', 10), ('girl', 10), ('favour', 10), ('doing', 10), ('filled', 10), ('myself', 10), ('stood', 10), ('board', 10), ('keep', 10), ('seem', 10), ('painted', 10), ('rarely', 10), ('line', 10), ('Upper', 10), ('permitted', 10), ('natural', 10), ('show', 10), ('gone', 10), ('boy', 10), ('bridge,', 10), ('refused', 10), ('condition', 10), ('obtain', 10), ('G.', 10), ('province.', 10), ('residence', 10), ('absence', 10), ('late', 10), ('equivalent', 10), ('water,', 10), ('Next', 10), ('miles.', 10), ('What', 10), ('rose', 10), ('H.', 10), ('Consul', 10), ('thousands', 10), ('Chang,', 10), ('themselves', 10), ('convert', 10), ('largely', 10), ('cast', 10), ('Pere', 10), ('dress', 10), ('powerful', 10), ('associated', 10), ('coolies,', 10), ('inns', 10), ('morning,', 10), ('ate', 10), ('party', 10), ('Chaotong.', 10), ('fee', 10), ('S.', 10), ('dying', 10), ('personal', 10), ('stages', 10), ('seated', 10), ('stage', 10), ('General', 10), ('villages', 10), ('gods', 10), ('spot', 10), ('images', 10), ('stranger', 10), ('age,', 10), ('instance', 10), ('priest', 10), ('broken', 10), ('die', 10), ('bones', 10), ('quickly', 10), ('future', 10), ('including', 10), ('150', 10), ('Captain', 10), ('escort', 10), ('Laotseng', 10), ('paragraph', 10), ('C.', 9), ('RIVER', 9), ('pleasure', 9), ('attached', 9), ('"My', 9), ('distributing', 9), ('Indian', 9), ('methods', 9), ('earnest', 9), ('making', 9), ('described', 9), ('feared', 9), ('converted', 9), ('entirely', 9), ('comfortable', 9), ('civilisation', 9), ('assured', 9), ('inland', 9), ('foot,', 9), ('accompany', 9), ('reach', 9), ('Wanhsien', 9), ('deeply', 9), ('junks', 9), ('working', 9), ('Australia,', 9), ('women,', 9), ...]
count_words(content.lower())
[('the', 7028), ('of', 3588), ('and', 2546), ('in', 2336), ('to', 2210), ('a', 2092), ('is', 1114), ('was', 1063), ('with', 969), ('i', 876), ('that', 717), ('for', 663), ('he', 655), ('by', 648), ('as', 600), ('his', 573), ('are', 570), ('on', 568), ('from', 550), ('were', 549), ('it', 547), ('at', 508), ('had', 450), ('my', 444), ('they', 419), ('be', 407), ('we', 406), ('but', 397), ('chinese', 392), ('their', 389), ('an', 368), ('which', 364), ('not', 355), ('this', 338), ('there', 336), ('all', 330), ('who', 327), ('one', 306), ('me', 283), ('have', 275), ('or', 272), ('been', 241), ('no', 240), ('has', 228), ('|', 218), ('than', 204), ('its', 201), ('two', 191), ('when', 191), ('china', 189), ('into', 188), ('you', 186), ('more', 178), ('city', 159), ('him', 156), ('would', 154), ('so', 149), ('any', 144), ('where', 142), ('could', 141), ('if', 139), ('only', 135), ('her', 133), ('men', 129), ('can', 128), ('three', 126), ('under', 125), ('most', 120), ('our', 119), ('some', 113), ('every', 110), ('other', 110), ('them', 110), ('yunnan', 109), ('being', 106), ('china,', 105), ('will', 104), ('many', 104), ('little', 103), ('over', 102), ('out', 102), ('up', 100), ('and,', 95), ('river', 94), ('before', 93), ('here', 92), ('down', 91), ('through', 91), ('time', 90), ('mission', 87), ('after', 85), ('then', 85), ('cash', 83), ('project', 82), ('now', 82), ('long', 80), ('did', 80), ('like', 80), ('she', 80), ('very', 80), ('us', 80), ('first', 79), ('made', 77), ('few', 76), ('china.', 75), ('do', 75), ('may', 74), ('never', 74), ('cited,', 74), ('way', 73), ('even', 73), ('see', 71), ('great', 70), ('missionary', 70), ('upon', 69), ('mr.', 69), ('work', 69), ('whose', 69), ('day', 68), ('man', 68), ('page', 67), ('chinese,', 66), ('good', 66), ('among', 66), ('large', 66), ('western', 65), ('temple', 65), ('came', 65), ('road', 64), ('years', 64), ('miles', 63), ('feet', 62), ('well', 62), ('while', 61), ('left', 61), ('poor', 61), ('still', 61), ('journey', 60), ('must', 60), ('replaced', 60), ('me,', 58), ('chinaman', 58), ('these', 57), ('each', 56), ('without', 56), ('such', 54), ('gutenberg-tm', 54), ('opium', 52), ('during', 52), ('whom', 52), ('yunnan,', 52), ('saw', 52), ('far', 51), ('what', 51), ('yet', 51), ('same', 51), ('rev.', 51), ('chapter', 50), ('always', 50), ('li', 50), ('gave', 49), ('missionaries', 49), ('city,', 49), ('should', 49), ('chungking', 48), ('town', 48), ('small', 48), ('four', 48), ('open', 48), ('passed', 48), ('about', 47), ('seen', 47), ('people', 47), ('inland', 46), ('another', 46), ('chief', 46), ('days', 46), ('room', 46), ('foreign', 45), ('me.', 45), ('round', 45), ('mission,', 44), ('province', 44), ('country', 44), ('till', 44), ('almost', 43), ('along', 43), ('went', 43), ('own', 43), ('met', 43), ('those', 43), ('dr.', 43), ('last', 42), ('much', 42), ('ever', 42), ('native', 42), ('carried', 42), ('above', 41), ('village', 41), ('go', 40), ('river,', 40), ('come', 40), ('known', 40), ('full', 40), ('near', 39), ('your', 39), ('called', 39), ('between', 39), ('water', 39), ('says', 39), ('because', 39), ('sent', 39), ('it,', 38), ('away', 38), ('against', 38), ('half', 38), ('both', 38), ('hundred', 38), ('across', 37), ('english', 37), ('french', 37), ('given', 37), ('said', 37), ('beyond', 36), ('how', 36), ('paid', 36), ('ten', 36), ('found', 36), ('thus', 36), ('often', 36), ('told', 35), ('again', 35), ('"the', 35), ('within', 35), ('take', 35), ('old', 35), ('death', 35), ('telegraph', 35), ('give', 34), ('five', 34), ('done', 34), ('make', 34), ('early', 34), ('inn', 34), ('tea', 34), ('use', 33), ('burma', 33), ('back', 33), ('number', 33), ('brought', 33), ('young', 33), ('gold', 33), ('bamboo', 33), ('city.', 33), ('coolies', 33), ('children', 32), ('important', 32), ('traveller', 32), ('also', 32), ('built', 32), ('find', 32), ('having', 32), ('speak', 32), ('boat', 32), ('off', 32), ('best', 32), ('[illustration:', 31), ('high', 31), ('six', 31), ('money', 31), ('just', 31), ('morning', 31), ('but,', 31), ('might', 31), ('pretty', 31), ('terms', 30), ('chaotong,', 30), ('bank', 30), ('chinese.', 30), ('charge', 30), ('cannot', 30), ('case', 30), ('present', 30), ('valley', 30), ('england', 30), ('mountain', 30), ('words', 29), ('main', 29), ('though', 29), ('received', 29), ('per', 29), ('british', 29), ('nearly', 29), ('next', 29), ('said,', 29), ('god', 29), ('dressed', 28), ('taken', 28), ('common', 28), ('say', 28), ('himself', 28), ('tali', 28), ('since', 27), ('it.', 27), ('year', 27), ('distance', 27), ('does', 27), ('customs', 27), ('heard', 27), ('cut', 27), ('rice', 27), ('single', 27), ('electronic', 27), ('yangtse', 26), ('shan', 26), ('life', 26), ('reached', 26), ('better', 26), ('works', 26), ('silver', 26), ('women', 25), ('look', 25), ('yamen', 25), ('less', 25), ('body', 25), ('part', 25), ('men,', 25), ('night', 25), ('beautiful', 25), ('asked', 25), ('carry', 25), ('burmese', 25), ('dead', 25), ('set', 24), ('chungking,', 24), ('course,', 24), ('pay', 24), ('is,', 24), ('official', 24), ('pleasant', 24), ('seemed', 24), ('son', 24), ('new', 24), ('gate', 23), ('name', 23), ('put', 23), ('seven', 23), ('christian', 23), ('leaving', 23), ('huge', 23), ('opium,', 23), ('government', 23), ('rich', 23), ('crowd', 23), ('used', 23), ('father', 23), ('gutenberg', 22), ('wall', 22), ('south', 22), ('world', 22), ('foot', 22), ('kind', 22), ('too', 22), ('am', 22), ('missionary,', 22), ('become', 22), ('cash,', 22), ('river.', 22), ('entered', 22), ('point', 22), ('day,', 22), ('instead', 22), ('street', 22), ('excellent', 22), ('carrying', 22), ('living', 22), ('plain', 22), ('cost', 21), ('famous', 21), ('provinces', 21), ('burma,', 21), ('already', 21), ('knew', 21), ('different', 21), ('return', 21), ('agreement', 21), ('everywhere', 21), ('walls', 21), ('that,', 21), ('led', 21), ('either', 21), ('live', 21), ('nothing', 21), ('chair', 21), ('tali.', 21), ('outside', 21), ('*', 20), ('imperial', 20), ('behind', 20), ('shanghai', 20), ('past', 20), ('once', 20), ('capital', 20), ('numbers', 20), ('gathered', 20), ('right', 20), ('coolie', 20), ('face', 20), ('kept', 20), ('us,', 20), ('them.', 20), ('path', 20), ('armed', 20), ('word', 20), ('of,', 20), ('tongchuan,', 19), ('szechuen', 19), ('frontier', 19), ('charming', 19), ('way,', 19), ('need', 19), ('eight', 19), ('united', 19), ('however,', 19), ('let', 19), ('order', 19), ('who,', 19), ('land', 19), ('broad', 19), ('true', 19), ('walk', 19), ('took', 19), ('rapid', 19), ('rather', 19), ('west', 19), ('steep', 19), ('crossed', 19), ('twenty', 19), ('home', 19), ('man,', 19), ('district', 19), ('houses', 19), ('family', 19), ('town,', 19), ('formerly', 19), ('held', 19), ('p.', 19), ('them,', 19), ('him,', 19), ('times', 19), ('general', 18), ('suifu', 18), ('fort', 18), ('bridge', 18), ('burma.', 18), ('spoke', 18), ('shall', 18), ('trade', 18), ('american', 18), ('hope', 18), ('head', 18), ('military', 18), ('thirty', 18), ('going', 18), ('soon', 18), ('fifteen', 18), ('following', 18), ('woman', 18), ('100', 18), ('below', 18), ('things', 18), ('dozen', 18), ('stone', 18), ('wished', 18), ('mohammedan', 18), ('later', 18), ('pony', 18), ('mule', 18), ('power', 17), ('chaotong', 17), ('tongchuan', 17), ('soldiers', 17), ('bhamo', 17), ('tengyueh', 17), ('provided', 17), ('months', 17), ('hands', 17), ('centre', 17), ('thousand', 17), ('engaged', 17), ('offered', 17), ('journey.', 17), ('doubt', 17), ('wife', 17), ('think', 17), ('narrow', 17), ('towards', 17), ('hung', 17), ('red', 17), ('house', 17), ('province,', 17), ('white', 17), ('walked', 17), ('poppy', 17), ('kindly', 17), ('sun', 17), ('visit', 17), ('magistrate', 17), ('bhamo,', 16), ('returned', 16), ('certain', 16), ('wide', 16), ('course', 16), ('population', 16), ('converts', 16), ('steps', 16), ('wish', 16), ('hour', 16), ('boys', 16), ('stopped', 16), ('question', 16), ('means', 16), ('third', 16), ('method', 16), ('chinaman,', 16), ('foundation', 16), ('knowledge', 16), ('hill', 16), ('fifty', 16), ('occupied', 16), ('together', 16), ('work,', 16), ('soldier', 16), ('forth', 16), ('a.', 16), ('lost', 16), ('except', 16), ('sold', 16), ('loads', 16), ('usually', 16), ('mud', 16), ('shown', 15), ('hankow', 15), ('monsieur', 15), ('infanticide', 15), ('then,', 15), ('hills', 15), ('captain', 15), ('private', 15), ('greater', 15), ('success', 15), ('equal', 15), ('foreigner', 15), ('written', 15), ('days.', 15), ('walled', 15), ('superior', 15), ('side', 15), ('human', 15), ('us.', 15), ('price', 15), ('pass', 15), ('officials', 15), ('temples', 15), ('brave', 15), ('love', 15), ('road,', 15), ('hundreds', 15), ('bought', 15), ('became', 15), ('nine', 15), ('distant', 15), ('place', 15), ('cases', 15), ('honour', 15), ('eighteen', 15), ('value', 15), ('admirable', 15), ('understand', 15), ('treated', 15), ('inn,', 15), ('worth', 15), ('donations', 15), ('tali,', 14), ('pagoda', 14), ('cross', 14), ('ago', 14), ('thought', 14), ('looked', 14), ('higher', 14), ('shelter', 14), ('immense', 14), ('rare', 14), ('board', 14), ('de', 14), ('bring', 14), ('ordinary', 14), ('ready', 14), ('drawn', 14), ('(the', 14), ('stream', 14), ('girls', 14), ('agree', 14), ('especially', 14), ('eyes', 14), ('short', 14), ('close', 14), ("day's", 14), ('night.', 14), ('deep', 14), ('seems', 14), ('sat', 14), ('splendid', 14), ('time,', 14), ('here,', 14), ('rarely', 14), ('wooden', 14), ('receive', 14), ('waiting', 14), ('average', 14), ('father,', 14), ('believed', 14), ('reward', 14), ('fields', 14), ('indeed,', 14), ('mission.', 14), ('support', 14), ('forty', 14), ('believe', 14), ('cash.', 14), ('evening', 14), ('awful', 14), ('children,', 14), ('market', 14), ('town.', 14), ('him.', 14), ('rebellion', 14), ('copyright', 14), ('travel', 13), ('view', 13), ('mountains', 13), ('tell', 13), ('officer', 13), ('handsome', 13), ('public', 13), ('heathen', 13), ('bible', 13), ('turn', 13), ('country.', 13), ('mile', 13), ('end', 13), ('szechuen,', 13), ('arrival', 13), ('chungking.', 13), ('bank,', 13), ('speaking', 13), ('or,', 13), ('double', 13), ('laoban', 13), ('1000', 13), ('middle', 13), ('moment', 13), ('heart', 13), ('difficulty', 13), ('upper', 13), ('miles,', 13), ('level', 13), ('covered', 13), ('larger', 13), ('on.', 13), ('cent.', 13), ('friendly', 13), ('catholic', 13), ('temple,', 13), ('nor', 13), ('highest', 13), ('finest', 13), ('characteristic', 13), ('get', 13), ('experience', 13), ('cause', 13), ('states', 13), ('distinguished', 13), ('opium.', 13), ('boundary', 13), ('"i', 13), ('country,', 13), ('fell', 13), ('state', 13), ('hot', 13), ('seat', 13), ('weight', 13), ('further', 13), ('punishment', 13), ('brother', 13), ('husband', 13), ('greatest', 13), ('age', 13), ('priests', 13), ('rode', 13), ('literary', 13), ('archive', 13), ('inns', 12), ('remarks', 12), ('female', 12), ('consul', 12), ('stage', 12), ('memorial', 12), ('kachin', 12), ('journey,', 12), ('european', 12), ('steamer', 12), ('form', 12), ('missionaries,', 12), ('alone', 12), ('members', 12), ('sixty', 12), ('which,', 12), ('"it', 12), ('fact', 12), ('taking', 12), ('days,', 12), ('twelve', 12), ('light', 12), ('black', 12), ('standing', 12), ('rested', 12), ('formed', 12), ('english,', 12), ('painted', 12), ('mother', 12), ('again,', 12), ('noble', 12), ('characters', 12), ('march', 12), ('sides', 12), ('pointed', 12), ('years,', 12), ('read', 12), ('rank', 12), ('showed', 12), ('late', 12), ('frequently', 12), ('offer', 12), ('accompanied', 12), ('hand', 12), ('streets', 12), ('difficult', 12), ('sight', 12), ('fine', 12), ('ground', 12), ('bed', 12), ('courtesy', 12), ('table', 12), ('suifu,', 12), ('lying', 12), ('system', 12), ('chairen', 12), ('hardly', 12), ('employed', 12), ('term', 12), ('yunnan.', 12), ('wonderful', 12), ('famine', 12), ('paper', 12), ('prefect', 12), ('tengyueh,', 12), ('anyone', 11), ('license', 11), ('distributed', 11), ('wanhsien', 11), ('talifu', 11), ('suspension', 11), ('easily', 11), ('japanese', 11), ('travelling', 11), ('say,', 11), ('valley,', 11), ('office', 11), ('erected', 11), ('probably', 11), ('strange', 11), ('peking', 11), ('prepared', 11), ('remarkable', 11), ('turned', 11), ('current', 11), ('m.', 11), ('afternoon', 11), ('lofty', 11), ('easy', 11), ('square', 11), ('laid', 11), ('second', 11), ('grass', 11), ('efforts', 11), ('passing', 11), ('on,', 11), ('low', 11), ('reason', 11), ('rest', 11), ('raised', 11), ('natural', 11), ('yellow', 11), ('know', 11), ('meet', 11), ('opened', 11), ('freely', 11), ('w.', 11), ('province.', 11), ('knows', 11), ('lately', 11), ('2000', 11), ('finished', 11), ('quite', 11), ('service', 11), ('occasion', 11), ('friend', 11), ('desire', 11), ('none', 11), ('placed', 11), ('marked', 11), ('arrived', 11), ('possession', 11), ('millions', 11), ('person', 11), ('room,', 11), ('died', 11), ('emperor', 11), ('crowded', 11), ('sleep', 11), ('fertile', 11), ('provide', 11), ('goddess', 11), ('tells', 11), ('s.', 11), ('law', 11), ('villages', 11), ('food', 11), ('killed', 11), ('district.', 11), ('laohwan', 11), ('including', 11), ('descended', 11), ('access', 11), ('paragraph', 11), ('arsenal', 10), ('scene', 10), ('jensen', 10), ('was,', 10), ('"my', 10), ('hankow,', 10), ('tea,', 10), ('yangtse,', 10), ('building', 10), ('anti-foreign', 10), ('hong', 10), ('english.', 10), ('trained', 10), ('free', 10), ('itself', 10), ('society,', 10), ('medical', 10), ('civilisation', 10), ('edge', 10), ('service.', 10), ('subject', 10), ('save', 10), ('junk', 10), ('6', 10), ('dark', 10), ('waited', 10), ('junks', 10), ('size', 10), ('lives', 10), ('girl', 10), ('favour', 10), ('doing', 10), ('filled', 10), ('myself', 10), ('this,', 10), ('stood', 10), ('keep', 10), ('seem', 10), ('salt', 10), ('several', 10), ('line', 10), ('permitted', 10), ('show', 10), ('gone', 10), ('boy', 10), ('bridge,', 10), ('refused', 10), ('condition', 10), ('"if', 10), ('obtain', 10), ('g.', 10), ('"a', 10), ('residence', 10), ('absence', 10), ('seeing', 10), ('equivalent', 10), ('water,', 10), ('miles.', 10), ('rose', 10), ('mounted', 10), ('h.', 10), ('lay', 10), ('thousands', 10), ('chang,', 10), ('themselves', 10), ('convert', 10), ('largely', 10), ('cast', 10), ('pere', 10), ('dress', 10), ('ponies', 10), ('powerful', 10), ('governor', 10), ('associated', 10), ('coolies,', 10), ('morning,', 10), ('ate', 10), ('party', 10), ('chaotong.', 10), ('fee', 10), ('dying', 10), ('personal', 10), ('stages', 10), ('seated', 10), ('afterwards', 10), ('gods', 10), ('spot', 10), ('images', 10), ('stranger', 10), ('age,', 10), ('coming', 10), ('instance', 10), ('priest', 10), ('broken', 10), ('die', 10), ('bones', 10), ('quickly', 10), ('future', 10), ('150', 10), ('escort', 10), ('colonel', 10), ('laotseng', 10), ('australian', 9), ('character', 9), ('wanhsien,', 9), ('banks', 9), ('salween', 9), ('c.', 9), ('viceroy', 9), ('inside', 9), ('rough', 9), ('pleasure', 9), ('attached', 9), ('"but', 9), ('distributing', 9), ('indian', 9), ('viceroy,', 9), ('methods', 9), ('earnest', 9), ('making', 9), ('described', 9), ('feared', 9), ('comfort', 9), ('church', 9), ('converted', 9), ('entirely', 9), ('comfortable', 9), ('assured', 9), ('foot,', 9), ('accompany', 9), ('reach', 9), ('deeply', 9), ('working', 9), ('australia,', 9), ('women,', 9), ('virtue', 9), ('bound', 9), ('escape', 9), ('felt', 9), ('length', 9), ('hold', 9), ('began', 9), ('truth', 9), ('whether', 9), ('worked', 9), ('others', 9), ('eighty', 9), ('looking', 9), ('eye', 9), ('fingers', 9), ('collected', 9), ('opinion', 9), ('climbed', 9), ('court', 9), ...]
import re
no_punct = re.sub(r'[^\w\s]', '', content)
no_punct
'Project Gutenbergs An Australian in China by George Ernest Morrison\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever You may copy it give it away or\nreuse it under the terms of the Project Gutenberg License included\nwith this eBook or online at wwwgutenbergorg\n\n\nTitle An Australian in China\n Being the Narrative of a Quiet Journey Across China to Burma\n\nAuthor George Ernest Morrison\n\nRelease Date September 4 2006 EBook 19172\n\nLanguage English\n\nCharacter set encoding ASCII\n\n START OF THIS PROJECT GUTENBERG EBOOK AN AUSTRALIAN IN CHINA \n\n\n\n\nProduced by Thierry Alberto and the Online Distributed\nProofreading Team at httpwwwpgdpnet\n\n\n\n\n\n \n \n Transcribers Note \n \n Obvious typographical errors have been corrected in \n this text For a complete list please see the bottom of \n this document \n \n Macrons are shown as o and u \n \n \n\n \n\nIllustration THE AUTHOR IN WESTERN CHINA\n\n\nAN AUSTRALIAN IN CHINA\n\nBEING THE NARRATIVE OF A QUIET JOURNEY ACROSS CHINA TO BURMA\n\nBY GEORGE ERNEST MORRISON MD EDIN FRGS\n\n\n_THIRD EDITION_\n\nLONDON HORACE COX WINDSOR HOUSE BREAMS BUILDINGS EC\n\nMDCCCCII\n\n\nTO\n\nJOHN CHIENE MD\n\nFRCSE FRSE ETC\n\nPROFESSOR OF SURGERY IN THE UNIVERSITY OF EDINBURGH\n\nWHO GAVE ME BACK THE POWER OF LOCOMOTION\n\nI GRATEFULLY\n\nINSCRIBE THIS VOLUME\n\n\n\n\nCONTENTS\n\n\n\n CHAPTER I PAGES\n INTRODUCTORYMAINLY ABOUT MISSIONARIES AND THE CITY\n OF HANKOW 111\n\n CHAPTER II\n FROM HANKOW TO WANHSIEN WITH SOME ACCOUNT OF\n CHINESE WOMEN AND THE RAPIDS OF THE YANGTSE 1223\n\n CHAPTER III\n THE CITY OF WANHSIEN AND THE JOURNEY FROM WANHSIEN\n TO CHUNGKING 2434\n\n CHAPTER IV\n THE CITY OF CHUNGKINGTHE CHINESE CUSTOMSTHE\n FAMOUS MONSIEUR HAAS AND A FEW WORDS ON\n THE OPIUM FALLACY 3549\n\n CHAPTER V\n THE JOURNEY FROM CHUNGKING TO SUIFUCHINESE INNS 5062\n\n CHAPTER VI\n THE CITY OF SUIFUTHE CHINA INLAND MISSION WITH\n SOME GENERAL REMARKS ABOUT MISSIONARIES IN CHINA 6375\n\n CHAPTER VII\n SUIFU TO CHAOTONG WITH SOME REMARKS ON THE\n PROVINCE OF YUNNANCHINESE PORTERS POSTAL\n ARRANGEMENTS AND BANKS 7696\n\n CHAPTER VIII\n THE CITY OF CHAOTONG WITH SOME REMARKS ON ITS\n POVERTY INFANTICIDE SELLING FEMALE CHILDREN\n INTO SLAVERY TORTURES AND THE CHINESE INSENSIBILITY\n TO PAIN 97106\n\n CHAPTER IX\n MAINLY ABOUT CHINESE DOCTORS 107114\n\n CHAPTER X\n THE JOURNEY FROM CHAOTONG TO TONGCHUAN 115124\n\n CHAPTER XI\n THE CITY OF TONGCHUAN WITH SOME REMARKS UPON\n INFANTICIDE 125134\n\n CHAPTER XII\n TONGCHUAN TO YUNNAN CITY 135147\n\n CHAPTER XIII\n AT YUNNAN CITY 148157\n\n CHAPTER XIV\n GOLD BANKS AND TELEGRAPHS IN YUNNAN 158170\n\n CHAPTER XV\n THE FRENCH MISSION AND THE ARSENAL IN YUNNAN CITY 171182\n\n CHAPTER XVI\n THE JOURNEY FROM YUNNAN CITY TO TALIFU 183201\n\n CHAPTER XVII\n THE CITY OF TALIPRISONSPOISONINGPLAGUES AND\n MISSIONS 202217\n\n CHAPTER XVIII\n THE JOURNEY FROM TALI WITH SOME REMARKS ON THE\n CHARACTER OF THE CANTONESE CHINESE EMIGRANTS\n CRETINS AND WIFEBEATING IN CHINA 218232\n\n CHAPTER XIX\n THE MEKONG AND SALWEEN RIVERSHOW TO TRAVEL\n IN CHINA 233243\n\n CHAPTER XX\n THE CITY OF TENGYUEHTHE CELEBRATED WUNTHO\n SAWBWASHAN SOLDIERS 244259\n\n CHAPTER XXI\n THE SHAN TOWN OF SANTA AND MANYUEN THE SCENE\n OF CONSUL MARGARYS MURDER 260269\n\n CHAPTER XXII\n CHINA AS A FIGHTING POWERTHE KACHINSAND THE\n LAST STAGE INTO BHAMO 270281\n\n CHAPTER XXIII\n BHAMO MANDALAY RANGOON AND CALCUTTA 282291\n\n\n\n\nILLUSTRATIONS\n\n_Mostly from Photographs by_ MR C JENSEN _of the Imperial Chinese\nTelegraphs_\n\n\n THE AUTHOR IN WESTERN CHINA _Frontispiece_\n\n THE AUTHORS CHINESE PASSPORT _page_ 8\n\n ON A BALCONY IN WESTERN CHINA 14\n\n THE RIVER YANGTSE AT TUNGLOHSIA 34\n\n MEMORIAL ARCHWAY AT THE FORT OF FUTOKUAN 34\n\n CHUNGKING FROM THE OPPOSITE BANK OF THE YANGTSE 38\n\n A TEMPLE THEATRE IN CHUNGKING 44\n\n ON THE MAIN ROAD TO SUIFU 52\n\n CULTIVATION IN TERRACES 58\n\n SCENE IN SZECHUEN 58\n\n OPIUMSMOKING 72\n\n A TEMPLE IN SZECHUEN 84\n\n LAOWATAN 84\n\n THE OPIUMSMOKER OF ROMANCE 93\n\n PAGODA BY THE WAYSIDE WESTERN CHINA 118\n\n THE BIG EAST GATE OF YUNNAN CITY 146\n\n VIEW IN YUNNAN CITY 156\n\n SOLDIERS ON THE WALL OF YUNNAN CITY 168\n\n THE PAGODA OF YUNNAN CITY 250 FEET HIGH 174\n\n THE VICEROY OF TWO PROVINCES 180\n\n THE AUTHORS CHINESE NAME 182\n\n THE GIANT OF YUNNAN 184\n\n THE EAGLE NEST BARRIER ON THE ROAD TO TALIFU 192\n\n SNOWCLAD MOUNTAINS BEHIND TALIFU 204\n\n MEMORIAL IN A TEMPLE NEAR TALIFU 220\n\n THE DESCENT TO THE RIVER MEKONG 232\n\n INSIDE VIEW OF A SUSPENSION BRIDGE 236\n\n THE RIVER SALWEEN 240\n\n THE RIVER SHWELI AND ITS SUSPENSION BRIDGE 242\n\n THE SUBURB BEYOND THE SOUTH GATE OF TENGYUEH 250\n\n CHINESE MAP OF CHUNGKING 292\n\n ROUGH SKETCHMAP OF CHINA AND BURMA _at end_\n\n\n\n\nAN AUSTRALIAN IN CHINA\n\n\n\n\nCHAPTER I\n\nINTRODUCTORYMAINLY ABOUT MISSIONARIES AND THE CITY OF HANKOW\n\n\nIn the first week of February 1894 I returned to Shanghai from Japan\nIt was my intention to go up the Yangtse River as far as Chungking and\nthen dressed as a Chinese to cross quietly over Western China the\nChinese Shan States and Kachin Hills to the frontier of Burma The\nensuing narrative will tell how easily and pleasantly this journey\nwhich a few years ago would have been regarded as a formidable\nundertaking can now be done\n\nThe journey was of course in no sense one of exploration it consisted\nsimply of a voyage of 1500 miles up the Yangtse River followed by a\nquiet though extended excursion of another 1500 miles along the great\noverland highway into Burma taken by one who spoke no Chinese who had\nno interpreter or companion who was unarmed but who trusted implicitly\nin the good faith of the Chinese Anyone in the world can cross over to\nBurma in the way I did provided he be willing to exercise for a certain\nnumber of weeks or months some endurancefor he will have to travel\nmany miles on foot over a mountainous countryand much forbearance\n\nI went to China possessed with the strong racial antipathy to the\nChinese common to my countrymen but that feeling has long since given\nway to one of lively sympathy and gratitude and I shall always look\nback with pleasure to this journey during which I experienced while\ntraversing provinces as wide as European kingdoms uniform kindness and\nhospitality and the most charming courtesy In my case at least the\nChinese did not forget their precept deal gently with strangers from\nafar\n\nI left Shanghai on Sunday February 11th by the Jardine Mathesons\nsteamer _Taiwo_ One kind friend a merchant captain who had seen life\nin every important seaport in the world came down though it was past\nmidnight to bid me farewell We shook hands on the wharf and for the\nlast time Already he had been promised the first vacancy in Jardine\nMathesons Some time after my departure when I was in Western China\nhe was appointed one of the officers of the illfated _Kowshing_ and\nwhen this unarmed transport before the declaration of war was destroyed\nby a Japanese gunboat he was among the slainstruck I believe by a\nJapanese bullet while struggling for life in the water\n\nI travelled as a Chinese dressed in warm Chinese winter clothing with\na pigtail attached to the inside of my hat I could not have been more\ncomfortable I had a small cabin to myself I had of course my own\nbedding and by paying a Mexican dollar a day to the Chinese steward\nforeign chow was brought me from the saloon The traveller who cares\nto travel in this way to put his pride in his pocket and a pigtail down\nhis back need pay only onefourth of what it would cost him to travel\nas a European in European dress\n\nBut I was I found unwittingly travelling under false pretences When\nthe smart chief officer came for my fare he charged me I thought too\nlittle I expressed my surprise and said that I thought the fare was\nseven dollars So it is he replied but we only charge missionaries\nfive dollars and I knew you were a missionary even before they told\nme How different was his acuteness from that of the Chinese compradore\nwho received me on the China Merchants steamer _Hsin Chi_ in which I\nonce made a voyage from Shanghai to Tientsin also in Chinese dress The\nconversation was short sharp and emphatic The compradore looked at me\nsearchingly What pidgin belong you he askedmeaning what is your\nbusiness Humbly I answered My belong Jesus Christ pidgin that is I\nam a missionary to which he instantly and with some scorn replied No\ndam fear\n\nWe called at the river ports and reached Hankow on the 14th Hankow the\nChinese say is the mart of eight provinces and the centre of the earth\nIt is the chief distributing centre of the Yangtse valley the capital\ncity of the centre of China The trade in tea its staple export is\ndeclining rapidly particularly since 1886 Indian opium goes no higher\nup the river than this point its importation into Hankow is now\ninsignificant amounting to only 738 piculs 44 tons per annum Hankow\nis on the left bank of the Yangtse separated only by the width of the\nHan river from Hanyang and by the width of the Yangtse from Wuchang\nthese three divisions really form one large city with more inhabitants\nthan the entire population of the colony of Victoria\n\nWuchang is the capital city of the two provinces of Hunan and Hupeh it\nis here that the Viceroy Chang Chi Tung resides in his official yamen\nand dispenses injustice from a building almost as handsome as the\nAmerican missionhouses which overlook it Chang Chi Tung is the most\nantiforeign of all the Viceroys of China yet no Viceroy in the Empire\nhas ever had so many foreigners in his employ as he Within the four\nseas he says all men are brothers yet the two provinces he rules\nover are closed against foreigners and the missionaries are compelled\nto remain under the shelter of the foreign Concession in Hankow With a\npublic spirit unusual among Chinese Viceroys he has devoted the immense\nrevenues of his office to the modern development of the resources of his\nvicekingdom He has erected a gigantic cottonmill at Wuchang with\nthirtyfive thousand spindles covering six acres and lit with the\nelectric light and with a reservoir of three acres and a half He has\nbuilt a large mint At Hanyang he has erected magnificent ironworks and\nblast furnaces which cover many acres and are provided with all the\nlatest machinery He has iron and coal mines with a railway seventeen\nmiles long from the mines to the river and specially constructed\nriversteamers and special hoisting machinery at the riverbanks Money\nhe has poured out like water he is probably the only important official\nin China who will leave office a poor man\n\nActing as private secretary to the Viceroy is a clever Chinese named Kaw\nHong Beng the author of _Defensio Populi_ that oftenquoted attack\nupon missionary methods which appeared first in _The North China Daily\nNews_ A linguist of unusual ability who publishes in _The Daily News_\ntranslations from Heine in English verse Kaw is gifted with a rare\ncommand over the resources of English He is a Master of Arts of the\nUniversity of Edinburgh Yet strange paradox notwithstanding that he\nhad the privilege of being trained in the most pious and earnest\ncommunity in the United Kingdom under the lights of the United\nPresbyterian Kirk Free Kirk Episcopalian Church and _The_ Kirk not\nto mention a large and varied assortment of Dissenting Churches of more\nor less dubious orthodoxy he is openly hostile to the introduction of\nChristianity into China And nowhere in China is the opposition to the\nintroduction of Christianity more intense than in the Yangtse valley In\nthis intensity many thoughtful missionaries see the greater hope of the\nultimate conversion of this portion of China opposition they say is a\nbetter aid to missionary success than mere apathy\n\nDuring the time I was in China I met large numbers of missionaries of\nall classes in many cities from Peking to Canton and they unanimously\nexpressed satisfaction at the progress they are making in China\nExpressed succinctly their harvest may be described as amounting to a\nfraction more than two Chinamen per missionary per annum If however\nthe paid ordained and unordained native helpers be added to the number\nof missionaries you find that the aggregate body converts ninetenths\nof a Chinaman per worker per annum but the missionaries deprecate their\nwork being judged by statistics There are 1511 Protestant missionaries\nlabouring in the Empire and estimating their results from the\nstatistics of previous years as published in the _Chinese Recorder_ we\nfind that they gathered last year 1893 into the fold 3127 Chinesenot\nall of whom it is feared are genuine Christiansat a cost of _L350000_\na sum equal to the combined incomes of the ten chief London hospitals\n\nHankow itself swarms with missionaries who are unhappily divided into\nso many sects that even a foreigner is bewildered by their number let\nalone the heathen to whom they are accredited Medhurst\n\nDwelling in welldeserved comfort in and around the foreign settlement\nthere are members of the London Missionary Society of the Tract\nSociety of the Local Tract Society of the British and Foreign Bible\nSociety of the National Bible Society of Scotland of the American\nBible Society there are Quaker missionaries Baptist Wesleyan and\nIndependent missionaries of private means there are members of the\nChurch Missionary Society of the American Board of Missions and of the\nAmerican High Church Episcopal Mission there is a Medical Mission in\nconnection with the London Missionary Society there is a flourishing\nFrench Mission under a bishop the _Missions etrangeres de Paris_ a\nMission of Franciscan Fathers most of whom are Italian and a Spanish\nMission of the Order of St Augustine\n\nThe China Inland Mission has its chief central distributing station at\nHankow and here also are the headquarters of a Scandinavian Mission of\na Danish Mission and of an unattached mission most of the members of\nwhich are also Danish Where there are so many missions of so many\ndifferent sects and holding such widely divergent views it is I\nsuppose inevitable that each mission should look with some disfavour\nupon the work done by its neighbours should have some doubts as to the\nexpediency of their methods and some reasonable misgivings as to the\ngenuineness of their conversions\n\nThe Chinese Rice Christians those spurious Christians who become\nconverted in return for being provided with rice are just those who\nprofit by these differences of opinion and who with timely lapses from\ngrace are said to succeed in being converted in turn by all the\nmissions from the Augustins to the Quakers\n\nEvery visitor to Hankow and to all other open ports who is a supporter\nof missionary effort is pleased to find that his preconceived notions\nas to the hardships and discomforts of the open port missionary in China\nare entirely false Comfort and pleasures of life are there as great as\nin any other country Among the most comfortable residences in Hankow\nare the quarters of the missionaries and it is but right that the\nmissionaries should be separated as far as possible from all\ndiscomfortmissionaries who are sacrificing all for China and who are\nprepared to undergo any reasonable hardship to bring enlightenment to\nthis land of darkness\n\nI called at the headquarters of the Spanish mission of Padres Agustinos\nand smoked a cigarette with two of the Padres and exchanged\nreminiscences of Valladolid and Barcelona And I can well conceive\nhaving seen the extreme dirtiness of the mission premises how little\nthe Spaniard has to alter his ways in order to make them conform to the\nmore ancient civilisation of the Chinese\n\nIn Hankow there is a large foreign concession with a handsome embankment\nlined by large buildings There is a rise and fall in the river between\nsummer and winter levels of nearly sixty feet In the summer the river\nlaps the edge of the embankment and may overflow into the concession in\nthe winter broad steps lead down to the edge of the water which even\nwhen shrunk into its bed is still more than half a mile in width Our\nhandsome consulate is at one end of the embankment at the other there\nis a remarkable municipal building which was designed by a former City\nconstable who was I hope more expert with the handcuffs than he was\nwith the pencil\n\nIllustration THE AUTHORS CHINESE PASSPORT\n\nOur interests in Hankow are protected by Mr Pelham Warren the Consul\none of the ablest men in the Service I registered at the Consulate as a\nBritish subject and obtained a Chinese passport in terms of the Treaty\nof Tientsin for the four provinces Hupeh Szechuen Kweichow and\nYunnan available for one year from the date of issue\n\nI had no servant An Englishspeaking boy hearing that I was in need\nof one came to me to recommend his number one flend who he assured\nme spoke English all the same Englishman But when the flend came I\nfound that he spoke English all the same as I spoke Chinese He was not\nabashed but turned away wrath by saying to me through an interpreter\nIt is true that I cannot speak the foreign language but the foreign\ngentleman is so clever that in one month he will speak Chinese\nbeautifully We did not come to terms\n\nAt Hankow I embarked on the China Merchants steamer _Kweili_ the only\ntriplescrew steamer on the River and four days later on February\n21st I landed at Ichang the most inland port on the Yangtse yet\nreached by steam Ichang is an open port it is the scene of the\nantiforeign riot of September 2nd 1891 when the foreign settlement\nwas pillaged and burnt by the mob aided by soldiers of the Chentai\nLohTaJen the head military official in charge at Ichang who gave\nthe outbreak the benefit of his connivance Pleasant zest is given to\nlife here in the anticipation of another outbreak it is the only\nexcitement\n\nFrom Ichang to Chungkinga distance of 412 milesthe river Yangtse in\na great part of its course is a series of rapids which no steamer has\nyet attempted to ascend though it is contended that the difficulties of\nnavigation would not be insuperable to a specially constructed steamer\nof elevated horsepower Some idea of the speed of the current at this\npart of the river may be given by the fact that a junk taking thirty to\nthirtyfive days to do the upward journey hauled most of the way by\ngangs of trackers has been known to do the downriver journey in two\ndays and a half\n\nBelieving that I could thus save some days on the journey I decided to\ngo to Chungking on foot and engaged a coolie to accompany me We were\nto start on the Thursday afternoon but about midnight on Wednesday I\nmet Dr Aldridge of the Customs who easily persuaded me that by taking\nthe risk of going in a small boat a _wupan_ and not in an ordinary\npassenger junk a _kwatze_ I might with luck reach Chungking as soon\nby water as I could reach Wanhsien at half the distance by land The\nDoctor was a man of surprising energy He offered to arrange everything\nfor me and by 6 oclock in the morning he had engaged a boat had\nselected a captain _laoban_ and a picked crew of four young men who\nundertook to land me in Chungking in fifteen days and had given them\nall necessary instructions for my journey All was to be ready for a\nstart the same evening\n\nDuring the course of the morning the written agreement was brought me by\nthe laoban drawn up in Chinese and duly signed of which a Chinese\nclerk made me the following translation into English I transcribe it\nliterally\n\nYang Hsing Chung the laoban hereby contracts to convey Dr M to\nChungking on the following conditions\n\n 1 The passagemoney agreed upon is 28000 cash _L2 16s_\n which includes all charges\n\n 2 If Chungking is reached in twelve days Dr M will give\n the master 32500 cash instead if in thirteen days 31000\n and if in fifteen days 28000\n\n 3 If all goes well and the master does his duty\n satisfactorily Dr M will give him 30000 cash even if he\n gets to Chungking in fifteen days\n\n 4 The sum of 14000 cash is to be advanced to the master\n before starting the remainder to be paid on arrival at\n Chungking\n\n Signed YANG HSING CHUNG\n\n Dated the 17th day of the 2nd moon\n K shui 20th year\n\nThe Chinaman who wrote this in English speaks English better than many\nEnglishmen\n\n\n\n\nCHAPTER II\n\nFROM ICHANG TO WANHSIEN WITH SOME ACCOUNT OF CHINESE WOMEN AND THE\nRAPIDS OF THE YANGTSE KIANG\n\n\nThe agreement was brought me in the morning all the afternoon I was\nbusy and at 8 pm I embarked from the Customs pontoon The boat was a\nwupan five boards 28 feet long and drawing 8 inches Its sail was\nlike the wing of a butterfly with transverse ribs of light bamboo its\nstern was shaped like a swallows wings at rest An improvised\ncovering of mats amidships was my crib and with spare mats slipt\nduring the day over the boats hood coverings could be made at night\nforard for my three men and aft for the other two It seemed a frail\nlittle craft to face the dangers of the cataracts but it was manned by\nas smart a crew of young Chinese as could be found on the river It was\npitch dark when we paddled into the stream amidst a discharge of\ncrackers As we passed under the _Kweili_ men were there to wish me\n_bon voyage_ and a revolver was emptied into the darkness to propitiate\nthe river god\n\nWe paddled up the bank under the sterns of countless junks past the\nwalled city and then crossing to the other bank we made fast and\nwaited for the morning to begin our journey The lights of the city were\ndown the river all was quiet my men were in good heart and there was\nno doubt whatever that they would make every effort to fulfil their\ncontract\n\nAt daylight we were away again and soon entered the first of the great\ngorges where the river has cleft its way through the mountains\n\nWith a clear and sunny sky the river flowing smoothly and reflecting\ndeeply the lofty and rugged hills which fall steeply to the waters\nedge a light boat and a model crew it was a pleasure to lie at ease\nwrapped in my Chinese pukai and watch the many junks lazily falling down\nthe river the largest of them dwarfed by the colossal dimensions of\nthe surrounding scenery to the size of sampans and the fishing boats\nnoiseless but for the gentle creaking of the sheers and dipnet\nsilently working in the still waters under the bank\n\nAt Pingshanpa there is an outstation of the Imperial Maritime Customs\nin charge of a seafaring man who was once a cockatoo farmer in South\nAustralia and drove the first team of bullocks to the Mount Brown\ndiggings He lives comfortably in a houseboat moored to the bank He is\none of the few Englishmen in China married in the English way as\ndistinct from the Chinese to a Chinese girl His wife is one of the\nprettiest girls that ever came out of Nanking and talks English\ndelightfully with a musical voice that is pleasant to listen to I\nconfess that I am one of those who agree with the missionary writer in\nregarding the smile of a Chinese woman as inexpressibly charming I\nhave seen girls in China who would be considered beautiful in any\ncapital in Europe The attractiveness of the Japanese lady has been the\ntheme of many writers but speaking as an impartial observer who has\nbeen both in Japan and China I have never been able to come to any\nother decision than that in every feature the Chinese woman is superior\nto her Japanese sister She is head and shoulders above the Japanese\nshe is more intellectual or rather she is more capable of\nintellectual development she is incomparably more chaste and modest\nShe is prettier sweeter and more trustworthy than the misshapen\ncackling little dot with black teeth that we are asked to admire as a\nJapanese beauty The traveller in China is early impressed by the\ncontrast between the almost entire freedom from apparent immorality of\nthe Chinese cities especially of Western China and the flaunting\nindecency of the _Yoshiwaras_ of Japan with their teeming seething\nbusy mass of women whose virtue is industry and whose industry is\nvice\n\nThe small feet of the Chinese women though admired by the Chinese and\npoetically referred to by them as threeinch gold lilies are in our\neyes a very unpleasant deformitybut still even with this deformity\nthe walk of the Chinese woman is more comely than the gait of the\nJapanese woman as she shambles ungracefully along with her little bent\nlegs scraping her woodensoled slippers along the pavement with a noise\nthat sets your teeth on edge Girls are like flowers say the Chinese\nlike the willow It is very important that their feet should be bound\nshort so that they can walk beautifully with mincing steps swaying\ngracefully and thus showing to all that they are persons of\nrespectability Apart from the Manchus the dominant race whose women\ndo not bind their feet all chaste Chinese girls have small feet Those\nwho have large feet are either speaking generally ladies of easy\nvirtue or slave girls And of course no Christian girl is allowed to\nhave her feet bound\n\nIllustration ON A BALCONY IN WESTERN CHINA\n\nLeaving Pingshanpa with a stiff breeze in our favour we slowly stemmed\nthe current Look at the current side and you would think we were doing\neight knots an hour or more but look at the shore side close to which\nwe kept to escape as far as possible from the current and you saw how\ngradually we felt our way along\n\nAt a double row of mat sheds filled with huge coils of bamboo rope of\nall thicknesses my laoban went ashore to purchase a towline he took\nwith him 1000 cash about two shillings and returned with a coil 100\nyards in length and 600 cash of change The rope he brought was made of\nplaited bamboo was as thick as the middle finger and as tough as\nwhalebone\n\nThe country was more open and terraced everywhere into gardens Our\nprogress was most satisfactory When night came we drew into the bank\nand I coiled up in my crib and made myself comfortable Space was\ncramped and I had barely room to stretch my legs My cabin was 5 feet 6\ninches square and 4 feet high open behind but with two little doors in\nfront out of which I could just manage to squeeze myself sideways round\nthe mast Coir matting was next the floor boards then a thick Chinese\nquilt a _pukai_ then a Scotch plaid made in Geelong My pillow was\nChinese and the hardest part of the bed my portmanteau was beside me\nand served as a desk a Chinese candle more wick than wax stuck into a\nturnip gave me light\n\nThis our first days journey brought us to within sound of the worst\nrapid on the river the Hsintan and the roar of the cataract hummed in\nour ears all night\n\nEarly in the morning we were at the foot of the rapid under the bank on\nthe opposite side of the river from the town of Hsintan It was an\nexciting scene A swirling torrent with a roar like thunder was frothing\ndown the cataract Above barriers of rocks athwart the stream stretched\nlike a weir across the river damming the deep still water behind it\nThe shore was strewn with boulders Groups of trackers were on the bank\nsquatting on the rocks to see the foreign devil and his cockleshell\nOther Chinese were standing where the sidestream is split by the\nboulders into narrow races catching fish with great dexterity dipping\nthem out of the water with scoopnets\n\nWe rested in some smooth water under shelter and put out our towline\nthree of my boys jumped ashore and laid hold of it another with his\nbamboo boathook stood on the bow the laoban was at the tiller and I\nwas cooped up useless in the well under the awning The men started\nhauling as we pushed out into the sea of waters The boat quivered the\nwater leapt at the bow as if it would engulf us our three men were\nobviously too few The boat danced in the rapid My men on board\nshrieked excitedly that the towrope was foulingit had caught in a\nrockbut their voices could not be heard our trackers were brought to\nwith a jerk the hindmost saw the foul and ran back to free it but he\nwas too late for the boat had come beam on to the current Our captain\nfrantically waved to let go and the next moment we were tossed bodily\ninto the cataract The boat heeled gunwale under and suddenly but the\nbowman kept his feet like a Blondin dropped the boathook and jumped\nto unlash the halyard a wave buried the boat nose under and swamped me\nin my kennel my heart stopped beating and scared out of my wits I\nbegan to strip off my sodden clothes but before I had half done the\nsail had been set both men had miraculously fended the boat from a\nrock which by a moments hesitation would have smashed us in bits or\nburied us in the boiling trough formed by the eddy below it and with\nanother desperate effort we had slid from danger into smooth water\nThen my men laughed heartily How it was done I do not know but I felt\nkeen admiration for the calm dexterity with which it had been done\n\nWe baled the water out of the boat paid out a second towropethis one\nfrom the bow to keep the stern under control the other being made fast\nto the mast and took on board a licensed pilot Extra trackers hired\nfor a few cash laid hold of both towlines and bodilythe water\nswelling and foaming under our bowsthe boat was hauled against the\ntorrent and up the ledge of water that stretches across the river We\nwere now in smooth water at the entrance to the Mi Tsang Gorge Two\nstupendous walls of rock almost perpendicular as bold and rugged as\nthe Mediterranean side of the Rock of Gibraltar seem folded one behind\nthe other across the river Savage cliffs are these where not a tree\nand scarcely a blade of grass can grow and where the stream which is\nrather heard than seen seems to be fretting in vain efforts to escape\nfrom its dark and gloomy prison In the gorge itself the current was\nrestrained and boats could cross from bank to bank without difficulty\nIt was an eerie feeling to glide over the sunless water shut in by the\nstupendous sidewalls of rock At a sandy spit to the west of the gorge\nwe landed and put things in order And here I stood and watched the\njunks disappear down the river one after the other and I saw the truth\nof what Hosie had written that as their masts are always unshipped in\nthe down passage the junks seem to be passing with their human freight\ninto eternity\n\nAn immensely high declivity with a precipitous face was in front of us\nwhich strained your eyes to look at yet high up to the summit and to\nthe very edge of the precipice little farmsteads are dotted and every\nyard of land available is under cultivation So steep is it that the\nscanty soil must be washed away you think at the first rains and only\nan adventurous goat could dwell there in comfort My laoban Enjeh\npointing to this mighty mass said _Pin su chiao_ but whether these\nwords were the name of the place or were intended to convey to me his\nsense of its magnificence or dealt with the question of the\nprecariousness of tenure so far above our heads I had no means to\ndetermine\n\nMy laoban knew twelve words of English and I twelve words of Chinese\nand this was the extent of our common vocabulary it had to be carefully\neked out with signs and gestures I knew the Chinese for rice\nflourcake tea egg chopsticks opium bed byandby how many\ncharcoal cabbage and customs My laoban could say in English or\npidgin English chow number one no good go ashore sit down\nbyandby tomorrow match lamp alright one piecee and goddam This\nlast named exotic he had been led to consider as synonymous with very\ngood It was not the first time I had known the words to be misapplied\nI remember reading in the _Sydney Bulletin_ that a Chinese cook in\nSydney when applying for a situation detailed to the mistress his\nundeniable qualifications concluding with the memorable announcement\nMy Clistian man mum my eat beef my say goddam\n\nThere was a small village behind us The villagers strolled down to see\nthe foreigner whom children well in the background called _Yang\nkweitze_ foreign devil Below on the sand were the remains of a\njunk confiscated for smuggling salt it had been sawn bodily in two\nSalt is a Government monopoly and a junk found smuggling it is\nconfiscated on the spot\n\nKueichow on the left bank is the first walled town we came to Here\nwe had infinite difficulty in passing the rapids and crossed and\nrecrossed the river several times I sat in the boat stripped and\nshivering for shipwreck seemed certain and I did not wish to be\ndrowned like a rat For cool daring I never saw the equal of my boys\nand their nicety of judgment was remarkable Creeping along close to the\nbank every moment in danger of having its bottom knocked out the boat\nwould be worked to the exact point from which the crossing of the river\nwas feasible balanced for a moment in the stream then with sail set\nand a clipping breeze and my men working like demons with the oars\ntaking short strokes and stamping time with their feet the boat shot\ninto the current We made for a rock in the centre of the river we\nmissed it and my heart was in my mouth as I saw the rapid below us into\nwhich we were being drawn when the boat mysteriously swung half round\nand glided under the lee of the rock One of the boys leapt out with the\nbowrope and the others with scull and boathook worked the boat round\nto the upper edge of the rock and then steadying her for the dash\nacross pushed off again into the swirling current and made like fiends\nfor the bank Standing on the stern managing the sheet and tiller and\nwith his bamboo pole ready the laoban yelled and stamped in his\nexcitement there was the roar of the cataract below us towards which\nwe were fast edging stern on destruction again threatened us and all\nseemed over when in that moment we entered the backwash and were again\nin good shelter And so it went on my men with splendid skill doing\nalways the right thing in the right way at the right time with\nunerring certainty\n\nAt Yehtan rapid which is said to be the worst on the river in the\nwinter as the Hsintan rapid is in summer three of the boys went\nashore to haul us up the ledge of waterthey were plainly insufficient\nWhile we were hanging on the cataract extra trackers appeared from\nbehind the rocks and offered their services They could bargain with us\nat an advantage It was a case well known to all Chinese of speaking of\nthe price after the pig has been killed But when we agreed to their\nterms they laid hold of the towrope and hauled us through in a moment\nHere as at other dangerous rapids on the river an official lifeboat is\nstationed It is of broad beam painted red The sailors are paid eighty\ncash _2d_ a day and are rewarded with 1000 cash for every life they\nsave and 800 cash for every corpse\n\nWushan Gorge the Witches Gorge which extends from Kuantukou to\nWushanhsien a distance of twenty miles is the longest gorge on the\nriver\n\nDirectly facing us as we emerged from the gorge was the walled town of\nWushanhsien Its guardian pagoda with its seven stories and its\nupturned gables like the rim of an official hat is downstream from\nthe city and thus prevents wealth and prosperity being swept by the\ncurrent past the city\n\nBeyond there is a short but steep rapid Before a strong wind with all\nsail set we boldly entered it and determined which was the stronger the\nwind or the current But while we hung in the current calling and\nwhistling for the wind the wind flagged for a moment tension being\nremoved the bow swung into the rocks but the water was shallow and in\na trice two of the boys had jumped into the water and were holding the\nboatsides Then poling and pulling we crept up the rapid into smooth\nwater Never was there any confusion never a false stroke To hear my\nboys jabber in their unintelligible speech you pictured disorder and\ndisaster and wild excitement to see them act you witnessed such\ncoolness skill and daring as you had rarely seen before My boys were\nall young The captain was only twenty and was a model of physical\ngrace with a face that will gladden the heart of the Chinese maiden\nwhom he condescends to select to be the mother of his children\n\nJunks were making slow progress up the river The towpath is here on the\nleft bank sixty feet above the present level of the river Barefooted\ntrackers often one hundred in a gang clamber over the rocks like a\npack of hounds in full cry each with the coupling over his shoulder\nand all singing in chorus the junk they are towing often a quarter of a\nmile astern of them When a rapid intervenes they strain like bondmen at\nthe towrope the line creaks under the enormous tension but holds fast\nOn board the junk a drum tattoo is beaten and firecrackers let off\nand a dozen men with long ironshod bamboos sheer the vessel off the\nrocks as foot by foot it is drawn past the obstruction Contrast with\nthis toilsome slowness the speed of the junk bound downstream Its mast\nis shipped its prodigious bowsweep projects like a low bowsprit the\nafter deck is covered as far as midships with arched matroof coils of\nbamboo rope are hanging under the awning a score or more of boatmen\nstanding to their work and singing to keep time work the yulos as\nlooking like a modern whaleback the junk races down the rapids\n\nKweichoufu 146 miles from Ichang is one of the largest cities on the\nUpper Yangtse Just before it is the Fenghsiang Gorge the Windbox\nGorge where the mountains have been again cleft in twain to let pass\nthe river this is the last of the great gorges of the Yangtse\n\nWe had left the province of Hupeh Kweichou is the first prefectural\ncity that the traveller meets in Szechuen for that reason my laoban\nrequired me to give him my passport that he might take it ashore and\nhave it viseed by the magistrate While he was away two Customs\nofficials searched my boat for contraband goods When he returned he\nhad to pay a squeeze at the Customs station We clawed with our hooked\nbamboos round the sterns of a hundred Szechuen junks and were again\narrested at a likin boat and more cash passed from my laoban to the\nofficials in charge We went on again when a third time we came face on\nto a likinbarrier and a third time my laoban was squeezed After this\nwe were permitted to continue our journey For the rest of the day\nwhenever the laoban caught my eye he raised three fingers and with a\nrueful shake of the head said Kweichou haikwan customs no good and\nthen he swore no doubt\n\nMy little boat was the smallest on the river In sailing it could hold\nits own with all but the long ferry boats or tenders which accompany the\nlarger junks to land the trackers and towline These boats carry a huge\nsquare sail set vertically from sheer legs and are very fast But in\nrowing poling and tracking we could beat the river\n\nAnping was passeda beautiful country town in a landscape of red hills\nand rich green pastures of groves of bamboo and cypress of pretty\nlittle farmhouses with overhanging eaves and picturesque temples in\nwooded glens\n\nAt Chipatzu there are the remains of a remarkable embankment built of\nhuge blocks of dressed stone resting upon a noble brow of natural rock\ndeep Chinese characters are cut into the stone but the glory is\ndeparted and there are now only a few straggling huts where there was\nonce a large city\n\nThe river was now at its lowest and at every point of sand and shingle\nmeagre bands of gold puddlers were at work washing for gold in cradle\nrockers To judge however from the shabbiness of their surroundings\nthere was little fear that their gains would disturb the equilibrium of\nthe worlds gold yield\n\n\n\n\nCHAPTER III\n\nTHE CITY OF WANHSIEN AND THE JOURNEY FROM WANHSIEN TO CHUNGKING\n\n\nAt daylight on March 1st we were abreast of the many storied pagoda\nwhose lofty position commanding the approach to the city brings good\nfortune to the city of Wanhsien A beautiful country is thisthe\nchocolate soil richly tilled the sides of the hills dotted with\nfarmhouses in groves of bamboo and cedar with every variety of green in\nthe fields shot through with blazing patches of the yellow rapeseed\nThe current was swift the water was shallow where we were tracking and\nwe were constantly aground in the shingle but we rounded the point and\nWanhsien was before us This is the halfway city between Ichang and\nChungking My smart laoban dressed himself in his best to be ready to go\nashore with me he was jubilant at his skill in bringing me so quickly\nSampan number one goddam he said and holding up two hands he\nturned down seven fingers to show that we had come in seven days Then\nhe pointed to other boats that we were passing and counted on his\nfingers fifteen whereby I knew he was demonstrating that had I gone in\nany other boat but his I should have been fifteen days on the way\ninstead of seven\n\nAn immense number of junks of all kinds were moored to the bank bow on\nMany of them were large vessels with hulls like that of an Aberdeen\nclipper Many carry foreign flags by which they are exempt from the\nChinese likin duties so capricious in their imposition and pay instead\na general five per cent _ad valorem_ duty on their cargoes which is\nlevied by the Imperial Maritime Customs and collected either in\nChungking or Ichang From one to the other with boathooks and paddle\nwe crept past the outer wings of their balanced rudders till we reached\nthe landing place On the rocks at the landing a bevy of women were\nwashing beating their hardy garments with wooden flappers against the\nstones but they ceased their work as the foreign devil in his uncouth\ngarb stepped ashore in their midst Wanhsien is not friendly to\nforeigners in foreign garb I did not know this and went ashore dressed\nas a European Never have I received such a spontaneous welcome as I did\nin this city never do I wish to receive such another I landed at the\nmouth of the small creek which separates the large walled city to the\neast from the still larger city beyond the walls to the west My laoban\nwas with me We passed through the washerwomen Boys and ragamuffins\nhanging about the shipping saw me and ran towards me yelling _Yang\nkweitze Yang kweitze_ foreign devil foreign devil\n\nBehind the booths a storyteller had gathered a crowd in a moment he\nwas alone and the crowd were following me up the hill yelling and\nhowling with a familiarity most offensive to a sensitive stranger My\nsturdy boy wished me to produce my passport which is the size of an\nadmirals ensign but I was not such a fool as to do so for it had to\nserve me for many months yet With this taunting noisy crowd I had to\nwalk on as if I enjoyed the demonstration I stopped once and spoke to\nthe crowd and as I knew no Chinese I told them in gentle English of\nthe very low opinion their conduct led me to form of the moral\nrelations of their mothers and the resignation with which it induced me\nto contemplate the hyperpyretic surroundings of their posthumous\nexistence and borrowing the Chinese imprecation I ventured to express\nthe hope that when their souls return again to earth they may dwell in\nthe bodies of hogs since they appeared to me the only habitations meet\nfor them\n\nBut my words were useless With a smiling face but rage at my heart I\nled the procession up the creek to a stone bridge where large numbers\nleft me only to have their places taken on the other bank by a still\nmore enthusiastic gathering I stopped here a moment in the jostling\ncrowd to look upstream at that singular natural bridge which an\nenormous mass of stone has formed across the creek and I could see the\nhigh arched bridge beyond it which stretches from bank to bank in one\nnoble span and is so high above the water that junks can pass under it\nin the summer time when the rains swell this little stream into a broad\nand navigable river\n\nThen we climbed the steep bank into the city and entering by a dirty\nnarrow street we emerged into the main thoroughfare the crowd still\nfollowing and the shops emptying into the street to see me We passed\nthe Mohammedan Mosque the Roman Catholic Mission the City Temple to a\nChinese house where I was slipped into the court and the door shut and\nthen into another to find that I was in the home of the China Inland\nMission and that the pigtailed celestial receiving me at the steps was\nMr Hope Gill It was my clothes I then learnt that had caused the\nmanifestation in my honour An hour later when I came out again into\nthe street the crowd was waiting still to see me but it was\ndisappointed to see me now dressed like one of themselves In the\nmeantime I had resumed my Chinese dress Look the people said at\nthe foreigner he had on foreign dress and now he is dressed in Chinese\neven to his queue Look at his queue it is false I took off my hat to\nscratch my head Look they shouted again at his queue it is stuck\nto the inside of his hat But they ceased to follow me\n\nThere are three Missionaries in Wanhsien of the China Inland Mission\none of whom is from Sydney The mission has been opened six years and\nhas been fairly successful or completely unsuccessful according to the\npoint of view of the inquirer\n\nMr Hope Gill the senior member of the mission is a most earnest good\nman who works on in his discouraging task with an enthusiasm and\ndevotion beyond all praise A Premillennialist he preaches without\nceasing throughout the city and his preaching is earnest and\nindiscriminate His method has been sarcastically likened by the\nChinese in the words of one of their bestknown aphorisms to the\nunavailing efforts of a blind fowl picking at random after worms\nNearly all the Chinese in Wanhsien have heard the doctrine described\nwith greater or less unintelligibility and it is at their own risk if\nthey still refuse to be saved\n\nDuring the cholera epidemic this brave man never left his post he never\nrefused a call to attend the sick and dying and at the risk of his\nown saved many lives And what is his reward This work he did the\nChinese say not from a disinterested love of his fellows which was his\nundoubted motive but to accumulate merit for himself in the invisible\nworld beyond the grave Gratitude says this missionary and it is the\nopinion of many is a condition of heart or of mind which seems to be\nincapable of existence in the body of a Chinaman Yet other\nmissionaries tell me that no man can possess a livelier sense of\ngratitude than a Chinaman or manifest it with more sincerity If our\nwords are compared to the croaking of the frog we heed it not but\nfreely express the feelings of our heart are actual words addressed by\na grateful Chinese patient to the first medical missionary in China And\nthe Chinaman himself will tell you says Smith that it does not follow\nthat because he does not exhibit gratitude he does not feel it When\nthe dumb man swallows a tooth he may not say much about it but it is\nall inside\n\nSince its foundation in 1887 the Inland Mission of Wanhsien has been\nconducted with brave perseverance There are unfortunately no\nconverts but there are three hopeful inquirers whose conversion\nwould be the more speedy the more likely they were to obtain employment\nafterwards They argue in this way they say to quote the words used by\nthe Rev G L Mason at the Shanghai Missionary Conference of 1890 if\nthe foreign teacher will take care of our bodies we will do him the\nfavour to seek the salvation of our souls This question of the\nemployment of converts is one of the chief difficulties of the\nmissionary in China The idea derived from Buddhism is universally\nprevalent in China says the Rev C W Mateer that everyone who\nenters any sect should live by it When a Chinaman becomes a\nChristian he expects to live by his Christianity\n\nOne of the three inquirers was shown me he was described as the most\nadvanced of the three in knowledge of the doctrine Now I do not wish to\nwrite unkindly but I am compelled to say that this man was a poor\nwretched ragged coolie who sells the commonest gritty cakes in a\nrickety stall round the corner from the mission who can neither read\nnor write and belongs to a very humble order of blunted intelligence\nThe poor fellow is the father of a little girl of three an only child\nwho is both deaf and dumb And there is the fear that his fondness for\nthe little one tempts him to give hope to the missionaries that in him\nthey are to see the first fruit of their toil the first in the district\nto be saved by their teaching while he nurses a vague hope that when\nthe foreign teachers regard him as adequately converted they may be\nwilling to restore speech and hearing to his poor little offspring It\nis a scant harvest\n\nAfter a Chinese dinner the missionary and I went for a walk into the\ncountry In the main street we met a troop of beggars each with a bowl\nof rice and garbage and a long stick with a few tattered rags hanging\nround his loinsthey were the poorest poor I had ever seen They were\nthe beggars of the city who had just received their midday meal at the\nWanhsien Ragged Homes There are three institutions of the kind in the\ncity for the relief of the destitute they are entirely supported by\ncharity and are said to have an average annual income of 40000 taels\nWanhsien is a very rich city with wealthy merchants and great salt\nhongs The landed gentry and the great junk owners have their town\nhouses here The money distributed by the townspeople in private charity\nis unusually great even for a Chinese city Its most publicspirited\ncitizen is Chen one of the merchant princes of China whose\ntransactions are confined exclusively to the products of his own\ncountry Starting life with an income of one hundred taels bequeathed\nhim by his father Chen has now agents all over the empire and\nmercantile dealings which are believed to yield him a clear annual\nincome of a quarter of a million taels His probity is a byword his\nbenefactions have enriched the province That cutting in the face of the\ncliff in the Fenghsiang Gorge near Kweichoufu where a pathway for\ntrackers has been hewn out of the solid rock was done at his expense\nand is said to have cost one hundred thousand taels Not only by his\nbenefactions has Chen laid up for himself merit in heaven but he has\nalready had his reward in this world His son presented himself for the\nMA examination for the Hanlin degree the highest academical degree in\nthe Empire Everyone in China knows that success in this examination is\ndependent upon the favour of Wunchangtekeun the god of literature\nTaoist who from generation to generation hath sent his miraculous\ninfluence down upon earth and as the god had seen with approbation\nthe good works done by the father he gave success to the son When the\nson returned home after his good fortune he was met beyond the walls\nand escorted into the city with royal honours his success was a triumph\nfor the city which gave him birth\n\nA short walk and we were out of the city following a flagged path with\nflights of steps winding up the hill through levelled terraces rich with\nevery kind of cereal and with abundance of poppy Splendid views of one\nof the richest agricultural regions in the world are here unfolded Away\ndown in the valley is the palatial family mansion of Pien one of the\nwealthiest yeomen in the province Beyond you see the commencement of\nthe high road a paved causeway eight feet wide which extends for\nhundreds of miles to Chentu the capital of the province and takes rank\nas the finest work of its kind in the empire On every hilltop is a\nfort That bolder than the rest commanding the city at a distance of\nfive miles is on the Hill of Heavenly Birth It was built says\nHobson during the Taiping Rebellion it existed says the missionary\nbefore the present dynasty discrepant statements characteristic of this\ncountry of contradictions But whether thirty or two hundred and fifty\nyears old the fort is now one in name only and is at present occupied\nby a garrison of peaceful peasantry\n\nChinamen that we met asked us politely if we had eaten our rice and\nwhither were we going We answered correctly But when with equal\npoliteness we asked the wayfarer where he was going he jerked his chin\ntowards the horizon and said a long way\n\nWe called at the residence of a rich young Chinese who had lately\nreceived it in his inheritance together with 3000 acres of farmland\nwhich we were told yield him an annual income of 70000 taels In the\nabsence of the master who was away in the country reading with his\ntutor for the Hanlin degree we were received by the caretakers who\nshowed us the handsome guest chambers the splendid gilded tablet the\nlarge courts and garden rockeries A handsome residence is this\nsolidly built of wood and masonry and with the trellis work carved with\nmuch elaboration\n\nIt was late when we returned to the mission and after dark when I went\non board my little wupan My boys had not been idle They had bought new\nprovisions of excellent quality and had made the boat much more\ncomfortable The three kind missionaries came down to wish me Godspeed\nBrave men they deserve a kinder fortune than has been their fate\nhitherto We crossed the river and anchored above the city ready\nagainst an early start in the morning\n\nThe day after leaving Wanhsien was the first time that we required any\nassistance on our journey from another junk it was cheerfully given\nOur towrope had chafed through and we were in a difficulty attempting\nto pass a bad rapid among the rocks when a large junk was hauled bodily\npast us and seeing our plight hooked on to us and towed us with them\nout of danger On this night we anchored under the Sentinel Rock\nShihpaochai perhaps the most remarkable landmark on the river From\ntwo hundred to three hundred feet high and sixty feet wide at the base\nit is a detached rock cleft vertically from a former cliff A\nninestoried pagoda has been inset into the southeastern face and\ntemple buildings crown the summit\n\nIt was surprising how well my men lived on board the boat They had\nthree good meals a day always with rice and abundance of vegetables\nand frequently with a little pork Cooking was done while we were under\nway for the purpose we had two little earthenware stoves two pans and\na kettle All along the river cabbages and turnips are abundant and\ncheap Bumboats laden to the rail waylay the boats _en route_ and\noffer an armful of fresh vegetables for the equivalent in copper cash of\nthreeeighths of a penny Other boats peddle firewood cut short and\nbound in little bundles and sticks of charcoal Coal is everywhere\nabundant and there are excellent briquettes for sale made of a mixture\nof clay and coaldust\n\nAll day long now for the rest of our voyage we sailed through a\nbeautiful country From the hill tops to the waters edge the hillsides\nare levelled into a succession of terraces there are cereals and the\nuniversal poppy pretty hamlets and thriving little villages a river\nhalf a mile wide thronged with every kind of river craft and back in\nthe distance snowclad mountains There are bamboo sheds at every point\nwith coils of bamboo towrope mats and baskets and huge Szechuen hats\nas wide as an umbrella\n\nOn the morning of March 5th I was awakened by loud screaming and yelling\nahead of us I squeezed out of my cabin and saw a huge junk looming\ndown upon us In an awkward rapid its towline had parted and the huge\nstructure tumbling uncontrolled in the water was bearing down on us\nbroadside on It seemed as if we should be crushed against the rocks\nand we must have been but for the marvellous skill with which the\nsailors on the junk just at the critical time swung their vessel out\nof danger They were yelling with discord but worked together as one\nman\n\nIn the afternoon we were at Fengtuhsien a flourishing river port one\nof the principal outlets of the opium traffic of the Upper Yangtse Next\nday we were at Fuchou the other opium port whose trade in opium is\ngreater still than that of Fengtuhsien It is at the junction of a\nlarge tributarythe Kungtanho which is navigable for large vessels\nfor more than two hundred miles Large numbers of the Fuchou junks were\nmoored here which differ in construction from all other junks on the\nriver Yangtse in having their great sterns twisted or wrung a quarter\nround to starboard and in being steered by an immense stern sweep and\nnot by the balanced rudder of an ordinary junk\n\nThe following day after a long days work we moored beyond the town of\nChangshowhsien Here I paid the laoban 2000 cash whereupon he paid\nhis men something on account and then blandly suggested a game of\ncards He was fast winning back his money when I intervened and bade\nthem turn in as I wished to make an early start in the morning The\nriver seemed to get broader deeper and more rapid as we ascended the\ntrackers on the contrary became thinner narrower and more decrepit\n\nOn March 8th our fourteenth day out disaster nearly overtook us when\nwithin a days sail of our destination Next day we reached Chungking\nsafely having done by some days the fastest journey on record up the\nYangtse rapids My captain and his young crew had finished the journey\nwithin the time agreed upon\n\nIllustration THE RIVER YANGTSE AT TUNGLOHSIA\n\nIllustration MEMORIAL ARCHWAY AT THE FORT OF FUTOKUAN\n\n\n\n\nCHAPTER IV\n\nTHE CITY OF CHUNGKINGTHE CHINESE CUSTOMSTHE FAMOUS MONSIEUR HAAS\nAND A FEW WORDS ON THE OPIUM FALLACY\n\n\nAfter passing through the gorge known as Tunglohsia ten miles from\nChungking the laoban tried to attract my attention calling me from my\ncrib and pointing with his chin up the river repeating Haikwan one\npiecee which I interpreted to mean that there was an outpost of the\ncustoms here in charge of one white man and this proved to be the case\nThe customs kuatze or houseboat was moored to the left bank the\nImperial Customs flag floated gaily over an animated collection of\nnative craft We drew alongside the junk and an Englishman appeared at\nthe window\n\nWhere from he asked laconically\n\nAustralia\n\nThe devil so am I What part\n\nVictoria\n\nSo am I Town\n\nLast from Ballarat\n\nMy native town by Jove Jump up\n\nI gave him my card He looked at it and said When I was last in\nVictoria I used to follow with much interest a curious walk across\nAustralia from the Gulf of Carpentaria to Melbourne done by a namesake\nAny relation The same man Im delighted to see you Here then at the\nmost inland of the customs stations in China 1500 miles from the sea\nI met my fellow countryman who was born near my home and whose father\nwas a wellknown Mayor of Ballarat City\n\nLike myself he had formerly been a student of Melbourne University but\nI was many years his senior What was his experience of the University I\nforgot to inquire but mine I remember vividly enough for it was not\nhappy In the examination for the Secondyear Medicine hoping the more\nto impress the Professors I entered my name for honoursand they\nrejected me in the preliminary pass It seems that in the examination in\nMateria Medica I had among other trifling lapses prescribed a dose of\nOleum Crotonis of one half to two drachms _carefully increased_ I\nconfess that I had never heard of the wretched stuff the question was\ntaken from far on in the text book and unfortunately my reading had\nnot extended quite so far When a deputation from my family waited upon\nthe examiner to ascertain the cause of my misadventure the only\nsatisfaction we got was the obliging assurance that you might as well\nlet a mad dog loose in Collins Street as allow me to become a doctor\nAnd then the examiner produced my prescription But I thought I saw a\nfaint chance of escape I pointed a nervous finger to the two words\ncarefully increased and pleaded that that indication of caution ought\nto save me Save _you_ it might he shouted with unnecessary\nvehemence but God bless my soul man it would not save your\npatient The examiner was a man intemperate of speech so I left the\nUniversity It was a severe blow to the University but the University\nsurvived it\n\nMy countryman had been five years in China in the customs service that\nmarvellous organisation which is more impartially open to all the world\nthan any other service in the world As an example I note that among\nthe Commissioners of Customs at the ports of the River Yangtse alone at\nthe time of my voyage the Commissioner at Shanghai was an Austrian at\nKiukiang a Frenchman at Hankow an Englishman at Ichang a Scandinavian\nand at Chungking a German\n\nThe Australian had been ten months at Chungking His upriver journey\noccupied thirtyeight days and was attended with one moving incident\nIn the Hsintan rapid the towline parted and his junk was smashed to\npieces by the rocks and all that he possessed destroyed It was in this\nrapid that my boat narrowly escaped disaster but there was this\ndifference in our experiences that at the time of his accident the\nriver was sixty feet higher than on the occasion of mine\n\nTangchiato the customs outstation is ten miles by river from\nChungking but not more than four miles by land So I sent the boat on\nand in the afternoon walked over to the city A customs coolie came with\nme to show me the way My friend accompanied me to the river crossing\nwalking with me through fields of poppy and sugarcane and open beds of\ntobacco At the river side he left me to return to his solitary home\nwhile I crossed the river in a sampan and then set out over the hills\nto Chungking It was more than ever noticeable the poor hungry\nwretchedness of the river coolies For three days past all the trackers\nI had seen were the most wretched in physique of any I had met in China\nPhthisis and malaria prevail among them their work is terribly arduous\nthey suffer greatly from exposure they appear to be starving in the\nmidst of abundance My coolie showed well by contrast with the trackers\nhe was sleek and well fed A chop dollar as he would be termed down\nsouth for his face was punched or chopped with the smallpox he swung\nalong the paved pathway and up and down the endless stone steps in a way\nthat made me breathless to follow We passed a few straggling houses and\nwayside shrines and tombstones All the dogs in the district recognised\nthat I was a stranger and yelped consumedly like the wolfish mongrels\nthat they are From a hill we obtained a misty view of the City of\nChungking surrounded on two sides by river and covering a broad expanse\nof hill and highland I was taken to the customs pontoon on the south\nbank of the river and then up the steep bank by many steps to the\nbasement of an old temple where the two customs officers have their\npleasant dwelling I was kindly received and stayed the night We were\nan immense height above the water the great city was across the broad\nexpanse of river here more than seven hundred yards in width Away down\nbelow us moored close to the bank and guarded by three Chinese armed\njunks or gunboats was the customs hulk where the searching is done\nand where the three officers of the outdoor staff have their offices\nThere is at present but little smuggling because there are no Chinese\nofficials Smuggling may be expected to begin in earnest as soon as\nChinese officials are introduced to prevent it Chinese searchers do\nbest who use their eyes not to seebest for themselves that is The\ngunboats guarding this Haikwan Station have a nominal complement of\neighty men and an actual complement of twentyfour to avoid however\nunnecessary explanation pay is drawn by the commanding officer not for\nthe actual twentyfour but for the nominal eighty\n\nIllustration THE CITY OF CHUNGKING AS SEEN FROM THE OPPOSITE BANK OF\nTHE RIVER YANGTSE\n\nMy two companions in the temple were tidewaiters in the Customs There\nare many storied lives locked away among the tidewaiters in China Down\nthe river there is a tidewaiter who was formerly professor of French in\nthe Imperial University of St Petersburg and here in Chungking\nfilling the same humble post is the godson of a marquis and the nephew\nof an earl a brave soldier whose father is a majorgeneral and his\nmother an earls daughter and who is first cousin to that enlightened\nnobleman and legislator the Earl of C Few men so young have had so many\nand varied experiences as this sturdy Briton He has humped his swag in\nAustralia has earned fifteen shillings a day there as a blackleg\nprotected by police picquets on a New South Wales coal mine He was at\nHarrow under Dr Butler and at Corpus Christi Cambridge He has been\nin the Dublin Fusiliers and a lieutenant in Weatherbys Horse enlisted\nin the 5th Lancers and rose from private to staffsergeant and ten\nmonths later would have had his commission He served with distinction\nin the Soudan and Zululand and has three medals with four clasps He\nwas present at El Teb and at the disaster at Tamai when McNeills\nzareeba was broken He was at Telelkebir saw Burnaby go forth to meet\na coveted death at Abuklea and was present at AbuKru when Sir Herbert\nStewart received his deathwound He was at Rorkes Drift and appears\nwith that heroic band in Miss Elizabeth Thompsons painting Leaving the\narmy C held for a time a commission in the mounted constabulary of\nMadras and now he is a third class assistant tidewaiter in the Imperial\nMaritime Customs of China with a salary as low as his spirits are high\n\nChungking is an open port which is not an open port By the treaty of\nTientsin it is included in the clause which states that any foreign\nsteamer going to it a closed port shall be confiscated Yet by the\nChefoo Convention Chungking is to become an open port as soon as the\nfirst foreign steamer shall reach there This reminds one of the\nconflicting instructions once issued by a certain government in\nreference to the building of a new gaol The instructions were\nexplicit\n\n Clause IThe new gaol shall be constructed out of the\n materials of the old\n\n Clause IIThe prisoners shall remain in the old gaol till\n the new gaol is constructed\n\nIn Chungking the Commissioner of Customs is Dr F Hirth whose Chinese\nhouse is on the highest part of Chungking in front of a temple which\ndimly seen through the mist is the crowning feature of the city A\ndistinguished sinologue is the doctor one of the finest Chinese\nscholars in the Empire author of China and the Roman Orient Ancient\nPorcelain and an elaborate Textbook of Documentary Chinese which is\nin the hands of most of the Customs staff in China for whose assistance\nit was specially written Dr Hirth is a German who has been many years\nin China He holds the third button the transparent blue button the\nthird rank in the nine degrees by which Chinese Mandarins are\ndistinguished\n\nThe best site in Chungking has been fortunately secured by the Methodist\nEpiscopalian Mission of the United States Their missionaries dwell with\ngreat comfort in the only foreignbuilt houses in the city in a large\ncompound with an ample garden Their Mission hospital is a wellequipped\nAngloChinese building attached to the city wall and overlooking from\nits lofty elevation the Little River and the walled city beyond it\n\nThe wards of the hospital are comfortable and well lit the floors are\nvarnished the beds are provided with spring mattresses indeed in the\ncomfort of the hospital the Chinese find its chief discomfort A\nseparate compartment has been walled off for the treatment of\nopiumsmokers who desire by forced restraint to break off the habit\nThree opiumsmokers were in durance at the time of my visit they were\nhappy and contented and well nourished and none but the trained eye of\nan expert who saw what he wished to see could have guessed that they\nwere addicted to the use of a drug which has been described in\nexaggerated terms as more deadly to the Chinese than war famine and\npestilence combined Rev A H Smith Chinese Characteristics p\n187\n\nNot long ago three men were admitted into the hospital suffering on\ntheir own confession from the opium habit They freely expressed the\ndesire of their hearts to be cured and were received with welcome and\nplaced in confinement Every effort was made to wean them from the habit\nwhich they alleged had seized them in a death grip Attentive to the\nteacher and obedient to the doctor they gave every hope of being early\nadmitted into Church fellowship But one night the desire to return to\nthe drug became irresistible and strangely the desire attacked all\nthree men at the same time on the same night and they escaped together\nSadly enough there was in this case marked evidence of the demoralising\ninfluence of opium for when they escaped they took with them everything\nportable that they could lay their hands on It was a sad trial\n\nExcellent medical work is done in the hospital From the first annual\nreport just published by the surgeon in charge an MD from the United\nStates I extract the two following pleasing items\n\n_Medical Work_Mr Tsang Taotai of KueiIangfu was an eye witness\nto several operations as well as being operated upon for Internal\nPiles the last words in large capitals\n\n_Evangelistic Work_Mrs Wei in the hospital for suppurating glands\nof the neck became greatly interested in the truth while there left a\nbeliever and attends Sunday service regular _sic_ walking from a\ndistant part of the city each Sunday We regard her as very hopeful and\nshe is reported by the Chinese as being very warmhearted She will be\nconverted when the first vacancy occurs in the nursing staff\n\nDuring my stay in Chungking I frequently met the French Consul _en\ncommission_ Monsieur Haas who had lately arrived on a diplomatic\nmission which was invested with much secrecy It was believed to have\nfor its object the diversion of the trade of Szechuen from its natural\nchannel the Yangtse River southward through Yunnan province to\nTonquin Success need not be feared to attend his mission _Ils\nperdront et leur temps et leur argent_ Monsieur Haas has helped to\nmake history in his time The most gentlemannered of men he writes\nwith strange rancour against the perfidious designs of Britain in the\nEast In his diplomatic career Monsieur Haas suffered one great\ndisappointment He was formerly the French Charge dAffaires and\nPolitical Resident at the court of King Theebaw in Mandalay And it was\nhis Secret Treaty with the king which forced the hand of England and\nled to her hasty occupation of Upper Burma The story is a very pretty\none By this treaty French influence was to become predominant in Upper\nBurma the country was to become virtually a colony of France with a\ncommunity of interest with France with France to support her in any\ndifficulty with British Burma Such a position England could not\ntolerate for one moment Fortunately for us French intrigue outwitted\nitself and the Secret Treaty became known It was in this way Draft\ncopies of the agreement drawn up in French and Burmese were exchanged\nbetween Monsieur Haas and King Theebaw But Monsieur Haas could not read\nBurmese and he distrusted the King A trusted interpreter was\nnecessary and there was only one man in Mandalay that seemed to him\nsufficiently trustworthy To Signor A then the Italian Charge\ndAffaires and Manager of the Irrawaddy Flotilla Company Monsieur Haas\nwent and pledging him to secrecy sought his assistance as interpreter\n\nAs Monsieur Haas had done so did his Majesty the King Two great minds\nwere being guided by the same spirit Theebaw could not read French and\nhe distrusted Monsieur Haas An interpreter was essential and casting\nabout for a trusted one he decided that no one could serve him so\nfaithfully as Signor A and straightway sought his assistance as\nMonsieur Haas had done Their fates were in his hands which master\nshould the Italian serve the French or the Burmese He did not\nhesitatehe betrayed them both Within an hour the Secret Treaty was in\npossession of the British Resident Action was taken with splendid\npromptitude M de Freycinet when pressed on the subject repudiated\nany intention of acquiring for France a political predominance in\nBurma An immediate pretext was found to place Theebaw in a dilemma\neleven days later the British troops had crossed the frontier and Upper\nBurma was another province of our Indian Empire\n\nMonsieur Haas was recalled and his abortive action repudiated He had\nacted of course without orders he had erred from too much zeal\nSignor A was also recalled but did not go because the order was not\naccompanied with the customary cheque to defray the cost of his passage\nHis services to England were rewarded and he retained his engagement as\nManager of the Flotilla Company but he lost his appointment as the\nRepresentative of Italyan honourable post with a dignified salary paid\nby the Italian Government in IOUs\n\nChungking is an enormously rich city It is built at the junction of the\nLittle River and the Yangtse and is from its position the great river\nport of the province of Szechuen Waterways stretch from here an\nimmense distance inland The Little River is little only in comparison\nwith the Yangtse and in any other country would be regarded as a mighty\ninland river It is navigable for more than 2000 li 600 miles The\nYangtse drains a continent the Little River drains a province larger\nthan a European kingdom Chungking is built at a great height above the\npresent river now sixty feet below its summer level Its walls are\nunscalable Good influences are directed over the city from a lofty\npagoda on the topmost hill in the vicinity Temples abound and spacious\nyamens and rich buildings the crowning edifice of all being the Temple\nto the God of Literature Distances are prodigious in Chungking and the\nstreets so steep and hilly with flights of stairs cut from the solid\nrock that only a mountaineer can live here in comfort All who can\nafford it go in chairs stands of sedan chairs are at every important\nstreet corner\n\nIllustration A TEMPLE THEATRE IN CHUNGKING\n\nDuring the day the city vibrates with teeming traffic at night the\nstreets are deserted and dead the stillness only disturbed by a\ndistant watchman springing his bamboo rattle to keep himself awake and\nwarn robbers of his approach In no city in Europe is security to life\nand property better guarded than in this or indeed in any other\nimportant city in China It is a truism to say that no people are more\nlawabiding than the Chinese they appear says Medhurst to maintain\norder as if by common consent independent of all surveillance\n\nOur Consul in Chungking is Mr E H Fraser an accomplished Chinese\nscholar who fills a difficult post with rare tact and complete success\nConsul Fraser estimates the population of Chungking at 200000 the\nChinese he says have a record of 35000 families within the walls Of\nthis number from forty to fifty per cent of all men and from four to\nfive per cent of all women indulge in the opium pipe The city abounds\nin opiumshopsshops that is where the little opiumlamps and the\nopiumpipes are stacked in hundreds upon hundreds Opium is one of the\nstaple products of this rich province and one of the chief sources of\nwealth of this flourishing city\n\nDuring the nine months that I was in China I saw thousands of\nopiumsmokers but I never saw one to whom could be applied that\ndescription by Lay of the British and Foreign Bible Society so often\nquoted of the typical opiumsmoker in China with his lank and\nshrivelled limbs tottering gait sallow visage feeble voice and\ndeathboding glance of eye proclaiming him the most forlorn creature\nthat treads upon the ground\n\nThis fantastic description paraded for years past for our sympathy can\nbe only applied to an infinitesimal number of the millions in China who\nsmoke opium It is a wellknown fact that should a Chinese suffering\nfrom the extreme emaciation of disease be also in the habit of using\nthe opiumpipe it is the pipe and not the disease that in ninetynine\ncases out of a hundred will be wrongly blamed as the cause of the\nemaciation\n\nDuring the year 1893 4275 tons of Indian opium were imported into China\nThe Chinese we are told plead to us with outstretched necks to cease\nthe great wrong we are doing in forcing them to buy our opium Many a\ntime says the Rev Dr Hudson Taylor have I seen the Chinaman point\nwith his thumb to Heaven and say There is Heaven up there There is\nHeaven up there What did he mean by that You may bring this opium to\nus you may force it upon us we cannot resist you but there is a Power\nup there that will inflict vengeance _National Righteousness_ Dec\n1892 p 13\n\nBut with all respect to Dr Hudson Taylor and his ingenious\ninterpretation of the Chinamans gesture it is extremely difficult for\nthe traveller in China to believe that the Chinese are sincere in their\ncondemnation of opium and the opium traffic In some countries says\nWingrove Cooke words represent facts but this is never the case in\nChina Li Hung Chang the Viceroy of Chihli in the wellknown letter\nthat he addressed to the Rev F Storrs Turner the Secretary of the\nSociety for the Suppression of the Opium Trade on May 24th 1881 a\nletter still widely circulated and perennially cited says the poppy\nis certainly surreptitiously grown in some parts of China\nnotwithstanding the laws and frequent Imperial edicts prohibiting its\ncultivation\n\nSurreptitiously grown in some parts of China Why from the time I left\nHupeh till I reached the boundary of Burma a distance of 1700 miles I\nnever remember to have been out of sight of the poppy Li Hung Chang\ncontinues I earnestly hope that your Society and all rightminded\nmen of your country will support the efforts China is now making to\nescape from the thraldom of opium And yet you are told in China that\nthe largest growers of the poppy in China are the family of Li Hung\nChang\n\nThe Society for the Suppression of Opium has circulated by tens of\nthousands a petition which was forwarded to them from the\nChinesespontaneously per favour of the missionaries Some tens of\nmillions this petition says some tens of millions of human beings in\ndistress are looking on tiptoe with outstretched necks for salvation to\ncome from you O just and benevolent men of England If not for the good\nor honour of your country then for mercys sake do this good deed now\nto save a people and the rescued millions shall themselves be your\ngreat reward _Chinas Millions_ iv 156\n\nAssume then that the Chinese do not want our opium and unavailingly\nbeseech us to stay this nefarious traffic which is as if the Rivers\nPhlegethon and Lethe were united in it carrying fire and destruction\nwherever it flows and leaving a deadly forgetfulness wherever it has\npassed The Rev Dr Wells Williams The Middle Kingdom i 288\n\nThey do not want our opium but they purchase from us 4275 tons per\nannum\n\nOf the eighteen provinces of China four only Kiangsu Chehkiang\nFuhkien and Kuangtung use Indian opium the remaining fourteen\nprovinces use exclusively homegrown opium Nativegrown opium has\nentirely driven the imported opium from the markets of the Yangtse\nValley no Indian opium except an insignificant quantity comes up the\nriver even as far as Hankow The Chinese do not want our opiumit\ncompetes with their own In the three adjoining provinces of Szechuen\nYunnan and Kweichow they grow their own opium but they grow more than\nthey need and have a large surplus to export to other parts of the\nEmpire The amount of this surplus can be estimated because all\nexported opium has to pay customs and likin dues to the value of two\nshillings a pound and the amount thus collected is known Allowing no\nmargin for opium that has evaded customs dues and there are no more\nscientific smugglers than the Chinese we still find that during the\nyear 1893 2250 tons of opium were exported from the province of\nSzechuen 1350 tons from Yunnan and 450 tons from Kweichow a total of\n4050 tons exported by the rescued millions of three provinces only for\nthe benefit of their fellowcountrymen who with outstretched necks\nplead to England to leave them alone in their monopoly\n\nEdicts are still issued against the use of opium They are drawn up by\nChinese philanthropists over a quiet pipe of opium signed by\nopiumsmoking officials whose revenues are derived from the poppy and\nposted near fields of poppy by the opiumsmoking magistrates who own\nthem\n\nIn the City Temple of Chungking there is a warning to opiumeaters One\nof the fiercest devils in hell is there represented gloating over the\ncrushed body of an opiumsmoker his protruding tongue is smeared with\nopium put there by the victim of _yin_ the opium craving who wishes\nto renounce the habit The opium thus collected is the perquisite of the\nTemple priests and at the gate of the Temple there is a stall for the\nsale of opium fittings\n\nMorphia pills are sold in Chungking by the Chinese chemists to cure the\nopium habit This profitable remedy was introduced by the foreign\nchemists of the coast ports and adopted by the Chinese Its advantage\nis that it converts a desire for opium into a taste for morphia a mode\nof treatment analogous to changing ones stimulant from colonial beer to\nmethylated spirit In 1893 15000 ounces of hydrochlorate of morphia\nwere admitted into Shanghai alone\n\nThe China Inland Mission have an important station at Chungking It was\nopened seventeen years ago in 1877 and is assisted by a representative\nof the Horsburgh Mission The mission is managed by a charming English\ngentleman who has exchanged all that could make life happy in England\nfor the wretched discomfort of this malarious city Every assistance I\nneeded was given me by this kindly fellow who like nearly all the China\nInland Mission men deserves success if he cannot command it A more\nengaging personality I have rarely met and it was sad to think that for\nthe past year 1893 no new convert was made by his Mission among the\nChinese of Chungking _Chinas Millions_ January 1894 The Mission\nhas been working shorthanded with only three missionaries instead of\nsix and progress has been much delayed in consequence\n\nThe London Missionary Society who have been here since 1889 have two\nmissionaries at work and have gathered nine communicants and six\nadherents Their work is largely aided by an admirable hospital under\nCecil Davenport FRCS a countryman of my own Broad Benevolence\nare the Chinese characters displayed over the entrance to the hospital\nand they truthfully describe the work done by the hospital In the\nchapel adjoining a red screen is drawn down the centre of the church\nand separates the men from the womenone of the chief pretexts that an\nEnglishman has for going to church is thus denied the Chinaman since he\ncannot cast an ogling eye through a curtain\n\n\n\n\nCHAPTER V\n\nTHE JOURNEY FROM CHUNGKING TO SUIFUCHINESE INNS\n\n\nI left the boat at Chungking and started on my land journey going west\n230 miles to Suifu I had with me two coolies to carry my things the\none who received the higher pay having also to bring me my food make my\nbed and pay away my copper cash They could not speak a single word of\nEnglish They were to be paid for the journey one _4s 10d_ and the\nother _5s 7d_ They were to be entitled to no perquisites were to find\nthemselves on the way and take their chance of employment on the return\njourney They were to lead me into Suifu on the seventh day out from\nChungking All that they undertook to do they did to my complete\nsatisfaction\n\nOn the morning of March 14th I set out from Chungking to cross 1600\nmiles over Western China to Burma Men did not speak hopefully of my\nchance of getting through There were the rains of June and July to be\nfeared apart from other obstacles\n\nPere Lorain the Procureur of the French Mission who spoke from an\nexperience of twentyfive years of China assured me that speaking no\nChinese unarmed unaccompanied except by two poor coolies of the\nhumblest class and on foot I would have _les plus grandes\ndifficultes_ and Monsieur Haas the Consul _en commission_ was equally\npessimistic The evening before starting the Consul and my friend\nCarruthers one of the _Inverness Courier_ Carruthers gave me a lesson\nin Chinese French before breakfast was nothing to this kind of\ncramming I learnt a dozen useful words and phrases and rehearsed them\nin the morning to a member of the Inland Mission who cheered me by\nsaying that it would be a clever Chinaman indeed who could understand\nChinese like mine\n\nI left on foot by the West Gate being accompanied so far by A J\nLittle an experienced traveller and authority on China manager in\nChungking of the Chungking Transport Company which deals especially\nwith the transport of cargo from Ichang up the rapids whose book on\nThe Yangtse Gorges is known to every reader of books on China\n\nI was dressed as a Chinese teacher in thicklywadded Chinese gown with\npants stockings and sandals with Chinese hat and pigtail In my dress\nI looked a person of weight I must acknowledge that my outfit was very\npoor but this was not altogether a disadvantage for my men would have\nthe less temptation to levy upon it Still it would have been awkward if\nmy men had taken it into their heads to walk off with my things because\nI could not have explained my loss My chief efforts I knew throughout\nmy journey would be applied in the direction of inducing the Chinese to\ntreat me with the respect that was undoubtedly due to one who in their\nown words had done them the exalted honour of visiting their mean\nand contemptible country For I could not afford a private sedan chair\nthough I knew that Baber had written that no traveller in Western China\nwho possesses any sense of selfrespect should journey without a sedan\nchair not necessarily as a conveyance but for the honour and glory of\nthe thing Unfurnished with this indispensable token of respectability\nhe is liable to be thrust aside on the highway to be kept waiting at\nferries to be relegated to the worst inns worst room and generally to\nbe treated with indignity or what is sometimes worse with\nfamiliarity as a peddling footpad who unable to gain a living in his\nown country has come to subsist on China Travels and Researches in\nWestern China p 1\n\nSix li out two miles beyond the gravemounds there is a small village\nwhere ponies are kept for hire A kind friend came with me as far as the\nvillage to act as my interpreter and here he engaged a pony for me It\nwas to carry me ten miles for fourpence It was small ratlike and\nwiry and was steered by the mafoo using the tail like a tiller\nMounted then on this small beast which carried me without wincing I\njogged along over the stoneflagged pathway down hill and along valley\nscaling and descending the long flights of steps which lead over the\nmountains The bells of the pony jingled merrily the day was fine and\nthe sun shone behind the clouds My two coolies sublet their contracts\nand had their loads borne for a fraction of a farthing per mile by\ncoolies returning emptyhanded to Suifu\n\nIllustration ON THE MAIN ROAD TO SUIFU\n\nFutokuan four miles from Chungking is a powerful hillfort that guards\nthe isthmus where the Yangtse and the Little River come nearly together\nbefore encircling Chungking Set in the face of the cliff is a gigantic\nimage of Buddha Massive stone portals elaborately carved and huge\ncommemorative tablets cut from single blocks of stone and deeply\nengraved here adorn the highway The archways have been erected by\ncommand of the Emperor but at the expense of their relatives to the\nmemory of virtuous widows who have refused to remarry or who have\nsacrificed their lives on the death of their husbands Happy are those\nwhose names are thus recorded for not only do they obtain ten thousand\nmerits in heaven as well as the Imperial recognition of the Son of\nHeaven on earth but as an additional reward their souls may on\nentering the world a second time enjoy the indescribable felicity of\ninhabiting the bodies of men\n\nCases where the widow has thus brought honour to the family are\nconstantly recorded in the pages of the _Peking Gazette_ One of more\nthan usual merit is described in the _Peking Gazette_ of June 10th\n1892 The story runs\n\nThe Governor of Shansi narrates the story of a virtuous wife who\ndestroyed herself after the death of her husband The lady was a native\nof Tienmen in Hupeh and both her father and grandfather were\nofficials who attained the rank of Taotai When she was little more than\nten years old her mother fell ill The child cut flesh from her body and\nmixed it with the medicines and thus cured her parent The year before\nlast she was married to an expectant magistrate Last autumn just after\nhe had obtained an appointment he was taken violently ill She mixed\nher flesh with the medicine but it was in vain and he died shortly\nafterwards Overcome with grief and without parents or children to\ndemand her care she determined that she would not live Only waiting\ntill she had completed the arrangements for her husbands interment she\nswallowed gold and powder of lead She handed her trousseau to her\nrelatives to defray her funeral expenses and made presents to the\nyounger members of the family and the servants after which draped in\nher state robes she sat waiting her end The poison began to work and\nsoon all was over The memorialist thinks that the case is one which\nshould be recorded in the erection of a memorial arch and he asks the\nEmperor to grant that honour to the deceased lady _Granted_\n\nNear the base of the rock upon which the hillfort is built and between\nit and the city the Methodist Episcopalian Mission of the USA\ncommenced in 1886 to build what the Chinese in their ignorance feared\nwas a foreign fort but what was nothing more than a mission house in a\ncompound surrounded by a powerful wall The indiscreet mystery\nassociated with its erection was the exciting cause of the antiforeign\nriot of July 1886\n\nFrom the fort the pathway led us through a beautiful country We met\nnumbers of sedan chairs borne by two coolies or three according to\nthe importance of the traveller There were Chinese gentlemen mounted on\nponies or mules there were strings of coolies swinging along under\nprodigious loads of salt and coal and huge bales of raw cotton\nBuffaloes with slow and painful steps were ploughing the paddy fields\nthe water up to their middlesthe primitive plough and share guided by\nhalfnaked Chinamen Along the road there are inns and teahouses every\nmile or two for this is one of the most frequented roadways of China\nAt one goodsized village my cook signed to me to dismount the mafoo\nand pony were paid off and I sat down in an inn and was served with an\nexcellent dish of rice and minced beef The inn was crowded and open to\nthe street Despite my Chinese dress anyone could see that I was a\nforeigner but I was not far enough away from Chungking to excite much\ncuriosity The other diners treated me with every courtesy they offered\nme of their dishes and addressed me in Chinesea compliment which I\nrepaid by thanking them blandly in English\n\nNow I went on on foot though I had difficulty in keeping pace with my\nmen Behind the village we climbed a very steep hill by interminable\nsteps and passed under an archway at the summit Descending the hill\nmy cook engaged in a controversy with a thin lad whom he had hired to\ncarry his load a stage The dispute waxed warm and while they stopped\nto argue it out at leisure I went on My cook engaged through the kind\noffices of the Inland Mission was a man of strong convictions and in\nthe last I saw of the dispute he was pulling the unfortunate coolie\ndownhill by the pigtail When he overtook me he was alone and smiling\ncheerfully well satisfied with himself for having settled _that_ little\ndispute The road became more level and we got over the ground quickly\n\nLate in the evening I was led into a crowded inn in a large village\nwhere we were to stay the night We had come twentyseven miles and had\nbegun well I was shown into a room with three strawcovered wooden\nbedsteads a rough table lit by a lighted taper in a saucer of oil a\nrough seat and the naked earth floor Hot water was brought me to wash\nwith and tea to drink and my man prepared me an excellent supper My\nbaggage was in the corner it consisted of two light bamboo boxes with\nChinese padlocks a bamboo hamper and a roll of bedding covered with\noilcloth An oilcloth is indispensable to the traveller in China for\nplaced next the straw on a Chinese bed it is impassable to bugs And\nduring all my journey in China I was never disturbed in my sleep by this\nunpleasant pest Bugs in China are sufficiently numerous but their\nnumbers cannot be compared with the gregarious hosts that disturb the\ntraveller in Spain\n\nMy last night in Spain was spent in Cadiz the most charming city in\nthe peninsula I had lost the last boat off to the steamer on which I\nwas a passenger it was late at night and I knew of no inn near the\nlanding At midnight as I was walking in the Plaza called after that\nrevered monarch Queen Isabel II I was spoken to at the door of a\nfonda and asked if I wanted a bedroom It was the taberna La\nValenciana I was delighted it was the very thing I was looking for I\nsaid The innkeeper had just one room unoccupied and he showed me\nupstairs into a plain homely apartment which I was pleased to engage\nfor the night _Que usted descanse bien_ may you sleep well said\nthe landlord and left me Keeping the candle burning I tumbled into\nbed for I was very tired but jumped out almost immediately despite my\nfatigue I turned down the clothes and saw the bugs gathering in the\ncentre from all parts of the bed I collected a dozen or two and put\nthem in a basin of water and dressing myself went out on the landing\nand called the landlord\n\nHe came up yawning\n\nSir he said do you wish anything\n\nNothing but it is impossible absolutely impossible for me to sleep\nin that bed\n\nBut why senor\n\nBecause it is full of bugs\n\nOh no sir that cannot be that cannot be there is not a bug in the\nhouse\n\nBut I have seen them\n\nYou must be mistaken it is impossible that there can be a bug in the\nhouse\n\nBut I have caught some\n\nIt makes twenty years that I live in this house and never have I seen\nsuch a thing\n\nPardon me but will you do me the favour to look at this basin\n\nSir you are right you are completely right it is the weather _every\nbed in Cadiz is now full of them_\n\nIn the morning and every morning we were away at daylight and walked\nsome miles before breakfast All the way to Suifu the road is a paved\ncauseway 3 feet 6 inches to 6 feet wide laid down with dressed flags\nof stone and here at least it cannot be alleged as the Chinese\nproverb would have it that their roads are good for ten years and bad\nfor ten hundred There are of course no fences the main road picks\nits way through the cultivated fields no traveller ever thinks of\ntrespassing from the roadway nor did I ever see any question of\ntrespass between neighbours In this lawabiding country the peasantry\nconspicuously follow the Confucian maxim taught in China four hundred\nyears before Christ Do not unto others what you would not have others\ndo unto you Every rood of ground is under tillage\n\nHills are everywhere terraced like the seats of an amphitheatre each\nterrace being irrigated from the one below it by a small stream of\nwater drawn up an inclined plain by a continuous chain bucket worked\nwith a windlass by either hand or foot The poppy is everywhere abundant\nand well tended there are fields of winter wheat and pinkflowered\nbeans and beautiful patches of golden rapeseed Dotted over the\nlandscape are pretty Szechuen farmhouses in groves of trees Splendid\nbanyan trees give grateful shelter to the traveller Of this country it\ncould be written as a Chinese traveller wrote of England their fertile\nhills adorned with the richest luxuriance resemble in the outline of\ntheir summits the arched eyebrows of a fair woman\n\nThe country is well populated and a continuous stream of people is\nmoving along the road Grand memorial arches span the roadway many of\nthem notable efforts of monumental skill with columns and architraves\ncarved with elephants and deer and flowers and peacocks and the\nImperial seventailed dragon of China Chinese art is seen at its best\nin this rich province\n\nIllustration CULTIVATION IN TERRACES In the foreground the poppy in\nbloom\n\nIllustration SCENE IN SZECHUEN\n\nI lived of course in the common Chinese inn ate Chinese food and was\neverywhere treated with courtesy and good nature but at first I found\nit trying to be such an object of curiosity to have to do all things in\nunsecluded publicity to have to push my way through streets thronged by\nthe curious to see the foreigner My meals I ate in the presence of the\nstreet before gaping crowds When they came too close I told them\npolitely in English to keep back a little and they did so if I\nillustrated my words by gesture When I scratched my head and they saw\nthe spurious pigtail they smiled when I flicked the dust off the table\nwith my pigtail they laughed hilariously\n\nThe wayside inns are usually at the side of an arcade of grass and\nbamboo stretched above the main road Two or three ponies are usually\nwaiting here for hire and expectant coolies are eager to offer their\nservices In engaging a pony you make an offer casually as if you had\nno desire in the world of its being accepted and then walk on as if you\nhad no intention whatever of riding for the next month The mafoo\ndemands more but will come down you stick to your offer though\nprepared to increase it so demand and offer you exchange with the mafoo\ntill the width of the village is between you and your voices are almost\nout of hearing when you come to terms\n\nSuppose I wanted a chair to give me a rest for a few milesit was\nusually slung under the raftersLaokwang my cook unobserved by anyone\nbut me pointed to it with his thumb inquiringly I nodded assent and\napparently nothing more happened and the conversation of which I was\nquite ignorant continued We left together on foot my man still\nmaintaining a crescendo conversation with the inn people till well away\nWhen almost out of hearing he called out something and an answer came\nfaintly back from the distance It was his ultimatum as regards price\nand its acceptancethey had been bargaining all the time My man\nmotioned to me to wait said the one word _chiaodza_ sedan chair and\nin a few moments the chair of bamboo and wicker came rapidly down the\nroad carried by two bearers They put down the chair before me and bowed\nto me I took my seat and was borne easily and pleasantly along at four\nmiles an hour at a charge of less than one penny a mile\n\nMy men received nearly 400 cash a day each but from time to time they\nsweated their contract to unemployed coolies and had their loads carried\nfor so little as sixty cash one penny halfpenny for twothirds of a\ndays journey\n\nAt nightfall we always reached some large village or town where my cook\nselected the best inn for my resting place the best inn in such cases\nbeing usually the one which promised him the largest squeeze All the\ntowns through which the road passes swarm with inns for there is an\nimmense floating population to provide for Competition is keen Touts\nstand at the doorway of every inn who excitedly waylay the traveller\nand cry the merits of their houses At the counter inside the entrance\npiles of pukais the warm Chinese bedding are stacked for hirefew of\nthe travellers carry their own bedding The inns are sufficiently\ncomfortable The bedrooms are in one or two stories and are arranged\nround one or more or a succession of courts The cheapness is to be\ncommended For supper bed and light tea during the night and tea\nbefore starting in the morning and various little comforts such as hot\nwater for washing the total charge for the six nights of my journey\nfrom Chungking to Suifu was 840 cash _1s 9d_\n\nRice was my staple article of diet eggs fowls and vegetables were\nalso abundant and cheap but I avoided pork which is the flesh\nuniversally eaten throughout China by all but the Mohammedans and\nvegetarians In case of emergency I had a few tins of foreign stores\nwith me I made it a point never to drink waterI drank tea No\nChinaman ever drinks anything cold Every half hour or hour he can reach\nan inn or teahouse where tea can be infused for him in a few minutes\nThe price of a bowl of tea with a pinch of tealeaves filled and\nrefilled with hot water _ad lib_ is two cashequal to the twentieth\npart of one penny Pork has its weight largely added to by being\ninjected with water the point of the syringe being passed into a large\nvein this is usually described as the Chinese method of watering\nstock\n\nOn the third day we were at Yuenchuan sixtythree miles from Chungking\nOn the 5th we passed through Luchow one of the richest and most\npopulous cities on the Upper Yangtse and at noon next day we again\nreached the Yangtse at the Temple of the Goddess of Mercy two miles\ndown the river from the large town of Lanchihsien According to my\ninterpretation of the gesticulations of Laokwang we were then forty\nmiles from Suifu and a beautiful sunny afternoon before us in which to\neasily cover one half the distance But I must reckon with my guide He\nwished to remain here I wished to go on but as I could not understand\nhis Chinese explanation nor advance any protest except in English of\nwhich he was innocent I could only look aggrieved and make a virtue of\na necessity He did however convey to me his solemn assurance that\ntomorrow _ming tien_ he would conduct me into Suifu before sunset An\nelderly Chinaman who had given us the advantage of his company at\nvarious inns during the last three days here entered into the\nconversation produced his watch and with his hand over his heart\nwhich in a Chinaman is in the centre of the breastbone added his\nsacred asseveration to my guides So I stayed We were quite a friendly\nparty travelling together\n\nIn the middle of the night a light was flashed into our room and a voice\npealed out an alarm that awoke even my two Chinese who always\nobligingly slept in the same room with me I had protested against their\ndoing so but they mistook my expostulation for approbation We rose at\nonce and came down the steep bank to a boat that was lying stern to\nshore showing a light I was charmed to get such an early start and\nconstrued the indications into a ferry boat to take me across the river\nwhence we would go by a short route into Suifu The boat was loaded with\nsugar and had a crew of two men and three boys There was an awning over\nthe cargo but most of the space under it was already occupied by twelve\namiable Chinese among whom were six promiscuous friends who had kept\nwith us for several stages and had I imagine derived some pecuniary\nadvantages from my company Yet this was not a ferry boat but a\npassenger boat engaged especially for me to carry me to Suifu before\nnightfall The Chinese passengers had courteously projected their\ncompanionship upon the inarticulate stranger An elderly gentleman with\nhuge goggles and long nails whose fingers were stained with opium was\nthe pacificator of the party and calmed the frequent wranglings in\nwhich the other eighteen Chinese engaged with much earnestness\n\nWell this boata leaky heavy old tub that had to be tracked nearly\nall the waycarried me the forty miles to Suifu within contract time\nThe boatmen on board worked sixteen hours without any rest except at two\nhasty meals the frayed towrope never parted at any rapid and only once\ndid our boat get entangled with any other Towards sundown we were\nabreast of the fine pagoda of Suifu and a little later were at the\nlanding The city is on a high level shelf of land with high hills\nbehind it It lies in the angle of bifurcation formed by the Yangtse\nriver here known as the River of Golden Sand going west and the\nMin or Chentu river going north to Chentu the capital city of the\nprovince I landed below the southern wall and said goodbye to my\ncompanions Climbing up the bank into the city I passed by a busy\nthoroughfare to the pretty home of the Inland Mission where I received\na kind welcome from the gentleman and lady who conduct the mission and\na charming English girl also in the mission who lives with them\n\n\n\n\nCHAPTER VI\n\nTHE CITY OF SUIFUTHE CHINA INLAND MISSION WITH SOME GENERAL REMARKS\nABOUT MISSIONARIES IN CHINA\n\n\nAt Suifu I rested a day in order to engage new coolies to go with me to\nChaotong in Yunnan Province distant 290 miles Neither of my two\nChungking men would reengage to go further Yet in Chungking Laokwang\nthe cook had declared that he was prepared to go with me all the way to\nTalifu But now he feared the loneliness of the road to Chaotong The\nway he said was mountainous and little trodden and robbers would see\nthe smallness of our party and come down and stab us I was then glad\nthat I had not paid him the retaining fee he had asked in Chungking to\ntake me to Tali\n\nI called upon the famous Catholic missionaries the Provicaire Moutot\nand Pere Beraud saw the more important sights and visited some\nnewlyarrived missionaries of the American Board of Missions Four of\nthe Americans were living together I called with the Inland missionary\nat a time when they were at dinner We were shown into the drawingroom\nwhere the most conspicuous ornament was a painted scroll with a well\nexecuted drawing of the poppy in flower a circumstance which would\nconfirm the belief of the Chinese who saw it that the poppy is held in\nveneration by foreigners While we waited we heard the noise of dinner\ngradually cease and then the door opened and one of the single ladies\nentered She was fierce to look at tall as a grenadier with a stride\nlike a camel she was picking her teeth with a hairpin She courteously\nexpressed her regret that she could not invite us to dinner Waal now\nshe said looking at us from under her spectacles ahm real sorry I\ncaant ask you to have somethin to eat but weve just finished and I\nguess there aint nothin left\n\nFourteen American missionaries were lately imported into Suifu in one\nshipment Most of them are from Chicago One of their earliest efforts\nwill be to translate into Chinese Mr Steads If Christ came to\nChicago in order the better to demonstrate to the Chinese the lofty\nstandard of morality virtue probity and honour attained by the\nChristian community that sent them to China to enlighten the poor\nbenighted heathen in this land of darkness\n\nSzechuen is a Catholic stronghold There are nominally one hundred\nthousand Catholics in the province representing the labours of many\nFrench missionaries for a period of rather more than two hundred years\nActually however there are only sixty thousand Chinese in the province\nwho could be called Catholics To use the words of the Provicaire the\nChinese are _trop materialistes_ to become Christian and as they are\nall liars and robbers the faith is not easily propagated amongst\nthem Rarely have I met two more charming men than these brave\nmissionaries French they told me I speak with the _vrai accent\nparisien_ a compliment which I have no doubt is true though it\nconflicts with my experience in Paris where most of the true Parisians\nto whom I spoke in their own language gave me the same look of\nintelligence that I observe in the Chinaman when I address him in\nEnglish Pere Moutot has been twentythree years in Chinasix years at\nthe sacred Mount Omi and seventeen years in Suifu Pere Beraud has been\ntwentythree years in Suifu They both speak Chinese to perfection and\nhave been coworkers with the bishop in the production of a\nMandarinFrench dictionary just published at Sicawei they dress as\nChinese and live as Chinese in handsome mission premises built in\nChinese style There is a pretty chapel in the compound with scrolls and\nmemorial tablets presented by Chinese Catholics a school for boys\nattended by fifty ragamuffins a nunnery and girls school and a fit\nresidence for the venerable bishop When showing me the chapel the\nProvicaire told me of the visit of one of Our Lords Apostles to Suifu\nHe seemed to have no doubt himself of the truth of the story Tradition\nsays that St Thomas came to China and if further proof were wanting\nthere is the black image of Tamo worshipped to this day in many of the\ntemples of Szechuen Scholars however identify this image and its\nmarked Hindoo features with that of the Buddhist evangelist Tamo who is\nknown to have visited China in the sixth century\n\nIn Suifu there is a branch of the China Inland Mission under an\nenthusiastic young missionary who was formerly a French polisher in\nHereford He is helped by an amiable wife and by a charming English girl\nscarcely out of her teens The missionarys work has he tells me been\nabundantly blessedhe has baptised six converts in the last three\nyears A fine type of man is this missionary brave and selfreliant\nsympathetic and selfdenying hopeful and selfsatisfied His views as a\nmissionary are welldefined I give them in his own wordsThose\nChinese who have never heard the Gospel will be judged by the Almighty\nas He thinks fita contention which does not admit of disputebut\nthose Chinese who have heard the Christian doctrine and still steel\ntheir hearts against the Holy Ghost will assuredly go to hell there is\nno help for them they can believe and they wont had they believed\ntheir reward would be eternal they refuse to believe and their\npunishment will be eternal But the destruction that awaits the Chinese\nmust be pointed out to them with becoming gentleness in accordance with\nthe teaching of the Rev S F Woodin of the American Baptist Mission\nFoochow who saysThere are occasions when we must speak that awful\nword hell but this should always be done in a spirit of earnest\nlove _Records_ of the Shanghai Missionary Conference 1877 p 91\nIt was a curious study to observe the equanimity with which this\ngoodnatured man contemplates the work he has done in China when to\nobtain six dubious conversions he has on his own confession sent some\nthousands of unoffending Chinese _en enfer bouillir eternellement_\n\nBut if the teaching of this good missionary is unwelcome to the\nChinese and there are hundreds in China who teach as he does how\ninfinitely more distasteful must be the teaching of both the Founder and\nthe Secretary of the Mission which sent him to China\n\nThey are Gods lost ones who are in China says Mr C L Morgan\neditor of _The Christian_ and God cares for them and yearns over\nthem _Chinas Millions_ 1879 p 94 The millions of Chinese\nwho have never heard the Gospel says Mr B Broomhall secretary of\nthe China Inland Mission and editor of _Chinas Millions_ where are\nthey going what is to be their future What is to be their condition\nbeyond the grave Oh tremendous question It is an awful thing to\ncontemplatebut they perish that is what God says Evangelisation\nof the World p 70 The heathen are all guilty in Gods eyes as\nguilty they perish _Id_ 101 Do we believe that these millions\nare without hope in the next world We turn the leaves of Gods Word in\nvain for there we find no hope not only that but positive words to\nthe contrary Yes we believe it _Id_ p 199\n\nThe Rev Dr Hudson Taylor the distinguished Founder of the Mission\ncertainly believes it and has frequently stated his belief in public\nAncestral worship is the keystone of the religion of the Chinese the\nkeystone also of Chinas social fabric And the worship springs says\nthe Rev W A P Martin DD LLD of the Tung Wen College Peking\nfrom some of the best principles of human nature The first conception\nof a life beyond the grave was it is thought suggested by a desire to\ncommune with deceased parents The Worship of Ancestorsa plea for\ntoleration But Dr Hudson Taylor condemned bitterly this plea for\ntoleration Ancestral worship he said it was at the Shanghai\nMissionary Conference of May 1890 Ancestral worship is idolatry from\nbeginning to end the whole of it and everything connected with it\nChinas religion is idolatry the Chinese are universally idolatrous\nand the fate that befalls idolaters is carefully pointed out by Dr\nTaylorTheir part is in the lake of fire\n\nThese millions of China I quote again from Dr Taylor These\nmillions of China who have never heard the Gospel are unsaved Oh\nmy dear friends may I say one word about that condition The Bible says\nof the heathen that they are without hope will you say there is good\nhope for them of whom the Word of God says they are without hope\nwithout God in the world Missionary Conference of 1888 _Records_\ni 176\n\nThere are those who know more about the state of the heathen than did\nthe Apostle Paul who wrote under the inspiration of the Holy Ghost\nThey that sin without law perish without law nay there are those\nwho are not afraid to contradict the revelation of Jesus Christ which\nGod gave unto Him to shew unto His servants in which He solemnly\naffirms that idolators and all liars their part shall be in the lake\nthat burneth with fire and brimstone Such being the state of the\nunsaved of China do not their urgent needs claim from us that with\n_agonising eagerness_ we should hasten to proclaim everywhere the\nmessage through which alone deliverance can be found _Ut supra_ ii\n31\n\nLook then at the enormous difficulty which the six hundred and eleven\nmissionaries of the China Inland Mission raise up against themselves\nthe majority of whom are presumably in agreement with the teaching of\ntheir director Dr Hudson Taylor They tell the Chinese inquirer that\nhis unconverted father who never heard the Gospel has like Confucius\nperished eternally But the chief of all virtues in China is filial\npiety the strongest emotion that can move the heart of a Chinaman is\nthe supreme desire to follow in the footsteps of his father Conversion\nwith him means not only eternal separation from the father who gave him\nlife but the immediate liberation of his ancestors to a life of\nbeggary to inflict sickness and all manner of evil on the\nneighbourhood\n\nI believe that it is now universally recognised that the most difficult\nof all missionary fieldsincomparably the most difficultis China\nDifficulties assail the missionary at every step and every honest man\nwhether his views be broad or high or low must sympathise with the\nearnest efforts the missionaries are making for the good and advancement\nof the Chinese\n\nLook for example at the difficulty there is in telling a Chinese who\nhas been taught to regard the love of his parents as his chief duty as\nhis forefathers have been taught for hundreds of generations before\nhimthe difficulty there is in explaining to him in his own language\nthe words of Christ If any man come to Me and hate not his father he\ncannot be My disciple For I am come to set a man at variance against\nhis father\n\nIn the patriarchal system of government which prevails in China the\nmost awful crime that a son can commit is to kill his parent either\nfather or mother And this is said to be though the description is no\ndoubt abundantly exaggerated the punishment of his crime He is put to\ndeath by the _Ling chi_ or degrading and slow process and his\nyounger brothers are beheaded his house is razed to the ground and the\nearth under it dug up several feet deep his neighbours are severely\npunished his principal teacher is decapitated the district magistrate\nis deprived of his office and the higher officials of the province\ndegraded three degrees in rank\n\nSuch is the enormity of the crime of parricide in China yet it is to\nthe Chinese who approves of the severity of this punishment that the\nmissionary has to preach And the children shall rise up against their\nparents and cause them to be put to death\n\nThe China Inland Mission as a body of courageous workers brave\ntravellers unselfish and kindly men endowed with every manly virtue\nthat can command our admiration is worthy of all the praise that can\nbe bestowed on it Most of its members are men who have been saved after\nreaching maturity and delicatelynurtured emotional girls with\nheightened religious feelings\n\nToo often entirely ignorant of the history of China a mighty nation\nwhich has witnessed the rise to glory and the decay of Egypt Assyria\nBabylonia Persia Greece and Rome and still remains the only monument\nof ages long bygone of its manners and polity customs and religions\nand of the extraordinary difficulties in the acquirement of its\nlanguage too often forgetful that the Chinese are a people whose\nprepossessions and prejudices and cherished judgments are the growth of\nmillenniums they come to China hoping that miraculous assistance will\naid them in their exposition of the Christian doctrine in language\nwhich is too often impenetrable darkness to its hearers\n\nThey are Gods lost ones who are in China and God cares for them and\nyearns over them and men who were in England respectable artisans\nwith an imperfect hold of their own language come to China in response\nto the wail of the dying millions to stay this awful ruin of souls\nwho at the rate of 33000 a day are perishing without hope having\nsinned without law\n\nSix months after their arrival they write to _Chinas Millions_ Now\nfor the news Glorious news this time Our services crowded Such bright\nintelligent faces So eager to hear the good news They seemed to drink\nin every word and to listen as if they were afraid that a word might be\nlost Five years later they write The first convert in Siao Wong Miao\nwas a young man named Sengleping a matseller He was very earnest in\nhis efforts to spread the Gospel but about the beginning of the year\nhe became insane The poor man lost his reason but not his piety\n_Chinas Millions_ iv 5 95 and 143\n\nA young English girl at this mission who has been more than a year in\nChina tells me that she has never felt the Lord so near her as she has\nsince she came to China nor ever realised so entirely His abundant\ngoodness Poor thing it made me sad to talk to her In England she\nlived in a bright and happy home with brothers and sisters in a\ncharming climate She was always well and full of life and vigour\nsurrounded by all that can make life worth living In China she is never\nwell she is almost forgetting what is the sensation of health she is\nanaemic and apprehensive she has nervous headaches and neuralgia she\ncan have no pleasure no amusement whatever her only relaxation is\ntaking her temperature her only diversion a prayer meeting She is\ncooped up in a Chinese house in the unchanging society of a married\ncouplethe only exercise she can permit herself is a prisonlike walk\nalong the top of the city at the back of the mission Her lover a\nrefined English gentleman who is also in the mission lives a weeks\njourney away in Chungking a depressing feverstricken city where the\nsun is never seen from November to June and blazes with unendurable\nfierceness from July to October In England he was full of strength and\nvigour fond of boating and a good lawntennis player In China he is\nalways ill anaemic wasted and dyspeptic constantly subject to low\nforms of fever and destitute of appetite But more agonising than his\nbad health is the horrible reality of the unavailing sacrifice he is\nmakingno converts but outcasts subsidised to forsake their family\naltars no reward but the ultimate one which his noble selfdevotion\nis laying up for himself in Heaven No man with a healthy brain can\ndiscern Blessing in the work of these two missionaries nor be blind\nto the fact that it is the reverse of worshipful to return effusive\nthanks to the great Almighty who yearns over the Chinese His lost\nones for vouchsafing the abundant mercies of a harvest of six\ndoubtful converts as the work of three missionaries for three years\n\nThere are 180000 people in Suifu and as is the case with Chinese\ncities a larger area than that under habitation is occupied by the\npublic graveyard outside the city which covers the hill slopes for\nmiles and miles The number of opiumsmokers is so large that the\nquestion is not who does smoke opium but who doesnt In the mission\nstreet alone besides the Inland Mission the Buddhist Temple\nMohammedan Mosque and Roman Catholic Mission there are eight\nopiumhouses Every bank silk shop and hong of any pretension\nwhatever throughout the city has its opiumroom with the lamp always\nlit ready for the guest Opiumrooms are as common as smoking rooms are\nwith us A whiff of opium rather than a nip of whisky is the preliminary\nto business in Western China\n\nIllustration OPIUMSMOKING\n\nAn immensely rich city is Suifu with every advantage of position on a\ngreat waterway in the heart of a district rich in coal and minerals and\ninexhaustible subterranean reservoirs of brine Silks and furs and\nsilverwork medicines opium and whitewax are the chief articles of\nexport and as fortunately for us Western China can grow but little\ncotton the most important imports are Manchester goods\n\nSzechuen is by far the richest province of the eighteen that constitute\nthe Middle Kingdom Its present Viceroy Liu is a native of Anhwei he\nis therefore a countryman of Li Hung Chang to whom he is related by\nmarriage his daughter having married Li Hung Changs nephew Its\nprovincial Treasurer is believed to occupy the richest post held by any\nofficial in the empire It is worth noticing that the present provincial\nTreasurer Kung Chaoyuan has just been made 1894 Minister\nPlenipotentiary to Great Britain France Italy Belgium Sweden and\nNorway and one can well believe how intense was his chagrin when he\nreceived this appointment from the Imperial Supreme compelling him as\nit did to forsake the tombs of his ancestorsto leave China for\nEngland on a fixed salary and vacate the most coveted post in the\nempire a post where the opportunities of personal enrichment are simply\nillimitable\n\nIn Suifu there are two magistrates both with important yamens The Fu\nmagistrate is the Father of the City the Hsien magistrate is the\nMother of the City and the Mother of the City largely favours the\nexport opium trade When Protestant missionaries first came to the city\nin 1888 and 1889 there was little friendliness shown to them Folk would\ncry after the missionary There goes the foreigner that eats children\nand children would be hurriedly hidden as if from fear These taunts\nwere at first disregarded But there came a time when living children\nwere brought to the mission for sale as food whereupon the mission made\nformal complaint in the yamen and the Fu at once issued a proclamation\nchecking the absurd tales about the foreigners and ordering the\ncitizens under many pains and penalties to treat the foreigners with\nrespect There has been no trouble since and as we walked through the\ncrowded streets I could see nothing but friendly indifference\nReference to this and other sorrows is made in the missionarys report\nto _Chinas Millions_ November 1893\n\nSoon after this trial had passed away the rumours of baby eating\nstill more painful internal sorrow arose One of the members who had\nbeen baptised three years before and had been useful as a preacher of\nthe Gospel fell into grievous sin and had to be excluded from Church\nfellowship Then a little later a very promising inquirer who had been\ncured of opiumsmoking and appeared to be growing in grace fell again\nunder its power While still under a cloud he was suddenly removed\nduring the cholera visitation\n\nThe China Inland Mission has pleasant quarters close under the city\nwall Their pretty chapel opens into the street and displays\nprominently the proclamation of the Emperor concerning the treaty rights\nof foreign missionaries Seven children all of whom are girls are\nboarded on the premises and are being brought up as Christians They\nare pretty bright children the eldest a girl of fourteen\nparticularly so All are largefooted and they are to be married to\nChristian converts When this fact becomes known it is hoped that more\nyoung Chinamen than at present may be emulous to be converted All seven\nare foundlings from Chungking where wrapped in brown paper they were\nat different times dropped over the wall into the Mission compound They\nhave been carefully reared by the Mission\n\nAt the boys school fifty smart boys all heathens were at their\nlessons They were learning different subjects and were teaching their\nears the tones by reading at the top of their voices The noise was\nawful None but a Chinese boy could study in such a din In China when\nthe lesson is finished the class is silent noise therefore is the\nindication of work in a Chinese schoolnot silence\n\nThe schoolmaster was a raggedlooking loafer dressed in grey He was\nin mourning and had been unshaven for fortytwo days in consequence of\nthe death of his father This was an important day of mourning because\non this day the fortysecond after his death his dead father became\nfor the first time aware of his own decease A week later on the\nfortyninth day the funeral rites would cease\n\n\n\n\nCHAPTER VII\n\nSUIFU TO CHAOTONG WITH SOME REMARKS ON THE PROVINCE OF YUNNANCHINESE\nPORTERS POSTAL ARRANGEMENTS AND BANKS\n\n\nI engaged three new men in Suifu who undertook to take me to Chaotong\n290 miles in thirteen days special inducement being held out to them\nin the shape of a reward of one shilling each to do the journey in\neleven days Their pay was to be seven shillings and threepence each\napart from the bonus and of course they had to find themselves They\nbrought me from the cooliehong where they were engaged an agreement\nsigned by the hongmaster which was to be returned to them in Chaotong\nand remitted to their master as a receipt for my safe delivery\n\nEvery condition detailed in the agreement they faithfully carried out\nand they took me to Chaotong in ten days and a half though the ordinary\ntime is fourteen days\n\nOne of the three was a convert one of the six surviving converts made\nby the aggregate Inland Mission of Suifu in six years He was an\nexcellent good fellow rather dull of wits but a credit to the Mission\nTo him was intrusted the paying away of my moneyhe carried no load\nWhen he wanted money he was to show me his empty hands and say _Muta\ntsien muta tsien_ I have no money I have no money\n\nI knew that perfect confidence could be placed in the convert apart\nfrom the reason of his conversion because he had a father living in\nSuifu Were he to rob me or do me a wrong and run away we could arrest\nhis father and have him detained in the yamen prison till his son\nreturned Nothing in China gives one greater protection against fraud\nand injury than the law which holds a father responsible for the\nwrongdoing of his son or where there is no father an elder son\nculpable for the misdeed of the younger\n\nOn the morning of March 22nd we started for Chaotong in Yunnan province\nThe Inland Missionary and a Brother from the American Baptist Mission\nkindly came with me for the first thirteen miles My route lay west on\nthe north bank of the Yangtse but later after crossing the Yangtse\nwould be nearly south to Chaotong\n\nShortly before leaving the _chairen_ or yamenrunnerthe policeman\nthat is to saysent by the Magistrate to shadow me to Takwanhsien\ncalled at the Mission to request that the interpreter would kindly\nremind the traveller who did not speak Chinese that it was customary\nto give winemoney to the chairen at the end of the journey The request\nwas reasonable All the way from Chungking I had been accompanied by\nyamenrunners without knowing it The chairen is sent partly for the\nprotection of the traveller but mainly for the protection of the\nMagistrate for should a traveller provided with a passport receive any\ninjury the Magistrate of the district would be liable to degradation\nIt was arranged therefore with the convert that on our arrival in\nTakwanhsien I was to give the chairen if satisfied with his\nservices 200 cash five pence but if he said _gowshun gowshun_\na little more a little more with sufficient persistence I was to\nincrease the reward gradually to sevenpence halfpenny This was to be\nthe limit and the chairen I was assured would consider this a\ngenerous return for accompanying me 227 miles over one of the most\nmountainous roads in China\n\nIt was a pleasant walk along the riverbank in the fertile alluvial\nwhere the poppy in white flower and tobacco were growing and where\nfields of yellow rapeseed alternated with beds of rushesthe rapeseed\nyielding the oil and the rushes the rushlights of Chinese lamps Flocks\nof wild geese were within easy shot on the sandbanksthe peaceful\ngeese whose virtues are extolled by every Chinaman They live in\npairs and if one dies its mate will be for ever faithful to its\nmemory Such virtue is worthy of being recorded on the arch which here\nspans the roadway whose Chinese characters _Shen_ holy _Chi_\nwill show that it was erected by the holy decree of the Emperor to\nperpetuate the memory of some widow who never remarried\n\nAs we walked along the missionary gave instructions to my men In my\ngrace I had given them very light loads hurry and they would be richly\nrewardedone shilling extra for doing fourteen stages in eleven days\n\nAt an inn under the branches of a banyan tree we sat down and had a\ncup of tea While we waited a hawker came and sat near us He was\npeddling live cats In one of his two baskets was a cat that bore a\ncurious resemblance to a tortoiseshell tabby that till a week ago had\nbeen a pet in the Inland Mission It had disappeared mysteriously it\nhad died the Chinese servant said and here it was reincarnated\n\nAt the market town the missionaries left me to go on alone with my three\nmen I had seventeen miles still to go before night\n\nIt was midday and the sun was hot so a chair was arranged for to take\nme the seventeen miles to Anpien It was to cost 320 cash eightpence\nbut just before leaving the grasping coolies refused to carry me for\nless than 340 cash Walk on said the missionary and teach them a\nChristian lesson so I walked seventeen miles in the sun to rebuke them\nfor their avarice and save one halfpenny In the evening I am afraid\nthat I was hardly in the frame of mind requisite for conducting an\nevangelical meeting\n\nAnpien is a considerable town It is on the Yangtse River just below\nwhere it bifurcates into two rivers one of which goes northwest the\nother southwest Streets of temporary houses are built down by the\nriver they form the winter suburb and disappear in the summer when the\nriver rises in consequence of the melting of the snows in its mountain\nsources At an excellent inn with a noisy restaurant on the first\nfloor good accommodation was given me No sooner was I seated than a\nchairen came from the yamen to ask for my Chinese visiting card but he\ndid not ask for my passport though I had brought with me twentyfive\ncopies besides the original\n\nAt daybreak a chair was ready and I was carried to the River where a\nferry boat was in waiting to take us across below the junction Then we\nstarted on our journey towards the south along the right bank of the\nLaowatan branch of the Yangtse The road was a tracking path cut into\nthe face of the cliff it was narrow steep winding and slippery\nThere was only just room for the chair to pass and at the sudden turns\nit had often to be canted to one side to permit of its passage We were\nhigh above the river in the mountain gorges The comfort of the\ntraveller in a chair along this road depends entirely upon the sureness\nof foot of his two bearersa false step and chair and traveller would\ntumble down the cliff into the foaming river below Deep and narrow was\nthe mountain river and it roared like a cataract yet down the passage\na long narrow junk swarming with passengers was racing its oars and\nbowsweep worked by a score of sailors singing in chorus The boat\nappeared passed down the reach and was out of sight in a moment a\nsingle error the slightest confusion and it would have been smashed in\nfragments on the rocks and the river strewn with corpses\n\nWe did a good stage before breakfast Every few li where the steepness\nof the valley side permits it there are strawthatched bamboo and\nplaster inns Here rice is kept in wooden bins all ready steaming hot\nfor the use of travellers good tea is brewed in a few minutes the\ntables and chopsticks are sufficiently clean\n\nLeaving the river we crossed over the mountains by a short cut to the\nriver again and at a wayside inn much frequented by Chinese the chair\nstage finished I wished to do some writing and sat down at one of the\ntables A crowd gathered round me and were much interested One elderly\nChinese with huge glasses a wag in his own way seeing that I did not\nspeak Chinese thought to make me understand and divert the crowd by the\nloudness of his speech and insisting that I was deaf yelled into my\nears in tones that shook the tympanum I told the foolish fellow in\nEnglish that the less he talked the better I could understand him but\nhe persisted and poked his face almost into mine but withdrew it and\nhobbled off in umbrage when I drew the attention of the bystanders to\nthe absurd capacity of his mouth which was larger than any mules\n\nI must admit that my knowledge of Chinese was very scanty so scanty\nindeed as to be almost nonexistent What few words I knew were rarely\nintelligible but as Mrs General Baynes when staying at Boulogne\nfound Hindostanee to be of great help in speaking French so did I\ndiscover that English was of great assistance to me in conversing in\nChinese Remonstrance was thus made much more effective Whenever I was\nin a difficulty or the crowd too obtrusive I had only to say a few\ngrave sentences in English and I was master of the situation This\nmethod of speaking often reminded me of that employed by a Cornish lady\nof high family whose husband was a colleague of mine in Spain She had\nbeen many years in Andalusia but had never succeeded in mastering\nSpanish At a dinner party given by this lady at which I was present\nshe thus addressed her Spanish servant who did not possess a single\nword of English Bring me she said in an angry aside bring me the\n_cuchillo_ with the blackhandled heft adding as she turned to us and\nthumped her fist on the table while the servant stood still mystified\nD the language I wish I had never learnt it\n\nThe inn where the sedan left me was built over the pathway which was\nhere a narrow track two feet six inches wide Mountain coolies on the\nroad were passing in single file through the inn their backs bending\nunder their huge burdens Pigs and fowls and dogs and a stray cat were\nforaging for crumbs under the table Through the open doorways you saw\nthe paddyfields under water and the terraced hills with every arable\nyard under cultivation The air was hot and enervating The country of\nthe clouds as the Chinese term the province of Szechuen does not\nbelie its name An elderly woman was in charge of the oven and toddled\nabout on her deformed feet as if she were walking on her heels Her\nhusband the innkeeper brought us hot water every few minutes to keep\nour tea basins full _Na kaishui lai_ bring hot water you heard on\nall sides A heap of bedding was in one corner of the room in another\nwere a number of rolls of straw mattresses a hollow joint of bamboo was\nfilled with chopsticks for the common use into another bamboo the\ninnkeeper slipped his takings of copper cash Hanging from the rafters\nwere strings of straw sandals for the poor and hemp sandals for moneyed\nwayfarers like the writer The people who stood round and those seated\nat the tables were friendly and respectful and plied my men with\nquestions concerning their master And I did hope that the convert was\nnot tempted to backslide and swerve from the truth in his answers\n\nMy men were now anxious to push on Over a mountainous country of\nsurpassing beauty I continued my journey on foot to Fanyientsen and\nrested there for the night having done two days journey in one\n\nOn March 24th we were all day toiling over the mountains climbing and\ndescending wooded steeps through groves of pine with an everchanging\nlandscape before us beautiful with running water with cascades and\nwaterfalls tumbling down into the river with magnificent glens and\ngorges and picturesque temples on the mountain tops At night we were\nat the village of Tanto on the river having crossed a few li before\nover the boundary which separates the province of Szechuen from the\nprovince of Yunnan\n\nFrom Tanto the path up the gorges leads across a rocky mountain creek\nin a defile of the mountains In England this creek would be spanned by\na bridge but the poor heathen in China how do they find their way\nacross the stream By a bridge also They have spanned the torrent with\na powerful iron suspension bridge 100 feet long by ten feet broad\nswung between two massive buttresses and approached under handsome\ntemplearchways\n\nMists clothe the mountainsthe air is confined between these walls of\nrock and stone Population is scanty but there is cultivation wherever\npossible Villages sparsely distributed along the mountain path have\nwater trained to them in bamboo conduits from tarns on the hillside\nEach house has its own supply and there is no attempt to provide for\nthe common good Besides other reasons it would interfere with the\ntrade of the watercarriers who all day long are toiling up from the\nriver\n\nThe mountain slope does not permit a greater width of building space\nthan on each side of the one main street And on market days this street\nis almost impassable being thronged with traffickers and blocked with\nstalls and wares Coal is for sale both pure and mixed with clay in\nbriquettes and salt in blocks almost as black as coal and three times\nas heavy and piles of drugsa medley of bones horns roots leaves\nand mineralsand raw cotton and cotton yarn from Wuchang and Bombay\nand finished goods from Manchester At one of the villages there was a\nchair for hire and knowing how difficult was the country I was\nwilling to pay the amount askednamely _7d_ for nearly seven miles\nbut my friend the convert who arranged these things considered that\nbetween the _5d_ he offered and the _7d_ they asked the discrepancy\nwas too great and after some acrimonious bargaining it was decided\nthat I should continue on foot my man indicating to me by gestures in\na most sarcastic way that the _chiaodza_ men had failed to overreach\nhim\n\nIllustration A TEMPLE IN SZECHUEN\n\nIllustration LAOWATAN\n\nAt Sengkiping it rained all through the night and I had to sleep under\nmy umbrella because of a solution in the continuity of the roof\nimmediately above my pillow And it rained all the day following but my\nmen eager to earn their reward of one shilling pushed on through the\nslush It was hard work following the slippery path above the river Few\nrivers in the world flow between more majestic banks than these\ntowering as they do a thousand feet above the water Clad with thick\nmountain scrub that has firm foothold the mountains offer but a poor\nharvest to the peasant yet even here high up on the precipitous sides\nof the cliffs ledges that seem inaccessible are sown with wheat or\npeas and if the soil be deep enough with the baneful poppy As we\nplodded on through the mud and rain we overtook a poor lad painfully\nlimping along with the help of a stick He was a bright lad who unbound\nhis leg and showed me a large swelling above the knee He spoke to me\nthough I did not understand him but with sturdy independence did not\nask for alms and when I had seen his leg he bound it up again and\nlimped on Meeting him a little later at an inn where he was sitting at\na table with nothing before him to eat I gave him a handful of cash\nwhich I had put in my pocket for him He thanked me by raising his\nclasped hands and said something I knew not what as I hurried on A\nlittle while afterwards I stopped to have my breakfast when the boy\npassed As soon as he saw me he fell down upon his knees and kotowd\nto me with every mark of the liveliest gratitude I felt touched by the\npoor fellows gratitudehe could not have been more than fifteenand\nmean to think that the benefaction which in his eyes appeared so\ngenerous was little more than one penny There can be no doubt that I\ngained merit by this action for this very afternoon as I was on the\ntrack a large stone the size of a shell from a 50ton gun fell from the\ncrag above me struck the rock within two paces of me and shot past\ninto the river A few feet nearer and it would have blotted out the life\nof one whom the profession could ill spare We camped at Laowatan\n\nA chair with three bearers was waiting for me in the morning so that I\nleft the town of Laowatan in a manner befitting my rank The town had\nrisen to see me leave and I went down the street amid serried ranks of\nspectators We crossed the river by a wonderful suspension bridge 250\nfeet long and 12 feet broad formed of linked bars of wrought iron It\nshows stability strength and delicacy of design and is a remarkable\nwork to have been done by the untutored barbarians of this land of\nnight We ascended the steep incline opposite and passed the likin\nbarrier but at a turn in the road higher still in the mountain a\nwoman emerged from her cottage and blocked our path Nor could the chair\npass till my foremost bearer had reluctantly given her a string of cash\nWith money you can move the gods say the Chinese without it you\ncant move a man\n\nFor miles we mounted upwards We were now in Yunnan south of the\ncloudsin Szechuen we were always under the cloudsthe sun was warm\nthe air dry and crisp Ponies passed us in long droves often there were\neighty ponies in a single drove All were heavily laden with copper and\nlead were nozzled to keep them off the grass and picked their way down\nthe rocky path of steps with the agility and sureness of foot of\nmountain goats Time was beaten for them on musical gongs and the\nechoes rang among the mountains Many were decorated with red flags and\ntufts and with plumes of the Amherst pheasant These were official pack\nanimals which were franked through the likin barriers without\nexamination\n\nThe path rising to the height of the watershed where at a great\nelevation we gain a distant view of water descends by the counterslope\nonce more to the river Laowatan A wonderful ravine a mountain riven\nperpendicularly in twain here gives passage to the river and in full\nview of this we rested at the little town of Taoshakwan with the roar\nof the river hundreds of feet below us Midway up the face of the\nprecipice opposite there is a sight worth seeing a mass of coffin\nboards caught in a fault in the precipice have been lying there for\nuntold generations having been originally carried there by the ancient\nflyingmen who are now extinct\n\nA poor little town is Taoshakwan with a poor little yamen with\npretentious tigers painted on its outflanking wall with a poor little\ntemple and gods in sad disrepair but with an admirable inn with a\ncharming verandah facing a scene of alpine magnificence\n\nWe were entering a district of great poverty At Tchihlipu where we\narrived at midday the next day the houses are poor the people\npovertystricken and illclad the hotel dirty and my room the worst I\nhad yet slept in The road is a wellworn path flagged in places\nuneven and irregular following at varying heights the upward course of\nthe tortuous river The country is bald it is grand but lonely\nvegetation is scanty and houses are few we have left the prosperity of\nSzechuen and are in the midst of the poverty of Yunnan Farmhouses\nthere are at rare intervals amid occasional patches of cultivation\nthere are square whitewashed watch towers in groves of sacred trees\nthere are a few tombstones and an occasional rudely carved god to guard\nthe way There are poor mud and bamboo inns with grass roofs and dirty\ntables set out with half a dozen bowls of tea and with ovens for the\nuse of travellers Food we had now to bring with us and only at the\nlarger towns where the stages terminate could we expect to find food for\nsale The tea is inferior and we had to be content with maize meal\nbean curds rice roasted in sugar and sweet gelatinous cakes made from\nthe waste of maize meal Rice can only be bought in the large towns It\nis not kept in roadside inns ready steaming hot for use as it is in\nSzechuen Rarely there are sweet potatoes there are eggs however in\nabundance one hundred for a shilling 500 cash but the coolies cannot\neat them because of their dearness A large bowl of rice costs four\ncash an egg five cash and the Chinaman strikes a balance in his mind\nand sees more nourishment in one bowl of rice than in three eggs Of\nmeat there is porkpork in plenty and pork only Pigs and dogs are the\nscavengers of China None of the carnivora are more omnivorous than the\nChinese A Chinaman has the most unscrupulous stomach in the world\nsays Meadows he will eat anything from the root to the leaf and from\nthe hide to the entrails He will not even despise the flesh of dog\nthat has died a natural death During the awful famine in Shansi of\n18761879 starving men fought to the death for the bodies of dogs that\nhad fattened on the corpses of their dead countrymen Mutton is\nsometimes for sale in Mohammedan shops and beef also but it must not\nbe imagined that either sheep or ox is killed for its flesh unless on\nthe point of death from starvation or disease And the beef is not from\nthe ox but from the water buffalo Sugar can be bought only in the\nlarger towns salt can be purchased everywhere\n\nBeggars there are in numbers skulking about almost naked with unkempt\nhair and no queue with a small basket for gathering garbage and a staff\nto keep away dogs Only beggars carry sticks in China and it is only\nthe beggars that need beware of dogs To carry a stick in China for\nprotection against dogs is like carrying a red flag to scare away bulls\nDogs in China are lowly organised they are not discriminating animals\nand despite the luxurious splendour of my Chinese dressit cost more\nthan seven shillingsdogs frequently mistook my calling In Szechuen\nas we passed through the towns there was competition among the inns to\nobtain our custom Hotel runners were there to shout to all the world\nthe superior merits of their establishments But here in Yunnan it is\ndifferent There is barely inn accommodation for the road traffic and\nthe innkeepers are either too apathetic or too shamefaced to call the\nattention of the traveller to their poor dirty accommodation houses\n\nIn Szechuen one of the most flourishing of trades is that of the\nmonumental mason and carver in stone Huge monoliths are there cut from\nthe boulders which have been dislodged from the mountains dressed and\nfinished _in situ_ and then removed to the spot where they are to be\nerected The Chinese thus pursue a practice different from that of the\nWesterns who bring the undressed stone from the quarry and carve it in\nthe studio With the Chinese the difficulty is one of transportthe\nfinished work is obviously lighter than the unhewn block In Yunnan up\nto the present I had seen no mason at work for no masonry was needed\nHouses built of stone were falling into ruin and only thatched\nmudplastered bamboo and wood houses were being built in their places\n\nAt Laowatan I told my Christian to hire me a chair for thirty or forty\nli and he did so but the chair instead of carrying me the shorter\ndistance carried me the whole day The following day the chair kept\ncompany with me and as I had not ordered it I naturally walked but\nthe third day also the chair haunted me and then I discovered that my\nadmirable guide had engaged the chair not for thirty or forty li as I\nhad instructed him in my best Chinese but for three hundred and sixty\nli for four days stages of ninety li each He had made the agreement\nout of consideration for me and his own pocket he had made an\nagreement which gave him wider scope for a little private arrangement of\nhis own with the chaircoolies For two days I was paying fifteen cash a\nli for a chair and walking alongside of it charmed by the good humour of\nthe coolies and unaware that they were laughing in their sleeves at my\nfolly Trifling mistakes like this are inevitable to one who travels in\nChina without an interpreter\n\nMy two coolies were capital fellows full of good humour cheerful and\nuntiring The elder was disposed to be argumentative with his\ncountrymen but he could not quarrel Nature had given him an\nuncontrollable stutter and if he tried to speak quickly spasm seized\nhis tongue and he had to break into a laugh Few men in China I think\ncould be more curiously constructed than this coolie He was all neck\nhis chin was simply an upward prolongation of his neck like a second\nAdams apple Both were very pleasant companions They were naturally\nin good humour for they were well paid and their loads as loads are\nin China were almost insignificant I had only asked them to carry\nsixtyseven pounds each\n\nWe who live amid the advantages of Western civilisation can hardly\nrealise how enormous are the weights borne by those human beasts of\nburthen our brothers in China The common fasttravelling coolie of\nSzechuen contracts to carry eighty catties 107lbs forty miles a day\nover difficult country But the weightcarrying coolie travelling\nshorter distances carries far heavier loads than that There are\nporters says Du Halde who will carry 160 of our pounds ten leagues a\nday The coolies engaged in carrying the compressed cakes of Szechuen\ntea into Thibet travel over mountain passes 7000 feet above their\nstarting place yet there are those among them says Von Richthofen who\ncarry 324 catties 432lbs A package of tea is called a _pao_ and\nvaries in weight from eleven to eighteen catties yet Baber has often\nseen coolies carrying eighteen of the eighteencatty _pao_ the _Yachou\npao_ and on one occasion twentytwo in other words Baber has often\nseen coolies with more than 400lbs on their backs Under these enormous\nloads they travel from six to seven miles a day The average load of the\nThibetan teacarrier is says Gill from 240lbs to 264lbs Gill\nconstantly saw little boys carrying 120lbs Bundles of calico weigh\nfiftyfive catties each 7313lbs and three bundles are the average\nload Salt is solid hard metallic and of high specific gravity yet I\nhave seen men ambling along the road under loads that a strong\nEnglishman could with difficulty raise from the ground The average load\nof salt coal copper zinc and tin is 200lbs Gill met coolies\ncarrying logs 200lbs in weight ten miles a day and 200lbs the\nConsul in Chungking told me is the average weight carried by the\nclothporters between Wanhsien and Chentu the capital\n\nMountain coolies such as the teacarriers bear the weight of their\nburden on their shoulders carrying it as we do a knapsack not in the\nordinary Chinese way with a pliant carrying pole They are all provided\nwith a short staff which has a transverse handle curved like a\nboomerang and with this they ease the weight off the back while\nstanding at rest\n\nWe were still ascending the valley which became more difficult of\npassage every day Hamlets are built where there is scarce foothold in\nthe detritus below perpendicular escarpments of rock cut clean like\nthe facades of a Gothic temple A tributary of the river is crossed by\nan admirable stone bridge of two arches with a central pier and\ncutwater of magnificent boldness and strength and with two images of\nlions guarding its abutment Just below the branch the main stream can\nbe crossed by a traveller if he be brave enough to venture in a bamboo\nloopcradle and be drawn across the stream on a powerful bamboo cable\nslung from bank to bank\n\nWe rested by the bridge and refreshed ourselves for above us was an\nascent whose steepness my stuttering coolie indicated to me by fixing my\nwalking stick in the ground almost perpendicularly and running his\nfinger up the side He did not exaggerate A zigzag path set with stone\nsteps has been cut in the vertical ascent and up this we toiled for\nhours At the base of the escalade my men sublet their loads to spare\ncoolies who were waiting there in numbers for the purpose and climbed\nup with me emptyhanded At every few turns there were resthouses where\none could get tea and shelter from the hot sun The village of\nTakwanleo is at the summit it is a village of some little importance\nand commands a noble view of mountain valley and river Its largest\nhong is the coffinmakers which is always filled with shells of the\nthickest timber that money can buy\n\nStress is laid in China upon the necessity of a secure restingplace\nafter death The filial affection of a son can do no more thoughtful act\nthan present a coffin to his father to prove to him how composedly he\nwill lie after he is dead And nothing will a father in China show the\nstranger with more pride than the coffinboards presented to him by his\ndutiful son\n\nTakwanleo is the highest point on the road between Suifu and Chaotong\nFor centuries it has been known to the Chinese as the highest point\nhow then with their defective appliances did they arrive at so\naccurate a determination Twenty li beyond the village the stage ends at\nthe town of Tawantzu where I had good quarters in the pavilion of an\nold temple The shrine was thick with the dust of years the three gods\nwere dishevelled and mutilated no sheaves of joss sticks were\nsmouldering on the altar The steps led down into manure heaps and a\npiggery into a garden rank and waste which yet commands an outlook\nover mountain and river worthy of the greatest of temples\n\nIllustration THE OPIUMSMOKER OF ROMANCE\n\nOn March 30th I reached Takwanhsien the days stage having been\nseventy li twentythree and onethird miles I was carried all the way\nby three chaircoolies in a heavy chair in steady rain that made the\nunpaved track as slippery as iceand this over the dizzy heights of a\nmountain pathway of extraordinary irregularity Never slipping never\nmaking a mistake the three coolies bore the chair with my thirteen\nstone easily and without straining From time to time they rested a\nminute or two to take a whiff of tobacco they were always in good\nhumour and finished the day as strong and fresh as when they began it\nWithin an hour of their arrival all these three men were lying on their\nsides in the room opposite to mine with their opiumpipes and little\nwooden vials of opium before them all three engaged in rolling and\nheating in their opiumlamps treacly pellets of opium Then they had\ntheir daily smoke of opium They were ruining themselves body and\nsoul Two of the men were past middle age the third was a strapping\nyoung fellow of twentyfive They may have only recently acquired the\nhabit I had no means of asking them but those who know Western China\nwill tell you that it is almost certain that the two elder men had used\nthe opiumpipe as a stimulant since they were as young as their\ncompanion All three men were physically welldeveloped with large\nframes showing unusual muscular strength and endurance and differed\nindeed from those resurrected corpses whose fleshless figures drawn by\nimaginative Chinese artists we have known for years to be typical of\nour poor lost brothersthe opiumsmoking millions of China For their\nwork today work that few men out of China would be capable of\nattempting the three coolies were paid sevenpence each out of which\nthey found themselves and had to pay as well one penny each for the\nhire of the chair\n\nOn arriving at the inn in Takwanhsien my estimable comrade one of the\nsix surviving converts of Suifu indicated to me that his cash belt was\nemptyup the road he could not produce a single cash for me to give a\nbeggarand pointing in turn to the bag where I kept my silver to the\nceiling and to his heart he conveyed to me the pious assurance that if\nI would give him some silver from the bag he would bring me back the\ntrue change on his honour so witness Heaven I gave him two lumps of\nsilver which I made him understand were worth 3420 cash he went away\nand after a suspicious absence returned quite gleefully with 3050 cash\nthe bank no doubt having detained the remainder pending the\ndeclaration of a bogus dividend But he also brought back with him what\nwas better than cash some nutritious maizemeal cakes which proved a\nwelcome change from the everlasting rice They were as large as an\nEnglish scone and cost two cash apiece that is to say for one\nshilling I could buy twenty dozen\n\nMoney in Western China consists of solid ingots of silver and copper\ncash The silver is in lumps of one tael or more each the tael being a\nChinese ounce and equivalent roughly to between 1400 and 1500 cash\nSpeaking generally a tael was worth during my journey three shillings\nthat is to say forty cash were equivalent to one penny There are\nbankers in every town and the Chinese methods of banking it is well\nknown are but little inferior to our own From Hankow to Chungking my\nmoney was remitted by draft through a Chinese bank West from Chungking\nthe money may be sent by draft by telegraph or in bullion as you\nchoose I carried some silver with me the rest I put up in a package\nand handed to a native post in Chungking which undertook to deliver it\nintact to me at Yunnan city 700 miles away within a specified time By\nmy declaring its contents and paying the registration fee a mere\ntrifle the post guaranteed its safe delivery and engaged to make good\nany loss Money is thus remitted in Western China with complete\nconfidence and security My money arrived I may add in Yunnan at the\ntime agreed upon but after I had left for Talifu As there is a\ntelegraph line between Yunnan and Tali the money was forwarded by\ntelegraph and awaited my arrival in Tali\n\nThere are no less than four native postoffices between Chungking and\nSuifu All the postoffices transmit parcels as well as letters and\nbullion at very moderate charges The distance is 230 miles and the\ncharges are fifty cash _114d_ the catty 113lb or any part\nthereof thus a single letter pays fifty cash a cattys weight of\nletters paying no more than a single letter\n\nFrom Chungking to Yunnan city a distance of 630 miles letters pay two\nhundred cash fivepence each packages of one catty or under pay\nthree hundred and fifty cash while for silver bullion there is a\nspecial fee of three hundred and fifty cash for every ten taels\nequivalent to ninepence for thirty shillings or twoandahalf per\ncent which includes postage registration guarantee and insurance\n\nTakwanhsien is a town of some importance and was formerly the seat of\nthe French missionary bishop It is a walled town ranking as a Hsien\ncity with a Hsien magistrate as its chief ruler There are 10000\npeople more or less within the walls but the city is poor and its\npoverty is but a reflex of the district Its mud wall is crumbling its\nhouses of mud and wood are falling the streets are illpaved and the\npeople illclad\n\n\n\n\nCHAPTER VIII\n\nTHE CITY OF CHAOTONG WITH SOME REMARKS ON ITS POVERTY INFANTICIDE\nSELLING FEMALE CHILDREN INTO SLAVERY TORTURES AND THE CHINESE\nINSENSIBILITY TO PAIN\n\n\nBy the following day we had crossed the mountains and were walking\nalong the level upland that leads to the plain of Chaotong And on\nSunday April 1st we reached the city Cedars held sacred with\nshrines in the shelter of their branches dot the plain peachtrees and\npeartrees were now in full bloom the harvest was ripening in the\nfields There were blackfaced sheep in abundance red cattle with short\nhorns and the ubiquitous waterbuffalo Over the level roads primitive\ncarts drawn by red oxen were rumbling in the dust There were mud\nvillages poor and falling into ruins there were everywhere signs of\npoverty and famine Children ran about naked or in rags We passed the\nlikinbarrier known by its white flag and I was not even asked for my\nvisiting card nor were my boxes looked intothey were as beggarly as\nthe districtbut poor carriers were detained and a few cash unjustly\nwrung from them At a crowded teahouse a few miles from the city we\nwaited for the stragglers while many wayfarers gathered in to see me\nPrices were ranging higher Tea here was 4 cash and not 2 cash as\nhitherto But even this charge was not excessive In Canton one day\nafter a weary journey on foot through the crowded streets I was taken\nto a fivestoried pagoda overlooking the city At the topmost story tea\nwas brought me and I drank a dozen cups and was asked threepence in\npayment I thought that the cheapest refreshment I ever had Yet here I\nwas served as abundantly with better tea at a charge compared with which\nthe Canton charge was twentyfive times greater Previously in this\nprovince the price I had paid for tea in comparison with the price at\nCanton was as one to fifty\n\nEarly in the afternoon we passed through the south gate into Chaotong\nand picking our way through the streets were led to the comfortable\nhome of the Bible Christian Mission where I was kindly received by the\nRev Frank Dymond and welcomed as a brother missionary of whose arrival\nhe had been advised Services were ended but the neighbours dropped in\nto see the stranger and ask my exalted age my honourable name and my\ndignified business they hoped to be able to congratulate me upon being\na man of virtue the father of many sons asked how many thousands of\npieces of silver I had daughters and how long I proposed to permit my\ndignified presence to remain in their mean and contemptible city\n\nMr Dymond is a Devonshire man and that evening he gave me for tea\nDevonshire cream and blackberry jam made in Chaotong and native oatmeal\ncakes than which I never tasted any better in Scotland\n\nChaotong is a walled Fu city with 40000 inhabitants Roman Catholics\nhave been established here for many years and the Bible Christian\nMission which is affiliated to the China Inland Mission has been\nworking here since 1887\n\nThere were formerly five missionaries there are now only two and one\nof these was absent The missionary in charge Mr Frank Dymond is one\nof the most agreeable men I met in China broadminded sympathetic and\nearnestuniversally honoured and respected by all the district Since\nthe mission was opened three converts have been baptised one of whom is\nin Szechuen another is in Tongchuan and the third has been gathered to\nhis fathers The harvest has not been abundant but there are now six\npromising inquirers and the missionary is not discouraged The mission\npremises are built on land which cost two hundred and ninety taels and\nare well situated not far from the south gate the chief yamens the\ntemples and the French Mission People are friendly but manifest\ndangerously little interest in their salvation\n\nAt Chaotong I had entered upon a district that had been devastated by\nrecurring seasons of plague and famine Last year more than 5000 people\nare believed to have died from starvation in the town and its immediate\nneighbourhood The numbers are appalling but doubt must always be\nthrown upon statistics derived from Chinese sources The Chinese and\nJapanese disregard of accuracy is characteristic of all Orientals\nBeggars were so numerous and became such a menace to the community\nthat their suppression was called for they were driven from the\nstreets and confined within the walls of the temple and grounds beyond\nthe south gate and fed by common charity Huddled together in rags and\nmisery they took famine fever and perished by hundreds Seventy dead\nwere carried from the temple in one day Of 5000 poor wretches who\ncrossed the temple threshold the Chinese say that 2000 never came out\nalive For four years past the harvests had been very bad but there was\nnow hope of a better time coming Opportune rains had fallen and the\nopium crop was good More than anything else the district depends for\nits prosperity upon the opium cropif the crop is good money is\nplentiful Maizecobs last harvest were four times the size of those of\nthe previous harvest when they were no larger than ones finger Wheat\nand beans were forward the coming rice crop gave every hope of being a\ngood one Food was still dear and all prices were high because rice\nwas scarce and dear and it is the price of rice which regulates the\nmarket In a good year one sheng of rice 623lbs costs thirtyfive\ncash less than one penny it now costs 110 cash The normal price of\nmaize is sixteen cash the sheng it now cost sixtyfive cash the sheng\nTo make things worse the weight of the sheng had been reduced with the\ntimes from twelve catties to five catties and at the same time the\nrelation of cash to silver had fallen from 1640 to 1250 cash the tael\n\nThe selling of its female children into slavery is the chief sorrow of\nthis faminestricken district During last year it is estimated or\nrather it is stated by the Chinese that no less than three thousand\nchildren from this neighbourhood chiefly female children and a few\nboys were sold to dealers and carried like poultry in baskets to the\ncapital At ordinary times the price for girls is one tael three\nshillings for every year of their age thus a girl of five costs\nfifteen shillings of ten thirty shillings but in time of famine\nchildren to speak brutally become a drug in the market Female\nchildren were now offering at from three shillings and fourpence to six\nshillings each You could buy as many as you cared to you might even\nobtain them for nothing if you would enter into an agreement with the\nfather which he had no means of enforcing to take care of his child\nand clothe and feed her and rear her kindly Starving mothers would\ncome to the mission beseeching the foreign teachers to take their babies\nand save them from the fate that was otherwise inevitable\n\nGirls are bought in Chaotong up to the age of twenty and there is\nalways a ready market for those above the age of puberty prices then\nvary according to the measure of the girls beauty an important feature\nbeing the smallness of her feet They are sold in the capital for wives\nand _yatows_ they are rarely sold into prostitution Two important\nfactors in the demand for them are the large preponderance in the number\nof males at the capital and the prevalence there of goitre or thick\nneck a deformity which is absent from the district of Chaotong\nInfanticide in a starving city like this is dreadfully common For the\nparents seeing their children must be doomed to poverty think it\nbetter at once to let the soul escape in search of a more happy asylum\nthan to linger in one condemned to want and wretchedness The\ninfanticide is however exclusively confined to the destruction of\nfemale children the sons being permitted to live in order to continue\nthe ancestral sacrifices\n\nOne mother I met who was employed by the mission told the missionary\nin ordinary conversation that she had suffocated in turn three of her\nfemale children within a few days of birth and when a fourth was born\nso enraged was her husband to discover that it was also a girl that he\nseized it by the legs and struck it against the wall and killed it\n\nDead children and often living infants are thrown out on the common\namong the gravemounds and may be seen there any morning being gnawed by\ndogs Mr Tremberth of the Bible Christian Mission leaving by the south\ngate early one morning disturbed a dog eating a still living child\nthat had been thrown over the wall during the night Its little arm was\ncrunched and stript of flesh and it was whining inarticulatelyit died\nalmost immediately A man came to see me who for a long time used to\nheap up merit for himself in heaven by acting as a city scavenger Early\nevery morning he went round the city picking up dead dogs and dead cats\nin order to bury them decentlywho could tell perhaps the soul of his\ngrandfather had found habitation in that cat While he was doing this\npious work never a morning passed that he did not find a dead child\nand usually three or four The dead of the poor people are roughly\nburied near the surface and eaten by dogs\n\nAn instance of the undoubted truth of the doctrine of transmigration\noccurred recently in Chaotong and is worth recording A cow was killed\nnear the south gate on whose intestineand this fact can be attested by\nall who saw itwas written plainly and unmistakably the character\n_Wong_ which proved they told me that the soul of one whose name\nwas Wong had returned to earth in the body of that cow\n\nI stayed two days in Chaotong and strolled in pleasant company through\nthe city Close to the Mission is the yamen of the Chentai or\nBrigadierGeneral the Military Governor of this portion of the\nprovince and a little further is the more crowded yamen of the Fu\nMagistrate Here as in all yamens the detached wall or fixed screen of\nstone facing the entrance is painted with the gigantic representation of\na mythical monster in red trying to swallow the sunthe Chinese\nillustration of the French saying _prendre la lune avec les dents_ It\nis the warning against covetousness the exhortation against squeezing\nand is as little likely to be attended to by the magistrate here as it\nwould be by his brother in Chicago We visited the Confucian Temple\namong the trees and the examination hall close by and another yamen\nand the Temple of the God of Riches In the yamen at the time of our\nvisit a young official seated in his fourbearer chair was waiting in\nthe outer court he had sent in his visiting card and attended the\npleasure of his superior officer China may be uncivilised and may yearn\nfor the missionaries but there was refined etiquette in China and an\ninterchange of many of the pleasantest courtesies of modern\ncivilisation when we noble Britons were grubbing in the forest painted\nsavages with a clout\n\nAs we went out of the west gate I was shown the spot where a few days\nbefore a young woman taken in adultery was done to death in a cage\namid a crowd of spectators who witnessed her agony for three days She\nhad to stand on tiptoe in the cage her head projecting through a hole\nin the roof and here she had to remain until death by exhaustion or\nstrangulation ensued or till some kind friend seeking to accumulate\nmerit in heaven passed into her mouth sufficient opium to poison her\nand so end her struggles\n\nOn the gate itself a man not so long ago was nailed with redhot nails\nhammered through his wrists above the hands In this way he was exposed\nin turn at each of the four gates of the city so that every man woman\nand child could see his torture He survived four days having\nunsuccessfully attempted to shorten his pain by beating his head against\nthe woodwork an attempt which was frustrated by padding the woodwork\nThis man had murdered and robbed two travellers on the high road and\nas things are in China his punishment was not too severe\n\nNo people are more cruel in their punishments than the Chinese and\nobviously the reason is that the sensory nervous system of a Chinaman is\neither blunted or of arrested development Can anyone doubt this who\nwitnesses the stoicism with which a Chinaman can endure physical pain\nwhen sustaining surgical operation without chloroform the comfort with\nwhich he can thrive amid foul and penetrating smells the calmness with\nwhich he can sleep amid the noise of gunfire and crackers drums and\ntomtoms and the indifference with which he contemplates the sufferings\nof lower animals and the infliction of tortures on higher\n\nEvery textbook on China devotes a special chapter to the subject of\npunishment Mutilation is extremely common Often I met men who had been\ndeprived of their earsthey had lost them they explained in battle\nfacing the enemy It is a common punishment to sever the hamstrings or\nto break the anklebones especially in the case of prisoners who have\nattempted to escape And I remember that when I was in Shanghai Mr\nTsai the Mixed Court Magistrate was reproved by the papers because he\nhad from the bench expressed his regret that the foreign law of Shanghai\ndid not permit him to punish in this way a prisoner who had twice\nsucceeded in breaking from gaol The hand is cut off for theft as it\nwas in England not so many years ago I have seen men with the tendon of\nAchilles cut out and it is worth noting that the Chinese say that this\nacquired deformity can be cured by the transplantation in the seat of\ninjury of the tendon of a sheep One embellishment of the Chinese\npunishment of flogging might with good effect be introduced into\nEngland After a Chinese flagellation the culprit is compelled to go\ndown on his knees and humbly thank the magistrate for the trouble he has\nbeen put to to correct his morals\n\nThere is a branch of the _Missions Etrangeres de Paris_ in Chaotong I\ncalled at the mission and saw their school of fifteen children and\ntheir tiny little church One priest lives here solitary and alone he\nwas reading when I entered the famous Chinese story The Three\nKingdoms He gave me a kindly welcome and was pleased to talk in his\nown tongue An excellent bottle of rich wine was produced and over the\nglass the Father painted with voluble energy the evil qualities of the\npeople whom he has left his beautiful home in the Midi of France to lead\nto Rome No Chinaman can resist temptation all are thieves Justice\ndepends on the richness of the accused Victory in a court of justice is\nto the richer Talk to the Chinese of Religion of a God of Heaven or\nHell and they yawn speak to them of business and they are all\nattention If you ever hear of a Chinaman who is not a thief and a liar\ndo not believe it Monsieur Morrison do not believe it they are\nthieves and liars every one\n\nFor eight years the priest had been in China devoting his best energies\nto the propagation of his religion And sorry had been his recompense\nThe best Christian in the mission had lately broken into the mission\nhouse and stolen everything valuable he could lay his impious hands on\nRemembrance of this infamy rankled in his bosom and impelled him to this\nexpansive panegyric on Chinese virtue\n\nSome four months ago the good father was away on a holiday visiting a\nmissionary brother in an adjoining town In his absence the mission was\nentered through a rift made in the wall and three hundred taels of\nsilver all the money to the last sou that he possessed were stolen\nSuspicion fell upon a Christian who was not only an active Catholic\nhimself but whose fathers before him had been Catholics for\ngenerations It was learned that his wife had some of the money and\nthat the thief was on his way to Suifu with the remainder There was\ngreat difficulty in inducing the yamen to take action but at last the\nwife was arrested She protested that she knew nothing but having been\ntriced up by the wrists joined behind her back she soon came to reason\nand cried out that if the magistrate would release her hands she would\nconfess all Two hundred taels were seized in her house and restored to\nthe priest and the culprit her husband followed to Takwanhsien by\nthe satellites of the yamen was there arrested and was now in prison\nawaiting punishment The goods he purchased were likewise seized and\nwere now with the poor father\n\n\n\n\nCHAPTER IX\n\nMAINLY ABOUT CHINESE DOCTORS\n\n\nChaotong is an important centre for the distribution of medicines to\nSzechuen and other parts of the empire An extraordinary variety of\ndrugs and medicaments is collected in the city No pharmacopoeia is more\ncomprehensive than the Chinese No English physician can surpass the\nChinese in the easy confidence with which he will diagnose symptoms that\nhe does not understand The Chinese physician who witnesses the\nunfortunate effect of placing a drug of which he knows nothing into a\nbody of which he knows less is no more disconcerted than is his Western\nbrother under similar circumstances he retires sententiously observing\nthere is medicine for sickness but none for fate Medicine says the\nChinese proverb cures the man who is fated not to die When Yenwang\nthe King of Hell has decreed a man to die at the third watch no power\nwill detain him till the fifth\n\nThe professional knowledge of a Chinese doctor largely consists in\nability to feel the pulse or rather the innumerable pulses of his\nChinese patient This is the real criterion of his skill The pulses of\na Chinaman vary in a manner that no English doctor can conceive of For\ninstance among the seven kinds of pulse which presage approaching\ndeath occur the five following\n\n1 When the pulse is perceived under the fingers to bubble irregularly\nlike water over a great fire if it be in the morning the patient will\ndie in the evening\n\n2 Death is no farther off if the pulse seems like a fish whose head is\nstopped in such a manner that he cannot move but has a frisking tail\nwithout any regularity the cause of this distemper lies in the kidneys\n\n3 If the pulse seems like drops of water that fall into a room through\nsome crack and when in its return it is scattered and disordered much\nlike the twine of a cord which is unravelled the bones are dried up\neven to the very marrow\n\n4 Likewise if the motion of the pulse resembles the pace of a frog\nwhen he is embarrassed in the weeds death is certain\n\n5 If the motion of the pulse resembles the hasty pecking of the beak\nof a bird there is a defect of spirits in the stomach\n\nHeredity is the most important factor in the evolution of a doctor in\nChina success in his career as an hereditary physician being\nspecially assured to him who has the good fortune to make his first\nappearance in the world feet foremost Doctors dispense their own\nmedicines In their shops you see an amazing variety of drugs you will\noccasionally also see tethered a live stag which on a certain day to\nbe decided by the priests will be pounded whole in a pestle and mortar\nPills manufactured out of a whole stag slaughtered with purity of\npurpose on a propitious day is a common announcement in dispensaries\nin China The wall of a doctors shop is usually stuck all over with\ndisused plasters returned by grateful patients with complimentary\ntestimonies to their efficiency they have done what England is alleged\nto expect of all her sonstheir duty\n\nMedicines it is known to all Chinamen operate variously according to\ntheir taste thusAll sour medicines are capable of impeding and\nretaining bitter medicines of causing looseness and warmth as well as\nhardening sweet possess the qualities of strengthening of harmonising\nand of warming acids disperse prove emollient and go in an athwart\ndirection salt medicines possess the properties of descending those\nsubstances that are hard and tasteless open the orifices of the body and\npromote a discharge This explains the use of the five tastes\n\nComing from Szechuen we frequently met porters carrying baskets of\narmadillos leopard skins leopard and tiger bones The skins were for\nwear but the armadillos and bones were being taken to Suifu to be\nconverted into medicine From the bones of leopards an admirable tonic\nmay be distilled while it is well known that the infusion prepared from\ntiger bones is the greatest of the tonics conferring something of the\ncourage agility and strength of the tiger upon its partaker\n\nAnother excellent specific for courage is a preparation made from the\ngall bladder of a robber famous for his bravery who has died at the\nhands of the executioner The sale of such a gall bladder is one of the\nperquisites of a Chinese executioner\n\nAgue at certain seasons is one of the most common ailments of the\ndistrict of Chaotong yet there is an admirable prophylactic at hand\nagainst it write the names of the eight demons of ague on paper and\nthen eat the paper with a cake or take out the eyes of the paper\ndoorgod there are doorgods on all your neighbours doors and devour\nthemthis remedy never fails\n\nUnlike the Spaniard the Chinese disapproves of bloodletting in fevers\nfor a fever is like a pot boiling it is requisite to reduce the fire\nand not diminish the liquid in the vessel if we wish to cure the\npatient\n\nUnlike the Spaniard too the Chinese doctors would not venture to\nassert as the medical faculty of Madrid in the middle of last century\nassured the inhabitants that if human excrement was no longer to be\nsuffered to accumulate as usual in the streets where it might attract\nthe putrescent particles floating in the air these noxious vapours\nwould find their way into the human body and a pestilential sickness\nwould be the inevitable consequence\n\nFor boils there is a certain cureThere is a God of Boils If you have\na boil you will plaster the offending excrescence without avail if that\nbe _all_ you plaster to get relief you must at the same time plaster\nthe corresponding area on the image of the God Go into his temple in\nWestern China and you will find this deity dripping with plasters with\nscarcely an undesecrated space on his superficies\n\nAt the yamen of the BrigadierGeneral in Chaotong the entrance is\nguarded by the customary stone images of mythical shape and grotesque\nfeatures They are believed to represent lions but their faces are not\nleoninethey are a reproduction exaggerated of the characteristic\nfeatures of the bulldog of Western China The images are of undoubted\nvalue to the city One is male and the other female On the sixteenth\nday of the first month they are visited by the townspeople who rub them\nenergetically with their hands all over from end to end Every spot so\ntouched confers immunity from pain upon the corresponding region of\ntheir own bodies for the ensuing year And so from year to year these\nimages are visited Pain accordingly is almost absent from the city\nand only that man suffers pain who has the temerity to neglect the\nopportunity of insuring himself against it\n\nI was called to a case of opiumpoisoning in Chaotong A son came in\ncasually to seek our aid in saving his father who had attempted suicide\nwith a large overdose of opium He had taken it at ten in the morning\nand it was now two We were led to the house and found it a single small\nunlit room up a narrow alley In the room two men were unconcernedly\neating their rice and in the darkness they seemed to be the only\noccupants but lying down behind them on a narrow bed was the dim\nfigure of the dying man who was breathing stertorously A crowd quickly\ngathered round the door and pent up the alleyway Rousing the man I\ncaused him to swallow some pints of warm water and then I gave him a\nhypodermic injection of apomorphia The effect was admirable and\npleased the spectators even more than the patient\n\nOpium is almost exclusively the drug used by suicides No Chinaman would\nkill himself by the mutilation of the razor or pistolshot because awful\nis the future punishment of him who would so dare to disturb the\nintegrity of the body bequeathed to him by his fathers\n\nChina is the land of suicides I suppose more people die from suicide in\nChina in proportion to the population than in any other country Where\nthe struggle for existence is so keen it is hardly to be wondered at\nthat men are so willing to abandon the struggle But poverty and misery\nare not the only causes For the most trivial reason the Chinaman will\ntake his own life Suicide with a Chinaman is an act that is recorded in\nhis honour rather than to his opprobrium\n\nThus a widow as we have seen may obtain much merit by sacrificing\nherself on the death of her husband But in a large proportion of cases\nthe motive is revenge for the spirit of the dead is believed to haunt\nand injure the living person who has been the cause of the suicide In\nChina to ruin your adversary you injure or kill yourself To vow to\ncommit suicide is the most awful threat with which you can drive terror\ninto the heart of your adversary If your enemy do you wrong there is\nno way in which you can cause him more bitterly to repent his misdeed\nthan by slaying yourself at his doorstep He will be charged with your\nmurder and may be executed for the crime he will be utterly ruined in\nestablishing if he can establish his innocence and he will be haunted\never after by your avenging spirit\n\nOccasionally two men who have quarrelled will take poison together and\ntheir spirits will fight it out in heaven Opium is very cheap in\nChaotong costing only fivepence an ounce for the crude article You see\nit exposed for sale everywhere like thick treacle in dirty besmeared\njars It is largely adulterated with ground pigskin the adulteration\nbeing detected by the craving being unsatisfied Mohammedans have a holy\nloathing of the pig and look with contempt on their countrymen whose\nchief meatfood is pork But each one in his turn It is on the other\nhand a source of infinite amusement to the Chinese to see his\nMohammedan brother unwittingly smoking the unclean beast in his\nopiumpipe\n\nOn our way to the opium case we passed a doorway from which pitiful\nscreams were issuing It was a mother thrashing her little boy with a\nheavy stickshe had tethered him by the leg and was using the stick\nwith both hands A Chinese proverb as old as the hills tells you if\nyou love your son give him plenty of the cudgel if you hate him cram\nhim with delicacies He was a young wretch she said and she could do\nnothing with him and she raised her baton again to strike but the\nmissionary interposed whereupon she consented to stay her wrath and did\nsotill we were round the corner\n\nExtreme lenity alternating with rude passion in the treatment of\nchildren is the characteristic says Meadows of the lower stages of\ncivilisation I mention this incident only because of its rarity In no\nother country in the world civilised or heathen are children\ngenerally treated with more kindness and affection than they are in\nChina Children even amongst seemingly stolid Chinese have the\nfaculty of calling forth the better feelings so often found latent\nTheir prattle delights the fond father whose pride beams through every\nline of his countenance and their quaint and winning ways and touches\nof nature are visible even under the disadvantages of almond eyes and\nshaven crowns Dyer Ball\n\nA mother in China is given both by law and custom extreme power over\nher sons whatever their age or rank The Sacred Edict says Parents are\nlike heaven Heaven produces a blade of grass Spring causes it to\ngerminate Autumn kills it with frost Both are by the will of heaven\nIn like manner the power of life and death over the body which they have\nbegotten is with the parents\n\nAnd it is this law giving such power to a mother in China which tends\nit is believed to nullify that other law whereby a husband in China is\ngiven extreme power over his wife even to the power in some cases of\nlife and death\n\nThe Mohammedans are still numerous in Chaotong and there are some 3000\nfamiliesthe figures are Chinesein the city and district Their\nnumbers were much reduced during the suppression of the rebellion of\n18571873 when they suffered the most awful cruelties Again thirteen\nyears ago there was an uprising which was suppressed by the Government\nwith merciless severity One street is exclusively occupied by Moslems\nwho have in their hands the skin trade of the city Their houses are\nknown by a conspicuous absence from door and window of the coloured\npaper doorgods that are seen grotesquely glaring from the doors of the\nunbelievers Their mosque is well cared for and unusually clean In the\ncentre within the main doorway as in every mosque in the empire is a\ngilt tablet of loyalty to the living Emperor May the Emperor reign ten\nthousand years it says a token of subjection which the mosques of\nYunnan have especially been compelled to display since the insurrection\nAt the time of my visit an aged mollah was teaching Arabic and the Koran\nto a ragged handful of boys He spoke to me through an interpreter and\ngave me the impression of having some little knowledge of things outside\nthe four seas that surround China I told him that I had lived under the\nshelter of two of the greatest mosques but he seemed to question my\ncontention that the mosque in Cordova and the Karouin mosque in Fez are\neven more noble in their proportions than his mosque in Chaotong In\nsome of the skinhongs that I entered the walls were ornamented with\ncoloured plans of Mecca and Medinah bought in Chentu the capital city\nof the province of Szechuen\n\n\n\n\nCHAPTER X\n\nTHE JOURNEY FROM CHAOTONG TO TONGCHUAN\n\n\nIn Chaotong I engaged three new men to go with me to Tongchuan a\ndistance of 110 miles and I rewarded liberally the three excellent\nfellows who had accompanied me from Suifu My new men were all active\nChinamen The headman Laohwan was most anxious to come with me\nRecognising that he possessed characteristics which his posterity would\nrejoice to have transmitted to them he had lately taken to himself a\nwife and now a fortnight later he sought rest He would come with me\nto Burma the further away the better he wished to prove the truth of\nthe adage about distance and enchantment The two coolies who were to\ncarry the loads were country lads from the district My men were to\nreceive _4s 6d_ each for the 110 miles an excessive wage but all\nfood was unusually dear and people were eating maize instead of rice\nthey were to find themselves on the way in other words they were to\neat their own rice and in return for a small reward they were to\nendeavour to do the five days stages in three days I bought a few\nstores including some excellent oatmeal and an annular cake of that\ncompressed tea the Puerhcha which is grown in the Shan States and\nis distributed as a luxury all over China It is in favour in the palace\nof the Emperor in Peking itself it is one of the finest teas in China\nyet to show how jealous the rivalry now is between China tea and\nIndian when I submitted the remainder of this very cake to a wellknown\nteataster in Mangoe Lane Calcutta and asked his expert opinion he\nreported that the sample was of undoubted value and of great interest\nas showing what _muck can be called tea_\n\nWe left on the 3rd and passed by the mainstreet through the crowded\ncity past the rich wholesale warehouses and out by the west gate to\nthe plain of Chaotong The country spread before us was smiling and\nrich with many farmsteads and orchards of pears and peachesa pretty\nsight for the trees were now in full blossom Many carts were lumbering\nalong the road on their uneven wheels Just beyond the city there was a\nnoisy altercation in the road for the possession apparently of a blunt\nadze Carts stopped to see the row and all the bystanders joined in\nwith their voices with much earnestness It is rare for the disputants\nto be injured in these questions Their language on these occasions is\nI am told extremely rich in allusions It would often make a _gendarme_\nblush Their oaths are more ornate than the Italians the art of\nvituperation is far advanced in China A strong wind was blowing in our\nfaces We rested at some mud hovels where poverty was stalking about\nwith a stick in rags and nakedness Full dress of many of these beggars\nwould disgrace a Polynesian Even the better dressed were hung with\ngarments in rags tattered and dirty as a Paisley ragpickers The\nchildren were mostly starknaked In the middle of the day we reached a\nMohammedan village named Taouen twenty miles from Chaotong and my man\nprepared me an _al fresco_ lunch The entire village gathered into the\nsquare to see me eat they struggled for the orange peel I threw under\nthe table\n\nFrom here the road rises quickly to the village of Tashuitsing 7380\nfeet above sea level where my men wished to remain and apparently\ncame to an understanding with the innkeeper but I would not understand\nand went on alone and they perforce had to follow me There are only\nhalfadozen rude inns in the village all Mohammedan but just outside\nthe village the road passes under a magnificent triple archway in four\ntiers made of beautifully cut stone embossed with flowers and images\nand richly gilta striking monument in so forlorn a situation It was\nbuilt two years ago in obedience to the will of the Emperor by the\nrichest merchant of Chaotong and is dedicated to the memory of his\nvirtuous mother who died at the age of eighty having thus experienced\nthe joy of old age which in China is the foremost of the five measures\nof felicity It was erected and carved on the spot by masons from\nChungking Long after dark we reached an outlying inn of the village of\nKiangti a thatched mud barn with a sleeping room surrounded on three\nsides by a raised ledge of mud bricks upon which were stretched the\nmattresses The room was dimly lit by an oillamp the floor was earth\nthe grating under the rafters was stored with maizecobs Outside the\ndoor cooking was done in the usual square earthen stove in which are\nsunk two iron basins one for rice the other for hot water maize\nstalks were being burnt in the flues The room when we entered was\noccupied by a dozen Chinese with their loads and the packsaddles of a\ncaravan of mules yet what did the goodnatured fellows do They must\nall have been more tired than I but without complaining they all got\nup when they saw me and packed their things and went out of the room\none after the other to make way for myself and my companions And\nwhile we were comfortable they crowded into another room that was\nalready crowded\n\nNext day a tremendously steep descent took us down to Kiangti a\nmountain village on the right bank of a swift stream here spanned in\nits rocky pass by a beautiful suspension bridge which swings gracefully\nhigh above the torrent The bridge is 150 feet long by 12 feet broad\nand there is no engineer in England who might not be proud to have been\nits builder At its far end the parapets are guarded by two sculptured\nmonkeys hewn with rough tools out of granite and the more remarkable\nfor their fidelity of form seeing that the artist must have carved them\nfrom memory The inevitable likinbarrier is at the bridge to squeeze a\nfew more cash out of the poor carriers That the Inland Customs dues of\nChina are vexatious there can be no doubt yet it is open to question if\nthe combined duties of all the likinbarriers on any one main road\nextending from frontier to frontier of any single province in China are\ngreater than the _ad valorem_ duties imposed by our colony of Victoria\nupon the protected goods crossing her border from an adjoining colony\n\nIllustration PAGODA BY THE WAYSIDE WESTERN CHINA\n\nLeaving the bridge the road leads again up the hills Poppy was now in\nfull flower and everywhere in the fields women were collecting opium\nThey were scoring the poppy capsules with vertical scratches and\nscraping off the exuded juice which had bled from the incisions they\nmade yesterday Hundreds of pack horses carrying Puerh tea met us on the\nroad while all day long we were passing files of coolies toiling\npatiently along under heavy loads of crockery They were going in the\nsame direction as ourselves to the confines of the empire distributing\nthose teacups saucers and cuplids china spoons and ricebowls that\none sees in every inn in China Most of the crockery is brought across\nChina from the province of Kiangsi whose natural resources seems to\ngive it almost the monopoly of this industry The trade is an immense\none In the neighbourhood of Kingtehchin in Kiangsi at the outbreak\nof the Taiping rebellion more than one million workmen were employed in\nthe porcelain manufactories Cups and saucers by the time they reach so\nfar distant a part of China as this carried as they are so many\nhundreds of miles on the backs of coolies are sold for three or four\ntimes their original cost Great care is taken of them and no piece can\nbe so badly broken as not to be mended Crockeryrepairing is a\nrecognised trade and the workmen are unusually skilful even for\nChinese They rivet the pieces together with minute copper clamps To\nhave a specimen of their handiwork I purposely in Yunnan broke a cup and\nsaucer into fragments only to find when I had done so that there was\nnot a mender in the district Rice bowls and teacups are neatly made\ntough and well finished even the humblest are not inelegantly\ncoloured while the highclass china especially where the imperial\nyellow is used often shows the richest beauty of ornamentation\n\nInns on this road were few and at wide distances they were scarcely\nsufficient for the numbers who used them The country was red sandstone\nopen and devoid of all timber till descending again into a valley\nthe path crossed an obstructing ridge and led us with pleasant surprise\ninto a beautiful park It was all green and refreshing A pretty stream\nwas humming past the willows its banks covered with the poppy in full\nflower a blaze of colour magenta white scarlet pink and blue picked\nout with hedges of roses The birds were as tame as in the Garden of\nEden magpies came almost to our feet the sparrows took no notice of\nus the falcons knew we would not molest them the pigeons seemed to\nthink we could not All was peaceful and the peasants who sat with us\nunder the cedars on the borders of the park were friendly and\nunobtrusive Long after sundown we reached far from the regular stage\na lonely pair of houses at one of which we found uncomfortable\naccommodation Fire had to be kindled in the room in a hollow in the\nground there was no ventilation the wood was green the smoke almost\nsuffocating My men talked on far into the night until I lost patience\nand yelled at them in English They thought that I was swearing and\ndesisted for fear that I should injure their ancestors There was a\nshrine in this room for private devotions the corresponding spot in the\nadjoining room being a rough opiumcouch already occupied by two lusty\nthickset slaves to this thriceaccursed drug My men ate the most\nfrugal of suppers Food was so much in advance of its ordinary price\nthat my men in common with thousands of other coolies were doing their\nhard work on starvation rations\n\nOn the 5th we did a long days stage and spent the night at a bleak\nhamlet 8500 feet above sea level in a position so exposed that the\nroofs of the houses were weighted with stones to prevent their being\ncarried away by the wind This was the Temple of the Dragon King and\nit was only twenty li from Tongchuan\n\nNext day we were astir early and soon after daylight we came suddenly to\nthe brow of the tableland overlooking the valley of Tongchuan The\ncompact little walled city with its whitewashed buildings glistening in\nthe morning sun lay beyond the gleaming plats of the irrigated plain\nsnugly ensconced under rolling masses of hills which rose at the far\nend of the valley to lofty mountains covered with snow All the plain is\nwatered with springs large patches of it are under water all the year\nround and rendered thus useless for cultivation are employed by the\nChinese for the artificial rearing of fish and as breeding grounds for\nthe wild duck and the faithful bird the wild goose A narrow dyke\nserpentining across the plain leads into the pretty city where at the\nnortheast angle of the wall I was charmed to find the cheerful home of\nthe Bible Christian Mission consisting of Mr and Mrs Sam Pollard and\ntwo lady assistants one of whom is a countrywoman of my own This is I\nbelieve the most charming spot for a mission station in all China Mr\nPollard is quite a young man full of enthusiasm modest and clever\nEverywhere he is received kindly he is on friendly terms with the\nofficials and there is not a Chinese home within ten miles of the city\nwhere he and his pretty wife are not gladly welcomed His knowledge of\nChinese is exceptional he is the best Chinese scholar in Western China\nand is examiner in Chinese for the distant branches of the Inland\nMission\n\nThe mission in Tongchuan was opened in 1891 and the results are not\ndiscouraging seeing that the Chinaman is as difficult to lead into the\ntrue path as any Jew No native has been baptized up to date The\nconvert employed by the mission as a native helper is one of the three\nconverts of Chaotong He is a brightfaced lad of seventeen as ardent\nan evangelist as heart of missionary could desire but a native preacher\ncan never be so successful as the foreign missionary The Chinese listen\nto him with complacency You eat Jesuss rice and of course you speak\nhis words they say The attitude of the Chinese in Tongchuan towards\nthe Christian missionary is one of perfect friendliness towards the\nmissionary combined with perfect apathy towards his religion Like any\nother trader the missionary has a perfect right to offer his goods\nbut he must not be surprised the Chinese thinks if he finds difficulty\nin securing a purchaser for wares as much inferior to the home\nproduction as is the foreign barbarian to the subject of the Son of\nHeaven\n\nThere is a Catholic Mission in Tongchuan but the priest does not\nassociate with the Protestant How indeed can the two associate when\nthey worship different Gods\n\nThe difficulty is one which cannot be easily overcome while there exists\nin China that bone of contention among missionaries which is known as\nthe Term Question\n\nThe Chinese recognise a supreme God or are believed by some to\nrecognise a supreme GodHigh Heavens ruler _Shangtien hou_ who is\nprobably intended says Williams for the true God The Mohammedans\nwhen they entered China could not recognise this god as identical with\nthe only one God to whom they accordingly gave the Chinese name of\ntrue Lord _Chen Chu_ The Jesuits when they entered China could\nnot recognise either of these gods as identical with the God of the\nHebrews whom they accordingly represented in Chinese first by the\ncharacters for Supreme Ruler _Shang ti_ and subsequently by the\ncharacters for Lord of Heaven _Tien Chu_ The Protestants naturally\ncould not be identified with the Catholics and invented another Chinese\nname or other Chinese names for the true God while the Americans\nsuperior to all other considerations discovered a different name still\nfor the true God to whom they assigned the Chinese characters for the\ntrue Spirit _Chen Shen_ thereby suggesting by implication as Little\nobserves that the other spirits were false But as if such divergent\nterms were not sufficiently confusing for the Chinese the Protestants\nthemselves have still more varied the Chinese characters for God Thus\nin the first translation of the Bible the term for God used is the\nChinese character for Spirit _Shen_ in the second translation this\nterm is rejected and Supreme Ruler _Shang ti_ substituted the\nthird translation reverts to the Spirit the fourth returns to the\nSupreme Ruler and the fifth by Bishop Burdon of Hong Kong and Dr\nBlodget of Peking in 1884 rejects the title that was first accepted by\nthe Jesuits and accepts the title Lord of Heaven _Tien Chu_ that\nwas first rejected by the Jesuits\n\nMany editions says the Rev J Wherry of Peking with other terms\nhave since been published Bible work in particular says the Rev\nMr Muirhead of Shanghai is carried on under no small disadvantage in\nview of this state of things It is true however adds Mr Muirhead\nthat God has blest all terms in spite of our incongruity But\nobviously the Chinese are a little puzzled to know which of the\ncontending gods is most worthy of their allegiance\n\nBut apart from the Term Question there must be irreconcilable\nantagonism between the two great missionary churches in China for it\ncannot be forgotten that in the development of the missionary idea\nthree great tasks await the Protestant Church The second task is\n_to check the schemes of the Jesuit_ In the great work of the worlds\nevangelisation the Church has no foe at all comparable with the\nJesuit Swayed ever by the vicious maxim that the end justifies the\nmeans he would fain put back the shadow of the dial of human progress\nby half a dozen centuries Other forms of superstition and error are\ndangerous but Jesuitism overtops them all and stands forth an\norganised conspiracy against the liberties of mankind This foe is not\nlikely to be overcome by a divided Protestantism If we would conquer in\nthis war we must move together and in our movements must manifest a\npatience a heroism a devotion equal to anything the Jesuit can claim\nThe Rev A Sutherland DD Delegate from Canada to the Missionary\nConference 1888 _Records_ i 145\n\nAnd on the other hand the distracted Chinese reads\nthatProtestantism is not only a veritable Babel but a horrible\ntheory and an immoral practice which blasphemes God degrades man and\nendangers society Cardinal Cuestas Catechism cited in China and\nChristianity by Michie p 8\n\n\n\n\nCHAPTER XI\n\nTHE CITY OF TONGCHUAN WITH SOME REMARKS UPON INFANTICIDE\n\n\nWhen I entered Tongchuan the town was in commotion kettledrums and\ntomtoms were beating and crackers and guns firing the din and clatter\nwas continuous and deafening An eclipse of the sun was commencingit\nwas the 6th of Aprilthe sun was being swallowed by the Dog of\nHeaven and the noise was to compel the monster to disgorge its prey\nFive months ago the Prefect of the city had been advised of the\nimpending disaster and it was known that at a certain hour he would\npublicly intervene with Heaven to avert from the city the calamity of\ndarkness I myself saw with my own eyes the wonderful power of this man\nThe sun was darkened when I went to the Prefects yamen A crowd was\nalready gathered in the court At the foot of the steps in the open air\na loosely built framework of wood ten feet high was standing displaying\non its vertex a yellow disc of paper inscribed with the characters for\nvoracity\n\nAs we waited the sun became gradually clearer when just as the moon\nwas disappearing across its edge the Prefect in full dress stepped\nfrom his yamen into the court accompanied by the city magistrate and a\ndozen city fathers Every instrument of discord was still clanging over\nthe city Then all these men of weight walked solemnly three times\nround the scaffold and halted three times while the Prefect went down\non his knees and did obeisance with nine kotows to the rickety frame\nand its disc of yellow paper There was almost immediate answer to his\nprayer With a sigh of relief we saw the lingering remnant of darkness\ndisappear and the midday sun shone full and bright Then the Prefect\nretired his suite dividing to let him pass and we all went home\nblessing the good man whose intercession had saved the town from\ndarkness For there can be little doubt I hope that it is due to the\naction of this Prefect that the sun is shining today in Tongchuan The\nChinese might well ask if any barbarian missionary could do as he did\n\nEclipses in China are foretold by the Government almanac published\nannually in Peking by a bureau of astrology attached to the Board of\nRites The almanac is a Government monopoly and any infraction of its\ncopyright is a penal offence It monopolises the management of the\nsuperstitions of the people in regard to the fortunate or unlucky\nconjunctions of each day and hour No one ventures to be without it\nlest he be liable to the greatest misfortunes and run the imminent\nhazard of undertaking important events on blackballed days\n\nThe Chinese almanac is much more comprehensive than ours for even\neclipses are foretold that never happen Should an error take place in\ntheir almanac and an expected eclipse not occur the royal astronomers\nare not disconcertedfar from it they discover in their error reason\nfor rejoicing they then congratulate the Emperor that the heavens have\ndispensed with this omen of illluck in his favour For eclipses\nforebode disaster and every thoughtful Chinaman who has heard of the\npresent rebellion of the Japanese must attribute the reverses caused by\nthe revolt to the eclipse of April 6th occurring immediately before the\ninsurrection\n\nTongchuan is one of the most charming towns I have ever visited it is\nprobably the cleanest city in China and the best governed Its prefect\nis a man of singular enlightenment who rules with a justice that is\nrarely known in China His people regard him as something more than\nmortal Like Confucius his ear is an obedient organ for the reception\nof truth Like the Confucian Superior Man his dignity separates him\nfrom the crowd being reverent he is beloved being loyal he is\nsubmitted to and being faithful he is trusted By his word he directs\nmen and by his conduct he warns them\n\nFor several years he was attached to the Embassy in Japan and he boasts\nthat he has made Tongchuan as clean a city as any to be found in the\nempire of the Mikado The yamen is a model of neatness Painted on the\noutflanking wall there is the usual huge representation of the fabulous\nmonster attempting to swallow the sunthe admonition against\nextortionand probably the only magistrate in China who does not stand\nin need of the warning is the Prefect of Tongchuan\n\nPrices in Tongchuan at the time of my visit were high and food was\nscarce It was difficult to realise that men at that moment were dying\nof starvation in the pretty town Rice cost 400 cash for the same\nquantity that in a good season can be bought for 60 cash maize was 300\ncash the sheng whereas the normal price is only 40 cash Sugar was 15\ncash the cake instead of 6 cash the cake and so on in all things Poppy\nis not grown in the valley to the same extent as hitherto because\npoppy displaces wheat and beans and the people have need of all the\nland they can spare to grow breadstuffs In the other half of the year\nrice maize and tobacco are grown together on the plain and at the\nsame season potatoes oats and buckwheat are grown in the hills\n\nPart of the plain is permanently under water but it was the drought in\nthe winter and the rains in the summer of successive years that caused\nthe famine There are no Mohammedans in the townthere have been none\nsince the rebellionbut there are many small Mohammedan villages across\nthe hills No district in China is now more peaceful than the Valley of\nTongchuan The Yangtse RiverThe River of Golden Sandis only two\ndays distant but it is not navigable even by Chinese boatmen Sugarcane\ngrows in the Yangtse Valley in little pockets and it is from there that\nthe compressed cakes of brown sugar seen in all the markets of Western\nYunnan are brought Coal comes from a mine two or three days inland\nwhitewax trees provide an important industry the hills to the west\ncontain the most celebrated copper mines in the empire\n\nThe cash of Tongchuan are very small and inferior 2000 being equivalent\nto one tael whereas in Chaotong 110 miles away the cash vary from\n1260 to 1640 the tael Before the present Prefect took office the cash\nwere more debased still no less than 4000 being then counted as one\ntael but the Prefect caused all these cash to be withdrawn from\ncirculation\n\nUnlike Chaotong no children are permitted to be sold in the city but\nduring last year no less than 3000 children the figures are again\nChinese were carried through the town on their way from Chaotong to the\ncapital The edict of the Prefect which forbids the selling of children\nincreases the cases of infanticide and in time of famine there are few\nmothers among the starving poor who can truthfully assert that they have\nnever abandoned any of their offspring\n\nThe subject of infanticide in China has been discussed by a legion of\nwriters and observers and the opinion they come to seems to be\ngenerally that the prevalence of the crime except in seasons of famine\nhas been enormously overstated The prevalent idea with us Westerns\nappears to be that the murder of their children especially of their\nfemale children is a kind of national pastime with the Chinese or at\nthe best a national peculiarity Yet it is open to question whether the\ncrime excepting in seasons of famine is in proportion to the\npopulation more common in China than it is in England H A Giles of\nHBM Chinese Consular Service one of the greatest living authorities\non China says I am unable to believe that infanticide prevails to any\ngreat extent in China In times of famine or rebellion under stress\nof exceptional circumstances infanticide may possibly cast its shadow\nover the empire but as a general rule I believe it to be no more\npractised in China than in England France the United States and\nelsewhere _Journal China Branch RAS_ 1885 p 28\n\nG Eugene Simon formerly French Consul in China declares that\ninfanticide is a good deal less frequent in China than in Europe\ngenerally and particularly in France A statement that inferentially\nreceives the support of Dr E J Eitel _China Review_ xvi 189\n\nThe prevailing impression as to the frequency of infanticide in China is\nderived from the statements of missionaries who no doubt\nunintentionally exaggerate the prevalence of the crime in order to\nbring home to us Westerns the deplorable condition of the heathen among\nwhom they are labouring But even among the missionaries the\nstatements are as divergent as they are on almost every other subject\nrelating to China Thus the Rev Griffith John argues from his own\nexperience that infanticide is common all over the Empire the Rev Dr\nEdkins on the other hand says that infanticide is a thing almost\nunknown in Peking And the well known medical missionary Dr Dudgeon\nof Peking who has left the London Mission agrees with another medical\nmissionary Dr Lockhart that infanticide is almost as rare in China\nas in England\n\nThe Rev A H Smith Chinese Characteristics p 207 speaks of the\nenormous infanticide which is known to exist in China The Rev Justus\nDoolittle Social Life of the Chinese ii p 203 asserts that there\nare most indubitable reasons for believing that infanticide is tolerated\nby the Government and that the subject is treated with indifference and\nwith shocking levity by the mass But Bishop Moule has good reason\nto conclude that the prevalence of the crime has been largely\nexaggerated _Journal China Branch RAS_ _ut supra_\n\nOne of the best known Consuls in China who lately retired from the\nService told the writer that in all his thirty years experience of\nChina he had only had personal knowledge of one authentic case of\ninfanticide\n\nExaggerated estimates respecting the frequency of infanticide says\nthe Rev Dr D J MacGowan are formed owing to the withholding\ninterment from children who die in infancy And he adds that opinions\nof careful observers will be found to vary with fields of observation\n_China Review_ xiv 206\n\nWhatever the relative frequency of infanticide in China and Europe may\nbe it cannot I think admit of question that the crime of infanticide\nis less common among the barbarian Chinese than is the crime of\nfoeticide among the highly civilised races of Europe and America\n\nThere are several temples in Tongchuan and two beyond the walls which\nare of more than ordinary interest There is a Temple to the Goddess of\nMercy where deep reverence is shown to the images of the Trinity of\nSisters They are seated close into the wall the nimbus of glory which\nplays round their impassive features being represented by a golden\naureola painted on the wall The Goddess of Mercy is called by the\nChinese _Shengmu_ or Holy Mother and it is this name which has been\nadopted by the Roman Catholic Church as the Chinese name of the Virgin\nMary\n\nThere is a fine City Temple which controls the spirits of the dead of\nthe city as the yamens of the magistrates control the living of the\ncity The Prefect and the City Magistrate are here shown in their\ncelestial abodes administering justiceor its Chinese equivalentto\nthe spirits who when living were under their jurisdiction on earth\nThey hold the same position in Heaven and have the same authority as\nthey had on earth and may as spirits be bribed to deal gently with\nthe spirits of departed friends just as when living they were open to\noffers to deal leniently with any living prisoner in whose welfare the\nfriends were prepared to express practical sympathy\n\nIn the Buddhist Temple are to be seen in the long side pavilions the\nchambers of horrors with their realistic representations of the torments\nof a soul in its passage through the eight Buddhist hells I looked on\nthese scenes with the calmness of an unbeliever not so a poor woman to\nwhom the horrors were very vivid truths She was on her knees before\nthe grating sobbing piteously at a ghastly scene where a man while\nstill alive was being cast by monsters from a hilltop on to redhot\nspikes there to be torn in pieces by serpents This was the torture her\ndead husband was now enduring it was this stage he had reached in his\nonward passage through hellthe priest had told her so and only money\npaid to the priests could lighten his torment\n\nBeyond the south gate amid groves of lofty pine trees are the temple\nand grounds the pond and senior wrangler bridge of the Confucian\nTemplethe most beautifullyfinished temple I have seen in China We\nhave accustomed ourselves to speak in ecstacies of the woodcarving in\nthe temples of Japan but not even in the Shogun chapels of the Shiba\ntemples in Tokyo have I seen woodcarving superior to the exquisite\ndelicacy of workmanship displayed in the carving of the Imperial dragons\nthat frame with their fantastic coils the large Confucian tablet of this\ntemple Money has been lavished on this building The inclined marble\nslabs that divide the terrace steps are covered with fanciful tracery\nthe parapets of the bridge are chiselled in marble sculptured images of\nelephants with howdahs crown the pillars of the marble balustrades the\nlattice work under the wide eaves is everywhere beautifully carved\nLofty pillars of wood support the temple roofs They are preserved by a\ncoating of hemp and protected against fire by an outer coating of\nplaster stained the colour of the original wood Gilding is used as\nfreely in the decoration of the grand altar and tablets of this temple\nas it is in a temple in Burma\n\nOn a hill overlooking the city and valley is the Temple to the God of\nLiterature The missionary and I climbed to the temple and saw its\npretty court its ancient bronze censer and its many beautiful flowers\nand then sat on the terrace in the sun and watched the picturesque\nvalley spread out before us\n\nAs we descended the hill again a lad who had attached himself to us\noffered to show us the two common pits in which are cast the dead bodies\nof paupers and criminals The pits are at the foot of the hill\nopenmouthed in the uncut grass With famine in the city with people\ndying at that very hour of starvation there was no lack of dead and\nboth pits were filled to within a few feet of the surface Bodies are\nthrown in here without any covering and hawks and crows strip them of\ntheir flesh a mode of treating the dead grateful to the Parsee but\ninexpressibly hateful to the Chinese whose poverty must be overwhelming\nwhen he can be found to permit it Pigtails were lying carelessly about\nand skulls separated from the trunk Human bones gnawed by dogs were to\nbe picked up in numbers in the long grass all round the hill they were\nthe bones of the dead who had been loosely buried close to the surface\nthrough which dogsthe domestic dogs one met afterwards in the\nstreethad scraped their way Many too were the bones of dead\nchildren for poor children are not buried but are thrown outside the\nwall sometimes before they are dead to be eaten perhaps by the very\ndog that was their playmate since birth\n\nI called upon the French priest Pere Maire and he came with much\ncordiality to the door of the mission to receive me His is a pretty\nmission built in the Chinese style with a modest little church and a\nnice garden and summerhouse The father has been four years in\nTongchuan and ten in China Like most of the French priests in China he\nhas succeeded in growing a prodigious beard whose imposing length adds\nto his influence among the Chinese who are apt to estimate age by the\nlength of the beard Only three weeks ago he returned from the capital\nSigns of famine were everywhere apparent The weather was very cold and\nthe road in many places deeply covered with snow Riding on his mule he\npassed at different places on the wayside eight bodies all recently\ndead from hunger and cold No school is attached to the mission but\nthere is an _orphelinat_ of little girls _ramassees dans les rues_ who\nhad been cast away by their parents they are in charge of Chinese\nCatholic nuns and will be reared as nuns As we sat in the pavilion in\nthe garden and drank wine sent to him by his brother in Bordeauxtrue\nFrench winethe priest had many things to tell me of interest of the\nnative rebellion on the frontier of Tonquin of the mission of Monsieur\nHaas to Chungking and the Thibetan trade in tea The Chinese ah yes\nHe loves the Chinese because he loves all Gods creatures but they are\nliars and thieves Many families are converted but even the Christians\nare never Christian till the third generation These were his words\n\n\n\n\nCHAPTER XII\n\nTONGCHUAN TO YUNNAN CITY\n\n\nFrom Tongchuan to Yunnan city the provincial seat of Government and\nofficial residence of the Viceroy whither I was now bound is a\ndistance of two hundred miles My two carriers from Chaotong had been\nengaged to go with me only as far as Tongchuan but they now reengaged\nto go with Laohwan my third man as far as the capital The conditions\nwere that they were to receive _6s 9d_ each 225 taels one tael\n_3s_ to be paid in advance and the balance on arrival and they were\nto do the distance in seven days The two taels they asked the\nmissionary to remit to their parents in Chaotong and he promised to\nreceive the money from me and do so There was no written agreement of\nany kindnone of the three men could read they did not even see the\nmoney that the missionary was to get for them but they had absolute\nconfidence in our good faith\n\nI had a mule with me from Tongchuan to Yunnan which saved me many miles\nof walking and increased my importance in the eyes of the heathen I\nwas taking it to the capital for sale It was a bigboned roughhewn\nanimal of superior intelligence and I was authorised to sell it\ntogether with its saddle and bridle for four pounds Like most Chinese\nmules it had two corns on the forelegs and thus could see at night\nEvery Chinaman knows that the corns are adventitious eyes which give the\nmule this remarkable power\n\nWe were on our way early in the afternoon of the 7th going up the\nvalley Below the curiously draped pagoda which commands Tongchuan we\nmet two pairs of prisoners who were being led into the city under\nescort They were coupled by the neck they were suffering cruelly for\ntheir wrists were so tightly manacled that their hands were\nstrangulated a mode of torture to which it will be remembered the\nChinese Government in 1860 subjected Bowlby the _Times_ correspondent\nand the other prisoners seized with him in treacherous violation of a\nflag of truce till death ended their sufferings These men were\nroadside robbers caught redhanded Their punishment would be swift and\ncertain Found guilty on their own confession either tendered\nvoluntarily to escape torture or under the compulsion of torture\nselfaccusation wrested from their agony they would be sentenced to\ndeath carried in baskets without delayif they had not previously\ndied in prisondied that is from the torture having been pushed too\nfarto the execution ground and there beheaded\n\nWe stopped at an inn that was not the ordinary stage where in\nconsequence we had few comforts In the morning my men lay in bed till\nlate and when I called them they opened the door and pointed to the\nroad clearly indicating that rain had fallen and that the roads were\ntoo slippery for traffic But what was my surprise on looking myself to\nfind the whole country deeply under snow and that it was still snowing\nAll day indeed it snowed The track was very slippery but my mule\nthough obstinate was surefooted and we kept going We passed a huge\ncoffinborne by a dozen men with every gentleness not to disturb the\ndead ones restpreceded not followed by mourners two of whom were\ncarrying a paper sedan chair which would be burnt and so rendered\ninvisible would be sent to the invisible world to bear the dead mans\nspirit with becoming dignity All day we were in the mountains\ntravelling up the bed of a creek with mountains on both sides of us We\npassed Chehki ninety li from Tongchuan and thirty li further were glad\nto escape from the cold and snow to the shelter of a poor thatched mud\ninn where we rested for the night\n\nA humpback was in charge The only bedroom was half open to the sky\nbut the main room was still whole though it had seen better days There\nwas a shrine in this room with ancestral tablets and a sheet of\nmanyfeatured gods conspicuous amongst them being the God of Riches\nwho had been little attentive to the prayers offered him in this poor\nhamlet In a stall adjoining our bedroom the mule was housed and\njingled his bell discontentedly all through the night A poor man\nnearly blind with acute inflammation of the eyes was shivering over the\nscanty embers of an open fire which was burning in a square hole scooped\nin the earthern floor near the doorway He ate the humblest dishful of\nmaize husks and meal strainings That night I wondered did he sleep out\nin the open under a hedge or did the inn people give him shelter with\nmy mule in the next room My men and I had to sleep in the same room\nThey were still on short rations They ate only twice a day and then\nsparingly of maize and vegetables they took but little rice and no\ntea and only a very small allowance of pork once in two days Food was\nvery dear and though they were receiving nearly double wages to carry\nhalfloads they must needs be careful What admirable fellows they\nwere In all my wanderings I have never travelled with more goodnatured\ncompanions The attendant Laohwan was a powerful Chinese solid and\ndetermined but courteous in manner voluble of speech but with an\namusing stammer he had a wide experience of travel in Western China He\nseemed to enjoy his journeyhe never appeared lovesick but of course\nI had no means of asking if he felt keenly the long separation from his\nbride\n\nAt the inn there was no bedding for my men they had to cover\nthemselves as best they could with some pieces of felt brought them by\nthe hunchback and sleep all huddled together from the cold They had a\nfew hardships to put up with but their lot was a thousand times better\nthan that of hundreds of their countrymen who were dying from hunger as\nwell as from cold\n\nOn the 9th as I was riding on my mule up the mountain road with the\nbleak bare mountain tops on every side I was watching an eagle\ncircling overhead when my men called out to me excitedly and pointed to\na large wolf that leisurely crossed the path in front of us and slunk\nover the brow It had in its mouth a haunch of flesh torn from some poor\nwretch who had perished during the night This was the only wolf I saw\non my journey though they are numerous in the province Last year not\ntwenty li from Chaotong a little girl of four the only child of the\nmission cook was killed by a wolf in broad daylight before its mothers\neyes while playing at the cabin door\n\nAgain today I passed a humpbacked dwarf on the hills making his\nsolitary way towards Tongchuan and I afterwards saw others an\nindication of the prosperity that had left the district for in time of\nfamine no child who was badly deformed at birth would be suffered to\nlive\n\nWe stopped the night at Leitoupo and next day from the bleak tableland\nhigh among the mountains where the wind whistled in our faces we\ngradually descended into a country of trees and cultivation and\nfertility We left the bare red hills behind us and came down into a\nbeautiful glade with pretty streams running in pebbly beds past\nterraced banks At a village among the trees where the houses made some\npretension to comfort and where poppies with brilliantly coloured\nflowers encroached upon the street itself we rested under a sunshade\nin front of a teahouse A pretty rill of mountain water ran at our feet\nGood tea was brought us in new clean cups and a sweetmeat of peanuts\nset in sugarlike almond toffee The teahouse was filled In the midst\nof the tea drinkers a man was lying curled on a mat a bent elbow his\npillow and fast asleep with the opium pipe still beside him and the\nlamp still lit A pretty little girl from the adjoining cottage came\nshyly out to see me I called her to me and gave her some sweetmeat I\nwished to put it in her mouth but she would not let me and ran off\nindoors I looked into the room after her and saw her father take the\nlolly from her and give it to her fat little baby brother who seemed\nthe best fed urchin in the town But I stood by and saw justice done\nand saw the little maid of four enjoy the first luxury of her lifetime\nGirls in China early learn that they are at best only necessary evils\nto be endured as tradition says Confucius taught only as the possible\nmothers of men Yet the condition of women in China is far superior to\nthat in any other heathen country Monogamy is the rule in China\npolygamy is the exception being confined to the three classes the\nrich the officials and those who can by effort afford to take a\nsecondary wife their first wife having failed to give birth to a son\n\nIt is impossible to read the combined experiences of many missionaries\nand travellers in China without forming the opinion that the condition\nof women in China is as nearly satisfactory as could be hoped for in a\nkingdom of civilised and organised heathenism as the Rev C W\nMateer terms it The lot of the average Chinese woman is certainly not\none that a Western woman need envy She cannot enjoy the happiness which\na Western woman does but she is happy in her own way nevertheless\nHappiness does not always consist in absolute enjoymentbut in the\nidea which we have formed of it\n\nThere was no impertinent curiosity to see the stranger The people in\nYunnan seem cowed and crushed That arrogance which characterises the\nChinese elsewhere is entirely wanting here They have seen the horrors\nof rebellion and civil war of battle murder and sudden death of\ndevastation by the sword famine ruin and misery They are resigned\nand spiritless But their friendliness is charming their courtesy and\nkindliness is a constant delight to the traveller At meal time you are\nalways pressed to join the table in the same manner and with the\nidentical phrases still used by the Spaniards but the request is one of\npoliteness only and like the _quiere Vd gustar_ is not meant to be\naccepted\n\nWe continued on our way Comparatively few coolies now met us and the\nmajority of those who did were travelling emptyhanded but there were\nmany ponies and mules coming from the capital laden with tea and with\nblocks of white salt like marble Every here and there a rude shelter\nwas erected by the wayside where a dish of cabbage and herbs could be\nobtained which you ate out of cracked dishes at an improvised bench\nmade from a coffin board resting on two stones Towards sundown we\nentered the village of Kongshan a pretty place on the hill slope with\nviews across a fertile hollow that was pleasant to see Here we found an\nexcellent inn with good quarters Our days journey was thirtyseven\nmiles of which I walked fifteen miles and rode twentytwo miles We\nwere travelling quickly Distances in China are at first very\nconfusing They differ from ours in a very important particular they\nare not fixed quantities they vary in length according to the nature of\nthe ground passed over Inequalities increase the distance thus it by\nno means follows that the distance from A to B is equal to the distance\nfrom B to Ait may be fifty per cent or one hundred per cent longer\nThe explanation is simple Distance is estimated by time and speaking\nroughly ten li 313 miles is the unit of distance equivalent to an\nhours journey Sixty li still to go means six hours journey before\nyou it may be uphill all the way If you are returning downhill you\nneed not be surprised to learn that the distance by the same road is\nonly thirty li\n\nTonight before turning in I looked in to see how my mule was faring He\nwas standing in a crib at the foot of some underground stairs with a\nhuge horse trough before him the size and shape of a Chinese coffin He\nwas peaceful and meditative When he saw me he looked reproachfully at\nthe cut straw heaped untidily in the trough and then at me and asked\nas clearly as he could if that was a reasonable ration for a\nhighspirited mule who had carried my honourable person up hill and\ndown dale over steep rocks and by tortuous paths a long spring day in\na warm sun Alas I had nothing else to offer him unless I gave him the\nuncut straw that was stitched into our paillasses What straw was before\nhim was Chinese chaff cut into threeinch lengths by a long knife\nworked on a pivot and board like the tobacco knife of civilisation And\nhe had to be content with that or nothing\n\nNext day we had an early start soon after sunrise It was a lovely day\nwith a gentle breeze blowing and a cloudless sky The village of\nKongshan was a very pretty place It was built chiefly on two sides of\na main road which was as rugged as the dry bed of a mountain creek The\nhouses were better and the inns were again provided with heaps of\nbedding at the doorways Advertisement bills in blue and red were\ndisplayed on the lintels and doorposts while fierce doorgods guarded\nagainst the admission of evil spirits Brave indeed must be the spirits\nwho venture within reach of such fierce bearded monsters armed with\nsuch desperate weapons as were here represented I stood on the edge of\nthe town overlooking the valley while my mule was being saddled Patches\nof wheat and beans were scattered among fields of whiteflowered poppy\nCoolies carrying double buckets of water were winding up the sinuous\npath from the border of the garden where a pebbled brook laughs upon\nits way Boys were shouting to frighten away the sparrows from the\nnewlysown rice beds while women were moving on their little feet among\nthe poppies scoring anew the capsules and gathering the juice that had\nexuded since yesterday Down the road coolies were filing laden with\ntheir heavy burdensa long days toil before them rude carts were\nlumbering past me drawn by oxen and jolting on wheels that were solid\nbut not circular Then the mule was brought to me and we went on\nthrough an avenue of trees that were half hidden in showers of white\nroses by hedges of roses in full bloom and wayside flowers daisies and\nviolets dandelions and forgetmenots a pretty sight all fresh and\nsparkling in the morning sun\n\nWe went on in single file my two coolies first with their light loads\nthat swung easily from their shoulders then myself on the mule and\nlast my stalwart attendant Laohwan with his superior dress his huge sun\nhat his long pipe and umbrella A man of unusual endurance was\nLaohwan The days journey donehe always arrived the freshest of the\npartyhe had to get ready my supper make my bed and look after my\nmule He was always the last to bed and the first to rise Long before\ndaybreak he was about again attending to the mule and preparing my\nporridge and eggs for breakfast He thought I liked my eggs hard and\neach morning construed my look of remonstrance into one of approbation\nIt is very true of the Chinaman that precedent determines his action\nThe first morning Laohwan boiled the eggs hard and I could not reprove\nhim Afterwards of course he made a point of serving me the eggs every\nmorning in the same way I could say in Chinese I dont like them but\nthe morning I said so Laohwan applied my dislike to the eggs not to\ntheir condition of cooking and saying in Chinese good good he\nobligingly ate them for me\n\nLeaving the valley we ascended the red incline to an open tableland\nwhere the soil is arid and yields but a reluctant and scanty harvest\nNothing obstructs the view and you can see long distances over the\ndowns which are bereft of all timber except an occasional clump of\npines that the axe has spared because of the beneficial influence the\ngeomancers declare they exercise over the neighbourhood The roadway in\nplaces is cut deeply into the ground for the path worn by the\nattrition of countless feet soon becomes a waterchannel and the roadway\nin the rains is often the bed of a rapid stream At short intervals are\nvast numbers of grave mounds with tablets and arched gables of well\ndressed stone No habitations of the living are within miles of them a\nforcible illustration of the devastation that has ravaged the district\nThis was still the famine district In the open uncultivated fields\nwomen were searching for weeds and herbs to save them from starvation\ntill the ingathering of the winter harvest Their children it was\npitiful to see It is rare for Australians to see children dying of\nhunger These poor creatures with their pinched faces and fleshless\nbones were like the patient with typhoid fever who has long been\nhovering between life and death There were no beggars All the beggars\nwere dead long ago All through the famine district we were not once\nsolicited for either food or money but those who were still living were\ncrying for alms with silent voices a hundred times more appealing When\nwe rested to have tea the poor children gathered round to see us\nskeletons dressed in skins and rags yet meekly independent and\nfriendly Their parents were covered with ragged garments that hardly\nheld together Many wore over their shoulders rude grass cloths made\nfrom pine fibre that appear to be identical with the native petticoats\nworn by the women of New Guinea\n\nLeaving the poor upland behind us we descended to a broad and fertile\nplain where the travelling was easy and passed the night in a large\nMoslem inn in the town of Iangkai\n\nAll next day we pursued our way through fertile fields flanked by pretty\nhills which it was hard to realise were the peaks of mountains 10000\nto 11000 feet above sealevel Before sundown we reached the prosperous\nmarket town of Yanglin where I had a clean upstairs room in an\nexcellent inn The wall of my bedroom was scrawled over in Chinese\ncharacters with what I was told were facetious remarks by Chinese\ntourists on the quality of the fare\n\nIn the evening my mule was sick Laohwan said and a veterinary surgeon\nhad to be sent for He came with unbecoming expedition Then in the same\nway that I have seen the Chinese doctors in Australia diagnose the\nailments of their human patients of the same great family he examined\nthe poor mule with the inscrutable air of one to whom are unveiled the\nmysteries of futurity and he retired with his fee The medicine came\nlater in a large basket and consisted of an assortment of herbs so\nvaried that one at least might be expected to hit the mark My Laohwan\npaid the mule doctor so he said for advice and medicine 360 cash\nninepence an exorbitant charge as prices are in China\n\nOn Friday April 13th we had another pleasant day in open country\nleading to the low rim of hills that border the plain and lake of Yunnan\ncity Ruins everywhere testify to the march of the rebellion of thirty\nyears agotriumphal arches in fragments broken temples battered idols\ndestroyed by Mohammedan iconoclasts Districts destitute of habitations\nwhere a thriving population once lived attest that suppression of a\nrebellion in China spells extermination to the rebels\n\nOn the road I met a case of goitre and byandby others till I counted\ntwenty or more and then remembered that I was now entering on a\ndistrict of Asia extending over Western Yunnan into Thibet Burma the\nShan States and Siam the prevailing deformity of whose people is\ngoitre\n\nIllustration THE BIG EAST GATE OF YUNNAN CITY\n\nTen miles before Yunnan my men led me off the road to a fine building\namong the poplars which a large monogram on the gateway told me was the\nCatholic College of the _Missions Etrangeres de Paris_ known throughout\nthe Province as Jinmaasuh Situated on rising ground the plain of\nYunnan widening before it the College commands a distant view of the\nwalls and turretted gateways the pagodas and lofty temples of the\nfamous city Chinese students are trained here for the priesthood At\nthe time of my visit there were thirty students in residence who after\ntheir ordination will be scattered as evangelists throughout the\nProvince Pere Excoffier was at home and received me with\ncharacteristic courtesy His news was many weeks later than mine M\nGladstone had retired from the Premiership and M Rosebery was his\nsuccessor England had determined to renew the payment of the tribute\nwhich China formerly exacted by right of suzerainty from Burma The\nChinese were daily expecting the arrival of two white elephants from\nBurma which were coming in charge of the British Resident in Singai\nBhamo M Warry as a present to the Emperor and were the official\nrecognition by England that Burma is still a tributary of the Middle\nKingdom I may here say that I often heard of this tribute in Western\nChina The Chinese had been long waiting for the arrival of the\nelephants with their yellow flags floating from the howdahs\nannouncing as did the flags of Lord Macartneys Mission to Peking\nTribute from the English to the Emperor of China and I suppose that\nthere are governments idiotic enough to thus pander to Chinese\narrogance No doubt what has given rise to the report is the knowledge\nthat the Government of India is bound under the Convention of 1886 to\nsend every ten years a complimentary mission from the Chief\nCommissioner of Burma to the Viceroy of Yunnan\n\nIt was late when I left Jinmaasuh and long after sundown before I\nreached the city The flagged causeway across the plain was slippery to\nwalk on and my mule would not agree with me that there was any need to\nhurry He knew the Chinese character better than I did Gunfire the\nsignal for the closing of the gates had sounded when we were two miles\nfrom the wall but sentries are negligent in China and the gates were\nstill open Had we been earlier we should have entered by the south\ngate which is always the most important of the gates of a Chinese city\nand the one through which all officials make their official entry but\nunable to do this we entered by the big east gate Turning sharply to\nthe right along the city wall we were conducted in a few minutes to the\nTelegraph Offices where I received a cordial welcome from Mr Christian\nJensen the superintendent of telegraphs in the two great provinces of\nYunnan and Kweichow These are his headquarters and here I was to rest\na delightful week It was a pleasant change from silence to speech from\nChinese discomfort to European civilisation Chinese fare one evening\npork rice tea and beans and the next chicken and the famed Shuenwei\nham mutton and green peas and red currant jelly pancakes and\naboriginal Yunnan cheese claret champagne port and cordial Medoc\n\n\n\n\nCHAPTER XIII\n\nAT YUNNAN CITY\n\n\nYunnan City is one of the great cities of China not so much in size as\nin importance It is within easy access at all seasons of the year of\nthe French colony of Tonquin whereas the trade route from here to\nBritish Burma is long arduous and mountainous and in its Western\nportions is closed to traffic during the rains From Yunnan City to\nMungtze on the borders of Tonquin where there is a branch of the\nImperial Maritime Customs of China is a journey of eight days over an\neasy road Four days from Mungtze is Laokai on the Red River a river\nwhich is navigable by boat or steamer to Hanoi the chief river port of\nTonquin In the middle of 1889 the French river steamer _Le Laokai_\nmade the voyage from Hanoi to Laokai in sixty hours\n\nFrom Yunnan City to Bhamo on the Irrawaddy in British Burma is a\ndifficult journey of thirtythree stages over a mountainous road which\ncan never by any human possibility be made available for other traffic\nthan caravans of horses or coolies on foot The natural highway of\nCentral and Southern Yunnan is by Tonquin and no artificial means can\never alter it At present Eastern Yunnan sends her trade through the\nprovinces of Kweichow and Hunan to the Yangtse above Hankow or via the\ntwo Kuangs to Canton Shortness of distance combined with facility of\ntransport must soon tap this trade or divert it into the highways of\nTonquin Northern Yunnan must send her produce and receive her imports\nvia Szechuen and the Yangtse As for the trade of Szechuen the richest\nof the provinces of China no man can venture to assert that any other\ntrade route exists or can ever be made to exist than the River\nYangtse and all the French Commissioners in the world can no more alter\nthe natural course of this trade than they can change the channel of the\nYangtse itself\n\nI am not of course the first distinguished visitor who has been in\nYunnan City Marco Polo was here in 1283 and has left on record a\ndescription of the city which in his time was known by the name of\nYachi Jesuit missionaries have been propagating the faith in the\nprovince since the seventeenth century But the distinction of being the\nfirst European traveller not a missionary priest to visit the city\nsince the time of Marco Polo rests with Captain Doudart de la Gree of\nthe French Navy who was here in 1867\n\nMargary the British Consul who met a cruel death at Manwyne passed\nthrough Yunnan in 1875 on his famous journey from Hankow and two years\nlater the tardy mission under Grosvenor with the brilliant Baber as\ninterpreter and Li Han Chang the brother of Li Hung Chang as delegate\nfor the Chinese arrived here in the barren hope of bringing his\nmurderers to justice\n\nHosie formerly HBM Consul in Chungking and well known as a\ntraveller in Western China was in Yunnan City in 1882\n\nIn September 1890 Bonvalot and Prince Henri dOrleans stopped here at\nthe French Mission on their way to Mungtze in Tonquin It was on the\ncompletion of their journey along the eastern edge of _Tibet\nInconnu_Unknown Thibet as they term it although the whole route\nhad been traversed time and again by missionary priests a journey whose\nsuccess was duethough few have ever heard his nameto its true\nleader interpreter and guide the brave Dutch priest from Kuldja Pere\nDedeken\n\nAnother famous missionary traveller Pere Vial who led Colquhoun out of\nhis difficulty in that journey Across Chryse which Colquhoun\ndescribes as a Journey of Exploration though it was through a country\nthat had been explored and accurately mapped a century and a half before\nby Jesuit missionaries and conducted him in safety to Bhamo in Burma\nhas often been in Yunnan City and is a possible successor to the\nBishopric\n\nM Boell who left the Secretaryship of the French Legation in Peking to\nbecome the special correspondent of _Le Temps_ was here in 1892 on his\nway from Kweiyang in Kweichow to Tonquin and a few months later\nCaptain dAmade the Military Secretary of the French Legation\ncompleted a similar journey from Chungking In May 1892 the\nCommissioner from the French Government opium farm in Hanoi M Tomme\narrived in Yunnan City from Mungtze sent by his Government in search of\nimproved methods of poppy cultivationthe Yunnan opium with the\nexception of the Shansi opium being probably the finest in China\nFinally in May 1893 Lenz the American bicyclist to the profound\namazement of the populace rode on his living wheel to the\n_Yesutang_ This was the most remarkable journey of all Lenz\npractically walked across China surmounting hardships and dangers that\nfew men would venture to face I often heard of him He stayed at the\nmission stations All the missionaries praise his courage and endurance\nand the admirable good humour with which he endured every discomfort\nBut one missionary lamented to me that Lenz did not possess that close\nacquaintance with the Bible which was to be expected of a man of his\nhardihood It seems that at family prayers at this good missionarys\nthe chapter for reading was given out when poor Lenz was discovered\nfeverishly seeking the Epistle to the Galatians in the Old Testament\nWhen his mistake was gently pointed out to him he was not discouraged\nfar from it it was the missionary who was dismayed to hear that in the\nUnited States this particular Epistle is always reckoned a part of the\nPentateuch\n\nI paid an early visit of courtesy to my nominal host Li Pi Chang the\nChinese manager of the Telegraphs He received me in his private office\ngave me the best seat on the left and handed me tea with his own fat\nhands A mandarin whose rank is above that of an expectant Taotai Li is\nto be the next Taotai of Mungtze where from an official salary of 400\ntaels per annum he hopes to save from 10000 to 20000 taels per annum\n\nSqueezing as this method of enrichment is termed is you see not\nconfined to America Few arts indeed seem to be more widely\ndistributed than the art of squeezing Dives the taxdodger is as\ncommon in China as he is in the United States Compare however any\ncity in China in the midst of the most ancient civilisation in the\nworld with a city like Chicago which claims to have reached the\nhighest development of modern civilisation and it would be difficult to\nassert that the condition of public morals in the heathen city was even\ncomparable with the corruption and sin of the American city a city\nnominally Christian which is studded with churches and littered with\nBibles but still a city where perjury is a protected industry No\ncommunity is more ardent in its evangelisation of the perishing\nChinese than Chicago but where in all China is there such a supreme\nembodiment of fraud falsehood and injustice as prevails in Chicago\nAn alderman in Chicago Mr Stead tells us p 172 _et seq_ receives\nonly 156 dollars a year salary but in addition to his salary he\nenjoys practically unrestricted liberty to fill his pockets by\nbartering away the property of the city It is expected of the\nalderman as a fundamental principle that he will steal and in a\nfruitful year says the _Record_ the average crooked alderman makes\n15000 to 20000 dollars An assessorship in Chicago is worth nominally\n1500 dollars per annum but everyone knows that in Chicago an\nassessorship is the shortest cut to fortune\n\nSqueezing in China may be common but it is a humble industry compared\nwith the monumental swindling which Mr Stead describes as existing in\nChicago\n\nBesides being manager in Yunnan City Li is the chief telegraph director\nof the two provinces of Yunnan and Kweichow That he is entirely\ninnocent of all knowledge of telegraphy or of the management of\ntelegraphs is no bar to such an appointment He is a mandarin and is\ntherefore presumably fitted to take any position whatever whether it\nbe that of Magistrate or Admiral of the Fleet Collector of Customs or\nGeneral commanding in the field Of the mandarin in China it is truly\nsaid that there is nothing he isnt\n\nLi is also Chief Secretary of the _ShanhaoTsungKuh_ The Supreme\nBoard of Reorganisation of the province the members of which are the\nfour highest provincial officials next below the Governor\n_Futai_viz the Treasurer _Fantai_ Provincial Judge _Niehtai_\nthe Salt Comptroller and the Grain Intendant\n\nLi it may be said at once is a man of no common virtue He is the\nfather of seven sons and four daughters he can die in peace in his\nfamily there is no fear of the early extinction of male descendants for\nthe succession is as well provided against as it is in the most fertile\nRoyal family in Europe His family is far spreading and it is worth\nnoting as an instance of the patriarchal nature of the family in China\nthat Li is regarded as the father of a family whose members dependent\nupon him for entire or partial support number eighty persons He has had\nthree wives His number one wife still lives at the family seat in\nChangsha another secondary wife is dead his present number two wife\nlives with him in Yunnan This is his favourite wife and her story is\nworth a passing note She was not a funded houri but a poor _yatow_\na forked head or slave girl whom he purchased on a lucky day and\nsmitten with her charms made her his wife It was a case of love at\nfirst sight Her conduct since marriage has more than justified the\nchoice of her master Still a young woman she has already presented her\nlord with nine children on the last occasion surpassing herself by\ngiving birth to twins She has a most pleasant face and really charming\nchildren but the chief attraction of a Chinese lady is absent in her\ncase Her feet are of natural size and not even in the exaggerated\nmurmurings of love could her husband describe them as threeinch gold\nlilies\n\nThat this was a marriage of inclination there can be no doubt whatever\nIt is idle to argue that the Chinese are an unemotional people\nincapable of feeling the same passions that move us We ridicule the\nimage of a Chinaman languishing in love just as the Chinaman derides\nthe possibility of experiencing the feelings of love for the average\nforeign woman he has seen in China Their poetry abounds in love\nepisodes Students of Chinese civilisation seem to agree that a _mariage\nde convenance_ in China is more likely even than on the Continent to\nbecome instantly a marriage of affection The pleasures of female\nsociety are almost denied the Chinaman he cannot fall in love before\nmarriage because of the absence of an object for his love The faculty\nof love produces a subjective ideal and craves for a corresponding\nobjective reality And the longer the absence of the objective reality\nthe higher the ideal becomes as in the mind of the hungry man ideal\nfoods get more and more exquisite\n\nIn Meadows Essay on Civilisation in China there is a charming story\ntranslated from the Chinese of love at first sight given in\nillustration of the authors contention that it is the men to whom\nwomens society is almost unknown that are most apt to fall violently in\nlove at first sight Violent love at first sight is a general\ncharacteristic of nations where the sexes have no intercourse before\nmarriage The starved cravings of love devour the first object\n\nA Chinese who had suffered bitter disenchantments in marriage retired\nwith his infant son to the solitude of a mountain inaccessible for\nlittlefooted Chinese women He trained up the youth to worship the gods\nand stand in awe and abhorrence of devils but he never mentioned even\nthe name of woman to him He always descended to market alone but when\nhe grew old and feeble he was at length compelled to take the young man\nwith him to carry the heavy bag of rice He very reasonably argued I\nshall always accompany my son and take care that if he does see a\nwoman by chance he shall never speak to one he is very obedient he\nhas never heard of woman he does not know what they are and as he has\nlived in that way for twenty years already he is of course now pretty\nsafe\n\nAs they were on the first occasion leaving the market town together\nthe son suddenly stopped short and pointing to three approaching\nobjects inquired Father what are these things Look look what are\nthey The father hastily answered Turn away your head They are\ndevils The son in some alarm instantly turned away from things so\nbad and which were gazing at his motions with surprise from under their\nfans He walked to the mountain top in silence ate no supper and from\nthat day lost his appetite and was afflicted with melancholy For some\ntime his anxious and puzzled parent could get no satisfactory answer to\nhis inquiries but at length the poor young man burst out almost crying\nfrom an inexplicable pain Oh father that tallest devil that tallest\ndevil father\n\nGirls for Yunnan City are bought at two chief centresat Chaotong as\nwe have seen and at Bichih They are carried to the city in baskets\nThey are rarely sold into prostitution but are bought as slave girls\nfor domestic service as concubines and occasionally as wives Their\ngreat merit is the absence of the thickneck goitre\n\nThe morning after my visit Li sent me his card together with a leg of\nmutton and a pile of sweet cakes I returned my card and gave the\nbearer 200 cash fivepence not as a return gift to the mandarin but\nas a private act of generosity to his servantall this being in\naccordance with Chinese etiquette\n\nMy host in Yunnan and the actual manager and superintendent of the\ntelegraphs of the two provinces is a clever Danish gentleman Mr\nChristian Jensen an accomplished linguist to whom every European\nresident and traveller in the province is indebted for a thousand acts\nof kindness and attention He has a rare knowledge of travel in China\nMr Jensen arrived in China in 1880 in the service of the Great Northern\nTelegraph Companya Danish company From December 1881 when the first\nChinese telegraph line was opened that from Shanghai to Tientsin till\nthe spring of 1883 he was one of eight operatives and engineers lent by\nthe Company to the Chinese Government In December 1883 having returned\nin the meantime to the Great Northern he accepted an engagement under\nthe Imperial Government and he has been in their employ ever since\nDuring this time he has superintended the construction of 7000 li 2350\nmiles of telegraph lines and it was he who on the 20th May 1890\neffected the junction of the Chinese system with the French lines at\nLaokai Among the more important lines constructed by him are those\njoining the two capital cities of the provinces of Yunnan and Kweichow\nthat from Yunnan City to Mungtze on the frontier of Tonquin that from\nCanton to the boundary of Fuhkien province and that from Yunnan City\nthrough Tali to Tengyueh Momien this last line being the one which\nwill eventually unite with the marvellous Indian telegraph system at the\nBurmese frontier In the course of his many journeys through China Mr\nJensen has been invariably well treated by the Chinese and it is\npleasant to hear one who has seen so much of the inner life of the\ncountry speak as he does of the universal courtesy and hospitality\nattention and kindness that has been shown him by all classes of\nChinese from the highest officials to the humblest coolies\n\nIllustration VIEW IN YUNNAN CITY\n\nMany interesting episodes have marked his stay in China Once when\nrepairing the line from Pase in Kwangsi to Mungtze during the rainy\nseason of 1889 fiftysix out of sixty men employed by him died of what\nthere can be little doubt was the same plague that has lately devastated\nHong Kong On this occasion of twelve men who at different times were\nemployed as his chairbearers all died\n\nIn October 1886 he came to Yunnan City and made this his\nheadquarters He has always enjoyed good health\n\nOne of the chief difficulties that formerly impeded the extension of the\ntelegraph in China was the belief that the telegraph poles spoil the\n_fungshui_in other words that they divert good luck from the\ndistricts they pass through This objection has been everywhere\novercome It last revealed itself in the extreme west of the line from\nYunnan Villagers who saw in the telegraph a menace to the good fortune\nof their district would cut down the polesand sell the wire in\ncompensation for their trouble The annoyance had to be put a stop to\nAn energetic magistrate took the matter in hand He issued a warning to\nthe villagers but his warning was unheeded Then he took more vigorous\nmeasures The very next case that occurred he had two men arrested and\ncharged with the offence They were probably innocent but under the\npersuasion of the bamboo they were induced to acquiesce in the\nmagistrates opinion as to their guilt They were sentenced to be\ndeprived of their ears and then they were sent on foot that all might\nsee them under escort along the line from Yunnan City to Tengyueh and\nback again No poles have been cut down since\n\n\n\n\nCHAPTER XIV\n\nGOLD BANKS AND TELEGRAPHS IN YUNNAN\n\n\nYunnan City is the great gold emporium of China for most of the gold\nfound in China comes from the province of which it is the capital When\na rich Chinaman returns from Yunnan to another province or is summoned\non a visit to the Emperor at Peking he carries his money in gold not\nsilver Gold leaf sent from Yunnan gilds the gods of Thibet and the\ntemples and pagodas of IndoChina No caravan returns to Burma from\nWestern China whose spare silver has not been changed into gold leaf In\nthe Arracan Temple in Mandalay as in the Shwaydagon Pagoda in Rangoon\nyou see the gold leaf that Yunnan produces and in the future will\nproduce in infinitely greater quantities\n\nGold comes chiefly from the mines of Talang eighteen days journey by\nland SW from Yunnan City on the confines of the district which\nproduces the famous Puerh tea The yield must be a rich one despite the\nineffective appliances that are employed in its extraction Gold has\nalways been abundant in this province at the time of Marco Polos visit\nit was so abundant that its value in relation to silver was only as one\nto six\n\nWhen gold is worth in Shanghai 35 times its weight in silver it may be\nbought in Yunnan City or Talifu for from 25 to 275 times its weight in\nsilver and in quantities up to hundreds of ounces To remit silver by\ntelegraphic transfer from Shanghai or Hong Kong to Yunnan city costs six\nper cent and either of the two leading banks in the city will\nnegotiate the transfer from their agents at the seaports of any amount\nup to 10000 ounces of silver in a single transaction The gold can\nalways be readily sold in Shanghai or Hong Kong and the only risk is in\nthe carriage of the gold from the inland city to the seaport So far as\nI could learn no gold thus sent has gone astray It is carried overland\nby the fastest trade routethat through Mungtze to Laokaiand thence\nby a boat down stream to Hanoi in Tonquin from which port it is sent by\nregistered post to Saigon and Hong Kong Here then is a venture open to\nall with excitement sufficient for the most _blase_ speculator Ample\nprofits are made by the dealer For instance a large quantity of gold\nwas purchased in Yunnan city on the 21st January 1894 at 232 its\nvalue in Shanghai on the same date being 309 but on the date that the\ngold arrived in Shanghai its value had risen to 35 at which price it\nwas sold At the time of my visit gold was 255 to 27 in Yunnan and 35\nin Shanghai and I have since learnt that while gold has become cheaper\nin the province it has become dearer at the seaport\n\nThe gold is brought to the buyer in the form of jewellery of really\nexquisite workmanship of rings and bracelets earrings and head\nornaments of those tiny images worn by rich children in a half circlet\nover the forehead and bridal charms that would make covetous the heart\nof a nun Ornaments of gold such as these are 98 per cent fine and are\nsold weighed on the same scales for so many times their weight in\nsilver They are sold not because of the poverty of their owners but\nbecause their owners make a very large profit on their original cost by\nso disposing of them If however the purchaser prefer it gold will be\nbrought him in the leaf 99 per cent fine and this is undoubtedly the\nbest form into which to convert your silver The gold beaters of Yunnan\nare a recognised class and are so numerous that they have a powerful\nguild or trades union of their own\n\nGoldtesting is also a recognised profession but the methods are\nprimitive and require the skill of an expert consisting as they do of\na comparison of the rubbing on a stone of the unknown gold with a\nsimilar rubbing of gold whose standard has been accurately determined\nOne of the best goldtesters in the city has been taught electric\ngilding by Mr Jensen and does some skilful work\n\nThe principle of selfprotection restrains the Chinaman from the\nostentatious exhibition of his wealthhe fears being squeezed by the\nofficials who are apt to regard wealth as an aggravation of crime to be\nthe more severely punished the better able is the accused to purchase\nexemption from punishment I have seen a stranger come into the room\nwhere Mr Jensen and I were sitting who from his appearance seemed to\nbe worth perhaps a fivedollar bill and after a preliminary interchange\nof compliments I have seen his hand disappear up his long sleeve and\nproduce a package of gold leaf worth perhaps 2000 taels of silver This\nhe would offer for sale there was some quiet bargaining when should\nthey agree the gold was weighed the purchaser handed a cheque on his\nChinese banker for the amount in silver and the transaction was\nfinished as quickly and neatly as if it had taken place in Bond Street\nand not in the most inland capital of an uncivilised country whose\ncivilisation has nevertheless kept it intact and mighty since the dawn\nof history and whose banking methods are the same now as they were in\nthe days of Solomon\n\nThe silver of Yunnan is of the same standard as the silver of Shanghai\nnamely 98 per cent pure and differs to the eye from the absolutely\nunalloyed silver of Szechuen\n\nThe cash of Yunnan vary in a way that is more than usually bewildering\nLet me explain in a few sentences the cash currency of the Middle\nKingdom The current coin of China as everyone knows is the brass cash\nwhich is perforated so that it may be carried on a string Now\ntheoretically a string of cash contains 100 coins and in the Eastern\nprovinces ten strings are the theoretical equivalent of one Mexican\ndollar But there are eighteen provinces in China and the number of\nbrass cash passing for a string varies in each province from the full\n100 which I have never seen to 83 in Taiyuen and down to 33 in the\nEastern part of the province of Chihli In Peking I found the system\ncharmingly simple One thousand cash are there represented by 100 coins\nwhereas 1000 old cash consist of 1000 coins though 1000 capital\ncash are only 500 coins The big cash are marked as 10 capital cash\nbut count the same as 5 old cash Nowhere does a Chinaman mean 1000 cash\nwhen he speaks of 1000 cash In Tientsin 1000 cash means 500 cashthat\nis to say 5 times 100 cash the 100 there being any number you can pass\nexcept 100 though by agreement the 100 is usually estimated at 98 In\nNanking I found a different system to prevail There cash are 1075 the\n1000 but of the 10 strings of 100 cash 7 contain only 98 cash each\nand 3 only 95 yet the surplus 75 cashthat is to say the number which\nfor the time being is the Nanking equivalent of 75are added all the\nsame At Lanchow in Chihli on the Imperial Chinese Railway near\nShanhaikwan 16 old cash count as 100 cash yet 33 are required to make\nup 200 in Tientsin from which point the railway starts 1000 cash are\nreally 500 cash and 98 count there as 100 Now 2000 Chihli cash are\nrepresented by 325 coins and 1000 by 162 coins and 6000 by 975 coins\nwhich again count as 1000 large cash and equal on an average one Mexican\ndollar Therefore to convert Lanchow cash into Tientsin cash you must\ndivide the Lanchow cash by 3 count 975 as 1000 and consider this equal\nto a certain percentage of a theoretical amount of silver known as a\ntael which is always varying of itself as well as by the fluctuations\nin the market value of silver and which is not alike in any two places\nand may widely vary in different portions of the same place\n\nCould anything be simpler And yet there are those who say that the\nsystem of money exchange in China is both cumbrous and exasperating\nTake as a further instance the cash in Yunnan Everyone knows that\ntheoretically there are 2000 cash in the tael each tael containing 20\nstrings and each string 100 cash but in Yunnan 2000 cash are not\n2000 cashthey are only 1880 cash This does not mean that 1880 cash\nare represented by 1880 coins not at all because 62 cash in Yunnan are\ncounted as 100 Eighteen hundred and eighty cash are therefore\nrepresented by only 1240 cash coins and all prices must be paid in this\nproportion Immediately outside the city however a string of cash is a\nfull string and contains 100 cash or rather it contains as few cash as\npossibly can be passed for 100 a fair average number being 98\n\nSilver is weighed in the City banks and at the wholesale houses on the\ncapital scale but in the retail stores on scales that are heavier by\n14 per cent one mace and 4 candareens in the tael Outside the city\non the road to Tali there is a loss on exchange varying according to\nyour astuteness from 3 to 6 per cent on the capital scale\n\nThere are two chief banks in Yunnan city Wongs whose bank the\nsignboard tells us is Beneficent Rich United and Mongs Bank of\nthe Hundred Streams which is said to be still richer\n\nWith Mr Jensen I called one evening upon Wong and found him with his\nsons and chief dependents at the evening meal All rose as we entered\nand pressed us to take a seat with them and when we would not the\nfather and grownup son showed us into the guestroom and seated us on\nthe opiumdais under the canopy The opiumlamps were already lit on a\nbeautiful tray inlaid with motherofpearl there were pipes for\nvisitors and phials of prepared opium Here we insisted on their\nleaving us and returning to their supper they finished speedily and\nreturned to their visitors We were given good tea and afterwards a\nsingle cigar was handed to each of us In offering you a cigar it is not\nthe Chinese custom to offer you your choice from the cigar box the\ncourtesy is too costly for there are few Chinamen in these\ncircumstances who could refrain from helping themselves to a handful\nWhen one is eating ones own says the Chinese proverb one does not\neat to repletion when one is eating anothers one eats till the tears\nrun\n\nWong is one of the leading citizens of Yunnan and is held in high\nhonour by his townsmen His house is a handsome Chinese mansion it has\na dignified entrance and the garden court is richly filled with plants\nin porcelain vases It may thus be said of him as of the Confucian\nSuperior Man riches adorn his house and virtue his person his heart\nis expanded and his body is at ease\n\nA Szechuen man a native of Chungking fiftynine years of age Wong is\na man of immense wealth his bank being known all over China and having\nbranches in capital cities so far distant from each other as Peking\nCanton Kweiyang Shanghai Hankow Nanchang Soochow Hangchow and\nChungking I may add that he has smoked opium for many years\n\nI formed a high opinion of the intelligence of Wong He questioned me\nlike an insurance doctor as to my family history and professed himself\ncharmed with the amazing richness in sons of my most honourable family\nHe had heard of my native country which he called _Hsin Chin Shan_ the\nNew Gold Mountain to distinguish it from the _Lao Chin Shan_ the\nOld Gold Mountain as the Chinese term California I was the more\npleased to find that Wong had some knowledge of Australia and its gold\nbecause a few months before I had been pained by an incident bearing on\nthis very subject which occurred to me in the highly civilised city of\nManila in the Philippine Islands On an afternoon in August 1893 I\nstood in the Augustine Church in Old Manila to witness the funeral\nservice of the Padre Provincial of the Augustines It was the first\noccasion for one hundred and twentythree years that the Provincial of\nthe Order had died while in the actual exercise of his office and it\nwas known that the ceremony would be one of the most imposing ever seen\nin the Islands The fine old church built by the son of the architect\nof the Escorialthe only building in Manila left standing by the\nearthquake of 1645was crowded with mourners and almost every\nnotability of the province was said to be present During the service\ntwo young Spaniards students from the University close by pushed their\nway in beside me Wishing to learn who were the more distinguished of\nthe mourners I asked the students to kindly point out to me the\nGovernorGeneral Blanco and other prominent officials and they did\nso with agreeable courtesy When the service was finished I thanked them\nfor the trouble they had taken and was coming away when one of them\nstopped me\n\nPardon me Caballero he said but will you do me the favour to tell\nme where you come from\n\nI am from Australia\n\nFrom Austria so then you come from Austria\n\nNo sir from Australia\n\nBut Australiawhere is it\n\nIt is a rich colony of England of immense importance\n\nBut where is it he persisted\n\n_Dios mio_ I exclaimed aghast it is in China\n\nBut his friend interposed The gentleman is talking in fun he said\nThou knowest Pepe where is Australia where is Seednay and\nMelboornay where all the banks have broken one after the other in a\nbankruptcy colossal\n\n_Ya me figuraba donde era_ Pepe replied as I edged uncomfortably\naway\n\nDuring my journey across China it was not often that I was called upon\nto make use of my profession But I was pleased to be of some service to\nthis rich banker He wished to consult me professionally because he had\nheard from the truthful lips of rumour of the wonderful powers of\ndivination given to the foreign medical man What was his probable\ntenure of life That was the problem I gravely examined two of his\npulsesevery properly organised Chinaman has four hundredand finding\nhis heart where it should be in the centre of his body with the other\norgans ranged round it like the satellites round the sunevery Chinaman\nis thus constructedI was glad to be able to assure him that he will\ncertainly live forty years longerif Heaven permit him\n\nWong has a grownup son of twenty who will succeed to the bank he is at\npresent the managing proprietor of a small general store purchased for\nhim by his father The son has been taught photography by Mr Jensen\nand has an excellent camera obtained from Paris He is quite an\nenthusiast In his shop a crowd is always gathered round the counter\nlooking at the work of this Chinese amateur There are a variety of\nstores for sale on the shelves and I was interested to notice the\ncheerful promiscuity with which bottles of cyanide of potassium and\nperchloride of mercury were scattered among bottles of carbonate of\nsoda of alum of Moet and Chandon spurious of pickles and Howards\nquinine The first time that cyanide of potassium is sold for alum or\ncorrosive sublimate for bicarbonate of soda there will be an _eclat_\ngiven to the dealings of this shop which will be very gratifying to its\nowner\n\nThe telegraph in Yunnan is very largely used by the Chinese especially\nby the bankers and officials By telegraph you can remit as I have\nsaid through the Chinese banks telegraphic transfers to the value of\nthousands of taels in single transactions It is principally the banks\nand the Government who make use of the telegraph and their\ncommunications are sent by private code When the Tsungli Yamen in\nPeking sends a telegram to the Viceroy in Yunnan it is in code that the\nmessage comes and it is by private code also that a Chinese bank in\nShanghai telegraphs to its far inland agents Messages are sent in China\nby the Morse system The method of telegraphing Chinese characters\nwhose discovery enabled the Chinese to make use of the telegraph was\nthe ingenious invention of a forgotten genius in the Imperial Maritime\nCustoms of China The method is simplicity itself The telegraph code\nconsists of ten thousand numbers of four numerals each and each group\nso constituted represents a Chinese character Any operator however\nignorant of Chinese can thus telegraph or receive a message in Chinese\nHe receives for instance a message containing a series of numbers such\nas 0018 0297 5396 8424 He has before him a series of ten thousand\nwood blocks on which the number is cut at one end and the corresponding\nChinese character at the other he takes out the number touches the\ninkpad with the other end and stamps opposite each group its Chinese\ncharacter The system permits moreover of the easy arrangement of\nindecipherable private codes because by adding or subtracting a certain\nnumber from each group of figures other characters than those\ntelegraphed can be indicated\n\nI need hardly add that the system of wood blocks is not in practical\nuse for the numbers and their characters are now printed in codebooks\nAnd here we have an instance of the marvellous faculty of memorising\ncharacteristic of the Chinese A Chinamans memory is something\nprodigious From time immemorial the memory of the Chinese has been\ndeveloped above all the other faculties Memory is the secret of success\nin China not originality Among a people taught to associate innovation\nwith impiety and with whom precedent determines all action it is\ninevitable that the faculty of recollection should be the most highly\ndeveloped of all the mental faculties Necessity compels the Chinaman to\nhave a good memory No race has ever been known where the power of\nmemory has been developed even in rare individual cases to the degree\nthat is common to all classes of the Chinese especially to the\nliterati\n\nThe Chinese telegraph clerk quickly learns all the essential portion of\nthe codebook by heart The book then lies in the drawer a superfluity\nIt is claimed for Chiang the second Chinese clerk in Yunnan that he\nknows all the 10000 numbers and their corresponding characters\n\nTelegrams from Yunnan to Shanghai cost twentytwo tael cents at the\npresent value of the tael this is equal to sixpence for each Chinese\ncharacter but each word in any other language is charged double that\nis fortyfour cents\n\nIllustration SOLDIERS ON THE WALL OF YUNNAN CITY\n\nFrom Yunnan to Talifu is a distance of 307 miles The native banker in\nthe capital will remit for you by wire to his agent in Tali the sum of\n1000 taels for a charge of eight taels exclusive of the cost of the\ntelegram and as the value of silver in Tali is one per cent higher\nthan it is in Yunnan the traveller can send his money by wire with\nperfect safety and lose nothing in the remittance not even the cost of\nthe telegram\n\nThe telegraph offices are separated from the city wall by a small\ncommon which is quite level and which the Chinaman of the future will\nconvert into a bowling green and lawntennis ground There is a handsome\nentrance The large portal is painted with horrific gods armed with\nmonstrous weapons The Chinese still seem to adhere to the belief that\nthe deadliness of a weapon must be in proportion to the savageness of\nits aspect Inside there are spacious courts and wellfurnished guest\nrooms roomy apartments and offices for the mandarin as well as\ncomfortable quarters for Mr Jensen and his body of Chinese clerks and\noperators There is a pretty garden all bright and sunny with a pond of\ngold fish and ornamental parapet Wandering freely in the enclosure are\npeacocks and native companions while a constant playmate of the\nchildren is a little laughing monkey of a kind that is found in the\nwoods beyond Tali At night a watchman passes round the courts every two\nhours striking a dismal gong under the windows and waking the\nforeigner from his slumbers but the noise he makes does not disturb the\nsleep of the Chineseindeed it is open to question if there is any\ndiscord known which as mere noise _could_ disturb a Chinaman\n\nThe walls that flank the entrance are covered with official posters\ngiving the names of the men of Yunnan City who contributed to the relief\nof the sufferers by a recent famine in Shansi together with the amounts\nof their contributions and the rewards to which their gifts entitled\nthem The Chinese are firm believers in the doctrine of justification by\nworks and on these posters one could read the exact return made in this\nworld for an act of merit apart of course from the reward that will\nbe reaped in Heaven In a case like this it is usually arranged that for\ngifts amounting to a certain percentage of the sums ordinarily\nauthorised subscribers may obtain brevet titles posthumous titles\ndecorations buttons up to the second class the grade of licentiate\nand brevet rank up to the rank of Colonel Disgraced officials may apply\nto have their rank restored Nominal donations of clothes if the money\nvalue of the articles be presented instead will entitle the givers to\nsimilar honours_The Peking Gazette_ August 22 1892\n\nIn the centre of the green stands the hollow pillar in which Chinese\nprinted wastepaper is reverently burnt When letters were invented\nthe Chinese say Heaven rejoiced and Hell trembled Reverence the\ncharacters is an injunction of Confucius which no Chinaman neglects to\nfollow He remembers that he who uses lettered paper to kindle the fire\nhas ten demerits and will have itchy sores he remembers that he who\ntosses lettered paper into dirty water or burns it in a filthy place\nhas twenty demerits and will frequently have sore eyes or become blind\nwhereas he who goes about and collects washes and burns lettered\npaper has 5000 merits adds twelve years to his life will become\nhonoured and wealthy and his children and grandchildren will be\nvirtuous and filial But his reverence has strict limits and while he\nreverences the piece of paper upon which a moral precept is written he\noften thinks himself absolved from reverencing the moral precept itself\njust as a deacon in England need not necessarily be one who never\noverreached his neighbours or swindled his creditors\n\n\n\n\nCHAPTER XV\n\nTHE FRENCH MISSION AND THE ARSENAL IN YUNNAN CITY\n\n\nThe most prominent structure within the city walls is the Heavenly Lord\nHall _Tienchutang_ the pile of buildings which form the\nheadquarters of the French Mission in the province of Yunnan It was a\nmasterstroke to secure possession of so important a site The palace is\non a higher level even than the yamen of the Viceroy and must intercept\nmuch of the good fortune that would otherwise flow into the city The\nfacade of the central hall has been ornamented with a superb cross of\nporcelain mosaic which is a conspicuous object from the city wall A\nlarge garden where the eucalyptus has been wisely planted surrounds\nthe buildings In residence in the Heavenly Hall are the venerable\nVicaire Apostolique of the province Monseigneur Fenouil the\nProvicaire and four missionary priests all four of whom are from\nAlsace In the province altogether there are twentytwo French priests\nand eight ordained Chinese prieststhirty in all their converts number\n15000 Monseigneur Fenouil is a landmark of Western China he first set\nfoot in the province in 1847 and is the oldest foreign resident in the\ninterior of China No Chinaman speaks purer Chinese than he he thinks\nin Chinese Present in the province throughout the Mohammedan\ninsurrection he was an eyewitness of the horrors of religious warfare\nFew men have had their path in life marked by more thrilling episodes\nHe was elected Bishop in 1880 by the unanimous vote of all the priests\nin the province a vote confirmed by Rome which is I am told the mode\nof election by which Catholic Missionary Bishops in China are always\nchosen\n\nThe grand old Bishop seemed much amused at my journey I suppose you\nare riding a mule he said for you English have large bones and the\nChinese ponies are very small I said that I had come so far most of\nthe way on foot You speak Chinese of course\n\nHardly at all I speak only a dozen words of Chinese\n\nThen you have a Chinese interpreter No An English companion who can\nspeak Chinese No A Chinese servant who can speak English No and no\nescort But without doubt you are armed No No escort no revolver no\ncompanion and you can live on Chinese food Ah you have a brave heart\nMonsieur\n\nAt the time of my visit to Yunnan Pere de Gorostarza the accomplished\nProvicaire was absent at Mungtze deciding a question of discipline\nFour months before one of the most trusted converts of the mission had\nbeen sent to Mungtze to purchase a property for the use of the mission\nHe was given the purchasemoney of 400 taels but when he arrived in\nMungtze and the eye of the mission was no longer upon him he invested\nthe money not in premises for the mission but in a cooliehong for\nhimself His backsliding had availed him little And he was now\ndefending his conduct as best he could before the Bishops deputy\n\nConverts of the French mission in China it is well to remember are no\nlonger French subjects or _proteges_ the objection is no longer\ntenable that the mission shields bad characters who only become\nconverted in order to escape from the consequences of their guilt\n\nHow wonderful has been the pioneer work done by the Jesuit Missionaries\nin China It may almost be said that the foundation of all that we know\nabout China we owe to the Jesuit Missionaries All maps on China are\nfounded upon the maps of the Jesuit Missionaries employed for the\npurpose by the Emperor Kanghi 16631723 the greatest prince who ever\ngraced the throne of China Their accuracy has been the wonder of all\ngeographers for a century past Now that the Great River the\nYangtse has been surveyed says Captain Blakiston for nearly 1600\nmiles from the ocean and with instruments and appliances such as were\nunknown in the days of those energetic and persevering men no small\npraise is due to the first Christian explorers for the extraordinary\ncorrectness of their maps and records The reports of the early Jesuit\nMissionaries even Voltaire describes as the productions of the most\nintelligent travellers that have extended and embellished the fields of\nscience and philosophy\n\nYet we as Protestants are warned by a great missionary that we must\nnot be deluded by these insidious compliments we must not forget that\nthe work of the Jesuits in China overtops all other forms of\nsuperstition and error in danger and stands forth an organised\nconspiracy against the liberties of mankind The schemes of the Jesuits\nmust be checked\n\nOne Sunday morning Mr Jensen and I rode round the city wall This is\none of the most massive walls in a country of walled cities It is built\nof brick and stone over a body of earth thirty feet thick it is of\nimposing height and wide enough for a carriage drive When I was\nmounted on my mule the upper edge of the parapet was on a level with my\nforehead There are six city gates The great north gate is closely\nbarred all through the rains to prevent the entrance of the Flood God\nwho fortunately his intelligence being limited knows no other way to\nenter the city than by this gate The great turreted south gate is the\nmost important of all as it is in all Chinese cities Near this gate\nthe Viceroys Yamen is situated and the Yamen of the Futai Governor of\nthe Province both buildings of course looking to the south as did\nthe Temple of Solomon and the tombs of the Mings and as Chinese custom\nrequires that every building of importance shall do whether temple or\nyamen private residence or royal palace But why should they look\nsouth Because from the south the sun comes bringing with it genial\nand animating influence and putting new life into plant and animal\nafter the winter\n\nThe south gate is a double gate in a semicircular bastion Beyond it is\na splendid triumphal arch erected by a grateful community to the memory\nof the late viceroy A thicklypopulated suburb extends from here to the\nwide common where stands the lofty guardian pagoda of the city 250\nfeet high a conspicuous sight from every part of the great Yunnan\nplain Rich temples are all around it their eaves hung with sweettoned\nbells which tinkle with every breath of wind giving forth what the\nChinese poetically describe as the tribute of praise from inanimate\nnature to the greatness of Buddha\n\nIllustration THE PAGODA OF YUNNAN CITY 250 FEET HIGH\n\nIn the early morning the traveller is awakened by the steam whistle of\nthe arsenal a strange sound to be heard in so far inland a city in\nChina The factory is under Chinese management a fact patent to any\nvisitor Its two foremen were trained partly in the arsenal in Nanking\nunder Dr Macartney now Sir Halliday Macartney and partly in the\nsplendid Shanghai arsenal under Mr Cornish I went to the arsenal and\nwas received as usual in the opiumroom There was nothing to conceal\nand I was freely shown everything The arsenal turns out Krupp guns of\n712 centimetres calibre but the iron is inferior and the workmen are\nin need of better training Cartridges are also made here And in one\nroom I saw two men finishing with much neatness a pure silver opiumtray\nintended for the Fantai provincial treasurer but why made in the\narsenal only a Chinaman could tell you Work in the furnace is done at a\ndisadvantage owing to the shortness of the furnace chimney which is\nonly 25 feet high All attempts to increase its height are now forbidden\nby the authorities There was agitation in the city when the chimney was\nbeing heightened Geomancers were consulted who saw the feeling of the\nmajority and therefore gave it as their unprejudiced opinion that if\nthe chimney were not stunted the _fungshui_ good luck of the Futais\nyamen provincial governor and of that portion of the city under its\nprotection would depart for ever All the machinery of the arsenal is\nstamped with the name of Greenwood Battley and Co Leeds Rust and\ndirt are everywhere and the 100 workmen for whom pay is drawn never\nnumber on the rare pay days more than sixty persons a phenomenon\nobserved in most establishments in China worked by government Yet with\na foreigner in charge excellent work could be turned out from the\nfactory The buildings are spacious the grounds are ample\n\nThe powder factory is outside the city near the northeastern angle of\nthe wall but the powder magazine is on some rising ground inside the\ncity No guns are stationed anywhere on the walls though they may be in\nconcealment in the turrets but near the small west gate I saw some\nsmall cannon of ancient casting built on the model of the guns cast by\nthe Jesuit missionaries in China two centuries ago if they were not the\nactual originals They were all marked in relief with a cross and the\ndevice IHSa motto that you would think none but a Chinaman could\nselect for a weapon designed to destroy men yet characteristic of this\ncountry of contradictions The Chinese statesman says Wingrove Cooke\nthe famous _Times_ correspondent cuts off 10000 heads and cites a\npassage from Mencius about the sanctity of human life He pockets the\nmoney given him to repair an embankment and thus inundates a province\nand he deplores the land lost to the cultivator of the soil\n\nDu Halde tells us that the first Chinese cannon were cast under the\ndirections of Pere Verbiest in 1682 who blest the cannon and gave to\neach the name of a saint A female saint says Huc\n\nNear the arsenal and drill ground there is a large intramural swamp or\nreedy lake the reeds of which have an economic value as wicks for\nChinese candles Dykes cross the swamp in various directions and in the\ncentre there is a well known Taoist Temple a richly endowed edifice\nwith superior gods and censers of great beauty Where the swamp deepens\ninto a pond at the margin of the temple a pretty pavilion has been\nbuilt which is a favourite resort of the Yunnan gentry The most _chic_\ndinner parties in the province are given here The pond itself swarms\nwith sacred fish they are so numerous that when the masses move the\nwhole pond vibrates Many merits are gained by feeding the fish and\nas it happened at the time of my visit that I had no money I was\nconstrained to borrow fifteen cash from my chair coolies with which I\npurchased some of the artificial food that women were vending and threw\nit to the fish so that I might add another thousand to the innumerable\nmerits I have already hoarded in Heaven\n\nUpon a pretty wooded hill near the centre of the city is the Confucian\nTemple and on the lower slope of the hill in an admirable position\nare the quarters of the China Inland Mission conducted by Mr and Mrs\nX assisted by Mr Graham who at the time of my visit was absent in\nTali and by two exceedingly nice young girls one of whom comes from\nMelbourne The single ladies live in quarters of their own on the edge\nof a swamp and suffer inevitably from malarial fever Mr X finds the\npeople very hard to reach he told me and his success has only been\nrelatively cheering After labouring here nearly six yearsthe mission\nwas first opened in 1882he has no male converts though there are two\npromising nibblers who are waiting for the first vacancy to become\nadherents There _was_ a convert baptised before Mr X came here a\npoor manurecoolie who was employed by the mission as an evangelist in\na small way but Satan tempted him he fell from grace and had to be\nexpelled for stealing the childrens buttons It was a sad trial to the\nmission The men refuse to be saved recalcitrant sinners but the women\nhappily are more tractable Mr X has up to date May 1894 baptised\nhis childrens nurse girl the native helper of the single ladies and\nhis wifes cook Mr X works hard far too hard He is of the type that\nnever can be successful in China He was converted when nearing middle\nage is narrow and uncompromising in his views and is as stern as a\nCameronian It is a farce sending such men to China At his services\nthere is never any lack of listeners who marvel greatly at the new\nmethod of speaking Chinese which this enterprising emissaryin London\nhe was in the oil tradeis endeavouring to introduce into the province\nOf tones instead of the five used by the Chinese he does not\nrecognise more than two and these he uses indifferently He hopes\nhowever to be understood by loud speaking and he bellows at the placid\ncoolies like a bull of Bashan\n\nI paid an early visit to my countrymen at the _Yesutang_ Jesus Hall\nthe mission home as I thought that my medical knowledge might be of\nsome service I wished to learn a little about their work but to my\ngreat sorrow I was no sooner seated than they began plying me with\nquestions about the welfare of my soul I am a poor lost sinner they\ntold me They flung texts at my head and then sang a terrifying ballad\nby which I learnt for the first time the awful fate that is to be mine\nIt is something too dreadful to contemplate And the cheerful equanimity\nwith which they announced it to me I left the _Yesutang_ in a cold\nsweat and never returned there\n\nMissionary work is being pursued in the province with increasing vigour\nAmong its population of from five to seven millions spread over an area\nof 107969 square miles there are eighteen Protestant missionaries\nnine men and nine ladies this is the number at present but the usual\nstrength is twentythree Stations are open at Chaotong 1887\nTongchuan 1891 Yunnan City 1882 Tali 1881 and Kuhtsing 1889\nThe converts numberthe work however must not be judged by\nstatisticstwo at Chaotong one at Tongchuan three at Yunnan City\nthree at Tali and two at Kuhtsing\n\nThat the Chinese are capable of very rapid conversion can be proved by\nnumberless instances quoted in missionary reports on China The Rev S\nF Woodin in the _Records_ of the Missionary Conference 1877 p 91\nstates that he converted a grossly immoral Chinaman who had smoked\nopium for more than twenty years simply by saying to him in a spirit\nof earnest love elder brother Six as far as I can see you must\nperish you are Hells child\n\nMr Stanley P Smith BA who was formerly stroke of the Cambridge\neight had been only seven months in China when he performed that\nwonderful conversion so applauded at the Missionary Conference of 1888\nof a young Chinaman a learned man a BA of his University who\nheard Mr Smith speak in the Chinese that can be acquired in seven\nmonths and accepted Him there and then _Records_ of the Missionary\nConference 1888 i 46 Indeed the earlier the new missionaries in\nChina begin to preach the more rapid are the conversions they make\n\nNow in this province of Yunnan conversions will have to be infinitely\nmore rapid before we can say that there is any reasonable hope of the\nproximate conversion of the province The problem is this In a\npopulation of from five to seven millions of friendly and peaceable\npeople eighteen missionaries in eight years the average time during\nwhich the mission stations have been opened have converted eleven\nChinese how long then will it take to convert the remainder\n\nI believe said a late member of the House of Commons who was once\nLord Mayor of London speaking at the anniversary meeting of the China\nInland Mission in 1884 I believe God intends to accomplish great\nthings in China and undoubtedly the opinion of an exLord Mayor on\nsuch a subject is entitled to great weight\n\nThe Gospel he said is making rapid progress in China We are\namazed at the great things God hath wrought in the conversion of the\nChinese\n\nLet us examine for a moment an instance of the rapid progress which\nexcited the amazement of this good man No missionary body in China is\nworking with greater energy than the China Inland Mission Their\nmissionaries go far afield in their work and they are what their\nmission intends them to be pioneer Protestant missionaries in Inland\nChina At the present time the beginning of 1894 the Inland Mission\nnumbers 611 male and female missionaries They are assisted by 261 paid\nnative helpers and the combined body of 872 Evangelists baptised during\nthe year just passed 1893 821 Chinese These figures taken from\n_Chinas Millions_ 1894 p 122 attest a rather lower rate of progress\nthan the other missions can boast of but a considerable part of the\ninland work it must be remembered is the most difficult work of\nallthe preaching of the Gospel for the first time in newlyopened\ndistricts\n\nIllustration THE VICEROY OF THE TWO PROVINCES OF YUNNAN AND KWEICHOW\n\nThe Viceroy of the two provinces of Yunnan and Kweichow Wongwenshao\nis one of the most enlightened rulers in China No stranger could fail\nto be impressed with his keen intellectual face and courtly grace of\nmanner His career has been a distinguished one Good fortune attended\nhim even at his birth He is a native of Hangchow in Chehkiang a city\nfamous in China for its coffins Every Chinaman will tell you that true\nfelicity consists in three things to be born in Peking under the\nshadow of the Son of Heaven to live in Soochow where the girls are\nprettiest and to die in Hangchow where the coffins are grandest\nTwelve years ago he was Governor of the province of Hunan Called then\nto Peking as one of the Ministers of State of the Tsungli Yamen or\nForeign Office he remained there four years his retirement being then\ndue to the inexorable law which requires an official to resign office\nand go into mourning for three years on the death of one of his parents\nIn this case it was his mother A Chinese mother suckles her child two\nand a half years and as the age of the child is dated from a time\nanterior by some months to birth the child is three years old before it\nleaves its mothers breast Three years therefore has been defined as\nthe proper period for mourning At the termination of the three years\nWong was reappointed Governor of Hunan and a year and a half later in\nMay 1890 he was appointed to his present important satrapy where he\nhas the supreme control of a district larger than Spain and Portugal\nand with a population larger than that of Canada and Australia combined\nIn May 1893 he made application to the throne to be allowed to return\nto his ancestral home to die but the privilege was refused him\n\nBefore leaving Yunnan city the Mandarin Li kindly provided me with a\nletter of introduction to his friend BrigadierGeneral Changchen Nien\nin Tengyueh Since it contained a communication between persons of rank\nthe envelope was about the size of an ordinary pillowslip The General\nwas presumably of higher rank than the traveller I had therefore in\naccordance with Chinese etiquette to provide myself with a suitable\nvisiting card of a size appropriate to his importance Now Chinese\nvisiting cards differ from ours in differing in size according to the\nimportance of the person to whom they are to be presented My ordinary\ncard is eight inches by three red in colourthe colour of\nhappinessand inscribed in black with the three characters of my\nChinese name But the card that I was expected to present to the\nGeneral was very much larger than this Folded it was of the same size\nbut unfolded it was ten times the size of the other eight by thirty\ninches and the last page politely inscribed in Chinese contained\nthis humiliating indication of its purport Your addlepated nephew\nMolison bows his stupid head and pays his humble respects to your\nexalted Excellency\n\nIllustration\n\nI still have this card in my possession and I should be extremely\nreluctant to present it to any official in the Empire of lower rank than\nthe Emperor\n\n\n\n\nCHAPTER XVI\n\nTHE JOURNEY FROM YUNNAN CITY TO TALIFU\n\n\nI sold the mule in Yunnan City and bought instead a little white pony\nat a cost including saddle bridle and bells of _L3 6s_ In doing\nthis I reversed the exchange that would have been made by a Chinaman A\nmule is a more aristocratic animal than a pony it thrives better on a\njourney and is more surefooted If a pony the Chinese tell you lets\nslip one foot the other three follow whereas a mule if three feet\nslip from under him will hold on with the fourth\n\nMy men who had come with me from Chaotong were paid off in Yunnan but\nit was pleasant to find all three accept an offer to go on with me to\nTalifu Coolies to do this journey are usually supplied by the coolie\nagents for the wage of two _chien_ a day each _7d_ each man to carry\nseventy catties 93lbs find himself by the way and spend thirteen\ndays on the journey But no coolies owing to the increase in the price\nof food were now willing to go for so little Accordingly I offered my\ntwo coolies three taels each _9s_ instead of the hong price of _7s\n9d_ and loads of fifty catties instead of seventy catties I offered\nto refund them 100 cash each _212d_ a day for every day that they\nhad been delayed in Yunnan and in addition I promised them a reward\nof five mace each _1s 6d_ if they would take me to Tali in nine\ndays instead of thirteen the first evening not to count To Laohwan\nwho had no load to carry but had to attend to me and the pony and pay\naway the cash I made a similar offer These terms involving me in an\noutlay of _36s_ for hiring three men to go with me on foot 915 li and\nreturn emptyhanded were considered liberal and were agreed to at\nonce\n\nThe afternoon then of the 19th April saw us again _en route_ bound to\nthe west to Talifu the most famous city in western China the\nheadquarters of the Mohammedan Sultan during the great rebellion of\n18571873\n\nBy the courtesy of the Mandarin Li two men were detailed to sung\nmeto accompany me that isand take the responsibility for my safe\ndelivery at the next hsien One was a wen a chairen or yamen runner\nthe other was a wu a soldier with a sightless right eye who was\ndressed in the ragged vestiges of a uniform that reflected both the\npoverty of his environment and inversely the richness of his\ncommanding officer For in China the officer enriches himself by the\ntwofold expedient of drawing pay for soldiers who have no existence\nexcept in his statement of claim and by diverting the pay of his\nsoldiers who do exist from their pockets into his own\n\nIllustration THE GIANT OF YUNNAN\n\nAs I was leaving a colossal Chinaman sent by the Fantai to speed the\nforeign gentleman on his way strode into the court He was dressed in\nmilitary jacket and official hat and foxtails He was the Yunnan giant\nChang Yan Miun a kindlyfeatured monster whom it is a pity to see\nburied in China when he might be holding _levees_ of thousands in a\nWestern sideshow For the information of those in search of novelties\nI may say that the giant is thirty years of age a native of Tongchuan\nborn of parents of ordinary stature he is 7ft 1in in his bare feet\nand weighs when in condition 27st 6lb With that ingenious\narrangement for increasing height known to all showmen this giant might\nbe worth investing in as a possible successor to his unrivalled\nnamesake There is surely money in it Changs present earnings are\nrather less than _7s_ a month without board and lodging he is\nunmarried and has no incumbrance and he is slightly taller and much\nmore massively built than a wellknown American giant whom I once had\npermission to measure who has been shown half over the world as the\ntallest man on earth his height being attested as 7ft 11in in his\nstockings soles and who commands the salary of an English admiral\n\nWe made only a short march the first evening but after that we\ntravelled by long stages The country was very pretty open glades with\nclumps of pine and here and there a magnificent sacred tree like the\nbanyan under whose farreaching branches small villages are often half\nconcealed Despite the fertility of the country poverty and starvation\nmet us at every step the poor were lingering miserably through the\nyear Goitre too was increasing in frequency It was rarely that a\ngroup gathered to see us some of whose members were not suffering from\nthis horrible deformity And everywhere in the pretty country were signs\nof the ruthless devastation of religious war That was a war of\nextermination A storm of universal fire blasted every field consumed\nevery house destroyed every temple\n\nCrumbling walls are at long distances from the towns they used to guard\nthere are pastures and waste lands where there were streets of\nbuildings walls of houses have returned whence they came to the mother\nearth others are roofless In the open country far from habitation\nthe traveller comes across groups of bare walls with foundations still\nuncovered and dismantled arches and broken images in the long grass\nthat were formerly yamens and temples in the midst of thriving\ncommunities Yet there are signs of a renaissance many new houses are\nbeing built along the main road walls are being repaired and bridges\nreconstructed When an exodus takes place from Szechuen to this\nprovince there is little reason why Yunnan should not become one of the\nrichest provinces in China It has every advantage of climate great\nfertility of soil and immense mineral resources hardly yet developed\nIt needs population It needs the population that dwelt in the province\nbefore the rebellion involved the death of millions It can absorb an\nimmense proportion of the surplus population of China During and\nsubsequent to the Taiping rebellion the province of Szechuen increased\nby 45000000 in forty years 184282 given the necessity there seems\nno reason why the population of Yunnan should not increase in an almost\nequal proportion\n\nOn the 22nd we passed Lufenghsien another ruined town The finest\nstone bridge I have seen in Western China and one that would arrest\nattention in any country in the world is at this town It crosses the\nwide bed of a stream that in winter is insignificant but which grows in\nvolume in the rains of summer to a broad and powerful river It is a\nbridge of seven beautiful arches it is 12 yards broad and 150 yards\nlong of perfect simplicity and symmetry with massive piers all built\nof dressed masonry and destined to survive the lapse of centuries\nTriumphal archways with memorial tablets and pedestals of carved lions\nare befitting portals to a really noble work\n\nOn the 23rd we reached the important city of Chuhsingfu a walled city\nstill halfinruins that was long occupied by the Mohammedans and\nsuffered terrible reprisals on its recapture by the Imperialists For\nfour days we had travelled at an average rate of one hundred and five li\nthirtyfive miles a day I must however note that these distances as\nestimated by Mr Jensen the constructor of the telegraph line do not\nagree with the distances in Mr Babers itinerary The Chinese distances\nin li agree in both estimates but whereas Mr Jensen allows three li\nfor a mile Mr Baber allows four and ahalf a wide difference indeed\nFor convenience sake I have made use of the telegraph figures but Mr\nBaber was so scrupulously accurate in all that he wrote that I have no\ndoubt the telegraph distances are overestimated\n\nWe were again in a district almost exclusively devoted to the poppy the\nvalleyplains sparkled with poppy flowers of a multiplicity of tints\nThe days were pleasant and the sun shone brightly every plant was in\nflower doves cooed in the trees and the bushes in blossom were bright\nwith butterflies Lanes led between hedges of wild roses white with\nflower and wherever a creek trickled across the plain its\nwillowlined borders were blue with forgetmenots And everywhere a\npeaceful people who never spoke a word to the foreigner that was not\nfriendly\n\nOn the evening of the 24th at a ruined town thirty li from Luho we\nreceived our first check It was at a walled town with gateways and a\npagoda that gave some indication of its former prosperity prettily\nsituated among the trees on the confines of a plain of remarkable\nfertility Near sundown we passed down the one long street all battered\nand dismantled which is all that is left of the old town News of the\nforeigner quickly spread and the people gathered into the street to\nsee meno reception could be more flattering We did not wait but\npushing on we passed out by the west gate and hastened on across the\nplain But I noticed that Laohwan kept looking back at the impoverished\ntown shaking his head and stuttering _pupupupuhao pupupuhao_\nbad bad We had thus gone half a mile or so when we were arrested by\ncries behind us and our last chairen was seen running panting after\nus We waited for him he was absurdly excited and could hardly speak\nHe made an address to me speaking with great energy and gesticulation\nbut what was its purport _Dios sabe_ When he had finished not to be\noutdone in politeness I thanked him in English for the kindly phrases\nin which he had spoken to me assured him of my continued sympathy and\nundertook to say that if ever he came to Geelong he would find there a\nhouse at his disposition and a friend who would be ever ready to do him\na service He seemed completely mystified and began to speak again\nmore excitedly than before It was getting late and a crowd was\ncollecting so I checked him by waving my left hand before my face and\nbawling at him with all my voice _Putung_ you stupid ass _putung_ I\ndont understand Cant you see I dont understand a word you say you\nbenighted heathen you _Putung_ man _putung_ Advance Australia _dzo_\ngo And swinging open my umbrella I walked on His excitement\nincreasedwe must go back to the town he seized me by the wrists and\nurged me to go back We had a slight discussion his feet gave from\nunder him and he fell down and I was going on cheerfully when he burst\nout crying This I interpreted to mean that he would get into trouble if\nI did not return so of course I turned back at once for the tears\nof a Chinaman are sadly affecting Back then we were taken to an\nexcellent inn in the main street where a respectful _levee_ of the\ntownsfolk had assembled to welcome me A polite official called upon me\nto whom I showed with simulated indignation my official card and my\nChinese passport and I hinted to him in English that this interference\nwith my rights as a traveller from England protected by the favour of\nthe Emperor wouldlet him mark my wordbe made an international\nquestion While saying this I inadvertently left on my box so that all\nmight see it the letter of introduction to the BrigadierGeneral in\nTengyueh which was calculated to give the natives an indication of the\nclass of Chinese who had the privilege to be admitted to my friendship\nThe official was very polite and apologetic I freely forgave him and\nwe had tea together\n\nHe had done it all for the best A moneyed foreigner was passing through\nhis town near sundown without stopping to spend a single cash there Was\nit not his duty as a publicspirited man to interfere and avert this\nloss and compel the stranger to spend at least one night within his\ngates\n\nThis was what I wrote at the time I subsequently found that I had been\nsent for to come back because the road was believed to be dangerous\nthere was no secure restingplace and the authorities could not\nguarantee my safety Imagine a Chinese in a Western country acting with\nthe bluster that I did although in good humour I wonder whether he\nwould be treated with the courtesy that those Chinamen showed to me\n\nOn the 25th an elderly chairen was ready to accompany us in the morning\nand he remained with us all day All day he was engrossed in deep\nthought He spoke to no one but he kept a watchful eye over his charge\nnever leaving me a moment but dogging my very footsteps all the\nhundred li we travelled together Poorly clad he was better provided\nthan his brother of yesterday in that he wore sandals whereas the\nchairen of yesterday was in rags and barefoot He was of course\nunprovided with weapon of any kindit was moral force that he relied\non Over his shoulder was slung a bag from which projected his\nopiumpipe a tobacco pipe and tobacco box hung at his girdle a green\nglass bottle of crude opium he carried round his neck\n\nThe chairen is the policeman of China the lictor of the magistrate the\nsatellite of the official the soldier is the representative of military\nauthority Now China in the person of her greatest statesman Li Hung\nChang has through the secretary of the AntiOpium Society called upon\nEngland to aid her in the efforts she is now making to suppress opium\nIf then China is sincere in her alleged efforts to abolish opium it\nis the chairen and the soldier who must be employed by the authorities\nto suppress the evil yet I have never been accompanied by either a\nchairen or a soldier who did not smoke opium nor have I to my knowledge\never met a chairen or a soldier who was not an opiumsmoker Through all\ndistricts of Yunnan wherever the soil permits it the poppy is grown\nfor miles as far as the sight can reach on every available acre on\nboth sides of the road\n\nBut why does China grow this poppy Have not the _literati_ and elders\nof Canton written to support the schemes of the AntiOpium Society in\nthese thrilling words If Englishmen wish to know the sentiments of\nChina here they areIf we are told to let things go on as they are\ngoing then there is no remedy and no salvation for China Oh it makes\nthe blood run cold and we want in this our extremity to ask the\nquestion of High Heaven what unknown crimes or atrocity have the\nChinese people committed beyond all others that they are doomed to\nsuffer thus Cited by Mr S S Mander _Chinas Millions_ iv 156\n\nAnd the women of Canton have they not written to the missionaries that\nthere is no tear that they shed that is not red with blood because of\nthis opium China by M Reed p 63 Why then does China while\nshe protests against the importation of a drug which a Governor of\nCanton himself an opiumsmoker described as a vile excrementitious\nsubstance Barrows Travels p 153 sanction if not foster with\nall the weight of the authorities in the everextending opiumdistricts\nthe growth of the poppy To the Rev G Piercy formerly of the WMS\nCanton we are indebted for the following explanation of this anomaly\nChina it appears is growing opium in order to put a stop to\nopiumsmoking\n\nMoreover China has not done with the evils of opium even if our hands\nwere washed of this traffic today China in her desperation has invoked\nSatan to cast out Satan She now grows her own opium vainly dreaming\nthat if the Indian supply lapse she can then deal with this rapidly\ngrowing evil But Satan is not divided against himself he means his\nkingdom to stand Opiumgrowing will not destroy opiumsmoking\nMissionary Conference of 1888 _Records_ ii 546\n\nYet the awful guilt remains said the Ven Archdeacon Farrar on a\nrecent occasion in Westminster Abbey that we wherever winds blow and\nwaters roll have girdled the world with a zone of drunkenness until I\nseem to shudder as I think of the curses not loud but deep muttered\nagainst our name by races which our firewater has decimated and our\nvice degraded _National Righteousness_ December 1892 p 4\n\nAnd this patriotic utterance of a distinguished Englishman the Chinese\nwill quote in unexpected support of the memorial On the Restriction of\nChristianity addressed to the Throne of China in 1884 by the High\nCommissioner Peng Yuelin which memorial stated in severe language that\n_since the treaties have permitted foreigners from the West to spread\ntheir doctrines the morals of the people have been greatly injured_\nThe Causes of the AntiForeign Disturbances in China Rev Gilbert\nReid MA p 9\n\nForty li from our sleeping place we came to the pretty town of\nShachiaokai on some undulating high ground well sheltered with trees\nJustice had lately been here with her headsman and brought death to a\ngang of malefactors Their heads swinging in wooden cages hung from\nthe tower near the gateway They could be seen by all persons passing\nalong the road and with due consideration for the feelings of the\nbereaved relatives they were hung near enough for the features to be\nrecognised by their friends Each head was in a cage of its own and was\nsuspended by the pigtail to the rim so that it might not lie upside\ndown but could byandby rattle in its box as dead mens bones should\ndo To each cage a white ticket was attached giving the name of the\ncriminal and his confession of the offence for which he was executed\nThey were the heads of highway robbers who had murdered two travellers\non the road near Chennanchow and it was this circumstance which\naccounted for the solicitude of the officials near Luho to prevent our\nbeing benighted in a district where such things were possible\n\nIllustration THE EAGLE NEST BARRIER ON THE ROAD BETWEEN YUNNAN AND\nTALIFU\n\nMidway between Shachiaokai and Pupeng there was steep climbing to be\ndone till we reached Yingwukwan the Eagle Nest Barrier which is\nmore than 8000 feet above the sea Then by very hilly and poor country\nwe came to Pupeng and pursuing our way over a thicklypeopled plateau\nwe reached a break in the high land from which we descended into a wide\nand deep valley skirted with villages and gleaming with sheets of\nwaterthe submerged ricefields At the foot of the steep was a poor\nmud town but standing back from it in the fields was a splendid\nTaoist temple fit for a capital In this village we were delayed for\nnearly an hour while my three men bargained against half the village for\nthe possession of a hen that was all unconscious of the comments\nflattering and deprecatory that were being passed on its fatness It\nwas secured eventually for 260 cash the vendors having declared that\nthe hen was a family pet hatched on a lucky day that it had been\ncarefully and tenderly reared and that nothing in the world could\ninduce them to part with it for a cash less than 350 My men with equal\nconfidence based upon long experience in the purchase of poultry\nasserted that the real value of the hen was 200 cash and that not a\nsingle cash more of the foreign gentlemans money could they\nconscientiously invest in such a travesty of a hen as _that_ But little\nby little each party gave way till they were able to _tomber daccord_\n\nA pleasant walk across the busy plain brought us to Yunnan Yeh where we\npassed the night\n\nOn the 27th we had an unsatisfactory days journey We travelled only\nseventy li over an even road yet with four good hours of daylight\nbefore us my men elected to stop when we came to the village of\nYenwanshan We had left the main road for some unknown reason and were\ntaking a short cut over the mountains to Tali But a shortcut in China\noften means the longest distance and I was sure that this shortcut\nwould bring us to Tali a day later than if we had gone by the main\nroadin ten days that is from Yunnan instead of the nine which my\nmen had promised me Laohwan who like most Chinaman I met persisted\nin thinking that I was deaf yelled to me in the presence of the village\nthat the next stopping place was twenty miles distant that _mitte\nliao mitte liao_ there were no beans on the way for the pony and\nthat assuredly we would reach Tali tomorrow having given the pony the\nadmirable rest that here offered As he stammered these sentences the\npeople supported what he said Obviously their statements were _ex\nparte_ and were promoted solely by the desire to see the distinguished\nforeign mandarin sojourn for one night in their hungry midst So here I\nwas detained in a tumbledown inn that had formerly been a temple All\nof us men and master were housed in the old guestroom Beds were\nformed of disused coffin boards laid between steps made of clods of dry\nclay the floor was earth the windows paper The pony was feeding from\na trough in the temple hall itself an armful of excellent grass before\nit while a bucket of beans was soaking for him in our corner Other\nmules and ponies were stationed in the side pavilions where formerly\nwere displayed the scenes of torture in the Buddhist Hells\n\nAs I wrote at a table by the window a crowd collected stretching\nacross the street and quarrelling to catch a glimpse of the foreign\nteacher and his strange method of writing so different from the\nChinese Poor sickly people were theseof the ten in the first row\nthree were suffering from goitre one from strabismus and two from\nophthalmia All were poorly clad and poorly nourished all were very\ndirty and their heads were unshaven of the growth of days But despite\ntheir poverty nearly all the women the children as well as the\ngrandmothers wore silver earrings of pretty filigree\n\nNow even among these poor people I noticed that there was a\ndisposition rather to laugh at me than to open the eyes of wonder and\nthis is a peculiarity of the Chinese which every traveller will be\nstruck with It often grieved me During my journey although I was\ntreated with undeniable friendliness I found that the Chinese instead\nof being impressed by my appearance would furtively giggle when they\nsaw me But they were never openly rude like the coloured folk were in\nJamaica when stranded in their beautiful island I did them the honour\nto go as a walkfoot buccra round the sugar plantations from Ewarton\nto Montego Bay Even poor ragged fellows living in utter misery would\nlaugh and snigger at me when not observed and crack jokes at the\nforeigner who was wellfed wellclad and wellmounted in a way you\nwould think to excite envy rather than derision But Chinese laughter\nseems to be moved by different springs from ours The Chinaman makes\nmerry in the presence of death A Chinaman come to announce to you the\ndeath of a beloved parent or brother laughs heartily as he tells\nyouyou might think he was overflowing with joy but he is really sick\nand sore at heart and is only laughing to deceive the spirits So it\nmay be that the poor beggars who laughed at that noble presence which\nhas been the admiration of my friends in four continents were moved to\ndo so by the hope to deceive the evil spirits who had punished them with\npoverty and so by their apparent gaiety induce them to relax the\nseverity of their punishment\n\nTo within two or three miles of this village the road was singularly\nlevel I do not think that it either rose or fell 100 feet in twenty\nmiles Forty li from where we slept the night before having previously\nleft the main road we came to the large walled town of Yunnanhsien\nThe streets were crowded for it was market day and both sides of the\nmain thoroughfares especially in the vicinity of the Confucian Temple\nwere thronged with peasant women selling garden produce turnips beans\nand peas and live fish caught in the lake beyond Tali Articles of\nWestern trade were also for salestacks of calico braid and thread\nnew impermeable matches made in Trieste and toilet soap of the\nfinest quality I had a royal reception as I rode through the crowd\nand the street where was situated the inn to which we went for lunch\nspeedily became impassable There was keen competition to see me Two\nthieves were among the foremost with huge iron crowbars chained to\ntheir necks and ankles while a third prisoner with his head pilloried\nin a _cangue_ obstructed the gaze of many There was the most admirable\ncourtesy shown me it was the foreign teacher they wished to see not\nthe foreign devil When I rose from the table half a dozen guests\nsitting at the other tables rose also and bowed to me as I passed out\nOf all people I have ever met the Chinese are I think the politest\nMy illiterate Laohwan who could neither read nor write had a courtesy\nof demeanour a wellbred ease of manner a graceful deference that\nnever approached servility which it was a constant pleasure to me to\nwitness\n\nAs regards the educated classes there can be little doubt I think\nthat there are no people in the world so scrupulously polite as the\nChinese Their smallest actions on all occasions of ceremony are\ngoverned by the most minute rules Let me give as an example the\nmethod of crossexamination to which the stranger is subjected and\nwhich is a familiar instance of true politeness in China\n\nWhen a wellbred Chinaman of whatever station meets you for the first\ntime he thus addresses you first asking you how old you are\n\nWhat is your honourable age\n\nI have been dragged up a fool so many years you politely reply\n\nWhat is your noble and exalted occupation\n\nMy mean and contemptible calling is that of a doctor\n\nWhat is your noble patronymic\n\nMy povertystruck family name is Mo\n\nHow many honourable and distinguished sons have you\n\nAlas Fate has been niggardly I have not even one little bug\n\nBut if you can truthfully say that you are the honourable father of\nsons your interlocutor will raise his clasped hands and say gravely\nSir you are a man of virtue I congratulate you He continues\n\nHow many tens of thousands of pieces of silver have you meaning how\nmany daughters have you\n\nMy yatows forked heads or slave children my daughters you answer\nwith a deprecatory shrug number so many\n\nSo the conversation continues and the more minute are the inquiries the\nmore polite is the questioner\n\nUnlike most of the Western nations the Chinese have an overmastering\ndesire to have children More than death itself the Chinaman fears to\ndie without leaving male progeny to worship at his shrine for if he\nshould die childless he leaves behind him no provision for his support\nin heaven but wanders there a hungry ghost forlorn and forsakenan\norphan because he has no children If one has plenty of money says\nthe Chinese proverb but no children he cannot be reckoned rich if\none has children but no money he cannot be considered poor To have\nsons is a foremost virtue in China the greatest of the three unfilial\nthings says Mencius is to have no children Mencius iv pt i\n26\n\nIn China longevity is the highest of the five grades of felicity\nTriumphal arches are erected all over the kingdom in honour of those who\nhave attained the patriarchal age which among us seems only to be\nassured to those who partake in sufficient quantity of certain\nfruitsalts and pills Age when not known is guessed by the length of\nthe beard which is never allowed to grow till the thirtysecond year\nNow it happens that I am cleanshaven and as it is a wellknown fact\nthat the face of the European is an enigma to the Oriental just as the\nface of the Chinaman is an inscrutable mystery to most of us I have\noften been amused by the varying estimates of my age advanced by curious\nbystanders It has been estimated as low as twelvelook at the\nforeigner they said theres a fine fat boyand never higher than\ntwentytwo But it is not only in China that a youthful appearance has\nhampered me in my walk through life\n\nI remember that on one occasion some years ago I obliged a medical\nfriend by taking his practice while he went away for a few days to be\nmarried It was in a semibarbarian village named Portree in a\nforgotten remnant of Scotland called the Isle of Skye The time was\nwinter The first case I was called to was that of a bashful matron the\nbakers wife who had lately given birth to her tenth child I entered\nthe room cheerfully She looked me over critically and then greatly\ndisconcerted me by remarking that She was gey thankfu to the Lord\nthat it was a by afore I cam as she had nae wush to be meddled wi by\na laddie of nineteen Yet I was two years older than the doctor who had\nattended her\n\nIf in China you are so fortunate as to be graced with a beard the\nChinaman will add many years to your true age In the agreeable company\nof one of the finest men in China I once made a journey to the Nankow\nPass in the Great Wall north of Peking My friend had a beard like a\nWelsh bards and though a younger man than his years fortyfour\nthere was not a native who saw him who did not gaze upon him with awe\nas a possible Buddha and not one who attributed to him an age less than\neighty\n\nNext day the 28th of April despite my misgivings my men fulfilled\ntheir promise and led me into Tali on the ninth day out from Yunnan We\nhad come 307 miles in nine days They walked all the way living\nfrugally on scanty rations I walked only 210 miles I was better fed\nthan they and I had a pony at my hand ready to carry me whenever I was\ntired\n\nMy men thus earned a reward of eighteen pence each for doing thirteen\nstages in nine days Long before daylight we were on our way For miles\nand miles in the early morning we were climbing up the mountains till\nwe reached a plateau where the wind blew piercingly keen and my fingers\nached with the cold and the rarefaction in the atmosphere made\nbreathing uneasy The road was lonely and unfrequented We were\naccompanied by a muleteer who knew the way by his sturdy son of twelve\nand his two pack horses By midday we had left the bare plateau had\npassed the three pagoda peaks and were standing on the brow of a steep\nhill overlooking the valleys of Chaochow and Tali The plains were\nstudded with thriving villages in rich fields and intersected with\nroadways lined with hedges There on the left was the walled city of\nChaochow beyond to the right was the great lake of Tali hemmed in by\nmountains those beyond the lake thickly covered with snow and rising\n7000 feet above the lake which itself is 7000 feet above the sea\n\nWe descended into the valley and as we picked our way down the steep\npath I could count in the lap of the first valley eighteen villages\nbesides the walled city Crossing the fields we struck the main road\nand mingled with the stream of people who were bending their steps\ntowards Hsiakwan Many varieties of feature were among them a diversity\nof type unlooked for by the traveller in China who had become habituated\nto the uniformity of type of the Chinese face There were faces plainly\nEuropean others as unmistakably Hindoo Indigenes of Yunnan province\nThibetans Cantonese pedlars and Szechuen coolies A broad flagged road\nbrought us to the important market town of Hsiakwan which guards the\nsouthern pass to the Valley of Tali It is on the main road going west\nto the frontier of Burma and is the junction where the road turns north\nto Tali It is a busy town It is one of the most famous halting places\non the main road to Burma The two largest caravanserais in Western\nChina are in Hsiakwan and I do not exaggerate when I say that a\nregiment of British cavalry could be quartered in either of them At a\nrestaurant near the crossroad we had rice and a cup of tea and a bowl\nof the vermicelli soup known as _mien_ the muleteer and his son sitting\ndown with my men When the time came to go the muleteer unrolling a\nstring of cash from his waistband was about to pay his share when\nLaohwan with much civility refused to permit him He insisted but\nLaohwan was firm had they been Frenchmen they could not have been more\npolite and complimentary The muleteer gave way with good grace and\nLaohwan paid with my cash and gained merit by his courtesy\n\n\n\n\nCHAPTER XVII\n\nTHE CITY OF TALIPRISONSPOISONINGPLAGUES AND MISSIONS\n\n\nThree hours later we were in Tali A broad paved road smooth from the\npassage of countless feet leads to the city Rocky creeks drain the\nmountain range into the lake they are spanned by numerous bridges of\ndressed stone many of the slabs of which are well cut granite blocks\neighteen feet in length At a stall by the roadside excellent ices were\nfor sale genuine ices made of concave tablets of pressed snow\nsweetened with treacle costing one cash eachequal to one penny for\nthree dozen We passed the Temple to the Goddess of Mercy and entered\nTali by the south gate Then by the yamen of the Titai and the Great\nFive Glory Gate the northern entrance of what was for seventeen years\nthe palace of the Mohammedan king during the rebellion we turned down\nthe East street to the _Yesutang_ the Inland Mission where Mr and\nMrs John Smith gave me a cordial greeting\n\nTali has always been an important city It was the capital of an\nindependent kingdom in the time of Kublai Khan and Marco Polo It was\nthe headquarters of the Mohammedan Sultan or Dictator Tu Wen Hsiu\nduring the rebellion and seemed at one time destined to become the\ncapital of an independent Moslem Empire in Western China\n\nThe city surrendered to the Mohammedans in 1857 It was recaptured by\nthe Imperialists under General Yang Yuko on January 15th 1873 the\nChinese troops being aided by artillery cast by Frenchmen in the arsenal\nof Yunnan and manned by French gunners At its recapture the carnage was\nappalling the streets were ankledeep in blood Of 50000 inhabitants\n30000 were butchered After the massacre twentyfour panniers of human\nears were sent to Yunnan city to convince the people of the capital that\nthey had nothing more to fear from the rebellion\n\nIn March 1873 Yang was appointed _Titai_ or Commanderinchief of\nYunnan Province with his headquarters in Tali not in the capital and\nTali has ever since been the seat of the most important military command\nin the province\n\nThe subsequent history of Yang may be told in a few words He assumed\ndespotic power over the country he had conquered and grew in power till\nhis authority became a menace to the Imperial Government They feared\nthat he aspired to found a kingdom of his own in Western China and\nrecalled him to Pekingto do him honour He was not to be permitted to\nreturn to Yunnan At the time of his recall another rebellion had broken\nout against Chinathe rebellion of the Frenchand like another Uriah\nthe powerful general was sent to the forefront in Formosa where he was\nopportunely slain by a French bullet or by a misdirected Chinese one\n\nAfter his death it was found that Yang had made a noble bequest to the\nCity of Tali During his residence he had built for himself a splendid\nyamen of granite and marble This he had richly endowed and left as a\nfree gift to the city as a college for students It is one of the\nfinest residences in China and though only seventy undergraduates were\nliving there at the time of my visit the rooms could accommodate in\ncomfort many hundreds\n\nIllustration SNOWCLAD MOUNTAINS BEHIND TALIFU\n\nTali is situated on the undulating ground that shelves gently from the\nbase of snowclad mountains down to the lake The lower slopes of the\nmountain above the town are covered with myriads of gravemounds\nwhich in the distance are scarcely distinguishable from the granite\nblocks around them Creeks and rills of running water spring from the\nmelting of the snows far up the mountain run among the gravemounds\nand are then trained into the town The Chinese residents thus enjoy the\nprivilege of drinking a diluted solution of their ancestors Halfway to\nthe lake there is a huge tumulus of earth and stone overgrown with\ngrass in which are buried the bones of 10000 Mohammedans who fell\nduring the massacre There is no more fertile valley in the world than\nthe valley of Tali It is studded with villages Between the two passes\nHsiakwan on the south and Shangkwan on the north which are distant\nfrom each other a long days walk there are 360 villages each in its\nown plantation of trees with a pretty white temple in the centre with\ncurved roof and upturned gables The sunny reaches of the lake are busy\nwith fleets of fishing boats The poppy grown in small pockets by the\nmargin of the lake is probably unequalled in the world the flowers as\nI walked through the fields were on a level with my forehead\n\nTali is not a large city its wall is only three and a half miles in\ncircumference Before the rebellion populous suburbs extended halfway\nto Hsiakwan but they are now only heaps of rubble In the town itself\nthere are marketgardens and large open spaces where formerly there\nwere narrow streets of Chinese houses The wall is in fairly good\nrepair but there are no guns in the town except a few oldfashioned\ncannon lying half buried in the ground near the north gate\n\nOne afternoon we climbed up the mountain intending to reach a famous\ncave The Phoenixeyed Cave _Fungyentung_ which overlooks a\nprecipice of some fame in years gone by as a favourite spot for\nsuicides We did not reach the cave My energy gave out when we were\nonly halfway so we sat down in the grass and to use a phrase that I\nfancy I have heard before we feasted our eyes on the scene before us\nAnd here we gathered many bunches of edelweiss\n\nAs we were coming back down the hill picking our way among the graves\na pensive Chinaman stopped us to ask our assistance in finding him a\nlucky spot in which to bury his father who died a year ago but was\nstill above ground He was sorry to hear that we could not pretend to\nany knowledge of such things He was of an inquiring mind for he then\nasked us if we had seen any precious stones in the hillsideevery\nChinaman knows that the foreigner with his blue eyes can see four feet\nundergroundbut he was again disappointed with our reply or did not\nbelieve us\n\nAt the poor old shrine to the God of Riches half a dozen Chinamen in\nneed of the gods good offices were holding a small feast in his honour\nThey had prepared many dishes and having dedicated to the god the\nspiritual essence were now about to partake of the insipid remains\n_Ching fan_ they courteously said to us when we approached down the\npath We invite you to take rice We raised our clasped hands\n_Ching ching_ we replied we invite you to go on we invite and\npassed on They were bent upon enjoyment They were taking as an\n_aperitif_ a preliminary cup of that awful spirit _tsiu_ which is\nalmost pure alcohol and can be burnt in lamps like methylated spirit\n\nOn the level sward between this poor temple and the city the annual\nThibetan Fair is held on the 17th 18th and 19th of April when\ncaravans of Thibetans with herds of ponies make a pilgrimage from\ntheir mountain villages to the ancient home of their forefathers But\nthe fair is falling into disfavour owing to the increasing number of\nlikinbarriers on the northern trade routes\n\nThere are many temples in Tali The finest is the Confucian Temple with\nits splendid halls and pavilions in a beautiful garden Kwanti the God\nof War has also a temple worthy of a god whose services to China in the\npast can never be forgotten Every Chinaman knows that if it had not\nbeen for the personal aid of this god General Gordon could never have\nsucceeded in suppressing the Taiping rebellion In the present rebellion\nof the Japanese the god appears to have maintained an attitude of\nstrict neutrality\n\nThe City Temple is near the drillground As the Temple of a Fu city it\ncontains the images of both Fu magistrate and Hsien magistrate with\ntheir attendants In its precincts the _Kwan_ of the beggars the\nbeggar king or headman is domiciled who eats the Emperors rice and\nis officially responsible for the good conduct of the guild of beggars\n\nIn the main street there is a Memorial Temple to General Yang who won\nthe city back from the Mohammedans But the temple where prayer is\noffered most earnestly is the small temple near the _Yesutang_\nerected to the goddess who has in her power the dispensation of the\npleasures of maternity Rarely did I pass here without seeing two or\nthree childless wives on their knees praying to the goddess to remove\nfrom them the sin of barrenness\n\nSome of the largest caravanserais I have seen in China are in Tali One\nof the largest belongs to the city and is managed by the authorities\nfor the benefit of the poor all profits being devoted to a poorrelief\nfund There are many storerooms here filled with foreign goods and\nstores imported from Burma and useful wares and ornamental nicknacks\nbrought from the West by Cantonese pedlars Prices are curiously low I\nbought condensed milk Milkmaid brand for the equivalent of _7d_ a\ntin In the inn there is stabling accommodation for more than a hundred\nmules and horses and there are rooms for as many drivers The tariff\ncannot be called immoderate The charges are For a mule or horse per\nnight fodder included one farthing for a man per night a supper of\nrice included one penny\n\nEven larger than the city inn is the caravanserai where my pony was\nstabled it is more like a barracks than an inn One afternoon the\nlandlord invited the missionary and me into his guestroom and as I was\nthe chief guest he insisted of course that I should occupy the seat\nof honour on the left hand But I was modest and refused to he\npersisted and I was reluctant he pushed me forward and I held back\nprotesting against the honour he wished to show me But he would take no\nrefusal and pressed me forward into the seat I showed becoming\nreluctance of course but I would not have occupied any other Byandby\nhe introduced to me with much pride his aged father to whom when he\ncame into the room I insisted upon giving my seat and humbly sat on\nan inferior seat by his side showing him all the consideration due to\nhis eighty years The old man bore an extraordinary resemblance to\nMoltke He had smoked opium he told Mr Smith the missionary for\nfifty years but always in moderation His daily allowance was two\n_chien_ of raw opium rather more than onefifth of an ounce but he\nknew many Chinese he told the missionary who smoked daily five times\nas much opium as he did without apparent injury\n\nIn Tali there are four chief officials the Prefect or Fu Magistrate\nthe Hsien or City Magistrate the Intendant or Taotai and the Titai\nThe yamen of the Taotai is a humble residence for so important an\nofficial but the yamen of the Titai between the South Gate and the\nFive Glory Tower is one of the finest in the province The Titai is not\nonly the chief military commander of the province of Yunnan but he is a\nvery much married man An Imperialist he has yet obeyed the Mohammedan\ninjunction and taken to himself four wives in order to be sure of\nobtaining one good one He has been abundantly blessed with children In\noffices at the back of the Titais yamen and within its walls is the\nlocal branch of the Imperial Chinese telegraphs conducted by two\nChinese operators who can read and write English a little and can\nspeak crudely a few sentences\n\nThe City Magistrate is an advanced opiumsmoker a slave to the pipe\nwho neglects his duties In his yamen I saw the wooden cage in which\nprisoners convicted of certain serious crimes are slowly done to death\nby starvation and exhaustion as well as the wooden cages of different\nshape in which criminals of another class condemned to death are carried\nto and from the capital\n\nThe City prison is in the Hsiens yamen but permission to enter was\nrefused me though the missionary has frequently been admitted The\nprison explained the Chinese clerk is private and strangers cannot\nbe admitted I was sorry not to be allowed to see the prison all the\nmore because I had heard from the missionary nothing but praise of the\nhumanity and justice of its management\n\nThe gaols of China or as the Chinese term them the hells just as\nthe prison hulks in England forty years ago were known as floating\nhells have been universally condemned for the cruelties and\ndeprivations practised in them They are probably as bad as were the\nprisons of England in the early years of the present century\n\nThe gaolers purchase their appointments as they did in England in the\ntime of John Howard and as was the case in England they receive no\nother pay than what they can squeeze from the prisoners or the\nprisoners friends Poor and friendless the prisoners fare badly But I\nquestion if the cruelties practised in the Chinese gaols allowing for\nthe blunted nerve sensibility of the Chinaman are less endurable than\nthe condition of things existing in English prisons so recently as when\nCharles Reade wrote It is Never Too Late to Mend The cruelties of\nHawes the punishment jacket the crank the dark cell and\nstarvation the living tortured the dying abandoned the dead kicked\nout of the way when boys of fifteen like Josephs were driven to\nselfslaughter by cruelty These are statements published in 1856\nevery detail of which was verified every fact obtained by research\nand observation Life of Charles Reade ii 33\n\nAnd it cannot admit I think of question that there are no cruelties\npractised in the Chinese gaols greater even if there are any equal to\nthe awful and degraded brutality with which the England of our fathers\ntreated her convicts in the penal settlements of Norfolk Island Fort\nArthur Macquarie Harbour and the prison hulks of Williamstown The\nconvict settlements were terrible cesspools of iniquity so bad that it\nseemed to use the words of one who knew them well the heart of man\nwho went to them was taken from him and there was given to him the\nheart of a beast\n\nCan the mind conceive of anything more dreadful in China than the\nincident narrated by the Chaplain of Norfolk Island the Rev W\nUllathorne DD afterwards Roman Catholic Bishop of Birmingham in his\nevidence before the Commission of the House of Commons in 1838 As I\nmentioned the names of those men who were to die they one after\nanother as their names were pronounced dropped on their knees and\nthanked God that they were to be delivered from that horrible place\nwhilst the others remained standing mute weeping It was the most\nhorrible scene I have ever witnessed\n\nThose who have read Marcus Clarkes For the Term of His Natural Life\nremember the powerfullydrawn character of Maurice Frere the Governor\nof Norfolk Island It is well known of course that the story is\nfounded upon fact and is a perfectly true picture of the convict days\nThe original of Maurice Frere is known to have been the late Colonel\n who was killed by the convicts in the prison hulk Success at\nWilliamstown in 1853 To this day there is no old lag that was ever\nexposed to his cruelty but reviles his memory I once knew the convict\nwho gave the signal for his murder He was sentenced to death but was\nreprieved and served a long term of imprisonment The murder happened\nfortyone years ago yet to this day the old convict commends the\nmurder as a just act of retribution and when he narrates the story he\ntells you with bitter passion that the Colonels dead and if theres\na hell hes frizzling there yet\n\nCaptain Foster Fyans a former Governor of Norfolk Island Convict\nSettlement spent the last years of his life in the town I belong to\nGeelong in Victoria The cruelties imposed on the convicts under his\ncharge were justified he declared by the brutalised character of the\nprisoners On one occasion he used to tell a band of convicts\nattempted to escape from the Island but their attempt was frustrated by\nthe guard The twelve convicts implicated in the outbreak were put on\ntheir trial found guilty and sentenced to death by strangulation as\nhanging really was in those days Word was sent to headquarters in\nSydney and instructions were asked for to carry the sentence into\neffect The laconic order was sent back from Sydney to hang half of\nthem The Captain acknowledged the humour of the despatch though it\nplaced him in a difficulty Which half should he hang when all were\nequally guilty In his pleasant way the Captain used to tell how he\nacted in the dilemma He went round to the twelve condemned wretches\nand asked each man separately if being under sentence of death he\ndesired a reprieve or wished for death As luck would have it of the\ntwelve men six pleaded for life and six as earnestly prayed that they\nmight be sent to the scaffold So the Captain hanged the six men who\nwished to live and spared the six men who prayed for death to release\nthem from their awful misery This is an absolutely true story which I\nhave heard from men to whom the Captain himself told it Besides it\nbears on its face the impress of truth And yet we are accustomed to\nspeak of the Chinese as centuries behind us in civilisation and\nhumanity\n\nI went to two opiumpoisoning cases in Tali both being cases of\nattempted suicide The first was that of an old man living not _at_ the\nSouth Gate as the messenger assured us who feared to discourage us if\nhe told the truth but more than a mile beyond it On our way we bought\nin the street some sulphate of copper and a large dose made the old man\nso sick that he said he would never take opium again and if he did he\nwould not send for the foreign gentleman\n\nThe other was that of a young bride a girl of unusual personal\nattraction only ten days married who thus early had become weary of\nthe pockmarked husband her parents had sold her to She was dressed\nstill in her bridal attire which had not been removed since marriage\nshe was dressed in redthe colour of happiness She was dressed in her\nbest all ready for the journey and was determined to die because\ndead she could repay fourfold the injuries which she had received while\nliving In this case many neighbours were present and as all were\nanxious to prevent the liberation of the girls evil spirit I proved to\nthem how skilful are the barbarian doctors The bride was induced to\ndrink hot water till it was she declared on a level with her neck\nthen I gave her a hypodermic injection of that wonderful emetic\napomorphia The effect was very gratifying to all but the patient\n\nSmallpox or as the Chinese respectfully term it Heavenly Flowers\nis a terrible scourge in Western China It is estimated that two\nthousand deathsthere is a charming vagueness about all Chinese\nfiguresfrom this disease alone occur in the course of a year in the\nvalley of Tali Inoculation is practised as it has been for many\ncenturies by the primitive method of introducing a dried pockscab on\na lucky day into one of the nostrils The people have heard of the\nresults of Western methods of inoculation and immense benefit could be\nconferred upon a very large community by sending to the Inland Mission\nin Talifu a few hundred tubes of vaccine lymph Vaccination introduced\ninto Western China would be a means the most effective that could be\nimagined to check the death rate over that large area of country which\nwas ravaged by the civil war and whose reduced population is only a\nsmall percentage of the population which so fertile a country needs for\nits development Infanticide is hardly known in that section of Yunnan\nof which Tali may be considered the capital Smallpox kills the\nchildren There is no need for a mother to sacrifice her superfluous\nchildren for she has none\n\nAnother disease endemic in Yunnan is the bubonic plague which is no\ndoubt identical with the plague that has lately played havoc in Hong\nKong and Canton Cantonese peddlers returning to the coast probably\ncarried the germs with them\n\nThe China Inland Mission in Tali was the last of the mission stations\nwhich I was to see on my journey This is the furthest inland of the\nstations of the Inland Mission in China It was opened in 1881 by Mr\nGeorge W Clarke the most widelytravelled with the single exception\nof the late Dr Cameron of all the pioneer missionaries of this brave\nsociety I think Mr Clarke told me that he has been in fourteen out of\nthe eighteen provinces His work here was not encouraging he was\ntreated with kindness by the Chinese but they refused to accept the\ntruth when he placed it before them\n\nFor the Bible and the Light of Truth says Miss Guinness in her\ncharming but hysterical Letters from the Far Easta book that has\ndeluded many poor girls to ChinaFor the Bible and the Light of Truth\nthe Chinese cry with outstretched empty longing hands p 173 But\nthis allegation unhappily conflicts with facts when applied to Tali\n\nFor the first eleven years the mission laboured here without any success\nwhatever but now a happier time seems coming and no less than three\nconverts have been baptised in the last two years\n\nThere are now three missionaries in Talithere are usually four they\nare universally respected by the Chinese they have made their little\nmission home one of the most charming in China Mr John Smith who\nsucceeded Mr Clarke has been ten years in Tali He is welcomed\neverywhere and in every case of serious sickness or opiumpoisoning he\nis sent for During all the time he has been in Tali he has never\nrefused to attend a summons to the sick whether by day or night In the\ncourse of the year he attends on an average between fifty and sixty\ncases of attempted suicide by opium in the town or its environs and if\ncalled in time he is rarely unsuccessful Should he be called to a case\noutside the city wall and be detained after dark the city gate will be\nkept open for him till he returns The city magistrate has himself\npublicly praised the benevolence of this missionary and said there is\nno man in Tali like Mr Smithwould that there were others He is a\nChristian in word and deed brave and simple unaffected and\nsympatheticthe type of missionary needed in Chinaan honour to his\nmission I saw the courageous man working here almost alone far distant\nfrom all Western comforts cut off from the world and almost unknown\nand I contrasted him with those other missionariesthe majoritywho\nlive in luxurious missionhouses in absolute safety in the treaty ports\nyet whose courage and selfdenial we have accustomed ourselves to\npraise in England and America when with humble voices they parade the\ndangers they undergo and the hardships they endure in preaching dear\nfriends to the perishing heathen in China Gods lost ones\n\nIn addition to the three converts who have been baptised in Tali in the\nlast two years there are two inquirersone the mission cookwho are\nnearly ready for acceptance At the Sunday service I met the three\nconverts One is the paid teacher in the mission school another is a\nhumble pedlar the third is a courageous native belonging to one of the\nindigenous tribes of Western China a Minchia man whose conversion\njudged by all tests is one of those genuine cases which bring real joy\nto the missionary He has only recently been baptised Every Sunday he\ncomes in fifteen li from the small patch of ground he tills to the\nmission services His son is at the mission school and is boarded on\nthe premises There is a small school in connection with the mission\nunder the baptised teacher where eight boys and eight girls are being\ntaught They are learning quickly their wonderful gifts of memory being\na chief factor in their progress At the service there was another\nworshipper a sturdy boy of fourteen who slept composedly all through\nthe exhortation If any boy should feel gratitude towards the kind\nmissionaries it is he They have reared him from the most degraded\npoverty have taught him to read and write and are now on the eve of\napprenticing him to a carpenter He was a beggar boy the son of a\nprofessional beggar who with unkempt hair and in rags and filth used\nto shamble through the streets gathering reluctant alms The father\ndied and some friends would have sold his son to pay the expenses of\nhis burial but the missionaries intervened and to save the son from\nslavery buried his father This action gave them some claim to help the\nboy and the boy has accordingly been with them since in a comfortable\nkindly home instead of grovelling round the streets in squalor and\nnakedness\n\nThe missionhouse formerly occupied by Mr George Clarke is near the\nCity Temple We went to see it a day or two after my arrival It is now\nin the possession of a family of Mohammedans one of the very few Moslem\nfamilies still living in the valley of Tali When we were in possession\nof the valley said the father sorrowfully we numbered 12000 tens\n120000 souls now we are 100 fives 500 souls Our men were slain\nour women were taken in prey only a remnant escaped the destroyer\nSeveral members of the family were in the court when we entered and\namong the men were three with marked AngloSaxon features a peculiarity\nfrequently seen in Western China where every traveller has given a\ndifferent explanation of the phenomenon One especially moved my\ncuriosity for he possessed to an absurd degree the closest likeness to\nmyself Could I give him any higher praise than that\n\nThat the Mohammedan Chinese is physically superior to his Buddhist\ncountryman is acknowledged by all observers there is a fearlessness and\nindependence of bearing in the Mohammedan a militant carriage that\ndistinguishes him from the Chinese unbeliever His religion is but a\nthinly diluted Mohammedanism and excites the scorn of the true\nbelievers from India who witness his devotion or rather his want of\ndevotion\n\nOne of the men talking to us in the old missionhouse was a\ncomicallooking fellow whose headdress differed from that of the\nother Chinese in that in addition to his queue lappets of hair were\ndrawn down his cheeks in the fashion affected by old ladies in England\nI raised these strange locksimpudent curiosity is often polite\nattention in Chinawhereupon the reason for them was apparent The body\nbequeathed to him by his fathers had been mutilatedhe had suffered the\nremoval of both ears He explained to us how he came to lose them but\nwe knew even before he told us he had lost them in battle facing the\nenemyand of course we believed him The less credulous would\nassociate the mutilation with a case of theft and its detection and\npunishment by the magistrate but a bottlenosed man says the Chinese\nproverb may be a teetotaller and yet no one will think so\n\nOur milkman at the mission was a follower of the Prophet and the milk\nhe gave us was usually as reduced in quality as are his coreligionists\nin number In the milk he supplied there was what a chemist describes as\na remarkable absence of butter fat Yet when he was reproached for his\ndeceit he used piously to say even when met coming from the well I\ncould not put a drop of water in the milk for there is a God up\nthereand he would jerk his chin towards the skywho would see me if\nI did\n\n\n\n\nCHAPTER XVIII\n\nTHE JOURNEY FROM TALI WITH SOME REMARKS ON THE CHARACTER OF THE\nCANTONESE CHINESE EMIGRANTS CRETINS AND WIFEBEATING IN CHINA\n\n\nThe three men who had come with me the six hundred and seventeen miles\nfrom Chaotong left me at Tali to return all that long way home on foot\nwith their wellearned savings I was sorry to say goodbye to them but\nthey had come many miles further than they intended and their friends\nthey said would be anxious besides Laohwan you remember was newly\nmarried\n\nI engaged three new men in their places They were to take me right\nthrough to Singai Bhamo Every day was of importance now with four\nhundred and fifty miles to travel and the rainy season closing in\nLaotseng was the name of the Chinaman whom I engaged in place of\nLaohwan He was a fine young fellow active as a deer strong and\nhighspirited I agreed to pay him the fancy wage of _24s_ for the\njourney He was to carry no load but undertook in the event of either\nof my coolies falling sick to carry his load until a new coolie could\nbe engaged The two coolies I engaged through a cooliehong One was a\nstronglybuilt man a chop dollar goodhumoured but of rare\nugliness The other was the thinnest man I ever saw outside a Bowery\ndimeshow He had the opium habit He was an opiumeater rather than an\nopiumsmoker and he ate the ash from the opiumpipe instead of the\nopium itselfthe most vicious of the methods of taking opium He was\nthe nearest approach I saw in China to the Exeter Hall type of\nopiumeater whose wasted limbs and palsied hands cry out against the\nsin of the opium traffic Though a victim of the injustice of England\nthis man had never tasted Indian opium in his life and perishing as he\nwas in body and soul going straight to eternal damnation his dying\nwail unheard he yet undertook a journey that would have deterred the\nmajority of Englishmen and agreed to carry at forced speed a far\nheavier load than the English soldier is ever weighted with on march\nThe two coolies were to be paid 4 taels each _12s_ for the twenty\nstages to Singai and had to find their own board and lodging But I\nalso stipulated to give them _churo_ money pork money of 100 cash each\nat three placesYungchang Tengyueh and Bhamo100 cash each a day\nextra for every day that I detained them on the way and in addition I\nwas to reward them with 150 cash each a day for every day that they\nsaved on the twenty days journey days that I rested not to count\n\nOf course none of the three men spoke a word of English All were\nnatives of the province of Szechuen and all carried out their agreement\nto the letter\n\nOn May 3rd I left Tali The last and longest stage of all the journey\nwas before me a distance of some hundreds of miles which I had to\ntraverse before I could hope to meet another countryman or foreigner\nwith whom I could converse The two missionaries Mr Smith and Mr\nGraham kindly offered to see me on my way and we all started together\nfor Hsiakwan leaving the men to follow\n\nTen li from Tali we stopped to have tea at one of the many teahouses\nthat are grouped round the famous temple to the Goddess of Mercy the\n_Kwanyintang_ The scene was an animated one The open space between\nthe temple steps and the temple theatre opposite was thronged with\nChinese of strange diversity of feature crying their wares from under\nthe shelter of huge umbrellas There is always a busy traffic to\nHsiakwan and every traveller rests here if only for a few minutes For\nthis is the most famous temple in the valley of Tali The Goddess of\nMercy is the friend of travellers and no thoughtful Chinese should\nventure on a journey without first asking the favour of the goddess and\nobtaining from her priests a forecast of his success The temple is a\nfine specimen of Chinese architecture It was built specially to record\na miracle In the chief court surrounded by the temple buildings there\nis a huge granite boulder lying in an ornamental pond It is connected\nby marble approaches and is surmounted by a handsome monument of\nmarble which is faced on all sides with memorial tablets This boulder\nwas carried to its present position by the goddess herself the monument\nand bridges were built to detain it where it lay and the temple\nafterwards erected to commemorate an event of such happy augury for the\nbeautiful valley\n\nIllustration MEMORIAL IN THE TEMPLE OF THE GODDESS OF MERCY NEAR\nTALIFU\n\nBut the temple has not always witnessed only scenes of mercy Two years\nago a tragedy was enacted here of strange interest At a religious\nfestival held here in April 1892 and attended by all the high\nofficials and by a crowd of sightseers a thief taking advantage of the\ncrush tried to snatch a bracelet from the wrist of a young woman and\nwhen she resisted he stabbed her He was seized redhanded dragged\nbefore the Titai who happened to be present and ordered to be\nbeheaded there and then An executioner was selected from among the\nsoldiers but so clumsily did he do the work hacking the head off by\nrepeated blows instead of severing it by one clean cut that the\nfriends of the thief were incensed and vowed vengeance That same night\nthey lay in wait for the executioner as he was returning to the city\nand beat him to death with stones Five men were arrested for this\ncrime they were compelled to confess their guilt and were sentenced to\ndeath As they were being carried out to the executionground one of\nthe condemned pointed to two men who were in the crowd of sightseers\nand swore that they were equally concerned in the murder So these two\nmen were also put on their trial with the result that one was found\nguilty and was equally condemned to death As if this were not\nsufficient at the execution the mother of one of the prisoners when\nshe saw her sons head fall beneath the knife gave a loud scream and\nfell down stonedead Nine lives were sacrificed in this tragedy the\nwoman who was stabbed recovered of her wound\n\nHsiakwan was crowded as it was market day We had lunch together at a\nChinese restaurant and then my men having come up the kind\nmissionaries returned and I went on alone A river the Yangki River\ndrains the Tali Lake and leaving the southwest corner of the lake\nflows through the town of Hsiakwan and so on west to join the Mekong\nFor three days the river would be our guide A mile from the town the\nriver enters a narrow defile where steep walls of rock rise abruptly\nfrom the banks The road here passes under a massive gateway Forts now\ndismantled guard the entrance the pass could be made absolutely\nimpregnable At this point the torrent falls under a natural bridge of\nunusual beauty We rode on by the narrow bank along the river crossed\nfrom the left to the right bank and continued on through a beautiful\ncountry sweet with the scent of the honeysuckle to the charming little\nvillage of Hokiangpu Here we had arranged to stay The inn was a large\none and very clean Many of its rooms were already occupied by a large\nparty of Cantonese returning home after the Thibetan Fair with loads of\nopium\n\nThe Cantonese using the term in its broader sense as applied to the\nnatives of the province of Kuangtung are the Catalans of China They\nare as enterprising as the Scotch adapt themselves as readily to\ncircumstances are enduring canny and successful you meet them in the\nmost distant parts of China They make wonderful pilgrimages on foot\nThey have the reputation of being the most quickwitted of all Chinese\nLarge numbers come to Tali during the Thibetan Fair and in the opium\nseason They bring all kinds of foreign goods adapted for Chinese\nwantscheap pistols and revolvers mirrors scales fancy pictures and\na thousand gewgaws useful as well as attractiveand they return with\nopium They travel in bands marching in single file their carrying\npoles pointed with a steel spearhead two feet long serving a double\nusea carrying pole in peace a formidable spear in trouble\n\nEverywhere they can be distinguished by their dress by their enormous\noiled sunshades and by their habit of tricing their loads high up to\nthe carrying pole They are always well clad in dark blue their heads\nare always cleanly shaved their feet are well sandalled and their\ncalves neatly bandaged They have a travelled mien about them and carry\nthemselves with an air of conscious superiority to the untravelled\nsavages among whom they are trading To me they were always polite and\namiable they recognised that I was like themselves a stranger far\nfrom home\n\nThis is the class of Chinese who emigrating from the thicklypeopled\nsoutheastern provinces of China already possess a predominant share of\nthe wealth of Borneo Sumatra Java Timor the Celebes and the\nPhilippine Islands Burma Siam Annam and Tonquin the Straits\nSettlements Malay Peninsula and Cochin China There is hardly a tiny\nislet visited by our naturalists in any part of these seas but Chinamen\nare found And it is this class of Chinese who have already driven us\nout of the Northern Territory of Australia and whose unrestricted entry\ninto the other colonies we must prevent at all hazards We cannot\ncompete with Chinese we cannot intermix or marry with them they are\naliens in language thought and customs they are working animals of\nlow grade but great vitality The Chinese is temperate frugal\nhardworking and lawevading if not lawabidingwe all acknowledge\nthat He can outwork an Englishman and starve him out of the\ncountryno one can deny that To compete successfully with a Chinaman\nthe artisan or labourer of our own flesh and blood would require to be\ndegraded into a mere mechanical beast of labour unable to support wife\nor family toiling seven days in the week with no amusements\nenjoyments or comforts of any kind no interest in the country\ncontributing no share towards the expense of government living on food\nthat he would now reject with loathing crowded with his fellows ten or\nfifteen in a room that he would not now live in alone except with\nrepugnance Admitted freely into Australia the Chinese would starve\nout the Englishman in accordance with the law of currencythat of two\ncurrencies in a country the baser will always supplant the better In\nVictoria says Professor Pearson a single tradethat of\nfurnituremakingwas taken possession of and ruined for white men\nwithin the space of something like five years In the small colony of\nVictoria there are 9377 Chinese in a population of 1150000 in all\nChina with its population of 350000000 there are only 8081\nforeigners Dyer Ball a large proportion of whom are working for\nChinas salvation\n\nThere is not room for both in Australia Which is to be our colonist\nthe Asiatic or the Englishman\n\nIn the morning we had another beautiful walk round the snowclad\nmountains to the village of Yangpi at the back of Tali There was a\nlong delay here News of my arrival spread and the people hurried along\nto see me No sooner was I seated at an inn than two messengers from the\nyamen called for my passport They were officious young fellows sadly\nwanting in respect and they asked for my passport in a noisy way that I\ndid not like so I would not understand them I only smiled at them in\nthe most friendly manner possible I kept them for some time in a fever\nof irritation at their inability to make me understand I listened with\nimperturbable calmness to their excited phrases till they were nearly\ndancing Then I leisurely produced my passport as if to satisfy a\ncuriosity of my own and began scanning it Seeing this they rudely\nthrust forth their hands to seize it but I had my eye on them Not so\nquick my friends I said soothingly Be calm nervous irritability\nis a fruitful source of trouble See here is my passport here is the\nofficial seal and here the name of your unworthy servant Now I fold it\nup carefully andput it back in my pocket But here is a copy which\nis at your service If you wish to show the original to the magistrate\nI will take it to his honour myself but out of my hands it does not\npass They looked puzzled as they did not understand English they\ndebated a minute or two and then went away with the copy which in due\ntime they politely returned to me\n\nIf you wish to travel quickly in China never be in a hurry Appear\nunconscious of all that is passing never be irritated by any delay and\nassume complete indifference even when you are really anxious to push\non Emulate too that leading trait in the Chinese character and never\nunderstand anything which you do not wish to understand No man on earth\ncan be denser than a Chinaman when he chooses\n\nLet me give an instance It was not so long ago in a police court in\nMelbourne that a Chinaman was summoned for being in possession of a\ntenement unfit for human habitation The case was clearly proved and he\nwas fined _L1_ But in no way could John be made to understand that a fine\nhad been inflicted He sat there with unmoved stolidity and all that\nthe court could extract from him was My no savvy no savvy After\nsaying this in a voice devoid of all hope he sank again into silence\nHere rose a wellknown lawyer With your worships permission I think\nI can make the Chinaman understand he said He was permitted to try\nStriding fiercely up to the poor Celestial he said to him in a loud\nvoice John you are fined two pounds No dam fear Only _one_\n\nCrossing now the river by a wellconstructed suspension bridge we had a\nfearful climb of 2000 feet up the mountain My coolie Bones nearly\ndied on the way Then there was a rough descent by a jagged path down\nthe rocky side of the mountainriver to the village of Taipingpu It\nwas long after dark when we arrived and an hour later stalked in the\ngaunt form of poor Bones who instead of eating a good meal coiled\nup on the _kang_ and smoked an opiumpipe that he borrowed from the\nchairen All the next day and indeed for every day till we reached\nTengyueh our journey was one of the most arduous I have ever known The\nroad has to surmount in succession parallel ridges of mountains The\nroad is never even for it cannot remain where travelling is easiest\nbut must continually dip from the crest of the ranges to the depths of\nthe valleys\n\nShortly before reaching Huanglienpu my pony cast a shoe and it was\nsome time before we were able to have it seen to but I had brought half\na dozen spare shoes with me and byandby a muleteer came along who\nfixed one on as neatly as any farrier could have done and gladly\naccepted a reward of one halfpenny He kept the foot steady while\nshoeing it by lashing the fetlock to the ponys tail\n\nCaravans of cotton coming from Burma were meeting us all day Miles away\nthe booming of their gongs sounded in the silent hills a long time\nafterwards their bells were heard jingling and byandby the mules and\nhorses appeared under their huge bales of cotton the foremost decorated\nwith scarlet tufts and plumes of pheasant tails the last carrying the\nsaddle and bedding of the headman as well as the burly headman himself\nperched above all A man with a gong always headed the way there was a\ndriver to every five animals In the sandy bed of the river at one place\na caravan was resting Their packs were piled in parallel rows their\nhorses browsed on the hillside I counted 107 horses in this one\ncaravan\n\nThe prevailing pathological feature of the Chinese of Western Yunnan is\nthe deformity goitre It may safely be asserted that it is as common in\nmany districts as are the marks of smallpox Goitre occurs widely in\nAnnam Siam Upper Burma the Shan States and in Western China as far\nas the frontier of Thibet It is distinctly associated with cretinism\nand its interrupted intellectual development And the disease must\nincrease for there is no attempt to check it To be a thickneck is no\nbar to marriage on either side The goitrous intermarry and have\nchildren who are goitrous or rather who will if exposed to the same\nconditions as their parents inevitably develop goitre Frequently the\ndisease is intensified in the offspring into cretinism and I can\nconceive of no sight more disgusting than that which so often met our\nview of a goitrous mother suckling her imbecile child On one\nafternoon among those who passed us on the road I counted eighty\npersons with the deformity On another day nine adults were climbing a\npath by which we had just descended every one of whom had goitre In\none small village out of eighteen fullgrown men and women whom I met\nin the street down which I rode fifteen were affected My diary in the\nWest especially from Yunnan City to Yungchang after which point the\ncases greatly diminished in number became a monotonous record of cases\nAt the mission in Tali three women are employed and of these two are\ngoitrous the third a Minchia woman is free from the disease and I\nhave been told that among the indigenes the disease is much less common\nthan among the Chinese On all sides one encounters the horrible\ndeformity among all classes of all ages The disease early manifests\nitself and I have often seen wellmarked enlargement in children as\nyoung as eight Turn any street corner in any town of importance in\nWestern Yunnan and you will meet half a dozen cases there must be few\nfamilies in the western portion of the province free from the taint\n\nOn a day for example like this May 5th when the road was more than\nusually mountainous though that may have been an accident my chairen\nwas a thickneck and my two soldiers were thicknecks At the village\nof Huanglienpu where I had lunch the landlady of the inn had a\ngoitrous neck that was swelled out halfway to the shoulder and her son\nwas a slobberingmouthed cretin with the intelligence of an animal And\namong the people who gathered round me in a dull apathetic way every\nother one was more or less marked with the disease and its attendant\nmental phenomena Again at the inn in a little mountain village where\nwe stopped for the night mother father and every person in the house\nto the number of nine above the age of childhood was either goitrous or\ncretinous dull of intelligence mentally verging upon dementia in three\ncases in two of which physical growth had been arrested at childhood\n\nRarely during my journey to Burma was I offended by hearing myself\ncalled _Yang kweitze_ foreign devil although this is the universal\nappellation of the foreigner wherever Mandarin is spoken in China\nToday however May 6th I was seated at the inn in the town of\nChutung when I heard the offensive term I was seated at a table in the\nmidst of the accustomed crowd of Chinese I was on the highest seat of\ncourse because I was the most important person present when a\nbystander seeing that I spoke no Chinese coolly said the words _Yang\nkweitze_ foreign devil I rose in my wrath and seized my whip You\nChinese devil _Chung kweitze_ I said in Chinese and then I assailed\nhim in English He seemed surprised at my warmth but said nothing and\nturning on his heel walked uncomfortably away\n\nI often regretted afterwards that I did not teach the man a lesson and\ncut him across the face with my whip yet had I done so it would have\nbeen unjust He called me as I thought _Yang kweitze_ but I have no\ndoubt having told the story to Mr Warry the Chinese adviser to the\nGovernment of Burma that he did not use these words at all but others\nso closely resembling them that they sounded identically the same to my\nuntrained ear and yet signified not foreign devil but honoured\nguest He had paid me a compliment he had not insulted me The\nYunnanese Mr Warry tells me do not readily speak of the devil for\nfear he should appear\n\nOn my journey I made it a rule acting advisedly to refuse to occupy\nany other than the best room in the inn and if there was only one\nroom I required that the best bed in the room as regards elevation\nshould be given to me So too at every inn I insisted that the best\ntable should be given me and if there were already Chinese seated at\nit I gravely bowed to them and by a wave of my hand signified that it\nwas my pleasure that they should make way for the distinguished\nstranger When there was only the one table I occupied as by right\nits highest seat refusing to sit in any other I required indeed by\npoliteness and firmness that the Chinese take me at my own valuation\nAnd they invariably did so They always gave way to me They recognised\nthat I must be a traveller of importance despite the smallness of my\nretinue and the homeliness of my attire and they acknowledged my\nsuperiority Had I been content with a humbler place it would quickly\nhave been reported along the road and little by little my complacence\nwould have been tested I am perfectly sure that by never verging from\nmy position of superiority I gained the respect of the Chinese and it\nis largely to this I attribute the universal respect and attention shown\nme during the journey For I was unarmed entirely dependent upon the\nChinese and for all practical purposes inarticulate As it was I\nnever had any difficulty whatever\n\nChinese etiquette pays great attention to the question of position so\nimportant indeed is it that when a carriage was taken by Lord\nMacartneys Embassy to Peking as a present or as the Chinese said as\ntribute to the Emperor Kienlung great offence was caused by the\narrangement of the seats requiring the driver to sit on a higher level\nthan His Majesty A small enough mistake surely but sufficient to mar\nthe success of an expedition which the Chinese have always regarded as\none of the most splendid testimonials of respect that a tributary\nnation ever paid their Court\n\nOn the morning of May 7th as we were leaving the village where we had\nslept the night before we were witnesses of a domestic quarrel which\nmight well have become a tragedy On the green outside their cabin a\nhusband with goitre enraged against his goitrous wife was kept from\nkilling her by two elderly goitrous women All were speaking with\nhorrible goitrous voices as if they had cleft palates and the husband\nwas hoarse with fury Jealousy could not have been the cause of the\nquarrel for his wife was one of the most hideous creatures I have seen\nin China Throwing aside the bamboo with which he was threatening her\nthe husband ran into the house and was out again in a moment\nbrandishing a long native sword with which he menaced speedy death to\nthe joy of his existence I stood in the road and watched the\ndisturbance and with me the soldierguard who did not venture to\ninterfere But the two women seized the angry brute and held him till\nhis wife toddled round the corner Now if this were a determined woman\nshe could best revenge herself for the cruelty that had been done her by\ngoing straightway and poisoning herself with opium for then would her\nspirit be liberated ever after to haunt her husband even if he escaped\npunishment for being the cause of her death If in the dispute he had\nkilled her he would be punished with strangulation after the usual\nperiod the sentence laid down by the law and often recorded in the\n_Peking Gazette_ _eg_ May 15th 1892 unless he could prove her\nguilty of infidelity or want of filial respect for his parents in\nwhich case his action would be praiseworthy rather than culpable If\nhowever in the dispute the wife had killed her husband or by her\nconduct had driven him to suicide she would be inexorably tied to the\ncross and put to death by the _Ling chi_ or degrading and slow\nprocess For a wife to kill her husband has always been regarded as a\nmore serious crime than for a husband to kill his wife even in our own\nhighly favoured country till within a few years of the present century\nthe punishment for the man was death by hanging but in the case of the\nwoman death by burning alive\n\nLet me at this point interpolate a word or two about the method of\nexecution known as the _Ling chi_ The words are commonly and quite\nwrongly translated as death by slicing into 10000 piecesa truly\nawful description of a punishment whose cruelty has been\nextraordinarily misrepresented It is true that no punishment is more\ndreaded by the Chinese than the _Ling chi_ but it is dreaded not\nbecause of any torture associated with its performance but because of\nthe dismemberment practised upon the body which was received whole from\nits parents The mutilation is ghastly and excites our horror as an\nexample of barbarian cruelty but it is not cruel and need not excite\nour horror since the mutilation is done not before death but after\nThe method is simply the following which I give as I received it\nfirsthand from an eyewitnessThe prisoner is tied to a rude cross\nhe is invariably deeply under the influence of opium The executioner\nstanding before him with a sharp sword makes two quick incisions above\nthe eyebrows and draws down the portion of skin over each eye then he\nmakes two more quick incisions across the breast and in the next moment\nhe pierces the heart and death is instantaneous Then he cuts the body\nin pieces and the degradation consists in the fragmentary shape in\nwhich the prisoner has to appear in heaven As a missionary said to me\nHe cant lie out that he got there properly when he carries with him\nsuch damning evidence to the contrary\n\nIllustration THE DESCENT TO THE RIVER MEKONG\n\nIn China immense power is given to the husband over the body of his\nwife and it seems as if the tendency in England were to approximate to\nthe Chinese custom Is it not a fact that if a husband in England\nbrutally maltreats his wife kicks her senseless and disfigures her for\nlife the average English bench of unpaid magistrates will find\nextenuating circumstances in the fact of his being the husband and will\nrarely sentence him to more than a month or twos hard labour\n\n\n\n\nCHAPTER XIX\n\nTHE MEKONG AND SALWEEN RIVERSHOW TO TRAVEL IN CHINA\n\n\nToday May 7th we crossed the River Mekong even at this distance from\nSiam a broad and swift stream The river flows into the light from a\ndark and gloomy gorge takes a sharp bend and rolls on between the\nmountains Where it issues from the gorge a suspension bridge has been\nstretched across the stream A wonderful pathway zigzags down the face\nof the mountain to the river in an almost vertical incline of 2000ft\nAt the riverside an embankment of dressed stone built up from the rock\nleads for some hundreds of feet along the bank where there would\notherwise have been no foothold to the clearing by the bridge The\nlikinbarrier is here and a teahouse or two and the guardian temple\nThe bridge itself is graceful and strong swinging easily 30ft above\nthe current it is built of powerful chains carried from bank to bank\nand held by masses of solid masonry set in the bedrock It is 60 yards\nlong and 10ft wide is floored with wood and has a picket parapet\nsupported by lateral chains From the river a path led us up to a small\nvillage where my men rested to gather strength For facing us were the\nmountain heights which had to be escaladed before we could leave the\nriver gulch Then with immense toil we climbed up the mountain path by\na rocky staircase of thousands of steps till worn out and with\nBones nearly dead we at length reached the narrow defile near the\nsummit whence an easy road brought us in the early evening to Shuichai\n6700ft\n\nIn the course of one afternoon we had descended 2000ft to the river\n4250ft above the sea and had then climbed 2450ft to Shuichai And\nthe ascent from the river was steeper than the descent into it yet the\nrailway which is to be built over this traderoute between Burma and\nYunnan will have other engineering difficulties to contend with even\ngreater than this\n\nMy soldier today was a boy of fifteen or sixteen He was armed with a\nrevolver and bore himself valiantly But his revolver was more\ndangerous in appearance than in effect for the cylinder would not\nrevolve the hammer was broken short off and there were no cartridges\nEverywhere the weapon was examined with curiosity blended with awe and\nI imagine that the Chinese were told strange tales of its deadliness\n\nNext morning we continued by easy gradients to Talichao 7700ft\nrising 1000ft in rather less than seven miles It was bitterly cold in\nthe mists of the early morning But twenty miles further the road dipped\nagain to the sunshine and warmth of the valley of Yungchang where in\nthe city made famous by Marco Polo we found comfortable quarters in an\nexcellent inn\n\nYungchang is a large town strongly walled It is however only a\nremnant of the old city acres of houses having been destroyed during\nthe insurrection when for three years it is said Imperialists and\nMohammedans were contending for its possession There is a telegraph\nstation in the town The streets are broad and wellpaved the inns\nlarge and the temples flourishing One fortunate circumstance the\ntraveller will notice in Yungchangthere is a marked diminution in the\nnumber of cases of goitre And the diminution is not confined to the\ntown but is apparent from this point right on to Burma\n\nLong after our arrival in Yungchang my opiumeating coolie Bones had\nnot come and we had to wait for him in anger and annoyance He had my\nhamper of eatables and my bundle of bedding Tired of waiting for him I\nwent for a walk to the telegraph office and was turning to come back\nwhen I met the faithful skeleton a mile from the inn walking along as\nif to a funeral his neck elongating from side to side like a camels a\nlean and hungry look in his staring eyes his bones crackling inside his\nskin Continuing in the direction that he was going when I found him he\nmight have reached Thibet in time but never Burma I led him back to\nthe hotel where he ruefully showed me his empty string of cash as if\nthat had been the cause of his delay he had only 6 cash left and he\nwanted an advance\n\nThis was the worst coolie I had in my employ during my journey But he\nwas a goodnatured fellow and honest He was better educated too than\nmost of the other coolies and could both read and write His dress on\nmarch was characteristic of the man He was nearly naked his clothes\nhardly hung together he wore no sandals on his feet but round his neck\nhe carried a small earthenware phial of opium ash In the early stages\nhe delayed us all an hour or two every day but he improved as we went\nfurther And then he was so long and thin so grotesque in his gait and\nafforded me such frequent amusement that I would not willingly have\nexchanged him for the most active coolie in China\n\nIllustration INSIDE VIEW OF A SUSPENSION BRIDGE IN FAR WESTERN CHINA\n\nOn the 9th we had a long and steep march west from the plain of\nYungchang At Pupiao I had a public lunch It was market day and the\ncountry people enjoyed the rare pleasure of seeing a foreigner feed The\nstreet past the inn was packed in a few minutes and the innkeeper had\nall he could do to attend to the many customers who wished to take tea\nat the same time as the foreigner I was now used to these\ndemonstrations I could eat on with undisturbed equanimity On such\noccasions I made it a practice when I had finished and was leaving the\ninn to turn round and bow gravely to the crowd thanking them in a few\nkindly words of English for the reception they had accorded me At the\nsame time I took the opportunity of mentioning that they would\ncontribute to the comfort of future travellers if only they would pay a\nlittle more attention to their table manners Then addressing the\ninnkeeper I thought it only right to point out to him that it was\nabsurd to expect that one small black cloth should wipe all cups and\ncuplids all tables all spilt tea and all dishes all through the\nday without getting dirty Occasionally too I pointed out another\ndefect of management to the innkeeper and told him that while I\npersonally had an open mind on the subject other travellers might come\nhis way who would disapprove for instancehe would pardon my\nmentioning itof the manure coolie passing through the restaurant with\nhis buckets at mealtime and halting by the table to see the stranger\neat\n\nWhen I spoke in this way quite seriously and bowed those whose eyes met\nmine always bowed gravely in return And for the next hour on the track\nmy men would tell each other with cackles of laughter how Mo Shensen\ntheir master mystified the natives\n\nFrom Pupiao we had a pleasant ride over a valleyplain between hedges\nof cactus in flower and bushes of red roses past graceful clumps of\nbamboo waving like ostrich feathers Byandby drizzling rain came on\nand compelled us to seek shelter in the only inn in a poor\noutoftheway hamlet But I could not stop here because the best room\nin the inn was already occupied by a military officer of some\ndistinction a colonel on his way like ourselves to Tengyueh An\nofficial chair with arched poles fitted for four bearers was in the\ncommonroom the mules of his attendants were in the stables and were\nvaluable animals The landlord offered me another room an inferior one\nbut I waved the open fingers of my left hand before my face and said\n_puyao puyao_ I dont want it I dont want it For I was not so\nfoolish or inconsistent as to be content with a poorer quarter of the\ninn than that occupied by the officer whatever his button I could not\nacknowledge to the Chinese that any Chinaman travelling in the Middle\nKingdom was my equal let alone my superior Refusing to remain I\nwaited in the front room until the rain should lift and allow us to\nproceed But we did not require to go on It happened as I expected The\nColonel sent for me and bowing to me showed by signs that one half\nhis room was at my service In return for his politeness he had the\nprivilege of seeing me eat With both hands I offered him in turn every\none of my dishes Afterwards I showed him my photographsI treated him\nindeed with proper condescension\n\nOn the 10th we crossed the famous River Salween 2600 ft Through an\nopen tableland well grassed and sparsely wooded we came at length to\nthe cleft in the hills from which is obtained the first view of the\nriver valley There was a small village here and while we were taking\ntea a soldier came hurriedly down the road who handed me a letter\naddressed in Chinese I confess that at the moment I had a sudden\nmisgiving that some impediment was to be put in the way of my journey\nBut it was nothing more than a telegram from Mr Jensen in Yunnan\ntelling me of the decision of the Chinese Government to continue the\ntelegraph to the frontier of Burma The telegram was written by the\nChinese operator in Yungchang in a neat round hand without any error of\nspelling it had come to Yungchang after my departure and had been\ncourteously forwarded by the Chinese manager The soldier who brought it\nhad made a hurried march of thirtyeight miles before overtaking me and\ndeserved a reward I motioned Laotseng my cashbearer to give him a\npresent and he meanly counted out 25 cash and was about to give them\nwhen I ostentatiously increased the amount to 100 cash The soldier was\ndelighted the onlookers were charmed with this exhibition of Western\nmunificence Suppose a rich Chinese traveller in England who spoke no\nEnglish were to offer Tommy Atkins twopence halfpenny for travelling on\nfoot thirtyeight miles to bring him a telegram having then to walk\nback thirtyeight miles and find himself on the way would the English\nsoldier bow as gratefully as did his perishing Chinese brother when I\nthus rewarded him\n\nWe descended by beautiful open country into the Valley of the Shadow of\nDeaththe valley of the River Salween No other part of Western China\nhas the evil repute of this valley its unhealthiness is a byword It\nis impossible to pass says Marco Polo the air in summer is so impure\nand bad and any foreigner attempting it would die for certain\n\nThe Salween was formerly the boundary between Burma and China and it is\nto be regretted that at the annexation of Upper Burma England did not\npush her frontier back to its former position But the delimitation of\nthe frontier of Burma is not yet complete No time could be more\nopportune for its completion than the present when China is distracted\nby her difficulties with Japan China disheartened could need but little\npersuasion to accede to the just demand of England that the frontier of\nBurma shall be the true southwestern frontier of Chinathe Salween\nRiver\n\nThere are no Chinese in the valley nor would any Chinaman venture to\ncross it after nightfall The reason of its unhealthiness is not\napparent except in the explanation of Baber that border regions\ndebatable grounds are notoriously the birthplace of myths and\nmarvels There can be little doubt that the deadliness of the valley is\na tradition rather than a reality\n\nBy flights of stone steps we descended to the river where at the\nbridgelanding we were arrested by a sight that could not be seen\nwithout emotion A prisoner chained by the hands and feet and cooped in\na wooden cage was being carried by four bearers to Yungchang to\nexecution He was not more than twentyone years of age was\nwelldressed and evidently of a rank in life from which are recruited\nfew of the criminals of China Yet his crime could not have been much\ngraver On the corner posts of his cage white strips of paper were\nposted giving his name and the particulars of the crime which he was so\nsoon to expiate He was a burglar who had escaped from prison by killing\nhis guard and had been recaptured Unlike other criminals I have seen\nin China who laugh at the stranger and appear unaffected by their lot\nthis young fellow seemed to feel keenly the cruel but welldeserved fate\nthat was in store for him Three days hence he would be put to death by\nstrangulation outside the wall of Yungchang\n\nIllustration THE RIVER SALWEEN THE FORMER BOUNDARY BETWEEN CHINA AND\nBURMA\n\nAnother of those remarkable works which declare the engineering skill of\nthe Chinese is the suspension bridge which spans the Salween by a\ndouble loopthe larger loop over the river the smaller one across the\noverflow A natural piece of rock strengthened by masonry rising from\nthe river bed holds the central ends of both loops The longer span is\n80 yards in length the shorter 55 both are 12ft wide and are formed\nof twelve parallel chain cables drawn to an appropriate curve A rapid\nriver flows under the bridge the rush of whose waters can be heard high\nup the mountain slopes\n\nNone but Shans live in the valley They are permitted to govern\nthemselves under Chinese supervision and preserve their own laws and\ncustoms They have a village near the bridge of grassthatched huts and\nopen booths where travellers can find rest and refreshment and where\nnative women prettily arrayed in darkblue will brew you tea in\nearthenware teapots Very different are the Shan women from the Chinese\nTheir colour is much darker their headdress is a circular pile formed\nof concentric folds of darkblue cloth their dress closely resembles\nwith its jacket and kilt the bathing dress of civilisation their arms\nare bare they have gaiters on their legs and do not compress their\nfeet All wear brooches and earrings and other ornaments of silver\nfiligree\n\nFrom the valley the main road rises without intermission 6130 feet to\nthe village of Fengshuiling 8730 feet a climb which has to be\ncompleted in the course of the afternoon We were once more among the\ntrees Pushing on till I was afraid we should be benighted we reached\nlong after dark an encampment of bamboo and grass in the lonely bush\nwhere the kind people made us welcome It was bitterly cold during the\nnight for the hut I slept in was open to the air My three men and the\nescort must have been even colder than I was But at least we all slept\nin perfect security and I cannot praise too highly the constant care of\nthe Chinese authorities to shield even from the apprehension of harm one\nwhose only protection was his British passport\n\nAll the way westward from Yunnan City I was shadowed both by a\nyamenrunner and a soldier both were changed nearly every day and the\nfurther west I went the more frequently were they armed The\nyamenrunner usually carried a long native sword only but the soldier\nin addition to his sword was on one occasion as we have seen armed\nwith the relics of a revolver that would not revolve On May 10th for\nthe first time the soldier detailed to accompany me was provided with a\nrusty old musket with a very long barrel I examined this weapon with\nmuch curiosity China is our neighbour in Eastern Asia and is it is\noften stated an ideal power to be intrusted with the government of the\nbuffer state called for by French aggression in Siam In China it is\nalleged we have a prospective ally in Asia and it is preferable that\nEngland should suffer all reasonable indignities and humilities at her\nhands rather than endanger any possible relations which may\nsubsequently be entered into with a hypothetically powerful neighbour\n\nOn my arrival in Burma I was often amused by the serious questions I was\nasked concerning the military equipment of the Chinese soldiers of\nWestern Yunnan The soldier who was with me today was a type of the\nwarlike sons of China not only in the province bordering on Burma but\nwith slight differences all over the Middle Kingdom Now physically\nthis man was fit to be drafted into any army in the world but apart\nfrom his endurance his value as a fighting machine lay in the weapon\nwith which the military authorities had armed him This weapon was\npeculiar I noted down its peculiarities on the spot In this weapon the\nspring of the trigger was broken so that it could not be pulled if it\nhad been in order there was no cap for the hammer to strike if there\nhad been a cap it would have been of no use because the pinhole was\nrusted even if the pinhole had been open the rifle would still have\nbeen ineffective because it was not loaded for the very good reason\nthat the soldier had not been provided with powder or if he had he\nhad been compelled to sell it in order to purchase the rice which the\nEmperor whose rice he ate had neglected to send him\n\nAn early start in the morning and we descended quickly to the River\nShweli\n\nIllustration THE RIVER SHWELI AND ITS SUSPENSION BRIDGE\n\nThe Salween River is at an elevation of 2600 feet Fortyfive li further\nthe road reaches at Fengshuiling a height of 8730 from which point in\nthirtyfive li it dips again to the River Shweli 4400 feet above sea\nlevel There was the usual suspension bridge at the river and the\ninevitable likinbarrier For the first time the Customs officials\nseemed inclined to delay me I was on foot and separated from my men by\nhalf the height of the hill The collectors and the underlings who are\nalways hanging about the barriers gathered round me and interrogated me\nclosely They spoke to me in Chinese and with insufficient deference\nThe Chinese seem imbued with the mistaken belief that their language is\nthe vehicle of intercourse not only within the four seas but beyond\nthem and are often arrogant in consequence I answered them in English\nI dont understand one word you say but if you wish to know I said\nenergetically I come from Shanghai Shanghai they exclaimed he\ncomes from Shanghai And I am bound for Singai BhamoSingai\nthey repeated he is going to Singaiunless the Imperial\nGovernment suspicious of my intentions which the meanest intelligence\ncan see are pacific should prevent me in which case England will find\na coveted pretext to add Yunnan to her Burmese Empire Then addressing\nmyself to the noisiest I indulged in some sarcastic speculations upon\nhis probable family history deduced from his personal peculiarities\ntill he looked very uncomfortable indeed Thereupon I gravely bowed to\nthem and leaving them in dumb astonishment walked on over the bridge\nThey probably thought I was rating them in Manchu the language of the\nEmperor Two boys staggering under loads of firewood did not escape so\neasily but were detained and a log squeezed from each wherewith to\nlight the likin fires\n\nA steep climb of another 3000 or 4000 feet over hills carpeted with\nbracken with here and there grassy swards pretty with lilies and\ndaisies and wild strawberries and then a quick descent and we were in\nthe valley of Tengyueh 5600ft A plain everywhere irrigated flanked\nby treeless hills fields shut in by low embankments villages in\nplantations round its margin blackfaced sheep in flocks on the\nhillsides and away to the right the crenellated walls of Tengyueh A\nstoneflagged path down the centre of the plain led us into the town We\nentered by the south gate and turning to the left were conducted into\nthe telegraph compound where I was to find accommodation the clerk in\ncharge of the operators being able to speak a few words of English I\nwas an immediate object of curiosity\n\n\n\n\nCHAPTER XX\n\nTHE CITY OF TENGYUEHTHE CELEBRATED WUNTHO SAWBWASHAN SOLDIERS\n\n\nI was given a comfortable room in the telegraph offices but I had\nlittle privacy My room was thronged during all the time of my visit\nThe first evening I held an informal and involuntary reception which\nwas attended by all the officials of the town with the dignified\nexception of the BrigadierGeneral The three members of the Chinese\nBoundary Commission which had recently arranged with the British\nCommission the preliminaries to the delimitation of the boundary between\nBurma and China were here disputing with clerks yamenrunners and\nchaircoolies for a sight of my photographs and curiosities The\ntelegraph Manager Pen Yeh the magistrate and a stalwart soldier\nColonel Liu formed the Commission and they retain hallowed\nrecollections of the benignity of the Englishmen and the excellence of\ntheir champagne Colonel Liu proved to be the most enlightened member of\nthe party He is a tall handsome fellow fifty years of age a native\nof Hunan the most warlike and antiforeign province in China He was\nespecially glad to see a foreign doctor The gallant Colonel confided to\nme a wish that had long been uppermost in his heart From some member\nunknown of the British Commission he had learnt of the marvellous\nrejuvenating power of a barbarian medicinecould I get him some\n_Could I get him a bottle of hairdye_ Unlike his compatriots who\nregard the external features of longevity as the most coveted attribute\nof life this gentleman in whose brain the light of civilisation was\ndawning wished to frustrate the doings of age Could I get him a bottle\nof hairdye He was in charge of the fort at Ganai two days out on the\nway to Bhamo and would write to the officer in charge during his\nabsence directing him to provide me with an escort worthy of my\nbenefaction\n\nOne celebrity who lives in the neighbourhood of Tengyueh did not\nfavour me with a visit That famous dacoit the outlawed Prince of\nWunthothe Wuntho Sawbwalives here an exile sheltered by the Chinese\nGovernment A pure Burmese himself the fatherinlaw of the amiable\nSawbwa of Santa he is believed by the Government of Burma to have been\nconcerned in all the Kachin risings of 18921893 A reward of 5000\nrupees is offered for his head which will be paid equally whether the\nhead be on or off the shoulders Another famous outlaw the Shan Chief\nKanhliang is also believed to be in hiding in the neighbourhood of\nTengyueh The value of _his_ head has been assessed at 2000 rupees\n\nTengyueh is more a park than a town The greater part of the city within\nthe walls is waste land or gardens The houses are collected mainly near\nthe south gate and extend beyond the south gate on each side of the\nroad for half a mile on the road to Bhamo There is an excellent wall in\nadmirable order with an embankment of earth 20ft in width But I saw\nno guns of any kind whatever nor did I meet a single armed man in the\ntown or district\n\nTengyueh is so situated that the invading army coming from Burma will\nfind a pleasant pastime in shelling it from the open hills all around\nthe town This was the last stronghold of the Mohammedans It was\nformerly a prosperous border town the chief town in all the fertile\nvalley of the Taiping It was in the hands of the rebels till June 10th\n1873 when it was delivered over to the Imperialists to carnage and\ndestruction The valley is fertile and well populated and prosperity is\nquickly returning to the district\n\nThere is only one yamen in Tengyueh of any pretension and it is the\nofficial residence of a redbutton warrior the BrigadierGeneral\n_Chentai_ Chang the successor though not of course the immediate\nsuccessor of LiSiehtai who was concerned in the murder of Margary\nand the repulse of the expedition under Colonel Horace Browne in 1875 A\ntall handsome Chinaman is Chang of soldierly bearing and blissful\ninnocence of all knowledge of modern warfare Yungchang is the limit of\nhis jurisdiction in one direction the Burmese boundary in the other\nhis only superior officer is the Titai in Tali\n\nThe telegraph office adjoins the City Temple and Theatre of Tengyueh At\nthis time the annual festival was being celebrated in the temple\nTheatrical performances were being given in uninterrupted succession\ndaily for the term of one month Play began at sunrise and the curtain\nfell or would have fallen if there had been a curtain at twilight Day\nwas rendered hideous by the clangour of the instruments which the\nblunted senses of Chinese have been misguided into believing are\nmusical Already the play or succession of plays had continued fifteen\ndays and another thirteen days had yet to be endured before its\ncompletion Crowds occupied the temple court during the performance\nwhile a considerable body of deadheads witnessed the entertainment from\nthe embankment and wall overlooking the open stage My host the\ntelegraph Manager Pen and his two friends Liu and Yeh were given an\nimprovised seat of honour outside my window and here they sat all day\nand sipped tea and cracked jokes No actresses were on the stage the\nfemale parts were taken by men whose makeup was admirable and who\nimitated with curious fidelity the voice and gestures of women The\ndresses were rich and varied Sceneshifters band supers and friends\nremained on the stage during the performance dodging about among the\nactors There is no drop curtain in a Chinese theatre and all scenes\nare changed on the open stage before you The villain whose nose is\npainted white vanquished by triumphant virtue dies a gory death he\nremains dead just long enough to satisfy you that he _is_ dead and then\ngets up and serenely walks to the side There is laughter at sallies of\nindecency and the spectators grunt their applause The Chinaman is\nrarely carried away by his feelings at the theatre indeed it may be\nquestioned if strong emotion is ever aroused in his breast except by\nthe first addresses of the junior members of the China Inland Mission\nthe thrilling effect of whose Chinese exhortations is recorded every\nmonth in _Chinas Millions_\n\nThe Manager of the telegraph to show his good feeling presented me\nwith a stale tin of condensed milk His second clerk and operator was\nthe most covetous man I met in China He begged in turn for nearly every\narticle I possessed beginning with my waterproof which I did not give\nhim and ending with the empty milk tin which I did for Give to him\nthat asketh said Buddha even though it be but a little The chief\noperator in charge of the telegraph offices speaks a little English and\nis the medium by which English messages and letters are translated into\nChinese for the information of the officials His name is Chueh His\nmethod of translation is to glean the sense of a sentence by the\nprobable meaning derived from an inaccurate AngloChinese dictionary\nof the separate words of the sentence He is a broken reed to trust to\nas an interpreter Chueh is not an offensively truthful man When he\nspeaks to you you find yourself wondering if you have ever met a\ngreater liar than he Three mens strength he says cannot prevail\nagainst truth yet he is I think the greatest liar I have met since I\nleft Morocco Indeed the way he spoke of my head boy Laotseng who was\nundoubtedly an honest Chinese and the opinion Laotseng emphatically\nheld of Chueh was a curious repetition of an experience that I had not\nlong ago in Morocco I was living in Tangier when I had occasion to go\nto Fez and Mequinez My visit was arranged so hurriedly that I had no\nmeans of learning what was the degree of personal esteem attaching to\nthe gentleman a resident of Tangier who was to be my companion I\naccordingly interrogated the hotelkeeper Mr B What kind of a man is\nD I asked Not a bad fellow he replied if he wasnt such a\nblank blank awful liar On the road to Wazan I became very friendly\nwith D and one day questioned him as to his private regard for Mr B\nof the hotel A fine fellow B seems I said very friendly and\nentertaining What do you think of him What do I think of him he\nshouted in his falsetto I _know_ hes the biggest blank liar in\nMorocco It was pleasant to meet even in Morocco such a rare case of\nmutual esteem\n\nMy pony fared badly in Tengyueh There was a poor stable in the\ncourtyard with a tiled roof that would fall at the first shower There\nwere no beans The pony had to be content with rice or paddy which it\ndisliked equally The rice was _112d_ the 712lbs There was no\ngrass Chueh said to be obtained in the district He assured me so on\nhis honour or its Chinese equivalent but I sent out and bought some in\nthe street round the corner\n\nSilver in Tengyueh is the purest Szechuen or Yunnanese silver Rupees\nare also current and at this time were equivalent to 400 cashthe tael\nat the same time being worth 1260 cash Every 10 taels costing me\n_30s_ in Shanghai I could exchange in Tengyueh for 31 rupees Rupees\nare the chief silver currency west from Tengyueh into Burma\n\nOn May 31st I had given instructions that we were to leave early but my\nmen who did not sleep in the telegraph compound were late in coming\nTo still further delay me at the time of leaving no escort had made its\nappearance I did not wait for it We marched out of the town\nunaccompanied and were among the tombstones on the rise overlooking the\ntown when the escort hurriedly overtook us It consisted of a\nquietmannered chairen and two soldiers one of whom was an impudent cub\nthat I had to treat with every indignity He was armed with a sword\ncarried in the folds of his red cincture in which was also concealed an\nold muzzleloading pistol formidable to look at but unloaded This was\none of the days on my journey when I wished that I had brought a\nrevolver not as a defence in case of danger for there was no danger\nbut as a menace on occasion of anger\n\nRain fell continuously At a small village thronged with muleteers from\nBhamo we took shelter for an hour The men sipping tea under the\nverandahs had seen Europeans in Bhamo and my presence evoked no\ninterest whatever Many of these strangers possessed an astonishing\nlikeness to European friends of my own Contact with Europeans causing\nthe phenomena of maternal impression was probably in a few cases\naccountable for the moulding of their features but the general\nprevalence of the European type has yet to be explained My conscience\nWho could ever have expected to meet _you_ here I was often on the\npoint of saying to some Chinese Shan or Burmese Shan in whom to my\nconfusion I thought I recognised a college friend of my own\n\nLeaving the village we followed the windings of the River Taiping\ncoasting along the edge of the high land on the left bank of the river\n\nIllustration THE SUBURB BEYOND THE SOUTH GATE OF TENGYUEH Stalls\nunder the Umbrellas\n\nRain poured incessantly the creeks overflowed the paths became\nwatercourses and were scarcely fordable Bones my opiumeating coolie\nwith the long neck slipped into a hole which was too deep even for his\nlong shanks and all my bedding was wetted It was ninety li to Nantien\nthe fort we were bound to beyond Tengyueh and we finished the distance\nby sundown The town is of little importance It is situated on an\neminence and is surrounded by a wall built with that strange spirit of\ncontrariness characteristic of the Chinese and because it incloses a\nfort more weakly than any city wall It is not more substantial nor\nhigher than the wall round many a mission compound Some 400 soldiers\nare stationed in the fort which means that the commander draws the pay\nfor 1000 soldiers and represents the strength of his garrison as 1000\nTheir arms are primitive and rusty muzzleloaders of many patterns\nthere are no guns to be seen if there are any in existencewhich is\ndoubtful The few rusty castiron tenpounders that lie _hors de combat_\nin the mud have long since become useless There may be ammunition in\nthe fort but there is none to be seen It is more probable and more in\naccordance with Chinese practice in such matters that the ammunition\nleft by his predecessor if any were left which is doubtful has long\nago been sold by the colonel in command whose perquisite this would\nnaturally be\n\nThe fort of Nantien is a fort in name onlyit has no need to be\notherwise for peace and quiet are abroad in the valley Besides the\nmere fact of its being called a fort is sufficiently misleading to the\nneighbouring British province of Burma where they are apt to picture a\nChinese fort as a structure seriously built in some accordance with\nmodern methods of fortification\n\nI was given a comfortable room in a large inn already well filled with\ntravellers All treated me with pleasant courtesy They were at supper\nwhen I entered the room and they invited me to share their food They\ngave me the best table to myself and after supper they crowded into\nanother room in order to let me have the room to myself\n\nNext day we continued along the sandy bed of the river which was here\nmore than a mile in width The river itself shrunk now into its\nsmallest size flowed in a double stream down the middle Then we left\nthe river and rode along the high bank flanking the valley All paved\nroads had ended at Tengyueh and the track was deeply cut and jagged by\nthe rains At one point in todays journey the road led up an almost\nvertical ascent to a narrow ledge or spur at the summit and then fell\nas steeply into the plain again It was a shortcut that as you would\nexpect in China required five times more physical effort to compass\nthan did the longer but level road which it was intended to save So\nnarrow is the ridge that the double row of open sheds leaves barely room\nfor pack mules to pass The whole traffic on the caravan route to Burma\npasses by this spot The long bamboo sheds with their grass roofs are\ndivided into stalls where Shan women in their fantastic turbans with\nsilver bracelets and earrings their lips and teeth stained with\nbeteljuice sit behind the counters of raised earth and eagerly\ncompete for the custom of travellers More than half the women had\ngoitre Before them were laid out the various dishes There were pale\ncuts of pork well soaked in water to double their weight eggs and\ncabbage and salted fish bean curds and a doubtful tea flavoured with\ncamomile and wild herbs There were hampers of coarse grass for the\nhorses and wooden bowls of cooked rice for the men while hollow\nbamboos were used equally to bring water from below to hold sheaves of\nchopsticks where the traveller helped himself and to receive the cash\nTrade was busy Muleteers are glad to rest here after the climb if only\nto enjoy a puff of tobacco from the bamboopipe which is always carried\nby one member of the party for the common use of all\n\nDescending again into the river valley I rode lazily along in the sun\ntaking no heed of my men who were soon separated from me The broad\nriverbed of sand was before me as level as the waters of a lake As I\nwas riding slowly along by myself away from all guard I saw\napproaching me in the lonely plain a small body of men They were moving\nquickly along in single file and we soon met and passed each other\nThey were three Chinese Shan officers on horseback dressed in Chinese\nfashion and immediately behind them were six soldiers on foot who I\nsaw were Burmese or Burmese Shans They were smart men clad in loose\njerseys and knickerbockers with sunhats and bare legs and they\nmarched like soldiers Cartridgebelts were over their left shoulders\nand MartiniHenry rifles carried muzzle foremost on their right I\ntook particular note of them because they were stepping in admirable\norder and though small of stature I thought they were the first armed\nmen I had met in all my journey across China who could without shame be\npresented as soldiers in any civilised country\n\nThey passed me but seemed struck by my appearance and I had not gone a\ndozen yards before they all stopped by a common impulse and when I\nlooked back they were still there in a group talking with the officers\nhorses turned towards me and it was very evident I was the subject of\ntheir conversation I was alone at the time far from all my men\nwithout weapon of any kind I was dressed in full Chinese dress and\nmounted on an unmistakably Chinese pony I rode unconcernedly on but I\nmust confess that I did not feel comfortable till I was assured that\nthey did not intend to obtrude an interview upon me At length to my\nrelief the party continued on its way while I hurried on to my\ncoolies and made them wait till my party was complete I was probably\nalarmed without any reason But it was not till I arrived in Burma that\nI learnt that this was the armed escort of the outlawed Wuntho Sawbwa\nthe dacoit chief who has a price set on his head The soldiers rifles\nand cartridgebelts had been stripped from the dead bodies of British\nsepoys killed on the frontier in the Kachin Hills\n\nMy men when we were all together again indicated to me by signs that\nI would shortly meet an elephant and I thought that at last I was about\nto witness the realisation of that story everywhere current in Western\nChina of the British tribute from Burma Sure enough we had not gone\nfar when at the foot of a headland which projected into the plain we\ncame full upon a large elephant picking its way along the margin of the\nrocksa remarkable sight to my Chinese Its scarlet howdah was empty\nits trappings were scarlet the mahout was a Shan It was the elephant\nof the Wuntho Princea little earlier and I might have had the\nprivilege of meeting the dacoit himself The elephant passed\nunconcernedly on and we continued down the plain of sand to the village\nof Ganai where we were to stay the night\n\nIt was marketday in the town A double row of stalls extended down the\nmain street each stall under the shelter of a huge umbrella Japanese\nmatches from Osaka were for sale here and foreign nicknacks needles\nand braid and cotton and Manchester dress stuffs mixed with the\nmultitudinous articles of native produce This is a Shan town but large\nnumbers of native womenKachinswere here also with their ugly black\nfaces and coarse black fringes hiding their low foreheads Far away\nfrom the town an obliging Shan had attached himself to us as guide He\nwas dressed in white cotton jacket and darkblue knickerbockers with a\ndarkblue sash round his waist He was barelegged and rode as the\nChinese do and as you would expect them to do who do everything _al\nreves_ with the heel in the stirrup instead of the toe His turban was\ndarkblue and the pigtail was coiled up under it and did not hang down\nfrom under the skull cap as with the Chinese When I rode into the town\naccompanied by the guide all the people forsook the market street and\nfollowed the illustrious stranger to the inn which had been selected for\nhis restingplace It was a favourite inn and was already crowded The\nbest room was in possession of Chinese travellers who were on the road\nlike myself They were dozing on the couches but what must they do when\nI entered the room but thinking that I should wish to occupy it by\nmyself rise and pack up their things and one after another move into\nanother apartment adjoining which was already well filled and now\nbecame doubly so Their thoughtfulness and courtesy charmed me They\nmust have been more tired than I was but they smiled and nodded\npleasantly to me as they left the room as if they were grateful to me\nfor putting them to inconvenience They may be perishing heathen I\nthought but the average deacon or elder in our enlightened country\ncould scarcely be more courteous\n\nGanai is a mud village thatched with grass It is a military station\nunder the command of the redbutton Colonel Liu whom I met in Tengyueh\nThe Colonel had earned his bottle of hairdye He had written to have me\nprovided with an escort and byandby the two officers who were to\naccompany me on the morrow came in to see me As many spectators as\ncould find elbowroom squeezed into my room behind them Both were\ngentlemanly young fellows very amiable and inquisitive and keenly\ndesirous to learn all they could concerning my honourable family Their\ncuriosity was satisfied By the help of my Chinese phrasebook I gave\nthem all particulars and a few more You see it was important that I\nshould leave as favourable an impression as possible for the benefit of\nfuture travellers More than one of my ancestors I brought to life again\nand endowed with a patriarchal age and a beard to correspond As to my\nown age they marvelled greatly that one so younglooking could be so\nold and when in answer to their earnest question I modestly confessed\nthat I was already the unhappy possessor of two unworthy wives five\nwretched sons and three contemptible daughters their admiration of my\nvirtue increased tenfold\n\nThe officers left me after this but till late at night I held _levees_\nof the townsfolk our landlady who was most zealous no sooner\ndismissing one crowd than another pressed into its place The courtyard\nI believe remained filled till early in the morning but I was allowed\nto sleep at last\n\nA large crowd followed me out of the town in the morning and swarmed\nwith me across the beautiful sward as level as the Oval which here\nwidens into the country No guest was ever sped on his way with a\nkindlier farewell The fort is outside the town we passed it on our\nleft it is a square inclosure of considerable size inclosed by a mud\nwall 15 feet high it is in the unsheltered plain and presents no\nformidable front to an invader At each of the four corners outside the\nsquare are detached foursided watchtowers No guns of any kind are\nmounted on the walls and there are no sentries one could easily\nimagine that the inclosure was a marketsquare but imagination could\nnever picture it as a serious obstacle to an armed entry into Western\nChina The river was well on our right The plain down which we rode is\nof exceeding richness and highly cultivated water being trained into\nthe paddyfields in the same way that everywhere prevails in China\nproper Buffaloes were ploughingwearily plodding through mud and water\nup to their middles We were now among the Shans and those working in\nthe fields were Shans not Chinese Ganai Santa and other places are\nbut little principalities or Shan States governed by hereditary\nprincelets or Sawbwas and preserving a form of selfgovernment under\nthe protection of the Chinese There are no more charming people in the\nworld than the Shans They are courteous hospitable and honest with\nall the virtues and few of the vices of Orientals The elder brothers\nof the Siamese they came originally from the Chinese province of\nSzechuen and they can boast of a civilisation dating from twentythree\ncenturies BC So Terrien de Lacouperie tells us who had a happy\nfaculty of drawing upon his imagination for his facts\n\nUnder the wide branches of a banyan tree I made my men stop for I was\nvery tired and while they waited I lay down for an hour on the grass\nand had a refreshing sleep While I slept the rest of the escort sent\nto _sung_ me to Santa arrived Within a few yards of my resting place\nthere is a characteristic monument dating from the time when Burma\noccupied not only this valley but the fertile territory beyond it and\nbeyond Tengyueh to the River Salween It is a solid Burmese pagoda\nbuilt of concentric layers of brick and mortar and surmounted with a\nsolid bellshaped dome that is still intact It stands alone on the\nplain near a group of banyans and its erection no doubt gained many\nmyriads of merits for the consciencestricken Buddhist who found the\nmoney to build it All goldleaf has been peeled off the pagoda years\nago\n\nIt was a picturesque party that now enfiladed into the wide stretch of\nsand which in the rainy season forms the bed of the river Mounted on\nhis white pony there was the inarticulate European who had discarded\nhis Chinese garb and was now dressed in the aesthetic garments of the\nAustralian bush there were his two coolies and Laotseng his boy none\nof whom could speak any English the two officers in their loose Chinese\nclothes mounted on tough little ponies and eight soldiers They were\nShans of kindly feature small and nimble fellows in neat\nuniformsgreen jackets edged with black and braided with yellow yellow\nsashes and loose darkblue knickerbockersthe uniform of the Sawbwa of\nGanai They were armed with Remington rifles carried their cartridges\nin bandoliers and seemed to be of excellent fighting material All\ntheir accoutrements were in good order\n\nNow we had to cross the broad stream here running with a swift current\nover the sand in channels of varying depths that are frequently\nchanging For the width of nearly half a mile at the crossing place the\nwater was never shallower than to my knee nor deeper than to my waist\nWe all crossed safely but to my tribulation the soldier who was\ncarrying my two boxes tripped in the deepest channel and let both boxes\nslip from the carrying pole into the water All the notes and papers\nupon which this valuable record is founded were much damaged But it\nmight have been worse I had a presentiment that an accident would\nhappen and had waded back to the channel and was standing by at the\ntime But for this the papers might have been floated down to the\nIrrawaddy and been lost to the worldloss irreparable\n\nThe sun was very hot I laid out my things on the bank and dried them\nLong and narrow dugouts as light and swift as the stringtest gigs of\ncivilisation paddled or poled were gliding with extraordinary speed\ndown the channel near the bank Riding then a little way we dismounted\nunder a magnificent banyan tree one of the finest specimens I should\nthink in the world Ponies and men were dwarfed into Lilliputians under\nthe amazing canopy of its branches A number of villagers come to see\nthe foreigner were clambering like monkeys over its roots which\nwrithed in fantastic coils over half an acre Their village was hard\nby a poor array of mud houses the teak temple to which we were\nconducted was raised on piles in the centre of the village The temple\nwas lumbered like an old curiosity shop with fragmentary gods and torn\nmissals Yet the ragged priest in his smirched yellow gown and shaven\nhead that had been a week unshaven seemed to enjoy a reputation for no\ncommon sanctity to judge by the reverence shown him by my followers\nand the contemptuous indifference with which he regarded their\nobeisance He was clubfooted and could only hobble about with\ndifficultyan excuse he would no doubt urge for the disorder of his\nsanctuary To me of course he was very polite and gave me the best\nseat he had while Laotseng prepared me a bowl of cocoa Then we rode\nalong the right bank of the river but kept moving away from the stream\ntill in the distance across the plain at the foot of the hills we saw\nthe Shan town of Santa the end of our days stage\n\nNative women returning from the town were wending their way across the\nplainlank overgrown girls with long thin legs and overhanging mops of\nhair like deckswabs They were a favourite butt of my men who chaffed\nthem in the humorous Eastern manner with remarks that were I am\nafraid more coarse than witty Kachins are not virtuous Their customs\npreclude such a possibility No Japanese maiden is more innocent of\nvirtue than a Kachin girl\n\n\n\n\nCHAPTER XXI\n\nTHE SHAN TOWN OF SANTA AND MANYUEN THE SCENE OF CONSUL MARGARYS\nMURDER\n\n\nIt was market day in Santa and the accustomed crowd gathered round me\nas I stood in the open square in front of the Sawbwas yamen I was hot\nand hungry for it was still early in the afternoon and the attentions\nof the people were oppressive Presently two men pushed their way\nthrough the spectators and politely motioning to me to follow them\nthey led me to a neighbouring temple to the upper storey where the\nside pavilion off the chief hall was being prepared for my reception My\nquarters overlooked the main court the pony was comfortably stabled in\nthe corner below me Nothing could have been pleasanter than the\nattention I received here Two foreign chairs were brought for my use\nand half a dozen dishes of good food and clean chopsticks were set\nbefore me The chief priest welcomed me whose smiling face was\ngoodnature itself With cleanshaven head and a long robe of grey with\na rosary of black and white beads hung loosely from his neck the kind\nold man moved about my room giving orders for my comfort He held\nauthority over a number of priests some in black others in yellow and\nover a small band of choristers Religion was an active performance in\nthe temple and the temple was in good order with clean matting and\nwellkept shrines with strange pictures on the walls of elephants and\nhorses with legends and scrolls in Burmese as well as in Chinese\n\nTowards evening the Santa Sawbwa the hereditary prince what a\nprivilege it was to meet a prince I had never met even a lord before in\nmy life or anyone approaching the rank of a lord except a spurious\nDuke of York whom I sent to the lunatic asylum the _Prince_ of Santa\npaid me a State call accompanied by a wellordered retinue very\ndifferent indeed from the ragged reprobates who follow at the heels of a\nChinese grandee when on a visit of ceremony The Sawbwa occupied one\nchair his distinguished guest the other till the chief priest came in\nwhen with that deep reverence for the cloth which has always\ncharacterised me I rose and gave him mine He refused to take it but I\ninsisted he pretended to be as reluctant to occupy it as any Frenchman\nbut I pushed him bodily into it and that ended the matter\n\nA pleasant kindly fellow is the Prince even among the Shans he is\nconspicuous for his courtesy and amiability He was a great favourite\nwith the English Boundary Commission and in his turn remembers with\nmuch pleasure his association with them Half a dozen times when\nconversation flagged he raised his clasped hands and said Warry\n_Ching ching_ and I knew that this was his foolish heathen way of\nsending greeting to the Chinese adviser of the Government of Burma The\nShan dialect is quite distinct from the Chinese but all the princes or\nprincelets dress in Chinese fashion and learn Mandarin and it was of\ncourse in Mandarin that the Santa Sawbwa conversed with Mr Warry This\nSawbwa is the soninlaw of the exWuntho Sawbwa He rules over a\nterritory smaller than many squatters stations in Victoria He is one\nof the ablest of Shans and would willingly place his little\nprincipality under the protection of England He is thirtyfive years of\nage dresses in full Chinese costume with pigtail and skullcap is\npockmarked and has incipient goitre He is polite and refined chews\nbetel nut to stimulate his meditative faculties and expectorates on\nthe floor with easy freedom I showed him my photographs and he\ngraciously invited me to give him some I nodded cheerfully to him in\nassent rolled them all up again and put them back in my box He knew\nthat I did not understand\n\nWe had tea together and then he took his leave Warry _Ching ching_\nbeing his parting words\n\nAs soon as he had gone the deep druma hollow instrument of wood shaped\nlike a fishwas beaten and the priests gathered to vespers dressed in\nmanycoloured garments of silk and as evening fell they intoned a\nsweet and mournful chant\n\nThe service over all but the choristers entered the room off the\ngallery in which I was lying where looking in I saw them throw off\ntheir gowns and coil themselves on the sleeping benches Opiumlamps\nwere already lit and all were soon inhaling opium all but one who had\nrheumatism and who lying down stretched himself at full length while\na brother priest punched him all over in that primitive method of\nmassage employed by every native race the wide world over\n\nIn the City Temple some festival was being celebrated and night was\nturbulent with the beating of gongs and drums and the bursting of\ncrackers Long processions of priests in their yellow robes were passing\nthe temple in the bright moonlight Priests were as plentiful as\nblackberries if they had been dressed in black instead of yellow the\ntraveller might have imagined that he was in Edinburgh at Assembly time\n\nIn the morning another escort of half a dozen men was ready to accompany\nme for the days stage to Manyuen They were in the uniform of the Santa\nSawbwa in blue jackets instead of green They were armed with rusty\nmuzzleloaders unloaded and with long Burmese swords _dahs_ They\nwere the most amiable of warriors both in feature and manner and were\nunlike the turbaned braves of China who armed no better than these\nmen still regard as did their forefathers fierceness of aspect as an\nimportant factor in warfare _rostro feroz ao enemigo_an illusion\nalso shared in the English army where monstrous bearskin shakos were\nintroduced to increase the apparent height of the soldiers The officer\nin command was late in overtaking me As soon as he came within\nhorselength he let down his queue and bowed reverently and I could see\npride lighting his features as he confessed to the honour that had been\ndone him in intrusting such an honourable and illustrious charge to the\nmean and unworthy care of so contemptible an officer\n\nThe country before us was open meadowland pleasant to ride over only\nhere and there broken by a massive banyan tree Herds of buffaloes were\ngrazing on the hillsides The mud villages were far apart on the margin\nof the riverplain inclosed with superb hedges of living bamboo\n\nThirty li from Santa is the Shan village of Taipingkai It was\nmarketday and the broad main street was crowded We were taken to the\nhouse of an oilmerchant who kindly asked me in and had tea brewed for\nme Earthenware jars of oil were stacked round the room The basement\nopened to the street and was packed in a moment _Dzo Dzo_ Go\ngo cried the master and the throng hustled out to be renewed in a\nminute by a fresh body of curious who had waited their turn\n\nThen we rode on over a country as beautiful as a noblemans park to\nthe town of Manyuen Every here and there by the roadside there are\nsprings of fresh water where travellers can slake their thirst Bamboo\nladles are placed here by devotees whose action will be counted unto\nthem for righteousness for he that piously bestows a little water\nshall receive an ocean in return And where there are no springs neat\nlittle bamboo stalls with shelves are built and in the cool shelter\npitchers of water and bamboo cups are placed so that the thirsty may\nbless the unknown hand which gives him to drink\n\nManyuenor to use the name by which it is better known to foreigners\nManwyneis a large and straggling town overlooking the riverplain It\nwas here that Margary the British Consular Agent was murdered in 1875\nI had a long wait at the yamen gate while they were arranging where to\nsend me but byandby two yamenrunners came and conducted me to the\nCity Temple It was the same temple that Margary had occupied Many\nshavenpated Buddhist priests were waiting for me and received me\nkindly in the temple hall A table was brought for me and the only\nforeign chair and Laotseng was shown where to spread my bedding in the\ntemple hall itself And here I held _levees_ of the townspeople of all\nshades of colour and variety of featureChinese Shan Burmese Kachin\nand hybrid The people were very amiable and I found on all sides the\nsame courtesy and kindliness that Margary describes on his first visit\nBut the crowd was quiet for only a little while then a dispute arose\nIt began in the far corner and the crowd left me to gather round the\ndisputants Voices were raised loud and excited and increased in\nenergy A deadly interest seemed to enthral the bystanders It was easy\nto imagine that they were debating to do with me as they had done with\nMargary The dispute waxed warmer Surely they will come to blows When\nsuddenly the quarrel ceased as it had begun and the crowd came smiling\nback to me What was the dispute The priests were cheapening a chicken\nfor my dinner\n\nThe temple was built on teak piles and teak pillars supported the\ntriple roof It was like a barn or lumber room but for the gilt Buddhas\non the altar and the gilt cabinets by its side containing many smaller\ngilt images of Buddha and his disciples Umbrellas flags and the\ntawdry paraphernalia used in processions were hanging from the beams\nSacerdotal vestments of dingy yellowthe yellow of turmericwere\ntumbled over bamboo rests When the gong sounded for prayers men you\nthought were coolies threw these garments over the left shoulder\nhitched them round the waist and were transformed into priests putting\nthem back again immediately after the service Close under the tiles was\na paper sedanchair to be sent for the use of some rich man in heaven\nPainted scrolls of paper were on the walls and on old ledges were torn\nbooks in the Burmese character which a few boys made a pretence of\nreading Where I slept the floor was raised some feet from the ground\nand underneath seen through the gaping boardsthough previously\ndetected by another of the senseswere a number of coffins freighted\nwith dead waiting for a fit occasion for interment Heavy stones were\nplaced on the lids to keep the dead more securely at rest The lucky\nday for burial would be determined by the priestsit would be\ndetermined by them as soon as the pious relatives had paid sufficiently\nfor their fears So long then as the coffins remained where they were\nthey might be described as capital invested by the priests and returning\nheavy interest removed from the temple they ceased to be productive\n\nAs is the case in so many temples there is an opiumroom in the temple\nat the back of the gilded shrine where priests and neophytes throwing\naside their office can while away the licentious hours till the gong\ncalls them again to prayers\n\nIn the early morning while I was still lying in my pukai on the floor\nI saw many women a large proportion of whom were goitrous come to the\nhall and make an offering of rice and kneel down before the Buddha As\ntime went on and more kept coming in small heaps of rice had collected\nin front of the chief altar and before the cabinets And when the women\nretired a chorister came round and swept with his fingers all the\nlittle heaps into a basket To the gods the spirit To the priests the\nsolid remains\n\nIt was in Manyuen as I have mentioned that Margary met his death on\nFebruary 21st 1875 He had safely traversed China from Hankow to Bhamo\nhad been everywhere courteously treated by the Chinese and been given\nevery facility and protection on his journey He had passed safely\nthrough Manyuen only five weeks before and had then written I come\nand go without meeting the slightest rudeness among this charming\npeople and they address me with the greatest respect And yet five\nweeks later he was killed on his return Even assuming that he was\nkilled in obedience to orders issued by the cruel Viceroy at Yunnan\nCity the notorious Tsen Yueying and not by a lawless Chinese\ntrainband which then infested the district and are believed by Baber to\nhave been the real murderers the British Government must still be held\nguilty of contributory negligence Margary having passed unmolested to\nBhamo there met the expedition under Colonel Horace Browne and\nreturned as its forerunner to prepare for its entry into China by the\nroute he had just traversed The expedition was a peace expedition\nsent by the Government of Burma and numbered only fifty persons in\nall together with a Burmese guard of 150 armed soldiers\n\nSeven years before an expedition under Major Sladen had advanced from\nBurma into Western China as far as Tengyueh had remained in Tengyueh\nfrom May 25th to July 13th 1868 had entered into friendly negotiations\nwith the military governor and other Mohammedan officials in revolt\nagainst China and had remained under the friendly protection of the\nMohammedan insurgents who were then in possession of Western China from\nTengyueh to near Yunnan City To what principles it has been asked\nof justice or equity can we attribute the action of the British in\nretaining their Minister at the capital of an empire while sending a\npeaceful mission to a rebel in arms at its boundaries\n\nThe Mohammedan insurrection was not quelled till the early months of\n1874 And less than a year later the Chinese learned with alarm that\nanother peaceful expedition was entering Western China by the same\nroute under the same auspices and with the identical objects of the\nexpedition which had been welcomed by the leaders of the insurrection\n\nThe Chinese mind was incapable of grasping the fact that the second\nexpedition was planned solely to discover new fields for international\ncommerce and scientific investigation Barbarians as they are they\nfeared that England thereby intended to foster the dying embers of the\nrebellion No time for such an expedition a peaceful trade expedition\ncould have been more illchosen The folly of it was seen in the murder\nof Margary and the repulse of Colonel Horace Browne whose expedition\nwas driven back at Tsurai within sight of Manyuen And this murder\nknown to all the world is the typical instance cited in illustration of\nthe barbarity of the Chinese\n\nChina may be a barbarous country many missionaries have said so and it\nis the fashion so to speak but let us for a moment look at facts\nDuring the last twentythree years foreigners of every nationality and\nevery degree of temperament from the mildest to the most fanatical\nhave penetrated into every nook and cranny of the empire Some have been\nsent back and there has been an occasional riot with some destruction\nof property But all the foreigners who have been killed can be numbered\non the fingers of one hand and in the majority of these cases it can\nhardly be denied that it was the indiscretion of the white man which was\nthe exciting cause of his murder In the same time how many hundreds of\nunoffending Chinese have been murdered in civilised foreign countries\nAn antiforeign riot in Chinaand at what rare intervals do\nantiforeign riots occur in its vast empiremay cause some destruction\nof property but it may be questioned if the destruction done in China\nby the combined antiforeign riots of the last twentythree years\nequalled the looting done by the civilised London mob who a year or two\nago on a certain Black Monday played havoc in Oxfordstreet and\nPiccadilly It is less dangerous says one of the most accurate\nwriters on China the Rev A H Smith himself an American missionary\nfor a foreigner to cross China than for a Chinese to cross the United\nStates And there are few who give the matter a thought but must admit\nthe correctness of Mr Smiths statement\n\nOn May 17th I was on the road again The fort of Manyuen is outside the\ntown and some little distance beyond it the dry creek bends into the\npathway at a point where it is bordered with cactus and overshadowed by\na banyan tree This is said to be the exact spot where Margary was\nkilled\n\n\n\n\nCHAPTER XXII\n\nCHINA AS A FIGHTING POWERTHE KACHINSAND THE LAST STAGE INTO BHAMO\n\n\nWe now left the low land and the open country the pastures and meadows\nand climbed up the jungleclad spurs which form the triangular dividing\nrange that separates the broad and open valley of the Taiping where\nManyuen is situated from the confined and tropical valley of the\nHongmuho which lies at the foot of the English frontier fort of\nNampoung the present boundary of Burma Two miles below Nampoung the\ntwo rivers join and the combined stream flows on to enter the Irrawaddy\na mile or two above Bhamo\n\nNo change could be greater or more sudden We toiled upwards in the\nblazing sun and in two hours we were deep in the thickest jungle in\nthe exuberant vegetation of a tropical forest We had left the valley of\nthe peaceful Shans and were in the forest inhabited by other protected\nbarbarians of Chinathe wild tribes of Kachins who even in Burma are\nslow to recognise the beneficent influences of British frontier\nadministration Nature serenely sleeps in the valley nature is\nthrobbing with life in the forest and the humming and buzzing of all\ninsect life was strange to our unaccustomed ears\n\nA wellcut path has been made through the forest and caravans of mules\nladen with bales of cotton were in the early stages of the long\noverland journey to Yunnan Their bells tinkled through the forest\nwhile the herd boy filled the air with the sweet tones of his bamboo\nflute breathing out his soul in music more beautiful than any bagpipes\nCotton is the chief article of import entering China by this highway\nFrom Talifu to the frontier a traveller could trace his way by the\nfluffs of cotton torn by the bushes from the mulepacks\n\nThe road through the forest reaches the highest points because it is at\nthe highest points that the Chinese forts are situated either on the\nroad or on some elevated clearing near it\n\nThe forts are stockades inclosed in wooden palisades and guarded by\n_chevaux de frise_ of sharpcut bamboo The barracks are a few native\nstrawthatched wooden huts Perhaps a score or two of men form the\ngarrison of each fort they are badly armed if armed at all There are\nno guns and no store supplies Water is trained into the stockades down\nopen conduits of split bamboo To anyone who has seen the Chinese\nsoldiers at home in Western China it is diverting to observe the\ncredence which is given to Chinese statements of the armed strength of\nWestern China How much longer are we to persist in regarding the\nChinese as they now are as a warlike power In numbers capacity for\nphysical endurance calm courage when well officered and powers\nunequalled by any other race of mankind of doing the greatest amount of\nlabour on the smallest allowance of food their potential strength is\nstupendous But they are not advancing they are stationary they look\nbackwards not forwards they live in the past Weapons with which their\nancestors subdued the greater part of Asia they are loath to believe\nare unfitted for conducting the warfare of today Should Japan bring\nChina to terms she can impose no terms that will not tend towards the\nadvancement of China Victories such as Japan has won over China might\naffect any other nation but China but they are trifling and\ninsignificant in their effect upon the gigantic mass of China Suppose\nChina has lost 20000 men in this war in one day there are 20000\nbirths in the Empire and I am perfectly sure that outside the\nimmediate neighbourhood of the seat of operations the Chinese as a\nnation apart from the officials are profoundly ignorant that there is\neven a war or as they would term it a rebellion in progress\nTrouble serious trouble will begin in China in the near future for\nthe time must be fast approaching when the effete and alien dynasty now\nreigning in Chinathe Manchu dynastyshall be overthrown and a\nChinese Emperor shall rule on the throne of China\n\nAt a native village called Schehleh there is a likinbarrier The yellow\nflag was drooping over the roadway in the hot sun The customs officer\nan amiable Chinese Shan invited me in to tea and brought his pukai for\nme to lie down upon Like thousands of his countrymen he had played for\nfortune in the Manila lottery Two old lottery tickets and the prize\nlist in Chinese were on one wall of his room on the other were a number\nof Chinese visiting cards to which I graciously permitted him to add\nmine\n\nSoldiers accompanied me from camp to camp Chinese soldiers from\ndistricts many hundreds of miles distant in China Some were armed some\nwere unarmed and there was equal confidence to be reposed in the one as\nin the other but all were civil and watched me with a care that was\nembarrassing\n\nAt the first camp beyond Schehleh the gateway was ornamented with\ntrophies of valour From two bare treetrunks baskets of heads were\nhanging putrefying in the heat They were the heads of Kachin dacoits\nAnd thus shall it be done with all taken in rebellion against the Son of\nHeaven whose mighty clemency alone permits the sun to shine on any\nkingdom beyond his borders Kachin villages are scattered through the\nforest among the hills You see their native houses long bamboo\nstructures raised on piles and thatched with grass with low eaves\nsloping nearly to the ground In sylvan glades sacred to the _nats_ you\npass wooden pillars erected by the roadside rudely cut and rudely\npainted with lines and squares and rough figures of knives and close\nbeside them conical grass structures with coloured weathercocks Split\nbamboos support narrow shelves whereon are placed the various\nfoodofferings with which is sought the goodwill of the evil spirits\n\nThe Kachin men we met were all armed with the formidable _dah_ or native\nsword whose widened blade they protect in a univalvular sheath of wood\nThey wore Shan jackets and dark knickerbockers their hair was gathered\nunder a turban They all carried the characteristic embroidered Kachin\nbag over the left shoulder\n\nThe Kachin women are as stunted as the Japanese and are disfigured with\nthe same disproportionate shortness of legs They wear Shan jackets and\npetticoats of darkblue their ornaments are chiefly cowries their legs\nare bare Unmarried they wear no headdress but have their hair cut in\na black mop with a deep fringe to the eyebrows If married their\nheaddress is the same as that of the Shan womena huge darkblue\nconical turban Morality among the Kachin maidens a missionary tells\nme is not as we understand the term believed to exist There is a\ntradition in the neighbourhood concerning a virtuous maiden but little\nreliance can be placed on such legendary tales Among the Kachins each\nclan is ruled by a Sawbwa whose office is hereditary not to the\neldest son but to the youngest or failing sons to the youngest\nsurviving brother Anderson All Kachins chew betelnut and nearly\nall smoke opiummen women and children Goitre is very prevalent among\nthem in some villages Major Couchman believes that as many as 25 per\ncent of the inhabitants are afflicted with the disease They have no\nwritten language but their spoken language has been romanised by the\nAmerican missionaries in Burma\n\nWe camped within five miles of the British border at the Chinese fortlet\nof Settee a palisaded camp whose gateway also was hung with heads of\ndacoits A Chinese Shan was in command a smart young officer with a\nBurmese wife He was active alert and intelligent and gave me the\nbest room in the series of sheds which formed the barracks I was made\nvery comfortable There were between forty and fifty soldiers stationed\nin the barracksharmless warriorswho were very attentive At\nnightfall the tattoo was beaten The gong sounded its notes died away\nin a distant murmur then brayed forth with a stentorian clangour that\nmight wake the dead At the same time a tattoo was beaten on the drum\nthen a gun was fired and the noise ceased to be repeated again during\nthe night at the change of guard All foes visible and invisible were\nin this way scared away from the fort\n\nHearing that I was a doctor the commandant asked me to see several of\nhis men who were on the sick list Among them was one poor young fellow\ndying in the next room to mine of remittent fever When I went to the\nbedside the patient was lying down deadly ill weak and emaciated but\ntwo of his companions took him by the arms and telling him to sit up\nwould have pulled him into what they considered a more respectful\nattitude In the morning I again went to see the poor fellow He was\nlying on his side undergoing treatment An opiumpipe was held to his\nlips by one comrade while another rolled the pellet of opium and placed\nit heated in the pipebowl so that he might inhale its fumes\n\nIn the morning the officer accompanied me to the gate of the stockade\nand bade me goodbye with many unintelligible expressions of good will\nHis eight best soldiers were told off to escort me to the frontier\ndistant only fifteen li It was a splendid walk through the jungle\nacross the mountains to the Hongmuho We passed the outlying stockade of\nthe Chinese and winding along the spur came full in view of the\nBritish camp across the valley halfway up the opposite slope By a\nvery steep path we descended through the forest to the frontier fort of\nthe Chinese and emerged upon the grassy slope that shelves below it to\nthe river\n\nThere are a few bamboo huts on the sward and here the Chinese guard\nleft me for armed guards are allowed no further I was led to the ford\nmy pony plunged into the swift stream and a moment or two later I was\non British soil and passing the Sepoy outpost where the guard to my\ngreat alarm for I feared being shot turned out and saluted me Then I\nclimbed up the steep hill to the British encampment where the English\nofficer commanding Captain R G Iremonger of the 3rd Burma Regiment\ngave me a kind reception and congratulated me upon my successful\njourney He telegraphed to headquarters the news of my arrival It was\nof no earthly interest to anybody that I an unknown wanderer should\npass through safely but it was of interest to know that anyone could\npass through so easily Reports had only recently reached the Government\nthat Western China was in a state of disaffection that a feeling\nstrongly antiforeign had arisen in Yunnan and that now of all times\nwould it be inexpedient to despatch a commission for the delimitation of\nthe boundary My quiet and uninterrupted journey was in direct conflict\nwith all such reports\n\nThe encampment of Nampoung is at an elevation of 1500 feet above the\nriver It is well exposed on all sides and has been condemned by\nmilitary experts But the law of fortifications which applies to any\nordinary frontier does not apply to the frontier of China where there\nis no danger whatsoever The palisade is irregularly made and is not\nsuperior of course to any round the Chinese stockades\n\nThe houses are built of bamboo are raised on piles and thatched with\ngrass A company of the 3rd Burma Regiment is permanently stationed here\nunder an English officer and consists of 100 men who are either Sikhs\nor Punjabis all of splendid stature and military bearing A picket of\nsix men under a noncommissioned native officer guards the ford and\npermits no armed Chinese to cross the border\n\nThere are numbers of transport mules and ponies In the creek there are\nplenty of fish the rod indeed is the chief amusement of the officers\nwho are exiled on duty to this lonely spot to pass three months in turn\nin almost uninterrupted solitude There is a telegraph line into Bhamo\nand it is at this point that connection will be made with the Imperial\nChinese Telegraphs\n\nAt the ford from fifty to one hundred loaded packanimals mostly\ncarrying cotton cross into China daily A toll of six annas is levied\nupon each packanimal the money so collected being distributed by the\nGovernment among those Kachin Sawbwas who have an hereditary right to\nlevy this tribute The money is collected by two Burmese officials and\nhanded daily to the officer commanding No duty is paid on entering\nBurma Chinese likinbarriers begin to harass the caravans at Schehleh\n\nBeautiful views of the surrounding hills all covered with lofty forest\ntrees tangled with magnificent creepers and festooned with orchids\nare obtained from the camp All the country round is extremely fertile\nyielding with but little labour three crops a year Cultivation of the\nsoil there is none Fire clears the jungle and the ashes manure the\nsoil the ground is then superficially scratched and rice is sown\nNothing more is done Every seed germinates the paddy ripens and\nwhere one basketful is sown five hundred basketfuls are gathered And\nthe field lies untouched till again covered with jungle Thus is the\nheathen rewarded fivehundredfold in accordance with the law of Nature\nwhich gives blessing to the labour of the husbandman inversely as he\ndeserves it\n\nIn the evening the officer walked down with me to the creek where I\nbathed in the shadow of the bank in a favourite pool for fishing As we\ncrossed the field on our return we met the two Burmese\ntributegatherers They had occasion to speak to the officer when\ninstead of standing upright like a stalwart and independent Chinaman\nthey squatted humbly on their heels and resting their elbows on their\nknees in an attitude of servility conversed with their superior How\ndifferent the Chinaman who confesses few people his superior and none\nof any race beyond the borders of China\n\nFrom Nampoung to Bhamo is an easy walk of thirtythree miles This is\nusually done in two stages the halting place being the military station\nof Myothit which is fourteen miles from Nampoung On leaving Nampoung\nan escort of a lancecorporal and two soldiers was detailed to accompany\nme They were Punjabis men of great stature and warlike aspect but\nthey were presumably out of training for they arrived at Myothit limp\nand haggard an hour or more after we did There is an admirable road\nthrough the jungle maintained in that excellent order characteristic of\nmilitary roads under British supervision My Chinese from time to time\nquestioned me as to the distance We had gone fifteen li when Laotseng\nasked me how much farther it was to Santien Myothit Three li I\nsaid We walked ten li further How far is it now he asked Only\nfive li further I replied gravely We went on another six li when\nagain he asked me Teacher Mo how many li to Santien Only eight\nmore li I said and he did not ask me again I was endeavouring to\ngive him information in the fashion that prevails in his own country\n\nAt Myothit we camped in the dak bungalow an unfurnished cottage kept\nfor the use of travellers The encampment is on the outskirts of a\nperfectly flat plain skirted with jungleclad hills and covered with\nelephant grass Through the plain the broad river Taiping flows on its\nmuddy way to the Irrawaddy One hundred sepoys are stationed here under\na native officer a Sirdar Jemadar or Subadar I am not certain\nwhich who called upon me and stood by me as I ate my tiffin and to\nmy great embarrassment saluted me in the most alarming way every time\nmy eye unexpectedly caught his I confess that I did not know the\ngentleman from Adam I mistook him for an ornamental headwaiter and\nas I regarded him as a superfluous nuisance I told him not to stand\nupon the order of his going but go I pointed to the steps and he went\nsidling off backwards as if from the presence of royalty Drawing his\nheels together he saluted me at the stairtop and again at the bottom\nmurmuring words which were more unintelligible to me even than Chinese\n\nDuring the night our exposed bungalow was assailed by a fearful storm of\nwind and rain and for a time I expected it to be bodily lifted off the\npiles and carried to the leeside of the settlement The roof leaked in\na thousand places rain was driven under the walls and everything I had\nwas soaked with warm water\n\nNext day we had a pleasant walk into Bhamo that important military\nstation on the left bank of the Irrawaddy We crossed the Taiping at\nMyothit by a bridge a temporary and very shaky structure which is\nevery year carried away when the river rises and every year renewed\nwhen the caravans take the road after the rains\n\nBhamo is 1520 miles by land from Chungking and it is an equal distance\nfurther from Chungking to Shanghai The entire distance I traversed in\nexactly one hundred days for I purposely waited till the hundredth day\nto complete it And it surely speaks well of the sense of responsibility\ninnate in the Chinese that during all this time I never had in my\nemploy a Chinese coolie who did not fulfil with something to spare all\nthat he undertook to do I paid off my men in Bhamo To Laotseng I gave\n400 cash too many and asked him for the change At once with much\nreadiness he ranged some cash on the table in the form of an abacus\nand setting down some hieroglyphics on a sheet of paper he worked out\na calculation by which he proved that I owed _him_ 400 cash and\ntherefore the accounts were now exactly balanced For my own expenses I\ngave him 1175 cash in Tengyueh and 400 more in Bhamo so that my entire\npersonal expenses between two points nine days distant from each other\nwere rather more than _3s_ My entire journey from Shanghai to Bhamo\ncost less than _L20_ sterling including my Chinese outfit Had I\ntravelled economically I estimate that the journey need not have cost\nme more than _L14_ Had I carried more silver with me I would still\nfurther have reduced the total cost of my tour The gold I bought in\nYunnan with my surplus silver I sold in Burma for 20 per cent profit\nthe rupees which I purchased in Tengyueh for _11d_ were worth _13d_ in\nBhamo For some curios which I purchased in the interior for _L2 5s_ I\nwas offered when I reached civilisation _L14_ Without doubt the journey\nacross China is the cheapest that can be done in all the world\n\nI was sorry to say goodbye to my men who had served me so faithfully\nAnd I cannot speak more highly of the pleasure of my journey than to\ndeclare that I felt greater regret when it was finished than I ever felt\non leaving any other country The men all through had behaved admirably\nand it is only fair to add that mine was the common experience of\ntravellers in far Western China Thus a very great traveller in China\nand Thibet W W Rockhill writing in the _Century_ April 1894 on\nthe discomforts of his recent journey says\n\nBut never a word of complaint from either the Thibetans or my Chinese\nThey were always alert always goodtempered always attentive to me\nand anxious to contribute to my comfort in every way in their power And\nso I have ever found these peoples with whom I am glad to say after\ntravelling over 20000 miles in their countries I have never exchanged\na rough word and among whom I think I have left not one enemy and not a\nfew friends\n\nTwo days after their arrival in Bhamo my three men started on their\nreturn journey to Talifu They were laden with medicines stores\nnewspapers and letters for the mission in Tali which for months had\nbeen accumulating in the premises of the American Mission in Bhamo the\nmissionary in charge amid the multifarious avocations pertaining to his\npost having found no time to forward them to their destination to his\nlonely Christian brother in the far interior And had I not arrived\nwhen I did they could not have been sent till after the rains A coolie\nwill carry eighty pounds weight from Bhamo to Tali for _12s_ and I\nneed hardly point out that a very small transaction in teak would cover\nthe cost of many coolies Besides any expenditure incurred would have\nbeen reimbursed by the Inland Mission My three men were pursued by\ncruel fate on their return they all were taken ill at Pupiao Poor\nBones and the pockmarked coolie died and Laotseng lay ill in the\nhotel there for weeks and when he recovered sufficiently to go on to\nTali he had to go without the three loads which the landlord of the\ninn detained pending the payment of his board and lodging and the\nburial expenses of his two companions\n\n\n\n\nCHAPTER XXIII\n\nBHAMO MANDALAY RANGOON AND CALCUTTA\n\n\nThe finest residence in Bhamo is of course the American mission\nAmerica nobly supports her selfsacrificing and devoted sons who go\nforth to arrest the awful ruin of souls among the innumerable millions\nof Asia who are perishing without hope having sinned without law\nThe missionary in charge told me that he labours with a humble heart to\nbring a knowledge of the Saving Truth to the perishing heathen among the\nKachins His appointment is one which even a worldlyminded man might\ncovet I will give an instance of his methods This devoted evangelist\ntold me that a poor woman a Kachin Christian in whose welfare he felt\ndeep personal interest was he greatly feared dying from\nbloodpoisoning at a small Christian village one hours ride up the\nriver from Bhamo and he had little doubt that some surgical\ninterference in her case would save her life I at once offered to go\nand see her I had received great kindness from many American\nmissionaries in China and it would give me great pleasure I said if I\ncould be of any service\n\nThe missionary professed to be grateful for my offer but instead of\narranging to go that afternoon named seven oclock the following\nmorning as the hour when he would call for me to take me to the village\nAt the time appointed I was ready I waited but no missionary came\nThere was a slight drizzle sufficient to prevent his going to the sick\nwoman but not sufficient to deter him from going to market to the\nIrrawaddy steamer where I accidentally met him So far from being\nabashed when he saw me he took the occasion to tell me what he will I\nknow pardon me for thinking an inexcusable untruth He had written he\nsaid to the poor woman telling her dying as he believed her to be to\ncome down to Bhamo by boat to see me\n\nIn Bhamo I stayed in the comfortable house of the Deputy Commissioner\nand was treated with the most pleasant hospitality To my regret the\nDeputy Commissioner was down the river and I did not see him He is\nregarded as one of the ablest men in the service His rise has been\nrapid and he was lately invested with the CIEthere seems indeed\nto be no position in Burma that he might not aspire to In his absence\nhis office was being administered by the Assistant Commissioner a\ncourteous young Englishman who gave me my first experience of the Civil\nService I could not but envy the position of this young fellow and\nmarvel at the success which attends our method of administering the\nIndian Empire Here was a young man of twentyfour acting as governor\nwith large powers over a tract of country of hundreds of square milesa\nnew country requiring for its proper administration a knowledge of law\nof finance of trade experience of men and ability to deal with the\nconflicting interests of several native races Superior to all other\nauthorities civil and military in his district he was considered fit\nto fill this postand success showed his fitnessbecause a year or two\nbefore he had been one of forty crammed candidates out of 200 who had\ntaken the highest places in a series of examinations in Latin English\nmathematics c With the most limited experience of human life he had\nobtained his position in exactly the same way that a Chinese Mandarin\ndoes hisby competitive examination in subjects which even less than\nin the case of the Chinese had little bearing upon his future work and\nnow like a Chinese Mandarin there are few things he isnt\n\nOn the face of it no system appears more preposterous in its results no\nsystem was ever more successful The Assistant Commissioner early learns\nselfreliance decision and ability to wield authority and he can\nalways look forward to the time when he may become Chief Commissioner\n\nThere is a wonderful mixture of types in Bhamo Nowhere in the world\nnot even in Macao is there a greater intermingling of races Here live\nin cheerful promiscuity Britishers and Chinese Shans and Kachins Sikhs\nand Madrasis Punjabis Arabs German Jews and French adventurers\nAmerican missionaries and Japanese ladies\n\nThere are many ruined pagodas and some wooden temples which however do\nnot display the higher features of Burmese architecture There is a\nclub of course a polo and football ground and a cricket ground\nInside the fort among the barracks there is a building which has a\ndouble debt to pay being a theatre at one end and a church at the\nother the same athletic gentleman being the chief performer at both\nplaces But at its best Bhamo is a forlorn miserable and wretched\nstation where all men seem to regard it as their first duty to the\nstranger to apologise to him for being there\n\nThe distinguished Chinese scholar and traveller E Colborne Baber who\nwrote the classic book of travel in Western China was formerly British\nResident in Bhamo He spoke Chinese unusually well and was naturally\nproud of his accomplishment Now the ordinary Chinaman has this feature\nin common with many of the European races that if he thinks you cannot\nspeak his language he _will_ not understand you even if you speak to\nhim with perfect correctness of idiom and tone And Baber had an\nexperience of this which deeply hurt his pride Walking one day in the\nneighbourhood of Bhamo he met two Chinesestrangersand began\nspeaking to them in his best Mandarin They heard him with unmoved\nstolidity and when he had finished one turned to his companion and\nsaid as if struck with his discovery the language of these foreign\nbarbarians sounds not unlike our own\n\nIn Bhamo I had the pleasure of meeting the three members of the Boundary\nCommission who represented us in some preliminary delimitation questions\nwith the Chinese Government A better choice could not have been made\nM Martini a Frenchman has been twenty years in Upper Burma and is\nour DSP District Superintendent of Police Mr Warry the Chinese\nadviser to the Burmese Government is one of the ablest men who ever\ngraduated from the Consular Staff in China while Captain H R Davies\nof the Staff Corps who is on special duty in the Intelligence\nDepartment is not only an exceptionally able officer but is the most\naccomplished linguist of Upper Burma These were the three\nrepresentatives\n\nI sold my pony in Bhamo I was exceedingly sorry to part with it for it\nhad come with me 800 miles in thirty days over an unusually difficult\nroad at great variations of altitude and amid many changes of climate\nAnd it was always in good spirit brave and hardy carrying me as surely\nthe last twenty miles as it had the first twenty Yet when I came to\nsell it I was astonished to learn how many were its defects Its\nheight which was 123 in Nampoung had shrunk three days later to 113\nin Bhamo This one subaltern told me who came to look at the pony with\nthe view he said of making me an offer Another officer proved to me\nthat the off foreleg was gone hopelessly a third confirmed this\ndiagnosis of his friend and in a clinical lecture demonstrated that the\npoor beast was spavined and that its near hind frog was rotten as all\nChinese ponies are he added One of the mounted constabulary a smart\nofficer fortunately discovered in time that the pony was a roarer\nwhile the Hungarian Israelite who lends help on notes of hand\npostobits personal applications and other insecurities and is on\nterms of friendly intimacy with most of the garrison when about to make\nan offer found to his great regret that the ponys hind legs were\neven more defective than the fore The end of it was that I had to sell\nthe ponyfor what it cost me I am indebted to the Reverend Mr\nRoberts of the American Baptist Mission for helping me to sell my\npony Mr Roberts has a pious gift for buying ponies and selling\nthemat a profit He offered me 40 rupees for my pony I mentioned this\noffer at the Bhamo Club when a civilian present at once offered me 50\nrupees for the pony he did not know the pony he explained buthe\nknew Roberts\n\nIn a steamer of the Irrawaddy Flotilla Company I came down the river\nfrom Bhamo to Mandalay When I left the Commissioners bungalow the\nentire staff of the establishment and of some neighbouring bungalows\nassembled to do me honour creeping up to me and with deep humility\ncarrying each an article of my possessions from my room down to the\nporch There were the _dhobie_ and _bearer_ the waterman with his\ngoatskin waterbag the washerman who washed my blue Chinese garments as\nwhite as his own the _syce_ who did not collect grass the cook who\nsent me ten bad eggs in three days and the Christian Madrasi the\nlaziest rascal in Bhamo who early confessed to me his change of faith\nand the transformation it had effected in the future prospects of his\nsoul There was the Burmese watchman and the Englishspeaking Burmese\nclerk and the coolie who went to the bazaar for me and many others\nThey lined the stairs as I came out and placed their hands reverently\nto their foreheads when I passed by It was pleasant to see such\ndisinterested evidence of their good will and my only regret was that I\ncould not reward them according to their deserts But to the Chinese\ncoolie who was grinning to see my paltry outfit carried by so many\nhands and who gathered together all I possessed and swung off with it\ndown past the temples to the steamer landing in the native city I gave\na days pay and cheerfullythough he then asked for more\n\nIn Mandalay I was taken to the club and passed many hours there reading\nthe home papers and wandering through its gilded halls Few clubs in the\nworld have such a sumptuous setting as this for it is installed in the\nthroneroom and chambers and receptionhalls of the palace of King\nTheebaw\n\nIn the very centre of the building is a sevenstoreyed spire\nemblematic of royalty and religion which the Burmese look upon as the\nexact centre of creation The receptionhall at the foot of the\nthrone is now the English chapel the readingroom with its gilded dais\nwhere the Queen sat on her throne with its lofty roof its pillars of\nteak and walls all ablaze with gilding was the throneroom of\nTheebaws chief Queen\n\nMandalay is largely Chinese and on the outskirts of the city there is a\nhandsome temple which bears the charming inscription so characteristic\nof the Chinese enlightenment finds its way even among the outer\nbarbarians\n\nThere is a military hospital with two nursing sisters highly trained\nladies from Barts Australians are now so widely distributed over the\nworld that it did not surprise me to find that one of the two sisters\ncomes from Melbourne\n\nFrom Mandalay I went by train to Rangoon where I lived in a pretty\nvilla among noble trees on the lower slope of the hill which is crowned\nwith the famous golden pagoda the Shwaydagon the most sacred temple\nof IndoChina We looked out upon the park and the royal lake I early\nwent to the Intelligence Department and saw Major Couchman In his\noffice I met the chief Chinese interpreter a Chinaman with a rare\ngenius for languages He is a native of Fuhkien province and of\ncourse speaks the Fuhkien dialect he knows also Cantonese and\nMandarin In addition he possesses French Hindustani Burmese Shan\nand Sanscrit and in an admirable translation which he has made of a\nChinese novel into English he frequently quotes Latin Fit assistant he\nwould make to Max Mueller his services command a high salary\n\nThe Chinese in Rangoon are a predominating force in the prosperity of\nthe city They have deeply impressed their potentiality upon the\ncommunity It seems almost certain says a great authority perhaps\n_the_ greatest authority on BurmaJ G Scott Shway Yoethat in no\nvery long time Burma or at any rate the large trading towns of Burma\nwill be for all practical purposes absorbed by the Chinese traders just\nas Singapore and Penang are virtually Chinese towns Unless some\nmarvellous upheaval of energy takes place in the Burmese character the\nplodding unwearying Chinaman is almost certainly destined to overrun\nthe country to the exclusion of the native race\n\nThe artisans of Rangoon are largely Chinese and the carpenters\nexclusively so The Chinese marry Burmese women and treating their\nwives with the consideration which the Chinaman invariably extends to\nhis foreign wife in a foreign country they are desired as husbands even\nabove the Burmans Next to the British the only indispensable element\nin the community is now the Chinese\n\nThe best known figure in Burma is the Reverend John Ebenezer Marks\nDD Principal of the St Johns College of the SPG Dr Marks has\nbeen thirtyfive years in Burma is still hale and hearty brimful of\nreminiscences and is one of the most amusing companions in the world I\nthink it was he who converted King Theebaw to Christianity His school\nis a curiosity It is an anthropological institute with perhaps the\nfinest collection of human crossbreeds in existence It is away out\nbeyond the gaol in large wooden buildings set in extensive playgrounds\nHere he has 550 students all but four of whom are Asiatics of fifteen\ndifferent nationalitiesChinese Karens Kachins Shans and a varied\nassortment of Hindoos and Malays both pure and blended with the native\nBurmese All the different races represented in Burma have intermarried\nwith the native Burmese and the resulting halfbreeds have crossed\nwith other halfbreeds Most of the better class Eurasian boys\nEuropeanAsian are educated here some being supported by their\nfathers some not The former Dr Marks ingeniously calls after their\nmothers the latter who have been neglected retain the names when\nthey are known of their fathers It is amusing to meet among the\nlatter the names of so many brave Englishmen who in the earlier days\nwhen morals had not attained the strictness that now characterises them\ngallantly served their country in Burma\n\nNo woman in the world is more catholic in her tastes than the Burmese\nShe bestows her loves as variously as the Japanese She marries with\nequal readiness Protestant or Catholic Turk Infidel or Jew She\nclings cheerfully to whichever will support her but above all she\ndesires the Chinaman No one treats her so well as the Chinaman If she\nis capable of experiencing the emotion of love for any being outside her\nown race she feels it for the Chinaman who is of a cognate race to her\nown is hardworking frugal and industrious permits her to live in\nidleness and delights her with presents loving her children with that\naffection which the Chinaman has ever been known to bestow upon his\noffspring The ChinoBurmese is not quite the equal of his father but\nhe is markedly superior to the Burmese The best halfcaste in the East\nis of course the Eurasian of British parentage Englishmen going to\nBurma are as a rule picked men physically powerful courageous\nenergetic and enterprising for it is the possession of these qualities\nwhich has sent them to the East either for business or in the service\nof their country And their Burmese companionsof course I speak of a\ncondition of things which is gradually ceasing to existare all picked\nwomen selected for the comeliness of their persons and the sweetness of\ntheir manners\n\nAfter a stay of two or three weeks in Rangoon I went round by the\nBritish India steamer to Calcutta Ill fortune awaited me here The\nnight after my arrival I was laid down with remittent fever and a few\ndays later I nearly died The reader will I am sure pardon me for\nobtruding this purely personal matter But as I opened this book with a\ntestimony of gratitude to the distinguished surgeon who cut a spear\npoint from my body where nine months before it had been thrust by a\nsavage in New Guinea so should I be sorry to close this narrative\nwithout recording a word of thanks to those who befriended me in\nCalcutta\n\nI was a stranger knowing only two men in all Calcutta but they were\nfriends in need who looked after me during my illness with the greatest\nkindness A leading doctor of Calcutta attended me and treated me with\nunremitting attention and great skill To Mr John Bathgate and Mr\nMaxwell Prophit and to Dr Arnold Caddy I owe a lasting debt of\ngratitude And what shall I say of that kind nursedark of complexion\nbut most fair to look uponwhose presence in the sick room almost\nconsoled me for being ill Bless her dear heart Even hydrochlorate of\nquinine tasted sweet from her fingers\n\n\nTHE END\n\nIllustration CHINESE MAP OF CHUNGKING\n\n\n\n\nINDEX\n\n\n Adridge Dr of Ichang 10\n\n dAmade Capt in Yunnan 150\n\n Ancestral worship 67\n\n Anderson Dr J cited 274 277\n\n Anpien 79\n\n Antiforeign riots 9 54 268\n\n Arsenal in Yunnan 175\n\n Augustine mission 6\n\n\n Baber E C cited 51 90 239 267\n in Yunnan 149\n in Bhamo 285\n on distances 187\n\n Ball Dyer cited 113 224\n\n Baller Rev F W cited 113\n\n Banks and banking 95 96 163 164\n\n Barrow Sir John cited 101 110 191\n\n Beraud Pere of Suifu 63 65\n\n Bhamo Singai 279287\n\n Bible Christian mission in Chaotong 99\n in Tongchuan 121\n\n Blakiston Capt cited 173\n\n Blodget Rev Dr cited 123\n\n Boell M of _Le Temps_ in Yunnan 150\n\n Bonvalot G in Yunnan 149\n\n Bridges some notable 26 83 85 118 186 233 240 242\n\n Broomhall B cited 66 67\n\n Browne Col Horace 246 267 268\n\n Bugs in China and Spain 55 56\n\n Burdon Bishop cited 123\n\n\n Cameron Dr missionary traveller 213\n\n Cantonese 207\n in Australia 222224\n\n Caravans of cotton 226 271\n\n Carruthers A G H assistant commissioner of customs Chungking 51\n\n Cash currency of China 161 162\n\n Chairen the policeman of China 77 190\n\n Changchen Nien BrigadierGeneral Tengyueh 181 246\n\n Chang Chi Tung the viceroy 3 4\n\n Changshowhsien 33\n\n Chang Yan Miun the giant of Yunnan 184 185\n\n Chaochow 200\n\n Chaotong the city of 97116\n its converts 178\n\n Chehki 137\n\n Chen merchant prince 29 30\n\n Chennanchow 192\n\n Chentu city 62\n river 62\n\n Chiang telegraph clerk Yunnan 168\n\n China Inland Mission in Hankow 6\n in Wanhsien 2729\n in Chungking 49\n in Suifu 65 73 75\n in Yunnan 177\n in Tali 213216\n results in Yunnan province 178\n in China generally 180\n its teaching 6571\n\n Chinese in Australia 222224\n in Burma 288290\n\n Chinese avarice 79\n benevolence 29\n beauty of women 13\n cards visiting 181 182\n characters reverence for 170\n courtesy 255\n desire to have children 197 198\n etiquette 230\n friendliness 140\n good nature 117\n gratitude 27 28\n inaccuracy 99\n indifference to pain 104\n to sound 74 169\n irreverence 195\n justification by works 169\n kindness to children 113 290\n laughter 195\n love at first sight 153155\n politeness 196 197 201 255\n respect for old age 117 198\n thoughtfulness 189\n true felicity 180\n wonderful memory 167 168\n\n Chipatzu 22\n\n Chueh telegraph operator and interpreter 248\n\n Chungking city of 3439\n\n Chuhsingfu 187\n\n Clarke Mr G W missionary traveller 213\n\n Clarke Marcus cited 210\n\n Coal on the Yangtse 32\n\n Coffins in China 92 137 265\n\n Colquhoun A R in Yunnan 150\n\n Conversion instances of rapid 179\n\n Converts in China 5\n Wanhsien 28\n Chungking 49\n Suifu 65\n Chaotong 99\n Tongchuan 121\n Yunnan City 177\n Yunnan Province 178 179\n Talifu 214\n\n Cooke G W cited 46 176\n\n Coolies enormous loads 90 91\n\n Couchman Major cited 274\n in Rangoon 288\n\n Crockery 118 119\n\n Customs China Inland likinbarriers 21 48 97 118 242 272 277\n\n Customs Imperial Maritime 13 25 3538\n\n\n Davenport Dr Cecil medical missionary Chungking 49\n\n Davies Capt H R Bhamo 285\n\n Davis Sir J F cited 57\n\n Dedeken Pere of Kuldja 150\n\n De Gorostarza Pere Provicaire in Yunnan 172\n\n De Guignes cited 140\n\n Distances in China 141 278\n\n Doctors in China 107110 muledoctor 145\n\n Doolittle Rev Justus cited 69 130 170\n\n Doudart de la Gree in Yunnan 149\n\n Douglas R K cited 127\n\n Dudgeon Dr J cited 112 130\n\n Du Halde cited 90 108 176\n\n Dymond Rev Frank missionary Chaotong 98 99\n\n\n Eclipse of the Sun 125 126\n\n Edkins Rev Dr J cited 130\n\n Eitel Rev Dr E J cited 129\n\n Excoffier Pere of Yunnan 146\n\n\n Famine in Chaotong 99\n in Tongchuan 127\n on the way to Yunnan 137144\n\n Fanyientsen 82\n\n Farrar Ven Archdeacon cited 191\n\n Fenghsiang Gorge 21 30\n\n Fengshuiling 240\n\n Fengtuhsien 33\n\n Fenouil Monseigneur of Yunnan 171 172\n\n Fraser Consul E H Chungking 45\n\n Fuchou 33\n\n _Fungshui_ 157 175\n\n Fungyentung 205\n\n Futokuan fort of 52\n\n\n Ganai Shan town 254256\n\n Gates of a Chinese city 174\n\n Geary H Grattan cited 43\n\n Giles H A cited 129\n\n Gill Mr Hope missionary Wanhsien 27\n\n Gill Capt W cited 17 90\n\n Girls in China 13 14 139 140\n bought 155\n sold 100 101\n price of 100\n\n Goitre 101 145 155 185\n its prevalence 227 228\n\n Gold on the Yangtse 23\n in Yunnan 158160\n\n Graham Mr missionary Yunnan 177 219\n\n Grosvenor Mission in Yunnan 149\n\n Guinness Miss G cited 213\n\n\n Haas M 4244\n\n Hankow the city of 38\n\n Hanyang 3\n\n Heads of criminals 192\n of dacoits 273 274\n\n Hirth Dr F Commissioner of Customs 40\n\n Hobson H E cited 31\n\n Hokiangpu 222\n\n Hongmuho 270 275277\n\n Hosie A M cited 17\n in Yunnan 149\n\n Hsiakwan 200 219 221\n\n Hsintan rapids 15\n\n Huanglienpu 226\n goitre at 228\n\n Huc Abbe cited 176\n\n\n Iangkai 144\n\n Ichang 9\n\n Infanticide in China 129 130\n in Chaotong 101\n in Tongchuan 129\n\n Inquirers at Wanhsien 28\n Yunnan 177\n Tali 215\n\n Iremonger Capt R G Nampoung 275\n\n\n Jensen Mr C in Yunnan 147\n experiences in China 156 157\n on distances 187\n to construct line to Burma 238\n\n Jesuit Missionaries in China 123 173 176\n\n John Rev Dr Griffith cited 130\n\n\n Kachins protected barbarians 254 259 270 273 274\n\n Kanhliang Shan chief 245\n\n Kaw Hong Beng Private Secretary to Viceroy 4 5\n\n Kiangti 117\n\n Kongshan 141\n\n Kueichow on the Yangtse 18\n\n Kuhtsing its converts 178\n\n Kung Chaoyuan Minister to Great Britain 73\n\n Kungtanho 33\n\n Kweichoufu 21\n\n\n Lacouperie Terrien de cited 257\n\n Lanchihsien 60\n\n Laokai 148 159\n\n Laowatan river 79 town 85\n\n Lay G T cited 13 45\n\n Leitoupo 139\n\n Lenz F G in Yunnan 150 151\n\n Li Han Chang in Yunnan 149\n\n Li Hung Chang 72 149\n on opium 46 190\n\n _Ling chi_ 69 231 232\n\n Li Pi Chang Telegraph Manager Yunnan 151153 181 184\n\n LiSiehtai of Tengyueh 246\n\n Little A J cited 13 122\n in Chungking 51\n\n Little river 40 44 52\n\n Liu Colonel of Chinese Boundary Commission 244 245 255\n\n Liu the Viceroy 72\n\n Lockhart Dr W cited 28 130\n\n LohTaJen Chentai at Ichang 9\n\n London Missionary Society Hankow 6\n Chungking 49\n\n Lorain Pere Procureur in Chungking 50\n\n Luchow 60\n\n Lufenghsien 186\n\n Luho 187\n\n\n MacCarthy Justin cited 210\n\n MacGowan Rev Dr D J cited 130\n\n Maire Pere of Tongchuan 133\n\n Mander S S cited 47 191\n\n Manyuen Manwyne 264269\n\n Marco Polo cited 238\n in Yunnan 149\n\n Margary A R cited 266\n in Yunnan 149 246\n his murder 264269\n\n Marks Rev Dr J E 289 290\n\n Martin Rev Dr W A P cited 67 170\n\n Martini M DSP in Bhamo 285\n\n Mason Rev G L cited 28\n\n Mateer Rev C W cited 28 140\n\n Meadows T T cited 113 154\n\n Medhurst Rev W H cited 87 wrongly written Meadows 197\n\n Medhurst Sir W H cited 5 45 108\n\n Medicines in China 83 107110\n\n Mekong river 221 233 234\n\n Mencius cited 198\n\n Methodist Episcopalian Mission 40 54\n\n Michie A cited 124\n\n Missionaries success in China 5\n numbers in Hankow 6\n\n Missions Etrangeres de Paris 6 64 65 105 122 146 171\n\n Mi Tsang Gorge 17\n\n Mohammedans and opium 112\n in Chaotong 113 114\n near Tongchuan 128\n in Tali 216\n insurrection 145 185 187 203\n superiority 216\n the milkman 217\n\n Momien Tengyueh the city of 243249\n\n Money changing 95\n remittance of 95\n\n Morgan C L cited 66 70\n\n Morphia imported 48 49\n\n Moule Bishop cited 130\n\n Moutot Pere Provicaire in Suifu 63 65\n\n Muirhead Rev W cited 123\n\n Mungtze 148150 159\n\n Myothit Santien 278 279\n\n\n Nampoung encampment 270 275278\n\n Nantien fort of 250 251\n\n\n Opium imports and exports of 4648\n in Hankow 3\n in Chungking 45\n in Suifu 72 73\n demoralising influence of 41\n refuge Chungking 41\n ports 33\n poisoning by 111 112 212\n my chairbearers and 94\n my coolie and 219\n appeal for suppression 190 191\n\n dOrleans Prince Henri cited 148\n in Yunnan 149\n\n\n Parricide in China 69\n\n Pearson Prof C H cited 186 224\n\n _Peking Gazette_ cited 53 169 231\n\n Pen telegraph manager Tengyueh 244\n\n Peng Yuelin high commissioner cited 192\n\n PidginEnglish 3 9 18\n\n Piercy Rev G cited 191\n\n Pingshanpa 13\n\n Pits for the dead 133\n\n Plague bubonic in Yunnan 213\n\n Pollard Rev S missionary Tongchuan 121\n\n Poppy 37 57 78 84 118 142\n surreptitiously grown 46\n\n Postoffices 95 96\n\n Prisons in China 209211\n\n Punishments in China 103 104 136 239\n\n Pupeng 193\n\n Pupiao 236\n my men die at 281\n\n\n Reade Charles cited 209\n\n Reed Miss M cited 191\n\n Reid Rev G cited 41 192\n\n Rice Christians 6\n\n Roberts Rev Mr missionary Bhamo 286\n\n Rockhill W W cited 280 281\n\n\n St Thomas visit to Suifu 65\n\n Salween river 237240\n\n Santa Shan town 259263\n\n Schehleh 272 277\n\n Scott J G cited 287 289\n\n Sengkiping 84\n\n Settee fort of 274 275\n\n Shachiaokai 192\n\n Shangkwan 204\n\n Shans 240 252 254 256269\n\n Shihpaochai 32\n\n Shuichai 234\n\n Shweli river 242\n\n Silver in Yunnan 161 163\n in Tengyueh 249\n\n Singai Bhamo 218\n\n Sladen Major 267\n\n Small feet 14 101 153\n\n Smallpox 212 213\n\n Smith Rev A H cited 41 269\n\n Smith Rev John missionary Talifu 202 209 214 219\n\n Smith Mr Stanley P his rapid conversion of a Chinaman 279\n\n Soldiers their weapons 234 241 249\n fierceness of aspect 263\n courage 271\n\n Squeezing in China 151 152\n\n Stead W T cited 152\n\n Suicide by opium 111\n land of 111 112\n\n Suifu the city of 6275\n\n Sutherland Rev Dr A cited 123 173\n\n Swinburne A C cited 14\n\n Szechuen country of the clouds 82\n population 186\n contrasted with Yunnan 8588\n Catholic stronghold 64\n\n\n Taipingkai Shan town 263\n\n Taipingpu 226\n\n Taiping river 246 250 252 258 278 279\n\n Takwanhsien 92 94 96\n\n Takwanleo 92\n\n Talichao 234\n\n Talifu the city of 202219\n its converts 178\n\n Tanto 82\n\n Taoshakwan 86\n\n Taouen 116\n\n Tawantzu 92\n\n Taylor Rev Dr J Hudson cited 46 67 68 70 179\n on opium 46\n on ancestral worship 67\n Chinese in lake of fire 67 68\n\n Tchihlipu 86\n\n Telegraph in Yunnan 147\n in Tali 208\n in Yungchang 234\n in Tengyueh 243248\n system of telegraphing Chinese characters 166168\n telegraphic transfers 95 159\n\n Tengyueh Momien the city of 243249\n\n Term question 122 123\n\n Theatre in Tengyueh 246 247\n\n Tomme M in Yunnan 150\n\n Tongchuan the city of 120134\n its converts 178\n\n Tonquin 148 149\n\n Tragedy of the Tali valley 220 221\n\n Tremberth Rev Mr missionary Chaotong 101\n\n Tsen Yueying the cruel Viceroy 267\n\n Tunglohsia 35\n\n Turner Rev F Storrs cited 46\n\n Tu Wen Hsiu the Mohammedan Sultan 203\n\n\n Ullathorne Bishop cited 210\n\n\n Vial Pere of Yunnan 150\n\n Voltaire cited 173\n\n Von Richthofen cited 90\n\n\n Wanhsien the city of 2431\n\n Warren Consul Pelham of Hankow 8\n\n Warry Mr Chinese adviser to the Burmese Government 229 261 285\n\n Wherry Rev J cited 123\n\n Widows virtuous 52 53 78\n\n Williams Rev Dr S Wells cited 47 110 126 197 267\n\n Williamson Rev Dr A W cited 70 223\n\n Wong banker in Yunnan 163166\n\n Wongwenshao the Viceroy 180 181\n\n Woodin Rev S F cited 66 179\n\n Woolston Miss S H cited 14\n\n Wuchang 3\n\n Wuntho Sawbwa 245 253 254\n\n Wushan Gorge 20\n\n Wushanhsien 20\n\n\n Yangki river 221\n\n _Yang kweitze_ 18 25 228 229\n\n Yanglin 145\n\n Yangpi 224\n\n Yang Yuko Imperialist general 203 204\n\n Yeh of the Chinese Boundary Commission 224\n\n Yehtan rapid 19\n\n Yenwanshan 193\n\n Yingwukwan 193\n\n Yuenchuan 60\n\n Yungchang the city of 234 235\n\n Yunnan the city of 147183\n its converts 177\n the province of 8588\n its converts 178\n\n Yunnanhsien 196\n\n Yunnan Yeh 193\n\nIllustration ROUGH SKETCHMAP OF CHINA AND BURMA SHOWING AUTHORS\nROUTE FROM SHANGHAI TO RANGOON\n\n \n\n \n Typographical errors corrected in text \n \n Page vii Hankow replaced with Ichang in chapter title \n Page ix Tengyueh replaced with Tengyueh \n Page 8 My Chinese Passport replaced with The \n Authors Chinese Passport \n Page 9 Kweichou replaced with Kweichow \n Page 22 Kueichou replaced with Kweichou \n Page 29 midday replaced with midday mission replaced \n with missionary \n Page 30 Kueichou replaced with Kweichou \n Page 32 hillsides replaced with hillsides \n Page 33 towline replaced with towline \n Page 34 Tungtohsia replaced with Tunglohsia \n Page 44 Chungking replaced with Chungking \n Page 47 Fuhkien replaced with Fuhkien \n Page 57 rape seed replaced with rapeseed \n Page 58 mainroad replaced with main road \n Page 61 Comma after Chinese who removed \n Page 62 towrope replaced with towrope \n Page 63 Talifu replaced with Talifu \n Page 64 trop materialistes italicised \n Page 69 lingchi replaced with Ling chi \n Page 76 Semicolon following Chaotong replaced with \n comma \n Page 77 Takwanhsien replaced with Takwanhsien twice \n Page 78 Comma after yellow rapeseed removed \n halfpenny replaced with halfpenny \n Page 91 Chentu replaced with Chentu \n Page 96 ill paved replaced with illpaved \n Page 97 Semicolon following Chaotong replaced with \n comma \n Page 105 Etrangeres replaced with Etrangeres \n Page 111 trival replaced with trivial \n Page 118 mainroad replaced with main road \n Page 125 Semicolon after Tongchuan replaced with comma \n Page 139 Comma after other heathen country replaced \n with full stop \n Page 142 Kongshan replaced with Kongshan \n Page 149 Chungking corrected to Chungking \n Page 150 Yesutang replaced with Yesutang \n Page 154 Double quotes inside double quotes replaced with \n single quotes single quotes used for the last \n reported speech in the story \n Page 155 Single quote after pretty safe added \n thickneck replaced with thickneck \n Page 156 Momein replaced with Momien \n Page 161 uncivilized and civilization replaced with \n uncivilised and civilisation \n Page 162 Mexican Dollar replaced with Mexican dollar \n Page 164 Chungking replaced with Chungking \n Page 172 Muntze replaced with Mungtze \n Page 184 Tongchuan replaced with Tongchuan \n Page 186 Taiping replaced with Taiping \n Page 190 Full stop added after in rags and barefoot \n Page 192 Tali replaced with Talifu \n Page 193 aaccord replaced with daccord \n Page 197 Question mark after that of a doctor \n replaced with full stop \n Page 199 midday replaced with midday \n Page 200 Yunnen replaced with Yunnan \n Page 204 Hsiakwan replaced with Hsiakwan twice \n Page 206 Commas added after we replied and you to go \n on \n Page 208 Mahommedan replaced with Mohammedan \n Page 219 Yungchang replaced with Yungchang \n Page 220 Talifu replaced with Talifu \n Page 230 splended replaced with splendid \n Page 233 Full stop removed after Rivers tea house \n replaced with teahouse \n Page 236 innkeeper replaced with innkeeper \n Page 238 Laotseng replaced with Laotseng \n Page 246 Yungchang replaced with Yungchang and other \n replaced with and another \n Page 249 Yunnaness replaced with Yunnanese \n Page 259 Liliputians replaced with Lilliputians \n Page 270 Full stops after Power and Kachins removed \n Page 294 Chunking replaced with Chungking \n Page 295 Fenghsiang replaced with Fenghsiang \n Page 296 Lingchi replaced with Ling chi \n Page 298 Subtopics under entry Soldiers separated with \n semicolons \n \n Inconsistent capitalisations between the Table of \n Contents and individual chapter titles have been retained \n \n Discrepancies between illustration captions and those in \n the list of illustrations retained unless noted above \n As the illustrations were not included with the original \n scans but were located during processing of this book \n where there have been small differences the List of \n Illustrations has generally been preferred \n \n One instance of Taouen with an unclear mark above the \n u one instance of Taouen This has been left as is \n \n Punctuation of standard abbreviations Mr Mrs per \n cent s has been standardised \n \n Pounds shillings and pence have all been italicised \n \n \n\n \n\n\n\n\n\nEnd of Project Gutenbergs An Australian in China by George Ernest Morrison\n\n END OF THIS PROJECT GUTENBERG EBOOK AN AUSTRALIAN IN CHINA \n\n This file should be named 19172txt or 19172zip \nThis and all associated files of various formats will be found in\n httpwwwgutenbergorg191719172\n\nProduced by Thierry Alberto and the Online Distributed\nProofreading Team at httpwwwpgdpnet\n\n\nUpdated editions will replace the previous onethe old editions\nwill be renamed\n\nCreating the works from public domain print editions means that no\none owns a United States copyright in these works so the Foundation\nand you can copy and distribute it in the United States without\npermission and without paying copyright royalties Special rules\nset forth in the General Terms of Use part of this license apply to\ncopying and distributing Project Gutenbergtm electronic works to\nprotect the PROJECT GUTENBERGtm concept and trademark Project\nGutenberg is a registered trademark and may not be used if you\ncharge for the eBooks unless you receive specific permission If you\ndo not charge anything for copies of this eBook complying with the\nrules is very easy You may use this eBook for nearly any purpose\nsuch as creation of derivative works reports performances and\nresearch They may be modified and printed and given awayyou may do\npractically ANYTHING with public domain eBooks Redistribution is\nsubject to the trademark license especially commercial\nredistribution\n\n\n\n START FULL LICENSE \n\nTHE FULL PROJECT GUTENBERG LICENSE\nPLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK\n\nTo protect the Project Gutenbergtm mission of promoting the free\ndistribution of electronic works by using or distributing this work\nor any other work associated in any way with the phrase Project\nGutenberg you agree to comply with all the terms of the Full Project\nGutenbergtm License available with this file or online at\nhttpgutenbergorglicense\n\n\nSection 1 General Terms of Use and Redistributing Project Gutenbergtm\nelectronic works\n\n1A By reading or using any part of this Project Gutenbergtm\nelectronic work you indicate that you have read understand agree to\nand accept all the terms of this license and intellectual property\ntrademarkcopyright agreement If you do not agree to abide by all\nthe terms of this agreement you must cease using and return or destroy\nall copies of Project Gutenbergtm electronic works in your possession\nIf you paid a fee for obtaining a copy of or access to a Project\nGutenbergtm electronic work and you do not agree to be bound by the\nterms of this agreement you may obtain a refund from the person or\nentity to whom you paid the fee as set forth in paragraph 1E8\n\n1B Project Gutenberg is a registered trademark It may only be\nused on or associated in any way with an electronic work by people who\nagree to be bound by the terms of this agreement There are a few\nthings that you can do with most Project Gutenbergtm electronic works\neven without complying with the full terms of this agreement See\nparagraph 1C below There are a lot of things you can do with Project\nGutenbergtm electronic works if you follow the terms of this agreement\nand help preserve free future access to Project Gutenbergtm electronic\nworks See paragraph 1E below\n\n1C The Project Gutenberg Literary Archive Foundation the Foundation\nor PGLAF owns a compilation copyright in the collection of Project\nGutenbergtm electronic works Nearly all the individual works in the\ncollection are in the public domain in the United States If an\nindividual work is in the public domain in the United States and you are\nlocated in the United States we do not claim a right to prevent you from\ncopying distributing performing displaying or creating derivative\nworks based on the work as long as all references to Project Gutenberg\nare removed Of course we hope that you will support the Project\nGutenbergtm mission of promoting free access to electronic works by\nfreely sharing Project Gutenbergtm works in compliance with the terms of\nthis agreement for keeping the Project Gutenbergtm name associated with\nthe work You can easily comply with the terms of this agreement by\nkeeping this work in the same format with its attached full Project\nGutenbergtm License when you share it without charge with others\n\n1D The copyright laws of the place where you are located also govern\nwhat you can do with this work Copyright laws in most countries are in\na constant state of change If you are outside the United States check\nthe laws of your country in addition to the terms of this agreement\nbefore downloading copying displaying performing distributing or\ncreating derivative works based on this work or any other Project\nGutenbergtm work The Foundation makes no representations concerning\nthe copyright status of any work in any country outside the United\nStates\n\n1E Unless you have removed all references to Project Gutenberg\n\n1E1 The following sentence with active links to or other immediate\naccess to the full Project Gutenbergtm License must appear prominently\nwhenever any copy of a Project Gutenbergtm work any work on which the\nphrase Project Gutenberg appears or with which the phrase Project\nGutenberg is associated is accessed displayed performed viewed\ncopied or distributed\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever You may copy it give it away or\nreuse it under the terms of the Project Gutenberg License included\nwith this eBook or online at wwwgutenbergorg\n\n1E2 If an individual Project Gutenbergtm electronic work is derived\nfrom the public domain does not contain a notice indicating that it is\nposted with permission of the copyright holder the work can be copied\nand distributed to anyone in the United States without paying any fees\nor charges If you are redistributing or providing access to a work\nwith the phrase Project Gutenberg associated with or appearing on the\nwork you must comply either with the requirements of paragraphs 1E1\nthrough 1E7 or obtain permission for the use of the work and the\nProject Gutenbergtm trademark as set forth in paragraphs 1E8 or\n1E9\n\n1E3 If an individual Project Gutenbergtm electronic work is posted\nwith the permission of the copyright holder your use and distribution\nmust comply with both paragraphs 1E1 through 1E7 and any additional\nterms imposed by the copyright holder Additional terms will be linked\nto the Project Gutenbergtm License for all works posted with the\npermission of the copyright holder found at the beginning of this work\n\n1E4 Do not unlink or detach or remove the full Project Gutenbergtm\nLicense terms from this work or any files containing a part of this\nwork or any other work associated with Project Gutenbergtm\n\n1E5 Do not copy display perform distribute or redistribute this\nelectronic work or any part of this electronic work without\nprominently displaying the sentence set forth in paragraph 1E1 with\nactive links or immediate access to the full terms of the Project\nGutenbergtm License\n\n1E6 You may convert to and distribute this work in any binary\ncompressed marked up nonproprietary or proprietary form including any\nword processing or hypertext form However if you provide access to or\ndistribute copies of a Project Gutenbergtm work in a format other than\nPlain Vanilla ASCII or other format used in the official version\nposted on the official Project Gutenbergtm web site wwwgutenbergorg\nyou must at no additional cost fee or expense to the user provide a\ncopy a means of exporting a copy or a means of obtaining a copy upon\nrequest of the work in its original Plain Vanilla ASCII or other\nform Any alternate format must include the full Project Gutenbergtm\nLicense as specified in paragraph 1E1\n\n1E7 Do not charge a fee for access to viewing displaying\nperforming copying or distributing any Project Gutenbergtm works\nunless you comply with paragraph 1E8 or 1E9\n\n1E8 You may charge a reasonable fee for copies of or providing\naccess to or distributing Project Gutenbergtm electronic works provided\nthat\n\n You pay a royalty fee of 20 of the gross profits you derive from\n the use of Project Gutenbergtm works calculated using the method\n you already use to calculate your applicable taxes The fee is\n owed to the owner of the Project Gutenbergtm trademark but he\n has agreed to donate royalties under this paragraph to the\n Project Gutenberg Literary Archive Foundation Royalty payments\n must be paid within 60 days following each date on which you\n prepare or are legally required to prepare your periodic tax\n returns Royalty payments should be clearly marked as such and\n sent to the Project Gutenberg Literary Archive Foundation at the\n address specified in Section 4 Information about donations to\n the Project Gutenberg Literary Archive Foundation\n\n You provide a full refund of any money paid by a user who notifies\n you in writing or by email within 30 days of receipt that she\n does not agree to the terms of the full Project Gutenbergtm\n License You must require such a user to return or\n destroy all copies of the works possessed in a physical medium\n and discontinue all use of and all access to other copies of\n Project Gutenbergtm works\n\n You provide in accordance with paragraph 1F3 a full refund of any\n money paid for a work or a replacement copy if a defect in the\n electronic work is discovered and reported to you within 90 days\n of receipt of the work\n\n You comply with all other terms of this agreement for free\n distribution of Project Gutenbergtm works\n\n1E9 If you wish to charge a fee or distribute a Project Gutenbergtm\nelectronic work or group of works on different terms than are set\nforth in this agreement you must obtain permission in writing from\nboth the Project Gutenberg Literary Archive Foundation and Michael\nHart the owner of the Project Gutenbergtm trademark Contact the\nFoundation as set forth in Section 3 below\n\n1F\n\n1F1 Project Gutenberg volunteers and employees expend considerable\neffort to identify do copyright research on transcribe and proofread\npublic domain works in creating the Project Gutenbergtm\ncollection Despite these efforts Project Gutenbergtm electronic\nworks and the medium on which they may be stored may contain\nDefects such as but not limited to incomplete inaccurate or\ncorrupt data transcription errors a copyright or other intellectual\nproperty infringement a defective or damaged disk or other medium a\ncomputer virus or computer codes that damage or cannot be read by\nyour equipment\n\n1F2 LIMITED WARRANTY DISCLAIMER OF DAMAGES Except for the Right\nof Replacement or Refund described in paragraph 1F3 the Project\nGutenberg Literary Archive Foundation the owner of the Project\nGutenbergtm trademark and any other party distributing a Project\nGutenbergtm electronic work under this agreement disclaim all\nliability to you for damages costs and expenses including legal\nfees YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE STRICT\nLIABILITY BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE\nPROVIDED IN PARAGRAPH F3 YOU AGREE THAT THE FOUNDATION THE\nTRADEMARK OWNER AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE\nLIABLE TO YOU FOR ACTUAL DIRECT INDIRECT CONSEQUENTIAL PUNITIVE OR\nINCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH\nDAMAGE\n\n1F3 LIMITED RIGHT OF REPLACEMENT OR REFUND If you discover a\ndefect in this electronic work within 90 days of receiving it you can\nreceive a refund of the money if any you paid for it by sending a\nwritten explanation to the person you received the work from If you\nreceived the work on a physical medium you must return the medium with\nyour written explanation The person or entity that provided you with\nthe defective work may elect to provide a replacement copy in lieu of a\nrefund If you received the work electronically the person or entity\nproviding it to you may choose to give you a second opportunity to\nreceive the work electronically in lieu of a refund If the second copy\nis also defective you may demand a refund in writing without further\nopportunities to fix the problem\n\n1F4 Except for the limited right of replacement or refund set forth\nin paragraph 1F3 this work is provided to you ASIS WITH NO OTHER\nWARRANTIES OF ANY KIND EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO\nWARRANTIES OF MERCHANTIBILITY OR FITNESS FOR ANY PURPOSE\n\n1F5 Some states do not allow disclaimers of certain implied\nwarranties or the exclusion or limitation of certain types of damages\nIf any disclaimer or limitation set forth in this agreement violates the\nlaw of the state applicable to this agreement the agreement shall be\ninterpreted to make the maximum disclaimer or limitation permitted by\nthe applicable state law The invalidity or unenforceability of any\nprovision of this agreement shall not void the remaining provisions\n\n1F6 INDEMNITY You agree to indemnify and hold the Foundation the\ntrademark owner any agent or employee of the Foundation anyone\nproviding copies of Project Gutenbergtm electronic works in accordance\nwith this agreement and any volunteers associated with the production\npromotion and distribution of Project Gutenbergtm electronic works\nharmless from all liability costs and expenses including legal fees\nthat arise directly or indirectly from any of the following which you do\nor cause to occur a distribution of this or any Project Gutenbergtm\nwork b alteration modification or additions or deletions to any\nProject Gutenbergtm work and c any Defect you cause\n\n\nSection 2 Information about the Mission of Project Gutenbergtm\n\nProject Gutenbergtm is synonymous with the free distribution of\nelectronic works in formats readable by the widest variety of computers\nincluding obsolete old middleaged and new computers It exists\nbecause of the efforts of hundreds of volunteers and donations from\npeople in all walks of life\n\nVolunteers and financial support to provide volunteers with the\nassistance they need is critical to reaching Project Gutenbergtms\ngoals and ensuring that the Project Gutenbergtm collection will\nremain freely available for generations to come In 2001 the Project\nGutenberg Literary Archive Foundation was created to provide a secure\nand permanent future for Project Gutenbergtm and future generations\nTo learn more about the Project Gutenberg Literary Archive Foundation\nand how your efforts and donations can help see Sections 3 and 4\nand the Foundation web page at httpwwwpglaforg\n\n\nSection 3 Information about the Project Gutenberg Literary Archive\nFoundation\n\nThe Project Gutenberg Literary Archive Foundation is a non profit\n501c3 educational corporation organized under the laws of the\nstate of Mississippi and granted tax exempt status by the Internal\nRevenue Service The Foundations EIN or federal tax identification\nnumber is 646221541 Its 501c3 letter is posted at\nhttppglaforgfundraising Contributions to the Project Gutenberg\nLiterary Archive Foundation are tax deductible to the full extent\npermitted by US federal laws and your states laws\n\nThe Foundations principal office is located at 4557 Melan Dr S\nFairbanks AK 99712 but its volunteers and employees are scattered\nthroughout numerous locations Its business office is located at\n809 North 1500 West Salt Lake City UT 84116 801 5961887 email\nbusinesspglaforg Email contact links and up to date contact\ninformation can be found at the Foundations web site and official\npage at httppglaforg\n\nFor additional contact information\n Dr Gregory B Newby\n Chief Executive and Director\n gbnewbypglaforg\n\n\nSection 4 Information about Donations to the Project Gutenberg\nLiterary Archive Foundation\n\nProject Gutenbergtm depends upon and cannot survive without wide\nspread public support and donations to carry out its mission of\nincreasing the number of public domain and licensed works that can be\nfreely distributed in machine readable form accessible by the widest\narray of equipment including outdated equipment Many small donations\n1 to 5000 are particularly important to maintaining tax exempt\nstatus with the IRS\n\nThe Foundation is committed to complying with the laws regulating\ncharities and charitable donations in all 50 states of the United\nStates Compliance requirements are not uniform and it takes a\nconsiderable effort much paperwork and many fees to meet and keep up\nwith these requirements We do not solicit donations in locations\nwhere we have not received written confirmation of compliance To\nSEND DONATIONS or determine the status of compliance for any\nparticular state visit httppglaforg\n\nWhile we cannot and do not solicit contributions from states where we\nhave not met the solicitation requirements we know of no prohibition\nagainst accepting unsolicited donations from donors in such states who\napproach us with offers to donate\n\nInternational donations are gratefully accepted but we cannot make\nany statements concerning tax treatment of donations received from\noutside the United States US laws alone swamp our small staff\n\nPlease check the Project Gutenberg Web pages for current donation\nmethods and addresses Donations are accepted in a number of other\nways including checks online payments and credit card donations\nTo donate please visit httppglaforgdonate\n\n\nSection 5 General Information About Project Gutenbergtm electronic\nworks\n\nProfessor Michael S Hart is the originator of the Project Gutenbergtm\nconcept of a library of electronic works that could be freely shared\nwith anyone For thirty years he produced and distributed Project\nGutenbergtm eBooks with only a loose network of volunteer support\n\n\nProject Gutenbergtm eBooks are often created from several printed\neditions all of which are confirmed as Public Domain in the US\nunless a copyright notice is included Thus we do not necessarily\nkeep eBooks in compliance with any particular paper edition\n\n\nMost people start at our Web site which has the main PG search facility\n\n httpwwwgutenbergorg\n\nThis Web site includes information about Project Gutenbergtm\nincluding how to make donations to the Project Gutenberg Literary\nArchive Foundation how to help produce our new eBooks and how to\nsubscribe to our email newsletter to hear about new eBooks\n'
cleaned_text = re.sub(r'[_]', '', no_punct)
count_words(cleaned_text.lower())
[('the', 7086), ('of', 3617), ('and', 2648), ('in', 2353), ('to', 2231), ('a', 2131), ('is', 1148), ('was', 1076), ('with', 975), ('i', 905), ('that', 755), ('for', 680), ('he', 668), ('by', 654), ('it', 640), ('as', 606), ('on', 597), ('are', 586), ('his', 579), ('from', 556), ('were', 552), ('at', 517), ('chinese', 507), ('my', 455), ('had', 455), ('but', 438), ('they', 427), ('be', 416), ('we', 413), ('china', 405), ('me', 400), ('their', 392), ('which', 378), ('an', 368), ('not', 365), ('who', 354), ('there', 354), ('this', 352), ('all', 346), ('one', 330), ('or', 288), ('have', 276), ('city', 251), ('no', 250), ('been', 242), ('has', 232), ('you', 216), ('when', 204), ('than', 204), ('its', 201), ('two', 201), ('him', 196), ('into', 189), ('more', 188), ('yunnan', 176), ('so', 166), ('them', 164), ('men', 163), ('river', 162), ('if', 156), ('would', 155), ('where', 152), ('mission', 147), ('any', 146), ('could', 144), ('her', 143), ('only', 142), ('three', 132), ('under', 128), ('can', 128), ('cash', 127), ('other', 125), ('us', 124), ('most', 120), ('our', 119), ('some', 118), ('here', 116), ('time', 114), ('little', 113), ('many', 112), ('every', 112), ('out', 112), ('will', 111), ('over', 108), ('way', 108), ('being', 106), ('up', 104), ('then', 103), ('before', 101), ('day', 101), ('man', 99), ('now', 96), ('down', 96), ('missionary', 96), ('miles', 94), ('through', 94), ('opium', 93), ('work', 93), ('did', 92), ('days', 92), ('journey', 91), ('chungking', 91), ('years', 89), ('may', 88), ('temple', 88), ('project', 87), ('after', 86), ('road', 85), ('long', 85), ('town', 84), ('like', 84), ('do', 84), ('she', 83), ('very', 82), ('chinaman', 81), ('first', 80), ('made', 80), ('see', 78), ('few', 78), ('cited', 77), ('feet', 76), ('good', 76), ('burma', 75), ('province', 75), ('even', 75), ('country', 75), ('mr', 74), ('never', 74), ('said', 73), ('upon', 72), ('great', 72), ('poor', 70), ('whose', 70), ('missionaries', 69), ('page', 69), ('well', 68), ('left', 67), ('large', 67), ('came', 66), ('among', 66), ('each', 66), ('western', 65), ('tali', 63), ('still', 63), ('english', 62), ('while', 62), ('must', 62), ('li', 62), ('these', 61), ('room', 60), ('replaced', 60), ('water', 59), ('what', 59), ('yet', 59), ('children', 58), ('own', 58), ('chaotong', 57), ('without', 57), ('seen', 56), ('gutenbergtm', 56), ('such', 55), ('whom', 54), ('people', 54), ('death', 54), ('during', 53), ('foreign', 53), ('bank', 52), ('far', 52), ('valley', 52), ('same', 52), ('saw', 52), ('rev', 52), ('inn', 52), ('four', 51), ('open', 51), ('again', 51), ('chapter', 50), ('always', 50), ('small', 50), ('passed', 50), ('gave', 49), ('another', 49), ('tea', 49), ('says', 49), ('should', 49), ('village', 49), ('away', 48), ('about', 48), ('inland', 48), ('coolies', 48), ('go', 47), ('chief', 47), ('met', 47), ('night', 47), ('round', 47), ('bhamo', 46), ('known', 46), ('dr', 46), ('till', 46), ('father', 46), ('morning', 45), ('yangtse', 44), ('last', 44), ('along', 44), ('went', 44), ('traveller', 44), ('almost', 43), ('tongchuan', 43), ('done', 43), ('ever', 43), ('native', 43), ('rice', 43), ('those', 43), ('come', 43), ('above', 43), ('french', 42), ('course', 42), ('much', 42), ('money', 42), ('full', 42), ('england', 42), ('carried', 42), ('back', 41), ('life', 41), ('half', 41), ('old', 41), ('suifu', 40), ('szechuen', 40), ('high', 40), ('tengyueh', 40), ('how', 40), ('world', 40), ('found', 40), ('your', 40), ('say', 40), ('god', 40), ('present', 40), ('because', 40), ('telegraph', 40), ('across', 39), ('near', 39), ('given', 39), ('told', 39), ('called', 39), ('between', 39), ('thus', 39), ('customs', 39), ('bamboo', 39), ('both', 39), ('hundred', 39), ('sent', 39), ('silver', 39), ('words', 38), ('gold', 38), ('wall', 38), ('number', 38), ('against', 38), ('boat', 38), ('works', 38), ('use', 37), ('illustration', 37), ('women', 37), ('beyond', 37), ('built', 37), ('paid', 37), ('ten', 37), ('best', 37), ('mountain', 37), ('give', 36), ('gate', 36), ('charge', 36), ('five', 36), ('within', 36), ('year', 36), ('often', 36), ('take', 36), ('dead', 36), ('terms', 35), ('foot', 35), ('make', 35), ('early', 35), ('off', 35), ('himself', 35), ('brought', 34), ('also', 34), ('capital', 34), ('yamen', 34), ('six', 34), ('speak', 34), ('distance', 34), ('young', 34), ('pretty', 34), ('plain', 34), ('common', 33), ('case', 33), ('important', 33), ('might', 33), ('government', 33), ('district', 33), ('burmese', 33), ('shan', 32), ('bridge', 32), ('find', 32), ('having', 32), ('cannot', 32), ('street', 32), ('son', 32), ('since', 31), ('just', 31), ('heaven', 31), ('shanghai', 30), ('though', 30), ('hands', 30), ('received', 30), ('british', 30), ('agreement', 30), ('does', 30), ('next', 30), ('chair', 30), ('hankow', 29), ('main', 29), ('hills', 29), ('look', 29), ('too', 29), ('per', 29), ('nearly', 29), ('asked', 29), ('magistrate', 29), ('cut', 29), ('gutenberg', 28), ('soldiers', 28), ('south', 28), ('dressed', 28), ('states', 28), ('taken', 28), ('less', 28), ('better', 28), ('christian', 28), ('heard', 28), ('walls', 28), ('things', 28), ('crowd', 28), ('poppy', 28), ('together', 28), ('single', 28), ('name', 27), ('reached', 27), ('point', 27), ('official', 27), ('hope', 27), ('body', 27), ('converts', 27), ('return', 27), ('right', 27), ('entered', 27), ('wife', 27), ('woman', 27), ('carry', 27), ('rich', 27), ('stone', 27), ('living', 27), ('pony', 27), ('age', 27), ('electronic', 27), ('fort', 26), ('mountains', 26), ('pay', 26), ('pleasant', 26), ('part', 26), ('leaving', 26), ('rapid', 26), ('new', 26), ('set', 25), ('talifu', 25), ('kind', 25), ('once', 25), ('order', 25), ('service', 25), ('head', 25), ('seemed', 25), ('face', 25), ('heart', 25), ('doubt', 25), ('beautiful', 25), ('think', 25), ('100', 25), ('everywhere', 25), ('place', 25), ('times', 25), ('officials', 25), ('houses', 25), ('path', 25), ('visit', 25), ('ground', 25), ('millions', 25), ('nothing', 25), ('sun', 25), ('cost', 24), ('house', 24), ('ago', 24), ('officer', 24), ('seven', 24), ('empire', 24), ('later', 24), ('instead', 24), ('hill', 24), ('home', 24), ('foundation', 24), ('used', 24), ('live', 24), ('family', 24), ('armed', 24), ('mule', 24), ('infanticide', 23), ('provinces', 23), ('put', 23), ('peking', 23), ('broad', 23), ('bed', 23), ('coolie', 23), ('going', 23), ('stream', 23), ('side', 23), ('huge', 23), ('below', 23), ('grass', 23), ('west', 23), ('rebellion', 23), ('p', 23), ('wanhsien', 22), ('frontier', 22), ('past', 22), ('already', 22), ('need', 22), ('knew', 22), ('different', 22), ('am', 22), ('eight', 22), ('trade', 22), ('numbers', 22), ('become', 22), ('true', 22), ('girls', 22), ('rather', 22), ('either', 22), ('boys', 22), ('question', 22), ('twenty', 22), ('honour', 22), ('excellent', 22), ('carrying', 22), ('word', 22), ('understand', 22), ('power', 21), ('famous', 21), ('imperial', 21), ('behind', 21), ('certain', 21), ('wide', 21), ('charming', 21), ('however', 21), ('gathered', 21), ('itself', 21), ('foreigner', 21), ('alone', 21), ('society', 21), ('land', 21), ('following', 21), ('walk', 21), ('led', 21), ('pass', 21), ('fields', 21), ('w', 21), ('taels', 21), ('indeed', 21), ('outside', 21), ('thought', 20), ('united', 20), ('steps', 20), ('fifteen', 20), ('kept', 20), ('steep', 20), ('crossed', 20), ('level', 20), ('dozen', 20), ('mohammedan', 20), ('formerly', 20), ('loads', 20), ('husband', 20), ('gods', 20), ('bones', 20), ('general', 19), ('viceroy', 19), ('end', 19), ('returned', 19), ('courtesy', 19), ('myself', 19), ('population', 19), ('let', 19), ('means', 19), ('military', 19), ('engaged', 19), ('soon', 19), ('written', 19), ('superior', 19), ('took', 19), ('moment', 19), ('rock', 19), ('mother', 19), ('temples', 19), ('love', 19), ('white', 19), ('kindly', 19), ('soldier', 19), ('held', 19), ('famine', 19), ('hand', 19), ('priests', 19), ('sold', 19), ('emperor', 19), ('travellers', 19), ('lake', 19), ('language', 18), ('third', 18), ('stage', 18), ('pagoda', 18), ('spoke', 18), ('months', 18), ('shall', 18), ('believe', 18), ('centre', 18), ('earth', 18), ('chang', 18), ('american', 18), ('spirit', 18), ('success', 18), ('heathen', 18), ('civilisation', 18), ('current', 18), ('thirty', 18), ('offered', 18), ('evening', 18), ('eyes', 18), ('hour', 18), ('narrow', 18), ('red', 18), ('characters', 18), ('wished', 18), ('reward', 18), ('hundreds', 18), ('fifty', 18), ('occupied', 18), ('walked', 18), ('cases', 18), ('food', 18), ('pere', 18), ('table', 18), ('seat', 18), ('further', 18), ('punishment', 18), ('paper', 18), ('chairen', 18), ('laohwan', 18), ('provided', 17), ('dress', 17), ('thousand', 17), ('greater', 17), ('bring', 17), ('junk', 17), ('afternoon', 17), ('laoban', 17), ('ready', 17), ('m', 17), ('difficulty', 17), ('towards', 17), ('hung', 17), ('stranger', 17), ('court', 17), ('themselves', 17), ('g', 17), ('fellow', 17), ('offer', 17), ('finished', 17), ('h', 17), ('distant', 17), ('lost', 17), ('streets', 17), ('sight', 17), ('admirable', 17), ('weight', 17), ('died', 17), ('crowded', 17), ('trees', 17), ('friends', 17), ('awful', 17), ('law', 17), ('term', 17), ('goitre', 17), ('monsieur', 16), ('inns', 16), ('poverty', 16), ('view', 16), ('comfortable', 16), ('short', 16), ('higher', 16), ('form', 16), ('office', 16), ('light', 16), ('private', 16), ('equal', 16), ('turn', 16), ('arrival', 16), ('wish', 16), ('walled', 16), ('australia', 16), ('1000', 16), ('deep', 16), ('stopped', 16), ('gorge', 16), ('seems', 16), ('cent', 16), ('friendly', 16), ('method', 16), ('knowledge', 16), ('believed', 16), ('rank', 16), ('bought', 16), ('villages', 16), ('became', 16), ('forth', 16), ('nine', 16), ('except', 16), ('parents', 16), ('usually', 16), ('worth', 16), ('brother', 16), ('market', 16), ('mud', 16), ('tael', 16), ('donations', 16), ('yungchang', 16), ('license', 15), ('character', 15), ('shown', 15), ('haas', 15), ('banks', 15), ('jensen', 15), ('passport', 15), ('cross', 15), ('tell', 15), ('interpreter', 15), ('steamer', 15), ('captain', 15), ('japanese', 15), ('shelter', 15), ('church', 15), ('bible', 15), ('board', 15), ('de', 15), ('mile', 15), ('doctor', 15), ('drawn', 15), ('yang', 15), ('rest', 15), ('girl', 15), ('agree', 15), ('virtue', 15), ('late', 15), ('know', 15), ('human', 15), ('price', 15), ('reason', 15), ('position', 15), ('yellow', 15), ('quickly', 15), ('brave', 15), ('average', 15), ('mine', 15), ('occasion', 15), ('support', 15), ('eighteen', 15), ('value', 15), ('j', 15), ('treated', 15), ('fell', 15), ('hot', 15), ('crime', 15), ('mandarin', 15), ('copy', 14), ('consul', 14), ('murder', 14), ('c', 14), ('european', 14), ('friend', 14), ('looked', 14), ('public', 14), ('immense', 14), ('rare', 14), ('kingdom', 14), ('boy', 14), ('ichang', 14), ('ordinary', 14), ('3', 14), ('whatever', 14), ('size', 14), ('speaking', 14), ('especially', 14), ('close', 14), ('double', 14), ('middle', 14), ('devil', 14), ('truth', 14), ('passing', 14), ('sat', 14), ('others', 14), ('splendid', 14), ('rarely', 14), ('march', 14), ('sides', 14), ('wooden', 14), ('receive', 14), ('catholic', 14), ('waiting', 14), ('read', 14), ('child', 14), ('characteristic', 14), ('interest', 14), ('cause', 14), ('commission', 14), ('distinguished', 14), ('arrived', 14), ('story', 14), ('possession', 14), ('forty', 14), ('boundary', 14), ('convert', 14), ('ponies', 14), ('memory', 14), ('sons', 14), ('instance', 14), ('die', 14), ('copyright', 14), ('escort', 14), ('rode', 14), ('colonel', 14), ('4', 13), ('female', 13), ('travel', 13), ('santa', 13), ('kachin', 13), ('easily', 13), ('handsome', 13), ('master', 13), ('comfort', 13), ('members', 13), ('port', 13), ('sixty', 13), ('edge', 13), ('subject', 13), ('gentleman', 13), ('fact', 13), ('save', 13), ('6', 13), ('twelve', 13), ('black', 13), ('easy', 13), ('length', 13), ('standing', 13), ('efforts', 13), ('eat', 13), ('spot', 13), ('upper', 13), ('killed', 13), ('low', 13), ('covered', 13), ('larger', 13), ('places', 13), ('follow', 13), ('dying', 13), ('smith', 13), ('corner', 13), ('nor', 13), ('highest', 13), ('finest', 13), ('showed', 13), ('bad', 13), ('sale', 13), ('get', 13), ('attention', 13), ('experience', 13), ('commissioner', 13), ('dogs', 13), ('spirits', 13), ('none', 13), ('tonquin', 13), ('distances', 13), ('chinas', 13), ('fine', 13), ('state', 13), ('importance', 13), ('cotton', 13), ('mohammedans', 13), ('lying', 13), ('stages', 13), ('s', 13), ('system', 13), ('hardly', 13), ('employed', 13), ('greatest', 13), ('coming', 13), ('priest', 13), ('expedition', 13), ('mungtze', 13), ('literary', 13), ('archive', 13), ('anyone', 12), ('distributed', 12), ('buildings', 12), ('john', 12), ('remarks', 12), ('arsenal', 12), ('salween', 12), ('memorial', 12), ('chi', 12), ('erected', 12), ('probably', 12), ('canton', 12), ('bishop', 12), ('converted', 12), ('remarkable', 12), ('taking', 12), ('reach', 12), ('junks', 12), ('waited', 12), ('lofty', 12), ('bound', 12), ('filled', 12), ('shillings', 12), ('rocks', 12), ('rested', 12), ('formed', 12), ('rains', 12), ('heads', 12), ('salt', 12), ('painted', 12), ('eighty', 12), ('eye', 12), ('raised', 12), ('noble', 12), ('pointed', 12), ('meet', 12), ('opened', 12), ('condition', 12), ('afterwards', 12), ('beggars', 12), ('knows', 12), ('taiping', 12), ('garden', 12), ('wood', 12), ('frequently', 12), ('traffic', 12), ('card', 12), ('accompanied', 12), ('desire', 12), ('placed', 12), ('lay', 12), ('neck', 12), ('manager', 12), ('company', 12), ('difficult', 12), ('disease', 12), ('fire', 12), ('person', 12), ('governor', 12), ('mules', 12), ('curiosity', 12), ('sleep', 12), ('fertile', 12), ('provide', 12), ('party', 12), ('hours', 12), ('fee', 12), ('future', 12), ('manner', 12), ('lord', 12), ('hard', 12), ('wonderful', 12), ('150', 12), ('prefect', 12), ('descended', 12), ('hsiakwan', 12), ('laotseng', 12), ('shans', 12), ('149', 12), ('missions', 11), ('scene', 11), ('inside', 11), ('suspension', 11), ('pleasure', 11), ('winter', 11), ('bedding', 11), ('travelling', 11), ('building', 11), ('foreigners', 11), ('hong', 11), ('methods', 11), ('strange', 11), ('conversion', 11), ('medical', 11), ('station', 11), ('opinion', 11), ('possible', 11), ('prepared', 11), ('kweichow', 11), ('turned', 11), ('trackers', 11), ('dark', 11), ('lives', 11), ('favour', 11), ('escape', 11), ('square', 11), ('laid', 11), ('second', 11), ('entrance', 11), ('removed', 11), ('line', 11), ('natural', 11), ('creek', 11), ('post', 11), ('fellows', 11), ('freely', 11), ('residence', 11), ('lately', 11), ('seeing', 11), ('route', 11), ('equivalent', 11), ('2000', 11), ('enough', 11), ('quite', 11), ('height', 11), ('broken', 11), ('marked', 11), ('king', 11), ('action', 11), ('comes', 11), ('baber', 11), ('powerful', 11), ('associated', 11), ('ate', 11), ('nature', 11), ('cold', 11), ('goddess', 11), ('tells', 11), ('wong', 11), ('strength', 11), ('images', 11), ('hall', 11), ('including', 11), ('jesuit', 11), ('access', 11), ('margary', 11), ('refund', 11), ('information', 11), ('sawbwa', 11), ('paragraph', 11), ('start', 10), ('london', 10), ('university', 10), ('telegraphs', 10), ('manyuen', 10), ('cultivation', 10), ('war', 10), ('distributing', 10), ('indian', 10), ('antiforeign', 10), ('coal', 10), ('command', 10), ('trained', 10), ('free', 10), ('cities', 10), ('progress', 10), ('harvest', 10), ('chinamen', 10), ('1893', 10), ('feared', 10), ('combined', 10), ('headquarters', 10), ('obtained', 10), ('assured', 10), ('englishman', 10), ('married', 10), ('legs', 10), ('doing', 10), ('change', 10), ('5', 10), ('fish', 10), ('stood', 10), ('keep', 10), ('seem', 10), ('prison', 10), ...]
import nltk from nltk.corpus import stopwords
stopwords = nltk.corpus.stopwords.words('english') newStopWords = ['project','gutenbergs', 'gutenberg','wwwgutenbergorg','httpwwwpgdpnet', 'ebook', 'online','anyone','anywhere','use','terms', 'httpwwwgutenbergorg', 'one','two','three','many','every','way','day','would','could','years','days','us','may','among','came','page','well','left','upon','said','never','mr','even','made','see','cited','like','seen','gutenbergtm','yet','must','still','whose'] stopwords.extend(newStopWords)
filtered_content = [] for word in cleaned_text.lower().split(): if word not in stopwords: filtered_content.append(word) else: pass
filtered_content
['australian', 'china', 'george', 'ernest', 'morrison', 'cost', 'almost', 'restrictions', 'whatsoever', 'copy', 'give', 'away', 'reuse', 'license', 'included', 'title', 'australian', 'china', 'narrative', 'quiet', 'journey', 'across', 'china', 'burma', 'author', 'george', 'ernest', 'morrison', 'release', 'date', 'september', '4', '2006', '19172', 'language', 'english', 'character', 'set', 'encoding', 'ascii', 'start', 'australian', 'china', 'produced', 'thierry', 'alberto', 'distributed', 'proofreading', 'team', 'transcribers', 'note', 'obvious', 'typographical', 'errors', 'corrected', 'text', 'complete', 'list', 'please', 'bottom', 'document', 'macrons', 'shown', 'u', 'illustration', 'author', 'western', 'china', 'australian', 'china', 'narrative', 'quiet', 'journey', 'across', 'china', 'burma', 'george', 'ernest', 'morrison', 'md', 'edin', 'frgs', 'third', 'edition', 'london', 'horace', 'cox', 'windsor', 'house', 'breams', 'buildings', 'ec', 'mdccccii', 'john', 'chiene', 'md', 'frcse', 'frse', 'etc', 'professor', 'surgery', 'university', 'edinburgh', 'gave', 'back', 'power', 'locomotion', 'gratefully', 'inscribe', 'volume', 'contents', 'chapter', 'pages', 'introductorymainly', 'missionaries', 'city', 'hankow', '111', 'chapter', 'ii', 'hankow', 'wanhsien', 'account', 'chinese', 'women', 'rapids', 'yangtse', '1223', 'chapter', 'iii', 'city', 'wanhsien', 'journey', 'wanhsien', 'chungking', '2434', 'chapter', 'iv', 'city', 'chungkingthe', 'chinese', 'customsthe', 'famous', 'monsieur', 'haas', 'words', 'opium', 'fallacy', '3549', 'chapter', 'v', 'journey', 'chungking', 'suifuchinese', 'inns', '5062', 'chapter', 'vi', 'city', 'suifuthe', 'china', 'inland', 'mission', 'general', 'remarks', 'missionaries', 'china', '6375', 'chapter', 'vii', 'suifu', 'chaotong', 'remarks', 'province', 'yunnanchinese', 'porters', 'postal', 'arrangements', 'banks', '7696', 'chapter', 'viii', 'city', 'chaotong', 'remarks', 'poverty', 'infanticide', 'selling', 'female', 'children', 'slavery', 'tortures', 'chinese', 'insensibility', 'pain', '97106', 'chapter', 'ix', 'mainly', 'chinese', 'doctors', '107114', 'chapter', 'x', 'journey', 'chaotong', 'tongchuan', '115124', 'chapter', 'xi', 'city', 'tongchuan', 'remarks', 'infanticide', '125134', 'chapter', 'xii', 'tongchuan', 'yunnan', 'city', '135147', 'chapter', 'xiii', 'yunnan', 'city', '148157', 'chapter', 'xiv', 'gold', 'banks', 'telegraphs', 'yunnan', '158170', 'chapter', 'xv', 'french', 'mission', 'arsenal', 'yunnan', 'city', '171182', 'chapter', 'xvi', 'journey', 'yunnan', 'city', 'talifu', '183201', 'chapter', 'xvii', 'city', 'taliprisonspoisoningplagues', 'missions', '202217', 'chapter', 'xviii', 'journey', 'tali', 'remarks', 'character', 'cantonese', 'chinese', 'emigrants', 'cretins', 'wifebeating', 'china', '218232', 'chapter', 'xix', 'mekong', 'salween', 'rivershow', 'travel', 'china', '233243', 'chapter', 'xx', 'city', 'tengyuehthe', 'celebrated', 'wuntho', 'sawbwashan', 'soldiers', '244259', 'chapter', 'xxi', 'town', 'santa', 'manyuen', 'scene', 'consul', 'margarys', 'murder', '260269', 'chapter', 'xxii', 'china', 'fighting', 'powerthe', 'kachinsand', 'last', 'stage', 'bhamo', '270281', 'chapter', 'xxiii', 'bhamo', 'mandalay', 'rangoon', 'calcutta', '282291', 'illustrations', 'mostly', 'photographs', 'c', 'jensen', 'imperial', 'chinese', 'telegraphs', 'author', 'western', 'china', 'frontispiece', 'authors', 'chinese', 'passport', '8', 'balcony', 'western', 'china', '14', 'river', 'yangtse', 'tunglohsia', '34', 'memorial', 'archway', 'fort', 'futokuan', '34', 'chungking', 'opposite', 'bank', 'yangtse', '38', 'temple', 'theatre', 'chungking', '44', 'main', 'road', 'suifu', '52', 'cultivation', 'terraces', '58', 'scene', 'szechuen', '58', 'opiumsmoking', '72', 'temple', 'szechuen', '84', 'laowatan', '84', 'opiumsmoker', 'romance', '93', 'pagoda', 'wayside', 'western', 'china', '118', 'big', 'east', 'gate', 'yunnan', 'city', '146', 'view', 'yunnan', 'city', '156', 'soldiers', 'wall', 'yunnan', 'city', '168', 'pagoda', 'yunnan', 'city', '250', 'feet', 'high', '174', 'viceroy', 'provinces', '180', 'authors', 'chinese', 'name', '182', 'giant', 'yunnan', '184', 'eagle', 'nest', 'barrier', 'road', 'talifu', '192', 'snowclad', 'mountains', 'behind', 'talifu', '204', 'memorial', 'temple', 'near', 'talifu', '220', 'descent', 'river', 'mekong', '232', 'inside', 'view', 'suspension', 'bridge', '236', 'river', 'salween', '240', 'river', 'shweli', 'suspension', 'bridge', '242', 'suburb', 'beyond', 'south', 'gate', 'tengyueh', '250', 'chinese', 'map', 'chungking', '292', 'rough', 'sketchmap', 'china', 'burma', 'end', 'australian', 'china', 'chapter', 'introductorymainly', 'missionaries', 'city', 'hankow', 'first', 'week', 'february', '1894', 'returned', 'shanghai', 'japan', 'intention', 'go', 'yangtse', 'river', 'far', 'chungking', 'dressed', 'chinese', 'cross', 'quietly', 'western', 'china', 'chinese', 'states', 'kachin', 'hills', 'frontier', 'burma', 'ensuing', 'narrative', 'tell', 'easily', 'pleasantly', 'journey', 'ago', 'regarded', 'formidable', 'undertaking', 'done', 'journey', 'course', 'sense', 'exploration', 'consisted', 'simply', 'voyage', '1500', 'miles', 'yangtse', 'river', 'followed', 'quiet', 'though', 'extended', 'excursion', 'another', '1500', 'miles', 'along', 'great', 'overland', 'highway', 'burma', 'taken', 'spoke', 'chinese', 'interpreter', 'companion', 'unarmed', 'trusted', 'implicitly', 'good', 'faith', 'chinese', 'world', 'cross', 'burma', 'provided', 'willing', 'exercise', 'certain', 'number', 'weeks', 'months', 'endurancefor', 'travel', 'miles', 'foot', 'mountainous', 'countryand', 'much', 'forbearance', 'went', 'china', 'possessed', 'strong', 'racial', 'antipathy', 'chinese', 'common', 'countrymen', 'feeling', 'long', 'since', 'given', 'lively', 'sympathy', 'gratitude', 'shall', 'always', 'look', 'back', 'pleasure', 'journey', 'experienced', 'traversing', 'provinces', 'wide', 'european', 'kingdoms', 'uniform', 'kindness', 'hospitality', 'charming', 'courtesy', 'case', 'least', 'chinese', 'forget', 'precept', 'deal', 'gently', 'strangers', 'afar', 'shanghai', 'sunday', 'february', '11th', 'jardine', 'mathesons', 'steamer', 'taiwo', 'kind', 'friend', 'merchant', 'captain', 'seen', 'life', 'important', 'seaport', 'world', 'though', 'past', 'midnight', 'bid', 'farewell', 'shook', 'hands', 'wharf', 'last', 'time', 'already', 'promised', 'first', 'vacancy', 'jardine', 'mathesons', 'time', 'departure', 'western', 'china', 'appointed', 'officers', 'illfated', 'kowshing', 'unarmed', 'transport', 'declaration', 'war', 'destroyed', 'japanese', 'gunboat', 'slainstruck', 'believe', 'japanese', 'bullet', 'struggling', 'life', 'water', 'travelled', 'chinese', 'dressed', 'warm', 'chinese', 'winter', 'clothing', 'pigtail', 'attached', 'inside', 'hat', 'comfortable', 'small', 'cabin', 'course', 'bedding', 'paying', 'mexican', 'dollar', 'chinese', 'steward', 'foreign', 'chow', 'brought', 'saloon', 'traveller', 'cares', 'travel', 'put', 'pride', 'pocket', 'pigtail', 'back', 'need', 'pay', 'onefourth', 'cost', 'travel', 'european', 'european', 'dress', 'found', 'unwittingly', 'travelling', 'false', 'pretences', 'smart', 'chief', 'officer', 'fare', 'charged', 'thought', 'little', 'expressed', 'surprise', 'thought', 'fare', 'seven', 'dollars', 'replied', 'charge', 'missionaries', 'five', 'dollars', 'knew', 'missionary', 'told', 'different', 'acuteness', 'chinese', 'compradore', 'received', 'china', 'merchants', 'steamer', 'hsin', 'chi', 'voyage', 'shanghai', 'tientsin', 'also', 'chinese', 'dress', 'conversation', 'short', 'sharp', 'emphatic', 'compradore', 'looked', 'searchingly', 'pidgin', 'belong', 'askedmeaning', 'business', 'humbly', 'answered', 'belong', 'jesus', 'christ', 'pidgin', 'missionary', 'instantly', 'scorn', 'replied', 'dam', 'fear', 'called', 'river', 'ports', 'reached', 'hankow', '14th', 'hankow', 'chinese', 'say', 'mart', 'eight', 'provinces', 'centre', 'earth', 'chief', 'distributing', 'centre', 'yangtse', 'valley', 'capital', 'city', 'centre', 'china', 'trade', 'tea', 'staple', 'export', 'declining', 'rapidly', 'particularly', 'since', '1886', 'indian', 'opium', 'goes', 'higher', 'river', 'point', 'importation', 'hankow', 'insignificant', 'amounting', '738', 'piculs', '44', 'tons', 'per', 'annum', 'hankow', 'bank', 'yangtse', 'separated', 'width', 'han', 'river', 'hanyang', 'width', 'yangtse', 'wuchang', 'divisions', 'really', 'form', 'large', 'city', 'inhabitants', 'entire', 'population', 'colony', 'victoria', 'wuchang', 'capital', 'city', 'provinces', 'hunan', 'hupeh', 'viceroy', 'chang', 'chi', 'tung', 'resides', 'official', 'yamen', 'dispenses', 'injustice', 'building', 'almost', 'handsome', 'american', 'missionhouses', 'overlook', 'chang', 'chi', 'tung', 'antiforeign', 'viceroys', 'china', 'yet', 'viceroy', 'empire', 'ever', 'foreigners', 'employ', 'within', 'four', 'seas', 'says', 'men', 'brothers', 'yet', 'provinces', 'rules', 'closed', 'foreigners', 'missionaries', 'compelled', 'remain', 'shelter', 'foreign', 'concession', 'hankow', 'public', 'spirit', 'unusual', 'chinese', 'viceroys', 'devoted', 'immense', 'revenues', 'office', 'modern', 'development', 'resources', 'vicekingdom', 'erected', 'gigantic', 'cottonmill', 'wuchang', 'thirtyfive', 'thousand', 'spindles', 'covering', 'six', 'acres', 'lit', 'electric', 'light', 'reservoir', 'acres', 'half', 'built', 'large', 'mint', 'hanyang', 'erected', 'magnificent', 'ironworks', 'blast', 'furnaces', 'cover', 'acres', 'provided', 'latest', 'machinery', 'iron', 'coal', 'mines', 'railway', 'seventeen', 'miles', 'long', 'mines', 'river', 'specially', 'constructed', 'riversteamers', 'special', 'hoisting', 'machinery', 'riverbanks', 'money', 'poured', 'water', 'probably', 'important', 'official', 'china', 'leave', 'office', 'poor', 'man', 'acting', 'private', 'secretary', 'viceroy', 'clever', 'chinese', 'named', 'kaw', 'hong', 'beng', 'author', 'defensio', 'populi', 'oftenquoted', 'attack', 'missionary', 'methods', 'appeared', 'first', 'north', 'china', 'daily', 'news', 'linguist', 'unusual', 'ability', 'publishes', 'daily', 'news', 'translations', 'heine', 'english', 'verse', 'kaw', 'gifted', 'rare', 'command', 'resources', 'english', 'master', 'arts', 'university', 'edinburgh', 'yet', 'strange', 'paradox', 'notwithstanding', 'privilege', 'trained', 'pious', 'earnest', 'community', 'united', 'kingdom', 'lights', 'united', 'presbyterian', ...]
count_words(" ".join(filtered_content))
[('chinese', 507), ('china', 405), ('city', 251), ('yunnan', 176), ('men', 163), ('river', 162), ('mission', 147), ('cash', 127), ('time', 114), ('little', 113), ('man', 99), ('missionary', 96), ('miles', 94), ('opium', 93), ('work', 93), ('journey', 91), ('chungking', 91), ('temple', 88), ('road', 85), ('long', 85), ('town', 84), ('chinaman', 81), ('first', 80), ('feet', 76), ('good', 76), ('burma', 75), ('province', 75), ('country', 75), ('great', 72), ('poor', 70), ('whose', 70), ('missionaries', 69), ('large', 67), ('western', 65), ('tali', 63), ('still', 63), ('english', 62), ('must', 62), ('li', 62), ('room', 60), ('replaced', 60), ('water', 59), ('yet', 59), ('children', 58), ('chaotong', 57), ('without', 57), ('seen', 56), ('gutenbergtm', 56), ('people', 54), ('death', 54), ('foreign', 53), ('bank', 52), ('far', 52), ('valley', 52), ('saw', 52), ('rev', 52), ('inn', 52), ('four', 51), ('open', 51), ('chapter', 50), ('always', 50), ('small', 50), ('passed', 50), ('gave', 49), ('another', 49), ('tea', 49), ('says', 49), ('village', 49), ('away', 48), ('inland', 48), ('coolies', 48), ('go', 47), ('chief', 47), ('met', 47), ('night', 47), ('round', 47), ('bhamo', 46), ('known', 46), ('dr', 46), ('till', 46), ('father', 46), ('morning', 45), ('yangtse', 44), ('last', 44), ('along', 44), ('went', 44), ('traveller', 44), ('almost', 43), ('tongchuan', 43), ('done', 43), ('ever', 43), ('native', 43), ('rice', 43), ('come', 43), ('french', 42), ('course', 42), ('much', 42), ('money', 42), ('full', 42), ('england', 42), ('carried', 42), ('back', 41), ('life', 41), ('half', 41), ('old', 41), ('suifu', 40), ('szechuen', 40), ('high', 40), ('tengyueh', 40), ('world', 40), ('found', 40), ('say', 40), ('god', 40), ('present', 40), ('telegraph', 40), ('across', 39), ('near', 39), ('given', 39), ('told', 39), ('called', 39), ('thus', 39), ('customs', 39), ('bamboo', 39), ('hundred', 39), ('sent', 39), ('silver', 39), ('words', 38), ('gold', 38), ('wall', 38), ('number', 38), ('boat', 38), ('works', 38), ('illustration', 37), ('women', 37), ('beyond', 37), ('built', 37), ('paid', 37), ('ten', 37), ('best', 37), ('mountain', 37), ('give', 36), ('gate', 36), ('charge', 36), ('five', 36), ('within', 36), ('year', 36), ('often', 36), ('take', 36), ('dead', 36), ('foot', 35), ('make', 35), ('early', 35), ('brought', 34), ('also', 34), ('capital', 34), ('yamen', 34), ('six', 34), ('speak', 34), ('distance', 34), ('young', 34), ('pretty', 34), ('plain', 34), ('common', 33), ('case', 33), ('important', 33), ('might', 33), ('government', 33), ('district', 33), ('burmese', 33), ('bridge', 32), ('find', 32), ('cannot', 32), ('street', 32), ('son', 32), ('since', 31), ('heaven', 31), ('shanghai', 30), ('though', 30), ('hands', 30), ('received', 30), ('british', 30), ('agreement', 30), ('next', 30), ('chair', 30), ('hankow', 29), ('main', 29), ('hills', 29), ('look', 29), ('per', 29), ('nearly', 29), ('asked', 29), ('magistrate', 29), ('cut', 29), ('soldiers', 28), ('south', 28), ('dressed', 28), ('states', 28), ('taken', 28), ('less', 28), ('better', 28), ('christian', 28), ('heard', 28), ('walls', 28), ('things', 28), ('crowd', 28), ('poppy', 28), ('together', 28), ('single', 28), ('name', 27), ('reached', 27), ('point', 27), ('official', 27), ('hope', 27), ('body', 27), ('converts', 27), ('return', 27), ('right', 27), ('entered', 27), ('wife', 27), ('woman', 27), ('carry', 27), ('rich', 27), ('stone', 27), ('living', 27), ('pony', 27), ('age', 27), ('electronic', 27), ('fort', 26), ('mountains', 26), ('pay', 26), ('pleasant', 26), ('part', 26), ('leaving', 26), ('rapid', 26), ('new', 26), ('set', 25), ('talifu', 25), ('kind', 25), ('order', 25), ('service', 25), ('head', 25), ('seemed', 25), ('face', 25), ('heart', 25), ('doubt', 25), ('beautiful', 25), ('think', 25), ('100', 25), ('everywhere', 25), ('place', 25), ('times', 25), ('officials', 25), ('houses', 25), ('path', 25), ('visit', 25), ('ground', 25), ('millions', 25), ('nothing', 25), ('sun', 25), ('cost', 24), ('house', 24), ('ago', 24), ('officer', 24), ('seven', 24), ('empire', 24), ('later', 24), ('instead', 24), ('hill', 24), ('home', 24), ('foundation', 24), ('used', 24), ('live', 24), ('family', 24), ('armed', 24), ('mule', 24), ('infanticide', 23), ('provinces', 23), ('put', 23), ('peking', 23), ('broad', 23), ('bed', 23), ('coolie', 23), ('going', 23), ('stream', 23), ('side', 23), ('huge', 23), ('grass', 23), ('west', 23), ('rebellion', 23), ('p', 23), ('wanhsien', 22), ('frontier', 22), ('past', 22), ('already', 22), ('need', 22), ('knew', 22), ('different', 22), ('eight', 22), ('trade', 22), ('numbers', 22), ('become', 22), ('true', 22), ('girls', 22), ('rather', 22), ('either', 22), ('boys', 22), ('question', 22), ('twenty', 22), ('honour', 22), ('excellent', 22), ('carrying', 22), ('word', 22), ('understand', 22), ('power', 21), ('famous', 21), ('imperial', 21), ('behind', 21), ('certain', 21), ('wide', 21), ('charming', 21), ('however', 21), ('gathered', 21), ('foreigner', 21), ('alone', 21), ('society', 21), ('land', 21), ('following', 21), ('walk', 21), ('led', 21), ('pass', 21), ('fields', 21), ('w', 21), ('taels', 21), ('indeed', 21), ('outside', 21), ('thought', 20), ('united', 20), ('steps', 20), ('fifteen', 20), ('kept', 20), ('steep', 20), ('crossed', 20), ('level', 20), ('dozen', 20), ('mohammedan', 20), ('formerly', 20), ('loads', 20), ('husband', 20), ('gods', 20), ('bones', 20), ('general', 19), ('viceroy', 19), ('end', 19), ('returned', 19), ('courtesy', 19), ('population', 19), ('let', 19), ('means', 19), ('military', 19), ('engaged', 19), ('soon', 19), ('written', 19), ('superior', 19), ('took', 19), ('moment', 19), ('rock', 19), ('mother', 19), ('temples', 19), ('love', 19), ('white', 19), ('kindly', 19), ('soldier', 19), ('held', 19), ('famine', 19), ('hand', 19), ('priests', 19), ('sold', 19), ('emperor', 19), ('travellers', 19), ('lake', 19), ('language', 18), ('third', 18), ('stage', 18), ('pagoda', 18), ('spoke', 18), ('months', 18), ('shall', 18), ('believe', 18), ('centre', 18), ('earth', 18), ('chang', 18), ('american', 18), ('spirit', 18), ('success', 18), ('heathen', 18), ('civilisation', 18), ('current', 18), ('thirty', 18), ('offered', 18), ('evening', 18), ('eyes', 18), ('hour', 18), ('narrow', 18), ('red', 18), ('characters', 18), ('wished', 18), ('reward', 18), ('hundreds', 18), ('fifty', 18), ('occupied', 18), ('walked', 18), ('cases', 18), ('food', 18), ('pere', 18), ('table', 18), ('seat', 18), ('punishment', 18), ('paper', 18), ('chairen', 18), ('laohwan', 18), ('provided', 17), ('dress', 17), ('thousand', 17), ('greater', 17), ('bring', 17), ('junk', 17), ('afternoon', 17), ('laoban', 17), ('ready', 17), ('difficulty', 17), ('towards', 17), ('hung', 17), ('stranger', 17), ('court', 17), ('g', 17), ('fellow', 17), ('offer', 17), ('finished', 17), ('h', 17), ('distant', 17), ('lost', 17), ('streets', 17), ('sight', 17), ('admirable', 17), ('weight', 17), ('died', 17), ('crowded', 17), ('trees', 17), ('friends', 17), ('awful', 17), ('law', 17), ('term', 17), ('goitre', 17), ('monsieur', 16), ('inns', 16), ('poverty', 16), ('view', 16), ('comfortable', 16), ('short', 16), ('higher', 16), ('form', 16), ('office', 16), ('light', 16), ('private', 16), ('equal', 16), ('turn', 16), ('arrival', 16), ('wish', 16), ('walled', 16), ('australia', 16), ('1000', 16), ('deep', 16), ('stopped', 16), ('gorge', 16), ('seems', 16), ('cent', 16), ('friendly', 16), ('method', 16), ('knowledge', 16), ('believed', 16), ('rank', 16), ('bought', 16), ('villages', 16), ('became', 16), ('forth', 16), ('nine', 16), ('except', 16), ('parents', 16), ('usually', 16), ('worth', 16), ('brother', 16), ('market', 16), ('mud', 16), ('tael', 16), ('donations', 16), ('yungchang', 16), ('license', 15), ('character', 15), ('shown', 15), ('haas', 15), ('banks', 15), ('jensen', 15), ('passport', 15), ('cross', 15), ('tell', 15), ('interpreter', 15), ('steamer', 15), ('captain', 15), ('japanese', 15), ('shelter', 15), ('church', 15), ('bible', 15), ('board', 15), ('de', 15), ('mile', 15), ('doctor', 15), ('drawn', 15), ('yang', 15), ('rest', 15), ('girl', 15), ('agree', 15), ('virtue', 15), ('late', 15), ('know', 15), ('human', 15), ('price', 15), ('reason', 15), ('position', 15), ('yellow', 15), ('quickly', 15), ('brave', 15), ('average', 15), ('mine', 15), ('occasion', 15), ('support', 15), ('eighteen', 15), ('value', 15), ('j', 15), ('treated', 15), ('fell', 15), ('hot', 15), ('crime', 15), ('mandarin', 15), ('copy', 14), ('consul', 14), ('murder', 14), ('c', 14), ('european', 14), ('friend', 14), ('looked', 14), ('public', 14), ('immense', 14), ('rare', 14), ('kingdom', 14), ('boy', 14), ('ichang', 14), ('ordinary', 14), ('3', 14), ('whatever', 14), ('size', 14), ('speaking', 14), ('especially', 14), ('close', 14), ('double', 14), ('middle', 14), ('devil', 14), ('truth', 14), ('passing', 14), ('sat', 14), ('others', 14), ('splendid', 14), ('rarely', 14), ('march', 14), ('sides', 14), ('wooden', 14), ('receive', 14), ('catholic', 14), ('waiting', 14), ('read', 14), ('child', 14), ('characteristic', 14), ('interest', 14), ('cause', 14), ('commission', 14), ('distinguished', 14), ('arrived', 14), ('story', 14), ('possession', 14), ('forty', 14), ('boundary', 14), ('convert', 14), ('ponies', 14), ('memory', 14), ('sons', 14), ('instance', 14), ('die', 14), ('copyright', 14), ('escort', 14), ('rode', 14), ('colonel', 14), ('4', 13), ('female', 13), ('travel', 13), ('santa', 13), ('kachin', 13), ('easily', 13), ('handsome', 13), ('master', 13), ('comfort', 13), ('members', 13), ('port', 13), ('sixty', 13), ('edge', 13), ('subject', 13), ('gentleman', 13), ('fact', 13), ('save', 13), ('6', 13), ('twelve', 13), ('black', 13), ('easy', 13), ('length', 13), ('standing', 13), ('efforts', 13), ('eat', 13), ('spot', 13), ('upper', 13), ('killed', 13), ('low', 13), ('covered', 13), ('larger', 13), ('places', 13), ('follow', 13), ('dying', 13), ('smith', 13), ('corner', 13), ('highest', 13), ('finest', 13), ('showed', 13), ('bad', 13), ('sale', 13), ('get', 13), ('attention', 13), ('experience', 13), ('commissioner', 13), ('dogs', 13), ('spirits', 13), ('none', 13), ('tonquin', 13), ('distances', 13), ('chinas', 13), ('fine', 13), ('state', 13), ('importance', 13), ('cotton', 13), ('mohammedans', 13), ('lying', 13), ('stages', 13), ('system', 13), ('hardly', 13), ('employed', 13), ('greatest', 13), ('coming', 13), ('priest', 13), ('expedition', 13), ('mungtze', 13), ('literary', 13), ('archive', 13), ('distributed', 12), ('buildings', 12), ('john', 12), ('remarks', 12), ('arsenal', 12), ('salween', 12), ('memorial', 12), ('chi', 12), ('erected', 12), ('probably', 12), ('canton', 12), ('bishop', 12), ('converted', 12), ('remarkable', 12), ('taking', 12), ('reach', 12), ('junks', 12), ('waited', 12), ('lofty', 12), ('bound', 12), ('filled', 12), ('shillings', 12), ('rocks', 12), ('rested', 12), ('formed', 12), ('rains', 12), ('heads', 12), ('salt', 12), ('painted', 12), ('eighty', 12), ('eye', 12), ('raised', 12), ('noble', 12), ('pointed', 12), ('meet', 12), ('opened', 12), ('condition', 12), ('afterwards', 12), ('beggars', 12), ('knows', 12), ('taiping', 12), ('garden', 12), ('wood', 12), ('frequently', 12), ('traffic', 12), ('card', 12), ('accompanied', 12), ('desire', 12), ('placed', 12), ('lay', 12), ('neck', 12), ('manager', 12), ('company', 12), ('difficult', 12), ('disease', 12), ('fire', 12), ('person', 12), ('governor', 12), ('mules', 12), ('curiosity', 12), ('sleep', 12), ('fertile', 12), ('provide', 12), ('party', 12), ('hours', 12), ('fee', 12), ('future', 12), ('manner', 12), ('lord', 12), ('hard', 12), ('wonderful', 12), ('150', 12), ('prefect', 12), ('descended', 12), ('hsiakwan', 12), ('laotseng', 12), ('shans', 12), ('149', 12), ('missions', 11), ('scene', 11), ('inside', 11), ('suspension', 11), ('pleasure', 11), ('winter', 11), ('bedding', 11), ('travelling', 11), ('building', 11), ('foreigners', 11), ('hong', 11), ('methods', 11), ('strange', 11), ('conversion', 11), ('medical', 11), ('station', 11), ('opinion', 11), ('possible', 11), ('prepared', 11), ('kweichow', 11), ('turned', 11), ('trackers', 11), ('dark', 11), ('lives', 11), ('favour', 11), ('escape', 11), ('square', 11), ('laid', 11), ('second', 11), ('entrance', 11), ('removed', 11), ('line', 11), ('natural', 11), ('creek', 11), ('post', 11), ('fellows', 11), ('freely', 11), ('residence', 11), ('lately', 11), ('seeing', 11), ('route', 11), ('equivalent', 11), ('2000', 11), ('enough', 11), ('quite', 11), ('height', 11), ('broken', 11), ('marked', 11), ('king', 11), ('action', 11), ('comes', 11), ('baber', 11), ('powerful', 11), ('associated', 11), ('ate', 11), ('nature', 11), ('cold', 11), ('goddess', 11), ('tells', 11), ('wong', 11), ('strength', 11), ('images', 11), ('hall', 11), ('including', 11), ('jesuit', 11), ('access', 11), ('margary', 11), ('refund', 11), ('information', 11), ('sawbwa', 11), ('paragraph', 11), ('start', 10), ('london', 10), ('university', 10), ('telegraphs', 10), ('manyuen', 10), ('cultivation', 10), ('war', 10), ('distributing', 10), ('indian', 10), ('antiforeign', 10), ('coal', 10), ('command', 10), ('trained', 10), ('free', 10), ('cities', 10), ('progress', 10), ('harvest', 10), ('chinamen', 10), ('1893', 10), ('feared', 10), ('combined', 10), ('headquarters', 10), ('obtained', 10), ('assured', 10), ('englishman', 10), ('married', 10), ('legs', 10), ('change', 10), ('5', 10), ('fish', 10), ('stood', 10), ('keep', 10), ('seem', 10), ('prison', 10), ('passage', 10), ('soil', 10), ('byandby', 10), ('cook', 10), ('several', 10), ('hanging', 10), ('services', 10), ('wind', 10), ('permitted', 10), ('fingers', 10), ('green', 10), ('fortune', 10), ('show', 10), ('gone', 10), ('collected', 10), ('refused', 10), ('merit', 10), ('obtain', 10), ('write', 10), ('intelligence', 10), ('regard', 10), ('solid', 10), ('birth', 10), ('peaceful', 10), ('absence', 10), ('penny', 10), ('mean', 10), ('soul', 10), ('walking', 10), ('rose', 10), ('sir', 10), ('mounted', 10), ('class', 10), ('prisoners', 10), ('f', 10), ('hospital', 10), ('seized', 10), ('thousands', 10), ('respect', 10), ('laws', 10), ('represented', 10), ('largely', 10), ('cast', 10), ('ill', 10), ('medicines', 10), ('anything', 10), ('continued', 10), ('eggs', 10), ('chicago', 10), ('features', 10), ('baptised', 10), ('worship', 10), ('whole', 10), ('supreme', 10), ('neighbourhood', 10), ('therefore', 10), ('personal', 10), ('protection', 10), ('seated', 10), ('clean', 10), ('air', 10), ('guard', 10), ('situated', 10), ('forest', 10), ('horses', 10), ('unknown', 10), ('permission', 10), ('goitrous', 10), ('trademark', 10), ('australian', 9), ('quiet', 9), ('rapids', 9), ('pain', 9), ('cantonese', 9), ('mandalay', 9), ('rangoon', 9), ('opposite', 9), ('rough', 9), ('possessed', 9), ('strong', 9), ('gratitude', 9), ('officers', 9), ('pigtail', 9), ('attached', 9), ('fear', 9), ('width', 9), ('remain', 9), ('seventeen', 9), ('appeared', 9), ('north', 9), ('daily', 9), ('news', 9), ('earnest', 9), ('community', 9), ('making', 9), ('described', 9), ('fathers', 9), ('entirely', 9), ('quarters', 9), ('rise', 9), ('summer', 9), ('accompany', 9), ('thirteen', 9), ('duty', 9), ('boats', 9), ('deeply', 9), ('working', 9), ('feature', 9), ('noise', 9), ('flowers', 9), ('apart', 9), ('felt', 9), ('front', 9), ('floor', 9), ('hold', 9), ('buried', 9), ('began', 9), ('whether', 9), ('reading', 9), ('worked', 9), ('skill', 9), ('determined', 9), ('looking', 9), ('arrested', 9), ('bodies', 9), ('climbed', 9), ('dirty', 9), ('door', 9), ('according', 9), ('praise', 9), ('sick', 9), ('patient', 9), ('conference', 9), ('teacher', 9), ('rags', 9), ('midday', 9), ('richest', 9), ('assistance', 9), ('pork', 9), ('abundant', 9), ('copper', 9), ('something', 9), ('proved', 9), ('happy', 9), ('attended', 9), ('recognised', 9), ('staff', 9), ('offices', 9), ('expected', 9), ...]
counted_filtered_words = count_words(" ".join(filtered_content))
import pandas as pd
df = pd.DataFrame.from_dict(count_words(" ".join(filtered_content)))
df.columns =['Word', 'Count']
#df.head(20)
df.head(50)
Word Count
0 chinese 507
1 china 405
2 city 251
3 yunnan 176
4 men 163
5 river 162
6 mission 147
7 cash 127
8 time 114
9 little 113
10 man 99
11 missionary 96
12 miles 94
13 opium 93
14 work 93
15 journey 91
16 chungking 91
17 temple 88
18 road 85
19 long 85
20 town 84
21 chinaman 81
22 first 80
23 feet 76
24 good 76
25 burma 75
26 province 75
27 country 75
28 great 72
29 poor 70
30 whose 70
31 missionaries 69
32 large 67
33 western 65
34 tali 63
35 still 63
36 english 62
37 must 62
38 li 62
39 room 60
40 replaced 60
41 water 59
42 yet 59
43 children 58
44 chaotong 57
45 without 57
46 seen 56
47 gutenbergtm 56
48 people 54
49 death 54
import matplotlib.pyplot as plt
my_frame = df.head(20) fig = plt.figure(figsize = (5, 5)) ax = fig.add_subplot(111) ax.table(cellText = my_frame.values, rowLabels = my_frame.index, colLabels = my_frame.columns, loc = "center" ) ax.set_title("Top 20 Words ") ax.axis("off");
Image in a Jupyter notebook
words = nltk.tokenize.word_tokenize(content.lower())
nltk.FreqDist(words)
FreqDist({',': 7256, 'the': 7139, '.': 3682, 'of': 3619, 'and': 2672, 'in': 2357, 'to': 2236, 'a': 2134, 'is': 1154, 'was': 1080, ...})
bigrams = nltk.bigrams(words)
[pair for pair in bigrams]
[('project', 'gutenberg'), ('gutenberg', "'s"), ("'s", 'an'), ('an', 'australian'), ('australian', 'in'), ('in', 'china'), ('china', ','), (',', 'by'), ('by', 'george'), ('george', 'ernest'), ('ernest', 'morrison'), ('morrison', 'this'), ('this', 'ebook'), ('ebook', 'is'), ('is', 'for'), ('for', 'the'), ('the', 'use'), ('use', 'of'), ('of', 'anyone'), ('anyone', 'anywhere'), ('anywhere', 'at'), ('at', 'no'), ('no', 'cost'), ('cost', 'and'), ('and', 'with'), ('with', 'almost'), ('almost', 'no'), ('no', 'restrictions'), ('restrictions', 'whatsoever'), ('whatsoever', '.'), ('.', 'you'), ('you', 'may'), ('may', 'copy'), ('copy', 'it'), ('it', ','), (',', 'give'), ('give', 'it'), ('it', 'away'), ('away', 'or'), ('or', 're-use'), ('re-use', 'it'), ('it', 'under'), ('under', 'the'), ('the', 'terms'), ('terms', 'of'), ('of', 'the'), ('the', 'project'), ('project', 'gutenberg'), ('gutenberg', 'license'), ('license', 'included'), ('included', 'with'), ('with', 'this'), ('this', 'ebook'), ('ebook', 'or'), ('or', 'online'), ('online', 'at'), ('at', 'www.gutenberg.org'), ('www.gutenberg.org', 'title'), ('title', ':'), (':', 'an'), ('an', 'australian'), ('australian', 'in'), ('in', 'china'), ('china', 'being'), ('being', 'the'), ('the', 'narrative'), ('narrative', 'of'), ('of', 'a'), ('a', 'quiet'), ('quiet', 'journey'), ('journey', 'across'), ('across', 'china'), ('china', 'to'), ('to', 'burma'), ('burma', 'author'), ('author', ':'), (':', 'george'), ('george', 'ernest'), ('ernest', 'morrison'), ('morrison', 'release'), ('release', 'date'), ('date', ':'), (':', 'september'), ('september', '4'), ('4', ','), (',', '2006'), ('2006', '['), ('[', 'ebook'), ('ebook', '#'), ('#', '19172'), ('19172', ']'), (']', 'language'), ('language', ':'), (':', 'english'), ('english', 'character'), ('character', 'set'), ('set', 'encoding'), ('encoding', ':'), (':', 'ascii'), ('ascii', '***'), ('***', 'start'), ('start', 'of'), ('of', 'this'), ('this', 'project'), ('project', 'gutenberg'), ('gutenberg', 'ebook'), ('ebook', 'an'), ('an', 'australian'), ('australian', 'in'), ('in', 'china'), ('china', '***'), ('***', 'produced'), ('produced', 'by'), ('by', 'thierry'), ('thierry', 'alberto'), ('alberto', 'and'), ('and', 'the'), ('the', 'online'), ('online', 'distributed'), ('distributed', 'proofreading'), ('proofreading', 'team'), ('team', 'at'), ('at', 'http'), ('http', ':'), (':', '//www.pgdp.net'), ('//www.pgdp.net', '*'), ('*', '*'), ('*', '*'), ('*', '*'), ('*', '*'), ('*', '+'), ('+', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '+'), ('+', '|'), ('|', 'transcriber'), ('transcriber', "'s"), ("'s", 'note'), ('note', ':'), (':', '|'), ('|', '|'), ('|', '|'), ('|', '|'), ('|', 'obvious'), ('obvious', 'typographical'), ('typographical', 'errors'), ('errors', 'have'), ('have', 'been'), ('been', 'corrected'), ('corrected', 'in'), ('in', '|'), ('|', '|'), ('|', 'this'), ('this', 'text'), ('text', '.'), ('.', 'for'), ('for', 'a'), ('a', 'complete'), ('complete', 'list'), ('list', ','), (',', 'please'), ('please', 'see'), ('see', 'the'), ('the', 'bottom'), ('bottom', 'of'), ('of', '|'), ('|', '|'), ('|', 'this'), ('this', 'document'), ('document', '.'), ('.', '|'), ('|', '|'), ('|', '|'), ('|', '|'), ('|', 'macrons'), ('macrons', 'are'), ('are', 'shown'), ('shown', 'as'), ('as', '['), ('[', '=o'), ('=o', ']'), (']', 'and'), ('and', '['), ('[', '=u'), ('=u', ']'), (']', '|'), ('|', '|'), ('|', '|'), ('|', '+'), ('+', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '--'), ('--', '+'), ('+', '*'), ('*', '*'), ('*', '*'), ('*', '*'), ('*', '*'), ('*', '['), ('[', 'illustration'), ('illustration', ':'), (':', 'the'), ('the', 'author'), ('author', 'in'), ('in', 'western'), ('western', 'china'), ('china', '.'), ('.', ']'), (']', 'an'), ('an', 'australian'), ('australian', 'in'), ('in', 'china'), ('china', 'being'), ('being', 'the'), ('the', 'narrative'), ('narrative', 'of'), ('of', 'a'), ('a', 'quiet'), ('quiet', 'journey'), ('journey', 'across'), ('across', 'china'), ('china', 'to'), ('to', 'burma'), ('burma', 'by'), ('by', 'george'), ('george', 'ernest'), ('ernest', 'morrison'), ('morrison', 'm.d'), ('m.d', '.'), ('.', 'edin.'), ('edin.', ','), (',', 'f.r.g.s'), ('f.r.g.s', '.'), ('.', '_third'), ('_third', 'edition_'), ('edition_', 'london'), ('london', ':'), (':', 'horace'), ('horace', 'cox'), ('cox', 'windsor'), ('windsor', 'house'), ('house', ','), (',', 'bream'), ('bream', "'s"), ("'s", 'buildings'), ('buildings', 'e.c'), ('e.c', '.'), ('.', 'mdccccii'), ('mdccccii', 'to'), ('to', 'john'), ('john', 'chiene'), ('chiene', ','), (',', 'm.d.'), ('m.d.', ','), (',', 'f.r.c.s.e.'), ('f.r.c.s.e.', ','), (',', 'f.r.s.e.'), ('f.r.s.e.', ','), (',', 'etc.'), ('etc.', ','), (',', 'professor'), ('professor', 'of'), ('of', 'surgery'), ('surgery', 'in'), ('in', 'the'), ('the', 'university'), ('university', 'of'), ('of', 'edinburgh'), ('edinburgh', ','), (',', 'who'), ('who', 'gave'), ('gave', 'me'), ('me', 'back'), ('back', 'the'), ('the', 'power'), ('power', 'of'), ('of', 'locomotion'), ('locomotion', '.'), ('.', 'i'), ('i', 'gratefully'), ('gratefully', 'inscribe'), ('inscribe', 'this'), ('this', 'volume'), ('volume', '.'), ('.', 'contents'), ('contents', '.'), ('.', 'chapter'), ('chapter', 'i.'), ('i.', 'pages'), ('pages', 'introductory'), ('introductory', '--'), ('--', 'mainly'), ('mainly', 'about'), ('about', 'missionaries'), ('missionaries', 'and'), ('and', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'hankow'), ('hankow', '1-11'), ('1-11', 'chapter'), ('chapter', 'ii'), ('ii', '.'), ('.', 'from'), ('from', 'hankow'), ('hankow', 'to'), ('to', 'wanhsien'), ('wanhsien', ','), (',', 'with'), ('with', 'some'), ('some', 'account'), ('account', 'of'), ('of', 'chinese'), ('chinese', 'women'), ('women', 'and'), ('and', 'the'), ('the', 'rapids'), ('rapids', 'of'), ('of', 'the'), ('the', 'yangtse'), ('yangtse', '12-23'), ('12-23', 'chapter'), ('chapter', 'iii'), ('iii', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'wanhsien'), ('wanhsien', ','), (',', 'and'), ('and', 'the'), ('the', 'journey'), ('journey', 'from'), ('from', 'wanhsien'), ('wanhsien', 'to'), ('to', 'chungking'), ('chungking', '24-34'), ('24-34', 'chapter'), ('chapter', 'iv'), ('iv', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'chungking'), ('chungking', '--'), ('--', 'the'), ('the', 'chinese'), ('chinese', 'customs'), ('customs', '--'), ('--', 'the'), ('the', 'famous'), ('famous', 'monsieur'), ('monsieur', 'haas'), ('haas', ','), (',', 'and'), ('and', 'a'), ('a', 'few'), ('few', 'words'), ('words', 'on'), ('on', 'the'), ('the', 'opium'), ('opium', 'fallacy'), ('fallacy', '35-49'), ('35-49', 'chapter'), ('chapter', 'v.'), ('v.', 'the'), ('the', 'journey'), ('journey', 'from'), ('from', 'chungking'), ('chungking', 'to'), ('to', 'suifu'), ('suifu', '--'), ('--', 'chinese'), ('chinese', 'inns'), ('inns', '50-62'), ('50-62', 'chapter'), ('chapter', 'vi'), ('vi', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'suifu'), ('suifu', '--'), ('--', 'the'), ('the', 'china'), ('china', 'inland'), ('inland', 'mission'), ('mission', ','), (',', 'with'), ('with', 'some'), ('some', 'general'), ('general', 'remarks'), ('remarks', 'about'), ('about', 'missionaries'), ('missionaries', 'in'), ('in', 'china'), ('china', '63-75'), ('63-75', 'chapter'), ('chapter', 'vii'), ('vii', '.'), ('.', 'suifu'), ('suifu', 'to'), ('to', 'chaotong'), ('chaotong', ','), (',', 'with'), ('with', 'some'), ('some', 'remarks'), ('remarks', 'on'), ('on', 'the'), ('the', 'province'), ('province', 'of'), ('of', 'yunnan'), ('yunnan', '--'), ('--', 'chinese'), ('chinese', 'porters'), ('porters', ','), (',', 'postal'), ('postal', 'arrangements'), ('arrangements', ','), (',', 'and'), ('and', 'banks'), ('banks', '76-96'), ('76-96', 'chapter'), ('chapter', 'viii'), ('viii', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'chaotong'), ('chaotong', ','), (',', 'with'), ('with', 'some'), ('some', 'remarks'), ('remarks', 'on'), ('on', 'its'), ('its', 'poverty'), ('poverty', ','), (',', 'infanticide'), ('infanticide', ','), (',', 'selling'), ('selling', 'female'), ('female', 'children'), ('children', 'into'), ('into', 'slavery'), ('slavery', ','), (',', 'tortures'), ('tortures', ','), (',', 'and'), ('and', 'the'), ('the', 'chinese'), ('chinese', 'insensibility'), ('insensibility', 'to'), ('to', 'pain'), ('pain', '97-106'), ('97-106', 'chapter'), ('chapter', 'ix'), ('ix', '.'), ('.', 'mainly'), ('mainly', 'about'), ('about', 'chinese'), ('chinese', 'doctors'), ('doctors', '107-114'), ('107-114', 'chapter'), ('chapter', 'x.'), ('x.', 'the'), ('the', 'journey'), ('journey', 'from'), ('from', 'chaotong'), ('chaotong', 'to'), ('to', 'tongchuan'), ('tongchuan', '115-124'), ('115-124', 'chapter'), ('chapter', 'xi'), ('xi', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'tongchuan'), ('tongchuan', ','), (',', 'with'), ('with', 'some'), ('some', 'remarks'), ('remarks', 'upon'), ('upon', 'infanticide'), ('infanticide', '125-134'), ('125-134', 'chapter'), ('chapter', 'xii'), ('xii', '.'), ('.', 'tongchuan'), ('tongchuan', 'to'), ('to', 'yunnan'), ('yunnan', 'city'), ('city', '135-147'), ('135-147', 'chapter'), ('chapter', 'xiii'), ('xiii', '.'), ('.', 'at'), ('at', 'yunnan'), ('yunnan', 'city'), ('city', '148-157'), ('148-157', 'chapter'), ('chapter', 'xiv'), ('xiv', '.'), ('.', 'gold'), ('gold', ','), (',', 'banks'), ('banks', ','), (',', 'and'), ('and', 'telegraphs'), ('telegraphs', 'in'), ('in', 'yunnan'), ('yunnan', '158-170'), ('158-170', 'chapter'), ('chapter', 'xv'), ('xv', '.'), ('.', 'the'), ('the', 'french'), ('french', 'mission'), ('mission', 'and'), ('and', 'the'), ('the', 'arsenal'), ('arsenal', 'in'), ('in', 'yunnan'), ('yunnan', 'city'), ('city', '171-182'), ('171-182', 'chapter'), ('chapter', 'xvi'), ('xvi', '.'), ('.', 'the'), ('the', 'journey'), ('journey', 'from'), ('from', 'yunnan'), ('yunnan', 'city'), ('city', 'to'), ('to', 'talifu'), ('talifu', '183-201'), ('183-201', 'chapter'), ('chapter', 'xvii'), ('xvii', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'tali'), ('tali', '--'), ('--', 'prisons'), ('prisons', '--'), ('--', 'poisoning'), ('poisoning', '--'), ('--', 'plagues'), ('plagues', 'and'), ('and', 'missions'), ('missions', '202-217'), ('202-217', 'chapter'), ('chapter', 'xviii'), ('xviii', '.'), ('.', 'the'), ('the', 'journey'), ('journey', 'from'), ('from', 'tali'), ('tali', ','), (',', 'with'), ('with', 'some'), ('some', 'remarks'), ('remarks', 'on'), ('on', 'the'), ('the', 'character'), ('character', 'of'), ('of', 'the'), ('the', 'cantonese'), ('cantonese', ','), (',', 'chinese'), ('chinese', 'emigrants'), ('emigrants', ','), (',', 'cretins'), ('cretins', ','), (',', 'and'), ('and', 'wife-beating'), ('wife-beating', 'in'), ('in', 'china'), ('china', '218-232'), ('218-232', 'chapter'), ('chapter', 'xix'), ('xix', '.'), ('.', 'the'), ('the', 'mekong'), ('mekong', 'and'), ('and', 'salween'), ('salween', 'rivers'), ('rivers', '--'), ('--', 'how'), ('how', 'to'), ('to', 'travel'), ('travel', 'in'), ('in', 'china'), ('china', '233-243'), ('233-243', 'chapter'), ('chapter', 'xx'), ('xx', '.'), ('.', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'tengyueh'), ('tengyueh', '--'), ('--', 'the'), ('the', 'celebrated'), ('celebrated', 'wuntho'), ('wuntho', 'sawbwa'), ('sawbwa', '--'), ('--', 'shan'), ('shan', 'soldiers'), ('soldiers', '244-259'), ('244-259', 'chapter'), ('chapter', 'xxi'), ('xxi', '.'), ('.', 'the'), ('the', 'shan'), ('shan', 'town'), ('town', 'of'), ('of', 'santa'), ('santa', ','), (',', 'and'), ('and', 'manyuen'), ('manyuen', ','), (',', 'the'), ('the', 'scene'), ('scene', 'of'), ('of', 'consul'), ('consul', 'margary'), ('margary', "'s"), ("'s", 'murder'), ('murder', '260-269'), ('260-269', 'chapter'), ('chapter', 'xxii'), ('xxii', '.'), ('.', 'china'), ('china', 'as'), ('as', 'a'), ('a', 'fighting'), ('fighting', 'power'), ('power', '--'), ('--', 'the'), ('the', 'kachins'), ('kachins', '--'), ('--', 'and'), ('and', 'the'), ('the', 'last'), ('last', 'stage'), ('stage', 'into'), ('into', 'bhamo'), ('bhamo', '270-281'), ('270-281', 'chapter'), ('chapter', 'xxiii'), ('xxiii', '.'), ('.', 'bhamo'), ('bhamo', ','), (',', 'mandalay'), ('mandalay', ','), (',', 'rangoon'), ('rangoon', ','), (',', 'and'), ('and', 'calcutta'), ('calcutta', '282-291'), ('282-291', 'illustrations'), ('illustrations', '.'), ('.', '_mostly'), ('_mostly', 'from'), ('from', 'photographs'), ('photographs', 'by_'), ('by_', 'mr.'), ('mr.', 'c.'), ('c.', 'jensen'), ('jensen', '_of'), ('_of', 'the'), ('the', 'imperial'), ('imperial', 'chinese'), ('chinese', 'telegraphs._'), ('telegraphs._', 'the'), ('the', 'author'), ('author', 'in'), ('in', 'western'), ('western', 'china'), ('china', '_frontispiece._'), ('_frontispiece._', 'the'), ('the', 'author'), ('author', "'s"), ("'s", 'chinese'), ('chinese', 'passport'), ('passport', '_page_'), ('_page_', '8'), ('8', 'on'), ('on', 'a'), ('a', 'balcony'), ('balcony', 'in'), ('in', 'western'), ('western', 'china'), ('china', '14'), ('14', 'the'), ('the', 'river'), ('river', 'yangtse'), ('yangtse', 'at'), ('at', 'tung-lo-hsia'), ('tung-lo-hsia', '34'), ('34', 'memorial'), ('memorial', 'archway'), ('archway', 'at'), ('at', 'the'), ('the', 'fort'), ('fort', 'of'), ('of', 'fu-to-kuan'), ('fu-to-kuan', '34'), ('34', 'chungking'), ('chungking', ','), (',', 'from'), ('from', 'the'), ('the', 'opposite'), ('opposite', 'bank'), ('bank', 'of'), ('of', 'the'), ('the', 'yangtse'), ('yangtse', '38'), ('38', 'a'), ('a', 'temple'), ('temple', 'theatre'), ('theatre', 'in'), ('in', 'chungking'), ('chungking', '44'), ('44', 'on'), ('on', 'the'), ('the', 'main'), ('main', 'road'), ('road', 'to'), ('to', 'suifu'), ('suifu', '52'), ('52', 'cultivation'), ('cultivation', 'in'), ('in', 'terraces'), ('terraces', '58'), ('58', 'scene'), ('scene', 'in'), ('in', 'szechuen'), ('szechuen', '58'), ('58', 'opium-smoking'), ('opium-smoking', '72'), ('72', 'a'), ('a', 'temple'), ('temple', 'in'), ('in', 'szechuen'), ('szechuen', '84'), ('84', 'laowatan'), ('laowatan', '84'), ('84', 'the'), ('the', 'opium-smoker'), ('opium-smoker', 'of'), ('of', 'romance'), ('romance', '93'), ('93', 'pagoda'), ('pagoda', 'by'), ('by', 'the'), ('the', 'wayside'), ('wayside', ','), (',', 'western'), ('western', 'china'), ('china', '118'), ('118', 'the'), ('the', 'big'), ('big', 'east'), ('east', 'gate'), ('gate', 'of'), ('of', 'yunnan'), ('yunnan', 'city'), ('city', '146'), ('146', 'view'), ('view', 'in'), ('in', 'yunnan'), ('yunnan', 'city'), ('city', '156'), ('156', 'soldiers'), ('soldiers', 'on'), ('on', 'the'), ('the', 'wall'), ('wall', 'of'), ('of', 'yunnan'), ('yunnan', 'city'), ('city', '168'), ('168', 'the'), ('the', 'pagoda'), ('pagoda', 'of'), ('of', 'yunnan'), ('yunnan', 'city'), ('city', ','), (',', '250'), ('250', 'feet'), ('feet', 'high'), ('high', '174'), ('174', 'the'), ('the', 'viceroy'), ('viceroy', 'of'), ('of', 'two'), ('two', 'provinces'), ('provinces', '180'), ('180', 'the'), ('the', 'author'), ('author', "'s"), ("'s", 'chinese'), ('chinese', 'name'), ('name', '182'), ('182', 'the'), ('the', 'giant'), ('giant', 'of'), ('of', 'yunnan'), ('yunnan', '184'), ('184', 'the'), ('the', '``'), ('``', 'eagle'), ('eagle', 'nest'), ('nest', 'barrier'), ('barrier', ','), (',', "''"), ("''", 'on'), ('on', 'the'), ('the', 'road'), ('road', 'to'), ('to', 'talifu'), ('talifu', '192'), ('192', 'snow-clad'), ('snow-clad', 'mountains'), ('mountains', 'behind'), ('behind', 'talifu'), ('talifu', '204'), ('204', 'memorial'), ('memorial', 'in'), ('in', 'a'), ('a', 'temple'), ('temple', 'near'), ('near', 'talifu'), ('talifu', '220'), ('220', 'the'), ('the', 'descent'), ('descent', 'to'), ('to', 'the'), ('the', 'river'), ('river', 'mekong'), ('mekong', '232'), ('232', 'inside'), ('inside', 'view'), ('view', 'of'), ('of', 'a'), ('a', 'suspension'), ('suspension', 'bridge'), ('bridge', '236'), ('236', 'the'), ('the', 'river'), ('river', 'salween'), ('salween', '240'), ('240', 'the'), ('the', 'river'), ('river', 'shweli'), ('shweli', 'and'), ('and', 'its'), ('its', 'suspension'), ('suspension', 'bridge'), ('bridge', '242'), ('242', 'the'), ('the', 'suburb'), ('suburb', 'beyond'), ('beyond', 'the'), ('the', 'south'), ('south', 'gate'), ('gate', 'of'), ('of', 'tengyueh'), ('tengyueh', '250'), ('250', 'chinese'), ('chinese', 'map'), ('map', 'of'), ('of', 'chungking'), ('chungking', '292'), ('292', 'rough'), ('rough', 'sketch-map'), ('sketch-map', 'of'), ('of', 'china'), ('china', 'and'), ('and', 'burma'), ('burma', '_at'), ('_at', 'end._'), ('end._', 'an'), ('an', 'australian'), ('australian', 'in'), ('in', 'china'), ('china', '.'), ('.', 'chapter'), ('chapter', 'i.'), ('i.', 'introductory'), ('introductory', '--'), ('--', 'mainly'), ('mainly', 'about'), ('about', 'missionaries'), ('missionaries', 'and'), ('and', 'the'), ('the', 'city'), ('city', 'of'), ('of', 'hankow'), ('hankow', '.'), ('.', 'in'), ('in', 'the'), ('the', 'first'), ('first', 'week'), ('week', 'of'), ('of', 'february'), ('february', ','), (',', '1894'), ('1894', ','), (',', 'i'), ('i', 'returned'), ('returned', 'to'), ('to', 'shanghai'), ('shanghai', 'from'), ('from', 'japan'), ('japan', '.'), ('.', 'it'), ('it', 'was'), ('was', 'my'), ('my', 'intention'), ('intention', 'to'), ('to', 'go'), ('go', 'up'), ('up', 'the'), ('the', 'yangtse'), ('yangtse', 'river'), ('river', 'as'), ('as', 'far'), ('far', 'as'), ('as', 'chungking'), ('chungking', ','), (',', 'and'), ('and', 'then'), ('then', ','), (',', 'dressed'), ('dressed', 'as'), ('as', 'a'), ('a', 'chinese'), ('chinese', ','), (',', 'to'), ('to', 'cross'), ('cross', 'quietly'), ('quietly', 'over'), ...]
import nltk import collections from nltk import tokenize from nltk.sentiment.vader import SentimentIntensityAnalyzer from nltk.corpus import stopwords from sklearn.feature_extraction.text import CountVectorizer from nltk import FreqDist import re import spacy import pandas as pd from sklearn.feature_extraction.text import CountVectorizer import numpy as np from stop_words import get_stop_words
pip install lda
Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: lda in /home/user/.local/lib/python3.7/site-packages (2.0.0) Requirement already satisfied: pbr<4,>=0.6 in /home/user/.local/lib/python3.7/site-packages (from lda) (3.1.1) Requirement already satisfied: numpy<2.0,>=1.13.0 in /ext/anaconda2020.02/lib/python3.7/site-packages (from lda) (1.18.5) Note: you may need to restart the kernel to use updated packages.
import lda
def topical(content,n_topics,n_top_words): txt_1 = "".join(content).lower() txt_paragraphs = txt_1.split("\n\n") vectorizer = CountVectorizer(stop_words="english") X = vectorizer.fit_transform(txt_paragraphs) model = lda.LDA(n_topics, n_iter=1500, random_state=1) model.fit(X) vocab = vectorizer.get_feature_names() topic_word = model.topic_word_ for i, topic_dist in enumerate(topic_word): topic_words = np.array(vocab)[np.argsort(topic_dist)][:-(n_top_words+1):-1] print('Topic {}: {}'.format(i, ' '.join(topic_words))) return()
topical(content,20,10)
INFO:lda:n_documents: 1222 INFO:lda:vocab_size: 10046 INFO:lda:n_words: 43093 INFO:lda:n_topics: 20 INFO:lda:n_iter: 1500 WARNING:lda:all zero row in document-term matrix found INFO:lda:<0> log likelihood: -585460 INFO:lda:<10> log likelihood: -423334 INFO:lda:<20> log likelihood: -413359 INFO:lda:<30> log likelihood: -407552 INFO:lda:<40> log likelihood: -403971 INFO:lda:<50> log likelihood: -401480 INFO:lda:<60> log likelihood: -400605 INFO:lda:<70> log likelihood: -398982 INFO:lda:<80> log likelihood: -397875 INFO:lda:<90> log likelihood: -397123 INFO:lda:<100> log likelihood: -396418 INFO:lda:<110> log likelihood: -395760 INFO:lda:<120> log likelihood: -395235 INFO:lda:<130> log likelihood: -394964 INFO:lda:<140> log likelihood: -394211 INFO:lda:<150> log likelihood: -393800 INFO:lda:<160> log likelihood: -394033 INFO:lda:<170> log likelihood: -393586 INFO:lda:<180> log likelihood: -393486 INFO:lda:<190> log likelihood: -393160 INFO:lda:<200> log likelihood: -393043 INFO:lda:<210> log likelihood: -392540 INFO:lda:<220> log likelihood: -392788 INFO:lda:<230> log likelihood: -392845 INFO:lda:<240> log likelihood: -392479 INFO:lda:<250> log likelihood: -392868 INFO:lda:<260> log likelihood: -392463 INFO:lda:<270> log likelihood: -392762 INFO:lda:<280> log likelihood: -392580 INFO:lda:<290> log likelihood: -392096 INFO:lda:<300> log likelihood: -391870 INFO:lda:<310> log likelihood: -392269 INFO:lda:<320> log likelihood: -392451 INFO:lda:<330> log likelihood: -392250 INFO:lda:<340> log likelihood: -392510 INFO:lda:<350> log likelihood: -392085 INFO:lda:<360> log likelihood: -391846 INFO:lda:<370> log likelihood: -392431 INFO:lda:<380> log likelihood: -392124 INFO:lda:<390> log likelihood: -392735 INFO:lda:<400> log likelihood: -392019 INFO:lda:<410> log likelihood: -391730 INFO:lda:<420> log likelihood: -392158 INFO:lda:<430> log likelihood: -391937 INFO:lda:<440> log likelihood: -391579 INFO:lda:<450> log likelihood: -391693 INFO:lda:<460> log likelihood: -391147 INFO:lda:<470> log likelihood: -391891 INFO:lda:<480> log likelihood: -391929 INFO:lda:<490> log likelihood: -391430 INFO:lda:<500> log likelihood: -391774 INFO:lda:<510> log likelihood: -391940 INFO:lda:<520> log likelihood: -391704 INFO:lda:<530> log likelihood: -391601 INFO:lda:<540> log likelihood: -391470 INFO:lda:<550> log likelihood: -391317 INFO:lda:<560> log likelihood: -391989 INFO:lda:<570> log likelihood: -391638 INFO:lda:<580> log likelihood: -391558 INFO:lda:<590> log likelihood: -391931 INFO:lda:<600> log likelihood: -391436 INFO:lda:<610> log likelihood: -391354 INFO:lda:<620> log likelihood: -391802 INFO:lda:<630> log likelihood: -391182 INFO:lda:<640> log likelihood: -391797 INFO:lda:<650> log likelihood: -391590 INFO:lda:<660> log likelihood: -391403 INFO:lda:<670> log likelihood: -391055 INFO:lda:<680> log likelihood: -391208 INFO:lda:<690> log likelihood: -391535 INFO:lda:<700> log likelihood: -391166 INFO:lda:<710> log likelihood: -391791 INFO:lda:<720> log likelihood: -391799 INFO:lda:<730> log likelihood: -391121 INFO:lda:<740> log likelihood: -391225 INFO:lda:<750> log likelihood: -391325 INFO:lda:<760> log likelihood: -391922 INFO:lda:<770> log likelihood: -391804 INFO:lda:<780> log likelihood: -391421 INFO:lda:<790> log likelihood: -391705 INFO:lda:<800> log likelihood: -391509 INFO:lda:<810> log likelihood: -391466 INFO:lda:<820> log likelihood: -391289 INFO:lda:<830> log likelihood: -391193 INFO:lda:<840> log likelihood: -390978 INFO:lda:<850> log likelihood: -391428 INFO:lda:<860> log likelihood: -391489 INFO:lda:<870> log likelihood: -391259 INFO:lda:<880> log likelihood: -391254 INFO:lda:<890> log likelihood: -391438 INFO:lda:<900> log likelihood: -391279 INFO:lda:<910> log likelihood: -391784 INFO:lda:<920> log likelihood: -391422 INFO:lda:<930> log likelihood: -391167 INFO:lda:<940> log likelihood: -391258 INFO:lda:<950> log likelihood: -391162 INFO:lda:<960> log likelihood: -391497 INFO:lda:<970> log likelihood: -391251 INFO:lda:<980> log likelihood: -391848 INFO:lda:<990> log likelihood: -391531 INFO:lda:<1000> log likelihood: -391267 INFO:lda:<1010> log likelihood: -391538 INFO:lda:<1020> log likelihood: -391446 INFO:lda:<1030> log likelihood: -391241 INFO:lda:<1040> log likelihood: -391674 INFO:lda:<1050> log likelihood: -391355 INFO:lda:<1060> log likelihood: -390799 INFO:lda:<1070> log likelihood: -391406 INFO:lda:<1080> log likelihood: -391153 INFO:lda:<1090> log likelihood: -391385 INFO:lda:<1100> log likelihood: -391238 INFO:lda:<1110> log likelihood: -391335 INFO:lda:<1120> log likelihood: -391173 INFO:lda:<1130> log likelihood: -391095 INFO:lda:<1140> log likelihood: -391284 INFO:lda:<1150> log likelihood: -391067 INFO:lda:<1160> log likelihood: -391268 INFO:lda:<1170> log likelihood: -391355 INFO:lda:<1180> log likelihood: -391187 INFO:lda:<1190> log likelihood: -390652 INFO:lda:<1200> log likelihood: -391268 INFO:lda:<1210> log likelihood: -390689 INFO:lda:<1220> log likelihood: -391177 INFO:lda:<1230> log likelihood: -391290 INFO:lda:<1240> log likelihood: -390926 INFO:lda:<1250> log likelihood: -390747 INFO:lda:<1260> log likelihood: -390999 INFO:lda:<1270> log likelihood: -390956 INFO:lda:<1280> log likelihood: -390977 INFO:lda:<1290> log likelihood: -390717 INFO:lda:<1300> log likelihood: -390847 INFO:lda:<1310> log likelihood: -391193 INFO:lda:<1320> log likelihood: -391320 INFO:lda:<1330> log likelihood: -391312 INFO:lda:<1340> log likelihood: -391065 INFO:lda:<1350> log likelihood: -391109 INFO:lda:<1360> log likelihood: -391593 INFO:lda:<1370> log likelihood: -391371 INFO:lda:<1380> log likelihood: -391012 INFO:lda:<1390> log likelihood: -391280 INFO:lda:<1400> log likelihood: -391168 INFO:lda:<1410> log likelihood: -391196 INFO:lda:<1420> log likelihood: -391224 INFO:lda:<1430> log likelihood: -391105 INFO:lda:<1440> log likelihood: -390853 INFO:lda:<1450> log likelihood: -391390 INFO:lda:<1460> log likelihood: -390827 INFO:lda:<1470> log likelihood: -390626 INFO:lda:<1480> log likelihood: -391102 INFO:lda:<1490> log likelihood: -390886 INFO:lda:<1499> log likelihood: -390866
Topic 0: mission missionary missionaries china mr inland little time work years Topic 1: men miles day days journey coolies way li long road Topic 2: river road valley feet mountain bridge high town little plain Topic 3: cash yunnan gold silver money capital 100 taels number cost Topic 4: chinese said english foreign came room told words understand crowd Topic 5: china chinese years known seen family sent love told far Topic 6: death children dead wife living mother woman way husband girls Topic 7: burma bhamo china burmese british journey soldiers men officer western Topic 8: gutenberg project tm work works foundation terms electronic agreement states Topic 9: opium china chinese shall pipe poppy chairen large grown eye Topic 10: chinese china yunnan chungking yangtse telegraph customs mr provinces french Topic 11: cited rev dr infanticide john university worship peking sir high Topic 12: river boat water bank like men time junk rapid moment Topic 13: room rice inn tea street poor little brought good people Topic 14: city province yamen town gate magistrate yunnan tali west wall Topic 15: temple chinese built priests stone fort centre near cut gods Topic 16: chinese shan sun women feet town dressed blue yellow white Topic 17: man came young years went saw did men morning father Topic 18: china chinese chinaman says god man does england country western Topic 19: page replaced yunnan chapter city chungking suifu chaotong hsien chang
()
with open('russell_problemofchina/19172.txt', 'r') as f: content = f.readlines()
content[:257]
["Project Gutenberg's An Australian in China, by George Ernest Morrison\n", '\n', 'This eBook is for the use of anyone anywhere at no cost and with\n', 'almost no restrictions whatsoever. You may copy it, give it away or\n', 're-use it under the terms of the Project Gutenberg License included\n', 'with this eBook or online at www.gutenberg.org\n', '\n', '\n', 'Title: An Australian in China\n', ' Being the Narrative of a Quiet Journey Across China to Burma\n', '\n', 'Author: George Ernest Morrison\n', '\n', 'Release Date: September 4, 2006 [EBook #19172]\n', '\n', 'Language: English\n', '\n', 'Character set encoding: ASCII\n', '\n', '*** START OF THIS PROJECT GUTENBERG EBOOK AN AUSTRALIAN IN CHINA ***\n', '\n', '\n', '\n', '\n', 'Produced by Thierry Alberto and the Online Distributed\n', 'Proofreading Team at http://www.pgdp.net\n', '\n', '\n', '\n', '\n', '\n', ' * * * * *\n', ' +------------------------------------------------------------+\n', " | Transcriber's Note: |\n", ' | |\n', ' | Obvious typographical errors have been corrected in |\n', ' | this text. For a complete list, please see the bottom of |\n', ' | this document. |\n', ' | |\n', ' | Macrons are shown as [=o] and [=u] |\n', ' | |\n', ' +------------------------------------------------------------+\n', '\n', ' * * * * *\n', '\n', '[Illustration: THE AUTHOR IN WESTERN CHINA.]\n', '\n', '\n', 'AN AUSTRALIAN IN CHINA\n', '\n', 'BEING THE NARRATIVE OF A QUIET JOURNEY ACROSS CHINA TO BURMA\n', '\n', 'BY GEORGE ERNEST MORRISON M.D. EDIN., F.R.G.S.\n', '\n', '\n', '_THIRD EDITION_\n', '\n', "LONDON: HORACE COX WINDSOR HOUSE, BREAM'S BUILDINGS E.C.\n", '\n', 'MDCCCCII\n', '\n', '\n', 'TO\n', '\n', 'JOHN CHIENE, M.D.,\n', '\n', 'F.R.C.S.E., F.R.S.E., ETC.,\n', '\n', 'PROFESSOR OF SURGERY IN THE UNIVERSITY OF EDINBURGH,\n', '\n', 'WHO GAVE ME BACK THE POWER OF LOCOMOTION.\n', '\n', 'I GRATEFULLY\n', '\n', 'INSCRIBE THIS VOLUME.\n', '\n', '\n', '\n', '\n', 'CONTENTS.\n', '\n', '\n', '\n', ' CHAPTER I. PAGES\n', ' INTRODUCTORY--MAINLY ABOUT MISSIONARIES AND THE CITY\n', ' OF HANKOW 1-11\n', '\n', ' CHAPTER II.\n', ' FROM HANKOW TO WANHSIEN, WITH SOME ACCOUNT OF\n', ' CHINESE WOMEN AND THE RAPIDS OF THE YANGTSE 12-23\n', '\n', ' CHAPTER III.\n', ' THE CITY OF WANHSIEN, AND THE JOURNEY FROM WANHSIEN\n', ' TO CHUNGKING 24-34\n', '\n', ' CHAPTER IV.\n', ' THE CITY OF CHUNGKING--THE CHINESE CUSTOMS--THE\n', ' FAMOUS MONSIEUR HAAS, AND A FEW WORDS ON\n', ' THE OPIUM FALLACY 35-49\n', '\n', ' CHAPTER V.\n', ' THE JOURNEY FROM CHUNGKING TO SUIFU--CHINESE INNS 50-62\n', '\n', ' CHAPTER VI.\n', ' THE CITY OF SUIFU--THE CHINA INLAND MISSION, WITH\n', ' SOME GENERAL REMARKS ABOUT MISSIONARIES IN CHINA 63-75\n', '\n', ' CHAPTER VII.\n', ' SUIFU TO CHAOTONG, WITH SOME REMARKS ON THE\n', ' PROVINCE OF YUNNAN--CHINESE PORTERS, POSTAL\n', ' ARRANGEMENTS, AND BANKS 76-96\n', '\n', ' CHAPTER VIII.\n', ' THE CITY OF CHAOTONG, WITH SOME REMARKS ON ITS\n', ' POVERTY, INFANTICIDE, SELLING FEMALE CHILDREN\n', ' INTO SLAVERY, TORTURES, AND THE CHINESE INSENSIBILITY\n', ' TO PAIN 97-106\n', '\n', ' CHAPTER IX.\n', ' MAINLY ABOUT CHINESE DOCTORS 107-114\n', '\n', ' CHAPTER X.\n', ' THE JOURNEY FROM CHAOTONG TO TONGCHUAN 115-124\n', '\n', ' CHAPTER XI.\n', ' THE CITY OF TONGCHUAN, WITH SOME REMARKS UPON\n', ' INFANTICIDE 125-134\n', '\n', ' CHAPTER XII.\n', ' TONGCHUAN TO YUNNAN CITY 135-147\n', '\n', ' CHAPTER XIII.\n', ' AT YUNNAN CITY 148-157\n', '\n', ' CHAPTER XIV.\n', ' GOLD, BANKS, AND TELEGRAPHS IN YUNNAN 158-170\n', '\n', ' CHAPTER XV.\n', ' THE FRENCH MISSION AND THE ARSENAL IN YUNNAN CITY 171-182\n', '\n', ' CHAPTER XVI.\n', ' THE JOURNEY FROM YUNNAN CITY TO TALIFU 183-201\n', '\n', ' CHAPTER XVII.\n', ' THE CITY OF TALI--PRISONS--POISONING--PLAGUES AND\n', ' MISSIONS 202-217\n', '\n', ' CHAPTER XVIII.\n', ' THE JOURNEY FROM TALI, WITH SOME REMARKS ON THE\n', ' CHARACTER OF THE CANTONESE, CHINESE EMIGRANTS,\n', ' CRETINS, AND WIFE-BEATING IN CHINA 218-232\n', '\n', ' CHAPTER XIX.\n', ' THE MEKONG AND SALWEEN RIVERS--HOW TO TRAVEL\n', ' IN CHINA 233-243\n', '\n', ' CHAPTER XX.\n', ' THE CITY OF TENGYUEH--THE CELEBRATED WUNTHO\n', ' SAWBWA--SHAN SOLDIERS 244-259\n', '\n', ' CHAPTER XXI.\n', ' THE SHAN TOWN OF SANTA, AND MANYUEN, THE SCENE\n', " OF CONSUL MARGARY'S MURDER 260-269\n", '\n', ' CHAPTER XXII.\n', ' CHINA AS A FIGHTING POWER--THE KACHINS--AND THE\n', ' LAST STAGE INTO BHAMO 270-281\n', '\n', ' CHAPTER XXIII.\n', ' BHAMO, MANDALAY, RANGOON, AND CALCUTTA 282-291\n', '\n', '\n', '\n', '\n', 'ILLUSTRATIONS.\n', '\n', '_Mostly from Photographs by_ MR. C. JENSEN _of the Imperial Chinese\n', 'Telegraphs._\n', '\n', '\n', ' THE AUTHOR IN WESTERN CHINA _Frontispiece._\n', '\n', " THE AUTHOR'S CHINESE PASSPORT _page_ 8\n", '\n', ' ON A BALCONY IN WESTERN CHINA 14\n', '\n', ' THE RIVER YANGTSE AT TUNG-LO-HSIA 34\n', '\n', ' MEMORIAL ARCHWAY AT THE FORT OF FU-TO-KUAN 34\n', '\n', ' CHUNGKING, FROM THE OPPOSITE BANK OF THE YANGTSE 38\n', '\n', ' A TEMPLE THEATRE IN CHUNGKING 44\n', '\n', ' ON THE MAIN ROAD TO SUIFU 52\n', '\n', ' CULTIVATION IN TERRACES 58\n', '\n', ' SCENE IN SZECHUEN 58\n', '\n', ' OPIUM-SMOKING 72\n', '\n', ' A TEMPLE IN SZECHUEN 84\n', '\n', ' LAOWATAN 84\n', '\n', ' THE OPIUM-SMOKER OF ROMANCE 93\n', '\n', ' PAGODA BY THE WAYSIDE, WESTERN CHINA 118\n', '\n', ' THE BIG EAST GATE OF YUNNAN CITY 146\n', '\n', ' VIEW IN YUNNAN CITY 156\n', '\n', ' SOLDIERS ON THE WALL OF YUNNAN CITY 168\n', '\n', ' THE PAGODA OF YUNNAN CITY, 250 FEET HIGH 174\n', '\n', ' THE VICEROY OF TWO PROVINCES 180\n', '\n', " THE AUTHOR'S CHINESE NAME 182\n", '\n', ' THE GIANT OF YUNNAN 184\n', '\n', ' THE "EAGLE NEST BARRIER," ON THE ROAD TO TALIFU 192\n', '\n', ' SNOW-CLAD MOUNTAINS BEHIND TALIFU 204\n', '\n', ' MEMORIAL IN A TEMPLE NEAR TALIFU 220\n', '\n', ' THE DESCENT TO THE RIVER MEKONG 232\n', '\n', ' INSIDE VIEW OF A SUSPENSION BRIDGE 236\n', '\n', ' THE RIVER SALWEEN 240\n', '\n', ' THE RIVER SHWELI AND ITS SUSPENSION BRIDGE 242\n', '\n', ' THE SUBURB BEYOND THE SOUTH GATE OF TENGYUEH 250\n', '\n', ' CHINESE MAP OF CHUNGKING 292\n', '\n', ' ROUGH SKETCH-MAP OF CHINA AND BURMA _at end._\n', '\n', '\n', '\n', '\n', 'AN AUSTRALIAN IN CHINA.\n', '\n', '\n', '\n', '\n', 'CHAPTER I.\n', '\n', 'INTRODUCTORY--MAINLY ABOUT MISSIONARIES AND THE CITY OF HANKOW.\n', '\n', '\n']
edited_content = content[257:]
edited_content
['In the first week of February, 1894, I returned to Shanghai from Japan.\n', 'It was my intention to go up the Yangtse River as far as Chungking, and\n', 'then, dressed as a Chinese, to cross quietly over Western China, the\n', 'Chinese Shan States, and Kachin Hills to the frontier of Burma. The\n', 'ensuing narrative will tell how easily and pleasantly this journey,\n', 'which a few years ago would have been regarded as a formidable\n', 'undertaking, can now be done.\n', '\n', 'The journey was, of course, in no sense one of exploration; it consisted\n', 'simply of a voyage of 1500 miles up the Yangtse River, followed by a\n', 'quiet, though extended, excursion of another 1500 miles along the great\n', 'overland highway into Burma, taken by one who spoke no Chinese, who had\n', 'no interpreter or companion, who was unarmed, but who trusted implicitly\n', 'in the good faith of the Chinese. Anyone in the world can cross over to\n', 'Burma in the way I did, provided he be willing to exercise for a certain\n', 'number of weeks or months some endurance--for he will have to travel\n', 'many miles on foot over a mountainous country--and much forbearance.\n', '\n', 'I went to China possessed with the strong racial antipathy to the\n', 'Chinese common to my countrymen, but that feeling has long since given\n', 'way to one of lively sympathy and gratitude, and I shall always look\n', 'back with pleasure to this journey, during which I experienced, while\n', 'traversing provinces as wide as European kingdoms, uniform kindness and\n', 'hospitality, and the most charming courtesy. In my case, at least, the\n', 'Chinese did not forget their precept, "deal gently with strangers from\n', 'afar."\n', '\n', "I left Shanghai on Sunday, February 11th, by the Jardine Matheson's\n", 'steamer _Taiwo_. One kind friend, a merchant captain who had seen life\n', 'in every important seaport in the world, came down, though it was past\n', 'midnight, to bid me farewell. We shook hands on the wharf, and for the\n', 'last time. Already he had been promised the first vacancy in Jardine\n', "Matheson's. Some time after my departure, when I was in Western China,\n", 'he was appointed one of the officers of the ill-fated _Kowshing_, and\n', 'when this unarmed transport before the declaration of war was destroyed\n', 'by a Japanese gunboat, he was among the slain--struck, I believe, by a\n', 'Japanese bullet while struggling for life in the water.\n', '\n', 'I travelled as a Chinese, dressed in warm Chinese winter clothing, with\n', 'a pigtail attached to the inside of my hat. I could not have been more\n', 'comfortable. I had a small cabin to myself. I had of course my own\n', 'bedding, and by paying a Mexican dollar a day to the Chinese steward,\n', '"foreign chow," was brought me from the saloon. The traveller who cares\n', 'to travel in this way, to put his pride in his pocket and a pigtail down\n', 'his back, need pay only one-fourth of what it would cost him to travel\n', 'as a European in European dress.\n', '\n', 'But I was, I found, unwittingly travelling under false pretences. When\n', 'the smart chief officer came for my fare he charged me, I thought, too\n', 'little. I expressed my surprise, and said that I thought the fare was\n', 'seven dollars. "So it is," he replied "but we only charge missionaries\n', 'five dollars, and I knew you were a missionary even before they told\n', 'me." How different was his acuteness from that of the Chinese compradore\n', "who received me on the China Merchants' steamer _Hsin Chi_, in which I\n", 'once made a voyage from Shanghai to Tientsin, also in Chinese dress! The\n', 'conversation was short, sharp, and emphatic. The compradore looked at me\n', 'searchingly. "What pidgin belong you?" he asked--meaning what is your\n', 'business? Humbly I answered, "My belong Jesus Christ pidgin"; that is, I\n', 'am a missionary, to which he instantly and with some scorn replied, "No\n', 'dam fear!"\n', '\n', 'We called at the river ports and reached Hankow on the 14th. Hankow, the\n', 'Chinese say, is the mart of eight provinces and the centre of the earth.\n', 'It is the chief distributing centre of the Yangtse valley, the capital\n', 'city of the centre of China. The trade in tea, its staple export, is\n', 'declining rapidly, particularly since 1886. Indian opium goes no higher\n', 'up the river than this point; its importation into Hankow is now\n', 'insignificant, amounting to only 738 piculs (44 tons) per annum. Hankow\n', 'is on the left bank of the Yangtse, separated only by the width of the\n', 'Han river from Hanyang, and by the width of the Yangtse from Wuchang;\n', 'these three divisions really form one large city, with more inhabitants\n', 'than the entire population of the colony of Victoria.\n', '\n', 'Wuchang is the capital city of the two provinces of Hunan and Hupeh; it\n', 'is here that the Viceroy, Chang Chi Tung, resides in his official yamen\n', 'and dispenses injustice from a building almost as handsome as the\n', 'American mission-houses which overlook it. Chang Chi Tung is the most\n', 'anti-foreign of all the Viceroys of China; yet no Viceroy in the Empire\n', 'has ever had so many foreigners in his employ as he. "Within the four\n', 'seas," he says, "all men are brothers"; yet the two provinces he rules\n', 'over are closed against foreigners, and the missionaries are compelled\n', 'to remain under the shelter of the foreign Concession in Hankow. With a\n', 'public spirit unusual among Chinese Viceroys he has devoted the immense\n', 'revenues of his office to the modern development of the resources of his\n', 'vice-kingdom. He has erected a gigantic cotton-mill at Wuchang with\n', 'thirty-five thousand spindles, covering six acres and lit with the\n', 'electric light, and with a reservoir of three acres and a half. He has\n', 'built a large mint. At Hanyang he has erected magnificent iron-works and\n', 'blast furnaces which cover many acres and are provided with all the\n', 'latest machinery. He has iron and coal mines, with a railway seventeen\n', 'miles long from the mines to the river, and specially constructed\n', 'river-steamers and special hoisting machinery at the river-banks. Money\n', 'he has poured out like water; he is probably the only important official\n', 'in China who will leave office a poor man.\n', '\n', 'Acting as private secretary to the Viceroy is a clever Chinese named Kaw\n', 'Hong Beng, the author of _Defensio Populi_, that often-quoted attack\n', 'upon missionary methods which appeared first in _The North China Daily\n', 'News_. A linguist of unusual ability, who publishes in _The Daily News_\n', 'translations from Heine in English verse, Kaw is gifted with a rare\n', 'command over the resources of English. He is a Master of Arts of the\n', 'University of Edinburgh. Yet, strange paradox, notwithstanding that he\n', 'had the privilege of being trained in the most pious and earnest\n', 'community in the United Kingdom, under the lights of the United\n', 'Presbyterian Kirk, Free Kirk, Episcopalian Church, and _The_ Kirk, not\n', 'to mention a large and varied assortment of Dissenting Churches of more\n', 'or less dubious orthodoxy, he is openly hostile to the introduction of\n', 'Christianity into China. And nowhere in China is the opposition to the\n', 'introduction of Christianity more intense than in the Yangtse valley. In\n', 'this intensity many thoughtful missionaries see the greater hope of the\n', 'ultimate conversion of this portion of China; opposition they say is a\n', 'better aid to missionary success than mere apathy.\n', '\n', 'During the time I was in China, I met large numbers of missionaries of\n', 'all classes, in many cities from Peking to Canton, and they unanimously\n', 'expressed satisfaction at the progress they are making in China.\n', 'Expressed succinctly, their harvest may be described as amounting to a\n', 'fraction more than two Chinamen per missionary per annum. If, however,\n', 'the paid ordained and unordained native helpers be added to the number\n', 'of missionaries, you find that the aggregate body converts nine-tenths\n', 'of a Chinaman per worker per annum; but the missionaries deprecate their\n', 'work being judged by statistics. There are 1511 Protestant missionaries\n', 'labouring in the Empire; and, estimating their results from the\n', 'statistics of previous years as published in the _Chinese Recorder_, we\n', 'find that they gathered last year (1893) into the fold 3127 Chinese--not\n', 'all of whom it is feared are genuine Christians--at a cost of _L350,000_,\n', 'a sum equal to the combined incomes of the ten chief London hospitals.\n', '\n', 'Hankow itself swarms with missionaries, "who are unhappily divided into\n', 'so many sects, that even a foreigner is bewildered by their number, let\n', 'alone the heathen to whom they are accredited." (Medhurst.)\n', '\n', 'Dwelling in well-deserved comfort in and around the foreign settlement,\n', 'there are members of the London Missionary Society, of the Tract\n', 'Society, of the Local Tract Society, of the British and Foreign Bible\n', 'Society, of the National Bible Society of Scotland, of the American\n', 'Bible Society; there are Quaker missionaries, Baptist, Wesleyan, and\n', 'Independent missionaries of private means; there are members of the\n', 'Church Missionary Society, of the American Board of Missions, and of the\n', 'American High Church Episcopal Mission; there is a Medical Mission in\n', 'connection with the London Missionary Society, there is a flourishing\n', 'French Mission under a bishop, the "_Missions etrangeres de Paris_," a\n', 'Mission of Franciscan Fathers, most of whom are Italian, and a Spanish\n', 'Mission of the Order of St. Augustine.\n', '\n', 'The China Inland Mission has its chief central distributing station at\n', 'Hankow, and here also are the headquarters of a Scandinavian Mission, of\n', 'a Danish Mission, and of an unattached mission, most of the members of\n', 'which are also Danish. Where there are so many missions, of so many\n', 'different sects, and holding such widely divergent views, it is, I\n', 'suppose, inevitable that each mission should look with some disfavour\n', 'upon the work done by its neighbours, should have some doubts as to the\n', 'expediency of their methods, and some reasonable misgivings as to the\n', 'genuineness of their conversions.\n', '\n', 'The Chinese "Rice Christians," those spurious Christians who become\n', 'converted in return for being provided with rice, are just those who\n', 'profit by these differences of opinion, and who, with timely lapses from\n', 'grace, are said to succeed in being converted in turn by all the\n', 'missions from the Augustins to the Quakers.\n', '\n', 'Every visitor to Hankow and to all other open ports, who is a supporter\n', 'of missionary effort, is pleased to find that his preconceived notions\n', 'as to the hardships and discomforts of the open port missionary in China\n', 'are entirely false. Comfort and pleasures of life are there as great as\n', 'in any other country. Among the most comfortable residences in Hankow\n', 'are the quarters of the missionaries; and it is but right that the\n', 'missionaries should be separated as far as possible from all\n', 'discomfort--missionaries who are sacrificing all for China, and who are\n', 'prepared to undergo any reasonable hardship to bring enlightenment to\n', 'this land of darkness.\n', '\n', 'I called at the headquarters of the Spanish mission of Padres Agustinos\n', 'and smoked a cigarette with two of the Padres, and exchanged\n', 'reminiscences of Valladolid and Barcelona. And I can well conceive,\n', 'having seen the extreme dirtiness of the mission premises, how little\n', 'the Spaniard has to alter his ways in order to make them conform to the\n', 'more ancient civilisation of the Chinese.\n', '\n', 'In Hankow there is a large foreign concession with a handsome embankment\n', 'lined by large buildings. There is a rise and fall in the river between\n', 'summer and winter levels of nearly sixty feet. In the summer the river\n', 'laps the edge of the embankment and may overflow into the concession; in\n', 'the winter, broad steps lead down to the edge of the water which, even\n', 'when shrunk into its bed, is still more than half a mile in width. Our\n', 'handsome consulate is at one end of the embankment; at the other there\n', 'is a remarkable municipal building which was designed by a former City\n', 'constable, who was, I hope, more expert with the handcuffs than he was\n', 'with the pencil.\n', '\n', "[Illustration: THE AUTHOR'S CHINESE PASSPORT.]\n", '\n', 'Our interests in Hankow are protected by Mr. Pelham Warren, the Consul,\n', 'one of the ablest men in the Service. I registered at the Consulate as a\n', 'British subject and obtained a Chinese passport in terms of the Treaty\n', 'of Tientsin for the four provinces Hupeh, Szechuen, Kweichow, and\n', 'Yunnan, available for one year from the date of issue.\n', '\n', 'I had no servant. An English-speaking "boy," hearing that I was in need\n', 'of one, came to me to recommend "his number one flend," who, he assured\n', 'me, spoke English "all the same Englishman." But when the "flend" came I\n', 'found that he spoke English all the same as I spoke Chinese. He was not\n', 'abashed, but turned away wrath by saying to me, through an interpreter,\n', '"It is true that I cannot speak the foreign language, but the foreign\n', 'gentleman is so clever that in one month he will speak Chinese\n', 'beautifully." We did not come to terms.\n', '\n', "At Hankow I embarked on the China Merchants' steamer _Kweili_, the only\n", 'triple-screw steamer on the River, and four days later, on February\n', '21st, I landed at Ichang, the most inland port on the Yangtse yet\n', 'reached by steam. Ichang is an open port; it is the scene of the\n', 'anti-foreign riot of September 2nd, 1891, when the foreign settlement\n', 'was pillaged and burnt by the mob, aided by soldiers of the Chentai\n', 'Loh-Ta-Jen, the head military official in charge at Ichang, "who gave\n', 'the outbreak the benefit of his connivance." Pleasant zest is given to\n', 'life here in the anticipation of another outbreak; it is the only\n', 'excitement.\n', '\n', 'From Ichang to Chungking--a distance of 412 miles--the river Yangtse, in\n', 'a great part of its course, is a series of rapids which no steamer has\n', 'yet attempted to ascend, though it is contended that the difficulties of\n', 'navigation would not be insuperable to a specially constructed steamer\n', 'of elevated horse-power. Some idea of the speed of the current at this\n', 'part of the river may be given by the fact that a junk, taking thirty to\n', 'thirty-five days to do the upward journey, hauled most of the way by\n', 'gangs of trackers, has been known to do the down-river journey in two\n', 'days and a half.\n', '\n', 'Believing that I could thus save some days on the journey, I decided to\n', 'go to Chungking on foot, and engaged a coolie to accompany me. We were\n', 'to start on the Thursday afternoon; but about midnight on Wednesday I\n', 'met Dr. Aldridge, of the Customs, who easily persuaded me that by taking\n', 'the risk of going in a small boat (a _wupan_), and not in an ordinary\n', 'passenger junk (a _kwatze_), I might, with luck, reach Chungking as soon\n', 'by water as I could reach Wanhsien at half the distance by land. The\n', 'Doctor was a man of surprising energy. He offered to arrange everything\n', "for me, and by 6 o'clock in the morning he had engaged a boat, had\n", 'selected a captain (_laoban_), and a picked crew of four young men, who\n', 'undertook to land me in Chungking in fifteen days, and had given them\n', 'all necessary instructions for my journey. All was to be ready for a\n', 'start the same evening.\n', '\n', 'During the course of the morning the written agreement was brought me by\n', 'the laoban, drawn up in Chinese and duly signed, of which a Chinese\n', 'clerk made me the following translation into English. I transcribe it\n', 'literally:--\n', '\n', 'Yang Hsing Chung (the laoban) hereby contracts to convey Dr. M. to\n', 'Chungking on the following conditions:--\n', '\n', ' 1. The passage-money agreed upon is 28,000 cash (_L2 16s._),\n', ' which includes all charges.\n', '\n', ' 2. If Chungking is reached in twelve days, Dr. M. will give\n', ' the master 32,500 cash instead; if in thirteen days 31,000,\n', ' and if in fifteen days 28,000.\n', '\n', ' 3. If all goes well and the master does his duty\n', ' satisfactorily, Dr. M. will give him 30,000 cash, even if he\n', ' gets to Chungking in fifteen days.\n', '\n', ' 4. The sum of 14,000 cash is to be advanced to the master\n', ' before starting; the remainder to be paid on arrival at\n', ' Chungking.\n', '\n', ' (Signed) YANG HSING CHUNG.\n', '\n', ' Dated the 17th day of the 2nd moon,\n', ' K, shui 20th year.\n', '\n', 'The Chinaman who wrote this in English speaks English better than many\n', 'Englishmen.\n', '\n', '\n', '\n', '\n', 'CHAPTER II.\n', '\n', 'FROM ICHANG TO WANHSIEN, WITH SOME ACCOUNT OF CHINESE WOMEN AND THE\n', 'RAPIDS OF THE YANGTSE KIANG.\n', '\n', '\n', 'The agreement was brought me in the morning; all the afternoon I was\n', 'busy, and at 8 p.m. I embarked from the Customs pontoon. The boat was a\n', 'wupan (five boards), 28 feet long and drawing 8 inches. Its sail was\n', 'like the wing of a butterfly, with transverse ribs of light bamboo; its\n', 'stern was shaped "like a swallow\'s wings at rest." An improvised\n', 'covering of mats amidships was my crib; and with spare mats, slipt\n', "during the day over the boat's hood, coverings could be made at night\n", "for'ard for my three men and aft for the other two. It seemed a frail\n", 'little craft to face the dangers of the cataracts, but it was manned by\n', 'as smart a crew of young Chinese as could be found on the river. It was\n', 'pitch dark when we paddled into the stream amidst a discharge of\n', 'crackers. As we passed under the _Kweili_, men were there to wish me\n', '_bon voyage_, and a revolver was emptied into the darkness to propitiate\n', 'the river god.\n', '\n', 'We paddled up the bank under the sterns of countless junks, past the\n', 'walled city, and then, crossing to the other bank, we made fast and\n', 'waited for the morning to begin our journey. The lights of the city were\n', 'down the river; all was quiet; my men were in good heart, and there was\n', 'no doubt whatever that they would make every effort to fulfil their\n', 'contract.\n', '\n', 'At daylight we were away again and soon entered the first of the great\n', 'gorges where the river has cleft its way through the mountains.\n', '\n', 'With a clear and sunny sky, the river flowing smoothly and reflecting\n', "deeply the lofty and rugged hills which fall steeply to the water's\n", 'edge, a light boat, and a model crew, it was a pleasure to lie at ease\n', 'wrapped in my Chinese pukai and watch the many junks lazily falling down\n', 'the river, the largest of them "dwarfed by the colossal dimensions of\n', 'the surrounding scenery to the size of sampans," and the fishing boats,\n', 'noiseless but for the gentle creaking of the sheers and dip-net,\n', 'silently working in the still waters under the bank.\n', '\n', 'At Ping-shan-pa there is an outstation of the Imperial Maritime Customs\n', 'in charge of a seafaring man who was once a cockatoo farmer in South\n', 'Australia, and drove the first team of bullocks to the Mount Brown\n', 'diggings. He lives comfortably in a house-boat moored to the bank. He is\n', 'one of the few Englishmen in China married in the English way, as\n', 'distinct from the Chinese, to a Chinese girl. His wife is one of the\n', 'prettiest girls that ever came out of Nanking, and talks English\n', 'delightfully with a musical voice that is pleasant to listen to. I\n', 'confess that I am one of those who agree with the missionary writer in\n', 'regarding "the smile of a Chinese woman as inexpressibly charming." I\n', 'have seen girls in China who would be considered beautiful in any\n', 'capital in Europe. The attractiveness of the Japanese lady has been the\n', 'theme of many writers, but, speaking as an impartial observer who has\n', 'been both in Japan and China, I have never been able to come to any\n', 'other decision than that in every feature the Chinese woman is superior\n', 'to her Japanese sister. She is head and shoulders above the Japanese;\n', 'she is more intellectual, or, rather, she is more capable of\n', 'intellectual development; she is incomparably more chaste and modest.\n', 'She is prettier, sweeter, and more trustworthy than the misshapen\n', 'cackling little dot with black teeth that we are asked to admire as a\n', 'Japanese beauty. The traveller in China is early impressed by the\n', 'contrast between the almost entire freedom from apparent immorality of\n', 'the Chinese cities, especially of Western China, and the flaunting\n', 'indecency of the _Yoshiwaras_ of Japan, with "their teeming, seething,\n', 'busy mass of women, whose virtue is industry and whose industry is\n', 'vice."\n', '\n', 'The small feet of the Chinese women, though admired by the Chinese and\n', 'poetically referred to by them as "three-inch gold lilies," are in our\n', 'eyes a very unpleasant deformity--but still, even with this deformity,\n', 'the walk of the Chinese woman is more comely than the gait of the\n', 'Japanese woman as she shambles ungracefully along with her little bent\n', 'legs, scraping her wooden-soled slippers along the pavement with a noise\n', 'that sets your teeth on edge. "Girls are like flowers," say the Chinese,\n', '"like the willow. It is very important that their feet should be bound\n', 'short so that they can walk beautifully with mincing steps, swaying\n', 'gracefully, and thus showing to all that they are persons of\n', 'respectability." Apart from the Manchus, the dominant race, whose women\n', 'do not bind their feet, all chaste Chinese girls have small feet. Those\n', 'who have large feet are either, speaking generally, ladies of easy\n', 'virtue or slave girls. And, of course, no Christian girl is allowed to\n', 'have her feet bound.\n', '\n', '[Illustration: ON A BALCONY IN WESTERN CHINA.]\n', '\n', 'Leaving Ping-shan-pa with a stiff breeze in our favour we slowly stemmed\n', 'the current. Look at the current side, and you would think we were doing\n', 'eight knots an hour or more, but look at the shore side, close to which\n', 'we kept to escape as far as possible from the current, and you saw how\n', 'gradually we felt our way along.\n', '\n', 'At a double row of mat sheds filled with huge coils of bamboo rope of\n', 'all thicknesses, my laoban went ashore to purchase a towline; he took\n', 'with him 1000 cash (about two shillings), and returned with a coil 100\n', 'yards in length and 600 cash of change. The rope he brought was made of\n', 'plaited bamboo, was as thick as the middle finger, and as tough as\n', 'whalebone.\n', '\n', 'The country was more open and terraced everywhere into gardens. Our\n', 'progress was most satisfactory. When night came we drew into the bank,\n', 'and I coiled up in my crib and made myself comfortable. Space was\n', 'cramped, and I had barely room to stretch my legs. My cabin was 5 feet 6\n', 'inches square and 4 feet high, open behind, but with two little doors in\n', 'front, out of which I could just manage to squeeze myself sideways round\n', 'the mast. Coir matting was next the floor boards, then a thick Chinese\n', 'quilt (a _pukai_), then a Scotch plaid made in Geelong. My pillow was\n', 'Chinese, and the hardest part of the bed; my portmanteau was beside me\n', 'and served as a desk; a Chinese candle, more wick than wax, stuck into a\n', 'turnip, gave me light.\n', '\n', "This, our first day's journey, brought us to within sound of the worst\n", 'rapid on the river, the Hsintan, and the roar of the cataract hummed in\n', 'our ears all night.\n', '\n', 'Early in the morning we were at the foot of the rapid under the bank on\n', 'the opposite side of the river from the town of Hsintan. It was an\n', 'exciting scene. A swirling torrent with a roar like thunder was frothing\n', 'down the cataract. Above, barriers of rocks athwart the stream stretched\n', 'like a weir across the river, damming the deep still water behind it.\n', 'The shore was strewn with boulders. Groups of trackers were on the bank\n', 'squatting on the rocks to see the foreign devil and his cockleshell.\n', 'Other Chinese were standing where the side-stream is split by the\n', 'boulders into narrow races, catching fish with great dexterity, dipping\n', 'them out of the water with scoop-nets.\n', '\n', 'We rested in some smooth water under shelter and put out our towline;\n', 'three of my boys jumped ashore and laid hold of it; another with his\n', 'bamboo boat-hook stood on the bow; the laoban was at the tiller; and I\n', 'was cooped up useless in the well under the awning. The men started\n', 'hauling as we pushed out into the sea of waters. The boat quivered, the\n', 'water leapt at the bow as if it would engulf us; our three men were\n', 'obviously too few. The boat danced in the rapid. My men on board\n', 'shrieked excitedly that the towrope was fouling--it had caught in a\n', 'rock--but their voices could not be heard; our trackers were brought to\n', 'with a jerk; the hindmost saw the foul and ran back to free it, but he\n', 'was too late, for the boat had come beam on to the current. Our captain\n', 'frantically waved to let go, and the next moment we were tossed bodily\n', 'into the cataract. The boat heeled gunwale under, and suddenly, but the\n', 'bowman kept his feet like a Blondin, dropped the boat-hook, and jumped\n', 'to unlash the halyard; a wave buried the boat nose under and swamped me\n', 'in my kennel; my heart stopped beating, and, scared out of my wits, I\n', 'began to strip off my sodden clothes; but before I had half done the\n', 'sail had been set; both men had miraculously fended the boat from a\n', "rock, which, by a moment's hesitation, would have smashed us in bits or\n", 'buried us in the boiling trough formed by the eddy below it, and, with\n', 'another desperate effort, we had slid from danger into smooth water.\n', 'Then my men laughed heartily. How it was done I do not know, but I felt\n', 'keen admiration for the calm dexterity with which it had been done.\n', '\n', 'We baled the water out of the boat, paid out a second towrope--this one\n', 'from the bow to keep the stern under control, the other being made fast\n', 'to the mast, and took on board a licensed pilot. Extra trackers, hired\n', 'for a few cash, laid hold of both towlines, and bodily--the water\n', 'swelling and foaming under our bows--the boat was hauled against the\n', 'torrent, and up the ledge of water that stretches across the river. We\n', 'were now in smooth water at the entrance to the Mi Tsang Gorge. Two\n', 'stupendous walls of rock, almost perpendicular, as bold and rugged as\n', 'the Mediterranean side of the Rock of Gibraltar seem folded one behind\n', 'the other across the river. "Savage cliffs are these, where not a tree\n', 'and scarcely a blade of grass can grow, and where the stream, which is\n', 'rather heard than seen, seems to be fretting in vain efforts to escape\n', 'from its dark and gloomy prison." In the gorge itself the current was\n', 'restrained, and boats could cross from bank to bank without difficulty.\n', 'It was an eerie feeling to glide over the sunless water shut in by the\n', 'stupendous sidewalls of rock. At a sandy spit to the west of the gorge\n', 'we landed and put things in order. And here I stood and watched the\n', 'junks disappear down the river one after the other, and I saw the truth\n', 'of what Hosie had written that, as their masts are always unshipped in\n', 'the down passage, the junks seem to be "passing with their human freight\n', 'into eternity."\n', '\n', 'An immensely high declivity with a precipitous face was in front of us,\n', 'which strained your eyes to look at; yet high up to the summit and to\n', 'the very edge of the precipice, little farmsteads are dotted, and every\n', 'yard of land available is under cultivation. So steep is it that the\n', 'scanty soil must be washed away, you think, at the first rains, and only\n', 'an adventurous goat could dwell there in comfort. My laoban, Enjeh,\n', 'pointing to this mighty mass, said, "_Pin su chiao_;" but whether these\n', 'words were the name of the place, or were intended to convey to me his\n', 'sense of its magnificence, or dealt with the question of the\n', 'precariousness of tenure so far above our heads, I had no means to\n', 'determine.\n', '\n', 'My laoban knew twelve words of English, and I twelve words of Chinese,\n', 'and this was the extent of our common vocabulary; it had to be carefully\n', 'eked out with signs and gestures. I knew the Chinese for rice,\n', 'flourcake, tea, egg, chopsticks, opium, bed, by-and-by, how many,\n', 'charcoal, cabbage, and customs. My laoban could say in English, or\n', 'pidgin English, chow, number one, no good, go ashore, sit down,\n', 'by-and-by, to-morrow, match, lamp, alright, one piecee, and goddam. This\n', 'last named exotic he had been led to consider as synonymous with "very\n', 'good." It was not the first time I had known the words to be misapplied.\n', 'I remember reading in the _Sydney Bulletin_, that a Chinese cook in\n', 'Sydney when applying for a situation detailed to the mistress his\n', 'undeniable qualifications, concluding with the memorable announcement,\n', '"My Clistian man mum; my eat beef; my say goddam."\n', '\n', 'There was a small village behind us. The villagers strolled down to see\n', 'the foreigner whom children well in the background called "_Yang\n', 'kweitze_" (foreign devil). Below on the sand, were the remains of a\n', 'junk, confiscated for smuggling salt; it had been sawn bodily in two.\n', 'Salt is a Government monopoly and a junk found smuggling it is\n', 'confiscated on the spot.\n', '\n', 'Kueichow, on the left bank, is the first walled town we came to. Here\n', 'we had infinite difficulty in passing the rapids, and crossed and\n', 'recrossed the river several times. I sat in the boat stripped and\n', 'shivering, for shipwreck seemed certain, and I did not wish to be\n', 'drowned like a rat. For cool daring I never saw the equal of my boys,\n', 'and their nicety of judgment was remarkable. Creeping along close to the\n', 'bank, every moment in danger of having its bottom knocked out, the boat\n', 'would be worked to the exact point from which the crossing of the river\n', 'was feasible, balanced for a moment in the stream, then with sail set\n', 'and a clipping breeze, and my men working like demons with the oars,\n', 'taking short strokes, and stamping time with their feet, the boat shot\n', 'into the current. We made for a rock in the centre of the river; we\n', 'missed it, and my heart was in my mouth as I saw the rapid below us into\n', 'which we were being drawn, when the boat mysteriously swung half round\n', 'and glided under the lee of the rock. One of the boys leapt out with the\n', 'bow-rope, and the others with scull and boat-hook worked the boat round\n', 'to the upper edge of the rock, and then, steadying her for the dash\n', 'across, pushed off again into the swirling current and made like fiends\n', 'for the bank. Standing on the stern, managing the sheet and tiller, and\n', 'with his bamboo pole ready, the laoban yelled and stamped in his\n', 'excitement; there was the roar of the cataract below us, towards which\n', 'we were fast edging stern on, destruction again threatened us and all\n', 'seemed over, when in that moment we entered the back-wash and were again\n', 'in good shelter. And so it went on, my men with splendid skill doing\n', 'always the right thing, in the right way, at the right time, with\n', 'unerring certainty.\n', '\n', 'At Yehtan rapid, which is said to be the worst on the river in the\n', 'winter, as the Hsintan rapid is in summer, three of the boys went\n', 'ashore to haul us up the ledge of water--they were plainly insufficient.\n', 'While we were hanging on the cataract extra trackers appeared from\n', 'behind the rocks and offered their services. They could bargain with us\n', 'at an advantage. It was a case well known to all Chinese "of speaking of\n', 'the price after the pig has been killed." But, when we agreed to their\n', 'terms, they laid hold of the towrope and hauled us through in a moment.\n', 'Here, as at other dangerous rapids on the river, an official lifeboat is\n', 'stationed. It is of broad beam, painted red. The sailors are paid eighty\n', 'cash (_2d._) a day, and are rewarded with 1000 cash for every life they\n', 'save, and 800 cash for every corpse.\n', '\n', 'Wushan Gorge, the "Witches\' Gorge," which extends from Kuantukou to\n', 'Wushan-hsien, a distance of twenty miles, is the longest gorge on the\n', 'river.\n', '\n', 'Directly facing us as we emerged from the gorge was the walled town of\n', 'Wushan-hsien. Its guardian pagoda, with its seven stories and its\n', 'upturned gables, like the rim of an official hat, is down-stream from\n', 'the city, and thus prevents wealth and prosperity being swept by the\n', 'current past the city.\n', '\n', 'Beyond there is a short but steep rapid. Before a strong wind with all\n', 'sail set we boldly entered it and determined which was the stronger, the\n', 'wind or the current. But, while we hung in the current calling and\n', 'whistling for the wind, the wind flagged for a moment; tension being\n', 'removed, the bow swung into the rocks; but the water was shallow, and in\n', 'a trice two of the boys had jumped into the water and were holding the\n', 'boat-sides. Then poling and pulling we crept up the rapid into smooth\n', 'water. Never was there any confusion, never a false stroke. To hear my\n', 'boys jabber in their unintelligible speech you pictured disorder, and\n', 'disaster, and wild excitement; to see them act you witnessed such\n', 'coolness, skill, and daring as you had rarely seen before. My boys were\n', 'all young. The captain was only twenty, and was a model of physical\n', 'grace, with a face that will gladden the heart of the Chinese maiden\n', 'whom he condescends to select to be the mother of his children.\n', '\n', 'Junks were making slow progress up the river. The towpath is here on the\n', 'left bank, sixty feet above the present level of the river. Barefooted\n', 'trackers, often one hundred in a gang, clamber over the rocks "like a\n', 'pack of hounds in full cry," each with the coupling over his shoulder\n', 'and all singing in chorus, the junk they are towing often a quarter of a\n', 'mile astern of them. When a rapid intervenes they strain like bondmen at\n', 'the towrope; the line creaks under the enormous tension but holds fast.\n', 'On board the junk, a drum tattoo is beaten and fire-crackers let off,\n', 'and a dozen men with long ironshod bamboos sheer the vessel off the\n', 'rocks as foot by foot it is drawn past the obstruction. Contrast with\n', 'this toilsome slowness the speed of the junk bound down-stream. Its mast\n', 'is shipped; its prodigious bow-sweep projects like a low bowsprit; the\n', 'after deck is covered as far as midships with arched mat-roof; coils of\n', 'bamboo rope are hanging under the awning; a score or more of boatmen,\n', 'standing to their work and singing to keep time, work the yulos, as\n', 'looking like a modern whaleback the junk races down the rapids.\n', '\n', 'Kweichou-fu, 146 miles from Ichang, is one of the largest cities on the\n', 'Upper Yangtse. Just before it is the Feng-hsiang Gorge the "Windbox\n', 'Gorge" where the mountains have been again cleft in twain to let pass\n', 'the river; this is the last of the great gorges of the Yangtse.\n', '\n', 'We had left the province of Hupeh. Kweichou is the first prefectural\n', 'city that the traveller meets in Szechuen; for that reason my laoban\n', 'required me to give him my passport that he might take it ashore and\n', 'have it viseed by the magistrate. While he was away two Customs\n', 'officials searched my boat for contraband goods. When he returned, he\n', 'had to pay a squeeze at the Customs station. We clawed with our hooked\n', 'bamboos round the sterns of a hundred Szechuen junks, and were again\n', 'arrested at a likin boat, and more cash passed from my laoban to the\n', 'officials in charge. We went on again, when a third time we came face on\n', 'to a likin-barrier, and a third time my laoban was squeezed. After this\n', 'we were permitted to continue our journey. For the rest of the day\n', 'whenever the laoban caught my eye he raised three fingers and with a\n', 'rueful shake of the head said "Kweichou haikwan (customs) no good"; and\n', 'then he swore, no doubt.\n', '\n', 'My little boat was the smallest on the river. In sailing it could hold\n', 'its own with all but the long ferry boats or tenders which accompany the\n', 'larger junks to land the trackers and towline. These boats carry a huge\n', 'square sail set vertically from sheer legs, and are very fast. But in\n', 'rowing, poling, and tracking we could beat the river.\n', '\n', 'Anping was passed--a beautiful country town in a landscape of red hills\n', 'and rich green pastures, of groves of bamboo and cypress, of pretty\n', 'little farmhouses with overhanging eaves and picturesque temples in\n', 'wooded glens.\n', '\n', 'At Chipatzu there are the remains of a remarkable embankment built of\n', 'huge blocks of dressed stone resting upon a noble brow of natural rock;\n', 'deep Chinese characters are cut into the stone; but the glory is\n', 'departed and there are now only a few straggling huts where there was\n', 'once a large city.\n', '\n', 'The river was now at its lowest and at every point of sand and shingle,\n', 'meagre bands of gold puddlers were at work washing for gold in cradle\n', 'rockers. To judge, however, from the shabbiness of their surroundings\n', 'there was little fear that their gains would disturb the equilibrium of\n', "the world's gold yield.\n", '\n', '\n', '\n', '\n', 'CHAPTER III.\n', '\n', 'THE CITY OF WANHSIEN, AND THE JOURNEY FROM WANHSIEN TO CHUNGKING.\n', '\n', '\n', 'At daylight, on March 1st, we were abreast of the many storied pagoda,\n', 'whose lofty position, commanding the approach to the city, brings good\n', 'fortune to the city of Wanhsien. A beautiful country is this--the\n', 'chocolate soil richly tilled, the sides of the hills dotted with\n', 'farmhouses in groves of bamboo and cedar, with every variety of green in\n', 'the fields, shot through with blazing patches of the yellow rape-seed.\n', 'The current was swift, the water was shallow where we were tracking, and\n', 'we were constantly aground in the shingle; but we rounded the point, and\n', 'Wanhsien was before us. This is the half-way city between Ichang and\n', 'Chungking. My smart laoban dressed himself in his best to be ready to go\n', 'ashore with me; he was jubilant at his skill in bringing me so quickly.\n', '"Sampan number one! goddam!" he said; and, holding up two hands, he\n', 'turned down seven fingers to show that we had come in seven days. Then\n', 'he pointed to other boats that we were passing, and counted on his\n', 'fingers fifteen, whereby I knew he was demonstrating that, had I gone in\n', 'any other boat but his, I should have been fifteen days on the way\n', 'instead of seven.\n', '\n', 'An immense number of junks of all kinds were moored to the bank, bow on.\n', 'Many of them were large vessels, with hulls like that of an Aberdeen\n', 'clipper. Many carry foreign flags, by which they are exempt from the\n', 'Chinese likin duties, so capricious in their imposition, and pay instead\n', 'a general five per cent. _ad valorem_ duty on their cargoes, which is\n', 'levied by the Imperial Maritime Customs, and collected either in\n', 'Chungking or Ichang. From one to the other, with boathooks and paddle,\n', 'we crept past the outer wings of their balanced rudders till we reached\n', 'the landing place. On the rocks at the landing a bevy of women were\n', 'washing, beating their hardy garments with wooden flappers against the\n', 'stones; but they ceased their work as the foreign devil, in his uncouth\n', 'garb, stepped ashore in their midst. Wanhsien is not friendly to\n', 'foreigners in foreign garb. I did not know this, and went ashore dressed\n', 'as a European. Never have I received such a spontaneous welcome as I did\n', 'in this city; never do I wish to receive such another. I landed at the\n', 'mouth of the small creek which separates the large walled city to the\n', 'east from the still larger city beyond the walls to the west. My laoban\n', 'was with me. We passed through the washerwomen. Boys and ragamuffins\n', 'hanging about the shipping saw me, and ran towards me, yelling: "_Yang\n', 'kweitze, Yang kweitze_" (foreign devil, foreign devil).\n', '\n', 'Behind the booths a story-teller had gathered a crowd; in a moment he\n', 'was alone and the crowd were following me up the hill, yelling and\n', 'howling with a familiarity most offensive to a sensitive stranger. My\n', 'sturdy boy wished me to produce my passport which is the size of an\n', "admiral's ensign, but I was not such a fool as to do so for it had to\n", 'serve me for many months yet. With this taunting noisy crowd I had to\n', 'walk on as if I enjoyed the demonstration. I stopped once and spoke to\n', 'the crowd, and, as I knew no Chinese, I told them in gentle English of\n', 'the very low opinion their conduct led me to form of the moral\n', 'relations of their mothers, and the resignation with which it induced me\n', 'to contemplate the hyperpyretic surroundings of their posthumous\n', 'existence; and, borrowing the Chinese imprecation, I ventured to express\n', 'the hope that when their souls return again to earth they may dwell in\n', 'the bodies of hogs, since they appeared to me the only habitations meet\n', 'for them.\n', '\n', 'But my words were useless. With a smiling face, but rage at my heart, I\n', 'led the procession up the creek to a stone bridge where large numbers\n', 'left me, only to have their places taken on the other bank by a still\n', 'more enthusiastic gathering. I stopped here a moment in the jostling\n', 'crowd to look up-stream at that singular natural bridge, which an\n', 'enormous mass of stone has formed across the creek, and I could see the\n', 'high arched bridge beyond it, which stretches from bank to bank in one\n', 'noble span, and is so high above the water that junks can pass under it\n', 'in the summer time when the rains swell this little stream into a broad\n', 'and navigable river.\n', '\n', 'Then we climbed the steep bank into the city and entering by a dirty\n', 'narrow street we emerged into the main thoroughfare, the crowd still\n', 'following and the shops emptying into the street to see me. We passed\n', 'the Mohammedan Mosque, the Roman Catholic Mission, the City Temple, to a\n', 'Chinese house where I was slipped into the court and the door shut, and\n', 'then into another to find that I was in the home of the China Inland\n', 'Mission, and that the pigtailed celestial receiving me at the steps was\n', 'Mr. Hope Gill. It was my clothes I then learnt that had caused the\n', 'manifestation in my honour. An hour later, when I came out again into\n', 'the street, the crowd was waiting still to see me, but it was\n', 'disappointed to see me now dressed like one of themselves. In the\n', 'meantime I had resumed my Chinese dress. "Look," the people said, "at\n', 'the foreigner; he had on foreign dress, and now he is dressed in Chinese\n', 'even to his queue. Look at his queue, it is false." I took off my hat to\n', 'scratch my head. "Look," they shouted again, "at his queue; it is stuck\n', 'to the inside of his hat." But they ceased to follow me.\n', '\n', 'There are three Missionaries in Wanhsien of the China Inland Mission,\n', 'one of whom is from Sydney. The mission has been opened six years, and\n', 'has been fairly successful, or completely unsuccessful, according to the\n', 'point of view of the inquirer.\n', '\n', 'Mr. Hope Gill, the senior member of the mission, is a most earnest good\n', 'man, who works on in his discouraging task with an enthusiasm and\n', 'devotion beyond all praise. A Premillennialist, he preaches without\n', 'ceasing throughout the city; and his preaching is earnest and\n', 'indiscriminate. His method has been sarcastically likened by the\n', 'Chinese, in the words of one of their best-known aphorisms, to the\n', 'unavailing efforts of a "blind fowl picking at random after worms."\n', 'Nearly all the Chinese in Wanhsien have heard the doctrine described\n', 'with greater or less unintelligibility, and it is at their own risk if\n', 'they still refuse to be saved.\n', '\n', 'During the cholera epidemic this brave man never left his post; he never\n', 'refused a call to attend the sick and dying, and, at the risk of his\n', 'own, saved many lives. And what is his reward? This work he did, the\n', 'Chinese say, not from a disinterested love of his fellows, which was his\n', 'undoubted motive, but to accumulate merit for himself in the invisible\n', 'world beyond the grave. "Gratitude," says this missionary, and it is the\n', 'opinion of many, "is a condition of heart, or of mind, which seems to be\n', 'incapable of existence in the body of a Chinaman." Yet other\n', 'missionaries tell me that no man can possess a livelier sense of\n', 'gratitude than a Chinaman, or manifest it with more sincerity. "If our\n', 'words are compared to the croaking of the frog, we heed it not, but\n', 'freely express the feelings of our heart," are actual words addressed by\n', 'a grateful Chinese patient to the first medical missionary in China. And\n', 'the Chinaman himself will tell you, says Smith, "that it does not follow\n', 'that, because he does not exhibit gratitude he does not feel it. When\n', 'the dumb man swallows a tooth he may not say much about it, but it is\n', 'all inside."\n', '\n', 'Since its foundation in 1887, the Inland Mission of Wanhsien has been\n', 'conducted with brave perseverance. There are, unfortunately, no\n', 'converts, but there are three hopeful "inquirers," whose conversion\n', 'would be the more speedy the more likely they were to obtain employment\n', 'afterwards. They argue in this way; they say, to quote the words used by\n', 'the Rev. G. L. Mason at the Shanghai Missionary Conference of 1890, "if\n', 'the foreign teacher will take care of our bodies, we will do him the\n', 'favour to seek the salvation of our souls." This question of the\n', 'employment of converts is one of the chief difficulties of the\n', 'missionary in China. "The idea (derived from Buddhism) is universally\n', 'prevalent in China," says the Rev. C. W. Mateer, "that everyone who\n', 'enters any sect should live by it.... When a Chinaman becomes a\n', 'Christian he expects to live by his Christianity."\n', '\n', 'One of the three inquirers was shown me; he was described as the most\n', 'advanced of the three in knowledge of the doctrine. Now I do not wish to\n', 'write unkindly, but I am compelled to say that this man was a poor,\n', 'wretched, ragged coolie, who sells the commonest gritty cakes in a\n', 'rickety stall round the corner from the mission, who can neither read\n', 'nor write, and belongs to a very humble order of blunted intelligence.\n', 'The poor fellow is the father of a little girl of three, an only child,\n', 'who is both deaf and dumb. And there is the fear that his fondness for\n', 'the little one tempts him to give hope to the missionaries that in him\n', 'they are to see the first fruit of their toil, the first in the district\n', 'to be saved by their teaching, while he nurses a vague hope that, when\n', 'the foreign teachers regard him as adequately converted, they may be\n', 'willing to restore speech and hearing to his poor little offspring. It\n', 'is a scant harvest.\n', '\n', 'After a Chinese dinner the missionary and I went for a walk into the\n', 'country. In the main street we met a troop of beggars, each with a bowl\n', 'of rice and garbage and a long stick, with a few tattered rags hanging\n', 'round his loins--they were the poorest poor I had ever seen. They were\n', 'the beggars of the city, who had just received their midday meal at the\n', '"Wanhsien Ragged Homes." There are three institutions of the kind in the\n', 'city for the relief of the destitute; they are entirely supported by\n', 'charity, and are said to have an average annual income of 40,000 taels.\n', 'Wanhsien is a very rich city, with wealthy merchants and great salt\n', 'hongs. The landed gentry and the great junk owners have their town\n', 'houses here. The money distributed by the townspeople in private charity\n', 'is unusually great even for a Chinese city. Its most public-spirited\n', "citizen is Ch'en, one of the merchant princes of China whose\n", 'transactions are confined exclusively to the products of his own\n', 'country. Starting life with an income of one hundred taels, bequeathed\n', "him by his father, Ch'en has now agents all over the empire, and\n", 'mercantile dealings which are believed to yield him a clear annual\n', 'income of a quarter of a million taels. His probity is a by-word; his\n', 'benefactions have enriched the province. That cutting in the face of the\n', 'cliff in the Feng-hsiang Gorge near Kweichou-fu, where a pathway for\n', 'trackers has been hewn out of the solid rock, was done at his expense,\n', 'and is said to have cost one hundred thousand taels. Not only by his\n', "benefactions has Ch'en laid up for himself merit in heaven, but he has\n", 'already had his reward in this world. His son presented himself for the\n', 'M.A. examination for the Hanlin degree, the highest academical degree in\n', 'the Empire. Everyone in China knows that success in this examination is\n', 'dependent upon the favour of Wunchang-te-keun, the god of literature\n', '(Taoist) "who from generation to generation hath sent his miraculous\n', 'influence down upon earth", and, as the god had seen with approbation\n', 'the good works done by the father, he gave success to the son. When the\n', 'son returned home after his good fortune, he was met beyond the walls\n', 'and escorted into the city with royal honours; his success was a triumph\n', 'for the city which gave him birth.\n', '\n', 'A short walk and we were out of the city, following a flagged path with\n', 'flights of steps winding up the hill through levelled terraces rich with\n', 'every kind of cereal, and with abundance of poppy. Splendid views of one\n', 'of the richest agricultural regions in the world are here unfolded. Away\n', 'down in the valley is the palatial family mansion of Pien, one of the\n', 'wealthiest yeomen in the province. Beyond you see the commencement of\n', 'the high road, a paved causeway eight feet wide, which extends for\n', 'hundreds of miles to Chentu, the capital of the province, and takes rank\n', 'as the finest work of its kind in the empire. On every hill-top is a\n', 'fort. That bolder than the rest commanding the city at a distance of\n', 'five miles, is on the "Hill of Heavenly Birth." It was built, says\n', 'Hobson, during the Taiping Rebellion; it existed, says the missionary,\n', 'before the present dynasty; discrepant statements characteristic of this\n', 'country of contradictions. But, whether thirty or two hundred and fifty\n', 'years old, the fort is now one in name only, and is at present occupied\n', 'by a garrison of peaceful peasantry.\n', '\n', 'Chinamen that we met asked us politely "if we had eaten our rice," and\n', '"whither were we going." We answered correctly. But when with equal\n', 'politeness we asked the wayfarer where he was going, he jerked his chin\n', 'towards the horizon and said, "a long way."\n', '\n', 'We called at the residence of a rich young Chinese, who had lately\n', 'received it in his inheritance, together with 3000 acres of farmland,\n', 'which, we were told, yield him an annual income of 70,000 taels. In the\n', 'absence of the master, who was away in the country reading with his\n', 'tutor for the Hanlin degree, we were received by the caretakers, who\n', 'showed us the handsome guest chambers, the splendid gilded tablet, the\n', 'large courts, and garden rockeries. A handsome residence is this,\n', 'solidly built of wood and masonry, and with the trellis work carved with\n', 'much elaboration.\n', '\n', 'It was late when we returned to the mission, and after dark when I went\n', 'on board my little wupan. My boys had not been idle. They had bought new\n', 'provisions of excellent quality, and had made the boat much more\n', 'comfortable. The three kind missionaries came down to wish me Godspeed.\n', 'Brave men! they deserve a kinder fortune than has been their fate\n', 'hitherto. We crossed the river and anchored above the city, ready\n', 'against an early start in the morning.\n', '\n', 'The day after leaving Wanhsien was the first time that we required any\n', 'assistance on our journey from another junk; it was cheerfully given.\n', 'Our towrope had chafed through, and we were in a difficulty, attempting\n', 'to pass a bad rapid among the rocks, when a large junk was hauled bodily\n', 'past us, and, seeing our plight, hooked on to us and towed us with them\n', 'out of danger. On this night we anchored under the Sentinel Rock\n', '(Shih-pao-chai), perhaps the most remarkable landmark on the river. From\n', 'two hundred to three hundred feet high, and sixty feet wide at the base,\n', 'it is a detached rock, cleft vertically from a former cliff. A\n', 'nine-storied pagoda has been inset into the south-eastern face, and\n', 'temple buildings crown the summit.\n', '\n', 'It was surprising how well my men lived on board the boat. They had\n', 'three good meals a day, always with rice and abundance of vegetables,\n', 'and frequently with a little pork. Cooking was done while we were under\n', 'way; for the purpose we had two little earthenware stoves, two pans, and\n', 'a kettle. All along the river cabbages and turnips are abundant and\n', 'cheap. Bumboats, laden to the rail, waylay the boats _en route_, and\n', 'offer an armful of fresh vegetables for the equivalent in copper cash of\n', 'three-eighths of a penny. Other boats peddle firewood, cut short and\n', 'bound in little bundles, and sticks of charcoal. Coal is everywhere\n', 'abundant, and there are excellent briquettes for sale, made of a mixture\n', 'of clay and coal-dust.\n', '\n', 'All day long now for the rest of our voyage we sailed through a\n', "beautiful country. From the hill tops to the water's edge the hillsides\n", 'are levelled into a succession of terraces; there are cereals and the\n', 'universal poppy, pretty hamlets, and thriving little villages; a river\n', 'half a mile wide thronged with every kind of river craft, and back in\n', 'the distance snow-clad mountains. There are bamboo sheds at every point,\n', 'with coils of bamboo towrope, mats, and baskets, and huge Szechuen hats\n', 'as wide as an umbrella.\n', '\n', 'On the morning of March 5th I was awakened by loud screaming and yelling\n', 'ahead of us. I squeezed out of my cabin, and saw a huge junk looming\n', 'down upon us. In an awkward rapid its towline had parted, and the huge\n', 'structure tumbling uncontrolled in the water, was bearing down on us,\n', 'broadside on. It seemed as if we should be crushed against the rocks,\n', 'and we must have been, but for the marvellous skill with which the\n', 'sailors on the junk, just at the critical time, swung their vessel out\n', 'of danger. They were yelling with discord, but worked together as one\n', 'man.\n', '\n', 'In the afternoon we were at Feng-tu-hsien, a flourishing river port, one\n', 'of the principal outlets of the opium traffic of the Upper Yangtse. Next\n', 'day we were at Fuchou, the other opium port, whose trade in opium is\n', 'greater still than that of Feng-tu-hsien. It is at the junction of a\n', "large tributary--the Kung-t'-an-ho, which is navigable for large vessels\n", 'for more than two hundred miles. Large numbers of the Fuchou junks were\n', 'moored here, which differ in construction from all other junks on the\n', 'river Yangtse in having their great sterns twisted or wrung a quarter\n', 'round to starboard, and in being steered by an immense stern sweep, and\n', 'not by the balanced rudder of an ordinary junk.\n', '\n', "The following day, after a long day's work, we moored beyond the town of\n", 'Chang-show-hsien. Here I paid the laoban 2000 cash, whereupon he paid\n', 'his men something on account, and then blandly suggested a game of\n', 'cards. He was fast winning back his money, when I intervened and bade\n', 'them turn in, as I wished to make an early start in the morning. The\n', 'river seemed to get broader, deeper, and more rapid as we ascended; the\n', 'trackers, on the contrary, became thinner, narrower, and more decrepit.\n', '\n', 'On March 8th, our fourteenth day out, disaster nearly overtook us when\n', "within a day's sail of our destination. Next day we reached Chungking\n", 'safely, having done by some days the fastest journey on record up the\n', 'Yangtse rapids. My captain and his young crew had finished the journey\n', 'within the time agreed upon.\n', '\n', '[Illustration: THE RIVER YANGTSE AT TUNG-LO-HSIA.]\n', '\n', '[Illustration: MEMORIAL ARCHWAY AT THE FORT OF FU-TO-KUAN.]\n', '\n', '\n', '\n', '\n', 'CHAPTER IV.\n', '\n', 'THE CITY OF CHUNGKING--THE CHINESE CUSTOMS--THE FAMOUS MONSIEUR HAAS,\n', 'AND A FEW WORDS ON THE OPIUM FALLACY.\n', '\n', '\n', 'After passing through the gorge known as Tung-lo-hsia ten miles from\n', 'Chungking, the laoban tried to attract my attention, calling me from my\n', 'crib and pointing with his chin up the river repeating "Haikwan one\n', 'piecee," which I interpreted to mean that there was an outpost of the\n', 'customs here in charge of one white man; and this proved to be the case.\n', 'The customs kuatze or houseboat was moored to the left bank; the\n', 'Imperial Customs flag floated gaily over an animated collection of\n', 'native craft. We drew alongside the junk and an Englishman appeared at\n', 'the window.\n', '\n', '"Where from?" he asked, laconically.\n', '\n', '"Australia."\n', '\n', '"The devil, so am I. What part?"\n', '\n', '"Victoria."\n', '\n', '"So am I. Town?"\n', '\n', '"Last from Ballarat."\n', '\n', '"My native town, by Jove! Jump up."\n', '\n', 'I gave him my card. He looked at it and said, "When I was last in\n', 'Victoria I used to follow with much interest a curious walk across\n', 'Australia, from the Gulf of Carpentaria to Melbourne done by a namesake.\n', 'Any relation? The same man! I\'m delighted to see you." Here then at the\n', 'most inland of the customs stations in China, 1500 miles from the sea,\n', 'I met my fellow countryman who was born near my home and whose father\n', 'was a well-known Mayor of Ballarat City.\n', '\n', 'Like myself he had formerly been a student of Melbourne University, but\n', 'I was many years his senior. What was his experience of the University I\n', 'forgot to inquire, but mine I remember vividly enough; for it was not\n', 'happy. In the examination for the Second-year Medicine, hoping the more\n', 'to impress the Professors, I entered my name for honours--and they\n', 'rejected me in the preliminary pass. It seems that in the examination in\n', 'Materia Medica, I had among other trifling lapses prescribed a dose of\n', 'Oleum Crotonis of "one half to two drachms _carefully increased_." I\n', 'confess that I had never heard of the wretched stuff; the question was\n', 'taken from far on in the text book and, unfortunately, my reading had\n', 'not extended quite so far. When a deputation from my family waited upon\n', 'the examiner to ascertain the cause of my misadventure, the only\n', 'satisfaction we got was the obliging assurance "that you might as well\n', 'let a mad dog loose in Collins Street" as allow me to become a doctor.\n', 'And then the examiner produced my prescription. But I thought I saw a\n', 'faint chance of escape. I pointed a nervous finger to the two words\n', '"carefully increased," and pleaded that that indication of caution ought\n', 'to save me. "Save _you_ it might," he shouted with unnecessary\n', 'vehemence; "but, God bless my soul, man, it would not save your\n', 'patient." The examiner was a man intemperate of speech; so I left the\n', 'University. It was a severe blow to the University, but the University\n', 'survived it.\n', '\n', 'My countryman had been five years in China in the customs service, that\n', 'marvellous organisation which is more impartially open to all the world\n', 'than any other service in the world. As an example, I note that among\n', 'the Commissioners of Customs at the ports of the River Yangtse alone, at\n', 'the time of my voyage the Commissioner at Shanghai was an Austrian, at\n', 'Kiukiang a Frenchman, at Hankow an Englishman, at Ichang a Scandinavian,\n', 'and at Chungking a German.\n', '\n', 'The Australian had been ten months at Chungking. His up-river journey\n', 'occupied thirty-eight days, and was attended with one moving incident.\n', 'In the Hsintan rapid the towline parted, and his junk was smashed to\n', 'pieces by the rocks, and all that he possessed destroyed. It was in this\n', 'rapid that my boat narrowly escaped disaster, but there was this\n', 'difference in our experiences, that at the time of his accident the\n', 'river was sixty feet higher than on the occasion of mine.\n', '\n', 'Tang-chia-to, the customs out-station, is ten miles by river from\n', 'Chungking, but not more than four miles by land. So I sent the boat on,\n', 'and in the afternoon walked over to the city. A customs coolie came with\n', 'me to show me the way. My friend accompanied me to the river crossing,\n', 'walking with me through fields of poppy and sugarcane, and open beds of\n', 'tobacco. At the river side he left me to return to his solitary home,\n', 'while I crossed the river in a sampan, and then set out over the hills\n', 'to Chungking. It was more than ever noticeable, the poor hungry\n', 'wretchedness of the river coolies. For three days past all the trackers\n', 'I had seen were the most wretched in physique of any I had met in China.\n', 'Phthisis and malaria prevail among them; their work is terribly arduous;\n', 'they suffer greatly from exposure; they appear to be starving in the\n', 'midst of abundance. My coolie showed well by contrast with the trackers;\n', 'he was sleek and well fed. A "chop dollar," as he would be termed down\n', 'south, for his face was punched or chopped with the small-pox, he swung\n', ...]
edited_content[:30]
['In the first week of February, 1894, I returned to Shanghai from Japan.\n', 'It was my intention to go up the Yangtse River as far as Chungking, and\n', 'then, dressed as a Chinese, to cross quietly over Western China, the\n', 'Chinese Shan States, and Kachin Hills to the frontier of Burma. The\n', 'ensuing narrative will tell how easily and pleasantly this journey,\n', 'which a few years ago would have been regarded as a formidable\n', 'undertaking, can now be done.\n', '\n', 'The journey was, of course, in no sense one of exploration; it consisted\n', 'simply of a voyage of 1500 miles up the Yangtse River, followed by a\n', 'quiet, though extended, excursion of another 1500 miles along the great\n', 'overland highway into Burma, taken by one who spoke no Chinese, who had\n', 'no interpreter or companion, who was unarmed, but who trusted implicitly\n', 'in the good faith of the Chinese. Anyone in the world can cross over to\n', 'Burma in the way I did, provided he be willing to exercise for a certain\n', 'number of weeks or months some endurance--for he will have to travel\n', 'many miles on foot over a mountainous country--and much forbearance.\n', '\n', 'I went to China possessed with the strong racial antipathy to the\n', 'Chinese common to my countrymen, but that feeling has long since given\n', 'way to one of lively sympathy and gratitude, and I shall always look\n', 'back with pleasure to this journey, during which I experienced, while\n', 'traversing provinces as wide as European kingdoms, uniform kindness and\n', 'hospitality, and the most charming courtesy. In my case, at least, the\n', 'Chinese did not forget their precept, "deal gently with strangers from\n', 'afar."\n', '\n', "I left Shanghai on Sunday, February 11th, by the Jardine Matheson's\n", 'steamer _Taiwo_. One kind friend, a merchant captain who had seen life\n', 'in every important seaport in the world, came down, though it was past\n']
import re pattern = "\w[A-Z]+[.]" edited_content = re.sub(pattern, "", " ".join(edited_content))
lines_list = tokenize.sent_tokenize(edited_content)
sid = SentimentIntensityAnalyzer() for sentence in lines_list[40:70]: print(sentence) ss = sid.polarity_scores(sentence) for k in sorted(ss): print('{0}: {1}, '.format(k, ss[k]), end='') print()
He has iron and coal mines, with a railway seventeen miles long from the mines to the river, and specially constructed river-steamers and special hoisting machinery at the river-banks. compound: 0.4019, neg: 0.0, neu: 0.909, pos: 0.091, Money he has poured out like water; he is probably the only important official in China who will leave office a poor man. compound: -0.0, neg: 0.162, neu: 0.677, pos: 0.162, Acting as private secretary to the Viceroy is a clever Chinese named Kaw Hong Beng, the author of _Defensio Populi_, that often-quoted attack upon missionary methods which appeared first in _The North China Daily News_. compound: -0.0258, neg: 0.081, neu: 0.84, pos: 0.079, A linguist of unusual ability, who publishes in _The Daily News_ translations from Heine in English verse, Kaw is gifted with a rare command over the resources of English. compound: 0.3182, neg: 0.0, neu: 0.919, pos: 0.081, He is a Master of Arts of the University of Edinburgh. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, Yet, strange paradox, notwithstanding that he had the privilege of being trained in the most pious and earnest community in the United Kingdom, under the lights of the United Presbyterian Kirk, Free Kirk, Episcopalian Church, and _The_ Kirk, not to mention a large and varied assortment of Dissenting Churches of more or less dubious orthodoxy, he is openly hostile to the introduction of Christianity into China. compound: 0.8268, neg: 0.104, neu: 0.707, pos: 0.189, And nowhere in China is the opposition to the introduction of Christianity more intense than in the Yangtse valley. compound: 0.1513, neg: 0.0, neu: 0.919, pos: 0.081, In this intensity many thoughtful missionaries see the greater hope of the ultimate conversion of this portion of China; opposition they say is a better aid to missionary success than mere apathy. compound: 0.9081, neg: 0.053, neu: 0.598, pos: 0.349, During the time I was in China, I met large numbers of missionaries of all classes, in many cities from Peking to Canton, and they unanimously expressed satisfaction at the progress they are making in China. compound: 0.6908, neg: 0.0, neu: 0.849, pos: 0.151, Expressed succinctly, their harvest may be described as amounting to a fraction more than two Chinamen per missionary per annum. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, If, however, the paid ordained and unordained native helpers be added to the number of missionaries, you find that the aggregate body converts nine-tenths of a Chinaman per worker per annum; but the missionaries deprecate their work being judged by statistics. compound: 0.1779, neg: 0.0, neu: 0.934, pos: 0.066, There are 1511 Protestant missionaries labouring in the Empire; and, estimating their results from the statistics of previous years as published in the _Chinese Recorder_, we find that they gathered last year (1893) into the fold 3127 Chinese--not all of whom it is feared are genuine Christians--at a cost of _L350,000_, a sum equal to the combined incomes of the ten chief London hospitals. compound: -0.4939, neg: 0.05, neu: 0.95, pos: 0.0, Hankow itself swarms with missionaries, "who are unhappily divided into so many sects, that even a foreigner is bewildered by their number, let alone the heathen to whom they are accredited." compound: -0.5574, neg: 0.148, neu: 0.813, pos: 0.039, (Medhurst.) compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, Dwelling in well-deserved comfort in and around the foreign settlement, there are members of the London Missionary Society, of the Tract Society, of the Local Tract Society, of the British and Foreign Bible Society, of the National Bible Society of Scotland, of the American Bible Society; there are Quaker missionaries, Baptist, Wesleyan, and Independent missionaries of private means; there are members of the Church Missionary Society, of the American Board of Missions, and of the American High Church Episcopal Mission; there is a Medical Mission in connection with the London Missionary Society, there is a flourishing French Mission under a bishop, the "_Missions etrangeres de Paris_," a Mission of Franciscan Fathers, most of whom are Italian, and a Spanish Mission of the Order of St. Augustine. compound: 0.3818, neg: 0.0, neu: 0.971, pos: 0.029, The China Inland Mission has its chief central distributing station at Hankow, and here also are the headquarters of a Scandinavian Mission, of a Danish Mission, and of an unattached mission, most of the members of which are also Danish. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, Where there are so many missions, of so many different sects, and holding such widely divergent views, it is, I suppose, inevitable that each mission should look with some disfavour upon the work done by its neighbours, should have some doubts as to the expediency of their methods, and some reasonable misgivings as to the genuineness of their conversions. compound: -0.296, neg: 0.037, neu: 0.963, pos: 0.0, The Chinese "Rice Christians," those spurious Christians who become converted in return for being provided with rice, are just those who profit by these differences of opinion, and who, with timely lapses from grace, are said to succeed in being converted in turn by all the missions from the Augustins to the Quakers. compound: 0.836, neg: 0.0, neu: 0.849, pos: 0.151, Every visitor to Hankow and to all other open ports, who is a supporter of missionary effort, is pleased to find that his preconceived notions as to the hardships and discomforts of the open port missionary in China are entirely false. compound: 0.4019, neg: 0.052, neu: 0.835, pos: 0.113, Comfort and pleasures of life are there as great as in any other country. compound: 0.8591, neg: 0.0, neu: 0.537, pos: 0.463, Among the most comfortable residences in Hankow are the quarters of the missionaries; and it is but right that the missionaries should be separated as far as possible from all discomfort--missionaries who are sacrificing all for China, and who are prepared to undergo any reasonable hardship to bring enlightenment to this land of darkness. compound: -0.2031, neg: 0.091, neu: 0.832, pos: 0.077, I called at the headquarters of the Spanish mission of Padres Agustinos and smoked a cigarette with two of the Padres, and exchanged reminiscences of Valladolid and Barcelona. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, And I can well conceive, having seen the extreme dirtiness of the mission premises, how little the Spaniard has to alter his ways in order to make them conform to the more ancient civilisation of the Chinese. compound: 0.2732, neg: 0.0, neu: 0.943, pos: 0.057, In Hankow there is a large foreign concession with a handsome embankment lined by large buildings. compound: 0.4939, neg: 0.0, neu: 0.802, pos: 0.198, There is a rise and fall in the river between summer and winter levels of nearly sixty feet. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, In the summer the river laps the edge of the embankment and may overflow into the concession; in the winter, broad steps lead down to the edge of the water which, even when shrunk into its bed, is still more than half a mile in width. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, Our handsome consulate is at one end of the embankment; at the other there is a remarkable municipal building which was designed by a former City constable, who was, I hope, more expert with the handcuffs than he was with the pencil. compound: 0.8658, neg: 0.0, neu: 0.788, pos: 0.212, [Illustration: THE AUTHOR'S CHINESE ] Our interests in Hankow are protected by Mr. Pelham Warren, the Consul, one of the ablest men in the Service. compound: 0.5994, neg: 0.0, neu: 0.818, pos: 0.182, I registered at the Consulate as a British subject and obtained a Chinese passport in terms of the Treaty of Tientsin for the four provinces Hupeh, Szechuen, Kweichow, and Yunnan, available for one year from the date of issue. compound: 0.0, neg: 0.0, neu: 1.0, pos: 0.0, I had no servant. compound: -0.296, neg: 0.524, neu: 0.476, pos: 0.0,