|
316 | 316 | <zipfileset file="${source.path}/edu/stanford/nlp/time/suservlet/prototype.js"/> |
317 | 317 | </war> |
318 | 318 | </target> |
| 319 | + |
| 320 | + <target name="openie.war" depends="compile,jar" |
| 321 | + description="build the openie webapp"> |
| 322 | + <war destfile="openie.war" |
| 323 | + webxml="${source.path}/edu/stanford/nlp/naturalli/demo/web.xml"> |
| 324 | + <lib dir="."> |
| 325 | + <include name="javanlp-core.jar"/> |
| 326 | + </lib> |
| 327 | + <zipfileset prefix="WEB-INF/data" |
| 328 | + file="/u/nlp/data/pos-tagger/distrib/english-left3words-distsim.tagger"/> |
| 329 | + <zipfileset prefix="WEB-INF/data" |
| 330 | + file="${source.path}/edu/stanford/nlp/time/rules/*"/> |
| 331 | + <zipfileset prefix="WEB-INF/data" |
| 332 | + file="${source.path}/edu/stanford/nlp/time/holidays/*"/> |
| 333 | + <zipfileset prefix="WEB-INF/data" |
| 334 | + file="/u/nlp/data/ner/goodClassifiers/english.all.3class.distsim.crf.ser.gz"/> |
| 335 | + <zipfileset prefix="WEB-INF/data" |
| 336 | + file="/u/nlp/data/ner/goodClassifiers/english.conll.4class.distsim.crf.ser.gz"/> |
| 337 | + <zipfileset prefix="WEB-INF/data" |
| 338 | + file="/u/nlp/data/ner/goodClassifiers/english.muc.7class.distsim.crf.ser.gz"/> |
| 339 | + <zipfileset prefix="WEB-INF/data" |
| 340 | + file="/u/nlp/data/depparser/nn/distrib/english_SD.gz"/> |
| 341 | + <zipfileset prefix="WEB-INF/data" |
| 342 | + file="/u/nlp/data/lexparser/englishPCFG.ser.gz"/> |
| 343 | + <zipfileset prefix="WEB-INF/data" |
| 344 | + file="/home/gabor/workspace/naturalli/etc/clauseSplitterModel.ser.gz"/> |
| 345 | + <zipfileset prefix="WEB-INF/data" |
| 346 | + file="/home/gabor/workspace/naturalli/etc/pp.tab.gz"/> |
| 347 | + <zipfileset prefix="WEB-INF/data" |
| 348 | + file="/home/gabor/workspace/naturalli/etc/obj.tab.gz"/> |
| 349 | + <zipfileset prefix="WEB-INF/data" |
| 350 | + file="/home/gabor/workspace/naturalli/etc/privative.tab.gz"/> |
| 351 | + <zipfileset prefix="WEB-INF/data" |
| 352 | + file="/home/gabor/workspace/naturalli/etc/subj_obj_pp.tab.gz"/> |
| 353 | + <zipfileset prefix="WEB-INF/data" |
| 354 | + file="/home/gabor/workspace/naturalli/etc/subj_pp_obj.tab.gz"/> |
| 355 | + <zipfileset prefix="WEB-INF/data" |
| 356 | + file="/home/gabor/workspace/naturalli/etc/subj_pp_pp.tab.gz"/> |
| 357 | + <zipfileset prefix="WEB-INF/data" |
| 358 | + file="/home/gabor/workspace/naturalli/etc/subj_pp.tab.gz"/> |
| 359 | + </war> |
| 360 | + </target> |
319 | 361 |
|
320 | 362 | <target name="parser.war" depends="compile,jar" |
321 | 363 | description="build the parser webapp"> |
|
409 | 451 | </war> |
410 | 452 | </target> |
411 | 453 |
|
412 | | - <target name="spied.war" depends="compile,jar" |
413 | | - description="build the spied webapp"> |
414 | | - <war destfile="spied.war" |
415 | | - webxml="${source.path}/edu/stanford/nlp/patterns/demo/web.xml"> |
416 | | - <lib dir="."> |
417 | | - <include name="javanlp-core.jar"/> |
418 | | - </lib> |
419 | | - <lib dir="${basedir}/lib"> |
420 | | - <include name="commons-lang3-3.1.jar"/> |
421 | | - <include name="xom-1.2.10.jar"/> |
422 | | - <include name="xml-apis.jar"/> |
423 | | - <include name="joda-time.jar"/> |
424 | | - <include name="jollyday-0.4.7.jar"/> |
425 | | - <include name="javax.json.jar"/> |
426 | | - </lib> |
427 | | - <lib dir="/u/nlp/data/StanfordCoreNLPModels"> |
428 | | - <include name="stanford-corenlp-models-current.jar"/> |
429 | | - </lib> |
430 | | - <zipfileset file="${source.path}/edu/stanford/nlp/patterns/demo/frontend/*"/> |
431 | | - <zipfileset file="${source.path}/edu/stanford/nlp/patterns/*.properties"/> |
432 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
433 | | - <!--file="/u/nlp/data/pos-tagger/distrib/english-left3words-distsim.tagger"/>--> |
434 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
435 | | - <!--file="${source.path}/edu/stanford/nlp/time/rules/*"/>--> |
436 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
437 | | - <!--file="${source.path}/edu/stanford/nlp/time/holidays/*"/>--> |
438 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
439 | | - <!--file="/u/nlp/data/ner/goodClassifiers/english.all.3class.distsim.crf.ser.gz"/>--> |
440 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
441 | | - <!--file="/u/nlp/data/ner/goodClassifiers/english.conll.4class.distsim.crf.ser.gz"/>--> |
442 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
443 | | - <!--file="/u/nlp/data/ner/goodClassifiers/english.muc.7class.distsim.crf.ser.gz"/>--> |
444 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
445 | | - <!--file="/u/nlp/data/depparser/nn/distrib/english_SD.gz"/>--> |
446 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
447 | | - <!--file="/u/nlp/data/lexparser/englishPCFG.ser.gz"/>--> |
448 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
449 | | - <!--file="/home/gabor/workspace/naturalli/etc/clauseSplitterModel.ser.gz"/>--> |
450 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
451 | | - <!--file="/home/gabor/workspace/naturalli/etc/pp.tab.gz"/>--> |
452 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
453 | | - <!--file="/home/gabor/workspace/naturalli/etc/obj.tab.gz"/>--> |
454 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
455 | | - <!--file="/home/gabor/workspace/naturalli/etc/privative.tab.gz"/>--> |
456 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
457 | | - <!--file="/home/gabor/workspace/naturalli/etc/subj_obj_pp.tab.gz"/>--> |
458 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
459 | | - <!--file="/home/gabor/workspace/naturalli/etc/subj_pp_obj.tab.gz"/>--> |
460 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
461 | | - <!--file="/home/gabor/workspace/naturalli/etc/subj_pp_pp.tab.gz"/>--> |
462 | | - <!--<zipfileset prefix="WEB-INF/data"--> |
463 | | - </war> |
464 | | - </target> |
465 | 454 | <property environment="env" /> |
466 | 455 |
|
467 | 456 | <condition property="version1.7"> |
|
0 commit comments