You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: