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
Some (many) sentences seem to produce dependency graphs with self-loops. From my understanding of the documentation, this should never occur. I found this issue in the 3.5.2 release, and the web demo seems to demonstrate it as well. I have NOT tried compiling and testing on HEAD.
This example sentence from UkWaC reproduces the error. I found countless other examples, but this was one of the simplest. Most of the faulty sentences seemed to have the issue with conj:and and conj:or relations, but I also found it with case. Later in my pipeline, it seems to appear with nsubj and other relations, but I cannot find a sentence that produces this at the moment.
Example Input: We have course participants from Britain , Europe and from the rest of the world - usually in roughly equal proportions .
The reason for copying this node is that when we add the preposition to the relation name we would lose some information if we only added to to the relation name and we wanted to avoid complex relation names such as nmod:to_and_from. Also, the meaning of the sentence is roughly "United flies from Serbia and United flies to Serbia" which is encoded in this graph.
Some (many) sentences seem to produce dependency graphs with self-loops. From my understanding of the documentation, this should never occur. I found this issue in the 3.5.2 release, and the web demo seems to demonstrate it as well. I have NOT tried compiling and testing on HEAD.
This example sentence from UkWaC reproduces the error. I found countless other examples, but this was one of the simplest. Most of the faulty sentences seemed to have the issue with
conj:and
andconj:or
relations, but I also found it withcase
. Later in my pipeline, it seems to appear withnsubj
and other relations, but I cannot find a sentence that produces this at the moment.Example Input:
We have course participants from Britain , Europe and from the rest of the world - usually in roughly equal proportions .
Relevant example output:
Full example output:
The text was updated successfully, but these errors were encountered: