-
Notifications
You must be signed in to change notification settings - Fork 7
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
Corpus lacking in issue panel if edit is suggested #20
Comments
My guess is that the original annotation was done in a corpus that isn't
available any more. It could also be a bug related to the case when an edit
is done on the review panel (although as far as I remember the logic was
pretty much the same for the edits, regardless their origin)...
2017-09-20 14:37 GMT+02:00 Meriadocus <[email protected]>:
… When I do an edit/remove something as a user and and an issue is opened,
sometimes the reference in the issue panel is incomplete and looks like the
top on in this image,
[image: issues]
<https://user-images.githubusercontent.com/20282647/30643862-c7632f04-9e10-11e7-861a-ccadb66a14c4.jpg>
In the top one the line above 'show hit' says
"Annotation is in corpus in document A26892 and spans 1 token."
The name of the corpus is missing. Hence the hit cannot be retrieved.
In the bottom instance, the same line says:
"Annotation is in corpus mbg-index in document A53696 and spans 1 token"
Here the corpus is present, and the hit can be retrieved.
I'm not sure when this happens, but it may be when an edit is suggested in
the review panel. Is it possible to assign the corpus in those cases as
well (on the basis of the info already associated with the annotation I
guess?)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF6Ho__YBWk1NAXB3ADDPkQSk2pBRlHYks5skQcRgaJpZM4PdzQR>
.
--
Enrique Manjavacas.
|
That’s an explanation that has also crossed my mind. But how, then, is it possible that the problem only occurs in the issues panel? I would think that the annotation would become invisible entirely, whereas it’s not. Also, I checked a random case in the database, and it has
"corpus" : "mbg-index",
As key-value pair. mbg-index is still there. But perhaps that’s not what you had in mind.
From: Enrique Manjavacas [mailto:[email protected]]
Sent: Wednesday, September 20, 2017 2:42 PM
To: emanjavacas/cosycat <[email protected]>
Cc: Petré Peter <[email protected]>; Author <[email protected]>
Subject: Re: [emanjavacas/cosycat] Corpus lacking in issue panel if edit is suggested (#20)
My guess is that the original annotation was done in a corpus that isn't
available any more. It could also be a bug related to the case when an edit
is done on the review panel (although as far as I remember the logic was
pretty much the same for the edits, regardless their origin)...
2017-09-20 14:37 GMT+02:00 Meriadocus <[email protected]<mailto:[email protected]>>:
… When I do an edit/remove something as a user and and an issue is opened,
sometimes the reference in the issue panel is incomplete and looks like the
top on in this image,
[image: issues]
<https://user-images.githubusercontent.com/20282647/30643862-c7632f04-9e10-11e7-861a-ccadb66a14c4.jpg>
In the top one the line above 'show hit' says
"Annotation is in corpus in document A26892 and spans 1 token."
The name of the corpus is missing. Hence the hit cannot be retrieved.
In the bottom instance, the same line says:
"Annotation is in corpus mbg-index in document A53696 and spans 1 token"
Here the corpus is present, and the hit can be retrieved.
I'm not sure when this happens, but it may be when an edit is suggested in
the review panel. Is it possible to assign the corpus in those cases as
well (on the basis of the info already associated with the annotation I
guess?)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF6Ho__YBWk1NAXB3ADDPkQSk2pBRlHYks5skQcRgaJpZM4PdzQR>
.
--
Enrique Manjavacas.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#20 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ATV9F2ME0VoKgCBifzNRNEYG3JgvM-REks5skQgAgaJpZM4PdzQR>.
|
It might be the case if the corpora changed names. The application can
still retrieve hits from the renamed corpus, but the annotation isn't
retrieved since it's stored as pertaining to another corpus. But I am just
guessing, it is hard to tell without knowing the details of the
installation, etc... In the case you showed, the annotations were done some
time ago, so, perhaps something happened with the corpora in the meantime.
2017-09-20 14:48 GMT+02:00 Meriadocus <[email protected]>:
… That’s an explanation that has also crossed my mind. But how, then, is it
possible that the problem only occurs in the issues panel? I would think
that the annotation would become invisible entirely, whereas it’s not.
Also, I checked a random case in the database, and it has
"corpus" : "mbg-index",
As key-value pair. mbg-index is still there. But perhaps that’s not what
you had in mind.
From: Enrique Manjavacas ***@***.***
Sent: Wednesday, September 20, 2017 2:42 PM
To: emanjavacas/cosycat ***@***.***>
Cc: Petré Peter ***@***.***>; Author <
***@***.***>
Subject: Re: [emanjavacas/cosycat] Corpus lacking in issue panel if edit
is suggested (#20)
My guess is that the original annotation was done in a corpus that isn't
available any more. It could also be a bug related to the case when an
edit
is done on the review panel (although as far as I remember the logic was
pretty much the same for the edits, regardless their origin)...
2017-09-20 14:37 GMT+02:00 Meriadocus ***@***.***<mailto:
***@***.***>>:
> When I do an edit/remove something as a user and and an issue is opened,
> sometimes the reference in the issue panel is incomplete and looks like
the
> top on in this image,
>
> [image: issues]
> <https://user-images.githubusercontent.com/20282647/30643862-c7632f04-
9e10-11e7-861a-ccadb66a14c4.jpg>
>
> In the top one the line above 'show hit' says
> "Annotation is in corpus in document A26892 and spans 1 token."
> The name of the corpus is missing. Hence the hit cannot be retrieved.
>
> In the bottom instance, the same line says:
> "Annotation is in corpus mbg-index in document A53696 and spans 1 token"
> Here the corpus is present, and the hit can be retrieved.
>
> I'm not sure when this happens, but it may be when an edit is suggested
in
> the review panel. Is it possible to assign the corpus in those cases as
> well (on the basis of the info already associated with the annotation I
> guess?)?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#20>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AF6Ho__
YBWk1NAXB3ADDPkQSk2pBRlHYks5skQcRgaJpZM4PdzQR>
> .
>
--
Enrique Manjavacas.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/
emanjavacas/cosycat#20#issuecomment-330839121>, or mute the thread<
https://github.com/notifications/unsubscribe-auth/
ATV9F2ME0VoKgCBifzNRNEYG3JgvM-REks5skQgAgaJpZM4PdzQR>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF6How8ATY5Bx_-cuWyl8I_gvgU_aSWkks5skQmQgaJpZM4PdzQR>
.
--
Enrique Manjavacas.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I do an edit/remove something as a user and and an issue is opened, sometimes the reference in the issue panel is incomplete and looks like the top on in this image,
In the top one the line above 'show hit' says
"Annotation is in corpus in document A26892 and spans 1 token."
The name of the corpus is missing. Hence the hit cannot be retrieved.
In the bottom instance, the same line says:
"Annotation is in corpus mbg-index in document A53696 and spans 1 token"
Here the corpus is present, and the hit can be retrieved.
I'm not sure when this happens, but it may be when an edit is suggested in the review panel. Is it possible to assign the corpus in those cases as well (on the basis of the info already associated with the annotation I guess?)?
The text was updated successfully, but these errors were encountered: