dlwh / puck

Puck is a lightning-fast parser for natural languages using GPUs
www.scalanlp.org
Apache License 2.0
248 stars 29 forks source link

Does it produce same output as Berkley Parser ? #2

Closed kk00ss closed 9 years ago

kk00ss commented 9 years ago

Hello, I'm interested in using your library. As It's (currently) designed for use with grammars trained with the Berkeley Parser - I assume Puck is a constituency parser. Please confirm.

dlwh commented 9 years ago

It produces constituency parses. Usually they are identical to Berkeley Parser parses, but there is sometimes a small amount of disagreement.

-- David

On Tue, Jan 6, 2015 at 6:39 AM, kk00ss notifications@github.com wrote:

Hello, I'm interested in using your library. As It's (currently) designed for use with grammars trained with the Berkeley Parser - I assume Puck is a constituency parser. Please confirm.

— Reply to this email directly or view it on GitHub https://github.com/dlwh/puck/issues/2.

kk00ss commented 9 years ago

Thanks