Recognizing Names in Biomedical Texts using Hidden Markov Model and SVM plus Sigmoid

Size: px
Start display at page:

Download "Recognizing Names in Biomedical Texts using Hidden Markov Model and SVM plus Sigmoid"

Transcription

1 Recogzg Names Bomedcal Texts usg Hdde Markov Model ad SVM plus Sgmod ZHOU GuoDog Isttute for Ifocomm Research 2 Heg Mu Keg Terrace Sgapore 963 Emal: zhougd@2r.a-star.edu.sg ABSTRACT I ths paper, we preset a amed etty recogto system the bomedcal doma, called PowerBoNE. I order to deal wth the specal pheomea the bomedcal doma, varous evdetal features are proposed ad tegrated through a Hdde Markov Model (HMM. I addto, a Support Vector Mache (SVM plus sgmod s proposed to resolve the data sparseess problem our system. Fally, we preset two post-processg modules to deal wth the cascaded etty ame ad abbrevato pheomea. Evaluato shows that our system acheves the F-measure of 69. ad 7.2 o the 23 classes of GENIA V. ad V3.0 respectvely. I partcular, our system acheves the F-measure of 77.8 o the prote class of GENIA V3.0. It shows that our system outperforms the best publshed system o GENIA V. ad V3.0.. INTRODUCTION Wth a overwhelmg amout of textual formato molecular bology ad bomedce, there s a eed for effectve ad effcet lterature mg ad kowledge dscovery that ca help bologsts to gather ad make use of the kowledge ecoded text documets. I order to make orgazed ad structured formato avalable, automatcally recogzg bomedcal etty ames becomes crtcal ad s mportat for proteprote teracto extracto, pathway costructo, automatc database curato, etc. Such a task, called amed etty recogto, has bee well developed the Iformato Extracto lterature (MUC-6; MUC-7. I MUC, the task of amed etty recogto s to recogze the ames of persos, locatos, orgazatos, etc. the ewswre doma. I the bomedcal doma, we care about ettes lke gee, prote, vrus, etc. I recet years, may exploratos have bee doe to port exstg amed etty recogto systems to the bomedcal doma (Kazama et al 2002; Lee et al 2003; She et al 2003; Zhou et al However, few of them have acheved satsfactory performace due to the specal characterstcs the bomedcal doma, such as log ad descrptve amg covetos, cojuctve ad dsjuctve structure, causal amg coveto ad rapdly emergg ew bomedcal ames, abbrevato, ad cascaded costructo. O all accouts, we ca say that the etty ames the bomedcal doma are much more complex tha those the ewswre doma. I ths paper, we preset a amed etty recogto system the bomedcal doma, called PowerBoNE. I order to deal wth the specal pheomea the bomedcal doma, varous evdetal features are proposed ad tegrated effectvely ad effcetly through a Hdde Markov Model (HMM. I addto, a Support Vector Mache (SVM plus sgmod s proposed to resolve the data sparseess problem our system. Fally, we preset two postprocessg modules to deal wth the cascaded etty ame ad abbrevato pheomea to further mprove the performace. All of our expermets are doe o the GENIA corpus, whch s the largest aotated corpus the molecular bology doma avalable to publc (Ohta et al I our expermets, two versos are used: Gea V. whch cotas 670 MEDLINE abstracts of 23K words; 2 Gea V3.0 whch s a superset of GENIA V. ad cotas 2000 MEDLINE abstracts of 360K words. The aotato of bomedcal ettes s based o the GENIA otology (Ohta et al. 2002, whch cludes 23 dstct classes: mult-cell, moo-cell, vrus, body part, tssue, cell type, cell compoet, orgasm, cell le, other artfcal source, prote, peptde, amo acd moomer, DNA, RNA, poly ucleotde, ucleotde, lpd, carbohydrate, other orgac compoud, orgac, atom ad other. 2. FEATURES I order to deal wth the specal pheomea the bomedcal doma, varous evdetal features are explored. Word Formato Patter (F WFP : The purpose of ths feature s to capture captalzato, dgtalzato ad other word formato

2 formato. Ths feature has bee wdely used the bomedcal doma (Kazama et al 2002; She et al 2003; Zhou et al I ths paper, the same feature as She et al 2003 s used. Morphologcal Patter (F MP : Morphologcal formato, such as prefx ad suffx, s cosdered as a mportat cue for termology detfcato ad has bee wdely appled the bomedcal doma (Kazama et al 2002; Lee et al 2003; She et al 2003; Zhou et al Same as She et al 2003, we use a statstcal method to get the most useful prefxes/suffxes from the trag data. Part-of-Speech (F POS : Sce may of the words bomedcal etty ames are lowercase, captalzato formato the bomedcal doma s ot as evdetal as that the ewswre doma. Moreover, may bomedcal etty ames are descrptve ad very log. Therefore, POS may provde useful evdece about the boudares of bomedcal etty ames. Head Nou Trgger (F HEAD : The head ou, whch s the major ou of a ou phrase, ofte descrbes the fucto or the property of the ou phrase. I ths paper, we automatcally extract ugram ad bgram head ous from the trag data, ad rak them by frequecy. For each etty class, we select 50% of top raked head ous as head ou trggers. Table shows some of the examples. Table : Examples of auto-geerated head ous Class Ugram bgram PROTEIN terleuk actvator prote terfero bdg prote kase cell receptor DNA DNA X chromosome cdna bdg motf chromosome promoter elemet Name Alas Feature (F ALIAS : Besdes the above wdely used features, we also propose a ovel ame alas feature. The tuto behd ths feature s the ame alas pheomeo that relevat ettes wll be referred to may ways throughout a gve text ad thus success of amed etty recogto s codtoal o success at determg whe oe ou phrase refers to the very same etty as aother ou phrase. Durg decodg, the etty ames already recogzed from the prevous seteces of the documet are stored a lst. Whe the system ecouters a etty ame caddate (e.g. a word wth a specal word formato patter, a ame alas algorthm (smlar to Schwartz et al 2003 s voked to frst dyamcally determe whether the etty ame caddate mght be alas for a prevously recogzed ame the recogzed lst. Ths s doe by checkg whether all the characters the etty ame caddate exst a recogzed etty ame the same order ad whether the frst character the etty ame caddate s same as the frst character the recogzed ame. For a relevat work, please see Jacquem (200. The ame alas feature F ALIAS s represeted as ENTITYLm (L dcates the localty of the ame alas pheomeo. Here ENTITY dcates the class of the recogzed etty ame ad dcates the umber of the words the recogzed etty ame whle m dcates the umber of the words the recogzed etty ame from whch the ame alas caddate s formed. For example, whe the decodg process ecouters the word TCF, the word TCF s proposed as a etty ame caddate ad the ame alas algorthm s voked to check f the word TCF s a alas of a recogzed amed etty. If T cell Factor s a Prote ame recogzed earler the documet, the word TCF s determed as a alas of T cell Factor wth the ame alas feature Prote3L3 by takg the three tal letters of the three-word prote ame T cell Factor. 3. METHODS 3. Hdde Markov Model Gve above varous features, the key problem s how to effectvely ad effcetly tegrate them together ad fd the optmal resoluto to bomedcal amed etty recogto. Here, we use the Hdde Markov Model (HMM as descrbed Zhou et al A HMM s a model where a sequece of outputs s geerated addto to the Markov state sequece. It s a latet varable model the sese that oly the output sequece s observed whle the state sequece remas hdde. Gve a observato sequece O = o o2... o, the purpose of a HMM s to fd the most lkely state sequece S s s... s that maxmzes = 2 S O. Here, the observato o =< f, w >, where s the word ad f =< F WFP w, F MP, F, F, F POS s the feature set of the word w, ad the state s s structural ad s = BOUNDARY _ ENTITY _ FEATURE, where BOUNDARY deotes the posto of the curret word the etty; ENTITY dcates the class of the etty; ad FEATURE s the feature set used to model the gram more precsely. By rewrtg S O, we have: HEAD ALIAS > 2

3 S, O S O = S + log ( S O The secod term Equato ( s the mutual formato betwee S ad O. I order to smplfy the computato of ths term, we assume mutual formato depedece:, O = MI( s, O = MI( S or s, O log = s O S, O log = (2 S O That s, a dvdual tag s oly depedet o the output sequece O ad depedet o other tags the tag sequece S. Ths assumpto s reasoable because the depedece amog the tags the tag sequece S has already bee captured by the frst term Equato (. Applyg the assumpto (2 to Equato (, we have: S O = S + = = s O s (3 From Equato (3, we ca see that: The frst term ca be computed by applyg cha rules. I gram modelg (Che et al 996, each tag s assumed to be depedet o the N- prevous tags. The secod term s the summato of log probabltes of all the dvdual tags. The thrd term correspods to the lexcal compoet (dctoary of the tagger. The dea behd the model s that t tres to assg each output a approprate tag (state, whch cotas boudary ad class formato. For example, TCF bds stroger tha NF kb to TCEd DNA. The tag assged to toke TCF should dcate that t s at the begg of a etty ame ad t belogs to the Prote class; ad the tag assged to toke bds should dcate that t does ot belog to a etty ame. Here, the Vterb algorthm (Vterb 967 s mplemeted to fd the most lkely tag sequece. The problem wth the above HMM les the data sparseess problem rased by P ( s O the thrd term of Equato (3. Ideally, we would have suffcet trag data for every evet whose codtoal probablty we wsh to calculate. Ufortuately, there s rarely eough trag data to compute accurate probabltes whe decodg o ew data. Geerally, two smoothg approaches (Che et al 996 are appled to resolve ths problem: lear terpolato ad back-off. However, these two approaches oly work well whe the umber of dfferet formato sources s lmted. Whe a few features ad/or a log cotext are cosdered, the umber of dfferet formato sources s expoetal. I ths paper, a Support Vector Mache (SVM plus sgmod s proposed to resolve ths problem our system. 3.2 Support Vector Mache plus Sgmod Support Vector Maches (SVMs are a popular mache learg approach frst preseted by Vapk (995. Based o the structural rsk mmzato of statstcal learg theory, SVMs seek a optmal separatg hyper-plae to dvde the trag examples to two classes ad make decsos based o support vectors whch are selected as the oly effectve examples the trag set. However, SVMs produce a ucalbrated value that s ot probablty. That s, the uthresholded output of a SVM ca be represeted as f ( x = a y k( x, x + b (4 SV To map the SVM output to the probablty, we tra a addtoal sgmod model(platt 999: p( s f = + exp( Af + B (5 Bascally, SVMs are bary classfers. Therefore, we must exted SVMs to mult-class (e.g. K classfers. For effcecy, we apply the oe vs. others strategy, whch bulds K classfers so as to separate oe class from all others, stead of the parwse strategy, whch bulds K*(K-/2 classfers cosderg all pars of classes. Moreover, we oly apply the smple lear kerel, although other kerels (e.g. polyomal kerel ad parwse strategy ca have better performace. Fally, for each state s, there s oe sgmod p( s f. Therefore, the sgmod outputs are ormalzed to get a probablty dstrbuto usg p( s f p ( s O =. p( s f 3.3 Post-Processg Two post-processg modules, amely cascaded etty ame resoluto ad abbrevato resoluto, are appled our system to further mprove the performace. Cascaded Etty Name Resoluto It s foud (She et al 2003 that 6.57% of etty ames GENIA V3.0 have cascaded costructos, e.g. <RNA><DNA>CIITA</DNA> mrna</rna>. Therefore, t s mportat to resolve such pheomeo. Here, a patter-based module s proposed to resolve the cascaded etty ames whle the above HMM s appled to recogze embedded etty 3

4 ames ad o-cascaded etty ames. I the GENIA corpus, we fd that there are sx useful patters of cascaded etty ame costructos: <ENTITY> := <ENTITY> + head ou, e.g. <PROTEIN> bdg motf <DNA> <ENTITY> := <ENTITY> + <ENTITY>, e.g. <LIPID> <PROTEIN> <PROTEIN> <ENTITY> := modfer + <ENTITY>, e.g. at <Prote> <Prote> <ENTITY> := <ENTITY> + word + <ENTITY>, e.g. <VIRUS> fected <MULTICELL> <MULTICELL > <ENTITY> := modfer + <ENTITY> + head ou <ENTITY> := <ENTITY> + <ENTITY> + head ou I our expermets, all the rules of above sx patters are extracted from the cascaded etty ames the trag data to deal wth the cascaded etty ame pheomeo. Abbrevato Resoluto Whle the ame alas feature s useful to detect the ter-setetal ame alas pheomeo, t s uable to detfy the er-setetal ame alas pheomeo: the er-setetal abbrevato. Such abbrevatos wdely occur the bomedcal doma. I our system, we preset a effectve ad effcet algorthm to recogze the er-setetal abbrevatos more accurately by mappg them to ther full expaded forms. I the GENIA corpus, we observe that the expaded form ad ts abbrevato ofte occur together va paretheses. Geerally, there are two patters: expaded form (abbrevato ad abbrevato (expaded form. Our algorthm s based o the fact that t s much harder to classfy a abbrevato tha ts expaded form. Geerally, the expaded form s more evdetal tha ts abbrevato to determe ts class. The algorthm works as follows: Gve a setece wth paretheses, we use a smlar algorthm as Schwartz et al 2003 to determe whether t s a abbrevato wth paretheses. Ths s doe by startg from the ed of both the abbrevato ad the expaded form, movg from rght to left ad tryg to fd the shortest expaded form that matches the abbrevato. Ay character the expaded form ca match a character the abbrevato wth oe excepto: the match of the character at the begg of the abbrevato must match the frst alphabetc character of the frst word the expaded form. If yes, we remove the abbrevato ad the paretheses from the setece. After the setece s processed, we restore the abbrevato wth paretheses to ts orgal posto the setece. The, the abbrevato s classfed as the same class of the expaded form, f the expaded form s recogzed as a etty ame. I the meawhle, we also adjust the boudares of the expaded form accordg to the abbrevato, f ecessary. Fally, the expaded form ad ts abbrevato are stored the recogzed lst of bomedcal etty ames from the documet to help the resoluto of forthcomg occurreces of the same abbrevato the documet. 4. EXPERIMENTS AND EVALUATION We evaluate our PowerBoNE system o GENIA V. ad GENIA V3.0 usg precso/recall/fmeasure. For each evaluato, we select 20% of the corpus as the held-out test data ad the remag 80% as the trag data. All the expermetatos are doe 5 tmes ad the evaluatos are averaged over the held-out test data. For cascaded etty ame resoluto, a average of 59 ad 97 rules are extracted from the cascaded etty ames the trag data of GENIA V. ad V3.0 respectvely. For POS, all the POS taggers are traed o the trag data wth POS mported from the correspodg GENIA V3.02p wth POS aotated. Table 2 shows the performace of our system o GENIA V. ad GENIA V3.0, ad the comparso wth that of the best reported system (She et al It shows that our system acheves the F-measure of 69. o GENIA V. ad the F-measure of 7.2 o GENIA V3.0 respectvely, wthout help of ay dctoares. It also shows that our system outperforms She et al (2003 by 6.9 F-measure o GENIA V. ad 4.6 F-measure o GENIA V3.0. Ths s largely due to the superorty of the SVM plus sgmod our system (mprovemet of 3.7 F-measure o GENIA V3.0 over the back-off approach She et al (2003 ad the ovel ame alas feature (mprovemet of.2 F-measure o GENIA V3.0. Fally, evaluato also shows that the cascaded etty ame resoluto ad the abbrevato resoluto cotrbute 3.4 ad 2. respectvely F-measure o GENIA V3.0. Table 2: Performace of our PowerBoNE system Performace P R F She et al o GENIA V She et al o GENIA V Our system o GENIA V Our system o GENIA V

5 Table 3: Performace of dfferet etty classes o GENIA V3.0 Etty Number of staces F Class the trag data Cell Type Lpd Mult-Cell Prote DNA Cell Le RNA Vrus Oe mportat questo s about the performace of dfferet etty classes. Table 3 shows the performace of some of the bomedcal etty classes o GENIA V3.0. Of partcular terest, our system acheves the F-measure of 77.8 o the class Prote. It shows that the performace vares a lot amog dfferet etty classes. Oe reaso may be due to dfferet dffcultes recogzg dfferet etty classes. Aother reaso may be due to the dfferet umbers of staces dfferet etty classes. Though GENIA V3.0 provdes a good bass for amed etty recogto the bomedcal doma ad probably the best avalable, t has clear bas. Table 3 shows that, whle GENIA V3.0 s of eough sze for recogzg the major classes, such as Prote, Cell Type, Cell Le, Lpd etc, t s of lmted sze recogzg other classes, such as Vrus. 5. ERROR ANALYSIS I order to further evaluate our system ad explore possble mprovemet, we have mplemeted a error aalyss. Ths s doe by radomly choosg 00 errors from our recogto results. Durg the error aalyss, we fd may errors are due to the strct aotato scheme ad the aotato cosstece the GENIA corpus, ad ca be cosdered acceptable. Therefore, we wll also exame the acceptable F-measure of our system, partcular, the acceptable F-measure o the prote class. All the 00 errors are classfed as follows: Left boudary errors (4: It cludes the errors wth correct class detfcato, correct rght boudary detecto ad oly wrog left boudary detecto. We fd that most of such errors come from the log ad descrptve amg coveto. We also fd that of 4 errors are acceptable ad gorace of the descrptve words ofte does ot make a much dfferece for the etty ames. I fact, t s eve hard for bologsts to decde whether the descrptve words should be a part of the etty ames, such as ormal, actvated, etc. I partcular, 4 of 4 errors belog to the prote class. Amog them, two errors are acceptable, e.g. classcal <PROTEIN>,25 (OH 2D3 receptor</protein> => <PROTEIN>classcal,25 (OH 2D3 receptor</protein> (wth format of aotato the corpus => detfcato made by our system, whle the other two are uacceptable, e.g. <PROTEIN>vral trascrpto factor</protein> => vral <PROTEIN>trascrpto factor</protein>. Cascaded etty ame errors (5: It cludes the errors caused by the cascaded etty ame pheomeo. We fd that most of such errors come from the aotato cosstece the GENIA corpus: I some cases, oly the embedded etty ames are aotated whle other cases, the embedded etty ames are ot aotated. Our system teds to aotate both the embedded etty ames ad the whole etty ames. Amog them, we fd that 3 of 6 errors are acceptable. I partcular, 2 of 6 errors belog to the prote class ad both are acceptable, e.g. <DNA>NF kappa B bdg ste</dna> => <DNA><PROTEIN>NF kappa B</PROTEIN> bdg ste</dna>. Msclassfcato errors (8: It cludes the errors wth wrog class detfcato, correct rght boudary detecto ad correct left boudary detecto. We fd that ths kd of errors maly comes from the sese ambguty of bomedcal etty ames ad s very dffcult to dsambguate. Amog them, 8 errors are related wth the DNA class ad 6 errors are related wth the Cell Le ad Cell Type classes. We also fd that oly 3 of 8 errors are acceptable. I partcular, there are 6 errors related to the prote class. Fally, we fd that all the 6 errors are caused by msclassfcato of the DNA class to the prote class ad all of them are uacceptable, e.g. <DNA>type I IFN<DNA> => <PROTEIN>type I IFN</PROTEIN>. True egatve (23: It cludes the errors by mssg the detfcato of bomedcal etty ames. We fd that 6 errors come from the other class ad 0 errors from the prote class. We also fd that the GENIA corpus aotates some geeral ou phrases as bomedcal etty ames, e.g. prote the prote ad cofactor a cofactor. Fally, we fd that of 23 errors are acceptable. I partcular, 9 of 23 errors related to the prote class. Amog them, 3 errors are acceptable, e.g. the <PROTEIN>prote</PROTEIN> => the 5

6 prote, whle the other 6 are uacceptable, e.g. <PROTEIN>80 kda</protein> => 80 kda. False postve (5: It cludes the errors by wrogly detfyg bomedcal etty ames whch are ot aotated the GENIA corpus. We fd that 9 of 5 errors come from the other class. Ths suggests that the aotato of the other class s much lack of cosstecy ad most problematc the GENIA corpus. We also fd that 7 of 5 errors are acceptable. I partcular, 2 of 5 errors are related to the prote class ad both are acceptable, e.g. affty stes => <PROTEIN>affty stes</protein>. Mscellaeous (4: It cludes all the other errors, e.g. combato of the above errors ad the errors caused by paretheses. We fd that oly of 4 errors s acceptable. We also fd that, amog them, 2 errors are related wth the prote class ad both are uacceptable, e.g. <PROTEIN>7 amo acd eptope</protein> => 7 <RNA>amo acd eptope</rna>. From above error aalyss, we fd that about half (46/00 of errors are acceptable ad ca be avoded by flexble aotato scheme (e.g. regardg the modfers the left boudares ad cosstet aotato (e.g. the aotato of the other class ad the cascaded etty ame pheomeo. I partcular, about oe thrd (9/25 of errors are acceptable o the prote class. Ths meas that the acceptable F-measure ca reach about 84.4 o the 23 classes of GENIA V3.0. I partcular, the acceptable F-measure o the prote class s about I addto, ths performace s acheved wthout usg ay extra resources (e.g. dctoares. Wth help of extra resources, we thk a acceptable F-measure of ear 90 ca be acheved the ear future. 6. RELATED WORK Prevous approaches bomedcal amed etty recogto typcally use some doma specfc heurstc rules ad heavly rely o exstg dctoares (Fukuda et al 998, Proux et al 998 ad Gazauskas et al The curret tred s to apply mache learg approaches bomedcal amed etty recogto, largely due to the developmet of the GENIA corpus. The typcal exploratos clude Kazama et al 2002, Lee et al 2003, Tsuruoka et al 2003, She et al Kazama et al 2002 apples SVM ad corporates a rch feature set, cludg word feature, POS, prefx feature, suffx feature, prevous class feature, word cache feature ad HMM state feature. The expermet o GENIA V. shows the F-measure of Tsuruoka et al 2003 apples a dctoary-based approach ad a aïve Bayes classfer to flter out false postves. It oly evaluates agast the prote class GENIA V3.0, ad receves the F-measure of 70.2 wth help of a large dctoary. Lee et al 2003 uses a two phase SVM-based recogto approach ad corporates word formato patter ad part-ofspeech. The evaluato o GENIA V3.0 shows the F-measure of 66.5 wth help of a etty ame dctoary. She et al 2003 proposes a HMM-based approach ad two post-processg modules (cascaded etty ame resoluto ad abbrevato resoluto. Evaluato shows the F-measure of 62.2 ad 66.6 o GENIA V. ad V3.0 respectvely. 7. CONCLUSION I the paper, we descrbe our HMM-based amed etty recogto system the bomedcal doma, amed PowerBoNE. Varous lexcal, morphologcal, sytactc, sematc ad dscourse features are corporated to cope wth the specal pheomea bomedcal amed etty recogto. I addto, a SVM plus sgmod s proposed to effectvely resolve the data sparseess problem. Fally, we preset two post-processg modules to deal wth cascaded etty ame ad abbrevato pheomea. The ma cotrbutos of our work are the ovel ame alas feature the bomedcal doma, the SVM plus sgmod approach the effectve resoluto of the data sparseess problem our system ad ts tegrato wth the Hdde Markov Model. I the ear future, we wll further mprove the performace by vestgatg more o cojucto ad dsjucto costructo, the syoym pheomeo, ad explorato of extra resources (e.g. dctoary. REFERENCES Che ad Goodma A Emprcal Study of Smoothg Techques for Laguage Modelg. I Proceedgs of the 34th Aual Meetg of the Assocato of Computatoal Lgustcs (ACL 996. pp Sata Cruz, Calfora, USA. Fukuda K., Tsuoda T., Tamura A., ad Takag T Toward formato extracto: detfyg prote ames from bologcal papers. I Proc. of the Pacfc Symposum o Bocomputg 98 (PSB 98, Gazauskas R., Demetrou G. ad Humphreys K Term Recogto ad Classfcato Bologcal Scece Joural Artcles. I Proc. of the Computatoal Termology for Medcal ad Bologcal Applcatos Workshop of the 2 d Iteratoal Coferece o NLP,

7 Jacquem C Spottg ad Dscoverg Terms through Natural Laguage Processg, Cambrdge: MIT Press Kazama J., Mako T., Ohta Y., ad Tsuj J Tug Support Vector Maches for Bomedcal Named Etty Recogto. I Proc. of the Workshop o Natural Laguage Processg the Bomedcal Doma (at ACL 2002, -8. Lee K.J. Hwag Y.S. ad Rm H.C. Two-phase bomedcal NE Recogto based o SVMs. I Proceedgs of the ACL 2003 Workshop o Natural Laguage Processg Bomedce. pp Sapporo, Japa. MUC Morga Kaufma Publshers, Ic. I Proceedgs of the Sxth Message Uderstadg Coferece (MUC-6. Columba, Marylad. MUC Morga Kaufma Publshers, Ic. I Proceedgs of the Seveth Message Uderstadg Coferece (MUC-7. Farfax, Vrga. Ohta T., Tates Y., Km J., Mma H., ad Tsuj J The GENIA corpus: A aotated research abstract corpus molecular bology doma. I Proc. of HLT Platt J Probablstc Outputs for Support Vector Maches ad comparsos to regularzed Lkelhood Methods. MIT Press. Proux D., Rechema F., Jullard L., Pllet V. ad Jacq B Detectg Gee Symbols ad Names Bologcal Texts: A Frst Step toward Pertet Iformato Extracto. I Proc. of Geome Iform Ser Workshop Geome Iform, Schwartz A.S. ad Hearst M.A A Smple Algorthm for Idetfyg Abbrevato Deftos Bomedcal Text. I Proc. of the Pacfc Symposum o Bocomputg (PSB 2003 Kaua. She Da, Zhag Je, Zhou GuoDog, Su Ja ad Ta Chew Lm, Effectve Adaptato of a Hdde Markov Model-based Named Etty Recogzer for Bomedcal Doma, Proceedgs of ACL 2003 Workshop o Natural Laguage Processg Bomedce, Sapporo, Japa, July pp Tsuruoka Y. ad Tsuj J Boostg precso ad recall of dctoary-based prote ame recogto. I Proceedgs of the ACL 2003 Workshop o Natural Laguage Processg Bomedce. pp Sapporo, Japa. Vapk V The Nature of Statstcal Learg Theory. NY, USA: Sprger-Verlag. Vterb A.J Error bouds for covolutoal codes ad a asymptotcally optmum decodg algorthm. IEEE Trasactos o Iformato Theory, Zhou G.D. ad Su J Named Etty Recogto usg a HMM-based Chuk Tagger. I Proc. of the 40th Aual Meetg of the Assocato for Computatoal Lgustcs (ACL,

Comparative Study of Word Alignment Heuristics and Phrase-Based SMT

Comparative Study of Word Alignment Heuristics and Phrase-Based SMT Comparatve Study of Word Algmet Heurstcs ad Phrase-Based SMT Hua Wu ad Hafeg Wag Toshba (Cha) Research ad Developmet Ceter 5/F., Tower W2, Oretal Plaza No., East Chag A Ave., Dog Cheg Dstrct Bejg, 00738,

More information

Handout #5. Introduction to the Design of Experiments (DOX) (Reading: FCDAE, Chapter 1~3)

Handout #5. Introduction to the Design of Experiments (DOX) (Reading: FCDAE, Chapter 1~3) Hadout #5 Ttle: FAE Course: Eco 368/01 Spr/015 Istructor: Dr. I-M Chu Itroducto to the Des of Expermets (DOX) (Read: FCDAE, Chapter 1~3) I hadout oe, we leared that data ca be ether observatoal or expermetal.

More information

Music Performer Recognition Using an Ensemble of Simple Classifiers

Music Performer Recognition Using an Ensemble of Simple Classifiers Musc Performer Recogto Usg a Esemble of Smple Classfers Efstathos Stamatatos 1 ad Gerhard Wdmer 2 Abstract. Ths. paper addresses the problem of detfyg the most lkely musc performer, gve a set of performaces

More information

A Genetic Programming Framework for Error Recovery in Robotic Assembly Systems

A Genetic Programming Framework for Error Recovery in Robotic Assembly Systems A Geetc Programmg Framework for Error Recovery Robotc Assembly Systems Cem M. Baydar cbaydar@umch.edu Kazuhro Satou kazu@umch.edu Departmet of Mechacal Egeerg ad Appled Mechacs Uversty of Mchga A Arbor,

More information

Real-time Scheduling of Flexible Manufacturing Systems using Support Vector Machines and Neural Networks

Real-time Scheduling of Flexible Manufacturing Systems using Support Vector Machines and Neural Networks Real-tme Schedulg of Flexble Maufacturg Systems usg Support Vector Maches ad Neural Networks P. Prore, R. Po, J. Parreño, J. Lozao ad M. Moterrey EPI de Gó, Campus de Vesques, 33203 Gó, Asturas, Spa Abstract

More information

Scheme For Finding The Next Term Of A Sequence Based On Evolution {File Closing Version 4}. ISSN

Scheme For Finding The Next Term Of A Sequence Based On Evolution {File Closing Version 4}. ISSN Bagad, R. (207). Scheme For Fdg The ext Term Of A Sequece Based O voluto {Fle Closg Verso 3}. ISS 75-3030. PHILICA.COM Artcle umber 40. htt://www.hlca.com/dsla_artcle.h?artcle_d=40 Scheme For Fdg The ext

More information

Exploiting the Marginal Profits of Constraints with Evolutionary Multi-objective Optimization Techniques

Exploiting the Marginal Profits of Constraints with Evolutionary Multi-objective Optimization Techniques Eplotg the Margal Profts of Costrats wth Evolutoary Mult-objectve Optmzato Techques Ya Zheyu Zh We Kag Lsha Laboratory of Software Egeerg Departmet of Computer Scece Laboratory of Software Egeerg Wuha

More information

Use the template below as a guide for organizing the text of your story.

Use the template below as a guide for organizing the text of your story. Plot Ptch Template Use the template below as a gude for orgazg the text of your story. Ths template s a suggesto of how the text of a 14-page chldre s pcture storybook could be orgazed. It does ot clude

More information

A Realistic E-Learning System based on Mixed Reality

A Realistic E-Learning System based on Mixed Reality A Realstc E-Learg System based o Mxed Realty Kyusug Cho 1, Juho Lee 1, Jaem Soh 1, Juseok Lee 2, Hyu S. Yag 1 1 Departmet of Computer Scece, Korea Advaced Isttute of Scece ad Techology, 373-1 Guseog-dog,

More information

Cost Control of the Transmission Congestion Management in Electricity Systems Based on Ant Colony Algorithm

Cost Control of the Transmission Congestion Management in Electricity Systems Based on Ant Colony Algorithm Eergy ad Power Egeerg, 2011, 3, 17-23 do:10.4236/epe.2011.31003 Publshed Ole February 2011 (http://www.scrp.org/joural/epe) Cost Cotrol of the Trasmsso Cogesto Maagemet Electrcty Systems Based o At Coloy

More information

Rank Inclusion in Criteria Hierarchies

Rank Inclusion in Criteria Hierarchies Mat-.08 deedet Research Project Aled Mathematcs Rak cluso Crtera Herarches Jue 00 Helsk Uversty of Techology ystems Aalyss Laboratory Att Pukka Deartmet of Egeerg Physcs ad Mathematcs 48484T Cotets. NTRODUCTON...3.

More information

Positive-living skills for children aged 3 to 6

Positive-living skills for children aged 3 to 6 Table of Cotets Gudeles Postve-lvg sklls for chldre aged 3 to 6 A troducto to M MdMasters Suggestos o how to use the M MdMasters actvtes Tps o usg M MdMasters wth chldre who have a physcal dsablty Stages

More information

Logistics We are here. If you cannot login to MarkUs, me your UTORID and name.

Logistics We are here. If you cannot login to MarkUs,  me your UTORID and name. Logistics We are here 8 Week If you caot logi to arkus, email me your UTORID ad ame. heck lab marks o arkus, if it s recorded wrog, cotact Larry withi a week after the lab. Quiz average: 8% Assembly Laguage

More information

Object Modeling for Multicamera Correspondence Using Fuzzy Region Color Adjacency Graphs

Object Modeling for Multicamera Correspondence Using Fuzzy Region Color Adjacency Graphs Obect Modelg for Mltcamera Correspodece Usg Fzzy Rego Color Adacecy Graphs Amr Hosse Khall 1 ad Shohreh Kasae 2 1 Sharf Uersty of Techology, Tehra, Ira a_khall@ce.sharf.ed 2 Sharf Uersty of Techology,

More information

Following a musical performance from a partially specified score.

Following a musical performance from a partially specified score. Followng a muscal performance from a partally specfed score. Bryan Pardo and Wllam P. Brmngham Artfcal Intellgence Laboratory Electrcal Engneerng and Computer Scence Dept. and School of Musc The Unversty

More information

Organic Macromolecules and the Genetic Code A cell is mostly water.

Organic Macromolecules and the Genetic Code A cell is mostly water. Orgaic Macromolecules ad the Geetic Code A cell is mostly water. The rest of the cell cosists mostly of carbobased molecules. Orgaic chemistry is the study of carbo compouds. Copyright 2007 Pearso Educatio

More information

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies Instructons for Contrbutors to the Internatonal Journal of Mcrowave and Wreless Technologes Frst A. Author 1, Second Author 1,2, Thrd Author 2 1 Cambrdge Unversty Press, Ednburgh Buldng, Shaftesbury Road,

More information

Minimum Penalized Hellinger Distance for Model Selection in Small Samples

Minimum Penalized Hellinger Distance for Model Selection in Small Samples Ope Joural of Statstcs,,, 369-38 ttp://dxdoorg/436/os445 ublsed Ole October (ttp://wwwscrorg/oural/os) Mu ealzed ellger Dstace for Model Selecto Sall Saples apa Ngo *, Bertrad Ntep Laboratore de Mateatques

More information

A BROADCASTING PROTOCOL FOR COMPRESSED VIDEO

A BROADCASTING PROTOCOL FOR COMPRESSED VIDEO Proceegs of the EUROMEDIA 99 Coferece (Much, Aprl 6-8, 1999), pp78-84 A BROADCASTING PROTOCOL FOR COMPRESSED VIDEO Jeha-Fraços Pârs 1 Departmet of Computer Scece Uversty of Housto Housto, TX 7704-475 pars@csuheu

More information

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures EE260: igital esig, prig 208 4/3/8 EE 260: Itroductio to igital esig equetial Logic Elemets ao Zheg epartmet of Electrical Egieerig Uiversity of Hawaiʻi at Māoa equetial ircuits ombiatioal Logic: Output

More information

Heterogeneous Talent and Optimal Emigration 1

Heterogeneous Talent and Optimal Emigration 1 Heterogeeous Talet a Optmal mgrato A Cotrbuto to te New coomcs of te Bra Dra Nguye Duc Ta Natoal Grauate Isttute for Polcy Stues GRIPS, Tokyo Vetam Developmet orum VD Tokyo mal: 3@stu.grps.ac.jp September

More information

Statistics AGAIN? Descriptives

Statistics AGAIN? Descriptives Cal State Northrdge Ψ427 Andrew Answorth PhD Statstcs AGAIN? What do we want to do wth statstcs? Organze and Descrbe patterns n data Takng ncomprehensble data and convertng t to: Tables that summarze the

More information

Mullard INDUCTOR POT CORE EQUIVALENTS LIST. Mullard Limited, Mullard House, Torrington Place, London Wel 7HD. Telephone:

Mullard INDUCTOR POT CORE EQUIVALENTS LIST. Mullard Limited, Mullard House, Torrington Place, London Wel 7HD. Telephone: Mullard INDUCTOR POT CORE EQUIVALENTS LIST Mullard Limited, Mullard House, Torrigto Place, Lodo Wel 7HD. Telephoe: 01-580 6633 INDUCTOR POT CORE EQUIVALENTS LIST Mullard Limited have bee maufacturig ferrite

More information

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time Accepted Manuscrpt An mproved artfcal bee colony algorthm for flexble ob-shop schedulng problem wth fuzzy processng tme Ka Zhou Gao, Ponnuthura Nagaratnam Suganthan, Quan Ke Pan, Tay Jn Chua, Chn Soon

More information

References and quotations

References and quotations CHAPTER 1.8 Refereces ad quotatios Academic writig depeds o the research ad ideas of others, so it is vital to show which sources you have used i your work, i a acceptable maer. This uit explais the format

More information

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY.

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY. NIIT Logotype The NIIT logotype is always preseted i a fixed cofiguratio. The desig of the logotype is based o a typeface called Egyptia. The letters N I I T has bee specially desiged ad letter-spaced.

More information

PROBABILITY AND STATISTICS Vol. I - Ergodic Properties of Stationary, Markov, and Regenerative Processes - Karl Grill

PROBABILITY AND STATISTICS Vol. I - Ergodic Properties of Stationary, Markov, and Regenerative Processes - Karl Grill PROBABILITY AND STATISTICS Vol. I Ergodic Properties of Statioary, Markov, ad Regeerative Processes Karl Grill ERGODIC PROPERTIES OF STATIONARY, MARKOV, AND REGENERATIVE PROCESSES Karl Grill Istitut für

More information

RIAM Local Centre Woodwind, Brass & Percussion Syllabus

RIAM Local Centre Woodwind, Brass & Percussion Syllabus 8 RIAM Local Centre Woodwnd, Brass & Percusson Syllabus 2015-2018 AURAL REQUIREMENTS AND THEORETICAL QUESTIONS REVISED FOR ALL PRACTICAL SUBJECTS AURAL TESTS From Elementary to Grade V ths area s worth

More information

Modeling Form for On-line Following of Musical Performances

Modeling Form for On-line Following of Musical Performances Modelng Form for On-lne Followng of Muscal Performances Bryan Pardo 1 and Wllam Brmngham 2 1 Computer Scence Department, Northwestern Unversty, 1890 Maple Ave, Evanston, IL 60201 2 Department of Math and

More information

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. "",. : : :::: :1'NTmAC' I

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. ,. : : :::: :1'NTmAC' I ASPA: Automatc speech-pause analyzer* D. GERVERt and G. DNELEY Unversty of Durham, Durham, England ASPA: The Programs Snce the actual detals of nterface samplng, dsk storage routnes, etc., wll depend upon

More information

11 Hybrid Cables. n f Hz. kva i P. Hybrid Cables Description INFORMATION Description

11 Hybrid Cables. n f Hz. kva i P. Hybrid Cables Description INFORMATION Description Hybrd Cables Descrpto Hybrd Cables INFORMATION Ths secto shows the techcal data o the hybrd cables avalable at SEW- EURODRIVE. For assgmet o hybrd cables to the products, reer to the respectve sectos..

More information

QUICK START GUIDE v0.98

QUICK START GUIDE v0.98 QUICK START GUIDE v0.98 QUICK HELP Q A 1 STEP BY STEP 3 GLOSSARY 2 A B C 1 INSTALLATION 1. Make sure that the hardware nstallaton s performed by a certfed vendor 2. Install OTOTRAK app from Apple s App

More information

Chapter 7 Registers and Register Transfers

Chapter 7 Registers and Register Transfers Logic ad Computer Desig Fudametals Chapter 7 Registers ad Register Trasfers Part 2 Couters, Register Cells, Buses, & Serial Operatios Charles Kime & Thomas Kamiski 28 Pearso Educatio, Ic (Hyperliks are

More information

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC Mounr A. Tantaou School of Electrcal Engneerng and Computer Scence Unversty of Central Florda Orlando, FL 3286-407-823-393 tantaou@cs.ucf.edu Interacton wth Broadcast Vdeo Ken A. Hua School of Electrcal

More information

Line numbering and synchronization in digital HDTV systems

Line numbering and synchronization in digital HDTV systems Lie umberig ad sychroizatio i digital HDTV systems D. (VURT) I cotrast to aalogue televisio systems where lie umberig is covetioally liked to the vertical sychroizatio, digital televisio offers the possibility

More information

Energy-Efficient FPGA-Based Parallel Quasi-Stochastic Computing

Energy-Efficient FPGA-Based Parallel Quasi-Stochastic Computing Article Eergy-Efficiet FPGA-Based Parallel Quasi-Stochastic Computig Ramu Seva, Prashathi Metku * ad Misu Choi Departmet of Computer Egieerig, Missouri Uiversity of Sciece & Techology, 4 Emerso Electric

More information

Image Intensifier Reference Manual

Image Intensifier Reference Manual Image Itesifier Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the best practces of color ways operatons usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage

More information

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 DATE OF APPLCATON: Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 N GENERAL EMAL ADDRESS: For Local Calls - (985) 532-4380 (985) 446-2255 (985)

More information

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 205, 9, 35-322 35 Open Access System of Automatc Chnese Webpage Summarzaton Based on The Random Walk Algorthm

More information

DIGITAL SYSTEM DESIGN

DIGITAL SYSTEM DESIGN DIGITAL SYSTEM DESIGN Buildig Block Circuit Rather tha buildig ytem at the gate level, ofte digital ytem are cotructed from higher level, but till baic, buildig block circuit. Multiplexer, decoder, flip-flop,

More information

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters! Provded by the author(s) and Unversty College Dubln Lbrary n accordance wth publsher polces., Please cte the publshed verson when avalable. tle Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng

More information

Research on the Classification Algorithms for the Classical Poetry Artistic Conception based on Feature Clustering Methodology. Jin-feng LIANG 1, a

Research on the Classification Algorithms for the Classical Poetry Artistic Conception based on Feature Clustering Methodology. Jin-feng LIANG 1, a 2d Iteratioal Coferece o Electrical, Computer Egieerig ad Electroics (ICECEE 2015) Research o the Classificatio Algorithms for the Classical Poetry Artistic Coceptio based o Feature Clusterig Methodology

More information

Error Concealment Aware Rate Shaping for Wireless Video Transport 1

Error Concealment Aware Rate Shaping for Wireless Video Transport 1 Error Concealment Aware Rate Shapng for Wreless Vdeo Transport 1 Trsta Pe-chun Chen and Tsuhan Chen 2 Abstract Streamng of vdeo, whch s both source- and channel- coded, over wreless networks faces the

More information

BOUND FOR SOUTH AUSTRALIA

BOUND FOR SOUTH AUSTRALIA FULL SCOE $3.50 BOUND FO SOUTH AUSTALIA or 3-5 oct. hadbells Traditioal sea shaty arr. Alex Guebert (2015) 2015 Alex Guebert. Distributed by The Golde Dace..HadbellMusic.com Permissio is grated or licesed

More information

Quantization of Three-Bit Logic for LDPC Decoding

Quantization of Three-Bit Logic for LDPC Decoding Proceedngs of the World Congress on Engneerng and Computer Scence 2011 Vol II, October 19-21, 2011, San Francsco, USA Quantzaton of Three-Bt Logc for LDPC Decodng Raymond Moberly and Mchael E. O'Sullvan

More information

Technical Information

Technical Information CHEMCUT Techncal Informaton CORPORATION Introducton The Chemcut CC8000 etcher has many new features desgned to reduce the cost of manufacturng and, just as mportantly, the cost of ownershp. Keepng the

More information

Polychrome Devices Reference Manual

Polychrome Devices Reference Manual Polychrome Devices Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

The Blizzard Challenge 2014

The Blizzard Challenge 2014 The Blizzard Challege 2014 1 Kishore Prahallad, 1 Aadaswarup Vadapalli, 1 Satosh Kesiraju, 2 Hema A. Murthy 3 Swara Lata, 4 T. Nagaraja, 5 Mahadeva Prasaa, 6 Hemat Patil, 7 Ail Kumar Sao 8 Simo Kig, 9

More information

Natural Language Processing

Natural Language Processing atural Language Processg Info 159/259 Lecture 19: Semantic parsg (Oct. 31, 2017) David Bamman, UC Berkeley Announcements 259 fal project presentations: 3:30-5pm Tuesday, Dec. 5 (RRR week), 202 South Hall

More information

3. Sequential Logic 1

3. Sequential Logic 1 Chapter 3: Sequential Logic 1 3. Sequential Logic 1 Time is the substance from which I am made. Time is a river which carries me along, but I am the river; it is a tiger that devours me, but I am the tiger;

More information

Bibliometric Characteristics of Political Science Research in Germany

Bibliometric Characteristics of Political Science Research in Germany Bibliometric Characteristics of Political Science Research y Pei-Shan Chi ifq Institute for Research Information and Quality Assurance Schützenstraße 6a, 10117 Berl (y) chi@forschungsfo.de ABSTRACT This

More information

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD THE MPORTANCE OF ARM-SWNG DURNG FORWARD DVE AND REVERSE DVE ON SPRNGBOARD Ken Yokoyama Laboratory of Bomechancs Faculty ofeducaton Kanazawa Unversty Kanazawa, Japan J unjro Nagano Department of Physcal

More information

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN Cost-Aware Fronthaul Rate Allocaton to Maxmze Beneft of Mult-User Recepton n C-RAN Dora Bovz, Chung Shue Chen, Sheng Yang To cte ths verson: Dora Bovz, Chung Shue Chen, Sheng Yang. Cost-Aware Fronthaul

More information

Analysis of Subscription Demand for Pay-TV

Analysis of Subscription Demand for Pay-TV Analyss of Subscrpton Demand for Pay-TV Manabu Shshkura Researcher Insttute for Informaton and Communcatons Polcy 2-1-2 Kasumgasek, Chyoda-ku Tokyo 110-8926 Japan m-shshkura@soumu.go.jp Tel: 03-5253-5496

More information

AREA (SQ. FT.) BREAKDOWN: 1. SALES AREA: 2. ENTRY VESTIBULE (EXT.): 3. SERVICE: 4. TOILET ROOM: 5. OFFICE: 6. STAIRWAY/REAR EXIT: 7.

AREA (SQ. FT.) BREAKDOWN: 1. SALES AREA: 2. ENTRY VESTIBULE (EXT.): 3. SERVICE: 4. TOILET ROOM: 5. OFFICE: 6. STAIRWAY/REAR EXIT: 7. Exhibit 6 35 ORTH SATA CRUZ AVEUE LOS GATOS, CA 953 PURVEYORS of SWEETESS 245 Ford Parkay, Suite 3 65.69.5525.finndaniels.com LEVEL: OF VCTY MAP MALL KEY PLA PROJECT TEAM BREAKDOW:. SALES AREA: 2. ETRY

More information

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes Measure # 1 2 3 5 6 7 8 9 10 11 12 13 1 15 16 17 18 Intro Motve 1 A Motve 1 B - "Wakarathe" Dynamcs mp terraced dymancs to mm.7 p Moderately fast and lght (quarter=96) 3 G Mnor motve 1 con't mp melody

More information

Color Monitor. L200p. English. User s Guide

Color Monitor. L200p. English. User s Guide Color Montor L200p User s Gude Englsh Frst Edton (February / 2003) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Contents ENGLISH Safety (Read

More information

A STUDY OF TRUMPET ENVELOPES

A STUDY OF TRUMPET ENVELOPES A STUDY OF TRUMPET ENVELOPES Roger B. Dannenberg, Hank Pellern, and Istvan Dereny School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 15213 USA rbd@cs.cmu.edu, hank.pellern@andrew.cmu.edu,

More information

Why Take Notes? Use the Whiteboard Capture System

Why Take Notes? Use the Whiteboard Capture System Why Take Notes? Use the Whteboard Capture System L-we He Zhengyou Zhang and Zcheng Lu September, 2002 Techncal Report MSR-TR-2002-89 Mcrosoft Research Mcrosoft Corporaton One Mcrosoft Way Redmond, WA 98052

More information

Chapter 3: Sequential Logic

Chapter 3: Sequential Logic Elements of Computg Systems, Nisan & Schocken, MIT Press, 2005 www.idc.ac.il/tecs Chapter 3: Sequential Logic Usage and Copyright Notice: Copyright 2005 Noam Nisan and Shimon Schocken This presentation

More information

Some Experiments in Humour Recognition Using the Italian Wikiquote Collection

Some Experiments in Humour Recognition Using the Italian Wikiquote Collection Some Experiments in Humour Recognition Using the Italian Wikiquote Collection Davide Buscaldi and Paolo Rosso Dpto. de Sistemas Informáticos y Computación (DSIC), Universidad Politécnica de Valencia, Spain

More information

Optimized PMU placement by combining topological approach and system dynamics aspects

Optimized PMU placement by combining topological approach and system dynamics aspects Optmzed PU placement by combnng topologcal approach and system dynamcs aspects Jonas Prommetta, Jakob Schndler, Johann Jaeger Insttute of Electrcal Energy Systems Fredrch-Alexander-Unversty Erlangen-Nuremberg

More information

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C AMP-LATCH* Ultra Novo Applcaton Specfcaton Receptacle Connectors for 114-40056 0.64 mm [.025 n.] Rbbon Cable 02 MAR 12 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons

More information

ABSTRACT. woodwind multiphonics. Each section is based on a single multiphonic or a combination thereof distributed across the wind

ABSTRACT. woodwind multiphonics. Each section is based on a single multiphonic or a combination thereof distributed across the wind ABRACT ii Mikel Kueh, Advisor Masks, scored for flute, oboe, clariet, violi, cello, percussio, ad piao, is orgaized ito eight sectios that are based upo woodwid multiphoics. Each sectio is based o a sigle

More information

Analyzing the influence of pitch quantization and note segmentation on singing voice alignment in the context of audio-based Query-by-Humming

Analyzing the influence of pitch quantization and note segmentation on singing voice alignment in the context of audio-based Query-by-Humming Aalyzig the ifluece of pitch quatizatio ad ote segmetatio o sigig voice aligmet i the cotext of audio-based Query-by-Hummig Jose J. Valero-Mas Patter Recogitio ad Artificial Itelligece Group, Uiversity

More information

COLLEGE READINESS STANDARDS

COLLEGE READINESS STANDARDS ENGLISH COLLEGE READINESS STANDARDS Score Rage 1 12 Stadards Topic Developmet i Terms of Purpose ad Focus Orgaizatio, Uity, ad Coherece Word Choice i Terms of Style, Toe, Clarity, ad Ecoomy Studets who

More information

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services 732 IEEE Transactons on Consumer Electroncs, Vol. 50, No. 2, MAY 2004 Hybrd Transcodng for QoS Adaptve Vdeo-on-Demand Servces Ilhoon Shn and Kern Koh Abstract Transcodng s a core technque that s used n

More information

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011 T-25e, T-39 & T-66 G657 fibres ad how to splice them TA036DO0018-03 10 th Jue 2011 What is G657 fibre? G657 is a ew class of sigle mode fibre which ca be bet more severely the ormal G652 sigle mode without

More information

Burl Faywood. Gospel Keyboard Studies. Blest Be the Tie That Binds. bœœ œ œ œ œ œ œ. & b. œ œ œ œ œ œ œ œ œ œ œ œ œ œœ œ œ œ œ œ œ œ œ œ.

Burl Faywood. Gospel Keyboard Studies. Blest Be the Tie That Binds. bœœ œ œ œ œ œ œ. & b. œ œ œ œ œ œ œ œ œ œ œ œ œ œœ œ œ œ œ œ œ œ œ œ. LESSON #9 Burl Faywood ospel Keyboard Studies Dear Student: Aga this lesson we will deal with determg the chord le of a song, addition to touchg on some other areas of advancg our playg. This beg our nth

More information

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms Complex Intell. Syst. (2018) 4:55 65 https://do.org/10.1007/s40747-017-0052-x ORIGINAL ARTICLE Automated composer recognton for mult-voce pano compostons usng rhythmc features, n-grams and modfed cortcal

More information

Anchor Box Optimization for Object Detection

Anchor Box Optimization for Object Detection Anchor Box Optmzaton for Object Detecton Yuany Zhong 1, Janfeng Wang 2, Jan Peng 1, and Le Zhang 2 1 Unversty of Illnos at Urbana-Champagn 2 Mcrosoft Research 1 {yuanyz2, janpeng}@llnos.edu, 2 {janfw,

More information

Read Only Memory (ROM)

Read Only Memory (ROM) ECE 545 igital System esig with VHL Lecture A igital Logic Reresher Part A Combiatioal Logic Buildig Blocks Cot. Problem 2 What is a size o ROM with a 4-bit address iput ad a 8-bit data output? What is

More information

Working with PlasmaWipe Effects

Working with PlasmaWipe Effects Workig with PlasmaWipe Effects Workig with PlasmaWipe Effects PlasmaWipe effects are real-time plug-i effects that use gradiet image bitmaps to create wipes ad segmet effects. There are 64 preset effects,

More information

the who Produced by Alfred Music P.O. Box Van Nuys, CA alfred.com Printed in USA. ISBN-10: ISBN-13:

the who Produced by Alfred Music P.O. Box Van Nuys, CA alfred.com Printed in USA. ISBN-10: ISBN-13: the who he Who, November 197 L to R: Pete owshed, Keith Moo, Roger altrey ad oh Etwistle Photo: riifold Maagemet Produced by lfred Music P.O. ox 1 Va Nuys, C 9141- alfred.com Prited i US. No part of this

More information

Forces: Calculating Them, and Using Them Shobhana Narasimhan JNCASR, Bangalore, India

Forces: Calculating Them, and Using Them Shobhana Narasimhan JNCASR, Bangalore, India Forces: Calculatig Them, ad Usig Them Shobhaa Narasimha JNCASR, Bagalore, Idia shobhaa@jcasr.ac.i Shobhaa Narasimha, JNCASR 1 Outlie Forces ad the Hellma-Feyma Theorem Stress Techiques for miimizig a fuctio

More information

Movies are great! Within a passage, words or phrases can give clues to the meaning of other words. This

Movies are great! Within a passage, words or phrases can give clues to the meaning of other words. This Movies are great! SUBJECT READING SKILL TEXT TYPE Culture ad People Uderstadig vocabulary i cotext Movie review Uderstadig vocabulary i cotext Withi a passage, words or phrases ca give clues to the meaig

More information

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION Jng Lu, Fe Qao *, Zhjan Ou and Huazhong Yang Department of Electronc Engneerng, Tsnghua Unversty ABSTRACT Ths

More information

Phone-based Plosive Detection

Phone-based Plosive Detection Phone-based Plosive Detection 1 Andreas Madsack, Grzegorz Dogil, Stefan Uhlich, Yugu Zeng and Bin Yang Abstract We compare two segmentation approaches to plosive detection: One aproach is using a uniform

More information

Volume 20, Number 2, June 2014 Copyright 2014 Society for Music Theory

Volume 20, Number 2, June 2014 Copyright 2014 Society for Music Theory 1 of 9 Volume 2, Number 2, Jue 214 Copyright 214 Society for Music Theory Total Voice Leadig Joseph N. Straus NOTE: The examples for the (text-oly) PDF versio of this item are available olie at: http://www.mtosmt.org/issues/mto.14.2.2/mto.14.2.2.straus.php

More information

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing?

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing? Lost on the Web: Does Web Dstrbuton Stmulate or Depress Televson Vewng? Joel Waldfogel The Wharton School Unversty of Pennsylvana August 10, 2007 Prelmnary comments welcome Abstract In the past few years,

More information

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant From the SelectedWorks of Dr. Sandp Kumar Lahr Summer July 20, 2016 Reduce Dstllaton Column Cost by Hybrd Partcle Swarm and Ant Dr. Sandp k lahr chnmaya lenka Avalable at: https://works.bepress.com/sandp_lahr/33/

More information

Environmental Reviews. Cause-effect analysis for sustainable development policy

Environmental Reviews. Cause-effect analysis for sustainable development policy Envronmental Revews Cause-effect analyss for sustanable development polcy Journal: Envronmental Revews Manuscrpt ID er-2016-0109.r2 Manuscrpt Type: Revew Date Submtted by the Author: 24-Feb-2017 Complete

More information

Quality improvement in measurement channel including of ADC under operation conditions

Quality improvement in measurement channel including of ADC under operation conditions Quality improvemet i measuremet chael icludig of ADC uder operatio coditios 1 Romuald MASNICKI, 2 Jausz MINDYKOWSKI 1, 2 Gdyia Maritime iversity, ul. Morska 81-83, 81-225 Gdyia, POLAND, tel. (+48 58) 6109

More information

Reliable Transmission Control Scheme Based on FEC Sensing and Adaptive MIMO for Mobile Internet of Things

Reliable Transmission Control Scheme Based on FEC Sensing and Adaptive MIMO for Mobile Internet of Things Joural of Commuicatios Vol. 9, No., December 04 Reliable Trasmissio Cotrol Scheme Based o FEC Sesig ad Adaptive MIMO for Mobile Iteret of Thigs Yog Ji, Feg Li, Ya Fa, Ruigag Li, ad Hua Dai School of Computer

More information

US B2. ( *) Notice: Subject to any disclaimer, the term of this patent is extended or adjusted under 35 U.S.c. 154(b) by 0 days.

US B2. ( *) Notice: Subject to any disclaimer, the term of this patent is extended or adjusted under 35 U.S.c. 154(b) by 0 days. 111111 1111111111111111111111111111111111111111111111111111111111111 US006981576B2 (12) United States Patent Amo et ai. (10) Patent o.: US 6,981,576 B2 (45) Date of Patent: *Jan. 3, 2006 (54) FORMATO DSPLAY

More information

THE Internet of Things (IoT) is likely to be incorporated

THE Internet of Things (IoT) is likely to be incorporated This is the author's versio of a article that has bee published i this oural. Chages were made to this versio by the publisher prior to publicatio. IEEE INTERNET OF THINGS JOURNAL, VOL. 5, NO. 1, FEBRUARY

More information

NewBlot PVDF 5X Stripping Buffer

NewBlot PVDF 5X Stripping Buffer NewBlot PVDF 5X Strippig Buffer Developed for: Odyssey Family of Imagers Please refer to your maual to cofirm that this protocol is appropriate for the applicatios compatible with your model of Odyssey

More information

Practice Guide Sonata in F Minor, Op. 2, No. 1, I. Allegro Ludwig van Beethoven

Practice Guide Sonata in F Minor, Op. 2, No. 1, I. Allegro Ludwig van Beethoven Practice Guide Soata i F Mior, O 2, No 1, I Allegro Ludwig va Beethove Comosed i 1795, the Soata i F Mior, O 2, No 1 was dedicated to Hayd, whom Beethove admired ad had briefly studied with three years

More information

Elizabeth H. Phillips-Hershey and Barbara Kanagy Mitchell

Elizabeth H. Phillips-Hershey and Barbara Kanagy Mitchell a You Have Choice! Elizabeth H. Phillips-Hershey ad Barbara Kaagy Mitchell GRADE 5 BOOK CLUB UNIT: BULLY-FREE ZONE SHARED READING 6 Pages 9 780779 176663 No-fictio: magazie article 2008 Scholastic Caada

More information

Turn it on. Your guide to getting the best out of BT Vision

Turn it on. Your guide to getting the best out of BT Vision Avalable n Bralle, large prnt and audo CD. Please call FREE on 8 8 15 for your copy. Turn t on Your gude to gettng the best out of www.bt.com/btvson V.2 28656 Enchantng flms to entertan all the famly Flms

More information

Explanation on FY2015

Explanation on FY2015 Explto o FY2015 (2014/4/1 2015/3/31) Gl Ic. 2015/5/15 Topcs o Q4(2015.01 2015.03) Busess Smrtphoe Apps Moble RPG Flyff All Strs Eglsh Frce OS d Adrod Golf Gme Dugeos & Golf Eglsh Jp

More information

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control Ths paper appeared n the Proceedngs of the 2th IEEE Symposum on Computers and Communcatons (ISCC'08, Marrakech, Morocco, July 2008. Improvng Relablty and Energy Effcency of Dsk Systems va Utlzaton Control

More information

Daniel R. Dehaan Three Études For Solo Voice Summer 2010, Chicago

Daniel R. Dehaan Three Études For Solo Voice Summer 2010, Chicago Daiel R. Dehaa Three Études For Solo Voice Summer 010 Chicago Daiel R. Dehaa Three Études For Solo Voice Summer 010 Chicago Copyright 010 by Daiel R. Dehaa All rights reserved icludig performig rights.

More information

RHYTHM TRANSCRIPTION OF POLYPHONIC MIDI PERFORMANCES BASED ON A MERGED-OUTPUT HMM FOR MULTIPLE VOICES

RHYTHM TRANSCRIPTION OF POLYPHONIC MIDI PERFORMANCES BASED ON A MERGED-OUTPUT HMM FOR MULTIPLE VOICES Proceedigs SMC 6.8. -.9.6, Hamburg, Germay RHYTHM TRANSCRIPTION OF POLYPHONIC MIDI PERFORMANCES BASED ON A MERGED-OUTPUT HMM FOR MULTIPLE VOICES Eita Nakamura Kyoto Uiversity eakamura@sap.ist.i.kyoto-u.ac.p

More information

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA It. J. Mech. Eg. & Rob. Res. 2013 G Gurumahesh et al., 2013 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 2, No. 1, Jauary 2013 2013 IJMERR. All Rights Reserved RELIABILITY EVALUATION OF REPAIRABLE

More information

Motivation. Analysis-and-manipulation approach to pitch and duration of musical instrument sounds without distorting timbral characteristics

Motivation. Analysis-and-manipulation approach to pitch and duration of musical instrument sounds without distorting timbral characteristics Aalysis-ad-maipulatio approach to pitch ad duratio of musical istrumet souds without distortig timbral characteristics Takehiro Abe Katsutoshi Itoyama Kazuyoshi Yoshii Kazuori Komatai Tetsuya Ogata Hiroshi

More information

Novel Quantization Strategies for Linear Prediction with Guarantees

Novel Quantization Strategies for Linear Prediction with Guarantees Smon S. Du* Ychong Xu* Yuan L Hongyang Zhang Aart Sngh Pulkt Grover Carnege Mellon Unversty, Pttsburgh, PA 15213, USA *: Contrbute equally. SSDU@CS.CMU.EDU YICHONGX@CS.CMU.EDU LIYUANCHRISTY@GMAIL.COM HONGYANZ@CS.CMU.EDU

More information

Romeo And Juliet II. Paris. Lord Capulet. Tybalt Benvolio. Juliet. Romeo. Mercutio. Juliet s Nurse. Shakespeare On Stage

Romeo And Juliet II. Paris. Lord Capulet. Tybalt Benvolio. Juliet. Romeo. Mercutio. Juliet s Nurse. Shakespeare On Stage 16 Let's Have A Ball! The apulets are havig a masquerade ball! It is costume part where everoe wears a mask. veroe is ivited except the Motagues. However, Romeo Motague, his cousi, Bevol, ad his best fried,

More information

To Bean or not to bean! by Uwe Rosenberg, with illustrations by Björn Pertoft Players: 2 7 Ages: 10 and up Duration: approx.

To Bean or not to bean! by Uwe Rosenberg, with illustrations by Björn Pertoft Players: 2 7 Ages: 10 and up Duration: approx. To o ot to b! by Uwe Rosebeg, with illustatios by jö Petoft Playes: Ages: ad up Duatio: appox. miutes ohaza_relauch_regel_eng_a_.idd // : AM The Id of the Game ohaza is all about platig, tadig, ad havestig

More information