OpenCCG / openccg

OpenCCG library for parsing and realization with CCG
http://openccg.sourceforge.net/
Other
205 stars 45 forks source link

supertagger #7

Closed kaya27 closed 7 years ago

kaya27 commented 7 years ago

Hello! I've question please! how can we integrate a new supertagger model and how to evaluate accuracy in this case? thank you in advance

mwhite14850 commented 7 years ago

You could look at the source code referenced in openccg/ccgbank/build-ps.xml, but it would really make more sense to use a more state-of-the-art CCG parser, such as EasyCCG or the CandC parser.