< NOTE: this script assumes you are using the READ-ONLY version of the cogcomp Shallow Parser > mssammon|csil-mm24|/scratch/tutorial|[1]% ls fex/ preprocessing/ run_SP.script shallow-parser.RO.tar.gz Snow_v3.2/ tars/ < NOTE: fex, Snow_v3.2 expected to be here; if elsewhere, change entries in ShallowParser/src/Makefile > mssammon|csil-mm24|/scratch/tutorial|[2]% tar xzf shallow-parser.RO.tar.gz mssammon|csil-mm24|/scratch/tutorial|[3]% ls CSCL/ fex/ preprocessing/ run_SP.script ShallowParser/ shallow-parser.RO.tar.gz Snow_v3.2/ tars/ mssammon|csil-mm24|/scratch/tutorial|[4]% cd CSCL mssammon|csil-mm24|/scratch/tutorial/CSCL|[5]% ls csclHeaders/ Makefile README src/ mssammon|csil-mm24|/scratch/tutorial/CSCL|[6]% xemacs Makefile < change path where indicated in Makefile > mssammon|csil-mm24|/scratch/tutorial/CSCL|[7]% gmake g++ -O3 -g -c -DCYGWIN -DLINUX -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/CSCL/csclHeaders/ -o Pr.o /scratch/tutorial/CSCL/src/Pr.cpp g++ -O3 -g -c -DCYGWIN -DLINUX -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/CSCL/csclHeaders/ -o HMMin.o /scratch/tutorial/CSCL/src/HMMin.cpp g++ -O3 -g -c -DCYGWIN -DLINUX -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/CSCL/csclHeaders/ -o Graph.o /scratch/tutorial/CSCL/src/Graph.cpp g++ -O3 -g -c -DCYGWIN -DLINUX -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/CSCL/csclHeaders/ -o DAVComb.o /scratch/tutorial/CSCL/src/DAVComb.cpp g++ -O3 -g -c -DCYGWIN -DLINUX -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/CSCL/csclHeaders/ -o CSCL.o /scratch/tutorial/CSCL/src/CSCL.cpp g++ -O3 -g -c -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/CSCL/csclHeaders/ -o TargetOrder.o /scratch/tutorial/CSCL/src/TargetOrder.cpp ar rc libCSCL.a Pr.o HMMin.o Graph.o DAVComb.o CSCL.o TargetOrder.o ranlib libCSCL.a rm *.o mssammon|csil-mm24|/scratch/tutorial/CSCL|[8]% ls csclHeaders/ libCSCL.a Makefile Makefile~ README src/ mssammon|csil-mm24|/scratch/tutorial/CSCL|[9]% cd .. mssammon|csil-mm24|/scratch/tutorial|[10]% cd ShallowParser mssammon|csil-mm24|/scratch/tutorial/ShallowParser|[11]% ls bin/ doc/ params/ README samples/ src/ mssammon|csil-mm24|/scratch/tutorial/ShallowParser|[12]% cd bin mssammon|csil-mm24|/scratch/tutorial/ShallowParser/bin|[13]% xemacs chunker.pl & [1] 25935 < change path in chunker.pl where indicated to directory where ShallowParser is installed > mssammon|csil-mm24|/scratch/tutorial/ShallowParser/bin|[14]% cd ../src [1] Done xemacs chunker.pl mssammon|csil-mm24|/scratch/tutorial/ShallowParser/src|[15]% xemacs Makefile mssammon|csil-mm24|/scratch/tutorial/ShallowParser/src|[16]% gmake g++ -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/fex/ -I/scratch/tutorial/CSCL/csclHeaders/ -O3 -g -c -DCYGWIN -DLINUX -o ShallowParser.o ShallowParser.cpp In file included from /usr/lib/gcc/i386-redhat-linux/4.0.1/../../../../include/c++/4.0.1/backward/strstream:51, from ShallowParser.cpp:12: /usr/lib/gcc/i386-redhat-linux/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/fex/ -I/scratch/tutorial/CSCL/csclHeaders/ -O3 -g -c -DCYGWIN -DLINUX -o SPParams.o SPParams.cpp g++ -I/scratch/tutorial/Snow_v3.2/ -I/scratch/tutorial/fex/ -I/scratch/tutorial/CSCL/csclHeaders/ -O3 -o shallowparser ShallowParser.o SPParams.o -lfl -pthread -L/scratch/tutorial/CSCL/ -lCSCL -L/scratch/tutorial/Snow_v3.2/ -lsnow -L/scratch/tutorial/fex/ -lfex mssammon|csil-mm24|/scratch/tutorial/ShallowParser/src|[17]% ls Makefile shallowparser* ShallowParser.o SPParams.h TargetOrder.cpp Makefile~ ShallowParser.cpp SPParams.cpp SPParams.o TargetOrder.h mssammon|csil-mm24|/scratch/tutorial/ShallowParser/src|[18]% cp shallowparser ../bin mssammon|csil-mm24|/scratch/tutorial/ShallowParser/src|[19]% cd ../samples mssammon|csil-mm24|/scratch/tutorial/ShallowParser/samples|[20]% ls rrpos.in.txt rrpos.out.txt sample0.pos mssammon|csil-mm24|/scratch/tutorial/ShallowParser/samples|[21]% cat sample0.pos (NNP India) (, ,) (NNP Nepal) (TO to) (NNP Control) (NNP Terrorist) (NNPS Activities) (IN At) (DT the) (NN end) (IN of) (DT a) (JJ two-day) (NN meeting) (IN of) (DT the) (JJ fourth) (NNP India-Nepal) (NNP Joint) (NNP Working) (NNP Group) (IN on) (NNP Border) (NN management) (RB here) (, ,) (DT the) (CD two) (NNS neighbors) (RB also) (VBD agreed) (TO to) (VB share) (NN intelligence) (IN so) (IN as) (TO to) (RB effectively) (VB deal) (IN with) (NNS terrorists) (CC and) (JJ undesirable) (NNS elements) (IN across) (DT the) (NN border) (, ,) (VBG according) (TO to) (DT a) (NN press) (NN release) (VBD issued) (NNP Friday) (. .) (DT The) (NN decision) (VBD assumed) (NN significance) (IN in) (DT the) (NN context) (IN of) (NN apprehension) (IN in) (NNP New) (NNP Delhi) (IN about) (DT the) (NNS activities) (IN of) (NN anti-India) (NNS elements) (IN in) (NNP Nepal) (WDT which) (VBD were) (VBN suspected) (IN behind) (DT the) (NN hijacking) (IN of) (DT an) (JJ Indian) (NN flight) (IN from) (NNP Kathmandu) (IN towards) (DT the) (NN end) (IN of) (CD 1999) (CC and) (DT the) (NN antiIndia) (NNS riots) (RB early) (DT this) (NN year) (. .) (DT The) (CD two) (NNS sides) (VBD decided) (TO to) (VB hold) (JJ regular) (NNS meetings) (IN of) (DT the) (NNP Interpol) (NNS units) (TO to) (VB expedite) (NN disposal) (IN of) (VBG pending) (NNS cases) (IN on) (DT both) (NNS sides) (. .) (PRP They) (RB also) (VBD agreed) (TO to) (VB commence) (JJ expert-level) (NNS discussions) (IN on) (DT a) (JJ legal) (NN framework) (IN for) (NN cooperation) (IN in) (JJ criminal) (CC and) (JJ civil) (NNS matters) (CC and) (TO to) (VB review) (NN extradition) (NNS arrangements) (, ,) (VBD said) (DT the) (NN press) (NN release) (. .) (DT The) (CD two) (NNS countries) (MD would) (VB expedite) (DT the) (JJ procedural) (NNS aspects) (IN of) (VBG improving) (JJ infrastructural) (NNS facilities) (IN at) (DT the) (NN border) (VBZ checkposts) (. .) (IN While) (DT the) (JJ Indian) (NN side) (VBD was) (VBN led) (IN by) (JJ joint) (NN secretary) (IN in) (DT the) (NNP Home) (NNP Ministry) (NNP Surendra) (NNP Kumar) (, ,) (DT the) (NNPS Nepalese) (NN delegation) (VBD was) (VBN headed) (IN by) (NNP Tika) (NNP Dutta) (NNP Niraula) (, ,) (JJ joint) (NN secretary) (IN in) (DT the) (NNPS Nepalese) (NNP Home) (NNP Ministry) (PRP It) (VBD was) (VBN agreed) (IN that) (DT the) (JJ fifth) (NN meeting) (IN of) (DT the) (JJ joint) (NN working) (NN group) (MD would) (VB be) (VBN held) (IN in) (NNP Kathmandu) (IN at) (RB mutually) (JJ convenient) (NNS dates) (. .) (DT The) (JJ last) (NN meeting) (IN of) (DT the) (JJ joint) (NN group) (IN on) (NN border) (NN management) (VBD was) (VBN held) (IN in) (NNP Kathmandu) (IN in) (DT the) (JJ first) (NN week) (IN of) (NNP February) (JJ last) (NN year) (. .) (NNP Singapore) (VBZ Announces) (JJ Second) (NN Phase) (IN of) (NNP Banking) (NNP Liberalization) (NN Program) (NNP SINGAPORE) (, ,) (NNP June) (CD 29) (-LBR- -LBR-) (NNP Xinhua) (-RBR- -RBR-) (DT The) (NNP Singapore) (NN government) (VBD announced) (DT the) (JJ second) (NN phase) (IN of) (PP$ its) (NN banking) (NN liberalization) (NN program) (, ,) (DT the) (JJ second) (NN package) (IN of) (NNS measures) (WDT which) (VBP are) (VBD said) (TO to) (VB represent) (NN ") (DT a) (JJ substantial) (VBG opening) (IN up) (NN ") (IN of) (DT the) (NN country) (POS 's) (NN banking) (NN industry) (. .) (IN While) (VBG making) (DT the) (NN announcement) (IN in) (PP$ his) (NN address) (IN at) (DT the) (JJ annual) (NN dinner) (IN of) (DT the) (NN Association) (IN of) (NNS Banks) (IN in) (NNP Singapore) (NNP Friday) (NN evening) (, ,) (NNP Deputy) (NNP Prime) (NNP Minister) (NNP Lee) (NNP Hsien) (NNP Loong) (, ,) (WP who) (VBZ is) (RB also) (NN chairman) (IN of) (DT the) (NNP Monetary) (NNP Authority) (IN of) (NNP Singapore) (, ,) (VBD said) (IN that) (DT these) (NNS measures) (MD will) (VB help) (NN ") (VB strengthen) (PP$ our) (JJ local) (NNS banks) (IN through) (NN competition) (, ,) (VBP provide) (NNP Singaporeans) (IN with) (NN quality) (NN banking) (NNS services) (, ,) (CC and) (VB enhance) (NNP Singapore) (POS ') (PRP s) (NN position) (IN as) (DT an) (JJ international) (JJ financial) (NN center) (. .) (NN ") (VBG According) (TO to) (DT the) (NN deputy) (JJ prime) (NN minister) (, ,) (DT the) (JJ second) (NN package) (IN of) (NNS measures) (VBZ has) (CD three) (JJ main) (NNS components) (VBG including) (VBG freeing) (IN up) (NN entry) (TO to) (JJ domestic) (JJ wholesale) (NN banking) (, ,) (VBG enhancing) (NN competition) (IN in) (JJ retail) (NN banking) (CC and) (VBG instituting) (JJ prudential) (NNS safeguards) (JJ necessary) (IN for) (DT a) (RBR more) (JJ liberal) (NN banking) (NN environment) (. .) (IN AT) (NN top) (IN of) (DT the) (JJ second) (NN package) (IN of) (NNS measures) (, ,) (NNP Singapore) (MD will) (RB significantly) (VB broaden) (NN participation) (IN by) (JJ foreign) (NNS banks) (IN in) (DT the) (JJ domestic) (JJ wholesale) (NN market) (, ,) (VBP replace) (DT the) (JJ three-tie) (NN licensing) (NN regime) (IN of) (JJ Full) (, ,) (NNP Restricted) (CC and) (NNP Offshore) (NNS Banks) (IN with) (DT a) (VBG licensing) (NN regime) (WDT that) (VBZ distinguishes) (IN between) (JJ retail) (CC and) (JJ wholesale) (NNS banks) (, ,) (CC and) (VBZ plans) (TO to) (VB grant) (CD 20) (JJ Wholesale) (NNP Banking) (NNS licenses) (IN over) (DT the) (JJ next) (CD two) (NNS years) (. .) (DT The) (JJ second) (NN aspect) (IN of) (DT the) (JJ new) (NNS measures) (VBZ is) (TO to) (VB enhance) (NN competition) (IN in) (JJ retail) (NN banking) (IN through) (VBG taking) (NNS applications) (IN for) (DT the) (CD two) (JJ outstanding) (NNP Qualifying) (JJ Full) (NNS Banks) (-LBR- -LBR-) (NNP QFBs) (-RBR- -RBR-) (IN on) (DT the) (NN back) (IN of) (CD four) (NNP QOB) (NNS licenses) (VBN given) (IN out) (IN in) (CD 1999) (CC and) (VBP permit) (NNP QFBs) (TO to) (VB establish) (IN up) (TO to) (CD 15) (NNS locations) (, ,) (TO to) (VB provide) (NN debit) (NNS services) (, ,) (NNP Supplementary) (NNP Retirement) (NNP Scheme) (NNS accounts) (CC and) (NNP Central) (NNP Provident) (NNP Fund) (-LBR- -LBR-) (NNP CPF) (-RBR- -RBR-) (NN investment) (NNS accounts) (, ,) (CC and) (VBP accept) (NNP CPF) (VBN fixed) (NN deposit) (IN from) (NNP July) (CD 1) (, ,) (CD 2002) (. .) (DT The) (JJ third) (NN point) (VBZ is) (TO to) (JJ welcome) (NN consolidation) (IN of) (JJ local) (NNS banks) (CC and) (VBP manage) (PP$ their) (NN integration) (IN with) (DT a) (NN view) (TO to) (VB create) (JJR stronger) (JJ local) (NNS banks) (. .) mssammon|csil-mm24|/scratch/tutorial/ShallowParser/samples|[22]% cd ../bin mssammon|csil-mm24|/scratch/tutorial/ShallowParser/bin|[23]% ls chunker.pl* chunker.pl~* shallowparser* mssammon|csil-mm24|/scratch/tutorial/ShallowParser/bin|[24]% ./chunker.pl -i input [-o output] mssammon|csil-mm24|/scratch/tutorial/ShallowParser/bin|[25]% ./chunker.pl -i ../samples/sample0.pos [NP (NNP India) ] (, ,) [NP (NNP Nepal) ] [PP (TO to) ] (NNP Control) (NNP Terrorist) (NNPS Activities) [PP (IN At) ] [NP (DT the) (NN end) ] [PP (IN of) ] [NP (DT a) (JJ two-day) (NN meeting) ] [PP (IN of) ] [NP (DT the) (JJ fourth) (NNP India-Nepal) (NNP Joint) (NNP Working) (NNP Group) ] [PP (IN on) ] [NP (NNP Border) (NN management) ] [ADVP (RB here) ] (, ,) [NP (DT the) (CD two) (NNS neighbors) ] [ADVP (RB also) ] [VP (VBD agreed) (TO to) (VB share) ] [NP (NN intelligence) ] (IN so) (IN as) [VP (TO to) (RB effectively) (VB deal) ] [PP (IN with) ] [NP (NNS terrorists) ] (CC and) [NP (JJ undesirable) (NNS elements) ] [PP (IN across) ] [NP (DT the) (NN border) ] (, ,) [PP (VBG according) ] [PP (TO to) ] [NP (DT a) (NN press) (NN release) ] [VP (VBD issued) ] [NP (NNP Friday) ] (. .) [NP (DT The) (NN decision) ] [VP (VBD assumed) ] [NP (NN significance) ] [PP (IN in) ] [NP (DT the) (NN context) ] [PP (IN of) ] [NP (NN apprehension) ] [PP (IN in) ] [NP (NNP New) (NNP Delhi) ] (IN about) [NP (DT the) (NNS activities) ] [PP (IN of) ] [NP (NN anti-India) (NNS elements) ] [PP (IN in) ] [NP (NNP Nepal) ] [NP (WDT which) ] [VP (VBD were) (VBN suspected) ] [PP (IN behind) ] [NP (DT the) (NN hijacking) ] [PP (IN of) ] [NP (DT an) (JJ Indian) (NN flight) ] [PP (IN from) ] [NP (NNP Kathmandu) ] (IN towards) [NP (DT the) (NN end) ] [PP (IN of) ] [NP (CD 1999) ] (CC and) [NP (DT the) (NN antiIndia) (NNS riots) ] [NP (RB early) (DT this) (NN year) ] (. .) [NP (DT The) (CD two) (NNS sides) ] [VP (VBD decided) (TO to) (VB hold) ] [NP (JJ regular) (NNS meetings) ] [PP (IN of) ] [NP (DT the) (NNP Interpol) (NNS units) ] [VP (TO to) (VB expedite) ] [NP (NN disposal) ] [PP (IN of) ] [NP (VBG pending) (NNS cases) ] [PP (IN on) ] [NP (DT both) (NNS sides) ] (. .) [NP (PRP They) ] [ADVP (RB also) ] [VP (VBD agreed) (TO to) (VB commence) ] [NP (JJ expert-level) (NNS discussions) ] [PP (IN on) ] [NP (DT a) (JJ legal) (NN framework) ] [PP (IN for) ] [NP (NN cooperation) ] [PP (IN in) ] [NP (JJ criminal) (CC and) (JJ civil) (NNS matters) ] (CC and) [VP (TO to) (VB review) ] [NP (NN extradition) (NNS arrangements) ] (, ,) [VP (VBD said) ] [NP (DT the) (NN press) (NN release) ] (. .) [NP (DT The) (CD two) (NNS countries) ] [VP (MD would) (VB expedite) ] [NP (DT the) (JJ procedural) (NNS aspects) ] [PP (IN of) ] [VP (VBG improving) ] [NP (JJ infrastructural) (NNS facilities) ] [PP (IN at) ] [NP (DT the) (NN border) ] [VP (VBZ checkposts) ] (. .) [SBAR (IN While) ] [NP (DT the) (JJ Indian) (NN side) ] [VP (VBD was) (VBN led) ] [PP (IN by) ] [NP (JJ joint) (NN secretary) ] [PP (IN in) ] [NP (DT the) (NNP Home) (NNP Ministry) (NNP Surendra) (NNP Kumar) ] (, ,) [NP (DT the) (NNPS Nepalese) (NN delegation) ] [VP (VBD was) (VBN headed) ] [PP (IN by) ] [NP (NNP Tika) (NNP Dutta) (NNP Niraula) ] (, ,) [NP (JJ joint) (NN secretary) ] [PP (IN in) ] (DT the) (NNPS Nepalese) (NNP Home) (NNP Ministry) [NP (PRP It) ] [VP (VBD was) (VBN agreed) ] [SBAR (IN that) ] [NP (DT the) (JJ fifth) (NN meeting) ] [PP (IN of) ] [NP (DT the) (JJ joint) (NN working) (NN group) ] [VP (MD would) (VB be) (VBN held) ] [PP (IN in) ] [NP (NNP Kathmandu) ] [PP (IN at) ] [NP (RB mutually) (JJ convenient) (NNS dates) ] (. .) [NP (DT The) (JJ last) (NN meeting) ] [PP (IN of) ] [NP (DT the) (JJ joint) (NN group) ] [PP (IN on) ] [NP (NN border) (NN management) ] [VP (VBD was) (VBN held) ] [PP (IN in) ] [NP (NNP Kathmandu) ] [PP (IN in) ] [NP (DT the) (JJ first) (NN week) ] [PP (IN of) ] [NP (NNP February) ] [NP (JJ last) (NN year) ] (. .) [NP (NNP Singapore) ] [VP (VBZ Announces) ] [NP (JJ Second) (NN Phase) ] [PP (IN of) ] (NNP Banking) (NNP Liberalization) (NN Program) (NNP SINGAPORE) (, ,) [NP (NNP June) (CD 29) ] (-LBR- -LBR-) (NNP Xinhua) (-RBR- -RBR-) [NP (DT The) (NNP Singapore) (NN government) ] [VP (VBD announced) ] [NP (DT the) (JJ second) (NN phase) ] [PP (IN of) ] (PP$ its) (NN banking) (NN liberalization) (NN program) (, ,) [NP (DT the) (JJ second) (NN package) ] [PP (IN of) ] [NP (NNS measures) ] [NP (WDT which) ] [VP (VBP are) (VBD said) (TO to) (VB represent) ] [NP (NN ") ] [NP (DT a) (JJ substantial) (VBG opening) ] [PP (IN up) ] [NP (NN ") ] [PP (IN of) ] [NP (DT the) (NN country) ] [NP (POS 's) (NN banking) (NN industry) ] (. .) [SBAR (IN While) ] [VP (VBG making) ] [NP (DT the) (NN announcement) ] [PP (IN in) ] [NP (PP$ his) (NN address) ] [PP (IN at) ] [NP (DT the) (JJ annual) (NN dinner) ] [PP (IN of) ] [NP (DT the) (NN Association) ] [PP (IN of) ] [NP (NNS Banks) ] [PP (IN in) ] [NP (NNP Singapore) (NNP Friday) (NN evening) ] (, ,) [NP (NNP Deputy) (NNP Prime) (NNP Minister) (NNP Lee) (NNP Hsien) (NNP Loong) ] (, ,) [NP (WP who) ] [VP (VBZ is) ] [ADVP (RB also) ] [NP (NN chairman) ] [PP (IN of) ] [NP (DT the) (NNP Monetary) (NNP Authority) ] [PP (IN of) ] [NP (NNP Singapore) ] (, ,) [VP (VBD said) ] [SBAR (IN that) ] [NP (DT these) (NNS measures) ] [VP (MD will) (VB help) ] (NN ") [VP (VB strengthen) ] [NP (PP$ our) (JJ local) (NNS banks) ] [PP (IN through) ] [NP (NN competition) ] (, ,) [VP (VBP provide) ] [NP (NNP Singaporeans) ] [PP (IN with) ] [NP (NN quality) (NN banking) (NNS services) ] (, ,) (CC and) [VP (VB enhance) ] [NP (NNP Singapore) ] [NP (POS ') (PRP s) (NN position) ] [PP (IN as) ] [NP (DT an) (JJ international) (JJ financial) (NN center) ] (. .) [NP (NN ") ] [PP (VBG According) ] [PP (TO to) ] [NP (DT the) (NN deputy) (JJ prime) (NN minister) ] (, ,) [NP (DT the) (JJ second) (NN package) ] [PP (IN of) ] [NP (NNS measures) ] [VP (VBZ has) ] [NP (CD three) (JJ main) (NNS components) ] [PP (VBG including) ] [VP (VBG freeing) ] (IN up) [NP (NN entry) ] [PP (TO to) ] [NP (JJ domestic) (JJ wholesale) (NN banking) ] (, ,) [VP (VBG enhancing) ] [NP (NN competition) ] [PP (IN in) ] [NP (JJ retail) (NN banking) ] (CC and) [VP (VBG instituting) ] [NP (JJ prudential) (NNS safeguards) ] [ADJP (JJ necessary) ] [PP (IN for) ] [NP (DT a) (RBR more) (JJ liberal) (NN banking) (NN environment) ] (. .) (IN AT) [NP (NN top) ] [PP (IN of) ] [NP (DT the) (JJ second) (NN package) ] [PP (IN of) ] [NP (NNS measures) ] (, ,) [NP (NNP Singapore) ] [VP (MD will) (RB significantly) (VB broaden) ] [NP (NN participation) ] [PP (IN by) ] [NP (JJ foreign) (NNS banks) ] [PP (IN in) ] [NP (DT the) (JJ domestic) (JJ wholesale) (NN market) ] (, ,) [VP (VBP replace) ] [NP (DT the) (JJ three-tie) (NN licensing) (NN regime) ] [PP (IN of) ] (JJ Full) (, ,) [NP (NNP Restricted) ] (CC and) (NNP Offshore) [NP (NNS Banks) ] [PP (IN with) ] [NP (DT a) (VBG licensing) (NN regime) ] [NP (WDT that) ] [VP (VBZ distinguishes) ] [PP (IN between) ] [NP (JJ retail) (CC and) (JJ wholesale) (NNS banks) ] (, ,) (CC and) [VP (VBZ plans) (TO to) (VB grant) ] [NP (CD 20) (JJ Wholesale) (NNP Banking) (NNS licenses) ] [PP (IN over) ] [NP (DT the) (JJ next) (CD two) (NNS years) ] (. .) [NP (DT The) (JJ second) (NN aspect) ] [PP (IN of) ] [NP (DT the) (JJ new) (NNS measures) ] [VP (VBZ is) ] [VP (TO to) (VB enhance) ] [NP (NN competition) ] [PP (IN in) ] [NP (JJ retail) (NN banking) ] [PP (IN through) ] [VP (VBG taking) ] [NP (NNS applications) ] [PP (IN for) ] [NP (DT the) (CD two) ] (JJ outstanding) (NNP Qualifying) (JJ Full) (NNS Banks) (-LBR- -LBR-) (NNP QFBs) (-RBR- -RBR-) [PP (IN on) ] [NP (DT the) (NN back) ] [PP (IN of) ] [NP (CD four) (NNP QOB) (NNS licenses) ] [VP (VBN given) ] [ADVP (IN out) ] [PP (IN in) ] [NP (CD 1999) ] (CC and) [VP (VBP permit) ] [NP (NNP QFBs) ] [VP (TO to) (VB establish) ] [NP (IN up) (TO to) (CD 15) (NNS locations) ] (, ,) [VP (TO to) (VB provide) ] [NP (NN debit) (NNS services) ] (, ,) [NP (NNP Supplementary) (NNP Retirement) (NNP Scheme) (NNS accounts) ] (CC and) [NP (NNP Central) (NNP Provident) (NNP Fund) ] (-LBR- -LBR-) (NNP CPF) (-RBR- -RBR-) [NP (NN investment) (NNS accounts) ] (, ,) (CC and) [VP (VBP accept) ] [NP (NNP CPF) ] [NP (VBN fixed) (NN deposit) ] [PP (IN from) ] [NP (NNP July) (CD 1) ] (, ,) [NP (CD 2002) ] (. .) [NP (DT The) (JJ third) (NN point) ] [VP (VBZ is) ] [PP (TO to) ] [NP (JJ welcome) (NN consolidation) ] [PP (IN of) ] [NP (JJ local) (NNS banks) ] (CC and) [VP (VBP manage) ] [NP (PP$ their) (NN integration) ] [PP (IN with) ] [NP (DT a) (NN view) ] [VP (TO to) (VB create) ] [NP (JJR stronger) (JJ local) (NNS banks) ] (. .) mssammon|csil-mm24|/scratch/tutorial/ShallowParser/bin|[26]%