Menu

Tree [r1071] /
 History

HTTPS access


File Date Author Commit
 .settings 2013-10-01 cgomezr [r795] Adapted state.h, main.cpp, depparser_macros.h f...
 Makefile.d 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 bingdings 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 doc 2015-01-02 jiazhongye [r1070] add doc for mvt
 scripts 2015-01-23 zhangmeishan [r1071] binarze.py: some ptb cfg labels have "=" , we m...
 src 2014-12-07 jiazhongye [r1069] BUGFIX: memory leak in chinese conparser acl13
 .cproject 2014-11-22 migballesteros [r1065]
 .project 2013-06-21 migballesteros [r691] updates friday
 .pydevproject 2013-01-09 zhangmeishan [r578]
 .travis.yml 2014-10-08 yjliu [r1041] [add] integrate test command, link sf repo to g...
 Makefile 2014-12-07 jiazhongye [r1069] BUGFIX: memory leak in chinese conparser acl13
 Makefile.ccg 2014-10-10 jiazhongye [r1046] cross platform fix: use gmkdir on Windows, MinGW
 Makefile.common 2014-10-10 jiazhongye [r1048] pull in jni wrapper for mvt depparser & postagger
 Makefile.doc2snt 2014-10-10 jiazhongye [r1046] cross platform fix: use gmkdir on Windows, MinGW
 Makefile.misc 2014-10-10 jiazhongye [r1047] delete "rm *~" in make clean to please MS-Win
 Makefile.zpar.en 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 Makefile.zpar.es 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 Makefile.zpar.ge 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 Makefile.zpar.mvt 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 Makefile.zpar.zh 2014-11-28 jiazhongye [r1066] zpar apis and other language bindings
 README 2013-11-16 frcchang [r854] morereadmeadded

Read Me

DOWNLOAD
========
ZPar can be downloaded from http://sourceforge.net/projects/zpar/. The default download is the latest version source. For one specific version of ZPar and pretrained models, go to the files tab or visit http://sourceforge.net/projects/zpar/files/?source=navbar directly. 

COMPILE
=======
make zpar for the Chinese zpar for CTB data
make zpar.en for the English zpar for PTB data
make zpar.ge for the generic, language and- and tagset-independent system

make postagger for the generic postagger
make depparser for the generic dependency parser
make conparser for the generic constituent parser

make segmentor, chinese.postagger, chinese.depparser and chinese.conparser for the word segmentation system, postagger, depparser and conparser for Chinese, respectively.

make english.postagger, english.depparser, english.conparser, english.ccgparser for the postagger, dependency parser, constituent parser and CCG parser for English, respectively. 

Both language specific versions of ZPar have hard coded tagsets. 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.