Cast Lists #256
ingoboerner
started this conversation in
Ideas
Cast Lists
#256
Replies: 2 comments 2 replies
-
|
Two quick comments:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe we should invest into making cast lists (element
<castList>) more "useful" (for research), e.g. by linking the individual<castItem>to<person>in<particDesc>.An example :
and the corresponding which is used when creating/labelling/... the network:
Just some observation/guesses:
<particDesc>"Prinz" is listed as first character; he speaks first; --><person>elements are ordered by order they speak on stage (is this true for all plays, we could check that automatically). In thecastListthough we have a different order (by rank, status, random, how the author wanted it to be presented). To look at this ordering alone would be interesting, I guess.<castItem>might be different to the "Ansetzungsform" in the ´´. The "names"/"labels" of the characters in the<person>elements might be based on the speaker labels<speaker>in the<text>, but also might be not... The would contain the "name" of a character as intended by the author. At the moment we can not connect that to the individual<speaker>labels. Looking at the "name" of a character in the<castList>and comparing it to each value indistinct-values(//speaker[@who eq '{character-id}'])could be interesting..../charactersendpoint to my understanding is only taking information from<person xml:id="{character-id}".<castList>as<castItem>; not all characters in the might "speak" in the play and thus might not be included in theWhat we could do for a start is linking
<castItem>to the respective<person>element with@correspor vice versa, e.g.@correspon the<castItem><castItem>:and then
Option 2 would involve two edit operations but all relevant information would be connected to the
<person>element, whereas option 1 is the less intrusive variant (1 edit and we are ready to go).<relation>but this does not really seem necessary at the moment (could be when wanting to record the type of relation, e.g. unclear, ...?) But maybe not start with things like that.The question remains how to add this information, e.g.
@correspas in option 1.At the ExploreCor TS I talked to @cmil about maybe re-using his "who is" GUI to make the connections of
<castItem>and<person>? So, we seem to already have some tool that could be re-used for this annotation task..So, what do you think about it?
(It is also somehow connected to #255)
Beta Was this translation helpful? Give feedback.
All reactions