words
stringlengths
0
4.03k
end_time
float64
0.46
2.95k
speaker
stringclasses
4 values
start_time
float64
0
2.93k
session_id
stringclasses
100 values
thing
250.31
speaker4
250.16
session_0ed514d2
and
250.47
speaker1
250.32
session_0ed514d2
call it that and you can create a list of them or a vector of them or whatever you want to do with it and then or just call them one at a time to populate window but that's what i want to tell how how what format do you want the data to come back in cause it can come back as almost anything what
266.31
speaker2
250.48
session_0ed514d2
should it come back as
267.14
speaker4
266.32
session_0ed514d2
that
269.15
speaker2
269.04
session_0ed514d2
might also help like when he was talking about have an architecture that things are going to plug into i mean so that things are all modular i mean it would be a good idea if we use that same idea for anything else we do what else are we doing even the searches or whatever just yeah any sort of thing i mean search results if they're all in ap predictable thing with a name certain properties or list of properties of vector whatever
289.08
speaker1
269.16
session_0ed514d2
yeah so
291.64
speaker2
290.4
session_0ed514d2
as
293.15
speaker1
292.96
session_0ed514d2
i can have it so that it returns you a as at the moment the main data structures are hash tables for the meetings that say it's got one that says percent it's called percent talk one percent noise and one is percent participation do you see i mean so and then it's got inside it's got a link it's got a it's got the speaker's name and then it's got their percentage for that thing oh yeah so it can either come back as a you can have the hash table or you can have it returned as a vector and it will say noise it's just a strings noise x percent it will say a vector that's i don't know whatever you can either have you can either have you could have like an embedded vector or array of strings and each one represents one person or whatever the east me
341.63
speaker2
293.16
session_0ed514d2
i can do it
342.72
speaker4
341.64
session_0ed514d2
i mean's just
343.91
speaker2
343.04
session_0ed514d2
a matter of deciding what we what would be easiest yeah all the way around i mean
347.82
speaker1
343.92
session_0ed514d2
so what
350.48
speaker2
350
session_0ed514d2
we whenever we open a window for one speaker
354.84
speaker4
351.08
session_0ed514d2
yeah
355.42
speaker2
355.2
session_0ed514d2
see
359.66
speaker4
359.52
session_0ed514d2
that's the k how did we can i look at that again if it's in that format speaker pretty much i would have thought its speaker speaker is the controlling thing not yeah yeah okay yeah yeah
376.16
speaker2
359.72
session_0ed514d2
yeah
377.59
speaker4
377.08
session_0ed514d2
so all of this all that's calculated as well store the speaker objects oh is it yeah that's that's easy so i'm quite amusing actually the the influences are i lived in germany for six months don't know if that had any effect i spent too much time talking to britz bizarre they where these people going
395
speaker2
377.6
session_0ed514d2
so
399.03
speaker4
398.72
session_0ed514d2
then all that is calculated as well all i have to do is get the dialogue actually so i think that' would be difficult so then does this how does how is this box populated is it populated by the one present or the one highlighted
419.76
speaker2
399.04
session_0ed514d2
then the one present
422.35
speaker4
421.2
session_0ed514d2
the one present
423.24
speaker2
422.36
session_0ed514d2
although we could do we could do the one highlighted i suppose
427.46
speaker4
423.44
session_0ed514d2
because at the moment i'm using there is there are methods that say the i using for other talk processing and it says like get get talk time and you and you take the name so that that would call that and call the meetings method that said return that and that would populate that which would be an easy thing to
447.36
speaker2
429.4
session_0ed514d2
and
448.83
speaker4
448.68
session_0ed514d2
the same for that
449.75
speaker2
448.84
session_0ed514d2
i mean that would that would be implementing what he said that you want to see per topic you want to see which one he spoke in most something like that so you could you could zap through these topics
461.22
speaker4
449.76
session_0ed514d2
meetings meeting
463.19
speaker2
462
session_0ed514d2
sorry
463.59
speaker4
463.2
session_0ed514d2
yeah yeah
464.23
speaker2
463.6
session_0ed514d2
and and it would come up with how much they spoke and you can pick the one that
468.36
speaker4
464.24
session_0ed514d2
looks yeah that would be easy as well yeah do you want to do that then yeah okay so i'll just leave in lots of methods that just return one number at time yeah that would be the easiest way to do
479.28
speaker2
468.56
session_0ed514d2
yeah definitely
480.24
speaker4
479.36
session_0ed514d2
okay yeah that's
481.87
speaker2
480.4
session_0ed514d2
so yeah random things like just return talking time
485.52
speaker4
481.88
session_0ed514d2
get talk time i think it's called yeah so each time are you going straight to the xml files for for the information or no it store as an object file it processes a whole lot offline as an correct and then they're much much smaller only lack a one one thousand so that's all just preproed yeah it's all preroceed and then it's just each object's got a return bunch of return methods you have to recreate the object it's got a load method so what you do is you call a null constructor because if you call a proper constructor for each meeting it goes off and does all the processing andtalls its own object and then if you call a null constructor then you call load and you can call load on whatever one or all of them or anything like that list
528.77
speaker2
486.96
session_0ed514d2
is it for the entire corpus or is it just like individual ones like one one object for one for each meeting oh each meeting okay well that yeah yeah
538.24
speaker1
529.04
session_0ed514d2
i wonder if
539.35
speaker2
538.96
session_0ed514d2
that would be useful for some of the other stuff we're doing well
541.63
speaker1
539.36
session_0ed514d2
it just tell it tells you who participated at the moment it tells you who participated in the amounts they participated right okay in percentages and in time as well can you put in there
552.11
speaker2
543.6
session_0ed514d2
what
552.27
speaker1
552.12
session_0ed514d2
topic we're spoken
553.03
speaker4
552.28
session_0ed514d2
about as well yeah yeah that be be i could
555.83
speaker2
553.04
session_0ed514d2
use that for the for the topic pop up window
558.47
speaker4
555.84
session_0ed514d2
all right yeah if that wouldn't be too difficult that would be that would cause a problem with anything that wasn't annotated for topics that wasn't what
566.11
speaker2
558.48
session_0ed514d2
or just return an all or yeahified
568.88
speaker1
566.12
session_0ed514d2
idea have a default yeah there are some default unknowns actually a lot of people don't give their age and other stuff
577.36
speaker2
568.92
session_0ed514d2
because at the moment if you right click on the topic window on one of the topics you have the option of popping open a window which gives you your a list of all the meetings containing that topic
586.34
speaker4
577.4
session_0ed514d2
yeah so
587.88
speaker2
586.92
session_0ed514d2
okay
588.99
speaker4
588.6
session_0ed514d2
right yeah yeah that would be a problem and then you could do a search over the meetings over the objects because that's the thing these are so small that you can load each all of the whole lot up and do a search over the whole lot to find who partic in no problem or what topics were in what okay so it doesn't crash the thing so
604.11
speaker2
589
session_0ed514d2
how would you how would you calculate that would you do the summarization as you populate it
609.42
speaker4
604.12
session_0ed514d2
statistics come they coz they're just for the meter meet the all right
615.95
speaker2
611.12
session_0ed514d2
so oh so that that is all stored together
618.35
speaker4
615.96
session_0ed514d2
the speaker class knows about all of that stuff alrigh and the meeting class knows about that stuff sounds
625.99
speaker2
618.36
session_0ed514d2
good so have you done these yet
628.48
speaker4
626
session_0ed514d2
no no but don't it difficult
629.94
speaker2
628.68
session_0ed514d2
just got to decide on what we want to
632.87
speaker4
631.08
session_0ed514d2
what we want yeah i thought the other stuff was more important thanone so i did that first
638.24
speaker2
632.88
session_0ed514d2
so it's all all usable now can i do it tonight
642.1
speaker4
639.48
session_0ed514d2
no design the g first and because the problem is if you change the classes it the objects serial numbers change and you can't reload the object so all the processing has to be done over again and i haven't quite finished a it so it would become out of sync and get a bit funny if i gave you one if i gave you it now and you worked on it and then i changed it and ran the thing again you would never be able to load the objects back up oh i see you'd have to and then you'd have multiple copies of objects orplace and it get
671.06
speaker2
643.92
session_0ed514d2
chilly
672.55
speaker4
672.24
session_0ed514d2
i think
673.19
speaker2
672.56
session_0ed514d2
well let me know when when it's sort of usable
676.2
speaker4
673.2
session_0ed514d2
but if you can if you want to make the picture you can do that without anything pu
680.39
speaker2
676.36
session_0ed514d2
what do you mean a picture
682.27
speaker4
681.28
session_0ed514d2
just
682.88
speaker2
682.28
session_0ed514d2
just
683.59
speaker4
683.08
session_0ed514d2
that yeah
684.27
speaker2
683.6
session_0ed514d2
yeah but it's not gonna take
686.04
speaker4
684.84
session_0ed514d2
yeah
688.06
speaker2
687.52
session_0ed514d2
okay all
690.7
speaker4
688.32
session_0ed514d2
right well it won't take very long to get it finished up but i i'll need to have done all of this stuff too first hmmm because otherwise the objects won't be the same
699.2
speaker2
690.72
session_0ed514d2
sounds good so where is that is that stored in there
705.66
speaker4
702.68
session_0ed514d2
thats on my home directory
707.9
speaker2
706.52
session_0ed514d2
on your home directory
710.11
speaker4
708.92
session_0ed514d2
not in the g where it's finished up with it gl otherwise it will get confusing
714.3
speaker2
710.12
session_0ed514d2
actually i can upload myself stuff as well i just have to make one change to your file just to load this one instead of the default all right so it's two lines of code
724.5
speaker1
714.92
session_0ed514d2
yeah
725.59
speaker2
725.2
session_0ed514d2
well are you wanting to
726.89
speaker1
725.6
session_0ed514d2
write that in directectly or what
729.83
speaker4
727.92
session_0ed514d2
do you want to do what do you mean if you want to change my code well yeah just the one thing that's like the action for loading the search thing
737.35
speaker1
729.84
session_0ed514d2
do you want to change that the original and browser file in or
740.59
speaker4
737.36
session_0ed514d2
yeah well your version yeah
741.98
speaker1
740.6
session_0ed514d2
have you done that now
743.59
speaker4
742.8
session_0ed514d2
or no i did it in my directory just just do
746.39
speaker1
743.6
session_0ed514d2
okay so not the actual one but a copy of it
748.34
speaker4
746.4
session_0ed514d2
i have a copy yes okay but i will yeah i was going to update that one just because yeah it just makes sense that well just tell me when
758.23
speaker1
750.16
session_0ed514d2
because i usually i usually work on my own copy right yeah and then update all the day and then update it without checking if if the one in the shown'
765.92
speaker4
758.24
session_0ed514d2
haven't made any changes to it yet okay yeah i'll just make that one and let you know
770.98
speaker1
766.16
session_0ed514d2
yeah
772.27
speaker4
772.04
session_0ed514d2
let me know co yeah like i say two lines of code yeah if so anyway and then you can play there's not much to do yet have to get better results like better
785.3
speaker1
772.28
session_0ed514d2
is that what you're working on now then to rip to present the results nicer
789.84
speaker4
786
session_0ed514d2
and just to wire in the topics and other summaries so you mean the highlighting stuff well also yeah i like that that as well so yeah so i just want to find out what kind of objects there was were that
806.19
speaker1
790.08
session_0ed514d2
for
807.59
speaker4
807.4
session_0ed514d2
the other ones so it goes in and highlights because that's yeah i know actually for
814.36
speaker1
807.6
session_0ed514d2
for
815.19
speaker2
814.96
session_0ed514d2
an n text area whatever it is they they define some handy highlights on that so you've got different different highlights you've got just look at the the what they wrote about it they've got like user highlights selection highlights time highlights and something else so you can quite easily if your text area is called area you just do area dot set highlights or something something like that that's the way i did it highlight to cross highlight between topic and transcripts
854.04
speaker4
815.2
session_0ed514d2
okay sounds good so just a few more things to do with that and then once prnola gets the the index ummm then that's gonna be kind of fun like i'm just wondering if you had to well the way you're doing i was gonna to ask if the way you were doing it you were loading like a new corpus each time for each meeting but you're doing the object so you don't need to just uhhh because if we if we do have like if the inverted search says that there's you know ten documents or we're going to have to load each of these ten corpor just to do the individual next n nextt search that
890.59
speaker1
855.88
session_0ed514d2