Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of sample sentence from OpenNLP site #2

Open
sergmain opened this issue May 25, 2022 · 0 comments
Open

Add support of sample sentence from OpenNLP site #2

sergmain opened this issue May 25, 2022 · 0 comments

Comments

@sergmain
Copy link

reference https://opennlp.apache.org/docs/1.6.0/manual/opennlp.html#tools.parser points to docu with sentence "The quick brown fox jumps over the lazy dog ."
This sentence is represented as
(TOP (NP (NP (DT The) (JJ quick) (JJ brown) (NN fox) (NNS jumps)) (PP (IN over) (NP (DT the) (JJ lazy) (NN dog))) (. .)))

The current implementation of parser-triples can't extract any triples from this sentence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant