-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Determine whether Factorie provides chunk information #5
Comments
The point of chunks is to get some syntactic structure from a fast scan, without the expense of a full constituency parse. From: Michael Schmitz Ideally we would stop using OpenNLP. Factorie may provide the chunk information needed. If it provides a constituency parse, this can be reduced to chunks, and likely at higher precision than the OpenNLP chunker. — |
Because we have infrastructure that depends on a chunker. Your point On Thu, Jun 12, 2014 at 4:54 PM, kwhumphreys notifications@github.com
|
ok, then perhaps describe it as something like "expose constituents as chunks"? From: Michael Schmitz Because we have infrastructure that depends on a chunker. Your point On Thu, Jun 12, 2014 at 4:54 PM, kwhumphreys notifications@github.com
— |
Ideally we would stop using OpenNLP. Factorie may provide the chunk information needed. If it provides a constituency parse, this can be reduced to chunks, and likely at higher precision than the OpenNLP chunker.
The text was updated successfully, but these errors were encountered: