-
Notifications
You must be signed in to change notification settings - Fork 33
ZPar statistical parser. Universal language support (depending on the availability of training data), with language-specific features for Chinese and English. Currently support word segmentation, POS tagging, dependency and phrase-structure parsing.
frcchang/zpar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
COMPILE ======= make zpar.en for the English zpar for PTB data make zpar.zh for the Chinese zpar for CTB data make zpar 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.
About
ZPar statistical parser. Universal language support (depending on the availability of training data), with language-specific features for Chinese and English. Currently support word segmentation, POS tagging, dependency and phrase-structure parsing.
Resources
Stars
Watchers
Forks
Packages 0
No packages published