Projectivity of the parse tree #9125
-
A side note here says that "for the default English pipelines, the parse tree is projective." It doesn’t seem to be the case though for a sentence like "What is it needed for?", at least with this definition of projectivity. Is it a mistake or is a different definition being used? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, can you explain your question a bit more? The parse tree for the example "What is it needed for?" is The parser can produce both projective and non-projective trees, but unless it's trained on non-projective data, it shouldn't produce them. (Edited: example is not projective.) |
Beta Was this translation helpful? Give feedback.
Hi, can you explain your question a bit more? The parse tree for the example "What is it needed for?" is
projectivenot projective foren_core_web_sm
v3.1.0:The parser can produce both projective and non-projective trees, but unless it's trained on non-projective data, it shouldn't produce them.
(Edited: example is not projective.)