|
537 | 537 | </war> |
538 | 538 | </target> |
539 | 539 |
|
540 | | - <target name="openie.war" depends="compile,jar" |
541 | | - description="build the openie webapp"> |
542 | | - <war destfile="openie.war" |
543 | | - webxml="${source.path}/edu/stanford/nlp/naturalli/demo/web.xml"> |
544 | | - <lib dir="."> |
545 | | - <include name="javanlp-core.jar"/> |
546 | | - </lib> |
547 | | - <zipfileset prefix="WEB-INF/data" |
548 | | - file="/u/nlp/data/pos-tagger/distrib/english-left3words-distsim.tagger"/> |
549 | | - <zipfileset prefix="WEB-INF/data" |
550 | | - file="${source.path}/edu/stanford/nlp/time/rules/*"/> |
551 | | - <zipfileset prefix="WEB-INF/data" |
552 | | - file="${source.path}/edu/stanford/nlp/time/holidays/*"/> |
553 | | - <zipfileset prefix="WEB-INF/data" |
554 | | - file="/u/nlp/data/ner/goodClassifiers/english.all.3class.distsim.crf.ser.gz"/> |
555 | | - <zipfileset prefix="WEB-INF/data" |
556 | | - file="/u/nlp/data/ner/goodClassifiers/english.conll.4class.distsim.crf.ser.gz"/> |
557 | | - <zipfileset prefix="WEB-INF/data" |
558 | | - file="/u/nlp/data/ner/goodClassifiers/english.muc.7class.distsim.crf.ser.gz"/> |
559 | | - <zipfileset prefix="WEB-INF/data" |
560 | | - file="/u/nlp/data/depparser/nn/distrib/english_SD.gz"/> |
561 | | - <zipfileset prefix="WEB-INF/data" |
562 | | - file="/u/nlp/data/lexparser/englishPCFG.ser.gz"/> |
563 | | - <zipfileset prefix="WEB-INF/data" |
564 | | - file="/home/gabor/workspace/naturalli/etc/clauseSplitterModel.ser.gz"/> |
565 | | - <zipfileset prefix="WEB-INF/data" |
566 | | - file="/home/gabor/workspace/naturalli/etc/pp.tab.gz"/> |
567 | | - <zipfileset prefix="WEB-INF/data" |
568 | | - file="/home/gabor/workspace/naturalli/etc/obj.tab.gz"/> |
569 | | - <zipfileset prefix="WEB-INF/data" |
570 | | - file="/home/gabor/workspace/naturalli/etc/privative.tab.gz"/> |
571 | | - <zipfileset prefix="WEB-INF/data" |
572 | | - file="/home/gabor/workspace/naturalli/etc/subj_obj_pp.tab.gz"/> |
573 | | - <zipfileset prefix="WEB-INF/data" |
574 | | - file="/home/gabor/workspace/naturalli/etc/subj_pp_obj.tab.gz"/> |
575 | | - <zipfileset prefix="WEB-INF/data" |
576 | | - file="/home/gabor/workspace/naturalli/etc/subj_pp_pp.tab.gz"/> |
577 | | - <zipfileset prefix="WEB-INF/data" |
578 | | - file="/home/gabor/workspace/naturalli/etc/subj_pp.tab.gz"/> |
579 | | - </war> |
580 | | - </target> |
581 | | - |
582 | 540 | <target name="parser.war" depends="compile,jar" |
583 | 541 | description="build the parser webapp"> |
584 | 542 | <buildjsp webapp.path="edu/stanford/nlp/parser/webapp" |
|
0 commit comments